body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
li{
	list-style: none;
}
.l{
	float:left;
}
.r{
	float:right;
}
body{
	font-family: "微软雅黑";
}


/*头部样式代码*/
/*.header-warp{*/
	/*min-height: 42px;*/
	/*background:#333;*/
/*}*/
/*.header-warp .header-left a{*/
	/*line-height: 42px;*/
	/*font-size:12px;*/
	/*color:#fff;*/
	/*padding:0 5px;*/
	/*border-left:1px solid #fff;*/
	/*text-decoration: none;*/
/*}*/
/*.header-warp .header-left .first{*/
	/*border-left:0;*/
	/*padding:0;*/
/*}*/
/*.header-warp .header-right{*/
	/*text-align: center;*/
/*}*/
/*.header-warp .header-right a{*/
	/*font-size:12px;*/
	/*color:#fff;*/
	/*width:70px;*/
	/*height:42px;*/
	/*line-height: 42px;*/
	/*display: inline-block;*/
	/*text-decoration: none;*/
/*}*/
/*.header-warp .header-right .active{*/
	/*background:#d60000;*/
/*}*/
/*导航的样式代码*/
.nav {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
}
.H_logo {
    width: 192px;
    margin-top: 13px;
}
.nav .nav-right ul{
	margin: 0;
}
.nav .nav-right ul h4{
	margin: 0;
	padding: 0;
}
.nav .nav-right ul a {
    text-decoration: none;
    font-size: 16px;
    color: #252525;
    margin-right: 28px;
}
.navigation {
    line-height: 80px;
    font-size: 18px;
}
/*广告1的样式代码*/
.Ad-one{
	margin-top:17px;
	margin-bottom:24px;
}
/*中间内容部分样式代码*/
.content{
	width: 300px;
	min-height: 100px;
}
.middle_title{
	width: 100%;
	height: 65px;
}
.middle_title .middle_tab a{
	font-size: 16px;
	color: #222222;
	padding: 0 16px;
	line-height: 52px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
.middle_title .middle_tab a.mActive{
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.middle_title .middle_btn{
	width: 106px;
	height: 35px;
	background-color: #e95459;
	background-image: url(../images/fjbg.png);
	 background-repeat:no-repeat;
	 background-position:77px 9px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin-top: 14px;
	transition: all 0.5s;
	cursor: pointer;
}
.middle_title .middle_btn:hover{
	background-color: #dd161e;
	transition: all 0.5s;
}
.middle_title .middle_btn a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.middle_item .list{
	width: 100%;
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.middle_item .list h6{
	font-size: 16px;
	color: #000;
	line-height: 78px;
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.middle_item .list p{
	font-size: 14px;
}
.page{
	width: 100%;
	height: 160px;
	padding-top: 65px;
}
.page a{
	padding: 7px 12px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #202020;
	border-radius: 5px;
	text-decoration: none;
}
.page .num_active{
	background: #d9383e;
	border: 1px solid #d9383e;
	color: #fff;
}
.page .num{
	margin: 0 12px;
}
.page .num a{
	text-decoration: none;
	margin: 0 3px;
}
.page .num a.active{
	color: #fff;
	background: #f5293e;
	border-color: #f5293e;
}
.content .code{
	width: 100%;
	height: 311px;
}
.content .code .C_title{
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ececec;
}
.content .code .C_title span{
	font-size: 16px;
	color: #333;
	line-height: 52px;
	border-bottom: 2px solid #bfbfbf;
	display: inline-block;
	font-weight: bold;
}
.content .code .codeBg{
	width: 100%;
	height: 253px;
	background: url(../img/codeBg.png) no-repeat 19px 22px;
}
.content .code .codeBg img{
	width: 106px;
	height: 106px;
	margin-top: 89px;
	margin-left: 65px;
}
.content .code .codeBg p{
	font-size: 14px;
	color: #250f0e;
	margin-left: 22px;
	line-height: 40px;
}
.content .Hotspots{
	width: 100%;
	height:495px;
}
.content .Hotspots .H_title{
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ececec;
}
.content .Hotspots .H_title span{
	font-size: 16px;
	color: #333;
	line-height: 52px;
	border-bottom: 2px solid #bfbfbf;
	display: inline-block;
	font-weight: bold;
}
.content .Hotspots .Item{
	margin-top: 7px;
}
.content .Hotspots .Item .list{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ececec;
}
.content .Hotspots .Item .list span{
	font-size: 16px;
	color: #666;
	width: 24px;
	display: inline-block;
}
.content .Hotspots .Item .list a{
	width: 275px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .Hotspots .Item .list a:hover{
	color: #DE2125;
}
.content .Hotspots .Item .list span.red{
	color: #fa322b;
}
.content .relevant{
	width: 100%;
	min-height: 100px;
}
.content .relevant .R_title{
	width: 100%;
	height: 56px;
	line-height: 56px;
}
.content .relevant .R_title span{
	font-size: 16px;
	color: #333;
	line-height: 52px;
	display: inline-block;
	font-weight: bold;
}
.content .relevant .re_top{
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.content .relevant .re_top .list{
	width: 100%;
	min-height: 30px;
}
.content .relevant .re_top .list p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	cursor: pointer;
}
.content .relevant .re_top .list p span{
	color: #c52328;
	margin-right: 7px;
	display: inline-block;
}
.content .relevant .re_top .list .pic_list{
	width: 100%;
	height: 86px;
	margin-bottom: 12px;
	cursor: pointer;
}
.content .relevant .re_top .list .pic_list .p_left{
	width: 130px;
	height: 86px;
}
.content .relevant .re_top .list .pic_list .p_left img{
	width: 130px;
	height: 86px;
}
.content .relevant .re_top .list .pic_list .p_right{
	width: 168px;
	height: 86px;
	
}
.content .relevant .re_top .list .pic_list .p_right .center{
	padding: 5px 17px;
}
.content .relevant .re_top .list .pic_list .p_right a{
	font-size: 16px;
	color: #555;
	line-height: 23px;
}
.content .relevant .re_top .list .pic_list .p_right a:hover{
	color: #DE2125;
}
.content .relevant .re_bottom img{
	width: 286px;
	height: 135px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content .relevant .re_bottom p{
	font-size: 16px;
	color: #555;
	line-height: 25px;
}
.recommend{
	width: 100%;
	min-height: 440px;
	margin-top: 45px;
}
.recommend .recom_title{
	width: 100%;
	height: 47px;
	line-height: 47px;
}
.recommend .recom_title span{
	font-size: 22px;
	color: #333333;
}
.recommend .ad_item{
	width: 100%;
	height: 183px;
	border-bottom: 1px solid #e5e5e5;
}
.recommend .ad_item .ad_list{
	width: 335px;
	height: 140px;
	margin-top: 25px;
	margin-right: 30px;
}
.recommend .ad_item .ad_list dl dt img{
	width: 162px;
	height: 140px;
}
.recommend .ad_item .ad_list dl dd{
	margin-left: 30px;
}
.recommend .ad_item .ad_list dl dd h6{
	font-size: 18px;
	color: #222;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
}
.recommend .ad_item .ad_list dl dd p{
	font-size: 14px;
	color: #777;
	line-height: 30px;
	margin: 0;
}
.recommend .ad_item .ad_list dl dd span{
	padding: 2px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 14px;
	color: #888888;
	margin-top: 45px;
	display: inline-block;
}

/*插入广告6的样式代码*/
.Ad-six div img{
	margin-top:18px;
}



/*返回顶部浮动*/
.fixed_tip{
	position:fixed;
	bottom:10px;
	right:30px;
}
.scroll_top{
	height:55px;
	width:30px;
	cursor:pointer;
	margin-left:17px;
	margin-bottom:24px;
	border:1px solid #adadad;
	background: #fff;
	text-align: center;
}
.scroll_top span{
	font-size:12px;
	color:#6b6b6b;
	display: inline-block;
}
.fixed_contactus{
	height:55px;
	width:30px;
	position:absolute;
	right:0;
	top:-74px;
	cursor:pointer;
	border:1px solid #adadad;
	font-size:12px;
	color:#6b6b6b;
	background: #fff;
	text-align: center;
}
.fixed_contactus span{
	font-size:12px;
	color:#6b6b6b;
	display: inline-block;
}
/*底部样式代码*/
.foter{
	margin-top:100px;
	width:100%;
	height:100%;
	background: #2c2c2c;
}
.footer-left{
	margin-top:24px;
}
.footer-left ul{
	margin-left:35px;
}
.footer-left ul h1{
	height:30px;
	width:83px;
	font-size:12px;
	line-height: 30px;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 900;
}
.footer-left ul li a{
	font-size:12px;
	margin-top:20px;
	color:#fff;
	text-decoration: none;
}
.footer-left .last{
	margin-top:20px;
}
.footer-left .last li{
	font-size:12px;
	color:#fff;
	line-height: 22px;
}
.footer-right div{
	width:130px;
	text-align: center;
	margin-left:33px;
}
.footer-right .first{
	margin-left:0px;
}
.footer-right div p{
	font-size:14px;
	color:#fff;
}
.footer-right div a{
	width:100px;
	height:100px;
	text-align: center;
	border:1px dashed #676767;
	display: inline-block;
	margin-top:12px;
}
.footer-right div a img{
	margin-top:4px;
}
/*版权的代码样式*/
.copyright{
	width:100%;
	height:100%;
	background: #000;
}
.copyright div{
	font-size:12px;
	color:#fff;
	text-align: center;
	line-height:37px;
}


/*返回顶部浮动*/
.fixed_tip{
	position:fixed;
	bottom:10px;
	right:30px;
}
.scroll_top{
	height:55px;
	width:30px;
	cursor:pointer;
	margin-left:17px;
	margin-bottom:24px;
	border:1px solid #adadad;
	background: #fff;
	text-align: center;
}
.scroll_top span{
	font-size:12px;
	color:#6b6b6b;
	display: inline-block;
}
.fixed_contactus{
	height:55px;
	width:30px;
	position:absolute;
	right:0;
	top:-74px;
	cursor:pointer;
	border:1px solid #adadad;
	font-size:12px;
	color:#6b6b6b;
	background: #fff;
	text-align: center;
}
.fixed_contactus span{
	font-size:12px;
	color:#6b6b6b;
	display: inline-block;
}




@media only screen and (min-width: 1000px) and (max-width: 1320px) {
	.middle-left h1{
		font-size:13px;
	}
	.middle-left dd h1>a{
		width:450px;
		margin-top:10px;
	}
	.middle-left dd p{
		margin:0;
		margin-left:350px;
	}
	.middle-left dd>h1>.mid{
	    margin-bottom: 0px; 
	}
}
@media only screen and (min-width: 500px) and (max-width: 1000px) {
	.middle-left h1{
		font-size:12px;
	}
	.middle-left dd a{
		margin-top:5px;
	}
	.middle-left dd>.mid{
	    margin-bottom: 0px; 
	}
	.middle-left dd p{
		margin:0;
		margin-left:250px;
	}
	.nav .nav-row .news ul li a{
		padding:0 15px;
		font-size:14px;
	}
}
