﻿/* CSS Document */
/****public开始****/
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, img {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}
.hovers{		
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body {
    font-size: 14px;
    font-family:"微软雅黑";
    color: #525252;
    background: #ffffff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
.ft12{font-size:12px;}
.clear {
    clear: both;
}
.center{
    width: 1100px;
    margin:0 auto;
}
@media (max-width: 768px){
	.center{width: 100%;}
}
#top{
    height: 45px;
    border-bottom: 1px solid #f1f1f1;
}
#top span{
    float: left;
    color: #606060;
    font:14px/45px "微软雅黑";
}
#top a{
    float: right;
    color:#606060;
    margin-left: 20px;
    font:14px/45px "微软雅黑";
}
@media (max-width:768px){
	#top{display: none;}
}
#header .logo{
    float: left;
    margin-top: 20px;
}

#header ul{
    margin-top: 50px;
}
#header ul li{
    float: left;
    padding:0 20px;
    height: 40px;
    color: #000;
    cursor: pointer;
	margin-left:20px;
	position:relative;
    text-align: center;
    font:18px/37px "微软雅黑";
}
#header ul li span{
    height: 100%;
    float: left;
    display: block;
}
#header ul li span.jt{
    color: #cecece;
    margin-top: 12px;
    margin-left: 5px;
    font:30px "微软雅黑";
}
#header ul li:hover,#header ul li.active{
    color: #fff;
    background: #d9271c;
}
#header ul li .level{
	left:0;
	top:100%;
	width:185px;
	display:none;
	padding:8px 0;
	text-align:left;
	position:absolute;
	background:#fff;
	z-index:1000;
	border:1px solid #d9d9d9;
	 box-shadow:0 0 7px #ccc;
	/*
		基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor}

		对象选择器 {box-shadow:[投影方式] X轴偏移量 Y轴偏移量阴影模糊半径 阴影扩展半径 阴影颜色}
		
		box-shadow属性的参数设置取值：
		
		阴影类型：此参数可选。如不设值，默认投影方式是外阴影；如取其唯一值"inset"，其投影为内阴影；
		
		X-offset:阴影水平偏移量，其值可以是正负值。如果值为正值，则阴影在对象的右边，其值为负值时，阴影在对象的左边；
		
		Y-offset:阴影垂直偏移量，其值也可以是正负值。如果为正值，阴影在对象的底部，其值为负值时，阴影在对象的顶部；
		
		阴影模糊半径：此参数可选，，但其值只能是为正值，如果其值为0时，表示阴影不具有模糊效果，其值越大阴影的边缘就越模糊；
		
		阴影扩展半径：此参数可选，其值可以是正负值，如果值为正，则整个阴影都延展扩大，反之值为负值时，则缩小；
		
		阴影颜色：此参数可选。如不设定颜色，浏览器会取默认色，但各浏览器默认取色不一致，特别是在webkit内核下的safari和chrome浏览器下表现为透明色，在Firefox/Opera下表现为黑色（已验证），建议不要省略此参数。
	*/
}
#header ul li .level h2{
	width:100%;
	height:26px;
	color:#333333;
	text-indent:1.2em;
	font:14px/24px "微软雅黑";	
}
#header ul li .level hr{
	margin:8px 0;	
}
#header ul li .level h2.leve3{
	text-indent:2em;	
}
#header ul li .level h2 a{
	color:#333333;
}
#header ul li .level h2:hover,#header ul li .level h2.active{
	background:#eeeeee	
}
#header ul li .level h2 a:hover{
	text-decoration:none;
}

.mobile{
	display:none;
	float:right;
}
@media (max-width: 768px){	
	#header{border-bottom: 1px dashed #ccc;height:80px;}
	#header .logo{margin-top:10px;margin-left:20px;width:40%;}
	#header ul{display:none}
	#header .mobile{display:block;margin:30px 5% 0 0;float:right}
}

.menu_list{width:100%;margin:0 auto;position:absolute;left:0;top:80px;z-index:100;display:none}
.menu_head{
	margin: 0px;
	height: 47px;
	font-size: 14px;
	color: #525252;
	line-height: 47px;
	padding-left: 38px;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #F1F1F1;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat;}
.menu_body{
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	background: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

#footer{
	margin-top:82px;	
}
#footer .top{
	width:100%;
	height:262px;
	text-align:center;
	padding-top:1px;
	background:url(../images/liuyan.jpg) center no-repeat
}

#footer .top h1{
	color:#d31307;
	margin-top:75px;
	font:bold 25px "微软雅黑";
}
#footer .top h2{
	color:#838383;
	margin-top:10px;
	margin-bottom:40px;
	font:18px "微软雅黑";
}
#footer .ctn{
	margin:35px auto;	
}
#footer .btm{
	padding:22px 0;
	text-align:center;
	color:#a1a1a1;
	background:#3b3a3a;
	font:12px/24px "微软雅黑";	
}
@media (max-width: 768px) {
	#footer{margin-top: 20px}
	#footer .top,#footer .ctn{display:none;}
	#footer .btm{padding:15px 10px;}
}

#link{
	margin-top:30px;	
}
#link h1{
	color:#585858;
	font:bold 22px "微软雅黑"
}
#link .link{
	margin-top:20px;
}
#link .link a{
	color:#585858;
	font:16px/35px "微软雅黑";
	margin-right:30px;
	margin-bottom: 30px;
	display:inline-block;	
}

#link img{
	width: 150px;
	height: 60px;
	border:1px solid #ccc;
}
@media (max-width: 768px) {
	#link{display: none}
}
.back_index{
	float:right;
	    height: 50px;
    margin-top: 35px;
    margin-right: 70px;
}
.back_index a{
	display: block;
	border-radius:10px;
	background-color: #D8281B;
	color:#ffffff;
	padding: 10px;
}
.fxrc_center{
	margin-top: 25px;
}
.fxrc_nav{
	margin:45px 120px 0px;
}
.fxrc_nav li{
	float:left;
	width:162px;
	text-align: center;
	    height: 54px;
    line-height: 46px;
}
.fxrc_nav li a{
	text-align: center;
	display: block;
	    height: 54px;
	    color:#333333;
	    font-size: 18px;
}
.fxrc_nav li a:hover{
	background:url(../images/fxrc_nav_hover.png) center top no-repeat; 
	color:#fff;
	    text-decoration: none;
}
.nav_hover{
	    background: url(../images/fxrc_nav_hover.png) center top no-repeat;
    color: #fff!important;
    text-decoration: none;
}
.fxrc_center_main_left{
	width:66.333333%;
	float:left;
	margin-top: 25px;
}
.fxrc_center_main_left img{
	width:225px;
	height:128px;
	float:left;
}
.fxrc_center_main_right{
	width:30.54%;
	float:right;
	margin-top: 25px;

}
.zxdt_more{
	float:right;
	margin-right:20px;
	font-size: 14px;
	color:#ffffff;
}
.zxdt_more:hover{
	text-decoration: none;
	color:#ffffff;
}
.fxrc_zxdt{
	font-size: 18px;
	color:#ffffff;
	padding-left: 20px;
	background-color: #D8281B;
	height:50px;
	line-height: 50px;
	margin-bottom: 50px;
	font-weight: 700;
}
.fxrc_gjfl{
	font-size: 18px;
	color:#525252;
	padding-left:20px; 
			height:48px;
	line-height: 48px;
	border-top:2px solid #D8281B;
}
.gjfl_more{
	font-size: 14px;
	color:#525252;
	float:right;
	margin-right:20px;

}
.gjfl_more:hover{
	color:#525252;
	text-decoration: none;
}
.zxdt_title a{
	font-size: 18px;
	color:#5c5c5c;
	    padding-left: 244px;
	    font-weight:700;
	    display: block;
}
.zxdt_time{
	font-size: 12px;
	color:#b1b1b1;
    margin: 10px auto 17px;
    padding-left: 244px;
}
.zxdt_desc{
	font-size: 14px;
	color:#868686;
	    padding-left: 244px;
}
.zxdt_list{
	margin-top: 35px;
}	
.zxdt_list li{
	height:59px;
	line-height: 59px;
	border-top:1px dashed #DFDFDF;
}
.zxdt_list_title{
	font-size: 18px;
	color:#5c5c5c;
	font-weight: 700;
}
.zxdt_list_time{
	float:right;
	font-size: 12px;
	color:#b1b1b1;

}
.gjfl_list li{
	height:69px;
	background:url(../images/redd.png) left center no-repeat;
	background-position-y: 23px;
	border-top:1px dashed #DFDFDF;
}
.gjfl_list_title{
	font-size: 14px;
	color:#666666;
	padding-left: 15px;
	padding-top: 15px;
	display: block;
}
.gjfl_list_time{
	font-size: 12px;
	color:#999999;
	padding-left: 15px;
	display: block;
}
.fxrc_center_main_bottom{
	margin-top: 54px;
}
.cstp_list li{
	float:left;
	    margin-right: 27px;
}
.cstp_list li:nth-child(5){
	margin-right:0px;
}
.cstp_list li:first-child+li+li+li+li{
	margin-right:0px;
}
.cstp_list img{
	width:198px;
	height:130px;
}
.cstp_title{
	height:30px;
	line-height: 30px;
	font-size:14px;
	color:#666666;
	background-color:#D1D1D1 ;
	text-align:center;
}



/*list*/
.fxrc_list_main_list{
	width:100%;
	    margin-top: 30px;
}
.list_taitou{
	font-size: 18px;
	color:#ffffff;
	background-color: #D8281B;
	height:50px;
	line-height: 50px;
	margin-bottom: 50px;
	font-weight: 700;
	text-align: center;
}

/*show*/
.show_fxrc{
	width:100%!important;
	margin-top: 30px;
}
@media (max-width: 768px){	
	.back_index{
		display: none;
	}
	.fxrc_nav{
		margin:20px 0px 0px 0px;
	}
	.fxrc_nav li{
		width:50%;
	}
	.fxrc_center_main_left{
		width:100%;	
	}
	.fxrc_center_main_right{
		width:100%;
	}
	.zxdt_title a,.zxdt_time,.zxdt_desc{
		padding:0px 20px;
	}
	.fxrc_center_main_left img{
		width:100%;
		padding:0px 20px;
	}
	.zxdt_list_title{
	font-size: 14px;
    color: #5c5c5c;
    font-weight: 700;
    width: 260px;
    display: block;
    height: 59px;
    text-transform: uppercase;
    overflow: hidden;
	}
	.zxdt_list_time{
		margin-top: -59px;
	}
	.zxdt_list li{
		padding:0px 15px;
	}
	.gjfl_list li{
		padding: 0px 20px;
    background-position-x: 20px;
	}
	.cstp_list li{
		float:none;
		width:100%;
		padding:0px 20px;
	}
	.cstp_list li img{
		width:100%;
		height:auto;

	}
	.news .info{
		    padding: 0px 20px;
	}
	.show .h1 {
    padding: 0px 20px;
	}
	.news .info span {
    margin-right: 5px!important;
	}
}