﻿input,
button,
textarea{border-radius: 0; padding: 0; border: none; background: none; outline: none; font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica;}
button{outline: none;}
input,
textarea{-webkit-appearance: none;}
::-webkit-input-placeholder{color: #888;}
:-moz-placeholder{color: #888;}
::-moz-placeholder{color: #888;}
:-ms-input-placeholder{color: #888;}


.col{margin-left: -10px; margin-right: -10px; zoom: 1;}
.col:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.col>li,
.col .item{float: left; padding: 0 10px;}
.col li img,
.col .item img{max-width: 100%; width: 100%;}
.col-2 li,
.col-2 .item{width: 50%;}
.col-3 li,
.col-3 .item{width: 33.3333%;}
.col-4>li,
.col-4 .item{width: 25%;}
.col-5 li,
.col-5 .item{width: 20%;}
.col-6 li,
.col-6 .item{width: 16.6666%;}
.col-8 li,
.col-8 .item{width: 12.5%;}
.col.k10{margin-left: -5px; margin-right: -5px;}
.col.k10>li,
.col.k10 .item{padding: 0 5px;}
.col.k15{margin-left: -7.5px; margin-right: -7.5px;}
.col.k15>li,
.col.k15 .item{padding: 0 7.5px;}
.col.k30{margin-left: -15px; margin-right: -15px;}
.col.k30>li,
.col.k30 .item{padding: 0 15px;}
.col.k90{margin-left: -45px; margin-right: -45px;}
.col.k90>li,
.col.k90 .item{padding: 0 45px;}
@media (max-width: 1280px){.col{margin-left: -10px; margin-right: -10px;} .col>li, .col .item{padding: 0 10px;}}
@media (max-width: 992px){.col-4>li, .col-4 .item{width: 50%;} .col{margin-left: -8px; margin-right: -8px;} .col>li, .col .item{padding: 0 8px;}}
@media (max-width: 768px){
    .col-xs-2 .item,
    .col-xs-2>li {
        width: 50%;
    }
}
.abox{display: block;}

.ny-main {
    padding-top: 70px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
}
.line-foot {
    border: none;
    margin: 0;
    height: 0;
    border-bottom: 1px solid #ddd;
}
.bg-gray {
    background-color: #f5f5f5;
}
.oh{overflow: hidden;}
.center {
    text-align: center;
}
.pt-110 {
    padding-top: 110px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-100 {
    padding-top: 100px;
}


.com-page {
    margin-top: 60px;
}
.pagination {
    text-align: center
}
.a1_page {
    display: none !important;
}
.pagination a,
.pagination span {
    padding: 0 16px;
    display: inline-block;
    margin: 0 1px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pagination .cur_page,
.pagination .page-num-current,
.pagination a:hover {
    color: #fff !important;
    background: #1e6eb4 !important;
    border-color: #1e6eb4;
}
.pagination .prev_disabled:hover,
.pagination .next_disabled:hover {
    color: #576077 !important;
}
.pagination a.prev:before,
.pagination a.prev_disabled:before {
    content: "上一页";
}
.pagination a.next:before,
.pagination a.next_disabled:before {
    content: "下一页";
}
@media (max-width: 768px) {
    .com-page {
        margin-top: 40px;
    }
    .pagination a, .pagination span {
        padding: 0 10px;
        min-width: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .pagination .page-home,
    .pagination .page-last {
        display: none;
    }
}


.page-banner {
    position: relative;
    overflow: hidden;
}
.page-banner .pb-pic {
    overflow: hidden;
    height: 0;
    padding-bottom: 40%;
    background: #f5f5f5;
}
.page-banner .pb-pic img {
    width: 100%;
    max-height: none;
    -webkit-animation: SlickIn ease-in 10s;
    animation: SlickIn ease-in 10s;
}
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1.1, 1.1)
    }
}
@keyframes SlickIn {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(1.1, 1.1)
    }
}
.page-banner .pb-tit {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 2;
    margin-left: -700px;
    width: 100%;
}
.page-banner .pb-tit h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.page-banner .pb-tit p {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    opacity: 0.7;
}
.page-banner .cate {
    position: absolute;
    bottom: 116px;
    left: 50%;
    z-index: 2;
    margin-left: -700px;
}
.page-banner .cate li {
    float: left;
    width: 51px;
    height: 180px;
    background-color: #281f20;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    margin-right: 14px;
    display: flex;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-banner .cate li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff !important;
    padding: 0 10px;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.page-banner .cate li.on,
.page-banner .cate li:hover {
    background-color: #e5011a;
}
.page-banner .cate li:hover {
    box-shadow: 0 10px 20px rgba(255,255,255,0.15);
}
@media (max-width: 1440px) {
    .page-banner .pb-tit {
        margin-left: 0;
        left: 4%;
    }
    .page-banner .cate {
        margin-left: 0;
        left: 4%;
        bottom: 60px;
    }
    .page-banner .cate li {
        width: 40px;
        height: 140px;
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1280px) {
    
}
@media (max-width: 1024px) {
    .page-banner .pb-tit {
        top: 15%;
    }
    .page-banner .cate {
        bottom: 6%;
    }
    .page-banner .pb-tit p {
        margin-top: 20px;
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .page-banner .pb-pic {
        height: auto;
        padding-bottom: 0;
        height: 300px;
    }
    .page-banner .pb-tit {
        top: 10%;
    }
    .page-banner .pb-tit h3 {
        font-size: 36px;
    }
    .page-banner .pb-tit p {
        margin-top: 15px;
        font-size: 16px;
    }
    .page-banner .cate {
        bottom: 10%;
    }
    .page-banner .cate li {
        width: 40px;
        height: 120px;
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .page-banner .pb-tit h3 {
        font-size: 26px;
    }
    .page-banner .pb-pic {
        height: 270px;
    }
    .page-banner .pb-pic img {
        width: auto;
        height: 100%;
        max-width: none;
    }
    .page-banner .cate li {
        width: 30px;
        height: 110px;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }
    .page-banner .cate li a {
        padding: 0 7px;
    }
}


.ny {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../image/bg-inner.png) no-repeat left 40%;
}

.cate-bar {
    width: 215px;
    float: left;
    border-right: 1px solid #ddd;
    min-height: 400px;
    padding-top: 58px;
}
.cate-bar li {
    margin-bottom: 40px;
}
.cate-bar li>a {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    display: block;
}
.cate-bar li>a:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    width: 3px;
    height: 0;
    background-color: #e5011a;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.cate-bar li.on>a:after,
.cate-bar li:hover>a:after {
    color: #e5011a;
    opacity: 1;
    height: 100%;
}
.cate-bar li.on>a,
.cate-bar li:hover>a {
    color: #e5011a;
}
.cate-bar li dl {
    margin-top: 5px;
}
.cate-bar li dl dt {
    line-height: 48px;
    position: relative;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-bar li dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 2px;
    background-color: #e5011a;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cate-bar li dl dt.on,
.cate-bar li dl dt:hover {
    padding-left: 45px;
}
.cate-bar li dl dt.on:before,
.cate-bar li dl dt:hover:before {
    opacity: 1;
    width: 30px;
}
.cate-bar li dl dt a {
    font-size: 18px;
    color: #2e3136;
    display: block;
}
.cate-bar li dl dt a:hover,
.cate-bar li dl dt.on a {
    color: #e5011a;
}
.cate-show {
    width: 1062px;
    float: right;
}
.cate-show.single {
    width: 100%;
    float: none;
}
.xg-content .cate-show .ny-case-list {
    margin-bottom: 0;
}
.xg-content .cate-show .ny-case-list .item {
    margin-bottom: 0;
}
.ny-class-list {
    width: 1062px;
    float: right;
    margin-bottom: -30px;
}
.ny-class-list .item {
    height: 520px;
    background: url(../image/item-bg.png) no-repeat center;
    background-size: contain;
    margin-bottom: 30px;
    padding: 9px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ny-class-list .item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.ny-class-list .item .pic {
    width: 680px;
    height: 500px;
    overflow: hidden;
}
.ny-class-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ny-class-list .item .cont {
    width: 356px;
    padding: 48px 25px 90px;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
}
.ny-class-list .item .cont i {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: url(../image/class-tit-1.png) no-repeat center;
    background-size: contain;
}
.ny-class-list .item .cont h4 {
    writing-mode:tb-rl;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    color: #000000;
    margin-right: 25px;
    margin-left: 25px;
}
.ny-class-list .item .cont h4 span {
    color: #e5011a;
}
.ny-class-list .item .cont p {
    writing-mode:tb-rl;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #81868e;
}
.class-ys {
    background-color: #f6f6f6;
    padding: 92px 0;
}
.class-ys-list {
    margin-bottom: -38px;
}
.class-ys-list .item {
    width: 48.5714%;
    position: relative;
    margin-bottom: 38px;
}
.class-ys-list .item .cont {
    position: absolute;
    left: 64px;
    top: 0;
    width: 55%;
    height: 100%;
    padding-top: 40px;
}
.class-ys-list .item .cont h4 {
    font-size: 20px;
    line-height: 36px;
    color: #181f2e;
    position: relative;
    font-weight: bold;
}
.class-ys-list .item .cont h4:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 10px;
    width: 13px;
    height: 13px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.class-ys-list .item .cont h5 {
    font-size: 24px;
    line-height: 36px;
    color: #181f2e;
    margin-top: 5px;
    font-weight: bold;
}
.class-ys-list .item .cont p {
    font-size: 16px;
    line-height: 24px;
    color: #8c8c8c;
    margin-top: 65px;
    font-weight: bold;
}
.class-ys-list .item:nth-child(1) .cont h4,
.class-ys-list .item:nth-child(4) .cont h4 {
    color: #e5011a;
}
.class-ys-list .item:nth-child(1) .cont h5,
.class-ys-list .item:nth-child(4) .cont h5 {
    color: #fff;
}
.class-ys-list .item:nth-child(1) .cont p,
.class-ys-list .item:nth-child(4) .cont p {
    color: #ffffff;
    opacity: 0.8;
}
.zixun-wrap {
    text-align: center;
    margin-top: 48px;
}
.zixun-wrap .zixun {
    width: 185px;
    height: 53px;
    line-height: 53px;
    border-radius: 27px;
    font-size: 18px;
}
.zixun-wrap .zixun:after {
    height: 47px;
    border-radius: 27px;
}
.case-xg,
.team-wrap {
    padding-top: 100px;
    padding-bottom: 110px;
    background: url(../image/bg.jpg) no-repeat center bottom;
}
.case-xg-list {
    margin-bottom: -60px;
}
.case-xg-list .item {
    position: relative;
    width: 32.5%;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    margin-bottom: 60px;
}
.case-xg-list .item:before {
    content: "";
    position: absolute;
    left: 2%;
    bottom: -8px;
    width: 96%;
    height: 7px;
    border: solid 1px #d9d9d9;
    border-top: none;
}
.case-xg-list .item:after {
    content: "";
    position: absolute;
    left: 4%;
    bottom: -16px;
    width: 92%;
    height: 7px;
    border: solid 1px #d9d9d9;
    border-top: none;
}
.case-xg-list .item .people {
    padding: 45px 30px 30px 50px;
}
.case-xg-list .item .people .cont {
    width: 69%;
    padding-right: 28px;
}
.case-xg-list .item .people .cont h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #181f2e;
    position: relative;
}
.case-xg-list .item .people .cont h4:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 13px;
    height: 13px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.case-xg-list .item .people .cont h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #81868e;
    margin-top: 12px;
}
.case-xg-list .item .people .cont p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #81868e;
    margin-top: 25px;
}
.case-xg-list .item .show {
    padding: 20px;
    background-color: #f6f6f6;
}
.case-xg-list .item .show .tit {
    margin-bottom: 16px;
}
.case-xg-list .item .show .tit h4 {
    font-size: 16px;
    line-height: 30px;
    color: #81868e;
    font-weight: bold;
}
.case-xg-list .item .show .tit .more {
    font-size: 14px;
    line-height: 30px;
    color: #81868e;
    font-weight: normal;
}
.case-xg-list .item .show ul li {
    width: 48%;
    padding: 15px;
    background: #fff;
    border: solid 1px #d9d9d9;
}
.zixun-wrap2 .zixun {
    background-color: #81868e;
}


.ny-case-list {
    margin-bottom: -45px;
}
.ny-case-list .item {
    width: 23.5%;
    margin-bottom: 45px;
    margin-right: 2%;
}
.ny-case-list .item:nth-child(4n) {
    margin-right: 0;
}
.ajax-more {
    margin-top: 75px;
}


.ny-team-list {
    margin-bottom: -60px;
}
.ny-team-list .item {
    width: 42.5714%;
    margin-bottom: 60px;
    overflow: visible;
}
.ny-team-list .item .cont:before {
    background: #fff;
}
.ny-team-list .item .cont {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ny-team-list .item:hover .cont {
    background: #e5011a;
}
.ny-team-list .item:hover .pic .btn {
    display: none;
}


.ny-mbx {
    padding: 30px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #81868e;
}
.ny-mbx a {
    color: #81868e;
}
.ny-mbx i {
    font-weight: normal;
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.team-detail {
    padding-top: 40px;
    padding-bottom: 90px;
    background: url(../image/bg-team-detail.jpg) no-repeat center bottom;
}
.team-detail .left {
    width: 16.4%;
}
.team-detail .middle {
    width: 32.8%;
}
.team-detail .right {
    width: 39.3%;
}
.team-detail .left h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    color: #333333;
    position: relative;
}
.team-detail .left h1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.team-detail .left h1 span {
    position: relative;
    z-index: 2;
}
.team-detail .left h2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #525252;
    margin-top: 15px;
    margin-bottom: 65px;
}
.team-detail .left .jg {
    width: 1px;
    height: 180px;
    background-color: #dddddd;
    margin-top: 38px;
    margin-bottom: 25px;
}
.team-detail .left .qr h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #81868e;
    margin-bottom: 7px;
}
.team-detail .right .item ~ .item {
    margin-top: 60px;
}
.team-detail .right .item h3 {
    font-size: 24px;
    line-height: 32px;
    color: #281f20;
    font-weight: bold;
}
.team-detail .right .item .des {
    font-size: 14px;
    font-weight: normal !important;
    line-height: 30px;
    color: #595757;
    margin-top: 16px;
}
.xg-title {
    margin-top: -30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
    margin-bottom: 48px;
}
.xg-title h3 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}
.xg-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 130px;
    height: 3px;
    background-color: #e60333;
}
.xg-content {
    padding-bottom: 95px;
}
@media (max-width: 768px) {
    .ny-team-list .item {
        width: 100%;
    }
    .team-list .item .pic img {
        width: 100%;
    }
    .team-detail .left {
        width: 20%;
    }
    .team-detail .left h1 {
        font-size: 30px;
    }
    .team-detail .left h1:after {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 640px) {
    .ny-team-list .item {
        width: 100%;
    }
    .team-list .item .pic img {
        width: 100%;
    }
    .ny-team-list .item {
        margin-bottom: 20px;
    }
    .ny-team-list {
        margin-bottom: -20px;
    }
    .team-list .item .pic {
        width: 40%;
    }
    .team-list .item .cont {
        width: 60%;
        padding: 30px 30px 30px 20px;
    }
    .team-list .item .cont .des {
        display: none;
    }
    .team-list .item .cont .tit h4 {
        width: auto;
        font-size: 18px;
    }
    .team-list .item .cont .tit p {
        font-size: 14px;
        margin-right: 0;
        text-align: left;
        margin-top: 20px;
        line-height: 1.5;
    }
    .team-list .item .cont .tit p span {
        width: auto;
        margin-left: 0;
    }
    .team-list .item .cont .tit {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: left;
    }
    .ny-mbx {
        padding: 15px 0;
    }
    .ny-mbx i {
        font-size: 16px;
    }
    .team-detail .left {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .team-detail .middle {
        width: 40%;
    }
    .team-detail .right {
        width: 60%;
        padding-left: 20px;
        padding-top: 10px;
    }
    .team-detail .left h2 {
        margin-bottom: 40px;
        width: 80%;
        font-size: 14px;
    }
    .team-detail .left h1 {
        font-size: 20px;
    }
    .team-detail .left .jg {
        display: none;
    }
    .team-detail .left .qr {
        position: absolute;
        right: 0;
        top: 0;
    }
    .team-detail .left .qr img {
        width: 80px;
    }
    .team-detail .right .item h3 {
        font-size: 16px;
    }
    .team-detail .right .item .des {
        line-height: 1.5;
    }
    .xg-title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .xg-title h3 {
        font-size: 24px;
    }
    .xg-title h3:after {
        bottom: -21px;
        width: 100px;
        height: 2px;
    }
    .xg-content {
        padding-bottom: 65px;
    }
    .com-swp-btn {
        margin-top: 40px;
    }
    .com-swp-btn>div {
        width: 30px;
        height: 30px;
    }
}



.ny-contact {
    padding-top: 130px;
    padding-bottom: 135px;
}
.map-dh {
    position: relative;
    margin-top: 47px;
    height: 380px;
}
.map-dh .btn-dh {
    position: absolute;
    left: 50%;
    bottom: -29px;
    margin-left: -111px;
    width: 222px;
    height: 59px;
    border-radius: 30px;
    overflow: hidden;
    background: url(../image/btn-dh.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.map-dh .btn-dh:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.ny-contact-list {
    padding-top: 60px;
}
.ny-contact-list .item {
    width: 23.71%;
    height: 164px;
    background: url(../image/bg-contact.jpg) no-repeat center;
    background-size: contain;
    text-align: center;
}
.ny-contact-list .item img {
    margin-top: -39px;
}
.ny-contact-list .item h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #81868e;
    margin-top: 20px;
    margin-bottom: 6px;
}
.ny-contact-list .item p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #e5011a;
    line-height: 30px;
}
.ny-contact-list .item:last-child p {
    font-size: 18px;
    padding: 0 15px;
}
.jm-form-box .form-item {
    width: 32.5%;
    height: 60px;
}
.jm-form-box .form-item .inp {
    width: 100%;
    height: 60px;
    border: solid 1px #ddd;
    font-size: 16px;
    color: #595757;
    padding: 0 30px;
}
.jm-form-box .form-item-text {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.jm-form-box .form-item-100 {
    width: 100%;
}
.jm-form-box .form-item-100 textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    border: solid 1px #ddd;
    padding: 20px 30px;
    color: #595757;
}
.jm-form-box .form-item-sub {
    text-align: center;
    height: auto;
}
.com-btn2 {
    margin: 0 auto;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 59px;
    border-radius: 30px;
    border: solid 1px #e5011a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn2 span {
    display: inline-block;
    width: 379px;
    height: 49px;
    background-color: #e5011a;
    border-radius: 24px;
    font-size: 20px;
    line-height: 49px;
    color: #ffffff;
}
.com-btn2:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.ny-city {
    padding-bottom: 124px;
}
.ny-city .tit-bar {
    padding-top: 140px;
    padding-bottom: 64px;
    margin-bottom: 0;
    background: url(../image/bg-tit-city.png) no-repeat center bottom;
}
.map-city-wrap {
    margin-top: -26px;
    position: relative;
    z-index: 2;
}
.map-city .item {
    width: 32.14%;
    height: 200px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: 40px 60px;
}
.map-city .item h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #181f2e;
}
.map-city .item h4:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 2px;
    width: 13px;
    height: 13px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.map-city .item p {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #8c8c8c;
    margin-top: 22px;
}
@media (max-width: 1280px) {
    .ny-contact-list .item:last-child p {
        line-height: 1.5;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .ny-contact-list {
        margin-bottom: -70px;
    }
    .ny-contact-list .item {
        width: 50%;
        height: 164px;
        margin-bottom: 70px;
    }
    .ny-contact-list .item:last-child p {
        padding: 0 30px;
    }
    .map-city .item {
        width: 100%;
    }
    .map-city .item ~ .item {
        margin-top: 20px;
    }
}
@media (max-width: 640px) {
    .ny-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ny-contact-list {
        justify-content: center;
    }
    .ny-contact-list .item img {
        margin-top: -20px;
        width: 40px;
    }
    .ny-contact-list {
        padding-top: 10px;
        margin-bottom: -30px;
    }
    .ny-contact-list .item {
        width: 345px;
        height: 170px;
        margin-bottom: 40px;
    }
    .ny-contact-list .item h4 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .ny-contact-list .item p {
        font-size: 20px;
    }
    .map-dh {
        margin-top: 40px;
        height: 240px;
    }
    .map-dh .btn-dh {
        bottom: -18px;
        margin-left: -90px;
        width: 180px;
        height: 36px;
        background-size: contain;
    }
    .jm-form-box .form-item {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }
    .jm-form-box .form-item .inp {
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .jm-form-box .form-item-text {
        height: 120px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .jm-form-box .form-item-100 textarea {
        height: 100%;
        font-size: 16px;
        padding: 10px 15px;
    }
    .com-btn2 {
        width: 100%;
        height: 40px;
        border-radius: 30px;
        border: solid 1px #e5011a;
    }
    .com-btn2 span {
        width: 98%;
        height: 32px;
        border-radius: 24px;
        font-size: 14px;
        line-height: 32px;
    }
    .ny-city .tit-bar {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .map-city .item {
        height: auto;
        padding: 25px 30px;
    }
    .ny-city {
        padding-bottom: 60px;
    }
    .map-city .item p {
        font-size: 14px;
        line-height: 1.75;
        margin-top: 18px;
    }
    .map-city .item h4:before {
        left: -20px;
        top: 2px;
        width: 10px;
        height: 10px;
    }
}



.page-banner .jm-title {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
}
.page-banner .jm-title h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
}
.page-banner .jm-title p {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.7;
    margin-top: 30px;
    margin-bottom: 70px;
}
.page-banner .jm-title .com-btn2 {
    width: 165px;
    height: 44px;
    border-radius: 22px;
    margin-bottom: 30px;
}
.page-banner .jm-title .com-btn2 span {
    width: 155px;
    height: 38px;
    background-color: #e5011a;
    border-radius: 18px;
    line-height: 38px;
}
.tel-box .tel {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
}
.tel-box .tel i {
    font-weight: normal;
    font-size: 36px;
    color: #e5011a;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    margin-right: 6px;
}


.ny-about {
    padding-top: 140px;
    padding-bottom: 110px;
    background: url(../image/bg1.jpg) no-repeat center bottom;
}
.ny-about .wp {
    max-width: 1300px;
}
.ny-about ul li ~ li {
    margin-left: 80px;
}
.ny-about .intro {
    flex-direction: row-reverse;
}
.ny-about .intro .des {
    margin-right: 35px;
    writing-mode:tb-rl;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #5f636a;
}
.zixun-step {
    max-width: 1300px;
}
.founder {
    margin-top: 140px;
    background: url(../image/bg-founder.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.founder .wp {
    align-items: center;
}
.founder .pic {
    position: relative;
    width: 48%;
    cursor: pointer;
}
.founder .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/icon-video.png) no-repeat center;
    z-index: 2;
}
.founder .cont {
    width: 50%;
    padding-left: 40px;
}
.founder .name {
    flex-direction: row-reverse;
}
.founder .name h4 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 4px;
    color: #333333;
    writing-mode:tb-rl;
    position: relative;
}
.founder .name h4:after {
    content: "";
    position: absolute;
    right: -2px;
    top: -5px;
    width: 18px;
    height: 18px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.founder .name h4 span {
    position: relative;
    z-index: 2;
}
.founder .name h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #525252;
    margin-right: 10px;
    writing-mode:tb-rl
}
.founder .cont .subtit {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #181f2e;
    margin-bottom: 35px;
    padding-left: 32px;
}
.founder .cont .subtit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.founder .cont .des {
    font-size: 16px;
    line-height: 36px;
    color: #8c8c8c;
    margin-bottom: 80px;
}
.ny-honor {
    padding-top: 120px;
    padding-bottom: 130px;
}
.ny-honor .tit-bar {
    margin-bottom: 80px;
}
.honor-tit-list li {
    text-align: center;
    width: 20%;
}
.honor-tit-list li h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #281f20;
    margin-top: 25px;
}
.honor-swiper {
    margin-top: 80px;
}
.honor-swiper .item {
    text-align: center;
}
.honor-swiper .item h4 {
    font-size: 16px;
    margin-top: 15px;
    color: #281f20;
}
.history-wrap {
    padding-top: 120px;
    padding-bottom: 145px;
    background: url(../image/bg.jpg) no-repeat center bottom;
}
.history-wrap .tit-bar {
    margin-bottom: 80px;
}
.history-list-wrap {
    position: relative;
}
.history-list-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}
.history-list-wrap .swp-btn-next {
    position: absolute;
    top: 30px;
    right: 10%;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: url(../image/swp-btn2.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.history-list .item h4,
.history-list .item h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #181f2e;
}
.history-list .item h5 {
    margin-top: 50px;
    position: relative;
}
.history-list .item h5:before {
    content: "";
    position: absolute;
    left: 1PX;
    top: -33px;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border: solid 2px #df1111;
    z-index: 2;
    border-radius: 50%;
}
.history-list .item p {
    font-size: 16px;
    line-height: 30px;
    color: #8c8c8c;
    margin-top: 35px;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .ny-about ul li ~ li {
        margin-left: 30px;
    }
    .ny-about .intro {
        width: 100%;
        margin-top: 60px;
    }
    .founder .pic {
        width: 100%;
    }
    .founder .cont {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .honor-tit-list li h4 {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .ny-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ny-about ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .ny-about ul li {
        
    }
    .ny-about ul li img {
        height: 265px;
    }
    .ny-about ul li ~ li {
        margin-left: 0;
    }
    .ny-about .intro .tit img {
        width: 40px;
    }
    .ny-about .intro .des {
        margin-right: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .ny-about .intro {
        padding: 0 20px;
    }
    .founder {
        margin-top: 60px;
        padding: 60px 0;
    }
    .founder .pic:before {
        background-size: 50px;
    }
    .founder .cont .subtit {
        font-size: 18px;
        margin-bottom: 30px;
        padding-left: 30px;
    }
    .founder .cont .tit-bar {
        margin-bottom: 30px;
    }
    .founder .cont .des {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 50px;
    }
    .founder .cont .subtit:before {
        top: 1px;
    }
    .ny-honor {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ny-honor .tit-bar {
        margin-bottom: 50px;
    }
    .honor-tit-list li {
        width: 18%;
    }
    .honor-tit-list li h4 {
        font-size: 14px;
        margin-top: 15px;
        letter-spacing: 0;
        font-weight: normal;
    }
    .honor-tit-list li h4 br {
        display: none;
    }
    .honor-swiper {
        margin-top: 40px;
    }
    .honor-swiper .item h4 {
        font-size: 14px;
        margin-top: 6px;
    }
    .history-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .history-wrap .tit-bar {
        margin-bottom: 50px;
    }
    .history-list .item h4, .history-list .item h5 {
        font-size: 20px;
    }
    .history-list-wrap:before {
        top: 45px;
    }
    .history-list-wrap .swp-btn-next {
        width: 30px;
        height: 30px;
    }
    .history-list .item p {
        line-height: 1.75;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


.jiameng-a {
    padding-top: 130px;
    padding-bottom: 75px;
    background: url(../image/bg11.jpg) no-repeat center bottom ;
    background-size: cover;
}
.jiameng-tit {
    text-align: center;
    margin-bottom: 60px;
}
.jiameng-tit h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}
.jiameng-tit h3 span {
    color: #e5011a;
}
.jiameng-tit p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-top: 22px;
}
.jiameng-a .qj-list .item {
    width: 636px;
    height: 438px;
    background: url(../image/a1.png) no-repeat center;
    background-size: contain;
    text-align: center;
    padding: 115px 20px 20px;
}
.jiameng-a .qj-list .item:last-child {
    background: url(../image/a2.png) no-repeat center;
}
.jiameng-a .qj-list .item h4 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #281f20;
}
.jiameng-a .qj-list .item p {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #281f20;
    margin-top: 22px;
}
.jiameng-a .qj-list .item p span {
    color: #e5011a;
}
.jiameng-a .qj-list .item .com-btn2 {
    width: 140px;
    height: 34px;
    border-radius: 17px;
    margin-top: 60px;
    margin-bottom: 18px;
}
.jiameng-a .qj-list .item .com-btn2 span {
    width: 132px;
    height: 28px;
    background-color: #e5011a;
    border-radius: 14px;
    line-height: 28px;
    font-size: 16px;
}
.jiameng-a .qj-list .item ul {
    font-size: 0;
}
.jiameng-a .qj-list .item ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #595757;
    margin: 0 13px;
}
.jiameng-a .qj-list .item ul li span {
    font-size: 14px;
}
.jiameng-a .qj-list .item:first-child h4,
.jiameng-a .qj-list .item:first-child p,
.jiameng-a .qj-list .item:first-child ul li {
    color: #fff;
}
.jiameng-a .ys-list {
    margin-top: 60px;
}
.jiameng-a .ys-list .item {
    text-align: center;
}
.jiameng-a .ys-list .item h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #281f20;
    margin-top: 30px;
    margin-bottom: 13px;
}
.jiameng-a .ys-list .item p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #81868e;
}
.jm-zx {
    margin-top: 60px;
    text-align: center;
}
.jm-zx a {
    width: 165px;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #81868e;
}
.jm-zx a span {
    width: 155px;
    height: 38px;
    line-height: 38px;
    background-color: #81868e;
    border-radius: 18px;
    font-size: 18px;
}
.jiameng-b {
    padding-top: 110px;
    padding-bottom: 155px;
}
.jiameng-b-list {
    margin-bottom: 29px;
}
.jiameng-b-list .tit-list {
    width: 24%;
}
.jiameng-b-list .tit-list li {
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 49px;
    cursor: pointer;
}
.jiameng-b-list .tit-list li.on,
.jiameng-b-list .tit-list li:hover {
    background-color: #e5011a;
}
.jiameng-b-list .tit-list li ~ li {
    margin-top: 10px;
}
.jiameng-b-list .tit-list li .pic,
.jiameng-b-list .tit-list li .cont {
    display: inline-block;
    vertical-align: middle;
}
.jiameng-b-list .tit-list li .pic {
    width: 88px;
    height: 101px;
    background: url(../image/cj-icon-bg.png) no-repeat center;
    background-size: contain;
}
.jiameng-b-list .tit-list li.on .pic,
.jiameng-b-list .tit-list li:hover .pic {
    background: url(../image/cj-icon-bg2.png) no-repeat center;
    background-size: contain;
}
.jiameng-b-list .tit-list li .cont {
    text-align: left;
    margin-left: 24px;
}
.jiameng-b-list .tit-list li .cont h4 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #e5011a;
}
.jiameng-b-list .tit-list li .cont p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #281f20;
    margin-top: 12px;
}
.jiameng-b-list .tit-list li.on .cont h4,
.jiameng-b-list .tit-list li.on .cont p,
.jiameng-b-list .tit-list li:hover .cont h4,
.jiameng-b-list .tit-list li:hover .cont p {
    color: #fff;
}
.jiameng-b-list .pic-list {
    width: 74.6428%;
    height: 100%;
    border: solid 1px #dddddd;
}
.jiameng-b-list .pic-list .item .pic {
    margin: -1px -1px 0;
}
.jiameng-b-list .pic-list .item .tit {
    line-height: 69px;
    padding-left: 68px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.jiameng-b-list .pic-list .item .tit:before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border: solid 2px #df1111;
    border-radius: 50%;
}
.jiameng-c .class-ys-list .item:nth-child(2),
.jiameng-c .class-ys-list .item:nth-child(3) {
    border: solid 1px #dddddd;
}
.jiameng-c .class-ys-list .item .cont p {
    position: absolute;
    bottom: 35px;
}
.jiameng-c .class-ys-list .item:nth-child(1) .cont h4, .jiameng-c .class-ys-list .item:nth-child(4) .cont h4 {
    color: #fff;
}
.jiameng-zxbar {
    height: 200px;
    background: url(../image/zxbar.jpg) no-repeat center;
    margin-top: 68px;
    margin-bottom: 116px;
}
.jiameng-zxbar .wp {
    align-items: center;
    height: 100%;
}
.jiameng-zxbar .tit h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
}
.jiameng-zxbar .tit .com-btn2 {
    margin: 0;
    width: 185px;
    height: 47px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    text-align: center;
    margin-top: 20px;
}
.jiameng-zxbar .tit .com-btn2 span {
    width: 175px;
    height: 39px;
    background-color: #ffffff;
    border-radius: 19px;
    line-height: 39px;
    color: #e5011a;
    font-size: 18px;
    font-weight: bold;
}
.jiameng-zxbar .scroll-list {
    width: 52.5%;
    padding-right: 80px;
}
.jiameng-d {
    padding-bottom: 95px;
}
.jiameng-d ul {
    margin-bottom: -65px;
}
.jiameng-d ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 65px;
}
.jiameng-d ul li h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #281f20;
    margin-top: 20px;
}
.jm-zx2 a {
    width: 295px;
    height: 47px;
    border-radius: 24px;
}
.jm-zx2 a span {
    width: 285px;
    height: 39px;
    line-height: 39px;
    border-radius: 19px;
}
.jiameng-e {
    background: url(../image/index-news-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 90px;
    margin-top: -100px;
}
.jiameng-f {
    background: url(../image/bg2.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 119px;
}
@media (max-width: 768px) {
    .page-banner .jm-title h3 {
        font-size: 18px;
    }
    .page-banner .jm-title p {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .qj-list {
        justify-content: center;
    }
    .jiameng-a .qj-list .item:last-child {
        margin-top: 40px;
    }
    .jiameng-a .ys-list {
        margin-bottom: -40px;
        justify-content: center;
    }
    .jiameng-a .ys-list .item {
        width: 30%;
        margin-bottom: 40px;
    }
    .jiameng-b-list .pic-list .item .tit {
        padding-left: 50px;
        padding-right: 30px;
        padding: 20px 30px 20px 50px;
        font-size: 14px;
        line-height: 1.75;
    }
    .jiameng-b-list .pic-list .item .tit:before {
        left: 16px;
    }
    .jiameng-b-list .tit-list li {
        height: 85px;
        padding-left: 15px;
    }
    .jiameng-b-list .tit-list li .pic {
        width: 60px;
        height: 80px;
        line-height: 80px;
        font-size: 0;
    }
    .jiameng-zxbar {
        height: auto;
        padding: 30px 0;
        background-size: cover;
    }
    .jiameng-zxbar .tit {
        width: 40%;
    }
    .jiameng-zxbar .tit h4 {
        font-size: 19px;
        line-height: 1.5;
    }
    .scroll-list li .num i {
        font-size: 26px;
    }
    .jiameng-zxbar .scroll-list {
        width: 53%;
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .page-banner .jm-title h3 {
        font-size: 16px;
    }
    .page-banner .jm-title p {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    .jiameng-a {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .jiameng-tit h3 {
        font-size: 26px;
    }
    .jiameng-tit p {
        font-size: 18px;
        margin-top: 20px;
    }
    .jiameng-a .qj-list .item {
        width: 360px;
        height: 250px;
        padding: 55px 15px 15px;
    }
    .jiameng-a .qj-list .item:first-child {
        padding: 60px 15px 15px;
    }
    .jiameng-a .qj-list .item p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .jiameng-a .qj-list .item h4 {
        font-size: 18px;
    }
    .jiameng-a .qj-list .item .com-btn2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .jiameng-a .qj-list .item ul li {
        font-weight: normal;
        font-size: 14px;
        margin: 0 12px;
        margin-bottom: 5px;
    }
    .jiameng-a .qj-list .item:last-child {
        background-size: contain;
    }
    .jiameng-a .ys-list {
        margin-bottom: -30px;
    }
    .jiameng-a .ys-list .item {
        width: 48%;
        margin-bottom: 30px;
    }
    .jiameng-a .ys-list .item h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .jiameng-a .ys-list .item img {
        width: 50px;
    }
    .jiameng-a .ys-list .item p {
        font-size: 12px;
        line-height: 1.5;
        padding: 0 5px;
    }
    .jm-zx {
        margin-top: 50px;
    }
    .jiameng-b {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .jiameng-tit {
        margin-bottom: 50px;
    }
    .jiameng-tit p {
        font-size: 16px;
        margin-top: 15px;
    }
    .jiameng-b-list .tit-list {
        width: 100%;
    }
    .jiameng-b-list .pic-list {
        width: 100%;
    }
    .jiameng-b-list .tit-list li {
        height: auto;
        padding: 10px;
    }
    .jiameng-b-list .tit-list li .pic {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .jiameng-b-list .tit-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jiameng-b-list .tit-list li {
        width: 49%;
        margin-bottom: 10px;
    }
    .jiameng-b-list .tit-list li .cont p {
        display: none;
    }
    .jiameng-b-list .tit-list li .cont h4 {
        font-size: 14px;
    }
    .jiameng-b-list .tit-list li .cont {
        margin-left: 15px;
    }
    .jiameng-b-list .tit-list li ~ li {
        margin-top: 0;
    }
    .jiameng-zxbar {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .jiameng-zxbar .tit {
        width: 100%;
    }
    .jiameng-zxbar .scroll-list {
        width: 100%;
        margin-top: 50px;
    }
    .jiameng-zxbar .tit .com-btn2 {
        width: 185px;
        height: 38px;
        margin-top: 20px;
    }
    .jiameng-zxbar .tit .com-btn2 span {
        width: 175px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .jiameng-d ul {
        margin-bottom: -30px;
        justify-content: center;
    }
    .jiameng-d ul li {
        width: 32%;
        text-align: center;
        margin-bottom: 30px;
    }
    .jiameng-d ul li img {
        width: 50px;
    }
    .jiameng-d ul li h4 {
        font-size: 14px;
        margin-top: 15px;
    }
    .jiameng-e {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .fengcai-cate li {
        width: 22%;
        margin: 0;
    }
    .fengcai-cate li span {
        width: 97%;
        font-size: 14px;
    }
    .fengcai-cate {
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .jiameng-f {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}



.news-detail {
    padding-bottom: 60px;
}
.content-mbx {
    padding: 20px 0;
}
.content-mbx a {
    margin: 0 5px;
}
.news-detail .detail-left,.news-detail .detail-right{
    float: left;
}
.news-detail .detail-left .content-box{
    padding: 30px 30px 30px 20px;
    
}
.news-detail .detail-left{
    width: 71.6%;
    margin-right: 20px;
    background: #fff;
}
.news-detail .detail-left .content-box .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.news-detail .detail-left .content-box .time{
    color:#999;
    margin: 15px 0 20px;
    font-size: 14px;
}
.news-detail .detail-left .content-box .content{
    line-height: 1.75;
    color:#666;
    font-size:16px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.news-detail .detail-left .content-box .content p {
    margin-bottom: 10px;
}
.news-detail .detail-left .content-box .content img {
    width: 100%;
    height: auto;
}
.news-detail .detail-left .next-btn{
    margin: 0px 0 20px 30px;
    display: block;
    font-size: 14px;
}
.news-detail .detail-right{
    width: 26.6%;
    background:#fff;
}
.news-detail .detail-right .right-box{
    padding: 20px;
}
.news-detail .detail-right .right-box .right-title{
    border-bottom: 1px solid #E7E7E7;
}
.news-detail .detail-right .right-box .right-title h3{
    padding: 5px 5px 10px;
    border-bottom: 2px solid #999;
    font-size: 18px;
    margin-bottom: -1px;
    width: 90px;
    font-weight: bold;
}
.news-detail .detail-right .right-box ul {
    margin-top: 20px;
}
.news-detail .detail-right .right-box ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    align-items: center;
}
.news-detail .detail-right .right-box ul li .pic {
    width: 60px;
    height: 60px;
}
.news-detail .detail-right .right-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-detail .detail-right .right-box ul li .text-box {
    margin-left: 15px;
    flex: 1;
}
.news-detail .detail-right .right-box ul li .text-box h3{
    font-size: 14px;
    line-height: 1.5;
}
.news-detail .detail-right .right-box ul li .text-box .time{
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.bottom_line {
    border-bottom: #e1e1e1 1px dashed;
}
.xghd-box {
    padding: 0px 20px 20px 20px;
}
.xghd-box h3 {
    font-weight: bold;
}
.xghd-box li {float:left;width:50%;line-height:30px;white-space:nowrap;overflow:hidden;}
.xghd-box ul li a .icon-dian {    color: #999;
    font-size: 20px;
    background: #999;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;}
@media (max-width: 1280px) {
    .news-detail .detail-left {
        width: 68%;
        margin-right: 0;
    }
    .news-detail .detail-right {
        float: right;
        width: 30%;
    }
}
@media (max-width: 768px) {
    .news-detail {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .news-detail .detail-left {
        width: 100%;
    }
    .news-detail .detail-right {
        width: 100%;
        float: none;
    }
    .news-detail .detail-left .next-btn {
        margin: 0px 20px 20px 20px;
    }
    .content-mbx {
        font-size: 14px;
    }
    .news-detail .detail-left .content-box .title {
        font-size: 20px;
    }
    .news-detail .detail-left .content-box .content img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }
}

.trans2 {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.solutionA {
    padding-top: 100px;
    padding-bottom: 90px;
}
.solution-tab {
    justify-content: center;
    margin-bottom: 55px;
}
.solution-tab li {
    margin: 0 5px;
    width: 280px;
    height: 42px;
    background-color: #2e3136;
    border-radius: 21px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.solution-tab li.on {
    background-image: linear-gradient(90deg, 
        #1baceb 0%, 
        #15499a 100%);
}
.solution-content .item {
    padding: 9px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(24, 70, 145, 0.15);
}
.solution-content .item .pic {
    width: 67.6%;
}
.solution-content .item .cont {
    flex: 32.4%;
    padding: 50px 20px 20px 50px;
}
.solution-content .item .cont h4 {
    font-size: 28px;
    line-height: 1.2;
    color: #1e6eb4;
    margin-left: 20px;
}
.solution-content .item .cont .des {
    margin-top: 22px;
    font-size: 14px;
    line-height: 24px;
    color: #81868e;
}
.solution-content .item .cont ul {
    margin-top: 30px;
}
.solution-content .item .cont ul li ~ li {
    margin-top: 18px;
}
.solution-content .item .cont ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.solution-content .item .cont ul li .c {
    margin-left: 15px;
}
.solution-content .item .cont ul li .c h5 {
    font-size: 18px;
    line-height: 1;
    color: #2e3136;
}
.solution-content .item .cont ul li .c p {
    font-size: 14px;
    color: #81868e;
    margin-top: 6px;
}
.btn-wrap {
    margin-top: 55px;
    text-align: center;
    font-size: 0;
}

.solutionB {
    padding-top: 75px;
    padding-bottom: 55px;
}
.solutionB .inTit {
    margin-bottom: 0;
}
.solutionB .right-tit h4 {
    font-size: 18px;
    color: #4c4645;
}
.solutionB .right-tit h4 em {
    font-family: DINPro-Medium;
    font-size: 60px;
    line-height: 1;
    color: #1e6eb4;
    margin-right: 5px;
}
.solutionB .right-tit p {
    font-size: 14px;
    color: #4c4645;
    margin-top: 5px;
}
.solutionC {
    padding-top: 50px;
    padding-bottom: 70px;
}
.solutionC .wp {
    align-items: center;
    padding: 0 55px;
}
.solutionC .wp h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
}
.solutionC .wp .pic {
    width: 70%;
}
.solutionD {
    padding: 100px 0;
}
.pt-product .item {
    width: 31.9444%;
}
.pt-product .item .tit {
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 22px;
}
.pt-product .item .tit h4 {
    width: 80%;
    font-size: 18px;
    color: #2e3136;
}
.pt-product .item .tit i {
    text-align: center;
    color: #CCD1DA;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ccd1da;
    border-radius: 50%;
}
.solutionE {
    padding: 80px 0;
}
.value-list .item {
    width: 32.2916%;
    height: 240px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-list .item .cont {
    padding-left: 30px;
}
.value-list .item .cont h4 {
    font-size: 28px;
    line-height: 1;
    color: #1b202e;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 16px;
}
.value-list .item .cont h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 2px;
    background-color: #1e6eb4;
}
.value-list .item .cont p {
    font-size: 14px;
    line-height: 28px;
    color: #81868e;
}
.solutionF {
    padding-top: 100px;
    padding-bottom: 100px;
}
.shouyi-list .item {
    width: 206px;
    height: 229px;
    background: url(404.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.shouyi-list .item h4 {
    width: 100%;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}
.shouyi-list .item h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
}
.shouyi-list .item p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.solutionG {
    padding-top: 80px;
    padding-bottom: 120px;
}
.liucheng-list .item {
    position: relative;
    width: 148px;
    height: 165px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.liucheng-list .item ~ .item:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 20px;
    background: url(404.png) no-repeat center;
    background-size: contain;
}
.liucheng-list .item .cbox {
    position: relative;
}
.liucheng-list .item:before {
    content: "";
    position: absolute;
    width: 182px;
    height: 197px;
    background: url(404.png) no-repeat center;
    background-size: contain;
}
.liucheng-list .item h4 {
    font-family: DINPro-Bold;
    font-size: 36px;
    line-height: 1;
    color: #1e6eb4;
}
.liucheng-list .item p {
    font-size: 16px;
    line-height: 24px;
    color: #595757;
    margin-top: 8px;
}
@media screen and (max-width: 1440px) {
    .solution-content .item .cont {
        flex: 30.5%;
        padding: 20px 20px 0 30px;
    }
    .solution-content .item .cont h4 {
        font-size: 24px;
    }
    .liucheng-list .item:before {
        width: 150px;
    }
    .liucheng-list .item ~ .item:after {
        left: -15px;
    }
}



.page-news-list .item {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-news-list .item:hover {
    border-color: #bbb;
}
.page-news-list .item:first-child {
    padding-top: 0;
}
.page-news-list .item .pic {
    width: 400px;
    overflow: hidden;
}
.page-news-list .item .pic img {
    width: 100%;
}
.page-news-list .item .cont {
    overflow: hidden;
    padding-left: 65px;
    padding-top: 20px;
}
.page-news-list .item .cont .date {
    font-size: 14px;
    color: #999;
}
.page-news-list .item .cont h4 {
    font-size: 24px;
    color: #252525;
    margin-top: 10px;
}
.page-news-list .item .cont .des {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.page-news-list .item .cont .more {
    font-size: 14px;
    color: #999;
}
.page-news-list .item .cont .more:hover {
    color: #E5011A;
}


@media (max-width: 1440px) {
    .ny-class-list {
        width: 950px;
    }
    .ny-class-list .item {
        height: 470px;
        padding: 12px;
    }
    .ny-class-list .item .pic {
        width: 605px;
        height: 100%;
    }
    .ny-class-list .item .cont {
        width: 300px;
    }
    .cate-bar {
        width: 200px;
    }
    .class-ys-list .item {
        height: 300px;
    }
    .class-ys-list .item img {
        height: 100%;
        object-fit: cover;
    }
    .class-ys-list .item .cont p {
        margin-top: 35px;
    }
    .class-ys-list .item .cont {
        left: 35px;
        width: 60%;
        padding-top: 30px;
    }
    .class-ys-list .item .cont h4:before {
        left: -22px;
    }
}
@media (max-width:1280px) {
    .ny-class-list {
        width: 900px;
    }
    .ny-class-list .item {
        height: 449px;
    }
    .ny-class-list .item .pic {
        width: 568px;
    }
}
@media (max-width: 1024px) {
    .cate-bar {
        width: 100%;
        float: none;
        min-height: auto;
        padding-top: 0;
        text-align: center;
        padding-bottom: 20px;
        border-right: none;
    }
    .ny-class-list {
        margin: 0 auto;
        float: none;
    }
    .cate-bar li {
        margin-bottom: 40px;
        width: auto;
        display: inline-block;
        margin: 0 10px;
    }
    .class-ys-list .item .cont h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .class-ys-list .item .cont {
        width: 70%;
    }
    .case-list .item .pic {
        height: 340px;
        line-height: 340px;
    }
}
@media (max-width: 768px) {
    .ny-class-list {
        width: 700px;
    }
    .ny-class-list .item {
        height: 350px;
    }
    .ny-class-list .item .pic {
        width: 435px;
    }
    .ny-class-list .item .cont h4 {
        font-size: 20px;
        line-height: 20px;
        margin-right: 0;
        margin-left: 20px;
    }
    .ny-class-list .item .cont p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 3px;
    }
    .ny-class-list .item .cont i {
        display: none;
    }
    .ny-class-list .item .cont {
        width: 240px;
    }
    .class-ys-list .item {
        width: 100%;
    }
    .class-ys-list .item .cont {
        left: 45px;
    }
    .ny-case-list .item {
        width: 48%;
        margin-right: 4%;
    }
    .ny-case-list .item:nth-child(4n) {
        margin-right: 4%;
    }
    .ny-case-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .ny {
        padding-top: 50px;
        padding-bottom: 60px;
        background-size: contain;
    }
    .cate-bar {
        padding-bottom: 30px;
    }
    .cate-bar li>a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }
    .page-news-list .item .pic {
        width: 260px;
    }
    .page-news-list .item .cont {
        padding-left: 35px;
        padding-top: 0px;
    }
}
@media (max-width: 640px) {
    .ny-class-list {
        width: 100%;
        margin-bottom: -10px;
    }
    .ny-class-list .item .pic {
        width: 100%;
    }
    .ny-class-list .item {
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #9B9FA5;
        background: #fff;
    }
    .ny-class-list .item .cont {
        width: 100%;
        margin-top: 10px;
        padding: 15px;
        height: auto;
        display: block;
        flex-direction: row;
        border: 1px solid #DADBDD;
    }
    .ny-class-list .item .cont h4 {
        font-size: 16px;
        line-height: 20px;
        margin-right: 0;
        margin-left: 0;
        writing-mode: lr;
    }
    .ny-class-list .item .cont p {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 2px;
        margin-top: 15px;
        writing-mode: lr;
    }
    .class-ys-list .item .cont h5 {
        font-size: 16px;
        line-height: 1.5;
    }
    .class-ys-list .item .cont p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .class-ys-list .item {
        margin-bottom: 20px;
    }
    .class-ys-list .item {
        height: 210px;
    }
    .class-ys-list .item .cont h4:before {
        display: none;
    }
    .class-ys-list .item .cont {
        left: 20px;
        padding-top: 20px;
        width: 80%;
    }
    .class-ys-list {
        margin-bottom: -20px;
    }
    .class-ys {
        padding: 60px 0;
    }

    .zixun-wrap .zixun {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .zixun-wrap .zixun:after {
        height: 34px;
    }
    .case-list .item .pic {
        height: 240px;
        line-height: 238px;
    }
    .case-list .item .pic img {
        max-height: 100%;
    }
    .case-xg, .team-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ny-case-list {
        margin-bottom: -20px;
    }
    .ny-case-list .item {
        margin-bottom: 20px;
    }
    .ajax-more {
        margin-top: 0;
    }

    .page-news-list .item .pic {
        width: 100%;
        float: none;
    }
    .page-news-list .item .cont {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .page-news-list .item .cont .des {
        line-height: 1.75;
        margin-top: 15px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .page-news-list .item .cont .more {
        display: none;
    }
    .page-news-list .item .cont h4 {
        font-size: 18px;
    }
    .cate-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}



.video_shadow{position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 1000; display: none;}
.playnow{position: absolute; left: 50%; top: 50%; margin-left: -410px; margin-top: -286px; width: 820px; height: 550px; background-color: transparent; z-index: 1000;}
.video_control{width: 820px; height: 500px; box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .5);}
.video_control video{width: 100%; height: 100%; object-fit: fill;}
.closevideo{position: absolute; right: -40px; top: -34px; font-size: 35px; color: #fff; cursor: pointer;}
@media (max-width: 1000px) {
    .playnow {
        left: 5%;
        top: 30%;
        margin-left: 0;
        margin-top: 0;
        width: 90%;
        height: auto;
    }
    .video_control {
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .closevideo {
        position: absolute;
        right: 0;
        top: -50px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }
}