.container-self {
    width: 1200px;
    margin: 0 auto;
}

/* pc-head */

.head-container {
    width: 100%;
    z-index: 99;
}

.head-container nav {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.head-nav-ul {
    width: 70%;
    display: flex;
    align-items: center;
}

.nav-li {
    margin-left: 100px;
    color: #333333;
    font-size: 16px;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}

.head-nav-ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.nav-li:first-child a::after {
    display: none;
}

.nav-a::after {
    content: '';
    width: 20px;
    height: 8px;
    background-image: url('../images/icon/xsj.png');
    position: absolute;
    right: -25px;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-li:hover .nav-a {
    color: #943c90;
}

.nav-li:hover .nav-a::after {
    background-image: url('../images/icon/xsj-l.png');
}

.nav-li:hover .two-nav {
    height: unset;
    opacity: 1;
    padding-top: 20px;
    top: 80px;
}

.nav-li ul {
    position: absolute;
    width: 240px;
    transform: translate(-30%);
    top: 75px;
    background-color: #f4f4f4;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .5s all ease;
    z-index: 99;
}

.nav-li ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.nav-li ul li a {
    display: flex;
    justify-content: center;
    width: 90%;
}

.nav-li ul li a:hover {
    color: #943c90;
}

/* public-title */

.common-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-title-wrapper h4 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

.common-title-wrapper p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.common-title-wrapper p::before {
    content: '';
    width: 66px;
    height: 1px;
    background-color: #bfbfbf;
    margin-right: 10px;
}

.common-title-wrapper p::after {
    content: '';
    width: 66px;
    height: 1px;
    background-color: #bfbfbf;
    margin-left: 10px;
}

/* wap-head */

.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    width: 100%;
    transition: 1s all ease;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px !important;
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px;
}

.sp_nav span {
    display: block;
    background: #943c90;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: 0px;
}

.sp_nav span:nth-of-type(2) {
    top: 10px;
}

.sp_nav span:nth-of-type(3) {
    top: 20px;
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0;
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.sjj_nav {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.nav_show {
    top: 50px !important;
}

.sjj_nav>ul {
    width: 90%;
}

.sjj_nav>ul>li:first-child {
    margin-top: 20px;
    overflow: hidden;
    border: none !important;
    display: flex;
    justify-content: center;
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px);
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px;
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
}

.sjj_nav ul li {
    border-bottom: 1px #ddd solid;
    position: relative;
    padding: 10px 5%;
    font-size: 14px;
    text-align: center;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none;
    width: 100%;
}
.sjj_nav ul li:nth-child(4) span,.sjj_nav ul li:nth-child(4) ul{
    display: none !important;
}
.sjj_nav ul li a {
    color: #333;
    text-align: center;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
    flex: 1;
}
.sjj_nav ul li ul li:last-child{
    border: none;
}
.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.animate-ul li:nth-child(odd) {
    position: relative;
    left: -100%;
    opacity: 0;
}

.animate-ul li:nth-child(even) {
    position: relative;
    left: 100%;
    opacity: 0;
}

.sjbox {
    display: none;
            position: relative;
        z-index: 9999;
}

.banner-wrapper img {
    width: 100%;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(208, 208, 208, 0.35);
    color: #999999;
}

.bread-crumbs div {
    display: flex;
    align-items: center;
}

.bread-home {
    display: flex;
    align-items: center;
}

.bread-home::before {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url('../images/icon/house.png');
    margin-right: 8px;
}

@media(max-width:1200px) {
    .container-self {
        width: 98%;
    }
    .head-container {
        display: none;
    }
    .sjbox {
        display: block;
    }
    .home-product-show-right img {
        width: 100%;
    }
    .zl_product_banner,.banner-wrapper,.zl_banner{
        margin-top: 50px;
    }
   
}


@media(max-width:1023px) {
    .common-title-wrapper h4 {
        font-size: 24px;
        color: #333333;
    }

}

