.index-banner {
  height: 700px;
}
.index-banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-pagination-bullet {
  width: 30px;
  border-radius: 8px;
}
.index-product {
  padding: 3rem 0;
  background-color: #F7F7FB;
}
.index-product .wd1200 .Box {
  margin-top: 50px;
}
.index-product .wd1200 .Box .pro-classify {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-product .wd1200 .Box .pro-classify .pro-list {
  width: 49%;
  margin-bottom: 30px;
  height: 60px;
  line-height: 60px;
  background-image: url('../img/icon_pro_bj.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.2rem;
  padding: 0 25px;
  cursor: pointer;
}
.index-product .wd1200 .Box .pro-classify .pro-list-active {
  color: #fff;
  background-image: url('../img/index_product_bg.png');
}
.index-product .wd1200 .Box .pro-content {
  margin-top: 40px;
}
.index-product .wd1200 .Box .pro-content .Item {
  justify-content: space-between;
  display: none;
  background-color: #fff;
}
.index-product .wd1200 .Box .pro-content .Item .item-son {
  display: inline-block;
  width: 222px;
  height: 300px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left {
  width: 222px;
  height: 100%;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: bottom center;
  text-align: center;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left img {
  display: block;
  margin: 0 auto;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left .rhom {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left .Tit {
  font-size: 17px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 9999;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left .yinying {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left .eing {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Left .tit {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Right {
  position: absolute;
  top: 0;
  left: 222px;
  width: 300px;
  height: 100%;
  padding: 20px;
  transition: 0.4s;
  box-sizing: border-box;
  border-left: 2px solid #dbdbdb;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Right .titlelen {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Right .top {
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.index-product .wd1200 .Box .pro-content .Item .item-son .Right .more {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #999;
  margin-top: 22px;
  display: block;
  border: 1px solid #C8C8C8;
}
.index-about {
  padding: 3rem 0;
  background-color: #fff;
}
.index-about .wd1200 .Box {
  margin-top: 60px;
  overflow: hidden;
}
.index-about .wd1200 .Box .img {
  height: 500px;
  padding: 0;
}
.index-about .wd1200 .Box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wd1200 .Box .about-about {
  height: 500px;
  padding: 50px 30px;
  background-color: #F7F7F7;
}
.index-about .wd1200 .Box .about-about .title {
  font-size: 1.8rem;
  color: #0F358D;
  text-align: center;
  font-weight: bold;
}
.index-about .wd1200 .Box .about-about .desc {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 40px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.index-about .wd1200 .Box .about-about .More {
  width: 15rem;
  height: 3.5rem;
  background: #FD9900;
  color: #fff;
  font-size: 1.2rem;
  margin: 40px auto 0;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 3.5rem;
}
.index-honor {
  padding: 3rem 0;
  background-color: #F7F8FB;
}
.index-honor .wd1200 .team-slide {
  margin-top: 60px;
  height: 390px;
  width: 100%;
}
.index-honor .wd1200 .team-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-case {
  padding: 3rem 0;
  background-color: #fff;
}
.index-case .wd1200 .Box {
  margin-top: 60px;
  overflow: hidden;
}
.index-case .wd1200 .Box > div {
  margin-bottom: 30px;
  padding: 0 10px;
}
.index-case .wd1200 .Box > div .item {
  padding: 10px;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
}
.index-case .wd1200 .Box > div .item .case-fu {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(24, 33, 43, 0.7);
  border-radius: 3px;
  opacity: 0;
}
.index-case .wd1200 .Box > div .item .case-fu a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: auto;
  width: 170px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FD9900;
  color: #fff;
  border-radius: 6px;
}
.index-case .wd1200 .Box > div .item .case-fu a img {
  height: 16px;
  margin-right: 5px;
}
.index-case .wd1200 .Box > div .item .case-fu a span {
  font-size: 16px;
}
.index-case .wd1200 .Box > div .item > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.index-case .wd1200 .Box > div .item .cont {
  padding: 15px;
}
.index-case .wd1200 .Box > div .item .cont .tit {
  font-size: 20px;
  color: #2D2F32;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-case .wd1200 .Box > div .item .cont .small {
  margin-top: 20px;
  font-size: 12px;
  color: #3197BD;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-case .wd1200 .Box > div .item:hover .case-fu {
  opacity: 1;
}
.index-case .wd1200 .more-case {
  width: 18rem;
  height: 3.5rem;
  background: #FE9A00;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  line-height: 3.5rem;
  border-radius: 35px;
  margin: 30px auto 0;
}
.index-news {
  padding: 2rem 0;
  background-color: #F7F8FB;
}
.index-news .wd1200 .Box {
  margin-top: 70px;
}
.index-news .wd1200 .Box .major {
  overflow: hidden;
}
.index-news .wd1200 .Box .major .major-item > a {
  display: block;
  height: 260px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.index-news .wd1200 .Box .major .major-item > a .show {
  display: block;
  float: left;
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.index-news .wd1200 .Box .major .major-item > a .cont {
  padding: 30px;
  height: 100%;
  margin-left: 200px;
}
.index-news .wd1200 .Box .major .major-item > a .cont .title {
  font-size: 1.3rem;
  color: #4F4F6F;
  min-height: 50px;
  font-weight: 600;
}
.index-news .wd1200 .Box .major .major-item > a .cont .time {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
.index-news .wd1200 .Box .major .major-item > a .cont .wire {
  width: 70px;
  height: 1px;
  margin-top: 20px;
  background: #FE9A00;
}
.index-news .wd1200 .Box .major .major-item > a .cont .intro {
  margin-top: 20px;
  font-size: 1.1rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news .wd1200 .Box .List {
  margin-top: 60px;
  padding: 0 1.5rem;
}
.index-news .wd1200 .Box .List .list-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .wd1200 .Box .List .list-item > img {
  width: 200px;
  height: 130px;
  object-fit: cover;
}
.index-news .wd1200 .Box .List .list-item .Right {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin: 0 26px;
  border-bottom: 1px solid #C8C8C8;
}
.index-news .wd1200 .Box .List .list-item .Right .matter {
  flex: 1;
  padding-right: 20px;
}
.index-news .wd1200 .Box .List .list-item .Right .matter .title {
  font-size: 1.3rem;
  color: #4F4F6F;
  font-weight: 600;
}
.index-news .wd1200 .Box .List .list-item .Right .matter .intro {
  margin-top: 20px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
}
.index-news .wd1200 .Box .List .list-item .Right .Time {
  color: #0F358E;
  padding: 0 20px 0 50px;
  border-left: 1px solid #C8C8C8;
}
.index-news .wd1200 .Box .List .list-item .Right .Time .month {
  font-size: 1.8rem;
}
.index-news .wd1200 .Box .List .list-item .Right .Time .year {
  font-size: 1.4rem;
}
.index-news .wd1200 .Box .List .list-item:last-child .Right {
  border: none;
}
.index-news .wd1200 .Box .more-news {
  width: 256px;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  background: #FE9A00;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.3rem;
  margin: 30px auto;
  display: block;
}
.index-leave {
  padding: 2rem 0 5rem;
  background-color: #fff;
}
.index-leave .wd1200 .Box .form {
  margin-top: 60px;
  overflow: hidden;
}
.index-leave .wd1200 .Box .form .top {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.index-leave .wd1200 .Box .form .top > div {
  width: 49%;
  margin-bottom: 16px;
  height: 50px;
}
.index-leave .wd1200 .Box .form .top > div input {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: 1rem;
  border: 1px solid #dbdbdb;
  background-color: #f3f3f3;
}
.index-leave .wd1200 .Box .form .bot {
  height: 160px;
}
.index-leave .wd1200 .Box .form .bot textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1rem;
  resize: none;
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
}
.index-leave .wd1200 .Box .form .send {
  width: 180px;
  height: 3.5rem;
  margin-top: 25px;
  float: right;
}
.index-leave .wd1200 .Box .form .send button {
  width: 100%;
  height: 100%;
  background: #F5A623;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  border: 2px solid #F5A623;
}
.footer-commom {
  color: #fff;
  background-image: url('../img/bottom_bj.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-commom .footer-box {
  padding: 30px 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-commom .footer-box .wd1300 {
  max-width: 1300px;
  margin: auto;
  display: flex;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
  padding: 0 15px;
}
.footer-commom .footer-box .bottom {
  margin-top: 30px;
  height: 51px;
  line-height: 50px;
  border-top: 1px solid #fff;
}
.footer-commom .footer-box .bottom .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-commom .footer-box .bottom .top img {
  height: 14px;
  margin-right: 10px;
}
.footer-commom .footer-box .bottom .top a {
  font-size: 11px;
  color: #fff;
}
.footer-commom .footer-box .bottom .bot {
  text-align: center;
  font-size: .9rem;
  color: #f5f5f5;
}
.footer-commom .company-name {
  color: #fff;
  display: flex;
  justify-content: center;
  flex: 2;
  margin-right: 20px;
}
.footer-commom .company-name img {
  height: 80px;
  display: block;
  margin-top: 20px;
}
.footer-commom .message {
  flex: 2;
}
.footer-commom .message .info {
  margin-right: 10%;
  font-size: 1rem;
  margin-top: 20px;
}
.footer-commom .message .info p {
  margin: 10px 0;
}
.footer-commom .map {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.footer-commom .map .map-box {
  display: flex;
  margin-top: 20px;
}
.footer-commom .map .map-box ul {
  padding-left: 0;
}
.footer-commom .map .map-box ul li {
  margin-bottom: 10px;
}
.footer-commom .map .map-box ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
}
.footer-commom .map .map-box ul:first-child {
  margin-right: 30px;
}
.footer-commom .tel {
  flex: 2;
  text-align: center;
}
.footer-commom .tel .info {
  margin-top: 30px;
}
.footer-commom .tel .info a {
  margin-left: 10px;
}
.footer-commom .tel .info a img {
  height: 40px;
}
.footer-commom .tel p {
  margin-bottom: 10px;
}
.footer-commom .tel p img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.footer-title {
  font-weight: 600;
  font-size: 1.3rem;
}
.flex {
  display: flex !important;
}
.index-product .wd1200 .Box .pro-content .Item .Width {
  width: 520px !important;
}
.index-product .wd1200 .Box .pro-content .Item .Width .Left .rhom {
  background-color: #FE9A00;
  border: none;
}
.index-product .wd1200 .Box .pro-content .Item .Width .Left .Tit {
  color: #0F358E;
}
.index-product .wd1200 .Box .pro-content .Item .Width .Left .yinying {
  display: none;
}
.index-product .wd1200 .Box .pro-content .Item .Width .Left .eing {
  color: #0F358D;
}
.index-product .wd1200 .Box .pro-content .Item .Width .Left .tit {
  color: #0F358D;
}
.index-Title .title {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  color: #0F358D;
}
.index-Title .wire {
  width: 170px;
  height: 3px;
  position: relative;
  margin: 25px auto 0;
  background-color: #dbdbdb;
}
.index-Title .wire .wire-son {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 57px;
  height: 5px;
  background-color: #F5A523;
  transform: translateX(-50%);
}
.index-honor .swiper-button-prev {
  background-image: url('../img/icon_right.png');
  left: -90px;
}
.index-honor .swiper-button-next {
  background-image: url('../img/icon_left.png');
  right: -90px;
}
.index-honor .swiper-container {
  position: initial;
}
.index-honor .wd1200 {
  position: relative;
}
.index-honor .swiper-button-next,
.swiper-button-prev {
  background-size: 100%;
  width: 40px;
  height: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1920px) {
  .index-banner {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .index-banner {
    height: auto;
  }
  .index-product {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .index-news .wd1200 .Box .major .major-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .footer-commom .company-name {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .index-news .wd1200 .Box .List .list-item .Right .Time {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-commom .map {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .index-about .wd1200 .Box .img {
    height: 260px;
  }
  .index-about .wd1200 .Box .about-about .title {
    font-size: 20px;
  }
  .index-about .wd1200 .Box .about-about .desc {
    line-height: 26px;
  }
  .index-about .wd1200 .Box .about-about {
    padding: 20px;
    height: auto;
  }
  .index-about .wd1200 .Box .about-about .desc {
    margin-top: 20px;
  }
  .index-about .wd1200 .Box .about-about .More {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .index-honor .wd1200 .team-slide {
    height: 250px;
    margin-top: 20px;
  }
  .index-news .wd1200 .Box .major .major-item > a {
    height: auto;
  }
  .index-news .wd1200 .Box .major .major-item > a .show {
    height: 250px;
    float: none;
    width: 100%;
  }
  .index-news .wd1200 .Box .major .major-item > a .cont {
    margin-left: 0;
    padding: 15px;
  }
  .index-news .wd1200 .Box .major .major-item > a .cont .time {
    margin-top: 10px;
  }
  .index-news .wd1200 .Box .major .major-item > a .cont .wire {
    margin-top: 10px;
  }
  .index-news .wd1200 .Box .List .list-item .Right .matter .intro {
    font-size: 14px;
    margin-top: 15px;
    line-height: 22px;
  }
  .index-news .wd1200 .Box .List .list-item .Right .matter .title {
    font-size: 16px;
  }
  .index-news .wd1200 .Box .List .list-item .Right {
    margin: 20px 0 0 10px;
    padding-bottom: 20px;
  }
  .index-news .wd1200 .Box .List .list-item > img {
    width: 100%;
  }
  .index-news .wd1200 .Box .List .list-item {
    display: block;
  }
  .index-Title .title {
    font-size: 22px;
  }
  .index-Title .wire {
    width: 120px;
    margin-top: 15px;
  }
  .index-Title .wire .wire-son {
    width: 30px;
    height: 3px;
  }
  .am-module {
    padding: 30px 0;
  }
  .index-about .wd1200 .Box {
    margin-top: 20px;
  }
  .index-case .wd1200 .Box {
    margin-top: 20px;
  }
  .index-case .wd1200 .Box > div {
    padding: 0;
  }
  .index-case .wd1200 .Box > div .item {
    padding: 0;
    box-shadow: none;
  }
  .index-case .wd1200 .Box > div .item .cont {
    border: 1px solid #dbdbdb;
  }
  .index-case .wd1200 .more-case {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 0;
  }
  .index-news .wd1200 .Box {
    margin-top: 20px;
  }
  .index-news .wd1200 .Box .major .major-item {
    padding: 0;
  }
  .index-news .wd1200 .Box .more-news {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .index-news .wd1200 .Box .List {
    margin-top: 25px;
  }
  .index-leave .wd1200 .Box .form {
    margin-top: 25px;
  }
  .index-leave .wd1200 .Box .form .send {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer-commom .tel {
    display: none;
  }
}
