@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

nav .box li:nth-child(7) a {
    font-weight: bold;
    border-bottom: 2px solid rgb(255, 255, 255);
}

nav .subnav-zong #subnav6 {
    display: block;
}

.banner img {
    width: 100%;
}

.zjpl-one {
    background-color: #f5f5f5;
    border-radius: 50px 0px 50px 0px;
    padding: 20px;
    align-items: center;
}

.zjpl-one-left {
    width: 45%;
    text-align: center;
}

.zjpl-one-left p {
    text-align: left;
    color: #404040;
    line-height: 36px;
    margin-top: 20px;
}

.zjpl-one-left p a {
    display: inline;
    color: #115db2;
}

.zjpl-one-left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zjpl-one-left ul li {
    width: 48%;
    margin-top: 15px;
}

.zjpl-one-left ul li a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.zjpl-one-left ul li a img {
    margin-right: 10%;
}

.zjpl-one-left ul li a:hover{
    font-weight: 600;
    color: #115db2;
}

.zjpl-one-right {
    width: 52%;
    overflow: hidden;
}

.zjpl-one-right img {
    width: 100%;
    transition: all .6s;
}

.zjpl-one-right:hover img{
    transform: scale(1.08);
}

.zjpl-two {
    padding: 25px 0 15px;
    background: url(./bg.png) no-repeat;
    background-size: 100% 100%;
}

.zjpl-two .container {
    flex-direction: column;
}

.zjpl-two-top {
    position: relative;
    height: 510px;
}

.zjpl-two-top .title {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.zjpl-two-top .title p {
    width: 50px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
}

.zjpl-two-top .major-img {
    float: right;
    width: 75%;
    overflow: hidden;
}

.zjpl-two-top .major-img img {
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6);
    transition: all .6s;
}

.zjpl-two-top .major-img:hover img{
    transform: scale(1.06);
}

.zjpl-two-top .major-desc {
    display: block;
    width: 425px;
    height: 390px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #404040;
    line-height: 32px;
    text-indent: 30px;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.zjpl-two-top .major-desc a {
    display: block;
    line-height: 44px;
}

.zjpl-two-top a:hover {
    color: #115db2;
}

.zjpl-two-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.zjpl-two-bottom li {
    width: 33%;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    font-weight: 600;
    color: #115db2;
    text-align: center;
    background: url(./bg-blue.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all .2s;
}

.zjpl-two-bottom li:hover{
    transform: scale(1.03);
}

.zjpl-two-bottom .active {
    background: url(./bg-white.png) no-repeat;
    background-size: 100% 100%;
}

.zjpl-three {
    background: url(./tspl-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 80px;
}

.zjpl-three .container {
    flex-direction: column;
}

.zjpl-three .title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.zjpl-three .title li {
    font-size: 30px;
    line-height: 66px;
    color: #404040;
    cursor: pointer;
    white-space: nowrap;
}

.zjpl-three .title li:last-child {
    margin-left: 4.2%;
}

.zjpl-three .title .active {
    font-size: 36px;
    font-weight: 600;
    color: #115db2;
}

.zjpl-three .title .active span {
    display: block;
    width: 100px;
    height: 5px;
    background-color: #115db2;
    border-radius: 3px;
    margin-top: 15px;
    margin-left: 22px;
}

.zjpl-three .content{
    width: 92%;
    margin: 0 auto;
    padding: 10px;
    background: #000;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 490px!important;
    width: 100%;
}

.gallery-thumbs {
    height: 110px!important;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* 关怀模式start */
.newStyle .zjpl-one-left p {
    /* 蓬莱概况的文字放大到26px */
    font-size: 26px;
}
.newStyle .zjpl-one-left ul li a {
    font-size: 26px;
}
/* 将文字城市品牌放大 */
.newStyle .zjpl-two-top .title {
    font-size: 36px;
}
/* 将文字城市品牌下方的白色边框拉长 */
.newStyle .zjpl-two-top .title p {
    width: 60px;
}
/* 将文字城市品牌文本的文字放大，并重新设置宽度和高度 */
.newStyle .zjpl-two-top .major-desc {
    width: 500px;
    height: 410px;
    font-size: 26px;
}
.newStyle .zjpl-two-bottom li {
    font-size: 36px;
}
/* 关怀模式end */
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding: 0 1%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .zjpl-one-left,
    .zjpl-one-right{
        width: 96%;
        padding: 0 2%;
        margin: 10px 0;
    }

    .zjpl-two-bottom{
        width: 100%;
    }

    .gallery-top {
        height: 300px!important;
    }

    .gallery-thumbs {
        height: 60px!important;
    }
    .zjpl-one>img {
        width: 100%;
    }
    .zjpl-two-top .major-img {
        float: none;
        width: 100%;
        overflow: hidden;
        height: 200px !important;
        position: relative;
        top: 460px;
    }
    .zjpl-two-top .major-img img {
        width: 100%;
        height: 230px !important;
    }
    .zjpl-two-bottom {
        margin-top: 250px;
    }
    .wrapper,.zjpl-two-top {
        width: 100%;
    }
    .zjpl-two-top .major-desc {
        width: 100% !important;
    }
    video {
        width: 100%;
        height: 300px;
    }
    .zjpl-three {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 480px){
    .zjpl-two-top .major-desc{
        max-width: 100%;
        overflow: hidden;
    }
    .zjpl-two-bottom li{
        width: 49%;
        margin-bottom: 10px;
    }
    .gallery-top {
        height: 250px!important;
    }
}