@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: "微软雅黑";
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
}
.clearFloat {
	clear: both;
}
/*-------------------------------------------------网站头部----------------------------------------------*/
.top {
	width: auto;
	height: 100px;
	border-top: 5px solid #bd1c21;
}
.top_content{
	width:1200px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
}
.top_logo_link {
	display: block;
	width: 258px;
	height: 85px;
	float: left;
	background-image: url(../images/top_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.top_right{
	width:935px;
	height: 100px;
	float: right;
}
.top_search{
	width:295px;
	height:35px;
	float: right;
	margin-top: 17px;
	margin-right: 8px;
}
.top_right li{
	float: left;
}
.top_right li img{
	margin-left: 15px;

}
#pageSearch{
	width:175px;
	height:24px;
	border:none;
	background-color: #fff;
	outline: none;
	background-image: url(../images/top_search_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
}
.searchBtu{
	display:block;
	float:right;
	width:32px;
	height: 24px;
	background:url(../images/top_search_btu.jpg) no-repeat;
}
.top_menuCont{
	width:920px;
	height: 48px;
	float: right;
}
.top_menu {
	width:930px;
	height: 48px;
	float: right;
	margin-right: -20px;
}
.top_menu li {
	float: left;
	position: relative;
	z-index: 999;
}
.classA{
		color:#000;
	}
.top_menu li a:link {
	display: block;
	width:100px;
	height:48px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 48px;
	text-align: center;
}
.top_menu li a:hover {
	color: #fff;
	display: block;
	width:105px;
	height:48px;
	text-align: center;
}
.top_menu li.focusa {
	background:#bd1c21;
	color: #fff; 
	text-align: center;
}
.top_menu li ul {
	position: absolute;
	top:48px;
	left: 0;
	background: url(../images/menu_list_Bg.png);
	width: 172px;
	display: none;
}
.top_menu li ul a {
	color: #fff;
}
.one {
	top: 30px;
}
.one li a:hover {
	width: 172px;
	text-align: left;
	text-indent: 20px;
	background:#5e0606;
	color: #fff;
}
.qr_img{
	display:none;
	position:absolute;
	z-index:99;
	width:112px;
	height:112px;
	background:url(../images/QR_img.jpg) no-repeat;
}
/*-------------------------------------------------------焦点大图--------------------------------------------------------*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 445px;
	background: #fff;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 400px;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	width: 40px;
	height: 45px;
	background: url(../images/slider-arrow.png) -114px -137px no-repeat;
	cursor: pointer;
}
.fullSlide .next {
	float: right;
	margin-top: -45px;
	background-color: #294A9F;
	background-position: -20px -137px;
}
.banner_tit{
	display:block;
	width:1200px;
	height:65px;
	background:url(../images/banner_tit_bg.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top:335px;
}
.banner_text{
	display:block;
	width:1000px;
	font-size:24px;
	color:#fff;
	font-weight:lighter;
	text-align:left;
	text-indent: 40px;
	line-height:65px;	
}
.calendar{
	width:1200px;
	height: 45px;
	background: #bb3a3a;
	margin-left: auto;
	margin-right: auto;
}
.calendar_today{
	display: block;
	width:130px;
	height: 66px;
	background: #bb3a3a;
	position: relative;
	top:-111px;
	right:-1070px;
	color: #ffe400;
	text-align: center;
	font-size: 24px;
	line-height:66px;
}
.calender_ul{
	float: left;
	margin-top:-110px;
	margin-left: 65px;
	width:1110px;
	color:#fff;
	line-height: 45px;
}
.calender_ul li{
	float: left;
	margin-right: 17px;
}
.calender_month{
	font-size: 24px;
}
.calender_month span{
	font-size: 12px;
}
.cal_white{
	color:#fff;
}
.cal_gray{
	color:#c66060;
}
.cal_yellow{
	color:#ffe400;
}

/*-------------------------------------------------------通知公告区域--------------------------------------------------------*/
.notice {
	width: auto;
	height: 75px;
	background: #f3f3f3;
}
.notice_content {
	width: 1200px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
.notice_tit {
	display: block;
	width: 80px;
	height: 25px;
	float: left;
	margin-top: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	text-indent: 20px;
	background: url(../images/notice_ico.png) 0 2px no-repeat;
}
.notice_content ul {
	width: 920px;
	height: 75px;
	float: left;
	margin-left: 20px;
}
.notice_content ul li {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.notice_content ul li a {
	display: block;
	width: 260px;
	height: 50px;
	font-size: 14px;
	color: #656565;
	margin-top: 16px;
}
.notice_content ul li a:hover {
	color: #da2118;
}
.notice_content ul li a span {
	margin-left: 10px;
	font-size: 12px;
	color: #da2118;
}
.notice_more {
	display: block;
	float: right;
	margin-top: 28px;
	width: 55px;
	height: 17px;
	font-size: 12px;
	color: #888888;
	text-indent: 22px;
	background: url(../images/more_ico_3.png) no-repeat;
}


/*-------------------------------------------------------图片新闻区域--------------------------------------------------------*/
.content_01 {
   position:relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
.new_area {
	width: 1200px;
	height: 480px;
	margin-top: 38px;
}
.new_left {
	float: left;
	width: 605px;
	height: 410px;
}
.news_cont {
	float: left;
	margin-top: 8px;
	margin-bottom: 22px;
	width: 605px;
	height: 75px;
}
.news_data {
	float: left;
	width: 75px;
	height: 75px;
	border-right: 1px solid #b0b0b0;
}
.news_day {
	font-size: 30px;
	font-weight: bolder;
	text-indent: 10px;
	color: #da2118;
}
.news_month {
	font-size: 16px;
	font-weight: lighter;
	color: #888888;
}
.news_list {
	float: left;
	margin-left: 21px;
	width: 508px;
	height: 75px;
}
.news_tit {
	width: 508px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
}
.news_tit a:link {
	color: #073f89;
}
.news_tit a:visited {
	color: #073f89;
}
.news_tit a:hover {
	color: #da2118;
}
.news_text {
	width: 508px;
	height: 45px;
	overflow: hidden;
	font-size: 14px;
	color: #292929;
	font-weight: lighter;
	margin-top: 8px;
}
.new_right {
	float: right;
	width: 552px;
	height: 430px;
	border: 1px solid #dfdbdb
}
.new_right img {
	display: block;
	width: 552px;
	height: 380px
}
.new_right span {
	display: block;
	width: 552px;
	height: 52px;
	font-size: 20px;
	color: #7d7d7d;
	text-indent: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 52px;
}
/*-------------------------------------------------------菁菁核桃林文化大观区域--------------------------------------------------------*/
/*-------------------------------------------------------新闻 通知公告分块--------------------------------------------------------*/
.content_01 {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
}
.c01_left {
	float: left;
	width: 370px;
	height: auto;
}
.c01_mid {
	float: left;
	width: 370px;
	height: auto;
	margin-left:45px;
	padding-top: 45px;
}
.c01_right {
	float: right;
	width: 370px;
	height: auto;
	margin-left:45px;	
}
.link_style :hover{
	color:#670a0a;
}
/*-------------------------------------------------------栏目名称区域--------------------------------------------------------*/
.column_head{
	font-size:20px;
	color: #000;
	font-weight: bold;
	text-indent: 28px;
	line-height: 24px;
}
.column_head a{
	color: #000;
}
.column_head span{
	font-size: 14px;
	font-weight: bold;
	color: #777676;
	margin-left: 15px;
	margin-top: 4px;
}
.column_news{
	background-image:url(../images/ico_1.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.column_notice{
	background-image:url(../images/ico_2.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.column_media{
	background-image:url(../images/ico_3.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.column_teacher{
	background-image:url(../images/ico_4.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.column_student{
	background-image:url(../images/ico_5.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.column_link{
	background-image:url(../images/ico_6.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


/*-------------------------------------------------------栏目名称区域--------------------------------------------------------*/
.column_head {
   display: block;
	width: 100%;
	height: 60px;
}
.column_tit {
	display: block;
	width: 245px;
	height: 26px;
	font-size: 24px;
	color: #6e6e6e;
	font-weight: bold;
	line-height: 24px;
	text-indent: 0px;
	background: url(../images/tit_head_ico.png) no-repeat;
}

.column_more_1 {
	display: block;
	margin-right:10px;	
	float: right;
	width: 56;
	height: 22px;
	text-indent: 30px;
	font-size: 14px;
	color: #073f89;
	line-height: 22px;
	background: url(../images/more_ico_1.jpg) 0 0px no-repeat;
}
.column_more {
	display: block;	
	float: right;
	width: 56;
	height: 22px;
	text-indent: 30px;
	font-size: 14px;
	color: #073f89;
	line-height: 22px;
	background: url(../images/more_ico_1.jpg) 0 0px no-repeat;
}
.column_more_2 {
	display: block;
	float: right;
	width: 56;
	height: 24px;
	text-indent: 30px;
	font-size: 14px;
	color: #073f89;
	line-height: 22px;
	background: url(../images/more_ico_2.jpg) 0 0px no-repeat;
}


/*-------------------------------------------------------公告区域--------------------------------------------------------*/
.notice_cont{
	width:370px;
	height:95px;
	border-bottom:1px solid #d6d6d6;
	margin-top: 24px;
}
.notice_cont li{
	float:left;
}
.notice_date{
	width:65px;
	height:50px;
}
.notice_year{
	display: block;
	width:65px;
	height: 25px;
	background: #941313;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
.notice_month{
	display: block;
	width:65px;
	height: 25px;
	background: #edeaf1;
	font-size: 14px;
	color: #941313;
	text-align: center;
	line-height: 25px;	
}


/*-------------------------------------------------------文化视频区域--------------------------------------------------------*/
.culture{
	width:100%;
	height:450px;
	background:url(../images/cultrue_bg.png) 50% 0 no-repeat #fff8fc;	
}
.culture_center{
	width:1200px;
	height:450px;
	margin-left: auto;
	margin-right: auto;
}
.culture_left{
	width:782px;
	height:auto;
	padding-top: 25px;
	float: left;
}
.c_left_main{
	float: left;
	width:607px;
	height:343px;
}
.c_left_main a{
	display: block;
	width:607px;
	height: 106px;
	padding-top: 237px;
	margin-top: 20px;
}
.c_culture_info{
	width:577px;
	height:106px;
	padding-top: 20px;
	padding-left: 30px;
	background:url(../images/culture_text_bg.png) repeat-x;
}
.c_culture_tit{
	display:block;
	width:545px;
	height:20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color:#4b4b4b;
}
.c_culture_text{
	display:block;
	width:545px;
	height:50px;
	overflow: hidden;
	font-size: 14px;
	font-weight: lighter;
	color:#000000;
	margin-top: 10px;
}
.c_left_list{
	float: right;
	width:160px;
	height: auto;
}
.c_left_list ul{
	margin-top:20px;
}
.c_left_list_img{
	margin-bottom: 14px;
	cursor:pointer;
}
.c_left_list_img img{
	display: block;
	width:160px;
	height: 75px;
}
.culture_right{
	width:370px;
	height:auto;
	padding-top: 25px;	
	float: right;
	margin-left: 45px;
}
.c_video{
	padding-top: 20px;
}
.c_video_img{
	width:369px;
	height:163px;
}
.c_video_list{
	width:354px;
	height: 169px;
	padding-top:10px;
	padding-left: 15px;
	background-color: #fff;
}
.c_video_head{
	display:block;
	width:340px;
	height:49px;
	border-bottom:1px solid #d6d6d6;
	background:url(../images/video_play.png) 300px 0px no-repeat;
	cursor:pointer;
}
.c_v_head{
	width:265px;
	height:20px;
	font-size:14px;
	font-weight: bold;
	overflow: hidden;
}
.c_v_time{
	font-size:14px;
	font-weight: lighter;
}
.c_video_other{
	display:block;
	width:340px;
	height:20px;
	margin-top: 5px;
	cursor:pointer;	
}
.c_video_other :hover{
	color:#670a0a;
}
.c_o_list{
	display:block;	
	float: left;	
	width:250px;
	height:20px;
	font-size:14px;
	font-weight: lighter;
	overflow: hidden;
}
.c_o_time{
	display:block;	
	float: right;
	width:90px;
	height:20px;
	font-size:14px;
	font-weight: lighter;
}
/*-------------------------------------------------------专题区域--------------------------------------------------------*/
.content_02{
	width:1200px;
	height:350px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.c02_left{
	float:left;
	width:783px;
	height:348px;
	border:1px solid #d6d6d6;
	background: url(../images/school_bg.jpg) no-repeat;
}
.c02_right{
	float:right;
	width:370px;
	height:350px;
}
.school_one{
	float: left;
	width:260px;
	height: 348px;
	background: url(../images/school_img_1.jpg) no-repeat;
	background-size: 260px 173px;
}
.school_two{
	float: left;
	margin-left: 1px;	
	width:261px;
	height: 348px;
	background: url(../images/school_img_2.jpg) no-repeat 0px 174px;
	background-size: 260px 174px;	
}
.school_three{
	float: right;
	margin-left: 1px;		
	width:260px;
	height: 348px;
	background: url(../images/school_img_3.jpg) no-repeat;
	background-size: 260px 174px;	
}
.school_tit_1{
	display: block;
	padding-top: 35px;
	width:260px;
	height:40px;
	background: url(../images/school_arrow_1.png) no-repeat 50% 0px;
	font-size: 24px;
	color: #941313;
	text-align: center;
	font-weight: bold;
	margin-top: 157px;
}
.school_cont_1{
	display: block;
	width:160px;
	height:55px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 28px;
	color: #7f7e7e;
	text-align: center;	
	
}
.school_btu_1{
	display: block;
	width:80px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 10px;
}
.school_tit_2{
	display: block;
	width:260px;
	height: 30px;
	font-size: 24px;
	color: #941313;
	text-align: center;
	font-weight: bold;
	margin-top: 17px;	
	margin-right: auto;
	margin-left: auto;	
}
.school_cont_2{
	display: block;
	width:160px;
	height:55px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 28px;
	color: #7f7e7e;
	text-align: center;	
	
}
.school_btu_2{
	display: block;
	width:80px;
	height:150px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;	
	background: url(../images/school_arrow_2.png) no-repeat 50% 47px;
}
.c02_right img{
	display: block;
	width:370px;
	height:165px;
}
.c02_right a{
	display: block;
	width:370px;
	height:165px;
}
/*-------------------------------------------------------媒体报道，智慧校园区域--------------------------------------------------------*/
.content_03{
	width:1200px;
	height:350px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
}
.c03_left{
	float: left;
	width:370px;
	height: 340px;

}
.c03_mid{
	float: left;
	margin-left: 45px;	
	width:370px;
	height: 340px;
}
.c03_right{
	float: right;
	width:370px;
	height: 340px;
}
.media_img img{
	width:370px;
	height: 149px;
	margin-top:24px;
}
.media_tit{
	display: block;
	width:370px;
	height: 35px;
	font-size:18px;
	font-weight: bold;
	color: #4b4b4b;
	margin-top: 10px;
	overflow: hidden;
}
.media_cont{
	display: block;
	width:370px;
	height: 100px;
	font-size:14px;
	font-weight: lighter;
	color: #4c4c4c;
	margin-top:10px;
	overflow: hidden;
}
.c03_list{
	width:370px;
	height:114px;
	margin-top:15px;
	margin-bottom: 15px;
	border-bottom:1px solid #d6d6d6;
}
.c03_list li{
	margin-bottom:5px;
}
.c03_list li span{
	display:block;
	width:70px;
	height:30px;
	font-size:12px;
	color:#3d3d3d;
	float:right;
	line-height:32px;
}
.c03_list li a:link{
	display:block;
	width:300px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#4b4b4b;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;		
}
.c03_list li a:visited{
	color:#4b4b4b;
}
.c03_list li a:hover{
	color:#a00d0d;
}
.c03_right a{
	display: block;
	width:368px;
	height:102px;
	border:1px solid #dfdfdf;
	background: #fff;
}
.web_school{
	display: block;
	width:366px;
	height:30px;
	padding-top: 71px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/web_school_bg.png) no-repeat 0px 61px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.web_school_img_1{
	background: url(../images/network_img_1.jpg) no-repeat 1px 1px;
	background-size: 366px 101px;
}
.web_school_img_2{
	background: url(../images/network_img_2.jpg) no-repeat 1px 1px;
	background-size: 366px 101px;	
}
.web_school_img_3{
	background: url(../images/network_img_3.jpg) no-repeat 1px 1px;
	background-size: 366px 101px;	
}
/*-------------------------------------------------------友链--------------------------------------------------------*/
.content_04{
	width:auto;
	height: 250px;
	background: #f9f9f9;
	margin-top: 20px;
}
.content_04_con{
	width:1200px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;	
}
.c04_left{
	width:785px;
	height: 250px;
	float: left;
}
.c04_right{
	width:370px;
	height: 200px;
	float: right;
	margin-top: 26px;
}
.c04_right li{
	margin-bottom:21px;
	float:left;
}
.c04_right li a {
	display:block;
	width:148px;
	height:54px;
}
.c04_right li a img{
	width:146px;
	height:52px;
	border:1px solid #dfdfdf;
}
.web_link_ul{
	margin-left: 27px;
}
.web_link_ul li{
	float: left;
	margin-right: 40px;
}
.web_link_ul li a:link{
	font-size: 14px;
	color: #000;
	line-height: 60px;
}
.web_link_ul li a:visited{
	color: #000;
}
.web_link_ul li a:hover{
	color: #911919;
}
.web_link_ul li a:active{
	color: #911919;
}
/*-------------------------------------------------------底部链接--------------------------------------------------------*/
.content_05{
	width:auto;
	height:250px;
	background:#901818 url(../images/bottom_bg_img.png) 50% 0% no-repeat;
}
.content_05_con{
	width:1200px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bottom_logo.png) no-repeat;
}
.c05_left{
	float:left;
	width:890px;
	height:auto;
	border-left:1px solid #fff;
	margin-top: 44px;
	margin-left: 260px;
}
.c05_right{
	float:right;
	width:94px;
	height:100px;
	background: url(../images/QR_img.jpg) no-repeat 0px 45px;
	background-size: 93px 93px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 150px;
}
.bottom_menu{
	float:left;
	margin-left:30px;
}
.bottom_menu a:link{
	font-weight:lighter;
	color:#fff;
}
.bottom_menu a:visited{
	color:#fff;
}
.bottom_menu a:hover{
	color:#ff9600;
}
.b_m_head{
	margin-bottom:24px;
	font-size:14px;
}
.b_m_normal{
	margin-bottom:12px;
	font-size:12px;
}
/*-------------------------------------------------------底部信息--------------------------------------------------------*/
.bottom{
	width:auto;
	height:50px;
	background:#ff9600;
	text-align:center;
}
.bottom_info{
	width:900px;
	height:15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.bottom_info ul{
	font-size:14px;
	color:#000000;
	text-align:right;
	font-weight:lighter;
}
.bottom_info ul li{
	float: left;
	margin-right:10px;
	padding-right: 9px;
	border-right:1px solid #000;
}