.wp{
    padding: 0 8.4%;
}
.banner{
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    font-family: MiSans-Medium;
    font-weight: 500;
} 
.banner .txtbox .titl{
    font-size: 2.6rem;
    margin-top: 4rem;
    margin-bottom: 7.6rem;
    min-height: 3rem;
}
.banner .txtbox .tit1{
    font-size: 4rem;
}
.banner .txtbox .txt{
    max-width: 19.7em;
    font-size: 1.8rem; 
    line-height: 3rem;
    margin: 4rem 0 5.67rem;
}
.banner .txtbox .btn{
    border-radius: 3rem;
    border: 0.2rem solid #27C8FF;
    padding: 0 2.4rem;
    line-height: 4.2rem; 
    font-size: 1.6rem;
    color: #FBFBFD;
    text-shadow: 0px 2px 5px #092145;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.banner .txtbox .btn .icon{
    width: 2.7rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.banner .pagination { 
    position: absolute;
    bottom: 10.39rem;    
    left: 0; 
    width:100%;
    z-index: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
} 
.banner .pagination .swiper-pagination-bullet{
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
    background: #D8EFFE;
    border-radius: 0.5rem;
    margin:0 0.88rem ;
    transition: all 0.3s ease 0s;
} 
.banner .pagination .swiper-pagination-bullet-active{ 
    width: 2.7rem; 
}
.model{
    padding-top:8.6rem;
    padding-bottom: 6rem;
}
.model .titbox .tit {
    color: #2e2e2e;
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-family: MiSans-Demibold;
    font-weight: 600;
}
.model .morebtn{
    border-radius: 3rem;
    padding: 0 2.4rem;
    line-height: 4.2rem; 
    font-size: 1.6rem;
    color: #fff;  
    background: #0072C7;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
}
.model .morebtn .icon{
    width: 1.56rem;
    margin-left: 1.35rem; 
}
.main1{ 
    padding-bottom: 5.3rem;
    background: url(../images/bg1-1.png) top center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.main1 .indexpic{
    width: 28%;
    position: absolute;
    top: 18%;
    right: 14%;
}
.main1 .infobox{
    margin: 6rem 0;
}
.main1 .infobox .tit{
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size:2.6rem;
    color: #0072C6;
    line-height: 2.7rem;
}
.main1 .infobox .txt{ 
    font-weight: 400;
    font-size: 1.4rem;
    color: #303330;
    line-height: 2.6rem;
    margin: 3.4rem 0 5.8rem;
    max-width: 38.7rem;
    height:10.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp:4;
    -moz-line-clamp:4;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main1 .morebtn.gray{
    border: 1px solid #6F6F6F;
    background: transparent;
    color: #6F6F6F; 
}
.main1 .swiper1 {
    position: relative;
    padding-bottom: 7.5rem;
    border-bottom: 1px solid rgba(163, 163, 163, 0.4);
}
.main1 .swiper1 .box{
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(56,57,58,0.08);
    border-radius: 1.9rem;
    padding: 2.3rem 0.5rem 3.1rem 3.4rem ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.main1 .swiper1 .txtbox{ 
    width: calc(53%);
}
.main1 .swiper1 .txtbox .num{
    font-family: MiSans-Heavy;
    font-weight: 800;
    font-size: 5.5rem;
    color: #C3C3C3;
    line-height: 6.3rem;
    opacity: 0.1;
    margin-bottom: -1rem;
    display: block;
}
.main1 .swiper1 .txtbox .tit{
    font-family: MiSans-Demibold;
    font-weight: 600;
font-size: 1.4rem;
color: #323232;
line-height: 1.6rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
text-overflow: ellipsis;
overflow: hidden;
}
.main1 .swiper1 .txtbox .btn{
    padding: 0.6rem 1.8rem;
    border-radius: 2rem;
    background: #EEEEEE;
    display: inline-block;
    margin-top:1.6rem;
}
.main1 .swiper1 .txtbox .btn .icon{
    width: 1rem;
    display: block;
}
.main1 .swiper1 .txtbox .btn .icon:first-child{
    display: none;
}
.main1 .swiper1  .swiper-slide.on .box{background: linear-gradient(-36deg, #0078C4, #0D96EC);
}
.main1 .swiper1 .swiper-slide.on .txtbox .num,
.main1 .swiper1 .swiper-slide.on .txtbox .tit{
    color: #FFFFFF;
}
.main1 .swiper1 .swiper-slide.on .txtbox .btn .icon:first-child{
    display: block;
}
.main1 .swiper1 .swiper-slide.on .txtbox .btn .icon:last-child{
    display: none;
}
.main1 .swiper1 .swiper-slide.on .txtbox .btn{
    background: #0567AF;
}
.main1 .swiper1 .pic{
    width: 47%;
}
.main1 .swiper1 .btnbox{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(191,192,194,0.31);
    border-radius: 2.3rem;
    position: absolute;
    bottom: 0;
    right: 7.8rem;
    transform: translateY(50%);
    padding: 1.6rem 0.5rem;
}
.main1 .swiper1 .btnbox::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: .27rem;
    height: 1.5rem;
    background: #A3A3A3;
    opacity: 0.3;
}
.main1 .swiper1 .btnbox .btn{
    margin: 0 1.6rem;
    width: 0.8rem;
    height: 1.34rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.main1 .swiper1 .btnbox .btn.prev{
    background-image: url(../images/icon_prev_a.png);
}
.main1 .swiper1 .btnbox .btn.next{
    background-image: url(../images/icon_next_a.png);
}
.main1 .swiper1 .btnbox .btn.prev.swiper-button-disabled{
    background-image: url(../images/icon_prev.png);
}
.main1 .swiper1 .btnbox .btn.next.swiper-button-disabled{
    background-image: url(../images/icon_next.png);
}

.model.main2{ 
    padding-bottom: 9.5rem;
    background: url(../images/bg1-2.png) top center/cover no-repeat;
}
.main2 .infobox{
    margin: 6.8rem 0 6.4rem;
}
.main2 .infobox .tit{
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size: 2.8rem;
    color: #0072C6;
    line-height: 2.8rem;
}
.main2 .infobox .txt{ 
    font-weight: 400; 
    margin: 3.7rem 0 3.1rem;
    max-width: 56.6rem;
    font-size: 1.4rem;
    color: #303330;
    line-height: 2.6rem;
}
.main2 .infobox .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 1.8rem;
    color: #0072C7;
    line-height: 2rem;
} 
.main2 .infobox .flex .li{
    padding-right: 3.4rem;
    margin-right: 3.4rem;
    border-right: 2px solid #0072C7;
}
.main2 .infobox .flex .li:last-child{
    border: 0;
} 

.main3{ 
    padding-bottom: 6.3rem;
}
.main3 .flexlist{
    margin: 6.4rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main3 .flexlist .box{
    width: calc(25% - 1rem);
    margin-right: 1rem;
    background: #FFFFFF;
    box-shadow: 0px 7px 27px 0px rgba(191,192,194,0.31); 
}
.main3 .flexlist .box:nth-child(4n){
    margin-right: 0;
}
.main3 .flexlist .box .imgbox{
    height: 8.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main3 .flexlist .box .info{
    padding: 2.7rem 3.2rem 3.2rem;
    font-family: MiSans-Medium;
    font-weight: 500;
}
.main3 .flexlist .box .info .tit{
    font-size: 1.6rem;
    color: #1E2126;
    line-height: 2.4rem;
    height: 4.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main3 .flexlist .box .info .txt{ 
    font-size: 1.4rem;
    color: #AAAAAA;
    line-height: 1.8rem;
    height: 3.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 1.8rem 0;
}
.main3 .flexlist .box .info .time{ 
    font-size: 1.2rem;
    color: #AAAAAA;
    line-height: 2.4rem;
}
/* 移动端兼容 */
@media screen and (max-width:750px) {  
    .wp{
        padding: 0 5%;
    } 
    .banner .bg{
       width: 100%;
       margin-left: 0%;
    }
    .banner .txtbox .tit{
        font-size: 4rem;
    }
    .banner .txtbox .titl{
        font-size: 2rem;
        margin-top:2rem;
        margin-bottom: 2rem;
        min-height: 4rem;
        max-width: 55%;
    }
    .banner .txtbox .tit1{
        font-size: 4rem;
    }
    .banner .txtbox .txt{
        max-width: 100%;
        margin: 4rem 0 5.67rem;
    }
    .banner .txtbox .btn{ 
        border-radius: 3.4rem;
        padding: 0 2.7rem;
        line-height: 5.7rem; 
        font-size: 2.2rem;
    }
    .banner .txtbox .btn .icon{
        width: 3rem;
        margin-top: 0rem;
    }
    .banner .pagination { 
        bottom: 3rem;    
    }  
    .model{
        padding-top:11.5rem;
        padding-bottom: 8.6rem;
    }
    .model .morebtn { 
        font-size: 2rem; 
        line-height: 5.2rem;
    }
    .main1 .indexpic{
        
        top: 25%;
        right: 5%;
    }
    .main1 .infobox{
        margin: 4rem 0;
        width: 65%;
    } 
    .main1 .infobox .txt{  
        margin: 4rem 0 ;     
        font-size: 2.6rem;
        line-height: 4rem;
        height:16rem
    }
    .main1 .swiper1 .txtbox .tit { 
        font-size: 2.2rem; 
        line-height: 2.6rem; 
    }
     
    .main2 .infobox{
        margin: 6rem 0 4rem;
    } 
    .main2 .infobox .txt{  
        margin: 4rem 0 4.3rem;
        max-width: 80%;
        font-size: 2.6rem;
        line-height: 4rem;
    } 
    .main2 .infobox .flex {
        flex-wrap: wrap;
    }
    .main2 .infobox .flex .li{ 
        white-space: nowrap;
        font-size: 2.2rem; 
        line-height: 2.6rem; 
        padding-right: 2rem;
        margin: 0.8rem 0;
        margin-right: 2rem;
    } 
    .main2 .infobox .flex .li:first-child{
        padding-left: 0;
    }
    .main2 .infobox .flex .li:last-child{
        padding-right: 0;
    }
     
    .main3 .flexlist{
        margin:4rem 0; 
    }
    .main3 .flexlist .box{
        width: calc(100%);
        margin-right: 0;
        margin-top: 2rem;
    } 
  
    .main3 .flexlist .box .imgbox{
        height: auto; 
    }
    .main3 .flexlist .box .info .tit{
        font-size: 3rem; 
        line-height: 4rem;
        height: auto; 
    }
    .main3 .flexlist .box .info .txt{ 
        font-size: 2.6rem; 
        line-height: 3.2rem;
        height: auto; 
        margin: 2.4rem 0;
    }
    .main3 .flexlist .box .info .time{ 
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
}