﻿@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: url(../images/top_bg.png) no-repeat;
}
#header .head_bfb{
	width: 100%;
	min-width: 1200px;
	height: 149px;
	background-color: rgba(51,120,242,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8F3378f2,endcolorstr=#8F3378f2);
}
#header .h_1200{
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
/*--------------------头部----------------------*/

/*--------------------导航nav----------------------*/
#nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}
#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{
	background-color: #3378f2;
	color: #fff;
}
#nav ul li a{
	color: #000;
	display: inline-block;
	width: 100px;
	height: 50px;
}
#nav ul li a:hover{
	background-color: #3378f2;
	color: #fff;
}
/*--------------------导航nav----------------------*/


/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/

/*--------------------banner----------------------*/
#banner{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
/*--------------------banner----------------------*/


.block_one{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 20px;
}
.block_one .width_1200{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*-----新闻图片-----*/
.block_one .new_pic{
	width: 339px;
	height: 200px;
	float: left;
	padding-top: 20px;
}
/*-----新闻图片-----*/

/*-----常铁新闻-----*/
.block_one .new_ctxw{
	width: 835px;
	height: 200px;
	float: right;
	padding-top: 20px;
}
.block_one .new_ctxw h3{
	height: 20px;
	border-bottom: 1px solid #e8e8e8;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
}
.block_one .new_ctxw h3 span{
	border-bottom: 2px solid #ffba00;
	float: left;
	padding-bottom: 2px;
	margin-top: -5px;
}
.block_one .new_ctxw h3 a{
	color: #cccccc;
}
.block_one .new_ctxw h3 i{
	float: right;
}
.block_one .new_ctxw ul li{
	width: 400px;
	height: 75px;
	float: left;
	margin-top: 20px;
}
.new_ctxw .li_left{
	width: 50px;
	float: left;
	font-family: 'Arial';
}
.new_ctxw .li_left .ll_40{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #86c7f8;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.new_ctxw .li_left p{
	font-size: 13px;
	color: #ccc;
	padding-top: 10px;
}
.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;
	margin-right: 24px;
}
/*-----招生就业-----*/
.m_three h3{
	height: 25px;
	border-bottom: 1px solid #e8e8e8;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
}
.m_three h3 span{
	border-bottom: 2px solid #ffba00;
	float: left;
	padding-bottom: 4px;
}
.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: #73f0df;
	font-family: '宋体';
}
.m_three li a{
	color: #666;
}
.m_three li a:hover{
	color: #ffba00;
}
.m_three li span{
	float: right;
	color: #cccccc;
	font-size: 13px;
	font-family: 'Arial';
}
/*-----招生就业-----*/
/*--------------------main----------------------*/
/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(100,149,235,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8Fffba00,endcolorstr=#8Fffba00);
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/