.head-page .item:nth-child(6)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(6)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(6)>a span{
    color: #0065BD;
}
.about_pg01 .texts{
    /* width: 41.5%; */
    width: 46.5%;
}
.about_pg01 .texts .con{
    max-height: 389px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.about_pg01 .img{
    width: 45.8%;
    /* height: 589px;
    background: rgba(0, 198, 255, .08); */
    position: relative;
}
.about_pg01 .img_box{
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 90px;
    right: 67px;
    width: 100%;
    /* height: 523px; */
}
.about_pg02{
    background: url(../images/about_bg02.png) no-repeat center/cover;
    background-attachment: fixed;
}
.about_pg02 .width1724 {
    padding: 65px 6%;
    box-sizing: border-box;
    position: relative;
}
.about_pg02 .page_title{
    position: absolute;
    left: 52%;
    top: calc(65px + 13%);
}
.about_pg02 .img{
    max-width: 677px;
    width: 44.75%;
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.1);
}
.about_pg02 .texts{
    width: 48%;
    margin-top: 65px;
}
.about_pg02 .page_line{
    margin: 15px 0 0;
}
.about_pg02 .tit {
    color: #495361;
    margin: 25px 0 25px;
}
.about_pg02 .con{
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.about_pg02 .swiper-pagination{
    width: 48%;
    left: 52%;
    text-align: left;
}
.about_pg02 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    margin: 0 7px!important;
}
.about_pg02 .swiper-pagination-bullet-active{
    background: #0065BD;
}
.about_pg03 .page_title{
    width: 338px;
}
.about_pg03 .title_desc{
    max-width: 994px;
}
.about_pg03 .page_line{
    margin: 15px 0 0;
}
.about_pg03 .img{
    border: 12px solid #F4F4F4;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.21);
    width: 100%;
    height: 338px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
	cursor: pointer;
}
.about_pg03 .img img{
    max-height: 100%;
    display: block;
}
.about_pg03 .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.about_pg03 .text{
    padding: 30px 0;
    box-sizing: border-box;
}
.about_pg03 .desc {
    margin-top: 3px;
}
.about_pg04{
    height: 485px;
    background: url(../images/about_pgbg04.png) no-repeat center/cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    display: none;
}
.about_pg04 .page_tit{
    color: #FFFFFF;
    font-size: 56px;
    max-width: 775px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.45;
}
.about_pg05{
    background: url(../images/about_bg05.jpg) no-repeat center/cover;
}
.about_pg05 .slide_nums{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_pg05 .slide_nums span{
    width: 199px;
    height: 147px;
    background: #0065BD;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 90px;
    color: #fff;
    font-family:  Arial;
    font-weight: bold;
}
.about_pg05 .slide_nums span:last-child{
    margin-right: 0;
}
.about_pg05 .slide_text {
    margin-top: 58px;
    margin-bottom: 48px;
    padding: 0 20%;
    box-sizing: border-box;
    text-align: center;
}
.about_pg05 .thumb_swier {
    padding: 0 17.35%;
    box-sizing: border-box;
    position: relative;
}
.about_pg05 .swiper-container {
    position: initial;
}
.about_pg05 .swiper-wrapper{
    height: auto;
}
.about_pg05 .thumb_swier .swiper-container::after{
    content: "";
    display: block;
    width: calc(100% - 88px);
    height: 2px;
    background: #959595;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44px;
}
.about_pg05 .thumb_swier .swiper-slide{
    padding: 40px 0;
    box-sizing: border-box;
    overflow: initial;
    cursor: pointer;
}
.about_pg05 .thumb_swier .swiper-slide::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0065BD;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .4s;
    margin-left: -50%;
    margin-top: -1px;
    z-index: -1;
    transform: scale(0);
}
.about_pg05 .swiper-button-next, .about_pg05 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #0065BD;
    background: #ffffff;
    opacity: 1;
    border-radius: 50%;
    transition: all .4s;
}
.about_pg05 .swiper-button-next::after, .about_pg05 .swiper-button-prev::after {
    font-size: 16px;
    transition: all .4s;
    color: #0065BD;
    font-weight: 600;
}
.about_pg05 .thumb_swier .scale-box{
    width: 15px;
    height: 15px;
    background: #959595;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_pg05 .thumb_swier .time{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about_pg05 .thumb_swier .swiper-slide-thumb-active .scale-box{
    background: #0065BD;
}
.about_pg05 .thumb_swier .swiper-slide-thumb-active::after{
    transform: scale(1);
}
.about_pg05 .swiper-button-next:hover, .about_pg05 .swiper-button-prev:hover{
    background: #0065BD;
}
.about_pg05 .swiper-button-next:hover::after, .about_pg05 .swiper-button-prev:hover:after{
    color: #fff;
}
@media only screen and (max-width:1600px) {
    .about_pg02 .con{
        max-height: 60px;
    }
    .about_pg02 .page_title {
        top: calc(65px + 10%);
    }
}
@media only screen and (max-width:1480px) {
    .about_pg01 .texts .con {
        max-height: 268px;
    }
    .about_pg01 .img_box{
        top: 70px;
    }
    .about_pg03 .title_desc {
        max-width:100%;
        width: calc(100% - 338px);
    }
}
@media only screen and (max-width:1400px) {
    .about_pg02 .page_title {
        top: calc(65px + 8%);
    }
    .about_pg03 .page_title {
        width: 278px;
    }
    .about_pg03 .title_desc {
        width: calc(100% - 278px);
    }
}
@media only screen and (max-width:1366px) {
    .about_pg01 .img_box{
        right: 50px;
    }
}
@media only screen and (max-width:1280px) {
    .about_pg02 .page_title {
        top: calc(65px + 6%);
    }
    .about_pg01 .img_box{
        right: 40px;
    }
}
@media only screen and (max-width:1200px) {
    .about_pg01 .img_box{
        right: 35px;
    }
}
@media only screen and (max-width:1024px) {
    .about_pg01 .texts .con {
        max-height: 224px;
    }
    .about_pg02 .page_title {
        top: 65px;
    }
    .about_pg03 .page_title {
        width: 198px;
    }
    .about_pg03 .title_desc {
        width: calc(100% - 198px);
    }
    .about_pg02 .swiper-pagination {
        width: 100%;
        left: 0;
    }
    .about_pg02 .width1724 {
        padding: 65px 0%;
    }
    .about_pg05 .slide_nums span{
        width: 158px;
        height: 117px;
        font-size: 70px;
    }
    .about_pg05 .slide_text {
        margin-top: 50px;
        margin-bottom: 40px;
        padding: 0 10%;
    }
}
@media only screen and (max-width: 960px) {
    .about_pg05 .slide_nums span{
        width: 139px;
        height: 98px;
        font-size: 60px;
    }
    .about_pg05 .slide_text {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .about_pg01 .texts{
        width: 100%;
    }
    .about_pg01 .img {
        width: 100%;
        margin-top: 25px;
    }
    .about_pg01 .img>img{
        display: none;
    }
    .about_pg01 .img_box {
        right: 35px;
        position: initial;
    }
    .about_pg02 .page_line {
        margin: 15px auto 0;
    }
    .about_pg02 .img {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
    .about_pg02 .texts {
        width: 100%;
        margin-top: 20px;
    }
    .about_pg02 .page_title {
        top: 65px;
        position: initial;
        text-align: center;
    }
    .about_pg03 .page_title {
        width: 100%;
        text-align: center;
    }
    .about_pg03 .title_desc {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .about_pg05 .slide_nums span {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .about_pg05 .slide_text {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0;
    }
    .about_pg03 .page_line {
        margin: 15px auto 0;
    }
    .about_pg02 .width1724 {
        padding: 30px 0%;
    }
    .about_pg02 .swiper-container{
        position: initial;
    }
    .about_pg02 .lists{
        padding-bottom: 30px;
    }
    .about_pg02 .con {
        max-height: 56px;
    }
    .about_pg02 .swiper-pagination {
        width: 100%;
        left: 0;
        bottom: 25px;
        text-align: center;
    }
    .about_pg01 .texts .con {
        max-height: 206px;
    }
}