@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:14px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1301px; 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:1301px; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.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;}


/* CSS Document */
/*公共头部*/
.head{height: 94px; background: #fff; border-bottom: 1px solid #f4f4f4; transition:0.6s;}
.head .logo{margin-top: 22px; }
.head .logo img{display: block; margin-right: 5px; }
.head-tel{margin-top: 31px; background: url(../images/head-tel.png) no-repeat left top 3px; padding-left: 52px;}
.head-tel em{display: block; font-size: 14px; line-height: 14px; color: #333; margin-bottom: 8px;}
.head-tel b{display: block; font-size: 26px; line-height: 19px; color: #a0d055; font-family: arial;}
.nav ul li{float: left; margin-right: 64px;}
.nav ul li:last-child{margin-right: 0}
.nav ul li a{display: block; font-size: 16px; line-height: 68px; color: #333; position: relative;}
.nav ul li a:after{position: absolute; content: ''; width: 0; height: 1px; background:#a0d055; bottom: 0; left: 50% }
.nav ul li.on a:after,.nav ul li:hover a:after{width: 100%; left: 0; transition:0.6s; }
.nav ul li.on a,.nav ul li:hover a{color: #a0d055}
.navfixed{position: fixed; top: 0; width: 100%; z-index: 222; background: #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}             
.search{display: block; width: 287px; height: 44px;   background: #f5f5f5; border-radius: 22px; position: relative; margin-top: 11px}
.search input{outline: none; border: none; font-family: "Microsoft YaHei"}
.search .search-text{width: 200px; font-size: 16px; color: #9c9c9c; line-height: 44px; background: transparent; text-indent: 37px}
.search .search-btn{position: absolute; background: url(../images/search-btn.png) no-repeat; width: 23px; height: 24px; position: absolute; right: 26px; top: 11px;}


/*首页banner*/
.banner {position: relative; overflow: hidden; height: 650px;}

#banner-prev,#banner-next{width: 80px; height: 80px; border-radius: 50%; transition:0.6s; top: 47%}
#banner-prev{background: url(../images/banner-prev.png) no-repeat center rgba(160,208,85,0.5); left: 76px}
#banner-next{background: url(../images/banner-next.png) no-repeat center rgba(160,208,85,0.5); right: 76px}
#banner-prev:hover{background: url(../images/banner-prev2.png) no-repeat center rgba(160,208,85,0.5);}
#banner-next:hover{background: url(../images/banner-next2.png) no-repeat center rgba(160,208,85,0.5);}
#banner-num{bottom: 63px}
#banner-num .swiper-pagination-bullet{ width:17px;height:17px; margin:0 12px; cursor:pointer;background: rgba(160,208,85,0.5);  border-radius: 50%; opacity: 1}
#banner-num .swiper-pagination-bullet-active{ background: rgba(160,208,85,1);  } /*当前项*/


/*枕河 · 产品*/
.index-title h2{display: block; font-size: 28px; color: #000; line-height: 28px}
.index-title em{color: #a0d055}
.index-title i{display: block; width: 35px;height: 3px;background: #a0d055; margin: 11px auto 17px}
.index-title h3{display: block; font-size: 16px; line-height: 27px; color: #333}
.title-con{position: relative;}
.index-more a{position: absolute; right: 0; top: 0;  color: #333;}
.index-more a:after{position: absolute; content: ''; width: 45px;height: 2px;background: #333333;  left: -63px; top: 10px}
.index-more a:hover{color: #a0d055}
.index-more a:hover:after{background: #a0d055; }

.product{margin: 55px 0 0}
.product .index-title{margin-bottom: 39px}
.pro-left{background: #f5f5f5; padding: 35px 0 20px; width: 256px}
.pro-left .ctitle1{}
.pro-left .ctitle1 li{border-bottom: 1px solid #EBEBEB; position: relative; }
.pro-left .ctitle1 li:after{position: absolute; content: ''; width: 0; height: 42px; background: #a0d055; border-radius: 0px 21px 21px 0px; transition:0.6s; top: 0; left: 0}
.pro-left .ctitle1 li:hover:after,.pro-left .ctitle1 li.on:after{width: 210px;}
.pro-left .ctitle1 li a{position: relative;z-index: 1; display: block; font-size: 16px; line-height: 42px; color: #333; background: url(../images/ctitle-li.png) no-repeat left 17px center; padding-left: 32px;}
.pro-left .ctitle1 li.on a,.pro-left .ctitle1 li:hover a{color: #fff; background: url(../images/ctitle-li2.png) no-repeat left 17px center;}
.pro-right{width: 968px; overflow: hidden;}
.product-list{margin-top: 26px;}
.product-list ul{width: 1029px; }
.product-list ul li{float: left; width: 281px; margin-right: 62px; margin-bottom: 28px; }
.product-list ul li .pic{width: 279px; height: 230px; border: 1px solid #f1f1f1; border-bottom: none; position: relative; overflow: hidden;}
.product-list ul li .pic>img{display: block;}
.product-list ul li .info{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); top: 0; opacity: 0; transition:0.6s; }
.product-list ul li .info img{position: absolute; top:0; bottom:0; left:-100%;  margin: auto; transition:0.6s;}
.product-list ul li:hover .info{opacity: 1;  }
.product-list ul li:hover .info img{left:50%;margin-left: -19px;}
.product-list ul li h3{display: block; font-size: 14px; line-height: 50px; color: #333; background: #f1f1f1; text-align: center;}
.product-list ul li:hover h3{background: #a0d055; color: #fff;}


/*关于   枕河*/
.about{background: #f9f9f9; padding: 41px 0 94px}
.about .index-title{margin-bottom: 35px;}
.about .index-title h2{margin-bottom: 10px; position: relative;}
.about .index-title h2:after{position: absolute; content: ''; width: 35px;height: 3px;background: #A0D055;  left: 0; top: 12.5px}
.about .index-title h2,.about .index-title h3{padding-left: 52px}
.about .pic{width: 422px; height: 472px;}
.about .info{width: 802px}
.about .info h2{display: block; font-size: 32px; line-height: 32px; color: #333; position: relative; height: 53px; margin-bottom: 44px}
.about .info h2:after{position: absolute;content: ''; width: 178px;height: 1px;background: #A0D055; bottom: 0; left: 0 }
.about .info h3{font-size: 16px; line-height: 29px; color: #666; margin-bottom: 31px}
.about-list ul li{transition:0.6s; float: left;  width: 161px; height: 168px; overflow: hidden; margin-right: 52px;  display: flex; align-items: center; justify-content: center; text-align: center; position: relative;}
.about-list ul li:last-child{margin-right: 0}
.about-list ul li em,.about-list ul li span{display: block; font-size: 20px; color: #333; position: relative;z-index: 1}
.about-list ul li span{font-family: arial; line-height: 27px;}
.about-list ul li b{transition:0.6s; position: absolute;  font-size: 100px; line-height: 79px; height: 79px; color: #e8e8e8; opacity: 0.5; font-family: arial; top: 42px; left: 0; right: 0; margin: auto}
.about-list ul li:hover{background: #a0d056;}
.about-list ul li:hover em{color: #fff; }
.about-list ul li:hover span{color: #fff; opacity: 0.5}
.about-list ul li:hover b{top: 120px; right: 0; left: auto;}


/*优势*/
.ys{background: url(../images/ys-bg.jpg) no-repeat center; padding: 18px 0; height: 210px; /*background-attachment: fixed;*/}
.ys .pic{margin-right: 90px;}
.ys .info h2{display: block; font-size: 32px; color: #fff; font-weight: bold; padding-top: 30px; margin-bottom: 38px;}
.ys .info .more{text-align: center;}
.ys .info a{transition:0.6s; display: inline-block; width: 138px; height: 41px; background: #333333; border-radius: 21px; font-size: 16px; line-height: 41px; color: #fff; text-align: center; margin:  0 18.5px}
.ys .info a:hover{background:#a0d056;}
.ys .text{background:url(../images/ys-line.png) no-repeat left 50px top; height: 203px; width: 227px;}
.ys .text strong{display: block; font-size: 26px; color: #fff; padding-top: 58px; margin-bottom: 31px;}
.ys .text span{display: block; font-size: 16px; color: #fff}




/*枕河 · 资讯*/
.news{padding: 68px 0 91px;}
.news .index-title{margin-bottom: 31px}
.news .index-title h2,.news .index-title em{font-weight: bold;}
.news .index-title h3{margin: 9px 0 19px}
.news .index-title i{margin: 0}
.news-list {position: relative;}
.news-list ul li{float: left; width: 421px; margin-right: 20px;}
.news-list ul li .pic{width: 421px; height: 231px; position: relative; overflow: hidden; margin-bottom: 27px;}
.news-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.news-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;}
.news-list ul li .date{position: absolute; top: 0; left: 0; width: 68px; height: 69px; background: rgba(0,115,70,0.5);display: flex; align-items: center; justify-content: center; flex-direction: column;}
.news-list ul li .date span,.news-list ul li .date em{display: block; color: #fff;}
.news-list ul li .date span{font-size: 30px; line-height: 22px; margin-bottom: 10px;}
.news-list ul li .date em{ font-size: 14px; line-height: 10px;}
.news-list ul li .info em{font-size: 16px; color: #000; margin-bottom: 15px; }
.news-list ul li .info p{line-height: 19px; color: #7a7a7a; margin-bottom: 52px}
.news-list ul li .info span{color: #7a7a7a}
.news-list ul li:hover .info em{color: #a0d055}


/*公共底部*/
.footer {background: #000; padding-bottom: 13px;}
.footer .container{width: 1164px; margin: 0 auto}
.foot-nav{padding: 25px 0 42px}
.foot-nav ul li{float: left; margin-right: 64px;}
.foot-nav ul li a{display: block; font-size: 16px; color: #fff; }
.foot-middle{padding-bottom: 40px;}
.foot-pro{width: 354px; background: url(../images/foot-line.png) no-repeat right top 22px; margin-right: 126px}
.foot-pro b,.foot-contact b{display: block; font-size: 22px; line-height: 16px; color: #fff; height: 41px;position: relative; text-transform: uppercase; margin-bottom: 34px;}
.foot-pro b:after,.foot-contact b:after{position: absolute; content: ''; width: 35px; height: 4px; background: #a0d055; bottom: 0; left: 0}
.foot-pro ul{width: 256px}
.foot-pro ul li{float: left; width: 128px;}
.foot-pro ul li a{display: block; font-size: 16px; line-height: 34px; color: #bebebe}
.foot-pro ul li a:hover{color: #fff;}
.foot-contact{width: 453px; background: url(../images/foot-line.png) no-repeat right top 22px;}
.foot-contact b{margin-bottom: 12px}
.foot-contact strong{display: block; font-size: 20px; color: #fff; margin-bottom: 12px;}
.foot-contact p{font-size: 16px; color: #bebebe}
.foot-contact img{display: inline-block; vertical-align: middle; margin-right: 11px}
.foot-wechat{margin-top: 20px;}
.foot-wechat img{display: block; margin: 0 auto 6px }
.foot-wechat em{display: block; font-size: 16px; color: #ffffff; text-align: center;}
.foot-copy p,.foot-copy a{color: #6a6a6a}
.foot-copy a:hover{color: #fff;}



/*在线咨询*/
.zx-service{position: fixed;right: 5px;top: 30%;z-index: 9999;}
.zx-service ul li{margin-bottom: 1px;position: relative;}
.zx-service ul li a{display: block; width: 80px;height: 52px;padding: 14px 0;background: #000;}
.zx-service ul li:hover a{background: #a0d055;}
.zx-service ul li a img{display: block;margin: 0 auto 10px;}
.zx-service ul li a span{display: block;width: 80px;color: #fff;text-align: center;line-height: 14px;}
.zx-service ul li dl{width: 150px;padding: 0 15px;background: #a0d055;text-align: center;display: none;position: absolute;right: 81px;top: 0;}
.zx-service ul li dl dd{font-family: arial;color: #fff;font-size: 20px;height: 50px;width: 150px;line-height: 50px;}
.weixin-hide{width: 130px;padding: 140px 10px 0;background:url(../images/ny-wechat.jpg) no-repeat center top 10px #a0d055;position: absolute;right: 81px;top: 0;display: none;}
.weixin-hide span,.weixin-hide b,.weixin-hide em{display: block; width: 100%;text-align: center;color: #fff;}
.weixin-hide span{line-height: 36px;}
.weixin-hide em{line-height: 35px;}
.weixin-hide b{line-height: 13px;font-family: arial;font-size: 18px}
.tel-hide li span,.tel-hide li b{display: block;color: #fff;}
.tel-hide li span{line-height: 12px;font-size: 14px;}
.tel-hide li b{line-height: 15px;font-size: 19px;font-family: arial;padding-top: 10px;} 
.zx-service03:hover .weixin-hide{display: block;}
.zx-service ul li:hover dl{display: block;}


/*内页样式*/
.ny-banner{height: 500px}
.ny-banner #banner-num{bottom: 20px}

.position{height:52px; line-height:52px; font-size:14px; border-bottom: solid 1px #dfdfdf; margin-bottom: 30px;}
.position .container{background:url(../images/position-home.png) no-repeat 0 center; padding-left:30px; width: 1271px;}
.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: #a0d055;}
.position a:hover{color: #a0d055;}

.ny-main{margin-bottom: 60px}
.ny-left{width: 260px;}
.column-title{position: relative; background: #333333 }
.column-title .icon{width: 155px;height: 100px;background: url(../images/icon-pro1.png) no-repeat center left 34px;padding-left: 105px;}
.column-title:before{content: ""; position: absolute;width: 248px;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;}
.ny-left .ctitle1{width: 236px;border:2px solid #333333;border-top: none;padding: 20px 10px 12px 10px; margin-bottom: 30px;}
.ny-left .ctitle1>li{float: left; margin-bottom: 8px;  width: 235px;background: #333333}
.ny-left .ctitle1>li>a{display: block; width: 215px; padding-left: 20px;height: 50px;line-height: 50px;color: #fff;font-size: 16px;transition: all 0.5s; position: relative; }
.ny-left .ctitle1>li>a:after{content: "";width: 0px;height: 2px;background: #fff;position: absolute;left: 0;top: 24px;transition: all 0.2s; left: 20px;}
.ny-left .ctitle1>li:hover,.ctitle1>li.on{background: #a0d055}
.ny-left .ctitle1>li:hover>a:after,.ctitle1>li.on>a:after{width: 10px;}
.ny-left .ctitle1>li:hover>a,.ctitle1>li.on>a{padding-left: 40px;}
.ctitle2{background: #fff; background: #f5f5f5; padding:10px 20px; display: none;}
.ctitle2 > li > a{display: block; font-size: 14px; color: #666; line-height: 40px;}
.ctitle2 > li:hover > a,.ctitle2 > li.on > a{color: #a0d055; font-weight: bold; text-indent: 5px; transition:0.6s;}

.ctitle3 {background: #fff; background: #f5f5f5; padding:0 20px}
.ctitle3 > li > a{display: block; font-size: 14px; color: #666; line-height: 40px;}
.ctitle3 > li:hover > a,.ctitle3 > li.on > a{color: #a0d055; font-weight: bold; text-indent: 5px; transition:0.6s;}

.ctitle1 li.on .ctitle2{display: block;}



.ny-contact {background: #fafafa;}
.ny-contact .bg{display: block; padding-left: 20px; height: 100px;background: url(../images/ny-contact.jpg) no-repeat center center; background-size: cover}
.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: #a0d055;line-height: 20px;padding-left: 40px;background: url(../images/ny-tel.png) no-repeat center left 6px;margin-bottom: 20px; margin-left: 20px;}
.ny-right{width: 1001px; overflow: hidden;}



/*内页产品列表*/
.class-title{background: #f5f5f5; padding: 15px 0; margin-bottom: 30px;}
.class-title em{display: block;  font-size: 18px; line-height: 25px; color: #222; border-left: 4px solid #a0d055; padding-left: 15px; font-weight: bold; margin-left: 15px}

.nypro-list ul{width: 1031px;}
.nypro-list ul li{float: left; width: 313px; margin-right: 30px; margin-bottom: 40px;}
.nypro-list ul li .pic{width: 311px; height: 256px; position: relative; overflow: hidden; border: 1px solid #f5f5f5; border-bottom: none; }
.nypro-list ul li .pic img{display: block;}
.nypro-list ul li .more{position: absolute;top:0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; transition:0.6s; opacity: 0;}
.nypro-list ul li .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }
.nypro-list ul li .line_1 { width: 40px; height: 1px; margin: -1px 0px 0px -20px; transform: translateX(-55px); -webkit-transform: translateX(-55px); }
.nypro-list ul li .line_2 { width: 1px; height: 40px; margin: -20px 0px 0px -1px; transform: translateY(55px); -webkit-transform: translateY(55px); }
.nypro-list ul li:hover .more{opacity: 1;}
.nypro-list ul li:hover .line { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }
.nypro-list ul li h3{display: block;font-size: 15px; line-height: 45px; color: #333; background: #f5f5f5; text-align: center;}
.nypro-list ul li:hover h3{background: #a0d055; color: #fff;}




/*产品详情*/
.ny-right  .pro1 .pro-list-pic{width: 371px;}
.ny-right  .pro1 .spec-preview img{display: block;}
.ny-right  .pro1 .descript1{width: 590px;position: relative;}
.ny-right  .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #2d2d2d;display: block;border-bottom: 1px solid #c0ccd6; padding: 10px 0 15px; margin-bottom: 10px;}
.ny-right  .pro1 .descript1 p{font-size: 13px;color: #666;line-height: 28px;margin: 10px 0;text-align: justify; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ny-right  .pro1 .descript1 a.consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #333; }
.ny-right  .pro1 .descript1 a.consult:hover{background-color: #a0d055;}
.ny-right  .pro1 .descript1 p.haoma{ color: #333;font-size: 15px;display: block; margin: 20px 0;}
.ny-right  .pro1 .descript1 p.haoma em {display: inline-block;color: #a0d055;font-size: 25px;font-weight: bold; vertical-align: middle;}
.ny-right  .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right  .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right  .detail {margin-bottom: 20px;}
.ny-right  .detail .de-title{border-bottom: solid 3px #a0d055; margin-bottom: 20px;}
.ny-right  .detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#a0d055;}
.pro-wechat{display: none; position: absolute; left: 150px;    bottom: -90px;}
.pro-wechat img{display: block; margin: 30px auto 0; box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}





/*内页新闻列表*/
.ny-news-list{overflow: hidden;}
.ny-news-list ul li{padding: 15px 10px;background:#fafafa; margin-bottom: 30px;width: 981px;}
.ny-news-list ul li .pic{width: 261px;height: 143px; margin-right: 24px;}
.ny-news-list ul li .info{width: 680px;}
.ny-news-list ul li .info h3{font-size: 18px;color: #595959;overflow: hidden;background: url(../images/news-title.jpg) no-repeat center left -20px;line-height: 18px;margin-top: 16px;}
.ny-news-list ul li .info span{display: block;font-family: arial;color: #666;padding-left: 20px;background: url(../images/date.png) no-repeat center left;line-height: 12px;margin: 16px 0;}
.ny-news-list ul li .info p{color: #808080;overflow: hidden;text-align:justify;}
.ny-news-list ul li:hover .info h3{padding-left: 20px;background: url(../images/news-title.jpg) no-repeat center left;color: #a0d055; transition: all 0.5s;}



/*内页合作伙伴*/
.picture-list ul{width: 1020px;}
.picture-list ul li{float: left; width: 230px; margin-right: 25px; margin-bottom: 25px;}
.picture-list ul li .pic img{display: block; border: 1px solid #ccc}





/* 搜索页面 */
.search-page .box {margin-top: 10vh;}
.search-page form {width: 60%;margin: auto; margin-bottom: 100px; 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: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/header-search.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
/* .search-page form .sub:hover {filter: none;} */
.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: #a0d055; 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);}



/*分页*/
.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: #a0d055;}
.fy .layui-laypage-curr {color: #fff; background: #a0d055; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}

