
body {
	font-family:SourceHanSansCN-Light,Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	
	overflow: auto;
}
	.nav-box{
		display: flex;
    	justify-content: flex-end;
    	align-items: center;
	}
	
	.en-a:link{color: black}

	.en-a:visited{color: black}
	
	.en-a:hover{color: black;}
	
	.en-a:active{color: black}

	.inner-menut{
		overflow: hidden;
		height: 0;	
		position: absolute;
		background: #004DA0;
		-webkit-transition: all .3s ease;
    	-moz-transition: all .3s ease;
    	transition: all .3s ease;
	}
.nav-box ul li:nth-of-type(2) .inner-menut.on{
		height: 240px;
	}
	.nav-box ul li:nth-of-type(3) .inner-menut.on{
		height: 80px;
	}
	.inner-menut ul,.inner-menut li{
		list-style: none;
	}
	
	.inner-menut li{
		width: 100%;
		margin: 0 !important;
		padding: 0 10px !important;
	}
	.inner-menut li a{
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: justify;
    	text-align-last: justify;
	}
	.inner-menut li a:hover{
		color: #009FE8;
	}
	.active-child{
		
	}
	.nav-box .nav-ul .active .child-link:after{
		background-color:none;
	}
	.inner-menut li a{
		font-size: 14px;
	}
*{padding: 0;margin: 0;}
.fl{float:left;display: inline;}
.fr{float: right;display: inline;}
.clearfix{*zoom: 1;}
.clearfix:after{ display: block; content: ""; height: 0;line-height: 0;visibility: hidden; clear: both;}
/*tab 切换*/
.tab_title{ line-height: 30px; border-bottom: 1px solid #ccc; width: 360px;margin: 0 auto;}
.tab_title a{ display: inline-block; font-size: 16px;color: #333; text-decoration: none; margin-right: 20px;}
.tab_title a.active{color: red;}
.tab_content{width: 340px; padding:5px 10px;margin: 0 auto; border: 1px solid #ccc; height: 120px;}
/*文字滚动*/
.moveScroll{ width: 360px; height: 120px; border: 1px solid #ccc; margin: 50px auto;}
.moveparent{ width: 330px;height: 90px;overflow: hidden; margin:15px auto;}
.moveScroll .content{  color: #333; }
/*文本输入框*/
.inputText{ width: 320px; padding:10px; line-height: 22px;margin: 10px auto;display: block;color: #999;}
/*幻灯片*/
 .wrapper {
  width: 324px;
  height: 325px;
  _height: 321px;
  position: relative;
  z-index: 1;
  margin: 20PX auto;
}
 .wrapper .main {
  width: 324px;
  height: 222px;
  overflow: hidden;
}
.wrapper li {
  float: left;
  display: inline;
}
.wrapper ul img {
  width: 324px;
  height: 222px;
  position: relative;
  z-index: 1;
}
.wrapper ul span {
  position: absolute;
  display: block;
  text-align: center;
  width: 324px;
  height: 20px;
  overflow: hidden;
  bottom: 10px;
  left: 0;
}
.wrapper ol {
  margin-right: -4px;
  height: 58px;
  *zoom: 1;
}
.wrapper ol:after {
  display: block;
  content: "";
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper ol img {
  width: 78px;
  height: 52px;
  margin: 6px 4px 0 0;
}
.wrapper ol li {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.wrapper ol .active {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* .computer_left,
.computer_right{position: fixed;top: 50%;bottom: auto;transform: translate(0,-50%);z-index: 1000;} */
.computer_left,
.computer_right{position: fixed;bottom: 0;z-index: 10000;}
.computer_left{left: 0;right: auto;}
.computer_right{left: auto;right: 0;}

.nav-box .nav-ul .active b:after{
	background-color:#009FE8;
	width: 100%;
}

.nav-box ul li b{
	color:black;
}
/*.nav-box{
	width: 900px;
}*/
.met-head{
	padding: 0 40px 0 40px;
	background-color: white;
	height: 90px;
	line-height: 90px;
	top:-200px;
	-webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
	opacity: 0;
	min-width: 1200px;
}

.nav-box ul li{
	margin: 0 .1rem;
}
.met-head.move{
	opacity: 1;
	top:0px;
	z-index: 9999;
}
.nav-logo img {
	
}
.nav-side hr{
	background:black;
}
.nav-side {
	top: 30px;
}
.foot_info_met_11_4 .met-footnav .list h4 a,.foot_info_met_11_4 .met-footnav .list ul li a{
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: white;
}
.main-content{
	padding-top: 100px;
}
.nav-box ul li b{
	font-size: .18rem;
}
.nav-box .language{
	border: 1px solid #999;
   border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 0px 2px;
    line-height: normal;
    height: auto;
	width: 27px; height: 29px;
	line-height: 29px;
	
	margin-left: 10px;
}
.nav-box .language.on{
	background: #009FE8;
	border: 1px solid #009FE8;
	color: white;
}

.page-main-content{
	margin-top: 90px;
}
.met_pager a.active{
				background: #004CA1;
			    border-color: #004CA1;
			    color: #ffffff;
			}
	.en-a{
		
		width: 100%;
		height: 100%;
	}
@media (max-width:1366px) {
	.page-main-content{
		margin-top: 75px;
	}	
	.nav-box ul li b,.nav-box .language{
		font-size: 14px;
	}
	/*.nav-box ul li a b{
		font-size: 15px;
	}	
	.nav-box .language{
		font-size: 15px;
	}*/
	/*.nav-box{
		width: 630px;
	}*/
	.met-head{
		height: 75px;
		line-height: 75px;
	}
	.nav-logo img {
		width: 200px;
	}
	.nav-side {
		top: 22.5px;
	}
	.main-content{
		padding-top: 75px;
	}
	.p-y-20 {
	    padding-top: 5px!important;
	    padding-bottom: 5px!important;
	}
	.p-b-20{
		padding-bottom: 5px!important;
	}
	.foot_info_met_11_4 .met-footnav .list h4 a{
		font-size: 15px;
	}
	.foot_info_met_11_4 .met-footnav .list ul li a{
		font-size: 12px;
	}
	.foot_info_met_11_4{
		line-height: initial;
	}
}
.inner_cultyue_bg{ width: 1200px; height: 790px; background: url(../Image/cultrue_bg.png) no-repeat bottom;}		
.inner_cultrtue_l{ margin-left: 20px;}
.inner_cultrue_r{ margin-top: 180px;}
.inner_cultrue_r_pic ul li{ float: left; width: 93px; color: #fff; margin-right: 15px; }
.inner_cultrue_r_pic ul li .inner_pic_tit{ border: 1px solid #fff; padding: 10px; text-align: center; font-size: 12px;}
.inner_ciltrue_tit{ color: #fff; margin-top: 20px; margin-bottom: 10px;} 
.clear{ clear: both;}
.inner_ciltrue_tit2{ color: #fff; margin-top: 30px; margin-bottom: 10px; text-align: left;}
.inner_r_bot{ color: #fff; font-size: 18px; margin-top: 20px;}

.brand_bg{ width: 1200px; height: auto; margin: 0px auto;}
.brand_bg_l ul li{ width:570px; height: 109px; color: #fff; text-align: center; font-size: 16px; margin-bottom: 12px;}
.brand_bg_l ul li:nth-of-type(odd){ background: #1f4d82;}
.brand_bg_l ul li:nth-of-type(even){background: #548ed4;}
.brand_bg_l ul li .brand_bg_l_tit_f{ font-weight: bold; padding-top: 15px;}

.brand_r{ width: 630px;}
.brand_r ul li{ float: left; margin-left: 10px; margin-bottom: 10px;}
.brand_r ul li img{ width: 200px;}


