@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{ background-color:#293e86; width:100%; min-width:1200px; height:10px;}

/*top 结束*/

/*header 开始*/
.headerbg{ width:100%; min-width:1200px; background-color:#3754b2;}
.header{ width:1200px; margin:0 auto;}
.logo{ float:left; margin-top:30px; margin-bottom:30px;}

.search{ float:right; margin-top:50px; width:208px;}
.searchtext{ float:left; background:url(../images/search_txt.png) no-repeat left center; width:150px; height:30px; padding-left:20px; border:none; color:#fff; font-size:12px; }
.searchbtn{ float:right; width:38px; height:30px;}
.search{ float:right;}

/*header 结束*/

/*nav start*/
.nav_bg{ background-color:#e5e5e5; width:100%; min-width:1200px;}
.nav{ width:1200px; margin:0 auto; height:55px; line-height:55px;   position:relative; z-index:1;  position:relative;}
		.nav a{ color:#333;  }
		.nav .nLi{ float:left; display:inline;}
		.nav .nLi h3{ float:left; text-align:center; font-weight:normal;}
		.nav .nLi h3 a{ display:block; width:133px; line-height:55px; font-size:16px; text-align:center; }
		.nav .sub{ display:none; width:1200px; left:0; top:55px;  position:absolute; background-color:#fff;  padding:10px;}
		.div1{ float:left; margin-left:50px;}
		.div2{ float:left; margin-left:50px; width:900px;}
		.div2 ul li{ float:left; margin-left:80px; width:188px; text-align:left;}
		.div2 ul li a{ color:#333; font-size:14px;}
		.div2 ul li a:hover{ color:#3754b3;}
		
		/*.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; width:113px; font-size:14px; text-align:center; text-align:center; color:#fff;  border-bottom:1px dashed #fff; }
		.nav .sub a:hover{  color:#2bad41;}*/
		.nav .on{ background-color:#fff; color:#333;}
		.nav .on h3 a{ background-color:#fff; color:#333;}

/*nav end*/

/*banner start*/
.banner{ width:100%; min-width:1200px;}
.slideBox{ width:100%; overflow:hidden; position:relative; margin:0 auto;}
		.slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:50%; bottom:30px; z-index:1; margin-left:-240px; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
		.slideBox .hd ul li{ float:left; margin-right:20px; width:80px; height:10px; background-color:#323232; cursor:pointer; z-index:99; }
		.slideBox .hd ul li.on{ background:#f00; }
		.slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; height:450px; }
		.slideBox .bd img{ width:100%; height:100%; display:block;  }


		.slideBox .prev{ position:absolute; left:5%; top:50%; margin-top:-50px; display:block; width:50px; height:50px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
		.slideBox .next{ position:absolute; left:5%; top:50%; margin-top:-50px; display:block; width:50px; height:50px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		/*.slideBox .prev{ background:url(../images/left-arrow.png) no-repeat center center; left:520px; top:50%; margin-top:-200px; display:block; width:50px; height:50px; filter:alpha(opacity=50); opacity:0.5;}
		.slideBox .next{ background:url(../images/right-arrow.png) no-repeat center center; right:520px; top:50%; margin-top:-200px; display:block; width:50px; height:50px; filter:alpha(opacity=50); opacity:0.5;}*/
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;}
		.slideBox .nextStop{ display:none;}
/*banner end*/


/*专题网 开始*/
.part3_bg{ width:100%; min-width:1200px; background-color:#e5e5e5; margin-top:20px; padding-top:20px; padding-bottom:20px;}
.picScroll-left{ width:1200px; margin:0 auto;  overflow:hidden; position:relative;    }
		
		
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:284px; height:142px; display:block; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }
/*专题网 结束*/


/*页脚 开始*/
.footerbg{ background-color:#3754b3; padding-bottom:30px; }
.footer{ width:1200px; margin:0 auto;}
/*友情链接 开始*/
.yqlink{ padding-top:30px;}
.yqname{ float:left; color:#fff; font-size:20px; margin-left:30px;}
.link{ float:right;}
.link ul li{ float:left; margin-left:10px; width:200px;}
.link ul li select{ border:1px solid #fff; background-color:transparent; width:190px; height:30px; color:#fff; padding-left:10px; background:url(../images/jt.png) no-repeat 160px center; -webkit-appearance: none; -moz-appearance: none;}

.link ul li select option+option{ color:#333;}

select::-ms-expand { display: none; }
select::-moz-expand { display: none; }
select::-webkit-expand { display: none; }
/*友情链接 结束*/


.part4{ margin-top:50px;}
/*二维码 开始*/
.ewm{ width:390px; float:left; padding:40px 0 0 0;}
.ewm div{ width: 130px; float: left; text-align: center;}
.ewm div span{display: block; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff;}
/*二维码 结束*/

/*底部logo*/
.bottom-logo{ margin-top:20px; float:left; margin-left:50px;}

/*底部logo*/

/*版权*/
.copyright{ float:right; color:#fff; font-size:12px; line-height:26px;  margin-top:30px;}
.c2{ float:right; margin-right:140px;}
.c2 a{ display:inline-block; margin-left:20px;}
/*版权*/

/*页脚 结束*/