@charset "UTF-8";

.visual {
    padding-top: 8%;
    text-align: center;
    overflow: hidden;
}

.visual>h1 {
    font-size: 36px;
}

.visual>p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    padding-top: 2%;
    padding-bottom: 5%;
    color: #4a4949;
}

.visual>p>span {
    display: block;
}

.visual .open-img {
    margin-top: 1%;
    min-height: 300px;
    background: #000000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.visual .open-img .open-fu>img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
}

.visual .open-img .item {
    overflow: hidden;
    position: relative;
    /* float: left; */
    width: 50%;
}

.visual .open-img .item:hover .open-fu img {
    -webkit-transform: scale(1.05, 1.05);
}

.visual .open-fu {
    position: relative;
    cursor: pointer;
}

.visual .open-fu .text_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.visual .open-fu:hover .text_box {
    opacity: 1;
}

.visual .open-fu .text_box .text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.visual .open-fu .text_box .text .tit {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

.visual .open-fu .text_box .text .line {
    width: 15%;
    height: 2px;
    background-color: #aeaeae;
    margin: 3% auto;
}

.visual .open-fu .text_box .text .txt {
    font-size: 18px;
    line-height: 24px;

}

.wisdom_wrap .goodness {
    width: 100%;
}

.wisdom_wrap .goodness li {
    width: 21%;
    margin: 0 1%;
    padding: 0 1%;
}

#case .open-img {
    min-height: 300px;
    background: transparent !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#case .open-img .open-fu>img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
}

#case .open-img .item {
    overflow: hidden;
    position: relative;
    /* float: left; */
    width: 50%;
}

#case .open-img .item:hover .open-fu img {
    -webkit-transform: scale(1.05, 1.05);
}

#case .open-fu {
    position: relative;
    cursor: pointer;
}

#case .open-fu .text_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#case .open-fu:hover .text_box {
    opacity: 1;
}

#case .open-fu .text_box .text {
    font-size: 22px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#case .news-trends .news-nav {
    width: 100%;
    margin-top: 3%;
    border-bottom: 3px solid #000;
}

#case .case-navs {
    background: transparent;
    border-bottom: 3px solid #000;
    height: 77px;
}

#case .case-navs .case-nav {
    border-bottom: none;
    margin-top: 0;
    height: 75px;
    line-height: 75px;
}

#case .case-navs .case-nav .ico {
    width: 19px;
    height: 10px;
    background: url(../images/down.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
}

#case .case-navs .case-nav>div {
    width: 41%;
    max-width: 800px;
    margin: 0 !important;
}

#case .case-navs .case-nav>div>div {
    width: 49%;
    float: left;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

#case .case-navs .case-nav .nav:hover {
    background: #f1f1f1;
}

#case .ul {
    position: relative;
}

#case .drop_down {
    border: 1px solid #e5e5e5;
    border-top: 0;
    margin-top: -1px;
    display: none;
    position: relative;
    z-index: 30;
}

#case .case-navs .case-nav .ico.cur {
    width: 19px;
    height: 10px;
    background: url(../images/up.png) no-repeat center center;
    background-size: 100% auto;
}

#case .drop_down li {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
}

#case .drop_down li:hover {
    background-color: #f1f1f1;
}

#case .news-nav>div a .ico {
    width: 19px;
    height: 10px;
    background: url(../images/down.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
}

#case .news-nav>div a .ico.cur {
    width: 19px;
    height: 10px;
    background: url(../images/up.png) no-repeat center center;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #case .case-navs .case-nav {
        width: 20.5%;
    }
}

.cont-imgs .item {
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 3px auto;
    cursor: pointer;
}

.cont-imgs .pc-banner {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transition: all 0.5s;
}

.cont-imgs .item:hover .pc-banner {
    -webkit-transform: scale(1.05, 1.05);
}

.cont-imgs .item .text_l {
    width: auto;
    height: 100%;
    position: absolute;
    left: -490px;
    top: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont-imgs .item:hover .text_l {
    opacity: 1;
    left: 0;
}

.cont-imgs .item .text_r {
    width: auto;
    height: 100%;
    position: absolute;
    right: -490px;
    top: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont-imgs .item:hover .text_r {
    opacity: 1;
    right: 0;
}

.visual_txt span {
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 750px) {
    #case .open-img {
        min-height: auto;
    }

    .cont-imgs .item .text_l {
        opacity: 1;
        left: 0;
    }

    .cont-imgs .item .text_r {
        opacity: 1;
        right: 0;
    }

    .home-banner .pc_kv {
        display: none;
    }

    .visual_txt span {
        font-size: 14px;
    }

    .wisdom_wrap .goodness {
        width: 80%;
    }

    .wisdom_wrap .goodness li {
        width: 100%;
        margin: 1% auto;
        padding: 0 2%;
    }
}

.shot-price.cultural-sj .goodness {
    width: 86%;
    height: 558px;
}

.shot-price.cultural-sj .goodness ul li {
    margin: 0 .75%;
    padding: 0;
    width: 31.1%;
    height: 551px;
    border: 3px solid #f5f5f5;
}

.shot-price.cultural-sj .goodness ul li img {
    width: 100%;
    position: initial;
    height: auto;
    padding-bottom: 4%;
}

.shot-price.cultural-sj .goodness li:hover {
    box-shadow: none;
}

.shot-price.cultural-sj .goodness li div {
    position: initial;
    width: 100%;
    color: #000;
    text-align: center;
}

.shot-price.cultural-sj .goodness .goodness-dv p:nth-child(1) {
    font-size: 24px;
    color: #000;
}

.shot-price.cultural-sj .goodness .goodness-dv p:nth-child(3) {
    font-size: 22px;
    color: #000;
    line-height: 32px;
}

.shot-price.cultural-sj .goodness .goodness-dv .xians {
    width: 6%;
    height: 2px;
    border-top: 1px solid #000;
    margin: 24px auto 20px;
    text-align: center;
}

@media only screen and (max-width: 1820px) {
    .shot-price.cultural-sj .goodness {
        height: 536px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 6%;
    }

    .shot-price.cultural-sj .goodness ul li {
        height: 530px;
    }
}

@media only screen and (max-width: 1680px) {
    .shot-price.cultural-sj .goodness {
        height: 520px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 6%;
    }

    .shot-price.cultural-sj .goodness ul li {
        height: 514px;
    }
}

@media only screen and (max-width: 1550px) {
    .shot-price.cultural-sj .goodness {
        height: 494px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 6%;
    }

    .shot-price.cultural-sj .goodness ul li {
        height: 488px;
    }
}

@media only screen and (max-width: 1420px) {
    .shot-price.cultural-sj .goodness {
        height: 462px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 6%;
    }

    .shot-price.cultural-sj .goodness ul li {
        height: 456px;
    }
}

@media only screen and (max-width: 1240px) {
    .shot-price.cultural-sj .goodness {
        height: 426px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 6%;
    }

    .shot-price.cultural-sj .goodness ul li {
        height: 420px;
    }
}

#sj_swiper {
    margin-top: 4%;
    width: 100%;
    height: auto;
    display: none;
}

#sj_swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#sj_swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

#sj_swiper .swiper-wrapper .swiper-slide .pic {
    float: left;
    width: 55%;
}

#sj_swiper .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#sj_swiper .swiper-wrapper .swiper-slide .text_box {
    float: left;
    width: 41%;
    padding: 10% 0 0 4%;
    text-align: left;
}

#sj_swiper .swiper-wrapper .swiper-slide .text_box .tit {
    font-size: 38px;
    font-weight: 600;
    color: #0e0e0e;
    line-height: 76px;
}

#sj_swiper .swiper-wrapper .swiper-slide .text_box .tit {
    font-size: 18px;
    color: #525252;
    line-height: 60px;
}

#sj_swiper .swiper-button-prev {
    position: absolute;
    left: initial;
    top: initial;
    right: 10%;
    bottom: 6%;
    width: 15px;
    height: 27px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/arrow_left.png) no-repeat center center;
    background-size: 100% auto;
}

#sj_swiper .swiper-button-next {
    position: absolute;
    left: initial;
    top: initial;
    right: 8%;
    bottom: 6%;
    width: 15px;
    height: 27px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 100% auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

#sj_swiper .swiper-pagination {
    bottom: 5%;
    right: 9%;
    font-size: 30px;
    width: auto;
    left: initial;
}

#pc_swiper {
    margin: 4% auto 0;
    width: 84%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#pc_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pc_swiper .swiper-button-prev {
    position: absolute;
    left: 8px;
    top: 45%;
    width: 26px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/arrow_l.png) no-repeat center center;
    background-size: 100% auto;
}

#pc_swiper .swiper-button-next {
    position: absolute;
    top: 45%;
    right: 8px;
    width: 26px;
    height: 57px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/arrow_r.png) no-repeat center center;
    background-size: 100% auto;
}

#pc_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
}

#pc_swiper .swiper-pagination {
    bottom: 18px;

}

@media only screen and (max-width: 750px) {
    #pc_swiper {
        display: none;
    }

    #sj_swiper {
        display: block;
    }

    .shot-price.cultural-sj .goodness {
        width: 84%;
        margin-top: 8%;
        height: auto;
    }

    .shot-price.cultural-sj .goodness ul {
        width: 100%;
        height: auto;
    }

    .shot-price.cultural-sj .goodness ul li {
        width: 100%;
        height: 626px;
        float: none;
        margin: 0;
        margin-bottom: 22px;
    }

    .shot-price.cultural-sj .goodness ul li img {
        padding-bottom: 10%;
    }

    .shot-price.cultural-sj .goodness .goodness-dv p:nth-child(3) {
        font-size: 18px;
    }

    .shot-price.cultural-sj .goodness .goodness-dv .xians {
        width: 8%;
        margin: 18px auto;
    }

    #sj_swiper {
        width: 89%;
        margin: 0 auto;
        padding-top: 4%;
    }

    #sj_swiper .swiper-wrapper .swiper-slide .pic {
        float: none;
        width: 100%;

    }

    #sj_swiper .swiper-wrapper .swiper-slide .text_box {
        float: none;
        width: 100%;
    }

    #sj_swiper .swiper-pagination {
        display: none;
    }

    #sj_swiper .swiper-button-next {
        position: absolute;
        right: 3%;
        top: 38%;
        width: 12px;
        height: 21px;
        background: url(../images/wap_right.png)no-repeat;
        background-size: 100% auto;
    }

    #sj_swiper .swiper-button-prev {
        position: absolute;
        left: 3%;
        top: 38%;
        width: 12px;
        height: 21px;
        background: url(../images/wap_left.png) no-repeat;
        background-size: 100% auto;

    }

    #sj_swiper .swiper-wrapper .swiper-slide .text_box .tit {
        font-size: 18px;
        line-height: 35px;
    }

    #sj_swiper .swiper-wrapper .swiper-slide .text_box {
        font-size: 14px;
        line-height: 20px;
    }

    #sj_swiper .swiper-wrapper .swiper-slide .text_box {
        text-align: center;
        padding: 0;
        padding-top: 5%;
    }

    .visual_txt.sj_txt {
        width: 55%;
    }

    .visual_txt.kj_txt {
        width: 90%;
    }
}