@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}
p{
    margin: 0;
}
ul{
    list-style: none;
}

input, button{
    outline: none;
}
button:focus{
    outline: none;
}
.yx-flex{
    display: flex;
}
a{
    text-decoration: none;
}
label{
    margin-bottom: 0;
}

.hover-img{
    overflow: hidden;
}
.hover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.hover-img:hover img{
    transform: scale(1.1);
}


.yx-header{
    height: 80px;
    background: #ffffff;
    position: relative;
}
.yx-header > div{
    max-width: 1600px;
    padding: 0 20px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yx-header img{
    height: 42px;
}
.yx-header .yx-nav{
    display: flex;
    list-style: none;
    margin: 0;
}
.yx-header .yx-nav li{
    height: 80px;
    line-height: 75px;
    text-align: center;
    border-bottom: 5px solid #ffffff;
    min-width: 100px;
    position: relative;
}
.yx-header .yx-nav li.on, .yx-header .yx-nav li:hover{
    border-bottom: 5px solid #2664DF;
}
.yx-header .yx-nav li > a{
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    padding: 0 20px;
}
.yx-header .yx-nav li.on > a,
.yx-header .yx-nav li:hover > a{
    color: #2664DF;
    font-weight: bold;
}

.yx-header .yx-nav .menu-list{
    position: absolute;
    z-index: 9;
    width: 500px;
    top: 80px;
    left: -190px;
    display: none;
}
.yx-header .yx-nav .menu-list > div{
    background: #FFFFFF;
    margin-top: 2px;
    border-radius: 5px;
    box-shadow: 3px 4px 10px 0px rgba(175,176,177,0.39);
    padding: 20px 30px;
}
.yx-header .yx-nav li:hover .menu-list{
    display: block;
}
.yx-header .yx-nav .menu-list a{
    display: flex;
    border-bottom: 1px dashed #DCDCDC;
    height: 50px;
    color: #A6A6A6;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    line-height: 1;
}
.yx-header .yx-nav .menu-list a:last-child{
    border-bottom: none;
}
.yx-header .yx-nav .menu-list a i{
    width: 25px;
    height: 25px;
    background: url("/static/images/index/right_1.png");
}
.yx-header .yx-nav .menu-list a:hover{
    font-weight: bold;
    color: #2664DF;
}
.yx-header .yx-nav .menu-list a:hover i{
    background: url("/static/images/index/right_2.png");
}
.yx-header.back .back-icon{
    display: none;
}
.yx-header.back .title{
    display: none;
}

.yx-nav-box{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 99;
    display: none;
}
.yx-nav-box > div{
    width: 225px;
    height: 100%;
    background: #fff;
    position: relative;

}
.yx-nav-box >div i.close-icon{
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("/static/images/index/close.png") center/16px 16px no-repeat;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.yx-nav-box .yx-nav{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.yx-nav-box .yx-nav li{
    margin-top: 25px;
}
.yx-nav-box .yx-nav a{
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    color: #000000;
    display: block;
    text-align: center;
    padding: 0 2px;
}
.yx-nav-box .yx-nav li.on a{
    font-size: 16px;
    color: #2664DF;
    border-bottom: 1px solid #2664DF;
}
.yx-nav-box .yx-nav li:first-child{
    margin-top: 0;
}


.swiper-container-horizontal.swiper-container#index_banner > .swiper-pagination-bullets{
    bottom: 5%!important;
}


.swiper-container#index_banner .swiper-pagination-bullet,
.swiper-container#index_advantage .swiper-pagination-bullet
{
    width: 50px;
    border-radius: 4px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 8px;
}
.swiper-container#index_banner .swiper-pagination-bullet-active,
.swiper-container#index_advantage .swiper-pagination-bullet-active
{
    background: #6DFFCA;
}
.swiper-container#index_banner .img-box{
    height: calc(100vh - 80px);
}
.swiper-container#index_advantage .img-box
{
    height: 450px;
}
.swiper-container#index_banner .img-box img,
.swiper-container#index_advantage .img-box img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index-main .two-item
{
    width: 1480px;
    margin: 0 auto;
}
.index-main h5,
.shopping-area-main h5 {
    color: #2664DF;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0;
}

.index-main .eight-item h5{
    padding: 80px 0 30px;
}
.index-main .two-item h5{
    padding: 40px 0 70px;
}
.index-main .three-item h5{
    padding: 40px 0 30px;
}
.index-main .four-item h5{
    padding: 50px 0 40px;
}
.index-main .five-item h5{
    padding: 100px 0 50px;
}
.index-main .seven-item h5{
    padding: 45px 0 20px;
}
.index-main .two-item .yx-flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-main .two-item .item{
    width: 400px;
    height: 321px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-main .two-item .item:nth-child(n+4){
    margin-top: 40px;
}
.index-main .two-item .item .icon-box{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #E7EFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-main .two-item .item p{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    padding: 20px 0 6px;
}
.index-main .two-item .item span{
    font-size: 20px;
    color: #A6A6A6;
    line-height: 1.8;
    text-align: center;
}


.index-main .four-item{
    background: url("/static/images/index/index-2-bg.png");
    height: 500px;
    margin-top: 120px;
}
.index-main .four-item .yx-flex{
    width: 1140px;
    margin: 0 auto;
}
.index-main .four-item .yx-flex .item{
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-main .four-item .yx-flex .item .img-box{
    width: 196px;
    height: 196px;
    margin-left: 8px;
}
.index-main .four-item .yx-flex .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-main .four-item .yx-flex .item p{
    font-size: 20px;
    color: #333333;
    padding: 22px 0 10px;
}
.index-main .four-item .yx-flex .item .btn-box{
    width: 150px;
    height: 42px;
    background: #2664DF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}
.index-main .four-item .yx-flex .item .btn-box span{
    padding-right: 10px;
}


.index-main .five-item{
    max-width: 1420px;
    margin: 0 auto;
}
.index-main .five-item .yx-flex{
    justify-content: space-between;
}
.index-main .five-item .item{
    width: 232px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #333333;
}
.index-main .five-item .yx-flex .item .img-box{
    width: 232px;
    height: 232px;
    margin-bottom: 16px;
    box-shadow: 10px 8px 0 #E7EFFF;
}
.index-main .five-item .yx-flex .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index-main .six-item{
    padding-bottom: 100px;
}
.index-main .six-item .title-box{
    width: 550px;
    height: 90px;
    margin: 80px auto 32px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    font-size: 22px;
}
.index-main .six-item .title-box > div{
    width: 33.33%;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    border-right: 2px solid #333333;
    text-align: center;
}
.index-main .six-item .title-box > div span{
    cursor: pointer;
}
.index-main .six-item .title-box > div span:hover,
.index-main .six-item .title-box > div.on{
    color: #2664DF;
}
.index-main .six-item .title-box > div:last-child{
    border-right: none;
}
.index-main .six-item .yx-flex{
    justify-content: space-between;
    width: 1210px;
    margin: 0 auto;
    display: none;
}
.index-main .six-item .yx-flex.on{
    display: flex;
}
.index-main .six-item .left-box{
    width: 560px;
}
.index-main .six-item .left-box .img-box{
    width: 100%;
    height: 300px;
    background: #E7EFFF;
    box-shadow: 6px 6px 0 #E3E4E5;
}
.index-main .six-item .left-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-main .six-item .left-box p.title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 30px 0 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-main .six-item .left-box p.content{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    padding: 0 10px;
    text-align: justify;
}
.index-main .six-item .left-box .btn-box,
.index-main .six-item .right-box .btn-box
{
    display: block;
    width: 100px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #333333;
    color: #333333;
    margin: 10px;
    cursor: pointer;
}
.index-main .six-item .right-box{
    width: 620px;
    padding:  40px 30px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.index-main .six-item .right-box .item{
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-size: 18px;
}
.index-main .six-item .right-box .item i{
    width: 12px;
    height: 12px;
    background: #2664DF;
    border-radius: 50%;
}
.index-main .six-item .right-box .item a{
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.index-main .six-item .right-box .btn-box{
    background: #2664DF;
    color: #FFFFFF;
    float: right;
    border: 1px solid #2664DF;
    margin: 20px 0 0px;
}



.index-main .seven-item{
    background: #E7EFFF;
    padding-bottom: 50px;
}
.index-main .seven-item form{
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.index-main .seven-item form > div{
    background: #FFFFFF;
    border: 1px solid #E3E4E5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.index-main .seven-item form > div .img-box{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin: 0 12px;
}
.index-main .seven-item form > div input{
    border: none;
    height: 42px;
    flex: auto;
    font-size: 18px;
}
.index-main .seven-item form > div:nth-child(4){
    align-items: flex-start;
}
.index-main .seven-item form > div:nth-child(4) textarea{
    border: none;
    flex: auto;
    font-size: 18px;
    line-height: 2.3333;
    height: 200px;
    resize: none;
    outline: none;
}
.index-main .seven-item form > div:nth-child(4) .img-box{
    margin-top: 6px;
}
.index-main .seven-item form button{
    width: 150px;
    height: 42px;
    background: #2664DF;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 30px auto 0;
    line-height: 1;
}
.index-main .seven-item form button span{
    padding-right: 10px;
}

.index-main .eight-item .item-box{
    height: 715px;
    background-repeat: no-repeat;
    background-size: 100% 450px;
    background-position: top center;
    position: relative;
}
.index-main .eight-item .item-box:nth-child(2){
    background-image: url("/static/images/index/system-1.jpg");
}
.index-main .eight-item .item-box:nth-child(3){
    background-image: url("/static/images/index/system-2.jpg");
}
.index-main .eight-item .item-box:nth-child(4){
    background-image: url("/static/images/index/system-3.jpg");
}
.index-main .eight-item .item-box > div{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.index-main .eight-item .left-box{
    color: #FFFFFF;
    flex: none;
}
.index-main .eight-item .item-box:nth-child(4)  .left-box{
    color: #000;
}
.index-main .eight-item .left-box p{
    font-size: 32px;
    padding-top: 108px;
}
.index-main .eight-item .left-box span{
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    padding: 6px 0 12px;
    margin-right: -100px;
}
.index-main .eight-item .left-box img{
    display: block;
    width: 350px;
    height: 450px;
    box-shadow: 15px 15px 0px rgba(196, 214, 248, 0.34);
}
.index-main .eight-item .right-box{
    flex: auto;
    padding-top: 465px;
    margin-left: 40px;
    font-size: 20px;
    color: #A6A6A6;
    line-height: 32px;
    text-align: justify;
    position: relative;
}
.index-main .eight-item .right-box a{
    width: 150px;
    height: 42px;
    background-color: #A6A6A6;
    border-radius: 5px;
    color: #FFFFFF;
    text-indent: 20px;
    line-height: 42px;
    background-image: url("/static/images/index/play.png");
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: 110px center;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-main .eight-item .right-box a:hover{
    background-color: #2664DF;
}


@media only screen and (max-width: 2560px){
    .index-main .eight-item .item-box{
        background-size: auto 450px;
    }
}


.yx-footer{
    height: 100px;
    background: #2664DF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFFFFF;
}
.yx-footer a{
    text-decoration: none;
    color: #FFFFFF;
}
.yx-footer span:nth-child(2){
    padding: 0 20px;
}


@media only screen and (max-width: 1600px) {
    .yx-header, .yx-header > div{
        height: 64px;
    }
    .yx-header img{
        height: 32px;
    }
    .yx-header .yx-nav li{
        height: 64px;
        line-height: 60px;
        border-bottom: 4px solid #ffffff;
    }
    .yx-header .yx-nav li.on,
    .yx-header .yx-nav li:hover{
        border-bottom: 4px solid #2664DF;
    }
    .yx-header .yx-nav li > a{
        font-size: 16px;
        padding: 0 16px;
    }
    .swiper-container#index_banner .img-box{
        height: calc(100vh - 64px);
    }
    .swiper-container#index_advantage .img-box{
        height: 360px;
    }
    .index-main h5{
        font-size: 29px;
    }
    .index-main .two-item{
        width: 1184px;
    }
    .index-main .two-item .item{
        width: 320px;
        height: 240px;
    }
    .index-main .two-item .item:nth-child(n+4){
        margin-top: 30px;
    }
    .index-main .two-item .item .icon-box{
        width: 120px;
        height: 120px;
    }
    .index-main .two-item .item .icon-box img{
        transform:scale(0.8);
    }
    .index-main .two-item .item p{
        font-size: 22px;
        padding: 16px 0 4px;
    }
    .index-main .two-item .item span{
        font-size: 16px;
    }
    .index-main .four-item .yx-flex .item p{
        font-size: 16px;
    }
    .index-main .four-item{
        height: 450px;
        margin-top: 100px;
    }
    .index-main .four-item .yx-flex .item .btn-box{
        width: 120px;
        height: 32px;
        font-size: 16px;
    }
    .index-main .four-item .yx-flex .item .btn-box img{
        transform: scale(0.8);
    }
    .index-main .five-item{
        width: 1140px;
    }
    .index-main .five-item .item{
        width: 186px;
        font-size: 16px;
    }
    .index-main .five-item .yx-flex .item .img-box{
        width: 186px;
        height: 186px;
        box-shadow: 8px 6px 0 #E7EFFF;
        margin-bottom: 12px;
    }
    .index-main .six-item{
        padding-bottom: 80px;
    }
    .index-main .six-item .title-box{
        width: 440px;
        height: 72px;
        margin: 60px auto 26px;
        font-size: 18px;
    }
    .index-main .six-item .yx-flex{
        width: 968px;
    }
    .index-main .six-item .left-box{
        width: 448px;
    }
    .index-main .six-item .left-box .img-box{
        height: 240px;
    }
    .index-main .six-item .left-box p.title{
        font-size: 16px;
        padding: 24px 0 8px;
    }
    .index-main .six-item .left-box p.content{
        font-size: 15px;
        color: #333333;
        line-height: 20px;
    }
    .index-main .six-item .left-box .btn-box,
    .index-main .six-item .right-box .btn-box
    {
        width: 80px;
        height: 26px;
        font-size: 15px;
        line-height: 24px;
        margin: 8px;
    }
    .index-main .six-item .right-box{
        width: 496px;
        padding: 32px 24px;
    }
    .index-main .six-item .right-box .item{
        font-size: 15px;
        line-height: 2.88;
    }
    .index-main .six-item .right-box .item i{
        width: 10px;
        height: 10px;
    }
    .index-main .six-item .right-box .item a{
        width: 340px;
    }
    .index-main .six-item .right-box .btn-box{
        margin: 16px 0 0px;
    }

    .index-main .seven-item form{
        width: 800px;
    }
    .index-main .seven-item form > div{
        border-radius: 4px;
        margin-bottom: 14px;
    }
    .index-main .seven-item form > div input{
        height: 34px;
        font-size: 15px;
    }
    .index-main .seven-item form > div .img-box img{
        transform:scale(0.8);
    }
    .index-main .seven-item form > div:nth-child(4) textarea{
        font-size: 15px;
        height: 160px;
    }
    .index-main .seven-item form > div:nth-child(4) .img-box{
        margin-top: 2px;
    }
    .index-main .seven-item form button{
        width: 120px;
        height: 32px;
        font-size: 16px;
        margin: 24px auto 0;
    }
    .index-main .seven-item form button img {
        width: 18px;
        height: 18px;
    }


    .yx-header .yx-nav .menu-list{
        top: 64px;
        width: 400px;
        left: -150px;
    }
    .yx-header .yx-nav .menu-list > div{
        padding: 16px 24px;
    }
    .yx-header .yx-nav .menu-list a{
        font-size: 16px;
        height: 40px;
        padding: 0 22px;
    }
    .yx-header .yx-nav .menu-list a i{
        transform: scale(.8);
    }

    .index-main .eight-item .item-box{
        background-size: auto 360px;
        height: 572px;
    }
    .index-main .eight-item .item-box > div{
        width: 1080px;
    }
    .index-main .eight-item .left-box p{
        font-size: 25px;
        padding-top: 86px;
    }
    .index-main .eight-item .left-box span{
        font-size: 16px;
        padding: 4px 0 10px;
    }
    .index-main .eight-item .left-box img{
        width: 280px;
        height: 360px;
        box-shadow: 12px 12px 0px rgba(196, 214, 248, 0.34);
    }
    .index-main .eight-item .right-box{
        padding-top: 368px;
        margin-left: 32px;
        font-size: 16px;
        line-height: 30px;
    }
    .index-main .eight-item .right-box a{
        transform: scale(.8);
        transform-origin: left bottom;
    }

    .swiper-container#index_banner .swiper-pagination-bullet,
    .swiper-container#index_advantage .swiper-pagination-bullet{
        width: 40px;
    }
    .index-main .eight-item h5{
        padding: 64px 0 24px;
    }
    .index-main .two-item h5{
        padding: 32px 0 56px;
    }
    .index-main .three-item h5{
        padding: 32px 0 24px;
    }
    .index-main .four-item h5{
        padding: 40px 0 32px;
    }
    .index-main .five-item h5{
        padding: 80px 0 40px;
    }
    .index-main .seven-item h5{
        padding: 36px 0 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .index-main h5{
        font-size: 22px;
    }
    .index-main .eight-item h5{
        padding: 48px 0 18px;
    }
    .index-main .two-item h5{
        padding: 24px 0 42px;
    }
    .index-main .three-item h5{
        padding: 24px 0 18px;
    }
    .index-main .four-item h5{
        padding: 30px 0 24px;
    }
    .index-main .five-item h5{
        padding: 60px 0 30px;
    }
    .index-main .seven-item h5{
        padding: 27px 0 12px;
    }
    .yx-header img{
        height: 25px;
    }
    .yx-header, .yx-header > div{
        height: 48px;
    }
    .yx-header .yx-nav li{
        height: 48px;
        line-height: 45px;
        border-bottom: 3px solid #ffffff;
        min-width: 84px;
    }
    .yx-header .yx-nav li.on,
    .yx-header .yx-nav li:hover{
        border-bottom: 3px solid #2664DF;
    }
    .yx-header .yx-nav li > a{
        font-size: 14px;
        padding: 0 14px;
    }
    .swiper-container#index_banner .swiper-pagination-bullet,
    .swiper-container#index_advantage .swiper-pagination-bullet{
        width: 30px;
        height: 6px;
        border-radius: 3px;
    }
    .yx-header .yx-nav .menu-list{
        top: 48px;
        width: 300px;
        left: -108px;
    }
    .yx-header .yx-nav .menu-list > div{
        padding: 12px 18px;
    }
    .yx-header .yx-nav .menu-list a{
        font-size: 14px;
        height: 30px;
        padding: 0 18px;
    }
    .yx-header .yx-nav .menu-list a i{
        transform: scale(.6);
    }

    .index-main .eight-item .item-box{
        background-size: auto 270px;
        height: 429px;
    }
    .index-main .eight-item .item-box > div{
        width: 810px;
    }
    .index-main .eight-item .left-box p{
        font-size: 18px;
        padding-top: 70px;
    }
    .index-main .eight-item .left-box span{
        font-size: 14px;
        padding: 3px 0 7px;
    }
    .index-main .eight-item .left-box img{
        width: 210px;
        height: 270px;
        box-shadow: 9px 9px 0px rgba(196, 214, 248, 0.34);
    }
    .index-main .eight-item .right-box{
        padding-top: 280px;
        margin-left: 20px;
        font-size: 13px;
        line-height: 24px;
    }
    .index-main .eight-item .right-box a{
        transform: scale(.6);
    }
    .index-main .two-item{
        width: 888px;
    }
    .index-main .two-item .item{
        width: 260px;
        height: 192px;
    }
    .index-main .two-item .item:nth-child(n+4){
        margin-top: 24px;
    }
    .index-main .two-item .item .icon-box{
        width: 90px;
        height: 90px;
    }
    .index-main .two-item .item .icon-box img{
        transform:scale(0.6);
    }
    .index-main .two-item .item p{
        font-size: 16px;
        padding: 12px 0 3px;
    }
    .index-main .two-item .item span{
        font-size: 13px;
    }
    .swiper-container#index_advantage .img-box{
        height: 270px;
    }
    .index-main .five-item{
        width: 852px;
    }
    .index-main .five-item .item{
        width: 140px;
        font-size: 13px;
    }
    .index-main .five-item .yx-flex .item .img-box{
        width: 140px;
        height: 140px;
        box-shadow: 6px 4px 0 #E7EFFF;
        margin-bottom: 10px;
    }
    .index-main .six-item .title-box{
        width: 330px;
        height: 54px;
        margin: 48px auto 20px;
        font-size: 15px;
    }

    .index-main .six-item .yx-flex{
        width: 852px;
    }
    .index-main .six-item .left-box{
        width: 395px;
    }
    .index-main .six-item .left-box .img-box{
        height: 210px;
    }
    .index-main .six-item .left-box p.title{
        font-size: 14px;
        padding: 20px 0 6px;
    }
    .index-main .six-item .left-box p.content{
        font-size: 13px;
        color: #333333;
        line-height: 18px;
        padding: 0 6px;
    }
    .index-main .six-item .left-box .btn-box,
    .index-main .six-item .right-box .btn-box
    {
        width: 60px;
        height: 22px;
        font-size: 13px;
        line-height: 20px;
        margin: 6px;
    }
    .index-main .six-item .right-box{
        width: 436px;
        padding: 24px 18px;
    }
    .index-main .six-item .right-box .item{
        font-size: 13px;
    }
    .index-main .six-item .right-box .item i{
        width: 8px;
        height: 8px;
    }
    .index-main .six-item .right-box .item a{
        width: 300px;
    }
    .index-main .six-item .right-box .btn-box{
        margin: 12px 0 0px;
    }
    .index-main .seven-item{
        padding-bottom: 30px;
    }
    .index-main .seven-item form{
        width: 600px;
    }
    .index-main .seven-item form > div{
        border-radius: 3px;
        margin-bottom: 10px;
    }
    .index-main .seven-item form > div input{
        height: 26px;
        font-size: 13px;
    }
    .index-main .seven-item form > div .img-box img{
        transform:scale(0.6);
    }
    .index-main .seven-item form > div .img-box{
        width: 26px;
        height: 26px;
        margin: 0 8px;
    }
    .index-main .seven-item form > div:nth-child(4) textarea{
        font-size: 13px;
        height: 120px;
    }
    .index-main .seven-item form button{
        width: 90px;
        height: 24px;
        font-size: 13px;
        margin: 20px auto 0;
    }
    .index-main .seven-item form button img {
        width: 14px;
        height: 14px;
    }
    .index-main .six-item{
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 1000px) {
    .yx-header > div{
        padding: 0 10px;
    }
    .yx-header .yx-nav li{
        border-bottom: 2px solid #ffffff;
        min-width: 72px;
    }
    .yx-header .yx-nav li.on,
    .yx-header .yx-nav li:hover{
        border-bottom: 2px solid #2664DF;
    }
    .yx-header .yx-nav li > a{
        font-size: 13px;
        padding: 0 10px;
    }
    .yx-header .yx-nav .menu-list > div{
        padding: 10px 15px;
    }
    .yx-header .yx-nav .menu-list a{
        font-size: 13px;
        height: 25px;
    }
}

@media only screen and (max-width: 900px) {
    .index-main h5{
        font-size: 18px;
    }
    .index-main .eight-item h5{
        padding: 40px 0 14px;
    }
    .index-main .two-item h5{
        padding: 20px 0;
    }
    .index-main .three-item h5{
        padding: 30px 0 18px;
    }
    .index-main .five-item h5{
        padding: 40px 0 24px;
    }

    .index-main .eight-item .item-box{
        background-size: auto 200px;
        height: 350px;
    }
    .index-main .eight-item .item-box > div{
        width: calc(100% - 40px);
    }
    .index-main .eight-item .left-box p{
        font-size: 16px;
        padding-top: 65px;
    }
    .index-main .eight-item .left-box span{
        font-size: 12px;
        transform: scale(.9);
        transform-origin: left;
        padding: 0px 0 4px;
    }
    .index-main .eight-item .left-box img{
        width: 160px;
        height: 206px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    }
    .index-main .eight-item .right-box{
        padding-top: 210px;
        margin-left: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .index-main .eight-item .right-box a{
        transform: scale(.5);
    }


    .index-main .two-item{
        width: 100%;
    }
    .index-main .two-item .yx-flex{
        justify-content: space-around;
    }
    .index-main .two-item .item{
        width: 27%;
        height: auto;
    }
    .index-main .two-item .item .icon-box{
        width: 75px;
        height: 75px;
    }
    .index-main .two-item .item .icon-box img{
        transform: scale(0.48);
    }
    .index-main .two-item .item p{
        font-size: 15px;
        padding: 12px 0 3px;
    }
    .index-main .two-item .item span{
        font-size: 12px;
    }
    .swiper-container#index_advantage .img-box{
        height: 200px;
    }
    .index-main .five-item{
        width: calc(100% - 40px);
    }
    .index-main .five-item .item{
        width: 120px;
        font-size: 12px;
        color: #A6A6A6;
    }
    .index-main .five-item .yx-flex .item .img-box{
        width: 120px;
        height: 120px;
        box-shadow: 3px 3px 0 #DEE1E4;
    }
    .index-main .five-item .yx-flex .item p{
        margin-left: -10px;
        margin-right: -10px;
    }

    .index-main .six-item{
        padding-bottom: 40px;
    }
    .index-main .six-item .title-box{
        width: 250px;
        height: 40px;
        margin: 36px auto 15px;
        font-size: 13px;
    }
    .index-main .six-item .yx-flex{
        width: calc(100% - 40px);
    }
    .index-main .six-item .left-box{
        width: 45%;
    }
    .index-main .six-item .left-box .img-box{
        height: calc(23.85vw - 10px);
        box-shadow: 3px 3px 0 #E3E4E5;
    }
    .index-main .six-item .left-box p.title{
        font-size: 13px;
        padding: 12px 0 4px;
    }
    .index-main .six-item .left-box p.content{
        font-size: 12px;
        color: #333333;
        line-height: 16px;
        padding: 0 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index-main .six-item .left-box .btn-box,
    .index-main .six-item .right-box .btn-box
    {
        width: 50px;
        height: 20px;
        font-size: 12px;
        line-height: 18px;
        margin: 6px;
    }
    .index-main .six-item .right-box{
        width: calc(55% - 20px);
        padding: 16px 10px;
    }
    .index-main .six-item .right-box .item{
        font-size: 12px;
    }
    .index-main .six-item .right-box .item i{
        width: 6px;
        height: 6px;
    }
    .index-main .six-item .right-box .item a{
        width: calc(100% - 90px);
    }


    .index-main .seven-item form{
        width: 750px;
    }
    .index-main .seven-item form > div input{
        font-size: 12px;
    }
    .index-main .seven-item form > div .img-box{
        margin: 0 2px;
    }



    .yx-header{
        height: 45px;
    }
    .yx-header img{
        height: 25px;
    }
    .yx-header .yx-nav{
        display: none;
    }
    .yx-header .toggler-icon{
        display: block;
        width: 17px;
        height: 17px;
        background: url("/static/images/index/navbar-toggler-icon.png") center/100% 100% no-repeat;
        margin-right: 20px;
        cursor: pointer;
    }
    .yx-header > div{
        justify-content: flex-start;
        padding-left: 12px;
    }
    .yx-header .toggler-icon{
        display: block!important;
    }
    .yx-header.back .toggler-icon{
        display: none!important;
    }
    .yx-header.back img{
        display: none!important;
    }
    .yx-header.back .back-icon{
        display: block;
        width: 24px;
        height: 24px;
        background: url("/static/images/publicService/back.png") center/100% 100% no-repeat;
        cursor: pointer;
    }
    .yx-header.back .title{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 80vw;
        height: 24px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .swiper-container#index_banner .img-box{
        height: 310px;
    }
    .swiper-container#index_banner .swiper-pagination-bullet,
    .swiper-container#index_advantage .swiper-pagination-bullet{
        width: 25px;
        height: 4px;
        border-radius: 2px;
    }
    .index-main .five-item{
        width: 100%;
    }
    .index-main .five-item .yx-flex{
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-main .five-item .item{
        margin: 0 calc(12.5% - 45px)
    }
    .index-main .five-item .item:nth-child(n + 4){
        margin: 20px calc(12.5% - 30px) 0;
    }
    .index-main .seven-item form{
        width: calc(100% - 15px);
    }

}

@media only screen and (max-width: 575px){
    .index-main .two-item .item{
        width: 38%;
    }
    .index-main .two-item .item:nth-child(n+3){
        margin-top: 22px;
    }
    .index-main .two-item .item span{
        text-align: justify;
    }
    .index-main .five-item .yx-flex .item .img-box{
        width: 115px;
        height: 115px;
    }
    .index-main .eight-item .item-box > div{
        width: calc(100% - 18px);
    }
    .index-main .eight-item .right-box{
        padding-top: 204px;
    }
    .index-main .eight-item .right-box p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .index-main .six-item .yx-flex{
        width: 100%;
    }
    .index-main .six-item .yx-flex{
        justify-content: center;
    }
    .index-main .six-item .title-box{
        font-size: 12px;
    }
    .index-main .six-item .title-box > div{
        color: #A6A6A6;
        border-right: 1px solid #333333;
    }
    .swiper-container#index_advantage .img-box{
        height: 300px;
    }

}


.index-main .six-item .main-box .swiper-container,
.index-main .information-center .main-box .item-box
{
    width: calc(100vw - 30px);
    border: 1px solid #E5E5E5;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}
.index-main .six-item .main-box .swiper-container .swiper-slide,
.index-main .information-center .main-box .item-box
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .img-box,
.index-main .information-center .main-box .item-box .img-box
{
    width: calc(100vw - 94px);
    max-width: 400px;
    height: calc(54vw - 50px);
    background: #ccc;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .img-box img,
.index-main .information-center .main-box .item-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .title,
.index-main .information-center .main-box .item-box .title
{
    width: calc(100vw - 94px);
    max-width: 400px;
    font-size: 12px;
    padding: 0 10px;
    color: #FFFFFF;
    line-height: 22px;
    height: 22px;
    background: #2664DF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .content,
.index-main .information-center .main-box .item-box .content
{
    width: calc(100vw - 94px);
    max-width: 400px;
    display: flex;
    color: #A6A6A6;
    font-size: 12px;
    align-items: center;
    margin-top: 10px;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .content span,
.index-main .information-center .main-box .item-box .content span
{
    width: 31px;
    flex: none;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .content i,
.index-main .information-center .main-box .item-box .content i
{
    width: 1px;
    height: 45px;
    background: #A6A6A6;
    flex: none;
    margin: 0 6px;
}
.index-main .six-item .main-box .swiper-container .swiper-slide .content p,
.index-main .information-center .main-box .item-box .content p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.index-main .six-item .main-box a.more{
    width: 100px;
    line-height: 25px;
    background: #E6EEF9;
    border: 1px solid #2664DF;
    font-size: 12px;
    text-align: center;
    color: #2664DF;
    display: block;
    margin: 20px auto 0;
}
.index-main .information-center .main-box .item-box{
    padding: 20px 0 8px;
}
.index-main .information-center .main-box .item-box + .item-box{
    margin-top: 15px;
    padding: 15px 0;
}
.index-main .information-center .main-box .item-box + .item-box .title{
    margin-top: 0;
}
.index-main .information-center .main-box .bottom{
    width: calc(100vw - 94px);
    max-width: 400px;
}
.index-main .information-center .main-box a.details{
    width: 80px;
    line-height: 25px;
    background: #E6EEF9;
    border: 1px solid #2664DF;
    font-size: 12px;
    text-align: center;
    color: #2664DF;
    display: block;
    float: right;
    margin-top: 5px;
}






/**购物天地  开始**/
.shopping-area-header{
    height: 600px;
    background-image: url("/static/images/shoppingArea/banner.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.shopping-area-main .one-item h5{
    padding: 75px 0 16px;
}
.shopping-area-main .one-item > p{
    font-size: 22px;
    color: #A6A6A6;
    line-height: 1;
    padding-bottom: 48px;
    text-align: center;
}
.shopping-area-main #exploration_center{
    width: 1452px;
    margin: 0 auto;
}
.shopping-area-main #exploration_center .swiper-slide{
    transform: scale(0.85714);
}
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-active,
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-prev,
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-next
{
    transform: scale(1);
}
.shopping-area-main #exploration_center .img-box{
    width: 280px;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.shopping-area-main #exploration_center .img-box::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
}
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-active .img-box::after,
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-prev .img-box::after,
.shopping-area-main #exploration_center .swiper-slide.swiper-slide-next .img-box::after{
    background: rgba(0,0,0,0);
}
.shopping-area-main #exploration_center .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopping-area-main #exploration_center .icon{
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    display: block;
    margin-top: -16px;
    z-index: 1;
    cursor: pointer;
}
.shopping-area-main #exploration_center .icon.prev-icon{
    background: url("/static/images/shoppingArea/prev-icon.png") center/100% 100% no-repeat;
    left: 124px;
}
.shopping-area-main #exploration_center .icon.next-icon{
    background: url("/static/images/shoppingArea/next-icon.png") center/100% 100% no-repeat;
    right: 124px;
}
.shopping-area-main #exploration_center .icon.prev-icon:hover{
    background: url("/static/images/shoppingArea/prev-icon-hover.png") center/100% 100% no-repeat;
}
.shopping-area-main #exploration_center .icon.next-icon:hover{
    background: url("/static/images/shoppingArea/next-icon-hover.png") center/100% 100% no-repeat;
}

.shopping-area-main .two-item{
    margin: 0 auto;
    margin-top: 90px;
    padding-bottom: 200px;
    background: #FBFBFB;
}
.shopping-area-main .two-item > div{
    width: 1400px;
    margin: 0 auto;
}
.shopping-area-main .two-item h5{
    padding: 90px 0 40px;
}
.shopping-area-main .two-item .top-box .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.shopping-area-main .two-item .top-box .dropdown-toggle::after{
    display: none;
}
.shopping-area-main .two-item .top-box .dropdown-toggle span{
    font-size: 26px;
    margin-right: 15px;
    cursor: pointer;
}
.shopping-area-main .two-item .top-box .dropdown-item{
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 5px;
    color: #A6A6A6;
}
.shopping-area-main .two-item .top-box .dropdown-item.active,
.shopping-area-main .two-item .top-box .dropdown-item:active {
    color: #000;
    background: #FFFFFF;
}
.shopping-area-main .two-item .top-box .dropdown-menu{
    width: 220px;
    left: -30px!important;
    padding: 15px 0;
    border-radius: 8px;
}
.shopping-area-main .two-item .top-box{
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}
.shopping-area-main .two-item .top-box .yx-flex{
    align-items: center;
}
.shopping-area-main .two-item .top-box .yx-flex span{
    font-size: 26px;
}
.shopping-area-main .two-item .top-box .input-box{
    width: 500px;
    height: 52px;
    box-shadow: 3px 4px 10px 0px rgba(175,176,177,0.39);
    border: 1px solid #E3E4E5;
    border-radius: 5px;
    background: url("/static/images/shoppingArea/search.png") no-repeat 20px center/31px 32px;
}
.shopping-area-main .two-item .top-box .input-box input{
    display: block;
    margin-left: 70px;
    height: 100%;
    width: calc(100% - 70px);
    border: none;
    font-size: 22px;
}
.shopping-area-main .two-item .top-box .input-box + button{
    height: 52px;
    margin-left: 10px;
    padding: 0 20px;
    font-size: 22px;
}



.shopping-area-main .two-item .list-box{
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.shopping-area-main .two-item .item-box{
    width: 450px;
    height: 488px;
    background: #FFFFFF;
    box-shadow: 3px 4px 10px 0px rgba(175,176,177,0.5);
    border-radius: 25px;
    overflow: hidden;
    margin: 25px 10px 0;
    position: relative;
}
.shopping-area-main .two-item .item-box .img-box{
    width: 100%;
    height: 258px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-area-main .two-item .item-box > p{
    width: 400px;
    line-height: 50px;
    border-bottom: 1px dashed #DCDCDC;
    margin: 10px auto 0;
    font-size: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.shopping-area-main .two-item .item-box .tags-box{
    display: flex;
    padding: 5px 5px 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.shopping-area-main .two-item .item-box .tags-box > div{
    padding: 0 20px;
    line-height: 41px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    color: #B5B5B5;
    font-size: 24px;
    margin: 5px;
}

.shopping-area-main .two-item .item-box .mask-layer{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(166,166,166,0.4);
    display: none;
    align-items: flex-end;
}
.shopping-area-main .two-item .item-box:hover > .mask-layer{
    display: flex;
}

.shopping-area-main .two-item .item-box a{
    width: 250px;
    text-align: center;
    line-height: 60px;
    background: #2664DF;
    box-shadow: 3px 4px 10px 0px rgba(175,176,177,0.39);
    border-radius: 10px;
    font-size: 28px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto 40px;
}
.shopping-area-main .two-item .item-box a:hover{
    text-decoration: none;
}


.shopping-area-main .two-item .item-box.more-box{
    background: url("/static/images/shoppingArea/more.png") no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 28px;
    color: #A6A6A6;
}
.shopping-area-main .two-item #loadFlag{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #999;
    font-size: 20px;
    height: 0;
    overflow: hidden;
}
.shopping-area-main .two-item #loadFlag.show{
    height: auto;
}
.shopping-area-main .two-item #loadFlag span{
    margin-left: 10px;
}
.shopping-area-main .two-item #loadFlag img{
    display: block;
    width: 48px;
    height: 48px;
    -webkit-animation: rotation 2s linear infinite;
    animation: imgrotation 2s linear infinite;
}
@keyframes imgrotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


@media only screen and (max-width: 2560px){
    .shopping-area-header{
        background-size: auto 100%;
    }
}


@media only screen and (max-width: 1600px) {
    .shopping-area-header{
        height: 480px;
    }
    .shopping-area-main h5{
        font-size: 29px;
    }
    .shopping-area-main .one-item h5{
        padding: 60px 0 12px;
    }
    .shopping-area-main .one-item > p{
        font-size: 18px;
        padding-bottom: 38px;
    }
    .shopping-area-main #exploration_center{
        width: 1160px;
    }
    .shopping-area-main #exploration_center .img-box{
        width: 224px;
        height: 224px;
        border-radius: 3px;
    }
    .shopping-area-main #exploration_center .icon{
        width: 26px;
        height: 26px;
    }
    .shopping-area-main #exploration_center .icon.prev-icon{
        left: 100px;
    }
    .shopping-area-main #exploration_center .icon.next-icon{
        right: 100px;
    }
    .shopping-area-main .two-item{
        margin-top: 72px;
        padding-bottom: 160px;
    }
    .shopping-area-main .two-item > div{
        width: 1120px;
    }
    .shopping-area-main .two-item h5{
        padding: 72px 0 32px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle{
        padding: 8px 0;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle span{
        font-size: 21px;
        margin-right: 10px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle img{
        transform: scale(0.8);
    }
    .shopping-area-main .two-item .top-box .dropdown-item{
        font-size: 19px;
        margin-bottom: 4px;
    }
    .shopping-area-main .two-item .top-box .dropdown-menu{
        width: 176px;
        left: -24px!important;
        padding: 12px 0;
        border-radius: 6px;
    }
    .shopping-area-main .two-item .top-box .yx-flex span{
        font-size: 21px;
    }
    .shopping-area-main .two-item .top-box .input-box{
        width: 400px;
        height: 42px;
        border-radius: 4px;
        background: url("/static/images/shoppingArea/search.png") no-repeat 16px center/25px 26px;
    }
    .shopping-area-main .two-item .top-box .input-box input{
        margin-left: 56px;
        width: calc(100% - 56px);
        font-size: 18px;
    }
    .shopping-area-main .two-item .top-box .input-box + button{
        height: 42px;
        margin-left: 10px;
        padding: 0 20px;
        font-size: 18px;
    }
    .shopping-area-main .two-item .list-box{
        margin-left: -4px;
        margin-right: -4px;
    }
    .shopping-area-main .two-item .item-box{
        width: 360px;
        height: 390px;
        margin: 25px 8px 0;
        border-radius: 20px;
        box-shadow: 3px 3px 8px 0px rgba(175,176,177,0.5);
    }
    .shopping-area-main .two-item .item-box .img-box{
        height: 206px;
    }
    .shopping-area-main .two-item .item-box .img-box img{
        transform: scale(0.8);
    }
    .shopping-area-main .two-item .item-box > p{
        width: 320px;
        line-height: 40px;
        margin: 8px auto 0;
        font-size: 22px;
    }
    .shopping-area-main .two-item .item-box .tags-box{
        padding: 4px 4px 12px;
    }
    .shopping-area-main .two-item .item-box .tags-box > div{
        padding: 0 16px;
        font-size: 19px;
        line-height: 32px;
        margin: 4px;
    }
    .shopping-area-main .two-item .item-box a{
        width: 200px;
        font-size: 22px;
        line-height: 48px;
        margin: 0 auto 32px;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 1200px) {
    .shopping-area-header{
        height: 360px;
    }
    .shopping-area-main h5{
        font-size: 22px;
    }
    .shopping-area-main .one-item h5{
        padding: 45px 0 10px;
    }
    .shopping-area-main .one-item > p{
        font-size: 14px;
        padding-bottom: 28px;
    }
    .shopping-area-main #exploration_center{
        width: 870px;
    }
    .shopping-area-main #exploration_center .img-box{
        width: 168px;
        height: 168px;
        border-radius: 2px;
    }
    .shopping-area-main #exploration_center .icon{
        width: 20px;
        height: 20px;
    }
    .shopping-area-main #exploration_center .icon.prev-icon{
        left: 75px;
    }
    .shopping-area-main #exploration_center .icon.next-icon{
        right: 75px;
    }
    .shopping-area-main .two-item{
        margin-top: 54px;
        padding-bottom: 120px;
    }
    .shopping-area-main .two-item > div{
        width: 840px;
    }
    .shopping-area-main .two-item h5{
        padding: 54px 0 24px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle{
        padding: 6px 0;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle span{
        font-size: 16px;
        margin-right: 5px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle img{
        transform: scale(0.6);
    }
    .shopping-area-main .two-item .top-box .dropdown-item{
        font-size: 15px;
        margin-bottom: 3px;
    }
    .shopping-area-main .two-item .top-box .dropdown-menu{
        width: 132px;
        left: -18px!important;
        padding: 9px 0;
        border-radius: 5px;
    }
    .shopping-area-main .two-item .top-box .yx-flex span{
        font-size: 16px;
    }
    .shopping-area-main .two-item .top-box .input-box{
        width: 300px;
        height: 32px;
        border-radius: 3px;
        background: url("/static/images/shoppingArea/search.png") no-repeat 10px center/18px 18px;
    }
    .shopping-area-main .two-item .top-box .input-box input{
        margin-left: 40px;
        width: calc(100% - 40px);
        font-size: 14px;
    }
    .shopping-area-main .two-item .top-box .input-box + button{
        height: 32px;
        margin-left: 8px;
        padding: 0 15px;
        font-size: 14px;
    }
    .shopping-area-main .two-item .list-box{
        margin-left: -3px;
        margin-right: -3px;
    }
    .shopping-area-main .two-item .item-box{
        width: 270px;
        height: 292px;
        margin: 18px 6px 0;
        border-radius: 15px;
        box-shadow: 2px 2px 6px 0px rgba(175,176,177,0.5);
    }
    .shopping-area-main .two-item .item-box .img-box{
        height: 155px;
    }
    .shopping-area-main .two-item .item-box .img-box img{
        transform: scale(0.6);
    }
    .shopping-area-main .two-item .item-box > p{
        width: 240px;
        line-height: 30px;
        margin: 6px auto 0;
        font-size: 16px;
    }
    .shopping-area-main .two-item .item-box .tags-box{
        padding: 3px 3px 8px;
    }
    .shopping-area-main .two-item .item-box .tags-box > div{
        padding: 0 12px;
        font-size: 15px;
        line-height: 24px;
        margin: 3px;
    }
    .shopping-area-main .two-item .item-box a{
        width: 150px;
        font-size: 16px;
        line-height: 36px;
        margin: 0 auto 24px;
        border-radius: 6px;
    }
    .shopping-area-main .two-item #loadFlag{
        font-size: 16px;
    }

}
@media only screen and (max-width: 900px) {
    .shopping-area-header{
        height: 310px;
    }
    .shopping-area-main h5{
        font-size: 18px;
    }
    .shopping-area-main .one-item h5{
        padding: 32px 0 8px;
    }
    .shopping-area-main .one-item > p{
        font-size: 12px;
        padding-bottom: 20px;
    }

    .shopping-area-main #exploration_center{
        width: 100%;
        max-width: 575px;
    }
    .shopping-area-main #exploration_center .swiper-slide.swiper-slide-prev,
    .shopping-area-main #exploration_center .swiper-slide.swiper-slide-next{
        transform: scale(.9);
    }
    .shopping-area-main #exploration_center .icon.prev-icon{
        display: none;
    }
    .shopping-area-main #exploration_center .icon.next-icon{
        display: none;
    }

    .shopping-area-main .two-item{
        margin-top: 0px;
        background: #FFFFFF;
        padding-bottom: 40px;
    }
    .shopping-area-main .two-item > div{
        width: 100%;
        max-width: 575px;
    }
    .shopping-area-main .two-item h5{
        padding: 50px 0 20px;
    }
    .shopping-area-main .two-item .top-box{
        padding: 0 10px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle span{
        font-size: 14px;
        margin-right: 0px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle img{
        transform: scale(0.5);
    }
    .shopping-area-main .two-item .top-box .dropdown-item{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .shopping-area-main .two-item .top-box .dropdown-menu{
        width: 100px;
        left: -10px!important;
    }
    .shopping-area-main .two-item .top-box .yx-flex span{
        font-size: 14px;
    }
    .shopping-area-main .two-item .top-box .input-box{
        width: 180px;
        height: 25px;
        border-radius: 2px;
        background: url("/static/images/shoppingArea/search.png") no-repeat 10px center/15px 15px;
        box-shadow: 2px 2px 5px 0px rgba(175,176,177,0.39);
    }
    .shopping-area-main .two-item .top-box .input-box input{
        margin-left: 30px;
        width: calc(100% - 30px);
        font-size: 12px;
    }
    .shopping-area-main .two-item .top-box .input-box + button{
        height: 25px;
        margin-left: 5px;
        padding: 0 10px;
        font-size: 12px;
    }
    .shopping-area-main .two-item #loadFlag{
        font-size: 14px;
    }
    .shopping-area-main .two-item .list-box{
        justify-content: center;
        margin: 0;
    }
    .shopping-area-main .two-item .item-box{
        width: 175px;
        height: 232px;
        margin: 13px 6px 0;
        border-radius: 12.5px;
        box-shadow: 1px 1px 4px 0px rgba(175,176,177,0.5);
    }
    .shopping-area-main .two-item .item-box .img-box{
        height: 120px;
    }
    .shopping-area-main .two-item .item-box .img-box img{
        transform: scale(0.38);
    }
    .shopping-area-main .two-item .item-box > p{
        width: 165px;
        line-height: 22px;
        margin: 6px auto 0;
        font-size: 14px;
    }
    .shopping-area-main .two-item .item-box .tags-box > div{
        font-size: 12px;
        padding: 0 6px;
        line-height: 18px;
        margin: 2px;
    }
    .shopping-area-main .two-item .item-box a{
        width: 125px;
        font-size: 14px;
        line-height: 25px;
        margin: 0 auto 22px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .shopping-area-header{
        background-image: url("/static/images/shoppingArea/banner-1.jpg");
        background-size: 100% auto;
    }
    .shopping-area-main #exploration_center .img-box{
        width: 33vw;
        height: 33vw;
        max-width: 168px;
        max-height: 168px;
    }

    .shopping-area-main .two-item .top-box .dropdown-toggle span{
        font-size: 12px;
    }
    .shopping-area-main .two-item .top-box .yx-flex span{
        font-size: 12px;
    }
    .shopping-area-main .two-item .top-box .input-box + button{

    }
    .shopping-area-main .two-item .top-box .input-box{
        width: 160px;
    }
    .shopping-area-main .two-item .top-box .dropdown-toggle img{
        transform: scale(0.4);
    }
    .shopping-area-main .two-item .top-box .dropdown-menu{
        left: 0!important;
    }
}
@media only screen and (max-width: 500px) {
    .shopping-area-header{
        background-size: auto 100%;
    }
}



/**购物天地  结束**/










/**更改样式**/
.tabButton ul li.active, .tabButton ul li:hover{
    background: #2664DF;
    border: 1px solid #2664DF;
    color: #FFFFFF;
}
.tabButton ul{
    border-bottom: 6px solid #2664DF;
}
.boxRight .nav a .icon{
    background: #2664DF;
}
.boxRight .nav a label{
    margin-bottom: 0;
}
.information dl label a{
    border: 1px solid #2664DF;
    color: #2664DF;
}
.industrial span i{
    background: #2664DF;
}
.modelIn .customs dl.active,
.modelIn .customs dl:hover,
.modelIn .logistics dl.active,
.modelIn .logistics dl:hover {
    border: 1px solid #2664DF;
}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
     background-color: #2664DF;
}























/*------------- 公共服务  --------------*/
.page-public-service .banner img{
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
    display: block;
}
.public-service-info {
    width: 1240px;
    margin: 0 auto;
    padding: 127px 0 93px 0;
    background-color: #FFF;
    position: relative;
}
.public-service-info::after {
    content: '';
    display: block;
    width: 675px;
    height: 356px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    background: url(/static/images/publicService/public-service-pic.png) no-repeat center / auto 100%;
}
.public-service-info > div {
    width: 700px;
    box-sizing: border-box;
    padding: 32px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px rgba(114, 136, 162, 0.5);
}
.public-service-info h6{
    font-size: 28px;
    color: #0762CB;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: normal;
}
.public-service-info p{
    font-size: 16px;
    color: #666666;
    line-height: 2.667;
}
.public-service-phone{
    display: none;
}
.public-service-phone .navigation-box{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.public-service-phone .navigation-box a{
    flex: 0 0 25%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
}
.public-service-phone .navigation-box .icon img{
    width: 50px;
    height: 50px;
    display: block;
}
.public-service-phone .navigation-box span{
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}
.public-service-phone .new-box .header{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-top: 8px solid #F9F9F9;
    border-bottom: 1px solid #ECECEC;
    font-size: 14px;
}
.public-service-phone .new-box .header a{
    color: #3770E1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.public-service-phone .new-box .header a img{
    width: 15px;
    height: fit-content;
}
.public-service-phone .new-box .list{
    padding: 6px 0;
}
.public-service-phone .new-box .list a{
    display: flex;
    padding: 12px 18px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-decoration: none;
}
.public-service-phone .new-box .list a .img-box{
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    flex: none;
    margin-right: 15px;
}
.public-service-phone .new-box .list a .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.public-service-phone .new-box .list a p{
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.public-service-phone .new-box .list a span{
    color: #666;
    font-size: 13px;
    line-height: 3;
}
.public_service_swiper{
    padding: 90px 0;
    background: #F4FAFF;
}
#public_service_navigation{
    width: 1400px;
    margin: 0 auto;
}
#public_service_navigation .swiper-slide{
    width: 286px;
    height: 372px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 300ms;
    transform: scale(0.8);
    background: url(/static/images/publicService/reservation.png) no-repeat center / 100% 100%;
    color: #FFFFFF;
}
#public_service_navigation .swiper-slide.swiper-slide-active{
    transform: scale(1);
    background: url(/static/images/publicService/center-entry.png) no-repeat center / 100% 100%;
}
#public_service_navigation .swiper-slide p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 36px;
}
#public_service_navigation .swiper-slide span{
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
    padding: 0 24px;
}
#public_service_navigation .swiper-slide a{
    margin-top: 45px;
    width: 108px;
    height: 34px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    cursor: pointer;
    display: none;
    text-decoration: none;
}
#public_service_navigation .swiper-slide.swiper-slide-active a{
    display: block;
}
#public_service_navigation .swiper-button-prev{
    left: 30px;
}
#public_service_navigation .swiper-button-next{
    right: 30px;
}
@media only screen and (max-width: 1600px) {
    .page-public-service .banner img{
        /*height: 320px;*/
    }
    .public-service-info {
        width: 1000px;
        padding: 100px 0 70px;
    }
    .public-service-info::after {
        width: 550px;
        height: 270px;
        top: 45px;
    }
    .public-service-info > div {
        width: 560px;
        padding: 24px;
    }
    .public-service-info h6{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .public-service-info p{
        font-size: 14px;
    }
    .public_service_swiper{
        padding: 70px 0;
    }
    #public_service_navigation{
        width: 1120px;
        margin: 0 auto;
    }
    #public_service_navigation .swiper-slide{
        width: 230px;
        height: 300px;
    }
    #public_service_navigation .swiper-slide p{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #public_service_navigation .swiper-slide span{
        font-size: 14px;
        line-height: 26px;
        padding: 0 20px;
    }
    #public_service_navigation .swiper-slide a{
        width: 86px;
        height: 28px;
        font-size: 14px;
        line-height: 26px;
    }
    #public_service_navigation .swiper-button-prev,
    #public_service_navigation .swiper-button-next{
        transform: scale(0.8);
    }
    #public_service_navigation .swiper-button-prev{
        left: 24px;
    }
    #public_service_navigation .swiper-button-next{
        right: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-public-service .banner img{
        /*height: 250px;*/
    }
    .public-service-info::after {
        display: none;
    }
    .public-service-info{
        width: 80%;
        padding: 60px 0 40px;
    }
    .public-service-info > div {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .public-service-info h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .public-service-info p{
        font-size: 12px;
    }
    .public_service_swiper{
        padding: 50px 0;
    }
    #public_service_navigation{
        width: 875px;
    }
    #public_service_navigation .swiper-slide{
        width: 178px;
        height: 232px;
    }
    #public_service_navigation .swiper-slide p{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    #public_service_navigation .swiper-slide span{
        font-size: 12px;
        line-height: 18px;
        padding: 0 25px;
    }
    #public_service_navigation .swiper-slide a{
        font-size: 12px;
        width: 70px;
        height: 22px;
        line-height: 20px;
    }
    #public_service_navigation .swiper-button-prev,
    #public_service_navigation .swiper-button-next{
        transform: scale(0.6);
    }
    #public_service_navigation .swiper-button-prev{
        left: 16px;
    }
    #public_service_navigation .swiper-button-next{
        right: 16px;
    }
}
@media only screen and (max-width: 900px){
    #public_service_navigation{
        width: 525px;
    }
}

@media only screen and (max-width: 576px) {
    .page-public-service .banner img{
        /*height: 220px;*/
    }
    .public-service-info{
        display: none;
    }
    .public-service-phone{
        display: block;
        background-color: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-top: -15px;
        position: relative;
        z-index: 1;
    }
    .public_service_swiper{
        display: none;
    }
}

.page-government-affairs .banner img{
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
    display: block;
}
.page-government-affairs .list{
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}
.page-government-affairs .list li{
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    border-radius: 8px;
    padding: 20px;
}
.page-government-affairs .list li > p{
    font-size: 22px;
    padding: 0 0 10px 30px;
}
.page-government-affairs .list li div{
    display: flex;
    padding: 4px 0;
    color: #333;
}
.page-government-affairs .list li img{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex: none;
}
.page-government-affairs .list li span,
.page-government-affairs .list li a
{
    line-height: 24px;
    flex: auto;
    padding-left: 10px;
    font-size: 16px;
    color: #333;
}
.page-government-affairs .list li + li{
    margin-top: 25px;
}
@media only screen and (max-width: 1600px) {
    .page-government-affairs .list{
        width: 880px;
        padding: 30px 0;
    }
    .page-government-affairs .list li{
        box-shadow: 2px 2px 8px rgba(0,0,0,.3);
        border-radius: 6px;
        padding: 16px;
    }
    .page-government-affairs .list li > p{
        font-size: 18px;
        padding: 0 0 8px 26px;
    }
    .page-government-affairs .list li img{
        width: 16px;
        height: 16px;
    }
    .page-government-affairs .list li span,
    .page-government-affairs .list li a
    {
        line-height: 20px;
        font-size: 14px;
    }
    .page-government-affairs .list li + li{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-government-affairs .banner img{
        /*height: 150px;*/
    }
    .page-government-affairs .list{
        width: 80%;
        padding: 30px 0;
    }
    .page-government-affairs .list li{
        box-shadow: 1px 1px 5px rgba(0,0,0,.3);
        border-radius: 4px;
        padding: 12px 16px;
    }
    .page-government-affairs .list li > p{
        font-size: 16px;
        padding: 0 0 6px 24px;
    }
    .page-government-affairs .list li img{
        width: 14px;
        height: 14px;
    }
    .page-government-affairs .list li span,
    .page-government-affairs .list li a
    {
        line-height: 18px;
        font-size: 12px;
    }
    .page-government-affairs .list li + li{
        margin-top: 16px;
    }
}
@media only screen and (max-width: 576px) {
    .page-government-affairs{
        background-color: #F6F8FB;
    }
    .page-government-affairs .banner{
        display: none;
    }
    .page-government-affairs .list{
        width: auto;
        padding: 20px;
    }
    .page-government-affairs .list li{
        box-shadow: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 12px 16px;
    }
    .page-government-affairs .list li + li{
        margin-top: 20px;
    }
    .page-government-affairs .list li > p {
        font-size: 18px;
        padding: 0 0 6px 26px;
    }
    .page-government-affairs .list li img{
        width: 16px;
        height: 16px;
    }
    .page-government-affairs .list li span,
    .page-government-affairs .list li a
    {
        line-height: 20px;
        font-size: 14px;
    }
}

.page-venue-reservation .banner img{
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    display: block;
}
.page-venue-reservation .list{
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-venue-reservation .list li{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 30px;
    width: 48.5%;
    flex: 0 0 48.5%;
    display: flex;
    margin-top: 30px;
    background-color: #FFFFFF;
}
.page-venue-reservation .list li .img-box{
    width: 220px;
    height: 220px;
    flex: none;
    margin-right: 30px;
}
.page-venue-reservation .list li .content-box{
    line-height: 1.6;
    color: #333;
    position: relative;
}
.page-venue-reservation .list li p{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
}
.page-venue-reservation .list li span{
    font-size: 16px;
    text-align: justify;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.page-venue-reservation .list li .content-box div{
    font-size: 12px;
    background-color: #ccc;
    color: #fff;
    border-radius: 4px;
    display: block;
    width: 50px;
    line-height: 24px;
    margin-top: 4px;
    text-align: center;
}
.page-venue-reservation .list li a{
    width: 100px;
    height: 36px;
    color: #3070CF;
    font-size: 16px;
    border: 1px solid #3070CF;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 18px;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 1600px) {
    .page-venue-reservation .list{
        width: 900px;
        padding: 8px 0 32px;
    }
    .page-venue-reservation .list li{
        margin-top: 24px;
        padding: 16px 20px;
    }
    .page-venue-reservation .list li .img-box{
        width: 180px;
        height: 180px;
        margin-right: 24px;
    }
    .page-venue-reservation .list li p{
        font-size: 18px;
        padding-bottom: 4px;
    }
    .page-venue-reservation .list li span{
        font-size: 14px;
        line-height: 21px;
    }
    .page-venue-reservation .list li .content-box div{
        font-size: 12px;
        width: 50px;
        line-height: 20px;
        margin-top: 4px;
    }
    .page-venue-reservation .list li a{
        width: 80px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-venue-reservation .banner img{
        /*height: 150px;*/
    }
    .page-venue-reservation .list{
        width: 700px;
    }
    .page-venue-reservation .list li{
        width: 100%;
        flex: auto;
        padding: 12px 16px;
    }
    .page-venue-reservation .list li .img-box{
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
    .page-venue-reservation .list li p{
        font-size: 15px;
        padding-bottom: 3px;
    }
    .page-venue-reservation .list li span{
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .page-venue-reservation .list li .content-box div{
        font-size: 12px;
        width: 40px;
        line-height: 18px;
        margin-top: 2px;
    }
    .page-venue-reservation .list li a{
        width: 65px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
    }
    .page-venue-reservation .list li:nth-child(2n) .img-box{
        order: 1;
        margin-right: 0px;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 900px) {
    .page-venue-reservation .list{
        width: 90%;
    }
}
@media only screen and (max-width: 576px) {
    .page-venue-reservation{
        background-color: #F6F8FB;
    }
    .page-venue-reservation .banner{
        display: none;
    }
    .page-venue-reservation .list{
        width: auto;
        padding: 0 20px 20px;
    }
    .page-venue-reservation .list li{
        box-shadow: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
        border: none;
        margin-top: 20px
    }
    .page-venue-reservation .list li .img-box{
        width: 138px;
        height: 138px;
        margin-right: 15px;
    }
    .page-venue-reservation .list li:nth-child(2n) .img-box{
        margin-left: 15px;
    }
    .page-venue-reservation .list li a{
        width: 70px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }
    .page-venue-reservation .list li p{
        font-size: 15px;
        padding-bottom: 0px;
        font-weight: normal;
    }
    .page-venue-reservation .list li span{
        line-height: 20px;
        -webkit-line-clamp: 3;
    }
}

.page-appointments .banner img{
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    display: block;
}
.page-appointments .form-box{
    width: 1000px;
    margin: 20px auto;
}
.page-appointments .form-box p{
    margin-bottom: 10px;
}
.page-appointments .form-box form{
    display: block;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.page-appointments .form-box form label span{
    color: red;
}
.page-appointments .form-box form > div{
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    position: relative;
}
.page-appointments .form-box form label:first-child{
    width: 140px;
    flex: none;
}
.page-appointments .form-box form input[type="text"]{
    flex: auto;
    border: none;
}
.page-appointments .form-box form input[type="radio"] + label{
    margin: 0 20px 0 4px;
}
.page-appointments .form-box form input[checked] + label{

}
.page-appointments .form-box form img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.page-appointments .form-box form > button{
    width: 380px;
    height: 44px;
    border: none;
    margin: 40px auto;
    background-color: #5498FF;
    color: #fff;
    display: block;
    border-radius: 8px;
}

.page-appointments .warning{
    position: absolute;
    bottom: 0;
    left: 140px;
    color: red;
    font-size: 12px;
}

@media only screen and (max-width: 1600px) {
    .page-appointments .form-box{
        width: 800px;
        margin: 16px auto;
    }
    .page-appointments .form-box form{
        font-size: 14px;
    }
    .page-appointments .form-box p{
        font-size: 14px;
    }
    .page-appointments .form-box form > div{
        padding: 16px 0;
    }
    .page-appointments .form-box form label:first-child{
        width: 112px;
    }
    .page-appointments .warning{
        left: 112px;
    }
    .page-appointments .form-box form img{
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    .page-appointments .form-box form > button{
        width: 300px;
        height: 36px;
        margin: 36px auto;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-appointments .banner img{
        /*height: 150px;*/
    }
    .page-appointments .form-box form label:first-child{
        width: 90px;
    }
    .page-appointments .warning{
        left: 90px;
    }
    .page-appointments .form-box form{
        font-size: 12px;
    }
    .page-appointments .form-box form img{
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
    .page-appointments .form-box form > button{
        width: 220px;
        height: 28px;
        margin: 24px auto;
        font-size: 12px;
    }
}
@media only screen and (max-width: 867px) {
    .page-appointments .banner{
        display: none;
    }
    .page-appointments .form-box{
        width: 100%;
        margin: 0;
    }
    .page-appointments .form-box form{
        box-shadow: none;
        font-size: 16px;
        padding: 0 16px;
    }
    .page-appointments .form-box p{
        background-color: #F2F2F2;
        line-height: 44px;
        padding-left: 20px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .page-appointments .form-box form label:first-child{
        width: 120px;
    }
    .page-appointments .warning{
        left: 120px;
    }
    .page-appointments .form-box form > div{
        padding: 20px 0;
    }
    .page-appointments .form-box form img{
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    .page-appointments .form-box form > button{
        width: 100%;
        height: 44px;
        margin: 40px auto;
        border-radius: 8px;
        font-size: 16px;
    }
}
.page-industrial-park{
    background-color: #f5f5f5;
}
.page-industrial-park .container{
    background-color: #fff;
    padding: 20px 50px 50px;
}
.page-industrial-park h5{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.page-industrial-park img{
    width: 100%;
    margin-bottom: 20px;
}
.page-industrial-park p{
    line-height: 2;
    font-size: 16px;
}
@media only screen and (max-width: 1600px) {
    .page-industrial-park h5{
        font-size: 16px;
    }
    .page-industrial-park p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-industrial-park h5{
        font-size: 14px;
    }
    .page-industrial-park p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 576px) {
    .page-industrial-park h5{
        display: none;
    }
    .page-industrial-park .container{
        padding: 0 0 40px;
    }
    .page-industrial-park p{
        font-size: 14px;
        line-height: 1.8;
        padding: 0 20px;
    }
}
.page-policy .banner img {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    display: block;
}
.page-policy .list{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 40px;
}
.page-policy .list li{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    margin-top: 20px;
    background-color: #FFFFFF;
}
.page-policy .list li .img-box{
    width: 160px;
    height: 160px;
    flex: none;
    margin-right: 30px;
}
.page-policy .list li .content-box{
    line-height: 1.6;
    color: #333;
    position: relative;
    width: calc(100% - 190px);
}
.page-policy .list li p{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page-policy .list li span{
    font-size: 16px;
    text-align: justify;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-policy .list li a{
    width: 100px;
    height: 36px;
    color: #3070CF;
    font-size: 16px;
    border: 1px solid #3070CF;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 18px;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 1600px) {
    .page-policy .list{
        width: 800px;
        padding: 8px 0 32px;
    }
    .page-policy .list li{
        margin-top: 16px;
        padding: 16px 20px;
    }
    .page-policy .list li .img-box{
        width: 128px;
        height: 128px;
        margin-right: 24px;
    }
    .page-policy .list li p{
        font-size: 18px;
    }
    .page-policy .list li span{
        font-size: 14px;
    }
    .page-policy .list li a{
        width: 80px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    .page-policy .list li .content-box{
        width: calc(100% - 152px);
    }
}
@media only screen and (max-width: 1200px) {
    .page-policy .list{
        width: 650px;
    }
    .page-policy .list li .img-box{
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }
    .page-policy .list li .content-box{
        width: calc(100% - 115px);
    }
    .page-policy .list li p{
        font-size: 14px;
        padding-bottom: 2px;
    }
    .page-policy .list li span{
        font-size: 12px;
    }
    .page-policy .list li a{
        width: 65px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .page-policy .list{
        width: calc(100% - 40px);
        max-width: 650px;
    }
}
@media only screen and (max-width: 576px) {
    .page-policy .banner{
        display: none;
    }
    .page-policy{
        background-color: #F6F8FB;
        min-height: calc(100vh - 48px);
    }
    .page-policy .list{
        width: auto;
        padding: 20px;
    }
    .page-policy .list li{
        box-shadow: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
        border: none;
        margin-top: 20px
    }
    .page-policy .list li:first-child{
        margin-top: 0;
    }
    .page-policy .list li a{
        width: 70px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }
    .page-policy .list li p{
        font-size: 15px;
    }
    .page-policy .list li span{
        line-height: 20px;
        font-size: 14px;
    }
}
.page-enterprise-settlement{
    background-image: url(../images/publicService/enterprise-settlement-bg-1.jpg);
    background-position: top;
    background-color: #55A5FE;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
}

.page-enterprise-settlement .header-title{
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 50px 0;
}
.page-enterprise-settlement .header-title span{
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}
.page-enterprise-settlement .header-title p{
    font-size: 50px;
    margin: 0 auto;
}
.page-enterprise-settlement .info-box{
    width: 1000px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 32px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px rgba(114, 136, 162, 0.5);
    margin: 0 auto;
    text-align: justify;
    border-radius: 8px;
}
.page-enterprise-settlement .step-box{
    width: 1000px;
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px rgba(114, 136, 162, 0.5);
    margin: 50px auto;
    text-align: justify;
    border-radius: 8px;
}
.page-enterprise-settlement .step-box .header{
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    top: -10px;
    height: 10px;
    background-color: #AAD2FE;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.page-enterprise-settlement .step-box .title{
    background-color: #E6F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #5499FF;
    font-size: 20px;
    font-weight: bold;
}
.page-enterprise-settlement .step-box .title span{
    margin: 0 18px;
}
.page-enterprise-settlement .step-box .title i{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.page-enterprise-settlement .step-box .title i:first-child{
    background-image: linear-gradient(70deg, #E6F1FF, #579AFF);
}
.page-enterprise-settlement .step-box .title i:last-child{
    background-image: linear-gradient(290deg, #E6F1FF, #579AFF);
}
.page-enterprise-settlement .list{
    padding: 40px 80px;
}
.page-enterprise-settlement .item{
    display: flex;
    justify-content: space-between;
}
.page-enterprise-settlement .item + .item{
    margin-top: 40px;
}
.page-enterprise-settlement .item .index{
    font-size: 60px;
    color: #5499FF;
    font-weight: bold;
    flex: none;
    padding-top: 18px;
}
.page-enterprise-settlement .content{
    width: calc(100% - 50px);
}
.page-enterprise-settlement .content .top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CDE1FF;
    color: #5499FF;
    font-size: 18px;
    padding-bottom: 8px;
}
.page-enterprise-settlement .content .top img{
    width: 24px;
    height: 24px;
}
.page-enterprise-settlement .content .bottom{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 8px;
}
.page-enterprise-settlement .content .bottom i{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #AACCFF;
    margin-right: 10px;
    flex: none;
}
.page-enterprise-settlement .list a{
    width: 380px;
    height: 44px;
    border: none;
    margin: 40px auto 0;
    background-color: #5498FF;
    color: #fff;
    display: block;
    border-radius: 8px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {
    .page-enterprise-settlement .header-title{
        padding: 40px 0;
    }
    .page-enterprise-settlement .header-title span{
        font-size: 20px;
        margin-bottom: 24px;
    }
    .page-enterprise-settlement .header-title p {
        font-size: 40px;
    }
    .page-enterprise-settlement .info-box{
        width: 800px;
        font-size: 14px;
        padding: 24px;
    }
    .page-enterprise-settlement .step-box{
        width: 800px;
    }
    .page-enterprise-settlement .item .index{
        font-size: 50px;
    }
    .page-enterprise-settlement .content .top{
        font-size: 16px;
        padding-bottom: 6px
    }
    .page-enterprise-settlement .content .bottom{
        font-size: 13px;
    }
    .page-enterprise-settlement .list a{
        width: 300px;
        height: 36px;
        margin: 36px auto 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 900px) {
    .page-enterprise-settlement .header-title{
        padding: 30px 0;
    }
    .page-enterprise-settlement .header-title span{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .page-enterprise-settlement .header-title p {
        font-size: 30px;
    }
    .page-enterprise-settlement .info-box{
        width: auto;
        margin: 0 20px;
    }
    .page-enterprise-settlement .step-box{
        width: auto;
        margin: 30px 20px;
    }

}



@media only screen and (max-width: 576px) {
    .page-enterprise-settlement{
        background-image: url(../images/publicService/enterprise-settlement-bg-2.jpg);
    }
    .page-enterprise-settlement .header-title{
        padding: 25px 0;
    }
    .page-enterprise-settlement .header-title span{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .page-enterprise-settlement .header-title p{
        font-size: 30px;
        width: 240px;
    }

    .page-enterprise-settlement .info-box{
        margin: 0 18px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 20px 18px 30px;
        color: #666;
        font-size: 15px;
        line-height: 26px;
        width: auto;
        box-shadow: none;
    }
    .page-enterprise-settlement .step-box{
        width: auto;
        box-shadow: none;
        margin: 30px 18px;
    }
    .page-enterprise-settlement .list{
        padding: 35px 25px;
    }
    .page-enterprise-settlement .content .top{
        font-size: 14px;
        padding-bottom: 4px;
    }
    .page-enterprise-settlement .content .bottom i{
        width: 5px;
        height: 5px;
    }
    .page-enterprise-settlement .content .bottom{
        font-size: 12px;
        padding-top: 6px;
    }
    .page-enterprise-settlement .list a{
        width: 100%;
        height: 44px;
        margin: 40px auto 0;
        border-radius: 4px;
        font-size: 16px;
    }
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: 0!important;
}

.page-download .banner img{
    width: 100%;
    display: block;
}
.page-download .list{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 40px;
}
.page-download .list li{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: #FFFFFF;
}
.page-download .list li img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.page-download .list li .content-box{
    width: calc(100% - 70px);
}
.page-download .list li .content-box p{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.page-download .list li a{
    text-decoration: none;
}
@media only screen and (max-width: 1600px) {
    .page-download .list{
        width: 800px;
        padding: 8px 0 32px;
    }
    .page-download .list li{
        margin-top: 16px;
        padding: 16px 20px;
    }
    .page-download .list li img{
        width: 42px;
        height: 42px;
        margin-right: 16px;
    }
    .page-download .list li .content-box{
        width: calc(100% - 58px);
    }
    .page-download .list li .content-box p{
        font-size: 16px;
    }
    .page-download .list li a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-download .list{
        width: 650px;
    }
    .page-download .list li img{
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    .page-download .list li .content-box{
        width: calc(100% - 45px);
    }
    .page-download .list li .content-box p{
        font-size: 14px;
    }
    .page-download .list li a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .page-download .list{
        width: calc(100% - 40px);
        max-width: 650px;
    }
}
@media only screen and (max-width: 576px) {
    .page-download .banner{
        display: none;
    }
    .page-download{
        background-color: #F6F8FB;
        min-height: calc(100vh - 48px);
    }
    .page-download .list{
        width: auto;
        padding: 20px;
    }
    .page-download .list li{
        box-shadow: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
        border: none;
        margin-top: 20px
    }
    .page-download .list li:first-child{
        margin-top: 0;
    }
    .page-download .list li .content-box p{
        font-size: 16px;
    }
    .page-download .list li a {
        font-size: 14px;
    }
}