html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: PingFangSC-Regular, Microsoft Yahei, Helvetica, Arial, STXihei, SimSun, sans-serif;
	font-size: 16px
}

body {
	margin: 0;
	font-size: 16px;
	font-family: PingFangSC-Regular, Microsoft Yahei, Helvetica, Arial, STXihei, SimSun, sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
}

body {
	font-size: 1rem;
	min-width: 320px;
	overflow: auto
}

html,
body {
	min-height: 100%;
}

* {
	-webkit-tap-highlight-color: transparent
}

a {
	background-color: transparent
}

li,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

a,
div {
	-webkit-tab-highlight-color: transparent
}

a {
	text-decoration: none
}

a,
a:visited {
	color: inherit
}

li>a {
	text-decoration: none;
	color: inherit
}

.icon {
	display: inline-block
}

.page-content {
	min-height: 500px;
}

.page-wrapper {
	padding: 0;
	margin: 0;
	max-width: 100%;
	clear: both;
	/* overflow: hidden; */
}
.main_box{
	width: 100%;
	margin: 0;
	/* overflow: hidden; */
}


@media only screen and (max-width:768px) {
	html {
		font-size: 4.26667vw
	}

	.hide-in-mobile {
		display: none !important
	}

	body {
		background: url(../img/bgwap_3x.png) no-repeat top center;
		background-size: 100% auto;
	}
	.page-wrapper {
		padding: 0 1rem;
		margin: 0;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	header {
		height: 5rem;
		margin-top: 1rem;
		overflow: hidden;
	}
	.header_box {
		position: relative;
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header_box .logo{
		width: 7.5rem;
		height: 1.9375rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.slogan{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		line-height: 1rem;
	}
	.slogan .desc{
		font-size: 0.875rem;
		color: #EC3E7D;
	}
	.slogan .high-lights{
		padding: 0;
		margin: 0;
		margin-top: 0.25rem;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0.75rem;
		color: #333;
	}
	.slogan .high-lights li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 0.8125rem;
	}
	.slogan .high-lights li:first-child{
		margin-left: 0;
	}
	.slogan .high-lights li .linktoHelp{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slogan .high-lights li .icon{
		width: 0.875rem;
		height: 0.875rem;
		margin-right: 1px;
	}
	.main_box h2{
		margin: 1.25rem 0 1.125rem 0;
		line-height: 2.25rem;
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #EC3E7D;
		font-size: 1.625rem;
		font-weight: 500;
	}
	.txt_box{
		width: 100%;
		margin: 0;
		padding: 1.125rem;
		background-color: #fff;
		border-radius: 0.5rem;
		box-shadow: 0px 0.125rem 1rem rgba(0,0,0,0.1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.txt_box h6{
		margin: 0 0 0.625rem 0;
		display: inline-block;
		width: 100%;
		color: #333;
		font-size: 1.0625rem;
		font-weight: 400;
		line-height: 1.5rem;
		height: 1.5rem;
	}
	.txt_box p{
		color: #333;
		line-height: 1.625rem;
		font-size: 0.9375rem;
		margin: 0 0 0.75rem 0;
		padding: 0;
		font-weight: 200;
	}
	.txt_box a.more{
		color: #EC3E7D;
		text-decoration: underline;
	}
	.txt_box .imgbox{
		position: relative;
		height: 10.75rem;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 5rem;
	}
	.txt_box .imgbox li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
	}
	/* .txt_box .imgbox li:first-child{
		margin-right: 1.875rem;
	} */
	.txt_box .imgbox li img.pic{
		width: 8.125rem;
		height: 8.125rem;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.txt_box .imgbox li i{
		display: inline-block;
		width: 8.125rem;
		height: 2.125rem;
		line-height: 1.0625rem;
		color: #333;
		font-size: 0.75rem;
		text-align: center;
		font-style: normal;
		font-weight: 200;
	}
	.txt_box span{
		display: inline-block;
		position: absolute;
		height: 2.5rem;
		line-height: 1.25rem;
		right: 1.125rem;
		bottom: 1.125rem;
		font-size: 0.9375rem;
		color: #333;
		font-weight: 200;
		text-align: right;
	}
	.txt_footer_box{
		width: 100%;
		margin: 0;
		overflow: hidden;
		padding-top: 0.625rem;
		padding-bottom: 0.75rem;
	}
	.txt_footer_box ul{
		position: relative;
		height: 4.375rem;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
	}
	.txt_footer_box ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.txt_footer_box ul li p{
		margin: 0;
		padding: 0;
		font-size: 0.875rem;
		line-height: 1.625rem;
		height: 1.625rem;
		color: #333;
		font-weight: 200;
		text-align: center;
	}
	.txt_footer_box ul li p a{
		color: #EC3E7D;
		text-decoration: underline;
	}
	footer{
		background-color: #ffffff;	
	}
	.footer_box{
		padding: 1.25rem 0.75rem;
		margin: 0;
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_box>div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	a.to-global-site{
		display: inline-block;
		margin: 0 auto 0.625rem auto;
		text-decoration: none;
		color: #666;
		font-size: .9375rem;
		width: auto;
		height: 2rem;
		line-height: 2rem;
		padding: 0 .75rem;
		border: .0625rem solid #ccc;
		border-radius: 1rem;
		cursor: pointer;
	}
	.footer_box>div .site-links{
		list-style: none;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		color: #333;
	}
	.footer_box>div .site-links li{
		padding: .25rem 0;
		font-size: .75rem;
		display: inline-block;
		color: #333;
	}
	.footer_box>div .copy-right{
		list-style: none;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0.25rem;
	}
	.footer_box>div .copy-right li{
		padding: 0;
		font-size: 0.75rem;
		display: inline-block;
		height: 20px;
		line-height: 20px;
		color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer_box>div .copy-right li:first-child{
		margin-right: 1.25rem;
	}
	.footer_box>div .copy-right li img{
		width: auto;
		height: 1.25rem;
		overflow: hidden;
		margin-right: 0.3125rem;
	}
	.footer_box>div .copy-right li a{
		 color: #000;
	}
}

@media (min-width:769px) {
	body {
		font-size: 16px;
		min-width: 1030px;
		background: url(../img/bgpc.png) no-repeat top center;
		background-size: cover;
		min-height: 900px;
	}
	.hide-in-pc {
		display: none !important
	}

	.page-wrapper {
		max-width: 1000px;
		margin: 0 auto;
	}
	header {
		height: 70px;
		margin-top: 10px;
		overflow: hidden;
	}
	.header_box {
		position: relative;
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_box .logo{
		width: 165px;
		height: 42px;
		margin-right: 20px;
	}
	.slogan{
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		line-height: 16px;
	}
	.slogan .desc{
		font-size: 16px;
		color: #EC3E7D;
	}
	.slogan .high-lights{
		padding: 0;
		margin: 0;
		margin-top: 8px;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 13px;
		color: #333;
	}
	.slogan .high-lights li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 14px;
	}
	.slogan .high-lights li:first-child{
		margin-left: 0;
	}
	.slogan .high-lights li .linktoHelp{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slogan .high-lights li .icon{
		width: 18px;
		height: 18px;
		margin-right: 1px;
	}
	.main_box h2{
		margin: 30px 0 20px 0;
		line-height: 50px;
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #EC3E7D;
		font-size: 36px;
		font-weight: 500;
	}
	.txt_box{
		width: 100%;
		margin: 0;
		padding: 40px 50px;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.txt_box h6{
		margin: 0 0 20px 0;
		display: inline-block;
		width: 100%;
		color: #333;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		height: 22px;
	}
	.txt_box p{
		color: #333;
		line-height: 22px;
		font-size: 14px;
		margin: 0 0 18px 0;
		padding: 0;
		font-weight: 200;
	}
	.txt_box a.more{
		color: #EC3E7D;
		text-decoration: underline;
	}
	.txt_box .imgbox{
		position: relative;
		height: 195px;
		width: 320px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 75px;
	}
	.txt_box .imgbox li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.txt_box .imgbox li:first-child{
		margin-right: 20px;
	}
	.txt_box .imgbox li img.pic{
		width: 150px;
		height: 150px;
		overflow: hidden;
		margin-bottom: 13px;
	}
	.txt_box .imgbox li i{
		display: inline-block;
		width: 150px;
		height: 32px;
		line-height: 16px;
		color: #333;
		font-size: 12px;
		text-align: center;
		font-style: normal;
		font-weight: 200;
	}
	.txt_box span{
		display: inline-block;
		position: absolute;
		height: 40px;
		line-height: 20px;
		right: 50px;
		bottom: 40px;
		font-size: 14px;
		color: #333;
		font-weight: 200;
		text-align: right;
	}
	.txt_footer_box{
		width: 100%;
		margin: 0;
		overflow: hidden;
		padding-top: 20px
	}
	.txt_footer_box ul{
		position: relative;
		height: 50px;
		width:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content:center;
		justify-content:center;
		-moz-box-pack:center;
		-webkit--moz-box-pack:center;
		box-pack:center;
		margin: 0 auto;
	}
	.txt_footer_box ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 10px;
	}
	.txt_footer_box ul li p{
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		color: #333;
		font-weight: 200;
	}
	.txt_footer_box ul li p a{
		color: #EC3E7D;
		text-decoration: underline;
	}
	footer{
		background-color: #F6F6F6;
		width: 100%;
		margin-top: 55px;
	}
	.footer_box{
		max-width: 1080px;
		padding: 22px 0;
		margin: 0 auto;
		clear: both;
	}
	.footer_box ul{
		height: 20px;
		width:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}
	.footer_box ul li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #333333;
		line-height: 20px;
		font-size: 12px;
	}
	.footer_box ul li img{
		width: auto;
		height: 20px;
		overflow: hidden;
		margin-right: 5px;
	}
	.footer_box ul li:first-child{
		margin-right: 25px;
	}
	.footer_box ul li a{
		margin-right: 15px;
	}
	.promise{
		width: 610px;
		margin: 20px auto 0;
	}
	.promise img{
		margin-right:30px ;
	}
	.promise img:last-child{
		margin-right: 0;
	}
	.footer_txt{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer_txt ul{
		height: 20px;
		width:100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 179px;
	}

	a.to-global-site{
		display: inline-block;
		margin: 0 auto 0.625rem auto;
		text-decoration: none;
		color: #666;
		font-size: 18px;
		width: auto;
		height: 32px;
		line-height: 32px;
		padding: 0 24px;
		border: 1px solid #ccc;
		border-radius: 16px;
		cursor: pointer;
		font-weight: 200;
	}
}
