﻿@charset "utf-8";
/*全局*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,button {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline:none
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	box-sizing: border-box;
	list-style: none;
}

body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	background: #F4F4F4;
}
i{
	padding: 0 5px;
}
a{
	color: #000000;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
em,i{
	font-style: normal;
}
img{
	max-width: 100%;
}
.text_l {
	text-align: left;
}

.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}
.font_w{
	font-weight: bold;
}
.font_n{
	font-weight: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{
	clear: both;
}
.display_i{
	display: inline-block;
}
.display_b{
	display: block;
}
.pos_re{
	position: relative;
}
.pos_ab{
	position: absolute;
}
.pointer1{
	cursor: pointer;
}
/*blank*/
.blank10{
	height: 10px;
}
.blank15{
	height: 15px;
}
.blank20{
	height: 20px;
}
.blank25{
	height: 25px;
}
.blank30{
	height: 30px;
}
.blank35{
	height: 35px;
}
.blank40{
	height: 40px;
}
.blank50{
	height: 50px;
}
.blank60{
	height: 60px;
}
/*margin-top*/
.m_top20{
	margin-top: 20px;
}
.m_top30{
	margin-top: 30px;
}
.p_top20{
	padding-top: 20px;
}
.p_top30{
	padding-top: 30px;
}
.p_bottom20{
	padding-bottom: 20px;
}
.p_bottom30{
	padding-bottom: 30px;
}
.p_l_r5{
	padding-left: 5px;
	padding-right: 5px;
}
.p_l_r10{
	padding-left: 10px;
	padding-right: 10px;
}
.p_l_r15{
	padding-left: 15px;
	padding-right: 15px;
}
.p_l_r20{
	padding-left: 20px;
	padding-right: 20px;
}
.p_left5{
	padding-left: 5px;
}
.p_left10{
	padding-left: 10px;
	padding-right: 10px;
}
.p_l_r15{
	padding-left: 15px;
	padding-right: 15px;
}
.p_l_r20{
	padding-left: 20px;
	padding-right: 20px;
}
.p20_5{
	padding: 20px 5px;
}
.p10{
	padding: 10px;
}
.p20{
	padding: 20px;
}
.p30{
	padding: 30px;
}
.m20{
	margin: 20px auto;
}
.m30{
	margin: 30px auto;
}
/*line-height*/
.line28{
	line-height: 28px;
}
.line30{
	line-height: 30px;
}
.line35{
	line-height: 35px;
}
.line40{
	line-height: 40px;
}
.line50{
	line-height: 50px;
}
.line60{
	line-height: 60px;
}
/*font-size*/
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.w100{
	width: 100%;
}
.w99{
	margin-left: 0.5%;
	width: 99%;	
}
.w98{
	margin-left: 1%;
	width: 98%;	
}
.main{
	width: 99%;
	padding: 0 0.5%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}
#arcright{
	background: #FFFFFF;
}
a:hover{
	color: #F78015;
}


#kk_search_list em{
	color: #FF0000;
}
/*kkjz_hd_hover*/
.kkjz_hd_hover{
	position: relative;
	overflow: hidden;
}
.kkjz_hd_hover:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #FFF8F8;
    z-index:-2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.kkjz_hd_hover:after{
	content: '';
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FFF8F8;
    z-index:-2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.kkjz_hd_hover:hover{
	z-index: 1;
	background: transparent;
	color: #FFFFFF;
}
.kkjz_hd_hover:before,.kkjz_hd_hover:after {
    transition: .3s;
    background: #F78015;
    z-index:-1;
}  
.kkjz_hd_hover:hover:after{
	right: 0%;
}
.kkjz_hd_hover:hover:before {
    width: 50%;
}
/*head*/
.head_top{
	color: #999999;
}
.head_top .main>.text_r{
	position: absolute;
	display: inline-block;
	background: #F8F8F8;
	padding-left: 15px;
	right: 0px;
	top: 0px;
}



@media only screen and  (max-width: 999px) {
	.head_top,
	.kk_form,
	.head_a2
	{
		display: none;
	}
	
	.head{
		height: 50px;
		padding: 5px 0px;
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		z-index: 999;
		background: #F4F4F4;
		-moz-box-shadow: 0px 1px 4px #888888; /* 老的 Firefox */
		box-shadow: 0px 1px 4px #f78015;
	}
	.home_a{
		display: block;
		width: 100%;
		padding-right: 60px;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
	}
	.home_a img{
		height: 26px;
		display: block;
		margin: 7px;
		float: left;
	}
	.home_a b{
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		color: #F78015;
	}
	#nav_i{
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 5px;
		right: 5px;
		font-size: 36px;
		font-weight: bold;
		cursor: pointer;
	}
	.nav{
		display: none;
		position: fixed;
		top: 50px;
		z-index: 999;
		width: 100%;
	}
	.arc_body{
		margin-top: 70px;
	}
	.foot_center {
    	padding: 10px 0px;
    }
    
    
    .arc_left{
		width: 100%;
	}
	.arc_right {
		display: none;
	}
    
    
    
}
@media only screen and (min-width: 999px){
	.head{
		height: 100px;
		padding: 10px 0px;
	}
	.home_a{
		display: block;
		width: 30%;
		height: 50px;
		margin-top: 15px;
	}
	.home_a img{
		display: block;
		float: left;
		height: 50px;
		margin-right: 10px;
	}
	.home_a b{
		display: block;
		float: left;
		height: 50px;
		line-height: 50px;
		font-size: 36px;
		color: #F78015;
		font-weight: normal;
	}
	
	
	.head .head_a2{
		margin-top: 20px;
	}
	.head_a2{
		display: block;
		padding: ;
		max-width: 20%;
		width: 180px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: #f78015;
		color: #FFFFFF;	
	}
	
	#nav_i{
		display: none;
	}
	.nav{
		height: 45px;
	}
	.nav_ul li{
		width: 120px;
		float: left;
	}
	.foot_center {
    	padding: 30px 0px;
    }
    
    
    .arc_left{
		width: 123%;
	}
	.arc_right {
		width: 25%;
	}
}

@media only screen  and (max-width: 640px) {
	
}







.place01{
	
}

.head_top{
	background: #F8F8F8;
	border-bottom: 1px solid #F1F1F1;
}
.head_top a,
.head_top span{
	color: #C0C0C0;
}



.head_a2:hover{
	color: #FFFFFF;
}
.kk_form{
	width: 400px;
	height: 40px;
	position:absolute;
	left: 50%;
	margin-left: -200px;
	top: 20px;
}
.kk_form .inp{
	width: 80%;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	float: left;

}
.kk_form .search_btn{
	width: 20%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background: #f78015;
	color: #FFFFFF;
}
.nav{
	background: #555555;
	-moz-box-shadow: 0px 2px 4px #888888; /* 老的 Firefox */
	box-shadow: 0px 2px 4px #f78015;
}
.nav_ul{
	margin: 0px;
	padding: 0px;
}

.nav_ul li a{
	 text-decoration: none;
}
.nav_ul li span{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.nav_ul li .nav_cur,.nav_ul li span:hover{
	background: #f78015;
	color: #FFFFFF;	
}


/*foot*/
.foot{
	background: #555555;
	-moz-box-shadow: 0px -3px 5px #888888; /* 老的 Firefox */
	box-shadow: 0px -3px 5px #f78015;
}
.foot_center{
	text-align: center;
	color: #e0e0e0;
}
.foot_center a{
	color: #e0e0e0;
}
.foot_center span{
	padding: 0 10px;
}


/*arc_left*/
.kk_white{
	background: #FFFFFF;
}

.place{
}
.title_h1{
	position: relative;
	padding-left: 70px;
}
.title_h1 img{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 10px;
	border-radius: 25px;
	box-sizing: border-box;
	border: 3px solid #F78015;
}
@media only screen  and (max-width: 640px) {
	.arc_description ul{
		display: none;
	}
	.arc_description .kk_zihao{
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.arc_description .kk_zihao >span{
		padding: 0px 15px;
	}

}


.arc_description{
	border-top: 1px solid #CCCCCC;
}
.arc_description ul li{

}
.kk_zihao{
	padding-right: 10px;
}
.kk_zihao b{
	font-weight: normal;
}
.kk_zihao span{
	padding: 0 5px;
	line-height: 25px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
}
.kk_zihao_span_cur{
	background: #f78015;
	color: #FFFFFF;
}
.kk_zihao_da{
	border-right: 1px solid #CCCCCC;
}
.arc_content{
}
.arc14,.arc14 p{
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
}
.arc16,.arc16 p{
	font-size: 16px;
	line-height: 32px;
	text-indent: 32px;
}
.arc18, .arc18 p{
	font-size: 18px;
	line-height: 36px;
	text-indent: 36px;
}
.arc_content p{
	margin: 15px auto;
}
.arc_content>table{
	border-color: #CCCCCC !important;
}
.arc_content>table tr,
.arc_content>table td{
	border: 1px solid #CCCCCC !important;
	padding: 5px;
}




.arc_content img{
	display: block;
	margin: 10px auto;
	max-width: 80%;
}
.arc_content .kkjz_arc_h2,
.arc_content>h2{
	line-height: 40px;
	background: #F4F4F4;
	color: #000;
	font-size: 16px;
	margin: 15px auto;
	border-left: 3px solid #f78015;
}




.arc_wxts{
	background: #fcf4db;
	border-radius: 5px;
	padding: 15px;
	color: #7d6828;
}
.arc_wxts h3{
	margin-bottom: 20px;
	font-size: 16px;
	color: #F78015;
}
.arc_wxts p{
	line-height: 28px;
}
.arc_page{
	border-top: 1px solid #CCCCCC;
	
}
@media only screen and (min-width: 640px)  {
	.arc_page_ul li{
		line-height: 25px;
		width: 48%;
		float: left;
	}
	.arc_page_ul li:last-child{
		margin-left: 4%;
		text-align: right;
	}
}

@media only screen and (max-width: 640px)  {
	.arc_page_ul li{
		line-height: 25px;
	}
}


.arc_bzsm{
	border: 1px dashed #F78015;
	padding: 25px 15px 15px;
	position: relative;
	border-radius: 5px;
}
.arc_bzsm h3{
	text-align: center;
	position: absolute;
	width: 160px;
	height: 35px;
	top: -17px;
	left: 50%;
	line-height: 35px;
	background: #F78015;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 0 0 0 -80px;
}
.arc_bzsm p{
	line-height: 28px;
}

@media only screen and (min-width: 480px) {
	.arc_tuijian ul li{
		width: 48%;
		float: left;
		line-height: 30px;
	}
	.arc_tuijian ul li:nth-child(2n+1){
		margin-right: 4%;
	}
}
.arc_tuijian ul li{
	line-height: 30px;
}

.arc_tuijian ul li i{
	font-size: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.arc_tuijian ul li:hover,
.arc_tuijian ul li:hover a{
	color: #F78015;
}
.item_b{
	display: block;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 15px;
}
.item_b span{
	padding: 0 10px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-bottom: 2px solid #F78015;
	font-size: 16px;
	color: #F78015;
}
#kk_wailian_div{
	padding: 10px 0px;
}
#kk_wailian_div p{
	line-height: 35px;
	font-size: 16px;
}
#kk_wailian_div p:first-child{
	margin-bottom: 20px;
}
#kk_wailian_div p b{
	font-weight: normal;
	font-size: 14px;
}
#kk_wailian_div a{
	color: #F78015;
	font-weight: bold;
}

#kk_wailian{
	line-height: 35px;
}
#kk_wailian a{
	display: inline-block;
	margin-right: 30px;
	height: 35px;
	line-height: 35px;
}


.rg_news ul {
	width: 98%;
	margin: 0 auto;
}
.rg_news ul li{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 28px;
}
.rg_news ul li b{
	display: block;
	position: absolute;
	width: 28px;
	height: 30px;
	line-height: 30px;
	top: 0px;
	left: 0px;
	color: #CCCCCC;

}
.rg_news ul li:nth-child(1) b,.rg_news ul li:nth-child(2) b,
.rg_news ul li:nth-child(3) b{
	color: #F78015;
}


.rg_news ul li:hover{
	border-right: 3px solid #F78015;
}

.rg_news ul li b em{
	padding-left: 3px;
	color: #CCCCCC;
}
.rg_news ul li a{
	display:inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px 14px 0px 0px;
	position: relative;
}
.rg_news ul li a i{
	display: block;
	position: absolute;
	width: 16px;
	height: 30px;
	line-height: 30px;
	top: 0px;
	right: 0px;
	text-align: center;
}

/*rg_kk_wailian */
.rg_kk_wailian {
	padding: 15px 15px 0px;
}
.rg_kk_wailian span{
	display:block;
	width: 48%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #F78015;
	margin-bottom: 15px;
	float: left;
}
.rg_kk_wailian span:nth-child(2n+1){
	margin-right: 2%;
}
/*kk_wailian_ul*/
.kk_wailian_ul{
	width: 98%;
	margin: 0 auto;
}
.kk_wailian_ul li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #CCCCCC;
	padding-left: 30px;
	padding-right: 10px;
	position: relative;
}
.kk_wailian_ul li:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #F78015;
	left: 12px;
	top: 14px;
	border-radius: 3px;
}
.kk_wailian_ul li span{
	padding: 0 8px;
}


.list_page_div{
	clear: both;
	padding-top: 20px;
	text-align: center;
}
.list_page_ul{
	display: inline-block;
	text-align: center;
}
.list_page_ul li{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.list_page_ul li select{
	height: 28px;
	line-height: 28px;
	border: 1px solid #CCCCCC;
}

/*list_item01*/
.list_item01{
	padding: 0px 10px 15px;
	margin-top: 15px;
	border-bottom: 1px dashed #dddddd;
	position: relative;
}
.list_item01 .content01 h3{
	font-weight: normal;
}
#list_no_img01{
	padding: 0px;
}
@media only screen and (min-width: 640px)  {
	.list_item01 .img01{
		display: block;
		width: 244px;
		height: 152px;
		line-height: 152px;
		overflow: hidden;
		border: 1px solid #dddddd;
		background: #DDDDDD;
		position: absolute;
		left: 5px;
		top: 0;
	}
	.list_item01 .img01 img{
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}
	.list_item01 .content01{
		padding-left: 262px;
	}
	.list_item01 .content01 h3{
		font-size: 22px;
	    line-height: 40px;
	    width: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    color: #000;
	}
	.list_item01 .content01 p{
		font-size: 14px;
	    line-height: 25px;
	    color: #666666;
	    height: 50px;
	    overflow: hidden;
	}
	.list_item01 .content01 .tag{
		width: 100%;
		height: 26px;
		line-height: 26px;
		overflow: hidden;
		margin: 5px auto;
		color: #F78015;
	}
	.list_item01 .content01 .tag a{
		display: inline-block;
		height: 26px;
		line-height: 26px;
		padding-right: 10px;
		color: #F78015;
	}
	
	.list_item01 .content01 .des{
		height: 25px;
		overflow: hidden;
	}
	.list_item01 .content01 .des span{
		font-size: 14px;
	    line-height: 25px;
	    height: 25px;
	    border-right: 1px solid #999999;
	    color: #999999;
	    padding: 0 5px;
	    display: inline-block;   
	}
	.list_item01 .content01 .des span:first-child{
		padding-left: 0px;
	}
	.list_item01 .content01 .des span:last-child{
		border-right: none;
	}
	.list_item01 .content01 .des span i{
		padding-right: 5px;
	}

}
@media only screen  and (max-width: 640px) {
	.list_item01 .img01{
		display: block;
		width: 124px;
		height: 77px;
		line-height: 77px;
		overflow: hidden;
		border: 1px solid #dddddd;
		background: #DDDDDD;
		position: absolute;
		right: 5px;
		top: 0;
	}
	.list_item01 .img01 img{
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.list_item01 .content01{
		padding-right: 135px;
	}
	.list_item01 .content01 h3{
		display: block;
		font-size: 18px;
		line-height: 28px;
	    max-height: 56px;
	    margin-bottom: 10px;
	    width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    color: #000;
	}
	.list_item01 .content01 .tag,
	.list_item01 .content01 p{
		display: none;
	}
	.list_item01 .content01 .des{
	}
	.list_item01 .content01 .des span{
		font-size: 14px;
	    line-height: 16px;
	    height: 16px;
	    border-right: 1px solid #999999;
	    color: #999999;
	    padding: 0 4px;
	    display: inline-block;   
	}
	.list_item01 .content01 .des span:first-child{
		display: none;
	}
	.list_item01 .content01 .des span:nth-child(2){
		padding-left: 0px;
	}
	.list_item01 .content01 .des span:last-child{
		border-right: none;
	}
	.list_item01 .content01 .des span i{
		padding-right: 4px;
	}

}

/*mb_content1*/
.mb_content1{
	position: relative;
}
@media only screen  and (max-width: 999px) {
	.mb_content1 .mobanvip1{
		display: none;
	}

}


@media only screen and (min-width: 800px){
	.mb_content1 .img{
		float: left;
		margin-right: 40px;
	}
	.mb_content1 .des1 h1{
		line-height: 50px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.mb_content1 .des1 h4{
		line-height: 35px;
		color: #999;
	}
	.mb_content1 .des1 p{
		margin-top: 30px;
	}
	.mb_content1 .des1 p span{
		display: inline-block;
		padding: 0 30px;
		border-radius: 5px;
		font-size: 18px;
	}
	.mb_content1 .des1 p span:hover{
		background: #FF3333;
	}
	.mb_content1 .des1 p span:first-child{
		margin-right: 50px;
	}
	.mb_left{
		width: 73%;
		float: left;
	}
	.mb_right{
		width: 25%;
		float: right;
	}
}
@media only screen  and (max-width: 800px) {
	.mb_content1 .img{
		margin: 0 auto 20px;
	}
	.mb_content1 .img{
		max-width: 100%;
	}
	.mb_content1 .des1 h1{
		line-height: 30px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mb_content1 .des1 h4{
		line-height: 30px;
		color: #999;
	}
	.mb_content1 .des1 p{
		margin-top: 20px;
	}
	.mb_content1 .des1 p span{
		display: inline-block;
		padding: 0 20px;
		border-radius: 5px;
		font-size: 16px;
	}
	.mb_content1 .des1 p span:hover{
		background: #FF3333;
	}
	.mb_content1 .des1 p span:first-child{
		margin-right: 30px;
	}
	.mb_left{
		width: 100%;
	}
	.mb_right{
		display: none;
	}
}




.mb_content1 .img{
	width: 300px;
	overflow: hidden;
}
.mb_content1 .img img{
	display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.mb_content1 .des1 p .bdxz{
	background: #27AE60;
}
.mb_content1 .des1 p .ysdz{
	background: #ef9904;
}
.mb_content1 .des1 p span a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

.mobanvip1{
	display: none;
	position: absolute;
	width: 350px;
	height: 300px;
	top: 20px;
	right: 20px;
	background: #E5E5E5;
	padding: 20px;
}
.mobanvip1 p{
	line-height: 25px;
	margin: 5px auto;
	color: #999999;
}



.mb_content3{
	clear: both;
}
.span_item{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f78015;
}
.span_item span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0px 20px;
	font-size: 18px;
}

.span_item_xq span,
.span_item_zxmb span,
.span_item_mbphb span
{
	background: #F78015;
	color: #ffffff;
}
@media only screen and (min-width: 800px)  {
	.mb_left_content,
	.mb_news,
	.mb_content3_content{
		padding: 20px;
	}
	.mb_sj,.mb_pc,.mb_gl{
		background: #F4F4F4;
		padding: 20px;
	}
}
@media only screen and (max-width: 800px)  {
	.mb_left_content,
	.mb_news,
	.mb_content3_content{
		padding: 20px 10px;
	}
	.mb_sj,.mb_pc,.mb_gl{
		background: #F4F4F4;
		padding: 20px 10px;
	}
}
.mb_body{
	overflow: hidden;
}
.mb_body p{
	line-height: 28px;
	margin: 10px auto;
}


.span_item_left{
	height: 35px;
	line-height: 35px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.span_item_left:before{
	display: block;
	position: absolute;
	content: '';
	width: 40%;
	height: 0px;
	border-bottom: 1px dashed #F7B608;
	left: 0;
	top: 17px;
}
.span_item_left:after{
	display: block;
	position: absolute;
	content: '';
	width: 40%;
	height: 0px;
	border-bottom: 1px dashed #F7B608;
	right: 0;
	top: 17px;
}
.span_item_left span{
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #F4F4F4;
	padding: 0 10px;	
	font-size: 18px;
	font-weight: bold;
	color: #F7B608;
}

.mb_sj_img{
	max-width: 360px;
	margin: 0 auto;
	height: 747px;
	padding: 84px 15px 97px 26px;
	background: url(/kkjianzhan/img/mbsjimg.png) no-repeat center top;
	position: relative;
}
.sjimg{
	width: 100%;
	height: 566px;
	overflow: auto;
}




.mb_sj_img img,
.mb_pc_img img,
.mb_gl_img img
{
	max-width: 100%;
}

@media only screen and (min-width: 1000px) {
	.mb_content3_content .mb_item_dl1{
		width: 25%;
		float: left;
		padding: 0 1%;
	}
}
@media only screen and (min-width: 500px) and (max-width: 1000px) {
	.mb_content3_content .mb_item_dl1{
		width: 50%;
		float: left;
		padding: 0 2%;
	}
}
@media only screen and (max-width: 500px) {
	.mb_content3_content .mb_item_dl1{
		width: 100%
	}
}
.mb_news .mb_item_dl1{
	border-bottom: 1px dashed #F7B608;
}

.mb_item_dl1{
	
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.mb_item_dl1 dt{
	width: 100%;
}
.mb_item_dl1 dd{
	line-height: 25px;
	max-height: 50px;
}

@media only screen  and (max-width: 999px) {
	.mb_liandong{
		display: none;
	}
}
.mb_liandong{
	padding: 20px;
}
.mb_liandong>div{
	clear: both;
}
.mb_liandong dl{
	clear: both;
	position: relative;
	padding-left: 80px;
}
.mb_liandong dl dt{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	line-height: 28px;
	width: 80px;
}
.mb_liandong dl dd{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.mb_liandong dl dd a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
}
.mb_liandong dl .on,.mb_liandong dl dd a:hover{
	background: #F78015;
	color: #FFFFFF;
}
@media only screen and (min-width: 999px) {
	.mb_list>.mb_item_dl2{
		float: left;
		width: 18%;
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}
	.mb_list>.mb_item_dl2:nth-child(5n+1){
		margin-left: 0px;
		clear: left;
	}

}
@media only screen and (min-width: 640px) and (max-width: 999px) {
	.mb_list>.mb_item_dl2{
		float: left;
		width: 31%;
		margin-left: 3.5%;
		margin-bottom: 3.5%;
	}
	.mb_list>.mb_item_dl2:nth-child(3n+1){
		margin-left: 0px;
		clear: left;
	}	
}
@media only screen  and (max-width: 640px) {
	.mb_list>.mb_item_dl2{
		float: left;
		width: 48%;
		margin-left: 4%;
		margin-bottom: 4%;
	}
	.mb_list>.mb_item_dl2:nth-child(2n+1){
		margin-left: 0px;
		clear: left;
	}	
}

.mb_item_dl2{
	background: #FFFFFF;
	padding: 10px;
}
.mb_item_dl2:hover{
	border: 1px solid #f78015;
}
.mb_item_dl2 dt{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mb_item_dl2 dd h3{
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	padding: 0 5px;
}
.mb_item_dl2 dd .span_rq{
	color: #f78015;
}


.vip_content p{
	line-height: 28px;
	margin: 10px auto;
	text-indent: 28px;
}
.vip_content  h1{
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight:normal;
	color: #FF0000;
	display: block;
	line-height: 40px;
	margin-bottom: 30px;
}
.vip_content  h3{
	padding-top: 30px;
	text-align: center;
	font-size: 22px;
	font-weight:normal;
	color: #FF0000;
	display: block;
	line-height: 40px;
	margin-bottom: 30px;
}
.vip_content h6{
	font-size: 18px;
	margin: 20px auto;
	text-indent: 28px;
}
.rg_gonggao{
	padding: 20px;
}
.rg_gonggao h3{
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FF0000;
	font-size: 24px;
}
.rg_gg_content{
	margin-top: 30px;
	text-align: center;
}
.rg_gg_content h4{
	position: relative;
	color: #FF0000;
	margin-bottom: 20px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
/*#_kkuserlogin*/
#_kkuserlogin{
	display: inline-block;
}
#_kkuserlogin span{
	color: #FF0000;
}
#_kkuserlogin b{
	color: #000000;
}

.tool_title{
	height: 40px;
	line-height: 40px;
	color: #F78015;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #F78015;
}
.tool_inp_div{
	padding: 30px ;
	text-align: center;
}
.tool_inp_div h3{
	line-height: 40px;
	color: #F78015
}
.tool_inp_div .inp_div{
	line-height: 40px;
}

.tool_inp_div .inp_div input{
	display: inline-block;
	margin: 0 5px;
	height: 35px;
	line-height: 35px;
	width: 250px;
	padding: 0 5px;
	border: 1px solid #F78015;
}
.tool_inp_div .inp_div .httpspan{
	margin-left: 80px;
	color: #F78015;
	font-weight: bold;
}
.tool_inp_div .inp_div button{
	display: inline-block;

	height: 35px;
	line-height: 35px;
	width: 120px;
	padding: 0 5px;
	border: 1px solid #F78015;
	background: #F78015;
	color: #FFFFFF;
	cursor: pointer;
}

.tool_h3{
	line-height: 45px;
	height: 45px;
	display: block;
	margin: 10px auto;
	padding-left: 10px;
	position: relative;
}
.tool_h3::before{
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 17px;
	left: 0px;
	top: 14px;
	border-left: 3px solid #F78015;
}
.tool_div p{
	line-height: 30px;
	margin: 10px auto;
	text-indent: 30px;
}
#linklist .progress{
	background: #FFFFFF;
	padding: 30px 0px;
}

.kk_pl_list iframe{
	width: 100%;
	height: 100%;
}

/*kktagdiv*/
.kktagdiv dl{}
.kktagdiv dl dt{
	height: 35px;
	line-height: 35px;
	position: relative;
	border-bottom: 1px solid #F78015;
}
.kktagdiv dl dt strong{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #F78015;
	border-bottom: 2px solid #F78015;
	padding: 0 5px;
}
.kktagdiv dl dd{
	margin: 15px;
	line-height: 35px;
}
.kktagdiv dl dd a{
	display: inline-block;
	line-height: 35px;
	padding: 0 5px;
}
.rg_tag{
	margin: 5px 15px;
	line-height: 30px;
}
.rg_tag a{
	display: inline-block;
	line-height: 30px;
	padding: 0 5px;
}

.gg img {
	width: 100%;
}
.gg1{
	margin-bottom: 20px;
}
.gg2{
	margin: 20px auto;
}



@media only screen and (min-width: 1000px) {
	.section01 .sec_left{
		width: 30%;
		margin-right: 2%;
	}
	.section01 .sec_center{
		width: 40%;
	}
	.section01 .sec_right{
		width: 26%;
	}
}
@media only screen and (min-width: 500px) and (max-width:1000px){
	.section01 .sec_left{
		width: 48%;
		margin-right: 4%;
	}
	.section01 .sec_center{
		width: 48%;
	}
	.section01 .sec_right{
		display: none;
	}
}
@media only screen  and (max-width:500px){
	.section01 .sec_left,.section01 .sec_center,.section01 .sec_right{
		width: 100%
	}

}



.left_p,.daodu,.sec_center,.rg_tj,.rg_p_owl{
	background: #FFFFFF;
	position: relative;
}
@media only screen and (min-width: 500px)  {
	.daodu,.sec_center,.rg_tj,.rg_p_owl{
		padding: 15px;
	}

}
@media only screen and (max-width: 500px)  {
	.daodu,.sec_center,.rg_tj,.rg_p_owl{
		padding: 15px 0px;
	}
}



.sec_item{
	margin: 15px auto;
}
.sec_item,.sec_item .sec_title,.sec_item .sec_title span,.sec_item.sec_more{
	height: 40px;
	line-height: 40px;
}
.sec_item .sec_title{}
.sec_item .sec_title img{
	display: block;
	float: left;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}
.sec_item .sec_title span{
	display: block;
	float: left;
	font-size: 16px;
	color: #F78015;
}
.sec_item .sec_more{	
	font-size: 16px;
	font-weight: bold;
	color: #F78015;
	}
.sec_item .sec_more i{
}


.kk_owl01{
	width: 100%;
}

.daodu ul{}
.daodu ul li{
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 55px;
}
.daodu ul li em{
	display: block;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ccc;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 0 22px 22px 22px;
    margin-top: 12px;
    margin-right: 8px;
}
.daodu ul li:first-child em{
	background: #FC6E51!important;
}
.daodu ul li:nth-child(2) em{
	background: #F6BB42!important
}
.daodu ul li:nth-child(3) em{
	background: #2ECC71!important
}


.daodu ul li a{}
.daodu ul li span{
	display: block;
	position: absolute;
	height: 55px;
	line-height: 55px;
	width: 55px;
	background: #FFFFFF;
	right: 0;
	top: 0;
	text-align: right;
}

.jrnews{}
.jrnews img{
	display: block;
	height: 40px;
	margin: 10px 0px 10px 10px;
}
.tt_tj{
	padding-bottom: 15px;
	border-bottom: 1px dashed #666;
}
.tt_tj h4{
	height: 45px;
	display: block;
	line-height: 45px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FF0000;
	text-align: center;
	font-size: 18px;
}
.tt_tj  p{
	color: #999999;
	line-height: 20px;
	height: 40px;
	font-size: 12px;
	overflow: hidden;
}
.sec_center_p{
	padding-top: 15px;
	border-top: 1px dashed #666;
}
.sec_center_p .kk_item001{
	margin-bottom: 10px;
}
.sec_center_p .kk_item001:first-child{
	
	height: 85px;
	border-bottom: 1px dashed #CCCCCC;
}





.sec_center_news{
	padding: 15px 0px;
}

.index_ul_news  li{
	height: 40px;
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-right: 60px;
}
.index_ul_news li i{
	display: inline-block;
	height: 8px;
	line-height: 8px;
	padding: 0px;
	width: 8px;
	border-radius: 4px;
	border: 1px solid #999999;
	margin-right: 5px;
}
.index_ul_news li em{
	color: #F78015;
	font-size: 20px;
}
.index_ul_news li em:last-child{
	margin-right: 5px;
}
.index_ul_news li span{
	display: block;
	position: absolute;
	width: 55px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #FFFFFF;
	right: 0px;
	top: 0px;
}
.index_ul_news li:hover i{
	border-color: #F78015;
}
.index_ul_newsli:hover span,.index_ul_news li:hover a{
	color: #F78015;
}
.rg_tj .index_ul_news li{
	border-bottom: 1px dashed #CCCCCC;
}


.p_owl{
	height: 277px;
	overflow: hidden;
}
.rg_p_owl{
	height: 287px;
	overflow: hidden;
}
/*section02*/
.section02 .content{
	padding: 15px;
	background: #FFFFFF;
}
@media only screen and (min-width: 1000px) {
	.section02 .content .kk_item002{
		width: 31.33%;
		float: left;
		margin-right: 3%;
	}
		.section02 .content .kk_item002:nth-child(3n+3){
			margin-right: 0;
	}
}
@media only screen and (min-width: 500px) and (max-width:1000px) {
	.section02 .content .kk_item002{
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	.section02 .content .kk_item002:nth-child(2n+2){
			margin-right: 0;
	}
}
@media only screen and (min-width: 500px) and (max-width:1000px) {
	.section02 .content .kk_item002{
		width: 100%;
	}

}

.section02 .content .kk_item002:hover{
	background: #F4F4F4
}

/*section03*/
.section03{
	margin-bottom: 30px;
}
.section03 .content{
	padding: 15px;
	background: #FFFFFF;
}
.section03 .content a{
	display: inline-block;
	line-height: 28px;
	margin-right: 10px;
}

/*index*/
@media only screen  and (max-width: 999px) {
	.gg1{
		margin-top: 60px;
	}
}

.kklikedl dt{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #F78015;
	text-indent: 0px;
}
.kklikedl dd{
	width: 100%;
	line-height: 32px !important;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis !important;
}
.kkdl{
	clear: both;
	width: 100%;
}
.kkdl dt{
	line-height: 35px;
	padding: 0 15px;
}
.kkdl dt a{
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #CCCCCC;
}

.kkdl dt img{
	display: block;
	float: left;
	height: 34px;
	margin-right: 10px;
}
.kkdl dt b{
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
}
.kkdl dt span{
	display: inline-block;
	float: right;
	line-height: 35px;
	height: 35px;
}
.kkdl dt span em{
	font-weight: bold;
	margin: 0 3px;
	color: #F78015;
}
@media only screen and (min-width:999px) {
	.kkdl dd{
		width:32%;
		float: left;
		margin-right: 2%;
	}
	.kkdl dd:nth-child(3n+4){
		margin-right: 0px;
	}
}
.kk_swiper001{
	width: 100% !important;
}
