/*IE 适配*/
.ua-ie {
    
}
.ua-ie .swiper-button-prev{
    background: #fff url('/assets/pc/ie-img/ie-arrow-left.png') !important;
    background-size: 20px 20px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ddd;
}

.ua-ie .swiper-button-next{
     background: #fff url('/assets/pc/ie-img/ie-arrow-right.png') !important;
    background-size: 20px 20px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
  border: 1px solid #ddd;
}
.ua-ie .swiper-button-prev:hover{
    background-color: transparent!important ;
}
.ua-ie .swiper-button-next:hover{
    background-color: transparent!important ;
}
.ua-ie .index2-box{
    padding-top: 100px;
}



.ua-ie .index3Swiper .swiper-wrapper{
    display: block !important;
    padding-top: 100px !important;
}
.ua-ie .index3Swiper .swiper-slide{
    display: block !important;
    margin-bottom: 0 !important;
}





.ua-ie .index4_Swiper {
    height: 1.4rem;
}
.ua-ie .index4_Swiper .swiper-slide{
    width: 24% !important;
    margin-right: 1.33% !important;
}
.ua-ie .index4_Swiper .swiper-slide:nth-child(4){
    /*margin-right: 0% !important;*/
}

.ua-ie .index4_Swiper .index4-item img {
    height: 1.4rem;
}



.ua-ie .footer-wrap {
    position: relative;
    /*bottom: -30px;*/
}
/*IE 适配*/








/* 首页 index */
body {
    padding-top: 0 !important;
}
/*.header-wrap {*/
/*    background: transparent;*/
/*}*/

/*.header-wrap .header-menu-a {*/
/*    color: #fff;*/
/*}*/

/*.header-wrap .headerImgWhite {*/
/*    display: block;*/
/*}*/

/*.header-wrap .headerImgBlack {*/
/*    display: none;*/
/*}*/

/*.headerImgWhite {*/
/*    display: none;*/
/*}*/



/* 第一屏 */
.index1 {
    width: 100%;
    height: 100%;
}

.indexBanner {
    height: 100vh;
    width: 100%;
    position: relative;
}

.indexBanner img {
    width: 100%;
    height: 100%;
     object-fit: cover; 
}

.indexBanner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner video::-webkit-media-controls {
    display: none !important;
}

.indexBanner .swiper-pagination {
    bottom: 0.4rem;
}

.indexBanner .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.indexBanner .swiper-pagination-bullet-active {
    opacity: 1;
}

/*  */
.index1-box {
    width: 100%;
    height: 100%;
    opacity: 0;
    /* padding-left: 2rem; */
    position: absolute;
    /* top: 50%; */
    left: 0;
    top: 0;
    display: flex;
    /*flex-direction: column;*/
    /*align-items: center;*/
    justify-content: center;
    /* bottom: 2rem; */
    /* transform: translateY(-50%); */
    padding: 2rem;
}

.index1-title {
    margin-top: 0.7rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #FFFFFF;
}

.index1-text {
    font-size: 0.2rem;
    
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.25rem;
}


/* 第二屏 */
.index2-wrap {
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    position: relative;
}

.index2-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index2-box {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.index2-title {
    padding-bottom: .3rem;
    position: relative;
    font-size: 0.36rem;
    
    font-weight: bold;
    color: #333333;
}

.index2-title::after {
    content: '';
    width: 1.06rem;
    height: 0.05rem;
    background: #FDD000;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index2-des {
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #333333;
    line-height: 0.44rem;
    margin: 0.44rem 0;
    text-align: justify;
}

.index2-more {
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #333333;
}

.index2-num-wrap {
    display: flex;
    justify-content: space-around;
}

.index2-num-box {
    text-align: center;
}

.index2-num {
    font-size: 0.2rem;
    font-family: Arial-Black, Arial;
    font-weight: 400;
    color: #333333;

    display: flex;
    align-items: baseline;
    justify-content: center;
}

.index2-num p {
    font-size: 0.4rem;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #333333;
}

.index2-num-text {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #333333;
    margin-top: .06rem;
}

.index2-swiper {
    width: 100%;
    overflow: hidden;
    margin-top: .6rem;
}

.index2Swiper {
    width: 100%;
}

.index2-swiper-img {
    width: 100%;
    height: 2.6rem;
    object-fit: cover;
}

/* 第三屏 */
.index3-wrap {
    width: 100%;
    height: 100vh;
    /* background: url(../img/index/banner3.png) no-repeat;
    background-size: cover; */
    position: relative;
}

.index3-bg-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index3-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.index3-bg:first-of-type {
    display: block;
}
.index3-title{
    margin-bottom: 0.5rem;
}

.index3-box {
    /* width: 100%; */
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.index3-left {
    width: 5.5rem;
    /*padding: 1.8rem 0 1.1rem 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index3Swiper .swiper-wrapper{
    justify-content: center;
}
.index3-title-cn {
    font-size: 0.32rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index3-title-cn span {
    margin-left: 0.2rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
}

.index3-title-more {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .2rem;
}

.index3-des {
    display: none;
}

.index3-des:first-of-type {
    display: block;
}

.index3-text {
    font-size: 0.26rem;
    
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.index3-text::after {
    content: '';
    width: 0.8rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index3-p {
    text-align: justify;
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.index3-swiper {
    /*padding: 1.8rem 0 1.1rem 0;*/
    position: relative;
}

.index3-swiper::after {
    content: '';
    border-right: 0.01rem dashed #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0.095rem;
    top: 0;
}

.index3Swiper {
    width: 3.5rem;
    height: 100%;
}

.index3-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.index3-item-des {
    width: 3rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    padding: .15rem;
    transition: all .365s;
}

.index3-item-icon {
    width: .5rem;
    height: .5rem;
    flex-shrink: 0;
    margin-right: .1rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.index3-item-icon img {
    width: 100%;
    height: 100%;
}

.index3-item-text {
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #FFFFFF;
    flex: 1;
    transition: all .365s;
}

.index3-item-ball {
    width: 0.2rem;
    height: 0.2rem;
    background: #018BD4;
    opacity: 1;
    border: 0.03rem solid #FFFFFF;
    border-radius: 50%;
}

.index3Swiper .swiper-slide.active .index3-item-des {
    background: #fff;
}

.index3Swiper .swiper-slide.active .index3-item-text {
    color: #0075C1;
}

.index3Swiper .swiper-slide {
    height: .8rem;
    cursor: pointer;
}

/* 第四屏 */
.index4-wrap {
    width: 100%;
    height: 100vh;
    /* background: url(../img/index/banner3.png) no-repeat;
    background-size: cover; */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: .5rem;
}

.index4-bg-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index4-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.index4-bg:first-of-type {
    display: block;
}

.index4-box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.index4-des {
    display: none;
    margin-top: 1.2rem;
}

.index4-des:first-of-type {
    display: block;
}

.index4-text {
    font-size: 0.3rem;
    
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    margin-bottom: .3rem;
}

.index4-text span {
    width: 0.72rem;
    height: 0.01rem;
    background: #FFFFFF;
    margin: 0 .15rem;
    display: block;
}

.index4-p {
    font-size: 0.2rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    /*text-align: right;*/
}
.index4-p *{
    font-size: 20px!important;
}
.index4-swiper {
    width: 13rem;
    padding: 1.8rem .7rem 0 .7rem;
    position: relative;
}
/*@media screen and (min-width:1300px) and (max-width:1450px) {*/
/*    .index4-swiper {*/
/*        width: 1200px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1100px) and (max-width:1300px) {*/
/*    .index4-swiper {*/
/*        width: 1000px;*/
/*    }*/
/*}*/
/*@media screen  and (max-width:1100px) {*/
/*    .index4-swiper {*/
/*        width: 800px;*/
/*    }*/
/*}*/
.index4Swiper {
    width: 100%;
}

.index4Swiper .swiper-wrapper {
    align-items: flex-end;
}

.index4Swiper .swiper-slide {
    width: 2.4rem;
    height: 1.6rem;
    transition: all .365s;
}

/*.index4Swiper .swiper-slide.active,*/
.index4Swiper .swiper-slide.swiper-slide-active{
    width: 3.6rem;
    height: 2.4rem;
    transition: all .365s;
}
.index4-item{
    width: 100%;
    height: 100%;
}
.index4-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.index4-swiper .swiper-button-next,
.index4-swiper .swiper-button-prev {
    top: auto;
    bottom: .5rem;
    color: #fff;
    width: 0.25rem;
}

.index4-swiper .swiper-button-next:after,
.index4-swiper .swiper-button-prev:after {
    font-size: .35rem ;
    font-weight: bold;
}

.index4-swiper .swiper-button-next:hover,
.index4-swiper .swiper-button-prev:hover {
    color: #FDD000;
}

/* 第五屏 */
.index5-wrap {
    width: 100%;
    height: 100vh;
    background: url(../img/index/index5-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.index5-box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.index5-title-box {}

.index5-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    
    font-weight: bold;
    color: #000;
}

.index5-title p {
    width: .35rem;
    height: 0.04rem;
    background-color: #FDD000;
    margin: 0 0.15rem;
}

.index5-title-text {
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #333333;
    margin-top: .2rem;
    text-align: center;
}

.index5-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
}

.index5-item {
    width: 18%;
    height: 1.1rem;
    margin-top: .4rem;
    margin-right: 2.5%;
}

.index5-item:nth-child(5n) {
    margin-right: 0;
}

.index5-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 第六屏 */
.index6-wrap {
    width: 100%;
    min-height: 5.4rem;
    padding: 1.3rem 0 0 0;
    background: url(../img/index/index6-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index6-box {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
}

.index6-list {
    margin: .3rem 0 .5rem 0;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.1);
    padding: .5rem 0;
    display: flex;
    justify-content: space-around;
}

.index6-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index6-icon {
    width: .57rem;
    height: .57rem;
}

.index6-text {
    font-size: 0.2rem;
    
    font-weight: bold;
    color: #333333;
    margin: 0.2rem 0;
}

.index6-des {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #333333;
}

/* 首页底部 */
.index7-wrap {
    width: 100%;
    height: 100%;
    background: url(../img/index/index7-bg.png) no-repeat;
    background-size: cover;
}

.index7-box {
    height: calc(100% - .6rem);
    margin: 0 auto;
    padding-top: 1.2rem;
}

.index7-top {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.index7-logo-box {
    display: flex;
    align-items: center;
}

.index7-logo {
    height: 0.7rem;
}

.index7-logo-title {
    padding-left: .2rem;
    margin-left: .2rem;
    border-left: 0.01rem solid #999999;
}

.index7-logo-title-cn {
    font-size: 0.36rem;
    font-family: 'siyuan',!important;
    font-weight: 400;
    color: #FFFFFF;
}

.index7-logo-title-en {
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #CCCCCC;
    margin-top: .07rem;
}

.index7-top-title {
    text-align: right;
}

.index7-top-title-cn {
    font-size: 0.4rem;
    
    font-weight: bold;
    color: #FFFFFF;
}

.index7-top-title-en {
    font-size: 0.18rem;
    font-family: Arial-Bold Italic, Arial;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: .2rem;
}

.index7-content {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.index7-content-title {
    font-size: 0.26rem;
    
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: .3rem;
}

.index7-about-wrap {
    width: 5rem;
}

.index7-about-box {}

.index7-about {
    margin-bottom: .14rem;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
}

.index7-code-box {
    display: flex;
    margin-top: .5rem;
}

.index7-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .5rem;
}

.index7-code img {
    width: 1.2rem;
    height: 1.2rem;
}

.index7-code p {
    font-size: 0.14rem;
    
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .1rem;
}

.index7-message-wrap {}

.index7-message {
    display: flex;
    margin-bottom: .2rem;
}

.index7-message-text {
    flex-shrink: 0;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-right: .15rem;
}

.index7-message-input {
    width: 6.49rem;

    background: rgba(255, 255, 255, .4);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}

.index7-message-input input {
    width: 100%;
    height: 0.4rem;
    padding: 0 .15rem;
    background: transparent;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.index7-message-input textarea {
    width: 100%;
    height: 1.8rem;
    padding: .15rem;
    background: transparent;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.index7-message-bt {
    display: flex;
    justify-content: flex-end;
}

.index7-message-bt p {
    width: 1.2rem;
    height: 0.36rem;
    background: rgba(255, 255, 255, .4);
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    font-size: 0.14rem;
    
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-align: center;
    cursor: pointer;
}

/*首页 end */
.index-footer-icp {
    width: 100%;
    height: 0.6rem;
    background: #003071;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.index-footer-icp a {
    font-size: 0.14rem;
    
    font-weight: 400;
    color: #CCCCCC;
}


.iphone_fullage_none{
    /*display: none;*/
}
@media only screen and (max-width: 1024px) {
    
    /*#fullPage{*/
    /*    display: none;*/
    /*}*/
    /*#iphone_fullage_none{*/
    /*    display: block;*/
    /*}*/
    
    
    .index1-title{
        font-size: 0.5rem;
    }
    .index2-box{
        padding: 0 .2rem;
    }
    .index3-title {
        margin-bottom: 1rem;
    }
    /*.index3Swiper {*/
    /*    width: 2.5rem;*/
        
    /*}*/
    .index3-swiper{
        display: flex;
    }
    .index3Swiper{
        width: auto!important;
        height: auto!important;
    }
    /* .index3-box{*/
    /*    flex-direction: column;*/
    /*    justify-content: center;*/
    /*}*/
    .index3-item-ball{
        /*display: none;*/
    }
    /*.index3-box .swiper-wrapper{*/
    /*    flex-wrap: wrap!important;*/
    /*    flex-direction: row!important;*/
    /*    padding: 0 15px;*/
    /*    justify-content: space-between;*/
    /*    box-sizing: border-box;*/
    /*}*/
     .index3-box .swiper-wrapper .swiper-slide{
         /*width: 48%;*/
         height: auto!important;
     }
     .index3-box .swiper-wrapper .swiper-slide:last-child{
         margin-bottom: 0!important;
     }
    .index3-left {
        /*padding: 1.8rem 0.2rem 1.1rem 0.2rem;*/
        justify-content: flex-start;
        /*order: 1;*/
        /*width: 100%;*/
        padding: 0.8rem 0 0 0 !important;
        width: 4.2rem;
        justify-content: center;
        
        
    }
    .index3Swiper .swiper-wrapper{
        justify-content: center;
    }
    .index3-item-text{
        font-size: 14px;
    }
    .index3-item-icon{
        width: 0.62rem;
        height: 0.62rem;
    }
    .index3-swiper{
        /*order: 0;*/
        padding: 0 !important;
    }
    .index3-title-cn{
        font-size: 16px;
    }
    .index3-title {
        margin-bottom: 1rem;
    }
    .index3-title-more,.index3-text{
        font-size: 14px;
    }
    .index4-text{
        font-size: 18px;
    }
    .index3-swiper::after{
        /*display: none;*/
    }
    .index3-item-des {
         /*width: 100%;*/
        height: auto!important;
        
    }
    .index3-des-box{
        padding: 0 15px;
    }
    .index3-p{
        font-size: 12px;
        line-height: 1.7;
        text-align: justify;
         display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 15;
        
    }
    .index4-swiper {
        width: 100%;
        padding: 0.5rem .7rem 0 .7rem!important;
    }
    .index3-title {
        margin-bottom: .5rem;
        padding: 0 .2rem;
    }
    .index4-des-box{
         padding: 0 .2rem;
    }
    .index4-text{
        justify-content: flex-start;
    }
    .index4-p{
        text-align: left;
    }
    .index4-p * {
        font-size: 14px !important;
    }
    .index4-p p:nth-child(n+5){
        display: none!important;
       
    }
    .index5-item {
        width: 32%;
        margin-right: 2%;
    }
    .index5-item:nth-child(5n) {
        margin-right: 2%;
    }
    .index5-item:nth-child(3n) {
        margin-right: 0;
    }
    .index5-list{
        padding: 0 .1rem;
    }
    .index6-list{
        justify-content: space-between;
        padding: 20px 15px!important;
        margin-bottom: 0!important;
    }
   
    .index6-des {
        text-align: center;
        word-wrap: break-word;
        word-break: normal;
        width: 100%;
    }
    .index2-title{
        font-size: 18px;
    }
    .index2-more{
        font-size: 18px;
    }
    .index2-des{
        line-height: 1.7;
        font-size: 14px;
    }
    .index5-title{
        font-size: 18px;
    }
    .index5-title-text{
        font-size: 14px;
    }
    .index6-wrap {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }
    .index6-list{
        flex-wrap: wrap;
        justify-content: space-between!important;
        
    }
    .index6-item{
        width: 48%;
        margin-bottom:10px;
    }
    .index6-box{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 1rem;
    }
    .footer-wrap{
        position: initial!important;
    }
    .index6-icon{
        width: 0.8rem;
        height: 0.8rem;
    }
    .index6-text{
        font-size: 14px;
    }
    .index6-des{
        font-size: 14px;
        line-height: 1.6;
        
    }
    
    .index4Swiper-next,.index4Swiper-prev{
        display: none;
    }
    
    .index4-wrap {
        padding-bottom: 1rem;
    }
    
    
}


@media only screen and (max-width: 1600px) {
    .index4-wrap .boxBig {
        min-height: 4.5rem;
    }
    .index4-swiper {
        padding: 0.5rem 0.7rem 0 0.7rem
    }
    .index3-title {
        margin-bottom: 0.3rem;
    }
    .index4-des {
        margin-top: 0.5rem;
    }
}