@charset "utf-8";

@media(max-width: 1000px) {

    .nav-LAN,
    .nav-LAN a {
        color: #303030;
    }

    .nav-LAN a.co {
        color: #fff;
    }

    #toTop {
        display: none !important;
    }

    /* 表单验证 动画效果 */

    @keyframes move {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);

        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 2px rgba(238, 118, 59, .4), 0 0 20px rgba(238, 118, 59, .2) inset;
        }
    }

    @keyframes moveHover {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);
        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 1px rgba(238, 118, 59, .9), 0 0 10px rgba(238, 118, 59, .3) inset;
        }
    }

    #check img {
        position: relative;
        top: -3px;
        display: inline-block;
        animation: move .5s linear infinite alternate;
        border-radius: 50%;
        margin-right: 5px;
        width: 30px;
        margin-left: -10px;
    }


    #check:hover img {
        animation: moveHover .8s linear infinite alternate;

    }

    /* 列表详情页 1400 开始 */

    .main {
        width: 94%;
        margin: 0 auto;
    }

    /* 返回顶部 */
    #toTop {
        position: fixed;
        bottom: 15%;
        right: 1%;
        z-index: 1000;
        cursor: pointer;
    }

    .co .nav-co>.active {
        color: #1489D9;
    }

    .nav-dbmc p,
    .nav-dbmc p a {
        color: #303030;
    }

    .nav li>a,
    .nav-zyqh a,
    .nav-zyqh span {
        color: #303030;
    }

    .nav .nav_ul>li.co>a,
    .nav li:hover>a {
        color: #fff;
    }

    .nav-zyqh,
    .nav ul {
        margin-top: 0px;
    }

    .nav {
        height: 120px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, .8);
    }

    .nav .nav_ul li {
        height: 120px;
        line-height: 120px;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .nav .nav_ul>li.co>a,
    .nav .nav_ul>li:hover>a {
        background-color: #1489d9;
    }

    .nav .nav_ul>li>a {
        display: block;
        margin-top: 35px;
        line-height: 50px;
        border-radius: 6px;
        transition: all 0.5s;
        text-align: center;
        padding: 0 11px;
    }

    .banner {
        /* padding-top: 30px; */
        padding-bottom: 120px;
        height: auto;
        /* background: url(../img/1.0bg.png) no-repeat; */
        background: url(../img/tel_cpxq.jpg) no-repeat;
        background-size: 100% 100%;

    }

    .banner_box {
        height: 800px;
        position: relative;
    }

    .banner .left {
        width: 100%;
        position: absolute;
        top: 350px;
    }

    .banner b {
        color: #EE763B;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin-top: 110px;
        line-height: 60px;
    }

    .banner h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .banner .tsi {
        margin-bottom: 25px;
    }

    .banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .banner .left>a {
        display: block;
        width: 150px;
        height: 40px;
        background: #1489D9;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        transition: all .8s;
        margin-top: 35px;
    }

    .banner .left>a:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .banner .left>a img {
        margin-left: 3px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
    }

    .banner .left .xz_lsit {
        display: none;
        position: absolute;
        bottom: -7.5%;
        left: 45%;
        border-radius: 6px;
        background-color: #fff;

        overflow: hidden;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:first-child {
        border-top: 1px solid transparent;
    }

    .banner .left .xz_lsit a {
        display: block;
        width: 150px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent: 10px;
        border-top: 1px solid #e5e5e5;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:hover {
        background-color: #1489D9;
        color: #fff;
        transition: all .8s;
    }

    .banner .left>i {
        /* display: inline-block; */
        display: none;
        font-size: 12px;
        color: #FFF;
        line-height: 30px;
        opacity: 0.4;
        margin-top: 5px;
    }

    .banner .right {
        /* display: none; */
        width: 200px;
        height: 330px;
        overflow: hidden;
        position: absolute;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);

    }

    .banner .right .swiper1 .swiper-slide a {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .banner .right .swiper1 .swiper-slide a img {
        width: 100%;
        height: auto;
        transition: all .8s;
    }

    .banner .right .swiper1 .swiper-slide a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    #fenye {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination {
        margin: 0 auto;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 3px;
        outline: 0;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #7D7D7D;
        margin: 0 6px;
    }

    .swiper-pagination-bullet-active {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #FA8248;
        position: relative;
    }

    .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        background-color: #FA8248;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }


    .advantage {
        height: auto;
        background: url(../img/2.0bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 60px;
    }

    .advantage i {
        display: block;
        color: #303030;
        line-height: 45px;
        font-size: 12px;
    }

    .lis_No {
        padding-bottom: 0;
        background: none;
    }

    .advantage i a {
        color: #303030;
    }

    .advantage i a:hover {
        color: #1489d9;
    }

    .advantage .text_box {
        text-align: center;
        margin-top: 20px;
    }

    .advantage .text_box h3 {
        color: #303030;
        font-size: 30px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 40px;
        margin-bottom: 10px;
    }

    .advantage .text_box p {
        font-size: 14px;
        line-height: 1.3;
        color: #303030;
    }

    .advantage .ad_box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }

    .advantage .ad_box h4 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #303030;
        line-height: 1;
        margin-bottom: 30px;
    }

    .advantage .ad_box p {
        font-size: 14px;
        color: #303030;
        line-height: 1.4;
        text-align: left;
        margin-left: 10%;
    }

    .advantage .ad_box p img {
        margin-right: 8px;
    }

    .min_box {
        width: 100%;
        height: auto;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.2);
        border-radius: 6px;
        background: #FFFFFF;
        opacity: 0.9;
        position: relative;
        cursor: pointer;
        transition: all .8s;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 25px;
        margin-top: 20px;
    }

    .min_box:hover {
        box-shadow: 24px 24px 50px 5px rgba(98, 141, 170, 0.5);
        transition: all .8s;
    }

    .min_box:hover::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #FF7E3E;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .8s;
    }

    .parameter {
        margin-top: 40px;
    }

    .parameter_No {
        margin-top: 0;
    }

    .parameter .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .parameter .title h3 {
        font-size: 30px;
        font-weight: bold;
        color: #303030;
        line-height: 80px;
    }

    .parameter .title .switch_box {
        display: flex;
        align-items: center;
    }

    .parameter .title .switch {
        width: 50px;
        height: 24px;
        background: #FF8448;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }

    .parameter .title p {
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
    }

    .parameter .title .switch .active {
        display: block;
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .parameter .title .switch .right {
        margin-left: 10px;
    }

    .title_box {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        margin-bottom: -1px;
    }

    .form_box {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .table_box {
        width: 1000px;
    }

    .element::-webkit-scrollbar {
        width: 0 !important
    }

    .element::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }


    .form_box .table_box:nth-last-of-type(1) .title_box {
        border-bottom: 1px solid #e5e5e5;
    }

    .title_box p {
        font-size: 16px;
        line-height: 58px;
        color: #303030;
        margin-left: 23px;
    }

    .title_box img {
        margin-right: 11px;
    }

    .title_box .p_active {
        display: none;
    }

    .title_box .p_active_a {
        display: none;
    }

    .title_box .p_active_b {
        display: block;
    }

    .table_li {
        display: none;
    }

    .teble_active {
        display: block;
    }

    .table_li table {
        width: 100%;

        overflow-x: scroll;
    }

    .table_li table .left_text {
        width: 185px;
        color: #7E7E7E;
        text-align: right;
    }

    .table_li table tr {
        display: flex;
        justify-content: space-between;
    }

    .table_li table th {
        display: block;
        width: 120px;
        line-height: 60px;
        font-size: 16px;
        text-align: left;
    }

    .table_li table td:first-child,
    .table_li table th:first-child {
        margin-right: 20px;
    }

    .table_li table td {
        display: block;
        width: 120px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .table_li table tr:last-child {
        padding-bottom: 26px;
    }

    /*两个产品*/
    .table_li2 table tr {
        justify-content: flex-start;
        text-align: center;
    }

    .table_li2 table th {
        width: 18%;
        text-align: center;

    }

    .table_li2 table td {
        width: 18%;
    }

    /*三个产品*/
    .table_li3 table tr {
        justify-content: flex-start;
        text-align: center;
    }

    .table_li3 table th {
        width: 25%;
        text-align: center;
    }

    .table_li3 table td {
        width: 25%;
    }


    .certificate {
        margin-top: 78px;
        height: auto;
        background: url(../img/3.0bg.png) no-repeat;
        padding-bottom: 40px;
    }

    .certificate h3 {
        padding-top: 10px;
        font-size: 30px;
        font-weight: bold;
        line-height: 100px;
        text-align: center;
    }

    .certificate .img_box {
        display: block;
    }

    .certificate .img_box a {
        width: 160px;
        height: 160px;
        overflow: hidden;
    }

    .certificate .img_box img {
        width: 120px;
        height: auto;
        object-fit: cover;
        float: left;
        transition: .8s;
    }

    .certificate .img_box img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .consulting {
        padding-bottom: 30px;
    }

    .consulting .left_box {
        width: 400px;
        float: left;
    }

    .consulting .left_box .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .consulting .right_box h3,
    .consulting .left_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 30px;
        font-weight: bold;
        line-height: 100px;
        margin-top: 10px;
    }

    .consulting .left_box p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .consulting .left_box .liuyan {
        margin-left: 12px;
    }

    .consulting .left_box #check {
        display: block;
    }

    .consulting .left_box #check,
    .consulting .left_box button,
    .consulting .left_box input {
        width: 130px;
        height: 45px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 5px;
        margin-right: 10px;
        text-indent: 5px;
        background: #F8F8F9;
        transition: all 1s;
    }

    .consulting .left_box #check {
        width: 150px;
    }

    .consulting .left_box textarea {
        width: 320px;
        height: 100px;
        border: 1px solid #E5E5E5;
        margin-left: 5px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .consulting .left_box .yanz #check {
        color: #303030;
    }

    .consulting .left_box #check,
    .consulting .left_box button {
        text-align: center;
        font-size: 14px;
        text-indent: 0;
        line-height: 45px;
        padding: 0;
        cursor: pointer;
    }

    .consulting .left_box .tijiao {
        width: 150px;
        margin-left: 12px;
        color: #fff;
        background-color: #1489D9;
    }

    .consulting .right_box {
        display: none;
        width: 355px;
        float: right;
    }

    .consulting .right_box p {
        font-size: 16px;
        color: #acacac;
    }

    .consulting .right_box p img {
        width: 40px;
        margin-right: 3px;
    }

    .consulting .right_box h4 {
        font-size: 24px;
        line-height: 51px;
        font-weight: bold;
        color: #303030;
        margin-bottom: 50px;
    }

    /* 列表详情页 1400 结束 */


    /* 列表页 1400 开始 */
    .list_banner {
        display: none;
    }

    .list_banner img {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .list_banner_box {
        position: relative;
    }

    .list_banner .text {
        position: absolute;
        bottom: 145px;
    }

    .list_banner .text h3 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #fff;
        line-height: 104px;
    }

    .list_banner .text span {
        display: block;
        height: 8px;
        border-radius: 4px;
    }

    .list_banner .text .sp_1 {
        background-color: #1489D9;
        width: 108px;
        margin-right: 10px;
        float: left;
    }

    .list_banner .text .sp_2 {
        width: 56px;
        background-color: #EE763B;
        float: right;
    }

    .list_banner .key {
        position: absolute;
        bottom: 25px;
        z-index: 1;
    }

    .key i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0.4;
    }

    .bread {
        display: none;
        font-size: 12px;
        line-height: 45px;
    }

    .bread a {
        transition: all .5s;
    }

    .bread a:hover {
        color: #1489D9;
        transition: all .5s;
    }

    #list #dowebok {
        background-color: #F6F8FA;
    }

    .big_box {
        padding-top: 80px;
    }

    .big_box .left {
        display: none;
        width: 100%;
        margin-right: 15px;
    }

    .big_box .left .tel_list {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }

    .big_box .left h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        /* margin-top: 15px; */
        padding: 0 15px;
    }

    .big_box .left a {
        display: block;
        font-size: 14px;
        line-height: 46px;
        border-radius: 6px;
        padding: 0 15px;
    }

    .big_box .left a:hover {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .left .active {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .right {
        width: 100%;
    }

    .big_box .right .small_box {
        margin-bottom: 22px;
    }

    .big_box .right .small_box h4 {
        line-height: 66px;
        color: #EE763B;
        font-size: 16px;
        font-weight: bold;
    }

    .big_box .right .small_box h4 img {
        width: 16px;
        margin-right: 5px;
    }

    .big_box .right .imglist {
        /* display: flex;
        justify-content: flex-start;
        align-items: center; */
    }

    .big_box .right .imglist .img_box {
        width: 49%;
        height: auto;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        transition: all .8s;
        float: left;
    }

    .big_box .right .imglist .img_box:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .big_box .right .imglist .img_box>a {
        display: block;
        width: 100%;
    }

    .big_box .right .imglist .img_box>.text01,
    .big_box .right .imglist .img_box>.text02 {
        position: absolute;
        font-size: 12px;
        color: #303030;
        font-weight: bold;
        text-align: center;
    }

    .big_box .right .imglist .img_box>.text02 {
        color: #949596;
    }

    .big_box .right .imglist .img_box>.text01 {
        top: 20px;
    }

    .big_box .right .imglist .img_box>.tel_text01 {
        top: 12px;
    }

    .big_box .right .imglist .img_box>.text02 {
        bottom: 15px;
    }

    .big_box .right .imglist .img_box>.tel_text02 {
        bottom: 10px;
    }

    .big_box .right .imglist .img_box>a b {
        display: block;
    }

    .big_box .right .imglist .img_box:hover a {
        color: #1489D9;
    }

    .big_box .right .imglist .img_box a img {
        width: 100%;
    }


    .big_box .right .small_box:last-of-type {
        margin-bottom: 120px;
    }

    /* 列表页 1400 结束 */



    /* 企业文化页 1400 开始 */

    .qywh .list_banner .text {
        bottom: 145px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .qywh .list_banner .text .sp_box {
        width: 100%;
        height: 8px;
        padding: 0 12px;
    }

    #dowebok>.lis_box {
        display: flex;
        justify-content: center;
        margin-top: 100px;
        flex-wrap: wrap;
    }

    .xwzx #dowebok>.lis_box {
        margin-bottom: 20px;
    }

    #dowebok>.lis_box li {
        width: 120px;
        height: 40px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        margin: 5px 0;
    }

    #dowebok>.lis_box .active,
    #dowebok>.lis_box li:hover {
        background: #1489D9;
    }

    #dowebok>.lis_box .active a,
    #dowebok>.lis_box li:hover a {
        color: #fff;
    }

    #dowebok>.lis_box li a {
        font-size: 16px;
        line-height: 40px;
    }

    .mission {
        width: 90%;
        height: 660px;
        position: relative;
        left: 50%;
        margin-left: -45%;
    }

    .tel_mission01 {
        height: 760px;
    }

    .tel_mission02 {
        height: 830px;
    }

    .tel_mission03 {
        height: 930px;
    }

    .mission .left {
        width: 100%;
        margin-top: 51vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .mission .left .top {
        display: flex;
        margin-top: 10px;
    }

    .mission .left .top img {
        width: 60px;
        height: 60px;
        margin-right: 34px;
    }

    .mission .left .top .text_box {
        width: 245px;
    }

    .mission .left .top .text_box h3 {
        font-size: 22px;
        line-height: 45px;
        font-weight: bold;
        color: #1489D9;
    }

    .mission .left .top .text_box i {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #ababab;
        margin-bottom: 10px;
        font-family: "SourceHanSansCN";
    }

    .mission .left .top .text_box p {
        font-size: 16px;
        line-height: 24px;
    }


    .mission .right {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        border-radius: 6px;
        cursor: pointer;
    }

    .mission .right img {
        width: 100%;
        position: relative;
        transition: all .8s;
    }

    .mission .right img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .mission_b .right {
        left: 0;
    }

    .mission_c .left .top {
        display: block;
    }

    .mission_c .left .top .text_box {
        width: 340px;
    }

    .mission_c .left .top .text_box b {
        display: block;
        line-height: 55px;
        font-size: 24px;
        font-weight: bold;
    }

    .mission_c .left .top .text_box em {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }


    /* 企业文化页 1400 结束 */


    /* 新闻资讯内页 1400 开始 */
    #xwzx01 {
        background-color: #f6f8fa;
    }

    .news {
        background-color: #fff;
        padding: 15px 20px 10px;
        border-radius: 6px;
    }

    .news h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }

    .news i {
        display: block;
        font-size: 14px;
        color: #acacac;
        text-align: center;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news i img {
        width: 18px;
        position: relative;
        top: -.15em;
        margin-right: 7px;
    }

    .news i span {
        font-size: 16px;
        margin-right: 13px;
    }

    .news p {
        font-size: 14px;
        line-height: 30px;
    }

    .news p:nth-of-type(3) {
        margin-bottom: 15px;
    }

    .news .new_img {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
    }

    .news .new_img img {
        width: 100%;
        transition: all .8s;
    }

    .news .new_img img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news em {
        font-size: 14px;
        line-height: 34px;
        color: #acacac;
    }

    .return {
        display: block;
        width: 160px;
        line-height: 50px;
        border-radius: 6px;
        font-size: 16px;
        background: #1489D9;
        color: #FFFFFF;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all .8s;
    }

    .return:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .recommend {
        background: url(../img/xwzx_img01.png) no-repeat;
        height: 700px;
        padding-top: 44px;
    }

    .tel_recommend {
        height: 565px;
    }

    .recommend .swiper_box>h3 {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 113px;
        text-align: center;
    }

    .recommend .swiper2 {
        width: 260px;
        margin: 0 auto;
        overflow: hidden;
    }


    .recommend .swiper2 .swiper-wrapper {
        justify-content: space-between;
    }

    .recommend .swiper2 .swiper-slide {
        width: 260px !important;
        position: relative;
        border-radius: 6px;
        cursor: pointer;
        /* margin: 0 7px; */
    }

    .recommend .swiper6,
    .recommend .swiper5,
    .recommend .swiper4,
    .recommend .swiper3 {
        width: 260px;
    }

    .recommend .swiper6 .swiper-slide,
    .recommend .swiper5 .swiper-slide,
    .recommend .swiper4 .swiper-slide,
    .recommend .swiper3 .swiper-slide {
        width: 260px !important;
    }

    /* .recommend .swiper6 .swiper-slide {
        width: 375px !important;
    } */

    .recommend .swiper2 .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .recommend .swiper2 .swiper-slide:hover a {
        color: #1489d9;
    }

    .recommend .swiper2 .swiper-slide b {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: bold;
    }

    .recommend .swiper2 .swiper-slide b {
        width: 156px;
    }

    .recommend .swiper3 .swiper-slide b {
        width: 120px;
    }

    .recommend .swiper4 .swiper-slide b {
        width: 175px;
    }

    .recommend .swiper5 .swiper-slide b {
        top: 15px;
        width: 150px;
    }

    .recommend .swiper6 .swiper-slide b {
        top: 15px;
        width: 150px;
    }

    .recommend .swiper2 .swiper-slide img {
        width: 100%;
    }

    .recommend .swiper2 .swiper-slide .see {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        color: #949596;
    }



    .recommend .swiper6 .swiper-slide .see {
        bottom: 15px;
    }

    .recommend .swiper_box #fenye {
        margin-top: 35px;
    }

    /* 新闻资讯内页 1400 结束 */

    /* 新闻资讯列表页 1400 开始 */

    #xwzx {
        background-color: #f6f8fa;
    }

    .news_list {
        height: auto;
        background-color: #fff;
        padding: 0 30px;
        padding-top: 40px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-radius: 6px;
    }

    .news_list>a {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .news_list>a img {
        width: 100%;
        transition: all .8s;
    }

    .news_list>a img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news_list>.text_box {
        width: 100%;
    }

    .news_list>.text_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .news_list:hover>.text_box h3 {
        color: #1489DB;
    }

    .news_list>.text_box p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news_list>.text_box .see {
        margin-top: 25px;
        width: 100%;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #f1f3f6;
    }

    .news_list>.text_box .see b {
        font-size: 22px;
        line-height: 66px;
        color: #1489D9;
    }

    .news_list>.text_box .see a {
        display: block;
        font-size: 14px;

        display: flex;
        cursor: pointer;
    }

    .news_list>.text_box .see a:hover {
        color: #1489D9;
    }

    .news_list>.text_box .see a span {
        display: block;
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -5px;
    }

    .lis_fenye {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .lis_fenye li {
        width: 60px;
        height: 60px;
        border: 1px solid #1489D9;
        border-radius: 6px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 5px;
        color: #1489D9;
        cursor: pointer;
    }

    .lis_fenye li:hover,
    .lis_fenye .active {
        color: #fff;
        background-color: #1489D9;
    }

    /* 新闻资讯列表页 1400 结束 */


    /* 联系我们 1400 开始 */

    #lxwm #dowebok>.lis_box {
        margin-bottom: 19px;
    }

    .tel_scroll {
        /* overflow-x: scroll; */
    }

    .tel_scroll .recruit_box .tel_No {
        display: none;
    }

    .recruit {
        font-size: 30px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 90px;
    }

    .recruit_box .titlebox b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 130px;
    }

    .recruit_box .titlebox {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #e5e5e5;
        height: 80px;
        cursor: pointer;
        padding: 0 20px;
        margin-bottom: -1px;
    }

    .recruit_box .titlebox i {
        display: block;
        width: 130px;
        font-size: 14px;
        color: #838383;
    }


    .recruit_box .titlebox .p_active {
        display: none;
    }

    .recruit_box .titlebox .p_active_a {
        display: none;
    }

    .recruit_box .titlebox .p_active_b {
        display: block;
    }

    .recruit_box .describe {
        display: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .recruit_box .describe_c {
        display: block;
    }

    .recruit_box .describe .describe_box {
        width: 96%;
        margin: 0 auto;
        background-color: #F7F7F7;
        padding: 16px 20px 160px;
        position: relative;
        margin-top: 1px;
    }

    .recruit_box .describe b {
        display: block;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .recruit_box .describe .bottom {
        margin-top: 3px;
    }

    .recruit_box .describe .pc {
        display: none;
    }

    /* .recruit_box .describe .ipad {
        display: none;
    } */

    .recruit_box .describe p {
        line-height: 30px;
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send {
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .recruit_box .describe .describe_box .send p {
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send a {
        display: block;
        color: #fff;
        background-color: #1489D9;
        font-size: 16px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        border-radius: 6px;
        text-align: center;
        margin-top: 5px;
    }

    #dowebok .last .describe {
        border-bottom: 1px solid #e5e5e5;
    }

    .data_download {
        background: url(../img/lxwm_back01.png) no-repeat;
        height: auto;
        margin-top: 68px;
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .data_download table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 80px;
        border: 1px solid #e5e5e5;
        margin-top: -1px;
    }

    .data_download table tr th {
        width: 170px;
    }

    .data_download table tr td {
        display: inline-block;
        width: 170px;
    }

    .data_download table tr .tel_no {
        display: none;
    }

    .data_download table tr th:first-child,
    .data_download table tr td:first-child {
        width: 135px;
        text-align: left;
        margin-left: 43px;
    }

    .data_download table tr td:first-child {
        font-size: 16px;
        font-weight: bold;

    }

    .data_download table tr .img_box a {
        width: 36px;
        margin: 0 auto;
    }

    .data_download table tr .img_box:hover .icon_1,
    .data_download table tr .img_box .icon_2 {
        display: none;
    }

    .data_download table tr .img_box:hover .icon_2 {
        display: block;
    }

    #lxwm .consulting {
        padding-bottom: 55px;
    }

    #lxwm .consulting .right_box {
        display: block;
        width: 94%;
    }

    #lxwm .consulting .right_box h3 {
        line-height: 100px;
        margin-top: 0;
    }

    #lxwm .consulting .right_box h4 {
        line-height: 35px;
        margin-bottom: 20px;
        text-indent: 5px;
    }


    #lxwm .consulting .container {
        background-color: #0853C2;
        float: right;
        width: 96%;
        height: 300px;
        object-fit: cover;
        margin-top: 30px;
        border-radius: 6px;
        position: relative;
    }

    #lxwm .consulting .container>img {
        display: block;
        width: 100%;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .container iframe {
        /* width: 780px; */
        height: 300px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .right_box p {
        /* margin-left: 31px; */
    }

    .inquiry {
        background: url(../img/zixun.png) no-repeat;
        height: 480px;
        padding-top: 10px;
    }

    .inquiry .recruit {
        line-height: 110px;
    }

    .inquiry form {
        width: 400px;
    }

    .inquiry form>p {
        /* width: 50%; */
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .inquiry form #check,
    .inquiry form button,
    .inquiry form>p input {
        width: 130px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 5px;
        margin-right: 10px;
        text-indent: 5px;
        background: #F8F8F9;
    }

    .inquiry form>p span {
        color: #FA8248;
    }

    .inquiry form .liuyan {
        margin-left: 12px;
        width: 94%;
    }

    .inquiry .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .inquiry form .liuyan textarea {
        width: 320px;
        height: 100px;
        border: 1px solid #E5E5E5;
        margin-left: 5px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .inquiry form .yanz #check {
        color: #303030;
    }

    .inquiry form #check {
        width: 150px;
    }

    .inquiry form #check,
    .inquiry form button {
        text-align: center;
        font-size: 14px;
        text-indent: 0;
        line-height: 45px;
        padding: 0;
        cursor: pointer;
        margin-left: 5px;
    }

    .inquiry form .tijiao {
        color: #fff;
        background-color: #1489D9;
        width: 150px;
    }

    /* 联系我们 1000-1300 结束 */



    /* 攸能创优势 1000-1300 开始 */

    #yncys .bread {
        margin-bottom: 40px;
    }

    #yncys .mission .left .top {
        display: block;
    }

    .mission .left .top h2 {
        font-family: "SourceHanSansCN";
        font-size: 50px;
        font-weight: bold;
        color: #ebeff6;
        line-height: 85px;
    }

    #yncys .mission .left .top .text_box i {
        margin-bottom: 15px;
    }

    #yncys .mission .left .top p {
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fa8248;
        margin-bottom: 30px;
    }

    #yncys .mission .left .top .text_box {
        width: 100%;
    }

    #yncys .mission .left .top .text_box em {
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    #yncys .mission .left .top .text_box span {
        display: block;
        height: 20px;
    }


    /* 攸能创优势 1400 结束 */

    /* “智”造能力 1400 开始 */

    .factory {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .factory a {
        display: block;
        width: 49%;
        margin-bottom: 20px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }

    .factory a img {
        width: 100%;
        transition: all .8s;
    }

    .factory a p {
        display: none;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        text-align: center;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: rgba(20, 137, 217, .8);
        transition: all .8s;
        border-radius: 6px;
    }

    .factory a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .factory a:hover p {
        display: block;
        transition: all .8s;
    }

    /* “智”造能力 1400 结束 */



    /* 关于攸能创 1400 开始 */

    .gy_box {
        width: 100%;
        position: relative;
        left: 50%;
        margin-left: -50%;
    }

    .gy_box>img {
        height: 800px;
    }

    /* .gy_one>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .gy_one .text {
        text-align: center;
        position: absolute;
        top: 368px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_one h2 {
        color: #DEE5F0;
        opacity: 0.1;
        font-size: 60px;
        font-family: 'Roboto';
        font-weight: bold;
        line-height: 1;
    }

    .gy_one h3 {
        font-family: 'Source Han Sans CN';
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1;
        margin-top: -42px;
    }

    .gy_one h3 img {
        width: 20px;
        margin: 0 5px;
    }

    .gy_one .video_bt {
        width: 50px;
        margin-top: 30px;
        cursor: pointer;
        transition: all .5s;
    }

    .gy_one .video_bt:hover {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_one .video_box {
        width: 60%;
        height: auto;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -40%);
        display: none;
    }

    .gy_one .video_box img {
        width: 20px;
        position: absolute;
        top: 3%;
        right: 2%;
        transition: all 0.5s;
        z-index: 500;
        cursor: pointer;
    }

    .gy_one .video_box video {
        width: 100%;
        height: 100%;
    }

    .gy_one .gy_ci {
        display: none;
        position: absolute;
        bottom: 52px;
        left: 10%;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .gy_one .gy_bread {
        position: absolute;
        bottom: 27px;
        left: 10%;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .gy_one .gy_bread a {
        color: #3b3d3f;
    }

    .gy_one .gy_bread a:hover {
        color: #1489D9;
    }

    .gy_two>img {
        /* height: 970px;
        position: relative;
        left: -18%; */
        width: 100%;
        height: auto;
        position: relative;
    }

    .gy_two .lis_box {
        width: 90%;
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
    }

    .gy_two>.lis_box li {
        width: 120px;
        height: 40px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        margin-right: 10px;
    }

    .gy_two>.lis_box li a {
        font-size: 16px;
        line-height: 40px;
    }

    .gy_two>.lis_box .active,
    .gy_two>.lis_box li:hover {
        background: #1489D9;
    }

    .gy_two>.lis_box li:hover a,
    .gy_two>.lis_box .active a {
        color: #fff;
    }

    .gy_two .two_text {
        width: 100%;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_two .two_text .mask {
        padding: 5%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .gy_two .two_text h2 {
        font-family: 'Roboto';
        font-size: 30px;
        font-weight: bold;
        line-height: 45px;
        color: #dae7f7;
    }

    #dowebok .tel_gy_box {
        margin-top: 20px;
    }

    .gy_two .two_text h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }


    .gy_two .two_text h3 img {
        width: 20px;
        margin: 0 5px;
    }

    .gy_two .two_text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .gy_two .two_text .tel_ma {
        margin-bottom: 0;
    }

    .gy_two .two_text h4 {
        display: none;
        font-size: 24px;
        font-weight: bold;
        color: #1489D9;
        line-height: 1.5;
    }

    .gy_three {
        background: linear-gradient(129deg, #E7E9EB 0%, #FFFEFE 49%, #E7E9EB 100%);
        height: 920px;
    }

    .gy_three .three_map {
        width: 700px;
        position: absolute;
        left: -40%;
        top: 36%;
        transform: rotate(90deg);
    }

    .gy_three .three_map>img {
        width: 100%;
    }

    .gy_three .three_map ul li {
        position: absolute;
        width: 15px;
        height: 21px;
        cursor: pointer;
    }

    .gy_three ul li:nth-child(1) {
        left: 79%;
        top: 32%;
    }

    .gy_three ul li:nth-child(2) {
        left: 79.5%;
        top: 35%;
    }

    .gy_three ul li:nth-child(3) {
        left: 79.5%;
        top: 38.8%;
    }

    .gy_three ul li:nth-child(4) {
        left: 78%;
        top: 43.5%;
    }

    .gy_three ul li:nth-child(5) {
        left: 18%;
        top: 39%;
    }

    .gy_three ul li:nth-child(6) {
        left: 32.5%;
        top: 66%;
    }

    .gy_three ul li:nth-child(7) {
        left: 48.5%;
        top: 26%;
    }

    .gy_three ul li:nth-child(8) {
        left: 86%;
        top: 75%;
    }

    .gy_three .three_map ul li::after {
        content: '';
        position: absolute;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .gy_three .three_map ul li:hover::after {
        top: -10px;
    }

    .gy_three .three_map ul li>span {
        font-size: 16px;
        line-height: 20px;
        font-family: 'ArialMT';
        color: #303030;
        position: absolute;
        left: 100%;
        margin-left: 10px;
    }

    .gy_three .three_map ul li:nth-child(1)>span {
        left: 150%;
        bottom: 40%;
    }

    .gy_three .three_map ul li .map_box {
        background-image: url(../img/tb8.png);
        background-size: 100% 100%;
        position: absolute;
        left: -8rem;
        bottom: 100%;
        width: 18rem;
        height: 11rem;
        padding: 1rem 1rem;
        display: none;
    }

    .gy_three .three_map ul li .map_box h5 {
        font-size: 1rem;
        line-height: 1.2rem;
        color: #1489d9;
        font-weight: bold;
        position: relative;
        padding-left: 2rem;
        border-bottom: 1px solid #d6dee6;
        padding-bottom: 0.625rem;
    }

    .gy_three .three_map ul li .map_box h5::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0.5rem;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 0.9375rem;
        height: 1.105rem;
    }

    .gy_three .three_map ul li .map_box h5 span {
        font-size: 1rem;
        line-height: 1.2rem;
        color: #303030;
        font-weight: normal;
        margin-left: 0.625rem;
    }

    .gy_three .three_map ul li .map_box p {
        font-size: 0.75rem;
        line-height: 1rem;
        color: #303030;
        margin-top: 0.8rem;
        margin-left: 0.3125rem;
    }

    .gy_three .three_text {
        position: absolute;
        left: 4%;
        top: 16%;
        transform: rotate(90deg);
    }

    .gy_five .five_text h4,
    .gy_four h4,
    .gy_three .three_text h4 {
        font-size: 30px;
        line-height: 1;
        font-family: 'Roboto';
        font-weight: bold;
        color: #DEE5F0;
        opacity: 0.6;
    }

    .gy_five .five_text h3,
    .gy_four h3,
    .gy_three .three_text h3 {
        font-size: 24px;
        font-weight: bold;
        color: #303030;
        line-height: 50px;
    }

    .gy_five .five_text h3 img,
    .gy_four h3 img,
    .gy_three .three_text h3 img {
        width: 20px;
        margin: 0 5px;
    }

    .gy_four {
        height: 770px;
        background: url(../img/tel_zytd01.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-top: 35px;
    }

    .gy_four h4,
    .gy_four h3 {
        text-align: center;
    }

    .gy_four h4 {
        line-height: 1.5;
    }

    .gy_four h3 {
        line-height: 1.5;
    }

    .gy_four ul {
        width: 380px;
        height: 70px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .gy_four ul li {
        width: 120px;
        text-align: center;
        margin-bottom: 30px;
    }

    .gy_four ul li span,
    .gy_four ul li sub {
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
    }

    .gy_four ul li sup {
        font-size: 16px;
    }


    .gy_four ul li sup {
        position: relative;
        top: -12px;
    }

    .gy_four ul li:nth-child(4) sup,
    .gy_four ul li:nth-child(3) sup {
        left: -20px;
    }

    .gy_four ul li sub {
        font-size: 25px;
    }

    .gy_four ul li p {
        font-size: 14px;
    }


    .gy_four>div>img {
        width: 98%;
        position: absolute;
        left: 50%;
        bottom: 6%;
        transform: translateX(-50%);
    }

    .gy_five {
        height: 642px;
        background: url(../img/tel_qyry01.png) no-repeat;
        background-size: 100%;
    }

    .gy_five .img_box {
        width: 100%;
        position: absolute;
        top: 34%;
    }

    .gy_five .img_box a {
        display: block;
        float: left;
        width: 24vw;
        height: 24vw;
        margin: 15px;
    }

    .gy_five .img_box a img {
        width: 100%;
        transition: all .5s;
    }

    .gy_five .img_box a:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_five .five_text {
        position: absolute;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    /* 关于攸能创 1400 结束 */


    /* 解决方案01 1400 开始 */
    .jj_box {
        /* width: 400px;
        position: relative;
        left: 50%;
        margin-left: -200px; */
        width: 100%;
        position: relative;
        left: 50%;
        margin-left: -50%;
    }

    .jj_box>.text {
        width: 310px;
        position: absolute;
        top: 190px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .jj_box .back_box {
        overflow: hidden;
    }

    .jj_box .back_box>img {
        /* height: 750px; */
        width: 100%;
        transform: scale(1.1);
        transition: all 3s;
    }

    .jj_box:hover .back_box>img {
        transform: scale(1);
        transition: all 3s;
    }

    .jj_box .back_box>.img_back {
        transform: scale(1);
    }

    .jj_box>.text h2 {
        font-size: 22px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 50px;
    }

    .jj_box>.text p {
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }

    .jj_box>ul {
        display: flex;
        width: 380px;
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
        align-items: flex-start;
    }

    .jj_box .tel_one li {
        margin: 0 35px;
    }

    .jj_box04>ul,
    .jj_box03>ul,
    .jj_box01>ul,
    .jj_box02>ul {
        justify-content: space-around;
    }

    .jj_box>ul li {
        text-align: center;
    }

    .jj_box>.tel_one li>div {
        width: 65px;
        height: 65px;
        /* margin-bottom: 20px; */
    }

    .jj_box>.pc {
        display: none;
    }

    .jj_box>ul li>div>img {
        width: 45px;
        text-align: center;
        transition: .8s;
        cursor: pointer;
    }

    .jj_box>.tel_one li>div img {
        width: 75%;
    }

    .jj_box .tel_one .tel_img03 img {
        height: 50px;
        width: auto;
    }

    .jj_box>ul li>div>img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .jj_box>ul li>b {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1;
    }

    .jj_box .gy_ci {
        display: none;
        position: absolute;
        bottom: 52px;
        left: 260px;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .jj_box .jj_bread {
        position: absolute;
        bottom: 27px;
        left: 260px;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .jj_two {
        text-align: center;
        margin-bottom: 62px;
        height: 660px;
    }

    .jj_two>img {
        width: 720px;
        transform: rotate(90deg) !important;
        display: block;
        margin: 0 auto;
        position: relative;
        left: -40%;
        top: 110px;
    }

    .tel_jj_box04 {
        height: 730px;
    }

    .tel_jj_box04>img {
        top: 140px;
    }

    .jj_two>h2 {
        font-size: 22px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 78px;
        margin-top: 14px;
    }

    .jj_two>span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
    }

    .jj_three>.text {
        top: 90px;
    }

    .jj_three>.text h2 {
        line-height: 52px;
    }

    .jj_three>.text p {
        line-height: 30px;
    }

    .jj_three>.text span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
        margin-top: 13px;
    }

    .jj_three>ul {
        width: 350px;
        bottom: 2%;
        padding: 0 10px;
        flex-direction: column;
    }


    .jj_three>ul li>div {
        margin-bottom: 0;
    }

    .jj_three>ul li {
        display: flex;
        align-items: center;
        float: left;
        width: auto;
        margin-bottom: 10px;
    }

    .jj_three>ul li .text {
        text-align: left;
        width: auto;
        height: auto;
        margin-left: 10px;
    }

    .jj_three>ul li .text p {
        line-height: 1.1;
        font-size: 14px;
        color: #FFFFFF;
    }

    /* 解决方案01 1400 结束 */

    /* 解决方案02 1400 开始 */

    .jj_box02 .text {
        top: 190px;
    }



    .jj_box .jj_ul04 {
        justify-content: space-between;
        align-items: flex-start;
    }

    /* 解决方案02 1400 结束 */



    /* 卓越团队 1400 开始 */
    .list_banner .gy_text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .zy_box {
        padding-top: 0;
        background-size: 100% 100%;
        height: 1000px;

    }

    .zy_box>img {
        bottom: -12px;
    }

    .zy_box>ul {
        height: auto;
        margin-top: 20px;
    }

    .zy_box>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .zy_box>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .zy_box>.lis_box li:hover a,
    .zy_box>.lis_box .active a {
        color: #fff;
    }

    .zy_box>.lis_box .active,
    .zy_box>.lis_box li:hover {
        background: #1489D9;
    }

    .zy_box h4 {
        font-size: 60px;
        margin-top: 30px;
    }

    .zy_box h3 {
        font-size: 45px;
    }

    /* 卓越团队 1400 结束 */


    /* 发展历程 1400 开始 */


    .sm_log img {
        width: 80px;
        position: relative;
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        margin-top: 3px;
    }

    .axis {
        width: 100%;
        position: relative;
    }

    .axis .line {
        display: flex;
        justify-content: center;
        height: auto;
    }



    .axis .line ul li {
        width: 64px;
        height: 260px;
        padding: 0 10px;
    }

    .axis .line ul li:first-child {
        height: 96px;
    }

    .axis .line .ul01 li {
        /* border-right: 1px solid #dcdcdc; */
    }

    .axis .line .ul02 li {
        /* border-left: 1px solid #dcdcdc; */
    }

    .axis .line ul li:last-child {
        height: 180px;
    }

    .axis .line ul li>div {
        /* border-top: 1px solid #dcdcdc; */
    }

    .axis>.ig>img {
        display: none;
        position: absolute;
        left: 47%;
        top: 0;
        transform: translateX(-50%);
    }


    .axis>.ig>.ig01 {
        top: 80px;
    }

    .axis>.ig>.ig02 {
        top: 340px;
    }

    .axis>.ig>.ig03 {
        top: 600px;
    }

    .axis>.ig>.ig04 {
        top: 860px;
    }

    .axis .text {
        width: 340px;
    }

    .axis .left {
        text-align: center;
    }

    .axis .right {
        text-align: center;
    }

    .axis .text h3 {
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
        line-height: 82px;
    }

    .axis .text h3 span {
        font-size: 16px;
        color: #303030;
        font-weight: 400;
        line-height: 1;
    }

    .axis .text p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 28px;
    }

    .axis .text>a {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .axis .text>a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .axis .text a img {
        width: 100%;
        transition: all .8s;
    }

    .axis .text {
        position: absolute;
        top: 0;
        left: 0;
    }

    .axis .text.left {
        left: 5%;
    }

    .axis .text.right {
        left: 5%;
    }

    .axis .text.text01 {
        top: 50px;
    }

    .axis .text.text02 {
        top: 360px;
    }

    .axis .text.text03 {
        top: 670px;
    }

    .axis .text.text04 {
        top: 990px;
    }

    /* 发展历程 1400 结束 */
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .gy_box .tel {
        display: none;
    }

    .mission .tel {
        display: none;
    }

    /* 底部外边距 */
    .bottBox {
        padding-bottom: 30px;
    }

    /* 表单验证 动画效果 */

    @keyframes move {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);

        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 2px rgba(238, 118, 59, .4), 0 0 20px rgba(238, 118, 59, .2) inset;
        }
    }

    @keyframes moveHover {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);
        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 1px rgba(238, 118, 59, .9), 0 0 10px rgba(238, 118, 59, .3) inset;
        }
    }

    #check img {
        position: relative;
        top: -3px;
        display: inline-block;
        animation: move .5s linear infinite alternate;
        border-radius: 50%;
        margin-right: 10px;
    }


    #check:hover img {
        animation: moveHover .8s linear infinite alternate;

    }

    /* 列表详情页 1400 开始 */

    .main {
        width: 90%;
        margin: 0 auto;
    }

    /* 返回顶部 */
    #toTop {
        position: fixed;
        bottom: 15%;
        right: 1%;
        z-index: 1000;
        cursor: pointer;
    }

    .co .nav-co>.active {
        color: #1489D9;
    }

    .nav-dbmc p,
    .nav-dbmc p a {
        color: #303030;
    }

    .nav li>a,
    .nav-zyqh a,
    .nav-zyqh span {
        color: #303030;
    }

    .nav .nav_ul>li.co>a,
    .nav li:hover>a {
        color: #fff;
    }

    .nav-zyqh,
    .nav ul {
        margin-top: 0px;
    }

    .nav {
        height: 120px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, .8);
    }

    .nav .nav_ul li {
        height: 120px;
        line-height: 120px;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .nav .nav_ul>li.co>a,
    .nav .nav_ul>li:hover>a {
        background-color: #1489d9;
    }

    .nav .nav_ul>li>a {
        display: block;
        margin-top: 35px;
        line-height: 50px;
        border-radius: 6px;
        transition: all 0.5s;
        text-align: center;
        padding: 0 11px;
    }

    .banner {
        padding-top: 120px;
        height: 920px;
        background: url(../img/1.0bg.png) no-repeat;
        background-size: 100% 100%;
    }

    .banner_box {
        height: 800px;
        position: relative;
    }

    .banner .left {
        width: 700px;
        position: absolute;
    }

    .banner b {
        color: #EE763B;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin-top: 126px;
        line-height: 60px;
    }

    .banner h3 {
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
    }

    .banner .tsi {
        margin-bottom: 36px;
    }

    .banner p {
        font-size: 14px;
        line-height: 30px;
    }

    .banner .left>a {
        display: block;
        width: 200px;
        height: 60px;
        background: #1489D9;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        margin-top: 132px;
        margin-bottom: 132px;
        transition: all .8s;
    }

    .banner .left>a:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .banner .left>a img {
        margin-left: 3px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
    }

    .banner .left .xz_lsit {
        display: none;
        position: absolute;
        bottom: 10%;
        border-radius: 6px;
        background-color: #fff;

        overflow: hidden;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:first-child {
        border-top: 1px solid transparent;
    }

    .banner .left .xz_lsit a {
        display: block;
        width: 300px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent: 10px;
        border-top: 1px solid #e5e5e5;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:hover {
        background-color: #1489D9;
        color: #fff;
        transition: all .8s;
    }

    .banner .left>i {
        display: block;
        font-size: 12px;
        color: #FFF;
        line-height: 30px;
        opacity: 0.4;
    }

    .banner .right {
        width: 300px;
        height: 470px;
        overflow: hidden;
        position: absolute;
        top: 150px;
        right: 78px;
    }

    .banner .right .swiper1 .swiper-slide a {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .banner .right .swiper1 .swiper-slide a img {
        width: 100%;
        height: auto;
        transition: all .8s;
    }

    .banner .right .swiper1 .swiper-slide a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    #fenye {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination {
        margin: 0 auto;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 3px;
        outline: 0;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #7D7D7D;
        margin: 0 6px;
    }

    .swiper-pagination-bullet-active {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #FA8248;
        position: relative;
    }

    .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        background-color: #FA8248;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }


    .advantage {
        height: auto;
        background: url(../img/2.0bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 120px;
    }

    .advantage i {
        display: block;
        color: #303030;
        line-height: 45px;
        font-size: 12px;
    }

    .advantage i a {
        color: #303030;
    }

    .advantage i a:hover {
        color: #1489d9;
    }

    .advantage .text_box {
        text-align: center;
        margin-top: 80px;
    }

    .advantage .text_box h3 {
        color: #303030;
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 60px;
    }

    .advantage .text_box p {
        font-size: 14px;
        line-height: 30px;
        color: #303030;
    }

    .advantage .ad_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 43px;
    }

    .advantage .ad_box h4 {
        font-size: 24px;
        font-weight: bold;
        color: #303030;
        line-height: 31px;
        margin-top: 18px;
        margin-bottom: 50px;
    }

    .advantage .ad_box p {
        font-size: 14px;
        color: #303030;
        line-height: 30px;
    }

    .advantage .ad_box p img {
        margin-right: 8px;
    }

    .min_box {
        width: 32%;
        height: 400px;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.2);
        border-radius: 6px;
        background: #FFFFFF;
        opacity: 0.9;
        padding: 50px 0 0 30px;
        position: relative;
        cursor: pointer;
        transition: all .8s;
    }

    .min_box:hover {
        box-shadow: 24px 24px 50px 5px rgba(98, 141, 170, 0.5);
        transition: all .8s;
    }

    .min_box:hover::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #FF7E3E;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .8s;
    }

    .parameter {
        margin-top: 40px;
    }

    .parameter .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .parameter .title h3 {
        font-size: 40px;
        font-weight: bold;
        color: #303030;
        line-height: 89px;
    }

    .parameter .title .switch_box {
        display: flex;
        align-items: center;
    }

    .parameter .title .switch {
        width: 50px;
        height: 24px;
        background: #FF8448;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }

    .parameter .title p {
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
    }

    .parameter .title .switch .active {
        display: block;
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .parameter .title .switch .right {
        margin-left: 10px;
    }

    .title_box {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        margin-bottom: -1px;
    }

    .form_box .table_box:nth-last-of-type(1) .title_box {
        border-bottom: 1px solid #e5e5e5;
    }

    .title_box p {
        font-size: 16px;
        line-height: 58px;
        color: #303030;
        margin-left: 23px;
    }

    .title_box img {
        margin-right: 11px;
    }

    .title_box .p_active {
        display: none;
    }

    .title_box .p_active_a {
        display: none;
    }

    .title_box .p_active_b {
        display: block;
    }

    .table_li {
        display: none;
    }

    .teble_active {
        display: block;
    }

    .table_li table {
        width: 100%;
    }

    .table_li table .left_text {
        width: 185px;
        color: #7E7E7E;
        text-align: right;
    }

    .table_li table tr {
        display: flex;
        justify-content: space-between;
    }

    .table_li table th {
        display: block;
        width: 120px;
        line-height: 60px;
        font-size: 16px;
        text-align: left;
    }

    .table_li table td {
        display: block;
        width: 120px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .table_li table tr:last-child {
        padding-bottom: 26px;
    }

    /*两个产品*/
    .table_li2 table th {
        width: 35%;
    }

    .table_li2 table td {
        width: 35%;
    }

    /*三个产品*/
    .table_li3 table th {
        width: 25%;
    }

    .table_li3 table td {
        width: 25%;
    }


    .certificate {
        margin-top: 78px;
        height: auto;
        background: url(../img/3.0bg.png) no-repeat;
        padding-bottom: 40px;
    }

    .certificate h3 {
        padding-top: 20px;
        font-size: 40px;
        font-weight: bold;
        line-height: 130px;
        text-align: center;
    }

    .certificate .img_box {
        display: block;
    }

    .certificate .img_box a {
        width: 160px;
        height: 160px;
        overflow: hidden;
    }

    .certificate .img_box img {
        width: 160px;
        height: auto;
        object-fit: cover;
        float: left;
        margin: 0 37px;
        margin-bottom: 24px;
        transition: .8s;
    }

    .certificate .img_box img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .consulting {
        padding-bottom: 100px;
    }

    .consulting .left_box {
        width: 540px;
        float: left;
    }

    .consulting .left_box .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .consulting .right_box h3,
    .consulting .left_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 40px;
        font-weight: bold;
        line-height: 110px;
        margin-top: 40px;
    }

    .consulting .left_box p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .consulting .left_box .liuyan {
        margin-left: 12px;
    }

    .consulting .left_box #check {
        display: block;
    }

    .consulting .left_box #check,
    .consulting .left_box button,
    .consulting .left_box input {
        width: 200px;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 5px;
        margin-right: 20px;
        text-indent: 20px;
        background: #F8F8F9;
        transition: all 1s;
    }

    .consulting .left_box textarea {
        width: 470px;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 5px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .consulting .left_box .yanz #check {
        color: #303030;
    }

    .consulting .left_box #check,
    .consulting .left_box button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
    }

    .consulting .left_box .tijiao {
        margin-left: 50px;
        color: #fff;
        background-color: #1489D9;
    }

    .consulting .right_box {
        width: 355px;
        float: right;
    }

    .consulting .right_box p {
        font-size: 16px;
        color: #acacac;
    }

    .consulting .right_box p img {
        width: 50px;
        margin-right: 3px;
    }

    .consulting .right_box h4 {
        font-size: 30px;
        line-height: 51px;
        font-weight: bold;
        color: #303030;
        margin-bottom: 50px;
    }

    /* 列表详情页 1400 结束 */


    /* 列表页 1400 开始 */



    .list_banner img {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .list_banner_box {
        position: relative;
    }

    .list_banner .text {
        position: absolute;
        bottom: 145px;
    }

    .list_banner .text h3 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #fff;
        line-height: 104px;
    }

    .list_banner .text span {
        display: block;
        height: 8px;
        border-radius: 4px;
    }

    .list_banner .text .sp_1 {
        background-color: #1489D9;
        width: 108px;
        margin-right: 10px;
        float: left;
    }

    .list_banner .text .sp_2 {
        width: 56px;
        background-color: #EE763B;
        float: right;
    }

    .list_banner .key {
        position: absolute;
        bottom: 25px;
        z-index: 1;
    }

    .key i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0.4;
    }

    .bread {
        font-size: 12px;
        line-height: 45px;
    }

    .bread a {
        transition: all .5s;
    }

    .bread a:hover {
        color: #1489D9;
        transition: all .5s;
    }

    #list #dowebok {
        background-color: #F6F8FA;
    }

    .big_box {
        padding-top: 20px;
    }

    .big_box .left {
        width: 150px;
        text-align: right;
        float: left;
        margin-right: 15px;
    }

    .big_box .left h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        margin-top: 15px;
        padding-right: 25px;
    }

    .big_box .left a {
        display: block;
        font-size: 14px;
        line-height: 46px;
        border-radius: 6px;
        padding-right: 25px;
    }

    .big_box .left a:hover {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .left .active {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .right {
        float: left;
        width: 80%;
        border-left: 2px dashed #d8dae1;
        padding-left: 20px;
    }

    .big_box .right .small_box {
        margin-bottom: 22px;
    }

    .big_box .right .small_box h4 {
        padding-left: 40px;
        line-height: 66px;
        color: #EE763B;
        font-size: 16px;
        font-weight: bold;
    }

    .big_box .right .small_box h4 img {
        width: 16px;
        margin-right: 5px;
    }

    .big_box .right .imglist {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .big_box .right .imglist .img_box {
        width: 332px;
        height: auto;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        transition: all .8s;
    }

    .big_box .right .imglist .img_box:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .big_box .right .imglist .img_box>a {
        display: block;
        width: 100%;
    }

    .big_box .right .imglist .img_box>.text01,
    .big_box .right .imglist .img_box>.text02 {
        position: absolute;
        font-size: 16px;
        color: #303030;
        font-weight: bold;
        text-align: center;
    }

    .big_box .right .imglist .img_box>.text02 {
        color: #949596;
    }

    .big_box .right .imglist .img_box>.text01 {
        top: 33px;
    }

    .big_box .right .imglist .img_box>.text02 {
        bottom: 30px;
    }

    .big_box .right .imglist .img_box>a b {
        display: block;
    }

    .big_box .right .imglist .img_box:hover a {
        color: #1489D9;
    }

    .big_box .right .imglist .img_box a img {
        width: 100%;
    }


    .big_box .right .small_box:last-of-type {
        margin-bottom: 120px;
    }

    /* 列表页 1400 结束 */



    /* 企业文化页 1400 开始 */

    .qywh .list_banner .text {
        bottom: 145px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .qywh .list_banner .text .sp_box {
        width: 100%;
        height: 8px;
        padding: 0 12px;
    }

    #dowebok>.lis_box {
        display: flex;
        justify-content: center;
        margin-top: 17px;
        margin-bottom: 39px;
    }

    .xwzx #dowebok>.lis_box {
        margin-bottom: 50px;
    }

    #dowebok>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    #dowebok>.lis_box .active,
    #dowebok>.lis_box li:hover {
        background: #1489D9;
    }

    #dowebok>.lis_box .active a,
    #dowebok>.lis_box li:hover a {
        color: #fff;
    }

    #dowebok>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .mission {
        width: 1300px;
        height: 470px;
        margin-bottom: 90px;
        position: relative;
        left: 50%;
        margin-left: -650px;
    }

    .mission .left {
        padding-top: 35px;
        position: absolute;
        left: 13%;
    }

    .mission .left .top {
        display: flex;
    }

    .mission .left .top img {
        width: 60px;
        height: 60px;
        margin-right: 34px;
    }

    .mission .left .top .text_box {
        width: 245px;
    }

    .mission .left .top .text_box h3 {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        color: #1489D9;
    }

    .mission .left .top .text_box i {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #ababab;
        margin-bottom: 10px;
        font-family: "SourceHanSansCN";
    }

    .mission .left .top .text_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .mission .left .bottom {
        margin-top: 108px;
    }

    .mission .right {
        width: 60%;
        height: 470px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        border-radius: 6px;
        cursor: pointer;
    }

    .mission .right img {
        height: 100%;
        transition: all .8s;
    }

    .mission .right img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .mission_b .right {
        left: 0;
    }

    .mission_b .left .top .text_box {
        margin-right: 380px;
    }

    .mission_b .left .bottom {
        margin-top: 35px;
    }

    .mission_b .left {
        padding-top: 35px;
        left: 63%;
    }

    .mission_c {
        margin-bottom: 132px;
    }


    .mission_c .left .top {
        display: block;
    }

    .mission_c .left .top .text_box {
        width: 340px;
    }

    .mission_c .left .top .text_box h3 {
        margin-top: 15px;
    }

    .mission_c .left .top .text_box b {
        display: block;
        line-height: 55px;
        font-size: 24px;
        font-weight: bold;
    }

    .mission_c .left .top .text_box em {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }


    /* 企业文化页 1400 结束 */


    /* 新闻资讯内页 1400 开始 */
    #xwzx01 {
        background-color: #f6f8fa;
    }

    .news {
        background-color: #fff;
        padding: 26px 57px 50px 46px;
    }

    .news h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
        text-align: center;
    }

    .news i {
        display: block;
        font-size: 14px;
        color: #acacac;
        text-align: center;
        line-height: 18px;
        margin-bottom: 27px;
    }

    .news i img {
        width: 18px;
        position: relative;
        top: -.15em;
        margin-right: 7px;
    }

    .news i span {
        font-size: 16px;
        margin-right: 13px;
    }

    .news p {
        font-size: 14px;
        line-height: 30px;
    }

    .news p:nth-of-type(3) {
        margin-bottom: 30px;
    }

    .news .new_img {
        width: 964px;
        margin: 32px auto;
        overflow: hidden;
    }

    .news .new_img img {
        width: 100%;
        transition: all .8s;
    }

    .news .new_img img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news em {
        font-size: 14px;
        line-height: 34px;
        color: #acacac;
    }

    .return {
        display: block;
        width: 200px;
        line-height: 60px;
        border-radius: 6px;
        font-size: 16px;
        background: #1489D9;
        color: #FFFFFF;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 67px;
        transition: all .8s;
    }

    .return:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .recommend {
        background: url(../img/xwzx_img01.png) no-repeat;
        height: 700px;
        padding-top: 44px;
    }

    .recommend .swiper_box>h3 {
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 113px;
        text-align: center;
    }

    .recommend .swiper2 {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .recommend .swiper2 .swiper-wrapper {
        justify-content: space-between;
    }

    .recommend .swiper2 .swiper-slide {
        width: 324px !important;
        position: relative;
        border-radius: 6px;
        cursor: pointer;
        /* margin: 0 7px; */
    }

    .recommend .swiper6 .swiper-slide {
        width: 375px !important;
    }

    .recommend .swiper2 .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .recommend .swiper2 .swiper-slide:hover a {
        color: #1489d9;
    }

    .recommend .swiper2 .swiper-slide b {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: bold;
    }

    .recommend .swiper2 .swiper-slide img {
        width: 100%;
    }

    .recommend .swiper2 .swiper-slide .see {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        color: #949596;
    }

    .recommend .swiper_box #fenye {
        margin-top: 42px;
    }

    /* 新闻资讯内页 1400 结束 */

    /* 新闻资讯列表页 1400 开始 */

    #xwzx {
        background-color: #f6f8fa;
    }

    .news_list {
        height: 300px;
        display: flex;
        background-color: #fff;
        padding: 30px;
        padding-top: 39px;
        margin-bottom: 27px;
        border-radius: 6px;
    }

    .news_list>a {
        display: block;
        width: 360px;
        border-radius: 6px;
        margin-top: 10px;
        overflow: hidden;
    }

    .news_list>a img {
        width: 100%;
        transition: all .8s;
    }

    .news_list>a img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news_list>.text_box {
        margin-left: 30px;
        width: 55%;
    }

    .news_list>.text_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news_list:hover>.text_box h3 {
        color: #1489DB;
    }

    .news_list>.text_box p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news_list>.text_box .see {
        margin-top: 35px;
        width: 100%;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #f1f3f6;
    }

    .news_list>.text_box .see b {
        font-size: 22px;
        line-height: 66px;
        color: #1489D9;
    }

    .news_list>.text_box .see a {
        display: block;
        font-size: 14px;

        display: flex;
        cursor: pointer;
    }

    .news_list>.text_box .see a:hover {
        color: #1489D9;
    }

    .news_list>.text_box .see a span {
        display: block;
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -5px;
    }

    .lis_fenye {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .lis_fenye li {
        width: 60px;
        height: 60px;
        border: 1px solid #1489D9;
        border-radius: 6px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 5px;
        color: #1489D9;
        cursor: pointer;
    }

    .lis_fenye li:hover,
    .lis_fenye .active {
        color: #fff;
        background-color: #1489D9;
    }

    /* 新闻资讯列表页 1400 结束 */


    /* 联系我们 1400 开始 */

    #lxwm #dowebok>.lis_box {
        margin-bottom: 19px;
    }

    .recruit {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 98px;
    }

    .recruit_box .titlebox b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 130px;
    }

    .recruit_box .titlebox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #e5e5e5;
        height: 80px;
        cursor: pointer;
        padding: 0 24px 0 40px;
        margin-bottom: -1px;
    }

    .recruit_box .titlebox i {
        display: block;
        width: 130px;
        font-size: 14px;
        color: #838383;
    }


    .recruit_box .titlebox .p_active {
        display: none;
    }

    .recruit_box .titlebox .p_active_a {
        display: none;
    }

    .recruit_box .titlebox .p_active_b {
        display: block;
    }

    .recruit_box .describe {
        display: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .recruit_box .describe_c {
        display: block;
    }

    .recruit_box .describe .describe_box {
        width: 96%;
        margin: 0 auto;
        background-color: #F7F7F7;
        padding: 16px 50px 65px;
        position: relative;
        margin-top: 1px;
    }

    .recruit_box .describe b {
        display: block;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .recruit_box .describe .bottom {
        margin-top: 3px;
    }

    .recruit_box .describe .pc {
        display: none;
    }

    /* .recruit_box .describe .ipad {
        display: none;
    } */

    .recruit_box .describe p {
        line-height: 30px;
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send {
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .recruit_box .describe .describe_box .send p {
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send a {
        display: block;
        color: #fff;
        background-color: #1489D9;
        font-size: 16px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        border-radius: 6px;
        text-align: center;
        margin-top: 20px;
    }

    #dowebok .last .describe {
        border-bottom: 1px solid #e5e5e5;
    }

    .data_download {
        background: url(../img/lxwm_back01.png) no-repeat;
        height: auto;
        margin-top: 68px;
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .data_download table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 80px;
        border: 1px solid #e5e5e5;
        margin-top: -1px;
    }

    .data_download table tr th {
        width: 170px;
    }

    .data_download table tr td {
        display: inline-block;
        width: 170px;
    }

    .data_download table tr th:first-child,
    .data_download table tr td:first-child {
        width: 398px;
        text-align: left;
        margin-left: 43px;
    }

    .data_download table tr td:first-child {
        font-size: 16px;
        font-weight: bold;

    }

    .data_download table tr .img_box a {
        width: 36px;
        margin: 0 auto;
    }

    .data_download table tr .img_box:hover .icon_1,
    .data_download table tr .img_box .icon_2 {
        display: none;
    }

    .data_download table tr .img_box:hover .icon_2 {
        display: block;
    }

    #lxwm .consulting {
        padding-bottom: 55px;
    }

    #lxwm .consulting .right_box {
        width: 395px;
        float: left;
    }

    #lxwm .consulting .right_box h3 {
        line-height: 160px;
        margin-top: 0;
    }

    #lxwm .consulting .right_box h4 {
        line-height: 40px;
        margin-bottom: 32px;
        text-indent: 39px;
    }


    #lxwm .consulting .container {
        background-color: #0853C2;
        float: right;
        width: 55%;
        height: 390px;
        object-fit: cover;
        margin-top: 120px;
        border-radius: 6px;
        position: relative;
    }

    #lxwm .consulting .container>img {
        display: block;
        width: 100%;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .container iframe {
        width: 780px;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .right_box p {
        margin-left: 31px;
    }

    .inquiry {
        background: url(../img/zixun.png) no-repeat;
        height: 620px;
        padding-top: 46px;
    }

    .inquiry .recruit {
        line-height: 110px;
    }

    .inquiry form>p {
        width: 33%;
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .inquiry form #check,
    .inquiry form button,
    .inquiry form>p input {
        width: 70%;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 5px;
        margin-right: 20px;
        text-indent: 20px;
        background: #F8F8F9;
    }

    .inquiry form>p span {
        color: #FA8248;
    }

    .inquiry form .liuyan {
        margin-left: 12px;
        width: 94%;
    }

    .inquiry .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .inquiry form .liuyan textarea {
        width: 95%;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 5px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .inquiry form .yanz #check {
        color: #303030;
    }

    .inquiry form #check,
    .inquiry form button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
        margin-left: 5px;
    }

    .inquiry form .tijiao {
        color: #fff;
        background-color: #1489D9;
        float: right;
        margin-right: 50px;
        width: 33%;
    }

    /* 联系我们 1000-1300 结束 */



    /* 攸能创优势 1000-1300 开始 */

    #yncys .bread {
        margin-bottom: 40px;
    }

    #yncys .mission .left .top {
        display: block;
    }

    .mission .left .top h2 {
        font-family: "SourceHanSansCN";
        font-size: 60px;
        font-weight: bold;
        color: #ebeff6;
        line-height: 85px;
    }

    #yncys .mission .left .top .text_box i {
        margin-bottom: 15px;
    }

    #yncys .mission .left .top p {
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fa8248;
        margin-bottom: 30px;
    }

    #yncys .mission .left .top .text_box {
        width: 325px;
    }

    #yncys .mission .left .top .text_box em {
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    #yncys .mission .left .top .text_box span {
        display: block;
        height: 20px;
    }

    #yncys .mission_c {
        margin-bottom: 108px;
    }

    /* 攸能创优势 1400 结束 */

    /* “智”造能力 1400 开始 */

    .factory {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .factory a {
        display: block;
        width: 49%;
        margin-bottom: 54px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }

    .factory a img {
        width: 100%;
        transition: all .8s;
    }

    .factory a p {
        display: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: rgba(20, 137, 217, .8);
        transition: all .8s;
        border-radius: 6px;
    }

    .factory a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .factory a:hover p {
        display: block;
        transition: all .8s;
    }

    /* “智”造能力 1400 结束 */



    /* 关于攸能创 1400 开始 */

    .gy_box {
        width: 1300px;
        position: relative;
        left: 50%;
        margin-left: -650px;
    }

    .gy_box>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* .gy_one>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .gy_one .text {
        text-align: center;
        position: absolute;
        top: 368px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_one h2 {
        color: #DEE5F0;
        opacity: 0.1;
        font-size: 100px;
        font-family: 'Roboto';
        font-weight: bold;
        line-height: 1;
    }

    .gy_one h3 {
        font-family: 'Source Han Sans CN';
        font-size: 50px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1;
        margin-top: -60px;
    }

    .gy_one h3 img {
        margin: 0 5px;
    }

    .gy_one .video_bt {
        margin-top: 30px;
        cursor: pointer;
        transition: all .5s;
    }

    .gy_one .video_bt:hover {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_one .video_box {
        width: 60%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        display: none;
    }

    .gy_one .video_box img {
        position: absolute;
        top: 3%;
        right: 2%;
        transition: all 0.5s;
        z-index: 500;
        cursor: pointer;
    }

    .gy_one .video_box video {
        width: 100%;
        height: 100%;
    }

    .gy_one .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 10%;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .gy_one .gy_bread {
        position: absolute;
        bottom: 27px;
        left: 10%;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .gy_one .gy_bread a {
        color: #3b3d3f;
    }

    .gy_one .gy_bread a:hover {
        color: #1489D9;
    }

    .gy_two {
        /* padding-bottom: 10px; */
    }

    .gy_two .lis_box {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_two>.lis_box li {
        width: 160px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .gy_two>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .gy_two>.lis_box .active,
    .gy_two>.lis_box li:hover {
        background: #1489D9;
    }

    .gy_two>.lis_box li:hover a,
    .gy_two>.lis_box .active a {
        color: #fff;
    }

    .gy_two .two_text {
        width: 40%;
        position: absolute;
        top: 140px;
        left: 13%;
    }

    .gy_two .two_text h2 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        line-height: 62px;
        color: #dae7f7;
    }

    .gy_two .two_text h3 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }


    .gy_two .two_text h3 img {
        margin: 0 5px;
    }

    .gy_two .two_text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .gy_two .two_text h4 {
        font-size: 24px;
        font-weight: bold;
        color: #1489D9;
        line-height: 1;
    }

    .gy_three {
        background: linear-gradient(129deg, #E7E9EB 0%, #FFFEFE 49%, #E7E9EB 100%);
        height: 720px;
    }

    .gy_three .three_map {
        width: 1000px;
        position: absolute;
        left: 10%;
        top: 137px;
    }

    .gy_three .three_map>img {
        width: 100%;
    }

    .gy_three .three_map ul li {
        position: absolute;
        width: 15px;
        height: 21px;
        cursor: pointer;
    }

    .gy_three ul li:nth-child(1) {
        left: 79.2%;
        top: 36%;
    }

    .gy_three ul li:nth-child(2) {
        left: 80.1%;
        top: 38%;
    }

    .gy_three ul li:nth-child(3) {
        left: 80.2%;
        top: 41.8%;
    }

    .gy_three ul li:nth-child(4) {
        left: 79%;
        top: 46%;
    }

    .gy_three ul li:nth-child(5) {
        left: 18%;
        top: 39%;
    }

    .gy_three ul li:nth-child(6) {
        left: 32.5%;
        top: 66%;
    }

    .gy_three ul li:nth-child(7) {
        left: 49%;
        top: 29%;
    }

    .gy_three ul li:nth-child(8) {
        left: 86%;
        top: 75%;
    }

    .gy_three .three_map ul li::after {
        content: '';
        position: absolute;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .gy_three .three_map ul li:hover::after {
        top: -10px;
    }

    .gy_three .three_map ul li>span {
        font-size: 20px;
        line-height: 22px;
        font-family: 'ArialMT';
        color: #303030;
        position: absolute;
        left: 100%;
        margin-left: 15px;
    }

    .gy_three .three_map ul li:nth-child(1)>span {
        left: 150%;
        bottom: 40%;
    }

    .gy_three .three_map ul li .map_box {
        background-image: url(../img/tb8.png);
        background-size: 100% 100%;
        position: absolute;
        left: -150px;
        bottom: 100%;
        width: 381px;
        height: 219px;
        padding: 22px 16px;
        display: none;
    }

    .gy_three .three_map ul li .map_box h5 {
        font-size: 22px;
        line-height: 24px;
        color: #1489d9;
        font-weight: bold;
        position: relative;
        padding-left: 39px;
        border-bottom: 1px solid #d6dee6;
        padding-bottom: 10px;
    }

    .gy_three .three_map ul li .map_box h5::after {
        content: '';
        position: absolute;
        top: 0;
        left: 8px;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
    }

    .gy_three .three_map ul li .map_box h5 span {
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        font-weight: normal;
        margin-left: 10px;
    }

    .gy_three .three_map ul li .map_box p {
        font-size: 16px;
        line-height: 22px;
        color: #303030;
        margin-top: 15px;
        margin-left: 5px;
    }

    .gy_three .three_text {
        position: absolute;
        left: 13%;
        bottom: 120px;
    }

    .gy_five .five_text h4,
    .gy_four h4,
    .gy_three .three_text h4 {
        font-size: 40px;
        line-height: 1;
        font-family: 'Roboto';
        font-weight: bold;
        color: #DEE5F0;
        opacity: 0.6;
    }

    .gy_five .five_text h3,
    .gy_four h3,
    .gy_three .three_text h3 {
        font-size: 30px;
        font-weight: bold;
        color: #303030;
        line-height: 68px;
    }

    .gy_five .five_text h3 img,
    .gy_three .three_text h3 img {
        margin: 0 5px;
    }

    .gy_four {
        background: url(../img/zytd_img01.png) no-repeat;
        background-size: 100%;
        position: relative;
        height: 620px;
        padding-top: 30px;
    }

    .gy_four h4,
    .gy_four h3 {
        text-align: center;
    }

    .gy_four h4 {
        line-height: 64px;
    }

    .gy_four h3 {
        line-height: 60px;
    }

    .gy_four ul {
        height: 70px;
        padding: 0 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gy_four ul li span,
    .gy_four ul li sub {
        font-size: 35px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
    }

    .gy_four ul li sup {
        font-size: 16px;
    }


    .gy_four ul li sup {
        position: relative;
        top: -20px;
    }

    .gy_four ul li:nth-child(4) sup,
    .gy_four ul li:nth-child(3) sup {
        left: -20px;
    }

    .gy_four ul li sub {
        font-size: 35px;
    }

    .gy_four ul li p {
        font-size: 16px;
    }


    .gy_four>div>img {
        width: 1000px;
        position: absolute;
        left: 50%;
        bottom: -40px;
        transform: translateX(-50%);
    }

    .gy_five {
        height: 620px;
        background: url(../img/6-0bg4.png) no-repeat;
        background-size: 100%;
        padding-top: 15px;
    }

    .gy_five .img_box {
        width: 630px;
        position: absolute;
        left: 10%;
    }

    .gy_five .img_box a {
        float: left;
        margin: 0 25px;
        margin-bottom: 10px;
    }

    .gy_five .img_box a img {
        width: 100%;
        transition: all .5s;
    }

    .gy_five .img_box a:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_five .five_text {
        position: absolute;
        bottom: 80px;
        right: 235px;
    }

    /* 关于攸能创 1400 结束 */


    /* 解决方案01 1400 开始 */
    .jj_box {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .jj_box>.text {
        position: absolute;
        top: 218px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .jj_box .back_box>img {
        width: auto;
        transform: scale(1.1);
        transition: all 3s;
    }

    .jj_box:hover .back_box>img {
        transform: scale(1);
        transition: all 3s;
    }

    .jj_box .back_box>.img_back {
        transform: scale(1);
    }

    .jj_box>.text h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 58px;
    }

    .jj_box>.text p {
        line-height: 33px;
        font-size: 16px;
        color: #fff;
    }

    .jj_box>ul {
        display: flex;
        width: 800px;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .jj_box04>ul,
    .jj_box03>ul,
    .jj_box01>ul,
    .jj_box02>ul {
        justify-content: space-between;
    }

    .jj_box>ul li {
        text-align: center;
    }

    .jj_box>ul li>div {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .jj_box>ul li>div>img {
        width: auto;
        text-align: center;
        line-height: 80px;
        transition: .8s;
        cursor: pointer;
    }

    .jj_box>ul li>div>img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .jj_box>ul li>b {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 1;
    }

    .jj_box .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 260px;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .jj_box .jj_bread {
        position: absolute;
        bottom: 27px;
        left: 260px;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .jj_box>.tel {
        display: none;
    }

    .jj_two {
        text-align: center;
        margin-bottom: 62px;
    }

    .jj_two>img {
        display: block;
        margin: 0 auto;
    }

    .jj_two>h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 78px;
        margin-top: 14px;
    }

    .jj_two>span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
    }

    .jj_three>.text {
        top: 136px;
    }

    .jj_three>.text h2 {
        line-height: 52px;
    }

    .jj_three>.text p {
        line-height: 30px;
    }

    .jj_three>.text span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
        margin-top: 13px;
    }

    .jj_three>ul {
        width: 1000px;
        justify-content: space-around;
        bottom: 6%;
    }

    .jj_three>ul li>div {
        margin-bottom: 0;
    }

    .jj_three>ul li {
        display: flex;
        align-items: center;
    }

    .jj_three>ul li .text {
        text-align: left;
        width: auto;
        height: auto;
        margin-left: 20px;
    }

    .jj_three>ul li .text p {
        font-size: 14px;
        color: #FFFFFF;
    }

    /* 解决方案01 1400 结束 */

    /* 解决方案02 1400 开始 */

    .jj_box02 .text {
        top: 350px;
    }



    .jj_box .jj_ul04 {
        width: 800px;
        justify-content: space-between;
    }

    .jj_six04 .swiper6 {
        width: 750px;
    }

    /* 解决方案02 1400 结束 */



    /* 卓越团队 1400 开始 */
    .list_banner .gy_text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .zy_box {
        padding-top: 0;
        background-size: 100% 100%;
        height: 1000px;

    }

    .zy_box>img {
        bottom: -12px;
    }

    .zy_box>ul {
        height: auto;
        margin-top: 20px;
    }

    .zy_box>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .zy_box>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .zy_box>.lis_box li:hover a,
    .zy_box>.lis_box .active a {
        color: #fff;
    }

    .zy_box>.lis_box .active,
    .zy_box>.lis_box li:hover {
        background: #1489D9;
    }

    .zy_box h4 {
        font-size: 60px;
        margin-top: 30px;
    }

    .zy_box h3 {
        font-size: 45px;
    }

    /* 卓越团队 1400 结束 */


    /* 发展历程 1400 开始 */


    .sm_log img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 3px;
        /* margin-bottom: 42px; */
    }

    .axis {
        width: 1000px;
        position: relative;
    }

    .axis .line {
        display: flex;
        justify-content: center;
        height: auto;
    }



    .axis .line ul li {
        width: 64px;
        height: 260px;
        padding: 0 10px;
    }

    .axis .line ul li:first-child {
        height: 96px;
    }

    .axis .line .ul01 li {
        border-right: 1px solid #dcdcdc;
    }

    .axis .line .ul02 li {
        border-left: 1px solid #dcdcdc;
    }

    .axis .line ul li:last-child {
        height: 120px;
    }

    .axis .line ul li>div {
        border-top: 1px solid #dcdcdc;
    }

    .axis>.ig>img {
        position: absolute;
        left: 49%;
        top: 0;
        transform: translateX(-50%);
    }


    .axis>.ig>.ig01 {
        top: 80px;
    }

    .axis>.ig>.ig02 {
        top: 340px;
    }

    .axis>.ig>.ig03 {
        top: 600px;
    }

    .axis>.ig>.ig04 {
        top: 860px;
    }

    .axis .text {
        width: 340px;
    }

    .axis .left {
        text-align: right;
    }

    .axis .right {
        text-align: left;
    }

    .axis .text h3 {
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
        line-height: 82px;
    }

    .axis .text h3 span {
        font-size: 16px;
        color: #303030;
        font-weight: 400;
        line-height: 1;
    }

    .axis .text p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 28px;
    }

    .axis .text>a {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .axis .text>a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .axis .text a img {
        width: 100%;
        transition: all .8s;
    }

    .axis .text {
        position: absolute;
        top: 0;
        left: 0;
    }

    .axis .text.left {
        left: 10%;
    }

    .axis .text.right {
        left: 570px;
    }

    .axis .text.text01 {
        top: 45px;
    }

    .axis .text.text02 {
        top: 306px;
    }

    .axis .text.text03 {
        top: 560px;
    }

    .axis .text.text04 {
        top: 820px;
    }

    /* 发展历程 1400 结束 */


}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .gy_box .tel {
        display: none;
    }

    .mission .tel {
        display: none;
    }

    /* 底部外边距 */
    .bottBox {
        padding-bottom: 30px;
    }

    /* 表单验证 动画效果 */

    @keyframes move {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);

        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 2px rgba(238, 118, 59, .4), 0 0 20px rgba(238, 118, 59, .2) inset;
        }
    }

    @keyframes moveHover {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);
        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 1px rgba(238, 118, 59, .9), 0 0 10px rgba(238, 118, 59, .3) inset;
        }
    }

    #check img {
        position: relative;
        top: -3px;
        display: inline-block;
        animation: move .5s linear infinite alternate;
        border-radius: 50%;
        margin-right: 10px;
    }


    #check:hover img {
        animation: moveHover .8s linear infinite alternate;

    }

    /* 列表详情页 1400 开始 */

    .main {
        width: 90%;
        margin: 0 auto;
    }

    /* 返回顶部 */
    #toTop {
        position: fixed;
        bottom: 15%;
        right: 1%;
        z-index: 1000;
        cursor: pointer;
    }

    .co .nav-co>.active {
        color: #1489D9;
    }

    .nav-dbmc p,
    .nav-dbmc p a {
        color: #303030;
    }

    .nav li>a,
    .nav-zyqh a,
    .nav-zyqh span {
        color: #303030;
    }

    .nav .nav_ul>li.co>a,
    .nav li:hover>a {
        color: #fff;
    }

    .nav-zyqh,
    .nav ul {
        margin-top: 0px;
    }

    .nav {
        height: 120px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, .8);
    }

    .nav .nav_ul li {
        height: 120px;
        line-height: 120px;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .nav .nav_ul>li.co>a,
    .nav .nav_ul>li:hover>a {
        background-color: #1489d9;
    }

    .nav .nav_ul>li>a {
        display: block;
        margin-top: 35px;
        line-height: 50px;
        border-radius: 6px;
        transition: all 0.5s;
        text-align: center;
        padding: 0 24px;
    }

    .banner {
        padding-top: 120px;
        height: 920px;
        background: url(../img/1.0bg.png) no-repeat;
        background-size: 100% 100%;
    }

    .banner_box {
        height: 800px;
        position: relative;
    }

    .banner .left {
        width: 700px;
        position: absolute;
    }

    .banner b {
        color: #EE763B;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin-top: 126px;
        line-height: 60px;
    }

    .banner h3 {
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
    }

    .banner .tsi {
        margin-bottom: 36px;
    }

    .banner p {
        font-size: 14px;
        line-height: 30px;
    }

    .banner .left>a {
        display: block;
        width: 200px;
        height: 60px;
        background: #1489D9;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        margin-top: 132px;
        margin-bottom: 132px;
        transition: all .8s;
    }

    .banner .left>a:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .banner .left>a img {
        margin-left: 3px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
    }

    .banner .left .xz_lsit {
        display: none;
        position: absolute;
        bottom: 10%;
        border-radius: 6px;
        background-color: #fff;

        overflow: hidden;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:first-child {
        border-top: 1px solid transparent;
    }

    .banner .left .xz_lsit a {
        display: block;
        width: 300px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent: 10px;
        border-top: 1px solid #e5e5e5;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:hover {
        background-color: #1489D9;
        color: #fff;
        transition: all .8s;
    }

    .banner .left>i {
        display: block;
        font-size: 12px;
        color: #FFF;
        line-height: 30px;
        opacity: 0.4;
    }

    .banner .right {
        width: 300px;
        height: 470px;
        overflow: hidden;
        position: absolute;
        top: 150px;
        right: 78px;
    }

    .banner .right .swiper1 .swiper-slide a {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .banner .right .swiper1 .swiper-slide a img {
        width: 100%;
        height: auto;
        transition: all .8s;
    }

    .banner .right .swiper1 .swiper-slide a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    #fenye {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination {
        margin: 0 auto;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 3px;
        outline: 0;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #7D7D7D;
        margin: 0 6px;
    }

    .swiper-pagination-bullet-active {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #FA8248;
        position: relative;
    }

    .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        background-color: #FA8248;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }


    .advantage {
        height: auto;
        background: url(../img/2.0bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 120px;
    }

    .advantage i {
        display: block;
        color: #303030;
        line-height: 45px;
        font-size: 12px;
    }

    .advantage i a {
        color: #303030;
    }

    .advantage i a:hover {
        color: #1489d9;
    }

    .advantage .text_box {
        text-align: center;
        margin-top: 80px;
    }

    .advantage .text_box h3 {
        color: #303030;
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 60px;
    }

    .advantage .text_box p {
        font-size: 14px;
        line-height: 30px;
        color: #303030;
    }

    .advantage .ad_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 43px;
    }

    .advantage .ad_box h4 {
        font-size: 24px;
        font-weight: bold;
        color: #303030;
        line-height: 31px;
        margin-top: 18px;
        margin-bottom: 50px;
    }

    .advantage .ad_box p {
        font-size: 14px;
        color: #303030;
        line-height: 30px;
    }

    .advantage .ad_box p img {
        margin-right: 8px;
    }

    .min_box {
        width: 32%;
        height: 400px;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.2);
        border-radius: 6px;
        background: #FFFFFF;
        opacity: 0.9;
        padding: 50px 0 0 30px;
        position: relative;
        cursor: pointer;
        transition: all .8s;
    }

    .min_box:hover {
        box-shadow: 24px 24px 50px 5px rgba(98, 141, 170, 0.5);
        transition: all .8s;
    }

    .min_box:hover::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #FF7E3E;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .8s;
    }

    .parameter {
        margin-top: 40px;
    }

    .parameter .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .parameter .title h3 {
        font-size: 40px;
        font-weight: bold;
        color: #303030;
        line-height: 89px;
    }

    .parameter .title .switch_box {
        display: flex;
        align-items: center;
    }

    .parameter .title .switch {
        width: 50px;
        height: 24px;
        background: #FF8448;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }

    .parameter .title p {
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
    }

    .parameter .title .switch .active {
        display: block;
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .parameter .title .switch .right {
        margin-left: 10px;
    }

    .title_box {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        margin-bottom: -1px;
    }

    .form_box .table_box:nth-last-of-type(1) .title_box {
        border-bottom: 1px solid #e5e5e5;
    }

    .title_box p {
        font-size: 16px;
        line-height: 58px;
        color: #303030;
        margin-left: 23px;
    }

    .title_box img {
        margin-right: 11px;
    }

    .title_box .p_active {
        display: none;
    }

    .title_box .p_active_a {
        display: none;
    }

    .title_box .p_active_b {
        display: block;
    }

    .table_li {
        display: none;
    }

    .teble_active {
        display: block;
    }

    .table_li table {
        width: 100%;
    }

    .table_li table .left_text {
        width: 185px;
        color: #7E7E7E;
        text-align: right;
    }

    .table_li table tr {
        display: flex;
        justify-content: space-between;
    }

    .table_li table th {
        display: block;
        width: 120px;
        line-height: 60px;
        font-size: 16px;
        text-align: left;
    }

    .table_li table td {
        display: block;
        width: 120px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .table_li table tr:last-child {
        padding-bottom: 26px;
    }

    /*两个产品*/
    .table_li2 table th {
        width: 35%;
    }

    .table_li2 table td {
        width: 35%;
    }

    /*三个产品*/
    .table_li3 table th {
        width: 25%;
    }

    .table_li3 table td {
        width: 25%;
    }


    .certificate {
        margin-top: 78px;
        height: auto;
        background: url(../img/3.0bg.png) no-repeat;
        padding-bottom: 40px;
    }

    .certificate h3 {
        padding-top: 20px;
        font-size: 40px;
        font-weight: bold;
        line-height: 130px;
        text-align: center;
    }

    .certificate .img_box {
        display: block;
    }

    .certificate .img_box a {
        width: 160px;
        height: 160px;
        overflow: hidden;
    }

    .certificate .img_box img {
        width: 160px;
        height: auto;
        object-fit: cover;
        float: left;
        margin: 0 37px;
        margin-bottom: 24px;
        transition: .8s;
    }

    .certificate .img_box img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .consulting {
        padding-bottom: 100px;
    }

    .consulting .left_box {
        width: 720px;
        float: left;
    }

    .consulting .left_box .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .consulting .right_box h3,
    .consulting .left_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 40px;
        font-weight: bold;
        line-height: 110px;
        margin-top: 40px;
    }

    .consulting .left_box p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .consulting .left_box .liuyan {
        margin-left: 12px;
    }

    .consulting .left_box #check {
        display: block;
    }

    .consulting .left_box #check,
    .consulting .left_box button,
    .consulting .left_box input {
        width: 260px;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 15px;
        margin-right: 40px;
        text-indent: 20px;
        background: #F8F8F9;
        transition: all 1s;
    }

    .consulting .left_box textarea {
        width: 620px;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 15px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .consulting .left_box .yanz #check {
        color: #303030;
    }

    .consulting .left_box #check,
    .consulting .left_box button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
    }

    .consulting .left_box .tijiao {
        margin-left: 60px;
        color: #fff;
        background-color: #1489D9;
    }

    .consulting .right_box {
        width: 386px;
        float: right;
    }

    .consulting .right_box p {
        font-size: 16px;
        color: #acacac;
    }

    .consulting .right_box p img {
        width: 50px;
        margin-right: 3px;
    }

    .consulting .right_box h4 {
        font-size: 30px;
        line-height: 51px;
        font-weight: bold;
        color: #303030;
        margin-bottom: 50px;
    }

    /* 列表详情页 1400 结束 */


    /* 列表页 1400 开始 */



    .list_banner img {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .list_banner_box {
        position: relative;
    }

    .list_banner .text {
        position: absolute;
        bottom: 145px;
    }

    .list_banner .text h3 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #fff;
        line-height: 104px;
    }

    .list_banner .text span {
        display: block;
        height: 8px;
        border-radius: 4px;
    }

    .list_banner .text .sp_1 {
        background-color: #1489D9;
        width: 108px;
        margin-right: 10px;
        float: left;
    }

    .list_banner .text .sp_2 {
        width: 56px;
        background-color: #EE763B;
        float: right;
    }

    .list_banner .key {
        position: absolute;
        bottom: 25px;
        z-index: 1;
    }

    .key i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0.4;
    }

    .bread {
        font-size: 12px;
        line-height: 45px;
    }

    .bread a {
        transition: all .5s;
    }

    .bread a:hover {
        color: #1489D9;
        transition: all .5s;
    }

    #list #dowebok {
        background-color: #F6F8FA;
    }

    .big_box {
        padding-top: 20px;
    }

    .big_box .left {
        width: 150px;
        text-align: right;
        float: left;
        margin-right: 15px;
    }

    .big_box .left h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        margin-top: 15px;
        padding-right: 25px;
    }

    .big_box .left a {
        display: block;
        font-size: 14px;
        line-height: 46px;
        border-radius: 6px;
        padding-right: 25px;
    }

    .big_box .left a:hover {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .left .active {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .right {
        float: left;
        width: 1000px;
        border-left: 2px dashed #d8dae1;
        padding-left: 20px;
    }

    .big_box .right .small_box {
        margin-bottom: 22px;
    }

    .big_box .right .small_box h4 {
        padding-left: 40px;
        line-height: 66px;
        color: #EE763B;
        font-size: 16px;
        font-weight: bold;
    }

    .big_box .right .small_box h4 img {
        width: 16px;
        margin-right: 5px;
    }

    .big_box .right .imglist {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .big_box .right .imglist .img_box {
        width: 332px;
        height: auto;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        transition: all .8s;
    }

    .big_box .right .imglist .img_box:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .big_box .right .imglist .img_box>a {
        display: block;
        width: 100%;
    }

    .big_box .right .imglist .img_box>.text01,
    .big_box .right .imglist .img_box>.text02 {
        position: absolute;
        font-size: 16px;
        color: #303030;
        font-weight: bold;
        text-align: center;
    }

    .big_box .right .imglist .img_box>.text02 {
        color: #949596;
    }

    .big_box .right .imglist .img_box>.text01 {
        top: 33px;
    }

    .big_box .right .imglist .img_box>.text02 {
        bottom: 30px;
    }

    .big_box .right .imglist .img_box>a b {
        display: block;
    }

    .big_box .right .imglist .img_box:hover a {
        color: #1489D9;
    }

    .big_box .right .imglist .img_box a img {
        width: 100%;
    }


    .big_box .right .small_box:last-of-type {
        margin-bottom: 120px;
    }

    /* 列表页 1400 结束 */



    /* 企业文化页 1400 开始 */

    .qywh .list_banner .text {
        bottom: 145px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .qywh .list_banner .text .sp_box {
        width: 100%;
        height: 8px;
        padding: 0 12px;
    }

    #dowebok>.lis_box {
        display: flex;
        justify-content: center;
        margin-top: 17px;
        margin-bottom: 39px;
    }

    .xwzx #dowebok>.lis_box {
        margin-bottom: 50px;
    }

    #dowebok>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    #dowebok>.lis_box .active,
    #dowebok>.lis_box li:hover {
        background: #1489D9;
    }

    #dowebok>.lis_box .active a,
    #dowebok>.lis_box li:hover a {
        color: #fff;
    }

    #dowebok>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .mission {
        width: 1400px;
        height: 470px;
        margin-bottom: 90px;
        position: relative;
        left: 50%;
        margin-left: -700px;
    }

    .mission .left {
        padding-top: 35px;
        position: absolute;
        left: 10%;
    }

    .mission .left .top {
        display: flex;
    }

    .mission .left .top img {
        width: 60px;
        height: 60px;
        margin-right: 34px;
    }

    .mission .left .top .text_box {
        width: 260px;
    }

    .mission .left .top .text_box h3 {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        color: #1489D9;
    }

    .mission .left .top .text_box i {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #ababab;
        margin-bottom: 10px;
        font-family: "SourceHanSansCN";
    }

    .mission .left .top .text_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .mission .left .bottom {
        margin-top: 108px;
    }

    .mission .right {
        width: 60%;
        height: 470px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        border-radius: 6px;
        cursor: pointer;
    }

    .mission .right img {
        height: 100%;
        transition: all .8s;
    }

    .mission .right img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .mission_b .right {
        left: 0;
    }

    .mission_b .left .top .text_box {
        margin-right: 380px;
    }

    .mission_b .left .bottom {
        margin-top: 35px;
    }

    .mission_b .left {
        padding-top: 35px;
        left: 65%;
    }

    .mission_c {
        margin-bottom: 132px;
    }


    .mission_c .left .top {
        display: block;
    }

    .mission_c .left .top .text_box {
        width: 400px;
    }

    .mission_c .left .top .text_box h3 {
        margin-top: 15px;
    }

    .mission_c .left .top .text_box b {
        display: block;
        line-height: 55px;
        font-size: 24px;
        font-weight: bold;
    }

    .mission_c .left .top .text_box em {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }


    /* 企业文化页 1400 结束 */


    /* 新闻资讯内页 1400 开始 */
    #xwzx01 {
        background-color: #f6f8fa;
    }

    .news {
        background-color: #fff;
        padding: 26px 57px 50px 46px;
    }

    .news h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
        text-align: center;
    }

    .news i {
        display: block;
        font-size: 14px;
        color: #acacac;
        text-align: center;
        line-height: 18px;
        margin-bottom: 27px;
    }

    .news i img {
        width: 18px;
        position: relative;
        top: -.15em;
        margin-right: 7px;
    }

    .news i span {
        font-size: 16px;
        margin-right: 13px;
    }

    .news p {
        font-size: 14px;
        line-height: 30px;
    }

    .news p:nth-of-type(3) {
        margin-bottom: 30px;
    }

    .news .new_img {
        width: 964px;
        margin: 32px auto;
        overflow: hidden;
    }

    .news .new_img img {
        width: 100%;
        transition: all .8s;
    }

    .news .new_img img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news em {
        font-size: 14px;
        line-height: 34px;
        color: #acacac;
    }

    .return {
        display: block;
        width: 200px;
        line-height: 60px;
        border-radius: 6px;
        font-size: 16px;
        background: #1489D9;
        color: #FFFFFF;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 67px;
        transition: all .8s;
    }

    .return:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .recommend {
        background: url(../img/xwzx_img01.png) no-repeat;
        height: 700px;
        padding-top: 44px;
    }

    .recommend .swiper_box>h3 {
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 113px;
        text-align: center;
    }

    .recommend .swiper2 {
        width: 1180px;
        margin: 0 auto;
        overflow: hidden;
    }

    .recommend .swiper2 .swiper-wrapper {
        justify-content: space-between;
    }

    .recommend .swiper2 .swiper-slide {
        width: 384px !important;
        position: relative;
        border-radius: 6px;
        cursor: pointer;
        /* margin: 0 7px; */
    }

    .recommend .swiper2 .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .recommend .swiper2 .swiper-slide:hover a {
        color: #1489d9;
    }

    .recommend .swiper2 .swiper-slide b {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: bold;
    }

    .recommend .swiper2 .swiper-slide .see {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        color: #949596;
    }

    .recommend .swiper_box #fenye {
        margin-top: 42px;
    }

    /* 新闻资讯内页 1400 结束 */

    /* 新闻资讯列表页 1400 开始 */

    #xwzx {
        background-color: #f6f8fa;
    }

    .news_list {
        height: 300px;
        display: flex;
        background-color: #fff;
        padding: 30px;
        padding-top: 39px;
        margin-bottom: 27px;
        border-radius: 6px;
    }

    .news_list>a {
        display: block;
        width: 360px;
        border-radius: 6px;
        margin-top: 10px;
        overflow: hidden;
    }

    .news_list>a img {
        width: 100%;
        transition: all .8s;
    }

    .news_list>a img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news_list>.text_box {
        margin-left: 30px;
    }

    .news_list>.text_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
    }

    .news_list:hover>.text_box h3 {
        color: #1489DB;
    }

    .news_list>.text_box p {
        width: 700px;
        font-size: 14px;
        line-height: 24px;
    }

    .news_list>.text_box .see {
        margin-top: 62px;
        width: 700px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #f1f3f6;
    }

    .news_list>.text_box .see b {
        font-size: 22px;
        line-height: 66px;
        color: #1489D9;
    }

    .news_list>.text_box .see a {
        display: block;
        font-size: 14px;

        display: flex;
        cursor: pointer;
    }

    .news_list>.text_box .see a:hover {
        color: #1489D9;
    }

    .news_list>.text_box .see a span {
        display: block;
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -5px;
    }

    .lis_fenye {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .lis_fenye li {
        width: 60px;
        height: 60px;
        border: 1px solid #1489D9;
        border-radius: 6px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 5px;
        color: #1489D9;
        cursor: pointer;
    }

    .lis_fenye li:hover,
    .lis_fenye .active {
        color: #fff;
        background-color: #1489D9;
    }

    /* 新闻资讯列表页 1400 结束 */


    /* 联系我们 1400 开始 */

    #lxwm #dowebok>.lis_box {
        margin-bottom: 19px;
    }

    .recruit {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 98px;
    }

    .recruit_box .titlebox b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 130px;
    }

    .recruit_box .titlebox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #e5e5e5;
        height: 80px;
        cursor: pointer;
        padding: 0 24px 0 40px;
        margin-bottom: -1px;
    }

    .recruit_box .titlebox i {
        display: block;
        width: 130px;
        font-size: 14px;
        color: #838383;
    }


    .recruit_box .titlebox .p_active {
        display: none;
    }

    .recruit_box .titlebox .p_active_a {
        display: none;
    }

    .recruit_box .titlebox .p_active_b {
        display: block;
    }

    .recruit_box .describe {
        display: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .recruit_box .describe_c {
        display: block;
    }

    .recruit_box .describe .describe_box {
        width: 1160px;
        margin: 0 auto;
        background-color: #F7F7F7;
        padding: 16px 50px 65px;
        position: relative;
        margin-top: 1px;
    }

    .recruit_box .describe b {
        display: block;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .recruit_box .describe .bottom {
        margin-top: 3px;
    }

    .recruit_box .describe .ipad {
        display: none;
    }

    .recruit_box .describe p {
        line-height: 30px;
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send {
        text-align: right;
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .recruit_box .describe .describe_box .send p {
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send a {
        display: block;
        color: #fff;
        background-color: #1489D9;
        font-size: 16px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        border-radius: 6px;
        text-align: center;
        margin-top: 20px;
    }

    #dowebok .last .describe {
        border-bottom: 1px solid #e5e5e5;
    }

    .data_download {
        background: url(../img/lxwm_back01.png) no-repeat;
        height: auto;
        margin-top: 68px;
        padding-top: 28px;
        padding-bottom: 70px;
    }

    .data_download table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 80px;
        border: 1px solid #e5e5e5;
        margin-top: -1px;
    }

    .data_download table tr th {
        width: 170px;
    }

    .data_download table tr td {
        display: inline-block;
        width: 170px;
    }

    .data_download table tr th:first-child,
    .data_download table tr td:first-child {
        width: 398px;
        text-align: left;
        margin-left: 43px;
    }

    .data_download table tr td:first-child {
        font-size: 16px;
        font-weight: bold;

    }

    .data_download table tr .img_box a {
        width: 36px;
        margin: 0 auto;
    }

    .data_download table tr .img_box:hover .icon_1,
    .data_download table tr .img_box .icon_2 {
        display: none;
    }

    .data_download table tr .img_box:hover .icon_2 {
        display: block;
    }

    #lxwm .consulting {
        padding-bottom: 89px;
    }

    #lxwm .consulting .right_box {
        width: 460px;
        float: left;
    }

    #lxwm .consulting .right_box h3 {
        line-height: 160px;
        margin-top: 0;
    }

    #lxwm .consulting .right_box h4 {
        line-height: 40px;
        margin-bottom: 32px;
        text-indent: 39px;
    }


    #lxwm .consulting .container {
        background-color: #0853C2;
        float: right;
        width: 55%;
        height: 390px;
        object-fit: cover;
        margin-top: 120px;
        border-radius: 6px;
        position: relative;
    }

    #lxwm .consulting .container>img {
        display: block;
        width: 100%;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .container iframe {
        width: 780px;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .right_box p {
        margin-left: 31px;
    }

    .inquiry {
        background: url(../img/zixun.png) no-repeat;
        height: 620px;
        padding-top: 46px;
    }

    .inquiry .recruit {
        line-height: 110px;
    }

    .inquiry form>p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .inquiry form #check,
    .inquiry form button,
    .inquiry form>p input {
        width: 285px;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 20px;
        margin-right: 40px;
        text-indent: 20px;
        background: #F8F8F9;
    }

    .inquiry form>p span {
        color: #FA8248;
    }

    .inquiry form .liuyan {
        margin-left: 12px;
    }

    .inquiry .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .inquiry form .liuyan textarea {
        width: 1065px;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 20px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .inquiry form .yanz #check {
        color: #303030;
    }

    .inquiry form #check,
    .inquiry form button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
        margin-left: 20px;
    }

    .inquiry form .tijiao {
        color: #fff;
        background-color: #1489D9;
        float: right;
        margin-right: 45px;
    }

    /* 联系我们 1400 结束 */



    /* 攸能创优势 1400 开始 */

    #yncys .bread {
        margin-bottom: 40px;
    }

    #yncys .mission .left .top {
        display: block;
    }

    .mission .left .top h2 {
        font-family: "SourceHanSansCN";
        font-size: 60px;
        font-weight: bold;
        color: #ebeff6;
        line-height: 85px;
    }

    #yncys .mission .left .top .text_box i {
        margin-bottom: 15px;
    }

    #yncys .mission .left .top p {
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fa8248;
        margin-bottom: 30px;
    }

    #yncys .mission .left .top .text_box {
        width: 380px;
    }

    #yncys .mission .left .top .text_box em {
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    #yncys .mission .left .top .text_box span {
        display: block;
        height: 20px;
    }

    #yncys .mission_c {
        margin-bottom: 108px;
    }

    /* 攸能创优势 1400 结束 */

    /* “智”造能力 1400 开始 */

    .factory {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .factory a {
        display: block;
        width: 49%;
        margin-bottom: 54px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }

    .factory a img {
        width: 100%;
        transition: all .8s;
    }

    .factory a p {
        display: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: rgba(20, 137, 217, .8);
        transition: all .8s;
        border-radius: 6px;
    }

    .factory a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .factory a:hover p {
        display: block;
        transition: all .8s;
    }

    /* “智”造能力 1400 结束 */



    /* 关于攸能创 1400 开始 */

    .gy_box {
        width: 1400px;
        position: relative;
        left: 50%;
        margin-left: -700px;
    }

    .gy_box>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* .gy_one>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */

    .gy_one .text {
        text-align: center;
        position: absolute;
        top: 368px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_one h2 {
        color: #DEE5F0;
        opacity: 0.1;
        font-size: 100px;
        font-family: 'Roboto';
        font-weight: bold;
        line-height: 1;
    }

    .gy_one h3 {
        font-family: 'Source Han Sans CN';
        font-size: 50px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1;
        margin-top: -60px;
    }

    .gy_one h3 img {
        margin: 0 5px;
    }

    .gy_one .video_bt {
        margin-top: 30px;
        cursor: pointer;
        transition: all .5s;
    }

    .gy_one .video_bt:hover {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_one .video_box {
        width: 60%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        display: none;
    }

    .gy_one .video_box img {
        position: absolute;
        top: 3%;
        right: 2%;
        transition: all 0.5s;
        z-index: 500;
        cursor: pointer;
    }

    .gy_one .video_box video {
        width: 100%;
        height: 100%;
    }

    .gy_one .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 10%;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .gy_one .gy_bread {
        position: absolute;
        bottom: 27px;
        left: 10%;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .gy_one .gy_bread a {
        color: #3b3d3f;
    }

    .gy_one .gy_bread a:hover {
        color: #1489D9;
    }


    .gy_two .lis_box {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_two>.lis_box li {
        width: 180px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .gy_two>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .gy_two>.lis_box .active,
    .gy_two>.lis_box li:hover {
        background: #1489D9;
    }

    .gy_two>.lis_box li:hover a,
    .gy_two>.lis_box .active a {
        color: #fff;
    }

    .gy_two .two_text {
        width: 615px;
        position: absolute;
        top: 150px;
        left: 10%;
    }

    .gy_two .two_text h2 {
        font-family: 'Roboto';
        font-size: 60px;
        font-weight: bold;
        line-height: 62px;
        color: #dae7f7;
    }

    .gy_two .two_text h3 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 15px;
    }


    .gy_two .two_text h3 img {
        margin: 0 5px;
    }

    .gy_two .two_text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .gy_two .two_text h4 {
        font-size: 24px;
        font-weight: bold;
        color: #1489D9;
        line-height: 1;
    }

    .gy_three {
        background: linear-gradient(129deg, #E7E9EB 0%, #FFFEFE 49%, #E7E9EB 100%);
        height: 790px;
    }

    .gy_three .three_map {
        width: 1117px;
        position: absolute;
        left: 10%;
        top: 137px;
    }

    .gy_three .three_map>img {
        width: 100%;
    }

    .gy_three .three_map ul li {
        position: absolute;
        width: 15px;
        height: 21px;
        cursor: pointer;
    }

    .gy_three ul li:nth-child(1) {
        left: 79.2%;
        top: 36%;
    }

    .gy_three ul li:nth-child(2) {
        left: 80.1%;
        top: 38%;
    }

    .gy_three ul li:nth-child(3) {
        left: 80.2%;
        top: 41.8%;
    }

    .gy_three ul li:nth-child(4) {
        left: 79%;
        top: 46%;
    }

    .gy_three ul li:nth-child(5) {
        left: 18%;
        top: 39%;
    }

    .gy_three ul li:nth-child(6) {
        left: 32.5%;
        top: 66%;
    }

    .gy_three ul li:nth-child(7) {
        left: 49%;
        top: 29%;
    }

    .gy_three ul li:nth-child(8) {
        left: 86%;
        top: 75%;
    }

    .gy_three .three_map ul li::after {
        content: '';
        position: absolute;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .gy_three .three_map ul li:hover::after {
        top: -10px;
    }

    .gy_three .three_map ul li>span {
        font-size: 20px;
        line-height: 22px;
        font-family: 'ArialMT';
        color: #303030;
        position: absolute;
        left: 100%;
        margin-left: 15px;
    }

    .gy_three .three_map ul li:nth-child(1)>span {
        left: 150%;
        bottom: 40%;
    }

    .gy_three .three_map ul li .map_box {
        background-image: url(../img/tb8.png);
        background-size: 100% 100%;
        position: absolute;
        left: -150px;
        bottom: 100%;
        width: 381px;
        height: 219px;
        padding: 22px 16px;
        display: none;
    }

    .gy_three .three_map ul li .map_box h5 {
        font-size: 22px;
        line-height: 24px;
        color: #1489d9;
        font-weight: bold;
        position: relative;
        padding-left: 39px;
        border-bottom: 1px solid #d6dee6;
        padding-bottom: 10px;
    }

    .gy_three .three_map ul li .map_box h5::after {
        content: '';
        position: absolute;
        top: 0;
        left: 8px;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
    }

    .gy_three .three_map ul li .map_box h5 span {
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        font-weight: normal;
        margin-left: 10px;
    }

    .gy_three .three_map ul li .map_box p {
        font-size: 16px;
        line-height: 22px;
        color: #303030;
        margin-top: 15px;
        margin-left: 5px;
    }

    .gy_three .three_text {
        position: absolute;
        left: 10%;
        bottom: 120px;
    }

    .gy_five .five_text h4,
    .gy_four h4,
    .gy_three .three_text h4 {
        font-size: 50px;
        line-height: 1;
        font-family: 'Roboto';
        font-weight: bold;
        color: #DEE5F0;
        opacity: 0.6;
    }

    .gy_five .five_text h3,
    .gy_four h3,
    .gy_three .three_text h3 {
        font-size: 40px;
        font-weight: bold;
        color: #303030;
        line-height: 68px;
    }

    .gy_five .five_text h3 img,
    .gy_three .three_text h3 img {
        margin: 0 5px;
    }

    .gy_four {
        background: url(../img/zytd_img01.png) no-repeat;
        background-size: 100%;
        position: relative;
        height: 670px;
        padding-top: 50px;
    }

    .gy_four h4,
    .gy_four h3 {
        text-align: center;
    }

    .gy_four h4 {
        line-height: 64px;
    }

    .gy_four h3 {
        line-height: 60px;
    }

    .gy_four ul {
        height: 70px;
        padding: 0 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gy_four ul li span,
    .gy_four ul li sub {
        font-size: 45px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
    }

    .gy_four ul li sup {
        font-size: 16px;
    }


    .gy_four ul li sup {
        position: relative;
        top: -28px;
    }

    .gy_four ul li:nth-child(4) sup,
    .gy_four ul li:nth-child(3) sup {
        left: -20px;
    }

    .gy_four ul li sub {
        font-size: 35px;
    }

    .gy_four ul li p {
        font-size: 16px;
    }


    .gy_four>div>img {
        width: 1300px;
        position: absolute;
        left: 50%;
        bottom: -110px;
        transform: translateX(-50%);
    }

    .gy_five {
        height: 670px;
        background: url(../img/6-0bg4.png) no-repeat;
        background-size: 100%;
        padding-top: 80px;
    }

    .gy_five .img_box {
        width: 630px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 10%;
    }


    .gy_five .img_box a img {
        width: 100%;
        transition: all .5s;
    }

    .gy_five .img_box a:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_five .five_text {
        position: absolute;
        bottom: 85px;
        right: 235px;
    }

    /* 关于攸能创 1400 结束 */


    /* 解决方案01 1400 开始 */
    .jj_box {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .jj_box>.text {
        position: absolute;
        top: 218px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .jj_box .back_box>img {
        width: auto;
        transform: scale(1.1);
        transition: all 3s;
    }

    .jj_box:hover .back_box>img {
        transform: scale(1);
        transition: all 3s;
    }

    .jj_box .back_box>.img_back {
        transform: scale(1);
    }

    .jj_box>.text h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 58px;
    }

    .jj_box>.text p {
        line-height: 33px;
        font-size: 16px;
        color: #fff;
    }

    .jj_box>ul {
        display: flex;
        width: 956px;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        bottom: 165px;
        left: 50%;
        transform: translateX(-50%);
    }

    .jj_box04>ul,
    .jj_box03>ul,
    .jj_box01>ul,
    .jj_box02>ul {
        justify-content: space-between;
    }

    .jj_box>ul li {
        text-align: center;
    }

    .jj_box>ul li>div {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .jj_box>ul li>div>img {
        width: auto;
        text-align: center;
        line-height: 80px;
        transition: .8s;
        cursor: pointer;
    }

    .jj_box>ul li>div>img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .jj_box>ul li>b {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 1;
    }

    .jj_box .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 260px;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .jj_box .jj_bread {
        position: absolute;
        bottom: 27px;
        left: 260px;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .jj_box>.tel {
        display: none;
    }

    .jj_two {
        text-align: center;
        margin-bottom: 62px;
    }

    .jj_two>img {
        display: block;
        margin: 0 auto;
    }

    .jj_two>h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 78px;
        margin-top: 14px;
    }

    .jj_two>span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
    }

    .jj_three>.text {
        top: 136px;
    }

    .jj_three>.text h2 {
        line-height: 52px;
    }

    .jj_three>.text p {
        line-height: 30px;
    }

    .jj_three>.text span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
        margin-top: 13px;
    }

    .jj_three>ul {
        width: 1400px;
        justify-content: space-around;
        bottom: 93px;
    }

    .jj_three>ul li>div {
        margin-bottom: 0;
    }

    .jj_three>ul li {
        display: flex;
        align-items: center;
    }

    .jj_three>ul li .text {
        text-align: left;
        width: auto;
        height: auto;
        margin-left: 20px;
    }

    .jj_three>ul li .text p {
        font-size: 16px;
        color: #FFFFFF;
    }

    /* 解决方案01 1400 结束 */

    /* 解决方案02 1400 开始 */

    .jj_box02 .text {
        top: 350px;
    }



    .jj_box .jj_ul04 {
        width: 800px;
        justify-content: space-between;
    }

    .jj_six04 .swiper6 {
        width: 780px;
    }

    /* 解决方案02 1400 结束 */



    /* 卓越团队 1400 开始 */
    .list_banner .gy_text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .zy_box {
        padding-top: 0;
        background-size: 100% 100%;
        height: 1000px;

    }

    .zy_box>img {
        bottom: -12px;
    }

    .zy_box>ul {
        height: auto;
        margin-top: 20px;
    }

    .zy_box>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .zy_box>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .zy_box>.lis_box li:hover a,
    .zy_box>.lis_box .active a {
        color: #fff;
    }

    .zy_box>.lis_box .active,
    .zy_box>.lis_box li:hover {
        background: #1489D9;
    }

    .zy_box h4 {
        font-size: 60px;
        margin-top: 30px;
    }

    .zy_box h3 {
        font-size: 45px;
    }

    /* 卓越团队 1400 结束 */


    /* 发展历程 1400 开始 */


    .sm_log img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 3px;
        /* margin-bottom: 42px; */
    }

    .axis {
        width: 1400px;
        position: relative;
    }

    .axis .line {
        display: flex;
        justify-content: center;
        height: auto;
    }



    .axis .line ul li {
        width: 64px;
        height: 260px;
        padding: 0 10px;
    }

    .axis .line ul li:first-child {
        height: 96px;
    }

    .axis .line .ul01 li {
        border-right: 1px solid #dcdcdc;
    }

    .axis .line .ul02 li {
        border-left: 1px solid #dcdcdc;
    }

    .axis .line ul li:last-child {
        height: 120px;
    }

    .axis .line ul li>div {
        border-top: 1px solid #dcdcdc;
    }

    .axis>.ig>img {
        position: absolute;
        left: 49%;
        top: 0;
        transform: translateX(-50%);
    }


    .axis>.ig>.ig01 {
        top: 80px;
    }

    .axis>.ig>.ig02 {
        top: 340px;
    }

    .axis>.ig>.ig03 {
        top: 600px;
    }

    .axis>.ig>.ig04 {
        top: 860px;
    }

    .axis .text {
        width: 500px;
    }

    .axis .left {
        text-align: right;
    }

    .axis .right {
        text-align: left;
    }

    .axis .text h3 {
        font-size: 60px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
        line-height: 82px;
    }

    .axis .text h3 span {
        font-size: 16px;
        color: #303030;
        font-weight: 400;
        line-height: 1;
    }

    .axis .text p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 28px;
    }

    .axis .text>a {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .axis .text>a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .axis .text a img {
        width: 100%;
        transition: all .8s;
    }

    .axis .text {
        position: absolute;
        top: 0;
        left: 0;
    }

    .axis .text.left {
        left: 10%;
    }

    .axis .text.right {
        left: 760px;
    }

    .axis .text.text01 {
        top: 40px;
    }

    .axis .text.text02 {
        top: 300px;
    }

    .axis .text.text03 {
        top: 560px;
    }

    .axis .text.text04 {
        top: 820px;
    }

    /* 发展历程 1400 结束 */

}

@media (min-width: 1400px) {
    .gy_box .tel {
        display: none;
    }

    .mission .tel {
        display: none;
    }

    /* 底部外边距 */
    .bottBox {
        padding-bottom: 30px;
    }


    /* 表单验证 动画效果 */

    @keyframes move {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);

        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 2px rgba(238, 118, 59, .4), 0 0 20px rgba(238, 118, 59, .2) inset;
        }
    }

    @keyframes moveHover {
        0% {
            transform: scale(1);
        }

        25% {
            transform: scale(1.025);

        }

        50% {
            transform: scale(1.05);
        }

        75% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1.15);
            box-shadow: 0 1px 1px rgba(238, 118, 59, .9), 0 0 10px rgba(238, 118, 59, .3) inset;
        }
    }

    #check img {
        position: relative;
        top: -3px;
        display: inline-block;
        animation: move .5s linear infinite alternate;
        border-radius: 50%;
        margin-right: 10px;
    }


    #check:hover img {
        animation: moveHover .8s linear infinite alternate;

    }

    /* 列表详情页 1400 开始 */

    .main {
        width: 1400px;
        margin: 0 auto;
    }

    /* 返回顶部 */
    #toTop {
        position: fixed;
        bottom: 15%;
        right: 1%;
        z-index: 1000;
        cursor: pointer;
    }

    .co .nav-co>.active {
        color: #1489D9;
    }

    .nav-dbmc p,
    .nav-dbmc p a {
        color: #303030;
    }

    .nav li>a,
    .nav-zyqh a,
    .nav-zyqh span {
        color: #303030;
    }

    .nav .nav_ul>li.co>a,
    .nav li:hover>a {
        color: #fff;
    }

    .nav-zyqh,
    .nav ul {
        margin-top: 0px;
    }

    .nav {
        height: 120px;
        padding-bottom: 20px;
        background-color: rgba(255, 255, 255, .8);
    }

    .nav .nav_ul li {
        height: 120px;
        line-height: 120px;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .nav .nav_ul>li.co>a,
    .nav .nav_ul>li:hover>a {
        background-color: #1489d9;
    }

    .nav .nav_ul>li>a {
        display: block;
        margin-top: 35px;
        line-height: 50px;
        border-radius: 6px;
        transition: all 0.5s;
        text-align: center;
        padding: 0 24px;
    }

    .banner {
        padding-top: 120px;
        height: 920px;
        background: url(../img/1.0bg.png) no-repeat;
        background-size: 100% 100%;
    }

    .banner_box {
        height: 800px;
        position: relative;
    }

    .banner .left {
        width: 825px;
        position: absolute;
    }

    .banner b {
        color: #EE763B;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin-top: 126px;
        line-height: 60px;
    }

    .banner h3 {
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
    }

    .banner .tsi {
        margin-bottom: 36px;
    }

    .banner p {
        font-size: 14px;
        line-height: 30px;
    }

    .banner .left>a {
        display: block;
        width: 200px;
        height: 60px;
        background: #1489D9;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
        margin-top: 132px;
        margin-bottom: 165px;
        transition: all .8s;
    }

    .banner .left>a:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .banner .left>a img {
        margin-left: 3px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
    }

    .banner .left .xz_lsit {
        display: none;
        position: absolute;
        bottom: 110px;
        border-radius: 6px;
        background-color: #fff;

        overflow: hidden;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:first-child {
        border-top: 1px solid transparent;
    }

    .banner .left .xz_lsit a {
        display: block;
        width: 300px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-indent: 10px;
        border-top: 1px solid #e5e5e5;
        transition: all .8s;
    }

    .banner .left .xz_lsit a:hover {
        background-color: #1489D9;
        color: #fff;
        transition: all .8s;
    }

    .banner .left>i {
        display: block;
        font-size: 12px;
        color: #FFF;
        line-height: 30px;
        opacity: 0.4;
    }

    .banner .right {
        width: 384px;
        /* height: 540px;   */
        height: 590px;
        overflow: hidden;
        position: absolute;
        top: 76px;
        right: 78px;
    }

    .banner .right .swiper1 .swiper-slide a {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .banner .right .swiper1 .swiper-slide a img {
        transition: all .8s;
    }

    .banner .right .swiper1 .swiper-slide a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    #fenye {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination {
        margin: 0 auto;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 3px;
        outline: 0;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #7D7D7D;
        margin: 0 6px;
    }

    .swiper-pagination-bullet:last-child {
        /* margin-right: 16px; */
    }

    .swiper-pagination-bullet-active {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #FA8248;
        position: relative;
    }

    .swiper-pagination-bullet-active::after {
        content: '';
        position: absolute;
        background-color: #FA8248;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }


    .advantage {
        max-height: 920px;
        background: url(../img/2.0bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 165px;
    }

    .lis_No {
        padding-bottom: 0;
    }

    .advantage i {
        display: block;
        color: #303030;
        line-height: 45px;
        font-size: 12px;
        margin-bottom: 110px;
    }

    .lis_No i {
        margin-bottom: 0;
    }

    .advantage i a {
        color: #303030;
    }

    .advantage i a:hover {
        color: #1489d9;
    }

    .advantage .text_box {
        text-align: center;
        /* margin-top: 130px; */
    }

    .advantage .text_box h3 {
        color: #303030;
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 60px;
    }

    .advantage .text_box p {
        font-size: 14px;
        line-height: 30px;
        color: #303030;
    }

    .advantage .ad_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 43px;
    }

    .advantage .ad_box h4 {
        font-size: 24px;
        font-weight: bold;
        color: #303030;
        line-height: 31px;
        margin-top: 18px;
        margin-bottom: 50px;
    }

    .advantage .ad_box p {
        font-size: 14px;
        color: #303030;
        line-height: 30px;
    }

    .advantage .ad_box p img {
        margin-right: 8px;
    }

    .min_box {
        width: 400px;
        height: 470px;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.2);
        border-radius: 6px;
        background: #FFFFFF;
        opacity: 0.9;
        padding: 70px 0 0 54px;
        position: relative;
        cursor: pointer;
        transition: all .8s;
    }

    .min_box:hover {
        box-shadow: 24px 24px 50px 5px rgba(98, 141, 170, 0.5);
        transition: all .8s;
    }

    .min_box:hover::after {
        content: "";
        width: 100%;
        height: 5px;
        background: #FF7E3E;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .8s;
    }

    .parameter {
        margin-top: 40px;
    }

    .parameter .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .parameter .title h3 {
        font-size: 40px;
        font-weight: bold;
        color: #303030;
        line-height: 89px;
    }

    .parameter .title .switch_box {
        display: flex;
        align-items: center;
    }

    .parameter .title .switch {
        width: 50px;
        height: 24px;
        background: #FF8448;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        /* justify-content: space-between; */
        cursor: pointer;
    }

    .parameter .title p {
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
    }

    .parameter .title .switch .active {
        display: block;
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 50%;
    }

    .parameter .title .switch .right {
        margin-left: 10px;
    }

    .title_box {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        margin-bottom: -1px;
    }

    .form_box .table_box:nth-last-of-type(1) .title_box {
        border-bottom: 1px solid #e5e5e5;
    }

    .title_box p {
        font-size: 16px;
        line-height: 58px;
        color: #303030;
        margin-left: 23px;
    }

    .title_box img {
        margin-right: 11px;
    }

    .title_box .p_active {
        display: none;
    }

    .title_box .p_active_a {
        display: none;
    }

    .title_box .p_active_b {
        display: block;
    }

    .table_li {
        display: none;
    }

    .teble_active {
        display: block;
    }

    .table_li table {
        width: 100%;
    }

    .table_li table .left_text {
        width: 185px;
        color: #7E7E7E;
        /* margin-right: 48px; */
        text-align: right;
    }

    .table_li table tr {
        display: flex;
        justify-content: space-between;
    }

    .table_li table th {
        display: block;
        width: 120px;
        line-height: 60px;
        font-size: 16px;
        /* margin: 50px 0; */
        text-align: left;
    }

    .table_li table td {
        display: block;
        width: 120px;
        line-height: 36px;
    }

    .table_li table tr:last-child {
        padding-bottom: 26px;
    }

    /*两个产品*/
    .table_li2 table th {
        width: 35%;
    }

    .table_li2 table td {
        width: 35%;
    }

    /*三个产品*/
    .table_li3 table th {
        width: 25%;
    }

    .table_li3 table td {
        width: 25%;
    }


    .certificate {
        margin-top: 78px;
        height: 680px;
        background: url(../img/3.0bg.png) no-repeat;
    }

    .certificate h3 {
        padding-top: 30px;
        font-size: 40px;
        font-weight: bold;
        line-height: 168px;
        text-align: center;
    }

    .certificate .img_box {
        display: block;
    }

    .certificate .img_box a {
        width: 160px;
        height: 160px;
        overflow: hidden;
    }

    .certificate .img_box img {
        width: 160px;
        height: auto;
        object-fit: cover;
        float: left;
        margin: 0 60px;
        margin-bottom: 24px;
        transition: .8s;
    }

    .certificate .img_box img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .consulting {
        padding-bottom: 100px;
    }

    .consulting .left_box {
        width: 930px;
        float: left;
    }

    .consulting .left_box .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .consulting .right_box h3,
    .consulting .left_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 40px;
        font-weight: bold;
        line-height: 110px;
        margin-top: 40px;
    }

    .consulting .left_box p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .consulting .left_box .liuyan {
        margin-left: 12px;
    }

    .consulting .left_box #check {
        display: block;
    }

    .consulting .left_box #check,
    .consulting .left_box button,
    .consulting .left_box input {
        width: 360px;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 15px;
        margin-right: 40px;
        text-indent: 20px;
        background: #F8F8F9;
        transition: all 1s;
    }

    .consulting .left_box textarea {
        width: 820px;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 15px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .consulting .left_box .yanz #check {
        color: #303030;
    }

    .consulting .left_box #check,
    .consulting .left_box button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
    }

    .consulting .left_box .tijiao {
        margin-left: 60px;
        color: #fff;
        background-color: #1489D9;
    }

    .consulting .right_box {
        width: 386px;
        float: right;
    }

    .consulting .right_box p {
        font-size: 16px;
        color: #acacac;
    }

    .consulting .right_box p img {
        width: 50px;
        margin-right: 3px;
    }

    .consulting .right_box h4 {
        font-size: 30px;
        line-height: 51px;
        font-weight: bold;
        color: #303030;
        margin-bottom: 50px;
    }

    /* 列表详情页 1400 结束 */


    /* 列表页 1400 开始 */



    .list_banner img {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .list_banner_box {
        position: relative;
    }

    .list_banner .text {
        position: absolute;
        bottom: 145px;
    }

    .list_banner .text h3 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #fff;
        line-height: 104px;
    }

    .list_banner .text span {
        display: block;
        height: 8px;
        border-radius: 4px;
    }

    .list_banner .text .sp_1 {
        background-color: #1489D9;
        width: 108px;
        margin-right: 10px;
        float: left;
    }

    .list_banner .text .sp_2 {
        width: 56px;
        background-color: #EE763B;
        float: right;
    }

    .list_banner .key {
        position: absolute;
        bottom: 25px;
        z-index: 1;
    }

    .key i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0.4;
    }

    .bread {
        font-size: 12px;
        line-height: 45px;
    }

    .bread a {
        transition: all .5s;
    }

    .bread a:hover {
        color: #1489D9;
        transition: all .5s;
    }

    #list #dowebok {
        background-color: #F6F8FA;
    }

    .big_box {
        padding-top: 20px;
    }

    .big_box .left {
        width: 200px;
        text-align: right;
        float: left;
        margin-right: 15px;
    }

    .big_box .left h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
        margin-top: 15px;
        padding-right: 25px;
    }

    .big_box .left a {
        display: block;
        font-size: 14px;
        line-height: 46px;
        border-radius: 6px;
        padding-right: 25px;
    }

    .big_box .left a:hover {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .left .active {
        color: #1489D9;
        background-color: #fff;
    }

    .big_box .right {
        float: right;
        width: 1185px;
        border-left: 2px dashed #d8dae1;
        padding-left: 2px;
    }

    .big_box .right .small_box {
        margin-bottom: 22px;
    }

    .big_box .right .small_box h4 {
        padding-left: 40px;
        line-height: 66px;
        color: #EE763B;
        font-size: 16px;
        font-weight: bold;
    }

    .big_box .right .small_box h4 img {
        width: 16px;
        margin-right: 5px;
    }

    .big_box .right .imglist {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }

    .big_box .right .imglist .img_box {
        width: 384px;
        height: 400px;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        transition: all .8s;
        float: left;
    }

    .big_box .right .imglist .img_box:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .big_box .right .imglist .img_box>a {
        display: block;
        width: 100%;
    }

    .big_box .right .imglist .img_box>.text01,
    .big_box .right .imglist .img_box>.text02 {
        position: absolute;
        font-size: 16px;
        color: #303030;
        font-weight: bold;
        text-align: center;
    }

    .big_box .right .imglist .img_box>.text02 {
        color: #949596;
    }

    .big_box .right .imglist .img_box>.text01 {
        top: 33px;
    }

    .big_box .right .imglist .img_box>.text02 {
        bottom: 30px;
    }

    .big_box .right .imglist .img_box>a b {
        display: block;
    }

    .big_box .right .imglist .img_box:hover a {
        color: #1489D9;
    }

    .big_box .right .imglist .img_box a img {
        width: 100%;
    }


    .big_box .right .small_box:last-of-type {
        margin-bottom: 120px;
    }

    /* 列表页 1400 结束 */



    /* 企业文化页 1400 开始 */

    .qywh .list_banner .text {
        bottom: 145px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .qywh .list_banner .text .sp_box {
        width: 100%;
        height: 8px;
        padding: 0 12px;
    }

    #dowebok>.lis_box {
        display: flex;
        justify-content: center;
        margin-top: 17px;
        margin-bottom: 39px;
    }

    .xwzx #dowebok>.lis_box {
        margin-bottom: 50px;
    }

    #dowebok>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    #dowebok>.lis_box .active,
    #dowebok>.lis_box li:hover {
        background: #1489D9;
    }

    #dowebok>.lis_box .active a,
    #dowebok>.lis_box li:hover a {
        color: #fff;
    }

    #dowebok>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .mission {
        width: 1920px;
        height: 600px;
        margin-bottom: 108px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .mission .left {
        padding-top: 105px;
        position: absolute;
        left: 260px;
    }

    .mission .left .top {
        display: flex;
    }

    .mission .left .top img {
        width: 60px;
        height: 60px;
        margin-right: 34px;
    }

    .mission .left .top .text_box {
        width: 260px;
    }

    .mission .left .top .text_box h3 {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        color: #1489D9;
    }

    .mission .left .top .text_box i {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #ababab;
        margin-bottom: 10px;
        font-family: "SourceHanSansCN";
    }

    .mission .left .top .text_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .mission .left .bottom {
        margin-top: 108px;
    }

    .mission .right {
        height: 600px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        border-radius: 6px;
        cursor: pointer;
    }

    .mission .right img {
        height: 100%;
        transition: all .8s;
    }

    .mission .right img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .mission_b .right {
        width: 1086px;
        left: 0;
    }

    .mission_b .left .top .text_box {
        margin-right: 380px;
    }

    .mission_b .left .bottom {
        margin-top: 80px;
    }

    .mission_b .left {
        padding-top: 40px;
        left: 1180px;
    }

    .mission_c {
        margin-bottom: 132px;
    }

    .mission_c .left {
        padding-top: 94px;
    }

    .mission_c .left .top {
        display: block;
    }

    .mission_c .left .top .text_box {
        width: 532px;
    }

    .mission_c .left .top .text_box h3 {
        margin-top: 15px;
    }

    .mission_c .left .top .text_box b {
        display: block;
        line-height: 83px;
        font-size: 24px;
        font-weight: bold;
    }

    .mission_c .left .top .text_box em {
        display: block;
        font-size: 14px;
        line-height: 30px;
    }


    /* 企业文化页 1400 结束 */


    /* 新闻资讯内页 1400 开始 */
    #xwzx01 {
        background-color: #f6f8fa;
    }

    .news {
        background-color: #fff;
        padding: 26px 57px 50px 46px;
    }

    .news h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 70px;
        text-align: center;
    }

    .news i {
        display: block;
        font-size: 14px;
        color: #acacac;
        text-align: center;
        line-height: 18px;
        margin-bottom: 27px;
    }

    .news i img {
        width: 18px;
        position: relative;
        top: -.15em;
        margin-right: 7px;
    }

    .news i span {
        font-size: 16px;
        margin-right: 13px;
    }

    .news p {
        font-size: 14px;
        line-height: 30px;
    }

    .news p:nth-of-type(3) {
        margin-bottom: 30px;
    }

    .news .new_img {
        width: 964px;
        margin: 32px auto;
        overflow: hidden;
    }

    .news .new_img img {
        width: 100%;
        transition: all .8s;
    }

    .news .new_img img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news em {
        font-size: 14px;
        line-height: 34px;
        color: #acacac;
    }

    .return {
        display: block;
        width: 200px;
        line-height: 60px;
        border-radius: 6px;
        font-size: 16px;
        background: #1489D9;
        color: #FFFFFF;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 67px;
        transition: all .8s;
    }

    .return:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .recommend {
        background: url(../img/xwzx_img01.png) no-repeat;
        height: 700px;
        padding-top: 44px;
    }

    .recommend .swiper_box>h3 {
        font-size: 40px;
        font-weight: bold;
        font-family: 'Source Han Sans CN';
        line-height: 113px;
        text-align: center;
    }

    .recommend .swiper2 {
        width: 1180px;
        margin: 0 auto;
        overflow: hidden;
    }

    .recommend .swiper2 .swiper-wrapper {
        justify-content: space-between;
    }

    .recommend .swiper2 .swiper-slide {
        display: block;
        width: 384px !important;
        position: relative;
        border-radius: 6px;
        cursor: pointer;
        /* margin: 0 7px; */
    }

    .recommend .swiper2 .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 12px 12px 50px 0px rgba(98, 141, 170, 0.13);
        transition: all .8s;
    }

    .recommend .swiper2 .swiper-slide:hover a {
        color: #1489d9;
    }

    .recommend .swiper2 .swiper-slide b {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        font-weight: bold;
    }

    .recommend .swiper2 .swiper-slide .see {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        color: #949596;
    }

    .recommend .swiper_box #fenye {
        margin-top: 42px;
    }

    /* 新闻资讯内页 1400 结束 */

    /* 新闻资讯列表页 1400 开始 */

    #xwzx {
        background-color: #f6f8fa;
    }

    .news_list {
        height: 360px;
        display: flex;
        background-color: #fff;
        padding: 50px;
        padding-top: 39px;
        margin-bottom: 27px;
    }

    .news_list>a {
        display: block;
        width: 431px;
        border-radius: 6px;
        margin-top: 10px;
        overflow: hidden;
    }

    .news_list>a img {
        width: 100%;
        transition: all .8s;
    }

    .news_list>a img:hover {
        transform: scale(1.1);
        transition: all .8s;
    }

    .news_list>.text_box {
        margin-left: 47px;
    }

    .news_list>.text_box h3 {
        font-family: 'Source Han Sans CN';
        font-size: 30px;
        font-weight: bold;
        line-height: 90px;
    }

    .news_list:hover>.text_box h3 {
        color: #1489DB;
    }

    .news_list>.text_box p {
        width: 815px;
        font-size: 14px;
        line-height: 24px;
    }

    .news_list>.text_box .see {
        margin-top: 62px;
        width: 815px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #f1f3f6;
    }

    .news_list>.text_box .see b {
        font-size: 22px;
        line-height: 66px;
        color: #1489D9;
    }

    .news_list>.text_box .see a {
        display: block;
        font-size: 14px;

        display: flex;
        cursor: pointer;
    }

    .news_list>.text_box .see a:hover {
        color: #1489D9;
    }

    .news_list>.text_box .see a span {
        display: block;
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -5px;
    }

    .lis_fenye {
        display: flex;
        justify-content: center;
        margin-top: 41px;
        margin-bottom: 120px;
    }

    .lis_fenye li {
        width: 60px;
        height: 60px;
        border: 1px solid #1489D9;
        border-radius: 6px;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 5px;
        color: #1489D9;
        cursor: pointer;
    }

    .lis_fenye li:hover,
    .lis_fenye .active {
        color: #fff;
        background-color: #1489D9;
    }

    /* 新闻资讯列表页 1400 结束 */


    /* 联系我们 1400 开始 */

    #lxwm #dowebok>.lis_box {
        margin-bottom: 19px;
    }

    .recruit {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 98px;
    }

    .recruit_box .titlebox b {
        display: block;
        font-size: 16px;
        font-weight: bold;
        width: 130px;
    }

    .recruit_box .titlebox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #e5e5e5;
        height: 80px;
        cursor: pointer;
        padding: 0 24px 0 40px;
        margin-bottom: -1px;
    }

    .recruit_box .titlebox i {
        display: block;
        width: 130px;
        font-size: 14px;
        color: #838383;
    }


    .recruit_box .titlebox .p_active {
        display: none;
    }

    .recruit_box .titlebox .p_active_a {
        display: none;
    }

    .recruit_box .titlebox .p_active_b {
        display: block;
    }

    .recruit_box .describe {
        display: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .recruit_box .describe_c {
        display: block;
    }

    .recruit_box .describe .describe_box {
        width: 1358px;
        margin: 0 auto;
        background-color: #F7F7F7;
        padding: 16px 50px 65px;
        position: relative;
        margin-top: 1px;
    }

    .recruit_box .describe b {
        display: block;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .recruit_box .describe .bottom {
        margin-top: 3px;
    }

    .recruit_box .describe p {
        line-height: 30px;
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send {
        text-align: right;
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .recruit_box .describe .describe_box .send p {
        font-size: 14px;
    }

    .recruit_box .describe .describe_box .send a {
        display: block;
        color: #fff;
        background-color: #1489D9;
        font-size: 16px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        border-radius: 6px;
        text-align: center;
        margin-top: 20px;
    }

    #dowebok .last .describe {
        border-bottom: 1px solid #e5e5e5;
    }

    .data_download {
        background: url(../img/lxwm_back01.png) no-repeat;
        height: auto;
        margin-top: 68px;
        padding-top: 28px;
        padding-bottom: 78px;
    }

    .data_download table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 80px;
        border: 1px solid #e5e5e5;
        margin-top: -1px;
    }

    .data_download table tr th {
        width: 170px;
    }

    .data_download table tr td {
        display: inline-block;
        width: 170px;
    }

    .data_download table tr th:first-child,
    .data_download table tr td:first-child {
        width: 398px;
        text-align: left;
        margin-left: 43px;
    }

    .data_download table tr td:first-child {
        font-size: 16px;
        font-weight: bold;

    }

    .data_download table tr .img_box a {
        width: 36px;
        margin: 0 auto;
    }

    .data_download table tr .img_box:hover .icon_1,
    .data_download table tr .img_box .icon_2 {
        display: none;
    }

    .data_download table tr .img_box:hover .icon_2 {
        display: block;
    }

    #lxwm .consulting {
        padding-bottom: 89px;
    }

    #lxwm .consulting .right_box {
        width: auto;
        float: left;
    }

    #lxwm .consulting .right_box h3 {
        line-height: 160px;
        margin-top: 0;
    }

    #lxwm .consulting .right_box h4 {
        line-height: 40px;
        margin-bottom: 32px;
        text-indent: 39px;
    }


    #lxwm .consulting .container {
        background-color: #0853C2;
        float: right;
        width: 780px;
        height: 420px;
        margin-top: 120px;
        border-radius: 6px;
        position: relative;
    }

    #lxwm .consulting .container>img {
        display: block;
        width: 780px;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .container iframe {
        width: 780px;
        height: 420px;
        border-radius: 6px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    #lxwm .consulting .right_box p {
        margin-left: 31px;
    }

    .inquiry {
        background: url(../img/zixun.png) no-repeat;
        height: 620px;
        padding-top: 46px;
    }

    .inquiry .recruit {
        line-height: 110px;
    }

    .inquiry form>p {
        font-size: 16px;
        float: left;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .inquiry form #check,
    .inquiry form button,
    .inquiry form>p input {
        width: 360px;
        height: 60px;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        margin-left: 20px;
        margin-right: 40px;
        text-indent: 20px;
        background: #F8F8F9;
    }

    .inquiry form>p span {
        color: #FA8248;
    }

    .inquiry form .liuyan {
        margin-left: 12px;
    }

    .inquiry .placeholderTextColor::-webkit-input-placeholder {
        color: red;
    }

    .inquiry form .liuyan textarea {
        width: 1290px;
        height: 140px;
        border: 1px solid #E5E5E5;
        margin-left: 20px;
        border-radius: 6px;
        vertical-align: middle;
        padding: 20px;
        background: #F8F8F9;
    }

    .inquiry form .yanz #check {
        color: #303030;
    }


    .inquiry form #check,
    .inquiry form button {
        text-align: center;
        font-size: 16px;
        text-indent: 0;
        line-height: 60px;
        padding: 0;
        cursor: pointer;
        margin-left: 20px;
    }

    .inquiry form .tijiao {
        color: #fff;
        background-color: #1489D9;
        float: right;
        margin-right: 45px;
    }

    /* 联系我们 1400 结束 */



    /* 攸能创优势 1400 开始 */

    #yncys .bread {
        margin-bottom: 40px;
    }

    #yncys .mission .left .top {
        display: block;
    }

    .mission .left .top h2 {
        font-family: "SourceHanSansCN";
        font-size: 60px;
        font-weight: bold;
        color: #ebeff6;
        line-height: 106px;
    }

    #yncys .mission .left .top .text_box i {
        margin-bottom: 15px;
    }

    #yncys .mission .left .top p {
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #fa8248;
        margin-bottom: 45px;
    }

    #yncys .mission .left .top .text_box {
        width: 490px;
    }

    #yncys .mission .left .top .text_box em {
        font-size: 16px;
        line-height: 30px;
        display: block;
    }

    #yncys .mission .left .top .text_box span {
        display: block;
        height: 30px;
    }

    #yncys .mission_c {
        margin-bottom: 108px;
    }

    /* 攸能创优势 1400 结束 */

    /* “智”造能力 1400 开始 */

    .factory {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .factory a {
        display: block;
        width: 656px;
        margin-bottom: 54px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
    }

    .factory a img {
        width: 100%;
        transition: all .8s;
    }

    .factory a p {
        display: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: rgba(20, 137, 217, .8);
        transition: all .8s;
        border-radius: 6px;
    }

    .factory a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .factory a:hover p {
        display: block;
        transition: all .8s;
    }

    /* “智”造能力 1400 结束 */



    /* 关于攸能创 1400 开始 */

    .gy_box {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .gy_one>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gy_one .text {
        text-align: center;
        position: absolute;
        top: 368px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_one h2 {
        color: #DEE5F0;
        opacity: 0.1;
        font-size: 100px;
        font-family: 'Roboto';
        font-weight: bold;
        line-height: 1;
    }

    .gy_one h3 {
        font-family: 'Source Han Sans CN';
        font-size: 50px;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1;
        margin-top: -60px;
    }

    .gy_one h3 img {
        margin: 0 5px;
    }

    .gy_one .video_bt {
        margin-top: 30px;
        cursor: pointer;
        transition: all .5s;
    }

    .gy_one .video_bt:hover {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_one .video_box {
        width: 60%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        display: none;
    }

    .gy_one .video_box img {
        position: absolute;
        top: 3%;
        right: 2%;
        transition: all 0.5s;
        z-index: 500;
        cursor: pointer;
    }

    .gy_one .video_box video {
        width: 100%;
        height: 100%;
    }

    .gy_one .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 260px;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .gy_one .gy_bread {
        position: absolute;
        bottom: 27px;
        left: 260px;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .gy_one .gy_bread a {
        color: #3b3d3f;
    }

    .gy_one .gy_bread a:hover {
        color: #1489D9;
    }

    .gy_two {
        position: relative;
    }

    .gy_two .lis_box {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .gy_two>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .gy_two>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .gy_two>.lis_box .active,
    .gy_two>.lis_box li:hover {
        background: #1489D9;
    }

    .gy_two>.lis_box li:hover a,
    .gy_two>.lis_box .active a {
        color: #fff;
    }

    .gy_two .two_text {
        width: 670px;
        position: absolute;
        top: 220px;
        left: 260px;
    }

    .gy_two .two_text h2 {
        font-family: 'Roboto';
        font-size: 70px;
        font-weight: bold;
        line-height: 62px;
        color: #dae7f7;
    }

    .gy_two .two_text h3 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 32px;
    }


    .gy_two .two_text h3 img {
        margin: 0 5px;
    }

    .gy_two .two_text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .gy_two .two_text h4 {
        font-size: 24px;
        font-weight: bold;
        color: #1489D9;
        line-height: 1;
    }

    .gy_three {
        background: linear-gradient(129deg, #E7E9EB 0%, #FFFEFE 49%, #E7E9EB 100%);
        position: relative;
        height: 920px;
    }

    .gy_three .three_map {
        position: absolute;
        /* left: 260px; */
        left: 300px;
        top: 137px;
    }

    .gy_three .three_map>img {
        width: 100%;
    }

    .gy_three .three_map ul li {
        position: absolute;
        width: 15px;
        height: 21px;
        cursor: pointer;
    }

    .gy_three ul li:nth-child(1) {
        left: 79.2%;
        top: 36%;
    }

    .gy_three ul li:nth-child(2) {
        left: 80.1%;
        top: 38%;
    }

    .gy_three ul li:nth-child(3) {
        left: 80.2%;
        top: 41.8%;
    }

    .gy_three ul li:nth-child(4) {
        left: 79%;
        top: 46%;
    }

    .gy_three ul li:nth-child(5) {
        left: 18%;
        top: 39%;
    }

    .gy_three ul li:nth-child(6) {
        left: 32.5%;
        top: 66%;
    }

    .gy_three ul li:nth-child(7) {
        left: 49%;
        top: 29%;
    }

    .gy_three ul li:nth-child(8) {
        left: 86%;
        top: 75%;
    }

    .gy_three .three_map ul li::after {
        content: '';
        position: absolute;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .gy_three .three_map ul li:hover::after {
        top: -10px;
    }

    .gy_three .three_map ul li>span {
        font-size: 20px;
        line-height: 22px;
        font-family: 'ArialMT';
        color: #303030;
        position: absolute;
        left: 100%;
        margin-left: 15px;
    }

    .gy_three .three_map ul li:nth-child(1)>span {
        left: 150%;
        bottom: 40%;
    }

    .gy_three .three_map ul li .map_box {
        background-image: url(../img/tb8.png);
        background-size: 100% 100%;
        position: absolute;
        left: -150px;
        bottom: 100%;
        width: 381px;
        height: 219px;
        padding: 22px 16px;
        display: none;
    }

    .gy_three .three_map ul li .map_box h5 {
        font-size: 22px;
        line-height: 24px;
        color: #1489d9;
        font-weight: bold;
        position: relative;
        padding-left: 39px;
        border-bottom: 1px solid #d6dee6;
        padding-bottom: 10px;
    }

    .gy_three .three_map ul li .map_box h5::after {
        content: '';
        position: absolute;
        top: 0;
        left: 8px;
        background-image: url(../img/tb7.png);
        background-size: 100% 100%;
        width: 15px;
        height: 21px;
    }

    .gy_three .three_map ul li .map_box h5 span {
        font-size: 20px;
        line-height: 24px;
        color: #303030;
        font-weight: normal;
        margin-left: 10px;
    }

    .gy_three .three_map ul li .map_box p {
        font-size: 16px;
        line-height: 22px;
        color: #303030;
        margin-top: 15px;
        margin-left: 5px;
    }

    .gy_three .three_text {
        position: absolute;
        left: 260px;
        bottom: 184px;
    }

    .gy_five .five_text h4,
    .gy_four h4,
    .gy_three .three_text h4 {
        font-size: 70px;
        line-height: 74px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #DEE5F0;
        opacity: 0.6;
    }

    .gy_five .five_text h3,
    .gy_four h3,
    .gy_three .three_text h3 {
        font-size: 50px;
        font-weight: bold;
        color: #303030;
        line-height: 68px;
    }

    .gy_five .five_text h3 img,
    .gy_three .three_text h3 img {
        margin: 0 5px;
    }

    .gy_four {
        background-image: url(../img/zytd_img01.png);
        position: relative;
        height: 920px;
        padding-top: 100px;
    }

    .gy_four h4,
    .gy_four h3 {
        text-align: center;
    }

    .gy_four h4 {
        line-height: 64px;
    }

    .gy_four h3 {
        line-height: 60px;
    }

    .gy_four ul {
        height: 150px;
        padding: 0 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gy_four ul li span,
    .gy_four ul li sub {
        font-size: 60px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
    }

    .gy_four ul li sup {
        font-size: 16px;
    }


    .gy_four ul li sup {
        position: relative;
        top: -28px;
    }

    .gy_four ul li:nth-child(4) sup,
    .gy_four ul li:nth-child(3) sup {
        left: -20px;
    }

    .gy_four ul li sub {
        font-size: 35px;
    }

    .gy_four ul li p {
        font-size: 16px;
    }

    .gy_four>div>img {
        position: absolute;
        left: 50%;
        bottom: -45px;
        transform: translateX(-50%);
    }

    .gy_five {
        height: 920px;
        background-image: url(../img/6-0bg4.png);
        padding-top: 170px;
    }

    .gy_five .img_box {
        width: 852px;
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 260px;
    }

    .gy_five .img_box a {
        margin: 0 62px;
        margin-bottom: 27px;
        float: left;
    }

    .gy_five .img_box a img {
        width: 100%;
        transition: all .5s;
    }

    .gy_five .img_box a:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

    .gy_five .five_text {
        position: absolute;
        bottom: 118px;
        right: 300px;
    }

    /* 关于攸能创 1400 结束 */


    /* 解决方案01 1400 开始 */
    .jj_box {
        width: 1920px;
        position: relative;
        left: 50%;
        margin-left: -960px;
    }

    .jj_box>.text {
        position: absolute;
        top: 218px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .jj_box .back_box>img {
        width: auto;
        transform: scale(1.1);
        transition: all 3s;
    }

    .jj_box:hover .back_box>img {
        transform: scale(1);
        transition: all 3s;
    }

    .jj_box .back_box>.img_back {
        transform: scale(1);
    }

    .jj_box>.text h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #FFFFFF;
        line-height: 58px;
    }

    .jj_box>.text p {
        line-height: 33px;
        font-size: 16px;
        color: #fff;
    }

    .jj_box>ul {
        display: flex;
        width: 956px;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        bottom: 165px;
        left: 50%;
        transform: translateX(-50%);
    }

    .jj_box04>ul,
    .jj_box03>ul,
    .jj_box01>ul,
    .jj_box02>ul {
        justify-content: space-between;
    }

    .jj_box>ul li {
        text-align: center;
    }

    .jj_box>ul li>div {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .jj_box>ul li>div>img {
        width: auto;
        text-align: center;
        line-height: 80px;
        transition: .8s;
        cursor: pointer;
    }

    .jj_box>ul li>div>img:hover {
        transform: scale(1.1);
        transition: .8s;
    }

    .jj_box>ul li>b {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 1;
    }

    .jj_box .gy_ci {
        position: absolute;
        bottom: 52px;
        left: 260px;
        font-size: 12px;
        color: #605f5f;
        line-height: 23px;
    }

    .jj_box .jj_bread {
        position: absolute;
        bottom: 27px;
        left: 260px;
        line-height: 25px;
        color: #3b3d3f;
        font-size: 12px;
    }

    .jj_box>.tel {
        display: none;
    }

    .jj_two {
        text-align: center;
        margin-bottom: 62px;
    }

    .jj_two>img {
        display: block;
        margin: 0 auto;
    }

    .jj_two>h2 {
        font-size: 40px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        line-height: 78px;
        margin-top: 14px;
    }

    .jj_two>span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
    }

    .jj_three>.text {
        top: 136px;
    }

    .jj_three>.text h2 {
        line-height: 52px;
    }

    .jj_three>.text p {
        line-height: 30px;
    }

    .jj_three>.text span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #FA8248;
        border-radius: 2px;
        margin-top: 13px;
    }

    .jj_three>ul {
        width: 1400px;
        justify-content: space-around;
        bottom: 93px;
    }

    .jj_three>ul li>div {
        margin-bottom: 0;
    }

    .jj_three>ul li {
        display: flex;
        align-items: center;
    }

    .jj_three>ul li .text {
        text-align: left;
        width: auto;
        height: auto;
        margin-left: 20px;
    }

    .jj_three>ul li .text p {
        font-size: 16px;
        color: #FFFFFF;
    }

    /* 解决方案01 1400 结束 */

    /* 解决方案02 1400 开始 */

    .jj_box02 .text {
        top: 350px;
    }



    .jj_box .jj_ul04 {
        width: 800px;
        justify-content: space-between;
    }

    .jj_six04 .swiper6 {
        width: 780px;
    }

    /* 解决方案02 1400 结束 */



    /* 卓越团队 1400 开始 */
    .list_banner .gy_text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .zy_box {
        padding-top: 0;
        background-size: 100% 100%;
        height: 1000px;

    }

    .zy_box>img {
        bottom: -12px;
    }

    .zy_box>ul {
        height: auto;
        margin-top: 20px;
    }

    .zy_box>.lis_box li {
        width: 200px;
        height: 60px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .zy_box>.lis_box li a {
        font-size: 16px;
        line-height: 60px;
    }

    .zy_box>.lis_box li:hover a,
    .zy_box>.lis_box .active a {
        color: #fff;
    }

    .zy_box>.lis_box .active,
    .zy_box>.lis_box li:hover {
        background: #1489D9;
    }

    .zy_box h4 {
        font-size: 60px;
        margin-top: 30px;
    }

    .zy_box h3 {
        font-size: 45px;
    }

    /* 卓越团队 1400 结束 */


    /* 发展历程 1400 开始 */


    .sm_log img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 3px;
        /* margin-bottom: 42px; */
    }

    .axis {
        position: relative;
    }

    .axis .line {
        display: flex;
        justify-content: center;
        height: auto;
    }



    .axis .line ul li {
        width: 64px;
        height: 260px;
        padding: 0 10px;
    }

    .axis .line ul li:first-child {
        height: 96px;
    }

    .axis .line .ul01 li {
        border-right: 1px solid #dcdcdc;
    }

    .axis .line .ul02 li {
        border-left: 1px solid #dcdcdc;
    }

    .axis .line ul li:last-child {
        height: 120px;
    }

    .axis .line ul li>div {
        border-top: 1px solid #dcdcdc;
    }

    .axis>.ig>img {
        position: absolute;
        left: 49%;
        top: 0;
        transform: translateX(-50%);
    }


    .axis>.ig>.ig01 {
        top: 80px;
    }

    .axis>.ig>.ig02 {
        top: 340px;
    }

    .axis>.ig>.ig03 {
        top: 600px;
    }

    .axis>.ig>.ig04 {
        top: 860px;
    }

    .axis .text {
        width: 500px;
    }

    .axis .left {
        text-align: right;
    }

    .axis .right {
        text-align: left;
    }

    .axis .text h3 {
        font-size: 60px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #1489D9;
        line-height: 82px;
    }

    .axis .text h3 span {
        font-size: 16px;
        color: #303030;
        font-weight: 400;
        line-height: 1;
    }

    .axis .text p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 28px;
    }

    .axis .text>a {
        display: block;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
    }

    .axis .text>a:hover img {
        transform: scale(1.1);
        transition: all .8s;
    }

    .axis .text a img {
        width: 100%;
        transition: all .8s;
    }

    .axis .text {
        position: absolute;
        top: 0;
        left: 0;
    }

    .axis .text.left {
        left: 140px;
    }

    .axis .text.right {
        left: 760px;
    }

    .axis .text.text01 {
        top: 40px;
    }

    .axis .text.text02 {
        top: 300px;
    }

    .axis .text.text03 {
        top: 560px;
    }

    .axis .text.text04 {
        top: 820px;
    }

    /* 发展历程 1400 结束 */
}

@media(min-width: 1920px) {

    body {
        width: 100%;
        margin: 0 auto !important;
    }
}