body {
	margin:0 auto;
	background: #fff;
	font-family: "microsoft yahei",Arial, Helvetica, sans-serif; 
	font-size:0.8vw; 
	color: #333333;
}

.container{
	padding:0px 150px;
}

.body_h{
	position:relative;
}

.body_h .header_box {
	width: 100%;
    position: fixed;
	/*background:rgba(255,255,255,0.9);
	box-shadow:0 2px 10px rgba(0,0,0,0.1);*/
	background: linear-gradient(to bottom, #0084cd 0%, transparent 100%);
	z-index: 10000;
	transition: all 0.3s linear;
}

.body_h.showdiv .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;
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
}

.body_b.showdiv {
    top: 5.73vw;
	background:#fff;
}

.logo{
	background:url(../images/bot_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;
}

.body_h.showdiv .logo{
	background:url(../images/logo.png) left center no-repeat;
	background-size:14.63vw auto;
	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:#fff;
	padding:10px 0px;
}

.nav_list li a:hover{
	color:#00ff82;
}

.nav_list li a.active{
	color:#00ff82;
	border-bottom:4px #00ff82 solid;
}

.body_h.showdiv .nav_list li a{
	color:#333;
	padding:10px 0px;
}

.body_h.showdiv .nav_list li a:hover{
	color:#007A3E;
}

.body_h.showdiv .nav_list li a.active{
	color:#333;
	border-bottom:4px #007A3E solid;
}

.search_box{
	width:10.41vw;
	height:1.67vw;
	line-height:1.67vw;
	padding:0 0.9vw;
	border:1px #fff 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;
}

.body_h.showdiv .search_box{
	border:1px #bbb solid;
}

.search_box .search_ico{
	font-size:1.1vw;
	color:#fff;
	cursor:pointer;
}

.search_box button{
	outline:none;
	background:none;
	border:0;	
}

.body_h.showdiv .search_box .search_ico{
	color:#007A3E;	
}

.banner{
    height: 70vh;
    height: 100vh;
    overflow: hidden;
	position: relative;
}

.banner .play_pos{
	width:60px;
	height:60px;
	position:absolute;
	right:50px;
	bottom:50px;
	font-size:50px;
	color:#fff;
	cursor:pointer;
	z-index:99;
}

.main_font{
	text-align:center;
	position: absolute;
    top:40%;
	left:50%;
	transform:translate(-50%, -40%);
	z-index:9;	
}

.main_font .big{
	font-size:90px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.5);
	letter-spacing:5px;
}

.main_font .big .font_green{
	color:#45e36b;
}

.main_font .small{
	margin-top:20px;
	font-size:40px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.5);
	letter-spacing:2px;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 60%;
    min-height: 410px;
}

.part{
	padding:90px 150px;	
	overflow: hidden;
    position: relative;
}

.part_bg01{
	background:url(../images/bg01.jpg) repeat;	
}

.part_bg02{
	height:33.3vw;
	background:url(../images/bg02.jpg) top center no-repeat;
	background-size:cover;
}

.part_bg02_2{
	height:33.3vw;
	background:url(../images/bg02-2.jpg) top center no-repeat;
	background-size: cover;
}

.part_bg03{
	height:30.2vw;
	background:url(../images/bg03.jpg) top center no-repeat;
	background-size: cover;
}

.part_bg04{
	height:35vw;
	background:url(../images/bg04.jpg) top center no-repeat;
	background-size: cover;
}

.news{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.ppt_pic{
	width:41vw;
	height:26vw;
	border-radius:0.4vw;
	overflow:hidden;
}

.ppt_pic .item img{
	width:100%;
	height:26vw;
}

.ppt_pic .item{
	position:relative;
}

.ppt_pic .item .name{
	padding: 0.2vw 0.4vw; 
	width:41vw;
	height:2.4vw;
	line-height:1.8vw;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:0.8vw;
	position: absolute;
	left:0;
	bottom:0px;
	z-index:9;
}

#ppt .owl-controls{
	margin-top:-1.8vw !important;
	display:block !important;
	text-align:right;
	padding-right:1vw;
}

#ppt .owl-controls .owl-page span{
	width: 0.8vw !important;
	height: 0.8vw !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}

.news01{
	margin-left:2vw;
	width:41vw;
	height:26vw;
	background:#fff;
	box-shadow:0 10px 20px rgba(0,0,0,0.05);
}

.news01_tit{
	padding:0 1.6vw;
	height:3.6vw;
	line-height:3.6vw;
	border-bottom:1px #ddd solid;
	background:#f8f8f8;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.news01_tit .name{
	 display:inline-block;
	 height:3.6vw;
	 border-bottom:3px #007A3E solid;
	 font-size:1.2vw;
	 color:#000;
}

.news01_tit .more a{
	color:#777;
	transition:0.2s linear;
}

.news01_tit .more a:hover{
	color:#007A3E;
	transition:0.2s linear;
}

.head_wrap{
	padding:0.8vw 1.6vw;
	border-bottom:1px #eee solid;
}

.head_wrap .name{
	font-size:1.2vw;
	font-weight:bold;
	text-align:center;
}

.head_wrap .detail{
	padding-top:10px;
	font-size:0.75vw;
	color:#777;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}

.news_list{
	padding:0vw 1.6vw;
	padding-top:5px;
	height:17vw;
	overflow:hidden;
}

.news_list ul li{
	padding:10px 0;
	font-size:0.82vw;
	display:flex;
	align-items:center;
	border-bottom:1px #eee dashed;
}

.news_list ul li:last-child{
	border-bottom:none;
}

.news_list ul li .time{
	float:left;
	color:#555;	
	font-size:0.7vw;
	margin-right:1vw;
	text-align:center;
	border:1px #ddd solid;
	background:#f8f8f8;
	border-radius:0.2vw;
	padding:0.2vw 0.4vw;
	white-space: nowrap;
}

.news_list ul li .time .big{
	color:#007A3E;	
	font-size:1.2vw;
}

.news_list ul li .cont{
	
}

.news_list ul li .name{
	margin-bottom:0.2vw;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}

.news_list ul li .detail{
	font-size:0.7vw;
	color:#999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}

.cy_name{
	font-size:1.8vw;
	font-weight:bold;
	text-align:center;
}

.cy_list{
	margin-top:3vw;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.cy_list li{
	width:15vw;
	height:13vw;
	margin:0.8vw;
	border-radius:0.6vw;
	overflow:hidden;
	position:relative;
	box-shadow:0 10px 20px rgba(0,0,0,0.2);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.cy_list li:hover {
	box-shadow:0 25px 40px rgba(0,124,180,0.4);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.cy_list li .li_cover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9;
}

.cy_list li:hover .li_cover{
	background:rgba(0,0,0,0);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.cy_list li .img{
	background:rgba(0,0,0,0.5);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:6;
}

.cy_list li .img img{
	width:100%;
	height:100%;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.cy_list li:hover .img img{
	transform:scale(1.2);
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}


.cy_list li .li_cont{
	display:flex;
	align-items:center;
	justify-content:space-around;
	font-size:1.2vw;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}

.about_us{
	margin:0vw;
	width:40vw;	
}

.about_name{
	height:3vw;
	font-size:1.8vw;
	font-weight:bold;
}

.about_detail{
	height:9vw;
	padding-top:20px;
	font-size:0.9vw;
	line-height:2vw;
	color:#333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
}

.about_btn_box{
	margin-top:2vw;
	height:5vw;
}

.about_btn{
	display:inline-block;
	margin-right:20px;
	width:8vw;
	height:3.2vw;
	border:1px #999 solid;
	border-radius:2vw;
	text-align:center;
	transition: all 0.3s linear;
}

a:hover.about_btn{
	border:1px #007A3E solid;
	background:#007A3E;
	color:#fff !important;
	transition: all 0.3s linear;
}

.about_btn .cont{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:0.8vw;
	line-height:3.2vw;
}

.about_btn .play_ico{
	font-size:1.2vw;
	margin-right:0.6vw;
}

.zt_name{
	font-size:1.8vw;
	font-weight:bold;
	text-align:center;
}

.zt_list{
	padding-top:4vw;
		
}

#zt .owl-controls{
	margin-top:35px !important;
	display:block !important;
	z-index:99;	
}

#zt .owl-controls .owl-page span{
	display:none !important;
	width: 40px !important;
	height: 5px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

#zt .item {
	width:40.5vw;
}

#zt .item img{
	width:100%;
	border-radius:0.8vw;
}

#zt .owl-controls .owl-buttons{
	margin-top:-15%;
	position:relative;
}

#zt .owl-controls .owl-buttons div{
	color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000;
    filter: Alpha(Opacity=10);
    opacity: 0.1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

#zt .owl-controls .owl-buttons div:hover{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


#zt .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:-100px;
	top:0px;
}

#zt .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:-100px;
	top:0px;
}

.footer{
	min-height:12.5vw;
	background: url(../images/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(../images/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;
}




