*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #525252;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #525252;
}
a:hover{
	color: #1e78bf;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#3077c0;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#3077c0;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.head{
	height: 204px;
}

.head{width:100%; height:204px; overflow:hidden; position:relative;}
.head .bd{ position:relative; height:100%; z-index:0;}
.head .bd ul{margin: 0 auto;}
.head .bd li{ zoom:1; vertical-align:middle;width:100%; height:204px;}

.headbar{
	border-bottom: 1px solid #e1ebf1;
	height: 51px;
}
.nav li{
	float: left;
	margin-right: 15px;
	text-align: center;
	margin-top: 5px;
}
.nav li a{
	font-size: 15px;
	color: #015293;
	display: block;
	position: relative;
	height: 46px;
	line-height: 46px;
	width: 80px;
	padding-left: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav li a::before{
	display: block;
	content: "";
	width: 30px;
	height: 25px;
	position: absolute;
	left: 12px;
	top: 10px;
}
.nav li:nth-child(1) a::before{
	background: url(../images/nav.png) 0 0;
}
.nav li:nth-child(2) a::before{
	background: url(../images/nav.png) -30px 0;
}
.nav li:nth-child(3) a::before{
	background: url(../images/nav.png) -60px 0;
}
.nav li:nth-child(4) a::before{
	background: url(../images/nav.png) -90px 0;
}
.nav li:nth-child(5) a::before{
	background: url(../images/nav.png) -120px 0;
}
/*.nav li:nth-child(6) a::before{
	background: url(../images/nav.png) -150px 0;
}*/
.nav li:nth-child(6) a::before{
	background: url(../images/nav.png) -180px 0;
}
.nav li:nth-child(7) a::before{
	background: url(../images/nav.png) -210px 0;
}



.nav li:hover a,.nav li a.hover{
	background: #3077c0;
	color: #fff;
}
.nav li:nth-child(1):hover a::before,.nav li:nth-child(1) a.hover::before{
	background: url(../images/nav.png) 0 -32px;
}
.nav li:nth-child(2):hover a::before,.nav li:nth-child(2) a.hover::before{
	background: url(../images/nav.png) -30px -32px;
}
.nav li:nth-child(3):hover a::before,.nav li:nth-child(3) a.hover::before{
	background: url(../images/nav.png) -60px -32px;
}
.nav li:nth-child(4):hover a::before,.nav li:nth-child(4) a.hover::before{
	background: url(../images/nav.png) -90px -32px;
}
.nav li:nth-child(5):hover a::before,.nav li:nth-child(5) a.hover::before{
	background: url(../images/nav.png) -120px -32px;
}
/*.nav li:nth-child(6):hover a::before,.nav li:nth-child(6) a.hover::before{
	background: url(../images/nav.png) -150px -32px;
}*/
.nav li:nth-child(6):hover a::before,.nav li:nth-child(6) a.hover::before{
	background: url(../images/nav.png) -180px -32px;
}
.nav li:nth-child(7):hover a::before,.nav li:nth-child(7) a.hover::before{
	background: url(../images/nav.png) -210px -32px;
}

.top_search{
	margin-top: 8px;
	position: relative;
}
.top_search input{
	width: 125px;
	border: 1px solid #e2e2e2;
	height: 36px;
	line-height: 36px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	box-sizing: border-box;
	padding-left: 35px;
	padding-right: 5px;
}
.top_search::before{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	left: 10px;
	top: 9px;
}
.top_search button{
	display: block;
	width: 55px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #3077c0;
	border: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}

.f1{
	margin-top: 30px;
	height:350px;
}
.g1{
	margin-top: 35px;
}
.g1{overflow:hidden; position:relative;}
.g1 .bd{ position:relative; height:100%; z-index:0;}
.g1 .bd ul{margin: 0 auto;}
.g1 .bd li{ zoom:1; vertical-align:middle;}
.g1 .bd li img{ width:1200px; height:110px;}

.g2{
	margin-top: 15px;
}
.g2 .bd li img{ width:1200px; height:192px;}

.tit{
	line-height: 22px;
	padding: 0 5px;
	border-bottom: 1px solid #e2e2e2;
	height: 32px;
}
.tit p{
	height: 22px;
	border-left: 4px solid #3077c0;
	padding-left: 10px;
	font-size: 18px;
	color: #333;
}
.tit ul{
	margin-left: 5px;
}
.tit li{
	float: left;
	color: #626262;
}
.tit li:first-child{
	color: #fff;
}
.tit li a{
	color: #626262;
}
.tit li a:hover{
	color: #1e78bf;
}
.tit a.fr{
	color: #727272;
	display: block;
}

.index_list{
	margin-top: 18px;
}
.index_list li{
	line-height: 33px;
	background: url(../images/dot.png) no-repeat left center;
	padding-left: 12px;
}
.index_list li span{
	color: #939392;
	float: right;
}

.f2{
	margin-top: 40px;
}
.f2_left{
	width: 850px;
}
.f2_left .index_list{
	margin-left: -55px;
}
.f2_left .index_list li{
	width: 380px;
	float: left;
	margin-left: 55px;
}
.member{
	width: 310px;
	height: 380px;
	background: #f0f0f0;
	padding: 23px 18px 0 20px;
	box-sizing: border-box;
}
.member form{ position:relative;}
.member_top{
	height: 30px;
	line-height: 30px;
}
.member_top p{
	font-size: 19px;
	color: #3077c0;
}
.member_top span{
	display: block;
	font-size: 15px;
	color: #3077c0;
}
.login{
	margin-top: 35px;
}
.login input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 16px;
	border-radius: 2px;
	position: relative;
	padding-left: 36px;
	box-sizing: border-box;
}
.login button{
	display: block;
	cursor: pointer;
	background: #3077c0;
	color: #fff;
	font-size: 17px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	margin-top: 30px;
	transition: all 0.3s;
}
.login button:hover{
	background: #2f538e;
}
.login .box{
	position: relative;
}
.login .box i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/user.png) no-repeat 0 0;
	z-index: 999;
}
.login .box2 i{
	background: url(../images/user.png) no-repeat -30px 0;
}
.box3 input{padding: 0 5px; text-align:center;}
.ts{display:none; color:#F25A04; padding-left:18px; height:20px; line-height:20px; background: url(../images/wrong.gif) no-repeat left center; position:absolute;top: -25px;}

.f3{
	margin-top: 35px;
}
.f3_left{
	width: 580px;
}
.hot_new{
	height: 105px;
	background: #f8f8f8;
	margin-top: 22px;
}
.hot_new img{
	width: 150px;
	height: 105px;
}
.hot_new .fr{
	width: 385px;
	padding-right: 15px;
}
.hot_new .fr span{
	display: block;
	font-size: 16px;
	color: #333;
	background: url(../images/dot.png) no-repeat center left;
	padding-left: 12px;
	line-height: 30px;
	margin-top: 12px;
}
.hot_new .fr p{
	color: #929293;
	line-height: 24px;
}
.hot_new:hover .fr span{
	color: #1e78bf;
}
.hot_new:hover img{
	opacity: 0.8;
}
.f3 .index_list{
	margin-top: 15px;
}

.f4{
	margin-top: 36px;
}
.f4 .index_list{
	margin-left: -60px;
}
.f4 .index_list li{
	float: left;
	width: 555px;
	margin-left: 60px;
}

.red{
	margin-top: 30px;
	height: 280px;
	background: #f8f8f8;
}
.red_left{
	width: 85px;
	height: 280px;
	background: url(../images/redl.png) no-repeat center;
}
.red .picMarquee-left{width:1100px;overflow:hidden; position:relative;box-sizing: border-box;padding-left: 25px;padding-right: 15px;padding-top: 20px;}
.red .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.red .picMarquee-left .bd ul li{ margin:0 12px; float:left; _display:inline; overflow:hidden;width: 250px;}
.red .picMarquee-left .bd ul li img{width: 250px;height: 153px;}
.red .picMarquee-left .bd ul li span{display: block;font-size: 16px;color: #333;line-height: 30px;margin-top: 4px;}
.red .picMarquee-left .bd ul li p{color: #8a8a8a; line-height: 24px;}

.partner{
	margin-top: 40px;
}
.partner .picMarquee-left{width: 100%; overflow:hidden; position:relative;padding-left: 20px;width: 1160px;margin-top: 20px;}
.partner .picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.partner .picMarquee-left .bd ul li{float:left; _display:inline; overflow:hidden;width: 140px;text-align: center;margin: 0 5px;}
.partner .picMarquee-left .bd ul li img{width: 140px;height: 80px;}
.partner .picMarquee-left .bd ul li span{display: block;font-size: 16px;color: #333;line-height: 30px;margin-top: 4px;}

.footer{
	margin-top: 30px;
	background: #303236;
	height: 220px;
	border-bottom: 1px solid #424447;
}
.ftab{
	height: 142px;
	border-right: 1px solid #424447;
	border-left: 1px solid #26282c;
	margin-top: 40px;
}
.flogo{
	margin-left: 65px;
	margin-top: 40px;
	padding-left: 60px;
	border-left: 0;
	padding-right: 60px;
}
.fnav{
	padding-left: 55px;
}
.fnav ul{
	float: left;
	width: 130px;
}
.fnav li{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.fnav ul li:first-child{
	margin-bottom: 5px;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.6);
}
.ewm{
	border-right: 0;
	text-align: center;
	padding-left: 70px;
}
.ewm p{
	font-size: 13px;
	color: rgba(255,255,255,.6);
	margin-top: 10px;
}

.bottom{
	text-align: center;
	border-top: 1px solid #26282c;
	height: 40px;
	line-height: 40px;
	background: #303236;
	font-size: 13px;
	color: rgba(143,143,143,.7);
	overflow:hidden;
	position:relative;
}
.bottom a{
	color: rgba(143,143,143,.7);
}
.bottom .gs{ position:absolute; top:0; height:35px; left:50%; margin-left:470px;}

.top_new{
	height: 365px;
	background: #f0f0f0;
	margin-top: 30px;
}
.top_new{height:365px; overflow:hidden; position:relative;}
.top_new .hd{ height:12px; overflow:hidden; position:absolute; right:35px; bottom: 30px; z-index:1;}
.top_new .hd ul{ overflow:hidden; zoom:1; float:left;  }
.top_new .hd ul li{ float:left; margin: 0 8px;  width:12px; height:12px;background:#bfbfbf; cursor:pointer;border-radius: 50%;}
.top_new .hd ul li.on{ background:#3077c0;}
.top_new .bd{ position:relative; height:100%; z-index:0;   }
.top_new .bd li{ zoom:1; vertical-align:middle; }
.top_new .bd li img{ width: 565px; height:365px;}
.top_new .bd li .fr{width: 550px;margin-right: 40px;margin-top: 60px;}
.top_new .bd li .fr a{display: block;font-size: 20px;color: #333;}
.top_new .bd li .fr p{font-size: 16px;color: #7f7f80;line-height: 30px;margin-top: 25px;margin-bottom: 25px;}
.top_new .bd li .fr span{display: block;font-size: 16px;color: #929293;}
.top_new .bd li img:hover{opacity: 0.8;}
.top_new .bd li a:hover{color: #1e78bf;}

.nm{
	margin-top: 40px;
}
.left_list{
	width: 850px;
}
.list{
	margin-top: 35px;
}
.list li{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 18px;
	margin-bottom: 25px;
}
.list li:last-child{
	border: 0;
}
.list li a{
	display: block;
}
.list li h3{
	display: block;
	font-size: 18px;
	color: #3077c0;
}
.list li p{
	color: #333;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.3s;
}
.list li span{
	display: block;
	color: #7e7e7e;
}
.list li:hover p{
	color: #3077c0;
}

.right{
	width: 310px;
}
.right .tit{
	border: 0;
}
.right_list{
	padding: 10px;
	background: #f6f6f6;
	margin-top: 5px;
	margin-bottom: 26px;
}
.right_list img{
	width: 100%;
	height: auto;
}
.right_list ul{
	margin-top: 10px;
	margin-bottom: 15px;
}
.right_list li a{
	color: #525252;
	line-height: 34px;
	display: block;
	background: url(../images/dot.png) no-repeat left center;
	padding-left: 12px;
}
.right_list li a:hover{
	color: #1e78bf;
}

.content{
	line-height: 30px;
	margin-top: 20px;
}
.content img{
	max-width: 100%;
}

.pagetop{
	margin-top: 40px;
	font-size: 22px;
	text-align: center;
}
.photo ul{
	margin-left: -25px;
}
.photo li{
	float: left;
	text-align: center;
	margin-left: 25px;
}
.photo li img{
	width: 280px;
}
.photo li p{
	line-height: 40px;
	margin-bottom: 10px;
}
.photo li:hover img{
	opacity: 0.8;
}

.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.showtop h1{
	font-weight: normal;
	font-size: 25px;
}
.showtop p{
	color: #999;
	font-size: 12px;
	line-height: 50px;
}
.showtop p span{
	margin: 0 5px;
}

.prepage{
	margin: 50px 0;
	line-height: 30px;
}

.noResult h3{
	font-weight: normal;
	margin-top: 30px;
}

.showimg{ margin:0 auto; display:block; margin-top:30px;}

.position{ margin-top:20px; margin-bottom:-10px; line-height:20px;}
.position::before{
	content:"";
	background: url(../images/nav.png) 0 0;
	float:left;
	width:20px;
	height:20px;
	background-size: 180px;
}