@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0 auto;
	}
a{
	outline-style:none;
	user-select:text;
	}
a:-webkit-any-link{
	cursor:pointer;
	}
a:active{
	star:expression_r(this.onFocus=this.blur());
	}
a:focus{
	outline:none;
	}
img{
		border:none;
	}
ul li{
	list-style:none;
	}
body{
	width:auto;
	height:auto;
	font:16px/28px "微软雅黑";
	text-align:center;
	}
.head{
	width:1200px;
	height:171px;
	}
.head_name{
	width:1200px;
	height:120px;
	}
.head_name img{
	width:1200px;
	}
.head_nav{
	width:1200px;
	height:42px;
	margin-top:9px;
	}
.nav{
	height:42px;
	float:left;
	}
.menu{
	height:42px;
	display:block;
	}
.menu>li{
	height:42px;
	line-height:42px;
	text-align:left;
	float:left;
	display:block;
	position:relative;
	color:#000;
	}
.drop_down{
	font-size:18px;
	line-height:42px;
	padding:0 15px;
	text-decoration:none;
	display:block;
	outline-style:none;
	cursor:pointer;
	color:#000;
	}
.change{
	background-color:#b91424; 
	border-radius:5px 5px 0 0;
	color:#fff;
	}
#current{
	background-color:#b91424; 
	border-radius:5px 5px 0 0;
	color:#fff;
	}
.menu>li>ul{
	position:absolute;
	left:0;
	top:42px;
	width:102px;
	height:auto;
	display:none;
	background-color:#ffffff;
	border-bottom:1px solid #dbdad8;
	z-index:100;
	background-color:#b91424;
	padding-top:10px;
	}
.menu>li>ul>li{
	width:100px;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#3b3b3b;
	text-align:center;
	background-color:#ffffff;
	border-left:1px solid #dbdad8;
	border-right:1px solid #dbdad8;
	}
.menu>li>ul>li>a{
	display:block;
	width:100px;
	height:36px;
	text-decoration:none;
	color:#3b3b3b;
	text-align:center;
	}
.menu>li>ul>li>a:hover{
	background-color:#e9e9e9;
	z-index:100;
	}
.head_nav .search{
	width:175px;
	height:42px;
	float:right;
	padding-right:0;
	}
.in_search{
	width:175px;
	height:24px;
	margin-top:9px;
	}
.txt_search{
	width:140px;
	height:24px;
	float:left;
	}
.txt_search input{
	width:138px;
	height:22px;
	border:1px solid #dbdad8;
	outline:none;  /*去除点击后显示的边框*/
	}
.btn_search{
	width:32px;
	height:24px;
	float:left;
	}
.btn_search button{
	width:32px;
	height:24px;
	background-image:url(/webpics/search.png);
	border:none;
	outline:none;
	margin-left:3px;
	}
.split_line{
	width:100%;
	height:10px;
	background-color:#b91424;
	}
/*以上是页面通用样式*/

/*以下是首页中间样式布局*/	
.focus_news{
	width:1200px;
	height:446px;
	margin-top:45px;
	}
.pics_focus{
	width:793px;
	height:446px;
	float:left;
	position:relative;
        overflow:hidden;
	}
.pics_focus .pic{
	width:793px;
	height:446px;
	position:relative;
        overflow:hidden;
	}
.pics_focus .pic li{
	position:absolute;
	width:793px;
	height:446px;
	left:0;
	top:0;
	display:none;
        overflow:hidden; /*裁切图片*/
	}
.pics_focus .pic img{
	width:793px;
	/*height:446px;*/ /*裁切图片*/
	display:block;
        vertical-align: top;
	}
.pics_focus .txt_bg{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	width:793px;
	height:62px;
	background:#333; 
	filter: alpha(opacity=40); 
	opacity:0.4; 
	overflow: hidden; 
	}
.pics_focus .txt{
	positon:absolute;
	left:0;
	bottom:0;
	z-index:-2;
	width:793px;
	height:62px;
	overflow:hidden;
	}
.pics_focus .txt li{
	width:500px;
	height:62px;
	line-height:62px;
	position:absolute;
	bottom:-26px;
	left:0;
	}
.pics_focus .txt li a{
	width:500px;
	display:block;
	color:white;
	padding:0 0 0 10px;
	font-size:15px;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis; 
	}
.pics_focus .num{
	position:absolute;
	z-index:3;
	bottom:20px;
	right:10px;
	}
.pics_focus .num li{
	float:left;
	position:relative;
	width:18px;
	height:18px;
	line-height:18px;
	overflow:hidden;
	text-align:center;
	margin-right:1px;
	cursor:pointer;
	}
.pics_focus .num li a,.pics_focus li span{
	position:absolute;
	z-index:2;
	display:block;
	color:#fff;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-decoration:none;
	}
.pics_focus .num li span{
	z-index: 1; 
	background: black; 
	filter: alpha(opacity=50); opacity: 0.5; 
	}
.pics_focus .num li.on a,.pics_focus .num a:hover{
	background-color:#b91424;
	}
.news_notice{
	width:386px;
	height:446px;
	float:left;
	margin-left:21px;
	}
.list_notice{
	width:386px;
	height:68px;
	border-bottom:1px solid #dbdad8;
	background-color:#f4f4f4;
	}
#ScrollMe{
	width:386px;
	height:68px;
	line-height:68px;
	}
#ScrollMe a{
	width:366px;
	padding-left:4px;
	height:68px;
	display:block;
	font-size:15px;
	color:#3b3b3b;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis; 
	}
#ScrollMe a:hover{
	color:#b91424;
	}
.section_column{
	width:386px;
	height:auto;
	clear:both;
	}
.tit_column{
	width:386px;
	height:48px;
	}
.column_name{
	width:72px;
	height:47px;
	border-bottom:1px solid #b91424;
	float:left;
	line-height:47px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	}
.column_name span{
	color:#b91424;
	}
.column_more{
	width:314px;
	height:47px;
	border-bottom:1px solid #dbdad8;
	float:left;
	line-height:47px;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	}
.column_more a{
	color:#adadad;
	text-decoration:none;
	cursor:pointer;
	}
.list_column{
	width:386px;
	border-bottom:1px solid #dbdad8;
	}
.background_column{
	background-color:#f4f4f4;
	}
.spacing_column{
	margin-bottom:21px;
	}
.spacing_column2{
	margin-bottom:31px;
	}
.spacing_column3{
	margin-bottom:32px;
}
.list_column ul{
	width:386px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	}
.list_column ul li{
	width:382px;
	padding-left:4px;
	height:49px;
	line-height:49px;
	text-align:left;
	font-size:15px;
	border-bottom:1px solid #dbdad8;
	display:block;
	overflow:hidden;  
    white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis;
	}
.list_column ul li:last-child{
	border-bottom:none;
	}
.list_column ul li a{
	color:#3b3b3b;
	text-decoration:none;
	}
.list_column ul li a:hover{
	color:#b91424;
	}
.other_column{
	width:1200px;
	height:auto;   /*可修改*/
	margin-top:21px; /*可调整*/
	overflow:hidden;
	}
.left_column{
	width:386px;
	height:auto; /*可修改*/
	float:left;
	overflow:hidden;
	}
.center_column{
	width:386px;
	height:auto;
	float:left;
	margin-left:21px;
	overflow:hidden;
	}
.right_column{
	width:386px;
	height:auto;
	float:left;
	margin-left:21px;
	overflow:hidden;
	}
.links{
	width:1198px;
	height:169px;
	border:1px solid #dbdad8;
	margin-top:21px;
	margin-bottom:21px;
	position:relative;
	}
.category_links{
	width:1198px;
	height:40px;
	background-color:#f4f4f4;
	}
.category_links div{
        width:-webkit-calc(100% - 645px);
        width:-moz-calc(100% - 645px);
        width:calc(100% - 645px);
	max-width:555px;
	height:39px;
	border-bottom:1px solid #dbdad8;
	float:left;
        display:inline;
	}
#category_1{
	width:280px;
	height:39px;
	display:block;
	float:left;
	}
#category_2,#category_3{
	width:180px;
	height:39px;
	display:block;
	float:left;
	}
.state_default{
	border-right:1px solid #dbdad8;
	line-height:39px;
	font-size:15px;
	border-bottom:1px solid #dbdad8;
	color:#3b3b3b;
	}
.state_focus{
	border-right:1px solid #dbdad8;
	line-height:39px;
	font-size:15px;
	background-color:#ffffff;
	color:#b91424;
	}
.list_links{
	width:1198px;
	height:129px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:center;
	}
.row_ul{
	width:1198px;
	margin-top:14px;
	margin-bottom:14px;
	list-style:none;
	display:block;
	}
.row_li{
	width:1198px;
	height:36px;
	line-height:36px;
	display:block;
	}
.col_ul{
	width:1198px;
	height:36px;
	list-style:none;
	display:block;
	}
.col_li{
	float:left;
	height:36px;
	margin-left:50px;
	font-size:13px;
	color:#50504e;
	line-height:36px;
	}
.col_li a{
	color:#50504e;
	text-decoration:none;
	font-size:13px;
	}
.col_li a:hover{
	text-decoration:underline;
	}
.hidden{
	 display:none;
	}
.show{
	display:block;
	}
.cover_top{
	width:1150px;
	height:15px;
	position:absolute;
	left:20px;
	top:40px;
	z-index:99px;
	background-color:#ffffff;
	}
.cover_bottom{
	width:1150px;
	height:15px;
	position:absolute;
	left:20px;
	bottom:0;
	z-index:100px;
	background-color:#ffffff;
	}
/*以下样式为所有页面通用样式*/
.record_contact{
	width:100%;
	height:250px;
	background-color:#dedede;
	}
.section_all{
	width:820px;
	height:250px;
	}
.section_left{
	width:150px;
	height:160px;
	float:left;
	margin-top:65px;
	}
.certificate{
	width:150px;
	height:140px;
	padding-top:20px;
	}
.section_center{
	width:480px;
	height:160px;
	float:left;
	margin-top:50px;
	}
.row_info{
	width:500px;
	height:25px;
	line-height:25px;
	color:#50504e;
	font-size:12px;
	text-align:left;
	}
.row_info a{
	color:#50504e;
	text-decoration:none;
	}
.row_info a:hover{
	text-decoration:underline;
	}
.section_right{
	width:170px;
	height:160px;
	float:left;
	margin-top:85px;
	}
.section_right div img{
	width:90px;
	}
.explain{
	width:90px;
	text-align:center;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#50504e;
	}
