@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;min-width: 1400px; 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:1400px;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;}



/* 顶部 */
.top{background: #034048; padding: 7px 0;}
.top p,.top span,.top a{color: #fff; font-size: 14px;}
.top img{margin-right: 9px;}
.top span{margin-left: 24px;}

.header{padding: 10px 0;}
.pc-logo img{margin-right: 42px;}
.pc-logo .text{border-left: 1px solid #27919F; padding-left: 33px; position: relative;}
.pc-logo .text::after{position: absolute; content: '';z-index: 2;  width: 8px;height: 8px;background: #27919f; border-radius: 50%; top: 50%; transform: translateY(-50%); left: -4px;}
.pc-logo .text h2{font-size: 24px; color: #27919f; line-height: 24px; margin-bottom: 12px;}
.pc-logo .text h3{font-size: 16px; color: #333; line-height: 16px;}
.head-tel img{margin-right: 13px;}
.head-tel span{display: block; font-size: 14px; color: #666;}
.head-tel em{display: block; font-size: 22px; color: #27919f; font-weight: bold; line-height: 18px;}
.head-wechat{margin-left: 34px;}



/* 公共头部 */
.nav-bg{background: #18383c;}
.nav-box{height: 66px; }

.pc-nav{width: 79%;}
.pc-nav ul li {position: relative;}
.pc-nav ul li::after{opacity: 0; transition: 0.6s; position: absolute; content: ""; background: url(../images/nav-icon.png) no-repeat center; width: 37px; height: 5px; left: 50%; transform: translateX(-50%);  bottom: -100%; } 
.pc-nav ul li:hover::after{bottom: 11px; opacity: 1;}
.pc-nav ul li a h3{display: block; font-size: 18px; color: #fff; transition: 0.6s; line-height: 66px; padding: 0 36px;}
.pc-nav ul li:hover a h3,.pc-nav ul li.on a h3{ font-weight: bold; background: #27919f;}
.pc-nav ul li .subnav-box{z-index: 2; transform: translateY(50px);opacity: 0;pointer-events: none;width: 100%;height: 11.4375rem;left: 0;position: absolute;top: 100%;transition: all 0.4s ease;}
.pc-nav ul li .subnav {display: flex;padding:1.125rem 0;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: 14px; line-height: 35px; 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: #27919f;}
.pc-nav ul li:hover .subnav-box {transform: translateY(0);opacity: 1;pointer-events: auto;}
.pc-navfixed{position: fixed; z-index: 999; width: 100%; top: 0;} 


.ver{margin-top: 20px;}
.ver  a {  position: relative; z-index: 2; }
.ver span{font-size: 18px; color: #fff;   font-weight: bold;  display: inline-block; margin: 0 10px; }
.ver  a>img{display: inline-block;}
.ver .ver-box {padding-top: 20px;  transform: translateY(20%);  transition: .5s;   opacity: 0; visibility: hidden;  }
.ver .ver-list {padding: 5px 9px 6px;z-index: -1;background: #fff;position: absolute;width: 87px;border-radius: 0.625rem;box-sizing: border-box;box-shadow: 0 2px 11px rgba(0, 0, 0, 0.35); left: 50%;    transform: translateX(-50%);}
.ver .ver-list a {font-size: 15px;color: #676767;display: block;transition: .5s;text-align: center;line-height: 40px;border-bottom: 1px dotted rgba(51,51,51,0.24);}
.ver .ver-list a:last-child{border-bottom: none;}
.ver .ver-list a:hover {background: #fff; color: #27919f;}
.ver .ver-list::after {content: "";display: block;width: 0px;height: 0px;border: 8px  solid transparent;border-bottom-color: #fff;position: absolute;top: -16px;left: 50%;transform: translateX(-50%);}
.ver:hover .ver-box {opacity: 1; visibility: visible; transform: translateY(0); }

.heSearch{margin-left: 27px;}
.heSearch .btn_sea_s {width: 43px;height: 43px;background: #ffffff; 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-color:#18383c; 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;}

.nav-bgfixed{position: fixed; top: 0; width: 100%; z-index: 999;}


/* banner */
.banner{overflow: hidden; position: relative;}
.banner .pic img{display: block; width: 100%;}

#banner-prev,#banner-next{transition: 0.6s; width: 64px;height: 64px;background: url(../images/banner-arrow.png) no-repeat center #ffffff; border-radius: 50%;}
#banner-prev{left: 5%;}
#banner-next{right: 5%; transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
#banner-prev:hover,#banner-next:hover{background: url(../images/banner-arrow2.png) no-repeat center #27919f;}




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

.about {  position: relative;  transform: translateY(-106px);  z-index: 1;}
.num-box{box-shadow: 0 0 2.85px 0 rgba(56,56,56,0.17); background: #fff; padding: 48px 0 40px; }
.num-box ul li{position: relative;}
.num-box ul li::after{position: absolute; content: '';  width: 1px;height: 49px;background: #f2f2f2; right: 0; top: 50%; transform: translateY(-50%); z-index: 1;}
.num-box ul li:last-child::after{display: none;}
.num-box ul li>div{align-items: flex-end;}
.num-box ul li{width: 25%; text-align: center;}
.num-box ul li b{font-family: "ALIMAMAFANGYUANTI";  font-size: 54px; color: #27919f; line-height: 42px; margin-right: 8px;}
.num-box ul li span{display: inline-block; width: 19px; height: 19px; line-height: 19px;background: #27919f; border-radius: 50%; font-size: 18px; color: #fff;}
.num-box ul li em{display: block; font-size: 18px; color: #333; margin-top: 6px;}






/* 机电系统 */
.product-bg{background: #fcfcfc; position: relative; padding-bottom: 62px;}
.product-bg::after{position: absolute; content: ''; z-index: 1;  background: url(../images/index-bg.png) no-repeat left center; top: 150px; left: 0; width: 504px; height: 87px;}
#preloader-2 {position: relative; }

#preloader-2 span {position: absolute; width:18px; height: 18px; background: #27919F;border-radius: 50%; bottom: -10px;}

#preloader-2 span:nth-child(1){animation: cross-1 1.5s infinite linear;}

#preloader-2 span:nth-child(2){ background: #164940; animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}

  100%{transform: translateX(200%);opacity: 0.8;}

}

.product{transform: translateY(-27px);}


@font-face {
    font-family: "Martel";
    src: url("../font/MARTEL-REGULAR.TTF");
  }
  
.title-box{margin-bottom: 15px;} 
.index-title h2{display: block; font-size: 50px;font-family: SimSun;font-weight: bold; color: #333; margin-left: 53px; line-height: 47px;}
.index-en{position: relative;}
.index-en span{ font-family: "Martel"; display: block; font-size: 50px; color: rgba(102,102,102,0.1); text-transform: uppercase; }
.index-en h3{display: block; font-size: 16px; letter-spacing: 6.4px; color: #666; position: absolute; left: 0; top: 45%; transform: translateY(-50%);}
.index-more{z-index: 3; position: relative;}
.index-more a{ padding: 10px 13px;background: #27919f;border-radius: 31px; box-sizing: border-box; width: 195px;height: 62px;}
.index-more em{font-size: 16px; color: #ffffff; text-indent: 20px;}
.index-more .icon{width: 42px;height: 42px;background: #ffffff; border-radius: 50%;}
.index-more:before {content: ''; z-index: -1; transition: 1s; border-radius: 30px;   box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: #27919f;   position: absolute; top: 0;right: 0;bottom: 0; left: 0;}
.index-more:hover:before{transform: scale(1.2) scaleY(1.3); opacity: 0; visibility: hidden;}


.product-left{width: 35%;}
.product-right{width: 56%;}
.product-bd ul li{width: 48%; position: relative; overflow: hidden;}
.product-bd ul li .pic{overflow: hidden;}
.product-bd 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-bd 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-bd ul li .name{background: #fff; padding: 23px 0;}
.product-bd ul li .name strong{display: block; font-size: 20px; color: #333; margin-left: 14px;}
.product-bd ul li .info{position: absolute; content: ''; bottom:-100%; background: #fff; padding: 0 33px 27px; box-sizing: border-box; transition: 0.6s;}
.product-bd ul li .pro-title{border-bottom: 1px solid #fcfcfc; padding: 20px 0; margin-bottom: 21px;}
.product-bd ul li .pro-title>img{filter: invert(47%) sepia(61%) saturate(489%) hue-rotate(139deg) brightness(90%) contrast(91%);}
.product-bd ul li .pro-title strong{display: block; font-size: 20px; color: #27919f;  margin-left: 14px;}
.product-bd ul li .info h4{display: block; font-size: 15px; color: #666666;}
.product-bd ul li:hover .info{bottom: 0;}
.product-left ul li{border-bottom: 1px solid  #cdcdcd; padding: 16px 0; transition: 0.6s; position: relative; margin-bottom: 21px;}
.product-left ul li:last-child{margin-bottom: 0;}
.product-left ul li::after{position: absolute; content: ''; width: 0; height: 1px;background: #27919f; left: 0; bottom: -1px; transition: 0.6s;}
.product-left ul li em{font-size: 18px; color: #666666;}
.product-left ul li span{margin-right: 35px;}
.product-left ul li img{}
.product-left ul li:hover img{filter: invert(50%) sepia(12%) saturate(2326%) hue-rotate(139deg) brightness(94%) contrast(88%);}
.product-left ul li:hover em{color: #27919f; font-weight: bold;}
.product-left ul li:hover::after{width: 100%;}

.product-en{position: absolute; right: 6%; bottom: 79px;}
.product-en h5{position: relative; padding-top: 321px; display: block; font-size: 14px; letter-spacing: 2.8px; color: #999999; font-family: Arial; text-transform: uppercase;     writing-mode: vertical-lr;}
.product-en h5::after{position: absolute; content: '';  width: 1px;height: 306px;background: #ebebeb; top: 0; left: 50%; transform: translateX(-50%);}





/* 选择我们的五大理由 */
.ys-bg{ position: relative;  background: url(../images/ys-bg.jpg) no-repeat center; background-attachment: fixed; padding: 81px 0 193px;}
.ys-bg::after{position: absolute; content: ''; z-index: 1;  background: url(../images/index-bg.png) no-repeat left center; top: 90px; left: 0; width: 504px; height: 87px;}
.ys-bg .index-title h2{color: #fff;}
.ys-bg  #preloader-2 span:nth-child(2){ background: #fff; }
.ys-bg .index-en span{color: rgba(255,255,255,0.03);}
.ys-bg .index-en h3{color: #ffffff;}
.ys-bg .title-box {margin-bottom: 36px;}

.ys .container{position: relative;}
.ys-logo{width: 483px;height: 483px;border: 1px dashed #ffffff; border-radius: 50%; margin: 0 auto; background: rgba(255,255,255,.1);}
.ys-list{width: 100%;position: absolute;top: 0;height: 100%;}

.ys-list ul li{width: 39%; position: absolute; }
.ys-list ul li.item1,.ys-list ul li.item2{align-items: flex-end; top: 31px;}
.ys-list ul li.item1,.ys-list ul li.item3{ left: 0; }
.ys-list ul li.item2,.ys-list ul li.item4{ right: 0; }
.ys-list ul li .text{width: 61%;}
.ys-list ul li h2{display: block; font-size: 24px;font-family: SimSun;font-weight: bold; color: #fff;}
.ys-list ul li h3{display: block; font-size: 16px; color: #ffffff;}
.ys-list ul li .icon{width: 73px;height: 73px;background: #ffffff; border-radius: 50%; position: relative;}
.ys-list ul li .icon::after{position: absolute; content: ''; z-index: 1; width: 114px; height: 15px; }
.ys-list ul li.item1 .icon::after{background: url(../images/ys-line1.png) no-repeat; top: 0; right:65px}
.ys-list ul li.item2 .icon::after{background: url(../images/ys-line2.png) no-repeat; top: 0; left:65px}

.ys-list ul li.item3,.ys-list ul li.item4{ top: 328px;}
.ys-list ul li.item3 .text,.ys-list ul li.item4 .text{margin-top: 27px;}
.ys-list ul li.item3 .icon::after{background: url(../images/ys-line3.png) no-repeat; top: 51px; right:65px}
.ys-list ul li.item4 .icon::after{background: url(../images/ys-line4.png) no-repeat; top: 51px; left:65px}
.ys-list ul li.item5{top: 448px; left: 0; right: 0; margin: auto; width: 100%;}
.ys-list ul li.item5 .icon{margin-bottom: 11px;}




/* 工程案例 */
.case-bg{ position: relative;  background: #fcfcfc; padding: 76px 0;}
.case-bg::after{position: absolute; content: ''; z-index: 1;  background: url(../images/index-bg.png) no-repeat left center; top: 86px; left: 0; width: 504px; height: 87px;}
.case-bg  .title-box .index-title{width: 40%;}
.case-bg .swiper-fade .swiper-slide {pointer-events: auto!important;}
.case-bg .swiperBox2 .swiper-slide-active {z-index: 11;}
.inTwoSwiper3 {position: static!important;}
.case-bg .swiperBox3 {position: relative!important;}
.case-btn {border-top: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2; padding: 20px 0; margin-bottom: 45px;}
.case-btn  ul li{width: auto;}
.case-btn  ul li a{display: inline-block; font-size: 18px; color: #333; position: relative;}
.case-btn  ul li a::after{position: absolute; content: '';  width: 0; height: 1px;background: #27919f; bottom: 0; left: 0; transition: 0.6s;}
.case-btn  ul li.swiper-slide-thumb-active a{color: #27919f; font-weight: bold;}
.case-btn  ul li.swiper-slide-thumb-active a::after{width: 100%; }
.case-list ul li{border: 1px solid #dddddd; box-sizing: border-box;}
.case-list ul li .pic{overflow: hidden;}
.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 .info{padding:  0 10%; box-sizing: border-box; }
.case-list ul li .info em{ font-size: 18px; color: #333333; line-height: 74px; border-bottom: 1px solid #DDDDDD;}
.case-list ul li .info span{font-size: 18px; color: #666666; line-height: 52px;}
.case-list ul li:hover .info em{color: #27919f; }


/* 应用领域 */
.app{background: #f6fafb; padding: 56px 0 0;}
.app .index-title{margin-bottom: 92px;}
.index-title h4{margin: 16px 0 29px; display: block; font-size: 16px; color: #666666; letter-spacing: 6.4px;}
.app-list ul li{width: 20%; position: relative; overflow: hidden; }
.app-list ul li .pic{overflow: hidden;}
.app-list ul li .pic img{display: block; width: 100%; transition: 0.6s; transform: scale(1.01);}
.app-list ul li:hover .pic img{transform: scale(1.2);}
.app-list ul li .info{position: absolute; content:''; width: 100%; height: 100%; top: 0; z-index: 1;}
.app-list ul li .info em{display: block; font-size: 24px; color: #ffffff;}


/* 新闻中心 */
.index-bg{ position:relative;  background: url(../images/index-bg2.jpg) no-repeat  center top; padding: 83px 0 90px; background-size: cover;}
.index-bg::after{position: absolute; content: ''; z-index: 1;  background: url(../images/index-bg.png) no-repeat left center; top: 93px; left: 0; width: 504px; height: 87px;}
.news{padding-bottom: 260px;}
.news-left{width: 32%; border: 1px solid #d4d4d4; box-sizing: border-box; padding: 1.5% 1.5% 0;}
.news-left .pic{overflow: hidden;}
.news-left .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-left a:hover .pic img{-webkit-transform: scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.news-box .info{padding: 20px 0 25px;}
.news-box .info span{color: #27919f; display: block; margin-bottom: 3px;}
.news-box .info strong{font-size: 20px; color: #333; display: block; margin-bottom: 8px;}
.news-box .info p{color: #666666; line-height: 24px; margin-bottom: 19px;}
.news-box .info em{color: #999999;}
.news-left a:hover .info strong{color: #27919f;}
.news-right{ width: 66%;}
.news-list ul li{border: 1px solid #d4d4d4; width: 48%;  padding: 0 1.5% ; box-sizing: border-box; margin-bottom: 34px; transition: 0.6s;}
.news-list ul li:nth-child(3),.news-list ul li:nth-child(4){margin-bottom: 0;}
.news-list ul li a{transition: 0.6s;}
.news-list ul li:hover{background: #27919f; border-color: #27919f;}
.news-list ul li:hover .info span,.news-list ul li:hover .info strong,.news-list ul li:hover .info p,.news-list ul li:hover .info em{color: #fff;}




/* 关于我们 */
.company-bg .index-title{position: relative; margin-bottom: 86px;}
.company-bg .index-title::after{position: absolute; content: ''; z-index: 1;  background: url(../images/index-bg2.png) no-repeat left center; top: 34px; left: 50%; transform: translateX(-50%); width: 494px; height: 87px;}
.company .info{width: 56%;}
.company .info strong{display: block; font-size: 24px; color: #27919f;}
.company .info span{display: block; font-size: 14px; color: #666666; text-transform: uppercase; margin-bottom: 34px;}
.company .info i{display: block; width: 40px;height: 2px;background: #27919f; margin-bottom: 28px;}
.company .info h3, .company .info h4{display: block; font-size: 16px;color: #666666;line-height: 31px;}
.company .info h3{margin-bottom: 30px;}
.company .info h4{margin-bottom: 49px;}
.company-link{background: rgba(253,253,253,0.8); border-radius: 13px; padding: 45px 0 33px;}
.company-link ul{    justify-content: space-around;}
.company-link ul li .icon{width: 79px;height: 79px;background: #f2f2f2; margin-bottom: 13px; transition: 0.6s;}
.company-link ul li:hover .icon{background: #27919f;border-radius: 2px;}
.company-link ul li:hover .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.company-link ul li em{display: block; font-size: 18px; color: #666;}
.company-link ul li:hover em{color: #27919f; font-weight: bold;}
.company-box .pic{width: 41%;}
.company-box .pic img{display: block; width: 100%;}


/* 咨询 */
.consult {background: url(../images/consult-bg.jpg) no-repeat  center; padding: 78px 0 98px;}
.consult h3{display: block; font-size: 50px;font-family: "SimSun"; text-align: center; color: #ffffff; font-weight: bold;}
.consult h4{display: block; font-size:18px; color: #ffffff; text-align: center; margin-bottom: 40px;}
.consult .index-more{width: 195px; margin: 0 auto;}
.consult .index-more a {background: #ffffff; width: 100%;}
.consult .index-more em{ color: #27919f;}
.consult .index-more .icon{background: #27919f;}
.consult .index-more .icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.consult .index-more:before{background: #fff;}


/* 公共底部 */
.footer{background: #fbfefe;}
.footer-nav{display: flex; padding: 83px  0;}
.footer-nav dl{position: relative; padding: 0 calc((100% - 705px) / 10); }
.footer-nav dl::after{position: absolute; content: ''; background: url(../images/foot-nav.png) no-repeat left top; left: 0; top: 0; z-index: 1; width: 3px; height: 189px;}
.footer-nav dl dt{display: block; font-size: 18px; color: #333333; font-weight: bold; line-height: 18px; margin-bottom: 18px;}
.footer-nav dl dd {display: block; font-size: 15px; color: #666666; line-height: 36px;}
.footer-nav dl dd a{color: #666666;}
.footer-copy{border-top: 1px solid #F2F2F2; padding: 17px 0;}
.footer-copy p{font-size: 15px; color: #999999;}
.footer-copy span{margin: 0 30px;}
.footer-copy a{color: #999999;}
.footer-nav dl dd a:hover,.footer-copy a:hover{color: #27919f;}




/* 内页样式 */

/* 面包屑 */
.ny-main{margin-bottom:100px;}
.position{height:52px; line-height:52px; font-size:14px; border-bottom: solid 1px #dfdfdf; margin-bottom: 45px;}
.position .container {background:url(../images/position-home.png) no-repeat 0 center; padding-left:30px; box-sizing: border-box;}
.position a{background:url(../images/position-arrow.png) no-repeat right; padding-right:20px; margin-right:10px;}
.position a:last-child{background: transparent;}
.position .on{color: #27919f;}
.position a:hover{color: #27919f;}
.main-box{align-items: flex-start;}
.ny-left{width: 21%;position: sticky;top: 100px;}
.column-title{position: relative; background: #27919f }
.column-title .icon{width: auto;height: 100px;background: url(../images/icon-pro1.png) no-repeat center left 34px;padding-left: 105px;}
.column-title:before{content: "";position: absolute;width: 96%;height: 88px;border: 1px solid #fff;top: 5px;left: 5px;}
.column-title h3{font-size: 28px;color: #fff;font-weight: bold;line-height: 28px;padding: 26px 0 2px;    margin-bottom: 2px;}
.column-title span{color: #fff;font-family: arial; text-transform: uppercase;}
.ctitle1{width: 100%;border:2px solid #27919f;border-top: none;padding: 20px 10px 12px 10px;box-sizing: border-box;}
.ctitle1>li{float: left;margin-bottom: 8px;width: 100%;background: #27919f; cursor: pointer;}
.ctitle1>li>a{display: block; width: 215px; padding-left: 20px;height: 50px;line-height: 50px;color: #fff;font-size: 18px;transition: all 0.5s; position: relative; }
.ctitle1>li>a:after{content: "";width: 0px;height: 2px;background: #fff;position: absolute;left: 0;top: 24px;transition: all 0.2s; left: 20px;}
.ctitle1>li:hover,.ctitle1>li.on{background: #27919f}
.ctitle1>li:hover>a:after,.ctitle1>li.on>a:after{width: 10px;}
.ctitle1>li:hover>a,.ctitle1>li.on>a{padding-left: 40px;}
.ctitle2{background: #fff; background: #f5f5f5; padding:10px 20px}
.ctitle2 > li > a{display: block; font-size: 16px; color: #666; line-height: 40px;}
.ctitle2 > li:hover > a,.ctitle2 > li.on > a{color: #27919f; font-weight: bold; text-indent: 5px; transition:0.6s;}

.ctitle3 {background: #fff; background: #f5f5f5; padding:0 20px}
.ctitle3 > li > a{display: block; font-size: 14px; color: #666; line-height: 40px;}
.ctitle3 > li:hover > a,.ctitle3 > li.on > a{color: #27919f; font-weight: bold; text-indent: 5px; transition:0.6s;}


.ctitle2  , .ctitle3  {display: none;}
.ctitle1 li.on .ctitle2 {display: block;}
.ctitle2 li.on .ctitle3 {display: block;}
.ctitle2.on {display: block;}
.ctitle3.on {display: block;}
				
				
.ny-contact {background: #fafafa;}
.ny-contact .bg{display: block; width: 230px;padding-left: 20px; height: 100px;background: url(../images/ny-contact.jpg) no-repeat center center;}
.ny-contact span,.ny-contact em{display: block;color: #fff;}
.ny-contact span{font-size: 18px;line-height: 18px;padding-top: 30px;}
.ny-contact em{font-family: arial;}
.ny-contact ul{padding: 20px 10px;background: #f2f2f2;margin-bottom: 20px;}
.ny-contact ul li span,.ny-contact ul li img,.ny-contact ul li a{display: block;margin: 0 auto;}
.ny-contact ul .ny-qcode{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.ny-contact ul .ny-qcode span{color: #4c4c4c;line-height: 14px;padding-top: 10px;}
.ny-contact ul .ny-tel{font-size: 24px;font-family: arial;color: #27919f;padding-left: 60px;background: url(../images/telIcon.png) no-repeat center left 6px; margin-left: 20px;}

.ny-right {width: 76%;}




/* 内页产品列表页 */
.nypro-list ul::after{content: ''; width: 31.53%;}
.nypro-list ul li{width: 31.53%; margin-bottom: 45px;}
.nypro-list ul li .pic{overflow: hidden; position: relative;}
.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 .more{position: absolute; content: ''; width: 100%; height: 100%; background:  rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; top: 0; opacity: 0;}
.nypro-list ul li .more>img{transform: scale(0); transition: 0.6s;}
.nypro-list ul li:hover .more {   opacity: 1;}
.nypro-list ul li:hover .more>img{transform: scale(1);}
.nypro-list ul li h3{ font-size: 18px; line-height: 60px; color: #333; text-align: center; background: #f2f2f2;}
.nypro-list ul li:hover h3{color: #27919f; font-weight: bold;}



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

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

.proxq-info strong {
  display: block;
  font-size: 25px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 19px;
  margin-bottom: 30px;
}

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

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

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

.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: #27919f;
  border-color: #27919f;
}

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

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

.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: #27919f;
  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: #27919f;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

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






/* 内页图片列表页 */
.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%; transition: 0.6s; transform: scale(1.01); height: 100%;     object-fit: cover; min-height: 272px}
.picture-list ul li:hover .pic img{transform: scale(1.2);}
.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: #27919f; color: #fff;}


/* 内页图片详情页 */
.casexq .ny-title{text-align: center; margin-bottom: 20px;}
.casexq .ny-title h3{font-size: 30px;   color: #333; display: block;}

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




/* 内页新闻列表页 */

.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: 19px;
  color: #333;
  font-weight: bold;
}

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

.newslist li .more {
  transition: all .5s;
  margin-top: 22px;
  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: #27919f;
}

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


/* 新闻详情页 */
.newsCon {
  
  padding: 50px 40px 60px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

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

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

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

.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: #27919f;
  color: #fff;
}

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

.backlist a:active {
  background: #27919f;
}

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

.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: #27919f;
    border-color: #27919f;
  }

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


/* 内页单篇 */

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










/* 二维码弹窗 */
#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: #27919f;}
#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;}
}


/*分页*/
.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: #27919f;}
.fy .layui-laypage-curr {color: #fff; background: #27919f; 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: #27919f;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: 1400px){
	
	.container{width: 94%;}
}


/*2025.3.31*/
.ny-banner{height: 500px}
.ny-banner .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-8%);
}
