/* 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;}

.header{ height: 120px; position: fixed; z-index: 9999; width: 100%; top: 0; left: 0; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .container{ position: relative;}
.header .logo{ height: 120px; line-height: 120px; width: 18%; float: left; margin: 0;}
.header .pc-nav{ width: 62%; float: left; }
.header .pc-nav li{ height: 120px; line-height: 120px; float: left; position: relative; width: 12.5%; padding: 0 5px;}
.header .pc-nav li > a{ display: inline-block; width: 100%; text-align: center; font-size: 1.6em; color: #333; position: relative;}
.header .pc-nav li:hover > a, .header .pc-nav li.on > a{ color: #fff; background: #1faf7e;}
.header .pc-nav li .nav-box{ margin-bottom: 0; position: absolute; width: 120%; 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: #1faf7e;}
.header .pc-nav li .nav-box dd:hover > a{ color: #fff;}
/* .header .pc-nav li .nav-box dd .nav-t_box{ position: absolute; left: 100%; top: 0; width: 190px;  padding-left: 10px; opacity: 0; visibility: hidden;}
.header .pc-nav li .nav-box dd:hover .nav-t_box{ opacity: 1; visibility: visible;}
.header .pc-nav li .nav-box dd .nav-t_box::before{ content: ""; position: absolute; left: 0; top: 18px; border-top: 5px solid transparent; border-right: 10px solid #fff; border-bottom: 5px solid transparent;}
.header .pc-nav li .nav-box dd .nav-t_box .list{ background: #fff; border-radius: 6px;  box-shadow: 0 0 22px rgba(0,0,0,.5);}
.header .pc-nav li .nav-box dd .nav-t_box .list a{ display: block; height: 45px; line-height: 45px; border-bottom: 1px dashed #bfbfbf; font-size: 1.4em; text-align: center; color: #333;}
.header .pc-nav li .nav-box dd .nav-t_box .list a:hover{ background: #1faf7e; color: #fff;}
.header .pc-nav li .nav-box dd .nav-t_box .list a:last-child{ border-bottom: none; border-radius: 0 0 6px 6px;}
.header .pc-nav li .nav-box dd .nav-t_box .list a:first-child{ border-radius: 6px 6px 0 0;}
 */

.header .pc-search{ height: 45px; line-height: 45px; text-align: right; width: 3%; float: left; position: relative; transform: translateY(38px); cursor: pointer;}
.header .pc-search span{ display: inline-block; cursor: pointer;}
.header .pc-search:hover span{ opacity: 0;}
.header .pc-search .box{ position: absolute; width: 300px; height: 45px; top: 50%; transform: translate(-200px,-50%); opacity: 0; visibility: hidden; transition: all .3s;}
.header .pc-search:hover .box{ opacity: 1; visibility: visible; transform: translate(-248px,-50%);}
.header .pc-search .box input[type="text"]{ width: 255px; float: left; height: 45px; border: 1px solid #ccc; border-radius: 6px 0 0 6px; border-right: none; padding: 0 15px; font-size: 1.4em;}
.header .pc-search .box input[type="submit"]{ width: 45px; height: 45px; float: left; border: 1px solid #ccc; border-left: none; background: url(../images/search-icon.png) no-repeat center #fff; border-radius: 0 6px 6px 0; background-size: 20px;}

.header .tel{ background: url(../images/header-tel.png) no-repeat center left; padding-left: 45px; height: 120px; line-height: 120px; font-size: 2.2em; color: #333; float: right; font-family: Impact;}

@-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 .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: #1faf7e; 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: #1faf7e; 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: #1faf7e;}
.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: #1faf7e;}
/* .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: #1faf7e;} */
.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;}

.header .search{ padding:0 15px; text-align:right;}
.header .search-box{ position: absolute; top: 100%;  width: 100%; left: 0; background: #fff; padding: 10px 20px; border-top: 1px solid #1faf7e; 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:#1faf7e; 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;}

.banner{ height: 31.25vw; position: relative; z-index: 0; margin-top: 120px;}
.banner .swiper-container, .banner .swiper-wrapper{ width: 100%; height: 100%;}
.banner .swiper-slide a{ display: inline-block; width: 100%; height: 100%;}
.banner .swiper-pagination{ bottom: 15px;}
.banner .swiper-pagination-bullet{ width: 10px; height: 4px; background: #fff; opacity: 1; margin: 0 7.5px !important; border-radius: 8px; transition: all .3s;}
.banner .swiper-pagination-bullet-active{ background: #fff; width: 25px;}

.index-title{ text-align: center;}
.index-title .cn{ font-size: 3em; font-weight: bold; color: #333; line-height: 30px;}
.index-title .en{ font-size: 1.8em; color: #999; line-height: 18px; margin-top: 10px; text-transform: uppercase;}

.i-product{ padding: 75px 0;}
.i-product .box{ margin-top: 45px; display: table; width: 100%;}
.i-product .box .hot{ width: 600px; height: 400px; float: left; position: relative; transition: all .3s;}
.i-product .box .hot:hover{ box-shadow: 0 0 10px rgba(0,0,0,.35);}
.i-product .box .hot a{ display: block; height: 100%;}
.i-product .box .hot .img{ width: 100%; height: 100%; position: relative; overflow: hidden; z-index: 0;}
.i-product .box .hot .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s; z-index: 0;}
.i-product .box .hot .img .mask{ position: absolute; width: 100%; height: 100%; background: url(../images/product-mask.png) no-repeat center; background-size: cover;}
.i-product .box .hot:hover .img img{ transform: scale(1.1);}
.i-product .box .hot .title{ position: absolute; z-index: 1; height: 86px; line-height: 86px; font-size: 2.4em; color: #fff; font-weight: bold; bottom: 0; left: 0; width: 100%; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.i-product .box .list{ width: 670px; float: right;}
.i-product .box .list ul{ margin: -15px;}
.i-product .box .list li{ width: 50%; float: left; height: 215px; padding: 15px;}
.i-product .box .list li a{ display: block; position: relative; width: 100%; height: 100%;}
.i-product .box .list li .img{ width: 100%; height: 100%; position: relative; overflow: hidden; z-index: 0;}
.i-product .box .list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s; z-index: 0;}
.i-product .box .list li .img .mask{ position: absolute; width: 100%; height: 100%; background: url(../images/product-mask.png) no-repeat center; background-size: cover;}
.i-product .box .list li:hover .img img{ transform: scale(1.1);}
.i-product .box .list li .title{ position: absolute; z-index: 1; height: 50px; line-height: 50px; font-size: 1.8em; color: #fff; font-weight: bold; bottom: 0; left: 0; width: 100%; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}

.i-about{ padding: 60px 0 50px; background: url(../images/iabout-bg.jpg) no-repeat center; background-size: cover; overflow: hidden;}
.i-about .iabout-box{ width: 700px; float: left; padding-right: 50px;}
.i-about .iabout-box .title{ height: 92px; line-height: 92px; background: url(../images/iabout-title-bg.png) no-repeat center left; background-size: contain; position: relative; font-size: 3em; font-weight: bold; color: #fff; padding-left: 2px; margin-top: 20px;}
.i-about .iabout-box .p{ margin-top: 30px; font-size: 1.4em; color: #fff; line-height: 24px; text-align: justify;}
.i-about .iabout-box .list{ display: table; width: 100%; margin-top: 20px;}
.i-about .iabout-box .list li{ text-align: center; width: calc(25% - 10%); float: left;}
.i-about .iabout-box .list li+li{ margin-left: 13.333%;}
.i-about .iabout-box .list li b{ font-family: Impact; font-weight: normal; font-size: 3em; color: #fff;}
.i-about .iabout-box .list li span{ font-size: 1.4em; color: #fff; margin-left: 4px;}
.i-about .iabout-box .list li p{ font-size: 1.4em; color: #fff; text-align: center;}
.i-about .iabout-img{ width: 600px; height: 330px; overflow: hidden; position: relative; float: left;}
.i-about .iabout-img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.i-about .iabout-img:hover img{ transform: scale(1.1);}

.i-advantage{ padding: 70px 0;}
.i-advantage .box{ margin-top: 50px; overflow: hidden;}
.i-advantage .box .img{ width: 654px; height: 415px; overflow: hidden; position: relative; float: left;}
.i-advantage .box .img img{ position: absolute; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.i-advantage .box .img:hover img{ transform: translate(-50%,-50%) scale(1.1);}
.i-advantage .box .list{ width: 584px; float: right;}
.i-advantage .box .list ul{ margin: -29px -32px; overflow: hidden;}
.i-advantage .box .list li{ padding: 29px 32px; width: 50%; float: left;}
.i-advantage .box .list li span{ display: block; height: 100px; line-height: 100px; text-align: center; font-size: 2.4em; color: #333; font-weight: bold; background: #f3f7fa; border-radius: 10px; cursor: pointer;}
.i-advantage .box .list li span i{ color: #1faf7e; font-size: 3rem; margin-right: 4px;}
.i-advantage .box .list li span:hover{ background: #1faf7e; color: #fff;}
.i-advantage .box .list li span:hover i{ color: #fff;}

.i-other{ background: #f3f7fa; padding-top: 48px; overflow: hidden;}
.i-other .index-title{ text-align: left;}
.i-app_download{ width: 50%; float: left;}
.i-app_download .box{ display: table; width: 100%; margin-top: 30px;}
.i-app_download .box .img{ width: 67%; height: 460px; float: left;}
.i-app_download .box .text{ width: 33%; float: left;}
.i-app_download .box .text .wx{ text-align: center; padding-top: 50px;}
.i-app_download .box .text .wx .wx-img{ width: 100%;}
.i-app_download .box .text .wx .wx-img img{ box-shadow: 0 0 10px rgba(0,0,0,.16);}
.i-app_download .box .text .wx .t{ width: 100%; font-size: 1.4em; color: #333; margin-top: 18px;}
.i-app_download .box .text .btns{ text-align: center; margin-top: 10px;}
.i-app_download .box .text .btns a{ display: inline-block; width: 182px; height: 48px; line-height: 48px; border-radius: 48px; box-shadow: 0 0 10px rgba(31,175,126,.26); font-size: 1.4em; text-align: left; padding: 0 28px; margin-top: 18px; transition: all .3s;}
.i-app_download .box .text .btns a:hover{ box-shadow: 0 0 10px rgba(31,175,126,.86);}
.i-app_download .box .text .btns a.android{ background: #1faf7e; color: #fff;}
.i-app_download .box .text .btns a.ios{ color: #1faf7e; background: #fff;}
.i-app_download .box .text .btns span{  display: inline-block; padding-left: 30px; position: relative;}
.i-app_download .box .text .btns span i{ position: absolute; font-size: 2.4rem; left: 0; top: 50%; transform: translateY(-50%);}

.i-qa{ width: 50%; float: left; padding-left: 50px;}
.i-qa .index-title{ padding-left: 15px;}
.i-qa .list{ margin-top: 48px; background: #fff; border-radius: 20px; overflow: hidden; padding: 15px 40px 28px; box-shadow: 0 0 15px rgba(31,175,126,.1);}
.i-qa .list li{ padding: 16px 0; border-bottom: 1px dashed #dcdcdc; cursor: pointer;}
.i-qa .list li span{ display: block; width: 8%; float: left; font-size: 2.4em; font-style: italic; font-weight: bold;}
.i-qa .list li p{ display: block; width: 92%; float: left;}
.i-qa .list li .q{ height: 30px; line-height: 30px;}
.i-qa .list li .q span{ color: #1faf7e;}
.i-qa .list li .q p{ font-size: 1.6em; color: #333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.i-qa .list li:hover .q p{ color: #1faf7e;}
.i-qa .list li .a{ overflow: hidden; height: 0; transition: all .3s;}
.i-qa .list li.on .a{ height: 48px; margin-top: 2px;}
.i-qa .list li .a span{ color: #ffa200;}
.i-qa .list li .a p{ font-size: 1.4em; color: #333; line-height: 24px; height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.i-qa .list .btns{ margin-top: 20px;}
.i-qa .list .btns a{ display: inline-block; width: 100%; height: 40px; line-height: 40px; text-align: center; background: #eee; font-size: 1.4em; color: #666; border-radius: 40px;}
.i-qa .list .btns a:hover{ background: #1faf7e; color: #fff;}

.i-need{ padding: 80px 0 85px;}
.i-need .box{ overflow: hidden; margin-top: 45px;}
.i-need .box .message{ width: 50%; float: left; padding: 28px 40px; background: #f3f7fa; height: 370px;}
.i-need .box .message .t{ font-size: 2.4em; color: #333; line-height: 24px;}
.i-need .box .message .list{ margin-top: 30px;}
.i-need .box .message .list ul{ margin: -9px -15px;}
.i-need .box .message .list li{ width: 100%; float: left; padding: 9px 15px;}
.i-need .box .message .list li:nth-child(-n+4){ width: 50%;}
.i-need .box .message .list li input[type="text"]{ width: 100%; height: 40px; border: 1px solid #dcdcdc; padding: 0 15px; font-size: 1.4em; color: #333;}
.i-need .box .message .list li textarea{ width: 100%; height: 80px; border: 1px solid #dcdcdc; padding: 10px 15px; font-size: 1.4em; color: #333;}
.i-need .box .message .list li:last-child{ text-align: center;}
.i-need .box .message .list li:last-child input{ width: 120px; height: 40px; border-radius: 40px; font-size: 1.6em; border: none;  display: inline-block; margin: 0 7px; transition: all .3s;}
.i-need .box .message .list li:last-child input[type="submit"]{ background: #1faf7e; color: #fff;}
.i-need .box .message .list li:last-child input[type="reset"]{ background: #d9d9d9; color: #333;}
.i-need .box .message .list li:last-child input:hover{ box-shadow: 0 0 10px rgba(0,0,0,.35);}
.i-need .box .map{ width: 50%; float: left; height: 370px;}
.i-need .box .map img{ max-width: none;}

.footer{ background: #1b1b1b; padding: 42px 0 30px; overflow: hidden;}
.foot-nav{ width: 50%; float: left; }
.foot-nav dl{ float: left; margin-bottom: 0; width: calc(20% - 7.5%);}
.foot-nav dl+dl{ margin-left: 9.3%;}
.foot-nav dt{ font-size: 1.8em; padding-bottom: 15px; position: relative; margin-bottom: 18px;}
.foot-nav dt::before{ content: ""; position: absolute; width: 35px; height: 3px; background: #1d7835; bottom: 0; left: 0;}
.foot-nav dt a{ color: #fff;}
.foot-nav dd{ font-size: 1.4em; line-height: 28px;}
.foot-nav dd a{ color: #c9c9c9;}
.foot-nav dd a:hover{ text-decoration: underline;}
.foot-contact{ width: 35%; float: left; padding-left: 3.5%;}
.foot-contact .tel{ font-size: 3.6em; color: #fff; background: url(../images/footer-tel.png) no-repeat center left; padding-left: 50px; line-height: 38px;  margin-bottom: 15px;}
.foot-contact dl{ margin-bottom: 0;}
.foot-contact dt{ font-size: 1.8em; font-weight: bold; color: #fff; margin-bottom: 5px;}
.foot-contact dd{ font-size: 1.4em; color: #c9c9c9; line-height: 26px;}
.foot-wx{ width: 15%; float: left; padding-left: 2.15%;}
.foot-wx .t{ font-size: 1.4em; color: #fff; margin-top: 16px; text-align: center;}
.foot-copy{ background: #000; padding: 15px 0; font-size: 1.2em; color: #fff; text-align: center; line-height: 24px;}
.foot-copy a{ color: #fff;}

.page-banner{ height: 400px; position: relative; z-index: 0; margin-top: 120px;}
.page-banner > .container{ height: 100%; position: relative;}
.page-banner .page-banner-text{ position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.page-banner .page-banner-text .t{ font-size: 4em; font-weight: bold; color: #fff;}
.page-banner .page-banner-text .line{ margin-top: 20px;}
.page-banner .page-banner-text .line i{ display: inline-block; width: 110px; height: 6px; background: #fff;}
.page-banner .mbx{ position: absolute; width: 100%; left: 0; bottom: 0; height: 60px; line-height: 60px; background: rgba(0,0,0,.3); }
.page-banner .mbx .box{ float: right; font-size: 1.4em; color: #fff;}
.page-banner .mbx .box a{ margin: 0 4px; color: #fff; display: inline-block;}
.page-banner .mbx .box a i{ font-size: 1.2em; margin-right: 8px;}
.page-banner .mbx .box a:hover{ text-decoration: underline;}

.product-box{ padding: 46px 0;}

.product-nav{ overflow: hidden;}
.product-nav li{ float: left; margin-bottom: 15px; margin-right: 22px;}
.product-nav li:last-child{ margin-right: 0;}
.product-nav li a{ display: inline-block; height: 60px; line-height: 60px; padding: 0 40px; border-radius: 50px; border: 1px solid #1faf7e; font-size: 2em; color: #1faf7e;}
.product-nav li:hover a, .product-nav li.on a{ background: #1faf7e; color: #fff;}
.product-nav li a span{ position: relative; padding-left: 40px;}
.product-nav li a span i{ position: absolute; height: 27px; width: 40px; left: 0; top: 50%; transform: translateY(-50%);}
.product-nav li a span i.all{ background: url(../images/product-icon1.png) no-repeat center left; background-size: contain;}
.product-nav li.on a span i.all, .product-nav li:hover a span i.all{ background: url(../images/product-icon1-2.png) no-repeat center left;  background-size: contain;}
.product-nav li a span i.icon1{ background: url(../images/product-icon2.png) no-repeat center left; background-size: contain;}
.product-nav li.on a span i.icon1, .product-nav li:hover a span i.icon1{ background: url(../images/product-icon2-2.png) no-repeat center left;  background-size: contain;}

.product-list{ overflow: hidden; margin: 30px 0 40px;}
.product-list ul{ margin: 0 -17.5px;}
.product-list li{ width: 33.3333%; padding: 0 17.5px; float: left; margin-bottom: 10px;}
.product-list li .img{ width: 100%; height: 300px; position: relative; overflow: hidden;}
.product-list li .img img{ position: absolute; width: 100%; height: 100%; transition: all .3s;}
.product-list li:hover .img img{ transform: scale(1.1);}
.product-list li .t{ font-size: 2em; font-weight: bold; color: #333; text-align: center; padding: 18px 0;}
.product-list li:hover .t{ color: #1faf7e;}

.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; position: relative;}
.pager-list li>*{ display:inline-block; font-size:14px; color:#333 !important; height:36px; line-height:34px !important; padding:0 15px !important;  background:#e5e5e5 !important; border-radius:0 !important; position: relative;}
.pager-list li a:hover{ background: #1faf7e !important; color:#fff !important; border:1px solid #1faf7e;}
.pager-list li.active>*{ color:#fff !important; background:#1faf7e !important; border:1px solid #ddd;}
.pager-list li.disabled>*{ cursor:auto; background:#e5e5e5; color:#333;}
.pager-list li.active>span:hover, .pager-list li.active>a:hover{ background:#1faf7e; border:1px solid #1faf7e; color: #fff !important;}
.pager-list li i{ font-size: 1.2em; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%;}

.hz-box1{ padding: 55px 0 70px;}
.hz-box1 .top{ text-align: center; font-size: 3em; font-weight: bold; line-height: 30px; color: #333;}
.hz-box1 .text{ margin-top: 30px; font-size: 1.4em; color: #333; line-height: 24px;}
.hz-box1 .box{ margin-top: 40px;}
.hz-box1 .box .hd{ border-bottom: 2px solid #dcdcdc; display: table; width: 100%;}
.hz-box1 .box .hd li{ width: 16.6667%; float: left; text-align: center; margin-bottom: -2px; cursor: pointer;}
.hz-box1 .box .hd li .icon{ display: inline-block; width: 88px; height: 88px; background: url(../images/hz-box1-icon1.png) no-repeat center; background-size: cover;}
.hz-box1 .box .hd li.on .icon{ background: url(../images/hz-box1-icon1-2.png) no-repeat center; background-size: cover;}
.hz-box1 .box .hd li .t{ font-size: 1.8em; color: #333; margin-top: 10px;}
.hz-box1 .box .hd li.on .t{ color: #1faf7e;}
.hz-box1 .box .hd li .line{ margin-top: 30px; width: 100%; height: 4px; background: #1faf7e; display: none; position: relative;}
.hz-box1 .box .hd li .line::before{ content: ""; position: absolute; border-bottom: 12px solid #1faf7e; border-right: 15px solid transparent; border-left: 15px solid transparent; bottom: 4px; left: 50%; transform: translateX(-50%);}
.hz-box1 .box .hd li.on .line{ display: block;}
.hz-box1 .box .bd{ margin-top: 35px;}
.hz-box1 .box .bd .bd-box{ height: 350px;}
.hz-box1 .box .bd .bd-box.bg1{ background: url(../images/hz-box1-img1.jpg) no-repeat center;}

.hz-box1 .box .bd .bd-box li{ width: 33.3333%; float: left; display: table; height: 350px;}
.hz-box1 .box .bd .bd-box li .p{ display: table-cell; vertical-align: middle;}
.hz-box1 .box .bd .bd-box li b{ display: block; font-size: 10em; color: #fff; text-align: center; line-height: 72px;}
.hz-box1 .box .bd .bd-box li p{ font-size: 1.8em; color: #fff; text-align: center; margin-top: 25px;}

.hz-box2{ background: #f3f7fa; padding: 66px 0 62px; overflow: hidden;}
.hz-box2 .top{ font-size: 3em; font-weight: bold; color: #333; text-align: center; line-height: 30px;}
.hz-box2 .list{ margin-top: 36px;}
.hz-box2 .list ul{ margin: 0 -10px;}
.hz-box2 .list li{ width: 25%; float: left; padding: 0 20px;}
.hz-box2 .list li .box{ border: 1px solid #bfbfbf; border-radius: 20px; text-align: center; padding: 35px 15px; transition: all .3s;}
.hz-box2 .list li:hover .box{ border-color: #1faf7e; transform: scale(1.08); box-shadow: 0 0 20px rgba(31,175,126,.26);}
.hz-box2 .list li .box .icon{ height: 85px; width: 100%;}
.hz-box2 .list li .box .icon img{ max-height: 100%;}
.hz-box2 .list li .box .t{ font-size: 2.4em; font-weight: bold; color: #1faf7e; margin-top: 25px;}
.hz-box2 .list li .box .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 12px; text-align: justify;}

.hz-box3{ padding: 70px 0 100px; overflow: hidden;}
.hz-box3 .top{ font-size: 3em; font-weight: bold; color: #333; text-align: center; line-height: 30px;}
.hz-box3 .box{ margin-top: 50px;}
.hz-box3 .box .left, .hz-box3 .box .right{ width: 320px; float: left; padding-top: 50px;}
.hz-box3 .box .right{ text-align: right;}
.hz-box3 .box .left ul, .hz-box3 .box .right ul{ display: inline-block;}
.hz-box3 .box .img{ width: 660px; height: 312px; position: relative; float: left;}
.hz-box3 .box .img img{ position: absolute; width: 100%; height: 100%;}
.hz-box3 .box li{ width: 280px; height: 50px; line-height: 50px; font-size: 1.4em; position: relative; text-align: left; transition: all .5s;}
.hz-box3 .box li span{ display: block;  padding-left: 45px;  background: #f3f7fa;}
.hz-box3 .box li:hover{ box-shadow: 0 0 10px rgba(0,0,0,.25); border-radius: 4px;}
.hz-box3 .box li i{ font-size: 3em; color: #1faf7e; font-weight: bold; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);}
.hz-box3 .box .left li+li{ margin-top: 32px;}
.hz-box3 .box .right li+li{ margin-top: 114px;}

.hz-box4{ padding: 70px 0 40px; overflow: hidden; background: #f3f7fa;}
.hz-box4 .top{ font-size: 3em; font-weight: bold; color: #333; text-align: center; line-height: 30px;}
.hz-box4 .box{ margin-top: 50px; height: 400px; position: relative; padding: 0 40px;}
.hz-box4 .box ul{ height: 100%; position: relative; z-index: 1;}
.hz-box4 .box > .line{ position: absolute; width: 100%; height: 8px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #eee; z-index: 0;}
.hz-box4 .box > .line::before{ content: ""; position: absolute; width: 22px; height: 22px; background: #eee; left: 0; top: 50%; transform: translateY(-50%) rotate(45deg);}
.hz-box4 .box > .line::after{ content: ""; position: absolute; width: 22px; height: 22px; background: #eee; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg);}
.hz-box4 .box li{ width: calc(14.2857% - 8%); height: calc(50% + 4px); float: left; text-align: center; position: relative;}
.hz-box4 .box li+li{ margin-left: 9.33%;}
.hz-box4 .box li:nth-child(2n){ margin-top: calc(16%);}
.hz-box4 .box li .t{ font-size: 1.8em; font-weight: bold; margin: 10px 0; line-height: 18px;}
.hz-box4 .box li:hover .t{ color: #1faf7e;}
.hz-box4 .box li .icon{ transition: all .6s;}
.hz-box4 .box li:hover .icon{ transform: rotateY(360deg);}
.hz-box4 .box li .line{ width: 6px; height: 86px; background: #eee; margin: 20px auto 0;}
.hz-box4 .box li:nth-child(2n) .line{ margin: 0 auto 20px;}
.hz-box4 .box li .y{ position: absolute; width: 15px; height: 15px; border-radius: 100%; background: #fff; border: 3px solid #1faf7e; left: 50%; transform: translateX(-50%);}
.hz-box4 .box li:nth-child(2n-1) .y{ bottom: 0;}
.hz-box4 .box li:nth-child(2n) .y{ top: 0;}

.hz-box5{ padding: 100px 0 60px;}
.hz-box5 .top{ font-size: 3em; font-weight: bold; color: #333; text-align: center; line-height: 30px;}
.hz-box5 .list{ display: table; width: 100%; margin-top: 50px;}
.hz-box5 .list ul{ margin: -12.5px -10px;}
.hz-box5 .list li{ width: 25%; float: left; padding: 12.5px 10px;}
.hz-box5 .list li a{ display: block; height: 150px; position: relative; overflow: hidden; transition: all .3s;}
.hz-box5 .list li a img{ position: absolute; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all .3s;}
.hz-box5 .list li:hover a{ box-shadow: 0 0 15px rgba(0,0,0,.15);}
.hz-box5 .list li:hover a img{ transform: translate(-50%,-50%) scale(1.1);}

.download-box{ padding: 65px 0 85px;}
.app_download-box1{ overflow: hidden;}
.app_download-box1 .top, .app_download-box2 .top{ font-size: 3em; font-weight: bold; color: #1faf7e; text-align: center; line-height: 30px;}
.app_download-box1 .box{ background: #f3f7fa; padding: 50px 15% 0 10%; margin-top: 50px; overflow: hidden;}
.app_download-box1 .box .img{ width: 46%; float: left; height: 446px; overflow: hidden; position: relative;}
.app_download-box1 .box .img img{ position: absolute;}
.app_download-box1 .box .text{ width: 54%; float: left; padding-left: 10%;}
.app_download-box1 .box .text > .t{ font-size: 1.8em; color: #333; font-weight: bold; margin-top: 30px;}
.app_download-box1 .box .text .p{ font-size: 1.4em; color: #333; margin-top: 20px; line-height: 24px; text-align: justify;}
.app_download-box1 .box .text .other{ overflow: hidden; margin-top: 40px;}
.app_download-box1 .box .text .other .btns{margin-top: 22px; width: 50%; float: left;}
.app_download-box1 .box .text .other .btns a{ display: inline-block; width: 182px; height: 48px; line-height: 48px; border-radius: 48px; box-shadow: 0 0 10px rgba(31,175,126,.26); font-size: 1.4em; text-align: left; padding: 0 28px; margin-top: 18px; transition: all .3s;}
.app_download-box1 .box .text .other .btns a:hover{ box-shadow: 0 0 10px rgba(31,175,126,.86);}
.app_download-box1 .box .text .other .btns a.android{ background: #1faf7e; color: #fff;}
.app_download-box1 .box .text .other .btns a.ios{ color: #1faf7e; background: #fff;}
.app_download-box1 .box .text .other .btns span{ display: inline-block; padding-left: 30px; position: relative;}
.app_download-box1 .box .text .other .btns span i{ position: absolute; font-size: 2.4rem; left: 0; top: 50%; transform: translateY(-50%);}
.app_download-box1 .box .text .other .ewm{ width: 50%; float: left; text-align: center; padding-left: 8%;}
.app_download-box1 .box .text .other .ewm .ewm-img{ box-shadow: 0 0 10px rgba(0,0,0,.15);}
.app_download-box1 .box .text .other .ewm .t{ font-size: 1.4em; color: #333; margin-top: 15px;}
.app_download-box2{ margin-top: 65px;}
.app_download-box2 .box{ margin-top: 35px;}
.app_download-box2 .box .text{ width: 48%; float: left; padding-top: 5px;}
.app_download-box2 .box .text li{ margin-top: 45px;}
.app_download-box2 .box .text li .t{ font-size: 1.8em; font-weight: bold; color: #333;}
.app_download-box2 .box .text li .p{ font-size: 1.4em; color: #333; line-height: 24px; margin-top: 10px;}
.app_download-box2 .box .text li .btns{ margin-top: 2px;}
.app_download-box2 .box .text li .btns a{ display: inline-block; width: 182px; height: 48px; line-height: 48px; border-radius: 48px; box-shadow: 0 0 10px rgba(31,175,126,.26); font-size: 1.4em; text-align: left; padding: 0 15px; margin-top: 18px; transition: all .3s;}
.app_download-box2 .box .text li .btns a:hover{ box-shadow: 0 0 10px rgba(31,175,126,.86);}
.app_download-box2 .box .text li .btns a.windows{ background: #1faf7e; color: #fff; margin-right: 30px;}
.app_download-box2 .box .text li .btns a.mac{ color: #1faf7e; background: #fff; padding: 0 25px;}
.app_download-box2 .box .text li .btns span{ display: inline-block; padding-left: 35px; position: relative; width: 100%;}
.app_download-box2 .box .text li .btns span i{ position: absolute; font-size: 2.4rem; left: 0; top: 50%; transform: translateY(-50%);}
.app_download-box2 .box .text li .btns span em{ position: absolute; top: 48%; left: 6%; transform: translateY(-50%); font-size: 1.2rem;}
.app_download-box2 .box .img{ width: 52%; float: left;}

.service-box{ padding-top: 50px;}
.service-box .top, .qa-box .top, .contact-box .top{ font-size: 3em; font-weight: bold; color: #1faf7e; text-align: center; line-height: 30px;}
.service-box .list{ margin-top: 40px;}
.service-box .list ul{ margin: 0 -10px;}
.service-box .list li{ width: 33.3333%; float: left; padding: 0 10px;}
.service-box .list li .frame{ background: #f3f7fa; padding: 40px 55px; text-align: center;}
.service-box .list li .frame .icon{ height: 65px;}
.service-box .list li .frame .icon img{ max-height: 100%;}
.service-box .list li .frame .t{ font-size: 2em; color: #333; font-weight: bold; text-align: center; margin-top: 25px;}
.service-box .list li .frame .p{ font-size: 1.6em; color: #666; line-height: 24px; margin-top: 15px; min-height: 48px;}

.qa-box{ padding-top: 50px;}
.qa-box .box{ margin-top: 35px; /*background: #f3f7fa; padding: 50px 70px;*/}
.qa-box .box .list{ display: table; width: 100%;}
/* .qa-box .box .list li{ width: 33.3333%; float: left; height: 45px; line-height: 45px; padding: 0 15px;}
.qa-box .box .list li a{ font-size: 1.6em; color: #333; padding-left: 20px; position: relative; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.qa-box .box .list li i{ display: inline-block; width: 8px; height: 8px; border-radius: 100%; background: #666; position: absolute; left: 0; top: 50%; transform: translateY(-50%);} */
.qa-box .box .btns{ text-align: center; margin-top: 30px;}
.qa-box .box .btns a{ display: inline-block; width: 100px; height: 40px; line-height: 40px; border-radius: 40px; background: #fff; font-size: 1.4em; color: #1faf7e; border: 1px solid #1faf7e;}
.qa-box .box .list li{ padding: 0 40px; background: #f3f7fa;}
.qa-box .box .list li:nth-child(2n-1){ background: #fff;}
.qa-box .box .list li .q{ line-height: 40px; padding: 25px 35px 25px 50px; font-size: 1.8em; font-weight: bold; color: #333; position: relative; cursor: pointer; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qa-box .box .list li .q i{ display: block; width: 36px; height: 36px; background: url(../images/qa-q-icon.png) no-repeat center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.qa-box .box .list li.on .q i{ background: url(../images/qa-q-icon2.png) no-repeat center;}
.qa-box .box .list li .q span{ display: block; width: 26px; height: 26px; border-radius: 100%; position: absolute; right: 0; background: #999; top: 50%; transform: translateY(-50%);  transition: all .3s;}
.qa-box .box .list li .q span em{ position: absolute; font-size: 1.2em; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.qa-box .box .list li.on .q span{ transform: translateY(-50%) rotate(180deg); background: #1faf7e;}
.qa-box .box .list li .a{ padding: 20px 0 35px 50px; position: relative; font-size: 1.4em; line-height: 24px; color: #333;  border-top: 1px solid #dcdcdc; display: none;}
.qa-box .box .list li .a i{ display: block; width: 36px; height: 36px; background: url(../images/qa-a-icon.png) no-repeat center; position: absolute; left: 0; top: 20px;}
.qa-box .box .list li.on .a i{ background: url(../images/qa-a-icon2.png) no-repeat center;}

.contact-box{ padding: 60px 0;}
.contact-box .box{ margin-top: 60px;}
.contact-box .box ul{ margin: 0 -10px;}
.contact-box .box li{ width: 25%; float: left; padding: 0 10px;}
.contact-box .box li .frame{ background: #f3f7fa; text-align: center; padding: 45px 0;}
.contact-box .box li .frame .icon{ height: 75px;}
.contact-box .box li .frame .icon img{ max-height: 100%;}
.contact-box .box li .frame .t{ font-size: 2.6em; font-weight: bold; color: #1faf7e; margin-top: 15px;}
.contact-box .box li .frame .p{ font-size: 1.6em; color: #333; margin-top: 5px;}

.wd-box{ padding: 50px 0;}
.wd-box .top{ font-size: 3em; font-weight: bold; color: #333; text-align: center; line-height: 30px;}
.wd-box .form{ margin-top: 45px; overflow: hidden;}
.wd-box .form ul{ margin: 0 -10px;}
.wd-box .form li{ width: 25%; float: left; padding: 0 10px; position: relative;}
.wd-box .form li select{ width: 100%; height: 60px; border: 1px solid #b5b5b5; border-radius: 60px; font-size: 1.6em; color: #333; padding: 0 35px; appearance:none;  -moz-appearance:none;   -webkit-appearance:none; }
.wd-box .form li i{ position: absolute; right: 15%; font-size: 2.6em; color: #333; top: 50%; transform: translateY(-50%);}
.wd-box .form li input[type="text"]{ width: 100%; height: 60px; border: 1px solid #b5b5b5; border-radius: 60px; font-size: 1.6em; color: #333; padding: 0 35px;}
.wd-box .form li input[type="submit"]{ width: 100%; height: 60px; border: 1px solid #1faf7e; background: #1faf7e; font-size: 1.6em; color: #fff; border-radius: 60px;}
.wd-box .wd-map{ margin-top: 50px;}
.wd-box .wd-map li{ background: #f8f8f8; padding: 10px 50px 45px; overflow: hidden;}
.wd-box .wd-map li+li{ margin-top: 28px;}
.wd-box .wd-map li .title{ padding: 30px 0; border-bottom: 1px solid #d2d2d2; overflow: hidden;}
.wd-box .wd-map li .title span{ display: block; float: left; width: 80%; height: 32px; line-height: 32px; font-size: 2.4em; color: #333;}
.wd-box .wd-map li .title a{ float: right; display: block; width: 100px; height: 32px; line-height: 32px; font-size: 1.4em; color: #fff; border-radius: 30px; background: #1faf7e; border-radius: 30px; text-align: center;}
.wd-box .wd-map li .text{ overflow: hidden; margin-top: 30px;}
.wd-box .wd-map li .text dd{ font-size: 1.4em; color: #333; line-height: 24px; float: left; padding-left: 30px; position: relative; height: 50px;}
.wd-box .wd-map li .text dd+dd{ margin-left: 13.5%;}
.wd-box .wd-map li .text dd.dz{ background: url(../images/wd-icon1.png) no-repeat left 2px;  width: calc(40% - 9%);}
.wd-box .wd-map li .text dd.time{ background: url(../images/wd-icon2.png) no-repeat left 2px;  width: calc(30% - 9%);}
.wd-box .wd-map li .text dd.tel{ background: url(../images/wd-icon3.png) no-repeat left 2px;  width: calc(30% - 9%);}
.wd-box .wd-map li .map{ margin-top: 25px;}
.wd-box .wd-map li .map .btns{ font-size: 1.4em; color: #1faf7e; line-height: 24px; padding-left: 30px; cursor: pointer;}
.wd-box .wd-map li .map .btns i{ font-size: 1.2em; margin-left: 5px;}
.wd-box .wd-map li .map .box{ width: 100%; height: 300px; margin-top: 25px;}
.wd-box .wd-map li .map .box img{ max-width: none;}

.download-box{ padding: 50px 0 40px;}
.download-box .top{ font-size: 3em; font-weight: bold; color: #1faf7e; text-align: center; line-height: 30px;}
.download-box .list{ margin-top: 15px; margin-bottom: 40px;}
.download-box .list li{ overflow: hidden; padding: 30px 0; border-bottom: 1px solid #d2d2d2;}
.download-box .list li .box{ width: 87%; float: left; padding-left: 30px;}
.download-box .list li .box .t{ font-size: 1.8em; color: #333; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.download-box .list li .box .p{ font-size: 1.4em; color: #666; line-height: 24px; margin-top: 15px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.download-box .list li .box .other{ margin-top: 15px;}
.download-box .list li .box .other span{ font-size: 1.4em; color: #333;}
.download-box .list li .box .other span+span{ margin-left: 40px;}
.download-box .list li .icon{ width: 13%; float: left; padding: 1.5% 30px 0 5%; text-align: center;}
.download-box .list li .icon .t{ font-size: 1.4em; color: #1faf7e; margin-top: 10px;}
.download-box .list li:hover .box .t{ color: #1faf7e;}
.download-box .list li:hover{ box-shadow: 0 0 20px rgba(0,0,0,.15);}

.qa-list{ padding: 50px 0; overflow: hidden;}
.qa-list .top{ font-size: 3em; font-weight: bold; color: #1faf7e; text-align: center; line-height: 30px;}
.qa-list .list{ margin-top: 50px; margin-bottom: 40px;}
.qa-list .list li{ padding: 0 40px; background: #f3f7fa;}
.qa-list .list li:nth-child(2n){ background: #fff;}
.qa-list .list li .q{ line-height: 40px; padding: 25px 35px 25px 50px; font-size: 1.8em; font-weight: bold; color: #333; position: relative; cursor: pointer; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.qa-list .list li .q i{ display: block; width: 36px; height: 36px; background: url(../images/qa-q-icon.png) no-repeat center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.qa-list .list li.on .q i{ background: url(../images/qa-q-icon2.png) no-repeat center;}
.qa-list .list li .q span{ display: block; width: 26px; height: 26px; border-radius: 100%; position: absolute; right: 0; background: #999; top: 50%; transform: translateY(-50%);  transition: all .3s;}
.qa-list .list li .q span em{ position: absolute; font-size: 1.2em; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.qa-list .list li.on .q span{ transform: translateY(-50%) rotate(180deg); background: #1faf7e;}
.qa-list .list li .a{ padding: 20px 0 35px 50px; position: relative; font-size: 1.4em; line-height: 24px; color: #333;  border-top: 1px solid #dcdcdc; display: none;}
.qa-list .list li .a i{ display: block; width: 36px; height: 36px; background: url(../images/qa-a-icon.png) no-repeat center; position: absolute; left: 0; top: 20px;}
.qa-list .list li.on .a i{ background: url(../images/qa-a-icon2.png) no-repeat center;}

.pro-con-box{ margin-top: 120px;}
.pc160 .frame{ position: relative; overflow: hidden;}
.pc160 .frame .bg{ height: 33.855vw; position: relative; z-index: 0;}
.pc160 .frame .bg img{ position: absolute; height: 100%; width: 100%;}

.pc160 .box1 .text{ position: absolute; z-index: 1; right: 20.5%; top: 4vw; text-align: right; width: auto; padding: 20px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box1 .text .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box1 .text .p{ font-size: 2.4em; color: #333; margin-top: 20px;}
.pc160 .box1 .img{ position: absolute; z-index: 1; bottom: 4vw; right: 18%; width: 37.84%;}

.pc160 .box2 .text{ position: absolute; z-index: 1; right: 22%; bottom: 8vw; width: 25.5%; padding: 20px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box2 .text .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box2 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box2 .img{ position: absolute; z-index: 1; bottom: 3vw; left: 15%; width: 35.74%;}

.pc160 .box3 .text1{ position: absolute; z-index: 1; left: 16%; top: 5.2vw; width: 17.8%; padding: 20px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box3 .text1 .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box3 .text1 .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box3 .text2{ position: absolute; z-index: 1; right: 4%; top: 5.2vw; width: 25.8%; padding: 20px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box3 .text2 .t{ font-size: 4em; font-weight: bold; color: #333; text-align: right;}
.pc160 .box3 .text2 .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }

.pc160 .box4 .text{ position: absolute; z-index: 1; left: 16%; bottom: 12vw; width: 22.5%; padding: 20px; background: rgba(255,255,255,.35); border-radius: 8px;}
.pc160 .box4 .text .t{ font-size: 4em; font-weight: bold; color: #fff;}
.pc160 .box4 .text .p{ font-size: 1.8em; line-height: 30px; color: #fff; margin-top: 15px; text-align: justify;}
.pc160 .box4 .img{ position: absolute; z-index: 1; bottom: 0; right: 20%; width: 37.58%;}

.pc160 .box5 .text{ position: absolute; z-index: 1; right: 16%; bottom: 9.5vw; width: 25.5%; padding: 20px 25px; background: rgba(0,0,0,.35); border-radius: 8px;}
.pc160 .box5 .text .t{ font-size: 4em; font-weight: bold; color: #fff;}
.pc160 .box5 .text .p{ font-size: 1.8em; line-height: 30px; color: #fff; margin-top: 20px; text-align: justify;}
.pc160 .box5 .img{ position: absolute; z-index: 1; bottom: 3vw; left: 15%; width: 34.95%;}

.pc160 .box6 .text{ position: absolute; z-index: 1; left: 16%; bottom: 12.5vw; width: 22%; padding: 20px 25px; background: rgba(255,255,255,.35); border-radius: 8px;}
.pc160 .box6 .text .t{ font-size: 4em; font-weight: bold; color: #fff;}
.pc160 .box6 .text .p{ font-size: 1.8em; line-height: 30px; color: #fff; margin-top: 15px; text-align: justify;}
.pc160 .box6 .img{ position: absolute; z-index: 1; bottom: 0; right: 15%; width: 35.58%;}

.pc160 .box7 .text{ position: absolute; z-index: 1; right: 16%; top: 5vw; width: 24.5%; padding: 20px 25px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box7 .text .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box7 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify;}

.pc160 .box8 .text{ position: absolute; z-index: 2; left: 16%; top: 10.2vw; width: 35.5%; padding: 20px 25px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box8 .text .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box8 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box8 .img{ position: absolute; z-index: 1; bottom: 4vw; right: 14%; width: 44.3%;}

.pc160 .box9 .text{ position: absolute; right: 16%; top: 8vw; width: 26.5%;  text-align: right; z-index: 2; padding: 20px 25px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box9 .text .icon{ margin-bottom: 35px; width: 23.7%; display: inline-block;}
.pc160 .box9 .text .t{ font-size: 4em; font-weight: bold; color: #333; text-align: right;}
.pc160 .box9 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box9 .img{ position: absolute; z-index: 1; bottom: 5vw; left: 20%; width: 25.65%;}

.pc160 .box10 .text{ position: absolute; z-index: 1; left: 16%; top: 8vw; width: 26.5%; padding: 20px 25px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box10 .text .icon{ margin-bottom: 35px; width: 24.2%;}
.pc160 .box10 .text .t{ font-size: 4em; font-weight: bold; color: #333;}
.pc160 .box10 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box10 .img{ position: absolute; z-index: 1; bottom: 8vw; right: 21%; width: 34.37%;}

.pc160 .box11 .text{ position: absolute; z-index: 1; right: 16%; top: 9vw; width: 22.5%; padding: 20px 25px; background: rgba(255,255,255,.45); border-radius: 8px;}
.pc160 .box11 .text .icon{ margin-bottom: 35px; width: 37%;}
.pc160 .box11 .text .t{ font-size: 4em; font-weight: bold; color: #333; }
.pc160 .box11 .text .p{ font-size: 1.8em; line-height: 30px; color: #333; margin-top: 15px; text-align: justify; }
.pc160 .box11 .img{ position: absolute; z-index: 1; bottom: 10vw; left: 16%; width: 35.95%;}



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


}
@media (max-width:1365px) and (min-width: 1200px){
.container{ padding: 0;}

.i-product .box .hot{ width: 540px;}
.i-product .box .list{ width: 590px;}

.i-about .iabout-box{ width: 600px;}
.i-about .iabout-img{ width: 570px;}

.i-advantage .box .img{ width: 600px;}
.i-advantage .box .list{ width: 540px;}
.i-advantage .box .list ul{ margin: -29px -20px;}
.i-advantage .box .list li{ padding: 29px 20px;}

.i-app_download .box .img{ margin-top: 20px; height: 430px;}
.i-other .i-qa{ padding-bottom: 20px;}

.product-nav li a{ height: 50px; line-height: 50px; font-size: 1.6em; padding: 0 30px;}
.product-nav li a span{ padding-left: 30px;}
.product-nav li a span i{ height: 20px; width: 30px;}

.hz-box3 .box .img{ width: 530px;}
.hz-box4 .box li{ width: calc(14.2857% - 6%);}
.hz-box4 .box li+li{ margin-left: 7%;}
.hz-box4 .box li:nth-child(2n){ margin-top: calc(18%);}

.pc160 .box1 .text .t, .pc160 .box2 .text .t, .pc160 .box3 .text1 .t, .pc160 .box3 .text2 .t, .pc160 .box4 .text .t, .pc160 .box5 .text .t, .pc160 .box6 .text .t, .pc160 .box7 .text .t, .pc160 .box8 .text .t, .pc160 .box9 .text .t, .pc160 .box10 .text .t, .pc160 .box11 .text .t{ font-size: 3em;}
.pc160 .box1 .text .p{ font-size: 1.8em;}
.pc160 .box2 .text{ width: 24.5%;}
.pc160 .box3 .text2{ width: 26.8%;}
.pc160 .box8 .text{ top: 7.2vw; width: 35.5%;}
.pc160 .box9 .text{ top: 5vw; width: 32.5%;}
.pc160 .box9 .text .icon{ width: 20.7%;}
}
@media (max-width:1199px) and (min-width:992px){
.header .logo{ width: 20%;}
.header .pc-nav{ width: 58%;}
.header .pc-nav li{ padding: 0 2px;}
.header .pc-nav li > a{ font-size: 1.4em;}
.header .pc-nav li .nav-box{ width: 120px;}
.header .pc-search{ width: 4%;}
.header .tel{ padding-left: 35px; font-size: 1.8em;}
.banner{ height: 400px;}

.index-title .cn{ font-size: 2.6em;}
.index-title .en{ font-size: 1.6em;}

.i-product{ padding: 50px 0;}
.i-product .box .hot{ width: 420px; height: 310px;}
.i-product .box .hot .title{ height: 60px; line-height: 60px; font-size: 2em;}
.i-product .box .list{ width: 490px;}
.i-product .box .list ul{ margin: -10px;}
.i-product .box .list li{ padding: 10px; height: 165px;}
.i-product .box .list li .title{ height: 45px; line-height: 45px; font-size: 1.6em; font-weight: normal;}

.i-about{ padding: 40px 0;}
.i-about .iabout-box{ width: 560px;}
.i-about .iabout-box .title{ font-size: 2.6em; height: 76px; line-height: 76px;}
.i-about .iabout-box .list li{ width: calc(25% - 8%);}
.i-about .iabout-box .list li+li{ margin-left: 10.333%;}
.i-about .iabout-img{ width: 380px;}

.i-advantage{ padding: 50px 0;}
.i-advantage .box .img{ width: 420px; height: 300px;}
.i-advantage .box .list{ width: 490px;}
.i-advantage .box .list ul{ margin: -15px;}
.i-advantage .box .list li{ padding: 15px;}
.i-advantage .box .list li span{ font-size: 1.8em; height: 80px; line-height: 80px;}
.i-advantage .box .list li span i{ font-size: 2rem;}

.i-app_download .box .img{ width: 60%; height: auto;}
.i-app_download .box .text{ width: 40%; padding-left: 30px;}
.i-app_download .box .text .wx{ padding-top: 20px;}
.i-app_download .box .text .btns a{ width: 100%; padding: 0 18px; margin-top: 12px;}

.i-qa{ padding-bottom: 20px;}
.i-qa .list li{ padding: 10px 0;}
.i-qa .list li span{ font-size: 1.8em; width: 10%;}
.i-qa .list li p{ width: 90%;}

.i-need{ padding: 50px 0;}

.foot-nav dl{ width: calc(20% - 3.5%);}
.foot-nav dl+dl{ margin-left: 4.3%;}
.foot-contact .tel{ font-size: 2.6em; background-size: 28px; padding-left: 38px; line-height: 30px;}

.page-banner{ height: 350px;}
.page-banner .page-banner-text .t{ font-size: 3em;}
.page-banner .page-banner-text .line{ margin-top: 15px;}
.page-banner .page-banner-text .line i{ height: 4px; width: 80px;}

.product-nav li a{ height: 50px; line-height: 50px; font-size: 1.6em; padding: 0 30px;}
.product-nav li a span{ padding-left: 30px;}
.product-nav li a span i{ height: 20px; width: 30px;}

.product-list{ margin: 30px 0 20px;}
.product-list li .img{ height: 200px;}
.product-list li .t{ font-size: 1.8em; padding: 15px 0;}

.hz-box1 .box .hd li .icon{ width: 70px; height: 70px;}
.hz-box1 .box .hd li .t{ font-size: 1.6em;}
.hz-box1 .box .hd li .line::before{ border-right: 10px solid transparent; border-left: 10px solid transparent;}
.hz-box1 .box .bd .bd-box li b{ font-size: 8em; line-height: 62px;}
.hz-box1 .box .bd .bd-box li p{ font-size: 1.6em;}
.hz-box2 .list li .box .icon{ height: 70px;}
.hz-box2 .list li .box .t{ font-size: 2em;}
.hz-box3 .box .left, .hz-box3 .box .right{ width: 260px;}
.hz-box3 .box .img{ width: 420px; height: 260px;}
.hz-box3 .box li{ width: 100%; height: auto; line-height: 24px; padding: 12px 10px 12px 35px;}
.hz-box3 .box .left li+li{ margin-top: 16px;}
.hz-box3 .box .right li+li{ margin-top: 70px;}
.hz-box4 .box li{ width: calc(14.2857% - 3%);}
.hz-box3 .box li i{ font-size: 2em;}
.hz-box4 .box li+li{ margin-left: 3.5%;}
.hz-box4 .box li:nth-child(2n){ margin-top: calc(23%);}
.hz-box5 .list li a{ height: 110px;}

.app_download-box1 .box{ padding: 50px 5% 0;}
.app_download-box1 .box .text .other .btns{ margin-top: 0;}

.service-box .list li .frame{ padding: 40px;}
.contact-box .box li .frame .t{ font-size: 2em;}
.contact-box .box li .frame .p{ font-size: 1.4em;}

.download-box .list li .box{ width: 85%;}
.download-box .list li .icon{ width: 15%;}

.pc160 .box1 .text .t, .pc160 .box2 .text .t, .pc160 .box3 .text1 .t, .pc160 .box3 .text2 .t, .pc160 .box4 .text .t, .pc160 .box5 .text .t, .pc160 .box6 .text .t, .pc160 .box7 .text .t, .pc160 .box8 .text .t, .pc160 .box9 .text .t, .pc160 .box10 .text .t, .pc160 .box11 .text .t{ font-size: 2.6em;}
.pc160 .box1 .text .p, .pc160 .box2 .text .p, .pc160 .box3 .text1 .p, .pc160 .box3 .text2 .p, .pc160 .box4 .text .p, .pc160 .box5 .text .p, .pc160 .box6 .text .p, .pc160 .box7 .text .p, .pc160 .box8 .text .p, .pc160 .box9 .text .p, .pc160 .box10 .text .p, .pc160 .box11 .text .p{ font-size: 1.6em; margin-top: 10px;}
.pc160 .box1 .text .p{ font-size: 1.8em; margin-top: 10px;}
.pc160 .box2 .text{ width: 24.5%; bottom: 2vw;}
.pc160 .box3 .text1{ width: 24.8%;}
.pc160 .box3 .text2{ width: 26.8%;}
.pc160 .box5 .text{ bottom: 6.5vw;}
.pc160 .box6 .text{ width: 32%; bottom: 14.5vw;}
.pc160 .box7 .text{ width: 36.5%; right: 10%;}
.pc160 .box8 .text{ top: 4.2vw; width: 48.5%; z-index: 2;}
.pc160 .box9 .text{ top: 2vw; width: 42.5%;}
.pc160 .box9 .text .icon{ width: 15.7%;}
.pc160 .box10 .text{ width: 25.5%; top: 4vw;}
.pc160 .box11 .text{ top: 7vw; width: 28.5%; right: 10%;}

}
@media (max-width:991px) and (min-width: 768px){
.header{ height: 100px; width: 100%;}
.header .container{ width: 100%; padding: 0 15px;}
.header .logo{ width: 74.6%; height: 100px; line-height: 100px;}
.header .logo img{ height: 44px;}
.header .pc-nav{ display: none;}
.header .pc-search{ display: none;}
.header .tel{ display: none;}
.header .search{ height: 100px; line-height: 100px;}
.header .nav-btn{ height: 100px; line-height: 100px;}
.nav .nav-top{ height: 100px; line-height: 100px;}
.banner{ height: 320px; margin-top: 100px;}

.index-title .cn{ font-size: 2.2em;}
.index-title .en{ font-size: 1.4em; margin-top: 5px;}

.i-product{ padding: 30px 0;}
.i-product .box{ margin-top: 30px;}
.i-product .box .hot{ width: 340px; height: 270px;}
.i-product .box .hot .title{ height: 50px; line-height: 50px; font-size: 1.8em;}
.i-product .box .list{ width: 360px;}
.i-product .box .list ul{ margin: -10px;}
.i-product .box .list li{ padding: 10px; height: 145px;}
.i-product .box .list li .title{ height: 45px; line-height: 45px; font-size: 1.4em; font-weight: normal;}

.i-about{ padding: 30px 0;}
.i-about .iabout-box{ width: 490px; padding-right: 30px;}
.i-about .iabout-box .title{ font-size: 2.4em; height: 60px; line-height: 60px;}
.i-about .iabout-box .list li{ width: calc(25% - 6%);}
.i-about .iabout-box .list li+li{ margin-left: 8%;}
.i-about .iabout-img{ width: 230px; height: 320px;}

.i-advantage{ padding: 30px 0;}
.i-advantage .box .img{ width: 280px; height: 300px;}
.i-advantage .box .list{ width: 410px;}
.i-advantage .box .list ul{ margin: -15px;}
.i-advantage .box .list li{ padding: 15px;}
.i-advantage .box .list li span{ font-size: 1.8em; height: 80px; line-height: 80px;}
.i-advantage .box .list li span i{ font-size: 2rem;}

.i-other{ padding-top: 30px;}
.i-app_download .box .img{ width: 50%; height: auto;}
.i-app_download .box .text{ width: 50%; padding-left: 30px;}
.i-app_download .box .text .wx{ padding: 20px 20px 0;}
.i-app_download .box .text .btns a{ width: 100%; padding: 0 16px; margin-top: 12px; font-size: 1.3em;}
.i-app_download .box .text .btns a.android span{ background-size: 18px;}
.i-app_download .box .text .btns a.ios span{ background-size: 16px;}


.i-qa{ padding-bottom: 20px; padding-left: 30px;}
.i-qa .list{ margin-top: 30px; padding: 15px 30px 20px;}
.i-qa .list li{ padding: 10px 0;}
.i-qa .list li span{ font-size: 1.8em; width: 12%;}
.i-qa .list li p{ width: 88%;}
.i-qa .list li .q p{ font-weight: normal;}
.i-qa .list li .a p{ font-size: 1.3em; line-height: 1.75; height: 42px;}

.i-need{ padding: 30px 0;}
.i-need .box{ margin-top: 30px;}
.i-need .box .message{ padding: 28px 20px;}
.i-need .box .message .t{ font-size: 1.8em;}
.i-need .box .message .list ul{ margin: -9px -5px;}
.i-need .box .message .list li{ padding: 9px 5px;}
.i-need .box .message .list li:last-child input{ font-size: 1.4em;}

.foot-nav{ display: none;}
.foot-contact{ width: 70%; padding-left: 0;}
.foot-contact .tel{ font-size: 2.6em; background-size: 28px; padding-left: 38px; line-height: 30px;}
.foot-wx{ width: 30%; padding-left: 10%;}

.page-banner{ height: 300px; margin-top: 100px;}
.page-banner .page-banner-text .t{ font-size: 2.6em;}
.page-banner .page-banner-text .line{ margin-top: 10px;}
.page-banner .page-banner-text .line i{ height: 2px; width: 80px;}
.page-banner .mbx{ height: 45px; line-height: 45px;}

.product-box{ padding: 30px 0;}
.product-nav li{ margin-right: 15px;}
.product-nav li a{ height: 40px; line-height: 40px; font-size: 1.4em; padding: 0 15px;}
.product-nav li a span{ padding-left: 26px;}
.product-nav li a span i{ height: 16px; width: 26px;}

.product-list{ margin: 20px 0 10px;}
.product-list li{ width: 50%;}
.product-list li .img{ height: 230px;}
.product-list li .t{ font-size: 1.8em; padding: 15px 0;}

.hz-box1 .top, .hz-box2 .top, .hz-box3 .top, .hz-box4 .top, .hz-box5 .top{ font-size: 2.4em; line-height: 24px;}
.hz-box1 .box .hd li .icon{ width: 60px; height: 60px;}
.hz-box1 .box .hd li .t{ font-size: 1.6em;}
.hz-box1 .box .hd li .line{ margin-top: 20px;}
.hz-box1 .box .hd li .line::before{ border-bottom: 10px solid #1faf7e; border-right: 8px solid transparent; border-left: 8px solid transparent;}
.hz-box1 .box .bd .bd-box{ height: 270px;}
.hz-box1 .box .bd .bd-box li{ height: 270px;}
.hz-box1 .box .bd .bd-box li b{ font-size: 6em; line-height: 48px;}
.hz-box1 .box .bd .bd-box li p{ font-size: 1.4em;}
.hz-box2 .list li{ width: 50%;}
.hz-box2 .list li:nth-child(-n+2){ margin-bottom: 20px;}
.hz-box2 .list li .box .icon{ height: 70px;}
.hz-box2 .list li .box .t{ font-size: 2em;}
.hz-box3 .box .left, .hz-box3 .box .right{ width: 180px; padding-top: 12px;}
.hz-box3 .box .img{ width: 360px; height: 200px;}
.hz-box3 .box li{ width: 100%; height: auto; line-height: 20px; padding: 12px 10px 12px 35px; font-size: 1.4em;}
.hz-box3 .box li i{ font-size: 1.8em;}
.hz-box3 .box .left li+li{ margin-top: -6px;}
.hz-box3 .box .right li+li{ margin-top: 48px;}
.hz-box4 .box li{ width: calc(14.2857% - 3%);}
.hz-box4 .box li+li{ margin-left: 3.5%;}
.hz-box4 .box li:nth-child(2n){ margin-top: calc(30.5%);}
.hz-box4 .box li .t{ font-size: 1.6em; font-weight: normal;}
.hz-box5 .list li{ width: 33.3333%;}
.hz-box5 .list li a{ height: 110px;}

.app_download-box1 .top, .app_download-box2 .top{ font-size: 2.4em; line-height: 24px;}
.app_download-box1 .box{ padding: 40px 5% 0;}
.app_download-box1 .box .text .other{ margin-top: 0;}
.app_download-box1 .box .text .other .btns{ width: 100%;}
.app_download-box1 .box .text .other .ewm{ margin: 30px 0 20px;}

.service-box .top, .qa-box .top, .contact-box .top{ font-size: 2.4em; line-height: 24px;}
.service-box .list li .frame{ padding: 30px;}
.service-box .list li .frame .icon{ height: 50px;}
.service-box .list li .frame .t{ font-size: 1.8em;}
.service-box .list li .frame .p{ font-size: 1.4em; min-height: 72px;}
/* .qa-box .box{ padding: 30px;}
.qa-box .box .list li{ height: 40px; line-height: 40px; width: 50%;}
.qa-box .box .list li a{ font-size: 1.4em;} */
.contact-box .box li{ width: 50%;}
.contact-box .box li:nth-child(-n+2){ margin-bottom: 20px;}
.contact-box .box li .frame .t{ font-size: 2em;}
.contact-box .box li .frame .p{ font-size: 1.4em;}

.wd-box .top{ font-size: 2.4em; line-height: 24px;}
.wd-box .form li select{ height: 45px; line-height: 45px; font-size: 1.4em; padding: 0 20px;}
.wd-box .form li i{ font-size: 2em;}
.wd-box .form li input[type="text"]{ height: 45px; font-size: 1.4em; padding: 0 20px;}
.wd-box .form li input[type="submit"]{ height: 45px; font-size: 1.4em;}
.wd-box .wd-map li{ padding: 10px 30px 25px;}
.wd-box .wd-map li .title{ padding: 20px 0;}
.wd-box .wd-map li .title span{ font-size: 2em;}
.wd-box .wd-map li .text dd.dz{ width: calc(40% - 2%);}
.wd-box .wd-map li .text dd.time, .wd-box .wd-map li .text dd.tel{ width: calc(30% - 2%);}
.wd-box .wd-map li .text dd+dd{ margin-left: 3%;}

.download-box .top{ font-size: 2.4em; line-height: 24px;}
.download-box .list li .box{ width: 82%;}
.download-box .list li .icon{ width: 18%; padding: 2.5% 30px 0 5%;}

.qa-list .top{ font-size: 2.4em; line-height: 24px;}

.pro-con-box{ margin-top: 100px;}
.pc160 .box1 .text .t, .pc160 .box2 .text .t, .pc160 .box3 .text1 .t, .pc160 .box3 .text2 .t, .pc160 .box4 .text .t, .pc160 .box5 .text .t, .pc160 .box6 .text .t, .pc160 .box7 .text .t, .pc160 .box8 .text .t, .pc160 .box9 .text .t, .pc160 .box10 .text .t, .pc160 .box11 .text .t{ font-size: 2.4em;}
.pc160 .box1 .text{ width: 50%; top: 5vw; right: 16.5%;}
.pc160 .box1 .text .p, .pc160 .box2 .text .p, .pc160 .box3 .text1 .p, .pc160 .box3 .text2 .p, .pc160 .box4 .text .p, .pc160 .box5 .text .p, .pc160 .box6 .text .p, .pc160 .box7 .text .p, .pc160 .box8 .text .p, .pc160 .box9 .text .p, .pc160 .box10 .text .p, .pc160 .box11 .text .p{ font-size: 1.4em; line-height: 26px; margin-top: 10px;}
.pc160 .box2 .text{ width: 32.5%; right: 12%; bottom: 0;}
.pc160 .box3 .text1{ width: 30%; left: 10%;}
.pc160 .box3 .text2{ width: 35.8%; right: 10%; top: 2.2vw;}
.pc160 .box4 .text{ width: 30%; bottom: 8vw; left: 12%;}
.pc160 .box5 .text{ bottom: 4.5vw; right: 6%; width: 34.5%;}
.pc160 .box6 .text{ width: 30%;}
.pc160 .box7 .text{ width: 45%; right: 2%;}
.pc160 .box8 .text{ top: 5.2vw; width: 70.5%; left: 10%; z-index: 2;}
.pc160 .box9 .text{ top: 4vw; width: 54.5%;}
.pc160 .box9 .text .icon{ width: 10.7%; margin-bottom: 20px;}
.pc160 .box10 .text{ width: 42.5%; top: 4vw; left: 10%;}
.pc160 .box10 .text .icon{ margin-bottom: 20px; width: 14.2%;}
.pc160 .box11 .text{ width: 42.5%; right: 2%;}
.pc160 .box11 .text .icon{ width: 20%; margin-bottom: 20px;}

}
@media (max-width: 767px){
.header{ height: 60px; background: #fff; width: 100%; box-shadow: 0 3px 5px rgba(0,0,0,.15);}
.header .logo{ width: 78%; height: 60px; line-height: 52px;}
.header .logo img{ height: 30px;}
.header .pc-nav, .header .pc-search, .header .tel{ display: none;}
.header .search{ height: 60px; line-height: 60px; width: 8.33333333%; padding: 0 5px;}

.banner{ margin-top: 60px; height: 170px;}
.banner .swiper-pagination{ bottom: 5px;}
.banner .swiper-pagination-bullet{ width: 6px; height: 6px; margin: 0 5px !important;}
.banner .swiper-pagination-bullet-active{ width: 20px;}

.index-title .cn{ font-size: 1.8em;}
.index-title .en{ font-size: 1.2em; margin-top: 0px;}

.i-product{ padding: 20px 0;}
.i-product .box{ margin-top: 20px;}
.i-product .box .hot{ width: 100%; height: 270px;}
.i-product .box .hot .title{ height: 45px; line-height: 45px; font-size: 1.6em; font-weight: normal;}
.i-product .box .list{ width: 100%; margin-top: 20px;}
.i-product .box .list ul{ margin: -10px;}
.i-product .box .list li{ padding: 10px; height: 145px;}
.i-product .box .list li .title{ height: 45px; line-height: 45px; font-size: 1.4em; font-weight: normal;}

.i-about{ padding: 20px 0;}
.i-about .iabout-box{ width: 100%; padding-right: 0;}
.i-about .iabout-box .title{ font-size: 1.8em; height: 50px; line-height: 50px;}
.i-about .iabout-box .list li{ width: 50%; margin-bottom: 15px; padding: 0 15px;}
.i-about .iabout-box .list li+li{ margin-left: 0;}
.i-about .iabout-img{ width: 100%; height: 220px;}

.i-advantage{ padding: 20px 0;}
.i-advantage .box{ margin-top: 20px;}
.i-advantage .box .img{ width: 100%; height: 250px;}
.i-advantage .box .list{ width: 100%; margin-top: 15px;}
.i-advantage .box .list ul{ margin: -5px;}
.i-advantage .box .list li{ padding: 5px;}
.i-advantage .box .list li span{ font-size: 1.4em; font-weight: normal; height: 60px; line-height: 60px;}
.i-advantage .box .list li span i{ font-size: 1.8rem;}

.i-other{ padding-top: 20px;}
.i-other .index-title{ text-align: center;}
.i-app_download{ width: 100%;}
.i-app_download .box .img{ width: 50%; height: auto;}
.i-app_download .box .text{ width: 50%; padding-left: 30px;}
.i-app_download .box .text .wx{ padding: 20px 20px 0;}
.i-app_download .box .text .btns a{ width: 100%; padding: 0; margin-top: 12px; font-size: 1.3em; text-align: center;}

.i-qa{ padding-bottom: 20px; padding-left: 0; width: 100%; margin-top: 20px;}
.i-qa .list{ margin-top: 20px; padding: 15px 30px 20px;}
.i-qa .list li{ padding: 10px 0;}
.i-qa .list li span{ font-size: 1.8em; width: 12%;}
.i-qa .list li p{ width: 88%;}
.i-qa .list li .q p{ font-weight: normal;}
.i-qa .list li .a p{ font-size: 1.3em; line-height: 1.75; height: 42px;}
.i-qa .list .btns a{ font-size: 1.3em;}

.i-need{ padding: 20px 0;}
.i-need .box{ margin-top: 20px;}
.i-need .box .message{ padding: 28px 20px; width: 100%;}
.i-need .box .message .t{ font-size: 1.8em;}
.i-need .box .message .list ul{ margin: -9px -5px;}
.i-need .box .message .list li{ padding: 9px 5px;}
.i-need .box .message .list li:last-child input{ font-size: 1.4em;}
.i-need .box .map{ width: 100%; height: 280px;}

.footer{ padding: 20px 0;}
.foot-nav{ display: none;}
.foot-contact{ width: 65%; padding-left: 0;}
.foot-contact .tel{ font-size: 1.8em; background-size: 18px; padding-left: 28px; line-height: 30px;}
.foot-contact dt{ font-size: 1.6em; font-weight: normal;}
.foot-contact dd{ font-size: 1.2em; line-height: 24px;}
.foot-wx{ width: 35%; padding-left: 6%;}

.page-banner{ height: 160px; margin-top: 60px;}
.page-banner .page-banner-text{ padding: 0 15px; width: 100%; transform: translateY(-98%);}
.page-banner .page-banner-text .t{ font-size: 2em;}
.page-banner .page-banner-text .line{ margin-top: 5px; height: 5px; line-height: 5px;}
.page-banner .page-banner-text .line i{ height: 1px; width: 50px;}
.page-banner .mbx{ height: 40px; line-height: 40px;}
.page-banner .mbx .box{ font-size: 1.2em;}

.product-box{ padding: 30px 0;}
.product-nav li{ margin-right: 10px; margin-bottom: 10px;}
.product-nav li a{ height: 40px; line-height: 40px; font-size: 1.4em; padding: 0 10px;}
.product-nav li a span{ padding-left: 26px;}
.product-nav li a span i{ height: 16px; width: 26px;}

.product-list{ margin: 20px 0 10px;}
.product-list li{ width: 100%;}
.product-list li .img{ height: 230px;}
.product-list li .t{ font-size: 1.5em; font-weight: normal; padding: 15px 0;}

.pager-list li>*{ padding: 0 12px !important;}

.hz-box1 .top, .hz-box2 .top, .hz-box3 .top, .hz-box4 .top, .hz-box5 .top{ font-size: 1.8em; line-height: 20px;}
.hz-box1{ padding: 20px 0;}
.hz-box1 .text{ margin-top: 15px;}
.hz-box1 .box{ margin-top: 15px;}
.hz-box1 .box .hd li .icon{ width: 40px; height: 40px;}
.hz-box1 .box .hd li .t{ font-size: 1.4em; margin-top: 5px;}
.hz-box1 .box .hd li .line{ margin-top: 20px; height: 2px;}
.hz-box1 .box .hd li .line::before{ bottom: 2px; border-bottom: 8px solid #1faf7e; border-right: 6px solid transparent; border-left: 6px solid transparent;}
.hz-box1 .box .bd{ margin-top: 15px;}
.hz-box1 .box .bd .bd-box{ height: 180px;}
.hz-box1 .box .bd .bd-box li{ height: 180px;}
.hz-box1 .box .bd .bd-box li b{ font-size: 2.8em; line-height: 30px;}
.hz-box1 .box .bd .bd-box li p{ font-size: 1.2em; padding: 0 10px; margin-top: 10px;}
.hz-box2{ padding: 20px 0;}
.hz-box2 .list{ margin-top: 15px;}
.hz-box2 .list li{ width: 100%;}
.hz-box2 .list li{ margin-bottom: 15px;}
.hz-box2 .list li .box{ padding: 20px 15px; border-radius: 10px;}
.hz-box2 .list li .box .icon{ height: 50px;}
.hz-box2 .list li .box .t{ font-size: 1.6em; margin-top: 20px;}
.hz-box3{ padding: 20px 0;}
.hz-box3 .box{ margin-top: 20px;}
.hz-box3 .box .left, .hz-box3 .box .right{ width: 100%; padding-top: 15px;}
.hz-box3 .box .img{ display: none;}
.hz-box3 .box .left ul, .hz-box3 .box .right ul{ width: 100%;}
.hz-box3 .box li{ width: 100%; height: auto; line-height: 20px; padding: 12px 10px 12px 35px; font-size: 1.4em;}
.hz-box3 .box li i{ font-size: 1.8em;}
.hz-box3 .box .left li+li{ margin-top: 15px;}
.hz-box3 .box .right li+li{ margin-top: 15px;}
.hz-box4{ padding: 20px 0 0;}
.hz-box4 .box{ margin-top: 20px; padding: 0 25px; height: 340px;}
.hz-box4 .box li{ width: calc(14.2857% - 3%);}
.hz-box4 .box li+li{ margin-left: 3.5%;}
.hz-box4 .box li:nth-child(2n){ margin-top: calc(49.5%);}
.hz-box4 .box li .line{ height: 50px; width: 4px;}
.hz-box4 .box li .t{ font-size: 1.3em; font-weight: normal;}
.hz-box5{ padding: 20px 0;}
.hz-box5 .list{ margin-top: 20px;}
.hz-box5 .list ul{ margin: -7.5px;}
.hz-box5 .list li{ width: 50%; padding: 7.5px;}
.hz-box5 .list li a{ height: 88px;}

.download-box{ padding: 20px 0;}
.app_download-box1 .top, .app_download-box2 .top{ font-size: 1.8em; line-height: 20px;}
.app_download-box1 .box{ padding: 20px 3% 0; margin-top: 20px;}
.app_download-box1 .box .img{ width: 100%; height: 300px;}
.app_download-box1 .box .text{ width: 100%; padding-left: 0;}
.app_download-box1 .box .text .other{ margin-top: 0;}
.app_download-box1 .box .text .other .btns{ margin-top: 30px;}
.app_download-box1 .box .text .other .ewm{ margin: 20px 0;}
.app_download-box2{ margin-top: 25px;}
.app_download-box2 .box{ margin-top: 20px;}
.app_download-box2 .box .text{ width: 100%;}
.app_download-box2 .box .img{ width: 100%; margin-top: 30px;}
.app_download-box2 .box .text li{ margin-top: 30px;}
.app_download-box2 .box .text li:first-child{ margin-top: 0;}
.app_download-box2 .box .text li .btns a{ padding: 0 15px; margin-top: 12px; font-size: 1.3em;}

.service-box .top, .qa-box .top, .contact-box .top{ font-size: 1.8em; line-height: 20px;}
.service-box{ padding-top: 30px;}
.service-box .list{ margin-top: 20px;}
.service-box .list li{ width: 100%;}
.service-box .list li+li{ margin-top: 15px;}
.service-box .list li .frame{ padding: 30px;}
.service-box .list li .frame .icon{ height: 50px;}
.service-box .list li .frame .t{ font-size: 1.8em;}
.service-box .list li .frame .p{ font-size: 1.4em; min-height: auto;}
.qa-box{ padding-top: 30px;}
.qa-box .box{ /*padding: 20px;*/ margin-top: 20px;}
/* .qa-box .box .list ul{ margin: 0 -15px;}
.qa-box .box .list li{ height: 40px; line-height: 40px; width: 50%;}
.qa-box .box .list li a{ font-size: 1.4em;}
.qa-box .box .list li i{ width: 4px; height: 4px;} */
.qa-box .box .list li{ padding: 0 15px;}
.qa-box .box .list li .q{ padding: 15px 25px 15px 30px; line-height: 30px; font-size: 1.5em; font-weight: normal;}
.qa-box .box .list li .q i{ width: 24px; height: 24px; background-size: cover;}
.qa-box .box .list li .q span{ width: 20px; height: 20px;}
.qa-box .box .list li .q span em{ font-size: 1em;}
.qa-box .box .list li.on .q i{ background-size: cover;}
.qa-box .box .list li .a{ padding: 15px 0 20px 30px;}
.qa-box .box .list li .a i{ width: 24px; height: 24px; background-size: cover;}
.qa-box .box .list li.on .a i{ background-size: cover;}
.qa-box .box .btns{ margin-top: 20px;}
.qa-box .box .btns a{ font-size: 1.2em;}
.contact-box{ padding: 30px 0 20px;}
.contact-box .box{ margin-top: 20px;}
.contact-box .box li{ width: 100%; margin-bottom: 20px;}
.contact-box .box li:last-child{ margin-bottom: 0;}
.contact-box .box li .frame{ padding: 20px 0;}
.contact-box .box li .frame .icon{ height: 45px;}
.contact-box .box li .frame .t{ font-size: 1.6em; font-weight: normal;}
.contact-box .box li .frame .p{ font-size: 1.2em;}

.wd-box{ padding: 30px 0;}
.wd-box .top{ font-size: 1.8em; line-height: 20px;}
.wd-box .form{ margin-top: 20px;}
.wd-box .form ul{ margin: 0 -5px;}
.wd-box .form li{ width: 50%; padding: 0 5px;}
.wd-box .form li:nth-child(-n+2){ margin-bottom: 10px;}
.wd-box .form li select{ height: 45px; line-height: 45px; font-size: 1.4em; padding: 0 20px;}
.wd-box .form li i{ font-size: 2em;}
.wd-box .form li input[type="text"]{ height: 45px; font-size: 1.4em; padding: 0 20px;}
.wd-box .form li input[type="submit"]{ height: 45px; font-size: 1.4em;}
.wd-box .wd-map li{ padding: 10px 15px 15px;}
.wd-box .wd-map li .title{ padding: 20px 0;}
.wd-box .wd-map li .title span{ font-size: 1.6em; width: 65%;}
.wd-box .wd-map li .text{ margin-top: 15px;}
.wd-box .wd-map li .text dd.dz{ width: 100%; height: 50px; }
.wd-box .wd-map li .text dd.time, .wd-box .wd-map li .text dd.tel{ width: 100%; height: 30px; margin-top: 10px;}
.wd-box .wd-map li .text dd+dd{ margin-left: 0;}
.wd-box .wd-map li .map{ margin-top: 15px;}

.download-box .top{ font-size: 1.8em; line-height: 20px;}
.download-box .list{ margin-bottom: 20px;}
.download-box .list li{ padding: 15px 0;}
.download-box .list li .box{ width: 85%; padding-left: 0;}
.download-box .list li .box .t{ font-size: 1.6em;}
.download-box .list li .box .p{ margin-top: 5px; font-size: 1.3em;}
.download-box .list li .box .other{ margin-top: 10px;}
.download-box .list li .box .other span{ font-size: 1.2em;}
.download-box .list li .box .other span+span{ margin-left: 10px;}
.download-box .list li .icon{ width: 15%; padding: 5% 0 0 7%;}
.download-box .list li .icon .img{ padding: 0 5px;}
.download-box .list li .icon .t{ font-size: 1.2em;}

.qa-list{ padding: 30px 0;}
.qa-list .top{ font-size: 1.8em; line-height: 20px;}
.qa-list .list{ margin-top: 20px;}
.qa-list .list li{ padding: 0 15px;}
.qa-list .list li .q{ padding: 15px 25px 15px 30px; line-height: 30px; font-size: 1.5em; font-weight: normal;}
.qa-list .list li .q i{ width: 24px; height: 24px; background-size: cover;}
.qa-list .list li .q span{ width: 20px; height: 20px;}
.qa-list .list li .q span em{ font-size: 1em;}
.qa-list .list li.on .q i{ background-size: cover;}
.qa-list .list li .a{ padding: 15px 0 20px 30px;}
.qa-list .list li .a i{ width: 24px; height: 24px; background-size: cover;}
.qa-list .list li.on .a i{ background-size: cover;}

.pro-con-box{ margin-top: 60px;}
.pc160 .frame .bg{ height: 85.855vw;}
.pc160 .box1 .text .t, .pc160 .box2 .text .t, .pc160 .box3 .text1 .t, .pc160 .box3 .text2 .t, .pc160 .box4 .text .t, .pc160 .box5 .text .t, .pc160 .box6 .text .t, .pc160 .box7 .text .t, .pc160 .box8 .text .t, .pc160 .box9 .text .t, .pc160 .box10 .text .t, .pc160 .box11 .text .t{ font-size: 1.8em;}
.pc160 .box1 .text{ width: 75%; top: 15vw; right: 10.5%;}
.pc160 .box1 .img{ bottom: 6vw; right: 10%; width: 58.84%;}
.pc160 .box1 .text .p, .pc160 .box2 .text .p, .pc160 .box3 .text1 .p, .pc160 .box3 .text2 .p, .pc160 .box4 .text .p, .pc160 .box5 .text .p, .pc160 .box6 .text .p, .pc160 .box7 .text .p, .pc160 .box8 .text .p, .pc160 .box9 .text .p, .pc160 .box10 .text .p, .pc160 .box11 .text .p{ font-size: 1.4em; margin-top: 5px; line-height: 24px;}
.pc160 .box2 .text{ width: 80.5%; right: inherit; left: 10.5%; bottom: 38vw;}
.pc160 .box2 .img{ width: 46.74%; left: 26%;}
.pc160 .box3 .text1{ width: 42%; left: 5%; background: rgba(255,255,255,.75);}
.pc160 .box3 .text2{ width: 45.8%; right: 5%; background: rgba(255,255,255,.75);}
.pc160 .box4 .text{ width: 52%; bottom: 34vw; left: 6%;}
.pc160 .box4 .img{ right: 6%; width: 54.58%;}
.pc160 .box5 .text{ top: 5.5vw; bottom: inherit; right: 6%; width: 86.5%;}
.pc160 .box5 .img{ width: 48.95%; left: 6%;}
.pc160 .box6 .text{ width: 80%; bottom: inherit; top: 10vw; left: 10%;}
.pc160 .box6 .img{ width: 50%;}
.pc160 .box7 .text{ width: 70%; background: rgba(255,255,255,.75);}
.pc160 .box8 .text{ top: 7.2vw; width: 86.5%; z-index: 2; left: 6%;}
.pc160 .box8 .img{ right: 6%; bottom: 10vw;}
.pc160 .box9 .text{ top: 5vw; width: 86.5%; right: 6%; background: rgba(255,255,255,.75);}
.pc160 .box9 .text .icon{ width: 10.7%; margin-bottom: 20px;}
.pc160 .box9 .img{ bottom: 16vw; left: 6%; width: 38.65%;}
.pc160 .box10 .text{ width: 70.5%; top: 5vw; left: 6%;}
.pc160 .box10 .text .icon{ margin-bottom: 20px; width: 12%;}
.pc160 .box10 .img{ right: 10%; bottom: 8vw;}
.pc160 .box11 .text{ width: 70.5%; top: 6vw; right: 24%;}
.pc160 .box11 .text .icon{ width: 15%; margin-bottom: 10px;}
.pc160 .box11 .img{ bottom: 22vw; width: 50.95%; left: 40%;}

}