/*-------------------------information-----------------------*/
.information{
	margin-top: 30px;
	min-height: 400px;
}
.helpContent .helpContent_left,
.information .infor_left{
	width: 170px;
}
.helpContent .helpContent_left .inforClassBox,
.information .infor_left .inforClassBox{
	width: 100%;
	margin-bottom: 28px;
}
.helpContent .helpContent_left .inforClassBox .ul_title,
.information .infor_left .inforClassBox .ul_title{
	height: 20px;
	line-height: 20px;
}
.helpContent .helpContent_left .inforClassBox .ul_title:hover,
.information .infor_left .inforClassBox .ul_title:hover{
	cursor: pointer;
}
.helpContent .helpContent_left .inforClassBox .ul_title:hover .f_w_b,
.information .infor_left .inforClassBox .ul_title:hover .f_w_b{
	color: rgb(161,36,52)
}
.helpContent .helpContent_left .inforClassBox .ul_title .ul_title_icon,
.information .infor_left .inforClassBox .ul_title .ul_title_icon{
	width: 16px;
	height: 16px;
	line-height: 13px;
	display: block;
	font-size: 16px;
	border: 1px solid #999;
	color: #999;
	border-radius: 50% !important;
	text-align: center;
	margin-right: 8px;
	margin-top: 2px;
} 
.helpContent .helpContent_left .inforClassBox .infor_ul,
.information .infor_left .inforClassBox .infor_ul{
	width: 100%;
	padding-left: 24px; 
}
.helpContent .helpContent_left .inforClassBox .infor_ul li a,
.information .infor_left .inforClassBox .infor_ul li a{
	color: #333;
}
.helpContent .helpContent_left .inforClassBox .infor_ul li:hover a,
.information .infor_left .inforClassBox .infor_ul li:hover a,
.helpContent .helpContent_left .inforClassBox .infor_ul li.active a,
.information .infor_left .inforClassBox .infor_ul li.active a{
	color: rgb(161,36,52);
}

.information .infor_con{
	width: 770px;
	min-height: 10px;
	margin-left: 10px;
}
.information .infor_con .infor_con_ul{
	width: 100%;
}
.information .infor_con .infor_con_ul li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.information .infor_con .infor_con_ul li:first-child{
	padding-top: 0;
}
.information .infor_con .infor_con_ul li:last-child{
	border-bottom: 1px solid transparent
}
.information .infor_con .infor_con_ul li .infor_li_left{
	width: 214px;
	height: 125px;
	display: block;
	background-color: #f5f5f5;
}
.information .infor_con .infor_con_ul li .infor_li_right{
	margin-left: 10px;
	width: 546px;
}
.information .infor_con .infor_con_ul li .infor_li_right .infor_li_title{
	width: 100%;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.information .infor_con .infor_con_ul li .infor_li_right .infor_li_title:hover{
	color: rgb(161,36,52)
}
.information .infor_con .infor_con_ul li .infor_li_con{
	width: 100%;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	letter-spacing: 0.07em;
	margin-top: 8px;
}
.information .infor_con .infor_con_ul li .infor_li_tag{
	width: 100%;
	margin-top: 10px;
	height: 24px;
}
.information .infor_con .infor_con_ul li .infor_li_tag .tag_con{
	height: 24px;
	line-height: 22px;
	border: 1px solid #ccc;
	padding: 0 15px;
	display: block;
	float: left;
	margin-right: 20px;
}
.information .infor_con .infor_con_ul li .infor_li_tag .tag_con:hover{
	border: 1px solid rgb(161,36,52);
	color: rgb(161,36,52);
	cursor: pointer;
}
.information .infor_con .infor_con_ul li .infor_li_footer{
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
}
.information_Info .eyesIcon,
.information .eyesIcon{
	width: 20px;
	height: 20px;
	margin-right: 6px;
	display: block;
	background: url(/resources/v1/icon/browse.png) no-repeat center;
}
.information_Info .timeIcon,
.information .timeIcon{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	display: block;
	background: url(/resources/v1/icon/new-time.png) no-repeat center;
}
.information .infor_right{
	width: 240px;
	margin-left: 10px;
}
.information_Info .infor_right .right_top,
.information .infor_right .right_top{
	width: 100%;
	padding: 10px;
	background-color: #f5f5f5;
}
.information_Info .infor_right .right_title,
.information .infor_right .right_title{
	height: 20px;
	line-height: 20px;
}
.information_Info .infor_right .right_top .right_title .vertical_line,
.information .infor_right .right_top .right_title .vertical_line{
	height: 20px;
	width: 4px;
	background-color: #ff7300;
	display: block;
	margin-right: 10px;
}
.information_Info .infor_right .right_top_con li .right_top_con_li_c:hover,
.information .infor_right .right_top_con li .right_top_con_li_c:hover,
.information_Info .infor_right .right_title a:hover,
.information .infor_right .right_title a:hover{
	color: rgb(161,36,52)
}
.information_Info .infor_right .right_top_con,
.information .infor_right .right_top_con{
	width: 100%;
	margin-top: 10px;
}
.information_Info .infor_right .right_top_con li,
.information .infor_right .right_top_con li{
	width: 100%;
	overflow: hidden;

}
.information_Info .infor_right .right_top_con li:last-child,
.information .infor_right .right_top_con li:last-child{
	margin-bottom: 10px;
}

.information_Info .infor_right .right_top_con li .right_top_con_li_l,
.information .infor_right .right_top_con li .right_top_con_li_l{
	width: 80px;
	height: 85px;
	display: block;
	background-color: #eee;
}
.information_Info .infor_right .right_top_con li .right_top_con_li_c,
.information .infor_right .right_top_con li .right_top_con_li_c{
	width: 100%;
	line-height: 28px;
	padding-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	letter-spacing: 0.07em;
}
.information_Info .infor_right .right_top_con li .r_top_footer,
.information .infor_right .right_top_con li .r_top_footer{
	height: 20px;
	width: 130px;
	margin-top: 13px;
}
.information_Info .infor_right .right_top_con li .r_top_footer .con_tag,
.information .infor_right .right_top_con li .r_top_footer .con_tag{
	height: 20px;
	line-height: 17px;
	border: 1px solid #999;
	color: #999;
	margin-right: 10px;
	display: block;
	padding: 0 10px;
}
.information_Info .infor_right .right_top_con li .r_top_footer .con_tag:hover,
.information .infor_right .right_top_con li .r_top_footer .con_tag:hover{
	border: 1px solid rgb(161,36,52);
	color: rgb(161,36,52);
}
.information .infor_right .right_bottom{
	margin-top: 20px;
	padding: 0 10px;
}
.information .infor_right .right_bottom .right_title .vertical_line{
	height: 20px;
	width: 4px;
	background-color: #ffba00;
	display: block;
	margin-right: 10px;
}

.information_Info .infor_right .right_bottom_con,
.information .infor_right .right_bottom_con{
	padding: 16px 0;
	border-top: 1px solid #e8e8e8;
	margin-top: 10px;
	/*padding-left: 15px;*/
}
.information_Info .infor_right .right_bottom_con li,
.information .infor_right .right_bottom_con li{
	list-style: disc;
	margin-left: 16px;
	padding-left: 6px;
	margin-bottom: 6px;
}
.information_Info .infor_right .right_bottom_con li a,
.information .infor_right .right_bottom_con li a{
	width: 100%;
	line-height: 18px;
	margin-left: -7px;
	/*display: -webkit-box;
*/	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	letter-spacing: 0.07em;
}
.information_Info .infor_right .right_bottom_con li a:hover,
.information .infor_right .right_bottom_con li a:hover{
	cursor: pointer;
	color: rgb(161,36,52)
}
/*-------------------------information_Info-----------------------*/
.information_Info {
	padding-bottom: 50px;
}
.information_Info .infor_con{
	width: 900px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.information_Info .infor_con .infor_title{
	margin: 0;
}
.information_Info .infor_con .infor_title .title_tag_hot{
	width: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background-color: #ff7300;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
}
.information_Info .infor_con .infor_title:hover{
	/*color: rgb(161,36,52)*/
}
.information_Info .infor_con .infor_time{
	margin-top: 14px;
}
.information_Info .infor_con .infor_tag{
	width: 100%;
	margin-top: 20px;
	height: 24px;
}
.information_Info .infor_con .infor_tag .tag_con{
	height: 24px;
	line-height: 22px;
	border: 1px solid #ccc;
	padding: 0 15px;
	display: block;
	float: left;
	margin-right: 20px;
}
.information_Info .infor_con .infor_tag .tag_con:hover{
	border: 1px solid rgb(161,36,52);
	color: rgb(161,36,52);
	cursor: pointer;
}
.information_Info .infor_con .infor_con_c{
	padding: 30px 0;
}
.information_Info .infor_con .infor_con_c table{
	width: 100%;
}
.information_Info .infor_con .infor_con_c table tbody{
	width: 100%;
}
.information_Info .infor_con .infor_con_c p{
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 28px;
}
.information_Info .infor_con .infor_con_c img,
.information_Info .infor_con .infor_con_c p img{
	margin: 0 auto;
	display: block;
	max-width: 100%
}

.information_Info .infor_con .infor_footer {
	height: 70px;
	padding: 17px 0;
	border-top: 1px solid #e8e8e8;
}
.information_Info .infor_con .infor_footer .shareBtn{
    width: 90px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    background: url(/resources/v1/icon/news-share.png) no-repeat top left;
    border: 1px solid #ccc;
    background-position: 15px 6px;
    padding-left: 34px;
    color: #333;
    margin: 0 auto;
    margin-top: 3px;
    float: inherit;
}
.information_Info .infor_right{
	width: 290px;
	color: #333;
}
.information_Info .infor_right .right_adv{
	width: 100%;
	height: 180px;
	display: block;
	background-color: #fff;
}
.information_Info .infor_right .right_top{
	background-color: #fff;
	margin-top: 20px;
}
.information_Info .infor_right .right_top_con li .right_top_con_li_c{
	width: 180px;
}
.information_Info .infor_right .right_bottom{
	padding: 10px;
	background-color: #fff;
	margin-top: 20px;
}
.information_Info .infor_right .right_bottom_con{
	/*border-top: transparent;
	padding: 0;*/
}

/*-------------------------helpContent-----------------------*/
.helpContent{
	/*padding-top: 30px;*/
	min-height: 400px;
	padding-bottom: 50px;
}
.helpContent .helpContent_left{
	width: 200px;
	padding: 10px 0;
	border-radius: 6px;
  border: 1px solid #ddd;
}
.helpContent .helpContent_left .inforClassBox{
	padding: 10px 22px;
	margin-bottom: 0;
	border-bottom: 1px dotted #e8e8e8;
}
.helpContent .helpContent_left .inforClassBox:last-child{
	border-bottom-color: transparent;
}
.helpContent .helpContent_con{
	width: 990px;
	margin-left: 10px;
	padding: 20px 10px;
	border-radius: 6px;
  border: 1px solid #ddd;
}
.helpContent .helpContent_con .helpPage_title{
	height: 36px;
	padding-bottom: 16px;
	line-height: 20px;
	width: 960px;
	margin-left: 10px;
	/*border-bottom: 1px solid #e8e8e8;*/
}
.helpContent .helpContent_con .pageTextarea{
	padding: 10px;
}
.helpContent .helpContent_con .helpPage_remind{
	padding: 20px 10px 16px 10px;
	width: 100%;
}
.helpContent .helpContent_con .helpPage_remind p{
	height: 12px;
	line-height: 12px;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
.helpContent .helpContent_con .helpPage_con_ul{
	width: 100%;
}
.helpContent .helpContent_con .helpPage_con_ul .ul_li{
	width: 100%;
}
.helpContent .helpContent_con .helpPage_con_ul .li_title{
	height: 36px;
	line-height: 36px;
	background-color: rgb(255,97,117,0.07);
	padding: 0 10px;
}
.helpContent .helpContent_con .helpPage_con_ul .li_con{
	width: 100%;
	line-height: 20px;
	padding-left: 10px;
}
.helpContent .helpContent_con .helpPage_con_ul .li_con p{
	line-height: 14px;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}
/*-------------------------gxkc_Banner-----------------------*/
.gxkc_Banner{
	height: 710px;
	width: 100%;
	background-color: #e3f1fe;
	z-index: 0;
}
.gxkc_Banner .applyBox{
	position: absolute;
	top: 72px;
	right: 30px;
	width: 230px;
	height: 156px;
	background-color: #fff;
	padding: 20px;
	z-index: 3;
}
.gxkc_Banner .applyBox .box_line{
	height: 36px;
	line-height: 36px;
}
.gxkc_Banner .applyBox .box_line .phoneIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-phone.png) no-repeat center;
}
.gxkc_Banner .applyBox .box_line .qqIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-QQ.png) no-repeat center;
}
.gxkc_Banner .applyBox .applyBtn{
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-top: 10px;
	text-align: center;
	background-color: #ff7300;
	color: #fff;
}
.gxkc_Banner .applyBox .applyBtn:hover{
	background-color: #ff8d30;
}

.gxkc_Banner.banner .bannerBox{
	height: 710px;
}


.gxkc_Banner.banner .bannerBox .bannerImgBox{
	width: 100%;
	margin: 0;
	padding: 0;
}
.gxkc_Banner.banner .bannerBox .bannerImgBox{
	padding: 0;
	width: 100%;
	height: 710px;
	display: block;
	overflow: hidden;
}
.gxkc_Banner.banner .bannerBox .bannerImgBox.banner1{
	background: url(/resources/v1/img/banner-share.png) no-repeat center;
}
.gxkc_Banner.banner .bannerBox .bannerImgBox.banner2{
	background: url(/resources/v1/img/banner-share2.png) no-repeat center;
}
.gxkc_Banner.banner .bannerBox .bannerImgBox.banner3{
	background: url(/resources/v1/img/banner-share3.png) no-repeat center;
}

/*-------------------------gxkc_title-----------------------*/
.gxkc_title{
	width: 100%;
	height: 280px;
	padding: 30px 0;
}
.gxkc_title h1{
	margin-top: 10px;
	margin-bottom: 50px;
}
.gxkc_title p{
	margin-bottom: 5px;
}
/*-------------------------gxkc_con-----------------------*/
.gxkc_con{
	width: 100%;
	height: 888px;
	padding: 60px 0;
}
.gxkc_con .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.gxkc_con .con_ul{
	width: 100%;
	overflow: hidden;
	height: 178px;
}
.gxkc_con .con_ul li{
	width: 140px;
	height: 178px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 10px;
	padding: 10px;
}
.gxkc_con .con_ul li:last-child{
	width: 130px;
	margin-right: 0;
}
.gxkc_con .con_ul li p{
	line-height: 16px;
	letter-spacing: 0.07em
}

.core_box{
	width: 20%;
	height: 280px;
	background-color: white;
	float: left;
	border-radius: 5%!important;
	margin: 0% 2% 3% 2%;
	padding:  40px 4% 40px 4%;
	box-shadow: 5px 5px 15px rgba(0,0, 0, 0.1)!important;
	cursor: pointer;
}

.core_box:hover{
	/*box-shadow: 5px 5px 15px rgba(0,0, 0, 0.5)!important;*/
}

.core_box:hover h4{
	color: rgb(161,36,52);
}

.core_title{
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.core_image{
	width: 60px;
	height: 60px;
}

.core_span{
	text-align: left;
	color: #aaa;
}

.con_title2{
	color: black;
	font-size: 36px;
}
.con_title3{
	font-weight: normal;
	font-size: 26px;
	color: #aaa;
}
/*-------------------------rzlc_con-----------------------*/
.rzlc_btn{
	background-color: rgb(161,36,52);
	border-radius: 50px!important;
	text-align: center;
	font-size: 24px;
	padding: 20px 60px 20px 60px;
	letter-spacing: 5px;
	font-weight: bold;
	color:#fff !important;
}
.arrow_right{
	width: 50px;
	height: 50px;
	margin-top: 18px;
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.arrow_left{
	width: 50px;
	height: 50px;
	margin-top: 18px;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.process-block{
	background-color: white;
	padding: 30px;
	box-shadow: 5px 5px 15px rgba(0,0, 0, 0.1)!important;
	font-size: 18px;
	font-weight: bold;
}
.process-num{
	background-color: rgb(161,36,52);
	color: white;
	padding: 8px;
	border-radius: 50%!important;
}
.rzlc_font{
	margin-top: 40px;color: black;font-weight: bold;
}
.rzlc_code{
	width: 100px;height: 100px;margin-bottom: 8px
}

/*-------------------------gxkc_con-----------------------*/
.gxkc_table{
	width: 100%;
	height: 510px;
	padding: 40px 0;
}
.gxkc_table .table_title{
	padding-left: 10px;
	height: 22px;
	line-height: 22px;
	width: 580px;
	margin-bottom:  30px;
}
.gxkc_table .ask_table_success,
.gxkc_table .ask_table{
	height: 350px;
	width: 580px;
	overflow: hidden;
	overflow-y: scroll;
}
.gxkc_table .ask_table_success thead,
.gxkc_table .ask_table_success tbody,
.gxkc_table .ask_table_success,
.gxkc_table .ask_table thead,
.gxkc_table .ask_table tbody,
.gxkc_table .ask_table{
	width: 580px;
	color: #333;
}
.gxkc_table .ask_table_success thead th,
.gxkc_table .ask_table thead th{
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	background-color: #fff5f5;
}
.gxkc_table .ask_table_success tbody tr:first-child td,
.gxkc_table .ask_table tbody tr:first-child td{
	padding-top: 10px;
}
.gxkc_table .ask_table_success tbody tr:hover td,
.gxkc_table .ask_table tbody tr:hover td{
	background-color: #f5f5f5;
	cursor: pointer;
}
.gxkc_table .ask_table tbody td{
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
.gxkc_table .ask_table_success tbody td{
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
/*.gxkc_table .ask_table tbody td .toListBtn{
	width: 40px;
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	border: 1px solid rgb(161,36,52);
	color: rgb(161,36,52);
}*/
/*.gxkc_table .ask_table tbody td .toListBtn:hover{
	background-color: #e3f1fe
}*/

.gxkc_table .ask_table_box .ask_table_success thead,
.gxkc_table .ask_table_box .ask_table thead{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.gxkc_table .ask_table_box{
	border: 1px solid #e8e8e8;
	margin-top: 16px;
	height: 350px;
	width: 580px;
	overflow: hidden;
	padding-bottom: 10px;
	-webkit-box-shadow: 1px 1px 20px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 1px 1px 20px rgba(0,0,0,.1) !important;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1) !important;
}
.gxkc_table .ask_table_box .ask_table_success,
.gxkc_table .ask_table_box .ask_table{
	height: auto;
}
/*-------------------------gxkc_footer-----------------------*/
.gxkc_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 110px;
	width: 100%;
	z-index: 999;
}
.gxkc_footer .footTextBox{
	width: 160px;
    margin-top: 11px;
    height: 46px;
    background-color: #f5f5f5;
    border-radius: 23px !important;
    margin-left: -48px;
    padding-left: 42px;
    padding-top: 8px;
}
.gxkc_footer .footTextBox span{
	margin-bottom:  0;
	color: #333;
	line-height: 16px;
	display: block
}

.gxkc_footer .footer_applyBtn{
	width: 160px;
    margin-top: 11px;
    height: 46px;
    background-color: rgb(161,36,52);
    border-radius: 23px !important;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}
.gxkc_footer .footer_applyBtn:hover{
	background-color: #feb100;
}
/*-------------------------comm_banner-----------------------*/
.comm_banner.banner .bannerBox .bannerImgBox{
	width: 100%;
	margin: 0;
	padding: 0;
}
.comm_banner.banner .bannerBox .bannerImgBox{
	padding: 0;
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
}
.comm_banner.banner .bannerBox .bannerImgBox.banner1{
	background: url(/resources/v1/img/comm_banner1.png) no-repeat center;
}
.comm_banner.banner .bannerBox .bannerImgBox.banner2{
	background: url(/resources/v1/img/comm_banner2.png) no-repeat center;
}
.comm_laizhang{
	margin: 80px 0;
	width: 100%;
	height: 400px;
	padding-bottom: 40px;
}
.comm_laizhang .bgImg_laizhang .comm_con_box{
	width: 100%;
    padding-left: 660px;
    padding-top: 80px;
}
.comm_laizhang .comm_con_box img{
	vertical-align: text-bottom;
    margin-right: 10px;
}
.comm_laizhang .comm_con_box p{
	padding-left: 31px;
	margin: 10px 0;
	line-height: 14px;
}
.comm_laizhang .bgImg_laizhang{
	height: 100%;
	background: url(/resources/v1/img/comm_laizhang.png) no-repeat;
	background-position: 0px 60px;
}

.comm_laizhang .bgImg_jianding .comm_con_box{
	width: 100%;
    padding-left: 80px;
    padding-top: 80px;
}
.comm_laizhang .bgImg_jianding{
	height: 100%;
	background: url(/resources/v1/img/comm_jianding.png) no-repeat;
	background-position: 660px 60px;
}

.comm_laizhang .bgImg_jiaqun .comm_con_box{
	width: 100%;
    padding-left: 80px;
    padding-top: 80px;
}
.comm_laizhang .bgImg_jiaqun{
	height: 100%;
	/* background: url(/resources/v1/img/comm_jiaqun.png) no-repeat;
	background-position: 660px 60px; */
	background-color: #fff;
  border-radius: 6px;
}

/*-------------------------whitebar-----------------------*/
.whitebar_Banner{
	height: 360px;
	width: 100%;
	background-color: #e3f1fe;
	z-index: 0;
	background: url(/resources/v1/img/white_banner.png) no-repeat center;
}
.whitebar_Banner .applyBox{
	position: absolute;
	top: 90px;
	right: 30px;
	width: 230px;
	height: 156px;
	background-color: #fff;
	padding: 20px;
	z-index: 3;
}
.whitebar_Banner .applyBox .box_line{
	height: 36px;
	line-height: 36px;
}
.whitebar_Banner .applyBox .box_line .phoneIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-phone.png) no-repeat center;
}
.whitebar_Banner .applyBox .box_line .qqIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-QQ.png) no-repeat center;
}
.whitebar_Banner .applyBox .applyBtn{
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-top: 10px;
	text-align: center;
	background-color: #ff7300;
	color: #fff;
}
.whitebar_Banner .applyBox .applyBtn:hover{
	background-color: #ff8d30;
}

.whitebar_Banner.banner .bannerBox{
	height: 300px;
}

.whitebar_Banner.banner .bannerBox .bannerImgBox{
	width: 100%;
	margin: 0;
	padding: 0;
}
.whitebar_Banner.banner .bannerBox .bannerImgBox{
	padding: 0;
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
}
.whitebar_Banner.banner .bannerBox .bannerImgBox.banner1{
	background: url(/resources/v1/img/white_banner.png) no-repeat center;
}

/*-------------------------whitebar_title-----------------------*/
.whitebar_title{
	width: 100%;
	height: 320px;
	padding: 110px 0;
}
.whitebar_title h1{
	margin-top: 0;
	margin-bottom: 20px;
}
.whitebar_title p{
	margin-bottom: 5px;
}

.line_title{
	position: absolute;
	width: 300px;
	height: 2px;
	display: block;
	background-color: #ccc;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -150px;
	z-index: 0
}
.con_title{
	background-color: #fff;
	z-index: 1;
	width: 160px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -80px;
}

/*-------------------------whitebar_con-----------------------*/
.whitebar_con{
	width: 100%;
	height: 530px;
	padding: 80px 0;
}
.whitebar_con .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.whitebar_con .white_con_ul{
	width: 100%;
	margin-top: 50px;
}
.whitebar_con .white_con_ul li{
	float: left;
	text-align: center;
	width: 300px;
}


/*-------------------------whitebar_follow-----------------------*/
.whitebar_follow{
	width: 100%;
	height: 500px;
	padding: 80px 0;
}
.whitebar_follow .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.whitebar_follow .follow_img{
	height: 200px;
	margin-top: 80px;
	background: url(/resources/v1/img/white_follow.png) no-repeat center;
}

/*-------------------------whitebar_apply-----------------------*/
.whitebar_apply{
	width: 100%;
	height: 360px;
	padding: 80px 0;
}
.whitebar_apply .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.whitebar_apply .white_apply_btn{
	width: 160px;
	height: 40px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid rgb(161,36,52);
}
.whitebar_apply .white_apply_btn:hover{
	background-color: #e3f1fe;
	color: rgb(161,36,52);
}

/*-------------------------qijian_Banner-----------------------*/
.qijian_Banner{
	height: 360px;
	width: 100%;
	background-color: #e3f1fe;
	z-index: 0;
	background: url(/resources/v1/img/qijian/qijian_banner.png) no-repeat center;
}
.qijian_Banner .applyBox{
	position: absolute;
	top: 90px;
	right: 30px;
	width: 230px;
	height: 156px;
	background-color: #fff;
	padding: 20px;
	z-index: 3;
}
.qijian_Banner .applyBox .box_line{
	height: 36px;
	line-height: 36px;
}
.qijian_Banner .applyBox .box_line .phoneIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-phone.png) no-repeat center;
}
.qijian_Banner .applyBox .box_line .qqIcon{
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px;
	margin-right: 6px;
	background: url(/resources/v1/icon/banner-QQ.png) no-repeat center;
}
.qijian_Banner .applyBox .applyBtn{
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-top: 10px;
	text-align: center;
	background-color: #ff7300;
	color: #fff;
}
.qijian_Banner .applyBox .applyBtn:hover{
	background-color: #ff8d30;
}

.qijian_Banner.banner .bannerBox{
	height: 300px;
}

.qijian_Banner.banner .bannerBox .bannerImgBox{
	width: 100%;
	margin: 0;
	padding: 0;
}
.qijian_Banner.banner .bannerBox .bannerImgBox{
	padding: 0;
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
}
.qijian_Banner.banner .bannerBox .bannerImgBox.banner1{
	background: url(/resources/v1/img/white_banner.png) no-repeat center;
}

/*-------------------------qijian_title-----------------------*/
.qijian_title{
	width: 100%;
	height: 320px;
	padding: 110px 0;
}
.qijian_title h1{
	margin-top: 0;
	margin-bottom: 20px;
}
.qijian_title p{
	margin-bottom: 5px;
}

.line_title{
	position: absolute;
	width: 300px;
	height: 2px;
	display: block;
	background-color: #ccc;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -150px;
	z-index: 0
}
.con_title{
	background-color: #fff;
	z-index: 1;
	width: 160px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -80px;
}

/*-------------------------qijian_con-----------------------*/
.qijian_con{
	width: 100%;
	height: 530px;
	padding: 80px 0;
}
.qijian_con .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.qijian_con .white_con_ul{
	width: 100%;
	margin-top: 50px;
}
.qijian_con .white_con_ul li{
	float: left;
	text-align: center;
	width: 300px;
}


/*-------------------------qijian_follow-----------------------*/
.qijian_follow{
	width: 100%;
	height: 500px;
	padding: 80px 0;
}
.qijian_follow .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.qijian_follow .follow_img{
	height: 200px;
	margin-top: 80px;
	background: url(/resources/v1/img/qijian/qijian_5.png) no-repeat center;
}

/*-------------------------qijian_apply-----------------------*/
.qijian_apply{
	width: 100%;
	height: 360px;
	padding: 80px 0;
}
.qijian_apply .title_{
	height: 24px;
	line-height: 24px;
	margin-bottom: 28px;
}
.qijian_apply .qijian_apply_btn{
	width: 160px;
	height: 40px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	border: 1px solid rgb(161,36,52);
}
.qijian_apply .qijian_apply_btn:hover{
	background-color: #e3f1fe;
	color: rgb(161,36,52);
}

