﻿@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;
}
@font-face {
	font-family: "dataedu-icon-1";
	src: url("../fonts/dataedu-icon-1.eot"); 
	src: url("../fonts/dataedu-icon-1.eot?#iefix") format("embedded-opentype"), url("../fonts/dataedu-icon-1.woff") format("woff"), url("../fonts/dataedu-icon-1.ttf") format("truetype"), url("../fonts/dataedu-icon-1.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.dataedu-icon {
	font-family: "dataedu-icon-1" !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*--------------------头部----------------------*/
#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: #c60019;
}
#nav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
	line-height: 50px;
	font-family: '微软雅黑';
	font-size: 16px;
	width: 130px;
	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;
	padding-top:30px;
}
.block_one .width_1200{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*-----新闻图片-----*/
.flexslider{position:relative;height:208px;overflow:hidden;width: 379px;float: left;margin-top: 20px;}
.slides{position:relative;z-index:1;}
.slides li{height:208px;}
.flex-control-nav{position:absolute;bottom:15px;z-index:2;text-align:center;left: 50%;margin-left: -30px;}
.flex-control-nav li{    /* display: inline-block; */
    width: 6px;
    height: 6px;
    margin: 0 5px;
    /* zoom: 1; */
    border-radius: 50px;
    float: left;}
.flex-control-nav a{display:inline-block;width:6px;height:6px;overflow:hidden;background:#ffba00;cursor:pointer;border-radius: 50px;}
.flex-control-nav .flex-active{background-color: #26b2c3;}
/*-----新闻图片-----*/

/*-----学工动态-----*/
.block_one .new_ctxw{
	width: 386px;
	height: 208px;
	float: left;
    padding-top: 1px;
	margin-left: 24px;
}
.block_one .new_ctxw h3{
	height: 20px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
	border-top: 2px solid #c60019;
	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;
	font-size: 12px;
}
.new_ctxw ul{
	margin-top: 12px;
}
.new_ctxw li {
	font-size: 14px;
	font-family: '微软雅黑';
	height: 25px;
	line-height: 25px;
}
.new_ctxw li i{
	color: #ccc;
	font-family: '宋体';
}
.new_ctxw li a{
	color: #666;
}
.new_ctxw li a:hover{
	color: #b30018;
}
.new_ctxw li span{
	float: right;
	color: #cccccc;
	font-size: 13px;
	font-family: 'Arial';
}

.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;
}
/*-----学工动态-----*/

/*-----专题中心-----*/
.new_ztzx ul{
	float: right;
}
.new_ztzx img{
	float: left;
	margin-top: 10px;
	width:174px;
	height:166px;
	border:none;
}

.zt_bottom{
	width:100%;
	}
	
.zt_bottom a{
	display:inline-block;
    float:left;
	}
	
.zt_bottom ul{
	float:none;
	margin-left: 185px;
	}
	
.zt_bottom ul li a{
	width:100%;
	display:block;
	}

.new_ztzx li{
	width: 198px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.new_ztzx li i{
	display: inline-block;
    margin-right: 6px;
    width: 3px;
    height: 3px;
    background-color: #ccc;
    border-radius: 50px;
    float: left;
    margin-top: 12px;
}
.new_ztzx li a{
	display: inline-block;
	font-size: 14px;
	color: #666 !important;
}
.new_ztzx li a span{
	float:left;
	color: #666 !important;
}
.new_ztzx li p{
	font-family: '宋体';
	color: #999;
	font-size: 13px;
	line-height: 20px;
}
/*-----专题中心-----*/

/*-----快速通道-----*/
.m_kstd ul{
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
.m_kstd li{
	float: left;
	height: 58px !important;
	line-height: 20px !important;
	font-family: '宋体';
	font-size: 13px !important;
	border-bottom: 1px dashed #b4b4b4;
	width:100%;
}
.m_kstd li h6{color: #777; margin-top: 10px;}
.m_kstd li p{color: #010101; padding-left: 11px;}
/*-----快速通道-----*/

/*--------------------main----------------------*/
#main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 70px 0px;
	overflow: hidden;
	background-color: #fff;
}
.m_three{
	width: 380px;
	min-height: 225px;
	float: left;
	margin-top: 27px;
}
/*-----通知公告-----*/
.m_tzgg ul li{
	margin-bottom: 32px;
	height: 70px !important;
}
.m_tzgg ul i{
	display: inline-block;
	width: 63px;
	height: 60px;
	background-color: #26b2c3;
	float: left;
	padding: 5px 5px;
	text-align: center;
}
.m_tzgg ul i p{
	color: #fff;
	border-bottom: 1px solid #22a4b3;
	height: 24px;
	line-height: 24px;
}
.m_tzgg ul h5{
	font-size: 24px;
	color: #fff;
	font-family: 'Arial';
}
.m_tzgg .ne_tit{
	width: 302px;
	float: right;
}
.m_tzgg .ne_tit h4{
	font-size: 14px;
	color: #666 !important;
}
.m_tzgg .ne_tit p{
	font-size: 13px;
	line-height: 20px;
	color: #999;
}
/*-----通知公告-----*/

/*-----招生就业-----*/
.m_three h3{
	height: 25px;
	font-family: '微软雅黑';
	font-size: 16px;
	color: #000;
	border-top: 2px solid #c60019;
	padding-top: 8px;
}
.m_three h3 span{
	float: left;
}
.m_three h3 a{
	color: #cccccc;
}
.m_three h3 i{
	float: right;
	font-size: 12px;
}
.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----------------------*/
/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #990013;
}
#footer .f_1200{
	width: 1200px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
/*--------------------footer----------------------*/

/* add */
.m_kstd{background: url(../images/bm.png) no-repeat bottom; padding-bottom: 40px;}
.m_kstd ul{margin-top: 0;}
.hy-button{border: 0; background-color: #1d9cab;color: #fff; width: 102px; height: 28px; border-radius: 2px;margin-top: 20px;cursor: pointer;}
.hy-gd{color: #51a5c9; display: inline-block; margin-left: 15px;margin-top: 16px;}