*{
	margin: 0;
	padding: 0;
}
.header {
    width: 100%;
    height: 4.3rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    background: center / 100% 100% no-repeat;
}
.header .div-header-nav-bar {
    position: relative;
    max-width: 23rem;
    margin: 0 auto;
    font-size: 33%;
}
.div-link a{
	text-decoration: none;
	color:black;
}
.div-link a:hover{
	text-decoration: underline;
}
.header .span-logo {
    display: inline-block;
    width: 1.45rem;
    height: 0.28rem;
    background: center / 100% 100% no-repeat;
    background-image: url("../images/logo.png");
}
.header .span-menu-icon {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background: center / 100% 100% no-repeat;
    background-image: url("../images/menu.png");
}
.header .span-menu {
    display: none;
}
.header .span-company {
    display: inline-block;
    color: #fff;
    font-weight: lighter;
}
.div-header-title {
    position: relative;
    top: 2.4rem;
    max-width: 22.6rem;
    margin: 0 auto;
    color: #9C9C9C;
    font-weight: lighter;
}
.span-title-cn {
    font-size: 1rem;
}
.span-title-en {
    font-size: 0.36rem;
    margin-right: 0.6rem;
}
.header .div-menu-mobile-container {
	font-size: 24px;
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    background: #ffffff;
    z-index: 10;
    overflow: hidden;
    font-weight: lighter;
}
.div-menu-mobile-container .span-menu-icon-close {
    width: 18px;
    height: 18px;
    float: right;
    margin-right: 20px;
}

.div-menu-mobile-container ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 30px;
}
.div-menu-mobile-container li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: black !important;
    
}
.div-menu-mobile-container a {
    text-decoration: none;
}


@media screen and (min-width: 769px) {
    .header {
        padding-top: 0.4rem;
    }
    .header .div-header-nav-bar {
        overflow: hidden;
    }
    .header .span-logo {
        width: 1.88rem;
        height: 0.34rem;
        margin-left: 0.3%;
    }
    .header .span-menu-icon {
        display: none;
    }
    .header .span-menu {
    	margin-right: 4%;
        display: inline-block;
        float: right;
        color: #ffffff;
        font-weight: lighter;
    }
    .header .span-menu ul {
        margin: 0;
        list-style: none;
    }
    .header .span-menu li {
        display: inline-block;
        padding: 0 0.35rem;
        border-right: 1px solid #666666;
    }
    .border-right-none {
        border-right: none!important;
    }
    .header .span-menu a {
        text-decoration: none;
        color: #fff;
    }
    .header .span-company {
        display: inline-block;
        color: #fff;
        font-weight: lighter;
    }
}
@media only screen and (max-width:768px) {
	.span-title-cn {
		font-size: 0.68rem;
	}
}