@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:16px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff;width: 100%; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}

.container{width:1300px;margin:0 auto; max-width: 71%;}


@media screen and (min-width:200px)  and  (max-width:1500px)  {

  .container{ width: 1300px; max-width: 92%;}
  body{min-width: 1300px; overflow-x: hidden; }




}



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

/*字体引入*/

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





/* 公共头部 */
.header{position: absolute;top: 6px;left: 0;right: 0;margin: 0 auto;z-index: 2;transition:0.6s;padding: 0 1%;}

.head-box{border-radius: 23px;width: 100%;background: rgba(255,255,255,0.5);height: 90px;justify-content: space-around;/* transition: 0.6s; */}
.header .logo img{display: block;}
.pc-nav{height: 90px;width: 41.2%; }
.pc-nav ul li {position: relative; }
.pc-nav ul li>a{display: block; font-size: 16px; line-height: 90px; color: #333;  text-align: center; position: relative;}
.pc-nav ul li>a::after{position: absolute; content: ''; z-index: 2;  width: 0; height: 2px; background: #2559A0; border-radius: 1px; left: 50%; bottom: 26px; transition: 0.6s;}
.pc-nav ul li:hover>a::after,.pc-nav ul li.on>a::after{width: 100%; left: 0;}
.pc-nav ul li:hover>a,.pc-nav ul li.on>a{color: #2559A0; font-weight: bold;}
.pc-nav ul li .subnav {box-shadow:1px 1px 10px rgba(0,0,0,0.1);width: 180%;position: absolute;top: 100%;left: -36%;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: 0;box-sizing: border-box;padding: 1rem 7% 0;}
.pc-nav ul li .subnav .list a{width: 100%;display: block;font-size: 15px;color: #595e67;font-family:"Microsoft YaHei";position: relative;padding-left: 16%;box-sizing: border-box;margin-bottom: 10px;}
.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;display: none;}
.pc-nav ul li .subnav .pic img{display: block; width: 100%;}
.pc-nav ul li .subnav .list a:hover{color: #2559A0;}
.pc-nav ul li .subnav .list a:hover::before{border-color: #2559A0;}
.pc-nav ul li .subnav .list a:hover::after{background: #2559A0;}
.pc-nav ul li:hover .subnav {  transform: translateY(0);  opacity: 1;  pointer-events: auto;}
.head-tel b{display: block; background: #e7762b; border-radius: 22px; font-size: 20px; line-height: 44px; color: #fff;  font-family: "DIN"; font-weight: normal; text-align: center; width: 209px;}
.headerfixed{position: fixed;box-shadow: 0 0 3px rgba(0,0,0,0.1);top: 0;z-index: 9;background: #fff;padding: 0;}

.headerfixed .head-box {border-radius: 0;  margin: 0 auto;  background: transparent; }



.pc-nav ul li:nth-child(6) .subnav {width: 424%;position: absolute;top: 100%;left: -150%;}
.pc-nav ul li:nth-child(6) .subnav .list a{padding-left: 10%}

/* banner */
.banner .imgBox img{display: block; width: 100%;}
#banner-num{display: none; }
#banner-prev,#banner-next{display: none;}
.banner{position: relative;}
.banner-class{position: absolute; content: ''; bottom: 0; z-index: 2; width: 100%;}
.banner-class .container{display: flex; justify-content: flex-end;}
.class-box ul li{width: 213px; height: 265px; background: url(../images/class-bg.jpg) no-repeat center bottom; border-radius: 12px; margin-left: 47px; transition: 0.6s;  box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.03);}
.class-box ul li a{flex-direction: column;}
.class-box ul li .icon{width: 75px; height: 75px; background: rgba(242,242,242,0.2); border-radius: 50%; margin-bottom: 13px;}
.class-box ul li strong{display: block; font-size: 18px; color: #333;}
.class-box ul li em{display: block; font-size: 16px; color: #666; margin-bottom: 13px;}
.class-box ul li span{display: block; font-size: 16px; color: #666;}
.class-box ul li:hover{background: url(../images/class-bg2.jpg) no-repeat center bottom;}
.class-box ul li:hover .icon{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.class-box ul li:hover strong,.class-box ul li:hover em,.class-box ul li:hover span{color: #fff;}



/* 主营业务 */
.index{position: relative;}
.index-bg{background: url(../images/index-bg.png) no-repeat left top; position: absolute; content: ''; top: -107px; left: 0; z-index: -1; width: 100%; height: 100%;}
.index-title{text-align: center;}
.index-title b{display: block; font-size: 28px; color: #333; line-height: 24px; font-family: Arial; margin-bottom: 10px;}
.index-title strong{display: block; font-size: 52px; color: #333; line-height: 52px; margin-bottom: 30px;}
.index-title i{display: block; width: 50px; height: 4px; background: #0f9a90;margin: 0 auto;}
.business{padding: 57px 0 38px;}
.business .index-title{margin-bottom: 51px;}
.business .index-title strong{font-size: 40px; line-height: 40px;}
.business-list ul li{width: 24.3%; text-align: center;}
.business-list ul li .pic{padding: 6px; border:1px dashed #f2f2f2; border-radius: 16px; box-sizing: border-box; margin-bottom: 18px;}
.business-list ul li .pic img{display: block; width: 100%;  border-radius: 16px;}
.business-list ul li strong{display: inline-block; font-size: 18px; color: #333; text-align: center; position: relative;}
.business-list ul li strong::before,.business-list ul li strong::after{transition: 0.6s; position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 6px; height: 2px; background: #333;}
.business-list ul li strong::before{left: -17px;}
.business-list ul li strong::after{right: -17px;}
.business-list ul li span{display: block; font-size: 14px;  color: #666;}
.business-list ul li:hover strong,.business-list ul li:hover span{color: #129c92;}
.business-list ul li:hover strong::before,.business-list ul li:hover strong::after{width: 10px; background: #129c92;}


/* 联系我们 */
.contact{background: url(../images/contact-bg.jpg) no-repeat center; background-attachment: fixed; padding: 57px 0 49px; text-align: center; color: #fff;}
.contact h2{display: block; font-size: 36px; text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.5); font-weight: bold; margin-bottom: 5px;}
.contact h3{display: block; font-size: 20px; margin-bottom: 30px;}
.contact .btn a{ position: relative; display: block; width: 150px; font-size: 16px; line-height: 44px; color: #333; background: #fff; border-radius: 4px; margin: 0 17.5px; overflow: hidden; transition: 0.6s;}
.contact .btn a:first-child{ background: #0F9A90; color: #fff;}
.contact .btn .more2{transition: 0.6s;}
.contact .btn .more:before{     position: absolute; content: "→"; left: -100%; transition: all 0.5s;}
.contact .btn .more em {  display: inline-block; transition: all 0.5s;}
.contact .btn .more:hover:before {    left: 45%;    transition: all 1s;}
.contact .btn .more:hover em{transform: translateX(300%); transition: all 1s;}
.contact .btn .more2:hover{background: #0F9A90;color: #fff;}


/* 苏州悦动智慧体育科技 */
.about{padding: 45px 0 47px; background: url(../images/about-bg.jpg) no-repeat center top; background-size: cover; }
.about-title{position: relative;}
.about-title strong{display: block;font-size: 40px;color: #333;margin-bottom: 18px;position: relative;z-index: 2;}
.about-title span{position: absolute;content: '';font-size: 29px;color: rgba(219,219,219,0.85);font-family: Arial;top: 27px;font-weight: bold;z-index: 1;}
.about-title i{display: block;width: 50px; height: 4px; background: #0f9a90;}
.about .info{width: 51.85%;}
.about .info h2{display: block; font-size: 24px; color: #0F9A90; margin: 39px 0 28px;}
.about .info h3{display: block; font-size: 16px; color: #666; line-height: 36px; margin-bottom: 85px;}
.about .pic{width: 45.38%;}
.about .pic img{display: block; width: 100%;}
.about .info a{position: relative; display: block; width: 158px; background: linear-gradient(0deg,#0f9a90 0%, #a8ffbb 100%); border-radius: 25px; font-size: 16px; line-height: 50px; color: #fff; text-align: center; transition: 0.6s;}
.about .info a:before {content: ''; z-index: -1; transition: 1s; border-radius: 30px;   box-sizing: border-box;transform: scale(1); opacity: 1; width: 100%; height: 100%;background: linear-gradient(0deg,#0f9a90 0%, #a8ffbb 100%);   position: absolute; top: 0;right: 0;bottom: 0; left: 0;}
.about .info a:hover:before{transform: scale(1.2) scaleY(1.3); opacity: 0; visibility: hidden;}









/* 产品中心 */
.product{background: #f6f6f6; position: relative; padding-bottom: 72px;}
.product-en b{display: block; font-size: 380px; color: rgba(238,238,238,0.7); line-height: 309px; font-family: Arial; position: absolute; top: 28px; z-index: 0;}
.product-title{align-items: flex-end; padding: 88px 0 64px; position: relative; z-index: 2;}
.product-title .index-title strong{margin-bottom: 0;}
.product-more a{display: block; width: 194px; line-height: 58px; border: 1px solid #0f9a90; border-radius: 31px; text-align: center; transition: 0.6s;}
.product-more span{display: inline-block; font-size: 18px; color: #0F9A90;}
.product-more img{display: inline-block; margin-left: 19px; transition: 0.6s;}
.product-more a:hover img{margin-left: 26px;}
.product-more a:hover{background: #0F9A90;}
.product-more a:hover span{color: #fff;}
.product-more a:hover img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.product-list {position: relative; z-index: 2;}
.product-list ul{display: flex; justify-content: space-between;flex-wrap: wrap}
.product-list ul li{margin-bottom: 16px; overflow: hidden; position: relative; width: 32%; }
/*.product-list ul {  display: grid;  grid-template-columns: 32% 15% 15% 32%;  grid-template-rows: 370px 370px;justify-content: space-between;}*/
/*.product-list ul li{margin-bottom: 16px; overflow: hidden; position: relative;}*/
/*.product-list ul li .pic img{display: block; width: 100%;}*/
/*.product-list ul li:nth-child(2) {  grid-column: 2 / 4;  grid-row: 1 / 2;}*/
/*.product-list ul li:nth-child(4) {   grid-column: 1 / 3;   grid-row: 2 / 3;}*/
/*.product-list ul li:nth-child(5) {     grid-column: 3 / 5;     grid-row: 2 / 3;}*/
.product-list ul li .info{transition: 0.6s; position: absolute; content: ''; transform: translateY(-37%); width: 100%; height: 100%; color: #fff;padding: 50px 13% 0; box-sizing: border-box;}
.product-list ul li h3{display: block; font-size: 24px; margin-bottom: 26px; }
.product-list ul li h4{ font-size: 16px; line-height: 30px; color: #F2F2F2;margin-bottom: 44px; opacity: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.product-list ul li span{display: block;width: 158px; font-size: 16px; line-height: 50px; color: #fff; text-align: center;background: rgba(255,255,255,0.2); border-radius: 25px; border: 1px solid #ffffff; opacity: 0;}
.product-list ul li:hover h3{font-size: 28px; }
.product-list ul li:hover .info{transform: translateY(-100%); background: linear-gradient(0deg,#0f9a90 0%, #a8ffbb 100%); }
.product-list ul li:hover h4,.product-list ul li:hover span{opacity: 1;}
.product-list ul li:nth-child(2):hover .info{transform: translateY(-104.3%); }



/* 经典案例 */
.case{padding: 53px 0 44px;}
.case .index-title{margin-bottom: 42px;}
.case-list{position: relative; overflow: hidden;}
.case-list ul li{position: relative; overflow: hidden; transition: 0.6s; margin-bottom: 30px; margin-top: 0!important;}
.case-list ul li .pic img{display: block; width: 100%;}
.case-list ul li .info{ overflow: hidden; transition: 0.6s;position: relative; width: 83.5%; height: 58px;   background: linear-gradient(0deg,rgba(15,154,144,0.8) 0%, rgba(168,255,187,0.8) 100%); position: absolute; content: ''; bottom: 18px; left: 0; right:0; margin: auto;}
.case-list ul li .info em{display: block; font-size: 18px;line-height: 58px; color: #fff; text-align: center;}
.case-list ul li .info::before,.case-list ul li .info::after{transition: 0.6s; position: absolute; content: '';  top: 50%; transform: translateY(-50%); z-index: 2;}
.case-list ul li .info::before{width: 27px; height: 1px; background: rgba(255,255,255,0.8); left: 0;}
.case-list ul li .info::after{background: url(../images/case-arrow.png) no-repeat right center; width: 18px; height: 11px; right: 23px;}
.case-list ul li:hover .info::before{left: -100%;}
.case-list ul li:hover .info::after{right: -100%;}
.case-list ul li:hover .info{background: #fff; border-radius: 8px; }
.case-list ul li:hover .info em{color: #333;}
#case-num{display: none;}



/* 新闻中心 */
.news{background: #f6f6f6; position: relative; padding-bottom: 72px;}
.news-en b{display: block; font-size: 380px; color: rgba(238,238,238,0.7); line-height: 309px; font-family: Arial; position: absolute; top: 28px; z-index: 0;}
.news-title{align-items: flex-end; padding: 88px 0 64px; position: relative; z-index: 2; }
.news-title .index-title{text-align: left;}
.news-title .index-title strong{margin-bottom: 0;}
.news-more a{display: block; width: 194px; line-height: 58px; border: 1px solid #0f9a90; border-radius: 31px; text-align: center; transition: 0.6s;}
.news-more span{display: inline-block; font-size: 18px; color: #0F9A90;}
.news-more img{display: inline-block; margin-left: 19px; transition: 0.6s;}
.news-more a:hover img{margin-left: 26px;}
.news-more a:hover{background: #0F9A90;}
.news-more a:hover span{color: #fff;}
.news-more a:hover img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.news-list {overflow: hidden;}
.news-list ul li .pic{overflow: hidden;}
.news-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.news-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.news-list ul li .info{padding: 33px 6% 44px;}
.news-list ul li .info strong{display: block; font-size: 19px; color: #333; margin-bottom: 4px;}
.news-list ul li .info p{display: block; font-size: 16px; color: #666;}
.news-list ul li .date{background: #ECECEC;}
.news-list ul li .date em{display: block; font-size: 16px; line-height: 55px; color: #7F7F7F; text-indent: 22px;}
.news-list ul li:hover .info strong{color: #0F9A90;}
#news-num{display: none;}



/* 公共底部 */
.footer{background: url(../images/foot-bg.jpg) no-repeat center top; padding: 73px 0 15px; background-size: cover;}
.footer-box{ color: #fff;}
.footer-box .info span{display: block; font-size: 16px;}
.footer-box .info strong{display: block; font-size: 34px; margin-bottom: 5px;}
.footer-box .info p{display: block; font-size: 15px; line-height: 30px; color: #fff;}
.foot-nav dl{margin-left: 135px;}
.foot-nav dl:first-child{margin-left: 0;}
.foot-nav dl dt{display: block; font-size: 16px; color: #fff; margin-bottom: 26px;}
.foot-nav dl dd a{display: block; font-size: 14px; color: #f2f2f2; line-height: 30px;}
.footer-copy{padding-top: 136px;}
.footer-copy p{display: block; font-size: 14px; color: #F5F5F5;}
.footer-copy a{color: #F5F5F5;}
.footer-copy a img{display: inline-block; margin-left: 6px;}








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



/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #0F9A90; 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);}




/* 内页分类 */
.about-link ul li{text-align: center; transition:0.6s}
.about-link ul li .icon img{display: block; margin-bottom: 17px;}
.about-link ul li em{display: block; font-size: 17px; color: #666; margin-top: 10px;}
.about-link ul li:hover{transform: translateY(-20px);}
.about-link ul li:hover em{color: #0F9A90;}


.ny-class{margin-bottom: 0; margin-top: 20px;}
.ny-class ul li{margin: 0 2%;}
.ny-class ul li:hover {  transform: translateY(0px);}
.ny-class ul li.on em{color: #0F9A90;}
.ny-class .about-link ul li{ padding: 20px; position: relative;}
.ny-class .about-link ul li::before{position: absolute; content: ''; width: 0; height: 2px; background: #0F9A90; bottom: 0; transition:0.6s; left: 50%;}
.ny-class .about-link ul li .icon img{width: 71%; margin: 0 auto;}
.ny-class .about-link ul li:hover{background: #eee;}
.ny-class .about-link ul li:hover::before{left: 0; width: 100%;}
.ny-class .about-link ul li.on{background: #eee;}
.ny-class .about-link ul li.on::before{left: 0; width: 100%;}


.ny-main{padding: 100px 0; }
.about-main{background: #f8f8f8;}
.ny-title{position: relative; text-align: center; margin-bottom: 40px;}
.ny-title b{display: block; font-size: 73px; line-height: 55px; font-family: Arial; letter-spacing: 1.47px; opacity: 0.08; color: #0F9A90; font-weight: bold; margin-bottom: 18px; text-transform: uppercase;}
.ny-title strong{display: block; font-size: 48px; line-height: 48px; color: #333;position: absolute; top: -13px; left: 0; right: 0; margin: 0 auto;}
.ny-title img{display: block; margin: 0 auto;}






/* 内页产品列表页 */
/*.nypro-list ul{grid-template-columns: repeat(4, 1fr); gap:30px; display: grid}*/

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


.nypro-list ul{grid-template-columns: repeat(3, 1fr);gap:30px;display: grid}
.nypro-list ul li{box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nypro-list ul li .pic{overflow: hidden;position: relative;height: 300px;}
.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;height: 100%;object-fit: cover;}
.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 .hide{position: absolute; content: ''; width: 100%; height: 100%; top: -100%; display: flex; align-items: center; justify-content: center; transition: .6s;}
.nypro-list ul li .icon{width: 50px;height: 50px;background: #ff8a00;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.nypro-list ul li .icon>img{width: 14px;}
.nypro-list ul li .info{text-align: center;padding: 20px 10px;position: relative; background: #f5f5f5;}
.nypro-list ul li .info::after{transition: .6s; position: absolute; content: ''; width: 100%; height: 0;background: #ff8a00; bottom: 0;left: 0; z-index: 0; clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);}
.nypro-list ul li .info strong{color: #ff8a00;margin-bottom: .625rem;position: relative;z-index: 1;font-size: 20px;}
.nypro-list ul li .info p{color: #666666; position: relative; z-index: 1;}
.nypro-list ul li:hover .hide{top: 0;}

.nypro-list ul li:hover .info::after{height: 100%;clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.nypro-list ul li:hover .info strong,.nypro-list ul li:hover .info p{color: #fff;}




/* 内页产品详情页 */
.proxq-pic{width: 32%;}
.proxq-info{width: 63%;}
.propic-big { margin-bottom: 1.25rem;}
.propic-big ul li{box-sizing: border-box; border: 0.0625rem 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.0625rem solid #eeeeee;}
.propic-small ul li .pic img{display: block; width: 100%;}
.propic-small ul li.swiper-slide-thumb-active .pic{ border-color: #0F9A90;}

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

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



/* 内页图片列表页 */
.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%; margin-bottom: 2.5625rem; box-sizing: border-box; border: 0.0625rem solid #dddddd; text-align: center;  transition:0.6s}
.nycase-list ul li .pic{overflow: hidden;}
.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 em{transition: 0.6s; display: block; font-size: 16px; line-height: 55px; background: #fcfcfc; color: #666; text-align: center;}
.nycase-list ul li:hover em{background: #0F9A90; color: #fff;}




.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: #0F9A90;}
.news-link .xq-back a{margin:0 auto;}



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



.newsList ul li {
  width: 100%;
  background: #ffffff;


  margin-bottom: 2.5rem;

}
.newsList ul li a{ display: flex; justify-content: space-between;align-items: center;}
.newsList ul li .pic {
  overflow: hidden;

  width: 35%;
}

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

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

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

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


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

}


.newsList ul li .more {
  background: #fff;
  display: flex;
  /* justify-content: space-between; */
  /* padding: 0 2rem; */
  box-sizing: border-box;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 2rem;
}

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

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

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

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

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

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



.nycase-title h3{display: block; font-size: 28px; color: #333; font-weight: bold; text-align: center; margin-bottom: 30px;}


/* 新闻详情页 */
.news-con{align-items: flex-start;}
.news-left {
  width: 63.4%
}

.newsxq-title {
  border-bottom: 1px solid #0F9A90;
  padding-bottom: 46px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

.news-right {
  width: 30%;
  position: sticky;
  top: 120px;
}

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

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

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

}

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

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

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

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

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

.recom-list ul {
  width: 95%
}

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

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

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

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

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

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


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

.pro-editbox table{width: 100%!important; border-collapse: collapse;border-spacing: 0;  box-sizing: border-box; background: #fcfcfc; margin-top: 25px}
.pro-editbox table tr td{width: 50%!important;}
.pro-editbox  video{width: 100%!important; height: auto!important;}

.nycases-title{margin-bottom: 25px}
.nycases-title strong{
  display: block; font-size: 28px; color: #333; text-align: center}


.contact-editor  table{width: 100%!important; border-collapse: collapse;border-spacing: 0;  box-sizing: border-box; border: none!important;}
.contact-editor  table tr{display: flex; justify-content: space-between}
.contact-editor  table tr td{padding: 20px 1%; box-sizing: border-box; width: 24%!important;  border: none!important; background: #fff; border-radius: 20px }
.contact-editor  table tr td img{
  display: block;
  width: 150px; margin: 0 auto 15px}

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

.news-editbox   video{width: 100%!important; height: auto!important;}
.case-editbox   video{width: 100%!important; height: auto!important;}


#contact{position: relative; top: -150px}



/* 2025.7页面框架修改 */
.header .logo .text{border-left: 1px solid rgba(35,37,52,.2); padding-left: 33px; margin-left: 38px;}
.header .logo .text strong{display: block; font-size: 24px; color: #25579f; line-height: 1; margin-bottom: 6px;}
.header .logo .text span{display: block; font-size: 14px; color: #25579f;line-height: 1; font-family: Arial; }

.wechat-list{margin-top: 119px;}
.wechat-list ul li{text-align: center;}
.wechat-list ul li img{border-radius: 5px;}
.wechat-list ul li b,.wechat-list ul li em{font-size: 20px; color: #333333; line-height: 1;}
.wechat-list ul li b{ font-family: Arial; margin-top: 21px;}

.school{padding: 76px 0 54px;}
.school-left{width: 47.2%;  padding-bottom: 36px}
.school-pic  {height: 100%; position: static;}
.school-pic ul {display: block;min-height: 430px;width: 93%;height: 100%; margin-left: auto; position: relative;-webkit-transform: none;opacity: 1;}
.school-pic  li { position: absolute;width: 100% !important; height: 100%;top: 0;left: 0;opacity: 0 !important; }
.school-pic  li {transform: scale(0.6) translateX(-12%) !important;-webkit-transform: scale(0.6) translateX(-12%); pointer-events: none; z-index: 2; transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9) !important; transform-origin: 0 50%; }
.school-pic  li .pic {height: 100%;overflow: hidden;border-radius: 33px;background: #ffffff;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.school-pic  li .pic img {width: 100%;display: block;height: 100%;object-fit: cover;}
.school-pic  li .text {text-align: center;display: block; font-size: var(--font18); color: #fff;font-weight: 700; margin-top: .25rem; opacity: 0; transition: .5s;}
.school-pic  li.swiper-slide-prev {transform: scale(0.8) translateX(-9%);-webkit-transform: scale(0.8) translateX(-9%) !important; opacity: 0.6 !important;z-index: 7; }
.school-pic  li.swiper-slide-next {transform: scale(0.9) translateX(-4%);-webkit-transform: scale(0.9) translateX(-4%) !important;opacity: 0.8 !important;z-index: 8;}
.school-pic  li.swiper-slide-active { transform: scale(1) translateX(0px) !important; -webkit-transform: scale(1) translateX(0px); -moz-transform: scale(1) translateX(0px);-o-transform: scale(1) translateX(0px);-ms-transform: scale(1) translateX(0px); pointer-events: auto;opacity: 1 !important;z-index: 10;}
#school-num{bottom: 0; width: 47.2%;}
#school-num .swiper-pagination-bullet{width: 11px; height: 11px; background: #d3d3d3; border-radius: 50%; opacity: 1;}
#school-num .swiper-pagination-bullet-active{background: #1ea395;}
.school-info{width: 43%;}
.school-info ul li em{display: block; font-size: 20px;  color: #333333;}
.school-info ul li strong{display: block;font-size: 26px;color: #18a094;margin-bottom: 24px;}
.school-info ul li p{color: #666666;margin-bottom: 82px;}
.school-info ul li a{
  display: inline-block;
  background: linear-gradient(0deg,#0f9a90 0%, #a8ffbb 100%);
  border-radius: 25px;
  color: #ffffff;
  padding: 11px 47px;
}

.school-list{position: relative;}
.school .jtBox {position: absolute;width: 100%;bottom: 77px;}
.school .jtBox .swjt { top: 50%; transform: translate(-50%, -50%);  left: auto;  width: 51px;  height: 51px;  background: #adbac2;  border-radius: 50%; right: 62px; }
.school .jtBox .swiper-button-next {right: 0;}
.school .jtBox .swiper-button-next img{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg);}
.school .jtBox .swjt:hover{background: #18a094;}



.index-title2 b{font-size: 28px; color: #333333; display: block; font-family: Arial; line-height: 1; margin-bottom: 9px;}
.index-title2 strong{font-size: 52px;color: #333333; line-height: 1;}
.index-more a{ border: 1px solid #0f9a90;  border-radius: 31px; padding: 13px 43px;}
.index-more span{display: block; font-size: 18px; color: #0f9a90; margin-right: 18px; font-weight: 400;}
.index-more img{transition: .6s;}
.index-more a:hover img{transform: rotate(-45deg);}

.playground-bg{background: url(../images/playground-bg.jpg) no-repeat center; background-attachment: fixed; padding: 96px 0 126px;}
.playground-bg .index-title2{margin-bottom: 83px;}
.playground-bg .index-title2 b,.playground-bg .index-title2 strong{color: #fff;}
.playground-bg .index-more a{border: 1px solid #bfbfbf;}
.playground-bg .index-more span{color: #ffffff;}
.playground-bg .index-more img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.playground-bg .index-more a:hover{background: #fff; border-color: #0f9a90;}
.playground-bg .index-more a:hover span{ color: #0f9a90;}
.playground-bg .index-more a:hover img{-webkit-filter: brightness(1) invert(0); filter: brightness(1) invert(0);}
.playground-list ul li a{ width: 210px;  height: 210px;  border: 1px solid #ffffff; border-radius: 50%; color: #ffffff; position: relative; overflow: hidden;}
.playground-list ul li .info strong{display: block;  font-size: 24px; line-height: 1.2; min-height: 60px;margin-top: 22px;}
.playground-list ul li .info span{display: block;  font-size: 16px;}
.playground-list ul li .pic{position: absolute; content: ''; width: 100%; height: 100%; top: 0; z-index: 2;}
.playground-list ul li .pic img{width: 100%; height: 100%; object-fit: cover; transform: scale(0); transition: .6s; border-radius: 50%;}
.playground-list ul li:hover  a{border-color: transparent;}
.playground-list ul li:hover .pic img{transform: scale(1);}
.playground-list ul li:hover .info{opacity: 0;}
.playground-list .item2{justify-content: center;}
.playground-list .item2 li{margin:  0 30px;}


.events{position: relative; margin: 88px 0 78px;}
.events-en b{position: absolute; content: ''; right: 0; top: -3%; font-size: 120px; color: rgba(51,51,51,0.02); line-height: 1; z-index: -1;}
.events .title-box{margin-bottom: 44px;}
.events-list ul li{flex: 1; margin-right: 10px; overflow: hidden; transition: .6s; position: relative;}
.events-list ul li:last-child{margin-right: 0;}
.events-list ul li .info{position: absolute; content: ''; background: url(../images/events-bg.png) no-repeat center bottom; bottom: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; background-size: cover}
.events-list ul li.on {flex: 2.1;}
.events-list ul li .text{display: flex; flex-direction: column; color: #fff; padding:  0 12%; box-sizing: border-box; transition: .6s; }
.events-list ul li .text em{font-size: 18px; margin-bottom: 30px;}
.events-list ul li .text span>img{margin-left: 14px; }
.events-list ul li .text span{  display: none;}
.events-list ul li.on .text{transform: translateY(-34px);}
.events-list ul li.on .text em{font-size: 24px; margin-bottom: 17px;}
.events-list ul li.on .text span{opacity: 1; display: block;}

.design-bg{background: #f6f6f6; padding: 64px 0 77px;}
.design-bg .index-title2{margin-bottom: 61px;}
.design-list{overflow: hidden;}
.design-list ul li .pic{overflow: hidden; margin-bottom: 10px;}
.design-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;}
.design-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;}
.design-list ul li .name{background: #ffffff;  border: 1px solid #eaeaea;  border-radius: 29px;}
.design-list ul li em{font-size: 18px; color: #333333; padding-left: 43px;}
.design-list ul li span{width: 60px;  height: 60px;  background: #179f94;  border: 1px solid #eaeaea;  border-radius: 50%;}
.design-list ul li span>img{transition: .6s;}
.design-list ul li:hover span>img{transform: rotate(180deg);}


.footer-bg{background: url(../images/foot-bg.jpg) no-repeat center top;color: #ffffff; padding: 65px 0 10px; background-size: cover; }
.foot-top{margin-bottom: 62px;}
.foot-top dl dt{font-size: 21px; font-weight: 700; margin-bottom: 6px;}
.foot-top dl i{display: block; width: 34px; height: 3px; background: #ffffff; border-radius: 2px;}
.contact-list{margin-top: 30px;}
.contact-list ul li {margin-bottom: 19px;}
.contact-list ul li .text{margin-left: 20px;}
.contact-list ul li .text em{font-size: 15px; display: block;}
.contact-list ul li .text strong{ font-size: 19px; line-height: 1;}
.foot-logo{margin-top: 46px;}
.foot-logo ul{display: grid; grid-template-columns: repeat(10, 1fr);gap:22px}
.foot-logo ul li .pic{overflow: hidden;}
.foot-logo ul li .pic img{display: block; width: 100%;}

.foot-copy  p{font-size: 14px; color: #f5f5f5;}
.foot-copy span{margin: 0 20px;}
.foot-copy  a{color: #f5f5f5;}
.foot-copy  p.backTop{cursor: pointer;}

#webMap-zw{height: 90px}