﻿/* body{background-color: #1b1b1b} */
/*====================导航*********/
.header{
	width:100%;
	/* position:fixed; */
	top:0;
	left:0;
	z-index:99999999999999999999999;
	height:95px;
	box-shadow: 0 6px 12px white;
}
.header-container{
	max-width: 1400px;
	margin: auto;
	height: 95px;
}
/*左侧logo*/
.header .left{
	display: inline-block;
	width: 15.6%;
}
.header .left a img{
	margin-top: 25px;
	/* width: 100%; */
}
.header .left .img2{
	display: none;
}
/* 搜索 */

.head-search{
	float: right;
	width: 18.4%;
	height: 35px;
	margin-top: 30px;
	margin-right: 4%;
	position: relative;
}
.head-search input{
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 0 8%;
	background: url(../img/search.png) no-repeat 90% center;
}
.head-search a{
	display: inline-block;
	position: absolute;
	top: 0;
	right: -40px;
	width: 70px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-indent: 100px;
}

/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	width: 62%;
	line-height: 100px;
	display: inline-block;
}
.header .navbar_nav{
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav>li:after{
    content: "";
    width: 0px;
    height: 3px;
    background: #027600;
    position: absolute;
    bottom: 26px;
    transition: all 0.5s ease 0s;
}
/* .header .navbar_nav li:last-child::after{
    opacity: 0;
} */
.header .navbar_nav li:hover:after{
    width: 20px;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	line-height: 100px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #027600;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display:none;
	z-index: 10000;
	position: absolute;
	top:95px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 240%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	display: block;
	z-index: 100;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
        border-bottom:1px solid #f5f5f5;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: inline-block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #027600;
}


.header .navbar_nav>li.active a{
	color: #027600;
}
.header .navbar_nav>li.active:after{
    content: "";
    width: 20px;
    height: 3px;
    background: #027600;
    position: absolute;
    bottom: 26px;
	left:0px;
}





/* 中英文 */
/* .header .navbar_nav li:last-child span{
	display: inline;
}
.header .navbar_nav li:last-child>span a{
	line-height: auto;
	font-size: 14px;
	color: #888;
	padding: 10px;
}
.header .navbar_nav li:last-child span:nth-child(1) a{
	color: #0054a7;
}
.header .navbar_nav li:last-child span:nth-child(1):active a{
	color: #0054a7;
}

.header .navbar_nav li:last-child span:nth-child(3):active a{
	color: #0054a7;
}  */



/*白色背景的头部*/
.header.on{
	background: rgba(255, 255, 255, .8);
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
/* .header.on .navbar_nav li a{
	color: #333;
} */
.header.on .navbar_nav li:hover a{
	color: #0054a7;
}
#navToggle{
	display: none;
}

.m_nav{
	display: none;
	position: fixed;
	top: 0px;
	/* box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); */
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(-85%);
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 40px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 24px;
	line-height: 32px;
	
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li:last-child a{
	display: inline;
}
.m_nav .ul li:last-child span{
	padding-right: 10px;
}
.m_nav .ul li:last-child span:nth-child(1) a{
	color: #0054a7;
}
.m_nav .ul li:last-child span:nth-child(2){
	font-size: 24px;
}

.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
/* 移动端导航 */
.m6head-search,.m9head-search{
	display: none;
	box-shadow: 0 6px 12px white;
	z-index: 1;
	position: relative;
}

.m6head-search a{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 13%;
	width: 60px;
	height: 35px;
	overflow: hidden;
	text-indent: -100em;
	float: left;
}


/* 导航显示 */
.show-nav{
	display: none;
}

@media screen and (max-width: 992px){
	.m_nav.open{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
}
	.header-container{
		height: 35px;
	}
	.header .left{
		display: inline-block;
		width: 85%;
margin-left: 4%;
	}
	.m_nav{
		display: inline-block;
	}
	.header .left{
		width: 45%;
	}
	.head-search{
		display: none;
	}
	.m9head-search{
		display: none;
	}
	.m6head-search{
		display: inline-block;
		display: inline-block;
		width: 80%;
		height: 35px;
		padding: 0 10%;
		padding-bottom: 3%;
		margin-top: 2%;
	}

	.m6head-search input{
		display: inline-block;
		width: 80%;
		height: 100%;
		border: 1px solid #bfbfbf;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		padding: 0 8%;
		background: url(../img/search.png) no-repeat 90% center;
	}

	
	.header{
		height: 65px;
		margin-bottom: 5%;
	}
	.header #navToggle {
		height: 100%;
		padding: 15px 15px;
		display: inline-block;
		float: right;
		background: transparent;
		/* border: 2px solid #005aa0; */
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		/* margin-top: 7px; */
}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #027600;
		height: 3px;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}

	/* 导航显示 */
	.show-nav{
		display: inline-block;
		width: 92%;
		padding: 0 4%;
	}
	.show-nav ul li{
		float: left;
		width: 23%;
		padding: 2% 0;
		margin: 0 1%;
		margin-bottom: 2%;
		background: #007f00;
		border-radius: 4px;
		text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
}
	.show-nav ul li a{
		color: white;
		font-size: 22px;
	}

}

@media(max-width:500px){
	.show-nav ul li a{
		font-size: 18px;
	}
}
@media(max-width:400px){
	.show-nav ul li a{
		font-size: 16px;
	}
}