/* 1.public */
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.ts_1{
	height: 30px;
	position: relative;
}
.ts_1 h1{
	font-weight: normal;
	line-height: 30px;
	font-size: 16px;
	color: #575757;
}
.ts_1 h1 span{
	font-size: 20px;
	color: #14a9a8;
}
.ts_1 a{
	background-color: #14a9a8;
    bottom: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    border-radius: 3px;
}
.ts_2{
	height: 25px;
	line-height: 25px;
}
.ts_2 > h1{
	border-left: 5px solid #14a9a8;
	height: 25px;
	line-height: 23px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-indent: 7px;
}
#site{
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #f1f1f1;
	color: #b4a7a7;
	font-size: 13px;
	padding-bottom: 8px;
}
#site a{
	font-size: 13px;
	color: #666666;
}
.footer{
	background-color: #f0f0f0;
	text-align: center;
	padding: 30px 0;
}
.footer p{
	color: #747474;
	font-size: 14px;
	line-height: 28px;
}
.footer p span{
	padding: 0 10px;
}
/* 2.index */
.head{
	overflow: hidden;
	position: relative;
	min-height: 121px;
}
.top{
	width: 100%;
	min-width: 1200px;
	height: 67px;
	z-index: 999;
}
/* .top_d{
	width: 100%;
	min-width: 1200px;
	height: 113px;
	position: absolute;
	top: 0;
	z-index: 999;
	background-color: #0455be;
} */
.top_bar{
	width: 1200px;
	margin: 0 auto;
	height: 67px;
	position: relative;
}
.top_bar > a.logo{
	display: block;
    width: 400px;
    height: 59px;
    background: url(../images/logo.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}
.top_bar > .lg_btn{
	position: absolute;
	width: 180px;
	right: 0;
	top: 19px;
	height: 29px;
}
.top_bar > .lg_btn > a{
	display: inline-block;
	color: #7d7d7d;
	font-size: 18px;
	height: 29px;
	width: 50px;
	padding-left: 20px;
	text-align: center;
	line-height: 29px;
	border-radius: 4px;
}
.top_bar > .lg_btn > a.btn_1{
	background: url(../images/btn_1_icon.png) no-repeat 0 center;
}
.top_bar > .lg_btn > a.btn_2{
	background: url(../images/btn_2_icon.png) no-repeat 3px center;
}
.top_bar > .lg_btn > a:hover{
	color: #2154cf;
}
.top_bar > .lg_btn > a.btn_1:hover{
	background: url(../images/btn_1h_icon.png) no-repeat 0 center;
}
.top_bar > .lg_btn > a.btn_2:hover{
	background: url(../images/btn_2h_icon.png) no-repeat 3px center;
}


.top_bar > .lg_co{
	position: absolute;
	right: 0;
	top: 19px;
	height: 29px;
}
.top_bar > .lg_co > .user_name{
	float: left;
	height: 29px;
	line-height: 29px;
	color: #5b5b5b;
	font-weight: bold;
	padding-right: 15px;
	width: 162px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_bar > .lg_co > .op_bar{
	float: right;
	width: 233px;
	height: 29px;
}
.top_bar > .lg_co > .op_bar a{
	display: inline-block;
	color: #7d7d7d;
	font-size: 18px;
	height: 29px;
	width: 87px;
	padding-left: 20px;
	text-align: center;
	line-height: 29px;
	border-radius: 4px;
	margin: 0 3px;
}
.top_bar .op_bar > a.op_1{
	background: url(../images/op_1_icon.png) no-repeat 0 center;
}
.top_bar .op_bar > a.op_2{
	background: url(../images/op_2_icon.png) no-repeat 0 center;
}
.top_bar .op_bar > a:hover{
	color: #2154cf;
}
.top_bar .op_bar > a.op_1:hover{
	background: url(../images/op_1h_icon.png) no-repeat 0 center;
}
.top_bar .op_bar > a.op_2:hover{
	background: url(../images/op_2h_icon.png) no-repeat 0 center;
}


.nav_bar{
	float: right;
    height: 54px;
   	width: 100%;
   	min-width: 1200px;
   	margin: 0 auto;
   	background-color: #0c1f51;
}
.nav_bar ul{
	overflow: hidden;
	height: 54px;
	width: 1200px;
	margin: 0 auto;
}
.nav_bar ul li{
	float: left;
    height: 54px;
    padding: 0 24px 0 21px;
    line-height: 54px;
    position: relative;
}
.nav_bar ul li > div.line{
	position: absolute;
	right: 0;
	width: 2px;
	background-color: #fff;
	height: 22px;
	top: 16px;
}
.nav_bar ul li a{
	font-size: 18px;
	color: #fff;
	display: block;
	height: 54px;
	padding: 0 15px;	
}
.nav_bar ul li a:hover{
	background-color: #2a5cd7;
}

/* login */
.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center 0;
	margin: 0 auto;
	width: 100%;
	height: 570px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}
.login_bg > .footer{
	position: absolute;
	bottom: 0;
}
.login_wrapper{
    margin: 0 auto;
    width: 1200px;
}
.login_bg .login_box{
	width: 408px;
	height: 393px;
	margin: 95px 25px 0 0;
	border-radius: 8px;
	background: url(../images/bbg.png) repeat;
	padding: 2px;
	float: right;
}
.login_bg .login_box .login{
	background-color: #fff;
	width: 408px;
	height: 393px;
	border-radius: 6px;
}
.login_bg .login_box .login h1{
	color: #0c1f51;
	text-align: center;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 17px;
}
.login_bg .login_box .login table {
    margin: 0 auto;
    width: 320px;
}
.login_bg .login_box .login table th {
    color: #393939;
    font-size: 15px;
    font-weight: normal;
    min-width: 120px;
    text-align: right;
}
.login_bg .login_box .login table td.r_1 {
    height: 66px;
}
.login_bg .login_box .login table td.r_1 input {
    border: 1px solid #6776cb;
    border-radius: 3px;
    height: 54px;
    line-height: 38px;
    padding: 0 0 0 60px;
    width: 258px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 16px;
    color: #000;
    line-height: 54px;
}
.login_bg .login_box .login table td.r_1 input.username{
	background:#fff url(../images/userName.png) no-repeat 19px center;
}
.login_bg .login_box .login table td.r_1 input.password{
	background:#fff url(../images/passWord.png) no-repeat 20px center;	
}
.login_bg .login_box .login table td.r_4 input.validatecode{
	background:#fff url(../images/validateCode.png) no-repeat 18px center;	
}
.login_bg .login_box .login table td {
    color: #666666;
    font-size: 18px;
    position: relative;
}
.login_bg .login_box .login table td.r_1 > span{
	font-size: 16px;
	color: #0c1f51;
	position: absolute;
	left: 53px;
	display: block;
	width: 257px;
	height: 54px;
	line-height: 54px;
	top: 8px;
	padding-left: 11px;
}
.login_bg .login_box .login table td.r_4 > span{
	font-size: 16px;
	color: #0c1f51;
	position: absolute;
	left: 53px;
	display: block;
	width: 122px;
	height: 54px;
	line-height: 54px;
	top: 8px;
	padding-left: 11px;
}
.login_bg .login_box .login table td.r_4 {
    height: 66px;
}
.login_bg .login_box .login table td.r_4 input[type="text"] {
    border: 1px solid #6776cb;
    border-radius: 3px;
    float: left;
    height: 54px;
    line-height: 38px;
    padding: 0 0 0 60px;
    width: 112px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 16px;
    color: #000;
    line-height: 54px;
}
.login_bg .login_box .login .btn_bar {
    margin-top: 21px;
	padding-left: 44px;
}
.login_bg .login_box .login .btn_bar input.btn_1 {
    background-color: #1555a3;
    float: left;
}
.login_bg .login_box .login .btn_bar input {
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 44px;
    padding: 0;
    width: 108px;
}
.login_bg .login_box .login .btn_bar span {
    padding: 0 10px;
}
.login_bg .login_box .login .btn_bar a.btn_2 {
    background-color: #4da115;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 44px;
    padding: 0;
    width: 108px;
    display: block;
    float: left;
    text-align: center;
    line-height: 44px;
    margin-left: 20px;
}
.login_bg .login_box .login .btn_bar a.find{
	font-size: 18px;
	color: #555555;
	line-height: 44px;
}

/* register */
#register .zc_tt{
	margin-top: 30px;
	text-align: center;
	line-height: 36px;
	margin-bottom: 15px;
	color: #363636;
	font-size: 30px;
}
#register .zc_tt > .line{
	height: 0px;
	padding-top: 13px;
	border-bottom: 3px solid #e0e5f0;
	background-color: #f7f9fb;
}
#register .zc_tt > .line > .bar{
	background-color: #2255ce;
	height: 3px;
	width: 305px;
	margin: 0 auto;
}

#register .sec_1{
	background-color: #f2f2f2;
	padding: 45px 0;
}
#register .sec_1 table {
    margin-left: 115px;
    width: 1015px;
}
#register .sec_1 table th {
    color: #393939;
    font-size: 15px;
    font-weight: normal;
    min-width: 120px;
    text-align: right;
}
#register .sec_1 table td.r_1 {
    height: 60px;
}
#register .sec_1 table td.r_1 input {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 -5px 10px #f9f9f9 inset;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 288px;
}
#register .sec_1 table td.note{
	color: #6b6b6b;
	font-size: 14px;
	width: 800px;
}
#register .sec_1 table td.note > span{
	background-color: #fa4c00;
	color: #fff;
	padding: 10px 5px 9px 5px;
	border-radius: 5px;
}
#register .sec_1 table td.note > i{
	padding-left: 5px;
}
#register .sec_1 table td.note > i em{
	color: #00479d;
}

#register .sec_1 table td {
    color: #666666;
    font-size: 18px;
    width: 310px;
}
#register .sec_1 .btn_bar {
    margin-top: 21px;
    text-align: center;
}
#register .sec_1 .btn_bar input {
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 54px;
    padding: 0;
    width: 213px;
    background: url(../images/register_btn.png) no-repeat;
    cursor: pointer;
}
.f_red {
    color: #fc3804;
    margin-right: 5px;
}
#register .sec_2{
	background-color: #7094e8;
	padding: 10px 0 30px 0;
	margin-bottom: 30px;
	color: #fff;
}
#register .sec_2 p{
	font-size: 15px;
	color: #fff;
	padding:15px 0 0 414px;
}

/* centers */
.centers_style {
    width: 1300px;
	margin: 30px auto 35px;
}
.centers_style .bg_line {
    height: 59px;
    width: 100%;
}
.centers_style .body_wrapper {
    margin-top: -51px;
    padding-top: 0;
}
.centers_style_tit {
    border: 1px solid #fff;
    height: 51px;
    width: 1198px;
}
.centers_style_tit h1 {
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}
.centers_style .centers_style_content {
    overflow: hidden;
    width: 100%;
    margin-top: 35px;
}
.kjwx .bg_line {
    background: #118ab7 none repeat scroll 0 0;
}
.wx_style_tit {
    background: #4eb3d8 none repeat scroll 0 0;
}

/* repair */
.repair_bg{
    background: #efeff4 none repeat scroll 0 0;
    margin: 0 auto;
    width: 1300px;
    height: 553px;
    background: url(../images/repair.jpg) no-repeat;
    position:relative;
}
.repair_bg .a_1{
    display: block;
    height: 40px;
    left: 662px;
    position: absolute;
    top: 256px;
    width: 170px;
}
.repair_bg .a_2{
    display: block;
    height: 40px;
    left: 662px;
    position: absolute;
    top: 312px;
    width: 170px;
}

/* platforms_list */
.platforms_list_style {
    width: 1300px;
	margin: 30px auto 0;
}
.platforms_list_style .bg_line {
    height: 59px;
    width: 100%;
}
.platforms_list_style .body_wrapper {
    margin-top: -51px;
    padding-top: 0;
}
.platforms_list_style_tit {
    border: 1px solid #fff;
    height: 51px;
    width: 1198px;
}
.platforms_list_style_tit h1 {
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}
.platforms_list_style .platforms_list_style_content{
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}
.pf .bg_line {
    background: #1158b7;
}
.pf_style_tit {
    background: #4e89d8;
}
.platforms_list_style_content .section_1{
	height: 755px;
}
.platforms_list_style_content .section_1 h1{
	font-size: 30px;
	color: #3068bc;
	height: 30px;
	line-height: 30px;
	padding: 15px 0;
}
.platforms_list_style_content .section_1 ul{
	margin-left: -24px;
}
.platforms_list_style_content .section_1 ul li{
	height: 313px;
	width: 376px;
	float: left;
	margin-left: 24px;
	margin-bottom: 30px;
	margin-top: 10px;
	-moz-box-shadow:2px 2px 10px #aaa; 
	-webkit-box-shadow:2px 2px 10px #aaa; 
	box-shadow:2px 2px 10px #aaa;
}
.platforms_list_style_content_2{
	width: 1300px;
	margin: 0 auto;
}
.platforms_list_style_content_2 .section_2{
	width: 1200px;
	margin: 0 auto;
	background: none;
	height: 400px;
}
.platforms_list_style_content_2 .section_2 h1{
	color: #3068bc;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    padding: 15px 0;
}
.platforms_list_style_content_2 .section_2 ul{
	overflow: hidden;
	border-bottom: 1px dashed #7b7b7b;
	padding: 20px;
}
.platforms_list_style_content_2 .section_2 ul li{
	float: left;
	margin: 0 8px;
}
.platforms_list_style_content_2 .section_2 ul li.first{
	font-size: 15px;
	color: #3068bc;
}
.platforms_list_style_content_2 .section_2 ul li.first span{
	padding-left: 10px;
	color: #474747;
}
.platforms_list_style_content_2 .section_2 ul li a{
	font-size: 15px;
	color: #474747;
}

/* confirm_index */
#confirm_index .confirm_banner{
	height: 452px;
	background: url(../images/confirm_banner.jpg) no-repeat;
}
#confirm_index > .section_1{
	margin-top: 30px;
	height: 333px;

}
#confirm_index > .section_1 .pl{
	width: 740px;
	float: left;	
}
#confirm_index > .section_1 .pr{
	width: 430px;
	float: right;
}
#confirm_index > .section_1 .title{
	height: 50px;
	position: relative;
}
#confirm_index > .section_1 .title h1{
	color: #4b4b4b;
	font-size: 27px;
	height: 30px;
	line-height: 30px;
}
#confirm_index > .section_1 .title h2{
	font-size: 18px;
	color: #b7b7b7;
	height: 20px;
	line-height: 20px;
}
#confirm_index > .section_1 .title > a{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 16px;
	color: #2b2b2b;
}
#confirm_index > .section_1 .pl .info{
	margin-top: 15px;
	height: 267px;
	background-color:#f8f8f8;
	width: 740px;
}
#confirm_index > .section_1 .pl .info img{
	float: left;
	display: block;
	height: 267px;
	width: 380px;
}
#confirm_index > .section_1 .pl .info .bar{
	float: left;
	height: 267px;
	width: 330px;
	margin-left: 20px;
}
#confirm_index > .section_1 .pl .info .bar h1{
	color: #4a4a4a;
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
}
#confirm_index > .section_1 .pl .info .bar p{
	font-size: 12px;
	color: #727272;
	padding-top: 30px;
	line-height: 28px;
	text-align: justify;
}
#confirm_index > .section_1 .pr ul{
	margin-top: 15px;
}
#confirm_index > .section_1 .pr ul li{
	overflow: hidden;
	margin-top: 5px;
}
#confirm_index > .section_1 .pr ul li h1{
	font-size: 18px;
	color: #4a4a4a;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/ar_dot.jpg) no-repeat 0 center;
}
#confirm_index > .section_1 .pr ul li p{
	font-size: 12px;
	color: #727272;
	line-height: 25px;
	padding-top: 5px;
}
#confirm_index > .section_2{
	margin-top: 30px;
	overflow: hidden;
	background: none;
	height: 564px;
}
#confirm_index > .section_2 .title{
	height: 50px;
	text-align: center;
}
#confirm_index > .section_2 .title h1{
	color: #4b4b4b;
	font-size: 27px;
	height: 30px;
	line-height: 30px;
}
#confirm_index > .section_2 .title h2{
	font-size: 18px;
	color: #b7b7b7;
	height: 20px;
	line-height: 20px;
}
#confirm_index > .section_2 .hd{
	height: 56px;
	margin-top: 10px;
}
#confirm_index > .section_2 .hd ul{
	height: 56px;
}
#confirm_index > .section_2 .hd ul li{
	height: 53px;
	border-bottom: 3px solid #e0e5f0;
	width: 400px;
	float: left;
	cursor: pointer;
}
#confirm_index > .section_2 .hd ul li.on{
	border-bottom: 3px solid #2255ce;
}
#confirm_index > .section_2 .hd ul li span{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #363636;
	border-bottom: 12px solid #f9fafc;
	padding-top: 10px;
	height: 31px;
}
#confirm_index > .section_2 .bd{
	margin-top: 20px;
	overflow: hidden;
}
#confirm_index > .section_2 .bd .con{
	overflow: hidden;
}
#confirm_index > .section_2 .bd .con .info_bar{
	height: 300px;
}
#confirm_index > .section_2 .bd .con .info_bar img{
	display: block;
	height: 300px;
	width: 475px;
	float: left;
}
#confirm_index > .section_2 .bd .con .info_bar .bar{
	height: 300px;
	width: 700px;
	float: right;
	position: relative;
}
#confirm_index > .section_2 .bd .con .info_bar .bar h1{
	color: #5a5a5a;
	font-size: 24px;
	padding: 15px 0;
}
#confirm_index > .section_2 .bd .con .info_bar .bar p{
	font-size: 14px;
	color: #727272;
	text-indent: 2em;
	padding-top: 15px;
	line-height: 28px;
	text-align: justify;
}
#confirm_index > .section_2 .bd .con .info_bar .bar div.op_bar{
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#confirm_index > .section_2 .bd .con .info_bar .bar div.op_bar > a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	font-size: 18px;
	color: #727272;
	margin-left: 15px;
}
#confirm_index > .section_2 .bd .con .info_bar .bar div.op_bar > a.a_1{
	background: url(../images/op_bg1.jpg) no-repeat 2px 9px;
}
#confirm_index > .section_2 .bd .con .info_bar .bar div.op_bar > a.a_2{
	background: url(../images/op_bg2.jpg) no-repeat 0 9px;
}
#confirm_index > .section_2 .bd .con .info_bar .bar a.go{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 170px;
	background-color: #489ae3;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}
#confirm_index > .section_2 .bd .con .a_bar{
	height: 108px;
	margin-top: 20px;
}
#confirm_index > .adv_bar{
	height: 124px;
	margin: 30px 0;
}
#confirm_index > .adv_bar .ad_1{
	float: left;
}
#confirm_index > .adv_bar .ad_2{
	float: left;
	margin-left: 15px;
}
#confirm_index > .adv_bar .ad_3{
	float: right;
}

/* confirm_list_kjx */
#confirm_list_kjx{
	overflow: hidden;
}
#confirm_list_kjx .title {
    height: 75px;
    text-align: center;
	margin-top: 40px;
}
#confirm_list_kjx .title h1 {
    color: #363636;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_kjx .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_kjx .plat_1{
	padding: 25px 50px;
	background-color: #6395df;
	margin-top: 15px;
}
#confirm_list_kjx .plat_1 p{
	text-indent: 2em;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}
#confirm_list_kjx .plat_2{
	margin-top: 30px;
	height: 120px;
	padding: 0 40px;
	line-height: 30px;
}
#confirm_list_kjx .plat_2 .pl{
	height: 90px;
	width: 518px;
	float: left;
	padding-top: 30px;
	background: url(../images/kjx_bg_l.jpg) no-repeat;
	padding-left: 35px;
	color: #727272;
	font-size: 12px;
}
#confirm_list_kjx .plat_2 .pr{
	height: 90px;
	width: 518px;
	float: right;
	background: url(../images/kjx_bg_r.jpg) no-repeat;
	margin-top: 2px;
	padding-top: 30px;
	padding-left: 35px;
	color: #727272;
	font-size: 12px;
}
#confirm_list_kjx .plat_3{
	height: 256px;
	padding-left: 15px;
	padding-top: 10px;
}
#confirm_list_kjx .plat_3 li{
	height: 152px;
	width: 211px;
	float: left;
	margin: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 104px 25px 0 25px;
}
#confirm_list_kjx .plat_3 li.lc_1{
	background: url(../images/kjx_lc_1.jpg) no-repeat;
}
#confirm_list_kjx .plat_3 li.lc_2{
	background: url(../images/kjx_lc_2.jpg) no-repeat;
}
#confirm_list_kjx .plat_3 li.lc_3{
	background: url(../images/kjx_lc_3.jpg) no-repeat;
}
#confirm_list_kjx .plat_3 li.lc_4{
	background: url(../images/kjx_lc_4.jpg) no-repeat;
}
#confirm_list_kjx .plat_4{
	height: 323px;
	margin-top: 20px;
}
#confirm_list_kjx .plat_4 li{
	float: left;
	height: 170px;
	width: 259px;
	font-size: 14px;
	color: #727272;
	text-align: center;
	padding: 153px 20px 0 20px;
	line-height: 28px;
}
#confirm_list_kjx .plat_4 li.zc_1{
	background: url(../images/zc_bg_1.jpg) no-repeat center 0;
}
#confirm_list_kjx .plat_4 li.zc_2{
	background: url(../images/zc_bg_2.jpg) no-repeat center 0;
}
#confirm_list_kjx .plat_4 li.zc_3{
	background: url(../images/zc_bg_3.jpg) no-repeat center 0;
}
#confirm_list_kjx .plat_4 li.zc_4{
	background: url(../images/zc_bg_4.jpg) no-repeat center 0;
}
#confirm_list_kjx .plat_4 li.zc_5{
	background: url(../images/zc_bg_5.jpg) no-repeat center 0;
}
#confirm_list_kjx .section_sp{
	width: 100%;
	height: 555px;
	background-color: #6395df;
	margin-top: 50px;
	overflow: hidden;
}
#confirm_list_kjx .section_sp .title {
    height: 75px;
    margin-top: 30px;
    text-align: center;
}
#confirm_list_kjx .section_sp .title h1 {
    color: #fff;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_kjx .section_sp .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_kjx .section_sp ul{
	margin-top: 30px;
	padding-top: 45px;
	background: url(../images/bz.png) no-repeat -5px 0;
	padding-left: 5px;
	margin-right: -30px;
}
#confirm_list_kjx .section_sp ul li{
	float: left;
	width: 218px;
	background-color: #fff;
	height: 275px;
	margin-right: 30px;
	line-height: 25px;
	padding: 25px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #3769e4;
	text-align: justify;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#confirm_list_kjx .plat_5{
	border: 3px solid #7f9ee7;
	width: 1000px;
	margin: 30px auto 40px;
	padding: 40px;
	font-size: 14px;
	color: #727272;
	line-height: 28px;
}
#confirm_list_kjx .plat_5 p{
	font-size: 14px;
	color: #727272;
	line-height: 28px;
	text-indent: 2em;
}
#confirm_list_kjx .plat_6{
	width: 1060px;
	margin: 60px auto;
}
#confirm_list_kjx .plat_6 .d_bar > span{
	font-size: 36px;
	color: #363636;
}
#confirm_list_kjx .plat_6 > .d_bar > a{
	display: inline-block;
	height: 47px;
	background-color: #3769e4;
	color: #fff;
	font-size: 24px;
	line-height: 47px;
	margin-left: 50px;
	padding: 0 15px;
}
#confirm_list_kjx .plat_6 > a{
	background-color: #3769e4;
	width: 287px;
	height: 60px;
	display: block;
	margin: 80px auto 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
}

/* confirm_list_xjr */
#confirm_list_xjr{
	overflow: hidden;
}
#confirm_list_xjr .title {
    height: 75px;
    text-align: center;
	margin-top: 40px;
}
#confirm_list_xjr .title h1 {
    color: #363636;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_xjr .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_xjr .plat_1{
	padding: 25px 50px;
	background-color: #6395df;
	margin-top: 15px;
}
#confirm_list_xjr .plat_1 p{
	text-indent: 2em;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}
#confirm_list_xjr .plat_2{
	margin-top: 30px;
	line-height: 30px;
}
#confirm_list_xjr .plat_2 ul{
	overflow: hidden;
}
#confirm_list_xjr .plat_2 ul li{
	height: 280px;
width: 189px;
float: left;
color: #727272;
font-size: 12px;
margin-left: 20px;
padding-top: 33px;
padding-left: 27px;
}
#confirm_list_xjr .plat_2 ul li.lc_1{
	background: url(../images/xjr_bg_1.jpg) no-repeat;
}
#confirm_list_xjr .plat_2 ul li.lc_2{
	background: url(../images/xjr_bg_2.jpg) no-repeat;
}
#confirm_list_xjr .plat_2 ul li.lc_3{
	background: url(../images/xjr_bg_3.jpg) no-repeat;
}
#confirm_list_xjr .plat_2 ul li.lc_4{
	background: url(../images/xjr_bg_4.jpg) no-repeat;
}
#confirm_list_xjr .plat_2 ul li.lc_5 {
    background: url(../images/xjr_bg_5.jpg) no-repeat;
}


#confirm_list_xjr .plat_3{
	height: 256px;
	padding-left: 15px;
	padding-top: 10px;
}
#confirm_list_xjr .plat_3 li{
	height: 152px;
	width: 211px;
	float: left;
	margin: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 104px 25px 0 25px;
}
#confirm_list_xjr .plat_3 li.lc_1{
	background: url(../images/kjx_lc_1.jpg) no-repeat;
}
#confirm_list_xjr .plat_3 li.lc_2{
	background: url(../images/kjx_lc_2.jpg) no-repeat;
}
#confirm_list_xjr .plat_3 li.lc_3{
	background: url(../images/kjx_lc_3.jpg) no-repeat;
}
#confirm_list_xjr .plat_3 li.lc_4{
	background: url(../images/kjx_lc_4.jpg) no-repeat;
}
#confirm_list_xjr .plat_4{
	height: 323px;
	margin-top: 20px;
}
#confirm_list_xjr .plat_4 li{
	float: left;
	height: 170px;
	width: 280px;
	font-size: 14px;
	color: #727272;
	text-align: center;
	padding: 153px 60px 0 60px;
	line-height: 28px;
	margin-bottom: 20px;
}
#confirm_list_xjr .plat_4 li.zc_1{
	background: url(../images/zc_bg_1.jpg) no-repeat center 0;
}
#confirm_list_xjr .plat_4 li.zc_2{
	background: url(../images/zc_bg_2.jpg) no-repeat center 0;
}
#confirm_list_xjr .plat_4 li.zc_3{
	background: url(../images/zc_bg_3.jpg) no-repeat center 0;
}
#confirm_list_xjr .plat_4 li.zc_4{
	background: url(../images/zc_bg_4.jpg) no-repeat center 0;
}
#confirm_list_xjr .plat_4 li.zc_5{
	background: url(../images/zc_bg_5.jpg) no-repeat center 0;
}
#confirm_list_xjr .plat_4 li.zc_6{
	background: url(../images/zc_bg_6.jpg) no-repeat center 0;
}
#confirm_list_xjr .section_sp{
	width: 100%;
	height: 555px;
	background-color: #6395df;
	margin-top: 50px;
	overflow: hidden;
}
#confirm_list_xjr .section_sp .title {
    height: 75px;
    margin-top: 30px;
    text-align: center;
}
#confirm_list_xjr .section_sp .title h1 {
    color: #fff;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_xjr .section_sp .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_xjr .section_sp ul{
	margin-top: 30px;
	padding-top: 45px;
	background: url(../images/bz.png) no-repeat -5px 0;
	padding-left: 5px;
	margin-right: -30px;
}
#confirm_list_xjr .section_sp ul li{
	float: left;
	width: 218px;
	background-color: #fff;
	height: 275px;
	margin-right: 30px;
	line-height: 25px;
	padding: 10px 25px 35px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #3769e4;
	text-align: justify;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
#confirm_list_xjr .plat_5{
	border: 3px solid #7f9ee7;
	width: 1000px;
	margin: 30px auto 40px;
	padding: 40px;
	font-size: 14px;
	color: #727272;
	line-height: 28px;
}
#confirm_list_xjr .plat_5 p{
	font-size: 14px;
	color: #727272;
	line-height: 28px;
	text-indent: 2em;
}
#confirm_list_xjr .plat_6{
	width: 1060px;
	margin: 60px auto;
}
#confirm_list_xjr .plat_6 .d_bar > span{
	font-size: 36px;
	color: #363636;
}
#confirm_list_xjr .plat_6 > .d_bar > a{
	display: inline-block;
	height: 47px;
	background-color: #3769e4;
	color: #fff;
	font-size: 24px;
	line-height: 47px;
	margin-left: 5px;
	padding: 0 15px;
}
#confirm_list_xjr .plat_6 > a{
	background-color: #3769e4;
	width: 287px;
	height: 60px;
	display: block;
	margin: 80px auto 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
}
/* confirm_list_zckj */
#confirm_list_zckj{
	overflow: hidden;
}
#confirm_list_zckj .title {
    height: 75px;
    text-align: center;
	margin-top: 40px;
}
#confirm_list_zckj .title h1 {
    color: #363636;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_zckj .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_zckj .plat_1{
	padding: 25px 50px;
	background-color: #6395df;
	margin-top: 15px;
}
#confirm_list_zckj .plat_1 p{
	text-indent: 2em;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}
#confirm_list_zckj .plat_2{
	margin-top: 30px;
	padding: 0 20px;
	line-height: 28px;
}
#confirm_list_zckj .plat_2 ul{
	overflow: hidden;
}
#confirm_list_zckj .plat_2 ul li{
	height: 241px;
	width: 234px;
	float: left;
	padding-top: 30px;
	background: url(../images/kjx_bg_l.jpg) no-repeat;
	padding-left: 35px;
	color: #727272;
	font-size: 12px;
	margin: 0 5px;
}
#confirm_list_zckj .plat_2 ul li.lc_1{
	background: url(../images/zckj_bg_1.jpg) no-repeat;
	padding-left: 20px;
    padding-right: 17px;
    padding-top: 30px;
    width: 232px;
}
#confirm_list_zckj .plat_2 ul li.lc_2{
	background: url(../images/zckj_bg_2.jpg) no-repeat;
	padding-left: 34px;
    padding-right: 19px;
    width: 215px;
}
#confirm_list_zckj .plat_2 ul li.lc_3{
	background: url(../images/zckj_bg_3.jpg) no-repeat;
	padding-left: 33px;
    padding-right: 17px;
    width: 225px;
}
#confirm_list_zckj .plat_2 ul li.lc_4{
	background: url(../images/zckj_bg_4.jpg) no-repeat;
	line-height: 26px;
    margin-left: 4px;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 7px;
    width: 276px;
}
#confirm_list_zckj .plat_2 ul li.lc_5{
	background: url(../images/zckj_bg_5.jpg) no-repeat;
	padding-left: 25px;
    padding-right: 17px;
    padding-top: 30px;
    width: 227px;
    height: 184px;
}
#confirm_list_zckj .plat_2 ul li.lc_6{
	background: url(../images/zckj_bg_6.jpg) no-repeat;
	padding-left: 30px;
    padding-right: 17px;
    padding-top: 30px;
    width: 222px;
    height: 184px;
}
#confirm_list_zckj .plat_2 ul li.lc_7{
	background: url(../images/zckj_bg_7.jpg) no-repeat;
	padding-left: 30px;
    padding-right: 17px;
    padding-top: 30px;
    width: 222px;
    height: 184px;
}
#confirm_list_zckj .plat_2 ul li.lc_8{
	background: url(../images/zckj_bg_8.jpg) no-repeat;
	line-height: 26px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 7px;
    width: 276px;
    height: 184px;
}
#confirm_list_zckj .plat_3{
	height: 493px;
    padding-top: 10px;
}
#confirm_list_zckj .plat_3 li{
	color: #fff;
    float: left;
    font-size: 14px;
    height: 152px;
    line-height: 23px;
    margin: 0 15px;
    padding: 102px 25px 0 25px;
    width: 320px;
}
#confirm_list_zckj .plat_3 li.lc_1{
	background: url(../images/zckj_lc_1.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_3 li.lc_2{
	background: url(../images/zckj_lc_2.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_3 li.lc_3{
	background: url(../images/zckj_lc_3.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_3 li.lc_4{
	background: url(../images/zckj_lc_4.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_3 li.lc_5{
	background: url(../images/zckj_lc_5.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_3 li.lc_6{
	background: url(../images/zckj_lc_6.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_4{
	height: 410px;
    margin-top: 20px;
}
#confirm_list_zckj .plat_4 li{
	color: #727272;
    float: left;
    font-size: 14px;
    height: 170px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 153px 20px 0;
    text-align: center;
    width: 200px;
}
#confirm_list_zckj .plat_4 li.zc_1{
	background: url(../images/zc_bg_1.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_4 li.zc_2{
	background: url(../images/zc_bg_2.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_4 li.zc_3{
	background: url(../images/zc_bg_3.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_4 li.zc_4{
	background: url(../images/zc_bg_4.jpg) no-repeat center 0;
}
#confirm_list_zckj .plat_4 li.zc_5{
	background: url(../images/zc_bg_5.jpg) no-repeat center 0;
}
#confirm_list_zckj .section_sp{
	width: 100%;
	height: 555px;
	background-color: #6395df;
	margin-top: 50px;
	overflow: hidden;
}
#confirm_list_zckj .section_sp .title {
    height: 75px;
    margin-top: 30px;
    text-align: center;
}
#confirm_list_zckj .section_sp .title h1 {
    color: #fff;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
}
#confirm_list_zckj .section_sp .title h2 {
    color: #b7b7b7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
#confirm_list_zckj .section_sp ul{
	margin-top: 30px;
	padding-top: 60px;
	background: url(../images/bz_1.png) no-repeat -5px 0;
	padding-left: 5px;
}
#confirm_list_zckj .section_sp ul li{
	background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-color: #3769e4;
    border-style: solid;
    border-width: 0 2px 2px;
    float: left;
    height: 275px;
    line-height: 25px;
    margin-right: 10px;
    padding: 10px 25px 35px;
    text-align: justify;
    width: 174px;
}
#confirm_list_zckj .plat_5{
	border: 3px solid #7f9ee7;
	width: 1000px;
	margin: 30px auto 40px;
	padding: 40px;
	font-size: 14px;
	color: #727272;
	line-height: 28px;
}
#confirm_list_zckj .plat_5 p{
	font-size: 14px;
	color: #727272;
	line-height: 28px;
	text-indent: 2em;
}
.plat_6{
	width: 1060px;
	margin: 60px auto;
	overflow: hidden;
}
.plat_6 .d_bar > span{
	font-size: 36px;
	color: #363636;
}
.plat_6 > .d_bar > a{
	display: inline-block;
	height: 47px;
	background-color: #3769e4;
	color: #fff;
	font-size: 24px;
	line-height: 47px;
	margin-left: 40px;
	padding: 0 15px;
}
.plat_6 .a_bar > a.fr{
	background-color: #3769e4;
	width: 287px;
	height: 60px;
	display: block;
	margin: 80px auto 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
}
.plat_6 .a_bar{
	margin: 0 auto;
	width: 630px;
}
.plat_6 .a_bar > a.fl{
	background-color: #10a4e0;
	width: 287px;
	height: 60px;
	display: block;
	margin: 80px auto 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
}
/* confirm_lc_kjx 、confirm_lc_xjr 、confirm_lc_zckj*/
#confirm_lc_kjx,
#confirm_lc_xjr,
#confirm_lc_zckj{
	text-align: center;
}

/* find_pwd_step_1,find_pwd_step_2,find_pwd_step_3,find_pwd_sc */
.find_wrap{
	width: 1200px;
	margin: 70px auto;
}
.step_bar{
	text-align: center;
}
.step_1_bar{
	width: 390px;
	margin: 40px auto 0;
}
.step_1_bar > h1{
	font-size: 24px;
	font-weight: bold;
	color: #d42047;
	padding-left: 50px;
	height: 36px;
	background: url(../images/step_1_at.png) no-repeat 0 center;
}
.step_1_bar > h1 span{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
white-space: nowrap;
}
.step_1_bar > .bar{
	width: 390px;
	padding-top: 5px;
}
.step_1_bar > .bar table{
	width: 100%;
}
.step_1_bar > .bar table th {
    color: #393939;
    font-size: 18px;
    font-weight: normal;
    min-width: 95px;
    text-align: right;
}
.step_1_bar > .bar table td.r_1 {
    height: 65px;
}
.step_1_bar > .bar table td.r_1 input {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 248px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_1_bar > .bar table td {
    color: #666666;
    font-size: 18px;
    position: relative;
}
.step_1_bar > .bar table td span{
	position: absolute;
	top: 56px;
	left: 0;
	font-size: 14px;
	width: 100%;
	color: #b0b0b0;
}
.step_1_bar > .bar table td.r_4 {
    height: 65px;
}
.step_1_bar > .bar table td.r_4 input[type="text"] {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 116px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_1_bar > .bar table td.r_4 img{
	display: block;
	width: 123px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.step_1_bar > .bar > .btn_bar{
	width: 330px;
	margin: 30px auto 0;
}
.step_1_bar > .bar > .btn_bar input{
	display: block;
	width: 330px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0455be;
	border-radius: 5px;
	font-size: 18px;
	border: 0;
}	
.step_1_bar > .bar > .btn_bar input:hover{
	background-color: #22ac38;
}

.step_2_bar{
	width: 445px;
	margin: 40px auto 0;
}
.step_2_bar > h1{
	font-size: 24px;
	font-weight: bold;
	color: #d42047;
	padding-left: 50px;
	height: 36px;
	background: url(../images/step_2_at.png) no-repeat 0 center;
}
.step_2_bar > h1 span{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.step_2_bar > .bar{
	width: 445px;
	padding-top: 20px;
}
.step_2_bar > .bar table{
	width: 332px;
	margin-left: 56px;
}
.step_2_bar > .bar table td.r_1 {
    height: 93px;
}
.step_2_bar > .bar table td.r_1 input {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 317px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_2_bar > .bar table td {
    color: #666666;
    font-size: 18px;
    position: relative;
}
.step_2_bar > .bar table td span{
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 14px;
	width: 100%;
	color: #b0b0b0;
}
.step_2_bar > .bar table td i{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	color: #393939;
    font-size: 18px;
}
.step_2_bar > .bar table td.r_4 {
    height: 93px;
}
.step_2_bar > .bar table td.r_4 input[type="text"] {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 160px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_2_bar > .bar table td.r_4 input[type="button"]{
	display: block;
	width: 145px;
	height: 40px;
	float: left;
	margin-left: 10px;
	border: 0;
	background-color: #d42047;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
}
.step_2_bar > .bar > .btn_bar{
	width: 330px;
	margin: 30px auto 0;
}
.step_2_bar > .bar > .btn_bar input{
	display: block;
	width: 330px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0455be;
	border-radius: 5px;
	font-size: 18px;
	border:0;
}	
.step_2_bar > .bar > .btn_bar input:hover{
	background-color: #22ac38;
}

.step_3_bar{
	width:450px;
	margin: 40px auto 0;
}
.step_3_bar > h1{
	font-size: 24px;
	font-weight: bold;
	color: #3e9608;
	padding-left: 40px;
	height: 36px;
	white-space: nowrap;
	background: url(../images/step_3_at.png) no-repeat 0 center;
}
.step_3_bar > h1 span{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.step_3_bar > .bar{
	width: 450px;
	padding-top: 5px;
}
.step_3_bar > .bar table{
	width: 100%;
}
.step_3_bar > .bar table th {
    color: #393939;
    font-size: 18px;
    font-weight: normal;
    min-width: 95px;
    text-align: right;
}
.step_3_bar > .bar table td.r_1 {
    height: 65px;
}
.step_3_bar > .bar table td.r_1 input {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 248px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_3_bar > .bar table td {
    color: #666666;
    font-size: 18px;
    position: relative;
}
.step_3_bar > .bar table td span{
	position: absolute;
	top: 56px;
	left: 0;
	font-size: 14px;
	width: 100%;
	color: #b0b0b0;
}
.step_3_bar > .bar table td.r_4 {
    height: 65px;
}
.step_3_bar > .bar table td.r_4 input[type="text"] {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
    width: 116px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
    font-size: 18px;
}
.step_3_bar > .bar table td.r_4 img{
	display: block;
	width: 123px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.step_3_bar > .bar > .btn_bar{
	width: 330px;
	margin: 30px auto 0;
}
.step_3_bar > .bar > .btn_bar input{
	display: block;
	width: 330px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0455be;
	border-radius: 5px;
	font-size: 18px;
	border: 0;
}	
.step_3_bar > .bar > .btn_bar input:hover{
	background-color: #22ac38;
}

.step_sc_bar{
	width: 490px;
	margin: 40px auto 0;
}
.step_sc_bar > h1{
	font-size: 24px;
	font-weight: bold;
	color: #3e9608;
	padding-left: 50px;
	height: 36px;
	white-space: nowrap;
	background: url(../images/step_4_sc.png) no-repeat 0 center;
}
.step_sc_bar > h1 span{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
.step_sc_bar > .bar{
	width: 490px;
	padding-top: 227px;
	background: url(../images/step_1_scbg.png) no-repeat center 0;
}
.step_sc_bar > .btn_bar{
	width: 330px;
	margin: 20px auto 0;
}
.step_sc_bar > .btn_bar input{
	display: block;
	width: 330px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0455be;
	border-radius: 5px;
	font-size: 18px;
	border:0;
}	
.step_sc_bar > .btn_bar input:hover{
	background-color: #22ac38;
}



/* 修改 */
.body_bg {
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.body_wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* guide */

.guide_wrapper {
    margin: 20px auto 30px;
    width: 1200px;
}
.guide_wrapper .zc_tt{
	margin-top: 30px;
	text-align: center;
	line-height: 36px;
	margin-bottom: 15px;
	color: #363636;
	font-size: 30px;
}
.guide_wrapper .zc_tt > h1{
	font-size: 30px;
	color: #2255ce;
}
.guide_wrapper .zc_tt > h1 span{
	padding: 0 10px;
}
.guide_wrapper .zc_tt > h2{
	font-size: 16px;
	color: #b7b7b7;
	font-weight: normal;
}
.guide_wrapper .zc_tt > .line{
	height: 0px;
	padding-top: 13px;
	border-bottom: 3px solid #e0e5f0;
	background-color: #f7f9fb;
}
.guide_wrapper .zc_tt > .line > .bar{
	background-color: #2255ce;
	height: 3px;
	width: 305px;
	margin: 0 auto;
}
.guide_wrapper > ul{
	overflow: hidden;
	height: 413px;
	margin-left: -49.5px;
	margin-top: 25px;
}
.guide_wrapper > ul li{
	float: left;
	width: 367px;
	height: 404px;
	margin-left: 49.5px;
	-moz-box-shadow:0px 5px 5px #dbdbdb; 
	-webkit-box-shadow:0px 5px 5px #dbdbdb; 
	box-shadow:0px 5px 5px #dbdbdb;
}
.guide_wrapper > ul li > .bar{
	width: 339px;
	height: 376px;
	border: 1px solid #b2b2b2;
	background-color: #ebebeb;
	padding: 13px;
}
.guide_wrapper > ul li > .bar .con{
	width: 339px;
	height: 186px;
	background-color: #fff;
	position: relative;
	padding-top: 190px;
	background-image: url(../images/cb_icon.png);
	background-repeat: no-repeat;
}
.guide_wrapper > ul li > .bar .con h1{
	font-size: 24px;
	color: #348ee4;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.guide_wrapper > ul li > .bar .con h2{
	color: #7d7d7d;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding-top: 10px;
    text-align: center;
}
.guide_wrapper > ul li > .bar .con .btn{
	height: 38px;
    margin: 20px auto 0;
    padding-left: 55px;
}
.guide_wrapper > ul li > .bar .con .btn a{
	display: inline-block;
	height: 36px;
	width: 94px;
	border:1px solid #91b4ec;
	color: #91b4ec;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #427edf;
	font-size: 16px;
	margin: 0 10px;
	border-radius: 7px;
}
.guide_wrapper > ul li > .bar .con.c_1{
	background-position: 117px 42px;
}
.guide_wrapper > ul li > .bar .con.c_2{
	background-position: -310px 42px;
}
.guide_wrapper > ul li > .bar .con.c_3{
	background-position: -741px 42px;
}
.guide_wrapper > ul li:hover .bar{
	border: 1px solid #6f99dc;
	background-color: #a0c3fb;
}
.guide_wrapper > ul li:hover .bar .con{
	background-color: #7094e8;
	background-image: url(../images/cbh_icon.png);
}
.guide_wrapper > ul li:hover .bar .con h1,
.guide_wrapper > ul li:hover .bar .con h2
{
	color: #fff;
}


