﻿ @charset "utf-8";
a {
	cursor:pointer;
	color:#333;
}
a:link {
	text-decoration:none;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;

}
img {
	max-width: 100%;
	border: 0;
	outline: none;
	vertical-align: middle;
}
/*浮动*/
.fl {
	display: inline;
	float: left
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
img {
	vertical-align:top;
	border:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
}
li {
	list-style-type:none;
}
html {
	width:100%;
	min-width:1200px;
}
body {
	width:100%;
	min-width:1200px;
	font:12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
	color:#333333;
}
/* 公共标题 */
.common_title {
	text-align: center;
}
.common_title_t label {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid rgba(132, 141, 173, 0.56);
	position: relative;
	top: -2px;
}
.common_title_t_l:after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 0;
	border-bottom: 1px solid rgba(132, 141, 173, 0.56);
	position: absolute;
	left: 9px;
	top: 4px;
}
.common_title_t_r:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 0;
	border-bottom: 1px solid rgba(132, 141, 173, 0.56);
	position: absolute;
	left: -28px;
	top: 4px;
}
.common_title_b {
	font-size: 14px;
	color: #aeaeae;
	text-align: center;
	margin-top: 15px;
	margin-bottom:20px
	
}
/* 必要性 */
.necessary {
	background-color: #f6f6fa;
	background-image: url(../images/rz008.png);
	background-position: center 170px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.necessary.yuzhuacn {
	padding-bottom: 20px;
}
.necessary img, .process img {
	display: block;
	margin: 0 auto;
}
.necessary_t {
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-family: Impact;
	font-weight: bold;
	text-align: center;
	margin: auto;
	margin-top: 26px;
}
.necessary_l {
	margin-top: 6px;
	text-align: center;
}
.necessary_l li {
	display: inline-block;
	width: 165px;
	height: 180px;
	position: relative;
	margin-left: 6px;
	text-align: center;
	background-image: linear-gradient(8deg, rgba(250, 250, 255, 0.83) 0%, rgba(255, 255, 255, 0.83) 82%), linear-gradient(#ffffff, #ffffff);
	border-radius: 4px;
}
.necessary_l li:first-child {
	margin-left: 0;
}
.necessary_l_i {
	display: inline-block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	line-height: 46px;
	background-color: #243159;
	margin: 28px 0 22px;
}
.necessary_l_d {
	font-size: 14px;
	color: #a5a6aa;
	width: 140px;
	margin: auto;
	height: 65px;
	overflow: hidden;
}
.necessary_l_b {
	width: 36px;
	height: 4px;
	position: absolute;
	bottom: 14px;
	left: 64px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efeff5), to(#efeff5)), -webkit-gradient(linear, left top, left bottom, from(#ebebf3), to(#ebebf3));
	background-image: linear-gradient(#efeff5, #efeff5), linear-gradient(#ebebf3, #ebebf3);
	background-blend-mode: normal, normal;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(153, 153, 180, 0.2);
	box-shadow: inset 1px 1px 2px 0px rgba(153, 153, 180, 0.2);
	border-radius: 2px;
	opacity: 0.5;
}
/* 服务介绍 */
.intro {
	width: 100%;
	height: 460px;
	background-color: #ffffff;
	padding-top: 52px;
}
.intro .common_title {
	width: 439px;
	margin: auto;
	padding-top: 37px;
	background: url(../images/service.png) center no-repeat;
}
.intro_l {
	margin-top: 65px;
}
.intro_l li {
	width: 240px;
	float: left;
	text-align: center;
}
.intro_l_i {
	width: 58px;
	height: 58px;
	margin: auto;
	line-height: 58px;
}
.intro_l_t {
	font-size: 18px;
	color: #232325;
	margin: 20px 0 5px;
}
.intro_l_t:after {
	content: '';
	display: block;
	width: 14px;
	height: 1px;
	background: #edeef1;
	margin: 8px auto 0;
}
.intro_l_d {
	font-size: 14px;
	color: #909093;
}
/* 流程 */
.process_data {
	width: 100%;
	background: url(../images/rz003.jpg) center -1px no-repeat;
	
}
.process {
	width: 100%;
	padding-top: 60px;
}
.process_l {
	margin-top: 50px;
}
.process_l li {
	float: left;
	width: 240px;
	text-align: center;
	position: relative;
}
.process_l li:first-child:before, .process_l li:first-child:after {
	display: none;
}
.process_l li:before {
	content: '';
	display: inline-block;
	width: 178px;
	height: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	position: absolute;
	left: -89px;
	top: 31px;
}
.process_l li:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #ececf6 url(../images/css_sprites.png) no-repeat -49px -220px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	position: absolute;
	left: -8px;
	top: 23px;
}
.process_l_circle {
	width: 62px;
	height: 62px;
	margin: auto;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.process_l_c {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.1);
	padding: 7px;
	animation: scaleCircle 2s ease-in infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -31px 0 0 -31px;
}
.process_l_cc {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.1);
	padding: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
	animation: scaleCircle 2s ease-in 1s infinite;
}
.process_l_ccc {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.23);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}
 @keyframes scaleCircle {
 0% {
 transform: scale(0.4);
 opacity: 0;
 filter: alpha(opacity=0);
}
 50% {
 transform: scale(0.7);
 opacity: 1;
 filter: alpha(opacity=100);
}
 100% {
 transform: scale(1);
 opacity: 0;
 filter: alpha(opacity=0);
}
}
.process_l_d {
	font-size: 14px;
	color: #fff;
	width: 220px;
	margin: auto;
	height: 50px;
	line-height: 25px;
}
.process_l_icon {
	display: block;
	width: 14px;
	height: 1px;
	background: url(../images/rz008.png) no-repeat;
	margin: 14px auto 0;
}
/* 证书 */
.certificate {
	height: 490px;
	padding-top: 45px;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.certificate ul {
	margin-top: 24px;
}
.certificate li {
	float: left;
	margin: 0 0 10px 6px;
}
.certificate li:first-child {
	margin-left: 0;
}
/* 问题 */
.questions {
	height: 420px;
	padding-top: 44px;
}
.questions ul {
	margin-top: 20px;
}
.questions_l {
	width: 345px;
	height: 130px;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px 0 rgb(146 146 146 / 10%);
	-moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
	margin-bottom:20px;
	margin-right:15px;
	padding:20px
}
.questions_l:first-child {
	margin-left: 0;
}
.questions_l_q {
	height:45px;

	border-bottom: 1px dashed #dbdde0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.questions_l_q span {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	vertical-align: middle;
	margin-left: 10px;
}
.questions_l_a {
	margin-left: 12px;
	margin-top: 15px;
}
.questions_l_a i {
	vertical-align: text-top;
}
.questions_l_a span {
	display: inline-block;
	font-size: 13px;
	color: #888;
	margin-left: 10px;
	line-height: 24px;
	height: 48px;
	width: 290px;
	vertical-align: top;
}
.questions_l_d {
	transition: 0.3s;
}
.questions_l_d:hover span {
	color: #ff6031;
	margin-right: 20px;
}
.questions_l_d span {
	font-size: 13px;
	color: #858585;
	margin: 0 8px 0 42px;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.questions_more {
	width: 159px;
	height: 34px;
	display: block;
	margin: 28px auto;
	border-radius: 17px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	font-size: 14px;
	color: #ff6031;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.questions_more::after {
 content: '';
 position: absolute;
 background: url(../images/css_sprites.png) -141px -179px no-repeat;
 width: 98px;
 height: 7px;
 top: 14px;
 left: 30px;
}
.questions_more:hover {
	background: #ff6031;
	color: #fff;
}
.questions_more:hover::after {
 background: url(../images/css_sprites.png) -141px -196px no-repeat;
}
/* 流程新增样式 */
.noLine:after, .noLine:before {
	content: none !important;
}
.hasLine:before {
	content: '';
	display: inline-block;
	width: 178px;
	height: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	position: absolute;
	left: -89px;
	top: 31px;
}
.hasLine:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #ececf6 url(../images/rz0084.png) center no-repeat;
	border: solid 1px rgba(255, 255, 255, 0.3);
	position: absolute;
	left: -8px;
	top: 24px;
}
.process_l_ccc_hover {
	background-color: #5e86d6;
}
.new_block1 .label {
	width: 80px;
	height: 40px;
	text-align: right;
	font-weight: bold;
	float: left;
	display: table;
}
.new_block1 .label span {
	display: table-cell;
	vertical-align: middle;
}
.new_block1 .label span span {
	display: block;
	color: #9e9e9e;
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
}
.new_block1 .label small {
	color: #ff7800;
	vertical-align: middle;
}
.new_block1 .item_text {
	width: 115px;
	display: inline-block;
	height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new_block1 .item_text span {
	vertical-align: middle;
	line-height: 34px;
	float: left;
}
.new_block1 .item_text .text_b {
	font-size: 12px;
	margin-right: 4px;
}
.new_block1 .item_r {
	width: 40px;
	height: 100%;
	float: right;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #dfdfdf;
}
.new_block1 .item_r i {
	display: table;
	width: 100%;
	height: 100%;
	color: #979797;
	font-size: 12px;
	text-align: center;
	position: relative;
}
.new_block1 .item_r i:before {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.new_block1 .select .more_item {
	min-width: 275px;
	max-width: 480px;
	padding: 21px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: solid 1px #dfdfdf;
}
.new_block1 .item_ul {
	width: 100%;
	display: none;
}
.new_block1 .select:first-child .item_ul {
	display: inline-block;
}
.new_block1 .item_li {
	float: left;
	width: 142px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #575757;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 10px;
}
.new_block1 .item_li:hover, .new_block1 .item_li.active {
	color: #3c5791;
}
.new_block1 .more_radio .item_li i {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.new_block1 .checkbox_item .item_li i {
	width: 14px;
	height: 14px;
	border-radius: 3px;
}
.new_block1 .item_li i {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
}
.new_block1 .item_li.active i {
	background: #3c5791;
	position: relative;
	border: none;
}
.new_block1 .more_radio .item_li.active i:after {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
}
.new_block1 .checkbox_item .item_li.active i:after {
	content: '';
	display: block;
	width: 9px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/gou.png") no-repeat;
}
.new_block1 .more_item .active_item {
	display: none;
}
.new_block1 .more_item .active_item span {
	display: inline-block;
	padding: 6px 10px;
	font-size: 12px;
	color: #808080;
	background-color: #f5f5f5;
	border-radius: 3px;
	margin: 10px 10px 0 0;
}
.new_block1 .slide {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 20px 0;
}
.new_block1 .btns {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.new_block1 .btns a {
	display: inline-block;
	width: 58px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.new_block1 .btns a:hover {
	top: -2px;
}
.new_block1 .btns_l {
	margin-right: 10px;
	background-color: #3c5791;
	color: #fff;
}
.new_block1 .btns_r {
	background-color: #f9f9f9;
	border: solid 1px #dfdfdf;
	color: #9e9e9e;
}
.notAllow {
	cursor: not-allowed!important;
	background-color: #dfdfdf!important;
}
.notAllow a {
	cursor: not-allowed!important;
	color: #aaa!important;
}
.service.espic ul {
	width: auto;
	height: 292px;
	margin: 5px auto 0 auto;
	position: relative;
	display: table;
}
.service.espic li {
	position: relative;
	width: 224px;
	height: 262px;
	background: url(../images/rz008.png) no-repeat;
	float: left;
	margin: 15px 0 0 20px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.02);
	text-align: center;
}
.service.espic li:first-child {
	margin-left: 0;
}
.service.espic li:hover {
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.service.espic li .p1 {
	margin: 25px auto 23px auto;
	padding: 3px 0;
	width: 136px;
	background: #f0eef8;
	box-shadow: 0 2px 5px rgba(59, 66, 118, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(59, 66, 118, 0.1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.service.espic li .p1 img {
	width: 130px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.service.espic li .p2 {
	font-weight: bold;
	font-size: 18px;
	color: #3e4b73;
	margin-top: -4px;
}
.service.espic li .p3 {
	font-weight: bold;
	font-size: 30px;
	color: #ff580e;
}
.service.espic li .p3 span {
	font-weight: normal;
	font-size: 16px;
}
.service.espic li .p4 {
	border-top: 1px solid #ebebf3;
	height: 43px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service.espic li .p4 a {
	float: left;
	width: 100%;
	height: 42px;
	position: relative;
	line-height: 42px;
	font-size: 14px;
	color: #9e9fa6;
}
.service.espic li .p4 a:hover {
	color: #ff580e;
}
.advantage {
	width: 100%;
	background: url(../images/rz005.jpg) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; padding-top:70px
}
.advantage_list_each:last-child {
	margin-right: 0;
}
.advantage_list_each {
	width: 292px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	margin-right: 10px;
}
.advantage_list_each .advantage_info {
	font-size: 14px;
	color: #a3adcc;
	line-height: 20px;
}
.advantage_list_each .advantage_name {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.advantage .common_title_t p {
	color: #fff;
}
.common_title_t p {
	font-size: 30px;
	color: #243159;
	display: inline-block;
	margin: 0 36px;
	font-weight: bold;
	vertical-align: middle;
}
.advantage .common_title_b {
	color: #b9bfd5;
}
.header .right .layui-btn {
	width: 230px;
	height: 45px;
	font-size: 18px;
	background-color: #FE914A;
	color:#fff;
	border-radius: 100px;
	border: 1px solid #fe914a;
}
.layui-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	cursor:pointer
}
.header {
	height: 80px;
	width: 100%;
	line-height: 80px;
	background-color: #28385ae6;
	position: fixed;
	top: 0;
	z-index: 99;
}
.float-left a {
	color: #6c7579;float: left;
	font-size: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #60d680;
	float:left
}






.float-left a img {
	width: 40px;
	height:40px;
	margin-right: 10px;
}
.nav {
	width: 100%;
	height: 534px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.register {
	height: 370px;
	width: 360px;
	overflow: hidden;
	background-color: #2394fb;
	border-radius: 5px;
	margin-top: 40px;
	text-align: center;
	float: right;
}
.register .title {
	color: #ffffff;
	font-size: 25px;
	margin-top: 40px;
}
.register .desc {
	color: #a9c7f4;
	font-size: 15px;
	margin: 10px 0;
}
.nav-left p {
    font-size: 20px;
    padding-left: 10px;
    line-height: 40px;
    color: #eee;
}
.nav-left {
	margin-top: 100px;
	text-align: center;
}
.layui-container {
	width: 1200px;
	margin: 0 auto;
}
.layui-btn-radius {
	border-radius: 100px;
}
.float-right {
	float: right;
	border-radius: 400px;

	background: #ff5e30;font-weight: bold;

	color: #fff;
	height: 7px;
	line-height: 7px;
	margin-top: 16px;
	font-size:16px;
	padding:20px 30px
	
	
	
	
	
	

}
.box1200 {
	margin:0 auto;
	width: 1200px;
}

.box1200 li img{width:280px; margin-right:15px}


.nav-left h1{color: #ffffff;font-size: 73px;font-weight: 900;   padding-top:50px; margin-bottom:20px}
.css2{font-style:oblique;font-weight: bold;padding:10px 0;background-color: #ffffff;border-radius: 200px;font-size: 23px;color: #411E86; }
.css1{padding:20px 36px; width:750px; margin:0 auto}