.banner{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 260px;
    max-height: 260px;
    height: 260px;
    flex: 1 0 0%;
    background-image: url('../images/about2/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav2{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    flex: 1 0 0%;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.nav2 li{
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transform-origin: 0% 0% 0px;
    width: 25%;
    height: 80px;
    line-height: normal;
    font-size: 24px;
    color: rgb(255, 255, 255);
    justify-content: center;
    text-align: center;
    align-items: center;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}
.nav2 li.on{
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 100, 153);
}

.cont-list{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}
.cont-list .content{
    display: none;
}
.cont-list .content.flex-box{
    display: flex;
}

.center—tit{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 32px;
    line-height: normal;
    font-size: 30px;
    color: rgb(0, 100, 153);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.center—tit+hr{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0 0 0;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100px;
    height: 0;
    border-top: 1px solid rgb(0, 100, 153);
}

.te-txt{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 34px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    display: flex;
}

.swiper{
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.swiper .swiper-slide .swi-box{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 432px;
    max-height: 432px;
    height: 432px;
    flex: 1 0 0%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    transform-origin: 0% 0% 0px;
    box-sizing: border-box;
}
.swiper .swiper-slide:first-of-type .swi-box{
    background-image: url("../images/about2/swi-bg1.png");
}
.swiper .swiper-slide:nth-of-type(2) .swi-box{
    background-image: url("../images/about2/swi-bg2.png");
}
.swiper .swiper-slide:nth-of-type(3) .swi-box{
    background-image: url("../images/about2/swi-bg4.png");
}
.swiper .swiper-slide:last-of-type .swi-box{
    background-image: url("../images/about2/swi-bg3.png");
}
.swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 7px;
    opacity: 1;
    background-color: #c0c4cc;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #006499;
}

.swi-box .tit{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 30px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.swi-box .tit span{
    color: rgb(0, 100, 153);
}
.swi-box hr{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 142px;
    height: 0px;
    border-top: 1px solid rgb(0, 100, 153);
}
.swi-box .txt{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 39px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}

.tit-txt-img{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    background-color: rgb(236, 240, 241);
    padding: 20px;
    transform-origin: 0% 0% 0px;
}
.tit-txt-img .tit-txt{
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.tit-txt-img .tit{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 30px;
    color: rgb(0, 100, 153);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.tit-txt-img hr{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 142px;
    height: 0px;
    border-top: 1px solid rgb(0, 100, 153);
}
.tit-txt-img .txt{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    padding-right: 10px;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 32px;
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
    box-sizing: border-box;
}
.tit-txt-img .img{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 30%;
}

.md-layout .txt{
    line-height: 39px;
    font-size: 24px;
}

.scroll-bgc{
    height: 350px;
    background-color: rgb(236, 240, 241);
    padding: 20px;
    box-sizing: border-box;
}
.scroll-bgc .scroll-text, .scroll-bgc .scroll-text .text{
    min-height: 320px;
    max-height: 320px;
    height: 320px;
    margin-bottom: 0;
}
.scroll-bgc .center—tit{
    margin-top: 0;
}
.scroll-bgc .text_inner{
    flex-wrap: wrap;
}
.scroll-bgc .text_inner>p{
    margin-bottom: 20px;
}
.scroll-bgc .text_inner hr{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 142px;
    height: 0px;
    border-top: 1px solid rgb(0, 100, 153);
}
.scroll-bgc .text_inner .center—tit{
    width: 100%;
}

.nav3{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.nav3 div{
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    transform-origin: 0% 0% 0px;
    width: 25%;
    height: 80px;
    line-height: normal;
    font-size: 24px;
    color: rgb(51, 51, 51);
    justify-content: center;
    text-align: center;
    align-items: center;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}
.nav3 div.on{
    color: rgb(236, 240, 241);
    background-color: rgb(0, 100, 153);
}

.info-list{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: inherit;
    background-color: rgb(236, 240, 241);
    padding: 20px;
    transform-origin: 0% 0% 0px;
}
.info-list .info{
    display: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.info-list .info.on{
    display: flex;
}
.info-list .info .text{
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.info-list .info .text div{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 37px;
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}
.info-list .info .image{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 35%;
}