* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i {
    font-style: normal
}

html,
body {
    height: 100%;
    font-family: '微软雅黑';
}

@font-face {
    font-family: "Montserratfont";
    src: url();
    font-style: normal;
}

a {
    text-decoration: none
}

strong {
    font-weight: normal
}

p {
    font-family: 'Microsoft YaHei';
}

.font {
    font-family: 'Microsoft YaHei';
}

ul li {
    list-style: none;
}




.hand {
    cursor: pointer;
}

.hidden {
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ttt {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 10px;
    }
}



.a_fixed {
    color: rgba(51, 51, 51, 0.85) !important;
}

.phone_ys_fixed {
    color: rgba(51, 51, 51, 0.85) !important;
}

.span_fixed {
    color: rgba(51, 51, 51, 0.85) !important;
}

.active_fixed {
    background-color: #333 !important;
}

.phone_fixed {
    background: url(../image/phone01.svg) no-repeat !important;
}

.tubiao_fixed {
    background: url(../image/arrow01.png) no-repeat scroll right center !important;
}

.nav .nav_box .navigation .primary-nav .active .bg {
    width: 37px;
    height: 25px;
    display: block;
    margin-left: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 2px solid #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bg_fixed {
    border-bottom: 2px solid #333 !important;
}



.background_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.34;
    z-index: -1;
}

.succeed_none {
    width: 200px;
    height: 50px;
    position: fixed;
    background-color: #000;
    border-radius: 15px;
    opacity: 0;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    z-index: -2;
    top: 45%;
    left: 45%;
    font-size: 20px;
    display: none;
}


.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animated {
    opacity: 0;
}

.nav {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.fixed {
    background-color: #ffffff;
    transition: all 0.5s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.nav .nav_box {
    max-width: 1350px;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 414px){
    .nav .nav_box .navigation .logo{
        background-size: 80%!important;
    }
    .nav .nav_box .navigation .xyz-responsive{
        width: 83px!important;
    }
    .head .swiper-container .swiper-wrapper .swiper-slide .banner_title{
        font-size: 30px!important;
    }
    .head .swiper-container .swiper-wrapper .swiper-slide .banner_txt{
        font-size: 16px!important;
    }
    .head .swiper-pagination-bullet{
        width: 25px!important;
        height: 3px!important;
    }
    .serve_Manage .serve_Manage_row .serve_Manage_btn{
        width: 116px!important;
        height: 34px!important;
    }
    .serve_Manage .serve_Manage_row .serve_Manage_btn .details{
        font-size: 14px!important;
        line-height: 34px!important;
    }
    .swiper-container-horizontal .swiper-pagination-bullets{
        bottom: 3px!important;
    }
    .xyz-response-trading h2{
        margin-top: -13px!important;
        font-size: 20px!important;
    }
    .action .action_box ul li{
        min-height: 200px!important;
        width: 50%!important;
    }
    .action .action_box i{
        width: 60px!important;
        height: 60px!important;
        display: block;
    }

    .trading_top .trading_txt .font-left1 .p1 {
        font-size: 32px!important;
    }
    .trading_top .trading_txt .font-left2 .p2 {
        font-size: 14px!important;
        line-height: 24px!important;
    }
    
    .service_img {
        width: 100%;
    }
    .service_img ul {
        width: 100%;
        margin-top: 28px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .service .service_tite h2{
        font-size: 24px!important;
    }
    .service .xiahuaxian{
        width: 60px;
        border: 2px solid #0c86e9;
        margin-top: 11px;
    }
    .service_img ul li {
        text-align: center;
        background-color: #ffffff;
        transition: all 0.8s;
        padding-bottom: 30px;
    }
    .service_img ul li:hover {
        box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        transform: scale(1.05);
    }

    .service_img ul li img {
        padding-top: 10px;
    }

    .service_img ul li h3 {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        color: #333333;
        text-align: center;
        margin-top: 5px;
    }

    .service_img ul li p {
        width: 80%;
        margin: 0 auto;
        display: inline-block;
        line-height: 25px;
        font-size: 13px;
        color: #989898;
        padding-top: 23px;
        
    }
    .action{
        padding-top: 10px!important;
    }
    .action .action_tite h2{
        font-size: 24px!important;
    }
    .action .xiahuaxian{
        width: 60px;
        border: 2px solid #0c86e9;
        margin-top: 11px;
    }
    .News_information_box .News_information_left{
        width: 90%;
        margin: 0 auto;
    }
    .News_information_box{
        margin: 20px auto 50px!important;
    }
    .News_information_box .News_information_left >ul{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .xyz-news-hover{
        display: none;
    }
    .News_img h2{
        font-size: 32px;
        font-weight: normal;
        color: #FFFFFF;
    }
    .News_img .background-img{
        height: 300px!important;
    }
    .News_img .News_title .News_title_txt{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .News_information_box {
        width: 90%;
    }
    .News_information_box .News_information_left {
        width: 100%;
        float: left;
    }
    .News_information_box .News_information_list {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 25px 0 20px 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .News_information_box .News_information_list .enterprise_img {
        height: 80px;
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .News_information_box .News_information_list .enterprise_img img {
        width:100%;
        height: 100%;
        display: block;
        background-size: 100%;
        vertical-align: middle;
        cursor: pointer;
        transition: all 0.5s;
    }

    .News_information_box .News_information_list .enterprise_img img:hover {
        transform: scale(1.15);
    }

    .News_information_box .News_information_list .News_information_txt {
        width: 100%;
        height: 80px;
        float: left;
        margin-left: 20px;
        display: inline-block;
        position: relative;
    }

    .News_information_box .News_information_list .News_information_txt h3 a {
        width: 100%;
        display: inline-block;
        color: #0f0f0f;
        position: absolute;
        font-size: 14px;
        font-weight: 500;
        top: 0;
        left: 0;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .News_information_box .News_information_list .News_information_txt p {
        width: 100%;
        color: #878787;
        font-size: 12px;
        position: absolute;
        bottom:0;
        left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .News_information_box .News_information_list .News_information_txt h3 a:hover {
        color: #007de3;
    }


    .News_information_box .News_information_list .News_information_txt strong span {
        padding-right: 30px;
        width: 100%;
        color: #878787;
        opacity: 0.7;
        font-size: 12px;
    }

    
    .new_box {
        width: 100%;
        margin-top: 40px;

    }

    .new_box .new_box_title {
        width: 100%;
        border-bottom: 1px solid #DFDFDF;
        text-align: center;
    }

    .new_box .new_box_title h3 {
        font-size: 18px;
        color: #333333;
    }

    .new_box .new_box_title p {
        margin-top: 15px;
        padding-bottom: 20px;
        font-size: 14px;
        color: #878787;
        opacity: 0.7;
    }

    .new_box .new_box_title p span {
        margin-left: 30px;
    }

    .new_box .new_box_txt {
        width: 100%;
        margin-top: 20px;
    }

    .new_box .new_box_txt p, .new_box .new_box_txt span {
        line-height: 28px;
        font-size: 16px;
        color: #484848;
        margin: 10px 0 10px 0;
        overflow: hidden;
        text-indent: 2em;
    }

    .new_box .new_box_txt img, .new_box .new_box_txt p img {
        display: flex;
        margin: 0 auto;
        padding: 15px 0;
        max-width: 100%;
    }

    
    
    .Service_case_heard {
        width: 100%;
        height: 300px;
        margin-top: 70px;
        overflow: hidden;
        position: relative;
    }

    .Service_case_heard .Service_background-img {
        width: 100%;
        height: 300px;
        background: url("../image/Typical.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }
    .Service_case_heard .Service_case_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Service_case_heard .Service_case_title .Service_case_text {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Service_case_heard .Service_case_title .Service_case_text h1 {
        font-size: 32px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .NService_case_box {
        width: 100%;
        margin: 20px auto;
    }

    .NService_case_box .Service_case_content {
        width: 90%;
         margin: 0 auto;
    }

    .NService_case_box .Service_case_content .backgroundBg {
        width: 100%;
        
        background: #f5f5f5;
    }
    .NService_case_box .Service_case_content .NService_case_content-title{
        height: 26px;
        overflow: hidden;
    }
    .NService_case_box .Service_case_content #Service_case_title {
        width: 100%;
        overflow-x: auto;
        display: -webkit-box;
        box-sizing: border-box;
    }

    .NService_case_box .Service_case_content #Service_case_title li {
        cursor: pointer;
        margin-right: 30px;
    }

    .NService_case_box .Service_case_content #Service_case_title li a {
        font-size: 16px;
        color: rgba(51, 51, 51, 0.7);
        line-height: 33px;
        transition: all 0.3s;
    }

    .NService_case_box .Service_case_content #Service_case_title li a:hover {
        font-size: 20px;
        color: #0D86E9;
        font-weight: bold;
    }

    .NService_case_box .Service_case_content .selectTag .on {
        color: #0D86E9 !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    .NService_case_box .Service_case_content .Service_case_img{
        margin: 0 auto;
    }
    .NService_case_box .Service_case_content .Service_case_img ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li {
        position: relative;
        top: 0;
        display: block;
        margin-top: 25px;
        transition: all 0.3s ease 0s;
        box-shadow: rgb(237, 237, 237) 0px -20px 30px 1px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li:hover {
        top: -10px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li img {
        width: 100%;
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li h3 {
        font-size: 24px;
        color: #333;
        font-weight: 400;
        margin: 15px 0 0 25px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li p {
        height: 38px;
        font-size: 14px;
        color: #999;
        margin: 12px 25px 10px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    
    .Customer-service .service-banner {
        width: 100%;
        height: 300px;
        display: block;
        margin-top: 70px;
        position: relative;
        overflow: hidden;
    }

    .Customer-service .service-banner .service-banner_img {
        width: 100%;
        height: 300px;
        background: url("../image/Service-backimg.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Customer-service .service-banner .service-banner-font {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box {
        width: 100%;
        margin: 0 auto;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
        font-size: 32px;
        color: #fff;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 .p2 {
        width: 509px;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        margin: 26px 0 0 66px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input {
        width: 120px;
        height: 38px;
        margin: 34px 0 0 66px;
        background: #0D86E9;
        border-style: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input:hover {
        background: #249BFC;
    }

    .Customer-service .service_supplier {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
    }

    .Customer-service .service_supplier .service_supplier_left {
        width: 100%;
    }

    .Customer-service .service_supplier .service_supplier_left h2 {
        font-size: 15px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .Customer-service .service_supplier .service_supplier_left p {
        font-size: 13px;
        color: #666666;
        line-height: 30px;
        text-indent: 2em;
    }

    .Customer-service .service_supplier .service_supplier_right {
        width: 288px;
        height: 201px;
        background: url("../image/system-img.jpg") no-repeat;
        background-size: 100% 100%;
        margin-top: 20px;
    }

    .Customer-service .advantages {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .advantages .advantages_title {
        width: 100%;
    }

    .Customer-service .advantages .advantages_title h2 {
        font-size: 24px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .advantages .advantages_title i {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #0D86E9;
        margin-top: 11px;
    }

    .Customer-service .advantages .advantages_box {
        width: 100%;
        padding-top: 51px;
    }

    .Customer-service .advantages .advantages_box ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .Customer-service .advantages .advantages_box ul li {
        width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .Customer-service .advantages .advantages_box ul li i {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box .advantages1 {
        background: url("../image/advantages1.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages2 {
        background: url("../image/advantages2.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages3 {
        background: url("../image/advantages3.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages4 {
        background: url("../image/advantages4.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages5 {
        background: url("../image/advantages5.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages6 {
        background: url("../image/advantages6.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages7 {
        background: url("../image/advantages7.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages8 {
        background: url("../image/advantages8.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box h3 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }

    .Customer-service .advantages .advantages_box p {
        width: 245px;
        min-height: 168px;
        line-height: 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 auto;
    }

    .Customer-service .service-process {
        width: 100%;
    }

    .Customer-service .service-process .service-process-title {
        width: 90%;
        margin: 0 auto
    }

    .Customer-service .service-process .service-process-title h2 {
        font-size: 24px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .service-process .service-process-title i {
        width: 60px;
        height: 3px;
        display: block;
        background-color: #0D86E9;
        margin-top: 11px;
    }

    .Customer-service .service-process .service-process-img img {
        width: 100%;
        margin-top: 50px;
    }

    .Customer-service .Post-support {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .Post-support .Post-support-title {
        width: 100%;
    }

    .Customer-service .Post-support .Post-support-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .Post-support .Post-support-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .Post-support .Post-support-min {
        width: 100%;
        margin-top: 80px;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li {
        width: 100px;
        display: inline-block;
        margin-right: 179px;
        float: left;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs1 {
        background: url("../image/jobs1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2 {
        background: url("../image/jobs2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs3 {
        background: url("../image/jobs3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs4 {
        background: url("../image/jobs4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs5 {
        background: url("../image/jobs5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .Customer-service .Post-support .jobs-hx {
        width: 1350px;
        height: 31px;
        background: url("../image/jobs-hx.png");
        background-size: 100% 100%;
        margin: 25px auto;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li {
        width: 100px;
        margin-left: 178px;
        float: right;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-1 {
        background: url("../image/jobs2-1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-2 {
        background: url("../image/jobs2-2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-3 {
        background: url("../image/jobs2-3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-4 {
        background: url("../image/jobs2-4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-5 {
        background: url("../image/jobs2-5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .about_heard {
        width: 100%;
    }

    .about_heard .about_background {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .about_heard .about_background .recruitment_background-img {
        width: 100%;
        height: 100%;
        display: block;
        background: url("../image/about_back.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 100s ease-in-out infinite 0s;
    }

    .about_heard .about_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .about_heard .about_title .about_title_txt h2 {
        display: block;
        font-size: 32px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    .about_heard .about_title .about_title_txt h3{
        width: 70%;
        display: block;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .about_heard .about_title .about_title_txt {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about_heard .about_background .underline {
        width: 50px;
        height: 6px;
        display: block;
        margin-top: 12px;
        background-color: #469DFF;
    }
    .about_heard   .xyz_about_combined{
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .about_heard  .xyz_about_combined ul{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .about_heard  .xyz_about_combined ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .about_heard  .xyz_about_combined ul li p{
        font-family: "Montserratfont";
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 20px;
        color: #0573FF
    }
    .about_heard  .xyz_about_combined ul li p strong{
        font-weight: bold;
    }
    .about_heard  .xyz_about_combined ul li span{
        color: #8D8D8D;
        font-size: 16px;
    }
    .about_heard  .xyz_about_txt{
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .about_heard  .xyz_about_txt p{
        font-size: 14px;
        color: #5C5C5C;
        text-indent: 2em;
        line-height: 28px;
        padding-top: 10px;
    }
    .about_heard .about_txt {
        width: 100%;
        position: absolute;
        top: 292px;

    }

    .about_heard .about_txt .about_txt_box {
        width: 1450px;
    }

    .about_heard .about_txt .about_txt_left {
        width: 1000px;
        height: 353px;
        min-width: 1000px;
        float: left;
        background: url("../image/about_txt.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .about_heard .about_txt .about_txt_left .about_txt_left-margin {
        width: 700px;
        margin: 22px 0 0 200px;
    }

    .about_heard .about_txt .about_txt_left p {
        display: block;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about_heard .about_txt .about_txt_right {
        width: 360px;
        float: right;
        margin-top: 10px;
    }

    .about_heard .about_txt .about_txt_right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_heard .about_txt .about_txt_right ul li {
        width: 180px;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        
    }

    .about_heard .about_txt .about_txt_right ul li strong {
        display: inline-block;
        text-align: left;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(1) {
        padding-bottom: 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(2) {
        padding-bottom: 25px;
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(3) {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 35px;
    }

    .about_heard .about_txt .about_txt_right ul li:last-child {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-1 {
        width: 40px;
        height: 32px;
        
        display: block;
        margin: auto;
        background: url("../image/icon-1.svg") no-repeat;
        background-size: 100%;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-2 {
        width: 40px;
        height: 32px;
        display: block;
        margin: auto;
        background: url("../image/icon-2.svg") no-repeat;
        background-size: 100%;
        
    }

    .about_heard .about_txt .about_txt_right ul li .icon-3 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-3.svg") no-repeat;
        background-size: 100%;
        margin: auto;

        
    }


    .about_heard .about_txt .about_txt_right ul li .icon-4 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-4.svg") no-repeat;
        background-size: 100%;
        
        margin: auto;
    }


    .about_heard .about_txt .about_txt_right ul li p {
        display: inline-block;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
        
    }

    .about_heard .about_txt .about_txt_right ul li span {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .about_culture {
        width: 90%;
        margin: 0 auto;
    }

    .about_culture h2 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #363636;
        margin-top: 50px;
    }

    .about_culture ul {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .about_culture ul li {
        width: 380px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-bottom: 30px;

    }

    .about_culture .culture_list1 {
        width: 51px;
        height: 52px;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list1.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture ul li:hover .culture_list1, .about_culture ul li:hover .culture_list2, .about_culture ul li:hover .culture_list3 {
        transform: scale(1.5);
    }

    .about_culture .culture_list2 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list2.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture .culture_list3 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list3.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture h4 {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        opacity: 0.7;
        margin-top: 21px;
    }

    .about_culture .underline {
        width: 100px;
        height: 6px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .about_culture .underline:after {
        content: "";
        width: 34px;
        height: 6px;
        background-color: #469DFF;
        position: absolute;
        top: 0%;
        left: 33px;
        transition: all 1s;
    }

    .about_culture ul li:hover .underline:after {
        left: 0%;
        width: 100%;
    }

    .about_culture span {
        display: block;
        font-size: 14px;
        text-align: center;
        color: #707070;
        margin-top: 28px;
    }

    .about_employees {
        width:90%;
        margin: auto;
        margin-top: 79px;
    }

    .about_employees h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
    }

    .about_employees .about_employees_txt {
        width: 677px;
        height: 288px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        background: url("../image/staff.png") no-repeat;
        background-size: 100% 100%;
    }

    .about_employees .about_employees_txt .Join-us {
        width: 209px;
        height: 150px;
        top: 140px;
        left: 279px;
        position: absolute;
        background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
        background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: linear-gradient(to bottom right, #2086FB, #489FFF); 
        border-radius: 5px;
    }

    .about_employees .about_employees_txt .Join-us_box {
        width: 180px;
        margin: auto;
        margin-top: 14px;
    }

    .about_employees .about_employees_txt .Join-us .Join-us_box .underline {
        width: 40px;
        height: 5px;
        background-color: #ffffff;
    }

    .about_employees .about_employees_txt .Join-us_box p {
        margin-top: 20px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 23px;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt {
        width: 120px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-top: 16px;
        border-radius: 3px;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt a {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover {
        box-shadow: 0 10px 20px -10px #60BAFF;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt i {
        width: 15px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        background: url("../image/next1.svg") center 100% no-repeat;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover i {
        margin-left: 16px;
    }
}
@media screen and (min-width: 415px)and (max-width: 1024px){
    .xyz-min415-none{
        width: 100%;
        display: block!important;
    }
    .xyz-min415-none img{
        width: 100%;
        margin-top: 40px;
    }

}
@media screen and (max-width: 768px) {
    
    .xyz-Contact-us {
        width: 90%;
        margin: 0 auto;
    }

    .xyz-Contact-us h2 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #363636;
        margin: 32px 0;
    }

    .xyz-Contact-us .xyz-Contact-us-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left {
        width: 100%;
        margin: 0 10px;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li {
        width: 100%;
        margin-bottom: 20px;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li:last-child {
        margin-bottom: 0;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li input {
        width: 100%;
        height: 50px;
        padding-left: 10px;
        font-size: 14px;
        background-color: #EFEFEF;
        color: #878787;
        opacity: 0.7;
        border: none;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-right {
        width: 100%;
        margin: 0 10px;
    }

    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-right textarea {
        width: 100%;
        height: 190px;
        padding: 20px 10px 0;
        font-size: 14px;
        background-color: #EFEFEF;
        color: #878787;
        opacity: 0.7;
        border: none;
        font-family: 微软雅黑;
        word-break: break-all;
        resize: none;
        margin-top: 20px;
    }

    .xyz-Contact-us .Contact-txt {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .xyz-Contact-us .Contact-txt span, .xyz-Contact-us .Contact-txt p {
        font-size: 16px;
        color: #333333;
        opacity: 0.7;
    }

    .xyz-Contact-us .Contact-txt .contact-phone {
        margin-top: 12px;
    }

    .xyz-Contact-us .Contact-txt .contact-phone strong {
        color: rgb(234, 65, 71);;
    }

    .xyz-Contact-us .Contact-txt .contact-phone span:last-child {
        margin-left: 16px;
    }

    .xyz-Contact-us .xyz-submit-btn {
        width: 100%;
        height: 42px;
        margin: 40px auto 0;
        line-height: 42px;
        text-align: center;
        box-shadow: 0 5px 10px #60BAFF;
        transition: all 0.5s;
    }

    .xyz-Contact-us .xyz-submit-btn:hover {
        opacity: 0.8;
    }

    .xyz-Contact-us .xyz-submit-btn span {
        color: #fff;
        font-size: 20px;
    }
}
@media screen and (min-width: 415px) and (max-width: 768px){
    .xyz-news-hover{
        display: none;
    }
    
    .service_img {
        width: 100%;
    }

    .service_img ul {
        width: 100%;
        margin-top: 28px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .service_img ul li {
        text-align: center;
        background-color: #ffffff;
        transition: all 0.8s;
        padding-bottom: 30px;
    }
    .service_img ul li:hover {
        box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        transform: scale(1.05);
    }

    .service_img ul li img {
        padding-top: 30px;
    }

    .service_img ul li h3 {
        width: 100%;
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        text-align: center;
        margin-top: 14px;
    }

    .service_img ul li p {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        line-height: 25px;
        font-size: 14px;
        color: #989898;
        padding-top: 23px;
        
    }
    .News_img h2{
        font-size: 32px;
        font-weight: normal;
        color: #FFFFFF;
    }
    .News_img .background-img{
        height: 300px!important;
    }
    .News_img .News_title .News_title_txt{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .News_information_box {
        width: 90%;
        margin: 30px auto 0;
    }
    .News_information_box .News_information_left {
        width: 100%;
        float: left;
    }
    .News_information_box .News_information_list {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 25px 0 20px 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .News_information_box .News_information_list .enterprise_img {
        height: 80px;
        float: left;
        overflow: hidden;
    }

    .News_information_box .News_information_list .enterprise_img img {
        width:100%;
        height: 100%;
        display: block;
        background-size: 100%;
        vertical-align: middle;
        cursor: pointer;
        transition: all 0.5s;
    }

    .News_information_box .News_information_list .enterprise_img img:hover {
        transform: scale(1.15);
    }

    .News_information_box .News_information_list .News_information_txt {
        width: 100%;
        height: 80px;
        float: left;
        margin-left: 20px;
        display: inline-block;
    }

    .News_information_box .News_information_list .News_information_txt h3 a {
        width: 100%;
        display: inline-block;
        color: #0f0f0f;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 7px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .News_information_box .News_information_list .News_information_txt h3 a:hover {
        color: #007de3;
    }


    .News_information_box .News_information_list .News_information_txt strong span {
        padding-right: 30px;
        width: 100%;
        color: #878787;
        opacity: 0.7;
        font-size: 12px;
    }
    
    .new_box {
        width: 100%;
        margin-top: 40px;

    }

    .new_box .new_box_title {
        width: 100%;
        border-bottom: 1px solid #DFDFDF;
        text-align: center;
    }

    .new_box .new_box_title h3 {
        font-size: 28px;
        color: #333333;
    }

    .new_box .new_box_title p {
        margin-top: 15px;
        padding-bottom: 20px;
        font-size: 14px;
        color: #878787;
        opacity: 0.7;
    }

    .new_box .new_box_title p span {
        margin-left: 30px;
    }

    .new_box .new_box_txt {
        width: 100%;
        margin-top: 20px;
    }

    .new_box .new_box_txt p, .new_box .new_box_txt span {
        line-height: 28px;
        font-size: 16px;
        color: #484848;
        margin: 10px 0 10px 0;
        overflow: hidden;
        text-indent: 2em;
    }

    .new_box .new_box_txt img, .new_box .new_box_txt p img {
        display: flex;
        margin: 0 auto;
        padding: 15px 0;
        max-width: 100%;
    }

    
    
    .Service_case_heard {
        width: 100%;
        height: 400px;
        margin-top: 70px;
        overflow: hidden;
        position: relative;
    }

    .Service_case_heard .Service_background-img {
        width: 100%;
        height: 400px;
        background: url("../image/Typical.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }
    .Service_case_heard .Service_case_title {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .Service_case_heard .Service_case_title .Service_case_text {
        max-width: 1350px;
        margin: 0 auto;
    }

    .Service_case_heard .Service_case_title .Service_case_text h1 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 153px 0 0 40px;
    }
    .NService_case_box {
        max-width: 1350px;
        margin: 40px auto;
    }

    .NService_case_box .Service_case_content {
        width: 90%;
        margin: 0 auto;
    }

    .NService_case_box .Service_case_content .backgroundBg {
        width: 100%;
        
        background: #f5f5f5;
    }
    .NService_case_box .Service_case_content .NService_case_content-title{
        height: 26px;
        overflow: hidden;
    }
    .NService_case_box .Service_case_content #Service_case_title {
        width: 100%;
        overflow-x: auto;
        display: -webkit-box;
        box-sizing: border-box;
    }

    .NService_case_box .Service_case_content #Service_case_title li {
        cursor: pointer;
        margin-right: 30px;
        text-align: center;
    }

    .NService_case_box .Service_case_content #Service_case_title li a {
        font-size: 16px;
        color: rgba(51, 51, 51, 0.7);
        line-height: 33px;
        transition: all 0.3s;
    }

    .NService_case_box .Service_case_content #Service_case_title li a:hover {
        font-size: 20px;
        color: #0D86E9;
        font-weight: bold;
    }

    .NService_case_box .Service_case_content .selectTag .on {
        color: #0D86E9 !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    .NService_case_box .Service_case_content .Service_case_img{
        margin: 0 auto;
    }
    .NService_case_box .Service_case_content .Service_case_img ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li {
        width: 340px;
        position: relative;
        top: 0;
        display: block;
        margin-top: 40px;
        transition: all 0.3s ease 0s;
        box-shadow: rgb(237, 237, 237) 0px -20px 30px 1px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li:hover {
        top: -10px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li img {
        width: 340px;
        height: 217px;
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li h3 {
        font-size: 24px;
        color: #333;
        font-weight: 400;
        margin: 15px 0 0 25px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li p {
        height: 38px;
        font-size: 14px;
        color: #999;
        margin: 12px 25px 10px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    
    .Customer-service .service-banner {
        width: 100%;
        height: 400px;
        display: block;
        margin-top: 70px;
        position: relative;
        overflow: hidden;
    }

    .Customer-service .service-banner .service-banner_img {
        width: 100%;
        height: 400px;
        background: url("../image/Service-backimg.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Customer-service .service-banner .service-banner-font {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box {
        width: 1350px;
        margin: 0 auto;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
        font-size: 44px;
        color: #fff;
        margin: 163px 0 0 100px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 .p2 {
        width: 509px;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        margin: 26px 0 0 66px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input {
        width: 120px;
        height: 38px;
        margin: 34px 0 0 66px;
        background: #0D86E9;
        border-style: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input:hover {
        background: #249BFC;
    }

    .Customer-service .service_supplier {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    .Customer-service .service_supplier .service_supplier_left {
        width: 100%;
    }

    .Customer-service .service_supplier .service_supplier_left h2 {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .Customer-service .service_supplier .service_supplier_left p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        text-indent: 2em;
    }

    .Customer-service .service_supplier .service_supplier_right {
        width: 358px;
        height: 250px;
        background: url("../image/system-img.jpg") no-repeat;
        background-size: 100% 100%;
        margin-top: 20px;
    }

    .Customer-service .advantages {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .advantages .advantages_title {
        width: 100%;
    }

    .Customer-service .advantages .advantages_title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .advantages .advantages_title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .advantages .advantages_box {
        width: 100%;
        padding-top: 51px;
    }

    .Customer-service .advantages .advantages_box ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .Customer-service .advantages .advantages_box ul li {
        width: 250px;
        margin-bottom: 40px;
        text-align: center;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box ul li i {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box .advantages1 {
        background: url("../image/advantages1.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages2 {
        background: url("../image/advantages2.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages3 {
        background: url("../image/advantages3.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages4 {
        background: url("../image/advantages4.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages5 {
        background: url("../image/advantages5.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages6 {
        background: url("../image/advantages6.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages7 {
        background: url("../image/advantages7.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages8 {
        background: url("../image/advantages8.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box h3 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }

    .Customer-service .advantages .advantages_box p {
        width: 245px;
        min-height: 168px;
        line-height: 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 auto;
    }

    .Customer-service .service-process {
        width: 100%;
    }

    .Customer-service .service-process .service-process-title {
        width: 90%;
        margin: 0 auto
    }

    .Customer-service .service-process .service-process-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .service-process .service-process-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .service-process .service-process-img img {
        width: 100%;
        margin-top: 50px;
    }

    .Customer-service .Post-support {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .Post-support .Post-support-title {
        width: 100%;
    }

    .Customer-service .Post-support .Post-support-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .Post-support .Post-support-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .Post-support .Post-support-min {
        width: 100%;
        margin-top: 80px;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li {
        width: 100px;
        display: inline-block;
        margin-right: 179px;
        float: left;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs1 {
        background: url("../image/jobs1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2 {
        background: url("../image/jobs2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs3 {
        background: url("../image/jobs3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs4 {
        background: url("../image/jobs4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs5 {
        background: url("../image/jobs5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .Customer-service .Post-support .jobs-hx {
        width: 1350px;
        height: 31px;
        background: url("../image/jobs-hx.png");
        background-size: 100% 100%;
        margin: 25px auto;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li {
        width: 100px;
        margin-left: 178px;
        float: right;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-1 {
        background: url("../image/jobs2-1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-2 {
        background: url("../image/jobs2-2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-3 {
        background: url("../image/jobs2-3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-4 {
        background: url("../image/jobs2-4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-5 {
        background: url("../image/jobs2-5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .about_heard {
        width: 100%;
    }

    .about_heard .about_background {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .about_heard .about_background .recruitment_background-img {
        width: 100%;
        height: 100%;
        display: block;
        background: url("../image/about_back.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 100s ease-in-out infinite 0s;
    }

    .about_heard .about_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .about_heard .about_title .about_title_txt h2 {
        display: block;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 45px;
    }
    .about_heard .about_title .about_title_txt h3{
        width: 70%;
        display: block;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }
    .about_heard .about_title .about_title_txt {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about_heard .about_background .underline {
        width: 50px;
        height: 6px;
        display: block;
        margin-top: 12px;
        background-color: #469DFF;
    }
    .about_heard   .xyz_about_combined{
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .about_heard  .xyz_about_combined ul{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .about_heard  .xyz_about_combined ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .about_heard  .xyz_about_combined ul li p{
        font-family: "Montserratfont";
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 20px;
        color: #0573FF
    }
    .about_heard  .xyz_about_combined ul li p strong{
        font-weight: bold;
    }
    .about_heard  .xyz_about_combined ul li span{
        color: #8D8D8D;
        font-size: 16px;
    }
    .about_heard  .xyz_about_txt{
        width: 90%;
        margin: 0 auto;
        padding-top: 18px;
    }
    .about_heard  .xyz_about_txt p{
        font-size: 16px;
        color: #5C5C5C;
        text-indent: 2em;
        line-height: 28px;
        padding-top: 10px;
    }
    .about_heard .about_txt {
        width: 100%;
        position: absolute;
        top: 292px;

    }

    .about_heard .about_txt .about_txt_box {
        width: 1450px;
    }

    .about_heard .about_txt .about_txt_left {
        width: 1000px;
        height: 353px;
        min-width: 1000px;
        float: left;
        background: url("../image/about_txt.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .about_heard .about_txt .about_txt_left .about_txt_left-margin {
        width: 700px;
        margin: 22px 0 0 200px;
    }

    .about_heard .about_txt .about_txt_left p {
        display: block;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about_heard .about_txt .about_txt_right {
        width: 360px;
        float: right;
        margin-top: 10px;
    }

    .about_heard .about_txt .about_txt_right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_heard .about_txt .about_txt_right ul li {
        width: 180px;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        
    }

    .about_heard .about_txt .about_txt_right ul li strong {
        display: inline-block;
        text-align: left;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(1) {
        padding-bottom: 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(2) {
        padding-bottom: 25px;
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(3) {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 35px;
    }

    .about_heard .about_txt .about_txt_right ul li:last-child {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-1 {
        width: 40px;
        height: 32px;
        
        display: block;
        margin: auto;
        background: url("../image/icon-1.svg") no-repeat;
        background-size: 100%;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-2 {
        width: 40px;
        height: 32px;
        display: block;
        margin: auto;
        background: url("../image/icon-2.svg") no-repeat;
        background-size: 100%;
        
    }

    .about_heard .about_txt .about_txt_right ul li .icon-3 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-3.svg") no-repeat;
        background-size: 100%;
        margin: auto;

        
    }


    .about_heard .about_txt .about_txt_right ul li .icon-4 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-4.svg") no-repeat;
        background-size: 100%;
        
        margin: auto;
    }


    .about_heard .about_txt .about_txt_right ul li p {
        display: inline-block;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
        
    }

    .about_heard .about_txt .about_txt_right ul li span {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .about_culture {
        width: 90%;
        margin: 0 auto;
    }

    .about_culture h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
        margin-top: 50px;
    }

    .about_culture ul {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .about_culture ul li {
        width: 380px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-bottom: 30px;

    }

    .about_culture .culture_list1 {
        width: 51px;
        height: 52px;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list1.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture ul li:hover .culture_list1, .about_culture ul li:hover .culture_list2, .about_culture ul li:hover .culture_list3 {
        transform: scale(1.5);
    }

    .about_culture .culture_list2 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list2.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture .culture_list3 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list3.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture h4 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        opacity: 0.7;
        margin-top: 21px;
    }

    .about_culture .underline {
        width: 100px;
        height: 6px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .about_culture .underline:after {
        content: "";
        width: 34px;
        height: 6px;
        background-color: #469DFF;
        position: absolute;
        top: 0%;
        left: 33px;
        transition: all 1s;
    }

    .about_culture ul li:hover .underline:after {
        left: 0%;
        width: 100%;
    }

    .about_culture span {
        display: block;
        font-size: 14px;
        text-align: center;
        color: #707070;
        margin-top: 28px;
    }

    .about_employees {
        width:90%;
        margin: auto;
        margin-top: 79px;
    }

    .about_employees h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
    }

    .about_employees .about_employees_txt {
        width: 677px;
        height: 288px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        background: url("../image/staff.png") no-repeat;
        background-size: 100% 100%;
    }

    .about_employees .about_employees_txt .Join-us {
        width: 209px;
        height: 150px;
        top: 140px;
        left: 279px;
        position: absolute;
        background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
        background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: linear-gradient(to bottom right, #2086FB, #489FFF); 
        border-radius: 5px;
    }

    .about_employees .about_employees_txt .Join-us_box {
        width: 180px;
        margin: auto;
        margin-top: 14px;
    }

    .about_employees .about_employees_txt .Join-us .Join-us_box .underline {
        width: 40px;
        height: 5px;
        background-color: #ffffff;
    }

    .about_employees .about_employees_txt .Join-us_box p {
        margin-top: 20px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 23px;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt {
        width: 120px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-top: 16px;
        border-radius: 3px;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt a {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover {
        box-shadow: 0 10px 20px -10px #60BAFF;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt i {
        width: 15px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        background: url("../image/next1.svg") center 100% no-repeat;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover i {
        margin-left: 16px;
    }

    
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .footer  ul{
        width: 90%!important;
    }
    .xyz-jiejue-fangan-responsive ul li a h3 {
        font-size: 24px;
    }

    .xyz-jiejue-fangan-responsive ul li a p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .Service_case_heard {
        width: 100%;
        height: 400px;
        margin-top: 70px;
        overflow: hidden;
        position: relative;
    }

    .Service_case_heard .Service_background-img {
        width: 100%;
        height: 400px;
        background: url("../image/Typical.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Service_case_heard .Service_case_title {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .Service_case_heard .Service_case_title .Service_case_text {
        max-width: 1350px;
        margin: 0 auto;
    }

    .Service_case_heard .Service_case_title .Service_case_text h1 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 153px 0 0 40px;
    }
    .NService_case_box {
        max-width: 1350px;
        margin: 40px auto;
    }

    .NService_case_box .Service_case_content {
        width: 100%;
        
    }

    .NService_case_box .Service_case_content .backgroundBg {
        width: 100%;
        
        background: #f5f5f5;
    }

    .NService_case_box .Service_case_content #Service_case_title {
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .NService_case_box .Service_case_content #Service_case_title li {
        display: inline-block;
        cursor: pointer;
        margin-right: 60px;
    }

    .NService_case_box .Service_case_content #Service_case_title li a {
        font-size: 16px;
        color: rgba(51, 51, 51, 0.7);
        line-height: 33px;
        transition: all 0.3s;
    }

    .NService_case_box .Service_case_content #Service_case_title li a:hover {
        font-size: 20px;
        color: #0D86E9;
        font-weight: bold;
    }

    .NService_case_box .Service_case_content .selectTag .on {
        color: #0D86E9 !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    .NService_case_box .Service_case_content .Service_case_img{
        margin: 0 auto;
    }
    .NService_case_box .Service_case_content .Service_case_img ul {
        width:90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 15px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li {
        width: 45%;
        position: relative;
        top: 0;
        display: block;
        margin-top: 40px;
        transition: all 0.3s ease 0s;
        box-shadow: rgb(237, 237, 237) 0px -20px 30px 1px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li:hover {
        top: -10px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li img {
        width: 100%;
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li h3 {
        font-size: 24px;
        color: #333;
        font-weight: 400;
        margin: 15px 0 0 25px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li p {
        height: 38px;
        font-size: 14px;
        color: #999;
        margin: 12px 25px 10px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    
    .Customer-service .service-banner {
        width: 100%;
        height: 400px;
        display: block;
        margin-top: 70px;
        position: relative;
        overflow: hidden;
    }

    .Customer-service .service-banner .service-banner_img {
        width: 100%;
        height: 400px;
        background: url("../image/Service-backimg.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Customer-service .service-banner .service-banner-font {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box {
        width: 1350px;
        margin: 0 auto;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
        font-size: 44px;
        color: #fff;
        margin: 163px 0 0 100px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 .p2 {
        width: 509px;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        margin: 26px 0 0 66px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input {
        width: 120px;
        height: 38px;
        margin: 34px 0 0 66px;
        background: #0D86E9;
        border-style: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input:hover {
        background: #249BFC;
    }

    .Customer-service .service_supplier {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 50px;
    }

    .Customer-service .service_supplier .service_supplier_left {
        width: 50%;
    }

    .Customer-service .service_supplier .service_supplier_left h2 {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .Customer-service .service_supplier .service_supplier_left p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        text-indent: 2em;
    }

    .Customer-service .service_supplier .service_supplier_right {
        width: 396px;
        height: 276px;
        background: url("../image/system-img.jpg") no-repeat;
        background-size: 100% 100%;
    }

    .Customer-service .advantages {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .advantages .advantages_title {
        width: 100%;
    }

    .Customer-service .advantages .advantages_title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .advantages .advantages_title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .advantages .advantages_box {
        width: 100%;
        padding-top: 51px;
    }

    .Customer-service .advantages .advantages_box ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .Customer-service .advantages .advantages_box ul li {
        width: 250px;
        margin-bottom: 40px;
        text-align: center;
    }

    .Customer-service .advantages .advantages_box ul li i {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box .advantages1 {
        background: url("../image/advantages1.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages2 {
        background: url("../image/advantages2.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages3 {
        background: url("../image/advantages3.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages4 {
        background: url("../image/advantages4.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages5 {
        background: url("../image/advantages5.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages6 {
        background: url("../image/advantages6.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages7 {
        background: url("../image/advantages7.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages8 {
        background: url("../image/advantages8.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box h3 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }

    .Customer-service .advantages .advantages_box p {
        width: 245px;
        min-height: 168px;
        line-height: 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 auto;
    }

    .Customer-service .service-process {
        width: 100%;
    }

    .Customer-service .service-process .service-process-title {
        width: 90%;
        margin: 0 auto
    }

    .Customer-service .service-process .service-process-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .service-process .service-process-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .service-process .service-process-img img {
        width: 100%;
        margin-top: 76px;
    }

    .Customer-service .Post-support {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .Post-support .Post-support-title {
        width: 100%;
    }

    .Customer-service .Post-support .Post-support-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .Post-support .Post-support-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .Post-support .Post-support-min {
        width: 100%;
        margin-top: 80px;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li {
        width: 100px;
        display: inline-block;
        margin-right: 179px;
        float: left;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs1 {
        background: url("../image/jobs1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2 {
        background: url("../image/jobs2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs3 {
        background: url("../image/jobs3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs4 {
        background: url("../image/jobs4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs5 {
        background: url("../image/jobs5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .Customer-service .Post-support .jobs-hx {
        width: 1350px;
        height: 31px;
        background: url("../image/jobs-hx.png");
        background-size: 100% 100%;
        margin: 25px auto;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li {
        width: 100px;
        margin-left: 178px;
        float: right;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-1 {
        background: url("../image/jobs2-1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-2 {
        background: url("../image/jobs2-2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-3 {
        background: url("../image/jobs2-3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-4 {
        background: url("../image/jobs2-4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-5 {
        background: url("../image/jobs2-5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }
    .about_heard {
        width: 100%;
    }

    .about_heard .about_background {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .about_heard .about_background .recruitment_background-img {
        width: 100%;
        height: 100%;
        display: block;
        background: url("../image/about_back.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 100s ease-in-out infinite 0s;
    }

    .about_heard .about_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .about_heard .about_title .about_title_txt h2 {
        display: block;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 45px;
    }
    .about_heard .about_title .about_title_txt h3{
        width: 30%;
        display: block;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .about_heard .about_title .about_title_txt {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about_heard .about_background .underline {
        width: 50px;
        height: 6px;
        display: block;
        margin-top: 12px;
        background-color: #469DFF;
    }
    .about_heard   .xyz_about_combined{
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .about_heard  .xyz_about_combined ul{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .about_heard  .xyz_about_combined ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .about_heard  .xyz_about_combined ul li p{
        font-family: "Montserratfont";
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 20px;
        color: #0573FF
    }
    .about_heard  .xyz_about_combined ul li p strong{
        font-weight: bold;
    }
    .about_heard  .xyz_about_combined ul li span{
        color: #8D8D8D;
        font-size: 16px;
    }
    .about_heard  .xyz_about_txt{
        width: 90%;
        margin: 0 auto;
        padding-top: 18px;
    }
    .about_heard  .xyz_about_txt p{
        font-size: 16px;
        color: #5C5C5C;
        text-indent: 2em;
        line-height: 28px;
        padding-top: 10px;
    }
    .about_heard .about_txt {
        width: 100%;
        position: absolute;
        top: 292px;

    }

    .about_heard .about_txt .about_txt_box {
        width: 1450px;
    }

    .about_heard .about_txt .about_txt_left {
        width: 1000px;
        height: 353px;
        min-width: 1000px;
        float: left;
        background: url("../image/about_txt.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .about_heard .about_txt .about_txt_left .about_txt_left-margin {
        width: 700px;
        margin: 22px 0 0 200px;
    }

    .about_heard .about_txt .about_txt_left p {
        display: block;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about_heard .about_txt .about_txt_right {
        width: 360px;
        float: right;
        margin-top: 10px;
    }

    .about_heard .about_txt .about_txt_right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_heard .about_txt .about_txt_right ul li {
        width: 180px;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        
    }

    .about_heard .about_txt .about_txt_right ul li strong {
        display: inline-block;
        text-align: left;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(1) {
        padding-bottom: 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(2) {
        padding-bottom: 25px;
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(3) {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 35px;
    }

    .about_heard .about_txt .about_txt_right ul li:last-child {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-1 {
        width: 40px;
        height: 32px;
        
        display: block;
        margin: auto;
        background: url("../image/icon-1.svg") no-repeat;
        background-size: 100%;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-2 {
        width: 40px;
        height: 32px;
        display: block;
        margin: auto;
        background: url("../image/icon-2.svg") no-repeat;
        background-size: 100%;
        
    }

    .about_heard .about_txt .about_txt_right ul li .icon-3 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-3.svg") no-repeat;
        background-size: 100%;
        margin: auto;

        
    }


    .about_heard .about_txt .about_txt_right ul li .icon-4 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-4.svg") no-repeat;
        background-size: 100%;
        
        margin: auto;
    }


    .about_heard .about_txt .about_txt_right ul li p {
        display: inline-block;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
        
    }

    .about_heard .about_txt .about_txt_right ul li span {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .about_culture {
        width: 90%;
        margin: 0 auto;
    }

    .about_culture h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
        margin-top: 50px;
    }

    .about_culture ul {
        width: 100%;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about_culture ul li {
        width: 30%;
        
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;

    }

    .about_culture .culture_list1 {
        width: 51px;
        height: 52px;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list1.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture ul li:hover .culture_list1, .about_culture ul li:hover .culture_list2, .about_culture ul li:hover .culture_list3 {
        transform: scale(1.5);
    }

    .about_culture .culture_list2 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list2.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture .culture_list3 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list3.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture h4 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        opacity: 0.7;
        margin-top: 21px;
    }

    .about_culture .underline {
        width: 100px;
        height: 6px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .about_culture .underline:after {
        content: "";
        width: 34px;
        height: 6px;
        background-color: #469DFF;
        position: absolute;
        top: 0%;
        left: 33px;
        transition: all 1s;
    }

    .about_culture ul li:hover .underline:after {
        left: 0%;
        width: 100%;
    }

    .about_culture span {
        display: block;
        font-size: 14px;
        text-align: center;
        color: #707070;
        margin-top: 28px;
    }

    .about_employees {
        width:90%;
        margin: auto;
        margin-top: 79px;
    }

    .about_employees h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
    }

    .about_employees .about_employees_txt {
        width: 677px;
        height: 288px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        background: url("../image/staff.png") no-repeat;
        background-size: 100% 100%;
    }

    .about_employees .about_employees_txt .Join-us {
        width: 209px;
        height: 150px;
        top: 140px;
        left: 279px;
        position: absolute;
        background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
        background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: linear-gradient(to bottom right, #2086FB, #489FFF); 
        border-radius: 5px;
    }

    .about_employees .about_employees_txt .Join-us_box {
        width: 180px;
        margin: auto;
        margin-top: 14px;
    }

    .about_employees .about_employees_txt .Join-us .Join-us_box .underline {
        width: 40px;
        height: 5px;
        background-color: #ffffff;
    }

    .about_employees .about_employees_txt .Join-us_box p {
        margin-top: 20px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 23px;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt {
        width: 120px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-top: 16px;
        border-radius: 3px;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt a {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover {
        box-shadow: 0 10px 20px -10px #60BAFF;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt i {
        width: 15px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        background: url("../image/next1.svg") center 100% no-repeat;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover i {
        margin-left: 16px;
    }

    

    
    .xyz-Contact-us{
        width: 90%;
        margin: 0 auto;
    }
    .xyz-Contact-us h2{
        width: 100%;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
        margin: 50px 0;
    }
    .xyz-Contact-us .xyz-Contact-us-box{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left{
        width: 50%;
        margin: 0 10px;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li{
        width: 100%;
        margin-bottom: 20px;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li:last-child{
        margin-bottom: 0;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-left li input{
        width: 100%;
        height: 50px;
        padding-left: 10px;
        font-size: 14px;
        background-color: #EFEFEF;
        color: #878787;
        opacity: 0.7;
        border: none;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-right{
        width: 50%;
        margin: 0 10px;
    }
    .xyz-Contact-us .xyz-Contact-us-box .xyz-Contact-us-right textarea{
        width: 100%;
        height: 190px;
        padding: 20px 10px 0;
        font-size: 14px;
        background-color: #EFEFEF;
        color: #878787;
        opacity: 0.7;
        border: none;
        font-family: 微软雅黑;
        word-break: break-all;
        resize: none;
    }
    .xyz-Contact-us .Contact-txt{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .xyz-Contact-us .Contact-txt span,.xyz-Contact-us .Contact-txt p{
        font-size: 16px;
        color: #333333;
        opacity: 0.7;
    }
    .xyz-Contact-us .Contact-txt  .contact-phone{
        margin-top: 12px;
    }
    .xyz-Contact-us .Contact-txt  .contact-phone strong{
        color: rgb(234, 65, 71);;
    }
    .xyz-Contact-us .Contact-txt  .contact-phone span:last-child{
        margin-left: 16px;
    }
    .xyz-Contact-us .xyz-submit-btn {
        width: 157px;
        height: 46px;
        margin: 40px auto 0;
        line-height: 46px;
        text-align: center;
        box-shadow: 0 5px 10px #60BAFF;
        transition:  all 0.5s;
    }
    .xyz-Contact-us .xyz-submit-btn:hover{
        opacity: 0.8;
    }
    .xyz-Contact-us .xyz-submit-btn span{
        color: #fff;
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
    .xyz-news-hover{
        display: block;
    }
    .News_img h2 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;

    }
    .News_img .background-img{
        height: 300px;
    }
    .News_img .News_title .News_title_txt{
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .News_img h2{
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin-left: 5%;
    }
    .News_information_box {
        width: 90%;
        padding: 40px 0 100px 0;
        margin: 0 auto;
    }
    .News_information_box .News_information_left {
        width: 100%;
        float: left;
    }
    .News_information_box .News_information_left #News_information_title li a {
        margin-right: 60px;
    }
    .News_information_box .News_information_list {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 25px 0 20px 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .News_information_box .News_information_list .enterprise_img {
        min-width: 200px;
        height: 120px;
        float: left;
        overflow: hidden;
    }

    .News_information_box .News_information_list .enterprise_img img {
        width:100%;
        height: 100%;
        display: block;
        background-size: 100%;
        vertical-align: middle;
        cursor: pointer;
        transition: all 0.5s;
    }

    .News_information_box .News_information_list .enterprise_img img:hover {
        transform: scale(1.15);
    }

    .News_information_box .News_information_list .News_information_txt {
        width: 100%;
        height: 120px;
        float: left;
        margin-left: 20px;
        display: inline-block;
    }

    .News_information_box .News_information_list .News_information_txt h3 a {
        width: 100%;
        display: inline-block;
        color: #0f0f0f;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .News_information_box .News_information_list .News_information_txt h3 a:hover {
        color: #007de3;
    }

    .News_information_box .News_information_list .News_information_txt p {
        width: 100%;
        height: 45px;
        color: #878787;
        font-size: 14px;
        margin-bottom: 11px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .News_information_box .News_information_list .News_information_txt strong span {
        padding-right: 50px;
        width: 100%;
        color: #878787;
        opacity: 0.7;
        font-size: 14px;
    }
    
    .new_box {
        width: 100%;
        margin-top: 40px;

    }

    .new_box .new_box_title {
        width: 100%;
        border-bottom: 1px solid #DFDFDF;
        text-align: center;
    }

    .new_box .new_box_title h3 {
        font-size: 28px;
        color: #333333;
    }

    .new_box .new_box_title p {
        margin-top: 15px;
        padding-bottom: 20px;
        font-size: 14px;
        color: #878787;
        opacity: 0.7;
    }

    .new_box .new_box_title p span {
        margin-left: 30px;
    }

    .new_box .new_box_txt {
        width: 100%;
        margin-top: 20px;
    }

    .new_box .new_box_txt p, .new_box .new_box_txt span {
        line-height: 28px;
        font-size: 16px;
        color: #484848;
        margin: 10px 0 10px 0;
        overflow: hidden;
        text-indent: 2em;
    }

    .new_box .new_box_txt img, .new_box .new_box_txt p img {
        display: flex;
        margin: 0 auto;
        padding: 15px 0;
        max-width: 100%;
    }

    

    
    .service_img {
        width: 100%;
    }

    .service_img ul {
        width: 100%;
        margin-top: 28px;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

    .service_img ul li {
        width:45%;
        text-align: center;
        background-color: #ffffff;
        transition: all 0.8s;
    }

    .service_img ul li:hover {
        box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        transform: scale(1.05);
    }

    .service_img ul li img {
        padding-top: 30px;
    }

    .service_img ul li h3 {
        width: 100%;
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        text-align: center;
        margin-top: 14px;
    }

    .service_img ul li p {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        line-height: 25px;
        font-size: 14px;
        color: #989898;
        padding: 23px 0 20px 0;
        
    }
}
@media screen and (max-width: 1024px) {
    .nav{
        transition: all 0.5s;
    }
    .xyz-none1050{
        display: block;
    }
    
    .nav .nav_box .navigation .primary-nav .menuOne {
        color: rgba(255, 255, 255, 0.85);
    }

    .nav .nav_box .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav .nav_box .navigation h1 {
        margin-left: 5%;
    }

    .nav .nav_box .navigation .xyz-responsive {
        width: 136px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 5%;
    }

    .nav .nav_box .navigation .xyz-responsive .xyz-language {
        border: 2px solid rgba(51, 51, 51, 0.85);
        transition: all 0.5s;
        color: rgba(51, 51, 51, 0.85);
        font-size: 12px;
    }

    .nav .nav_box .navigation .xyz-responsive img {
        margin-right: 6px;
    }

    .nav .nav_box .navigation .xyz-responsive .xyz-icon-separated {
        color: rgba(51, 51, 51, 0.85);
        font-weight: 300;
        font-size: 18px;
    }

    .nav .nav_box .xyz-icson-nav-back {
        border-radius: 3px;
        transition: all 0.5s;
    }

    .nav .nav_box .xyz-icson-nav-back-hover {
        padding: 12px 8px;
    }

    .nav .nav_box .xyz-icson-nav-back .xyz-icson-nav {
        width: 22px;
        height: 16px;
        float: right;
        display: block;
        border-top: 2px solid rgba(51, 51, 51, 0.85);
        border-bottom: 2px solid rgba(51, 51, 51, 0.85);
        background-color: rgba(51, 51, 51, 0.85);
        padding: 5px 0;
        background-clip: content-box;
    }

    .nav .nav_box .xyz-icson-nav-back .closeNavi {
        position: relative;
        width: 25px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.85);
        border-top: 0 !important;
        border-bottom: 0 !important;
        transform: rotate(45deg);
        border-radius: 0.15px;
    }

    

    .nav .nav_box .navigation .xyz-responsive .xyz-a-hover {
        border: 2px solid rgba(51, 51, 51, 0.85) !important;
        color: rgba(51, 51, 51, 0.85) !important;
    }

    .nav .nav_box .navigation .xyz-responsive .xyz-icon-separated-hover {
        color: rgba(51, 51, 51, 0.85) !important;
    }

    .nav .nav_box .xyz-icson-nav-hover {
        border-top: 2px solid rgba(51, 51, 51, 0.85) !important;;
        border-bottom: 2px solid rgba(51, 51, 51, 0.85) !important;;
        background-color: rgba(51, 51, 51, 0.85) !important;;
    }

    .xyz-nav-hover {
        height: 310px;
        background-color: #ffffff;
        transition: all 0.5s;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
    }
    .xyz-scroll-hover{
        height: 100%;
        background: rgba(29, 29, 29, 0.77);
        transition: all 0.5s;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    .xyz-nav-a{
        color: rgba(51, 51, 51, 0.85) !important
    }
    .nav .nav_box .xyz-icson-nav-click {
        border-top: 2px solid rgba(51, 51, 51, 0.85) !important;;
        border-bottom: 2px solid rgba(51, 51, 51, 0.85) !important;;
        background-color: rgba(51, 51, 51, 0.85) !important;;
    }
    .nav .nav_box .navigation .xyz-responsive .xyz-icon-separated-click{
        color: rgba(51, 51, 51, 0.85) !important;
    }

    .active_yd .blackLine-click {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        margin:0 auto;
        opacity: 0.7;
        transition: all 0.3s;
    }

    .nav .nav_box .navigation .xyz-responsive .xyz-a-click {
        border: 2px solid rgba(51, 51, 51, 0.85) !important;
        color: rgba(51, 51, 51, 0.85) !important;
    }
    .nav .nav_box .navigation .nav-right .primary-nav .hover-ul-on2, .nav .nav_box .navigation .nav-right .primary-nav .hover-ul-on3, .nav .nav_box .navigation .nav-right .primary-nav .hover-ul-on4, .nav .nav_box .navigation .nav-right .phone_right {
        display: none;
    }

    .nav .nav_box .navigation .nav-right {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
        position: absolute;
        top: 70px;
        left: 0;
    }

    .nav .nav_box .navigation .nav-right-hover {
        max-height: 340px;
    }

    .nav .nav_box .navigation .nav-right .primary-nav li {
        width: 100%;
        display: flex;
        justify-content: center;
        line-height: 36px;
    }

    
    .active_yd .whiteLine {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        opacity: 0.7;
        margin: 0 auto;
    }

    .active_yd .blackLine {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        opacity: 0.7;
        margin: 0 auto;
    }

    
    .head .swiper-container .swiper-wrapper .swiper-slide .banner1, .head .swiper-container .swiper-wrapper .swiper-slide .banner3 {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .head .swiper-container .swiper-wrapper .swiper-slide .banner1 img {
        height: 328px;
        position: absolute;
        margin: auto;
        top: -10025px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
    }

    .head .swiper-container .swiper-wrapper .swiper-slide .banner3 img {
        height: 365px;
        position: absolute;
        margin: auto;
        top: -9972px;
        right: -9999px;
        bottom: -9999px;
        left: -9876px;
    }

    .xyz-pc-none {
        display: none
    }
    .head .swiper-container .swiper-wrapper .swiper-slide .banner_box_Width .banner_box_txt{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .head .swiper-container .swiper-wrapper .swiper-slide .banner_title{
        position: initial!important;
    }
    .head .swiper-container .swiper-wrapper .swiper-slide .banner_txt{
        width: 90%;
        margin: 0 auto;
        line-height: 24px;
        position: initial!important;
        margin-top: 10px;
    }
    .head .swiper-container {
        height: 300px !important;
    }
    
    .head .swiper-container .swiper-wrapper .swiper-slide .banner_box,.head .swiper-container .swiper-wrapper .swiper-slide .banner_box_Width,.head .swiper-container .swiper-wrapper .swiper-slide .banner_title{
        width: 100%!important;
    }

    
    .xyz-jiejue-fangan-responsive {
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
    }
    .jiejue_fangan h2{
        font-size: 24px!important;
    }
    .xyz-jiejue-fangan-responsive ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .xyz-jiejue-fangan-responsive ul li {
        width: 33.33%;
        height: 100px;
        display: flex;
        padding: 10px 5px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 5px 20px #EBF1FA;
    }
    .xyz-jiejue-fangan-responsive ul li img{
        width: 30px;
    }
    .xyz-jiejue-fangan-responsive ul li a {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .xyz-jiejue-fangan-responsive ul li a h3 {
        font-size: 12px;
        color: #4C4C4C;
        margin: 15px 0 6px 0;
    }

    .xyz-jiejue-fangan-responsive ul li a p {
        font-size: 12px;
        color: #888888;
        line-height: 18px;
    }

    .jiejue_fangan h2 {
        margin: 20px auto;
    }

    .jiejue_box {
        margin-top: 20px !important;
    }

    .jiejue_box .jiejue ul {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .jiejue_box .jiejue ul li {
        width: 50%;
        overflow: hidden;
    }

    .jiejue_box .jiejue ul li:nth-child(1) {
        padding: 0 1px 1px 0;
    }

    .jiejue_box .jiejue ul li:nth-child(2) {
        padding: 0 0 1px 1px;
    }

    .jiejue_box .jiejue ul li:nth-child(3) {
        padding: 1px 1px 0 0;
    }

    .jiejue_box .jiejue ul li:last-child {
        padding: 1px 0 0 1px;
    }

    .jiejue_box .jiejue ul li:last-child {
        margin-right: 0;
        float: right;
    }

    .jiejue_box .jiejue ul li img {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        transition: all 1s;
    }

    .jiejue_box .jiejue ul li img:hover {
        transform: scale(1.05);
    }
    .serve_Manage{
        height: 190px!important;
        margin-top: 30px!important;
    }
    .serve_Manage h2{
        font-size: 20px!important;
        margin-top: 10px;
    }
    .serve_Manage p{
        width: 90%;
        margin: 0 auto;
        margin-top: 18px!important;
        font-size: 12px!important;
        line-height: 22px!important;
    }
    .serve_Manage .serve_Manage_row .serve_Manage_btn{
        margin-top: 18px!important;
    }
    .Services h2{
        font-size: 24px!important;
    }
        
    .gallery h2{
        font-size: 24px!important;
        padding-top: 30px!important;
    }
    .partner-img .partner, .partner-img{
        width: 94%;
        margin: 0 auto;
    }
    .partner-img .partner,.partner-img .partner02{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        margin: 0 auto;
    }
    .partner-img .partner .partner_logo,.partner-img .partner02 .partner_logo{
        width: 21%!important;
        height: auto!important;
        box-shadow: 0 5px 20px #EBF1FA;
        margin: 2%;
        margin-bottom: 0!important;
    }
    .partner-img .partner .partner_logo img,.partner-img .partner02 .partner_logo img{
        width: 100%;
    }

    
    .xyz-response-trading{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .xyz-response-trading h2{
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -29.5px;
        color: #fff;
        font-size: 44px;
    }

    .trading_txt_box{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .trading_txt_box .font-left1{
        margin-bottom: 20px;
    }
    .trading_top .trading_txt .font-left2 .p2{
        margin: 0 auto;
    }
    .trading_top .trading_top_img{
        height: 300px!important;
    }
    .service{
        padding-top: 20px!important;
    }
    .service .service_tite{
        display:flex;
        flex-direction: column;
        margin-left: 5%;
    }
    .service_img{
        width: 90%!important;
        margin:0 auto;
    }
    .action_tite{
        display: flex;
        flex-direction: column;
        margin-left: 5%;
    }
    .action .action_box ul li{
        display: flex!important;
        flex-direction: column;
        align-items: center;
    }
    .action .action_box h3{
        font-size: 18px!important;
        padding: 5px 0!important;
    }
    .action .action_box p{
        text-align: center;
        font-size: 12px!important;
    }
    .system{
        padding-top: 0px!important;
    }
    .system img{
        padding-top: 30px!important;
    }
    .xyz-xtjg-title{
        display: flex;
        flex-direction: column;
        margin-left: 5%;
    }
    .system .xyz-xtjg-title h2{
        font-size: 24px;
    }
    .system .xyz-xtjg-title .xiahuaxian{
        width: 60px;
        border: 2px solid #0c86e9;
        margin-top: 11px;
    }
    
    .footer {
        width: 100%;
        background-color: #1B2653;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .footer .footer-ul{
        width: 90%;
        display: flex;
        margin:  0 auto;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid #031149;
        padding-bottom: 25px;
    }

    .footer .footer_left .footer_logo {
        width: 231px;
        height: 58px;
        display: block;
        background: url("../image/f-logo1.svg") no-repeat;
        background-size: 100% 100%;
        margin-top: 82px;
    }
    .footer .footer_left{
        width: 100%;
    }
    .footer .footer_left ul {
        width: 100%;
        display: flex;
        margin-top: 30px;
    }

    .footer .footer_left ul li {
        width: 100%;
    }
    .footer .footer_left ul li a {
        font-size: 14px;
        color: #535353;
        cursor: pointer
    }

    .footer .address {
        width: 15px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/address.svg");
        background-size: 100%;
    }

    .footer .telephone {
        width: 19px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/telephone.svg");
        background-size: 100%;
    }

    .footer .mailbox {
        width: 17px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/mailbox.svg");
        background-size: 100%;
    }

    .footer .footer_region {
        width: 100%;
        padding-top: 37px;
    }

    .footer .footer_region h4 {
        font-size: 26px;
        color: #EAEAEA;
        font-weight: 500;
    }

    .footer .footer_region .underline {
        width: 30px;
        height: 4px;
        display: block;
        margin-top: 10px;
        background-color: #469DFF;
    }

    .footer .footer_region i {
        margin-right: 10px;
    }

    .footer .footer_region p:first-child {
        margin-top: 30px;
    }

    .footer .footer_region p {
        color: #8D93A9;
        opacity: 0.7;
        margin-top: 21px;
        font-size: 14px;
    }

    .footer .Copyright {
        text-align: center;
        font-size: 12px;
        color: #8D93A9;
        padding: 20px 0;
        background: #1B2653;
    }

    .footer .Copyright a {
        font-size: 12px;
        line-height: 22px;
        color: #8D93A9;
        margin-left: 0!important;
    }
    .footer .Copyright{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1025px) {
    .xyz-none1050{
        display: none!important;
    }
    
    .xyz-pc-none {
        display: block!important;
    }
    
    .nav .nav_box .navigation .xyz-responsive {
        display: none;
    }

    
    .active_yd .whiteLine {
        width: 33px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 5px;
        margin-left: 25px;
        opacity: 0.7;
        position: absolute;
        transition: all 0.3s;
    }

    .active_yd .blackLine {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        margin-top: 5px;
        margin-left: 25px;
        opacity: 0.7;
        position: absolute;
        transition: all 0.3s;
    }

    .nav .nav_box .navigation {
        display: inline-block;
        position: relative;
        top: 9px;
    }

    .xyz-jiejue-fangan-responsive {
        display: none;
    }

    .nav .nav_box .navigation .primary-nav {
        margin-top: 13px;
        display: inline-block;
        position: relative;
    }

    .nav .nav_box .navigation .primary-nav > li {
        width: 85px;
        height: 50px;
        float: left;
        display: inline-block;
        position: relative;
    }
    .nav .nav_box .navigation a {
        color: rgba(51, 51, 51, 0.85);
    }
    
    .active_yd .whiteLine {
        width: 33px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 5px;
        margin-left: 25px;
        opacity: 0.7;
        position: absolute;
        transition: all 0.3s;
    }

    .active_yd .blackLine {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        margin-top: 5px;
        margin-left: 25px;
        opacity: 0.7;
        position: absolute;
        transition: all 0.3s;
    }
    .active_yd .blackLine-Two {
        width: 33px;
        height: 2px;
        background: #222;
        display: block;
        margin: 5px auto 0;
        opacity: 0.7;
        transition: all 0.3s;
    }

    
    .head .swiper-container .swiper-wrapper .swiper-slide .banner1 {
        width: 100%;
        height: 100%;
    }

    .head .swiper-container .swiper-wrapper .swiper-slide .banner3 {
        width: 100%;
        height: 100%;
    }

    .jiejue_fangan {
        width: 100%;
        margin-top: 50px;
    }

    .jiejue_box .jiejue ul {
        display: inline-block;
        width: 100%;
    }

    .jiejue_box .jiejue ul li {
        width: 24.8%;
        float: left;
        margin-right: -moz-calc(0.8% / 3);
        margin-right: -webkit-calc(0.8% / 3);
        margin-right: calc(0.8% / 3);
        margin-right: calc(0.79% / 3);
        overflow: hidden;
    }

    .jiejue_box .jiejue ul li:last-child {
        margin-right: 0;
        float: right;
    }

    .jiejue_box .jiejue ul li img {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        transition: all 1s;
    }

    .jiejue_box .jiejue ul li img:hover {
        transform: scale(1.05);
    }

    .trading_top .trading_txt .font-left1 .p1{
        margin: 87px 0 0 66px
    }
    .trading_top .trading_txt .font-left2 .p2{
        margin: 26px 0 0 66px
    }
    .service_img ul li{
        width: 30%;
        height: 380px;
    }
    .service_img ul li p {
        width: 366px;
    }
    
    .footer {
        width: 100%;
        display: inline-block;
        background-color: #1B2653;
        float: left;
        margin-top: 50px;
    }
    .footer .footer-pc{
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #031149;
        padding-bottom: 41px;
    }
    .footer .footer_left .footer_logo {
        width: 231px;
        height: 58px;
        display: block;
        background: url("../image/f-logo1.svg") no-repeat;
        background-size: 100% 100%;
        margin-top: 82px;
    }

    .footer .footer_left ul {
        margin-top: 30px;
    }

    .footer .footer_left ul li {
        display: inline-block;
    }

    .footer .footer_left ul li a {
        font-size: 14px;
        color: #8D93A9;
        margin-right: 30px;
        cursor: pointer
    }

    .footer .address {
        width: 15px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/address.svg");
        background-size: 100%;
    }

    .footer .telephone {
        width: 19px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/telephone.svg");
        background-size: 100%;
    }

    .footer .mailbox {
        width: 17px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        background: url("../image/mailbox.svg");
        background-size: 100%;
    }

    .footer .footer_region {
        padding-top: 37px;
    }

    .footer .footer_region h4 {
        font-size: 26px;
        color: #EAEAEA;
        font-weight: 500;
    }

    .footer .footer_region .underline {
        width: 30px;
        height: 4px;
        display: block;
        margin-top: 10px;
        background-color: #469DFF;
    }

    .footer .footer_region i {
        margin-right: 10px;
    }

    .footer .footer_region p:first-child {
        margin-top: 30px;
    }

    .footer .footer_region p {
        color: #8D93A9;
        opacity: 0.7;
        margin-top: 21px;
        font-size: 14px;
    }

    .footer .Copyright {
        text-align: center;
        font-size: 12px;
        color: #8D93A9;
        padding: 20px 0;
        background: #1B2653;
    }

    .footer .Copyright a {
        font-size: 12px;
        color: #8D93A9;
    }

}
@media screen and (min-width: 1025px) and (max-width: 1349px){
    .trading_content{
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }
    .trading_content .content-txt p{
        line-height: 30px!important;
        font-size: 14px!important;
        margin-top: 11px!important;
    }
    
    .Service_case_heard {
        width: 100%;
        height: 400px;
        margin-top: 70px;
        overflow: hidden;
        position: relative;
    }

    .Service_case_heard .Service_background-img {
        width: 100%;
        height: 400px;
        background: url("../image/Typical.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Service_case_heard .Service_case_title {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .Service_case_heard .Service_case_title .Service_case_text {
        max-width: 1350px;
        margin: 0 auto;
    }

    .Service_case_heard .Service_case_title .Service_case_text h1 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 153px 0 0 40px;
    }
    .NService_case_box {
        max-width: 1350px;
        margin: 40px auto;
    }

    .NService_case_box .Service_case_content {
        width: 100%;
        
    }

    .NService_case_box .Service_case_content .backgroundBg {
        width: 100%;
        
        background: #f5f5f5;
    }

    .NService_case_box .Service_case_content #Service_case_title {
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .NService_case_box .Service_case_content #Service_case_title li {
        display: inline-block;
        cursor: pointer;
        margin-right: 60px;
    }

    .NService_case_box .Service_case_content #Service_case_title li a {
        font-size: 16px;
        color: rgba(51, 51, 51, 0.7);
        line-height: 33px;
        transition: all 0.3s;
    }

    .NService_case_box .Service_case_content #Service_case_title li a:hover {
        font-size: 20px;
        color: #0D86E9;
        font-weight: bold;
    }

    .NService_case_box .Service_case_content .selectTag .on {
        color: #0D86E9 !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    .NService_case_box .Service_case_content .Service_case_img{
        width: 90%;
        margin: 0 auto;
    }
    .NService_case_box .Service_case_content .Service_case_img ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }
    .NService_case_box .Service_case_content .Service_case_img ul:after{
        flex: auto;
        content: "";
    }
    .NService_case_box .Service_case_content .Service_case_img ul li {
        width: 30%;
        margin: 1.665%;
        
        position: relative;
        top: 0;
        display: block;
        margin-top: 40px;
        transition: all 0.3s ease 0s;
        box-shadow: rgb(237, 237, 237) 0px -20px 30px 1px;
    }
    .NService_case_box .Service_case_content .Service_case_img ul li:hover {
        top: -10px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li img {
        width: 100%;
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li h3 {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        margin: 15px 0 0 25px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li p {
        height: 38px;
        font-size: 14px;
        color: #999;
        margin: 12px 25px 10px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    .Customer-service .service-banner {
        width: 100%;
        height: 400px;
        display: block;
        margin-top: 70px;
        position: relative;
        overflow: hidden;
    }

    .Customer-service .service-banner .service-banner_img {
        width: 100%;
        height: 400px;
        background: url("../image/Service-backimg.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Customer-service .service-banner .service-banner-font {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box {
        width: 1350px;
        margin: 0 auto;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
        font-size: 44px;
        color: #fff;
        margin: 153px 0 0 65px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 .p2 {
        width: 509px;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        margin: 26px 0 0 66px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input {
        width: 120px;
        height: 38px;
        margin: 34px 0 0 66px;
        background: #0D86E9;
        border-style: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input:hover {
        background: #249BFC;
    }

    .Customer-service .service_supplier {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding-top: 50px;
        justify-content: space-between;
    }

    .Customer-service .service_supplier .service_supplier_left {
        width: 45%;
    }

    .Customer-service .service_supplier .service_supplier_left h2 {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 45px;
    }

    .Customer-service .service_supplier .service_supplier_left p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        text-indent: 2em;
    }

    .Customer-service .service_supplier .service_supplier_right {
        
        width: 461px;
        height: 328px;
        background: url("../image/system-img.jpg")no-repeat;
        background-size: 100% 100%;
    }

    .Customer-service .advantages {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .advantages .advantages_title {
        width: 100%;
    }

    .Customer-service .advantages .advantages_title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .advantages .advantages_title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .advantages .advantages_box {
        width: 100%;
        padding-top: 51px;
    }

    .Customer-service .advantages .advantages_box ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .Customer-service .advantages .advantages_box ul li {
        width: 337px;
        margin-bottom: 40px;
        text-align: center;
    }

    .Customer-service .advantages .advantages_box ul li i {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box .advantages1 {
        background: url("../image/advantages1.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages2 {
        background: url("../image/advantages2.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages3 {
        background: url("../image/advantages3.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages4 {
        background: url("../image/advantages4.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages5 {
        background: url("../image/advantages5.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages6 {
        background: url("../image/advantages6.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages7 {
        background: url("../image/advantages7.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages8 {
        background: url("../image/advantages8.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box h3 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }

    .Customer-service .advantages .advantages_box p {
        width: 245px;
        min-height: 168px;
        line-height: 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 auto;
    }

    .Customer-service .service-process {
        width: 100%;
    }

    .Customer-service .service-process .service-process-title {
        width: 90%;
        margin: 0 auto
    }

    .Customer-service .service-process .service-process-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .service-process .service-process-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .service-process .service-process-img img {
        width: 100%;
        margin-top: 76px;
    }

    .Customer-service .Post-support {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .Post-support .Post-support-title {
        width: 100%;
    }

    .Customer-service .Post-support .Post-support-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .Post-support .Post-support-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .Post-support .Post-support-min {
        width: 100%;
        margin-top: 80px;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li {
        width: 100px;
        display: inline-block;
        margin-right: 179px;
        float: left;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs1 {
        background: url("../image/jobs1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2 {
        background: url("../image/jobs2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs3 {
        background: url("../image/jobs3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs4 {
        background: url("../image/jobs4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs5 {
        background: url("../image/jobs5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .Customer-service .Post-support .jobs-hx {
        width: 1350px;
        height: 31px;
        background: url("../image/jobs-hx.png");
        background-size: 100% 100%;
        margin: 25px auto;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li {
        width: 100px;
        margin-left: 178px;
        float: right;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-1 {
        background: url("../image/jobs2-1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-2 {
        background: url("../image/jobs2-2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-3 {
        background: url("../image/jobs2-3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-4 {
        background: url("../image/jobs2-4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-5 {
        background: url("../image/jobs2-5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }


}
@media screen and (min-width: 1025px) and (max-width: 1449px){
    
    .about_heard {
        width: 100%;
    }

    .about_heard .about_background {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .about_heard .about_background .recruitment_background-img {
        width: 100%;
        height: 100%;
        display: block;
        background: url("../image/about_back.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 100s ease-in-out infinite 0s;
    }

    .about_heard .about_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .about_heard .about_title .about_title_txt h2 {
        display: block;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 45px;
    }
    .about_heard .about_title .about_title_txt h3{
        width: 30%;
        display: block;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .about_heard .about_title .about_title_txt {
        max-width: 1350px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about_heard .about_background .underline {
        width: 50px;
        height: 6px;
        display: block;
        margin-top: 12px;
        background-color: #469DFF;
    }
    .about_heard   .xyz_about_combined{
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .about_heard  .xyz_about_combined ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .about_heard  .xyz_about_combined ul li{
        text-align: center;
    }
    .about_heard  .xyz_about_combined ul li p{
        font-family: "Montserratfont";
        font-weight: bold;
        font-size: 80px;
        padding-bottom: 20px;
        color: #0573FF
    }
    .about_heard  .xyz_about_combined ul li p strong{
        font-weight: bold;
    }
    .about_heard  .xyz_about_combined ul li span{
        color: #8D8D8D;
        font-size: 16px;
    }
    .about_heard  .xyz_about_txt{
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .about_heard  .xyz_about_txt p{
        font-size: 16px;
        color: #5C5C5C;
        text-indent: 2em;
        line-height: 28px;
        padding-top: 10px;
    }
    .about_heard .about_txt {
        width: 100%;
        position: absolute;
        top: 292px;

    }

    .about_heard .about_txt .about_txt_box {
        width: 1450px;
    }

    .about_heard .about_txt .about_txt_left {
        width: 1000px;
        height: 353px;
        min-width: 1000px;
        float: left;
        background: url("../image/about_txt.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .about_heard .about_txt .about_txt_left .about_txt_left-margin {
        width: 700px;
        margin: 22px 0 0 200px;
    }

    .about_heard .about_txt .about_txt_left p {
        display: block;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about_heard .about_txt .about_txt_right {
        width: 360px;
        float: right;
        margin-top: 10px;
    }

    .about_heard .about_txt .about_txt_right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_heard .about_txt .about_txt_right ul li {
        width: 180px;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        
    }

    .about_heard .about_txt .about_txt_right ul li strong {
        display: inline-block;
        text-align: left;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(1) {
        padding-bottom: 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(2) {
        padding-bottom: 25px;
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(3) {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 35px;
    }

    .about_heard .about_txt .about_txt_right ul li:last-child {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-1 {
        width: 40px;
        height: 32px;
        
        display: block;
        margin: auto;
        background: url("../image/icon-1.svg") no-repeat;
        background-size: 100%;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-2 {
        width: 40px;
        height: 32px;
        display: block;
        margin: auto;
        background: url("../image/icon-2.svg") no-repeat;
        background-size: 100%;
        
    }

    .about_heard .about_txt .about_txt_right ul li .icon-3 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-3.svg") no-repeat;
        background-size: 100%;
        margin: auto;

        
    }


    .about_heard .about_txt .about_txt_right ul li .icon-4 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-4.svg") no-repeat;
        background-size: 100%;
        
        margin: auto;
    }


    .about_heard .about_txt .about_txt_right ul li p {
        display: inline-block;
        font-size: 72px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
        
    }

    .about_heard .about_txt .about_txt_right ul li span {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .about_culture {
        width: 90%;
        margin: 0 auto;
    }

    .about_culture h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
        margin-top: 50px;
    }

    .about_culture ul {
        width: 100%;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about_culture ul li {
        width: 30%;
        
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;

    }

    .about_culture .culture_list1 {
        width: 51px;
        height: 52px;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list1.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture ul li:hover .culture_list1, .about_culture ul li:hover .culture_list2, .about_culture ul li:hover .culture_list3 {
        transform: scale(1.5);
    }

    .about_culture .culture_list2 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list2.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture .culture_list3 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 40px;
        background: url("../image/culture_list3.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture h4 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        opacity: 0.7;
        margin-top: 21px;
    }

    .about_culture .underline {
        width: 100px;
        height: 6px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .about_culture .underline:after {
        content: "";
        width: 34px;
        height: 6px;
        background-color: #469DFF;
        position: absolute;
        top: 0%;
        left: 33px;
        transition: all 1s;
    }

    .about_culture ul li:hover .underline:after {
        left: 0%;
        width: 100%;
    }

    .about_culture span {
        display: block;
        font-size: 14px;
        text-align: center;
        color: #707070;
        margin-top: 28px;
    }

    .about_employees {
        width:90%;
        margin: auto;
        margin-top: 79px;
    }

    .about_employees h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
    }

    .about_employees .about_employees_txt {
        width: 907px;
        height: 370px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        background: url("../image/staff.png") no-repeat;
        background-size: 100% 100%;
    }

    .about_employees .about_employees_txt .Join-us {
        width: 280px;
        height: 196px;
        top: 176px;
        left: 375px;
        position: absolute;
        background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
        background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: linear-gradient(to bottom right, #2086FB, #489FFF); 
        border-radius: 5px;
    }

    .about_employees .about_employees_txt .Join-us_box {
        width: 220px;
        margin: auto;
        margin-top: 25px;
    }

    .about_employees .about_employees_txt .Join-us .Join-us_box .underline {
        width: 40px;
        height: 5px;
        background-color: #ffffff;
    }

    .about_employees .about_employees_txt .Join-us_box p {
        margin-top: 20px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt {
        width: 120px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-top: 30px;
        border-radius: 3px;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt a {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover {
        box-shadow: 0 10px 20px -10px #60BAFF;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt i {
        width: 15px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        background: url("../image/next1.svg") center 100% no-repeat;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover i {
        margin-left: 16px;
    }

    
}
@media screen and (max-width:1349px){
    
    .Service_case_txt {
        width: 100%;
        margin-top: 70px;
        display: inline-block;
        border-top: 1px solid #DFDFDF;
        position: relative;
    }
    .xyz_Service_top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 3px #bfbfbf;
        padding-bottom: 20px;
    }
    .xyz_Service_top .Service_txt_logo{
        text-align: center;
        margin-top: 16px;
    }
    .xyz_Service_top .Service_txt_logo img{
        max-width:93px;
    }
    .xyz_Service_top .Service_txt_logo h2{
        font-size: 22px;
        display: block;
        margin: 10px 0;
        color: #333333;
        opacity: 0.7;
    }
    .xyz_Service_top .Service_txt_logo p{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        color: #878787;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .xyz_Service_top .xyz_Service-box{
        width: 90%;
        margin: 0 auto;
        padding-top: 10px;
        display: flex;
        justify-content: space-around;
    }
    .xyz_Service_top .xyz_Service-box ul{
        width: 50%;
        border-right: 1px solid #DFDFDF;
    }
    .xyz_Service_top .xyz_Service-box ul li{
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        opacity: 0.7;
    }
    .xyz_Service_top .xyz_Service-box ul li.return{
        width: 64px;
        height: 26px;
        text-align: center;
        margin-top: 8px;
        line-height: 26px ;
        background-color: #469DFF;
        transition: all 0.5s;
    }
    .xyz_Service_top .xyz_Service-box ul li.return a{
        color: #fff;
        font-size: 14px;
    }
    .xyz_Service_top .xyz_Service-box  .Service_txt_next{
        width: 50%;
        margin-left: 11px;
    }
    .xyz_Service_top .xyz_Service-box  .Service_txt_next .next{
        width: 26px;
        height: 26px;
        display: block;
        float: left;
        cursor: pointer;
        margin-top: 18px;
        background-image: url(../image/next2.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .xyz_Service_top .xyz_Service-box  .Service_txt_next p{
        font-size: 14px;
        color: #333333;
        opacity: 0.7;
    }
    .xyz_Service_top .xyz_Service-box  .Service_txt_next h4{
        font-size: 14px;
        color: #333333;
        opacity: 0.7;
        margin-top: 5px;
    }
    .Service_txt_right{
        width: 100%;
        margin-top: 10px;
    }
    .Service_txt_right img{
        width: 100%;
        padding: 0 30px;
    }
    

}
@media screen and (min-width:1350px){
    .xyz-news-hover{
        display: block!important;
    }
    .xyz-none-nosshow{
        display: none!important;
    }
    
    .service_img {
        width: 100%;
    }

    .service_img ul {
        width: 100%;
        margin-top: 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service_img ul li {
        text-align: center;
        background-color: #ffffff;
        transition: all 0.8s;
    }

    .service_img ul li:hover {
        box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
        transform: scale(1.05);
    }

    .service_img ul li img {
        padding-top: 30px;
    }

    .service_img ul li h3 {
        width: 100%;
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        text-align: center;
        margin-top: 14px;
    }

    .service_img ul li p {
        margin: 0 auto;
        display: inline-block;
        line-height: 25px;
        font-size: 14px;
        color: #989898;
        padding-top: 23px;
        
    }
    .News_img h2 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 153px 0 0 40px;
    }

    .News_information_box {
        max-width: 1350px;
        margin: 40px auto 100px;
    }
    .News_information_box .News_information_left {
        max-width: 950px;
        float: left;
    }
    .News_information_box .News_information_left #News_information_title li a {
        margin-right: 60px;
    }
    .News_information_box .News_information_list {
        width: 100%;
        display: inline-block;
        padding: 25px 0 20px 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .News_information_box .News_information_list .enterprise_img {
        width: 200px;
        height: 120px;
        float: left;
        overflow: hidden;
    }

    .News_information_box .News_information_list .enterprise_img img {
        width: 200px;
        height: 120px;
        display: block;
        background-size: 100%;
        vertical-align: middle;
        cursor: pointer;
        transition: all 0.5s;
    }

    .News_information_box .News_information_list .enterprise_img img:hover {
        transform: scale(1.15);
    }

    .News_information_box .News_information_list .News_information_txt {
        width: 650px;
        height: 120px;
        float: left;
        padding-left: 20px;
        display: inline-block;
    }

    .News_information_box .News_information_list .News_information_txt h3 a {
        width: 100%;
        display: inline-block;
        color: #0f0f0f;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .News_information_box .News_information_list .News_information_txt h3 a:hover {
        color: #007de3;
    }

    .News_information_box .News_information_list .News_information_txt p {
        width: 100%;
        height: 45px;
        color: #878787;
        font-size: 14px;
        margin-bottom: 11px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .News_information_box .News_information_list .News_information_txt strong span {
        padding-right: 50px;
        width: 100%;
        color: #878787;
        opacity: 0.7;
        font-size: 14px;
    }

    
    .new_box {
        width: 100%;
        margin-top: 40px;

    }

    .new_box .new_box_title {
        width: 100%;
        border-bottom: 1px solid #DFDFDF;
        text-align: center;
    }

    .new_box .new_box_title h3 {
        font-size: 28px;
        color: #333333;
    }

    .new_box .new_box_title p {
        margin-top: 15px;
        padding-bottom: 20px;
        font-size: 14px;
        color: #878787;
        opacity: 0.7;
    }

    .new_box .new_box_title p span {
        margin-left: 30px;
    }

    .new_box .new_box_txt {
        width: 100%;
        margin-top: 20px;
    }

    .new_box .new_box_txt p, .new_box .new_box_txt span {
        line-height: 28px;
        font-size: 16px;
        color: #484848;
        margin: 10px 0 10px 0;
        overflow: hidden;
        text-indent: 2em;
    }

    .new_box .new_box_txt img, .new_box .new_box_txt p img {
        display: flex;
        margin: 0 auto;
        padding: 15px 0;
        max-width: 100%;
    }

    
    
    .NService_case_box .Service_case_content .Service_case_img ul {
        width: 100%;
    }
    .NService_case_box .Service_case_content .Service_case_img ul li{
        width: 432px;
    }
    .NService_case_box .Service_case_content .Service_case_img ul li img{
        width: 432px;
        height: 275px;
    }

    
    .Service_case_heard {
        width: 100%;
        height: 400px;
        margin-top: 70px;
        overflow: hidden;
        position: relative;
    }

    .Service_case_heard .Service_background-img {
        width: 100%;
        height: 400px;
        background: url("../image/Typical.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Service_case_heard .Service_case_title {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .Service_case_heard .Service_case_title .Service_case_text {
        max-width: 1350px;
        margin: 0 auto;
    }

    .Service_case_heard .Service_case_title .Service_case_text h1 {
        font-size: 44px;
        font-weight: normal;
        color: #FFFFFF;
        margin: 153px 0 0 40px;
    }
    .NService_case_box {
        width: 1350px;
        margin: 40px auto;
    }

    .NService_case_box .Service_case_content {
        width: 100%;
        
    }

    .NService_case_box .Service_case_content .backgroundBg {
        width: 100%;
        
        background: #f5f5f5;
    }

    .NService_case_box .Service_case_content #Service_case_title {
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .NService_case_box .Service_case_content #Service_case_title li {
        display: inline-block;
        cursor: pointer;
        margin-right: 60px;
    }

    .NService_case_box .Service_case_content #Service_case_title li a {
        font-size: 16px;
        color: rgba(51, 51, 51, 0.7);
        line-height: 33px;
        transition: all 0.3s;
    }

    .NService_case_box .Service_case_content #Service_case_title li a:hover {
        font-size: 20px;
        color: #0D86E9;
        font-weight: bold;
    }

    .NService_case_box .Service_case_content .selectTag .on {
        color: #0D86E9 !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    .NService_case_box .Service_case_content .Service_case_img{
        width: 100%;
    }
    .NService_case_box .Service_case_content .Service_case_img ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .NService_case_box .Service_case_content .Service_case_img ul li {
        width: 432px;
        position: relative;
        top: 0;
        margin-right: 18px;
        display: block;
        margin-top: 40px;
        transition: all 0.3s ease 0s;
        box-shadow: rgb(237, 237, 237) 0px -20px 30px 1px;
    }
    .NService_case_box .Service_case_content .Service_case_img ul li:hover {
        top: -10px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li img {
        width: 100%;
        display: block;
        opacity: 1;
        cursor: pointer;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li h3 {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        margin: 15px 0 0 25px;
    }

    .NService_case_box .Service_case_content .Service_case_img ul li p {
        height: 38px;
        font-size: 14px;
        color: #999;
        margin: 12px 25px 10px 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    

    
    .Customer-service .service-banner {
        width: 100%;
        height: 400px;
        min-width: 1350px;
        display: block;
        margin-top: 70px;
        position: relative;
        overflow: hidden;
    }

    .Customer-service .service-banner .service-banner_img {
        width: 100%;
        height: 400px;
        background: url("../image/Service-backimg.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
    }

    .Customer-service .service-banner .service-banner-font {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box {
        width: 1350px;
        margin: 0 auto;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left1 .p1 {
        font-size: 44px;
        color: #fff;
        margin: 153px 0 0 40px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 {
        width: 100%;
        float: left
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box .font-left2 .p2 {
        width: 509px;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        margin: 26px 0 0 66px
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input {
        width: 120px;
        height: 38px;
        margin: 34px 0 0 66px;
        background: #0D86E9;
        border-style: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

    .Customer-service .service-banner .service-banner-font .service-banner-font-box input:hover {
        background: #249BFC;
    }

    .Customer-service .service_supplier {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .service_supplier .service_supplier_left {
        width: 683px;
        margin-top: 59px;
        float: left;
    }

    .Customer-service .service_supplier .service_supplier_left h2 {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 45px;
    }

    .Customer-service .service_supplier .service_supplier_left p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
        text-indent: 2em;
    }

    .Customer-service .service_supplier .service_supplier_right {
        width: 487px;
        height: 346px;
        background: url("../image/system-img.jpg") no-repeat;
        background-size: 100% 100%;
        float: right;
    }

    .Customer-service .advantages {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .advantages .advantages_title {
        width: 100%;
    }

    .Customer-service .advantages .advantages_title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .advantages .advantages_title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .advantages .advantages_box {
        width: 100%;
        padding-top: 51px;
    }

    .Customer-service .advantages .advantages_box ul {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .Customer-service .advantages .advantages_box ul li {
        width: 25%;
        margin-bottom: 40px;
        text-align: center;
    }

    .Customer-service .advantages .advantages_box ul li i {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .Customer-service .advantages .advantages_box .advantages1 {
        background: url("../image/advantages1.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages2 {
        background: url("../image/advantages2.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages3 {
        background: url("../image/advantages3.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages4 {
        background: url("../image/advantages4.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages5 {
        background: url("../image/advantages5.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages6 {
        background: url("../image/advantages6.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages7 {
        background: url("../image/advantages7.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box .advantages8 {
        background: url("../image/advantages8.svg");
        background-size: 100%;
    }

    .Customer-service .advantages .advantages_box h3 {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }

    .Customer-service .advantages .advantages_box p {
        width: 245px;
        min-height: 168px;
        line-height: 24px;
        color: #666666;
        font-size: 12px;
        margin: 0 auto;
    }

    .Customer-service .service-process {
        width: 100%;
    }

    .Customer-service .service-process .service-process-title {
        width: 1350px;
        margin: 0 auto
    }

    .Customer-service .service-process .service-process-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .service-process .service-process-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .service-process .service-process-img img {
        width: 100%;
        margin-top: 76px;
    }

    .Customer-service .Post-support {
        width: 1350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .Customer-service .Post-support .Post-support-title {
        width: 100%;
    }

    .Customer-service .Post-support .Post-support-title h2 {
        font-size: 32px;
        color: #0D86E9;
        font-weight: bold;
    }

    .Customer-service .Post-support .Post-support-title i {
        width: 100px;
        height: 4px;
        display: block;
        background-color: #0D86E9;
        margin-top: 22px;
    }

    .Customer-service .Post-support .Post-support-min {
        width: 100%;
        margin-top: 80px;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li {
        width: 100px;
        display: inline-block;
        margin-right: 179px;
        float: left;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs1 {
        background: url("../image/jobs1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2 {
        background: url("../image/jobs2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs3 {
        background: url("../image/jobs3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs4 {
        background: url("../image/jobs4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs5 {
        background: url("../image/jobs5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min1 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }

    .Customer-service .Post-support .jobs-hx {
        width: 1350px;
        height: 31px;
        background: url("../image/jobs-hx.png");
        background-size: 100% 100%;
        margin: 25px auto;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 {
        width: 100%
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li {
        width: 100px;
        margin-left: 178px;
        float: right;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li strong {
        width: 100px;
        height: 116px;
        display: block;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-1 {
        background: url("../image/jobs2-1.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-2 {
        background: url("../image/jobs2-2.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-3 {
        background: url("../image/jobs2-3.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-4 {
        background: url("../image/jobs2-4.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .jobs2-5 {
        background: url("../image/jobs2-5.svg");
        background-size: 100%;
    }

    .Customer-service .Post-support .Post-support-min .Post-support-min2 li p {
        font-size: 16px;
        color: #333333;
        margin-top: 6px;
        text-align: center;
    }
    
    .about_heard {
        width: 100%;
    }

    .about_heard .about_background .underline {
        width: 50px;
        height: 6px;
        display: block;
        margin-top: 12px;
        background-color: #469DFF;
    }

    .about_heard .about_txt {
        width: 100%;
        position: absolute;
        top: 292px;

    }

    .about_heard .about_txt .about_txt_box {
        width: 1450px;
    }

    .about_heard .about_txt .about_txt_left {
        width: 1000px;
        height: 353px;
        min-width: 1000px;
        float: left;
        background: url("../image/about_txt.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .about_heard .about_txt .about_txt_left .about_txt_left-margin {
        width: 700px;
        margin: 22px 0 0 200px;
    }

    .about_heard .about_txt .about_txt_left p {
        display: block;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .about_heard .about_txt .about_txt_right {
        width: 360px;
        float: right;
        margin-top: 10px;
    }

    .about_heard .about_txt .about_txt_right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about_heard .about_txt .about_txt_right ul li {
        width: 180px;
        font-size: 50px;
        font-weight: bold;
        color: #FFFFFF;
        
    }

    .about_heard .about_txt .about_txt_right ul li strong {
        display: inline-block;
        text-align: left;
        font-size: 65px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(1) {
        padding-bottom: 25px;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(2) {
        padding-bottom: 25px;
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li:nth-child(3) {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-left: 35px;
    }

    .about_heard .about_txt .about_txt_right ul li:last-child {
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        text-align: right;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-1 {
        width: 40px;
        height: 32px;
        
        display: block;
        margin: auto;
        background: url("../image/icon-1.svg") no-repeat;
        background-size: 100%;
    }

    .about_heard .about_txt .about_txt_right ul li .icon-2 {
        width: 40px;
        height: 32px;
        display: block;
        margin: auto;
        background: url("../image/icon-2.svg") no-repeat;
        background-size: 100%;
        
    }

    .about_heard .about_txt .about_txt_right ul li .icon-3 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-3.svg") no-repeat;
        background-size: 100%;
        margin: auto;

        
    }


    .about_heard .about_txt .about_txt_right ul li .icon-4 {
        width: 40px;
        height: 32px;
        display: block;
        background: url("../image/icon-4.svg") no-repeat;
        background-size: 100%;
        
        margin: auto;
    }


    .about_heard .about_txt .about_txt_right ul li p {
        display: inline-block;
        font-size: 65px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
        
    }

    .about_heard .about_txt .about_txt_right ul li span {
        display: block;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }

    .about_culture {
        width: 1120px;
        margin: 0 auto;
    }

    .about_culture h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
        margin-top: 50px;
    }

    .about_culture ul {
        width: 100%;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about_culture ul li {
        width: 360px;
        height: 310px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    }

    .about_culture .culture_list1 {
        width: 51px;
        height: 52px;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 53px;
        background: url("../image/culture_list1.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture ul li:hover .culture_list1, .about_culture ul li:hover .culture_list2, .about_culture ul li:hover .culture_list3 {
        transform: scale(1.5);
    }

    .about_culture .culture_list2 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 53px;
        background: url("../image/culture_list2.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture .culture_list3 {
        width: 51px;
        height: 52px;
        display: block;
        margin: auto;
        margin-top: 53px;
        background: url("../image/culture_list3.svg") center 100% no-repeat;
        transition: all 1s;
    }

    .about_culture h4 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        opacity: 0.7;
        margin-top: 21px;
    }

    .about_culture .underline {
        width: 100px;
        height: 6px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .about_culture .underline:after {
        content: "";
        width: 34px;
        height: 6px;
        background-color: #469DFF;
        position: absolute;
        top: 0%;
        left: 33px;
        transition: all 1s;
    }

    .about_culture ul li:hover .underline:after {
        left: 0%;
        width: 100%;
    }

    .about_culture span {
        display: block;
        font-size: 16px;
        text-align: center;
        color: #707070;
        margin-top: 28px;
    }

    .about_employees {
        width: 1350px;
        margin: auto;
        margin-top: 79px;
    }

    .about_employees h2 {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #363636;
    }

    .about_employees .about_employees_txt {
        width: 90%;
        height: 450px;
        position: relative;
        display: block;
        margin: 45px auto 0;
        background: url("../image/staff.png") no-repeat;
        background-size: 100% 100%;
    }

    .about_employees .about_employees_txt .Join-us {
        width: 370px;
        height: 258px;
        top: 194px;
        left: 502px;
        position: absolute;
        background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
        background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
        background: linear-gradient(to bottom right, #2086FB, #489FFF); 
        border-radius: 5px;
    }

    .about_employees .about_employees_txt .Join-us_box {
        width: 275px;
        margin: auto;
        margin-top: 40px;
    }

    .about_employees .about_employees_txt .Join-us .Join-us_box .underline {
        width: 40px;
        height: 5px;
        background-color: #ffffff;
    }

    .about_employees .about_employees_txt .Join-us_box p {
        margin-top: 34px;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt {
        width: 120px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-top: 42px;
        border-radius: 3px;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt a {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover {
        box-shadow: 0 10px 20px -10px #60BAFF;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt i {
        width: 15px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        background: url("../image/next1.svg") center 100% no-repeat;
        transition: all 0.5s;
    }

    .about_employees .about_employees_txt .Join-us_box .Join_txt:hover i {
        margin-left: 16px;
    }

    

    
    .Service_case_txt {
        width: 100%;
        margin-top: 70px;
        display: inline-block;
        border-top: 1px solid #DFDFDF;
        position: relative;
    }

    .Service_txt_box {
        width: 1350px;
        margin: 0 auto;
        margin-top: 50px;
    }

    .Service_txt_box .Service_txt_logo {
        width: 93px;
    }

    .Service_txt_box .Service_txt_logo img {
        width: 100%;
        max-height: 100%;
    }

    .Service_txt_box .Service_txt_min {
        width: 100%;
        margin-top: 10px;
    }

    .Service_fidex {
        float: left;
        
        
    }

    .tab_fix_bottom {
        position: absolute;
        bottom: 30px;
        top: auto;
    }

    .tab_fix {
        position: fixed;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left {
        width: 350px;
        display: inline-block;
        border-right: 1px solid #DFDFDF;
        padding-right: 30px;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left h2 {
        font-size: 28px;
        color: #333333;
        opacity: 0.7;
        font-weight: bold;
        margin-top: 14px;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .underline {
        width: 50px;
        height: 6px;
        margin-top: 10px;
        opacity: 1 !important;
        background-color: #469DFF;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_introduce {
        width: 100%;
        margin-top: 20px;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_introduce ul li {
        font-size: 16px;
        color: #333333;
        line-height: 40px;
        opacity: 0.7;
    }


    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_introduce ul li p {
        font-size: 14px;
        color: #878787;
        line-height: 25px;
        margin-top: 20px;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .return {
        width: 103px;
        height: 32px;
        cursor: pointer;
        text-align: center;
        margin-top: 30px;
        line-height: 32px !important;
        background-color: #C3C3C3;
        transition: all 0.5s;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .return a {
        color: #FFFFFF !important;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .return:hover {
        background: #469DFF;
        color: #fff;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_next {
        width: 100%;
        margin-top: 50px;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_next p {
        font-size: 16px;
        color: #333333;
        opacity: 0.7;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_next h4 {
        font-size: 20px;
        color: #333333;
        opacity: 0.7;
        margin-top: 23px;
        font-weight: bold;
    }

    .Service_txt_box .Service_txt_min .Service_txt_left .Service_txt_next .next {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        cursor: pointer;
        margin-top: 20px;
        background-image: url("../image/next2.svg");
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .Service_txt_box .Service_txt_right {
        float: right;
        margin-top: 107px ;
    }

    .Service_txt_box .Service_txt_right::-webkit-scrollbar {
        display: none;
    }

    .Service_txt_box .Service_txt_right img {
        width: 950px;
        cursor: pointer;
    }

    


}
@media screen and (max-width:1500px){
    .xyz-aboutUs-hover{
        display: block!important;
    }
}
@media screen and (min-width:1500px){
    .xyz-aboutUs-block{
        display: block!important;
    }
    .xyz-aboutUs-none{
        display: none!important;
    }
    .about_heard .about_background {
        width: 100%;
        height: 800px;
        overflow: hidden;
        position: relative;
    }

    .about_heard .about_background .recruitment_background-img {
        width: 100%;
        height: 100%;
        display: block;
        background: url("../image/about_back.jpg") center 100% no-repeat;
        -webkit-animation: scaleDraw 100s ease-in-out infinite 0s;
    }

    .about_heard .about_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .about_heard .about_title .about_title_txt {
        width: 1350px;
        margin: 0 auto;
    }

    .about_heard .about_title .about_title_txt h2 {
        display: block;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        margin: 154px 0 0 30px;
    }
}

.nav .nav_box .navigation {
    width: 100%;
    height: 70px;
    position: relative;
}

.nav .nav_box .navigation .logo {
    width: 175px;
    height: 44px;
    float: left;
    display: inline-block;
    background: url("../image/logo1.svg") no-repeat left;
    
    vertical-align: middle;
    background-size: 100%;
    cursor: pointer;
}

.nav .nav_box .navigation .primary-nav > li {
    text-align: center;
    font-size: 14px;
    
    
    
    
    
}

.nav .nav_box .navigation .primary-nav > li p {
    padding: 3px 0;
    cursor: pointer;
    position: relative;
}

.nav .nav_box .navigation .primary-nav .bg {
    width: 37px;
    height: 25px;
    display: block;
    margin-left: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 2px solid #ffffff;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav .nav_box .navigation .phone_right {
    float: right;
}

.nav .nav_box .navigation .phone_ys {
    position: absolute;
    top: 14px;
    right: 88px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.85);
    font-family: Arial, sans-serif;
}

.nav .nav_box .navigation .phone_ys .phone01 {
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url("../image/phone01.svg") center 100% no-repeat;
    margin-right: 6px;
}

.nav .nav_box .navigation .dropdown {
    width: 88px;
    display: inline-block;
    transition: all 0.3s ease-out;
    padding: 0 5px;
    margin-top: 11.5px;
    cursor: pointer;
}

.nav .nav_box .navigation .dropdown:hover {
    background-color: rgba(0, 0, 0, 0.57);
}

.nav .nav_box .navigation .dropdown dt {
    text-align: center;
    padding-bottom: 8px;
}

.nav .nav_box .navigation .dropdown .tubiao {
    background: url("../image/arrow01.png") no-repeat scroll right center;
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.nav .nav_box .navigation .dropdown:hover .tubiao {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in;
}

.nav .nav_box .navigation .dropdown dt span {
    padding-right: 7px;
    font-size: 14px;
}

.nav .nav_box .navigation .dropdown dt p {
    display: inline-block;
    
}

.nav .nav_box .navigation .dropdown:hover a {
    color: #fff !important;
}

.nav .nav_box .navigation .dropdown .language {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    color: #B5B4B3;
    transition: all 0.3s ease-out;
}

.nav .nav_box .navigation .dropdown .language a {
    color: #B5B4B3;
}

.nav .nav_box .navigation .dropdown:hover .language {
    max-height: 1000px;
    transition-timing-function: ease-in;
}

.nav .nav_box .navigation .dropdown .language section {
    width: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin-left: 2px;
    padding: 8px 0 8px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.nav .nav_box .navigation .dropdown:hover .language section {
    color: #fff;
}

.nav .nav_box .navigation .dropdown .language .hidden {
    display: none;
}

.nav .nav_box .navigation .dropdown .flag {
    margin-right: 6px;
    vertical-align: middle;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; 
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5; 
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1; 
    }
}

.nav .nav_box .navigation .hover-ul-on2 {
    width: 844px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 48px;
    position: absolute;
    top: 0;
    left: -60px;
    display: none;
}

.nav .nav_box .navigation .scheme:hover .hover-ul-on2 {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-delay: 0s; 
}

.nav .nav_box .navigation .hover-ul-on2 li {
    float: left;
    display: inline-block;
    color: #B5B4B3;
    font-size: 14px;
    padding-right: 105px;
}

.nav .nav_box .navigation .hover-ul-on2 li:last-child {
    padding-right: 0;
    float: right;
}

.hover-ul-on2 .scheme_txt {
    width: 744px;
    display: block;
    margin: 35px auto;
}

.hover-ul-on2 .scheme_txt h5 {
    width: 103px;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #707070;
}

.hover-ul-on2 .scheme_txt .scheme_smart a {
    display: block;
    margin-top: 20px;
    color: #D8D8D8;
    font-size: 14px;
    cursor: pointer;
}

.hover-ul-on2 .scheme_txt .scheme_smart a:hover, .nav .nav_box .navigation .hover-ul-on3 a:hover, .nav .nav_box .navigation .hover-ul-on4 a:hover {
    color: #ffffff;
}

.nav .nav_box .navigation .hover-ul-on3 {
    width: 155px;
    padding-bottom: 32px;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease-in-out;
    margin-top: 48px;
    position: absolute;
    top: 0;
    left: -35px;
    display: none;
}

.nav .nav_box .navigation .message:hover .hover-ul-on3 {
    background-color: rgba(0, 0, 0, 0.85);
    display: block;
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-delay: 0s; 
}

.nav .nav_box .navigation .hover-ul-on3 a {
    display: block;
    margin-top: 18px;
    text-align: center;
    color: #D8D8D8;
    font-size: 14px;
    cursor: pointer;
}

.nav .nav_box .navigation .hover-ul-on4 {
    width: 155px;
    padding-bottom: 32px;
    background-color: rgba(0, 0, 0, 0.0);
    margin-top: 48px;
    position: absolute;
    top: 0;
    left: -35px;
    transition: all 0.5s;
    display: none;
}

.nav .nav_box .navigation .cl_about:hover .hover-ul-on4 {
    background-color: rgba(0, 0, 0, 0.85);
    display: block;
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1; 
    -webkit-animation-delay: 0s; 
}

.nav .nav_box .navigation .hover-ul-on4 a {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #D8D8D8;
    font-size: 14px;
    cursor: pointer;
}








.head {
    width: 100%;
}

.head .swiper-container {
    width: 100%;
    height: 600px;
    display: inline-block;
    position: relative;
}


.head .swiper-container .swiper-wrapper .swiper-slide video {
    object-fit: fill;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_box {
    width: 1350px;
    height: 100%;
    margin: 0 auto;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_box_Width {
    width: 1350px;
    height: 100%;
    position: absolute;
    top: 0;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_box_Width .banner_box_txt {
    width: 100%;
    height: 100%;
    position: relative;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_title {
    position: absolute;
    top: 194px;
    left: 63px;
    font-size: 44px;
    font-weight: 500;
    color: #FFFFFF;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_txt {
    position: absolute;
    top: 290px;
    left: 63px;
    font-size: 18px;
    color: #FFFFFF;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but {
    min-width: 142px;
    min-height: 42px;
    position: absolute;
    top: 360px;
    left: 63px;
    background: #0D86E9;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but:hover {
    background: #008CFF;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but a {
    display: inline-block;
    color: #fff;
    line-height: 42px;
    vertical-align: middle;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but .next-2 {
    display: inline-block;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but:hover .next-2 {
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../image/next.svg") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}

.head .swiper-container .swiper-wrapper .swiper-slide .banner_but p {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.head .swiper-button-prev {
    width: 52px;
    height: 78px;
    display: inline-block;
    background-image: url("../image/button-prev.svg");
    background-size: 100% 100%;
    left: 0;
}

.head .swiper-button-next {
    width: 52px;
    height: 78px;
    display: inline-block;
    background-image: url("../image/button-next.svg");
    background-size: 100% 100%;
    right: 0;
}

.head .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    background: #FFFFFF;
}

.head .swiper-pagination-bullet-active {
    background: #FFFFFF;
}



.jiejue_fangan h2 {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #363636;
}

.jiejue_fangan .swiper-father {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.jiejue_fangan .swiper-container {
    max-width: 1370px;
    margin: 0 auto;
}

.jiejue_fangan .swiper-container .swiper-wrapper {
    margin: 20px 0;
    height: auto;
}
@media screen and (max-width: 1350px){
    .xyz-pc-none1350{
        display: none;
    }
    .xyz-pc-none-max1350{
        display: block;
    }
    
    .Services{
        margin-top: 30px!important;
    }
    .Services h2 {
        margin-bottom: 20px!important;
    }
    .Services .Services_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .Services .Services_box .Services_map{
       width: 90%;
        margin: 0 auto;
    }
    .Services .Services_box .Services_map img{
        width: 100%;
    }
    .Services .Services_box .Services_txt{
        width: 100%;
        padding: 30px 0;
        text-align: center;
        background-color: #51A1FB;
    }

    .Services .Services_box .Services_txt ul{
        width: 100%;
        display: flex;
        justify-content:space-around;
        align-items: center;
        text-align: center;
    }
    .Services .Services_box .Services_txt ul li{
        width: 25%;
        font-size: 28px;
        font-weight: 700;
        color: #FFFFFF;
        font-family: Montserratfont;
    }
    @media screen and (max-width: 480px){
        .Services .Services_box .Services_txt ul li{
            font-size: 15px;
        }
    }
    .Services .Services_box .Services_txt ul li p{
        margin-top: 0!important;
        margin-bottom: 12px;
    }

}
@media screen and (min-width: 1350px) {
    .xyz-pc-none1350{
        display: block;
    }
    .xyz-pc-none-max1350{
        display: none;
    }
    .jiejue_fangan .swiper-button-prev {
        margin-left: 38px;
    }

    .jiejue_fangan .swiper-button-next {
        margin-right: 38px;
    }

    
    .Services .Services_box {
        width: 1350px;
        display: block;
        margin: 0 auto;
    }

    .Services .Services_box .Services_map {
        width: 50%;
        float: left;
    }

    .Services .Services_box .Services_map img {
        width: 650px;
    }

    .Services .Services_box .Services_txt {
        width: 725px;
        height: 420px;
        background-image: url("../image/Services_back.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0;
    }

    .Services .Services_box .Services_txt ul {
        margin-left: 180px;
    }

    .Services .Services_box .Services_txt ul li {
        height: 59px;
        margin-top: 20px;
        font-size: 36px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .Services .Services_box .Services_txt ul li:nth-child(1) {
        margin-left: 49px;
    }

    .Services .Services_box .Services_txt ul li:nth-child(2) {
        margin-left: 35px;
    }

    .Services .Services_box .Services_txt ul li:nth-child(3) {
        margin-left: 19px;
    }

    .Services .Services_box .Services_txt ul li p {
        display: inline-block;
        font-size: 20px;
        color: #FFFFFF;
        opacity: 0.9;
    }

    .Services .Services_box .Services_txt ul li span {
        font-size: 36px;
        color: #FFFFFF;
        font-family: Montserratfont;
        margin-left: 60px;
        vertical-align: middle;

    }
    .trading_content {
        max-width: 1350px;
        margin: 0 auto;
        padding-top: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide {
    display: inline-block;
    height: auto;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min {
    width: 315px;
    height: 315px;
    box-shadow: 0 5px 20px #EBF1FA;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container-pingde {
    width: 315px;
    height: 315px;
    text-align: center;

}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde img {
    margin-top: 39px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde h3 {
    margin: 20px 0 30px 0;
    font-size: 28px;
    color: #4C4C4C;
    font-weight: normal;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde .special {
    margin-right: 25px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde p {
    width: 80%;
    margin: auto;
    line-height: 20px;
    font-size: 14px;
    color: #888888;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min:hover {
    box-shadow: 0 0 10px rgba(111, 150, 209, 0.4);
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-box {
    width: 315px;
    height: 315px;
    position: relative;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two {
    width: 315px;
    height: 315px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min:hover .container-pingde-two {
    background: -webkit-linear-gradient(left top, #2086FB, #489FFF); 
    background: -o-linear-gradient(bottom right, #2086FB, #489FFF); 
    background: -moz-linear-gradient(bottom right, #2086FB, #489FFF); 
    background: linear-gradient(to bottom right, #2086FB, #489FFF); 
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two h3 {
    display: inline-block;
    float: left;
    color: #FFFFFF;
    font-size: 28px;
    padding-top: 40px;
    margin-left: 20px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two .xhx {
    width: 53px;
    height: 5px;
    display: block;
    margin: 16px 0 0 0;
    background-color: #ffffff;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two img {
    float: right;
    display: block;
    padding-top: 40px;
    padding-right: 20px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two p {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    margin: 37px 25px 0 20px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two a {
    width: 108px;
    height: 33px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s;
    margin: 37px 0 0 20px;
    text-align: center;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two a span {
    width: 120px;
    height: 33px;
    color: #333333;
    font-size: 12px;
    line-height: 33px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two a i {
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url("../image/next1.svg") no-repeat;
    background-size: 100%;
    margin-left: 12px;
}

.jiejue_fangan .swiper-container .swiper-wrapper .swiper-slide .container_min .container-pingde-two a:hover i {
    margin-left: 20px;
    transition: all 0.3s;
}

.jiejue_fangan .swiper-pagination-bullet {
    width: 44px;
    height: 4px;
    border-radius: 0;
    background-color: #7EACFF;
    margin-left: 10px;
}

.jiejue_box {
    width: 100%;
    display: inline-block;
    margin-top: 70px;
}

.jiejue_box .jiejue {
    width: 100%;
    display: inline-block;
}


.projects {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.projects .news {
    width: 1350px;
    display: block;
    margin: 0 auto;
}

.projects .news h2 {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #363636;
}

.news .news_txt {
    width: 507px;
    height: 300px;
    margin-right: 51px;
    float: left;
    display: inline-block;
}

.news .news_txt ul {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.news .news_txt ul li {
    width: 100%;
    height: 70px;
    display: block;
    position: relative;
    margin-bottom: 42px;
    line-height: 35px;
}

.news .news_txt ul li:last-child {
    margin-bottom: 0;
}

.news .news_txt .times {
    width: 20%;
    height: 100%;
    line-height: 24px;
    display: inline-block;
    border-right: 1px solid #DDDFE1;
}

.news .news_txt .times p {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-family: Arial, sans-serif;
}

.news .news_txt .times span {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #7FBBFE;
    font-family: Arial, sans-serif;
}

.news .news_txt .neiroong {
    position: absolute;
    top: 0;
    left: 24%;
    width: 76%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.news .news_txt .neiroong a {
    line-height: 35px;
    font-size: 20px;
    font-family: 微软雅黑, sans-serif;
    color: #333333;
}

.news .news_txt .neiroong a:hover {
    color: #007de3;
}

.news .news_right .img_txt1 {
    width: 380px;
    
    position: relative;
    display: inline-block;
    float: left;
    box-shadow: 0 5px 20px rgba(136, 169, 213, 0.14);
    transition: all 0.2s;

}

.news .news_right .img_txt1:last-child {
    float: right;
}

.news .news_right .img_txt1 .miaoshu, .news .news_right .img_txt2 .miaoshu {
    width: 100%;
    height: 100px;
}

.news .news_right .new_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news .news_right .new_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
}

.news .news_right .new_img img:hover {
    transform: scale(1.05);
}

.riqi {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #FFD524;
}

.back_toumin {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: rgba(255, 213, 36, 0.45);
}

.riqi p {
    font-size: 12px;
    color: #ffffff;
    margin: 9px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.riqi span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.neiroong_2 {
    display: block;
    width: 90%;
    height: 64px;
    color: #333333;
    font-size: 18px;
    line-height: 35px;
    margin: 14px 0 0 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.neiroong_2:hover {
    color: #007de3;
}


.serve_Manage {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-image: url("../image/serve_Manage.png");
    background-size: 100% 100%;
    margin-top: 50px;
}

.serve_Manage h2 {
    
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.serve_Manage p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 27px;
}

.serve_Manage .serve_Manage_row {
    width: 100%;
    padding-bottom: 10px;
}

.serve_Manage .serve_Manage_row .serve_Manage_btn {
    width: 144px;
    height: 42px;
    background: #0D86E9;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 30px auto 0;
    transition: all 0.2s;
}

.serve_Manage .serve_Manage_row .serve_Manage_btn .details {
    font-size: 16px;
    line-height: 42px;
    background: #0D86E9;
    color: #FFFFFF;
    vertical-align: middle;
}

.serve_Manage .serve_Manage_row .serve_Manage_btn:hover {
    box-shadow: 0 10px 20px -10px #60BAFF;
}

.serve_Manage .serve_Manage_row .serve_Manage_btn .next-2 {
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../image/next.svg") no-repeat;
    background-size: 100%;
    transition: all 0.3s;
}

.serve_Manage .serve_Manage_row .serve_Manage_btn:hover .next-2 {
    margin-left: 20px;
}


.Services {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.Services h2 {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #363636;
}




.gallery {
    max-width: 1351px;
    margin: 0 auto;
}

.gallery h2 {
    width: 100%;
    padding-top: 50px;
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #363636;
}

.partner-img {
    margin-top: 10px;
    position: relative;
}

.partner-img .partner {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.partner-img .partner02 {
    display: flex;
    flex-flow: wrap;
    
}

.partner-img .partner .partner_logo {
    opacity: 0;
}

.partner-img .partner02 .partner_logo {
    opacity: 1;
}

.partner-img .partner .partner_logo, .partner-img .partner02 .partner_logo {
    width: 193px;
    height: 111px;
    float: left;
    justify-content: center;
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.5s;
}

.partner-img ul li:hover {
    opacity: 1 !important;
}

.partner-img .partner span {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: inline-block;
}


.cl_service {
    display: inline-block;
    position: fixed;
    top: 170px;
    
    left: 0;
    z-index: 10;
    
}

.cl_service_left {
    max-height: 0;
    max-width: 0;
    float: left;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: all 1s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding-bottom: 70px;
}

.cl_service_hover {
    max-width: 950px !important;
    max-height: 100% !important;
    transition-timing-function: ease-in;
}

.cl_service .cl_service_left .cl_service_box {
    padding: 40px 47px 0 59px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt {
    width: 375px;
    float: left;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt h2 {
    font-size: 28px;
    color: #333333;
    opacity: 0.7;
    font-weight: bold;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt .underline {
    width: 50px;
    height: 6px;
    display: block;
    margin-top: 10px;
    background-color: #469DFF;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt p {
    font-size: 16px;
    color: #333333;
    opacity: 0.7;
    margin-top: 18px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt span {
    display: block;
    font-size: 14px;
    color: #878787;
    opacity: 0.7;
    margin-top: 15px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt form {
    margin-top: 25px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt form ul {

}

.cl_service .cl_service_left .cl_service_box .cl_service_txt form ul li {
    margin-top: 15px;
    overflow: hidden;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt form ul li input {
    width: 200px;
    height: 32px;
    font-size: 14px;
    background-color: #EFEFEF;
    padding-left: 10px;
    color: #878787;
    opacity: 0.7;
    
    border: none;
}

.cl_service .cl_service_left .cl_service_box .cl_service_txt .information textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    font-family: 微软雅黑;
    background-color: #EFEFEF;
    color: #878787;
    opacity: 0.7;
    resize: none;
    border: 0;
    padding: 10px 0 0 10px;
    word-break: break-all;
}

.submit-btn {
    width: 115px !important;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    box-shadow: 0 5px 10px #60BAFF;
}

.submit-btn span {
    width: 100%;
    line-height: 35px;
    text-align: center;
    margin-top: 0 !important;
    color: #FFFFFF !important;
}

.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #1094FF;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.hoverable:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.hoverable:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

.cl_service .cl_service_left .cl_service_box .cl_service_information {
    width: 400px;
    margin-left: 470px;
    position: relative;
    margin-top: 15px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information .cl_service_img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background-image: url("../image/information.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul {
    width: 400px;
    display: inline-block;
    position: absolute;
    top: 50px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul li {
    width: 180px;
    font-size: 14px;
    color: #878787;
    opacity: 0.7;
    display: inline-block;
    text-align: center;
    padding-right: 1px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul li p {
    font-size: 16px;
    color: #333333;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul li:nth-child(2) {
    margin-left: 30px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul li:nth-child(3) {
    margin-top: 135px;
    padding-right: 3px;
}

.cl_service .cl_service_left .cl_service_box .cl_service_information ul li:last-child {
    margin-left: 30px;
}


.cl_service .cl_service_right {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    float: left;
    cursor: pointer;
    
    background: rgba(0, 0, 0, 0.5);
}

.cl_service .cl_service_right_hover {
    background: rgb(13, 134, 233);
}

.cl_service .cl_service_right .cl_service_message {
    width: 30px;
    height: 26px;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    background-image: url("../image/message.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.cl_service .cl_service_right p {
    width: 100%;
    
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    color: #FFFFFF;
}


















.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #1094FF;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.hoverable:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.hoverable:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}



.trading_head {
    width: 100%;
    max-height: 400px;
    margin-top: 70px;
    overflow: hidden;
}

.trading_head .trading_top {
    width: 100%;
    height: 100%;
    position: relative;
}

.trading_top .trading_top_img {
    width: 100%;
    height: 400px;
    background: url("../image/trading_banner.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.trading_top .trading_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.trading_top .trading_txt .trading_txt_box {
    max-width: 1350px;
    margin: 0 auto;
}

.trading_top .trading_txt .font-left1 {
    width: 100%;
    float: left
}

.trading_top .trading_txt .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
}

.trading_top .trading_txt .font-left2 {
    width: 100%;
    float: left
}

.trading_top .trading_txt .font-left2 .p2 {
    max-width: 600px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}


.consult_button {
    width: 120px;
    position: relative;
    margin: 34px 0 0 66px;
    line-height: 38px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

.consult_button.raised {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #0D86E9;
}

.consult_button span {;
    font-size: 14px;
    color: #fff;
}

.consult_button:hover .next {
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../image/next.svg") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}



.trading_content .content_img {
    max-width: 500px;
    max-height: 413px;
}

.trading_content img {
    width: 100%;
    
}

.trading_content .content-txt {
    width: 800px;
}

.trading_content .content-txt p {
    display: inline-block;
    line-height: 36px;
    text-indent: 2em;
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
}


.service {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.service .service_tite {
    width: 100%;
}

.service .service_tite h2 {
    letter-spacing: 5px;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #0D86E9;
}

.xiahuaxian {
    width: 100px;
    border: 3px solid #0c86e9;
    margin-top: 22px;
}


.action {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.action .action_tite {
    width: 100%;
}

.action .action_tite h2 {
    letter-spacing: 5px;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #0c86e9;
}

.action .action_box {
    width: 100%;
    padding-top: 50px;
}

.action .action_box ul {
    width: 100%;
    display: flex;
    align-items: center;
    
    flex-wrap: wrap;
    justify-content: space-between;
}

.action .action_box ul li {
    width: 25%;
    min-height: 250px;
    display: inline-block;
    
    
    
}
.action .action_box i{
    width: 80px;
    height: 80px;
    display: block;
}
.action .action_box .park {
    background: url("../image/park.jpg");
    background-size: 100%;
}

.action .action_box .map {
    background: url("../image/map.jpg");
    background-size: 100%;
}

.action .action_box .tenement {
    background: url("../image/tenement.jpg");
    background-size: 100%;
}

.action .action_box .shopping {
    background: url("../image/shopping.jpg");
    background-size: 100%;
}

.action .action_box .making {
    background: url("../image/making.jpg");
    background-size: 100%;
}

.action .action_box .live {
    background: url("../image/live.jpg");
    background-size: 100%;
}

.action .action_box .business {
    background: url("../image/business.jpg");
    background-size: 100%;
}

.action .action_box .finance {
    background: url("../image/finance.jpg");
    background-size: 100%;
}

.action .action_box h3 {
    font-size: 24px;
    color: #353535;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

.action .action_box p {
    width: 70%;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}


.terminal {
    width: 1350px;
    margin: 0 auto;
}

.terminal h2 {
    letter-spacing: 5px;
    display: inline-block;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 800;
    color: #0c86e9;
}

.terminal ul {
    width: 1140px;
    position: relative;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.terminal ul li {
    text-align: center;
    width: 228px;
    height: 306.4px;
    position: relative;
}

.terminal .pc {
    width: 228px;
    height: 306.4px;
    background: url("../image/pc1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.terminal .pc2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/pc2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.terminal ul li:nth-child(1):hover .pc2 {
    opacity: 1;
}

.terminal .pc p {
    position: absolute;
    left: 95px;
    top: 230px
}

.terminal .app {
    width: 228px;
    height: 306.4px;
    background: url("../image/app1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.terminal .app2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/app2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.terminal .app p {
    position: absolute;
    left: 85px;
    top: 310px;
}

.terminal ul li:nth-child(2):hover .app2 {
    opacity: 1;
}

.terminal .The_public {
    width: 228px;
    height: 306.4px;
    background: url("../image/The_public1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.terminal .The_public2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/The_public2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.terminal .The_public p {
    position: absolute;
    left: 55px;
    top: 230px;
}

.terminal ul li:nth-child(3):hover .The_public2 {
    opacity: 1;
}

.terminal .touch {
    width: 228px;
    height: 306.4px;
    background: url("../image/touch1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.terminal .touch2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/touch2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.terminal ul li:nth-child(4):hover .touch2 {
    opacity: 1;
}

.terminal .touch p {
    position: absolute;
    left: 60px;
    top: 310px
}

.terminal .visualization {
    width: 228px;
    height: 306.4px;
    background: url("../image/visualization1.png") center no-repeat;
    background-size: 100% 100%;
}

.terminal .visualization2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/visualization2.png") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.terminal ul li:nth-child(5):hover .visualization2 {
    opacity: 1;
}

.terminal .visualization p {
    position: absolute;
    left: 55px;
    top: 230px;
}

.terminal ul p {
    font-size: 18px;
    color: #333333;
}


.technology {
    width: 1350px;
    margin: 0 auto;
    padding-top: 100px;
}

.technology .technology_title {
    display: block;
}

.technology .technology_title h2 {
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 800;
    color: #0c86e9;
}

.technology .technology_txt {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin: 30px auto 20px;
    text-indent: 2em;
}

.technology .technology_img-box {
    width: 1350px;
    padding-top: 213px;
    position: relative;
}

.technology .technology_img-box ul {
}

.technology .technology_img-box ul li {
    position: absolute;
    display: inline-block;
}

.technology .technology_img-box ul li:nth-child(1) {
    left: 50px;
    top: 85px;
}

.technology .technology_img-box ul li:nth-child(2) {
    left: 325px;
    top: 120px;
}

.technology .technology_img-box ul li:nth-child(3) {
    left: 582px;
    top: 41px;
}

.technology .technology_img-box ul li:nth-child(4) {
    right: 432px;
    top: 141px;
}

.technology .technology_img-box ul li:nth-child(5) {
    right: 125px;
    top: 100px;
}

.technology .technology_img-box ul li p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #666666;
}

.technology .technology_img-box .icon01 {
    width: 92px;
    height: 102px;
    display: block;
    background: url("../image/icon01.jpg") no-repeat;
    background-size: 100% 100%;
}

.technology .technology_img-box .icon02 {
    width: 92px;
    height: 102px;
    display: block;
    background: url("../image/icon02.svg") no-repeat;
    background-size: 100% 100%;
}

.technology .technology_img-box .icon03 {
    width: 92px;
    height: 102px;
    display: block;
    background: url("../image/icon03.svg") no-repeat;
    background-size: 100% 100%;
}

.technology .technology_img-box .icon04 {
    width: 92px;
    height: 102px;
    display: block;
    background: url("../image/icon04.svg") no-repeat;
    background-size: 100% 100%;
}

.technology .technology_img-box .icon05 {
    width: 92px;
    height: 102px;
    display: block;
    background: url("../image/icon05.svg") no-repeat;
    background-size: 100% 100%;
}

.technology .technology_img-box .technology_img {
    width: 1350px;
    height: 220px;
    background: url("../image/technology.svg") no-repeat;
    background-size: 100%;
}


.system {
    max-width: 1350px;
    padding-top: 80px;
    margin: 0 auto;
}

.system h2 {
    letter-spacing: 5px;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #0c86e9;
}

.system img {
    width: 100%;
    padding-top: 50px;
}





.News_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.News_img .background-img {
    width: 100%;
    height: 400px;
    background: url("../image/News_information.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.News_img .News_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.News_img .News_title .News_title_txt {
    max-width: 1350px;
    height: 100%;
    margin: 0 auto;
}




.tagContent {
    display: none;
}

#tagContent .selectTag {
    display: block

}

#News_information_title li {
    display: inline-block;
}

.News_information_box .News_information_left #News_information_title li a:hover {
    font-size: 20px;
    color: #0D86E9;
    font-weight: bold;
}

.News_information_box .News_information_left #News_information_title .selectTag .selectTagcolor {
    color: #0D86E9 !important;
    font-weight: 600;
    font-size: 20px !important;
}


.News_information_box .News_information_right {
    width: 330px;
    display: inline-block;
    float: right;
}

.News_information_box .News_information_right h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333333;
    opacity: 0.7;
    font-weight: bold;
}

.News_information_box .News_information_right .News_information_right_txt {
    width: 100%;
}

.News_information_box .News_information_right .News_information_right_txt ul {
    width: 100%;
}

.News_information_box .News_information_right .News_information_right_txt ul li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.News_information_box .News_information_right .News_information_right_txt ul li a {
    line-height: 48px;
    font-size: 16px;
    color: #707070;
}

.News_information_box .News_information_right .News_information_right_txt ul li a:hover {
    color: #007de3;
}


.pagingUl {
    display: table;
    margin: 0 auto;
}

.pagingUl li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.pagingUl li a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0;
    background: #e6e6e6;
    color: #acacac;
    font-size: 12px;
}










.first, .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.pageTest {
    width: 950px;
    
    margin: 20px auto 0;
}

.activP {
    background-color: #7fbbff !important;
    color: #fff !important;
}




.Contact_heard {
    width: 100%;
    height: 1165px;
    background-color: #2D3D5A;
}

.Contact_heard .Contact_heard_box {
    width: 1350px;
    margin: auto;
    padding-top: 154px;
}

.Contact_heard .Contact_heard_box .Contact_title {
    width: 100%;
    margin-left: 10px;
}

.Contact_heard .Contact_heard_box .Contact_title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.Contact_heard .Contact_heard_box .Contact_title .underline {
    width: 50px;
    height: 6px;
    display: block;
    background-color: #469DFF;
    margin-top: 12px;
}

.Contact_heard .Contact_heard_box .Contact_img {
    width: 880px;
    height: 550px;
    margin: 0 auto;
    padding-top: 60px;
    background: url("../image/add_me1.svg") center 100% no-repeat;
    position: relative;
}

.Contact_heard .Contact_txt {
    width: 100%;
    height: 290px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Contact_heard .Contact_txt .Contact_txt_box {
    width: 330px;
    height: 310px;
    box-shadow: 0 5px 50px #2D3D5A;
}

.Contact_heard .Contact_txt .Contact_txt_box .Contact_txt_back {
    position: relative;
}

.Contact_heard .Contact_txt .Contact_txt_box .Contact_txt_img {
    width: 330px;
    height: 130px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Contact_heard .Contact_txt .Contact_txt_box .Contact_txt_img h2 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.Contact_heard .Contact_txt .Contact_txt_box ul {
    width: 100%;
    min-height: 180px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}

.Contact_heard .Contact_txt .Contact_txt_box ul li {
    padding: 20px 0 0 26px;
    font-size: 16px;
    color: #666666;
}

.Contact_heard .Contact_txt .Contact_txt_box ul li {
    display: flex;
}

.Contact_heard .Contact_txt .Contact_txt_box ul li p {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

.Contact_heard .Contact_txt .Contact_txt_box ul li span {
    display: block;
    margin-top: 5px;
}

.Contact_heard .Contact_txt .Contact_txt_box .add {
    min-width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    background: url("../image/add.svg") center 100% no-repeat;
}

.Contact_heard .Contact_txt .Contact_txt_box .phone {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    background: url("../image/phone1.svg") center 100% no-repeat;
}

.Contact_heard .Contact_txt .Contact_txt_box .email {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    background: url("../image/email.svg") center 100% no-repeat;
}

.Contact_feedback {
    width: 1350px;
    margin: 0 auto;
}

.Contact_feedback h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 57px;
    opacity: 0.7;
}

.Contact_feedback form {
    margin-top: 51px;
}

.Contact_feedback .name, .Contact_feedback .phone, .Contact_feedback .email {
    width: 240px;
    height: 40px;
    display: inline-block;
    margin-right: 25px;
}

.Contact_feedback .name input, .Contact_feedback .phone input, .Contact_feedback .email input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    opacity: 0.7;
    background-color: #EFEFEF;
    margin-right: 25px;
    padding-left: 10px;
    border: none;
}

.Contact_feedback .information {
    width: 450px;
    height: 123px;
    margin-top: 37px;
}

.Contact_feedback .information textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: #EFEFEF;
    opacity: 0.7;
    resize: none;
    border: 0;
    padding: 10px 0 0 10px;
    word-break: break-all;
    font-family: 微软雅黑;
}

.Contact_feedback .submit-btn2 {
    width: 142px !important;
    clear: both !important;
    position: relative !important;
    margin-top: 39px;
    line-height: 42px;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    text-align: center;
}

.Contact_feedback .submit-btn2 span {
    font-size: 16px;
    color: #FFFFFF;
}





.recruitment_heard {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}

.recruitment_heard .recruitment_background-img {
    width: 100%;
    height: 400px;
    background: url("../image/baring.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.recruitment_heard .recruitment_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.recruitment_heard .recruitment_title .recruitment_title_txt {
    width: 1350px;
    margin: 0 auto;
}

.recruitment_heard .recruitment_title .recruitment_title_txt h1 {
    font-size: 44px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 153px 0 0 40px;
}

.recruitment_content {
    width: 1350px;
    margin: 0 auto;
}

.recruitment_content .content_left {
    width: 1000px;
    float: left;
}

.recruitment_content .recruitment_box {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 50px;
    margin-bottom: 15px;
}

.recruitment_content .recruitment_box:last-child {
    margin-bottom: 100px;
}

.recruitment_content .recruitment_box .content_txt_right .open {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: -13px;
    background-image: url("../image/open.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.recruitment_content .recruitment_box .content_txt_right .open:hover {
    background-image: url("../image/shut.svg");
}

.recruitment_content .recruitment_box .content_txt_right .open_click {
    background-image: url("../image/shut.svg") !important;
}

.recruitment_content .recruitment_box .content_txt_left {
    width: 130px;
    display: inline-block;
    float: left;
    margin-top: 50px;
}

.recruitment_content .recruitment_box .content_txt_left .portrait {
    width: 67px;
    height: 88px;
    margin: auto;
    background-image: url("../image/portrait.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.recruitment_content .recruitment_box .content_txt_left .Post_name {
    width: 100%;
    text-align: center;
    line-height: 30px;
    background-color: #2195F3;
    color: #FFFFFF;
    font-size: 14px;
}

.recruitment_content .recruitment_box .content_txt_left .department {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #878787;
    font-size: 16px;
}

.recruitment_content .recruitment_box .content_txt_left span {
    margin-left: 25px;
}

.recruitment_content .recruitment_box .content_txt_right {
    width: 870px;
    display: inline-block;
    padding-left: 90px;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_none {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.content_right_hover {
    overflow: initial !important;
    max-height: 10000px !important;
    transition: all 3s;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_txt {
    width: 100%;
    margin-top: 40px;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_txt ul li:nth-child(1) {
    min-height: 79px;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_txt h3 {
    font-size: 20px;
    color: #333333;
    opacity: 0.7;
    font-weight: bold;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_txt ul li {
    margin-top: 20px;
    font-size: 14px;
    color: #878787;
    opacity: 0.7;
    
}

.recruitment_content .recruitment_box .content_txt_right .content_right_txt ul li p {
    line-height: 35px;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_mail {
    width: 100%;
    margin-top: 35px;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_mail .mail_box {
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_mail .mail_box .mail {
    width: 25px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("../image/mail.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.recruitment_content .recruitment_box .content_txt_right .content_right_mail p {
    font-size: 20px;
    color: #707070;
    font-family: "Segoe UI";
    margin: 5px 0 0 35px;
}

.recruitment_content .content_right {
    width: 350px;
    float: right;
    padding-left: 100px;
}

.recruitment_content .content_right .content_right_txt {
    width: 100%;
    margin-top: 50px;
}

.recruitment_content .content_right .content_right_txt span {
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
}

.recruitment_content .content_right .content_right_txt h3 {
    font-size: 18px;
    color: #333333;
    opacity: 0.7;
    font-weight: bold;
    margin-top: 14px;
}

.recruitment_content .content_right .content_right_email {
    width: 220px;
    height: 200px;
    background-color: #F4C852;
    margin-top: 25px;
}

.recruitment_content .content_right .content_right_email .email {
    width: 104px;
    height: 66px;
    display: inline-block;
    margin-left: 37px;
    margin-top: 30px;
    background-image: url("../image/email1.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.recruitment_content .content_right .content_right_email p {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 13px;
}

.recruitment_content .content_right .content_right_email span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 8px;
}



.News_information_box .News_information_left .tagContent {
    display: none;
}

.News_information_box .News_information_left #tagContent .selectTag {
    display: block
}

.News_information_box .News_information_left #tagContent .page {
    text-align: center;
    margin-top: 20px;
}

.News_information_box .News_information_left #tagContent .page .clickback a {
    background: #7fbbff !important;
    color: #fff !important;
}

.News_information_box .News_information_left #tagContent .page li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    background-color: #e6e6e6;
    transition: all 0.3s;
}

.News_information_box .News_information_left #tagContent .page li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #acacac;
}

.News_information_box .News_information_left #tagContent .page li a:hover {
    background: #7fbbff;
    color: #fff;
}

.News_information_box .News_information_left #News_information_title li {
    display: inline-block;
}

.News_information_box .News_information_left #News_information_title li a {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s;
}







.APP-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.APP-banner .APP-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/APPYD-img.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.APP-banner .APP-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.APP-banner .APP-banner-font .APP-banner-font_box {
    width: 1350px;
    margin: 0 auto;
}

.APP-banner .APP-banner-font .font-left1 {
    width: 100%;
    float: left
}

.APP-banner .APP-banner-font .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.APP-banner .APP-banner-font .font-left2 {
    width: 100%;
    float: left
}

.APP-banner .APP-banner-font .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.MobileAPP1 {
    width: 100%;
    margin-top: 50px;
    position: relative;
    float: left
}

.MobileAPP1 .MobileAPP1Width {
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.MobileAPP1 .MobileAPP1Width h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500
}

.MobileAPP1 .MobileAPP1Width .p1 {
    width: 718px;
    font-size: 16px;
    color: #333;
    margin-top: 37px;
    line-height: 36px
}

.MobileAPP1 .MobileAPP1Width ul {
    margin-top: 51px;
}

.MobileAPP1 .MobileAPP1Width ul li {
    width: 612px;
}

.MobileAPP1 .MobileAPP1Width ul li .flotf-left {
    width: 100%;
    float: left;
    margin-top: 26px
}

.MobileAPP1 .MobileAPP1Width ul li:first-child {
    margin-top: 0
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg {
    width: 74px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg i {
    width: 40px;
    height: 50px;
    background: url("../image/ios.png") no-repeat;
    background-size: 100%;
    display: inline-block;;
    margin-left: 8px
}

.MobileAPP1 .MobileAPP1Width ul li .rightFont {
    width: 538px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .rightFont .p11 {
    font-size: 20px;
    color: #333
}

.MobileAPP1 .MobileAPP1Width ul li .rightFont .p22 {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    line-height: 28px
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg2 {
    width: 74px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg2 i {
    width: 40px;
    height: 50px;
    background: url("../image/anzuoicon.png") no-repeat;
    background-size: 100%;
    display: inline-block;;
    margin-left: 8px
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg3 {
    width: 74px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg3 i {
    width: 45px;
    height: 50px;
    background: url("../image/javaImg.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;;
    margin-left: 8px
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg4 {
    width: 74px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg4 i {
    width: 40px;
    height: 50px;
    background: url("../image/h5img.png") no-repeat;
    background-size: 100%;
    display: inline-block;;
    margin-left: 8px
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg5 {
    width: 74px;
    float: left
}

.MobileAPP1 .MobileAPP1Width ul li .leftImg5 i {
    width: 40px;
    height: 50px;
    background: url("../image/mysql.png") no-repeat;
    background-size: 100%;
    display: inline-block;;
    margin-left: 8px
}

.MobileAPP1 .rightImg {
    width: 50%;
    height: 100%;
    float: right;
    background: url("../image/appBG.jpg") no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.MobileAPPOutline {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.MobileAPPOutline .MobileAPPOutlineCenter {
    width: 1350px;
    margin: 0 auto;
}

.MobileAPPOutline .MobileAPPOutlineCenter .MobileAPPOutlineCenterH {
    width: 100%;
}

.MobileAPPOutline .MobileAPPOutlineCenter .MobileAPPOutlineCenterH h2 {
    font-size: 32px;
    color: #0D86E9;
    display: block;
    font-weight: bold
}

.MobileAPPOutline .MobileAPPOutlineCenter .MobileAPPOutlineCenterH i {
    width: 100px;
    height: 4px;
    background: #0D86E9;
    display: block;
    margin-top: 22px
}

.MobileAPPOutline .MobileAPPOutlineCenter {
    width: 1350px;
    margin: 0 auto
}

.MobileAPPOutline .IntegrationImg {
    width: 1120px;
    padding-top: 30px;
    margin: 0 auto;
    position: relative;
}

.MobileAPPOutline .IntegrationImg ul li {
    position: absolute;
    font-size: 18px;
    color: #333333;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(1) {;
    top: 390px;
    left: 40px
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(2) {
    top: 240px;
    left: 265px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(3) {
    top: 182px;
    left: 556px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(4) {
    top: 244px;
    right: 225px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(5) {
    top: 390px;
    right: 66px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(6) {
    bottom: 20px;
    right: 227px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(7) {
    bottom: -38px;
    right: 505px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(8) {
    bottom: 1px;
    left: 263px;
}

.MobileAPPOutline .IntegrationImg ul li:nth-child(9) {
    top: 301px;
    left: 504px;
    font-weight: bold;
    font-size: 40px;
}

.MobileAPPOutline .IntegrationImg img {
    width: 100%;
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li {
    width: 325px;
    float: left;
    text-align: center;
}

.MobileAPPOutline .MobileAPPOutlineCenter .p1 {
    font-size: 22px;
    color: #333;
    margin-top: 54px
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p2 {
    width: 40px;
    height: 2px;
    background: #0D86E9;
    margin: 17px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p2 {
    width: 100px;
    height: 2px;
    background: #0D86E9;
    margin: 17px auto 0
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p3 {
    width: 69px;
    height: 63px;
    background: url("../image/sheji1.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p3 {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p3L {
    width: 69px;
    height: 63px;
    background: url("../image/sheji2.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p3L {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p32 {
    width: 69px;
    height: 63px;
    background: url("../image/sheji2.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p32 {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p32L {
    width: 71px;
    height: 63px;
    background: url("../image/informationSystem5.svg") no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p32L {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p33 {
    width: 69px;
    height: 63px;
    background: url("../image/sheji3.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p33 {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p33L {
    width: 71px;
    height: 63px;
    background: url("../image/informationSystem6.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p33L {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p34 {
    width: 69px;
    height: 63px;
    background: url("../image/sheji4.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p34 {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p34L {
    width: 71px;
    height: 63px;
    background: url("../image/informationSystem7.svg") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li:hover .p34L {
    transform: scale(1.1)
}

.MobileAPPOutline .MobileAPPOutlineCenter ul li .p4 {
    width: 240px;
    font-size: 14px;
    color: #666;
    margin: 29px auto 0;
    line-height: 30px;
    text-align: left
}

.MobileAPPOutline .InvolvedInIndustry {
    width: 1350px;
    margin: 37px auto
}

.MobileAPPOutline .InvolvedInIndustry ul {
    float: left;
}

.MobileAPPOutline .InvolvedInIndustry ul li {
    width: 330px;
    height: 180px;
    background: bisque;
    float: left;
    margin: 10px 0 0 10px
}

.MobileAPPOutline .InvolvedInIndustry ul li:first-child {
    width: 670px;
    height: 180px;
    background: violet;
    margin-left: 0;
    background: url("../image/qiceimg1.png") no-repeat;
    background-size: 100% 100%;
}

.MobileAPPOutline .InvolvedInIndustry ul li .InvolvedInIndustryBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    float: left
}

.MobileAPPOutline .InvolvedInIndustry ul li .InvolvedInIndustryBg .p1 {
    color: #fff;
    font-size: 30px;
    margin: 34px 0 0 36px
}

.MobileAPPOutline .InvolvedInIndustry ul li .hover {
    width: 0;
    height: 0;
    transition: all 0.5s;
    padding-top: 2px;
    margin-top: 2px;
    margin-left: 36px;
}

.MobileAPPOutline .InvolvedInIndustry ul li:hover .hover {
    width: 100px;
    height: 2px;
    background: #fff
}

.MobileAPPOutline .InvolvedInIndustry ul li .InvolvedInIndustryBg .p2 {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0 36px
}

.MobileAPPOutline .InvolvedInIndustry ul li:nth-child(4) {
    margin-left: 0;
}

.MobileAPPOutline .InvolvedInIndustry ul li:last-child {
    width: 670px;
    height: 180px;
    background: violet;
    background: url("../image/qiceimg.png") no-repeat;
    background-size: 100% 100%;
}

.MobileAPPOutline .InvolvedInIndustry ul li:nth-child(2) {
    background: #5E9DEB
}

.MobileAPPOutline .InvolvedInIndustry ul li:nth-child(3) {
    background: #FB6E51
}

.MobileAPPOutline .InvolvedInIndustry ul li:nth-child(4) {
    background: #FF8F00
}

.MobileAPPOutline .InvolvedInIndustry ul li:nth-child(5) {
    background: #8ACB44
}

.MobileAPPOutline .InvolvedInIndustry ul li .p3 {
    font-size: 30px;
    color: #fff;
    margin: 34px 0 0 36px
}

.MobileAPPOutline .InvolvedInIndustry ul li .p4 {
    width: 238px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 20px 0 0 36px;
}

.MobileAPPOutline .TypicalCases {
    width: 1350px;
    margin: 0 auto
}

.MobileAPPOutline .TypicalCases ul {
    width: 100%;
    height: auto;
    float: left;
}

.MobileAPPOutline .TypicalCases ul li {
    width: 168.75px;
    float: left;
    text-align: center;
    margin-top: 50px
}

.MobileAPPOutline .TypicalCases ul li img {
    width:90px
}

.MobileAPPOutline .TypicalCases ul li p {
    font-size: 16px;
    color: #333;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}


.informatization-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.informatization-banner .informatization-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/informatization.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.informatization-banner .APP-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.informatization-banner .APP-banner-font .APP-banner-font_box {
    width: 1350px;
    margin: 0 auto;
}

.informatization-banner .APP-banner-font .font-left1 {
    width: 100%;
    float: left
}

.informatization-banner .APP-banner-font .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.informatization-banner .APP-banner-font .font-left2 {
    width: 100%;
    float: left
}

.informatization-banner .APP-banner-font .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.informatizationBg {
    width: 100%;
    float: left
}

.informatizationBg .informatizationBg-font {
    width: 1350px;
    margin: 50px auto 0
}

.informatizationBg .informatizationBg-font p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-indent: 2em
}

.informatizationBg .informatizationBgqb {
    width: 100%;
    min-height: 779px;
    background: url("../image/zqimg.png") no-repeat;
    background-size: contain;
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter {
    width: 1350px;
    height: 100%;
    margin: 30px auto 0
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left {
    width: 50%;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul {
    margin-top: 268px;
    margin-left: 56px;
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li {
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 40px
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li .leftImg1 {
    width: 32px;
    height: 32px;
    background: url("../image/zqimgIcon.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li .leftImg2 {
    width: 32px;
    height: 32px;
    background: url("../image/zqimgIcon2.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li .leftImg3 {
    width: 32px;
    height: 32px;
    background: url("../image/zqimgIcon3.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li .leftImg4 {
    width: 32px;
    height: 32px;
    background: url("../image/zqimgIcon4.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .left ul li p {
    float: left;
    font-size: 24px;
    color: #fff;
    margin-left: 10px
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .right {
    width: 50%;
    float: left
}

.informatizationBg .informatizationBgqb .informatizationBgqbCenter .right i {
    width: 694px;
    height: 456px;
    background: url("../image/zqimgIcon.jpg") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 233px
}

.informatizationBg .nformatizationBgqbxiugai {
    width: 1350px;
    margin: 0 auto;
}

.informatizationBg .nformatizationBgqbxiugai ul {
    width: 100%;
    float: left
}

.informatizationBg .nformatizationBgqbxiugai ul li {
    width: 325px;
    text-align: center;
    display: inline-block
}

.informatizationBg .nformatizationBgqbxiugai ul li .p1 {
    font-size: 24px;
    color: #333;
}

.informatizationBg .nformatizationBgqbxiugai ul li .p2 {
    width: 40px;
    height: 2px;
    background: #0D86E9;
    margin: 17px auto 0;
    transition: all 0.5s
}

.informatizationBg .nformatizationBgqbxiugai ul li:hover .p2 {
    width: 100px;
    height: 2px;
}

.informatizationBg .nformatizationBgqbxiugai ul li .p3 {
    width: 58px;
    height: 58px;
    background: url("../image/dsadimg1.svg") no-repeat;
    background-size: 100% 100%;
    margin: 25px auto 0;
    transition: all 0.5s ease-out
}

.informatizationBg .nformatizationBgqbxiugai ul li:hover .p3 {
    transform: scale(1.1);
}

.informatizationBg .nformatizationBgqbxiugai ul li .p32 {
    width: 58px;
    height: 58px;
    background: url("../image/dsadimg2.svg") no-repeat;
    background-size: 100% 100%;
    margin: 25px auto 0;
    transition: all 0.5s ease-out
}

.informatizationBg .nformatizationBgqbxiugai ul li:hover .p32 {
    transform: scale(1.1);
}

.informatizationBg .nformatizationBgqbxiugai ul li .p33 {
    width: 58px;
    height: 58px;
    background: url("../image/dsadimg3.svg") no-repeat;
    background-size: 100% 100%;
    margin: 25px auto 0;
    transition: all 0.5s ease-out
}

.informatizationBg .nformatizationBgqbxiugai ul li:hover .p33 {
    transform: scale(1.1);
}

.informatizationBg .nformatizationBgqbxiugai ul li .p4 {
    width: 224px;
    font-size: 14px;
    color: #666;
    margin: 15px auto 0;
    text-align: left;
    line-height: 30px;
}

.informatizationBg .nformatizationBgqbxiugai ul li:first-child {
    float: left
}

.informatizationBg .nformatizationBgqbxiugai ul li:nth-child(2) {
    margin-left: 187.5px
}

.informatizationBg .nformatizationBgqbxiugai ul li:last-child {
    float: right
}

.informatizationAnli {
    width: 1350px;
    margin: 0 auto
}

.informatizationAnli ul {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 27px
}

.informatizationAnli ul li {
    width: 50%;
    height: 230px;
    float: left;
    margin-top: 37px;
    overflow: hidden;
    transition: all 0.6s
}

.informatizationAnli ul li:hover {
    box-shadow: 0 5px 50px rgba(0, 20, 20, 0.15)
}

.informatizationAnli ul li .informatizationAnliCenter {
    width: 640px;
    height: 100%
}

.informatizationAnli ul li .informatizationAnliCenter .leftImg {
    width: 186px;
    height: 100%;
    text-align: center;
    float: left
}

.informatizationAnli ul li .informatizationAnliCenter .leftImg img {
    width: 113px;
    margin-top: 32px
}

.informatizationAnli ul li .informatizationAnliCenter .rightCenter {
    width: 454px;
    height: 100%;
    float: left
}

.informatizationAnli ul li .informatizationAnliCenter .rightCenter .rightCenterP1 {
    font-size: 28px;
    color: #333;
    margin-top: 32px
}

.informatizationAnli ul li .informatizationAnliCenter .rightCenter .rightCenterP2 {
    font-size: 16px;
    color: #666;
    margin-top: 22px
}


.community .community-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.community .community-banner .community-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/community_img.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.community .community-banner .community-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.community .community-banner .community-banner-font .community-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.community .community-banner .community-banner-font .community-banner-font-box .font-left1 {
    width: 100%;
    float: left
}

.community .community-banner .community-banner-font .community-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.community .community-banner .community-banner-font .community-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.community .community-banner .community-banner-font .community-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.community .community_describe {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.community .community_describe p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    text-indent: 2em;
    line-height: 30px;
}

.community .community_describe .community_panorama {
    width: 1200px;
    height: 673px;
    background: url("../image/panorama.svg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.community .community_describe span {
    display: block;
    font-size: 20px;
    color: #666666;
    margin-top: 24px;
    text-align: center;
}

.community .community_Service {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
}

.community .community_Service .community_Service_title {
    width: 1350px;
    margin: 0 auto;
}

.community .community_Service .community_Service_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.community .community_Service .community_Service_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.community .community_Service .community_Service_box {
    width: 100%;
    margin-top: 40px;
}

.community .community_Service .community_Service_box .community_Service_box_img {
    width: 47%;
    float: left
}

.community .community_Service .community_Service_box .community_Srvice_box_txt {
    width: 53%;
    background-color: #0D86E9;
    float: left
}

.community .community_Service .community_Service_box .community_Srvice_box_txt ul {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt ul li {
    width: 100%;
    padding-left: 81px
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .iscon {
    width: 80px;
    height: 100px;
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .property {
    width: 100%;
    height: 80px;
    display: block;
    background: url("../image/property.svg") no-repeat;
    background-size: 100% 100%;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .community {
    width: 80px;
    height: 80px;
    display: block;
    background: url("../image/community.svg") no-repeat;
    background-size: 100% 100%;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .circle {
    width: 80px;
    height: 80px;
    display: block;
    background: url("../image/circle1.svg") no-repeat;
    background-size: 100% 100%;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .service_txt {
    width: 600px;
    height: 100px;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .service_txt h4 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.community .community_Service .community_Service_box .community_Srvice_box_txt .service_txt span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.community .community_function {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.community .community_function .serve-advantage_title_title {
    width: 100%;
}

.community .community_function .community_function_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.community .community_function .community_function_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.community .community_function .action_box {
    width: 100%;
    padding-top: 40px;
}

.community .community_function .action_box ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.community .community_function .action_box ul li {
    width: 25%;
    min-height: 250px;
    display: inline-block;
    margin-bottom: 30px;
}

.community .community_function .action_box .function1 {
    width: 63px;
    height: 62px;
    display: block;
    background: url("../image/function1.svg");
    background-size: 100%;
}

.community .community_function .action_box .function2 {
    width: 62px;
    height: 62px;
    display: block;
    background: url("../image/function2.svg");
    background-size: 100%;
}

.community .community_function .action_box .function3 {
    width: 56px;
    height: 63px;
    display: block;
    background: url("../image/function3.svg");
    background-size: 100%;
}

.community .community_function .action_box .function4 {
    width: 76px;
    height: 60px;
    display: block;
    background: url("../image/function4.svg");
    background-size: 100%;
}

.community .community_function .action_box .function5 {
    width: 74px;
    height: 53px;
    display: block;
    background: url("../image/function5.svg");
    background-size: 100%;
}

.community .community_function .action_box .function6 {
    width: 73px;
    height: 63px;
    display: block;
    background: url("../image/function6.svg");
    background-size: 100%;
}

.community .community_function .action_box .function7 {
    width: 65px;
    height: 62px;
    display: block;
    background: url("../image/function7.svg");
    background-size: 100%;
}

.community .community_function .action_box .function8 {
    width: 64px;
    height: 61px;
    display: block;
    background: url("../image/function8.svg");
    background-size: 100%;
}

.community .community_function .action_box h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

.community .community_function .action_box p {
    width: 70%;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}

.community .community_img {
    width: 100%;
}

.community .community_img ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.community .community_img ul li {
    width: 25%;
    display: inline-block;
}

.community .community_img ul li img {
    width: 100%;
    height: 100%;
}

.community .community_img .community_img_txt1 {
    background-color: #FB6E51;
    backface-visibility: hidden;
    position: relative;
    transition: all 0.5s;
}

.community .community_img .community_img_txt1:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 12.5px);
    bottom: -30px;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #FB6E51 transparent transparent transparent;
}

.community .community_img .community_img_txt1:hover {
    margin-bottom: 30px;
    transition: all 0.5s;
}

.community .community_img .community_img_txt2 {
    background-color: #8ACB44;
    backface-visibility: hidden;
    position: relative;
    transition: all 0.5s;
}

.community .community_img .community_img_txt2:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 12.5px);
    bottom: -30px;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #8ACB44 transparent transparent transparent;
}

.community .community_img .community_img_txt2:hover {
    margin-bottom: 30px;
    transition: all 0.5s;
}

.community .community_img .community_img_txt3 {
    background-color: #5E9DEB;
    backface-visibility: hidden;
    position: relative;
    transition: all 0.5s;
}

.community .community_img .community_img_txt3:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 25px);
    top: -30px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #5E9DEB transparent;
}

.community .community_img .community_img_txt3:hover {
    margin-top: 30px;
    transition: all 0.5s;
}

.community .community_img .community_img_txt4 {
    background-color: #FF8F00;
    backface-visibility: hidden;
    position: relative;
    transition: all 0.5s;
}

.community .community_img .community_img_txt4:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 25px);
    top: -30px;
    border-style: solid;
    border-width: 0 25px 30px 25px;
    border-color: transparent transparent #FF8F00 transparent;
}

.community .community_img .community_img_txt4:hover {
    margin-top: 30px;
    transition: all 0.5s;
}

.community .community_img ul li p {
    width: 70%;
    margin: 0 auto;
    padding-top: 17%;
    font-size: 28px;
    line-height: 44px;
    color: #FFFFFF;
}

.community .community_platform {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

.community .community_platform .community_platform_title {
    width: 1350px;
    margin: 0 auto;
}

.community .community_platform .community_platform_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.community .community_platform .community_platform_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.community .community_platform .platform1 {
    width: 46%;
    position: absolute;
    top: 130px;
    left: 5%;
}

.community .community_platform .platform2 {
    width: 24%;
    position: absolute;
    top: 317px;
    left: 30%;
}

.community .community_platform .community_platform_box {
    width: 100%;
    height: 434px;
    background-color: #0D86E9;
    margin-top: 118px;
}

.community .community_platform .community_platform_box .community_platform_txt {
    width: 44%;
    float: right;
    margin-top: 61px;
}

.community .community_platform .community_platform_box .community_platform_txt h3 {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 25px;
}

.community .community_platform .community_platform_box .community_platform_txt p {
    width: 480px;
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}


.parking .parking-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.parking .parking-banner .parking-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/parking-img.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.parking .parking-banner .parking-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.parking .parking-banner .parking-banner-font .parking-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.parking .parking-banner .parking-banner-font .parking-banner-font-box .font-left1 {
    width: 100%;
    float: left
}

.parking .parking-banner .parking-banner-font .parking-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.parking .parking-banner .parking-banner-font .parking-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.parking .parking-banner .parking-banner-font .parking-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.parking .parking_describe {
    width: 100%;
    background-color: #ECF1F4;
    display: inline-block;
    padding-bottom: 20px;
}

.parking .parking_describe .parking_min {
    width: 1350px;
    margin: 0 auto;
    padding-top: 25px;
}

.parking .parking_describe .parking_min .parking_min_txt {
    width: 520px;
    float: left;
    margin-top: 50px;
}

.parking .parking_describe .parking_min .parking_min_txt p {
    text-indent: 2em;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
}

.parking .parking_describe .parking_min .parking_min_img {
    width: 716px;
    height: 335px;
    background: url("../image/parking_right.jpg") no-repeat;
    background-size: 100% 100%;
    float: right;
}

.parking .parking_box {
    width: 1350px;
    margin: 0 auto;
    padding-top: 80px;
}

.parking .parking_box .Reverse {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.parking .parking_box .Reverse .Reverse-img {
    width: 581px;
    height: 412px;
    background: url("../image/reverse.jpg") no-repeat;
    background-size: 100% 100%;
    float: left;
}

.parking .parking_box .Reverse .Reverse-txt {
    width: 667px;
    padding-top: 100px;
    float: right;
}

.parking .parking_box .Reverse .Reverse-txt h3 {
    font-size: 48px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking_box .Reverse .Reverse-txt p {
    font-size: 24px;
    margin-top: 50px;
    line-height: 36px;
    color: #666666;
}

.parking .parking_box .Parking-space-booking {
    width: 100%;
    display: inline-block;
    margin-bottom: 113px;
}

.parking .parking_box .Parking-space-booking .Reverse-txt {
    width: 667px;
    float: left;
}

.parking .parking_box .Parking-space-booking .Reverse-txt h3 {
    font-size: 48px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking_box .Parking-space-booking .Reverse-txt p {
    font-size: 24px;
    margin-top: 50px;
    line-height: 36px;
    color: #666666;
}

.parking .parking_box .Parking-space-booking .Reverse-txt ul {
    width: 100%;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #D2D2D2;
}

.parking .parking_box .Parking-space-booking .Reverse-txt ul li {
    display: inline-block;
    margin-right: 44px;
}

.parking .parking_box .Parking-space-booking .Reverse-txt .To-lock {
    width: 88px;
    height: 77px;
    display: block;
    background: url("../image/To-lock.jpg") no-repeat;
    background-size: 100% 100%;
}

.parking .parking_box .Parking-space-booking .Reverse-txt .police {
    width: 92px;
    height: 111px;
    display: block;
    background: url("../image/police.jpg") no-repeat;
    background-size: 100% 100%;
}

.parking .parking_box .Parking-space-booking .Reverse-txt .electronic {
    width: 118px;
    height: 44px;
    display: block;
    background: url("../image/electronic.jpg") no-repeat;
    background-size: 100% 100%;
}

.parking .parking_box .Parking-space-booking .Reverse-txt ul li p {
    font-size: 16px;
    color: #808080;
    text-align: center;
}

.parking .parking_box .Parking-space-booking .Reverse-img {
    width: 581px;
    height: 412px;
    background: url("../image/appointment.jpg") no-repeat;
    background-size: 100% 100%;
    float: right;
}

.parking .parking_box .Car-rental-payment {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.parking .parking_box .Car-rental-payment .Reverse-txt {
    width: 667px;
    padding-top: 100px;
    float: left;
}

.parking .parking_box .Car-rental-payment .Reverse-txt h3 {
    font-size: 48px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking_box .Car-rental-payment .Reverse-txt p {
    font-size: 24px;
    margin-top: 50px;
    line-height: 36px;
    color: #666666;
}

.parking .parking_box .Car-rental-payment .Reverse-img {
    width: 581px;
    height: 412px;
    background: url("../image/Pay2.jpg") no-repeat;
    background-size: 100% 100%;
    float: right;
}

.parking .parking_box .Reverse .Reverse-img3 {
    width: 581px;
    height: 412px;
    background: url("../image/Pay.jpg") no-repeat;
    background-size: 100% 100%;
    float: left;
}

.parking .parking_box .Reverse .Reverse-img05 {
    width: 581px;
    height: 412px;
    background: url("../image/data.jpg") no-repeat;
    background-size: 100% 100%;
    float: left;
}


.parking .parking-scene {
    width: 100%;
}

.parking .parking-scene .parking-scene_title {
    width: 1350px;
    margin: 0 auto;
}

.parking .parking-scene .parking-scene_title h3 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking-scene .parking-scene_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.parking .parking-scene .parking-scene-img {
    width: 100%;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.parking .parking-scene .parking-scene-img ul {
    width: 100%;
    margin: 0 auto;
}

.parking .parking-scene .parking-scene-img ul li {
    width: 25%;
    display: inline-block;
    transition: all 0.5s ease-out;
    cursor: pointer;
    position: relative;
}

.parking .parking-scene .parking-scene-img ul li img {
    width: 680px;
}

.parking .parking-scene .parking-scene-img ul:hover li {
    width: 20%;
}

.parking .parking-scene .parking-scene-img ul li:hover {
    width: 40%;
}

.parking .parking-scene .parking-scene-img ul li div {
    width: 100%;
    position: absolute;
    top: 22%;
}

.parking .parking-scene .parking-scene-img ul li div i {
    width: 80px;
    height: 74px;
    display: block;
    margin: auto;
}

.parking .parking-scene .parking-scene-img .scenario1 {
    background: url("../image/scenario1.svg") center 100% no-repeat;
    background-size: 100% 100%;
}

.parking .parking-scene .parking-scene-img .scenario2 {
    background: url("../image/scenario2.svg") center 100% no-repeat;
    background-size: 100% 100%;
}

.parking .parking-scene .parking-scene-img .scenario3 {
    background: url("../image/scenario3.svg") center 100% no-repeat;
    background-size: 100% 100%;
}

.parking .parking-scene .parking-scene-img .scenario4 {
    background: url("../image/scenario4.svg") center 100% no-repeat;
    background-size: 100% 100%;
}

.parking .parking-scene .parking-scene-img ul li div p {
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
    margin-top: 41px;
}


.parking .parking-payment {
    width: 1350px;
    margin: 50px auto 0;
}

.parking .parking-payment .parking-payment_title {
    width: 100%;
}

.parking .parking-payment .parking-payment_title h3 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking-payment .parking-payment_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.parking .parking-payment .parking-payment-box {
    width: 100%;
    margin-top: 45px;
}

.parking .parking-payment .parking-payment-box ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.parking .parking-payment .parking-payment-box ul li {
    width: 188px;
    height: 168px;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(1) {
    background-color: #21d68f;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(2) {
    background-color: #479cf6;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(3) {
    background-color: #f4c531;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(4) {
    background-color: #f96768;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(5) {
    background-color: #c784f7;
}

.parking .parking-payment .parking-payment-box ul li:nth-child(6) {
    background-color: #ff9f31;
}

.parking .parking-payment .parking-payment-box ul li strong {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
}

.parking .parking-payment .parking-payment-box .weixin {
    width: 80px;
    height: 67px;
    background: url("../image/weixin.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box .zhifubao {
    width: 80px;
    height: 67px;
    background: url("../image/zhifubao.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box .jifen {
    width: 80px;
    height: 67px;
    background: url("../image/jifen.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box .youhuijuan {
    width: 80px;
    height: 67px;
    background: url("../image/youhuijuan.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box .qianbao {
    width: 80px;
    height: 67px;
    background: url("../image/qianbao.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box .sanfan {
    width: 80px;
    height: 67px;
    background: url("../image/sanfang.svg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-payment .parking-payment-box ul li:hover .weixin {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li:hover .zhifubao {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li:hover .jifen {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li:hover .youhuijuan {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li:hover .qianbao {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li:hover .sanfan {
    transform: scale(1.1);
}

.parking .parking-payment .parking-payment-box ul li p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.parking .parking-terminal {
    width: 1350px;
    margin: 50px auto 0;
}

.parking .parking-terminal .parking-terminal_title {
    width: 100%;
}

.parking .parking-terminal .parking-terminal_title h3 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.parking .parking-terminal .parking-terminal_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.parking .parking-terminal .parking-terminal-img {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.parking .parking-terminal .parking-terminal-img ul {
    width: 780px;
    margin: 0 auto;
}

.parking .parking-terminal .parking-terminal-img ul li {
    display: inline-block;
    float: left
}

.parking .parking-terminal .parking-terminal-img ul li:nth-child(1) {
    margin-right: 200px;
}

.parking .parking-terminal .parking-terminal-img ul li strong {
    display: block;
}

.parking .parking-terminal .parking-terminal-img .xiaochenxu {
    width: 290px;
    height: 248px;
    background: url("../image/xiaochenxu.jpg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-terminal .parking-terminal-img .xiaochenxu:hover {
    width: 290px;
    height: 248px;
    background: url("../image/xiaochenxu01.jpg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-terminal .parking-terminal-img .app {
    width: 290px;
    height: 248px;
    background: url("../image/app.jpg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-terminal .parking-terminal-img .app:hover {
    width: 290px;
    height: 248px;
    background: url("../image/app01.jpg") no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.parking .parking-terminal .parking-terminal-img ul li p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}


.smallProgram-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.smallProgram-banner .smallProgramBgImg {
    width: 100%;
    height: 400px;
    background: url("../image/smallProgramImg.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.smallProgram-banner .smallProgram-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.smallProgram-banner .smallProgram-banner-font .smallProgram-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.smallProgram-banner .smallProgram-banner-font .font-left1 {
    width: 100%;
    float: left
}

.smallProgram-banner .smallProgram-banner-font .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.smallProgram-banner .smallProgram-banner-font .font-left2 {
    width: 100%;
    float: left
}

.smallProgram-banner .smallProgram-banner-font .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.smallProgram {
    width: 100%;
    float: left;
}

.smallProgram .smallProgramCenter {
    width: 1350px;
    margin: 0 auto;
}

.smallProgram .smallProgramCenter .Introduction {
    width: 100%;
    margin-top: 50px
}

.smallProgram .smallProgramCenter .Introduction .left {
    width: 880px;
    float: left;
    margin-top: 12px
}

.smallProgram .smallProgramCenter .Introduction .left p {
    line-height: 36px;
    font-size: 16px;
    color: #333;
    margin-top: 50px;
    text-indent: 2em;
}

.smallProgram .smallProgramCenter .Introduction .left p:last-child {
    margin-top: 15px;
    text-indent: 2em;
}

.smallProgram .smallProgramCenter .Introduction .right {
    width: 400px;
    float: right;
    position: relative
}

.smallProgram .smallProgramCenter .Introduction .right ul li {
    position: absolute;
    font-size: 14px;
    color: #333333;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(1) {
    top: 12px;
    left: -19px;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(2) {
    top: -7px;
    left: 107px;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(3) {
    top: -28px;
    left: 209px;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(4) {
    top: 78px;
    right: -36px;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(5) {
    bottom: 100px;
    right: 47px;
}

.smallProgram .smallProgramCenter .Introduction .right ul li:nth-child(6) {
    bottom: 77px;
    right: 144px;
}

.smallProgram .smallProgramCenter .Introduction .right img {
    width: 100%;
}

.smallProgram .smallProgramCenter .smallProgramSubscribe {
    width: 100%;
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul {
    width: 100%;
    margin: 0 auto;
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 54px;
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p1 {
    width: 110px;
    height: 110px;
    background: url("../image/smallProgramImg3.png") center no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p12 {
    width: 110px;
    height: 110px;
    background: url("../image/smallProgramImg4.png") center no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p13 {
    width: 110px;
    height: 110px;
    background: url("../image/smallProgramImg5.png") center no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p14 {
    width: 110px;
    height: 110px;
    background: url("../image/smallProgramImg6.png") center no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p2 {
    font-size: 18px;
    color: #333;
    margin: 15px 0
}

.smallProgram .smallProgramCenter .smallProgramSubscribe ul li .p3 {
    width: 242px;
    font-size: 13px;
    color: #666;
    margin: 0 auto;
    line-height: 28px
}

.smallProgram .smallProgramCenter .platformDevelopment {
    width: 100%;
    position: relative
}

.smallProgram .smallProgramCenter .platformDevelopment ul {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.smallProgram .smallProgramCenter .platformDevelopment ul li {
    width: 50%;
    float: left;
    margin-top: 60px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg {
    width: 425px;
    height: 200px;
    background: #fff;
    box-shadow: 0 3px 20px rgba(32, 134, 251, 0.3);
    float: left
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:first-child .centerBg {
    margin-left: 96px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(2) .centerBg {
    float: right;
    margin-right: 96px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(4) .centerBg {
    float: right
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(5) .centerBg {
    margin-left: 96px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:last-child .centerBg {
    float: right;
    margin-right: 96px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg p {
    width: 386px;
    margin: 0 auto
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg .p1 {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    transition: all 0.3s
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg .p2 {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 30px
}

.smallProgram .smallProgramCenter .platformDevelopment .platformDevelopmentImg {
    width: 300px;
    height: 416px;
    background: url("../image/smallProgramImg7.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 524px;
    top: 237px
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg .platformDevelopmentDot {
    transition: all 0.5s
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 560px;
    top: 320px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .platformDevelopment ul li .centerBg:hover .p1 {
    color: #0E8FFF;
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(2) .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 753px;
    top: 320px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(2) .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(3) .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 460px;
    top: 520px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(3) .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(4) .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 853px;
    top: 520px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(4) .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(5) .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 557px;
    top: 710px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(5) .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(6) .centerBg:hover .platformDevelopmentDot {
    width: 40px;
    position: absolute;
    left: 757px;
    top: 710px;
    opacity: 0.3
}

.smallProgram .smallProgramCenter .platformDevelopment ul li:nth-child(6) .centerBg:hover .platformDevelopmentDot i {
    width: 6px;
    height: 6px;
    background: #4AA0FF;
    display: inline-block;
    border-radius: 50%
}

.smallProgram .smallProgramCenter .standard {
    width: 100%
}

.smallProgram .smallProgramCenter .standard ul {
    width: 100%;
    float: left;
}

.smallProgram .smallProgramCenter .standard ul li {
    width: 450px;
    height: 80px;
    float: left;
    margin-top: 60px
}

.smallProgram .smallProgramCenter .standard ul li .left {
    width: 100px;
    float: left
}

.smallProgram .smallProgramCenter .standard ul li .left i {
    width: 64px;
    height: 64px;
    background: url("../image/standard1.svg") no-repeat;
    background-size: 100%;
    display: inline-block
}

.smallProgram .smallProgramCenter .standard ul li:nth-child(2) .left i {
    width: 64px;
    height: 75px;
    background: url("../image/standard2.svg") no-repeat;
    background-size: 100%;
    display: inline-block
}

.smallProgram .smallProgramCenter .standard ul li:nth-child(3) .left i {
    width: 64px;
    height: 64px;
    background: url("../image/standard3.svg") no-repeat;
    background-size: 100%;
    display: inline-block
}

.smallProgram .smallProgramCenter .standard ul li:nth-child(4) .left i {
    width: 64px;
    height: 64px;
    background: url("../image/standard4.svg") no-repeat;
    background-size: 100%;
    display: inline-block
}

.smallProgram .smallProgramCenter .standard ul li:nth-child(5) .left i {
    width: 64px;
    height: 64px;
    background: url("../image/standard5.svg") no-repeat;
    background-size: 100%;
    display: inline-block
}

.smallProgram .smallProgramCenter .standard ul li .right {
    width: 350px;
    float: left
}

.smallProgram .smallProgramCenter .standard ul li .right .hover {
    width: 0;
    height: 0;
    transition: all 0.5s;
    padding-top: 2px;
    margin-top: 2px;
}

.smallProgram .smallProgramCenter .standard ul li:hover .hover {
    width: 100px;
    height: 2px;
    background: #249BFC
}

.smallProgram .smallProgramCenter .standard ul li .right p:first-child {
    font-size: 24px;
    color: #333
}

.smallProgram .smallProgramCenter .standard ul li .right p:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 8px
}

.smallProgram .smallProgramCenter .suitableIndustry {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li {
    width: 168.75px;
    height: 168.75px;
    float: left;
    text-align: center
}

.smallProgram .smallProgramCenter .suitableIndustry ul li .p2 {
    width: 20px;
    height: 3px;
    background: #fff;
    opacity: 0.6;
    margin: 0 auto;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:hover .p2 {
    width: 40px;
    height: 3px;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li .p3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 7px;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:first-child {
    background: #FF653D
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:first-child .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry1.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:hover .p1 {
    transform: scale(1.1)
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:first-child .p11 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem3.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(2) {
    background: #FFB342
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(2) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry2.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(2) .p12 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem4.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(3) {
    background: #85E53D
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(3) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry3.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(3) .p13 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem5.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(4) {
    background: #7B9EFF
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(4) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry4.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(4) .p14 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem6.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(5) {
    background: #6DCAE2
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(5) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry5.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(5) .p15 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem7.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(6) {
    background: #FFA557
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(6) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry6.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(6) .p16 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem8.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(7) {
    background: #F583A2
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(7) .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry7.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:nth-child(7) .p17 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem9.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:last-child {
    background: #79C0F2
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:last-child .p1 {
    width: 45px;
    height: 65px;
    background: url("../image/suitableIndustry8.svg") no-repeat;
    background-size: 100%;
    margin: 36px auto 0;
    transition: all 0.5s;
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:last-child .p18 {
    width: 45px;
    height: 65px;
    background: url("../image/TouchGuideSystem10.png") no-repeat;
    background-size: 100%;
    margin: 36px auto 0
}

.smallProgram .smallProgramCenter .suitableIndustry ul li .hover {
    transition: all 0.5s
}

.smallProgram .smallProgramCenter .suitableIndustry ul li:hover .hover {
    transform: scale(1.1);
}


.TouchGuideSystem-banner {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.TouchGuideSystem-banner .TouchGuideSystem-banner-img {
    width: 100%;
    height: 100%;
    background: url("../image/TouchGuideSystembanner.jpg") center 100% no-repeat;
    display: block;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.TechnicalSupport-box {
    position: relative;
}

.TechnicalSupport-box ul li {
    position: absolute;
}

.TechnicalSupport-box ul li strong {
    display: block;
    font-size: 30px;
    color: #FFFFFF;
}

.TechnicalSupport-box ul li p {
    font-size: 24px;
    color: #333333;
}

.TechnicalSupport-box ul li span {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px
}

.TechnicalSupport-box ul li:nth-child(1) {
    top: 132px;
    left: 179px;
}

.TechnicalSupport-box ul li:nth-child(2) {
    top: 65px;
    left: 469px;
}

.TechnicalSupport-box ul li:nth-child(3) {
    bottom: 63px;
    left: 478px;
}

.TechnicalSupport-box ul li:nth-child(4) {
    top: 94px;
    right: 178px;
}

.TechnicalSupport-box ul li:nth-child(5) {
    top: 67px;
    right: 462px;
}

.TechnicalSupport-box ul li:nth-child(6) {
    bottom: 69px;
    right: 467px;
}

.TechnicalSupport-box .TechnicalSupport {
    width: 75%;
    height: 365px;
    background: url("../image/TouchGuideSystem2.jpg") no-repeat;
    background-size: 100%;
    margin-top: 50px;
    margin: 0 auto
}

.TheCoreFunction {
    width: 100%;
    float: left;
}

.TheCoreFunction ul li {
    width: 450px;
    float: left;
    margin-top: 40px
}

.TheCoreFunction ul li p:first-child {
    font-size: 24px;
    color: #333;
    width: 100%;
    float: left
}

.TheCoreFunction ul li p:first-child span {
    font-size: 36px;
    color: #999;
    float: left;
    margin: -8px 10px 0 0;
    font-family: Montserratfont;
}

.TheCoreFunction ul li p:last-child {
    width: 320px;
    font-size: 14px;
    color: #666;
    opacity: 0.6;
    margin: 12px 0 0 50px;
    line-height: 24px;
    float: left
}

.TheCoreFunction .hover {
    width: 0;
    height: 0;
    transition: all 0.5s;
    padding-top: 2px;
    margin-top: 2px;
    clear: both;
    margin-left: 57px;
}

.TheCoreFunction ul li:hover .hover {
    width: 100px;
    height: 2px;
    background: #249BFC
}

.TouchGuideSystemType {
    width: 100%;
    float: left;
    margin-top: 40px
}

.TouchGuideSystemType ul li {
    width: 330px;
    float: left;
    margin-left: 10px
}

.TouchGuideSystemType ul li:first-child {
    margin-left: 0
}

.TouchGuideSystemType ul li .TouchGuideSystemTypeImg {
    width: 100%;
    height: auto
}

.TouchGuideSystemType ul li .TouchGuideSystemTypeImg img {
    width: 100%;
    height: 200px;
}

.TouchGuideSystemType ul li strong {
    display: block;
    color: #333;
    opacity: 0.7;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.TouchGuideSystemType ul li p {
    color: #878787;
    opacity: 0.7;
    font-size: 14px;
    line-height: 25px
}


.informationSystem-banner {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.informationSystem-banner .informationSystem-banner-img {
    width: 100%;
    height: 100%;
    background: url("../image/informationSystem.jpg") center 100% no-repeat;
    display: block;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.APP-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.APP-banner-font .APP-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.APP-banner-font .APP-banner-font-box-font-box .font-left1 {
    width: 100%;
    float: left
}

.APP-banner-font .APP-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.APP-banner-font .APP-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.APP-banner-font .APP-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}



.IndoorPositioningNavigation-banner {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.IndoorPositioningNavigation-banner .IndoorPositioningNavigation-banner-img {
    width: 100%;
    height: 100%;
    background: url("../image/IndoorPositioningNavigation.jpg") center 100% no-repeat;
    display: block;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.smallProgram .smallProgramCenter .Introduction .left-txt {
    width: 754px;
    float: left;
}

.smallProgram .smallProgramCenter .Introduction .left-txt p {
    line-height: 36px;
    font-size: 16px;
    color: #333;
    margin-top: 55px;
    text-indent: 2em;
}

.smallProgram .smallProgramCenter .Introduction .left-txt p:last-child {
    margin-top: 40px;
    text-indent: 2em;
}

.smallProgram .smallProgramCenter .Introduction .right-txt {
    width: 500px;
    float: right;
    position: relative
}

.smallProgram .smallProgramCenter .Introduction .right-txt img {
    width: 100%
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li {
    position: absolute;
    color: #333333;
    font-size: 18px;
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li:nth-child(1) {
    top: 208px;
    left: 88px;
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li:nth-child(2) {
    top: 161px;
    left: 185px;
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li:nth-child(3) {
    bottom: 66px;
    right: 205px;
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li:nth-child(4) {
    top: 64px;
    right: 155px;
}

.smallProgram .smallProgramCenter .Introduction .right-txt ul li:nth-child(5) {
    top: 169px;
    right: 18px;
}

.location-technique {
    width: 100%;
    background-color: #f7fafc;
    padding-bottom: 11px;
    margin-top: 30px;
}

.location-technique .location-technique_title {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.location-technique .location-technique_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.location-technique .location-technique_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.location-technique .location-technique-min {
    width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.location-technique .location-technique-min .geomagnetic-location {
    width: 650px;
    height: 250px;
    background-color: #fff;
    margin-bottom: 50px;
    padding-bottom: 45px;
    transition: all 1s;
}

.location-technique .location-technique-min .geomagnetic-location:hover {
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-txt {
    float: left;
    padding-left: 44px;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-txt h3 {
    font-size: 28px;
    padding-top: 49px;
    color: #333333;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-txt ul {
    width: 308px;
    margin: 31px 0 0 15px;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-txt ul li {
    list-style: initial;
    color: #0d86e9;
    font-size: 12px;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-txt ul li span {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-img1 {
    width: 160px;
    height: 112px;
    background: url("../image/positioning1.svg") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin: 80px 50px 0 0;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-img2 {
    width: 150px;
    height: 121px;
    background: url("../image/positioning2.svg") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin: 80px 50px 0 0;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-img3 {
    width: 150px;
    height: 122px;
    background: url("../image/positioning3.svg") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin: 80px 50px 0 0;
}

.location-technique .location-technique-min .geomagnetic-location .geomagnetic-location-img4 {
    width: 168px;
    height: 153px;
    background: url("../image/positioning4.svg") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin: 80px 50px 0 0;
}

.Technology-terminal {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.Technology-terminal .Technology-terminal_title {
    width: 100%;
}

.Technology-terminal .Technology-terminal_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.Technology-terminal .Technology-terminal_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.Technology-terminal .Technology-terminal-img {
    width: 100%;
    margin-top: 60px;
}

.Technology-terminal .Technology-terminal-img ul {
    display: flex;
    align-items: center;
}

.Technology-terminal .Technology-terminal-img ul li {
    width: 25%;
}

.Technology-terminal .Technology-terminal-img .wifi {
    width: 109px;
    height: 128px;
    display: block;
    background: url("../image/android.svg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

.Technology-terminal .Technology-terminal-img .ios {
    width: 108px;
    height: 129px;
    display: block;
    background: url("../image/iOS.svg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

.Technology-terminal .Technology-terminal-img .web {
    width: 117px;
    height: 101px;
    display: block;
    background: url("../image/WEB.svg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

.Technology-terminal .Technology-terminal-img .other {
    width: 116px;
    height: 116px;
    display: block;
    background: url("../image/other.svg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto
}

.Technology-terminal .Technology-terminal-img p {
    text-align: center;
    padding-top: 27px;
    font-size: 18px;
    color: #333333;
}

.hardware {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.hardware .hardware_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.hardware .hardware_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.hardware .hardware-img {
    width: 100%;
    margin-top: 67px;
}

.hardware .hardware-img ul {
    display: flex;
    align-items: center;
}

.hardware .hardware-img ul li {
    width: 25%;
}

.hardware .hardware-img .beacon {
    width: 222px;
    height: 220px;
    display: block;
    background: url("../image/Beacon.svg") no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.hardware .hardware-img .ap {
    width: 192px;
    height: 197px;
    display: block;
    background: url("../image/AP.svg") no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.hardware .hardware-img p {
    text-align: center;
    font-size: 18px;
    color: #333333;
}


.electricity .electricity-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.electricity .electricity-banner .electricity-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/community_img.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.electricity .electricity-banner .electricity-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.electricity .electricity-banner .electricity-banner-font .electricity-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.electricity .electricity-banner .electricity-banner-font .electricity-banner-font-box .font-left1 {
    width: 100%;
    float: left
}

.electricity .electricity-banner .electricity-banner-font .electricity-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.electricity .electricity-banner .electricity-banner-font .electricity-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.electricity .electricity-banner .electricity-banner-font .electricity-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.electricity .electricity_B2 {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.electricity .electricity_B2 .electricity_B2_left {
    width: 705px;
    margin-top: 84px;
    float: left;
}

.electricity .electricity_B2 .electricity_B2_left h2 {
    font-size: 40px;
    color: #0D86E9;
    font-weight: bold;
    margin-bottom: 46px;
}

.electricity .electricity_B2 .electricity_B2_left p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
}

.electricity .electricity_B2 .electricity_B2_right {
    width: 578px;
    height: 426px;
    background: url("../image/electricity-r1.jpg") no-repeat;
    background-size: 100% 100%;
    float: right;
}

.electricity .electricity_channel {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.electricity .electricity_channel .celectricity_channel_title {
    width: 100%;
}

.electricity .electricity_channel .celectricity_channel_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.electricity .electricity_channel .celectricity_channel_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.electricity .channel-Present {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.electricity .channel-Present ul {
    width: 700px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.electricity .channel-Present ul li {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
}

.electricity .channel-Present ul li:nth-child(1) {
    top: 0;
    left: 255px;
    background-color: #F5CE6F;
}

.electricity .channel-Present ul li:nth-child(2) {
    top: 161px;
    left: 0;
    background-color: #8ABDFC;
}

.electricity .channel-Present ul li:nth-child(3) {
    top: 161px;
    right: 0;
    background-color: #FF8190;
}

.electricity .channel-Present ul li:nth-child(4) {
    top: 440px;
    left: 0;
    background-color: #CEA4F7;
}

.electricity .channel-Present ul li:nth-child(5) {
    top: 440px;
    right: 0;
    background-color: #67CAF8;
}

.electricity .channel-Present ul li:nth-child(6) {
    bottom: 0;
    left: 255px;
    background-color: #5DEB8D;
}

.electricity .channel-Present ul li:last-child {
    width: 240px;
    height: 95px;
    top: 358px;
    left: 230px;
}

.electricity .channel-Present .channel1 {
    width: 63px;
    height: 56px;
    display: block;
    background: url("../image/channel1.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present .channel2 {
    width: 60px;
    height: 55px;
    display: block;
    background: url("../image/channel2.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present .channel3 {
    width: 57px;
    height: 57px;
    display: block;
    background: url("../image/channel3.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present .channel4 {
    width: 37px;
    height: 66px;
    display: block;
    background: url("../image/channel4.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present .channel5 {
    width: 76px;
    height: 64px;
    display: block;
    background: url("../image/channel5.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present .channel6 {
    width: 58px;
    height: 65px;
    display: block;
    background: url("../image/channel6.svg");
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.electricity .channel-Present h4 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 15px 0 10px 0;
    text-align: center;
}

.electricity .channel-Present p {
    width: 164px;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.electricity .channel-Present h3 {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.electricity .channel-Present span {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 14px;
    text-align: center;
}

.electricity .electricity_marketing {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.electricity .electricity_marketing .electricity_marketing_title {
    width: 100%;
}

.electricity .electricity_marketing .electricity_marketing_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.electricity .electricity_marketing .electricity_marketing_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.electricity .electricity_marketing .action_box {
    width: 100%;
    padding-top: 50px;
}

.electricity .electricity_marketing .action_box ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.electricity .electricity_marketing .action_box ul li {
    width: 25%;
    min-height: 215px;
    display: inline-block;
}

.electricity .electricity_marketing .action_box .marketing1 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing1.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing2 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing2.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing3 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing3.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing4 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing4.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing5 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing5.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing6 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing6.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing7 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing7.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing8 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing8.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing9 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing9.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing10 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing10.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing11 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing11.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box .marketing12 {
    width: 73px;
    height: 73px;
    display: block;
    background: url("../image/marketing12.svg") no-repeat;
    background-size: 100%;
}

.electricity .electricity_marketing .action_box h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    padding: 25px 0 15px 0;
}

.electricity .electricity_marketing .action_box p {
    width: 70%;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
}

.electricity .electricity_industry {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
}

.electricity .electricity_industry .electricity_industry_title {
    width: 1350px;
    margin: 0 auto;
}

.electricity .electricity_industry .electricity_industry_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.electricity .electricity_industry .electricity_industry_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.electricity .electricity_industry_img {
    width: 100%;
    margin-top: 41px;
}

.electricity .electricity_industry_img ul {
    display: flex;
    align-items: center;
}

.electricity .electricity_industry_img ul li {
    width: 25%;
    position: relative
}

.electricity .electricity_industry_img ul li img {
    width: 100%;
    transition: all 0.3s
}

.electricity .electricity_industry_img ul li:hover img {
    transform: scale(1.05)
}

.electricity .electricity_industry_img ul li div {
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 30%;
}

.electricity .electricity_industry_img ul li div strong {
    width: 100%;
    margin: 0 auto;
}

.electricity .electricity_industry_img .icon1 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon1.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon2 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon2.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon3 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon3.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon4 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon4.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon5 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon5.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon6 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon6.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon7 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon7.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img .icon8 {
    width: 73px;
    height: 52px;
    display: block;
    background: url("../image/icon8.svg");
    background-size: 100% 100%;
}

.electricity .electricity_industry_img ul li div i {
    width: 22px;
    height: 4px;
    display: block;
    background-color: #FFFFFF;
    opacity: 0.6;
    margin: 0 auto;
    margin-top: 26px;
    transition: all 0.5s;
}

.electricity .electricity_industry_img ul li:hover i {
    width: 50px;
}

.electricity .electricity_industry_img ul li div h5 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 8px;
    text-align: center;
}

.electricity .electricity_industry_img ul li div p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    margin: 28px 34px 0 34px;
}

.electricity .electricity-One-stop {
    width: 1350px;
    margin: 0 auto;
    margin-top: 50px;
}

.electricity .electricity-One-stop .One-stop-tltle {
    width: 100%;
}

.electricity .electricity-One-stop .One-stop-tltle h2 {
    font-size: 32px;
    color: #0D86E9;
    display: block;
    font-weight: bold
}

.electricity .electricity-One-stop .One-stop-tltle i {
    width: 100px;
    height: 4px;
    background: #0D86E9;
    display: block;
    margin-top: 22px
}

.electricity .electricity-One-stop .electricity-One-stop-min ul li {
    width: 325px;
    height: 316px;
    float: left;
    text-align: center;
}

.electricity .electricity-One-stop .electricity-One-stop-min ul li .p1 {
    font-size: 24px;
    color: #333;
    margin-top: 50px
}

.electricity .electricity-One-stop .electricity-One-stop-min ul li .p2 {
    width: 40px;
    height: 2px;
    background: #0D86E9;
    margin: 17px auto 0;
    transition: all 0.5s
}

.electricity .electricity-One-stop .electricity-One-stop-min ul li:hover .p2 {
    width: 100px;
    height: 2px;
    background: #0D86E9;
    margin: 17px auto 0
}

.electricity .electricity-One-stop .electricity-One-stop-min ul li .p3 {
    width: 75px;
    height: 61px;
    background: url("../image/one1.png") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}


.electricity .electricity-One-stop .electricity-One-stop-min ul li .p32 {
    width: 75px;
    height: 61px;
    background: url("../image/one2.png") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}


.electricity .electricity-One-stop .electricity-One-stop-min ul li .p33 {
    width: 75px;
    height: 61px;
    background: url("../image/one3.png") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}


.electricity .electricity-One-stop .electricity-One-stop-min ul li .p34 {
    width: 75px;
    height: 61px;
    background: url("../image/one4.png") center 100% no-repeat;
    margin: 37px auto 0;
    transition: all 0.5s
}


.electricity .electricity-One-stop .electricity-One-stop-min ul li .p4 {
    width: 240px;
    font-size: 16px;
    color: #666;
    margin: 29px auto 0
}


.Big-data .Big-data-banner {
    width: 100%;
    height: 400px;
    min-width: 1350px;
    display: block;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}

.Big-data .Big-data-banner .Big-data-banner_img {
    width: 100%;
    height: 400px;
    background: url("../image/Big-data-img.jpg") center 100% no-repeat;
    -webkit-animation: scaleDraw 60s ease-in-out infinite 0s;
}

.Big-data .Big-data-banner .Big-data-banner-font {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.Big-data .Big-data-banner .Big-data-banner-font .Big-data-banner-font-box {
    width: 1350px;
    margin: 0 auto;
}

.Big-data .Big-data-banner .Big-data-banner-font .Big-data-banner-font-box .font-left1 {
    width: 100%;
    float: left
}

.Big-data .Big-data-banner .Big-data-banner-font .Big-data-banner-font-box .font-left1 .p1 {
    font-size: 44px;
    color: #fff;
    margin: 87px 0 0 66px
}

.Big-data .Big-data-banner .Big-data-banner-font .Big-data-banner-font-box .font-left2 {
    width: 100%;
    float: left
}

.Big-data .Big-data-banner .Big-data-banner-font .Big-data-banner-font-box .font-left2 .p2 {
    width: 509px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 26px 0 0 66px
}

.Big-data .Big-data-txt {
    width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
}

.Big-data .Big-data-txt .Big-data-txt-box {
    width: 100%;
    margin-left: 45px;
}

.Big-data .Big-data-txt .Big-data-txt-left {
    width: 848px;
    margin-top: 35px;
    float: left;
}

.Big-data .Big-data-txt .Big-data-txt-left p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
}

.Big-data .Big-data-txt .Big-data-txt-img {
    width: 531px;
    height: 334px;
    background: url("../image/data-right.jpg") no-repeat;
    background-size: 100%;
    float: right;
}

.Big-data .Big-data-img {
    width: 1350px;
    margin: 0 auto;
}

.Big-data .Big-data-img ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.Big-data .Big-data-img ul li {
    width: 430px;
    height: 250px;
}

.Big-data .Big-data-img ul li:hover {
    opacity: 0.9;
    transition: all 2s;
}

.Big-data .Big-data-img ul li:nth-child(1) {
    background: url("../image/Big-data1.jpg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .Big-data-img ul li:nth-child(2) {
    background: url("../image/Big-data2.jpg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .Big-data-img ul li:last-child {
    background: url("../image/Big-data3.jpg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage {
    width: 1350px;
    margin: 0 auto;
    padding-top: 50px;
}

.Big-data .serve-advantage .serve-advantage_title {
    width: 100%;
}

.Big-data .serve-advantage .serve-advantage_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.Big-data .serve-advantage .serve-advantage_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.Big-data .serve-advantage .serve-advantage_box {
    width: 100%;
}

.Big-data .serve-advantage .serve-advantage_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.Big-data .serve-advantage .serve-advantage_box ul li {
    width: 450px;
    display: inline-block;
    padding-top: 20px;
}

.Big-data .serve-advantage .serve-advantage_box .function1 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage11.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box .function2 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage21.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box .function3 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage31.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box .function4 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage41.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box .function5 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage51.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box .function6 {
    width: 88px;
    height: 68px;
    display: block;
    background: url("../image/advantage61.svg") no-repeat;
    background-size: 100% 100%;
}

.Big-data .serve-advantage .serve-advantage_box h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    padding-top: 30px;
}

.Big-data .serve-advantage .serve-advantage_box p {
    width: 300px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.Big-data .serve-advantage .serve-advantage_box .hover {
    width: 0;
    height: 0;
    transition: all 0.5s;
    padding-top: 2px;
    margin-top: 2px;
}

.Big-data .serve-advantage .serve-advantage_box ul li:hover .hover {
    width: 100px;
    height: 2px;
    background: #249BFC
}

.Big-data .Industry-support {
    width: 100%;
    padding-top: 50px;
}

.Big-data .Industry-support .Industry-support_title {
    width: 1350px;
    margin: 0 auto;
}

.Big-data .Industry-support .Industry-support_title h2 {
    font-size: 32px;
    color: #0D86E9;
    font-weight: bold;
}

.Big-data .Industry-support .Industry-support_title i {
    width: 100px;
    height: 4px;
    display: block;
    background-color: #0D86E9;
    margin-top: 22px;
}

.Big-data .Industry-support .Industry-support-box {
    width: 100%;
    margin-top: 50px;
}

.Big-data .Industry-support .Industry-support-box img {
    width: 50%;
    float: left;
}

.Big-data .Industry-support .Industry-support-box .Industry-support-txt {
    width: 50%;
    padding: 30px 10% 0 50px;
    float: right;
}

.Big-data .Industry-support .Industry-support-box .Industry-support-txt p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

.Big-data .Industry-support .Industry-support_img {
    width: 100%;
    margin-top: 66px;
}

.Big-data .Industry-support .Industry-support_img ul {
    display: flex;
    align-items: center;
}

.Big-data .Industry-support .Industry-support_img ul li {
    position: relative
}

.Big-data .Industry-support .Industry-support_img ul li img {
    width: 100%;
}

.Big-data .Industry-support .Industry-support_img ul li div {
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 60%;
}

.Big-data .Industry-support .Industry-support_img ul li div strong {
    width: 100%;
    margin: 0 auto;
}

.Big-data .Industry-support .Industry-support_img .icon1 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/financial1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon1 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon2 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/education1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon2 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon3 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/media1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon3 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon4 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/market1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon4 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon5 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/marketing13.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon5 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon6 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/tourism1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon6 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon7 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/Medical1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon7 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon8 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/building.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon8 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img .icon9 {
    width: 56px;
    height: 55px;
    display: block;
    background: url("../image/logistics1.svg");
    background-size: 100% 100%;
    transition: all 0.5s
}

.Big-data .Industry-support .Industry-support_img ul li:hover .icon9 {
    transform: scale(1.1);
}

.Big-data .Industry-support .Industry-support_img ul li div i {
    width: 22px;
    height: 4px;
    display: block;
    background-color: #FFFFFF;
    opacity: 0.6;
    margin: 0 auto;
    margin-top: 30px;
    transition: all 0.5s;
}

.Big-data .Industry-support .Industry-support_img ul li:hover i {
    width: 35px;
    height: 4px;
}

.Big-data .Industry-support .Industry-support_img ul li div h5 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 8px;
    text-align: center;
}