@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;width: 100%; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}

.container{width:1400px;margin:0 auto; max-width: 76%;}





.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-ccc{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}
.flex-cw{display: flex; align-items: center; flex-wrap: wrap;}
.flex-dc{display: flex; flex-direction: column;}
.flex-w{display: flex; flex-wrap: wrap;}
.flex-sbcw{display: flex;justify-content: space-between; align-items: center;  flex-wrap: wrap;}

/*字体引入*/

  @font-face {
    font-family: "DIN";
    src: url("../font/DIN-Bold.otf");
  }


   /*@font-face {
    font-family: "Impact";
    src: url("../font/impact.ttf");
  }

  @font-face {
    font-family: "PFLight";
    src: url("../font/PingFangLight.woff") format("woff");
  } */


/* 公共头部 */
.header{position: fixed; top: 0; width: 100%; z-index: 22; background: #fff; box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.header-zw{height: 100px;}
.header-box{height: 100px;}
.header .logo{margin-left: 3%;}
.header .logo img{display: block; }
.head-right{width: 62.76%;}
.right-box{width: calc(100% - 369px);}
.pc-nav{width: 77%; }
.pc-nav ul li {position: relative; }
.pc-nav ul li>a{display: block; font-size: 18px; line-height: 100px; color: #333;  text-align: center; position: relative; }
.pc-nav ul li>a::after{position: absolute; content: ''; height: 2px; background: #01a8a0; bottom: 0; width: 0; left: 50%; transition: 0.6s;}
.pc-nav ul li:hover>a{color: #01a8a0; font-weight: bold;}
.pc-nav ul li:hover>a::after{width: 100%; left: 0;}
.pc-nav ul li .subnav {box-shadow:1px 1px 10px rgba(0,0,0,0.1);width: 244%;position: absolute;top: 100%;left: -60%;transform: translateY(50px);opacity: 0;pointer-events: none;z-index: 10;transition: all 0.4s ease;background: #fff;right: 0;margin: 0 auto;align-items: flex-start;}
.pc-nav ul li .subnav .list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-left: 0;box-sizing: border-box;padding: 1rem 0 0;text-align: center;}
.pc-nav ul li .subnav .list a{width: 100%;display: block;font-size: 15px;color: #595e67;font-family:"Microsoft YaHei";position: relative;box-sizing: border-box;margin-bottom: 10px;}
.pc-nav ul li .subnav .pic{width: 43.36%;height:15rem;overflow: hidden;display: none;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list a:hover{color: #01a8a0;}
.pc-nav ul li:hover .subnav {  transform: translateY(0);  opacity: 1;  pointer-events: auto;}
.pc-navfixed{position: fixed; top: 0; width: 100%; z-index: 222;}

.header-sec3 {position: fixed;top: -100%; left: 0;  width: 100%; height: 100px; background-color: #fff; z-index: 999; transition:0.6s}
.header-sec3.active {top: 0;}
.header-sec3 .container {height: 100%;}
.header-sec3 .cont { height: 100%; display: flex; align-items: center; justify-content: space-between; max-width: 500px; margin: 0 auto;}
.header-sec3 .cont .form { display: flex; align-items: center; width: calc(100% - 90px); border-radius: 30px; border: 2px solid #333; padding: 0 20px; overflow: hidden;}
.header-sec3 .cont .form .f_sub {outline: none;width: 20px;border: none;background: transparent;overflow: hidden; height: 30px; cursor: pointer;}
.header-sec3 .cont .form .f_sub img {max-width: 100%;}
.header-sec3 .cont .form .int { outline: none;width: 80%;width: calc(100% - 20px);padding: 10px 0;font-size: 16px;border: none;background-color: transparent;color: #333; padding-left: 22px;}
.header-sec3 .cont .f_close { overflow: hidden; width: 20px; display: block;}
.header-sec3 .cont .f_close img {width: 100%;}

.head-tel{width: 300px; background: #01a8a0; height: 100px;}
.head-tel img{display: inline-block; margin-right: 14px;}
.head-tel em{display: block; font-size: 16px; color: #fff; line-height: 16px; margin-bottom: 8px;}
.head-tel b{display: block; font-size: 24px; color: #fff;  font-family: "DIN"; line-height: 17px;}


.blue{color: #01a8a0;}

/* banner */
.banner{overflow: hidden; position: relative;}
.banner .imgBox{overflow: hidden;}
.banner .imgBox img {width: 100%;height: auto;transition: 1s linear 2s; transform: scale(1.1,1.1); object-fit: cover;}
.banner .swiper-slide-active img , .banner .swiper-slide-duplicate-active img {transition: 6s linear;transform: scale(1,1);}
#banner-num{display: block; bottom: 50px; }
#banner-num .swiper-pagination-bullet {width: 18px; height: 16px; background: url(../images/banner-num2.png); opacity: 1; margin: 0 7px; transition: 0.6s;}
#banner-num .swiper-pagination-bullet-active{background: url(../images/banner-num.png); }
#banner-prev,#banner-next{background: url(../images/banner-arrow.png) no-repeat center #fff; width: 63px; height: 63px;  opacity: 1; transition: 0.6s; border-radius: 50%;}
#banner-prev{left: 4%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 4%;}
#banner-prev:hover,#banner-next:hover{background: url(../images/banner-arrow2.png) no-repeat center #01a8a0; }


.pannel{background: #f3f3f3; }
.pannel-box{height: 92px;}
.keywords img{display: inline-block; margin-right: 24px;}
.keywords ul em{display: inline-block; font-size: 15px; color: #666;}
.keywords ul li a{display: inline-block; font-size: 15px; color: #666; margin-right: 40px;}
.keywords ul li a:hover{color: #01a8a0;}
.pro-search{height: 92px;}
.pro-search input{outline: none; border: none; font-family: "Microsoft YaHei"; height: 92px;}
.search-left{width: 310px; border-left: 1px solid #d2d2d2;  padding-left: 32px; box-sizing: border-box;}
.search-left input{background: transparent; font-size: 14px; color: #d2d2d2;}
.search-left input:placeholder{color: #d2d2d2;}
.search-left>img{display: inline-block; margin-right: 14px;}

.search-submit{width: 99px; height: 92px; background: url(../images/search-icon2.png) no-repeat center #01a8a0;}



/* 公司简介 */
.about{background: url(../images/about-bg.jpg) no-repeat center bottom; background-size: cover; padding: 94px 0 134px;}
.about-left{width: 51%;}
.about-title {position: relative; margin-bottom: 5px;}
.about-title strong{display: block; font-size: 50px; color: #333; position: relative; z-index: 1;}
.about-title b{position: absolute; content: ''; display: block; font-size: 50px; line-height: 38px; color: #F2F2F2;  top: 64px; z-index: 0; text-transform: uppercase;}
.about-box{height: 477px;}
.about-left .info h2{display: block; font-size: 24px; color: #01A8A0; margin-bottom: 43px;}
.about-left .info h3{display: block; font-size: 16px; line-height: 28px; color: #666; margin-bottom: 27px;}
.about-more a{width: 157px; height: 50px; background: #01a8a0; border-radius: 25px; margin-top: 50px; position: relative; z-index: 3;}
.about-more em{font-size: 16px; color: #fff; margin-right: 12px;}
.about-more a:before {content: ''; z-index: -1; transition: 1s; border-radius: 30px;   box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: #01a8a0;   position: absolute; top: 0;right: 0;bottom: 0; left: 0;}
.about-more a:hover:before{transform: scale(1.2) scaleY(1.3); opacity: 0; visibility: hidden;}
.about-list{position: relative; width: 44%; height: 477px;}
.about-list ul li a{ width: 216px;  height: 216px;  border: 1px solid #01a8a0; border-radius: 50%; position: relative;}
.about-list ul li a::after{position: absolute; content: ''; width: 100%; height: 100%; top: 0; transform: scale(0); transition: 0.6s; z-index: 1; background: #01a8a0; border-radius: 50%;}
.about-list ul li img,.about-list ul li em{position: relative; z-index: 2;}
.about-list ul li em{display: block; font-size: 20px; color: #01A8A0; margin-top: 17px; }
.about-list ul li{position: absolute;}
.about-list ul li.item1{top: 0; left: 0;}
.about-list ul li.item2{top: 90px; right: 0;}
.about-list ul li.item3{bottom: 0px; left: 118px;}
.about-list ul li:hover a::after{transform: scale(1);}
.about-list ul li:hover img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.about-list ul li:hover em{color: #fff;}


/* 产品 */
.product{margin-bottom: 60px; overflow: hidden;}
.product-box{width: 70.625%; height: 800px; overflow: hidden;}
.product-box ul .pic{ height:800px;}
.product-btn{width: 29.375%; height: 800px;}
.product-btn ul li{height: 199.2px; margin-bottom: 1px; background: #01a8a0; cursor: pointer; transition: 0.6s;}
.product-btn ul li .text{margin-left: 19px;}
.product-btn ul li .text em{display: block; font-size: 44px; color: #fff;  line-height: 44px; }
.product-btn ul li .text span{display: block; font-size: 24px; color: #fff;}
.product-btn ul li.on{background: linear-gradient(#d22715 0%, #f5731d 100%);}


/* 公共底部 */
.footer{background: url(../images/footer-bg.jpg) no-repeat center bottom; padding: 47px 0 0; background-size: cover;}
.footer-box{padding-bottom: 72px;}
.foot-logo a img{display: block; margin-bottom: 32px;}
.foot-logo strong{display: block; font-size: 24px; color: #01a8a0; margin-bottom: 5px;}
.foot-logo h3{display: block; font-size: 16px; color: #333;}

.foot-nav{width: 38%;}
.foot-nav dl dt{display: block; font-size: 18px; color: #333; margin-bottom: 19px;}
.foot-nav dl dd a{display: block; font-size: 16px; line-height: 34px; color: #666; }
.contact{text-align: right; display: flex; flex-direction: column; align-items: flex-end;}
.contact h2{display: block; font-size: 24px; color: #333;}
.contact h3{display: block; font-size: 16px; color: #01A8A0;}
.contact i{display: inline-block; font-size: 40px; font-weight: bold; font-family: "DIN" }
.contact h3>img{display: inline-block; margin-right: 10px;}
.contact a{transition: 0.6s; margin-top: 20px; display: flex; align-items: center; justify-content: center; width: 157px; height: 50px; background: #ffffff; border-radius: 25px; box-shadow: 0px 5px 1.82px 0.45px rgba(24,25,25,0.04); font-size: 16px; line-height: 50px; color: #333;text-align: center; }
.contact a>img{margin-right: 9px;}
.contact a:hover{background: #01a8a0; color: #fff;}
.contact a:hover>img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.foot-copy{border-top: 1px solid rgba(215,215,215,0.2); padding: 14px 0;}
.foot-copy p{display: block; font-size: 14px; color: #666;}
.foot-copy a{color: #666;}
.foot-nav dl dd a:hover,.foot-copy a:hover{color: #01a8a0;}












/*分页*/
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #01a8a0;}
.fy .layui-laypage-curr {color: #fff; background: #01a8a0; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #01a8a0; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}

.ny-banner img{display: block;width: 100%;}


.ny-main{margin-top: 25px; margin-bottom:100px;}
.position{height:52px; line-height:52px; font-size:14px; border-bottom: solid 1px #dfdfdf; margin-bottom: 30px;}
.position .container13 {background:url(../images/position-home.png) no-repeat 0 center; padding-left:30px; width: 1300px; box-sizing: border-box;}
.position a{background:url(../images/position-arrow.png) no-repeat right; padding-right:20px; margin-right:10px;}
.position a:last-child{background: transparent;}
.position .on{color: #01a8a0;}
.position a:hover{color: #01a8a0;}



.main-box{align-items: flex-start;}



.ny-left{width: 280px;     position: sticky;top: 80px;}
.column-title{position: relative; background: #01a8a0 }
.column-title .icon{width: auto;height: 100px;background: url(../images/icon-pro1.png) no-repeat center left 34px;padding-left: 105px;}
.column-title:before{content: ""; position: absolute;width: 268px;height: 88px;border: 1px solid #fff;top: 5px;left: 5px;}
.column-title h3{font-size: 28px;color: #fff;font-weight: bold;line-height: 28px;padding: 26px 0 2px;    margin-bottom: 2px;}
.column-title span{color: #fff;font-family: arial; text-transform: uppercase;}
.ctitle1{width: 100%;border:2px solid #01a8a0;border-top: none;padding: 20px 10px 12px 10px;box-sizing: border-box;}
.ctitle1>li{float: left;margin-bottom: 8px;width: 100%;background: #01a8a0}
.ctitle1>li>a{display: block;width: 100%;padding-left: 20px;height: 50px;line-height: 50px;color: #fff;font-size: 16px;transition: all 0.5s;position: relative;box-sizing: border-box;}
.ctitle1>li>a:after{content: "";width: 0px;height: 2px;background: #fff;position: absolute;left: 0;top: 24px;transition: all 0.2s; left: 20px;}
.ctitle1>li:hover,.ctitle1>li.on{background: #01a8a0}
.ctitle1>li:hover>a:after,.ctitle1>li.on>a:after{width: 10px;}
.ctitle1>li:hover>a,.ctitle1>li.on>a{padding-left: 40px;}

.ctitle2 {padding: 15px 25px;background: #fcfcfc;}
.ctitle2>li>a{display: block; color: #333; line-height: 35px; }
.ctitle2>li:hover>a,.ctitle2>li.on>a{color: #01a8a0; font-weight: bold}
.ctitle2>li.arrow{cursor: pointer}
.ctitle2>li.arrow>a{background: url(../images/ctitle2-arrow.png) no-repeat right center; height: 100%}

.ctitle3 {padding: 15px 0 15px 5px; display: none }
.ctitle3>li{margin-bottom: 10px;}
.ctitle3>li>a{display: block; font-size: 15px; color: #666; position: relative; padding-left: 20px;}
.ctitle3>li>a:before{content: "";width: 10px;height: 10px;border: 1px solid #dfdfdf;border-radius: 50%;position: absolute;left: 0;top: 50%; transform: translateY(-50%); transition: all 0.4s;}
.ctitle3>li>a:after{content: "";width: 6px;height: 6px;background: #dfdfdf;border-radius: 50%;position: absolute;left: 3px;top: 50%;transform: translateY(-50%); transition: all 0.4s;}
.ctitle2>li.arrow .ctitle3.on{display: block}

.ctitle3>li:hover>a,.ctitle3>li.on>a{color: #01a8a0; }
.ctitle3>li:hover>a:before,.ctitle3>li.on>a:before{border-color: #01a8a0}
.ctitle3>li:hover>a:after,.ctitle3>li.on>a:after{background: #01a8a0}









.ny-contact {background: #fafafa; padding: 30px 0 10px;}
.ny-contact .bg{display: block; width: 230px;padding-left: 20px; height: 100px;background: url(../images/ny-contact.jpg) no-repeat center center;}
.ny-contact span,.ny-contact em{display: block;color: #fff;}
.ny-contact span{font-size: 18px;line-height: 18px;padding-top: 30px;}
.ny-contact em{font-family: arial;}
.ny-contact ul{padding: 20px 10px;background: #f2f2f2;margin-bottom: 20px;}
.ny-contact ul li span,.ny-contact ul li img,.ny-contact ul li a{display: block;margin: 0 auto;}
.ny-contact ul .ny-qcode{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.ny-contact ul .ny-qcode span{color: #4c4c4c;line-height: 14px;padding-top: 10px;}
.ny-contact ul .ny-tel{font-size: 24px;font-family: arial;color: #01a8a0;padding-left: 60px;background: url(../images/telIcon.png) no-repeat center left 6px;margin-bottom: 20px; margin-left: 20px;}

.ny-right {width: calc(100% - 320px);overflow: hidden;}


.ny-title{position: relative;}
.ny-title b{display: block;     font-size: 44px; color: rgb(242, 242, 242); text-transform: uppercase; margin-bottom: 10px;} 
.ny-title strong{position: absolute; content: ''; left: 0; right: 0; font-size: 36px; color: #333; top: 16px;}
.ny-title i{    display: block; width: 39px; height: 2px; background: #01a8a0; margin: 0 auto;}


.right-title{background: #f9f9f9;position: relative;display: flex;align-items: center;padding: 16px 0;margin-bottom: 2.5rem;}
.right-title h2{display: block;font-size: 24px;line-height: 24px;color: #333;border-left: 5px solid #01a8a0;font-weight: bold;padding-left: 15px;/* margin-left: -5px; */}



.nypro-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nypro-list ul:after{content: ''; width: 31.5%;}
.nypro-list ul li{width: 31.5%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden; border-bottom: 0.0625rem solid #dddddd; }
.nypro-list ul li .pic img{display: block;  width: 100%; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.nypro-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.nypro-list ul li .info{padding: 22px 4%;}
.nypro-list ul li strong{font-size: 18px;color: #333;font-weight: normal;margin-bottom: 0.4375rem;}
.nypro-list ul li p{ font-size: 1rem; color: #777; margin-bottom: 1.8125rem; }
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{display: block;width: 7.75rem;background: #333333; font-size: 0.9375rem; line-height: 2.5rem; color: #fff; margin-right: 0.25rem;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #01a8a0;}
.nypro-list ul li:hover{border-color: #01a8a0;}
.nypro-list ul li:hover strong{color: #01a8a0;  font-weight: bold;}
.nypro-list ul li:hover em{background: #01a8a0;}










/* 内页产品详情页 */
.proxq-pic{width: 40%;}
.proxq-info{width: 55%;}
.propic-big { margin-bottom: 1.25rem; border: 0.0625rem solid #eeeeee;}
.propic-big ul li{}
.propic-big ul li .pic img{display: block; width: 100%;}

.propic-small ul li{background: #fff; position: relative;}

.propic-small ul li .pic{box-sizing: border-box; border: 0.0625rem solid #eeeeee;}
.propic-small ul li .pic img{display: block; width: 100%;}
.propic-small ul li.swiper-slide-thumb-active .pic{ border-color: #01a8a0;}

.proxq-info strong{display: block;font-size: 25px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 14px;margin-bottom: 15px;}
.proxq-info .text{margin-bottom: 20px; font-size: 15px; color: #666;}
.proxq-info .text em,.proxq-info .text p{display: block; font-size: 1rem; line-height: 1.75rem; }
.proxq-info .text em{color: #01a8a0;}
.proxq-info .text p{color: #333333; margin-bottom: 1.3125rem;}
.proxq-btn{ padding-bottom: 3.125rem; border-bottom: 1px solid #dbdbdb; margin-bottom: 2rem;}
.proxq-btn a{z-index: 0;position: relative;overflow: hidden;display: inline-block;width: 138px;font-size: 16px;line-height: 54px;background: #000;border-radius: 0.3125rem;text-align: center;color: #fff;}
.proxq-btn a.order{background: #01a8a0; margin-right: 0.9375rem;}
.proxq-btn a>img{display: inline-block; vertical-align: middle; margin-left: 6%;}
.proxq-btn a:before{content: "";position: absolute;width: 0;height: 100%;left: 50%;top: 0;z-index: -1;opacity: 2;transition: all 0.4s; }
.proxq-btn a.order:before{background: #01a8a0;}
.proxq-btn a:before{background: #01a8a0;}
.proxq-btn a:hover:before{width: 100%;left: 0;opacity: 1;}
.proxq-arrow{display: flex; justify-content: space-between; align-items: center;}
.proxq-arrow a{display: flex; align-items: center; }
.proxq-arrow i{display: block; display: flex;  align-items: center;  justify-content: center;  width: 3.125rem;  line-height: 2.875rem;  height: 3.125rem;  border-radius: 0.25rem;  border: 0.125rem solid #dbdbdb; transition:0.6s}
.proxq-arrow h5{display: block;font-size: 15px;color: #1a1a1a;}
.proxq-arrow a:first-child i { transform: rotateY(180deg); margin-right: 1.25rem;}
.proxq-arrow a:last-child i {    margin-left: 1.25rem;}
.proxq-arrow a:hover i{background: #01a8a0;border-color: #01a8a0;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #01a8a0;}
.peculiarity{margin: 50px 0 80px;}
.peculiarity-title strong{display: block;font-size: 23px;color: #333;text-indent: 0.4375rem;border-bottom: 0.0625rem solid #ddd;padding-bottom: 1.125rem;margin-bottom: 1.875rem;}



.xq-back a{transition:0.6s; display: block; width: 144px; font-size: 16px; line-height: 48px; color: #fff;  background: #000; border-radius: 21px; text-align: center; margin: 40px auto 0}
.xq-back a>img{display: inline-block; margin-right: 11px; vertical-align: middle;}
.xq-back a:hover{background: #01a8a0;}




/* 内页图片列表页 */
.picture-list ul::after{content: ''; width: 31%;}
.picture-list ul li{width: 31%; margin-bottom: 40px; box-sizing: border-box; border: 1px solid #fcfcfc}
.picture-list ul li .pic{overflow: hidden;}
.picture-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.picture-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.picture-list ul li em{transition: 0.6s; display: block; background: #fcfcfc; font-size: 16px; line-height: 55px; color: #333; text-align: center; }
.picture-list ul li:hover em{background: #01a8a0; color: #fff;}




#product{position: relative; top: -185px}


@media screen and (min-width:200px)  and  (max-width:1401px)  {
	.container{max-width: 94%; width: 1400px;}
	body{min-width: 1400px; overflow-x: hidden; }

  .head-right {   width: 70%;}


}


.contact-right{
    width: 100%;}