﻿body {
	margin:0 auto;
	background: #f7f7f7;
	font-family: "microsoft yahei",Arial, Helvetica, sans-serif; 
	font-size:0.8vw; 
	color: #333333;
}

.mid{
	margin-top:	5.73vw;
}

.container{
	padding:0px 5.2vw;
}

.header_box {
	width: 100%;
    position: fixed;
	top:0;
	z-index: 10000;
	transition: all 0.3s linear;
}

.header_box{
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
}

.header_box .container{
	height: 5.73vw;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.logo{
	background:url(../image/logo.png) left center no-repeat;
	background-size:14.63vw auto;
	width:14.63vw;
	height:3.8vw;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.nav_box{
	width:70%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav{
	width:80%;	
}

.nav_list{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav_list li{
	font-size:0.84vw;	
}

.nav_list li a{
	color:#333;
	padding:10px 0px;
}

.nav_list li a:hover{
	color:#007734;
}

.nav_list li a.active{
	color:#007734;
	border-bottom:4px #007734 solid;
}

.search_box{
	width:10.41vw;
	height:1.67vw;
	line-height:1.67vw;
	padding:0 0.9vw;
	border:1px #aaa solid;
	border-radius:3vw;
	display:flex;
	align-items:center;
	justify-content:space-between;	
}

.search_box input[type=text]{
	width:8vw;
	height:1.6vw;
	outline:none;
	border:0;
	background:none;
	font-size:0.7vw;
}

.search_box .search_ico{
	font-size:1.1vw;
	color:#007734;
	cursor:pointer;	
	outline:none;
	border:0;
	background:none;
}

.banner{
	width:100%;
    height: 22.4vw;
    overflow: hidden;
	position: relative;
}

.banner img{
	width:100%;
    height: 22.4vw;
	animation:banner 4s linear;
}

@keyframes banner{
	from {
		transform:scale(1.2);
	}
  	to {
		transform:scale(1);
	}	
	
}

.main_font{
	text-align:center;
	position: absolute;
    top:75%;
	left:15%;
	transform:translate(-15%, -75%);
	z-index:9;	
}

.main_font .big{
	font-size:2.4vw;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.3);
	letter-spacing:5px;
}

.list_box{
	padding:0 3vw;
	padding-bottom:6vw;
	background: #fff;
	min-height:800px;
}

.path_box{
	padding:1vw 0;
}

.path_ico{
	font-size:1vw !important;
	color:#999;	
}

.path{
	font-size:0.82vw;
}

.path span{
	padding: 0 0.3vw;
}

.article_tit{
	text-align:center;
	color:#333;
	padding:0.8vw 0;
	font-size:1.8vw;
	border-bottom:2px #007734 solid;
}

.article_list{
	margin:2vw;
	margin-top:4vw;
	font-size:1vw;
	line-height:2.4vw;
}





















.footer{
	min-height:12.5vw;
	background: url(../image/bot_bg.jpg) top center repeat-x;
	color:#fff;
}

.footer .cont{
	padding-top:1vw;
	display:flex;
	justify-content:space-between;	
}

.footer_cont{
	padding:20px 0;
	display:flex;
}

.footer_cont .logo{
	width:16vw;
	height:5vw;
	padding-right:3vw;
	border-right:1px rgba(255,255,255,0.3) solid;
	background:url(../image/bot_logo.png) left center no-repeat;
	background-size:14.63vw auto;
}

.footer_cont .detail{
	line-height:1.5vw;
	padding-left:3vw;
}

.wx_gz{
	margin-top:1.5vw;
	width:6.25vw;
	line-height:1.5vw;
	text-align:center;
}

.wx_gz img{
	width:6.25vw;
}




