@charset "utf-8";
/* CSS Document */
.banner{
	height:914px;
	background:url(../images/banner.png) center top no-repeat
}
.main{
	width:1300px;
	padding:0 50px;
	box-sizing:border-box;
	background-color:white;
	margin-top:-270px;
	margin-bottom:40px;
	box-shadow:0 8px 3px #ededed
}
.tit{
	line-height:150px
}
.tit img{
	vertical-align:middle
}
.slide01{ width:600px; height:370px;overflow:hidden;position:relative}
.slide01 .hd{position:absolute;z-index:2;bottom:10px;right:20px}
.slide01 .hd ul{overflow:hidden;zoom:1}
.slide01 .hd ul li{display:inline-block;margin-right:5px; width:30px; height:4px;background:#fff; cursor:pointer; text-indent:-9999px}
.slide01 .hd ul li.on{background:#ffae00}
.slide01 .bd{position:relative; height:100%}
.slide01 .bd ul li img{width:600px; height:370px; position: relative}
.slide01 .bd ul li{position:relative}
.slide01 .bd ul li div{position:absolute;width:100%; left:0;bottom:0; background:rgba(0,0,0,.6);height:60px; line-height:60px; font-size:18px; text-indent:20px; color:white}

.list01{
	width:575px
}
.list01 li{
	width:100%;
	line-height:1.5;
	margin-bottom:16px;
	font-size:16px;
	display:flex;
	justify-content:space-between;
	padding-left:15px;
	box-sizing:border-box;
	background:url(../images/dot.gif) left center no-repeat
}
.list01 li span{
	color:#999
}
.list01 li.first{
	display:inherit;
	padding:0;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
	background:none
	
}
.list01 li.first h3{
	margin-bottom:10px
}
.list01 li.first p{
	font-size:15px;
	color:#777
}
.list01>a{
	display:block;
	width:83px;
	height:30px;
	background:url(../images/more1.gif);
	text-indent:-9999px;
	float:right;
	margin-top:10px
}
.slide02{
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/slideBg03.gif) top center no-repeat
}
.slide02 .bd{
	width:100%;
	margin-bottom:0;
	overflow:hidden
}
.slide02 .bd ul li{
	float:left;
	width:385px;
	margin-right:22px
}
.slide02 .bd ul li img{
	float:left;
	width:385px;
	height:630px
}
.slide02 .bd ul li div{
	float:left;
	width:100%;
	margin-top:60px;
	font-size:20px;
	line-height:1.5;
	color:white
}
.slide02 video{
	background-color:black
}
.slide02 .hd{
	width:100%;
	text-align:center;
	margin-top:40px
}
.slide02 .hd ul li{
	display:inline-block;
	text-indent:-9999px;
	width:46px;
	height:10px;
	border-radius:5px;
	background-color:#c9c9c9;
	margin:0 5px;
	cursor:pointer
}
.slide02 .hd ul li.on,
.slide03 .hd ul li.on{
	background-color:#ffae00
}
.slide03{
	position:relative
}
.slide03,
.slide03 .bd ul li,
.slide03 .bd ul li img{
	width:100%;
	height:600px
}
.slide03>a{
	display:inline-block;
	width:40px;
	height:110px;
	line-height:110px;
	text-align:center;
	background:rgba(0,0,0,.4);
	font-family:'simsun';
	font-size:60px;
	color:white;
	position:absolute;
	z-index:2;
	left:0;
	top:50%;
	margin-top:-55px
}
.slide03>a.next{
	left:auto;
	right:0
}
.slide03 .hd{
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
	bottom:20px;
	left:0
}
.slide03 .hd ul li{
	display:inline-block;
	text-indent:-9999px;
	width:12px;
	height:12px;
	margin:0 6px;
	background-color:white;
	cursor:pointer
}
.listBox{
	position:relative;
	width:100%;
	padding:30px;
	box-sizing:border-box;
	border:1px solid #c2ebd0;
	background-color:#ebfff2
}
.listBox ul li{
	float:left;
	width:45%;
	box-sizing:border-box;
	padding-left:15px;
	margin:10px 0;
	line-height:1.5;
	display:flex;
	justify-content:space-between;
	background:url(../images/dot2.png) left center no-repeat
}
.listBox ul li:nth-child(even),
.list02 li:nth-child(even){
	float:right
}
.listBox ul li span{
	color:#999
}
.listBox>a{
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-41px;
	display:inline-block;
	width:83px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/more1.gif)
}
.list02 li{
	float:left;
	width:47%;
	display:flex;
	line-height:1.5;
	justify-content:space-between;
	margin-bottom:40px
}
.list02 li div:first-child{
	padding:0 10px;
	background-color:#97d2ab;
	color:white;
	font-size:36px;
	text-align:center
}
.list02 li div:first-child p{
	font-size:14px;
}
.list02 li div:last-child{
	padding-left:20px
}
.list02 li div:last-child h3{
	font-size:18px;
	margin-bottom:10px
}
.list02 li div:last-child p a{
	color:#777;
	font-size:15px
}
.section4{
	text-align:center;
	padding-bottom:40px
}
.section4>a{
	display:inline-block;
	width:83px;
	height:30px;
	background:url(../images/more1.gif);
	text-indent:-9999px
}


.footer{
    margin:0 auto;
	height:170px;
	width:100%;
	padding:45px 0;
    background:#029c64;
}
.foot_nav{
	line-height:41px;
	color:#fff;
}
.foot_nav a{
	color:#fff;
}
.foot_nav a:hover{
	text-decoration:underline;
}
.foot_con{
    position:relative;
	padding:15px;
	padding-bottom:0;
	line-height:24px;
}
.foot_con p{
	line-height:2
}
.foot_con p,
.foot_con a{
	color:#fff
}

.zhaocuo{text-indent:0;}
.jiucuowx{position:absolute;top:20px;right:100px;}
.govlogo{position:absolute;top:10px;left:150px;}
.footer .foot_nav,.footer .foot_con{padding-left:0; text-align:center}


@media (max-width: 800px) {

.w1200{
	width:98%;
	margin:0 1%;
	box-sizing:border-box
}
.main{
	width:100%;
	margin-top:0;
	padding:0 2%
}
.banner{
	height:60vw;
	background-size:160% auto
}
.banner img{
	width:50%;
	margin:10px
}
.banner .w1200{
	text-align:center
}
.tit{
	line-height:3
}
.slide01,
.slide01 .bd ul li,
.slide01 .bd ul li img{
	width:100%;
	height:55vw
}
.slide01 .hd{
	bottom:60px
}
.list01{
	width:100%;
	margin-top:20px
}
.list01 li a,
.listBox ul li a{
	width:80%
}
.slide02,
.slide02 .bd ul li,
.slide02 .bd ul li video{
	width:100%;
	height:auto
}
.slide02 .bd ul li video{
	height:170vw
}
.slide02 .hd{
	margin:20px 0
}
.slide03,
.slide03 .bd ul li,
.slide03 .bd ul li img{
	width:100%;
	height:45vw
}
.listBox{
	padding:15px
}
.listBox ul li,
.list02 li{
	width:100%
}




.foot_con{
	padding:0
}
.footer{padding:20px 0; height:auto}
.foot_nav{
	display:none
}
.jiucuowx,
.govlogo,
.zhaocuo{
	position:inherit;
	top:auto;
	right:auto;
	left:auto;
	float:none
}




}