@charset "utf-8";
/* CSS Document */
/*重置*/

body,div,p,ul,li,h1,h2,h3,h4,h5,h6,input,ul,li{ margin:0; padding:0;}
body{ background-color:#f6f6f6;}
a{ text-decoration:none;}
*{ font-family:"Microsoft Yahei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:none;}


/*重置*/

/*top头部 开始*/
.topbg{ width:100%; min-width:1200px; background:url(../images/logo_bg.png) no-repeat center center; height:202px;}
.top{ width:1200px; margin:0 auto; }
.logo{ margin-top:50px;}
.language{ padding-top:10px;}
.language ul li{ float:left; margin-right:20px; width:40px;}
.language ul li a{ color:#fff; font-size:14px;}

.logo{ float:left; margin-left:-120px;}
.search{ float:right; margin-top:70px; width:280px;}
.searchtext{ float:left; background:url(../images/search-txt.png) no-repeat left center; width:214px; height:40px; padding-left:20px; border:none; color:#fff; font-size:14px; }
.searchbtn{ float:right; width:46px; height:40px;}



/*top头部 结束*/

/*导航 开始*/
.nav_bg{ background-color:#054b90; width:100%; min-width:1200px;}
.nav{ width:1200px; margin:0 auto; height:50px; line-height:50px;   position:relative; z-index:1; }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left; position:relative; display:inline;}
		.nav .nLi h3{ float:left; text-align:center; font-weight:normal;}
		.nav .nLi h3 a{ display:block; width:133px; line-height:50px; font-size:16px; text-align:center; }
		.nav .sub{ display:none; width:323px; left:0; top:50px;  position:absolute; background-color:#eaeaea;  line-height:50px; padding:10px;}
		.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; width:323px; font-size:14px; text-align:center; text-align:center; color:#333;  border-bottom:1px dashed #333; }
		.nav .sub a:hover{  color:#054b90;}
		.nav .on{ background-color:#fff; color:#054b90;}
		.nav .on h3 a{ background-color:#fff; color:#054b90;}

/*导航 结束*/

/*版权 开始*/
.footerbg{ width:100%; min-width:1200px; background-color:#2366a7; margin-top:20px;}
.footer{ width:1200px; margin:0 auto; padding:20px 0;}
.footer p{ color:#fff; text-align:center; font-size:14px; line-height:26px;}


/*版权 结束*/