body {
	line-height: 1.6; color: #555;
	font: 14px "幼圆","微软雅黑","黑体","宋体"
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}
a:active,
a:hover {
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #3497ee 
}
.blue-btn{
    width: 166px; float: left;
    height: 46px;
    border: none;
    color: #fff;
    line-height: 46px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    position: relative;
    background-color: #4581fb;
    transition: all 0.75s ease;
    
}
.blue-btn:hover{ color: #fff; background-color: #2769ed;}
input{-webkit-appearance: none;}
.center{ width: 1200px; margin: 0 auto;}
/*弹性布局*/
.chao6-container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box
}
.chao6-row:after,
.chao6-row:before {
	content: '';
	display: block;
	clear: both
}
.chao6-col-lg1,
.chao6-col-lg10,
.chao6-col-lg11,
.chao6-col-lg12,
.chao6-col-lg2,
.chao6-col-lg3,
.chao6-col-lg4,
.chao6-col-lg5,
.chao6-col-lg6,
.chao6-col-lg7,
.chao6-col-lg8,
.chao6-col-lg9,
.chao6-col-md1,
.chao6-col-md10,
.chao6-col-md11,
.chao6-col-md12,
.chao6-col-md2,
.chao6-col-md3,
.chao6-col-md4,
.chao6-col-md5,
.chao6-col-md6,
.chao6-col-md7,
.chao6-col-md8,
.chao6-col-md9,
.chao6-col-sm1,
.chao6-col-sm10,
.chao6-col-sm11,
.chao6-col-sm12,
.chao6-col-sm2,
.chao6-col-sm3,
.chao6-col-sm4,
.chao6-col-sm5,
.chao6-col-sm6,
.chao6-col-sm7,
.chao6-col-sm8,
.chao6-col-sm9,
.chao6-col-xs1,
.chao6-col-xs10,
.chao6-col-xs11,
.chao6-col-xs12,
.chao6-col-xs2,
.chao6-col-xs3,
.chao6-col-xs4,
.chao6-col-xs5,
.chao6-col-xs6,
.chao6-col-xs7,
.chao6-col-xs8,
.chao6-col-xs9 {
	position: relative;
	display: block;
	box-sizing: border-box
}

.chao6-col-xs1,
.chao6-col-xs10,
.chao6-col-xs11,
.chao6-col-xs12,
.chao6-col-xs2,
.chao6-col-xs3,
.chao6-col-xs4,
.chao6-col-xs5,
.chao6-col-xs6,
.chao6-col-xs7,
.chao6-col-xs8,
.chao6-col-xs9 {
	float: left
}

.chao6-col-xs1 {
	width: 8.33333333%
}

.chao6-col-xs2 {
	width: 16.66666667%
}

.chao6-col-xs3 {
	width: 25%
}

.chao6-col-xs4 {
	width: 33.33333333%
}

.chao6-col-xs5 {
	width: 41.66666667%
}

.chao6-col-xs6 {
	width: 50%
}

.chao6-col-xs7 {
	width: 58.33333333%
}

.chao6-col-xs8 {
	width: 66.66666667%
}

.chao6-col-xs9 {
	width: 75%
}

.chao6-col-xs10 {
	width: 83.33333333%
}

.chao6-col-xs11 {
	width: 91.66666667%
}

.chao6-col-xs12 {
	width: 100%
}

.chao6-col-xs-offset1 {
	margin-left: 8.33333333%
}

.chao6-col-xs-offset2 {
	margin-left: 16.66666667%
}

.chao6-col-xs-offset3 {
	margin-left: 25%
}

.chao6-col-xs-offset4 {
	margin-left: 33.33333333%
}

.chao6-col-xs-offset5 {
	margin-left: 41.66666667%
}

.chao6-col-xs-offset6 {
	margin-left: 50%
}

.chao6-col-xs-offset7 {
	margin-left: 58.33333333%
}

.chao6-col-xs-offset8 {
	margin-left: 66.66666667%
}

.chao6-col-xs-offset9 {
	margin-left: 75%
}

.chao6-col-xs-offset10 {
	margin-left: 83.33333333%
}

.chao6-col-xs-offset11 {
	margin-left: 91.66666667%
}

.chao6-col-xs-offset12 {
	margin-left: 100%
}

@media screen and (max-width:768px) {
	
	.chao6-hide-xs {
		display: none!important
	}
	.chao6-show-xs-block {
		display: block!important
	}
	.chao6-show-xs-inline {
		display: inline!important
	}
	.chao6-show-xs-inline-block {
		display: inline-block!important
	}
}

@media screen and (min-width:768px) {
	.chao6-container {
		width: 750px
	}
	.chao6-hide-sm {
		display: none!important
	}
	.chao6-show-sm-block {
		display: block!important
	}
	.chao6-show-sm-inline {
		display: inline!important
	}
	.chao6-show-sm-inline-block {
		display: inline-block!important
	}
	.chao6-col-sm1,
	.chao6-col-sm10,
	.chao6-col-sm11,
	.chao6-col-sm12,
	.chao6-col-sm2,
	.chao6-col-sm3,
	.chao6-col-sm4,
	.chao6-col-sm5,
	.chao6-col-sm6,
	.chao6-col-sm7,
	.chao6-col-sm8,
	.chao6-col-sm9 {
		float: left
	}
	.chao6-col-sm1 {
		width: 8.33333333%
	}
	.chao6-col-sm2 {
		width: 16.66666667%
	}
	.chao6-col-sm3 {
		width: 25%
	}
	.chao6-col-sm4 {
		width: 33.33333333%
	}
	.chao6-col-sm5 {
		width: 41.66666667%
	}
	.chao6-col-sm6 {
		width: 50%
	}
	.chao6-col-sm7 {
		width: 58.33333333%
	}
	.chao6-col-sm8 {
		width: 66.66666667%
	}
	.chao6-col-sm9 {
		width: 75%
	}
	.chao6-col-sm10 {
		width: 83.33333333%
	}
	.chao6-col-sm11 {
		width: 91.66666667%
	}
	.chao6-col-sm12 {
		width: 100%
	}
	.chao6-col-sm-offset1 {
		margin-left: 8.33333333%
	}
	.chao6-col-sm-offset2 {
		margin-left: 16.66666667%
	}
	.chao6-col-sm-offset3 {
		margin-left: 25%
	}
	.chao6-col-sm-offset4 {
		margin-left: 33.33333333%
	}
	.chao6-col-sm-offset5 {
		margin-left: 41.66666667%
	}
	.chao6-col-sm-offset6 {
		margin-left: 50%
	}
	.chao6-col-sm-offset7 {
		margin-left: 58.33333333%
	}
	.chao6-col-sm-offset8 {
		margin-left: 66.66666667%
	}
	.chao6-col-sm-offset9 {
		margin-left: 75%
	}
	.chao6-col-sm-offset10 {
		margin-left: 83.33333333%
	}
	.chao6-col-sm-offset11 {
		margin-left: 91.66666667%
	}
	.chao6-col-sm-offset12 {
		margin-left: 100%
	}
}

@media screen and (min-width:992px) {

	.chao6-hide-md {
		display: none!important
	}
	.chao6-show-md-block {
		display: block!important
	}
	.chao6-show-md-inline {
		display: inline!important
	}
	.chao6-show-md-inline-block {
		display: inline-block!important
	}
	.chao6-col-md1,
	.chao6-col-md10,
	.chao6-col-md11,
	.chao6-col-md12,
	.chao6-col-md2,
	.chao6-col-md3,
	.chao6-col-md4,
	.chao6-col-md5,
	.chao6-col-md6,
	.chao6-col-md7,
	.chao6-col-md8,
	.chao6-col-md9 {
		float: left
	}
	.chao6-col-md1 {
		width: 8.33333333%
	}
	.chao6-col-md2 {
		width: 16.66666667%
	}
	.chao6-col-md3 {
		width: 25%
	}
	.chao6-col-md4 {
		width: 33.33333333%
	}
	.chao6-col-md5 {
		width: 41.66666667%
	}
	.chao6-col-md6 {
		width: 50%
	}
	.chao6-col-md7 {
		width: 58.33333333%
	}
	.chao6-col-md8 {
		width: 66.66666667%
	}
	.chao6-col-md9 {
		width: 75%
	}
	.chao6-col-md10 {
		width: 83.33333333%
	}
	.chao6-col-md11 {
		width: 91.66666667%
	}
	.chao6-col-md12 {
		width: 100%
	}
	.chao6-col-md-offset1 {
		margin-left: 8.33333333%
	}
	.chao6-col-md-offset2 {
		margin-left: 16.66666667%
	}
	.chao6-col-md-offset3 {
		margin-left: 25%
	}
	.chao6-col-md-offset4 {
		margin-left: 33.33333333%
	}
	.chao6-col-md-offset5 {
		margin-left: 41.66666667%
	}
	.chao6-col-md-offset6 {
		margin-left: 50%
	}
	.chao6-col-md-offset7 {
		margin-left: 58.33333333%
	}
	.chao6-col-md-offset8 {
		margin-left: 66.66666667%
	}
	.chao6-col-md-offset9 {
		margin-left: 75%
	}
	.chao6-col-md-offset10 {
		margin-left: 83.33333333%
	}
	.chao6-col-md-offset11 {
		margin-left: 91.66666667%
	}
	.chao6-col-md-offset12 {
		margin-left: 100%
	}
}

@media screen and (min-width:1200px) {
	.chao6-container {
		width: 1170px; padding: 0;
	}
	.chao6-hide-lg {
		display: none!important
	}
	.chao6-show-lg-block {
		display: block!important
	}
	.chao6-show-lg-inline {
		display: inline!important
	}
	.chao6-show-lg-inline-block {
		display: inline-block!important
	}
	.chao6-col-lg1,
	.chao6-col-lg10,
	.chao6-col-lg11,
	.chao6-col-lg12,
	.chao6-col-lg2,
	.chao6-col-lg3,
	.chao6-col-lg4,
	.chao6-col-lg5,
	.chao6-col-lg6,
	.chao6-col-lg7,
	.chao6-col-lg8,
	.chao6-col-lg9 {
		float: left
	}
	.chao6-col-lg1 {
		width: 8.33333333%
	}
	.chao6-col-lg2 {
		width: 16.66666667%
	}
	.chao6-col-lg3 {
		width: 25%
	}
	.chao6-col-lg4 {
		width: 33.33333333%
	}
	.chao6-col-lg5 {
		width: 41.66666667%
	}
	.chao6-col-lg6 {
		width: 50%
	}
	.chao6-col-lg7 {
		width: 58.33333333%
	}
	.chao6-col-lg8 {
		width: 66.66666667%
	}
	.chao6-col-lg9 {
		width: 75%
	}
	.chao6-col-lg10 {
		width: 83.33333333%
	}
	.chao6-col-lg11 {
		width: 91.66666667%
	}
	.chao6-col-lg12 {
		width: 100%
	}
	.chao6-col-lg-offset1 {
		margin-left: 8.33333333%
	}
	.chao6-col-lg-offset2 {
		margin-left: 16.66666667%
	}
	.chao6-col-lg-offset3 {
		margin-left: 25%
	}
	.chao6-col-lg-offset4 {
		margin-left: 33.33333333%
	}
	.chao6-col-lg-offset5 {
		margin-left: 41.66666667%
	}
	.chao6-col-lg-offset6 {
		margin-left: 50%
	}
	.chao6-col-lg-offset7 {
		margin-left: 58.33333333%
	}
	.chao6-col-lg-offset8 {
		margin-left: 66.66666667%
	}
	.chao6-col-lg-offset9 {
		margin-left: 75%
	}
	.chao6-col-lg-offset10 {
		margin-left: 83.33333333%
	}
	.chao6-col-lg-offset11 {
		margin-left: 91.66666667%
	}
	.chao6-col-lg-offset12 {
		margin-left: 100%
	}
}


.chao6-col-space1 {
	margin: -.5px
}

.chao6-col-space1>* {
	padding: .5px
}

.chao6-col-space3 {
	margin: -1.5px
}

.chao6-col-space3>* {
	padding: 1.5px
}

.chao6-col-space5 {
	margin: -2.5px
}

.chao6-col-space5>* {
	padding: 2.5px
}

.chao6-col-space8 {
	margin: -3.5px
}

.chao6-col-space8>* {
	padding: 3.5px
}

.chao6-col-space10 {
	margin: -5px
}

.chao6-col-space10>* {
	padding: 5px
}

.chao6-col-space12 {
	margin: -6px
}

.chao6-col-space12>* {
	padding: 6px
}

.chao6-col-space15 {
	margin: -7.5px
}

.chao6-col-space15>* {
	padding: 7.5px
}

.chao6-col-space18 {
	margin: -9px
}

.chao6-col-space18>* {
	padding: 9px
}

.chao6-col-space20 {
	margin: -10px
}

.chao6-col-space20>* {
	padding: 10px
}

.chao6-col-space22 {
	margin: -11px
}

.chao6-col-space22>* {
	padding: 11px
}

.chao6-col-space25 {
	margin: -12.5px
}

.chao6-col-space25>* {
	padding: 12.5px
}

.chao6-col-space30 {
	margin: -15px
}

.chao6-col-space30>* {
	padding: 15px
}

/*滑动验证*/

.ui-slider-wrap {
	background: #e8e8e8;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.ui-slider-wrap .ui-slider-bg {
	width: 0;
}

.ui-slider-wrap .ui-slider-btn {
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	text-align: center;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
	background: #fff url(../images/slider.png) no-repeat center;
}

.ui-slider-wrap .ui-slider-btn.success {
	background-image: url(../images/success.png);
}

.ui-slider-wrap .ui-slider-text {
	width: 100%;
	height: 100%;
	font-family: "寰蒋闆呴粦";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
}

.ui-slider-wrap .ui-slider-no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

