.header{
	height: 1rem;
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.05);
}

.logo{
	width: 1.44rem;
	height: 0.51rem;
}
.hd-nav>ul>li {
	font-size: .16rem;
	position: relative;
}

.hd-nav>ul>li>a {
	padding: 0 .48rem;
	position: relative;
	display: block;
	line-height: 1rem;
	transition: 0.3s;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	z-index: 9;
}

.hd-nav .subnav {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	transition: .3s;
	position: absolute;
	top: 1rem;
	left: 50%;
	background: #FFFFFF;
	z-index: -1;
	transition: all 0.8s;
}
.hd-nav .subnav li a {
	display: block;
	min-width: 1.24rem;
    padding: 0 0.26rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #6F6F6F;
	line-height: 0.45rem;
	text-align: center;
}
.hd-nav li.item1 .subnav li a {
	font-size: 0.17rem;
	color: #333333;
}
.hd-nav li.item1 .subnav li a:hover {
	color: #FFFFFF;
	background: #104198;
	position: relative;
}
.hd-nav>ul>li:hover .subnav {
	opacity: 1;
	visibility: inherit;
	z-index: -1;
}

.hd-nav>ul>li.active>a,
.hd-nav>ul>li:hover>a{
	font-weight: bold !important;
	color: #104198 !important;
}

.other{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.02rem;
}

.common-phone-header,
.side-wrap{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .header_wrap{
               box-shadow:none;
    }
    .header{
        display: none;
    }
    .header-wrap {
        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;
        flex-direction: row-reverse;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
        margin-top: .2rem;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .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;
    }
    .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;
    }
    .side-close {
        width:.48rem;
    }
    .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: flex !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;
    }
}