body,header,article,section,aside,footer,nav,div,img,p,ul,ol,li,span,label,input,em,i,table,tr,td,a,h1,h2,h3,h4,h5,table,tr,th,td,theader,tbody{
	padding: 0;
	margin: 0;}
body{
 	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	background: #FFFFFF;}
.contain{
	width:1200px;
	margin:0 auto;
	position: relative;}

.contain2{
	position: relative;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	height: 160px;
}
img{
	border: none;}
a{
	color: #333333;
	text-decoration: none;}
/*一行多余显示...*/
.only-line{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
/*两行多余显示...*/
.only-two-line{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
display: box;
line-clamp: 2;
box-orient: vertical;}
/*三行多余显示...*/
.only-three-line{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
display: box;
line-clamp: 3;
box-orient: vertical;}
/*头部*/
.header{
	width: 100%;
	height: 115px;
	position: relative;
	background-color: #0057AA;
}
.header .header-top{
	width: 100%;
	height: 80px;}
.header .header-top .school-logo{
	width: 530px;
	float: left;}
.header .header-top .school-logo img{
	width: 550px;
	height: 60px;
	font-size: 0;
	margin-top: 15px;
	float: left;
}
.header .header-top .school-logo .name{
	color: #FFFFFF;
	float: right;
	width: 300px;
	font-size: 20px;
	padding-left: 15px;
	margin-top: 30px;
	letter-spacing: 1px;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
}
.mheader-bottom {
    display: none;}
.header .header-top .right-search{
	width: 301px;
	float: right;
	margin-top: 23px;}
.header .header-top .right-search .search{
	width: 200px;
	height: 25px;
	float: left;
	position: relative;
	background: #FFFFFF;
	-webkit-border-radius: 4px 4px;
	border-radius: 4px 4px;
	padding-left: 5px;}
.header .header-top .right-search .search input{
	height: 25px;
	line-height: 25px;
	border: none;
	outline: none;}
.header .header-top .right-search .search input[type='text']{
	width: 165px;}
.header .header-top .right-search .search input[type='submit']{
	width: 35px;
	/*float: right;*/
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	background: url(images/search.png) no-repeat center center;}
.header .header-top .right-search .btns{
	float: right;
	height: 25px;
	border-left: 1px solid #FFFFFF;
	padding-left: 12px;}
.header .header-top .right-search .btns .btn{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	text-align: center;
	float: left;
	display: block;
	border: 1px solid #FFFFFF;
	font-size: 12px;}
.header .header-top .right-search .btns .en{
	color: #720808;
	background: #FFFFFF;
	margin-right: 5px;}
.header .header-top .right-search .btns .cn{
	color: #FFFFFF;}
.header .header-bottom{
	width: 100%;
	height: 35px;
	line-height: 35px;}
/*---------nav导航菜单部分begin---------*/
/*---修改begin---*/
.header .header-bottom ul.nav{
	/*float: right;*/
	/*width: 800px;*/
	height: 35px;
	position: relative;
	z-index: 666;
	list-style: none;
	background-color: #014979;
}
.header .header-bottom ul.nav li{
	float: left;
	position: relative;
	/*width: 78px;*/
	width: 9.8%;
	border-left: 2px solid #014979;
	height: 35px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;}
/*---修改---*/
.header .header-bottom ul li a{
	color: #FFFFFF;
	overflow: hidden;
	font-size: 14px;
	display: block;}
.header .header-bottom ul.nav li.active,.header .header-bottom ul.nav li:hover{
	background-color: #0282D7;
}
.header .header-bottom ul.nav li img{
	width: 9px;
	margin-left: 3px;
	vertical-align: middle;}
.header .header-bottom ul.nav li ul.nav-list{
	position: relative;
	display: none;
	width: 145px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 10px;
	border-top: 1px solid #fff;
	background-color: #014979;
	z-index: 999;}
.header .header-bottom ul.nav li ul.nav-list li,.header .header-bottom ul.nav li ul.nav-list .third-nav{
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #0274BF;
}
.header .header-bottom ul.nav li ul.nav-list li{
	height: 35px;
	position: relative;
	border-top: 1px solid #014979;}
.header .header-bottom ul.nav li ul.nav-list li:hover{
	background-color: #0282D7;}
.header .header-bottom ul.nav li ul.nav-list li a,.header .header-bottom ul.nav li ul.nav-list .third-nav a{
	display: block;
	margin-left: 10px;}
.header .header-bottom ul.nav li ul.nav-list .third-nav{
	position: absolute;
	display: none;
	width: 145px;
	height: auto;
	float: right;
	left: 100%;
	top: 0px;
	z-index: 999;
	background-color: #014979;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #014979;
}
/*---------nav导航菜单部分end---------*/
/*底部*/
.footer{
	width: 100%;
	height: 120px;
	padding: 12px 0 20px;
	background: #373737;
	text-align: center;
	color: #FFFFFF;
	line-height: 2;
}

.footer a{
	color: #FFFFFF;}
.footer a:hover{
	text-decoration: underline;}
.footer a img{
	font-size: 0;
	margin-left: 18px;
	vertical-align: middle;}
.footer p a img{
    display:none;}
/*英文版header和footer部分样式*/
.header.enHeader .header-top .school-logo{
	width: 585px;}
.header.enHeader .header-top .school-logo .name{
	width: 357px;
	font-size: 20px;}
.header.enHeader .header-bottom ul.nav li{
	width:19.8% ;}
.header.enHeader .header-bottom ul.nav li ul.nav-list{
	width: 239px;
    margin-left: -2px;}
/*四级菜单样式*/
.header .header-bottom ul.nav li ul.nav-list .forth-nav{
position: relative;
display: none;
left: 145px;
top: -35px;}
.header .header-bottom ul.nav li ul.nav-list .third-nav.pushLeft{
left: -88%;}
.header .header-bottom ul.nav li ul.nav-list .third-nav.pushLeft .forth-nav{
left: -100%;}
.header.enHeader .menu-list .mthird-nav .mforth-nav li a{
text-indent: 90px;
background: #9c0205;}
/*footer 微信二维码*/
.footer{
	position: relative;
	background-color: #0168b7;
}
.footer .img-wrapper{
	position: relative;
	display:inline-block;
	*display:inline;
	*zoom:1;}
.footer .wx-logo{cursor: pointer;margin-right:10px;}
.footer .wx-code{
	display: none;
	position: absolute;
	/*width: 130px;*/
	height: 154px;
	bottom: -20px;
	left: 100%;
	animation: zoomIn 0.3s linear;}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);}

  50% {
    opacity: 1;}
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);}

  50% {
    opacity: 1;}
}
