@charset "utf-8";
.main{
    position: relative;
}
.main .wrap-1068{
    position: relative;
    top: 40%;
    transform: translateY(-40%);
    padding-left: 70px;
    z-index: 999;
}
.main .paging{
    position: absolute;
    bottom: 119px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1068px;
    z-index: 99;
}
.main .paging .swiper-pagination{
    position: relative;
}
.main .swiper-slide{
    overflow-x: hidden;
    position: relative;
    height: 515px;
    
}
.main .swiper-slide.one{
    background:url(../images/visual1.jpg) no-repeat;
    background-position: 50% 45%;
    background-size: cover;
}
.main .swiper-slide.two{
    background:url(../images/visual2.jpg) no-repeat;
    background-position: 50% 45%;
    background-size: cover;

}
.main .swiper-slide .line{
    text-indent: -9999px;
    width: 70px;
    height: 6px;
    background-color: #fff;
    margin: 30px 0;
}
.main .swiper-slide h1,.main .swiper-slide h2,.main .swiper-slide h2 span{
    color: #fff;
}
.main .swiper-slide.one h1 span,.main .swiper-slide.one h2 span{
    color: #fff;
    display:block
}
.main .swiper-slide.one h1{
    font-size: 36px;

}
.main .swiper-slide.one h1 span{
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 5px;
}
.main .swiper-slide.one h2{
    font-size: 27px;
    font-weight: 300
}
.main .swiper-slide.one h2 span{
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 5px;
}
.main .swiper-slide.two .main__intro--link{
    display: block;
    color: #691191;
    width: 100%;
    max-width: 154px;
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 3px 0;
    border-radius: 36px;
    margin-bottom: 35px;
}
.main .swiper-slide.two h1{
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
}
.main .swiper-slide.two h1 span{
    font-size: 52px;
    font-weight: 600;
    color: #fff;
}
.main .swiper-slide.two .main__intro--more{
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 35px;


}
.main .swiper-slide.two .main__intro--more img{
    vertical-align: middle;
    margin-left: 10px;
}
.main .paging .swiper-pagination{
        width: 90px;
        margin-left: auto;

}
.main .paging .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    opacity: 1;
    margin-right: 5px;
}
.main .paging .swiper-pagination-bullet-active{
    width: 50px;
    height: 17px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
}

/* insight */
.insight{
    position: relative;
    z-index: 9;
}
.insight .wrap-1068{
    transform: translateY(-90px);
}
.insight h1{
    width: 100%;
    max-width: 1068px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    font-size: 32px;
    padding-top: 54px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 30px;
}
.insight a{
    display: block;
    border: 1px solid #9c9c9c;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.insight a ul li{
    width: 50%;
}
.insight a ul li img{
    display: block;
    width: 100%;
}
.insight a ul li:last-child .line{
    margin: 20px 0;
    width: 57px;
    height: 3px;
    background-color: #03a54b;
    text-indent: -9999px;
}
.insight a ul li:last-child{
    padding-left:40px
}
.insight a ul li:last-child h3,.insight a ul li:last-child p{ 
    text-align:left !important
}
.insight a ul li:last-child h3{
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 60px;
}
.insight a ul li:last-child p{
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
    text-align: left;
    /* padding-bottom: 30px; */
}
.insight__img--box{
    overflow: hidden;

}
.insight__img--box img{
    transition: .3s;
}
.insight__img--box:hover img{
    transform: scale(1.1);
}

/* research */
.research{
    background-color: #ebebeb;
    padding-top: 50px;
    padding-bottom: 120px;
}
.research h1{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #282828;
    

}
.research .wrap-1068{
    position: relative;
}
.research .wrap-1068>ul>li{
    width: 50%;
  
}
.research .wrap-1068>ul>li .research__title{
    margin:0 15px;
    margin-bottom: 20px;

}
/* .research .wrap-1068>ul>li:first-child{
    margin-right: 30px;
} */
.research .wrap-1068>ul>li a{
    display: block;
    padding:0 15px;
}
.research .wrap-1068>ul>li img{
    display: block;
    width: 100%;
}
/* .research .swiper-button-next{
    right: 0;
    left: auto;

} 
.research .swiper-button-prev{
    left: 0;
    right: auto;

} 
.research .swiper-button-next,.research .swiper-button-prev{
    color:#a1a1a1;
    background: url(../images/arrow.png) no-repeat;
    width:25px;
    height:56px;

}
.research .swiper-button-prev{
    transform:rotate(180deg)
}
.research__slide{
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 916px;
    margin: 0 auto;

}
.research .swiper-scrollbar {
    width: 100%;
    max-width: 916px;
    overflow-x: hidden;
    
    border-radius: 10px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;

    background: rgba(0, 0, 0, 0.2);
}
.research .swiper-scrollbar-drag{
    background-color: #47325d;
} */

.research__slide,.research__slide2{
    overflow: hidden;
    position: relative;
    
    margin: 0 auto;

}
.research__paging .swiper-pagination1,.research__paging .swiper-pagination2{
    position: relative;
}
.research__paging .swiper-pagination1 .swiper-pagination-bullet,.research__paging .swiper-pagination2 .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    opacity: 1;
    margin-right: 10px;
}
.research__paging .swiper-pagination1 .swiper-pagination-bullet-active{
    background-color: #005699;
}
.research__paging .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #16b091;
}
.notice{
    margin-top: 74px;
    margin-bottom: 50px;
    
}
.notice ul{
    position: relative;
}
.notice .wrap-1068{
    padding: 0 26px;
}

.notice ul li .notice__txt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 44px;
}
.notice h1{
    font-size: 32px;
    font-weight: 500;
    color: #333;
    padding-bottom: 43px;
}
.notice p{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    margin-bottom: 64px;
}
.notice__link{
    display: block;
    width: 100%;
    max-width: 250px;
    text-align: center;
    color:#fff !important;
    font-size: 20px;
    font-weight: 500;
    background-color: #1f3662;
    padding: 14px 0;
}
@media(max-width:1210px){
    .main{
        margin-top: 61px;
    }
    .main .paging{
        bottom: 10px;
    }
    .wrap-1068{
        padding: 0 20px;
    }
    .main .wrap-1068{
        top: 43%;
        padding-left: 20px;
    }
    .main .swiper-slide{
        height: 310px;
    }
    
    .main .swiper-slide.one h1 span{
        font-size: 55px;
    }
    .main .swiper-slide.one h1{
        font-size: 28px;
    }
    .main .swiper-slide.one h2{
        font-size: 22px;
    }
    .main .swiper-slide.two h1 span{
        font-size: 37px;
    }
    .main .swiper-slide.two h1{
        font-size: 32px;
    }
    .main .swiper-slide.two .main__intro--link{
        margin-bottom: 20px;
    }
    .main .swiper-slide.two .main__intro--more{
        margin-top: 15px;
    }
    .insight{
        padding-bottom: 70px;
    }
    .insight .wrap-1068{
        transform: translateY(0);
    }
    .research .wrap-1068{
        padding: 0;
    }
    .research {
        background-color: #ebebeb;
        padding: 0 20px;
        padding-top: 50px;
        padding-bottom: 120px;
    }
    .research .swiper-button-next, .research .swiper-button-prev{
        display: none;
    }
    .notice .wrap-1068>ul{
        display: block !important;

    }
    .notice ul li img{
        display: block;
        margin: 0 auto;
    }
    .notice ul li:first-child{
        margin-bottom: 50px;
    }
    .notice ul li .notice__txt {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        padding-left: 0;
    }
    .notice h1,.notice p{
        text-align: center;
        white-space: normal;
    }
    .notice__link{
        margin: 0 auto;
    }
}
@media(max-width:767px){
    .main .wrap-1068{
        top: 47%;
    }
    .main .swiper-slide.one h1 {
        font-size: 20px;
    }
    .main .swiper-slide.one h1 span {
        font-size: 40px;
    }
    .main .swiper-slide.one h2 span {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .main .swiper-slide.one h2 {
        font-size: 16px;
    }
    .main .swiper-slide.two h1 {
        font-size: 22px;
    }
    .main .swiper-slide.two h1 span {
        font-size: 26px;
    }
    .insight a>ul{
        display: block !important;
    }
    .insight a ul li{
        width: 100%;
    }
    .insight a ul li:first-child{
        border-bottom: 1px solid #9c9c9c;
    }
    .insight a ul li:last-child{
        padding-left: 0;
    }
    .insight a ul li:last-child .line{
        margin: 20px auto;
    }
    .insight a ul li:last-child h3, .insight a ul li:last-child p{
        text-align: center !important;
        padding-bottom: 30px;
    }

    .research__slide--wrap{
        display: block !important;
    }
    .research .wrap-1068>ul>li{
        width: 100%;
    }
    .research .wrap-1068>ul>li:last-child{
        margin-top: 30px;
    }
    .research h1{
        font-size: 29px;
    }
    
    .notice p{
        margin-bottom: 34px;
    }


   
}