@charset "utf-8";
/* CSS Document By WeLon*/
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0; font-family:'\5FAE\8F6F\96C5\9ED1';}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.14 arial,"\5FAE\8F6F\96C5\9ED1";color:#333;outline:0;}
.clear:after{content:'';display:block; clear:both;}
.clear{zoom:1;}
.push{clear:both;}
/* reset end */
/*头部*/
body{
	background: #fff;
}
.header{
	height: 108px;
	width: 1200px;
	border-bottom: 3px solid #e73b24;
	margin: 0 auto;
}
.header .logo{
	background: url(../images/logo.png);
	width: 151px;
	height: 68px;
	float: left;
	margin-top: 25px;
}
.header .h_menu{
	float: right;
	padding-top: 15px;
}
.header .h_menu li{
	float: left;
	margin-left: 10px;
	width: 85px;
	height: 85px;
	border: 1px solid #efefef;
}
.header .h_menu li.on{
	background: #e73b24;
}
.header .h_menu li:hover{
	background: #e73b24;
}
.header .h_menu li a{
	display: block;
	text-align: center;
	padding-top: 50px;
	line-height: 22px;
	color: #717171;
	font-size: 14px;
	background-image: url(../images/header_menu.png);
}
.header .h_menu li.on a{
	color: #fff;
}
.header .h_menu li a:hover{
	color: #fff;
}
.header .h_menu li.m1 a{
	background-position: 0px 0px;
}
.header .h_menu li.m1.on a{
	background-position: 0px -85px;
}
.header .h_menu li.m1 a:hover{
	background-position: 0px -85px;
}
.header .h_menu li.m2 a{
	background-position: -85px 0px;
}
.header .h_menu li.m2.on a{
	background-position: -85px -85px;
}
.header .h_menu li.m2 a:hover{
	background-position: -85px -85px;
}
.header .h_menu li.m3 a{
	background-position: -170px 0px;
}
.header .h_menu li.m3.on a{
	background-position: -170px -85px;
}
.header .h_menu li.m3 a:hover{
	background-position: -170px -85px;
}
.header .h_menu li.m4 a{
	background-position: -255px 0px;
}
.header .h_menu li.m4.on a{
	background-position: -255px -85px;
}
.header .h_menu li.m4 a:hover{
	background-position: -255px -85px;
}
.header .h_menu li.m5 a{
	background-position: -340px 0px;
}
.header .h_menu li.m5.on a{
	background-position: -340px -85px;
}
.header .h_menu li.m5 a:hover{
	background-position: -340px -85px;
}
/*分页*/
.create_page{
	text-align: center;
	width: 100%;
    font-size: 16px;
    color: #b4b4b4;
    margin-top: 60px;
    line-height: 30px;
}
.create_page a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    padding: 0 10px;
    color: #444;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    background: #eee;
    border-radius: 3px;
    vertical-align: middle;
    width: auto;
    min-width: 30px;
    margin: 0 5px 0 0;
}
.create_page a:hover{
	background: #4285f4;
	border: 1px solid #4285f4;
	color: #fff;
}
.create_page span{
	border: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    color: #b4b4b4;
    width: auto;
    min-width: 30px;
    margin: 0 5px 0 0;
}
.create_page span.active{
	color: #000;
}
.ad{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.ad1{
	width: 1200px;
	height: 110px;
	margin-top: 20px;
}
.ad_l{
	width: 880px;
	height: 110px;
	float: left;
}
.ad_l img{
	width: 880px;
	height: 110px;
	display: block;
}
.ad_r{
	width: 290px;
	height: 110px;
	float: right;
}
.ad_r img{
	width: 290px;
	height: 110px;
	display: block;
}
.ad1 img{
	display: block;
	width: 1200px;
	height: 110px;
}
.menu_index{
	width: 1200px;
	height: 52px;
	margin-top: 60px;
}
.menu_1{
	background: url(../images/menu_1.jpg);
}
.menu_2{
	background: url(../images/menu_2.jpg);
}
.menu_3{
	background: url(../images/menu_3.jpg);
}
.main{
	width: 1200px;
	margin: 0 auto;
}

.index_pic{
	margin-top: 20px;
}
.index_pic:after{
	content: " ";
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	clear: both;
}
.index_pic_left{
	width: 880px;
	float: left;
}
.index_pic_right{
	width: 290px;
	float: right;
}
.big_pic{
	width: 880px;
	overflow: hidden;
	height: 340px;
}
.big_pic img{
	width: 583px;
	height: 340px;
	display: block;
	float: left;
}
.big_pic .text{
	width: 267px;
	height: 340px;
	background: #f0f0f0;
	margin-left: 583px;
	position: relative;
	padding: 0 15px;
}
.big_pic .text h2{
	line-height: 35px;
	padding: 10px 0px;
	font-size: 22px;
	color: #323232;
}
.big_pic .text h2 a { color: #323232; }
.big_pic .text p{
	line-height: 22px;
	font-size: 16px;
	color: #5f5f5f;
	text-indent: 32px;
}
.big_pic .text .tips{
	width: 267px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.big_pic .text .tips_l{
	float: left;
	background: #e73b24;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
}
.big_pic .text .tips_r{
	float: right;
	color: #888888;
	font-size: 14px;
}
.big_pic_list{
	overflow: hidden;
	margin-top: 10px;
}
.big_pic_list ul{
	width: 891px;
	margin-left: -11px;
}
.big_pic_list ul li{
	width: 286px;
	height: 165px;
	float: left;
	margin-left: 11px;
	position: relative;
}
.big_pic_list ul li img{
	display: block;
	width: 286px;
	height: 165px;
}
.big_pic_list ul li h2{
	width: 286px;
	height: 30px;
	line-height: 30px;
	padding-top: 35px;
	background: url(../images/index_pic_bg.png) repeat-x left bottom;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.big_pic_list ul li h2 a { color: #fff; }
.big_pic_r{
	width: 290px;
}
.big_pic_r li{
	width: 290px;
	overflow: hidden;
	height: 165px;
	margin-bottom: 10px;
	position: relative;
}
.big_pic_r li img{
	display: block;
	width: 290px;
	height: 165px;
}
.big_pic_r li:last-child{
	margin-bottom: 0px;
}
.big_pic_r li .text{
	width: 270px;
	height: 135px;
	position: absolute;
	background: url(../images/index_pic_bg1.png);
	padding: 20px 10px 10px 10px;
	left: 0px;
	top: 0px;
	z-index: 20;
	display: none;
}
.big_pic_r li:hover .text{
	display: block;
}
.big_pic_r li .text h2{
	color: #2e2e2e;
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.big_pic_r li .text h2 a { color: #2e2e2e; }
.big_pic_r li .text p{
	padding: 5px 0px;
	padding-right: 50px;
	border-bottom: 1px solid #fff;
	line-height: 20px;
	height: 40px;
	position: relative;
}
.big_pic_r li .text p em{
	position: absolute;
	display: block;
	width: 29px;
	height: 29px;
	background: url(../images/right_ico.png) no-repeat;
	left: 236px;
	top: 10px;
}
.big_pic_r li .text p em:hover{
	background: url(../images/right_ico_on.png) no-repeat;
}
.big_pic_r li .title{
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: url(../images/index_pic_bg1.png);
	font-size: 14px;
	color: #323232;
}
.big_pic_r li:hover .title{
	display: none;
}
.cen_main{
	width: 1200px;
}
.cen_main:after{
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
	clear: both;
	content: " ";
}
.cen_left{
	width: 880px;
	overflow: hidden;
	float: left;
}
.cen_right{
	width: 290px;
	overflow: hidden;
	float: right;
}
.cen_menu{
	border-top: 2px solid #f0f0f0;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.cen_menu em{
	margin: 0 20px;
	color: #f0f0f0;
}
.cen_menu em:last-child{
	display: none;
}
.cen_menu a{
	color: #000;
	font-size: 14px;
}
.cen_menu a:hover{
	color: #e73b24;
}
.cen_menu a.on{
	color: #e73b24;
}
.index_list{
	overflow: hidden;
}
.index_list ul{
	width: 900px;
	margin-left: -20px;
	overflow: hidden;
	display: none;
}
.index_list ul li{
	width: 280px;
	float: left;
	height: 260px;
	margin-left: 20px;
}
.index_list ul li img{
	display: block;
	width: 280px;
	height: 140px;
}
.index_list ul li h2{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	height: 30px;
	overflow: hidden;
}
.index_list ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #888888;
	height: 25px;
	overflow: hidden;
}
.index_list ul li p.tips{
	padding-top: 5px;
}
.index_hot{
	width: 286px;
	border: 2px solid #f0f0f0;
	border-top: 2px solid #e73b24;
}
.index_hot_title{
	width: 271px;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	color: #e73b24;
	font-size: 18px;
	background: url(../images/ico_1.jpg) no-repeat 239px center;
	border-bottom: 1px solid #f0f0f0;
}
.index_hot_cen{
	padding: 20px 0px 0px 0px;
}
.index_hot_cen .big_pic{
	width: 246px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.index_hot_cen .big_pic img{
	display: block;
	width: 246px;
	height: 120px;
}
.index_hot_cen ul{
	overflow: hidden;
}
.index_hot_cen ul li{
	width: 246px;
	padding: 0 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	color: #404040;
	font-size: 14px;
}
.index_hot_cen ul li:last-child{
	border-bottom: none;
}
.index_hot_cen ul li a{
	color: #404040;
	font-size: 14px;
}
.right_ad_pic{
	width: 290px;
}
.right_ad_pic .ad_r_pic{
	width: 290px;
	height: 281px;
	margin-bottom: 30px;
}
.right_ad_pic .ad_r_pic:last-child{
	margin-bottom: 0px;
}
.right_ad_pic .ad_r_pic img{
	display: block;
	width: 290px;
	height: 281px;
}
.right_zhibo{
	width: 290px;
}
.right_zhibo_title{
	line-height: 21px;
	font-size: 20px;
	color: #000;
}
.right_zhibo ul{
	overflow: hidden;
}
.right_zhibo li{
	width: 290px;
	margin-top: 17px;
}
.right_zhibo li .zhibo_num{
	background: #7081ff url(../images/zhibo_hot.png) no-repeat 263px center;
	line-height: 37px;
	height: 37px;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
}
.right_zhibo li img{
	width: 290px;
	height: 205px;
	display: block;
	margin-top: 7px;
}
.bot{
	width: 100%;
	border-top: 4px solid #e73b24;
	margin-top: 30px;
	background: #f7f7f7;
}
.bot_cen{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 30px;
}
.bot_cen_left{
	float: left;
	border-right: 1px solid #b9b9b9;
	width: 236px;
}
.bot_cen_left .bot_logo{
	padding-bottom: 10px;
}
.bot_cen_left .bot_logo img{
	display: block;
}
.bot_cen_left ul{
	padding-left: 20px;
	width: 150px;
}
.bot_cen_left ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b9b9b9;
	padding-right: 10px;
	text-align: right;
}
.bot_cen_left ul li a{
	color: #333;
	font-size: 14px;
}
.bot_cen_left ul li.m1{
	background: url(../images/bot_ico1.jpg) no-repeat 10px center;
}
.bot_cen_left ul li.m2{
	background: url(../images/bot_ico2.jpg) no-repeat 10px center;
}
.bot_cen_left ul li.m3{
	background: url(../images/bot_ico3.jpg) no-repeat 10px center;
}
.bot_cen_left ul li:last-child{
	border-bottom: none;
}
.bot_cen_right{
	margin-left: 305px;
	overflow: hidden;
}
.bot_cen_right .title{
	overflow: hidden;
	margin-bottom: 5px;
}
.bot_cen_right .title h2{
	float: left;
	color: #333333;
	font-size: 18px;
	line-height: 19px;
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 15px;
	padding-right: 25px;
}
.bot_cen_right ul{
	overflow: hidden;
}
.bot_cen_right ul li{
	height: 30px;
	width: 20%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
.bot_cen_right ul li a{
	display: block;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	color: #333;
	font-size: 14px;
}
.bot_cen_right ul li a:hover{
	text-decoration: underline;
}
.bot_tips{
	padding: 0 8px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #f7f7f7;

}
.bot_tips_cen{
	width: 100%;
	border-top: 1px solid #b9b9b9;
	min-width: 1184px;
}
.bot_tips span{
	margin: 0 10px;
	font-size: 14px;
	color: #333;
}

/*二级页面*/
.menu_channel{
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding-top:10px;
}
.menu_channel_title{
	height: 50px;
	line-height: 50px;
	width: 1200px;
	margin: 0 auto;
}
.menu_channel_title h1{
	color: #e73b24;
	font-size: 26px;
	float: left;
	margin-right: 23px;
}
.menu_channel_title h1 a{
	color: #e73b24;
	font-size: 26px;
}
.menu_channel_title p{
	float: left;
	font-size: 16px;
	color: #474747;
	line-height: 40px;
	padding-top: 10px;
}
.menu_channel_title p a{
	font-size: 16px;
	color: #474747;
}
.menu_channel_cen{
	width: 100%;
	border-top: 2px solid #e73b24;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.menu_channel_cen ul{
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.menu_channel_cen ul li{
	display: table-cell;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #474747;
}
.menu_channel_cen ul li a{
	font-size: 18px;
	color: #474747;
}
.menu_channel_cen ul li.on{
	background: #e73b24;
	color: #fff;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.menu_channel_cen ul li.on a{
	font-size: 18px;
	color: #fff;
}
.channel_main{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 45px;
}
.channel_list{
	overflow: hidden;
}
.channel_list ul{
	width: 900px;
	margin-left: -20px;
	overflow: hidden;
}
.channel_list ul li{
	width: 280px;
	float: left;
	height: 260px;
	margin-left: 20px;
}
.channel_list ul li img{
	display: block;
	width: 280px;
	height: 140px;
}
.channel_list ul li h2{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	height: 30px;
	overflow: hidden;
}
.channel_list ul li h2 a { color: #000; }
.channel_list ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #888888;
	height: 25px;
	overflow: hidden;
}
.channel_list ul li p.tips{
	padding-top: 5px;
}
.channel_adpic{
	width: 290px;
	margin-top: 30px;
}
.channel_adpic .ad_r_pic{
	width: 290px;
	height: 281px;
	margin-bottom: 30px;
}
.channel_adpic .ad_r_pic:last-child{
	margin-bottom: 0px;
}
.channel_adpic .ad_r_pic img{
	display: block;
	width: 290px;
	height: 281px;
}
.list_main{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.list_main ul{
	width: 1224px;
	margin-left: -24px;
	overflow: hidden;
}
.list_main ul li{
	width: 282px;
	float: left;
	margin-left: 24px;
	height: 260px;
}
.list_main ul li img{
	display: block;
	width: 282px;
	height: 140px;
}
.list_main ul li h2{
	line-height: 30px;
	font-size: 16px;
	color: #000;
	height: 30px;
	overflow: hidden;
}
.list_main ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #888888;
	height: 25px;
	overflow: hidden;
}
.list_main ul li p.tips{
	padding-top: 5px;
}
.detail_main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.detail_left{
	width: 900px;
	float: left;
	overflow: hidden;
}
.detail_left .share{
	width: 120px;
	float: left;
}
.detail_left .share label{
	display: block !important;
	width: 120px !important;
	height: 52px !important;
	line-height: 52px !important;
	border-bottom: 1px solid #e5e5e5 !important;
	margin: 0 !important;
	font-size: 18px;
	color: #888888;
}
.detail_left .share a{
	display: block !important;
	width: 73px !important;
	height: 32px !important;
	line-height: 32px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e5e5 !important;
	text-indent:0px !important;
	padding-left: 47px !important;
	color: #888888;
	font-size: 14px;
}
.detail_cen{
	width: 665px;
	margin-left: 180px;
}
.detail_cen .nav{
	height: 50px;
	line-height: 50px;
	color: #474747;
	font-size: 16px;
	overflow: hidden;
}
.detail_cen .nav a{
	color: #474747;
	font-size: 16px;
}
.detail_cen h1{
	margin: 10px 0px;
	line-height: 50px;
	color: #474747;
	font-size: 36px;
}
.detail_cen .tips{
	line-height: 40px;
	color: #888888;
	font-size: 12px;
}
.detail_cen .tips span{
	margin-right: 20px;
}
.detail_cen .detail_{
	line-height: 35px;
	font-size: 18px;
	color: #666666;
}
.detail_cen .detail_ img{
	max-width: 665px;
	margin: 0 auto;
	display: block;
}
.detail_cen  .detail_ p{
	margin-bottom: 15px;
}
.detail_left .share a:last-child{
	border-bottom: none !important;
}
.detail_right{
	float: right;
	width: 300px;
}
.detail_ad{
	padding-top: 15px;
}
.detail_ad .ad_pic{
	margin-bottom: 20px;
}
.detail_ad .ad_pic img{
	width: 300px;
	height: 250px;
	display: block;
}
.detail_zhibo{
	width: 296px;
    border: 2px solid #f0f0f0;
    border-top: 2px solid #e73b24;
}
.detail_zhibo_t{
	width: 281px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    color: #e73b24;
    font-size: 18px;
    background: url(../images/detail_zhibo.png) no-repeat 249px center;
    border-bottom: 1px solid #f0f0f0;
}
.detail_zhibo_c{
	width: 290px;
	height: 210px;
	margin: 3px auto;
}
.detail_zhibo_c img{
	width: 290px;
	height: 210px;
	display: block;
}
