@charset "utf-8";

/*search*/
.head_sear {
    position: relative;
}

.head_sear .btn:after {
    content: "搜索";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: -1;
}

.head_sear .btn {
    padding: 0;
    border: none;
}

.head_sear .btn a {
    margin-right: 0 !important;
}

.head_sear a {
    float: right;
    display: block;
    background-image: url(../images/searchw.svg);
    background-size: 20px 21px;
    background-repeat: no-repeat;
    width: 58px;
    height: 21px;
    cursor: pointer;
}

.head_bg .head_sear a, .head_n .head_sear a {
    background-image: url(../images/searchb.svg);
}

.head_sear .btn #subSearch {
    display: none;
    line-height: 1;
    background: none;
    color: #fff;
    width: 58px;
    text-align: left;
    height: 20px;
    cursor: pointer;
}

.head_sear .btn #subSearch svg {
    vertical-align: top;
}

.head_sear .btn #subSearch {
    color: #999999;
}

.head_bg #subSearch svg path, .head.head_bg .ss .btn #subSearch svg path, .head_n  #subSearch svg path {
    fill: #333;
}

.header .daoh .ss .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

.head_n .srk {
    border-top: 1px solid #DDDDDD;
}

.srk, .f-cb .srk2 {
    display: none;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background: #fff;
    width: 100%;
    top: 130px;
    right: 0;
    height: 0;
    z-index: 99;
}

.srk .serleft, .f-cb .srk .serleft {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    border: none;
    height: 60px;
    line-height: 60px;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.serleft::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本4-18 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本19+ */
.serleft::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

.head .srk .searbut, .f-cb .srk .searbut {
    border: none;
    background-image: url("../images/searchw.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #0D57A7;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 50%;
    outline: 0;
}

/*header*/
.head {
    position: fixed;
    width: 100%;
    height: 130px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    z-index: 99;
}

.head.head_bg {
    background-color: rgba(255, 255, 255, 1);
}

.head .navbox {
    padding-left: 75px;
    padding-right: 75px;
}

.head .navbox .logo {
    float: left;
    width: 200px;
    margin-top: 40px;
}

.head .navbox .logo img:nth-child(2) {
    display: none;
}

.head .headrg {
    width: calc(100% - 200px);
    float: right;
}

.head .headrg .nav_up {
    float: right;
    width: 100%;
    padding-top: 27px;
    text-align: right;
}

.head .headrg .nav_up a {
    padding-left: 30px;
    margin-right: 20px;
    color: #FFFFFF;
    position: relative;
}
.head_bg .headrg .nav_up a:hover,.head_n .headrg .nav_up a:hover {
    color: var(--color-blue);
}
.head .nav_up a.nav_job:before, .head .nav_up a.nav_mall:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.head .nav_up a.nav_job {
    background-image: url(../images/nav_ico_01.svg);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.head .nav_up a.nav_mall {
    background-image: url(../images/nav_ico_02.svg);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.head_bg .nav_up a.nav_job, .head_n .nav_up a.nav_job {
    background-image: url(../images/nav_icoh_01.svg);
}

.head_bg .nav_up a.nav_mall, .head_n .nav_up a.nav_mall {
    background-image: url(../images/nav_icoh_02.svg);
}

.head .headrg .nav_pc {
    float: right;
    margin-top: 10px;
}

.head .headrg ul {
    margin-right: -29px;
}

.head .headrg ul li {
    float: left;
    position: relative;
    z-index: 9;
    padding: 0 29px;
}

.head .headrg ul li .f_a {
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 19px;
}

.head .headrg ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box
}

.head .headrg ul li .s_navbox.nav_pro {
    width: 750px;
    padding: 15px;
    left: -150px;
}

.head .headrg ul li .s_navbox.nav_pro .nav_pro_list {
    width: 20%;
    float: left;
    padding: 5px;
}

.head .headrg ul li .s_navbox.nav_pro .nav_pro_list img {
    border-radius: 6px;
    padding: 12px;
    background-color: #F9F9F9;
}

.head .headrg ul li .s_navbox.nav_pro .nav_pro_list a {
    padding-bottom: 0;
}

.head .headrg ul li .s_navbox .s_a a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.head .headrg ul li .s_navbox .s_a a:before {
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.head .headrg ul li .s_navbox .s_a a:hover {
    color: #fff;
}

.head .headrg ul li .s_navbox .s_a a:hover:before {
    width: 100%;
    left: 0;
    background-color: var(--color-blue);
    color: #fff;
}

.head .headrg ul li .nav_pro .s_a a:before {
    display: none;
}

.head .headrg ul li .nav_pro .s_a a:hover {
    color: var(--color-blue);
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

/*hover*/
.head_bg {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.head_bg .logo img:first-child {
    display: none;
}

.head_bg .navbox .logo img:nth-child(2) {
    display: inline-block;
}

.head.head_bg .headrg ul li .f_a, .head_n .headrg ul li .f_a {
    color: #333;
}

.head.head_bg .nav_up a, .head_n .nav_up a {
    color: #666;
}

.head_n .headrg .nav_up a {
    color: #333;
}

.head_bg .head_sear .btn:after, .head_n .head_sear .btn:after {
    color: #666;
}
.head.head_bg .headrg ul li .f_a:hover, .head_n .headrg ul li .f_a:hover{
    color: var(--color-blue);
}
.head_n .nav_pc li.active a {
    color: var(--color-blue);
}

@media screen and (max-width:1580px) {
    .head .headrg ul {
        margin-right: -20px;
    }

    .head .headrg ul li {
        padding: 0 20px;
    }

}

@media screen and (max-width:1440px) {
    .head .headrg ul {
        margin-right: -16px;
    }

    .head .headrg ul li {
        padding: 0 16px;
    }

}

@media screen and (max-width:1366px) {
    .head .headrg ul {
        margin-right: -12px;
    }

    .head .headrg ul li {
        padding: 0 12px;
    }

}

/*移动端导航*/
@media screen and (max-width:1300px) and (min-width:768px) {
    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        height: 80px;
    }

    .head .navbox {
        padding-left: 30px;
        padding-right: 75px;
    }

    .head .navbox .logo {
        margin-top: 6px;
    }

    .head .nav_pc {
        display: none;
    }

    .m_img {
        display: block;
        right: 12px;
        top: 8px;
        position: fixed;
        overflow: hidden;
        z-index: 99;
    }

    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 56px;
        display: none
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 15px;
        float: right;
        position: relative;
        z-index: 99;
    }

    .m_img .headrg a .m_menuimg {
        height: 30px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        overflow: hidden;
    }

}

@media screen and (max-width:1300px) {
    .m_img .headrg a  img:nth-child(2) {
        display: none;
    }

    .m_img_bg .headrg a img:first-child, .m_page_img .headrg a img:first-child {
        display: none;
    }

    .m_img_bg .headrg a img:nth-child(2), .m_page_img .headrg a img:nth-child(2) {
        display: inline-block;
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav_logo {
        position: fixed;
        left: 15px;
        top: 10px;
        max-width: 50%;
        opacity: 0;
        z-index: 999;
    }

    .m_nav .closeicon {
        position: fixed;
        width: 30px;
        right: 30px;
        top: 30px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 0;
    }

    .m_nav .m_navList {
        position: fixed;
        padding-top: 100px;
        width: 100%;
        right: 0px;
        top: 0px;
        background: #0D2676;
        height: 100%;
        z-index: 100;
        right: -100%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    .m_nav .m_navList ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5)
    }

    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .m_nav .m_navList ul li .m_f_a i.icon {
        background: url(../images/bottom_link_icon_open.svg) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
        cursor: pointer;
    }

    .icon_on {
        background: url(../images/bottom_link_icon.svg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 15px;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

    .m_nav_up {
        display: none;
    }

    .srk, .f-cb .srk2 {
        top: 80px;
    }

}

@media screen and (max-width:991px) {
    .head .nav_pc {
        display: none;
    }

    .m_img {
        height: 80px;
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 60px;
        z-index: 99;
        overflow: hidden;
    }

    .headlf .m_logo {
        display: inline-block;
        height: 60px;
    }

    .headlf .m_logo:nth-child(2) {
        display: none;
    }

    .m_img_bg .headlf .m_logo:first-child {
        display: none;
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10
    }

    .m_img .headlf {
        padding-top: 7px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headrg {
        padding-right: 30px;
        padding-top: 17px;
        float: right;
        position: relative;
        z-index: 99;
    }

    .headrg .m_menuimg {
        display: inline-block;
    }

    .m_nav_up {
        padding-left: 30px;
        padding-top: 30px;
        display: inline-block;
    }

    .m_nav_up a {
        padding-left: 30px;
        margin-right: 20px;
        color: #FFFFFF;
        position: relative;
    }

    .m_nav_up a.nav_job:before {
        content: "";
        width: 1px;
        height: 20px;
        position: absolute;
        top: 0;
        right: -15px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .m_nav_up a.nav_job {
        background-image: url(../images/nav_ico_01.svg);
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .m_nav_up a.nav_mall {
        background-image: url(../images/nav_ico_02.svg);
        background-size: 20px 18px;
        background-repeat: no-repeat;
        background-position: left center;
    }

}

@media screen and (max-width:767px) {
    .head {
        display: none
    }

    .m_img {
        width: 100%;
    }

    .m_img .headlf {
        padding-top: 18px;
        padding-left: 15px;
    }

    .m_page_img .headlf .m_logo:nth-child(1) {
        display: none;
    }

    .m_img_bg .headlf .m_logo:nth-child(2), .m_page_img .headlf .m_logo:nth-child(2) {
        display: inline-block;
    }

    .headlf .m_logo {
        height: 40px;
    }

    .m_nav_logo {
        top: 16px;
    }

    .m_nav .closeicon {
        right: 20px;
        top: 24px;
    }

    .m_img_bg {
        background-color: #fff;
    }

    .m_nav_logo {
        width: 149px;
    }

    .m_img .headrg {
        padding-right: 15px;
        padding-top: 22px
    }

    .m_nav .m_navList {
        width: 100%;
    }

}

/*footer*/
footer {
    background: #0D2676;
}

.foot_up {
    padding-top: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

.foot_up .left img {
    height: 50px;
}

footer .foot_up .btn {
    float: left;
    position: relative;
}

footer .foot_up .btn .icon {
    width: 44px;
    height: 44px;
    background-color: #E3E3E3;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

footer .foot_up .wechat .icon {
    background-image: url(../images/wechat.svg);
}

footer .foot_up .tel .icon {
    background-image: url(../images/phone.svg);
}

footer .foot_up .share .icon {
    background-image: url(../images/share.svg);
}

footer .foot_up .wechat:hover .icon {
    background-image: url(../images/wechat_hover.svg);
}

footer .foot_up .tel:hover .icon {
    background-image: url(../images/phone_hover.svg);
}

footer .foot_up .share:hover .icon {
    background-image: url(../images/share_hover.svg);
}

footer .foot_up .btn .ewm {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 5px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

footer .foot_up .btn:hover .icon {
    background-color: var(--color-blue);
}

footer .foot_up .btn .ewm:after {
    content: '';
    border-top: 5px solid;
}

footer .foot_up .btn:hover .ewm {
    display: inline-block;
    opacity: 1;
    width: 110px;
    height: 110px;
    overflow: visible;
}

.foot_mid {
    padding-top: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

.foot_mid .left {
    padding-right: 30px;
    width: -webkit-calc(100% - 264px);
    width: -moz-calc(100% - 264px);
    width: calc(100% - 264px);
}

.foot_mid .left ul {
    display: flex;
}

.foot_mid .left ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.foot_mid .left ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.foot_mid .left ul li h3 a {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 0;
}

.foot_mid .left ul li a {
    display: block;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 5px;
}

.foot_mid .left ul li a:hover {
    opacity: 1;
}

.foot_mid .right {
    width: 264px;
    display: flex;
}

.foot_mid .right div {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}

.foot_mid .right p {
    color: #FFFFFF;
    padding-top: 8px;
}

.foot_copy {
    padding: 15px 0;
    color: #CCCCCC;
}

.foot_copy a {
    color: #CCCCCC;
}

.foot_copy a:hover {
    color: #fff;
}

.foot_bottom {
    padding: 15px 0;
    background: #0B2168;
    color: rgba(255, 255, 255, 0.3);
}

.foot_bottom a {
    color: rgba(255, 255, 255, 0.3);
    margin-right: 8px;
}

.foot_bottom a:hover {
    color: #fff;
}

.homemess {
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 99;
    width: 48px;
    padding: 15px 12px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.homemess ul li {
    width: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}

.homemess ul li:first-child {
    margin-top: 0;
}

.homemess ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.homtel {
    background-image: url("../images/rico01.svg");
}

.homwechta {
    background-image: url("../images/rico02.svg");
}

.back-top {
    display: none;
}

.navr-tel {
    width: 158px;
    padding: 10px 5px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    color: #333;
    font-size: 18px;
    right: 35px;
    transition: all .4s ease;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
}

.navr-tel a {
    color: #333;
    font-size: 18px;
}

.navr-ewm22 {
    width: 100px;
    padding: 8px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: -33px;
    right: 35px;
    transition: all .4s ease;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.3);
}

.navr-ewm22 img {
    max-width: 100%;
}

.navr-ewm22:before, .navr-tel:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #fff;
    top: 50%;
    margin-top: -10px;
    right: -20px;
}

.homemess ul li:hover .navr-tel {
    visibility: visible;
    opacity: 1;
    right: 47px;
}

.homemess ul li:hover .navr-ewm22 {
    visibility: visible;
    opacity: 1;
    right: 47px;
}

@media screen and (max-width:1279px) {
    .foot_mid .left {
        padding-right: 20px;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .foot_mid .left ul li {
        flex-grow: 0.9;
    }

    .foot_mid .left ul li:first-child {
        flex-grow: 1.1;
    }

    .foot_mid .right {
        width: 100px;
        display: inherit;
    }

    .foot_mid .right div {
        padding-bottom: 15px;
        margin-left: 0
    }

}

@media screen and (max-width:991px) {
    .foot_mid .left {
        padding-right: 20px;
        width: -webkit-calc(100% - 264px);
        width: -moz-calc(100% - 264px);
        width: calc(100% - 264px);
    }

    .foot_mid .left ul li a {
        display: none;
    }

    .foot_mid .left ul li h3 a {
        display: inline-block;
    }

    .foot_mid .left ul {
        display: block;
    }

    .foot_mid .left ul li {
        float: left;
        width: 25%;
    }

    .foot_mid .right {
        width: 264px;
        display: flex;
    }

    .foot_mid .right div {
        margin-left: 10px;
    }

}

@media screen and (max-width:767px) {
    .homemess ul li:first-child, .homemess ul li:nth-child(2) {
        display: none;
    }

    .foot_mid .left {
        width: 100%;
    }

    .foot_mid .right {
        width: 100%;
        text-align: center;
    }

    footer {
        position: relative;
    }

    .homemess {
        position: absolute;
        top: 15px;
        bottom: inherit;
        height: 48px;
        padding: 5px 12px;
    }

    .homemess ul li {
        margin-top: 0;
    }

    .foot_up {
        padding-top: 30px;
    }

    .foot_up .right {
        width: 100%;
        padding-top: 15px;
    }

    .foot_mid {
        padding-bottom: 20px;
    }

    .foot_mid .left ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .foot_mid .left ul li {
        padding: 0 5px;
        width: 33.33%;
    }

    .foot_mid .right {
        padding-top: 15px;
    }

    .foot_mid .right div:first-child {
        margin-left: 0;
    }

    .foot_mid .left ul li h3 a {
        font-size: 16px;
    }

}

@media screen and (max-width:350px) {
    .index_last_down p {
        font-size: 12px;
    }

}

/* 分享 */
.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1111;
    display: none;
}

.share_box {
    position: fixed;
    top: 50%;
    width: 258px;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.share_box .share_list {
    height: 148px;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 0px 0px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.share_box .sub {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
}

.share_box .share_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}

.share-copy {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    padding: 6px 16px;
    color: #FFFFFF;
    z-index: 9999;
}

.weixin {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.copyIcon {
    background: url(../images/msg_icon_link.svg) center center / contain no-repeat;
    width: 20px;
    height: 30px;
    float: left;
}

.copyDesc {
    font-size: 14px;
    padding-left: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
}

.share_list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.share_list li a.share_weixin:before {
    background-position: 0px 0px;
}

.share_list li a.share_qq:before {
    background-position: -100px 0px;
}

.share_list li a.share_ment:before {
    background-position: -50px 0px;
}

.share_list li a.share_tb:before {
    display: block;
    content: "";
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    background-image: url(../images/fxico.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.share_bg {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
}

/*banner*/
.index_ban {
    width: 100%;
    height: 100vh;
}

.index_ban .ban_swiper {
    width: 100%;
    height: 100%;
}
.mo_ban {
    display: none;
}
.pc_ban,.mo_ban {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index_ban_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.index_ban_text .title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.1;
    color: #FFFFFF;
    opacity: 0.7;
}

.index_ban_text .subtitle {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 20px;
    color: #FFFFFF;
}

.index_ban_text p {
    padding-top: 50px;
}

.index_ban_text p a {
    width: 170px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_ban_text p a:nth-child(2) {
    margin-right: 0;
}

.index_ban_text p a.consult {
    background: var(--color-blue);
}

.index_ban_text p a span {
    font-size: 16px;
    background-image: url(../images/index_but_ico_h.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.index_ban_text p a.consult span {
    color: #fff;
    background-image: url(../images/index_but_ico_w.svg);
}

.index_ban_text p a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_ban_text p a:hover {
    background-color: var(--color-bluetwo);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_ban_text p a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_ban_text p a:hover span {
    color: #fff;
    background-image: url(../images/index_but_ico_w.svg);
}

.index_down_line {
    position: absolute;
    bottom: 85px;
    left: 0;
    height: 0;
    width: 100%;
}

.index_down_line .container {
    text-align: center;
}

.index_down_line .index_down_title {
    text-align: center;
    display: inline-block;
}

.index_down_line .index_down_title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    position: relative;
}

.index_down_line .index_down_title h2:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #fff;
    opacity: 0.5;
}

.index_ban_local {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 8;
    overflow: hidden;
}

.index_ban_local .container {
    position: relative;
}

.index_ban_local .container:before {
    content: "";
    height: 1px;
    width: 40%;
    top: 15px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    left: -40%;
}

.index_ban_local .container:after {
    content: "";
    height: 1px;
    width: 40%;
    top: 15px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    right: -40%;
}

.index_ban_local .index_ban_line2 {
    position: relative;
    overflow: hidden;
}

.index_ban_local .index_ban_line2:before, .index_ban_local .index_ban_line2:after {
    content: "";
    height: 1px;
    top: 50%;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
}

.index_ban_local .index_ban_line2:before {
    width: calc(45% - 180px);
    left: 180px;
    display: none;
}

.index_ban_local .index_ban_line2:after {
    width: calc(45% - 180px);
    right: 180px;
}

.index_ban_local .ban-pagination {
    float: left;
    margin-top: 5px;
    width: 45%;
    display: flex;
    align-items: center;
}

.index_ban_local .ban-pagination:after {
    content: "";
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    flex: 1;
}

.index_ban_local .ban-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: none;
    opacity: 1;
    margin: 0 8px;
    position: relative;
}

.index_ban_local .ban-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
}

.index_ban_local .ban-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    background-image: url(../images/quan.svg);
    animation: spin 4s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }

}

.index_ban_local .index_ban_right {
    float: right;
}

.index_ban_local .index_ban_right .num {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    padding-right: 30px;
    color: #FFFFFF;
}

.index_ban_local .index_ban_right .index_ban_button {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 0;
    opacity: 0.5;
}

.index_ban_local .index_ban_right #btn1 {
    background-image: url(../images/left.svg);
    margin-right: 5px;
}

.index_ban_local .index_ban_right #btn2 {
    background-image: url(../images/right.svg);
}

.index_ban_local .index_ban_right .index_ban_button:hover {
    opacity: 1;
}

@media screen and (max-width:1280px) {
    .index_ban_text .subtitle {
        font-size: 42px;
    }

}

@media screen and (max-width:991px) {
    .index_ban_text .subtitle {
        font-size: 38px;
    }

}

@media screen and (max-width:767px) {
    .mo_ban {
        display: block;
    }
    .pc_ban {
        display: none;
    }
    .index_ban_text .title {
        font-size: 16px;
        line-height: 1.2;
    }

    .index_ban_text .subtitle {
        font-size: 24px;
        line-height: 1.4;
        word-break: break-word;
    }
    .index_down_line {
        display: none;
    }
    .index_ban_text p {
        text-align: center;
        display: flex;
        padding-top: 30px;
    }

    .index_ban_text p a {
        width: 140px;
        margin-right: 10px;
        height: 44px;
        line-height: 44px;
    }

    .index_ban_local {
        bottom: 15px;
    }

    .index_ban_local .ban-pagination .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .index_ban_local .index_ban_line2::after {
        display: none;
    }

}
@media screen and (max-width:360px) {
.index_ban_text .subtitle {
    max-width: 94%;
}

}
@media screen and (max-width:320px) {
.index_ban_text .subtitle {
    max-width: 90%;
}

}

/*one*/
.index_title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1.1;
}

.index_title_small {
    font-size: 16px;
    font-weight: 300;
    line-height: 0px;
    color: #999999;
    line-height: 1.2;
    padding-top: 20px;
}

@media screen and (max-width:1280px) {
    .index_title {
        font-size: 32px;
    }

}

@media screen and (max-width:991px) {
    .index_title {
        font-size: 28px;
    }

    .pt80 {
        padding-top: 50px;
    }

}

@media screen and (max-width:767px) {
    .pt80 {
        padding-top: 40px;
    }

    .index_title_small {
        padding-top: 15px;
    }

}

@media screen and (max-width:414px) {
    .index_title {
        font-size: 26px;
    }

    .index_title_small {
        font-size: 15px;
    }

}

@media screen and (max-width:340px) {
    .index_title {
        font-size: 24px;
    }

    .index_title_small {
        font-size: 14px;
    }

}

/*two*/
.proSwiper {
    margin-top: 50px;
}

.posion {
    position: relative;
}

.proSwiper .swiper-slide {
    width: auto;
    padding-left: 14px;
    height: 81px;
    cursor: pointer;
    min-width: 126px;
}

.proSwiper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #333333;
}

.proSwiper .swiper-slide:after {
    content: "";
    height: 0;
    top: 50%;
    left: 0;
    width: 2px;
    position: absolute;
    background-color: var(--color-blue);
}

.proSwiper .swiper-slide.swiper-slide-thumb-active:after, .proSwiper .swiper-slide:hover:after {
    top: 0;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.proSwiper .swiper-slide.swiper-slide-thumb-active:before, .proSwiper .swiper-slide:hover:before {
    opacity: 0;
}

.proSwiper .pro_num {
    font-size: 16px;
    font-family: dinCond-Medium;
    font-weight: 400;
    line-height: 1.1;
    color: #999999;
}

.proSwiper .pro_sub {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
    padding-top: 6px;
}

.proSwiper .pro_eng {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 5px;
    color: #AAAAAA;
    word-break: break-word;
}

.proSwiper .swiper-slide.swiper-slide-thumb-active .pro_num, .proSwiper .swiper-slide.swiper-slide-thumb-active .pro_sub, .proSwiper .swiper-slide:hover .pro_num, .proSwiper .swiper-slide:hover .pro_sub {
    color: var(--color-blue);
}

.proSwiper .swiper-slide.swiper-slide-thumb-active .pro_sub {
    font-size: 18px;
}

.proSwiper2 {
    margin-top: 20px;
}

.proSwiper2 .swiper-slide {
    height: 700px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.proSwiper2 .pro_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index_pro_cont {
    position: relative;
    z-index: 9;
    padding-top: 158px;
}

.index_pro_cont h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
}

.index_pro_cont h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 3px;
    background: #FFFFFF;
    opacity: 1;
}

.index_pro_des {
    padding-top: 35px;
    max-width: 576px;
}

.index_pro_des p {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.index_pro_des p strong {
    display: block;
    font-size: 18px;
}

.index_pro_more {
    padding-top: 45px;
}

.index_pro_more a {
    width: 150px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_pro_more a:nth-child(2) {
    margin-right: 0;
}

.index_pro_more a.consult {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.index_pro_more a span {
    font-size: 16px;
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
    background-size: 7px 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.index_pro_more a.consult span {
    color: #666;
    background-image: url(../images/pro_more_ico_w.svg);
}

.index_pro_more a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_pro_more a:hover {
    border-color: var(--color-bluetwo);
    background-color: var(--color-bluetwo);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_pro_more a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_pro_more a:hover span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

@media (min-width:1280px) {
    .proSwiper .swiper-wrapper {
        transform: none !important;
    }

}

@media screen and (max-width:1280px) {
    .pro-button-prev {
        left: -30px;
        background-image: url(../images/cus_ico_l.svg);
    }

    .pro-button-next {
        right: -30px;
        background-image: url(../images/cus_ico_r.svg);
    }

    .pro-button-prev:hover {
        background-image: url(../images/cus_ico_ly.svg);
    }

    .pro-button-next:hover {
        background-image: url(../images/cus_ico_ry.svg);
    }

    .pro-button-next, .pro-button-prev {
        position: absolute;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background-size: 16px 16px;
        outline: 0;
        cursor: pointer;
    }

    .proSwiper2 .swiper-slide {
        height: 600px;
    }

    .index_pro_cont {
        padding-top: 100px;
    }

}

@media screen and (max-width:991px) {
    .proSwiper2 .swiper-slide {
        height: 500px;
    }

    .index_pro_cont {
        padding-top: 60px;
    }

    .proSwiper {
        width: 90%;
        padding-left: 30px;
    }

}

@media screen and (max-width:767px) {
    .index_one .posion {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pro-button-next, .pro-button-prev {
        background-color: #EEEEEE;
        top: 8px;
        background-repeat: no-repeat;
        height: 100%;
        background-position: center;
    }

    .pro-button-next {
        right: 10px;
    }

    .pro-button-prev {
        left: 10px;
    }

    .proSwiper2 .pro_img {
        position: inherit;
        height: auto;
        background-image: none! !important;
    }

    .proSwiper2 .swiper-slide {
        height: auto;
    }

    .index_pro_cont {
        padding-top: 30px;
        border-bottom: 1px solid #DDD;
        padding-bottom: 15px;
    }

    .index_pro_cont h3 {
        color: #333;
        font-size: 20px;
    }

    .index_pro_des {
        padding-top: 20px;
    }

    .index_pro_des p {
        color: #666;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .index_pro_more {
        text-align: center;
        padding-top: 25px;
    }

    .index_pro_more a {
        border-color: #CCCCCC;
        margin-right: 10px;
        width: 140px;
        height: 44px;
        line-height: 44px;
    }

    .index_pro_more a span {
        color: #666;
        background-image: url(../images/pro_more_ico_w.svg);
        background-size: 16px 16px;
    }

    .index_pro_more a:hover span {
        color: #fff;
        background-image: url(../images/pro_more_ico_g.svg);
    }

    .index_pro_more a:hover:before {
        background-color: var(--color-blue);
    }

    .index_pro_more a.consult {
        background-color: var(--color-blue);
        border: 1px solid var(--color-blue);
    }

    .index_pro_more a.consult span {
        color: #fff;
        background-image: url(../images/pro_more_ico_g.svg);
    }

}

/*new*/
.index_new_cont {
    padding-top: 40px;
}

.index_new_tab {
    justify-content: center;
}

.index_new_tab li {
    height: 32px;
    margin: 0 5px;
    text-align: center;
}

.index_new_tab li a {
    background: #F5F5F5;
    width: 90px;
    border-radius: 2px;
    display: inline-block;
    line-height: 32px;
}

.index_new_tab li a.active, .index_new_tab li a:hover {
    background-color: var(--color-blue);
    color: #fff;
}

.index_new_more {
    padding-top: 68px;
    text-align: center;
}

.index_new_more a {
    width: 150px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 6px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_new_more a:nth-child(2) {
    margin-right: 0;
}

.index_new_more a.consult {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.index_new_more a span {
    font-size: 16px;
    background-size: 7px 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    color: #666;
    background-image: url(../images/pro_more_ico_w.svg);
}

.index_new_more a.consult span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

.index_new_more a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_new_more a:hover {
    border-color: var(--color-bluetwo);
    background-color: var(--color-bluetwo);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_new_more a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_new_more a:hover span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

.index_new_list {
    width: 100%;
    padding-top: 30px;
}

.index_new_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.index_new_list ul li {
    width: 33.33%;
    float: left;
    padding: 12px;
}

.index_new_list .index_new_time {
    font-size: 14px;
    color: #CCCCCC;
    height: 47px;
    line-height: 47px;
    position: relative;
}

.index_new_list .index_new_time:before {
    content: "";
    width: 20px;
    height: 4px;
    background: var(--color-blue);
    position: absolute;
    top: 0;
    left: 24px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.index_new_list .index_new_title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_new_list .index_new_des {
    line-height: 24px;
    color: #999999;
    height: 48px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_new_list .index_new_img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.index_new_list .index_new_img .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    image-rendering: pixelated;
}

.index_new_list li a:hover .index_new_time:before {
    width: 50%;
}

.index_new_list li a:hover .index_new_img .bg {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.index_new_list li a:hover .index_new_title {
    color: var(--color-blue);
}

.index_video {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    background: #001334;
    text-align: center;
}

.index_video video {
    width: 100%;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}

.index_video .index_video_text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;/*    background-color: rgba(0, 0, 0, 0.3);*/
}

.w100 {
    width: 100%;
}

.hero-video-play {
    width: 72px;
    height: 72px;
    display: inline-block;
    cursor: pointer;
    background-image: url(../images/video_ico.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-video-play.mocha {
    display: none;
}

.index_video .index_video_text h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 34px;
    padding-bottom: 6px;
    color: #FFFFFF;
}

.index_video .index_video_text p {
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.5;
    word-break: break-word;
}

@media screen and (max-width:1280px) {
    .index_video .index_video_text h3 {
        font-size: 32px;
    }

}

@media screen and (max-width:768px) {
    .hero-video-play {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width:767px) {
    .index_video .index_video_text h3 {
        font-size: 28px;
    }

    .index_new_tab li {
        margin: 0 3px;
    }

    .index_new_list ul li {
        width: 100%;
    }

    .index_new_more {
        padding-top: 30px;
    }

    .index_new_more a {
        width: 140px;
        margin-right: 10px;
    }

    .index_new_more a span {
        background-size: 16px 16px;
    }

    .index_video {
        margin-bottom: 40px;
    }

    .index_video .index_video_text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .index_video .index_video_text h3 {
        font-size: 22px;
        padding-top: 15px;
    }

    .index_video .index_video_text p {
        line-height: 1.2;
        font-size: 12px;
    }

    .hero-video-play {
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width:340px) {
    .index_video .index_video_text h3 {
        font-size: 20px;
        padding-top: 10px;
    }

}

/*three*/
.index_three {
    width: 100%;
    background-image: url(../images/three_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
    padding: 50px 0;
    margin-top: 70px;
}

.index_three_up {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
}

.index_three_up h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #FFFFFF;
    opacity: 0.7;
}

.index_three_up h2 {
    font-weight: bold;
    line-height: 1.1;
    color: #FFFFFF;
}

.index_three_mid {
    padding-top: 60px;
}

.index_three_mid .row {
    display: inherit;
}

.index_three_mid .row .col {
    float: left;
    width: inherit;
}

.index_three_mid .row .col:first-child {
    padding-right: 75px;
}

.index_three_mid p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 17px;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
}

.index_three_mid p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-image: url(../images/star.svg);
    background-size: 14px 14px;
}

.index_three_more {
    padding-top: 50px;
}

.index_three_more a {
    width: 160px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-blue);
    border-radius: 25px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_three_more a:last-child {
    margin-right: 0;
}

.index_three_more a.consult {
    background: #FFFFFF;
}

.index_three_more a span {
    font-size: 16px;
    color: #fff;
    background-image: url(../images/index_but_ico_w.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.index_three_more a.consult span {
    background-image: none;
    color: #333333;
    position: relative;
    padding-right: 45px;
}

.index_three_more a.consult span:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: -12px;
    top: -7px;
    background-color: var(--color-blue);
    border-radius: 50%;
    background-image: url(../images/three_ico_play.svg);
    background-size: 12px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.index_three_more a:hover.consult span:before {
    background-color: #fff;
    background-image: url(../images/three_ico_play_l.svg);
}

.index_three_more a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_three_more a:hover {
    border-color: var(--color-bluetwo);
    background-color: var(--color-bluetwo);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_three_more a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_three_more a:hover {
    border-color: var(--color-blue);
}

.index_three_more a:hover span {
    color: #fff;
}

@media screen and (max-width:767px) {
    .index_three {
        height: auto;
        padding: 50px 0;
        margin-top: 40px;
    }

    .index_three_mid .row .col:first-child {
        padding-right: 15px;
    }

    .index_three_up .right {
        display: none;
    }

    .index_three_mid p {
        word-break: break-word;
    }

}

/*研发实力*/
.index_yfsl {
    width: 100%;
    background-image: url(../images/index_yf_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 60px 0;
}

.index_yfsl_list {
    padding-top: 80px;
}

.index_yfsl_list .col {
    padding-left: 35px;
    border-left: 1px solid #CCCCCC;
    position: relative;
}

.index_yfsl_list .col:before {
    content: "";
    width: 5px;
    height: 35px;
    background: var(--color-blue);
    position: absolute;
    left: -3px;
    top: 0;
}

.index_yfsl_list .col:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: -12px;
    bottom: -12px;
    background-image: url(../images/index_ysfl_cicle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin-stretch 2s ease infinite;
}
@media(min-width:768px) {
    .index_yfsl_list span img {
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }

    .index_yfsl_list .col:hover span img {
        -moz-transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

}

@keyframes spin-stretch {
    50% {
        transform: rotate(360deg) scale(0.4, 0.33);
        border-width: 23px;
    }

    100% {
        transform: rotate(720deg) scale(1, 1);
        border-width: 12px;
    }

}

.index_yfsl_list .index_yfsl_down strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
}

.index_yfsl_list .index_yfsl_down p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    opacity: 0.7;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.index_yfsl .index_new_more {
    padding-top: 90px;
}

@media screen and (max-width:1279px) {
    .index_yfsl_list .col {
        padding-left: 15px;
    }

    .index_yfsl_list .col span img {
        width: 80px;
    }

}

@media screen and (max-width:991px) {
    .index_yfsl_list .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .index_yfsl_list .row .col {
        flex-grow: inherit;
        flex-basis: inherit;
        width: 50%;
    }

    .index_yfsl_list .row .col {
        margin-bottom: 30px;
    }

    .index_yfsl .index_new_more {
        padding-top: 60px;
    }

}

@media screen and (max-width:767px) {
    .index_yfsl {
        padding: 40px 0 40px 0;
    }

    .index_three_more a {
        width: 140px;
        margin-right: 10px;
        height: 44px;
        line-height: 44px;
    }

    .index_yfsl_list {
        padding-top: 40px;
        padding-left: 20px;
    }

    .index_yfsl_list .row .col {
        width: 100%;
    }

    .index_yfsl_list .col span img {
        width: 40px;
    }

    .index_yfsl_list .index_yfsl_down strong {
        font-size: 20px;
    }

    .index_yfsl_list .index_yfsl_down p {
        height: 90px;
        margin-top: 10px;
        line-height: 25px;
    }

    .index_yfsl .index_new_more {
        padding-top: 30px;
    }

    .index_three_more a:nth-child(2) span::before {
        width: 30px;
        height: 30px;
        top: -4px;
        background-size: 10px 13px;
    }

    .index_three_more a.consult span:before {
        width: 30px;
        height: 30px;
        right: -3px;
        top: -3px;
        background-size: 10px 13px;
    }

}

/*合作客户*/
.index_plant_title {
    position: relative;
    display: flex;
}

.index_plant_title .index_plant_line {
    flex: 1;
    height: 1px;
    background-color: #DDDDDD;
    margin-top: 25px;
}

.index_plant_title .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: #000000;
    padding-right: 18px;
}

.index_plant_title
.index_plant_more {
    margin-left: 30px;
    width: 162px;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #999999;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_plant_more span {
    font-size: 16px;
    background-size: 7px 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    color: #666;
    background-image: url(../images/pro_more_ico_w.svg);
}

.index_plant_more::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_plant_more:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_plant_more:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_plant_more:hover span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

.index_plant_img {
    height: 107px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index_plant_img img {
    max-height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.swiper-slide:hover .index_plant_img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.plant-container {
    padding-top: 45px;
}

.plant-container .swiper-slide h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plant-container .index_plant_button {
    text-align: center;
    margin-top: 45px;
}

.plant-container .index_plant_button .plant-button-prev.swiper-button-disabled, .plant-container .index_plant_button .plant-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.plant-container .index_plant_button .plant-button-prev, .plant-container .index_plant_button .plant-button-next {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    outline: 0;
}

.plant-container .index_plant_button .plant-button-prev {
    background-image: url(../images/index_plant_ico_l.svg);
}

.plant-container .index_plant_button .plant-button-next {
    background-image: url(../images/index_plant_ico_r.svg);
}

.plant-container .index_plant_button .plant-pagination {
    display: inline-block;
}

.plant-container .index_plant_button .plant-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    vertical-align: text-top;
    background: #999999;
    border-radius: 50%;
    outline: 0;
}

.plant-container .index_plant_button .plant-pagination span.swiper-pagination-bullet-active {
    background-color: var(--color-blue);
}

.index_four_loop .index_plant_title {
    padding-top: 50px;
    padding-bottom: 45px;
}

.index_four .index_four_up {
    height: 150px;
    width: 100%;
    margin-top: -70px;
    padding-top: 30px;
    background-image: url(../images/three_bg_02.jpg);
    padding-left: 60px;
    padding-right: 60px;
}

.index_four .index_four_up .row {
    margin-right: -30px;
    margin-left: -30px;
}

.index_four .index_four_up .col {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.index_four .index_four_up .col:last-child {
    border-right: none;
}

.index_four_up span {
    float: left;
    display: inline-block;
    width: 94px;
}

.index_four_up .four_up_right {
    float: left;
    padding-left: 30px;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
}

.index_four_up .four_up_right strong {
    font-size: 18px;
    display: block;
    line-height: 24px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.index_four_up .four_up_right p {
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.7;
}

.index_four .index_four_mid {
    padding-bottom: 60px;
}

.index_four .index_four_mid .left {
}

.index_four .index_four_mid .right {
    flex: 1;
    padding-left: 190px;
}

.index_four .index_four_mid .right p {
    font-size: 16px;
}

.index_four_pic {
    position: relative;
    margin-bottom: 50px;
}

.index_four_pic .swiper-container {
    overflow: initial;
}

.ml-container .swiper-slide {
    opacity: 0.5;
}

.ml-container .swiper-slide-active, .ml-container .swiper-slide-next {
    opacity: 1;
}

.ml-container .swiper-slide.swiper-slide-next + div {
    opacity: 1;
}

/*.index_four_pic:before, .index_four_pic:after {
height: 100%;
position: absolute;
width: 40%;
top: 0;
content: "";
background: #FFFFFF;
opacity: 0.5;
z-index: 8;
}

.index_four_pic:before {
left: -40%;
}

.index_four_pic:after {
right: -40%;
}*/
.index_four_pic a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 6px;
}

.index_four_pic a img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.index_four_pic a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.index_four_pic h3 {
    height: 101px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 35%, #000000 100%);
}

.index_four_pic h3 span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_four_more {
    float: right;
}

.index_four_more a {
    width: 150px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_four_more a:nth-child(2) {
    margin-right: 0;
}

.index_four_more a.consult {
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.index_four_more a span {
    font-size: 16px;
    color: #666;
    background-image: url(../images/pro_more_ico_w.svg);
    background-size: 7px 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.index_four_more a.consult span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

.index_four_more a:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_four_more a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-bluetwo);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_four_more a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_four_more a:hover span {
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
}

.ml-button-prev {
    background-image: url(../images/cus_ico_l.svg);
    margin-right: 70px;
}

.ml-button-next {
    background-image: url(../images/cus_ico_r.svg);
}

.ml-button-prev:hover {
    background-image: url(../images/cus_ico_ly.svg);
}

.ml-button-next:hover {
    background-image: url(../images/cus_ico_ry.svg);
}

.ml-button-next, .ml-button-prev {
    width: 20px;
    height: 44px;
    float: left;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    outline: 0;
    cursor: pointer;
}

.index_four_line {
    position: relative;
}

.index_four_line:before {
    content: "";
    position: absolute;
    left: 140px;
    top: 50%;
    height: 1px;
    margin-top: -5px;
    background-color: #D8D8D8;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}

@media screen and (max-width:991px) {
    .ml-container .swiper-slide.swiper-slide-next + div {
        opacity: 0.5;
    }

}

@media screen and (max-width:767px) {
    .index_four_pic {
        margin-bottom: 15px;
    }

    .index_four_line::before {
        left: 95px;
        width: -webkit-calc(100% - 268px);
        width: -moz-calc(100% - 268px);
        width: calc(100% - 268px);
    }

    .index_four_line {
        text-align: right;
    }

    .ml-button-prev {
        margin-right: 30px;
    }

    .ml-button-next, .ml-button-prev {
        display: inline-block;
    }

    .index_four_more {
        padding-top: 0;
    }

    .index_four_more a {
        width: 140px;
        height: 44px;
        line-height: 44px;
    }

    .index_plant_title .title {
        font-size: 24px;
        line-height: 44px;
    }

    .index_plant_title .index_plant_more {
        margin-left: 15px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .index_plant_more span {
        padding-right: 25px;
    }

    .index_plant_title .index_plant_line {
        margin-top: 20px;
    }

    .index_plant_img {
        height: 80px;
        padding: 10px 5px;
    }

    .plant-container .swiper-slide h3 {
        line-height: 40px;
    }

}

/*five*/
.index_five {
    width: 100%;
    background-image: url(../images/index_five_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    margin-top: 75px;
}

.index_five .index_title_small {
    color: #666;
}

.index_five_red {
    height: 46px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px;
    background: #B60000;
    border-radius: 20px 0px 20px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}

.index_five_red div {
    display: flex;
    align-items: center;
}

.index_five_red strong {
    font-size: 30px;
    font-style: italic;
    display: inline-block;
    margin-right: 5px;
}

.index_five_loop {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.index_five_loop .index_five_kuang {
    width: 152px;
    height: 133px;
    text-align: center;
    background-image: url(../images/index_five_bg2.png);
    background-size: 152px 133px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15px;
    margin: 0 15px;
}

.index_five_loop .index_five_kuang span {
    font-size: 46px;
    font-family: dinCond-Medium;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    display: inline-block;
    color: #B51212;
}

.index_five_loop .index_five_kuang p {
    color: #333333;
}

.index_five .index_new_more {
    padding-top: 20px;
    padding-bottom: 55px;
}

@media screen and (max-width:767px) {
    .index_five {
        margin-top: 40px;
        padding-top: 50px;
    }

    .index_five .index_title_small {
        word-break: break-word;
    }

    .index_five_red {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .index_five_red div {
        display: inherit;
    }

    .index_five_red strong {
        font-size: 24px;
    }

    .index_five_loop {
        padding-bottom: 30px;
        text-align: center;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .index_five_loop .index_five_kuang {
        display: inline-block;
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .index_five .index_new_more {
        padding-top: 30px;
        padding-bottom: 35px;
    }

}

@media screen and (max-width:767px) {
    .index_five_loop .index_five_kuang {
        width: 132px;
        height: 120px;
    }

    .index_five_loop .index_five_kuang span {
        font-size: 40px;
    }

}

/*index last*/
.index_last {

    /*    background-image: url(../images/index_last_bg.jpg);
            min-height: 380px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;*/
    background-color: #F5F5F5;
    padding: 80px 0;
}

.index_last_up {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

.index_last_up .index_title {
    float: left;
    line-height: 48px;
}

.index_last_up .index_last_nav {
    float: right;
}

.index_last_up .index_last_nav ul {
}

.index_last_up .index_last_nav ul li {
    display: inline-block;
    margin-left: 6px;
}

.index_last_up .index_last_nav a {
    width: 162px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #91959D;
    border-radius: 26px;
}

.index_last_up .index_last_nav a span {
    font-size: 16px;
    color: #333;
    background-image: url(../images/index_last_icow.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

.index_last_up .index_last_nav a.consult {
    border-color: var(--color-blue);
    background-color: #fff;
}

.index_last_up .index_last_nav a.consult span {
    color: var(--color-blue);
    background-image: url(../images/index_last_ico.svg);
}

.index_last_up .index_last_nav a:hover {
    border-color: var(--color-blue);
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index_last_up .index_last_nav a:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.index_last_up .index_last_nav a:hover:before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.index_last_up .index_last_nav a:hover span {
    color: var(--color-blue);
    background-image: url(../images/index_last_ico.svg);
}

.index_last_down .row {
}

.index_last_down .col {
    flex-grow: 0.8;
    border-right: 1px solid rgba(102, 102, 102, 0.3);
}

.index_last_down .col:last-child {
    border-right: none;
}

.index_last_down .col:first-child {
    flex-grow: 1.2;
}

.index_last_down p {
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    display: flex;
    margin-bottom: 16px;
}

.index_last_down p a {
    color: #333;
}

.index_last_down p:last-child {
    margin-bottom: 0;
}

.index_last_down p span {
    margin-right: 5px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.index_last_down p span img {
    vertical-align: top;
    padding-top: 4px;
}

.index_last_down {
    padding-top: 45px;
}

.index_last_down p strong {
    font-size: 16px;
}

@media screen and (max-width:1579px) {
    .index_last {
        padding: 80px 0 50px 0;
    }

    .index_last_down .row {
        display: inline-block;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .index_last_down .row .col {
        width: 33.33%;
        float: left;
        flex-grow: inherit;
        flex-basis: auto;
        margin-bottom: 30px;
    }

    .index_last_down .row .col:nth-child(3) {
        border-right: none;
    }

}

@media screen and (max-width:1279px) {
    .index_last_down .row .col:nth-child(1) {
        width: 55%;
    }

    .index_last_down .row .col:nth-child(2) {
        border-right: none;
    }

    .index_last_down .row .col:nth-child(3) {
        border-right: 1px solid rgba(102, 102, 102, 0.3);
    }

}

@media screen and (max-width:991px) {
    .index_last_down .row .col:nth-child(1) {
        width: 100%;
    }

    .index_last_down .row .col {
        width: 50%;
        border-right: none !important;
    }

    .index_last_down .row .col:nth-child(2), .index_last_down .row .col:nth-child(4) {
        border-right: 1px solid rgba(102, 102, 102, 0.3) !important;
    }

}

@media screen and (max-width:767px) {
    .index_last {
        padding: 40px 0 30px 0;
    }

    .index_last_up {
        padding-bottom: 15px;
    }

    .index_last_up .index_last_nav {
        width: 100%;
        padding-top: 20px;
    }

    .index_last_up .index_last_nav ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .index_last_up .index_last_nav ul li {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin: 0;
        margin-bottom: 10px;
    }

    .index_last_up .index_last_nav a {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .index_last_down {
        padding-top: 30px;
    }

    .index_last_down .row {
        display: inherit;
        overflow: hidden;
        margin: 0;
    }

    .index_last_down .row .col {
        width: 100%;
        border-right: none !important;
        padding-right: 0;
        padding-left: 0;
        border-bottom: 1px solid rgba(102, 102, 102, 0.3);
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .index_last_down .row .col:last-child {
        border-bottom: none;
    }

    .index_last_down .row .col, .index_last_down .row .col:nth-child(2), .index_last_down .row .col:nth-child(4) {
        border-right: none !important;
    }

}

/*about*/
.head_n {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.page_height {
    width: 100%;
    height: 130px;
}

.m_page_nav {
    width: 100%;
    line-height: 62px;
    overflow: hidden;
    background-color: rgba(13, 38, 118, 0.9);
}

.m_page_nav ul li {
    float: left;
}

.m_page_nav ul li a {
    display: inline-block;
    padding: 0 32px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    z-index: 8;
}

.m_page_nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    z-index: -1;
}

.m_page_nav ul li.current a:after, .m_page_nav ul li:hover a:after {
    background: var(--color-blue);
    width: 100%;
    left: 0;
}

.m_page_right {
    text-align: right;
    margin-top: 24px;
    position: relative;
    color: #E6E6E6;
}

.m_page_right a {
    margin-left: 5px;
    color: #E6E6E6;
    margin-right: 5px;
}

.m_page_right a:hover {
    color: #fff;
}

.m_about_bg {
    height: calc(100vh - 130px);
    min-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.m_about_text {
    padding-top: 3%;
}

.m_about_text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3;
    padding-bottom: 40px;
    position: relative;
}

.m_about_video .md-content {
    background: none;
}

.md-modal.m_about_video {
    max-width: 1000px;
    width: 70%;
}

.m_about_video video {
    width: 100%;
}

.m_about_video .md-close {
    position: absolute;
    right: -35px;
    top: 0;
    border: none;
    width: 25px;
    height: 25px;
    font-size: 0 !important;
    background: none;
    background-image: url(../images/video_icon_close.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.m_about_num {
    position: absolute;
    width: 100%;
    bottom: 90px;
}

.m_about_num ul li {
    float: left;
    padding-right: 80px;
}

.m_about_num ul li:last-child {
    padding-right: 0;
}

.m_about_num ul li h4 {
    font-size: 56px;
    color: #FFFFFF;
    line-height: 1;
    font-family: dinCond-Medium;
}

.m_about_num ul li h4 span {
    font-weight: 500;
    font-size: 16px;
    color: inherit;
}

.m_about_num ul li p {
    font-size: 16px;
    padding-top: 8px;
    color: #fff;
}

.m_about_down {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: right;
}

.m_about_down a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    background-color: #4DBBAA;
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.m_about_first {
    padding: 90px 0;
}

.m_about_first .left {
    float: left;
    width: 32%;
    padding-right: 30px;
}

.m_about_first .right {
    float: right;
    width: 68%;
}

.m_about_first .left h3 {
    color: #2B2F3F;
    font-weight: 500;
    line-height: 1.4;
}

.m_about_first .right p {
    line-height: 26px;
    font-size: 16px;
    padding-bottom: 30px;
}

.m_about_techno {
    overflow: hidden;
}

.m_about_two {
    position: relative;
    overflow: hidden;
}

.m_techno_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes bg1-data-v-c2c41fa4 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }

}

.m_techno_bg .bg {
    margin: 0 auto;
    height: 100%;
    background-image: url(../images/about_img_02.jpg);
    background-repeat: no-repeat;
      background-size: cover;
    background-position: center;
     transition: width .6s;
}

.m_about_techno .m_thechno_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    perspective: 500px;
    transform-style: preserve-3d
}

.m_about_techno .m_thechno_mask:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m_techno_text {
    width: 100%;
    text-align: center;
    padding-top: 84px;
    padding-bottom: 126px;
}

.m_techno_text h3 {
    color: #fff;
}

.m_techno_text p {
    opacity: 0.8;
    color: #fff;
}

.m_techno_text h3 {
    padding-bottom: 25px;
    position: relative;
}

.m_techno_text h3:after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFFFFF;
}

.m_techno_text p {
    padding-top: 45px;
    max-width: 995px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 16px;
}

.m_about_click2 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m_about_click2 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-image: url(../images/about_ico_click_2.svg);
    background-size: 38px 38px;
    background-repeat: no-repeat;
}

.m_three_sub {
    font-weight: bold;
    color: var(--color-blue);
    line-height: 1.3;
    padding-bottom: 30px;
}

.m_about_three {
    padding: 60px 0;
}

.m_three_text {
    padding-bottom: 30px;
}

.m_three_text p {
    line-height: 32px;
    font-size: 16px;
}

.m_about_last_bg {
    background: #EEEEEE;
    padding: 60px 0;
}

.m_last_sub {
    font-weight: bold;
    color: #2B2F3F;
}

.about_last_list {
    padding-top: 35px;
    position: relative;
}

.about_last_list .ul {
    margin-left: -13px;
    margin-right: -13px;
}

.about_last_list .ul li {
    padding: 13px;
    width: 25%;
    float: left;
}

.about_last_list .about_last_l, .about_last_list .about_last_r {
    width: 50px;
    height: 50px;
    background-color: #2B2F3F;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}

.about_last_list .about_last_l {
    left: -90px;
    background-image: url(../images/about_left_ico.svg);
}

.about_last_list .about_last_r {
    right: -90px;
    background-image: url(../images/about_right_ico.svg);
}

.about_last_list .about_last_l:hover, .about_last_list .about_last_r:hover {
    background-color: #4DBBAA;
}

.about_last_img {
    text-align: center;
    overflow: hidden;
}

.about_last_img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.about_last_text {
    padding-top: 24px;
}

.about_last_list .about_last_text {
    text-align: center;
}

.about_last_list .about_last_text h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.about_last_list .about_last_text h3 a {
    font-size: inherit;
    color: inherit;
}
.about_last_list .about_last_text p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
    max-width: 380px;
    margin: 0 auto;
}
.about_last_list .about_last_text p a {
    line-height: inherit;
}

.about_last_list .swiper-slide:hover .about_last_img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media all and (max-height:600px) {
    .m_about_text {
        padding-top: 40px;
    }

}

@media screen and (max-width:1300px) and (min-width:768px) {
    .page_height {
        height: 80px;
    }

}

@media (min-width:768px) {
    .trans, .m_page_nav ul li a:after, .about_last_list .about_last_l, .about_last_list .about_last_r {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

}

@media all and (max-width:1440px) {
    .m_about_text h2 {
        font-size: 36px;
    }

}

@media all and (max-width:1280px) {
    .m_about_text h2 {
        font-size: 34px;
    }

}

@media all and (max-width:991px) {
    .m_about_first {
        padding: 50px 0;
    }

    .m_about_text h2 {
        font-size: 30px;
    }

    .m_about_first .left {
        width: 100%;
    }

    .m_about_first .right {
        width: 100%;
        padding-top: 30px;
    }

    .m_about_num ul li h4 {
        font-size: 40px;
    }

}

@media all and (max-width:768px) {
    .about_last_list .about_last_text h3 {
        font-size: 20px;
    }

    .about_last_list .about_last_text p, .m_three_text p, .m_techno_text p {
        font-size: 14px;
    }

}

@media all and (max-width:767px) {
    .m_about_text h2 {
        font-size: 28px;
    }

    .m_about_first {
        padding: 50px 0;
    }

    .m_about_first .left {
        width: 100%;
        padding-right: 0;
    }

    .m_about_first .right {
        width: 100%;
        padding-top: 30px;
    }

    .m_about_num ul li {
        width: 33.33%;
        padding-right: 15px;
    }

    .m_about_num ul li h4 {
        font-size: 34px;
    }

    .m_about_num {
        bottom: 50px;
    }

    .m_about_num ul li h4 span {
        display: block;
    }

    .m_three_text {
        display: block;
    }

    .m_three_text .col {
        padding-bottom: 15px;
    }

    .about_last_list .ul li {
        width: 50%;
    }

    .about_last_list .about_last_text p {
        min-height: 145px;
    }

    .page_height {
        height: 80px;
    }

    .m_page_img {
        height: 80px;
        background-color: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    }

    .m_about_text {
        padding-top: 50px;
    }

    .m_page_nav ul li {
        width: 33.33%;
    }

    .m_page_nav ul li a {
        padding: 0;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

}

@media all and (max-width:540px) {
    .about_last_list .ul li {
        width: 100%;
    }

    .about_last_list .about_last_text p {
        min-height: inherit;
    }

}

@media all and (max-width:350px) {
    .m_about_num ul li {
        padding-right: 5px;
    }

}

/*culture*/
.page_ban {
    height: 500px;
    position: relative;
}

.page_ban .m_page_nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.page_ban .page_ban_text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.page_ban .page_ban_text h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
}

.page_ban .page_ban_text h3 {
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    padding-top: 10px;
}

.page_ban .page_ban_text .m_page_right {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 60px;
}

.page_wh_title {
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
}

.m_eng {
    padding-top: 10px;
    font-size: 16px;
}

.m_culture_one {
}

.m_culture_one .right {
    width: 50%;
    max-width: 630px;
}

.m_culture_one .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
}

.m_culture_mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 142px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.m_culture_two {
}

.m_culture_two ul {
    margin-right: -6px;
    margin-left: -6px;
}

.m_culture_two ul li {
    width: 25%;
    float: left;
    padding: 0 6px 6px 6px;
}

.m_culture_two .m_border {
    overflow: hidden;
    position: relative;
}

.m_culture_two .m_culture_two_cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 40px 35px 40px;
    z-index: 9;
}

.m_culture_two .m_culture_two_cont span {
    display: inline-block;
    padding-bottom: 20px;
}

.m_culture_two .m_culture_two_cont h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}

.m_culture_two .m_border img {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.m_culture_two ul li:hover .m_border img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.m_culture_three {
    background-image: url(../images/wh_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 75px;
    height: 665px;
}

.m_culture_three_text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 9;
}

.m_culture_three_text .m_culture_three_small {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.m_culture_three_text .m_culture_three_small:before {
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m_culture_three_big {
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
}

.m_corporate_cont {
    height: 570px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 80px;
}

.m_corporate_cont .left, .m_corporate_cont .right {
    height: 100%;
}

.m_corporate_cont .left {
    width: 38%;
    background-image: url(../images/wh_last_01.jpg);
    padding: 70px 60px;
}

.m_corporate_cont .right {
    width: 62%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.m_corporate_img span {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.m_corporate_img span img {
    max-width: 51px;
}

.m_corporate_cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 80px;
    max-height: 256px;
    overflow-y: auto;
}

.m_corporate_cont p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.m_corporate_cont p::-webkit-scrollbar-track {
    background: #999;
    border-radius: 2px;
}

.m_corporate_cont p::-webkit-scrollbar-thumb {
    background: #E9E9E9;
    border-radius: 10px;
}

@media all and (max-width:991px) {
    .m_culture_two .m_culture_two_cont {
        padding: 0 20px 30px 20px;
    }

    .m_culture_two .m_culture_two_cont h3 {
        font-size: 20px;
    }

    .m_culture_three {
        height: 500px;
    }

    .m_corporate_cont .left {
        padding: 70px 30px;
    }

    .m_corporate_cont p {
        margin-top: 50px;
        max-height: 288px;
    }

}

@media all and (max-width:767px) {
    .page_ban {
        height: auto;
        position: relative;
        background-image: none !important;
    }

    .page_ban .page_ban_text {
        position: absolute;
        width: 100%;
        top: 50%;
        height: auto;
        left: 0;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .page_ban .m_page_nav {
        position: inherit;
    }

    .page_ban .m_page_nav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .m_culture_two ul li {
        width: 50%;
    }

    .m_culture_one .right {
        width: 100%;
        padding-top: 15px
    }

    .m_culture_one .right p {
        line-height: 1.8;
    }

    .m_culture_three {
        margin-top: 50px;
        height: 400px;
        background-image: url(../images/wh_bg2.jpg);
    }

    .m_corporate_cont {
        height: 570px;
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .m_corporate_cont {
        height: auto;
    }

    .m_corporate_cont .left {
        width: 100%;
        padding: 40px 30px;
    }

    .m_corporate_cont .right {
        width: 100%;
        height: 400px;
    }

    .m_corporate_cont p {
        margin-top: 30px;
        max-height: inherit;
    }

}

@media all and (max-width:540px) {
    .m_culture_three {
        margin-top: 40px;
        height: 330px;
    }

}

/*partner*/
.m_partner_list {
}

.m_partner_list ul {
    margin-left: -12px;
    margin-right: -12px;
}

.m_partner_list ul li {
    width: 16.66%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
    float: left;
}

.m_partner_list .index_plant_list {
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px 5px 8px 5px;
}

.m_partner_list .index_plant_list .index_plant_img {
    background-color: inherit;
    border: none;
}

.m_partner_list .index_plant_list h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m_partner_list ul li:hover .index_plant_img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.m_partner_list .index_plant_img {
    height: 100px;
}

@media all and (max-width:1279px) {
    .m_partner_list ul li {
        width: 25%;
    }

    .m_partner_list .index_plant_img {
        height: 80px;
    }

}

@media all and (max-width:991px) {
    .m_partner_list ul li {
        width: 33.33%;
    }

    .m_partner_list .index_plant_img {
        height: 70px;
    }

}

@media all and (max-width:767px) {
    .m_partner_list ul li {
        width: 50%;
    }

}

@media all and (max-width:360px) {
    .m_partner_list ul li {
        width: 100%;
        padding-bottom: 15px;
    }

    .m_partner_list .index_plant_list h3 {
        height: auto;
    }

}

/*honor*/
.about_wrap {
    padding-top: 90px;
}

.honer .right .p p {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
}

.honer .right .p p:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}

.history_wrap {
    overflow: hidden;
}

.historyyear {
    position: fixed;
    top: 30%;
    left: 12%;
    width: 70px;
    display: none;
    z-index: 9;
}

.historyYear_lst {
    display: none;
    position: relative;
    padding: 15px 0 70px
}

.historyYear_lst.active {
    display: block
}

.historyYear_lst:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    border-radius: 35px;
    background: var(--color-blue);
    opacity: 0.7;
    filter: alpha(opacity=70);
    content: ""
}

.historyYear_lst > li {
    padding: 0.15rem 0
}

.historyYear_lst a {
    display: block;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.35rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.historyYear_lst a > span {
    display: block;
    position: relative;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.historyYear_lst a:hover span {
    color: #133a4c
}

.historyYear_lst .active a span {
    color: #133a4c
}

.historyyear > .more {
    margin-top: -58px
}

.historyyear > .more > a {
    display: block;
    width: 70px;
    height: 70px;
    padding: 15px 0;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    background: var(--color-blue);
    font-size: 16px;
    color: #fff;
    text-align: center
}

.historyyear > .more > a > span, .historyyear > .shortcut > a > span {
    display: block;
    color: inherit;
    font-size: inherit;
    position: relative;
    padding-top: 15px;
}

.historyyear > .more > a > span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/honorjt.svg") no-repeat center;
    content: "";
    height: 12px;
}

.honor_r {
    width: 100%;
}

.honer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.hrong {
    position: relative;
}

.honer .sss {
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #DEDAD7;
    display: block;
    height: 100%;
}

.wi01 {
    position: relative;
    padding-top: 58px;
    width: 100%;
    z-index: 1;
}

.wi01 .w1130 {
}

.wi01 .w1130:after {
    content: "";
    background: var(--color-blue);
    opacity: 0;
    position: absolute;
    height: 0;
    width: 1px;
    top: 0;
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.wi01:hover .w1130:after {
    opacity: 1;
    height: 100%;
}

.wi01:hover:before {
    background: #F8F8F8;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    left: -25%;
    width: 150%;
}

.wi01 .w1130 {
    position: relative;
}

.wi01 .left {
    float: left;
    color: #333333;
    width: 50%;
    padding-left: 50px;
    text-align: center
}

.wi01 .left h4 {
    position: relative;
    line-height: 35px;
    font-size: 46px;
    padding-right: 82px;
    display: inline-block;
    font-family: 'dincond-medium';
}

.wi01 .left h4:after {
    width: 56px;
    position: absolute;
    height: 3px;
    right: 0;
    background: #BFBFBF;
    top: 50%;
    content: "";
}

.wi01 .left span {
    font-size: 18px;
    padding-left: 10px;
}

.wi01 .right {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 100px;
}

.wi01 .right img {
    margin-right: 5px;
    max-width: 350px;
}

.wi01 .right span {
    float: left;
    background-image: url(../images/honorh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
    left: -32px;
    width: 65px;
    height: 65px;
    background-color: #E1E1E1;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
}

.wi01 .right .p {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 45px;
}

.wi01 .right .p p.honor_pic:before {
    display: none;
}

.wi01:hover .left h4:after {
    background: var(--color-blue);
}

.wi01:hover .right span {
    background-color: var(--color-blue);
}

.wi01:hover .right .p p {
    color: #333333;
}

@media all and (max-width:767px) {
    .about_wrap {
        padding-top: 40px;
    }

    .historyyear {
        display: none !important;
    }

    .wi01 .left {
        width: 34%;
        padding-left: 0px;
        text-align: left;
    }

    .wi01 .right {
        width: 66%;
        padding-left: 30px;
    }

    .honer .sss, .wi01 .w1130:after {
        left: 34%;
    }

    .wi01 .left h4 {
        font-size: 30px;
        padding-right: 25px;
    }

    .wi01 .left h4::after {
        width: 16px;
        height: 2px;
    }

    .wi01 .left span {
        font-size: 16px;
        padding-left: 2px;
    }

    .wi01 .right span {
        width: 35px;
        height: 35px;
        left: -17px;
        background-size: 70%;
    }

    .honer .right .p p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .wi01 .left h4::after {
        right: 10px;
        width: 10px;
    }

}

/*new*/
.m_new_bg {
    position: relative;
    overflow: hidden;
}

.m_new_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 69%;
    background: #F1F5F7;
}

.m_new_bg .m_new_pic_01, .m_new_bg .m_new_pic_02 {
    position: absolute;
}

.m_new_bg .m_new_pic_01 {
    right: 0;
    top: 0;
    width: 184px;
    height: 103px;
    background-image: url(../images/new_ico_01.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.m_new_bg .m_new_pic_02 {
    left: 48px;
    bottom: 31%;
    width: 516px;
    height: 192px;
    background-image: url(../images/new_ico_02.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.m_new_bg .container {
    position: relative;
    z-index: 8;
}

.m_new_bg .m_new_position {
    margin-top: 30px;
    padding-bottom: 55px;
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
}

.m_new_bg .m_new_position .left {
    width: 50%;
}

.m_new_bg .m_new_position .right {
    width: 50%;
    padding-left: 35px;
    padding-right: 30px;
}

.m_new_position .position_pic {
    overflow: hidden;
    height: 414px;
    border-radius: 6px;
}

.m_new_position .position_pic img {
    display: none;
}

.m_new_position .position_pic .bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    image-rendering: pixelated;
}

.m_new_position a:hover .position_pic .bg {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.m_new_position .position_time {
    font-size: 18px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #999999;
    padding-top: 15px;
}

.m_new_position .position_title {
    font-size: 24px;
    padding-top: 10px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_new_position a:hover .position_title {
    color: var(--color-blue);
}

.m_new_position .right {
    padding-top: 15px;
}

.m_new_position .right ul li {
    padding: 30px 15px 33px 15px;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    position: relative;
}

.m_new_position .right ul li:last-child {
    border-bottom: none;
}

.m_new_position .right ul li a {
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 22px;
}

.m_new_position .right ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0C51F6;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.m_new_position .right .position_r_l {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-right: 30px;
}

.m_new_position .right .position_r_r {
    width: 100px;
    float: left;
    text-align: right;
}

.m_new_position .right .position_r_l .position_r_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m_new_position .right .position_r_l .position_r_text {
    margin-top: 15px;
    font-size: 16px;
    height: 50px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m_new_position .right .position_r_r .position_r_time {
    font-size: 24px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #999999;
}

.m_new_position .right .position_r_r .position_r_more {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    background: #F5F5F6;
    margin-top: 24px;
    background-image: url(../images/new_more_ico.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*.m_new_position .right ul li a:hover .position_r_r .position_r_more {
background-image: url(../images/new_more_ico_w.svg);
background-color: var(--color-blue);
}*/
.m_new_down {
    padding-top: 30px;
}

.m_new_down ul {
    margin-left: -12px;
    margin-right: -12px;
}

.m_new_down ul li {
    float: left;
    width: 33.33%;
    padding: 0 12px 30px 12px;
}

.m_new_down ul li a {
    border-bottom: 1px solid #F1F1F1;
    display: inline-block;
}

.m_new_down .index_new_img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.m_new_down .index_new_img .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    image-rendering: pixelated;
}

.m_new_down .m_new_text {
    padding: 24px 22px;
}

.m_new_down .m_new_text h3 {
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m_new_down .m_new_text .m_new_time {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: #999999;
    line-height: 21px;
    margin-top: 30px;
}

.m_new_down ul li a:hover .m_new_text {
    background: #00479D;
    box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.15);
}

.m_new_down ul li a:hover .m_new_text h3, .m_new_down ul li a:hover .m_new_text .m_new_time {
    color: #fff;
}

.m_new_down ul li a:hover .index_new_img {
    border-radius: 0;
}

@media screen and (min-width:768px) {
    .m_new_position .right li:hover .position_r_l .position_r_title {
        color: #fff;
    }

    .m_new_position .right ul li:hover a:before {
        background-color: #fff;
    }

    .m_new_position .right ul li:hover:before {
        background: #fff;
    }

    .m_new_position .right  li:hover .position_r_r .position_r_more {
        background-color: #fff;
    }

    .m_new_position .right li:hover .position_r_text {
        color: #fff;
    }

    .m_new_position .right ul li:hover .position_r_text {
        color: #fff;
    }

    .m_new_position .right ul li:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .m_new_position .right ul li:hover:before {
        background-color: var(--color-blue);
        width: 100%;
        left: 0;
    }

}

@media screen and (max-width:1280px) {
    .m_new_position .position_title {
        font-size: 22px;
    }

}

@media screen and (max-width:1279px) {
    .m_new_bg .m_new_position {
        padding-bottom: 35px;
    }

    .m_new_position .position_pic {
        height: 360px;
    }

    .m_new_position .right ul li {
        padding: 25px 0 25px 0;
    }

    .m_new_position .right .position_r_l {
        padding-right: 15px
    }

    .m_new_position .right .position_r_r .position_r_time {
        font-size: 20px;
    }

}

@media screen and (max-width:991px) {
    .m_new_position .position_pic {
        height: 340px;
    }

    .m_new_position .position_title {
        font-size: 20px;
    }

    .m_new_position .right ul li {
        padding: 15px 0 15px 0;
    }

    .m_new_bg .m_new_position .right {
        padding-left: 30px;
        padding-right: 30px;
    }

    .m_new_position .right .position_r_r .position_r_time {
        font-size: 18px;
    }

    .m_new_position .right .position_r_l {
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px);
    }

    .m_new_position .right .position_r_r {
        width: 55px;
    }

    .m_new_down .m_new_text {
        padding: 20px 15px;
    }

}

@media screen and (max-width:640px) {
    .m_new_bg::before {
        background: #fff;
    }

    .m_new_bg .m_new_pic_01 {
        width: 120px;
        height: 67px;
    }

    .m_new_bg .m_new_pic_02 {
        display: none;
    }

    .m_new_bg .m_new_position .left {
        width: 100%;
    }

    .m_new_bg .m_new_position .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }

    .m_new_bg .m_new_position {
        padding-bottom: 15px;
    }

    .m_new_position .position_pic {
        height: auto;
    }

    .m_new_position .position_pic img {
        display: block;
    }

    .m_new_position .position_pic .bg {
        display: none;
    }

    .m_new_position .position_title {
        font-size: 18px;
    }

    .m_new_position .position_time, .m_new_position .right .position_r_r .position_r_time {
        font-size: 14px;
    }

    .m_new_position .right .position_r_l .position_r_text {
        font-size: 14px;
    }

    .m_new_position .right .position_r_r .position_r_more {
        width: 30px;
        height: 30px;
    }

    .m_new_down ul li {
        width: 100%;
    }

    .m_new_down .m_new_text .m_new_time {
        font-size: 16px;
    }

}

.paged {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged ul li:first-child {
}

.paged ul li:first-child span, .paged ul li:first-child a, .paged ul li:last-child a, .paged ul li:last-child span {
    width: 80px;
    height: 36px;
    background: #F5F5F6;
    border-radius: 18px 18px 18px 18px;
    border-color: #F5F5F6;
    line-height: 36px;
    font-size: 16px;
    color: #999999;
}

.paged ul li:first-child.disabled span, .paged ul li:last-child a:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    color: #fff;
}

.paged a {
    border: 1px solid #F5F5F6;
    display: inline-block;
    line-height: 36px;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #999999;
    background: #F5F5F6;
    border-radius: 50%
}

.paged a:hover {
    border: 1px solid var(--color-blue);
    text-decoration: none;
    color: #fff;
    background-color: var(--color-blue);
    font-size: 14px;
}

.paged span {
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--color-blue);
    background-color: var(--color-blue);
    color: #fff;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin: 0 2px;
}

.paged a:first-child, .paged a:last-child {
    border: none;
}

.paged .pagination {
    display: block;
}

.paged .pagination li {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .paged {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    .paged a, .paged span {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 1px;
    }

    .paged .pagination li {
        padding-bottom: 5px;
    }

    .paged a:hover, .paged ul li:first-child span, .paged ul li:first-child a, .paged ul li:last-child a, .paged ul li:last-child span {
        font-size: 12px;
    }

    .paged ul li:first-child span, .paged ul li:first-child a, .paged ul li:last-child a, .paged ul li:last-child span {
        width: 60px;
        line-height: 30px;
        height: 30px;
    }

}

/*new detail*/
.new_article_title {
    padding-top: 55px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    max-width: 732px;
    width: 100%;
    line-height: 1.2;
}

.new_article_line {
    border-top: 1px solid #EEEEEE;
    padding: 22px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 32px;
}

.article_time {
    float: left;
    font-size: 18px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #999999;
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
}

.article_time:after, .article_name:after {
    content: "";
    height: 16px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #C4C4C4;
}

.article_name {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
}

.article_name a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.article_print {
    float: left;
    padding-right: 8px;
}

.article_print a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background: #F5F5F6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url(../images/printer.svg);
}

.detail-main .detail-cnt {
    min-height: 20vh;
}

.detail-main .detail-cnt p {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 15px;
}

.detail-main .detail-cnt p img, .detail-main .detail-cnt img, .detail-main .detail-cnt table img, .detail-main .detail-cnt video, .detail-main .detail-cnt table {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    border-radius: 6px;
}

.detail-main span.switchsize a {
    padding: 0 3px;
    margin: 0 4px;
    cursor: pointer;
}

.detail-main span.switchsize a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background: #F5F5F6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.detail-main span.switchsize a.bigger {
    background-image: url(../images/bigger.svg);
}

.detail-main span.switchsize a.smaller {
    background-image: url(../images/smaller.svg);
}

.detail-main span.switchsize a:hover {
    text-decoration: underline;
}

.new_article_cont .article_l {
    float: left;
    width: -webkit-calc(100% - 98px);
    width: -moz-calc(100% - 98px);
    width: calc(100% - 98px);
    padding-right: 90px;
}

.article_r {
    width: 98px;
    background: #F6F6F6;
    border-radius: 6px 6px 6px 6px;
    padding: 22px 15px;
    float: right;
}

.article_r .name {
    text-align: center;
    font-size: 16px;
}

.article_r ul li {
    padding-top: 15px;
}

.article_r li .share_bg {
    width: 46px;
    height: 46px;
    background-color: #FFFFFF;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.article_r ul li:hover .share_bg {
    background-color: var(--color-blue);
}

.article_r li p {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
}

.article_r .share_weixin .share_bg {
    background-image: url(../images/new_wx_h.svg);
}

.article_r ul li:hover .share_weixin .share_bg {
    background-image: url(../images/new_wx_w.svg);
}

.article_r .share_qq .share_bg {
    background-image: url(../images/new_qq_h.svg);
    background-size: 20px 20px;
}

.article_r ul li:hover .share_qq .share_bg {
    background-image: url(../images/new_qq_w.svg);
}

.article_r .copy_weixin .share_bg {
    background-image: url(../images/new_link.svg);
}

.article_r ul li:hover .copy_weixin .share_bg {
    background-image: url(../images/new_link_w.svg);
}

.article_r .new_back .share_bg {
    background-image: url(../images/arrow-left.svg);
}

.article_r ul li:hover .new_back .share_bg {
    background-image: url(../images/arrow-left-w.svg);
}

.article_xg {
    padding-top: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.article_xg h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.article_xg_link {
    padding: 16px 0 35px 0;
}

.article_xg_link a {
    height: 34px;
    background: #EEEEEE;
    display: inline-block;
    margin-right: 8px;
    color: #999999;
    font-weight: 16px;
    padding: 0 12px;
    line-height: 34px;
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 5px;
}

.article_xg_link a:hover {
    color: #fff;
    background-color: var(--color-blue);
}

.news_show_more {
    padding: 35px 0 55px 0;
}

.news_show_more .prev {
    float: left;
    width: 50%;
    padding-right: 80px;
    position: relative;
}

.news_show_more .prev:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    background: #CCCCCC;
    height: 62px;
    width: 1px;
}

.news_show_more .next {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.news_show_more .n {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

.news_show_more .t {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.news_show_more .t a {
    font-size: inherit;
    color: inherit;
}

.article_down {
    background: #F5F5F6;
    padding: 40px 0 65px 0;
}

.article_down_sub {
    color: #333;
    line-height: 1.1;
}

.article_down_list {
    padding-top: 30px;
}

.article_down_list ul {
    margin-left: -45px;
    margin-right: -45px;
}

.article_down_list ul li {
    width: 33.33%;
    padding: 0 45px;
    float: left;
}

.article_down_list .article_down_time {
    color: #999999;
    font-family: Roboto;
    font-size: 18px;
}

.article_down_list .article_down_sub {
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    color: #333333;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_down_list li a:hover .article_down_sub {
    color: var(--color-blue);
}

@media screen and (max-width:1279px) {
    .article_down_list .article_down_sub {
        font-size: 20px;
    }

}

@media screen and (max-width:991px) {
    .article_down_list ul {
        margin-left: -25px;
        margin-right: -25px;
    }

    .article_down_list ul li {
        padding: 0 25px;
    }

    .article_down_list .article_down_sub {
        font-size: 18px;
    }

    .news_show_more .prev {
        padding-right: 50px;
    }

    .news_show_more .next {
        padding-left: 50px;
    }

}

@media screen and (max-width:767px) {
    .new_article_line {
        padding-bottom: 12px
    }

    .article_time, .article_name {
        font-size: 14px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .article_print {
        display: none;
    }

    .article_down {
        padding: 40px 0 35px 0;
    }

    .article_down_list ul li {
        width: 100%;
        padding-bottom: 30px
    }

    .article_down_list .article_down_sub {
        font-size: 16px;
    }

    .new_article_cont .article_l {
        padding-right: 0;
        width: 100%;
    }

    .article_r {
        display: none;
    }

    .news_show_more .prev {
        padding-right: 20px;
    }

    .news_show_more .next {
        padding-left: 20px;
    }

    .news_show_more .t {
        font-size: 16px;
        height: 50px;
        line-height: 25px;
    }
.detail-main .detail-cnt iframe {
    width: 100% !important;
    height: 250px;
}
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    a {
        text-decoration: none;
    }

    .head .nav_pc {
        display: none;
    }

    .m_img {
        display: block;
        right: 12px;
        top: 8px;
        position: fixed;
        overflow: hidden;
        z-index: 99;
    }

    .m_img .headrg {
        padding-right: 5%;
        padding-top: 15px;
        float: right;
    }

    .m_img .headrg a .m_menuimg {
        height: 30px;
        vertical-align: top;
        display: block
    }

}

/*zizhizhengshu*/
.honor_content {
    padding-top: 60px;
}

.about_honor .t .left {
    padding-top: 30px;
}

.about_honor .t .right .item {
    width: 160px;
    height: 106px;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    margin-left: 20px;
}

.about_honor .t .right {
    float: right;
    display: flex;
}

.about_honor .t .right .item p {
    font-size: 50px;
    font-family: dincond-medium;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_honor .t .right .item:first-child {
    border-color: #FC786C;
    color: #FC786C;
}

.about_honor .t .right .item:nth-child(2) {
    border-color: #68A287;
    color: #68A287;
}

.about_honor .t .right .item:nth-child(3) {
    border-color: #8D85B9;
    color: #8D85B9;
}

.about_honor .t .right .item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: inherit;
    opacity: 1;
    padding-top: 5px;
    text-align: center;
}

.about_honor .c {
    padding-top: 30px;
}

.about_honor .c .item {
    opacity: 0;
    display: none;
}

.about_honor .c .item.active {
    opacity: 1;
    display: block;
    transition: .6s;
}

.about_honor .c .item .case-swp {
    margin-right: -20px;
    margin-left: -20px;
}

.about_honor .c .item .case-swp li {
    float: left;
    width: 16.66%;
    padding: 20px;
}

.about_honor .c .item .case-swp li .img {
    cursor: pointer;
    overflow: hidden;
}

.about_honor .c .item .case-swp li span {
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    display: block;
    margin-top: 15px;
    cursor: pointer;
}

.about_honor .c .index_new_more {
}

.index-case .case-swp-tc {
    position: fixed;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.index-case .case-swp-tc .swiper-container {
    transform: scale(0);
    transition: transform .6s;
}

.index-case .case-swp-tc .swiper-slide {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index-case .case-swp-tc .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.index-case .case-swp-tc .swiper-slide p {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.case-swp-tc-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 40px;
    top: 20px;
    z-index: 11;
    cursor: pointer;
    background-image: url(../images/tc_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.index-case .case-swp-tc .tc-btn {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    opacity: .3;
}

.index-case .case-swp-tc .tc-btn:hover {
    opacity: 1;
}

.index-case .case-swp-tc .tc-prev {
    left: 50px;
    background-image: url(../images/tc_left.png);
}

.index-case .case-swp-tc .tc-next {
    right: 50px;
    background-image: url(../images/tc_right.png);
}

/*内页关于我们弹窗*/
.case-swp-tc {
    position: fixed;
    z-index: 111;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.case-swp-tc .swiper-container {
    transform: scale(0);
    transition: transform .6s;
}

.case-swp-tc .swiper-slide {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.case-swp-tc .swiper-slide div {
    text-align: center;
}

.case-swp-tc .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
}

.case-swp-tc .swiper-slide p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.case-swp-tc .tc-btn {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    opacity: .3;
}

.case-swp-tc .tc-btn:hover {
    opacity: 1;
}

.case-swp-tc .tc-prev {
    left: 50px;
    background-image: url(../images/tc_left.png);
}

.case-swp-tc .tc-next {
    right: 50px;
    background-image: url(../images/tc_right.png);
}

@media (max-width:768px) {
    .index-case {
        padding-top: 35px;
    }

    .index-case .case-swp {
        padding-top: 30px;
    }

    .index-case .swiper-slide .text {
        padding: 0 20px;
    }

    /*弹窗*/
    .case-swp-tc-close {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }

    .case-swp-tc .tc-btn {
        width: 30px;
        height: 60px;
    }

    .case-swp-tc .swiper-slide p {
        font-size: 16px;
    }

}

.about_honor_two {
    border-top: 1px solid #C9C9C9;
    padding-top: 60px;
    margin-top: 60px;
}

.pb50 {
    padding-bottom: 50px;
}

.about_honor .index_new_more {
    padding-top: 50px;
}

@media screen and (max-width:1279px) {
    .about_honor .c .item .case-swp li {
        width: 25%;
    }

}

@media screen and (max-width:991px) {
    .pb50 {
        padding-bottom: 50px;
    }

    .about_honor .index_new_more {
        padding-top: 30px;
    }

    .about_honor .t .right .item {
        width: 150px;
    }

    .about_honor .t .right .item p {
        font-size: 40px;
    }

}

@media screen and (max-width:767px) {
    .about_honor .t .left {
        padding-top: 0;
    }

    .about_honor .t .right {
        width: 100%;
        padding-top: 30px;
        justify-content: space-between;
    }

    .about_honor .t .right .item p {
        font-size: 35px;
    }

    .about_honor .c .item .case-swp {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about_honor .c .item .case-swp li {
        width: 50%;
        padding: 15px 15px;
    }

    .about_honor_two {
        padding-top: 30px;
        margin-top: 30px;
    }

}

@media screen and (max-width:767px) {
    .about_honor .t .right .item {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 4px;
    }

}

@media screen and (max-width:375px) {
    .about_honor .t .right .item {
        padding-left: 14px;
        padding-right: 14px;
    }

    .about_honor .t .right .item span {
        height: 42px;
    }

}

@media screen and (max-width:390px) and (min-width:376px) {
    .about_honor .t .right .item {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media screen and (max-width:340px) {
    .about_honor .t .right .item {
        padding-left: 5px;
        padding-right: 5px;
    }

}

/*合作案例*/
.pro_list ul.pron {
    margin-left: -12px;
    margin-right: -12px;
}

.pro_list ul.pron li {
    width: 33.33%;
    float: left;
    padding: 0 12px 30px 12px;
}

.pro_list ul.pron li a {
    display: block;
    position: relative;
}

.pro_list ul.pron li .newsroom-item-article {
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pro_list ul.pron li .newsroom-item-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    -webkit-transition: height var(--transition-duration);
    transition: height var(--transition-duration);
}

.pro_list ul.pron li .newsroom-item-image img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_list ul.pron li .newsroom-item-content {
    -webkit-transition: padding-bottom var(--transition-duration) ease;
    transition: padding-bottom var(--transition-duration) ease;
    height: 92px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro_list ul.pron li .newsroom-item-content .prosub {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list ul.pron li a:hover .newsroom-item-image img {
    transform: scale(1.05);
}

.newsroom-item-header-container {
    padding: 20px 34px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: absolute;
    background: #F5F5F5;
    height: 92px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.newsroom-item-header-container .pro_ico {
    position: relative;
}

.pro_list ul.pron li:hover  .newsroom-item-header-container {
    height: 120px;
    background-color: var(--color-blue);
}

.pro_list ul.pron li:hover .newsroom-item-content .prosub {
    color: #fff;
}

@media all and (max-width:991px) {
    .pro_list ul.pron {
        margin-left: -15px;
        margin-right: -15px;
    }

    .pro_list ul.pron li {
        padding: 0 15px 30px 15px;
    }

    .newsroom-item-header-container {
        padding: 20px 20px;
    }

    .pro_list ul.pron li .newsroom-item-content, .newsroom-item-header-container {
        height: 80px;
    }

    .pro_list ul.pron li:hover  .newsroom-item-header-container {
        height: 100px;
    }

}

@media all and (max-width:767px) {
    .pro_list ul.pron li {
        width: 100%;
        padding: 0 22px 30px 22px;
    }

    .newsroom-item-header-container {
        padding: 20px 15px;
    }

    .pro_list ul.pron li .newsroom-item-content .prosub {
        font-size: 18px;
    }

}

/*job*/
.job_up {
    padding-top: 40px;
}

.job_up ul {
    margin-left: -15px;
    margin-right: -15px;
}

.job_up ul li {
    width: 33.33%;
    float: left;
    padding: 15px 15px;
}

.job_up ul li .job_border {
    border: 1px solid #E4E4E4;
    height: 358px;
    padding: 40px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.job_up ul li .job_border h4 {
    font-size: 24px;
    line-height: 1.1;
    color: inherit;
    position: relative;
    padding-bottom: 10px;
}

.job_up ul li .job_border strong {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: inherit;
    line-height: 1.2;
    color: #333333;
}

.job_up ul li .job_border p {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job_up ul li .job_border span {
    position: absolute;
    left: 40px;
    bottom: 58px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.jobpic {
    height: 358px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.job_mid {
    padding: 45px 0 50px 0;
}

.job_mid p {
    font-size: 16px;
    line-height: 1.6;
}

.mhover {
    display: none;
}

.job_up ul li:hover .job_border {
    background: var(--color-blue);
    color: #fff;
}

.job_up ul li:hover .job_border h4:before {
    background-color: #fff;
}

.job_up ul li:hover .job_border .mhover {
    display: inline-block;
}

.job_up ul li:hover .job_border .mhidden {
    display: none;
}

.job_up ul li:hover .job_border p, .job_up ul li:hover .job_border strong {
    color: #fff;
}

.job_list ul {
    border-top: 1px solid #CCCCCC;
    margin-top: 38px;
    margin-bottom: 30px;
}

.job_list ul li {
    padding-top: 75px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 70px;
}

.job_list .job_l {
    float: left;
    width: 28%;
    padding-right: 30px;
}

.job_list .job_r {
    float: left;
    width: 72%;
}

.job_list .job_l h4 {
    font-size: 30px;
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}

.job_list .job_r {
    padding-top: 55px;
}

.job_list .job_r .job_r_cont {
    padding-top: 45px;
}

.job_list .job_r .job_r_cont p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: #666666;
}

.job_r_sub {
    font-size: 18px;
}

.job_r_sub .col-md-3:first-child, .job_r_sub .col-md-3:nth-child(3) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.job_r_sub .col-md-3:nth-child(4) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.job_r_sub strong {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.job_r_more {
    padding-top: 45px;
}

.job_r_more a {
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 46px;
    background: #00479D;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    color: #FFFFFF;
    margin-right: 15px;
}

@media (max-width:1279px) {
    .job_up ul li .job_border {
        padding: 40px 20px;
    }

    .job_up ul li .job_border span {
        left: 20px;
    }

    .job_up ul li .job_border, .jobpic {
        height: 320px;
    }

    .job_r_sub .col-md-3 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-bottom: 15px;
    }

    .job_list .job_r .job_r_cont {
        padding-top: 30px;
    }

    .job_list .job_l h4 {
        font-size: 26px;
    }

}

@media (max-width:991px) {
    .job_up ul li .job_border h4 {
        font-size: 22px;
    }

    .job_up ul li .job_border {
        padding: 30px 20px;
    }

    .job_up ul li .job_border strong {
        font-size: 40px;
    }

    .job_up ul li .job_border span {
        bottom: 30px;
    }

    .job_up ul li .job_border, .jobpic {
        height: 278px;
    }

    .job_list ul li {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .job_list .job_l h4 {
        font-size: 24px;
    }

}

@media (max-width:767px) {
    .job_up {
        padding-top: 30px;
    }

    .job_up ul li {
        width: 100%;
    }

    .job_up ul li .job_border {
        padding: 30px 15px;
    }

    .job_up ul li .job_border, .jobpic {
        height: 300px;
    }

    .job_up ul li .job_border span {
        left: 15px;
        bottom: 30px;
    }

    .job_up ul li .job_border strong {
        font-size: 40px;
    }

    .job_up ul li .job_border h4 {
        font-size: 18px;
    }

    .job_up ul li .job_border p {
        font-size: 16px;
        line-height: 25px;
        height: 100px;
    }

    .pt50 {
        padding-top: 20px;
    }

    .job_list .job_l {
        width: 100%;
        padding-right: 0;
    }

    .job_r_sub .col-md-3 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-bottom: 10px;
    }

    .job_r_cont .row .col-md-3 strong {
        font-size: 18px;
        color: #333;
    }

    .job_list .job_l h4 {
        font-size: 20px;
    }

    .job_list .job_r {
        width: 100%;
    }

    .job_r_more {
        display: flex;
        justify-content: center;
    }

    .job_list .job_r {
        padding-top: 35px;
    }

    .job_r_sub strong, .job_r_cont .row .col-md-3 strong, .job_r_sub {
        font-size: 16px;
    }

}

/*jiejuefangan*/
.m_jjfa_cont .lxfz_hei:nth-child(2n) .pub_img {
    left: 0;
}

.m_jjfa_cont .lxfz_hei:nth-child(2n) .pub_text {
    float: right;
}

.lxfz_hei {
    height: 650px;
    position: relative;
    background: #F1F5F7;
}

.lxfz_hei .pub_img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.lxfz_hei .pc_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lxfz_hei .pub_text {
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 50px;
}

.lxfz_hei .pub_text .t1 {
    font-weight: bold;
    color: #2B2F3F;
    line-height: 1.4;
}

.lxfz_hei .pub_text {
    padding-left: 75px;
    padding-right: 90px;
}

.lxfz_hei .pub_text .h_ {
    width: 10px;
    height: 1px;
    background: #4DBBAA;
    margin: 15px 0 20px;
}

.lxfz_hei .pub_text .des {
    overflow-y: auto;
    max-height: 176px;
}

.lxfz_hei .pub_text .des::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.lxfz_hei .pub_text .des::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.4);
}

.lxfz_hei .pub_text .des::-webkit-scrollbar-thumb {
    background: var(--color-blue);
}

.lxfz_hei .pub_text .des p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-bottom: 22px;
}

.lxfz_hei .pub_text .des p:last-child {
    padding-bottom: 0;
}

.jjfa_four {
    padding-top: 30px;
}

.jjfa_four ul li {
    width: 25%;
    float: left;
    text-align: center;
    display: flex;
    padding: 0 15px 15px 0;
}

.jjfa_four span {
    width: 90px;
    height: 90px;
    background: #EEEEEE;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.jjfa_four p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-top: 15px;
}

.jjfa_more {
    padding-top: 40px;
}

.jjfa_more a {
    width: 190px;
    height: 50px;
    background-color: #0C51F6;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.jjfa_more a:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-blue);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.jjfa_more a:hover {
    background-color: var(--color-blue);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.jjfa_more a:hover:before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

@media(min-width:768px) {
    .jjfa_four ul li span img {
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }

    .jjfa_four ul li div:hover span img {
        -moz-transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

}

@media (max-width:1300px) {
    .lxfz_hei .pub_text {
        padding-left: 30px;
        padding-right: 50px;
    }

}

@media (max-width:1279px) {
    .jjfa_four span {
        width: 80px;
        height: 80px;
    }

}

@media (max-width:991px) {
    .lxfz_hei .pub_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lxfz_hei .pub_text .des {
        max-height: 109px;
    }

    .jjfa_four span {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .jjfa_four p {
        font-size: 16px;
    }

    .lxfz_hei {
        height: 520px;
    }

    .jjfa_more {
        padding-top: 20px;
    }

}

@media (max-width:767px) {
    .lxfz_hei {
        height: auto;
    }

    .lxfz_hei .pub_text {
        height: auto;
        width: 100%;
        padding-bottom: 30px;
    }

    .lxfz_hei .pc_img {
        background: none !important;
    }

    .lxfz_hei .pub_img {
        width: 100%;
        position: inherit;
        float: left;
    }

    .jjfa_four p {
        line-height: 1.2;
    }

    .lxfz_hei .pub_text .des {
        max-height: inherit;
    }

    .m_jjfa_cont .lxfz_hei:nth-child(2n) .pub_img {
        left: inherit;
        float: left;
    }

    .m_jjfa_cont .lxfz_hei:nth-child(2n) .pub_text {
        float: left;
    }

    .jjfa_more a {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }

}

@media (max-width:360px) {
    .jjfa_four ul li {
        width: 50%;
        padding-right: 0;
        justify-content: center;
    }

    .jjfa_four span {
        margin: 0 auto;
    }

}

/*pro*/
.pro_ban {
    height: auto;
    position: relative;
}

.pro_ban .page_ban_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_ban .page_ban_text .m_page_right, .pro_ban .page_ban_text .m_page_right a {
    color: rgba(204, 204, 204, 0.4);
}

.pro_ban .page_ban_text .m_page_right a:hover {
    color: #fff;
}

.page_pro_list .proSwiper .swiper-slide.active .pro_num, .page_pro_list .proSwiper .swiper-slide.active .pro_sub {
    color: var(--color-blue);
}

.page_pro_list .proSwiper .swiper-slide.active .pro_sub {
    font-size: 18px;
}

.page_pro_list .proSwiper .swiper-slide.active:after {
    top: 0;
    height: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.page_pro_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 54px;
    color: #333333;
    padding-top: 45px;
}

.pro-con_ {
    margin: 0 -30px;
}

.pro-con_ li {
    width: 50%;
    float: left;
    padding: 40px 30px;
}

.pro-con_ .li-box {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-image: url(../images/pro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-left: 50px;
    padding-bottom: 52px;
    position: relative;
    height: 381px;
}

.pro-con_ .li-box .text {
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
}

.pro-con_ .li-box .text h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 1;
}

.pro-con_ .li-box .text .more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pro-con_ .li-box .text .more span {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/more_j1.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.pro-con_ .li-box .img {
    width: 50%;
    right: 10px;
    max-height: 100%;
    bottom: 5px;
    position: absolute;
}

.pro-con_ .li-box .img img {
    width: 100%;
    max-height: 100%;
}

.pro-con_ .li-box:hover .more span {
    background-color: var(--color-blue);
    background-image: url(../images/more_j2.svg);
    transform: rotate(45deg);
    transition: transform .6s;
}

.pro-con_ .li-box:hover .img {
    bottom: 30px;
}

@media(max-width:1279px) {
    .pro-con_ .li-box {
        padding-top: 50px;
        height: 300px;
        padding-left: 30px;
    }

    .pro-con_ .li-box .text h2 {
        font-size: 20px;
    }

}

@media(max-width:991px) {
    .pro-con_ {
        margin: 0 -15px;
    }

    .pro-con_ li {
        padding: 15px 15px;
        width: 100%;
    }

    .pro-con_ .li-box {
        padding-top: 50px;
        height: 350px;
        padding-left: 30px;
    }

}

@media(max-width:767px) {
    .page_pro_title {
        font-size: 26px;
    }

    .pro-con_ {
        margin: 0;
    }

    .pro-con_ li {
        width: 100%;
        padding: 20px 0;
    }

    .pro-con_ .li-box .text h2 {
        font-size: 18px;
    }

    .pro-con_ .li-box .text h2:nth-child(2) {
        word-break: break-word;
    }

    .pro-con_ .li-box .text .more span {
        width: 30px;
        height: 30px;
    }

    .pro-con_ .li-box {
        height: auto;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pro-con_ .li-box .img {
        position: inherit;
        float: right;
        width: 50%;
        padding-top: 30px;
        right: inherit;
        padding-right: 15px;
    }

    .pro-con_ .li-box:hover .img {
        bottom: 17px;
    }

    .pro-con_ .li-box .text {
        width: 43%;
        height: 66%;
        position: absolute;
        left: 20px;
    }

}

@media(max-width:350px) {
    .pro-con_ .li-box .text h2 {
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 5px;
    }

}

/*pro detail*/
.pro_d_cation {
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0 20px 0;
}

.pro_d_cation .left, .pro_d_cation .left a {
    line-height: 48px;
    font-size: 16px;
}

.pro_d_cation .right {
    display: flex;
}

.pro_d_cation .right a {
    display: flex;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #00479D;
}

.pro_d_cation .right a.back span {
    width: 48px;
    height: 48px;
    background-color: #00479D;
    background-image: url(../images/arrow-left-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.pro_d_cation .right a.pro_share {
    width: 48px;
    height: 48px;
    border: 1px solid #EAEAEA;
    border-radius: 50%;
    margin-left: 18px;
    background-image: url(../images/pro_share.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.pro_d_cation .right a.pro_share:hover {
    background-color: var(--color-blue);
    background-image: url(../images/pro_share_w.svg);
}

.pro_d_cont {
    padding-top: 55px;
}

.pro_detail_menu .m_page_nav ul li a {
    padding: 0 27px;
}

.pro_left_nav {
    width: 60px;
    float: left;
    text-align: center;
}

.pro_left_nav li {
    padding-bottom: 26px;
}

.pro_left_nav li a {
    display: inline-block;
}

.pro_left_nav i {
    display: inline-block;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.pro_left_nav i.pro_d_ico_01 {
    background-image: url(../images/pro_d_ico_01.svg);
}

.pro_left_nav i.pro_d_ico_02 {
    background-image: url(../images/pro_d_ico_02.svg);
}

.pro_left_nav i.pro_d_ico_03 {
    background-image: url(../images/pro_d_ico_03.svg);
}

.pro_left_nav i.pro_d_ico_04 {
    background-image: url(../images/pro_d_ico_04.svg);
}

.pro_left_nav li.active i.pro_d_ico_01 {
    background-image: url(../images/pro_d_ico_h01.svg);
}

.pro_left_nav li.active i.pro_d_ico_02 {
    background-image: url(../images/pro_d_ico_h02.svg);
}

.pro_left_nav li.active i.pro_d_ico_03 {
    background-image: url(../images/pro_d_ico_h03.svg);
}

.pro_left_nav li.active i.pro_d_ico_04 {
    background-image: url(../images/pro_d_ico_h04.svg);
}

.pro_left_nav  h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
    margin-top: 5px;
}

.pro_d_cont .pro_de_r {
    float: right;
    padding-left: 60px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.pro_d_title {
    line-height: 1.1;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-weight: bold;
    margin-bottom: 35px;
}

.pro_d_one .pro_d_up {
    display: flex;
}

.pro_d_one .pro_d_left {
    float: left;
    width: 45%;
}

.pro_d_one .pro_d_right {
    float: left;
    width: 55%;
    padding-left: 65px;
    position: relative;
}

.prodSwiper {
    margin-top: 13px;
}

.pro_d_img {
    padding-top: 55px;
    padding-bottom: 40px;
}

.pro_d_down {
    margin-top: 12px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.pro_d_down .prod-button-next, .pro_d_down .prod-button-prev {
    width: 22px;
    height: 100%;
    background-color: #EEEEEE;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    outline: 0;
    cursor: pointer;
}

.pro_d_down .prod-button-prev {
    left: 0;
    background-image: url(../images/pro_d_l.svg);
}

.pro_d_down .prod-button-next {
    right: 0;
    background-image: url(../images/pro_d_r.svg);
}

.prodSwiper2 .swiper-slide {
    height: 400px;
    display: flex;
    align-items: center;
}

.prodSwiper2 .swiper-slide img {
    max-height: 100%;
}

.prodSwiper .swiper-slide {
    opacity: 0.6;
    text-align: center;
    height: 114px;
    display: flex;
    align-items: center;
}

.prodSwiper .swiper-slide img {
    max-height: 100%;
}

.prodSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.pro_d_right {
    padding-top: 45px;
}

.pro_d_right .pro_d_one_title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 25px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.pro_d_right .pro_d_one_title h3 {
    font-weight: bold;
    line-height: inherit;
    color: #333333;
    font-size: inherit;
    margin-right: 5px;
    display: inline-block;
}

.pro_d_right .pro_d_des {
    padding-top: 40px;
}

.pro_d_right .pro_d_des strong {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    display: block;
    padding-bottom: 15px;
}

.pro_d_right .pro_d_scoll {
    max-height: 160px;
    overflow-y: auto;
}

.pro_d_right .pro_d_scoll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.pro_d_right .pro_d_scoll::-webkit-scrollbar-track {
    background: #999;
}

.pro_d_right .pro_d_scoll::-webkit-scrollbar-thumb {
    background: #E9E9E9;
}

.pro_d_right .pro_d_scoll  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.pro_d_right .pro_d_more_01 {
    position: absolute;
    bottom: 0;
    left: 65px;
}

.pro_d_right .pro_d_more_01 a {
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    display: inline-block;
    max-width: 45%;
    text-align: center;
}

.pro_d_right .pro_d_more_01 a span {
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 400;
}

.pro_d_right .pro_d_more_01 a.pro_d_next {
    background-color: #EEEEEE;
    margin-right: 10px;
}

.pro_d_right .pro_d_more_01 a.pro_d_lx {
    background-color: var(--color-blue);
}

.pro_d_right .pro_d_more_01 a.pro_d_next span {
    padding-right: 21px;
    background-image: url(../images/pro_d_jt.svg);
    background-position: right center;
    color: #333333;
    background-size: 13px 7px;
}

.pro_d_right .pro_d_more_01 a.pro_d_lx span {
    padding-left: 28px;
    background-image: url(../images/pro_d_tel.svg);
    background-position: left center;
    background-size: 18px 17px;
    color: #FFFFFF;
}

.pro_d_td {
    padding-bottom: 70px;
}

.pro_d_td p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.pro_d_three .pro_d_three_sub {
    font-weight: bold;
    line-height: 1.2;
    color: #26334C;
    padding-bottom: 40px;
}

.pro_d_three_tab .table_01, .pro_d_three_tab .table_02 {
    margin-bottom: 60px;
}

.pro_d_three_tab .table_01 td, .pro_d_three_tab .table_01 th, .pro_d_three_tab .table_02 td, .pro_d_three_tab .table_02 th {
    vertical-align: middle;
}

.pro_d_three_tab .table_01 thead th {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 18px;
}

.pro_d_three_tab .table_01 td {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #26334C;
    font-size: 16px;
}

.pro_d_three_tab .table_01 thead {
    background: #F2F4F7;
}

.pro_d_three_tab .table_01 thead th {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #26334C;
    width: 50%;
}

.pro_d_three_tab .table_01 tbody tr:nth-of-type(even) {
    background: #F2F4F7;
}

.pro_d_three_tab .table_02 th {
    width: 20%;
    background: #F2F4F7;
}

.pro_d_three_tab .table_02 th, .pro_d_three_tab .table_02 td {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #26334C;
    font-size: 16px;
}

.pro_d_three_tab .table_02 td {
    width: 30%;
}

.pro_d_yylist {
}

.pro_d_yylist ul {
    margin-right: -17px;
    margin-left: -17px;
}

.pro_d_yylist ul li {
    width: 50%;
    float: left;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 40px;
}

.pro_d_yylist .pro_yy_img {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.pro_d_yylist .pro_yy_mask {
    height: 132px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 33px 25px 33px;
    display: flex;
    align-items: flex-end;
}

.pro_d_yylist .pro_yy_mask h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
}

.pro_d_yylist ul li .pro_yy_pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pro_d_yylist ul li:hover .pro_yy_pic {
    transform: scale(1.03);
}

@media(max-width:1365px) {
    .pro_detail_menu .m_page_nav ul li a {
        padding: 0 20px;
    }

    .pro_d_right .pro_d_one_title h3 {
        width: 100%;
        padding-bottom: 5px;
        padding-right: 0
    }

}

@media(max-width:1279px) {
    .prodSwiper2 .swiper-slide {
        height: 350px;
    }

}

@media(max-width:991px) {
    .pro_d_one .pro_d_up {
        display: block;
    }

    .pro_d_one .pro_d_left {
        width: 100%;
    }

    .pro_d_one .pro_d_right {
        float: left;
        width: 100%;
        padding-left: 0px;
        position: relative;
    }

    .prodSwiper .swiper-slide {
        height: auto;
    }

    .prodSwiper2 .swiper-slide {
        height: auto;
    }

    .pro_d_right .pro_d_scoll {
        max-height: inherit;
        margin-bottom: 30px
    }

    .pro_d_right .pro_d_more_01 {
        position: relative;
        left: inherit;
        bottom: inherit;
    }

}

@media(max-width:767px) {
    .pro_left_nav {
        display: none;
    }

    .pro_d_cont .pro_de_r {
        width: 100%;
        padding-left: 0;
    }

    .pro_detail_menu .m_page_nav {
        background-color: #fff;
        padding-top: 15px;
    }

    .pro_detail_menu .m_page_nav ul li {
        width: 50%;
        padding: 5px;
    }

    .pro_detail_menu .m_page_nav ul li a {
        border: 1px solid #DDDDDD;
        color: #666;
    }

    .pro_detail_menu .m_page_nav ul li.current a, .pro_detail_menu .m_page_nav ul li:hover a {
        color: #fff;
        border-color: var(--color-blue);
    }

    .pro_detail_menu .m_page_nav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .pro_d_right .pro_d_more_01 {
        display: flex;
        justify-content: space-between;
    }

    .pro_d_yylist ul li {
        width: 100%;
    }

}

/*guoxingyoushi*/
.ys_title {
    font-size: 22px;
    font-weight: bold;
}

.ys_title span {
    position: relative;
    padding-right: 30px;
    font-size: inherit;
}

.ys_title span:before {
    width: 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background: #999999;
    opacity: 1;
}

.about_mid {
}

.about_mid .left_a {
    width: 55.5%;
    float: left;
    padding-right: 60px;
}

.about_mid .right_a {
    width: 44.5%;
    float: right;
}

.about_mid .about_mid01 {
    line-height: 1.4;
    color: #333333;
    margin-top: 25px;
}

.about_mid .about_mid02 {
    padding-top: 23px;
    padding-bottom: 15px;
}

.about_mid .about_mid02 p {
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 0;
}

.about_mid .about_mid01 span, .about_mid .about_mid01 strong {
    color: inherit;
    font-size: inherit;
}

.about_mid03 {
    padding-top: 20px;
}

.about_mid03 ul {
    margin-right: -10px;
    margin-left: -10px;
}

.about_mid03 ul li {
    overflow: hidden;
    padding: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 50%;
    float: left;
}

.about_mid03 ul li a {
    border: 1px solid #DDDDDD;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 5px;
}

.about_mid03 ul li span {
    display: inline-block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.about_mid03 ul li span.left {
    position: relative;
    padding-left: 17px;
    font-size: 18px;
    color: #333333;
}

.about_mid03 ul li span.left:before {
    width: 8px;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 8px;
    display: inline-block;
    background: #D1E5E9;
    border-radius: 50%;
    opacity: 1;
}

.about_mid03 ul li:hover a {
    border: 1px solid var(--color-blue);
    background-color: var(--color-blue);
}

.about_mid03 ul li:hover span.left {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #fff;
}

.ys_kycg_border {
    border: 1px solid #DDDDDD;
    opacity: 1;
    border-radius: 6px;
    margin-top: 55px;
    overflow: hidden;
}

.ys_kycg_border .row {
    background: #F9F9F9;
    height: 180px;
}

.ys_kycg_border .row .col {
    text-align: center;
    padding-top: 45px;
    border-right: 1px solid #DDDDDD;
}

.ys_kycg_border .row .col:last-child {
    border-right: none;
}

.ys_kycg_border .ys_one strong {
    font-size: 48px;
    font-family: dinCond-Medium;
    font-weight: bold;
    line-height: 1;
    margin-right: 8px;
}

.ys_kycg_border .ys_two {
    font-size: 24px;
    padding-top: 5px;
    font-weight: bold;
}

.ys_color_01 {
    color: #E45A5A;
}

.ys_color_02 {
    color: #593268;
}

.ys_color_03 {
    color: #2E75B6;
}

.ys_color_04 {
    color: #018E9D;
}

.ys_color_05 {
    color: #5A7FE4;
}

.ys_color_06 {
    color: #2EB691;
}

.ys_color_07 {
    color: #B67B2E;
}

.ys_color_08 {
    color: #B62E4A;
}

.ys_kycg_mid {
    padding-left: 95px;
    padding-right: 95px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 75px;
    padding-bottom: 75px;
}

.ys_kycg_mid .left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding-top: 20px;
    position: relative;
}

.ys_kycg_mid .left p:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.ys_kycg_mid .right {
    padding-top: 20px;
}

.ys_kycg_mid .right a {
    width: 290px;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    font-size: 16px;
}

.ys_kycg_mid .right a span {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    background-color: #00479D;
    background-image: url(../images/ys_jt.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 24px;
    border-radius: 25px;
}

.about_video {
    height: 663px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ys_honor .ys_honor_mask {
    position: relative;
}

.ys_honor .ys_honor_mask .ys_honor_title {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
}

.ys_fwbg {
    background-image: url(../images/fw_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 750px;
    width: 100%;
    padding-top: 140px;
}

.ys_fwbg .page_wh_title, .ys_fwbg .m_eng {
    color: #fff;
}

.ys_fwbg .ys_ser {
    padding-top: 65px;
}

.ys_fwbg .ys_ser h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}

.ys_fwbg .ys_ser strong {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 25px;
}

.ys_fwbg .ys_ser p {
    line-height: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.ys_fwbg .ys_address {
    padding-top: 35px;
}

.ys_fwbg .ys_address span {
    height: 50px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 27px;
    margin-right: 15px;
    min-width: 160px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
.ys_fwbg .ys_address span:hover {
    background-color: #fff;  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: var(--color-blue);
}
.ys_fwbg .ys_address span:before {
    content:"";
    z-index: -1;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.ys_fwbg .ys_address span:hover:before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

@media(max-width:1279px) {
    .about_mid03 ul li {
        width: 100%;
    }

    .ys_kycg_border .ys_two {
        font-size: 22px;
    }

    .ys_honor .ys_honor_mask .ys_honor_title {
        top: 60px;
    }

    .ys_fwbg .ys_ser h2 {
        font-size: 36px;
    }

}

@media(max-width:991px) {
    .about_mid .left_a {
        padding-right: 40px;
    }

    .about_mid .about_mid01.font36 {
        font-size: 25px;
    }

    .ys_title {
        font-size: 20px;
    }

    .ys_kycg_border .ys_two {
        font-size: 20px;
    }

    .ys_kycg_mid {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .ys_kycg_border .ys_one strong {
        font-size: 40px;
    }

    .ys_fwbg .ys_ser h2 {
        font-size: 32px;
    }

}

@media(max-width:767px) {
    .ys_fwbg {
        background-image: url(../images/fw_bg2.jpg);
    }

    .ys_title {
        font-size: 18px;
    }

    .ys_kycg_border .ys_two {
        font-size: 18px;
    }

    .about_mid .left_a {
        width: 100%;
        padding-right: 0;
    }

    .about_mid .right_a {
        width: 100%;
        float: left;
        padding-top: 30px
    }

    .ys_kycg_mid {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .ys_kycg_border .row {
        height: auto;
    }

    .ys_kycg_border .row .col {
        height: 150px;
        padding-top: 45px;
        flex-basis: inherit;
        width: 50%;
    }

    .ys_kycg_border .row .col:nth-child(1), .ys_kycg_border .row .col:nth-child(2) {
        border-bottom: 1px solid #DDDDDD;
    }

    .ys_kycg_border .ys_one strong {
        font-size: 34px;
    }

    .ys_kycg_mid .right {
        width: 100%;
        padding-top: 50px
    }

    .ys_kycg_mid .right a {
        max-width: 100%;
    }

    .ys_fwbg {
        min-height: 750px;
        height: auto;
        padding-top: 50px;
    }

    .ys_fwbg .ys_ser {
        padding-top: 45px;
    }

    .ys_fwbg .ys_ser h2 {
        font-size: 30px;
        word-break: break-word;
    }

    .ys_fwbg .ys_address span {
        margin-bottom: 15px;
    }

}

/*service*/
.ser_up_cont {
    background-image: url(../images/service.svg);
    background-repeat: no-repeat;
    background-position: right 30px;
    background-size: 40%;
}

.ser_one {
    padding-top: 100px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 115px;
}

.ser_one .h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ser_one strong {
    display: inline-block;
    float: left;
    padding-right: 95px;
}

.ser_one p {
    display: flex;
    float: left;
    align-items: center;
    font-weight: bold;
    color: #333333;
}

.ser_one p a {
    color: inherit;
    font-size: inherit;
    margin-left: 10px;
}

.ser_one p span {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #00479D;
    border-radius: 50%;
    background-image: url(../images/ser_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.ser_two_des {
    padding-top: 10px;
    font-size: 16px;
}

.ser_two_bg .bg {
    height: 462px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px 0 90px;
}

.ser_two_ico img {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }

}

.ser_two_bg .ser_two_title {
    color: #fff;
    padding-top: 25px;
}

.ser_two_bg .bg p {
    padding-top: 25px;
    line-height: 1.6;
    color: #FFFFFF;
    word-break: break-word;
}

.ser_three .ul {
    padding-top: 20px;
}

.ser_three .ul ul {
    margin-left: -12px;
    margin-right: -12px;
}

.ser_three .ul ul li {
    width: 25%;
    float: left;
    padding: 12px;
}

.ser_three .ul .border {
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.08);
    border-radius: 6px 6px 6px 6px;
    padding: 40px 30px 15px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_three .ul .border span {
    width: 78px;
    height: 78px;
    background: #EEEEEE;
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ser_three .ul .border span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}



.ser_three .ul .border span img:nth-child(2) {
    display: none;
}

.ser_three .ul .border p {
    margin-top: 20px;
    font-size: 16px;
    max-height: 75px;
    overflow-y: auto;
}

.ser_three .ul .border p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ser_three .ul .border p::-webkit-scrollbar-track {
    background: #999;
}

.ser_three .ul .border p::-webkit-scrollbar-thumb {
    background: #E9E9E9;
}

.ser_three .ul li .border:hover {
    background: linear-gradient(135deg, #0C51F6 0%, #00479D 100%);
}

.ser_three .ul li .border:hover span {
    background-color: inherit;
}

.ser_three .ul li .border:hover span:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ser_three .ul .border:hover span img:nth-child(1) {
    display: none;
}

.ser_three .ul .border:hover span img:nth-child(2) {
    display: inline-block;
}

.ser_three .ul .border:hover p {
    color: #fff;
}


.ser_lx_bgup {
    position: relative;
    width: 100%;
    margin-top: 44px;
    background-color: #F5F5F7;
    z-index: 1;
}
.ser_lx_bgup::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 610px;
    background-image: url(../images/ser_bg_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}
.ser_lx_bgup:before {
    content: "";
    width: 100%;
    height: 610px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.ser_lx_bgup .container {
    position: relative;
    z-index: 8;
    height: 100%;
}

.ser_lx_bgup .ser_lx_title {
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 50px;
    line-height: 1.6;
    text-align: center;
}

.ser_lx_bgup .index_last_nav {
    text-align: center;
    padding-left: 52px;
    margin-top: 50px;
}

.ser_lx_bgup .index_last_nav a {
    width: 176px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 28px;
}

.ser_lx_bgup .index_last_nav a:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-blue);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.ser_lx_bgup .index_last_nav a span {
    font-size: 16px;
    color: #fff;
    background-image: url(../images/pro_more_ico_g.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}

.ser_lx_bgup .index_last_nav a:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ser_lx_bgup .index_last_nav a:hover::before {
    transform-origin: center left;
    transform: scaleX(1.05);
}

.ser_lx_bgup .ser_lx_border {
    margin-top: 20px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 80px 15px 70px 15px;
}

.ser_lx_bgup .ser_lx_mid {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ser_lx_bgup .ser_lx_mid p {
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.ser_lx_bgup .ser_lx_mid div:nth-child(2) {
    padding-left: 55px;
}

.ser_lx_bgup .ser_lx_mid p span {
    width: 37px;
    height: 37px;
    overflow: hidden;
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 15px;
    background: #ECECEC;
    justify-content: center;
    border-radius: 19px 19px 19px 19px;
}

.ser_lx_bgup .ser_lx_mid p span  img {
    width: 16px;
    height: 22px;
}

.ser_lx_bgdown {
    background-image: url(../images/ser_bg_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 90px;
}

.ser_last_down .col {
    border-right: 1px solid #DBDBDB;
    padding-left: 30px;
}

.ser_last_down .col:last-child {
    border-right: none;
}

.ser_last_down p {
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    display: flex;
    margin-bottom: 14px;
    font-size: 16px;
}

.ser_last_down p a {
    color: #333;
}

.ser_last_down p span {
    margin-right: 8px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.ser_last_down p span img {
    vertical-align: top;
    padding-top: 3px;
}

.ser_last_down p strong {
    font-size: 18px;
    color: var(--color-blue);
}

.ser_lx_bgdown .row {
    padding-top: 30px;
    margin-left: -8px;
    margin-right: -8px;
}

.ser_lx_bgdown .row .col {
    padding-left: 8px;
    padding-right: 8px;
}

.ser_lx_bgdown .ser_zx_border {
    height: 100%;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    padding: 40px 85px 40px 85px;
}

.ser_lx_bgdown .ser_zx_border p {
    font-size: 16px;
}

.ser_lx_bgdown .ser_zx_border h3 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 22px;
    color: #333333;
}

.ser_last_cont {
}

.ser_last_cont .left {
    float: left;
    width: 50%;
    position: relative;
}

.ser_last_cont .ser_last_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_last_cont .ser_last_mask strong {
    color: #fff;
}

.ser_last_cont .ser_last_mask p {
    color: #fff;
    font-size: 16px;
}

@media(max-width:1579px) {
    .ser_one strong {
        width: 100%;
    }
    .ser_one p {
        padding-right: 10px;
       
    }
    .ser_one p:last-child {
        padding-right: 0;
    }
}
@media(max-width:1440px) {
    .ser_last_down p {
        font-size: 14px;
    
    }

}

@media(max-width:1365px) {
    .ser_lx_bgup .ser_lx_border {
        padding-left: 20px
    }

    .ser_three .ul .border {
        padding: 40px 20px 15px 20px;
    }

    .ser_last_down .col {
        padding-left: 15px
    }

    .ser_last_down p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ser_lx_bgdown .ser_zx_border {
        padding: 40px 65px 40px 65px;
    }

}

@media(max-width:1279px) {
    .ser_lx_bgup .ser_lx_border {
        padding: 40px 15px 20px 25px;
    }

    .ser_last_down .row {
        display: inline-block;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .ser_last_down .row .col {
        width: 33.33%;
        float: left;
        flex-grow: inherit;
        flex-basis: auto;
        margin-bottom: 20px;
    }

    .ser_last_down .row .col:nth-child(3) {
        border-right: none;
    }

    .ser_last_down p {
        margin-bottom: 8px;
    }

    .ser_lx_bgdown .ser_zx_border {
        padding: 40px 30px 40px 30px;
    }

    .ser_lx_bgdown .ser_zx_border h3 {
        font-size: 22px;
    }

}

@media(max-width:991px) {
    .ser_one {
        padding-top: 60px;
        padding-bottom: 75px;
    }

    .ser_three .ul .border span {
        width: 65px;
        height: 65px;
        padding: 15px;
    }
    .ser_lx_bgup {height: 670px;}

    .ser_lx_bgup .ser_lx_mid {
        display: block;
        margin-bottom: 40px;
    }

    .ser_lx_bgup .ser_lx_mid div:nth-child(2) {
        padding-left: 0;
        margin-top: 10px;
    }
    .ser_lx_bgup .ser_lx_mid .index_last_nav {
        text-align: left;
        padding-left: 52px!important;
        margin-top: 0!important;
    }
    .ser_lx_bgup .ser_lx_border {
        padding: 40px 0 20px 25px;
    }

    .ser_two_bg .bg {
        padding: 60px 50px 0 50px;
    }

    .ser_lx_bgdown .ser_zx_border {
        padding: 40px 20px 40px 20px;
    }

    .ser_lx_bgdown .ser_zx_border h3 {
        font-size: 20px;
    }


}

@media(max-width:767px) {
    .ser_one {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .ser_one .h3 {
        display: block;
        overflow: hidden;
    }

    .ser_one p {
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .ser_one p span {
        width: 45px;
        height: 45px;
        background-size: 25px 25px;
        margin-right: 10px;
        float: left;
        margin-top: 3px;
    }

    .ser_one strong {
        padding-right: 0;
        display: block;
        width: 100%;
    }

    .ser_one p a {
        display: inline-block;
        margin-left: 0;
        min-width: 50%;
    }

    .ser_two_bg .bg {
        height: auto;
        padding: 50px 30px 50px 30px;
    }

    .ser_three .ul ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ser_three .ul ul li {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ser_three .ul .border {
        padding: 40px 15px 15px 15px;
    }

    .ser_three .ul .border p {
        max-height: 100px;
    }

    .ser_lx_bgup .ser_lx_border {
        position: inherit;
        bottom: inherit;
    }

    .ser_lx_bgup {
        height: auto;
        padding-bottom: 30px
    }

    .ser_lx_border {
        margin-top: 30px;
    }

    .ser_lx_bgup .ser_lx_mid p {
        font-size: 14px;
        line-height: 20px;
    }
    .ser_lx_bgup .ser_lx_mid .index_last_nav {
        padding-left:40px!important;
    }
    .ser_lx_bgup .ser_lx_mid p span {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        padding: 8px;
    }

    .ser_last_down .row .col {
        width: 100%;
        border-right: none;
    }

    .ser_lx_bgdown {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .ser_lx_bgdown .row .col {
        flex-basis: inherit;
        margin-bottom: 15px;
    }

    .ser_lx_bgdown .ser_zx_border p {
        margin: 0 auto;
        max-width: 300px;
    }

    .ser_last_cont .left {
        width: 100%;
    }

}

.positionr {
    position: relative;
}

/*mess*/
.messform {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-bottom: 70px;
}

.messform .col {
    width: 50%;
    padding: 15px;
    float: left;
}

.messform .colw100 {
    width: 100%;
    padding: 15px;
    float: left;
}

.messform .col6 {
    width: 65%;
    padding: 15px;
    float: left;
}

.messform .col4 {
    width: 35%;
    padding: 15px;
    float: left;
}

.messcontrol {
    width: 100%;
    height: 60px;
    border: 1px solid #E8E8E8;
    outline: 0;
    font-size: 16px;
    padding: 10px 25px;
    line-height: 40px;
    padding-left: 55px;
    border-radius: 3px;
}

.messcont {
    width: 100%;
    border: 1px solid #E8E8E8;
    min-height: 138px;
    padding-left: 55px;
    padding-top: 15px;
    line-height: 28px;
    font-size: 16px;
    outline: 0;
    border-radius: 3px;
}

.messcontrol:hover, .messcont:hover {
    border: 1px solid var(--color-blue);
}

.messform span {
    position: relative;
    display: block;
    width: 100%;
}

.messform span:after {
    content: "";
    width: 21px;
    height: 100%;
    position: absolute;
    left: 25px;
}

.messform span.mess001:after {
    background: url("../images/messico01.png") no-repeat center;
}

.messform span.mess01:after {
    background: url("../images/messico01.png") no-repeat center;
}

.messform span.mess02:after {
    background: url("../images/messico02.png") no-repeat center;
}

.messform span.mess03:after {
    background: url("../images/messico03.png") no-repeat center;
}

.messform span.mess04:after {
    background: url("../images/messico04.png") no-repeat center;
}

.messform span.mess05:after {
    background: url("../images/messico05.png") no-repeat center;
}

.messform span.mess06:after {
    background: url("../images/messico06.png") no-repeat center;
}

.messform span.mess07:after {
    background: url("../images/messico07.png") no-repeat center;
    height: 20px;
    top: 21px;
}

.messform span.mess08:after {
    background: url("../images/messico08.png") no-repeat center;
}

.messform span.mess09:after {
    background: url("../images/messico09.png") no-repeat center;
    height: 20px;
    top: 21px;
}

.messform .mess08 {
    max-width: 506px;
    float: left;
    width: 50%;
}

.messyz {
    float: left;
    display: inline-block;
    padding-left: 20px;
    width: 50%;
}

.submit {
    background-color: var(--color-blue);
    max-width: 250px;
    height: 60px;
    border: none;
    outline: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

@media (max-width:767px) {
    .message_code span {
        margin-left: 5px;
    }

    .message_code span img {
        max-height: 50px;
    }

    .red {
        color: #F00;
        font-style: normal;
    }

}

@media screen and (max-width:767px) {

    /*mess*/
    .messform {
        padding-bottom: 40px
    }

    .messform .col {
        width: 100%;
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .messform .col6 {
        width: 100%;
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .messform .col4 {
        width: 100%;
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .messform .colw100 {
        padding: 10px 15px;
        padding-bottom: 30px;
    }

    .messform .mess08 {
        width: 100%;
    }

    .messyz {
        padding-left: 0;
        margin-top: 15px;
    }

    .submit {
        max-width: 100%;
    }

}

/* index service */
.index_last_service {
    padding-top: 45px;
}
.page_service {
    padding-left: 15px;
    padding-top: 0;
    padding-right: 15px;
}
.index_last_service .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.index_last_service .row .borders {
    padding-right: 15px;
}
.index_last_service .two {
   max-width: 460px;
   flex: 1;
   padding-left: 15px;
}
.index_last_service .three {
    padding-left: 15px;
    width: 20%;
}
.index_last_service .line {
    width: 1px;
    background-color:rgba(102, 102, 102, 0.3);
}
.index_last_service .t {
    padding-top: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    display: flex;
    margin-bottom: 16px;
}
.page_service .t {
    font-size: 18px;
    color: var(--color-blue);
}
.index_last_service .borders .t:first-child {
padding-top: 0;
}
.index_last_service p {
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    display: flex;
    margin-bottom: 8px;
}
.index_last_service p a {
    color: inherit;
    line-height: inherit;
    margin-left: 4px;
}
.index_last_service .two_list ul {
    display: flex;
    flex-wrap: wrap;
}
.index_last_service .two_list ul li {
    width: 50%;
}
.index_last_service .two_list ul li {
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    display: flex;
    margin-bottom: 8px;
}
.index_last_service .two_list ul li a {
    color: inherit;
    line-height: inherit;
    margin-left: 4px;
}
@media screen and (max-width:1279px) {
    .index_last_service .two_list ul li {
        width: 100%;
    }
    .index_last_service .row .borders {
        padding-right: 25px;
        padding-left: 25px;
    }
.index_last_service .three {
    padding-left: 25px;
    padding-right: 25px;;
    width: auto;
}
.page_service {
    padding-left:0;
    padding-right:0;
}
.page_service .row .one {
    padding-right: 25px;
    padding-left: 0;
}

}
@media screen and (max-width:991px) {
    .index_last_service .row .borders {
        width: 50%;
    }
    .index_last_service .row .line:nth-child(4),
    .index_last_service .row .line:last-child {
        display: none;
    }

    .page_service .row .one {
        width: 55%;
    }
    .page_service .row .two {
        width:45%;
    }

}
@media screen and (max-width:767px) {
    .index_last_service .row .borders {
        width: 100%;
        padding-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }
    .index_last_service .row .line {
        display: none;
    }
    .ser_one p {
        display: block;
    }

}
