@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fff;
	font-size: 13px;
	font-family: '宋体';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*后期添加*/
/*IE下，th默认为center*/
th {
	text-align: left;
}
a{
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}


/*--------------------头部----------------------*/
#header{
	width: 100%;
	min-width: 1200px;
	height: 149px;
	background-color: #fff;
}
#header .h_1200{
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
#header .search_srk{
	width: 243px;
	height: 36px;
	border: 1px solid #e8e8e8;
	float: right;
	border-radius: 50px;
	margin-top: 60px;
}
.search_srk input{
	width: 180px;
	float: left;
	height: 25x;
	line-height: 25px;
	margin-top: 4px;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
}
.search_srk button{
	width: 17px;
	height: 17px;
	background: url(../images/search.png) no-repeat;
	border: 0;
	margin-top: 8px;
}
/*--------------------头部----------------------*/

/*--------------------导航nav----------------------*/
#nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #c70019;
}
#nav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 16px;
	width: 100px;
	text-align: center;
}
#nav .active{
	color: #fff;
}
#nav ul li a{
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 50px;
}
#nav ul li a:hover{
	color: #fff;
}
/*--------------------导航nav----------------------*/


/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/

/*--------------------banner----------------------*/
#banner{
	width: 100%;
	height: 300px;
	background-color: #f4f4f4;
}
#banner .b_1200{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
/*--------------------banner----------------------*/


.block_one{
	width: 100%;
	overflow: hidden;
}
.block_one .width_1200{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*-----新闻图片-----*/
.block_one .new_pic {
    width: 380px;
    height: 208px;
    float: left;
    background: red;
    margin-top: 20px;
    margin-left: 10px;
}
/*-----新闻图片-----*/

/*-----常铁新闻-----*/
.block_one .new_ctxw {
    width: 784px;
    height: 200px;
    float: right;
    padding-top: 20px;
}
.block_one .new_ctxw h3{
	height: 20px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
	border-top: 2px solid #c70019;
	padding-top: 8px;
}
.block_one .new_ctxw h3 span{
	float: left;
}
.block_one .new_ctxw h3 a{
	color: #cccccc;
}
.block_one .new_ctxw h3 i{
	float: right;
}
.block_one .new_ctxw ul li{
	width: 382px;
	height: 75px;
	float: left;
	margin-top: 15px;
}
.new_ctxw .li_left{
	width: 50px;
	float: left;
	font-family: 'Arial';
}
.new_ctxw .li_left .ll_40{
	width: 50px;
	height: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #86c7f8;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.new_ctxw .li_left p{
	font-size: 13px;
	color: #ccc;
	padding-top: 10px;
	width: 50px;
	height: 20px;
	box-shadow: 1px 1px 2px rgba(238,237,237,.8);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.new_ctxw .li_right{
	width: 332px;
	float: right;
}
.new_ctxw .li_right h4{
	font-family: '微软雅黑';
	font-size: 14px;
	margin-bottom: 10px;
}
.new_ctxw .li_right h4 a{
	color: #666;
}
.new_ctxw .li_right h4 a:hover{
	text-decoration: underline;
}
.new_ctxw .li_right p{
	color: #999;
	line-height: 21px;
}
/*-----常铁新闻-----*/


/*--------------------main----------------------*/
#main{
	width: 1190px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 70px 10px;
	overflow: hidden;
	background-color: #fff;
}
.m_three{
	width: 380px;
	height: 225px;
	float: left;
	margin-top: 27px;
}
/*-----招生就业-----*/
.m_three h3{
	height: 25px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
	border-top: 2px solid #c70019;
	padding-top: 8px;
}
.m_three h3 span{
	float: left;
}
.m_three h3 a{
	color: #cccccc;
}
.m_three h3 i{
	float: right;
}
.m_three ul{
	margin-top: 10px;
}
.m_three li {
	font-size: 14px;
	font-family: '微软雅黑';
	height: 30px;
	line-height: 30px;
}
.m_three li i{
	color: #ccc;
	font-family: '宋体';
}
.m_three li a{
	color: #666;
}
.m_three li a:hover{
	color: #b30018;
}
.m_three li span{
	float: right;
	color: #cccccc;
	font-size: 13px;
	font-family: 'Arial';
}
/*-----招生就业-----*/
/*--------------------main----------------------*/
/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/
/*焦点图开始*/
.focus {
    position: relative;
    width: 380px;
    height: 208px;
    background-color: #000;
} 
.focus img{width:380px;height:208px;} 
.focus .shadow .title{width:270px;height:65px;padding-left:30px;padding-top:20px;}
.focus .shadow .title a{text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:24px;line-height:24px;
background:rgba(0,0,0,0.6);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
display:block;
text-align:left;
}  
.focus .shadow a{text-decoration: none;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    display: block;
    font-family: "宋体";
	padding-left:15px;
	padding-right:15px;
	width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  }  
.focus .fcon img{display:block;}  
.focus .fbg{width: 380px;bottom:23px;/*right: 50%;*/position:absolute;height:15px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px;float:right;}    
.focus .D1fBt a{
    color: #FFFFFF;
    width: 16px;
    height: 14px;
    font-weight: bold;
	float: left;
    margin-right: 5px;
	font-size:12px;
	font-family: 'Microsoft Yahei';
	background:rgba(255,255,255,0.8);  
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
	}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:rgba(255,0,0,0.8);background:#f00;  
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none;font-style:normal;}    
/*焦点图结束*/

/*--------------------footer----------------------*/
#footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(179,0,24,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8Fb30018,endcolorstr=#8Fb30018);
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/