@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Microsoft yahei";
	margin: 0;
	padding: 0
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none
}
.container {
	max-width: 94%;
}
header {
	width: 100%;
	padding: 15px 0 0px;
	margin: 0px auto;
}
.header_con {
	width: 100%;
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
}
.logo {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	width: 50%;
	display: flex;
	float:left;
}
.logo img {
	max-width: 100%;
	height: 80px
}
.search-box {
	width: 50%;
	display: flex;
	justify-content: right;
}
.search-box-con {
	width: 90%;
	line-height: 50px;
	border-radius: 5px;
	box-shadow: -0.07px 2px 4px 0px rgba(0, 0, 0, 0.3608);
	box-sizing: border-box;
	padding: 5px;
	border: 2px solid #04A07B;
	margin-top:8px;
}
.search-box-form {
	width: 75%;
	line-height: 40px;
	float: left;
}
.search-box-zhi {
	width: 25%;
	float: right;
}
.search-box-form input {
	width: 76%;
	padding: 8px;
	border-radius: 4px;
	height: 40px;
	border: 0px;
}
.search-box-form input:focus {
	outline: none;
	border: 0px;
}
.search-box .ss {
	width: 20%;
	padding: 5px;
	background-color: #04A07B;
	color: white;
	border: none;
	border-radius: 4px;
	height: 40px;
	cursor: pointer;
}
.search-box-zhi .zhi {
	width: 100%;
	text-align: center;
	background-color: #04A07B;
	color: white;
	border: none;
	border-radius: 4px;
	line-height: 40px;
	cursor: pointer;
	display: block;
}
.menu {
	width: 100%;
	border-top: 1px #EEEEEE solid;
	border-bottom: 1px #eee solid;
}
.menu_con {
	margin: 0px auto;
	width: 96%;
	line-height: 50px;
}
.menu .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.nav .nav_li {
	display: table-cell;
	height: 44px;
	line-height: 43px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	list-style: outside none none;
	padding: 0;
	position: relative;
	width: 10%;
}
.nav_li_a {
	font-weight: 700;
	display: block;
	border-left: 0;
	border-right: 0;
	color: #666;
}
.nav_li_a:hover {
	border: 2px solid #04A07B;
	border-left: 0;
	border-right: 0;
	color: #04A07B;
}
.nav_li_a.active {
	border: 2px solid #04A07B;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #04A07B;
}
.dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	height: auto;
	visibility: hidden;
	background-color: #fff;
	opacity: 0;
	transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.nav .nav_li:hover .dropdown {
	visibility: visible;
	opacity: .9;
}
.dropdown li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.dropdown li a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.dropdown li a:hover, .dropdown li a.active {
	background-color: #04A07B;
	color: #fff;
}
.navbar-header {
	display: none;
}

.top-qikan {
	width: 100%;
	box-shadow: -0.07px 2px 4px 0px rgba(0, 0, 0, 0.3608);
	box-sizing: border-box;
	padding: 10px 10px 20px;
	border-radius: 3px;
	background:#04A07B;
	display:none
}
.top-qikan .list-unstyled {
	padding-left: 0;
	list-style: none;
}
.top-qikan .l_list li {
	border-bottom: #ccc 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 25px;
	font-size: 16px;
}
.top-qikan .l_list li a {
	color: #fff;
}
.top-qikan .l_list li a .qks {
	float: right;
	font-size: 16px;
	color: #fff
}
.top-qikan strong {
	font-weight: 900;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	header {
	padding: 0px;
}
.header_con {
	width: 100%;
	display: flow;
	align-items: normal;
}
.logo {
	width: 100% !important;
}
.logo img {
	width: 100%;
	height: auto !important;
}
.search-box {
	width: 100%;
}
.search-box-con {
	width: 100%;
	margin-top:0px;
}
.search-box-form {
	width: 100%;
	line-height: 40px;
	float: inherit;
}
.search-box-zhi {
	width: 100%;
	float: inherit;
	margin-top: 5px;
}
.search-box .ss {
	float: right;
}

}

@media screen and (max-width: 1024px){
header {
	padding: 0px;
}
.header_con {
	width: 100%;
	display: flow;
	align-items: normal;
}
.logo {
	width: 100% !important;
}
.logo img {
	width: 100% !important;
	height: auto;
}
.search-box {
	width: 100%;
}
.search-box-con {
	width: 100%;
	margin-top:0px;
}
.search-box-form {
	width: 100%;
	line-height: 40px;
	float: inherit;
}
.search-box-zhi {
	width: 100%;
	float: inherit;
	margin-top: 5px;
}
.search-box .ss {
	float: right;
}


.qkbtn{
	
width: 110px; height: 30px; font-size:18px; font-family:'微软雅黑', Arial, Helvetica, sans-serif; font-weight: bold; margin: 8px 15px;  padding:0 5px;  border-radius:5px;	
	
}
.menu {
	width: 100%;
	border-top: 0px;
	border-bottom: 0px;
	display: none;
	background: #04A07B;
}
.menu ul {
	flex-direction: column;
}
.menu ul li {
	margin-bottom: 10px;
}
.nav .nav_li {
	display: table-cell;
	height: auto;
	position: inherit;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.nav_li_a {
	font-weight: 700;
	display: block;
	border: 0px;
	border-left: 0;
	border-right: 0;
	color: #fff;
	text-align: left;
	padding-left: 5px;
}
.nav_li_a:hover {
	background: #04A07B;
	border-left: 0;
	border-right: 0;
	color: #fff;
}
.nav_li_a.active {
	background: #04A07B;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #fff;
}
.dropdown {
	position: inherit;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	height: auto;
	background-color: #2dc5a1;
	visibility: visible;
	opacity: .9;
	height: 100%;
}
.nav .nav_li:hover .dropdown {
/*visibility: visible;
	opacity: .9;
	height:100%;*/
}
.dropdown li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.dropdown li a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.dropdown li:last-child {
	border-bottom: 0px;
}
.dropdown li a:hover, .dropdown li a.active {
	background-color: #2dc5a1;
	color: #fff;
}
.navbar-header {
	background-color: #222;
	border-color: #080808;
	display: block;
	position: relative;
	min-height: 45px;
	margin: 10px auto 0px;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.navbar-header .navbar-brand {
	width: 110px;
	height: 30px;
	font-size: 18px;
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 8px 15px;
	padding: 0 5px;
	border-radius: 5px;
	color: #2f2f2f;
	line-height: 20px;
	float: left;
	background-color: #fff;
	border-color: #ccc;
}
.navbar-header .navbar-toggle {
	border-color: #333;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 5px;
	margin-right: 15px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-header .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 5px;
}




}
.clear {
	clear: both
}
