/* CSS Document */
@charset "utf-8";
*{margin:0; padding:0; font-family: Arial, 微软雅黑, Microsoft YaHei; box-sizing: border-box; }
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;}

body::-webkit-scrollbar-track{background-color:#f7f7f7}
body::-webkit-scrollbar{width:6px}
body::-webkit-scrollbar-thumb{background-color:#c1c1c1}
.virtual_scroll_node::-webkit-scrollbar{width:6px}

.header{ position: fixed; height: 90px; width: 90%; padding: 0 12.383%; z-index: 999; background: #fff; width: 100%; box-shadow: 0 3px 5px rgba(0,0,0,.15); display: flex; justify-content: space-between; align-items: center;}
.header .logo{ height: 90px; line-height: 90px; }
.header .logo img { height: 70px; }
.header .logo h1 { display: inline-block; width:auto; height: 100%; font-size: 0; margin: 0; }

.header .tel{font-size: 1.4em;text-align: center;color: #1d7f31;padding-top: 3px; font-weight: bold; }
.header .tel p{font-size: 1.2em;font-weight: bold;}

.header .pc-nav ul { display: flex;  height: 90px; align-items: center; }
.header .pc-nav li{ margin-right: 15px; text-align: center; position: relative;}
.header .pc-nav li:last-child{ margin-right: 0; }
.header .pc-nav li > a{ display: inline-block; width: auto; padding: 10px 20px; font-size: 1.4em; color: #333; position: relative; border-radius: 40px;}
.header .pc-nav li.on > a, .header .pc-nav li > a:hover{ background: #0abbb9; color: #fff;}
.header .pc-nav li .nav-box{ position: absolute; top: 100%; width: 120%; padding-top: 10px; left: 50%; transform: translateX(-50%); display: none;}
.header .pc-nav li:hover .nav-box{ display: block;}
.header .pc-nav li .children{ padding: 25px 0 0; position: absolute;top: 100%;left: 50%;transform: translateX(-50%);min-width: 100%;display: none;}
.header .pc-nav li .children a{ background: #fff;width: 100%;  height: 40px; line-height: 40px; border-bottom: 1px solid #eee;font-size: 1.3em; color: #333; padding: 0 20px;white-space: nowrap; display: block;}
.header .pc-nav li .children a:hover{ background: #f5f5f5;}
.header .pc-nav li:hover .children{display: block;}

@media (max-width: 1580px){
    .header .pc-nav li{margin-right: 0;}
}

.header .nav-btn { height: 50px; line-height: 50px; position:relative; z-index:999; float:right; padding:0;}
.header .nav-btn .nav-icon { width: 22px; height: 18px; overflow: hidden; position: relative; top: 50%; float: right; transform:translateY(-50%); z-index: 9; }
.header .nav-btn .nav-icon span { display: inline-block; width: 22px; height: 2px; background: #999; 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: 8px; }
.header .nav-btn .nav-icon span:nth-child(3) { top: 16px }
.header .nav-active .nav-icon span:nth-child(1){ transform: rotate(45deg); top: 8px; left: -1px;}
.header .nav-active .nav-icon span:nth-child(2) { opacity: 0;}
.header .nav-active .nav-icon span:nth-child(3){ transform: rotate(-45deg); top: 8px; left: -1px;}
.header .nav-active .nav-icon span { background: #999; }

.nav { position: fixed; width: 100%; height: 0; top: 0; left: 0; background: #fff; transition: all 0.3s linear; z-index:99; overflow: hidden;}
.nav.on { height: 100%;}
.nav .nav-top { background: #fff; font-size: 1.6em; color: #666; padding: 0 20px; text-align:left; height: 50px; line-height: 50px;}
.nav ul{ overflow-x:hidden; height: 91%; padding: 0 15px;}
.nav li { width: 100%; line-height: 50px; border-bottom: 1px solid #eee; }
.nav li>a { display: inline-block; width: 80%; height: 100%; text-indent: 30px; font-size: 1.4em; color: #333; }
.nav li.on > a{ color: #1e50ae;}
.nav li .fa{float: right;line-height: 50px;color: #666;transition: all .3s ease-out;}
.nav li.on .fa{transform: rotate(-180deg);}
.nav li dl { margin-bottom: 0; display: none; }
.nav li dd { border-bottom: 1px dashed #ccc; }
.nav li dd:last-child { border-bottom: none; }
.nav li dd a { display: inline-block; width: 100%; line-height: 50px; text-align: center; font-size: 1.4em; color: #333; }
.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;}

.nav-page{padding: 0 12.383%;display: flex;flex-wrap: wrap;background-color: #f5f5f5;}
.nav-page a{padding: 18px 30px;font-size: 14px; color: gray;display: block;}
.nav-page a:last-child{margin-right: 0;}
.nav-page a.on,
.nav-page a:hover{background-color: #0abbb9;color: #fff;}

.crumb { padding: 20px 12.383%; font-size: 14px; color: gray; }
.crumb a { color: inherit; }
@media (max-width: 767px) {
    .crumb { padding: 20px 3% ; }
}

.banner{ position: relative; z-index: 0; margin-top: 90px;}
.banner .swiper{ width: 100%; height: 100%;}
.banner .swiper-slide:last-child{ height: 100%;}
.banner .banner-text1, .banner .banner-text2{ width: 100%; position: absolute; top: 50%; transform: translateY(-50%);}
.banner .banner-text1{ text-align: center;}
.banner .banner-text1 img{ width: 69.2%;}
.banner .banner-text2 img{ width: 21.2%; margin-left: 17.466%;}
.banner .swiper-button-next{ right: 1%;}
.banner .swiper-button-prev{ left: 1%;}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{ display: none;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px;}
.banner .swiper-button-next span, .banner .swiper-button-prev span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 4em; background: rgba(0,0,0,.1); border-radius: 4px; color: #fff;}
.banner .swiper-button-next span:hover, .banner .swiper-button-prev span:hover{ background: rgba(0,0,0,.3);}

.banner .swiper-pagination-bullet{ border-radius: 4px; width: 8px; height: 4px; background: #fff;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 20px;}

.index-title{ text-align: center;}
.index-title .en{ font-size: 2.4em; line-height: 40px;color: #fff; font-weight: bold;padding: 5px 20px;border-radius: 8px;background-color: #0abbb9;display: inline-block;}
.index-title .cn{ line-height: 25px; font-size: 1.4em; color: #4b4b4b;}
.index-title .icon{ font-size: 1.4em; color: #4b4b4b; margin-top: 1.2vw;}

.i-concept{ padding: 4.56vw 12.383%; overflow: hidden; background: url(../images/iln-bg.webp) no-repeat center; background-size: cover;}
.i-concept .box{ overflow: hidden;display: flex;flex-wrap: wrap;padding: 20px 0;}
.i-concept .box .text{ width: 50%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.i-concept .box .text .t{ font-size: 2.4em; color: #fff; font-weight: bold;padding: 5px 20px;border-radius: 8px;background-color: #0abbb9;}
.i-concept .box .text .p{ font-size: 1.4em; color: #333; margin-top: 3.12vw; padding-right: 10%; line-height: 26px;}
.i-concept .box .text .p p+p{ margin-top: 15px;}
.i-concept .box .img{ width: 50%; float: left; padding: 0 3%;}

.i-line { min-height: 100px; width: 100%; padding: 20px; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 2.2em; font-weight: bold; }
.i-line.line1 { background: url(../images/iline1.webp); background-size: cover; }
.i-line.line2 { background: url(../images/iline2.webp); background-size: cover; }
.i-line.line3 { background: url(../images/iline3.webp); background-size: cover; }

.i-service{ background: #f3f3f3;}
.i-service .index-title{ padding: 4.25vw 21.45% 2.58vw;}
.i-service .index-title .cn, .i-service .index-title .icon{ color: #004c49;}
.i-service .list{ padding: 0 21.45% 6.4vw; overflow: hidden;}
.i-service .list li{ width: 33.3333%; float: left; padding: 5px; padding-top: 100px;}
.i-service .list li .box{ position: relative; background: #fff; padding-top: 44%; padding-bottom: 1.83vw;}
.i-service .list li .box .img{ overflow: hidden; position: absolute; width: 80%; top: 0; left: 50%; transform: translate(-50%, -100px);}
.i-service .list li .box .img img{ transition: all .3s; transform: scale(1.1);}
.i-service .list li .box .img:hover img{ transform: scale(1);}
.i-service .list li .box .t{ text-align: center; color: #292c31; font-size: 1.6em; line-height: 42px;}
.i-service .list li .box .p{ font-size: 1.2em; color: #a9a9a9; line-height: 26px;}
.i-service .list li .box .p p{ text-align: center;}
.i-service .list li .box .btns{ text-align: center; margin-top: .8vw;}
.i-service .list li .box .btns a{ display: inline-block; width: 114px; height: 35px; line-height: 35px; border-radius: 40px; color: #fff; font-size: 1.4em; opacity: .4;}
.i-service .list li .box .btns a:hover{ opacity: 1;}
.i-service .list li .box .btns.green a{ background: #008781;}
.i-service .list li .box .btns.pink a{ background: #f9708a;}
.i-service .list li .box .btns.brown a{ background: #765402;}

.i-case{ padding: 4.25vw 0 6.4vw;}
.i-case .index-title .cn, .i-case .index-title .icon{ color: #ae5801;}
.i-case .list{ padding: 2vw 4.3% 0; overflow: hidden;}
.i-case .list li{ width: 25%; float: left; padding: 10px 35px;}
.i-case .list li .img{ overflow: hidden; width: 100%; height: 11.2vw; position: relative;}
.i-case .list li .img img{ transition: all .3s; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.i-case .list li .img:hover img{ transform: translateY(-50%) scale(1.1);}
.i-case .list li .title{ text-align: center; font-size: 14px; margin: 10px 0; color: gray; }

.i-news{ padding: 2.15vw 0 4.78vw;}
.i-news .index-title .cn, .i-news .index-title .icon{ color: #e94f70;}
.i-news .list{ padding: 1vw 8.6%; overflow: hidden;}
.i-news .list li{ width: 50%; float: left; padding: 0 30px;}
.i-news .list li:hover{ box-shadow: 0 0 12px rgba(0,0,0,.15); border-radius: 4px;}
.i-news .list li { display: block; padding: 30px; overflow: hidden; border-top: 1px solid #e5e5e5;}
.i-news .list li:nth-child(-n+2) a{ border-top: none;}
.i-news .list li .img{ width: 38%; float: left; overflow: hidden; height: 8.42vw; position: relative;}
.i-news .list li .img img{ position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.i-news .list li .text{ width: 62%; float: left; padding-left: 30px;}
.i-news .list li .text .title{ line-height: 24px; overflow: hidden;}
.i-news .list li .text .title h4{ margin: 0; line-height: inherit; font-size: 1.6em; color: #333; width: 75%; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.i-news .list li:hover .text .title h4{ color: #0abbb9;}
.i-news .list li .text .title .date{ width: 25%; float: left; text-align: right; color: #999; font-size: 1.4em;}
.i-news .list li .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 10px; color: #666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.i-news .list li .text .bq{ overflow: hidden; margin-top: 15px;}
.i-news .list li .text .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center; margin-right: 10px;}

.i-about{ padding: 1.8vw 0 1.56vw; background: #f3f3f3;}
.i-about .index-title .cn, .i-about .index-title .icon{ color: #0a6cb7;}
.i-about .text{ font-size: 1.4em; color: #595757; margin-top: 3.2vw; padding: 20px 0; position: relative;}
.i-about .text p{ text-align: center; line-height: 30px;}
.i-about .text::before{ content: ""; position: absolute; width: 30px; height: 2px; background: #0a6cb7; top: 0; left: 50%; transform: translateX(-50%);}
.i-about .text::after{ content: ""; position: absolute; width: 30px; height: 2px; background: #0a6cb7; bottom: 0; left: 50%; transform: translateX(-50%);}
.i-about .box{ padding: 6.34vw 8.6% 0; overflow: hidden;}
.i-about .box .left{ width: 63.66%; float: left; padding-right: 7.4%;}
.i-about .box .right{ width: 36.33%; float: left;}
.i-about .box .img{ overflow: hidden;}
.i-about .box .p{ font-size: 1.2em; color: #4b4b4b; line-height: 30px;}
.i-about .box .left .p{ margin-top: 2vw;}
.i-about .box .right .p{ margin: 4.7vw 0 4.3vw;}

.i-ys{ overflow: hidden;}
.i-ys .list{ background: #4b4b4b; padding: 1.5vw 12.383%; overflow: hidden;}
.i-ys .list li{ width: 25%; float: left; padding: 2.6vw 0 1.6vw; text-align: center;}
.i-ys .list li span{ color: #e7e7e7; font-size: 6em; line-height: 30px;}
.i-ys .list li span i{ font-style: normal; font-size: 14px;}
.i-ys .list li p{ font-size: 1.4em; color: #999; line-height: 30px; text-align: center;}

.i-partner{ padding: 4.14vw 0 5.22vw;}
.i-partner .index-title .cn{ color: #a5a5a5;}
.i-partner .box{ padding: 1.6vw 10.45% 0;}
.i-partner .swiper{  padding: 0 4%;}
.i-partner .list{ overflow: hidden;}
.i-partner .swiper-slide{ width: 25%; text-align: center; height: 8.5vw; position: relative;}
/* .i-partner .swiper-slide::before{ content: ""; position: absolute; border: 1px solid #e5e5e5; width: 80%; height: 80%; top: 50%; left: 50%; transform: translate(-50%,-50%);} */
.layui-layer-photos-toolbar h3 { line-height: 52px; }
.i-partner .swiper-slide img{ object-fit: contain; height: 100%;}
.i-partner .swiper-button-next{ right: 0;}
.i-partner .swiper-button-prev{ left: 0;}
.i-partner .swiper-button-next::after, .i-partner .swiper-button-prev::after{ display: none;}
.i-partner .swiper-button-next, .i-partner .swiper-button-prev{ width: 40px; height: 40px; margin-top: -20px;}
.i-partner .swiper-button-next span, .i-partner .swiper-button-prev span{ display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 2em; background: rgba(0,0,0,.2); border-radius: 100%; color: #fff;}
.i-partner .swiper-button-next span:hover, .i-partner .swiper-button-prev span:hover{ background: rgba(0,0,0,.4);}

.footer{ background: url(../images/foot-bg.webp) no-repeat center; background-size: cover; overflow: hidden; padding: 4.14vw 8% 1.83vw 16.46%;}
.footer-contact{ width: 42%; float: left;}
.footer-contact .info{ display: flex; align-items: flex-end; }
.footer-contact .title{ font-size: 1.8em; color: #fff; margin-top: 1.72vw;}
.footer-contact .text{ font-size: 1.4em; color: #989898; line-height: 36px; margin-top: 2.45vw;}
.footer-contact .qrcode { margin-left: 10%; }
.footer-contact .qrcode img { width: 120px; padding: 5px; background: #fff; }
.footer-contact .qrcode p { text-align: center; color: #989898; margin-top:10px }
.footer-message{ width: 58%; float: left;}
.footer-message .top{ font-size: 1.6em; color: #555; text-align: left; margin-bottom: 0;}
.footer-message .box{ margin-top: 1.52vw;}
.footer-message .box ul{ margin: 0 -15px;}
.footer-message .box li{ padding: 0 15px; margin-bottom: 20px; position: relative; overflow: hidden;}
.footer-message .box li:nth-child(-n+3){ float: left; width: 33.3333%;}
.footer-message .box li i{ color: #f00; position: absolute; top: 55%; left: 9%; transform: translateY(-50%);}
.footer-message .box li input[type="text"]{ width: 100%; height: 44px; background: rgba(204,204,204,.15); border: none; padding: 0 15px 0 25px; color: #fff;}
.footer-message .box li textarea{ width: 100%; height: 100px; background: rgba(204,204,204,.15); border: none; padding: 10px 15px 10px 25px; color: #fff;}
.footer-message .box li input[type="submit"]{ width: 300px; height: 44px; background: #0abbb9; font-size: 1.4em; color: #fff; border: none;}
.footer-message .box li input[type="submit"]:hover{ background: #0abbb9;}

.foot-copy{ padding: 12px 12.383%; background: #262626; border-top: 1px solid #2b2b2b; }
.foot-copy p{ color: #999; font-size: 1.2em; text-align: center; line-height: 16px; margin: 8px 0;}
.foot-copy p a{ color: #999; display: inline-block;}


.xf{ position: fixed; right: 20px; bottom: 10%; width: 48px; height: 48px; border-radius: 6px; background: #2b2b2b; cursor: pointer; display: none; transition: all .3s; z-index: 99;}
.xf a{ position: absolute; font-size: 2em; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.xf:hover{ transform: translateY(-10px);}

.page-banner{ height: 17.1vw; position: relative; z-index: 0; margin-top: 90px;}

.service-box{ padding: 4.144vw 10.67% 0;}
.service-box .index-title .cn, .service-box .index-title .icon{ color: #ae5801;}
.service-box .title{ text-align: center;}
.service-box .title .t{ font-size: 2.4em; color: #151515; margin-top: 1.29vw;}
.service-box .title .p{ font-size: 1.4em; color: #a9a9a9; line-height: 35px; margin-top: .8vw; padding: 0 32%;}
.service-box .list{ padding: 3.66vw 0; overflow: hidden;}
.service-box .list li{ width: 25%; float: left; padding: 10px;}
.service-box .list li .img{ overflow: hidden; width: 100%; height: 11.2vw; position: relative;}
.service-box .list li .img img{ transition: all .3s; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.service-box .list li .img:hover img{ transform: translateY(-50%) scale(1.1);}
.service-box .list li .title{ text-align: center; margin: 10px 0; font-size: 14px; color: gray; }

.case-box{ padding: 4.144vw 10.67%;}
.case-box .index-title .cn, .case-box .index-title .icon{ color: #004c49;}
.case-box .title{ text-align: center;}
.case-box .title .t{ font-size: 2.4em; color: #151515; margin-top: 1.29vw;}
.case-box .title .p{ font-size: 1.4em; color: #a9a9a9; line-height: 35px; margin-top: .8vw; padding: 0 32%;}
.case-box .list{ overflow: hidden; margin-top: 2.368vw; padding: 0 60px;}
.case-box .list li{ width: 20%; float: left; padding: 10px;}
.case-box .list li a{ display: block; padding: 5%; transition: all .36s;  }
.case-box .list li:hover a{ box-shadow: 0 0 12px rgba(0,0,0,.15); border-radius: 4px;}
.case-box .list li .img{ padding-top: 100%; position: relative; }
.case-box .list li .img img{ position: absolute; top: 0; left: 0;  height: 100%; width: 100%; object-fit: cover; }
.case-box .list li .t{ font-size: 1.6em; color: #333; text-align: center; margin: 15px 0 5px;}
.case-box .list li .pay{ color: #0abbb9; text-align: center; padding-top: 5px; line-height: 30px;}
.case-box .list li .pay i{ font-size: 1.2em; font-style: normal;}
.case-box .list li .pay span{ font-size: 1.8em;}
.case-box .list li:hover .t{ color: #0abbb9;}

.pager-list{ text-align:center; margin-top: 10px;}
.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; width: 36px; padding:0 !important;  background:#eee; border-radius:4px !important;}
.pager-list li a:hover{ background: #0abbb9;; color:#fff !important; border:1px solid #0abbb9;}
.pager-list li.active>*{ color:#fff !important; background:#0abbb9; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#fff; color:#ccc;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#0abbb9; border:1px solid #0abbb9; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}

.case-con{ padding: 30px 12.383%; position: relative; z-index: 0;}
.case-con .title{ font-size: 2em; color: #333; font-weight: bold; text-align: center; margin: 0 0 30px;}
.case-con .imgs{ border: 1px solid #f2f2f2; height: 700px; background: #fcfcfc; position: relative;}
.case-con .imgs .swiper{ width: 100%; height: 100%;}
.case-con .imgs .swiper-slide{ text-align: center; width: 100%; height: 100%; overflow: hidden;}
.case-con .imgs img{ position: absolute; height: 100%; left: 50%; max-width: none; transform: translateX(-50%);}
.case-con .imgs .swiper-button-next{ right: 1%;}
.case-con .imgs .swiper-button-prev{ left: 1%;}
.case-con .imgs .swiper-button-next::after, .case-con .swiper-button-prev::after{ display: none;}
.case-con .imgs .swiper-button-next, .case-con .swiper-button-prev{ width: 60px; height: 60px; margin-top: -30px;}
.case-con .imgs .swiper-button-next span, .case-con .swiper-button-prev span{ display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 4em; background: rgba(0,0,0,.1); border-radius: 4px; color: #fff;}
.case-con .imgs .swiper-button-next span:hover, .case-con .swiper-button-prev span:hover{ background: rgba(0,0,0,.3);}
.case-con .imgs .swiper-pagination{ width: auto; left: inherit; right: 10px; background: #999; font-size: 1.4em; border-radius: 20px; padding: 2px 10px; color: #fff;}
.case-con .text{ padding: 30px 0; font-size: 1.4em; color: #666; line-height: 1.75em; border-bottom: 1px solid #efefef;}
.case-con .text p+p{ margin-top: 15px;}

.product-con{ padding: 0 12.383%; }
.product-top{ padding: 20px; overflow: hidden;}
.product-top .imgs{ width: 43.75%; float: left; padding-right: 30px;}
.product-top .imgs img{ width: 100%; }
.product-top .imgs .mySwiper{ margin: 15px -5px 0;}
.product-top .imgs .mySwiper .swiper-slide{ width: 20%; padding: 0 5px;}
.product-top .imgs .mySwiper .swiper-slide-thumb-active img{ border: 2px solid #0abbb9;}
.product-top .text{ width: 56.25%; float: left;}
.product-top .text .title{ width: 100%; padding-right: 20px; margin: 0; line-height: 40px; font-size: 2em; margin-top: 10px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.product-top .text .price{ background: #f7f7f7; margin-top: 36px; height: 6.042vw; line-height: 6.042vw; padding-left: 25px; overflow: hidden; color: #0abbb9; font-weight: bold;}
.product-top .text .description{ background: #f7f7f7; padding: 20px; font-size: 16px; margin-top: 36px; }
.product-top .text .price i{ font-size: 2.4em; font-style: normal;}
.product-top .text .price span{ font-size: 3em;}
.product-top .text .btns{ margin-top: 30px;}
.product-top .text .btns a{ display: inline-block; width: 200px; height: 42px; line-height: 42px; border-radius: 40px;  text-align: center; border: 1px solid #0abbb9;  font-size: 1.5em;}
.product-top .text .btns a.tel{ background: #0abbb9; color: #fff;}
.product-top .text .btns a.tel i{ height: 15px; display: inline-block; width: 20px; position: relative;}
.product-top .text .btns a.tel i svg{ position: absolute; top: 0; left: 0;}
.product-top .text .btns a.yy{ background: #fff; color: #0abbb9; margin-left: 20px;}

.product-box{ padding: 20px; margin-top: 30px;}
.product-box .top{ border: 1px solid #f0f0f0;}
.product-box .top span{ display: inline-block; width: 160px; height: 54px; line-height: 54px; font-size: 1.5em; color: #0abbb9; text-align: center; position: relative; border-right: 1px solid #f0f0f0;}
.product-box .top span::before{ content: ""; position: absolute; width: 100%; height: 2px; background: #0abbb9; left: 0; top: 0;}
.product-box .box{ border: 1px solid #f0f0f0; border-top: none; padding: 20px; font-size: 1.4em; color: #999; line-height: 30px;}
.product-box .box p{ min-height: 1.75em; }
.product-box .box p+p{ margin-top: 15px;}
.product-con .pager{ padding: 0 20px;}

.news-hot{ padding: 0 11.98% 2.58vw; overflow: hidden; border-bottom: 1px solid #f3f3f3;}
.news-hot .left{ width: 50%; padding: 24px 10px 0; float: left;}
.news-hot .left:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-hot .left a{ display: block; padding: 5%;}
.news-hot .left .img{ overflow: hidden; position: relative; height: 17.45vw;}
.news-hot .left .img img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; transition: all .3s;}
.news-hot .left:hover .img img{ transform: scale(1.1);}
.news-hot .left .title{ margin-top: 20px;}
.news-hot .left .title h4{ margin: 0; font-size: 1.6em; line-height: 24px; color: #333;}
.news-hot .left .title .date{ font-size: 1.4em; color: #999; margin-top: 9px; line-height: 1;}
.news-hot .left .p{ font-size: 1.4em; line-height: 24px; color: #666; margin-top: 18px;}
.news-hot .left .other{ overflow: hidden; margin-top: 16px;}
.news-hot .left .other .bq{ height: 28px; line-height: 28px; float: left;}
.news-hot .left .other .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-hot .left .other .bq span+span{ margin-left: 15px;}
.news-hot .left .other .icon{ float: right; width: 40px; height: 28px; overflow: hidden; position: relative;}
.news-hot .left .other .icon span{ display: inline-block; width: 22px; height: 28px; position: absolute; left: 50%; transform: translateX(-50%); transition: all .3s;}
.news-hot .left:hover .other .icon span{ left: 100%; transform: translateX(0);}
.news-hot .left .other .icon span:first-child{ right: 100%; left: inherit; transform: translateX(0);}
.news-hot .left:hover .other .icon span:first-child{ right: 10px; transform: translateX(0);}
.news-hot .left .other .icon span::before{ content: ""; position: absolute; width: 20px; height: 1px; background: #333; top: 50%; right: 2px; transform: translateY(-50%); z-index: 1;}
.news-hot .left .other .icon span i{ display: inline-block; width: 6px; height: 10px; border-left: 6px solid #666; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 0;}
.news-hot .left .other .icon span i::before{ content: ""; display: inline-block; width: 6px; height: 10px; border-left: 6px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; top: 50%; right: 2px; transform: translateY(-50%);}
.news-hot .right{ width: 50%; float: left; padding-top: 1.7vw;}
.news-hot .right li{ padding: 0 30px;}
.news-hot .right li:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-hot .right li a{ display: block; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.news-hot .right li:last-child a{ border-bottom: none;}
.news-hot .right li .title{ line-height: 24px; overflow: hidden;}
.news-hot .right li .title h4{ font-size: 1.6em; color: #333; margin: 0; width: 75%; line-height: inherit; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-hot .right li .title .date{ float: left; width: 25%; text-align: right; font-size: 1.4em; color: #999;}
.news-hot .right li .p{ font-size: 1.4em; color: #666; margin-top: 18px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-hot .right li .bq{ margin-top: 20px;}
.news-hot .right li .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-hot .right li .bq span+span{ margin-left: 15px;}
.news-hot .right li:hover .title h4{ color: #0abbb9;}

.news-box2{ padding: 1.56vw 0 8.83vw;}
.news-box2 .list{ padding: 0 12.383%; display: table; width: 100%; margin-top: 2.368vw; }
.news-box2 .list li{ width: 50%; float: left; padding: 0 30px;}
.news-box2 .list li:hover{ box-shadow: 0 0 12px rgba(0,0,0,.15); border-radius: 4px;}
.news-box2 .list li a{ display: block; padding: 30px 0; overflow: hidden; border-top: 1px solid #e5e5e5;}
.news-box2 .list li:nth-child(-n+2) a{ border-top: none;}
.news-box2 .list li .img{ width: 38%; float: left; overflow: hidden; height: 7.22vw; position: relative;}
.news-box2 .list li .img img{ position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.news-box2 .list li .text{ width: 62%; float: left; padding-left: 30px;}
.news-box2 .list li .text .title{ line-height: 24px; overflow: hidden;}
.news-box2 .list li .text .title h4{ margin: 0; line-height: inherit; font-size: 1.6em; color: #333; width: 75%; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-box2 .list li:hover .text .title h4{ color: #0abbb9;}
.news-box2 .list li .text .title .date{ width: 25%; float: left; text-align: right; color: #999; font-size: 1.4em;}
.news-box2 .list li .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 10px; color: #666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

.news-list{ padding: .269vw 1.24%; margin-bottom: 2.6vw;}
.news-list li{ padding: 0 30px;}
.news-list li:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-list li a{ display: block; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.news-list li:last-child a{ border-bottom: none;}
.news-list li .title{ line-height: 24px; overflow: hidden;}
.news-list li .title h4{ font-size: 1.6em; color: #333; margin: 0; width: 75%; line-height: inherit; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .title .date{ float: left; width: 25%; text-align: right; font-size: 1.4em; color: #999;}
.news-list li .p{ font-size: 1.4em; color: #666; margin-top: 18px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .bq{ margin-top: 20px;}
.news-list li .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-list li .bq span+span{ margin-left: 10px;}
.news-list li:hover .title h4{ color: #0abbb9;}

.news-pic-list{ margin: 3.125vw 0;}
.news-pic-list li{ padding: 0 30px;}
.news-pic-list li:hover{ border-radius: 4px; box-shadow: 0 0 22px rgba(0,0,0,.12);}
.news-pic-list li a{ display: block; overflow: hidden; padding: 30px 0; border-bottom: 1px solid #e5e5e5;}
.news-pic-list li:last-child a{ border-bottom: none;}
.news-pic-list li .img{ width: 35%; float: left; overflow: hidden;}
.news-pic-list li .img img{ transition: all .3s;}
.news-pic-list li:hover .img img{ transform: scale(1.1);}
.news-pic-list li .box{ width: 65%; padding-left: 30px; float: left;}
.news-pic-list li .box .title{ line-height: 24px; overflow: hidden;}
.news-pic-list li .box .title h4{ font-size: 1.6em; color: #333; margin: 0; width: 75%; line-height: inherit; float: left; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-pic-list li .box .title .date{ float: left; width: 25%; text-align: right; font-size: 1.4em; color: #999;}
.news-pic-list li .box .p{ font-size: 1.4em; color: #666; margin-top: 18px; line-height: 24px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news-pic-list li .box .bq{ margin-top: 20px;}
.news-pic-list li .box .bq span{ display: inline-block; padding: 0 8px; height: 28px; line-height: 28px; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 1.2em; color: #999; text-align: center;}
.news-pic-list li:hover .box .title h4{ color: #0abbb9;}

.page-box{ padding: 4.144vw 12.383% 7.8vw;}
.page-top{ height: 50px; line-height: 50px; font-size: 2.8em; color: #2b2b2b; text-align: center;}

.news-con{ padding: 1vw 12.383% 0;}
.news-con .title{ font-size: 2.2em; color: #333; padding-top: 24px; margin: 0;}
.news-con .title.case { text-align: center; }
.news-con .date{ font-size: 1.4em; color: #999; padding: 30px 0 24px; border-bottom: 1px solid #ddd;}
.news-con .text{ padding: 30px 0; font-size: 1.4em; color: #666; line-height: 1.75em; border-bottom: 1px dashed #efefef;}
.news-con .text p{ min-height: 1.75em; }
.news-con .text p+p{ margin-top: 15px;}

.pager{ font-size: 1.4em; color: #333; padding: 10px 0; margin-bottom: 70px;}
.pager .prev{ text-align: left;}
.pager .next{ text-align: left; margin-top: 15px;}
.pager a{ padding-left: 20px; color: #333; float: inherit !important;}
.pager a:hover{ color: #0abbb9;}

.message{ padding: 3.25vw 18.383% 4vw; background: #4b4b4b;}
.message .top{ font-size: 2.2em; color: #1e50ae; }
.message .box{ margin: 2.52vw 0;}
.message .box ul{ margin: 0 -15px;}
.message .box li{ padding: 0 15px; margin-bottom: 20px;}
.message .box li:nth-child(-n+3){ float: left; width: 33.3333%;}
.message .box li label{ font-size: 1.4em; color: #fff; font-weight: normal; width: 100%; margin-bottom: 10px;}
.message .box li label i{ color: #f00;}
.message .box li input[type="text"]{ width: 100%; height: 44px; background: #fff; border: none; padding: 0 15px; }
.message .box li textarea{ width: 100%; height: 100px; background: #fff; border: none; padding: 10px 15px; }
.message .box li input[type="submit"]{ width: 300px; height: 44px; background: #0abbb9; font-size: 1.4em; color: #fff; border: none;}
.message .box li input[type="submit"]:hover{ background: #0abbb9;}

.message-list{ overflow: hidden; padding: 1.25vw 12.383% 0;}
.message-list .top{ font-size: 1.4em; color: #999; padding: 15px 0; border-bottom: 1px solid #f0f0f0;}
.message-list .box{ padding: 38px 0; text-align: center;}
.message-list .box span{ background: url(../images/defaulticon.png) 0 -135px; display: inline-block; height: 123px; width: 157px;}
.message-list .box p{ font-size: 1.6em; color: #666; text-align: center;}
.message-list .list{ overflow: hidden; margin-bottom: 2.55vw;}
.message-list .list li{ padding: 15px 0; border-bottom: 1px solid #e5e5e5;}
.message-list .list li .p{ font-size: 1.4em; color: #666; line-height: 30px;}
.message-list .list li .date{ font-size: 1.4em; color: #999; margin-top: 5px;}

.about-box{ padding: 1.8vw 0 8.56vw;}
.about-box .index-title .cn, .about-box .index-title .icon{ color: #0a6cb7;}
.about-box .text{ font-size: 1.4em; color: #595757; max-width: 1200px; text-align: left; margin: 3.2vw auto; padding: 20px; position: relative; line-height: 1.8; }
.about-box .text p+p { margin-top: 10px; }
.about-box .text::before{ content: ""; position: absolute; width: 30px; height: 2px; background: #0a6cb7; top: 0; left: 50%; transform: translateX(-50%);}
.about-box .text::after{ content: ""; position: absolute; width: 30px; height: 2px; background: #0a6cb7; bottom: 0; left: 50%; transform: translateX(-50%);}
.about-box .list{ overflow: hidden; padding: 5.64vw 21.45% 4.14vw;}
.about-box .list li{ width: 33.3333%; float: left; text-align: center; padding: 0 6%;}
.about-box .list li .img{ border-radius: 100%; overflow: hidden;}
.about-box .list li .title{ text-align: center; margin-top: 1.24vw;}
.about-box .list li .title .en{ font-size: 1.6em; color: #4b4b4b; line-height: 20px;}
.about-box .list li .title .cn{ font-size: 1.6em; line-height: 35px; color: #333;}

.about-box2{ background: url(../images/about-box2-bg.jpg) no-repeat center/cover; padding: 4.78vw 0;}
.about-box2 .box{ padding: 2vw 0;   }
 
.swiper_adv{width: 100%;position: relative;overflow: hidden;margin: -30px 0 80px;}
.swiper_adv img{width: 100%;}
.swiper_adv .swiper-pagination-bullet{background: #0abbb9;}

.about-box2 .box .text .title{ color: #e5e5e5; text-align: center; }
.about-box2 .box .text .title .cn{ font-size: 2.4em;font-weight: bold;}
.about-box2 .box .text .title .en{ font-size: 1.2em;}
.about-box2 .box .text .p{  color: #3f3f3f; font-size: 1.2em; line-height: 36px;}
.about-box2 .box .img{ width: 50%; float: left; padding: 0 8% 0 2%;}
.about-box2 .box:first-child .text{ padding: 0 6% 0 2%;}
.about-box2 .box:first-child .text .p{ margin-top: 6vw; padding: 0 20px; font-size: 16px; }
.about-box2 .box:first-child .img{ padding: 0 2% 0 8%;}

.contact-box{ padding: 2.15vw 12.383% 4.95vw;}
.contact-box .index-title .cn{ color: #a5a5a5;}
.contact-box .box{ padding-top: 3.55vw; overflow: hidden;}
.contact-box .box .text{ width: 50%; float: left;}
.contact-box .box .text .p{ font-size: 1.8em; color: #595757; line-height: 36px; padding-right: 20%;}
.contact-box .box .text dl{ margin-top: 15px; overflow: hidden; margin-bottom: 0; padding-bottom: 25px; position: relative;}
.contact-box .box .text dl::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #2b2b2b;}
.contact-box .box .text dd{ font-size: 1.4em; color: #777; width: 50%; float: left; line-height: 36px;}
.contact-box .box .map{ width: 50%; float: left; height: 13.5vw; padding-left: 6%;}
.contact-box .box .map img{ max-width: none;}




@media (min-width: 1366px){

}
@media (max-width:1440px) and (min-width: 1200px){
.header{ padding: 0 20px;}

}
@media (max-width:1199px) and (min-width:992px){
.header{ padding: 0;}
/* .header .logo{ width: 40%;} */
.header .pc-nav ul li { margin-right: 10px; }
.header .pc-nav li > a { padding: 10px; }
.footer-message .box li i{ left: 14%;}
}
@media (max-width:991px) and (min-width: 768px){
.header{ padding: 0}
/* .header .logo{ width: 30%;} */
/* .header .pc-nav{ width: 70%;} */
.header .logo img { height: 40px; }
.header .tel p{font-size: 1em;}

.header .pc-nav ul li { margin-right: 0; }
.header .pc-nav li > a { padding: 10px 9px; border-radius: 15px; }

.i-partner .swiper-slide{ width: 33.3333%;}
.footer-message .box li i{ left: 19%;}

.news-box2 .list li .text .title h4{ width: 100%;}
.news-box2 .list li .text .title .date{ width: 100%; text-align: left;}
}
@media (max-width: 767px){
.header{ height: 50px; padding: 0 3%; position: fixed; top: 0; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .logo{ height: 100%;padding: 5px 0;line-height: normal;}
.header .logo img{ height: 100%;}
.header .pc-nav{ display: none;}

.nav-page{padding: 0 3%;}
.nav-page a{padding: 10px 20px;}

.banner{ margin-top: 50px; }
.banner .swiper .btns{ padding: 0;}
.banner .swiper .btns a{ width: 80px; height: 30px; line-height: 30px; font-size: 1em;}
.banner .swiper-button-next, .banner .swiper-button-prev{ display: none;}
.banner .swiper-pagination{ display: block;}
.banner .swiper-pagination-bullet{ border-radius: 4px; width: 4px; height: 4px; background: #fff;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 20px;}

.i-concept{ padding: 20px 3%;}
.i-concept .box .text{ width: 100%; padding: 0 3%;}
.i-concept .box .text .t{ font-size: 1.6em; margin-top: 0;}
.i-concept .box .text .p{padding-right: 0;}
.i-concept .box .text .p p+p{ margin-top: 10px;}
.i-concept .box .img{ width: 100%; padding: 0; margin: 15px 0;}

.index-title .en{ font-size: 1.8em; line-height: 30px;}
.index-title .cn, .index-title .icon{ font-size: 1.2em;}

.i-service .index-title{ padding: 20px 3%;}
.i-service .list{ padding: 0 3% 20px;}
.i-service .list li{ width: 100%;}
.i-service .list li+li{ margin-top: 15px;}
.i-service .list li .box{ padding-bottom: 20px; }
.i-service .list li .box .img { width: 60%; }

.i-case .list li{ width: 50%; padding: 7.5px;}
.i-case .list li .img{ height: 25.2vw;}

.i-news .list{ padding: 1vw 3%;}
.i-news .list li{ width: 100%; padding: 0 15px;}
.i-news .list li a{ padding: 15px 0;}
.i-news .list li .img{ width: 28%; height: 15.42vw;}
.i-news .list li .text{ width: 72%;}
.i-news .list li .text .title h4{ width: 100%; font-size: 1.4em;}
.i-news .list li .text .title .date{ font-size: 1.2em; width: 100%; text-align: left;}
.i-news .list li .text .p{ font-size: 1.2em; -webkit-line-clamp: 2; margin-top: 5px; line-height: 24px;}
.i-news .list li .text .bq{ margin-top: 10px;}
.i-news .list li:nth-child(-n+2) a{ border-top: 1px solid #e5e5e5;}
.i-news .list li:first-child a{ border-top: none;}

.i-about .text{ font-size: 1.2em; padding: 20px 3%;}
.i-about .box{ padding: 20px 3%;}
.i-about .box .left{ width: 100%; padding-right: 0;}
.i-about .box .right{ width: 100%;}

.i-ys .list{ padding: 10px 3%;}
.i-ys .list li{ width: 50%;}
.i-ys .list li span{ font-size: 2.4em;}
.i-ys .list li span i{ font-size: 12px;}
.i-ys .list li p{ font-size: 1.2em;}

.i-partner .box{ padding: 20px 3%;}
.i-partner .swiper{ padding: 0 6%;}
.i-partner .swiper-slide{ width: 50%; height: 40.5vw;}
.i-partner .swiper-slide::before{ width: 90%;}
.i-partner .swiper-button-next, .i-partner .swiper-button-prev{ width: 30px; height: 30px; margin-top: -15px;}
.i-partner .swiper-button-next span, .i-partner .swiper-button-prev span{ width: 30px; height: 30px; line-height: 30px; font-size: 1.6em;}

.footer{ padding: 20px 3%;}
.footer-contact{ width: 100%;}
.footer-contact .title{ font-size: 1.4em;}
.footer-contact .text{ font-size: 1.2em; line-height: 26px;}
.footer-message{ width: 100%;}
.footer-message .box{ margin-top: 20px;}
.footer-message .box li:nth-child(-n+3){ width: 100%;}
.footer-message .box li i{ left: 6%;}
.footer-message .box li input[type="submit"]{ width: 100%;}
.foot-copy{ padding: 12px 6%;}

.page-banner{ margin-top: 50px; height: 36.3vw;}

.service-box{ padding: 20px 3% 0;}
.service-box .title .t{ font-size: 1.6em;}
.service-box .title .p{ padding: 0 6%; line-height: 26px; margin-top: 15px;}
.service-box .list li{ width: 50%;}
.service-box .list li .img{ height: 25.2vw;}

.case-box{ padding: 20px 3%;}
.case-box .title .t{ font-size: 1.6em;}
.case-box .title .p{ padding: 0 6%; line-height: 26px; margin-top: 15px;}
.case-box .list{ padding: 0;}
.case-box .list li{ width: 50%;}
.case-box .list li a{ padding: 0;}
.case-box .list li .img{ height: 46.2vw;}
.case-box .list li .t{ font-size: 1.4em;}
.case-box .list li .pay{ line-height: 26px; padding-top: 0;}
.case-box .list li .pay span{ font-size: 1.6em;}

.case-con{ padding: 20px 3%;}
.case-con .title{ font-size: 1.8em; margin-bottom: 20px;}
.case-con .imgs{ height: 280px;}
.case-con .imgs .swiper-button-next, .case-con .swiper-button-prev{ display: none;}

.product-con{ padding: 0 3% 20px;}
.product-top{ padding: 20px 0;}
.product-top .imgs{ width: 100%; padding-right: 0;}
.product-top .text{ width: 100%;}
.product-top .text .title{ font-size: 1.6em; margin-top: 20px;}
.product-top .text .price{ height: auto; padding: 20px 0 20px 25px; margin-top: 15px;}
.product-top .text .price i{ font-size: 1.4em;}
.product-top .text .price span{ font-size: 1.8em;}
.product-top .text .btns{ margin-top: 20px;}
.product-top .text .btns a{ width: 150px;}
.product-box{ padding: 0 0 20px;}

.news-hot{ padding: 0 3% 10px;}
.news-hot .left{ width: 100%; padding: 20px 0 0;}
.news-hot .left a{ padding: 0;}
.news-hot .left .img{ height: 45.45vw;}
.news-hot .right{ width: 100%; padding-top: 15px;}
.news-hot .right li{ padding: 0 5px;}
.news-hot .right li a{ padding: 15px 0;}
.news-hot .right li .title h4{ font-size: 1.4em; width: 100%;}
.news-hot .right li .title .date{ width: 100%; text-align: left;}
.news-hot .right li .p{ margin-top: 10px;}
.news-hot .right li .bq{ margin-top: 15px;}

.news-box2 .list{ padding: 0 3%;}
.news-box2 .list li{ width: 100%; padding: 0 15px;}
.news-box2 .list li a{ padding: 15px 0;}
.news-box2 .list li .img{ width: 28%; height: 15.42vw;}
.news-box2 .list li .text{ width: 72%;}
.news-box2 .list li .text .title h4{ width: 100%; font-size: 1.4em; -webkit-line-clamp: 1;}
.news-box2 .list li .text .title .date{ font-size: 1.2em; width: 100%; text-align: left;}
.news-box2 .list li .text .p{ font-size: 1.2em; -webkit-line-clamp: 2; margin-top: 5px; line-height: 24px;}
.news-box2 .list li .text .bq{ margin-top: 10px;}
.news-box2 .list li:nth-child(-n+2) a{ border-top: 1px solid #e5e5e5;}
.news-box2 .list li:first-child a{ border-top: none;}

.news-list{ padding: 0;}
.news-list li{ padding: 0;}
.news-list li a{ padding: 15px 0;}
.news-list li .title h4{ width: 100%; font-size: 1.5em;}
.news-list li .title .date{ width: 100%; text-align: left; font-size: 1.2em;}
.news-list li .p{ font-size: 1.2em; margin-top: 10px; -webkit-line-clamp: 2;}
.news-list li .bq{ margin-top: 15px;}

.news-pic-list li{ padding: 0;}
.news-pic-list li a{ padding: 15px 0;}
.news-pic-list li .box{ padding-left: 15px;}
.news-pic-list li .box .title h4{ width: 100%; font-size: 1.5em;}
.news-pic-list li .box .title .date{ width: 100%; text-align: left; font-size: 1.2em;}
.news-pic-list li .box .p{ margin-top: 5px; font-size: 1.2em;}
.news-pic-list li .box .bq{ margin-top: 10px;}

.news-con{ padding: 20px 3%;}
.news-con .title{ padding-top: 0; font-size: 1.8em;}
.news-con .date{ padding: 10px 0 15px;}
.news-con .text{ padding: 15px 0;}
.pager{ margin: 10px 0;}

.page-box{ padding: 20px 3%;}

.message{ padding: 20px 3%;}
.message .box li:nth-child(-n+3){ width: 100%;}
.message .box li input[type="submit"]{ width: 130px;}
.message .top{ font-size: 1.8em;}
.message .box{ margin-top: 20px;}

.message-list{ padding: 1.25vw 3% 0;}

.about-box{ padding: 20px 3%;}
.about-box .list{ padding: 20px 0%;}
.about-box .list li{ padding: 0 7.5px;}
.about-box .list li .title{ margin-top: 15px;}
.about-box .list li .title .en{ font-size: 1.2em;}
.about-box .list li .title .cn{ font-size: 1.4em; line-height: 25px;}

.about-box2{ padding: 20px 3%;}
.about-box2 .box .img{ width: 100%; padding: 0 !important;}
.about-box2 .box .text{ width: 100%; padding: 20px 0 !important;}
.about-box2 .box .text .title{ color: #a9a9a9;}
.about-box2 .box .text .title .cn{ font-size: 1.8em;}

.contact-box{ padding: 20px 3%;}
.contact-box .box .text{ width: 100%;}
.contact-box .box .text .p{ padding-right: 0;}
.contact-box .box .text dd{ width: 100%;}
.contact-box .box .map{ width: 100%; padding-left: 0; margin-top: 20px; height: 48vw;}
}
@media (max-width: 400px){
    .i-service .list li .box{ padding-top: 27%; }
}