

@media screen and (min-width:768px){  /*当屏幕尺寸大于等于768px时*/
body {width: 100%;background-color: #F6F6F6;font-family:"微软雅黑";}
}
@media only screen and (max-width: 479px) {
body {width: 1200px;background-color: #F6F6F6;font-family:"微软雅黑";}
}
strong{
	color:black;
}


*{
	margin:0;
	padding:0;	
	font-family:"微软雅黑";
}

html{
	-webkit-text-size-adjust:none;
}
a{
	color: black; 
}
a:hover,a:focus{
	color: #428bca;
	text-decoration:none;
}
.fb{
	clear:both
}
.body{
	/*background-color: #F6F6F6;*/
}

.m_top1{
	margin-top: 1em;
}
.m_top2{
	margin-top: 2em;
}
.m_top3{
	margin-top: 3em;
}
.m_top4{
	margin-top: 4em;
}
.m_top5{
	margin-top: 5em;
}
.row{
	width:100%;
	color:gray;
}

.top{
	width:100%;
	
	background-color:#FFF;
	
	margin:0 auto;
}
.top img{
	width:100%;
}
.container{
	margin-top:10px;
}

.row .banner1 img{
	height:265px;
	z-index: -1;
	position: absolute;
}
.row-header{
	position: relative;
	background-image: url('../images/tu_head_01.jpg');
	background-position:50%;
}
.row-header .navbar{
	background-image: url('../images/head_2_06.png');
	height:1em;
	margin-top:-1px;
}
.row-header .navbar .navbar-content{
	margin: 0 10%;
}
.row-header .navbar .navbar-select{
	float: left;
	margin: 1em 0;
	width: 7.14%;
	text-align: center;
}
.row-header .navbar .navbar-select a{
	color: white;
}
.main-banner img{
	width: 100%;
}
.modules{
	background-color: white;
	margin-top: 1em;
	padding: 1em;
}
.modules img{
	width: 100%;
}
#jiaoxue{
	margin-top: 5%;
	text-align: center;
	border: 1px solid #DDDDDD;
}
#jiaoxue h4{
	color: black;
}
#jiaoxue .title{
	font-weight: bold;
	line-height: 4em;
}
#news .desc{
	background-color: #2B91D5;
	color: white;
	margin: 1em 0;
	padding: 2em;
	float: left;
}
#news .more{
	margin: 2em 0;
}
.more img{
	float: left;
	max-width: 100px;
}
#news .title{
	text-align: center;
}
#news .content .row{
	margin: 2em 0;
}
.row1{
	width:70%;
	margin:0 auto;
}
.row1 ul{
	margin-bottom:0px;
}
.row1 ul li{
	width:11%;
	height:52px;
	float:left;
	list-style-type:none;
	/*margin:0.5em 0;*/
	text-align:center;
	position:relative;
	color:white;
	display: table-cell;
    vertical-align: middle;
    /*background-image: url('../images/head_2_06.png');*/
}
.row1 ul li:hover{
	/*background-image: url('../images/nav_lia.png');*/
	/*background-color: #C7C7C7;*/
	/*background-image: url('../images/head_2_06.png');*/
    background-size:100% 100%;  

}
.row1 ul li a{
	color:white;
	text-align: center;
	top:5px;
	padding-right: 0px;
	line-height:52px;
	font-size:18px;
}

.row_2 ul{
	display:none;
	
}
.row_2 ul li{
	color:red;
	width:100%;
	line-height:34px;
	padding: 0;
	visibility:visible;
	background-image: url('../images/erji_bg.png');
	
}
.row1 ul li:hover ul{
	display:block;
}
.row_2 li:hover{
	/*background-image: url('../images/nav_lia.png');*/
	background-color: #C7C7C7;

}
.row1 ul li ul{
	line-height:52px;
}
.information .blue_title{
	padding: 0;
	
	text-align: center;
	background-color: #0099FF;
}
.information .blue_title a{
	
	color: white;
	
}
.information .blue_line{
	border-bottom: 2px solid #0099FF;
}
.information .inf_thumb{
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;

}
.information .inf_thumb1{
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;

}
.information .inf_content{
	border-bottom: 1px dotted #ccc;
}
.information .inf_thumb .img{
	padding: 1em;
}
.information .inf_thumb .title{
	text-align: center;
	color: #808080;
	margin: 1em 0;
	height: 3em;
}
.information .inf_content{
	padding: 0.5em;
}
.information .inf_content .number{
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.information .inf_content .title{
	margin:	0.5em 0;
}
.information .inf_tag{
	display: none;
}
.information .active{
	display: block;
}
.information .more img{
	max-width: 30px;
	float: right;
	margin-top:10px;
}
.information li{
	line-height:40px;
	float: left;
}

#banner{
	margin-top: 1em;
}
#banner img{
	width: 100%;
}
#school .more img{
	max-width: 30px;
}
#school h4{
	text-align: center;
}
#school .school_title{
	padding: 0;
	color: white;
	
}
#school .school_line{
	border-bottom: 2px solid #0099FF;
}
#school .school_line h5{
	font-weight:bold;

}
#school .school_label{
	padding: 0;
	text-align: center;
}
#school .school_label a{
	color: #ccc;
}
#school .school_thumb_small{
	float: left;
	width: 49.7%;
}
#school .school_thumb{
	float: left;
	width: 20%;
}
#school .active h5{
	color: #428bca;
}
#school .school_list_small{
	display: none;
	overflow: hidden;
}
#school .school_list{
	height: 34em;
	display: none;
	overflow: hidden;
}
#school .school_active{
	display: block;
}
#school .school_thumb img{
	width: 100%;
}
#school .read_more{
	float: none;
	margin-top:1em;
}
#tag .tag_title .head{
	width: 20%;
	text-align: center;
	padding: 2%;
	font-size:12px;
	float: left;
	border: 1px solid #ccc;
}
#tag .tag_title .active{
	background-color: #357ebd;
	color: white;
}
#tag .tag_content{
	border: 1px solid #ccc;
}
#tag .tag_content .body{
	display: none;
}
#tag .tag_content .active{
	display: block;
}
#tag1 div {
	padding: 0;
	text-align: center;
}
#video .video_title{
	font-weight: bold;
}
#video .video_content{
	margin: 0.7em 0;
	width: 100%;
	float: left;
	color:black;
	font-weight: bold;
	
	margin-left:-6.5%;
}
#video .video_content .title_word{
	
	color: white;
	font-size: 1.2em;
	padding: 2%;
	float: left;
}
#video .video_content .title_content{
	float: left;
	width: 80%;
	font-size:13px;
	margin-top:10px;
}
.help{
	width: 50px;
    height: 120px;
    position: fixed;
    right: 3%;
    top: 35%;
    z-index: 222;
}
.help div{
	margin: 0.5em 0;
}
.help img{
	width: 100%;
}
.help1{
	width: 80px;
    height: 120px;
    position: fixed;
    right: 6%;
    top: 44%;
    z-index: 222;
}
.help1 div{
	margin: -2.3em 0;
}
.help1 img{
	width: 100%;
}
.help_1_1 img{
	margin-top:-2em;
}
.bottom{
	width: 100%;
	margin-top: 2em; 
	padding: 2em 0;
	color:white;
	height:425px;
	
	/*background-size:100% 100%;*/
	background-image: url('../images/weibu_17.png');

}
.float-footer{
	text-align:center;
	color:white;
	margin-top:5%;
}
.float-footer a{
	color:white;
	text-align:center;
}

.bottom ul li{
	margin-left:2%;
	list-style:none;
	
	float:left;
}
.bottom .line{
	float: left;
}
.copyright{
	text-align: center;
	background-color: #357ebd;
	color: white;
}
}
.margins li{
	margin:2%;

}
.moretwo{
	margin-top:2%;
}
.moretwo img{
	margin-top:2%;
}
.font{font-family:"SimHei";}