/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */


.wrap {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1680px) {
    .wrap {
        width: 1200px;
    }
}

@media screen and (max-width: 1366px) {
    .wrap {
        width: 1100px;
    }
}

@media screen and (max-width: 1280px) {
    .wrap {
        width: 1050px;
    }
}

@media screen and (max-width: 1180px) {
    .wrap {
        width: 880px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        width: 100%;
    }
}

/* header */


@media screen and (max-width: 1280px) {
    .header .top-bar .bar-item img {
        width: 42px;
        height: 42px;
    }
}

footer {
    background: url(../images/footer_bg.png) no-repeat top center;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'PingFang';
}

footer .footer-top {
    padding-top: 10px;
}

footer .linkslist .hot-phone {
    color: #3e3e3e;
    font-weight: bold;
    font-family: 'Impact';
    padding-top: 6px;
}

footer .w-txt {
    padding-left: 20px;
    line-height: 30px;
}

.footer-bottom {
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
}

.footer-bottom a {
    color: #ffffff;
    transition: all 0.4s;
    line-height: 36px;
    font-family: 'PingFang';
    font-size: 18px;
}

.footer-bottom a:hover {
    color: #3e3e3e;
    transition: all 0.4s;
}

.footer-bottom .list li:nth-child(1) {
    margin-bottom: 15px;
}

.footer-bottom .list li:nth-child(1) a {
    font-weight: 600;
    border-bottom: 2px solid #ffffff;
    padding: 4px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1680px) {
    footer .footer-top .logo img {
        width: 80%;
    }

    footer .wechart img {
        width: 80%;
    }
}

@media screen and (max-width: 1366px) {
    footer .footer-top .logo img {
        width: 70%;
    }

    footer .wechart img {
        width: 70%;
    }
}




.links-cont > .tit {
    text-align: center;
    color: #66d3f0;
}

.links-type {
    text-align: center;
}


.links-form {
    flex-wrap: wrap;
    position: relative;
    background: url(../images/form.png);
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -20px;
}

.links-form .form-item {
    display: inline-block;
    width: 28%;
}

.links-form .form-item.left-input {
    float: right;
    margin-left: 51%;
    margin-top: 230px;
    width: 100%;
}

.links-form .form-item .lab {
    color: #333333;
    font-family: 'PingFang';
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.links-form .form-item .lab i {
    color: #f72626;
}

.links-form .form-item .input-txt {
    width: 100%;
    height: 52px;
    line-height: 50px;
    border: 1px solid #66d3f0;
    padding: 0 20px;
}

.links-form .form-item textarea {
    width: 100%;
    height: 160px;
    line-height: 50px;
    border: 1px solid #66d3f0;
    padding: 0 20px;
}

.links-form .form-item .bottom {
    margin-top: 20px;
}

.links-form .center-txt {
    width: 60%;
    margin-right: 2%;
}

.links-form .right-btn {
    width: 52px;
}

.links-form .right-btn .link-btn {
    width: 100%;
    height: 160px;
    color: #ffffff;
    padding: 0 25%;
    font-size: 16px;
    margin-top: 22px;
    line-height: 30px;
    background: #66d3f0;
}

.links-form .right-btn .link-btn:hover {
    background: #66aaf0;
    transition: all 0.4s;
}

.links-form .submit-btn {
    width: 100%;
    height: 60px;
    color: #ffffff;
    padding: 0 25%;
    margin-top: 22px;
    line-height: 30px;
    background: #66d3f0;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 8px;
}

.shops-cont .shops-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: 1150px;
}

.shops-cont .shops-list.contMobile {
    display: none;
}

.shops-cont .shop-item {
    display: inline-block;
    color: #ffffff;
    font-family: 'AvantGarde';
    text-align: center;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
}

.shops-cont .shop-item img {
    -webkit-filter: grayscale(100%);
    width: 100%;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s;
    height: 100%;
}

.shops-cont .shop-item .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.5s;
}

.shops-cont .shop-item:hover {
    background: transparent;
    transition: all 0.5s;
}

.shops-cont .shop-item:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: none;
    -webkit-filter: none;
}

.shops-cont .shop-item.s14:hover img {
    transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.shops-cont .shop-item:hover .mask {
    background: transparent;
    transition: all 0.5s;
}

.shops-cont .shop-item.bg:hover .mask {
    background: transparent !important;
}

.shops-cont .shop-item.bg:hover img {
    filter: none !important;
    -webkit-filter: none !important;
}

.shops-cont .shop-item .item-txt {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    width: 72%;
}

.shops-cont .shop-item .h-txt {
    display: none;
}

.shops-cont .shop-item:hover .b-txt {
    display: none;
    animation: zoomOut 0.5s ease-in;
}

.shops-cont .shop-item:hover .h-txt {
    display: inline-block;
    animation: zoomIn 0.5s ease-in;
    color: #ffffff;
}

.shops-cont .province-item img {
    -webkit-filter: grayscale(0%);
    width: 100%;
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    transition: all 0.5s;
}

.shops-cont .province-item:hover {
    color: #ffffff;
}

.shops-cont .shop-item.province-item:hover img {
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.shops-cont .s1 {
    width: 23.5%;
    height: 186px;
}

.shops-cont .s2 {
    width: 18.3%;
}

.shops-cont .s3 {
    width: 25.4%;
}

.shops-cont .s4 {
    width: 7.6%;
    height: 119px;
}

.shops-cont .s5 {
    width: 23.8%;
}

.shops-cont .s6 {
    width: 13.2%;
    top: -17px;
}

.shops-cont .s7 {
    width: 10.1%;
    top: -17px;
    height: 150px;
}

.shops-cont .s8 {
    width: 18.2%;
    top: -17px;
}

.shops-cont .s9 {
    width: 33.3%;
    top: -91px;
    height: 234px;
}

.shops-cont .s10 {
    width: 9.4%;
    height: 150px;
}

.shops-cont .s11 {
    width: 14.2%;
    top: 0px;
    height: 268px;
}

.shops-cont .s12 {
    width: 10.14%;
    position: absolute;
    top: 448px;
    left: 13.35%;
}

.shops-cont .s13 {
    width: 18.2%;
    position: absolute;
    top: 51.4%;
    left: 23.6%;
    height: 171px;
    top: 380px;
}

.shops-cont .s14 {
    width: 14.5%;
    position: absolute;
    top: 466px;
    left: 41.9%;
}

.shops-cont .s15 {
    width: 11.5%;
    position: absolute;
    left: 56.65%;
    top: 467px;
}

.shops-cont .s16 {
    width: 200px;
    height: 115px;
    position: absolute;
    top: 437px;
    height: 116px;
    left: 68.25%;
}

.shops-cont .s18 {
    width: 12%;
    top: -12px;
    height: 238px;
}

.shops-cont .s19 {
    width: 21.5%;
    top: -17px;
    height: 122px;
}

.shops-cont .s20 {
    width: 31.4%;
    top: -17px;
    height: 240px;
}

.shops-cont .s21 {
    width: 10.2%;
    top: -17px;
    height: 240px;
}

.shops-cont .s22 {
    width: 23.5%;
    top: 103px;
}

.shops-cont .s23 {
    width: 21.5%;
    top: -133px;
    left: 0;
    height: 351px;
}

.shops-cont .s24 {
    width: 16.3%;
    top: -17px;
    height: 235px;
}

.shops-cont .s25 {
    width: 15.2%;
    top: -17px;
    height: 235px;
}

.shops-cont .s26 {
    width: 15.4%;
    top: -17px;
    height: 235px;
}

.shops-cont .s27 {
    width: 30.2%;
    top: -12px;
    top: -17px;
    height: 235px;
}

.shops-cont .s28 {
    width: 8.8%;
    position: absolute;
    top: 51.5%;
    left: 56.6%;
    height: 115px;
}

.contMobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    html {
        overflow-x: hidden;
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }

    .contpc {
        display: none;
    }

    .contMobile {
        display: block;
        margin-bottom: 48px;
    }

    .header {
        z-index: 99;
        width: 100%;
        top: 0;
        height: 65px;
        position: fixed;
    }

    .index-banner {
        padding-top: 40px;
        /* max-height: 350px;
            min-height: 265px; */
        margin-top: 0;
        height: auto !important;
        /* height: 265px!important; */
    }

    .index-banner .swiper-wrapper {
        margin-top: -0;
    }

    .header .header-inner {
        padding: 0 6vw;
        padding-right: 3.5vw;
        width: 100%;
    }

    .header .nav-list {
        width: 100vw;
        background: rgba(0, 0, 0, 0.4);
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        height: 100vh;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: all 0.5s;
        opacity: 0;
    }

    .header .nav-list.on {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transition: all 0.5s;
        opacity: 1;
    }

    .header .nav-list ul {
        height: 100vh;
        background: #323332;
        width: 45vw;
    }

    .header .nav-list .close-btn {
        position: absolute;
        left: 62%;
        top: 15px;
        width: 5vw;
        height: 5vw;
    }

    .header .nav-list .nav-item {
        width: 45vw;
        background: #323332;
        line-height: 40px;
        display: block;
        padding: 0 20px;
    }

    .header .nav-list .nav-item:nth-child(2) {
        padding-top: 10vw;
    }




    .links-cont {
        width: 100%;
        padding-top: 50px;
        overflow: hidden;
    }

    .links-cont > .tit {
        font-size: 1.2rem;
        color: #66d3f0;
    }

    .links-cont > .tit img {
        width: 66vw;
    }

    .links-type .links {
        width: 17vw;
        height: 17vw;
        margin-right: 4vw;
    }

    .links-type {
        padding: 6vw 0;
    }

    .links-form .form-item {
        width: 100%;
    }

    .links-form .form-item {
        padding: 0 5vw;
        width: 100%;
        margin-bottom: 20px;
    }

    .links-form .form-item.left-input {
        margin-right: 0;
        padding: 0 5vw;
        display: flex;
        justify-content: space-between;
    }

    .links-form .form-item.left-input > div {
        width: 45%;
        display: inline-block;
    }

    .links-form .form-item .lab {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .links-form .form-item .bottom {
        margin-top: 0;
    }

    .links-form .right-btn .link-btn {
        width: 35vw;
        height: 70px;
        padding: 0;
        margin-top: 10px;
        font-size: 0.9rem;
        letter-spacing: 10px;
        font-weight: 600;
        margin: 10px auto 0;
        display: block;
    }

    .slogan-txt.contMobile {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 26vw;
        padding-top: 0;
        padding-bottom: 2vw;
        width: 95vw;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    footer {
        background: url(/static/images/footer_bg.png) no-repeat 20% center;
        background-size: auto 100%;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        width: 100%;
        overflow: hidden;
    }

    footer .footer-top {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    footer .footer-top .logo1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5vw;
    }

    footer .footer-top .logo1 img {
        width: 45vw;
    }

    footer .footer-top .linkslist p {
        line-height: 70px;
        width: 53vw;
        margin: 20px auto 0;
        color: #ffffff;
        font-size: 1rem;
    }

    footer .footer-top .linkslist p.hot-phone {
        font-size: 1.5rem;
    }

    footer .footer-top .linkslist p span {
        display: inline-block;
        padding: 5px 10px 5px 0;
    }

    footer .footer-top .linkslist p span img {
        width: 5vw;
    }

    footer .wechart {
        text-align: center;
        margin-top: 20px;
    }

    footer .wechart .img-box {
        display: inline-block;
        margin-bottom: 30px;
    }

    footer .wechart img {
        width: 27vw;
    }

    footer .w-txt {
        padding-left: 0;
        line-height: 1.3rem;
    }

    footer .w-txt h5 {
        font-size: 1rem;
    }

    footer .footer-bottom {
        border-top: 1px solid #ffffff;
        padding: 30px 0;
    }

    footer .footer-inner {
        width: 100%;
    }

    footer .footer-bottom p {
        font-size: 0.9rem;
        line-height: 1.3rem;
        margin-bottom: 2px;
    }



    footer .footer-top .linkslist p span {
        line-height: 30px;
    }


    .links-form .right-btn .link-btn {
        height: 48px;
        padding: 0;
        margin-top: 10px;
        font-size: 14px;
    }

    .question-cont .question-list li a {
        font-size: 1.1rem;
    }

    .links-form .form-item.left-input > div {
        width: 48%;
    }

    .links-form .form-item .input-txt {
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 2px;
    }

    footer .footer-bottom p {
        line-height: 1.4rem;
    }

    .index-banner .button-down {
        bottom: -11px;
    }

    .journalism-cont .top-bottomtxt .news {
        padding-bottom: 4px;
    }

    .journalism-cont .topitem .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    footer .footer-top .linkslist p {
        line-height: 32px;
        padding-top: 0;
        width: 53vw;
        margin: 10px auto 0;
    }

}