*{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: #e5050f;
}
.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:#e5050f;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#e5050f;
	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 */
.top{
	height: 210px;
	background: url(../images/topbg.jpg) no-repeat center;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar{
	height: 52px;
	line-height: 52px;
	background: #e5050f;
}
.navbar li{
	float: left;
}
.navbar li a{
	display: block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
}
.navbar li a:hover,.navbar li a.hover{
	background: #d5020b;
}
.search{
	position: relative;
	width: 130px;
	height: 26px;
}
.search input{
	width: 128px;
	height: 26px;
	border: 1px solid #facdcf;
	border-radius: 20px;
	background: 0;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
}
.search button{
	width: 25px;
	height: 24px;
	background: url(../images/s.png) no-repeat center;
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}

.floor1{
	margin-top: 35px;
}
.newimg{width:750px; height:430px; overflow:hidden; position:relative;}
.newimg .hd{ height:9px; overflow:hidden; position:absolute; right: 25px; bottom: 21px; z-index:1; }
.newimg .hd ul{ overflow:hidden; zoom:1; float:left;  }
.newimg .hd ul li{ float:left; margin-left: 12px;  width:9px; height: 9px;background:#fff; cursor:pointer; border-radius: 50px;}
.newimg .hd ul li.on{ background:#f00; color:#fff; }
.newimg .bd{ position:relative; height:100%; z-index:0;   }
.newimg .bd li{ zoom:1; vertical-align:middle;position: relative;}
.newimg .bd img{width:750px; height:430px; display:block;}
.newimg .bd li p{
	font-size: 17px;
	color: #fff;
	background: rgba(0,0,0,.55);
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	height: 52px;
	line-height: 52px;
}
.notice{ width:420px;}
.notice .hd{ height:35px; padding-left: 8px; position:relative;border-bottom: 1px solid #e2e2e2;}
.notice .hd ul li{ float:left; cursor:pointer; line-height: 22px;font-size: 20px;color: #333;margin: 0 12px;font-weight: bold;}
.notice .hd ul li.on{color: #e5050f;}
.notice .hd ul{
	padding-left: 6px;
	position: relative;
}
.notice .hd ul:before{
	content: " ";
	display: block;
	position: absolute;
	width: 4px;
	height: 22px;
	background: #e5050f;
	left: 0;
}
.newlist li{
	line-height: 35px;
}
.newlist li a::before{
	content: "●";
	color: #b8b8b8;
	font-size: 11px;
	margin-right: 10px;
}
.newlist li a:hover,.newlist li a:hover::before{
	color: #000;
	color: #e5050f;
}
.newlist li.one{
	margin-top: 15px;
	margin-bottom: 10px;
}
.newlist li.one a{
	font-size: 16px;
}
.newlist li.one p{
	color: #929293;
	line-height: 24px;
	padding-left: 15px;
}
.newlist li.one p a::before{
	display: none;
	font-size: 14px;
}
.newlist li.one p a{
	color: #e5050f;
}

.tit{
	border-bottom: 1px solid #e2e2e2;
	line-height: 30px;
	height: 38px;
}
.tit p{
	font-size: 22px;
	color: #333;
	position: relative;
	padding-left: 20px;
	margin-left: 7px;
}
.tit p::before{
	content: " ";
	display: block;
	width: 4px;
	height: 22px;
	background: #e5050f;
	position: absolute;
	left: 0;
	top: 5px;
}
.tit a{
	color: #727272;
	margin-right: 6px;
}

.floor2{
	margin-top: 30px;
}
.about{
	width: 835px;
}
.about img{
	margin-top: 35px;
}
.about .abinfo{
	margin-top: 30px;
}
.abinfo{
	width: 440px;
}
.abinfo p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 27px;
}
.member{
	width: 325px;
}
.member .box{
	height: 275px;
	background: #f8f8f8;
	border-radius: 5px;
	margin-top: 25px;
	padding-left: 24px;
	padding-top: 38px;
	box-sizing: border-box;
	position: relative;
}
.ts{
	color: #F25A04;
	background: url(../images/wrong.gif) no-repeat left center;
	position: absolute;
	top: 10px;
	left: 87px;
	padding-left: 20px;
}
.member .formgroup{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 21px;
}
.member form label{
	font-size: 15px;
	color: #333;
	width: 62px;
	height: 32px;
	line-height: 32px;
	display: block;
}
.member form input{
	width: 200px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 10px;
}
.member form button{
	display: block;
	font-size: 16px;
	color: #fff;
	background: #e5050f;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 220px;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	margin-top: 37px;
	cursor: pointer;
}
.member .box a{
	text-align: center;
	display: block;
	font-size: 12px;
	color: #333;
	margin-top: 25px;
	text-decoration: underline;
}
.member .box a span{
	color: #e5050f;
}

.floor3{
	margin-top: 40px;
}
.item{
	height: 50px;
}
.item1{
	margin-bottom: 12px;
}
.item p{
	width: 190px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #e5050f;
	border-radius: 3px;
}
.item2 p{
	background: #e7134f;
}
.floor3 .picMarquee-left{ width:1000px; overflow:hidden; position:relative; float: right;}
.floor3 .bd ul{ overflow:hidden; zoom:1; }
.floor3 .bd ul li{
	float: left;
	_display:inline;
	margin: 0 3px;
	overflow:hidden;
}
.floor3 .bd ul li a{
	display: block;
	width: 245px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.floor3 .item .picList li a{
	background: #64b039;
}
.floor3 .item .picList li a i{
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/fw1.png) no-repeat center;
}
.floor3 .item1 .picList li:nth-child(1) a{
	background: #64b039;
}
.floor3 .item1 .picList li:nth-child(2) a{
	background: #e34b28;
}
.floor3 .item1 .picList li:nth-child(3) a{
	background: #1367aa;
}
.floor3 .item1 .picList li:nth-child(4) a{
	background: #2b93ef;
}
.floor3 .item1 .picList li:nth-child(5) a{
	background: #1fc5f8;
}
.floor3 .item1 .picList li:nth-child(6) a{
	background: #22b6bb;
}
.floor3 .item1 .picList li:nth-child(7) a{
	background: #fea215;
}
.floor3 .item1 .picList li:nth-child(8) a{
	background: #00b285;
}

.floor3 .item2 .picList li:nth-child(1) a{
	background: #1fc5f8;
}
.floor3 .item2 .picList li:nth-child(2) a{
	background: #22b6bb;
}
.floor3 .item2 .picList li:nth-child(3) a{
	background: #fea215;
}
.floor3 .item2 .picList li:nth-child(4) a{
	background: #00b285;
}
.floor3 .item2 .picList li:nth-child(5) a{
	background: #2b93ef;
}
.floor3 .item2 .picList li:nth-child(6) a{
	background: #1367aa;
}
.floor3 .item2 .picList li:nth-child(7) a{
	background: #e34b28;
}
.floor3 .item2 .picList li:nth-child(8) a{
	background: #64b039;
}

.floor4{
	margin-top: 35px;
}
.floor4 .newtab{
	width: 397px;
	margin-left: 40px;
}

.floor5{
	margin-top: 25px;
}
.floor5 .picMarquee-left{overflow:hidden; position:relative;margin-top: 20px;}
.floor5 .picMarquee-left .bd li{
	float: left;
	margin: 0 20px;
}
.floor5 .picMarquee-left .bd li img{
	width: 200px;
	height: 120px;
}

.floor6{
	margin-top: 30px;
}
.floor6 .picMarquee-left{overflow:hidden; position:relative;margin-top: 25px;}
.floor6 .picMarquee-left .bd li{
	float: left;
	margin: 0 10px;
	width: 283px;
	text-align: center;
}
.floor6 .picMarquee-left .bd li span{
	display: block;
	font-size: 16px;
	color: #535353;
	margin-top: 15px;
}
.floor6 .picMarquee-left .bd li img{
	width: 283px;
	height: 195px;
}
.floor6 .picMarquee-left .bd li:hover img{
	opacity: 0.8;
}
.floor6 .picMarquee-left .bd li:hover span{
	color: #e5050f;
}

.footer{
	border-top: 3px solid #e50b15;
	background: #e8e8e8;
	margin-top: 40px;
}
.footer .container{
	width: 1090px;
}
.footer .flogo{
	margin-top: 55px;
}
.footer .ft{
	font-size: 15px;
	color: #333;
	position: relative;
	height: 35px;
	margin-bottom: 12px;
	margin-top: 50px;
}
.footer .ft::after{
	content: " ";
	display: block;
	width: 44px;
	height: 2px;
	background: #9d9d9d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fnav{
	margin-left: 126px;
	width: 200px;
}
.fnav li{
	line-height: 28px;
	float: left;
	width: 96px;
}
.fnav li a{
	color: rgba(51,51,51,.8);
	font-size: 13px;
}
.fcont{
	margin-left: 50px;
}
.fcont p{
	line-height: 26px;
}
.ewm img{
	margin-top: 10px;
}

.bottom{
	text-align: center;
	border-top: 1px solid #d6d6d6;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 16px;
}
.bottom p{
	font-size: 13px;
	color: rgba(113,113,113,.95);
}
.bottom img{
	margin-top: 15px;
}

.position{
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 30px;
}

.left{
	width: 860px;
}
.left .pagetop{
	font-size: 22px;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 30px;
	height: 38px;
}
.left .pagetop::before{
	content: " ";
	display: block;
	width: 4px;
	height: 22px;
	background: #e5050f;
	position: absolute;
	left: 0;
	top: 5px;
}
.list{
	padding-top: 10px;
}
.list li{
	line-height: 42px;
	border-bottom: 1px dotted #ddd;
	font-size: 15px;
}
.list li a::before{
	content: "●";
	font-size: 10px;
	margin-right: 10px;
	color: #a9b7cc;
}
.list li span{
	float: right;
	color: #999;
}

.right{
	width: 252px;
}
.right .box{
	background: #fafafa;
	padding-top: 30px;
}
.right .rtit{
	height: 58px;
	line-height: 50px;
	background: url(../images/lanmu_head.png) no-repeat center;
	margin-right: -9px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.right .rmenu{
	padding-top: 10px;
	padding-bottom: 30px;
}
.right .rmenu li a{
	display: block;
	text-align: center;
	line-height: 45px;
	margin-bottom: 1px;
	font-size: 17px;
	position: relative;
}
.right .rmenu li a:hover,.right .rmenu li a.hover{
	color: #e5050f;
}
.right .rmenu li a.hover::after{
	content: " ";
	display: block;
	width: 5px;
	height: 45px;
	background: #e5050f;
	position: absolute;
	right: 0;
	top: 0;
}

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

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

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

.photo ul{
	margin-left: -25px;
	margin-top: 20px;
}
.photo li{
	float: left;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 10px;
}
.photo li img{
	width: 270px;
	height: 186px;
}
.photo li p{
	line-height: 30px;
}
.photo li:hover img{
	opacity: 0.8;
}

.noResult h3{
	font-weight: normal;
	margin-top: 20px;
	color: #e5050f;
}