@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:30px;}
.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;}
.search{ float:right; margin-top:50px; 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:120px; line-height:50px; font-size:16px; text-align:center; }
		.nav .sub{ display:none; width:100px; 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:100px; 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;}

/*导航 结束*/


/*友情链接 开始*/
.yqljbg{ background-color:#2366a7; width:100%; min-width:1200px; margin-top:20px;}
.yqlj{ width:1200px; margin:0 auto; padding-top:20px;}

.yqname{ float:left; color:#fff; font-size:20px; margin-left:30px;}
.link{ float:right; width:1060px;}
.link ul li{ float:left; margin-left:20px; width:240px;}
.link ul li select{ border:1px solid #fff; background-color:transparent; width:240px; height:30px; color:#fff; padding-left:10px; background:url(../images/jt.png) no-repeat 210px center; -webkit-appearance: none; -moz-appearance: none;}
.xlk{ width:240px !important; height:30px !important; background-color:#f8f8f8 !important; border:1px solid #fff !important; color:#333; margin-top:30px;}
.link ul li select option+option{ color:#333;}
select::-ms-expand { display: none; }
select::-moz-expand { display: none; }
select::-webkit-expand { display: none; }
/*友情链接 结束*/



/*版权 开始*/
.footerbg{ width:100%; min-width:1200px; background-color:#2366a7; padding-top:20px;}
.footer{ width:1200px; margin:0 auto; padding:20px 0;}
.footer p{ color:#fff; text-align:center; font-size:14px; line-height:26px;}


/*版权 结束*/