﻿@charset "utf-8";
/* CSS Document */

.banner{
	position:relative;
	height:370px;
	text-align:center;
	background:url(../images/banner.jpg) top center no-repeat
}
.top{
	height:60px;
	line-height:60px;
	border-bottom:1px solid white;
	background:rgba(255,255,255,.4)
}
.top .fr{
	line-height:24px;
	padding:0 5px;
	display:inline-block;
	border:1px solid #999;
	border-radius:3px;
	margin:17px
}
.logo{
	margin-top:60px;
	margin-bottom:10px
}
.ip01{
	height:50px;
	text-indent:10px;
	border:2px solid #d0312d;
	border-radius:5px 0 0 5px;
	background-color:white;
	width:460px
}
.btn01,
.btn02{
	font-size:18px;
	width:105px;
	height:50px;
	border-radius:0 5px 5px 0;
	border:2px solid #d0312d;
	background-color:#d0312d;
	color:white
}
.btn02{
	margin-left:10px;
	border-radius:5px;
	border:2px solid #fbb11b;
	background-color:#fbb11b
}
.intro{
	margin-top:20px
}
/*选中高亮*/
.cur{
	background-color:#fbb11b;
}
/*选中高亮*/
.nav{
	height:75px;
	line-height:75px;
	background-color:#bd1a2d
}
.nav ul li{
	float:left;
	width:11.11%;
	text-align:center
}
.nav ul li a{
	color:white;
	display:block
}
.nav ul li a:hover{
	background-color:#fbb11b
}
.topnews h3{
	margin:30px 0 20px 0
}
.slide01{
	position:relative;
	width:620px;
	height:400px;
	overflow:hidden
}
.slide01>a{
	width:50px;
	height:108px;
	position:absolute;
	top:50%;
	margin-top:-54px;
	z-index:2;
	opacity:.7;
	filter:alpha(opacity=70)
}
.slide01>a:hover{
	opacity:1;
	filter:alpha(opacity=100)
}
.slide01>a.prev{
	background:url(../images/left.png) center left no-repeat;
	background-size:80%;
	left:0
}
.slide01>a.next{
	background:url(../images/right.png) center right no-repeat;
	background-size:80%;
	right:0
}
.slide01 .hd{
	position:absolute;
	z-index:2;
	bottom:10px;
	right:15px
}
.slide01 .hd ul li{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:white;
	text-indent:-9999px;
	margin:0 5px
}
.slide01 .hd ul li.on{
	background-color:#fb4d4d
}
.slide01 .bd ul li{
	position:relative
}
.slide01 .bd ul li a{
	color:white;
	font-size:1.12rem;
	text-indent:1.3rem
}
.slide01 .bd ul li img{
	width:620px;
	height:400px;
	float:left
}
.slide01 .bd ul li div{
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	line-height:50px;
	font-weight:bold;
	background:rgba(0,0,0,.7);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.tabNews{
	width:560px;
	height:400px;
	overflow:hidden
}
.tabNews .tit{
	height:55px;
	line-height:55px;
	font-size:1.38rem;
	background-color:#f3f3f3
}
.tabNews .tit a{
	float:left;
	padding:0 30px
}
.tabNews .tit a.hover,
.tabNews .tit a:hover{
	color:white;
	background-color:#bd1a2d
}
.list01 li{
	font-size:18px;
	background-position:5px 10px;
	margin-bottom:17px;
	padding-left:20px;
	text-indent:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:url(../images/dot.gif) 5px 10px no-repeat
}
.list01 li span{
	margin-left:20px;
	color:#777
}
.tabNews a.more,
.box_tab a.more{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:55px;
	text-indent:-9999px;
	background:url(../images/more.png) center no-repeat
}
.box_jcdt .tit,
.box_wlfc .tit,
.box_spzl .tit{
	height:54px;
	line-height:54px;
	font-size:24px;
	text-align:center;
	border-bottom:2px solid #dedede
}
.box_jcdt .tit span,
.box_wlfc .tit span,
.box_spzl .tit span{
	margin:0 auto;
	display:inline-block;
	height:52px;
	line-height:52px;
	border-bottom:4px solid #bd1a2d
}
.box_jcdt .tit span img,
.box_wlfc .tit span img,
.box_spzl .tit span img{
	vertical-align:-4px;
	margin-right:10px
}
.slide02{
	width:100%;
	overflow:hidden
}
.slide02 .bd ul li{
	float:left;
	width:132px;
	height:65px;
	line-height:65px;
	margin-right:20.5px;
	text-align:center;
	background-color:#f3f3f3;
	font-size:20px;
	font-weight:bold
}
.slide02 .bd ul li a{
	color:#777;
	display:block
}
.slide02 .bd ul li a:hover{
	color:white;
	background-color:#bd1a2d
}
.slide02 .hd{
	width:100%;
	text-align:center;
	margin-top:20px
}
.slide02 .hd ul li{
	display:inline-block;
	text-indent:-9999px;
	width:14px;
	height:14px;
	border-radius:7px;
	background-color:#dedede;
	margin:0 5px
}
.slide02 .hd ul li.on{
	background-color:#bd1a2d
}
.bg01{
	background-color:#f7f7f7;
	padding:30px 0
}
.box_tab{
	width:580px
}
.box_tab .tit{
	height:54px;
	line-height:54px;
	border-bottom:2px solid #dedede
}
.box_tab .tit a{
	float:left;
	color:#555;
	padding:0 30px;
	background:url(../images/line.gif) right center no-repeat
}
.box_tab .tit a.hover,
.box_tab .tit a:hover{
	color:#bd1a2d
}
.box_tab a.more{
	width:40px
}
.slide03{
	position:relative
}
.slide03 .bd ul li img{
	width:100%;
	height:110px
}
.slide03 .hd{
	position:absolute;
	right:20px;
	bottom:20px
}
.slide03 .hd ul li{
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	margin:0 5px;
	border:1px solid white;
	text-align:center;
	font-size:12px;
	color:white;
	background-color:#555
}
.slide03 .hd ul li.on{
	background-color:#bd1a2d
}
.list02 li{
	width:590px;
	height:100px;
	line-height:60px;
	padding:20px;
	box-sizing:border-box;
	background-color:#f7f7f7;
	margin-bottom:20px
}
.list02 li div{
	font-size:14px;
	float:left;
	width:60px;
	height:40px;
	padding:10px 0;
	line-height:20px;
	border-radius:30px;
	background-color:#c62131;
	color:white;
	text-align:center
}
.list02 li div h3{
	font-weight:normal;
	font-size:24px
}
.list02 li a{
	float:left;
	width:calc(100% - 80px);
	margin-left:20px;
	line-height:30px
}
.list02 li:nth-child(odd){
	float:left
}
.list02 li:nth-child(even){
	float:right
}
.slide04 .bd ul li{
	float:left;
	margin-right:20px
}
.slide04 .bd ul li img{
	width:285px;
	height:150px
}
.slide04 .hd{
	width:100%;
	text-align:center;
	margin:20px 0
}
.slide04 .hd ul li{
	display:inline-block;
	text-indent:-9999px;
	width:70px;
	height:6px;
	margin:0 5px;
	border-radius:3px;
	background-color:#dedede
}
.slide04 .hd ul li.on{
	background-color:#bd1a2d
}
.link{
	padding:20px 0;
	background-color:#bd1a2d
}
.slide05>a{
	float:left;
	width:60px;
	height:70px;
	background:url(../images/left01.png) center left no-repeat
}
.slide05>a.next{
	float:right;
	background:url(../images/right01.png) center right no-repeat
}
.slide05 .bd{
	float:left;
	width:1080px;
	overflow:hidden
}
.slide05 .bd ul li{
	float:left;
	width:154px;
	height:70px;
	margin-right:31px
}
.footer{
    margin:0 auto;
    padding-bottom:0;
	width:100%;
    background:#fff;
    padding-top:10px;
	border-top:4px solid #bd1a2d
}
.foot_con{
    position:relative;
	padding:15px 0;
	line-height:24px;
}
.foot_con p{
	margin-bottom:10px;
}
.zhaocuo{text-indent:0;}
.jiucuowx{position:absolute;top:30px;right:100px;}
.govlogo{position:absolute;top:30px;left:150px;}
.footer .foot_nav,.footer .foot_con{padding-left:0; text-align:center}


@media screen and (max-width: 800px){

.w1200{
	width:98%;
	margin:0 1%;
	box-sizing:border-box
}
.banner{
	height:220px;
	background-size:cover
}
.top .fl,
.banner form,
.banner .intro,
.link,
.footer img{
	display:none
}
.top .fr{
	float:left
}
.banner img,
.slide01,
.slide01 .bd ul li img,
.tabNews,
.box_tab,
.list02 li,
.slide04 .bd ul li,
.slide04 .bd ul li img{
	width:100%;
	height:auto
}
.nav{
	height:auto;
	line-height:35px
}
.nav ul li{
	width:33.33%;
	font-size:18px 
}
.tabNews{
	margin-top:1%
}

}