@charset "UTF-8";

body {
    background-image: url(../../Upload/png/20231204/b01g.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*主体宽度*/
.w_1680 {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

.w_1340 {
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1680px) {
    .w_1680 {
        max-width: 87.5%;
    }

    .w_1340 {
        max-width: 69.79%;
    }
}

@media screen and (max-width: 1050px) {
    .w_1680 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .w_1340 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*顶部导航*/
body.on {
    overflow: hidden;
    height: 100vh;
}

.wyb_s {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.t_navs {
    width: 100%;
}

.t_navs::after {
    content: "";
    display: block;
    clear: both;
}

/*正常屏幕显示*/
.t_navs .top {
    width: 100%;
    float: left;
    position: relative;
}

/*logo*/
.t_navs .top .logo {
    margin: 16px 0;
    line-height: 0;
    float: left;
}

.t_navs .top .logo img {
    width: auto;
    height: 56px;
}

/*一级导航*/
.t_navs .top .menu {
    float: left;
    width: calc(100% - 406px);
    text-align: center;
    padding-left: 10px;
}

.t_navs .top .menu .u1 {
    display: inline-block;
}

.t_navs .top .menu .u1::after {
    content: "";
    display: block;
    clear: both;
}

.t_navs .top .menu .nli {
    float: left;
    position: relative;
    padding: 0 10px;
}

.t_navs .top .menu .nli span a {
    display: block;
    color: #ffffff;
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    line-height: 88px;
}

.t_navs .top .menu .nli span a:hover {
    color: #0280FF;
}


/*鼠标经过样式*/
.t_navs .top .menu .nli.on span a::after,
.t_navs .top .menu .nli:hover span a::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #0280FF;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -15px;
}

/*二级导航*/
.t_navs .top .sub {
    display: none;
    position: absolute;
    width: 170px;
    top: 80px;
    left: 50%;
    margin-left: -85px;
    background: #fff;
    z-index: 4;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.t_navs .top .sub .l2 {
    width: 100%;
}

.t_navs .top .sub .l2 a {
    display: block;
    color: #555;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.t_navs .top .sub .l2 a:hover {
    color: #fff;
    background: #047bf7;
}

/*电话*/
.t_navs .top .phone {
    float: right;
    margin-right: 16px;
    font-size: 0;
}

.t_navs .top .phone img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.t_navs .top .phone .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 88px;
    display: inline-block;
    vertical-align: middle;
}

.t_navs .top .yybox {
    float: right;
    margin: 24px 0;
}

.t_navs .top .yybox a {
    display: block;
    width: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    text-align: center;
}

.t_navs .top .yybox a.a2 {
    display: none;
}

.t_navs .top .yybox.on a.a1 {
    display: none;
}

.t_navs .top .yybox.on a.a2 {
    display: block;
}

/* 二级导航 */
.menus1 {
    display: flex;
    color: #000;
    width: 1920px;
    height: 480px;
    background: #FFFFFF;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.14);
    margin-left: -300px;
    padding-left: 177px;
    margin-top: -12px
}

.menus1::after {
    content: '';
    width: 536px;
    height: 428px;
    background-image: url(../../Upload/png/202308/production_bg.png);
    background-repeat: no-repeat;
    margin-top: 34px;
    margin-left: -238px;
}

.menus1 ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #0280FF;
    border: 2px solid #B4D9FF;
    border-radius: 50%;
    margin-right: 7px;
}

.menus1 ul li a {
    height: 70px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 67px;
}

.menus1 ul li a:hover {
    color: #0280FF;
}


.menus1 .szh,
.menus1 .alot,
.menus1 .zn {
    width: 430px;
    height: 100%;
    text-align: left;
    z-index: 999;
}

.menus1 .line {
    width: 420px;
    height: 2px;
    background: #E0E0E0;
}

.menus1 .alot {
    margin-left: 65px;
    margin-right: 65px;
}

.menus1 h3 {
    font-size: 20px;
    font-family: ' Microsoft YaHei';
    font-weight: bold;
    color: #0280FF;
    line-height: 72px;
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .menus1 {
        width: 1680px;
        height: 412px;
        margin-top: -17px;
    }

    .menus1 .line {
        width: 400px;
    }

    .menus1 .szh {
        width: 400px;
    }

    .menus1::after {
        content: '';
        width: 466px;
        height: 368px;
        margin-left: -375px;
        background-size: cover;
    }

    .menus1 ul li a {
        line-height: 60px;
        font-size: 15px;
    }

    .menus1 h3 {
        font-size: 18px;
        line-height: 60px;
    }

    .menus1 .szh,
    .menus1 .alot,
    .menus1 .zn {
        width: 400px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }

    .menus1 {
        width: 1448px;
        height: 358px;
        margin-top: -7px;
    }

    .menus1 .line {
        width: 370px;
    }

    .menus1::after {
        content: '';
        width: 366px;
        height: 288px;
        margin-left: -315px;
        background-size: cover;
    }

    .menus1 ul li a {
        height: 52px;
        line-height: 52px;
        font-size: 15px;
    }

    .menus1 h3 {
        font-size: 17px;
        line-height: 50px;
    }

    .menus1 .szh,
    .menus1 .alot,
    .menus1 .zn {
        width: 370px;
    }

    .menus1 .alot {
        margin-left: 40px;
        margin-right: 40px;
    }

    .menus1 .zn {
        width: 400px;
    }

    .menus1 ul li::before {
        content: '';
        margin-right: 5px
    }

}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }

    .menus1 {
        width: 1379px;
        height: 328px;
        margin-top: -6px;
    }

    .menus1 .line {
        width: 350px;
    }

    .menus1 .szh {
        width: 350px;
    }

    .menus1::after {
        content: '';
        width: 466px;
        height: 368px;
        margin-left: -375px;
        background-size: cover;
    }

    .menus1 ul li a {
        line-height: 50px;
        font-size: 13px;
    }

    .menus1 h3 {
        font-size: 17px;
        line-height: 45px;
    }

    .menus1 .szh,
    .menus1 .alot,
    .menus1 .zn {
        width: 350px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .menus1 {
        width: 1298px;
        height: 293px;
        margin-top: -5px;
    }

    .menus1 .line {
        width: 347px;
    }

    .menus1 .szh {
        width: 347px;
    }

    .menus1::after {
        content: '';
        width: 276px;
        height: 218px;
        margin-left: -265px;
        background-size: cover;
    }

    .menus1 ul li a {
        line-height: 43px;
        font-size: 13px;
    }

    .menus1 h3 {
        font-size: 17px;
        line-height: 45px;
    }

    .menus1 .alot {
        margin-left: 35px;
        margin-right: 35px;
    }

    .menus1 .szh,
    .menus1 .alot,
    .menus1 .zn {
        width: 347px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }
}





/*隐藏手机显示*/
.t_navs .menuph {
    display: none;
}

.t_navs .xialaph {
    display: none;
}

@media screen and (max-width:1680px) {
    .t_navs .top .logo {
        margin: 10px 0;
    }

    .t_navs .top .logo img {
        height: 50px;
    }

    .t_navs .top .menu {
        width: calc(100% - 358px);
        padding-left: 6px;
    }

    .t_navs .top .menu .nli {
        padding: 0 8px;
    }

    .t_navs .top .menu .nli span a {
        padding: 0 12px;
        font-size: 16px;
        line-height: 70px;
    }

    .t_navs .top .menu .nli.on span a::after,
    .t_navs .top .menu .nli:hover span a::after {
        width: 26px;
        bottom: 0;
        margin-left: -13px;
    }

    .t_navs .top .sub {
        width: 160px;
        top: 100%;
        margin-left: -80px;
    }

    .t_navs .top .sub .l2 a {
        font-size: 14px;
        ;
        line-height: 44px;
    }

    .t_navs .top .phone {
        margin-right: 14px;
    }

    .t_navs .top .phone img {
        margin-right: 6px;
    }

    .t_navs .top .phone .words {
        font-size: 16px;
        line-height: 70px;
    }

    .t_navs .top .yybox {
        margin: 19px 0;
    }

    .t_navs .top .yybox a {
        width: 34px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media screen and (max-width:1360px) {

    .t_navs .top .menu .nli span a {
        padding: 0 3px;
    }

}

@media screen and (max-width:1260px) {
    .t_navs .top .menu .nli {
        padding: 0 4px;
    }

    .t_navs .top .menu .nli span a {
        padding: 0 3px;
    }
}

@media screen and (max-width:1160px) {
    .t_navs .top .menu .nli {
        padding: 0;
    }

    .t_navs .top .menu .nli span a {
        padding: 0 6px;
    }
}

@media screen and (max-width:1024px) {

    /*电脑端导航隐藏*/
    .t_navs .menu {
        display: none;
    }

    .t_navs .top .phone {
        display: none;
    }

    .t_navs .top .yybox {
        display: none;
    }

    /*手机端导航显示*/
    .t_navs .menuph {
        display: block;
        float: right;
    }

    .t_navs .xialaph {
        display: block;
    }

    /*手机端样式*/
    .t_navs .top {
        padding: 0 15px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        background: #047bf7;
    }

    /*logo*/
    .t_navs .top .logo {
        margin: 10px 0;
    }

    .t_navs .top .logo img {
        height: 30px;
    }

    /*右侧三条杠*/
    .t_navs .menuph {
        float: right;
        width: 28px;
        height: 22px;
        cursor: pointer;
        text-align: center;
        margin: 14px 0;
    }

    .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: #fff;
        -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 .menuph .navbtn::after,
    .t_navs .menuph .navbtn::before {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 2px;
        content: '';
        background: #fff;
        -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 .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: 0;
        top: 0;
        float: left;
        width: 100%;
        height: 100%;
        overflow: scroll;
        padding: 46px 15px 100px 15px;
        display: none;
        z-index: 3;
        background: #fff;
    }

    .t_navs .xialaph .ul2,
    .t_navs .xialaph .ul3 {
        display: none;
    }

    .t_navs .xialaph h4 a {
        float: left;
        width: 60%;
        color: #333333;
        line-height: 50px;
        font-size: 16px;
    }

    .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: #047bf7;
    }

    .t_navs .xialaph h5 a {
        float: left;
        width: 100%;
        color: #1f1f1f;
        line-height: 40px;
        /* text-transform: uppercase; */
        font-size: 14px;
    }

    .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: 24px;
        cursor: pointer;
    }

    .t_navs .xialaph h5 img {
        width: 11px;
        height: 6px;
        float: right;
        margin-top: -25px;
        margin-right: 18px;
        cursor: pointer;
    }

    .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;
    }

    .sub-page a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        
    }

    /* hrm */
    /* .t_navs .xialaph .hrm_h5.active img.img_s{
        display: none;
    }

    .t_navs .xialaph .hrm_h5.active img.img_d {
        display: block;
    } */

    /* .sub-page {
        display: none;
      }
      
      .sub-page.active {
        display: block;
      } */

    .t_navs .xialaph .ul2 {
        float: left;
        width: 100%;
        padding: 0 10px;
    }

    .t_navs .xialaph .ul3 {
        padding-bottom: 10px;
        padding-left: 15px;
        z-index: -1;
        position: relative;
    }

    .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;
    }

    .t_navs .xialaph .ul3 li a {
        color: #333;
        line-height: 35px;
        display: block;
        font-size: 14px;
    }

    .t_navs .xialaph .ul3 li:hover a {
        color: #047bf7;
    }

    .t_navs .xialaph .ul3 li {
        padding-top: 5px;
    }

    .t_navs .xialaph .ul3 li:first-child {
        padding-top: 0;
    }

    /*.t_navs .xialaph .phone{width: 100%;text-align: center;margin-top: 20px;float: left;}*/
    /*.t_navs .xialaph .phone .words{font-size: 18px;color: #555;line-height: 22px;font-weight: bolder;}*/
    .t_navs .xialaph .yyqh {
        width: 100%;
        font-size: 0;
        text-align: center;
        margin-top: 14px;
        float: left;
    }

    .t_navs .xialaph .yyqh a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #333;
        line-height: 20px;
        font-weight: bolder;
    }

    .t_navs .xialaph .yyqh span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #555;
        line-height: 20px;
        font-weight: bolder;
        margin: 0 6px;
    }

    .t_navs .xialaph .yyqh a:hover,
    .t_navs .xialaph .yyqh a.on {
        color: #047bf7;
    }

    /*二级三级导航箭头*/
    .t_navs .img_d,
    .t_navs .disno {
        display: none;
    }
}


/*底部*/
.bottomnav {
    width: 100%;

    background: linear-gradient(90deg, #021D3E, #00497C, #021D3E);
    padding-top: 60px;
    padding-bottom: 24px;
}

.bottomnav .top {
    width: 100%;
    position: relative;
    margin-bottom: 38px;
}

.bottomnav .top::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 54.11%;
    top: 0;
}

.bottomnav .top::after {
    content: "";
    display: block;
    clear: both;
}

.bottomnav .top .left {
    width: 54.11%;
    float: left;
    padding-right: 76px;
}

.bottomnav .top .left ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.bottomnav .top .left ul li {
    display: inline-block;
    vertical-align: top;
}

.bottomnav .top .left ul li ._ts {
    margin-bottom: 25px;
}

.bottomnav .top .left ul li ._ts a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    font-weight: bolder;
}

.bottomnav .top .left ul li .border {
    width: 18px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
}

.bottomnav .top .left ul li ._bbox a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    margin-bottom: 18px;
}

.bottomnav .top .left ul li ._bbox a:last-child {
    margin-bottom: 0;
}

.bottomnav .top .left ul li ._bbox a:hover {
    color: #fff;
}

.bottomnav .top .right {
    width: 45.89%;
    float: right;
    padding-left: 76px;
}

.bottomnav .top .right .tit {
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bottomnav .top .right .content {
    width: 100%;
}

.bottomnav .top .right .content::after {
    content: "";
    display: block;
    clear: both;
}

.bottomnav .top .right .content ._ls {
    float: left;
    width: calc(100% - 116px);
    padding-right: 14px;
}

.bottomnav .top .right .content ._ls ul {
    margin-bottom: 24px;
}

.bottomnav .top .right .content ._ls ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    margin-bottom: 10px;
}

.bottomnav .top .right .content ._ls ul li:last-child {
    margin-bottom: 0;
}

.bottomnav .top .right .content ._ls .listbox {
    width: 100%;
}

.bottomnav .top .right .content ._ls .listbox::after {
    content: "";
    display: block;
    clear: both;
}

.bottomnav .top .right .content ._ls .listbox .list {
    width: 40px;
    float: left;
    margin-right: 14px;
}

.bottomnav .top .right .content ._ls .listbox .list:last-child {
    margin-right: 0;
}

.bottomnav .top .right .content ._ls .listbox .list a {
    display: block;
    width: 100%;
    position: relative;
}

.bottomnav .top .right .content ._ls .listbox .list a .ico {
    width: 100%;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.bottomnav .top .right .content ._ls .listbox .list a:hover .ico {
    background: #047bf7;
}

.bottomnav .top .right .content ._ls .listbox .list a .ico img {
    width: 100%;
    display: block;
    opacity: 0.6;
}

.bottomnav .top .right .content ._ls .listbox .list a:hover .ico img {
    opacity: 1;
}

.bottomnav .top .right .content ._ls .listbox .list a .ewm {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: calc(100% + 10px);
    display: none;
}

.bottomnav .top .right .content ._ls .listbox .list a:hover .ewm {
    display: block;
}

.bottomnav .top .right .content ._ls .listbox .list a .ewm img {
    width: 100%;
    display: block;
}

.bottomnav .top .right .content ._rs {
    width: 116px;
    float: right;
}

.bottomnav .top .right .content ._rs img {
    width: 100%;
    display: block;
    margin: 0 auto 8px auto;
}

.bottomnav .top .right .content ._rs .words {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.bottomnav .bottom {
    width: 100%;
}

.bottomnav .bottom .firendbox {
    margin-bottom: 24px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 0;
}

.bottomnav .bottom .firendbox::after {
    content: "";
    display: block;
    width: 130px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.bottomnav .bottom .firendbox .left {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    width: 130px;
    text-align: center;
    font-weight: bolder;
    z-index: 2;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.bottomnav .bottom .firendbox .left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
}

.bottomnav .bottom .firendbox .right {
    width: calc(100% - 132px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    overflow: hidden;
}

.bottomnav .bottom .firendbox .right a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
}

.bottomnav .bottom .firendbox .right a::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.bottomnav .bottom .firendbox .right a:last-child::after {
    display: none;
}

.bottomnav .bottom .firendbox .right a:hover {
    color: #fff;
}

.bottomnav .bottom .bq {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.bottomnav .bottom .bq a {
    color: rgba(255, 255, 255, 0.6);
}

.bottomnav .bottom .abox {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.bottomnav .bottom .abox a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
}

.bottomnav .bottom .abox a:hover {
    color: #fff;
}

.bottomnav .bottom .abox span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 20px;
    margin: 0 10px;
}

.bottomnav .bottom .bq .bq_11 {
    margin-bottom: 10px;
}

@media screen and (max-width:1680px) {
    .bottomnav {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .bottomnav .top {
        margin-bottom: 30px;
    }

    .bottomnav .top .left {
        padding-right: 40px;
    }

    .bottomnav .top .left ul li ._ts {
        margin-bottom: 20px;
    }

    .bottomnav .top .left ul li ._ts a {
        font-size: 18px;
        line-height: 22px;
    }

    .bottomnav .top .left ul li .border {
        width: 16px;
        margin-bottom: 14px;
    }

    .bottomnav .top .left ul li ._bbox a {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .bottomnav .top .right {
        padding-left: 40px;
    }

    .bottomnav .top .right .tit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .bottomnav .top .right .content ._ls {
        width: calc(100% - 100px);
        padding-right: 10px;
    }

    .bottomnav .top .right .content ._ls ul {
        margin-bottom: 20px;
    }

    .bottomnav .top .right .content ._ls ul li {
        font-size: 14px;
    }

    .bottomnav .top .right .content ._ls .listbox .list {
        width: 34px;
        margin-right: 10px;
    }

    .bottomnav .top .right .content ._ls .listbox .list a .ico {
        height: 34px;
    }

    .bottomnav .top .right .content ._rs {
        width: 100px;
    }

    .bottomnav .top .right .content ._rs .words {
        font-size: 14px;
    }

    .bottomnav .bottom .firendbox::after {
        width: 126px;
    }

    .bottomnav .bottom .firendbox .left {
        font-size: 16px;
        line-height: 32px;
        width: 126px;
    }

    .bottomnav .bottom .firendbox .right {
        width: calc(100% - 128px);
        padding-left: 16px;
    }

    .bottomnav .bottom .firendbox .right a {
        font-size: 14px;
        line-height: 32px;
        padding-right: 12px;
        margin-right: 12px;
    }

    .bottomnav .bottom .bq {
        font-size: 14px;
    }

    .bottomnav .bottom .abox a {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px) {
    .bottomnav {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

    .bottomnav .top {
        margin-bottom: 20px;
    }

    .bottomnav .top::before {
        display: none;
    }

    .bottomnav .top .left {
        display: none;
    }

    .bottomnav .top .right {
        width: 100%;
        padding-left: 0;
    }

    .bottomnav .top .right .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        padding-bottom: 21px;
    }

    .bottomnav .top .right .content ._ls {
        width: calc(100% - 100px);
        padding-right: 12px;
    }

    .bottomnav .top .right .content ._ls ul {
        margin-bottom: 12px;
    }

    .bottomnav .top .right .content ._ls ul li {
        font-size: 14px;
    }

    .bottomnav .top .right .content ._ls .listbox .list {
        width: 34px;
        margin-right: 10px;
    }

    .bottomnav .top .right .content ._ls .listbox .list a .ico {
        height: 34px;
    }

    .bottomnav .top .right .content ._ls .listbox .list a .ewm {
        width: 80px;
        left: 0;
        margin-left: 0;
        bottom: calc(100% + 10px);
    }

    .bottomnav .top .right .content ._rs {
        width: 100px;
    }

    .bottomnav .top .right .content ._rs .words {
        font-size: 14px;
    }

    .bottomnav .bottom .firendbox {
        margin-bottom: 12px;
    }

    .bottomnav .bottom .firendbox::after {
        display: none;
    }

    .bottomnav .bottom .firendbox .left {
        font-size: 16px;
        line-height: 40px;
        width: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.2);
    }

    .bottomnav .bottom .firendbox .left::after {
        display: none;
    }

    .bottomnav .bottom .firendbox .right {
        width: 100%;
        display: block;
        padding-left: 0;
        padding: 12px;
    }

    .bottomnav .bottom .firendbox .right a {
        font-size: 14px;
        line-height: 34px;
        padding-right: 6px;
        margin-right: 6px;
    }

    .bottomnav .bottom .bq {
        font-size: 14px;
    }

    .bottomnav .bottom .abox a {
        font-size: 14px;
    }

    .bottomnav .bottom .abox span {
        font-size: 14px;
        margin: 0 6px;
    }
}

/*底导航漂浮*/
.b_navs .q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.b_navs .pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #047bf7;
    z-index: 16;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

.b_navs .pf_down li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.b_navs .pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.b_navs .pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.b_navs .pf_down li.l1 .ico7 {
    background: url(img/img4.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l2 .ico7 {
    background: url(img/img3.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l3 .ico7 {
    background: url(img/img2.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li:last-child {
    border: none;
}

.b_navs .pf_down li:nth-child(3n) {
    border: none;
}



/*右漂浮*/
.r_pf {
    position: fixed;
    right: 6px;
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.r_pf ul {
    width: 66px;
}

.r_pf ul li {
    width: 100%;
    margin-bottom: 1px;
}

.r_pf ul li:last-child {
    margin-bottom: 0;
}

.r_pf ul li a {
    display: block;
    width: 100%;
    height: 66px;
    position: relative;
    background: #8e8e90;
    border-radius: 4px;
}

.r_pf ul li a:hover {
    background: #047bf7;
}

.r_pf ul li a .boxs1 {
    width: 100%;
    text-align: center;
    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%);
}

.r_pf ul li a .boxs1 img {
    width: 30px;
    display: block;
    margin: 0 auto 6px auto;
}

.r_pf ul li:last-child a .boxs1 img {
    margin-bottom: 2px;
}

.r_pf ul li a .boxs1 .words {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.r_pf ul li a .ewmbox {
    opacity: 0;
    width: 130px;
    height: 130px;
    background: #047bf7;
    border-radius: 4px;
    padding: 6px;
    position: absolute;
    right: -300px;
    top: 50%;
    margin-top: -65px;
    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;
}

.r_pf ul li a:hover .ewmbox {
    right: calc(100% + 14px);
    opacity: 1;
}

.r_pf ul li a .ewmbox img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.r_pf ul li a .phone {
    width: 240px;
    background: #047bf7;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    padding: 10px;
    right: -300px;
    opacity: 0;
    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;
}

.r_pf ul li a:hover .phone {
    right: calc(100% + 14px);
    opacity: 1;
}

.r_pf ul li a .phone .t1 {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 4px;
}

.r_pf ul li a .phone .t2 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: bolder;
}

@media screen and (max-width: 1680px) {
    .r_pf ul {
        width: 56px;
    }

    .r_pf ul li a {
        height: 56px;
    }

    .r_pf ul li a .boxs1 img {
        width: 26px;
        margin: 0 auto 4px auto;
    }

    .r_pf ul li a .boxs1 .words {
        font-size: 12px;
    }

    .r_pf ul li a .ewmbox {
        width: 120px;
        height: 120px;
        margin-top: -60px;
    }

    .r_pf ul li a .phone {
        width: 220px;
        padding: 6px;
    }

    .r_pf ul li a .phone .t1 {
        font-size: 12px;
        line-height: 16px;
    }

    .r_pf ul li a .phone .t2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .r_pf {
        display: none;
    }
}




.sy_section3 {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
}

.sy_section3 h2 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
}

.sy_section3 .content {
    width: 100%;
}

.sy_section3 .content .qh_t {
    width: 100%;
    background: rgba(4, 123, 247, 0.1);
    overflow: hidden;
    position: relative;
}

.sy_section3 .content .qh_t .list {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #000000;
    line-height: 64px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.sy_section3 .content .qh_t .list.on {
    color: #047bf7;
    font-weight: bolder;
}

.sy_section3 .content .qh_t .list::after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    background: #047bf7;
    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_section3 .content .qh_t .list.on::after {
    width: 100%;
}

.sy_section3 .content .qh_b {
    width: 100%;
}

.sy_section3 .content .qh_b .list {
    width: 100%;
    padding: 46px 30px 0 0;
    font-size: 0;
}

.sy_section3 .content .qh_b .list .left {
    width: 58.51%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 80px;
}

.sy_section3 .content .qh_b .list .left .tit {
    font-size: 30px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: lighter;
}

.sy_section3 .content .qh_b .list .left .ulbox {
    margin-left: -30px;
}

.sy_section3 .content .qh_b .list .left ul {
    margin: -15px 0;
    overflow: hidden;
    width: 100%;
}

.sy_section3 .content .qh_b .list .left ul li {
    width: 20%;
    float: left;
    padding: 15px 0;
}

.sy_section3 .content .qh_b .list .left ul li a {
    display: block;
}

.sy_section3 .content .qh_b .list .left ul li a img {
    width: 52px;
    display: block;
    margin: 0 auto 10px auto;
}

.sy_section3 .content .qh_b .list .left ul li a .border {
    width: 9px;
    height: 3px;
    background: #e7290f;
    margin: 0 auto 10px auto;
    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_section3 .content .qh_b .list .left ul li a:hover .border {
    width: 30px;
}

.sy_section3 .content .qh_b .list .left ul li a .words {
    font-size: 18px;
    color: #555555;
    line-height: 22px;
    text-align: center;
}

.sy_section3 .content .qh_b .list .left .more {
    width: 150px;
    margin-top: 66px;
}

.sy_section3 .content .qh_b .list .left .more a {
    display: block;
    font-size: 16px;
    color: #047bf7;
    line-height: 38px;
    text-align: center;
    border: 1px solid #047bf7;
}

.sy_section3 .content .qh_b .list .left .more a:hover {
    background: #047bf7;
    color: #fff;
}

.sy_section3 .content .qh_b .list .right {
    width: 41.49%;
    display: inline-block;
    vertical-align: middle;
}

.sy_section3 .content .qh_b .list .right img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .sy_section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sy_section3 h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .sy_section3 .content .qh_t .list {
        font-size: 18px;
        line-height: 50px;
    }

    .sy_section3 .content .qh_b .list {
        padding: 30px 20px 0 0;
    }

    .sy_section3 .content .qh_b .list .left {
        width: 60%;
        padding-right: 40px;
    }

    .sy_section3 .content .qh_b .list .left .tit {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .sy_section3 .content .qh_b .list .left ul {
        margin: -10px 0;
    }

    .sy_section3 .content .qh_b .list .left ul li {
        padding: 10px 0;
    }

    .sy_section3 .content .qh_b .list .left ul li a img {
        width: 44px;
        margin: 0 auto 8px auto;
    }

    .sy_section3 .content .qh_b .list .left ul li a .words {
        font-size: 14px;
        line-height: 18px;
    }

    .sy_section3 .content .qh_b .list .left .more {
        width: 130px;
        margin-top: 40px;
    }

    .sy_section3 .content .qh_b .list .left .more a {
        font-size: 14px;
        line-height: 34px;
    }

    .sy_section3 .content .qh_b .list .right {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) {
    .sy_section3 .content .qh_b .list .left ul li a .words {
        font-size: 12px;
        line-height: 16px;
    }

    .sy_section3 .content .qh_b .list .left {
        width: 64%;
        padding-right: 30px;
    }

    .sy_section3 .content .qh_b .list .right {
        width: 36%;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section3 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .sy_section3 .content .qh_t .list {
        font-size: 16px;
        line-height: 36px;
    }

    .sy_section3 .content .qh_t .list::after {
        height: 2px;
    }

    .sy_section3 .content .qh_b .list {
        padding: 12px 0 0 0;
    }

    .sy_section3 .content .qh_b .list .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 14px;
    }

    .sy_section3 .content .qh_b .list .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        text-align: center;
    }

    .sy_section3 .content .qh_b .list .left ul {
        margin: -6px 0;
    }

    .sy_section3 .content .qh_b .list .left ul li {
        width: 33.3333%;
        padding: 6px 0;
    }

    .sy_section3 .content .qh_b .list .left ul li a img {
        width: 40px;
    }

    .sy_section3 .content .qh_b .list .left ul li a .border {
        width: 8px;
    }

    .sy_section3 .content .qh_b .list .left ul li a .words {
        font-size: 14px;
        ;
        line-height: 20px;
    }

    .sy_section3 .content .qh_b .list .left .more {
        width: 120px;
        margin: 12px auto 0 auto;
    }

    .sy_section3 .content .qh_b .list .left .more a {
        font-size: 14px;
        line-height: 34px;
    }

    .sy_section3 .content .qh_b .list .right {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .sy_section3 .content .qh_b .list .left .ulbox {
        margin-left: 0;
    }
}

.sy_section4 {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
}

.sy_section4 h3 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section4 .tit2 {
    font-size: 22px;
    color: #555555;
    line-height: 26px;
    text-align: center;
    margin-bottom: 46px;
    font-weight: lighter;
}

.sy_section4 .content {
    width: 100%;
    position: relative;
}

.sy_section4 .content .slideOut {
    position: relative;
    z-index: 1;
}

.sy_section4 .content .slide {
    width: 100%;
    min-height: 100px;
    position: relative;
}

.sy_section4 .content .slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
    background: #fff;
    border: #e5e5e5 solid 1px;
    box-shadow: 10px 10px 10px -4px rgba(0, 0, 0, 0.2);
}

.sy_section4 .content .slide .img 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%);
}

.sy_section4 .content .slide .img1 {
    width: 15.37%;
    height: 69%;
    top: 15.5%;
    left: 0%;
    z-index: 1;
}

.sy_section4 .content .slide .img2 {
    width: 19.17%;
    height: 86%;
    top: 7%;
    left: 17.46%;
    z-index: 2;
}

.sy_section4 .content .slide .img3 {
    width: 22.08%;
    height: 100%;
    top: 0;
    left: 38.96%;
    z-index: 3;
}

.sy_section4 .content .slide .img4 {
    width: 19.17%;
    height: 86%;
    top: 7%;
    left: 63.2%;
    z-index: 2;
}

.sy_section4 .content .slide .img5 {
    width: 15.37%;
    height: 69%;
    top: 15.5%;
    left: 84.43%;
    z-index: 1;
}

.sy_section4 .content .butLeft {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: -108px;
    top: 50%;
    margin-top: -24px;
    z-index: 2;
    border: 2px solid #E5E5E5;
}

.sy_section4 .content .butLeft::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 2px solid #E7290F;
    border-top: 2px solid #E7290F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sy_section4 .content .butRight {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    right: -108px;
    top: 50%;
    margin-top: -24px;
    z-index: 2;
    border: 2px solid #E5E5E5;
}

.sy_section4 .content .butRight::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-right: 2px solid #E7290F;
    border-top: 2px solid #E7290F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sy_section4 .content .butLeft:hover,
.sy_section4 .content .butRight:hover {
    background: #047bf7;
    border-color: #047bf7;
}

.sy_section4 .content .butLeft:hover::after,
.sy_section4 .content .butRight:hover::after {
    border-color: #fff;
}

@media screen and (max-width: 1680px) {
    .sy_section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sy_section4 h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    .sy_section4 .tit2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section4 h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section4 .tit2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .sy_section4 .content {
        overflow: hidden;
    }

    .sy_section4 .content .slide .img1 {
        left: -100%;
        z-index: 1;
    }

    .sy_section4 .content .slide .img2 {
        width: 30%;
        left: 0%;
    }

    .sy_section4 .content .slide .img3 {
        width: 35%;
        left: 32.5%;
    }

    .sy_section4 .content .slide .img4 {
        width: 30%;
        left: 70%;
    }

    .sy_section4 .content .slide .img5 {
        left: 100%;
        z-index: 1;
    }

    .sy_section4 .content .butLeft {
        display: none;
    }

    .sy_section4 .content .butRight {
        display: none;
    }
}

.sy_section5 {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    overflow: hidden;
}

.sy_section5::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    bottom: 95px;
    z-index: 1;
}

.sy_section5::before {
    content: "2018-2021";
    display: block;
    font-size: 260px;
    color: #fafafa;
    line-height: 270px;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sy_section5 .w_1340 {
    position: relative;
    z-index: 2;
}

.sy_section5 .content {
    width: 100%;
    position: relative;
}

.sy_section5 .content .ul {
    margin: 0 -25px;
    width: calc(100% + 50px);
    position: relative;
    z-index: 2;
}

.sy_section5 .content .ul .li {
    padding: 0 25px;
}

.sy_section5 .content .ul .li a {
    display: block;
    overflow: hidden;
}

.sy_section5 .content .ul .li a ._ls {
    width: 126px;
    float: left;
}

.sy_section5 .content .ul .li a ._ls .date_t {
    font-size: 16px;
    color: #047bf7;
    line-height: 122px;
    width: 126px;
    border: 2px solid #E5E5E5;
    border-radius: 100%;
    text-align: center;
}

.sy_section5 .content .ul .li a:hover ._ls .date_t {
    background: #e7290f;
    border-color: #e7290f;
    color: #fff;
}

.sy_section5 .content .ul .li a ._ls .date_t span {
    font-size: 30px;
    font-weight: bolder;
}

.sy_section5 .content .ul .li a ._ls .border {
    width: 2px;
    height: 217px;
    background: #e5e5e5;
    margin: 0 auto;
}

.sy_section5 .content .ul .li a:hover ._ls .border {
    background: #e7290f;
}

.sy_section5 .content .ul .li a ._ls .date_b {
    width: 100%;
}

.sy_section5 .content .ul .li a ._ls .date_b .dian {
    width: 8px;
    height: 8px;
    background: #047bf7;
    margin: 0 auto 12px auto;
    border-radius: 100%;
}

.sy_section5 .content .ul .li a:hover ._ls .date_b .dian {
    background: #e7290f;
}

.sy_section5 .content .ul .li a ._ls .date_b .num {
    font-size: 20px;
    color: #047bf7;
    line-height: 24px;
    text-align: center;
}

.sy_section5 .content .ul .li a:hover ._ls .date_b .num {
    color: #e7290f;
}

.sy_section5 .content .ul .li a ._rs {
    width: calc(100% - 126px);
    float: left;
    padding-top: 34px;
    padding-left: 28px;
}

.sy_section5 .content .ul .li a ._rs .info {
    font-size: 20px;
    color: #555555;
    line-height: 40px;
}

.sy_section5 .content .slick-prev {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: -108px;
    top: 96%;
    margin-top: -24px;
    z-index: 2;
    border: 2px solid #E5E5E5;
}

.sy_section5 .content .slick-prev::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 2px solid #E7290F;
    border-top: 2px solid #E7290F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sy_section5 .content .slick-next {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    right: -108px;
    top: 96%;
    margin-top: -24px;
    z-index: 2;
    border: 2px solid #E5E5E5;
}

.sy_section5 .content .slick-next::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-right: 2px solid #E7290F;
    border-top: 2px solid #E7290F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sy_section5 .content .slick-prev:hover,
.sy_section5 .content .slick-next:hover {
    background: #047bf7;
    border-color: #047bf7;
}

.sy_section5 .content .slick-prev:hover::after,
.sy_section5 .content .slick-next:hover::after {
    border-color: #fff;
}

@media screen and (max-width: 1680px) {
    .sy_section5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sy_section5::after {
        bottom: 81px;
    }

    .sy_section5::before {
        font-size: 180px;
        line-height: 200px;
    }

    .sy_section5 .content .ul {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .sy_section5 .content .ul .li {
        padding: 0 16px;
    }

    .sy_section5 .content .ul .li a ._ls {
        width: 80px;
    }

    .sy_section5 .content .ul .li a ._ls .date_t {
        font-size: 14px;
        line-height: 76px;
        width: 80px;
    }

    .sy_section5 .content .ul .li a ._ls .date_t span {
        font-size: 20px;
    }

    .sy_section5 .content .ul .li a ._ls .border {
        height: 160px;
    }

    .sy_section5 .content .ul .li a ._ls .date_b .dian {
        margin: 0 auto 8px auto;
    }

    .sy_section5 .content .ul .li a ._ls .date_b .num {
        font-size: 16px;
        line-height: 20px;
    }

    .sy_section5 .content .ul .li a ._rs {
        width: calc(100% - 80px);
        padding-top: 20px;
        padding-left: 20px;
    }

    .sy_section5 .content .ul .li a ._rs .info {
        font-size: 14px;
        line-height: 24px;
    }

    .sy_section5 .content .slick-prev {
        width: 48px;
        height: 48px;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        left: -108px;
        top: 96%;
        margin-top: -24px;
        z-index: 2;
        border: 2px solid #E5E5E5;
    }

    .sy_section5 .content .slick-prev::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border-left: 2px solid #E7290F;
        border-top: 2px solid #E7290F;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sy_section5 .content .slick-next {
        width: 48px;
        height: 48px;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        right: -108px;
        top: 96%;
        margin-top: -24px;
        z-index: 2;
        border: 2px solid #E5E5E5;
    }

    .sy_section5 .content .slick-next::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border-right: 2px solid #E7290F;
        border-top: 2px solid #E7290F;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sy_section5 .content .slick-prev:hover,
    .sy_section5 .content .slick-next:hover {
        background: #047bf7;
        border-color: #047bf7;
    }

    .sy_section5 .content .slick-prev:hover::after,
    .sy_section5 .content .slick-next:hover::after {
        border-color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section5::after {
        bottom: 61px;
    }

    .sy_section5::before {
        font-size: 50px;
        line-height: 60px;
    }

    .sy_section5 .content .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

    .sy_section5 .content .ul .li {
        padding: 0 6px;
    }

    .sy_section5 .content .ul .li a ._ls {
        width: 80px;
    }

    .sy_section5 .content .ul .li a ._ls .date_t {
        font-size: 14px;
        line-height: 76px;
        width: 80px;
    }

    .sy_section5 .content .ul .li a ._ls .date_t span {
        font-size: 20px;
    }

    .sy_section5 .content .ul .li a ._ls .border {
        height: 120px;
    }

    .sy_section5 .content .ul .li a ._ls .date_b .num {
        font-size: 16px;
        line-height: 20px;
    }

    .sy_section5 .content .ul .li a ._rs {
        width: calc(100% - 80px);
        padding-top: 20px;
        padding-left: 12px;
    }

    .sy_section5 .content .ul .li a ._rs .info {
        font-size: 16px;
        line-height: 34px;
    }

    .sy_section5 .content .slick-prev {
        width: 30px;
        height: 30px;
        left: 0;
        top: 96%;
        margin-top: -24px;
    }

    .sy_section5 .content .slick-prev::after {
        width: 10px;
        height: 10px;
        margin: -5.5px 0 0 -3px;
    }

    .sy_section5 .content .slick-next {
        width: 30px;
        height: 30px;
        right: 0;
        top: 96%;
        margin-top: -24px;
    }

    .sy_section5 .content .slick-next::after {
        width: 10px;
        height: 10px;
        margin: -5.5px 0 0 -6px;
    }
}

.sy_section6 {
    width: 100%;
    padding-top: 170px;
    padding-bottom: 200px;
}

.sy_section6 h4 {
    font-size: 36px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 90px;
}

.sy_section6 .content {
    width: 100%;
}

.sy_section6 .content::after {
    content: "";
    display: block;
    clear: both;
}

.sy_section6 .content .left {
    width: 50%;
    float: left;
    padding-right: 14px;
}

.sy_section6 .content .left a {
    display: block;
    width: 100%;
    background: #fff;
}

.sy_section6 .content .left a:hover {
    background: #047bf7;
}

.sy_section6 .content .left a .pic {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.sy_section6 .content .left a .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;
}

.sy_section6 .content .left a:hover .pic 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);
}

.sy_section6 .content .left a .wordsbox {
    width: 100%;
    padding: 22px 32px;
}

.sy_section6 .content .left a .wordsbox .tit {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section6 .content .left a:hover .wordsbox .tit {
    color: #fff;
}

.sy_section6 .content .left a .wordsbox .info {
    font-size: 18px;
    color: #888888;
    line-height: 32px;
    margin-bottom: 16px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sy_section6 .content .left a:hover .wordsbox .info {
    color: #fff;
}

.sy_section6 .content .left a .wordsbox .date {
    font-size: 16px;
    color: #888888;
    line-height: 20px;
}

.sy_section6 .content .left a:hover .wordsbox .date {
    color: #fff;
}

.sy_section6 .content .right {
    width: 50%;
    float: right;
    padding-left: 14px;
}

.sy_section6 .content .right ul {
    width: 100%;
}

.sy_section6 .content .right ul li {
    width: 100%;
    margin-bottom: 20px;
}

.sy_section6 .content .right ul li:last-child {
    margin-bottom: 0;
}

.sy_section6 .content .right ul li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 24px;
    background: #fff;
    font-size: 0;
}

.sy_section6 .content .right ul li a:hover {
    background: #047bf7;
}

.sy_section6 .content .right ul li a .wordsbox {
    width: calc(100% - 204px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 32px;
}

.sy_section6 .content .right ul li a .wordsbox .tit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sy_section6 .content .right ul li a:hover .wordsbox .tit {
    color: #fff;
}

.sy_section6 .content .right ul li a .wordsbox .info {
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sy_section6 .content .right ul li a:hover .wordsbox .info {
    color: #fff;
}

.sy_section6 .content .right ul li a .wordsbox .date {
    font-size: 16px;
    color: #888888;
    line-height: 20px;
}

.sy_section6 .content .right ul li a:hover .wordsbox .date {
    color: #fff;
}

.sy_section6 .content .right ul li a .picbox {
    width: 202px;
    display: inline-block;
    vertical-align: middle;
}

.sy_section6 .content .right ul li a .picbox .pic {
    width: 100%;
    padding-bottom: 70.29%;
    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 .right 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;
}

.sy_section6 .content .right 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);
}

@media screen and (max-width: 1680px) {
    .sy_section6 {
        padding-top: 160px;
        padding-bottom: 140px;
    }

    .sy_section6 h4 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .sy_section6 .content .left {
        padding-right: 10px;
    }

    .sy_section6 .content .left a .pic {
        height: 263px;
    }

    .sy_section6 .content .left a .wordsbox {
        padding: 20px 26px;
    }

    .sy_section6 .content .left a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .sy_section6 .content .left a .wordsbox .info {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 14px;
        height: 52px;
    }

    .sy_section6 .content .left a .wordsbox .date {
        font-size: 14px;
    }

    .sy_section6 .content .right {
        padding-left: 10px;
    }

    .sy_section6 .content .right ul li {
        margin-bottom: 14px;
    }

    .sy_section6 .content .right ul li a {
        padding: 10px 10px 10px 16px;
    }

    .sy_section6 .content .right ul li a .wordsbox {
        width: calc(100% - 162px);
        padding-right: 20px;
    }

    .sy_section6 .content .right ul li a .wordsbox .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .right ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .sy_section6 .content .right ul li a .wordsbox .date {
        font-size: 14px;
        line-height: 18px;
    }

    .sy_section6 .content .right ul li a .picbox {
        width: 160px;
    }
}

@media screen and (max-width:1440px) {
    .sy_section6 h4 {
        font-size: 32px;
    }
}

@media screen and (max-width:1360px) {
    .sy_section6 h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section6 {
        padding-top: 150px;
        padding-bottom: 30px;
    }

    .sy_section6 h4 {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .sy_section6 .content .left {
        padding-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }

    .sy_section6 .content .left a .pic {
        height: 340px;
    }

    .sy_section6 .content .left a .wordsbox {
        padding: 12px;
    }

    .sy_section6 .content .left a .wordsbox .tit {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .left a .wordsbox .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        height: 48px;
    }

    .sy_section6 .content .left a .wordsbox .date {
        font-size: 14px;
    }

    .sy_section6 .content .right {
        padding-left: 0;
        width: 100%;
    }

    .sy_section6 .content .right ul li {
        margin-bottom: 12px;
    }

    .sy_section6 .content .right ul li a {
        padding: 10px;
    }

    .sy_section6 .content .right ul li a .wordsbox {
        width: 100%;
    }

    .sy_section6 .content .right ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section6 .content .right ul li a .wordsbox .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sy_section6 .content .right ul li a .wordsbox .date {
        font-size: 14px;
        line-height: 18px;
    }

    .sy_section6 .content .right ul li a .picbox {
        width: 140px;
        display: none;
    }
}

.sy_section7 {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 60px;
}

.sy_section7 h5 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
}

.sy_section7 h1 {
    width: 414px;
    height: 53px;
    font-size: 36px;
    color: #000000;
    line-height: 53px;
    margin: 0 auto;
    margin-bottom: 36px;
    margin-top: 150px;
}

.sy_section7 h1 img {
    width: 100%;
    height: 100%;
}

.sy_section7 .content {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.sy_section7 .content ul {
    margin: -15px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sy_section7 .content ul::after {
    content: "";
    display: block;
    clear: both;
}

.sy_section7 .content ul li {
    width: 50%;
    float: left;
    padding: 15px;
}

.sy_section7 .content ul li a {
    display: block;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 48px 114px 48px 30px;
}

.sy_section7 .content ul li:nth-child(even) a {
    padding: 48px 30px 48px 114px;
}

.sy_section7 .content ul li a .titbox {
    width: 100%;
    margin-bottom: 26px;
    width: 100%;
    overflow: hidden;
}

.sy_section7 .content ul li a .titbox img {
    width: 56px;
    float: left;
    display: block;
}

.sy_section7 .content ul li a .titbox .tit {
    font-size: 24px;
    color: #333333;
    line-height: 56px;
    float: left;
    padding: 0 14px;
    font-weight: bolder;
}

.sy_section7 .content ul li a .titbox .border {
    width: 20px;
    height: 4px;
    background: #e7290f;
    float: left;
    margin-top: 26px;
    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_section7 .content ul li a:hover .titbox .border {
    width: 60px;
}

.sy_section7 .content ul li:nth-child(even) a .titbox img {
    float: right;
}

.sy_section7 .content ul li:nth-child(even) a .titbox .tit {
    float: right;
}

.sy_section7 .content ul li:nth-child(even) a .titbox .border {
    float: right;
}

.sy_section7 .content ul li a .info {
    font-size: 20px;
    color: #555555;
    line-height: 40px;
    height: 120px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}

.sy_section7 .content .posi {
    width: 266px;
    height: 266px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    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%);
}

.sy_section7 .content .posi a {
    display: block;
    width: 210px;
    font-size: 30px;
    color: #ffffff;
    line-height: 210px;
    text-align: center;
    background: #047bf7;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: bolder;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1680px) {
    .sy_section7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sy_section7 h5 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .sy_section7 .content ul {
        margin: -10px;
        width: calc(100% + 20px);
    }

    .sy_section7 .content ul li {
        padding: 10px;
    }

    .sy_section7 .content ul li a {
        padding: 40px 100px 40px 24px;
    }

    .sy_section7 .content ul li:nth-child(even) a {
        padding: 40px 24px 40px 100px;
    }

    .sy_section7 .content ul li a .titbox {
        margin-bottom: 20px;
    }

    .sy_section7 .content ul li a .titbox img {
        width: 40px;
    }

    .sy_section7 .content ul li a .titbox .tit {
        font-size: 18px;
        line-height: 40px;
        padding: 0 10px;
    }

    .sy_section7 .content ul li a .titbox .border {
        width: 16px;
        height: 3px;
        margin-top: 18.5px;
    }

    .sy_section7 .content ul li a .info {
        font-size: 16px;
        line-height: 30px;
        height: 90px;
    }

    .sy_section7 .content .posi {
        width: 200px;
        height: 200px;
    }

    .sy_section7 .content .posi a {
        width: 160px;
        font-size: 24px;
        line-height: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .sy_section7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sy_section7 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .sy_section7 .content ul {
        margin: 0;
        width: 100%;
    }

    .sy_section7 .content ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .sy_section7 .content ul li:last-child {
        margin-bottom: 0;
    }

    .sy_section7 .content ul li a {
        padding: 12px;
    }

    .sy_section7 .content ul li:nth-child(even) a {
        padding: 12px;
    }

    .sy_section7 .content ul li a .titbox {
        margin-bottom: 12px;
    }

    .sy_section7 .content ul li a .titbox img {
        width: 40px;
    }

    .sy_section7 .content ul li a .titbox .tit {
        font-size: 18px;
        line-height: 40px;
        padding: 0 10px;
    }

    .sy_section7 .content ul li a .titbox .border {
        width: 16px;
        height: 3px;
        margin-top: 18.5px;
    }

    .sy_section7 .content ul li a:hover .titbox .border {
        width: 50px;
    }

    .sy_section7 .content ul li:nth-child(even) a .titbox img {
        float: left;
    }

    .sy_section7 .content ul li:nth-child(even) a .titbox .tit {
        float: left;
    }

    .sy_section7 .content ul li:nth-child(even) a .titbox .border {
        float: left;
    }

    .sy_section7 .content ul li a .info {
        font-size: 14px;
        line-height: 26px;
        height: auto;
        -webkit-line-clamp: 30;
    }

    .sy_section7 .content .posi {
        display: none;
    }

    .sy_section7 h5 img {
        width: 200px;
    }
}

.ny_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ny_banner img {
    width: 100%;
    display: block;
}

.ny_banner .wordsbox {
    width: 100%;
    position: absolute;
    left: 38%;
    bottom: 18%;
}

.ny_banner .wordsbox .more a {
    display: inline-block;
    font-size: 0;
    text-align: center;
    background: #047bf7;
    border-radius: 6px;
    overflow: hidden;
    width: auto;
    padding: 0 24px;
}

.ny_banner .wordsbox .more a:hover {
    background: #e7290f;
}

.ny_banner .wordsbox .more a .words {
    font-size: 20px;
    color: #ffffff;
    line-height: 46px;
    margin-right: 18px;
    letter-spacing: 4px;
    float: left;
}

.ny_banner .wordsbox .more a img {
    width: 23px;
    margin-top: 12px;
    float: left;
}


@media screen and (max-width: 1680px) {
    .ny_banner .wordsbox {
        width: 100%;
        position: absolute;
        left: 38%;
        bottom: 18%;
    }
}

@media screen and (max-width: 1024px) {
    .ny_banner {
        margin-top: 50px;
    }

    .ny_banner .wordsbox {
        left: 32%;
        bottom: 0;
    }

    .ny_banner .wordsbox .more a {
        padding: 0 12px;
    }

    .ny_banner .wordsbox .more a .words {
        font-size: 13px;
        line-height: 29px;
        margin-right: 10px;
        letter-spacing: 2px;
    }

    .ny_banner .wordsbox .more a img {
        width: 15px;
        margin-top: 8px;
    }
}

.cp_section1 {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
}

.cp_section1 h2 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
}

.cp_section1 .content {
    width: 100%;
    position: relative;
}

.cp_section1 .content .listbox {
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.cp_section1 .content .listbox::after {
    content: "";
    display: block;
    clear: both;
}

.cp_section1 .content .listbox .list {
    width: 50%;
    float: left;
    padding: 0 16px;
}

.cp_section1 .content .listbox .list a {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 52px 122px 40px 48px;
}

.cp_section1 .content .listbox .list:last-child a {
    background: #fff;
    padding: 52px 48px 40px 122px;
}

.cp_section1 .content .listbox .list a .top {
    width: 100%;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #AAACB0;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.cp_section1 .content .listbox .list:last-child a .top {
    border-color: rgba(0, 0, 0, 0.1);
}

.cp_section1 .content .listbox .list a .top .words {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cp_section1 .content .listbox .list a .top span {
    font-size: 20px;
    font-weight: bolder;
}

.cp_section1 .content .listbox .list a .bottom {
    width: 100%;
}

.cp_section1 .content .listbox .list a .bottom ul {
    width: 100%;
}

.cp_section1 .content .listbox .list a .bottom ul li {
    width: 100%;
    margin-bottom: 28px;
}

.cp_section1 .content .listbox .list a .bottom ul li:last-child {
    margin-bottom: 0;
}

.cp_section1 .content .listbox .list a .bottom ul li::after {
    content: "";
    display: block;
    clear: both;
}

.cp_section1 .content .listbox .list a .bottom ul li img {
    width: 10px;
    display: block;
    float: left;
    margin-top: 5px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.cp_section1 .content .listbox .list a .bottom ul li .words {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    float: left;
    width: calc(100% - 10px);
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cp_section1 .content .listbox .list a .bottom ul li .words span {
    color: #e7290f;
}

.cp_section1 .content .posi {
    width: 232px;
    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%);
}

.cp_section1 .content .posi img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .cp_section1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section1 h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .cp_section1 .content .listbox .list a {
        padding: 40px 80px 40px 30px;
    }

    .cp_section1 .content .listbox .list:last-child a {
        padding: 40px 30px 40px 80px;
    }

    .cp_section1 .content .listbox .list a .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .cp_section1 .content .listbox .list a .top span {
        font-size: 18px;
    }

    .cp_section1 .content .listbox .list a .bottom ul li {
        margin-bottom: 16px;
    }

    .cp_section1 .content .listbox .list a .bottom ul li .words {
        font-size: 14px;
    }

    .cp_section1 .content .posi {
        width: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section1 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .cp_section1 .content .listbox {
        width: 100%;
        margin: 0;
    }

    .cp_section1 .content .listbox .list {
        width: 100%;
        padding: 0;
        margin-bottom: 14px;
    }

    .cp_section1 .content .listbox .list:last-child {
        margin-bottom: 0;
    }

    .cp_section1 .content .listbox .list a {
        padding: 12px;
    }

    .cp_section1 .content .listbox .list:last-child a {
        padding: 12px;
    }

    .cp_section1 .content .listbox .list a .top {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .cp_section1 .content .listbox .list a .top .words {
        -webkit-line-clamp: 2;
    }

    .cp_section1 .content .listbox .list a .top span {
        font-size: 18px;
    }

    .cp_section1 .content .listbox .list a .bottom ul li {
        margin-bottom: 12px;
    }

    .cp_section1 .content .listbox .list a .bottom ul li .words {
        font-size: 14px;
    }

    .cp_section1 .content .posi {
        display: none;
    }
}

.cp_section2 {
    width: 100%;
    padding-bottom: 96px;
}

.cp_section2 h1 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
}

.cp_section2 .content {
    width: 100%;
}

.cp_section2 .content img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .cp_section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section2 h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section2 h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

/* 高效办公 */
.cp_section21 {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 60px;
}

.cp_section21 .content {
    width: 100%;
}

.cp_section21 .content img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .cp_section21 {
        padding-bottom: 80px;
        padding-top: 68px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section21 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}


/* 安全可靠 */
.cp_section23 {
    width: 100%;
    padding-top: 714px;
    padding-bottom: 96px;
    height: 100%;
}

@media screen and (max-width: 1680px) {
    .cp_section23 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section23 h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section23 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section23 h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}


.cp_section3 {
    width: 100%;
}

.cp_section3 h4 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    margin-bottom: 22px;
    text-align: center;
}

.cp_section3 .tit2 {
    font-size: 22px;
    color: #555555;
    line-height: 26px;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 50px;
}

.cp_section3 .content {
    width: 100%;
}

.cp_section3 .content img {
    display: block;
}

@media screen and (max-width: 1680px) {
    .cp_section3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section3 h4 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .cp_section3 .tit2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section3 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cp_section3 .tit2 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.cp_section4 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 98px;
}

.cp_section4 h5 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: center;
}

.cp_section4 .tit2 {
    font-size: 22px;
    color: #555555;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: lighter;
}

.cp_section4 .content {
    width: 100%;
    background: #fbfbfb;
    padding: 30px 32px;
}

.cp_section4 .content ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.cp_section4 .content ul li {
    display: inline-block;
    vertical-align: top;
}

.cp_section4 .content ul li img {
    width: 104px;
    height: 104px;
    display: block;
    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;
}

.cp_section4 .content ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

@media screen and (max-width: 1680px) {
    .cp_section4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section4 h5 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .cp_section4 .tit2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 34px;
    }

    .cp_section4 .content {
        padding: 26px 30px;
    }

    .cp_section4 .content ul li img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1280px) {
    .cp_section4 .content ul li img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section4 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cp_section4 .tit2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .cp_section4 .content {
        padding: 12px;
    }

    .cp_section4 .content ul {
        display: block;
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cp_section4 .content ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .cp_section4 .content ul li {
        display: block;
        width: 25%;
        float: left;
        padding: 6px;
    }

    .cp_section4 .content ul li:nth-child(9) {
        margin-left: 25%;
    }

    .cp_section4 .content ul li img {
        width: 50px;
        height: 50px;
    }
}

.cp_section5 {
    width: 100%;
    padding-bottom: 96px;
}

.cp_section5 h6 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    text-align: center;
    margin-bottom: 52px;
}

.cp_section5 .content {
    width: 100%;
    font-size: 0;
}

.cp_section5 .content .left {
    width: 55.821%;
    display: inline-block;
    vertical-align: middle;
}

.cp_section5 .content .left img {
    width: 100%;
    display: block;
}

.cp_section5 .content .right {
    width: 44.15%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 90px;
}

.cp_section5 .content .right ul {
    width: 100%;
}

.cp_section5 .content .right ul li {
    margin-bottom: 20px;
}

.cp_section5 .content .right ul li:last-child {
    margin-bottom: 0;
}

.cp_section5 .content .right ul li a {
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 0;
    padding: 20px 20px 20px 40px;
    background-image: linear-gradient(to right, #23b6ff, #0280ff);
}

.cp_section5 .content .right ul li a img {
    width: 68px;
    display: inline-block;
    vertical-align: middle;
    -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;
}

.cp_section5 .content .right ul li a:hover img {
    transform: rotateY(180deg);
}

.cp_section5 .content .right ul li a .wordsbox {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 36px;
}

.cp_section5 .content .right ul li a .wordsbox .words1 {
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 8px;
}

.cp_section5 .content .right ul li a .wordsbox .words2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

@media screen and (max-width: 1680px) {
    .cp_section5 {
        width: 100%;
        padding-bottom: 80px;
    }

    .cp_section5 h6 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .cp_section5 .content .left {
        width: 50%;
    }

    .cp_section5 .content .right {
        padding-left: 40px;
        width: 50%;
    }

    .cp_section5 .content .right ul li {
        margin-bottom: 16px;
    }

    .cp_section5 .content .right ul li a {
        padding: 16px 16px 16px 24px;
    }

    .cp_section5 .content .right ul li a img {
        width: 50px;
    }

    .cp_section5 .content .right ul li a .wordsbox {
        width: calc(100% - 52px);
        padding-left: 20px;
    }

    .cp_section5 .content .right ul li a .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .cp_section5 .content .right ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section5 {
        padding-bottom: 30px;
    }

    .cp_section5 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .cp_section5 .content .left {
        width: 70%;
        display: block;
        margin: 0 auto 16px auto;
    }

    .cp_section5 .content .right {
        width: 100%;
        padding-left: 0;
    }

    .cp_section5 .content .right ul li {
        margin-bottom: 14px;
    }

    .cp_section5 .content .right ul li a {
        padding: 12px;
    }

    .cp_section5 .content .right ul li a img {
        width: 46px;
    }

    .cp_section5 .content .right ul li a .wordsbox {
        width: calc(100% - 48px);
        padding-left: 12px;
    }

    .cp_section5 .content .right ul li a .wordsbox .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .cp_section5 .content .right ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.cp_section6 {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
    background: #e8ebf0;
}

.cp_section6 h6 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: center;
}

.cp_section6 .content {
    width: 100%;
}

.cp_section6 .content .ul {
    margin: 0 -25px;
    width: calc(100% + 50px);
}

.cp_section6 .content .ul .li {
    padding: 0 25px;
}

.cp_section6 .content .ul .li a {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cp_section6 .content .ul .li a:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

.cp_section6 .content .ul .li a .top {
    font-size: 24px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
}

.cp_section6 .content .ul .li a .bottom {
    width: 100%;
    padding: 20px 8px 36px 8px;
    background: #fff;
}

.cp_section6 .content .ul .li a .bottom img {
    width: 100%;
    display: block;
}

.cp_section6 .content .ul .li a .bottom .listbox {
    width: 100%;
    margin-top: 30px;
    padding-left: 9px;
    padding-right: 9px;
}

.cp_section6 .content .ul .li a .bottom .listbox .list {
    width: 100%;
    margin-bottom: 36px;
}

.cp_section6 .content .ul .li a .bottom .listbox .list:last-child {
    margin-bottom: 0;
}

.cp_section6 .content .ul .li a .bottom .listbox .list .words1 {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 16px;
}

.cp_section6 .content .ul .li a .bottom .listbox .list .words2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

@media screen and (max-width: 1680px) {
    .cp_section6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section6 h6 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .cp_section6 .content .ul {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    .cp_section6 .content .ul .li {
        padding: 0 20px;
    }

    .cp_section6 .content .ul .li a .top {
        font-size: 20px;
        line-height: 70px;
    }

    .cp_section6 .content .ul .li a .bottom {
        padding: 16px 14px 26px 14px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox {
        margin-top: 20px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list {
        margin-bottom: 26px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list .words1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list .words2 {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section6 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .cp_section6 .content .ul {
        margin: 0 -6px;
        width: calc(100% + 12px);
        padding-bottom: 30px;
    }

    .cp_section6 .content .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .cp_section6 .content .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: 0 4px;
        background: #fff;
    }

    .cp_section6 .content .ul .slick-dots li.slick-active {
        background: #047bf7;
    }

    .cp_section6 .content .ul .li {
        padding: 0 6px;
    }

    .cp_section6 .content .ul .li a .top {
        font-size: 18px;
        line-height: 50px;
    }

    .cp_section6 .content .ul .li a .bottom {
        padding: 12px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox {
        margin-top: 12px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list {
        margin-bottom: 12px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list .words1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .cp_section6 .content .ul .li a .bottom .listbox .list .words2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.cp_section7 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cp_section7 h6 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px;
}

.cp_section7 .content {
    width: 100%;
    padding-left: 170px;
    padding-right: 170px;
}

.cp_section7 .content ul {
    margin: -20px;
    overflow: hidden;
    width: calc(100% + 40px);
}

.cp_section7 .content ul li {
    width: 25%;
    float: left;
    padding: 20px;
}

.cp_section7 .content ul li a {
    display: block;
    width: 100%;
}

.cp_section7 .content ul li a .pic {
    width: 100%;
    padding-bottom: 40%;
    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;
}

.cp_section7 .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;
}

.cp_section7 .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);
}

.cp_section7 .content .more {
    width: 200px;
    margin: 52px auto 0 auto;
}

.cp_section7 .content .more a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: #0280ff;
    border-radius: 24px;
}

.cp_section7 .content .more a:hover {
    background: #e7290f;
}

@media screen and (max-width: 1680px) {
    .cp_section7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section7 h6 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .cp_section7 .content {
        padding-left: 0;
        padding-right: 0;
    }

    .cp_section7 .content ul {
        margin: -16px;
        width: calc(100% + 32px);
    }

    .cp_section7 .content ul li {
        padding: 16px;
    }

    .cp_section7 .content .more {
        width: 160px;
        margin: 40px auto 0 auto;
    }

    .cp_section7 .content .more a {
        font-size: 18px;
        line-height: 40px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section7 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .cp_section7 .content {
        padding-left: 0;
        padding-right: 0;
    }

    .cp_section7 .content ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cp_section7 .content ul li {
        width: 33.333333%;
        padding: 6px;
    }

    .cp_section7 .content ul li.ls {
        display: none;
    }

    .cp_section7 .content .more {
        width: 120px;
        margin: 16px auto 0 auto;
    }

    .cp_section7 .content .more a {
        font-size: 16px;
        line-height: 36px;
        border-radius: 18px;
    }
}

/*解决方案*/
.jjfa_section1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jjfa_section1 h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px;
}

.jjfa_section1 .content {
    width: 100%;
    font-size: 0;
}

.jjfa_section1 .content .left {
    width: 51.65%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 76px;
    font-size: 18px;
    color: #555555;
    line-height: 40px;
}

.jjfa_section1 .content .right {
    width: 48.35%;
    display: inline-block;
    vertical-align: middle;
}

.jjfa_section1 .content .right img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .jjfa_section1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section1 h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .jjfa_section1 .content .left {
        padding-right: 50px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section1 h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .jjfa_section1 .content .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .jjfa_section1 .content .right {
        width: 100%;
    }
}

.jjfa_section2 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e8ebf0;
}

.jjfa_section2 h2 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 14px;
    text-align: center;
}

.jjfa_section2 .tit2 {
    font-size: 22px;
    color: #555555;
    line-height: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: lighter;
}

.jjfa_section2 .content {
    width: 100%;
    font-size: 0;
}

.jjfa_section2 .content .left {
    width: 25.88%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.jjfa_section2 .content .left .tit {
    font-size: 30px;
    color: #047bf7;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: bolder;
}

.jjfa_section2 .content .left .info {
    font-size: 18px;
    color: #555555;
    line-height: 40px;
}

.jjfa_section2 .content .right {
    width: 74.1%;
    display: inline-block;
    vertical-align: middle;
}

.jjfa_section2 .content .right img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .jjfa_section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section2 h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .jjfa_section2 .tit2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .jjfa_section2 .content .left {
        width: 34%;
        padding-right: 16px;
    }

    .jjfa_section2 .content .left .tit {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .jjfa_section2 .content .left .info {
        font-size: 14px;
        line-height: 30px;
    }

    .jjfa_section2 .content .right {
        width: 65.89%;
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section2 h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .jjfa_section2 .tit2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .jjfa_section2 .content .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .jjfa_section2 .content .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
        text-align: center;
    }

    .jjfa_section2 .content .left .info {
        font-size: 14px;
        line-height: 26px;
    }

    .jjfa_section2 .content .right {
        width: 100%;
    }
}

.jjfa_section3 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jjfa_section3 h3 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.jjfa_section3 .content {
    width: 100%;
}

.jjfa_section3 .content img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .jjfa_section3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section3 h3 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section3 h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

.jjfa_section4 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e8ebf0;
}

.jjfa_section4 h4 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 52px;
}

.jjfa_section4 .content {
    width: 100%;
    position: relative;
}

.jjfa_section4 .content::after {
    content: "";
    display: block;
    clear: both;
}

.jjfa_section4 .content .info {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: lighter;
    width: 70%;
    z-index: 1;
}

.jjfa_section4 .content ._lbox {
    width: 70%;
    position: absolute;
    left: 0;
    top: 56%;
    background-image: linear-gradient(to right, #cadeee, #e8ebf0);
    z-index: 1;
    padding: 74px 514px 74px 74px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jjfa_section4 .content ._lbox .titbox {
    width: 100%;
    font-size: 0;
    margin-bottom: 18px;
}

.jjfa_section4 .content ._lbox .titbox img {
    width: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.jjfa_section4 .content ._lbox .titbox .words {
    font-size: 30px;
    color: #047bf7;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bolder;
}

.jjfa_section4 .content ._lbox .ulbox {
    padding-left: 58px;
}

.jjfa_section4 .content ._lbox .ulbox ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.jjfa_section4 .content ._lbox .ulbox ul li {
    width: 50%;
    float: left;
    padding: 10px;
}

.jjfa_section4 .content ._lbox .ulbox ul li a {
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.jjfa_section4 .content ._lbox .ulbox ul li a:hover {
    color: #047bf7;
}

.jjfa_section4 .content .right {
    width: 540px;
    float: right;
    position: relative;
    z-index: 2;
}

.jjfa_section4 .content .right img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .jjfa_section4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section4 h4 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .jjfa_section4 .content .info {
        font-size: 18px;
        line-height: 24px;
        width: 60%;
    }

    .jjfa_section4 .content ._lbox {
        padding: 30px 200px 30px 30px;
        width: 60%;
    }

    .jjfa_section4 .content ._lbox .titbox {
        margin-bottom: 14px;
    }

    .jjfa_section4 .content ._lbox .titbox img {
        width: 40px;
        margin-right: 10px;
    }

    .jjfa_section4 .content ._lbox .titbox .words {
        font-size: 24px;
        line-height: 30px;
    }

    .jjfa_section4 .content ._lbox .ulbox {
        padding-left: 50px;
    }

    .jjfa_section4 .content ._lbox .ulbox ul li a {
        font-size: 18px;
        line-height: 22px;
    }

    .jjfa_section4 .content .right {
        width: 480px;
    }
}

@media screen and (max-width: 1200px) {
    .jjfa_section4 .content .info {
        line-height: 24px;
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section4 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .jjfa_section4 .content .left {
        width: 100%;
        margin-bottom: 16px;
    }

    .jjfa_section4 .content .info {
        font-size: 14px;
        line-height: 24px;
        position: static;
        width: 100%;
        margin-bottom: 14px;
    }

    .jjfa_section4 .content ._lbox {
        width: 100%;
        position: static;
        padding: 12px;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .jjfa_section4 .content ._lbox .titbox {
        margin-bottom: 14px;
    }

    .jjfa_section4 .content ._lbox .titbox img {
        width: 30px;
        margin-right: 10px;
    }

    .jjfa_section4 .content ._lbox .titbox .words {
        font-size: 18px;
        line-height: 24px;
    }

    .jjfa_section4 .content ._lbox .ulbox {
        padding-left: 40px;
    }

    .jjfa_section4 .content ._lbox .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .jjfa_section4 .content ._lbox .ulbox ul li {
        width: 25%;
        padding: 6px;
    }

    .jjfa_section4 .content ._lbox .ulbox ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .jjfa_section4 .content .right {
        width: 260px;
        float: none;
        margin: 0 auto;
    }
}

.jjfa_section5 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jjfa_section5 .content {
    width: 100%;
    position: relative;
}

.jjfa_section5 .content::after {
    content: "";
    display: block;
    clear: both;
}

.jjfa_section5 .content .info {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: lighter;
    width: 70%;
    z-index: 1;
}

.jjfa_section5 .content ._lbox {
    width: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: linear-gradient(to right, #cadeee, #fff);
    z-index: 1;
    padding: 52px 390px 52px 74px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jjfa_section5 .content ._lbox .titbox {
    width: 100%;
    font-size: 0;
    margin-bottom: 18px;
}

.jjfa_section5 .content ._lbox .titbox img {
    width: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.jjfa_section5 .content ._lbox .titbox .words {
    font-size: 30px;
    color: #047bf7;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bolder;
}

.jjfa_section5 .content ._lbox .ulbox {
    padding-left: 58px;
}

.jjfa_section5 .content ._lbox .ulbox ul {
    margin: -10px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.jjfa_section5 .content ._lbox .ulbox ul li {
    width: 33.333333%;
    float: left;
    padding: 10px;
}

.jjfa_section5 .content ._lbox .ulbox ul li a {
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.jjfa_section5 .content ._lbox .ulbox ul li a:hover {
    color: #047bf7;
}

.jjfa_section5 .content ._lbox .ulbox ul li.l2 {
    width: 50%;
    text-align: center;
}

.jjfa_section5 .content .right {
    width: 540px;
    float: right;
    position: relative;
    z-index: 2;
}

.jjfa_section5 .content .right img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1680px) {
    .jjfa_section5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section5 .content .info {
        font-size: 18px;
        line-height: 24px;
        width: 60%;
    }

    .jjfa_section5 .content ._lbox {
        padding: 30px 140px 30px 30px;
        width: 60%;
    }

    .jjfa_section5 .content ._lbox .titbox {
        margin-bottom: 14px;
    }

    .jjfa_section5 .content ._lbox .titbox img {
        width: 40px;
        margin-right: 10px;
    }

    .jjfa_section5 .content ._lbox .titbox .words {
        font-size: 24px;
        line-height: 30px;
    }

    .jjfa_section5 .content ._lbox .ulbox {
        padding-left: 50px;
    }

    .jjfa_section5 .content ._lbox .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .jjfa_section5 .content ._lbox .ulbox ul li {
        padding: 6px;
    }

    .jjfa_section5 .content ._lbox .ulbox ul li a {
        font-size: 18px;
        line-height: 22px;
    }

    .jjfa_section5 .content .right {
        width: 480px;
    }
}

@media screen and (max-width: 1200px) {
    .jjfa_section5 .content ._lbox {
        padding: 30px 110px 30px 30px;
    }

    .jjfa_section5 .content .info {
        line-height: 24px;
        width: 50%;
    }

    .jjfa_section5 .content ._lbox .ulbox ul li a {
        font-size: 14px;
        line-height: 18px;
    }

    .jjfa_section5 .content .right {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section5 h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .jjfa_section5 .content .left {
        width: 100%;
        margin-bottom: 16px;
    }

    .jjfa_section5 .content .info {
        font-size: 14px;
        line-height: 24px;
        position: static;
        width: 100%;
        margin-bottom: 14px;
    }

    .jjfa_section5 .content ._lbox {
        width: 100%;
        position: static;
        padding: 12px;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .jjfa_section5 .content ._lbox .titbox {
        margin-bottom: 14px;
    }

    .jjfa_section5 .content ._lbox .titbox img {
        width: 30px;
        margin-right: 10px;
    }

    .jjfa_section5 .content ._lbox .titbox .words {
        font-size: 18px;
        line-height: 24px;
    }

    .jjfa_section5 .content ._lbox .ulbox {
        padding-left: 40px;
    }

    .jjfa_section5 .content ._lbox .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .jjfa_section5 .content ._lbox .ulbox ul li {
        width: 33.333333%;
        padding: 6px;
    }

    .jjfa_section5 .content ._lbox .ulbox ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .jjfa_section5 .content .right {
        width: 260px;
        float: none;
        margin: 0 auto;
    }
}

.jjfa_section6 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e8ebf0;
}

.jjfa_section6 h5 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.jjfa_section6 .content {
    width: 100%;
    position: relative;
}

.jjfa_section6 .content img {
    width: 100%;
    display: block;
}

/*.jjfa_section6 .content .pic{width: 610px;margin: 0 auto;}
.jjfa_section6 .content .pic img{width: 100%;display: block;}
.jjfa_section6 .content .posi{width: 290px;overflow: hidden;position: absolute;display: none;}
.jjfa_section6 .content .posi img{width: 140px;display: block;float: right;}
.jjfa_section6 .content .posi .words{float: left;font-size: 30px;color: #333333;line-height: 140px;}
.jjfa_section6 .content .posi2 img,
.jjfa_section6 .content .posi4 img{float: left;}
.jjfa_section6 .content .posi2 .words,
.jjfa_section6 .content .posi4 .words{float: right;}
.jjfa_section6 .content .posi5 img{float: none;margin: 0 auto 28px auto;}
.jjfa_section6 .content .posi5 .words{float: none;width: 100%;text-align: center;line-height: 34px;}
.jjfa_section6 .content .posi1{display: block;right: 58%;top: 5%;}
.jjfa_section6 .content .posi2{display: block;left: 58%;top: 5%;}
.jjfa_section6 .content .posi3{display: block;right: 63.5%;top: 58%;}
.jjfa_section6 .content .posi4{display: block;left: 63.5%;top: 58%;}
.jjfa_section6 .content .posi5{display: block;left: 50%;margin-left: -145px;bottom: -134px;}*/
@media screen and (max-width: 1680px) {
    .jjfa_section6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section6 h5 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    /*.jjfa_section6 .content .posi1{display: block;right: 64%;top: 5%;}
.jjfa_section6 .content .posi2{display: block;left: 64%;top: 5%;}
.jjfa_section6 .content .posi3{display: block;right: 70%;top: 58%;}
.jjfa_section6 .content .posi4{display: block;left: 70%;top: 58%;}
.jjfa_section6 .content .posi5{display: block;left: 50%;margin-left: -145px;bottom: -134px;}*/
}

@media screen and (max-width: 1024px) {
    .jjfa_section6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section6 h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .jjfa_section6 .content {
        overflow: hidden;
    }

    /*.jjfa_section6 .content .pic{width: 200px;margin-top: 14px;}
.jjfa_section6 .content .posi{width: 20%;position: static;display: block;float: left;margin-bottom: 16px;}
.jjfa_section6 .content .posi img{width: 60px;margin: 0 auto 12px auto;float: none;}
.jjfa_section6 .content .posi .words{font-size: 14px;line-height: 18px;text-align: center;float: none;}
.jjfa_section6 .content .posi2 img,
.jjfa_section6 .content .posi4 img{float: none;}
.jjfa_section6 .content .posi2 .words,
.jjfa_section6 .content .posi4 .words{float: none;}
.jjfa_section6 .content .posi5 img{margin: 0 auto 12px auto;}
.jjfa_section6 .content .posi5 .words{font-size: 14px;line-height: 18px;}
.jjfa_section6 .content .posi5{margin-left: 0;width: 20%;}*/
}

.jjfa_section7 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jjfa_section7 h6 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 58px;
}

.jjfa_section7 .content {
    width: 100%;
}

.jjfa_section7 .content .ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
}

.jjfa_section7 .content .ul .li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.jjfa_section7 .content .ul .li a {
    display: block;
    width: 100%;
}

.jjfa_section7 .content .ul .li a .num {
    font-size: 30px;
    color: #047bf7;
    line-height: 34px;
    margin-bottom: 14px;
    text-align: center;
}

.jjfa_section7 .content .ul .li a .quan1 {
    width: 10px;
    height: 10px;
    border: 2px solid #047bf7;
    border-radius: 100%;
    margin: 0 auto 18px auto;
}

.jjfa_section7 .content .ul .li a .pic {
    width: 122px;
    margin: 0 auto 20px auto;
    position: relative;
}

.jjfa_section7 .content .ul .li a .pic::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #047BF7;
    position: absolute;
    left: calc(100% + 22px);
    top: 50%;
    margin-top: -0.5px;
}

.jjfa_section7 .content .ul .li:last-child a .pic::after {
    display: none;
}

.jjfa_section7 .content .ul .li a .pic img {
    width: 100%;
    display: block;
    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;
}

.jjfa_section7 .content .ul .li a:hover .pic img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

.jjfa_section7 .content .ul .li a .quan2 {
    width: 10px;
    height: 10px;
    border: 2px solid #047bf7;
    border-radius: 100%;
    margin: 0 auto 14px auto;
}

.jjfa_section7 .content .ul .li a .info {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .jjfa_section7 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .jjfa_section7 h6 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .jjfa_section7 .content .ul .li a .num {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .jjfa_section7 .content .ul .li a .pic {
        width: 100px;
    }

    .jjfa_section7 .content .ul .li a .pic::after {
        width: 60px;
        left: calc(100% + 16px);
    }

    .jjfa_section7 .content .ul .li a .info {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .jjfa_section7 .content .ul .li a .pic::after {
        width: 40px;
        left: calc(100% + 10px);
    }
}

@media screen and (max-width: 1024px) {
    .jjfa_section7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jjfa_section7 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .jjfa_section7 .content .ul {
        display: block;
        padding-bottom: 30px;
    }

    .jjfa_section7 .content .ul .li {
        display: block;
    }

    .jjfa_section7 .content .ul .li a .num {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .jjfa_section7 .content .ul .li a .quan1 {
        margin: 0 auto 12px auto;
    }

    .jjfa_section7 .content .ul .li a .pic {
        width: 80px;
        margin: 0 auto 12px auto;
    }

    .jjfa_section7 .content .ul .li a .quan2 {
        margin: 0 auto 12px auto;
    }

    .jjfa_section7 .content .ul .li a .info {
        font-size: 14px;
        line-height: 24px;
    }

    .jjfa_section7 .content .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .jjfa_section7 .content .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: 0 4px;
        background: #dddddd;
    }

    .jjfa_section7 .content .ul .slick-dots li.slick-active {
        background: #047bf7;
    }

    .jjfa_section7 .content .ul .li a .pic::after {
        display: none;
    }
}

/*软件试用*/
.rjsy_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.rjsy_section h1 {
    font-size: 36px;
    color: #020000;
    line-height: 40px;
    margin-bottom: 22px;
    text-align: center;
}

.rjsy_section .infos {
    font-size: 22px;
    color: #555555;
    line-height: 40px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: lighter;
}

.rjsy_section .infos .b2 {
    display: none;
}

.rjsy_section .content {
    width: 100%;
    position: relative;
    background: #e8ebf0;
}

.rjsy_section .content .left {
    width: 69.4%;
    padding: 48px 80px 48px 64px;
}

.rjsy_section .content .left .tit {
    font-size: 24px;
    color: #020000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 18px;
}

.rjsy_section .content .left .listbox {
    width: 100%;
    margin-bottom: 50px;
}

.rjsy_section .content .left .listbox .list {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.rjsy_section .content .left .listbox .list:last-child {
    margin-bottom: 0;
}

.rjsy_section .content .left .listbox .list .words {
    float: left;
    width: 110px;
    text-align: right;
    padding-right: 14px;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
}

.rjsy_section .content .left .listbox .list .words span {
    color: #ff0000;
}

.rjsy_section .content .left .listbox .list .input {
    width: calc(100% - 110px);
    float: left;
}

.rjsy_section .content .left .listbox .list .input input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    padding: 0 16px;
    font-size: 14px;
    color: #b1b1b1;
}

.rjsy_section .content .left .listbox .list .input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.rjsy_section .content .left .listbox .list .input input:-moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.rjsy_section .content .left .listbox .list .input input::moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.rjsy_section .content .left .listbox .list .input input:-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.rjsy_section .content .left .listbox .list .input.yzm input {
    width: 79.59%;
    float: left;
}

.rjsy_section .content .left .listbox .list .input.yzm button {
    width: 20.41%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    background: #047bf7;
}

.rjsy_section .content .left .buts {
    width: 190px;
    margin: 0 auto;
}

.rjsy_section .content .left .buts a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #047bf7;
}

.rjsy_section .content .left .buts a:hover {
    opacity: 0.8;
}

.rjsy_section .content .right {
    width: 30.6%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.rjsy_section .content .right::after {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    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%);
}

@media screen and (max-width: 1680px) {
    .rjsy_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rjsy_section h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .rjsy_section .infos {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .rjsy_section .content .left {
        padding: 40px 60px;
    }

    .rjsy_section .content .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .rjsy_section .content .left .listbox {
        margin-bottom: 40px;
    }

    .rjsy_section .content .left .listbox .list .words {
        font-size: 14px;
        line-height: 36px;
    }

    .rjsy_section .content .left .listbox .list .input input {
        height: 36px;
    }

    .rjsy_section .content .left .listbox .list .input.yzm input {
        width: 70%;
    }

    .rjsy_section .content .left .listbox .list .input.yzm button {
        width: 30%;
        height: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .rjsy_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rjsy_section h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .rjsy_section .infos {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .rjsy_section .infos br {
        display: none;
    }

    .rjsy_section .content .left {
        width: 100%;
        padding: 12px;
    }

    .rjsy_section .content .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .rjsy_section .content .left .listbox {
        margin-bottom: 12px;
    }

    .rjsy_section .content .left .listbox .list .words {
        width: 90px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 34px;
    }

    .rjsy_section .content .left .listbox .list .input {
        width: calc(100% - 90px);
    }

    .rjsy_section .content .left .listbox .list .input input {
        height: 34px;
        padding: 0 12px;
    }

    .rjsy_section .content .left .listbox .list .input.yzm input {
        width: 65%;
    }

    .rjsy_section .content .left .listbox .list .input.yzm button {
        width: 35%;
        height: 34px;
    }

    .rjsy_section .content .left .buts {
        width: 120px;
    }

    .rjsy_section .content .left .buts a {
        font-size: 14px;
        line-height: 36px;
    }

    .rjsy_section .content .right {
        display: none;
    }

    .rjsy_section .infos .b2 {
        display: block;
    }
}

/*优秀案例*/
.yxal_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.yxal_section h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.yxal_section .infos {
    font-size: 22px;
    color: #555555;
    line-height: 40px;
    text-align: center;
    margin-bottom: 45px;
    font-weight: lighter;
}

.yxal_section .ulbox {
    width: 100%;
    margin-bottom: 58px;
}

.yxal_section .ulbox ul {
    margin: -15px;
    overflow: hidden;
    width: calc(100% + 30px);
}

.yxal_section .ulbox ul li {
    width: 20%;
    float: left;
    padding: 15px;
}

.yxal_section .ulbox ul li a {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #E5E5E5;
}

.yxal_section .ulbox ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgba(4, 123, 247, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    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;
}

.yxal_section .ulbox ul li a:hover::after {
    width: 100%;
}

.yxal_section .ulbox ul li.nolink a::after {
    display: none;
}

.yxal_section .ulbox ul li a .pic {
    width: 100%;
    padding-bottom: 50.41%;
    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;
}

.yxal_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%);
    -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;
}

.yxal_section .ulbox 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);
}

.yxal_section .ulbox ul li a .ico {
    display: none;
    width: 26px;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.yxal_section .ulbox ul li a:hover .ico {
    display: block;
}

@media screen and (max-width: 1680px) {
    .yxal_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .yxal_section h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .yxal_section .infos {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .yxal_section .ulbox {
        margin-bottom: 50px;
    }

    .yxal_section .ulbox ul {
        margin: -10px;
        width: calc(100% + 20px);
    }

    .yxal_section .ulbox ul li {
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .yxal_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .yxal_section h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .yxal_section .infos {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .yxal_section .infos br {
        display: none;
    }

    .yxal_section .ulbox {
        margin-bottom: 20px;
    }

    .yxal_section .ulbox ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .yxal_section .ulbox ul li {
        padding: 6px;
        width: 33.3333%;
    }

    .yxal_section .ulbox ul li a .ico {
        width: 20px;
    }
}

/*分页*/
.page_section {
    width: 100%;
}

.page_section .page1 {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.page_section .page1 a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    color: #555555;
    line-height: 22px;
    width: 24px;
    margin: 0 3.5px;
}

.page_section .page1 a.box1 {
    width: 58px;
}

.page_section .page1 a:hover,
.page_section .page1 a.on {
    color: #fff;
    background: #2f90ff;
    border-color: #2f90ff;
}

@media screen and (max-width: 1024px) {
    .page_section .page2 {
        width: 100%;
        font-size: 0;
        text-align: center;
    }

    .page_section .page2 a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        background: #2f90ff;
        border-radius: 16px;
        width: 100px;
    }

    .page_section .page2 span {
        font-size: 16px;
        color: #555;
        line-height: 36px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px;
    }
}

/*关于我们*/
.gywm_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gywm_section h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px;
}

.gywm_section .info {
    font-size: 18px;
    color: #555555;
    line-height: 36px;
    margin-bottom: 56px;
}

.gywm_section .info img {
    width: 100%;
    display: block;
}

.gywm_section .listbox {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #E5E5E5;
}

.gywm_section .listbox .list {
    width: 25%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #e5e5e5;
}

.gywm_section .listbox .list ._ts {
    font-size: 18px;
    color: #047bf7;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.gywm_section .listbox .list ._ts span {
    font-size: 48px;
    color: #047bf7;
    line-height: 52px;
    font-weight: bolder;
}

.gywm_section .listbox .list ._bs {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    text-align: center;
    height: 60px;
}

@media screen and (max-width: 1680px) {
    .gywm_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .gywm_section h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .gywm_section .info {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .gywm_section .listbox .list ._ts {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .gywm_section .listbox .list ._ts span {
        font-size: 36px;
        line-height: 40px;
    }

    .gywm_section .listbox .list ._bs {
        font-size: 14px;
        line-height: 26px;
        height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .gywm_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gywm_section h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .gywm_section .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .gywm_section .listbox {
        border-left: 0;
    }

    .gywm_section .listbox .list {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 0;
    }

    .gywm_section .listbox .list ._ts {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .gywm_section .listbox .list ._ts span {
        font-size: 24px;
        line-height: 30px;
    }

    .gywm_section .listbox .list ._bs {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

/*联系我们*/
.lxwm_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.lxwm_section .top {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.lxwm_section .top .left {
    width: 31.19%;
    float: left;
    background: #e8ebf0;
}

.lxwm_section .top .left h1 {
    font-size: 24px;
    color: #000000;
    line-height: 102px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lxwm_section .top .left .listbox {
    width: 100%;
    padding: 35px 10px 40px 10px;
}

.lxwm_section .top .left .listbox .list {
    margin-bottom: 40px;
}

.lxwm_section .top .left .listbox .list:last-child {
    margin-bottom: 0;
}

.lxwm_section .top .left .listbox img {
    width: 50px;
    display: block;
    margin: 0 auto 16px auto;
}

.lxwm_section .top .left .listbox .words {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    text-align: center;
}

.lxwm_section .top .right {
    width: calc(68.81% - 24px);
    float: right;
    background: #e8ebf0;
    padding: 36px 30px 40px 30px;
}

.lxwm_section .top .right h2 {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.lxwm_section .top .right .info {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    text-align: center;
    margin-bottom: 36px;
}

.lxwm_section .top .right .listbox {
    width: calc(100% + 16px);
    margin: -5px -8px;
    overflow: hidden;
}

.lxwm_section .top .right .listbox .list {
    width: 50%;
    float: left;
    padding: 5px 8px;
}

.lxwm_section .top .right .listbox .list .words {
    width: 90px;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    padding-right: 14px;
    text-align: right;
    float: left;
}

.lxwm_section .top .right .listbox .list .words span {
    color: #ff0000;
}

.lxwm_section .top .right .listbox .list .input {
    width: calc(100% - 90px);
    float: left;
}

.lxwm_section .top .right .listbox .list .input input {
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 0 12px;
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .listbox .list .input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .listbox .list .input input:-moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .listbox .list .input input::moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .listbox .list .input input:-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .listbox .list .input.yzm input {
    width: 60%;
    float: left;
}

.lxwm_section .top .right .listbox .list .input.yzm img {
    width: 36%;
    float: right;
    height: 40px;
    display: block;
}

.lxwm_section .top .right .yzmbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 10px;
}

.lxwm_section .top .right .yzmbox .words {
    width: 90px;
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    padding-right: 14px;
    text-align: right;
    float: left;
}

.lxwm_section .top .right .yzmbox textarea {
    width: calc(100% - 90px);
    float: left;
    height: 120px;
    background: #fff;
    background: #fff;
    font-size: 14px;
    color: #b1b1b1;
    line-height: 20px;
    padding: 12px;
    border: 0;
}

.lxwm_section .top .right .yzmbox textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .yzmbox textarea:-moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .yzmbox textarea::moz-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .yzmbox textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #b1b1b1;
}

.lxwm_section .top .right .buts {
    width: 190px;
    margin: 0 auto;
}

.lxwm_section .top .right .buts a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #047bf7;
}

.lxwm_section .top .right .buts a:hover {
    opacity: 0.8;
}

.lxwm_section .bottom {
    width: 100%;
}

.lxwm_section .bottom ._mapbox {
    height: 590px !important;
}

@media screen and (max-width: 1680px) {
    .lxwm_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lxwm_section .top .right .info {
        font-size: 12px;
    }

    .lxwm_section .bottom ._mapbox {
        height: 500px !important;
    }

    .lxwm_section .top .right {
        padding: 36px 20px 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .lxwm_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lxwm_section .top {
        margin-bottom: 14px;
    }

    .lxwm_section .top .left {
        width: 100%;
        margin-bottom: 14px;
    }

    .lxwm_section .top .left h1 {
        font-size: 18px;
        line-height: 60px;
    }

    .lxwm_section .top .left .listbox {
        padding: 12px;
    }

    .lxwm_section .top .left .listbox .list {
        margin-bottom: 12px;
    }

    .lxwm_section .top .left .listbox img {
        width: 46px;
        display: block;
        margin: 0 auto 12px auto;
    }

    .lxwm_section .top .left .listbox .words {
        font-size: 14px;
        line-height: 26px;
    }

    .lxwm_section .top .right {
        width: 100%;
        padding: 12px;
    }

    .lxwm_section .top .right h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .lxwm_section .top .right .info {
        font-size: 14px;
        ;
        margin-bottom: 12px;
    }

    .lxwm_section .top .right .listbox {
        width: 100%;
        margin: 0;
    }

    .lxwm_section .top .right .listbox .list {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }

    .lxwm_section .top .right .listbox .list:last-child {
        margin-bottom: 0;
    }

    .lxwm_section .top .right .listbox .list .words {
        font-size: 14px;
        line-height: 36px;
    }

    .lxwm_section .top .right .listbox .list .input input {
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }

    .lxwm_section .top .right .listbox .list .input input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .lxwm_section .top .right .listbox .list .input input:-moz-placeholder {
        font-size: 14px;
    }

    .lxwm_section .top .right .listbox .list .input input::moz-placeholder {
        font-size: 14px;
    }

    .lxwm_section .top .right .listbox .list .input input:-ms-input-placeholder {
        font-size: 14px;
    }

    .lxwm_section .top .right .listbox .list .input.yzm input {
        width: 60%;
        float: left;
    }

    .lxwm_section .top .right .listbox .list .input.yzm img {
        width: 36%;
        float: right;
        height: 36px;
        display: block;
    }

    .lxwm_section .top .right .yzmbox {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .lxwm_section .top .right .yzmbox .words {
        font-size: 14px;
    }

    .lxwm_section .top .right .yzmbox textarea {
        height: 90px;
    }

    .lxwm_section .top .right .buts {
        width: 120px;
        margin: 0 auto;
    }

    .lxwm_section .top .right .buts a {
        display: block;
        font-size: 14px;
        line-height: 40px;
    }

    .lxwm_section .bottom ._mapbox {
        height: 260px !important;
    }
}

/*新闻资讯*/
.xwzx_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.xwzx_section .ulbox {
    width: 100%;
    margin-bottom: 100px;
}

.xwzx_section .ulbox ul {
    width: 100%;
}

.xwzx_section .ulbox ul li {
    width: 100%;
    margin-bottom: 20px;
}

.xwzx_section .ulbox ul li:last-child {
    margin-bottom: 0;
}

.xwzx_section .ulbox ul li a {
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    font-size: 0;
    padding: 20px 20px 20px 46px;
}

.xwzx_section .ulbox ul li a:hover {
    background: #047bf7;
    border-color: #047bf7;
}

.xwzx_section .ulbox ul li a .left {
    width: calc(100% - 268px);
    padding-right: 46px;
    display: inline-block;
    vertical-align: middle;
}

.xwzx_section .ulbox ul li a .left .tit {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xwzx_section .ulbox ul li a:hover .left .tit {
    color: #fff;
}

.xwzx_section .ulbox ul li a .left .info {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    margin-bottom: 28px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwzx_section .ulbox ul li a:hover .left .info {
    color: #fff;
}

.xwzx_section .ulbox ul li a .left .date {
    font-size: 16px;
    color: #888888;
    line-height: 20px;
}

.xwzx_section .ulbox ul li a:hover .left .date {
    color: #fff;
}

.xwzx_section .ulbox ul li a .right {
    width: 266px;
    display: inline-block;
    vertical-align: middle;
}

.xwzx_section .ulbox ul li a .right .pic {
    width: 100%;
    padding-bottom: 70.3%;
    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;
}

.xwzx_section .ulbox ul li a .right .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;
}

.xwzx_section .ulbox ul li a:hover .right .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);
}

@media screen and (max-width: 1680px) {
    .xwzx_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .xwzx_section .ulbox {
        margin-bottom: 60px;
    }

    .xwzx_section .ulbox ul li a .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px
    }

    .xwzx_section .ulbox ul li a .left .info {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
        height: 52px;
    }

    .xwzx_section .ulbox ul li a .left .date {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .xwzx_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xwzx_section .ulbox {
        margin-bottom: 20px;
    }

    .xwzx_section .ulbox ul li {
        margin-bottom: 14px;
    }

    .xwzx_section .ulbox ul li a {
        padding: 12px;
    }

    .xwzx_section .ulbox ul li a .left {
        width: 100%;
        padding-right: 0;
        display: block;
        margin-bottom: 16px;
    }

    .xwzx_section .ulbox ul li a .left .tit {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .xwzx_section .ulbox ul li a .left .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
        height: 48px;
    }

    .xwzx_section .ulbox ul li a .left .date {
        font-size: 14px;
        line-height: 18px;
    }

    .xwzx_section .ulbox ul li a .right {
        width: 100%;
    }
}

/*新闻详情*/
.xwxq_section {
    width: 100%;
}

.xwxq_section .content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.xwxq_section .content::before {
    content: "";
    display: block;
    width: 30.89%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -16px 0px 20px 0px rgba(0, 0, 0, 0.05)
}

.xwxq_section .content::after {
    content: "";
    display: block;
    clear: both;
}

.xwxq_section .content .left {
    width: 69.11%;
    float: left;
    padding-right: 52px;
}

.xwxq_section .content .left h1 {
    font-size: 28px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 14px;
}

.xwxq_section .content .left .boxs {
    width: 100%;
    overflow: hidden;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #E5E5E5;
}

.xwxq_section .content .left .boxs ._ls {
    float: left;
}

.xwxq_section .content .left .boxs ._ls .list {
    float: left;
    margin-right: 56px;
}

.xwxq_section .content .left .boxs ._ls .list:last-child {
    margin-right: 0;
}

.xwxq_section .content .left .boxs ._ls .list img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section .content .left .boxs ._ls .list .words {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.xwxq_section .content .left .boxs ._rs {
    float: right;
    font-size: 0;
}

.xwxq_section .content .left .boxs ._rs img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.xwxq_section .content .left .boxs ._rs .words {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.xwxq_section .content .left .info {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    padding-bottom: 86px;
    border-bottom: 1px solid #e5e5e5;
}

.xwxq_section .content .left .info img {
    max-width: 100%;
    display: block;
}

.xwxq_section .content .left .pagebox {
    width: 100%;
    position: relative;
    padding-top: 26px;
}

.xwxq_section .content .left .pagebox::after {
    content: "";
    display: block;
    clear: both;
}

.xwxq_section .content .left .pagebox .prev {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.xwxq_section .content .left .pagebox .prev a {
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}

.xwxq_section .content .left .pagebox .prev a:hover {
    color: #047bf7;
}

.xwxq_section .content .left .pagebox .next {
    width: 50%;
    float: right;
    padding-left: 50px;
}

.xwxq_section .content .left .pagebox .next a {
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    text-align: right;
}

.xwxq_section .content .left .pagebox .next a:hover {
    color: #047bf7;
}

.xwxq_section .content .left .pagebox .prev a span,
.xwxq_section .content .left .pagebox .next a span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.xwxq_section .content .left .pagebox .fh {
    width: 77px;
    position: absolute;
    left: 50%;
    margin-left: -38.5px;
    top: -38.5px;
    border-radius: 100%;
    background: #047bf7;
}

.xwxq_section .content .left .pagebox .fh::after {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -0.5px;
}

.xwxq_section .content .left .pagebox .fh a {
    display: block;
    width: 100%;
    height: 77px;
    padding-top: 18px;
}

.xwxq_section .content .left .pagebox .fh a:hover {
    opacity: 0.8;
}

.xwxq_section .content .left .pagebox .fh a img {
    width: 18px;
    display: block;
    margin: 0 auto 7px auto;
}

.xwxq_section .content .left .pagebox .fh a .words {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.xwxq_section .content .right {
    width: 30.89%;
    float: right;
    position: relative;
    z-index: 2;
    padding-left: 52px;
}

.xwxq_section .content .right h2 {
    font-size: 28px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.xwxq_section .content .right ul {
    width: 100%;
}

.xwxq_section .content .right ul li {
    border-bottom: 1px dashed #e5e5e5;
}

.xwxq_section .content .right ul li a {
    display: block;
    padding-top: 22px;
    padding-bottom: 26px;
}

.xwxq_section .content .right ul li a .tit {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwxq_section .content .right ul li a:hover .tit {
    color: #047bf7;
}

.xwxq_section .content .right ul li a .date {
    font-size: 14px;
    color: #555555;
    line-height: 18px;
}

@media screen and (max-width: 1680px) {
    .xwxq_section .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .xwxq_section .content .left {
        padding-right: 40px;
    }

    .xwxq_section .content .left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .xwxq_section .content .left .boxs {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .xwxq_section .content .left .boxs ._ls .list {
        margin-right: 30px;
    }

    .xwxq_section .content .left .boxs ._ls .list .words {
        font-size: 14px;
    }

    .xwxq_section .content .left .boxs ._rs .words {
        font-size: 14px;
    }

    .xwxq_section .content .left .info {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 70px;
    }

    .xwxq_section .content .left .pagebox {
        width: 100%;
        position: relative;
        padding-top: 26px;
    }

    .xwxq_section .content .left .pagebox::after {
        content: "";
        display: block;
        clear: both;
    }

    .xwxq_section .content .left .pagebox .prev {
        width: 50%;
        float: left;
        padding-right: 50px;
    }

    .xwxq_section .content .left .pagebox .prev a {
        display: block;
        font-size: 16px;
        color: #555555;
        line-height: 30px;
    }

    .xwxq_section .content .left .pagebox .prev a:hover {
        color: #047bf7;
    }

    .xwxq_section .content .left .pagebox .next {
        width: 50%;
        float: right;
        padding-left: 50px;
    }

    .xwxq_section .content .left .pagebox .next a {
        display: block;
        font-size: 16px;
        color: #555555;
        line-height: 30px;
        text-align: right;
    }

    .xwxq_section .content .left .pagebox .next a:hover {
        color: #047bf7;
    }

    .xwxq_section .content .left .pagebox .fh {
        width: 77px;
        position: absolute;
        left: 50%;
        margin-left: -38.5px;
        top: -38.5px;
        border-radius: 100%;
        background: #047bf7;
    }

    .xwxq_section .content .left .pagebox .fh::after {
        content: "";
        display: block;
        width: 1px;
        height: 46px;
        background: #e5e5e5;
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -0.5px;
    }

    .xwxq_section .content .left .pagebox .fh a {
        display: block;
        width: 100%;
        height: 77px;
        padding-top: 18px;
    }

    .xwxq_section .content .left .pagebox .fh a:hover {
        opacity: 0.8;
    }

    .xwxq_section .content .left .pagebox .fh a img {
        width: 18px;
        display: block;
        margin: 0 auto 7px auto;
    }

    .xwxq_section .content .left .pagebox .fh a .words {
        font-size: 16px;
        color: #ffffff;
        line-height: 20px;
        text-align: center;
    }

    .xwxq_section .content .right {
        padding-left: 40px;
    }

    .xwxq_section .content .right h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .xwxq_section .content .right ul li a {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .xwxq_section .content .right ul li a .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .xwxq_section .content .right ul li a .date {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .xwxq_section .content .left .boxs ._rs {
        display: none;
    }

    .xwxq_section .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xwxq_section .content::before {
        display: none;
    }

    .xwxq_section .content .left {
        width: 100%;
        padding-right: 0;
    }

    .xwxq_section .content .left h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .xwxq_section .content .left .boxs {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .xwxq_section .content .left .boxs ._ls .list {
        margin-right: 10px;
    }

    .xwxq_section .content .left .boxs ._ls .list .words {
        font-size: 14px;
    }

    .xwxq_section .content .left .boxs ._rs .words {
        font-size: 14px;
    }

    .xwxq_section .content .left .info {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 86px;
    }

    .xwxq_section .content .left .pagebox {
        padding-top: 20px;
    }

    .xwxq_section .content .left .pagebox .prev {
        padding-right: 12px;
    }

    .xwxq_section .content .left .pagebox .prev a {
        font-size: 14px;
        line-height: 24px;
    }

    .xwxq_section .content .left .pagebox .next {
        padding-left: 12px;
    }

    .xwxq_section .content .left .pagebox .next a {
        font-size: 14px;
        line-height: 24px;
    }

    .xwxq_section .content .left .pagebox .fh {
        width: 40px;
        margin-left: -20px;
        top: -20px;
    }

    .xwxq_section .content .left .pagebox .fh::after {
        height: 50px;
    }

    .xwxq_section .content .left .pagebox .fh a {
        height: 40px;
        padding-top: 12px;
    }

    .xwxq_section .content .left .pagebox .fh a img {
        width: 18px;
        margin: 0 auto;
    }

    .xwxq_section .content .left .pagebox .fh a .words {
        font-size: 14px;
        line-height: 18px;
        display: none;
    }

    .xwxq_section .content .right {
        display: none;
    }
}



.cp_section23 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cp_section23 h6 {
    font-size: 36px;
    color: #131415;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px;
}

.cp_section23 .content {
    width: 100%;
    padding-left: 170px;
    padding-right: 170px;
}

.cp_section23 .content ul {
    margin: -20px;
    overflow: hidden;
    width: calc(100% + 40px);
}

.cp_section23 .content ul li {
    width: 25%;
    float: left;
    padding: 20px;
}

.cp_section23 .content ul li a {
    display: block;
    width: 100%;
}

.cp_section23 .content ul li a .pic {
    width: 100%;
    padding-bottom: 40%;
    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;
}

.cp_section23 .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;
}

.cp_section23 .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);
}

.cp_section23 .content .more {
    width: 200px;
    margin: 52px auto 0 auto;
}

.cp_section23 .content .more a {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: #0280ff;
    border-radius: 24px;
}

.cp_section23 .content .more a:hover {
    background: #e7290f;
}

@media screen and (max-width: 1680px) {
    .cp_section23 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cp_section23 h6 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .cp_section23 .content {
        padding-left: 0;
        padding-right: 0;
    }

    .cp_section23 .content ul {
        margin: -16px;
        width: calc(100% + 32px);
    }

    .cp_section23 .content ul li {
        padding: 16px;
    }

    .cp_section23 .content .more {
        width: 160px;
        margin: 40px auto 0 auto;
    }

    .cp_section23 .content .more a {
        font-size: 18px;
        line-height: 40px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .cp_section23 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cp_section23 h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .cp_section23 .content {
        padding-left: 0;
        padding-right: 0;
    }

    .cp_section23 .content ul {
        margin: -6px;
        width: calc(100% + 12px);
    }

    .cp_section23 .content ul li {
        width: 33.333333%;
        padding: 6px;
    }

    .cp_section23 .content ul li.ls {
        display: none;
    }

    .cp_section23 .content .more {
        width: 120px;
        margin: 16px auto 0 auto;
    }

    .cp_section23 .content .more a {
        font-size: 16px;
        line-height: 36px;
        border-radius: 18px;
    }
}


/* 软件功能 */
@media screen and (max-width: 1680px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }

    .box2 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }

    .box2 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}


.box2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.sy_section22 {
    width: 100%;
    padding-top: 68px;
}

.sy_section22 h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section22 h1 img {
    width: 342px;
    height: 47px;
}

/* 安全可靠 */
@media screen and (max-width: 1680px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }

    .box3 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }

    .box3 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

.box3 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 已经选择 */
@media screen and (max-width: 1680px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }

    .box img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .box2 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .box3 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {

    body,
    html {
        margin: 0;
        padding: 0;
    }


    .box img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .box2 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .box3 img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

.box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.box2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.box3 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 切换 */
.box34 {
    padding-bottom: 100px;
}

.box34 h3 {
    text-align: center;
    margin: 0 auto;
    width: 371px;
    height: 47px;
    margin-top: 66px;
}

.box34 h3 img {
    width: 100%;
    height: 100%;
}

.box34 {
    margin: 0px 15%;
}

.box34 a {
    text-decoration: none;
}

.box34 .nav {
    margin-left: 15%;
}

.box34 .nav a {
    display: block;
    width: 22%;
    height: 20%;
    line-height: 284%;
    text-align: center;
    background: #e3eafe;
    color: #008aff;
    float: left;
    margin-right: 4%;
    border-radius: 6px;
    font-size: 162%;
    font-family: Microsoft YaHei;
}

.box34 .nav a.hover {
    background: #0d64e7;
    color: #fff;
}

.box34 .nav_con {
    clear: both;
}

.box34 .nav_con .gl {
    display: none;
}

.box34 .nav_con .gl:nth-child(1) {
    display: block;
}

.box34 .right div {
    width: 100%;
    height: 100%;
}

.box34 .right {
    margin-left: 169px;
    width: auto;
    height: 688px;
}

.box34 .right img {
    width: 100%;
    height: 100%;
}

.box34 .right div {
    display: none;
}

.box34 .right div:nth-child(1) {
    display: block;
}

.box34 .lcgf .left {
    width: 137px;
    float: left;
    margin-top: 1%;
}

.box34 .lcgf .left .one {
    width: 115%;
    height: 150px;
    border-radius: 6px;
    margin-bottom: 14%;
    background: #e3eafe;
    color: #008aff;
    cursor: pointer;
}

.box34 .lcgf .left .current {
    background: linear-gradient(43deg, #008aff, #00d8ff);
    color: #fff;
}

.box34 .lcgf .left .current:hover {
    background: linear-gradient(43deg, #008aff, #00d8ff);
    color: #fff;
}

.box34 .lcgf .left p {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding: 50px 30px 50px 30px;
}

@media screen and (max-width: 1680px) {
    .box34 {
        padding-bottom: 100px;
    }

    .box34 h3 {
        margin: 0 auto;
        text-align: center;
        width: 371px;
        height: 47px;
        margin-top: 66px;
    }

    .box34 h3 img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .box34 {
        padding-bottom: 0;
    }

    .box34 h3 {
        text-align: center;
        width: 133px;
        height: 18px;
        margin-top: 10%;
    }

    .box34 h3 img {
        width: 100%;
        height: 100%;
    }

    .box34 .nav {
        width: 800px;
        /* text-align: center; */
        margin-left: -15%;
    }

    .box34 .nav a {
        width: 97px;
    }

    .right_gf img {
        margin-top: -96px;
    }

    .nav_con .glgf {
        width: 355px;
        height: 197px;
        margin-left: -37px;
    }

    .nav_con .glgf img {
        width: 100%;
        height: 100%;
    }

    .nav_con .lcgf {
        margin-left: -37px;
        width: 580px;
    }

    .box34 .lcgf .left {
        width: 10%;
        float: left;
        margin-top: 1%;
    }

    .box34 .lcgf .left .one {
        width: 115%;
        height: 46px;
        border-radius: 6px;
        margin-bottom: 14%;
        background: #e3eafe;
        color: #008aff;
        cursor: pointer;
    }

    .box34 .lcgf .left p {
        text-align: center;
        width: 58px;
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        padding: 6px 0px 15px 6px;
    }

    .box34 .right div {
        width: 100%;
        height: 100%;
    }

    .box34 .right {
        margin-left: 12%;
        width: 285px;
        height: 221px;
    }

    .box34 .right img {
        width: 100%;
        height: 100%;
    }
}

/* 新增 */
.sy_section9 {
    width: 100%;
    padding-top: 68px;
}

.sy_section9 .box_con12 img {
    width: 120px;
    height: 120px;
    transition: all .5s ease .1s;
}

.sy_section9 .box_con12 img:hover {
    transform: scale(1.2);
}

.sy_section9 h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 50px;
}

.sy_section9 .box {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
}

.sy_section9 .box_messageBox img {
    width: 417px;
    height: 72px;
    margin-left: 35%;
}

.sy_section9 .box_con12 {
    clear: both;
    margin: 0 auto;
}

.sy_section9 .box_con12 .box12 {
    display: none;
}

.sy_section9 .box_con12 .box12:nth-child(1) {
    display: block;
}

.sy_section9 .box_cone {
    width: 100%;
}

.sy_section9 .box_cone .box12_one,
.sy_section9 .box_cone .box12_one1,
.sy_section9 .box_cone .box12_one2,
.sy_section9 .box_cone .box12_one3,
.sy_section9 .box_ctwo .box12_two,
.sy_section9 .box_ctwo .box12_two1,
.sy_section9 .box_ctwo .box12_two2,
.sy_section9 .box_ctwo .box12_two3 {
    display: flex;
}

.sy_section9 .boxiso {
    width: 670px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(7, 1, 2, 0.08);
    border-radius: 4px;
    padding: 10px 50px 10px 20px;
    margin-top: 20px;
}

.sy_section9 .boxiso:nth-child(even) {
    margin-left: 20px;
}

.sy_section9 img {
    width: 118px;
    height: 118px;
    float: left;
    margin-right: 20px;
}

.sy_section9 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 4%;
}

.sy_section9 p {
    font-size: 15px;
    font-weight: 400;
    color: #858585;
}

.sy_section9 .box_messageBox .hover {
    display: none;
}

@media screen and (max-width: 1680px) {
    body {
        font-size: 28px;
    }

    .sy_section9 .box_messageBox img {
        margin-left: 30%;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 26px;
    }

    .sy_section9 .box_messageBox img {
        margin-left: 28%;
    }
}

@media screen and (max-width: 1360px) {
    body {
        font-size: 24px;
    }

    .sy_section9 .box_messageBox img {
        margin-left: 26%;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 20px;
    }

    .sy_section9 .box_messageBox img {
        margin-left: 24%;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
    }

    .sy_section9 .box_messageBox img {
        margin-left: 28%;
    }
}




.sy_section23 {
    width: 100%;
    padding-top: 68px;
}

.sy_section23 h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    width: 342px;
    height: 47px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.sy_section23 h1 img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_center {
    display: flex;
}

.sy_section23 .iso_center1 {
    display: flex;
}

.sy_section23 .iso_one {
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_one img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_two {
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_two img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_two {
    position: relative;
    color: #fff;
}

.sy_section23 .iso_two .iso_twoT {
    position: absolute;
    top: 70px;
    left: 32px;
    width: 390px;
    height: 210px;
}

.sy_section23 .iso_two .iso_twoT h3 {
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 3px
}

.sy_section23 .iso_two .iso_twoT .line {
    width: 60px;
    height: 3px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.sy_section23 .iso_two .iso_twoT .content {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 3px
}

.sy_section23 .iso_three {
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_three img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_four {
    position: relative;
    color: #fff;
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_four img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_four .iso_fourT {
    position: absolute;
    top: 70px;
    left: 32px;
    width: 390px;
    height: 210px;
}

.sy_section23 .iso_four .iso_fourT h3 {
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 3px
}

.sy_section23 .iso_four .iso_fourT .line {
    width: 60px;
    height: 3px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.sy_section23 .iso_four .iso_fourT .content {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 3px
}

.sy_section23 .iso_five {
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_five img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_six {
    position: relative;
    color: #fff;
    width: 454px;
    height: 350px;
}

.sy_section23 .iso_six img {
    width: 100%;
    height: 100%;
}

.sy_section23 .iso_six .iso_sixT {
    position: absolute;
    top: 70px;
    left: 32px;
    width: 390px;
    height: 210px;
}

.sy_section23 .iso_six .iso_sixT h3 {
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 3px
}

.sy_section23 .iso_six .iso_sixT .line {
    width: 60px;
    height: 3px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.sy_section23 .iso_six .iso_sixT .content {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 3px
}

@media screen and (max-width: 1680px) {

    .sy_section23 .iso_one {
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_one img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_two {
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_two img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_two {
        position: relative;
    }

    .sy_section23 .iso_two .iso_twoT {
        position: absolute;
        top: 70px;
        left: 32px;
        width: 330px;
        height: 160px;
    }

    .sy_section23 .iso_two .iso_twoT h3 {
        font-size: 20px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_two .iso_twoT .line {
        width: 60px;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_two .iso_twoT .content {
        margin-top: 20px;
        font-size: 15px;
        letter-spacing: 3px
    }

    .sy_section23 .iso_three {
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_three img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_four {
        position: relative;
        color: #fff;
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_four img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_four .iso_fourT {
        position: absolute;
        top: 70px;
        left: 32px;
        width: 330px;
        height: 160px;
    }

    .sy_section23 .iso_four .iso_fourT h3 {
        font-size: 20px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_four .iso_fourT .line {
        width: 60px;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_four .iso_fourT .content {
        margin-top: 20px;
        font-size: 15px;
        letter-spacing: 3px
    }

    .sy_section23 .iso_five {
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_five img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_six {
        position: relative;
        color: #fff;
        width: 434px;
        height: 310px;
    }

    .sy_section23 .iso_six img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_six .iso_sixT {
        position: absolute;
        top: 70px;
        left: 32px;
        width: 330px;
        height: 160px;
    }

    .sy_section23 .iso_six .iso_sixT h3 {
        font-size: 20px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_six .iso_sixT .line {
        width: 60px;
        height: 3px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_six .iso_sixT .content {
        margin-top: 20px;
        font-size: 15px;
        letter-spacing: 3px
    }
}

@media screen and (max-width: 1024px) {

    .sy_section23 .iso_one {
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_one img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_two {
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_two img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_two {
        position: relative;
    }

    .sy_section23 .iso_two .iso_twoT {
        position: absolute;
        top: 60px;
        left: 32px;
        width: 260px;
        height: 160px;
    }

    .sy_section23 .iso_two .iso_twoT h3 {
        font-size: 17px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_two .iso_twoT .line {
        width: 50px;
        height: 2px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_two .iso_twoT .content {
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: 3px
    }

    .sy_section23 .iso_three {
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_three img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_four {
        position: relative;
        color: #fff;
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_four img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_four .iso_fourT {
        position: absolute;
        top: 60px;
        left: 32px;
        width: 260px;
        height: 160px;
    }

    .sy_section23 .iso_four .iso_fourT h3 {
        font-size: 17px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_four .iso_fourT .line {
        width: 50px;
        height: 2px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_four .iso_fourT .content {
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: 3px
    }

    .sy_section23 .iso_five {
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_five img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_six {
        position: relative;
        color: #fff;
        width: 400px;
        height: 260px;
    }

    .sy_section23 .iso_six img {
        width: 100%;
        height: 100%;
    }

    .sy_section23 .iso_six .iso_sixT {
        position: absolute;
        top: 60px;
        left: 32px;
        width: 260px;
        height: 160px;
    }

    .sy_section23 .iso_six .iso_sixT h3 {
        font-size: 17px;
        font-weight: bolder;
        letter-spacing: 3px
    }

    .sy_section23 .iso_six .iso_sixT .line {
        width: 50px;
        height: 2px;
        background-color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }

    .sy_section23 .iso_six .iso_sixT .content {
        margin-top: 20px;
        font-size: 13px;
        letter-spacing: 3px
    }
}


.sy_section22 {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 180px;
}

.sy_section22 .sy22 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.sy_section22 .sy22 .sy_box1 {
    display: flex;
    justify-content: space-between;
}

.sy_section22 .sy22 .sy_box1 .sy_one {
    text-align: center;
}

.sy_section22 .sy22 .sy_one {
    position: relative;
}

.sy_section22 .sy22 .sy_box1 p {
    position: absolute;
    top: 111px;
    left: 31px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sy_section22 .sy22 img {
    transition: all .5s ease .1s;
}

.sy_section22 .sy22 img:hover {
    transform: scale(1.1);
}


.sy_section22 .sy22 .sy_box2,
.sy_section22 .sy22 .sy_box3,
.sy_section22 .sy22 .sy_box4 {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.sy_section22 .sy22 .sy_box2 .sy_two,
.sy_section22 .sy22 .sy_box3 .sy_three,
.sy_section22 .sy22 .sy_box4 .sy_four {
    text-align: center;
}

.sy_section22 .sy22 .sy_two,
.sy_section22 .sy22 .sy_three,
.sy_section22 .sy22 .sy_four {
    position: relative;
}

.sy_section22 .sy22 .sy_box2 p,
.sy_section22 .sy22 .sy_box3 p,
.sy_section22 .sy22 .sy_box4 p {
    position: absolute;
    top: 111px;
    left: 31px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sy_section22 .sy22 .sy_box4 .sy_four .wjdq {
    position: absolute;
    top: 111px;
    left: 13px;
}

.sy_section22 .sy22 .sy_box4 .sy_four .sy_title,
.sy_section22 .sy22 .sy_box2 .sy_two .sy_title {
    position: absolute;
    top: 111px;
    left: 24px;
}

.sy_section22 .sy22 .sy_box1 .box_title {
    position: absolute;
    top: 111px;
    left: 38px;
}

.sy_section2 {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
}

.sy_section2 h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.sy_section2 .tit2 {
    font-size: 22px;
    color: #555555;
    line-height: 26px;
    text-align: center;
    margin-bottom: 46px;
    font-weight: lighter;
}









.box45 {
    margin-bottom: 80px;
}

.box45 h1 {
    width: 293px;
    height: 53px;
    font-size: 36px;
    color: #000000;
    line-height: 53px;
    margin: 0 auto;
    margin-bottom: 26px;
    margin-top: 150px;
}

.box45 h1 img {
    width: 100%;
    height: 100%;
}

.box45 img {
    width: 100%;
    height: 100%;
}


#menus {
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
}

#menus ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menus li {
    cursor: pointer;
}

#menus li:hover {
    background-color: #ddd;
}




.nli1 {
    height: 80px;
}

@media screen and (max-width:980px) {
    .element img {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:820px) {
    .element img {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {
    .element img {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .element img {
        width: 100%;
        margin-top: 50px;
    }
}

.icp:hover {
    text-decoration: underline;
}

.u1 li.active a {
    color: red;
    /* 或其他你想要的颜色 */
}