.wp{
    padding: 0 8.4%;
}
.banner{
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    font-family: MiSans-Medium;
    font-weight: 500;
}
.banner .txtbox .tit{
    font-size: 7.56rem;
}
.banner .txtbox .titl{
    font-size: 3.5rem;
    margin-top: 5.9rem;
    margin-bottom: 10.25rem;
    min-height: 4.9rem;
}
.banner .txtbox .tit1{
    font-size: 5.4rem;
}
.banner .txtbox .txt{
    max-width: 19.7em;
    font-size: 2.4rem; 
    line-height: 3.5rem;
    margin: 4rem 0 5.67rem;
}
.banner .txtbox .btn{
    border-radius: 4rem;
    border: 0.27rem solid #27C8FF;
    padding: 0 5.4rem;
    line-height: 8.1rem; 
    font-size: 3.2rem;
    color: #FBFBFD;
    text-shadow: 0px 2px 5px #092145;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.banner .txtbox .btn .icon{
    width: 4.7rem;
    margin-left: 1.35rem;
    margin-top: 0.67rem;
}
.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: 1rem;
    height: 1rem;
    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: 3.6rem; 
}
.model{
    padding-top:11.5rem;
    padding-bottom: 8.6rem;
}
.model .titbox .tit {
    color: #2e2e2e;
    font-size: 4.3rem;
    line-height: 6rem;
    font-family: MiSans-Demibold;
    font-weight: 600;
}
.model .morebtn{
    border-radius: 3.4rem;
    padding: 0 2.7rem;
    line-height: 5.7rem; 
    font-size: 2.2rem;
    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: 7rem;
    background: url(../images/bg1-1.jpg) top center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.main1 .indexpic{
    width: 28%;
    position: absolute;
    top: 18%;
    right: 14%;
}
.main1 .infobox{
    margin: 8.1rem 0;
}
.main1 .infobox .tit{
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size:3.5rem;
    color: #0072C6;
    line-height: 3.64rem;
}
.main1 .infobox .txt{ 
    font-weight: 400;
    font-size: 1.9rem;
    color: #303330;
    line-height: 3.2rem;
    margin: 4.6rem 0 7.8rem;
    max-width: 27.7em;
    height: 16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    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.9rem;
color: #323232;
line-height: 2.2rem;
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 2.4rem;
    border-radius: 2rem;
    background: #EEEEEE;
    display: inline-block;
    margin-top: 2.2rem;
}
.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(-27deg, #003FBC, #3975F9);
}
.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: #346BFC;
}
.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: 12.7rem;
    background: url(../images/bg1-2.jpg) top center/cover no-repeat;
}
.main2 .infobox{
    margin: 9.2rem 0 8.6rem;
}
.main2 .infobox .tit{
    font-family: MiSans-Medium;
    font-weight: 500;
    font-size: 3.8rem;
    color: #0072C6;
    line-height: 3.2rem;
}
.main2 .infobox .txt{ 
    font-weight: 400;
    font-size: 2.2rem;
    color: #303330;
    line-height: 3.2rem;
    margin: 4rem 0 4.3rem;
    max-width: 35.375em;
}
.main2 .infobox .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 2.4rem;
    color: #0072C7;
    line-height: 2.7rem;
} 
.main2 .infobox .flex .li{
    padding: 0 4.6rem;
}
.main2 .infobox .flex .li+.li{
    border-left: 2px solid #0072C7;
}
.main2 .infobox .flex .li:first-child{
    padding-left: 0;
}

.main3{ 
    padding-bottom: 8.5rem;
}
.main3 .flexlist{
    margin: 8.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main3 .flexlist .box{
    width: calc(25% - 1rem);
    margin-right: 1.3rem;
    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: 30rem; */
    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.9rem;
    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.6rem;
    color: #AAAAAA;
    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;
    margin: 2.4rem 0;
}
.main3 .flexlist .box .info .time{ 
    font-size: 1.6rem;
    color: #AAAAAA;
    line-height: 3.2rem;
}
/* 移动端兼容 */
@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;
    }
    
    .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:20rem
    }
   
     
    .main2 .infobox{
        margin: 6rem 0 4rem;
    } 
    .main2 .infobox .txt{  
        margin: 4rem 0 4.3rem;
        max-width: 80%;
    } 
    .main2 .infobox .flex .li{
        padding: 0 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 .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;
    }
}