.header {
	box-shadow: 0rem 0.02rem 0.06rem 0.01rem rgba(0,0,0,0.15);
	position: relative;
	z-index: 2;
}
.header .header_logo {
	max-width: 1.57rem;
}
.header .common_center {
	height: 1rem;
	align-items: center;
}
.header .common_center .flex_box1 {
	flex: 0 0 28%;
}
.header .common_center .flex_box2 {
	flex: 0 0 43%;
}
.header .header_search {
	display: flex;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	overflow: hidden;
}
.header .header_search .search_input {
	height: 0.4rem;
	background-color: #FAFAFA;
	border: 0.01rem solid #E1E1E1;
	border-radius: 0.05rem 0 0 0.05rem;
	width: calc(100% - 0.55rem);
}
.header .search_img {
	background: #C00101;
	width: 0.55rem;
	height: 0.4rem;
}
.header .search_img_img {
	width: 0.23rem;
	height: 0.23rem;
}
.header .search_img_a {
	display: flex;
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
}


/* nav */
.header .nev_item_a {
	color: #010101;
	font-size: 0.2rem;
	line-height: 1rem;
	transition: .3s ease-in-out;
	position: relative;
}
.header .nev_item {
	position: relative;
	padding: 0 0.18rem;
}
.header .nev_item:hover .list2 {
    display: block;
}
.header .nev_item .nev_item_a::after {
	content: '';
	width: 0%;
	height: 0.01rem;
	background-color: var(--main_color);
	display: block;
	position: absolute;
	bottom: -0.38rem;
	transition: .3s ease-in-out;
	left: 50%;
	transform: translateX(-50%);
}
.header .nev_item:hover .nev_item_a::after {
	width: 100%;
}
.header .nev_item:hover .nev_item_a {
	color: var(--main_color);
}
.header .header_nav {
	justify-content: flex-end;
}
.header .list2 {
	width: 2.6rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.25rem 0.3rem 0.35rem;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.header .list2 a {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
}
.header .list2 .item2 {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #010101;
	line-height: 0.46rem;
	border-bottom: 0.01rem solid #BBBBBB;
	text-align: center;
	transition: var(--transition);
}
.header .list2 .item2:hover {
	color: var(--main_color);
}

.common-phone-header, 
.side-wrap{
    display:none;
}
@media only screen and (max-width: 1024px){
.header {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
             display: block;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
        display: block;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
        display: block;
    }
    
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
        display: block;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
        display: block;
    }
    .side-close {
        width:.48rem;
               display: block;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .language{
     width: auto;
     height: auto;
    }

    .common-phone-header-inner .language img{
        display: block !important;
            width: 25px;
    height: 25px;
    }
    .header-logo-box-phone{
        flex: 1;
        justify-content: center;
        display: flex;
    }
    .banner .banner_info{
        width: 92% !important;
        left:5% !important;
    }
}



