/* 汉堡菜单icon */

.hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #e50012;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

#sec {
    display: inline-block;
    width: 45px;
}

@keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -o-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-45deg);
    -ms-transform: translateY(1px) rotate(-45deg);
    -o-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    width: 0;
}


/* 导航栏 */

header {
    height: 150px;
    background: #fff;
}

header .logo {
    /* padding: 0.22rem 0 0 0.1rem; */
}

header .logo img {
    max-width: 100%;
}

header .wp .menuicon {
    margin: 0 0.15rem 0 0;
    position: relative;
}

header .wp .menuicon .mopen {
    width: 0.68rem;
    height: 0.6rem;
}

header .wp .menuicon .mclose {
    display: none;
    width: 0.68rem;
    height: 0.6rem;
}

header .wp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
    height: 100%;
}

header .wp .txt_cont {
    padding: 0 0 0 20px;
    margin: 0 30px 0 0;
}

header .wp .txt_cont .name {
    font-size: 33px;
    color: #000;
    font-weight: bold;
    line-height: 1.05;
}

header .wp .txt_cont .desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

header .wp .txt_cont .cont {
    display: flex;
    font-size: 18px;
    color: #313438;
    margin: 6px 0 0 0;
}

header .wp .txt_cont .cont .date {
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 12px 0 0;
}

header .wp .txt_cont .cont .date::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../../static2/images/enter/date.png) no-repeat center;
    position: absolute;
    top: 2px;
    left: 0;
}

header .wp .txt_cont .cont .position {
    padding: 0 0 0 25px;
    position: relative;
}

header .wp .txt_cont .cont .position::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../../static2/images/enter/position.png) no-repeat center;
    position: absolute;
    top: 2px;
    left: 0;
    background-size: contain;
}

header .wp .time {
    margin: -20px 0 0 100px;
}

header .wp .time .date_time {
    font-size: 24px;
    color: #000;
}

header .wp .time .date_time span {
    font-size: 32px;
    color: #ed1b23;
    font-family: Impact;
}

header .wp .time .phonebox {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    height: 42px;
}

header .wp .time .phonebox .txt {
    height: 42px;
    width: 50%;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .wp .time .phonebox .txt img {
    display: block;
    margin: 0 10px 0 0;
}

header .wp .time .phonebox .txt p {
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: relative;
}

header .wp .time .phonebox .phone {
    height: 42px;
    width: 50%;
    background: #ed1b23;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .wp .time .phonebox .phone p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

header .wp .menuicon {
    display: none;
}

nav {
    height: 40px;
    background: #000;
}

.wp {
    padding: 0 2%;
    width: 74%;
    margin: 0 auto;
    max-width: 1430px;
    min-width: 1200px;
}

nav .wp .mainul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

nav .wp .mainul .item {
    text-align: center;
    flex-grow: 1;
    height: 100%;
    line-height: 40px;
    position: relative;
}

nav .wp .mainul .item a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

nav .wp .mainul .item:hover {
    background: #5d298d;
}

nav .wp .mainul .item:hover .secnav {
    display: block;
}

nav .wp .mainul .item .secnav {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #000;
    display: none;
    top: 40px;
}

nav .wp .mainul .item .secnav .subitem {}

nav .wp .mainul .item .secnav .subitem:hover {
    background: #5d298dc;
}

nav .wp .mainul .item .secnav .subitem a {
    font-size: 14px;
}

nav .wp .mainul .active {
    background: #5d298d;
}


/* 移动端导航 */

.mobilenav {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
    height: 100vh;
    left: -100%;
    transition: all 0.4s;
}

.mobilenav ul li {
    text-align: center;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.mobilenav ul li .adt {
    position: absolute;
    top: 3px;
    right: 24px;
    color: #000;
    z-index: 999;
    display: block;
    height: 10px;
    width: 10px;
    font-size: 20px;
}

.mobilenav ul li .navitem {
    font-size: 16px;
    padding: 8px 20px;
    display: block;
    width: 70%;
    margin: 0 auto;
}

.mobilenav ul li .subnav ul li {
    border-bottom: 1px solid #efefef;
    padding: 10px 0 10px 0;
}

.mobilenav ul li .subnav .subitem {
    font-size: 14px;
    padding: 0;
    position: relative;
    border: 0;
    text-align: left;
}

.mobilenav ul li .subnav .subitem::before {
    content: '';
    background: #a1a1a1;
    width: 10px;
    height: 1px;
    position: absolute;
    left: -15px;
    top: 10px;
}

.subnav {
    height: 0px;
    overflow: hidden;
}

footer {
    background: #333333;
    padding: 50px 0 0 0;
}

footer .wp {
    animation-name: fadeInUp;
    visibility: visible;
}

footer .wp .wrap {
    display: flex;
    justify-content: space-between;
}

footer .wp .wrap .left {}

footer .wp .wrap .left .btmlogo {
    margin: 0 0 30px 0;
}

footer .wp .wrap .left .daner {
    margin: 20px 0;
    display: flex;
}

footer .wp .wrap .left .daner span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0;
}

footer .wp .wrap .left .daner div {}

footer .wp .wrap .left .daner div p {
    font-size: 14px;
    color: #fff;
}

footer .wp .wrap .left .addressbox {
    display: flex;
}

footer .wp .wrap .left .addressbox .pbox {
    margin: 0 20px 0 0;
    width: 100px;
}

footer .wp .wrap .left .addressbox .pbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .wp .wrap .left .addressbox .addres {}

footer .wp .wrap .left .addressbox .addres p {
    font-size: 14px;
    color: #fff;
}

footer .wp .wrap .right {
    margin: 0 0 0 50px;
}

footer .wp .wrap .right .mainul {
    display: flex;
    justify-content: space-evenly;
}

footer .wp .wrap .right .mainul li {
    margin: 0 15px 20px 0;
}

footer .wp .wrap .right .mainul li a {
    font-size: 16px;
    color: #fff;
}

footer .wp .wrap .right .mainul li .secul {}

footer .wp .wrap .right .mainul li .secul li {
    margin: 0 0 5px 0;
}

footer .wp .wrap .right .mainul li .secul li a {
    font-size: 14px;
    color: #999;
}

footer .infobar {
    background: #222222;
    padding: 20px 0;
    text-align: center;
    margin: 30px 0 0 0;
}

footer .infobar p {
    font-size: 12px;
    color: #888;
}

footer .infobar p a {
    font-size: 12px;
}


/* 媒介查询 */


/* 大屏幕（老款笔记本1366） */

@media (min-width:1921px) and (max-width:2560px) {}

@media (max-width:1650px) {
    .wp {
        padding: 0 2%;
        width: 96%;
    }
}

@media (max-width:1440px) {
    footer .wp .wrap .right .mainul li {
        margin: 0 5px 20px 0;
    }
}

@media (max-width: 1366px) {
    .crumb .wp .zx {
        width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1280px) {
    footer .wp .wrap .right {
        margin: 0 0 0 8px;
    }
    .wp {
        min-width: 1200px;
    }
}

@media (max-width: 1170px) {}

@media (max-width: 1024px) {
    header .wp .menuicon {
        display: block;
    }
    header .wp .time .date_time {
        display: none
    }
    header .wp .time .phonebox {
        display: none;
    }
    header .wp .txt_cont .cont {
        display: none;
    }
    .wp {
        width: 96%;
        padding: 0 2%;
        min-width: auto;
    }
    nav {
        display: none;
    }
}

@media (max-width: 992px) {
    footer .wp .wrap .right {
        display: none;
    }
    header .wp .txt_cont .name {
        font-size: 22px;
    }
    header .wp .txt_cont .desc {
        display: none;
    }
    header .wp .txt_cont .name {
        font-size: 16px;
    }
    header {
        height: 65px;
    }
    .banner {
        display: none;
    }
    .wapbanner {
        display: block;
    }
    .wapbanner img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 50px 0 54px 0
    }
}

@media (max-width: 640px) {
    footer .wp .wrap .left .addressbox .pbox {
        display: none;
    }
}

@media (max-width: 414px) {}

@media (max-width: 393px) {}

@media (max-width: 375px) {}