@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: 1300px; 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:1300px; 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: 101px; background: #fff;  transition:0.6s;}
.head .container{display: flex; justify-content: space-between; align-items: center; height: 101px;}
.head .logo{ }
.head .logo img{display: block;  margin-right: 18px;}
.head .logo .text{border-left: 2px solid #D8D8D8; padding-left: 20px; margin-top: 10px;}
.head .logo strong{display: block; font-size: 20px;  line-height: 20px; color:#202020; margin-bottom: 12px;}
.head .logo em{display: block; font-size: 16px; line-height: 16px; color: #999;}
.head-right{display: flex; align-items: center;}
.search{width: 170px;height: 42px;background: #f2f2f2;border-radius: 21px; position: relative; margin-right: 78px;}
.search input{outline: none; border:none; font-family: "Microsoft YaHei";}
.search .search-text{width: 150px; font-size: 14px; color: #666; line-height: 42px; background: transparent; text-indent: 13px}
.search .search-btn{position: absolute; background: url(../images/search.png) no-repeat; width: 24px; height: 24px; position: absolute; right: 21px; top: 9px;} 
.ver a{display: block; font-size: 16px; line-height: 24px; color:#202020;}
.ver img{display: inline-block; vertical-align: middle; margin-right: 13px;}
.ver a:hover{color: #e60012;}

.head-nav{position: absolute; top: 101px; width: 100%; height: 72px; background: rgba(0,0,0,0.3); z-index: 222;}
.head-nav ul li{padding: 0 13px; float: left;  margin-right: 62px;  position: relative; transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}
.head-nav ul li>a{display: block; font-size: 16px; line-height: 72px; color: #fff; }
.head-nav ul li>a:after{position: absolute; content: ''; width: 0; height: 2px; background: #E60012; bottom: 0; left: 50%;  transition:0.6s;}
.head-nav ul li.on>a:after,.head-nav ul li:hover>a:after{ left: 0; width: 100%}
.head-nav ul li.on>a,.head-nav ul li:hover>a{ color: #E60012; }
.head-nav ul li dl{padding: 0 24px; box-sizing:border-box; float: left;left: 50%; margin-left: -74px; width: 148px; position: absolute;height: 0;background:rgba(255,255,255,0.9);z-index: 9999999;overflow: hidden;}
.head-nav ul li.onn dl {height: auto; padding: 10px 24px}
.head-nav ul li dl em{ display: block; height: 0;overflow: hidden;opacity: 0;visibility: hidden;transition: all .5s ease;line-height: 42px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}
.head-nav ul li dl em a{font-size: 15px;color: #333333;display: block;position: relative;text-align: center; }
.head-nav ul li.onn dl em{height: 43px;opacity: 1;visibility: visible;}
.head-nav ul li dl em:hover a {color: #E60012;}
.head-navfixed{position: fixed; top: 0; width: 100%; z-index: 222;  box-shadow: 1px 1px 3px rgba(0,0,0,0.1); background: #000;}             


/*首页banner*/
.banner {position: relative; overflow: hidden;  height: 750px;}
#banner-num{bottom: 41px; }
#banner-num .swiper-pagination-bullet{ width: 60px;height: 4px;opacity: 0.6;background: #666666;border-radius: 2px; cursor: pointer; margin: 0 6px;}
#banner-num .swiper-pagination-bullet-active{ background:#E60012; opacity: 1; } /*当前项*/


/* 产品展示 */
.product{padding: 56px 0 158px;}
.index-title{display: flex; align-items: center; flex-direction: column; margin-bottom: 36px;}
.index-title strong{display: block; font-size: 36px;  color: #202020; margin-bottom: 4px;}
.index-title h2{display: block; font-size: 20px; color:#666; margin-bottom: 20px;}
.index-title i{display: block; width: 64px;height: 4px;background: #e60012;}
.pro-btn {margin-bottom: 59px;}
.pro-btn ul{display: flex; justify-content: center;}
.pro-btn ul li{width: 190px; font-size: 20px; line-height: 40px; color: #202020; text-align: center; margin: 0 27px; cursor: pointer; transition:0.6s}
.pro-btn ul li.on{background: #e60012;color: #fff;}
.product-list{margin-bottom: 23px; overflow: hidden;}
.product-list ul li{width: 300px; margin-right: 34px; float: left;}
.product-list ul li .pic{width: 300px; height:242px; overflow: hidden;}
.product-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;}
.product-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;}
.product-list ul li .info{border: 1px solid #d8d8d8; padding: 31px 20px 0; height: 113px; box-sizing: border-box; border-top: none;}
.product-list ul li .info em{display: block; font-size: 20px; line-height: 20px; color: #202020; position: relative; height: 33px; position: relative; margin-bottom: 7px;}
.product-list ul li .info em:after{position: absolute; content: ''; width: 42px;height: 1px;background: #e60012; bottom: 0; left: 0;}
.product-list ul li .info p{font-size: 16px; line-height: 24px; color: #666666;}
.product-list ul li .info span{display: block; font-size: 14px; color: #666; text-transform: capitalize; font-family: arial; text-align: right;}
.product-list ul li:hover{box-shadow: 0px 0px 6px 7px #f7f7f7}
.pro-bd .slideBox{position: relative;}
.pro-bd .sPrev,.pro-bd .sNext{position: absolute; width: 105px; height: 54px; border: 1px solid #d8d8d8; z-index: 2;}
.pro-bd .sPrev{border-right: none; background: url(../images/pro-prev.png) no-repeat center #fff; right: 106px;}
.pro-bd .sNext{background: url(../images/pro-next.png) no-repeat center #fff; right:0}


/* 立即咨询 */
.consult{background:url(../images/consult-bg.jpg) no-repeat center; background-attachment: fixed; padding: 92px 0 65px; margin-bottom: 70px;}
.consult .container{display: flex; align-items: center; justify-content: space-between;}
.consult .info {margin-left: 100px; color: #fff;}
.consult .info strong{display: block; font-size: 34px; line-height: 34px; height: 60px; position: relative; margin-bottom: 20px;}
.consult .info strong:after{position: absolute; content: ''; width: 100%; height: 2px; background: #fff; bottom: 0; left: 0;}
.consult .info p{font-size: 20px; color: #fff;}
.consult-btn{margin-right: 100px; width: 226px;height: 66px;border: 2px solid #ffffff; font-size: 26px; line-height: 62px; color: #fff; text-align: center; transition:0.6s}
.consult-btn img{vertical-align: middle; margin-right: 14px; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.consult-btn:hover{background: #fff; color: #e60012;}
.consult-btn:hover img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}



/* 关于惠国 */
.about{margin-bottom: 68px;}
.about-con {display: flex; justify-content: space-between;}
.about-con .info{width: 489px; margin-top: 73px;}
.about-con .index-title{ align-items: flex-start; margin-bottom: 28px;}
.about-con .index-title strong{font-weight: normal; margin-bottom: 10px;}
.about-con .info p{font-size: 16px; line-height: 24px; color: #666666; }
.about-con .info a{display: block; width: 187px;border: 1px solid #e60012; font-size: 16px; line-height: 40px; color: #E60012; text-align: center;  transition:0.6s}
.about-con .info a:hover{background: #e60012; color: #fff;}
.about-num{width: 1100px;height: 200px;background: #ffffff;box-shadow: 0px 6px 20px 0px rgba(3,0,0,0.05);  padding: 36px 0; box-sizing: border-box; margin: 0 auto; margin-top: -50px; position: relative;  z-index: 2;}
.about-num ul{display: flex; align-items: center;}
.about-num ul li{width: 25%; border-right: 1px solid #D8D8D8; box-sizing: border-box; height: 129px;     text-align: center;}
.about-num ul li:last-child{border-right: none;}
.about-num ul li em{display: inline-block; font-size: 52px; color: #E60012; line-height: 44px; margin-bottom: 15px; margin-top: 18px;}
.about-num ul li span{display: inline-block; font-size: 20px; color: #202020;}
.about-num ul li p{display: block; font-size: 16px; color: #202020;}



/* 设备展示 */
.equipment{background: #f2f2f2; padding: 33px 0 90px; margin-bottom: 35px;}
.equipment-con{position: relative;}
.equipment-list{width: 1162px; margin: 0 auto; overflow: hidden;}
.equipment-list ul li{margin-right: 44px; width: 358px;}
.equipment-list ul li .pic{width: 358px; height: 250px; overflow: hidden;}
.equipment-list ul li .pic img{display: block;}
.equipment-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;}
.equipment-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;}
.equipment-prev,.equipment-next{position: absolute; width: 23px; height: 42px;top: 50%; transform: translateY(-50%); cursor: pointer;}
.equipment-prev{background: url(../images/equipment-prev.png) no-repeat center; left: 0;}
.equipment-next{background: url(../images/equipment-next.png) no-repeat center; right: 0;}
.equipment-prev:hover{background: url(../images/equipment-prev2.png) no-repeat center; }
.equipment-next:hover{background: url(../images/equipment-next2.png) no-repeat center; }


/* 新闻中心 */
.news{margin-bottom:55px;}
.news-con{display: flex; justify-content: space-between;}
.latest-news{width: 600px;}
.latest-news a{display: block;}
.latest-news .pic{overflow: hidden; margin-bottom: 40px;}
.latest-news .info em{display: block; font-size: 24px; line-height: 24px; color: #202020; margin-bottom: 9px;}
.latest-news .info span{display: block; font-size: 19px; color: #999; margin-bottom: 6px; font-family: arial;}
.latest-news .info p{display: block; font-size: 16px; line-height: 24px; color: #666666;} 
.news-list{width: 598px;}
.news-list ul li{border-bottom: 1px solid #D8D8D8; margin-bottom: 40px; position: relative;}
.news-list ul li:after{position: absolute; content: ''; width: 0; height: 1px; bottom: -1px; left: 0; background: #e60012; transition:0.6s}
.news-list ul li .info em{display: block; font-size: 24px; line-height: 24px; color: #202020; margin-bottom: 9px;}
.news-list ul li .info span{display: block; font-size: 19px; color: #999;margin-bottom: 6px; font-family: arial;}
.news-list ul li .info p{display: block; font-size: 16px; line-height: 24px; color: #666666; margin-bottom: 35px;} 
.news-list ul li:hover:after{width: 100%;}
.latest-news a:hover .info em,.news-list ul li:hover .info em{color: #e60012;}
.news-list ul li:last-child{border-bottom: none;}
.news-list ul li:last-child:after{opacity: 0;}


/* 公共底部 */
.footer{background: #2d2d2d;}
.footer-top{padding: 47px 0; border-bottom: 1px solid #666; margin-bottom: 29px;}
.footer-top .container{display: flex; justify-content: space-between; align-items: center;}
.footer-tel{background: url(../images/footer-tel.png) no-repeat left center; padding-left: 60px; }
.footer-logo i{display: block; width: 1px; background: #fff; height: 41px; margin: 10px 30px 0;}
.footer-tel {margin-top: 10px;}
.footer-tel em{display: block; font-size: 16px; line-height:16px; color: #fff; margin-bottom: 13px;}
.footer-tel strong{display: block; font-size: 24px; line-height: 20px; color: #e60012; font-family: arial;}  
.message input{outline: none; border:none; font-family: "Microsoft YaHei";}
.message .search-text,.message .search-btn{border-radius: 4px;  font-size: 16px; line-height: 46px;}
.message .search-text{width: 206px;background: #ffffff;  color: #666; text-indent: 25px; margin-right: 14px;}
.message .search-btn{width: 73px;background: #e60012; color: #fff; cursor: pointer;}
.footer-con{display: flex; justify-content: space-between; margin-bottom: 70px;}
.footer-nav{display: flex;}
.footer-nav dl {margin-right: 111px;}
.footer-nav dl:last-child{margin-right: 0;}
.footer-nav dl dt{display: block; font-size: 16px; line-height: 16px; height: 40px; color: #fff; font-weight: bold; position: relative; margin-bottom: 25px;}
.footer-nav dl dt:after{position: absolute; content: ''; width: 30px;height: 4px;background: #e60012; bottom: 0; left: 0;}
.footer-nav dl dt a{color: #fff;}
.footer-nav dl dd{font-size: 14px; line-height: 24px; color: #999999; margin-bottom: 3px;}
.footer-nav dl dd a{ color: #999999;}
.footer-wechat img{display: block; margin-bottom: 8px;}
.footer-wechat em{display: block; font-size: 14px; color: #fff; text-align: center;}
.footer-copy{display: flex; justify-content: space-between; padding-bottom: 18px;}
.footer-copy p{font-size: 14px; color:#999;}
.footer-copy a{color: #999;}
.footer-copy span{margin-left: 52px;}
.footer-nav dl dd a:hover,.footer-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: #E60012;}
.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: #E60012;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 #E60012;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: 550px}
.ny-banner #banner-num{bottom: 24px;}
.ny-position{    border-bottom: 1px #eaeaea solid; margin-bottom: 40px; }
.ny-position .container{display: flex; justify-content: space-between; align-items: center; height: 70px}
.ny-class .ctitle1{display: flex;}
.ny-class .ctitle1 li{margin-right: 50px;}
.ny-class .ctitle1 li a{display: block; font-size: 16px; line-height: 70px; color: #333; position: relative;}
.ny-class .ctitle1 li a:after{position: absolute; content: ''; width: 0; height: 2px; background: #e60012; bottom: 0;}
.ny-class .ctitle1 li:hover a,.ny-class .ctitle1 li.on a{color: #e60012;}
.ny-class .ctitle1 li:hover a:after,.ny-class .ctitle1 li.on a:after{width: 100%; transition:0.6s; left: 0;}
.position a:hover{color: #e60012;}
.ny-main{margin-bottom: 80px;}



/* 内页产品列表页 */
.nyproduct-list{overflow: hidden;}
.nyproduct-list ul{width: 1336px;}
.nyproduct-list ul li{float: left; margin-right: 33px; margin-bottom: 35px;}
.nyproduct-list ul li:hover{box-shadow: inherit;}
.nyproduct-list ul li .pic{position: relative;}
.nyproduct-list ul li .more{position: absolute;top:0; background: rgba(230,0,18,0.7); width: 100%; height: 100%; transition:0.6s; opacity: 0;}
.nyproduct-list ul li .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }
.nyproduct-list ul li .line_1 { width: 40px; height: 1px; margin: -1px 0px 0px -20px; transform: translateX(-55px); -webkit-transform: translateX(-55px); }
.nyproduct-list ul li .line_2 { width: 1px; height: 40px; margin: -20px 0px 0px -1px; transform: translateY(55px); -webkit-transform: translateY(55px); }
.nyproduct-list ul li:hover .more{opacity: 1;}
.nyproduct-list ul li:hover .line { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }


/*产品详情*/
.pro1{margin-bottom: 40px;}
.pro1 .pro-list-pic{width: 500px;}
.pro1 .spec-preview img{display: block;}
.pro1 .descript1{width: 750px;position: relative;}
.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;}
.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;}
.pro1 .descript1 a.consult{padding: 0; display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #333; margin-bottom: 0 }
.pro1 .descript1 a.consult:hover{background-color: #e60012;}
.pro1 .descript1 p.haoma{ color: #333;font-size: 15px;display: block; margin: 20px 0;}
.pro1 .descript1 p.haoma em {display: inline-block;color: #e60012;font-size: 25px;font-weight: bold; vertical-align: middle;}
.detail {margin-bottom: 20px;}
.detail .de-title{border-bottom: solid 3px #e60012; margin-bottom: 20px;}
.detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#e60012;}
.pro-wechat{display: none; position: absolute; left: 150px;    bottom: -92px;}
.pro-wechat img{display: block; margin: 30px auto 0; box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.pro-back {margin-top: 50px; margin-bottom: 48px;}
.pro-back a{display: block; width: 144px; font-size: 16px; line-height: 42px; color: #fff;  background: #e60012; border-radius: 21px; text-align: center; margin: 0 auto}
.pro-back a>img{display: inline-block; margin-right: 11px; vertical-align: middle;}


/* 内页图片列表页 */
.picture-list{overflow: hidden;}
.picture-list ul{width: 1333px;}
.picture-list ul li{float: left; width: 300px; margin-right: 33px; margin-bottom: 34px; transition:0.6s}
.picture-list ul li .pic{width: 300px; height: 209px;}
.picture-list ul li em{display: block; background: #fafafa; font-size: 16px; line-height: 50px; color: #202020; text-align: center; transition:0.6s}
.picture-list ul li:hover em{background: #e60012; color: #fff; }



/* 详情页 */
.ny-news-xq .box-left {background-color: #fff; width: 65%; padding: 60px; box-sizing: border-box;}
.page-fy{border-top:1px solid #ddd;padding-top: 30px;}
.ny-news-xq .news-title{ border-bottom:1px solid #dcdcdc;position: relative; text-align: left; padding: 0; display: flex; align-items: center; justify-content: space-between; padding-bottom:38px;}
.ny-news-xq .news-title h2{font-size: 2.25rem;line-height: 40px; font-weight: 400; color: #333333;}
.ny-news-xq .news-title span{display: block;font-size:18px;color:#666;text-align: left;}
.ny-news-xq .news-title .fra {height:48px;line-height: 48px;border-radius:26px;color:#fff;background: url(../images/news-de-jt.png) no-repeat center left 20px  #ba9c76;padding:0 20px;display: block;text-indent: 30px;font-size:16px;}
.ny-news-xq .news-title .fra a {color: #fff;}
.ny-news-xq .news-title .title {width: 100%;}
.ny-news-xq .news-title .backList a {    display: block; width: 150px; font-size: 16px; line-height: 45px; background: #000; text-align: center;border-radius: 35px;  color: #fff;  transition: all 0.3s;}
.ny-news-xq .news-title .backList a:hover {    background:#e60012;}
.nr-content  img{max-width: 100%;}
.ny-news-xq .ny-xq-con {margin: 3rem 0;}
.ny-news-xq .box-right {background-color: #fff;padding: 40px; box-sizing: border-box; width: 32%;}
.ny-news-xq .box-right h3 {font-size: 1.88rem; font-weight: 700; line-height: 1.75rem; color: #333333; }
.ny-news-xq .box-right h4 {font-size: 0.88rem; color: #999999; font-weight: 400; line-height: 1.75rem; padding-bottom: 20px; border-bottom: 1px solid #dcdcdc;}
.ny-news-xq .box-right li { padding: 1rem 0; border-bottom: 1px dashed #D6D6D6; position: relative;}
.ny-news-xq .box-right li::after {content: ""; position: absolute; bottom: 0;  width: 0; border-bottom: 1px dashed #d17b03; transition: .5s;  left: 0;}
.ny-news-xq .box-right li h6 {font-size: 1rem;font-weight: 400;color: #333333; display: -webkit-box;overflow: hidden;   -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.ny-news-xq .box-right li span {font-size: 1rem;color: #999999;line-height: 1.75rem;font-weight: 400;}
.ny-news-xq .box-right li:hover::after {width: 100%;}
.ny-news-xq .box-right li:hover p {color: #e60012;}
.ny-news-xq .box-right li:hover i {background: #e60012;}




/*内页新闻列表*/
.ny-news-list{overflow: hidden;}
.ny-news-list ul li{padding: 15px 10px;background:#fafafa; margin-bottom: 30px;width: 1270px;}
.ny-news-list ul li .pic{width: 343px;height: 200px; margin-right: 35px;}
.ny-news-list ul li .info{width: 860px;}
.ny-news-list ul li .info h3{font-size: 18px;color: #202020;overflow: hidden;background: url(../images/news-title.jpg) no-repeat center left -20px;line-height: 18px;margin-top: 30px;}
.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: #e60012; transition: all 0.5s;}



/*新闻详情页*/
#nr-container .returnbt {padding:5px;text-align: center;}
#nr-container .returnbt input{padding:5px 20px;background:#333;color:#fff;border: none;cursor: pointer;}
#nr-container .infor {margin: 30px 0;}
#nr-container .nr-title {text-align: center;font-size: 18px;padding: 5px 0;}
#nr-container .nr-info {text-align: center;font-size: 14px;padding: 5px 0;background: #f8f8f8;border: 1px solid #f2f2f2;margin-top: 10px; margin-bottom: 20px;}
#nr-container .nr-content {overflow:hidden;}
#nr-container .nr-content .prev{margin-top:30px;line-height: 25px;}
#nr-container .nr-content .next{margin-top:5px;line-height: 25px;}
#nr-container .nr-content .prev a:hover ,#nr-container .nr-content .next a:hover {color: #7ebe34;}
#nr-container .pic_list{margin-right:10px;float: left;}
#preview {float: none;text-align: center;}



/*分页*/
.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: #E60012;}
.fy .layui-laypage-curr {color: #fff; background: #E60012; 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: #e60012; 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);}



/*在线留言*/
.feedback{width:auto;margin:0 auto;width:650px;}
.feedback dl{overflow: hidden;padding:5px 0;}
.feedback dd{overflow: hidden;}
.feedback dt.fdtitle{font-weight: normal;font-size: 16px; float: left;width:90px;}
.feedback dd .fdinput{float:left;width:450px;line-height: 35px;height:35px; background: #fff;border:1px solid #ddd;border-radius: 3px;padding-left:15px}
.feedback dd .fdtext{width:450px;height:80px;float:left; background: #fff;border:1px solid #ddd;border-radius: 3px;padding-left:15px;padding-top:10px;}
.feedback dd .fdsub,.feedback dd .fdres{border-radius: 3px;padding:0 20px;margin-left:10px;line-height:20px;color:#fff;cursor: pointer;font-family: "Microsoft YaHei"}
.feedback dd .fdsub{margin-left:90px; border:1px solid #f50; background:#f60;width:120px;line-height:35px;}
.feedback dd .fdres{border:1px solid #282828; background:#444;width:120px;line-height:35px;}
 .feedback .codeimg{float:left;margin-left:5px;cursor:pointer;border:1px solid #ddd; width:100px; height:28px;}
/*vaildate*/
#yzform label.error{position:absolute;padding:3px 15px;background: #f8f8f8;border:1px solid #ddd;margin-left:25px;font-weight: normal;color:#f30;border-radius: 3px;}


.honor-list ul li .pic{width: 300px; height: 424px}