/* 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: 80px; line-height: 80px; background: #028a7d; z-index: 999; width: 100%; top: 0; left: 0; box-shadow: 0 0 10px rgba(0,0,0,.35); transition: all .3s;}
.header .container{ display: flex; align-items: center;}
.header .logo{ float: left; width: 27%;}
.header .pc-nav{ float: left; width: 68%;}
.header .pc-nav li{ float: left; margin-right: 9.6%; position: relative;}
.header .pc-nav li > a{ font-size: 1.6em; color: #fff; padding: 18px 0; position: relative;}
.header .pc-nav li > a::before{ content: ""; position: absolute; height: 2px; background: #fff; 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: #028a7d;}
.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; height: 80px;}
.header .search-pc span{ position: absolute; width: 56px; height: 24px; line-height: 24px; text-align: center; border-radius: 24px; background: #fff; right: 0; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer;}
.header .search-pc span img{ width: 19px;}
.header .search-pc .box{ position: absolute; z-index: 0; top: 100%; transform: translateY(-50%); border-radius: 20px; width: 320px; overflow: hidden; right: -80%; visibility: hidden; opacity: 0; transition: all .3s;}
.header .search-pc .box input[type="text"]{ height: 40px; border: none; width: 80%; padding-left: 25px; float: left; font-size: 1.4em;}
.header .search-pc .box input[type="submit"]{ height: 40px; border: none; width: 20%; float: left; background: #fff;}
.header .search-pc.on .box{ right: 0; opacity: 1; visibility: visible;}
.header .search-pc .box i{ position: absolute; width: 20%; height: 100%; right: 0; pointer-events: none;}
.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 #028a7d; 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:#028a7d; 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: #fff; 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: #028a7d; 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: #028a7d;}
.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: #028a7d;}
/* .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: #028a7d;} */
.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; width: 100%; overflow: hidden; margin-top: 80px;}
.banner .swiper-container, .banner .swiper-wrapper, .banner .swiper-slide{ width: 100%; height: 100%;}
.banner .swiper-slide{ overflow: hidden;}
.banner .swiper-slide a{ display: block; position: relative; width: 100%; height: 100%;}
.banner .swiper-slide img{  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: 15px; height: 15px; background: rgba(0,0,0,.35); margin: 0 7.5px !important; border-radius: 15px; transition: all .3s; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 30px;}

.index-title{ text-align: center;}
.index-title .en{ font-size: 4.5em; color: #3a3a3a; line-height: 35px; text-transform: uppercase;}
.index-title .cn{ font-size: 3em; color: #333; line-height: 30px; margin-top: 12px;}
.index-title .line{ position: relative; height: 3px; margin-top: 16px;}
.index-title .line i{ position: absolute; width: 335px; height: 100%; top: 0; left: 50%; transform: translateX(-50%); background: #bfbfbf;}
.index-title .line i::before{ content: ""; position: absolute; width: 112px; height: 100%; top: 0; left: 50%; transform: translateX(-50%); background: #196348;}

.i-about{ padding: 68px 0;}
.i-about .text{ font-size: 2em; color: #333; line-height: 34px; text-indent: 2em; margin-top: 55px;}
.i-about .box{ margin-top: 50px; display: flex; flex-wrap: wrap; height: 380px;}
.i-about .box .frame-box1{ width: 20%; height: 100%;}
.i-about .box .frame-box1 .img{ width: 100%; height: 248px; border-radius: 10px; position: relative; overflow: hidden;}
.i-about .box .frame-box1 .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-about .box .frame-box1 .img:hover img{ transform: scale(1.1);}
.i-about .box .frame-box1 .text2{ color: #fff; background: #029284; border-radius: 10px; padding: 15px; margin-top: 8px;}
.i-about .box .frame-box1 .text2 .t{ font-size: 2.6em; font-weight: bold; padding-bottom: 12px; position: relative;}
.i-about .box .frame-box1 .text2 .t::before{ content: ""; position: absolute; width: 128px; height: 2px; background: #fff; left: 0; bottom: 0;}
.i-about .box .frame-box1 .text2 .p{ font-size: 1.8em; margin-top: 15px; line-height: 30px;}
.i-about .box .frame-box2{ width: 60%; padding: 0 8px; height: 100%;}
.i-about .box .frame-box2 .img{ height: 100%; width: 100%; position: relative; overflow: hidden; border-radius: 10px;}
.i-about .box .frame-box2 .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-about .box .frame-box2 .img:hover img{ transform: scale(1.08);}
.i-about .box .frame-box3{ width: 20%;}
.i-about .box .frame-box3 li{ width: 100%; height: 186px; border-radius: 10px; overflow: hidden; background: #029284; padding: 30px 15px; text-align: right; color: #fff;}
.i-about .box .frame-box3 li .t{ font-size: 2.6em; font-weight: bold; padding-bottom: 12px; position: relative;}
.i-about .box .frame-box3 li .t::before{ content: ""; position: absolute; width: 128px; height: 2px; background: #fff; right: 0; bottom: 0;}
.i-about .box .frame-box3 li .p{ font-size: 1.8em; margin-top: 15px; line-height: 30px;}
.i-about .box .frame-box3 li:last-child{ margin-top: 8px; background: #e9e9e9; color: #029284;}
.i-about .box .frame-box3 li:last-child .t::before{ background: #029284;}
.i-about .box .frame-box3 li:last-child .p p{ text-align: right;}

.i-brand{ padding: 32px 0 66px; background: url(../images/ibrand-bg.jpg) no-repeat center; background-size: cover;}
.i-brand .box{ margin-top: 3.02vw; padding: 0 5%; overflow: hidden; position: relative;}
.i-brand .box .swiper-container{ height: 566px;}
.i-brand .box .list{ overflow: hidden; padding-top: 4.0625vw;}
.i-brand .box .swiper-slide{ width: 57.66%;}
.i-brand .box .swiper-slide-prev{ padding: 10px 30px 10px 37%;}
.i-brand .box .swiper-slide-next{ padding: 10px 37% 10px 30px;}
.i-brand .box .swiper-slide .frame{ overflow: hidden; border-radius: 30px; background: #000; position: relative; height: 468px;}
.i-brand .box .swiper-slide .frame .img{ bottom: 0; width: 100%; height: 100%; z-index: 0; opacity: .3;}
.i-brand .box .swiper-slide .frame .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-brand .box .swiper-slide:hover .frame .img img{ transform: scale(1.1);}
.i-brand .box .swiper-slide .frame .text{ position: absolute; top: 0; left: 0; width: 100%; padding: 40px 20px;}
.i-brand .box .swiper-slide-next .frame .t{ text-align: right;}
.i-brand .box .swiper-slide .frame .line{ height: 5px; position: relative; margin-top: 20px;}
.i-brand .box .swiper-slide .frame .line::before{ content: "..."; color: #fff; font-size: 3.8em; height: 5px; line-height: 5px; position: absolute; top: -11px;}
.i-brand .box .swiper-slide-prev .frame .line::before{ left: 0;}
.i-brand .box .swiper-slide-next .frame .line::before{ right: 16px;}
.i-brand .box .swiper-slide .frame .p{ font-size: 1.6em; color: #fff; margin-top: 18px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.i-brand .box .swiper-slide .frame .btns{ display: none;}

.i-brand .box .swiper-slide-active .gyl{ background: #b61c31;}
.i-brand .box .swiper-slide-active .tlx{ background: #8e0013;}
.i-brand .box .swiper-slide-active .fzj{ background: #1e8c7f;}
.i-brand .box .swiper-slide-active{ width: 57.66%;}
.i-brand .box .swiper-slide-active .frame{ height: 488px; width: 100%; border-radius: 30px; padding: 0 55px 35px 75px; position: relative; overflow: inherit;}
.i-brand .box .swiper-slide-active .frame .img{ position: absolute; bottom: 35px; left: 75px; width: 39.28%; opacity: 1;}
.i-brand .box .swiper-slide-active .frame .img img{ width: auto; height: auto; bottom: 0;}
.i-brand .box .swiper-slide-active .frame .text{ width: 54.72%; height: 100%; float: right; position: relative; padding: 0 0 0 40px;}
.i-brand .box .swiper-slide-active .frame .text .t{ height: 75px; margin-top: 60px;}
.i-brand .box .swiper-slide-active .frame .text .t img{ height: 100%;}
.i-brand .box .swiper-slide-active .frame .text .line{ height: 5px; width: 100%; position: relative; margin-top: 35px;}
.i-brand .box .swiper-slide-active .frame .text .line i{ position: absolute; width: 210px; height: 100%; left: 0; top: 0; background: #fff;}
.i-brand .box .swiper-slide-active .frame .text .p{ margin-top: 35px; font-size: 1.6em; color: #fff; line-height: 24px; height: 168px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;}
.i-brand .box .swiper-slide-active .frame .text .btns{ text-align: right; margin-top: 15px; display: block;}
.i-brand .box .swiper-slide-active .frame .text .btns a{ font-size: 1.6em; display: inline-block; border: 1px solid #fff; height: 34px; line-height: 34px; color: #fff; padding: 0 18px; letter-spacing: 1px; transition: all .3s;}

.i-brand .box .swiper-slide-active .gyl .text .btns a:hover{ background: #fff; color: #b61c31;}
.i-brand .box .swiper-slide-active .tlx .text .btns a:hover{ background: #fff; color: #8e0013;}
.i-brand .box .swiper-slide-active .fzj .text .btns a:hover{ background: #fff; color: #1e8c7f;}

.i-brand .box .swiper-button-next, .i-brand .box .swiper-button-prev{ width: 24px; height: 28px; margin-top: -14px; top: 55%;}
.i-brand .box .swiper-button-next::after, .i-brand .box .swiper-button-prev::after{ display: none;}
.i-brand .box .swiper-button-next{ background: url(../images/ibrand-next.png) no-repeat center; background-size: cover; right: 25%;}
.i-brand .box .swiper-button-prev{ background: url(../images/ibrand-prev.png) no-repeat center; background-size: cover; left: 25%;}

.i-news{ padding: 70px 0 110px;}
.i-news .box{ display: flex; margin-top: 78px;}
.i-news .box .list{ flex: 1;}
.i-news .box .list li{ padding: 16px 0; border-bottom: 1px solid #e5e5e5;}
.i-news .box .list li:first-child{ padding-top: 0;}
.i-news .box .list li a{ display: flex; align-items: center;}
.i-news .box .list li .date{ width: 21.44%; height: 100px; border-radius: 10px; margin-right: 40px; color: #333; padding: 26px 0; text-align: center;}
.i-news .box .list li .date .frame{ width: 60px; margin: 0 auto; text-align: left;}
.i-news .box .list li .date span{ display: inline-block; font-size: 2.4em; line-height: 24px; font-weight: bold;}
.i-news .box .list li .date p{ font-size: 1.4em; font-weight: bold; line-height: 20px; margin-top: 4px;}
.i-news .box .list li .text{ flex: 1;}
.i-news .box .list li .text .t{ font-size: 1.8em; font-weight: bold; color: #333; margin: 4px 0 0; 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: #666; 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 .date{ background: #029284; color: #fff;}
.i-news .box .list li:hover .t{ color: #029284;}
.i-news .box .list .more{ text-align: center; margin-top: 26px;}
.i-news .box .list .more a{ display: inline-block; width: 125px; height: 48px; line-height: 48px; border-radius: 10px; background: #029284; font-size: 1.5em; color: #fff;}
.i-news .box .list .more a:hover{ background: #196348;}

.i-news .box .hot{ width: 43.85%; margin-left: 30px;}
.i-news .box .hot .img{ width: 100%; height: 375px; position: relative; border-radius: 20px; overflow: hidden;}
.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 .title{ font-size: 1.8em; font-weight: bold; color: #000; line-height: 30px; margin: 15px 0 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.i-news .box .hot .title span{ color: #a1a0a0; margin-left: 10px;}
.i-news .box .hot:hover .title{ color: #029284;}

.i-team{ background: url(../images/iteam-bg.jpg) no-repeat center; background-size: cover; padding: 28px 0 30px;}
.i-team .list{ padding: 36px 42px 0;}
.i-team .list li{ width: calc( (100% - 105px) / 4 ); margin-left: 35px; float: left;}
.i-team .list li:first-child{ margin-left: 0;}
.i-team .list li .top{ position: relative; border-radius: 25px; overflow: hidden;}
.i-team .list li .top .img{ border-radius: 25px; overflow: hidden; position: relative; width: 100%; height: 380px; z-index: 0;}
.i-team .list li .top .img img{ position: absolute; width: 100%; top: -45px;}
.i-team .list li .top .text{ position: absolute; z-index: 1; height: 148px; width: 100%; background: #e9e9e9; bottom: 0; left: 0; padding: 14px 20px 20px; color: #838383;}
.i-team .list li .top .text .t{ font-size: 2.4em; line-height: 24px;}
.i-team .list li .top .text .p{ font-size: 1.3em; line-height: 1.4; margin-top: 12px;}
.i-team .list li .top:hover .text{ background: url(../images/iteam-text-bg.png) no-repeat center top; background-size: cover; color: #fff;}
.i-team .list li .school{ margin-top: 20px; border-radius: 25px; overflow: hidden; height: 230px; width: 100%; background: #e9e9e9; position: relative;}
.i-team .list li .school .icon{ position: relative; z-index: 0; padding: 19px 0;}
.i-team .list li .school .icon .img{ width: 158px; height: 158px; border-radius: 100%; margin: 0 auto;}
.i-team .list li .school .icon .t{ font-size: 2.4em; line-height: 24px; margin-top: 10px; color: #4b4b4b; text-align: center;}
.i-team .list li .school .text{ position: absolute; z-index: 1; top: 100%; left: 0; width: 100%; height: 100%; background: #029b8c; color: #fff; text-align: center; padding: 52px 25px; transition: all .3s;}
.i-team .list li .school:hover .text{ top: 0;}
.i-team .list li .school .text .t{ font-size: 3.2em; line-height: 30px;}
.i-team .list li .school .text .p{ font-size: 2.4em; line-height: 35px; padding-top: 10px; border-top: 1px solid #fff; margin-top: 16px;}

.i-foot-top{ line-height: 48px; background: url(../images/foot-top-bg.jpg) no-repeat center; background-size: cover; padding: 84px 0 134px; color: #fff; text-align: center;}
.i-foot-top .t{ font-size: 3.6em;}
.i-foot-top .p{ font-size: 3em;}
.i-foot{ background: #1b1b1b; overflow: hidden;}
.i-foot-box{ padding: 15px 0 30px; overflow: hidden;}
.i-foot-contact{ width: 46.5%; float: left; padding-left: 20px; padding-right: 35px;}
.i-foot-contact .foot-xx{ margin-top: 26px;}
.i-foot-contact .foot-xx p{ line-height: 26px; padding-left: 30px; position: relative; font-size: 1.4em; color: #fff;}
.i-foot-contact .foot-xx p+p{ margin-top: 10px;}
.i-foot-contact .foot-xx p i{ position: absolute; width: 22px; height: 22px; line-height: 0; left: 0; top: 2px;}
.i-foot-contact .foot-wx{ margin-top: 20px;}
.i-foot-contact .foot-wx li{ float: left; margin-right: 20px;}
.i-foot-contact .foot-wx li .img{ width: 105px; height: 105px; overflow: hidden;}
.i-foot-contact .foot-wx li .t{ font-size: 1.4em; color: #fff; text-align: center; margin-top: 5px;}

.i-foot-map{ width: 53.5%; height: 340px; float: left; margin-top: 4px;}
.i-foot-map img{ max-width: none;}

.i-foot-copy{ line-height: 30px; padding: 30px 0; background: #1b1b1b; font-size: 1.4em; color: #fff; text-align: center;}
.i-foot-copy a{ color: inherit;}

.xf{ position: fixed; width: 116px; right: 0; bottom: 10%; display: none; z-index: 999;}
.xf li{ width: 100%; background: #028a7d; border-radius: 10px; padding: 20px 0; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,.35);}
.xf li .icon{ width: 42px; height: 42px; margin: 0 auto;}
.xf li .t{ font-size: 1.6em; color: #fff; line-height: 20px; margin-top: 15px;}

.page-banner{ margin-top: 80px; height: 27.3vw;}
.page-banner .container{ display: flex; align-items: center; height: 100%;}
.page-banner .page-text{ color: #fff;}
.page-banner .page-text .en{ font-size: 4em; line-height: 30px; text-transform: uppercase;}
.page-banner .page-text .cn{ font-size: 2.4em; line-height: 24px; margin-top: 15px;}

.about-box{ padding: 66px 0 82px; overflow: hidden;}
.about-box .box{ margin-top: 58px; display: flex; align-items: center;}
.about-box .box .img{ float: right; width: 41.54%; margin-left: 20px; margin-bottom: 15px; overflow: hidden;}
.about-box .box .img img{ transition: all .3s;}
.about-box .box .img:hover img{ transform: scale(1.1);}
.about-box .box .text{ flex: 1; width: 100%;  font-size: 1.4em; line-height: 24px; color: #333; }
.about-box .box .text p{ text-indent: 2em;}
.about-box .box .text p+p{ margin-top: 12px;}
.about-box .more{ text-align: center; margin-top: 20px; display: none;}
.about-box .more a{ display: inline-block; height: 35px; line-height: 35px; padding: 0 15px; background: #028a7d; border-radius: 4px; color: #fff;}
.about-box .list{ margin-top: 50px;}
.about-box .list ul{ display: flex; flex-wrap: wrap;}
.about-box .list li{ width: 33.33%; text-align: center; padding: 0 20px;}
.about-box .list li .t{ font-size: 1.8em; color: #006e46; font-weight: bold; margin-top: 24px;}
.about-box .list li .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 5px;}

.about-ceo{ background: url(../images/about-ceo-bg.jpg) no-repeat center; background-size: cover; padding-top: 45px; position: relative;}
.about-ceo .container{ display: flex; align-items: center;}
.about-ceo .box{ flex: 1; width: 100%; position: relative; z-index: 1;}
.about-ceo .box .top{ font-size: 3.5em; font-weight: bold; color: #029284; padding-bottom: 24px; position: relative; height: 60px; line-height: 35px;}
.about-ceo .box .top::before{ content: ""; position: absolute; width: 62px; height: 4px; background: #029284; bottom: 0; left: 0;}
.about-ceo .box .top span{ font-size: 1.6rem; color: #999;}
.about-ceo .box .text{ font-size: 2em; color: #000; line-height: 30px; font-weight: bold; margin-top: 25px;}
.about-ceo .box .frame{ overflow: hidden; margin-top: 26px;}
.about-ceo .box .list{ width: 50%; float: left;}
.about-ceo .box .list li{ font-size: 1.8em; line-height: 28px; position: relative; color: #333; padding-left: 12px;}
.about-ceo .box .list li+li{ margin-top: 10px;}
.about-ceo .box .list li::before{ content: ""; position: absolute; width: 4px; height: 4px; border-radius: 100%; background: #333; left: 0; top: 12px;}
.about-ceo .box .list:last-child li:last-child{ margin-top: 20px;}
.about-ceo .img{ width: 37.7%; padding-left: 30px; display: flex; align-self: end;}

.about-fzlc{ padding: 66px 0 100px;}
.about-fzlc .box{ margin-top: 78px;}
.about-fzlc .box .mySwiper .frame{ display: flex; align-items: center;}
.about-fzlc .box .mySwiper .frame .img{ width: 50%; overflow: hidden; height: 350px; position: relative;}
.about-fzlc .box .mySwiper .frame .img img{ transition: all .3s; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.about-fzlc .box .mySwiper .frame .img:hover img{ transform: scale(1.06) translateY(-50%);}
.about-fzlc .box .mySwiper .frame .text{ flex: 1; padding-left: 80px;}
.about-fzlc .box .mySwiper .frame .text .year{ font-size: 3.5em; line-height: 30px; font-weight: bold; color: #029284;}
.about-fzlc .box .mySwiper .frame .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 30px;}
.about-fzlc .box .mySwiper2{ margin-top: 60px;  padding: 0 42px;}
.about-fzlc .box .mySwiper2 .list{ overflow: hidden; position: relative;}
.about-fzlc .box .mySwiper2 .list .line{ height: 2px; width: 100%; background: #dcdcdc; position: absolute; left: 50%; transform: translateX(-50%); top: 20px;}
.about-fzlc .box .mySwiper2 .swiper-slide{ width: 12.5%; text-align: center;}
.about-fzlc .box .mySwiper2 .swiper-slide .icon{ margin-top: 14px;}
.about-fzlc .box .mySwiper2 .swiper-slide .icon i{ display: inline-block; width: 13px; height: 13px; border-radius: 100%; border: 1px solid #a1a1a1; background: #fff;}
.about-fzlc .box .mySwiper2 .swiper-slide .year{ font-size: 1.8em; color: #999; font-weight: bold; margin-top: 8px;}
.about-fzlc .box .mySwiper2 .swiper-slide-thumb-active .icon i{ border-color: #029284; background: #029284;}
.about-fzlc .box .mySwiper2 .swiper-slide-thumb-active .year{ font-size: 2.4em; color: #029284;}

.about-fzlc .box .mySwiper2 .swiper-button-next{ right: 0; background: #fff;}
.about-fzlc .box .mySwiper2 .swiper-button-prev{ left: 0; background: #fff;}
.about-fzlc .box .mySwiper2 .swiper-button-next, .about-fzlc .box .mySwiper2 .swiper-button-prev{ width: 42px; height: 42px; top: 0; margin-top: 0; border-radius: 100%; background: #029284;}
.about-fzlc .box .mySwiper2 .swiper-button-next::after, .about-fzlc .box .mySwiper2 .swiper-button-prev::after{ display: none;}
.about-fzlc .box .mySwiper2 .swiper-button-next img{ position: absolute; width: 18px; height: 18px; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.about-fzlc .box .mySwiper2 .swiper-button-prev img{ position: absolute; width: 18px; height: 18px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(180deg);}

.about-ryzs{ padding: 90px 0; background: url(../images/about-ry-bg.jpg) no-repeat center; background-size: cover;}
.about-ryzs .box{ position: relative; margin-top: 50px; overflow: hidden; padding: 0 50px;}
.about-ryzs .box .list{ overflow: hidden;}
.about-ryzs .box .swiper-slide{ transform: scale(0.8); width: 33.33%; opacity: .5; text-align: center;}
.about-ryzs .box .swiper-slide .img{ width: 100%; height: 280px; overflow: hidden; position: relative;}
.about-ryzs .box .swiper-slide .img img{ position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all .4s;}
.about-ryzs .box .swiper-slide:hover .img img{ transform: translate(-50%,-50%) scale(.9);}
.about-ryzs .box .swiper-slide .t{ height: 50px; line-height: 50px; background: #fff; font-size: 1.8em; color: #333; text-align: center; transition: all .3s;}
.about-ryzs .box .swiper-slide:hover .t{ background: #028a7d; color: #fff;}
.about-ryzs .box .swiper-slide-active, .about-ryzs .box .swiper-slide-duplicate-active{ transform: scale(1); opacity: 1;}
.about-ryzs .box .swiper-slide-active .t, .about-ryzs .box .swiper-slide-duplicate-active .t{ background: #eee;}
.about-ryzs .box .swiper-button-next{ right: 0;}
.about-ryzs .box .swiper-button-prev{ left: 0;}
.about-ryzs .box .swiper-button-next::after, .about-ryzs .box .swiper-button-prev::after{ display: none;}
.about-ryzs .box .swiper-button-next i, .about-ryzs .box .swiper-button-prev i{ font-size: 6em; color: #c9c9c9;}

.about-team{ padding: 90px 0 80px;}
.about-team .list{ margin-top: 68px;}
.about-team .list li{ width: calc( (100% - 99px) / 4); float: left; margin-right: 33px;}
.about-team .list li:last-child{ margin-right: 0;}
.about-team .list li .img{ height: 350px; width: 100%; border-radius: 20px; overflow: hidden; position: relative;}
.about-team .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.about-team .list li:hover .img img{ transform: scale(1.1);}
.about-team .list li .text{ padding-top: 25px;}
.about-team .list li .text .t{ font-size: 2.4em; color: #029284; line-height: 30px; text-align: center;}
.about-team .list li .text .line{ margin-top: 20px; height: 3px; position: relative;}
.about-team .list li .text .line i{ position: absolute; width: 40%; height: 100%; background: #029284; left: 50%; transform: translateX(-50%); top: 0;}
.about-team .list li .text .p{ margin-top: 20px; font-size: 1.4em; line-height: 24px; color: #333;}

.about-zl{ padding: 75px 0 80px; background: url(../images/about-zl-bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover;}
.about-zl .box{ margin-top: 50px;}
.about-zl .box table{ width: 100%;}
.about-zl .box th{ background: #029284; color: #fff; border: 1px solid #dcdcdc; font-size: 1.6em; text-align: center;  padding: 15px 35px; line-height: 24px; font-weight: normal;}
.about-zl .box td{ border: 1px solid #dcdcdc; font-size: 1.6em; color: #333; text-align: center;  padding: 15px 35px; line-height: 24px; background: #fff;}
.about-zl .box td a{ color: inherit;}
.about-zl .box tr td:nth-child(2){ text-align: left;}
.about-zl .box tr:hover td{ background: #029284; color: #fff;}
.about-zl .btns{ text-align: center; margin-top: 30px;}
.about-zl .btns a{ display: inline-block; width: 160px; height: 45px; line-height: 45px; border: 1px solid #dcdcdc; color: #666; font-size: 1.4em; text-align: center; background: #fff;}

.about-hz{ padding: 75px 0 105px; background: url(../images/about-hz-bg.png) no-repeat center bottom; }
.about-hz .list{ margin-top: 65px;}
.about-hz .list li{ width: calc( (100% - 40px) / 2); margin-right: 40px; float: left; display: flex; align-items: center; background: #f5f5f5;}
.about-hz .list li:nth-child(2n){ margin-right: 0;}
.about-hz .list li:nth-child(-n+2){ margin-bottom: 40px;}
.about-hz .list li .img{ width: 63.5%; height: 300px; overflow: hidden; position: relative;}
.about-hz .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .4s;}
.about-hz .list li:hover .img img{ transform: scale(1.1);}
.about-hz .list li .box{ flex: 1; text-align: center;}
.about-hz .list li .box .xh{ padding: 0 24.34%;}
.about-hz .list li .box .t{ font-size: 1.8em; color: #029284; margin-top: 15px;}
.about-hz .list li .box .line{ height: 2px; position: relative; width: 100%; margin-top: 10px;}
.about-hz .list li .box .line i{ position: absolute; width: 20%; height: 100%; background: #029284; left: 50%; transform: translateX(-50%);}
.about-hz .list li .box .p{ font-size: 1.4em; line-height: 24px; color: #333; padding: 0 15px; margin-top: 10px;}
.about-hz .list li .box .p p{ text-align: center;}

.about-kysl{ padding: 110px 0 78px;}
.about-kysl .box{ margin-top: 68px; display: flex; align-items: center;}
.about-kysl .box .text{ flex: 1; position: relative; padding-right: 50px;}
.about-kysl .box .text .en{ color: #f0efef; position: absolute; font-size: 10.4em; text-transform: uppercase; z-index: 0; line-height: 78px; top: -52px; right: 50px;}
.about-kysl .box .text .t{ font-size: 2.4em; color: #333; line-height: 24px; position: relative;z-index: 1;}
.about-kysl .box .text .p{ font-size: 1.4em; color: #333; line-height: 22px; margin-top: 30px; position: relative; z-index: 1; text-align: justify;}
.about-kysl .box .imgs{ width: 58.5%; display: flex;  align-items: center; justify-content: space-between;}
.about-kysl .box .imgs .img{ margin-right: 20px; overflow: hidden;}
.about-kysl .box .imgs .img img{ transition: all .3s;}
.about-kysl .box .imgs .img:hover img{ transform: scale(1.1);}
.about-kysl .box .imgs .img:last-child{ margin-right: 0;}

.footer{ padding: 58px 0 35px; background: #028a7d;}
.footer .container{ display: flex;}
.footer .foot-copy{ width: 24.6%; float: left; font-size: 1.4em; color: #fff; line-height: 30px; padding: 15px 0; border-right: 1px solid rgba(255,255,255,.5); order: -1;}
.footer .foot-copy p+p{ margin-top: 20px;}
.footer .foot-contact{ width: 42.3%; float: left; padding: 20px 5%; border-right: 1px solid rgba(255,255,255,.5);}
.footer .foot-contact li{ font-size: 1.4em; color: #fff; line-height: 30px; padding-left: 30px; position: relative;}
.footer .foot-contact li+li{ margin-top: 15px;}
.footer .foot-contact li i{ position: absolute; width: 20px; height: 20px; line-height: 0; left: 0; top: 6px;}
.footer .foot-wx{ width: 33.1%; float: left; padding-top: 5px; padding-left: 4.32%;}
.footer .foot-wx li{ float: left; width: calc( (100% - 22px) / 3); margin-right: 11px;}
.footer .foot-wx li:last-child{ margin-right: 0;}
.footer .foot-wx li .img{ width: 100%; height: 120px; position: relative;}
.footer .foot-wx li .img img{ position: absolute; top: 50%; left: 50%; height: 85%; transform: translate(-50%,-50%);}
.footer .foot-wx li .t{ font-size: 1.4em; text-align: center; color: #fff; margin-top: 15px;}

.product-page{ padding: 84px 0 15px;}
.pro-brand{ height: 150px; width: 100%; display: flex; align-items: center; border-radius: 20px; overflow: hidden; box-shadow: 0 0 30px rgba(198,198,198,.2);}
.pro-brand .pro-logo{ margin-left: 50px; flex: 1;}
.pro-brand .pro-logo-text{ width: 370px; height: 100%; display: flex; flex-wrap: wrap; align-items: center; text-align: right; padding: 3% 4%; border-radius: 20px; color: #fff;}
.pro-brand .pro-logo-text .t{ width: 100%; font-size: 2.6em;}
.pro-brand .pro-logo-text .p{ width: 100%; font-size: 1.8em;}

.pro-nav{ display: flex; align-items: center; border-bottom: 1px solid #eee; margin-top: 65px; line-height: 62px;}
.pro-nav .t{ font-size: 1.6em; color: #333; width: 116px;}
.pro-nav .list{ flex: 1; background: #eee; padding: 0 15px;}
.pro-nav .list ul{ display: flex; flex-wrap: wrap; padding: 10px 0;}
.pro-nav .list li{ height: 35px; display: flex; align-items: center; justify-content: center; width: 20%;}
.pro-nav .list li a{ font-size: 1.4em; color: #999; display: inline-block; padding: 0 20px; line-height: 20px;}
.pro-nav .list li.on a, .pro-nav .list li:hover a{ color: #333; font-weight: bold;}

.product-box{ margin-top: 65px;}
.product-box .list{ overflow: hidden;}
.product-box .list li{ width: calc( (100% - 60px) / 4); float: left; margin-right: 20px; margin-bottom: 40px;}
.product-box .list li:nth-child(4n){ margin-right: 0;}
.product-box .list li .img{ width: 100%; height: 310px; position: relative; overflow: hidden;}
.product-box .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.product-box .list li:hover .img img{ transform: scale(1.1);}
.product-box .list li .text{ text-align: center;}
.product-box .list li .text .t{ font-size: 1.8em; color: #333; font-weight: bold; line-height: 30px; margin-top: 25px; margin-bottom: 0;}
.product-box .list li .text .sub_t{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 5px;}
.product-box .list li .btns{ margin-top: 28px;}
.product-box .list li .btns span{ display: inline-block; width: 100%; height: 45px; line-height: 45px; border: 1px solid #e5e5e5; font-size: 1.4em; color: #333; text-align: center;}

.product-con{ padding: 70px 0 90px;}
.product-con .top{ display: flex; flex-wrap: wrap;}
.product-con .top .img{ width: 38.5%; height: 500px; border-radius: 20px; position: relative; overflow: hidden;}
.product-con .top .img img{ position: absolute; width: 100%; height: 100%;}
.product-con .top .box{ flex: 1; margin-left: 80px;}
.product-con .top .box .xl{ font-size: 1.8em; color: #333; margin-top: 20px; line-height: 32px;}
.product-con .top .box .title{ font-size: 5em; line-height: 1; color: #333; margin: 25px 0 0;}
.product-con .top .box .bq{ margin-top: 35px;}
.product-con .top .box .bq span{ padding: 0 15px; height: 40px; line-height: 40px; display: inline-block; border-radius: 8px; font-size: 1.4em; border: 1px solid #333; text-align: center;}
.product-con .top .box .bq a{ width: 130px; height: 40px; line-height: 40px; display: inline-block; border-radius: 8px; font-size: 1.8em; border: 1px solid #333; text-align: center; margin-left: 20px;}
.product-con .top .box .text{ margin-top: 45px; border-top: 1px solid #e5e5e5; padding-top: 40px;}
.product-con .top .box .text .t{ font-size: 1.8em; font-weight: bold; color: #333; line-height: 20px;}
.product-con .top .box .text .p{ margin-top: 20px; font-size: 1.4em; color: #666; line-height: 24px;}
.product-con .content{ margin-top: 60px;}
.product-con .content .t{ height: 60px; line-height: 60px; font-size: 1.8em; color: #333; font-weight: bold; background: #f5f5f5; padding-left: 35px; border-radius: 8px;}
.product-con .content .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 50px;}


/******谷幽兰*****/
.gyl-style .pro-logo-text{ background: #a82229;}
.gyl-style .product-box .list li:hover .btns span{ border-color: #a82229; background: #a82229; color: #fff;}
.product-con.gyl-style .top .box .bq span{ border-color: #a82229; color: #fff; background: #a82229;}
.product-con.gyl-style .top .box .bq a{ border-color: #a82229; color: #fff; background: #a82229;}
.product-con.gyl-style .content .t{ color: #a82229;}

/******夫专家*****/
.fzj-style .pro-logo-text{ background: #1e8c7f;}
.fzj-style .product-box .list li:hover .btns span{ border-color: #1e8c7f; background: #1e8c7f; color: #fff;}
.product-con.fzj-style .top .box .bq span{ border-color: #1e8c7f; color: #fff; background: #1e8c7f;}
.product-con.fzj-style .top .box .bq a{ border-color: #1e8c7f; color: #fff; background: #1e8c7f;}
.product-con.fzj-style .content .t{ color: #1e8c7f;}
/******通力消*****/
.tlx-style .pro-logo-text{ background: #8e0013;}
.tlx-style .product-box .list li:hover .btns span{ border-color: #8e0013; background: #8e0013; color: #fff;}
.product-con.tlx-style .top .box .bq span{ border-color: #8e0013; color: #fff; background: #8e0013;}
.product-con.tlx-style .top .box .bq a{ border-color: #8e0013; color: #fff; background: #8e0013;}
.product-con.tlx-style .content .t{ color: #8e0013;}


.case-list{ padding: 105px 0 85px;}
.case-list .list{ overflow: hidden;}
.case-list .list li{ display: flex; align-items: center; background: #f7f7f7; border-radius: 20px; margin-bottom: 45px; overflow: hidden;}
.case-list .list li .imgs{ width: 550px; height: 350px; position: relative; overflow: hidden; border-radius: 20px 0 0 20px;}
.case-list .list li .imgs .swiper-container, .case-list .list li .imgs .swiper-slide{ width: 100%; height: 100%; overflow: hidden;}
.case-list .list li .imgs .swiper-slide img{ position: relative; width: 100%; height: 100%; transition: all .3s;}
/* .case-list .list li:hover .imgs .swiper-slide img{ transform: scale(1.1);} */
.case-list .list li .imgs .swiper-button-next{ right: 0;}
.case-list .list li .imgs .swiper-button-prev{ left: 0;}
.case-list .list li .imgs .swiper-button-next, .case-list .list li .imgs .swiper-button-prev{ width: 42px; height: 42px; margin-top: -21px; border-radius: 100%; background: transparent;}
.case-list .list li .imgs .swiper-button-next::after, .case-list .list li .imgs .swiper-button-prev::after{ display: none;}
.case-list .list li .imgs .swiper-button-next i, .case-list .list li .imgs .swiper-button-prev i{ color: #029284; font-size: 3.6em;}
.case-list .list li .box{ flex: 1; margin-left: 55px; padding-right: 35px;}
.case-list .list li .box .t{ font-size: 1.8em; font-weight: bold; color: #333; line-height: 30px; margin: 0; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.case-list .list li:hover .box .t{ color: #028a7d;}
.case-list .list li .box .user{ font-size: 1.4em; color: #999; line-height: 20px; padding-left: 24px; position: relative; margin-top: 12px;}
.case-list .list li .box .user i{ position: absolute; width: 15px; height: 15px; line-height: 1; left: 0; top: 50%; transform: translateY(-50%);}
.case-list .list li .box .p{ font-size: 1.4em; color: #999; line-height: 24px; margin-top: 12px; text-align: justify; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.case-list .list li .box .date{ font-size: 1.4em; color: #333; margin-top: 15px;}

.news-list{ padding: 35px 0 60px;}
.news-list .list{ overflow: hidden;}
.news-list .list li{ padding: 40px 0; overflow: hidden; border-bottom: 2px solid #e5e5e5;}
.news-list .list li:last-child{ border-bottom: navajowhite;}
.news-list .list li a{ display: flex; align-items: center; flex-wrap: wrap;}
.news-list .list li .img{ width: 300px; height: 200px; position: relative; overflow: hidden; border-radius: 20px;}
.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{ flex: 1; margin-left: 40px;}
.news-list .list li .text .title{ font-size: 1.8em; color: #333; margin: 0; line-height: 30px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list .list li .text .date{ margin-top: 20px; font-size: 1.4em; color: #666; line-height: 22px;}
.news-list .list li .text .p{ font-size: 1.4em; color: #767676; line-height: 22px; margin-top: 12px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-list .list li:hover .text .title{ color: #028a7d;}

.news-con{ padding: 40px 0 50px;}
.news-con .title{ text-align: center; font-size: 2.4em; font-weight: bold; color: #333; margin: 0; line-height: 30px;}
.news-con .bq{ margin-top: 15px; font-size: 1.4em; color: #666; line-height: 24px; text-align: center; padding-bottom: 18px; border-bottom: 1px solid #e5e5e5;}
.news-con .bq span{ margin: 0 5px;}
.news-con .text{ padding-top: 50px; font-size: 1.4em; color: #333; line-height: 24px;}

.join-box{ padding-top: 50px;}
.join-box .text{ margin-top: 58px; font-size: 1.4em; color: #333; line-height: 20px; text-indent: 2em;}
.join-box .text p+p{ margin-top: 10px;}
.join-box .join-list{ margin-top: 90px;}
.join-box .join-list .hd{ overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.join-box .join-list .hd li{ width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 1.8em; font-weight: bold; color: #333; border-radius: 8px 8px 0 0; float: left; cursor: pointer;}
.join-box .join-list .hd li+li{ margin-left: 18px;}
.join-box .join-list .hd li.on{ background: #029284; color: #fff;}
.join-box .join-list .bd{ padding-top: 22px;}
.join-box .join-list .bd .sx{ overflow: hidden;}
.join-box .join-list .bd .sx li{ display: flex; line-height: 20px;}
.join-box .join-list .bd .sx li+li{ margin-top: 10px;}
.join-box .join-list .bd .sx li span{ display: inline-block; width: 80px; font-size: 1.4em; color: #333;}
.join-box .join-list .bd .sx li .box{ flex: 1;}
.join-box .join-list .bd .sx li .box label{ font-weight: normal; position: relative; padding-left: 30px; margin-bottom: 0; cursor: pointer; font-size: 1.4em; margin-right: 28px; margin-bottom: 10px;}
.join-box .join-list .bd .sx li .box label i{ position: absolute; width: 20px; height: 20px; border: 1px solid #e5e5e5; border-radius: 2px; left: 0; top: 50%; transform: translateY(-50%);}
.join-box .join-list .bd .sx li .box label input:checked + i::before{ content: ""; position: absolute; width: 10px; height: 10px; border-radius: 2px; background: #028a7d; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.join-box .join-list .bd .list{ margin-top: 40px;}
.join-box .join-list .bd .list .top{ height: 60px; line-height: 60px; padding: 0 50px; background: #029284; color: #fff; font-size: 1.4em; display: flex; align-items: center; flex-wrap: wrap; text-align: center;}
.join-box .join-list .bd .list .w1{ width: 18.66%; padding: 0 5px; line-height: 20px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.join-box .join-list .bd .list .w2{ width: 28%; padding: 0 5px; line-height: 20px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.join-box .join-list .bd .list .w3{ width: 15%; padding: 0 5px; line-height: 20px;}
.join-box .join-list .bd .list .w4{ width: 8.34%; padding: 0 5px; line-height: 20px;}
.join-box .join-list .bd .list .box{ padding: 0 50px;}
.join-box .join-list .bd .list .box .title{ display: flex; align-items: center; height: 60px; line-height: 60px; font-size: 1.4em; color: #333; text-align: center; margin: 0 -50px; padding: 0 50px; position: relative;}
.join-box .join-list .bd .list .box .title:nth-child(4n-1){ background: #f6f6f6;}
.join-box .join-list .bd .list .box .title::before{ content: ""; height: 1px; background: #e5e5e5; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 92.31%; display: none;}
.join-box .join-list .bd .list .box .title.on::before{ display: block;}
.join-box .join-list .bd .list .box .title .w4{ font-size: 1.8em; cursor: pointer;}
.join-box .join-list .bd .list .box .title .w4 i{ transition: all .3s;}
.join-box .join-list .bd .list .box .title.on .w4 i{ transform: rotate(180deg); color: #006e46;}
.join-box .join-list .bd .list .box .frame{ padding: 15px 35px; font-size: 1.4em; color: #333; line-height: 26px; display: none;}
.join-box .join-list .bd .list .box .title.on .w1{ color: #006e46;}

.contact-box{ margin-top: 95px; padding-bottom: 85px;}
.contact-box .box{ margin-top: 50px; display: flex;}
.contact-box .box .text{ flex: 1;}
.contact-box .box .text .t{ line-height: 1; font-size: 2em; color: #333; padding-bottom: 20px; position: relative;}
.contact-box .box .text .t::before{ content: ""; position: absolute; width: 60px; height: 2px; background: #999; bottom: 0; left: 0;}
.contact-box .box .text .p{ font-size: 1.4em; color: #333; line-height: 24px;}
.contact-box .box .text .p p{ position: relative; padding-left: 35px; margin-top: 20px;}
.contact-box .box .text .p i{ position: absolute; width: 22px; height: 22px; line-height: 1; left: 0; top: 50%; transform: translateY(-50%);}
.contact-box .box .wx{ width: 420px;}
.contact-box .box .wx li{ width: calc( (100% - 22px) / 3); margin-right: 11px; float: left;}
.contact-box .box .wx li:last-child{ margin-right: 0;}
.contact-box .box .wx li .img{ width: 130px; height: 140px; position: relative; overflow: hidden;}
.contact-box .box .wx li .img img{ position: absolute; height: 100%; left: 50%; transform: translateX(-50%);}
.contact-box .box .wx li .t{ font-size: 1.4em; color: #333; text-align: center; margin-top: 15px;}
.contact-box .map{ width: 100%; height: 400px; margin-top: 35px;}
.contact-box .map img{ max-width: none;}

.pager-list{ text-align:center; margin-top: 2.1vw;}
.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:transparent !important; border-radius:0 !important; border-color: #fff !important;}
.pager-list li a:hover{ background: #028a7d !important; color:#fff !important; border:1px solid #028a7d;}
.pager-list li.active>*{ color:#fff !important; background:#028a7d !important; border:1px solid #fff;}
.pager-list li.disabled>*{ cursor:auto; background:#f4f4f4; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#028a7d !important; border:1px solid #028a7d; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}


/* .product-center{ padding: 85px 0 105px;}
.product-center li{ position: relative;}
.product-center li+li{ margin-top: 75px;}
.product-center li .bg{ position: relative; z-index: 0;}
.product-center li .btns{ position: absolute; z-index: 1; height: 45px; line-height: 45px;}
.product-center li .btns a{ display: inline-block; float: left; height: 100%; font-size: 1.4em;}
.product-center li .btns .link{ width: 150px;}
.product-center li .btns .zxgm-link{ margin-left: 20px; border: 1px solid #dcdcdc; border-radius: 4px; width: 120px; text-align: center; color: #484848;}
.product-center li.gyl .btns{ top: 77%; left: 55.5%;}
.product-center li.gyl .btns .zxgm-link:hover{ border-color: #a82229; background: #a82229; color: #fff;}
.product-center li.fzj .btns{ top: 71.2%; left: 6.8%;}
.product-center li.fzj .btns .zxgm-link:hover{ border-color: #1e8c7f; background: #1e8c7f; color: #fff;}
.product-center li.tlx .btns{ top: 71.4%; left: 55.3%;}
.product-center li.tlx .btns .zxgm-link:hover{ border-color: #8e0013; background: #8e0013; color: #fff;} */

.product-center{ padding: 85px 0 105px;}
.product-center li{ position: relative; display: flex; flex-wrap: wrap; align-items: center;}
/* .product-center li.gyl{ background: url(../images/pro-gyl-img2.jpg) no-repeat bottom right; background-size: 7.3%;}
.product-center li.fzj{ background: url(../images/pro-fzj-img2.jpg) no-repeat bottom left; background-size: 7.3%;}
.product-center li.tlx{ background: url(../images/pro-tlx-img2.jpg) no-repeat bottom right; background-size: 7.3%;} */
.product-center li+li{ margin-top: 75px;}
.product-center li .img{ width: 50%; height: 450px; border-radius: 20px; overflow: hidden;}
.product-center li:nth-child(2n) .img{ order: 2;}
.product-center li .text{ width: 50%; padding: 0 6.6% 0 6%;}
.product-center li:nth-child(2n) .text{ order: 1; padding: 0 6% 0 6.6%;}
.product-center li .text .title{ display: flex; flex-wrap: wrap; align-items: flex-end; font-size: 3em; color: #666; font-weight: 500; line-height: 1;}
.product-center li .text .title img{ margin-left: 18px;}
.product-center li .text .sub_title{ font-size: 1.8em; color: #666; margin-top: 18px; line-height: 1;}
.product-center li .text .p{ font-size: 1.4em; color: #484848; line-height: 24px; margin-top: 50px;}
.product-center li .text .btns{ height: 45px; line-height: 45px; display: flex; flex-wrap: wrap; margin-top: 40px;}
.product-center li .text .btns a{ display: inline-block; border: 1px solid #dcdcdc; border-radius: 4px; height: 100%; text-align: center; color: #484848; font-size: 1.4em; padding: 0 5.74%; margin-right: 20px;}
.product-center li.gyl .text .btns a:hover{ border-color: #a82229; background: #a82229; color: #fff;}
.product-center li.fzj .text .btns a:hover{ border-color: #1e8c7f; background: #1e8c7f; color: #fff;}
.product-center li.tlx .text .btns a:hover{ border-color: #8e0013; background: #8e0013; color: #fff;}


.index-title-bf{ text-align: center; line-height: 1;}
.index-title-bf .cn{ font-size: 2.6em;}
.index-title-bf .en{ font-size: 1.4em; margin-top: 8px;}
.index-title-bf .line{ margin-top: 10px; height: 2px; position: relative;}
.index-title-bf .line i{ position: absolute; width: 200px; height: 100%; background: #bfbfbf; left: 50%; transform: translateX(-50%);}
.index-title-bf .line i::before{ content: ""; position: absolute; width: 60px; height: 100%; background: #028a7d; top: 0; left: 50%; transform: translateX(-50%);}

.i-about-bf{ padding: 60px 0;}
.i-about-bf .text{ font-size: 1.6em; line-height: 30px; text-indent: 2em; max-width: 640px; margin: 32px auto 0; color: #333;}
.i-about-bf .more{ text-align: center; margin-top: 30px;}
.i-about-bf .more a{ font-size: 1.6em; color: #333; display: inline-block; padding-right: 25px; position: relative; line-height: 30px;}
.i-about-bf .more a i{ font-size: 1.2em; margin-left: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #999;}

.i-news-bf{ padding: 70px 0 100px;}
.i-news-bf .list{ margin-top: 50px;}
.i-news-bf .list ul{ display: flex; flex-wrap: wrap;}
.i-news-bf .list li{ width: calc((100% - 60px) / 3); margin-right: 30px; position: relative; overflow: hidden; height: 270px;}
.i-news-bf .list li:last-child{ margin-right: 0;}
.i-news-bf .list li .img{ width: 100%; height: 100%; position: absolute; z-index: 0; overflow: hidden;}
.i-news-bf .list li .img img{ position: absolute; width: 100%; height: 100%;}
.i-news-bf .list li .text{ position: absolute; width: 100%; height: 100%; top: 100%; left: 0; background: rgba(9,96,88,.6); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all .3s;}
.i-news-bf .list li .text .t{ font-size: 1.6em; color: #fff; text-align: center; line-height: 20px; padding: 0 28%; letter-spacing: .8px; width: 100%;}
.i-news-bf .list li .text .more{ font-size: 1.4em; color: #fff; text-align: center; width: 100%; margin-top: 20px;}
.i-news-bf .list li .text .more span{ display: inline-block; line-height: 24px; border-bottom: 1px solid #fff;}
.i-news-bf .list li:hover .text{ top: 0;}


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


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

.i-about .box .frame-box1 .img{ height: 250px;}
.i-about .box .frame-box1 .text2 .t{ font-size: 2.4em;}
.i-about .box .frame-box1 .text2 .p{ font-size: 1.6em;}
.i-about .box .frame-box3 li .t{ font-size: 2.4em;}
.i-about .box .frame-box3 li .p{ font-size: 1.6em;}

.i-brand .box .swiper-container{ height: 488px;}
.i-brand .box .list{ padding-top: 0;}
.i-brand .box .swiper-slide{ width: 70%;}
.i-brand .box .swiper-slide-prev{ padding: 10px 30px 10px 55%;}
.i-brand .box .swiper-slide-next{ padding: 10px 55% 10px 30px;}
.i-brand .box .swiper-slide-active{ width: 70%;}
.i-brand .box .swiper-button-next{ right: 20%;}
.i-brand .box .swiper-button-prev{ left: 20%;}

.i-news .box .list li .date{ margin-right: 30px;}

.i-team .list li .top .text{ height: 170px;}
.i-team .list li .top .text .t{ font-size: 2em;}
.i-team .list li .school .text{ padding: 58px 25px;}
.i-team .list li .school .text .t{ font-size: 2.4em;}
.i-team .list li .school .text .p{ font-size: 1.8em; line-height: 28px; margin-top: 18px;}

.i-foot-top .t{ font-size: 3.2em;}
.i-foot-top .p{ font-size: 2.6em;}

.about-ryzs .box .swiper-slide .img{ height: 240px;}
.about-kysl .box .text .en{ font-size: 8.4em;}
.about-fzlc .box .mySwiper .frame .img{ height: 310px;}

.pro-nav .list li a{ padding: 0 15px;}
.product-box .list li .img{ height: 270px;}
.product-con .top .img{ height: 438px;}

/* .product-center li .btns{ height: 38px; line-height: 38px;}
.product-center li .btns a{ font-size: 1.2em;}
.product-center li .btns .link{ width: 132px;} */

.product-center li .img{ height: 395px;}

.i-news-bf .list li{ height: 240px; width: calc((100% - 40px) / 3); margin-right: 20px;}
.i-news-bf .list li .text .t{ padding: 0 20%;}

}
@media (max-width:1199px) and (min-width:992px){
.header .logo{ width: 34%;}
.header .pc-nav{ width: 61%;}
.header .pc-nav li{ margin-right: 5.6%;}

.index-title .en{ font-size: 3.8em; line-height: 30px;}
.index-title .cn{ font-size: 2.6em;}
.index-title .line i{ width: 290px;}
.index-title .line i::before{ width: 110px;}

.i-about{ padding: 58px 0;}
.i-about .text{ font-size: 1.8em; margin-top: 45px;}
.i-about .box .frame-box1{ width: 25%;}
.i-about .box .frame-box1 .img{ height: 250px;}
.i-about .box .frame-box1 .text2 .t{ font-size: 2.4em;}
.i-about .box .frame-box1 .text2 .p{ font-size: 1.6em;}
.i-about .box .frame-box2{ width: 50%;}
.i-about .box .frame-box3{ width: 25%;}
.i-about .box .frame-box3 li .t{ font-size: 2.4em;}
.i-about .box .frame-box3 li .p{ font-size: 1.6em;}

.i-brand{ padding-bottom: 36px;}
.i-brand .box .swiper-container{ height: 530px;}
.i-brand .box .swiper-slide{ width: 100%;}
.i-brand .box .swiper-slide-active{ width: 100%;}
.i-brand .box .swiper-button-next, .i-brand .box .swiper-button-prev{ top: 44%;}
.i-brand .box .swiper-button-next{ right: 7%;}
.i-brand .box .swiper-button-prev{ left: 7%;}

.i-news{ padding: 50px 0 80px;}
.i-news .box{ margin-top: 58px;}
.i-news .box .list li .date{ margin-right: 30px;}
.i-news .box .list li .text .t{ font-size: 1.6em;}
.i-news .box .hot .title{ font-size: 1.6em;}

.i-team .list li{ width: calc( (100% - 60px) / 4 ); margin-left: 20px;}
.i-team .list li .top .img{ height: 330px;}
.i-team .list li .top .img img{ top: -30px;}
.i-team .list li .top .text{ height: auto;}
.i-team .list li .top .text .t{ font-size: 2em;}
.i-team .list li .top .text .p{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4; transition: all .3s;}
.i-team .list li .top:hover .text .p{ -webkit-line-clamp: inherit;}
.i-team .list li .school{ height: 197px;}
.i-team .list li .school .icon .img{ width: 120px; height: 120px;}
.i-team .list li .school .icon .t{ font-size: 2em; margin-top: 15px;}
.i-team .list li .school .text{ padding: 48px 25px;}
.i-team .list li .school .text .t{ font-size: 2em;}
.i-team .list li .school .text .p{ font-size: 1.6em; line-height: 24px; margin-top: 10px;}

.i-foot-top{ line-height: 38px;}
.i-foot-top .t{ font-size: 2.8em;}
.i-foot-top .p{ font-size: 2.2em;}

.xf{ width: 80px;}
.xf li{ padding: 10px 0;}
.xf li .t{ font-size: 1.4em; margin-top: 10px;}

.about-ceo .box .list li{ font-size: 1.6em;}
.about-fzlc .box .mySwiper .frame .text{ padding-left: 45px;}
.about-fzlc .box .mySwiper .frame .text .p{ font-size: 1.6em;}
.about-fzlc .box .mySwiper .frame .img{ height: 256px;}

.about-ryzs .box .swiper-slide{ width: 40%;}
.about-ryzs .box .swiper-slide .img{ height: 230px;}

.about-team .list li .img{ height: 280px;}
.about-kysl .box .text .en{ font-size: 7.4em; line-height: 56px; top: -30px;}

.footer .foot-copy{ width: 28.6%;}
.footer .foot-wx{ width: 29.1%; padding-left: 3.32%;}
.footer .foot-wx li .img{ height: auto;}
.footer .foot-wx li .img img{ position: relative; top: 0; left: 0; height: auto; transform: translate(0);}

.pro-brand{ height: 110px;}
.pro-brand .pro-logo{ margin-left: 35px;}
.pro-brand .pro-logo img{ width: 20%;}	
.pro-brand .pro-logo-text{ padding: 2.5% 4%; width: 320px;}
.pro-brand .pro-logo-text .t{ font-size: 2.4em;}
.pro-brand .pro-logo-text .p{ font-size: 1.6em;}

.pro-nav .t{ width: 100px;}
.pro-nav .list{ padding: 5px 15px;}
.pro-nav .list ul{ flex-wrap: wrap; justify-content: flex-start;}
.pro-nav .list li{ width: 25%;}
.pro-nav .list li a{ padding: 0 5px;}

.product-box .list li .img{ height: 220px;}

.product-con .top .img{ height: 362px;}
.product-con .top .box{ margin-left: 60px;}
.product-con .top .box .title{ font-size: 4em;}

.case-list{ padding: 85px 0 65px;}
.case-list .list li .imgs{ width: 460px; height: 290px;}
.case-list .list li .box{ margin-left: 35px;}
.case-list .list li .box .p{ -webkit-line-clamp: 3;}

.join-box .join-list{ margin-top: 60px;}
.join-box .join-list .bd .list .top{ padding: 0 20px;}
.join-box .join-list .bd .list .box{ padding: 0 20px;}
.join-box .join-list .bd .list .box .title{ margin: 0 -20px; padding: 0 20px;}
.join-box .join-list .bd .list .box .title::before{ width: 95.75%;}
.join-box .join-list .bd .list .box .frame{ padding: 15px 35px 20px;}
.contact-box{ margin-top: 80px;}

/* .product-center li .btns{ height: 32px; line-height: 32px;}
.product-center li .btns a{ font-size: 1.2em;}
.product-center li .btns .link{ width: 108px;}
.product-center li .btns .zxgm-link{ width: 100px; transform: translateY(-4px) scale(.8); height: 40px; line-height: 40px; margin-left: 5px;} */

.product-center li .img{ height: 325px;}
.product-center li .text .title{ font-size: 2.4em;}
.product-center li .text .title img{ width: 30%;}
.product-center li .text .sub_title{ font-size: 1.6em;}
.product-center li .text .p{ margin-top: 25px;}
.product-center li .text .btns{ margin-top: 20px;}

.i-news-bf .list li{ height: 200px; width: calc((100% - 40px) / 3); margin-right: 20px;}
.i-news-bf .list li .text .t{ padding: 0 20%;}
}
@media (max-width:991px) and (min-width: 768px){
.header .logo{ width: 82%;}
.header .pc-nav, .header .search-pc{ display: none;}
.nav .nav-top{ height: 80px; line-height: 80px;}

.banner .swiper-pagination-bullet{ width: 10px; height: 10px;}
.banner .swiper-pagination-bullet-active{ width: 30px;}

.index-title .en{ font-size: 3em; line-height: 26px;}
.index-title .cn{ font-size: 2.2em; line-height: 24px;}
.index-title .line{ margin-top: 12px;}
.index-title .line i{ width: 200px;}
.index-title .line i::before{ width: 90px;}

.i-about{ padding: 42px 0;}
.i-about .text{ font-size: 1.6em; margin-top: 30px; line-height: 30px;}
.i-about .box{ margin-top: 32px; height: 330px;}
.i-about .box .frame-box1{ width: 25%;}
.i-about .box .frame-box1 .img{ height: 191px;}
.i-about .box .frame-box1 .text2 .t{ font-size: 1.8em;}
.i-about .box .frame-box1 .text2 .p{ font-size: 1.4em; line-height: 24px;}
.i-about .box .frame-box2{ width: 50%;}
.i-about .box .frame-box3{ width: 25%;}
.i-about .box .frame-box3 li{ height: 161px;}
.i-about .box .frame-box3 li .t{ font-size: 1.8em;}
.i-about .box .frame-box3 li .p{ font-size: 1.4em; line-height: 24px;}

.i-brand{ padding-bottom: 36px;}
.i-brand .box .swiper-container{ height: 436px;}
.i-brand .box .list{ padding-top: 2.1vw;}
.i-brand .box .swiper-slide{ width: 100%;}
.i-brand .box .swiper-slide-active{ width: 100%;}
.i-brand .box .swiper-slide-active .frame{ height: 420px;}
.i-brand .box .swiper-slide-active .frame .text .t{ height: 54px;}
.i-brand .box .swiper-slide-active .frame .text .line{ height: 3px; margin-top: 25px;}
.i-brand .box .swiper-slide-active .frame .line::before{ display: none;}
.i-brand .box .swiper-slide-active .frame .text .p{ margin-top: 25px; font-size: 1.4em;}
.i-brand .box .swiper-slide-active .frame .text .btns a{ font-size: 1.4em;}
.i-brand .box .swiper-button-next, .i-brand .box .swiper-button-prev{ top: 44%;}
.i-brand .box .swiper-button-next{ right: 7%;}
.i-brand .box .swiper-button-prev{ left: 7%;}

.i-news{ padding: 50px 0;}
.i-news .box{ margin-top: 38px; flex-wrap: wrap;}
.i-news .box .list li .date{ margin-right: 20px;}
.i-news .box .list li .text .t{ font-size: 1.6em;}
.i-news .box .hot{ width: 38.85%; margin-left: 20px;}
.i-news .box .hot .title{ font-size: 1.4em; line-height: 24px;}

.i-team .list{ padding: 36px 0 0;}
.i-team .list li{ width: calc( (100% - 60px) / 4 ); margin-left: 20px;}
.i-team .list li .top .img{ height: 300px;}
.i-team .list li .top .img img{ top: -30px;}
.i-team .list li .top .text{ height: auto;}
.i-team .list li .top .text .t{ font-size: 1.8em;}
.i-team .list li .top .text .p{ overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4; transition: all .3s;}
.i-team .list li .top:hover .text .p{ -webkit-line-clamp: inherit;}
.i-team .list li .school{ height: 157px;}
.i-team .list li .school .icon .img{ width: 80px; height: 80px;}
.i-team .list li .school .icon .t{ font-size: 1.6em; margin-top: 15px;}
.i-team .list li .school .text{ padding: 28px 15px;}
.i-team .list li .school .text .t{ font-size: 1.8em;}
.i-team .list li .school .text .p{ font-size: 1.4em; line-height: 24px; margin-top: 10px;}

.i-foot-top{ line-height: 38px; padding: 40px 0 72px;}
.i-foot-top .t{ font-size: 2.4em;}
.i-foot-top .p{ font-size: 1.8em;}

.i-foot-contact{ width: 54.5%;}
.i-foot-map{ width: 45.5%;}
.i-foot-copy{ padding: 15px; line-height: 20px;}

.xf{ width: 80px;}
.xf li{ padding: 10px 0;}
.xf li .t{ font-size: 1.4em; margin-top: 10px;}

.page-banner .page-text .en{ font-size: 3em;}
.page-banner .page-text .cn{ font-size: 1.8em; margin-top: 10px;}

.about-ceo .box .top{ font-size: 2.6em; padding-bottom: 0; height: 50px;}
.about-ceo .box .text{ font-size: 1.8em;}
.about-ceo .box .list li{ font-size: 1.4em; padding-right: 15px; line-height: 24px;}
.about-ceo .box .frame{ padding-bottom: 30px;}

.about-fzlc{ padding: 60px 0;}
.about-fzlc .box{ margin-top: 40px;}
.about-fzlc .box .mySwiper .frame .text{ padding-left: 35px;}
.about-fzlc .box .mySwiper .frame .text .year{ font-size: 2.6em;}
.about-fzlc .box .mySwiper .frame .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 20px;}
.about-fzlc .box .mySwiper .frame .img{ height: 170px;}
.about-fzlc .box .mySwiper2{ margin-top: 40px;}
.about-fzlc .box .mySwiper2 .swiper-slide{ width: 20%;}

.about-ryzs{ padding: 60px 0;}
.about-ryzs .box .swiper-slide{ width: 50%;}
.about-ryzs .box .swiper-slide .img{ height: 215px;}
.about-ryzs .box .swiper-slide .t{ font-size: 1.6em;}
.about-ryzs .box .swiper-button-next i, .about-ryzs .box .swiper-button-prev i{ font-size: 4.2em;}

.about-team{ padding: 60px 0;}
.about-team .list{ margin-top: 40px;}
.about-team .list li .img{ height: 210px; border-radius: 10px;}
.about-team .list li .text{ padding-top: 15px;}
.about-team .list li .text .t{ font-size: 1.8em; line-height: 20px;}
.about-team .list li .text .line{ margin-top: 15px;}
.about-team .list li .text .p{ margin-top: 15px;}

.about-zl{ padding: 60px 0;}
.about-zl .box{ margin-top: 40px;}
.about-zl .box th{ font-size: 1.4em; padding: 15px;}
.about-zl .box td{ font-size: 1.4em; padding: 15px;}

.about-hz{ padding: 60px 0;}
.about-hz .list li{ width: calc( (100% - 20px) / 2); margin-right: 20px;}
.about-hz .list li:nth-child(-n+2){ margin-bottom: 20px;}
.about-hz .list li .img{ width: 50.5%;}

.about-kysl{ padding: 60px 0;}
.about-kysl .box .text .en{ font-size: 5.4em; line-height: 40px; top: -20px;}
.about-kysl .box .text .t{ font-size: 1.8em;}
.about-kysl .box .text .p{ margin-top: 20px;}

.footer{ padding: 30px 0 0;}
.footer .container{ flex-wrap: wrap;}
.footer .foot-copy{ width: 100%; order: 3; border-right: none; text-align: center; line-height: 24px;}
.footer .foot-copy p{ display: inline-block; padding: 0 5px;}
.footer .foot-copy p+p{ margin-top: 0;}
.footer .foot-contact{ width: 62%;}
.footer .foot-wx{ width: 38%; padding-left: 3.32%;}
.footer .foot-wx li .img{ height: auto; text-align: center; background: transparent;}
.footer .foot-wx li .img img{ position: relative; top: 0; left: 0; height: auto; transform: translate(0);}

.product-page{ padding-top: 54px;}
.pro-brand{ height: 80px; border-radius: 10px;}
.pro-brand .pro-logo{ margin-left: 25px;}
.pro-brand .pro-logo img{ width: 20%;}	
.pro-brand .pro-logo-text{ padding: 2% 3%; width: 250px; border-radius: 10px;}
.pro-brand .pro-logo-text .t{ font-size: 2em;}
.pro-brand .pro-logo-text .p{ font-size: 1.4em;}

.pro-nav .t{ width: 100px; font-size: 1.4em;}
.pro-nav .list{ padding: 5px 15px;}
.pro-nav .list ul{ flex-wrap: wrap; justify-content: flex-start;}
.pro-nav .list li{  width: 33.33%;}
.pro-nav .list li a{ padding: 0 5px;}

.product-box .list li{ width: calc( (100% - 40px) / 3);}
.product-box .list li:nth-child(4n){ margin-right: 20px;}
.product-box .list li:nth-child(3n){ margin-right: 0;}
.product-box .list li .img{ height: 226px;}

.product-con .top .img{ height: 278px;}
.product-con .top .box{ margin-left: 40px;}
.product-con .top .box .xl{ font-size: 1.6em; line-height: 30px; margin-top: 10px;}
.product-con .top .box .title{ font-size: 2.8em; margin-top: 15px;}
.product-con .top .box .bq{ margin-top: 25px;}
.product-con .top .box .text{ margin-top: 35px; padding-top: 30px;}

.case-list{ padding: 60px 0;}
.case-list .list li .imgs{ width: 300px; height: 200px;}
.case-list .list li .box{ margin-left: 35px;}
.case-list .list li .box .p{ -webkit-line-clamp: 2;}

.news-list .list li .img{ width: 230px; height: 150px; border-radius: 10px;}
.news-list .list li .text .date{ margin-top: 10px;}
.news-list .list li .text .p{ -webkit-line-clamp: 2;}

.join-box .join-list{ margin-top: 60px;}
.join-box .join-list .bd .list .top{ padding: 0 20px;}
.join-box .join-list .bd .list .box{ padding: 0 20px;}
.join-box .join-list .bd .list .box .title{ margin: 0 -20px; padding: 0 20px; font-size: 1.3em;}
.join-box .join-list .bd .list .box .title::before{ width: 95.75%;}
.join-box .join-list .bd .list .box .frame{ padding: 15px 35px 20px;}
.contact-box{ margin-top: 80px;}

/* .product-center li .btns{ height: 25px; line-height: 25px;}
.product-center li .btns a{ font-size: 1.2em;}
.product-center li .btns .link{ width: 85px;}
.product-center li .btns .zxgm-link{ width: 100px; transform: translateY(-8px) scale(.6); height: 40px; line-height: 40px; margin-left: -10px;} */

.product-center li .img{ height: auto; width: 100%; text-align: center;}
.product-center li:nth-child(2n) .img{ order: 0;}
.product-center li .text{ width: 100%; margin-top: 30px;}
.product-center li .text .title{ font-size: 2.4em;}
.product-center li .text .title img{ width: 16%;}
.product-center li .text .sub_title{ font-size: 1.6em;}
.product-center li .text .p{ margin-top: 25px;}
.product-center li .text .btns{ margin-top: 20px;}

.i-news-bf .list li{ height: 160px; width: calc((100% - 30px) / 3); margin-right: 15px;}
.i-news-bf .list li .text{ height: 40px; line-height: 40px; top: inherit; bottom: 0; background: rgba(9,96,88,.7);}
.i-news-bf .list li:hover .text{ top: inherit;}
.i-news-bf .list li .text .t{ padding: 0 15px; font-size: 1.4em; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-bf .list li .text .more{ display: none;}
}
@media (max-width: 767px){
.header{ height: 60px; line-height: 60px;}
.header .logo{ width: 82%;}
.header .logo img{ height: 35px;}
.header .pc-nav, .header .search-pc{ display: none;}

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

.index-title .en{ font-size: 2em; line-height: 20px;}
.index-title .cn{ font-size: 1.8em; line-height: 20px; margin-top: 8px;}
.index-title .line{ margin-top: 12px; height: 2px; overflow: hidden;}
.index-title .line i{ width: 170px;}
.index-title .line i::before{ width: 70px;}

.i-about{ padding: 30px 0; overflow: hidden;}
.i-about .text{ font-size: 1.4em; margin-top: 20px; line-height: 26px;}
.i-about .box{ margin-top: 20px; height: auto;}
.i-about .box .frame-box1{ width: 45%;}
.i-about .box .frame-box1 .img{ height: 191px;}
.i-about .box .frame-box1 .text2 .t{ font-size: 1.8em;}
.i-about .box .frame-box1 .text2 .p{ font-size: 1.4em; line-height: 24px;}
.i-about .box .frame-box2{ width: 55%; height: 330px;}
.i-about .box .frame-box3{ width: 100%; margin-top: 8px;}
.i-about .box .frame-box3 ul{ display: flex;}
.i-about .box .frame-box3 li{ height: 160px; width: 50%; float: left;}
.i-about .box .frame-box3 li:last-child{ margin-top: 0; margin-left: 8px;}
.i-about .box .frame-box3 li .t{ font-size: 1.8em;}
.i-about .box .frame-box3 li .p{ font-size: 1.4em; line-height: 24px;}

.i-brand{ padding: 30px 0;}
.i-brand .box .swiper-container{ height: 270px;}
.i-brand .box .list{ padding-top: 2.1vw;}
.i-brand .box .swiper-slide{ width: 100%;}
.i-brand .box .swiper-slide-active{ width: 100%;}
.i-brand .box .swiper-slide-active .frame{ height: 260px; padding: 0 30px 20px;}
.i-brand .box .swiper-slide-active .frame .img{ left: 30px; bottom: 0;}
.i-brand .box .swiper-slide-active .frame .img img{ bottom: inherit; top: 30px;}
.i-brand .box .swiper-slide-active .frame .text{ padding: 0 0 0 10px; width: 50.72%;}
.i-brand .box .swiper-slide-active .frame .text .t{ height: 40px; margin-top: 30px;}
.i-brand .box .swiper-slide-active .frame .text .line{ height: 1px; margin-top: 20px;}
.i-brand .box .swiper-slide-active .frame .text .line i{ width: 80%;}
.i-brand .box .swiper-slide-active .frame .line::before{ display: none;}
.i-brand .box .swiper-slide-active .frame .text .p{ margin-top: 20px; font-size: 1.4em; height: 72px; -webkit-line-clamp: 3;}
.i-brand .box .swiper-slide-active .frame .text .btns a{ font-size: 1.2em;}
.i-brand .box .swiper-button-next, .i-brand .box .swiper-button-prev{ top: 50%; width: 12px; height: 14px; margin-top: -7px;}
.i-brand .box .swiper-button-next{ right: 7%;}
.i-brand .box .swiper-button-prev{ left: 7%;}

.i-news{ padding: 30px 0;}
.i-news .box{ margin-top: 20px; flex-wrap: wrap;}
.i-news .box .list{ flex: inherit; width: 100%;}
.i-news .box .list li .date{ margin-right: 15px; background: #029284; color: #fff;}
.i-news .box .list li .text .t{ font-size: 1.6em;}
.i-news .box .list .more{ margin-top: 15px;}
.i-news .box .list .more a{ width: 140px; height: 45px; line-height: 45px; font-size: 1.4em; border-radius: 6px;}
.i-news .box .hot{ width: 100%; margin-left: 0; margin-top: 20px;}
.i-news .box .hot .img{ height: 250px;}
.i-news .box .hot .title{ font-size: 1.4em; line-height: 24px; font-weight: normal;}

.i-team .list{ padding: 30px 0 0;}
.i-team .list li{ width: calc( (100% - 10px) / 2 ); margin-left: 0; margin-right: 10px;}
.i-team .list li:nth-child(2n){ margin-right: 0;}
.i-team .list li:nth-child(-n+2){ margin-bottom: 15px;}
.i-team .list li .top{ border-radius: 10px;}
.i-team .list li .top .img{ height: 300px; border-radius: 10px;}
.i-team .list li .top .img img{ top: -30px;}
.i-team .list li .top .text{ height: auto;}
.i-team .list li .top .text .t{ font-size: 1.6em;}
.i-team .list li .top .text .p{ margin-top: 10px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3; transition: all .3s;}
.i-team .list li .top:hover .text .p{ -webkit-line-clamp: inherit;}
.i-team .list li .school{ height: 126px; margin-top: 10px; border-radius: 10px;}
.i-team .list li .school .icon{ padding: 15px 0;}
.i-team .list li .school .icon .img{ width: 60px; height: 60px;}
.i-team .list li .school .icon .t{ font-size: 1.6em; margin-top: 12px;}
.i-team .list li .school .text{ padding: 24px 15px;}
.i-team .list li .school .text .t{ font-size: 1.6em; line-height: 20px;}
.i-team .list li .school .text .p{ font-size: 1.4em; line-height: 20px; margin-top: 10px;}

.i-foot-top{ line-height: 28px; padding: 20px 0 40px;}
.i-foot-top .t{ font-size: 1.8em;}
.i-foot-top .p{ font-size: 1.4em;}

.i-foot-contact{ width: 100%; padding: 0 10px;}
.i-foot-contact .foot-logo{ padding-right: 30%;}
.i-foot-contact .foot-xx{ margin-top: 15px;}
.i-foot-contact .foot-wx{ text-align: center;}
.i-foot-contact .foot-wx ul{ display: inline-block;}
.i-foot-contact .foot-wx li{ margin-right: 0; padding: 0 15px;}
.i-foot-map{ width: 100%; margin-top: 15px; height: 160px;}
.i-foot-copy{ padding: 15px; line-height: 20px; font-size: 1.2em;}
.i-foot-copy a{ display: inline-block;}

.xf{ width: 60px;}
.xf li{ padding: 10px 0;}
.xf li .icon{ width: 30px; height: 30px;}
.xf li .t{ font-size: 1.2em; margin-top: 5px;}

.page-banner{ margin-top: 60px;}
.page-banner .page-text .en{ font-size: 1.8em; line-height: 20px;}
.page-banner .page-text .cn{ font-size: 1.4em; line-height: 20px; margin-top: 0;}

.about-box{ padding: 30px 0 20px;}
.about-box .box{ margin-top: 20px; flex-wrap: wrap;}
.about-box .box .img{ width: 100%; margin-right: 0; margin-bottom: 20px;}
.about-box .box .text p:nth-child(2){ display: block;}
.about-box .box .text p{ display: none;}
.about-box .box .text p+p{ margin-top: 10px;}
.about-box .more{ display: block;}
.about-box .list{ margin-top: 30px;}
.about-box .list li{ width: 100%;}
.about-box .list li+li{ margin-top: 20px;}
.about-box .list li .icon img{ width: 60px; height: 60px;}
.about-box .list li .t{ margin-top: 15px;}

.about-ceo{ padding-top: 30px;}
.about-ceo .container{  flex-wrap: wrap;}
.about-ceo .box{ padding-right: 28%;}
.about-ceo .box .top{ font-size: 1.8em; padding-bottom: 0; height: 40px;}
.about-ceo .box .top span{ font-size: 1.2rem; font-weight: normal; margin-left: 5px;}
.about-ceo .box .top::before{ height: 2px; width: 54px;}
.about-ceo .box .text{ font-size: 1.6em; line-height: 26px; margin-top: 15px;}
.about-ceo .box .list{ width: 100%;}
.about-ceo .box .list li{ font-size: 1.4em; line-height: 24px; margin-top: 10px;}
.about-ceo .box .list li::before{ top: 10px;}
.about-ceo .box .list:last-child li:last-child{ margin-top: 10px;}
.about-ceo .box .frame{ padding-bottom: 20px; margin-top: 5px; 
	background: linear-gradient( transparent 20%, rgba(255,255,255,.8)); 
	background: -o-linear-gradient(transparent 20%, rgba(255,255,255,.8)); 
	background: -webkit-linear-gradient(transparent 20%, rgba(255,255,255,.8)); background: -moz-linear-gradient(transparent 20%, rgba(255,255,255,.8));}
.about-ceo .img{ position: absolute; width: 70%; right: -6%; bottom: 0; z-index: 0;}

.about-fzlc{ padding: 30px 0;}
.about-fzlc .box{ margin-top: 20px;}
.about-fzlc .box .mySwiper .frame{ flex-wrap: wrap;}
.about-fzlc .box .mySwiper .frame .img{ width: 100%; height: 120px;}
.about-fzlc .box .mySwiper .frame .text{ padding-left: 0; width: 100%; margin-top: 18px;}
.about-fzlc .box .mySwiper .frame .text .year{ font-size: 2.4em;}
.about-fzlc .box .mySwiper .frame .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 10px;}
.about-fzlc .box .mySwiper2{ margin-top: 20px; padding: 0 30px;}
.about-fzlc .box .mySwiper2 .swiper-slide{ width: 33.33%;}
.about-fzlc .box .mySwiper2 .swiper-slide .icon{ margin-top: 9px;}
.about-fzlc .box .mySwiper2 .swiper-slide .year{ font-size: 1.4em; margin-top: 2px;}
.about-fzlc .box .mySwiper2 .swiper-slide-thumb-active .year{ font-size: 1.8em;}
.about-fzlc .box .mySwiper2 .list .line{ top: 14px;}
.about-fzlc .box .mySwiper2 .swiper-button-next, .about-fzlc .box .mySwiper2 .swiper-button-prev{ width: 30px; height: 30px;}

.about-ryzs{ padding: 30px 0;}
.about-ryzs .box{ margin-top: 25px;}
.about-ryzs .box .swiper-slide{ width: 100%;}
.about-ryzs .box .swiper-slide .img{ height: 180px;}
.about-ryzs .box .swiper-slide .t{ font-size: 1.4em; line-height: 40px; height: 40px;}
.about-ryzs .box .swiper-button-next i, .about-ryzs .box .swiper-button-prev i{ font-size: 3.2em;}

.about-team{ padding: 30px 0;}
.about-team .list{ margin-top: 5px;}
.about-team .list li{ width: calc( (100% - 10px) / 2); margin-right: 10px; margin-top: 15px;}
.about-team .list li:nth-child(2n){ margin-right: 0;}
.about-team .list li .img{ height: 210px; border-radius: 10px;}
.about-team .list li .text{ padding-top: 15px;}
.about-team .list li .text .t{ font-size: 1.6em; line-height: 20px;}
.about-team .list li .text .line{ margin-top: 15px;}
.about-team .list li .text .p{ margin-top: 15px;}

.about-zl{ padding: 30px 0;}
.about-zl .box{ margin-top: 20px; width: 100%; overflow-y: hidden;}
.about-zl .box table{ width: 800px;}
.about-zl .box th{ font-size: 1.4em; padding: 15px;}
.about-zl .box td{ font-size: 1.4em; padding: 15px;}

.about-hz{ padding: 30px 0 10px;}
.about-hz .list{ margin-top: 25px;}
.about-hz .list li{ width: 100%; margin-right: 0; margin-bottom: 15px !important;}
.about-hz .list li .img{ width: 50.5%; height: 260px;}

.about-kysl{ padding: 30px 0;}
.about-kysl .box{ flex-wrap: wrap; margin-top: 30px;}
.about-kysl .box .text{ width: 100%; padding-right: 0;}
.about-kysl .box .text .en{ font-size: 3.4em; line-height: 40px; top: -10px; right: inherit; left: -10px;}
.about-kysl .box .text .t{ font-size: 1.8em;}
.about-kysl .box .text .p{ margin-top: 20px;}
.about-kysl .box .imgs{ width: 100%; margin-top: 20px;}

.footer{ padding: 20px 0 0;}
.footer .container{ flex-wrap: wrap;}
.footer .foot-copy{ width: 100%; order: 3; border-right: none; text-align: center; line-height: 24px; font-size: 1.2em;}
.footer .foot-copy p{ display: inline-block; padding: 0 5px;}
.footer .foot-copy p+p{ margin-top: 0;}
.footer .foot-contact{ width: 100%; border-right: none; padding: 0;}
.footer .foot-contact li{ line-height: 24px;}
.footer .foot-contact li+li{ margin-top: 10px;}
.footer .foot-contact li i{ top: 4px;}
.footer .foot-wx{ width: 75%; float: none; margin: 0 auto; padding-left: 3.32%; padding: 10px 0;}
.footer .foot-wx li .img{ height: auto; text-align: center; background: transparent;}
.footer .foot-wx li .img img{ position: relative; top: 0; left: 0; height: auto; transform: translate(0);}
.footer .foot-wx li .t{ font-size: 1.2em; margin-top: 10px;}

.product-page{ padding-top: 25px;}
.pro-brand{ height: 70px; border-radius: 10px;}
.pro-brand .pro-logo{ margin-left: 15px;}
.pro-brand .pro-logo img{ width: 45%;}	
.pro-brand .pro-logo-text{ padding: 3% 4%; width: 190px; border-radius: 10px;}
.pro-brand .pro-logo-text .t{ font-size: 1.4em;}
.pro-brand .pro-logo-text .p{ font-size: 1.2em;}

.pro-nav{ margin-top: 20px; flex-wrap: wrap; line-height: 30px;}
.pro-nav .t{ width: 100px; font-size: 1.4em; width: 100%; margin-bottom: 10px;}
.pro-nav .list{ padding: 5px 15px; width: 100%;}
.pro-nav .list ul{ flex-wrap: wrap; justify-content: flex-start;}
.pro-nav .list li{ width: 50%;}
.pro-nav .list li a{ padding: 0 5px; width: 100%; text-align: center; font-size: 1.3em;}

.product-box{ margin-top: 20px;}
.product-box .list li{ width: calc( (100% - 10px) / 2); margin-right: 10px; margin-bottom: 15px;}
.product-box .list li:nth-child(4n){ margin-right: 0;}
.product-box .list li:nth-child(2n){ margin-right: 0;}
.product-box .list li .img{ height: 175px;}
.product-box .list li .text .t{ font-size: 1.5em; line-height: 26px; margin-top: 10px;}
.product-box .list li .text .sub_t{ font-size: 1.2em; margin-top: 0;}
.product-box .list li .btns{ margin-top: 10px;}
.product-box .list li .btns span{ height: 35px; line-height: 35px; font-size: 1.2em;}

.product-con{ padding: 30px 0;}
.product-con .top .img{ height: 92.4vw; width: 100%;}
.product-con .top .box{ margin-left: 0;}
.product-con .top .box .xl{ font-size: 1.4em; line-height: 24px; margin-top: 15px;}
.product-con .top .box .title{ font-size: 1.8em; margin-top: 10px;}
.product-con .top .box .bq{ margin-top: 20px;}
.product-con .top .box .bq a{ font-size: 1.6em; margin-left: 10px;}
.product-con .top .box .text{ margin-top: 20px; padding-top: 20px;}
.product-con .top .box .text .t{ font-size: 1.6em;}
.product-con .top .box .text .p{ margin-top: 10px;}
.product-con .content{ margin-top: 30px;}
.product-con .content .t{ font-size: 1.6em; height: 40px; line-height: 40px; padding-left: 20px;}
.product-con .content .p{ margin-top: 15px;}

.case-list{ padding: 30px 0;}
.case-list .list li{ flex-wrap: wrap; border-radius: 10px; margin-bottom: 15px;}
.case-list .list li .imgs{ width: 100%; height: 58vw; border-radius: 10px;}
.case-list .list li .box{ margin-left: 0; width: 100%; padding: 20px;}
.case-list .list li .box .t{ font-size: 1.6em; line-height: 26px;}
.case-list .list li .box .user{ margin-top: 5px;}
.case-list .list li .box .p{ margin-top: 8px; -webkit-line-clamp: 2;}
.case-list .list li .box .date{ margin-top: 10px;}

.news-list{ padding: 10px 0 30px;}
.news-list .list li{ padding: 20px 0; border-bottom: 1px solid #e5e5e5;}
.news-list .list li .img{ width: 32%; height: 110px; border-radius: 10px;}
.news-list .list li .text{ margin-left: 15px;}
.news-list .list li .text .title{ font-size: 1.6em; line-height: 26px;}
.news-list .list li .text .date{ margin-top: 5px;}
.news-list .list li .text .p{ margin-top: 5px; -webkit-line-clamp: 2;}

.news-con{ padding: 30px 0;}
.news-con .title{ font-size: 1.8em; line-height: 26px;}
.news-con .bq{ margin-top: 10px; padding-bottom: 12px;}
.news-con .text{ padding-top: 15px;}

.join-box{ padding-top: 30px;}
.join-box .text{ margin-top: 20px;}
.join-box .join-list{ margin-top: 20px;}
.join-box .join-list .hd li{ font-size: 1.5em; font-weight: normal; width: 110px; border-radius: 6px 6px 0 0;}
.join-box .join-list .bd .sx li .box label{ margin-right: 15px;}
.join-box .join-list .bd .list{ margin-top: 5px; overflow-y: hidden;}
.join-box .join-list .bd .list .top{ padding: 0 5px; font-size: 1.2em;}
.join-box .join-list .bd .list .w1{ padding: 0;}
.join-box .join-list .bd .list .w2{ padding: 0;}
.join-box .join-list .bd .list .w3{ padding: 0;}
.join-box .join-list .bd .list .w4{ padding: 0;}
.join-box .join-list .bd .list .box{ padding: 0 5px;}
.join-box .join-list .bd .list .box .title{ margin: 0 -5px; padding: 0 5px; font-size: 1.2em;}
.join-box .join-list .bd .list .box .title::before{ width: 95.75%;}
.join-box .join-list .bd .list .box .title .w1{ padding: 0 5px;}
.join-box .join-list .bd .list .box .title .w2{ padding: 0 5px;}
.join-box .join-list .bd .list .box .title .w3{ padding: 0 5px;}
.join-box .join-list .bd .list .box .title .w4{ padding: 0 5px;}
.join-box .join-list .bd .list .box .frame{ padding: 15px;}
.contact-box{ margin-top: 30px; padding-bottom: 30px;}
.contact-box .box{ margin-top: 30px; flex-wrap: wrap;}
.contact-box .box .text{ width: 100%;}
.contact-box .box .text .t{ font-size: 1.8em; margin-bottom: 15px;}
.contact-box .box .text .p p{ margin-top: 10px;}
.contact-box .box .wx{ width: 100%; margin-top: 15px;}
.contact-box .box .wx li .img{ margin: 0 auto;}
.contact-box .map{ height: 300px; margin-top: 25px;}

.product-center{ padding: 30px 0;}
/* .product-center-m{ padding: 30px 0;}
.product-center-m li+li{ margin-top: 15px;}
.product-center-m li .text{ position: relative;}
.product-center-m li .text img{ position: relative; z-index: 0;}
.product-center-m li .text .btns{ position: absolute; z-index: 1; height: 6.5vw; line-height: 6.5vw;}
.product-center-m li.gyl .text .btns{ bottom: 13.1%; left: 11.2%;}
.product-center-m li.fzj .text .btns{ bottom: 19%; left: 13.6%;}
.product-center-m li.tlx .text .btns{ bottom: 18.4%; left: 10.8%;}
.product-center-m li .text .btns a{ display: inline-block; float: left;}
.product-center-m li .text .btns .link{ width: 21.2vw;}
.product-center-m li .text .btns .zxgm-link{ margin-left: -10px; height: 10.5vw; line-height: 10.5vw; border: 1px solid #dcdcdc; border-radius: 4px; width: 100px; text-align: center; color: #484848; transform: translateY(-7px) scale(0.6);}
.product-center-m li.gyl .text .btns .zxgm-link{ border-color: #a82229; background: #a82229; color: #fff;}
.product-center-m li.fzj .text .btns .zxgm-link{ border-color: #1e8c7f; background: #1e8c7f; color: #fff;}
.product-center-m li.tlx .text .btns .zxgm-link{ border-color: #8e0013; background: #8e0013; color: #fff;} */

.product-center li+li{ margin-top: 30px;}
.product-center li .img{ height: auto; width: 100%; text-align: center;}
.product-center li:nth-child(2n) .img{ order: 0;}
.product-center li .text{ width: 100%; margin-top: 30px;}
.product-center li .text .title{ font-size: 1.8em;}
.product-center li .text .title img{ width: 20%;}
.product-center li .text .sub_title{ font-size: 1.6em;}
.product-center li .text .p{ margin-top: 20px;}
.product-center li .text .btns{ margin-top: 20px;}

.index-title-bf .cn{ font-size: 1.8em;}
.index-title-bf .line i{ width: 160px; height: 1px;}

.i-about-bf{ padding: 30px 0 20px;}
.i-about-bf .text{ font-size: 1.4em; margin-top: 20px;}
.i-about-bf .more{ margin-top: 20px;}
.i-about-bf .more a{ font-size: 1.4em;}

.i-news-bf{ padding: 30px 0;}
.i-news-bf .list{ margin-top: 25px;}
.i-news-bf .list li{ width: 100%; margin-right: 0; height: 250px;}
.i-news-bf .list li+li{ margin-top: 15px;}
.i-news-bf .list li .text{ height: 40px; line-height: 40px; top: inherit; bottom: 0; background: rgba(9,96,88,.7);}
.i-news-bf .list li:hover .text{ top: inherit;}
.i-news-bf .list li .text .t{ padding: 0 15px; font-size: 1.4em; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news-bf .list li .text .more{ display: none;}
}