.min {
    width: 14.4rem;
    margin: 0 auto;
}
* {
    margin: 0;
    padding: 0;
}
/* 纵向切换鼠标 */
.mouce-bottom,.mouce-top {
    position: absolute;
    left: 50%;
    bottom: 0.59rem;
    width: 0.28rem;
    height: 0.46rem;
    margin-left: -0.14rem;
    z-index: 9;
    cursor: pointer;
}
.mouce-bottom img {
    width: 0.28rem;
    height: 0.46rem;
}
.mouce-top img {
    width: 0.28rem;
    height: 0.46rem;
}
.mouse-active {
    display: none;
}
.mouse-noactive:hover {
    display: none;
}
.mouse-noactive:hover+.mouse-active {
    display: block;
}
.mouce-top {
    display: none;
}

/* 吸顶导航 */
.ceiling-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.15rem 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.ceiling-nav .min {
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.ceiling-nav .min>div {
    cursor: pointer;
}
.ceiling-nav img {
    width: 0.98rem;
    height: 0.44rem;
    margin-right: 3.97rem;
}
.ceiling-nav-text {
    font-size: 0.20rem;
    color: #003883;
    padding-bottom: 0.05rem;
    margin: 0.12rem 0.21rem 0.08rem;
    border-bottom: 0.01rem solid #FFFFFF;
}

.ceiling-nav-active {
    font-weight: bold;
    border-bottom: 0.01rem solid #003883;
}

.ceiling-nav-text:hover {
    font-weight: bold;
    border-bottom: 0.01rem solid #003883;
}

/* 首页 */
.home-page {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.home-page-content {
    width: 100%;
    height: 100%;
    min-height: 703px;
    min-width: 1440px;
    background: url(../images/home_page_bg.jpg) center no-repeat;
    background-size: cover;
}

.home-page-title {
    width: 7.76rem;
    height: 3.36rem;
    margin-top: 3.41rem;
    margin-left: 8.82rem;
    opacity: 0;
}

.banner-title {
    animation: homeTitle 0.4s linear 0.2s 1 forwards;
    -webkit-animation: homeTitle 0.4s linear 0.2s 1 forwards;
    -moz-animation: homeTitle 0.4s linear 0.2s 1 forwards;
    -o-animation: homeTitle 0.4s linear 0.2s 1 forwards;
}

@keyframes homeTitle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes homeTitle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes homeTitle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes homeTitle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 首页白底 */
.home-page-white {
    animation: homeWhite 3s linear 2.6s 1;
    -webkit-animation: homeWhite 3s ease 2.6s 1;
    -moz-animation: homeWhite 3s ease 2.6s 1;
    -o-animation: homeWhite 3s ease 2.6s 1;
    z-index: 100;
}

@keyframes homeWhite {
    0% {
        opacity: 0.4;
    }
    50% {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes homeWhite {
    0% {
        opacity: 0.4;
    }
    50% {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes homeWhite {
    0% {
        opacity: 0.4;
    }
    50% {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes homeWhite {
    0% {
        opacity: 0.4;
    }
    50% {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 介绍 */
.introduce {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/introduce_bg.jpg) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.introduce .min {
    position: relative;
}
.introduce-title {
    width: 5.34rem;
    height: 2.26rem;
    margin-top: 2.38rem;
}
.introduce-text {
    width: 6.24rem;
    height: 3.35rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.38rem;
    margin-top: 0.71rem;
}

.introduce-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 14.40rem;
    height: 2.25rem;
    background: rgba(0, 56, 131, 0.62);
    margin-top: 0.3rem;
}
.introduce-content-item {
    width: 2.80rem;
    margin-top: 0.44rem;
}
.introduce-content-item1 {
    width: 2.50rem;
}
.introduce-content-item2 {
    width: 2.50rem;
    margin-left: 0.30rem;
}
.introduce-content-title {
    font-size: 0.24rem;
    color: #FFFFFF;
    text-align: center;
}
.introduce-content-num {
    font-size: 0.72rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0.14rem auto 0.10rem;
}
.introduce-content-unit {
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
}
.introduce-img {
    position: absolute;
    top: 1.48rem;
    right: -3.23rem;
    width: 8.88rem;
    height: 7.62rem;
}

/* 交通 */
.traffic {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/traffic_bg@2x.jpg) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.traffic-title {
    width: 4.9rem;
    height: 1.24rem;
    margin: 2.5rem 0 0.89rem 0;
}
.traffic-text {
    width: 6.08rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.38rem;
}
.traffic-tag {
    width: 6.08rem;
    height: 1.78rem;
    background: rgba(0, 56, 131, 0.62);
    overflow: hidden;
    margin-top: 0.3rem;
}
.traffic-tag div {
    width: 5.63rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    margin-top: 0.36rem;
    margin-left: 0.31rem;
}
.traffic-content {
    position: relative;
    display: inline-block;
    padding: 0.28rem 0.1rem 0.3rem 0.4rem;
    border-radius: 0.08rem;
    background: #FFFFFF;
    margin-top: 0.4rem;
    overflow: hidden;
    z-index: 1;
}
.traffic-content-item {
    float: left;
    margin-right: 0.3rem;
}
.traffic-content-title {
    overflow: hidden;
    margin-bottom: 0.22rem;
}
.traffic-content-title img {
    float: left;
    width: 0.41rem;
    height: 0.14rem;
    margin: 0.08rem 0.1rem 0;
}
.traffic-content-title div {
    float: left;
    font-size: 0.24rem;
    font-weight: bolder;
    color: #333333;
    line-height: 0.33rem;
}
.traffic-content-time {
    font-size: 0.16rem;
    font-weight: bolder;
    color: #333333;
}
.traffic-content-time span {
    font-size: 0.56rem;
    font-family: ArialMT;
    line-height: 0.65rem;
    margin-right: 0.06rem;
}
.traffic-content-line {
    height: 0.14rem;
    background-image: linear-gradient(to right, #95EFFF 0%, #95EFFF 50%, transparent 50%);
    background-size: 0.07rem 0.1rem;
    background-repeat: repeat-x;
    margin-top: 0.04rem;
}
.traffic-air {
    position: absolute;
    top: 3.4rem;
    /* right: 2.8rem; */
    width: 10.36rem;
    height: 7.68rem;
    opacity: 0;
}
.traffic-air-active {
    -webkit-animation: trafficAir 1s ease 0s 1 forwards;
    -moz-animation: trafficAir 1s ease 0s 1 forwards;
    -o-animation: trafficAir 1s ease 0s 1 forwards;
    animation: trafficAir 1s ease 0s 1 forwards;
}
@keyframes trafficAir {
    0% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: 2.8rem;
        opacity: 1;
    }
}
@-moz-keyframes trafficAir {
    0% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: 2.8rem;
        opacity: 1;
    }
}
@-ms-keyframes trafficAir {
    0% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: 2.8rem;
        opacity: 1;
    }
}
@-webkit-keyframes trafficAir {
    0% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: 2.8rem;
        opacity: 1;
    }
}

/* 名片 */
.card {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/card_bg@2x.jpg) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.card-title {
    display: block;
    width: 5.06rem;
    height: 1.42rem;
    margin: 2.06rem auto 0;
}
.card-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
    /* margin-top: 1.06rem; */
    margin-top: 0.4rem;
}
.card-item {
    width: 3.72rem;
    height: 5.68rem;
    background: #E2EFFF;
    box-shadow: 0 0.02rem 0.10rem 0 rgba(8,69,151,0.15);
    border-radius: 0.08rem;
    margin-right: 0.2rem;
    padding-left: 0.34rem;
    margin-top: 1.06rem;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}
.card-item-last {
    margin-right: 0;
}
.card-item-logo {
     width: 1.02rem;
     height: 0.16rem;
     margin-top: 0.44rem;
}
.card-item-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
    margin-top: 0.51rem;
}
.card-item-text {
    width: 3.38rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.31rem;
    margin-top: 0.31rem;
}
.card-item-active {
    width: 6.08rem;
    height: 7.84rem;
    background: url(../images/card_img1@2x.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-right: 0.1rem;
    transition: all 0.5s;
    cursor: pointer;
}
.card-active-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 4.49rem;
    padding-left: 0.7rem;
}
.card-active-text {
    height: 2rem;
    overflow: hidden;
    margin-top: 0.22rem;
}
.card-active-text div {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.50rem;
    
}
.card-active-left {
    float: left;
    padding-left: 0.7rem;
}
.card-active-right {
    text-align: right;
    margin-right: 0.7rem;
}
.card-item-active2 {
    background: url(../images/card_img2@2x.png) center no-repeat;
    background-size: cover;
}

.card-item-active3 {
    background: url(../images/card_img3@2x.png) center no-repeat;
    background-size: cover;
}

.card-active-texts {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.50rem;
    margin-top: 0.2rem;
    padding-left: 0.7rem;
    margin-right: 0.7rem;
}

.hide-card {
    display: none;
}

.show-card {
    -webkit-animation: showCard .4s linear 0s 1 forwards;
    -moz-animation: showCard .4s linear 0s 1 forwards;
    -o-animation: showCard .4s linear 0s 1 forwards;
    animation: showCard .4s linear 0s 1 forwards;
}
@keyframes showCard {
    0% {
        transform: scale(0.8,0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}
@-moz-keyframes showCard {
    0% {
        transform: scale(0.8,0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}
@-ms-keyframes showCard {
    0% {
        transform: scale(0.8,0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}
@-webkit-keyframes showCard {
    0% {
        transform: scale(0.8,0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}
.card-content-item {
    position: relative;
}

/* 优势 */
.advantage {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/advantage_bg1.png) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.advantage-title {
    display: block;
    width: 4.65rem;
    height: 1.46rem;
    margin: 2.24rem auto 0.81rem;
}
.advantage-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.advantage-content-line {
    width: 0.01rem;
    height: 9.68rem;
    border-right: 0.02rem solid #003883;
    padding-top: 0.25rem;
}
.advantage-content-line div {
    width: 0.08rem;
    height: 0.08rem;
    background: #FFFFFF;
    border: 0.02rem solid #003883;
    border-radius: 0.06rem;
    margin-left: -0.04rem;
}
.advantage-content-line .advantage-line-center {
    margin: 0.74rem 0 0.6rem -0.04rem;
}
.advantage-content-nav {
    margin-left: 0.55rem;
    margin-right: 0.67rem;
}
.advantage-nav {
    width: 2.6rem;
    height: 0.32rem;
    font-size: 0.32rem;
    color: #666666;
    margin-bottom: 0.43rem;
    cursor: pointer;
}
.advantage-nav-active {
    height: 0.6rem;
    font-weight: bold;
    font-size: 0.60rem;
    color: #333333;
}
.advantage-nav-focus {
    height: 0.6rem;
    -webkit-animation: advantageNav .5s linear 0s 1 forwards;
    -moz-animation: advantageNav .5s linear 0s 1 forwards;
    -o-animation: advantageNav .5s linear 0s 1 forwards;
    animation: advantageNav .5s linear 0s 1 forwards;
}
@keyframes advantageNav {
    0% {
        font-size: 0.32rem;
        color: #666666;
    }
    100% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
}
@-moz-keyframes advantageNav {
    0% {
        font-size: 0.32rem;
        color: #666666;
    }
    100% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
}
@-ms-keyframes advantageNav {
    0% {
        font-size: 0.32rem;
        color: #666666;
    }
    100% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
}
@-webkit-keyframes advantageNav {
    0% {
        font-size: 0.32rem;
        color: #666666;
    }
    100% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
}
.advantage-nav-nofocus {
    -webkit-animation: advantageNavs .5s linear 0s 1 forwards;
    -moz-animation: advantageNavs .5s linear 0s 1 forwards;
    -o-animation: advantageNavs .5s linear 0s 1 forwards;
    animation: advantageNavs .5s linear 0s 1 forwards;
}
@keyframes advantageNavs {
    0% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
    100% {
        font-size: 0.32rem;
        color: #666666;
    }
}
@-moz-keyframes advantageNavs {
    0% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
    100% {
        font-size: 0.32rem;
        color: #666666;
    }
}
@-ms-keyframes advantageNavs {
    0% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
    100% {
        font-size: 0.32rem;
        color: #666666;
    }
}
@-webkit-keyframes advantageNavs {
    0% {
        font-weight: bold;
        font-size: 0.60rem;
        color: #333333;
    }
    100% {
        font-size: 0.32rem;
        color: #666666;
    }
}
.advantage-content-nav .advantage-content-nav1 {
    margin-top: 0.14rem;
}

.natural-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.natural-item {
    position: relative;
    width: 3.17rem;
    height: 4.78rem;
    background: #3AA7EE;
    border-radius: 0.08rem;
    padding-left: 0.28rem;
    margin-top: 0.89rem;
    margin-right: 0.2rem;
}
.natural-item img {
    position: absolute;
    top: -0.89rem;
    left: 0.46rem;
    width: 2.54rem;
    height: 2.54rem;
}
.natural-item div {
    width: 2.89rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.31rem;
    margin-top: 0.2rem;
}
.natural-item .natural-item-title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-top: 1.99rem;
}
.natural-item2 {
    background: #B48641;
}

.natural-item3 {
    background: #003883;
    margin-right: 0;
}
.natural-item3 img {
    left: 1.24rem;
}
.mineral-content {
    display: none;
}
.mineral-item {
    width: 9.54rem;
    height: 4.41rem;
    background: url(../images/advantage_img4@2x.png) center no-repeat;
    background-size: cover;
    margin-top: 0.51rem;
    padding-top: 0.65rem;
}
.mineral-item div {
    width: 3.56rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.31rem;
    margin-left: 0.72rem;
 }
.travel-content {
    display: none;
}
.travel-text {
    width: 5.93rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.31rem;
    margin-bottom: 0.3rem;
}
.travel-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.travel-item-img {
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0.95rem;
}
.travel-item-img img {
    width: 1.9rem;
    height: 1.9rem;
    transition: all 0.5s;
}
.travel-item-img:hover img{
    transform: scale(1.2, 1.2);
}
.travel-item-img div {
    position: absolute;
    left: 50%;
    bottom: 0.34rem;
    width: 1rem;
    transform: translate(-50%,0);
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.20rem;
    text-shadow: 0.01rem 0.01rem 0 #000000;
    text-align: center;
}
.travel-item-img1 {
    margin-top: 1.5rem;
}
.travel-item-img2 {
    margin-top: -0.1rem;
    margin-left: 0.58rem;
}
.travel-item-img3 {
    margin-top: 0.6rem;
    margin-left: 0.93rem;
}
.travel-item-img4 {
    margin-top: -1.6rem;
    margin-left: -0.21rem;
}
.travel-item-img5 {
    margin-top: -0.4rem;
    margin-left: 0.58rem;
}
.travel-item-img6 {
    margin-top: -2.7rem;
    margin-left: 0.14rem;
    margin-right: -3rem;
}

/* 产业 */
.industry {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/industry_bg.jpg) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.industry-title {
    display: block;
    width: 4.66rem;
    height: 1.38rem;
    margin: 1.6rem auto 0;
}
.industry-text {
    width: 14.4rem;
    height: 0.7rem;
    background: rgba(0, 56, 131, 0.62);
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    padding-top: 0.13rem;
    margin: 0.24rem auto 0;
    text-align: center;
}
.industry-tag {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 0.4rem;
    border-bottom: 0.01rem solid #FFFFFF;
}
.industry-tag div {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.18rem;
}
.industry-tag .industry-tag-first {
    margin: 0 1.6rem 0 0.3rem;
}
.industry-tag .industry-tag-three {
    margin: 0 2.22rem 0 2.33rem;
}
.white-line {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: -0.03rem;
    z-index: 1;
}
.white-line div {
    width: 0.59rem;
    height: 0.05rem;
    background: #FFFFFF;
    margin: 0 1.62rem 0 1.44rem;
}
.white-line .white-line-last {
    margin-right: 0;
}
.industry-card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.84rem;
}
.industry-card-item {
    width: 3.45rem;
    height: 5.5rem;
    background: #FFFFFF;
    border-radius: 0.16rem;
    position: relative;
}
.industry-card-item div {
    width: 3.1rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.7rem;
    margin-left: 0.19rem;
}
.industry-card-item img {
    position: absolute;
    top: -0.55rem;
    right: 0.3rem;
    width: 1.11rem;
    height: 1.11rem;
}

/* 园区 */
.park {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/park_bg@2x.jpg) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 703px;
}
.park-title {
    display: block;
    width: 4.88rem;
    height: 1.22rem;
    margin: 2.15rem auto 0;
}
.park-content {
    width: 13.74rem;
    height: 5.7rem;
    background: url(../images/park_img1.png) center no-repeat;
    background-size: cover;
    margin-top: 1.48rem;
    padding-top: 0.96rem;
    padding-left: 0.66rem;
}
.park-content-title {
    position: relative;
    width: 2.16rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.01rem solid #003883;
    padding-bottom: 0.18rem;
}
.park-content-title div {
    position: absolute;
    left: 0;
    bottom: -0.03rem;
    width: 0.44rem;
    height: 0.06rem;
    background: #003883;
}
.park-content-text {
    width: 6.8rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
}
.park-content-firsttext {
    margin-top: 0.46rem;
}

/* 政策 */
.policy {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/policy_bg.png) center no-repeat;
    background-size: cover;
    min-width: 1440px;
    min-height: 711px;
}
.policy-title {
    display: block;
    width: 4.68rem;
    height: 1.4rem;
    margin: 1.45rem auto 0;
}

.policy-center {
    width: 21.1rem;
    height: 2rem;
    margin-left: -3.35rem;
    margin-top: 0.62rem;
}

.policy-content {
    margin-top: 1rem;
}

.policy-content-title {
    position: relative;
    font-size: 0.38rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #003883;
}

.policy-content-title div {
    position: absolute;
    top: 0.55rem;
    left: 50%;
    margin-left: -0.22rem;
    width: 0.44rem;
    height: 0.06rem;
    background: #003883;
}

.policy-content-img {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.5rem;
}
.policy-img {
    width: 4.66rem;
    height: 2.51rem;
    overflow: hidden;
    cursor: pointer;
}

.policy-img img {
    width: 4.66rem;
    height: 2.52rem;
    transition: all 0.5s;
}

.policy-img:hover img{
    transform: scale(1.2, 1.2);
}

.policy-content-text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.34rem;
}

.policy-content-text div {
    width: 4.10rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.32rem;
}

/* 纵向自定义分页器 */
.slider-pagination-wrapper {
    position: absolute;
    right: 27px;
    z-index: 1;
    width: 22px;
    height: 310px;
    top: 50%;
    transform: translateY(-50%);
    transition: right .3s ease;
 }

.swiper-pagination-custom { 
    width: 22px;
    height: 262px;
}

.swiper-pagination-customs {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 auto 40px;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9;
}

.swiper-pagination-customs-active {
    width: 12px;
    height: 12px;
    border: 2px solid #B48641;
    border-radius: 6px;
}

.swiper-pagination-custom::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    bottom: 2px;
    width: 2px;
    margin-left: -1px;
    background-color: hsla(0,0%,100%,.3);
    z-index: -1;
}

.swiper-pagination-point  {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 28px;
    margin-top: 18px;
    z-index: 11;
    transition: top .2s linear;
}

/* 横向自定义分页器 */
.swiper-pagination-transverse {
    left: 18.1rem;
    bottom: 0.8rem;
    width: 60px;
    color: #FFFFFF;
    text-align: center;
}
.swiper-pagination-current {
    font-size: 0.4rem;
}
.swiper-transverse-left {
    position: absolute;
    left: 16.74rem;
    bottom: 0.83rem;
    width: 0.64rem;
    height: 0.3rem;
    cursor: pointer;
}
.swiper-transverse-right {
    position: absolute;
    left: 19.37rem;
    bottom: 0.83rem;
    width: 0.64rem;
    height: 0.3rem;
    cursor: pointer;
}

.transverse-left-noactive,.transverse-left-active {
    position: relative;
    width: 0.64rem;
    height: 0.3rem;
    z-index: 9;
}
.transverse-left-noactive,.transverse-left-active:hover {
    margin-top: -0.04rem;
}
.transverse-left-noactive {
    pointer-events:none;
    margin-top: 0;
}
.swiper-transverse-left .transverse-left-active {
    display: none;
}

.swiper-transverse-right .transverse-left-noactive {
    display: none;
}



/* swiper */
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    overflow: auto;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}