﻿a:hover {
	text-decoration: none;
}

.head_bar {

	box-sizing: border-box;

	height: 85px;

	margin: 0 auto;

	max-width: 1170px;

	padding: 13px 0;

}



.head_bar>div {

	display: inline-block;

	vertical-align: top;

}



.head_bar .bar_logo {

	/*margin: 0;*/

}



.head_bar .site_title {

	margin-left: 3%;

	padding: 5px 0 0 3%;

	position: relative;

}



.head_bar .site_title:before {

	background: linear-gradient(white, #0a643e, white);

	content: "";

	height: 68px;

	left: 0;

	position: absolute;

	top: 14px;

	width: 1px;

}



.head_bar .site_title h1 {

	color: #0a643e;

	font-size: 32px;

	margin: 0;

	-webkit-text-stroke: 0.6px #0a643e;

}



.head_bar .site_title p {

	color: #859c71;

	font-size: 18px;

	margin: 0;

	text-indent: 3px;

}



.head_bar .search {

	background-color: #f3f3f3;

	border-radius: 10px;

	float: right;

	height: 35px;

	margin-top: 10px;

	padding: 0 10px;

	width: 260px;

}



.head_bar .search input {

	background-color: transparent;

	border: none;

	color: #a4a4a4;

	font-size: 20px;

	height: 30px;

	line-height: 30px;

	margin-top: 2.5px;

	outline: none;

	vertical-align: top;

	padding: 0;

	width: 210px;

}



.head_bar .search input::-webkit-input-placeholder {

	color: #d4d4d4;

	font: 20px "Adobe 黑体 Std";

}



.head_bar .search span {

	background-image: url(../images/search.png);

	background-size: contain;

	display: inline-block;

	height: 24px;

	margin-top: 5px;

	width: 24px;

}



.head_bar .menu {

	display: none;

}



nav {

	background-color: #0a643e;

	font-size: 0;

	text-align: center;

}



nav .nav {

	display: inline-block;

	margin: 0 1.9%;

	position: relative;

	width: 109px;

}


/* 
nav .nav:first-child {

	margin-left: 0.9%;

	width: 55px;

} */



nav .nav:first-child .nav_one {

	text-align: center;

}



nav .nav:last-child {

	margin-right: 0;

}



nav .nav .nav_one {

	height: 55px;

	position: relative;

	text-align: left;

}



nav .nav .nav_active {

	border-bottom: 5px solid white;

}



nav .nav .nav_one a {

	color: white;

	display: inline-block;

	font-size: 20px;

	margin-top: 12px;

	padding: 0 3px;

	text-decoration: none;

}



nav .nav .nav_one span {

	border-top: 9px solid #eaffd7;

	border-right: 5px solid transparent;

	border-bottom: 5px solid transparent;

	border-left: 5px solid transparent;

	display: inline-block;

	height: 5px;

	position: absolute;

	right: 0;

	top: 23px;

	width: 0;

}



nav .nav .nav_one .nav_one_text a {

	color: #0a643e !important;

}



nav .nav .nav_two {

	background-color: #d7f1e6;

	display: none;

	padding: 10px 0;

	position: absolute;

	top: 55px;

	width: 100%;

	z-index: 10;

}



nav .nav .nav_two a {

	color: #0a643e;

	display: inline-block;

	font-size: 17px;

	height: 35px;

	line-height: 35px;

	text-align: left;

	text-indent: 17%;

	width: 100%;

}



nav .nav .nav_two a:hover {

	background-color: #bfe2d3;

	text-decoration: none;

}



.index_banner #swiper-container01 .swiper-slide img {

	width: 100%;

}



.index_banner #swiper-pagination01 .swiper-pagination-bullet {

	background-color: transparent;

	border-radius: 0;

	border-top: 2px solid #eeeeee;

	height: 0;

	margin: 0 19px;

	opacity: 1;

	outline: none;

	padding: 10px 0;

	transition: all ease 0.3s;

	width: 26px;

}



.index_banner #swiper-pagination01 .swiper-pagination-bullet-active {

	background-color: transparent;

	border-top: 2px solid #24e493;

	transition: all ease 0.3s;

	width: 78px;

}



.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

	/*bottom: 30px;*/
	bottom: 0px;

}



aside {

	display: none;

}



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

	.head_bar .search {

		display: none;

	}

}



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

	.head_bar {

		height: auto;

		padding: 3%;

	}



	.head_bar .bar_logo {

		width: 18%;

	}



	.head_bar .site_title {

		padding-top: 1%;

		margin-left: 3%;

	}



	.head_bar .site_title:before {

		height: 80%;

		top: 20%;

	}



	.head_bar .bar_logo img {

		width: 100%;

	}



	.head_bar .site_title h1 {

		font-size: 18px;

	}



	.head_bar .site_title p {

		font-size: 15px;

	}



	nav {

		display: none;

	}



	.index_banner #swiper-container01 .swiper-slide {

		background-size: cover;

		background-position: center;

		background-repeat: no-repeat;

		padding-bottom: 46%;

	}



	.index_banner #swiper-container01 .swiper-slide img {

		display: none;

	}



	.index_banner #swiper-pagination01 .swiper-pagination-bullet {

		margin: 0 10px;

		width: 20px;

	}



	.index_banner #swiper-pagination01 .swiper-pagination-bullet-active {

		width: 45px;

	}



	.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,

	.swiper-pagination-custom,

	.swiper-pagination-fraction {

		bottom: -10px;

	}



	.head_bar .menu {

		display: block;

		float: right;

		height: 100%;

		margin-top: 1%;

		position: relative;

		z-index: 11;

	}



	.head_bar .menu i {

		color: #222222;

		font-size: 18px;

		font-weight: inherit;

		height: 100%;

	}



	.head_bar .menu i.fa-close {

		display: none;

		height: 18px;

		position: fixed;

		right: 3%;

	}



	.nav_list {

		background-color: #e5fdff;

		box-sizing: border-box;

		height: 100%;

		padding: 60px 0;

		overflow-y: scroll;

		position: relative;

		left: -77%;

		width: 77%;

	}

}