



/* 公共头部 */
.header{position: absolute; top: 0; backdrop-filter: blur(11px); z-index: 999; width: 100%;}
.header .container{}
.header-con{height: 8.875rem; }
.head-left{ width: 73.5%; }
.pc-logo{}
.pc-logo a img{display: block;}
.pc-nav{width: 63.5%;}
.pc-nav ul{display: flex; position: relative; justify-content: space-between;}
.pc-nav ul li { }
.pc-nav ul li h3{display: block; position: relative; font-size: 1.125rem; color: #fff; line-height: 8.875rem;}
.pc-nav ul li h3::after{content: ""; width: 1.375rem; height: 1.375rem; border-radius: 50%; background: #f24236; position: absolute; left: -0.375rem; top: 50%; z-index: -1; transform: translateY(-50%) scale(0); transition: all 0.4s ease; opacity: 0;}
.pc-nav ul li:hover h3::after,.pc-nav ul li.on h3::after {    transform: translateY(-50%) scale(1);    opacity: 1;}
.pc-nav ul li a{display: flex; align-items: center; }	
.pc-nav ul li i>img{display: block; margin-left: 0.5625rem; transition:0.6s}
.pc-nav ul li:hover i>img,.pc-nav ul li.on i>img{transform: rotate(180deg)}
.pc-nav ul li .subnav { box-shadow:1px 1px 10px rgba(0,0,0,0.1) ;border-top: 0.1875rem solid #f24236; width: 100%;position: absolute;top: 100%;left: 2%;transform: translateY(50px);opacity: 0; pointer-events: none;z-index: 10;transition: all 0.4s ease;background: #fff;right: 0;margin: 0 auto; 	 align-items: flex-start; }
.pc-nav ul li .subnav .list{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;padding-left: 7%;box-sizing: border-box; padding-top:2rem;flex-direction: column;}
.pc-nav ul li .subnav .list a{width: 100%;display: block;font-size: 17px;color: #595e67;font-family:"Microsoft YaHei";position: relative;padding-left: 6%;box-sizing: border-box;margin-bottom: 1.5rem;}
.pc-nav ul li .subnav .list a:before{content: "";width: 0.625rem;height: 0.625rem;border-radius: 50%;border: 0.0625rem solid #dbdbdb;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .list a:after{content: "";width: 0.375rem;height: 0.375rem;border-radius: 50%;background: #dbdbdb;position: absolute;left: 0.1875rem;top: 50%;transform: translateY(-50%);transition: all 0.4s ease;}
.pc-nav ul li .subnav .pic{width: 43.36%;height:15rem;overflow: hidden;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list a:hover{color: #f24236;}
.pc-nav ul li .subnav .list a:hover::before{border-color: #f24236;}
.pc-nav ul li .subnav .list a:hover::after{background: #f24236;}
.pc-nav ul li:hover .subnav {  transform: translateY(0);  opacity: 1;  pointer-events: auto;}
.ver {height:  1.625rem; }
.ver  a { font-size: 1rem; color: #fff;  line-height: 1.625rem; width: 7.625rem;height:  1.625rem;  position: relative; z-index: 2;}
.ver .ver-box {padding-top: 1.25rem;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.ver .ver-list { z-index: -1;background: #fff;position: absolute;width: 100%;  border-radius: 0.3125rem; box-sizing: border-box; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35);}
.ver .ver-list a {font-size: 1rem; color: #333; margin: 0.3125rem 0; display: block;transition: .5s; text-align: center;}
.ver .ver-list a:hover {background: #fff; color: #f24236;}
.ver .ver-list::after {content: ""; display: block; width: 0px; height: 0px; border: 0.75rem solid transparent; border-bottom-color: #fff; position: absolute; top: -1.375rem; left: 50%; margin-left: -0.6875rem;}
.ver:hover .ver-box {opacity: 1; visibility: visible; transform: translateY(0); }

/* 搜索 */
.heSearch{width: 3.75rem; border-left: 0.125rem solid rgba(255, 255, 255, 0.68); display: flex; justify-content: flex-end; margin-left: 1.4375rem;}
.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-color:#f24236; 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;}
.logoa{display: inline-block;}
.headfixed {position: fixed; top: 0; background: #151e4f; transition:0.6s}
.headfixed .header-con{height: 6.25rem;}
.headfixed .pc-nav ul li h3{line-height: 6.25rem;}




/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none;}
.mobmenu dl {transform: rotateY(180deg);width: 30px; cursor: pointer;}
.mobmenu dl dd {width: 0;height: 2px;background: #333;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {	margin: 6px 0;	width: 20px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
/* 导航头 */
.mobmenu h4 {color: #1a1a1a; margin-left: 10px; width: 32px;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 1.25rem; width: 50%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: 0.625rem 1.25rem;height: 4.375rem; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);}
.mobnavBox .top .logo {	width: 120px; }
.mobnavBox .top .logo img {display: block; width: 100%;}
.mobnavBox .top .mobnavclose {width: 1.875rem;height: 1.875rem;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 1.25rem;height: 0.125rem;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 0.125rem;height: 1.25rem;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
.mobsearch {margin-top: 1.875rem;}
.mobsearch form input {width: calc(100% - 3.25rem);line-height: 2.5rem;border: 1px solid #dbdbdb;border-radius: 0.125rem;padding: 0 0.75rem;font-size: 0.875rem;}
.mobsearch form button {width: 2.625rem;height: 2.625rem;background: #0063DB;color: #fff;border-radius: 0.125rem;font-size: 0.875rem; border: 0; }
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* 导航内容 */
.mobnavBox .bottom {padding: 0.375rem 0;}
.mobnavBox .bottom .nav li {margin: 1.5rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between;}
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #1a1a1a;padding-left: 0.25rem;}
.mobnavBox .bottom .nav li h3 i {display: block;width: 1.875rem;height: 1.875rem;line-height: 2rem;color: #333;text-align: center;font-size: 0.75rem; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 0.3125rem;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {display: block;margin: 0.625rem 0;padding-left: 1.25rem;position: relative; }
.mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 0.5rem;height: 0.5rem;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 0.25rem;top: 0.4375rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 0.25rem;height: 0.25rem;background: #CCCCCC; border-radius: 50%; position: absolute; left: 0.4375rem;top: 0.625rem;transition: all 0.4s;}
.mobnavBox .bottom .nav li.on h3 a{color: #0063DB;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #0063DB;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover{color: #0063DB;}
.mobnavBox .bottom .nav li .m-subnav a:hover{color: #f24236;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before{border-color: #f24236;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after{background: #f24236;}
/* 导航联系方式 */
.mobinfo {margin-top: 1.25rem;}
.mobinfo h2 { color: #1a1a1a; font-weight: 700;}
.mobinfo dl dd {display: flex;margin-top: 0.625rem;}
.mobinfo dl dd i {width: 1.25rem;height: 1.25rem;display: flex;align-items: center;justify-content: center;}
.mobinfo dl dd i img {display: inline-block; width: 1rem}
.mobinfo dl dd p {width: calc(100% - 0.875rem);padding-left: 0.625rem;color: #666; }
.mobinfo dl dd p a {color: #666; }
.mobinfo dl dd p a:hover{color: #0063DB;}

/*手机导航按钮*/
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}


.wapheader-zw{display: none;}


/* banner */
.banner{overflow: hidden;height:62.4375rem;}
.bannerSwiper {position: relative; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;}
.banner .imgBox {height:62.4375rem; }
.banner .imgBox .container{ position: absolute; left: 0; right: 0; margin: auto;  color: #fff; }
.banner .imgBox h2{display: block; font-size: 4.375rem;  line-height: 4.375rem; font-family: "PFBold"; margin-bottom: 1.25rem;}
.banner .imgBox h3{display: block; font-size: 2.65rem;  line-height: 4.375rem; font-family: "PFBold"; margin-bottom: 5.125rem;}
.banner .imgBox a{ position: relative; transition:0.6s; display: block; width: 185px;background: #0063DB;border-radius: 0.3125rem;  font-size: 1.125rem; line-height: 4.0625rem;  color: #fff; text-indent: 2.3125rem;}
.banner .imgBox a:after{transition:0.6s; position: absolute; content: ''; background: url(../images/banner-more.png) no-repeat right 2.3125rem center; width: 100%;  height: 100%; right: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.banner .imgBox a:hover{text-indent: 1.6rem;  background: #f24236; }
.banner .imgBox a:hover:after{background: url(../images/banner-more.png) no-repeat right 1.6rem center;}
#bannerjt{display: none;}
.banner-next img{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}



/* 产品分类 */
.pro-bg{background: url(../images/product-bg.jpg) no-repeat center bottom; background-size: cover;  padding-bottom: 5.375rem;}
.proclass-box{ box-shadow: 0px 8px 32px 0px rgba(226,225,225,0.45); background: #fff; position: relative;  top: -8rem; z-index: 2; padding: 0 3%; box-sizing: border-box;}
.proclass-list{overflow: hidden; height: 14.5625rem;}
.proclass-list ul {display: flex; justify-content: space-around;}
.proclass-list ul li{ display: flex;  align-items: center; justify-content: center; position: relative;}
.proclass-list ul li:after{position: absolute; content: ''; width: 0; height: 0.4375rem;background: #f24236;border-radius: 0.25rem; bottom: 0; transition:0.6s; left: 50%;}
.proclass-list ul li .icon {margin-bottom: 0.6875rem;  display: flex; align-items: center; justify-content: center;}
.proclass-list ul li .icon img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
.proclass-list ul li  em{display: block; font-size: 1.1875rem; color: #777; font-family: "PFBold"; text-align: center;}
.proclass-list ul li:hover:after{width: 100%; left: 0;}
.proclass-list ul li:hover .icon img{filter:invert(70%) sepia(6%) saturate(7001%) hue-rotate(186deg) brightness(82%) contrast(90%)}
.proclass-list ul li:hover  em{color: #0063DB;}
#proclass-num{display: none;}
.index-title{text-align: center; padding-bottom: 4.0625rem;}
.index-title strong{display: block; font-size: 3.75rem; color: #333; font-family: "PFBold"; margin-bottom: 0.5rem;}
.index-title i{display: block; width: 4.1875rem;height: 0.3125rem;background: #f24236;border-radius: 0.1875rem; margin: 0 auto;}
.product-list{position: relative; overflow: hidden; padding-bottom: 5.5625rem;}
.product-list ul {display: flex; align-items: center;}
.product-list ul li{text-align: center; background: #fff; transition:0.6s; transform: scale(.88); padding: 1.3rem 0;}
.product-list ul li .pic{overflow: hidden;}
.product-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;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li strong{ font-size: 1.5rem; color: #333; font-family: "PFBold"; }
.product-list ul li span{display: block; font-size: 1rem; color: #777;}
.product-list ul li.swiper-slide-active, .product-list ul li:hover{transform: scale(1);}
.product-list ul li .more{opacity: 0; position: absolute; content: ''; width: 3.6875rem; height: 3.6875rem; background: #f24236; display: flex; align-items: center; justify-content: center; left: 0; right: 0; margin: auto; bottom: -1.8125rem; z-index: 2;top: 25rem;}
.product-list ul li .more img{display: block; transition:0.6s}
.product-list ul li.swiper-slide-active .more,.product-list ul li:hover .more{opacity: 1;}



.product-list ul li:hover .more img{ transform: rotate(90deg);-ms-transform: rotate(90deg); /* IE 9 */-webkit-transform: rotate(90deg); /* Safari and Chrome */}
#product-num{display: none;}
.index-more a{ position: relative; transition:0.6s; display: block; width: 14.375rem;background: #0063DB;border-radius: 0.3125rem;  font-size: 1.0625rem; line-height: 4.0625rem;  color: #fff; text-indent: 2.5rem; margin: 0 auto;}
.index-more a:after{transition:0.6s; position: absolute; content: ''; background: url(../images/index-more.png) no-repeat right 2.5rem center; width: 100%;  height: 100%; right: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.index-more a:hover{text-indent: 2rem;  background: #f24236; }
.index-more a:hover:after{background: url(../images/index-more.png) no-repeat right 2rem center;}


/* 关于 */
.about-box{display: flex;}
.about-bg,.about-bg2{width: 50%; }
.about-bg img,.about-bg2 img{display: block; width: 100%; transition:0.6s}
.about-bg2{position: relative;}
.about-info{width: 72%; margin-left: 10%; position: absolute; top: 0; bottom: 0;  display: flex;    justify-content: center;    flex-direction: column;}
.about-info .index-title{text-align: left; padding-bottom: 3.625rem;}
.about-info .index-title strong{color: #766; margin-bottom: 0.875rem;}
.about-info .index-title i{margin-left: 0;}
.about-info p{display: block; font-size: 1rem; line-height: 2.125rem; color: #d2d2d2; margin-bottom: 5.375rem; }
.about-more a{margin-left: 0; width: 11.5rem;}



/* 业绩案例 */
.case{padding: 4.6875rem 0 5.5rem;}
.case .container-s{max-width:1822px;margin:0 auto}
.case .index-title{padding-bottom: 3.875rem;}
.case-box{position: relative; margin-bottom: 4rem; }
.case-list{max-width: 1700px;margin: 0 auto; overflow: hidden; padding: 0.625rem;}
.case-list ul li{box-shadow: 0px 0px 0.8125rem 0px rgba(61,61,61,0.07); }
.case-list ul li .pic{overflow: hidden; position: relative;}
.case-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;}
.case-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;}
.case-list ul li .name{display: flex; align-items: center; justify-content: center; height: 7.5rem;}
.case-list ul li .name h3{display: block; font-size: 1.5rem; color: #333333; font-family: "PFBold"; line-height: 1.625rem; text-align: center;}
.case-list ul li .hide{transition:0.6s; position: absolute; content: ''; width: 100%; height: 100%; background: rgba(52, 85, 157, 0.85); z-index: 2; z-index: 2; bottom: 0; opacity: 0;}
.case-list ul li .hide>img{transform: translate(-50%,20%); transition:0.6s; position: absolute; left: 50%;   top: 50%; width: 14.5%;}
.case-list ul li:hover .hide{opacity: 1;}
.case-list ul li:hover .hide>img{    transform: translate(-50%,-50%);}
#case-num{display: none;}
.index-prev,.index-next{}
.index-prev{background: url(../images/index-arrow.png) no-repeat center; left: 0;}
.index-next{background: url(../images/index-arrow.png) no-repeat center;  transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 0;}
.index-prev:hover{background: url(../images/index-arrow2.png) no-repeat center; }
.index-next:hover{background: url(../images/index-arrow2.png) no-repeat center;  }


/* 活动及贸易展览 */
.news{background: #f9f9f9; padding: 5rem 0 12.125rem;}
.news .container-s{max-width:1822px;margin:0 auto}
.news .index-title{padding-bottom: 4.8125rem;}
.news-box{position: relative; }
.news-list{max-width: 1700px;margin: 0 auto; overflow: hidden; margin-bottom: 3.75rem;}
.news-list ul li a{background: #fff; display: flex;  padding: 1.6875rem 2.7%; box-sizing: border-box; align-items: center;}
.news-list ul li .pic{overflow: hidden; width: 43.5%; margin-right: 4%;}
.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{width: 50%;}
.news-list ul li span{display: block; font-size: 1rem; color: #666; margin-bottom: 0.875rem;}
.news-list ul li strong{ font-size: 1.5rem; color: #333; font-family: "PFBold"; margin-bottom: 0.625rem;}
.news-list ul li p{ font-size: 1rem; line-height: 1.875rem; color: #666; margin-bottom: 1.5rem;}
.news-list ul li em{display: block; font-size: 1rem; color: #999;}
.news-list ul li em>img{display: inline-block; vertical-align: middle; margin-left: 0.625rem;}
.news-list ul li:hover strong{color: #0063DB;}
#news-num{display: none;}



/* 公共底部 */
.footer{background: #151e4f; }
.footer .container{position: relative;}

.message{position: absolute; top: -6.25rem; z-index: 2; left: 0; width: 100%; padding: 0 4.8% 0 7%; box-sizing: border-box; background: url(../images/message-bg.jpg) no-repeat center;  height: 12.5rem; display: flex; align-items: center; justify-content: space-between; border-radius: 0.625rem;}
.message .info{width: 52%;}
.message .info em{display: block; font-size: 2.25rem; color: #fff; font-family: "PFBold";}
.message .info span{display: block; font-size: 1.125rem; color: #fff; }
.mess-form{ height: 4rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.125rem solid #fff; width: 36%; padding: 0 1%; box-sizing: border-box;}
.mess-form input{background: transparent; font-family: "PFBold"; outline: none; border: none; line-height: 4rem;}
.mess-form .text{display: block; font-size: 1.125rem; color: #fff; }
.mess-form .text::placeholder {   color: #fff;}
.mess-form .submit{background: url(../images/mess-icon.png) no-repeat center; height: 100%; width: 28px; cursor: pointer;}
.foot-box{padding: 12.5rem 0 0;display: flex; }
.foot-logo{margin-right: 9%; margin-left:2%;}
.foot-nav{margin-top: 1.0625rem;width: 82%;}
.foot-nav ul{display: flex;}
.foot-nav dt{display: block; font-size: 1.25rem; color: #fff; position: relative; line-height: 1.25rem; height: 2.5rem;  font-family: "PFBold"; margin-bottom: 1.875rem;}
.foot-nav dt:after{position: absolute; content: ''; width: 1.375rem; height: 0.0625rem; background: rgba(160,160,160,0.38); bottom: 0; left: 0;}
.foot-nav dd{display: block; font-size: 1rem; line-height: 2.375rem; color: #aaaaaa;}
.foot-nav dd a{color: #aaaaaa;}
.foot-nav ul li{}
.foot-nav ul li.item1{margin-right: 5%;}
.foot-nav ul li.item2{width: 30%; margin-right: 5%;}
.foot-nav ul li.item2 div{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-nav ul li.item2 div dd{width: 100%;}
.foot-nav ul li.item3{margin-right: 7%;}
.foot-nav ul li.item3 dd{display: flex; align-items: flex-start; line-height: 1.5rem; margin-bottom: 0.875rem;}
.foot-nav ul li.item3 dd>img{display: inline-block; margin-right: 0.375rem; vertical-align: middle; margin-top: 0.3rem; }
.foot-back{display: flex; justify-content: flex-end; margin-bottom: 1.5rem; cursor: pointer;}
.foot-back a{width: 3.0625rem;height: 3.0625rem;background: #f24236;border-radius: 0.1875rem;}
.foot-copy{border-top: 0.0625rem solid rgba(255,225,225,0.04); padding: 2rem 0;}
.foot-copy p{display: block; font-size: 0.875rem; color: #ADADAD;}
.foot-copy a{color: #ADADAD;}
.foot-copy a:hover{color: #fff;}
.foot-nav dd a:hover{color: #fff;}






/*侧边栏留言表单*/
.sidequotebtn{
	position: fixed;
	right: 0;
	top: 80%; transform: translateY(-50%);
	z-index: 9999;
}
.circle dl,
.circle dd{
	width: 90px !important;
    height: 90px !important;
}
.sidequotebtn dt{
	width: 55px !important;
    height: 55px !important;
}



/*圆形图标扩散效果*/
.circle dl{
  width:120px;
  height:120px;
  position:relative;
  margin:0 auto;
}
.circle dd{
  width:120px;
  height:120px;
  position:absolute;
  top:0%;
  left:0%;
  transform:scale(0);
  border-radius:50%;
  background: linear-gradient(180deg, #e5801f , #d6222b);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -webkit-animation:circleScale 4s linear infinite;
  -moz-animation:circleScale 4s linear infinite;
  -ms-animation:circleScale 4s linear infinite;
  animation:circleScale 4s linear infinite;
}
.circle dd:nth-of-type(2){
  animation-delay:1s;
}
.circle dd:nth-of-type(3){
  animation-delay:2s;
}
.circle dd:nth-of-type(4){
  animation-delay:3s;
}
.circle dt{
  cursor:pointer;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:60px;
  height:60px;
  background: linear-gradient(180deg, #e5801f , #d6222b);
  border-radius:50%;
}
.circle dt i{
	color: #FFFFFF;
	margin-left: 4px;
	font-size: 15px;
}

/*按钮持续扩散*/
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.sidequote{
	width: 400px;
	position: fixed;
	z-index: 9999999;
	bottom: 10px;
	right: 10px;
	border-radius: 10px;
	background: #fff;
	background-size: cover;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	padding: 30px;
	transform-origin: bottom right;
	transform: scale(0);
	transition: all 0.3s;
	box-sizing: border-box;
}
.sidequote .close_btn{
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #d6222b;
	cursor: pointer;
}
.sidequote .summary h2{
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 10px;
	color: #1a1a1a;
}
.sidequote .summary p{
	font-size: 14px;
	line-height: 22px;
}
.sidequote form{
	display: block;
}
.sidequote form dl dd{
	margin-top: 15px;
}
.sidequote form dl dd span{
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.sidequote form dl dd span i{
	color: #d6222b;
	font-size: 14px;
	padding-left: 4px;
}
.sidequote form dl dd input{
	box-sizing: border-box;
	display: block;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	width: 100%;
	line-height: 40px;
	color: #333;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 14px;
}
.sidequote form dl dd textarea{
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	height: 100px;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 22px;
}
.sidequote form dl dd input:focus,
.sidequote form dl dd textarea:focus{
	border-color: #e5801f;
}
.sidequote form dl dt{
	margin-top: 20px;
}
.sidequote form dl dt .sitebtn{
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 42px;
	cursor: pointer;
	border: none;
	cursor: pointer;
}

.sitebtn{
	display: block;
	border-radius:4px;
	background-image: linear-gradient(135deg, #e5801f 0%, #e6291e 50%, #e5801f 100%);
	overflow: hidden;
    background-size: 200% auto;
    color: #fff;
    text-align: center;
    font-family: LDR;
}
.sitebtn:hover{
	background-position: right center;
}
.sidequote.show{
	transform: scale(1);
}
.sidebar .top-back{
	transition: all 0.4s;
}

.sidebar.show {
	opacity: 1;
}



/* 内页banner */
.ny-banner{height: 34.5rem; }
.ny-banner .container{display: flex; align-items: center; justify-content: center; height: 100%;}
.banner-title{text-align: center; }
.banner-title em{display: block; font-size: 3.375rem; line-height: 3.375rem; color: #fff;  font-family: "PFBold"; position: relative; z-index: 2;}
.banner-title span{display: block; line-height: 2.5rem;font-size: 3.375rem; color: rgba(255, 255, 255, 0.08); font-family: "PFBold"; position: relative; top:-1.125rem; text-transform: uppercase;  z-index: 1;}
.ny-banner .container{position: relative;}
.ny-banner .position{position: absolute; bottom: 1.6875rem; left: 0; color: #fff;}
.ny-banner .position a{display: inline-block; font-size: 1.0625rem; color: #fff;}


/* 内页公共底部 */
.ny-message{position: relative; top: 0; border-radius: 0; padding: 0; display: block;}
.ny-message .container{display: flex; justify-content: space-around;  align-items: center; height: 12.5rem;}
.ny-footer .foot-box{padding: 6.0625rem 0 0;}



/* 内页产品列表页 */
.product-box{display: flex; justify-content: space-between; align-items: flex-start}
.ny-left{width: 294px; position: sticky; top: 120px}
.ny-left,.ny-right{padding: 5.4375rem 0 10rem;}
.pro-search{width: 100%; background: #f5f5f5; display: flex; justify-content: space-between; align-items: center; line-height: 3.75rem; height: 3.75rem; padding: 0 6.8%; box-sizing: border-box; margin-bottom: 3.25rem; }
.pro-search input{outline: none; border: none; }
.pro-search .text{display: block; font-size: 0.9375rem; color: #666; width: calc(100% - 30px); line-height: 3.75rem; background: transparent;}
.pro-search .text::placeholder{color: #666;}
.pro-search .submit{ background: url(../images/pro-search.png) no-repeat center; width: 18px; height: 100%;}
.left-title em{display: block; border-top: 0.0625rem solid #eee; font-size: 1.875rem; color: #0063DB; font-family: "PFBold"; padding-top: 2.1875rem; margin-bottom: 2.25rem;}
.pro-class .ctitle1{}
.pro-class .ctitle1>li{ border-bottom: 0.0625rem solid #eee;}
.pro-class .ctitle1>li>h3{transition:0.6s; display: flex; align-items: center; justify-content: space-between;  padding: 0 0.375rem; box-sizing: border-box;}
.pro-class .ctitle1>li>h3>a{display: block; font-size: 1.125rem; line-height: 3.3125rem; color: #333; font-family: "PFBold";}
.pro-class .ctitle1 li>h3>i{display: block;width: 20px;height: 20px;position: relative;cursor: pointer;}
.pro-class .ctitle1>li>h3>i:before,.pro-class .ctitle1>li>h3>i:after{content: "";background: #04061e;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pro-class .ctitle1>li>h3>i:before{width: 10px;height: 2px;}
.pro-class .ctitle1>li>h3>i:after{width: 2px;height: 10px;}
.pro-class .ctitle1>li>h3>i.on{	transform: rotate(135deg);}
.pro-class .ctitle1>li:hover>h3>i:before,.pro-class .ctitle1>li:hover>h3>i:after{background: #fff;}
.pro-class .ctitle1>li:hover>h3{background: #0063DB; color: #fff; border-radius: 1.5625rem; }
.pro-class .ctitle1>li:hover>h3>a{color: #fff;}
.pro-class .ctitle2{display: none;padding: 1.75rem 0 1.5625rem 1.25rem;}
.pro-class .ctitle2>li{margin-bottom: 0.8125rem;}
.pro-class .ctitle2>li>a{display: block; font-size: 1.125rem; color: #333; position: relative; padding-left: 1.375rem;}


.pro-class .ctitle2>li>a:before{content: "";width: 10px;height: 10px;border: 1px solid #dfdfdf;border-radius: 50%;position: absolute;left: 0;top: 5px;transition: all 0.4s;}
.pro-class .ctitle2>li>a:after{content: "";width: 6px;height: 6px;background: #dfdfdf;border-radius: 50%;position: absolute;left: 3px;top: 8px;transition: all 0.4s;}
.pro-class .ctitle2>li>a:hover,
.pro-class .ctitle2>li>a.on{	color: #f24236;}
.pro-class .ctitle2>li>a:hover:before,
.pro-class .ctitle2>li>a.on:before{	border-color: #f24236;}
.pro-class .ctitle2>li>a:hover:after,
.pro-class .ctitle2>li>a.on:after{	background: #f24236;}


.ny-right{width: calc(100% - 340px); padding-left: 3.25%; border-left: 0.0625rem solid #eee; box-sizing: border-box;}
.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; padding-bottom: 2.5rem; transition:0.6s}
.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 strong{font-size: 1.5rem; color: #333; font-family: "PFBold"; margin-bottom: 0.25rem;}
.nypro-list ul li p{display: block; font-size: 1rem; color: #777; margin-bottom: 1.5625rem;}
.nypro-list ul li .pro-btn{display: flex; justify-content: center;}
.nypro-list ul li em{border-radius:5px;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{border-radius:5px;display: flex; align-items: center; justify-content: center; width: 2.8125rem;height: 2.5rem;background: #d91f15;}
.nypro-list ul li:hover{background: #f9f9f9; border-color: #0063DB;}
.nypro-list ul li:hover em{background: #0063DB;}



/* 内页产品详情页 */
.ny-header{position: fixed; box-shadow: 0px 0px 73px 0px rgba(226,225,224,0.42); background: #fff;}
.ny-headzw{height: 8.5rem;}
.ny-header .pc-nav ul li h3{color: #666;}
.ny-header .pc-nav ul li i>img{filter: invert(44%) sepia(0%) saturate(57%) hue-rotate(143deg) brightness(89%) contrast(91%);}
.ny-header .ver a{color: #333;}
.ny-header .ver img{filter: invert(44%) sepia(0%) saturate(57%) hue-rotate(143deg) brightness(89%) contrast(91%);}
.ny-header .heSearch{border-left: 0.125rem solid #c5c5c5;}
.ny-header .heSearch .seBox img{filter: invert(53%) sepia(49%) saturate(0%) hue-rotate(144deg) brightness(101%) contrast(95%);}
.pro-position{border-bottom: 0.0625rem solid rgba(170,170,170,0.38); padding: 1.875rem 0; margin-bottom: 3.875rem;}
.pro-position span{display: block; font-size: 1.0625rem; color: #333; } 
.pro-position a{color: #333;}


.pro-xq .container{max-width:1461px;margin:0 auto}
.proxq-box{margin-bottom: 7.6875rem;}
.proxq-box{display: flex; justify-content: space-between;}
.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{display: none;}

.propic-small ul li{background: #fff; position: relative;}
.propic-small ul li:after{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(52, 85, 157, 0.85); 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: 3rem; 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: 22.5%; font-size: 1.0625rem; line-height: 3.4375rem; background: #0063DB; border-radius: 0.3125rem; text-align: center; color: #fff; }
.proxq-btn a.order{background: #f24236; 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: #f2372a;}
.proxq-btn a:before{background: #254b9d;}
.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: #e6291e;border-color: #e6291e;}
.proxq-arrow a:hover i svg path{	fill: #ffffff;}
.proxq-arrow a:hover h5{color: #e6291e;}

.peculiarity{margin-bottom: 4.875rem;}
.peculiarity-title strong{display: block; font-size: 2.25rem; color: #333; text-indent: 0.4375rem; border-bottom: 0.0625rem solid #ddd; padding-bottom: 1.125rem; margin-bottom: 1.875rem; font-family: "PFBold";}
.proInquiry{background: url(../images/order-mess.jpg) no-repeat center bottom;    padding: 4.125rem 7.3% 5.1875rem; box-sizing: border-box; border-radius: 0.625rem;box-shadow: 0px 0px 73px 0px rgba(226,225,224,0.42); }
.proxq-title strong{display: block; font-family: "PFBold"; font-size: 3.125rem; color: #333; text-align: center; padding-bottom: 4.375rem;}
.order-mess dl dd{display: flex; justify-content: space-between; align-items: center;}
.order-mess input,.order-mess textarea,.order-mess dt input{display: block; outline: none; border:none; background: #f6f6f6;border-radius: 0.3125rem; font-family: "PFMedium"; font-size: 1rem;  text-indent: 2rem;}
.order-mess dt input{background: #f24236;}
.order-mess dl dd{margin-bottom: 1.25rem;}
.order-mess dl dd input{ line-height: 4.5625rem; width: 31%;} 
.order-mess dl dd input::placeholder,.order-mess textarea::placeholder{color: #666; }
.order-mess dl dd.textarea{width: 100%;}
.order-mess dl dd textarea{width: 100%; height: 13.125rem; padding: 2.3125rem 0; box-sizing: border-box;}
.order-mess dl dt{display: flex; align-items: center; justify-content: center;}
.order-mess dl dt .submit{width: 10.8125rem; color: #fff; line-height: 3.4375rem; text-indent: 0;}
.pro-recom{padding: 5.875rem 0 8.8125rem;}
.recom-box{position: relative;}
.recom-list{max-width: 1461px; margin: 0 auto; overflow: hidden; padding: 0.625rem; box-sizing: border-box;}
#recom-num{display: none;}
.recom-list ul li{}
.recom-list ul li .pic{overflow: hidden; box-shadow: 0px 0px 0.875rem 0px rgba(226,225,224,0.42); margin-bottom: 1.9375rem; }
.recom-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;}
.recom-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;}
.recom-list ul li em{display: block; font-size: 1.25rem; color: #333; font-family: "PFBold"; text-align: center;}
.recom-list ul li:hover em{color: #0063DB;}
#recom-prev,#recom-next{top: 38%; transition:0.6s; height: 2.75rem; width: 2.75rem; border-radius: 0.25rem;   border: 0.125rem solid #CCCCCC; opacity: 0.35; display: flex; align-items: center; justify-content: center;}
#recom-prev svg{transform: rotate(180deg);}
#recom-prev:hover,#recom-next:hover{background: #f24236; border-color: #f24236; opacity: 1;}
#recom-prev:hover svg,#recom-next:hover svg{fill: #ffffff;}




/* 内页案例列表页 */
.public-listmain{padding: 3.625rem 0 5.75rem;}
.case-class{margin-bottom: 4rem;}
.case-class .ctitle1{display: flex; align-items: center; justify-content: center;}
.case-class .ctitle1 li{margin: 0 1%;}
.case-class .ctitle1 li a{transition:0.6s; display: block; font-size: 1.125rem; line-height: 3.25rem; color: #333;  font-family: "PFBold"; background: #f5f5f5; border-radius: 1.625rem; padding: 0 2.1875rem;}
.case-class .ctitle1 li:hover a,.case-class .ctitle1 li.on a{background: #d91f15; color: #fff;}
.nycase-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nycase-list ul:after{content: ''; width: 23.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; height: 7.5rem;}
.nycase-list ul li .name h3{display: block; font-size: 1.5rem; color: #333333; font-family: "PFBold"; line-height: 1.625rem; text-align: center;}
.nycase-list ul li .hide{transition:0.6s; position: absolute; content: ''; width: 100%; height: 100%; background: rgba(52, 85, 157, 0.85); 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%);} */

.nynews-main{display: flex; justify-content: space-between; align-items: flex-start;}
.news-left{width: 65.5%;}
.nynews-list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.nynews-list ul:after{content: ''; width: 47%;}
.nynews-list ul li{width: 47%; box-shadow: 0px 0px 30px 0px rgba(226,225,224,0.42);  margin-bottom: 4.125rem;}
.nynews-list ul li .pic{overflow: hidden;}
.nynews-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;}
.nynews-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;}
.nynews-list ul li .info{padding:  2.5rem 6% 2.25rem;}
.nynews-list ul li .info span{display: block; font-size: 0.8125rem; color: #666; margin-bottom: 0.4375rem;}
.nynews-list ul li .info strong{display: block; font-size: 1.125rem; color: #333; margin-bottom: 0.75rem;}
.nynews-list ul li .info p{display: block; font-size: 0.9375rem; line-height: 1.5625rem; color: #666; margin-bottom: 1.9375rem;}
.nynews-list ul li .info em{transition:0.6s; display: block; width: 6.5625rem;line-height: 2.625rem;border: 1px solid #dddddd;border-radius: 0.3125rem; font-size: 0.8125rem;  color: #999;  text-align: center;}
.nynews-list ul li .info em>img{display: inline-block; margin-left: 0.5rem;}
.nynews-list ul li:hover .info em{background: #f24236; border-color: #f24236; color: #fff;}
.nynews-list ul li:hover .info em>img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.news-right{width: 26.68%; border-radius: 0.3125rem; position: sticky;top:120px;box-shadow: 0px 0px 30px 0px rgba(226,225,224,0.42); padding: 2.1875rem 3% 3.4375rem; box-sizing: border-box;}
.news-right:after{position: absolute; content: '';  width: 68%;height: 0.4375rem;background: linear-gradient(99deg,#d6222b 0%, #e47b20 100%);border-radius: 0.25rem;  bottom: -0.1875rem;left: 0; right: 0; margin: auto;}
.recom-news strong{display: block; font-size: 1.625rem; color: #333; margin-bottom: 2.1875rem;}
.recomnews-list ul li{margin-bottom: 1.875rem;}
.recomnews-list ul li a{display: flex; align-items: center; }
.recomnews-list ul li .pic{width: 44%; overflow: hidden; border-radius: 0.3125rem; margin-right: 5%;}
.recomnews-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;}
.recomnews-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;}
.recomnews-list ul li .info{width: 51%;}
.recomnews-list ul li em{display: block; font-size: 0.875rem; color: #999; margin-bottom: 0.4375rem;}
.recomnews-list ul li strong{display: block; font-size: 1.125rem; line-height: 1.625rem; color: #333;}
.recomnews-list ul li:hover strong{color: #0063DB;}



/* 新闻详情页 */
.news-xq{width: 100%; border-radius: 0.625rem;box-shadow: 0px 0px 40px 0px rgba(227, 226, 225, 0.42); margin-bottom: 6.0625rem; padding: 5.3125rem 6.3% 4.1875rem; box-sizing: border-box;}
.newsxq-title{border-bottom: 0.0625rem solid #ddd; padding-bottom: 2.8125rem; margin-bottom: 2.8125rem;}
.newsxq-title strong{display: block; font-size: 2.5rem; color: #333; margin-bottom: 0.3125rem;}
.newsxq-title span{display: block; font-size: 1rem; color: #777;}



/* 内页关于我们 */
.ny-abouttitle{margin-bottom: 2.4375rem;}
.ny-abouttitle em{display: block; font-size: 2.5rem; color: #333; margin-bottom: 0.3125rem;}
.ny-abouttitle strong{display: block; font-size: 2.625rem; color: #333;}
.ny-abouttitle span{display: block; font-size: 1.0625rem; color: #fff;}
.nyabout-box{display: flex;  justify-content: space-between; align-items: center;}
.nyabout-pic{width: 47%;}
.nyabout-pic img{display: block; width: 100%; border-radius: 0.5rem}
.nyabout-info{width: 48%;}
.nyabout-info strong{display: block; font-size: 2.625rem; color: #333; margin-bottom: 1.5rem;}
.nyabout-info p{display: block; font-size: 1rem; line-height: 1.875rem; color: #666; margin-bottom: 1.625rem;}
.nyabout-info p:last-child{margin-bottom: 0;}
.about-ys{display: flex; justify-content: space-between;}
.about-ys .pic{background-size: cover!important;}
.about-ys .pic,.about-ys .info{width: 50%; height: 45.9375rem;}
.about-ys .info{background: #0063DB; display: flex; align-items: center; }
.about-ys .info .text{width: 79%; color: #fff; padding-left: 8.8%; box-sizing: border-box;}
.about-ys .info .ny-abouttitle{border-bottom: 0.125rem solid rgba(255, 255, 255, 0.13); padding-bottom: 2.0625rem; margin-bottom: 0;}
.about-ys .info .ny-abouttitle em{color: #fff;}
.about-ys .info .ny-abouttitle strong{color: #fff;}
.about-ys .info .ny-abouttitle span{color: #fff;}
.ys-list ul li{padding:  1.75rem 0; border-bottom: 0.125rem solid rgba(255, 255, 255, 0.13); }
.ys-list ul li .top{display: flex; align-items: center;}
.ys-list ul li i{display: flex; align-items: center; justify-content: center; width: 1.8125rem; height: 1.8125rem; border-radius: 50%; background: #f34c40; margin-right: 0.875rem;}
.ys-list ul li .top.on i{transform: rotate(180deg)}
.ys-list ul li strong{display: block; font-size: 1.375rem; }
.ys-list ul li p{display: block; font-size: 1rem; color: #fff; padding-left: 2.6875rem}
.ys-list ul li .bottom{display: none;}
.equipment .container-s{max-width: 1769px;}
.equipment {padding: 7.4375rem 0 10.9375rem;}
.equipment .ny-abouttitle{text-align: center;}
.equipment .ny-abouttitle strong{margin-bottom: 0.75rem;}
.equipment .ny-abouttitle span{color: #666; max-width: 1224px; margin: 0 auto;}
.equipment-box{position: relative;}
.equipment-list{overflow: hidden; max-width: 1600px; margin: 0 auto;}
.equipment-list ul li .pic {overflow: hidden;}
.equipment-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;}
.equipment-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
#equipment-prev,#equipment-next{width: 4rem; height: 4rem; border-radius: 50%; background: url(../images/equipment-arrow.png) no-repeat center #e4e4e4;}
#equipment-prev{ left: 0;}
#equipment-next{transform: rotate(180deg); right: 0;}
#equipment-num{bottom: -4.1875rem;}
#equipment-num .swiper-pagination-bullet{opacity: 1; background: #dfdfdf; width: 0.6875rem; height: 0.6875rem;}
#equipment-num .swiper-pagination-bullet-active{background: #f34c40;}


/* 内页荣誉资质列表页 */
.honor .ny-abouttitle{text-align: center;}
.honor .ny-abouttitle em{color: #f24236;}
.honor .ny-abouttitle strong{margin-bottom: 0.75rem;}
.honor .ny-abouttitle span{color: #666; max-width: 1224px; margin: 0 auto;}
.honor-list ul{display: flex; flex-wrap: wrap; justify-content: space-between; height:auto!important }
.honor-list ul:after{content: ''; width: 22.5%;}
.honor-list ul a{width: 22.5%!important; margin-bottom: 3.9375rem; height:auto!important }
.honor-list ul a .pic{overflow: hidden; background: #f6f6f6 }
.honor-list ul a .pic img{display: block; width: 100%; transform: scale3d(0.9,0.9,1); -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.honor-list ul a:hover .pic img{-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.honor-list ul a em{display: block; font-size: 1.25rem; color: #333; text-align: center; line-height: 4.375rem;}



/* 内页联系我们 */
.contact-box{display: flex; padding: 4rem 0; justify-content: space-around; align-items: center; box-shadow: 0px 0px 73px 0px rgba(227, 226, 225, 0.42); }
.contact-left{width: 48%;}
.contact-right{width: 36.5%;}
.contact-left .ny-abouttitle span{color: #666; }
.contact-mess dl{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-mess dd{width: 49%; margin-bottom: 1rem;}
.contact-mess input,.contact-mess textarea{display: block; outline: none;  background: #f5f5f5;border-radius: 0.3125rem; font-family: "PFMedium"; font-size: 1rem;  text-indent: 2rem; line-height: 3.4375rem; width: 100%; border: 0.0625rem solid #ddd; box-sizing: border-box;}
.contact-mess input::placeholder,.contact-mess textarea::placeholder{color: #919191; }
.contact-mess dl dd.item{width: 100%; margin-bottom: 2.5rem;}
.contact-mess textarea{height: 11.0625rem; line-height: 1.625rem; padding: 0.8125rem 0;}
.contact-mess dl dt input{width: 11.3125rem; background: #f34c40; text-indent: 0; border: none;}

.contact-right{background: url(../images/contact-right.jpg) no-repeat center; border-radius: 0.375rem; height: 38.125rem; padding: 4.3125rem 3% 3.8125rem; box-sizing: border-box;}
/*.contact-title{margin-bottom: 1.8125rem;}*/
.contact-title strong{display: block; font-size: 1.75rem; line-height: 1.75rem; height: 3rem; position: relative; color: #fff; margin-bottom: 1.125rem;}
.contact-title strong:after{position: absolute; content: ''; width: 3.0625rem; height: 0.125rem; background: #fff; bottom: 0; left: 0;}
.contact-title p{display: block; font-size: 1rem; color: #fff;}
.contact-list dl{padding: 1.375rem 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.0625rem dashed rgba(183, 206, 255, 0.21);}
.contact-list dl dt{width: 2.6875rem; }
.contact-list dl dt img{display: block; width: 100%;}
.contact-list dl dd{width: 84%;}
.contact-list dl dd em{display: block; font-size: 0.9375rem; color: #b7ceff;}
.contact-list dl dd b{display: block; font-size: 1.25rem; color: #fff; font-weight: normal;}
.contact-list dl dd span{display: block; font-size: 1rem; color: #fff; }





/* 分页 */
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a { border: 0.06rem solid #eee; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; transition: .4s; margin:5px;  padding: 5px 13px;}
.fy a:hover {color: #fff; background: #0063DB;}
.fy .layui-laypage-curr {color: #fff; background: #0063DB; font-size: 14px;  margin: 0 5px; padding: 5px 13px;}



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





/* 2023.12.23 产品列表页*/
.left-title{display: flex; align-items: center; justify-content: space-between;    border-top: 0.0625rem solid #eee;}
.left-title em{border-top: none;}
.left-title i{display: none;}


#about,#ys,#equipment{position: relative; top: -200px}

.news-editbox img,.pro-details img{display: inline-block; max-width: 100%; height: auto!important}