html body{
    line-height: 1.8;
}
body{
    font-size: 1em;
}
.container1{
    margin: 0 auto;
    position: relative;
    width: auto;
}
main .sec-1{
    width: 100%;
    height: calc(100vh - 6rem);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg_2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
main .sec-1>div{
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main .sec-1>div img{
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}
main .sec-1 dl{
    display: flex;
    width: 80%;
    padding-top: 5rem;
    z-index: 1000;
}
main .sec-1 dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
}
main .sec-1 dl dt img{
    width: 5rem;
    margin-right: 1rem;
    cursor: pointer;
}
main .sec-1 dl dd{
    font-size: 1.125rem;
}
main .sec-1 dl dd span{
    font-size: 2rem;
    font-weight: bold;
}
main .sec-1 ul{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    border-bottom: 1px solid #2737AB;
    justify-content: center;
    font-size: 1.2rem;
    width: 100%;
}
main .sec-1 ul li{
    line-height: 3.2rem;
    width: 11rem;
    text-align: center;
}
main .sec-1 ul li.active a{
    background: #2737AB;
    width: 100%;
    display: inline-block;
    color: #ffffff;
}
main .sec-2{
    margin: 3rem 0;
}
main .sec-2 .mySwiper2{
    width: 100%;
    height: 42rem;
    background: #E5E5E5;
}
main .sec-2 .mySwiper2 .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .sec-2 .mySwiper2 .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
main .sec-2 .mySwiper{
    width: 100%;
    height: 7rem;
    /*background: #E5E5E5;*/
    padding: .5rem 0;
}
main .sec-2 .mySwiper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    background: #E5E5E5;
}
main .sec-2 .mySwiper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    color: #2737AB;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    color: #2737AB;
}
main .sec-3{
    margin: 0 auto;
    padding: 2rem 0 8rem;
}
main .sec-3 .tab-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin: .5rem 0;
}
main .sec-3 table{
    width: 100%;
    font-size: 1.125rem;
}
main .sec-3 table th, main .sec-3 table td{
    padding: .5rem 0;
}
table, td, th {
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
}
