/*  -- menu --
=========================== 
 *** 1.public              --->公用部分
 *** 2.index               --->网站首页
 *** 3.list                --->文章列表页
 *** 4.detail              --->文章详细页
===========================
	-- end --
*/

/* 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: #3068bc;
text-align: center;
padding: 30px 0;
min-width: 1200px;
}
.footer p{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.footer p span{
	padding: 0 10px;
}
/* 2.index */
.head{
	overflow: hidden;
	position: relative;
	min-height: 113px;
min-width:1200px;
}
.top{
	width: 100%;
	min-width: 1200px;
	height: 113px;
	position: absolute;
	top: 0;
	z-index: 999;
	background: url(../images/top_bg.png) repeat;
}
.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: 113px;
	position: relative;
}
.top_bar > a.logo{
	display: block;
	width: 412px;
	height: 64px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	left: 0;
	top: 24.5px;
}
.top_bar > .lg_btn{
	position: absolute;
	width: 132px;
	right: 0;
	top: 15px;
}
.top_bar > .lg_btn > a{
	display: inline-block;
	color: #fefefe;
	font-size: 14px;
	height: 29px;
	margin: 0 7px;
	width: 50px;
	background-color: #22ac38;
	text-align: center;
	line-height: 29px;
	border-radius: 4px;
}
.top_bar > .lg_co {
    position: absolute;
    right: 0;
    top: 15px;
}
.top_bar > .lg_co > span{
    font-weight: bold;
    font-size: 18px;
    display: block;
    float: left;
    color: #fff;
    line-height: 29px;
    background: url(../images/login_co.png) no-repeat 0 center;
    padding-left: 30px;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_bar > .lg_co > a {
    color: #fefefe;
    font-size: 14px;
    height: 29px;
    margin: 0 7px;
    width: 75px;
    background-color: #22ac38;
    text-align: center;
    line-height: 29px;	
    border-radius: 4px;
    display: block;
    float: right;
}
.top_bar > .nav_bar{
	float: right;
    height: 45px;
    margin-top: 52px;
    width: 750px;
}
.top_bar > .nav_bar ul{
	overflow: hidden;
}
.top_bar > .nav_bar ul li{
	float: left;
    height: 45px;
    margin: 0 8px;
    padding: 0 5px;
    line-height: 45px;
}
.top_bar > .nav_bar ul li a{
	font-size: 18px;
	color: #fff;
	display: block;
	height: 45px;	
}
.top_bar > .nav_bar ul li.line {
    background-color: #f38f00;
    bottom: 13px;
    height: 4px;
    padding: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 0;
}
.section_1{
	margin-top: 30px;
    overflow: hidden;
}
.section_1 > .data_bar{
	height: 195px;
}
.section_1 > .data_bar ul{
	overflow: hidden;
}
.section_1 > .data_bar ul li{
	float: left;
	background-image: url(../images/data.png);
	background-repeat: no-repeat;
	width: 127px;
	margin: 0 22px;
	padding-top: 75px;
}
.section_1 > .data_bar ul li h1{
	text-align: center;
	color: #686868;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}
.section_1 > .data_bar ul li h2{
	text-align: center;
	color: #686868;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 8px;
}
.section_1 > .data_bar ul li h2 span{
	font-size: 30px;
	color: #348ee4;
	font-weight: bold;
}
.section_1 > .data_bar ul li.d_1{
	background-position: 37px 0;
}
.section_1 > .data_bar ul li.d_2{
	background-position: -141px 0;
}
.section_1 > .data_bar ul li.d_3{
	background-position: -311px 0;
}
.section_1 > .data_bar ul li.d_4{
	background-position: -487px 0;
}
.section_1 > .data_bar ul li.d_5{
	background-position: -661px 0;
}
.section_1 > .data_bar ul li.d_6{
	background-position: -835px 0;
}
.section_1 > .data_bar ul li.d_7{
	background-position: -1013px 0;
}
.section_1 > .news_bar{
	height: 355px;
}
.section_1 > .news_bar .pl{
	height: 355px;
	width: 800px;
	float: left;
}
.section_1 > .news_bar .pl .title{
	height: 50px;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #3f79d0 #fff #ededed #fff;
}
.section_1 > .news_bar .pl > .title h1{
	float: left;
	font-size: 28px;
	color: #348ee4;
	line-height: 50px;
}
.section_1 > .news_bar .pl .title a{
	float: right;
	line-height: 50px;
	font-size: 18px;
	color: #2d2d2d;
}
.section_1 > .news_bar .pl > .news_slide{
	margin-top: 14px;
	height: 286px;
	overflow:hidden; 
	position:relative;
}
.section_1 > .news_bar .pl > .news_slide .hd{ 
	bottom: 13px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    z-index: 1;
}
.section_1 > .news_bar .pl > .news_slide .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.section_1 > .news_bar .pl > .news_slide .hd ul li{ 
	float: left;
	margin: 0 5px;
	width:14px; 
	height:14px; 
	background:#a0a0a0; 
	cursor:pointer; 
	border-radius: 50%;
}
.section_1 > .news_bar .pl > .news_slide .hd ul li.on{ 
	background:#0f58c4; 
}
.section_1 > .news_bar .pl > .news_slide .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.section_1 > .news_bar .pl > .news_slide .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.section_1 > .news_bar .pl > .news_slide .bd li .info_bar{
	background-color: #f2f2f2;
	float: right;
	width: 271px;
	height: 265px;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	float: right;
	padding: 17px 17px 0 17px;
}
.section_1 > .news_bar .pl > .news_slide .bd li .info_bar h1{
	color: #2d2d2d;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}
.section_1 > .news_bar .pl > .news_slide .bd li .info_bar p{
	font-size: 15px;
	color: #727272;
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
}
.section_1 > .news_bar .pl > .news_slide .bd img{ 
	width:495px; 
	height:286px; 
	display:block;
	float: left;
}
.section_1 > .news_bar .pr{
	height: 355px;
	width: 370px;
	float: right;
}
.section_1 > .news_bar .pr img{
    display: block;
    margin-top: 30px;
}
/* .section_1 > .news_bar .pr > .title{
	height: 0px;
	border-top: 2px solid #ededed;
	margin-top: 25px;
	padding-bottom: 27px;
}
.section_1 > .news_bar .pr > .title h1{
	background-color: #fff;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 120px;
} */
.section_1 > .news_bar .pr .title{
	height: 50px;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #3f79d0 #fff #ededed #fff;
}
.section_1 > .news_bar .pr > .title h1{
	float: left;
	font-size: 28px;
	color: #348ee4;
	line-height: 50px;
}
.section_1 > .news_bar .pr .title a{
	float: right;
	line-height: 50px;
	font-size: 18px;
	color: #2d2d2d;
}
.section_1 > .news_bar .pr > ul{
	overflow: hidden;
}
.section_1 > .news_bar .pr > ul li{
	overflow: hidden;
	padding-top: 15px;
}
.section_1 > .news_bar .pr > ul li h1{
	font-size: 19px;
	color: #414141;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	padding-left: 10px;
	background: url(../images/dot.jpg) no-repeat 0 center;
}
.section_1 > .news_bar .pr > ul li p{
	font-size: 13px;
	color: #818181;
	text-align: justify;
	line-height: 25px;
	padding-top: 5px;
	height: 48px;
	overflow: hidden;
}
.section_2{
	height: 1608px;
	width: 100%;
	min-width: 1200px;
	background: url(../images/sec2_bg.jpg) no-repeat center 0;
	margin-top: 40px;
	overflow: hidden;
}
.section_2 .sec2_t{
	display: block;
	margin: 50px auto 0;
}
.section_2 .plat{
	overflow: hidden;
	margin-top: 55px;
}
.section_2 .plat li{
	float: left;
    text-align: center;
    width: 340px;
    margin: 0 30px;
}
.section_2 .plat li a{
	display: block;
	padding-top: 142px;
}
.section_2 .plat li.p_1{
	background: url(../images/p_1.png) no-repeat center 0;
}
.section_2 .plat li.p_2{
	background: url(../images/p_2.png) no-repeat center 4px;
}
.section_2 .plat li.p_3{
	background: url(../images/p_3.png) no-repeat center 13px;
}
.section_2 .plat li h1{
	color: #ffffff;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    padding-top: 15px;
}
.section_2 .plat li h2{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	padding-top: 15px;
}
.section_2 .p_title{
	text-align: center;
	color: #fff;
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	padding-top: 40px;
}
.section_2 .s_title{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #9ee3ff;
	height: 30px;
	line-height: 30px;
	padding-top: 25px;
}
.section_2 .plat_2{
	background-color: #fff;
	overflow: hidden;
	height: 322px;
	margin-top: 30px;
}
.section_2 .plat_2 li{
	float: left;
	width: 240px;
	height: 322px;
}
.section_2 .plat_2 li .bar{
	height: 322px;
	width: 240px;
	border-right: 2px solid #e0e0e0;
	margin-left: 2px;
	text-align: center;
	overflow: hidden;
}
.section_2 .plat_2 li .bar img{
	display: block;
}
.section_2 .plat_2 li .bar img.p_4{
	margin: 40px auto 33px;
}
.section_2 .plat_2 li .bar img.p_5{
	margin: 30px auto 16px;
}
.section_2 .plat_2 li .bar img.p_6{
 	margin: 10px auto 25px;
}
.section_2 .plat_2 li .bar img.p_7{
 	margin: 20px auto 26px;
}
.section_2 .plat_2 li .bar h1{
	font-size: 22px;
	color: #348ee4;
	line-height: 30px;
}
.section_2 .plat_2 li .bar h2{
	font-size: 16px;
	color: #7d7d7d;
	line-height: 25px;
	font-weight: normal;
	padding: 9px 25px 0 25px;
}
.section_2 .obs{
	height: 396px;
	width: 100%;
	min-width: 1200px;
	background: url(../images/ob_bg.png) repeat;
	margin-top: 100px;
}
.section_2 .obs > .option_bar {
    height: 396px;
    margin: 0 auto;
    width: 1200px;
}
.section_2 .obs > .option_bar li {
    float: left;
    height: 396px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 240px;
}
.section_2 .obs > .option_bar li .mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.section_2 .obs > .option_bar li .mask > .bg {
    background: #161a1d none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li .mask .bg.other-bg {
    opacity: 0.82;
}
.section_2 .obs > .option_bar li .mask .content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 115px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li .mask .content .line-panel {
    font-size: 0;
    line-height: 0;
    margin: 20px 0 0;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li .mask .content .line-panel .item-line {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 20px;
}
.section_2 .obs > .option_bar li .mask .content .item-img-panel {
    display: inline-block;
    height: 76px;
    position: relative;
    width: 25%;
}
.section_2 .obs > .option_bar li .mask .content .item-img-panel .item-img, .section_2 .obs > .option_bar li .mask .content .item-img-panel .item-img-hover {
    display: inline-block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
}
.section_2 .obs > .option_bar li .mask .content .item-img-panel .item-img{
	width: 60px;
	height: 76px;
}


.section_2 .obs > .option_bar li .mask .content .item-img-panel .item-img-hover {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li .mask .content .item-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin: 24px 0 0;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li .mask .content .item-desc {
    color: #fff;
    font-size: 14px;
    height: 72px;
    line-height: 24px;
    margin-top: 30px;
    padding: 0 23px;
    text-align: center;
}
.section_2 .obs > .option_bar li .mask .content .item-link {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-top: 62px;
    text-decoration: none;
    width: 120px;
}
.section_2 .obs > .option_bar li .mask .content .item-link {
    color: #fff;
}
.section_2 .obs > .option_bar li .mask .content .item-link:hover {
    background: #fff none repeat scroll 0 0;
    color: #2370c7;
}
.section_2 .obs > .option_bar li .mask .content .item-desc, .section_2 .obs > .option_bar li .mask .content .item-link {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.section_2 .obs > .option_bar li:hover .bg {
    background: #2370c7 none repeat scroll 0 0;
    opacity: 0.8;
}
.section_2 .obs > .option_bar li:hover .bg.other-bg {
    opacity: 0.8;
}
.section_2 .obs > .option_bar li:hover .content {
    top: 40px;
}
.section_2 .obs > .option_bar li:hover .content .line-panel {
    margin-top: 10px;
}
.section_2 .obs > .option_bar li:hover .content .line-panel .item-line {
    opacity: 0;
}
.section_2 .obs > .option_bar li:hover .content .item-title {
    margin-top: 12px;
}
.section_2 .obs > .option_bar li:hover .content .item-desc, .section_2 .obs > .option_bar li:hover .content .item-link {
    opacity: 1;
}
.section_2 .obs > .option_bar li:hover .content .item-desc {
    margin-top: 22px;
}
.section_2 .obs > .option_bar li:hover .content .item-link {
    margin-top: 80px;
}

.section_3{
	overflow: hidden;
	margin-top: 50px;
}
.section_3 > h1{
	text-align: center;
	font-size: 36px;
	color: #348ee4;
	height: 50px;
	line-height: 50px;
}
.section_3 > .show_bar{
	height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.section_3 > .show_bar h2{
	font-size: 24px;
	color: #797979;
	font-weight: normal;
	line-height: 50px;
	display: inline;
	padding: 0 15px;
}
.section_3 > .show_bar h2 span{
	color: #348ee4;
	font-size: 30px;
	font-weight: bold;
}
.section_3 > .show_bar > a{
	position: absolute;
	right: 0;
	color:#fff;
	text-align: center;
	font-size: 18px;
	background-color: #348ee4;
	width: 250px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	top: 15px;
}
.section_3 > .title{
	border-top: 2px solid #939393;
    height: 0;
    margin-top: 25px;
    padding-bottom: 27px;
}
.section_3 > .title h1{
	background-color: #fff;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 305px;
    font-size: 30px;
    color: #348ee4;
}
.section_3 > ul{
	overflow: hidden;
	margin-top: 15px;
}
.section_3 > ul li{
	float: left;
    margin: 0 31px;
    overflow: hidden;
    width: 237px;
}
.section_3 > ul li .pic_bar{
	width: 237px;
	height: 209px;
	background: url(../images/sec3_bg.png) no-repeat center center;
	overflow: hidden;
}
.section_3 > ul li .pic_bar img.pb_1{
	margin: 54px auto 0;
	display: block;
}
.section_3 > ul li .pic_bar img.pb_2{
	margin: 54px auto 0;
	display: block;
}
.section_3 > ul li .pic_bar img.pb_3{
	margin: 54px auto 0;
	display: block;
}
.section_3 > ul li .pic_bar img.pb_4{
	margin: 74px auto 0;
	display: block;
}
.section_3 > ul li h1{
	height: 30px;
	line-height: 30px;
	color: #636363;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
}
.section_3 > ul li h2{
	color: #848484;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 7px;
	text-align: center;
}
.section_3 > ul li:hover .pic_bar{
	background: url(../images/sec3_bgh.png) no-repeat center center;
}
.section_3 > ul li:hover h1{
	color: #348ee4;
}
.section_4{
	height: 384px;
	margin-top: 30px;
	background: url(../images/sec4_bg.jpg) no-repeat center center;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.section_4 .bar{
	background: url(../images/sec4_bar.png) no-repeat;
	width: 660px;
	height: 300px;
	margin-left: 40px;
	margin-top: 35px;
	position: relative;
}
.section_4 .bar .btn_bar{
	height: 34px;
	position: absolute;
	right: 20px;
	bottom: 88px;
}
.section_4 .bar .btn_bar a{
	display: inline-block;
	width: 111px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #3068bc;
	margin: 0 9px;
}
.section_4 .bar .btn1{
	position: absolute;
	color: #034f9a;
	text-align: center;
	line-height: 53px;
	height: 53px;
	width: 172px;
	font-size: 30px;
	background-color: #fff;
	font-weight: bold;
	bottom: 18px;
	left: 84px;
	border-radius: 13px;
}
.section_4 .bar .btn2{
	background-color: #fff;
    bottom: 18px;
    color: #034f9a;
    font-size: 30px;
    font-weight: bold;
    height: 53px;
    line-height: 53px;
    position: absolute;
    right: 77px;
    text-align: center;
    width: 290px;
    border-radius: 13px;
}

.section_5{
	overflow: hidden;
	margin-top: 30px;
}
.section_5 > .title {
    border-top: 2px solid #939393;
    height: 0;
    margin-top: 25px;
    padding-bottom: 27px;
}
.section_5 > .title h1 {
    background-color: #fff;
    color: #348ee4;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 320px;
}
.section_5 > h2{
	font-size: 24px;
	color: #737373;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	padding: 5px 0 0px 0;
}
.section_5 > .show_bar {
    height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.section_5 > .show_bar h2 {
    color: #4b4b4b;
    display: inline;
    font-size: 24px;
    line-height: 50px;
    padding: 0 15px;
}
.section_5 > .show_bar h2 span {
    color: #348ee4;
    font-size: 30px;
    font-weight: bold;
}
.section_5 > .show_bar > a {
    background-color: #348ee4;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 250px;
}
.section_5 > ul{
	overflow: hidden;
	height: 413px;
	margin-left: -49.5px;
	margin-top: 25px;
}
.section_5 > 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;
}
.section_5 > ul li > .bar{
	width: 339px;
	height: 376px;
	border: 1px solid #b2b2b2;
	background-color: #ebebeb;
	padding: 13px;
}
.section_5 > 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;
}
.section_5 > ul li > .bar .con h1{
	font-size: 24px;
	color: #348ee4;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.section_5 > ul li > .bar .con h2{
	color: #7d7d7d;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding-top: 10px;
    text-align: center;
}
.section_5 > ul li > .bar .con .btn{
	height: 38px;
    margin: 20px auto 0;
    padding-left: 55px;
}
.section_5 > 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;
}
.section_5 > ul li > .bar .con.c_1{
	background-position: 117px 42px;
}
.section_5 > ul li > .bar .con.c_2{
	background-position: -310px 42px;
}
.section_5 > ul li > .bar .con.c_3{
	background-position: -741px 42px;
}
.section_5 > ul li:hover .bar{
	border: 1px solid #6f99dc;
	background-color: #a0c3fb;
}
.section_5 > ul li:hover .bar .con{
	background-color: #296fde;
	background-image: url(../images/cbh_icon.png);
}
.section_5 > ul li:hover .bar .con h1,
.section_5 > ul li:hover .bar .con h2
{
	color: #fff;
}

.section_6{
	background-color: #f2f2f2;
    height: 1180px;
    margin-top: 40px;
    min-width: 1200px;
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
}
.section_6 > .wrap > .title {
    border-top: 2px solid #939393;
    height: 0;
    margin-top: 25px;
    padding-bottom: 27px;
}
.section_6 > .wrap > .title h1 {
    background-color: #F2F2F2;
    color: #348ee4;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 320px;
}
.section_6 > .wrap > h2 {
    color: #737373;
    font-size: 24px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 5px 0 0;
    text-align: center;
}
.section_6 > .wrap > .show_bar {
    height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.section_6 > .wrap > .show_bar h2 {
    color: #4b4b4b;
    display: inline;
    font-size: 24px;
    line-height: 50px;
    padding: 0 15px;
}
.section_6 > .wrap > .show_bar h2 span {
    color: #348ee4;
    font-size: 30px;
    font-weight: bold;
}
.section_6 > .wrap > .show_bar > a {
    background-color: #348ee4;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 250px;
}
.section_6 .wrap > ul{
	height: 507px;
	overflow: hidden;
	margin-left: -28px;
	padding-top: 30px;
}
.section_6 .wrap > ul li{
	float: left;
	width: 279px;
	margin-left: 28px;
	height: 507px;
}
.section_6 .wrap > ul li .bar{
	background-color: #d5d5d5;
	padding: 10px;
	width: 259px;
	height: 403px;
	margin-top: 85px;
}
.section_6 .wrap > ul li .bar .con{
	width: 259px;
	height: 403px;
	background-color: #fff;
	position: relative;
}
.section_6 .wrap > ul li .bar .con .pb{
	background-color: #d5d5d5;
    border-radius: 50%;
    height: 152px;
    left: 41px;
    padding: 10px;
    position: absolute;
    top: -100px;
    width: 152px;
}
.section_6 .wrap > ul li .bar .con .pc{
	width: 152px;
	height: 152px;
	background-color: #858585;
	border-radius: 50%;
}
.section_6 .wrap > ul li .bar .con .pc h1{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	height: 30px;
	line-height: 30px;
}
.section_6 .wrap > ul li .bar .con .pc h3{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.section_6 .wrap > ul li .bar .con p{
	color: #4f4f4f;
    font-size: 16px;
    height: 205px;
    line-height: 30px;
    padding: 89px 20px 0;
    text-align: center;
}
.section_6 .wrap > ul li .bar .con .ab{
	height: 0;
	border-top: 3px solid #c6d5ed;
	border-bottom: 5px solid #f2f2f2;
	margin-bottom: 21px;
}
.section_6 .wrap > ul li .bar .con .ab a{
	display: block;
	background-color: #256bde;
	color: #fff;
	font-size: 16px;
	width: 103px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: -20px auto 0;
	border-radius: 12px;
}
.section_6 .wrap > ul li .bar .con .op{
	overflow: hidden;
}
.section_6 .wrap > ul li .bar .con .op a{
	display: inline-block;
	color: #2160c6;
	font-size: 16px;
	width: 89px;
	height: 25px;
	background: url(../images/binggo.png) no-repeat 0 center;
	padding-left: 20px;
	line-height: 25px;
	margin: 6px 7px 0 7px;
	white-space: nowrap;
}
.section_6 .wrap > ul li:hover .bar{
	background-color: #d0dff7;
}
.section_6 .wrap > ul li:hover .bar .con{
	background-color: #3c86e1;
}
.section_6 .wrap > ul li:hover .bar .con .pb{
	background-color: #5999eb;
}
.section_6 .wrap > ul li:hover .bar .con .pc{
	background-color: #3c7be1;
}
.section_6 .wrap > ul li:hover .bar .con p{
	color: #fff;
}
.section_6 .wrap > ul li:hover .bar .con .op a{
	color: #fff;
	background: url(../images/binggoh.png) no-repeat 0 center;
}
.section_6 .wrap .zc_col{
	height: 222px;
	padding-left: 711px;
	background: url(../images/zc_lgbg.jpg) no-repeat;
	margin-top: 40px;
}
.section_6 .wrap .zc_col .pl{
	background: #ff7e00 url(../images/zc_pc.png) no-repeat center 35px;
	float: left;
	height: 100px;
	width: 290px;
	padding-top: 122px;
}
.section_6 .wrap .zc_col .pl h1{
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color:#fff;
	font-weight: normal;
}
.section_6 .wrap .zc_col .pl .cob{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.section_6 .wrap .zc_col .pl .cob a{
	display: inline-block;
	text-decoration: underline;
	font-size: 30px;
	color: #fff;
	margin: 0 5px;
	font-weight: bold;
}
.section_6 .wrap .zc_col .pl .cob span{
	display: inline-block;
	font-size: 18px;
	color:#fff;
}
.section_6 .wrap .zc_col .pr{
	overflow: hidden;
	float: right;
}
.section_6 .wrap .zc_col .pr a{
	display: block;
	background-color: #3c86e1;
	font-size: 24px;
	color: #ffffff;
	height: 102px;
	width: 190px;
	text-align: center;
	line-height: 102px;
	margin-bottom: 17px;
	border-radius: 8px;
}
.section_6 .wrap .zco_bar{
	height: 127px;
	overflow: hidden;
	margin-top: 40px;
}
.section_6 .wrap .zco_bar img{
	display: block;
	width: 388px;
	height: 127px;
}
.section_6 .wrap .zco_bar .zco_1{
	float: left;
}
.section_6 .wrap .zco_bar .zco_2{
	float: left;
	margin-left: 17px;
}
.section_6 .wrap .zco_bar .zco_3{
	float: right;
}
.section_7{
	margin-top: 30px;
	overflow: hidden;
}
.section_7 > .title {
    border-top: 2px solid #939393;
    height: 0;
    margin-top: 25px;
    padding-bottom: 27px;
}
.section_7 > .title h1 {
    background-color: #fff;
    color: #348ee4;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 320px;
}
.section_7 > h2 {
    color: #737373;
    font-size: 24px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 5px 0 0;
    text-align: center;
}
.section_7 > .show_bar {
    height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.section_7 > .show_bar h2 {
    color: #4b4b4b;
    display: inline;
    font-size: 24px;
    line-height: 50px;
    padding: 0 15px;
}
.section_7 > .show_bar h2 span {
    color: #348ee4;
    font-size: 30px;
    font-weight: bold;
}
.section_7 > .show_bar > a {
    background-color: #348ee4;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 250px;
}
.section_7 .introduce{
	height: 347px;
	margin-top: 15px;
}
.section_7 .introduce img{
	display: block;
	width: 518px;
	height: 347px;
	float: left;
}
.section_7 .introduce > .info_bar{
	height: 347px;
	float: left;
	margin-left: 35px;
	width: 645px;
	position:relative;
}
.section_7 .introduce > .info_bar h1{
	width: 270px;
	height: 58px;
	background-color: #348ee4;
	text-align: center;
	color: #fff;
	line-height: 58px;
	font-size: 30px;
}
.section_7 .introduce > .info_bar p{
	color:#797979;
	font-size: 18px;
	padding-left: 10px; 
	line-height: 35px;
	padding-top: 25px;
	padding-right: 50px;
}
.section_7 .introduce > .info_bar .l_bar{
	height: 45px;
	position: absolute;
	bottom: 10px;
}
.section_7 .introduce > .info_bar .l_bar a{
	display: inline-block;
	color: #348ee4;
	font-size: 24px;
	padding-left: 50px;
	background: url(../images/bbinggo.png) no-repeat 15px center;
	height: 45px;
	line-height: 45px;
	margin-right: 15px;
}
.section_7 .col_tabs{
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
}
.section_7 .col_tabs .hd{
	height: 83px;
	border-bottom: 9px solid #348ee4;
}
.section_7 .col_tabs .hd ul{
	height: 81px;
	background-color: #eaeaea;
	border-bottom: 1px solid #348ee4;
}
.section_7 .col_tabs .hd ul li{
	height: 81px;
	width: 150px;
	float: left;
	text-align: center;
}
.section_7 .col_tabs .hd ul li a{
	line-height: 81px;
	font-size: 18px;
	color: #797979;
}
.section_7 .col_tabs .hd ul li.on{
	height: 83px;
	background-color: #348ee4;
}
.section_7 .col_tabs .hd ul li.on a{
	color: #fff;
	font-weight:bold;
}
.section_7 .col_tabs .bd{
	overflow: hidden;
	margin-top: 15px;
}
.section_7 .col_tabs .bd .m_bar{
	overflow: hidden;
}
.section_7 .col_tabs .bd .m_bar > p{
	padding: 10px 20px;
	font-size: 17px;
	color: #494949;
	line-height: 30px;
	text-align: justify;
}
.section_7 .col_tabs .bd .m_bar ul{
	overflow: hidden;
	margin-top: 15px;
	margin-left: -4px;
}
.section_7 .col_tabs .bd .m_bar ul li{
	float: left;
	width: 397px;
	height: 525px;
	margin-left: 4px;
}
.section_7 .col_tabs .bd .m_bar ul li .img_bar{
	width: 397px;
	height: 255px;
	position: relative;
}
.section_7 .col_tabs .bd .m_bar ul li .img_bar img{
	display: block;
	height: 255px;
	width: 397px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.section_7 .col_tabs .bd .m_bar ul li .img_bar .tb{
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	top: 0;
	height: 255px;
	width: 397px;
}
.section_7 .col_tabs .bd .m_bar ul li .img_bar .tb h1{
	height: 56px;
	color: #fff;
	line-height: 56px;
	width: 226px;
	background-color: #348ee4;
	font-size: 22px;
	text-align: center;
	margin: 98px auto 0;
}
.section_7 .col_tabs .bd .m_bar ul li .info_bar{
	height: 241px;
	background-color: #f4f4f4;
	margin-top: 3px;
	padding-top: 25px;
}
.section_7 .col_tabs .bd .m_bar ul li .info_bar h1{
	text-align: center;
	font-size: 20px;
	color: #282828;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
.section_7 .col_tabs .bd .m_bar ul li .info_bar p{
	color: #494949;
    font-size: 15px;
    height: 136px;
    line-height: 28px;
    overflow: hidden;
    padding: 5px 20px 0;
    text-align: justify;
}
.section_7 .col_tabs .bd .m_bar ul li .info_bar .area{
	margin-left: 115px;
	font-size: 17px;
	color: #494949;
	line-height: 25px;
	height: 25px;
	margin-top: 20px;
	padding-left: 28px;
	background: url(../images/area.png) no-repeat 0 center;
}
.section_7 .col_tabs .bd .m_bar ul li:hover .tb h1{
	background: none;
}
.section_7 .col_tabs .bd .m_bar ul li:hover .tb{
	background: url(../images/zz.png) no-repeat;
}
.section_7 .col_tabs .bd .m_bar ul li:hover .info_bar{
	background-color: #fff;
}
.section_7 .col_tabs .bd .m_bar ul li:hover .info_bar h1{
	color: #2664c6;
}
.section_7 .col_tabs .bd .m_bar ul li:hover .info_bar .area{
	color: #2664c6;
	background: url(../images/areah.png) no-repeat 0 center;
}
.section_7 > ol{
	margin-top: 30px;
	overflow: hidden;
}
.section_7 > ol li{
	float: left;
    height: 410px;
    margin: 0 30px;
    width: 340px;
}
.section_7 > ol li img{
	display: block;
	margin: 0 auto 25px;
}
.section_7 > ol li h1{
	font-size: 24px;
	color: #348ee4;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
.section_7 > ol li p{
	font-size: 15px;
	color: #7d7d7d;
	line-height: 28px;
	text-align: center;
	padding-top: 15px;
}
.section_7 > ol li a{
	background-color: #427edf;
    border: 1px solid #91b4ec;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 25px auto 0;
    text-align: center;
    width: 94px;
}
.section_7 > .meeting{
	height: 306px;
	margin-top: 20px;
}
.section_7 > .meeting .pl{
	background:url("../images/meeting.jpg") no-repeat scroll 0 0;
    float: left;
    height: 256px;
    padding-left: 368px;
    padding-top: 50px;
    width: 470px;
    position: relative;
}
.section_7 > .meeting .pl > a{
	display: block;
	font-size: 24px;
	color: #fff;
	width: 180px;
	height: 43px;
	background-color: #2664c6;
	line-height: 43px;
	text-align: center;
	margin-top: 18px;
	margin-left: 5px;
	border-radius: 20px;
}
.section_7 > .meeting .pl > span{
	background: url("../images/st.png") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    position: absolute;
    right: 57px;
    top: 49px;
    width: 86px;
}
.section_7 > .meeting .pl h1{
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.section_7 > .meeting .pl p{
	font-size: 16px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding-top: 10px;
}
.section_7 > .meeting .pr{
	float: right;
	width: 355px;
	height: 306px;
	background-color: #2398dd;
}
.section_7 > .meeting .pr .guide{
	height: 30px;
	line-height: 30px;
	padding: 10px;
}
.section_7 > .meeting .pr .guide h1{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.section_7 > .meeting .pr .guide a{
	font-size: 14px;
	color: #ffffff;
}
.section_7 > .meeting .pr .th{
	height: 45px;
	border-bottom: 1px solid #fff;
}
.section_7 > .meeting .pr .th span{
	display: inline-block;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 175px;
}
.section_7 > .meeting .pr > ul{
	overflow: hidden;
	margin-top: 10px;
}
.section_7 > .meeting .pr > ul li{
	height: 18px;
    line-height: 18px;
    padding: 10px 43px 10px 15px;

}
.section_7 > .meeting .pr > ul li a{
	color: #fff;
}

.section_8{
	background-color: #348ee4;
	height: 475px;
	margin-top: 40px;
	min-width: 1200px;
	overflow: hidden;
	padding-top: 50px;
	width: 100%;
}
.section_8 .title {
    border-top: 2px solid #fff;
    height: 0;
    margin-top: 25px;
    padding-bottom: 27px;
}
.section_8 .title h1 {
    background-color: #348ee4;
    color: #fff;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 320px;
}
.section_8 ul{
	height: 195px;
	margin-top: 30px;
	margin-left: -12px;
}
.section_8 ul li{
	float: left;
	margin-left: 12px;
	height: 195px;
	width: 291px;
}
.section_8 ul li .pic{
	width: 291px;
	height: 195px;
	position: relative;
}
.section_8 ul li .pic img{
	display: block;
	width: 291px;
	height: 195px;
	position: relative;
}
.section_8 ul li .pic span{
	position: absolute;
	width: 291px;
	background: url(../images/sec8_bg.png) repeat;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 17px;
	display: block;
	bottom: 0;
}
.section_8 .c_link{
	overflow: hidden;
	margin-top: 35px;
}
.section_9{
	background-color: #6eb2f2;
	height: 505px;
	min-width: 1200px;
	overflow: hidden;
	padding-top: 50px;
	width: 100%;
}
.section_9 .wrap > .title {
    height: 52px;
    line-height: 52px;
}
.section_9 .wrap > .title h1 {
    color: #fff;
    font-size: 36px;
    height: 52px;
    line-height: 52px;
    margin: -29px auto 0;
    text-align: center;
    width: 320px;
}
.section_9 .wrap > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding: 5px 0 0;
    text-align: center;
}
.section_9 .wrap > .show_bar {
    height: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
}
.section_9 .wrap > .show_bar h2 {
    color: #fff;
    display: inline;
    font-size: 24px;
    line-height: 50px;
    padding: 0 15px;
}
.section_9 .wrap > .show_bar h2 span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.section_9 .wrap > .conbar{
	overflow: hidden;
	margin-top: 20px;
	height: 293px;
}
.section_9 .wrap > .conbar ul{
	height: 293px;
}
.section_9 .wrap > .conbar ul li{
	float: left;
	width: 254px;
	height: 293px;
	margin-right: 26px;
}
.section_9 .wrap > .conbar ul li img{
	display: block;
	width: 254px;
	height: 180px;
}
.section_9 .wrap > .conbar ul li h1{
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 10px 5px;
}
.section_9 .wrap > .conbar ul li p{
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding: 5px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section_9 .wrap > .conbar .a_bar{
	width: 343px;
	height: 293px;
}
.section_9 .wrap > .conbar .a_bar img{
	margin-bottom: 10px;
	display: block;
	width: 343px;
	height: 91px;
}
.sl{
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 40px;
}
.sl > h1{
	color: #484848;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
.sl ul{
	overflow: hidden;
	margin-left: -12px;
}
.sl ul li{
	float: left;
	height: 71px;
	width: 291px;
	margin: 17px 0 0 12px;
}

/* login */
.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center 0;
	margin: 0 auto;
	width: 100%;
	height: 557px;
	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: 450px;
	height: 370px;
	margin: 80px 0px 0 580px;
	border-radius: 10px;
	background: url(../images/bbg.png) repeat;
	padding: 10px;
}
.login_bg .login_box .login{
	background-color: #fff;
	width: 450px;
	height: 370px;
	border-radius: 6px;
}
.login_bg .login_box .login h1{
	color: #3068bc;
	text-align: center;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.login_bg .login_box .login table {
    margin: 0 auto;
    width: 450px;
}
.login_bg .login_box .login table th {
    color: #393939;
    font-size: 15px;
    font-weight: normal;
    min-width: 110px;
    text-align: right;
}
.login_bg .login_box .login table td.r_1 {
    height: 55px;
}
.login_bg .login_box .login 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: 288px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
}
.login_bg .login_box .login table td {
    color: #666666;
    font-size: 18px;
    width: 580px;
}
.login_bg .login_box .login table td.r_4 {
    height: 55px;
}
.login_bg .login_box .login 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: 100px;
    box-shadow: inset 0px -5px 10px #f9f9f9;
}
.login_bg .login_box .login .btn_bar {
    margin-top: 21px;
    padding-left: 55px;
}
.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: 125px;
}
.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: 125px;
    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{
	border: 1px solid #d5d5d5;
	height: 38px;
	background: url(../images/zhuce_tb.jpg) repeat;
	margin-top: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
}
#register .sec_1{
	background-color: #fff;
	border: 1px solid #d4d4d8;
	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;
	cursor: pointer;
}
#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.btn_1 {
    background-color: #1555a3;
}
#register .sec_1 .btn_bar input {
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    height: 44px;
    padding: 0;
    width: 160px;
}
.f_red {
    color: #fc3804;
    margin-right: 5px;
}
#register .sec_2{
	background-color: #fff;
	border: 1px solid #d4d4d8;
	padding: 10px 0 30px 0;
	margin-bottom: 30px;
}
#register .sec_2 p{
	font-size: 15px;
	color: #3b3b3b;
	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: 200px;
	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;
	height: 250px;
	padding: 0 40px;
	line-height: 30px;
}
#confirm_list_xjr .plat_2 ul{
	overflow: hidden;
}
#confirm_list_xjr .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_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;
	padding-left: 17px;
    padding-right: 7px;
    width: 245px;
}
#confirm_list_xjr .plat_2 ul li.lc_3{
	background: url(../images/xjr_bg_3.jpg) no-repeat;
	padding-left: 22px;
    padding-right: 7px;
    width: 245px;
}
#confirm_list_xjr .plat_2 ul li.lc_4{
	background: url(../images/xjr_bg_4.jpg) no-repeat;
	margin-left: 10px;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 7px;
    width: 247px;
}
#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;
}
#confirm_list_zckj .plat_6{
	width: 1060px;
	margin: 60px auto;
	overflow: hidden;
}
#confirm_list_zckj .plat_6 .d_bar > span{
	font-size: 36px;
	color: #363636;
}
#confirm_list_zckj .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;
}
#confirm_list_zckj .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;
}
#confirm_list_zckj .plat_6 .a_bar{
	margin: 0 auto;
	width: 630px;
}
#confirm_list_zckj .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;
}

/* 修改 */
.body_bg {
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.body_wrapper {
    width: 1200px;
    margin: 0 auto;
}
.form_wrap{
	width: 1200px;
	margin: 0 auto;
}
.form_bar{
	width: 1000px;
	margin: 70px auto;
	padding-top: 100px;
	background: url(../images/form_tt.jpg) no-repeat center 0;
}
.form_bar_2{
	width: 1000px;
	margin: 70px auto;
	padding-top: 100px;
	background: url(../images/form_tt_2.jpg) no-repeat center 0;
}
/* 自定义表一 */
.staff_input1 {
    border-radius: 0 0 10px 10px;
    padding: 30px;
    border-left: solid 3px #0092DB;
    border-right: solid 3px #0092DB;
    border-top: 0;
    border-bottom: solid 3px #0092DB;
}
.staff_input_list {
    margin-right: 350px;
}
.staff_input_list li {
    margin-bottom: 20px;
    text-align: right;
    color: #333;
    font-size: 14px;
    position: relative;
}
.staff_input_list li em{
	position: absolute;
	white-space: nowrap;
	line-height: 29px;
	padding-left: 8px;
	color: #b5b5b5;
}
.staff_input_list li i {
    display: inline-block;
    background: url(../images/red.jpg) no-repeat 0 center;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.formTip {
    position: absolute;
    white-space: nowrap;
    padding-left: 8px;
    line-height: 29px;
    color: #333;
}
.staff_input_list li.sp label{
	vertical-align: top;
	position: relative;
}
.staff_input_list li.sp label > i{
	position: absolute;
    left: -20px;
    top: 5px;
}
.staff_input_list input {
    width: 300px;
    height: 25px;
    background: #fff;
    border: 1px solid #e2e3ea;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 25px;
    border-top: 1px solid #abadb3;
}
.staff_input_list textarea{
    width: 300px;
    background: #fff;
    border: 1px solid #e2e3ea;
    margin-left: 10px;
    line-height: 25px;
    border-top: 1px solid #abadb3;
    font-size: 12px;
    padding-left: 8px;
}
.staff_bnt{
	text-align: center;
}
.staff_bnt input {
	width: 110px;
	height: 35px;
	background: #ffb901;
	border-radius: 4px;
	line-height: 35px;
	color: #fff;
	border: 0;
	margin: 0 20px;
	cursor: pointer;
	font-size: 16px;
}
.staff_bnt input.btn_bg{
	background-color: #d2d2d2;
}
.staff_input1 font{
	display: none;
}

/* 自定义表二 */
.staff_input2 {
    border-radius: 0 0 10px 10px;
    padding: 30px;
    border-left: solid 3px #0A052D;
    border-right: solid 3px #0A052D;
    border-top: 0;
    border-bottom: solid 3px #0A052D;
}
.staff_input_list_2 {
    margin-right: 440px;
}
.staff_input_list_2 li {
    margin-bottom: 20px;
    text-align: right;
    color: #333;
    font-size: 14px;
    position: relative;
}
.staff_input_list_2 li em{
	position: absolute;
	white-space: nowrap;
	line-height: 29px;
	padding-left: 8px;
	color: #b5b5b5;
}
.staff_input_list_2 li i {
    display: inline-block;
    background: url(../images/red.jpg) no-repeat 0 center;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.formTip {
    position: absolute;
    white-space: nowrap;
    padding-left: 8px;
    line-height: 29px;
    color: #333;
}
.staff_input_list_2 li.sp label{
	vertical-align: top;
	position: relative;
}
.staff_input_list_2 li.sp label > i{
	position: absolute;
    left: -20px;
    top: 5px;
}
.staff_input_list_2 input {
    width: 300px;
    height: 25px;
    background: #fff;
    border: 1px solid #e2e3ea;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 25px;
    border-top: 1px solid #abadb3;
}
.staff_bnt_2{
	text-align: center;
}
.staff_bnt_2 input {
	width: 110px;
	height: 35px;
	background: #ffb901;
	border-radius: 4px;
	line-height: 35px;
	color: #fff;
	border: 0;
	margin: 0 20px;
	cursor: pointer;
	font-size: 16px;
}
.staff_bnt_2 input.btn_bg{
	background-color: #d2d2d2;
}
.staff_input2 font{
	display: none;
}







.guide_head{
	height: 369px;
	width: 100%;
	background: url(../images/guide_head.jpg) no-repeat center 0;
}
.guide_bar{
	overflow: hidden;
	margin-top: 24px;
}
.guide_bar ul{
	margin-left: -24px;
}
.guide_bar ul li{
	margin-left: 24px;
	float: left;
	width: 384px;
	height: 494px;
	margin-bottom: 24px;
}
.guide_bar ul li > .bar{
	width: 382px;
	height: 270px;
	border: 1px solid #efefef;
	overflow: hidden;
	border-radius: 7px;
	padding-top: 210px;
	padding-bottom: 10px;
}
.guide_bar ul li > .bar h1{
	font-size: 24px;
	color: #0455be;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 10px 0;
}
.guide_bar ul li > .bar p{
	color: #606060;
	font-size: 16px;
	padding: 0 19px;
	text-align: justify;
	line-height: 27px;
	height: 175px;
}
.guide_bar ul li > .bar .btn_bar{
	height: 44px;
	width: 345px;
	margin: 0 auto;
}
.guide_bar ul li > .bar .btn_bar a{
	height: 44px;
	display: block;
	line-height: 44px;
	background-color: #0455be;
	width: 164px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}
.guide_bar ul li > .bar .btn_bar a.btn_bg{
	background-color: #009a3a;
}
.guide_bar ul li > .bar .btn_bar a:hover{
	text-decoration: underline;
}
.guide_bar ul li > .bar .btn_bar a.center{
   margin:0 auto;
}
.guide_bar ul li.gcol1 > .bar{
	background: url(../images/gd_col1.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol2 > .bar{
	background: url(../images/gd_col2.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol3 > .bar{
	background: url(../images/gd_col3.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol4 > .bar{
	background: url(../images/gd_col4.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol5 > .bar{
	background: url(../images/gd_col5.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol6 > .bar{
	background: url(../images/gd_col6.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol7 > .bar{
	background: url(../images/gd_col7.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol8 > .bar{
	background: url(../images/gd_col8.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol9 > .bar{
	background: url(../images/gd_col9.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol10 > .bar{
	background: url(../images/gd_col10.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol11 > .bar{
	background: url(../images/gd_col11.jpg) no-repeat center 0;
}
.guide_bar ul li.gcol12 > .bar{
	background: url(../images/gd_col12.jpg) no-repeat center 0;
}
/* 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;
   white-space: nowrap;
}
.step_1_bar > h1 span{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.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;
}


