body,input,button,textarea,select{
	font-size: 16px; line-height: 1.75;border: none;background: none;
}
body,html{
	height: 100%;
}
body{
	position: relative;-webkit-tap-highlight-color:rgba(0,0,0,0);color: #515c7a;background: #fff;
}
ul{
	overflow: hidden;
}
 
 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#b1b1b1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#b1b1b1;

}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#b1b1b1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#b1b1b1;
}
.wrapper{
	width: 91%;
	margin: 0 auto;
}
.g-btn{
	display: inline-block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	background: #00b8b3;
	color: #fff;
}
.g-btn:hover{
	background: #02918d;
}

.hnums ul li,
.hfeature .body li,
.hpay .body li,
.login-right .foot input,
.reg-wrap .foot input,
.odlist .row .left a,
.contact-hd li{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}

.h-head{
	text-align: center;
}
.h-head h2{
	font-size: 30px;
	line-height: 1;
	color: #515c7a;
}
.h-head p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #919aa4;
}

.hbanner{
	position: relative;
	text-align: center;
}
.hbanner .logo{
	margin: 69px auto 0;
	width: 210px;
}
 
.hbanner > .wrapper > .txt{
	margin-top: 40px;
	font-size: 18px;
	line-height: 30px;
}
.hbanner .txt h2{
	font-size: 50px;
	line-height: 1;
	color: #fff;
}
.hbanner .txt  p{
	margin-top: 40px;
	color: rgba(255,255,255,.75);
	letter-spacing: 2px;
}

.hsrch{
	position: relative;
	margin: 40px auto 0;
	width: 788px;
	height: 57px;
}

.hsrch-type,
.odsrch-type{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 130px;
 	height: 57px;
 	line-height: 57px;
 	cursor: pointer;
}
.hsrch-type{
	background: url(../image/ico_18.png) no-repeat center right;
}
.hsrch-type  h3,
.odsrch-type h3{
 
	color: #fff;
}
.hsrch-type ul,
.odsrch-type ul{
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.hsrch-type ul li,
.odsrch-type ul li{
	padding: 15px 0 14px;
	width: 124px;
	line-height: 1;
	border-bottom: 1px solid #3ed6d6;
	color: #28c8b1;
}
.hsrch-type ul li:last-child,
.odsrch-type ul li:last-child{
	border-bottom: none;
}
.hsrch-txt input,
.odsrch-txt input{
	padding: 0 125px;
	width: 100%;
	height: 57px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hsrch-txt input{
	padding: 0 125px 0 135px;
}
 
.hsrch-btn,
.odsrch-btn{
	position: absolute;
	top: 0;
	right: 0;
}
.hsrch-btn input,
.odsrch-btn input{
	display: block;
	width: 125px;
	line-height: 57px;
	background: #fff;
	color: #28c8b1;
	border: none;
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	cursor: pointer;
}



.hreg{
	position: absolute;
	top:25px;
	right: 68px;
	padding: 0 35px;
	width: 323px;
	height: 400px;
	background: url(../image/img_01.png) no-repeat center;
	background-size: cover;
	box-shadow: 0px 0px 30px 0px rgba(121, 127, 149, 0.2);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(121, 127, 149, 0.2);
}
.hreg-hd{
	margin-top: 49px;
	font-size: 12px;
	color: #b1b1b1;
}
.hreg-hd h3{
	font-size: 24px;
	color: #009e96;
}
.hreg-hd p{
	margin-top: 10px;
}
.hreg-bd{
	margin-top: 40px;
}
.hreg-bd ul{
	
	
}
.hreg-bd li{
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 1;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.hreg-bd li:last-child{
	margin-bottom: 0;
}
.hreg-bd li input{
	border: none;
	background: none;
}
.hreg-bd .txt-right{
	text-align: right;
	font-size: 12px;
	color: #b1b1b1;
}
.hreg-bd .txt-right a{
	color: #b1b1b1;
}
.hreg-ft{
	margin-top: 35px;
}
.hreg-ft .btn{
	display: block;
	padding: 12px 0;
	width: 257px;
 	line-height: 1;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
}
.hreg-ft p{
	margin-top: 10px;
	font-size: 14px;
	color: #b1b1b1;
	text-align: center;
}
.hreg-ft p a{
	color: #19bfba;
}

.hbanner .fico{
	margin-top: 88px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	animation: moveUp 2s ease-in-out infinite;
	-webkit-animation: moveUp 2s ease-in-out infinite;
	-moz-animation: moveUp 2s ease-in-out infinite;
}
@keyframes moveUp{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	50%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
	}
	100%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}
@-webkit-keyframes moveUp{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	50%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
	}
	100%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}
@-moz-keyframes moveUp{
	0%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	50%{
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
	}
	100%{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.hnums{
	margin-top: 60px;
	display: none;
}
.hnums ul{
	overflow: visible;
}
.hnums ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.hnums ul li .txt{
	margin-top: 10px;
}

.hnums ul li .txt h2{
	font-size: 36px;
	color: #28c8b1;
}
.hnums ul li .txt p{
	margin-top: 10px;
	font-size: 14px;
	color: #4d5d6e;
}
.sjshersff{
	margin-top: 130px;
}
.sjshersff .body{
	margin-top: 70px;
}
.sjshersff ul{
	margin: 0 -25px -15px 0;
}
.sjshersff li{
	position: relative;
	margin: 0 25px 15px 0;
	padding-left: 34px;
	float: left;
	width: 45%;
	font-size: 16px;
	color: #4d5d6e;
	overflow: hidden;
}
.sjshersff li:hover a{
	color: #00b8b3;
}
.sjshersff li:hover span{
	color: #00b8b3;
}
.sjshersff li i{
	position: absolute;
	top: 1px;
	left: 0;
}
.sjshersff li span{
	float: right;
	color: #919aa4;
}

.hfeature{
	margin-top: 120px;
}
.hfeature .body{
	margin-top: 55px;
}
.hfeature .body ul{
	margin-bottom: -70px;
	overflow: visible;
}
.hfeature .body li{
	float: left;
	margin-bottom: 70px;
	width: 25%;
	text-align: center;
}
.hfeature .body li:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
}
.hfeature .body li .ico{
	margin: 0 auto;
	width: 88px;
	line-height: 1;
	padding: 13px 0;
	background-image: linear-gradient(#00b8b3, #244362), linear-gradient(173deg, #2ad7cf 0%, #2ab2e6 100%);
	background-blend-mode: normal, normal;
	border-radius: 20px;
}
.hfeature .body li .txt{
	margin-top: 30px;
}
.hfeature .body li h3{
	font-size: 20px;
	color: #4d5d6e;
	letter-spacing: 2px;
}

.hfeature .body li p{
	font-size: 14px;
	color: #919aa4;
	line-height: 30px;
}


.htab{
	position: relative;
	margin-top:  70px;
	height: 720px;
	background: url(../image/banner_2.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0px 20px 30px 0px rgba(121, 127, 149, 0.1);
	-webkit-box-shadow: 0px 20px 30px 0px rgba(121, 127, 149, 0.1);
	overflow: hidden;
}
.htab-list-wp{
	
}
.htab .ban_r_btn,
.htab .ban_l_btn{
	position: absolute;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: scaleY(-50%);
	-webkit-transform: scaleY(-50%);
	-moz-transform: scaleY(-50%);
	-ms-transform: scaleY(-50%);
	background-size: cover;
}
.htab .ban_r_btn{
	right: 6%;
	background: url(../image/ico_17.png) no-repeat center;
}
.htab .ban_l_btn{
	left: 6%;
	background: url(../image/ico_16.png) no-repeat center;
}
.htab ul{
	padding: 0;
	margin-left: 52px;
	overflow: visible;
 	width: 75%;
	height: 720px;
}
.htab li{
	position: relative;
	display: inline-block;
	margin-top:30px;
	padding: 70px 80px 85px 115px;
	background: #fff;
	
	height: 416px!important;
 	width: 515px;
	box-shadow: 0px 0px 30px 0px rgba(121, 127, 149, 0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(121, 127, 149, 0.1);
	border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
}
.htab li .htab-hd{
 	
}
.htab li .htab-hd i{
	position: absolute;
	top: 30px;
	left: 55px;
}
.htab li .htab-hd h3{
	padding-left: 55px;
	font-size:24px;
	color: #4d5d6e;
}
.htab li .htab-hd p{
	margin-top: 20px;
	font-size: 16px;
	line-height: 36px;
	color: #818992;
}
.htab li .htab-bd{
	margin-top: 30px;
	font-size: 16px;
	line-height: 36px;
	color: #818992;
}
.htab li .htab-bd dd{
	padding-left: 44px;
	background: url(../image/ico_01.png) no-repeat center left;
}
.htab li .htab-ft{
	margin-top: 30px;
}
.htab li .htab-ft a{
	display: inline-block;
	padding: 12px 0;
	width: 165px;
	line-height: 1;
	border: 1px solid #00b8b3;
	color: #00b8b3;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.htab li .htab-ft a.add-btn{
	margin-right: 20px;
}

.hpay{
	margin: 80px 0 90px;
}
.hpay .body{
	margin-top: 65px;
	font-size: 20px;
	color: #515c7a;
}
.hpay .body ul{
	margin-bottom: -45px;
	overflow: visible;
}
.hpay .body li{
	text-align: center;
	float: left;
	margin-bottom: 45px;
	width: 25%;
}
.hpay .body li:hover{
	transform: translateY(-15px);
 	-webkit-transform: translateY(-15px);
 	-moz-transform: translateY(-15px);
 	-ms-transform: translateY(-15px);
}
.hpay .body li .txt{
 	
}

.qwqqdwqqqw{
	padding: 60px 0 90px;
	background: #fafcff;
}

.qwqqdwqqqw .body{
	margin-top: 60px;
	margin-right: -30px;
}
.qwqqdwqqqw .okdjfhejme{
	margin-right: 30px;
	float: left;
 	width: 360px;
 	box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
 	-webkit-box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.qwqqdwqqqw .okdjfhejme .hd{
	position: relative;
	font-size: 0;
	font-weight: bold;
	height: 174px;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	background: url(../image/img_23.png) no-repeat center;
	background-size: cover;
}
.qwqqdwqqqw .okdjfhejme:nth-child(2) .hd{
	background: url(../image/img_24.png) no-repeat center;
}
.qwqqdwqqqw .okdjfhejme:nth-child(3) .hd{
	background: url(../image/img_25.png) no-repeat center;
}
.qwqqdwqqqw .okdjfhejme .hd h2{
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 26px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.qwqqdwqqqw .okdjfhejme .bd{
	padding: 0 30px;
}
.qwqqdwqqqw .okdjfhejme .bd dt{
	margin: 10px 0 15px;
	font-size: 17px;
}
.qwqqdwqqqw .okdjfhejme .bd dt a{
	color: #515c7a;
}
.qwqqdwqqqw .okdjfhejme .bd dd{
	font-size: 14px;
	color: #818992;
	line-height: 38px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.qwqqdwqqqw .okdjfhejme .bd dd:hover a{
	color: #00b8b3;
}
.qwqqdwqqqw .okdjfhejme .ft{
	margin-top: 20px;
	padding: 0 13px;
	text-align: center;
 	font-size: 14px;
}
.qwqqdwqqqw .okdjfhejme .ft a{
	display: block;
	border-top:1px solid #e5e5e5;
	padding: 16px 0;
	color: #818992;
}

.hfaq{
	position: relative;
	padding-bottom: 80px;
	background: url(../image/banner_3.png) no-repeat center #fafcff;
	background-size: cover;
}
.hfaq .head{

	text-align: center;
	font-size: 30px;
	color: #515c7a;
}
.hfaq .body{
	margin-top: 120px;
	width: 1126px;
	padding: 58px 60px 85px 60px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: solid 1px #eeeeee;

}
.hfaq .body ul{
	
	margin-top: -30px;
}
.hfaq .body li{
	margin-top: 30px!important;
	float: left;
 	width: 50%;
	color: #515c7a;
	line-height: 30px;
	font-size: 16px;
}
.hfaq .body li:nth-child(2n){
 	width: 38%;
}
.hfaq .body li h3{
}
.hfaq .body li p{
	margin-top: 5px;
	color: #919aa4;
}
.hfaq .body li h3,
.hfaq .body li p{
	position: relative;
	padding-left: 30px;
}
.hfaq .body li h3 span,
.hfaq .body li p span{
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-button-prev,
.swiper-button-next{
	margin-top: 20px;
}
.swiper-button-prev{
	left: 17%;
	background: url(../image/ico_16.png) no-repeat center;
	background-size: cover;
}
.swiper-button-next{
	right: 16%;
	background: url(../image/ico_17.png) no-repeat center;
	background-size: cover;
}
.hfaq .foot{
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 999;
}
.hfaq .foot a{
	position: relative;
	display: inline-block;
	width: 288px;
	font-size: 20px;
	line-height: 1;
	padding: 22px 0;
	text-align: center;
	
	background: #00b8b3;
	box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	color: #fff;
}
.hfaq .foot a:before,
.hfaq .foot a:after{
	content: '';
	position: absolute;
	top: 0;
	
	border-style: solid;
	
}
.hfaq .foot a:before{
	left: -60px;
	border-width:33px 30px 30px;
	border-color: transparent #00b8b3 transparent transparent ;
}
.hfaq .foot a:after{
	right: -60px;
	border-width:33px 30px 30px ;
	border-color: transparent  transparent transparent #00b8b3;
}
.hcontact{
	padding: 105px 0 80px;
	overflow: hidden;
}
.hcontact-l{
	margin-left: 68px;
	float: left;
	width: 33%;
	visibility: visible;
	animation-name: fadeInLeft;
}
.hcontact-l .hd{
	position: relative;
	padding-bottom: 30px;
	font-size: 18px;
	color: #515c7a;
}
.hcontact-l .hd:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 2px;
	background: #00b8b3;
}
.hcontact-l .hd h3{
	font-size: 28px;
}
.hcontact-l .hd h3 i{
	margin-right: 34px;
}
.hcontact-l .hd p{
	margin-top: 30px;
	font-size: 18px;
}
.hcontact-l .bd{
 	margin-top: 20px;
 	color: #515c7a;
 	line-height: 42px;
}
.hcontact-r{
	margin: 75px 0 0 174px;
	float: left;
	color: #515c7a;
}
.hcontact-r li{
	margin-right: 70px;
	display: inline-block;
}
.hcontact-r li .img{
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #eeeeee;
}
.hcontact-r li .txt{
	margin-top: 15px;
	text-align: center;
}
.hcontact-r li .txt i{
	margin-right: 14px;
	vertical-align: -6px;
}

.hfoot{
	padding-top: 95px;
	background: url(../image/banner_4.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
} 
.hfoot .txt{
	margin-top: 15px;
	font-size: 36px;
}
.hfoot .txt h2{
	font-family: PingFang-SC-ExtraLight;
	
	letter-spacing: 2px;
	color: #6e7790;
}
.hfoot .txt p{
	margin-top: 10px;
	font-size: 16px;
}
.hfoot .btn{
	padding: 45px 0 90px;
	font-size: 26px;
}
.hfoot .btn a{
	display: inline-block;
	padding: 12px 0;
	width: 263px;
	color: #fff;
	background: #00b8b3;
	box-shadow: 0px 10px 20px 0px rgba(0, 184, 179, 0.5);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 184, 179, 0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.hfoot .btn a:hover{
	background: #00a7a2;
}


.tabnav{
	margin-top: 12px;
	font-size: 16px;
}
.tabnav li{
	margin-right: 20px;
	float: left;
	width: 23.6%;
	text-align: center;
}
.tabnav li a{
	display: block;
	padding: 25px 0;
	line-height: 1;
	background: #f5f6fa;
	color: #0d2a48;
	letter-spacing: 2px;
}
.tabnav li:last-child{
	margin-right: 0;
}
.tabnav li.on a{
	color: #00b8b3;
}

.faqlist{
	
}
.faqlist li{
	margin-top: 25px;
	padding: 45px 48px 45px 30px;
	background: #fff;
	border: solid 1px #eeeeee;
	cursor: pointer;
	background: url(../image/ico_03.png) no-repeat 95% 55px;
}
.faqlist li h3{
	font-size: 18px;
	
}
.faqlist li p{
	display: none;
	margin-top: 25px;
	font-size: 14px;
	color: #919aa4;
}

.faqlist li.open{
	background: url(../image/ico_02.png) no-repeat 95% 55px;
}
 
.faqlist .foot,
.newslist-ft{
	margin: 65px 0 45px;
	font-size: 18px;
	text-align: center;
}
.faqlist .foot a,
.newslist-ft a{
	width: 209px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.loginpage-bg{
	background: url(../image/banner_5.jpg) no-repeat center;
	background-size: cover;
}
.loginpage{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.loginpage .logo{
	position: absolute;
	top: 40px;
	left: 40px;
	width: 210px;
	height: 53px;
}
.login-wrap,
.reg-wrap{
	 position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);	
	width: 982px;
	height: 522px;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(28, 103, 106, 0.2);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(28, 103, 106, 0.2);
}
.login-left{
	float: left;
}
.login-right{
	padding: 0 96px;
	float: left;
	width: 30.2%;
}
.login-right .head{
	margin-top: 60px;
	text-align: center;
}
.login-right .head h3,
.reg-wrap .head h3{
	font-size: 24px;
	color: #009e96;
}
.login-right .head p,
.reg-wrap .head p{
	font-size: 12px;
	color: #b1b1b1;
	letter-spacing: 6px;
	line-height: 30px;
}

.login-right .body{
	margin-top: 70px;
}
.login-mtop .body{
	margin-top: 20px;
}
.login-right .body li,
.reg-wrap .body li{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.login-right .body li:last-child,
.reg-wrap .body li:last-child{
	margin-bottom: 0;
}
.login-right .body li i,
.reg-wrap .body li i{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
	font-size: 19px;
	color: #19bfba;
}
.login-right .body li input,
.reg-wrap .body li input{
	padding-left: 33px;
	float: left;
	width:89%;
	height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.login-right .body li.ver-btn,
.reg-wrap .body li.ver-btn{
	position: relative;
}
.login-right .body li.ver-btn input,
.reg-wrap .body li.ver-btn input{
	width: 43%;
}
.login-right .body li.ver-btn .btn-code,
.reg-wrap .body li.ver-btn .btn-code{
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #00b8b3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.login-right .body .txt-right{
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}
.login-right .body .txt-right a{
	color: #b1b1b1;
}
.login-right .foot{
	margin-top: 35px;
}
.login-right .foot input,
.reg-wrap .foot input{
	display: block;
	width: 297px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background: #00b8b3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.login-right .foot p,
.reg-wrap .foot p{
	margin-top: 30px;
	font-size: 14px;
	color: #b1b1b1;
	text-align: center;
}
.login-right .foot p a,
.reg-wrap .foot p a{
	color: #19bfba;
}
.login-right .foot input:hover,
.reg-wrap .foot input:hover{
	background: #009692;
}


.reg-wrap{
	padding: 35px 70px;
	width: 352px;
	height: 675px;
	text-align: center;
}
.reg-wrap .body{
	margin-top: 30px;
}
.reg-wrap .body li.ver-btn .txt-code{
	width: 55%;
}
.reg-wrap .body .rule{
	margin-top: 20px;
	font-size: 14px;
	color: #b1b1b1;
	text-align: left;
}
.reg-wrap .body .rule > label{
	position: relative;
	padding-left: 30px;
}
.reg-wrap .body .rule #rule{
	opacity: 0;
}
.reg-wrap .body #rule,
.reg-wrap .body #rule + label{
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
}
.reg-wrap .body #rule + label i{
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 15px;
	height: 15px;
 	font-size: 15px;
 	line-height: 1;
}
.reg-wrap .body #rule:checked + label i{
	font-size: 0;
	background: url(../image/ico_04.png) no-repeat center;
	color: #19bfba;
}
.reg-wrap .body .rule a{	
	color: #b1b1b1;
}
.reg-wrap .foot{
	margin-top: 35px;
}
.reg-wrap .foot input{
	width: 100%;
}
 


.odsrch{
 
}
.odsrch-bd{
	position: relative;
	margin: 39px auto 0;
	width: 1116px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
.odsrch-type{
  padding: 0 30px;
  background: url(../image/ico_05.png) no-repeat center right;
  text-align: center;
}
.odsrch-type h3{
 	padding-left: 0;
	color: #515c7a;
}
.odsrch-type ul{
	left: 27px;
	box-shadow: 0px 0px 40px 0px rgba(36, 67, 98, 0.1);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(36, 67, 98, 0.1);
}
.odsrch-txt input{
	padding: 0 155px 0 248px;
	color: #515c7a;
	border: solid 1px #eeeeee;
	height: 58px;
}
.odsrch-txt{
	width: 100%;
}
.odsrch-btn{
	
}
.odsrch-btn input{
	background: #19bfba;
	width: 153px;
	color: #fff;
	font-size: 20px;
	border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
}

.odtips{
	margin: 35px 0 25px;
	text-align: center;
	font-size: 14px;
	color: #919aa4;
}

.q-result{
	margin-bottom: 116px;
	font-size: 14px;
}

.q-result-bd{
	margin: 0 auto;
	padding: 35px 0 30px 55px;
	width: 1057px;
	line-height: 40px;
	border-radius: 5px;
	border: solid 1px #eeeeee;
}
.q-result-bd  ul{
	width: 795px;
	overflow: hidden;
}
.q-result-bd li{
	float: left;
  width: 50%;
}
.q-result-bd li.q-result-card{
	width: 100%;
} 
.q-result-bd li.q-result-btn a{
	display: inline-block;
	width: 76px;
	line-height: 24px;
	background-color: #00b8b3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	text-align: center;
}
.q-result-bd li font{
	color: #244362;
}
.q-result-bd li span{
	color: #00b8b3;
} 
.q-result-bd li a{
	color: #00b8b3;
}

.odlist .wrapper{
	width: 1114px;
}
.cardinfo0 p:nth-child(2n+1) {
 float: left;
    margin-right: 10px;
}
.odlist .row{
	margin-bottom: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #eeeeee;
	background: #fff;
}
.odlist .row .left{
	padding: 0 50px 0 39px;
	float: left;
	font-size: 12px;
	text-align: center;
}
.odlist .row .left a{
	display: block;
	margin-bottom: 13px;
	width: 162px;
	line-height: 30px;
	color: #fff;
	background-color: #7dd7be;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.odlist .row .left a:hover{
	background: #28c8b1;
}
.odlist .row .left a:last-child{
	margin-bottom: 0;
 
}
.odlist .row .center{
 	float: left;
 	font-size: 18px;
 	width: 52%;
 	text-align: left;
}
.odlist .row .center h3{
	font-size: 18px;
	color: #244362;
}
.odlist .row .center ul{
	margin-right: -25px;
	font-size: 12px;
}
.odlist .row .center li{
	float: left;
	margin-right: 25px;
	line-height: 25px;
	color: #738293;
}
.odlist .row .center li span{
	color: #00b8b3;
}
.odlist .row .right{
	padding: 10px 64px 19px 36px;
	float: right;
	font-size: 14px;
	line-height: 26px;
	color: #738293;
	border-left: 1px solid #e5e5e5;
}
.odlist .row .row-bd{
	padding: 38px 0 16px 0 ;
	background: #fff;
	overflow: hidden;
}
.odlist .row .row-ft{
	padding: 18px 36px;
	background: #f5f5f5;
	font-size: 12px;
	color: #919aa4;
}


.oderr{
	margin: 0 auto 70px;
	padding: 65px 0;
	width: 1114px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #eeeeee;
	text-align: center;
	color: #a7a7a7;
}


.odnotice{
	width: 1114px;
	margin: 0 auto 170px;
	padding: 25px 170px 45px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #eeeeee;
	color: #919aa4;
	font-size: 12px;
	line-height: 36px;
}
.odnotice span{

}


.about{
	position: relative;
	margin-bottom: 80px;
}
.about-bd{
	margin-top: 70px;
	overflow: hidden;
}
.about-bd .left{
	width: 50%;
}
.about-bd .left-hd{
	position: relative;
	padding-top: 36px;
	font-size: 30px;
	color: #244362;
}
.about-bd .left-hd:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 116px;
	height: 2px;
	background: #28c8b1;
}
.about-bd .left-bd{
	font-size: 14px;
	color: #738293;
	line-height: 30px;
}
.about-bd .left-bd p{
	margin-top: 45px;
}
.about-ft{
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 1070px;
	z-index: 99;
	padding: 40px 0 30px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
}

.about-ft li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.about-ft li .txt{
	margin-top: 15px;
	font-size: 14px;
	color: #4d5d6e;
}
.about-ft li .txt h3{
	font-size: 36px;
	color: #28c8b1;
}
.about-ft li .txt p{
	margin-top: 8px;
}


.paynotice{
	margin-top: 45px;
}
.paynotice .body{
	overflow: hidden;
}
.paynotice .body ul{
	margin-right: -25px;
	overflow: hidden;
} 
.paynotice .body li{
	position: relative;
	margin-right: 25px;
	float: left;
	width: 44.4%;
	margin-bottom: 10px;
	padding-left: 38px;
	overflow: hidden;
}
.paynotice .body li a{
	color: #4d5d6e;
}

.paynotice .body li i{
	position: absolute;
	top: 2px;
	left: 0;
}
.paynotice .body li span{
	float: right;
	color: #919aa4;
}
.paynotice .foot{
	margin: 50px 0;
	text-align: center;
	font-size: 18px;
}
.paynotice .foot a{
	display: inline-block;
	width: 209px;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 1px;
}
.paynotice .body-l li:hover a,
.paynotice .body-r li:hover a,
.paynotice .body-l li:hover span,
.paynotice .body-r li:hover span{
	color: #00b8b3;
}


.contact{
	margin-top: 60px;
}
.contact-hd ul{
	overflow: visible;
}
.contact-hd li{
	margin-right: 50px;
	padding: 55px 0;
	float: left;
	width: 260px;
	height: 145px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(154, 168, 202, 0.2);
	text-align: center;
}
.contact-hd li:last-child{
	margin-right: 0;
}
.contact-hd li .txt{
	margin-top: 10px;
}
.contact-hd li .txt p{
	margin-top: 15px;
	font-size: 16px;
}
.contact-hd li:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
}

.contact-bd{
	margin: 50px 0;
}


.certs{
	margin: 60px 0 50px;
}
.certs li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.certs li .txt{
	margin-top: 15px;
	color: #244362;
}


.gbook{
	width: 810px;
	margin: 80px auto 0;
}
.gbook-hd > ul > li{
	width: 100%;
	font-size: 14px;
	color: #4d5d6e;
	height: 50px;
	margin-bottom: 13px;
}
.gbook-hd > ul > li:last-child{
	margin-bottom: 0;
}
.gbook-hd > ul > li .label{
	float: left;
	display: block;
	width: 7%;
 	line-height: 50px;
}
.gbook-hd > ul > li .input{
	float: left;
	margin-left: 14px;
	width: 735px;
}
.gbook-hd > ul > li .input input{
	padding-left: 44px;
	width: 94%;
	height: 50px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.gbook-hd li .input .dropdown{
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	background: #fff;
}
.dropdown .selected,.dropdown li{
	padding: 17px 46px 17px;
}
.dropdown .selected{
	color: #b1b1b1;
}

.gbook-ft{
	margin: 40px 0 120px;
	text-align: center;
}
.gbook-ft-margin{
	margin: 30px 0 80px;
}
.gbook-ft input{
	width: 200px;
	line-height: 50px;
	color: #fff;
	background: #00b8b3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid #00b8b3;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.gbook-ft .rst{
	margin-right: 10px;
	background: #fff;
	color: #00b8b3;
}
.gbook-ft input:hover{
	background: #00a4a0;
	color: #fff;
}


.notices{
	margin-top: 25px;
}
.notices-bd li{
	padding: 20px 30px 25px;
	margin-bottom: 15px;
	line-height: 30px;
	border: 1px solid #eeeeee;
}
.notices-bd li .hd{
	font-size: 18px;
	line-height: 30px;
}
.notices-bd li .hd a{
	color: #515c7a;
}
.notices-bd li .bd{
	margin-top: 15px;
	font-size: 14px;
	color: #919aa4;
}
.notices-bd li .ft{
	margin-top: 20px;
	font-size: 14px;
	color: #919aa4;
	overflow: hidden;
}
.notices-bd li .ft-l{
	float: left;
}
.notices-bd li .ft-r{
	float: right;
}
.notices-ft{
	margin: 75px 0 45px;
	text-align: center;
}
.notices-ft a{
	width: 209px;
	line-height: 60px;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.newsd{
	margin-top: 36px;
}
.newsd-hd{
	padding-bottom: 20px;
	border-bottom: 1px solid #d0dbe8;
}
.newsd-hd .left,
.newsd-hd .right{
	background: #f5f5f5;
}
.newsd-hd a{
	display: block;
	width: 54px;
 	height: 54px;
}
.newsd-hd .left a{
	background: url(../image/ico_12.png) no-repeat center;
}
.newsd-hd .right a{
	background: url(../image/ico_13.png) no-repeat center;
}
.newsd-hd .center{
	font-size: 20px;
	color: #244362;
}
.newsd-hd .center p{
	margin-top: 15px;
	font-size: 14px;
	color: #89a1b8;
}
.feeesw{
	margin: 30px 0 40px;
	line-height: 36px;
	color: #818992;
}
.feeesw p{
	margin-bottom: 30px;
	text-indent: 32px;
}
.feeesw p:last-child{
	margin-bottom: 0;
}
.feeesw p.img{
	margin-top: 30px;
	text-align: center;
}
.newsd-ft{
	position: absolute;
	top: 350px;
	right: 235px;
}
.newsd-ft .back{
	display: block;
	padding: 14px 0;
	width: 80px;
	line-height: 1;
	text-align: center;
	background: #f5f5f5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.newsd-ft .back img{
}
.newsd-ft .back p{	
	font-size: 18px;
	color: #c6c6c6;
	line-height: 1;
}


.newslist{
	margin-top: 25px;
}
.asdadada{
	
}
.asdadada li{
	margin-bottom: 20px;
	border: 1px solid #eee;
	overflow: hidden;
}
.asdadada li .img{
	float: left;
	padding: 8px;
	font-size: 0;
}
.asdadada li .txt{
	padding: 20px 40px 0 30px;
	float: left;
	width: 95%;
	font-size: 14px;
	color: #919aa4;
}
.asdadada li .txt-hd{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #515c7a;
}
.asdadada li .txt-bd{
	margin-top: 20px;
	
}
.asdadada li .txt-ft{
 	margin-top: 30px;
}
.asdadada li .txt-ft .left span{
	margin-right: 30px;
}



body .dissolve{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vft-code{
	display: none;
	padding: 35px 46px ;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vft-code .bd{
	overflow: hidden;
}
.vft-code .bd input{
	float: left;
	padding-left: 30px;
	width: 46%;
	height: 42px;
	border: 1px solid #eee;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.vft-code .bd a{
	display: block;
	float: right;
}
.vft-code .bd img{
	width: 138px;
	height: 42px;
}
.vft-code .ft{
	margin-top: 30px;
}
.vft-code .ft input{
	padding: 14px 0;
	width: 100%;
	line-height: 1;
	color: #fefeff;
	background: #00b8b3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@media (orientation:portrait) and (max-width:800px) {
    .wrapper  { display:block;}
}





.dan-1{width:1150px;margin:0px auto;overflow:hidden;}  
.dan-2{width:1150px;margin:0px auto;overflow:hidden;margin-top:30px;}   
.dan-1 h2{text-align:center;margin-top:80px;}

.dan-left{width:700px;float:left;overflow:hidden;}
.dan-right{width:400px;float:right;overflow:hidden;}

.dan-3{overflow:hidden;margin-top:15px;margin-bottom:15px;border-bottom:1px solid #f2f2f2;padding-bottom:15px;}
.dan-3-1{width:30%;float:left;overflow:hidden;display:block;}
.dan-3-1 img{max-width:100%;}
.dan-3-2{width:65%;float:right;overflow:hidden;}
.dan-3-2-1 h2{font-size:20px;font-weight:normal;}
.dan-3-2-1 h2 a{color:#000;}
.dan-3-2-2{font-size:12px;color:#ababab;}
.dan-3-2-3{font-size:14px;color:#666666;} 
 
.dan-4{}
.dan-4 h3{font-size:20px;border-bottom:1px solid #E1E8F0;padding-bottom:0px;} 
.dan-4 ul{overflow:hidden;margin-bottom:50px;}
.dan-4 ul li{color:#00A4FF;}
.dan-4 ul li h4 {font-size:14px;padding-top: 10px;padding-bottom: 10px;border-bottom:1px dashed #E1E8F0;} 
.dan-4 ul li h4 a{color:#666;}
.dan-4 ul li h4 a:hover{text-decoration:none;color:#00a4ff;}

.dan-0{width:100%;background:#DEE1E6;overflow:hidden;}
  .position{margin-top:10px;margin-bottom:10px;}
  .position a{color:#333;}
  
 .showContent{line-height:180%;}
 .showInfo{text-align:center;padding-top:15px;padding-bottom:15px;}
 
 .showTitle{text-align:center;font-size:30px;}
 
 .showNext{margin-bottom:50px;}
 
 
 
@media (max-width: 768px) {
	 .dan-1{width:94%;}  
	 .dan-2{width:94%;}  
	 .dan-left{width:100%;}
	 .dan-right{width:100%;}
 }
 
 
.dan-right100{width:1000px;margin:0px auto;margin-bottom:30px;overflow:hidden;}
.dan-40{width:46%;float:left;margin-left:2%;margin-right:2%;}
.dan-40 h3{font-size:20px;border-bottom:1px solid #E1E8F0;padding-bottom:10px;} 
.dan-40 ul{overflow:hidden;margin-bottom:50px;}
.dan-40 ul li{color:#00A4FF;}
.dan-40 ul li h4 {font-size:14px;padding-top: 10px;padding-bottom: 10px;border-bottom:1px dashed #E1E8F0;} 
.dan-40 ul li h4 a{color:#666;}
.dan-40 ul li h4 a:hover{text-decoration:none;color:#00a4ff;}
 
 
 @media (max-width: 768px) {
	 .dan-right100{width:94%;}
	 .dan-40{width:100%;float:none;margin-top:30px;} 
 }
 
 
 .ab-1{width:1200px;margin:0px auto;overflow:hidden;padding-top:100px;text-align:center;padding-bottom:50px;}
.ab-title{font-weight:bold;font-size:1.5em;color:#333;text-align:center;}
.ab-1 p{text-align:left;padding-top:30px;font-size:16px;line-height:180%;color:#333;text-indent:30px;}
.ius{width:800px;}

.ab-1 div strong{text-align:center;font-size:1.6em;display:block;}
.ab-1 div{text-align:left;font-size:16px;line-height:180%;text-indent:10px;}
.ab-1 div strong.ab-100{text-align:left;font-size:1.2em;}

.ind-404{width:100%;overflow:hidden;background:#F0F0F0;text-align:center;padding-top:100px;padding-bottom:100px;}
@media screen and (max-width: 800px){
.ab-1{width:94%;padding-top:50px;}
.describe .prompt{width:94%;margin:0px auto;}
.bodytitle h2{font-size:1.3rem;}
.describe .prompt p{line-height:190%;font-size:1rem;}
.ask ul li p{line-height:180%;}
.ab-1 div img{width:100% !important;height:auto !important;}
.index-cms{width:96%;margin:0px auto;}

} 
 
 
 .foot-1{width:100%;background:#061432;overflow:hidden;}
 .foot-2{width:1200px;margin:0px auto;overflow:hidden;}
 .foot-2 p{width:1200px;margin:0px auto;overflow:hidden;color:white;text-align:center;margin-top:10px;margin-bottom:10px;}
 .foot-2 li {float:left;}
 .foot-2 span {float:left;display:block;color:white;}
 .foot-2-1{width:25%;float:left;margin-top:40px;}
.foot-2-2{color:white;font-size:16px;}
.foot-2-3{color:#9d9d9d;margin-top:15px;margin-bottom:20px;font-size:12px;}
.foot-2-3 img{max-width:30%;}
.foot-2-3 a{color:#9d9d9d;font-size:12px;}
.foot-2-3 a:hover{color:white;}

.foot-200{}
.foot-100{background:#061432;overflow:hidden;border-top:1px solid #18202f;}
.foot-2 li a:hover{color:white;}

@media screen and (max-width: 800px){
	.foot-2{width:94%;}
	.foot-2 p{width:94%;}
	.foot-2-1{width:50%;overflow:hidden;height:19rem;}
	.foot-2-3 img{max-width:65%;}
}
.foot-200 {
	overflow: hidden;
	margin: 30px auto 35px;
}
.foot-2 li {
	float: left;
	margin: 0 5px;
}