body{overflow-x: hidden;font-family:MontserratLight6}
.container {padding-left: 0;padding-right: 0;}
header{width: 100%;background: #fff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);position: fixed;top: 0;left: 0;z-index: 999;}
.head_layout{width: 100%;height: 89px;display: flex;}
.head_layout .logo {width: 16%;}
.head_layout .logo img {display: block;margin: auto;width: auto;margin-right: 46px;margin-top: 4px;}
.head_layout .head_flex{display: flex;align-items: center;flex: 1;}
.head_layout .nav_wrap{flex: 1;position: relative;padding-left: 150px;}
.head_layout .nav_box .item{float: left;padding: 0 35px;position: relative;height: 20px;line-height: 20px;}	
.head_layout .nav_box .item:first-child{padding-left: 50px;}
.head_layout .nav_box .item:last-child{border-right: none;padding-right: 0;}
.head_layout .nav_box .item a{color: #333;font-size: 17px;}
.head_layout .nav_box .item.active a{color: #339966;}
header.active .head_layout .nav_box .item a{color: #333;}
header.active .head_layout .nav_box .item:hover a{color: #339966;}
.head_layout .nav_box .item a i {font-size: 12px;margin-left: 5px;}
.head_layout .nav_box > .item > a.content1{display: flex;}
.head_layout .nav_box > .item > a,.head_layout .nav_box > .item > a .iconfontBox{transition: all 0.2s ease-in-out;}
.head_layout .nav_box > .item:hover > a{color: #339966;}
.head_layout .nav_box .item:hover .menu_down {visibility: visible;opacity: 1;z-index: 9;transform: scaleY(1)}
.head_layout .menu_down {width: 140%;transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;display: block;border-radius: 8px;background: rgba(255, 255, 255, 0.88);box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);position: absolute;left: 0;transform: translate(-50%,0);transform: scaleY(.5);top: 52px;transform-origin: center top;visibility: hidden;opacity: 0;border-bottom: 2px solid #024DB3;}
.head_layout .menu_down .classify li{height: auto;line-height: 30px;margin: 0;padding: 5px 15px;}
.head_layout .menu_down .classify li a{width: 100%;display: block;border-bottom: 1px #0000003D solid;color: #666!important;}
.head_layout .menu_down .classify li:hover a{color: #427dca!important;}
.head_layout .menu_down .classify li:last-child a{border-bottom: none;}
.head_layout .btn--search {width: 30px;height: 30px;cursor: pointer;position: relative;}
header.active .head_layout .btn--search{display: none;}
.head_layout .btn--search i{font-size: 22px;position: absolute;top: -7px;left: 0;}
.head_layout .btn--search:hover i{display: none;}
.head_layout .btn--search::after, .head_layout .btn--search::before {display: inline-block;width: 100%;height: 100%;background-image: url("../images/web_icon.jpg");background-position: 0px 0px;background-repeat: no-repeat;content: "";vertical-align: top;transition: all 0.3s ease 0s;}
.head_layout .btn--search::before {background-position: 0px 0px;}
.head_layout .btn--search::after {position: absolute;top: 0px;left: 0px;opacity: 0;transform: scale(0.6) translateY(60%);}
.head_layout .btn--search:hover::after {background-position: 0px -27px;opacity: 1;transform: none;}
.head_layout .btn--search:hover::before {opacity: 0;transform: scale(0.6) translateY(-60%);}
.head_layout .langChoice{position: relative;line-height: 28px;margin-left: 30px;margin-top: -7px;cursor: pointer;display: flex;align-items: center;color: #333;}
.head_layout .langChoice .lang{font-size: 24px;}
header.active .head_layout .langChoice .lang{color: #333;}
.head_layout .langChoice .down{color: #333;font-size: 18px;}
header.active .head_layout .langChoice .down{color: #333;}
.head_layout .langChoice dt{line-height: 28px;font-weight: normal;color: #333;display: flex;align-items: center;}
.head_layout .langChoice dt .txt{margin-left: 12px;}
header.active .head_layout .langChoice dt .txt{color: #333;}
.head_layout .langChoice dd{position: absolute;width: 103px;background: #fff;z-index: 10;text-align: center;line-height: 30px;border: 1px #ddd solid;border-bottom: none;display: none;right: 0;top: 100%;max-height: 400px;overflow-y: scroll;z-index: 99;color: #333;}
.head_layout .langChoice dd a{display: block;width: 100%;border-bottom: 1px #ddd solid;}
.head_layout .langChoice dd a:hover{text-decoration: none;background: #f5f5f5;}	
/* 搜索 */
.search-ipt {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  appearance: none;
}

.web-search {
  display: flex;
  visibility: hidden;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.web-search .btn--search-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(204, 204, 204);
  background-image: url("../images/search_btn_close.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.8em;
  line-height: 45px;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
  background-size: auto 35%;
}
@keyframes bounceInA {
0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}

20% {
    transform: scale3d(1.1, 1.1, 1.1);
}

40% {
    transform: scale3d(0.9, 0.9, 0.9);
}

60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}

80% {
    transform: scale3d(0.97, 0.97, 0.97);
}

100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
.web-search .btn--search-close:hover {
  background-color: #339966;
  transform: rotate(90deg);
}

.btn--search-close {
  display: block;
}

.web-search .search-ipt {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.05em 0px;
  width: 75%;
  border-bottom: 3px solid;
  color: rgb(51, 51, 51);
  font-size: 20px;
  font-family: inherit;
  line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-size: 60px;
}

.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {
  appearance: none;
}

.web-search .search-attr {
  display: block;
  margin: 0px auto;
  padding: 0.85em 0px;
  width: 75%;
  color: rgb(51, 51, 51);
  text-align: right;
  font-size: 90%;
}

.container, .web-search .search-ipt {
  transition: all 0.3s ease-in-out 0s;
}

.container {
  position: relative;
}

.main-wrap--move {
  min-height: 100vh;
  transform: translateY(180px);
}
.main-wrap--move::after {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.web-search {
  pointer-events: none;
}

.web-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100001;
  margin: auto;
  padding: 25px 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  transform: translateY(-100%);
  perspective: 1200px;
}

.web-search .btn--search-close {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.search__suggestion, .web-search .search-attr {
  opacity: 0;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transform: translate3d(-15%, 0px, 0px);
}

.web-search .search-attr {
  padding-bottom: 0px;
  font-size: 20px;
}

.web-search .search-ipt {
  padding: 0px 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  opacity: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  border-bottom-width: 1px;
}

.web-search .search-ipt, .web-search .search-attr {
  transition-delay: 0.15s;
}

.web-search .search-btn {
  display: none !important;
}

.search--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.search--open .btn--search-close {
  opacity: 1;
  transition: transform 0.3s ease 0s;
  animation: 1s ease 0s 1 normal none running bounceInA;
}
.search--open .search-ipt {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.search--open .search-attr {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.search--open {
  transform: none;
}

.search--open::before {
  opacity: 1;
  transform: none;
}
.wrapper img{transition: all 0.3s linear 0s;}
.banner{height: calc(100vh - 89px);}
.banner .banner_container{height: 100%;width: 100%;}
.banner .swiper-slide .ban_img{width: 100%;height: 100%;position: relative;}
.banner .swiper-slide h2{width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;font-size: 64px;font-weight: 700;text-align: center;}
.banner .swiper-slide .ban_img img{width: 100%;height: 100%;object-fit: cover;}
.banner .buttonGroup{position: relative;}
.banner .buttonGroup .swiper-button-prev,.banner .buttonGroup .swiper-button-next{display: flex;align-items: center;justify-content: center;width: 68px;height: 68px;background: #E0E4E8;background-image: none;top: -90px;}
.banner .buttonGroup .swiper-button-prev{left: auto;right: 94px;}
.banner .buttonGroup .swiper-button-prev i,.banner .buttonGroup .swiper-button-next i{color: rgba(51, 51, 51, 0.71);font-size: 32px;}
.banner .buttonGroup .swiper-button-prev:hover,.banner .buttonGroup .swiper-button-next:hover{background: #339966;}
.banner .buttonGroup .swiper-button-prev:hover i,.banner .buttonGroup .swiper-button-next:hover i{color: #fff;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 70px;left: -502px;}
.banner .swiper-pagination-bullet{width: 60px;height: 4px;border-radius: 0;}
.banner .swiper-pagination-bullet-active{background: #fff;}
.ind_products .container{position: relative;padding-top: 100px;}
.title{font-size: 48px;font-weight: 700;color: #333;text-align: center;text-transform: uppercase;}
.ind_products .txt{text-align: center;padding: 0 128px;margin: 48px 0;}
.ind_products .item{height: 308px;background: #FFF;margin-bottom: 45px;}
.ind_products .item .imgBox{width: 100%;height: 240px;display: flex;align-items: center;justify-content: center;overflow: hidden;border: 1px solid #C6C6C6;}
.ind_products .item .imgBox img{transition: all .3s;width: 100%;height: 100%;object-fit: cover;}
.ind_products .item .imgBox:hover img{transform: scale(1.05);}
.ind_products .item .txtBox{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 22px;text-align: center;padding: 0 15px;}
.ind_products .swiper-button-prev1,.ind_products .swiper-button-next1{background-image: none;width: 56px;height: 56px;background: #339966;display: flex;align-items: center;justify-content: center;top: 51%;user-select: none;}
.ind_products .swiper-button-prev1 i,.ind_products .swiper-button-next1 i{font-size: 20px;color: #fff;}
.ind_products .swiper-button-prev1{left: -76px;}
.ind_products .swiper-button-next1{right: -76px;}
.ind_products .more{width: 220px;height: 59px;background: #339966;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 16px;margin-top: 24px;margin-left: auto;margin-right: auto;}
.ind_products .more:hover{opacity: 0.9;}
.ind_advantages {
    margin-top: 100px;
}
.ind_advantages .txt{text-align: center;padding: 0 96px;margin: 48px 0;}
.ind_advantages .content{background: url(../images/ind_bg1.png) center center no-repeat;background-size: cover;padding-top: 113px;padding-bottom: 98px;}
.ind_advantages .content .container ul{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.ind_advantages .content .container ul li{width: 571px;padding: 30px;border: 1px solid rgba(0, 0, 0, 0.10);background: #fff;opacity: 0.9;}
.ind_advantages .content .container ul li .imgBox{width: 62px;height: 62px;}
.ind_advantages .content .container ul li .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.ind_advantages .content .container ul li .p1{font-size: 20px;color: #333;font-weight: 500;margin-top: 43px;margin-bottom: 18px;}
.ind_advantages .content .container ul li .p2{color: #666;}
.ind_about{padding-top: 100px;padding-bottom: 80px;}
.ind_about{display: flex;position: relative;}
.ind_about .txtBox{width: 48%;margin-top: 25px;height: 597px;}
.ind_about .txtBox .title{text-align: left;}
.ind_about .txtBox p{margin-top: 73px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;}
.ind_about .txtBox .more{width: 220px;height: 59px;margin-top: 59px;background: #339966;display: flex;align-items: center;justify-content: center;color: #fff;}
.ind_about .txtBox .more:hover{opacity: 0.9;}
.ind_about .imgBox{width: 46%;height: 637px;position: absolute;top: 100px;right: 0;}
.ind_about .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.ind_about1{background: url(../images/ind_about1.png) center center no-repeat;background-size: cover;padding: 71px 0;}
.ind_about1 ul{margin-left: -55px;}
.ind_about1 ul li{width: 25%;float: left;text-align: center;position: relative;}
.ind_about1 ul li .istxt{color: #fff;font-size: 20px;}
.ind_about1 ul li .isnum{font-size: 40px;font-weight: 700;color: #fff;}
.ind_about1 ul li:last-child{padding-left: 30px;} 
.ind_news{padding-top: 105px;padding-bottom: 130px;}
.ind_news .container{display: flex;margin-top: 80px;}
.ind_news .container .txtBox{width: 46%;padding-top: 24px;}
.ind_news .container .txtBox ul{width: 100%;}
.ind_news .container .txtBox ul li{padding: 20px 0;border-bottom: 1px solid #0000004D;}
.ind_news .container .txtBox ul li:first-child{padding-top: 0;}
.ind_news .container .txtBox ul li .p1{display: block;font-weight: 700;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ind_news .container .txtBox ul li .newsDetails{font-size: 15px;color: #666;margin: 12px 0; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ind_news .container .txtBox ul li .newsDetails P{color: #666;}
.ind_news .container .txtBox ul li .bottom{display: flex;justify-content: space-between;align-items: center;}
.ind_news .container .txtBox ul li .bottom p{color: #999;font-size: 14px;}
.ind_news .container .txtBox ul li .bottom .more{color: #333;font-size: 14px;display: block;}
.ind_news .container .txtBox ul li .bottom .more i{color: #666;font-size: 16px;margin-left: 5px;}
.ind_news .container .txtBox ul li .bottom .more:hover{color: #339966;}
.ind_news .container .txtBox ul li .bottom .more:hover i{color: #339966;}
.ind_news .container .imgBox{width: 54%;height: 605px;padding-left: 75px;}
.ind_news .container .imgBox img{width: 100%;height: 100%;object-fit: cover;}
/* 关于我们 */
.nei_ban{height: 451px;}
.nei_ban img{width: 100%;height: 100%;object-fit: cover;}
.aboutList{margin-top: -31px;}
.aboutList ul{border-radius: 8px;background: #FFF;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);width: 100%;height: 62px;display: flex;}
.aboutList ul li{width: 22%;height: 100%;}
.aboutList ul li a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #333;font-size: 16px;text-transform: uppercase;}
.aboutList ul li a:hover{border-radius: 8px;background: #339966;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);color: #fff;}
.about1{padding: 100px 0;}
.about1 .title{margin-bottom: 56px;}
.about1 p{margin-bottom: 44px;}
.about1 .imgBox{display: flex;height: 374px;}
.about1 .imgBox img{height: 100%;}
.about1 .imgBox .img1{width: 62%;}
.about1 .imgBox .img2{width: 38%;padding-left: 19px;}
.about2{padding-top: 74px;padding-bottom: 68px;overflow: hidden;background: #339966;height: 900px;}
.about2 .container{position: relative;display: flex;align-items: center;justify-content: center;}
.about2 .title{color: #fff;position: absolute;top: -12px;}
.about2 .circle{display: flex;align-items: center;justify-content: center;}
.about2 .circle{border-radius: 50%;}
.about2 .circle1{width: 1252px;height: 1252px;margin-top: -251px;background: radial-gradient(50% 50% at 50% 50%, rgba(2, 77, 179, 0.00) 77.5%, rgb(59 174 116 / 26%) 100%);}
.about2 .circle2{width: 757px;height: 757px;background: radial-gradient(50% 50% at 50% 50%, rgba(2, 77, 179, 0.00) 84%, rgb(62 187 125 / 33%) 100%);}
.about2 .circle3{width: 598px;height: 598px;border: 1px solid #40bd7e;}
.about2 .circle4{width: 560px;height: 560px;border: 1px solid #40bd7e;}
.about2 .circle5{width: 509px;height: 509px;border: 1px solid #42c081;}
.about2 .circle6{width: 414px;height: 414px;position: relative;background: radial-gradient(50% 50% at 50% 50%, rgba(2, 77, 179, 0.00) 59.5%, rgb(63 187 125 / 56%) 100%);}
.about2 .circle6 .txtBox1{position: absolute;background: url(../images/about3.png) no-repeat;top: 125px;left: -92px;width: 164px;height: 164px;}
.about2 .circle6 .txtBox2{position: absolute;background: url(../images/about4.png) no-repeat;top: -17px;right: -38px;width: 164px;height: 164px;}
.about2 .circle6 .txtBox3{position: absolute;background: url(../images/about5.png) no-repeat;top: 323px;right: 16px;width: 164px;height: 164px;}
.about2 .circle6 .p1{margin-bottom: -3px;font-weight: 700;color: #fff;white-space: nowrap;}
.about2 .circle6 .p2{color: #fff;white-space: nowrap;}
.about2 .circle6 .txtBox1 .p1{margin-left: 18px;margin-top: 63px;}
.about2 .circle6 .txtBox1 .p2{margin-left: -242px;}
.about2 .circle6 .txtBox2 .p1{margin-left: 22px;margin-top: 45px;}
.about2 .circle6 .txtBox2 .p2{margin-left: 22px;}
.about2 .circle6 .txtBox3 .p1{margin-left: 22px;margin-top: 54px;}
.about2 .circle6 .txtBox3 .p2{margin-left: 22px;}
.about3{padding: 100px 0;padding-bottom: 180px;}
.about3 .swiperAbout{margin-top: 162px;display: flex;height: 357px;}
.about3 .swiperAbout .swiper-slide{position: relative;padding-top: 60px;cursor: pointer;padding-bottom: 10px;}
.about3 .swiperAbout .p1{color: #333;font-size: 40px;font-weight: 700;text-align: center;}
.about3 .swiperAbout .point{width: 10px;height: 10px;border-radius: 50%;background: #E5E5E5;position: absolute;left: 50%;top: 43.6%;transform: translate(-50%,0);}
.about3 .swiperAbout .p2{color: #666;text-align: center;position: absolute;bottom: 72px;left: 0;padding: 0 15px;}
.about3 .swiperAbout .contentBox{width: 100%;height: 359px;background: #FFF;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);padding: 19px 13px 61px 13px;position: absolute;left: 0;top: -12px;display: none;overflow-y:scroll}
.about3 .swiperAbout .contentBox .imgBox{width: 100%;height: 221px;}
.about3 .swiperAbout .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about3 .swiperAbout .contentBox .txtBox{margin-top: 10px;color: #666;}
.about3 .swiperAbout .swiper-slide:hover .contentBox{display: block;}
.about3 .swiperAbout .timeline{height: 1px;width: 100%;background: #0000001F;position: absolute;left: 0;top: 45%;}
.about3 .more{width: 220px;height: 59px;margin: 0 auto;margin-top: 264px;display: flex;align-items: center;justify-content: center;background: #F3F3F3;color: #666;font-size: 16px;}
.about3 .more:hover{background: #339966;color: #fff;}
.about4{padding: 50px 0;background: url(../images/banner.png);background-attachment: fixed;}
.about4 .title{font-size: 32px;position: relative;color: #fff;}
.about4 .title::after{content: "";width: 65px;height: 2px;background: #fff;position: absolute;left: 50%;bottom: -36px;transform: translate(-50%,0);}
.about4 p{text-align: center;color: #fff;margin-top: 72px;font-size: 24px;}
.about5{padding-top: 100px;padding-bottom: 120px;}
.about5 .title{text-align: left;}
.about5 ul{margin-top: 100px;display: grid;grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));grid-gap: 0 55px;}
.about5 ul li{opacity: 0;top: 400px;position: relative;height: 407px;}
.about5 ul li .imgBox{width: 100%;height: 100%;}
.about5 ul li img{width: 100%;height: 100%;object-fit: cover;}
/* 产品中心 */
.products{padding: 101px 0 120px;}
.products .container{display: flex;justify-content: space-between;}
.products .product_nav{width: 20%;}
.products .product_nav ul{border-bottom: 4px solid #F2F4F5;}
.products .product_nav .txt{padding: 18px 17px 18px;background: #339966;font-size: 32px;font-weight: 700;color: #fff;border-radius: 8px 8px 0px 0px;}
.products .product_nav .item{padding: 16px 19px 16px;border-bottom: 1px solid #E6E6E6;border-left: 4px solid #F2F4F5;border-right: 4px solid #F2F4F5;}
.products .product_nav .item:last-child{border-bottom: none}
.products .product_nav .item a{display: flex;justify-content: space-between;align-items: center;}
.products .product_nav .item a .iconfontBox i{font-size: 18px;color: #666;}
.products .product_nav .item.active p{color: #339966;}
.products .product_nav .item.active a .iconfontBox{transform: rotate(90deg);}
.products .product_nav .item.active a .iconfontBox i{color: #339966;}
.products .product_nav .item .menu_down{padding-left: 15px;display: none;border-bottom: none}
.products .product_nav .item .menu_down li{border-bottom:1px solid #F2F4F5;padding: 17px 0 16px;position: relative;}
.products .product_nav .item .menu_down li::after{content: "";width: 6px;height: 6px;border-radius: 50%;background: #339966;position: absolute;left: -11px;top: 45%;}
.products .product_nav .item .menu_down li:last-child{border-bottom:none;}
.products .contentBox{width: 80%;padding-left: 39px;}
.products .contentBox .searchBox{position: relative;margin-bottom: 41px;display: flex;}
.products .contentBox .searchBox input{width: 87%;height: 58px;padding-left: 24px;border-radius: 5px 0px 0px 5px;border: 4px solid #F2F4F5;background: #FFF;}
.products .contentBox .searchBox input::placeholder{color: #999;font-size: 16px;font-weight: 400;}
.products .contentBox .searchBox button{width: 13%;height: 58px;border-radius: 0px 5px 5px 0px;background: #339966;/* y方向投影 */box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);display: flex;align-items: center;justify-content: center;color: #fff;cursor: pointer;font-size: 16px;position: absolute;right: 4px;}
.products .contentBox .content{display: grid;grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));grid-gap: 48px 25px;}
.products .contentBox .content li:hover a p{color: #339966;}
.products .contentBox .content li:hover a img{transform: scale(1.05);}
.products .contentBox .content li .imgBox{width: 100%;height: 240px;display: flex;align-items: center;justify-content: center;border: 4px solid #F2F4F5;overflow: hidden;margin-bottom: 10px;}
.products .contentBox .content li .p1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.products .contentBox .content li .p2{color: #666;}
.divide .pagination>.active>a{background-color: #339966;border-color: #339966;color: #fff;}
.divide .pagination>li>a{color: #339966;}
/* 产品详情 */
.proDetail{padding-bottom: 100px;display: flex;padding-top: 60px;}
.proTop .dotBoxL{float: left;width: 779px;}
.proTop .dotBoxL ol{width: 779px;height: 510px;position: relative;margin-bottom: 20px;border: 4px solid #F2F4F5;}
.proTop .dotBoxL ol li{max-height: 100%;max-width: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;position: absolute;z-index: 1;border-radius: 10px;width: 100%;height: 100%;}
.proTop .dotBoxL ol li img{max-width: 100%;opacity: 0;}
.proTop .dotBoxL ol li.open{z-index: 2;background: #FFF;}
.proTop .dotBoxL ol li.open img{opacity: 1;}
.proTop .dotBoxL ul li{float: left;width: 190px;height: 100px;cursor: pointer;margin-right: 10px;display: flex;align-items: center;justify-content: center;}
.proTop .dotBoxL ul li.active{border: 2px solid #339966;}
.proTop .dotBoxL .videoBox {background: #333;width: 779px;height: 510px;position: absolute;left: 0;top: 0px;z-index: 9;}
.videoIcon {position: absolute;z-index:8;bottom: 133px;left: 10px;width: 50px;height: 50px;line-height: 50px;cursor: pointer;}
.videoIcon i{font-size: 40px;color: #666;}
.videoClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.videoClose i{color: #fff;}
.proTop .dotBoxL .proBan{position: relative;}
.proTop .dotBoxL .videoBox video{width: 779px;height: 510px;}
.proDetail .txtBox{width: calc(100% - 779px);}
.proDetail .txtBox h2{padding-top: 10px;padding-left: 65px;color: #333;font-size: 32px;font-weight: 700;}
.proDetail .txtBox .content1{margin-top: 26px;padding-left: 65px;}
.proDetail .txtBox .content1 .txt1{color: #333;font-size: 16px;font-weight: 700;margin-right: 16px;}
.proDetail .txtBox .content1 .txt2{color: #333;font-size: 16px;}
.proDetail .txtBox .content1 li{margin-bottom: 24px;}
.proDetail .txtBox .button:hover{opacity: 0.8;}
.proDetail .txtBox .button{transition: all 0.3s;width: 198px;height: 54px;background: #339966;border-radius: 36.5px;display: flex;align-items: center;justify-content: center;color: #FFF;font-size: 20px;margin-top: 86px;margin-left: 62px;}
.proDetail .txtBox .button i{color: #fff;font-size: 20px;margin-left: 18px;margin-top: 3px;}
.details{padding-bottom: 84px;}
.details h2{background: #F3F3F3;padding: 20px;font-size: 24px;color: #333;font-weight: 700;margin-bottom: 35px;}
.details h3{color: #333;font-size: 16px;font-weight: 700;margin-bottom: 20px;}
.details p{margin-bottom: 55px;}
.related_products{padding-bottom: 100px;}
.related_products h2{background: #F3F3F3;padding: 20px;font-size: 24px;color: #333;font-weight: 700;margin-bottom: 59px;}
.related_products .imgBox{width: 100%;height: 243px;display: flex;align-items: center;justify-content: center;overflow: hidden;border: 4px solid #F2F4F5;}
.related_products .imgBox img{transition: all .3s;}
.related_products .imgBox:hover img{transform: scale(1.05);}
.related_products .txtBox{width: 100%;margin-top: 27px;}
.related_products .txtBox .p1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.related_products .txtBox .p2{color: #666;}
.related_products .swiperPro3 .pagination3{position: absolute;left: 46%;bottom: 0;bottom: -18px;}
.related_products .swiper-container{padding-bottom: 55px;}
.related_products .swiper-pagination-bullet{width: 10px;height: 10px;}
.dialogBox {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 993;display: none;}
.inputBox.required .tips{left: 147px;}
.inquiryBox1 .inputBox.required textarea{border: 1px #f00 solid;}
.inquiryBox1 .inputBox.required input[type="text"]{border: 1px #f00 solid;}
body.black::after{background: rgba(0,0,0,0.4);
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;  z-index: 990;
    position: fixed;}
.mask{
    width: 822px;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%,0);
    z-index: 200;
    background-color: #fff;
    padding: 50px;
}
.closeBtn{position: absolute;top: 20px;right: 20px;}
.inquiryBox1 .submitBtn:hover{opacity: 0.9;}
.inquiryBox1 input{height: 30px;width: calc(100% - 153px);padding: 0 10px;border: 1px solid #DDDDDD;}
.inquiryBox1 form .selectCon{display: inline-block;width: calc(100% - 153px);position: relative;}
.inquiryBox1 form .selectCon input{width: calc(100% - 119px);}
.inquiryBox1 span{display:inline-block;width: 143px;position: relative;color: #666;}
.inquiryBox1 .inputBox{margin-bottom: 10px;}
.inquiryBox1 .inputBox .radioBox{display: inline-block;width: calc(100% - 153px);}
.inquiryBox1 .inputBox .radioBox label{margin-right: 20px;font-weight: normal;}
.inquiryBox1 .inputBox .codeBox{display: inline-block;width: calc(100% - 153px);}
.inquiryBox1 .inputBox .codeBox input{width: calc(100% - 80px);}
.inquiryBox1 .inputBox .codeBox img{width: 80px;height: 30px;}
.inquiryBox1 .inputBox select{width: 114px;height: 30px;border: 1px solid #DDDDDD;padding-left: 10px;}
.inquiryBox1 .inputBox .triangle{position: absolute;right: 10px;top: 5px;color: #D9D9D9;font-size: 14px;cursor: pointer;z-index: -10;width: auto;}
.inquiryBox1{margin-top: 30px;}
.inquiryBox1 h2{margin-bottom: 15px;}
.radio_box input[type="radio"]{width: 16px;height: 16px;-webkit-appearance: none;  margin-left: -1px;  border: 1px #bbb solid; border-radius: 100%;margin-right: 0.3rem;vertical-align: -4px;appearance: none;-webkit-appearance: none;outline: none;}
.radio_box input[type="radio"]:checked{ border: 1px #ff8a00 solid;position: relative;}
.radio_box input[type="radio"]:checked:after{content: "";background: #FF8A00;position: absolute;top: 4px;left: 4px;width: 6px;height: 6px;font-family: "iconfont" !important;font-size:30px;display:block;border-radius: 3px;}
.inquiryBox1 form .inputBox .radio_box .txt{margin-left: 10px;font-weight: 400;}
.inquiryBox1 sup{color: #EF2525;font-size: 18px;position: absolute;top: 9px;left: -5px;}
.inquiryBox1 .inputBox textarea{width: calc(100% - 153px);height: 98px;border: 1px solid #DDDDDD}
.inquiryBox1 .submitBtn{display: flex;align-items: center;justify-content: center;background-color: #339966;color: #fff;width: 130px;height: 40px;cursor: pointer;border-radius: 5px;margin-left: 146px;margin-top: 41px;}
.inquiryBox1 .submitBtn:hover{opacity: 0.9;}
.inputBox.required input{border-bottom: 1px #f00 solid;}
.inputBox.required  textarea{border: 1px #f00 solid;}
.inputBox.required .tips{color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 10px;font-size: 12px;border-radius: 2px;left: 147px;padding: 0 3px;}
.inputBox.required .tips::after{
        width:0;
        height:0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #363636;
        position: absolute;
        content: "";
        left: 6px;
        top: -5px;
        }
.hint{display: none;position: fixed;top: 65%;left: 50%;transform: translate(-50%,-50%);z-index: 999;width: 580px;text-align: center;line-height: 50px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.hint .iconfont{color: #339966;font-size: 16px;margin-right: 5px;margin-top: 5px;}
.hint .txt{color: #333;font-size: 15px;} 
/* 科研创新 */
.innovation1,.innovation2,.innovation3{padding-top: 43px;padding-bottom: 84px;}
.innovation1 h2,.innovation2 h2,.innovation3 h2{font-size: 36px;color: #333;font-weight: 700;margin-bottom: 40px;}
.innovation2 h2{text-align: right;}
.innovation1 .contentBox,.innovation2 .contentBox,.innovation3 .contentBox{display: flex;}
.innovation1 .contentBox .imgBox,.innovation2 .contentBox .imgBox,.innovation3 .contentBox .imgBox{width: 46%;height: 408px;}
.innovation1 .contentBox .imgBox img,.innovation2 .contentBox .imgBox img,.innovation3 .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.innovation1 .contentBox .txtBox,.innovation2 .contentBox .txtBox,.innovation3 .contentBox .txtBox{width: 54%;padding-left: 63px;margin-top: 13px;}
.innovation2 .contentBox .txtBox{padding-left: 0;padding-right: 122px;}
.innovation3 .contentBox .txtBox{padding-left: 118px;}
.innovation1 .contentBox .txtBox h3,.innovation2 .contentBox .txtBox h3,.innovation3 .contentBox .txtBox h3{font-size: 24px;color: #333;font-weight: 700;margin-bottom: 40px;}
.innovation1 .contentBox .txtBox .p1,.innovation2 .contentBox .txtBox .p1,.innovation3 .contentBox .txtBox .p1{margin-bottom: 37px;}
/* 新闻资讯 */
.newsList{margin-top: -70px;}
.newsList {border-radius: 8px;background: #FFF;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);width: 100%;height: 62px;display: flex;}
.newsList li{width: 20%;height: 100%;}
.newsList li a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #333;font-size: 16px;text-transform: uppercase;}
.newsList li.active a{border-radius: 8px;background: #339966;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);color: #fff;}
.news{padding-top: 43px;padding-bottom: 121px;}
.news .contentBox{width: 100%;margin-top: 80px;}
.news .contentBox li{padding: 40px 37px 38px 24px;display: flex;justify-content: space-between;margin-bottom: 41px;position: relative;top: 200px;opacity: 0;}
.news .contentBox li .imgBox{width: 26%;height: 215px;display: inline-block;overflow: hidden;}
.news .contentBox li .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.news .contentBox li .imgBox:hover img{transform: scale(1.05);}
.news .contentBox li .txtBox{width: 74%;padding-left: 66px;padding-top: 8px;}
.news .contentBox li .txtBox h2{color: #333;font-size: 24px;font-weight: 400;margin-bottom: 10px;}
.news .contentBox li .txtBox .p1{color: #666;font-size: 14px;margin-bottom: 10px;}
.news .contentBox li .txtBox .newsDetails{color: #666;margin-bottom: 20px; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news .contentBox li .txtBox .newsDetails p{color: #666;}
.news .contentBox li .txtBox .more{font-size: 14px;color: #51A1BE;display: block;float: right;position: relative;padding: 5px;transition: all .4s;}
.news .contentBox li .txtBox .more::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #51A1BE;
  content: "";
  transition: all 0.4s ease 0s;
}

.news .contentBox li .txtBox .more::before {
  top: 0px;
  left: 0px;
}

.news .contentBox li .txtBox .more::after {
  right: 0px;
  bottom: 0px;
}

.news .contentBox li .txtBox .more:hover::before, .news .contentBox li .txtBox .more:hover::after {
  width: 0px;
  opacity: 0;
}

.news .contentBox li .txtBox .more:hover {
  background-color: #51A1BE;
  color: rgb(255, 255, 255);
  transition-delay: 0.3s;
}
.news .contentBox li:nth-child(2n+1){background-color: #F4F9FB;}
/* 新闻详情 */
.newsDetail{padding-top: 50px;margin-bottom: 50px;}
.newsTxt h2{font-size: 28px;font-family: "times new roman";}
.newsTxt h5{margin: 20px 0;color: #999;}
.newsTxt img{max-width: 100%;margin-bottom: 20px;}
.newsTxt p{font-size: 15px;line-height: 32px;}
/* 招聘 */
.job{padding-top: 43px;padding-bottom: 31px;}
.job h3{color: #333;font-size: 20px;font-weight: 700;margin-bottom: 34px;}
.job .txt3{color: #333;font-size: 16px;font-weight: 400;margin-bottom: 52px;line-height: 28px;}
.job .item{margin-bottom: 48px;cursor: pointer;}
.job .item .overview{display: flex;padding: 20px 29px 20px 54px;justify-content: space-between;align-items: center;background: #F9F9F9;}
.job .item .overview .left{color: #333;font-size: 18px;font-weight: 700;}
.job .item .overview .middle span{margin: 0 20px;}
.job .item .overview .right{display: flex;align-items: center;}
.job .item .overview .right span{color: #333;font-size: 16px;}
.job .item .overview .right .icon_box{margin-left: 18px;user-select: none;margin-top: -3px;}
.job .item .overview .right .icon_box i{font-size: 18px;color: #333;}
.job .item .content1{padding-left: 54px;display: none;padding-top: 23px;}
.job .item.active .content1{display: block;}
.job .item.active .overview{background: #339966;}
.job .item.active .overview .left,.job .item.active .overview .middle{color: #fff;}
.job .item.active .overview .right span{color: #fff;}
.job .item.active .overview .right .icon_box{transform:rotate(180deg);}
.job .item.active .overview .right .icon_box i{color: #fff;}
.job .item .content1 .title1{color: #333;font-size: 16px;font-weight:700;margin: 14px 0;}
.job .item .content1 .details1{color:  #333;font-size: 14px;font-weight: 400;margin-bottom: 20px;}
/* 联系我们 */
.contact1{padding-top: 80px;padding-bottom: 100px;}
.contact1 #myForm{margin-top: 86px;}
.contact1 .inputBox.required .tips{margin-left: 0;}
.contact1 input{width: 100%;height: 62px;line-height: 62px;padding-left: 24px;margin-bottom: 30px;background: #F5F5F5;color: #666;}
.contact1 .inputBox.required input{border: 1px #f00 solid;}
.contact1 input::placeholder{color: #666;font-size: 12px;}
.contact1 textarea{width: 100%;height: 120px;margin-bottom: 25px;padding-top: 10px;padding-left: 24px;background: #F5F5F5;}
.contact1 .inputBox.required textarea{border: 1px #f00 solid;color: #333;}
.contact1 textarea::placeholder{color: #333;font-size: 12px;}
.contact1 .img_verification{height: 62px;}
.contact1 .inputBox.required .tips{margin-top: -20px;margin-bottom: 20px;}
.contact1 .inputBox.required .tips{left: 0;}
.contact1 .button{width: 494px;height: 62px;font-size: 16px;background: #339966;color: #fff;display: flex;justify-content: center;align-items: center;margin: 0 auto;margin-top: 20px;}
.contact1 .button:hover{opacity: 0.9;}
.contact2{padding-bottom: 100px;padding-top: 89px;background: url(../images/contact_bg.png) no-repeat center center;background-size: cover;}
.contact2 .title{color: #fff;}
.contact2 ul{margin-top: 85px;display: grid;grid-template-columns: repeat(auto-fill,minmax(20%,1fr));grid-gap:0 24px}
.contact2 ul li{display: flex;flex-direction: column;align-items: center;justify-content: center;border: 4px solid #F2F4F5;background: #fff;width: 100%;height: 260px;padding-top: 116px;padding-bottom: 45px;position: relative;}
.contact2 ul li h3{font-size: 20px;font-weight: 700;color: #333;text-align: center;position: absolute;top: 40px;}
.contact2 ul li p{color: rgba(51, 51, 51, 0.90);text-align: center;padding: 0 30px;}
/* 底部 */
.footer{background: #202523;color: #fff;}
.footer .container{margin: 0 auto; padding:0;}
.footer .row{ margin:0px;}
.footerlogo a{width: 144px;height: 39px;margin: 0 0 0 -15px;padding: 0 15px;background: #f3f4f4; display:block;}
.footerwarp {text-align: center;}
.footerwarp ul{width: 100%;text-align: center;margin-bottom: 20px;}
.footerwarp ul li{text-transform:capitalize;display: inline-block;margin-top: 20px;}
.footerwarp ul li a{color: #d3d3d3;font-size: 15px;padding: 0 5px;border-left: 1px #999 solid;}
.footerwarp ul li:first-child a{border-left: none;}
.footerwarp ul li a:hover{color:#339966;}
.footerwarp p span {margin: 0 10px;color: #fff;}
.footercopy .col-lg-6{ padding:0px;}
.footercopy{margin-top: 20px;border-top: #393939 1px solid;text-align: center;font-size: 14px;color: #666;padding: 5px 0;}
.footer .links{display: inline-block;margin: 0 auto;margin-top: 20px;}
.footer .links a{margin: 0 5px;transition: all 0.3s ease-in-out;}
.footer .links a:hover{opacity: 0.7;}
/* 侧边栏 */
.sidebar{position: fixed;right: 0;top: 30%;z-index: 500;}
.sidebar li{width: 50px;height: 50px;background: #EFEFEF;display: flex;align-items: center;justify-content: center;cursor: pointer;margin-bottom: 2px;position: relative;}
.sidebar li i{color: rgba(92, 92, 92, 0.50);font-size: 24px;}
.sidebar li .phoneBox{position: absolute;right:50px;top: 0;height: 50px;}
.sidebar li .phone{background: #EFEFEF;height: 50px;text-align: center;line-height: 50px;color: #333;font-size: 16px;display: none;padding:0 10px;}
.sidebar li:first-child:hover .phone{display: block;}
.sidebar li:hover{background: #339966;}
.sidebar li:hover i{color: #fff;}
.sidebar li.back-top{background: #339966;}
.sidebar li.back-top i{color: #fff;}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1366px) and (min-width:769px){
  .head_layout .nav_box .item:first-child{padding-left: 0;}
  .head_layout .head_flex{padding-right: 20px;}
  .ind_products .swiper-button-prev1{left: -66px;}
  .ind_products .swiper-button-next1{right: -66px;}
}
@media (max-width: 768px) {
.container{width: 100%;padding-left: 15px;padding-right: 15px;}
.headerPhoneTop {position: fixed;width: 100%;top: 0;left: 0;text-align: center;background: #fff;box-shadow: 0 0 7px #b9b9b9;z-index: 99;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.menuPhone {position: fixed;width: 250px;height: 100%;overflow-y: auto;left: -250px;background: #90a4ae;top: 0;    z-index: 9;
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.headerPhoneLogo img {height: 30px;}
.headerPhoneLogo {padding: 10px 0;}
a.menu-trigger {position: absolute;display: inline-block;width: 36px;height: 30px;top: 50%;margin-top: -15px;left: 10px;padding: 0 5px;}
a.menu-trigger span {display: block;background: #222;width: 100%;height: 2px;margin: 6px 0;}
.wrapper {position:relative;width: 100%;left: 0;padding-top: 0 !important;transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhoneTop  {left:250px;}
body.menuOpen .wrapper  {left:250px;}
body.menuOpen .menuPhone{left:0;}
.headerPhone {transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhone {left: 250px;}
.menuPhone li h2 {margin: 0;font-size: 15px;line-height: 30px;}
.menuPhone li h2 a {color: #fff;padding: 5px 15px;display: inline-block;width: 100%;}
.menuPhone li h5 {margin: 0;padding-left: 25px;font-size: 12px;line-height: 25px;border-top: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhone li h5 a {color: #fff;padding: 5px 0;display: inline-block;font-size: 14px;}
.menuPhone ul li {border-bottom: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhoneHide {background: rgba(255, 255, 255, 0.1);display: none;}
.headerPhone .menu_tr_ico{position: absolute;right:15px;top: 50%;margin-top: -18px;}
.headerPhone .menu_tr_ico .enChange{background:  #ff8a00;color:  #fff;border-radius:  100%;padding: 5px;}
.headerPhone .menu_tr_ico i{font-size: 20px;color: #666;display: inline-block;margin-left: 10px;}
.headerPhone .menu_tr_search{margin-top: 10px;padding: 0 15px;position: relative;}
.headerPhone .menu_tr_search input{width: 100%;height: 40px;background-color: #f1f1f1;padding: 0 10px;margin-bottom: 10px;}
.headerPhone .menu_tr_search button{    right: 20px;position: absolute;width: 40px;height: 40px;background: none;top: 0;}
.headerPhone {padding-top: 50px;position: relative;left: 0;}
.headerPhone .menu_tr_ico .selectBox {background: #fff;box-shadow: 0 0 4px #ddd;position: absolute;display: none;overflow-y: scroll;max-height: 300px;}
.headerPhone .menu_tr_ico .selectBox:after{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #fff;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox::before{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #999;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox ul li{padding: 0 10px;border-bottom: 1px #dedede solid;}
.banner{height: 400px;}
.banner .swiper-slide h2{font-size: 24px;}
.banner .buttonGroup .swiper-button-prev, .banner .buttonGroup .swiper-button-next{width: 48px;height: 48px;top: -80px;}
.banner .line .line1{margin-left: 0;}
.ind_products .container{padding-top: 40px;padding-bottom: 50px;}
.ind_products .txt{padding: 0;margin: 20px 0;}
.ind_products .swiper-button-prev1, .ind_products .swiper-button-next1{width: 30px;height: 30px;top: 56%;}
.ind_products .swiper-button-prev1{left: 15px;}
.ind_products .swiper-button-next1{right: 15px;}
.ind_products .more{margin-top: -8px;}
.title{font-size: 36px;}
.ind_advantages .txt{padding: 0;margin: 23px 0;}
.ind_advantages .content{padding-top: 50px;padding-bottom: 60px;}
.ind_advantages .content .container ul li{margin-bottom: 15px;}
.ind_about{display: inherit;padding-top: 16px;padding-bottom: 330px;}
.ind_about .txtBox{width: 100%;height: auto;}
.ind_about .txtBox p{margin-top: 20px;}
.ind_about .txtBox .more{margin-top: 26px;}
.ind_about .imgBox{width: 100%;top: 570px;height: 237px;}
.ind_about1 ul{margin-left: -26px;}
.ind_about1 ul li .istxt{font-size: 13px;}
.ind_about1 ul li .isnum{font-size: 20px;}
.ind_about1 ul li:last-child{padding-left: 0;}
.ind_news{padding-top: 36px;padding-bottom: 40px;}
.ind_news .container{display: inherit;margin-top: 20px;}
.ind_news .container .txtBox{width: 100%;}
.ind_news .container .imgBox{width: 100%;height: 255px;padding-left: 0;margin-top: 20px;}
/* 关于我们 */
.nei_ban{height: 200px;}
.aboutList{display: none;}
.about1{padding: 20px 0;}
.about1 .title{margin-bottom: 10px;}
.about1 p{margin-bottom: 18px;}
.about1 .imgBox{display: inherit;height: auto;}
.about1 .imgBox .img1{width: 100%;margin-bottom: 15px;}
.about1 .imgBox .img2{padding-left: 0;width: 100%;}
.about2 .circle6{width: 334px;height: 334px;}
.about2 .circle6 .p2{max-width: 164px;white-space: wrap;}
.about2 .circle6 .txtBox1{top: 204px;left: -22px;}
.about2 .circle6 .txtBox1 .p1{margin-left: 0;margin-top: 38px;}
.about2 .circle6 .txtBox1 .p2{margin-left: 0;}
.about2 .circle6 .txtBox2{top: -72px;right: 83px;}
.about2 .circle6 .txtBox2 .p1{margin-left: 22px;margin-top: 21px;}
.about2 .circle6 .txtBox2 .p2{margin-left: 22px;}
.about2 .circle6 .txtBox3{top: 206px;right: -24px;}
.about2 .circle6 .txtBox3 .p1{margin-left: 22px;margin-top: 35px;}
.about3{padding: 30px 0;}
.about3 .swiperAbout{margin-top: 52px;}
.about3 .more{margin-top: 24px;}
.about4 p{font-size: 18px;}
.about5{padding-top: 48px;padding-bottom: 64px;}
.about5 ul{margin-top: 32px;grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));grid-gap: 15px 0;}
/* 产品中心 */
.products{padding: 36px 0 42px;}
.products .container{display: inherit;}
.products .product_nav{display: none;}
.products .contentBox{width: 100%;padding-left: 0!important;}
.products .contentBox .searchBox input{width: 76%;padding-left: 14px;}
.products .contentBox .searchBox button{width: 24%;}
.products .contentBox .content{grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));grid-gap: 18px 0;}
/* 产品详情 */
.proDetail{display: inherit;padding-top: 30px;padding-bottom: 50px;}
.proTop .dotBoxL{width: 100%;}
.proTop .dotBoxL .videoBox{width: 100%;height: 300px;}
.proTop .dotBoxL .videoBox video{width: 100%;height: 300px;}
.proTop .dotBoxL ol{width: 100%;height: 300px;}
.proTop .dotBoxL ul li{width: 100px;}
.proDetail .txtBox{width: 100%;margin-top: 15px;}
.proDetail .txtBox h2{padding-left: 0;}
.proDetail .txtBox .content1{padding-left: 0;}
.proDetail .txtBox .content1 li{display: flex;}
.proDetail .txtBox .button{margin-left: 0;margin-top: 40px;position: fixed;bottom: 24px;left: 50%;transform: translateX(-50%);width: 80%;}
.details{padding-bottom: 10px;}
.related_products{padding-bottom: 40px;}
.related_products .swiperPro3 .pagination3{left: 38%;}
.mask{width: 100%;padding: 15px;}
.inquiryBox1 input{width: 100%;}
.inputBox.required .tips{left: 0;}
.inquiryBox1 form .selectCon{width: 100%;}
.inquiryBox1 .inputBox textarea{width: 100%;}
.inquiryBox1 .inputBox .codeBox{width: 100%;}
.inquiryBox1 .submitBtn{margin-left: 0;margin-top: 20px;}
.hint{width: 90%;}
/* 科研创新 */
.innovation1, .innovation2, .innovation3{padding-bottom: 20px;}
.innovation1 h2, .innovation2 h2, .innovation3 h2{font-size: 28px;}
.innovation1 .contentBox, .innovation2 .contentBox, .innovation3 .contentBox{display: inherit;}
.innovation1 .contentBox .imgBox, .innovation2 .contentBox .imgBox, .innovation3 .contentBox .imgBox{width: 100%;}
.innovation1 .contentBox .txtBox, .innovation2 .contentBox .txtBox, .innovation3 .contentBox .txtBox{padding-left: 0;width: 100%;}
.innovation2 .contentBox .txtBox{padding-right: 0;margin-bottom: 15px;}
.innovation2 h2{text-align: left;}
/* 新闻列表 */
.news{padding-bottom: 50px;}
.newsList li{width: 50%;}
.news .contentBox li .imgBox{width: 100%;}
.news .contentBox{margin-top: 30px;}
.news .contentBox li{padding: 40px 37px 60px 24px;display: inherit;}
.news .contentBox li .txtBox{padding-left: 0;width: 100%;}
.news .contentBox li .txtBox h2{font-size: 23px;}
/* 招聘 */
.job .item .overview{padding: 0;padding-left: 10px;}
.job .item .overview .left{font-size: 14px;flex: 0.2;white-space: nowrap;}
.job .item .overview .middle{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;flex: 0.3;}
.job .item .overview .right{flex: 0.4;}
.job .item .content1{padding-left: 10px;}
/* 联系我们 */
.contact1{padding-top: 30px;padding-bottom: 40px;}
.contact1 #myForm{margin-top: 30px;}
.contact1 .verification{display: flex;}
.contact1 .button{width: 100%;}
.contact2 ul{grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));grid-gap: 15px 0;}
.contact3 #container{height: 295px;}
}
