.ggw{
    width: 100%;
    height: 3.88rem;
    position: relative;
}
.ggw .ggImg{
    width: 100%;
    height: 100%;
}
.ggw .close{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0.13rem;
    right: 0.13rem;
}

.indexSwiper{
    width: 100%;
    height: 100vh;
    position: relative;
}
.indexSwiper .swiper-slide>img{
    width: 100%;
    height: 100%;
}
.indexSwiper .swiper-slide{
    position: relative;
}
.indexSwiper .swiper-slide .indexBanTxt{
    position: absolute;
    font-family: YPchuangxiang-GB, YPchuangxiang-GB;
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 1.12rem;
    left: 2.07rem;
    top: 50%;
    transform: translateY(-50%);
}
.indexSwiper .swiper-pagination{
    display: flex;
    left: 2.1rem;
    bottom: 0.68rem;
}
.indexSwiper .swiper-pagination-bullet{
    width: 0.6rem;
    height: 0.05rem;
    display: block;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    display: block;
    opacity: 0.5;
    margin-right: 0.06rem;
    transition: all 0.5s;
}
.indexSwiper .swiper-pagination-bullet-active{
    background: #C5A65D;
    opacity: 1;
    width: 0.9rem;
    transition: all 0.5s;
}
.indexSwiper .sbIcon{
    width: 0.33rem;
    height: 0.48rem;
    position: absolute;
    bottom: 0.54rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    /* transition: all 0.5s; */
    
    /*animation-name: example;*/
    /*animation-duration: 1s;*/
    /*animation-iteration-count: infinite; */
}
.sbIcon i{
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}
.sbIcon i:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse{
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}
@keyframes example{
    0%{
        bottom: 0.7rem;
        transition: all 0.5s;
    }
    100%{
        bottom: 0.54rem;
        transition: all 0.5s;
    }
}

.titleBox{
    position: relative;
}
.titleBox .titleEn{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.6rem;
    color: #EFEFEF;
    line-height: 0.84rem;
    text-transform: uppercase;
}
.titleBox .titleCn{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    color: #162D59;
    line-height: 1;
    position: absolute;
    top: 0.39rem;
}

.indexWarp1 .warpBox1{
    padding-top: 0.89rem;
    justify-content: space-between;
}
.indexWarp1 .warpBox1 .left{
    width: 7.05rem;
}
.indexWarp1 .warpBox1 .left .txtCont{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #686868;
    line-height: 0.34rem;
    margin-top: 0.33rem;
    margin-bottom: 0.43rem;
}
.indexWarp1 .warpBox1 .right{
    width: 5.54rem;
    padding-top: 0.24rem;
}
.indexWarp1 .warpBox1 .right .rTxt1,
.indexWarp1 .warpBox1 .right .rTxt2,
.indexWarp1 .warpBox1 .right .rTxt3{
    font-family: Poppins, Poppins;
    font-weight: bolder;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #162D59;
    line-height: 1;
    text-stroke: 0px #162D59;
    -webkit-text-stroke: 0px #162D59;
}

.indexWarp1 .warpBox1 .right .rTxt2{
    text-align: right;
}
.indexWarp1 .warpBox1 .right .rTxt3{
    padding-left: 0.76rem;
    /*margin-top: 0.2rem;*/
}
.indexWarp1 .warpBox2{
    margin-top: 1.24rem;
    position: relative;
}
.indexWarp1 .warpBox2 .wp3Box{
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.indexWarp1 .warpBox2 .wp3Box .wpL{
    width: 3.6rem;
    height: 5.67rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: skewX(-6deg);
}
.indexWarp1 .warpBox2 .wp3Box .wpL:first-child{
    border-radius:.78rem 0 0 0 ;
}
.indexWarp1 .warpBox2 .wp3Box .wpL:last-child{
    border-radius:0 0 .78rem 0 ;
}
.indexWarp1 .warpBox2 .wp3Box .num{
    display: flex;
    justify-content: center;
}
.indexWarp1 .warpBox2 .wp3Box .num,
.indexWarp1 .warpBox2 .wp3Box span{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.55rem;
    color: #FFFFFF;
    line-height: 0.77rem;
    margin-bottom: 0.13rem;
    text-align: center;
}
.indexWarp1 .warpBox2 .wp3Box .wpL:last-child span:nth-child(2){
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.24rem;
    color: #FFFFFF;
    height: 0.33rem;
    margin-top: 0.12rem;
    margin-left: 0.03rem;
    line-height: 0.33rem;
    display: block;
    /* margin-bottom: 0.35rem; */
}
.indexWarp1 .warpBox2 .wp3Box .txt{
    height: 0.69rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    margin-bottom: 0.26rem;
    text-align: center;
}
.indexWarp1 .warpBox2 .wp3Box .icon{
    width: 0.26rem;
    height: 0.26rem;
    margin: 0 auto;
}
.indexWarp1 .warpBox2 .wp3Box .wpL:hover{
    background: rgba(22, 45, 89, 0.8);
}

.indexWarp2{
    padding-top: 1.9rem;
    padding-bottom: 0.92rem;
    background: #F7F7F7;
    margin-top: -1rem;
}

.indexWarp3{
    background: #F7F7F7;
}
.indexWarp2 .left{
    width: 5.78rem;
    position: relative;
}
.indexWarp2 .left {
    width: 6.25rem;
    height: 3.54rem;
} 
.indexWarp2 .left .yinh{
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0.24rem;
    right: -1.67rem;
}
.indexWarp2 .right{
    width: 6.25rem;
    height: 3.54rem;
    border-radius: 0.5rem  0rem  0.5rem  0rem;
    overflow: hidden;
    position: relative;
    margin-top: 1.52rem;
}
.indexWarp2 .right .start{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.37rem;
    height: 0.42rem;
}
.indexWarp2 .right #myVideo{
    width: 100%;
    height: 100%;
}
.indexWarp2 .wp2Txt1{
    height: 1.95rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #686868;
    line-height: 0.34rem;
    margin-top: 0.62rem;
}
.indexWarp2 .wp2Txt2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #686868;
    justify-content: right;
    align-items: flex-end;
    margin-bottom: 0.49rem;
}
.indexWarp2 .wp2Txt2 img{
    margin-left: 0.19rem;
    width: 0.85rem;
    height: 0.39rem;
}

.indexWarp3 .titleEn{
    text-align: center;
}
.indexWarp3 .titleCn{
    width: 100%;
    text-align: center;
}
.indexWarp3 .cpyfw{
    margin-top: 0.64rem;
    height: 8.75rem;
    justify-content: center;
}
.indexWarp3 .cpyfw .cpL{
    width: 3.84rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.indexWarp3 .cpyfw .cpL *{
    position: relative;
    z-index: 1;
}
.indexWarp3 .cpyfw .cpL .bgimg{
    position: absolute;
    width: 100%;
    height: 100%;
    /*z-index: -;*/
}
.indexWarp3 .cpyfw .cpL:hover .bgimg img{
    z-index: 0;
}
.indexWarp3 .cpyfw .cpL .bgimg::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #000000;
    opacity: 0.3;
    transition: all 0.5s;
    z-index: 1;
}
.indexWarp3 .cpyfw .cpL:hover .bgimg::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #C5A65D;
    opacity: 1;
    z-index: 0;
} 
.indexWarp3 .cpyfw .cpL .icon{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    margin-top: 3.21rem;
}
.indexWarp3 .cpyfw .cpL .txt{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.44rem;
    text-align: center;
    margin-top: 0.85rem;
}
.indexWarp3 .cpyfw .cpL .mIcon{
    width: 0.42rem;
    height: 0.31rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.76rem;
    opacity: 0;
    transition: all 0.5s;
}
.indexWarp3 .cpyfw .cpL:hover .mIcon{
    opacity: 1;
}
.indexWarp4{
    width: 100%;
    background: url(../images/indexNewsBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.28rem;
    padding-bottom: 1.52rem;
}
.indexWarp4 .main{
    position: relative;
}
.indexWarp4 .tab_wrap{
    position: absolute;
    top: 0.61rem;
    right: 0;
}
.indexWarp4 .tab_wrap .tab{
    width: 1.4rem;
    height: 0.5rem;
    background: #162D59;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    margin-left: 0.23rem;
    text-align: center;
    line-height: 0.5rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.indexWarp4 .newsBox{
    margin-top: 1.08rem;
    margin-bottom: 1rem;
}

.indexWarp4 .tab_wrap .tab:hover,
.indexWarp4 .tab_wrap .tab.active{
    background: #C5A65D;
}

.indexWarp4 .newsSwiper{
    width: 6.69rem;
    height: 4.47rem;
}
.indexWarp4 .newsSwiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.indexWarp4 .newsSwiper .swiper-slide .indexBanTxt{
    width: 100%;
    height: 0.59rem;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.23rem;
}
.indexWarp4 .newsSwiper .swiper-slide .indexBanTxt .txt{
    width: 4.27rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.59rem;
}
.indexWarp4 .newsSwiper .swiper-pagination{
    position: absolute;
    right: 0.21rem;
    bottom: 0.22rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.17rem;
}
.indexWarp4 .newsSwiper .swiper-pagination-bullet{
    display: block;
    margin: 0 0.04rem;
    opacity: 1;
    background: #FFFFFF;
}
.indexWarp4 .newsSwiper .swiper-pagination-bullet-active{
    background: #C5A65D;
}
.indexWarp4 .center{
    width: 3.92rem;
    margin-right: 0.25rem;
}
.indexWarp4 .center .cenBox{
    width: 3.92rem;
    height: 2.2rem;
    background: #FFFFFF;
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    margin-bottom: 0.07rem;
    transition: all 0.5s;
    display: block;
}
.indexWarp4 .center .cenBox .cTxt1{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.18rem;
    color: #191919;
    line-height: 0.18rem;
    transition: all 0.5s;
}

.indexWarp4 .center .cenBox .cTxt2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #686868;
    line-height: 0.26rem;
    margin-top: 0.12rem;
    margin-bottom: 0.07rem;
    transition: all 0.5s;
}
.indexWarp4 .center .cenBox .cHr{
    width: 100%;
    border-top: 0.01rem solid #DEDEDE;
    margin-bottom: 0.16rem;
    transition: all 0.5s;
}
.indexWarp4 .center .cenBox .d1{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.26rem;
    color: #686868;
    line-height: 0.36rem;
    transition: all 0.5s;
}
.indexWarp4 .center .cenBox .d2{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #686868;
    line-height: 0.16rem;
    transition: all 0.5s;
}
.indexWarp4 .center .cenBox .dt{
    justify-content: space-between;
    align-items: center;
}
.indexWarp4 .center .cenBox .rImg{
    width: 0.14rem;
    height: 0.1rem;
    transition: all 0.5s;
}

.indexWarp4 .center .cenBox:hover{
    background: #162D59;
}
.indexWarp4 .center .cenBox:hover .cTxt1{
    color: #FFFFFF;
}
.indexWarp4 .center .cenBox:hover .cTxt2{
    color: #ADB3BF;
}
.indexWarp4 .center .cenBox:hover .d1{
    color: #FFFFFF;
}
.indexWarp4 .center .cenBox:hover .d2{
    color: #ADB3BF;
}
.indexWarp4 .center .cenBox:hover .cHr{
    border-top: 0.01rem solid #41506D;
}
.indexWarp4 .right{
    width: 3.88rem;
}
.indexWarp4 .right .rBox{
    width: 100%;
    height: 1.45rem;
    background: #FFFFFF;
    margin-bottom: 0.06rem;
    padding-top: 0.26rem;
    padding-bottom: 0.23rem;
    padding-left: 0.26rem;
    padding-right: 0.4rem;
    transition: background .3s;
}
.indexWarp4 .right .rBox .data{
    width: 0.95rem;
    border-right: 0.01rem solid #DEDEDE;
}
.indexWarp4 .right .rBox .txtBox{
    width: calc(100% - 0.95rem);
    padding-left: 0.34rem;
}
.indexWarp4 .right .rBox .data1{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.3rem;
    color: #686868;
    line-height: 0.43rem;
}
.indexWarp4 .right .rBox .data2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #686868;
    line-height: 0.24rem;
}
.indexWarp4 .right .rBox .dataHr{
    width: 0.19rem;
    height: 0;
    border-top: 0.01rem solid #DEDEDE;
    margin-top: 0.04rem;
    margin-bottom: 0.13rem;
}
.indexWarp4 .right .rBox .txt1{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.18rem;
    color: #191919;
    line-height: 0.3rem;
}
.indexWarp4 .right .rBox .rImg{
    width: 0.14rem;
    height: 0.1rem;
    margin-top: 0.22rem;
}
.indexWarp4 .right .rBox:hover{
    background: #162D59;
}
.indexWarp4 .right .rBox:hover .txt1,
.indexWarp4 .right .rBox:hover .data1,
.indexWarp4 .right .rBox:hover .data2{
    color: #fff;
}
.indexWarp4 .more{
    margin-left: auto;
    margin-right: auto;
}

.indexWarp5{
    height: 9.02rem;
    position: relative;
}
.indexWarp5 .bgImg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexWarp5 .wp5Box{
    padding-top: 3.87rem;
}
.indexWarp5 .wp5L{
    width: 4.86rem;
    height: 3.4rem;
    background: #F3F3F3;
    border-radius: 0.5rem 0rem 0.5rem 0rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.7rem;
    padding-top: 0.59rem;
    margin-bottom: 0.27rem;
    margin-right: 0.21rem;
    position: relative;
}
.indexWarp5 .wp5L::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/wp5LtBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.indexWarp5 .wp5L::before{
    content: '';
    width: 100%;
    height: 0;
    display: block;
    border-top: 0.01rem solid #DFDFDF;
    position: absolute;
    left: 0;
    bottom: 0.68rem;
}
.indexWarp5 .wp5L:last-child{
    margin-right: 0;
}
.indexWarp5 .wp5L .icon{
    width: 0.65rem;
    height: 0.65rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.indexWarp5 .wp5L .icon img{
    width: 0.27rem;
    height: auto;
}
.indexWarp5 .wp5L:first-child .icon img{
    width: 0.24rem;
    height: auto;
}
.indexWarp5 .wp5L .txt1{
   font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.3rem;
    color: #162D59;
    line-height: 0.44rem;
}
.indexWarp5 .wp5L .txt2{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #162D59;
    line-height: 0.14rem;
    margin-top: 0.09rem;
    margin-bottom: 0.71rem;
}
.indexWarp5 .wp5L .rjt2{
    width: 0.28rem;
    height: 0.15rem;
}
.indexWarp5 .wp5L:hover .txt1,
.indexWarp5 .wp5L:hover .txt2{
    color: #C5A65D;
}