@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;min-width: 1301px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1301px; margin:0 auto}
.container-s{width:1862px; margin:0 auto; max-width: 97%;}

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


.blue{color: #036eb8!important;}



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




/* 公共头部 */
.header{position: fixed; top: 0; z-index: 222; background: #fff; width: 100%; box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.head-box{height: 100px; }
.pc-logo a img{display: block;}

.pc-nav{width: 50%;}
.pc-nav ul{display: flex; justify-content: space-evenly;}
.pc-nav ul li {position: relative;   height: 100px;   }
.pc-nav ul li h3{display: block; font-size: 16px; line-height: 100px; color: #333; position: relative;z-index: 5; text-align: center; padding: 0 16px;}
.pc-nav ul li h3::after{position: absolute; content: ''; width: 100%; height:0; background: #036eb8; transition: 0.6s; left: 50%; top: -100%; left: 0; z-index: -1;}
.pc-nav ul li:hover h3::after,.pc-nav ul li.on h3::after{height: 100%; top: 0;}
.pc-nav ul li:hover h3,.pc-nav ul li.on h3{color: #fff;}
.pc-nav ul li .subnav-box{transform: translateY(50px);opacity: 0;pointer-events: none;width: 302px;  height: 193px; left: 0%;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex; justify-content: space-between;     align-items: center;  padding: 27px 19px 24px 0; box-sizing: border-box; border-bottom-right-radius: 20px;   z-index: 3;background: #f9f9f9;    }
.pc-nav ul li .subnav .pic{width: 147px; border-radius: 10px;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list{}
.pc-nav ul li .subnav .list a{display: block; font-size: 15px;  line-height: 38px; color: #606060;position: relative;box-sizing: border-box; text-indent: 20px;}
.pc-nav ul li .subnav .list a:hover{color: #036eb8;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}
.pc-nav ul li:nth-child(8) .subnav-box { width: 325px;}


.ver a{font-size: 16px; color: #333;margin: 0 5px;}

.heSearch .seBox {width: 46px; height: 46px; background: #036eb8; border-radius: 50%;}
.heSearch .seBox img {display: block;}
.pub_search_box_case {position: fixed;z-index: 1; left: 0;top: 0;z-index: 8; transition: all .5s ease; transform: translateY(-120%); width: 100%;}
.pub_search_box_case.on {transform: translateY(0%); }
.pub_search_box_case.on .pub_sea_sha {display: block;}
.pub_search_box_case .pub_sea_sha {position: absolute; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 2; display: none;}
.pub_search_case { padding: 2% 8%;box-sizing: border-box;  background:#036eb8; box-shadow: 0 1px 3px rgb(0 0 0 / 12%); position: relative; z-index:999;display: block;}
.pub_search_case .zhan_c {display:flex; justify-content: space-between;    align-items: flex-start;}
.pub_search_case .zhan_c .close {cursor: pointer;}
.pub_search_box {width: 50%; margin: auto; padding:4rem 0 2rem 0}
.pub_search_box .sea_t {color: #fff; font-size: 1rem; margin-bottom: 1rem;}
.pub_search_box button {border: none; background: none;}
.search_form {display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #fff; padding-bottom: 0.3rem;}
.search_form input {width: 90%; height: 2.5rem; border: none;outline: none; background: none; color: #fff; font-size: 1rem;}
.search_form button {width: 4%; cursor: pointer;}
.search_form button img {max-width: 100%; display: block;}
.header-zw{height: 100px;}


/* 首页分类 */
.ny-class {overflow: hidden;}
.ny-class ul {display: flex; justify-content: space-between;}
.ny-class ul li {position: relative;overflow: hidden;transition: .5s;flex: 0.436;height: 900px;}
.ny-class ul li.on{flex: 1.248;}
.ny-class ul li .pic {height: 100%;height: 100%;position: absolute;left: 0; top: 0; width: 100%; z-index: 0;}
.ny-class ul li .pic>img {width: 100%;height: 100%; object-fit: cover;}
.ny-class ul li .info-bg{position: absolute; content: ''; width: 100%; height: 100%; display: flex; justify-content: center; text-align: center;} 
.ny-class ul li.item1 .info-bg{background: rgba(3,110,184,0.8);}
.ny-class ul li.item2 .info-bg{background: rgba(0,162,154,0.8);}
.ny-class ul li.item3 .info-bg{background: rgba(143,195,31,0.8);}
.ny-class ul li .info{padding-top: 281px; transition: 0.6s;}
.ny-class ul li .name{margin-bottom: 80px;}
.ny-class ul li .info strong{display: block; font-size: 34px; color: #fff;}
.ny-class ul li .info i{display: block; width: 44px; height: 1px; background: #ffffff; margin: 26px auto 39px;}
.ny-class ul li .info h3{display: block; font-size: 16px; line-height: 24px; color: #fff; width: 74%; margin: 0 auto;}
.more-icon{width: 76px; height: 76px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.more-icon img{transition: 0.6s;}
.ny-class ul li:hover .info,.ny-class ul li.on .info{padding-top: 711px}
.ny-class ul li:hover .info-bg,.ny-class ul li.on .info-bg{text-align: left; }
.ny-class ul li:hover .info,.ny-class ul li.on .info{display: flex; justify-content: space-between; width: 76%; margin: 0 auto; align-items: center;}
.ny-class ul li:hover .info .more-icon,.ny-class ul li.on .info .more-icon{margin: 0;}
.ny-class ul li:hover .info i,.ny-class ul li.on .info i{display: none;}
.ny-class ul li:hover .info h3,.ny-class ul li.on .info h3{margin: 0;}
.ny-class ul li:hover .name,.ny-class ul li.on .name{margin-bottom: 0;}
.ny-class ul li .more-icon:hover img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}
.ny-class ul li:hover.item1 .info-bg,.ny-class ul li.on.item1 .info-bg{background: url(../images/class-bg1.png) no-repeat center bottom;}
.ny-class ul li:hover.item2 .info-bg,.ny-class ul li.on.item2 .info-bg{background: url(../images/class-bg2.png) no-repeat center bottom;}
.ny-class ul li:hover.item3 .info-bg,.ny-class ul li.on.item3 .info-bg{background: url(../images/class-bg3.png) no-repeat center bottom;}



/* 關於我們 */
.about{background: url(../images/about-bg.jpg) no-repeat center top; padding: 72px 0 117px; background-size: cover;}
.index-title{text-align: center; margin-bottom: 45px;}
.index-title h2{display: block; font-size: 54px; color: #333; margin-bottom: 25px;}
.index-title i{display: block; width: 53px;  height: 4px;  background: #036eb8; margin: 0 auto;}
.about .info {margin-bottom: 65px;}
.about .info h3{font-size: 16px; line-height: 32px; color: #666666;}
.about-en{position: relative;}
.about-en img{display: block; margin: 0 auto;}
.about .more-icon { background: #036eb8; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0;}
.about .more-icon a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
.about .more-icon a img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.about .more-icon a:hover img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}




/* 服務範圍 */
.service{background: #fcfcfc; padding: 51px 0 0; position: relative; height: 953px; box-sizing: border-box; background: #fcfcfc; position: relative;}
.service .container{position: relative; z-index: 22;}
.service-list ul{justify-content: center;}
.service-list ul li{width: 50%; position: relative;}
.service-list ul li .pic img{display: block; width: 100%;}
.service-list ul li .info{position: absolute; content: ''; width: 100%; height: 100%; bottom: 0; color: #fff; overflow: hidden;}
.service-list ul li .info .text{position: absolute; bottom: 48px; padding:  0 14%; transition: 0.6s; width: 100%; box-sizing: border-box;}
.service-list ul li .info h3{display: block; font-size: 24px; margin-top: 17px;}
.service-list ul li .info span{display: block; font-size: 16px; font-family: Arial; text-align: center; margin: 4px 0 12px;}
.service-list ul li .info i{display: block; width: 35px; height: 2px; background: #ffffff; margin: 0 auto;}
.service-list ul li .info h4{display: block; font-size: 16px; line-height: 26px; text-align: center; margin: 30px 0 48px;}
.service-list ul li:hover .text{transform: translateY(-16%)}
.service-list ul li .hide{display: none;}
.service-list ul li:hover .hide{display: block;}
.service-list ul li:hover .info{text-align: center; background: rgba(3,110,184,0.9);}
.service-list ul li .more-icon:hover img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}

.waves {position: absolute; bottom: 0;left: 0; z-index: 1; opacity: 1;}










/* 產品應用 */
.product{padding: 78px 0 74px;}
.product-title{margin-bottom: 48px;}
.product-title .index-title{margin-bottom: 0;}
.product-title .index-title i{margin: 0;}
.product-en{position: relative;}
.product-en img{display: block; margin: 0 auto;}
.product-en .more-icon { background: #036eb8; position: absolute; right: 0; margin: auto; top: 0; bottom: 0;}
.product-en .more-icon a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
.product-en .more-icon a img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.product-en .more-icon a:hover img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}
.product-list ul li{height: 430px;background: #fcfcfc;margin-bottom: 12px;width: 49%;}

.product-list ul li .pic{display: flex; align-items: center; justify-content: center; height: 300px;}
.product-list ul li .pic img{transform: scale(0.6);transition: 0.6s;display: block;width: 100%;height: 100%;object-fit: contain;}

.product-list ul li .info{width: 88%; margin: 0 auto;}
.product-list ul li .name{width: 70%;}
.product-list ul li .name strong{display: block; font-size: 24px; color: #333; line-height: 24px; margin-bottom: 4px;}
.product-list ul li .name span{display: block; font-size: 16px; color: #666;}
.product-list ul li .info .more-icon{margin: 0;background: #036eb8; }
.product-list ul li .info .more-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.product-list ul li:hover .info .more-icon img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}


/* 解決方案 */
.solution-bg{position: relative;}
.solution-bg .index-title{position: absolute; top: 69px; z-index: 2; width: 100%;}
.solution-bg .index-title h2{color: #fff;}
.solution-bg .index-title i{background: #fff;}
#solution-prev,#solution-next{position: absolute; z-index:9999; width: 108px; height: 108px; border: 1px solid #ffffff; border-radius: 50%; opacity: 1; pointer-events: auto;}
#solution-prev{left: 5%;}
#solution-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 5%;}
#solution-prev:hover,#solution-next:hover{background: #036eb8; border-color: #036eb8;}
.solution {position: relative;}
.solution ul li {overflow: hidden;}
.solution ul li a {display: block; width: 100%; height: 100%;}
.solution ul li .pic img{display: block; width: 100%;}
.solution ul li .info{display: flex; align-items: center; justify-content: flex-end; position: absolute; content: ''; background: url(../images/solution-info.png) no-repeat right bottom; width: 48.35%; height: 473px; left: 0; bottom: 0;}
.solution ul li .text{width: 50%; margin-right: 16%;}
.solution ul li .text span{display: block; font-size: 94px; line-height: 75px; color: rgba(255,255,255,0.1); font-family: Arial; font-weight: 400;}
.solution ul li .num{position: relative; margin-bottom: 40px;}
.solution ul li .text h3{position: absolute; content: ''; font-size: 36px; color: #fff; bottom: 0;}
.solution ul li .text i{display: block; width: 55px;  height: 1px;  background: rgba(255,255,255,0.5); margin-bottom: 27px;}
.solution ul li .text h4{display: block; font-size: 16px; line-height: 28px; color: #fff; margin-bottom: 71px;}
.solution ul li .text .more-icon{margin: 0;}
.solution ul li:hover .text .more-icon img{transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}
.swiper-num{position: absolute; bottom: 7%; z-index: 2; color: #fff;  font-family: "DIN"; left: 33%;}
.swiper-num span,.swiper-num em{font-size: 24px; line-height: 43px;}
.swiper-num span.actives{font-size: 60px;}
.swiper-num em{margin: 0 5px 0 6px;}



/* 客戶案例 */
.case{padding:  57px 0 92px;}
.case .container-s{width:1540px; margin:0 auto; max-width: 83%; position: relative;}
.case-list{position: relative; overflow: hidden;}
.case-list ul li .pic{overflow: hidden;}
.case-list ul li .pic img{display: block; width: 100%;}
.case-list ul li .name{border: 1px solid #d9d9d9; box-sizing: border-box; border-top: none; height: 85px; padding: 0 11%; transition: 0.6s;}
.case-list ul li .name em{display: block; font-size: 18px; color: #333;}
.case-list ul li:hover .name{background: #036eb8;}
.case-list ul li:hover .name em{color: #fff;}
.case-list ul li:hover .name img{transition: 0.6s;}
.case-list ul li:hover .name img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}
#case-prev,#case-next{background: url(../images/case-arrow.png) no-repeat center; width: 28px; height: 52px;}
#case-prev{left: 0;}
#case-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 0;}
#case-prev:hover,#case-next:hover{background: url(../images/case-arrow2.png) no-repeat center;}




/* 新聞中心 */
.news-bg{background: url(../images/news-bg.jpg) no-repeat center bottom; padding: 76px 0 97px;}
.news-bg .index-title{margin-bottom: 0;}
.news-bg .index-title i{margin: 0;}
.news-btn{display: flex;}
.news-btn a{display: block; width: 150px; height: 51px; border: 1px solid #999999; border-radius: 27px; font-size: 16px; line-height: 51px; color: #666666; text-align: center; margin-left: 20px; transition: 0.6s;}
.news-btn a:hover,.news-btn a.on{background: #036eb8; color: #fff; border-color: #036eb8; cursor: pointer;}
.news-content{margin-top: 66px;}
.news-list{display: flex; justify-content: space-between;}
.news-list dl{width: 420px;}
.news-list dl .pic{overflow: hidden;}
.news-list dl.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 dl: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 dl .info{height: 213px; box-sizing: border-box; padding:  32px 30px 0; background: #fff; }
.news-list dl .info h3{font-size: 17px; color: #333; margin-bottom: 16px;}
.news-list dl .info h4{font-size: 14px; line-height: 26px; color: #666666; margin-bottom: 14px;}
.news-list dl .info em{display: block; font-size: 14px; color: #999; font-family: Arial;}
.news-list dl .info .news-more{width: 43px;  height: 43px;  border: 1px solid #333333; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.news-list dl .info .news-more img{transition: 0.6s;}
.news-list dl:hover .info .news-more{background: #036eb8; border-color: #036eb8;}
.news-list dl:hover .info .news-more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */}


/* 公共底部 */
.footer{background: url(../images/footer-bg.jpg) no-repeat center top; background-size: cover;}
.top-box{padding: 53px 0 39px;}
.footer-top{border-bottom: 1px solid rgba(255,255,255,0.07);}
.footer-nav{border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(255,255,255,0.07);}
.footer-copy{border-top: 1px solid rgba(0,0,0,0.1);}

.footer-top{color: #fff;}
.footer-top .text{margin-left: 22px;}
.foot-logo{ display: block; margin-right: 113px;}
.foot-tel em{display: block; font-size: 15px; margin-bottom: 5px;}
.foot-tel b{display: block; font-size: 24px; font-family: Arial; line-height: 17px;}
.foot-email em,.foot-email span{display: block; font-size: 15px; }
.foot-email span{font-family: Arial;}

.footer-nav{padding: 72px 0 53px;}
.footer-nav dl dt{display: block; font-size: 18px; line-height: 18px; height: 46px; position: relative; color: #fff; margin-bottom: 19px;}
.footer-nav dl dt::after{position: absolute; content: '';  width: 30px; height: 2px; background: #ffffff; bottom: 0; left: 0;}
.footer-nav dl dd{display: block; font-size: 15px; line-height: 37px; color: #f2f2f2;}
.footer-nav dl dd a{color: #f2f2f2;}
.footer-copy{padding: 20px 0;}
.footer-copy p{font-size: 15px;color: #f2f2f2; }
.footer-copy a{color: #f2f2f2;}

.footer-nav dl dd a:hover,.footer-copy a:hover{color: #fff;}



.ny-banner img{display: block; width: 100%;}
.ny-main{margin: 80px 0;}

.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: 0.94rem;color: #666666;}
.position a.on {color: #036eb8;}
.position a:hover{color: #036eb8;}


.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 #036eb8;border-color: #036eb8;color: #fff;}
.nyNav ul li.on a { background: url(../images/p16-icon6.png) no-repeat bottom center #036eb8;border-color: #036eb8;color: #fff;}


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




/* 内页二级分类列表页 */
.nyclass-list ul li {
  padding-bottom: 79px;
  margin-bottom: 75px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

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

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

.nyclass-list ul li .info .more>em:hover {
  background: #036eb8;
  color: #fff;
  border-color: #036eb8
}

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

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

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





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





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

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

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

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



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






/* 内页新闻列表页 */

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

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

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

.nynews-right::after {
  content: "";
  background: #036eb8;
  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 #036eb8;
}

.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: #036eb8;
  color: #fff;
}

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

.backlist a:active {
  background: #036eb8;
}

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

.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: #036eb8;
    border-color: #036eb8;
  }

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


/* 内页留言 */
.message dl{margin-bottom: 1.125rem;}
.message dl dd{width: 48.85%; background: #f0f0f0; height: 3.75rem; border-radius: 0.3125rem; padding:  0 2.18%; box-sizing: border-box; line-height: 3.75rem;}
.message input,.message textarea{outline: none; border: none; font-family:"Microsoft YaHei" ; background: #f0f0f0;}
.message dl dd  input{font-size: 1rem; line-height: 3.75rem; color: #aaa;}
.message dl dd  input::placeholder,.message textarea::placeholder { color: #aaa;}
.message textarea{margin-bottom: 1.125rem; height: 10.75rem; background: #f0f0f0; width: 100%; border-radius: 0.3125rem;   padding: 0 2.18%; font-size: 1rem; line-height: 3.75rem; color: #aaa;  box-sizing: border-box;}
.message .submit{display: block; margin: 0 auto;  background: #036eb8;  width: 10.5rem; font-size: 1rem; line-height: 3.4375rem; color: #fff; text-align: center; border-radius: 1.6875rem; cursor: pointer;}
.message dl.code{width: 100%; margin-bottom: 4.75rem;}
.message dl.code dd{width: 100%;}




/* 内页图片列表页 */
.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: #036eb8; color: #fff;}



/* 图片详情页 */
.nynews-title h3{display: block; font-size: 28px; color: #333; font-weight: bold; text-align: center; margin-bottom: 30px;}
.news-editbox{padding: 50px 0;}
.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: #036eb8;}
.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: #036eb8;}
.nynews-date{background: #f5f5f5; padding: 10px 0; margin-bottom: 25px;}
.nynews-date span{margin: 0 10px;}


/* ==========资料下载==========*/

.material ul {display: flex;justify-content: space-between; flex-wrap: wrap; gap: 40px;}
.material li {display: flex;justify-content: space-between; align-items: center;width: 48%; padding: 20px;border: 1px solid #e6e6e6;  box-sizing: border-box;}
.material li .material-download {background: url(../images/download-icon1.png) no-repeat center; width: 46px; height: 34px; transition:0.6s}
.material li .material-img {width: 114px;height: 157px; border: 1px solid #f2f2f2;}
.material li .material-img img {width: 100%;}
.material li h3 {font-size: 20px;color: #333;font-weight: bold;}
.material li span {font-size: 14px;color: #666;    white-space: nowrap;}
.material li span:nth-child(1) {margin-right: 50px;}
.material li .title-info {margin-top: 15px;}
.material li .material-title {width: 50%;}
.material li a:hover .material-download {background: url(../images/download-icon2.png) no-repeat center;  width: 46px; height: 34px}




/*分页*/
.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: #036eb8;}
.fy .layui-laypage-curr {color: #fff; background: #036eb8; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}



/* 搜索页面 */
.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: #036eb8;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;}



@media screen and (min-width:200px)  and  (max-width:1700px)  {
  .case .container-s {max-width: 100%;}


}




/* 2026.5.25产品使用说明 */
.flex-sb{display: flex; justify-content: space-between; }
.instructions{position: relative; overflow: hidden;}
.instructions ul li .box{display: flex; justify-content: center;}
.instructions ul li .info{width: 40%; display: flex; align-items: center;}
.instructions ul li .pic{width: 40%; display: flex; align-items: center; justify-content: center;}
.instructions ul li .pic img{display: block; max-width: 100%;}
.instructions ul li .info h3{color: #333; font-size: 24px; display: block; margin-bottom: 10px;}
.instructions ul li .info dl dt{width: 4px; height: 4px; background: #333; border-radius: 50%; margin-right: 5px;}
.instructions ul li .info dl dd{flex: 1;}
.instructions ul li .info dl dd a:hover{color: #036eb8;}
#instructions-prev,#instructions-next{background: url(../images/case-arrow.png) no-repeat center; width: 45px; height: 45px; border-radius: 50%; border: 1px solid #333; background-size: 20%;}
#instructions-prev{}
#instructions-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); }
#instructions-prev:hover,#instructions-next:hover{background: url(../images/case-arrow2.png) no-repeat center; background-size: 20%;}

.problem .layui-collapse {border: 0;}
.problem .layui-colla-title {height: auto; background: none; line-height: initial; padding: 20px 0; padding-right: 30px; font-size:22px;color: #3D3D3D;}
.problem .layui-colla-title i {margin: 0; font-size:20px; left: auto; right: 0; top: 40%;}
.problem .layui-colla-content {border: 0;padding: 0; padding-bottom: 30px; font-size: 16px;}
