@keyframes move {
    from {
        background-position: 0% 0%;
    }

    to {
        background-position: 100% 100%;
    }
}

.header {
    width: 100%;
    height: 100px;
}

.top-header {
    max-width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.logo {
    width: 424px;
    height: 38px;
    background: url('./../img/logo.png') no-repeat center;
    background-size: 100%;
}

.phone {
    display: flex;
    align-items: center;
}

.phone img {
    width: 30px;
    height: 30px;
}

.phone-info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    color: #333;
}

.phone-info span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.phone-info p {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
}

.btn-zx {
    width: 156px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    background: #0272FF;
    border: 0;
    cursor: pointer;
}

.btn-zx:hover {
    background: #0058c6;
}

.btn-zx:focus {
    outline: none;
}

.floor {
    text-align: center;
}

.floor img {
    width: 100%;
}

.floor2 {
    background-color: #f5f5f5;

}

.floor2 h4 {
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 20px;
}

.floor2_img {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.floor2 .btn-zx {
    position: absolute;
    left: 40.2%;
    bottom: 18%;
}

.floor3 {
    background: #fff;
    /* padding-top: 70px; */
}

.floor3 h4 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 74px;
}

.floor3 .center-text {
     max-width: 1400px;
    text-align: left;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
}
.floor3 .center-text p{
    padding: 10px 0;
}
.floor3 .center-text .text-left p span {
    color: #666666;
    font-size: 21px;
    margin-left: 30px;

}

.floor3 .center-text .text-left p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 25px;
    text-align: left;
}


.floor3 .center-text img {
    width: 335px;
    height: 480px;
    margin-left: 100px;
}

.floor3 .center-text .btn-zx {
    margin-top: 50px;
    float: left;
}

.img_list{
     max-width: 1400px;
     margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .img_item{
        width: 216px;
        height: 384px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.floor4 {
    background: #f5f5f5;
}

.floor4 h4 {
    margin-top: 50px;
    margin-bottom: 68px;
    font-size: 33px;
    font-weight: bold;
    color: #333333;
}

.floor4 .center {
    max-width: 1400px;
    margin: 0 auto;
}

.floor4 .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor4 .main img {
    width: 570px;
    height: 380px;
    margin-bottom: 40px;
    flex-shrink: 0;
}

.floor4 .main .text {
    margin-left: 55px;
    margin-top: -20px;
}


.floor4 .main .text .title {
    width: 80%;
    font-size: 25px;
    font-weight: bold;
    color: #111111;
    text-align: left;
}

.floor4 .main .text .line {
    width: 100%;
    height: 4px;
    background: #E9E9E9;
    margin: 20px 0 24px
}

.floor4 .main .text .desc {
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.floor5 {
    margin: 76px 103px;
}

.floor5 img {
    max-width: 1400px;
}

.floor7 {
    padding: 70px 0;
    height: 300px;
    position: relative;
}

.floor7 .swiper-img {
    margin: 0 auto;
    max-width: 1400px;
    height: 258px;
    box-sizing: border-box;
    background: url("./../img/zs.jpg") no-repeat;
    background-size: auto 253px;
    -webkit-animation: move 70s linear infinite;
    -moz-animation: move 70s linear infinite;
    -ms-animation: move 70s linear infinite;
    -o-animation: move 70s linear infinite;
    animation: move 70s linear infinite;
}

.floor7 .zz {
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    height: 100px;
    width: 100%;
}

.footer {
    background-color: #0270FF;
    height: 81px;
}

.footer-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrap .address {
    background: url('./../img/address.png') no-repeat left center;
    padding-left: 22px;
    background-size: 18px 18px;
}

.footer-wrap .footer-phone {
    margin: 0 40px;
    background: url('./../img/minphone.png') no-repeat left center;
    padding-left: 22px;
    background-size: 16px 16px;
}

.footer-wrap .footer-beian {
    background: url('./../img/ben.png') no-repeat left 1px;
    padding-left: 22px;
    background-size: 16px 16px;

}

.footer-beian-ga {
    margin-left: 40px;
    padding-left: 22px;
    background: url('./../img/gongan.png') no-repeat left 1px;
}

.footer-beian-ga a {
    color: #fff;
    text-decoration: none;
}

.footer-wrap .footer-beian a {
    color: #fff;
    text-decoration: none;
}

.fixed-model {
    position: fixed;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    width: 220px;
    height: 536px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #037AFF;
    border-radius: 10px;
}

.fixed-model .title {
    background-color: #037EFF;
    background-image: url('./../img/data.png');
    background-size: 20px 20px;
    background-position: 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 13px;
    box-sizing: border-box;
}


.fixed-model .list .item {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
}

.fixed-model .list .item:last-child {
    border-bottom: 0;
}

.fixed-model .list .item .text {
    font-size: 16px;
    color: #111111;
}

.fixed-model .list .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.fixed-model .list .item .info .price {
    font-size: 20px;
    color: #FF0000;
}

.fixed-model .list .item .info .gobuy {
    font-size: 16px;
    color: #037EFF;
    cursor: pointer;
}


@media screen and (max-width:1400px) {
    .top-header {
        padding: 0 20px;
    }

    .floor4 .center {
        padding: 0 20px;
    }

    .floor4 .main img {
        width: 40.7%;
        margin-bottom: 40px;
    }

    .floor7 .swiper-img {
        max-width: 1100px;
    }
}

@media screen and (max-width:1200px) {
    .floor7 .swiper-img {
        max-width: 1000px;
    }
}


@media screen and (max-width:950px) {
    .floor4 .main {
        flex-direction: column;

    }

    .floor4 .main img {
        width: auto;
        margin-bottom: 40px;
    }

    .floor4 .main .text {
        padding-bottom: 20px;
    }


    .floor3 .center-text .text-left p {
        font-size: 20px;
    }

    .floor3 .center-text .text-left p span {
        font-size: 16px;
    }

}


@media screen and (max-width:838px) {
    .floor3 .center-text .text-left p {
        font-size: 18px;
    }

    .floor3 .center-text .text-left p span {
        font-size: 14px;
    }
}

.model {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.model .model-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.model .model-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model .code {
    width: 200px;
    /* height: 200px; */
}

.model .code-txt {
    font-size: 13px;
    color: #666;
    line-height: 40px;
}

.model .btn-cancel {
    display: block;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.top-header .link {
    font-size: 20px;
    color: #666666;
    text-decoration: none;
    position: relative;
}

.top-header .link_active {
    color: #0272FF;
}

.top-header .home_page .link_active::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -8px;
    width: 30px;
    height: 4px;
    background: #0272FF;
}

.top-header .pay_article .link_active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 78px;
    height: 4px;
    background: #0272FF;
}

.top-header .pay_article {
    margin-right: 50px;
    margin-left: 63px;
}

.article_floor1 {
    width: 100%;
    height: 312px;
    background: url('./../img/7.png') no-repeat;
    background-size: 100% 312px;
    background-position: 0;
}

.article_floor2 {
    width: 1400px;
    margin: 25px auto;
}

.article_floor2 .item {
    padding: 25px 0;
    border-bottom: 1px solid #DDDDDD;
}

.article_floor2 .txt_top {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 15px;
}

.article_floor2 .txt_top img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.article_floor2 .txt_bottom {
    font-size: 20px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article_floor2 .txt_desc {
    float: left;
    padding-left: 35px;
    width: calc(100% - 300px);
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.article_floor2 .txt_price {
    float: right;
}

.article_floor2 .txt_price .price {
    font-size: 20px;
    color: #FF0000;
}

.article_floor2 .txt_price .gobuy {
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    background: #037EFF;
    cursor: pointer;
    margin-left: 10px;
}

.login_btn {
    margin-right: 50px;
    font-size: 20px;
    color: #666666;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: none;
}


.model-login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.model-login .model-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.model-login h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #111111;
    padding-top: 40px;
}

.model-login .form {
    padding: 10px;
}

.model-login .form .form_group {
    padding: 20px 0;
}

.model-login .form .form_group label {
    font-size: 20px;
    width: 60px;
    display: inline-block;
}

.model-login .form .form_group input {
    display: inline-block;
    width: 270px;
    height: 42px;
    background: #EEEEEE;
    border-radius: 6px;
    padding: 0 15px;
    border: 0;
    outline: none;
}

.model-login .submit {
    display: block;
    width: 300px;
    height: 42px;
    background: #0272FF;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
}

.model-login .submit:hover {
    background: #0e69dc;
}


.model-login .toggle {
    font-size: 14px;
    color: #999999;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.model-login .tips {
    color: red;
    position: absolute;
    top: 21px;
    left: 143px;
}

.floor8 {
    padding: 0 200px 80px;
}

.floor8_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floor8 h4 {
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 20px;
}

.floor8_list li {
    text-align: left;
    padding-right: 10px;
    flex: 1;
}
.floor8_list li:last-child {
    padding-right: 0;
}

.floor8_list img {
    display: block;
    width: 100%;
    height: 198px;
    background: #438EDB;
}

.floor8_list .txt_name {
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
}

.floor8_list .txt_price {
    display: block;
}

.floor8_list .txt_price .price {
    font-size: 16px;
    color: #FF0000;
}

.floor8_list .txt_price .gobuy {
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    background: #037EFF;
    cursor: pointer;
    margin-left: 10px;
}