body {
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    position: relative;
}

.header .logo {
    margin-left: 32px;
    width: 140px;
    height: 41px;
}

.header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .cut-line {
    width: 1px;
    height: 100%;
    background: #DFE3E8;
    opacity: 0.34;
    margin-left: 27px;
}

.header .menu .menu-item:nth-child(1) {
    margin-left: 55px;
}

.header .menu .menu-item {
    margin-left: 90px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.header .menu .menu-item .tip {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #111111;
    opacity: 0.6;
    height: 10px;
    line-height: 10px;
    margin-bottom: 0;
}

.header .menu .active .tip {
    font-weight: 500;
    opacity: 1;
}

.header .menu .menu-item .name {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 15px;
    color: #111111;
    margin-top: 8px;
    line-height: 15px;
    margin-bottom: 0;
}

.header .menu .active .name {
    font-weight: 600;
    color: #007ED2;
}

.header .menu .active .line {
    width: 50px;
    height: 3px;
    background: #007ED2;
    position: absolute;
    bottom: 2px;
}

.header .right-info {
    display: flex;
    align-items: center;
    /* right: 70px; */
    right: 0;
    position: absolute;
}

.header .right-info .customer {
    cursor: pointer;
}

.header .right-info .customer div:nth-child(1) {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 10px;
    color: #111111;
    opacity: 0.6;
    line-height: 10px;
}

.header .right-info .customer div:nth-child(2) {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #111111;
    margin-top: 7px;
    line-height: 15px;
}

.header .right-info .search,
.header .right-info .lang,
.header .right-info .menu  {
    margin-right: 37px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.header .right-info .menu{
    width: 22px;
    height: 22px;
}

.header-sub-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: 80px;
    z-index: 1;
    transition: all 0.4s ease;
    overflow: hidden;
}
.header-sub-menu.active{
    height: 434px;
}
.header-sub-menu .sub-menu {
    width: 241px;
    height: 434px;
    /* height: 394px; */
    background: #F3F8FF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    padding-top: 13px;
}
.header-sub-menu .info-container{
    width: calc(100% - 290px);
    box-sizing: border-box;
} 
.header-sub-menu .sub-menu-item {
    width: 204px;
    height: 44px;
    background: #E3EFFF;
    border-radius: 4px;
    border: 0px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    cursor: pointer;
}

.header-sub-menu .sub-menu-item div {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    margin-left: 18px;
    color: #111111;
}

.header-sub-menu .sub-menu .active div {
    color: #0053BB;
}

.header-sub-menu .active img {
    display: block !important;
    object-fit: cover;
    width: 100%;
    height: 394px;
}

.header-sub-menu .sub-menu-item img {
    width: 11px;
    height: 10px;
    margin-right: 16px;
    display: none;
}

.header-sub-menu .info-img {
    width: 1624px;
    height: 394px;
}
.header-sub-menu .info-img.box{
    display: flex;
}
.header-sub-menu .info-img .xbox{
    /* border: 1px solid red; */
    margin-right: 40px;
}
.header-sub-menu .info-img .xbox div:nth-child(1){
    color: #0053BB;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    margin-bottom: 10px;
}
.header-sub-menu .info-img .xbox div{
    color: #646464;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 15px;
    line-height: 44px;
    padding-right: 100px;
    padding-left: 20px;
}
.header-sub-menu .info-img .xbox div:not(:first-child):hover{
    cursor: pointer;
    background-color: #F3F3F3;
}
.header-sub-menu .info-img .wz{
    display: flex;
    flex-wrap: wrap;
}
.header-sub-menu .info-img .wz div{
    color: #0053BB;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    width: 200px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.header-sub-menu .info-img .wz2 div{
    color: #0053BB;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    padding-left: 20px;
}
.header-sub-menu .info-img .wz2 div:hover{
    cursor: pointer;
    background-color: #F3F3F3;
}
.header-sub-menu .info-img .wz div:hover{
   cursor: pointer;
   background-color: #F3F3F3;
}
.header-sub-menu .info-img .wz div img{
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.header-sub-menu .info {
    position: relative;
    width: 100%;
    display: none;
}
.header-sub-menu .info.active {
   display: block;
}

.header-sub-menu .info .tx {
    font-size: 42px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.header-sub-menu .info .tx div:nth-last-child(1) {
    font-size: 20px;
    margin-top: 10px;
}
/* 手机 */
.mobile{
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100% !important;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px 0px rgba(24, 35, 53, 0.2);
    display: none;
}
.pc{
    display: block;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}        
.modal-content {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-out;
    z-index: 1001;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}
.modal-content .modal-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.modal-content .modal-header h2 a{
    font-size: 18px;
    color: #007ED2;
    text-decoration: none;
    font-family: Alibaba PuHuiTi;
}
.modal-content .modal-body .box{
    margin-bottom: 20px;
}
.modal-content .modal-body .box .two-menu {
    padding: 10px 0 0 20px;
    max-height: 0;         
    overflow: hidden;
    transition: max-height 1s;
}
.modal-content .modal-body .box .active{
    max-height: 500px;
    transition: max-height 1s;
}
.modal-content .modal-body .box .two-menu div{
    font-size: 14px;
    color: #000000;
    padding: 5px;
    font-family: Alibaba PuHuiTi;
}
.modal-content .modal-body .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-content .modal-body .menu-title a{
    font-size: 16px;
    text-decoration: none;
    color: #333333;
    font-family: Alibaba PuHuiTi;
}
.modal-content .modal-body .menu-title div{
    font-size: 20px;
    padding: 0 15px;
}

@media (max-width: 1600px) {
    .header .menu .menu-item .tip{
        font-size: 8px;
    }
    .header .menu .menu-item .name,
    .header-sub-menu .info-img .xbox div{
        font-size: 13px;
    }
    .header-sub-menu .sub-menu-item div,
    .header-sub-menu .info-img .xbox div:nth-child(1),
    .header-sub-menu .info-img .wz div,
    .header-sub-menu .info-img .wz2 div{
        font-size: 14px;
    }
    .header-sub-menu .info .tx div:nth-last-child(1){
        font-size: 16px;
    }
    .header-sub-menu .info .tx{
        font-size: 30px;
    }
}
@media (max-width: 1360px) {
}
@media (max-width: 1000px) {
    .mobile{
        display: block;
    }
    .pc{
        display: none;
    }
    .mobile .header .logo2 {
        margin-left: 20px;
        width: 110px;
    }
    .mobile .header{
        height: 56px;
    }
    .mobile .header .right-info img{
        margin-right: 20px;
    }
}