@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; 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:1300px;margin:0 auto;}
.container-s{width:1352px;margin:0 auto;}
.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;}


/* 公共头部 */
.header{position: fixed;  z-index: 222;width: 100%;transition: 0.6s; height: 100px; justify-content: space-around; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);}
.header-zw{height: 100px;}
.pc-nav{width: 62%;}
.pc-nav ul{display: flex; justify-content: center;}
.pc-nav ul li {position: relative; padding: 0 1.1875rem;}
.pc-nav ul li::after{position: absolute; content: "/"; font-size: 1rem; color: #333; right: 0; top: 50%; transform: translateY(-50%);} 
.pc-nav ul li>a{ height: 100px; display: flex; align-items: center;}
.pc-nav ul li a h3{display: block; font-size: 16px; color: #333; position: relative; line-height: 40px; padding: 0 1.875rem; transition: 0.6s;}
.pc-nav ul li:hover a h3,.pc-nav ul li.on a h3{background: #e60013;border-radius: 20px; color: #fff;}
.pc-nav ul li:last-child::after{display: none;}
.pc-nav ul li .subnav-box{transform: translateY(50px);opacity: 0;pointer-events: none;width: 200px;height: 11.4375rem;left: -12%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex;padding:1.125rem 1.4375rem ;box-sizing: border-box;z-index: 3;background: #fff;  align-items: center;}
.pc-nav ul li .subnav .list{width: 100%;display: flex; flex-wrap: wrap;  flex-direction: column;}
.pc-nav ul li .subnav .list a{ text-transform: capitalize; font-size: 15px; line-height: 45px; text-align: center;  color: #666;position: relative;box-sizing: border-box; display: block;  font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1 ;-webkit-box-orient:vertical ;}
.pc-nav ul li .subnav .list a:hover{color: #e60013;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}
.head-tel{position: relative; }
.head-tel::after{position: absolute; content: ''; width: 1px;height: 14px;background: #f2f2f2; right: 0 ; top: 50%; transform: translateY(-50%);}
.head-tel strong{display: block; font-size: 24px; color: #e60115;}
.head-tel>img{margin-right: 13px;}


/* banner */
.banner{overflow: hidden; position: relative;}
.banner .pic img{display: block; width: 100%;}
#banner-num{z-index: 33; cursor: pointer;}
#banner-num span{ margin: 0 6px; opacity: 1; background: #fff; width: 10px; height: 10px;}
#banner-num span.swiper-pagination-bullet-active{background: #e60013;}




/* 二维码弹窗 */
#c-code-pop { display: none; position: fixed;top: 0;left: 0; z-index: 910; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
#c-code-pop .c-img-box {position: absolute;top: 50%; left: 50%;padding: 20px; width: 200px; border-radius: 5px;background: #fff;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#c-code-pop .c-img-box .c-close {position: absolute; display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;bottom: -60px;left: 50%;margin-left: -20px; cursor: pointer; background-color: #fff; border-radius: 50%; transition: all 0.5s;}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {margin: 4px; width: 18px;height: 18px;}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path { fill: #333;transition: all 0.5s;}
#c-code-pop .c-img-box .c-close:hover {background: #e60013;}
#c-code-pop .c-img-box .c-close:hover svg path {fill: #fff;}
#c-code-pop .c-img-box > img {width: 100%;}
#c-code-pop .c-img-box .c-text { padding-top: 10px; line-height: 1;text-align: center; color: #333;}
 

@media screen and (min-width: 200px) and (max-width: 768px){
  #c-code-pop .c-box .c-close {margin-top: -15px;margin-right: -15px;}
  #c-code-pop .c-box { padding: 25px;}
  #c-code-pop .c-box .tit {font-size: 24px;}
  #c-code-pop .c-box .inBox input {height: 48px;}
  #c-code-pop .c-box .inBox img {width: 100px; height: 40px;}
}



/* 关于我们 */
.about{padding: 68px 0 96px;}
.about .pic{width: 36.69%;}
.about .pic img{display: block; width: 100%;}
.about .info{width: 58.3%;}
.title-box{margin-bottom: 54px;}
.index-title{position: relative; }
.index-title strong{display: block; font-size: 50px; color: #333;  line-height: 50px; margin-bottom: 30px;}
.index-title h3{display: block; font-size: 28px; color: #333;  line-height: 28px;}
.index-title span{display: block; font-size: 72px; color: rgba(242,242,242,0.5); font-family: Arial; text-transform: uppercase; font-weight: bold; position: absolute; top: 93px; line-height: 57px; z-index: -1;}
.index-title i{display: block; width: 26px;height: 2px;background: #e60115; margin-top: 44px;}
.about .index-title{margin-bottom: 34px;}
.about .info h4{display: block; font-size: 16px; line-height: 28px; color: #666; margin-bottom: 26px;}
.about-link{margin-top: 43px;}
.about-link ul li{margin-right: 34px;}
.about-link ul li a{width: 124px;height: 124px;background: #f2f2f2; transition: 0.6s;}
.about-link ul li .icon img{transition: 0.6s;}
.about-link ul li:hover .icon img{ transform: rotateY(180deg);    -webkit-transform: rotateY(180deg); /* Safari 与 Chrome */}
.about-link ul li em{display: block; font-size: 18px; color: #333; margin-top: 7px;}
.about-link ul li:hover a{background: #e60115;}
.about-link ul li:hover .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.about-link ul li:hover em{color: #fff;}


/* 服务项目 */
.service{background: url(../images/service-bg.jpg) no-repeat center; background-size: cover; padding: 89px 0 107px;}
.index-more a{width: 142px;height: 45px;background: #e60013;border-radius: 23px; justify-content: space-evenly;}
.index-more em{font-size: 16px; color: #fff;}
.index-more .icon{width: 34px; height: 34px; background: #fff; border-radius: 50%;}
.index-more .icon img{transition: 0.6s;}
.index-more a:hover .icon img{transform: rotate(-30deg);}
.index-title b{color: #e60115;}
.service-list ul li {position: relative; width: 30%; height: 514px; background: url(../images/service-li.png) no-repeat right -22px center #fff; display: flex; align-items: center; padding:  0 35px; box-sizing: border-box;}
.service-list ul li::after{position: absolute; content: '';  width: 0; height: 100%; left: 0;  background: #e60115; transition: 0.6s; z-index: 0; }
.service-list ul li:hover::after{width: 100%;}
.service-list ul li a{flex-direction: column; position: relative; z-index: 1; }
.service-list ul li .icon img{display: block; margin-bottom: 30px;}
.service-list ul li strong{display: block; font-size: 24px; color: #333; margin-bottom: 21px;}
.service-list ul li i{display: block; width: 26px;height: 2px;background: #e60115; margin-bottom: 27px;}
.service-list ul li h4{font-size: 16px; line-height: 28px; color: #666; margin-bottom: 82px;}
.service-list ul li em{display: block; width: 100%; height: 1px;background: #f2f2f2; position: relative; margin-bottom: 29px;}
.service-list ul li em::after{position: absolute; content: ''; width: 0; height: 1px; background: #fff; left: 0; bottom: 0; transition: 0.6s;}
.service-list ul li:hover em::after{width: 100%;}
.service-list ul li .more{width: 34px;height: 34px;background: #e60115;border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.service-list ul li .more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transition: 0.6s;}

.service-list ul li:hover .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transition: 0.6s;}
.service-list ul li:hover strong,.service-list ul li:hover i,.service-list ul li:hover h4{color: #fff;}
.service-list ul li:hover .more{background: #fff;}
.service-list ul li:hover .more img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}



/* 产品展示 */
.product{padding: 72px 0 46px;}
.product .title-box{margin-bottom: 64px;}
.product .index-title {margin-bottom: 0;}
.product .index-title strong{margin-bottom: 0;}
.pro-class ul li{margin-left: 16px;}
.pro-class ul li a{cursor: pointer; width: 142px;height: 45px;border: 1px solid #f2f2f2;border-radius: 24px; font-size: 16px; color: #666; display: flex; align-items: center; justify-content: center; transition: 0.6s;}

.pro-class ul li:last-child a{background: #e60013; border-color: #e60013; color: #fff;}
.pro-class ul li:last-child img{margin-left: 15px;}
.pro-class ul li:hover a,.pro-class ul li.on a{background: #e60013; color: #fff;}

.product-list ul li{width: 23.84%; margin-bottom: 29px;}
.product-list ul li .pic{overflow: hidden; height: 220px; display: flex; align-items: center; justify-content: center; border: 1px solid #f2f2f2; border-bottom: none}
.product-list ul li .pic img{display: block; transform: scale(0.45); width: 100%;  -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 .info{background: #f2f2f2; height: 82px; padding:  0 12px; box-sizing: border-box; transition: 0.6s;}
.product-list ul li .info em{font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.product-list ul li .info .more{width: 34px;height: 34px;border-radius: 50%; background: #e60115;}
.product-list ul li .info .more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transition: 0.6s;}
.product-list ul li:hover .info{background: #e60013;}
.product-list ul li:hover .info em{color: #fff;}
.product-list ul li:hover .more{background: #fff;}
.product-list ul li:hover .more img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}


/* 经典案例 */
.case{background: url(../images/case-bg.jpg) no-repeat center; padding: 75px 0 145px; background-attachment: fixed; }
.case .title-box{margin-bottom: 64px;}
.case-list{overflow: hidden;  padding-bottom: 32px;}
.case-list ul{align-items: flex-end;}
.case-list ul li{position: relative;}
.case-list ul li .box{height: 356px; display: flex; align-items: flex-end;}
.case-list ul li .pic{ transition: 0.6s; width: 100%; height: 300px; }
.case-list ul li.swiper-slide-active .pic{ height: 356px;}
.case-list ul li .info{opacity: 0; line-height: 64px;background: #e60115; width: 82%; position: absolute; left: 0; right: 0; margin: auto; z-index: 2; bottom: -32px; padding: 0 36px; box-sizing: border-box;}
.case-list ul li .info em{display: block; font-size: 16px; color: #fff;}
.case-list ul li .info .more{width: 34px;height: 34px;border-radius: 50%; background: #fff; position: absolute; right: -17px; content: ''; top: 50%; transform: translateY(-50%);}
.case-list ul li .info .more img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0); transition: 0.6s;}
.case-list ul li.swiper-slide-active .info{bottom: -32px; opacity: 1;}
.case-box .container-s{position: relative;}
#case-prev,#case-next{width: 55px;height: 53px;background: url(../images/case-arrow.png) no-repeat center #e60115;border-radius: 50%;}
#case-prev{left: 0;}
#case-next{right: 0; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}


/* 新闻中心 */
.news{padding: 100px 0 112px;}
.latest-news{width: 46%; position: relative;}
.latest-news .pic{overflow: hidden;}
.latest-news .pic img{display: block; width: 100%;}
.latest-news  .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;}
.latest-news a: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;}
.latest-news .info{position: absolute; content: ''; width: 100%; height: 100%; background: url(../images/news-bg.png) no-repeat center bottom; background-size: cover; bottom: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 6%; box-sizing: border-box; color: #fff;}
.latest-news .text{margin-bottom: 30px;}
.latest-news .info span{display: block; font-size: 14px; margin-bottom: 8px;} 
.latest-news .info strong{ font-size: 18px; line-height: 28px; width: 70%;}
.latest-news .info .more{width: 40px;height: 40px;background: #fff;border-radius: 50%;}
.latest-news .info .more img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0); transition: 0.6s;}
.news-list{width: 54%;}
.news-list ul li{position: relative; width: 50%; box-sizing: border-box; padding:  0 5%; height: 210px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2;}
.news-list ul li::after{position: absolute; content: ''; width: 110%; height: 110%; background: #e60115;  transform: scale(0); transition: 0.6s; z-index: 1;}
.news-list ul li:nth-child(2n){border-right: none;}
.news-list ul li:nth-child(3),.news-list ul li:nth-child(4){border-bottom: none;}
.news-list ul li a{position: relative; z-index: 2;}
.news-list ul li  span{display: block; font-size: 16px; color: #666; margin-bottom: 7px;}
.news-list ul li strong{font-size: 18px; line-height: 28px; color: #333; font-weight: normal; margin-bottom: 35px;}
.news-list ul li em{font-size: 14px; color: #666;}
.news-list ul li .icon{width: 40px;height: 40px;background: #fff;border-radius: 50%; transform: scale(0); transition: 0.6s;}
.news-list ul li .icon img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0); }
.news-list ul li:hover .icon{transform: scale(1);}
.news-list ul li:hover::after{transform: scale(1);}
.news-list ul li:hover span,.news-list ul li:hover strong,.news-list ul li:hover em{color: #fff;}
.news-list ul li:hover strong{font-weight: bold;}


/* 优势 */
.ys{background: url(../images/ys-bg.jpg) no-repeat center;  text-align: center; color: #fff; padding: 62px 0; background-size: cover;}
.ys strong{display: block; font-size: 50px; line-height: 50px; margin-bottom: 9px;}
.ys h3{font-size: 28px; margin-bottom: 46px;}
.ys .index-more a{margin: 0 auto;}


/* 公共底部 */
.footer{background: #f2f2f2;}
.footer-top{padding: 45px 0; border-bottom: 1px solid rgba(183,183,183,0.53);}
.foot-logo img{display: block;}
.foot-nav ul li{margin-left: 39px;}
.foot-nav ul li:first-child{margin-left: 0;}
.foot-nav ul li a{display: block; line-height: 53px;border-radius: 27px; font-size: 18px; color: #333; padding: 0 30px;}
.foot-nav ul li:hover a{background: #e60115; color: #fff;}
.footer-middle{padding: 51px 0 62px; border-bottom: 1px solid rgba(183,183,183,0.53);}
.contact p{display: flex; align-items: center; font-size: 16px; color: #666; margin-bottom: 20px;}
.contact b{color: #333; font-weight: bold;}
.contact p>img{margin-right: 16px;}
.foot-wechat em{margin-left: 9px; white-space: break-spaces;display: block;border: 1px solid #999999;font-size: 16px;writing-mode: vertical-rl;padding: 8px 6px;}
.footer-copy{padding: 26px 0;}
.footer-copy p{font-size: 14px; color: #666;}
.footer-copy a{color: #666;}
.footer-copy a:hover{color: #e60115;}
.footer-copy span{margin-left: 42px;}


.nyNav {margin-bottom: 50px;}
.nyNav ul {display: flex;justify-content: center; flex-wrap: wrap;}
.nyNav ul li {margin: 0 10px;}
.nyNav ul li a {display: block;padding: 10px 40px;color: #595757;font-size: 16px;background: #efefed;}
.nyNav ul li:hover a { background: url(../images/p16-icon6.png) no-repeat bottom center #e60115;border-color: #e60115;color: #fff;}
.nyNav ul li.on a { background: url(../images/p16-icon6.png) no-repeat bottom center #e60115;border-color: #e60115;color: #fff;}


.position {    border-bottom: 1px solid #ddd; line-height: 60px; margin-bottom: 40px;}
.position dl {background:url(../images/mbx-home.png) no-repeat 0 center; padding-left:30px; display: flex; flex-wrap: wrap;}
.position dl dd {margin-right:10px;}
.position a {padding-right:10px; font-size: 16px;color: #666666;}
.position a.on {color: #e60115;}
.position a:hover{color: #e60115;}


.ny-title{text-align: center;}
.ny-title b{display: block; font-size: 60px;   font-family: ‘Arial’;   font-weight: bold;    color: #eaeaea; text-transform: uppercase; line-height: 79px;}
.ny-title h3{font-size: 36px;   position: relative;   top: -53px; color: #333;}

.ny-main{margin-bottom: 100px;}


.services-list ul li {
  padding-bottom: 79px;
  margin-bottom: 75px;
  border-bottom: 1px solid #eeeeee;
}

.services-list ul li:nth-child(even) a {
  flex-direction: row-reverse;
}

.services-list ul li .info {
  width: 40%;
}

.services-list ul li .info strong {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.services-list ul li .info p {
  display: block;
  font-size: 16px;
  line-height: 35px;
  color: #666;
  margin-bottom: 40px;
}

.services-list ul li .info .more {
  margin-top: 25px
}

.services-list ul li .info .more>em {
  transition: 0.6s;
  display: inline-block;
  border: 1px solid #aaaaaa;
  border-radius: 25px;
  font-size: var(--font16);
  color: #333;
  width: 163px;
  line-height: 48px;
  text-align: center;
  margin-right: 5px;
}

.services-list ul li .info .more>em:last-child {
  margin-right: 0
}

.services-list ul li .info .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.services-list ul li .info .more>em:hover {
  background: #e60115;
  color: #fff;
  border-color: #e60115
}

.services-list ul li .info .more>em:hover img {
  filter: grayscale(100%) brightness(200%);
}

.services-list ul li .pic {
  width: 46%;
}

.services-list ul li .pic img {
  display: block;
  width: 100%;
}






.news-link{border-top: 1px solid #f2f2f2; padding-top: 57px; margin-top: 50px;}
.news-link p{display: block; font-size:16px; color: #333; display: flex; align-items: center;}
.news-link p img{margin-right: 15px;}
.news-link p a{color: #333;}
.news-link p:last-child{}
.news-link p:last-child img{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); margin-left: 15px; margin-right: 0;}
.news-link p a:hover{color: #e60115;}
.news-link .xq-back a{margin:0 auto;}
.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: #e60115;}


/* 内页产品列表页 */
.products-list ul::after{content: ''; width: 31.53%;}
.products-list ul li{width: 31.53%; margin-bottom: 45px;}
.products-list ul li .pic{border: 1px solid #f2f2f2; border-bottom: none; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; height: 220px
}
.products-list ul li .pic>img{display: block; width: 100%; transform: scale(0.5);  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}

.products-list ul li .more{position: absolute; content: ''; width: 100%; height: 100%; background:  rgba(230, 1, 21, 0.8); display: flex; align-items: center; justify-content: center; top: 0; opacity: 0;}
.products-list ul li .more>img{transform: scale(0); transition: 0.6s;}
.products-list ul li:hover .more {   opacity: 1;}
.products-list ul li:hover .more>img{transform: scale(1);}
.products-list ul li h3{ font-size: 18px; line-height: 80px; color: #333; text-align: center; background: #f2f2f2;}
.products-list ul li:hover h3{color: #e60115;}




/* 内页产品详情页 */
/* 内页产品详情页 */
.proxq-pic {
  width: 46%;
}

.proxq-info {
  width: 50%;
}

.propic-big {
  margin-bottom: 0.25rem;
}

.propic-big ul li {
  box-sizing: border-box;
  border: 0.01rem solid #eeeeee;
}

.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.01rem solid #eeeeee;
}

.propic-small ul li .pic img {
  display: block;
  width: 100%;
}

.propic-small ul li.swiper-slide-thumb-active .pic {
  border-color: #e60115;
}

.proxq-info strong {
  display: block;
  font-size: 25px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
.proxq-info span{
  display: block; font-size: 16px; color: #666; font-weight: normal}
.proxq-info .text {
  margin-bottom: 33px;
  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: #e60115;
}

.proxq-info .text p {
  color: #333333;
  margin-bottom: 1.3125rem;
}


.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: #e60115;
  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: #e60115;
}

.proxq-btn a:before {
  background: #e60115;
}

.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: 54px;
  line-height: 54px;
  height: 54px;
  border-radius: 5px;
  border: 1px 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: 10px;
}

.proxq-arrow a:last-child i {
  margin-left: 10px;
}

.proxq-arrow a:hover i {
  background: #e60115;
  border-color: #e60115;
}

.proxq-arrow a:hover i svg path {
  fill: #ffffff;
}

.proxq-arrow a:hover h5 {
  color: #e60115;
}

.dateThree {
  padding: 100px 0 120px;
}

.dateThree .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dateThree .box .le {
  width: 100%;
}

.dateThree .box .re {
  width: 24%;
  position: sticky;
  top: 130px;
}

.dateThree .tle {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.dateThree .tle h3 {
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
}

.dateThree .tle h3::before {
  content: "";
  height: 70%;
  width: 5px;
  background: #e60115;
  position: absolute;
  left: 0;
  top: 15%;
  border-radius: 0.05rem;
}

.dateThree .infoCon {
  margin: 20px 0;
  overflow: hidden;
}

.dateThree .infoCon img {
  max-width: 100%;
}

.dateThree .re .tle {
  padding: 0;
  border: 0;
}

.dateThree .re .tle h3 {
  padding-left: 0;
}

.dateThree .re .tle h3::before {
  display: none;
}

.dateThree .re ul li {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(82, 82, 82, 0.07);
}

.dateThree .re ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  box-sizing: border-box;
}

.dateThree .re ul li .imgBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dateThree .re ul li .imgBox img {
  max-width: 100%;
}

.dateThree .re ul li .recon {
  width: 43%;
}

.dateThree .re ul li h6 {
  color: #333333;
  font-size: 18px;
  transition: .35s;
  font-weight: 700;
}

.dateThree .re ul li span {
  color: #e60115;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

.dateThree .re ul li:hover h6 {
  color: #e60115;
}






/* 内页新闻列表页 */

.newslist {
  width: 100%;
}

.newslist li {
  margin-bottom: 35px;
}



.newslist li a {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
}

.newslist li .imgBox {
  width: 27%;
  overflow: hidden;
}

.newslist li .imgBox img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
  transition: .5s;
}

.newslist li .con {
  width: 70%;
}

.newslist li h6 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.newslist li p {
  margin-top: 15px;
  color: #666;
  font-size: 15px;
}

.newslist li .more {
  transition: all .5s;
  margin-top: 30px;
  background: #808080;
  color: #fff;
  width: 130px;
  height:45px;
  min-width: 100px;
  min-height: 30px;
  border-radius: 50px;
  font-size: 15px;
}

.newslist li .more svg {
  margin-left: 15px;
}

.newslist li:hover .more {
  background: #e60013;
}

.newslist li:hover .imgBox img {
  transform: scale(1.1);
}




.newsxq-box {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-left {
  width: 68%;
}

.news-left .newsCon {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(226, 225, 224, 0.42);
  padding: 60px 40px;
  box-sizing: border-box;
}

.newsxq-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.newsxq-title strong {
  display: block;
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}

.newsxq-title span {
  display: block;
  font-size: 16px;
  color: #777;
  margin: 10px 30px 0 0;
}

.newsxq-title .titleDisc {
  display: flex;
  flex-wrap: wrap;
}

.newsxq-editbox {
  margin: 30px 0;
}

.newsxq-editbox img {
  max-width: 100%;
  height: auto !important;
}

.newsxq-box .nynews-right {
  width: 29%;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(226, 225, 224, 0.42);
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.newsxq-box .nynews-right {
  position: sticky;
  top:150px;
}

.relist li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
}

.relist li .time {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.relist span {
  color: #999999;
  font-size: 14px;
}

.relist h6 {
  color: #333333;
  font-size: 18px;
  transition: .35s;
  font-weight: 700;
  margin-top: 10px;
}

.relist li:hover h6 {
  color: #e60013;
}

.relist li:hover .reImg img {
  transform: scale(1.05);
}

.nynews-right::after {
  content: "";
  background: #e60013;
  width: 65%;
  position: absolute;
  left: 50%;
  bottom: -1%;
  height: 7px;
  transform: translate(-50%, -50%);
}

.newsxq-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.newsxq-page a {
  display: flex;
  align-items: center;
}

.news-prev,
.news-next {
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height:60px;

  border: 1px solid #e60013;
}

.news-prev svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.newsxq-page em {
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.prev-link em {
  margin-left: 17px;
}

.next-link em {
  margin-right: 17px;
}

.next-link {
  flex-direction: row-reverse;
}

.backlist a {
  width: 168px;
  min-width: 125px;
  min-height: 42px;
  height: 58px;
  background: #e60013;
  color: #fff;
}

.backlist svg {
  margin-right: 10px;
}

.backlist a:active {
  background: #e60013;
}

.newsxq-page a:active .news-prev,
.newsxq-page a:active .news-next {
  background: #e60013;
  border-color: #e60013;
}

.newsxq-page a:active svg path {
  fill: #fff;
}

@media (any-hover: hover) {

  .newsxq-page a:hover .news-prev,
  .newsxq-page a:hover .news-next {
    background: #e60013;
    border-color: #e60013;
  }

  .newsxq-page a:hover svg path {
    fill: #fff;
  }
}





/* 内页图片列表页 */
.picture-list{}
.picture-list ul li{width: 31%; margin-bottom: 40px;}
.picture-list ul::after{content: ""; width: 31%;}
.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 h3{display: block; font-size: 16px; line-height: 55px; color: #333; background: #fcfcfc; text-align: center;}
.picture-list ul li:hover h3{background: #e60013; color: #fff;}





/* 搜索页面 */
.search-page .container15 {width: 1200px;}
.search-page .box {margin-top: 1rem;}
.search-page form {width: 75%;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 .searchCon {padding: 5px 0; width: 90%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 25px;  height: 25px; display: flex; align-items: center; cursor: pointer;  outline: none; border: none; background: transparent;}
.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: #e60013;color: #fff;/* font-size: 12px; *//* padding: 2px 5px; */font-size: 1rem;padding: 0.5%;}
.search-page li h3 {font-size: 1.125rem;color: #000000;font-weight: 700;margin: 10px 0;}
.search-page li p {font-size: 1rem;color: #666;line-height: 1.5rem;}
.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);}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {width: 90%;margin-bottom: 40px;padding: 3px 20px;}
  .search-page form .searchCon {width: 80%;}
}
#c-placeholder{height: 13rem;}



/* 内页产品列表页 */


.product-main {}
.product-box {display: flex; justify-content: space-between;align-items: flex-start;}
.product-box .ny-left {width: 18%;position: sticky;top: 1rem; }
.product-box .ny-left, .product-box .ny-right {padding: 80px 0 200px;overflow: hidden;}
.pro-search {width: 100%;background: #f5f5f5;display: flex;justify-content: space-between;align-items: center;height: 60px;min-height: 50px;padding: 0 6.8%;box-sizing: border-box;margin-bottom: 50px;}
.pro-search input{outline: none; border: none; }
.pro-search .text {display: block;font-size: 15px;color: #666;width: calc(100% - 30px);background: transparent;}
.pro-search .text::placeholder {color: #666;}
.pro-search .submit {width: 18px;height: 100%;cursor: pointer;border: none;background: transparent;}
.left-title em {display: block;border-top: 1px solid #eee;font-size: 26px;color: #e60013;padding-top: 30px;margin-bottom: 20px;font-weight: bold;}
.left-title {display: flex; align-items: center; justify-content: space-between;    border-top: 1px solid #eee;}
.left-title em {border-top: none;}
.left-title i {display: none;}

.product-menu li { border-bottom: 1px solid #eee; }
.product-menu li .menu-li {display: flex;justify-content: space-between;padding: 11px 20px;cursor: pointer;font-size: 17px;border-radius: 100px;transition: .4s;}
.product-menu li .menu-li i {width: 15px; position: relative;}
.product-menu li .menu-li i svg {max-width: 100%;position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; transition: .4s;}
.product-menu li .menu-li i .jia {opacity: 1;}
.product-menu li .menu-li:hover a {color: #e60013;}
.product-menu li .s-menu {width: 100%;padding-bottom: 20px;padding-left: 20px;margin-top: 20px;padding-top: 0;display: none;}
.product-menu li .s-menu a {width: 100%;color: #666;position: relative;margin-bottom: 14px;transition: all ease-out 0.3s;display: block;padding-left: 10px;font-size: 16px;}
.product-menu li .s-menu a::before {content: ""; width: 5px; height: 5px; border-radius: 50%; background: #f5f5f5;position: absolute; left: 0%; top: 50%; transform: translate(-50%, -50%);}
.product-menu li .s-menu a:hover{color: #e60013;}
.product-menu li .s-menu a.on {color: #e60013; font-weight: 700;}
.product-menu li .menu-li.on {background: #e60013;}
.product-menu li .menu-li.on a {color: #fff;}
.product-menu li .s-menu a:hover::before,.product-menu li .s-menu a.on::before {background: #e60013;}
.product-menu li .menu-li.on i .jia {opacity: 0;}
.product-menu li .menu-li.on i .jian {opacity: 1;}
.product-menu li .menu-li.on i .jian path {fill: #fff;}
.product-menu li .s-menu.on {display: block;}

.flexlign {display: flex; align-items: center;}
.product-box .ny-right {width:78%;padding-left: 60px;border-left: 1px solid #eee;box-sizing: border-box;box-sizing: border-box;}
.right-class{border-bottom: 1px solid #ddd; margin-bottom: 30px;}
.right-class .ctitle1 {padding-bottom: 30px; }

.right-class .ctitle1 li {}
.right-class .ctitle1 li:last-child {margin-right: 0;}
.right-class .ctitle1 li a {display: block; color: #666; position: relative; transition: 0.6s; padding-left: 15px;}
.right-class .ctitle1 li a::after {position: absolute; content: ''; width: 5px;height: 5px;background: #f5f5f5; border-radius: 50%; left: 0; top: 50%; transform: translateY(-50%); transition: 0.6s;}
.right-class .ctitle1 li:hover a,.right-class .ctitle1 li.on a { color: #e60013; font-weight: bold;}
.right-class .ctitle1 li:hover a::after,.right-class .ctitle1 li.on a::after {background: #e60013;}


.nypro4Nav {padding: 0 0 30px;position: relative;}
.nypro4Nav::before {content: "";position: absolute;top: 0;width: 100vw;height: 1px;left: -.6rem;background: #e9e9e9;display: none;}
.nypro4Nav ul {display: inline-flex;   flex-wrap: wrap}
.nypro4Nav ul li{margin-bottom: 20px; margin-right: 20px}
.nypro4Nav ul li a {display: block;padding: 16px 32px;color: #333;border-radius: 100px;transition: .5s; background: #f2f2f2; border-radius: 100px; }
.nypro4Nav ul li:hover a,.nypro4Nav ul li.on a {background: #e60013; color: #fff;}



.pro-main{margin-bottom: 0;}








@media screen and (min-width:200px)  and  (max-width:1780px)  {
	.pc-nav ul li { padding: 0 1.1rem;	}
	.pc-nav ul li a h3 {padding: 0 1.1rem;}
  
}


@media screen and (min-width:200px)  and  (max-width:1500px)  {
	.pc-logo{width: 18%;}
	.pc-logo img{display: block; width: 100%;}
	.pc-nav ul li { padding: 0 1rem;	}
	.pc-nav ul li a h3 {padding: 0 1rem;}
	
	.head-tel {padding-right: 8px;}
	
}


@media screen and (min-width:200px)  and  (max-width:1400px)  {
	.container-s{max-width: 96%;}
	.pc-nav ul li a h3 {padding: 0 0.6rem;}
}


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


  

}



/*分页*/

.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: #e60013;}

.fy .layui-laypage-curr {color: #fff; background: #e60013; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}


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

.foterlinks{display: none}

.case,.news{display: none}