* {
    margin: 0;
    padding: 0;
    border: 0
}
html,body,header {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    word-spacing: 1px;
    color: #000;
    width: 100%;
    height: auto;
    background: #fff;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
h1,h2,h3,h4 {
    font-weight: 400
}
ul,li {
	list-style: none
}
a {
	color: #000;
    text-decoration: none
}
img {
    border: none;
    display: flex
}
.body-wrapper,.login-wrapper,.slider-wrapper,.about-wrapper,.product-wrapper,.service-wrapper,.partner-wrapper,.news-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.header-wrapper,.login-body,.overview-wrapper,.about-wrapper .about-title .title,.about-wrapper .about-body .detail,.product-wrapper .product-title .title,.product-wrapper .product-body .product-list,.service-wrapper .service-title .title,.service-wrapper .service-body .detail,.partner-wrapper .partner-title .title,.partner-wrapper .partner-body .detail,.news-wrapper .news-title .title,.news-wrapper .news-body .news-list,.news-wrapper .news-page,.news-wrapper.news .news-detail,.contact-container,.contact-way-list,.footer-wrapper .footer-body{
	width: 1080px;
	margin: 0 auto;
}
.login-body{
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.login-body a{
	font-size: 12px;
	margin-left: 20px; 
}
.login-body a.agent{
	color:#31b1f4;
}
.login-body a.system{
	color:#ffc618;
}
.header-wrapper{
	height: 80px;
	overflow: hidden;
}
.header-wrapper .logo{
	width: 240px;
	height: 80px;
	float: left;
}
.header-wrapper .logo a{
	width: 100%;
	display: block;
}
.header-wrapper .logo a img{
	width: 100%;
}
.menu-wrapper{
	width: 820px;
	height: 80px;
	float: right;
}
.menu-wrapper .main-menu,.menu-wrapper .main-search{
	width: 600px;
	height: 100%;
	line-height: 80px;
	float: left;
	/* overflow: hidden; */
}
.main-menu .menu-list{
	width: 99%;
	float: right;
	/* overflow: hidden; */
}
.main-menu .menu-list .menu-item{
	position: relative;
	margin-left: 30px;
	float: left;
}
.main-menu .menu-list .menu-item a{
	color: #000;
	font-size: 16px;
}
.main-menu .menu-list .menu-item:hover>a{
	color: #378ed1;
}
.menu-wrapper .main-search{
	width: 200px;
	float: right;
}
.main-search .nav-search{
	position: relative;
	width: 120px;
	height: 36px;
	float: left;
}
.main-search .nav-lang{
	width: 36px;
	float: right;
}
.main-search .nav-lang a{
	position: relative;
	width: 100%;
	display: block;
}
.main-search .nav-search input{
	width: 100%;
	height: 26px;
	font-size: 16px;
	padding-left: 3px;
	border: 1px #ccc solid;
}
.main-search .nav-search input:focus,.main-search .nav-search input:focus-visible{
	outline: none;
}
.main-search .nav-search .icon-search{
	position: absolute;
	content: " ";
	top: 30px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-search.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
    cursor: pointer;
}
.main-search .nav-lang1 a:before{
	position: absolute;
	content: " ";
	top: 30px;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/ico-lang.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.main-search .nav-mobile a:before{
	position: absolute;
	content: " ";
	top: 24px;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-menu.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.main-search .nav-lang{
	font-size: 18px;
	color: #31b1f4;
	height: 36px;
	/*line-height: 36px;*/
}
.main-search .nav-lang:last-child{
	margin-left: 4px;
}
.main-search .nav-mobile{
	display: none;
}
.slider-wrapper .item-slider{
	width: 100%;
}
.slider-wrapper .item-slider img{
	width: 100%;
}
.slider-wrapper .move-plane{
	position: absolute;
	width: auto;
	height: 100%;
	/* background: url(../images/airplane.png);
	background-size: cover; */
	top: 0;
	right: -100%;
	animation: move-plane 3s 1;
	animation-fill-mode: forwards;
	z-index: 999
}
.slider-wrapper .move-plane img{
	height: 100%;
}
@keyframes move-plane{
	0%{
		right: -100%;
	}
	100%{
		right: -5%;
	}
}
.header-wrapper .xxx-wrapper{
	width: 930px;
	position: absolute;
	height: 120px;
	bottom: 20px;
	left: calc((100vw - 930px)/2);
}
.header-wrapper .overview-wrapper{
	
}
.overview-wrapper .video{
	width: 400px;
	height: 240px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	float: left;
	overflow: hidden;
}
.overview-wrapper .video video{
	width: 100%;
	object-fit: cover;
	display: block;
}
.overview-wrapper .video iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.overview-wrapper .overview{
	position: relative;
	width:680px;
	float: right;
}
.overview-wrapper .overview .overview-category{
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: 9999
}
.overview-wrapper .overview .overview-category div{
	width: 50%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.overview-wrapper .overview .overview-category div.network{
	background: #378ed1;
	border-top-left-radius: 10px;
}
.overview-wrapper .overview .overview-category div.partner{
	background: #2cadff;
	border-top-right-radius: 10px;
}
.overview-wrapper .overview .overview-category div span{
	font-size: 18px;
	color: #fff;
}
.overview-wrapper .overview .overview-number{
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}
.overview-wrapper .overview .overview-number .view-item{
	width: 25%;
	float: left;
	text-align: center;
}
.overview-wrapper .overview .overview-number .view-item p{
	color: #838383;
	text-align: center;
	margin-top: 20px;
}
.overview-wrapper .overview .overview-number .view-item p em{
	font-size: 32px;
	font-weight: bold;
	color: #378ed1;
	font-style: normal;
}
.overview-wrapper .service-img{
	clear: both;
	position: relative;
	width: 100%;
	padding-top: 80px;
	margin-bottom: 60px;
}
.overview-wrapper .service-img img{

	width: 80%;
	margin: 0 auto
}

.about-wrapper .about-title,.about-wrapper .about-body,.product-wrapper .product-title,.product-wrapper .product-list,.service-wrapper .service-title,.service-wrapper .service-body,.partner-wrapper .partner-title,.partner-wrapper .partner-body,.news-wrapper .news-title,.news-wrapper .news-list{
	width: 100%;
}
.about-wrapper .about-title .title h3,.product-wrapper .product-title .title h3,.service-wrapper .service-title .title h3,.partner-wrapper .partner-title .title h3,.news-wrapper .news-title .title h3{
	color: #fff;
	background: #378ed1;
	letter-spacing: 2px;
	display: inline-block;
	padding: 12px 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.login-wrapper,.about-wrapper .about-body,.product-wrapper .product-title,.service-wrapper .service-body,.partner-wrapper .partner-title,.news-wrapper{
	background: #f9f9f9;
	overflow: hidden;
}
.about-wrapper .about-body .detail,.service-wrapper .service-body .detail,.partner-wrapper .partner-body .detail{
	padding: 80px 0;
	overflow: hidden;
}
.about-wrapper .about-body .detail .about-content,.about-wrapper .about-body .detail .about-img,.service-wrapper .service-body .detail .service-content,.service-wrapper .service-body .detail .service-img,.partner-wrapper .partner-body .detail .partner-content,.partner-wrapper .partner-body .detail .partner-list{
	width: 48%;
	float: left;
}
.about-wrapper .about-body .detail .about-content .content,.service-wrapper .service-body .detail .service-content .content,.partner-wrapper .partner-body .detail .partner-content .content{
	position: relative;
	font-family:"Calibri (Body)";
	font-size: 18px;
	color: #838383;
	line-height: 1.8;
word-wrap: break-word;overflow-wrap: break-word;text-align: justify;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
}
.about-wrapper .about-body .detail .about-content .content:after,.service-wrapper .service-body .detail .service-content .content:after,.partner-wrapper .partner-body .detail .partner-content .content:after{
	position: absolute;
	content: " ";
	width: 60px;
	border-top: 3px solid #378ed1;
	margin-top: 20px;
}
.about-wrapper .about-body .detail .about-content .more,.product-wrapper .product-more .more,.service-wrapper .service-body .detail .service-content .more,.partner-wrapper .partner-body .detail .partner-content .more,.news-wrapper .news-more .more{
	color: #378ed1;
	letter-spacing: 4px;
	display: inline-block;
	font-weight: bold;
	margin: 40px 0 20px 0;
	float: right;
}
.about-wrapper .about-body .detail .about-img,.partner-wrapper .partner-body .detail .partner-list{
	float: right;
}
.about-content .about-subtitle{
	width: 100%;
	clear: both;
}
.about-content .about-subtitle h4{
	position: relative;
	font-size: 16px;
	color: #838383;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.about-content .about-subtitle h4::before{
	position: absolute;
	content: " ";
	width: 16px;
	height: 16px;
	top: 2px;
	left: -20px;
	background-image: url(../images/ico-cricle.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
}
.service-wrapper .service-body .detail .service-content{
	float: right;
}
.about-wrapper .about-body .about-img img,.service-wrapper .service-body .service-img img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
.product-wrapper .product-body,.news-wrapper .news-body{
	padding: 20px 0;
	overflow: hidden;
}
.product-wrapper .product-list .product-item,.news-wrapper .news-list .news-item{
	width: 30%;
	float: left;
	margin: 15px 5% 20px 0;
}
.product-wrapper .product-list .product-item:nth-child(3n),.news-wrapper .news-list .news-item:nth-child(3n){
	margin-right: 0;
}
.product-wrapper .product-list .product-item .product-box,.news-wrapper .news-list .news-item .news-box{
	width: 100%;
	margin:0 auto;
	border: 1px #fff solid;
	border-radius: 10px;
	margin-top: 30px;
	box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}
.product-wrapper .product-list .product-item .product-box .image,.product-wrapper .product-list .product-item .product-box .image img{
	width: 100%;
}
.product-wrapper .product-list .product-item .product-box .title{
	width: 80%;
	text-align: center;
	padding: 15px 0 10px 0;
	border-bottom: 1px #378ed1 solid;
	margin: 0 auto;
}
.product-wrapper .product-list .product-item .product-box .title h2{
	color: #378ed1;
	font-size: 24px;
	font-weight: bold;
}
.product-wrapper .product-list .product-item .product-box .content{
	width: 80%;
	padding-bottom: 30px;
	margin: 0 auto;
}
.product-item .product-box .content p{
	position: relative;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
	margin-top: 15px;
word-break: break-word;white-space: pre-wrap;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
}
.product-item .product-box .content p:before{
	position: absolute;
	content: " ";
	width: 16px;
	height: 16px;
	top: 0px;
	left: -20px;
	background-image: url(../images/ico-dh.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
}
.product-wrapper .product-more,.news-wrapper .news-more{
	width: 100%;
	text-align: center;
	clear: both;
}
.product-wrapper .product-more .more,.news-wrapper .news-more .more{
	margin: 0px 0 35px 0;
	float: none
}
.product-wrapper .product-list .product-item .product-box.curr,.product-wrapper .product-list .product-item:hover .product-box{
	border: 1px #378ed1 solid;
	margin-top: 0;
	background: #378ed1;
}
.product-wrapper .product-list .product-item .product-box,.product-wrapper .product-list .product-item:hover .product-box{
	height: 440px;
	overflow: hidden;
}
.product-wrapper .product-list .product-item .product-box.curr .title h2,.product-wrapper .product-list .product-item .product-box.curr .content,.product-wrapper .product-list .product-item:hover .product-box .title h2,.product-wrapper .product-list .product-item:hover .product-box .content{
	color: #fff;
}
.product-wrapper .product-list .product-item .product-box.curr .content p:before,.product-wrapper .product-list .product-item:hover .product-box .content p:before{
	background-image: url(../images/ico-dh-hover.png);
}
.product-wrapper .product-list .product-item .product-box.curr .title,.product-wrapper .product-list .product-item:hover .product-box .title{
	border-bottom: 1px #fff solid;
}
.partner-wrapper .partner-body .detail .partner-list{
	overflow: hidden;
}
.partner-wrapper .partner-body .detail .partner-list a{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.partner-wrapper .partner-body .detail .partner-list a:nth-child(3n){
	margin-right: 0;
}
.partner-wrapper .partner-body .detail .partner-list a img{
	width: 100%;
}
.news-wrapper .news-title{
	background: #fff;
}
.news-wrapper .news-list .news-item .news-box{
	margin-top: 0;
	overflow: hidden;
}
.news-wrapper .news-list .news-item .news-box .news-img,.news-wrapper .news-list .news-item .news-box .news-img img{
	width: 100%;
	display: block;
}
.news-wrapper .news-list .news-item .news-box .news-info{
	width: 90%;
	margin:0 auto;
	margin-top: 10px;
}
.news-wrapper .news-list .news-item .news-box .news-info .title,.news-wrapper .news-list .news-item .news-box .news-info .content{
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.news-wrapper .news-list .news-item .news-box .news-info .title{
	height: 60px;
	overflow: hidden;
}
.news-wrapper .news-list .news-item .news-box .news-info .title a{
	font-size:16px;
	font-weight: bold;
	line-height: 1.8;
}
.news-wrapper .news-list .news-item .news-box .news-info .date,.news-wrapper .news-list .news-item .news-box .news-info .content{
	font-size: 14px;
	/*color: #8e8e8e;*/
	line-height: 1.5;
}
.news-wrapper .news-list .news-item .news-box .news-info .content{
	margin-top: 5px;
	margin-bottom: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.news-wrapper .news-page{
	padding: 10px 0;
	overflow: hidden;
}
.news-wrapper .news-page .page-item{
	width: 100%;
	padding-bottom: 20px;
}
.news-wrapper .news-page .page-item a{
	display: inline-block;
	background: #FFF;
	border: 1px #e0dddd solid;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
}
.news-wrapper .news-page .page-item a:hover,.news-wrapper .news-page .page-item a.curr{
	border: 1px #378ed1 solid;
	background: #378ed1;
	color: #FFF;
}
.news-wrapper.news{
	padding-top: 30px;
}
.news-wrapper.news .news-title{
	background: #f9f9f9;
}
.news-wrapper.news .news-title .title h3{
	border-radius: 10px;
}
.news-wrapper.news .news-detail{
	border: 1px #e0dddd solid;
	padding: 30px 0;
	margin-bottom: 30px;
	border-radius: 20px;
}
.news-wrapper.news .news-detail .news-title,.news-wrapper.news .news-detail .content,.news-wrapper.news .news-detail .partner-items,.contact-way-list .content{
	width: 94%;
	margin: 0 auto;
word-wrap: break-word;overflow-wrap: break-word;text-align: justify;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
}
.news-wrapper.news .news-detail .news-title{
	border-bottom: 1px #e0dddd solid;
	padding-bottom: 10px;
}
.news-wrapper.news .news-detail .news-title h1{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.news-wrapper.news .news-detail .news-title .category{
	width: 100%;
}
.news-wrapper.news .news-detail .news-title .category span{
	color: #8e8e8e;
	margin-right: 10px;
}
.news-wrapper.news .news-detail .content,.contact-way-list .content{
	margin-top: 30px;
}
.contact-way-list .content{
	margin-bottom: 40px;
}
.news-wrapper.news .news-detail .content,.news-wrapper.news .news-detail .content *,.contact-way-list .content,.contact-way-list .content *{
	font-size: 16px;
	line-height: 1.8;
}
.contact-container, .contact-way-list{
	width: 900px;
	margin: 0 auto;
	/* border: 1px solid #848181; */
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 22px 41px -20px rgb(0 0 0 / 30%);
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-container .contact_form_container{
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.contact_form_container .contact,.contact-way-list .contact_way_item{
	width: 92%;
	margin: 0 auto;
}
.contact-container .contact_title,.contact-way-list .contact_title{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	color: #0D73B2;
	line-height: 1.7em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.contact_form_container .contact_field{
	margin-bottom: 3%;
	background-position: 50%;
	background-size: cover;
}
.contact_form_container .contact_form_label{
	display: none
}
.contact_form_container .contact_field_half{
	width: 48%;
	margin-right: 4%;
	float: left;
}
.contact_form_container .contact_field_half:nth-child(2n){
	margin-right:0;
}
.contact_form_container .contact_field input,.contact_form_container .contact_field textarea,.contact_bottom_container .contact_captcha_right input{
	-webkit-appearance: none;
	background-color: #eee;
	width: 100%;
	border: 1px solid #f9f9f9;
	color: #999;
	font-size: 14px;
	padding: 16px 0;
	border-radius: 5px;
	background-color: #f9f9f9;
	overflow: hidden;
}
.contact_form_container .contact_field textarea{
	min-height: 150px;
	display: block;
}
.contact_form_container .contact_field input:focus,.contact_form_container .contact_field textarea:focus,.contact_bottom_container .contact_captcha_right input:focus{
	color: #0A3655;
	background-color: #f1f1f1;
	outline:none;
}
.contact_form_container .contact_bottom_container{
	width: 300px;
	float: right;
	vertical-align: middle;
	overflow: hidden;
}
.contact_form_container .contact_bottom_container .contact_captcha_container{
	width: 200px;
	float: left;
	padding-top: 5px;
}
.contact_bottom_container .contact_captcha_container .contact_captcha_img{
	width: 90px;
	padding-top: 2px;
	float: left;
}
.contact_captcha_container .contact_captcha_img img{
	width: 100%;
}
.contact_form_container .contact_bottom_container .contact_captcha_right{
	width: 105px;
	float: right;
}
.contact_bottom_container .contact_captcha_right input{
	min-width: 50px;
}
.contact_bottom_container .contact_captcha_btn{
	float: right;
}
.contact_form_container .contact_bottom_container .contact_submit_button{
	color: #FFFFFF;
	border-color: RGBA(0,0,0,0);
	border-radius: 5px;
	letter-spacing: 1px;
	background-color: #0D73B2;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px;
	line-height: 1.7em!important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all!important;
	transition-property: all!important;
}
.contact-way-list .contact_way_item{
	padding-bottom: 30px;
	overflow: hidden;
}
.contact-way-list .contact_way_item .item{
	width: 48%;
	margin: 2% 4% 0 0;
	padding-bottom: 2%;
	border-bottom: 1px dashed #999;
	float: left;
}
.contact-way-list .contact_way_item .item:nth-child(2n){
	margin-right: 0
}
.contact-way-list .contact_way_item .item p{
	line-height: 1.6;
}

.news-detail .partner-items{
	overflow: hidden;
}
.news-detail .partner-items a{
	width: 126px;
	margin:9px 0;
	margin-right: 22px;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.news-detail .partner-items a:nth-child(6n){
	margin-right: 0;
}
.news-detail .partner-items a img{
	width: 100%;
}
.map_box{
	max-width: 900px;
}
.map_box .map_aspect_ratio{
	position: relative;
	width: 100%;
	height: 0;
}
.map_aspect_ratio .map_container{
	position: absolute;
	top: 0;
	left: 200px;
	right: 0;
	bottom: 0;
}
.map_aspect_ratio .map_aspec_text_inner{
	position: absolute;
	top: 20px;
	left: 3%;
}
.map_aspect_ratio .map_aspec_text_inner.map_right{
	left: unset;
	right: 3%;
}
.map_aspect_ratio .map_aspec_text_inner span{
	font-style: italic;
	line-height: 1.8;
}
.map_aspect_ratio .map_container.map_left{
	left: -2px;
}
.map_container .map_render{
	height: 100%;
}
.map_aspect_ratio .number_container{
	position: absolute;
    width: 78%;
    right: 0;
    bottom: -30px;
    background: #f9f9f9;
    border-bottom-right-radius: 20px;
}
.map_aspect_ratio .number_container.map_left{
	right: unset;
	left: 0;
	border-bottom-left-radius: 20px;
}
.map_aspect_ratio .number_container .number_counter{
	width: 25%;
	float: left;
}
.number_container .number_counter .percent,.number_container .number_counter .title{
	width: 100%;
	text-align: center;
}
.number_container .number_counter .percent-value{
	font-weight: 800;
	font-size: 50px;
	color: #0D73B2;
	text-align:center;
}
.number_container .number_counter .title{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
}

.footer-wrapper{
	position: relative;
	width: 90%;
	margin:0 auto;
	padding: 40px 0 50px 0;
}
.footer-wrapper .footer-body{
	overflow: hidden;
}
.footer-wrapper hr{
	width: 100%;
	border-bottom:1px solid #848181;
	margin: 5px 0 10px 0; 
}
.footer-wrapper .footer-body .foot-title,.footer-wrapper .footer-body .foot-social{
	width: 540px;
	float: left;
}
.footer-wrapper .footer-body .foot-link,.footer-wrapper .footer-body .foot-copyright{
	width: 360px;
	float: right;
	text-align: right;
	overflow: hidden;
}
.footer-wrapper .footer-body .foot-title h4{
	display: inline-block;
	font-size:18px;
	color: #848181
}
.footer-wrapper .footer-body .foot-link a,.foot-copyright .copyright span,.foot-copyright .beian,.foot-copyright .beian a{
	font-size: 14px;
	color: #848181
}
.footer-wrapper .footer-body .foot-link a{
	position: relative;
	margin-left: 10px;
}
.footer-wrapper .footer-body .foot-link a:after{
	position: absolute;
	content: "|";
	top: 0px;
	right: -10px;
}
.footer-wrapper .footer-body .foot-link a:last-child:after{
	display: none
}
.footer-body .foot-social a{
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 10px;
	border:1px solid #848181;
	margin-right: 40px;
}
.footer-body .foot-social a:hover{
	background: #ffc618;
	border:1px solid #ffc618;
}
.footer-body .foot-social a span.text{
	position: absolute;
	background: #ffc618;
	color: #fff;
	height: 45px;
	line-height: 45px;
	top: -2px;
	left: 45px;
	padding: 0 10px;
	border-radius: 10px;
	z-index: 9;
	display: none;
	white-space: pre;
}
.footer-wrapper .qrcode{
	position: absolute;
	background: #fff;
	color: #fff;
	width: 100px;
	height: 100px;
	top: 40px;
	left: 525px;
	border:1px solid #848181;
	padding: 5px;
	border-radius: 10px;
	z-index: 9;
	display: none;
}
.footer-wrapper .qrcode img{
	width: 100%;
}
.footer-body .foot-social a:hover span.text{
	display: block;
}
.footer-body .foot-social a:last-child{
	margin-right: 0px;
}
.footer-body .foot-social a:before{
	position: absolute;
	content: " ";
	width: 32px;
	height: 32px;
	top: 10%;
	left: 10%;
	background-image: url(../images/ico-tel.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	display: inline-block;
}
.footer-body .foot-social a.linkedin:before{
	background-image: url(../images/ico-linkedin.png);
}
.footer-body .foot-social a.linkedin:hover:before{
	background-image: url(../images/ico-wlinkedin.png);
}
.footer-body .foot-social a.facebook:hover:before{
	background-image: url(../images/ico-wfacebook.png);
}
.footer-body .foot-social a.facebook:before{
	background-image: url(../images/ico-facebook.png);
}
.footer-body .foot-social a.twitter:before{
	background-image: url(../images/ico-twitter.png);
}
.footer-body .foot-social a.twitter:hover:before{
	background-image: url(../images/ico-wtwitter.png);
}
.footer-body .foot-social a.wechat:before{
	background-image: url(../images/ico-wechat.png);
}
.footer-body .foot-social a.wechat:hover:before{
	background-image: url(../images/ico-wwechat.png);
}
.footer-body .foot-social a.phone:before{
	background-image: url(../images/ico-tel.png);
}
.footer-body .foot-social a.phone:hover:before{
	background-image: url(../images/ico-wtel.png);
}
.footer-body .foot-social a.email:before{
	background-image: url(../images/ico-mail.png);
}
.footer-body .foot-social a.email:hover:before{
	background-image: url(../images/ico-wmail.png);
}
.footer-body .foot-social a img{
	width: 100%;
}
.foot-copyright .beian{
	margin-top: 5px;
}
@media (max-width:1150px){

}
@media (max-width:971px){

}
@media (max-width:915px){

}
@media (max-width:768px){
	html, body, header{font-size: 1rem}
	.login-wrapper,.menu-wrapper .main-menu{display: none}
	.header-wrapper, .login-body, .overview-wrapper, .about-wrapper .about-title .title, .about-wrapper .about-body .detail, .product-wrapper .product-title .title, .product-wrapper .product-body .product-list, .service-wrapper .service-title .title, .service-wrapper .service-body .detail, .partner-wrapper .partner-title .title, .partner-wrapper .partner-body .detail, .news-wrapper .news-title .title, .news-wrapper .news-body .news-list, .news-wrapper .news-page, .news-wrapper.news .news-detail, .contact-container, .contact-way-list, .footer-wrapper .footer-body{
		width: 100%;
	}
	.header-wrapper{
		height: auto;
	}
	.header-wrapper .logo{
		width: 50%;
		height: 100%;
	}
	.menu-wrapper{
		width: 50%;
		height: auto;
	}
	.menu-wrapper.open .main-menu{
		width: 60%;
		position: fixed;
		overflow: hidden;
		height: auto;
		line-height: unset;
		z-index: 999;
		background: #fff;
		top: 3rem;
		left: 0;
		box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
		-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
		-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
		border-radius: 1rem;
		display: block;
	}
	.main-menu .menu-list .menu-item{
		margin-left: 0;
		float: unset;
		text-align: center;
		height: 3rem;
		line-height: 3rem;
		border-bottom: 0.01rem solid #dedede;
	}
	.main-menu .menu-list .menu-item a{
		font-size: 1.2rem;
		height: 1rem;
		line-height: 1;
	}
	.menu-wrapper.open .main-search .nav-mobile a:before{
		background-image: url(../images/ico-close.png);
	}
	.menu-wrapper .main-search{
		width: 75%;
		float: left;
		line-height: unset;
	}
	.main-search .nav-search,.overview-wrapper .overview .overview-category,.about-content .about-subtitle,.footer-wrapper .footer-body .foot-title{
		display: none;
	}
	.main-search .nav-lang,.main-search .nav-mobile{
		width: 50%;
		float: left
	}
	.main-search .nav-lang{height: auto;line-height: unset;text-align: right;margin-top: 1.5rem;}
	.main-search .nav-lang a{
		width: 100%;
	}
	.main-search .nav-mobile{
		display: block;
	}
	.main-search .nav-mobile a{
		position: relative;
		display: block;
	}
	.main-search .nav-lang a:before,.main-search .nav-mobile a:before{
		width: 2rem;
		height: 2rem;
		top: 1rem
	}
	.slider-wrapper .move-plane{
		width: auto;
		right: -100%;
	}
	.slider-wrapper .move-plane img{
		height: 100%;
	}
	@keyframes move-plane{
		0%{
			right: -100%;
		}
		100%{
			right: 0;
		}
	}
	.overview-wrapper .video ,.overview-wrapper .video iframe{
		width: 100%;
		height: calc(100vw * 0.6);
		border-radius: 0;
		/* margin-top: 2rem; */
	}
	.overview-wrapper .overview{
		width: 100%;
	}
	.overview-wrapper .overview .overview-number .view-item p em{font-size: 1.5rem}
	.overview-wrapper .overview .overview-number .view-item p{margin-top: 1rem}
	.overview-wrapper .service-img{padding-top: 3rem;margin-bottom: 2rem}
	.overview-wrapper .service-img img{width: 100%}
	.about-wrapper .about-title .title h3, .product-wrapper .product-title .title h3, .service-wrapper .service-title .title h3, .partner-wrapper .partner-title .title h3, .news-wrapper .news-title .title h3{
		letter-spacing: 0.1rem;
		padding: .8rem 2rem;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.about-wrapper .about-body .detail, .service-wrapper .service-body .detail, .partner-wrapper .partner-body .detail{
		width: 96%;
		margin: 0 auto;
		padding: 3rem 0;
	}
	.about-wrapper .about-body .detail .about-content, .about-wrapper .about-body .detail .about-img, .service-wrapper .service-body .detail .service-content, .service-wrapper .service-body .detail .service-img, .partner-wrapper .partner-body .detail .partner-content, .partner-wrapper .partner-body .detail .partner-list{
		width: 100%;
	}
	.about-wrapper .about-body .detail .about-content .content, .service-wrapper .service-body .detail .service-content .content, .partner-wrapper .partner-body .detail .partner-content .content{
		font-size: 1.1rem
	}
	.about-wrapper .about-body .detail .about-content .content:after, .service-wrapper .service-body .detail .service-content .content:after, .partner-wrapper .partner-body .detail .partner-content .content:after{
		width: 4rem;
		margin-top: 1.5rem;
		border-top: 0.2rem solid #378ed1;
	}
	.about-wrapper .about-body .detail .about-content .more, .product-wrapper .product-more .more, .service-wrapper .service-body .detail .service-content .more, .partner-wrapper .partner-body .detail .partner-content .more, .news-wrapper .news-more .more{
		width: 100%;
		display: block;
		text-align: center;
		letter-spacing: 0.2rem;
		margin: 2rem 0;
	}
	.product-wrapper .product-body .product-list{width: 96%;margin:0 auto;}
	.product-wrapper .product-body, .news-wrapper .news-body{padding: 1rem 0}
	.product-wrapper .product-list .product-item, .news-wrapper .news-list .news-item{
		width: 100%;
		margin: 1rem 0 0 0;
		float: none;
	}
	.product-wrapper .product-list .product-item .product-box, .news-wrapper .news-list .news-item .news-box{
		border-width: 0.1rem;
		border-radius: 1rem;
		margin-top:2rem;
	}
	.product-wrapper .product-list .product-item .product-box, .product-wrapper .product-list .product-item:hover .product-box{height: auto}
	.product-wrapper .product-list .product-item .product-box .title{
		border-bottom: .01rem #378ed1 solid;
		padding: 1rem 0;
	}
	.product-wrapper .product-list .product-item .product-box .title h2{
		font-size: 2rem;
	}
	.product-wrapper .product-list .product-item .product-box .content{padding-bottom: 2rem}
	.product-wrapper .product-list .product-item .product-box .content,.product-wrapper .product-list .product-item .product-box .content *{
		font-size: 1.1rem;
		margin-top: 1rem;
	}
	.partner-wrapper .partner-body .detail .partner-list a{
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%;
		border-radius: 1rem;
	}
	.partner-wrapper .partner-body .detail .partner-list a:nth-child(even){float: right;}
	.news-wrapper .news-body .news-list{
		width: 96%;
		margin: 0 auto;
	}
	.news-wrapper .news-list .news-item .news-box .news-info{margin-top: 1rem}
	.news-wrapper .news-list .news-item .news-box .news-info .title{height: auto;}
	.news-wrapper .news-list .news-item .news-box .news-info .title a{font-size: 1.2rem}
	.news-wrapper .news-list .news-item .news-box .news-info .date, .news-wrapper .news-list .news-item .news-box .news-info .content{font-size: 1rem}
	.news-wrapper .news-list .news-item .news-box .news-info .content{
		margin: 0.5rem 0 1rem
	}
	.footer-wrapper{padding: 2rem 0 }
	.footer-wrapper .footer-body .foot-link,.footer-wrapper .footer-body .foot-copyright{width: 100%;}
	.footer-wrapper .footer-body .foot-link a, .foot-copyright .copyright span, .foot-copyright .beian, .foot-copyright .beian a{font-size: 0.9rem}
	.footer-wrapper hr{border-width: 0.05rem;margin: 0.5rem 0 1rem 0;}
	.footer-wrapper .footer-body .foot-link a{margin-left: 1rem}
	.footer-wrapper .footer-body .foot-link a:after{right: -0.7rem}
	.footer-wrapper .footer-body .foot-social{width: 100%;float: none}
	.footer-body .foot-social a{width: 2.5rem;height: 2.5rem;border-radius: 0.5rem;border-width: 0.05rem;margin-right: 1rem}
	.footer-body .foot-social a:before{width: 2rem;height: 2rem;top:0.25rem;left: 0.25rem}
	.footer-body .foot-social a span.text{height: 3rem;line-height: 3rem;top: 2.8rem;left: 0rem;padding: 0 1rem;border-radius: 1rem}
	.footer-body .foot-social a.facebook span.text,.footer-body .foot-social a.twitter span.text{left: -2rem;}
	.footer-body .foot-social a.phone span.text{left: unset;right: -2rem;}
	.footer-body .foot-social a.email span.text{left: unset;right: 0}
	.footer-wrapper .qrcode{width: 6rem;height: 6rem;top: unset;left: 50%;bottom: 0;border: 0.01rem solid #848181;padding: 0.3rem;border-radius: .5rem;}
	.footer-body .foot-copyright .copyright{padding:1rem 0 0 0;}
	.news-wrapper .news-page{width: 96%;margin: 0 auto;padding: 1rem 0}
	.news-wrapper .news-page .page-item{padding-bottom: 1rem;text-align: center;}
	.news-wrapper .news-page .page-item a{border-width: 0.05rem;padding: 0.5rem 1rem;margin-right: 1rem;border-radius: .5rem;}
	.news-wrapper .news-page .page-item .num{display: none;}
	.news-wrapper .news-page .page-item a:hover, .news-wrapper .news-page .page-item a.curr{border-width: 0.05rem;}
	.news-wrapper.news{padding-top: 1.5rem}
	.news-wrapper.news .news-detail{width: 96%;margin: 0 auto;border-width: 0.05rem;padding: 2rem 0;margin-bottom: 2rem;border-radius: 1rem;}
	.news-wrapper.news .news-detail .news-title{border-width: 0.05rem;padding-bottom: 1rem}
	.news-wrapper.news .news-detail .news-title h1{font-size: 1.2rem;padding-bottom: 0.5rem}
	.news-wrapper.news .news-detail .news-title .category span{margin-right: 1rem}
	.news-wrapper.news .news-detail .content, .news-wrapper.news .news-detail .content *, .contact-way-list .content, .contact-way-list .content *{font-size: 1rem}
	.news-wrapper.news .news-detail .content, .contact-way-list .content{margin-top: 2rem}
	.content img{width: 100%}
	.news-detail .partner-items a{width: 7rem;margin: 0;border-radius: 1rem}
	.news-detail .partner-items a:nth-child(6n){margin-right: 0}
	.contact-container, .contact-way-list{width: 96%;margin: 0 auto;border-radius: 1rem;margin-top: 2rem;margin-bottom: 2rem}
	.contact-container .contact_title, .contact-way-list .contact_title{font-size: 1.5rem;margin-top: 2rem;margin-bottom: 1.5rem}
	.contact-container .contact_form_container{padding-top: 1rem;padding-bottom: 2rem}
	.contact_form_container .contact_field_half{width: 100%;margin-right: 0;}
	.contact_form_container .contact_field input, .contact_form_container .contact_field textarea, .contact_bottom_container .contact_captcha_right input{
		border-width: 0.1rem;
		font-size: 1rem;
		padding: 1rem 0;
		border-radius: 0.5rem;
	}
	.contact_form_container .contact_bottom_container{width: 100%;}
	.contact_form_container .contact_bottom_container .contact_captcha_container{width: 66%;padding-top: 0;}
	.contact_bottom_container .contact_captcha_container .contact_captcha_img{width: 50%;padding-top: 0}
	.contact_form_container .contact_bottom_container .contact_captcha_right{width: 50%;}
	.contact_form_container .contact_bottom_container .contact_submit_button{
		border-radius: 0.5rem;
		letter-spacing: 0.1rem;
		font-size: 1.2rem;
		padding: 0.7rem 1.3rem;
		border-width: 0.05rem;
	}
	.contact-way-list .content{margin-bottom: 3rem}
}
