﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
.iconfont{
    display:none;
}
.layout {
    width: 1200px;
    margin: 0 auto;
}
.img img {
    width:100%;
    display:block;
}
.yih {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.erh {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.header_top_pack {
    display:flex;
    justify-content:space-between;
}
.header_top {
    background: rgb(246, 246, 246);
}
.header_top_pack span {
    font-size: 13px;
    line-height: 40px;
    color: rgb(0, 0, 0);
}
.header_nav {
    background:#fff;
    position:sticky;
    top:0;
    z-index:250;
}
.header_pack{
    display:flex;
    justify-content:space-between;
}
.logo {
    height:100px;
    padding:20px 0;
}
    .logo a {
        display: block;
        height: 100%;
    }
    .logo img {
        max-height: 100%;
        display: block;
    }
.w_nav  {
    display:flex;
}
    .w_nav > li {
        position:relative;
    }
    .w_nav > li > a {
        padding: 0 30px;
        display: block;
        font-size: 15px;
        font-weight: bold;
        color: #434343;
        line-height: 100px;
        border-top: 1px solid transparent;
    }
    .w_nav > .active > a,
    .w_nav > li > a:hover {
        border-top-color: rgb(0, 78, 162);
        color: rgb(0, 78, 162);
    }
.er_nav {
    width:100%;
    background:rgb(0, 78, 162);
    position:absolute;
    top:100%;
    left:0;
    display:none;
}
    .er_nav li a {
        font-size: 14px;
        line-height: 20px;
        padding: 13px 5px;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .er_nav li a:hover {
        background:rgb(0, 78, 162);
    }
    .join_plate {
        padding: 50px 0;
    }
.public_title {
    font-size: 24px;
    color: rgb(0, 78, 162);
    font-weight: bold;
}
.join_plate_pack {
    display: flex;
    margin-top: 30px;
    align-items: center;
    background: rgb(246, 246, 246);
}
    .join_plate_pack>div {
        width:50%;
    }
    .join_plate_img {
        overflow: hidden;
    }
.join_plate_img img {
   transition:all .5s;
   height:340px;
   object-fit:cover;
}
.join_plate_cont {
    font-size: 15px;
    line-height: 200%;
    color: rgb(90, 90, 90);
    padding: 0 50px;
    height:260px;
    overflow:auto;
}
.join_plate_cont::-webkit-scrollbar {
    width:2px;
}
.public_navigation {
    background: rgb(246, 246, 246);
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
}
.public_navigation a {
    color:#333;
    font-weight:bold;
}
    .public_navigation a:hover {
        text-decoration:underline;
    }
.join_plate2 {
    padding: 50px 0 10px;
    background: rgb(238, 238, 238);
}
.join_plate2_list {
    margin:30px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.join_plate2_list li {
    width:25%;
    padding:0 20px;
    margin-bottom:40px;
}
.join_plate2_img{
    overflow:hidden;
}
.join_plate2_img img {
    transition:all .5s;
}
.join_plate_pack:hover img {
    transform:scale(1.1);
}
.join_plate2_cont {
    padding: 30px;
    background: #fff;
    text-align: center;
}
    .join_plate2_cont h4 {
        font-size: 18px;
        line-height: 28px;
        color: #5a5a5a;
        font-weight:bold;
    }
.join_plate2_cont p {
    height:100px;
    overflow:auto;
    font-size:14px;
    line-height:200%;
    color:#5a5a5a;
    margin-top:15px;
}
    .join_plate2_cont p::-webkit-scrollbar {
        width:2px;
    }
.join_plate4 {
    padding: 50px 0;
    background: rgb(238, 238, 238);
}
    .join_plate4 .join_plate_pack {
        background: #fff;
    }
.join_plate5{
    padding:50px 0;
}
.join_form {
    margin-top: 30px;
    border: 1px solid rgb(221, 221, 221);
    padding:50px;
}
    .join_form p {
        font-size: 16px;
        line-height: 140%;
        color: rgb(0, 0, 0);
    }
.join_input_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:15px;
}
.join_input{
    width:calc(50% - 25px);
    margin-bottom:15px;
}
    .join_input label {
        font-size: 15px;
        line-height: 1.5;
        padding:10px 0;
        font-weight:500;
        margin:0;
    }
        .join_input label span {
            color: rgb(0, 78, 162);
        }
        .join_input input {
            border: 1px solid #dedede;
            font-size: 15px;
            padding: 0 10px;
            width: 100%;
            line-height: 40px;
        }
.submit {
    width: 320px;
    text-align: center;
    line-height: 42px;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    background: #004ea2;
    border-radius:3px;
    cursor:pointer;
}
.submit:hover {
    background:rgb(0, 78, 162);
}
.news_cont {
    padding:40px 0 50px;
}
.news_classify {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-x: auto;
    white-space: nowrap;
}
    .news_classify li {
        display:inline-block;
        min-width: 100px;
        line-height: 80px;
        text-align: center;
        font-size:15px;
    }
        .news_classify li a {
            color: #434343;
            border-top:1px solid transparent;
            display:block;
            padding:0 10px;
        }
        .news_classify li .active {
            border-top-color:rgb(0, 78, 162);
            color:rgb(0, 78, 162);
        }
.news_list {
    margin-top:40px;
}
.news_list_cont li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}
.news_list_cont li a {
    display: flex;
    align-items: flex-start;
}
.news_list_img {
    overflow:hidden;
    width:240px;
}
.news_list_img img {
    transition:all .5s;
}
.news_list_text {
    width:calc(100% - 240px);
    padding-left:20px;
}
    .news_list_text h4 {
        font-size: 18px;
        line-height: 140%;
        padding-top: 10px;
        font-weight: bold;
        color: #000000;
    }
    .news_list_text span{
        font-size: 13px;
        line-height: 140%;
        color: #929292;
        padding-top: 5px;
        display: block;
    }
    .news_list_text p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
        color: #999999;
    }
.news_list_cont li a:hover img {
    transform:scale(1.1);
}
.news_list_cont li a:hover .news_list_text h4 {
    color:rgb(0, 78, 162);
}
.news_detail_cont{
    padding:30px 0 50px;
}
.NewsDetail001 {
    margin: 0;
    border: 1px solid rgb(221, 221, 221);
    border-top-color: rgb(203, 7, 9);
    padding:50px;
}
.case_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.case_list li {
    width:33.3333%;
    padding:0 15px;
    margin-bottom:30px;
}
    .case_list li a {
        display:block;
    }
.case_list_img {
    overflow:hidden;
}
    .case_list_img img {
        transition: all .5s;
    }
.case_list_cont {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #434343;
    background: #f6f6f6;
    padding:20px 0;
}
    .case_list_cont h4 {
        font-weight: bold;
    }
.case_list li a:hover img {
    transform:scale(1.1);
}
.case_list li a:hover .case_list_cont {
    background:rgb(0, 78, 162);
    color:#fff;
}
.about_cont {
    padding:60px 0;
}
    .about_cont h3 {
        font-size: 24px;
        color: rgb(0, 78, 162);
        line-height:140%;
        text-align:center;
        font-weight:bold;
    }
.about_cont_desc {
    font-size: 14px;
    line-height: 200%;
    color: #5a5a5a;
    margin-top:30px;
}
.honor {
    padding:40px 0 60px;

}
.honor_list_cont {
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.honor_list_cont li {
    width:33.333%;
    padding:0 10px;
    margin-bottom:20px;
}
    .honor_list_cont li a {
        display: block;
        border: 1px solid #dddddd;
        padding:30px;
    }
.honor_list_img {
    overflow:hidden;
}
.honor_list_img img {
    transition:all .5s;
}
.honor_list_text {
    font-size: 16px;
    line-height: 140%;
    padding-top: 10px;
    text-align: center;
    color: #5A5A5A;
}
.enterprise {
    padding:50px 0;
}
.enterprise_list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.enterprise_list li {
    width:50%;
    padding:0 15px;
    margin-bottom:30px;
}
.enterprise_list_pack {
    border: 1px solid rgb(221, 221, 221);
    padding:50px;
    height:100%;
    background:#fff;
}
.enterprise_list_img {
    width:80px;
    margin:0 auto;
}
.enterprise_list_cont {
    text-align:center;
}
.enterprise_list_cont h4 {
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
    color:#888888;
    line-height:140%;
}
    .enterprise_list_cont p {
        font-size: 15px;
        line-height: 140%;
        color: rgb(67, 67, 67);
        margin-top:10px;
    }
.history {
    padding:40px 0 50px;
}
.history_list {
    border: 1px solid rgb(221, 221, 221);
    padding:50px 100px 150px;
}
    .history_list > ul {
        position: relative;
    }
        .history_list > ul::before {
            content: "";
            width: 3px;
            height: 100%;
            background: #ebebeb;
            position:absolute;
            top:0;
            left:50%;
            transform:translateX(-50%);
            z-index:-1;
        }
.history_yi_cont {
    display:flex;
    justify-content:center;

}
    .history_yi_cont i {
        font-size: 22px;
        height:26px;
        color: #ebebeb;
       background:#fff;
       margin-left:55px;
    }
    .history_yi_cont span {
        color: #004ea2;
        font-size: 20px;
        font-weight: bold;
        margin-left:5px;
    }
.history_er_cont {
    margin-top:70px;
}
.history_er_cont li {
    display: flex;
    height: 105px;
}
    .history_er_cont li:nth-child(2n+1) .history_er_pack:first-child  {
        opacity:0;
    }
    .history_er_cont li:nth-child(2n) .history_er_pack:last-child {
        opacity: 0;
    }
    .history_er_pack {
        width: 50%;
        position: relative;
    }
.history_er_pack:first-child {
    padding-right:75px;
}
    .history_er_pack:last-child {
        padding-left:75px;
    }
    .history_er_pack .history_er_img {
        width:45px;
        height:45px;
        background:url(../images/default.png) no-repeat center/60% 60%;
        background-color:rgb(0, 78, 162);
        border-radius:50%;
        position:absolute;
        top:-10px;
    }
    .history_er_pack:first-child .history_er_img {
        right: -22.5px;
    }
        .history_er_pack:last-child .history_er_img {
            left:-22.5px;
        }
        .history_er_pack .history_er_img::after {
            content: "";
            width: 54px;
            height: 1px;
            background: rgb(0, 78, 162);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .history_er_pack:first-child .history_er_img::after {
            right: 100%;
        }
            .history_er_pack:last-child .history_er_img::after {
                left:100%;
            }
            .history_er_text {
                background: #f7f7f7;
            }
.history_er_text h4 {
    font-size:14px;
    color:#fff;
    padding:5px 8px;
    background:rgb(0, 78, 162);
}
    .history_er_text div {
        font-size: 12px;
        padding: 8px;
        line-height: 200%;
        color: #5a5a5a;
    }
    .history_er_text span {
        display: block;
        text-align: right;
        margin-top: 10px;
        color: #666666;
        font-size:14px;
    }
.contact_pack {
    padding: 60px 0;
}
.contact_cont{
    display:flex;
    justify-content:space-between;
}
.contact_cont li {
    width:30%;
}

.contact_cont_img {
    width: 80px;
    margin: 0 auto;
}
.contact_cont_img img {
    width:100%;
    display:block;
}
.contact_cont_text{
    margin-top:20px;
}
.contact_cont_text h4 {
    font-size:20px;
    line-height:140%;
    color:rgb(0, 78, 162);
    text-align:center;
    font-weight:bold;
}
    .contact_cont_text p {
        font-size: 15px;
        line-height: 140%;
        color: #5a5a5a;
        text-align:center;
        letter-spacing:2px;
        margin-top:10px;
    }
.map{
    margin-top:80px;
}
.map * {
    width:100%;
}
.about5_plate {
    padding:60px 0;
    border-bottom:1px solid #f1f1f1;
}
.about5_plate_title {
    text-align:center;
}
    .about5_plate_title h3 {
        font-weight: bold;
        font-size: 28px;
        line-height: 140%;
        color: rgb(67, 67, 67);
    }
    .about5_plate_title p {
        font-size: 14px;
        line-height: 180%;
        color: #5a5a5a;
        margin-top:5px;
    }
.about5_plate_list {
    margin:50px 0 0 ;
    display:flex;
    justify-content:space-between;
}
.about5_plate_list li {
    width:30%;
}
.about5_plate_img {
    width:64px;
    margin:0 auto;
}
.about5_plate_cont {
    text-align:center;
}
    .about5_plate_cont h4 {
        font-size: 20px;
        color: rgb(67, 67, 67);
        line-height:140%;
        margin-top:20px;
        font-weight:bold;
    }
    .about5_plate_cont p {
        font-size: 14px;
        line-height: 180%;
        color: #5a5a5a;
        margin-top:10px;
    }
.about5_plate2 {
    padding:60px 0 50px;
}
.about5_plate2_pack {
    margin-top:50px;
    display:flex;
    align-items:flex-start;
}
.about5_plate2_left {
    border: 1px solid rgb(221, 221, 221);
    padding:50px;
    width:870px;
}
.about5_plate2_left_title {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dotted #dddddd;
    font-size: 18px;
    line-height: 38px;
    color: #666666;
    
}
.about5_plate2_left_title span {
    color:rgb(0, 78, 162);
    font-size:28px;
    line-height:38px;
}
.about5_plate2_left_title p {
    font-weight:bold;
    margin-left:10px;
    width:80%;
}
.about5_plate2_left_cont{
    padding:20px 30px;
    display:none;
}
    .about5_plate2_left_cont > div {
        font-size: 14px;
        color: #5A5A5A;
        line-height: 28px;
    }
.about5_plate2_right {
    width:calc(100% - 870px);
    padding-left:40px;
}
.about5_plate2_right_pack {
    border: 1px solid rgb(221, 221, 221);
    padding:30px;
}
    .about5_plate2_right_pack h4 {
        font-size: 20px;
        line-height: 140%;
        font-weight:bold;
        color:rgb(0, 78, 162);
    }
    .about5_plate2_right_pack p {
        margin-top: 20px;
        font-size: 14px;
        color: rgb(136, 136, 136);
        line-height: 200%;
    }
    .about5_plate2_right_pack span {
        display: block;
        font-size: 14px;
        line-height: 180%;
        color: rgb(102, 102, 102);
        margin-top:20px;
        font-weight:bold;
    }
.cooper_list {
    display:flex;
    margin:0 -15px;
    flex-wrap:wrap;
}
.cooper_list li {
    width:33.333%;
    padding:0 15px;
    margin-bottom:30px;
}
    .cooper_list li a {
        display: block;
        border: 1px solid #dddddd;
        padding:24px;
        height:100%;
    }
.cooper_list_logo {
    width:200px;
    margin:0 auto;
    overflow:hidden;
}
    .cooper_list_logo img {
        transition:all .5s;
    }
    .cooper_list_cont {
        font-size: 13px;
        line-height: 200%;
        color: #5A5A5A;
        padding-top: 10px;
        text-align: center;
    }
.cooper {
    padding:40px 0 10px;
}
.cooper_list li a:hover {
    border-color:rgb(0, 78, 162);
}
.cooper_list li a:hover img {
    transform:scale(1.1);
}
.marketing{
    padding:50px 0;
}
.marketing_img {
    margin-top:40px;
}
.marketing_plate2{
    margin-top:40px;
}
.marketing_plate2_list {
    border: 1px solid rgb(221, 221, 221);
    padding:10px 50px;
    margin-top:30px;
}
    .marketing_plate2_list li:last-child .marketing_plate2_list_pack {
        border:none;
    }
    .marketing_plate2_list_pack {
        padding: 40px 0;
        border-bottom: 1px solid rgb(221, 221, 221);
        display: flex;
        align-items: flex-start;
    }
.marketing_plate2_list_img {
    width:480px;
    overflow:hidden;
}
.marketing_plate2_list_img img {
    transition:all .5s;
}
.marketing_plate2_list_cont {
    width:calc(100% - 480px);
    padding-left:40px;
}
.marketing_plate2_list_cont h4 {
    display:flex;
    align-items:center;
    margin-top:20px;
}
    .marketing_plate2_list_cont h4 span {
        font-size: 18px;
        color: rgb(0, 78, 162);
        line-height:140%;
    }
    .marketing_plate2_list_cont h4 p {
        font-size: 18px;
        color: #5A5A5A;
        font-weight: bold;
        line-height: 140%;
        width:calc(100% - 90px);
        margin-left:5px;
    }
    .marketing_plate2_list_cont > samp {
        font-size: 14px;
        line-height: 140%;
        color: #929292;
        display:block;
        padding-top: 15px;
    }
    .marketing_plate2_list_cont>p {
        font-size: 16px;
        line-height: 36px;
        padding-top: 20px;
        color: #5A5A5A;
    }
.UList-box {
    display:none;
}
.home_banner_swiper {
    overflow: hidden;
    height: 660px;
    position:relative;
}
.home_banner_swiper a {
    display:block;
    height:100%;
}
.home_banner_swiper img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
    .home_banner_swiper .bxweb {
        font-size:35px;
        color:#fff;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        cursor:pointer;
        z-index:200;
    }
    .home_banner_swiper .bx-zuo {
        left:50px;
    }
    .home_banner_swiper .bx-gengduo{
        right:50px;
    }
.home_search {
    height:50px;
    background:rgb(0, 78, 162);
    position:relative;
    z-index:200;
}
.home_search_pack {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
    border-radius:40px 40px 0 0;
    position:absolute;
    bottom:0;
    left:50%;
    width:1200px;
    transform:translateX(-50%);
    background:rgb(0, 78, 162);
    padding:0 60px;
}
.home_search_left {
    font-size:20px;
    line-height:140%;
    color:#fff;
    font-weight:bold;
    max-width:33%;
}
.home_search_cont{
    width:330px;
    border:1px solid #fff;
    border-radius:40px;
    display:flex;
    align-items:center;
}
.home_search_cont input {
    width:calc(100% - 50px);
    padding:0 10px;
    font-size:14px;
    line-height:34px;
    color:#fff;
    border:none;
    outline:none;
    background:transparent;
}
    .home_search_cont input::-webkit-input-placeholder {
        color:#fff;
    }
.home_search_cont span {
    color:#fff;
    font-size:14px;
    line-height:34px;
    width:50px;
    cursor:pointer;
}
.home_search_phone {
    font-size: 14px;
    line-height: 140%;
    color: rgb(204, 204, 204);
}
    .home_search_phone span {
        font-size: 30px;
        color: rgb(255, 255, 255);
        font-family: "times new roman";
        line-height: 140%;
    }
.home_products{
    padding:80px 0 50px;
}
.home_public_title {
    text-align: center;
}
    .home_public_title h3 {
        font-weight: bold;
        font-size: 24px;
        color: rgb(0, 78, 162);
    }
    .home_public_title p {
        font-size: 14px;
        line-height: 140%;
        color: #5a5a5a;
        margin-top:5px;
    }
.home_products_classify {
    padding: 0 20px;
    overflow: auto;
    background: rgb(244, 244, 244);
    border:none;
}
.news_classify {
    overflow:auto;
}
    .news_classify::-webkit-scrollbar,
    .home_products_classify::-webkit-scrollbar{
        width: 3px;
    }
    .home_products_classify li a {
        border-top-width: 3px;
    }
    .home_products_classify li a:hover {
        border-top-color:rgb(0, 78, 162);
        color:rgb(0, 78, 162);
    }
.home_products_cont{
    margin-top:40px;
}
.home_products_list{
    margin-top:20px;
}
.home_case {
    padding:50px 0 80px;
    position:relative;
}
.home_case_back{
    width:100%;
    height:300px;
    background:url(../images/about_bg1.jpg) no-repeat center bottom;
    background-attachment:fixed;
    position:absolute;
    z-index:-1;
    bottom:0;
    left:0;
}
.home_advantage {
    padding:60px 0 80px;
    background:url(../images/ys-bg1.png) no-repeat center/cover;
}
.home_public_title span {
    font-size:40px;
    color:rgb(0, 78, 162);
    font-weight:bold;
}
.home_advantage .home_public_title h3 {
    color: rgb(67, 67, 67);
    font-weight: 500;
}
.home_advantage_list li{
    margin-top:40px;
}
    .home_advantage_list li:nth-child(2n) .home_advantage_pack {
        flex-direction:row-reverse;
    }
    .home_advantage_pack {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.home_advantage_pack>div {
    width:45%;
}
.home_advantage_cont 
{
    display:flex;
    align-items:flex-start;
}
    .home_advantage_cont .home_advantage_num {
        width: 50px;
        height: 50px;
        background-color: rgb(0, 78, 162);
        border-radius:50%;
        /*   background: url(../images/ba.png) no-repeat center/100% 100%;*/
        font-size: 24px;
        color: rgb(255, 255, 255);
        line-height: 50px;
        text-align: center;
        margin-top: -10px;
    }
.home_advantage_text {
    width:calc(100% - 90px);
    padding-left:20px;
}
    .home_advantage_text h4 {
        font-size: 18px;
        line-height: 140%;
        color: #888;
    }
    .home_advantage_text h4 span {
        color: rgb(0, 78, 162);
        font-size: 22px;
        font-weight:bold;
        margin-right:10px;
    }
.home_advantage_desc{
    margin-top:30px;
}
.home_advantage_desc p {
    display:flex;
    align-items:flex-start;
    margin-bottom:10px;
}
    .home_advantage_desc p  img {
        width:16px;
        display:block;
        margin-top:5px;
    }
    .home_advantage_desc p  span {
        width:calc(100% - 16px);
        padding-left:10px;
        font-size:14px;
        color:#888;
        line-height:180%;
    }
.home_about {
    padding:80px 0 0;
    position:relative;
}
.home_about_back {
    bottom:auto;
    top:0;
}
.home_about .home_public_title h3,
.home_about .home_public_title p{
    color: #fff;
}
.home_about_pack {
    margin-top: 50px;
    padding: 50px;
    border-radius: 40px;
    background: rgb(244, 244, 244);
}
.home_about_cont_pack {
    display:flex;
    align-items:center;
}
.home_about_video {
    width:530px;
}
.home_about_video video {
    width:100%;
    display:block;
    height:320px !important;
    object-fit:cover;
}
.home_about_cont {
    width:calc(100% - 530px);
    padding-left:80px;
}
.home_about_cont h4 {
    font-size:22px;
    line-height:140%;
    color:rgb(0, 78, 162);
    font-weight:bold;
}
    .home_about_cont p {
        font-size: 15px;
        line-height: 200%;
        color: rgb(90, 90, 90);
        margin-top:10px;
        max-height:100px;
        overflow:auto;
    }
        .home_about_cont p::-webkit-scrollbar {
            width:3px;
        }
        .home_about_cont_nav {
            margin: 40px 0 0;
            display: flex;
            justify-content: space-between;
        }
.home_about_cont_nav li a {
    display:block;
    text-align:center;
}
.home_about_cont_nav_img {
    width:56px;
    margin:0 auto;
}
.home_about_cont_nav_cont {
    font-size: 15px;
    line-height: 200%;
    color: rgb(90, 90, 90);
    margin-top:10px;
    text-align:center;
}

.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


.bx-index11-item ul {
    overflow: hidden;
    margin: 0 -7px;
    margin-top: 35px;
}

    .bx-index11-item ul li {
        padding: 0 7px;
        height: 150px;
        margin-top: 15px;
        width: 16.6%;
        display: inline-block;
        width: 230px;
        margin: 10px 0;
        overflow: hidden;
    }

.bx-index11-list {
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: #fff !important;*/
    overflow: hidden;
    position: relative;
}

    .bx-index11-list img {
        max-width: 90% !important;
        max-height: 90%;
        /*object-fit:cover;*/
        width:auto;
    }

    .bx-index11-list .img {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .bx-index11-list .img::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: all 0.3s;
            background-color: #e24846;
            overflow: hidden;
            z-index: 2;
        }

        .bx-index11-list .img::after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.3s;
            background-color: #e24846;
            overflow: hidden;
            z-index: 2;
        }

    .bx-index11-list::before {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s;
        background-color: #e24846;
        overflow: hidden;
        z-index: 2;
    }

    .bx-index11-list::after {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 0.3s;
        background-color: #e24846;
        overflow: hidden;
        z-index: 2;
    }

    .bx-index11-list .img:hover:before {
        width: 100%;
    }

    .bx-index11-list .img:hover:after {
        width: 100%;
    }

    .bx-index11-list:hover::before {
        height: 100%;
    }

    .bx-index11-list:hover::after {
        height: 100%;
    }
.home_news {
    padding:80px 0;
}
.home_news_pack {
    display:flex;
    margin-top:40px;
    justify-content:space-between;
}
    .home_news_pack>ul {
        width:48%;
    }
.home_news_left li:first-child a {
    padding-top:0;
}
.home_news_left li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
    .home_news_left li a .img{
        margin-bottom:15px;
        display:none;
    }
        .home_news_left li:nth-child(1) a .img{
            display:block;
        }
        .home_news_left li a h4 {
            font-size: 18px;
            color: #5A5A5A;
            font-weight: bold;
            line-height: 140%;
        }
    .home_news_left li a p {
        font-size: 13px;
        line-height: 24px;
        color: #5A5A5A;
    }
.home_news_right li .news_list_img {
    width:180px;
}
.home_news_right li .news_list_text {
    width:calc(100% - 180px);
}
.home_server {
    padding: 80px 0;
    background: rgb(244, 244, 244);
}
.home_server_list {
    margin: 40px -10px 0;
    display: flex;
}
    .home_server_list li {
        width: 33.333%;
        padding: 0 10px;
    }
        .home_server_list li a {
            display: block;
        }
.home_server_img {
    height:220px;
    overflow:hidden;
}
    .home_server_img img {
        height:100%;
        transition:all .5s;
        object-fit:cover;
    }
.home_server_cont {
    background:#fff;
    padding:30px 40px;
    text-align:center;
}
    .home_server_cont h4 {
        font-size: 20px;
        line-height:140%;
        color:rgb(0, 78, 162);
        font-weight:bold;
    }
    .home_server_cont p {
        font-size: 14px;
        line-height: 180%;
        margin-top: 10px;
        color: #5a5a5a;
    }
.home_server_list li a:hover img {
    transform:scale(1.1);
}
.bx-index12-item ul {
    margin-top:0;
}
.bx-index12-item ul li {
    height:100px;
}
.home_cooper {
    padding:20px 0;
    background:#fff;
}
footer {
    
    background: rgb(32, 32, 32);
}
.footer_pack {
    padding:50px 0;
    color:#fff;
    display:flex;
    justify-content:space-between;
}
.footer_plate1 {
    width:30%;
}
.footer_logo {
    height:52px;
}
    .footer_logo a {
        display:block;
        height:100%;
    }
    .footer_logo img {
        max-height:100%;
        display:block;
    }
.footer_logo_desc {
    font-size: 14px;
    margin-top:10px;
    line-height: 180%;
}
.footer_logo_phone {
    margin-top:20px;
}
    .footer_logo_phone h3 {
        font-size: 28px;
        line-height: 140%;
    }
    .footer_logo_phone a {
        display: block;
        width:120px;
        line-height:38px;
        font-size:14px;
        text-align:center;
        color:#fff;
        margin-top:20px;
        border: 1px solid rgba(153,153,153,1);
        border-radius: 2px 2px 2px 2px;
    }
        .footer_logo_phone a:hover {
            background:rgb(0, 78, 162);
            border-color:rgb(0, 78, 162);
        }
.footer_plate2 {
    width:15%;
}
    .footer_plate2 h4,
    .footer_plate3  h4{
        font-size: 18px;
        line-height: 140%;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .footer_plate2 a {
        font-size: 14px;
        line-height: 39px;
        color: #cccccc;
        display: block;
    }
.footer_plate3{
    width:25%;
}
    .footer_plate3 p {
        font-size: 14px;
        line-height: 240%;
        color: rgb(204, 204, 204);
    }
.footer_plate4 {
    width:90px;
    text-align:center;
}
    .footer_plate4 p {
        font-size: 14px;
        line-height: 140%;
        color: rgb(204, 204, 204);
        margin-top:10px;
    }
.rightcopy {
    text-align: center;
    line-height: 200%;
    color: rgb(170, 170, 170);
    font-size: 13px;
    padding-bottom:15px;
}
    .rightcopy a {
        color: rgb(170, 170, 170);
    }
    @media (max-width:1000px) {
        .bx-index11 {
        padding: 30px 0;
    }

    .bx-index11-item ul {
        margin-top: 10px;
        margin: 0 -5px;
    }

        .bx-index11-item ul li {
            padding: 0 5px;
            margin-top: 10px;
            height: 100px;
        }

    .bx-index11-items ul li {
        width: 120px;
        height: 80px;
    }

    .bx-index11-header {
        padding-top: 30px;
        padding-bottom: 120px;
    }
    .layout {
        width:100%;
        padding:0 10px;
    }
        .iconfont {
            display:block;
            width: 40px;
            height: 40px;
      /*      position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);*/
        }

            .iconfont i {
                display:block;
                width: 100%;
                height: 100%;
                margin-top:10px;
            }

            .iconfont .cha {
                background: url(../images/cha.png) no-repeat center/100% 100%;
                display: none;
            }

            .iconfont .nav {
                background: url(../images/nav.png) no-repeat center/100% 100%;
            }

        .logo {
            height: 60px;
            padding: 10px 15px;
        }

        .navlist {
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 10px;
            border-top: 1px solid #f1f1f1;
            display: none;
            z-index: 101;
        }

        .w_nav {
            display: block;
        }
        .home_search_pack {
            width:100%;
            padding:0 10px;
        }
        .header_top_pack {
            display:block;
            padding:5px 0;
        }
            .header_top_pack span {
                display:block;
                line-height:26px;
            }
        .w_nav > li > a {
            line-height:30px;
            padding:0 20px;
        }
        .er_nav {
            position:static;
            background:transparent;
        }
        .er_nav li a {
            color:#333;
            text-align:left;
            padding:0 40px;
        }
        .home_banner_swiper {
            height:200px;
        }
        .home_search_left,
        .home_search_phone {
            display: none;
        }
        .home_search_cont {
            width:100%;
        }
        .home_search_pack {
            height:50px;
        }
        .home_banner_swiper .bx-zuo {
            left:10px;
        }
        .home_banner_swiper .bx-gengduo {
            right:10px;
        }
        .home_products {
            padding:30px 0;
        }
        .footer_plate2,
        .footer_plate3 {
            display: none;
        }
        .footer_plate1 {
            width:100%;
        }
        .footer_pack,
        .home_about_cont_pack {
            display: block;
        }
        .footer_plate4 {
            margin:20px auto 0;
        }
        .footer_pack {
            padding:20px 0
        }
        .footer_logo_phone h3{
            font-size:20px;
            line-height:30px;
        }
        .home_about_video{
            width:100%;
        }
            .home_about_video video {
                height: 250px !important;
            }
            .home_about_cont {
                width: 100%;
                padding: 0;
                margin-top:20px;
            }
        .home_about_pack {
            padding:10px;
            border-radius:10px;
        }
        .home_products_classify {
            padding:0;
        }
        .news_classify li{
            min-width:90px;
            line-height:60px;
            font-size:14px;
        }
        .case_list,
        .honor_list_cont {
            margin: 0 -5px;
        }
            .case_list li,
            .honor_list_cont li {
                width: 50%;
                padding: 0 5px;
                margin-bottom: 10px;
            }
        .case_list_cont{
            font-size:14px;
            padding:10px 0;
        }
        .home_case {
            padding:20px 0 30px;
        }
        .home_advantage,
        .home_about,
        .home_news {
            padding: 30px 0;
        }
        .home_public_title span{
            font-size:30px;
        }
        .home_advantage_pack{
            display:block;
        }
            .home_advantage_pack > div {
                width:100%;
            }
        .home_advantage_cont .home_advantage_num {
            width:60px;
            height:60px;
            font-size:16px;
            line-height:60px;
            margin-top:-16px;
        }
        .home_advantage_text {
            width:calc(100% - 60px);
            padding-left:20px;
        }
            .home_advantage_text h4 span {
                font-size:20px;
            }
            .home_advantage_text h4 {
                font-size:16px;
            }
        .home_advantage_desc{
            margin-top:20px;
        }
        .home_news_pack {
            display:block;
            margin-top:20px;
        }
            .home_news_pack > ul{
                width:100%;
            }
        .home_news_left li a h4 {
            font-size:16px;
        }
        .home_news_left li:last-child  a {
            border-bottom:none;
        }
        .home_news_right li .news_list_img{
            width:100%;
        }
        .home_news_right li .news_list_text{
            width:100%;
        }
        .news_list_text h4{
            font-size:16px;
        }
        .news_list_text p {
            -webkit-line-clamp:1;
        }
        .news_list_cont li {
            padding-bottom:10px;
            margin-bottom:10px;
        }
        .home_server,
        .about_cont,
        .honor,
        .enterprise,
        .about5_plate {
            padding: 30px 0;
        }
        .home_server_list{
            margin:30px 0 0;
            display:block;
        }
        .home_server_list li {
            width:100%;
            margin-bottom:10px;
            padding:0;
        }
        .home_server_cont{
            padding:20px;
        }
            .home_server_cont h4{
                font-size:18px;
            }
        .bx-xs-pt20 {
            padding-top:0 !important;
        }
        .about_cont h3{
            font-size:20px;
        }
        .about_cont_desc {
            margin-top:20px;
        }
        .honor_list_cont li a {
            padding:10px;
        }
        .honor_list_text {
            font-size:14px;
        }
        .er_nav li a{
            line-height: 28px;
        }
        .enterprise_list_pack {
            padding:20px 10px;
        }
        .enterprise_list_img{
            width:50px;
        }
        .enterprise_list_cont h4{
            font-size:18px;
        }
        .enterprise_list_cont p {
            font-size:14px;
        }
        .history_list{
            padding:30px;
            overflow:auto;
        }
            .history_list > ul{
                width:250%;
            }
        .about5_plate_title h3{
            font-size:20px;
        }
        .about5_plate_list li{
            width:100%;
            margin-bottom:20px;
        }
        .about5_plate_list {
            flex-wrap:wrap;
        }
        .about5_plate2 {
            padding:30px 0;
        }
        .about5_plate2_pack {
            display:block;
            margin-top:30px;
        }
        .about5_plate2_left {
            width:100%;
            padding:15px;
        }
        .about5_plate2_left_title{
            font-size:18px;
        }
        .about5_plate2_left_cont > div{
            overflow:auto;
        }
        .about5_plate2_left_cont{
            padding:10px;
        }
        .about5_plate2_right {
            width:100%;
            padding:20px 0 0;
        }
        .about5_plate2_right_pack{
            padding:15px;
        }
        .contact_pack,
        .join_plate,
        .join_plate4 {
            padding: 30px 0;
        }
        .contact_cont{
            display:block;
        }
            .contact_cont li{
                width:100%;
                margin-bottom:20px;
            }
        .contact_cont_img {
            width:50px;
        }
        .contact_cont_text h4{
            font-size:18px;
        }
        .NewsDetail001{
            padding:20px 10px;
        }
        .news_list_cont li a {
            display:block;
        }
        .news_list_img {
            width:100%;
        }
        .news_list_text {
            width:100%;
            padding:10px 0 0;
        }
        .join_plate_pack{
            padding-top:0;
            display:block;
        }
            .join_plate_pack > div{
                width:100%;
            }
        .join_plate_img img {
            height:auto;
        }
        .join_plate_cont{
            padding:20px 10px;
            height:auto;
        }
        .public_title {
            font-size:20px;
        }
        .marketing_plate2_list{
            padding:10px ;
        }
        .marketing_plate2_list_pack{
            padding:20px 0;
            display:block;
        }
        .marketing_plate2_list_img{
            width:100%;
        }
        .marketing_plate2_list_cont{
            width:100%;
            padding-left:0;
        }
        .cooper_list li{
            width:100%;
            padding:0;
            margin-bottom:20px;
        }
        .cooper_list{
            margin:0;
        }
        .join_plate2{
            padding-top:30px;
        }
        .join_plate2_list {
            margin:30px -5px 0;
        }
        .join_plate2_list li {
            width: 50%;
            padding: 0 5px;
            margin-bottom:10px;
        }
        .join_plate2_cont{
            padding:15px 10px;
        }
            .join_plate2_cont h4{
                font-size:16px;
            }
        .join_form{
            padding:20px 10px;
        }
        .join_input{
            width:100%;
        }
}