/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family:  "PingFang SC","思源黑体","Source Han Sans CN","宋体","simsun","黑体","SimHei" ,Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
.inner{width: 1400px;margin: 0 auto;max-width: 92%;}
.mobile{
	display: none!important;
}
.web{
	display: inline-block!important;
}
@font-face {
  font-family: "HelIn";
  src: url("../fonts/HelveticaInserat-Roman-SemiB.woff") format("woff"),
       url("../fonts/HelveticaInserat-Roman-SemiB.ttf") format("truetype"),
       url("../fonts/HelveticaInserat-Roman-SemiB.eot") format("embedded-opentype"),
       url("../fonts/HelveticaInserat-Roman-SemiB.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.rightfixed{
	position: fixed;
	right: 0.5em;
	top: 50%;
	z-index: 52;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rightfixed li{
	background-color: #fdcd51;
	cursor: pointer;
	border-radius: 0.3125em;
	width: 4.375em;
	margin-bottom: 0.375em;
	position: relative;
}
.rightfixed li:nth-child(1){
	background-color: #7fd53f;	
}
.rightfixed li:nth-child(2){
	background-color: #e64131;	
}
.rightfixed li:last-child{
	margin-bottom: 0;
}
.rightfixed li:hover{
	background-color: #e86b5f;
}
.rightfixed li .icon{
	width: 100%;
}
.rightfixed li .box{
	position: absolute;
	right: 100%;
	margin-right: 0.875em;
	border-radius: 0.3125em;
	background-color: #e86b5f;
	display: none;
}
.rightfixed li:hover .box{
	display: block;
}
.rightfixed li .box.tel{
	height: 3.75em;
	line-height: 3.75em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
}
.rightfixed li .box.qr{
	width: 9.5em;
	padding: 0.625em 0.625em 0.5em;
	top: 50%;
	margin-top: -4.6875em;
}
.rightfixed li .box.qr img{
	width: 100%;
}
.rightfixed li .box.qr h5{
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	margin-top: 0.7em;
}
.rightfixed li .box.qr p{
	font-size: 0.75em;
	color: #fff;
	line-height: 1.5;
	margin-top: 0.42em;
}
.rightfixed li .box .tri{
	border-style: solid;
	border-color: transparent transparent transparent #e86b5f;
	border-width: 0.875em 0 0.875em 0.75em;
	position: absolute;
	left: 100%;
}
.rightfixed li .box.tel .tri{
	top: 50%;
	margin-top: -0.875em;
}
.rightfixed li .box.qr .tri{
	top: 3.8125em;
}
.rightfixed li .box.tel .num{
	font-size: 1.875em;
	color: #fff;
	font-weight: bold;
	padding: 0 0.3666em;
	vertical-align: middle;
}

.pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.pop-cover.active{
	display: block;
}
.pop-cover .table-box{
	display: table;
	width: 100%;
	height: 100%;
}
.pop-cover .cell-box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.pop-cover .pop-box{
	width: 41.625em;
	border-radius: 1.25em;
	position: relative;
	display: none;
	background-color: #fff;
	padding: 0.625em;
}
.pop-cover .pop-box.active{
	display: inline-block;
}
.pop-cover .pop-box .title{
	position: absolute;
	left: 0;
	top: -2em;
	width: 100%;
}
.pop-cover .pop-box .close{
	position: absolute;
	right: 1.25em;
	top: 0.5em;
	width: 1em;
	cursor: pointer;
}
.pop-cover .pop-box .content{
	border: 1px dashed #e86b5f;
	border-radius: 1.25em;
	padding: 4.375em 3em 2.5em;
}
.pop-cover .pop-box.tip .content{
	text-align: center;
	padding: 5em 3em 2.5em;
}
.pop-cover .pop-box .content input{
	display: block;
	width: 100%;
	background-color: #f6f6f6;
	border: 0 none;
	margin: 0;
	padding: 0 1.111em;
	font-size: 1.125em;
	color: #2a2e50;
	height: 3.333em;
	line-height: 3.333em;
	border-radius: 1.6665em;
	margin-bottom: 1em;
}
.pop-cover .pop-box .content input.last{
	margin-bottom: 1.5em;
}
.pop-cover .pop-box .content .icon{
	width: 3.4375em;
}
.pop-cover .pop-box .content h5{
	font-size: 1.875em;
	color: #e35e52;
	font-weight: bold;
	margin: 0.6em 0 0.7em;
}
.pop-cover .pop-box .content p{
	font-size: 1.5em;
	color: #e86b5f;
}
.pop-cover .pop-box .content .btn{
	margin: 0 auto;
	display: block;
	font-size: 1.5em;
	color: #fff;
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 1.25em;
	background-repeat: no-repeat;
	background-image: url(../images/btn_bg.png);
	background-size: 100% 100%;
}
.pop-cover .pop-box.tip .content .btn{
	width: 8.25em;
	margin: 2.833em auto 0;
}
.pop-cover .pop-box .content h3{
	font-size: 1.875em;
	color: #23284a;
	font-weight: bold;
	line-height: 1.2666;
	margin-bottom: 1.2666em;
}
.pop-cover .pop-box .content h3 span{
	color: #e35e52;
}
@media only screen and (max-width:1400px){
	
}
@media only screen and (max-width:1310px){
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1110px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:768px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: inline-block!important;
	}
	.web{
		display: none!important;
	}
	
	.pop-cover .pop-box{
		width: 92%;
		border-radius: 0.625rem;
		padding: 0.3125rem;
	}
	.pop-cover .pop-box .title{
		top: -1rem;
	}
	.pop-cover .pop-box .close{
		right: 0.625rem;
		top: 0.25rem;
		width: 0.5rem;
	}
	.pop-cover .pop-box .content{
		border-radius: 0.625rem;
	}
	.pop-cover .pop-box .content{
		padding: 2.1875rem 1.5rem 1.25rem;
	}
	.pop-cover .pop-box.tip .content{
		padding: 2.5rem 1.5rem 1.25rem;
	}
	.pop-cover .pop-box .content input{
		padding: 0 0.625rem;
		font-size: 0.75rem;
		height: 2.25rem;
		line-height: 2.25rem;
		border-radius: 1.125rem;
		margin-bottom: 0.75rem;
	}
	.pop-cover .pop-box .content input.last{
		margin-bottom: 1.5rem;
	}
	.pop-cover .pop-box .content .icon{
		width: 1.71875rem;
	}
	.pop-cover .pop-box .content h5{
		font-size: 0.9375rem;
	}
	.pop-cover .pop-box .content p{
		font-size: 0.75rem;
	}
	.pop-cover .pop-box .content .btn{
		font-size: 0.75rem;
		height: 2.25rem;
		line-height: 2.25rem;
		border-radius: 1.125rem;
	}
	.pop-cover .pop-box .content h3{
		font-size: 0.9375rem;
	}
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}