/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }
p { text-align: justify; margin-bottom: 0; }
ul, ol { list-style-type: none; margin-bottom: 0; }
img { border: 0; max-width: 100%; object-fit: cover;}
.clear { clear: both; }
html { overflow-x: hidden; font-size: 62.5%;}
body { overflow: hidden; height:100%; position: relative; font-size: 1em; }
html.on { overflow: hidden; height: 100%; }
.h60 { height: 60px; clear: both; }
.h120 { height: 120px; clear: both; background: #eee; }
input, buttom, textarea { -webkit-appearance: none; outline: none; }
input[type=radio], input[type=checkbox] { border: none !important; }
select { outline: none }
.fl { float: left; }
.fr { float: right; }
*:focus{ border:none; outline:none;box-shadow: none;}

::-webkit-scrollbar-track{background-color:#f7f7f7}
::-webkit-scrollbar{width:3px; height: 3px;}
::-webkit-scrollbar-thumb{background-color:#c1c1c1}

.header{ position: fixed; height: 120px; line-height: 120px; background: rgba(255,255,255,.82); z-index: 999; width: 100%; top: 0; left: 0; box-shadow: 0 0 10px rgba(0,0,0,.35); transition: all .3s;}
.header.on, .header:hover{ background: #fff;}
.header .container{ display: flex; align-items: center;}
.header .logo{ float: left; width: 25%;}
.header .pc-nav{ float: left; width: 70%;}
.header .pc-nav ul{ margin-left: 40%;}
.header .pc-nav li{ float: left; margin-left: 12.6%; position: relative;}
.header .pc-nav li > a{ font-size: 1.6em; color: #333; padding: 18px 0; position: relative;}
.header .pc-nav li:hover > a, .header .pc-nav li.on > a{ color: #227838;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 3px; background: #227838; width: 0; left: 0; bottom: 0; transition: all .3s;}
.header .pc-nav li:hover > a::before, .header .pc-nav li.on > a::before{ width: 100%;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 160px; background: #fff; top: 100%; left: 50%; animation-name: layui-upbit;  animation-fill-mode: both; animation-duration: .3s; display: none; box-shadow: 0 3px 10px rgba(0,0,0,.15); border-radius: 0 0 6px 6px;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .nav-box dl{ margin-bottom: 0;}
.header .pc-nav li .nav-box dd{ width: 100%; height: 45px; line-height: 45px; text-align: center; position: relative; border-bottom: 1px dashed #bfbfbf;}
.header .pc-nav li .nav-box dd:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd > a{ font-size: 1.4em; text-align: center; color: #333; display: block;}
.header .pc-nav li .nav-box dd:hover{ background: #227838;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}

@-webkit-keyframes layui-upbit {
	from {
		-webkit-transform: translate3d(0,-30px,0);
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		-webkit-transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0,-30px,0) ;
        transform: translateX(-50%);
		opacity: .3
	}

	to {
		transform: translate3d(0,0,0);
        transform: translateX(-50%);
		opacity: 1
	}
}

.header .search-pc{ position: relative; width: 5%; text-align: right;}
.header .search-pc img{ width: 24px; cursor: pointer;}
.header .search-pc .box{ position: absolute; height: 45px; line-height: 45px; background: #fff; width: 300px; top: 85%; right: -26px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.15); display: none;}
.header .search-pc .box input[type="text"]{ width: 75%; float: left; border: none; font-size: 1.4em; padding: 0 15px;}
.header .search-pc .box input[type="submit"]{ width: 25%; float: left; border: none; background: #227838; position: relative; z-index: 0;}
.header .search-pc .box i{ position: absolute; pointer-events: none; z-index: 1; width: 25%; height: 100%; right: 0; top: 0;}
.header .search-pc .box i img{ position: absolute; width: 24px; height: 24px; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.header .search{ padding:0 15px; text-align:right;}
.header .search > img{ width: 34px;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #227838; box-shadow: 0 5px 5px rgba(0,0,0,.5); display:none;}
.header .search-box input[type="text"]{ float:left; width:80%; height:40px; border:none; font-size:1.4em; color:#333; padding-right: 10px; line-height:40px;}
.header .search-box input[type="submit"]{ float:left; width:20%; height:40px; border:none; font-size:1.4em; background:#227838; color:#fff; line-height:40px;}
.header .search-box select{ position: absolute; width: 18%; top: 0; left: 0; height: 100%; padding: 0 10px; font-size: 1.4em; color: #333; border: none;}

.header .nav-btn { height: 60px; line-height: 60px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 26px; height: 24px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 26px; height: 2px; background: #227838; border-radius: 6px; position: absolute; left: 0; transition: all 0.3s linear 0s;}
.header .nav-btn .nav-icon span:nth-child(1) { top: 0; }
.header .nav-btn .nav-icon span:nth-child(2) { width: 16px; top: 10px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 20px }
.header .nav-active .nav-icon span:nth-child(2) { width: 26px; }
.header .nav-active .nav-icon span { background: #fff; }

.nav { position: fixed; width: 100%; height: 100%; top: 0; right: -100%; background: #fff; transition: all 0.2s linear 0s; z-index:99;}
.nav.on { right: 0; }
.nav .nav-top { background: #227838; font-size: 1.6em; color: #fff; padding: 0 20px; text-align:left; height: 60px; line-height: 60px;}
.nav ul{ overflow-x:hidden; height: 91%;}
.nav li{ width: 100%; line-height: 50px; border-bottom: 1px solid #ccc; position: relative;}
.nav li>a { display: inline-block; width: 80%; padding-left: 30px; height: 100%; font-size: 1.4em; color: #333; }
.nav li i{ position: absolute; font-size: 1.8em; color: #333; right: 20px; top: 18px; transition: all .3s;}
.nav li.on > i, .nav li dd.on > i{ transform: rotate(90deg);}
.nav li.on > a{ color: #227838;}
.nav li dl { margin-bottom: 0; display: none; background: #f2f2f2; }
.nav li dd { border-bottom: 1px dashed #ccc; position: relative;}
.nav li dd i{ top: 14px;}
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 80%; line-height: 45px; text-indent: 4em; font-size: 1.4em; color: #333; }
.nav li dd.on > a{ color: #227838;}
/* .nav li dd .nav-box{ display: none; }
.nav li dd .nav-box a{ border-top: 1px dashed #ccc; text-indent: 6em; }
.nav li dd .nav-box a:hover{ color: #227838;} */
.nav-bg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.35); left: 0; top: 0; display:none;}
.nav-bg.on{ display:block;}

.banner{ position: relative; height: 47.92vw; width: 100%; overflow: hidden;}
.banner .swiper-container, .banner .swiper-wrapper, .banner .swiper-slide{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide img{ position: absolute; width: 100%; height: 100%; transition: all 16s;}
.banner .swiper-slide-active img{ transform: scale(1.1);}
.banner .swiper-button-next{ right: -50px;}
.banner .swiper-button-prev{ left: -50px;}
.banner:hover .swiper-button-next{ right: 10px;}
.banner:hover .swiper-button-prev{ left: 10px;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 40px; height: 80px; border-radius: 4px; margin-top: -40px; background: rgba(0,0,0,.3); transition: all .3s;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next i, .banner .swiper-button-prev i{ color: #fff; font-size: 2.4em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 40px; height: 5px; background: #fff; margin: 0 7.5px !important; border-radius: 0; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 40px;}


.index-title{ text-align: center; position: relative; padding-top: 3.125vw;}
.index-title .t{ font-size: 3em; color: #227838; font-weight: bold; line-height: 30px; position: relative;}
.index-title i{ position: absolute; width: 50px; height: 5px; background: #227838; top: 0; left: 50%; transform: translateX(-50%);}

.i-about{ padding-top: 3.958vw;}
.i-about .top{ background: url(../images/iabout-title-bg.jpg) no-repeat right top;}
.i-about .top .text{ font-size: 1.6em; color: #333; line-height: 26px; margin-top: 50px; padding: 0 9%;}
.i-about .top .text p{ text-indent: 2em; line-height: 36px;}
.i-about .img{ margin-top: 2.92vw;}

.i-develop{ padding-top: 4.1667vw;}
.i-develop .list{ margin-top: 3.125vw;}
.i-develop .list ul{ display: flex;}
.i-develop .list li{ flex: 1;}
.i-develop .list li .box{ width: 100%; height: 472px; position: relative; overflow: hidden;} /*height: 24.58vw;*/
.i-develop .list li:nth-child(1) .box{ background: #f8f8f8;}
.i-develop .list li:nth-child(2) .box{ background: #fcfcfc;}
.i-develop .list li:nth-child(3) .box{ background: #efeeee;}
.i-develop .list li .box .img{ width: 100%; height: 100%; position: relative; overflow: hidden; z-index: 0;}
.i-develop .list li .box .img img{ position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.i-develop .list li .box .frame{ position: absolute; width: 100%; top: 100%; left: 0; height: 100%; transition: all .3s;}
.i-develop .list li:hover .box .frame{ top: 0;}
.i-develop .list li .box .frame::before{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 0; top: 0; left: 0;}
.i-develop .list li .box .frame .text-box{ position: absolute; width: 100%; padding: 0 11%; top: 50%; transform: translateY(-50%);}
.i-develop .list li .box .frame .top{ position: relative; z-index: 1;  font-size: 3em; color: #fff; line-height: 1; font-weight: bold; text-align: center; width: 100%;}
.i-develop .list li .box .frame .text{ position: relative; z-index: 1; margin-top: 30px;}
.i-develop .list li .box .frame .text .t{ font-size: 2em; color: #fff; font-weight: bold; margin-top: 20px;}
.i-develop .list li .box .frame .text .p{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 5px;}
.i-develop .list li:nth-child(2) .box .frame .text .t{ margin-top: 25px;}
.i-develop .list li:last-child .box .frame .text .t{ margin-top: 30px;}

.i-map{ padding: 3.6458vw 0 0;}
.i-map .box{ margin-top: 2.6vw; height: 670px; background: url(../images/i-map-bg.jpg) no-repeat center; background-size: cover;}
.i-map .box .container{ display: flex; align-items: center; height: 100%;}
.i-map .box .map{ width: 62%; height: 100%; background: url(../images/i-map-bg.png) no-repeat center right; background-size: auto 100%; position: relative;}
.i-map .box .map::before{ content: ""; position: absolute; width: 100%; height: 100%; background: url(../images/i-map-bg3.png) no-repeat center; background-size: auto 100%; opacity: 0; z-index: 2;}
.i-map .box .map::after{ content: ""; position: absolute; width: 100%; height: 100%; background: url(../images/i-map-bg2.png) no-repeat center; background-size: auto 100%; opacity: 0; z-index: 1; left: 24px;}
.i-map .box .map .icon{ width: 16px; height: 16px; position: absolute;}
.i-map .box .map .icon i{ width: 6px; height: 6px; position: absolute; background: #00a8ff; border-radius: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.i-map .box .map .icon i::before{ content: ""; background: url(../images/map-icon.png) no-repeat center; width: 0; height: 0; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); opacity: 0;}
.i-map .box .map .icon::before, .i-map .box .map .icon::after{ content: ""; position: absolute; border-radius: 50%; background-color: rgba(0, 168, 255, 0.2); z-index: 0; width: 100%; height: 100%; opacity: 0;}
.i-map .box .map .icon::before {
  animation: iconScale 2s linear infinite 4s forwards;
}
.i-map .box .map .icon:after {
  animation: iconScale 3s 1s linear infinite 4s forwards;
}
.i-map .box .map .icon1{ top: 65%; right: 29%;} /* 武汉 */
.i-map .box .map .icon2{ top: 56.6%; right: 37%;} /* 西安 */
.i-map .box .map .icon3{ top: 60.8%; right: 44.5%;} /* 成都 */
.i-map .box .map .icon4{ top: 63.8%; right: 39.8%;} /* 重庆 */
.i-map .box .map .icon5{ top: 68.9%; right: 44.5%;} /* 泸州 */
.i-map .box .map .icon6{ top: 57.4%; right: 29%;} /* 郑州 */
.i-map .box .map .icon7{ top: 70.2%; right: 29.8%;} /* 长沙 */
.i-map .box .map .icon8{ top: 62%; right: 22.4%;} /* 合肥 */
.i-map .box .map .icon9{ top: 59.7%; right: 18.4%;} /* 苏州 */
.i-map .box .map .icon10{ top: 69.5%; right: 24.4%;} /* 南昌 */
.i-map .box .map .icon11{ top: 58.8%; right: 11.6%;} /* 上海 */
.i-map .box .map .icon12{ top: 82.5%; right: 36%;} /* 南宁 */

.i-map .box .map .icon13{ top: 79.2%; right: 29.8%;} /* 广州 */
.i-map .box .map .icon14{ top: 82.8%; right: 30%;} /* 东莞 */
.i-map .box .map .icon15{ top: 77.2%; right: 21.4%;} /* 惠州 */
.i-map .box .map .icon16{ top: 83.5%; right: 22.6%;} /* 深圳 */
.i-map .box .map .icon17{ top: 84%; right: 24.2%;} /* 香港 */
.i-map .box .map .icon18{ top: 76.5%; right: 44.5%;} /* 昆明 */
.i-map .box .map .icon19{ top: 80%; right: 49%;} /* 楚雄 */
.i-map .box .map .icon20{ top: 81.5%; right: 41.8%;} /* 玉溪 */
.i-map .box .map .icon21{ top: 65.2%; right: 48%;} /* 广汉 */
.i-map .box .map .icon22{ top: 53.5%; right: 45.5%;} /* 兰州 */
.i-map .box .map .icon23{ top: 68%; right: 17.5%;} /* 金华 */
.i-map .box .map .icon24{ top: 34.5%; right: 20.6%;} /* 廊坊 */
.i-map .box .map .icon25{ top: 37%; right: 34.5%;} /* 包头 */
.i-map .box .map .icon26{ top: 43.8%; right: 24.5%} /* 石家庄 */
.i-map .box .map .icon27{ top: 46.8%; right: 29.2%;} /* 太原 */
.i-map .box .map .icon28{ top: 47.5%; right: 17%;} /* 淄博 */
.i-map .box .map .icon29{ top: 91%; right: 32%;} /* 海口 */

.i-map .box .map .icon30{ top: 33.6%; right: 73.8%; opacity: 0;} /* 乌鲁木齐 */
.i-map .box .map .icon31{ top: 44%; right: 45%; opacity: 0;} /* 银川 */
.i-map .box .map .icon32{ top: 58%; right: 69%; opacity: 0;} /* 拉萨 */
.i-map .box .map .icon33{ top: 18%; right: 5%; opacity: 0;} /* 哈尔滨 */
.i-map .box .map .icon34{ top: 25%; right: 7.6%; opacity: 0;} /* 长春 */
.i-map .box .map .icon35{ top: 31%; right: 11.5%; opacity: 0;} /* 沈阳 */

.i-map .box .map.aos-animate::before{ animation: map-style2 .2s linear 2s forwards;}
.i-map .box .map.aos-animate::after{ animation: map-style2 .2s linear 3s forwards;}

/* .i-map .box .map.aos-animate .icon i::before{ animation: map-style1 .2s linear 3s forwards;} */
.i-map .box .map.aos-animate .icon1 i::before{ animation: map-style1 .2s linear 1s forwards;}
.i-map .box .map.aos-animate .icon35 i::before, .i-map .box .map.aos-animate .icon34 i::before, .i-map .box .map.aos-animate .icon32 i::before, .i-map .box .map.aos-animate .icon30 i::before, .i-map .box .map.aos-animate .icon16 i::before, .i-map .box .map.aos-animate .icon26 i::before, .i-map .box .map.aos-animate .icon4 i::before, .i-map .box .map.aos-animate .icon13 i::before, .i-map .box .map.aos-animate .icon33 i::before, .i-map .box .map.aos-animate .icon9 i::before, .i-map .box .map.aos-animate .icon11 i::before{ animation: map-style1 .2s linear 2s forwards;}

.i-map .box .map.aos-animate .icon13, .i-map .box .map.aos-animate .icon14, .i-map .box .map.aos-animate .icon15, .i-map .box .map.aos-animate .icon16, .i-map .box .map.aos-animate .icon17, .i-map .box .map.aos-animate .icon18, .i-map .box .map.aos-animate .icon19, .i-map .box .map.aos-animate .icon20, .i-map .box .map.aos-animate .icon21, .i-map .box .map.aos-animate .icon22, .i-map .box .map.aos-animate .icon23, .i-map .box .map.aos-animate .icon24, .i-map .box .map.aos-animate .icon25, .i-map .box .map.aos-animate .icon26, .i-map .box .map.aos-animate .icon27, .i-map .box .map.aos-animate .icon28, .i-map .box .map.aos-animate .icon29{ animation: map-style2 .2s linear 4s forwards;}
.i-map .box .map.aos-animate .icon30, .i-map .box .map.aos-animate .icon31, .i-map .box .map.aos-animate .icon32, .i-map .box .map.aos-animate .icon33, .i-map .box .map.aos-animate .icon34, .i-map .box .map.aos-animate .icon35{ animation: map-style2 .2s linear 2s forwards;}

.i-map .box .text{ flex: 1; padding-left: 100px;}
.i-map .box .text .t{ font-size: 2.4em; color: #fff; border-bottom: 2px solid #00a8ff; padding-bottom: 15px; line-height: 24px;}
.i-map .box .text .p{ color: #fff; font-size: 1.4em; line-height: 26px; margin-top: 28px;}
.i-map .box .text .p p+p{ margin-top: 15px;}

@keyframes map-style1{
	to{ opacity: 1; width: 18px; height: 30px;}
}
@keyframes map-style2{
	to{ opacity: 1;}
}

.i-advantage{ padding: 3.125vw 0 3.854vw; background: url(../images/iadvantage-bg.jpg) no-repeat center; background-size: cover;}
.i-advantage .index-title i{ background: #fff;}
.i-advantage .index-title .t{ color: #fff;}
.i-advantage .box{ margin-top: 3.91vw; overflow: hidden;}
.i-advantage .box li{ width: 33.33%; float: left; padding: 0 17.5px; text-align: center;}
.i-advantage .box li b{ font-size: 5em; color: #00a8ff; font-weight: bold; display: inline-block; line-height: 40px;}
.i-advantage .box li span{ font-size: 2.4em; color: #fff; margin-left: 5px;}
.i-advantage .box li p{ font-size: 1.8em; color: #fff; text-align: center; line-height: 20px; margin-top: 15px;}
.i-advantage .list{ margin-top: 3.125vw;}
.i-advantage .list ul{ display: flex; flex-wrap: wrap; align-items: center; justify-self: center; justify-content: center; margin: -17.5px;}
.i-advantage .list li{ padding: 17.5px; width: 33.33%; position: relative; cursor: pointer;}
.i-advantage .list li .box{ position: relative; margin-top: 0;}
.i-advantage .list li .box .frame{ position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1;}
.i-advantage .list li .box .frame .t{ font-size: 1.8em; color: #fff; font-weight: bold; position: relative;  line-height: 40px; text-align: center;}
.i-advantage .list li .box .frame .t span{ display: inline-block; padding-left: 58px; position: relative;}
.i-advantage .list li .box .frame .t i{ width: 37px; height: 37px; position: absolute; left: 0; top: 44%; transform: translateY(-50%);}
.i-advantage .list li .box .frame .t i img{ display: none;}
.i-advantage .list li .box .frame .t i .b{ display: inline-block;}
.i-advantage .list li .box .frame .p{ font-size: 1.4em; color: #fff; line-height: 20px; margin-top: 15px; padding: 0 20px; text-align: justify;}
.i-advantage .list li .box .img{ position: relative; z-index: 0; overflow: hidden; width: 100%; height: 180px;}
.i-advantage .list li .box .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-advantage .list li:hover .box .img img{ transform: scale(1.1);}

.i-news{ padding: 3.54vw 0 2.9vw; overflow: hidden;}
.i-news .box{ display: flex; overflow: hidden; margin-top: 3.125vw;}
.i-news .box .hot{ width: 40%; height: 400px;  padding-right: 10px;}
.i-news .box .hot a{ display: block; position: relative; width: 100%; height: 100%;}
.i-news .box .hot .img{ position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 0;}
.i-news .box .hot .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-news .box .hot:hover .img img{ transform: scale(1.1);}
.i-news .box .hot .t{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 45px; line-height: 45px; background: rgba(0,0,0,.5); text-align: center; padding: 0 5px; font-size: 1.6em; color: #fff; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .box .hot:hover .t{ background: #227838;}
.i-news .box .list{ flex: 1; padding-left: 35px;}
.i-news .box .list li{ border-top: 1px solid #bdbdbd; padding: 24px 0;}
.i-news .box .list li:first-child{ border-top: none; padding-top: 0;}
.i-news .box .list li:last-child{ padding-bottom: 0;}
.i-news .box .list li a{ display: flex; width: 100%; align-items: center;}
.i-news .box .list li .date{ width: 105px; height: 100px; padding: 18px 0; background: #d1d1d1; text-align: center;}
.i-news .box .list li:hover .date{ background: #227838;}
.i-news .box .list li .date span{ font-size: 5em; line-height: 40px; display: inline-block; color: #227838;}
.i-news .box .list li .date p{ font-size: 1.8em; color: #414241; line-height: 20px; text-align: center; margin-top: 5px;}
.i-news .box .list li:hover .date span, .i-news .box .list li:hover .date p{ color: #fff;}
.i-news .box .list li .text{ flex: 1; padding-left: 20px;}
.i-news .box .list li .text .t{ font-size: 1.6em; color: #333; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .box .list li .text .p{ font-size: 1.4em; color: #5a5a5a; line-height: 24px; margin-top: 8px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news .box .list li:hover .text .t{ color: #227838;}


.footer{ padding: 2.9vw 0 2.34vw; background: url(../images/foot-bg.jpg) no-repeat center; background-size: cover;}
.foot-contact{ width: 32.31%; float: left; border-right: 1px solid rgba(255,255,255,.5);}
.foot-contact .foot-logo{ overflow: hidden;}
.foot-contact .foot-involve{ margin-top: 35px; display: flex; align-items: center; justify-self: center;}
.foot-contact .foot-involve .img{ width: 172px;}
.foot-contact .foot-involve .btns{ flex: 1; height: 40px; padding: 0 15px 0 5px;}
.foot-contact .foot-involve .btns ul{ display: flex; flex-wrap: wrap;}
.foot-contact .foot-involve .btns li{ width: 33.33%; text-align: center; position: relative;}
.foot-contact .foot-involve .btns li i{ display: inline-block; width: 40px; height: 40px; position: relative; border-radius: 100%; background: #fff;}
.foot-contact .foot-involve .btns li i img{ position: absolute; width: 24px; height: 24px; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.foot-contact .foot-involve .btns li:last-child i img{ width: 20px; height: 20px;}
.foot-contact .foot-involve .btns li .code-img{ position: absolute; width: 160px; height: 182px; background: #fff; border-radius: 4px; padding: 10px; bottom: 130%; left: 50%; transform: translateX(-50%); box-shadow: 0 3px 12px rgba(0,0,0,.35); display: none;}
.foot-contact .foot-involve .btns li:hover .code-img{ display: block;}
.foot-contact .foot-involve .btns li .code-img::before{ content: ""; position: absolute; border-top: 8px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; top: 100%; left: 50%; transform: translateX(-50%);}
.foot-contact .foot-involve .btns li .code-img img{ width: 100%;}
.foot-contact .foot-involve .btns li .code-img p{ font-size: 1.4em; color: #333; text-align: center;}
.foot-contact .foot-xx{ padding-top: 24px;}
.foot-contact .foot-xx p{ padding-left: 32px; line-height: 24px; position: relative; font-size: 1.4em; color: #fff; margin-top: 15px;}
.foot-contact .foot-xx p i{ position: absolute; width: 20px; height: 20px; line-height: 20px; left: 0; top: 50%; transform: translateY(-50%);}
.foot-nav{ float: left; width: 29.24%; padding: 0 3.2vw;}
.foot-nav dt{ font-size: 1.8em; line-height: 20px; font-weight: bold;  text-transform: uppercase; color: #fff; margin-top: 16px;}
.foot-nav dd{ width: 50%; float: left; line-height: 20px;  margin-top: 2.9vw;}
.foot-nav dd a{ display: inline-block; color: #fff; font-size: 1.4em; padding-left: 18px; position: relative;}
.foot-nav dd a::before{ content: ""; position: absolute; width: 3px; height: 20px; background: #fff; left: 0; top: 50%; transform: translateY(-50%);}
.foot-message{ width: 38.45%; float: left; background: rgba(0,0,0,.3); padding: 35px 50px;}
.foot-message li{ width: 100%; overflow: hidden; float: left;}
.foot-message li+li{ margin-top: 20px;}
.foot-message li .box{ display: flex; background: #fff; position: relative;}
.foot-message li .box label{ width: 100px; margin-bottom: 0; line-height: 40px; font-size: 1.4em; color: #999; font-weight: normal; text-align: right;}
.foot-message li .box select{ flex: 1; width: 100%; border: none; font-size: 1.4em; color: #333; appearance: none;}
.foot-message li:first-child .box::before{ content: ""; position: absolute; border-top: 8px solid #333; border-right: 4px solid transparent; border-left: 4px solid transparent; right: 10px; top: 50%; transform: translateY(-50%);}
.foot-message li:nth-child(2){ width: 48%; float: left;}
.foot-message li:nth-child(3){ width: 48%; float: right;}
.foot-message li .box input{ width: 100%; height: 40px; border: none; padding: 0 15px; font-size: 1.4em; color: #333;}
.foot-message li .box textarea{ width: 100%; height: 80px; padding: 10px 15px; font-size: 1.4em; color: #333;}
.foot-message li:last-child{ text-align: center;}
.foot-message li input[type="reset"], .foot-message li input[type="submit"]{ width: 35%; height: 40px; border: none; font-size: 1.4em; background: #c7c7c7; color: #fff;}
.foot-message li input[type="submit"]{ background: #227838; margin-left: 30px;}

.footer-copy{ background: #227838; padding: 15px 0; line-height: 30px; text-align: center; color: #fff; font-size: 1.4em;}
.footer-copy a{ color: #fff; display: inline-block;}

.xf-box{ background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 16px; position: fixed; right: 0; bottom: 10%; padding: 30px 0 25px; z-index: 9999; display: none;}
.xf-box li{ position: relative;}
.xf-box li .box{ position: absolute; right: 110%; width: 200px; padding: 15px 10px; border-radius: 6px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); top: 50%; transform: translateY(-50%); display: none;}
.xf-box li.tel .box{ width: 210px;}
.xf-box li:hover .box{ display: block;}
.xf-box li .box .img img{ width: 100%;}
.xf-box li .box .p{ font-size: 1.4em; color: #333; text-align: center;}
.xf-box li+li{ margin-top: 25px;}
.xf-box li .icon{ height: 58px; width: 120px; position: relative;}
.xf-box li .icon img{ transition: all .3s;}
/* .xf-box li:hover .icon img{ transform: rotateY(360deg);} */
.xf-box li .icon i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.xf-box li:hover .icon i{ display: none;}
.xf-box li:hover .icon i:last-child{ display: block;}
.xf-box li .t{ font-size: 1.6em; line-height: 30px; text-align: center; color: #333; margin-top: 8px;}
.xf-box li:hover .t{ color: #227838;}

.page-banner{ margin-top: 120px; height: 29.167vw;}

.page-nav{ border-bottom: 1px solid #dcdcdc; height: 70px; line-height: 70px;}
.page-nav ul{ display: flex; flex-wrap: wrap;}
.page-nav li{ width: calc( (100% - 300px) / 7); margin-left: 50px;}
.page-nav li:first-child{ margin-left: 0;}
.page-nav li a{ display: block; font-size: 1.6em; color: #333; position: relative; text-align: center;}
.page-nav li.on a, .page-nav li:hover a{ color: #227838;}
.page-nav li a::before{ content: ""; position: absolute; width: 0; height: 3px; background: #227838; left: 0; bottom: 0; transition: all .3s;}
.page-nav li.on a::before, .page-nav li:hover a::before{ width: 100%;}

.page-title{ text-align: center; font-size: 3em; color: #227838; line-height: 30px; padding-bottom: 32px; position: relative;}
.page-title::before{ content: ""; position: absolute; width: 60px; height: 5px; background: #227838; bottom: 0; left: 50%; transform: translateX(-50%);}
.page-text{ font-size: 2.4em; color: #227838; margin-top: 18px; line-height: 30px; text-align: center;}

.about-box{ padding: 55px 0 85px;}
.about-box .text{ margin-top: 55px; display: flex; align-items: center;  border: 1px solid #e3e3e3; transition: all .3s;} 
.about-box .text:hover{ box-shadow: 0 0 10px rgba(0,0,0,.15);}
.about-box .text .img{ width: 47%; height: 240px; position: relative; overflow: hidden;}
.about-box .text .img img{ position: absolute; width: 100%; height: 100%; transition: all .6s;}
.about-box .text:hover .img img{ transform: scale(1.1);}

.about-box .text .t{ width: 310px; height: 236px; background: #227838; position: relative;}
.about-box .text .t span{ font-size: 3.2em; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 100%; line-height: 30px; text-align: center; padding: 0 15px;}
.about-box .text .p{ flex: 1; font-size: 1.8em; color: #000; line-height: 36px; padding: 0 35px 0 45px; text-align: justify;}
.about-box .text2{ margin-top: 45px; display: flex; border: 1px solid #e3e3e3; transition: all .3s;}
.about-box .text2:hover{ box-shadow: 0 0 10px rgba(0,0,0,.15);}
.about-box .text2 .p{ padding: 46px 70px 55px 35px; font-size: 1.8em; color: #000; line-height: 36px;  flex: 1; text-align: justify;}
.about-box .text2 .img{ width: 47%; position: relative; overflow: hidden;}
.about-box .text2 .img img{ position: absolute; width: 100%; height: 100%; transition: all .6s;}
.about-box .text2:hover .img img{ transform: scale(1.1);}

.advantage-box{ padding: 45px 0 65px; background: url(../images/about-box2-bg.jpg) no-repeat center; background-size: cover;}
.advantage-box .page-title{ color: #fff;}
.advantage-box .page-title::before{ background: #fff;}
.advantage-box .box{ margin-top: 62px; display: flex;}
.advantage-box .box .frame{ margin-top: 85px; width: 47%;}
.advantage-box .box .frame .text{ font-size: 1.4em; color: #fff; line-height: 24px;}
.advantage-box .box .frame .text p+p{ margin-top: 20px;}
.advantage-box .box .frame .list{ overflow: hidden; margin-top: 50px;}
.advantage-box .box .frame .list li{ width: 33.33%; float: left; padding: 0 7.5px; text-align: center;}
.advantage-box .box .frame .list li *{ transition: all .3s;}
.advantage-box .box .frame .list li b{ font-size: 5em; color: #00a8ff; font-weight: bold; display: inline-block; line-height: 40px;}
.advantage-box .box .frame .list li span{ font-size: 2.4em; color: #fff; margin-left: 5px;}
.advantage-box .box .frame .list li p{ font-size: 1.8em; color: #fff; text-align: center; line-height: 20px; margin-top: 15px;}
.advantage-box .box .img{ width: 53%; float: left; text-align: right;}

.team-box{ padding-top: 90px;}
.team-box .frame{ margin-top: 35px; overflow: hidden; padding: 62px 0; position: relative; display: flex; align-items: center;}
.team-box .frame .img{ position: relative; z-index: 1; width: 60.5%;}
.team-box .frame .img img{ transition: all .6s;}
.team-box .frame .img:hover img{ transform: translateY(-20px);}
.team-box .frame .box{ position: relative; z-index: 1; flex: 1; padding: 0 40px 0 30px;}
.team-box .frame .box .top{ color: #000;}
.team-box .frame .box .top .sub_title{ font-size: 2.4em; line-height: 30px;}
.team-box .frame .box .top .title{ font-size: 2.8em; line-height: 30px; margin-top: 25px;}
.team-box .frame .box .text{ margin-top: 30px; font-size: 1.4em; line-height: 24px; color: #575757; text-indent: 2em;}
.team-box .frame .bg{ position: absolute; top: 0; right: 0; z-index: 0; width: 54.23%; height: 100%; border-radius: 20px; background: url(../images/about-box3-bg.png) no-repeat top right #e5e2e2;}

.culture-box{ padding: 98px 0 72px; overflow: hidden;}
.culture-box .box{ display: flex; margin-top: 84px;}
.culture-box .box .text{ width: 48%; position: relative; margin-right: 30px;}
.culture-box .box .text .line{ position: absolute; width: 2px; height: 100%; background: #227838; top: 0; left: 23.4%;}
.culture-box .box .text li{ display: flex; line-height: 26px; margin: 47px 0; align-items: center; cursor: pointer;}
.culture-box .box .text li .t{ width: 25%; padding-right: 34px; text-align: right; position: relative; font-size: 1.8em; color: #333; font-weight: bold;}
.culture-box .box .text li:hover .t{ color: #227838;}
.culture-box .box .text li .t i{ position: absolute; width: 18px; height: 18px; background: #227838; border-radius: 100%; right: 0; top: 50%; transform: translateY(-50%);}
.culture-box .box .text li .p{ font-size: 1.4em; color: #333; flex: 1; padding-left: 18px;}
.culture-box .box .text li:hover .p{ color: #227838;}
.culture-box .box .img{ flex: 1; position: relative; border-radius: 20px; overflow: hidden;}
.culture-box .box .img img{ position: absolute; width: 100%; height: 100%; transition: all .6s;}
.culture-box .box .img:hover img{ transform: scale(1.1);}

.service-box{ padding: 80px 0 25px;}
.service-box .box{ overflow: hidden; margin-top: 56px;}
.service-box .box .frame1{ width: 46%; float: left; padding-top: 24px; position: relative; z-index: 1;}
.service-box .box .frame1 .list{ position: absolute; z-index: 1; width: 100%; height: 100%; }
.service-box .box .frame1 .list li{ position: absolute; width: 140px; transition: all .3s; cursor: pointer;}
.service-box .box .frame1 .list li:hover{ transform: translateY(-10px);}
.service-box .box .frame1 .list li .t{ font-size: 1.8em; font-weight: bold; color: #fff; line-height: 38px; padding-right: 35px; position: relative;}
.service-box .box .frame1 .list li:nth-child(-n+3) .t{ padding-right: 0; padding-left: 35px;}
.service-box .box .frame1 .list li .t i{ position: absolute; width: 35px; height: 35px; right: 0; top: 50%; transform: translateY(-50%);}
.service-box .box .frame1 .list li .t i img{ position: absolute; max-width: 24px; max-height: 24px; left: 0; top: 50%; transform: translateY(-50%);}
.service-box .box .frame1 .list li:nth-child(-n+3) .t i, .service-box .box .frame1 .list li:nth-child(-n+3) .t i img{ left: 0; right: inherit;}
.service-box .box .frame1 .list li .p{ font-size: 1.4em; color: #fff; line-height: 24px; margin-top: 2px; text-align: justify;}
.service-box .box .frame1 .list li.dw1{ top: 44%; left: 6%;}
.service-box .box .frame1 .list li.dw2{ top: 22%; left: 4%; width: 156px;}
.service-box .box .frame1 .list li.dw2 .t{ margin-left: 18px;}
.service-box .box .frame1 .list li.dw3{ top: 4.8%; left: 24.5%;}
.service-box .box .frame1 .list li.dw3 .t{ margin-left: 18px;}
.service-box .box .frame1 .list li.dw4{ top: 4.8%; left: 54%; width: 156px;}
.service-box .box .frame1 .list li.dw4 .t i{ right: 25%;}
.service-box .box .frame1 .list li.dw5{ top: 22%; left: 72%; width: 164px;}
.service-box .box .frame1 .list li.dw5 .t{ margin-left: 20px;}
.service-box .box .frame1 .list li.dw5 .t i{ right: 18%;}
.service-box .box .frame1 .list li.dw6{ top: 44%; left: 73%;}
.service-box .box .frame1 .list li.dw6 .t{ margin-left: 20px;}
.service-box .box .frame1 .text{ font-size: 2.4em; line-height: 76px; color: #227838; background: rgba(255,255,255,.55); position: absolute; width: 92%; text-align: center; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 1;}
.service-box .box .frame1:hover .text{ background: #227838; color: #fff;}
.service-box .box .frame1 .bg{ position: relative; z-index: 0;}
.service-box .box .frame2{ width: 48%; float: right; position: relative; z-index: 0; margin-top: 30px;}
.service-box .box .frame2 .text{ line-height: 50px; font-size: 2em; color: #fff; background: #227838; width: 70%; text-align: center; position: absolute; left: 10px; top: 35px; z-index: 1;}
.service-box .box .frame2 .bg{ margin: 0 -52px 0 -20px; position: relative; z-index: 0;}
.service-box .box .frame2 .bg .img{ position: relative; z-index: 0;}
.service-box .box .frame2 .bg .img1{ position: absolute; top: 0; left: 0; z-index: 2; transition: all .6s;}
.service-box .box .frame2 .bg .img2{ position: absolute; top: 0; left: 0; z-index: 1; transition: all .6s;}
.service-box .box .frame2:hover .bg .img1{ transform: translateY(15px);}
.service-box .box .frame2:hover .bg .img2{ transform: translateY(-15px);}

.xlz-box{ background: url(../images/xlz-bg.jpg) no-repeat center; background-size: cover; padding: 72px 0 46px;}
.xlz-box .list{ margin-top: 55px; overflow: hidden;}
.xlz-box .list li{ width: calc( (100% - 70px) / 3); margin-left: 35px; float: left;}
.xlz-box .list li:first-child{ margin-left: 0;}
.xlz-box .list li .img{ width: 100%; height: 240px; position: relative; overflow: hidden;}
.xlz-box .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.xlz-box .list li:hover .img img{ transform: scale(1.1);}
.xlz-box .list li .text{ background: #f6f6f6; padding: 45px 18px;}
.xlz-box .list li:hover .text{ background: #227838;}
.xlz-box .list li .text .t{ font-size: 2.4em; text-align: center; color: #333; font-weight: bold; line-height: 24px;}
.xlz-box .list li .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 20px; text-align: justify;}
.xlz-box .list li:hover .text .t, .xlz-box .list li:hover .text .p{ color: #fff;}

.case-box{ padding: 60px 0 30px;}
.case-box .hd{ text-align: center; height: 50px; margin-top: 32px;}
.case-box .hd ul{ display: inline-block;}
.case-box .hd li{ line-height: 50px; padding: 0 10px; text-align: center; float: left; cursor: pointer;}
.case-box .hd li span{ display: inline-block; width: 200px; background: #e1e1e1; font-size: 1.6em; color: #333;}
.case-box .hd li.on span{ background: #227838; color: #fff;}
.case-box .bd{ margin-top: 55px;}
.case-box .bd .list{ overflow: hidden;}
.case-box .bd .frame{ width: calc( (100% - 120px) / 3); margin-left: 60px; float: left;}
.case-box .bd .frame:first-child{ margin-left: 0;}
.case-box .bd .frame li+li{ margin-top: 22px;}
.case-box .bd .frame li .img{ width: 100%; height: 0; overflow: hidden; position: relative; transition: all .3s;}
.case-box .bd .frame li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.case-box .bd .frame li:hover .img img{ transform: scale(1.1);}
.case-box .bd .frame li.on .img{ height: 350px;}
.case-box .bd .frame li .t{ line-height: 76px; background: #f0f0f0; padding: 0 10px 0 25px; font-size: 1.8em; color: #333; font-weight: bold; display: flex; align-items: center; transition: all .3s;}
.case-box .bd .frame li.on .t{ text-align: center; padding: 0 10px; line-height: 50px;}
.case-box .bd .frame li.on .t i{ display: none;}
.case-box .bd .frame li .t span{ flex: 1; width: 100%; padding-right: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.case-box .bd .frame li .t i{ display: inline-block; width: 48px; height: 13px; line-height: 0;}

.page-box{ padding: 44px 0 75px; overflow: hidden;}
.ty-left{ width: 22.31%; float: left;}
.ty-left .ty-top{ width: 100%; height: 112px; line-height: 112px; background: #227838; font-size: 3em; font-weight: bold; color: #fff; text-align: center; margin: 0;}
.ty-left .ty-nav{ overflow: hidden;}
.ty-left .ty-nav li{ margin-top: 2px;}
.ty-left .ty-nav li:last-child{ margin-top: 30px;}
.ty-left .ty-nav li > a{ display: inline-block; height: 60px; line-height: 60px; font-size: 2.2em; color: #fff; background: #238d3e; width: 100%; padding-left: 34px; font-weight: bold; position: relative;}
.ty-left .ty-nav li > a i{ position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px;}
.ty-left .ty-nav li > a i::before{ content: ""; position: absolute; width: 100%; height: 2px; background: #fff; top: 50%; transform: translateY(-50%);}
.ty-left .ty-nav li.on > a i::after{ content: ""; position: absolute; width: 2px; height: 100%; background: #fff; left: 50%; transform: translateX(-50%);}
.ty-left .ty-nav li dl{ margin-bottom: 0; margin-top: 3px;}
.ty-left .ty-nav li dd{ height: 50px; line-height: 50px; background: #d1d1d1; font-size: 1.8em; color: #000; padding-left: 34px; position: relative;}
.ty-left .ty-nav li dd+dd{ margin-top: 2px;}
.ty-left .ty-nav li dd a{ display: block; color: inherit;}
.ty-left .ty-nav li dd a i{ position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #999; font-size: 3rem;}
.ty-left .ty-nav li dd.on{ color: #fff; background: #999;}
.ty-left .ty-nav li dd.on a i{ color: #fff;}

.ty-right{ width: 77.69%; float: left; padding-left: 30px;}
.ty-right .ty-top{ padding: 15px 0; border-bottom: 1px solid #bdbdbd; display: flex;}
.ty-right .ty-top .title{ font-size: 3em; line-height: 30px; font-weight: bold; padding: 0 15px; float: left; position: relative;}
.ty-right .ty-top .title::before{ content: ""; position: absolute; width: 100%; height: 1px; background: #227838; left: 0; bottom: -16px;}
.ty-right .ty-top .mbx{ flex: 1; text-align: right; font-size: 1.4em; color: #333; line-height: 30px;}
.ty-right .ty-top .mbx a{ color: inherit; display: inline-block;}
.ty-right .ty-top .mbx a:hover{ color: #227838; text-decoration: underline;}
.ty-right .ty-top .mbx span{ position: relative; padding-left: 35px; display: inline-block;}
.ty-right .ty-top .mbx span i{ position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.case-list{ overflow: hidden;}
.case-list .list{ margin-top: 35px; overflow: hidden;}
.case-list .list li{ width: calc( (100% - 40px) / 3); margin-right: 20px; margin-bottom: 40px; float: left;}
.case-list .list li:nth-child(3n){ margin-right: 0;}
.case-list .list li .img{ width: 100%; height: 280px; position: relative; overflow: hidden;}
.case-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.case-list .list li:hover .img img{ transform: scale(1.1);}
.case-list .list li .t{ background: #f5f5f5; padding: 0 20px; line-height: 58px; font-size: 1.6em; color: #333; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.case-list .list li:hover .t{ background: #227838; color: #fff;}

.news-list .list{ overflow: hidden; margin-top: 35px; margin-bottom: 75px;}
.news-list .list li+li{ margin-top: 25px;}
.news-list .list li a{ display: flex; align-items: center; background: #f5f5f5;}
.news-list .list li .img{ width: 278px; height: 166px; overflow: hidden; position: relative;}
.news-list .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.news-list .list li:hover .img img{ transform: scale(1.1);}
.news-list .list li .text{ padding-left: 28px; flex: 1;}
.news-list .list li .text .t{ font-size: 1.8em; color: #333; line-height: 24px; margin: 0; font-weight: bold; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list .list li:hover .text .t{ color: #227838;}
.news-list .list li .text .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 8px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-list .list li .text .other{ line-height: 20px; overflow: hidden; margin-top: 12px;}
.news-list .list li .text .other span{ display: inline-block; padding-left: 25px; position: relative; color: #333; font-size: 1.4em;}
.news-list .list li .text .other span i{ position: absolute; width: 15px; height: 15px; left: 0; top: 50%; transform: translateY(-50%); line-height: 15px;}
.news-list .list li .text .see{ margin-left: 25px;}
.news-list .list li .text .other .more{ float: right; margin-right: 50px;}
.news-list .list li .text .other .more span{ padding: 0 25px 0 0; color: #227838;}
.news-list .list li .text .other .more span i{ left: inherit; right: 0; transition: all .3s;}
.news-list .list li .text .other .more:hover span i{ right: -10px;}

.news-con{ padding-top: 40px;}
.news-con .title{ font-size: 3em; text-align: center; font-weight: bold; margin: 0;}
.news-con .bq{ text-align: center; margin-top: 25px;}
.news-con .bq span{ display: inline-block; padding-left: 25px; position: relative; color: #999; font-size: 1.4em; margin: 0 10px;}
.news-con .bq span i{ position: absolute; width: 15px; height: 15px; left: 0; top: 50%; transform: translateY(-50%); line-height: 15px;}
.news-con .text{ margin-top: 25px; font-size: 1.6em; line-height: 1.8; color: #333; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5;}
.news-con .text p+p { margin-top: 10px; }
.news-con .text img { max-width: 100%; height: auto !important; }


.contact-box{ padding: 68px 0 50px; overflow: hidden;}
.contact-box .box1{ padding: 50px; background: #e5e2e2;}
.contact-box .box1 .frame{ display: flex; align-items: center;}
.contact-box .box1 .frame .img{ width: 284px; height: 200px; position: relative; overflow: hidden;}
.contact-box .box1 .frame .img img{ position: absolute; width: 100%; height: 100%;}
.contact-box .box1 .frame .text{ padding-left: 35px; flex: 1;}
.contact-box .box1 .frame .text .t{ font-size: 3em; color: #227838; line-height: 30px;}
.contact-box .box1 .frame .text .p{ font-size: 1.6em; line-height: 24px; color: #333; margin-top: 30px;}

.contact-box .box2{ margin-top: 70px; background: #f8f8f8; overflow: hidden; height: 400px;}
.contact-box .box2 .contact-text{ width: 61.54%; float: left; padding: 50px 0 0 45px; height: 100%; display: flex;}
.contact-box .box2 .contact-text .frame-xx{ width: 55%;}
.contact-box .box2 .contact-text .title{ overflow: hidden;}
.contact-box .box2 .contact-text .title .cn{ font-size: 2.6em; color: #227838; font-weight: bold; line-height: 30px;}
.contact-box .box2 .contact-text .title .en{ font-size: 1.4em; color: #999; font-weight: bold; line-height: 20px; margin-top: 10px; text-transform: uppercase;}
.contact-box .box2 .contact-text .title .line{ width: 50px; height: 3px; background: #227838; margin-top: 20px;}
.contact-box .box2 .contact-text .text{ font-size: 1.4em; color: #333; line-height: 45px; margin-top: 40px;}
.contact-box .box2 .contact-text .frame-wx{ flex: 1; padding-left: 40px;}
.contact-box .box2 .contact-text .frame-wx .top{ font-size: 1.8em; color: #333; padding-bottom: 25px; line-height: 20px; position: relative; margin-top: 5px;}
.contact-box .box2 .contact-text .frame-wx .top::before{ content: ""; position: absolute; width: 50px; height: 3px; background: #227838; left: 0; bottom: 0;}
.contact-box .box2 .contact-text .frame-wx .list{ margin-top: 25px;}
.contact-box .box2 .contact-text .frame-wx .list li{ display: flex; align-items: center;}
.contact-box .box2 .contact-text .frame-wx .list li+li{ margin-top: 10px;}
.contact-box .box2 .contact-text .frame-wx .list li .img{ width: 120px; height: 120px; position: relative; overflow: hidden;}
.contact-box .box2 .contact-text .frame-wx .list li .img img{ position: absolute; width: 100%; height: 100%;}
.contact-box .box2 .contact-text .frame-wx .list li .t{ flex: 1; color: #333; font-size: 1.4em; padding-left: 20px;}
.contact-box .box2 .contact-tel{ width: 38.46%; float: left; background: #227838; height: 100%; padding: 60px 0 0 40px;}
.contact-box .box2 .contact-tel li{ color: #fff;}
.contact-box .box2 .contact-tel li+li{ margin-top: 75px;}
.contact-box .box2 .contact-tel li .t{ font-size: 1.8em; font-weight: bold; line-height: 26px;}
.contact-box .box2 .contact-tel li .tel{ font-size: 3.4em; /*font-family: Impact;*/ margin-top: 10px; line-height: 30px; font-weight: bold;}
.contact-box .box2 .contact-tel li .tel span{ font-size: 2rem; display: inline-block; line-height: 20px; margin-left: 10px; font-weight: normal;}
.contact-box .box2 .contact-tel .line{ width: 120px; height: 6px; background: #fff; margin-top: 50px;} 

.contact-box .map{ width: 100%; height: 500px; margin-top: 80px;}
.contact-box .map img{ max-width: none;}

.pager-list{ text-align:center; margin-top: 40px;}
.pager-list ul{ list-style-type:none; margin:0; padding:0; display:inline-block;}
.pager-list li{ float:left; padding:0 5px;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; padding:0 14px !important;  background:#f4f4f4 !important; border-radius:0 !important; border: none !important;}
.pager-list li a:hover{ background: #227838 !important; color:#fff !important; border:1px solid #227838;}
.pager-list li.active>*{ color:#fff !important; background:#227838 !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#227838 !important; border:1px solid #227838; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}


.pager{ width: 100%; line-height: 32px; margin: 30px 0 0;}
.pager .next, .pager .prev{ width: 100%; text-align: left; font-size: 1.4em; color: #333; display: flex;}
.pager a, .pager span{ color: inherit; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.pager .next>a, .pager .next>span{ float: inherit;}
.pager a:hover{ color: #227838; text-decoration: underline;}


.project-box1{ padding: 80px 0 85px;}
.project-box1 .box{ margin-top: 80px; display: flex;}
.project-box1 .box .frame{ flex: 1;}
.project-box1 .box .frame .text{ font-size: 1.8em; color: #333; line-height: 36px; margin-top: 5px;}
.project-box1 .box .frame .text span{ color: #227838;}
.project-box1 .box .frame .frame-bg{ margin-top: 40px;}
.project-box1 .box .frame .frame-bg .hd{ height: 70px; margin-bottom: 2px;}
.project-box1 .box .frame .frame-bg .hd ul{ display: flex;}
.project-box1 .box .frame .frame-bg .hd li{ width: 33.33%; float: left; border: 2px solid #fff; padding: 15px 0; text-align: center; position: relative; border-bottom: none; cursor: pointer;}
.project-box1 .box .frame .frame-bg .hd li::before{ content: ""; position: absolute; width: 0; height: 3px; background: #227838; left: 0; top: -4px;}
.project-box1 .box .frame .frame-bg .hd li span{ display: inline-block; line-height: 40px; font-size: 2em; color: #000; font-weight: bold; padding-left: 50px; position: relative;}
.project-box1 .box .frame .frame-bg .hd li span i{ position: absolute; width: 40px; height: 40px; left: 0; top: 50%; transform: translateY(-50%);}
.project-box1 .box .frame .frame-bg .hd li span i.icon1{ background: url(../images/project-box1-icon1.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .hd li span i.icon2{ background: url(../images/project-box1-icon2.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .hd li span i.icon3{ background: url(../images/project-box1-icon3.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .hd li.on{ border: 2px solid #f1f1f1; border-bottom: none;}
.project-box1 .box .frame .frame-bg .hd li.on::before{ width: 100%;}
.project-box1 .box .frame .frame-bg .hd li.on span{ color: #227838;}
.project-box1 .box .frame .frame-bg .hd li.on span i.icon1{ background: url(../images/project-box1-icon1-2.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .hd li.on span i.icon2{ background: url(../images/project-box1-icon2-2.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .hd li.on span i.icon3{ background: url(../images/project-box1-icon3-2.png) no-repeat center;}
.project-box1 .box .frame .frame-bg .bd{ border: 2px solid #f1f1f1; margin-top: 0; min-height: 220px;}
.project-box1 .box .frame .frame-bg .bd .p{ padding: 40px 25px; font-size: 1.6em; line-height: 30px; color: #333;}
.project-box1 .box .img{ width: 36.2%; padding-left: 4.4%;}

.project-box2{ background: url(../images/project-box2-bg.jpg) no-repeat center; background-size: cover; padding: 55px 0 90px;}
.project-box2 .page-title{ color: #fff;}
.project-box2 .page-title::before{ background: #fff;}
.project-box2 .page-text{ font-size: 1.8em; color: #fff; font-weight: bold;}
.project-box2 .list{ margin-top: 10px; overflow: hidden;}
.project-box2 .list li{ position: relative; cursor: pointer; overflow: hidden;}
.project-box2 .list li .img{ position: relative; z-index: 0; width: 100%; height: 150px; position: relative; overflow: hidden;}
.project-box2 .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.project-box2 .list li:hover .img img{ transform: scale(1.1);}
.project-box2 .list li .t{ position: absolute; z-index: 1; width: 100%; text-align: center; font-size: 1.8em; color: #fff; line-height: 20px; font-weight: bold; top: 50%; transform: translateY(-50%);}
.project-box2 .list1 li{ width: calc( (100% - 60px) / 4); margin-right: 20px; margin-top: 20px; float: left;}
.project-box2 .list1 li:nth-child(4n){ margin-right: 0;}
.project-box2 .list2 li{ width: calc( (100% - 70px) / 3); margin-left: 35px; margin-top: 30px; float: left;}
.project-box2 .list2 li:first-child{ margin-left: 0;}
.project-box2 .list2 li .box{ position: absolute; width: 100%; height: 100%; z-index: 2; top: 100%; left: 0; transition: all .3s; background: rgba(0,0,0,.35); padding: 20px; color: #fff; display: flex; align-items: center; flex-wrap: wrap;}
.project-box2 .list2 li .box .title{ font-size: 1.8em; text-align: center; width: 100%; font-weight: bold;}
.project-box2 .list2 li .box .text{ font-size: 1.4em; width: 100%; line-height: 24px;}
.project-box2 .list2 li:hover .t{ display: none;}
.project-box2 .list2 li:hover .box{ top: 0;}

.project-box3{ padding-top: 90px; padding-bottom: 180px; background: url(../images/project-box3-bg.jpg) no-repeat center bottom;}
.project-box3 .page-text{ font-weight: bold;}
.project-box3 .frame-list{ margin-top: 50px;}
.project-box3 .frame-list li{ display: block; overflow: hidden; background: #f5f5f5;}
.project-box3 .frame-list li+li{ margin-top: 8px;}
.project-box3 .frame-list li .img{ width: 50%; float: left; height: 400px; position: relative; overflow: hidden;}
.project-box3 .frame-list li:nth-child(2n) .img{ float: right;}
.project-box3 .frame-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.project-box3 .frame-list li:hover .img img{ transform: scale(1.1);}
.project-box3 .frame-list li .box{ width: 50%; float: left; padding: 0 70px; display: flex; flex-wrap: wrap; align-items: center; height: 400px;}
.project-box3 .frame-list li:hover .box{ background: #227838;}
.project-box3 .frame-list li .box .text .t{ font-size: 3em; color: #333; position: relative; line-height: 30px; padding-bottom: 28px;}
.project-box3 .frame-list li .box .text .t::before{ content: ""; position: absolute; width: 100px; height: 2px; background: #333; bottom: 0; left: 0;}
.project-box3 .frame-list li .box .text .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 50px; text-align: justify;}
.project-box3 .frame-list li:hover .box .text .t, .project-box3 .frame-list li:hover .box .text .p{ color: #fff;}
.project-box3 .frame-list li:hover .box .text .t::before{ background: #fff;}
.project-box3 .frame-box1{ margin-top: 80px;}
.project-box3 .frame-box1 .top{ text-align: center;}
.project-box3 .frame-box1 .top .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 24px;}
.project-box3 .frame-box1 .top .p{ font-size: 1.4em; color: #333; text-align: center; line-height: 20px; margin-top: 20px;}
.project-box3 .frame-box1 .box{ margin-top: 40px; overflow: hidden; display: flex;}
.project-box3 .frame-box1 .box .img{ flex: 1; position: relative; overflow: hidden;}
.project-box3 .frame-box1 .box .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.project-box3 .frame-box1 .box:hover .img img{ transform: scale(1.1);}
.project-box3 .frame-box1 .box .list{ width: 50%; height: 450px; background: #f8f8f8; padding: 0 45px; display: flex; flex-wrap: wrap; align-items: center;}
.project-box3 .frame-box1 .box .list li{ padding: 18px 0; border-bottom: 1px solid #e1dfdf;}
.project-box3 .frame-box1 .box .list li:last-child{ border-bottom: none;}
.project-box3 .frame-box1 .box .list li .t{ font-size: 1.8em; color: #333; line-height: 20px;}
.project-box3 .frame-box1 .box .list li:hover .t{ color: #227838; font-weight: bold;}
.project-box3 .frame-box1 .box .list li .p{ font-size: 1.6em; color: #333; line-height: 24px; margin-top: 20px;}
.project-box3 .frame-box2{ margin-top: 80px;}
.project-box3 .frame-box2 .top{ text-align: center;}
.project-box3 .frame-box2 .top .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 24px;}
.project-box3 .frame-box2 .top .p{ font-size: 1.4em; color: #333; text-align: center; line-height: 20px; margin-top: 20px;}
.project-box3 .frame-box2 .list{ margin-top: 30px; overflow: hidden;}
.project-box3 .frame-box2 .list li{ width: calc( (100% - 70px) / 3 ); margin-left: 35px; float: left;}
.project-box3 .frame-box2 .list li:first-child{ margin-left: 0;}
.project-box3 .frame-box2 .list li .img{ width: 100%; height: 274px; overflow: hidden; position: relative;}
.project-box3 .frame-box2 .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.project-box3 .frame-box2 .list li:hover .img img{ transform: scale(1.1);}
.project-box3 .frame-box2 .list li .t{ height: 70px; line-height: 70px; text-align: center; background: #f6f6f6; font-size: 2.4em; color: #333; font-weight: bold;}
.project-box3 .frame-box2 .list li:hover .t{ background: #227838; color: #fff;}
.project-box3 .frame-box3{ margin-top: 80px;}
.project-box3 .frame-box3 .top{ text-align: center;}
.project-box3 .frame-box3 .top .t{ font-size: 2.4em; color: #333; font-weight: bold; line-height: 24px;}
.project-box3 .frame-box3 .top .p{ font-size: 1.4em; color: #333; text-align: center; line-height: 20px; margin-top: 20px;}
.project-box3 .frame-box3 .box{ margin-top: 35px; overflow: hidden;}
.project-box3 .frame-box3 .box li{ float: left;}
.project-box3 .frame-box3 .box li.img1{ width: 20.77%;}
.project-box3 .frame-box3 .box li.img2{ width: 43.85%;}
.project-box3 .frame-box3 .box li.img3{ width: 30%;}
.project-box3 .frame-box3 .box li+li{ margin-left: 2.68%;}
.project-box4{ margin-top: 80px;}
.project-box4 .frame-box1{ margin-top: 20px; background: url(../images/project-box4-bg1.jpg) no-repeat center; background-size: cover; padding-top: 60px;}
.project-box4 .frame-box1 .box{ display: flex;}
.project-box4 .frame-box1 .box .content{ flex: 1; position: relative;}
.project-box4 .frame-box1 .box .content .bg{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background: url(../images/project-box4-img1.png) no-repeat 24% bottom;}
.project-box4 .frame-box1 .box .content .bg img{ position: absolute; left: 10%;}
.project-box4 .frame-box1 .box .content li{ width: 275px; position: absolute; z-index: 1;}
.project-box4 .frame-box1 .box .content li .t{ font-size: 1.8em; color: #333; font-weight: bold;  transition: all .3s;}
.project-box4 .frame-box1 .box .content li .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 10px;  transition: all .3s;}
.project-box4 .frame-box1 .box .content li:hover .t, .project-box4 .frame-box1 .box .content li:hover .p{ transform: translateX(10px);}
.project-box4 .frame-box1 .box .content li.dw1{ top: 9%; left: 6.4%;}
.project-box4 .frame-box1 .box .content li.dw2{ top: 40%; left: 0;}
.project-box4 .frame-box1 .box .content li.dw3{ top: 69%; left: 13%;}
.project-box4 .frame-box1 .box .content li.dw4{ top: 9%; right: 9%;}
.project-box4 .frame-box1 .box .content li.dw5{ top: 40%; right: 0;}
.project-box4 .frame-box1 .box .content li.dw6{ top: 69%; right: 5.5%;}
.project-box4 .frame-box1 .box .other{ width: 220px; height: 540px;}
.project-box4 .frame-box1 .box .other .top{ text-align: right; margin-top: 36px;}
.project-box4 .frame-box1 .box .other .top .t{ font-size: 2.4em; line-height: 24px; font-weight: bold; color: #227838;}
.project-box4 .frame-box1 .box .other .top .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px;}
.project-box4 .frame-box1 .box .other .wx{ margin-top: 110px; padding-left: 33.6%;}
.project-box4 .frame-box1 .box .other .wx .img{ background: #dcdcdc; position: relative;}
.project-box4 .frame-box1 .box .other .wx .img img{ width: 146px;}
.project-box4 .frame-box1 .box .other .wx .t{ font-size: 1.8em; color: #227838; font-weight: bold; line-height: 20px; margin-top: 15px; text-align: center;}
.project-box4 .frame-box2{ background: url(../images/project-box4-bg2.jpg) no-repeat center; background-size: cover; padding: 60px 0 75px;}
.project-box4 .frame-box2 .top{ overflow: hidden;}
.project-box4 .frame-box2 .top .t{ font-size: 2.4em; line-height: 24px; font-weight: bold; color: #227838;}
.project-box4 .frame-box2 .top .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 15px;}
.project-box4 .frame-box2 .img{ text-align: center; margin-top: 5px; padding: 0 18vw;}
.project-box4 .frame-box2 .img img{ transition: all .3s;}
.project-box4 .frame-box2 .img:hover img{ transform: scale(1.1);}
.project-box4 .frame-box2 .list{ margin-top: 10px;}
.project-box4 .frame-box2 .list li{ width: calc( (100% - 330px) / 4); margin-left: 110px; float: left;}
.project-box4 .frame-box2 .list li:first-child{ margin-left: 0;}
.project-box4 .frame-box2 .list li .t{ font-size: 1.8em; font-weight: bold; color: #333; text-align: center;}
.project-box4 .frame-box2 .list li:hover .t{ color: #227838;}
.project-box4 .frame-box2 .list li .p{ font-size: 1.4em; line-height: 24px; margin-top: 10px; text-align: justify;}
.project-box4 .frame-box3{ background: url(../images/project-box4-bg3.jpg) no-repeat center; background-size: cover; padding-top: 65px;}
.project-box4 .frame-box3 .top{ font-size: 2.4em; color: #fff; text-align: center; font-weight: bold; line-height: 24px;}
.project-box4 .frame-box3 .box{ margin-top: 50px; overflow: hidden;}
.project-box4 .frame-box3 .box .img{ width: 50%; float: left; padding: 0 3.8%;}
.project-box4 .frame-box3 .box .list{ width: 50%; float: left; padding-top: 3%;}
.project-box4 .frame-box3 .box .list li{ width: 50%; float: left; text-align: center; margin-top: 6%; transition: all .3s;}
.project-box4 .frame-box3 .box .list li:hover{ transform: translateY(-10px);}
.project-box4 .frame-box3 .box .list li:last-child{ width: 100%;}
.project-box4 .frame-box3 .box .list li .icon{ width: 80px; height: 80px; margin: 0 auto; position: relative;}
.project-box4 .frame-box3 .box .list li .icon img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-height: 100%;}
.project-box4 .frame-box3 .box .list li .t{ font-size: 2em; font-weight: bold; color: #fff; margin-top: 25px; line-height: 20px;}
















@keyframes iconScale {
	0% {
	  opacity: 1;
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	}
	100% {
	  opacity: 0;
	  transform: scale(2.2);
	  -webkit-transform: scale(2.2);
	  -moz-transform: scale(2.2);
	  -ms-transform: scale(2.2);
	  -o-transform: scale(2.2);
	}
  }
  @keyframes iconScale2 {
	from {
	  transform: scale(0);
	  -webkit-transform: scale(0);
	  -moz-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  opacity: 1;
	}
	to {
	  transform: scale(1.5);
	  -webkit-transform: scale(1.5);
	  -moz-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	  -o-transform: scale(1.5);
	  opacity: 0;
	}
  }





@media (min-width: 1366px){
.container{ width: 1300px; padding: 0;}


}
@media (max-width:1365px) and (min-width: 1200px){
.header .pc-nav li{ margin-left: 8.6%;}

.i-develop .list li .box .frame .text-box{ padding: 0 6%;}
.i-develop .list li .box .frame .top{ font-size: 2.4em;}
.i-develop .list li .box .frame .text{ margin-top: 0;}
.i-develop .list li .box .frame .text .t{ font-size: 1.8em; margin-top: 15px;}
.i-develop .list li:last-child .box .frame .text .t{ margin-top: 15px;}

.i-map .box{ height: 587px;}
.i-map .box .text{ padding-left: 30px;}
.i-map .box .text .t{ font-size: 2.2em; border-bottom: 1px solid #00a8ff; padding-bottom: 10px; line-height: 32px;}
.i-map .box .text .p{ margin-top: 20px;}

.advantage-box .box .frame .list li b{ font-size: 4em;}
.advantage-box .box .frame .list li span{ font-size: 2em;}
.advantage-box .box .frame .list li p{ font-size: 1.6em;}
.advantage-box .box .img{ padding-left: 45px;}

.culture-box .box .text li{ margin: 40px 0;}
.culture-box .box .text li .t{ width: 26%;}
.culture-box .box .text .line{ left: 24.2%;}

.service-box .box .frame1 .list li{ transform: scale(.9);} 
.service-box .box .frame1 .list li:hover{ transform: scale(.9) translateY(-10px);}
.service-box .box .frame1 .list li.dw1{ top: 42.5%; left: 5%;}
.service-box .box .frame1 .list li.dw2{ top: 21%; left: 2.2%;}
.service-box .box .frame1 .list li.dw3{ top: 3.8%; left: 23.2%;}
.service-box .box .frame1 .list li.dw4{ top: 3.8%; left: 52%;}
.service-box .box .frame1 .list li.dw5{ top: 21%; left: 70%;}
.service-box .box .frame1 .list li.dw6{ top: 42.5%; left: 71%;}
.service-box .box .frame1 .text{ font-size: 2em; line-height: 60px;}
.service-box .box .frame2 .text{ font-size: 1.8em;}
.service-box .box .frame2 .bg{ margin: 0 -45px 0 -20px;}

.xlz-box .list li .img{ height: 210px;}
.case-box .bd .frame li.on .img{ height: 300px;}

.case-list .list li .img{ height: 240px;}

.contact-box .box2 .contact-text .frame-xx{ width: 60%;}

.project-box4 .frame-box1 .box .content .bg{ background: url(../images/project-box4-img1.png) no-repeat 5% bottom;}
.project-box4 .frame-box1 .box .content .bg img{ left: 1.6%;}
.project-box4 .frame-box1 .box .content li.dw3{ left: 9%;}
.project-box4 .frame-box1 .box .content li.dw6{ right: 2.5%;}
}
@media (max-width:1199px) and (min-width:992px){
.header .pc-nav li{ margin-left: 7.4%;}

.i-develop .list{ margin-top: 30px; overflow: hidden; padding: 0 15px;}
.i-develop .list ul{ display: block;}
.i-develop .list li{ width: 50%; float: left;}
.i-develop .list li .box{ height: 38vw;}
.i-develop .list li .box .img img{ width: auto;}
.i-develop .list li .box .frame{ height: 38vw; background-size: contain !important;}
.i-develop .list li .box .frame .text-box{ padding: 0 3%;}
.i-develop .list li .box .frame .top{ font-size: 1.8em; line-height: 20px;}
.i-develop .list li .box .frame .text{ margin-top: 10px;}
.i-develop .list li .box .frame .text .t{ font-size: 1.5em; font-weight: normal; margin-top: 10px;}
.i-develop .list li .box .frame .text .p{ font-size: 1.2em; line-height: 20px; margin-top: 2px;}
.i-develop .list li:last-child .box .frame .text .t{ margin-top: 10px;}
.i-develop .list li:nth-child(2) .box .frame .text .t{ margin-top: 15px;}

.i-map .box{ height: 490px;}
.i-map .box .text{ padding-left: 30px;}
.i-map .box .text .t{ font-size: 2.2em; border-bottom: 1px solid #00a8ff; padding-bottom: 10px; line-height: 32px;}
.i-map .box .text .p{ margin-top: 20px;}

.i-advantage .box{ margin-top: 30px;}
.i-advantage .box li{ padding: 0 5px;}
.i-advantage .box li b{ font-size: 3.8em; line-height: 40px;}
.i-advantage .box li span{ font-size: 1.6em;}
.i-advantage .box li p{ font-size: 1.4em; margin-top: 4px;}
.i-advantage .list{ margin-top: 40px;}
.i-advantage .list ul{ margin: -7.5px;}
.i-advantage .list li{ width: 50%; padding: 7.5px;}

.i-news{ padding: 40px 0;}
.i-news .box{ margin-top: 30px;}
.i-news .box .list{ padding-left: 25px;}

.footer{ padding: 20px 0;}
.foot-contact{ width: 50%; border-right: none;}
.foot-contact .foot-logo{ text-align: center;}
.foot-contact .foot-logo img{ height: 40px;}
.foot-contact .foot-involve{ margin-top: 20px;}
.foot-contact .foot-xx{ padding-top: 0;}
.foot-nav{ display: none;}
.foot-message{ width: 50%; padding: 20px; margin-top: 20px;}

.advantage-box .box{ margin-top: 40px;}
.advantage-box .box .frame{ margin-top: 30px;}
.advantage-box .box .frame .list li b{ font-size: 3.2em;}
.advantage-box .box .frame .list li span{ font-size: 1.8em;}
.advantage-box .box .frame .list li p{ font-size: 1.6em; margin-top: 10px;}
.advantage-box .box .img{ padding-left: 45px;}

.culture-box{ padding: 60px 0;}
.culture-box .box{ margin-top: 60px;}
.culture-box .box .text li{ margin: 30px 0;}
.culture-box .box .text li .t{ width: 34%;}
.culture-box .box .text .line{ left: 31.8%;}

.service-box .box .frame1 .list li{ transform: scale(.75);}
.service-box .box .frame1 .list li:hover{ transform: scale(.75) translateY(-10px);}
.service-box .box .frame1 .list li.dw1{ top: 40.5%; left: 2.4%;}
.service-box .box .frame1 .list li.dw2{ top: 19%; left: -1.2%;}
.service-box .box .frame1 .list li.dw3{ top: 2.4%; left: 20.2%;}
.service-box .box .frame1 .list li.dw4{ top: 2.4%; left: 48.4%;}
.service-box .box .frame1 .list li.dw5{ top: 19%; left: 66.5%;}
.service-box .box .frame1 .list li.dw6{ top: 40.5%; left: 68.6%;}
.service-box .box .frame1 .text{ font-size: 1.8em; line-height: 45px;}
.service-box .box .frame2 .text{ font-size: 1.6em; top: 20px; line-height: 45px;}
.service-box .box .frame2 .bg{ margin: 0 -35px 0 -20px;}

.xlz-box .list li .img{ height: 170px;}
.xlz-box .list li .text .t{ font-size: 2em;}
.case-box .bd .frame li.on .img{ height: 240px;}
.case-box .bd .frame li .t{ font-size: 1.6em;}
.case-box .bd .frame li .t i{ width: 35px; height: 8px;}

.ty-left .ty-top{ font-size: 2.4em; height: 80px; line-height: 80px;}
.ty-left .ty-nav li:last-child{ margin-top: 40px;}
.ty-left .ty-nav li > a{ font-size: 1.8em; padding-left: 20px; height: 50px; line-height: 50px;}
.ty-left .ty-nav li dd{ font-size: 1.4em; padding-left: 20px; height: 45px; line-height: 45px;}
.ty-right .ty-top .title{ font-size: 2.4em;}

.case-list .list li{ width: calc( (100% - 38px) / 2); margin-right: 38px;}
.case-list .list li:nth-child(3n){ margin-right: 38px;}
.case-list .list li:nth-child(2n){ margin-right: 0;}
.case-list .list li .img{ height: 290px;}
.case-list .list li .t{ font-size: 1.6em;}

.news-con .title{ font-size: 2.4em;}

.contact-box .box1 .frame .img{ width: 270px;}
.contact-box .box2{ height: auto;}
.contact-box .box2 .contact-text{ width: 100%; padding: 50px 45px;}
.contact-box .box2 .contact-tel{ width: 100%; padding: 60px 40px;}
.contact-box .box2 .contact-tel ul{ overflow: hidden;}
.contact-box .box2 .contact-tel li{ width: 50%; float: left;}
.contact-box .box2 .contact-tel li+li{ margin-top: 0;}

.project-box1{ padding: 60px 0;}
.project-box1 .box{ margin-top: 60px;}
.project-box1 .box .frame .frame-bg .hd li span{ font-size: 1.8em;}
.project-box1 .box .frame .frame-bg .hd li span i{ width: 30px; height: 30px; background-size: cover !important;}

.project-box2 .list2 li .box{ padding: 15px 20px;}
.project-box2 .list2 li .box .title{ font-size: 1.6em;}
.project-box2 .list2 li .box .text{ line-height: 20px;}

.project-box3{ padding-top: 60px;}
.project-box3 .page-text{ font-size: 1.8em;}
.project-box3 .frame-list li .box .text .t{ font-size: 2.4em;}
.project-box3 .frame-box2 .list li .t{ height: 60px; line-height: 60px; font-size: 2em;}

.project-box4 .frame-box1 .box{ display: block;}
.project-box4 .frame-box1 .box .content{ width: 100%; height: 540px;}
.project-box4 .frame-box1 .box .content .bg img{ left: 8%;}
.project-box4 .frame-box1 .box .content li{ width: 210px;}
.project-box4 .frame-box1 .box .content li.dw6{ right: 2.5%;}
.project-box4 .frame-box1 .box .other{ width: 100%; display: flex; height: auto; padding-bottom: 30px;}
.project-box4 .frame-box1 .box .other .top{ width: 100%; flex: 1; text-align: left;}
.project-box4 .frame-box1 .box .other .wx{ width: 220px; padding-left: 8.6%; margin-top: 0;}
.project-box4 .frame-box2 .list li{ width: calc( (100% - 150px) / 4); margin-left: 50px;}
.project-box4 .frame-box3 .box .list{ padding-top: 0;}
.project-box4 .frame-box3 .box .list li .icon{ width: 64px; height: 64px;}
.project-box4 .frame-box3 .box .list li .t{ font-size: 1.8em;}

}
@media (max-width:991px) and (min-width: 768px){
.header{ height: 90px; line-height: 90px;}
.header .logo{ width: 100%;}
.header .logo img{ height: 48px;}
.header .pc-nav{ display: none;}
.header .search-pc{ display: none;}
.header .search > img{ width: 24px;}
.nav .nav-top{ height: 90px; line-height: 90px;}

.index-title{ padding-top: 25px;}
.index-title i{ height: 2px;}
.index-title .t{ font-size: 2.4em;}

.i-about{ padding-top: 40px;}
.i-about .top .text{ padding: 0; font-size: 1.4em; line-height: 28px; margin-top: 30px;}
.i-about .top .text p{ line-height: 28px;}

.i-develop{ padding-top: 40px;}
.i-develop .list{ margin-top: 30px; overflow: hidden; padding: 0 15px;}
.i-develop .list ul{ display: block;}
.i-develop .list li{ width: 100%;}
.i-develop .list li .box{ height: 38vw;}
.i-develop .list li .box .img img{ width: auto; height: 100%;}
.i-develop .list li .box .frame{ height: 38vw; background-size: contain !important;}
.i-develop .list li .box .frame .text-box{ padding: 0 3%;}
.i-develop .list li .box .frame .top{ font-size: 1.8em; line-height: 20px;}
.i-develop .list li .box .frame .text{ margin-top: 10px;}
.i-develop .list li .box .frame .text .t{ font-size: 1.5em; font-weight: normal; margin-top: 10px;}
.i-develop .list li .box .frame .text .p{ font-size: 1.2em; line-height: 20px; margin-top: 2px;}
.i-develop .list li:last-child .box .frame .text .t{ margin-top: 10px;}
.i-develop .list li:nth-child(2) .box .frame .text .t{ margin-top: 15px;}

.i-map{ padding-top: 40px;}
.i-map .box{ height: auto; margin-top: 30px;}
.i-map .box .container{ display: block;}
.i-map .box .map{ width: 100%; height: 630px;}
.i-map .box .map .icon{ transform: translate(-1.2vw, 0vw);}
.i-map .box .map .icon i{ width: 4px; height: 4px;}
.i-map .box .text{ width: 100%; padding: 30px 20px 40px;}
.i-map .box .text .t{ font-size: 1.8em; border-bottom: 1px solid #00a8ff; padding-bottom: 10px;}
.i-map .box .text .p{ margin-top: 20px;}
.i-map .box .text .p p{ font-size: 1.4rem !important;}
.i-map .box .text .p p+p{ margin-top: 5px;}

.i-advantage{ padding: 40px 0;}
.i-advantage .box{ margin-top: 30px;}
.i-advantage .box li{ padding: 0 5px;}
.i-advantage .box li b{ font-size: 3.4em; line-height: 30px;}
.i-advantage .box li span{ font-size: 1.4em;}
.i-advantage .box li p{ font-size: 1.2em; margin-top: 4px;}
.i-advantage .list{ margin-top: 40px;}
.i-advantage .list ul{ margin: -7.5px;}
.i-advantage .list li{ width: 50%; padding: 7.5px;}

.i-news{ padding: 40px 0;}
.i-news .box{ margin-top: 30px; display: block;}
.i-news .box .hot{ width: 100%; height: 300px; padding-right: 0;}
.i-news .box .hot .t{ height: 40px; line-height: 40px; font-size: 1.4em;}
.i-news .box .list{ padding-left: 0; margin-top: 20px;}
.i-news .box .list li{ padding: 15px 0;}
.i-news .box .list li .date{ width: 80px; height: 84px;}
.i-news .box .list li .date span{ font-size: 2.8em; line-height: 30px;}
.i-news .box .list li .date p{ font-size: 1.4em; margin-top: 0;}
.i-news .box .list li .text{ padding-left: 15px;}

.footer{ padding: 20px 0;}
.foot-contact{ width: 50%; border-right: none;}
.foot-contact .foot-logo{ text-align: center;}
.foot-contact .foot-logo img{ height: 40px;}
.foot-contact .foot-involve{ margin-top: 20px;}
.foot-contact .foot-xx{ padding-top: 0;}
.foot-nav{ display: none;}
.foot-message{ width: 50%; padding: 20px; margin-top: 20px;}
.footer-copy{ line-height: 20px; font-size: 1.2em;}

.page-banner{ margin-top: 90px;}
.page-nav li{ width: calc( (100% - 150px) / 4);}

.page-title{ font-size: 2.4em; padding-bottom: 22px;}
.page-title::before{ height: 2px;}
.page-text{ font-size: 1.8em; line-height: 24px;}

.about-box .text .p{ font-size: 1.6em;}
.about-box .text2 .p{ font-size: 1.6em; padding: 40px;}

.advantage-box .box{ margin-top: 30px;}
.advantage-box .box .frame{ margin-top: 20px; width: 74%;}
.advantage-box .box .frame .list li b{ font-size: 3.2em; line-height: 30px;}
.advantage-box .box .frame .list li span{ font-size: 1.6em;}
.advantage-box .box .frame .list li p{ font-size: 1.4em; margin-top: 5px;}
.advantage-box .box .img{ padding-left: 45px;}

.team-box{ padding-top: 50px;}
.team-box .frame{ flex-wrap: wrap; padding: 32px 0; margin-top: 10px;}
.team-box .frame .img{ width: 100%;}
.team-box .frame .box .top{ margin-top: 20px;}
.team-box .frame .box .top .sub_title{ font-size: 2em;}
.team-box .frame .box .top .title{ font-size: 2.4em; margin-top: 10px;}
.team-box .frame .bg{ width: 100%; height: 45vw; top: inherit; bottom: 0;}

.culture-box{ padding: 40px 0;}
.culture-box .box{ margin-top: 40px;}
.culture-box .box .text{ width: 52%;}
.culture-box .box .text li{ margin: 20px 0;}
.culture-box .box .text li .t{ width: 44%;}
.culture-box .box .text .line{ left: 41.4%;}

.service-box{ padding: 50px 0 25px;}
.service-box .box .frame1{ width: 83%; margin: 0 auto; float: inherit;}
.service-box .box .frame2{ width: 100%; margin-top: 20px;}
.service-box .box .frame1 .text{ font-size: 2em; line-height: 60px;}
.service-box .box .frame2 .text{ font-size: 2em; width: 65%;}

.xlz-box{ padding: 50px 0 40px;}
.xlz-box .list{ margin-top: 35px;}
.xlz-box .list li{ width: calc( (100% - 30px) / 3); margin-left: 15px;}
.xlz-box .list li .img{ height: 130px;}
.xlz-box .list li .text{ padding: 30px 15px;}
.xlz-box .list li .text .t{ font-size: 2em;}

.case-box .bd .frame{ width: calc( (100% - 30px) / 3); margin-left: 15px;}
.case-box .bd .frame li.on .img{ height: 205px;}
.case-box .bd .frame li .t{ font-size: 1.4em; height: 50px; font-weight: normal; padding: 0 10px;}
.case-box .bd .frame li.on .t{ height: 45px;}
.case-box .bd .frame li .t i{ width: 22px; height: 5px;}

.page-box{ padding: 40px 0;}

.ty-left{ display: none;}
.ty-right{ width: 100%; padding-left: 0;}
.ty-right .ty-top .title{ font-size: 2.4em;}

.case-list .list li{ width: calc( (100% - 20px) / 2); margin-right: 20px; margin-bottom: 20px;}
.case-list .list li:nth-child(3n){ margin-right: 20px;}
.case-list .list li:nth-child(2n){ margin-right: 0;}
.case-list .list li .img{ height: 180px;}
.case-list .list li .t{ font-size: 1.6em;}

.news-list .list{ margin-bottom: 50px;}
.news-list .list li .img{ width: 230px;}

.news-con .title{ font-size: 2.4em;}

.contact-box{ padding: 60px 0 50px;}
.contact-box .box1{ padding: 30px;}
.contact-box .box1 .frame .img{ width: 200px; height: 150px;}
.contact-box .box1 .frame .text .t{ font-size: 2.4em;}
.contact-box .box1 .frame .text .p{ font-size: 1.4em; margin-top: 15px;}
.contact-box .box2{ height: auto;}
.contact-box .box2 .contact-text{ width: 100%; padding: 40px 35px;}
.contact-box .box2 .contact-text .frame-xx{ width: 60%;}
.contact-box .box2 .contact-text .title .cn{ font-size: 2.2em;}
.contact-box .box2 .contact-text .title .en{ font-weight: normal;}
.contact-box .box2 .contact-tel{ width: 100%; padding: 40px 30px;}
.contact-box .box2 .contact-tel ul{ overflow: hidden;}
.contact-box .box2 .contact-tel li{ width: 50%; float: left;}
.contact-box .box2 .contact-tel li+li{ margin-top: 0;}
.contact-box .box2 .contact-tel li .tel{ font-size: 2.4em;}
.contact-box .box2 .contact-tel li .tel span{ font-size: 1.4rem;}
.contact-box .box2 .contact-tel .line{ margin-top: 30px; height: 3px;}
.contact-box .map{ height: 400px;}

.project-box1{ padding: 40px 0;}
.project-box1 .box{ margin-top: 40px; flex-wrap: wrap;}
.project-box1 .box .frame{ width: 100%;}
.project-box1 .box .frame .text{ font-size: 1.6em;}
.project-box1 .box .frame .frame-bg .hd{ height: 50px;}
.project-box1 .box .frame .frame-bg .hd li{ padding: 5px 0;}
.project-box1 .box .frame .frame-bg .hd li span{ font-size: 1.8em; padding-left: 35px;}
.project-box1 .box .frame .frame-bg .hd li span i{ width: 24px; height: 24px; background-size: cover !important;}
.project-box1 .box .img{ width: 100%; padding-left: 0; text-align: center; margin-top: 40px;}

.project-box2 .list2 li{ width: calc( (100% - 40px) / 3); margin-left: 20px; margin-top: 20px;}
.project-box2 .list2 li .box{ padding: 15px 20px;}
.project-box2 .list2 li .box .title{ font-size: 1.6em;}
.project-box2 .list2 li .box .text{ font-size: 1.2em; line-height: 20px;}

.project-box3{ padding-top: 40px;}
.project-box3 .page-text{ font-size: 1.8em;}
.project-box3 .frame-list li .box .text .t{ font-size: 2.4em;}
.project-box3 .frame-list li .img{ width: 100%;}
.project-box3 .frame-list li .box{ width: 100%; height: auto; padding: 40px;}
.project-box3 .frame-list li .box .text .p{ margin-top: 40px;}
.project-box3 .frame-box1{ margin-top: 40px;}
.project-box3 .frame-box1 .box .list{ width: 66%; height: 400px;}
.project-box3 .frame-box2{ margin-top: 40px;}
.project-box3 .frame-box2 .list li .t{ height: 60px; line-height: 60px; font-size: 2em;}
.project-box3 .frame-box3 .box li.img1{ width: 30.77%;}
.project-box3 .frame-box3 .box li.img2{ width: 65.85%;}
.project-box3 .frame-box3 .box li.img3{ width: 100%; margin-left: 0; text-align: center;}

.project-box4 .frame-box1 .box{ display: block;}
.project-box4 .frame-box1 .box .content{ width: 100%; height: 410px; }
.project-box4 .frame-box1 .box .content .bg{ background: url(../images/project-box4-img1.png) no-repeat 14% bottom; background-size: contain;}
.project-box4 .frame-box1 .box .content .bg img{ left: 5.6%; top: 1%; width: 65%;}
.project-box4 .frame-box1 .box .content li{ width: 210px;}
.project-box4 .frame-box1 .box .content li.dw6{ right: 2.5%;}
.project-box4 .frame-box1 .box .other{ width: 100%; display: flex; height: auto; padding-bottom: 30px;}
.project-box4 .frame-box1 .box .other .top{ width: 100%; flex: 1; text-align: left;}
.project-box4 .frame-box1 .box .other .wx{ width: 220px; padding-left: 10.6%; margin-top: 0;}
.project-box4 .frame-box2 .list li{ width: calc( (100% - 60px) / 4); margin-left: 20px;}
.project-box4 .frame-box3 .box .list{ padding-top: 0;}
.project-box4 .frame-box3 .box .list li .icon{ width: 34px; height: 34px;}
.project-box4 .frame-box3 .box .list li .t{ font-size: 1.4em; margin-top: 15px; padding: 0 10px;}

.pager-list{ margin-top: 20px;}
}
@media (max-width: 767px){
.header{ height: 60px; line-height: 60px; background: #fff;}
.header .logo{ width: 100%;}
.header .logo img{ height: 32px;}
.header .pc-nav{ display: none;}
.header .search-pc{ display: none;}
.header .search > img{ width: 24px;}
.header .nav-btn{ margin-left: 10px;}

.banner{ margin-top: 60px;}
.banner .swiper-pagination-bullet{ height: 2px; width: 25px; margin: 0 5px !important;}

.index-title{ padding-top: 15px;}
.index-title i{ height: 2px;}
.index-title .t{ font-size: 1.8em;}

.i-about{ padding-top: 30px;}
.i-about .top{ background-size: 40%;}
.i-about .top .text{ padding: 0; font-size: 1.4em; line-height: 28px; margin-top: 15px;}
.i-about .top .text p{ line-height: 28px;}

.i-develop{ padding-top: 30px;}
.i-develop .list{ margin-top: 15px;}
.i-develop .list ul{ display: block;}
.i-develop .list li{ width: 100%;}
.i-develop .list li .box{ height: 310px;}
.i-develop .list li .box .frame{ height: 310px;}
.i-develop .list li .box .frame .text-box{ padding: 0 3%;}
.i-develop .list li .box .frame .top{ font-size: 1.8em; line-height: 20px;}
.i-develop .list li .box .frame .text{ margin-top: 10px;}
.i-develop .list li .box .frame .text .t{ font-size: 1.5em; font-weight: normal; margin-top: 10px;}
.i-develop .list li .box .frame .text .p{ font-size: 1.2em; line-height: 20px; margin-top: 2px;}
.i-develop .list li:last-child .box .frame .text .t{ margin-top: 10px;}

.i-map{ padding-top: 30px;}
.i-map .box{ height: auto;}
.i-map .box .container{ display: block;}
.i-map .box .map{ width: 100%; height: 78vw;}
.i-map .box .map .icon{ transform: translate(.6vw, -.8vw);}
.i-map .box .map .icon i{ width: 4px; height: 4px;}
.i-map .box .text{ width: 100%; padding: 20px;}
.i-map .box .text .t{ font-size: 1.8em; border-bottom: 1px solid #00a8ff; padding-bottom: 10px;}
.i-map .box .text .p{ margin-top: 20px;}
.i-map .box .text .p p{ font-size: 1.4rem !important;}
.i-map .box .text .p p+p{ margin-top: 5px;}

.i-advantage{ padding: 30px 0;}
.i-advantage .box{ margin-top: 20px;}
.i-advantage .box li{ padding: 0 5px;}
.i-advantage .box li b{ font-size: 2.6em; line-height: 30px;}
.i-advantage .box li span{ font-size: 1.4em;}
.i-advantage .box li p{ font-size: 1.2em; margin-top: 4px;}
.i-advantage .list{ margin-top: 30px;}
.i-advantage .list ul{ margin: -7.5px;}
.i-advantage .list li{ width: 100%; padding: 7.5px;}

.i-news{ padding: 30px 0;}
.i-news .box{ margin-top: 20px; display: block;}
.i-news .box .hot{ width: 100%; height: 300px; padding-right: 0;}
.i-news .box .hot .t{ height: 40px; line-height: 40px; font-size: 1.4em;}
.i-news .box .list{ padding-left: 0; margin-top: 20px;}
.i-news .box .list li{ padding: 15px 0;}
.i-news .box .list li .date{ width: 80px; height: 84px;}
.i-news .box .list li .date span{ font-size: 2.8em; line-height: 30px;}
.i-news .box .list li .date p{ font-size: 1.4em; margin-top: 0;}
.i-news .box .list li .text{ padding-left: 15px;}

.footer{ padding: 20px 0;}
.foot-contact{ width: 100%; border-right: none;}
.foot-contact .foot-logo{ text-align: center;}
.foot-contact .foot-logo img{ height: 35px;}
.foot-contact .foot-involve{ margin-top: 20px;}
.foot-contact .foot-xx{ padding-top: 0;}
.foot-nav{ display: none;}
.foot-message{ width: 100%; padding: 20px 15px; margin-top: 20px;}
.footer-copy{ line-height: 20px; font-size: 1.2em;}

.xf-box{ opacity: 0; right: -100%;}

.page-banner{ margin-top: 60px;}
.page-nav{ height: 50px; line-height: 50px;}
.page-nav li{ width: 25%; margin-left: 0; padding: 0 5px;}
.page-nav li a{ font-size: 1.4em;}

.page-title{ font-size: 1.8em; line-height: 20px; padding-bottom: 18px;}
.page-title::before{ height: 2px;}
.page-text{ font-size: 1.4em; line-height: 20px; margin-top: 12px;}

.about-box{ padding: 30px 0;}
.about-box .text{ flex-wrap: wrap; margin-top: 20px;}
.about-box .text .t{ width: 100%; height: 50px;}
.about-box .text .t span{ font-size: 1.8em;}
.about-box .text .img{ width: 100%; height: 46vw;}
.about-box .text .p{ font-size: 1.4em; padding: 15px 20px; line-height: 26px;}
.about-box .text2{ margin-top: 20px; flex-wrap: wrap;}
.about-box .text2 .p{ font-size: 1.4em; padding: 15px 20px; line-height: 26px; width: 100%;}
.about-box .text2 .img{ width: 100%; height: 46vw;}

.advantage-box{ padding: 30px 0;}
.advantage-box .box{ margin-top: 20px; flex-wrap: wrap;}
.advantage-box .box .frame{ margin-top: 0; width: 100%;}
.advantage-box .box .frame .text p+p{ margin-top: 10px;}
.advantage-box .box .frame .list{ margin-top: 25px;}
.advantage-box .box .frame .list li b{ font-size: 2.6em; line-height: 30px;}
.advantage-box .box .frame .list li span{ font-size: 1.4em;}
.advantage-box .box .frame .list li p{ font-size: 1.2em; margin-top: 4px;}
.advantage-box .box .img{ padding-left: 0; width: 100%; margin-top: 30px; padding: 0 20%;}

.team-box{ padding-top: 30px;}
.team-box .frame{ flex-wrap: wrap; padding: 25px 0 20px; margin-top: 0;}
.team-box .frame .img{ width: 100%;}
.team-box .frame .box .top{ margin-top: 20px;}
.team-box .frame .box .top .sub_title{ font-size: 1.4em; line-height: 20px;}
.team-box .frame .box .top .title{ font-size: 1.8em; margin-top: 10px; line-height: 20px;}
.team-box .frame .box .text{ margin-top: 15px;}
.team-box .frame .bg{ width: 100%; height: 116vw; top: inherit; bottom: 0;}

.culture-box{ padding: 30px 0;}
.culture-box .box{ margin-top: 20px; flex-wrap: wrap;}
.culture-box .box .text{ width: 100%; margin-right: 0;}
.culture-box .box .text li{ margin: 15px 0;}
.culture-box .box .text li .t{ width: 35%; font-size: 1.6em; padding-right: 24px;}
.culture-box .box .text li .t i{ width: 10px; height: 10px;}
.culture-box .box .text .line{ left: 33.5%; width: 1px;}
.culture-box .box .img{ width: 100%; height: 86vw; flex: auto; border-radius: 10px; margin-top: 20px;}

.service-box{ padding: 30px 0 25px;}
.service-box .box{ margin-top: 20px;}
.service-box .box .frame1{ width: 340px; margin: 0 auto; float: inherit; padding-top: 5px;}
.service-box .box .frame1 .list li{ transform: scale(.6);}
.service-box .box .frame1 .list li:hover{ transform: scale(.6) translateY(-10px);}
.service-box .box .frame1 .list li.dw1{ top: 39%; left: -2.2%;}
.service-box .box .frame1 .list li.dw2{ top: 16.5%; left: -5.6%;}
.service-box .box .frame1 .list li.dw3{ top: -.8%; left: 16.2%;}
.service-box .box .frame1 .list li.dw4{ top: -.8%; left: 43.5%;}
.service-box .box .frame1 .list li.dw5{ top: 16.5%; left: 61.5%;}
.service-box .box .frame1 .list li.dw6{ top: 39%; left: 64.6%;}
.service-box .box .frame1 .text{ font-size: 1.4em; line-height: 35px;}
.service-box .box .frame2{ width: 100%; margin-top: 20px;}
.service-box .box .frame2 .text{ font-size: 1.4em; top: 0; left: 0; line-height: 22px; width: 68%; padding: 5px 10px;}
.service-box .box .frame2 .bg{ margin: 0 -25px 0 0;}

.xlz-box{ padding: 30px 0;}
.xlz-box .list{ margin-top: 20px;}
.xlz-box .list li{ width: 100%; margin-left: 0;}
.xlz-box .list li+li{ margin-top: 15px;}
.xlz-box .list li .img{ height: 130px;}
.xlz-box .list li .text{ padding: 20px 15px;}
.xlz-box .list li .text .t{ font-size: 1.8em;}
.xlz-box .list li .text .p{ margin-top: 10px;}

.case-box{ padding: 30px 0;}
.case-box .hd{ height: 45px; margin-top: 20px;}
.case-box .hd li{ padding: 0 5px; line-height: 45px;}
.case-box .hd li span{ font-size: 1.4em; width: 160px;}
.case-box .bd{ margin: 20px -5px 0;}
.case-box .bd .frame{ width: 100%; margin: 0;}
.case-box .bd .frame li{ width: 50%; float: left; padding: 5px;}
.case-box .bd .frame li+li{ margin-top: 0;}
.case-box .bd .frame li .img, .case-box .bd .frame li.on .img{ height: 166px;}
.case-box .bd .frame li .t, .case-box .bd .frame li.on .t{ font-size: 1.4em; height: 45px; line-height: 45px; font-weight: normal; padding: 0 10px;}
.case-box .bd .frame li .t span{ padding-right: 0;}
.case-box .bd .frame li .t i, .case-box .bd .frame li.on .t i{ display: none;}

.page-box{ padding: 10px 0 20px;}

.ty-left{ display: none;}
.ty-right{ width: 100%; padding-left: 0;}
.ty-right .ty-top{ padding: 10px 0;}
.ty-right .ty-top .title{ font-size: 1.8em; padding: 0 10px;}
.ty-right .ty-top .title::before{ bottom: -11px;}
.ty-right .ty-top .mbx{ font-size: 1.2em;}
.ty-right .ty-top .mbx span{ padding-left: 25px;}
.ty-right .ty-top .mbx span i{ width: 14px;}

.case-list .list{ margin-top: 20px;}
.case-list .list li{ width: calc( (100% - 10px) / 2); margin-right: 10px; margin-bottom: 20px;}
.case-list .list li:nth-child(3n){ margin-right: 10px;}
.case-list .list li:nth-child(2n){ margin-right: 0;}
.case-list .list li .img{ height: 40vw;}
.case-list .list li .t{ font-size: 1.4em; line-height: 45px; padding: 0 15px;}

.news-list .list{ margin-top: 20px; margin-bottom: 25px;}
.news-list .list li+li{ margin-top: 15px;}
.news-list .list li a{ display: block;}
.news-list .list li .img{ width: 100%;}
.news-list .list li .text{ width: 100%; padding: 15px 20px;}
.news-list .list li .text .t{ font-size: 1.6em;}
.news-list .list li .text .other .more{ margin-right: 0;}

.news-con{ padding-top: 25px;}
.news-con .title{ font-size: 1.8em;}
.news-con .bq{ margin-top: 12px;}
.news-con .text{ margin-top: 12px; padding-bottom: 15px;}

.contact-box{ padding: 30px 0 20px;}
.contact-box .box1{ padding: 20px;}
.contact-box .box1 .frame{ display: block;}
.contact-box .box1 .frame .img{ width: 100%; height: 170px;}
.contact-box .box1 .frame .text{ padding-left: 0; padding: 16px 0 0;}
.contact-box .box1 .frame .text .t{ font-size: 1.8em;}
.contact-box .box1 .frame .text .p{ font-size: 1.4em; margin-top: 5px;}
.contact-box .box2{ height: auto; margin-top: 20px;}
.contact-box .box2 .contact-text{ width: 100%; padding: 20px 15px; display: block;}
.contact-box .box2 .contact-text .frame-xx{ width: 100%;}
.contact-box .box2 .contact-text .title .cn{ font-size: 1.8em;}
.contact-box .box2 .contact-text .title .en{ font-weight: normal; margin-top: 6px;}
.contact-box .box2 .contact-text .title .line{ height: 2px; width: 40px; margin-top: 15px;}
.contact-box .box2 .contact-text .text{ margin-top: 15px; line-height: 35px;}
.contact-box .box2 .contact-text .frame-wx{ width: 100%; padding-left: 0; margin-top: 20px;}
.contact-box .box2 .contact-text .frame-wx .top{ font-size: 1.6em; padding-bottom: 18px;}
.contact-box .box2 .contact-text .frame-wx .top::before{ width: 40px; height: 2px;}
.contact-box .box2 .contact-text .frame-wx .list li{ width: 50%; float: left; display: block;}
.contact-box .box2 .contact-text .frame-wx .list li .img{ margin: 0 auto;}
.contact-box .box2 .contact-text .frame-wx .list li .t{ padding-left: 0; text-align: center; margin-top: 10px;}
.contact-box .box2 .contact-tel{ width: 100%; padding: 20px 15px;}
.contact-box .box2 .contact-tel ul{ overflow: hidden;}
.contact-box .box2 .contact-tel li+li{ margin-top: 20px;}
.contact-box .box2 .contact-tel li .t{ font-size: 1.6em; line-height: 24px;}
.contact-box .box2 .contact-tel li .tel{ font-size: 2.4em; line-height: 26px; margin-top: 8px;}
.contact-box .box2 .contact-tel li .tel span{ font-size: 1.4rem;}
.contact-box .box2 .contact-tel .line{ margin-top: 30px; height: 2px; width: 80px;}
.contact-box .map{ height: 300px; margin-top: 20px;}

.project-box1{ padding: 30px 0;}
.project-box1 .box{ margin-top: 15px; flex-wrap: wrap;}
.project-box1 .box .frame{ width: 100%;}
.project-box1 .box .frame .text{ font-size: 1.4em; line-height: 28px;}
.project-box1 .box .frame .frame-bg .hd{ height: 45px;}
.project-box1 .box .frame .frame-bg .hd li{ padding: 3px 0;}
.project-box1 .box .frame .frame-bg .hd li::before{ height: 2px;}
.project-box1 .box .frame .frame-bg .hd li span{ font-size: 1.4em; padding-left: 28px;}
.project-box1 .box .frame .frame-bg .hd li span i{ width: 18px; height: 18px; background-size: cover !important;}
.project-box1 .box .frame .frame-bg .bd .p{ padding: 15px 20px; font-size: 1.4em; line-height: 28px;}
.project-box1 .box .img{ width: 100%; padding-left: 0; text-align: center; margin-top: 15px; padding: 0 8%;}

.project-box2{ padding: 30px 0;}
.project-box2 .list2 li{ width: calc( (100% - 40px) / 3); margin-left: 20px; margin-top: 20px;}
.project-box2 .page-text{ font-size: 1.4em; font-weight: normal;}
.project-box2 .list{ margin-top: 0;}
.project-box2 .list li .img{ height: 90px;}
.project-box2 .list li .t{ font-size: 1.4em;}
.project-box2 .list1{ margin-top: 10px;}
.project-box2 .list1 li{ width: calc( (100% - 10px) / 2); margin-right: 10px; margin-top: 10px;}
.project-box2 .list1 li:nth-child(2n){ margin-right: 0;}
.project-box2 .list2 li{ width: 100%; margin-left: 0; margin-top: 10px;}
.project-box2 .list2 li .box{ padding: 15px 20px;}
.project-box2 .list2 li .img{ height: 110px;}
.project-box2 .list2 li .box .title{ font-size: 1.4em;}
.project-box2 .list2 li .box .text{ font-size: 1.2em; line-height: 20px;}

.project-box3{ padding-top: 30px; padding-bottom: 120px;}
.project-box3 .page-text{ font-size: 1.4em; font-weight: normal;}
.project-box3 .frame-list{ margin-top: 20px;}
.project-box3 .frame-list li .img{ width: 100%; height: 240px;}
.project-box3 .frame-list li .box{ width: 100%; height: auto; padding: 20px;}
.project-box3 .frame-list li .box .text .t{ font-size: 1.8em; line-height: 20px; padding-bottom: 15px;}
.project-box3 .frame-list li .box .text .t::before{ width: 80px; height: 1px;}
.project-box3 .frame-list li .box .text .p{ margin-top: 20px;}
.project-box3 .frame-box1{ margin-top: 30px;}
.project-box3 .frame-box1 .top .t{ font-size: 1.8em;}
.project-box3 .frame-box1 .top .p{ margin-top: 10px;}
.project-box3 .frame-box1 .box{ margin-top: 20px; flex-wrap: wrap;}
.project-box3 .frame-box1 .box .img{ width: 100%; flex: none; height: 62vw;}
.project-box3 .frame-box1 .box .list{ width: 100%; height: auto; padding: 10px 20px;}
.project-box3 .frame-box1 .box .list li .t{ font-size: 1.6em;}
.project-box3 .frame-box1 .box .list li .p{ font-size: 1.4em; margin-top: 15px;}
.project-box3 .frame-box2{ margin-top: 30px;}
.project-box3 .frame-box2 .top .t{ font-size: 1.8em;}
.project-box3 .frame-box2 .top .p{ margin-top: 10px;}
.project-box3 .frame-box2 .list{ margin-top: 20px;}
.project-box3 .frame-box2 .list li{ width: 100%; margin-left: 0;}
.project-box3 .frame-box2 .list li+li{ margin-top: 15px;}
.project-box3 .frame-box2 .list li .img{ height: 240px;}
.project-box3 .frame-box3{ margin-top: 30px;}
.project-box3 .frame-box3 .top .t{ font-size: 1.8em;}
.project-box3 .frame-box2 .list li .t{ height: 45px; line-height: 45px; font-size: 1.8em;}
.project-box3 .frame-box3 .box{ margin-top: 15px;}
.project-box3 .frame-box3 .box li.img1{ width: 100%; text-align: center; padding: 0 22%;}
.project-box3 .frame-box3 .box li.img2{ width: 100%; margin-left: 0; margin-top: 15px;}
.project-box3 .frame-box3 .box li.img3{ width: 100%; margin-left: 0; text-align: center; padding: 0 15%; margin-top: 15px;}

.project-box4 .frame-box1{ padding-top: 25px;}
.project-box4 .frame-box1 .box{ display: block;}
.project-box4 .frame-box1 .box .content{ width: 100%; height: 410px;}
.project-box4 .frame-box1 .box .content .bg{ background: url(../images/project-box4-img1.png) no-repeat 14% bottom; background-size: contain;}
.project-box4 .frame-box1 .box .content .bg img{ left: 0.6%; top: 20%;}
.project-box4 .frame-box1 .box .content ul{ background: rgba(255,255,255,.6); margin: -20px -15px; padding: 20px 15px;}
.project-box4 .frame-box1 .box .content li{ width: 100%; position: relative; top: 0 !important; left: 0 !important;}
.project-box4 .frame-box1 .box .content li+li{ margin-top: 18px;}
.project-box4 .frame-box1 .box .content li .t{ font-size: 1.6em;}
.project-box4 .frame-box1 .box .content li .p{ margin-top: 2px;}

.project-box4 .frame-box1 .box .other{ width: 100%; display: flex; height: auto; padding-bottom: 30px; margin-top: 20px;}
.project-box4 .frame-box1 .box .other .top{ width: 100%; flex: 1; text-align: left;}
.project-box4 .frame-box1 .box .other .top .t{ font-size: 1.8em;}
.project-box4 .frame-box1 .box .other .wx{ width: 220px; padding-left: 26.6%; margin-top: 0;}
.project-box4 .frame-box1 .box .other .wx .t{ font-size: 1.4em; margin-top: 10px;}
.project-box4 .frame-box2{ padding: 30px 0;}
.project-box4 .frame-box2 .top .t{ font-size: 1.8em;}
.project-box4 .frame-box2 .top .p{ margin-top: 5px;}
.project-box4 .frame-box2 .img{ margin-top: 10px;}
.project-box4 .frame-box2 .list{ margin-top: 0;}
.project-box4 .frame-box2 .list li{ width: calc( (100% - 20px) / 2); margin-right: 20px; margin-left: 0; margin-top: 20px;}
.project-box4 .frame-box2 .list li:nth-child(2n){ margin-right: 0;}
.project-box4 .frame-box2 .list li .t{ font-size: 1.6em;}
.project-box4 .frame-box3{ padding: 30px 0;}
.project-box4 .frame-box3 .top{ font-size: 1.8em;}
.project-box4 .frame-box3 .box{ margin-top: 15px;}
.project-box4 .frame-box3 .box .img{ width: 100%; padding: 0 20%;}
.project-box4 .frame-box3 .box .list{ width: 100%; padding-top: 0;}
.project-box4 .frame-box3 .box .list li .icon{ width: 34px; height: 34px;}
.project-box4 .frame-box3 .box .list li .t{ font-size: 1.4em; margin-top: 15px; padding: 0 10px;}

.pager-list{ margin-top: 1px;}

.pager{ margin-top: 15px;}
.pager a, .pager span{ width: 70%;}
}