body,a,h1,h2,h3,h4,h5,ul,li{
	margin: 0;
	padding: 0;
}
a,h1,h2,h3,h4,h5{
	font-family: "微软雅黑";
}
body{
	border-top: 10px solid #b20512;
        background: #f9f9f9;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
        color:#333;
}
#wrepper{
	
}
#header{
	height: 40px;
	width: 1300px;
	margin-top: 10px;
	margin:0 auto; 
}
#search{
	width: 300px;
	height:40px;
	display: inline-block;
	float:right;
}
#mode{
	height:40px;
	display: inline-block;
	float:right;
}
#mode a{
	width: 150px;
	height:40px;
	text-decoration:  none;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	font-size:px;
	color: #333;
}
#nav{
	height: 60px;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 40px;
        position:relative;
        z-index:2;
}
#navImg{
	float: left;
}
#navUl{
	float: left;

}
.box {
width: 110px;
height: 49px;
margin:0px auto;
position:relative;
float: left;
margin-left: 10px;
border-bottom: 2px solid #b20512;
font-weight:bold;
}
.nav_ul_ul{
	display: none;
}
.nav_ul_ul li{
	width: 110px;
	height: 45px;
	background: #efefef;
}
.nav_ul_ul li a:hover{
	background:#444;
	color: white;
        
}
.nav_ul_ul li a{
	color: #333;
	width: 110px;
	text-align:center;
	line-height: 45px;
}
.box:hover .nav_ul_ul{
	display: block;
}
.box a{
	display: block;
	line-height: 50px;
	width: 110px;
	height: 50px;
	text-align:center;
	color: #333;
	font-size: 15px;
        font-weight:bold; 
}
.box .border-left {
width:2px;
height:0px;
background:#b20512;
position:absolute;
left:-1px;
bottom:0;
}
.box .border-bottom {
width:0px;
height:2px;
background:#b20512;
position:absolute;
left:0;
bottom:0px;
}
.box .border-top {
width:0px;
height:2px;
background:#b20512;
position:absolute;
right:0;
top:0px;
}
.box .border-right {
width:2px;
height:0px;
background:#b20512;
position:absolute;
right:-1px;
top:0;
}
#bannar{
	width: 1400px;
	height: 450px;
	
        /*本代码由信息工程系郭廓独家打造 ， 请勿擅自更改  background:url(../images/banimg.jpg) no-repeat;*/
	background-size:100% 100%;
	transition: box-shadow 0.8s;
        position:relative;
        z-index:1;
        margin: 0 auto;
}
#bannar：hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}
#content{
	width: 1400px;
	height: 950px;
	margin: 0 auto;
        margin-top:10px;
}
#main{
	width: 1000px;
	height: 950px;
	float: left;
}
/*内容块*/
.con_block{
	width: 460px;
	height:308px;
	float: left;
	margin: 5px 20px 10px 10px; 
    transition: box-shadow 0.8s;
    border: 1px solid #e0e0e0;
    border-radius:1vw;
    box-shadow: 0 3px 1px rgba(0,0,0,.40);
}
.con_block1{
	width: 460px;
	height:330px;
	float: left;
	margin: 5px 20px 10px 10px; 
    transition: box-shadow 0.8s;
    border: 1px solid #e0e0e0;
    border-radius:1vw;
    box-shadow: 0 3px 1px rgba(0,0,0,.40);
}
.con_block_video{
	width: 460px;
	height:308px;
	float: left;
	margin: 5px 20px 10px 10px; 
}
.con_block:hover{
	border-radius:1vw;
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}
.title{
	height:50px;
	width: 460px;
}
.title_one{
	width: 300px;
	height: 50px;
	float: left;
	background:#b20512;	
	color: white;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	letter-spacing:5px;
	font-weight: bold;
	border-radius:1vw 0 0 0;
}
.title_more{
	width: 160px;
	height: 50px;
	float: left;
	background: #eee;
	color:#333;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border-radius: 0 1vw 0 0;
}
.what{
    width:460px;
}
#side{
	width:400px;
	height: 830px;
	float: left;
	margin-top: 15px;                              
}

.side_con{
	width: 280px;
	height: 300px; 
	background: #faf7d9;
	margin:0 auto;
	margin-top:30px;
	border-radius:0 0 10px 10px;
}

.vx{
	width: 300px;
	padding-top: 10px;
	margin:30px auto;
}
.vx_img{
	width: 300px;
	height:140px;
}
.vx_img img{
	width: 49%;
	height: 100%;
}
.vx_text{
	width: 300px;
	height: 30px;
	margin-top: 5px;
}
.vx_text span{
	padding-left: 40px;
}

/*addaddaddaddadd*/
.side_con_title{
	height: 60px;
	width: 280px;
	background:#b20512;
	border-radius:10px 10px 0 0;
}
.side_con_title span{
	display: block;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: white;
	font-size: 18px;
	letter-spacing:9px;
        font-weight:bold;
}


#side_ul{
	list-style: none;
	width: 280px;
}
#side_ul li{ 
	width: 280px;
	height: 45px;
	margin-top: 10px;
}
#side_ul li a{
	display: block;
	width: 280px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #333;
	letter-spacing:8px;
        font-weight:bold;
}

.jzfc{
	width: 1400px;
	height: 40px;
	margin: 0px auto;
	margin-top: 50px;
	background-color: #b20512;
        color: #ffffff;
        text-align: center;
        line-height: 40px;
	font-size: 18px;
	border-radius:15px 15px 0 0;
}

.out{
        width: 1400px;
	height: 150px;
	margin: 0 auto;
	border-radius:0 0 15px 15px;
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
}
.conimg{
	width: 3000px;
	height: 150px;
	overflow: hidden;
	animation: move 30s linear infinite normal;
	animation-fill-mode:forwards;
}
.conimg:hover{
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
@keyframes move{
	0%{transform:translateX(0px);}
	100%{transform:translateX(-1250px);}
}
 
.conimg li{
	float: left;
	list-style: none;
	overflow: hidden;
	padding-left: 5px;
}
.conimg img{
	float: left;
	width: 200px;
	height: 150px;
}




#footer{
	width: 100%;
	height: 165px;
	background: #f9f9f9;
	border-top:1px solid #dfdede;
	margin-top: 30px;
}
#footer_center{
	width: 1250px;
	margin: 0 auto;
	padding-top:40px;
}
#blue{
	float: left;
	padding-left:80px; 
}
#footer_content{
	width: 750px;
	float: left;
	padding:15px 0 0 10px; 
}
#footer_content p{
	margin:5px;
	font-size: 14px;

}
#footer_img{
	float: left;
	padding-left:10px; 

}
#footer_img img{
	padding-left: 10px;
}
.list_left_img{
	width: 250px;
        height:225px;
	margin-left:10px;
	margin-top: 30px;
        background: url(../images/side_banner.png);
	background-size: 100% 100%;
}
.clear{
	clear: both;
}
	                   	/*本代码由信息工程系郭廓独家打造 ， 请勿擅自更改*/

	                   	/*本代码由信息工程系郭廓独家打造 ， 请勿擅自更改*/

	                   	/*本代码由信息工程系郭廓独家打造 ， 请勿擅自更改*/

	                   	/*本代码由信息工程系郭廓独家打造 ， 请勿擅自更改*/