@charset "utf-8";
/* CSS重置 */
*{margin: 0;padding: 0;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
body {font-size: 14px;font-family: "Microsoft YaHei", "微软雅黑";color: #333333; background:#f2f6f8;min-width:1200px;margin:0 auto;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
img{	/*去除图片默认下边距*/vertical-align:middle;}
em,th {font-style: normal;font-weight: normal;}
ol, ul, li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
i, em{font-style: normal;}
input{outline:medium;}
a {
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	transition: all .6s ease-out;
	color: #333333;
	text-decoration: none;
}
a:hover {text-decoration: none;color:#2760B7;}
.w1200{width:1200px;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.hide{display:none;}
.block{display:block}

.container{width:1200px;margin:0 auto;padding:15px 0 30px}
/*头部*/
.header{width:100%;height:189px; background:url(../images/head_bg.jpg) center no-repeat ;overflow:hidden;}
.top{margin-top:10px;overflow:hidden;}
.top a{display:inline-block;padding:0 10px;height:22px;border-radius:11px; background:rgba(0,0,0,.3);color:#fff; text-align:center;margin-left:15px;line-height:22px;}
.lsBox{margin-top:28px}
.search{width:328px;height:36px; background:#fff;border-radius:18px;margin-top:10px;}
.search select{float:left;height:32px;line-height:32px;border: none;float:left;outline:none;padding:0 5px;margin-left:10px;border-radius:50%;}
.search input{float:left;height:36px;line-height:36px;border:none;padding:0 10px;}
.search .searchbtn{display:block;float:right; background:url(../images/search.png) center no-repeat;width:36px;height:36px;margin-right:10px;}
.navwrap{width:100%;height:60px; background:#2760B7;}
.nav ul li{float:left;width:150px; text-align:center;line-height:60px;font-size:18px;color:#fff; background:url(../images/navli.png) center right no-repeat; }
.nav ul li:last-child{background:none;}
.nav ul li a{color:#fff;display:block}
.nav ul li.on a{ background:url(../images/navli_on.png) center no-repeat;}
.nav ul li:hover a{background:url(../images/navli_on.png) center no-repeat;}

/*底部*/
.footer{background:#fff;border-top:3px #2760b7 solid;}
.link{border-top:1px #ddd solid;border-bottom:1px #ddd solid;height:44px;margin:20px auto;}
.link .link_item{float:left;width:25%;border-right:1px #ddd solid;margin:10px 0;height:24px;}
.link .link_item:last-child{border-right:none;}
.link .link_item select{width:270px;padding-left:50px;height:24px;border:none;outline:none;font-size:15px;}
.copyright{padding-bottom:20px;}
.copyright p,.copyright a{line-height:36px;color:#666;}
.copyright .fr a{margin-right:20px;}
.bottom{ background:#F8F8F8;height:50px;line-height:50px;}
.copyright a:hover{color:#2760B7}
.qtBox{float:left;color:#666;}
.qtBox a{color:#666;}
.qtBox a:hover{color:#2760B7}
.ewmBox{float:right;}
.ewmBox ul li{float:left;position:relative;margin-right:20px;margin-top:9px}
.ewmBox ul li .wx{ background:url(../images/wx.png) no-repeat; background-position:0 0;display:block;padding:16px;}
.wxewm{position:absolute;left:50%;top:-130px;margin-left:-65px;display:none;}
.ewmBox ul li .wb{ background:url(../images/wb.png) no-repeat; background-position:0 0;display:block;padding:16px;}
.ewmBox ul li .wx:hover,.ewmBox ul li .wb:hover{background-position:0 -32px;}
.ewmBox ul li:hover .wxewm{display:block}
.wxewm img{width:120px;height:120px;}

/*分页*/
.pageBox{ text-align:center;padding:40px;}
.pageBox a.previous,.pageBox a.next{width:66px;}
.pageBox a{display:inline-block;width:36px;height:36px;border:1px #ddd solid;border-radius:3px;line-height:36px;margin:0 1px}
.pageBox a.curr{ background:#2760B7;color:#fff !important;border:1px #2760B7 solid;}
.pageBox a:hover{border:1px #2760B7 solid;color:#2760B7}