html {
	height: 100%;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	background: transparent;
	font-family: "å¾®è½¯é›…é»‘", Arial, Helvetica, Tahoma;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
section,
div,
p,
input,
ul,
li,
span,
form,
img {
	margin: 0px;
	padding: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

ul,
li {
	list-style: none
}

a {
	color: #000
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	border: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input,
button {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}

.active_nav {
	color: #fd4500 !important;
}

.select_nav {
	color: #BF9F62 !important;
	border-bottom: 1px solid #BF9F62;
	padding-bottom: 10px;
}

.select_nav a {
	color: #BF9F62 !important;
	border-bottom: 1px solid #BF9F62;
	padding-bottom: 10px;
}


ul,
li {
	list-style: none;
}
.header_box{
	position: fixed;
	top: 0px;
	left: 0;
	right: 0; 
	z-index: 1000;
	width: 100%;
	/*min-width: 1200px;*/
	background: rgba(255, 255, 255, 0.35); /* 半透明白色背景 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.27) 0%, rgba(255, 255, 255, 0.13) 100%);
    backdrop-filter: blur(3px);
	color: #fff; 
}
.header { 
	max-width: 1716px;
	/*min-width: 1200px;*/
	margin: auto;
	height: 110px; 
	display: flex;
	align-items: center;
	justify-content: space-between; 
	position:relative;
}

.header .menu_list {
	width: calc(100% - 300px);
	display: flex;
	justify-content: space-around; 
	align-items: center;
	position: relative;
}

.header .menu_list li {
	text-align: center;
	min-width: 120px;
}

.header .menu_list li .txt { 
	font-size: 20px; 
	font-stretch: normal;
	letter-spacing: 0px; 
	cursor: pointer;
    font-family: PingFang SC;  
	color: #fff;
}

.header .menu_list li:hover .menus {
	display: block;
}

.language {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	gap: 17px;
}

.language>.zw {
	width: 59px;
	min-width: 60px;
	height: 22px;
    display: inline-block;
	line-height: 20px;
	text-align: center;
	color:#1765a6;
	background: #fff;
	border-radius: 11px;
}

 

.click_a {
    width: 80px;
   font-family: SourceHanSansCN;
   font-weight: 400;
   font-size: 15px;
   color: #FFFFFF;
   display: flex;
   align-items: center;
   gap: 5px;
}
 

.search {
	position: absolute;
	right: 5px;
	width: 17px;
	height: 17px;
	margin-left: 24px;
	top: 5px;
}
.search_box{
	max-width: 200px;
	padding-right:25px;
	height: 22px;
	background: #e9e9e9;
	border-radius: 11px;
	display: inline-block;
	padding-left: 10px;
}
.line_box{
	position: relative;
}

.menu_item .menus {
	border: 1px solid #e9e9e9;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	display: none;
	position: absolute;
	    z-index: 99;
}

.menu_item>.menus>a {
	color: #e9e9e9;
}

.menu_item>.menus>div {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align-last: justify;
	color: #e9e9e9;
	padding: 0 18px;
	cursor: pointer;
}

.header>.menu_list>.menu_item>.menus>div a {
	color: #e9e9e9;
}

.header>.menu_list>.menu_item>.menus>div a:hover {
	color: #009ee5;
}
.log_img{
	    width: 220px;
	    height: 59px;
}
.header .menu_list li .txt{ 
}
 
.menu_list a.avtive_li{
	position: relative;
	font-weight: 600;
}
.menu_list a.avtive_li::after{
	position: absolute;
	top: 56px;
	content: "";
	border-bottom: 3px solid #FFFFFF !important;
	padding-bottom: 12px !important;
	width: 100%;
	left: 0;
}
.a_logo img,
.a_logo.active img:first-child {
	display: none;
}
.a_logo img:first-child {
	display:block;
}
	.a_logo.active img:last-child {
		display:block;
	}
	/*分辨率低于1400，采用下面的样式*/
	@media screen and (max-device-width:1440px) {
		.header{
		width: 100%;
		/*min-width: 1280px;*/ 
	  }
	  .a_logo{
		  padding-left: 10px;
	  }
	/*  .log_img{
	  	width: 200px;
	  	height: 58px;
	  } */
	  .log_img{
	  	width: 220px;
	  	height: 59px;
	  }
	  .header .menu_list{
		  width: calc(100% - 220px);
		  padding-right: 10px;
	  }
	  .header .menu_list li {
	      text-align: center;
	      min-width: 40px;
	  }
  }
	@media(max-width:1000px) {
		.iconfont {
			width: 40px;
			height: 40px;
			position: absolute;
			right: 15px;
			top: 50%;
			transform: translateY(-50%);
		}

			.iconfont i {
				width: 100%;
				height: 100%;
				position: absolute;
			}

			.iconfont .cha {
				background: url(../images/cha.png) no-repeat center/100% 100%;
				display: none;
			}

			.iconfont .nav {
				background: url(../images/nav.png) no-repeat center/100% 100%;
			}

		.header .menu_list {
			position: absolute;
			width: 100%;
			top: 100%;
			left: 0;
			background: #fff;
			border-top: 1px solid #f1f1f1;
			display: none;
			z-index: 101;
		}
		.header_box {
			position:relative;
			background:#fff !important;
		}
		.lz-banner{
			margin:0;
		}
		.header{
			height:60px;
		}
		.a_logo img {
			max-height:100%;
		}
		.a_logo a {
			display:block;
			height:100%;
		}
		.header .menu_list{
			padding:15px 0;
		}
			.header .menu_list li .txt{
				color:#000;
			}
			.header .menu_list li{
				padding:5px 0;
			}
		.language {
			justify-content:center;
		}
		.menus {
			display:none !important;
		}
		
	}