.w {
    width: 1400px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .img {
    width: 50px;
    margin-right: 10px;
}

.logo .span {
    font-family: SourceHanSansCN-Heavy;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 4px;
    color: #333333;
    font-weight: 700;
}










.active .nav-tab {
    position: absolute;
    top: 60px;
    left: 0;
    width: 500px;
    height: 60px;
    background-color: #385369;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

.nav-tab {
    display: flex;

}

.nav-tab .tab-list a {}

.nav-tab .tab-active a {
    font-size: 16px;
    color: #1bc2ff;
    margin-right: 20px;

}

.active .nav-tab .tab-list a {
    font-size: 16px;
    margin-right: 20px;
    color: #fff;
}





.banner {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.banner .img {
    width: 100%;
    height: 100%;
}

.banner .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner .name .p1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 72px;
}

.banner .name .p2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    line-height: 72px;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

.nav-menu .goto-a {
    line-height: 72px;
    display: flex;
    align-items: center;
}

.nav-menu .goto-a a {
    font-size: 16px;
    color: #666666;
    padding-right: 5px;
}

.nav-menu .goto-a a img {
    width: 20px;
    margin-top: -7px;
}

.nav-menu .goto-a span {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.right-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-active {
    position: relative;
    line-height: 72px;
    letter-spacing: 1px;
    margin-right: 60px;
    cursor: pointer;
}

.nav-active a {
    font-size: 18px;
    color: #1bc2ff;

}



.nav-item_ {
    line-height: 72px;
    letter-spacing: 1px;
    margin-right: 60px;
    cursor: pointer;
}

.nav-item_:last-child {
    margin: 0;
}

.nav-item_ a {
    font-size: 18px;
    color: #333333;

}

.nav-item_:last-child {
    margin: 0;
}

.tab-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #e5e5e5;
    margin-top: 60px;
}

.zhuce-news {
    display: flex;
    justify-content: space-between;
}

.zhuce-news .left-msg {
    margin-right: 40px;
}



.zhuce-news .left-msg .title {
    font-size: 28px;
    line-height: 72px;
    color: #333333;
}

.zhuce-news .left-msg .text p {

    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 40px;
    color: #696969;
    height: 350px;
    overflow: hidden;
}

.zhuce-news .left-msg .more {
    margin-top: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1bc2ff;
}
.zhuce-news .left-msg .more_1 {
    margin-top: 55px;
    /*display: flex;*/
    /*align-items: center;*/
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1bc2ff;
     display: none;
}
.more-p {
    height: 100% !important;
}

.zhuce-news .left-msg .more .jia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #1bc2ff;
    color: #fff;
    margin-left: 10px;
}
.zhuce-news .left-msg .more_1 .jia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #1bc2ff;
    color: #fff;
    margin-left: 10px;
}
.zhuce-news .left-msg .more .jia p {
    color: #fff;
}
.zhuce-news .left-msg .more_1 .jia p {
    color: #fff;
}
.zhuce-news .left-img {
    padding: 7px 8px 0 8px;
    width: 460px;
    height: 100%;
    border-left: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}

.zhuce-news .left-img .img {
    width: 445px;
}

.showText {
    display: none;
}

.text-list {
    margin-top: 20px;
}

.circle {
    width: 6px;
    height: 6px;
    background-color: #1bc2ff;
    border-radius: 50%;
    margin-right: 17px;
}

.text-list .text-item a {
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #696969;
    cursor: pointer;
}

.text-list .text-item :hover {
    color: #1bc2ff;
}




.laypage {
    margin-top: 40px;
    margin-bottom: 80px;
}

.laypage ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.laypage ul li {
    margin-right: 11px;
    padding: 3px 10px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.active_1 {
    background-color: #1bc2ff;
    color: #ffffff !important;
}






























.tool {
    display: none;
    width: 38px;
    height: 38px;
}

.tool img {
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 320px) {
    .type-container ul li {
        margin-right: 1.125rem !important;
    }

    .access {
        margin-top: -22px !important;
    }

    .blogroll {
        margin-top: 15px !important;
    }

    .case-item {
        height: 210px;
    }

    .case-item .img {
        height: 130px;
    }
}

@media screen and (max-width: 900px) {
    .w {
        width: 100%;
        /* margin: 10px auto; */
        padding: 0 10px;
    }

    .w1 {
        width: 85%;
        /* margin: 10px auto; */
        padding: 0 10px;
    }

    .logo .span {
        font-size: 22px;
    }

    .banner {
        height: 125px;
        margin-top: 80px;
    }
    .banner .img {
        height: 100%;
    }

    .banner .name .p1 {
        font-size: 18px;
        line-height: 27px;
    }

    .banner .name .p2 {
        font-size: 16px;
        line-height: 27px;
    }

    .logo .img {}


    .shou {
        height: 4.2rem;
    }

    .bailogo {
        width: 150px;
    }

    .zhuce-news .left-msg .more_1 {
        font-size: 14px;
    }
    .yang ul li .biaoti {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .yangtxt {
        font-size: .875rem;
    }

    .new-detail .name {
        font-size: 15px;
        line-height: 25px
    }

    .new-detail .date {
        font-size: 12px;
        line-height: 52px;
    }

    .new-detail .text p {
        width: 100%;
        font-size: 12px;
    }


    .headBox {
        display: none;
    }

    .tool {
        display: block;
    }



    .about-text {
        width: 100%;
    }

    .about-img {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-img img {
        width: 100%;
        margin-top: 10px;
    }

    .nav-menu {
        flex-wrap: wrap;
    }

    .nav-menu .goto-a a {
        font-size: 12px;
    }

    .nav-menu .goto-a {
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 12px;
    }


    .nav-active,
    .nav-item {
        /* margin-right: 10px; */
        /* line-height: 50px; */
    }

    .nav-item_ {
        margin-right: 10px;
        margin-left: 0;
    }

    .nav-item_ a,
    .nav-active a {
        font-size: 12px;
    }



    .main {
        margin-bottom: 20px;
    }

    .zhuce-news .left-msg .text p {
        font-size: 12px;
        line-height: 30px;
    }


    .right-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nav-active {
        margin-right: 10px;
        line-height: 50px;
    }

    .nav-item_ {
        line-height: 50px;

    }

   
    .zhuce-news .left-msg {
        margin-right: 0;
    }

    .zhuce-news {
        flex-wrap: wrap;
    }

    .zhuce-news .left-msg .title {
        font-size: 18px;
        line-height: 45px;
    }




    .zhuce-news .left-msg .more {
        margin-top: 10px;
        font-size: 14px;
    }

    .zhuce-news .left-msg .more .jia {
        width: 15px;
        height: 15px;
    }

    .zhuce-news .left-msg .more .jia p {
        line-height: 13px;
        color: #fff;
    }

    .zhuce-news .left-img {
        width: 100%;
        height: auto;
        border-right: 1px solid #e5e5e5;
    }

    .zhuce-news .left-img .img {
        width: 100%;
    }

    .text-list .text-item {
        font-size: 12px;
        line-height: 32px;
    }


    .menu {
        /* margin-top: 60px; */
    }

    .menu-header .menu-item p {
        font-size: 12px;
        width: 60px;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .menu .beijing {
        padding: 20px 0;
    }

    .menu-header .menu-item {
        margin: 15px 0;
        align-items: flex-start;
    }

    .menu-header .menu-item ul li {
        margin-right: 5px;
        cursor: pointer;
    }

    .menu-header .menu-item ul li {
        font-size: 13px;
        padding: 3px 5px;
        margin-bottom: 6px;
    }

    .menu-header .menu-item ul {
        flex-wrap: wrap;
    }

    .menu-header .menu-item ul .item-active {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 3px 5px;
        margin-bottom: 6px;
        display: block;
    }

    .menu-header .menu-item ul .active-option {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 3px 5px;
        display: block;
        margin: 0;
    }

    .menu-header .menu-item ul .active-option {
        width: auto;
        height: auto;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .menu-content .menu-item {
        width: 48%;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
    }

    .menu-content {
        justify-content: space-between;
    }

    .menu-content .menu-item .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .menu-content .menu-item .msg p {
        font-size: 12px;
    }

    .menu-content .menu-item:hover .msg p {
        font-size: 12px;
        color: #1bc2ff;
    }

    .menu-content .menu-item .img_ {
        width: 60px;
    }

    .menu-content .menu-item:hover .img_1 {
        width: 60px;
    }
    .nav-menu .goto-a span {
        font-size: 12px;
    }

    .text-list .text-item a {
        font-size: 12px;
    }

    .laypage ul li {
        margin: 0 2px;
        padding: 2px 8px;
        font-size: 12px;
    }

    .active {
        
    }

    .footer-list {
        padding-top: 50px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 10px;
    }

    .access {
        margin-right: 3.75rem;
    }

    .access {}

    .blogroll {
        margin-right: 10px;

    }


    .footer-header {
        font-size: 20px;
        line-height: 10px;
    }

    .left-list ul li a,
    .right-list ul li a {
        font-size: 14px;
    }

    .left-list {
        margin-right: 15px;
    }

    .left-list ul li,
    .right-list ul li {
        margin-bottom: 12px;
    }

    .qr-code .img {
        width: 110px;
        height: 110px;
        margin-bottom: 16px;
    }

    .qr-code {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        width: 234px;
        height: 193px;
        margin: 20px auto;
        border-left: 1px solid #7d7d7d;
        border-right: 1px solid #7d7d7d;

    }

    .contact .img {
        width: 25px;
        height: 25px;
    }

    .contact .text {
        font-size: 14px;
    }

    .phone {
        font-size: 24px;
        line-height: 22px;
    }

    .tel,
    .email,
    .address {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .contact-msg {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .contact-msg p {
        font-size: 12px;
        line-height: 31px;
        color: #989898;
    }
}