.header {
    width: 100%; 
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter:blur(300px);
	z-index: 999;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in 0s; /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in 0s; /* Opera */
}
.navcont {
    width: 1200px;
    margin: 0 auto;
	display: -webkit-box;
    display: flex;
	align-items:center;
	justify-content: space-between;
}
.navfeix {
    position: fixed!important;
	background: #fff;
	border-bottom: 1px solid #000066;
	top:0;
}
.navlogo a{
	display:flex;
	margin-right: 50px;
}
.navlogo a h1 img{
	width:198px;
}
ul.navbar{
    flex: 1;
	display: -webkit-box;
    display: flex;
}
.navfeix ul.navbar li a.menulink {
    height:70px ;
    line-height:70px;
}
ul.navbar li a.menulink {
	height:72px;
	line-height:72px;
	margin:0px 20px 0px;
    display: inline-block;
    transition: all .3s;
    color: #666;
	font-size:16px;
    font-weight: 600;
    cursor: pointer;
}
.header:hover ul.navbar li:hover a.menulink {
    color: #000066;
    border-bottom: 1px solid #000066;
}
.dropdown-menu{
    position: absolute;
    z-index:999;
    background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter:blur(300px);
    border-top: 1px solid #dae1e6;
    transition: max-height 1s;
    display: none;
    overflow:hidden;
    width: 100%;
    left: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.header:hover ul.navbar li:hover .dropdown-menu {
    display:flex;
	justify-content: center;
    visibility: visible;
}
.dropdown-menu .danlie{
	width:140px;
    margin:30px 0px 15px 85px;
	border-right: 2px solid #eee;
}
ul.danlie li.two {
    padding: 0px 0px 20px;
}
.dropdown-menu p{
	width:580px;
	margin: 24px 0px 20px 30px;
	text-indent: 2em;
    letter-spacing: 1px;
    line-height: 32px;
}

ul.navright{
	display: -webkit-box;
    display: flex;
	align-items: center;
}
ul.navright li{
	margin-left:18px;
}
.search{
	width:270px;
	height: 36px;
    background-color: rgba(238, 238, 238, 0.31);
    border-radius: 30px;
	border: 1px solid #666;
	display: none;
}
.search select{ display:none;}
.search input{
    width: 232px;
    height: 36px;
    outline: 0;
    font-size: 12px;
    line-height: 36px;
    background-color: transparent;
    border:0px;
	border-radius:30px;
    color: #666;
    padding: 0 10px;
}
.search button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
	border:none;
    background-color: #fff;
    cursor: pointer;
}
ul.navright li.language a{
	font-size: 16px;
}
ul.navright #mail a img{
	width:21px;

} 
ul.navright li.zxzixun,ul.navright li.telbutton,ul.navright li.navbutton,#searchanniu,ul.navright li a p{
	display:none;
}
@media (max-width: 1200px) {
.navcont {
    width:95%;
	height: 70px;
}
ul.navbar{
    position: fixed;
    width: 96px;
    top:71px;
    right: -370px;
    margin: 0px;
    border: 1px solid #ccc;
    background: rgba(240, 240, 240, 0.9);
    z-index: 999;
    padding: 0px 0px 0px;
	flex-direction: column;
}
.search{margin-right:10px;}
ul.navright li.navbutton{
    display: inline-block;
	text-align: center;
}
ul.navright li.navbutton span.iconfont {
    font-size: 28px;
}
ul.navright li.navbutton p{display:none;}
.dropdown-menu {
	top:0px;
	left:96px;
	width:auto;
	height: 100%;
    overflow:auto;
}
.dropdown-menu .danlie {
    margin: 0px auto 0px;
	width: 100%;
}
.header ul.navbar li a.menulink {
	padding:0px 0px 0px;
    text-align: center;
    color: #000066;
	font-weight:normal;
	width: 100%;
	height:auto;
    line-height:60px;
    margin: 0px 0px 0px;
}
.header:hover ul.navbar li a, .navfeix ul.navbar li a {
    color: #000066;
}
.header:hover ul.navbar li:hover a , .navfeix ul.navbar li:hover a{
    color: #fff !important;
    border-bottom: none !important;
    background: #000066;
}
.header:hover ul.navbar li:hover .dropdown-menu {
    display: none;
}
}
@media (max-width:650px) {
#searchanniu{
    display: inline-block;
	margin-right:20px;
}
#seachact{
	position: fixed;
	top:72px;
	left:-370px;
	z-index: 99;
	background-color: #fff;
}
#searchanniu span{ font-size:24px;}
#searchanniu p{display:none;}
}
@media (max-width: 500px) {
.navlogo a {
    padding: 19px 10px 19px 0px;
}
.navlogo a h1 img {
    width: 160px;
}
.navlogo a span {
    width: 167px;
    height: 20px;
}
.navbutton span, #searchanniu span,.zxzixun a span, .telbutton a span{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
body .navfeix .navcont {
    width:100%;
}
body .navfeix{
    bottom: 0px;
    top: auto;
}
body .navfeix ul.navright {
    width: 100%;
	border-top: 1px solid #ccc;
}
body .navfeix #searchanniu,.navfeix .navbutton{
    display: flex;
    flex-direction: column;
    text-align: center;
	width: 25%;
	margin-right: 0px;
}
body .navfeix .telbutton,.navfeix .zxzixun{
	display:inline-block !important; 
	width:25%;
	text-align: center;
}
body .navfeix .zxzixun a,.navfeix .telbutton a {
	display:flex;
	flex-direction: column;
    text-align: center;
    width: 100%;
}
ul #menunav{
	display:flex;
	flex-direction: column;
    text-align: center;
}
body .navfeix ul.navright li{
    padding:10px 0px;
}
body .navfeix .navlogo,.navfeix li.language {
    display: none;
}
body .navfeix ul.navright li p{
	display:inline-block !important;
}
body .navfeix .navbutton span,.navfeix #searchanniu span ,.navfeix .zxzixun span ,.navfeix .telbutton span{
    margin: 0 auto;
    font-size: 24px !important;
    background: none;
}
body .navfeix  #seachact {
    position: fixed;
    top: auto;
    bottom: 69px;
}
li#seachact {
    padding: 0px;
}
body .navfeix .search {
    background-color: #fff;
}
body .navfeix ul.navbar {
	top:auto;
	bottom:71px;
}
ul.navbar {
	width: 25%;
}
ul.navright {
    color: #000066;
}
ul.navright a{
    color: #000066;
}
.navfeix ul.navright li:hover {
    background: #000066;
    color: #fff;
}
.navfeix ul.navright li:hover a{
    color: #fff;
}
li.language {
    display: none;
}
}