@import './font-awesome.css';
@import './richtext.css';
@import '../css/swiper.min.css';

.sep-banner {
    width: 100%;
    position: relative
}

@media screen and (max-width:768px) {
    .sep-banner::before {
        content: "";
        display: block;
        height: 80px;
        width: 100%
    }
}

.sep-banner>.swiper {
    overflow: hidden
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>a {
    width: 100%
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>a>img {
    width: 100%;
    object-fit: cover;
    min-height: 600px
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 40%
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title {
    display: block;
    text-align: left;
    font-size: 80px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #000;
    line-height: 100px;
    width: 80%;
    max-width: 960px;
    transition: all .5s
}

@media screen and (max-width:1680px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title {
        font-size: 60px;
        line-height: 72px;
        max-width: 800px
    }
}

@media screen and (max-width:1440px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title {
        font-size: 50px;
        line-height: 60px;
        max-width: 680px
    }
}

@media screen and (max-width:1080px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:768px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title {
        font-size: 32px;
        line-height: 40px
    }
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.title:hover {
    color: #00558c
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.summary {
    text-align: left;
    font-size: 30px;
    font-family: "DengXian";
    font-weight: bold;
    color: #00558c;
    line-height: 60x
}

@media screen and (max-width:768px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.summary {
        font-size: 22px;
        margin-top: 20px
    }
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.more {
    width: 480px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    border-radius: 35px;
    transition: all .5s
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.more>span {
    margin-left: 30px;
    font-size: 24px
}

.sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.more:hover {
    opacity: .8
}

@media screen and (max-width:768px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.more {
        height: 54px;
        width: auto;
        border-radius: 27px;
        padding: 0 15px;
        font-size: 16px;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%)
    }

    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content>.more span {
        margin-left: 10px
    }
}

@media screen and (max-width:1680px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box {
        padding: 0 50px;
        top: 20%;
        height: 60%
    }

    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content {
        height: 100%;
        justify-content: space-evenly
    }
}

@media screen and (max-width:768px) {
    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box {
        padding: 0 5%;
        top: 10%;
        height: 90%
    }

    .sep-banner>.swiper>.swiper-wrapper>.swiper-slide>.content-box>.content {
        height: 100%;
        justify-content: flex-start
    }
}

.sep-banner>.swiper>.swiper-pagination {
    bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center
}

.sep-banner>.swiper>.swiper-pagination .swiper-pagination-bullet {
    transition: all .5s;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%
}

.sep-banner>.swiper>.swiper-pagination .swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background: #024e9c;
    border-radius: 50%
}

.mp_banner {
    display: none;
    position: relative;
    margin-top: 112px
}

.mp_banner .img {
    display: block;
    width: 100%;
    height: 100%
}

.mp_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mp_banner .w_normal {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.mp_banner .w_normal .banner_tels {
    font-size: 36px;
    font-family: "AdobeGothicStd";
    line-height: 48px;
    font-weight: bold;
    color: #000
}

.mp_banner .w_normal .bannr_summarys {
    margin-top: 20px;
    font-size: 22px;
    font-family: "DengXian";
    font-weight: bold;
    color: #00558c;
    line-height: 24px
}

.mp_banner .w_normal .banner_btn {
    width: 335px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    border-radius: 35px;
    font-size: 16px;
    margin-top: 240px;
    transition: all .5s
}

.mp_banner .w_normal .banner_btn span {
    margin-left: 10px;
    font-size: 20px
}

.mp_banner .w_normal .banner_btn:hover {
    opacity: .8
}

@media screen and (max-width:768px) {
    .sep-banner {
        display: none
    }

    .mp_banner {
        display: block
    }
}

.sep-body {
    width: 100%
}

.sep-body>.different>.title {
    text-align: center;
    display: block;
    margin-top: 120px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #00558c
}

@media screen and (max-width:768px) {
    .sep-body>.different>.title {
        margin-top: 50px
    }
}

.sep-body>.different>.summary {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

.sep-body>.different>.content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sep-body>.different>.content .el {
    width: calc(25% - 21px);
    margin-left: 28px;
    margin-bottom: 28px;
    position: relative
}

.sep-body>.different>.content .el>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all .5s;
    position: relative;
    z-index: 1
}

.sep-body>.different>.content .el .el-show {
    transition: .5s all;
    z-index: -1;
    position: absolute;
    background: #fafafa;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sep-body>.different>.content .el .el-show>i,
.sep-body>.different>.content .el .el-show .i_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 20%
}

.sep-body>.different>.content .el .el-show>i>img,
.sep-body>.different>.content .el .el-show .i_box>img {
    width: 100%
}

.sep-body>.different>.content .el .el-show>.title {
    margin-top: 40px;
    font-size: 24px;
    font-family: "DengXian";
    color: #000;
    line-height: 30px;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #0068a8
}

.sep-body>.different>.content .el .el-hover {
    transition: .5s all;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.sep-body>.different>.content .el .el-hover>.title {
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s all
}

.sep-body>.different>.content .el .el-hover>.title:hover {
    color: #005bac
}

.sep-body>.different>.content .el .el-hover>.discrible {
    padding: 20px;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #fafafa;
    line-height: 30px
}

.sep-body>.different>.content .el .el-hover>.more {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    background-color: white;
    border-right: 20px;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #024e9c;
    line-height: 40px;
    transition: .5s all
}

.sep-body>.different>.content .el .el-hover>.more:hover {
    background-color: #005bac;
    color: white
}

.sep-body>.different>.content .el .el_cover {
    transition: .5s all;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    opacity: 0
}

.sep-body>.different>.content .el:nth-child(4n+1) {
    margin-left: 0
}

.sep-body>.different>.content .el:hover>img {
    opacity: 1
}

.sep-body>.different>.content .el:hover .el_cover {
    opacity: .8
}

.sep-body>.different>.content .el:hover .el-hover {
    z-index: 4;
    display: flex
}

@media screen and (max-width:1280px) {
    .sep-body>.different>.content {
        justify-content: space-between
    }

    .sep-body>.different>.content .el:nth-child(n) {
        width: 48%;
        margin-left: 0;
        max-width: 500px
    }
}

@media screen and (max-width:768px) {
    .sep-body>.different>.content {
        justify-content: space-between
    }

    .sep-body>.different>.content .el:nth-child(n) {
        width: 46%;
        background: #fafafa
    }

    .sep-body>.different>.content .el:nth-child(n) .el-hover,
    .sep-body>.different>.content .el:nth-child(n) .el_cover,
    .sep-body>.different>.content .el:nth-child(n)>img {
        display: none
    }

    .sep-body>.different>.content .el:nth-child(n) .el-show {
        transition: .5s all;
        z-index: 1;
        position: unset;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .sep-body>.different>.content .el:nth-child(n) .el-show>i,
    .sep-body>.different>.content .el:nth-child(n) .el-show .i_box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        margin: 15px auto
    }

    .sep-body>.different>.content .el:nth-child(n) .el-show>i>img,
    .sep-body>.different>.content .el:nth-child(n) .el-show .i_box>img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .sep-body>.different>.content .el:nth-child(n) .el-show>.title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
        height: auto
    }

    .sep-body>.different>.content .el:nth-child(5) {
        width: 100%;
        max-width: none
    }

    .sep-body>.different>.content .el:nth-child(5) .el-show {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        padding: 40px
    }

    .sep-body>.different>.content .el:nth-child(5) .el-show .i_box {
        margin: 0;
        margin-left: 50px
    }
}

@media screen and (max-width:480px) {
    .sep-body>.different>.content .el:nth-child(n) .el-show .i_box {
        width: 84px;
        height: 84px
    }
}

.sep-body>.scwmedicath {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%
}

.sep-body>.scwmedicath>.title {
    text-align: center;
    display: block;
    margin-top: 90px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #00558c
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath>.title {
        margin-top: 50px
    }
}

.sep-body>.scwmedicath .table {
    margin: 0 auto;
    margin-top: 50px;
    width: calc(100% - 100px);
    border-collapse: collapse
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath .table {
        width: 90%;
        display: none
    }
}

.sep-body>.scwmedicath .table>tbody>tr>td {
    width: 18.25%;
    text-align: center;
    border: 1px solid #ccc
}

.sep-body>.scwmedicath .table>tbody>tr>td:nth-child(1) {
    width: 25%
}

.sep-body>.scwmedicath .table>tbody>tr>td>a {
    background: linear-gradient(87deg, #0098b4, #0157a4);
    display: block
}

.sep-body>.scwmedicath .table>tbody>tr>td>a>div {
    transition: .5s all;
    background-color: white;
    color: #333;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: "DengXian";
    font-weight: 400;
    line-height: 30px
}

.sep-body>.scwmedicath .table>tbody>tr>td>a>div>.line {
    width: 0;
    transition: .5s all;
    height: 3px;
    background: #fff
}

.sep-body>.scwmedicath .table>tbody>tr>td>a.active>div {
    background-color: transparent;
    color: white
}

.sep-body>.scwmedicath .table>tbody>tr>td>a.active>div>.line {
    width: 30px;
    margin-right: 20px
}

.sep-body>.scwmedicath .table>tbody>tr>td>a:hover>div {
    background-color: transparent;
    color: white
}

.sep-body>.scwmedicath .table>tbody>tr>td>a:hover>div>.line {
    width: 30px;
    margin-right: 20px
}

.sep-body>.scwmedicath>.swiper-box {
    margin: 100px 0;
    width: 100%
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath>.swiper-box {
        margin: 25px 0
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide {
    width: 100%
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box {
    display: flex
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.top {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.top {
        width: calc(100% - 100px);
        margin: 0 auto
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.top>a {
    text-align: left;
    display: block;
    width: 50%;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    line-height: 32px;
    display: flex;
    align-items: flex-start;
    transition: all .5s
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.top>a {
        width: 100%
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.top>a.active {
    color: #024e9c
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.bottom {
    display: block;
    width: 180px;
    height: 50px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    border-radius: 25px
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.bottom:hover {
    text-decoration: underline
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box {
    width: 50%;
    position: relative
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box>img {
    width: 100%;
    opacity: 0
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box>a {
    display: block;
    transition: .5s all;
    opacity: 0;
    overflow: hidden;
    width: 100%
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box>a>.imgs {
    width: 100%;
    transition: .5s all;
    object-fit: cover
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box>a>.imgs:hover {
    transform: scale(1.2)
}

.sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box>a.active {
    opacity: 1;
    z-index: 5
}

@media screen and (max-width:768px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left,
    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .img_box {
        width: 100%;
        max-width: 550px;
        margin: 10px 0
    }

    .sep-body>.scwmedicath>.swiper-box>.swiper>.swiper-wrapper>.swiper-slide>.content-box .left>.bottom {
        margin: 20px auto 0;
        font-size: 16px
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton {
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #04447c;
    display: flex;
    justify-content: center;
    align-items: center
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton:hover {
    cursor: pointer
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton:hover i {
    transform: scale(1.2)
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton.swiper-button-disabled {
    border: 1px solid #666;
    cursor: default !important
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton.swiper-button-disabled>i {
    transform: scale(1);
    font-size: 30px;
    color: #666
}

.sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton i {
    transition: .5s all;
    font-size: 30px;
    color: #04447c
}

@media screen and (max-width:1440px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton {
        top: calc(50% - 24px);
        width: 48px;
        height: 48px
    }

    .sep-body>.scwmedicath>.swiper-box>.swiper .scwmbutton i {
        font-size: 24px
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper .button-left {
    left: 3%;
    transform: rotate(180deg)
}

@media screen and (max-width:1440px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper .button-left {
        left: 5px
    }
}

.sep-body>.scwmedicath>.swiper-box>.swiper .button-right {
    right: 3%
}

@media screen and (max-width:1440px) {
    .sep-body>.scwmedicath>.swiper-box>.swiper .button-right {
        right: 5px
    }
}

.sep-body>.about {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

.sep-body>.about>.top {
    display: flex;
    width: 100%
}

.sep-body>.about>.top>.left {
    width: 50%;
    position: relative
}

.sep-body>.about>.top>.left>.content {
    padding-left: 15%;
    padding-right: 10%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sep-body>.about>.top>.left>.content>.title {
    font-family: "AdobeGothicStd";
    font-weight: bold;
    margin-bottom: 30px
}

.sep-body>.about>.top>.left>.content>.summary {
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #fafafa;
    line-height: 32px;
    margin-bottom: 50px
}

.sep-body>.about>.top>.left>.content>.more {
    display: block;
    width: 180px;
    height: 50px;
    background: #fff;
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #04447c;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    transition: .5s all
}

.sep-body>.about>.top>.left>.content>.more:hover {
    color: #9feefc;
    background-color: #fff
}

.sep-body>.about>.top>.right {
    position: relative;
    z-index: 2;
    width: 50%
}

.sep-body>.about>.top>.right>.imgline2 {
    display: flex
}

.sep-body>.about>.top>.right>.imgline2>img {
    width: 33.34%
}

.sep-body>.about>.top>.right>a {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block
}

.sep-body>.about>.top>.right>a img {
    transition: .5s all;
    width: 100%;
    object-fit: cover;
    height: 100%
}

.sep-body>.about>.top>.right>a img:hover {
    transform: scale(1.2)
}

@media screen and (max-width:768px) {
    .sep-body>.about>.top {
        flex-wrap: wrap
    }

    .sep-body>.about>.top .left {
        width: 100%;
        overflow: hidden
    }

    .sep-body>.about>.top .left .content {
        padding-left: 3%;
        padding-right: 3%
    }

    .sep-body>.about>.top .left .content .title {
        margin-bottom: 20px
    }

    .sep-body>.about>.top .left .content .summary {
        line-height: 28px
    }

    .sep-body>.about>.top .right {
        width: 100%
    }
}

.sep-body>.about>.bottom {
    display: flex;
    background: rgba(122, 193, 255, 0.116)
}

.sep-body>.about>.bottom>a {
    width: 25%;
    height: 300px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.sep-body>.about>.bottom>a>i {
    font-size: 35px;
    color: #024e9c;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px
}

.sep-body>.about>.bottom>a>.title {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    color: #535353;
    line-height: 23px;
    opacity: .8
}

.sep-body>.about>.bottom>a>.line {
    width: 80px;
    height: 1px;
    background: #005bac;
    opacity: .85;
    margin: 15px 0 15px 0
}

.sep-body>.about>.bottom>a>.summary {
    max-width: 320px;
    text-align: center;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: normal;
    color: #454545;
    line-height: 23px;
    opacity: .8
}

.sep-body>.about>.bottom>a:hover {
    background-color: #024e9c;
    opacity: 1
}

.sep-body>.about>.bottom>a:hover>i,
.sep-body>.about>.bottom>a:hover>.title {
    opacity: 1;
    color: white
}

.sep-body>.about>.bottom>a:hover>.line {
    background-color: rgba(255, 255, 255, 0.849)
}

.sep-body>.about>.bottom>a:hover>.summary {
    color: rgba(255, 255, 255, 0.801)
}

@media screen and (max-width:768px) {
    .sep-body>.about>.bottom {
        flex-wrap: wrap
    }

    .sep-body>.about>.bottom>a {
        width: 50%;
        height: 200px
    }

    .sep-body>.about>.bottom>a i {
        margin: 15px 0
    }
}

@media screen and (max-width:480px) {
    .sep-body>.about>.bottom {
        flex-wrap: wrap
    }

    .sep-body>.about>.bottom>a {
        width: 100%
    }
}

.sep-body>.news {
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    .sep-body>.news {
        margin-bottom: 40px
    }
}

.sep-body>.news>.title {
    text-align: center;
    display: block;
    margin-top: 100px;
    margin-bottom: 40px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #00558c
}

@media screen and (max-width:768px) {
    .sep-body>.news>.title {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.sep-body>.news>.content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.sep-body>.news>.content>.el {
    width: 32%
}

.sep-body>.news>.content>.el>.img-box {
    position: relative;
    display: block;
    overflow: hidden
}

.sep-body>.news>.content>.el>.img-box>img {
    width: 100%
}

.sep-body>.news>.content>.el>.img-box>.date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 174px;
    height: 58px;
    background-color: #024e9c;
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: center
}

@media screen and (max-width:768px) {
    .sep-body>.news>.content>.el>.img-box>.date {
        height: 40px;
        font-size: 16px;
        line-height: 40px
    }
}

.sep-body>.news>.content>.el>.title {
    font-size: 22px;
    font-family: "DengXian";
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
    height: 60px;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .sep-body>.news>.content>.el>.title {
        font-size: 18px;
        line-height: 24px;
        height: 50px;
        color: #0068a8
    }
}

.sep-body>.news>.content>.el>.summary {
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.741);
    line-height: 30px
}

.sep-body>.news>.content>.el>.more {
    margin-top: 15px;
    border-radius: 20px;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    transition: .5s all
}

.sep-body>.news>.content>.el>.more:hover {
    color: #90ecfc
}

@media screen and (max-width:768px) {
    .sep-body>.news>.content {
        flex-wrap: wrap;
        justify-content: center
    }

    .sep-body>.news>.content .el {
        width: 100%;
        max-width: 550px;
        margin: 10px 0
    }

    .sep-body>.news>.content .el>.summary,
    .sep-body>.news>.content .el>.more {
        display: none
    }
}

.sep-body>.questions {
    width: 100%;
    background: url(../img/index/question_bg.png);
    background-size: cover;
    padding: 80px 0;
    background-position-x: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:768px) {
    .sep-body>.questions {
        padding: 40px 0
    }
}

.sep-body>.questions>.title {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #fff
}

.sep-body>.questions>.more {
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    background-color: white;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #024e9c;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: .5s all
}

.sep-body>.questions>.more:hover {
    background-color: #0098b4;
    color: white
}

@media screen and (max-width:1024px) {
    .sep-body>.about>.top>.left>.content {
        padding-left: 6%;
        padding-right: 6%
    }

    .sep-body>.about>.bottom>a {
        padding: 0 20px
    }
}

body {
    font-family: "DengXian", 'Poppins-Regular', 'Microsoft Yahei', 'Lucida Grande';
    -webkit-font-smoothing: antialiased
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%
}

* {
    padding: 0;
    margin: 0
}

html {
    font-size: 16px
}

ul {
    list-style-type: none;
    list-style-image: none
}

.rt {
    float: right
}

.lf {
    float: left
}

a {
    color: white;
    text-decoration: none
}

.block {
    display: block
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.flex-v-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center
}

.align-items-center {
    align-items: center
}

.text-hover:hover {
    color: #18b6ff !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

img {
    display: block
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.flex-mb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

.vh100 {
    height: 940px
}

.text-uppercase {
    text-transform: uppercase
}

.sep-scale {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.sep-scale:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.sep-scale-wrap:hover .sep-scale-mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-scale-wrap:hover .mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-scale-wrap:hover .scale-hover-hide {
    opacity: 0
}

.sep-scale-mask {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.scale-hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.row-margin0 {
    margin: 0
}

.color-white {
    color: #fff !important
}

.color-website {
    color: #18b6ff
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute
}

.sep-transition {
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}

.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
}

.overflow {
    overflow: hidden
}

.sep-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.swiper-pagination-bullet {
    cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important
}

@font-face {
    font-family: 'AdobeGothicStd';
    src: url("../fonts/AdobeGothicStd-Bold.otf")
}

@font-face {
    font-family: 'DengXian';
    src: url("../fonts/Deng.ttf")
}

@font-face {
    font-family: 'CenturyGothic';
    src: url("../fonts/CenturyGothic.TTF");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'DIN-Bold';
    src: url("../fonts/DIN-Bold.otf");
    font-style: normal;
    font-weight: normal
}

@media screen and (max-width:1940px) {
    .vh100 {
        height: 100vh
    }
}

.simple-btn1:hover {
    cursor: pointer;
    opacity: .8
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-slide img {
    display: block
}

.textMaxline-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.textMaxline-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.textMaxline-3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.textMaxline-4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.textMaxline-5 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.textMaxline-6 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.textMaxline-7 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.textMaxline-8 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.textMaxline-9 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

.textMaxline-10 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical
}

.textMaxline-11 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical
}

.just90deg {
    transform: rotate(90deg)
}

.just180deg {
    transform: rotate(180deg)
}

.just270deg {
    transform: rotate(270deg)
}

.hover1_25:hover {
    transform: scale(1.25);
    cursor: pointer;
    transition: .5s all
}

.hover1_50:hover {
    transform: scale(1.5);
    cursor: pointer;
    transition: .5s all
}

.hover1_75:hover {
    transform: scale(1.75);
    cursor: pointer;
    transition: .5s all
}

.classA1 {
    color: #4d4d4d
}

.classA1:hover {
    transition: all .5s;
    color: #024e9c
}

.classA2 {
    transition: all .5s;
    color: #7c7c7c
}

.classA2:hover {
    color: #117ff0
}

.classA3 {
    transition: all .5s;
    color: rgba(255, 255, 255, 0.801)
}

.classA3:hover {
    color: #117ff0
}

.hover2:hover {
    transform: scale(2);
    cursor: pointer;
    transition: .5s all
}

.paddingBottomTo0 {
    padding-bottom: 0 !important
}

.paddingBottomTo10 {
    padding-bottom: 10px !important
}

.paddingBottomTo20 {
    padding-bottom: 10px !important
}

.paddingBottomTo30 {
    padding-bottom: 10px !important
}

.paddingBottomTo40 {
    padding-bottom: 10px !important
}

.paddingBottomTo50 {
    padding-bottom: 50px !important
}

.marginBottomTo0 {
    margin-bottom: 0 !important
}

.marginBottomTo10 {
    margin-bottom: 10px !important
}

.marginBottomTo20 {
    margin-bottom: 10px !important
}

.marginBottomTo30 {
    margin-bottom: 10px !important
}

.marginBottomTo40 {
    margin-bottom: 10px !important
}

.marginBottomTo50 {
    margin-bottom: 50px !important
}

.width100 {
    width: 100% !important
}

.width90 {
    width: 90% !important
}

.width80 {
    width: 80% !important
}

.width70 {
    width: 70% !important
}

.width60 {
    width: 60% !important
}

.width50 {
    width: 50% !important
}

.width40 {
    width: 40% !important
}

.width30 {
    width: 30% !important
}

.width20 {
    width: 20% !important
}

.height100 {
    height: 100% !important
}

.height90 {
    height: 90% !important
}

.height80 {
    height: 80% !important
}

.height70 {
    height: 70% !important
}

.height60 {
    height: 60% !important
}

.height50 {
    height: 50% !important
}

.height40 {
    height: 40% !important
}

.height30 {
    height: 30% !important
}

.height20 {
    height: 20% !important
}

>.img_box_a {
    display: block;
    width: 100%
}

>.img_box_a>img {
    width: 100%
}

.h_color1 {
    transition: .5s all
}

.h_color1:hover {
    color: #0995ad !important
}

.h_color2 {
    transition: .5s all
}

.h_color2:hover {
    color: #c1f4fd !important
}

.search-toggles .toggle {
    display: none
}

.search-toggles .toggle:nth-child(1) {
    display: block
}

.search-toggles .sep-datalist {
    margin: 0
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
    padding-left: 10px;
    min-height: auto;
    padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img:hover {
    transform: scale(1.1)
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
    color: #18b6ff
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
    display: block;
    color: #666;
    line-height: 1.5em
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.sep-resource-list {
    display: block
}

.sep-resource-list .sep-datalist li.pdf-item {
    border-bottom: dotted 1px #ddd;
    position: relative;
    padding: 15px 10px 50px 0;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist li.pdf-item div {
    display: flex;
    width: 100%;
    max-width: 50%;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    padding: 20px 10px
}

.rich_text {
    line-height: 30px;
    font-size: 16px;
    font-family: "DengXian"
}

@media screen and (max-width:768px) {
    .rich_text {
        font-size: 16px !important
    }
}

.rich_text h2 {
    margin-bottom: 20px
}

.el_hover_bg {
    background: linear-gradient(87deg, #0098b4, #0157a4)
}

h1,
.h1 {
    font-size: 50px;
    line-height: 56px;
    font-family: "AdobeGothicStd"
}

@media screen and (max-width:1440px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:1280px) {

    h1,
    .h1 {
        font-size: 34px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {

    h1,
    .h1 {
        font-size: 24px;
        line-height: 36px
    }
}

h1.text_cent,
.h1.text_cent {
    text-align: center
}

h1.white,
.h1.white {
    color: white
}

h1.black,
.h1.black {
    color: black
}

h1.main_color,
.h1.main_color {
    color: #0068a8
}

h1.minor_color,
.h1.minor_color {
    color: #029ab8
}

h2,
.h2 {
    font-size: 46px;
    line-height: 54px
}

@media screen and (max-width:1440px) {

    h2,
    .h2 {
        font-size: 38px;
        line-height: 44px
    }
}

@media screen and (max-width:1280px) {

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {

    h2,
    .h2 {
        font-size: 22px;
        line-height: 32px
    }
}

h2.marbtm40,
.h2.marbtm40 {
    margin-bottom: 40px
}

h2.text_cent,
.h2.text_cent {
    text-align: center
}

h2.white,
.h2.white {
    color: white
}

h2.black,
.h2.black {
    color: black
}

h2.main_color,
.h2.main_color {
    color: #0068a8
}

h2.minor_color,
.h2.minor_color {
    color: #029ab8
}

.hovt_main {
    transition: .5s all
}

.hovt_main:hover {
    color: #0068a8 !important
}

.hovbg_main {
    transition: .5s all
}

.hovbg_main:hover {
    background-color: #0068a8 !important
}

.hovt_minor {
    transition: .5s all
}

.hovt_minor:hover {
    color: #029ab8 !important
}

.hovbg_minor {
    transition: .5s all
}

.hovbg_minor:hover {
    background-color: #029ab8 !important
}

.hovt_white {
    transition: .5s all
}

.hovt_white:hover {
    color: white !important
}

.hovbg_white {
    transition: .5s all
}

.hovbg_white:hover {
    background-color: white !important
}

.hovt_black {
    transition: .5s all
}

.hovt_black:hover {
    color: black !important
}

.hovbg_black {
    transition: .5s all
}

.hovbg_black:hover {
    background-color: black !important
}

.w_normal {
    width: calc(100% - 100px);
    max-width: 1360px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .w_normal {
        width: 90%
    }
}

.divide120 {
    width: 100%;
    height: 120px
}

@media screen and (max-width:768px) {
    .divide120 {
        height: 50px
    }
}

.divide100 {
    width: 100%;
    height: 100px
}

@media screen and (max-width:768px) {
    .divide100 {
        height: 40px
    }
}

.divide80 {
    width: 100%;
    height: 80px
}

@media screen and (max-width:768px) {
    .divide80 {
        height: 35px
    }
}

.divide_space {
    width: 100%;
    height: 120px
}

@media screen and (max-width:768px) {
    .divide_space {
        height: 50px
    }
}

p>a {
    color: #0068a8;
    font-style: italic !important
}

p>a:hover {
    text-decoration: underline !important
}

.a_change p>a {
    color: #029ab8;
    font-style: italic !important
}

.a_change p>a:hover {
    text-decoration: underline !important
}

input.hide {
    display: none
}

a.img_box {
    display: block;
    width: 100%;
    overflow: hidden
}

a.img_box img {
    width: 100%;
    transition: .5s all
}

a.img_box img:hover {
    transform: scale(1.2)
}

.top_fill {
    width: 100%;
    height: 150px
}

@media screen and (max-width:768px) {
    .top_fill {
        height: 110px
    }
}

.inner_banner {
    width: 100%;
    position: relative
}

.inner_banner>img {
    width: 100%;
    min-height: 600px;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .inner_banner>img {
        min-height: 400px
    }
}

.inner_banner>.content-box {
    position: absolute;
    width: 50%;
    top: 15%
}

.inner_banner>.content-box>.content {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    display: flex;
    flex-direction: column
}

.inner_banner>.content-box>.content>.title {
    display: block;
    text-align: left;
    font-size: 56px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #000;
    line-height: 70px;
    transition: all .5s
}

@media screen and (max-width:1440px) {
    .inner_banner>.content-box>.content>.title {
        font-size: 50px;
        line-height: 60px;
        max-width: 680px
    }
}

@media screen and (max-width:1080px) {
    .inner_banner>.content-box>.content>.title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.content>.title {
        font-size: 32px;
        line-height: 40px
    }
}

.inner_banner>.content-box>.content>.title:hover {
    color: #00558c
}

.inner_banner>.content-box>.content>.subtitle {
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    color: #000;
    line-height: 32px;
    transform: translate(0, 30px)
}

.inner_banner>.content-box>.content>.context {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px;
    max-width: 90%;
    margin-top: 6%
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.content>.context {
        line-height: 24px;
        max-width: 100%;
        height: 196px;
        overflow-y: auto
    }
}

.inner_banner>.content-box>.about_content {
    padding-top: 36%;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.about_content {
        padding-top: 25%
    }
}

.inner_banner>.content-box>.about_content>.title {
    color: white;
    display: block;
    text-align: left;
    font-size: 40px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    line-height: 50px;
    max-width: 90%;
    transition: all .5s
}

@media screen and (max-width:1440px) {
    .inner_banner>.content-box>.about_content>.title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:1280px) {
    .inner_banner>.content-box>.about_content>.title {
        font-size: 34px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.about_content>.title {
        font-size: 24px;
        line-height: 36px
    }
}

.inner_banner>.content-box>.about_content>.title:hover {
    color: #00558c
}

.inner_banner>.content-box>.about_content>.context {
    color: white;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    line-height: 32px;
    max-width: 90%;
    margin-top: 3%
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.about_content>.context {
        line-height: 24px;
        max-width: 100%;
        height: 144px;
        overflow-y: auto
    }
}

.inner_banner>.content-box>.contact_content {
    padding-top: 10%;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    text-align: center
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.contact_content {
        padding-top: 25%
    }
}

.inner_banner>.content-box>.contact_content>.title {
    color: white;
    display: block;
    text-align: left;
    font-size: 40px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    line-height: 50px;
    max-width: 90%;
    transition: all .5s;
    text-align: center
}

@media screen and (max-width:1440px) {
    .inner_banner>.content-box>.contact_content>.title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width:1280px) {
    .inner_banner>.content-box>.contact_content>.title {
        font-size: 34px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.contact_content>.title {
        font-size: 24px;
        line-height: 36px
    }
}

.inner_banner>.content-box>.contact_content>.title:hover {
    color: #00558c
}

.inner_banner>.content-box>.contact_content>.context {
    color: white;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    line-height: 32px;
    max-width: 90%;
    margin-top: 10%
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box>.contact_content>.context {
        max-width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width:1680px) {
    .inner_banner>.content-box {
        padding: 0 50px;
        top: 20%;
        height: 60%
    }

    .inner_banner>.content-box>.content {
        height: 100%;
        justify-content: space-evenly
    }
}

@media screen and (max-width:768px) {
    .inner_banner>.content-box {
        padding: 0 5%;
        top: 10%;
        height: 90%;
        width: 100%
    }

    .inner_banner>.content-box>.content {
        height: 100%;
        justify-content: flex-start
    }
}

.sep_breadcrumb {
    position: absolute;
    bottom: 0;
    width: calc(100% - 100px);
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px
}

@media screen and (max-width:768px) {
    .sep_breadcrumb {
        left: 5%;
        width: 90%
    }
}

.sep_breadcrumb>.sep_container>.div_boxs {
    display: flex;
    align-items: center;
    position: relative
}

.sep_breadcrumb>.sep_container>.div_boxs>i {
    position: absolute;
    left: 0;
    top: 5px;
    margin-right: 10px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    -webkit-background-clip: text;
    color: transparent
}

.sep_breadcrumb>.sep_container>.div_boxs>ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
    flex-wrap: wrap
}

.sep_breadcrumb>.sep_container>.div_boxs>ul>li>a {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 24px
}

@media screen and (max-width:768px) {
    .sep_breadcrumb>.sep_container>.div_boxs>ul>li>a {
        font-size: 16px
    }
}

.sep_breadcrumb>.sep_container>.div_boxs>ul>li>a:hover {
    text-decoration: underline
}

.sep_breadcrumb>.sep_container>.div_boxs>ul>li::after {
    content: "/";
    margin: 0 10px
}

.sep_breadcrumb>.sep_container>.div_boxs>ul>li:nth-last-child(1)>a {
    color: #024e9c;
    font-weight: bold
}

.sep_breadcrumb>.sep_container>.div_boxs>ul>li:nth-last-child(1)::after {
    display: none
}

.sep_breadcrumb.detail {
    margin-bottom: 20px;
    position: unset
}

a .h_color1,
a h2,
a .h2 {
    font-size: 46px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #00558c;
    line-height: 60px
}

@media screen and (max-width:1440px) {

    a .h_color1,
    a h2,
    a .h2 {
        font-size: 38px;
        line-height: 44px
    }
}

@media screen and (max-width:1280px) {

    a .h_color1,
    a h2,
    a .h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {

    a .h_color1,
    a h2,
    a .h2 {
        font-size: 22px;
        line-height: 32px
    }
}

.h_maxW {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

.p1_different {
    padding-top: 120px
}

@media screen and (max-width:768px) {
    .p1_different {
        padding-top: 50px
    }
}

.p1_different>.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.p1_different>.content>.el:nth-child(-n+3) {
    width: calc(33.33% - 33px)
}

@media screen and (max-width:1200px) {
    .p1_different>.content>.el:nth-child(-n+3) {
        width: 100%;
        max-width: 700px
    }
}

.p1_different>.content>.el {
    margin-top: 50px;
    width: calc(25% - 25px);
    display: block
}

@media screen and (max-width:1200px) {
    .p1_different>.content>.el {
        width: calc(50% - 15px);
        max-width: 400px
    }
}

.p1_different>.content>.el:hover>.img_box>.el_hover_bg {
    opacity: .5
}

.p1_different>.content>.el:hover>.img_box>.hover_word_box {
    opacity: 1
}

.p1_different>.content>.el>.img_box {
    width: 100%;
    position: relative;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1)
}

.p1_different>.content>.el>.img_box>img {
    width: 100%;
    min-height: 360px;
    object-fit: cover
}

.p1_different>.content>.el>.img_box>.el_hover_bg {
    overflow: hidden;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s all
}

.p1_different>.content>.el>.img_box>.el_hover_bg>img {
    display: block;
    min-height: 360px;
    min-width: 100%;
    object-fit: cover
}

.p1_different>.content>.el>.img_box>.hover_word_box {
    transition: .5s all;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
    list-style: unset
}

.p1_different>.content>.el>.img_box>.hover_word_box>li::marker {
    color: white
}

.p1_different>.content>.el>.img_box>.hover_word_box>li>a {
    text-align: left;
    font-size: 18px;
    font-family: "DengXian";
    color: #fff;
    line-height: 32px
}

.p1_different>.content>.el>.img_box>.hover_word_box>li>a:hover {
    font-weight: bold
}

.p1_different>.content>.el>.el_hover>a {
    color: #000;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    color: #00558c;
    line-height: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 10px 0
}

.p1_different>.content>.el>.el_hover>a:hover {
    text-decoration: underline
}

.p1_different>.content>.el>.el_hover>.discrible {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

@media screen and (max-width:768px) {
    .p1_different>.content .el:nth-child(n) {
        width: 100%;
        max-width: 550px
    }

    .p1_different>.content .el:nth-child(n)>.img_box>.hover_word_box,
    .p1_different>.content .el:nth-child(n)>.img_box>.el_hover_bg {
        display: none
    }
}

.p2_different {
    padding: 120px 0
}

@media screen and (max-width:768px) {
    .p2_different {
        padding: 50px 0
    }
}

.p2_different>.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    .p2_different>.content {
        justify-content: center
    }
}

.p2_different>.content>.el:nth-child(1),
.p2_different>.content>.el:nth-last-child(1) {
    width: calc(50% - 3px)
}

@media screen and (max-width:1200px) {

    .p2_different>.content>.el:nth-child(1),
    .p2_different>.content>.el:nth-last-child(1) {
        width: 100%;
        max-width: 800px
    }
}

@media screen and (max-width:768px) {

    .p2_different>.content>.el:nth-child(1),
    .p2_different>.content>.el:nth-last-child(1) {
        width: 100%;
        max-width: 500px;
        margin: 10px 0
    }
}

.p2_different>.content>.el {
    margin-top: 50px;
    width: calc(25% - 6px);
    display: block
}

.p2_different>.content>.el:hover>.img_box>.el_hover_bg {
    opacity: .5
}

.p2_different>.content>.el:hover>.img_box>.hover_word_box {
    opacity: 1
}

.p2_different>.content>.el>.img_box {
    width: 100%;
    position: relative
}

.p2_different>.content>.el>.img_box>img {
    width: 100%;
    min-height: 360px;
    object-fit: cover
}

.p2_different>.content>.el>.img_box>.el_hover_bg {
    overflow: hidden;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s all
}

.p2_different>.content>.el>.img_box>.el_hover_bg>img {
    display: block;
    min-height: 360px;
    min-width: 100%;
    object-fit: cover
}

.p2_different>.content>.el>.img_box>.hover_word_box {
    transition: .5s all;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
    list-style: unset
}

.p2_different>.content>.el>.img_box>.hover_word_box>li::marker {
    color: #fff
}

.p2_different>.content>.el>.img_box>.hover_word_box>li>a {
    text-align: left;
    font-size: 18px;
    font-family: "DengXian";
    color: #fff;
    line-height: 32px
}

.p2_different>.content>.el>.img_box>.hover_word_box>li>a:hover {
    font-weight: bold
}

.p2_different>.content>.el>.el_hover {
    text-align: center
}

.p2_different>.content>.el>.el_hover>a {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    height: 60px;
    color: #fff;
    background: linear-gradient(87deg, #0098b4, #0157a4)
}

.p2_different>.content>.el>.el_hover>a h3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    height: 60px;
    transition: .5s all
}

.p2_different>.content>.el>.el_hover>a:hover h3 {
    color: #00558c;
    background: #eee
}

@media screen and (max-width:1200px) {
    .p2_different>.content>.el {
        width: calc(50% - 20px);
        max-width: 400px;
        margin: 10px
    }
}

@media screen and (max-width:768px) {
    .p2_different>.content>.el {
        width: 100%;
        max-width: 500px;
        margin: 10px 0
    }

    .p2_different>.content>.el>.img_box>.hover_word_box,
    .p2_different>.content>.el>.img_box>.el_hover_bg {
        display: none
    }
}

.why_important {
    padding-bottom: 120px
}

@media screen and (max-width:768px) {
    .why_important {
        padding-bottom: 50px
    }
}

.why_important>.subtitle {
    margin-top: 40px;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

.why_important>.cue_word {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    color: #000;
    line-height: 32px
}

.why_important>.content {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.why_important>.content>.el {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.why_important>.content>.el>i {
    display: flex;
    font-size: 90px;
    color: #024e9c;
    margin-bottom: 40px
}

.why_important>.content>.el>a {
    line-height: 40px;
    font-size: 24px;
    font-family: "DengXian";
    color: #4d4d4d
}

@media screen and (max-width:768px) {
    .why_important>.content>.el>a {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0
    }
}

.why_important>.content>.el>a:hover {
    color: #024e9c;
    font-weight: bold
}

@media screen and (max-width:768px) {
    .why_important>.content {
        flex-wrap: wrap;
        justify-content: center
    }

    .why_important>.content>.el {
        width: 100%;
        max-width: 450px
    }
}

.contact {
    background: linear-gradient(87deg, rgba(0, 152, 180, 0.9), rgba(1, 87, 164, 0.9));
    width: 100%;
    padding: 120px 0;
    position: relative;
    overflow: hidden
}

.contact>.big_words {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 175px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 120px;
    opacity: .1
}

@media screen and (max-width:768px) {
    .contact>.big_words {
        display: none
    }
}

.contact>.content_box>.title {
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    transition: .5s all
}

.contact>.content_box>.title:hover {
    color: #00d9ff
}

.contact>.content_box>.title>.line1 {
    position: absolute;
    bottom: 0;
    width: 460px;
    height: 1px;
    background: #fff;
    opacity: .2
}

.contact>.content_box>.title>.line2 {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #fff
}

.contact>.content_box .content {
    display: flex;
    justify-content: space-between
}

.contact>.content_box .content .form_box {
    padding-top: 40px;
    width: 48%
}

.contact>.content_box .content .form_box select,
.contact>.content_box .content .form_box input,
.contact>.content_box .content .form_box textarea {
    line-height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border: none
}

.contact>.content_box .content .form_box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact>.content_box .content .form_box form>.input_box {
    width: calc(50% - 10px)
}

.contact>.content_box .content .form_box form>.input_box>.input_name {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin: 10px 0
}

.contact>.content_box .content .form_box form>.input_box select,
.contact>.content_box .content .form_box form>.input_box input {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 16px;
    font-family: "DengXian"
}

.contact>.content_box .content .form_box form>.input_box textarea {
    width: 100%;
    padding: 0 20px;
    font-family: "DengXian";
    font-size: 16px
}

.contact>.content_box .content .form_box form>.input_box textarea::placeholder {
    font-family: "DengXian"
}

@media screen and (max-width:768px) {
    .contact>.content_box .content .form_box form>.input_box {
        width: 100%
    }

    .contact>.content_box .content .form_box form>.input_box input {
        margin-bottom: 10px
    }
}

.contact>.content_box .content .form_box form>.input_box:nth-last-child(2) {
    width: 100%
}

.contact>.content_box .content .form_box form>button {
    transition: .5s all;
    width: 270px;
    height: 60px;
    background: #fff;
    border: 1px solid #04acb9;
    border-radius: 29px;
    margin-top: 40px;
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #024e9c;
    line-height: 30px
}

.contact>.content_box .content .right {
    width: 45%;
    margin-right: 30px
}

.contact>.content_box .content .right .title {
    margin-top: 20px;
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 32px
}

.contact>.content_box .content .right .summary {
    font-size: 18px;
    font-family: "DengXian";
    color: rgba(255, 255, 255, 0.685);
    line-height: 32px;
    margin-bottom: 50px
}

.contact>.content_box .content .right .contact_way {
    max-width: 500px;
    margin: 10px 0;
    display: flex;
    align-items: flex-start
}

.contact>.content_box .content .right .contact_way i {
    margin-right: 20px;
    line-height: 30px;
    font-size: 16px;
    color: white
}

.contact>.content_box .content .right .contact_way a {
    width: calc(100% - 50px);
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #fff;
    line-height: 30px
}

.contact>.content_box .content .right .contact_way a:hover {
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .contact {
        padding: 50px 0
    }

    .contact>.content_box .content {
        flex-wrap: wrap
    }

    .contact>.content_box .content .form_box,
    .contact>.content_box .content .right {
        width: 100%;
        max-width: 550px;
        margin: 10px 0
    }
}

.inner_news {
    padding: 120px 0
}

@media screen and (max-width:768px) {
    .inner_news {
        padding: 50px 0
    }
}

.inner_news>.content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.inner_news>.content .left {
    width: 610px;
    overflow: hidden
}

.inner_news>.content .left>img {
    transition: .5s all
}

.inner_news>.content .left>img:hover {
    transform: scale(1.2)
}

.inner_news>.content .right {
    width: calc(100% - 690px);
    display: flex;
    flex-direction: column
}

.inner_news>.content .right>.news_el {
    height: 33%;
    border-bottom: #e6e6e6 1px solid;
    overflow-y: hidden;
    display: flex;
    align-items: center
}

.inner_news>.content .right>.news_el:hover>.date {
    background: #024e9c
}

.inner_news>.content .right>.news_el:hover>.subtitle {
    color: #024e9c
}

.inner_news>.content .right>.news_el>.date {
    width: 80px;
    height: 75px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.inner_news>.content .right>.news_el>.date>.day {
    font-size: 36px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff
}

.inner_news>.content .right>.news_el>.date>.m_y {
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff
}

.inner_news>.content .right>.news_el>.subtitle {
    width: calc(100% - 80px);
    padding: 0 28px;
    font-size: 22px;
    font-family: "DengXian";
    font-weight: bold;
    color: #1a1a1a;
    line-height: 40px;
    transition: .5s all
}

@media screen and (max-width:1280px) {
    .inner_news>.content .left {
        width: 45%
    }

    .inner_news>.content .right {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .inner_news>.content {
        flex-wrap: wrap;
        justify-content: center
    }

    .inner_news>.content .left {
        width: 100%;
        max-width: 550px
    }

    .inner_news>.content .right {
        width: 100%;
        max-width: 550px
    }

    .inner_news>.content .right .news_el {
        height: 80px
    }

    .inner_news>.content .right .news_el>.date {
        height: 65px
    }

    .inner_news>.content .right .news_el>.date>.day {
        font-size: 20px
    }

    .inner_news>.content .right .news_el>.subtitle {
        font-size: 18px;
        line-height: 28px
    }
}

.margin1 {
    margin-top: 120px;
    margin-bottom: 60px
}

@media screen and (max-width:768px) {
    .margin1 {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

.main_body {
    display: flex;
    justify-content: space-between;
    padding: 120px 0
}

.main_body>.content {
    width: calc(100% - 380px);
    transform: translateX(20px)
}

.main_body>.content>.product_box .swiper {
    padding: 20px;
    overflow: hidden;
    position: relative
}

.main_body>.content>.product_box .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.main_body>.content>.product_box .swiper-slide>.el:nth-child(3n) {
    margin-right: 0
}

.main_body>.content>.product_box .swiper-slide>.el {
    margin-bottom: 75px;
    width: calc(32%);
    margin-right: 2%
}

.main_body>.content>.product_box .swiper-slide>.el>.words {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main_body>.content>.product_box .swiper-slide>.el>.words:hover>.name {
    border-bottom: 2px solid #00558c
}

.main_body>.content>.product_box .swiper-slide>.el>.words:hover>.send {
    background: transparent;
    border: 1px solid #00558c;
    color: #00558c
}

.main_body>.content>.product_box .swiper-slide>.el>.words>.name {
    border-bottom: 2px solid transparent;
    font-size: 22px;
    font-family: "DengXian";
    font-weight: bold;
    color: #00558c;
    line-height: 24px;
    margin: 10px 0;
    height: 50px
}

@media screen and (max-width:768px) {
    .main_body>.content>.product_box .swiper-slide>.el>.words>.name {
        font-size: 18px
    }
}

.main_body>.content>.product_box .swiper-slide>.el>.words>.send {
    border: 1px solid #00558c;
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    border-radius: 25px
}

@media screen and (max-width:768px) {
    .main_body>.content>.product_box .swiper-slide>.el>.words>.send {
        font-size: 16px;
        height: 40px;
        width: auto;
        padding: 0 20px
    }
}

.main_body>.content>.product_box .swiper-slide>.el>.img_box {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1)
}

.main_body>.content>.product_box .swiper-slide>.el>.img_box>img {
    transition: .5s all;
    width: 100%
}

@media screen and (max-width:768px) {
    .main_body>.content>.product_box .swiper-slide {
        justify-content: space-between
    }

    .main_body>.content>.product_box .swiper-slide>.el:nth-child(n) {
        width: 48%;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .main_body>.content>.product_box .swiper-slide {
        justify-content: center
    }

    .main_body>.content>.product_box .swiper-slide>.el:nth-child(n) {
        width: 100%;
        max-width: 400px
    }
}

.main_body>.content>.product_box .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: flex;
    justify-content: center
}

.main_body>.content>.product_box .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
    font-size: 20px;
    font-family: "Poppins-Semibold";
    color: #333;
    line-height: 32px
}

.main_body>.content>.product_box .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 30px;
    font-family: "Poppins-Semibold";
    font-weight: bold;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 32px
}

.main_body>.content>.product_box .list_swiper_btn {
    position: absolute;
    bottom: 0;
    width: 160px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #333;
    line-height: 32px
}

.main_body>.content>.product_box .list_swiper_btn:hover {
    cursor: pointer;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    color: white;
    border: transparent 1px solid
}

.main_body>.content>.product_box .list_swiper_btn.swiper-button-disabled {
    opacity: 0
}

.main_body>.content>.product_box #list_prev {
    left: 20%
}

.main_body>.content>.product_box #list_prev>i {
    transform: rotate(180deg)
}

.main_body>.content>.product_box #list_next {
    right: 20%
}

@media screen and (max-width:1024px) {
    .main_body>.content>.product_box .list_swiper_btn {
        width: auto;
        padding: 0 10px;
        width: 120px
    }

    .main_body>.content>.product_box #list_prev {
        left: 5%
    }

    .main_body>.content>.product_box #list_prev>i {
        transform: rotate(180deg)
    }

    .main_body>.content>.product_box #list_next {
        right: 5%
    }
}

@media screen and (max-width:768px) {
    .main_body>.content>.product_box .swiper-pagination {
        display: none
    }
}

.main_body>.content>.news_el {
    display: flex;
    justify-content: space-between
}

.main_body>.content>.news_el>.img_box {
    display: block;
    overflow: hidden
}

.main_body>.content>.news_el>.img_box>img {
    width: 100%;
    transition: .5s all
}

.main_body>.content>.news_el>.words {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

@media screen and (max-width:1280px) {
    .main_body>.content>.news_el>.img_box {
        width: 60%
    }

    .main_body>.content>.news_el>.words {
        width: 40%
    }
}

@media screen and (max-width:768px) {
    .main_body>.content>.news_el {
        justify-content: center;
        flex-wrap: wrap
    }

    .main_body>.content>.news_el>.img_box {
        width: 100%;
        max-width: 550px
    }

    .main_body>.content>.news_el>.words {
        width: 100%;
        max-width: 550px;
        padding: 20px 0
    }
}

.main_body>.content .detail {
    overflow: hidden
}

.main_body>.content .detail>div p {
    line-height: 28px
}

.main_body>.content .detail ul li {
    display: flex;
    line-height: 24px
}

.main_body>.content .detail ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #024e9c;
    margin-top: 8px;
    margin-right: 10px
}

.main_body>.content .detail ul li p {
    flex: 1
}

.main_body>.content .detail>h2 {
    display: block;
    text-align: center;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #00558c
}

.main_body>.content .detail table {
    margin-top: 20px;
    border: 1px solid #d2d2d2;
    text-align: center;
    width: 100%
}

.main_body>.content .detail table tr {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 24px
}

.main_body>.content .detail table tr td {
    padding: 10px 10px
}

.main_body>.content .detail table tr:nth-child(2n+1) {
    background-color: #f7f7f7
}

.main_body>.content .detail table tr:nth-child(1) {
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    background-color: #024e9c
}

.main_body>.content .detail table tr:nth-child(1) td {
    padding: 20px 10px
}

.main_body>.content .detail table td {
    border: 1px solid #d2d2d2
}

.main_body>.content .news_el2 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main_body>.content .news_el2>img {
    width: 100%
}

.main_body>.content .news_el2>.words {
    margin-top: 40px;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

.main_body>.content .news_el2>.words ul li {
    display: flex
}

.main_body>.content .news_el2>.words ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #024e9c;
    margin-top: 12px;
    margin-right: 10px;
    border-radius: 50%
}

.main_body>.content .news_el2>.words ul li p {
    flex: 1
}

.main_body .pdf_list {
    width: calc(100% - 360px);
    max-width: 1000px
}

.main_body .pdf_list .content {
    margin-top: 40px
}

.main_body .pdf_list .el {
    display: flex;
    width: 100%;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 15px 15px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center
}

.main_body .pdf_list .el:hover {
    border-color: #0071b5
}

.main_body .pdf_list .el .name {
    width: calc(100% - 100px);
    font-size: 16px;
    font-family: "DengXian";
    color: #646464
}

.main_body .pdf_list .el i {
    color: #0071b5;
    font-size: 20px;
    width: 20px;
    height: 20px
}

.main_body .video_list {
    width: calc(100% - 360px);
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main_body .video_list .video_el {
    width: 32%;
    margin-bottom: 30px
}

.main_body .video_list .video_el:hover .title {
    color: #0071b5
}

.main_body .video_list .video_el .title {
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 60px;
    color: #333;
    text-align: center;
    line-height: 25px
}

.main_body .video_list h2 {
    width: 100%
}

.main_body .video_detail {
    width: calc(100% - 360px);
    max-width: 1000px
}

.main_body .video_detail iframe {
    margin-top: 20px;
    display: block;
    width: 100%;
    min-height: 400px;
    background-color: rgba(250, 250, 230, 0.952)
}

@media screen and (max-width:1200px) {
    .main_body>.content {
        transform: translateX(0)
    }

    .main_body>div {
        width: 100% !important
    }

    .main_body .sidebar_box {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .main_body {
        padding: 50px 0
    }

    .main_body .pdf_list .el a:last-child {
        display: none
    }
}

.faq {
    margin-bottom: 80px
}

@media screen and (max-width:768px) {
    .faq {
        margin-bottom: 40px
    }
}

.faq>.el {
    border-top: 4px solid #0071b5;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 19px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    padding-right: 70px;
    position: relative
}

.faq>.el>.word_box {
    display: flex
}

.faq>.el>.word_box>i {
    font-size: 24px;
    color: #00558c;
    line-height: 32px;
    margin-right: 10px
}

.faq>.el>.word_box>.q {
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 20px
}

.faq>.el>.word_box>.a {
    max-width: calc(100% - 40px);
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px
}

.faq>.el>.logo_words {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 56px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #666;
    line-height: 40px;
    opacity: .06
}

@media screen and (max-width:768px) {
    .faq>.el {
        padding: 30px 20px
    }
}

.detail_banner {
    width: 100%;
    padding: 20px 50px 120px;
    background-color: #f5f5f5
}

@media screen and (max-width:768px) {
    .detail_banner {
        padding: 20px 5% 50px
    }
}

.detail_banner>.content_box {
    position: relative;
    width: 100%;
    top: 0
}

.detail_banner>.content_box>.content {
    max-width: 1280px;
    margin: 0 auto;
    height: calc(100% - 300px);
    display: flex;
    justify-content: space-between
}

.detail_banner>.content_box>.content .left {
    width: 560px
}

.detail_banner>.content_box>.content .left img {
    width: 100%;
    display: block
}

.detail_banner>.content_box>.content .left>.big_wiper_box>.swiper {
    overflow: hidden
}

.detail_banner>.content_box>.content .left>.big_wiper_box .swiper-slide {
    overflow: hidden
}

.detail_banner>.content_box>.content .left>.big_wiper_box .swiper-slide img {
    transition: .5s all
}

.detail_banner>.content_box>.content .left>.big_wiper_box .swiper-slide img:hover {
    transform: scale(1.2)
}

.detail_banner>.content_box>.content .left>.small_wiper_box {
    position: relative;
    margin: 20px 25px
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.banner_btn {
    z-index: 9;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5e5e5;
    transition: .5s all
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.banner_btn>i {
    font-size: 20px;
    color: #999
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.banner_btn:hover {
    cursor: pointer;
    background-color: #2d6096
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.banner_btn:hover>i {
    color: #fff
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.banner_btn.swiper-button-disabled {
    opacity: 0
}

.detail_banner>.content_box>.content .left>.small_wiper_box #banner_swiper_prev {
    left: -25px
}

.detail_banner>.content_box>.content .left>.small_wiper_box #banner_swiper_next {
    right: -25px
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.swiper {
    overflow: hidden
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.swiper>.swiper-wrapper>.swiper-slide {
    border: 2px solid transparent;
    transition: .5s all;
    border-radius: 5px
}

.detail_banner>.content_box>.content .left>.small_wiper_box>.swiper>.swiper-wrapper>.swiper-slide.active {
    border: 2px solid #024e9c
}

.detail_banner>.content_box>.content .right {
    width: calc(100% - 600px);
    box-sizing: border-box
}

.detail_banner>.content_box>.content .right>.content {
    width: 100%
}

.detail_banner>.content_box>.content .right>.content>h1 {
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #000
}

.detail_banner>.content_box>.content .right>.content>.summary {
    font-size: 18px;
    font-family: "DengXian";
    font-weight: 400;
    color: #000;
    line-height: 32px;
    margin-top: 30px
}

.detail_banner>.content_box>.content .right>.content>.btns {
    display: flex;
    margin-top: 40px
}

.detail_banner>.content_box>.content .right>.content>.btns>a {
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px;
    font-family: "DengXian";
    font-weight: bold;
    color: #fff;
    width: 280px;
    height: 50px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    border-radius: 26px;
    text-transform: uppercase;
    transition: all .5s
}

.detail_banner>.content_box>.content .right>.content>.btns>a>i {
    font-size: 16px;
    margin-left: 10px;
    font-weight: lighter
}

.detail_banner>.content_box>.content .right>.content>.btns>a:hover {
    color: #00d9ff
}

@media screen and (max-width:1080px) {
    .detail_banner>.content_box>.content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .detail_banner>.content_box>.content .left,
    .detail_banner>.content_box>.content .right {
        width: 100%;
        max-width: 550px
    }

    .detail_banner>.content_box>.content .left>.content>.btns,
    .detail_banner>.content_box>.content .right>.content>.btns {
        margin-bottom: 40px;
        margin-top: 20px
    }
}

.detail_banner>.content_box>.bread_nav {
    position: absolute;
    top: 150px;
    width: 100%;
    background-color: rgba(10, 13, 20, 0.2)
}

.detail_banner>.content_box>.bread_nav>.content {
    height: 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.detail_banner>.content_box>.bread_nav>.content>i {
    color: white;
    font-size: 30px;
    font-weight: lighter
}

.related_products {
    padding-top: 100px
}

@media screen and (max-width:768px) {
    .related_products {
        padding-top: 40px
    }
}

.related_products>.rp_swiper_box {
    margin-top: 40px;
    position: relative
}

.related_products>.rp_swiper_box>.swiper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.related_products>.rp_swiper_box>.swiper .swiper-slide {
    padding: 20px;
    display: flex;
    flex-direction: column
}

.related_products>.rp_swiper_box>.swiper .swiper-slide>.img_box {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1)
}

.related_products>.rp_swiper_box>.swiper .swiper-slide>.img_box:hover>.words {
    color: #fff;
    background: linear-gradient(87deg, #0098b4, #0157a4)
}

.related_products>.rp_swiper_box>.swiper .swiper-slide>.img_box>img {
    width: 100%;
    transition: .5s all;
    aspect-ratio: 1;
    object-fit: contain;
}

.related_products>.rp_swiper_box>.swiper .swiper-slide>.img_box>.words {
    font-size: 24px;
    font-family: "DengXian";
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    transform: translate(0);
    color: #000;
    background: #f1f5fb
}

@media screen and (max-width:768px) {
    .related_products>.rp_swiper_box>.swiper .swiper-slide>.img_box>.words {
        font-size: 18px;
        height: 60px
    }
}

.related_products>.rp_swiper_box .rp_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transition: .5s all
}

.related_products>.rp_swiper_box .rp_btn>i {
    font-size: 36px;
    color: #00558c;
    font-weight: bold
}

.related_products>.rp_swiper_box #rp_btn_left {
    left: 0;
    transform: translate(-100%, -50%) scale(1, 1.2)
}

@media screen and (max-width:768px) {
    .related_products>.rp_swiper_box #rp_btn_left {
        left: 5%
    }
}

.related_products>.rp_swiper_box #rp_btn_left:hover {
    cursor: pointer;
    transform: translate(-100%, -50%) scale(1.2, 1.5)
}

.related_products>.rp_swiper_box #rp_btn_right {
    right: 0;
    transform: translate(100%, -50%) scale(1, 1.2)
}

@media screen and (max-width:768px) {
    .related_products>.rp_swiper_box #rp_btn_right {
        right: 5%
    }
}

.related_products>.rp_swiper_box #rp_btn_right:hover {
    cursor: pointer;
    transform: translate(100%, -50%) scale(1.2, 1.5)
}

.introduction {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 60px;
    position: relative
}

.introduction .img_box {
    width: 44%
}

.introduction .img_box img {
    width: 100%
}

.introduction .word_box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center
}

.introduction .word_box .content {
    width: calc(100%);
    max-width: 760px;
    margin-left: auto
}

.introduction .word_box .content>h1 {
    margin-bottom: 40px
}

.introduction .word_box .content .context {
    line-height: 2;
    font-size: 16px
}

@media screen and (max-width:768px) {
    .introduction {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .introduction .img_box,
    .introduction .word_box {
        width: 100%;
        max-width: 550px;
        margin: 10px 0
    }
}

.factory {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0
}

@media screen and (max-width:768px) {
    .factory {
        margin: 40px 0
    }
}

.factory .content {
    display: flex;
    width: calc(100% - 100px);
    margin: 0 auto;
    max-width: 1360px;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .factory .content {
        width: 90%
    }
}

.factory .content>.img_box {
    margin-top: 30px;
    width: 49%;
    overflow: hidden
}

.factory .content>.img_box>img {
    width: 100%;
    transition: .5s all
}

.factory .content>.img_box>img:hover {
    transform: scale(1.2)
}

.quality {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0
}

@media screen and (max-width:768px) {
    .quality {
        margin: 40px 0
    }
}

.quality>h2,
.quality .h2 {
    width: calc(100% - 100px);
    max-width: 1360px;
    text-align: left;
    color: #0068a8
}

@media screen and (max-width:768px) {

    .quality>h2,
    .quality .h2 {
        width: 90%
    }
}

.quality .content {
    margin-top: 40px;
    width: calc(100% - 100px);
    max-width: 1360px;
    font-size: 16px;
    line-height: 2
}

@media screen and (max-width:768px) {
    .quality .content {
        width: 90%
    }
}

.quality .content ul {
    padding-left: 20px
}

.quality .list_img {
    display: block
}

.quality .list_img img {
    display: block
}

@media screen and (max-width:768px) {
    .quality .list_img img {
        width: 100%
    }
}

.honor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto
}

@media screen and (max-width:768px) {
    .honor {
        margin: 40px auto
    }
}

.honor .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.honor .content>.img_box {
    margin-top: 50px;
    width: 30%;
    max-width: 320px;
    padding: 1%;
    border: 1px solid #0a7bc7;
    transition: .2s all
}

.honor .content>.img_box:hover {
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.honor .content>.img_box>img {
    width: 100%;
    transition: .5s all
}

@media screen and (max-width:480px) {
    .honor .content {
        justify-content: center
    }

    .honor .content>.img_box {
        width: 100%
    }
}

.research {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0
}

.research .content {
    max-width: 1360px;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.research .content .el {
    width: calc(25% - 15px);
    margin-top: 20px;
    position: relative
}

.research .content .el:hover .word_box {
    height: calc(100% + 10px)
}

.research .content .el img {
    width: 100%
}

.research .content .el .word_box {
    background: url(../img/inner_img/aboutc-3.jpg) no-repeat right top #032b72;
    overflow: hidden;
    width: calc(100% + 20px);
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    transition: .5s all;
    padding: 0 30px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.research .content .el .word_box .title {
    font-size: 24px;
    color: white
}

.research .content .el .word_box .content {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: white
}

.sales {
    width: calc(100%);
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.sales .img_box {
    width: 50%;
    max-width: 100%
}

.sales .word_box {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 50%;
    font-size: 18px;
    color: #666;
    font-weight: 700;
    line-height: 1.5
}

.news_list {
    min-height: 300px;
    padding-bottom: 100px
}

@media screen and (max-width:768px) {
    .news_list {
        padding-bottom: 40px
    }
}

.news_list .el {
    padding: 40px 0;
    border-bottom: 1px dashed #c9c9c9;
    display: flex
}

.news_list .el .date {
    width: 120px;
    border-right: 1px solid #d4d4d4
}

.news_list .el .date .day {
    font-size: 36px;
    line-height: 1.2;
    color: #1d1d1d
}

.news_list .el .date .y-m {
    font-size: 18px;
    line-height: 1.66666667;
    color: #999
}

.news_list .el .word_box {
    width: calc(100% - 200px);
    padding-left: 40px
}

.news_list .el .word_box .title {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    transition: .5s all;
    color: #363636
}

.news_list .el .word_box .title:hover {
    color: #0098b4
}

.news_list .el .word_box .content {
    font-size: 16px;
    line-height: 24px;
    color: #999
}

@media screen and (max-width:600px) {
    .news_list .el {
        padding: 20px 0;
        flex-wrap: wrap
    }

    .news_list .el .date {
        width: 100%;
        border-right: none
    }

    .news_list .el .date .day {
        font-size: 24px;
        line-height: 1.2;
        color: #1d1d1d
    }

    .news_list .el .date .y-m {
        font-size: 16px;
        line-height: 1.66666667;
        color: #999
    }

    .news_list .el .word_box {
        width: 100%;
        padding-left: 0
    }

    .news_list .el .word_box .title {
        font-size: 18px;
        font-weight: normal;
        line-height: 32px
    }
}

.order_btm {
    margin-top: 50px
}

.order_btm .btm_tel {
    padding: 20px 0
}

.order_btm .btm_tel .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border: 1px solid #0068a8;
    border-radius: 0 15px 0 15px;
    transition: all .36s;
    color: #0068a8;
    margin-right: 30px
}

.order_btm .btm_tel .iconfont p {
    margin-left: 10px
}

.order_btm .btm_tel .iconfont:hover {
    color: #fff;
    background-color: #0068a8
}

.order_btm .btm_tel a {
    font-size: 20px;
    color: #333;
    transition: all .36s
}

.order_btm .btm_tel a:hover {
    color: #0068a8
}

.hide {
    display: none !important
}

.sidebar {
    width: 320px;
    background: linear-gradient(87deg, #0098b4, #0157a4);
    border-radius: 10px 10px 0 0;
    padding: 2px;
    padding-bottom: 6px
}

.sidebar>.title {
    padding: 10px;
    font-size: 22px;
    font-family: CenturyGothic;
    font-weight: bold;
    color: #fff;
    line-height: 30px
}

.sidebar>.title>i {
    margin: 0 10px
}

.sidebar>.content {
    width: 100%;
    background-color: white
}

.sidebar>.content>.box_lv1>.box_namelv1 {
    padding: 15px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.11)
}

.sidebar>.content>.box_lv1>.box_namelv1>.name_lv1 {
    display: block;
    font-size: 18px;
    font-family: "DengXian";
    font-weight: bold;
    color: #000;
    line-height: 30px;
    -webkit-line-clamp: 2;
    width: calc(100% - 40px)
}

.sidebar>.content>.box_lv1>.box_namelv1>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    transform: rotate(180deg);
    transition: .5s all
}

.sidebar>.content>.box_lv1>.box_namelv1>i.active {
    transform: rotate(270deg);
    color: #024e9c
}

.sidebar>.content>.box_lv1>.box_namelv1>i:hover {
    cursor: pointer;
    color: #024e9c
}

.sidebar>.content>.box_lv1>.box_lv2 {
    overflow: hidden;
    display: none
}

.sidebar>.content>.box_lv1>.box_lv2.active {
    display: block
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2 {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background-color: #f7f7f7;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2.active>.icon_box>.i_height {
    height: 3px
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.name_lv2 {
    display: block;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #666;
    line-height: 25px;
    width: calc(100% - 40px);
    transition: .5s all
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.name_lv2:hover {
    color: #024e9c
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.name_lv2.active {
    color: #024e9c
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.icon_box:hover {
    cursor: pointer
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.icon_box>.i_height {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .5s all
}

.sidebar>.content>.box_lv1>.box_lv2>.box_namelv2>.icon_box>.i_height>i {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    overflow: hidden
}

.sidebar>.content>.box_lv1>.box_lv2>.box_lv3 {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: .5s all
}

.sidebar>.content>.box_lv1>.box_lv2>.box_lv3.active {
    display: block;
    padding: 15px;
    max-height: 1000px
}

.sidebar>.content>.box_lv1>.box_lv2>.box_lv3>.name_lv3 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: bold;
    color: #525252;
    line-height: 32px;
    transition: .5s all
}

.sidebar>.content>.box_lv1>.box_lv2>.box_lv3>.name_lv3>i {
    margin-right: 5px
}

.sidebar>.content>.box_lv1>.box_lv2>.box_lv3>.name_lv3:hover {
    color: #024e9c
}

.google_map {
    width: 100%
}

.google_map>.words {
    font-family: "Poppins-Regular";
    max-width: 1200px;
    margin: 10px auto 20px;
    text-align: center
}

.google_map iframe {
    display: block !important;
    width: 100%;
    height: 500px;
    background-color: rgba(4, 129, 207, 0.548)
}

@media screen and (max-width:768px) {
    .google_map iframe {
        height: 400px
    }
}

@media screen and (max-width:480px) {
    .google_map iframe {
        height: 250px
    }
}

.overflow_x {
    overflow-x: auto;
    width: 100%
}

@media screen and (max-width:1366px) {
    .p2_different>.content>.el>.img_box>.hover_word_box>li>a {
        line-height: 24px
    }
}

.search-btns {
    margin-bottom: 30px;
    flex-wrap: wrap
}

.search-btns a {
    font-size: 20px;
    display: inline-block;
    width: 220px;
    margin: 0 10px;
    background: #f0f0f0;
    color: #323232;
    padding: 10px 0;
    text-align: center;
    border: none;
    cursor: pointer
}

.search-btns a.active {
    background: #024e9c;
    color: #fff
}

.faqItem_box .faq_item {
    padding-bottom: 16px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 27px
}

.faqItem_box .faq_item .item_q p {
    font-size: 18px;
    line-height: 32px;
    color: #221815;
    font-weight: 700
}

.faqItem_box .faq_item .item_a {
    padding-top: 5px
}

.faqItem_box .faq_item .item_a p {
    font-size: 16px;
    color: #545454;
    line-height: 1.8
}

.faqItem_box .faq_item .item_q,
.faqItem_box .faq_item .item_a {
    position: relative;
    padding-left: 30px
}

.faqItem_box .faq_item .item_q i,
.faqItem_box .faq_item .item_a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #221815;
    line-height: 32px;
    font-weight: 700;
    font-style: normal
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em
}

.sep-resource-list .sep-datalist>li.nothumb {
    padding-left: 10px
}

.sep-resource-list .sep-datalist>li.nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li .thumb img {
    max-width: 100%;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list .sep-datalist>li .title:hover {
    color: #0068a8
}

.sep-resource-list .sep-datalist>li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all
}

.sep-resource-list .sep-datalist>li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list .sep-datalist>li .btn-read {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.sep-resource-list-nothumb .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 120px;
    padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    display: none
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
    max-width: 100%;
    height: 90px;
    display: none;
    border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
    color: #0068a8
}

.sep-resource-list-nothumb .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px;
    display: none
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    height: 160px;
    line-height: 159px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 1.5em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
    text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
    color: #0068a8
}

.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

.sep-pagination {
    text-align: center
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
    padding: 3px 10px;
    color: #333
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
    border-color: #00588f;
    background: #0068a8;
    color: #fff
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
    padding-left: 10px;
    min-height: auto;
    padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img:hover {
    transform: scale(1.1)
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
    color: #0068a8
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
    display: block;
    color: #666;
    line-height: 1.5em
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.sep-resource-list {
    display: block
}

.sep-resource-list .sep-datalist li.pdf-item {
    border-bottom: dotted 1px #ddd;
    position: relative;
    padding: 15px 10px 50px 0;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist li.pdf-item div {
    display: flex;
    width: 100%;
    max-width: 50%;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    padding: 20px 10px
}

.sep-pagination li a:hover {
    background-color: #0068a8;
    color: white !important
}

.sep-resource-list-nothumb .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 120px;
    padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    display: none
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
    max-width: 100%;
    height: 90px;
    display: none;
    border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
    color: #0068a8
}

.sep-resource-list-nothumb .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px;
    display: none
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    height: 160px;
    line-height: 159px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 1.5em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
    text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
    color: #0068a8
}

.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

.sep-pagination {
    text-align: center;
    display: flex;
    justify-content: center
}

.sep-pagination .pagination {
    display: flex;
    margin: 20px auto 0
}

.sep-pagination .pagination li {
    display: inline-flex
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 5px 10px
}

.sep-pagination .pagination li a:hover {
    color: #0068a8;
    text-decoration: underline
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
    border-color: #00588f;
    background: #0068a8;
    color: #fff
}

.receiver_btn_group {
    display: flex;
    flex-wrap: wrap
}

.receiver_btn_group a {
    opacity: .8;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    background-color: #0068a8;
    color: white;
    font-size: 16px;
    margin-top: 20px
}

.receiver_btn_group a:hover {
    opacity: 1;
    background-color: #029ab8
}

.sep-resource-list .sep-datalist li.pdf-item div {
    max-width: inherit
}

.sep-resource-list .sep-datalist li.pdf-item div .titles-a i {
    margin-right: 10px
}

.sep-resource-list .sep-datalist li.pdf-item div a {
    color: #333
}

.sep-resource-list .sep-datalist li.pdf-item div a:hover {
    color: #0068a8
}

.sep-header {
    width: 100%;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: #e6e6e6 1px solid;
    height: 150px;
    position: fixed;
    z-index: 99;
    transition: .5s all;
    top: 0
}

.sep-header.onepage>.line1>.left {
    display: flex
}

.sep-header.onepage>.line1>.left>a {
    color: #f3f3f3
}

.sep-header.onepage>.line1>.left>a i {
    color: #61abf5
}

.sep-header.onepage>.line1>.right {
    color: #fcfcfc
}

.sep-header.onepage>.line2>.words>.link_box>a {
    color: white
}

.sep-header.active {
    height: 90px;
    background-color: white
}

.sep-header.active>.line1 {
    max-height: 0;
    overflow: hidden
}

.sep-header.active>.line1>.left {
    display: flex
}

.sep-header.active>.line1>.left>a {
    color: #424242
}

.sep-header.active>.line1>.right {
    color: #424242
}

.sep-header.active>.line2>.words>.link_box>a {
    color: #3d3d3d
}

.sep-header.active .dropdown_phone {
    top: 88px
}

.sep-header>.line1 {
    transition: .5s all;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-height: 60px;
    align-items: center
}

.sep-header>.line1>.left {
    display: flex
}

.sep-header>.line1>.left>a {
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: #333;
    line-height: 60px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    transition: .5s all
}

.sep-header>.line1>.left>a:hover {
    color: #00558c
}

.sep-header>.line1>.left>a>i {
    color: #024e9c;
    margin-right: 5px
}

.sep-header>.line1>.right {
    font-family: "DengXian"
}

.sep-header>.line1>.right .language {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px
}

.sep-header>.line1>.right .language .text {
    color: #333
}

.sep-header>.line1>.right .language:hover .fix {
    opacity: 1;
    display: block
}

.sep-header>.line1>.right .language .fa {
    margin-left: 1px;
    color: #333
}

.sep-header>.line1>.right .language .fix {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    width: 236px;
    text-align: left;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.sep-header>.line1>.right .language .fix li {
    padding: 13px 17px;
    background: #fff;
    line-height: normal
}

.sep-header>.line1>.right .language .fix li a {
    font-size: 16px;
    color: #6d6d6d;
    margin: 0 5px
}

.sep-header>.line2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.sep-header>.line2>.words {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px
}

.sep-header>.line2>.words>.link_box {
    height: 100%;
    display: flex;
    align-items: center
}

.sep-header>.line2>.words>.link_box .has_son {
    position: absolute;
    padding: 35px 20px;
    top: 100%;
    min-width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: rotateX(90deg) skewX(10deg) translateX(-50%);
    left: 50%;
    transition: all .36s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 17px 38px 0 rgba(0, 0, 0, 0.1)
}

.sep-header>.line2>.words>.link_box .has_son a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    line-height: 30px;
    transition: all .36s ease;
    white-space: nowrap
}

.sep-header>.line2>.words>.link_box .has_son a:hover {
    color: #024e9c
}

.sep-header>.line2>.words>.link_box.native>a {
    background-color: #0068a8;
    color: #fff
}

.sep-header>.line2>.words>.link_box.native>a::after {
    width: 100%
}

.sep-header>.line2>.words>.link_box:hover .has_son {
    transform: rotate(0) translateX(-50%);
    opacity: 1;
    visibility: inherit
}

.sep-header>.line2>.words>.link_box:hover #dropdown1 {
    max-height: 550px;
    padding: 0 0 40px
}

.sep-header>.line2>.words>.link_box:hover>a:hover {
    background-color: #0068a8;
    color: #fff
}

.sep-header>.line2>.words>.link_box:hover>a:hover::after {
    width: 100%
}

.sep-header>.line2>.words>.link_box>a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "DengXian-Bold";
    line-height: 26px;
    display: inline-block;
    position: relative
}

.sep-header>.line2>.words>.link_box>a:hover {
    background-color: #0068a8;
    color: #fff
}

.sep-header>.line2>.words>.link_box>a:hover::after {
    width: 100%
}

.sep-header>.line2>.words>.link_box>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    transition: all .36s;
    width: 0;
    height: 2px;
    background-color: #0068a8;
    left: 50%;
    transform: translateX(-50%)
}

.sep-header>.line2>.words>.link_box #dropdown1 {
    display: flex;
    position: absolute;
    max-height: 0;
    width: 100%;
    left: 0;
    top: 150px;
    transition: .5s all;
    padding-bottom: 0;
    overflow: hidden
}

.sep-header>.line2>.words>.link_box #dropdown1.active {
    top: 90px
}

.sep-header>.line2>.words>.link_box #dropdown1>.left {
    width: 36%;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
    padding: 24px;
    box-sizing: border-box
}

.sep-header>.line2>.words>.link_box #dropdown1>.left>.d1_title2 {
    margin-left: auto;
    max-width: 380px;
    width: 80%;
    height: 100px;
    margin-top: 24px;
    background: rgba(0, 0, 0, 0.301);
    font-size: 20px;
    font-family: "DengXian";
    color: #fff;
    line-height: 30px;
    padding: 0 40px;
    display: flex;
    align-items: center
}

.sep-header>.line2>.words>.link_box #dropdown1>.left>.d1_title2.active {
    background: linear-gradient(87deg, #0098b4, #0157a4)
}

.sep-header>.line2>.words>.link_box #dropdown1>.right {
    width: 64%;
    background: #f7f7f7;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07)
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box {
    width: 100%;
    max-width: 1080px;
    margin-bottom: 20px;
    height: 400px;
    position: relative;
    padding: 50px 0 20px 0
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group {
    transition: .5s all;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-y: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    z-index: 1;
    opacity: 0;
    align-items: baseline
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group.active {
    opacity: 1;
    z-index: 5;
    position: relative
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el {
    width: 23%;
    max-width: 240px;
    margin-bottom: 20px;
    text-align: center
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.img_box {
    display: flex;
    overflow: hidden
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.img_box>img {
    transition: .5s all;
    height: 280px;
    object-fit: cover;
    width: 100%
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.img_box>img:hover {
    transform: scale(1.2)
}

.sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.imgname {
    text-align: center;
    font-size: 18px;
    font-family: "DengXian-Bold";
    font-weight: bold;
    line-height: 24px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:1366px) {
    .sep-header>.line2>.words>.link_box #dropdown1>.left {
        width: 20%
    }

    .sep-header>.line2>.words>.link_box #dropdown1>.left>.d1_title2 {
        margin-left: auto;
        height: 80px;
        font-size: 16px;
        font-family: "DengXian";
        color: #fff;
        line-height: 24px;
        padding: 0 20px
    }

    .sep-header>.line2>.words>.link_box #dropdown1>.left>.d1_title2.active {
        background: linear-gradient(87deg, #0098b4, #0157a4)
    }

    .sep-header>.line2>.words>.link_box #dropdown1>.right {
        width: 80%
    }

    .sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.img_box>img {
        height: 160px
    }

    .sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.imgname {
        height: 70px;
        font-size: 16px;
        line-height: 20px
    }
}

.sep-header>.line2>.end {
    display: flex;
    align-items: center
}

.sep-header>.line2>.end .mp_language {
    display: none
}

.sep-header>.line2>.end .mp_language .language {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px
}

.sep-header>.line2>.end .mp_language .language .text {
    color: #333
}

.sep-header>.line2>.end .mp_language .language:hover .fix {
    opacity: 1;
    display: block
}

.sep-header>.line2>.end .mp_language .language .fa {
    margin-left: 1px;
    color: #333
}

.sep-header>.line2>.end .mp_language .language .fix {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    width: 236px;
    text-align: left;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.sep-header>.line2>.end .mp_language .language .fix li {
    padding: 13px 17px;
    background: #fff;
    line-height: normal
}

.sep-header>.line2>.end .mp_language .language .fix li a {
    font-size: 16px;
    color: #6d6d6d;
    margin: 0 5px
}

.sep-header>.line2>.end>.search {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #024e9c;
    border-radius: 3px;
    color: white;
    cursor: pointer
}

@media screen and (max-width:1280px) {

    .sep-header>.line1,
    .sep-header>.line2 {
        padding: 0 50px
    }

    .sep-header>.line2 {
        width: 100%
    }

    .sep-header>.line2>.logo {
        width: 15%;
        max-width: 160px;
        display: flex;
        align-items: center
    }

    .sep-header>.line2>.logo>img {
        width: 100%
    }

    .sep-header>.line2>.words {
        width: 80%;
        justify-content: space-evenly
    }

    .sep-header>.line2>.words>.link_box {
        height: 100%
    }

    .sep-header>.line2>.words>.link_box>a {
        white-space: nowrap
    }

    .sep-header>.line2>.words>.link_box:nth-child(1) {
        display: none
    }

    .sep-header>.line2>.end {
        display: flex;
        align-items: center
    }

    .sep-header>.line2>.end>.language>i {
        display: inline-block;
        transform: scale(.6);
        color: #024e9c
    }

    .sep-header>.line2>.end>.search {
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #024e9c;
        border-radius: 3px;
        color: white;
        cursor: pointer
    }
}

@media screen and (max-width:768px) {
    .sep-header {
        height: 112px
    }

    .sep-header>.line1,
    .sep-header>.line2 {
        padding: 0 5%
    }

    .sep-header>.line1 {
        transition: .5s all;
        display: none;
        justify-content: flex-end;
        max-height: 24px;
        background-color: #ededed;
        position: relative;
        height: 24px
    }

    .sep-header>.line1>.left {
        display: flex
    }

    .sep-header>.line1>.left .tel {
        display: none
    }

    .sep-header>.line1>.left .email {
        position: absolute;
        right: 0;
        line-height: 24px;
        margin-right: 0;
        width: 110px;
        height: 24px;
        background: linear-gradient(87deg, #0098b4, #0157a4);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sep-header>.line1>.left .email i {
        margin-right: 0;
        color: white
    }

    .sep-header>.line1>.left .email span {
        display: none
    }

    .sep-header>.line2 {
        width: 100%;
        height: 88px;
        background-color: white;
        margin-top: 0
    }

    .sep-header>.line2>.logo {
        width: 40%;
        max-width: 160px;
        display: flex;
        align-items: center
    }

    .sep-header>.line2>.logo>img {
        width: 100%
    }

    .sep-header>.line2>.words {
        display: none
    }

    .sep-header>.line2>.end {
        display: flex;
        align-items: center
    }

    .sep-header>.line2>.end>.search {
        margin-right: 20px
    }
}

.mb_click {
    font-size: 24px;
    display: none !important;
    min-width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    background-color: transparent;
    color: #0068a8
}

.mb_click.active {
    color: #029ab8
}

@media screen and (max-width:768px) {
    .phone_email {
        display: flex
    }

    .mb_click {
        display: flex !important
    }

    .sep-header>.line1>.right {
        display: none
    }

    .sep-header>.line2>.end .mp_language {
        display: block
    }
}

.dropdown_phone {
    transform: translate(-100%);
    z-index: 99;
    position: fixed;
    top: 112px;
    width: 100%;
    transition: .5s all;
    flex-direction: column;
    background-color: white
}

.dropdown_phone.active {
    transform: translate(0)
}

.dropdown_phone .phone_a_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.dropdown_phone .phone_a_box>a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    min-height: 40px;
    font-size: 18px;
    color: #333;
    width: calc(100% - 60px);
    font-weight: 600
}

.dropdown_phone .phone_a_box>a:hover {
    cursor: pointer;
    text-decoration: underline
}

.dropdown_phone .phone_a_box i {
    color: #333;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transform: rotate(-90deg);
    transition: .5s all;
    cursor: pointer
}

.dropdown_phone .phone_a_box i.active {
    transform: rotate(0)
}

.dropdown_phone .phone_a_box .next_link_box {
    display: none;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.dropdown_phone .phone_a_box .next_link_box a {
    background-color: rgba(240, 240, 240, 0.678);
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 36px;
    font-size: 16px;
    color: #333;
    width: calc(100% - 0px)
}

.dropdown_phone .phone_a_box .next_link_box a:hover {
    color: #0068a8
}

.dropdown_phone .phone_a_box.phone_a_box_products>i {
    transform: scale(1.2);
    transition: .5s all
}

.dropdown_phone .phone_a_box.phone_a_box_products>i:hover {
    transform: scale(1.2) translate(10%)
}

.dropdown_phone .phone_a_box.last_email {
    background-color: #0068a8
}

.dropdown_phone .phone_a_box.last_email>a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.dropdown_phone .phone_a_box.last_email>a i {
    color: white;
    transform: none;
    font-size: 24px
}

@media screen and (max-width:414px) {
    .dropdown_phone .phone_a_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .dropdown_phone .phone_a_box>a {
        display: flex;
        align-items: center;
        padding: 0 3%;
        min-height: 40px;
        width: calc(100% - 60px);
        height: auto
    }

    .dropdown_phone .phone_a_box>a:hover {
        cursor: pointer;
        color: #0068a8;
        text-decoration: underline
    }

    .dropdown_phone .phone_a_box i {
        display: flex;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        transform: rotate(-90deg);
        transition: .5s all;
        cursor: pointer
    }

    .dropdown_phone .phone_a_box i.active {
        transform: rotate(0)
    }

    .dropdown_phone .phone_a_box .next_link_box {
        display: none;
        width: 100%;
        padding-bottom: 10px
    }

    .dropdown_phone .phone_a_box .next_link_box a {
        display: flex;
        align-items: center;
        padding: 5px 20px;
        min-height: 30px;
        height: auto;
        margin-bottom: 0;
        width: calc(100% - 0px)
    }

    .dropdown_phone .phone_a_box.phone_a_box_products>i {
        transform: scale(1.2);
        transition: .5s all
    }

    .dropdown_phone .phone_a_box.phone_a_box_products>i:hover {
        transform: scale(1.2) translate(10%)
    }
}

.sep-footer {
    width: 100%;
    background-color: #1a1a1a;
    padding-top: 120px
}

.sep-footer .top {
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: 'AdobeGothicStd';
    color: #fff;
    line-height: 30px;
    border-bottom: solid 1px #333;
    padding-bottom: 10px
}

.sep-footer .top>a {
    position: relative;
    display: block;
    font-weight: bold !important
}

.sep-footer .top>a>.line {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #024e9c
}

@media screen and (max-width:768px) {
    .sep-footer .top>a>.line {
        bottom: -12px
    }
}

.sep-footer .top>a>.line2 {
    position: absolute;
    background-color: white;
    bottom: -31px;
    left: 0;
    width: calc(70%);
    height: 1px;
    display: none
}

@media screen and (max-width:1024px) {
    .sep-footer .top {
        font-size: 20px
    }
}

.sep-footer>.content {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    display: flex
}

.sep-footer>.content>div .link_box {
    margin-top: 15px
}

.sep-footer>.content>div a {
    display: block;
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0
}

@media screen and (max-width:768px) {
    .sep-footer>.content>div a {
        margin: 0;
        padding: 5px 0
    }
}

.sep-footer>.content .left {
    width: 38%
}

.sep-footer>.content .mid {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start
}

.sep-footer>.content .mid .link_box {
    height: 170px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.sep-footer>.content .mid .link_box a {
    margin-right: 20px
}

.sep-footer>.content .right {
    width: 12%
}

@media screen and (max-width:768px) {
    .sep-footer>.content {
        flex-wrap: wrap;
        justify-content: center
    }

    .sep-footer>.content .left,
    .sep-footer>.content .right,
    .sep-footer>.content .mid {
        width: 100%;
        max-width: 550px;
        margin-bottom: 20px;
        position: relative;
        height: auto
    }

    .sep-footer>.content .left .link_box,
    .sep-footer>.content .right .link_box,
    .sep-footer>.content .mid .link_box {
        display: none;
        height: auto
    }
}

.sep-footer .contact-way {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #262626;
    display: flex;
    padding: 30px 0;
    margin-top: 40px
}

.sep-footer .contact-way>div {
    box-sizing: border-box
}

.sep-footer .contact-way>div .name i {
    font-size: 20px;
    color: #117ff0;
    margin-right: 20px
}

.sep-footer .contact-way>div .name span {
    font-size: 20px;
    font-family: "AdobeGothicStd";
    font-weight: bold;
    color: #fff;
    line-height: 30px
}

@media screen and (max-width:768px) {
    .sep-footer .contact-way>div .name span {
        font-size: 18px
    }
}

.sep-footer .contact-way .email {
    width: 35%
}

.sep-footer .contact-way .email>.name {
    margin-left: 15%
}

.sep-footer .contact-way .email>a {
    padding-left: calc(15% + 40px);
    display: block;
    margin-top: 20px
}

@media screen and (max-width:1280px) {
    .sep-footer .contact-way .email>a {
        padding-left: 0
    }

    .sep-footer .contact-way .email>.name {
        margin-left: 0
    }
}

.sep-footer .contact-way .adress {
    width: 40%;
    border-left: solid 1px rgba(255, 255, 255, 0.199);
    border-right: solid 1px rgba(255, 255, 255, 0.199);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%
}

.sep-footer .contact-way .adress>a {
    margin-left: 40px
}

@media screen and (max-width:1280px) {
    .sep-footer .contact-way .adress {
        border: none;
        width: 35%;
        padding: 0
    }

    .sep-footer .contact-way .adress>a {
        margin-left: 0
    }

    .sep-footer .contact-way .adress>.name {
        margin-left: 0
    }
}

.sep-footer .contact-way .phone {
    width: 25%
}

.sep-footer .contact-way .phone>.name {
    margin-left: 15%
}

.sep-footer .contact-way .phone .titles {
    padding-left: 40px;
    color: #fff
}

.sep-footer .contact-way .phone .titles>a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 2px
}

@media screen and (max-width:1280px) {
    .sep-footer .contact-way .phone {
        width: 30%
    }

    .sep-footer .contact-way .phone .titles {
        padding-left: 0
    }

    .sep-footer .contact-way .phone>a {
        padding-left: 0
    }

    .sep-footer .contact-way .phone>.name {
        margin-left: 0
    }
}

@media screen and (max-width:1280px) {
    .sep-footer .contact-way {
        padding-left: 40px
    }
}

@media screen and (max-width:768px) {
    .sep-footer .contact-way {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #1a1a1a;
        margin-bottom: 20px
    }

    .sep-footer .contact-way>div {
        width: 100% !important;
        max-width: 550px;
        margin: 10px 0 !important
    }

    .sep-footer .contact-way>div>a {
        padding-left: 40px !important;
        margin-top: 20px !important
    }
}

.sep-footer>.last {
    max-width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0
}

.sep-footer>.last .left {
    font-size: 16px;
    font-family: "DengXian";
    font-weight: 400;
    color: rgba(255, 255, 255, 0.801);
    line-height: 24px;
    display: flex
}

.sep-footer>.last .left>div {
    margin-right: 40px
}

.sep-footer>.last .right {
    width: 220px;
    display: flex;
    justify-content: space-between
}

.sep-footer>.last .right>a {
    display: block
}

.sep-footer>.last .right>a>i {
    font-size: 24px
}

@media screen and (max-width:768px) {
    .sep-footer>.last {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .sep-footer>.last .left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        max-width: 550px
    }

    .sep-footer>.last .left>div {
        margin-right: 0
    }

    .sep-footer>.last .right {
        width: 100%;
        max-width: 550px;
        justify-content: center;
        padding: 15px 0
    }

    .sep-footer>.last .right i {
        margin: 0 5px
    }
}

@media screen and (max-width:1366px) {
    .sep-footer {
        padding: 100px 50px 0
    }
}

@media screen and (max-width:768px) {
    .sep-footer {
        padding: 50px 5% 0
    }

    .sep-footer>.last {
        margin-bottom: 50px
    }
}

.foot_img {
    background: url(../img/index/footer_bg1.png);
    background-size: cover;
    background-position-x: 50%;
    background-repeat: no-repeat
}

.foot_img>.top {
    border-bottom: solid 1px transparent
}

.foot_img>.top>a {
    transition: .5s all
}

.foot_img>.top>a>.line {
    background-color: white
}

.foot_img>.top>a>.line2 {
    display: block
}

.foot_img>.top>a:hover {
    color: #00d6fc
}

.foot_img>.content>div>a {
    color: rgba(255, 255, 255, 0.555);
    transition: .5s all
}

.foot_img>.content>div>a:hover {
    color: #fff
}

.foot_img>.contact-way {
    background-color: rgba(255, 255, 255, 0.1)
}

.foot_img>.contact-way>div>div>i {
    color: white !important
}

.foot_img>.contact-way>div>a {
    color: white
}

.foot_img>.contact-way>div>a:hover {
    text-decoration: underline
}

.foot_img>.last>div>a {
    color: white
}

.foot_img>.last>div>a:hover {
    color: #00d6fc
}

.foot_img>.last>div>a>i {
    transition: .5s all
}

.click_footer {
    display: none
}

@media screen and (max-width:768px) {
    .click_footer {
        display: block
    }
}

.click_footer {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    transform: translate(0, -5px)
}

.click_footer.active i:nth-child(1) {
    opacity: 0
}

.click_footer.active i:nth-child(2) {
    opacity: 1
}

.click_footer i {
    font-size: 20px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s all
}

.click_footer i:nth-child(1) {
    opacity: 1
}

.click_footer i:nth-child(2) {
    opacity: 0
}

.search_none {
    top: 0;
    right: 0;
    position: fixed;
    transition: .5s all;
    width: 0;
    height: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.486);
    display: flex;
    justify-content: center;
    align-items: center
}

.search_none .search_box {
    width: 100%;
    max-width: 500px;
    height: 100px;
    border-radius: 20px;
    background-color: rgba(225, 240, 240, 0.596);
    padding: 0 40px;
    align-items: center;
    position: relative;
    display: none
}

.search_none .search_box input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    padding: 0 50px 0 10px;
    font-size: 16px
}

.search_none .search_box ::placeholder {
    color: rgba(117, 117, 117, 0.493)
}

.search_none .search_box #search_click {
    color: #272925;
    z-index: 1001;
    position: absolute;
    right: 50px;
    border: none;
    background-color: transparent
}

.search_none .search_box #search_click i {
    display: block;
    font-size: 30px;
    color: turquoise;
    transition: .3s all
}

.search_none .search_box #search_click:hover {
    cursor: pointer
}

.search_none .search_box #search_click:hover i {
    transform: scale(1.2)
}

.search_none .search_box #search_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%, -100%);
    transition: .3s all
}

.search_none .search_box #search_close i {
    font-size: 22px;
    color: rgba(252, 0, 0, 0.678);
    transition: .3s all
}

.search_none .search_box #search_close:hover {
    cursor: pointer;
    background-color: rgba(245, 245, 245, 0.253)
}

.search_none .search_box #search_close:hover i {
    color: #f75353
}

.search_none.search_true {
    height: 100%;
    width: 100%
}

.search_none.search_true .search_box {
    display: flex
}

.foot_sider01 {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 7;
    transition: .5s all
}

.foot_sider01 .el {
    border-top: 1px solid white;
    position: relative;
    color: white
}

.foot_sider01 .el:hover .cent {
    transform: none
}

.foot_sider01 .el:hover .img_box {
    padding: 5px;
    width: 100px;
    height: 100px
}

.foot_sider01 .el a {
    background-color: #0068a8;
    position: relative;
    z-index: 5;
    transition: .5s all
}

.foot_sider01 .el a i {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: .5s all;
    color: white;
    font-size: 32px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0068a8
}

.foot_sider01 .el .cent {
    background-color: #0068a8;
    position: absolute;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Gilroy';
    white-space: nowrap;
    padding: 0 10px;
    top: 0;
    height: 50px;
    right: 100%;
    transform: translate(100%);
    transition: .5s all;
    z-index: 1;
    color: white
}

.foot_sider01 .el .img_box {
    position: absolute;
    right: 100%;
    overflow: hidden;
    top: 50%;
    transition: .5s all;
    transform: translate(-10%, -50%);
    width: 0;
    height: 0
}

.foot_sider01 .el .img_box img {
    background-color: white;
    padding: 5px;
    width: 100%;
    border-radius: 5px
}

.foot_sider01 .el.foot_sider_last {
    overflow: hidden;
    transition: .5s all;
    max-height: 50px;
    cursor: pointer
}

.foot_sider01 .el.foot_sider_last i {
    transform: rotate(180deg);
    font-size: 24px
}

.foot_sider01 .el.no_other:hover a i {
    background-color: #029ab8
}

.foot_sider01 .el.last_hide {
    max-height: 0;
    border-top: transparent 0 solid
}

.foot_sider01 .el.to_right i {
    font-size: 24px
}

.foot_sider01.in_right {
    transform: translate(50px)
}

.foot_sider01.in_right .to_right {
    transform: translate(-20px)
}

.foot_sider01.in_right .to_right i {
    width: 20px;
    transform: rotateY(180deg)
}

.foot_sider01 .el:nth-child(1) {
    border-top: none;
    transition: .5s all
}

@media screen and (max-width:768px) {
    .foot_sider01 {
        left: 0;
        bottom: 0;
        height: 50px;
        width: 100%;
        display: flex
    }

    .foot_sider01 .el {
        width: 100%;
        border-top: transparent 0 solid
    }

    .foot_sider01 .el .cent {
        display: none
    }

    .foot_sider01 .el a {
        width: 100%
    }

    .foot_sider01 .el a i {
        width: 100%
    }

    .foot_sider01 .el.last_hide {
        max-height: none
    }

    .foot_sider01 .el:nth-child(1) {
        display: none
    }
}

@media screen and (max-width:1440px) {
    .sep-header>.line2>.words>.link_box #dropdown1>.right>.els-box>.els-group .el>.imgname {
        font-size: 16px
    }
}