@charset "utf-8";
/* CSS Document */

textarea{font-family:"Microsoft YaHei";}
div{font-family:"Microsoft YaHei";}
p{font-family:"Microsoft YaHei";}
a{text-decoration:none;font-family:"Microsoft YaHei";cursor:pointer;}
a:hover{text-decoration:none;}
/*导航*/
.head_Logo img {
	height: 52px
}
::-webkit-scrollbar-track-piece {
 width:8px;
 background-color:#f8f8f8
}
::-webkit-scrollbar {
 width:10px;
 background-color:#3276c5;
}
::-webkit-scrollbar-thumb {
 width:8px;
 background-color:#3276c5;
}
::-webkit-scrollbar-thumb:hover {
 width:8px;
 background-color:#13df81
}

.clearfix:after {
	clear: both;
	display: block;
	content: ''
}
.clearfix {
	zoom: 1
}
input, textarea {

	outline: 0;
	font-size: 14px;
	-webkit-appearance: none
}
.header {
	width: 100%;
	height: auto;
	position: absolute;
	font-size: 14px;
	z-index: 50
}
.head_cont {
	width: 1400px;
	margin: 0 auto;
	z-index: 10;
	padding: 24px 0;
transition: all .3s ease-out 0s
}
.head_Logo {
	width: auto;
	height: 56px;
	display: block;
	float: left;
	margin-top:2px;
}
.head_nav {
	float: right;
    margin-top: 5px;
}
.head_nav li {
	float: left;
	width: auto;
	height: 50px; 
	position: relative;
}
.head_nav_li a {
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	padding: 10px 18px;
	color: #000;
	font-size: 14px;
	margin: 0 .5px
}
.head_nav_li .subnav a {
	color: #fff;
	transition: all .3s ease-out 0s;
	width: 100%;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis
}
.head_nav_li .active, .head_nav_li a:hover {
	background: #ffc500;
	color: #fff
}
.subnav {
	position: absolute;
	width: 192px;
	top: 54px;
	left: 57%;
	background-color: #ffc500;
	z-index: 20;
	padding: 22px 0 20px 0;
	border-radius: 6px;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	margin-left: -95px;
	opacity: 0;
	transition: all .3s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden
}
.head_nav_li:hover .subnav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible
}
.subnav_Tri {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffc500;
	position: absolute;
	top: -8px;
	right: 46%
}
.subnav li {
	height: 44px;
	line-height: 44px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #f1f2f2;
transition: all .3s ease-out 0s
}
.subnav .subnav_bor {
	border-bottom: none
}
.head_nav .subnav_a {
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	font-size: 13px;
	color: #a3a3a3;
	padding: 0 25px
}
.subnav li a {
	color: #6E6E6E;
	background: 0 0;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.subnav li:hover a {
	color: #3d3d3d;
	background: 0 0;
	line-height: 42px
}
.subnav li:hover {
	background-color: #f7f7f7
}
#wrap {
	width: 100%;
	z-index: 500;
}
.topBar {
 transition: all .3s ease-out 0s;
 background-color: rgba(255, 255, 255, 0.4);
	height: 100px
}
#nav.hide .topBar {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	height: 100px
}
#nav.hide .topBar .head_cont {
	padding: 12px
}
#nav.hide .topBar .nav_cont {
	padding: 12px
}
.nav {
	width: 100%;
	background-color: #39424f;
	height: auto;
	font-size: 14px;
	z-index: 50
}
.nav_cont {
	width: 1200px;
	margin: 0 auto;
	z-index: 10;
	padding: 24px 0;
transition: all .3s ease-out 0s
}
.nav_box {
	height: 90px;
	font-size: 14px;
	background-color: #39424F
}
.nav_Logo {
	width: auto;
	height: 40px;
	display: block;
	float: left
}
.nav_Logo img {
	height: 40px
}
