﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	color: #333;
	font-family: "微软雅黑";
	background: #fff;
}

a {
	text-decoration: none;
	outline: none;
}
body:hover a{
	text-decoration: none;
	outline: none;
}
ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

.clear {
	clear: both;
}
#centent{
	 background-size: 100%;
     background-attachment: fixed;
     width: 100%;
}
/*导航栏*/
#menu {
	margin:0px auto;
	display:block;
	width:1200px;
}
.nav_box{
	max-width: 100%;
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 20px auto;
	color: #022b6b;
	font-size: 1.6rem;
}
.nav_box ul li {
	float: left;
}
.logo{
	width: 200px;
	float: left;
	margin-top: 10px;
}

#nav{
	width: 850px;
	margin-top: 25px;
	display: block;
	float: right;	
}
#nav a{
	width: 70%;	
	height: 30px;
	line-height: 30px;
	color: #000;
	display: block;
        margin:0 auto 4px auto;
  
}

#nav li{
	width: 120px;
	text-align: center;
	
}
#nav .mainlevelactive a{
	width: 70%;
	height: 30px;
	line-height: 30px;
	color: #176eb4;
	text-align: center;
	display: block;
	text-decoration: none;
       
}
#nav .mainlevel:hover a{
	width: 70%;
	height: 30px;
	line-height: 30px;
	color: #176eb4;
	text-align: center;
	display: block;
	text-decoration: none;
	
}

#nav .mainlevel ul{
	position: absolute;
	display: none;
	width: 120px;
	overflow: hidden;
	z-index: 9999;
}
#nav .mainlevel li {
	width: 80%;
	clear: both;
    display: block;
    padding:0 0 0 10%;
        
}
#nav .mainlevel:hover li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
                  background-color:rgba(238,238,238,0.5);
	color: #333;
                  font-weight:normal;
	text-align: center;
	display: block;
	margin: 1px auto;
	text-decoration: none;
    border:none;
       
}

#nav .mainlevel li a:hover{
	width: 100%;
	background-color: #6eb5dd;
                   background-color:rgba(110,181,221,0.5);
	color: #fff;
	background-image: none;
	text-decoration: none;
    border:none;
}
#nav li a em
/*input an em tag as a space*/

{
	padding: 0 3px;
}

.Triangle_con {
	height:9px;
	background:url(../img/bird.png) 36px 0 no-repeat;
	display:block;
	_margin-bottom:-6px;/*IE6 only*/
}


/*标题*/

.title{
	margin-top: 40px;
	text-align: center;
}
.title img{
	display: block;
	margin:0 auto;
}
.title span{
	color: ##4d4d4d;
	font-size: 1.6rem;
	line-height: 50px;
	display: block;
}

/*校企共建标题*/
.pro_title{
	width: 62.5%;
	border-bottom: 2px solid #ccc;
	margin: 30px auto; 
}
.pro_title h3{
	font-size: 2.4rem;
	margin-bottom: 10px;
	color: #0162B0;
	display: inline-block;
}
.pro_title span{
	font-size: 1.8rem;
	color: #0162B0;
	margin-left: 5px;
}
/*底部*/


.footer_box{
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 45px 0;
	background: #373c47;
}
.footer_nav{
	width: 62.5%;
	margin: 0 auto;
	color: #fff;
	padding-left: 20px;
}
.footer_nav table{
	width: 100%;
}
.footer_nav li{
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.4rem;
	margin: 20px auto;
}

.footer_nav li a{
	color: #fff;
}
.footer_nav1 {
	width: 30%;
}
.footer_nav2 {
	padding: 0 20px 0 0;
}
.footer_nav3 {
	width: 40%;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	padding: 0 35px;
}
.footer_nav table th{
	font-size: 1.6rem;
	text-align: left;
}
.footer_nav table th:last-child{
	padding: 0 20px 0 40px;
}
.footer_nav table td img{
	display: block;
	margin: 10px auto;
}
.footer_nav .footer_ewm li{
	text-align: center;
}
.footer_box1{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #2d3139;
}
.footer_box1 p{
	font-size: 1.6rem;
	margin: 0 auto;
	color: #fff;
	display: block;
	text-align: center;
	padding: 30px 0;
}
.footer_box1 a{
	font-size: 1.6rem;
	color: #fff;
}

/*
@media only screen and (min-width: 1080px) and (max-width: 1600px) {
.logo{
	width: 18%;
	float: left;
	margin-top: 20px;
}

.logo img{
	width: 80%;
}

#nav{
	width: 82%;
	margin-top: 40px;
	display: block;
	float: right;	
}
#nav a{
	width: 70%;	
	height: 30px;
	line-height: 30px;
	color: #000;
	display: block;
        margin:0 auto 4px auto;
}

#nav li{
	width: 100px;
	text-align: center;
	
}
#nav .mainlevelactive a{
	width: 70%;
	height: 30px;
	line-height: 30px;
        border-bottom:2px solid #000;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
        font-weight:bold;
}
#nav .mainlevel:hover a{
	width: 70%;
	height: 30px;
	line-height: 30px;
        border-bottom:2px solid #000;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
        font-weight:bold;
}

#nav .mainlevel ul{
	position: absolute;
	display: none;
	width: 100px;
	overflow: hidden;
	z-index: 9999;
}
#nav .mainlevel li {
	width: 80%;
	clear: both;
        display: block;
       padding:0 0 0 10%;
}
#nav .mainlevel:hover li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
	color: #333333;
	text-align: center;
	display: block;
	margin: 1px auto;
	text-decoration: none;
        border-radius:2px;
       border:none;
}

#nav .mainlevel li a:hover{
	width: 100%;
	background-color: #333333;
	color: #fff;
	background-image: none;
	text-decoration: none;
        border-radius:2px;
        border:none;
}
.Triangle_con {
	height:9px;
	background:url(../img/bird.png) 26px 0 no-repeat;
	display:block;
	_margin-bottom:-6px;/*IE6 only*/
}
/*
.footer_nav1 {
	width: 30%;
}
.footer_nav2 {
	padding: 0 25px 0 0;
}
.footer_nav3 {
	width: 48%;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	padding: 0 35px;
}
}*/














