@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-s{width:1554px; margin:0 auto; max-width: 85%;}
.container{width:1400px; margin:0 auto; max-width: 85%;}




.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;}

.between{display: flex; justify-content: space-between; align-items: center;}


/*字体引入*/
@font-face {
  font-family: "din";
  src: url("../font/DIN-Bold.otf") format("otf");
}


@font-face {
  font-family: "nums";
  src: url("../font/PangMenZhengDao.TTF") format("TTF");
}


/* CSS Document */
/*公共头部*/
body{ min-width: 1200px; overflow-x: auto;}
.head{position: fixed; top: 0; z-index: 222; width: 100%; background: #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); min-width: 1200px;}
.head .container-s{ display: flex; justify-content: space-between; height: 119px; align-items: center;}
.head .logo{}
.head .logo img{display: block; }
.head-nav{}
.head-nav ul{display: flex;}
.head-nav ul li{transition:0.6s; margin-right: 46px;  text-align: center;  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:last-child{margin-right: 0;}
.head-nav ul li>a{display: block; font-size: 16px;  color: #333;  line-height: 119px; padding: 0 6px; position: relative; }
.head-nav ul li>a:after{position: absolute; content: ''; height: 4px; width: 0; background: #de591e; bottom: 0;  transition:0.6s; left: 50%;}
.head-nav ul li:hover>a:after,.head-nav ul li.on>a:after{width: 100%; left: 0; }
.head-nav ul li dl{  padding: 0 24px; box-sizing:border-box; float: left;  width: max-content;  left: 50%; transform: translateX(-50%); position: absolute;height: 0;background:rgba(255,255,255,0.9);z-index: 9999999;overflow: hidden; z-index:9999;}
.head-nav ul li.onn dl {height: auto;}
.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: #de591e;}
.head-nav ul li:nth-child(2) dl{width: 500%; display: flex; justify-content: space-between; flex-wrap: wrap; display: none}
.head-nav ul li:nth-child(2) dl em{width: 50%; text-align: center}


.head-language a {font-size: 20px; font-weight: 700; color: #333;}
.head-language {position: relative;}
.head-language .lan {cursor: pointer; display: flex; align-items: center; font-size: 20px; font-weight: 700; color: #333; }
.head-language .hide {min-width: 100px; display: none; padding: 5px 0; background: #fff; position: absolute; width: 100%; left: 50%; transform: translateX(-50%); top: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.head-language .hide a {padding: 5px;display: block;  color: #333; transition: 0.6s; text-align: center;}
.head-language .hide a:hover { color: #de591e;}


.head-tel b{display: block; font-size: 28px; color: #333;  font-family: "din";}
.head-tel b>img{display: inline-block; margin-right: 12px; animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}


@keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}


.head-zw{height: 119px;}


/*首页banner*/
.banner {position: relative; overflow: hidden;  height: 857px;}
.banner ul {height: 100%;}
.banner  ul li{position: relative;   height: 100%;	display: flex;	flex-flow: column;		overflow: hidden;}
.banner  ul li .banner-bg {background-size: cover;background-position: center;    position: absolute;    left: 0px;    right: 0px;    bottom: 0px;    top: 0px;    transition: 1s 2.5s;    transform: perspective(1000px) translate3d(0, 0, 100px); background-size: cover !important;}
.banner  ul li.swiper-slide-active .banner-bg {transition: 5s 0s;   transform: perspective(1000px) translate3d(0, 0, 0px);}
#bannerjt{bottom: 58px; text-align: left; left: 13.5%;}
#bannerjt .swiper-pagination-bullet{background: transparent;}
#bannerjt span{display: inline-block; font-size: 24px;color: #fff;  opacity: 0.22;   width: auto; }
#bannerjt img{display: inline-block; }
#bannerjt span.dangqian{font-size: 60px; color: #fff; font-weight: bold; opacity: 1;}


/* 关于我们 */
.about{margin-bottom: 127px;}
.about-box{display: flex; justify-content: space-between; align-items: center; padding: 96px 0 114px;}
.about-box .info{width: 44.6%;}
.about-box .info i{display: block; width: 54px;height: 1px;background: #61aa45; margin-bottom: 24px;}
.about-box .info h2{display: block; font-size: 38px; color: #333; margin-bottom: 24px;}
.about-box .info h3{display: block; font-size: 16px; line-height: 31px; color: #555; margin-bottom: 50px;}
.about-box .info .about-more{transition:0.6s; display: block; width: 151px;background: #de591e;border-radius: 24px; font-size: 16px; line-height: 47px; color: #fff; text-indent: 22px;  position: relative;}
.about-box .info .about-more:after{transition:0.6s; position: absolute; content: ''; background: url(../images/about-more.png) no-repeat center; width: 25px; height: 12px; right: 21px;  top: 50%; transform: translateY(-50%);}
.about-box .info .about-more:hover{text-indent: 42.5px;}
.about-box .info .about-more:hover:after{right: -100%;}
.about-box .pic{width: 49.4%; border-radius: 20px;}
.about-box .pic img{display: block; width: 100%; border-radius: 20px;}
.about-list ul {display: flex; justify-content: space-between;}
.about-list ul li{width: 25%;}
.about-list ul li img{}
.about-list ul li strong{display: block; font-size: 24px; color: #333;}
.about-list ul li b{display: inline-block; font-size: 42px; color: #de591e;font-family: "din";  margin: 0 7px;}



/* 服务范围 */
.service{background: url(../images/service-bg.jpg) no-repeat center; background-size: cover; padding: 81px 0 102px;}
.service-box{display: flex; justify-content: space-between; align-items: center;}
.service-box .info{width: 47.8%;}
.service-box .info strong{display: inline-block; font-size: 44px; color: #fff; margin-bottom: 25px;}
.service-box .info span{display: inline-block; font-size: 22px; color: #F5F5F5; position: relative; padding-left: 20px; margin-left: 11px;}
.service-box .info span:after{position: absolute; content: '';  width: 7px; height: 1px; background: #F5F5F5; left: 0; top: 50%; transform: translateY(-50%);} 
.service-box .info h2{display: block; font-size: 18px; line-height: 32px; color: #F2F2F2; width: 82%; margin-bottom: 74px;}
.icon-list ul{display: flex; justify-content: space-between;}
.icon-list ul li{}
.icon-list ul li .icon{background: url(../images/icon-bg.png) no-repeat center; width: 79px; height: 91px;display: flex; align-items: center; justify-content: center;} 
.icon-list ul li .icon img{display: block; transition:0.6s; }
.icon-list ul li:hover .icon img{transform: rotateY(360deg);}
.icon-list ul li em{display: block; font-size: 18px; color: #fff; text-align: center;}
.service-box .pic{width: 42.7%; }
.service-box .pic img{display: block; width: 100%; border-radius: 32px;}


/* “五心”级服务 */
.ys{padding: 154px 0 85px;}
.ys-title{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 49px;}
.ys-title h2{display: block; font-size: 44px; color: #333; line-height: 44px; margin-bottom: 14px;}
.ys-title h3{display: block; font-size: 18px; line-height: 18px; color: #666;}
.ys-btn ul{display: flex; }
.ys-btn ul li{cursor: pointer; width: 191px;background: #f2f2f2;border-radius: 8px; font-size: 16px; line-height: 58px; color: #333; margin-left: 12px; text-align: center;}
.ys-btn ul li.on{background: #de591e; color: #fff;}
.ys .container{position: relative;}
#ys-prev,#ys-next{cursor: pointer; position: absolute;z-index: 22; bottom: 49px; left: 50px; width: 56px; height: 55px; background: #fafafa; border-radius: 12px; display: flex; align-items: center; justify-content: center;}
#ys-next{left: 120px;}
#ys-next img{transform: rotate(180deg);}
#ys-prev:hover,#ys-next:hover{background: #de591e;}
#ys-prev:hover img,#ys-next:hover img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.ys-bg{height: 535px; border-radius: 26px; position: relative; background-size: cover!important;}
.ys-bg .info{width: 47.81%;height: 383px;background: #ffffff;border-radius: 26px; padding: 44px 54px 0; box-sizing: border-box; position: absolute; right: 30px; bottom: 30px;}
.ys-bg .info strong{display: block;font-size: 30px; color: #de591e;}
.ys-bg .info p{ font-size: 16px; color: #666666;line-height: 26px; margin: 18px 0 44px;}
.ys-bg .info a{display: block; font-size: 16px; color: #DE591E; margin-bottom: 39px; transition:0.6s}
.ys-bg .info a>img{display: inline-block; margin-left: 20px;}
.ys-bg .info a:hover{text-indent: 15px;}
.ys-bg .info dl{display: flex; }
.ys-bg .info dl dt{display: block; width: 142px; height: 40px; background: #f5f5f5; border-radius: 20px; font-size: 16px; line-height: 40px; color: #666; text-align: center; margin-right: 13px;}



/* 优势 */
.ys2{background: url(../images/ys2-bg.jpg) no-repeat center bottom; padding-bottom: 112px;}
.ys2-box{position: relative;}
.ys2-list{margin:0 auto; max-width: 90%; overflow: hidden;} 
.ys2-list ul {}
.ys2-list ul li{border: 1px solid #fff; border-radius: 12px; float: left; width: 23.6%; box-sizing: border-box;  margin-right: 30px; position: relative; overflow: hidden;}
.ys2-list ul li .pic{overflow: hidden;}

.ys2-list ul li .pic>img{display: block; width: 100%;  border-radius: 12px; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.ys2-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;}
.ys2-list ul li .info{background: url(../images/ys-black.png) no-repeat center bottom; top: 0; width: 100%; height: 100%; position: absolute;}
.ys2-list ul li .text{position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; width: 83%; transition:0.3s}
.ys2-list ul li .text i{display: block; width: 72px;height: 1px;background: rgba(255,255,255,0.65); margin-bottom: 12px; }
.ys2-list ul li .text strong{display: block; font-size: 18px; color: #fff; margin-bottom: 7px; }
.ys2-list ul li .text p{display: block; font-size: 14px; line-height: 18px; color: #F5F5F5; }
.ys2-list ul li .more{ width: 100%; display: flex; justify-content: space-between; height: 49px;background: #ffffff;border-radius: 9px; align-items: center; padding: 0 8%; box-sizing: border-box; display: none;}
.ys2-list ul li .more em{display: block; font-size: 15px; color: #333;}
.ys2-list ul li:hover .text{bottom: 35px;}
.ys2-list ul li:hover .text i{display: none;}
.ys2-list ul li:hover .text p{display: none;}
.ys2-list ul li:hover .more {display: flex; background: #de591e;}
.ys2-list ul li:hover .more em{color: #fff;}
.ys2-list ul li:hover .more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
#ys2-prev,#ys2-next{cursor: pointer; position: absolute;top: 50%; transform: translateY(-50%); z-index: 22; background: url(../images/ys2-arrow.png) no-repeat center; width: 23px; height: 41px; cursor: pointer; display: none;}
#ys2-prev{left: 0;}
#ys2-next{right: 0; transform: rotate(180deg);}
#ys2-prev:hover,#ys2-next:hover{background: url(../images/ys2-arrow2.png) no-repeat center;}


/* 新闻动态 */
.news{padding: 56px 0 35px; overflow: hidden;}
.news-top{margin-bottom: 40px;}
.news-title{display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 46px;}
.news-title strong{display: block; font-size: 46px; line-height: 46px; color: #333; margin-bottom: 15px;} 
.news-title span{display: inline-block; font-size: 24px; color: #666; position: relative; padding-left: 30px; line-height: 17px; font-family: Arial;}
.news-title span:after{position: absolute; content: '';  width: 7px; height: 1px; background: #666; left: 0; top: 50%; transform: translateY(-50%);} 
.news-title a{transition:0.6s; display: block; width: 151px;height: 47px;border: 1px solid #999999;border-radius: 25px; font-size: 16px; line-height: 47px; color: #666; text-align: center;}
.news-title a>img{margin-left: 19px;}
.news-title a:hover{background: #de591e; border-color: #de591e; color: #fff;}
.news-title a:hover>img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.news-list ul li{float: left; margin-right: 30px; width: 447px;}
.news-list ul li .pic{overflow: hidden;}
.news-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;}
.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 .info{background: #fcfcfc; padding: 17px 31px 0; box-sizing: border-box; height: 197px; }
.news-list ul li .date{display: flex; justify-content: space-between; align-items: center; margin-bottom: 19px;}
.news-list ul li .date em{text-indent: 35px; display: inline-block; width: 95px;border: 1px solid #666666;border-radius: 16px; font-size: 12px; line-height: 27px; color: #666; position: relative;}
.news-list ul li .date em:after{position: absolute; content: ''; width: 10px;height: 10px;background: #de591e; left: 0; top: 50%; transform: translateY(-50%); left: 16px; border-radius: 50%;}
.news-list ul li .date span{display: inline-block; font-size: 15px; color: #666;}
.news-list ul li .info strong{display: block; font-size: 17px; color: #333; margin-bottom: 3px;}
.news-list ul li .info p{display: block; font-size: 15px; line-height: 22px; color: #666; margin-bottom: 10px;}
.news-list ul li .info i{display: block; color: #DE591E; font-family: Arial; font-style: normal;}
.news-list ul li:hover .info strong{color: #de591e;}


/* 合作伙伴 */
.partner{margin-bottom: 40px;}
.partner-box{position: relative;}
#partner-prev,#partner-next{cursor: pointer; position: absolute;top: 50%; transform: translateY(-50%); z-index: 22; background: url(../images/partner-arrow.png) no-repeat center; width: 14px; height: 24px; cursor: pointer;}
#partner-prev{left: 0;}
#partner-next{right: 0; transform: rotate(180deg);}
#partner-prev:hover,#partner-next:hover{background: url(../images/partner-arrow2.png) no-repeat center;}
.partner-list {max-width: 90%; margin: 0 auto; overflow: hidden;}
.partner-list ul li{float: left; width: 236px; border: 1px solid #f2f2f2; margin-right: 53px; transition:0.6s}
.partner-list ul li .pic{width: 236px;}
.partner-list ul li .pic img{display: block; width: 100%;}
.partner-list ul li:hover{border-color: #de591e;}


/* 公共底部 */
.footer{background: #272727;}
.footer-top{padding: 43px 0;}
.foot-logo a{display: flex; justify-content: center; }
.foot-logo img{display: block; margin-bottom: 60px;}
.foot-contact{display: flex; justify-content: space-evenly; align-items: center;} 
.foot-contact .list{display: flex;}
.foot-contact .list dl{text-align: center; margin-right: 88px;}
.foot-contact .list dl dt{display: block; font-size: 18px; color: #999;}
.foot-contact .list dl dd b{display: block; font-size: 22px; color: #fff; font-family: "din";}
.foot-contact .list dl dd p{display: block; font-size: 18px;color: #fff;}
.wechat-icon ul{display: flex;}
.wechat-icon ul li{position: relative;}
.wechat-icon ul li:first-child{margin-right: 25px;}
.wechat-icon ul li .icon{ width: 63px;height: 63px;background: rgba(222,89,30,0.8);border-radius: 10px; display: flex; align-items: center; justify-content: center;}
.wechat-icon ul li .hide{position: absolute; opacity: 0; transition:0.6s; margin-top: 10px;}
.wechat-icon ul li:hover .hide{opacity: 1;}
.footer-middle{border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer-nav ul{display: flex; align-items: center;  justify-content: center;}
.footer-nav ul li{margin: 0 40px;}
.footer-nav ul li a{display: block; font-size: 18px; color: #fff; font-weight: bold; line-height: 74px;}
.footer-copy{text-align: center; padding: 59px 0 27px;}
.footer-copy p{display: block; font-size: 14px; color: #f5f5f5; margin-bottom: 7px;}
.footer-copy a{ color: #f5f5f5; }
.footer-nav ul li a:hover,.footer-copy a:hover{color: #de591e;}






/*在线咨询*/
.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: #de591e;}
.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: #de591e;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 #de591e;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;}





/*分页*/
.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: #de591e;}
.fy .layui-laypage-curr {color: #fff; background: #de591e; 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: #de591e; 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);}


/* 内页banner */
.ny-banner{height: 550px; position: relative;}
.ny-class {position: absolute;bottom: 0; width: 100%; left: 0; z-index: 1; background: rgba(0, 0, 0,.2);display: none }
.class-box{overflow: hidden; position: relative;}
.class-list{width: 1200px; margin: 0 auto;overflow: hidden;}
.class-list .ctitle1{}
.class-list .ctitle1 li a{display: block; font-size: 18px; color: #fff; line-height: 100px; text-align: center;}
.class-list .ctitle1 li:hover a{background: #de591e; color: #fff;}
#class-num{display: none;}
#class-prev,#class-next{ cursor: pointer; width: 16px; height: 30px; top: 58%;}
#class-prev{background: url(../images/class-arrow.png) no-repeat center; left: 0;}
#class-next{background: url(../images/class-arrow.png) no-repeat center; right: 0; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#class-prev:hover{background: url(../images/class-arrow-on.png) no-repeat center;}
#class-next:hover{background: url(../images/class-arrow-on.png) no-repeat center;}


/* 面包屑 */
.position {padding: 20px 0; margin-bottom: 30px; }
.position .pobox {background: url(../images/home-icon.png) no-repeat 0 center;padding-left: 24px;}
.position .pobox a {padding: 0 10px; position: relative;font-size: 16px;color: #666666; transition: .5s;}
.position .pobox a:hover {color: #de591e;}
.position .pobox a.on {color: #de591e;}


.ny-main{margin-bottom: 100px;}
.ny-title { text-align: center; margin-bottom: 40px;}
.ny-title em {display: block; font-size:35px; color: #333333; margin-bottom: 15px;}
.ny-title i {display: inline-block;width: 60px;height: 4px;background: #de591e;}
.main-box{display: flex; justify-content: space-between; align-items: flex-start;}
.ny-left{width: 21%; background: #fcfcfc; position: sticky;  top: 125px;}
.pro-column{height: 86px;background: #de591e; display: flex; align-items: center; justify-content: center;}
.pro-column img{margin-right: 22px;}
.pro-column h2{display: block; font-size: 22px; color: #fff;}
.pro-column span{display: block; font-size: 16px; color: #f5f5f5; font-family: Arial; text-transform: uppercase; line-height: 12px;}
.pro-column2{background: #333; }
.pro-class ul li{border-bottom: 1px solid #fff;}
.pro-class ul li a{display: block; font-size: 16px; line-height: 66px; color: #333; background: url(../images/product-more.png) no-repeat right 25px center; text-indent: 25px; transition:0.6s}
.pro-class ul li:hover a,.pro-class ul li.on a{background: url(../images/product-more2.png) no-repeat right 25px center; }

.ny-right{width: 75%;}



/* 内页产品列表页 */
.nypro-list ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.nypro-list ul:after{content: ''; width: 31%;}
.nypro-list ul li{width: 31%; margin-bottom: 40px;}
.nypro-list ul li .pic {overflow: hidden;}
.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{border: 1px solid #ccc; border-top: none; text-align: center; padding: 15px 10px 20px; box-sizing: border-box;}
.nypro-list ul li strong{display: block; font-size: 20px; color: #333; margin-bottom: 15px;}
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{transition: 0.6s; display: block;width: 124px;background: #333333; font-size: 15px; line-height:40px; color: #fff; margin-right: 4px;}
.nypro-list ul li span{display: flex; align-items: center; justify-content: center; width: 45px;height: 40px;background: #de591e;}
.nypro-list ul li:hover strong{color: #de591e;}
.nypro-list ul li:hover em{background:#de591e; }


/* 内页产品详情页 */
.proxq-box{display: flex; justify-content: space-between; margin-bottom: 40px;}
.proxq-pic{width: 42%;}
.proxq-info{width: 53%;}
.propic-big { box-shadow: 0px 0px 73px 0px rgba(227, 226, 225, 0.42); margin-bottom: 1.25rem;}
.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:after{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(236, 29, 1, 0.8); top: 0; opacity: 0;}
.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:after{ opacity: 1;}*/
.proxq-info strong{display: block; font-size: 2rem; color: #333; border-bottom: 1px solid #eee; padding-bottom: 0.5rem; margin-bottom: 2.25rem;}
.proxq-info .text{margin-bottom: 2.4375rem;}
.proxq-info .text em,.proxq-info .text p{display: block; font-size: 1rem; line-height: 1.75rem; }
.proxq-info .text em{color: #f24236;}
.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: 30%; font-size: 1.0625rem; line-height: 3.4375rem; background: #000; border-radius: 0.3125rem; text-align: center; color: #fff; }
.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:before{background: #de591e;}
.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: 1.125rem; 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: #de591e;border-color: #de591e;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #e6291e;}
.peculiarity-title strong{display: block; font-size: 22px; color: #333; text-indent: 0.4375rem; border-bottom: 0.0625rem solid #ddd; padding-bottom: 1.125rem; margin-bottom: 1.875rem; }
.pro-details{margin-bottom: 40px;}
.proxq-title strong{display: block;  font-size: 2rem; color: #333; text-align: center; padding-bottom: 1rem;}


.xq-back a{transition:0.6s; display: block; width: 144px; font-size: 16px; line-height: 42px; 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: #de591e;}




/* 内页新闻列表页 */
.newsList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsList ul::after {
    content: "";
    width: 31.5%;
}

.newsList ul li {
    width: 31.5%;
    background: #ffffff;
    border: 0.06rem solid #dcdcdc;
    margin-bottom: 2.5rem;
}

.newsList ul li .pic {
    overflow: hidden;
}

.newsList ul li .pic img {
    display: block;
    width: 100%;
    transition: .5s;
	height: 18rem;
}

.newsList ul li .con {
    padding: 2rem;
    box-sizing: border-box;
}

.newsList ul li em {
    display: block;
    font-size: 15px;
    color: #888888;
    margin-bottom: 0.5rem;
}

.newsList ul li h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}


.newsList ul li h4 {
    font-size: 16px;
	line-height: 28px;
    color: #666;
    font-weight: 500;
	
}


.newsList ul li .more {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    box-sizing: border-box;
    align-items: center;
}

.newsList ul li .more span {
    font-size: 1.06rem;
    color: #333333;
}

.newsList ul li i {
    display: inline-block;
    width: 2.56rem;
    height: 2.56rem;
    border: 0.09rem solid #de591e;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.newsList ul li i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: contain;
    transition: all 1s;
    background: url(../images/more-jt4.png) no-repeat center;
}

/* .newsList ul li i::after {content: "";position: absolute;left: -100%;transform: rotate(45deg);top: 0;width: 100%;height: 100%;background: 50% 50% no-repeat;background-size: contain;transition: 1s;background: url(../images/more-jt4.png) no-repeat center;} */
.newsList ul li :hover .pic img {
    transform: scale(1.1);
}

.newsList ul li :hover i::before {
    transform: rotate(45deg);
}

/* .newsList ul li :hover i::after {left: 0;} */
.newsList ul li :hover .more span {
    color: #de591e;
}


/* 新闻详情页 */
.news-left {
    width: 63.4%
}
.news-left img{
    width: 100%
}
.newsxq-title {
    border-bottom: 1px solid #de591e;
    padding-bottom: 46px;
    margin-bottom: 60px;
}

.newsxq-title h3 {
    display: block;
    font-size: 30px;
    color: #333;
}

.newsxq-title span {
    display: block;
    font-size: 16px;
    color: #666;
}

.news-arrow {
    border-top: 1px solid #eee;
    padding-top: 36px;
    margin-top: 60px;
}

.news-arrow em {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

.news-arrow em>a {
    color: #666;
}

.news-arrow em>a:hover {
    color: #de591e
}

.news-back a {
    transition: 0.6s;
    display: block;
    width: 155px;
    background: url(../images/news-back.png) no-repeat left 33px center #000;
    border-radius: 25px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-indent: 62px;
}

.news-back a:hover {
    background: url(../images/news-back.png) no-repeat left 33px center #de591e;
}

.news-right {
    width: 30%
}

.news-recom,.news-pro {
    background: #f9f9f9;
    box-sizing: border-box;
}

.news-recom h3,.news-pro h3 {
    display: block;
    font-size: 28px;
    color: #333333;
}

.news-recom {
    padding: 37px 8.4% 53px;
    margin-bottom: 31px;
}

.news-recom h3 {
    margin-bottom: 13px;
}

.recom-list {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 0 0;
    box-sizing: border-box;
}

.recom-list::-webkit-scrollbar {
    width: 3px;
}

.recom-list::-webkit-scrollbar-track {
    background-color: #ddd;
}

.recom-list::-webkit-scrollbar-thumb {
    background-color: #de591e;
}

.recom-list ul {
    width: 95%
}

.recom-list ul li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 11px;
    margin-bottom: 18px;
}

.recom-list ul li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    background: #de591e;
    bottom: -1px;
    transition: 0.6s;
}

.recom-list ul li:hover:after {
    width: 100%;
}

.recom-list ul li span {
    display: block;
    font-size: 16px;
    line-height: 12px;
    color: #888;
    font-family: arial;
    margin-bottom: 3px;
}

.recom-list ul li em {
    font-size: 16px;
    color: #333;
}

.recom-list ul li:hover span,.recom-list ul li:hover em {
    color: #de591e
}



/* 内页合作伙伴 */
.nycase-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nycase-list ul:after{content: ''; width: 49.5%;}
.nycase-list ul li{width: 23.5%; box-shadow: 0px 0px 0.8125rem 0px rgba(61,61,61,0.07);  margin-bottom: 2.75rem;}
.nycase-list ul li .pic{overflow: hidden; position: relative;}
.nycase-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;}
.nycase-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;}
.nycase-list ul li .name{display: flex; align-items: center; justify-content: center; }
.nycase-list ul li .name h3{display: block; font-size: 20px; color: #333333; font-family: "PFBold"; line-height: 80px; text-align: center;}
.nycase-list ul li .hide{transition:0.6s; position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 2; z-index: 2; bottom: 0; opacity: 0;}
.nycase-list ul li .hide>img{transform: translate(-50%,20%); transition:0.6s; position: absolute; left: 50%;   top: 50%;}
.nycase-list ul li:hover .hide{opacity: 1;}
.nycase-list ul li:hover .hide>img{    transform: translate(-50%,-50%);}




.xq-page{border-top: 1px solid #f2f2f2; display: flex; justify-content: space-between; margin-top: 30px; padding: 15px 0;}
.xq-page em{color: #333;}
.xq-page a{color: #666;}
.xq-page a:hover{color: #de591e;}



/*2024.1.15*/
.about-class{margin-bottom: 40px}
.about-class .ctitle1{display: flex; justify-content: space-between; flex-wrap: wrap}
.about-class .ctitle1:after{content: '';width: 33%;}
.about-class .ctitle1 li{width: 16%;margin-bottom: 25px}
.about-class .ctitle1 li a{display: block; font-size: 16px; line-height: 50px; color: #333; text-align: center; background: #f5f5f5; transition:0.6s}
.about-class .ctitle1 li.on a,.about-class .ctitle1 li:hover a{background: #de591e; color: #fff}



@media screen and (min-width:200px)  and  (max-width:1600px)  {
    .head-nav ul li{margin-right: 20px}
}


@media screen and (min-width:200px)  and  (max-width:1440px)  {
    .head .container-s {height: 100px;}
    .head-zw {height: 100px;}
    
    .head-nav ul li>a {font-size: 14px; line-height: 100px;}
    .head-tel b {font-size: 16px;}
    .banner {height: 600px;}
    .ny-banner {height: 450px; background-size: cover !important;}

    .pro-class ul li a {font-size: 14px;}
}