.header{
         position: fixed;
         top: 0;
         width: 100%;
         z-index: 1000;
         opacity: 0.9;
}
.header_t {
	height:140px;
	width:100%;
	background:var(--color-main);
	font-size:0
}
.header_t .logo {
	width:836px;
	height:80px;
	padding:30px 0
}
.header_t .searchbox {
	position:relative;
	width:250px;
	height:32px;
	border-radius:16px;
	margin-top:54px
}
.header_t .searchbox input[type=text] {
	width:250px;
	height:32px;
	outline:none;
	background:rgba(255,255,255,0.2);
	border:1px solid #fff;
	border-radius:16px;
	box-sizing:border-box;
	padding-left:20px;
	color:#fff
}
.header_t .searchbox input[type=text]::-webkit-input-placeholder {
	color:#fff
}
.header_t .searchbox .sbox {
	position:absolute;
	background:url("../img/search.png") center no-repeat;
	height:16px;
	width:16px;
	right:20px;
	top:8px;
	cursor:pointer;
	border: none;
}
.nav {
	height:40px;
	z-index:1000;
	margin-bottom:0;
	background:var(--color-nav);
	text-align:center
}
.nav .nav_box {
	height:40px;
	font-size:0;
	position:relative
}
.nav .nav_li {
	display:inline-block;
	height:40px;
	position:relative
}
.nav .nav_li:first-child ul{
	display: none !important;
}
.nav .nav_li .nav_li_item {
	padding:0 20px;
	height:40px;
	line-height:40px;
	transition:.4s;
	font-size:16px;
	color:#fff;
	text-align:center
}
.nav .nav_li a.nav_li_item{
     display: inline-block;
     text-decoration: none;
}
.nav .nav_li .nav_li_list {
	display:none;
	position:absolute;
	background:rgba(255,255,255,0.8);
	text-align:center;
	transition:.4s;
	z-index:1000;
	width:100%
}
.nav .nav_li .nav_li_list a {
	display:block;
	font-size:16px;
	color:var(--color-nav);
	padding:10px 10px;
	transition:.4s;
	line-height:20px;
    text-decoration: none;
}
.nav .nav_li .nav_li_list a:hover {
	background:var(--color-nav);
	color:#fff;
	cursor:pointer
}
.nav .nav_li:hover .nav_li_item {
	background:#fff;
	color:var(--color-nav);
	cursor:pointer
}
.nav .nav_li:hover .nav_li_list {
	display:block
}
.footer {
    width: 100%;
    color: #fff;
    background: var(--background-footer);
    background-size: 100% 100%;
}

.footer .main {
    box-sizing: border-box;
    padding: 60px 0
}
.footer .link-box {
    width: 900px;
}
.footer .footLogo {
    background: url('../img/footerLogo.png') no-repeat;
    width: 382px;
    height: 68px;
    margin-bottom: 20px;
}
.footer .code-box {
    width: 300px;
    padding-top: 20px;
}

.footer .code-box:not(:last-child) {
    margin-left: 10px;
}
.footer .code-box .codelist {
    width: 100px;
    float: left;
}
.footer .code-box .code-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer .code-box .code-img img {
    width: 100%;
    height: 100%;
}

.footer .code-box .code-text .text {
    width: 100px;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
  