.head-page {
    background: transparent;
    box-shadow: none;
}

.head-page::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.head-page .item span {
    color: #fff;
}

.langure a {
    color: #fff;
}
.head-page .logo .h-log {
    opacity: 1;
}

.head-page .logo .p-log {
    opacity: 0;
}
.langure{
    color: #fff;
} 
.others .h-img{
   opacity: 1;
}
.langure_icon .p-img{
    opacity: 0;
 }

.head-page .item:nth-child(1) span::after {
    width: 100%;
    background: #fff;
}
.email_head_icon{
    border: 2px solid #fff;
}


.head-page:hover {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.head-page:hover .logo .h-log {
    opacity: 0;
}

.head-page:hover .logo .p-log {
    opacity: 1;
}

.head-page:hover .item span {
    color: #333333;
}
.head-page:hover .langure{
    color: #333;
} 
.head-page:hover .others .h-img{
   opacity: 0;
}
.head-page:hover .others .p-img{
    opacity: 1;
}
.head-page:hover .email_head_icon{
    border: 2px solid #333;
}

.head-page:hover .item:nth-child(1) span::after {
    width: 100%;
    background: #034697;
}

.head-page:hover .item:nth-child(1) span {
    color: #034697;
}




.head-page.active {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.head-page.active .logo .h-log {
    opacity: 0;
}

.head-page.active .logo .p-log {
    opacity: 1;
}

.head-page.active .item span {
    color: #333333;
}

.head-page.active .langure{
    color: #333;
} 
.head-page.active .others .h-img{
   opacity: 0;
}
.head-page.active .others .p-img{
    opacity: 1;
}
.head-page.active .email_head_icon{
    border: 2px solid #333;
}

.head-page.active .item:nth-child(1) span::after {
    width: 100%;
    background: #034697;
}

.head-page.active .item:nth-child(1) span {
    color: #034697;
}
.banner .advice {
    text-align: left;
}

.banner .advice-tit {
    font-size: 48px;
}

.banner .advice-tit span {
    display: block;
    color: #F6F6F6;
    line-height: 1.42;
}

.advice-desc {
    color: #F6F6F6;
    margin-top: 25px;
}
.index-banner .swiper-pagination {
    bottom: 40px;
}

.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background: #034697;
    border-radius: 5px;
}


.watchMore {
    width: 151px;
    height: 50px;
    border: 1px solid #034697;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #034697;
}

.watchMore:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #034697;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.watchMore::after{
    content: ">";
    display: block;
    font-size: 14px;
    margin-left: 10px;
}

.index-banner .watchMore {
    margin-top: 50px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}






.nav_table .item {
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px transparent;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    box-sizing: border-box;
    margin-right: 30px;
    transition: all .4s;
    cursor: pointer;
}

.nav_table .item:last-child {
    margin-right: 0;
}

.nav_table .item:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background: #034697;
    color: #fff;
}
.nav_table .item.active {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background: #034697;
    color: #fff;
}
.index_pg01 {
    background: #F8F9FC;
}
.index_pg01 .list{
    display: none;
}
.index_pg01 .list.active{
    display: block;
}

.index_pg01 .swiper-container {
    padding-bottom: 40px;
}

.index_pg01 .img {
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    position: relative;
    height: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9E9E9;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.index_pg01 .img img{
    transition: all .4s;
    display: block;
    max-height: 100%;
}
.index_pg01 .text {
    text-align: center;
    padding: 34px 20px;
    box-sizing: border-box;
}


.index_pg02 .table_nav{
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.index_pg02 .table_nav .item{
    width: 25%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    cursor: pointer;
    position: relative;
}
.index_pg02 .table_nav .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #034697;
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
.index_pg02 .table_nav .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.index_pg02 .table_nav .icon img{
    transition: all .4s;
}
.index_pg02 .table_nav .icon .h-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.index_pg02 .table_nav .item.active{
    background: #F8F9FB;
}
.index_pg02 .table_nav .item.active::after{
   transform: scale(1);
}
.index_pg02 .table_nav .item.active .icon .h-img{
    opacity: 1;
}
.index_pg02 .table_nav .item.active .icon .p-img{
    opacity: 0;
}
.index_pg02 .table_nav .item.active .tit{
    color: #034697;
}


.index_pg02 .list{
    display: none;
}
.index_pg02 .list.active{
    display: flex;
}




.index_pg02 .swiper-container {
    padding-bottom: 80px;
    width: 100%;
    padding: 10px 10px 80px;
    box-sizing: border-box;
}
.index_pg02 .swiper-pagination {
    bottom: 0;
}

.index_pg02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #034697;
    border-radius: 50%;
    opacity: 1;
}

.index_pg02 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #034697;
    border: 1px solid #034697;
    border-radius: 50%;
}

.index_pg02 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_pg02 .swiper-slide img{
    max-height: 100%;
}



.about_list .texts{
    width: 39.8%;
}
.about_list_con {
    margin: 32px 0 50px;
}
.about_list_con p{
    font-size: 16px;
    margin-bottom: 16px;
}
.about_list_con p:last-child{
    margin-bottom: 0;
}
.about_list .img{
    width: 56.75%;
}


.culture_list .list_list {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 40px;
    background: #F3F3F5;
}

.culture_list .list_list:nth-child(2n) {
    margin-right: 0;
}

.culture_list .list_list .img {
    width: 41.58%;
}

.culture_list .list_list .texts {
    width: 58.42%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0;
    box-sizing: border-box;
}

.culture_list .list_list .text {
    max-width: 226px;
    text-align: center;
}

.culture_list .list_list .con {
    margin-top: 24px;
    display: none;
}


.culture_list .list_list .desc {
    display: none;
}




.staff_list{
    padding: 0 9%;
    box-sizing: border-box;
}
.honor_list .swiper-slide {
    border: 1px solid #E9E9E9;
    height: 375px;
}






.index_pg03 {
    background: #F8F9FC;
}

.index_pg03 .swiper-container {
    padding-bottom: 80px;
}

.index_pg03 .swiper-slide {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.index_pg03 .swiper-slide .img img{
    transition: all .4s;
}
.index_pg03 .advice {
    max-width: 480px;
    height: 115px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 92%;
}

.index_pg03 .advice .text {
    margin-top: 7px;
}
.index_pg04 .lists_l {
    width: 41.09%;
    background: #F8F9FB;
    position: relative;
    z-index: 1;
}
.index_pg04 .lists_l::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #034697;
    transition: all .4s;
}
.index_pg04 .lists_l .img {
    width: 100%;
    height: 342px;
    display: block;
}
.index_pg04 .texts {
    padding: 50px 44px;
    box-sizing: border-box;
}
.index_pg04 .lists_r {
    background: #FFFFFF;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_pg04 .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0 18px;
    display: block;
}
.index_pg04 .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    line-height: 1.875;
}
.index_pg04 .list {
    padding: 28px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.index_pg04 .list:first-child {
    padding-top: 0;
}
.index_pg04 .list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #034697;
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .watchMore:hover {
        color: #ffffff;
        border: 1px solid #034697;
    }
    .watchMore:hover:before {
        width: 100%;
    }
    .index_pg01 .swiper-slide:hover .img img{
        transform: scale(1.08);
    }
    .index_pg01 .swiper-slide:hover .text{
        color: #034697;
    }

    .index_pg03 .swiper-slide:hover .img img{
        transform: scale(1.05);
    }
    .index_pg03 .swiper-slide:hover .tit {
        color: #034697;
    }
    .index_pg04 .lists_l:hover .img img {
        height: 105%;
    }
    .index_pg04 .lists_l:hover .tit {
        color: #034697;
    }
    .index_pg04 .lists_l:hover::after{
        width: 100%;
    }
    .index_pg04 .list:hover::after {
        width: 100%;
    }
    .index_pg04 .list:hover .tit {
        color: #034697;
    }
}

@media only screen and (max-width:1600px) {
    .banner .advice-tit {
        font-size: 46px;
    }
}
@media only screen and (max-width:1480px) {
    .banner .advice-tit {
        font-size: 44px;
    }
    .advice-desc{
        font-size: 22px;
    }
}
@media only screen and (max-width:1366px) {
    .banner .advice-tit {
        font-size: 40px;
    }
    .advice-desc {
        font-size: 20px;
    }
}
@media only screen and (max-width:1280px) {
    .banner .advice-tit {
        font-size: 36px;
    }
    .advice-desc {
        font-size: 18px;
    }

    .watchMore {
        width: 132px;
        height: 48px;
    }
}
@media only screen and (max-width:1200px) {
    .banner .advice-tit {
        font-size: 32px;
    }
    .staff_list {
        padding: 0;
    }
}
@media only screen and (max-width:1043px) {
    .index_pg04 .texts {
        padding: 35px 20px;
    }
    .index_pg04 .list{
        padding: 25px 0;
    }
}

@media only screen and (max-width:768px) {
    .advice-desc{
        display: none;
    }
    .banner .advice-tit{
        font-size: 20px;
    }
    .page-main.index{
        padding-top: 60px;
    }
    .index-banner .swiper-pagination{
        bottom: 10px;
    }
    .watchMore {
        width: 100px;
        height: 38px;
    }
    .index-banner .watchMore{
        display: none;
    }
    .nav_table .item {
        height: 38px;
        border-radius: 24px;
        padding: 0px 20px;
        margin-right: 15px;
    }
    .index_pg01 .img{
        height: 272px;
    }
    .index_pg02 .table_nav .icon img{
        width: 35px;
    }
    .index_pg02 .table_nav .icon{
        margin-bottom: 5px;
    }
    .index_pg02 .swiper-container {
        padding: 0 0 50px;
    }
    .about_list_con {
        margin: 15px 0 20px;
    }
    .about_list .watchMore{
        margin: 0 auto;
    }
    .about_list {
        flex-direction: column-reverse;
    }
    .index_pg01 .text {
        padding: 20px 0 0;
    }
    .index_pg02 .table_nav .item {
        width: 50%;
        height: 90px;
    }

    .about_list .texts {
        width: 100%;
        margin-top: 25px;
    }
    .about_list .img {
        width: 100%;
    }
    .about_list_con p{
        margin-bottom: 10px;
        font-size: 15px;
    }
    .culture_list .list_list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .culture_list .list_list .texts{
        padding: 15px;
    }
    .index_pg03 .swiper-container {
        padding-bottom: 50px;
    }
    .index_pg03 .advice {
        height: auto;
        position: initial;
        padding: 20px 15px;
        width: 100%;
        max-width: 100%;
    }
    .index_pg04 .lists_l {
        width: 100%;
    }
    .index_pg04 .lists_r{
        width: 100%;
    }
    .index_pg04 .texts {
        padding: 25px 15px;
    }
    .index_pg04 .tit{
        margin: 7px 0 10px;
    }
    .index_pg04 .con{
        height: 56px;
    }
    .index_pg04 .list {
        padding: 20px 0;
    }
    .index_pg04 .list:first-child{
        padding-top: 20px;
    }
    .index_pg04 .lists_l .img{
        height: auto;
    }
    .index_pg04 .lists_l .img .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
    }
}