﻿@charset "UTF-8";

img {
    max-width: 100%;
}

/*主体宽度*/
.w_1920 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.w_1600 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.w_width {
    padding-left: 80px;
    padding-right: 80px;
}

.w_widths {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 1050px) {
    .w_width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .w_widths {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*顶部导航*/
body.on {
    overflow: hidden;
    height: 100vh;
}

/*20230116satrt*/
.wyb_s {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

/*20230116end*/
.wyb_s.ons {
    position: fixed;
}

.t_navs {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    position: relative;
}

.t_navs::after {
    content: "";
    display: block;
    clear: both;
}

/*正常屏幕显示*/
.t_navs .top {
    width: 100%;
    float: left;
    position: relative;
}

/*logo*/
.t_navs .top .logo {
    margin: 20px 0;
    line-height: 0;
    float: left;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.t_navs .top .logo img {
    width: auto;
    height: 67px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.t_navs .top .wordsbox {
    float: left;
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-left: 22px;
    margin-top: 23.5px;
}

.t_navs .top .wordsbox h1 {
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 8px;
    font-weight: bold;
}

.t_navs .top .wordsbox .words2 {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

/*一级导航*/
.t_navs .top .right {
    float: right;
}

.t_navs .top .right .menu {
    float: left;
}

.t_navs .top .right .menu ul {
    float: left;
}

/*20230111satrt*/
.t_navs .top .menu .nli {
    float: left;
    position: relative;
}

.t_navs .top .menu .nli span {
    display: block;
    padding: 0 37px;
}

/*20230111end*/
.t_navs .top .menu .nli span a {
    text-transform:uppercase;
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 107px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a::after,
.t_navs .top .menu .nli:hover span a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0649c2;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/*二级导航1*/
.t_navs .sub {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.t_navs .sub.sub1 {
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.t_navs .sub.sub1 li {
    width: 100%;
}

.t_navs .sub.sub1 li a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}

.t_navs .sub.sub1 li a:hover {
    color: #fff;
    background: #0649c2;
}

/*二级导航2*/
.t_navs .sub.sub2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.t_navs .sub.sub2 .content {
    width: 100%;
    padding: 44px 62px 56px 65px;
}

.t_navs .sub.sub2 .content ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.t_navs .sub.sub2 .content ul li {
    display: inline-block;
    vertical-align: middle;
}

.t_navs .sub.sub2 .content ul li img {
    width: 130px;
    display: block;
    margin: 0 auto;
}

.t_navs .sub.sub2 .content ul li .border {
    width: 113px;
    height: 1px;
    background: #EAEAEA;
    margin-bottom: 10px;
    margin-left: 28px;
}

.t_navs .sub.sub2 .content ul li .numwords {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}

.t_navs .sub.sub2 .content ul li .numwords .num {
    font-size: 18px;
    color: #0649c2;
    line-height: 22px;
    float: left;
    width: 28px;
    font-weight: bold;
}

.t_navs .sub.sub2 .content ul li .numwords .words {
    width: calc(100% - 28px);
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.t_navs .sub.sub2 .content ul li .listbox {
    width: 100%;
    padding-left: 28px;
    margin-bottom: 18px;
}

.t_navs .sub.sub2 .content ul li .listbox .list {
    margin-bottom: 12px;
}

.t_navs .sub.sub2 .content ul li .listbox .list:last-child {
    margin-bottom: 0;
}

.t_navs .sub.sub2 .content ul li .listbox .list a {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    display: block;
}

.t_navs .sub.sub2 .content ul li .listbox .list a:hover {
    color: #0649c2;
}

.t_navs .sub.sub2 .content ul li .more {
    width: 100%;
    padding-left: 28px;
}

.t_navs .sub.sub2 .content ul li .more a {
    display: block;
    font-size: 12px;
    color: #0649c2;
    line-height: 16px;
}

.t_navs .sub.sub2 .content ul li .more a:hover {
    opacity: 0.8;
}

/*二级导航3*/
.t_navs .sub.sub3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding-top: 12px;
    padding-bottom: 25px;
}

.t_navs .sub.sub3 .content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.t_navs .sub.sub3 .content::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #EAEAEA;
    position: absolute;
    left: 503px;
    top: 0;
    z-index: 1;
}

.t_navs .sub.sub3 .content .pic {
    width: 311px;
    float: left;
}

.t_navs .sub.sub3 .content .pic img {
    width: 100%;
    display: block;
}

.t_navs .sub.sub3 .content .qh_l {
    width: 192px;
    float: left;
    padding-left: 44px;
    position: relative;
    z-index: 2;
}

.t_navs .sub.sub3 .content .qh_l .list {
    margin-bottom: 32px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}

.t_navs .sub.sub3 .content .qh_l .list:last-child {
    margin-bottom: 0;
}

.t_navs .sub.sub3 .content .qh_l .list.on {
    color: #0649c2;
}

.t_navs .sub.sub3 .content .qh_l .list.on::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #0649c2;
    position: absolute;
    right: -2px;
    top: 0;
}

.t_navs .sub.sub3 .content .qh_r {
    width: calc(100% - 311px - 192px);
    float: left;
    padding-left: 65px;
}

.t_navs .sub.sub3 .content .qh_r .list {
    width: 100%;
}

.t_navs .sub.sub3 .content .qh_r .list ul {
    margin: 0 -30px;
    overflow: hidden;
    width: calc(100% + 60px);
}

.t_navs .sub.sub3 .content .qh_r .list ul li {
    width: 25%;
    float: left;
    padding: 0 30px;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a {
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a:hover {
    border-bottom-color: #0649c2;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a .words {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    float: left;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .words {
    color: #0649c2;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a .ico {
    width: 6px;
    float: right;
    margin-top: 3.5px;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a .ico img {
    width: 100%;
    display: block;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a .ico img.img2 {
    display: none;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .ico img.img1 {
    display: none;
}

.t_navs .sub.sub3 .content .qh_r .list ul li a:hover .ico img.img2 {
    display: block;
}

/*搜索*/
.t_navs .top .search {
    float: left;
    position: relative;
    padding: 37px 0;
    margin-left: 8px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.t_navs .top .search ._t {
    width: 33px;
    background: #0649c2;
    border-radius: 100%;
    cursor: pointer;
}

.t_navs .top .search ._t img {
    width: 100%;
    display: block;
}

.t_navs .top .search ._b {
    width: 280px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: none;
}
/*20221108end*/
.t_navs .top .search ._b input {
    height: 36px;
    padding: 0 16px;
    font-size: 16px;
    color: #555;
    padding-right: 60px;
}
/*20221108start*/
.t_navs .top .search ._b .sbtn {
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    padding:0;
}



/*yy切换*/
.t_navs .top .yyqh {
    float: left;
    margin: 37px 0 37px 22px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.t_navs .top .yyqh a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    line-height: 33px;
    width: 33px;
    background: #0649c2;
    border-radius: 100%;
    text-align: center;
}

.t_navs .top .yyqh .a1 {
    display: none;
}

.t_navs .top .yyqh.on .a1 {
    display: block;
}

.t_navs .top .yyqh.on .a2 {
    display: none;
}

/*隐藏手机显示*/
.t_navs .menuph {
    display: none;
}

.t_navs .xialaph {
    display: none;
}

/*首页下滑样式*/
.wyb_s.on {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.wyb_s.on .t_navs .top .logo {
    margin: 10px 0;
}

.wyb_s.on .t_navs .top .logo img {
    height: 56px;
}

.wyb_s.on .t_navs .top .menu .nli span a {
    color: #333333;
    line-height: 76px;
}

.wyb_s.on .t_navs .top .search {
    padding: 21.5px 0;
}

.wyb_s.on .t_navs .top .yyqh {
    margin: 21.5px 0 21.5px 22px;
}

.wyb_s.on .t_navs .top .wordsbox {
    display: none;
}

/*内页详情*/
.wyb_s.onxqs {
    background: #fff;
}

.wyb_s.onxqs .t_navs .top .wordsbox {
    border-left-color: #333333;
}

.wyb_s.onxqs .t_navs .top .wordsbox h1 {
    color: #333333;
}

.wyb_s.onxqs .t_navs .top .wordsbox .words2 {
    color: #333333;
}

.wyb_s.onxqs .t_navs .top .menu .nli span a {
    color: #333333;
}

@media screen and (max-width:1680px) {
    .t_navs .top .logo {
        margin: 16px 0;
    }

    .t_navs .top .logo img {
        width: auto;
        height: 48px;
    }

    .t_navs .top .wordsbox {
        padding-left: 12px;
        margin-left: 12px;
        margin-top: 16px;
    }

    .t_navs .top .wordsbox h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px
    }

    /*20230111start*/
    .t_navs .top .menu .nli span {
        padding: 0 14px;
    }

    /*20230111end*/
    .t_navs .top .menu .nli span a {
        font-size: 16px;
        line-height: 80px;
    }

    .t_navs .sub.sub1 li a {
        font-size: 14px;
        line-height: 36px;
    }

    /*20230116satrt*/
    .t_navs .sub.sub2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t_navs .sub.sub2 .content {
        padding: 30px 0
    }

    .t_navs .sub.sub2 .content ul li img {
        width: 70px;
    }

    .t_navs .sub.sub2 .content ul li .border {
        width: 70px;
        margin-bottom: 8px;
        margin-left: 20px;
    }

    .t_navs .sub.sub2 .content ul li .numwords {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .t_navs .sub.sub2 .content ul li .numwords .num {
        font-size: 16px;
        line-height: 20px;
        width: 20px;
    }

    .t_navs .sub.sub2 .content ul li .numwords .words {
        width: calc(100% - 20px);
        font-size: 12px;
        line-height: 20px;
    }

    .t_navs .sub.sub2 .content ul li .listbox {
        padding-left: 20px;
        margin-bottom: 14px;
    }

    .t_navs .sub.sub2 .content ul li .listbox .list {
        margin-bottom: 10px;
    }

    .t_navs .sub.sub2 .content ul li .listbox .list a {
        font-size: 12px;
        line-height: 16px;
        ;
    }

    .t_navs .sub.sub2 .content ul li .more {
        padding-left: 20px;
    }

    /*20230116end*/
    .t_navs .sub.sub3 {
        padding-top: 10px;
        padding-bottom: 14px;
    }

    .t_navs .sub.sub3 .content {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .t_navs .sub.sub3 .content::after {
        left: 420px;
    }

    .t_navs .sub.sub3 .content .pic {
        width: 240px;
    }

    .t_navs .sub.sub3 .content .qh_l {
        width: 160px;
        padding-left: 26px;
    }

    .t_navs .sub.sub3 .content .qh_l .list {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 20px;
    }

    .t_navs .sub.sub3 .content .qh_r {
        width: calc(100% - 240px - 180px);
        padding-left: 40px;
    }

    .t_navs .sub.sub3 .content .qh_r .list ul {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .t_navs .sub.sub3 .content .qh_r .list ul li {
        padding: 0 16px;
    }

    .t_navs .sub.sub3 .content .qh_r .list ul li a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .t_navs .top .search {
        padding: 25px 0;
    }

    .t_navs .top .search ._t {
        width: 30px;
    }

    .t_navs .top .search ._b {
        width: 260px;
    }

    .t_navs .top .search ._b input {
        height: 34px;
        padding: 0 14px;
        font-size: 14px;
        padding-right: 60px;
    }

    .t_navs .top .yyqh {
        margin: 25px 0 25px 20px;
    }

    .t_navs .top .yyqh a {
        line-height: 30px;
        width: 30px;
    }

    .wyb_s.on .t_navs .top .logo {
        margin: 10px 0;
    }

    .wyb_s.on .t_navs .top .logo img {
        height: 30px;
    }

    .wyb_s.on .t_navs .top .menu .nli span a {
        line-height: 50px;
        font-size: 14px;
    }

    .wyb_s.on .t_navs .top .search {
        padding: 10px 0;
    }

    .wyb_s.on .t_navs .top .yyqh {
        margin: 10px 0 10px 20px;
    }
}

@media screen and (max-width:1140px) {

    /*20230111start*/
    .t_navs .top .menu .nli span {
        padding: 0 10px;
    }

    /*20230111end*/
    .t_navs .top .menu .nli span a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {

    /*电脑端导航隐藏*/
    .t_navs .menu {
        display: none;
    }

    .t_navs .top .search {
        display: none;
    }

    .t_navs .top .yyqh {
        display: none;
    }

    /*手机端导航显示*/
    .t_navs .menuph {
        display: block;
    }

    .t_navs .xialaph {
        display: block;
    }

    /*手机端样式*/
    .t_navs .top .wordsbox {
        border-left: 2px solid #000;
        padding-left: 10px;
        margin-left: 10px;
        margin-top: 4px;
    }

    .t_navs .top .wordsbox h1 {
        font-size: 18px;
        color: #000;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .t_navs .top .wordsbox .words2 {
        font-size: 12px;
        color: #000;
        line-height: 16px;
    }

    .t_navs .top {
        width: 100%;
        float: none;
        z-index: 4;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    .t_navs .top .bg {
        content: "";
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        z-index: 2;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
        -moz-transition: All 0.3s ease-in-out;
        -o-transition: All 0.3s ease-in-out;
    }

    .t_navs .top.on .bg {
        display: block;
    }

    /*logo*/
    .t_navs .top .logo {
        margin: 7px 0;
    }

    .t_navs .top .logo img {
        height: 36px;
    }

    /*右侧三条杠*/
    .t_navs .menuph {
        float: right;
        width: 28px;
        height: 22px;
        cursor: pointer;
        text-align: center;
        margin: 14px 0;
        z-index: 3;
        position: relative;
    }

    .t_navs .menuph .point {
        display: inline-block;
        width: 28px;
        height: 22px;
        position: relative;
    }

    .t_navs .menuph .navbtn {
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        width: 21px;
        height: 2px;
        background: #0649c2;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .t_navs .top.on .menuph .navbtn {
        background: #fff;
    }

    .t_navs .menuph .navbtn::after,
    .t_navs .menuph .navbtn::before {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 2px;
        content: '';
        background: #0649c2;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .t_navs .top.on .menuph .navbtn::after,
    .t_navs .top.on .menuph .navbtn::before {
        background: #fff;
    }

    .t_navs .menuph .navbtn::after {
        top: -11px;
    }

    .t_navs .menuph .navbtn::before {
        top: 11px;
    }

    .t_navs .menuph .point.active .navbtn {
        background: transparent;
    }

    .t_navs .menuph .point.active .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }

    .t_navs .menuph .point.active .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }

    /*一级导航*/
    .t_navs .xialaph {
        position: fixed;
        left: -250px;
        top: 0;
        float: left;
        width: 250px;
        height: 100%;
        overflow: scroll;
        padding: 20px;
        z-index: 20;
        background: #fff;
        opacity: 0;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
        -moz-transition: All 0.3s ease-in-out;
        -o-transition: All 0.3s ease-in-out;
    }

    .t_navs .xialaph.on {
        left: 0;
        opacity: 1;
    }

    .t_navs .xialaph .logos {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }

    .t_navs .xialaph .logos img {
        height: 36px;
        display: block;
        margin: 0 auto;
    }

    .t_navs .xialaph .ul2,
    .t_navs .xialaph .ul3 {
        display: none;
    }

    .t_navs .xialaph h4 a {
        float: left;
        width: 60%;
        color: #333333;
        line-height: 40px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .t_navs .xialaph h4 {
        float: left;
        width: 100%;
        position: relative;
    }

    .t_navs .xialaph li:last-child h4::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
    }

    .t_navs .xialaph h4:hover a,
    .t_navs .xialaph h5:hover a {
        color: #0649c2;
    }

    /*20230109start*/
    .t_navs .xialaph h5 a {
        float: left;
        width: 80%;
        color: #1f1f1f;
        line-height: 34px;
        text-transform: uppercase;
        font-size: 14px;
    }

    /*20230109end*/
    .t_navs .xialaph h5 {
        float: left;
        width: 100%;
        position: relative;
    }

    .t_navs .xialaph h5::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e7e7e7;
    }

    .t_navs .xialaph h4 img {
        width: 15px;
        height: 8px;
        float: right;
        margin-top: 18px;
        cursor: pointer;
    }

    /*20230109start*/
    .t_navs .xialaph h5 img {
        width: 11px;
        height: 6px;
        float: right;
        margin-top: 13px;
        margin-right: 18px;
        cursor: pointer;
    }

    /*20230109end*/
    .t_navs .xialaph h4.active img.img_s,
    .t_navs .xialaph h5.active img.img_s {
        display: none;
    }

    .t_navs .xialaph h4.active img.img_d,
    .t_navs .xialaph h5.active img.img_d {
        display: block;
    }

    .t_navs .xialaph .ul2 {
        float: left;
        width: 100%;
        padding: 0 10px;
    }

    .t_navs .xialaph .ul2 li {
        float: left;
        width: 100%;
    }

    .t_navs .xialaph .ul3 {
        padding-bottom: 10px;
        padding-left: 15px;
        position: relative;
        width: 100%;
        float: left;
    }

    .t_navs .xialaph .ul3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e7e7e7;
    }

    .t_navs .xialaph li:last-child .ul3::after {
        display: none;
    }

    /*20230109start*/
    .t_navs .xialaph .ul3 li a {
        color: #333;
        line-height: 32px;
        display: block;
        font-size: 14px;
        width: 80%;
    }

    /*20230109end*/
    .t_navs .xialaph .ul3 li:hover a {
        color: #0649c2;
    }

    .t_navs .xialaph .ul3 li {
        padding-top: 5px;
        width: 100%;
        float: left;
    }

    /*二级三级导航箭头*/
    .t_navs .img_d,
    .t_navs .disno {
        display: none;
    }

    /*搜索*/
    .t_navs .xialaph .inputbox {
        width: 100%;
        float: left;
        margin-top: 14px;
        margin-bottom: 14px;
        position: relative;
    }

    .t_navs .xialaph .inputbox input {
        width: 100%;
        height: 33px;
        border: 1px solid #eee;
        padding: 0 40px 0 12px;
        font-size: 14px;
        color: #555;
    }

    .t_navs .xialaph .inputbox input[type="image"] {
        width: 30px;
        display: block;
        position: absolute;
        right: 1.5px;
        top: 1.5px;
        border: none;
        padding: 0;
    }

    /*语言切换*/
    .t_navs .xialaph .yyqh {
        width: 100%;
        width: 100%;
        font-size: 0;
        text-align: center;
    }

    .t_navs .xialaph .yyqh a {
        font-size: 16px;
        color: #555;
        line-height: 20px;
        display: inline;
        vertical-align: middle;
    }

    .t_navs .xialaph .yyqh a:hover,
    .t_navs .xialaph .yyqh a.on {
        color: #0649c2;
    }

    .t_navs .xialaph .yyqh span {
        font-size: 16px;
        color: #555;
        line-height: 20px;
        display: inline;
        vertical-align: middle;
        margin: 0 6px;
    }
}

/*底部*/
.bottomnav {
    width: 100%;
}

.bottomnav .top {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.bottomnav .top::after {
    content: "";
    display: block;
    clear: both;
}

.bottomnav .top .left {
    width: 41.63%;
    float: left;
    padding-right: 170px;
}

.bottomnav .top .left .logo {
    width: 100%;
    font-size: 0;
    margin-bottom: 58px;
}

.bottomnav .top .left .logo img {
    width: 156px;
    display: inline;
    vertical-align: middle;
}

.bottomnav .top .left .wordsbox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #fff;
}

.bottomnav .top .left .wordsbox .words1 {
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 8px;
}

.bottomnav .top .left .wordsbox .words2 {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.bottomnav .top .left .listbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.bottomnav .top .left .listbox .list {
    display: inline-block;
    vertical-align: top;
}

.bottomnav .top .left .listbox .list ._t {
    font-size: 20px;
    color: #fefefe;
    line-height: 24px;
    margin-bottom: 18px;
    font-weight: bolder;
}

.bottomnav .top .left .listbox .list .border {
    width: 40px;
    height: 2px;
    background: #224DA0;
    margin-bottom: 24px;
}

.bottomnav .top .left .listbox .list ul li {
    margin-bottom: 18px;
    font-size: 16px;
    color: #bebebe;
    line-height: 20px;
    overflow: hidden;
}

.bottomnav .top .left .listbox .list ul li:last-child {
    margin-bottom: 0;
}

.bottomnav .top .left .listbox .list ul li a {
    color: #bebebe;
}

.bottomnav .top .left .listbox .list ul li a:hover {
    color: #fff;
}

.bottomnav .top .left .listbox .list ul li .words_l {
    width: 50px;
    float: left;
    /* margin-right: 20px; */
}

.bottomnav .top .left .listbox .list ul li .words_r {
    /* width: calc(100% - 48px); */
    /* float: left; */
}

.bottomnav .top .left .listbox .list .icocon {
    width: 100%;
    margin-top: 28px;
}

.bottomnav .top .left .listbox .list .icocon::after {
    content: "";
    display: block;
    clear: both;
}

.bottomnav .top .left .listbox .list .icocon .icobox {
    position: relative;
    float: left;
    margin-right: 36px;
}

.bottomnav .top .left .listbox .list .icocon .icobox:last-child {
    margin-right: 0;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ico {
    width: 32px;
    cursor: pointer;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ico img {
    width: 100%;
    display: block;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ico img.ico1 {
    display: none;
}

.bottomnav .top .left .listbox .list .icocon .icobox:hover .ico img.ico1 {
    display: block;
}

.bottomnav .top .left .listbox .list .icocon .icobox:hover .ico img.ico2 {
    display: none;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ewm {
    width: 107px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 23px);
    margin-left: -53.5px;
    padding: 6px;
    border-radius: 4px;
    display: none;
}

.bottomnav .top .left .listbox .list .icocon .icobox:hover .ewm {
    display: block;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ewm img {
    width: 100%;
    display: block;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ewm .words {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    margin-top: 4px;
}

.bottomnav .top .left .listbox .list .icocon .icobox .ewm::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
}

.bottomnav .top .right {
    width: 58.37%;
    float: right;
    padding-top: 70px;
}

.bottomnav .top .right .tit1 {
    font-size: 30px;
    color: #d2d2d2;
    line-height: 34px;
    margin-bottom: 18px;
    text-align: right;
}

.bottomnav .top .right .tit2 {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 18px;
    margin-bottom: 2px;
    text-align: right;
}

.bottomnav .top .right .tit3 {
    font-size: 14px;
    color: #d0cecb;
    line-height: 18px;
    margin-bottom: 10px;
}

/*20230111satrt*/
.bottomnav .top .right .tit3 span {
    display: none;
}

/*20230111end*/
.bottomnav .top .right .listbox1 {
    margin: 0 -30px 20px -30px;
    overflow: hidden;
    width: calc(100% + 60px);
}

.bottomnav .top .right .listbox1 .list {
    width: 25%;
    float: left;
    padding: 0 30px;
}

.bottomnav .top .right .listbox1 .list .input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 12px 0 52px;
}

.bottomnav .top .right .listbox1 .list .input input {
    width: 100%;
    height: 54px;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.bottomnav .top .right .listbox1 .list .input .words {
    font-size: 16px;
    color: #787878;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 0;
}

.bottomnav .top .right .listbox2 {
    margin: 0 -30px 40px -30px;
    width: calc(100% + 60px);
}

.bottomnav .top .right .listbox2::after {
    content: "";
    display: block;
    clear: both;
}

/*20221112satrt*/
.bottomnav .top .right .listbox2 .list {
    width: 33.33333%;
    float: left;
    padding: 0 30px;
}

/*20221112end*/
.bottomnav .top .right .listbox2 .list .input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 12px 0 80px;
}

.bottomnav .top .right .listbox2 .list .input input {
    width: 100%;
    height: 54px;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.bottomnav .top .right .listbox2 .list .input .words {
    font-size: 16px;
    color: #787878;
    line-height: 54px;
    position: absolute;
    left: 0;
    top: 0;
}

.bottomnav .top .right .listbox2 .list .xlbox {
    width: 100%;
    position: relative;
}

.bottomnav .top .right .listbox2 .list .xlbox ._t {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-right: 6px;
    cursor: pointer;
}

.bottomnav .top .right .listbox2 .list .xlbox ._t .words {
    font-size: 16px;
    color: #787878;
    line-height: 54px;
    float: left;
}

.bottomnav .top .right .listbox2 .list .xlbox ._t img {
    width: 18px;
    float: right;
    display: block;
    margin-top: 22.5px;
}

.bottomnav .top .right .listbox2 .list .xlbox ._b {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999
}

.bottomnav .top .right .listbox2 .list .xlbox ._b a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 36px;
    text-align: center;
}

.bottomnav .top .right .listbox2 .list .xlbox ._b a:hover {
    color: #fff;
    background: #0649c2;
}

.bottomnav .top .right .listbox3 {
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow: hidden;
}

.bottomnav .top .right .listbox3 .list {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.bottomnav .top .right .listbox3 .list .textbox {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.bottomnav .top .right .listbox3 .list .textbox .words {
    font-size: 16px;
    color: #787878;
    line-height: 20px;
    margin-bottom: 7px;
}

.bottomnav .top .right .listbox3 .list .textbox textarea {
    width: 100%;
    display: block;
    height: 48px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border: 0;
}

.bottomnav .top .right .listbox3 .list .yzmbox {
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}

.bottomnav .top .right .listbox3 .list .yzmbox img {
    width: 85px;
    height: 48px;
    display: block;
    float: left;
}

.bottomnav .top .right .listbox3 .list .yzmbox input {
    width: calc(100% - 330px);
    float: left;
    display: block;
    border-bottom: 1px solid #5A5A5A;
    height: 48px;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #fff;
    margin-left: 13px;
}

.bottomnav .top .right .listbox3 .list .yzmbox input::-webkit-input-placeholder {
    color: #787878;
    font-size: 16px;
}

.bottomnav .top .right .listbox3 .list .yzmbox input::-moz-placeholder {
    color: #787878;
    font-size: 16px;
}

.bottomnav .top .right .listbox3 .list .yzmbox input::moz-placeholder {
    color: #787878;
    font-size: 16px;
}

.bottomnav .top .right .listbox3 .list .yzmbox input:-ms-input-placeholder {
    color: #787878;
    font-size: 16px;
}

.bottomnav .top .right .listbox3 .list .yzmbox .sbtn {
    display: block;
    width: 186px;
    border: 1px solid #ccc;
    float: right;
    font-size: 16px;
    color: #787878;
    line-height: 46px;
    text-align: center;
}

.bottomnav .top .right .listbox3 .list .yzmbox .sbtn:hover {
    background: #0649c2;
    color: #fff;
    border-color: #0649c2;
}

.bottomnav .center {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0;
}

.bottomnav .center span {
    font-size: 14px;
    color: #999999;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.bottomnav .center a {
    font-size: 14px;
    color: #999999;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.bottomnav .center a:last-child {
    margin-right: 0;
}

.bottomnav .center a:hover {
    color: #fff;
}

.bottomnav .bottom {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottomnav .bottom .bq {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}

.bottomnav .bottom .bq a {
    color: #999;
}

.bottomnav .bottom .qbox {
    float: right;
    font-size: 0;
}

.bottomnav .bottom .qbox a {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.bottomnav .bottom .qbox span {
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.bottomnav .bottom .qbox a:hover {
    color: #fff;
}

@media screen and (max-width:1680px) {
    .bottomnav .top {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .bottomnav .top .left {
        width: 44%;
        padding-right: 40px;
    }

    .bottomnav .top .left .logo {
        margin-bottom: 34px;
    }

    .bottomnav .top .left .logo img {
        width: 130px;
    }

    .bottomnav .top .left .wordsbox {
        padding-left: 16px;
        margin-left: 16px;
    }

    .bottomnav .top .left .wordsbox .words1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .bottomnav .top .left .listbox .list ._t {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .bottomnav .top .left .listbox .list .border {
        width: 34px;
        margin-bottom: 18px;
    }

    .bottomnav .top .left .listbox .list ul li {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 18px;
    }

    .bottomnav .top .left .listbox .list ul li .words_l {
        width: 44px;
    }

    .bottomnav .top .left .listbox .list ul li .words_r {
        width: calc(100% - 44px);
    }

    .bottomnav .top .left .listbox .list .icocon {
        margin-top: 20px;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox {
        margin-right: 24px;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox .ico {
        width: 30px;
    }

    .bottomnav .top .right {
        width: 56%;
        padding-top: 50px;
    }

    .bottomnav .top .right .tit1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .bottomnav .top .right .listbox1 {
        margin: 0 -20px 16px -20px;
        width: calc(100% + 40px);
    }

    .bottomnav .top .right .listbox1 .list {
        padding: 0 20px;
    }

    .bottomnav .top .right .listbox1 .list .input input {
        height: 46px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox1 .list .input .words {
        font-size: 14px;
        line-height: 46px;
    }

    .bottomnav .top .right .listbox2 {
        margin: 0 -20px 20px -20px;
        width: calc(100% + 40px);
    }

    .bottomnav .top .right .listbox2 .list {
        padding: 0 20px;
    }

    .bottomnav .top .right .listbox2 .list .input input {
        height: 46px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox2 .list .input .words {
        font-size: 14px;
        line-height: 46px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._t .words {
        font-size: 14px;
        line-height: 46px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._t img {
        margin-top: 18.5px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._b a {
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .bottomnav .top .right .listbox3 .list {
        padding: 0 20px;
    }

    .bottomnav .top .right .listbox3 .list .textbox .words {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .bottomnav .top .right .listbox3 .list .textbox textarea {
        height: 40px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox {
        margin-top: 27px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox img {
        width: 76px;
        height: 43px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input {
        width: calc(100% - 206px);
        height: 43px;
        font-size: 12px;
        margin-left: 10px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::-moz-placeholder {
        font-size: 12px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::moz-placeholder {
        font-size: 12px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input:-ms-input-placeholder {
        font-size: 12px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox .sbtn {
        width: 80px;
        font-size: 14px;
        line-height: 43px;
    }

    .bottomnav .center {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .bottomnav .center span {
        font-size: 12px;
        line-height: 26px;
        margin-right: 10px;
    }

    .bottomnav .center a {
        font-size: 12px;
        line-height: 26px;
        margin-right: 10px;
    }

    .bottomnav .bottom {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .bottomnav .bottom .bq {
        line-height: 30px;
    }

    .bottomnav .bottom .qbox a {
        line-height: 30px;
    }

    .bottomnav .bottom .qbox span {
        line-height: 30px;
    }
}

@media screen and (max-width:1024px) {
    .mw100{
        width: 100%!important;
        overflow: hidden!important;
    }
    .bottomnav {
        margin-bottom: 50px;
    }

    .bottomnav .top {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bottomnav .top .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 14px;
    }

    .bottomnav .top .left .logo {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        padding-bottom: 20px;
    }

    .bottomnav .top .left .logo img {
        width: 120px;
    }

    .bottomnav .top .left .wordsbox {
        padding-left: 12px;
        margin-left: 12px;
    }

    .bottomnav .top .left .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .bottomnav .top .left .listbox {
        display: block;
    }

    .bottomnav .top .left .listbox .list:nth-child(1) {
        display: none;
    }

    .bottomnav .top .left .listbox .list {
        display: block;
        width: 100%;
    }

    .bottomnav .top .left .listbox .list ._t {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
        display: none;
    }

    .bottomnav .top .left .listbox .list .border {
        width: 30px;
        margin-bottom: 23px;
        display: none;
    }

    .bottomnav .top .left .listbox .list ul li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .bottomnav .top .left .listbox .list ul li .words_l {
        width: 42px;
    }

    .bottomnav .top .left .listbox .list ul li .words_r {
        width: calc(100% - 42px);
    }

    .bottomnav .top .left .listbox .list ul li .words_r br {
        display: none;
    }

    .bottomnav .top .left .listbox .list .icocon {
        margin-top: 12px;
        text-align: center;
        font-size: 0;
        display: none;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox {
        margin-right: 20px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox .ico {
        width: 28px;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox .ewm {
        width: 100px;
        bottom: calc(100% + 20px);
        margin-left: -50px;
        padding: 4px;
    }

    .bottomnav .top .left .listbox .list .icocon .icobox .ewm::after {
        width: 0;
        height: 0;
        border: 6px solid;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: 100%;
    }

    .bottomnav .top .right {
        width: 100%;
        padding-top: 0;
    }

    .bottomnav .top .right .tit1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        display: none;
    }

    .bottomnav .top .right .tit2 {
        margin-bottom: 8px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .bottomnav .top .right .tit3 {
        margin-bottom: 12px;
    }

    .bottomnav .top .right .listbox1 {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .bottomnav .top .right .listbox1 .list {
        width: 50%;
        padding: 0 6px;
    }

    .bottomnav .top .right .listbox1 .list .input {
        padding: 0 10px 0 50px;
    }

    .bottomnav .top .right .listbox1 .list .input input {
        height: 40px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox1 .list .input .words {
        font-size: 14px;
        line-height: 40px;
    }

    .bottomnav .top .right .listbox2 {
        margin: 12px -6px;
        width: calc(100% + 12px);
    }

    /*20221112satrt*/
    .bottomnav .top .right .listbox2 .list {
        padding: 0 6px;
        width: 50%;
    }

    .bottomnav .top .right .listbox2 .list:last-child {
        width: 100%;
    }

    /*20221112end*/
    .bottomnav .top .right .listbox2 .list .input {
        padding: 0 10px 0 66px;
    }

    .bottomnav .top .right .listbox2 .list .input input {
        height: 40px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox2 .list .input .words {
        font-size: 14px;
        line-height: 40px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._t {
        padding-right: 0;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._t .words {
        font-size: 14px;
        line-height: 40px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._t img {
        margin-top: 15.5px;
    }

    .bottomnav .top .right .listbox2 .list .xlbox ._b a {
        font-size: 14px;
        line-height: 32px;
    }

    .bottomnav .top .right .listbox3 {
        width: 100%;
        margin: 0;
    }

    .bottomnav .top .right .listbox3 .list {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .bottomnav .top .right .listbox3 .list:last-child {
        margin-bottom: 0;
    }

    .bottomnav .top .right .listbox3 .list .textbox .words {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .bottomnav .top .right .listbox3 .list .textbox textarea {
        height: 40px;
        padding: 6px;
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox {
        width: 100%;
        margin-top: 0;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox img {
        width: 70px;
        height: 40px
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input {
        width: calc(100% - 240px);
        height: 40px;
        font-size: 14px;
        margin-left: 10px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::-moz-placeholder {
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input::moz-placeholder {
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox input:-ms-input-placeholder {
        font-size: 14px;
    }

    .bottomnav .top .right .listbox3 .list .yzmbox .sbtn {
        width: 100px;
        font-size: 14px;
        line-height: 38px;
    }

    .bottomnav .center {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .bottomnav .center span {
        line-height: 28px;
        margin-right: 8px;
    }

    .bottomnav .center a {
        line-height: 28px;
        margin-right: 4px;
    }

    .bottomnav .bottom {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .bottomnav .bottom .bq {
        line-height: 26px;
        width: 100%;
        text-align: center;
    }

    .bottomnav .bottom .qbox {
        width: 100%;
        text-align: center;
        margin-top: 6px;
    }

    .bottomnav .bottom .qbox a {
        line-height: 26px;
    }

    .bottomnav .bottom .qbox span {
        line-height: 26px;
        margin: 0 4px;
    }

    /*20230111satrt*/
    .bottomnav .top .right .tit2 {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 14px;
    }

    .bottomnav .top .right .tit3 {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 14px;
    }

    .bottomnav .top .right .tit3 span {
        display: inline-block;
    }

    /*20230111end*/
}

/*底导航漂浮*/
.b_navs .q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.b_navs .pf_down {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #0649c2;
    z-index: 16;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.b_navs .pf_down li {
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.b_navs .pf_down li .ico7 {
    height: 20px;
}

.b_navs .pf_down li .d_name {
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.b_navs .pf_down li.l3 .d_name {
    margin-top: 5px;
}

.b_navs .pf_down li.l1 .ico7 {
    background: url(../images/img4.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l2 .ico7 {
    background: url(../images/img3.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l3 .ico7 {
    background: url(../images/img45.png) no-repeat center;
    background-size: 26px 26px;
}

.b_navs .pf_down li.l4 .ico7 {
    background: url(../images/img44.png) no-repeat center;
    background-size: 30px 30px;
}

.b_navs .pf_down li.l5 .ico7 {
    background: url(../images/img2.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li:last-child {
    border: none;
}

/*侧悬浮*/
.cxf_section {
    width: 88px;
    position: fixed;
    right: 0;
    top: 50%;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 99;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cxf_section.on {
    opacity: 1;
}

.cxf_section ul {
    width: 100%;
}

.cxf_section ul li {
    width: 100%;
    position: relative;
}

.cxf_section ul li:nth-child(1) {
    z-index: 1;
}

.cxf_section ul li:nth-child(2) {
    z-index: 2;
}

.cxf_section ul li:nth-child(3) {
    z-index: 2;
}

.cxf_section ul li:nth-child(4) {
    z-index: 1;
}

.cxf_section ul li:nth-child(5) {
    z-index: 2;
}

.cxf_section ul li a {
    display: block;
    width: 100%;
    position: relative;
}

.cxf_section ul li a .boxs {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
}

.cxf_section ul li a:hover .boxs {
    background: #0649c2;
}

.cxf_section ul li a .boxs .ico {
    width: 100%;
    margin-bottom: 3px;
}

.cxf_section ul li a .boxs .ico img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.cxf_section ul li a .boxs .ico img.img2 {
    display: none;
}

.cxf_section ul li a:hover .boxs .ico img.img1 {
    display: none;
}

.cxf_section ul li a:hover .boxs .ico img.img2 {
    display: block;
}

.cxf_section ul li a .boxs .words {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: center;
}

.cxf_section ul li a:hover .boxs .words {
    color: #fff;
}

.cxf_section ul li a .boxs::after {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -27.5px;
}

.cxf_section ul li a:hover .boxs::after {
    background: #0649c2;
}

.cxf_section ul li:last-child a .boxs::after {
    display: none;
}

.cxf_section ul li a .phone {
    width: 260px;
    background: #fff;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    padding: 20px;
    opacity: 0;
    right: -260px;
    z-index: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cxf_section ul li a:hover .phone {
    right: calc(100% + 12px);
    opacity: 1;
}

.cxf_section ul li a .phone .words1 {
    font-size: 12px;
    color: #555;
    line-height: 16px;
    margin-bottom: 6px;
}

.cxf_section ul li a .phone .words2 {
    font-size: 24px;
    color: #0649c2;
    line-height: 28px;
    font-weight: bolder;
}

.cxf_section ul li a .ewmbox {
    width: 120px;
    padding: 8px;
    position: absolute;
    top: 50%;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    right: -120px;
    z-index: 1;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cxf_section ul li a .ewmbox img {
    width: 100%;
    display: block;
}

.cxf_section ul li a:hover .ewmbox {
    right: calc(100% + 12px);
    opacity: 1;
}

@media screen and (max-width:1680px) {
    .cxf_section {
        width: 70px;
    }

    .cxf_section ul li a .boxs {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .cxf_section ul li a .boxs .ico {
        margin-bottom: 2px;
    }

    .cxf_section ul li a .boxs .ico img {
        width: 30px;
    }

    .cxf_section ul li a .boxs::after {
        width: 40px;
        margin-left: -20px;
    }

    .cxf_section ul li a .boxs .words {
        font-size: 12px;
        line-height: 16px;
    }

    .cxf_section ul li a .phone {
        width: 220px;
        padding: 12px;
        right: -220px;
    }

    .cxf_section ul li a .phone .words1 {
        margin-bottom: 4px;
    }

    .cxf_section ul li a .phone .words2 {
        font-size: 18px;
        line-height: 22px;
    }

    .cxf_section ul li a .ewmbox {
        width: 100px;
        padding: 8px;
        right: -100px;
    }
}

@media screen and (max-width:1024px) {
    .cxf_section {
        display: none !important;
    }
    .b_navs .pf_down{display: grid!important;}
}

/*首页banner*/
.sy_banner {
    width: 100%;
    position: relative;
}

.sy_banner .ul {
    width: 100%;
}

.sy_banner .ul .li {
    width: 100%;
}

.sy_banner .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

/*20230226start*/
.sy_banner .ul .li a .videobox {
    width: 100%;
}

.sy_banner .ul .li a .videobox .videos {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .videobox .videos::-webkit-media-controls {
    display: none !important;
}



/*20230226end*/
.sy_banner .ul .li a .ba_pic {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sy_banner .ul .li a .ba_pic img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sy_banner .ul .li a .content1 .cons {
    width: 100%;
}

.sy_banner .ul .li a .content1 .cons::after {
    content: "";
    display: block;
    clear: both;
}

.sy_banner .ul .li a .content1 .cons .wordsbox {
    width: 53.25%;
    float: left;
    padding-right: 20px;
    margin-left: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content1 .cons .wordsbox {
    margin-left: 0;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .border {
    width: 101px;
    height: 5px;
    background: #0649c2;
    margin-bottom: 34px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .tit1 {
    font-size: 40px;
    color: #0649c2;
    line-height: 44px;
    margin-bottom: 20px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content1 .cons .wordsbox .tit2 {
    position: relative;
    font-size: 75px;
    color: #333333;
    line-height: 80px;
    margin-bottom: 36px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content1 .cons .wordsbox .tit2::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #0649c2;
    position: absolute;
    right: 100px;
    top: 0;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox {
    margin: -10px 0;
    overflow: hidden;
    width: 100%;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list {
    float: left;
    padding: 10px 0;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists {
    font-size: 0;
    overflow: hidden;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .ico {
    width: 29px;
    float: left;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .words {
    font-size: 28px;
    color: #333333;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(1) {
    margin-right: 96px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(2) {
    margin-right: 92px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(3) {
    margin-right: 50px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(4) {
    margin-right: 68px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .tit3 {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 50px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .tit4 {
    font-size: 17px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 62px;
    text-transform: uppercase;
    font-weight: lighter;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more {
    width: 132px;
    font-size: 0;
    text-align: center;
    border: 1px solid #0649c2;
    border-radius: 23px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more:hover {
    background: #0649c2;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more .ico {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more .ico img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more .ico img.img2 {
    display: none;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more:hover .ico img.img1 {
    display: none;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more:hover .ico img.img2 {
    display: block;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}

.sy_banner .ul .li a .content1 .cons .wordsbox .more:hover .words {
    color: #fff;
}

.sy_banner .ul .li a .content1 .cons .picbox {
    width: 46.75%;
    float: right;
    padding-right: 29px;
    margin-top: 38px;
    margin-right: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content1 .cons .picbox {
    margin-right: 0;
}

.sy_banner .ul .li a .content1 .cons .picbox .pic {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content1 .cons .picbox .pic img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content2 .cons {
    width: 100%;
}

.sy_banner .ul .li a .content2 .cons::after {
    content: "";
    display: block;
    clear: both;
}

.sy_banner .ul .li a .content2 .cons .picbox {
    width: 51.5625%;
    float: left;
    margin-left: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content2 .cons .picbox {
    margin-left: 0;
}

.sy_banner .ul .li a .content2 .cons .picbox img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox {
    width: 48.4375%;
    float: right;
    padding-left: 108px;
    margin-top: 14px;
    margin-right: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content2 .cons .wrodsbox {
    margin-right: 0;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .border {
    width: 101px;
    height: 5px;
    background: #0649c2;
    margin-bottom: 32px;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .tit1 {
    font-size: 40px;
    color: #0649c2;
    line-height: 44px;
    margin-bottom: 20px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .tit2 {
    position: relative;
    font-size: 75px;
    color: #333333;
    line-height: 80px;
    margin-bottom: 36px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .tit2::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #0649c2;
    position: absolute;
    right: 40px;
    top: 0;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .pics {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .tit3 {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .tit4 {
    font-size: 17px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 52px;
    text-transform: uppercase;
    font-weight: lighter;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more {
    width: 132px;
    font-size: 0;
    text-align: center;
    border: 1px solid #0649c2;
    border-radius: 23px;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover {
    background: #0649c2;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico img.img2 {
    display: none;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .ico img.img1 {
    display: none;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .ico img.img2 {
    display: block;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}

.sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .words {
    color: #fff;
}

.sy_banner .ul .li a .content3 {
    top: 55%;
}

.sy_banner .ul .li a .content3 .cons {
    width: 100%;
}

.sy_banner .ul .li a .content3 .cons::after {
    content: "";
    display: block;
    clear: both;
}

.sy_banner .ul .li a .content3 .cons .wordsbox {
    width: 54.625%;
    float: left;
    margin-top: 17px;
    padding-right: 20px;
    margin-left: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content3 .cons .wordsbox {
    margin-left: 0;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .border {
    width: 101px;
    height: 5px;
    background: #0649c2;
    margin-bottom: 32px;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .tit1 {
    font-size: 40px;
    color: #0649c2;
    line-height: 44px;
    margin-bottom: 20px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content3 .cons .wordsbox .tit2 {
    position: relative;
    font-size: 75px;
    color: #333333;
    line-height: 80px;
    margin-bottom: 36px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

.sy_banner .ul .li a .content3 .cons .wordsbox .tit2::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #0649c2;
    position: absolute;
    right: 210px;
    top: 0;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .pics {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .tit3 {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .tit4 {
    font-size: 17px;
    color: #696969;
    line-height: 26px;
    margin-bottom: 52px;
    text-transform: uppercase;
    font-weight: lighter;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more {
    width: 132px;
    font-size: 0;
    text-align: center;
    border: 1px solid #0649c2;
    border-radius: 23px;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more:hover {
    background: #0649c2;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more .ico {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more .ico img {
    width: 100%;
    display: block;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more .ico img.img2 {
    display: none;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .ico img.img1 {
    display: none;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .ico img.img2 {
    display: block;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
}

.sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .words {
    color: #fff;
}

.sy_banner .ul .li a .content3 .cons .picbox {
    width: 45.375%;
    float: right;
    padding-right: 49px;
    margin-right: -10%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_banner .ul .li.slick-active a .content3 .cons .picbox {
    margin-right: 0;
}

.sy_banner .ul .li a .content3 .cons .picbox .pic {
    width: 100%;
}

.sy_banner .ul .li a .content3 .cons .picbox .pic img {
    width: 100%;
    display: block;
}

/*20221112satrt*/
/*.sy_banner .ul .slick-prev{width: 11px;height: 21px;background: url(../images/img21.png) no-repeat center center; background-size: cover;left: 160px;top: auto;bottom: 120px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_banner .ul .slick-next{width: 11px;height: 21px;background: url(../images/img22.png) no-repeat center center; background-size: cover;right: auto;top: auto;bottom: 120px;left: 316px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_banner .ul .slick-prev:hover,
.sy_banner .ul .slick-next:hover{opacity: 0.8;}
.sy_banner .ul .slick-dots{position: absolute; bottom: 130px; height: 5px; text-align: center; width: auto;left: 206px;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: 5px; height: 5px;border-radius: 2.5px; margin: 0 10px; background: #ffffff;}
.sy_banner .ul .slick-dots li.slick-active{width: 19px;}
.sy_banner .banner_number{position: absolute;right: 160px;bottom: 120px;font-size: 18px;color: #ffffff;line-height: 22px;font-weight: bolder;}
.sy_banner .banner_number font:nth-child(1){margin-right: 14px;}
.sy_banner .banner_number font:nth-child(2){margin-left: 14px;}*/

.sy_banner .slick-prev,
.sy_banner .slick-next {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.sy_banner .slick-prev {
    background: url(../images/c_5.png) center no-repeat;
    left: auto;
    right: 2%;
    top: auto;
    bottom: 50%;
    margin-bottom: 120px;
}

.sy_banner .slick-next {
    background: url(../images/c_6.png) center no-repeat;
    right: 2%;
    top: auto;
    bottom: 50%;
    margin-bottom: 48px;
}

.sy_banner .slick-prev:hover {
    background: url(../images/c_5.png) center no-repeat #000;
    border: 1px solid #000;
}

.sy_banner .slick-next:hover {
    background: url(../images/c_6.png) center no-repeat #000;
    border: 1px solid #000;
}

.sy_banner .banner_number {
    float: left;
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 6;
    line-height: 24px;
    color: #fff;
    font-size: 24px;
    padding-top: 84px;
    width: 46px;
    text-align: center;
}

.sy_banner .banner_number:after {
    float: left;
    width: 1px;
    height: 83px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 0;
    content: '';
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.sy_banner .banner_number font {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-top: 16px;
}

.sy_banner .banner_number span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.6;
}



.sy_banner .posi img {
    width: 100%;
    display: block;
}

.sy_banner .posi {
    width: 23px;
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
    bottom: 112px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    animation: myfirst 1s infinite;
    -moz-animation: myfirst 1s infinite;
    -webkit-animation: myfirst 1s infinite;
    -o-animation: myfirst 1s infinite;
}

@keyframes myfirst {
    0% {
        bottom: 112px;
    }

    50% {
        bottom: 100px;
    }

    75% {
        bottom: 100px;
    }

    100% {
        bottom: 112px;
    }
}

@-moz-keyframes myfirst {
    0% {
        bottom: 112px;
    }

    50% {
        bottom: 100px;
    }

    75% {
        bottom: 100px;
    }

    100% {
        bottom: 112px;
    }
}

@-webkit-keyframes myfirst {
    0% {
        bottom: 112px;
    }

    50% {
        bottom: 100px;
    }

    75% {
        bottom: 100px;
    }

    100% {
        bottom: 112px;
    }
}

@-o-keyframes myfirst {
    0% {
        bottom: 112px;
    }

    50% {
        bottom: 100px;
    }

    75% {
        bottom: 100px;
    }

    100% {
        bottom: 112px;
    }
}

/*20221108end*/
@media screen and (max-width:1680px) {

    /*20230116start*/
    .sy_banner .posi {
        width: 18px;
        margin-left: -9px;
        bottom: 40px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox {
        width: 50%;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .border {
        width: 60px;
        height: 4px;
        margin-bottom: 20px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit2::after {
        right: 160px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox {
        margin: -6px 0;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list {
        padding: 6px 0;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .ico {
        width: 26px
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .words {
        font-size: 14px;
        line-height: 26px;
        margin-left: 6px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(1) {
        margin-right: 86px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(2) {
        margin-right: 82px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(3) {
        margin-right: 0px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(4) {
        margin-right: 68px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit4 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more {
        width: 100px;
        border-radius: 16px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more .ico {
        width: 18px;
        margin-left: 8px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more .words {
        line-height: 32px;
    }

    .sy_banner .ul .li a .content1 .cons .picbox {
        width: 44%;
        padding-right: 4%;
        margin-top: 0;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox {
        padding-left: 60px;
        margin-top: 0px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .border {
        width: 60px;
        height: 4px;
        margin-bottom: 20px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit2::after {
        right: 160px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .pics {
        display: block;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit4 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more {
        width: 100px;
        border-radius: 16px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico {
        width: 18px;
        margin-left: 8px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .words {
        line-height: 32px;
    }

    .sy_banner .ul .li a .content3 {
        top: 55%;
    }

    .sy_banner .ul .li a .content3 .cons {
        width: 100%;
        /*overflow: hidden;*/
    }

    /*20230117start*/
    .sy_banner .ul .li a .content3 .cons .wordsbox {
        padding-left: 20px;
        margin-top: 0px;
    }

    /*20230117end*/
    .sy_banner .ul .li a .content3 .cons .wordsbox .border {
        width: 60px;
        height: 4px;
        margin-bottom: 20px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit2::after {
        right: 220px;
    }

    /*20230117satrt*/
    .sy_banner .ul .li a .content3 .cons .wordsbox .pics {
        display: block;
        max-width: 50%;
        margin-bottom: 20px;
    }

    /*20230117end*/
    .sy_banner .ul .li a .content3 .cons .wordsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit4 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more {
        width: 100px;
        border-radius: 16px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .ico {
        width: 18px;
        margin-left: 8px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .words {
        line-height: 32px;
    }

    .sy_banner .ul .li a .content3 .cons .picbox {
        width: 40%;
        float: left;
        padding-right: 49px;
    }

    .sy_banner .ul .li a .content3 .cons .picbox .pic {
        width: 100%;
    }

    .sy_banner .ul .li a .content3 .cons .picbox .pic img {
        width: 100%;
        display: block;
    }

    /*20230116end*/
    @keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-moz-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-webkit-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-o-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }
}

@media screen and (max-width:1024px) {
    .sy_banner {
        margin-top: 50px;
        position: relative
    }



    .sy_banner .ul .li a .content1 .cons .wordsbox {
        width: 100%;
        padding-right: 0;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .border {
        width: 50px;
        height: 2px;
        ;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit2::after {
        display: none;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox {
        margin: -6px 0;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list {
        padding: 6px 0;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .ico {
        width: 20px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list .lists .words {
        font-size: 14px;
        line-height: 20px;
        margin-left: 6px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(1) {
        margin-right: 26px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(2) {
        margin-right: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(3) {
        margin-right: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .listbox .list:nth-child(4) {
        margin-right: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .tit4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more {
        width: 100px;
        border-radius: 16px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more .ico {
        width: 16px;
        margin-left: 6px;
    }

    .sy_banner .ul .li a .content1 .cons .wordsbox .more .words {
        line-height: 30px;
    }

    .sy_banner .ul .li a .content1 .cons .picbox {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        display: none;
    }

    .sy_banner .ul .li a .content2 .cons .picbox {
        display: none;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .border {
        width: 50px;
        height: 2px;
        ;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit2::after {
        display: none;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .pics {
        max-width: 60%;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .tit4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more {
        width: 100px;
        border-radius: 16px;
        border-color: #fff;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover {
        background: #fff;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico {
        width: 16px;
        margin-left: 6px;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico .img1 {
        display: none;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .ico .img2 {
        display: block !important;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .ico .img1 {
        display: block !important;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .ico .img2 {
        display: none !important;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more .words {
        line-height: 30px;
        color: #fff;
    }

    .sy_banner .ul .li a .content2 .cons .wrodsbox .more:hover .words {
        color: #0649c2;
    }

    .sy_banner .ul .li a .content3 {
        top: 50%;
    }

    .sy_banner .ul .li a .content3 .cons {
        width: 100%;
        overflow: hidden;
    }

    .sy_banner .ul .li a .content3 .cons .picbox {
        display: none;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .border {
        width: 50px;
        height: 2px;
        ;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit2::after {
        display: none;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .pics {
        max-width: 60%;
        margin-bottom: 10px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .tit4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more {
        width: 100px;
        border-radius: 16px;
        border-color: #fff;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more:hover {
        background: #fff;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .ico {
        width: 16px;
        margin-left: 6px;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .ico .img1 {
        display: none;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .ico .img2 {
        display: block !important;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .ico .img1 {
        display: block !important;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .ico .img2 {
        display: none !important;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more .words {
        line-height: 30px;
        color: #fff;
    }

    .sy_banner .ul .li a .content3 .cons .wordsbox .more:hover .words {
        color: #0649c2;
    }


    .sy_banner .slick-prev,
    .sy_banner .slick-next {
        bottom: 0;
        height: 24px;
        width: 24px;
        border: 1px solid rgba(255, 255, 255, 0.9);
        background-size: 28px 28px;
    }

    .sy_banner .slick-prev {
        margin-bottom: 48px;
    }

    .sy_banner .slick-next {
        margin-bottom: 15px;
    }

    .sy_banner .slick-prev:hover,
    .sy_banner .slick-next:hover {
        background-size: 28px 28px;
        border: 1px solid #E7220F;
    }

    .sy_banner .banner_number {
        padding-top: 30px;
        top: auto;
        bottom: 90px;
    }

    .sy_banner .banner_number:after {
        height: 30px;
    }

    .sy_banner .banner_number font {
        font-size: 20px;
        line-height: 28px;
        margin-top: 5px;
    }

    .sy_banner .banner_number {
        width: 24px;
        font-size: 14px;
        line-height: 22px;
    }


    .sy_banner .posi {
        width: 14px;
        margin-left: -7px;
        bottom: 40px;
    }

    @keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-moz-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-webkit-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }

    @-o-keyframes myfirst {
        0% {
            bottom: 40px;
        }

        50% {
            bottom: 30px;
        }

        75% {
            bottom: 30px;
        }

        100% {
            bottom: 40px;
        }
    }
}

/*20221112end*/

/*留言弹窗*/
.lltc_section {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.47);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.lltc_section.on {
    display: flex;
}

.lltc_section .content {
    width: 910px;
    background: #eeeeee;
    position: relative;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}

.lltc_section .content .none {
    width: 22px;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.lltc_section .content .none img {
    width: 100%;
    display: block;
}

.lltc_section .content::after {
    content: "";
    display: lbock;
    width: 36.59%;
    height: 100%;
    background: url(../images/img56.jpg)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.lltc_section .content .left {
    width: 36.59%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    z-index: 2;
    padding: 20px 30px 20px 40px;
}

.lltc_section .content .left .tit1 {
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.lltc_section .content .left .tit2 {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 18px;
    margin-bottom: 24px;
}

.lltc_section .content .left .border {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.16);
    margin-bottom: 20px;
}

.lltc_section .content .left .words1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 4px;
}

.lltc_section .content .left .words2 {
    font-size: 25px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: bolder;
}

.lltc_section .content .left .listbox {
    width: calc(100% + 20px);
    overflow: hidden;
    margin: 0 -10px;
}

.lltc_section .content .left .listbox .list {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
}

.lltc_section .content .left .listbox .list img {
    width: 100%;
    display: block;
}

.lltc_section .content .left .listbox .list .words {
    font-size: 12px;
    color: #c2c2c2;
    line-height: 16px;
    text-align: center;
    margin-top: 8px;
    font-weight: lighter;
}

.lltc_section .content .right {
    width: 63.41%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 24px 38px 44px 30px;
}

.lltc_section .content .right .tits {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 12px;
}

.lltc_section .content .right .listbox {
    margin: -10px -15px;
    width: calc(100% + 30px);
}

.lltc_section .content .right .listbox::after {
    content: "";
    display: block;
    clear: both;
}

.lltc_section .content .right .listbox .list {
    width: 50%;
    float: left;
    padding: 10px 15px;
}

.lltc_section .content .right .listbox .list .words {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 6px;
}

.lltc_section .content .right .listbox .list .words span {
    color: #fc2a2a;
}

.lltc_section .content .right .listbox .list input {
    width: 100%;
    height: 48px;
    background: #fcfcfc;
    padding: 0 16px;
    font-size: 14px;
    color: #b3b3b3;
    display: block;
}

.lltc_section .content .right .listbox .list input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .listbox .list input::-moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .listbox .list input::moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .listbox .list input:-ms-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .listbox .list .qhbox {
    width: 100%;
    position: relative;
}

.lltc_section .content .right .listbox .list .qhbox ._t {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 0 16px;
    cursor: pointer;
}

.lltc_section .content .right .listbox .list .qhbox ._t .text {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 48px;
    float: left;
}

.lltc_section .content .right .listbox .list .qhbox ._t img {
    width: 18px;
    display: block;
    float: right;
    margin-top: 19.5px;
}

.lltc_section .content .right .listbox .list .qhbox ._b {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
}

.lltc_section .content .right .listbox .list .qhbox ._b a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 36px;
    padding: 0 12px;
}

.lltc_section .content .right .listbox .list .qhbox ._b a:hover {
    color: #fff;
    background: #0649c2;
}

.lltc_section .content .right .textbox {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lltc_section .content .right .textbox textarea {
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 16px;
    font-size: 14px;
    color: #b3b3b3;
    border: 0;
}

.lltc_section .content .right .textbox textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .textbox textarea::-moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .textbox textarea::moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .textbox textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox {
    width: 100%;
    overflow: hidden;
}

.lltc_section .content .right .yzmbox .yzm {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.lltc_section .content .right .yzmbox .yzm input {
    width: calc(100% - 112px);
    float: left;
    height: 47px;
    display: block;
    background: #fff;
    padding: 0 16px;
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox .yzm input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox .yzm input::-moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox .yzm input::moz-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox .yzm input:-ms-input-placeholder {
    font-size: 14px;
    color: #b3b3b3;
}

.lltc_section .content .right .yzmbox .yzm .img {
    width: 112px;
    float: left;
    /*border: 2px solid #b1b1b1;*/
    height: 47px;
}

.lltc_section .content .right .yzmbox .yzm .img img {
    width: 100%;
    display: block;
    height: 100%;
}

.lltc_section .content .right .yzmbox .but {
    width: 50%;
    float: right;
    padding-right: 15px;
}

.lltc_section .content .right .yzmbox .but a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
    background: #0649c2;
}

.lltc_section .content .right .yzmbox .but a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1680px) {
    .lltc_section .content {
        width: 840px;
    }

    .lltc_section .content .none {
        width: 18px;
        right: 10px;
        top: 10px;
    }

    .lltc_section .content::after {
        width: 37%;
    }

    .lltc_section .content .left {
        width: 37%;
        padding: 12px;
    }

    .lltc_section .content .left .tit1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .lltc_section .content .left .tit2 {
        margin-bottom: 14px;
    }

    .lltc_section .content .left .border {
        margin-bottom: 14px;
    }

    .lltc_section .content .left .words1 {
        font-size: 14px;
        line-height: 18px;
    }

    .lltc_section .content .left .words2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .lltc_section .content .left .listbox {
        width: calc(100% + 12px);
        margin: 0 -6px;
    }

    .lltc_section .content .left .listbox .list {
        padding: 0 6px;
    }

    .lltc_section .content .left .listbox .list .words {
        margin-top: 6px;
    }

    .lltc_section .content .right {
        width: 63%;
        padding: 20px 30px 34px 20px;
    }

    .lltc_section .content .right .listbox {
        margin: -8px;
        width: calc(100% + 16px);
    }

    .lltc_section .content .right .listbox .list {
        padding: 8px;
    }

    .lltc_section .content .right .listbox .list .words {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .lltc_section .content .right .listbox .list input {
        height: 40px;
        padding: 0 14px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t {
        padding: 0 14px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t .text {
        line-height: 40px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t img {
        margin-top: 15.5px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._b a {
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px;
    }

    .lltc_section .content .right .textbox {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .lltc_section .content .right .textbox textarea {
        height: 70px;
        padding: 14px;
    }

    .lltc_section .content .right .yzmbox .yzm input {
        width: calc(100% - 94px);
        height: 40px;
        padding: 0 14px;
    }

    .lltc_section .content .right .yzmbox .yzm .img {
        width: 94px;
        height: 40px;
    }

    .lltc_section .content .right .yzmbox .but a {
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .lltc_section .content {
        width: calc(100% - 30px);
    }

    .lltc_section .content .none {
        width: 18px;
        right: 10px;
        top: 10px;
    }

    .lltc_section .content::after {
        display: none;
    }

    .lltc_section .content .left {
        width: 100%;
        padding: 20px;
        background: url(../images/img56.jpg)no-repeat center center;
        background-size: cover;
        display: none;
    }

    .lltc_section .content .left .tit1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .lltc_section .content .left .tit2 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .lltc_section .content .left .border {
        margin-bottom: 12px;
    }

    .lltc_section .content .left .words1 {
        font-size: 14px;
        line-height: 18px;
    }

    .lltc_section .content .left .words2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .lltc_section .content .left .listbox {
        width: calc(100% + 20px);
        overflow: hidden;
        margin: 0 -10px;
    }

    .lltc_section .content .left .listbox .list {
        width: 33.33333%;
        float: left;
        padding: 0 10px;
    }

    .lltc_section .content .left .listbox .list img {
        width: 100%;
        display: block;
    }

    .lltc_section .content .left .listbox .list .words {
        font-size: 12px;
        color: #c2c2c2;
        line-height: 16px;
        text-align: center;
        margin-top: 8px;
        font-weight: lighter;
    }

    .lltc_section .content .right {
        width: 100%;
        padding: 20px 16px;
    }

    .lltc_section .content .right .tits {
        margin-bottom: 8px;
    }

    .lltc_section .content .right .listbox {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .lltc_section .content .right .listbox .list {
        padding: 6px;
    }

    .lltc_section .content .right .listbox .list .words {
        font-size: 14px;
        line-height: 18px;
    }

    .lltc_section .content .right .listbox .list input {
        height: 34px;
        padding: 0 12px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t {
        padding: 0 12px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t .text {
        line-height: 34px;
    }

    .lltc_section .content .right .listbox .list .qhbox ._t img {
        width: 12px;
        margin-top: 14px;
    }

    /*20230111start*/
    .lltc_section .content .right .listbox .list .qhbox ._b a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }

    /*20230111end*/
    .lltc_section .content .right .textbox {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .lltc_section .content .right .textbox textarea {
        height: 50px;
        padding: 12px;
    }

    .lltc_section .content .right .yzmbox .yzm {
        padding-right: 6px;
        width: 60%;
    }

    .lltc_section .content .right .yzmbox .yzm input {
        width: calc(100% - 74px);
        height: 32px;
        padding: 0 12px;
    }

    .lltc_section .content .right .yzmbox .yzm .img {
        width: 74px;
        height: 32px;
    }

    .lltc_section .content .right .yzmbox .but {
        padding-right: 6px;
        width: 40%;
    }

    .lltc_section .content .right .yzmbox .but a {
        line-height: 32px;
    }
}

/*首页*/
.sy_section1 {
    width: 100%;
    padding-top: 94px;
    padding-bottom: 94px;
    background: #f5f5f5;
}

.sy_section1 h2 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    margin-bottom: 28px;
    text-align: center;
}

.sy_section1 .border {
    width: 54px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 50px auto;
}

.sy_section1 .qh_t {
    width: 100%;
    margin-bottom: 26px;
    border: 1px solid rgba(170, 170, 170, 0.32);
    border-right: 0;
}

.sy_section1 .qh_t::after {
    content: "";
    display: block;
    clear: both;
}

.sy_section1 .qh_t .list {
    cursor: pointer;
    flex: 1;
    float: left;
    border-right: 1px solid rgba(170, 170, 170, 0.32);
    font-size: 18px;
    color: #666666;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.sy_section1 .qh_t .list.on {
    background: #0649c2;
    color: #fff;
}

.sy_section1 .qh_t .list.on::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: #0649c2 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
}

.sy_section1 .qh_b {
    width: 100%;
    margin-bottom: 50px;
}

.sy_section1 .qh_b ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sy_section1 .qh_b ul li {
    padding: 10px;
    float: left;
    width: 25%;
}

.sy_section1 .qh_b ul .l1 {
    width: 50%;
}

.sy_section1 .qh_b ul .l1 a {
    display: block;
    width: 100%;
    position: relative;
}

.sy_section1 .qh_b ul .l1 a .libox {
    width: 100%;
    font-size: 0;
}

.sy_section1 .qh_b ul .l1 a .wordsbox {
    width: 42.03%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0px 40px;
}

.sy_section1 .qh_b ul .l1 a .wordsbox .words1 {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section1 .qh_b ul .l1 a .wordsbox .words2 {
    font-size: 30px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 80px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section1 .qh_b ul .l1 a .wordsbox .more {
    width: 132px;
    border: 1px solid #0649c2;
    font-size: 0;
    text-align: center;
    border-radius: 23px;
}

.sy_section1 .qh_b ul .l1 a:hover .wordsbox .more {
    background: #fff;
    border-color: #fff;
}

.sy_section1 .qh_b ul .l1 a .wordsbox .more .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.sy_section1 .qh_b ul .l1 a .wordsbox .more img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section1 .qh_b ul .l1 a .picbox {
    width: 57.97%;
    display: inline-block;
    vertical-align: middle;
}

.sy_section1 .qh_b ul .l1 a .picbox .pic {
    width: 100%;
    padding-bottom: 79.91%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sy_section1 .qh_b ul .l1 a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sy_section1 .qh_b ul .l1 a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sy_section1 .qh_b ul .l2 a {
    display: block;
    width: 100%;
    background: #fff;
}

/*20230103satrt*/
.sy_section1 .qh_b ul .l2 a .picbox {
    width: 100%;
    padding: 4.5px 60px;
}

.sy_section1 .qh_b ul .l2 a .pic {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/*20230103end*/
.sy_section1 .qh_b ul .l2 a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sy_section1 .qh_b ul .l2 a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sy_section1 .qh_b ul .l2 a .wordsbox {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    padding: 20px 20px 18px 28px;
    font-size: 0;
    position: relative;
}

.sy_section1 .qh_b ul .l2 a .wordsbox::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sy_section1 .qh_b ul .l2 a:hover .wordsbox::after {
    width: 100%;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .words_l {
    width: calc(100% - 44px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words1 {
    font-size: 18px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words2 {
    font-size: 14px;
    color: #959595;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section1 .gdcp {
    width: 160px;
    margin: 0 auto;
}

.sy_section1 .gdcp a {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
}

.sy_section1 .gdcp a:hover {
    opacity: 0.8;
}

.sy_section1 .gdcp a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.sy_section1 .gdcp a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .ico_r {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .ico_r img {
    width: 100%;
    display: block;
}

.sy_section1 .qh_b ul .l2 a .wordsbox .ico_r img.img2 {
    display: none;
}

.sy_section1 .qh_b ul .l2 a:hover .wordsbox .ico_r img.img1 {
    display: none;
}

.sy_section1 .qh_b ul .l2 a:hover .wordsbox .ico_r img.img2 {
    display: block;
}

@media screen and (max-width: 1680px) {
    .sy_section1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sy_section1 h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section1 .border {
        width: 40px;
        margin: 0 auto 30px auto;
    }

    .sy_section1 .qh_t {
        margin-bottom: 20px;
    }

    .sy_section1 .qh_t .list {
        font-size: 16px;
        line-height: 60px;
    }

    .sy_section1 .qh_b {
        margin-bottom: 40px;
    }

    .sy_section1 .qh_b ul {
        margin: -8px;
        width: calc(100% + 16px);
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox {
        padding: 0 16px 0px 30px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .words1 {
        font-size: 14px;
        line-height: 18px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .words2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 60px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .more {
        width: 120px;
        border-radius: 20px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .more .words {
        line-height: 38px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .more img {
        width: 16px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox {
        padding: 10px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l {
        width: calc(100% - 36px);
        padding-right: 20px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words2 {
        font-size: 12px;
        line-height: 16px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .ico_r {
        width: 34px;
    }

    .sy_section1 .gdcp {
        width: 140px;
    }

    .sy_section1 .gdcp a {
        border-radius: 20px;
    }

    .sy_section1 .gdcp a .words {
        line-height: 40px;
        margin-right: 10px;
    }

    .sy_section1 .gdcp a img {
        width: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section1 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section1 .border {
        width: 40px;
        margin: 0 auto 14px auto;
    }

    .sy_section1 .qh_t {
        margin-bottom: 14px;
        font-size: 0;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
        border-right: 1px solid rgba(170, 170, 170, 0.32);
    }

    .sy_section1 .qh_t::-webkit-scrollbar {
        display: none;
    }

    .sy_section1 .qh_t .list {
        width: auto;
        padding: 0 12px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 40px;
        bor
    }

    .sy_section1 .qh_t .list:last-child {
        border-right: 0;
    }

    .sy_section1 .qh_t .list.on::after {
        width: 0;
        height: 0;
        border: 6px solid;
        border-color: #0649c2 transparent transparent transparent;
        margin-left: -6px;
    }

    .sy_section1 .qh_b {
        margin-bottom: 14px;
    }

    .sy_section1 .qh_b ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .sy_section1 .qh_b ul li {
        padding: 6px;
        width: 50%;
    }

    .sy_section1 .qh_b ul .l1 {
        width: 100%;
    }

    /*20230111satrt*/
    .sy_section1 .qh_b ul .l1 a .libox {
        padding: 12px 0;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox {
        width: 55%;
        padding: 0 12px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .words1 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        -webkit-line-clamp: 2;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .words2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
    }

    /*20230111end*/
    .sy_section1 .qh_b ul .l1 a .wordsbox .more {
        width: 100px;
        border-radius: 15px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .more .words {
        line-height: 30px;
        margin-right: 6px;
    }

    .sy_section1 .qh_b ul .l1 a .wordsbox .more img {
        width: 14px;
    }

    /*20230111satrt*/
    .sy_section1 .qh_b ul .l1 a .picbox {
        width: 45%;
    }

    /*20230111end*/
    .sy_section1 .qh_b ul .l2 a .wordsbox {
        padding: 12px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox::after {
        height: 2px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l {
        width: 100%;
        padding-right: 0;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .words_l .words2 {
        height: 32px;
        -webkit-line-clamp: 2;
    }

    .sy_section1 .qh_b ul .l2 a .wordsbox .ico_r {
        width: 30px;
        display: none;
    }

    .sy_section1 .gdcp {
        width: 130px;
    }

    .sy_section1 .gdcp a {
        border-radius: 20px;
    }

    .sy_section1 .gdcp a .words {
        line-height: 40px;
        margin-right: 8px;
    }

    .sy_section1 .gdcp a img {
        width: 16px;
    }

    /*20230103satrt*/
    .sy_section1 .qh_b ul .l2 a .picbox {
        padding: 20px;
    }

    /*20230103end*/
}

.sy_section2 {
    width: 100%;
    background: url(../images/about.png)no-repeat center center;
    background-size: cover;
}

.sy_section2 .content {
    width: 100%;
    font-size: 0;
}

.sy_section2 .content .left {
    width: calc(100% - 575px);
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    padding-top: 94px;
}

.sy_section2 .content .left h3 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    margin-bottom: 28px;
}

.sy_section2 .content .left .border {
    width: 52px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 54px;
}

.sy_section2 .content .left .info {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 36px;
    margin-bottom: 58px;
}

.sy_section2 .content .left .more {
    width: 132px;
}

.sy_section2 .content .left .more a {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    border-radius: 23px;
    background: #0649c2;
}

.sy_section2 .content .left .more a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.sy_section2 .content .left .more a img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section2 .content .left .more a:hover {
    opacity: 0.8;
}

.sy_section2 .content .right {
    width: 573px;
    display: inline-block;
    vertical-align: top;
}

.sy_section2 .content .right .listbox {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sy_section2 .content .right .listbox .list {
    width: 50%;
    float: left;
}

.sy_section2 .content .right .listbox .list .boxs {
    border: 1px solid rgba(89, 89, 89, 0.24);
    padding: 44px 20px 44px 52px;
}

.sy_section2 .content .right .listbox .list .boxs:hover,
.sy_section2 .content .right .listbox .list .boxs.on {
    background: #0649c2;
}

.sy_section2 .content .right .listbox .list .boxs .words1 {
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
}

.sy_section2 .content .right .listbox .list .boxs:hover .words1,
.sy_section2 .content .right .listbox .list .boxs.on .words1 {
    color: #fff;
}

.sy_section2 .content .right .listbox .list .boxs .num {
    font-size: 52px;
    color: #333333;
    line-height: 56px;
    margin-bottom: 30px;
}

.sy_section2 .content .right .listbox .list .boxs:hover .num,
.sy_section2 .content .right .listbox .list .boxs.on .num {
    color: #fff;
}

.sy_section2 .content .right .listbox .list .boxs .num span {
    font-size: 76px;
    line-height: 80px;
    font-weight: bolder;
}

.sy_section2 .content .right .listbox .list .boxs .ico {
    width: 56px;
}

.sy_section2 .content .right .listbox .list .boxs .ico img {
    width: 100%;
    display: block;
}

.sy_section2 .content .right .listbox .list .boxs .ico img.img2 {
    display: none;
}

.sy_section2 .content .right .listbox .list .boxs:hover .ico img.img1,
.sy_section2 .content .right .listbox .list .boxs.on .ico img.img1 {
    display: none;
}

.sy_section2 .content .right .listbox .list .boxs:hover .ico img.img2,
.sy_section2 .content .right .listbox .list .boxs.on .ico img.img2 {
    display: block;
}

.sy_section2 .content .right .listbox .list:nth-child(2) .boxs {
    border-bottom: 0;
}

.sy_section2 .content .right .listbox .list:nth-child(4) .boxs {
    border-left: 0;
}

.sy_section2 .content .right .listbox .list:nth-child(5) .boxs {
    border-top: 0;
}

@media screen and (max-width: 1680px) {
    .sy_section2 .content .left {
        width: calc(100% - 402px);
        padding-right: 30px;
        padding-top: 80px;
    }

    .sy_section2 .content .left h3 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section2 .content .left .border {
        width: 40px;
        margin-bottom: 30px;
    }

    .sy_section2 .content .left .info {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .sy_section2 .content .left .more {
        width: 120px;
    }

    .sy_section2 .content .left .more a {
        border-radius: 20px;
    }

    .sy_section2 .content .left .more a .words {
        line-height: 40px;
        margin-right: 10px;
    }

    .sy_section2 .content .left .more a img {
        width: 16px;
    }

    .sy_section2 .content .right {
        width: 400px;
    }

    .sy_section2 .content .right .listbox .list .boxs {
        padding: 30px 20px;
    }

    .sy_section2 .content .right .listbox .list .boxs .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .sy_section2 .content .right .listbox .list .boxs .num {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .sy_section2 .content .right .listbox .list .boxs .num span {
        font-size: 50px;
        line-height: 54px;
    }

    .sy_section2 .content .right .listbox .list .boxs .ico {
        width: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section2 {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
        background: url(../images/img261.jpg)no-repeat center center !important;
        background-size: cover !important;
    }

    .sy_section2 .content .left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .sy_section2 .content .left h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section2 .content .left .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .sy_section2 .content .left .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .sy_section2 .content .left .info br {
        display: none;
    }

    .sy_section2 .content .left .more {
        width: 100px;
    }

    .sy_section2 .content .left .more a {
        border-radius: 16px;
    }

    .sy_section2 .content .left .more a .words {
        line-height: 32px;
        margin-right: 6px;
    }

    .sy_section2 .content .left .more a img {
        width: 16px;
    }

    .sy_section2 .content .right {
        width: 100%;
        margin-top: 20px;
    }

    .sy_section2 .content .right .listbox .list {
        width: 50%;
    }

    .sy_section2 .content .right .listbox .list:nth-child(1),
    .sy_section2 .content .right .listbox .list:nth-child(6) {
        display: none;
    }

    .sy_section2 .content .right .listbox .list .boxs {
        padding: 12px;
        background: rgba(255, 255, 255, 0.5);
    }

    .sy_section2 .content .right .listbox .list .boxs .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
        text-align: center;
    }

    .sy_section2 .content .right .listbox .list .boxs .num {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
        text-align: center;
    }

    .sy_section2 .content .right .listbox .list .boxs .num span {
        font-size: 30px;
        line-height: 34px;
    }

    .sy_section2 .content .right .listbox .list .boxs .ico {
        width: 40px;
        margin: 0 auto;
    }

    .sy_section2 .content .right .listbox .list:nth-child(2) .boxs {
        border-bottom: 1px solid rgba(89, 89, 89, 0.24);
    }

    .sy_section2 .content .right .listbox .list:nth-child(4) .boxs {
        border-left: 1px solid rgba(89, 89, 89, 0.24);
    }

    .sy_section2 .content .right .listbox .list:nth-child(5) .boxs {
        border-top: 1px solid rgba(89, 89, 89, 0.24);
    }

    .sy_section2 .content .right .listbox .list:nth-child(2) .boxs,
    .sy_section2 .content .right .listbox .list:nth-child(4) .boxs {
        border-right: 0;
    }

    .sy_section2 .content .right .listbox .list:nth-child(2) .boxs,
    .sy_section2 .content .right .listbox .list:nth-child(3) .boxs {
        border-bottom: 0;
    }
}

.sy_section3 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
    background: #f5f5f5;
}

.sy_section3 h4 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section3 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 40px auto;
}

.sy_section3 .content {
    width: 100%;
    margin-bottom: 46px;
}

.sy_section3 .content .listbox {
    margin: 0 -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.sy_section3 .content .listbox .list {
    float: left;
    padding: 0 10px;
    width: 16.6%;
}

.sy_section3 .content .listbox .list2 {
    float: left;
    padding: 0 10px;
    width: 30%;
}

/* .sy_section3 .content .listbox .list:nth-child(2){width: 50.8%;} */
.sy_section3 .content .listbox .list ul {
    width: 100%;
}

.sy_section3 .content .listbox .list ul li {
    width: 100%;
    margin-bottom: 20px;
}

.sy_section3 .content .listbox .list ul li:last-child {
    margin-bottom: 0;
}

.sy_section3 .content .listbox .list ul li a {
    display: block;
    width: 100%;
    position: relative;
}

.sy_section3 .content .listbox .list ul li a .pic {
    width: 100%;
    padding-bottom: 75.13%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* .sy_section3 .content .listbox .list ul li a::after{content: "";display: block;width: 100%;height: 108px;background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));position: absolute;left: 0;bottom: 0;z-index: 2;} */
/* .sy_section3 .content .listbox .list:nth-child(2) ul li a .pic{padding-bottom: 73.3%;} */
.sy_section3 .content .listbox .list ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* .sy_section3 .content .listbox .list:hover .list {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
} */

.sy_section3 .content .listbox .list ul li a .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding: 0 22px 0 20px;
    overflow: hidden;
    z-index: 3;
}

.sy_section3 .content .listbox .list ul li a .wordsbox .words {
    width: calc(100% - 40px);
    float: left;
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section3 .content .listbox .list ul li a .wordsbox img {
    width: 25px;
    float: right;
    display: block;
}

.sy_section3 .gdcp {
    width: 140px;
    margin: 0 auto;
}

.sy_section3 .gdcp a {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
}

.sy_section3 .gdcp a:hover {
    opacity: 0.8;
}

.sy_section3 .gdcp a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.sy_section3 .gdcp a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    .sy_section3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sy_section3 h4 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section3 .border {
        width: 40px;
        margin: 0 auto 30px auto;
    }

    .sy_section3 .content {
        margin-bottom: 30px;
    }

    .sy_section3 .content .listbox .list ul li a .wordsbox {
        bottom: 12px;
        padding: 0 16px;
    }

    .sy_section3 .content .listbox .list ul li a .wordsbox .words {
        font-size: 18px;
    }

    .sy_section3 .gdcp {
        width: 130px;
    }

    .sy_section3 .gdcp a {
        border-radius: 20px;
    }

    .sy_section3 .gdcp a .words {
        line-height: 40px;
        margin-right: 10px;
    }

    .sy_section3 .gdcp a img {
        width: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section3 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section3 .border {
        width: 40px;
        margin: 0 auto 14px auto;
    }

    .sy_section3 .content {
        margin-bottom: 14px;
    }

    .sy_section3 .content .listbox {
        margin: 0;
        width: 100%;
    }

    .sy_section3 .content .listbox .list {
        padding: 0;
        width: 100%;
        margin-bottom: 14px;
    }

    .sy_section3 .content .listbox .list:last-child {
        margin-bottom: 0;
    }

    .sy_section3 .content .listbox .list:nth-child(2) {
        width: 100%;
    }

    .sy_section3 .content .listbox .list:nth-child(2) li {
        width: 100%;
    }

    .sy_section3 .content .listbox .list ul {
        width: calc(100% + 12px);
        overflow: hidden;
        margin: 0 -6px;
    }

    .sy_section3 .content .listbox .list ul li {
        width: 50%;
        margin-bottom: 0;
        padding: 0 6px;
        float: left;
    }

    .sy_section3 .content .listbox .list ul li a .wordsbox {
        bottom: 10px;
        padding: 0 10px;
    }

    .sy_section3 .content .listbox .list ul li a .wordsbox .words {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .sy_section3 .content .listbox .list ul li a .wordsbox img {
        display: none;
    }

    .sy_section3 .gdcp {
        width: 110px;
    }

    .sy_section3 .gdcp a {
        border-radius: 20px;
    }

    .sy_section3 .gdcp a .words {
        line-height: 40px;
        margin-right: 8px;
    }

    .sy_section3 .gdcp a img {
        width: 16px;
    }
}

.sy_section4 {
    width: 100%;
    padding-bottom: 98px;
    background: #f5f5f5;
}

.sy_section4 h5 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section4 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 40px auto;
}

.sy_section4 .content {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    margin-bottom: 50px;
}

.sy_section4 .content ul {
    width: 100%;
    overflow: hidden;
}

.sy_section4 .content ul li {
    width: 14.28571428571429%;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.sy_section4 .content ul li a {
    display: block;
    width: 100%;
}

.sy_section4 .content ul li a .pic {
    width: 100%;
    padding-bottom: 44.05%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sy_section4 .content ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sy_section4 .content ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sy_section4 .gdcp {
    width: 132px;
    margin: 0 auto;
}

.sy_section4 .gdcp a {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
}

.sy_section4 .gdcp a:hover {
    opacity: 0.8;
}

.sy_section4 .gdcp a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.sy_section4 .gdcp a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    .sy_section4 {
        padding-bottom: 70px;
    }

    .sy_section4 h5 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section4 .border {
        width: 40px;
        margin: 0 auto 30px auto;
    }

    .sy_section4 .content {
        margin-bottom: 40px;
    }

    .sy_section4 .gdcp {
        width: 120px;
    }

    .sy_section4 .gdcp a {
        border-radius: 20px;
    }

    .sy_section4 .gdcp a .words {
        line-height: 40px;
        margin-right: 10px;
    }

    .sy_section4 .gdcp a img {
        width: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section4 {
        padding-bottom: 30px;
    }

    .sy_section4 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section4 .border {
        width: 40px;
        margin: 0 auto 14px auto;
    }

    .sy_section4 .content {
        margin-bottom: 20px;
    }

    .sy_section4 .content ul li {
        width: 33.3333333%;
    }

    .sy_section4 .gdcp {
        width: 110px;
    }

    .sy_section4 .gdcp a {
        border-radius: 20px;
    }

    .sy_section4 .gdcp a .words {
        line-height: 40px;
        margin-right: 8px;
    }

    .sy_section4 .gdcp a img {
        width: 16px;
    }
}

.sy_section5 {
    width: 100%;
    padding-bottom: 92px;
    background: #f5f5f5;
}

.sy_section5 h6 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section5 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 40px auto;
}

.sy_section5 .content {
    width: 100%;
}

.sy_section5 .content ul {
    margin: 0 -16px;
    overflow: hidden;
    width: calc(100% + 32px);
}

.sy_section5 .content ul li {
    width: 33.333333%;
    float: left;
    padding: 0 16px;
}

.sy_section5 .content ul li a {
    display: block;
    width: 100%;
    position: relative;
}

.sy_section5 .content ul li a .pic {
    width: 100%;
    padding-bottom: 65.49%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sy_section5 .content ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sy_section5 .content ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sy_section5 .content ul li a .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sy_section5 .content ul li a .wordsbox img {
    width: 60px;
    display: block;
    margin: 0 auto 30px auto;
}

.sy_section5 .content ul li a .wordsbox .words1 {
    font-size: 28px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
}

.sy_section5 .content ul li a .wordsbox .words2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1680px) {
    .sy_section5 {
        width: 100%;
        padding-bottom: 70px;
        background: #f5f5f5;
    }

    .sy_section5 h6 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section5 .border {
        width: 40px;
        margin: 0 auto 30px auto;
    }

    .sy_section5 .content ul li a .wordsbox img {
        width: 50px;
        margin: 0 auto 24px auto;
    }

    .sy_section5 .content ul li a .wordsbox .words1 {
        font-size: 24px;
        line-height: 28px;
    }

    .sy_section5 .content ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section5 {
        padding-bottom: 30px;
    }

    .sy_section5 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section5 .border {
        width: 40px;
        margin: 0 auto 14px auto;
    }

    .sy_section5 .content ul {
        margin: 0;
        width: 100%;
    }

    .sy_section5 .content ul li {
        width: 100%;
        padding: 0 0;
        margin-bottom: 14px;
    }

    .sy_section5 .content ul li:last-child {
        margin-bottom: 0;
    }

    .sy_section5 .content ul li a .wordsbox {
        padding: 0 12px;
    }

    .sy_section5 .content ul li a .wordsbox img {
        width: 36px;
        margin: 0 auto 12px auto;
    }

    .sy_section5 .content ul li a .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .sy_section5 .content ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 18px;
    }
}

.sy_section6 {
    width: 100%;
    padding-bottom: 94px;
    background: #f5f5f5;
}

.sy_section6 h6 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section6 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 40px auto;
}

.sy_section6 .content {
    width: 100%;
    overflow: hidden;
}

.sy_section6 .content .left {
    width: 37.5%;
    float: left;
    padding-right: 25px;
}

.sy_section6 .content .left .ul {
    width: 100%;
}

.sy_section6 .content .left .ul .li {
    width: 100%;
}

.sy_section6 .content .left .ul .li a {
    display: block;
    width: 100%;
}

.sy_section6 .content .left .ul .li a .pic {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sy_section6 .content .left .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.sy_section6 .content .left .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sy_section6 .content .left .ul .li a .wordsbox {
    width: 100%;
    padding: px0649c2;
    padding: 52px 40px 38px 40px;
    background: #0649c2;
}

.sy_section6 .content .left .ul .li a .wordsbox .words1 {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section6 .content .left .ul .li a .wordsbox .words2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 36px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section6 .content .left .ul .li a .wordsbox .date {
    width: 100%;
    padding-top: 36px;
    border-top: 1px solid #fff;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bolder;
}

.sy_section6 .content .left .ul .slick-dots {
    position: absolute;
    bottom: 45px;
    height: 6px;
    text-align: center;
    width: auto;
    right: 42px;
}

.sy_section6 .content .left .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
}

.sy_section6 .content .left .ul .slick-dots li.slick-active {
    background: #fff;
    width: 20px;
}

.sy_section6 .content .right {
    width: 62.5%;
    float: right;
    padding-left: 25px;
}

.sy_section6 .content .right .top {
    width: 100%;
    margin-bottom: 39px;
    overflow: hidden;
}

.sy_section6 .content .right .top .qh_t {
    float: left;
}

.sy_section6 .content .right .top .qh_t .list {
    float: left;
    margin-right: 50px;
    padding-left: 12px;
    position: relative;
    font-size: 20px;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}

.sy_section6 .content .right .top .qh_t .list.on {
    color: #0649c2;
}

.sy_section6 .content .right .top .qh_t .list:last-child {
    margin-right: 0;
}

.sy_section6 .content .right .top .qh_t .list.on::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #0649c2;
    position: absolute;
    left: 0;
    top: 0;
}

.sy_section6 .content .right .top .more {
    float: right;
    position: relative;
}

.sy_section6 .content .right .top .more a {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    position: relative;
    display: block;
    z-index: 2;
}

.sy_section6 .content .right .top .more a:hover {
    color: #000;
}

.sy_section6 .content .right .top .more::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
}

.sy_section6 .content .right .bottom {
    width: 100%;
}
.sy_section6 .content .right .bottom .list{
    display: none;
}

.sy_section6 .content .right .bottom ul {
    width: 100%;
}

.sy_section6 .content .right .bottom ul li {
    width: 100%;
    margin-bottom: 30px;
}

.sy_section6 .content .right .bottom ul li:last-child {
    margin-bottom: 0;
}

.sy_section6 .content .right .bottom ul li a {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 34px 38px;
    overflow: hidden;
}

.sy_section6 .content .right .bottom ul li a:hover {
    background: #0649c2;
}

.sy_section6 .content .right .bottom ul li a .wordsbox {
    width: calc(100% - 136px);
    float: left;
}

.sy_section6 .content .right .bottom ul li a .wordsbox .words1 {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 14px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section6 .content .right .bottom ul li a .wordsbox .words2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sy_section6 .content .right .bottom ul li a .date {
    width: 136px;
    float: left;
    text-align: right;
    margin-top: 4px;
}

.sy_section6 .content .right .bottom ul li a .date .date1 {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 6px;
    font-weight: bolder;
}

.sy_section6 .content .right .bottom ul li a .date .date2 {
    font-size: 34px;
    color: #333333;
    line-height: 38px;
    font-weight: bolder;
}

.sy_section6 .content .right .bottom ul li a:hover .wordsbox .words1,
.sy_section6 .content .right .bottom ul li a:hover .wordsbox .words2,
.sy_section6 .content .right .bottom ul li a:hover .date .date1,
.sy_section6 .content .right .bottom ul li a:hover .date .date2 {
    color: #fff;
}

@media screen and (max-width: 1680px) {
    .sy_section6 {
        padding-bottom: 70px;
    }

    .sy_section6 h6 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section6 .border {
        width: 40px;
        margin: 0 auto 30px auto;
    }

    .sy_section6 .content .left .ul .li a .wordsbox {
        padding: 40px 30px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .words2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 26px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .date {
        padding-top: 26px;
    }

    .sy_section6 .content .left .ul .slick-dots {
        bottom: 46px;
        right: 30px;
    }

    .sy_section6 .content .right .top {
        margin-bottom: 20px;
    }

    .sy_section6 .content .right .top .qh_t .list {
        margin-right: 30p0x;
        padding-left: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .sy_section6 .content .right .top .more::after {
        bottom: 3px;
    }

    .sy_section6 .content .right .bottom ul li {
        margin-bottom: 24px;
    }

    .sy_section6 .content .right .bottom ul li a {
        padding: 32px 30px;
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox {
        width: calc(100% - 130px);
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox .words2 {
        font-size: 16px;
        line-height: 24px;
    }

    .sy_section6 .content .right .bottom ul li a .date {
        width: 130px;
    }

    .sy_section6 .content .right .bottom ul li a .date .date1 {
        font-size: 18px;
        line-height: 22px;
    }

    .sy_section6 .content .right .bottom ul li a .date .date2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .sy_section6 .content .right .bottom ul li a {
        padding: 21px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section6 {
        padding-bottom: 30px;
    }

    .sy_section6 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .border {
        width: 40px;
        margin: 0 auto 14px auto;
    }

    .sy_section6 .content .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 14px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox {
        padding: 12px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .words1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .left .ul .li a .wordsbox .date {
        padding-top: 16px;
    }

    .sy_section6 .content .left .ul .slick-dots {
        bottom: 12px;
        right: 12px;
    }

    .sy_section6 .content .right {
        width: 100%;
        padding-left: 0;
    }

    .sy_section6 .content .right .top {
        margin-bottom: 14px;
    }

    /*20230111satrt*/
    .sy_section6 .content .right .tops {
        margin-bottom: 0;
        margin-top: 14px;
    }

    .sy_section6 .content .right .tops .more {
        float: none;
        width: 100px;
        margin: 0 auto;
    }

    /*20230111end*/
    .sy_section6 .content .right .top .qh_t .list {
        margin-right: 10px;
        padding-left: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .sy_section6 .content .right .top .more a {
        line-height: 20px;
    }

    .sy_section6 .content .right .top .more::after {
        height: 3px;
        bottom: 3px;
    }

    .sy_section6 .content .right .bottom ul li {
        margin-bottom: 12px;
    }

    .sy_section6 .content .right .bottom ul li a {
        padding: 12px 16px;
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox {
        width: calc(100% - 70px);
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox .words1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sy_section6 .content .right .bottom ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 24px;
    }

    .sy_section6 .content .right .bottom ul li a .date {
        width: 70px;
        margin-top: 0;
    }

    .sy_section6 .content .right .bottom ul li a .date .date1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .sy_section6 .content .right .bottom ul li a .date .date2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.sy_section7 {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 130px;
}

.sy_section7 .content {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.sy_section7 .content .left {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section7 .content .left h6 {
    font-size: 48px;
    color: #2e2e2e;
    line-height: 52px;
    margin-bottom: 26px;
}

.sy_section7 .content .left .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
}

.sy_section7 .content .right {
    width: calc(100% - 302px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 154px;
}

.sy_section7 .content .right ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.sy_section7 .content .right ul li {
    /* width: 70px; */
    display: inline-block;
    vertical-align: middle;
}

.sy_section7 .content .right ul li a {
    display: block;
    width: 100%;
}

.sy_section7 .content .right ul li a img {
    width: 56px;
    display: block;
    margin: 0 auto 12px auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sy_section7 .content .right ul li a:hover img {
    transform: rotateY(180deg);
}

.sy_section7 .content .right ul li a .words {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.sy_section7 .content .right ul li a .num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.sy_section7 .content .right ul li a:hover .num {
    border-color: #0649c2;
    color: #0649c2;
}

.sy_section7 .content .right ul li a .num::after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background: #CACACA;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    margin-top: -0.5px;
}
.sy_section7 .content .right ul li:nth-child(1) a .num::after {
   
    width: 85px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(2) a .num::after {
   
    width: 105px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(3) a .num::after {
   
    width: 145px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(4) a .num::after {
   
    width: 125px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(5) a .num::after {
   
    width: 90px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(6) a .num::after {
   
    width: 75px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(7) a .num::after {
   
    width: 80px;
    height: 1px;
    
}
.sy_section7 .content .right ul li:nth-child(8) a .num::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #CACACA;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    margin-top: -0.5px;
}

@media screen and (max-width: 1680px) {
    .sy_section7 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sy_section7 .content .left {
        width: 200px;
        display: inline-block;
        vertical-align: middle;
    }

    .sy_section7 .content .left h6 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .sy_section7 .content .left .border {
        width: 40px;
    }

    .sy_section7 .content .right {
        width: calc(100% - 202px);
        padding-left: 100px;
    }

    .sy_section7 .content .right ul li {
        width: 66px;
    }

    .sy_section7 .content .right ul li a img {
        width: 46px;
    }

    .sy_section7 .content .right ul li a .words {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .sy_section7 .content .right ul li a .num::after {
        width: 70px;
        left: calc(100% + 14px);
    }
}

@media screen and (max-width: 1280px) {
    .sy_section7 .content .right ul li a .num::after {
        width: 50px;
        left: calc(100% + 14px);
    }
}

@media screen and (max-width: 1024px) {
    .sy_section7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section7 .content .left {
        width: 100%;
        margin-bottom: 16px;
    }

    .sy_section7 .content .left h6 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 12px;
    }

    .sy_section7 .content .left .border {
        width: 40px;
        margin: 0 auto;
    }

    .sy_section7 .content .right {
        width: 100%;
        padding-left: 0;
    }

    .sy_section7 .content .right ul {
        width: calc(100% + 12px);
        display: block;
        margin: -6px;
        overflow: hidden;
    }

    .sy_section7 .content .right ul li {
        display: block;
        width: 25%;
        float: left;
        padding: 6px;
    }

    .sy_section7 .content .right ul li a img {
        width: 36px;
        margin: 0 auto 8px auto;
    }

    .sy_section7 .content .right ul li a .words {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        height: 40px;
        word-wrap: break-word;
        word-break: normal;
        width: 80px;
    }

    .sy_section7 .content .right ul li a .num {
        width: 26px;
        height: 26px;
        line-height: 24px;
    }

    .sy_section7 .content .right ul li a .num::after {
        display: none;
    }
}

/*内页banner*/
.ny_banenr {
    width: 100%;
    position: relative;
}

.ny_banenr::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/img112.png)no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ny_banenr .ba_pic {
    width: 100%;
}

.ny_banenr .ba_pic img {
    width: 100%;
    display: block;
}

.ny_banenr .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 52%;
    z-index: 2;
}

.ny_banenr .wordsbox h2 {
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
}

.ny_banenr .dq_box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 2;
}

.ny_banenr .dq_box .content {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.ny_banenr .dq_box .content img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ny_banenr .dq_box .content a {
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
}

.ny_banenr .dq_box .content span {
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.ny_banenr .dq_box .content a:hover,
.ny_banenr .dq_box .content a.on {
    opacity: 0.8;
}

@media screen and (max-width: 1680px) {
    .ny_banenr .wordsbox {
        top: 50%;
    }

    .ny_banenr .wordsbox h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .ny_banenr .dq_box {
        bottom: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .ny_banenr {
        margin-top: 50px;
    }

    .ny_banenr::after {
        display: none;
    }

    .ny_banenr .wordsbox {
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .ny_banenr .wordsbox h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .ny_banenr .dq_box {
        bottom: 10px;
        display: none;
    }

    .ny_banenr .dq_box .content img {
        width: 18px;
        margin-right: 6px;
    }

    .ny_banenr .dq_box .content a {
        font-size: 12px;
        line-height: 18px;
    }

    .ny_banenr .dq_box .content span {
        font-size: 12px;
        line-height: 18px;
        margin: 0 2px;
    }
}

/*产品中心二姐列表*/
.cpej_section {
    width: 100%;
    padding-top: 76px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.cpej_section .content {
    width: 100%;
}

.cpej_section .content ul {
    width: 100%;
    margin-bottom: 58px;
}

.cpej_section .content ul li {
    width: 100%;
    margin-bottom: 20px;
}

.cpej_section .content ul li:last-child {
    margin-bottom: 0;
}

.cpej_section .content ul li a {
    display: block;
    width: 100%;
    font-size: 0;
    padding: 20px 80px 20px 20px;
    background: #fff;
    position: relative;
}

.cpej_section .content ul li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cpej_section .content ul li a:hover::after {
    width: 100%;
}

.cpej_section .content ul li a .picbox {
    width: 248px;
    display: inline-block;
    vertical-align: middle;
}

.cpej_section .content ul li a .picbox .pic {
    padding-bottom: 96.77%;
    position: relative;
    overflow: hidden;
}

.cpej_section .content ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cpej_section .content ul li a .wordsbox {
    width: calc(100% - 382px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 36px;
    padding-right: 140px;
}

.cpej_section .content ul li a .wordsbox .tit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpej_section .content ul li a:hover .wordsbox .tit {
    color: #0649c2;
}

.cpej_section .content ul li a .wordsbox .border {
    width: 39px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 32px;
}

.cpej_section .content ul li a .wordsbox .info1 {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 30px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpej_section .content ul li a .wordsbox .info2 {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cpej_section .content ul li a .mroe {
    width: 132px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #0649c2;
}

.cpej_section .content ul li a:hover .mroe {
    background: #0649c2;
}

.cpej_section .content ul li a .mroe .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cpej_section .content ul li a:hover .mroe .words {
    color: #fff;
}

.cpej_section .content ul li a .mroe .ico {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.cpej_section .content ul li a .mroe .ico img {
    width: 100%;
    display: block;
}

.cpej_section .content ul li a .mroe .ico img.img2 {
    display: none;
}

.cpej_section .content ul li a:hover .mroe .ico img.img1 {
    display: none;
}

.cpej_section .content ul li a:hover .mroe .ico img.img2 {
    display: block;
}

@media screen and (max-width: 1680px) {
    .cpej_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cpej_section .content ul {
        margin-bottom: 40px;
    }

    .cpej_section .content ul li {
        margin-bottom: 16px;
    }

    .cpej_section .content ul li a {
        padding: 16px 40px 16px 16px;
    }

    .cpej_section .content ul li a .picbox {
        width: 200px;
    }

    .cpej_section .content ul li a .wordsbox {
        width: calc(100% - 312px);
        padding-left: 26px;
        padding-right: 80px;
    }

    .cpej_section .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .cpej_section .content ul li a .wordsbox .border {
        width: 30px;
        margin-bottom: 26px;
    }

    .cpej_section .content ul li a .wordsbox .info1 {
        font-size: 16px;
        line-height: 26px;
    }

    .cpej_section .content ul li a .wordsbox .info2 {
        font-size: 14px;
        line-height: 26px;
    }

    .cpej_section .content ul li a .mroe {
        width: 110px;
        border-radius: 18px;
    }

    .cpej_section .content ul li a .mroe .words {
        line-height: 36px;
        margin-right: 8px;
    }

    .cpej_section .content ul li a .mroe .ico {
        width: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .cpej_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cpej_section .content ul {
        margin-bottom: 20px;
    }

    .cpej_section .content ul li {
        margin-bottom: 14px;
    }

    .cpej_section .content ul li a {
        padding: 12px 12px 14px 12px;
    }

    .cpej_section .content ul li a::after {
        height: 2px;
    }

    .cpej_section .content ul li a .picbox {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .cpej_section .content ul li a .wordsbox {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .cpej_section .content ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .cpej_section .content ul li a .wordsbox .border {
        width: 26px;
        margin-bottom: 10px;
    }

    .cpej_section .content ul li a .wordsbox .info1 {
        font-size: 14px;
        line-height: 24px;
    }

    .cpej_section .content ul li a .wordsbox .info2 {
        font-size: 14px;
        line-height: 24px;
    }

    .cpej_section .content ul li a .mroe {
        width: 100px;
        border-radius: 18px;
        margin-top: 12px;
    }

    .cpej_section .content ul li a .mroe .words {
        line-height: 34px;
        margin-right: 6px;
    }

    .cpej_section .content ul li a .mroe .ico {
        width: 15px;
    }
}

/*分页*/
.page_section {
    width: 100%;
}

.page_section .page1 {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.page_section .page1 a {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: block;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
}

.page_section .page1 a.on,
.page_section .page1 a:hover {
    color: #fff;
    background: #0649c2;
}

@media screen and (max-width: 1680px) {
    .page_section .page1 a {
        font-size: 14px;
        line-height: 36px;
        width: 36px;
        margin: 0 4px;
    }
}

@media screen and (max-width: 1024px) {
    .page_section .page2 {
        width: 100%;
        font-size: 0;
        text-align: center;
    }

    .page_section .page2 a {
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        width: 80px;
        background: #0649c2;
        border-radius: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .page_section .page2 span {
        font-size: 16px;
        color: #555;
        line-height: 32px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }
}

/*产品一级列表*/
.cpyj_section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.cpyj_section .ejnavbox {
    width: 100%;
    margin-bottom: 60px;
}

.cpyj_section .ejnavbox ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.cpyj_section .ejnavbox ul li {
    width: 16.66666666666667%;
    float: left;
    padding: 10px;
}

.cpyj_section .ejnavbox ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 54px;
    text-align: center;
    border: 1px solid #CFCFCF;
}

.cpyj_section .ejnavbox ul li:hover a,
.cpyj_section .ejnavbox ul li.on a {
    color: #fff;
    background: #0649c2;
    border-color: #0649c2;
}

.cpyj_section .ulbox {
    width: 100%;
    margin-bottom: 70px;
}

.cpyj_section .ulbox ul {
    margin: -10px;
    width: calc(100% + 20px);
}

.cpyj_section .ulbox ul::after {
    content: "";
    display: block;
    clear: both;
}

.cpyj_section .ulbox ul li {
    width: 20%;
    float: left;
    padding: 10px;
}

.cpyj_section .ulbox ul li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px 20px 34px 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.cpyj_section .ulbox ul li a .pic {
    padding-bottom: 85.6%;
    position: relative;
    overflow: hidden;
}

.cpyj_section .ulbox ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cpyj_section .ulbox ul li a .wordsbox {
    width: 100%;
    padding: 20px 20px 0 20px;
}

.cpyj_section .ulbox ul li a .wordsbox .tit {
    font-size: 20px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpyj_section .ulbox ul li a:hover .wordsbox .tit {
    color: #0649c2;
}

.cpyj_section .ulbox ul li a .wordsbox .info {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cpyj_section .ulbox ul li a .wordsbox .more {
    width: 155px;
    font-size: 0;
    text-align: center;
    border-radius: 20.5px;
    background: #e4e4e4;
    margin: 0 auto;
}

.cpyj_section .ulbox ul li a:hover .wordsbox .more {
    background: #0649c2;
}

.cpyj_section .ulbox ul li a .wordsbox .more .words {
    font-size: 14px;
    color: #666666;
    line-height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.cpyj_section .ulbox ul li a:hover .wordsbox .more .words {
    color: #fff;
}

.cpyj_section .ulbox ul li a .wordsbox .more .ico {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.cpyj_section .ulbox ul li a .wordsbox .more .ico img {
    width: 100%;
    display: block;
}

.cpyj_section .ulbox ul li a .wordsbox .more .ico img.img2 {
    display: none;
}

.cpyj_section .ulbox ul li a:hover .wordsbox .more .ico img.img1 {
    display: none;
}

.cpyj_section .ulbox ul li a:hover .wordsbox .more .ico img.img2 {
    display: block;
}

@media screen and (max-width: 1680px) {
    .cpyj_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .cpyj_section .ejnavbox {
        margin-bottom: 40px;
    }

    .cpyj_section .ejnavbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cpyj_section .ejnavbox ul li {
        padding: 6px;
    }

    .cpyj_section .ejnavbox ul li a {
        font-size: 16px;
        line-height: 46px;
    }

    .cpyj_section .ulbox {
        margin-bottom: 50px;
    }

    .cpyj_section .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cpyj_section .ulbox ul li {
        padding: 6px;
    }

    .cpyj_section .ulbox ul li a {
        padding: 16px 16px 24px 16px;
    }

    .cpyj_section .ulbox ul li a .wordsbox {
        padding: 16px 16px 0 16px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more {
        width: 130px;
        border-radius: 18px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more .words {
        line-height: 36px;
        margin-right: 8px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more .ico {
        width: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .cpyj_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cpyj_section .ejnavbox {
        margin-bottom: 20px;
    }

    .cpyj_section .ejnavbox ul {
        margin: -6px;
        width: calc(100% + 12px);
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
    }

    .cpyj_section .ejnavbox ul::-webkit-scrollbar {
        display: none;
    }

    .cpyj_section .ejnavbox ul li {
        width: auto;
        padding: 6px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .cpyj_section .ejnavbox ul li a {
        font-size: 16px;
        line-height: 46px;
        padding: 0 10px;
    }

    .cpyj_section .ulbox {
        margin-bottom: 20px;
    }

    .cpyj_section .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cpyj_section .ulbox ul li {
        width: 50%;
        padding: 6px;
    }

    .cpyj_section .ulbox ul li a {
        padding: 12px;
    }

    .cpyj_section .ulbox ul li a .wordsbox {
        padding: 12px 0 0 0;
    }

    .cpyj_section .ulbox ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .info {
        line-height: 20px;
        margin-bottom: 10px;
        height: 40px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more {
        width: 120px;
        border-radius: 18px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more .words {
        line-height: 34px;
        margin-right: 6px;
    }

    .cpyj_section .ulbox ul li a .wordsbox .more .ico {
        width: 15px;
    }
}

.dq_section {
    width: 100%;
    margin-top: 108px;
    padding-top: 46px;
    padding-bottom: 38px;
}

.dq_section .content {
    width: 100%;
    font-size: 0;
}

.dq_section .content img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dq_section .content a {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.dq_section .content span {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.dq_section .content a:hover,
.dq_section .content a.on {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .dq_section {
        margin-top: 81px;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .dq_section {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 20px;
        display: none;
    }

    .dq_section .content {
        width: 100%;
        font-size: 0;
    }

    .dq_section .content img {
        width: 18px;
        margin-right: 8px;
    }

    .dq_section .content a {
        font-size: 12px;
        line-height: 18px;
    }

    .dq_section .content span {
        font-size: 12px;
        line-height: 18px;
        margin: 0 2px;
    }
}

/*产品详情*/
.cpxq_section {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 78px;
}

.cpxq_section .content {
    width: 100%;
    padding: 54px 50px 72px 50px;
    background: #fff;
}

.cpxq_section .content::after {
    content: "";
    display: block;
    clear: both;
}

.cpxq_section .content .left {
    width: 78.87%;
    float: left;
    padding-right: 62px;
}

.cpxq_section .content .left .top {
    width: 100%;
    margin-bottom: 60px;
}

.cpxq_section .content .left .top::after {
    content: "";
    display: block;
    clear: both;
}

.cpxq_section .content .left .top ._l {
    width: 47.81%;
    float: left;
}

.cpxq_section .content .left .top ._l .qh_l {
    width: calc(100% - 115px);
    float: left;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.cpxq_section .content .left .top ._l .qh_l a {
    display: block;
    width: 100%;
    position: relative;
}

.cpxq_section .content .left .top ._l .qh_l a .ba_pic {
    padding-bottom: 99.28%;
    position: relative;
    overflow: hidden;
}

.cpxq_section .content .left .top ._l .qh_l a .ba_pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cpxq_section .content .left .top ._l .qh_l a .ico {
    width: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.cpxq_section .content .left .top ._l .qh_l a .ico img {
    width: 100%;
    display: block;
}

.cpxq_section .content .left .top ._l .qh_r {
    width: 115px;
    float: left;
    padding-left: 10px;
    padding-top: 43px;
}

.cpxq_section .content .left .top ._l .qh_r .slick-list {
    margin: -5px -20px;
    width: calc(100% + 40px);
}



.cpxq_section .content .left .top ._l .qh_r li {
    padding: 5px 20px;
}

.cpxq_section .content .left .top ._l .qh_r li:last-child {
    margin-bottom: 0;
}

.cpxq_section .content .left .top ._l .qh_r li .pic {
    width: 100%;
    padding-bottom: 99.04%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cpxq_section .content .left .top ._l .qh_r li .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.cpxq_section .content .left .top ._l .qh_r li:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.cpxq_section .content .left .top ._l .qh_r .slick-prev {
    width: 105px;
    height: 33px;
    background: url(../images/img143.jpg) no-repeat center center;
    background-size: cover;
    left: 10px;
    top: 5px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.cpxq_section .content .left .top ._l .qh_r .slick-next {
    width: 105px;
    height: 33px;
    background: url(../images/img144.jpg) no-repeat center center;
    background-size: cover;
    left: 10px;
    top: auto;
    bottom: -37px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.cpxq_section .content .left .top ._l .qh_r .slick-prev:hover {
    background: url(../images/img145.jpg) no-repeat center center;
    background-size: cover;
}

.cpxq_section .content .left .top ._l .qh_r .slick-next:hover {
    background: url(../images/img146.jpg) no-repeat center center;
    background-size: cover;
}

.cpxq_section .content .left .top ._r {
    width: 52.19%;
    float: left;
    padding-left: 40px;
    padding-top: 20px;
}

.cpxq_section .content .left .top ._r .tit {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}

.cpxq_section .content .left .top ._r .border {
    width: 39px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 20px;
}

.cpxq_section .content .left .top ._r .info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
}

.cpxq_section .content .left .top ._r .info2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 26px;
}

.cpxq_section .content .left .top ._r .info2 span {
    color: #333333;
}

.cpxq_section .content .left .top ._r .tit2 {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 22px;
    margin-bottom: 16px;
}

.cpxq_section .content .left .top ._r .bqbox {
    margin: -5px;
    overflow: hidden;
    width: calc(100% + 10px);
}

.cpxq_section .content .left .top ._r .bqbox .bqls {
    float: left;
    padding: 5px;
    /*width: 14.28571428571429%;*/
}

.cpxq_section .content .left .top ._r .bqbox .bqls .bq {
    font-size: 14px;
    color: #0649c2;
    line-height: 22px;
    text-align: center;
    border: 1px solid #0649c2;
    border-radius: 12px;
    padding: 0 10px;
}

.cpxq_section .content .left .center {
    width: 100%;
    margin-bottom: 36px;
}

.cpxq_section .content .left .center .u1 {
    width: 100%;
}

.cpxq_section .content .left .center .u1 .l1 {
    width: 100%;
    margin-bottom: 10px;
}

.cpxq_section .content .left .center .u1 .l1:last-child {
    margin-bottom: 0;
}

.cpxq_section .content .left .center .u1 .l1 ._ts {
    width: 100%;
    background: #d9d9d9;
    overflow: hidden;
    padding: 20px 40px;
    cursor: pointer;
}

.cpxq_section .content .left .center .u1 .l1 ._ts.on {
    background: #0649c2;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .words_l {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    float: left;
    width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpxq_section .content .left .center .u1 .l1 ._ts.on .words_l {
    color: #fff;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r {
    float: right;
    width: 130px;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but .wrods {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but2 {
    display: none;
}

.cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but2 .wrods {
    color: #fff;
}

.cpxq_section .content .left .center .u1 .l1 ._ts.on .but_r .but1 {
    display: none;
}

.cpxq_section .content .left .center .u1 .l1 ._ts.on .but_r .but2 {
    display: block;
}

.cpxq_section .content .left .center .u1 .l1 ._bs {
    width: 100%;
    background: #f5f5f5;
    padding: 26px 38px 40px 40px;
    box-shadow: 0 0 16px rgba(30, 70, 160, 0.1);
    display: none;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .titbox {
    width: 100%;
    margin-bottom: 30px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .titbox .tit {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 28px;
    margin-bottom: 18px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .titbox .border {
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    position: relative;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .titbox .border::after {
    content: "";
    display: block;
    width: 53px;
    height: 2px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs1 {
    width: 100%;
    margin-bottom: 44px;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    font-weight: lighter;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs2 {
    width: 100%;
    margin-bottom: 46px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs2 img {
    width: 100%;
    display: block;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 {
    width: 100%;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 {
    width: 100%;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 0;
    padding-left: 10px;
    padding-right: 20px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._ls {
    width: calc(100% - 420px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._ls .words {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2:hover ._ls .words {
    color: #0649c2;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs {
    display: inline-block;
    vertical-align: middle;
    width: 418px;
    font-size: 0;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list {
    display: inline-block;
    vertical-align: top;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(1) {
    margin-right: 88px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(2) {
    margin-right: 60px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods {
    font-size: 0;
    margin-bottom: 2px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods .words {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:hover ._twrods .words {
    color: #0649c2;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._bm {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}

.cpxq_section .content .left .bottom {
    width: 100%;
}

.cpxq_section .content .left .bottom .tit {
    font-size: 28px;
    color: #2e2e2e;
    line-height: 32px;
    margin-bottom: 32px;
}

.cpxq_section .content .left .bottom .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 30px;
}

.cpxq_section .content .left .bottom .ul {
    margin: 0 -15px;
    width: calc(100% 30px);
}

.cpxq_section .content .left .bottom .ul .slick-prev {
    width: 39px;
    height: 39px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 82px;
    top: -95px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.cpxq_section .content .left .bottom .ul .slick-next {
    width: 39px;
    height: 39px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 15px;
    top: -95px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.cpxq_section .content .left .bottom .ul .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.cpxq_section .content .left .bottom .ul .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.cpxq_section .content .left .bottom .ul .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -36px;
    left: auto;
    right: 15px;
    width: auto;
}

.cpxq_section .content .left .bottom .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
}

.cpxq_section .content .left .bottom .ul .slick-dots li.slick-active {
    background: #0649c2;
}

.cpxq_section .content .left .bottom .ul .li {
    padding: 0 15px;
}

.cpxq_section .content .left .bottom .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

.cpxq_section .content .left .bottom .ul .li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/img136.png)no-repeat bottom center;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.cpxq_section .content .left .bottom .ul .li a .ba_pic {
    width: 100%;
    padding-bottom: 75.07%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cpxq_section .content .left .bottom .ul .li a .ba_pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.cpxq_section .content .left .bottom .ul .li a:hover .ba_pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.cpxq_section .content .left .bottom .ul .li a .wrodsbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
    padding: 0 20px;
    overflow: hidden;
    z-index: 3;
}

.cpxq_section .content .left .bottom .ul .li a .wrodsbox .words {
    font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    float: left;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpxq_section .content .left .bottom .ul .li a .wrodsbox img {
    width: 31px;
    float: right;
    display: block;
}

.cpxq_section .content .left .bottom .more {
    width: 132px;
    margin: 38px auto 0 auto;
}

.cpxq_section .content .left .bottom .more a {
    display: block;
    font-size: 0;
    text-align: center;
    background-color: #0649c2;
    border-radius: 23px;
}

.cpxq_section .content .left .bottom .more a:hover {
    opacity: 0.8;
}

.cpxq_section .content .left .bottom .more a .wrods {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.cpxq_section .content .left .bottom .more a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.cpxq_section .content .right {
    width: 21.13%;
    float: right;
}

.cpxq_section .content .right .boxs1 {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #dedede;
}

.cpxq_section .content .right .boxs1 .tit {
    font-size: 20px;
    color: #333333;
    line-height: 56px;
    background: #dedede;
    text-align: center;
}

.cpxq_section .content .right .boxs1 ul {
    width: 100%;
    padding: 20px 20px 24px 20px;
}

.cpxq_section .content .right .boxs1 ul li {
    width: 100%;
    margin-bottom: 20px;
}

.cpxq_section .content .right .boxs1 ul li:last-child {
    margin-bottom: 0;
}

.cpxq_section .content .right .boxs1 ul li a {
    display: block;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cpxq_section .content .right .boxs1 ul li a .pic {
    width: 100%;
    padding-bottom: 85.09%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cpxq_section .content .right .boxs1 ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.cpxq_section .content .right .boxs1 ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.cpxq_section .content .right .boxs1 ul li a .wrodsbox {
    width: 100%;
    border-top: 1px solid #EFEFEF;
    padding: 20px;
    overflow: hidden;
}

.cpxq_section .content .right .boxs1 ul li a .wrodsbox .words {
    font-size: 18px;
    color: #444444;
    line-height: 42px;
    float: left;
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cpxq_section .content .right .boxs1 ul li a:hover .wrodsbox .words {
    color: #0649c2;
}

.cpxq_section .content .right .boxs1 ul li a .wrodsbox img {
    width: 42px;
    float: right;
    display: block;
}

.cpxq_section .content .right .boxs1 ul li a .wrodsbox img.img2 {
    display: none;
}

.cpxq_section .content .right .boxs1 ul li a:hover .wrodsbox img.img1 {
    display: none;
}

.cpxq_section .content .right .boxs1 ul li a:hover .wrodsbox img.img2 {
    display: inline-block;
}

.cpxq_section .content .right .boxs2 {
    width: 100%;
    border: 1px solid #dedede;
}

.cpxq_section .content .right .boxs2 .tit {
    font-size: 20px;
    color: #333333;
    line-height: 56px;
    background: #dedede;
    text-align: center;
}

.cpxq_section .content .right .boxs2 ul {
    width: 100%;
    padding: 30px 20px;
}

.cpxq_section .content .right .boxs2 ul li {
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 26px;
    border-bottom: 1px solid #E4E4E4;
}

.cpxq_section .content .right .boxs2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cpxq_section .content .right .boxs2 ul li a {
    display: block;
    width: 100%;
}

.cpxq_section .content .right .boxs2 ul li a .info {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 14px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cpxq_section .content .right .boxs2 ul li a:hover .info {
    color: #0649c2;
}

.cpxq_section .content .right .boxs2 ul li a .info::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0649c2;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.cpxq_section .content .right .boxs2 ul li a .date {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding-left: 15px;
}

@media screen and (max-width: 1680px) {
    .cpxq_section {
        padding-bottom: 70px;
    }

    .cpxq_section .content {
        padding: 40px 40px 50px 40px;
    }

    .cpxq_section .content .left {
        width: 78%;
        padding-right: 40px;
    }

    .cpxq_section .content .left .top {
        margin-bottom: 40px;
    }

    .cpxq_section .content .left .top ._l .qh_l a .ico {
        width: 36px;
    }

    .cpxq_section .content .left .top ._l .qh_r {
        padding-top: 36px;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-prev {
        height: 26px;
        top: 5px;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-next {
        height: 26px;
        top: auto;
        bottom: -32px;
    }

    .cpxq_section .content .left .top ._r {
        padding-left: 26px;
        padding-top: 20px;
    }

    .cpxq_section .content .left .top ._r .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .cpxq_section .content .left .top ._r .border {
        width: 30px;
        margin-bottom: 16px;
    }

    .cpxq_section .content .left .top ._r .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .cpxq_section .content .left .top ._r .info2 {
        line-height: 24px;
        margin-bottom: 22px;
    }

    .cpxq_section .content .left .top ._r .tit2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .cpxq_section .content .left .top ._r .bqbox .bqls .bq {
        font-size: 12px;
    }

    .cpxq_section .content .left .center {
        margin-bottom: 30px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts {
        padding: 16px 30px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts .words_l {
        font-size: 16px;
        line-height: 20px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs {
        padding: 20px 30px 30px 30px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .titbox {
        margin-bottom: 20px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .titbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs1 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs2 {
        margin-bottom: 30px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 20px;
    }

    .cpxq_section .content .left .bottom .tit {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    .cpxq_section .content .left .bottom .border {
        width: 46px;
        margin-bottom: 26px;
    }

    .cpxq_section .content .left .bottom .ul {
        margin: 0 -12px;
        ;
        margin: 0 -24px;
    }

    .cpxq_section .content .left .bottom .ul .li {
        padding: 0 12px;
    }

    .cpxq_section .content .left .bottom .ul .li a .wrodsbox {
        bottom: 18px;
        padding: 0 16px;
    }

    .cpxq_section .content .left .bottom .ul .li a .wrodsbox .words {
        font-size: 14px;
    }

    .cpxq_section .content .left .bottom .more {
        width: 110px;
        margin: 26px auto 0 auto;
    }

    .cpxq_section .content .left .bottom .more a {
        border-radius: 20px;
    }

    .cpxq_section .content .left .bottom .more a .wrods {
        line-height: 40px;
        margin-right: 10px;
    }

    .cpxq_section .content .left .bottom .more a img {
        width: 18px;
    }

    .cpxq_section .content .left .bottom .ul .slick-prev {
        width: 30px;
        height: 30px;
        right: 70px;
        top: -70px;
    }

    .cpxq_section .content .left .bottom .ul .slick-next {
        width: 30px;
        height: 30px;
        right: 12px;
        top: -70px;
    }

    .cpxq_section .content .left .bottom .ul .slick-dots {
        top: -26px;
        right: 12px;
    }

    .cpxq_section .content .right {
        width: 22%;
    }

    .cpxq_section .content .right .boxs1 {
        margin-bottom: 30px;
    }

    .cpxq_section .content .right .boxs1 .tit {
        font-size: 18px;
        line-height: 50px;
    }

    .cpxq_section .content .right .boxs1 ul {
        padding: 16px;
    }

    .cpxq_section .content .right .boxs1 ul li {
        margin-bottom: 16px;
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox {
        padding: 12px;
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox .words {
        font-size: 16px;
        line-height: 36px;
        width: calc(100% - 50px);
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox img {
        width: 36px;
    }

    .cpxq_section .content .right .boxs2 .tit {
        font-size: 18px;
        line-height: 50px;
    }

    .cpxq_section .content .right .boxs2 ul {
        padding: 26px 16px;
    }

    .cpxq_section .content .right .boxs2 ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cpxq_section .content .right .boxs2 ul li a .info {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1280px) {

    /*20230116start*/
    .cpxq_section .content .left .top ._l .qh_l {
        width: calc(100% - 100px);
    }

    .cpxq_section .content .left .top ._l .qh_r {
        width: 100px;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-prev {
        width: 90px;
        height: 33px;
        left: 10px;
        top: 5px;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-next {
        width: 90px;
        height: 33px;
        bottom: -37px;
    }

    /*20230116end*/
}

@media screen and (max-width: 1024px) {
    .cpxq_section {
        padding-bottom: 30px;
        margin-top: 50px;
        padding-top: 30px;
    }

    .cpxq_section .content {
        padding: 12px;
    }

    .cpxq_section .content .left {
        width: 100%;
        padding-right: 0;
    }

    .cpxq_section .content .left .top {
        margin-bottom: 14px;
    }

    .cpxq_section .content .left .top ._l {
        width: 100%;
    }

    .cpxq_section .content .left .top ._l .qh_l {
        width: 100%;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .top ._l .qh_l a .ico {
        width: 34px;
    }

    .cpxq_section .content .left .top ._l .qh_r {
        padding-top: 0;
        width: 100%;
        padding-left: 0;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-prev {
        width: 0;
        height: 0;
        left: 30px;
        top: 2px;
        opacity: 0;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-next {
        width: 0;
        height: 0;
        left: 30px;
        top: auto;
        bottom: -24px;
        opacity: 0;
    }

    .cpxq_section .content .left .top ._l .qh_r .slick-list {
        margin: -5px -12px;
        width: calc(100% + 24px);
    }

    .cpxq_section .content .left .top ._l .qh_r li {
        padding: 5px 12px;
    }

    .cpxq_section .content .left .top ._r {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 14px;
    }

    .cpxq_section .content .left .top ._r .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .top ._r .border {
        width: 30px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .top ._r .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .cpxq_section .content .left .top ._r .info2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .top ._r .tit2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .top ._r .bqbox {
        margin: -4px;
        width: calc(100% + 8px);
    }

    .cpxq_section .content .left .top ._r .bqbox .bqls {
        padding: 4px;
        width: 33.333333%;
    }

    .cpxq_section .content .left .top ._r .bqbox .bqls .bq {
        line-height: 20px;
        border-radius: 11px;
    }

    .cpxq_section .content .left .center {
        margin-bottom: 14px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts {
        padding: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts .words_l {
        font-size: 16px;
        line-height: 20px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but .wrods {
        font-size: 12px;
        color: #666666;
        line-height: 20px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but img {
        width: 20px;
        margin-right: 8px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs {
        padding: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .titbox {
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._ts .but_r .but2 .wrods {
        color: #fff;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .titbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .titbox .border::after {
        width: 40px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs1 {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs2 {
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 {
        margin-bottom: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
        padding-right: 12px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._ls {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs {
        width: 100%;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox {
        text-align: left;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list {
        width: 33.333%;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(1) {
        margin-right: 0;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(2) {
        margin-right: 0;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods .words {
        font-size: 12px;
        line-height: 16px;
    }

    .cpxq_section .content .left .center .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods img {
        width: 20px;
        ;
        margin-left: 4px;
    }

    .cpxq_section .content .left .bottom .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .bottom .border {
        width: 40px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .left .bottom .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

    .cpxq_section .content .left .bottom .ul .li {
        padding: 0 6px;
    }

    .cpxq_section .content .left .bottom .ul .li a .wrodsbox {
        bottom: 12px;
        padding: 0 12px;
    }

    .cpxq_section .content .left .bottom .ul .li a .wrodsbox .words {
        font-size: 14px;
        line-height: 26px;
        width: calc(100% - 36px);
    }

    .cpxq_section .content .left .bottom .ul .li a .wrodsbox img {
        width: 26px;
    }

    .cpxq_section .content .left .bottom .ul .slick-prev {
        width: 26px;
        height: 26px;
        right: 50px;
        top: -46px;
    }

    .cpxq_section .content .left .bottom .ul .slick-next {
        width: 26px;
        height: 26px;
        right: 6px;
        top: -46px;
    }

    .cpxq_section .content .left .bottom .ul .slick-dots {
        top: -12px;
        right: 6px;
        height: 4px;
    }

    .cpxq_section .content .left .bottom .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }

    .cpxq_section .content .left .bottom .more {
        width: 100px;
        margin: 16px auto 0 auto;
    }

    .cpxq_section .content .left .bottom .more a {
        border-radius: 18px;
    }

    .cpxq_section .content .left .bottom .more a .wrods {
        line-height: 36px;
        ;
        margin-right: 8px;
    }

    .cpxq_section .content .left .bottom .more a img {
        width: 16px
    }

    .cpxq_section .content .right {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .cpxq_section .content .right .boxs1 {
        margin-bottom: 14px;
    }

    .cpxq_section .content .right .boxs1 .tit {
        font-size: 18px;
        line-height: 34px;
    }

    .cpxq_section .content .right .boxs1 ul {
        padding: 12px;
    }

    .cpxq_section .content .right .boxs1 ul li {
        margin-bottom: 10px;
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox {
        padding: 12px;
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox .words {
        font-size: 14px;
        line-height: 30px;
        width: calc(100% - 40px)
    }

    .cpxq_section .content .right .boxs1 ul li a .wrodsbox img {
        width: 30px;
    }

    .cpxq_section .content .right .boxs2 .tit {
        font-size: 18px;
        line-height: 34px;
    }

    .cpxq_section .content .right .boxs2 ul {
        padding: 12px;
    }

    .cpxq_section .content .right .boxs2 ul li {
        ;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .cpxq_section .content .right .boxs2 ul li a .info {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

/*弹窗*/
._pop {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

._col {
    float: left;
    font-size: 0;
    position: absolute;
    right: -60px;
    top: -44px;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    color: #999;
    cursor: pointer;
    background: url(../images/img141.png)no-repeat center center;
    background-size: cover;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

._htm {
    float: left;
    width: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 12px;
}

._html.on ._htm {
    width: 400px;
}

._htm video {
    width: 100%;
    display: block;
    margin: 0 auto;
}

._htm img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
    ._htm {
        float: left;
        width: 600px;
    }
}

@media screen and (max-width: 991px) {
    ._col {
        float: left;
        font-size: 50px;
        position: absolute;
        right: -50px;
        top: 0;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        color: #999;
        cursor: pointer;
        background: url(../images/e1247b8c4d3d4c42b805a27842ae1045.gif);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    ._htm {
        float: left;
        width: 500px;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 767px) {
    ._col {
        float: left;
        font-size: 50px;
        position: absolute;
        right: 10px;
        top: -55px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        color: #999;
        cursor: pointer;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    ._htm {
        float: left;
        width: calc(100% - 30px);
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

/*二级导航*/
.ej_section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #E3E3E3;
}

.ej_section ul {
    font-size: 0;
    text-align: center;
    margin: -6px -72px;
    width: calc(100% + 144px);
}

.ej_section ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 72px;
    position: relative;
}

.ej_section ul li::after {
    content: "";
    display: block;
    width: 6px;
    height: 13px;
    background: url(../images/img152.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ej_section ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.ej_section ul li:hover a,
.ej_section ul li.on a {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .ej_section {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .ej_section ul {
        margin: -4px -40px;
        width: calc(100% + 80px);
    }

    .ej_section ul li {
        padding: 4px 40px;
    }

    .ej_section ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ej_section ul {
        margin: 0 -16px;
        width: calc(100% + 32px);
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
        text-align: left;
    }

    .ej_section ul::-webkit-scrollbar {
        display: none;
    }

    .ej_section ul li {
        padding: 0 16px;
    }

    .ej_section ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}

/*关于我们*/
.gy_section1 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.gy_section1 .content {
    width: 100%;
}

.gy_section1 .content::after {
    content: "";
    display: block;
    clear: both;
}

.gy_section1 .content .left {
    width: 48%;
    float: left;
    padding-right: 70px;
}

.gy_section1 .content .left h3 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section1 .content .left .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 36px;
}

.gy_section1 .content .left .infobox {
    width: 100%;
    margin-bottom: 46px;
    padding-right: 38px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 324px;
}

.gy_section1 .content .left .infobox::-webkit-scrollbar {
    width: 2px;
}

.gy_section1 .content .left .infobox::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 2px;
}

.gy_section1 .content .left .infobox::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #0649c2;
    border-radius: 2px;
}

.gy_section1 .content .left .infobox .info {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 36px;
    text-align: justify;
}

.gy_section1 .content .left .listbox {
    width: 100%;
    padding-right: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.gy_section1 .content .left .listbox .list {
    display: inline-block;
    vertical-align: top;
}

.gy_section1 .content .left .listbox .list ._t {
    font-size: 18px;
    color: #0649c2;
    line-height: 36px;
    margin-bottom: 4px;
}

.gy_section1 .content .left .listbox .list ._t span {
    font-size: 45px;
    color: #0649c2;
    line-height: 50px;
    font-weight: bolder;
}

.gy_section1 .content .left .listbox .list ._b {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.gy_section1 .content .right {
    width: 52%;
    float: right;
    position: relative;
    padding-left: 37px;
    cursor: pointer;
}

.gy_section1 .content .right .pic {
    width: 100%;
}

.gy_section1 .content .right .pic img {
    width: 100%;
    display: block;
}

.gy_section1 .content .right .ico1 {
    width: 49px;
    position: absolute;
    right: -21px;
    top: -24px;
}

.gy_section1 .content .right .ico1 img {
    width: 100%;
    display: block;
}

.gy_section1 .content .right .ico2 {
    width: 78px;
    position: absolute;
    left: 0;
    bottom: -34px;
}

.gy_section1 .content .right .ico2 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .gy_section1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .gy_section1 .content .left {
        padding-right: 60px;
    }

    .gy_section1 .content .left h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section1 .content .left .border {
        width: 50px;
        margin-bottom: 30px;
    }

    .gy_section1 .content .left .infobox {
        margin-bottom: 40px;
        padding-right: 30px;
        max-height: 270px;
    }

    .gy_section1 .content .left .infobox .info {
        font-size: 14px;
        line-height: 30px;
    }

    .gy_section1 .content .left .listbox {
        padding-right: 50px;
    }

    .gy_section1 .content .left .listbox .list ._t {
        font-size: 16px;
        line-height: 26px;
    }

    .gy_section1 .content .left .listbox .list ._t span {
        font-size: 30px;
        line-height: 34px;
    }

    .gy_section1 .content .left .listbox .list ._b {
        font-size: 14px;
        line-height: 18px;
    }

    .gy_section1 .content .right {
        padding-left: 30px;
    }

    .gy_section1 .content .right .ico1 {
        width: 44px;
        right: -20px;
        top: -20px;
    }

    .gy_section1 .content .right .ico2 {
        width: 70px;
        bottom: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section1 .content .left {
        width: 100%;
        padding-right: 0;
    }

    .gy_section1 .content .left h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section1 .content .left .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .gy_section1 .content .left .infobox {
        margin-bottom: 14px;
        padding-right: 12px;
        max-height: 240px;
    }

    .gy_section1 .content .left .infobox .info {
        font-size: 14px;
        line-height: 24px;
    }

    .gy_section1 .content .left .listbox {
        padding-right: 0;
    }

    .gy_section1 .content .left .listbox .list ._t {
        font-size: 14px;
        line-height: 18px;
    }

    .gy_section1 .content .left .listbox .list ._t span {
        font-size: 20px;
        line-height: 24px;
    }

    .gy_section1 .content .left .listbox .list ._b {
        font-size: 14px;
        line-height: 18px;
    }

    .gy_section1 .content .right {
        width: 100%;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 20px;
        margin-top: 20px;
        padding-right: 20px;
    }

    .gy_section1 .content .right .ico1 {
        width: 40px;
        right: 0;
        top: 0;
    }

    .gy_section1 .content .right .ico2 {
        width: 60px;
        bottom: 0;
    }
}

.gy_section2 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.gy_section2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    bottom: 113px;
    z-index: 1;
}

.gy_section2 .w_1600 {
    position: relative;
    z-index: 2;
}

.gy_section2 h4 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section2 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 50px;
}

.gy_section2 .content {
    width: 100%;
}

.gy_section2 .content .qh_t {
    margin-bottom: 56px;
}

.gy_section2 .content .qh_t li {
    width: 100%;
}

.gy_section2 .content .qh_t li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.gy_section2 .content .qh_t li a .left {
    width: 42.06%;
    float: left;
}

.gy_section2 .content .qh_t li a .left .pic {
    width: 100%;
}

.gy_section2 .content .qh_t li a .left .pic img {
    width: 100%;
    display: block;
}

.gy_section2 .content .qh_t li a .right {
    width: 57.94%;
    float: right;
    padding-left: 90px;
}

.gy_section2 .content .qh_t li a .right .tit {
    font-size: 57px;
    color: #0649c2;
    line-height: 60px;
    margin-bottom: 54px;
    font-weight: bolder;
}

.gy_section2 .content .qh_t li a .right .info {
    font-size: 16px;
    color: #444444;
    line-height: 40px;
}

.gy_section2 .content .qh_b {
    width: 100%;
    padding-left: 204px;
    padding-right: 240px;
}

.gy_section2 .content .qh_b li .dian {
    width: 12px;
    height: 12px;
    border: 1px solid #0649c2;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 14px auto;
    border-color: rgba(255, 255, 255, 0);
}

.gy_section2 .content .qh_b li .dian::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #CFCFCF;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.gy_section2 .content .qh_b li.slick-current .dian {
    border-color: #0649c2;
}

.gy_section2 .content .qh_b li.slick-current .dian::after {
    background: #0649c2;
}

.gy_section2 .content .qh_b li .words {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-weight: bolder;
}

.gy_section2 .content .qh_b li.slick-current .words {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .gy_section2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gy_section2::after {
        bottom: 101px;
    }

    .gy_section2 h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section2 .border {
        width: 50px;
        margin-bottom: 30px;
    }

    .gy_section2 .content .qh_t {
        margin-bottom: 40px;
    }

    .gy_section2 .content .qh_t li a .right {
        padding-left: 50px;
    }

    .gy_section2 .content .qh_t li a .right .tit {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 40px
    }

    .gy_section2 .content .qh_t li a .right .info {
        font-size: 14px;
        line-height: 30px;
    }

    .gy_section2 .content .qh_b {
        padding-left: 100px;
        padding-right: 100px;
    }

    .gy_section2 .content .qh_b li .words {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section2::after {
        bottom: 70px;
    }

    .gy_section2 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section2 .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .gy_section2 .content .qh_t {
        margin-bottom: 16px;
    }

    .gy_section2 .content .qh_t li a .left {
        width: 100%;
    }

    .gy_section2 .content .qh_t li a .right {
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
    }

    .gy_section2 .content .qh_t li a .right .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section2 .content .qh_t li a .right .info {
        font-size: 14px;
        line-height: 24px;
    }

    .gy_section2 .content .qh_t li a .right .info br {
        display: none;
    }

    .gy_section2 .content .qh_b {
        padding-left: 0;
        padding-right: 0;
    }

    .gy_section2 .content .qh_b li .words {
        font-size: 16px;
        line-height: 20px;
    }
}

.gy_section3 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.gy_section3 h5 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section3 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 50px;
}

.gy_section3 .content {
    width: 100%;
}

.gy_section3 .content .ul {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.gy_section3 .content .ul .li {
    padding: 0 10px;
}

.gy_section3 .content .ul .li .list {
    margin-bottom: 20px;
}

.gy_section3 .content .ul .li .list:last-child {
    margin-bottom: 0;
}

.gy_section3 .content .ul .li .list a {
    display: block;
    width: 100%;
}

.gy_section3 .content .ul .li .list a .pic {
    width: 100%;
    padding-bottom: 40.8%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.gy_section3 .content .ul .li .list a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.gy_section3 .content .ul .li .list a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.gy_section3 .content .ul .slick-prev {
    width: 39px;
    height: 39px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -100px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.gy_section3 .content .ul .slick-next {
    width: 39px;
    height: 39px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -100px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.gy_section3 .content .ul .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.gy_section3 .content .ul .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.gy_section3 .content .ul .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -36px;
    left: auto;
    right: 15px;
    width: auto;
}

.gy_section3 .content .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
}

.gy_section3 .content .ul .slick-dots li.slick-active {
    background: #0649c2;
}

@media screen and (max-width: 1680px) {
    .gy_section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gy_section3 h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section3 .border {
        width: 50px;
        margin-bottom: 30px;
    }

    .gy_section3 .content .ul {
        margin: 0 -8px;
        width: calc(100% + 16px);
    }

    .gy_section3 .content .ul .li {
        padding: 0 8px;
    }

    .gy_section3 .content .ul .li .list {
        margin-bottom: 16px;
    }

    .gy_section3 .content .ul .slick-prev {
        width: 30px;
        height: 30px;
        right: 60px;
        top: -70px;
    }

    .gy_section3 .content .ul .slick-next {
        width: 30px;
        height: 30px;
        right: 8px;
        top: -70px;
    }

    .gy_section3 .content .ul .slick-dots {
        top: -26px;
        right: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section3 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section3 .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .gy_section3 .content .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

    .gy_section3 .content .ul .li {
        padding: 0 6px;
    }

    .gy_section3 .content .ul .li .list {
        margin-bottom: 12px;
    }

    .gy_section3 .content .ul .slick-prev {
        width: 26px;
        height: 26px;
        right: 50px;
        top: -46px;
    }

    .gy_section3 .content .ul .slick-next {
        width: 26px;
        height: 26px;
        right: 6px;
        top: -46px;
    }

    .gy_section3 .content .ul .slick-dots {
        top: -12px;
        right: 6px;
        height: 4px;
    }

    .gy_section3 .content .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }
}

.gy_section4 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.gy_section4 h6 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section4 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 50px;
}

.gy_section4 .content {
    width: 100%;
}

.gy_section4 .content ul {
    overflow: hidden;
    width: 100%;
}

.gy_section4 .content ul li {
    width: 50%;
    float: left;
}

.gy_section4 .content ul li a {
    display: block;
    width: 100%;
}

.gy_section4 .content ul li a .left {
    width: 50%;
    float: left;
    height: 338px;
    background: #f5f5f5;
    position: relative;
}

.gy_section4 .content ul li a:hover .left {
    background: #0649c2;
}

.gy_section4 .content ul li a .left .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 36px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.gy_section4 .content ul li a .left .wordsbox .ico {
    width: 70px;
    margin: 0 auto 32px auto;
}

.gy_section4 .content ul li a .left .wordsbox .ico img {
    width: 100%;
    display: block;
}

.gy_section4 .content ul li a:hover .left .wordsbox .ico img {
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);

}

.gy_section4 .content ul li a .left .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gy_section4 .content ul li a .left .wordsbox .brs {
    width: 20px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 18px auto;
}

.gy_section4 .content ul li a .left .wordsbox .info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.gy_section4 .content ul li a:hover .left .wordsbox .tit {
    color: #fff;
}

.gy_section4 .content ul li a:hover .left .wordsbox .brs {
    background: #fff;
}

.gy_section4 .content ul li a:hover .left .wordsbox .info {
    color: #fff;
}

.gy_section4 .content ul li a .right {
    width: 50%;
    float: right;
    height: 338px;
    overflow: hidden;
}

.gy_section4 .content ul li a .right div {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
}

.gy_section4 .content ul li a:hover .right div {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gy_section4 .content ul li:nth-child(3) a .left,
.gy_section4 .content ul li:nth-child(4) a .left {
    float: right;
}

.gy_section4 .content ul li:nth-child(3) a .right,
.gy_section4 .content ul li:nth-child(4) a .right {
    float: left;
}

@media screen and (max-width: 1680px) {
    .gy_section4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gy_section4 h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section4 .border {
        width: 50px;
        margin-bottom: 30px;
    }

    .gy_section4 .content ul li a .left {
        height: 300px
    }

    .gy_section4 .content ul li a .left .wordsbox {
        padding: 0 20px;
    }

    .gy_section4 .content ul li a .left .wordsbox .ico {
        width: 50px;
        margin: 0 auto 20px auto;
    }

    .gy_section4 .content ul li a .left .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .gy_section4 .content ul li a .left .wordsbox .info {
        font-size: 14px;
        line-height: 26px;
    }

    .gy_section4 .content ul li a .right {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section3 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section3 .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .gy_section4 .content ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .gy_section4 .content ul li:last-child {
        margin-bottom: 0;
    }

    .gy_section4 .content ul li a .left {
        height: auto;
        width: 100%;
    }

    .gy_section4 .content ul li a .left .wordsbox {
        padding: 20px 12px;
        position: static;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .gy_section4 .content ul li a .left .wordsbox .ico {
        width: 34px;
        margin: 0 auto 12px auto;
    }

    .gy_section4 .content ul li a .left .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .gy_section4 .content ul li a .left .wordsbox .brs {
        width: 16px;
        margin: 0 auto 12px auto;
    }

    .gy_section4 .content ul li a .left .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
    }

    .gy_section4 .content ul li a .right {
        height: 260px;
        width: 100%;
    }
}

.gy_section5 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.gy_section5 .titbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 48px;
}

.gy_section5 .titbox ._l {
    float: left;
}

.gy_section5 .titbox ._l h6 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section5 .titbox ._l .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
}

.gy_section5 .titbox ._r {
    float: right;
}

.gy_section5 .titbox ._r .qh_t {
    float: left;
}

.gy_section5 .titbox ._r .qh_t .list {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 22px;
    float: left;
    margin-right: 78px;
}

.gy_section5 .titbox ._r .qh_t .list:last-child {
    margin-right: 0;
}

.gy_section5 .titbox ._r .qh_t .list.on {
    color: #0649c2;
}

.gy_section5 .content {
    width: 100%;
}

.gy_section5 .content .boxs1 {
    width: 100%;
}

.gy_section5 .content .boxs1 ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.gy_section5 .content .boxs1 ul li {
    width: 16.66666666666667%;
    float: left;
    padding: 10px;
}

.gy_section5 .content .boxs1 ul li a {
    display: block;
    width: 100%;
    background: #fff;
}

.gy_section5 .content .boxs1 ul li a .picbox {
    width: 100%;
    padding: 16px 24px;
    border-bottom: 1px solid #EEEEEE;
}

.gy_section5 .content .boxs1 ul li a .picbox .pic {
    padding-bottom: 137.81%;
    position: relative;
    overflow: hidden;
}

.gy_section5 .content .boxs1 ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gy_section5 .content .boxs1 ul li a .wordsbox {
    width: 100%;
    padding: 0 20px;
}

.gy_section5 .content .boxs1 ul li a .wordsbox .words {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 53px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gy_section5 .content .boxs1 ul li a:hover .wordsbox .words {
    color: #0649c2;
}

.gy_section5 .content .boxs2 {
    width: 100%;
}

.gy_section5 .content .boxs2 ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.gy_section5 .content .boxs2 ul li {
    width: 25%;
    float: left;
    padding: 10px;
}

.gy_section5 .content .boxs2 ul li a {
    display: block;
    width: 100%;
    background: #fff;
}

.gy_section5 .content .boxs2 ul li a .picbox {
    width: 100%;
    padding: 32px 60px 32px 54px;
    border-bottom: 1px solid #EEEEEE;
}

.gy_section5 .content .boxs2 ul li a .picbox .pic {
    padding-bottom: 75.92%;
    position: relative;
    overflow: hidden;
}

.gy_section5 .content .boxs2 ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gy_section5 .content .boxs2 ul li a .wordsbox {
    width: 100%;
    padding: 0 20px;
}

.gy_section5 .content .boxs2 ul li a .wordsbox .words {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 68px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gy_section5 .content .boxs2 ul li a:hover .wordsbox .words {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .gy_section5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gy_section5 .titbox {
        margin-bottom: 30px;
    }

    .gy_section5 .titbox ._l h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section5 .titbox ._l .border {
        width: 50px
    }

    .gy_section5 .titbox ._r .qh_t .list {
        font-size: 16px;
        line-height: 20px;
        margin-right: 60px;
    }

    .gy_section5 .content .boxs1 ul li a .picbox {
        padding: 14px 20px;
    }

    .gy_section5 .content .boxs1 ul li a .wordsbox {
        padding: 0 16px;
    }

    .gy_section5 .content .boxs1 ul li a .wordsbox .words {
        font-size: 14px;
        line-height: 50px;
    }

    .gy_section5 .content .boxs2 ul li a .picbox {
        width: 100%;
        padding: 20px 30px;
    }

    .gy_section5 .content .boxs2 ul li a .wordsbox {
        padding: 0 16px;
    }

    .gy_section5 .content .boxs2 ul li a .wordsbox .words {
        font-size: 14px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section5 .titbox {
        ;
        margin-bottom: 20px;
    }

    .gy_section5 .titbox ._l {
        float: left;
    }

    .gy_section5 .titbox ._l h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section5 .titbox ._l .border {
        width: 40px;
    }

    .gy_section5 .titbox ._r .qh_t .list {
        font-size: 14px;
        line-height: 20px;
        margin-right: 12px;
    }

    .gy_section5 .content .boxs1 ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .gy_section5 .content .boxs1 ul li {
        width: 50%;
        padding: 6px;
    }

    .gy_section5 .content .boxs1 ul li a .picbox {
        padding: 10px;
    }

    .gy_section5 .content .boxs1 ul li a .wordsbox {
        padding: 0 10px;
    }

    .gy_section5 .content .boxs1 ul li a .wordsbox .words {
        font-size: 14px;
        line-height: 34px;
    }

    .gy_section5 .content .boxs2 ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .gy_section5 .content .boxs2 ul li {
        width: 50%;
        padding: 6px;
    }

    .gy_section5 .content .boxs2 ul li a .picbox {
        padding: 10px;
    }

    .gy_section5 .content .boxs2 ul li a .wordsbox {
        padding: 0 10px;
    }

    .gy_section5 .content .boxs2 ul li a .wordsbox .words {
        font-size: 14px;
        line-height: 36px;
    }
}

.gy_section6 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.gy_section6 h6 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.gy_section6 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 50px;
}

.gy_section6 .content {
    width: 100%;
}

.gy_section6 .content .ul {
    margin: 0 -6px;
    width: calc(100% + 12px);
}

.gy_section6 .content .ul .li {
    padding: 0 6px;
}

.gy_section6 .content .ul .li .listbox {
    margin: 0 -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.gy_section6 .content .ul .li .listbox .list {
    float: left;
    padding: 0 10px;
    width: 29.5625%;
}

.gy_section6 .content .ul .li .listbox .list:nth-child(2) {
    width: 40.875%;
}

.gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic {
    height: 640px;
}

.gy_section6 .content .ul .li .listbox .list .pic {
    width: 100%;
    height: 310px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gy_section6 .content .ul .li .listbox .list .pic div {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
}

.gy_section6 .content .ul .li .listbox .list .pic:hover div {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gy_section6 .content .ul .slick-prev {
    width: 39px;
    height: 39px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.gy_section6 .content .ul .slick-next {
    width: 39px;
    height: 39px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.gy_section6 .content .ul .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.gy_section6 .content .ul .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.gy_section6 .content .ul .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -50px;
    left: auto;
    right: 15px;
    width: auto;
}

.gy_section6 .content .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
}

.gy_section6 .content .ul .slick-dots li.slick-active {
    background: #0649c2;
}

@media screen and (max-width: 1680px) {
    .gy_section6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gy_section6 h6 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .gy_section6 .border {
        width: 50px;
        margin-bottom: 30px;
    }

    .gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic {
        height: 420px;
    }

    .gy_section6 .content .ul .li .listbox .list .pic {
        height: 200px;
    }

    .gy_section6 .content .ul .slick-prev {
        width: 30px;
        height: 30px;
        right: 60px;
        top: -80px;
    }

    .gy_section6 .content .ul .slick-next {
        width: 30px;
        height: 30px;
        right: 8px;
        top: -80px;
    }

    .gy_section6 .content .ul .slick-dots {
        top: -40px;
        right: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .gy_section6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gy_section6 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .gy_section6 .border {
        width: 40px;
        margin-bottom: 14px;
    }

    .gy_section6 .content .ul .li .listbox {
        margin: 0;
        width: 100%;
    }

    .gy_section6 .content .ul .li .listbox .list {
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .gy_section6 .content .ul .li .listbox .list:nth-child(2) {
        width: 100%;
        margin: 12px 0;
    }

    .gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic {
        height: 260px;
        width: 100%;
        padding: 0;
    }

    .gy_section6 .content .ul .li .listbox .list .pic {
        height: 120px;
        margin-bottom: 0;
        width: calc(50% - 6px);
        float: left;
    }

    .gy_section6 .content .ul .li .listbox .list .pic:nth-child(1) {
        margin-right: 6px;
    }

    .gy_section6 .content .ul .li .listbox .list .pic:nth-child(2) {
        margin-left: 6px;
    }

    .gy_section6 .content .ul .slick-prev {
        width: 26px;
        height: 26px;
        right: 50px;
        top: -46px;
    }

    .gy_section6 .content .ul .slick-next {
        width: 26px;
        height: 26px;
        right: 6px;
        top: -46px;
    }

    .gy_section6 .content .ul .slick-dots {
        top: -12px;
        right: 6px;
        height: 4px;
    }

    .gy_section6 .content .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }
}

/*技术支持*/
.jszc_section1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.jszc_section1 .content {
    width: 100%;
}

.jszc_section1 .content ul {
    margin: 0 -15px;
    overflow: hidden;
    width: calc(100% + 30px);
}

.jszc_section1 .content ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.jszc_section1 .content ul li a {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    background: #ffffff;
}

.jszc_section1 .content ul li a:hover {
    background: #0649c2;
}

.jszc_section1 .content ul li a .wordsbox {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jszc_section1 .content ul li a .wordsbox .ico {
    width: 70px;
    margin: 0 auto 26px auto;
}

.jszc_section1 .content ul li a .wordsbox .ico img {
    width: 100%;
    display: block;
}

.jszc_section1 .content ul li a .wordsbox .ico img.img2 {
    display: none;
}

.jszc_section1 .content ul li a .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.jszc_section1 .content ul li a .wordsbox .border {
    width: 20px;
    height: 2px;
    background: #0649c2;
    margin: 0 auto 18px auto;
}

.jszc_section1 .content ul li a .wordsbox .info {
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jszc_section1 .content ul li a:hover .wordsbox .tit {
    color: #fff;
}

.jszc_section1 .content ul li a:hover .wordsbox .border {
    background: #fff;
}

.jszc_section1 .content ul li a:hover .wordsbox .info {
    color: #fff;
}

.jszc_section1 .content ul li a:hover .wordsbox .ico img.img1 {
    display: none;
}

.jszc_section1 .content ul li a:hover .wordsbox .ico img.img2 {
    display: block;
}

@media screen and (max-width: 1680px) {
    .jszc_section1 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .jszc_section1 .content ul {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

    .jszc_section1 .content ul li {
        padding: 0 12px;
    }

    .jszc_section1 .content ul li a {
        height: 240px;
    }

    .jszc_section1 .content ul li a .wordsbox {
        padding: 0 26px;
    }

    .jszc_section1 .content ul li a .wordsbox .ico {
        width: 56px;
        margin: 0 auto 20px auto;
    }

    .jszc_section1 .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
    }

    .jszc_section1 .content ul li a .wordsbox .border {
        width: 16px;
        margin: 0 auto 14px auto;
    }

    .jszc_section1 .content ul li a .wordsbox .info {
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .jszc_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jszc_section1 .content ul {
        margin: 0;
        width: 100%;
    }

    .jszc_section1 .content ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .jszc_section1 .content ul li:last-child {
        margin-bottom: 0;
    }

    .jszc_section1 .content ul li a {
        height: auto;
    }

    .jszc_section1 .content ul li a .wordsbox {
        padding: 20px 12px;
        position: static;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .jszc_section1 .content ul li a .wordsbox .ico {
        width: 46px;
        margin: 0 auto 14px auto;
    }

    .jszc_section1 .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
    }

    .jszc_section1 .content ul li a .wordsbox .border {
        width: 16px;
        margin: 0 auto 12px auto;
    }

    .jszc_section1 .content ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 22px;
    }
}

.jszc_section2 {
    width: 100%;
    padding-bottom: 80px;
    background: #f5f5f5;
}

.jszc_section2 .titbox {
    width: 100%;
    margin-bottom: 38px;
    overflow: hidden;
}

.jszc_section2 .titbox ._l {
    float: left;
}

.jszc_section2 .titbox ._l h3 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.jszc_section2 .titbox ._l .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
}

.jszc_section2 .titbox ._r {
    float: right;
}

.jszc_section2 .titbox ._r a {
    width: 132px;
    display: block;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
}

.jszc_section2 .titbox ._r a:hover {
    opacity: 0.8;
}

.jszc_section2 .titbox ._r a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.jszc_section2 .titbox ._r a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jszc_section2 .content {
    width: 100%;
}

.jszc_section2 .content ul {
    margin: -15px;
    overflow: hidden;
    width: calc(100% + 30px);
}

.jszc_section2 .content ul li {
    width: 50%;
    float: left;
    padding: 15px;
}

.jszc_section2 .content ul li a {
    display: block;
    width: 100%;
    font-size: 0;
    background: #fff;
    padding: 20px 48px 20px 20px;
    position: relative;
}

.jszc_section2 .content ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jszc_section2 .content ul li a:hover::after {
    width: 100%;
}

.jszc_section2 .content ul li a .picbox {
    width: 191px;
    display: inline-block;
    vertical-align: middle;
}

.jszc_section2 .content ul li a .picbox .pic {
    padding-bottom: 67.015%;
    position: relative;
    overflow: hidden;
}

.jszc_section2 .content ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jszc_section2 .content ul li a .wordsbox {
    width: calc(100% - 235px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 36px;
    padding-right: 30px;
}

.jszc_section2 .content ul li a .wordsbox .tit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jszc_section2 .content ul li a .wordsbox .tit {
    color: #333333;
}

.jszc_section2 .content ul li a .wordsbox .info {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jszc_section2 .content ul li a .wordsbox .date {
    font-size: 16px;
    color: #0649c2;
    line-height: 20px;
    font-weight: bolder;
}

.jszc_section2 .content ul li a .ico {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
}

.jszc_section2 .content ul li a .ico img {
    width: 100%;
    display: block;
}

.jszc_section2 .content ul li a .ico img.img2 {
    display: none;
}

.jszc_section2 .content ul li a:hover .ico img.img1 {
    display: none;
}

.jszc_section2 .content ul li a:hover .ico img.img2 {
    display: block;
}

@media screen and (max-width: 1680px) {
    .jszc_section2 {
        padding-bottom: 70px;
    }

    .jszc_section2 .titbox {
        margin-bottom: 26px;
    }

    .jszc_section2 .titbox ._l h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .jszc_section2 .titbox ._l .border {
        width: 40px;
    }

    .jszc_section2 .titbox ._r a {
        width: 110px;
        border-radius: 20px;
    }

    .jszc_section2 .titbox ._r a .words {
        line-height: 40px;
        margin-right: 8px;
    }

    .jszc_section2 .titbox ._r a img {
        width: 18px;
    }

    .jszc_section2 .content ul {
        margin: -10px;
        width: calc(100% + 20px);
    }

    .jszc_section2 .content ul li {
        padding: 10px;
    }

    .jszc_section2 .content ul li a {
        padding: 16px 30px 16px 16px;
    }

    .jszc_section2 .content ul li a .picbox {
        width: 180px;
    }

    .jszc_section2 .content ul li a .wordsbox {
        width: calc(100% - 218px);
        padding-left: 26px;
        padding-right: 26px;
    }

    .jszc_section2 .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .jszc_section2 .content ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
        height: 36px;
    }

    .jszc_section2 .content ul li a .wordsbox .date {
        font-size: 14px;
        line-height: 18px;
        font-weight: bolder;
    }

    .jszc_section2 .content ul li a .ico {
        width: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .jszc_section2 {
        padding-bottom: 30px;
    }

    .jszc_section2 .titbox {
        margin-bottom: 20px;
    }

    .jszc_section2 .titbox ._l h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .jszc_section2 .titbox ._l .border {
        width: 34px;
    }

    .jszc_section2 .titbox ._r a {
        width: 110px;
        border-radius: 18px;
    }

    .jszc_section2 .titbox ._r a .words {
        line-height: 36px;
        margin-right: 6px;
    }

    .jszc_section2 .titbox ._r a img {
        width: 18px;
    }

    .jszc_section2 .content ul {
        margin: 0;
        width: 100%;
    }

    .jszc_section2 .content ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .jszc_section2 .content ul li:last-child {
        margin-bottom: 0;
    }

    .jszc_section2 .content ul li a {
        padding: 12px;
    }

    .jszc_section2 .content ul li a .picbox {
        width: 100%;
    }

    .jszc_section2 .content ul li a .wordsbox {
        width: calc(100% - 38px);
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .jszc_section2 .content ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .jszc_section2 .content ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
        height: 36px;
    }

    .jszc_section2 .content ul li a .wordsbox .date {
        font-size: 14px;
        line-height: 18px;
    }

    .jszc_section2 .content ul li a .ico {
        width: 36px;
        display: inline-block;
        vertical-align: middle;
    }
}

.jszc_section3 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
}

.jszc_section3 h4 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.jszc_section3 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 34px;
}

.jszc_section3 .content {
    width: 100%;
}

.jszc_section3 .content::after {
    content: "";
    display: block;
    clear: both;
}

.jszc_section3 .content .qh_l {
    width: 390px;
    float: left;
    background: #f5f5f5;
}

.jszc_section3 .content .qh_l .list {
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
    padding-left: 44px;
    padding-right: 50px;
    cursor: pointer;
}

.jszc_section3 .content .qh_l .list.on {
    background: #0649c2;
}

.jszc_section3 .content .qh_l .list .words {
    width: calc(100% - 40px);
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jszc_section3 .content .qh_l .list.on .words {
    color: #fff;
}

.jszc_section3 .content .qh_l .list .ico {
    width: 20px;
    float: right;
    margin-top: 21px;
}

.jszc_section3 .content .qh_l .list .ico img {
    width: 100%;
    display: block;
}

.jszc_section3 .content .qh_l .list .ico img.ico2 {
    display: none;
}

.jszc_section3 .content .qh_l .list.on .ico img.ico1 {
    display: none;
}

.jszc_section3 .content .qh_l .list.on .ico img.ico2 {
    display: block;
}

.jszc_section3 .content .qh_r {
    width: calc(100% - 390px);
    float: right;
    padding-left: 46px;
}

.jszc_section3 .content .qh_r ul {
    margin: -15px;
    width: calc(100% + 30px);
}

.jszc_section3 .content .qh_r ul::after {
    content: "";
    display: block;
    clear: both;
}

.jszc_section3 .content .qh_r ul li {
    width: 25%;
    float: left;
    padding: 15px;
}

.jszc_section3 .content .qh_r ul li a {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 32px 26px 32px;
}

.jszc_section3 .content .qh_r ul li a .picbox {
    width: 100%;
    margin-bottom: 20px;
}

.jszc_section3 .content .qh_r ul li a .picbox .pic {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.jszc_section3 .content .qh_r ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jszc_section3 .content .qh_r ul li a .wordsbox {
    width: 100%;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .tit {
    font-size: 20px;
    color: #444444;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jszc_section3 .content .qh_r ul li a:hover .wordsbox .tit {
    color: #0649c2;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .but {
    width: 150px;
    background: #e4e4e4;
    margin: 0 auto;
    border-radius: 20.5px;
    text-align: center;
}

.jszc_section3 .content .qh_r ul li a:hover .wordsbox .but {
    background: #0649c2;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .but .words {
    font-size: 14px;
    color: #666666;
    line-height: 41px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.jszc_section3 .content .qh_r ul li a:hover .wordsbox .but .words {
    color: #fff;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .but .ico {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .but .ico img {
    width: 100%;
    display: block;
}

.jszc_section3 .content .qh_r ul li a .wordsbox .but .ico img.ico2 {
    display: none;
}

.jszc_section3 .content .qh_r ul li a:hover .wordsbox .but .ico img.ico1 {
    display: none;
}

.jszc_section3 .content .qh_r ul li a:hover .wordsbox .but .ico img.ico2 {
    display: block;
}

.jszc_section3 .content .qh_r .page_section {
    margin-top: 42px;
}

@media screen and (max-width: 1680px) {
    .jszc_section3 {
        padding-top: 50px;
        padding-bottom: 56px;
    }

    .jszc_section3 h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .jszc_section3 .border {
        width: 40px;
        margin-bottom: 46px;
    }

    .jszc_section3 .content .qh_l {
        width: 280px;
    }

    .jszc_section3 .content .qh_l .list {
        padding-left: 30px;
        padding-right: 30px
    }

    .jszc_section3 .content .qh_l .list .words {
        width: calc(100% - 34px);
        font-size: 14px;
        line-height: 50px;
    }

    .jszc_section3 .content .qh_l .list .ico {
        width: 20px;
        margin-top: 15px;
    }

    .jszc_section3 .content .qh_r {
        width: calc(100% - 280px);
        padding-left: 30px;
    }

    .jszc_section3 .content .qh_r ul {
        margin: -12px;
        width: calc(100% + 24px);
    }

    .jszc_section3 .content .qh_r ul li {
        padding: 12px;
    }

    .jszc_section3 .content .qh_r ul li a {
        padding: 12px 24px;
    }

    .jszc_section3 .content .qh_r ul li a .picbox {
        margin-bottom: 16px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but {
        width: 130px;
        border-radius: 18px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but .words {
        line-height: 36px;
        margin-right: 8px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but .ico {
        width: 14px;
    }

    .jszc_section3 .content .qh_r .page_section {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .jszc_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jszc_section3 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .jszc_section3 .border {
        width: 34px;
        margin-bottom: 20px;
    }

    .jszc_section3 .content .qh_l {
        width: 100%;
        font-size: 0;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .jszc_section3 .content .qh_l::-webkit-scrollbar {
        display: none;
    }

    .jszc_section3 .content .qh_l .list {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jszc_section3 .content .qh_l .list .words {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 40px
    }

    .jszc_section3 .content .qh_l .list .ico {
        width: 16px;
        margin-top: 12px;
    }

    .jszc_section3 .content .qh_r {
        width: 100%;
        padding-left: 0;
    }

    .jszc_section3 .content .qh_r ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .jszc_section3 .content .qh_r ul li {
        width: 50%;
        padding: 6px;
    }

    .jszc_section3 .content .qh_r ul li a {
        padding: 12px;
    }

    .jszc_section3 .content .qh_r ul li a .picbox {
        margin-bottom: 12px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but {
        width: 130px;
        border-radius: 16px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but .words {
        line-height: 30px;
        margin-right: 6px;
    }

    .jszc_section3 .content .qh_r ul li a .wordsbox .but .ico {
        width: 12px;
    }

    .jszc_section3 .content .qh_r .page_section {
        margin-top: 20px;
    }
}

.jszc_section4 {
    width: 100%;
    padding-top: 60px;
    /* padding-bottom: 70px; */
    background: #f5f5f5;
}

.jszc_section4 .titbox {
    width: 100%;
    margin-bottom: 38px;
    overflow: hidden;
}

.jszc_section4 .titbox ._l {
    float: left;
}

.jszc_section4 .titbox ._l h3 {
    font-size: 30px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 30px;
}

.jszc_section4 .titbox ._l .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
}

.jszc_section4 .titbox ._r {
    float: right;
}

.jszc_section4 .titbox ._r a {
    width: 155px;
    display: block;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
}

.jszc_section4 .titbox ._r a:hover {
    opacity: 0.8;
}

.jszc_section4 .titbox ._r a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.jszc_section4 .titbox ._r a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jszc_section4 .content {
    width: 100%;
}

.jszc_section4 .content ul {
    margin: 0 -5px;
    overflow: hidden;
    width: calc(100% + 10px);
}

.jszc_section4 .content ul li {
    width: 14.5%;
    float: left;
    padding: 0 5px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jszc_section4 .content ul li.on {
    width: 41.875%;
    float: left;
}

.jszc_section4 .content ul li .a {
    display: block;
    width: 100%;
    position: relative;
    height: 425px;
}

.jszc_section4 .content ul li .a .ba_pic img {
    width: 100%;
    display: block;
}

.jszc_section4 .content ul li .a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(6, 73, 194, 0.94);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jszc_section4 .content ul li.on .a::after {
    opacity: 1;
}

.jszc_section4 .content ul li .a .wrods1box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    padding: 0 30px;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jszc_section4 .content ul li.on .a .wrods1box {
    display: none;
}

.jszc_section4 .content ul li .a .wrods2box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 60px 45px 14px 48px;
    display: none;
}

.jszc_section4 .content ul li.on .a .wrods2box {
    display: block;
}

.jszc_section4 .content ul li .a .wrods2box .tit {
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}

.jszc_section4 .content ul li .a .wrods2box .tit .words {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jszc_section4 .content ul li .a .wrods2box .info {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 54px;
}

.jszc_section4 .content ul li .a .wrods2box .more {
    width: 132px;
    border-radius: 23px;
    border: 1px solid #fff;
    font-size: 0;
    text-align: center;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jszc_section4 .content ul li .a .wrods2box .more:hover {
    background: #0649c2;
    border-color: #0649c2;
}

.jszc_section4 .content ul li .a .wrods2box .more .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.jszc_section4 .content ul li .a .wrods2box .more img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    .jszc_section4 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .jszc_section4 .titbox {
        margin-bottom: 26px;
    }

    .jszc_section4 .titbox ._l h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .jszc_section4 .titbox ._l .border {
        width: 40px;
    }

    .jszc_section4 .titbox ._r a {
        width: 134px;
        border-radius: 20px;
    }

    .jszc_section4 .titbox ._r a .words {
        line-height: 40px;
        margin-right: 8px;
    }

    .jszc_section4 .titbox ._r a img {
        width: 18px;
    }

    .jszc_section4 .content ul li .a {
        height: 310px;
    }

    .jszc_section4 .content ul li .a .wrods1box {
        bottom: 16px;
        font-size: 14px;
        line-height: 18px;
        padding: 0 14px;
    }

    .jszc_section4 .content ul li .a .wrods2box {
        padding: 30px 20px;
    }

    .jszc_section4 .content ul li .a .wrods2box .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .jszc_section4 .content ul li .a .wrods2box .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .jszc_section4 .content ul li .a .wrods2box .more {
        width: 110px;
        border-radius: 20px;
    }

    .jszc_section4 .content ul li .a .wrods2box .more .words {
        line-height: 38px;
        margin-right: 4px;
    }

    .jszc_section4 .content ul li .a .wrods2box .more img {
        width: 18px
    }
}

@media screen and (max-width: 1024px) {
    .jszc_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f5f5f5;
    }

    .jszc_section4 .titbox {
        margin-bottom: 20px;
    }

    .jszc_section4 .titbox ._l h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .jszc_section4 .titbox ._l .border {
        width: 34px;
    }

    .jszc_section4 .titbox ._r a {
        width: 130px;
        border-radius: 18px;
    }

    .jszc_section4 .titbox ._r a .words {
        line-height: 36px;
        margin-right: 6px;
    }

    .jszc_section4 .titbox ._r a img {
        width: 18px;
    }

    .jszc_section4 .content ul {
        margin: 0;
        width: 100%;
    }

    .jszc_section4 .content ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .jszc_section4 .content ul li:last-child {
        margin-bottom: 0;
    }

    .jszc_section4 .content ul li .a {
        height: 60px;
    }

    .jszc_section4 .content ul li.on {
        width: 100%;
    }

    .jszc_section4 .content ul li.on .a {
        height: auto;
    }

    .jszc_section4 .content ul li .a .wrods1box {
        bottom: 0;
        font-size: 14px;
        line-height: 60px;
        padding: 0 14px;
    }

    .jszc_section4 .content ul li .a .wrods2box {
        padding: 16px;
        position: relative;
    }

    .jszc_section4 .content ul li .a .wrods2box .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-bottom: 12px;
    }

    .jszc_section4 .content ul li .a .wrods2box .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

/*技术支持-目录申请*/
.mlsq_section1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.mlsq_section1 h3 {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 26px;
    font-weight: lighter;
}

.mlsq_section1 .content {
    width: 100%;
    border: 1px solid #BEBEBE;
}

.mlsq_section1 .content .section1 {
    width: 100%;
}

.mlsq_section1 .content .section1 ._t {
    width: 100%;
    padding: 20px 24px;
    background: #e7e7e7;
    overflow: hidden;
}

.mlsq_section1 .content .section1 ._t .gxs {
    float: left;
    margin-right: 210px;
    font-size: 0;
    cursor: pointer;
}

.mlsq_section1 .content .section1 ._t .gxs .ico {
    width: 20px;
    height: 20px;
    border: 1px solid #8D8D8D;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.mlsq_section1 .content .section1 ._t .gxs .ico img {
    width: 20px;
    display: block;
    position: absolute;
    left: 50%;
    ;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mlsq_section1 .content .section1 ._t .gxs.on .ico img {
    display: block;
}

.mlsq_section1 .content .section1 ._t .gxs .words {
    font-size: 14px;
    color: #676767;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.mlsq_section1 .content .section1 ._t .name {
    font-size: 16px;
    color: #676767;
    line-height: 28px;
}

.mlsq_section1 .content .section1 ._b {
    width: 100%;
}

.mlsq_section1 .content .section1 ._b ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mlsq_section1 .content .section1 ._b ul li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #BEBEBE;
}

.mlsq_section1 .content .section1 ._b ul li:nth-child(odd) {
    border-right: 1px solid #bebebe;
}

.mlsq_section1 .content .section1 ._b ul li .a {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 0;
}

.mlsq_section1 .content .section1 ._b ul li .a .gxs {
    width: 43px;
    display: inline-block;
    vertical-align: middle;
}

.mlsq_section1 .content .section1 ._b ul li .a .gxs .ico {
    width: 20px;
    height: 20px;
    border: 1px solid #8D8D8D;
    position: relative;
}

.mlsq_section1 .content .section1 ._b ul li .a .gxs .ico img {
    width: 20px;
    display: block;
    position: absolute;
    left: 50%;
    ;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mlsq_section1 .content .section1 ._b ul li .a .gxs.on .ico img {
    display: block;
}

.mlsq_section1 .content .section1 ._b ul li .a .picbox {
    width: 194px;
    display: inline-block;
    vertical-align: middle;
}

.mlsq_section1 .content .section1 ._b ul li .a .picbox .pic {
    width: 100%;
    padding-bottom: 67.52%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.mlsq_section1 .content .section1 ._b ul li .a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.mlsq_section1 .content .section1 ._b ul li .a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox {
    width: calc(100% - 194px - 43px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .tit {
    font-size: 20px;
    color: #2e2e2e;
    line-height: 24px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mlsq_section1 .content .section1 ._b ul li .a:hover .wrodsbox .tit {
    color: #0649c2;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .info {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox {
    width: 100%;
    overflow: hidden;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list {
    float: left;
    margin-right: 70px;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list:last-child {
    margin-right: 0;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .ico {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .ico img {
    width: 100%;
    display: block;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .ico img.img2 {
    display: none;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list:hover .ico img.img1 {
    display: none;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list:hover .ico img.img2 {
    display: block;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .words {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list:hover .words {
    color: #0649c2;
}

.mlsq_section1 .content .section2 {
    width: 100%;
    padding: 42px 55px 64px 55px;
}

.mlsq_section1 .content .section2 h4 {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 40px;
}

.mlsq_section1 .content .section2 .listbox1 {
    width: calc(100% + 40px);
    margin: 0 -20px 36px -20px;
}

.mlsq_section1 .content .section2 .listbox1::after {
    content: "";
    display: block;
    clear: both;
}

.mlsq_section1 .content .section2 .listbox1 .list {
    width: 25%;
    float: left;
    padding: 0 20px;
}

.mlsq_section1 .content .section2 .listbox2 {
    width: calc(100% + 40px);
    margin: 0 -20px 18px -20px;
    position: relative;
    z-index: 5;
}

.mlsq_section1 .content .section2 .listbox2::after {
    content: "";
    display: block;
    clear: both;
}

.mlsq_section1 .content .section2 .listbox2 .list {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.mlsq_section1 .content .section2 .listbox3 {
    width: calc(100% + 40px);
    margin: 0 -20px 18px -20px;
    position: relative;
    z-index: 2;
}

.mlsq_section1 .content .section2 .listbox3::after {
    content: "";
    display: block;
    clear: both;
}

.mlsq_section1 .content .section2 .listbox3 .list {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.mlsq_section1 .content .section2 .tit {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 18px;
}

.mlsq_section1 .content .section2 .tit span {
    color: #fc2a2a;
}

.mlsq_section1 .content .section2 .input {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mlsq_section1 .content .section2 .input input {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    display: block;
}

.mlsq_section1 .content .section2 .input input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .input input::-moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .input input::moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .input input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .qhbox {
    width: 100%;
    position: relative;
}

.mlsq_section1 .content .section2 .qhbox ._t {
    width: 100%;
    background: #fff;
    padding: 0 16px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.mlsq_section1 .content .section2 .qhbox ._t .words {
    float: left;
    font-size: 14px;
    color: #686868;
    line-height: 60px;
    float: left;
}

.mlsq_section1 .content .section2 .qhbox ._t img {
    width: 15px;
    float: right;
    margin-top: 26.5px;
}

.mlsq_section1 .content .section2 .qhbox ._b {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.mlsq_section1 .content .section2 .qhbox ._b a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
}

.mlsq_section1 .content .section2 .qhbox ._b a:hover {
    background: #0649c2;
    color: #fff;
}

.mlsq_section1 .content .section2 .textbox {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mlsq_section1 .content .section2 .textbox textarea {
    width: 100%;
    height: 142px;
    background: #fff;
    padding: 20px 16px;
    font-size: 14px;
    color: #333;
    border: 0;
    display: block;
}

.mlsq_section1 .content .section2 .textbox textarea::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .textbox textarea::-moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .textbox textarea::moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .textbox textarea:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .yzm {
    width: 100%;
    position: relative;
    margin-top: 38px;
    margin-bottom: 22px;
}

.mlsq_section1 .content .section2 .yzm input {
    width: 100%;
    display: block;
    padding: 0 180px 0 16px;
    background: #fff;
    font-size: 14px;
    color: #333;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mlsq_section1 .content .section2 .yzm input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .yzm input::-moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .yzm input::moz-placeholder {
    color: #cccccc;
    font-size: 14px;
}

.mlsq_section1 .content .section2 .yzm input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
}

/*20221108satrt*/
.mlsq_section1 .content .section2 .yzm .img {
    position: absolute;
    right: 0;
    top: 0;
    /*border: 2px solid #b1b1b1*/
}

/*20221108end*/
.mlsq_section1 .content .section2 .yzm .img img {
    height: 56px;
    display: block;
}

.mlsq_section1 .content .section2 .butbox {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.mlsq_section1 .content .section2 .butbox::after {
    content: "";
    display: block;
    clear: both;
}

.mlsq_section1 .content .section2 .butbox .but {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.mlsq_section1 .content .section2 .butbox .but a {
    display: block;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 60px;
    background: #dcdcdc;
    text-align: center;
}

.mlsq_section1 .content .section2 .butbox .but a:hover {
    color: #fff;
    background: #0649c2;
}

@media screen and (max-width: 1680px) {
    .mlsq_section1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .mlsq_section1 h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .mlsq_section1 .content .section1 ._t {
        padding: 16px 20px;
    }

    .mlsq_section1 .content .section1 ._t .gxs {
        margin-right: 182px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a {
        padding: 20px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .picbox {
        width: 180px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox {
        width: calc(100% - 180px - 43px);
        padding-left: 20px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list {
        margin-right: 30px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .ico {
        width: 24px;
        margin-right: 6px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .words {
        line-height: 24px;
    }

    .mlsq_section1 .content .section2 {
        padding: 30px;
    }

    .mlsq_section1 .content .section2 .listbox1 {
        width: calc(100% + 20px);
        margin: 0 -10px 26px -10px;
    }

    .mlsq_section1 .content .section2 .listbox1 .list {
        width: 25%;
        float: left;
        padding: 0 10px;
    }

    .mlsq_section1 .content .section2 .listbox2 {
        width: calc(100% + 20px);
        margin: 0 -10px 16px -10px;
    }

    .mlsq_section1 .content .section2 .listbox2 .list {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .mlsq_section1 .content .section2 .listbox3 {
        width: calc(100% + 20px);
        margin: 0 -10px 18px -10px;
    }

    .mlsq_section1 .content .section2 .listbox3 .list {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .mlsq_section1 .content .section2 .tit {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .mlsq_section1 .content .section2 .input input {
        height: 50px;
    }

    .mlsq_section1 .content .section2 .qhbox ._t .words {
        line-height: 50px;
    }

    .mlsq_section1 .content .section2 .qhbox ._t img {
        margin-top: 21.5px;
    }

    .mlsq_section1 .content .section2 .textbox textarea {
        height: 120px;
    }

    .mlsq_section1 .content .section2 .yzm {
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .mlsq_section1 .content .section2 .yzm input {
        height: 50px;
    }

    .mlsq_section1 .content .section2 .yzm .img img {
        height: 46px;
    }

    .mlsq_section1 .content .section2 .butbox .but a {
        line-height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .mlsq_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mlsq_section1 h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section1 ._t {
        padding: 12px;
    }

    .mlsq_section1 .content .section1 ._t .gxs {
        margin-right: 12px;
    }

    .mlsq_section1 .content .section1 ._t .gxs .words {
        line-height: 20px;
    }

    .mlsq_section1 .content .section1 ._t .name {
        font-size: 14px;
        line-height: 20px;
        display: none;
    }

    .mlsq_section1 .content .section1 ._b ul li {
        width: 100%;
    }

    .mlsq_section1 .content .section1 ._b ul li:nth-child(odd) {
        border-right: 0 solid #bebebe;
    }

    .mlsq_section1 .content .section1 ._b ul li .a {
        padding: 12px;
        position: relative;
        padding-bottom: 46px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .gxs {
        width: 36px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .picbox {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox {
        width: calc(100% - 40% - 36px);
        padding-left: 10px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .tit {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        -webkit-line-clamp: 2;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .info br {
        display: none;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox {
        position: absolute;
        bottom: 12px;
        left: 48px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list {
        margin-right: 12px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .ico {
        width: 20px;
        margin-right: 4px;
    }

    .mlsq_section1 .content .section1 ._b ul li .a .wrodsbox .listbox .list .words {
        line-height: 20px;
    }

    .mlsq_section1 .content .section2 {
        padding: 12px;
    }

    .mlsq_section1 .content .section2 h4 {
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section2 .listbox1 {
        width: 100%;
        margin: 0;
    }

    .mlsq_section1 .content .section2 .listbox1 .list {
        width: 100%;
        padding: 0 0;
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section2 .listbox2 {
        width: 100%;
        margin: 0;
    }

    .mlsq_section1 .content .section2 .listbox2 .list {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section2 .listbox3 {
        width: 100%;
        margin: 0;
    }

    .mlsq_section1 .content .section2 .listbox3 .list {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .mlsq_section1 .content .section2 .listbox3 .list:last-child {
        margin-bottom: 0;
    }

    .mlsq_section1 .content .section2 .tit {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .mlsq_section1 .content .section2 .input input {
        height: 36px;
        padding: 0 12px;
    }

    .mlsq_section1 .content .section2 .qhbox ._t {
        padding: 0 12px;
    }

    .mlsq_section1 .content .section2 .qhbox ._t .words {
        line-height: 36px;
    }

    .mlsq_section1 .content .section2 .qhbox ._t img {
        width: 12px;
        margin-top: 15.205px;
    }

    .mlsq_section1 .content .section2 .qhbox ._b a {
        font-size: 14px;
        line-height: 36px;
        padding: 0 12px;
    }

    .mlsq_section1 .content .section2 .textbox textarea {
        height: 100px;
        padding: 12px;
    }

    .mlsq_section1 .content .section2 .yzm {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mlsq_section1 .content .section2 .yzm input {
        padding: 0 100px 0 12px;
        height: 36px;
    }

    .mlsq_section1 .content .section2 .yzm .img img {
        height: 32px;
    }

    .mlsq_section1 .content .section2 .butbox {
        width: calc(100% + 12px);
        margin: 0 -6px;
    }

    .mlsq_section1 .content .section2 .butbox .but {
        padding: 0 6px;
    }

    .mlsq_section1 .content .section2 .butbox .but a {
        font-size: 14px;
        line-height: 40px;
    }
}

.mlsq_section2 {
    width: 100%;
    padding-bottom: 50px;
    background: #f5f5f5;
}

.mlsq_section2 h5 {
    font-size: 40px;
    color: #2e2e2e;
    line-height: 44px;
    margin-bottom: 26px;
}

.mlsq_section2 .border {
    width: 53px;
    height: 3px;
    background: #0649c2;
    margin-bottom: 50px;
}

.mlsq_section2 .content {
    width: 100%;
}

.mlsq_section2 .content .ul {
    margin: 0 -10px;
    will-change: calc(100% + 20px);
}

.mlsq_section2 .content .ul .li {
    padding: 0 10px;
}

.mlsq_section2 .content .ul .li .list {
    width: 100%;
    margin-bottom: 20px;
}

.mlsq_section2 .content .ul .li .list:last-child {
    margin-bottom: 0;
}

.mlsq_section2 .content .ul .li .list a {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 36px 40px 32px 38px;
    font-size: 0;
    position: relative;
}

.mlsq_section2 .content .ul .li .list a::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mlsq_section2 .content .ul .li .list a:hover::after {
    width: 100%;
}

.mlsq_section2 .content .ul .li .list a .wordsbox {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 46px;
}

.mlsq_section2 .content .ul .li .list a .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 18px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mlsq_section2 .content .ul .li .list a .wordsbox .info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mlsq_section2 .content .ul .li .list a .datebox {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}

.mlsq_section2 .content .ul .li .list a .datebox .date1 {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.mlsq_section2 .content .ul .li .list a .datebox .date2 {
    font-size: 34px;
    color: #333333;
    line-height: 38px;
    font-weight: bolder;
}

.mlsq_section2 .content .ul .li .list a:hover .wordsbox .tit,
.mlsq_section2 .content .ul .li .list a:hover .datebox .date1,
.mlsq_section2 .content .ul .li .list a:hover .datebox .date2 {
    color: #0649c2;
}

.mlsq_section2 .content .ul .slick-prev {
    width: 39px;
    height: 39px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.mlsq_section2 .content .ul .slick-next {
    width: 39px;
    height: 39px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.mlsq_section2 .content .ul .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.mlsq_section2 .content .ul .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.mlsq_section2 .content .ul .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -50px;
    left: auto;
    right: 10px;
    width: auto;
}

.mlsq_section2 .content .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
}

.mlsq_section2 .content .ul .slick-dots li.slick-active {
    background: #0649c2;
}

.mlsq_section2 .content .more {
    width: 100%;
    margin-top: 50px;
}

.mlsq_section2 .content .more a {
    display: block;
    width: 132px;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
    margin: 0 auto;
}

.mlsq_section2 .content .more a:hover {
    opacity: 0.8;
}

.mlsq_section2 .content .more a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.mlsq_section2 .content .more a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    .mlsq_section2 h5 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .mlsq_section2 .border {
        width: 40px;
        margin-bottom: 30px;
    }

    .mlsq_section2 .content .ul .li .list a {
        padding: 20px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox {
        padding-right: 30px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .mlsq_section2 .content .ul .li .list a .datebox .date1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .mlsq_section2 .content .ul .li .list a .datebox .date2 {
        font-size: 24px;
        line-height: 30px;
    }

    .mlsq_section2 .content .ul .slick-prev {
        width: 30px;
        height: 30px;
        right: 60px;
        top: -80px;
    }

    .mlsq_section2 .content .ul .slick-next {
        width: 30px;
        height: 30px;
        right: 8px;
        top: -80px;
    }

    .mlsq_section2 .content .ul .slick-dots {
        top: -40px;
        right: 12px;
    }

    .mlsq_section2 .content .more {
        margin-top: 40px;
    }

    .mlsq_section2 .content .more a {
        width: 110px;
        border-radius: 20px;
    }

    .mlsq_section2 .content .more a .words {
        line-height: 40px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .mlsq_section2 {
        padding-bottom: 30px;
    }

    .mlsq_section2 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .mlsq_section2 .border {
        width: 36px;
        height: 2px;
        margin-bottom: 12px;
    }

    .mlsq_section2 .content .ul {
        margin: 0 -6px;
        will-change: calc(100% + 12px);
    }

    .mlsq_section2 .content .ul .li {
        padding: 0 6px;
    }

    .mlsq_section2 .content .ul .li .list {
        margin-bottom: 12px;
    }

    .mlsq_section2 .content .ul .li .list a {
        padding: 12px;
    }

    .mlsq_section2 .content .ul .li .list a::after {
        height: 2px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox {
        width: calc(100% - 58px);
        padding-right: 12px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .mlsq_section2 .content .ul .li .list a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .mlsq_section2 .content .ul .li .list a .datebox {
        width: 56px;
    }

    .mlsq_section2 .content .ul .li .list a .datebox .date1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .mlsq_section2 .content .ul .li .list a .datebox .date2 {
        font-size: 18px;
        line-height: 24px;
    }

    .mlsq_section2 .content .ul .slick-prev {
        width: 26px;
        height: 26px;
        right: 50px;
        top: -46px;
    }

    .mlsq_section2 .content .ul .slick-next {
        width: 26px;
        height: 26px;
        right: 6px;
        top: -46px;
    }

    .mlsq_section2 .content .ul .slick-dots {
        top: -12px;
        right: 6px;
        height: 4px;
    }

    .mlsq_section2 .content .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }

    .mlsq_section2 .content .more {
        margin-top: 16px;
    }
}

/*技术中心-下载专区列表*/
.xzzqlb_section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.cpyj_sections {
    padding-top: 60px;
    padding-bottom: 40px;
}

.xzzqlb_section .bottom .ul .li .boxs2 {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 60px 20px 20px;
    font-size: 0;
    display: none;
}

.xzzqlb_section .bottom .ul .li .boxs2 .left {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqlb_section .bottom .ul .li .boxs2 .left img {
    width: 100%;
    display: block;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right {
    width: calc(100% - 250px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 32px;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .tit {
    font-size: 20px;
    color: #0649c2;
    line-height: 24px;
    margin-bottom: 12px;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 {
    width: 100%;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2:hover {
    border-bottom-color: #0649c2;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words1 {
    width: 108px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    padding-right: 8px;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words3 {
    font-size: 14px;
    color: #0649c2;
    line-height: 40px;
    float: left;
    width: 80px;
    text-align: right;
    display: none;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words2 {
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    width: calc(100% - 108px - 80px);
    float: left;
    padding-right: 20px;
    display: none;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words2 br {
    display: none;
}

.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a:hover .words3,
.xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a:hover .words2 {
    display: block;
}

.xzzqlb_section .bottom {
    width: 100%;
    margin-bottom: 60px;
}

.xzzqlb_section .bottom .ul {
    width: 100%;
}

.xzzqlb_section .bottom .ul .li {
    width: 100%;
    margin-bottom: 20px;
}

.xzzqlb_section .bottom .ul .li:last-child {
    margin-bottom: 0;
}

.xzzqlb_section .bottom .ul .li .boxs1 {
    display: block;
    width: 100%;
    background: #fff;
    padding: 16px 105px 16px 16px;
    font-size: 0;
}

.xzzqlb_section .bottom .ul .li .boxs1 .picbox {
    width: 111px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqlb_section .bottom .ul .li .boxs1 .picbox .pic {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.xzzqlb_section .bottom .ul .li .boxs1 .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox {
    width: calc(100% - 113px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .tit {
    font-size: 20px;
    color: #2e2e2e;
    line-height: 24px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .info {
    font-size: 16px;
    color: #909090;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xzzqlb_section .bottom .ul .li .boxs1:hover .wrodsbox .tit,
.xzzqlb_section .bottom .ul .li .boxs1:hover .wrodsbox .info {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .xzzqlb_section {
        padding-bottom: 60px;
    }

    .cpyj_sections {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .left {
        width: 220px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right {
        width: calc(100% - 220px);
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .xzzqlb_section .bottom {
        margin-bottom: 40px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .picbox {
        width: 100px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox {
        width: calc(100% - 102px);
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .info {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .xzzqlb_section {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .cpyj_sections {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 {
        padding: 12px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .left {
        width: 100px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right {
        width: calc(100% - 100px);
        padding-left: 10px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words1 {
        line-height: 30px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words3 {
        line-height: 30px;
        text-align: left;
        width: 100%;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words2 {
        line-height: 20px;
        padding-right: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .xzzqlb_section .bottom {
        margin-bottom: 20px;
    }

    .xzzqlb_section .bottom .ul .li {
        margin-bottom: 12px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 {
        padding: 12px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .picbox {
        width: 70px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox {
        width: calc(100% - 72px);
        padding-left: 12px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .xzzqlb_section .bottom .ul .li .boxs1 .wrodsbox .info {
        font-size: 14px;
        line-height: 18px;
    }

    .xzzqlb_section .bottom .ul .li .boxs2 .right .u2 .l2 a .words2 br {
        display: block;
    }
}

.xzzqxq_section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.xzzqxq_section .top {
    width: 100%;
    background: #fff;
    padding: 42px 100px 46px 30px;
    position: relative;
    font-size: 0;
}

.xzzqxq_section .top::after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 88px);
    background: #E0E0E0;
    position: absolute;
    left: 463px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.xzzqxq_section .top .left {
    width: 406px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqxq_section .top .left .pic {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.xzzqxq_section .top .left .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.xzzqxq_section .top .right {
    width: calc(100% - 408px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 117px;
}

.xzzqxq_section .top .right .tit {
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: bolder;
}

.xzzqxq_section .top .right .info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 42px;
    padding-bottom: 26px;
    border-bottom: 1px solid #0649c2;
}

.xzzqxq_section .top .right .listbox {
    width: 100%;
}

.xzzqxq_section .top .right .listbox .list {
    width: 100%;
    margin-bottom: 44px;
    font-size: 0;
}

.xzzqxq_section .top .right .listbox .list:last-child {
    margin-bottom: 0;
}

.xzzqxq_section .top .right .listbox .list .words_l {
    width: 90px;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqxq_section .top .right .listbox .list ._rs {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
}

.xzzqxq_section .top .right .listbox .list ._rs .words {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.xzzqxq_section .top .right .listbox .list ._rs .bqbox {
    padding-left: 18px;
    overflow: hidden;
    margin: -10px;
    width: calc(100% + 20px);
}

.xzzqxq_section .top .right .listbox .list ._rs .bqbox .bqs {
    float: left;
    padding: 10px;
}

.xzzqxq_section .top .right .listbox .list ._rs .bqbox .bqs .bq {
    border: 1px solid #0649c2;
    /*width: 124px;*/
    font-size: 16px;
    color: #0649c2;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
}

.xzzqxq_section .bottom {
    width: 100%;
}

.xzzqxq_section .bottom ._t {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    padding-right: 32px;
}

.xzzqxq_section .bottom ._t .tit {
    float: left;
    font-size: 18px;
    color: #ffffff;
    line-height: 57px;
    text-align: center;
    width: 188px;
    background: #0649c2;
}

.xzzqxq_section .bottom ._t ._rinput {
    width: 152px;
    float: right;
    position: relative;
    margin-top: 13.5px;
}

.xzzqxq_section .bottom ._t ._rinput input {
    width: 100%;
    height: 30px;
    border-radius: 15px;
    display: block;
    padding: 0 40px 0 16px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b0b0b0;
    font-size: 12px;
    color: #b0b0b0;
}

.xzzqxq_section .bottom ._t ._rinput input::-webkit-input-placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.xzzqxq_section .bottom ._t ._rinput input::-moz-placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.xzzqxq_section .bottom ._t ._rinput input::moz-placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.xzzqxq_section .bottom ._t ._rinput input:-ms-input-placeholder {
    font-size: 12px;
    color: #b0b0b0;
}

.xzzqxq_section .bottom ._t ._rinput img {
    width: 15px;
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
}

.xzzqxq_section .bottom ._b {
    width: 100%;
    background: #fff;
    padding: 14px 40px 10px 40px;
}

.xzzqxq_section .bottom ._b li {
    width: 100%;
    border-bottom: 1px solid #B8B8B8;
}

.xzzqxq_section .bottom ._b li:last-child {
    border-bottom: 0;
}

.xzzqxq_section .bottom ._b li .a {
    display: block;
    width: 100%;
    font-size: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.xzzqxq_section .bottom ._b li .left {
    width: calc(100% - 452px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 60px;
}

.xzzqxq_section .bottom ._b li .left .words {
    font-size: 16px;
    color: #434343;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xzzqxq_section .bottom ._b li:hover .left .words {
    color: #0649c2;
}

.xzzqxq_section .bottom ._b li .rigth {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqxq_section .bottom ._b li .rigth .listbox {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list {
    display: inline-block;
    vertical-align: top;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list:nth-child(1) {
    margin-right: 88px;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list:nth-child(2) {
    margin-right: 68px;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .words1box {
    width: 100%;
    font-size: 0;
    margin-bottom: 2px;
    text-align: left;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .words {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .ico {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .ico img {
    width: 100%;
    display: block;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .ico img.img2 {
    display: none;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list:hover .ico img.img1 {
    display: none;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list:hover .ico img.img2 {
    display: block;
}

.xzzqxq_section .bottom ._b li .rigth .listbox .list .wordsbox2 {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: left;
}

@media screen and (max-width: 1680px) {
    .xzzqxq_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .xzzqxq_section .top {
        padding: 30px 60px 30px 30px;
        ;
    }

    .xzzqxq_section .top::after {
        height: calc(100% - 60px);
        left: 420px
    }

    .xzzqxq_section .top .left {
        width: 360px;
    }

    .xzzqxq_section .top .right {
        width: calc(100% - 360px);
        padding-left: 80px;
    }

    .xzzqxq_section .top .right .tit {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .xzzqxq_section .top .right .info {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .xzzqxq_section .top .right .listbox .list {
        margin-bottom: 26px;
    }

    .xzzqxq_section .top .right .listbox .list .words_l {
        font-size: 14px;
    }

    .xzzqxq_section .top .right .listbox .list ._rs .words {
        font-size: 14px;
    }

    .xzzqxq_section .top .right .listbox .list ._rs .bqbox .bqs .bq {
        font-size: 14px;
    }

    .xzzqxq_section .bottom ._t .tit {
        font-size: 16px;
        line-height: 46px;
        width: 160px;
    }

    .xzzqxq_section .bottom ._t ._rinput {
        width: 150px;
        margin-top: 8px;
    }

    .xzzqxq_section .bottom ._t ._rinput input {
        padding: 0 40px 0 12px;
    }

    .xzzqxq_section .bottom ._b {
        padding: 12px 30px;
    }

    .xzzqxq_section .bottom ._b li .a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .xzzqxq_section .bottom ._b li .left {
        adding-right: 40px;
    }

    .xzzqxq_section .bottom ._b li .left .words {
        font-size: 14px;
    }

    .xzzqxq_section .bottom ._b li .rigth .listbox .list:nth-child(1) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .xzzqxq_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xzzqxq_section .top {
        padding: 12px 12px 24px 12px;
    }

    .xzzqxq_section .top::after {
        display: none;
    }

    .xzzqxq_section .top .left {
        width: 220px;
        display: block;
        margin: 0 auto 14px auto;
    }

    .xzzqxq_section .top .right {
        width: 100%;
        padding-left: 0;
    }

    .xzzqxq_section .top .right .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .xzzqxq_section .top .right .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .xzzqxq_section .top .right .listbox .list {
        margin-bottom: 10px;
    }

    .xzzqxq_section .top .right .listbox .list .words_l {
        font-size: 14px;
    }

    .xzzqxq_section .top .right .listbox .list ._rs .words {
        font-size: 14px;
    }

    .xzzqxq_section .top .right .listbox .list ._rs .bqbox {
        padding-left: 0px;
        margin: -6px;
        width: calc(100% + 12px);
    }

    .xzzqxq_section .top .right .listbox .list ._rs .bqbox .bqs {
        padding: 6px;
    }

    .xzzqxq_section .top .right .listbox .list ._rs .bqbox .bqs .bq {
        width: 100px;
        font-size: 14px;
        line-height: 32px;
    }

    .xzzqxq_section .bottom ._t {
        padding-right: 10px;
    }

    .xzzqxq_section .bottom ._t .tit {
        font-size: 16px;
        line-height: 40px;
        width: 100px;
    }

    .xzzqxq_section .bottom ._t ._rinput {
        width: 140px;
        margin-top: 5px;
    }

    .xzzqxq_section .bottom ._t ._rinput input {
        padding: 0 36px 0 12px;
    }

    .xzzqxq_section .bottom ._t ._rinput img {
        right: 10px;
    }

    .xzzqxq_section .bottom ._b {
        padding: 12px;
    }

    .xzzqxq_section .bottom ._b li .a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .xzzqxq_section .bottom ._b li .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .xzzqxq_section .bottom ._b li .left .words {
        font-size: 14px;
    }

    .xzzqxq_section .bottom ._b li .rigth {
        width: 100%;
    }

    .xzzqxq_section .bottom ._b li .rigth .listbox {
        text-align: left;
    }

    .xzzqxq_section .bottom ._b li .rigth .listbox .list:nth-child(1) {
        margin-right: 12px;
    }

    .xzzqxq_section .bottom ._b li .rigth .listbox .list:nth-child(2) {
        margin-right: 21px;
    }
}

/*新闻咨询详情*/
.xwlb_section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.xwlb_section .content {
    width: 100%;
}

.xwlb_section .content ul {
    width: 100%;
    margin-bottom: 50px;
}

.xwlb_section .content ul li {
    width: 100%;
    margin-bottom: 20px;
}

.xwlb_section .content ul li:last-child {
    margin-bottom: 0;
}

.xwlb_section .content ul li a {
    width: 100%;
    padding: 30px 0 30px 30px;
    font-size: 0;
    background: #fff;
    display: block;
    position: relative;
}

.xwlb_section .content ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0649c2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xwlb_section .content ul li a:hover::after {
    width: 100%;
}

.xwlb_section .content ul li a .picbox {
    width: 251px;
    display: inline-block;
    vertical-align: middle;
}

.xwlb_section .content ul li a .picbox .pic {
    width: 100%;
    padding-bottom: 66.93%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.xwlb_section .content ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.xwlb_section .content ul li a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.xwlb_section .content ul li a .wordsbox {
    width: calc(100% - 253px - 190px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 32px;
}

.xwlb_section .content ul li a .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xwlb_section .content ul li a:hover .wordsbox .tit {
    color: #0649c2;
}

.xwlb_section .content ul li a .wordsbox .info {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwlb_section .content ul li a .wordsbox .more {
    width: 128px;
    border: 1px solid #0649c2;
    border-radius: px;
    font-size: 0;
    text-align: center;
    border-radius: 20px;
}

.xwlb_section .content ul li a:hover .wordsbox .more {
    background: #0649c2;
}

.xwlb_section .content ul li a .wordsbox .more .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.xwlb_section .content ul li a:hover .wordsbox .more .words {
    color: #fff;
}

.xwlb_section .content ul li a .wordsbox .more .ico {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}

.xwlb_section .content ul li a .wordsbox .more .ico img {
    width: 100%;
    display: block;
}

.xwlb_section .content ul li a .wordsbox .more .ico img.ico2 {
    display: none;
}

.xwlb_section .content ul li a:hover .wordsbox .more .ico img.ico1 {
    display: none;
}

.xwlb_section .content ul li a:hover .wordsbox .more .ico img.ico2 {
    display: block;
}

.xwlb_section .content ul li a .datebox {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 38px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-left: 2px solid #F1F1F1;
}

.xwlb_section .content ul li a .datebox .date1 {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 12px;
    font-weight: bolder;
}

.xwlb_section .content ul li a .datebox .date2 {
    font-size: 42px;
    color: #333333;
    line-height: 46px;
    font-weight: bolder;
}

@media screen and (max-width: 1680px) {
    .xwlb_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .xwlb_section .content ul {
        margin-bottom: 40px;
    }

    .xwlb_section .content ul li a {
        padding: 20px 0 20px 20px;
    }

    .xwlb_section .content ul li a .picbox {
        width: 220px;
    }

    .xwlb_section .content ul li a .wordsbox {
        width: calc(100% - 222px - 160px);
        padding-left: 26px;
        padding-right: 26px;
    }

    .xwlb_section .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .xwlb_section .content ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .xwlb_section .content ul li a .wordsbox .more {
        width: 120px;
    }

    .xwlb_section .content ul li a .datebox {
        width: 160px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .xwlb_section .content ul li a .datebox .date1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .xwlb_section .content ul li a .datebox .date2 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1024px) {
    .xwlb_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xwlb_section .content ul {
        margin-bottom: 20px;
    }

    .xwlb_section .content ul li {
        margin-bottom: 12px;
    }

    .xwlb_section .content ul li a {
        padding: 12px;
        position: relative;
    }

    .xwlb_section .content ul li a::after {
        height: 2px;
    }

    .xwlb_section .content ul li a .picbox {
        width: 100%;
    }

    .xwlb_section .content ul li a .wordsbox {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 16px;
        overflow: hidden;
    }

    .xwlb_section .content ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10pxwidth: 100%;
        float: left;
    }

    .xwlb_section .content ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
        width: 100%;
        float: left;
    }

    .xwlb_section .content ul li a .wordsbox .more {
        width: 100px;
        border-radius: 14px;
        float: right;
    }

    .xwlb_section .content ul li a .wordsbox .more .words {
        line-height: 32px;
        margin-right: 6px;
    }

    .xwlb_section .content ul li a .wordsbox .more .ico {
        width: 16px
    }

    .xwlb_section .content ul li a .datebox {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        border: 0;
        overflow: hidden;
        position: absolute;
        left: 12px;
        bottom: 12px;
    }

    .xwlb_section .content ul li a .datebox .date1 {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 0;
        float: left;
    }

    .xwlb_section .content ul li a .datebox .date2 {
        font-size: 18px;
        line-height: 34px;
        float: left;
        margin-left: 10px;
    }
}

/*新闻详情*/
.xwxq_section1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.xwxq_section1 .content {
    width: 100%;
    background: #fff;
    padding: 64px 84px 48px 84px;
}

.xwxq_section1 .content::after {
    content: "";
    display: block;
    clear: both;
}

.xwxq_section1 .content .left {
    width: 71.22%;
    float: left;
    padding-right: 95px;
}

.xwxq_section1 .content .left h3 {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 36px;
    font-weight: bolder;
}

.xwxq_section1 .content .left .listbox {
    width: 100%;
    margin-bottom: 40px;
    font-size: 0;
    text-align: center;
}

.xwxq_section1 .content .left .listbox .list {
    font-size: 0;
    margin-right: 80px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .left .listbox .list:last-child {
    margin-right: 0;
}

.xwxq_section1 .content .left .listbox .list img {
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.xwxq_section1 .content .left .listbox .list .words {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .left .info {
    width: 100%;
    padding-top: 42px;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 42px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

/*.xwxq_section1 .content .left .info img{width: 100%;display: block;}*/
.xwxq_section1 .content .left .dz {
    width: 100%;
    margin-bottom: 30px;
}

.xwxq_section1 .content .left .dz a {
    display: block;
    width: 136px;
    background: #F0F0F0;
    border-radius: 25px;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

.xwxq_section1 .content .left .dz a:hover {
    opacity: 0.8;
}

.xwxq_section1 .content .left .dz a img {
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.xwxq_section1 .content .left .dz a img.img2 {
    display: none;
}

.xwxq_section1 .content .left .dz.on a img.img1 {
    display: none;
}

.xwxq_section1 .content .left .dz.on a img.img2 {
    display: inline-block;
}

.xwxq_section1 .content .left .dz a .words {
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .left .dz.on a .words {
    color: #0649c2;
}

.xwxq_section1 .content .left .icobox {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding-bottom: 46px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 45px;
}

.xwxq_section1 .content .left .icobox .words {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/*/*20221112satrt*/
.xwxq_section1 .content .left .icobox a {
    margin: 0 5px !important;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.xwxq_section1 .content .left .icobox .bds_weixin {
    background: url(../images/h32.png) 0 0 no-repeat !important;
}

.xwxq_section1 .content .left .icobox .bds_sqq {
    background: url(../images/h32.png) -40px 0 no-repeat !important;
}

.xwxq_section1 .content .left .icobox .bds_qzone {
    background: url(../images/h32.png) -80px 0 no-repeat !important;
}

/*20221112end*/
.xwxq_section1 .content .left .pagebox {
    width: 100%;
    font-size: 0;
}

.xwxq_section1 .content .left .pagebox .page_l {
    width: calc(100% - 134px);
    padding-right: 50px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .left .pagebox .page_l a {
    font-size: 14px;
    color: #626262;
    line-height: 18px;
    margin-bottom: 12px;
    display: block;
}

.xwxq_section1 .content .left .pagebox .page_l a:last-child {
    margin-bottom: 0;
}

.xwxq_section1 .content .left .pagebox .page_l a:hover {
    color: #0649c2;
}

.xwxq_section1 .content .left .pagebox .fh_r {
    width: 132px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .left .pagebox .fh_r a {
    display: block;
    font-size: 0;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #0649c2;
}

.xwxq_section1 .content .left .pagebox .fh_r a:hover {
    opacity: 0.8;
}

.xwxq_section1 .content .left .pagebox .fh_r a .words {
    font-size: 14px;
    color: #0649c2;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.xwxq_section1 .content .left .pagebox .fh_r a img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .right {
    width: 28.78%;
    float: right;
    border: 1px solid #DADADA;
}

.xwxq_section1 .content .right .qh_t {
    width: 100%;
    overflow: hidden;
}

.xwxq_section1 .content .right .qh_t .list {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #666666;
    line-height: 72px;
    text-align: center;
    background: #f0f0f0;
    cursor: pointer;
}

.xwxq_section1 .content .right .qh_t .list.on {
    background: #0649c2;
    color: #fff;
}

.xwxq_section1 .content .right .qh_b {
    width: 100%;
    padding: 0 23px;
}

.xwxq_section1 .content .right .qh_b ul {
    width: 100%;
}

.xwxq_section1 .content .right .qh_b ul li {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

.xwxq_section1 .content .right .qh_b ul li:last-child {
    border-bottom: 0;
}

.xwxq_section1 .content .right .qh_b ul li a {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0;
}

.xwxq_section1 .content .right .qh_b ul li a .picbox {
    width: 124px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section1 .content .right .qh_b ul li a .picbox .pic {
    width: 100%;
    padding-bottom: 66.93%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.xwxq_section1 .content .right .qh_b ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.xwxq_section1 .content .right .qh_b ul li a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.xwxq_section1 .content .right .qh_b ul li a .wordsbox {
    width: calc(100% - 126px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
}

/*20221108start*/
.xwxq_section1 .content .right .qh_b ul li a .wordsbox .info {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwxq_section1 .content .right .qh_b ul li a:hover .wordsbox .info {
    color: #0649c2;
}

.xwxq_section1 .content .right .qh_b ul li a .wordsbox .date {
    font-size: 14px;
    color: #aeaeae;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*20221108end*/
@media screen and (max-width: 1680px) {
    .xwxq_section1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .xwxq_section1 .content {
        padding: 50px 60px;
    }

    .xwxq_section1 .content .left {
        padding-right: 60px;
    }

    .xwxq_section1 .content .left h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 26px;
    }

    .xwxq_section1 .content .left .listbox {
        margin-bottom: 30px;
    }

    .xwxq_section1 .content .left .listbox .list {
        margin-right: 40px
    }

    .xwxq_section1 .content .left .listbox .list img {
        width: 22px;
        margin-right: 6px;
    }

    .xwxq_section1 .content .left .info {
        padding-top: 30px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .xwxq_section1 .content .left .dz {
        margin-bottom: 24px;
    }

    .xwxq_section1 .content .left .dz a {
        width: 120px;
        border-radius: 20px;
    }

    .xwxq_section1 .content .left .dz a img {
        width: 22px;
        margin-right: 8px;
    }

    .xwxq_section1 .content .left .dz a .words {
        line-height: 38px;
    }

    .xwxq_section1 .content .left .icobox {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .xwxq_section1 .content .left .icobox .words {
        margin-right: 6px;
    }

    .xwxq_section1 .content .left .icobox .ico {
        width: 24px;
        margin-right: 6px;
    }

    .xwxq_section1 .content .left .pagebox .page_l {
        width: calc(100% - 122px);
    }

    .xwxq_section1 .content .left .pagebox .fh_r {
        width: 120px;
    }

    .xwxq_section1 .content .left .pagebox .fh_r a {
        border-radius: 20px;
    }

    .xwxq_section1 .content .left .pagebox .fh_r a .words {
        line-height: 38px;
        margin-right: 10px;
    }

    .xwxq_section1 .content .right .qh_t .list {
        font-size: 16px;
        line-height: 50px;
    }

    .xwxq_section1 .content .right .qh_b {
        padding: 0 16px;
    }

    .xwxq_section1 .content .right .qh_b ul li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .picbox {
        width: 100px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .wordsbox {
        width: calc(100% - 102px);
        padding-left: 12px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .wordsbox .date {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .xwxq_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xwxq_section1 .content {
        padding: 12px;
    }

    .xwxq_section1 .content .left {
        width: 100%;
        padding-right: 0;
    }

    .xwxq_section1 .content .left h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .xwxq_section1 .content .left .listbox {
        margin-bottom: 14px;
    }

    .xwxq_section1 .content .left .listbox .list {
        margin-right: 10px;
    }

    .xwxq_section1 .content .left .listbox .list img {
        width: 20px;
        margin-right: 4px;
    }

    .xwxq_section1 .content .left .listbox .list .words {
        font-size: 12px;
    }

    .xwxq_section1 .content .left .info {
        padding-top: 14px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 26px;
        font-weight: normal;
    }

    .xwxq_section1 .content .left .dz {
        margin-bottom: 12px;
    }

    .xwxq_section1 .content .left .dz a {
        width: 120px;
        ;
        border-radius: 18px;
    }

    .xwxq_section1 .content .left .dz a img {
        width: 22px;
        margin-right: 8px;
    }

    .xwxq_section1 .content .left .dz a .words {
        line-height: 34px;
    }

    .xwxq_section1 .content .left .icobox {
        display: none;
    }

    .xwxq_section1 .content .left .pagebox {
        padding-top: 14px;
        border-top: 1px solid #f5f5f5;
    }

    .xwxq_section1 .content .left .pagebox .page_l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .xwxq_section1 .content .left .pagebox .page_l a {
        margin-bottom: 8px;
    }

    .xwxq_section1 .content .left .pagebox .fh_r {
        width: 110px;
        display: block;
        margin: 0 auto;
    }

    .xwxq_section1 .content .left .pagebox .fh_r a {
        border-radius: 18px;
    }

    .xwxq_section1 .content .left .pagebox .fh_r a .words {
        line-height: 34px;
        margin-right: 6px;
    }

    .xwxq_section1 .content .left .pagebox .fh_r a img {
        width: 12px;
    }

    .xwxq_section1 .content .right {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .xwxq_section1 .content .right .qh_t .list {
        font-size: 16px;
        line-height: 40px;
    }

    .xwxq_section1 .content .right .qh_b {
        padding: 0 12px;
    }

    .xwxq_section1 .content .right .qh_b ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .picbox {
        width: 100px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .wordsbox {
        width: calc(100% - 102px);
        padding-left: 10px;
    }

    .xwxq_section1 .content .right .qh_b ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

.xwxq_section2 {
    width: 100%;
    padding-bottom: 68px;
    background: #f5f5f5;
}

.xwxq_section2 h4 {
    font-size: 40px;
    color: #2e2e2e;
    line-height: 44px;
    margin-bottom: 28px;
}

.xwxq_section2 .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 50px;
}

.xwxq_section2 .content {
    width: 100%;
}

.xwxq_section2 .content .ul {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.xwxq_section2 .content .ul .li {
    padding: 0 10px;
}

.xwxq_section2 .content .ul .li a {
    display: block;
    width: 100%;
    background: #fff;
}

.xwxq_section2 .content .ul .li a .picbox {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.xwxq_section2 .content .ul .li a .picbox .pic {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.xwxq_section2 .content .ul .li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.xwxq_section2 .content .ul .li a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.xwxq_section2 .content .ul .li a .wordsbox {
    width: 100%;
    padding: 20px;
    font-size: 0;
}

.xwxq_section2 .content .ul .li a .wordsbox .left {
    width: calc(100% - 44px);
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section2 .content .ul .li a .wordsbox .left .tit {
    font-size: 18px;
    color: #444444;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xwxq_section2 .content .ul .li a:hover .wordsbox .left .tit {
    color: #0649c2;
}

.xwxq_section2 .content .ul .li a .wordsbox .left .info {
    font-size: 12px;
    color: #959595;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwxq_section2 .content .ul .li a .wordsbox .right {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section2 .content .ul .li a .wordsbox .right img {
    width: 100%;
    display: block;
}

.xwxq_section2 .content .ul .li a .wordsbox .right img.img2 {
    display: none;
}

.xwxq_section2 .content .ul .li a:hover .wordsbox .right img.img1 {
    display: none;
}

.xwxq_section2 .content .ul .li a:hover .wordsbox .right img.img2 {
    display: block;
}

.xwxq_section2 .content .ul .slick-prev {
    width: 39px;
    height: 39px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.xwxq_section2 .content .ul .slick-next {
    width: 39px;
    height: 39px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -114px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.xwxq_section2 .content .ul .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.xwxq_section2 .content .ul .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.xwxq_section2 .content .ul .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -50px;
    left: auto;
    right: 15px;
    width: auto;
}

.xwxq_section2 .content .ul .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
}

.xwxq_section2 .content .ul .slick-dots li.slick-active {
    background: #0649c2;
}

.xwxq_section2 .content .more {
    width: 100%;
    margin-top: 50px;
}

.xwxq_section2 .content .more a {
    display: block;
    width: 160px;
    font-size: 0;
    text-align: center;
    background: #0649c2;
    border-radius: 23px;
    margin: 0 auto;
}

.xwxq_section2 .content .more a:hover {
    opacity: 0.8;
}

.xwxq_section2 .content .more a .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.xwxq_section2 .content .more a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1680px) {
    .xwxq_section2 {
        padding-bottom: 60px;
    }

    .xwxq_section2 h4 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .xwxq_section2 .border {
        width: 46px;
        margin-bottom: 40px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox {
        padding: 12px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox .left {
        width: calc(100% - 36px);
    }

    .xwxq_section2 .content .ul .li a .wordsbox .left .tit {
        font-size: 16px;
        line-height: 20px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox .right {
        width: 34px;
    }

    .xwxq_section2 .content .ul .slick-prev {
        width: 30px;
        height: 30px;
        right: 60px;
        top: -80px;
    }

    .xwxq_section2 .content .ul .slick-next {
        width: 30px;
        height: 30px;
        right: 8px;
        top: -80px;
    }

    .xwxq_section2 .content .ul .slick-dots {
        top: -40px;
        right: 12px;
    }

    .xwxq_section2 .content .more {
        margin-top: 40px;
    }

    .xwxq_section2 .content .more a {
        width: 110px;
        border-radius: 20px;
    }

    .xwxq_section2 .content .more a .words {
        line-height: 40px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .xwxq_section2 {
        padding-bottom: 30px;
    }

    .xwxq_section2 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .xwxq_section2 .border {
        width: 36px;
        margin-bottom: 14px;
    }

    .xwxq_section2 .content .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

    .xwxq_section2 .content .ul .li {
        padding: 0 6px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox {
        padding: 12px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox .left {
        width: calc(100% - 26px);
        padding-right: 8px;
    }

    .xwxq_section2 .content .ul .li a .wordsbox .left .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px
    }

    .xwxq_section2 .content .ul .li a .wordsbox .right {
        width: 24px;
    }

    .xwxq_section2 .content .ul .slick-prev {
        width: 26px;
        height: 26px;
        right: 50px;
        top: -46px;
    }

    .xwxq_section2 .content .ul .slick-next {
        width: 26px;
        height: 26px;
        right: 6px;
        top: -46px;
    }

    .xwxq_section2 .content .ul .slick-dots {
        top: -12px;
        right: 6px;
        height: 4px;
    }

    .xwxq_section2 .content .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }

    .xwxq_section2 .content .more {
        margin-top: 20px;
    }
}

/*行业应用列表页*/
.hyyylb_section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
    background: #f5f5f5;
}

.hyyylb_section .content {
    width: 100%;
    margin-bottom: 60px;
}

.hyyylb_section .content ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hyyylb_section .content ul li {
    width: 50%;
    float: left;
    padding: 10px;
}

.hyyylb_section .content ul li .a {
    display: block;
    width: 100%;
    padding: 30px 38px 30px 30px;
    background: #fff;
    font-size: 0;
}

.hyyylb_section .content ul li .a .picbox {
    width: 321px;
    display: inline-block;
    vertical-align: middle;
}

.hyyylb_section .content ul li .a .picbox .pic {
    width: 100%;
    padding-bottom: 73.35%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.hyyylb_section .content ul li .a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.hyyylb_section .content ul li .a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.hyyylb_section .content ul li .a .wordsbox {
    width: calc(100% - 323px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
}

.hyyylb_section .content ul li .a .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hyyylb_section .content ul li .a:hover .wordsbox .tit {
    color: #0649c2;
}

.hyyylb_section .content ul li .a .wordsbox .info {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hyyylb_section .content ul li .a .wordsbox .tit2 {
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 6px;
}

/*20230117start*/
.hyyylb_section .content ul li .a .wordsbox .listbox {
    padding-right: 15px;
    margin: -4px -6px;
    overflow: hidden;
    width: calc(100% + 12px);
    height: 48px;
}

/*20230117end*/
.hyyylb_section .content ul li .a .wordsbox .listbox .list {
    width: 50%;
    float: left;
    padding: 4px 6px;
}

.hyyylb_section .content ul li .a .wordsbox .listbox .list .dian {
    width: 3px;
    height: 3px;
    float: left;
    margin-top: 6.5px;
    background: #0649c2;
}

/*20230116start*/
.hyyylb_section .content ul li .a .wordsbox .listbox .list .words {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    float: left;
    width: calc(100% - 5px);
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*20230116end*/
/*20230103start*/
.hyyylb_section .content ul li .a .wordsbox .listbox .list:hover .words {
    text-decoration: underline;
    color: #0649c2;
}

/*20230103end*/
@media screen and (max-width: 1680px) {
    .hyyylb_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .hyyylb_section .content {
        margin-bottom: 40px;
    }

    .hyyylb_section .content ul li .a {
        padding: 20px;
    }

    .hyyylb_section .content ul li .a .picbox {
        width: 200px;
    }

    .hyyylb_section .content ul li .a .wordsbox {
        width: calc(100% - 202px);
        padding-left: 14px;
    }

    .hyyylb_section .content ul li .a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .hyyylb_section .content ul li .a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .hyyylb_section .content ul li .a .wordsbox .tit2 {
        padding-top: 14px;
    }

    .hyyylb_section .content ul li .a .wordsbox .listbox {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .hyyylb_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hyyylb_section .content {
        margin-bottom: 20px;
    }

    .hyyylb_section .content ul {
        margin: 0;
        width: 100%;
    }

    .hyyylb_section .content ul li {
        padding: 0;
        margin-bottom: 14px;
        width: 100%;
    }

    .hyyylb_section .content ul li:last-child {
        margin-bottom: 0;
    }

    .hyyylb_section .content ul li .a {
        padding: 12px;
    }

    .hyyylb_section .content ul li .a .picbox {
        width: 100%;
    }

    .hyyylb_section .content ul li .a .wordsbox {
        width: 100%;
        padding-left: 0;
        margin-top: 12px;
    }

    .hyyylb_section .content ul li .a .wordsbox .tit {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .hyyylb_section .content ul li .a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .hyyylb_section .content ul li .a .wordsbox .tit2 {
        padding-top: 12px;
    }

    /*20230117start*/
    .hyyylb_section .content ul li .a .wordsbox .listbox {
        height: auto;
    }

    /*20230117end*/
}



























































































































































































































































































































/*bwh*/
/*20221108start*/
.zhezhao {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.47);
}

.zhezhao.on {
    display: block;
}

.jianliP {
    display: none;
    float: left;
    width: 352px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    background: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 26px 39px 39px 39px;
}

.jianliP.on {
    display: block;
}

.jianliP h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: -6px;
}

.jianliP h1::after {
    float: left;
    width: 30px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    background: #1d499f;
}

/*20221109start*/
.jianliP .lab {
    float: left;
    width: 100%;
    position: relative;
    word-wrap: break-word;
    margin-top: 6px;
}

/*20221109end*/
.jianliP .labbox {
    position: relative;
    float: left;
    width: 100%;
}

/*20221112satrt*/
.jianliP .labbox .words {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 61%;
    display: block !important;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

/*20221112end*/
.jianliP .inputbox {
    width: 100%;
    position: relative;
    float: left;
}

.jianliP .inputbox .words {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 56%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jianliP .ljs {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    width: 100%;
    float: left;
    margin-bottom: 8px;
    margin-top: 4px;
}

.jianliP .text {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    height: 56px;
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    padding: 10px 0;
    margin-top: 10px;
    padding-left: 46px;
}

.jianliP .text2 {
    padding-left: 70px;
}

.jianliP div.text::after {
    float: right;
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0649c2;
}

.jianliP ul {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
    padding: 24px 0;
    z-index: 24;
}

.jianliP ul li {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 35px;
}

.jianliP ul li:hover {
    color: #0649c2;
}

.jianliP .submit {
    float: left;
    width: 100%;
    border: none;
    margin-top: 21px;
    background: #0649c2;
    height: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
}

.jianliP .yanzhengma {
    float: right;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 92px;
    height: 37px;
}

/*20221109satrt*/
.jianliP .file {
    cursor: pointer;
    float: left;
    margin-top: 16px;
    width: 77px;
    height: 77px;
    text-align: center;
    position: relative;
    border: 1px dashed #bfbfbf;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*20221109end*/
.jianliP .file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jianliP .file span {
    display: flex;
    position: relative;
    padding-top: 26px;
}

.jianliP .file span:after,
.jianliP .file span:before {
    float: left;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: #666666;
}

.jianliP .file span:after {
    width: 12px;
    height: 2px;
    margin: 5px 0 0 -6px;
}

.jianliP .file span:before {
    height: 12px;
    width: 2px;
    margin-left: -1px;
}

.jianliP .colse {
    float: right;
    width: 26px;
    line-height: 0;
    position: absolute;
    right: -20px;
    top: -14px;
    z-index: 32;
}

@media screen and (max-width: 767px) {
    .jianliP {
        width: 280px;
        padding: 15px 15px 20px 15px;
    }

    .jianliP h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .jianliP .colse {
        right: 10px;
        top: 10px;
    }

    .jianliP .text {
        margin-top: 5px;
        height: 46px;
        font-size: 15px;
        line-height: 29px;
        padding: 8px 0;
        padding-left: 46px;
    }

    .jianliP .text2 {
        padding-left: 70px;
    }

    .jianliP .submit {
        margin-top: 12px;
        height: 36px;
        line-height: 36px;
    }

    .jianliP .file {
        margin-top: 12px;
        width: 70px;
        height: 70px;
    }

    .jianliP .file span {
        padding-top: 20px;
    }


}

/*202211108end*/



.ditu {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    /*height:580px;*/
}

/*20230109start*/
.ditu .hd {
    float: left;
    position: absolute;
    left: 50%;
    top: 55px;
    z-index: 20;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
}

/*20230109end*/
.ditu .hd ul {
    display: flex;
}

.ditu .hd li {
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0 7px;
    width: 152px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
}

.ditu .hd li.slick-current {
    background: #0649c2;
}

.ditu .bd {
    float: left;
    width: 100%;
}

.ditu ._mapbox {
    float: left;
    width: 100%;
    height: 580px;
    z-index: 1;
}

.BMapLabel {
    border: none !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    width: 388px !important;
    padding: 20px 20px !important;
    white-space: normal !important;
    left: 70px !important;
    top: -36px !important;
}

.BMapLabel::after {
    float: right;
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    top: 45px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
}

.BMapLabel h4 {
    float: left;
    width: 100%;
    color: #0649c2;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.BMapLabel h6 {
    float: left;
    width: 100%;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 26px;
    display: flex;
}

.BMapLabel h6 font {
    white-space: nowrap;
}

.contact {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
}

.contact ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -10px;
}

.contact li {
    float: left;
    width: 20%;
    padding: 10px;
}

.contact li .la {
    float: left;
    width: 100%;
    position: relative;
    min-height: 100%;
    background: #f5f5f5;
    padding: 40px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.contact li .la:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact li:nth-child(1),
.contact li:nth-child(2),
.contact li:nth-child(3),
.contact li:nth-child(4),
.contact li:nth-child(5),
.contact li:nth-child(6) {
    width: 33.33%;
}

/*20221214start*/
.contact li:nth-child(7) {
    width: 50%;
}

/*.contact li:nth-child(8){ width:50%;}*/
/*20221214end*/
.contact li:nth-child(1) .la,
.contact li:nth-child(2) .la,
.contact li:nth-child(3) .la,
.contact li:nth-child(4) .la,
.contact li:nth-child(5) .la,
.contact li:nth-child(6) .la {
    padding: 20px 20px 20px 130px;
}

/*20221214start*/
.contact li:nth-child(7) .la {
    padding: 20px 135px 20px 130px;
}

/*.contact li:nth-child(8) .la{padding:20px 135px 20px 130px;}*/
/*20221214end*/
.contact li .ico {
    float: left;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 35px;
    top: 20px;
}

.contact li h5 {
    float: left;
    width: 100%;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 1px 0 10px 0;
}

.contact li h6 {
    float: left;
    width: 100%;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 3px;
}

.contact li h6 span {
    color: #0649c2;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    word-break: break-word;
    font-weight: bold;
}

.contact li h6 font {
    margin-right: 9px;
}

.contact li .a {
    float: right;
    position: absolute;
    right: 40px;
    top: 26px;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    padding-top: 35px;
    background: url(../images/h12.png) center top no-repeat;
}

.contact li .a:hover {
    color: #0649c2;
    background: url(../images/h11.png) center top no-repeat;
}

.contact li i {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
    position: relative;
    border: 1px dashed #dde2eb;
    border-bottom: none;
    padding: 17px 12px 0 12px
}

.contact li i img {
    max-width: 100%;
}

.contact li h4 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    color: #333333;
    font-size: 16px;
    position: relative;
    border: 1px dashed #dde2eb;
    border-top: none;
    padding: 0 12px 15px 12px;
}

.contact li h4 img {
    max-width: none;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.contact li i:after,
.contact li i:before,
.contact li h4:after,
.contact li h4:before {
    float: left;
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
}

.contact li i:after {
    left: -1px;
    top: -1px;
    border-top: 2px solid #0649c2;
    border-left: 2px solid #0649c2;
}

.contact li i:before {
    right: -1px;
    top: -1px;
    border-top: 2px solid #0649c2;
    border-right: 2px solid #0649c2;
}

.contact li h4:after {
    left: -1px;
    bottom: -1px;
    border-bottom: 2px solid #0649c2;
    border-left: 2px solid #0649c2;
}

.contact li h4:before {
    right: -1px;
    bottom: -1px;
    border-bottom: 2px solid #0649c2;
    border-right: 2px solid #0649c2;
}

.contact li .ewma {
    float: left;
    width: 100%;
}

.contact li .ewma:hover h4 {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .contact li .la {
        padding: 30px;
    }

    /*20230117satrt*/
    .contact li:nth-child(1) .la,
    .contact li:nth-child(2) .la,
    .contact li:nth-child(3) .la,
    .contact li:nth-child(4) .la,
    .contact li:nth-child(5) .la,
    .contact li:nth-child(6) .la {
        padding: 20px 20px 20px 80px;
    }

    .contact li:nth-child(7) .la {
        padding: 20px 135px 20px 80px;
    }

    .contact li .ico {
        left: 20px;
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    /*20230117end*/
    /*20230116satrt*/
    .contact li h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .contact li h6 span {
        display: block;
        font-size: 16px;
    }

    /*20230116end*/

}

@media screen and (max-width: 1024px) {
    .ditu {
        /*height:400px;*/
    }

    .ditu .hd {
        top: 30px;
    }

    .ditu .hd li {
        margin: 0 5px;
        font-size: 14px;
        line-height: 36px;
        width: 100px;
    }

    /*20230109satrt*/
    .ditu ._mapbox {
        height: auto;
    }

    /*20230109end*/
    .BMapLabel {
        width: 260px !important;
        padding: 12px 15px !important;
        left: -103px !important;
        top: 55px !important;
    }

    .BMapLabel::after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        left: 50%;
        top: 0;
        margin-top: -10px;
    }

    .BMapLabel h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .BMapLabel h6 {
        font-size: 14px;
        line-height: 22px;
    }


    .contact {
        padding: 20px 15px;
    }

    .contact li {
        padding: 5px;
        width: 33.33%;
    }

    .contact li .la {
        padding: 12px;
    }

    .contact li i {
        padding: 12px 12px 0 12px;
    }

    .contact li .ico {
        width: 64px;
        height: 64px;
        left: 10px;
        top: 50%;
        margin-top: -32px;
    }

    .contact li .a {
        right: 10px;
        top: 50%;
        margin-top: -28px;
    }

    .contact li h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .contact li h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .contact li h6 span {
        font-size: 17px;
    }

    .contact li h4 {
        font-size: 14px;
        line-height: 34px;
        padding: 0 12px 6px 12px;
    }

    .contact li h4 img {
        margin-right: 2px;
    }

    .contact li:nth-child(1),
    .contact li:nth-child(2),
    .contact li:nth-child(3),
    .contact li:nth-child(4),
    .contact li:nth-child(5),
    .contact li:nth-child(6) {
        width: 50%;
    }

    /*20221214start*/
    .contact li:nth-child(7) {
        width: 50%;
    }

    /*.contact li:nth-child(8){ width:50%;}*/
    /*20221214end*/
    .contact li:nth-child(1) .la,
    .contact li:nth-child(2) .la,
    .contact li:nth-child(3) .la,
    .contact li:nth-child(4) .la,
    .contact li:nth-child(5) .la,
    .contact li:nth-child(6) .la {
        padding: 12px 10px 12px 82px;
    }

    /*20221214start*/
    .contact li:nth-child(7) .la {
        padding: 12px 65px 12px 82px;
    }

    /*.contact li:nth-child(8) .la{padding:12px 65px 12px 82px;}*/
    /*20221214end*/
}

@media screen and (max-width: 767px) {
    .contact li h5 {
        margin: 0;
    }

    .contact li h6 {
        margin-bottom: 0;
    }

    .contact li h6 span {
        display: block;
    }

    .contact li {
        width: 50%;
    }

    .contact li:nth-child(1),
    .contact li:nth-child(2),
    .contact li:nth-child(3),
    .contact li:nth-child(4),
    .contact li:nth-child(5),
    .contact li:nth-child(6) {
        width: 100%;
    }

    /*20221214start*/
    .contact li:nth-child(7) {
        width: 100%;
    }

    /*.contact li:nth-child(8){ width:100%;}*/
    /*20221214end*/
}


._hcoact {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.licheng {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 65px 6.25% 72px 6.25%;
}

/*.licheng::after{ float:left; width:100%; height:100%; content:''; position:absolute; left:0; top:0; opacity:0.53; background:#0f295c; z-index:1;}*/
.licheng .text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 6;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 60px;
}

.licheng .tit {
    float: left;
    white-space: nowrap;
    width: 11%;
    position: relative;
    z-index: 6;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    padding: 7px 0 28px 0;
}

.licheng .tit::after {
    float: left;
    width: 52px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.licheng .list {
    float: left;
    width: 89%;
    position: relative;
    right: -3%;
    z-index: 6;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.licheng .list .li {
    float: left;
    width: 12.5%;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.licheng .list .li::after {
    float: left;
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px);
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: 34px;
    bottom: 15px;
    background: #fff;
    opacity: 0.33;
}

.licheng .list .li:last-child::after {
    display: none;
}

.licheng .list .li i {
    float: left;
    width: 56px;
    height: 56px;
    line-height: 0;
    position: relative;
}

.licheng .list .li i img {
    width: 100%;
}

.licheng .list .li i .show {
    display: block;
}

.licheng .list .li i .hide {
    display: none;
}

.licheng .list .li:hover i .show {
    display: none;
}

.licheng .list .li:hover i .hide {
    display: block;
}

.licheng .list .li h6 {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    /* margin: 5px 0 37px 0; */
    height: 60px;
}

.licheng .list .li h5 {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.licheng .list .li:hover h5 {
    border: 1px solid #0649c2;
    background: #0649c2;
}


@media screen and (max-width: 1024px) {
    ._hcoact {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .licheng {
        padding: 30px 15px;
    }

    .licheng .text {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .licheng .tit {
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 12px 0;
    }

    .licheng .tit::after {
        width: 36px;
    }

    .licheng .list {
        right: 0;
    }

    .licheng .list .li i {
        width: 40px;
        height: 40px;
    }

    .licheng .list .li h6 {
        font-size: 14px;
        line-height: 24px;
        margin: 5px 0 15px 0;
    }

    .licheng .list .li h5 {
        font-size: 12px;
        width: 26px;
        height: 26px;
        line-height: 24px;
    }

    .licheng .list .li::after {
        width: -webkit-calc(100% - 46px);
        width: -moz-calc(100% - 46px);
        width: calc(100% - 46px);
        margin-left: 23px;
        bottom: 13px;
    }

}

@media screen and (max-width: 767px) {
    .licheng .list {
        width: 100%;
        flex-wrap: wrap;
    }

    .licheng .list .li {
        width: 25%;
        margin-top: 20px;
    }

    .licheng .list .li:nth-child(4n)::after {
        display: none;
    }

}


.job {
    float: left;
    width: 100%;
    background: #fff;
    padding: 54px 40px 40px 40px;
}

.job h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-bottom: 16px;
}

.job h2::after {
    float: left;
    width: 52px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -26px;
    background: #1d499f;
}

.job .cont {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: 23px 0 27px 0;
}

.job .hd {
    float: left;
    width: 300px;
}

.job .hd li {
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    background: #f5f5f5;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    height: 71px;
    padding: 10px 52px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.job .hd li.on {
    background: #0649c2;
    color: #fff;
}

.job .bd {
    float: right;
    width: -webkit-calc(96% - 300px);
    width: -moz-calc(96% - 300px);
    width: calc(96% - 300px);
    position: relative;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
    color: #666666;
    font-size: 14px;
    line-height: 36px;
}

.job .bd .text {
    float: left;
    width: 100%;
    padding: 33px 6% 60px 6%;
}

.job .bd .p {
    float: left;
    width: 100%;
}

.job .bd .btn {
    float: left;
    position: relative;
    margin-top: 27px;
    padding: 0 54px 0 20px;
    background: #0649c2;
    border-radius: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
}

.job .bd .btn:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.job .bd .btn::after {
    float: right;
    width: 22px;
    height: 100%;
    content: '';
    position: absolute;
    right: 18px;
    top: 0;
    background: url(../picture/img64.png) center right no-repeat;
}

.job .bd ul {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    background: #cccccc;
    position: relative;
    padding: 10px 6%;
    height: 86px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job .bd ul::after {
    float: right;
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #cccccc;
    margin-top: -10px;
}

.job .bd ul li {
    float: left;
    line-height: 30px;
}

@media screen and (max-width: 1680px) {
    .job .bd ul {
        font-size: 18px;
        line-height: 28px;
    }

    .job .bd ul li {
        line-height: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .job {
        padding: 20px 15px 20px 15px;
    }

    .job h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 8px;
    }

    .job h2::after {
        width: 36px;
        margin-left: -18px;
    }

    .job .cont {
        font-size: 14px;
        line-height: 22px;
        margin: 15px 0 20px 0;
    }

    .job .bd {
        line-height: 26px;
        width: -webkit-calc(96% - 200px);
        width: -moz-calc(96% - 200px);
        width: calc(96% - 200px);
    }

    .job .bd ul {
        font-size: 15px;
        line-height: 26px;
        padding: 8px 15px;
        height: auto;
    }

    .job .bd ul li {
        line-height: 26px;
    }

    .job .bd .text {
        padding: 15px 15px 20px 15px;
    }

    .job .bd .btn {
        line-height: 40px;
        margin-top: 15px;
    }

    .job .hd {
        width: 200px;
    }

    .job .hd li {
        font-size: 15px;
        line-height: 26px;
        padding: 5px 15px;
        margin-bottom: 1px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .job {
        padding: 20px 15px 20px 15px;
    }

    .job .hd {
        width: 100%;
    }

    .job .bd {
        width: 100%;
        margin-top: 20px;
    }

    .job .bd ul::after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        left: 50%;
        top: 0;
        margin-top: -15px;
    }

    .job .hd {
        overflow-x: auto;
    }

    .job .hd::-webkit-scrollbar {
        display: none;
    }

    .job .hd ul {
        display: flex;
    }

    .job .hd li {
        white-space: nowrap;
    }

}


._Title {
    width: 100%;
    color: #2e2e2e;
    font-size: 40px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 33px;
}

._Title::after {
    float: left;
    width: 52px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0649c2;
}

.sy_section1-1 {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sy_section1-1 .qh_b ul {
    overflow: visible;
}

.sy_section1-1 .qh_b ul .l2 a {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}

.sy_section1-1 .qh_b ul .l2 a:hover .wordsbox .words_l .words1 {
    color: #0649c2;
}

.sy_section1-1 .qh_b ul .l2 a:hover .wordsbox::after {
    width: 0;
}

.sy_section1-1 .qh_b .slick-prev {
    width: 37px;
    height: 37px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -110px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.sy_section1-1 .qh_b .slick-next {
    width: 37px;
    height: 37px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -110px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.sy_section1-1 .qh_b .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.sy_section1-1 .qh_b .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.sy_section1-1 .qh_b .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -46px;
    left: auto;
    right: 15px;
    width: auto;
}

.sy_section1-1 .qh_b .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
    padding: 0 !important;
}

.sy_section1-1 .qh_b .slick-dots li.slick-active {
    background: #0649c2;
}


@media screen and (max-width: 1680px) {
    ._Title {
        font-size: 30px;
    }

    .sy_section1-1 .qh_b .slick-prev {
        top: -95px;
    }

    .sy_section1-1 .qh_b .slick-next {
        top: -95px;
    }

    .sy_section1-1 .qh_b .slick-dots {
        top: -30px;
    }
}

@media screen and (max-width: 1024px) {
    ._Title {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    ._Title::after {
        width: 36px;
    }

    .sy_section1-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section1-1 .qh_b .slick-prev {
        width: 30px;
        height: 30px;
        right: 50px;
        top: -60px;
    }

    .sy_section1-1 .qh_b .slick-next {
        width: 30px;
        height: 30px;
        right: 6px;
        top: -60px;
    }

    .sy_section1-1 .qh_b .slick-dots {
        top: -15px;
        right: 6px;
    }

}

@media screen and (max-width: 767px) {}


.sy_section1-2 {
    display: inline-block;
    position: relative;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.sy_section1-2::after {
    float: right;
    width: 150px;
    height: 150px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}

.sy_section1-2 .qh_b {
    position: relative;
    z-index: 6;
    margin-top: 50px;
}

.sy_section1-2 .qh_b ul {
    overflow: visible;
}

.sy_section1-2 .qh_b ul .l2 a {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}

.sy_section1-2 .qh_b ul .l2 a:hover .wordsbox .words_l .words1 {
    color: #0649c2;
}

.sy_section1-2 .qh_b ul .l2 a:hover .wordsbox::after {
    width: 0;
}

.sy_section1-2 .qh_b .slick-prev {
    width: 37px;
    height: 37px;
    background: url(../images/img137.png) no-repeat center center;
    background-size: cover;
    left: auto;
    right: 77px;
    top: -85px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.sy_section1-2 .qh_b .slick-next {
    width: 37px;
    height: 37px;
    background: url(../images/img138.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    top: -85px;
    border: 1px solid #A6A6A6;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.sy_section1-2 .qh_b .slick-prev:hover {
    background: url(../images/img139.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.sy_section1-2 .qh_b .slick-next:hover {
    background: url(../images/img140.png) no-repeat center center;
    background-size: cover;
    background-color: #0649c2;
    border-color: #0649c2;
}

.sy_section1-2 .qh_b .slick-dots {
    position: absolute;
    bottom: auto;
    height: 6px;
    text-align: center;
    top: -12px;
    left: auto;
    right: 15px;
    width: auto;
}

.sy_section1-2 .qh_b .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #C4C4C4;
    padding: 0 !important;
}

.sy_section1-2 .qh_b .slick-dots li.slick-active {
    background: #0649c2;
}


@media screen and (max-width: 1680px) {
    .sy_section1-2 .qh_b .slick-prev {
        top: -95px;
    }

    .sy_section1-2 .qh_b .slick-next {
        top: -95px;
    }

    .sy_section1-2 .qh_b .slick-dots {
        top: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section1-2 {
        padding-bottom: 15px;
    }

    .sy_section1-2 .qh_b {
        margin-top: 30px;
    }

    .sy_section1-2 .qh_b .slick-prev {
        width: 30px;
        height: 30px;
        right: 50px;
        top: -60px;
    }

    .sy_section1-2 .qh_b .slick-next {
        width: 30px;
        height: 30px;
        right: 6px;
        top: -60px;
    }

    .sy_section1-2 .qh_b .slick-dots {
        top: -15px;
        right: 6px;
    }

}

@media screen and (max-width: 767px) {}


.jxsp {
    background: #f6f6f6;
    padding-bottom: 105px;
}

.jxsp .bottom {
    display: block;
    width: 100%;
}

.jxsp .bottom .tit {
    font-size: 28px;
    color: #2e2e2e;
    line-height: 32px;
    margin-bottom: 32px;
}

.jxsp .bottom .border {
    width: 53px;
    height: 2px;
    background: #0649c2;
    margin-bottom: 30px;
}

.jxsp .bottom .ul {
    margin: 0 -15px;
}

.jxsp .bottom .ul .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.jxsp .bottom .ul .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    background: #d9d9d9;
}

.jxsp .bottom .ul .slick-dots li.slick-active {
    width: 20px;
    background: #0649c2;
}

.jxsp .bottom .ul .li {
    padding: 0 15px;
    float: left;
    width: 25%;
}

.jxsp .bottom .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

.jxsp .bottom .ul .li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/img136.png)no-repeat bottom center;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.jxsp .bottom .ul .li a .ba_pic {
    width: 100%;
    padding-bottom: 75.07%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.jxsp .bottom .ul .li a .ba_pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.jxsp .bottom .ul .li a:hover .ba_pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.jxsp .bottom .ul .li a .wrodsbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
    padding: 0 20px;
    overflow: hidden;
    z-index: 3;
}

.jxsp .bottom .ul .li a .wrodsbox .words {
    font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    float: left;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jxsp .bottom .ul .li a .wrodsbox img {
    width: 31px;
    float: right;
    display: block;
}

.jxsp .more {
    width: 132px;
    float: right;
}

.jxsp .more a {
    display: block;
    font-size: 0;
    text-align: center;
    background-color: #0649c2;
    border-radius: 23px;
}

.jxsp .more a:hover {
    opacity: 0.8;
}

.jxsp .more a .wrods {
    font-size: 14px;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.jxsp .more a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jxsp .left {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    background: #fff;
    margin-bottom: 60px;
}

.jxsp ._l {
    float: left;
    width: 50%;
    min-height: 100%;
    line-height: 0;
    position: relative;
    cursor: pointer;
}

/*20221109start*/
.jxsp ._l .ba_pic {
    padding-bottom: 51.25%;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.jxsp ._l .ba_pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*20221109end*/
.jxsp ._l .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    line-height: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.jxsp ._l .ico img {
    width: 100%;
}

.jxsp ._r {
    float: left;
    width: 50%;
    position: relative;
    padding: 4.3% 6% 3.6% 5%;
}

.jxsp ._r .tit {
    float: left;
    width: 100%;
    color: #0649c2;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.jxsp ._r .num {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 3.5% 0;
}

.jxsp ._r .num span {
    float: left;
    display: flex;
    align-items: center;
}

.jxsp ._r .num span:first-child {
    margin-right: 58px;
}

.jxsp ._r .num img {
    max-width: none;
    width: 26px;
    margin-right: 10px;
}

.jxsp ._r .info {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.jxsp ._r .btn {
    float: left;
    width: 132px;
    color: #0649c2;
    font-size: 14px;
    line-height: 44px;
    border-radius: 44px;
    border: 1px solid #0649c2;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jxsp ._r .btn i {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(../images/h29.1.png) center no-repeat;
}

.jxsp ._r .btn:hover {
    color: #fff;
    background: #0649c2;
}

.jxsp ._r .btn:hover i {
    background: url(../images/h29.png) center no-repeat;
}

.jxsp ._r .share {
    float: left;
    width: 100%;
    margin: 6.6% 0 5.3% 0;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.jxsp ._r .share span {
    float: left;
}

/*20221112satrt*/
.jxsp ._r .share a {
    margin: 0 5px !important;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.jxsp ._r .share .bds_weixin {
    background: url(../images/h32.png) 0 0 no-repeat !important;
}

.jxsp ._r .share .bds_sqq {
    background: url(../images/h32.png) -40px 0 no-repeat !important;
}

.jxsp ._r .share .bds_qzone {
    background: url(../images/h32.png) -80px 0 no-repeat !important;
}

/*20221112end*/
@media screen and (max-width: 1680px) {
    .jxsp .bottom .ul {
        margin: 0 -12px;
    }

    .jxsp .bottom .ul .li {
        padding: 0 12px;
    }

    .jxsp .bottom .ul .li a .wrodsbox {
        bottom: 18px;
        padding: 0 16px;
    }

    .jxsp .bottom .ul .li a .wrodsbox .words {
        font-size: 14px;
    }

    .jxsp .more {
        width: 110px;
    }

    .jxsp .more a {
        border-radius: 20px;
    }

    .jxsp .more a .wrods {
        line-height: 40px;
        margin-right: 10px;
    }

    .jxsp .more a img {
        width: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .jxsp {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .jxsp .bottom .ul {
        margin: 0 -6px;
    }

    .jxsp .bottom .ul .li {
        padding: 0 6px;
        width: 50%;
    }

    .jxsp .bottom .ul .li a .wrodsbox {
        bottom: 12px;
        padding: 0 12px;
    }

    .jxsp .bottom .ul .li a .wrodsbox .words {
        font-size: 14px;
        line-height: 26px;
        width: calc(100% - 36px);
    }

    .jxsp .bottom .ul .li a .wrodsbox img {
        width: 26px;
    }

    .jxsp .bottom .ul .slick-dots {
        margin-top: 20px;
    }

    .jxsp .bottom .ul .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 4px;
    }

    .jxsp .bottom .ul .slick-dots li.slick-active {
        width: 12px;
    }

    .jxsp .more {
        width: 100px;
    }

    .jxsp .more a {
        border-radius: 18px;
    }

    .jxsp .more a .wrods {
        line-height: 36px;
        margin-right: 8px;
    }

    .jxsp .more a img {
        width: 16px
    }

    .jxsp ._l .ico {
        width: 50px;
        height: 50px;
    }

    .jxsp .left {
        margin-bottom: 25px;
    }

    .jxsp ._r {
        padding: 20px 15px;
    }

    .jxsp ._r .tit {
        font-size: 18px;
        line-height: 28px;
    }

    .jxsp ._r .num {
        margin: 10px 0;
    }

    .jxsp ._r .num img {
        margin-right: 5px;
    }

    .jxsp ._r .num span:first-child {
        margin-right: 20px;
    }

    /*20221112satrt*/
    .jxsp ._r .info {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .jxsp ._r .btn {
        line-height: 40px;
    }

    .jxsp ._r .share {
        margin: 10px 0 15px 0;
        display: none;
    }

    /*20221112end*/
    .jxsp ._r .share a {
        margin: 0 3px !important;
    }

}

@media screen and (max-width: 767px) {
    .jxsp ._l {
        width: 100%;
    }

    /*20221109satrt*/
    /*.jxsp ._l .ba_pic img{ position:static;}*/
    /*20221109end*/
    .jxsp ._r {
        width: 100%;
    }


}


.hy_box {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 70px;
}

/*20230116satrt*/
.hy_list {
    width: 76.3%;
}

.hy_list::after {
    content: "";
    display: block;
    clear: both;
}

/*20230116end*/
.hy_list .list {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.hy_list ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    background: #FFF;
    position: relative;
}

.hy_list ul li::after {
    float: left;
    width: 0;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0649c2;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.hy_list ul li:hover::after {
    width: 100%;
}

.hy_list ul li a {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 320px;
    min-height: 198px;
}

.hy_list ul li .img {
    float: left;
    width: 265px;
    height: 212px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.hy_list ul li .img img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.hy_list ul li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.hy_list ul li .tit {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 6px 0;
}

.hy_list ul li .num {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 26px 0;
}

.hy_list ul li .num span {
    float: left;
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-top: 5px;
}

.hy_list ul li .num span:last-child {
    margin-right: 0 !important;
}

.hy_list ul li .num img {
    max-width: none;
    height: 26px;
    margin-right: 8px;
}

.hy_list ul li .info {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hy_list ul li .btn {
    float: left;
    width: 132px;
    color: #0649c2;
    font-size: 14px;
    line-height: 44px;
    border-radius: 44px;
    border: 1px solid #0649c2;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hy_list ul li .btn i {
    float: left;
    width: 22px;
    height: 7px;
    margin-left: 10px;
    background: url(../picture/img57_1.png) center no-repeat;
}

.hy_list ul li:hover .tit {
    color: #0649c2;
}

.hy_list ul li:hover .btn {
    color: #fff;
    background: #0649c2;
}

.hy_list ul li:hover .btn i {
    background: url(../picture/img64.png) center no-repeat;
}

.hy_r {
    float: right;
    width: 20%;
}

.hy_r .boxs2 {
    width: 100%;
    border: 1px solid #dedede;
}

.hy_r .boxs2 .tit {
    font-size: 20px;
    color: #333333;
    line-height: 56px;
    background: #dedede;
    text-align: center;
}

.hy_r .boxs2 ul {
    width: 100%;
    padding: 30px 9.4%;
}

.hy_r .boxs2 ul li {
    width: 100%;
    padding-bottom: 28px;
    margin-bottom: 26px;
    border-bottom: 1px solid #E4E4E4;
}

.hy_r .boxs2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.hy_r .boxs2 ul li a {
    display: block;
    width: 100%;
}

.hy_r .boxs2 ul li a .img {
    width: 100%;
    line-height: 0;
    margin-bottom: 24px;
}

.hy_r .boxs2 ul li a .info {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 14px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hy_r .boxs2 ul li a:hover .info {
    color: #0649c2;
}

.hy_r .boxs2 ul li a .info::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0649c2;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.hy_r .boxs2 ul li a .date {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    padding-left: 15px;
}


@media screen and (max-width: 1680px) {
    .hy_list ul li a {
        padding-left: 290px;
        min-height: 198px;
    }

    .hy_list ul li .num span {
        margin-right: 26px;
    }

    .hy_r .boxs2 .tit {
        font-size: 18px;
        line-height: 50px;
    }

    .hy_r .boxs2 ul {
        padding: 26px 16px;
    }

    .hy_r .boxs2 ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .hy_r .boxs2 ul li a .info {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

}

@media screen and (max-width: 1024px) {
    .hy_box {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .hy_list .list {
        margin-bottom: 10px;
    }

    .hy_list ul li {
        margin-bottom: 12px;
        padding: 10px;
    }

    .hy_list ul li::after {
        height: 2px;
    }

    .hy_list ul li a {
        padding-left: 140px;
        min-height: 97px;
    }

    .hy_list ul li .img {
        width: 130px;
        height: 97px;
        top: 4px;
    }

    .hy_list ul li .tit {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }

    .hy_list ul li .num {
        display: none;
        margin: 10px 0;
    }

    .hy_list ul li .num img {
        margin-right: 5px;
    }

    .hy_list ul li .num span:first-child {
        margin-right: 20px;
    }

    .hy_list ul li .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .hy_list ul li .btn {
        width: auto;
        line-height: 32px;
        border: none;
        margin-top: 0;
        font-size: 13px;
    }

    .hy_list ul li .btn i {
        margin-left: 5px;
    }

    .hy_list ul li:hover .btn {
        color: #0649c2;
        background: none;
    }

    .hy_list ul li:hover .btn i {
        background: url(../images/h6.1.png) center no-repeat;
    }

    .hy_r {
        width: 22%;
    }

    .hy_r .boxs2 .tit {
        font-size: 18px;
        line-height: 34px;
    }

    .hy_r .boxs2 ul {
        padding: 12px;
    }

    .hy_r .boxs2 ul li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .hy_r .boxs2 ul li a .img {
        margin-bottom: 10px;
    }

    .hy_r .boxs2 ul li a .info {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .hy_list {
        width: 100%;
    }

    .hy_r {
        width: 100%;
        float: none;
        margin-top: 30px;
        display: inline-block;
    }

    .hy_r .boxs2 ul li a .img {
        display: none;
    }

}


.hy_Det {
    padding-top: 60px;
}

._Title1 {
    display: inline-block;
    width: 100%;
    color: #666666;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    color: #2e2e2e;
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin: 26px 0 0 0;
}

._Title1:after {
    float: left;
    width: 52px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #0649c2;
}

.h_section {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
}

.h_section .text {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.h_section .list {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.h_section .list ul {
    margin: 0 -1px;
}

.h_section .list li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 1px;
    margin-top: 23px;
}

.h_section .list li i {
    float: left;
    width: 100%;
    line-height: 0;
}

.h_section .list li span {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
}

.cpxq_section .qh_l1 {
    float: left;
    width: 49.5%;
}

.cpxq_section .qh_l1 .li {
    width: 100%;
    line-height: 0;
    position: relative;
}

.cpxq_section .qh_l1 .li .ba_pic {
    width: 100%;
}

.cpxq_section .qh_l1 .li .ba_pic img {
    width: 100%;
}

.cpxq_section .qh_l1 .li .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.cpxq_section .qh_l1 .slick-dots {
    position: absolute;
    left: 0;
    z-index: 6;
    bottom: 16px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpxq_section .qh_l1 .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    background: #fff;
}

.cpxq_section .qh_l1 .slick-dots li.slick-active {
    width: 20px;
    background: #0649c2;
}

.cpxq_section .content .left .top ._r1 {
    width: 50.5%;
}

.cpxq_section .content .left .top ._r1 .tit {
    font-weight: bold;
}

.cpxq_section .content .left .top ._r1 .info {
    padding-bottom: 11%;
    margin-bottom: 7.1%;
}

.cpxq_section .content .left .top ._r1 .p {
    width: 100%;
    line-height: 46px;
}

.cpxq_section .content .left .top ._r1 .tel {
    float: left;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 20px;
}

.cpxq_section .content .left .top ._r1 .tel img {
    max-width: none;
    width: 25px;
    margin-right: 10px;
}

.cpxq_section .content .left .top ._r1 .zxzx {
    float: right;
    color: #0649c2;
    font-size: 14px;
    border: 1px solid #0649c2;
    border-radius: 46px;
    padding: 0 37px;
}

.cpxq_section .content .left .top ._r1 .zxzx:hover {
    background: #0649c2;
    color: #fff;
}

.hyTab {
    float: left;
    width: 100%;
    height: 62px;
}

.hyTab .nav-wrap {
    float: left;
    width: 100%;
    height: 62px;
}

.hyTab .navFix {
    position: fixed;
    top: 0;
    z-index: 110;
    background: #fff;
    left: 0;
    padding-left: 80px;
    padding-right: 80px;
}

.hyTab ul {
    background: #f4f4f4;
}

.hyTab ul li {
    float: left;
    width: 25%;
}

.hyTab ul li a {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    padding: 15px;
    text-align: center;
}

.hyTab ul li.active a {
    background: #0649c2;
    color: #fff;
}

.cpxq_section .content .right .boxs1 dl {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
}

.cpxq_section .content .right .boxs1 dd {
    display: inline-block;
    width: 100%;
    margin: 12px 0;
}

.cpxq_section .content .right .boxs1 dd .pic {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.cpxq_section .content .right .boxs1 dd .pic img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.cpxq_section .content .right .boxs1 dd:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.cpxq_section .content .right .boxs1 dd h5 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0 3px 0;
}

.cpxq_section .content .right .boxs1 dd h6 {
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cpxq_section .content .right .boxs1 dd:hover h5 {
    color: #0649c2;
}

.H_input {
    display: block;
    margin: 1.875% auto 0 auto;
    width: 314px;
    position: relative;
    border-radius: 44px;
    overflow: hidden;
}

.H_input .text {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 28px;
    color: #818181;
    font-size: 14px;
    padding: 8px 50px 8px 22px;
    border: none;
}

.H_input .submit {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 8px;
    top: 0;
    background: url(../picture/h55.png) center no-repeat;
}

@media screen and (max-width: 1024px) {
    ._Title1 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 12px;
        margin: 20px 0 0 0;
    }

    ._Title1:after {
        width: 36px;
    }

    .hy_Det {
        margin-top: 0;
        padding-top: 25px;
    }

    .h_section .text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 18px;
    }

    .h_section .list li {
        width: 25%;
        margin-top: 12px;
    }

    .h_section .list li span {
        font-size: 16px;
        line-height: 26px;
        margin-top: 5px;
    }

    .cpxq_section .content .left .top ._r1 {
        padding-left: 15px;
    }

    .hyTab {
        margin-top: 10px;
        height: 50px;
    }

    .hyTab .nav-wrap {
        float: left;
        width: 100%;
        height: 50px;
    }

    .hyTab .navFix {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hyTab ul li a {
        font-size: 14px;
        line-height: 30px;
        padding: 10px 6px;
    }

    .cpxq_section .content .left .top ._r1 .info {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .cpxq_section .content .left .top ._r1 .p {
        line-height: 32px;
    }

    .cpxq_section .content .left .top ._r1 .zxzx {
        padding: 0 20px;
    }

    .cpxq_section .content .left .top ._r1 .tel {
        font-size: 18px;
    }

    .cpxq_section .content .left .top ._r1 .tel img {
        margin-right: 6px;
    }

    .cpxq_section .content .right .boxs1 dl {
        padding: 8px 12px;
    }

    .cpxq_section .content .right .boxs1 dd {
        margin: 10px 0;
    }

    .cpxq_section .content .right .boxs1 dd h5 {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0 0;
    }

    .cpxq_section .content .right .boxs1 dd h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .H_input {
        margin: 2% auto 0 auto;
        width: 260px;
        border-radius: 36px;
    }

    .H_input .text {
        height: 34px;
        line-height: 24px;
        padding: 5px 50px 5px 15px;
    }

    .H_input .submit {
        width: 34px;
        height: 34px;
        right: 4px;
    }

}

@media screen and (max-width: 767px) {
    .cpxq_section .qh_l1 {
        width: 100%;
    }

    .cpxq_section .content .left .top ._r1 {
        width: 100%;
    }

    .cpxq_section .content .left .top ._r1 {
        padding-left: 0;
    }

    .h_section .list li {
        width: 50%;
    }
}

/*网站地图*/
.wzdt {
    width: 100%;
    float: left;
}

.wzdt li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #323232;
    padding: 10px 0;
}

.wzdt li .a1 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #323232
}

.wzdt li .a2 {
    float: left;
    text-align: center;
    padding-right: 10px;
    line-height: 24px;
    color: #323232
}



/*20221129start*/
.gy_section3 .content .ul .li .list a {
    position: relative;
    overflow: hidden;
}

.gy_section3 .content .ul .li .list a:after {
    position: absolute;
    left: 0;
    top: 150%;
    z-index: 3;
    content: '';
    float: left;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0649c2;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gy_section3 .content .ul .li .list .text {
    position: absolute;
    left: 0;
    top: 150%;
    z-index: 4;
    float: left;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.gy_section3 .content .ul .li .list a:hover:after {
    top: 0;
}

.gy_section3 .content .ul .li .list a:hover .text {
    top: 50%;
}


.sy_section4 .content ul li a {
    position: relative;
    overflow: hidden;
}

.sy_section4 .content ul li a:after {
    position: absolute;
    left: 0;
    top: 150%;
    z-index: 3;
    content: '';
    float: left;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0649c2;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sy_section4 .content ul li a .text {
    position: absolute;
    left: 0;
    top: 150%;
    z-index: 4;
    float: left;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.sy_section4 .content ul li a:hover:after {
    top: 0;
}

.sy_section4 .content ul li a:hover .text {
    top: 50%;
}




/*20221214start*/
.ditu .hd li.on {
    background: #0649c2;
}

.contact li:nth-child(7) {
    width: 100%;
}

.sy_banner .ul .li a .ba_pic {
    height: 100vh;
}

.sy_banner .ul .li a .ba_pic .hidden-xs {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ej_section ul li:last-child::after {
    display: none;
}


@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1024px) {
    .sy_section1 .qh_t .list {
        font-size: 14px;
        width: auto !important;
        line-height: 36px;
    }

    .cpyj_section .ejnavbox ul li a {
        font-size: 14px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .sy_banner .ul .li a .ba_pic {
        height: auto;
    }


}

.cpyj_section .ulbox1 {
    width: 100%;
    margin-bottom: 70px;
}

.cpyj_section .ulbox1 ul {
    margin: -10px;
    width: calc(100% + 20px);
}

.cpyj_section .ulbox1 ul::after {
    content: "";
    display: block;
    clear: both;
}

.cpyj_section .ulbox1 ul li {
    width: 25%;
    float: left;
    padding: 10px;
}

.cpyj_section .ulbox1 ul li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 18px 30px 30px 30px;
}

.cpyj_section .ulbox1 ul li a .pic {
    width: 100%;
    text-align: center;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.cpyj_section .ulbox1 ul li a .pic img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.cpyj_section .ulbox1 ul li a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.cpyj_section .ulbox1 ul li a .wordsbox {
    width: 100%;
}

/*20230117satrt*/
.cpyj_section .ulbox1 ul li a .wordsbox .tit {
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*20210117end*/
.cpyj_section .ulbox1 ul li a:hover .wordsbox .tit {
    color: #0649c2;
}

.cpyj_section .ulbox1 ul li a .wordsbox .info {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    height: 48px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cpyj_section .ulbox1 ul li a .wordsbox .more {
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpyj_section .ulbox1 ul li a .wordsbox .more i {
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: 12px;
    border: 1px solid #0649c2;
    position: relative;
}

.cpyj_section .ulbox1 ul li a .wordsbox .more i:after {
    float: left;
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #0649c2;
    border-right: 2px solid #0649c2;
    margin-left: -1px;
}

.cpyj_section .ulbox1 ul li a:hover .wordsbox .more {
    color: #0649c2;
}

@media screen and (max-width: 1680px) {
    .cpyj_section .ulbox1 {
        margin-bottom: 50px;
    }

    .cpyj_section .ulbox1 ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cpyj_section .ulbox1 ul li {
        padding: 6px;
    }

    .cpyj_section .ulbox1 ul li a {
        padding: 18px 20px 20px 20px;
    }

    /*20230116start*/
    .cpyj_section .ulbox1 ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .cpyj_section .ulbox1 ul li a .wordsbox .info {
        font-size: 14px;
    }

    /*20230116end*/
}

@media screen and (max-width: 1024px) {
    .cpyj_section .ulbox1 {
        margin-bottom: 20px;
    }

    .cpyj_section .ulbox1 ul {
        margin: -5px;
        width: calc(100% + 10px);
    }

    .cpyj_section .ulbox1 ul li {
        width: 50%;
        padding: 5px;
    }

    .cpyj_section .ulbox1 ul li a {
        padding: 12px;
    }

    .cpyj_section .ulbox1 ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        margin-bottom: 5px;
    }

    .cpyj_section .ulbox1 ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 12px;
    }

    .cpyj_section .ulbox1 ul li a .wordsbox .more i {
        width: 18px;
        height: 18px;
        margin-left: 8px;
    }

    .cpyj_section .ulbox1 ul li a .wordsbox .more i:after {
        width: 5px;
        height: 5px;
        border-top: 1px solid #0649c2;
        border-right: 1px solid #0649c2;
    }

}


.Support_offline {
    background: #fff;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 20px;
}

.Support_offline ._box {
    margin: 0 auto;
    max-width: 1056px;
    flex-wrap: wrap;
    display: flex;
    min-height: 588px;
}

.Support_offline ._box1 {
    margin: 0 auto;
    max-width: 1105px;
    flex-wrap: wrap;
    display: flex;
    min-height: 588px;
}

.Support_offline ._slide {
    float: left;
    width: 195px;
    border-right: 1px solid #eaeaea;
    padding: 30px 0;
}

.Support_offline ._slide ul {
    float: left;
    width: 100%;
}

.Support_offline ._slide ul li {
    float: left;
    width: 100%;
}

.Support_offline ._slide ul li a {
    float: left;
    width: 100%;
    padding: 0 30px;
    position: relative;
}

.Support_offline ._slide ul li a.la1 {
    color: #333333;
    font-size: 18px;
    line-height: 34px;
}

.Support_offline ._slide ul li a.la1:after {
    float: left;
    width: 3px;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    background: #0649c2;
    z-index: 6;
    -oz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Support_offline ._slide ul li a.la2 {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.Support_offline ._slide ul li a:hover {
    color: #0649c2;
}

.Support_offline ._slide ul .l1.on .la1 {
    color: #0649c2;
}

.Support_offline ._slide ul .l1.on .la1:after,
.Support_offline ._slide ul .l1 .la1:hover:after {
    height: 22px;
}

/*20221219start*/
.Support_offline ._slide ul .l1.on .l2.on .la2 {
    color: #0649c2;
}

/*20221219end*/
.Support_offline ._slide .ul2 {
    margin-top: 8px;
}

.Support_offline ._slide .l1 {
    margin-bottom: 57px;
}

.Support_offline ._slide .l1:last-child {
    margin-bottom: 0 !important;
}

.Support_offline ._right {
    float: right;
    width: -webkit-calc(95.3% - 195px);
    width: -moz-calc(95.3% - 195px);
    width: calc(95.3% - 195px);
    margin: 38px 0 38px 4.7%;
}

.Support_offline .list1 {
    float: left;
    width: 100%;
}

.Support_offline .list1 ul {
    flex-wrap: wrap;
    display: flex;
    margin: -15px;
}

.Support_offline .list1 ul li {
    float: left;
    width: 25%;
    padding: 15px;
}

.Support_offline .list1 ul li a {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 100%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    padding: 10px;
}

.Support_offline .list1 ul li .pic {
    float: left;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.Support_offline .list1 ul li .wordsbox {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
}

.Support_offline .list1 ul li .wordsbox i {
    margin-left: 10px;
    display: flex;
    width: 17px;
    height: 17px;
    background: url(../images/_img2.png) center no-repeat;
}

.Support_offline .list1 ul li a:hover .wordsbox {
    color: #0649c2;
}

.Support_offline .list1 ul li a:hover .wordsbox i {
    background: url(../images/_img2.1.png) center no-repeat;
}

.Support_offline .bnt {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.Support_offline .bnt ul {
    flex-wrap: wrap;
    display: flex;
    margin: -15px;
}

.Support_offline .bnt ul li {
    float: left;
    width: 50%;
    padding: 15px;
}

.Support_offline .bnt ul li a {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0649c2;
    font-size: 16px;
    line-height: 34px;
    padding: 10px;
    border: 1px solid #0649c2;
}

.Support_offline .bnt ul li a:hover {
    background: #0649c2;
    color: #fff;
}

.Support_offline .bnt ul li a i {
    display: block;
    line-height: 0;
    width: 28px;
    margin-right: 12px;
}

.Support_offline .bnt ul li a i img {
    width: 100%;
}

.Support_offline .bnt ul li a i img.img2 {
    display: none;
}

.Support_offline .bnt ul li a:hover i img.img1 {
    display: none;
}

.Support_offline .bnt ul li a:hover i img.img2 {
    display: block;
}

.Support_offline .bnt-1 ul {
    margin: -9px;
}

.Support_offline .bnt-1 ul li {
    width: 33.33%;
    padding: 9px;
}

/*20230116start*/
@media screen and (max-width: 1680px) {
    .Support_offline {
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .Support_offline ._box {
        margin: 0 auto;
        max-width: 900px;
        flex-wrap: wrap;
        display: flex;
        min-height: 588px;
    }

    .Support_offline ._box1 {
        margin: 0 auto;
        max-width: 1105px;
        flex-wrap: wrap;
        display: flex;
        min-height: 588px;
    }

    .Support_offline ._slide {
        float: left;
        width: 195px;
        border-right: 1px solid #eaeaea;
        padding: 30px 0;
    }

    .Support_offline ._slide ul {
        float: left;
        width: 100%;
    }

    .Support_offline ._slide ul li {
        float: left;
        width: 100%;
    }

    .Support_offline ._slide ul li a {
        float: left;
        width: 100%;
        padding: 0 30px;
        position: relative;
    }

    .Support_offline ._slide ul li a.la1 {
        font-size: 16px;
        line-height: 26px;
    }

    .Support_offline ._slide ul li a.la1:after {
        float: left;
        width: 3px;
        height: 0;
        content: '';
        position: absolute;
        top: 50%;
        right: -2px;
        background: #0649c2;
        z-index: 6;
        -oz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .Support_offline ._slide ul li a.la2 {
        font-size: 12px;
        line-height: 24px;
    }

    .Support_offline ._slide ul .l1.on .la1:after,
    .Support_offline ._slide ul .l1 .la1:hover:after {
        height: 22px;
    }

    /*20221219start*/
    .Support_offline ._slide ul .l1.on .l2.on .la2 {
        color: #0649c2;
    }

    /*20221219end*/
    .Support_offline ._slide .ul2 {
        margin-top: 8px;
    }

    .Support_offline ._slide .l1 {
        margin-bottom: 57px;
    }

    .Support_offline ._slide .l1:last-child {
        margin-bottom: 0 !important;
    }

    .Support_offline ._right {
        float: right;
        width: -webkit-calc(95.3% - 195px);
        width: -moz-calc(95.3% - 195px);
        width: calc(95.3% - 195px);
        margin: 38px 0 38px 4.7%;
    }

    .Support_offline .list1 {
        float: left;
        width: 100%;
    }

    .Support_offline .list1 ul {
        flex-wrap: wrap;
        display: flex;
        margin: -15px;
    }

    .Support_offline .list1 ul li {
        float: left;
        width: 25%;
        padding: 15px;
    }

    .Support_offline .list1 ul li a {
        padding: 6px 10px;
    }

    /*20230117satrt*/
    .Support_offline .list1 ul li .pic {
        float: none;
        width: 60%;
        line-height: 0;
        overflow: hidden;
        margin: 0 auto;
    }

    .Support_offline .list1 ul li .wordsbox {
        font-size: 12px;
        line-height: 20px;
        margin: 5px 0;
        float: none;
    }

    .Support_offline .list1 ul li .wordsbox::after {
        content: "";
        display: block;
        clear: both;
    }

    /*20230117end*/
    .Support_offline .list1 ul li .wordsbox i {
        margin-left: 10px;
        display: flex;
        width: 17px;
        height: 17px;
        background: url(../images/_img2.png) center no-repeat;
    }

    .Support_offline .list1 ul li a:hover .wordsbox {
        color: #0649c2;
    }

    .Support_offline .list1 ul li a:hover .wordsbox i {
        background: url(../images/_img2.1.png) center no-repeat;
    }

    .Support_offline .bnt {
        float: left;
        width: 100%;
        margin-top: 35px;
    }

    .Support_offline .bnt ul {
        flex-wrap: wrap;
        display: flex;
        margin: -15px;
    }

    .Support_offline .bnt ul li {
        float: left;
        width: 50%;
        padding: 15px;
    }

    .Support_offline .bnt ul li a {
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
        border: 1px solid #0649c2;
    }

    .Support_offline .bnt ul li a i {
        display: block;
        line-height: 0;
        width: 22px;
        margin-right: 12px;
    }

    .Support_offline .bnt ul li a i img {
        width: 100%;
    }

    .Support_offline .bnt ul li a i img.img2 {
        display: none;
    }

    .Support_offline .bnt ul li a:hover i img.img1 {
        display: none;
    }

    .Support_offline .bnt ul li a:hover i img.img2 {
        display: block;
    }

    .Support_offline .bnt-1 ul {
        margin: -9px;
    }

    .Support_offline .bnt-1 ul li {
        width: 33.33%;
        padding: 9px;
    }
}

/*20230116end*/

@media screen and (max-width: 1024px) {
    .Support_offline .list1 ul {
        margin: -6px;
    }

    .Support_offline .list1 ul li {
        width: 50%;
        padding: 6px;
    }

    .Support_offline .list1 ul li a {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    }

    .Support_offline .bnt ul {
        margin: -6px;
    }

    .Support_offline .bnt ul li {
        padding: 6px;
    }

    .Support_offline .bnt ul li a {
        font-size: 14px;
        line-height: 28px;
        padding: 6px;
    }

    .Support_offline .bnt ul li a i {
        margin-right: 6px;
    }
}

@media screen and (max-width: 767px) {
    .Support_offline ._box {
        height: auto;
    }

    .Support_offline ._box1 {
        height: auto;
    }

    .Support_offline ._slide {
        width: 100%;
        padding: 10px 0;
    }

    .Support_offline ._slide ul li a {
        padding: 0 15px 0 0;
    }

    .Support_offline ._slide ul li a.la1 {
        font-size: 16px;
        line-height: 28px;
    }

    .Support_offline ._slide ul li a.la2 {
        line-height: 26px;
    }

    .Support_offline ._slide ul .l2 {
        width: 50%;
    }

    .Support_offline ._slide .ul2 {
        margin-top: 4px;
    }

    .Support_offline ._slide .l1 {
        margin-bottom: 15px;
    }

    .Support_offline ._right {
        width: 100%;
        margin: 20px 0;
    }

    .Support_offline .bnt {
        margin-top: 25px;
    }

    .Support_offline .bnt ul li a {
        font-size: 13px;
    }

    .Support_offline .bnt-1 ul li:first-child {
        width: 100%;
    }

    .Support_offline .bnt-1 ul li {
        width: 50%;
    }
}



._mulu0 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

._mulu {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

._mulu ul {
    flex-wrap: wrap;
    display: flex;
    margin: -12px;
}

._mulu li {
    float: left;
    width: 50%;
    padding: 12px;
}

._mulu li .a {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
}

._mulu li .a .picbox {
    float: left;
    min-width: 139px;
    width: 139px;
    overflow: hidden;
    line-height: 0;
    margin-right: 20px;
}

._mulu li .a .picbox img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

._mulu li .a:hover .picbox img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

._mulu li .a .wrodsbox {
    float: left;
    width: 100%;
    display: grid;
}

._mulu li .a .wrodsbox .tit {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._mulu li .a:hover .wrodsbox .tit {
    color: #0649c2;
}

._mulu li .a .wrodsbox .info {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

._mulu li .a .wrodsbox .listbox {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

._mulu li .a .wrodsbox .listbox .list {
    float: left;
    display: flex;
    align-items: center;
}

._mulu li .a .wrodsbox .listbox .list .ico {
    width: 19px;
    display: flex;
    margin-right: 8px;
}

._mulu li .a .wrodsbox .listbox .list .ico img {
    width: 100%;
    display: block;
}

._mulu li .a .wrodsbox .listbox .list .ico img.img2 {
    display: none;
}

._mulu li .a .wrodsbox .listbox .list:hover .ico img.img1 {
    display: none;
}

._mulu li .a .wrodsbox .listbox .list:hover .ico img.img2 {
    display: block;
}

._mulu li .a .wrodsbox .listbox .list .words {
    font-size: 12px;
    color: #6c6c6c;
    line-height: 22px;
    display: flex;
}

._mulu li .a .wrodsbox .listbox .list:hover .words {
    color: #0649c2;
}

@media screen and (max-width: 1024px) {
    ._mulu ul {
        margin: -6px;
    }

    ._mulu li {
        width: 100%;
        padding: 6px;
    }

    ._mulu li .a {
        padding: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    }

    ._mulu li .a .picbox {
        min-width: 130px;
        width: 130px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    ._mulu li {
        width: 100%;
    }

    ._mulu li .a .wrodsbox .tit {
        font-size: 15px;
    }

    ._mulu li .a .wrodsbox .listbox {
        margin-top: 5px;
    }

    ._mulu li .a .wrodsbox .listbox .list .ico {
        margin-right: 4px;
    }

}


/*20221214end*/


/*20221219start*/
.ditu .hd ul {
    display: block;
}

.ditu .hd ul li {
    white-space: nowrap;
}

.Support_offline {
    left: 0;
}

.Support_offline ._slide {
    position: relative;
    min-height: 688px;
}

.Support_offline ._right {
    position: relative;
}

.Support_offline ._box0 {
    float: left;
    width: 100%;
    min-height: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.Support_offline ._box0.on {
    position: relative;
    z-index: 6;
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .Support_offline ._right {
        margin: 15px 0 15px 4.7%;
    }

    .Support_offline .list1 ul {
        margin: -8px;
    }

    .Support_offline .list1 ul li {
        padding: 8px;
    }

    .Support_offline .bnt {
        margin-top: 25px;
    }

    .Support_offline .bnt ul li a {
        padding: 5px 10px;
    }

    .Support_offline ._slide {
        padding: 15px 0;
    }

    .Support_offline ._slide .l1 {
        margin-bottom: 35px;
    }

    ._mulu {
        margin: 15px 0 0 0;
    }

    ._mulu ul {
        margin: -6px;
    }

    ._mulu li {
        padding: 6px;
    }

    ._mulu li .a {
        padding: 8px;
    }

    ._mulu li .a .picbox {
        margin-right: 15px;
    }

}

@media screen and (max-width: 1024px) {
    .t_navs .xialaph font {
        float: left;
        width: 100%;
        position: relative;
    }

    .t_navs .xialaph font img {
        width: 11px;
        height: 6px;
        float: right;
        margin-top: -20px;
        margin-right: 18px;
        cursor: pointer;
    }

    .t_navs .xialaph font.active img.img_s {
        display: none;
    }

    .t_navs .xialaph font.active img.img_d {
        display: block;
    }

    .t_navs .xialaph .ul4 {
        display: none;
        float: left;
        width: 100%;
        padding: 0 10px;
    }

    .t_navs .xialaph .ul3 li:hover a {
        color: #333;
    }

    .t_navs .xialaph h5.active a {
        color: #0649c2;
    }

    .t_navs .xialaph font.active a {
        color: #0649c2 !important;
    }

    .t_navs .xialaph .ul4 li:hover a {
        color: #0649c2;
    }

}


/*20221219end*/
.bsBox {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.bsBox .bsTop {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}



/*20230222start*/
.jszc_section3 .content .qh_r ul li a .wordsbox .tit,
.cpxq_section .content .right .boxs1 ul li a .wrodsbox .words,
.cpxq_section .content .right .boxs2 ul li a .info {
    font-size: 16px;
}

.cpxq_section .content .right .boxs1 .tit,
.cpxq_section .content .right .boxs2 .tit {
    font-size: 18px;
}

.xwlb_section .content ul li a .datebox .date1 {
    font-size: 20px;
}

.xwlb_section .content ul li a .datebox .date2 {
    font-size: 30px;
    line-height: 40px;
}


/*20230222end*/
.hybox ul {
    display: flex;
    /* flex-wrap: wrap; */
}
.hybox .hybox_li {
    width: 17%;
    /* height: 440px; */
    padding-right: 5px;
    position: relative;
    overflow: hidden;
}
/* .hybox .hybox_li:hover {
    width: 33%;
} */
.hybox .hybox_li2{
    width: 33%;
   

}
@media screen and (max-width: 1024px) {
    .hybox ul {
        display: flex;
        flex-wrap: wrap;
    }
    .hybox .hybox_li{
        width: 100%;
    overflow: hidden;

        /* height: 350px; */
    
    }
}

.hyboxbj{
    position: absolute;
    background-color: #e76b16;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.9;
    display: none;
    padding: 40px;
}

.hyboxbj2{
   display: block;
}
.hyboxbj_bt{
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
.hyboxbj_jj{
    color: #fff;
    font-size: 12px;

}
.hyboxbj_but{
    margin-top: 40%;
    width: 140px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
}
.hybox .hybox_li:nth-child(5) {
    padding-right: 0px;
}
.hybox .hybox_li:hover .hybox_liimg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.hybox_liimg {
    width: 100%;
    height: 100%;
}

.box-item{
    width:200px;
    height: auto;
    margin-top: 60px;
}
.num1 {
    font-family: 'MontserratBold';
    font-size: 71px;
    letter-spacing: -5px;
    color: #0649c2;
    position: relative;
}
.item-top em {
    
    margin-left:20px;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 60px;
    right: -30px;
}
.item-top em::after {
    content: '+';
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 24px;
    color: #0649c2;
}
.box-item .item-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.right-item{
    position: absolute;

}
.item-add{
    width: 23px;
    cursor: pointer;
}
 .right-item .item-add::after .item-cent {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    width: 28px;
    height: 28px;
    background: #d1242c;
    border-radius: 50%;
    opacity: 0.21;
    z-index: -1;
    animation: isScale 0.8s linear infinite;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
 .right-item .item-cent {
    position: absolute;
    top: 30px;
    left: 50%;
    width:100px;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #333;
    opacity: 0;
    visibility: hidden;
    z-index: 19;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
 .right-item:hover .item-cent {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }

  /*分页*/
.fenye {width:100%;text-align:center; margin:20px 0;}
.fenye .xiaocms-page {display:inline-block;}
.fenye .xiaocms-page a,.fenye .xiaocms-page span {display:inline-block;padding:0 13px;text-align:center;line-height:34px;margin:0 5px 10px 5px;border:#dddddd solid 1px;overflow:hidden;font-size:13px;color:#999999;}
.fenye .xiaocms-page a:hover {background:#0649c2;color:#fff!important;border:#0649c2 solid 1px;}
.fenye .xiaocms-page span {background:#0649c2;color:#fff;border:#0649c2 solid 1px;}