﻿body,html{
    overflow-y:auto;
    overflow-x: hidden;
    /*height: 100%;*/
    background: #f6f6f6;
}

.dropdown.show .dropdown-toggle::after{
    background: url("../../web_static/web_c/more2.png") no-repeat center;
    background-size: 10px;
}
.dropdown-toggle::after{
    border: 0;
    background: url("../../web_static/web_c/more.png") no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}
.form-control{
    font-size: 14px;
}
.code_verify{
    padding: 15px;
    background: #f7f7f7;
}
.font-12{
    font-size: 12px!important;
}
.font-14{
    font-size: 14px!important;
}
.font-16{
    font-size: 16px!important;
}
.font-18{
    font-size: 18px!important;
}
.font-24{
    font-size: 24px!important;
}
.font-32{
    font-size: 32px!important;
}
.font-40{
    font-size: 40px!important;
}
.font-44{
    font-size: 44px!important;
}
.srevice_third.content .title_mi{
    line-height: 1.8;
    padding-bottom: 8px;
}
.srevice_third.content .con_bewrite p{
    margin: 0px 0px 8px 0;
}

.items.doc_tp .item{
    margin: 10px;
    width: 202px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}
.items.doc_tp .item .title{
    background: #F1F1F1;
    color: #333;
    padding: 5px;
}
.items.doc_tp .item .content{
    display: flex;
    align-items: center;
    padding: 5px;
}
.items.doc_tp .item .content .icon{
    padding-right: 5px;
}
.items.doc_tp .item .content .icon img{
    width: 60px;
}
.product_type .items .item{
    margin-top: 5px;
    width: calc(25% - 20px);
    background: #fff;
}
.product_type .items .item .content .ctitle{
    padding: 5px 0;
    position: relative;
}
.product_type .items .item .content .ctitle:before{
    position: absolute;
    width: 10px;
    content: '·';
    color: #eec31b;
    left: -15px;
    top: 6px;
}

.pb_box .left,.pb_box .right{
    width: 100%;
}
.team_list .item .title{
    color: #333;
    text-align: left;
    position: relative;
}

.team_list .item .title:before{
    position: absolute;
    content: '·';
    font-size: 20px;
    color: #2270F1;
    left: -20px;
    top: -3px;
}

.team_list .item{
    width: calc(33.3% - 15px);
    padding: 15px 30px;
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    margin-top: 25px;

}


.pb_box .left{
    padding-right: 20px;
    text-align: left;
}
.pb_box .left .bewrite,.container .pb_box .left .title,.pb_box .left .title_icon,.pb_box .left .text-center{
    text-align: left!important;
}
.pb_box .left .list_item{
    justify-content: space-between!important;
}
.pb_box .left .list_item .item:nth-child(1){
    margin-left: 0;
}

.product_type .items .item .content .c_bwrite{
    min-height: 51px;
}
.product_type .items .item .title{
    background-color: #2270F1;
    color: #fff;
    padding: 5px;
}
.product_type .items .item .content{
    padding:15px 20px;

}
a{
    color: inherit;
}
li{
    list-style: inherit;
}
.navbar-nav .dropdown.show .langChange .nav-link:before, .navbar-nav .langChange .nav-link:hover:before{
    display: none;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
body{
    font-family: 'Noto Sans SC';
}
.flex_nav{
    position: fixed;
    display: none;
    right: 20px;
    top: 50%;
    transform: translate(0 ,-50%);
    z-index: 5;
}
.flex_nav .list-group{
    display: flex;
    flex-wrap: wrap;
    min-width:auto;
    width: 100%;
    justify-content: flex-start;
}
.flex_nav .list-group-item{
    padding: 5px;
    padding-left: 30px;
    font-size: 14px;
    text-align: left;
}
#list-example{
    overflow: hidden;
}
#list-example a{
    position: relative;
}
#list-example a:hover{
    color: #02377e;
}
#list-example a:after{
    content: '';
    position: absolute;
    width: 13px;
    height: calc(100% - 10px);
    left: 0;
    top:15px;
    border-right:1px dashed #D2D7E0;
    z-index: 1;
}
#list-example.list-group2 a:after{
    display: none;
}
#list-example a:last-child:after{
    display: none;
}
.flex_nav .list-group-item.active{
    color: #333;
}
.flex_nav .list-group-item.active:before{
    background: #EEC31B;
    box-shadow: 0px 0px 10px #EEC31B;
}
.flex_nav .list-group-item:before{
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    content: '';
    left: 5px;
    top: 5px;
    z-index: 2;
    background: #D2D7E0;
}
.carousel-item{
    font-size: 0;
    max-height: 1000px;
}
.carousel-item .carousel-caption{
    font-size: 16px;
}
.carousel-caption.nav_two{
    width: 100%;
    top: 0;
    transform: translate(0px, 0px);
    left: 0;
}
.nav_body .navbar-light{
    transition: all 0.5s ease;
}
.pading-top-40{
    margin-top: 75px;
}
.carousel-indicators .active{
    background:url("../../web_static/web_c/dian1@2x.png") no-repeat center;
    background-size: contain;
}
.carousel-indicators li{
    height: 20px;
    width: 20px;
    background:url("../../web_static/web_c/dian2@2x.png") no-repeat center;
    background-size: contain;
}
.map_bg{
    background: url("../../web_static/service/third_page/document_translation/wdby_tp3@2x.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.bg_img_video .item.col-md-6{
    flex: 0 0 calc(50% - 10px);
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #eee;
}
.bg_img_video .item .content_l p{
    margin-bottom: 5px;
}
.bg_img_video .item .content_l{
    height: calc(100% - 94px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bg_img_video .item .content_l .l_text_item{
    /*height: auto;*/
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 15px;
    background: #FAFAFA;
    text-align: left;
    justify-content: flex-start;
    border: 0;
}
.bg_img_video .item .content_l .l_text_item:last-child{
    margin-right: 0;
}
.bg_img_video .item .content_l .l_text_item .bewrite{
    text-align: left;
}
.bg_img_video .item .title .name{
    font-size: 16px;
    line-height: 1;
    text-align: left;
    padding-left: 15px;
}
.bg_img_video .item .title .icon{
    width:63px;
}
.bg_img_video .item .title .icon img{
    width: 63px;
}
.bg_img_trans .item .content{
    display: flex;
    flex-wrap: wrap;
    /*padding-top: 10px;*/
    /*background: url("/web_static/service/third_page/document_translation/wdby_tp2@2x.png") no-repeat center right;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}
.bg_img_trans .advantage_list .item{
    background: #fff;
}
.bg_img_trans .advantage_list .item:before{
    top:12px;
}
.bg_img_trans .l_item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 98px;
    align-items: flex-start;
    padding: 10px;
}
.bg_img_trans .l_item img{
    width: 48px;
    height: 48px;
}
.bg_img_trans .l_item .name{
    width: 100%;
    height: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding:5px 4px;
    line-height: 1;
}
.bg_img_trans .item .content p{
    margin-bottom: 5px;
}
.bg_img_trans .item .content .list{

}
.bg_home1{
    background: url("../../web_static/other/home/bg1.jpg") no-repeat top left;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.bg_home2{
    background: url("../../web_static/other/home/bg2.jpg") no-repeat bottom right;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.bg_img_video{
    background: url("../../web_static/service/third_page/localized_audio_video/spgs_img2.jpg") no-repeat center right;
    background-size: cover;
    background-attachment: fixed;
}
.bg_img_talent_assignment{
    background: url("../../web_static/service/third_page/talent_assignment/ldyl_tp2@2x.png") no-repeat center right;
    background-size: cover;
    background-attachment: fixed;
}
.step_content .item{
    display: flex;
    align-items: flex-start;

}
.step_content .item:last-child .content{
    border: 0;
}
.step_content .item .content{
    padding:20px 10px 20px 0px;
    border-bottom: 1px solid #D2D7E0;
}

.step_content .item .step_icon{
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 60px;
    color: #A146FF;

}
.container .fb_content{
    padding-left: 30px;

}
.fb_content .l_item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 98px;
    align-items: flex-start;
    padding: 10px;
}
.fb_content .list_text{

}
.fb_content .l_text_item{
    width: auto;
    max-width:200px;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border:1px solid #E2E7EF;
    margin-right: 30px;
    margin-top: 15px;
    border-radius: 5px;
    height: 94px;
    position: relative;
}
.fb_content .l_text_item:last-child:before{
    display: none;
}
.fb_content .l_text_item:before{
    position: absolute;
    content: "";
    right: -25px;
    width: 20px;
    height: 40px;
    background: url("../../web_static/service/third_page/localized_audio_video/jt2.svg") no-repeat center;
    background-size: 8px;
    top: 30px;
}
.case_demo{
    display: flex;
    flex-wrap: wrap;
}
.case_demo .item{
    margin-top: 30px;
}
.case_demo .item .info{
    display: flex;
    padding: 10px;
    align-items: center;
    background: #fff;
}
.case_demo2.case_demo .item.col-md-3{
    margin: 8px;
    padding: 0;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
}
.talent_theme .case_demo2.case_demo .item,.talent_theme .case_demo2.case_demo .item .info,.talent_theme .case_demo2.case_demo .item .title{
    background: #F34F57;
    color: #fff!important;
}
.trans_theme .case_demo2.case_demo .item,.trans_theme .case_demo2.case_demo .item .info,.trans_theme .case_demo2.case_demo .item .title{
    background: #2270F1;
    color: #fff!important;
}
.brand_service_demo1 {
    max-width: 900px;
    margin: 0 auto;
}
.brand_service_demo1.max100P{
    max-width: 100%;
    margin: 0 auto;
}
.brand_service_demo1.max100P .item .content{
    padding: 20px 15px;
    display: block;
    align-items: flex-start;
}
.brand_icons .item{
    background: #fff;
    margin: 10px;
    padding: 35px 45px;
    border-radius: 5px;
}
.brand_icons .item .title{
    margin-top: 5px;
}
.brand_icons .item .img{
    width: 90px;
}
.brand_service_demo1 .item{
    border-radius: 5px;
    margin-bottom: 30px;
}
.brand_service_demo1.cross .item .box{
    border-radius: 5px;
    padding:10px 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    color: #8B8B8B;
    background-color: #F9F8FA;
}
.brand_service_demo1.cross .item:hover .box{
    background: #A146FF;
}
.brand_service_demo1.cross .item:hover .box .title{
    color: #fff;
}
.brand_service_demo1.cross .item:hover .box .content{
    color: #eee;
}
.brand_service_demo1.cross .item .content,.brand_service_demo1.cross .item .title{
    background: none;
    height: auto;
    padding:5px;
    text-align: center;
    color: #8B8B8B;
}
.brand_service_demo1.cross .item .box .title{
    color: #000000;
}

.brand_service_demo1 .item.col-md-12 .content{
    text-align: center;
}
.brand_service_demo1  .item .title.type_2{
    line-height: 1.5;
    padding: 5px 0;
}
.brand_service_demo1  .item .title .bewrite{
    color: #fff;
}
.maxw850{
    max-width: 850px;
    margin:  0 auto;
}
.brand_icons .maxw850 .item{
    width: 186px;
    text-align: center;
}
.brand_service_demo1 .item .icons .icon_item{
    margin: 5px;
    padding: 10px 10px;
    text-align: center;
    width: 100px;
}
.icons .icon_item img{
    margin-bottom: 5px;
    width: 70px;
}
.brand_service_demo1 .item .title{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*font-weight: bold;*/
    color: #fff;
    background: #A146FF;
    padding: 5px 0;
}
.brand_service_demo1 .item .content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    background: #F9F8FA;
    box-sizing: content-box;
    height: calc(100% - 86px);
}
.brand_service_demo1 .item .content.bg_fff{
    background: #fff;
    border: 1px solid #F9DCFF;
}

.case_demo2.case_demo  .info .title:before{
    display: none;
}
.case_demo2.case_demo .item .info{
    padding: 15px;
}
.case_demo2.case_demo .item .info .title{
    padding: 0;
    text-align: left;
    width: 100%;
}

.case_demo .item .info .title{
    padding: 8px;
    padding-right: 20px;
    position: relative;
    min-width: 84px;
}
.case_demo .item .info .title:before{
    position: absolute;
    content: '';
    height: calc(100% - 10px);
    width: 1px;
    background: #E5E8E9;
    right: 10px;
    top: 5px;
}
.localize_theme .fb_content .l_text_item .name{
    color: #8CB92C;
}
.fb_content .l_text_item .name{
    font-weight: 600;
    color: #02377e;
}
.fb_content .l_text_item .bewrite{
    margin-top: 5px;
}
.fb_content .l_item img{
    width: 48px;
    height: 48px;
}
.fb_content .l_item .name{
    width: 100%;
    height: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding:5px 4px;
    line-height: 1.5;
}
.container .fb_content .item{
    padding-bottom: 15px;
}
.container .fb_content .content{
    padding-top: 10px;
}
.container .fb_content .title{
    text-align: left;
    position: relative;
    /*padding-bottom: 15px;*/
}
.container .fb_content .title:before{
    content: '';
    position: absolute;
    left: -25px;
    width: 18px;
    height: 18px;
    top: 10px;
    background: url("../../web_static/service/third_page/document_translation/fh@2x.png") no-repeat center;
    background-size: 15px;
}


@media (max-width: 991px) {

    .navbar-nav.nav_lang_box{
        display: block;
    }
    .navbar-nav .min-hide{
        display: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .container{
        display: block;
    }
    .pading-top-40{
        margin-top: 56px;
    }
}
.back_top.active{
    display: block;
}
.back_top:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    opacity: 0.5;
    z-index: -1;
    left: 0;
    top: 0;
}
.back_top{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 11;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid #9a9fa7;
    border-radius: 0.25em;
}
.nav_body{
    position: fixed;
    z-index: 111;
    width: 100%;
}

.bg-light,.navbar-light:hover{
    background: #02377e!important;
    /*background-color: #ad2e28!important;*/
}
.box_item .dropdown-item.dislink{
    cursor:not-allowed;
}
.box_item .dropdown-item.dislink:hover,.box_item .dropdown-item.dislink:focus{
    color: #9a9fa7;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    width: calc(100%);
    border: 0;
    background: #fff;
    border-radius: 0;
}
.contact_us.abouts{
    background: #fff;
    height: auto;
    display: flex;
    position: relative;
    z-index: 11;
    align-items: center;
    box-shadow: 0px 5px 5px #e7f1ff;
}
.contact_us.abouts .list-group-item.active{
    background: #fff;
    color: #02377e;
    /*border-radius: 0px 0px 20px 0px;*/
    border-radius: 0;
    border-top: 4px solid #02377e;
    position: relative;
}
.contact_us.abouts .list-group-item.active:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /*border-top: 4px solid #02377e;*/
    background: linear-gradient(180deg, #B0BDCE 0%, #F3F6F9 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}
.contact_us.abouts .list-group-item.active .res_wi{
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 100%;
    line-height: 36px;
    padding: 0 10px;
    /*border-bottom: 2px solid #02377e;*/
}
.contact_us.abouts .list-group-item{
    /*padding: 0.5em;*/
    color: #02377e;
    font-size: 0.9em;
    padding: 0;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: auto;*/
}
.contact_us.abouts .list-group{
    width: 100%;
    border-radius: 0;
}
.en_nav .dropdown-menu .box_item{
    min-width: 250px;
}
.dropdown-menu .box_item{
    color: #fff;
    text-align: left;
    /*padding-bottom: 0rem;*/
    padding: 1em;
}

.dropdown-menu .box_item .dropdown-item:last-child{
    margin-bottom: 1rem;
}

a{
    text-decoration: none;
}
.box_item .title:hover,.box_item .title.active{
    text-decoration: none;
    color: #eec31b;
}

.dropdown-menu .box_item .title{
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 600;
    text-align: inherit;
    font-size: 14px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item{
    color: #9a9fa7;
}
.dropdown-item.link:hover{
    color: #02377e;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: none;
    color: #9a9fa7;
}
.wap_hide{
    display: none;
}
.logo{
    max-width: 80%;
}
.navbar-brand{
    margin-right: 0rem;
}

.navbar-light .navbar-nav .nav-link{
    display: inline-flex;
    color: #fff;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link icon{
    width: 24px;
    height: 30px;
    display: inline-block;margin-right: 5px;
    background: url("../../web_static/web_c/yuyan_icon1@2x.png") no-repeat center;
    background-size: 24px;
}

.navbar-light .navbar-nav .nav-link:focus icon, .navbar-light .navbar-nav .nav-link:hover icon{
    background: url("../../web_static/web_c/yuyan_icon2@2x.png") no-repeat center;
    background-size: 24px;
}
.navbar-light .navbar-nav .active>.nav-link icon, .navbar-light .navbar-nav .nav-link.active icon, .navbar-light .navbar-nav .nav-link.show icon, .navbar-light .navbar-nav .show>.nav-link icon{
    background: url("../../web_static/web_c/yuyan_icon2@2x.png") no-repeat center;
    background-size: 24px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #eec31b;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #eec31b;
}

.navbar-light .navbar-nav .langChange .nav-link{
    padding: 0;
}

.navbar{
    display: block;
}

.search .nav-link{
    width: 40px;
    margin-top: 2px;
    /*display: flex;*/
    /*align-items: center;*/
}
.search:hover .search_img{
    background: url("../../web_static/web_c/sousuo2@2x.png") no-repeat center;
    background-size: 24px;
}
.search .search_img{
    width: 30px;
    display: block;
    background: url("../../web_static/web_c/sousuo1@2x.png") no-repeat center;
    background-size: 24px;
    height: 30px;
    /*margin: 0 auto;*/
    margin-top: 5px;
}
/*.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl*/
.navbar .container.search_box{
    display: none;
    position: absolute;
}
.box_position{
    position: relative;
}
.navbar-light .navbar-nav img.nav-link{
    font-size: 1rem;
}
.nav-link input{
    height: 1.8em;
    background: none;
    border: 0;
    color: #fff;
}
img.nav-link{
    width: 40px;
    height: 40px;
    margin-top: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link.shuge{
    width: 0.15rem;
    background: #fff;
    height: 40px;
    padding: 0;
    margin:0 1em;
}

.button{
    padding: 12px 25px;
    background: transparent;
    border-radius: 5em;
    display: inline-block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:after, .button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: transparent;
    z-index: -2;
    border-radius: 5em;
    transition: .3s 0.5s ease;
}
.button:before{
    transition: .3s;
    background: #eec31b;
    z-index: -1;
}
.button:hover:after, .button:hover:before{
    width: 100%;
}
.button:hover{
    /*background: #fff!important;*/
    color: #fff!important;
}
.button:after{
    width: 100%;
    background: none;
    border: 1px solid #fff;
}

.button.bg_w {
    color: #02377e!important;
    border-radius: 5em;
    background: #fff;
    overflow: hidden;
}
.button.bg_w:after{
    border: 1px solid #02377e;
    border-radius: 5em;
}
.button.bg_w:hover{
    color: #fff!important;
}
.button.bg_w:before{
    background: #eec31b;
}

.button.bg_ww {
    padding: 12px 25px;
    color: #02377e!important;
    border-radius: 5em;
    overflow: hidden;
    font-size: 18px;
}
.button.bg_ww:after{
    border: 1px solid #02377e;
    border-radius: 5em;
    background: #fff;
}
.button.bg_ww:hover{
    color: #fff!important;
}
.button.bg_ww:before{
    background: #eec31b;
}


.button.bg_blue {
    color: #fff!important;
    border-radius: 5em;
    overflow: hidden;
    background: #02377e;
}
.button.bg_blue:after{
    border-radius: 5em;
    overflow: hidden;
}
.button.bg_blue:hover{
    color: #fff!important;
}
.button.bg_blue:before{
    background: #eec31b;
    border-radius: 5em;
    overflow: hidden;
}

.overview_view .bewrite{
    font-size: 14px;
}
.padding_box{
    padding:100px 0;
}
.padding_bottom_box{
    padding-bottom: 100px;
}
.padding_bottom_box_2{
    padding-bottom: 50px;
}
.padding_bottom_box_3{
    padding-bottom: 25px;
}
.padding_top_box{
    padding-top: 100px;
}
.padding_top_box_2{
    padding-top: 50px;
}
.padding_top_box_3{
    padding-top: 25px;
}

.padding_box_2{
    padding: 75px 0;
}
.padding_footer{

    padding: 85px 0 45px 0;
}
.christmas,.new_year{
    position: relative;
}
.logo_new_year{
    padding-right: 40px;
    position: relative;
}
.logo_new_year:before{
    content: '';
    height: 40px;
    width: 40px;
    top: 5px;
    right: 0px;
    position: absolute;
    background: url("../img/fu.png") center no-repeat;
    background-size: 30px;
    z-index: 1;
}
.christmas:before{
    content: '';
    height: 309px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/shendanzhuangshi.png") center;
    z-index: 1;
}
.new_year:before{
    content: '';
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/dl.png") center repeat-x;
    z-index: 1;
}
.christmas .container,.new_year .container{
    position: relative;
    z-index: 2;
}
.aboutus_box.padding_box{
    /*padding: 3em 0;*/
}
.aboutus_box .line_w{
    border-color: #fff;
}

.aboutus_box .item .tips{
    font-size: 14px;
    color: #343639;
}

.dropdown.show .dropdown-toggle::after{
    transform: rotate(180deg);
}

.b_list{
    padding-top: 90px;
}
.third_page .b_list{
    padding-top: 20px;
}
.third_page .b_list .item{
    box-shadow: 0px 5px 29px 3px rgba(0, 0, 0, 0.04);
}
.b_list .item{
    width: 205px;
    min-height: 200px;
    margin:8px;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    color: #02377e;
    position: relative;
    background: #fff;
    border-radius: 0.4em;
    padding: 14px;
    transition: all 0.5s ease;

}
.b_list .item:hover{
    border-bottom-right-radius: 100px;
    position: relative;
}


.b_list .item:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 40px;
    transition: all 0.5s ease;
    z-index: -1;
}
.b_list .item:hover:after{
    box-shadow: 0 0 20px #ddd;
}
.numbers_box .item{
    text-align: center;
    width: 25%;
    /*border-right: 1px dashed  #7D8A9E;*/
}
.numbers_box .item:last-child{
    border: 0;
}
.numbers_box .item .number{
    color: #eec31b;
    width: 100%;
}
.numbers_box .item .value{
    font-family: "DIN";
    font-size: 56px;
    font-weight: bold;
}
.numbers_box .item .unit.add{
    font-size: 20px;
    padding-bottom: 10px;
}
.numbers_box .item .unit{
    font-family: "DIN";
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: bold;
}
.b_list .b_industry .item:hover:after{
    background: #eec31b;
}
.b_list .item .icon{
    padding: 1em 1em 0 1em;
}
.b_list .item .icon img{
    transition: all 0.3s ease;
    width: 80px;
}
.b_list .item .icon,.b_list .item .name,.b_list .item .bewrite{
    width: 100%;
}
.b_list .item .name{
    font-size: 16px;
    padding-top: 5px;
    line-height: 1.5;
    color: #212529;
}
.b_list .item .bewrite{
    min-height: 28px;
    font-size: 0.9em;
    padding: 0 0;
    color: #9a9fa7;
    display: none;
}
.b_list .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: calc(100% + 10em);
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.b_service,.b_industry{
    width: 100%;
}
.b_list .b_service .item:hover{
    background-color: #eec31b;
}

.container .title{
    font-size: 1.8em;
    color: #02377e;
    line-height: 2;
    text-align: center;
}
.bewrite{
    font-size: 14px;
    color: #333;
    text-align: center;
}

.firends_box{
    height: 580px;
    /*background: url("../img/friends_bg.jpg") center;*/
    /*background-size: cover;*/
    background-attachment: fixed;
    position: relative;
}
.firends_box.video_box{
    position: relative;
   /*  padding: 0; */
    /*height: 100vh;*/
    /*background-color: #000;*/
    /*进行视频裁剪*/
    overflow: hidden;
}
.firends_box.video-box .video-background{
    width: 100%;
    height: 100%;
    /*保证视频充满屏幕*/
    object-fit: cover;
}
.firends_box .title,.firends_box .bewrite{
    color: #fff;
    line-height: 1.8;
}
.firends_box .title{
    font-size: 2.5em;
    margin-bottom: 14px;
}
.firends_box .bewrite{
    font-size: 14px;
    line-height: 1.8;
}
.item_3_left .item .el_con .name{
    color: #02377e;
    font-weight: 600;
}
.form_tips{
    color: #212529;
}
.firends_box .container_video{
    position: relative;
}
.firends_box .container2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    /*padding: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
}
.firends_box .container_video:before{
    position: absolute;
    content: '';
    height: 100%;
    left: 15px;
    /*background: #02377e5c;*/
    width: calc(100% - 30px);

}

.firends_box .container2 .bewrite{
    max-width: 1000px;
    margin: 0 auto;
}

.content_box{

}
.address_list{
    width: 800px;
}
.form_box{
    width: 400px;
}
.address_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.address_list .item{
    width: 50%;
}
.item .content,.item .phone{
    line-height: 1.8;
}
.item .I_title{
    font-size: 17px;
    padding-left: 22px;
    padding-bottom: 0.1em;
    line-height: 1;
    color: #666666;
    margin: 0.5em 0;
    border-left: 0.1em solid #02377e;
}

.form_box .tips{
    color: #02377e;
    font-size: 1.6em;
    margin: 0.5em 0;
}
.form_box .input input{
    width: 100%;
    border:0;
    background: none;
    padding: 0.5em;
    font-size: 20px;
}

.form_box .input{
    border:1px solid #02377e;
    color: #333;
    margin-top: 14px;
}
.form_box .submit{
    text-align: center;
    margin-top: 2em;
}

.form_box .submit .button{
    width: calc(80%);
    padding: 0.5em 0;
    font-size: 20px;
    color: #fff;
}

footer{
    background: #02377e url("../../web_static/web_c/footer_bg-1@2x.png") no-repeat bottom center;
    background-size: contain;
    /*background-color: #ad2e28;*/
}

.share_box .icon_share{
    width: 50px;
    height: 50px;
    margin-left: 10px;
    /*background:#fff url("../img/share1.png") no-repeat;*/
    /*border-radius: 50%;*/
    /*background-size: 260px;*/
}
.share_box .name{
    color: #fff;
    margin-right: 20px;
}
.share_box svg{
    width: 40px;
    height: 40px;
}
.share_box .icon_share img{
    font-size: 0px;
    width: 48px;
    height: 48px;
}
.faicon .fa{
    font-size: 24px;
    color: #02377e;
    /*color: #ad2e28;*/
}
.share_box .icon_share .faicon{
    /*font-size: 24px;*/
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}


.share_box .icon_share .qrcode img{
    width: 100%;
    height: 100%;
}
footer .about_us{
    padding-right: 6em;
    /*border-right: 0.1rem solid #fff;*/
}
footer .about_us .list .li{
    margin-bottom: 14px;
    color: #fff;
}
footer .list .li a{
    font-size: 14px;
}

footer .nav_info .ul{
    padding:0 1em;

}
footer .nav_info .ul:nth-child(1){
    margin-left: 14px;
}
footer .nav_info .ul .title{
    font-size:18px;
    color: #fff;
    text-align: left;
    line-height: 1.5;
}

footer .nav_info .ul .list{
    padding:1em 0;
    font-size: 18px;
    color: #fff;
}
footer .nav_info .ul .list .li{
    font-size: 0.7em;
    margin-bottom: 14px;

}
.copyright{
    text-align: center;
    font-size: 14px;
    /*color: #9aafcb;*/
    color: #fff;
}
footer a{
    color: inherit;
    display: inline-block;
}
.footer_content{
    padding-bottom: 2em;
}
.footer_content.demo2{
    padding-bottom: 0;
}
.icon_share:nth-child(2){
    background-position: - 63px 0;
}
.icon_share:nth-child(3) {
    background-position: -136px 0;
}
.icon_share:nth-child(4) {
    background-position: -204px 0;
}

.contact_us_v_box .address .item .I_title{
    position: relative;

}
.contact_us_v_box .address .item{
    overflow: hidden;
}
.contact_us_v_box .address .item .I_title:after{
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 20px;
    top: 0;
    overflow: hidden;
    transform: translateX(-100%);
    background: inherit;
    filter: drop-shadow(-30px 0 0 #ccc);
}
.contact_us_v_box .address .item:hover .I_title:after{
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    overflow: hidden;
    transform: translateX(-100%);
    background: inherit;
    filter: drop-shadow(30px 0 0 #eec31b);
}
.navbar-nav .nav-link{
    position: relative;
}
.navbar-nav .dropdown.show .nav-link:before,.navbar-nav .nav-link:hover:before{
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    bottom: -3px;
    height: 3px;
    background: #eec31b;
}
.box_item .title{
    color: #333;
}
.box_item .title:hover{
    color: #02377e;
}
.business_box{
    position: relative;
    z-index: 3;
}
/*
    trans
 */
.contact_us{
    height: 80px;
    color: #fff;
    background: #02377e;
    /*font-size: 1.5em;*/
}
.contact_us .tips{
    font-size: 17px;
}
.contact_us .contactus{
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 17px;
    padding: 0 2em;
    background: #02377e;
}
.items_5_box .item,.items_4_box .item,.items_3_box .item,.items_2_box .item,.items_7_box .item{
    padding: 1em 0;
    padding-bottom: 2.3em!important;
    width: calc(100%);
}
.inline_item{
    margin-top: 40px;
}
.inline_item .item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 0;
    margin-bottom: 14px;
    background:#F1F3F7 ;
    border-radius: 0.4em;
}
.items_2_box.inline_item .items .item{
    padding-bottom: 1em!important;
    border-radius: 4px 4px 4px 32px;
}
.items_2_box.inline_item .items .item:hover .name{
    color: #02377e;
}
.items_2_box.inline_item .items .item .name{
    width: 100px;
    padding: 0;
    padding-left: 20px;
    font-weight: 500;
}
.items_2_box.inline_item .items .item .bewrite{
    text-align: left;
    color: #02377e;
    padding-left: 14px;
    border-left: 1px solid #D2D7DF;
}

.friends_box .item img{
    max-height: 500px;
}
.friends_box .item .m300{
    max-height: 400px;
}

.items_5_box .item .icon,.items_4_box .item .icon,.items_3_box .item .icon,.items_2_box .item .icon,.items_7_box .item .icon{
    text-align: center;
    /*margin-top: 14px;*/
}
.items_5_box .item .icon img,.items_4_box .item .icon img,.items_3_box .item .icon img,.items_2_box .item .icon img,.items_7_box .item .icon img{
    max-width: 140px;
}
.items_5_box .item .name,.items_6_box .item .name,.items_4_box .item .name,.items_3_box .item .name,.items_2_box .item .name,.items_7_box .item .name{
    font-size: 14px;
    text-align: center;
    line-height: 2;
    color: #02377e;
    font-weight: 500;
    padding-bottom: 14px;
}
.item .name_en{
    text-align: center;
    font-size: 20px;
    color: #a8a8a8;
    font-weight: 600;
}
.items_5_box .item .bewrite,.items_4_box .item .bewrite,.items_3_box .item .bewrite,.items_2_box .item .bewrite,.items_7_box .item .bewrite{
    font-size: 14px;
    /*padding-bottom: 16px;*/
    line-height: 2;
}
.trans_info_box{
    background: #02377e;
    position: relative;
    height: 500px;
    background: url("../img/trans/trans_bg1.jpg") no-repeat center;
    background-size: cover;
    /*background-attachment: fixed;*/
    z-index: 3;
}
.top_item{
    margin: 30px 0;
}

.item_l .item{
    position: relative;
    overflow: hidden;
}
.news_box .item img{
    transition: all 0.5s ease;
}
.news_box .item:hover img{
    transform: scale(1.1);
}
.item_l .item .title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px!important;
    background: #3333338c;
}
@media (min-width:992px) {
    .ll_1{
        width: 66.5%; margin: 0;
        height: 450px;
    }
    .ll_2{
        width: 32%; margin: 0;margin-left: 15px;

    }
    .ll_1 .item{
        height: 451px;
        overflow: hidden;
    }
    .ll_2 .item{
        height: 217px;
    }
    .dropdown-menu.service_box_left .box_item{
        padding-left: 20px;
    }
    .dropdown-menu.service_box_left .box_item:nth-child(1){
        padding-left: 0;
    }
    .items_5_box .item .bewrite{
        max-width: 150px;
        margin: 0 auto;
    }
    .items_4_box .item .bewrite{
        max-width: 200px;
        margin: 0 auto;
    }
    .items_3_box .item .bewrite{
        max-width: 240px;
        margin: 0 auto;
    }
}
.trans_info_box:before{
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    background: #232f40;
    opacity: 0.7;
    z-index: -1;

}
.trans_info_box .carousel-item:before{
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    background: #232f40;
    opacity: 0.7;
    z-index:1;

}

.trans_info_box .carousel-inner,.trans_info_box .carousel,.trans_info_box .carousel-inner .carousel-item.active{
    height: 100%;
}
.trans_info_box .container{
    height: 100%;
    position: relative;
    z-index: 2;
}
.trans_info_box .container .content{
    width: 50%;
    text-align: left;
    max-width: 650px;
    padding-left: 4em;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}
.trans_info_box .container .content p{
    /*text-indent: 2em;*/
}
.trans_info_box .container .content .button{
    line-height: 1.2;
    color: #2270f1;
    text-align: center;
}
/*.trans_info_box .container .content .button:before{*/
/*    background: #2270f1;*/
/*}*/
/*.trans_info_box .container .content .button:hover{*/
/*    color: #fff!important;*/
/*}*/
.service_advantage{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.service_advantage:before{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    z-index: 1;
    content: '';
    background: url(../../web_static/web_c/dyyfy_dw3@2x.png) no-repeat left top;
    background-size: contain;
}
.service_advantage .container{
    position: relative;z-index: 2;
}

.service_advantage .layui-tab-title{
    padding-right: 30px;
    height: auto!important;
    white-space: normal!important;
    border: 0;
}
.service_advantage .layui-tab-title li{
    font-size: 16px;
    border: 0!important;
}
.service_advantage .layui-tab-title .layui-this{
    color: #2270f1;
    border: 0;
}
.service_advantage .layui-tab-title .layui-this:after,
.service_advantage .layui-tab-title .layui-this:before{
    border: 0;
}
.service_advantage .layui-tab{
    display: flex;
    align-items: center;
}
.service_advantage .layui-tab-content,.service_advantage .layui-tab-title{
    padding: 1.5em 0;
    width: 100%;
    font-size: 17px;
    line-height: 1.8;
}
.service_advantage .layui-tab-title li{
    text-align: left;
    width: 100%;
    font-size: 18px;
}
.service_advantage .layui-tab-content .layui-tab-item{
    padding: 1.5em 0;
    background: #f5f5f5;
    border-left: 2px solid #2270f1;
    padding-left: 3em;
}
.layui-tab-content font{
    color: #6c7ea6;
}


.layui-tab-content p{margin: 0;
    font-size: 0.8em}

.ibox .number{
    font-size: 3.5em;
    font-weight: 600;
    color: #02377e;
}
.trans_info_box .container .content .button{
    border-radius: 0;
    color: #fff;
}
.trans_info_box .container .content .button:hover{
    color: #fff!important;
}
.trans_info_box .container .content .button:after{
    background: none;
}

.img img{
    max-width: 100%;
}
.items_5_box .img,.items_4_box .img,.items_3_box .img,.items_2_box .img,.items_7_box .img{
    max-width: 100%;
}
.swiper-slide{
    height: auto!important;
}
.honor_history_box .items .swiper-slide{
    display: flex;
    align-self: flex-end;
}
.honor_history_box .items .swiper-slide:before{
    content: '';
    left: 5px;
    bottom: 14.5px;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #02377e;
    border-radius: 5px;
    box-shadow: 0 0 5px #02377e;
}
.honor_history_box .items .swiper-slide:nth-child(1):before{
    background: #eec31b;
    box-shadow: 0 0 5px #eec31b;
}
.honor_history_box .items .swiper-slide .item{
    padding-bottom: 40px;

    /*height: 100%;*/
}
.honor_history_box .items .swiper-slide .item .bewrite,.honor_history_box .items .swiper-slide .item .name {
    text-align: left;
    /*height: 52px;*/
    overflow: hidden;
}
.honor_history_box .items .swiper-slide .item {
    /*height: 117px;*/
    overflow: hidden;
}

/**
    news
 */
.item .time{
    width: 100%;
}
.news_box .top3 .item{
    padding: 1.5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left:3em;
    width: calc(100%);
    background:#355f98 ;
    margin: 0;
}
.news_box .top3 .item:nth-child(2){
    background: #6887b2;
}
.news_box .top3 .item:nth-child(3){
    background: #9aafcb;
}
.news_box .item{
    width: calc(33.3% - 2em);
    margin: 14px;
}
.news_box .item .img{
    background: #fff;
}
.news_box .item .content{
    padding: 14px;
    background: #fff;
    color: #fff;
    text-align: left;
}
.news_box .item .time,.top_top .f_item .time{
    padding: 0.5em 0;
    font-size: 17px;
    color: #fff;
}
.news_box .item .time{
    font-size: 12px;
    color: #ababab;
}
.news_box .items_3 .item .time{
    padding-bottom: 0;
}
.search_items.label_step .checkbox label::before{
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 25px;
    border-radius: 50px;
}
.search_items.label_step .tab-content .form-check-inline{
    width: auto;
}
.search_items.label_step .checkbox label{
    padding: 3px 15px;
    font-size: 16px;
}
.search_items.label_step .checkbox label::after{
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 21px;
    border-radius: 50px;
}
.search_items.label_step .checkbox input[type="checkbox"], .checkbox input[type="radio"]{
    display: none;
}

.search_items.label_step input[type="checkbox"].styled:checked + label{
    color: #fff;
}
.search_items.label_step input[type="checkbox"].styled:checked + label:after,
.search_items.label_step input[type="radio"].styled:checked + label:after{
    width: 100%;
    background: #02377e;
    z-index: -1;
}

.article_info table{
    border: 1px;
}
.article_info table td{
    padding: 5px;
}

.news_box .items_3 .item:hover .title {
    color: #02377e!important;
    text-decoration: underline;
}
.news_box .items_3 .item .title{
    font-size: 16px;
    color: #1F1F1F!important;
    padding-top: 0;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    -webkit-line-clamp:2;
    display: -webkit-box;
    white-space:normal;
    -webkit-box-orient:vertical;
}
.list_items .item:hover .bewrite.more{
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    background: #eec31b;
    color: #1F1F1F;
}
.list_items .item .bewrite.more{
    /*width: 100px;*/
    color: #7c7f87;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    border:1px solid #7C7F87;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    margin-top: 10px;
}
.news_box .item .time,.news_box .item .title{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.list_items .item .bewrite{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.news_box .item .title,.news_box .item .bewrite,.top_top .f_item .title{
    text-align: left;
    color: #fff;
    padding: 0.5em 0;
    font-size: 14px;
}

.news_box .list_items.items_line .item .title{
    color: #333;
}
.news_box .list_items.items_line .item .bewrite{
    color: #747474;
}

.list-group{
    flex-direction: inherit;
    width: 80%;
    min-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.list-group-item{
    border: 0;
    background: none;
}
.list-group-item-action:active,.list-group-item-action:focus, .list-group-item-action:hover{
    background: none;
    border: 0;
}
.list-group-item+.list-group-item.active{
    margin-top: 0;
}
.list-group-item.active{
    border: 0;
    background: none;
    color: #495057;
}
.news_top.padding_box{
    padding-top: 6em;
}
.news_top .top_top,.news_top .top3{
    width: 100%;
    height: 100%;
    position: relative;
}
.top_top .f_item{
    position: absolute;
    padding: 1.5em 2em;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
.top_top .f_item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #02377e;
    z-index: -1;
}

.news_top{
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 2em;
}
.news_top .tab-content,.news_top .list-group{
    width: 50%;
}
.top_top{
    background: url("../img/news_top.jpg") no-repeat center;
    background-size: cover;
}

.news_top .tab-content .top_top{
    width: 100%;
}
.news_top .top_top .f_item{
    bottom: auto;
    top: 80px;
    position: relative;
}
.news_top .card-body .top_top .f_item{
    top: 0;
    padding: 0.5em;
}
.news_top .card-body .top_top .f_item .title{
    font-size: 1.8em;
}
.news_top .top_top .f_item .title{
    font-size: 2em;
    color: #02377e;
}
.news_box .news_top .item{
    text-align: left;
    width: 100%;
}
.news_top .top_top .f_item:before{
    display: none;
}
.news_top .list-group{
    display: flex;
    flex-wrap: wrap;
}

.news_top .list-group a{
    background: #355f98;
}
.news_top .list-group a:hover,.news_top .list-group a.active{
    background: #02377e;
}

.search_box{
    border-bottom: 1px solid #02377e;
}

.search_into.search_box{
    border: 1px solid #D3D3D3;
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.search_box.search_into .select{
    width: 100px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
}
.search_box.search_into .search_sub{
    width: 120px;
    border-radius: 40px;
    line-height: 50px;
    height: 50px;
    /*border: 1px solid #02377e;*/
    font-size: 16px;
}
.search_box.search_into .select:before{
    display: none;

}
.search_box.search_into .select:after{
    width: 2px;height: 30px;
    right: 0px;
    top: 10px;
    border-color: #d3d3d3;
}
.search_box.search_into .button:after{
    border-radius: 40px;
    border: 1px solid #02377e;
}
.search_box.search_into .input input{
    padding-left: 10px;
    font-size: 16px;
}
.search_box.search_into .input{
    width: calc(100% - 220px);
    font-size: 0;
    line-height: 50px;
    height: 50px;
}
.search_box .select,.search_box .search_sub{
    text-align: center;
    width: 288px;
}
.search_box .input{
    width: calc(100% - 288*2px);
}
.search_box.search_view{
    border: 1px solid #02377e;
}
.search_box.search_view .input{
    width: calc(100% - 120px);
}
.container .item_txt{
    margin: 1em 0;
}
.container .item_txt .title{
    font-size: 1.6em;
    text-align: left;
    color: #02377e;
}
.container .item_txt .content{
    font-size: 17px;
    margin-bottom: 0.5em;
}
.container .item_txt .link{
    font-size: 14px;
}

.item_txt font{
    color: #00a0e9;
}

.search_items.list_items{
    margin: 0;
}
.search_items.list_items .item_txt{
    width: 100%;
}

.search_box.search_view .input input{
    padding-left: 0.5em;
}
.search_box .input input{
    border: 0;
    width: 100%;
    padding-left: 3em;
    background: none;
}
.search_box .select,.search_box .input,.search_box .search_sub{
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 0;
    font-size: 1.5em;
    position: relative;
}
.search_box .select:before{
    position: absolute;
    content: '';
    right: 30px;
    width: 30px;
    height: 30px;
    top: 18px;
    background: url("../img/news/s_more.png") no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: all .5s ease;
}
.search_box .select.active:before{
    transform: rotate(0deg);
}
.search_box .select:after{
    position: absolute;
    content: '';
    right: 0px;
    width: 30px;
    height: 40px;
    top: 9px;
    border-right: 1px solid #02377e;
}

.search_box .search_sub{
    color: #fff;
}
.search_box .button:after{
    background: #02377e;
    border-radius: 0;
}
.search_box .button:before{
    border-radius: 0;
    background: #eec31b;
}
.search_box .button:hover{
    color: #02377e!important;
}
.search_items{
    display: none;
}
.search_items.active{
    display: block;
}
.search_items .list-group-item{
    font-size: 1.5em;
    padding: 14px;
}

.tab-content .form-check-inline{
    font-size: 18px;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"]{
    opacity: 0;
    z-index: 1;
    width: 20px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    margin-left: -24px;
    left: 0;
    top:5px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after{
    background: url("../img/news/check.png") no-repeat center;
    background-size: 21px;
}
.checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    /*background: url("");*/
    left: -5px;
    top: 5px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    border: 1px solid #02377e;

}
.tab-content{
    transition: all 0.5s ease;
}
.tab-content>.active{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.tab-pane{
    justify-content: center;
    align-items: flex-start;
}
.tab-content .form-check-inline{
    width: 250px;
    margin: 0.5em;
}
.list_items{
    margin:1em -1em;
}
.list_items .item:hover .bewrite{
    padding: 0.5em 0;
    height: auto;
}

.list_items .item{
    position: relative;
}
.getMore {
    text-align: center;
}
.getMore .button{
    /*font-size: 20px;*/
    margin-top: 2em;
    /*color: #fff;*/
}
.getMore .button:after{
    /*background: #eec31b;*/
}
.getMore .button:before{
    /*background: #02377e;*/
}
.getMore .button:hover{
    /*color: #fff!important;*/
}

.text_box .container  .title{
    font-size: 17px;
}

.text_box .container  .bewrite{
    color: #010c26;
    font-size: 14px;
    line-height: 2;
}

.recruit_box{
    position: relative;
    z-index: 1;
}
.recruit_box .school_recruit{
    color: #fff;
}

.recruit_box .school_recruit,.recruit_box .social_recruit{
    position: relative;
    z-index: 2;
}
.padding_0{
    padding: 0!important;
}
.table_case .trs,.table_case .tds{
    display: flex;
    text-align: center;
    border: 1px solid #F9F9F9;
}
.table_case .trs .li{
    background: #E2E7EF;
    font-size: 16px;
    /*font-weight: bold;*/
}
.table_case .trs{
    border-bottom: 0;
}
.table_case .tds{
    border-top: 0;
}
.new_left_right.container{
    padding: 0;
}

.new_left_right .col-md-6{
    padding: 0;
}
.new_left_right .col-12{
    padding: 0 30px 0 40px;
}
.table_case .tds .li:nth-child(1){
    background: #2270F1;
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
}
.talent_theme .table_case .trs .li{
    background: #f1efef;
}
.talent_theme .table_case .tds .li:nth-child(1){
    background: #F34F57;
}
/*.trans_theme .table_case .trs .li{*/
/*    background: #2270F1;*/
/*}*/
.trans_theme .table_case .tds .li:nth-child(1){
    background: #2270F1;
}
.table_case .li{
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F9F9F9;
    padding: 10px;
    font-size: 14px;
}
.table_case .li:nth-child(1){
    width: 180px;
}
.table_case .li:nth-child(2){
    width: 300px;
}
.table_case .li:nth-child(3){
    width: 320px;
}
.table_case .li:nth-child(4){
    width: 300px;
}
.table_case .li a{
    color: #2270F1;
}

.table_case.table_case_cw .li:nth-child(1){
    width: 300px;
}
.table_case.table_case_cw .li:nth-child(2){
    width: 350px;
}
.experience{
    width: 100%;
}
.experience .item{
    width: calc(50% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-width: 300px;
}
.experience_demo2 .item.col-md-4{
    max-width: calc(33.3% - 10px);
    padding: 15px;
}
.experience_demo2 .item.col-md-6{
    max-width: calc(50% - 10px);
}
.experience_demo2 .item.col-md-6,.experience_demo2 .item.col-md-12{
    padding: 15px;
}
.experience_demo2.experience .item .icon img{
    padding: 0px;
    width: 64px;
    padding-right: 15px;
}
.experience_demo2.experience .item .icon.h-100 img{
    width: 75px;
}
.experience_demo2.experience .item .icon.h-100{
    height: 100px;
}
.experience_demo2.experience .item .info .title{
    line-height: 1;
    margin-bottom: 5px;

}
.experience_demo2.experience .item .icon{
    display: flex;
    align-items: flex-start;
    border-right:0px solid #E5E8E9;
    height: 80px;
    padding: 0;
}
.experience_demo2.experience .item .bewrite{
    padding-left: 0px;
    text-align: left;
    line-height: 1.8;
    color: #222;
}

.experience .item.border{
    border:1px solid #F2F2F2 ;
}
.experience .item .icon{
    padding-right: 15px;
    text-align: center;
    /*font-weight: 600;*/
    color: #02377e;
    height: 104px;
    border-right: 1px solid #E5E8E9;
}
.experience .item .icon img{
    padding: 10px;
    padding-top: 0;
    width: 80px;
}
.experience .item .bewrite{
    padding-left: 20px;
    text-align: left;
    line-height: 1.8;
    color: #222;
}
.step_demo{
    align-items: flex-start;
}
.step_demo_2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.step_demo_2 .item{
    width: 290px;
    height: 160px;
    padding:60px 0 10px 50px;
    text-align: left;
    margin-left: -20px;
    background: url("../../web_static/service/third_page/interpreter/ptky_LC1@2x.png") no-repeat center;
    background-size: 287px;
    position: relative;
}

.step_demo_3{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.step_demo_2.step_demo_3 .item{
    width: 235px;
    height: 160px;
    padding:40px 0 10px 30px;
    text-align: left;
    margin-left: -20px;
    background: url("../../web_static/service/third_page/brand_consulting/fwlc_LC1@2x.png") no-repeat center;
    background-size: 235px;
    position: relative;
}
.step_demo_2.step_demo_3 .item:nth-child(even){
    background: url("../../web_static/service/third_page/brand_consulting/fwlc_LC2@2x.png") no-repeat center;
    background-size: 235px;
}

.container .step_demo_2 .item .content{
    color: #8B8B8B;
    max-width: 200px;

}
.container .step_demo_2.step_demo_3 .item .content{
    color: #8B8B8B;
    max-width: 190px;
    line-height: 1.5;

}
.container .step_demo_2.step_demo_3 .item .step{
    position: absolute;
    left: 30px;
    top: 10px;
    color: #FFDCDC;
    font-size: 20px;
}
.container .step_demo_2 .item .step{
    position: absolute;
    left: 30px;
    top: 20px;
    color: #DCE8FF;
    font-size: 20px;
}
.step_demo_2 .item:nth-child(even) .step{
    color: #aaa;

}
.container .step_demo_2 .item .title{
    text-align: left;
    color: #333;
}
.container .step_demo_2 .item:nth-child(odd) .content{
    color: #fff;
    /*FFDCDC*/
}
.container .step_demo_2 .item:nth-child(odd) .title{
    color: #fff;
}
.step_demo_2 .item:nth-child(even){
    background: url("../../web_static/service/third_page/interpreter/ptky_LC2@2x.png") no-repeat center;
    background-size: 287px;
}
.step_demo .item{
    width: 33.3%;
}
.step_demo .item .title{
    color: #fff;
    width: calc(100% + 20px);
    padding: 5px 0;
    background: url("../../web_static/service/third_page/meeting_translation/hyky_bzjzbg1@2x.png") no-repeat center;
    background-size: contain;
}
.step_demo .item .content{
    background: #E8EDF0;
    margin-top: -5px;
    min-height: 200px;
    width: calc(100% - 8px);
    padding: 20px;
}
.step_demo.step_content_1 .item .content{
    min-height: 40px;
    text-align: center;
}
.step_demo .item .content .li,.fb_content .item .content .li{
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.step_demo .item .content .li:before,.fb_content .item .content .li:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: -5px;
    top: 8px;
    background: #eec31b;
    border-radius: 5px;
}
.fb_content .item .content .li:before{
    top: 10px;
}
.step_demo .item:nth-child(2) .content{
    background: #D6D6D6;
}

.step_demo .item:nth-child(2) .title{
    background: url("../../web_static/service/third_page/meeting_translation/hyky_bzjzbg2@2x.png") no-repeat center;
    background-size: contain;
}
.type_top .item{
    width: calc(33.3% - 20px);
    display: block;
    /*justify-content: center;*/
    /*align-items: flex-start;*/
    /*flex-wrap: wrap;*/
}
.type_top .item .icon{
    border:0;
    padding: 0;
    padding-bottom: 10px;
}
.type_top .item .bewrite{
    border:0;
    padding: 0;
    width: 100%;
    padding-top: 10px;
}

.title_icon{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 15px;
    font-size: 0;
    /*background: url("https://ldl-website.oss-cn-beijing.aliyuncs.com/web_static/web_c/fengetuxing@2x.png") no-repeat center;*/
    /*background-size: 15px;*/
}
.title_icon img{
    width: 15px;
    /*margin-bottom: 15px;*/
}

.friends_box .view_box.bg_tz{
    position: relative;
}
.friends_box .view_box.bg_tz:before{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 331px;
    height: 551px;
    content: '';
    background: url("../../web_static/web_c/cwhzhb_dw1@2x.png") no-repeat left top;
    background-size: contain;
}
.friends_box .view_box.bg_tz div{
    position: relative;
}
.friends_box .view_box.bg_tz:after{
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    width: 263px;
    height: 407px;
    content: '';
    background: url("../../web_static/web_c/cwhzhb_dw2@2x.png") no-repeat right bottom;
    background-size: contain;
}
.friends_box .friends_form_box{
    position: relative;
}
.friends_box .friends_form_box:before{
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    width: 263px;
    height: 551px;
    content: '';
    background: url("../../web_static/web_c/cwhzhb_dw3@2x.png") no-repeat right top;
    background-size: contain;
}
.friends_box .friends_form_box .form_contact_box{
    position: relative;
}
.friends_box .view_box.bg_tz .service_advantage{
    background: none;
}
.friends_box .view_box.bg_tz .service_advantage:before{
    background: none;
}
.name{
    font-size: 17px;
}
.recruit_box div.p{
    min-height: 80px;
    font-size: 14px;
    line-height: 2;
}
.service_case{
    /*background: #fff;*/
    position: relative;
}
.service_case:before,.service_case:after{
    position: absolute;
    display: none!important;
}
.overview_view .service_case:before,.overview_view .service_case:after{
    display: none;
}
.overview_view .items .item:hover .name{
    color: #02377e;
}
.service_case:before{
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 1;
    content: '';
    background: url("../../web_static/web_c/dyyfy_dw2@2x.png") no-repeat right top;
    background-size: contain;
}
.service_case:after{
    bottom: 0;
    left: 0;
    width: 700px;
    height: 100%;
    z-index: 1;
    content: '';
    background: url("../../web_static/web_c/dyyfy_dw1@2x.png") no-repeat left bottom;
    background-size: contain;
}
.service_case .container,.service_case .items_4_box,.service_case .items_5_box,.service_case .items_6_box{
    position: relative;
    z-index: 2;
}
.service_case .title{
    color: #02377e;
}
.service_case .bewrite{
    line-height: 1.8;
    white-space: inherit;
}

.table_under .title,.tools .title{
    color: #333;
    padding-bottom: 10px;
}

.tools .list_item{
    display: flex;
    justify-content: center;
}
.tools .list_item .item{
    background-color: #EDEDED;
    border-radius: 12px;
    margin:12px;
    padding: 10px;
}
.tools .list_item .item .icon{
    width: 90px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.tools .list_item .item .icon img{
    width: 40px;
}
.tools .list_item .item .name{
    padding-top: 10px;
    text-align: center;
}

.table_under .bewrite{
    max-width: 1000px;
    line-height: 1.8;
    margin: 0 auto;
}

.items_5_box .item{
    background: #fff;
    border-radius: 0.25em;
    margin-bottom: 14px;
    height: 100%;
}

.items_top_tiao .item{
    padding-bottom: 2em;
    border-radius: 0.25em;
    position: relative;
    overflow: hidden;
    height: auto;
    background: #fff;
    transition: all 0.3s ease;
}

.items_top_tiao.height_100 .item{
    height: 100%;
}

.contact_us.service .container{
    /*padding: 0;*/
}

.items_top_tiao .item .icon{
    text-align: center;
    padding: 1.5em 0 0.5em 0;
}
.items_top_tiao .item .icon img{
    max-width: 63px;
}

.advantage_list .item{
    width: calc(50% - 0.5em);
    margin-bottom: 14px;
    border: 1px solid #e2e7ef;
    padding: 2em;
    padding-left: calc(120px + 1em);
    position: relative;
    border-bottom-left-radius: 50px;
}
.advantage_demo2.advantage_list .item,.advantage_demo3.advantage_list .item{
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.advantage_demo2.advantage_demo4.advantage_list .item{
    display: block;
    padding: 1.75em;
    padding-left: calc(120px + 1em);
}

.advantage_demo2.advantage_list .item:before{
    top: 3px;
}
.advantage_demo2.advantage_list .item .content{
    /*margin-top: 24px;*/
}
.advantage_demo3.advantage_list .item p{
    border-radius: 5px;
    margin-top: 14px;
}
.advantage_list .item:hover{
    /*box-shadow: 5px 5px 1px #e8edf3;*/
}
@font-face{
    font-family: BEBAS;
    src: url("../fonts/BEBAS-1.ttf");
}
.advantage_list .item:before{
    position: absolute;
    content: '01';
    font-family: 'BEBAS';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    text-shadow: 0 0 15px #02377e;
    color: #fff;
    width: 100px;
    height: 100px;
    left: 22px;
    top: 24px;
    background: url("../../web_static/web_c/number_bg.png") no-repeat;
    background-size: 924px;
    background-position: -250px -114px;
}

.trans_theme .advantage_list .item:before{
    text-shadow: 0 0 15px #2270f1;
    top: 8px;
    background-position: -250px -114px;
}
.localize_theme .advantage_list .item:before{
    text-shadow: 0 0 15px #8cb92c;
    background-position: -738px -114px;
}
.brand_theme .advantage_list .item:before{
    text-shadow: 0 0 15px #983eff;

    background-position: -576px -114px;
}
.talent_theme .advantage_list .item:before{
    text-shadow: 0 0 15px #f34f57;
    background-position: -412px -114px;
}
.advantage_list .ys_ad .item{
    padding: 1.5em;
    padding-left: 80px;
    background: #fff;
}
.honor_history_box{
    background: url("../../web_static/service/third_page/document_translation/wdby_tp3@2x.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.advantage_list .ys_ad .item:before{
    width: 60px;
    height: 60px;
    background-size: 653px;
    padding: 14px;
    font-size: 35px;
    font-family: 'BEBAS';
    left: 10px;
    background-position: -67px -87px;
}
.advantage_list .friends_ad .item{
    width: 100%;
    border: 0;
    padding: 1.5em;
    padding-left: 40px!important;
}
.form_contact_box .advantage_list .friends_ad .item{
    padding: 1em;
}

.form_contact_box .advantage_list .item .title{
    margin-bottom: 0;
    color: #151515!important;
}
.advantage_list .friends_ad{
    max-width: 900px;
    margin: 0 auto;
}
.advantage_list .friends_ad .item:before{
    width: 100%;
    height: 100%;
    padding: 14px;
    font-size: 35px;
    left: 0px;
    top: 0;
    content: ''!important;
    background-position: 0 0!important;
    background: url("../../web_static/web_c/fuli_bg.png") no-repeat left center;
    background-size: contain!important;
}

.friends_box .container .friends_ad .item .title{
    color: #151515;
    margin: 0;
}

.advantage_list .q_num .item:last-child{
    width: 100%;
}
.advantage_list .item:hover{
    /*background: #02377e;*/
    /*border-color: #02377e;*/
}
.advantage_list .item:hover .title{
    /*color: #fff;*/
}

.advantage_list .item:nth-child(2):before{
    content: '02';
}
.advantage_list .item:nth-child(3):before{
    content: '03';
}
.advantage_list .item:nth-child(4):before{
    content: '04';
}
.advantage_list .item:nth-child(5):before{
    content: '05';
}
.advantage_list .item:nth-child(6):before{
    content: '06';
}
.advantage_list .item:nth-child(7):before{
    content: '07';
}
.advantage_list .item:nth-child(8):before{
    content: '08';
}



.advantage_list .ys_ad .item:nth-child(2):before{
}
.advantage_list .ys_ad .item:nth-child(3):before{
}
.advantage_list .ys_ad .item:nth-child(4):before{
}
.advantage_list .ys_ad .item:nth-child(5):before{
}
.advantage_list .ys_ad .item:nth-child(6):before{
}
.advantage_list .ys_ad .item:nth-child(7):before{
}
.advantage_list .ys_ad .item:nth-child(8):before{
}
@media (max-width: 768px) {
    .list_items.items_3 {
        column-count: 2;
        column-gap: 18px;
        margin: 1em 0;
    }
    .bg_img_video .item.col-md-6{
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .list_items.items_3 .item{
        border-radius: 5px;
        width: 100%;
    }
    .padding_box_2{
        padding: 15px 0;
    }
    .job_list{
        margin-top: 0!important;
    }
    .trans_info_box{
        height: 400px;
    }
    .advantage_list .item {
        width: calc(100%);
    }
}
.advantage_list .item .title{
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
}
.brand_theme .advantage_list .item.w-33{
    width: calc(33.3% - 0.5em);
    align-items: flex-start;
    padding-left: 2em;
    padding-top: 110px;
}
.brand_theme .advantage_list .item.w-33:before{
    left: calc(50% - 50px);
}
.brand_theme .advantage_list .item.w-33 .title{
    padding-left: calc(120px - 1.5em);
    height: 90px;
    /*display: flex;*/
    /*align-items: center;*/
}

.brand_theme .advantage_list .w-33-right .item.w-33{
    width: calc(33.3% - 0.5em);
    align-items: flex-start;
    padding-left: 2em;
    padding-top: 110px;
}
.brand_theme .advantage_list .w-33-right .item.w-33:before{
    left: calc(50% - 50px);
    left: auto;
    right: 15px;
}
.brand_theme .advantage_list .w-33-right .item.w-33 .title{
    padding-left: 0;
    height: auto;
    /*display: flex;*/
    /*align-items: center;*/
}
.brand_theme .advantage_list .item .title{
    color: #000;
}
.advantage_list .ys_ad .item .title{
    min-height: 62px;
    display: flex;
    align-items: center;
}
.advantage_list .item p{
    font-size: 14px;
    color: #212529;
}
.advantage_list .item:hover p{
    /*color: #B8C7DD;*/
}

.items_top_tiao .item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0;
    left: 0;
    background: #d2d7e0;
    transition: all 0.3s ease;
}
.items_top_tiao .item:after{
    content: '';
    position: absolute;
    width: 51px;
    height: 7px;
    bottom: 14px;
    left: 14px;
    background: url("../../web_static/web_c/zs_dian2.png") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
}
.items_top_tiao a.item:hover:before{
    background: #02377e;
}
.items_top_tiao a.item:hover{
    background: #02377e;
    border-bottom-right-radius: 80px;
    box-shadow: 0px 8px 15px #e0e0e0;
}

.new_news.news_right{
    width: 100%;
}
.new_news.news_right .title{
    margin-bottom: 0;
}
.new_news.news_right .news_list{
    padding-top: 0px;
    flex-wrap: wrap;
}
.new_news.news_right .news_list .item{
    padding:0;
    width: 100%;
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid #F1F1F1;
}
.new_news.news_right .news_list .item:last-child{
    /*border: 0;*/
}
.new_news.news_right .news_list .item .time{
    padding: .2em 0;
    font-size: 12px;
}
.new_news.news_right .l_item .title{
    border: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
}
.new_news.news_right .l_item .title:before{
    position: absolute;
    width: 100%;
    content: '';
    height:15px;
    border-bottom: 1px solid #F1F1F1;
    z-index: 1;
}
.new_news.news_right .l_item{
    margin-top: 30px;
}
.new_news.news_right .l_item:first-child{
    margin-top: 0;
}
.new_news.news_right .l_item .title .name{
    font-size: 18px;
    color: #02377e!important;
    position: relative;
    z-index: 2;
    padding-right: 15px;
    display: inline-block;
    background: #fff;
}
.new_news.news_right .news_list .item .title:before{
    display: none;
}
.new_news.news_right .news_list .item .title:hover{
    color: #0053DD!important;
}
.new_news.news_right .news_list .item .title{
    position: relative;
    font-size: 14px;
    padding: 0.2em 0;
    margin: 0;
    border: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 20px;
    overflow: hidden;
    color: #333!important;
}
.new_news.news_right .news_list .item .title:after{
    position: absolute;
    width: 20px;
    height: 26px;
    content: '>';
    right: 0;
    top: 0;

}
.new_news.news_right .news_list .item .more a{
    padding-right: 20px;
    background-image: url(../img/info/more.png);
    background-size: 15px;
}
.new_news.news_right .news_list .item .more{
    font-size: 14px;
}

.carousel-caption{
    position: absolute;
    top: 50%;
    right: auto;
    /*width: 100%;*/

    bottom: auto;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    transform: translate(-50%, -50%);
}
.friends_box .container .advantage_list .title{
    font-size: 16px;
}
.carousel-caption .button{
    padding:12px 25px;
    font-size: 14px;
    border-radius: 5em;
    background: none;
}
.carousel-caption .button:hover{
    color: #fff!important;
}
.carousel-caption .button:before,.trans_info_box .button:before {
    border-radius: 5em;
}
.carousel-caption .button:after,.trans_info_box .button:after{
    background: none;
    border: 1px solid #f9f9fa;
    border-radius:5em;
}

.service.carousel-caption .h3{
    padding:0 15px;
    margin-bottom: 0;
    text-align: left;
}
.carousel-caption.service{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: calc(100% - (100% - 1500px)/2 - 250px - 15px);
    padding-left: calc((100% - 1500px)/2);
    transform:none;
    z-index: 3;
    max-width: 100%;
}

.carousel-caption.service.center_cs{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}
.wx-100{
    width: 100%;
}

.carousel-caption.service.center_cs .container .content{
    /*width: 50%;*/
    max-width: 700px;
    min-width: 300px;
}

.carousel-caption.service.center_cs .container .content a:hover{
    color: #eec31b;
}

.carousel-caption.service.center_cs .container .content .tips{
    min-height: 100px;
}
.carousel-caption.service.center_cs .container .content .tips.cn{
    letter-spacing: 3px;
}

.carousel-caption.service.center_cs .container .content .contactus.cn{
    letter-spacing: 1px;
}

.carousel-caption.service.center_cs .container .content .icon{
    margin-left: 15px;
}

.carousel-caption.service.center_cs .container .content .h3_2{
    padding-bottom: 17px;
    border-bottom: 1px solid #fff;
    margin-bottom: 27px;
}
.carousel-caption.service.center_cs .container .content .h3_2.cn{
    letter-spacing: 6px;
}
.carousel-caption.service.center_cs.third_page .container .content .tips.cn{
    letter-spacing: 1px;
}

.carousel-caption.service.center_cs.third_page .container .content .h3_2{
    padding-bottom: 17px;
    border-bottom: 0;
    margin-bottom: 0;
}
.carousel-caption.service.center_cs:before{
    display: none;
}
.carousel-caption.service.third_page{
    padding-bottom: 30px;
}
.carousel-caption.service.third_page:before{
    display: none;
}
.carousel-caption.service.third_page .h3_2{
    max-width: 900px;
    padding: 10px 0;
}

.carousel-caption.service:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    /*background: #333;*/
    background: -webkit-linear-gradient(left, #02377EFF, #02377E00); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #02377EFF, #02377E00); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #02377EFF, #02377E00); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #02377EFF, #02377E00); /* 标准语法 */
    opacity: 0.7;
    left: 0;
    top: 0;
    z-index: -1;
}

.img_max_box .img img{
    height: 100%;
}
.navbar-light .navbar-nav .nav-link.no:focus,
.navbar-light .navbar-nav .nav-link.no:hover{
    color: #fff;
}
.navbar-nav .dropdown.show .nav-link.no:before,
.navbar-nav .nav-link.no:hover:before{
    display: none;
}

.getMore.hide{
    display: none;
}



.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search_form.padding_box{
    background: #fff;
    padding: 1.5em;
}

.search_form .select-group{
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
}
.layui-form-select dl dd.layui-this{
    background-color: #f9f9fa;
    color: #333;

}
.search_form .name{
    margin-bottom: 14px;
}

.search_form .layui-form-select dl dd,.search_form .layui-form-select dl dt{
    margin-bottom: 0;
}
.search_form .layui-form-select dl{
    padding: 0;
}
.search_form .layui-form-select{
    font-size: 14px;
    margin-right: 14px;
    border-radius: 0.25rem;
}

.search_form .select-group .layui-unselect{
    margin-right: 14px;
}
.job_list{
    margin-top: 14px;

    padding: 0;
    min-height: 500px;
}
.job_list .item{
    padding: 1.5em;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.job_list .item:last-child{
    border:0;
}
.job_list .item:hover{
    background-color: #f9f9fa;
}

.job_list .item .name{
    font-size: 17px;
    margin-bottom: 0.5em;
    color: #333;
}
.job_list .item .depart{
    color: #a2a4a8;
    font-size: 0.9em;
}
.job_list .item .address_box{
    margin-top: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    color: #575d6a;
}
.address_box .address span{
    font-size: 0.9em;
    color: #777;
}
.job_list .item .address_box .created_at{
    color: #a2a4a8;
    font-size: 0.8em;
}

.job_list .item .created_at.sm{
    color: #a2a4a8;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.pagelist{
    margin-top: 14px;
}

.s-btn .input-group-text{
    background-color: #222831;
    color: #fff;
    border-color: #222831;
    cursor: pointer;
}
.s-btn .input-group-text:hover{
    background-color: #4e535a;
}
.page-link:focus,.form-control:focus{
    box-shadow: none;
}
.job_list.job_info .item{
    border-bottom: 0;
}
.info_box{
    background-color: #fff;
    padding: 0 1.5em;
    position: relative;

}
.container .info_box .title{
    font-size: 17px;
    color: #333;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.container .info_box .title .name{
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.info_box .title:after{
    position: absolute;
    content: '';
    width: 100%;
    top: 50%;
    left: 100px;
    border-bottom: 1px solid #f4f4f5;
}
.info_box .content{
    padding-top: 14px;
    min-height: 300px;
}
.form_myinfo .submit{
    text-align: center;
}
.button.plz-btn{
    padding: 0.3em 1em;
    font-size: 0.9em;
    border-radius: 5em;
    color: #fff;
    border: 1px solid #fff;
}
.plz-btn.button:hover{
    border: 1px solid #222831;
    /*color: #fff!important;*/
}
.button.plz-btn:after{
    border: 1px solid #02377e;
    background-color: #02377e;
}
.s-btn .input-group-text:hover{
    background-color:#5281bf;
}
.s-btn .input-group-text{
    background-color:#02377e;
}
.upload .layui-btn{
    background: #02377e;
}

.info_box .submit{
    padding-bottom: 14px;
    text-align: center;
    font-size: 16px;
}

.form_myinfo{
    background: #fff;
    padding: 1.5em;
    border-top: 1px solid #dddfe3;
}
.form_myinfo .layui-form-label{
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
}
.form_myinfo .layui-input-block{
    margin:0;
}
.form_myinfo .layui-input-block .layui-btn,.form_myinfo .layui-input-block .layui-progress{
    min-width: 220px;
}
.form_myinfo .layui-input-block .layui-progress{
    max-width: 220px;
}
.self_info,.upload{
    padding: 1em 0;
}
.self_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.self_info .layui-form-item{
    width: calc(50% - 2em);
    margin: 0.5em;
}
.form_myinfo .layui-form-label{
    font-size: 0.9em;
    color: #575d6a;
}
.form_myinfo .layui-form-label font{
    color: #e93130;
}
.layui-input-inline.quhao{
    font-size: 0.8em;
    width: 90px;

    color: #292c32;
}
.form_myinfo .layui-input-inline.telphone{
    width: calc(100% - 100px);
    margin-right: 0;
}
.form_myinfo .title_bt{
    font-size: 17px;
    border-bottom: 1px solid #dddfe3;
}

.form_myinfo .tips{
    color: #89909e;
    font-size: 0.8em;
}
.job_list .show_more,.job_list .form_myinfo{
    display: none;
}
.job_list.active .show_more,.job_list.active .form_myinfo{
    display: block;
}
.job_list.active .show_form,.job_list.active .info_box{
    display: none;
}
.form_job_box .job_list .item:hover{
    background: #fff;
}
.fan_info{
    position: relative;
}
.fan_info .item a{
    background: #eee;
    padding-top: 14px;
}

.fan_info .item .content{
    width: 500px;
    height: 100%;
    margin: 0 auto;
}
.fan_info .item .con{
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
}
.fan_info .item .con .name{
    color: #333;
}
.fan_info .item .bewrite{
    margin: 0 auto;
    width: 200px;
    font-size: 0.9em;
    word-break: break-all;
}
.fan_info .item:nth-child(1) .con{
    margin-top: 40px;
    transform: rotate(30deg);
}
.fan_info .item:nth-child(2) .con{
    margin-top: 40px;
}
.fan_info .item:nth-child(2) .con{
    transform: rotate(-30deg);
}
.fan_info .item:nth-child(3) .con{
    transform: rotate(-90deg);
    margin-top: 50px;
}
.fan_info .item:nth-child(4) .con{
    transform: rotate(-150deg);
    margin-top: 80px;
}
.fan_info .item:nth-child(6) .con{
    transform: rotate(90deg);
    margin-top: 43px;
}
.fan_info .item:nth-child(5) .con{
    transform: rotate(-210deg);
    margin-top: 80px;
}
.fan_info .item .icon{
    position: absolute;
    top: 15%;
    left: 25%;
    margin-top: 100px;
    background: #fff;
    border-radius: 50%;
    border: 3em solid #d1e3ab;
    width: 500px;
    height: 500px;
    transform: rotate(
        -1.3deg);
    transform-origin: 101% 101%;
}

.fan_info .item .icon img{
    padding-top: 10px;
}
.fan_info .item:hover .icon{
    border: 3em solid #8cb92c;
}
.fan_info .item:hover .icon:before{
    background: #8cb92c;
}
.fan_info .item .icon:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top:-60px;
    transform: rotate(45deg);
    background: #d1e3ab;
}
.fan_info .after{
    border-radius: 50%;
    background: #fff;
    border: 10px solid #eee;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
}
.life.contact_us .contactus{
    background: #8cb92c;
}
.contact_us.service .contactus{
    border-bottom-right-radius: 50px;
}

.contact_us.service{
    background-color: #7b7b7b;
}
.article_info .banner img{
    width: 100%;
}
.article_info,.article_info .article_box{
    display: block;
    width: 100%;
    /*background: #fff;*/
}
.article_info .container{
    padding: 0.5em;
}
.article_info .container .title{
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.article_info_us .title{
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    color: #a1a1a2!important;
    margin-bottom: 0.5em;
}

.tags_box .title{
    color: #333;
    font-size: 1.3em!important;
}

.tags_box .labels{
    margin-top: 20px
}
.tags_box .labels .tgs{
    padding: 0.5em 1em;
    border: 1px solid #96a2c2;
    border-radius: 0.3em;
    margin-left: 20px;
    margin-bottom: 10px;
}
.tags_box .labels .tgs:nth-child(1){
    margin-left: 0;
}
.tags_box .labels .tgs:hover{
    background: #eec31b;
    border-color: #eec31b;
    color: #fff;
}
.article_info  .contact_us{
    /*background: #f5f5f5;*/
    height: auto;
}
.article_info .share.category_6{
    margin-top: 0;
}
.article_info .share{
    display: flex;
    justify-content: flex-start;
    margin: 1em 0;
}
.article_info .share .sitem{
    margin-right: 14px;
}
.article_info .article_box .contact_us{
    padding: 14px;
}
.article_info .article_box .contact_us .title{
    font-size: 17px;
    color: #333;
}
.article_box .contact_us .ul .li{
    color: #405d91;
    font-size: 0.9em;
    line-height: 2;
}


.article_box .contact_us .new_news.news_right .ul .li{
    color: #333;
    border-bottom: 1px solid #F1F1F1;
}

.article_box .contact_us .ul .li a{
    color: inherit;
}
.article_box .con_info{
    padding-top: 14px;
}
.icon_share{
    position: relative;
}
.icon_share:hover .qrcode{
    display: flex;
}
.left_show .qrcode .item{
    width:calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left_show .qrcode{
    left: -360px;
    top: -30px;
}
.qrcode{
    position: absolute;
    background: #fff;
    border-radius: 10px;
    width: 340px;
    height: 200px;
    gap:20px;
    justify-content: space-around;
    padding:20px;
    padding-bottom: 40px!important;
    left: 0;
    top: 80px;
    z-index: 2;
    display: none;
}
.category_6 .sitem .icon{
    border: 0;
    margin-top: 0;
    height: 35px;
    width: 35px;
}
.sitem .icon{
    margin-top: 10px;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    border: 1px solid #02377e;
}

.article_box .content_box img{
    max-width: 100%;
}
.article_box .content_box .con_info img{
    max-width: 100%;
}
.article_info .line{
    border-bottom: 1px solid #666;
}
.article_info .new_news.container .title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.article_info .new_news.container .news_list .item .labels{
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_info .new_news.container .news_list .item .title{
    font-weight: 500;
    font-size: 16px;
    height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
}
.new_news .news_list{
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new_news .news_list .item{
    margin-bottom: 14px;
    background: #fff;
    padding: 14px;
    width: calc(100%);
}

.new_news .news_list .item i,.new_news .news_list .item .time{
    font-style: inherit;
    font-size: 0.9em;
    color: #898989;
    padding: 0.5em 0;
}
.new_news .news_list .item .time{
    padding: 2em 0;
}

.new_news .news_list .item .more{
    color: #4476A7;
}
.new_news .news_list .item .more a{
    color: inherit;
    font-weight: 600;
    padding-right: 30px;
    background-image: url("../img/info/more.png");
    background-repeat: no-repeat;
    background-position:right center;
}

.in_list_ys .item_ys{
    width: 50%;
    margin-bottom: 14px;
}
.in_list_ys .item_ys p{
    max-width: 160px;
    margin: 0 auto;
    /*padding: 2em 0.5em;*/
    border: 1px solid #568aa9;
    box-shadow: -5px 5px 0px #f1c001;
    min-height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.in_list_ys .item_ys:hover p{
    box-shadow: -5px 5px 0px #fff;
    background: #f1c001;
    color: #fff;
}

.ad_relations.in_list_ys .item_ys p{
    box-shadow: -5px 5px 0px #a0abbe;
}
.ad_relations.in_list_ys .item_ys:hover p{
    box-shadow: -5px 5px 0px #fff;
    background: #a0abbe;
    color: #fff;
}
.padding_footer a:hover{
    color: #eec31b!important;
}

.consumer_goods.in_list_ys .item_ys p{
    box-shadow: -5px 5px 0px #3dd2f0;
}
.consumer_goods.in_list_ys .item_ys:hover p{
    box-shadow: -5px 5px 0px #fff;
    background: #00c4eb;
    color: #fff;
}

.Finance_Law.in_list_ys .item_ys p{
    box-shadow: -5px 5px 0px #5393e9;
}
.Finance_Law.in_list_ys .item_ys:hover p{
    box-shadow: -5px 5px 0px #fff;
    background: #5393e9;
    color: #fff;
}

.ctam.in_list_ys .item_ys p{
    box-shadow: -5px 5px 0px #b4b4b4;
}
.ctam.in_list_ys .item_ys:hover p{
    box-shadow: -5px 5px 0px #fff;
    background: #9d9d9d;
    color: #fff;
}
.margin_2em_auto{
    margin: 150px auto!important;
}
.margin_1em_auto{
    margin: 75px auto!important;
}
.margin_top_2em{
    margin-top: 45px!important;
}

.margin_top_1em{
    margin-top: 14px;
}

.form_contact_box{
    margin: 0 auto;
    background: #fff;
    border-radius: 0.25em;
    padding: 2em;
    display: flex;
    justify-content: center;
}
.padding_3em{
    padding: 3em!important;
}
.friends_box .swiper-container .item .icon{
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.friends_box .swiper-container .item .icon img{
    height: 100%;
}

.form_contact_box .submit{
    text-align: left;
    margin-top: 3em;
    padding-left: 20px;
}
.input-group-text{
    font-size: 14px;
}

.form_contact_box .submit .button{
    width: 160px;
    border: 0;
    padding: 12px 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 5em;
}
.form_info{
    max-width: 700px;
}
.form_info .item .input select.form-control{
    height: 4em;
}
.form_info .item .input.title_input{
    padding-left: 0;
}
.form_info .item .input .form-control,.form_info .item .title_input{
    width: calc(100% - 20px);
    margin-left: 20px;
    height: auto;
    line-height: inherit;
    padding-left: 14px;
}
.form_info .item .input .form-control.upload_files{
    background: #efefef;
    line-height: 1.5;
    border-style:dashed;
}
.form_info .item .checkbox_list{
    line-height: 2;
    padding-left: 30px;
}
#litem_friends{
    display: none;
}
.upload_files .list .litem{
    margin-bottom: 10px;
    font-size: 14px;
}
.upload_files .list .litem .name{
    font-size: 14px;
}
.upload_files .list .litem .delete{
    display: flex;
    align-items: center;
    width: 66px;
    font-size: 12px;
    color: #aaa;
}
.upload_files .upload_btn{
    max-width: 140px;
    height: 140px;
    margin: 10px 0;
    border: 1px dashed #d0d0d0;
}

.no-margin{
    margin: 0;
}
.form_info .item.no-margin{
    margin-top: 0;
}
.form_info .item .checkbox_list .checkbox{
    margin-bottom:1em;
}
.home_contact.form_info .item .checkbox_list .checkbox{
    margin-bottom: 0.5em;
}
.home_contact.form_info .item .input textarea.form-control{
    padding-left: 14px;
    height: 7em;
}

.home_contact.form_info .item{
    line-height: 2em;
    position: relative;
    margin-top: 0.5em;
    width: 100%;
}
.home_contact .code_verify{
    padding: 8px;
}
.form_info .item .input textarea.form-control{
    padding-left: 14px;
    height: 9em;
}

.form_info .item .input textarea{
    line-height: 1.5!important;
    padding:1em;
    width: 100%;
    resize: none;
}
.form_info .item .f_tip{
    position: absolute;
    left: 0;
    height: 100%;
    width: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    top: 0;
    color: red;
}

.namelable{
    font-size: 14px;
}

.form-check-input.refalse.is-valid~.form-check-label,
.was-validated .form-check-input.refalse:valid~.form-check-label{
    color: #dc3545;
}

red{
    color: red;
}
blue{
    color: blue;
}
.form_info .item.col-md-6{
    padding: 0;
    max-width: calc(50% - 5px);
}
.form_info .form_sing .item_group{
    width: 100%;
}
.form_info .form_sing .item.col-md-6:nth-child(2){
    margin-right: 10px;
}
.input .form-control .layui-btn{
    width: 100%;
    background: none;
    color: #212529;
}
.input .form-control .layui-btn:hover{
    color: #02377e;
}
.form_info .item{
    line-height: 3em;
    position: relative;
    margin-top: 0.5em;
    width: 100%;
}
.form_info .item .input{
    display: flex;
}
.form-control-verify{
    width: calc(100% - 125px);
    margin-right: 5px;
}

.hidden{
    display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0!important;
}
.bg_fff{
    background: #fff;
}
.padding-15{
    padding: 15px;
}
.padding-30{
    padding: 30px!important;
}
.bg_local{
    background: #8CB92C!important;
    color: #fff!important;
}
.bg_none{
    background: none;
}
/*.friends_box .container .title{*/
/*    color: #333;*/
/*    font-weight: 600;*/
/*}*/
.friends_box .item_list .item.col-md-3{
    border-radius: 0.25em;
    border: 1px solid #e6edf7;
    text-align: center;
    overflow: hidden;
    padding: 0;
    border-bottom-right-radius: 30px;
    max-width: 330px;
    margin:0.5em;
}
.friends_box .item_list .item.col-md-3:hover{
    box-shadow: 0px 0px 35px 0px rgba(46,68,98,0.1);
}

.friends_box .item_list .item .name{
    background: #02377e;
    color: #fff;
    padding: 0.5em 0 ;
    font-weight: 600;
}
.friends_box.third_page .item_list .item,.friends_box.third_page .item_list .item .info{
    background: #fff;
}
.friends_box.third_page .item_list .item .name{
    font-weight: 500;
}
.localize_theme .friends_box.third_page .item_list .item .name{
    background: #8CB92C;
}
.friends_box .item_list .item .info{
    background: #fff;
    padding: 14px;
    /*min-height: 200px;*/
    height: calc(100% - 3em);
    /*align-items: center;*/
    /*align-self: flex-start;*/
}
.other_article{
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    padding: 10px;
}
.other_article a:hover{
    color: #2270F1;
}
.other_article .previous, .other_article .next {
    width: 49%;
    word-break: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.flex_nav{
    max-width: 50px!important;
    padding: 10px;
    /*padding-right: 20px;*/
    /*transition: all 0.1s ease;*/
    /*-webkit-animation-name: fadeInUp;*/
    /*animation-name: fadeInUp;*/
}
.flex_nav:hover{
    max-width:100%!important;
    background: #fff;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow:  0 5px 20px #eee;
}
.flex_nav .list-example{
    width: 100%;
    overflow: hidden;
}
.flex_nav a{
    min-width: 200px;
    white-space: nowrap;
    /*height: 31px;*/
    /*display: none;*/
    overflow: hidden;
    transition: all 0.1s ease;
}
.flex_nav:hover a{
    white-space: break-spaces;
    /*height: auto;*/
    display: block;
    overflow: hidden;
}
.friends_box .item_list .item .name{
    font-size: 16px;
}
.friends_box .item_list .item .info .li{
    margin-bottom: 0.8em;
    font-size: 16px;
    width: 100%;
    color: #4c4c4c;
}
.news_box .list_items .item a{
    background: #fff;
}
.news_box .list_items .item .img{
    display: flex;
    justify-content: center;
    min-height: 100px;
    align-items: center;
}

.friends_box .item_list .item .info .li .font{
    color: #9A9FA7;
    font-size: 0.9em;
}
.friends_form_box .title{
    position: relative;
    margin: 0em 0;
    margin-top: 0;
}
.friends_form_box .title:after{
    display: none;
    position: absolute;
    content: '';
    width: 60px;
    border-top: 0.2em solid #02377e;
    bottom: -0.2em;
    left:calc(50% - 30px)
}
.service_case{
    position: relative;
}
.overview_view .ov_step .title{
    padding-top: 50px;
    font-size: 2.1em;
    position: relative;
    z-index: 1;
}
.overview_view .ov_step .title:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.overview_view .ov_step_1 .title:before{
    background: url("../img/overview/num_1.png") no-repeat center 30px;
}
.overview_view .ov_step_2 .title:before{
    background: url("../img/overview/num_2.png") no-repeat center 30px;
}
.overview_view .ov_step_3 .title:before{
    background: url("../img/overview/num_3.png") no-repeat center 30px;
}
.overview_view .ov_step_4 .title:before{
    background: url("../img/overview/num_4.png") no-repeat center 30px;
}

.overview_view .top{
    padding: 2.5em 0 1.2em 0;
    width: 100%;
    color: #02377e;
    margin: 0 auto;
    text-align: center;
    background: url("../img/overview/top.png") no-repeat bottom center;
    background-size: contain;
    position: relative;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 15px;
}
.overview_view .service_two{
    padding: 15px 0;
    text-align: center;
    background: url("../img/overview/shuang.png") no-repeat center;
}

.overview_view .overview_view .content_2 .list{
    width: calc(100% - 310px);
}
.overview_view .icon img{
    max-width: 70px!important;
}
.overview_view .content_2 .list .item_l_box{
    padding-top: 30px;
    background: url("../img/overview/sanjiao.png") no-repeat center 5px;
}
.overview_view .content_2 .list .item_l_box:nth-child(1){
    padding-top: 15px;
    background: none;
}

.overview_view .overview_view .content_2 .list .item_list{
    width: 100%;
    border-radius: 0.25em;
    /*margin: 15px 0;*/
}
.item_list .item_name{
    padding: 15px 0;
    text-align: center;
    width: 160px;
    border-radius: 0.25em;
    background: #e2e7ef;
    color: #02377e;
}
.item_list .item_name a{
    color: #02377e;
}
.item_list .item_name:hover a{
    color: #fff;
}
.overview_view .content_2 .list .item_ls{
    padding: 0 15px;

}
.talent .item_list{
    height: 100%;
}
.talent .item_list .item_name{
    width: 80px;
    padding:0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.talent.en_lang .item_list .item_name{
    width: 150px;
    padding:0 10px;
}
.talent .item_ls .ls_i{
    width: 100%;
    text-align: center;
    margin: 15px;
}
.overview_view .content_2{
    color: #02377e;
    background: url("../img/overview/jt_left.png") no-repeat calc(100% - 260px) center ;
}
.overview_view .content_2 .talent{
    width: 250px;
    margin: 15px 0;
    border-radius: 0.25em;
}
.overview_view .content_2 .talent.en_lang{
    width: 262px;
}
.item_list .item_name{
    font-size: 20px;
    font-weight: 600;
}
.item_list .item_name:hover{
    background: #02377e;
    color: #fff;
}
.talent .item_ls .ls_i a:hover,.overview_view .content_2 .list .item_list .item_ls .lab a:hover{
    color: #eec31b;
}

.overview_view .content_2 .list .item_list .item_ls{
    width: calc(100% - 160px);
}


.overview_view .items .item .name{
    min-height: 88px;
    font-weight: 500;
}

.icon_ls .item{
    max-width: 200px;
    width: calc(33.3%);
    text-align: center;
}

.icon_ls .item .icon{
    margin-bottom: 10px;
}

.service_two .i_two{
    font-size: 14px;
    padding: 0.5em 0;
    line-height: 1.5;
    color: #02377e;
    border-radius: 0.25em;
    width: calc(50% - 1em);
}
.title_en{
    text-align: center;
    font-size: 20px;
    color: #999;
    margin-bottom: 14px;
}
.overview_view .items_4_box .item{
    background: #f3f5f9;
    margin-bottom: 2em;
    padding: 3em 0;
}

.bg_honor{
    min-height: 200px;
    display: flex;
    min-width: 250px;
    align-items: center;
    justify-content: center;
    /*font-size: 0.9em;*/
    margin-bottom: 14px;
    color: #02377e;
    background: #fff url("../../web_static/other/aboutus/maishui@2x.png") no-repeat center;
    background-size: 280px;
}
.bg_honor .name.name_xi{
    font-size: 16px!important;
    max-width: 200px;
    font-weight: 500!important;
}
.bg_blue_2{
    background: #f5f9ff;
}
.bg_blue{
    background: #02377e;
}
.care_system{
    display: flex;
    justify-content: center;
}
.care_system .item{
    width: 100%;
    color: #fff;
    padding: 0 1em;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.care_system .item:after{
    position: absolute;
    content: '';
    height: 80px;
    top: calc(50% - 40px);
    border: 1px solid #fff;
    right: 0;
}
.care_system .item:last-child:after{
    display: none;
}
.friends_box .bg_blue .container  .title,.bg_blue .title_en{
    color: #fff;
}
.honor_history_box .item .name{
    text-align: center;
}
.friends_box .items_2_box .item .icon img{
    max-width: 500px;
}
.friends_box .items_2_box .item .name{
    font-size: 1.25em;
    color: #02377e;
}
.friends_box .service_case .bewrite{
    font-size: 14px;
}
.friends_box .bewrite{
    font-size:1em;
    color: #212529;
}
.honor_history_box .item_box{
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
}
.honor_history_box .items{
    flex-wrap: nowrap;
    position: relative;
    /*height: 400px;*/
}
.honor_history_box .items:before{
    position: absolute;
    bottom:20px;
    content: '';
    width: 100%;
    border-top: 1px solid #02377e;
    opacity: 0.35;
}
.honor_history_box .items .item{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    /*height: 113px;*/
    /*width: 300px;*/
}
.items a.item:hover .name{
    color: #fff;
}
.items a.item:hover .bewrite{
    color: #B8C7DD;
}
.items .item.bg_honor:hover .name{
    color: #02377e;
}
.items .item .name,.items .item .bewrite{
    width: 100%;
    line-height: 1.6;
    letter-spacing: 1px;
}
.items .item .bewrite{
    white-space: initial;
}
.items .item .name.name_mi{
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

.contact_us.flex{
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 110;
}
.overbox{
    overflow: auto;
}
/*.overbox .padding_box{*/
/*    padding-top: 4em;*/
/*}*/
.overview_view .items .item .bewrite{
    font-size: 0.9em;
    color: #999;
}
.contact_us .contactus a{
    color: inherit;
}
.overview_view .items_2_box .items .item .name{
    color: #02377e;
}
.line_w{
    margin: 0 auto;
    width: 40px;
    border-bottom: 3px solid #02377e;
    margin-bottom: 0.5em;
}
.form_contact_box .title{
    color: #02377e!important;
}
.form_contact_box .title.title_mi{
    color: #333;
    font-size: 32px;
    text-align: left;
    /*font-weight: bold;*/
}
.form_contact_box .title.title_mi{
    font-size: 1.2em;
}
.form_contact_box .title.title_mi2{
    color: #333;
    padding-top: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.25em;
    text-align: left;
    font-weight: 500;
}
.b_list .item:hover .name{
    color: #fff;
}
.b_list .item{
    /*transition: all 0.5s ease;*/
}
.b_list .item:hover{
    background: #02377e;
}
.b_list .item:before{
    display: none!important;
}
.b_list .item .icon{
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.b_list .item .icon img{
    position: relative;
    left: 0;
    transition: none;
}
.b_list .item:hover .icon img{
    transition: all 0.5s ease;
    /*filter: drop-shadow(#ffffff 80px 0);*/
    /*left: -80px;*/

}
.form_contact_box .form-control{
    border: 0;
    border: 1px solid #e5e5e5;
}

.form_contact_box .contact_us_v_box,.form_contact_box .form_contact{
    padding: 2em;
    width: 100%;
}
.form_contact_box .contact_page .view_box .container div{
    width: 100%;
    text-align: left;
}
.form_contact_box .contact_page .col-md-6.border{
    border-left: 1px solid #E4E4E4;
}
 .form_contact_box .contact_page .form_contact{
    padding: 0em;
    width: 100%;
}
.form_contact_box .contact_us_v_box .title{
    /*padding-left: 40px;*/
}
.contact_us_v_box .c_us_info{
    font-size: 16px;
}
.c_us_info .ili{
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 40px;
    background: url("../img/service/c_icons.png") no-repeat;
    background-size: 55px;
    color: #999;
}
.c_us_info .ili.company_wechat{
    background:none;
    padding: 0;
    position: relative;
    display: inline-block;
}
.c_us_info .ili.company_wechat .box{
    margin: 0px 0;
    padding: 0px 0;
    padding-left: 40px;
    background: url("../../static/icon/contact/message.png") no-repeat;
    background-size: 18px;
    background-position: 5px 8px;
    color: #999;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c_us_info .ili.company_wechat .box .icon{
    margin-left: 10px;
}
.company_wechat-code{
    display: none;
}
.c_us_info .ili.company_wechat:hover .company_wechat-code{
    background: #fff;
    z-index: 1;
    position: absolute;
    display: block;
    width:150px;
    right: -180px;
    top: 10px;
}
.c_us_info .company_wechat{
    color: #999;
}
.c_us_info{
    padding-bottom: 14px;
    padding-right: 14px;
    /*margin-bottom: 14px;*/
    position: relative;
}
.contact_us_info{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.c_us_info:before{
    width: calc(100%);
    content: '';
    position: absolute;
    /*display: none;*/
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.contact_us_v_box .address{
    display: flex;
    flex-wrap: wrap;
}
.contact_us_v_box .address .item{
    padding: 0.5em;
    width: calc(50% - 1em);
    /*min-width: 300px;*/
}
.contact_us_v_box .address .item .phone{
    display: none;
}
.contact_us_v_box .address .item .content{
    padding-left: 22px;
}
.contact_us_v_box .address .item .I_title{
    color: #212529;
    border-left:0;
    background: url("../img/service/c_icons.png") no-repeat;
    background-size: 55px;
    font-size: 17px;
    background-position: -20px -205px ;
}
.trans_info_box .container .content .button_box{
    display: flex;
    justify-content: center;
}
.contact_us_v_box .address .item .content,.contact_us_v_box .address .item .phone{
    color: #999;
}

.c_us_info .phone{
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 40px;
    background: url("../../static/icon/contact/tel.png") no-repeat;
    background-size: 18px;
    background-position: 5px 14px;
    /*background-position: -14px 6px ;*/
}
.c_us_info .email{
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 40px;
    background: url("../../static/icon/contact/email.png") no-repeat;
    background-size: 18px;
    background-position: 5px 14px;
    /*background-position: -14px -66px ;*/
}

.c_us_info .job{
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 40px;
    background: url("../../static/icon/contact/word.png") no-repeat;
    background-size: 18px;
    background-position: 5px 14px;
    /*background-position: -14px -66px ;*/
}
.c_us_info .care{
    background-position: -14px -126px ;
}
.customer_box .items .img{
    width: calc(20% - 1em);
    margin: 0.5em;
}
.customer_box .items .img:hover{
    box-shadow: 0 10px 15px #e0e0e0;
}


.recruit_box .school_recruit,.recruit_box .social_recruit{
    padding: 3em;
}
.recruit_box .school_recruit{
    background: #02377e;
}
.recruit_box .social_recruit{
    background: #fff;
}
.recruit_box:before,.recruit_box:after{
    display: none;
}
.video_box_play{
    position: relative;
    font-size: 0;
}
.btn_play.hide{
    display: none;
}
.btn_play.replay_video{
    background: #fff url(../../web_static/web_c/replay.svg) no-repeat center;
    background-size: 40px;
}
.btn_play{
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #fff url(../../web_static/web_c/play.svg) no-repeat center;
    background-size: 40px;
    transition: all 0.5s ease;
}
.video_box_play:hover .btn_play.start_video{
    background: #fff url(../../web_static/web_c/play_s.svg) no-repeat center;
    background-size: 50px;
}
.video_box_play:hover .btn_play{
    background-size: 50px;
}
.items_top_tiao .item .name{
    font-size: 18px;
    color: #02377e;
    /*text-align: left;*/
    padding: 0!important;
    padding-bottom: 1em!important;
}
.lang_en .item .name{
    text-align: left;
}
.nav_box .title.title_mi2{
    line-height: 1.5;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.nav_box .bewrite{
    text-align: left;
}
.nav_box .input_box{
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_box .input_box .input{
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: calc(100% - 120px);
}
.nav_box .input_box .input input{
    background:none;
    border:0;
    line-height: 45px;
    width: 100%;
    color: #fff;
    padding-left: 15px;
}
.nav_box .input_box .input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */

    color : #C1DCFF;

}

.nav_box .input_box .input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color : #C1DCFF;

}

.nav_box .input_box .input input::-moz-placeholder { /* Mozilla Firefox 19+ */

    color : #C1DCFF;

}

.nav_box .input_box .input input:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color : #C1DCFF;

}

.nav_box .input_box .input input::-ms-input-placeholder { /* Microsoft Edge */

    color : #C1DCFF;

}
.subscribe.button:after, .subscribe.button:before{
    border-radius: 5px;
}
.nav_box .input_box .subscribe{
    width: 100px;
    background: #FFFFFF;
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    color: #02377e;
}
@media (max-width: 1199px){

    .fan_info{
        width: auto!important;
        height: auto!important;
    }
    .fan_info .item{
        width: calc(50% - 1em);
        padding: 0.5em;
        margin: 0.5em;
        border: 1px solid #8cb92c;
        transform: none!important;
    }
    .fan_info .after{
        display: none;
    }
    .fan_info .item .content{
        width: auto;
        height: auto;
    }
    .fan_info .item .con,.fan_info .item .bewrite{
        text-align: center;
        width: auto;
        max-width: 200px;
        transform: rotate(0)!important;
    }
    .fan_info .item .con{
        margin-top: 0px!important;
    }
    .fan_info .item .icon{
        transform: none;
        margin-top: 10px!important;
        width: auto;
        height: auto;
        left: 0;
        position: relative;
        border-top: 10px solid #d1e3ab;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        background: none;
        text-align: center;
    }
    .fan_info .item .icon:before{
        width: 10px;
        height: 10px;
        left: calc(50% - 5px);
        top: -15px;
    }
    .fan_info .item:hover .icon{
        border-top: 10px solid #8cb92c;
        margin-top: 10px;
        width: auto;
        height: auto;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .fan_info ul{
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
        align-items: flex-end;
    }
    .fan_info .item .icon{
        position: relative;
    }
    .fan_info .item .name{
        min-height: 102px;
    }
    .fan_info .item .icon{
        position: relative;
    }
    .fan_info .item .bewrite{
        min-height: 80px;
    }
    .b_list .item {
        width: 170px;
        /*border:1px solid #02377e;*/
        padding: 0.5em;
    }
    .b_list .item:before{
        background: none!important;
    }
}
@media (max-width: 991px) {
    .advantage_list .item .title{
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
    }
    .brand_theme .advantage_list .item.w-33{
        width: calc(100%);
        padding-left: 2em;
    }
    .table_case .li:nth-child(1){
        width: 120px;
    }
    .table_case .li:nth-child(2){
        width: 250px;
    }
    .table_case .li:nth-child(3){
        width: 270px;
    }
    .table_case .li:nth-child(4){
        width: 180px;
    }
    .table_case.table_case_cw .li:nth-child(1){
        width: 280px;
    }
    .table_case.table_case_cw .li:nth-child(2){
        width: 220px;
    }
    .table_case.table_case_cw .li:nth-child(3){
        width: 220px;
    }
    .table_case .trs .li,.table_case .tds .li:nth-child(1){
    }
    .table_case .li{
        padding: 0 5px;
    }
    .navbar-collapse.show{
        padding-top: 20px;
    }
    .dropdown-menu .box_item{
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .dropdown-menu .box_item .title{
        padding: 0;
    }
    .list_items.items_3{
        column-count: 1;
        column-gap: 18px;
        margin: 1em 0;
    }
    .list_items.items_3 .item{
        border-radius: 5px;
        width: 100%;

    }
    .aboutus_box .items .item .icon {
        text-align: center;
    }
    .qrcode{
        bottom: 80px;
        top: auto;
    }
    .friends_box .item img{
        max-height: 500px;
        max-width: 100%;
    }
    .item .content, .item .phone{
        font-size: 14px;
    }
    .product_type .items{
        flex-wrap: wrap;
        /*justify-content: center!important;*/
    }
    .product_type .items .item{
        /*margin-top: 5px;*/
        width: calc(50% - 20px);
        margin-top: 20px;
        background: #fff;
    }

    .item_3_left .item{
        padding: 1em 0;
        padding-top: 46px;
        width: calc(50% - 1em);
        margin-bottom: 17px;
        display: flex;
    }
    .item_3_left .item .icon{
        padding-top: 0;
    }
    .item_3_left .item .bewrite{
        text-align: left;
        padding-right: 14px;
    }

    .item_3_left .item .el_con{
        width: 142px;
        text-align: center;
        padding:0 0.8em;
    }


    .items_3_box .item{
        padding: 1em 0;
        width: calc(33.3% - 3em);
    }
    #list-item-6 .items .item{
        width: calc(50% - 1em);
    }
    .contact_us.abouts{
        display: none!important;
    }
    .overview_view .items_4_box .item{
        width: calc(50% - 1em);
    }
    .overview_view .top{
        padding-bottom: 0.5em;
    }
    .overview_view .overview_view .content_2 .list{
        width: calc(100% - 220px);
    }
    .item_list .item_name{
        width: 80px;
    }
    .overview_view .content_2 .list .item_list .item_ls .lab{
        margin:0 5px;
        text-align: center;
    }
    .overview_view .content_2{
        background: url(../img/overview/jt_left.png) no-repeat calc(100% - 190px) center;
    }
    .overview_view .content_2 .list .item_list .item_ls{
        width: calc(100% - 80px);
    }
    .overview_view .content_2 .talent{
        width: 180px;
    }
    .customer_box{
        padding-top: 2em;
    }
    .trans_info_box .container .content .button{
    }
    .trans_info_box{
        height: 400px;
    }
    .service_advantage .layui-tab{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .contact_us{
        font-size: 17px;
    }
    .layui-form-item .layui-input-inline{
        margin: 0;
        margin-right: 10px;
        float: left;
    }
    .self_info .layui-form-item{
        width: calc(100% - 1em);
        margin:0 0.5em;
    }
    .name{
        font-size: 16px;
    }
    .h2, h2{
        font-size: 1.6rem;
    }
    .recruit_box div.p{
        min-height: 80px;
        font-size: 14px;
        line-height: 2;
    }
    .recruit_box.padding_box{
        padding: 0;
    }
    .recruit_box .school_recruit,.recruit_box .social_recruit{
        min-height: 380px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 14px;
    }
    .recruit_box:before,.recruit_box:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;

    }

    .recruit_box:before{
        left: 0;
        top: 0;
        background: #02377e;
    }
    .recruit_box:after{
        left: 0;
        bottom: 0;
        background: #fff;
    }
    .recruit_box div{
        width: 100%;
    }
    .recruit_box .recruit_btn .button{
        display: inline-block;
        width: auto;
    }
    .news_top{
        flex-wrap: wrap;
    }
    .news_top .top_top, .news_top .top3{
        width: 100%;
    }
    .trans_info_box .d-flex{
        flex-wrap: wrap;
    }
    .trans_info_box:before{
        /*display: none;*/
        width: 100%;
    }
    .trans_info_box .carousel-item:before{
        width: 100%;
    }
    .trans_info_box .container .content{
        width: 100%;
        text-align: left;
        max-width: 650px;
        padding-left: 0em;
        padding-top: 2em;
        font-size: 18px;
        color: #fff;
        line-height: 2;
    }
    .firends_box{
        height: 800px;
    }
    .nav_box{
        width: 100%;
    }
    footer .about_us{
        /*padding: 0;*/
        /*border: 0;*/
    }
    .share_box {
        width: 100%;
    }
    .nav_box .about_us{
        /*width: 40%;*/
    }
    .nav_box .nav_info{
        width: 60%;
    }
    .address_list .item{
        width: 100%;
    }
    .b_list .item {
        width: calc(50% - 16px);
        /*border:1px solid #02377e;*/
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-brand {
        max-width: 200px;
    }
    .nav_lang_box{
        flex-direction: row;
    }
    .navbar-light .navbar-nav .langChange .nav-link{
        padding:0.5em;
    }
    .search .nav-link{
        margin:0 0.5em;
        width: 25px;
        height: 40px;
    }
    .box_item .title{
        padding: 0.1em;
    }
    .dropdown-item{
        padding: 0.1em;
        font-size: 14px;
    }
    .navbar{
        /*padding: 0.5rem 0;*/
    }
    .box_item{
        max-width: 50%;

    }
    .dropdown-item{
        width: 100%;
        white-space:normal;
        word-wrap:break-word;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        max-height: 100%;
        overflow-y:auto;
        overflow-x: hidden;
        z-index: 112;
    }
    .carousel-caption{
        margin-top: 20px;
        /*right: 0;*/
        /*left: 0;*/
    }

    .carousel-caption p{
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 14px;
    }
    .carousel-caption .button{
        font-size: 1rem;
        line-height: 1.8;
        margin-top: 14px;
    }
    .search_box .select, .search_box .input, .search_box .search_sub{
        height: 60px;
        line-height: 60px;
    }
    .search_box .select, .search_box .search_sub{
        max-width: 180px;
    }
    .search_box .select:before{
        right: 10px;
        top: 16px;
    }
    .search_box .select:after{
        top: 9px;
        height: 40px;
    }
    .search_box .input{
        width: calc(100% - 160*2px);
    }
    .search_box.search_view .input{
        width: calc(100% - 120px);
    }
    .carousel-caption.nav_two{
        margin-top: 0;
        text-align: left;
    }
    .carousel-caption.service.third_page{
        padding-bottom: 10px;
        font-size: 14px!important;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 calc(25% - 1em);
    }

}
@media (max-width: 768px){
    .w-100{
        width: auto!important;
        min-height: 300px;
    }
    .carousel-caption.service.third_page{
        padding-bottom: 10px;
        font-size: 14px!important;
    }
    .step_demo .item{
        width: 500px;
        margin-bottom: 10px;
    }
    .step_demo .item .title{
        width: 100%;
    }
    .step_demo .item .content{
        margin-top: 0;
        width: calc(100% - 38px);
    }
    .experience .item{
        width: 100%;
    }
    .layui-input-inline.quhao{
        width: 90px!important;
    }
    .form_myinfo .layui-input-inline.telphone{
        width: calc(100% - 100px)!important;
    }
    .news_top .top_top .f_item{
        top: 30px;
    }
    .news_top .top_top .f_item .title{
        font-size: 1.6em;
    }
    .item_3_left .item{
        padding: 1em 0;
        padding-top: 46px;
        width: calc(50% - 1em);
        margin-bottom: 17px;
        display: flex;
    }
    .item_3_left .item .icon{
        padding-top: 0;
    }
    .item_3_left .item .bewrite{
        text-align: left;
        padding-right: 14px;
    }

    .item_3_left .item .el_con{
        width: 142px;
        text-align: center;
        padding:0 0.8em;
    }

    .items_3_box .item{
        padding: 1em 0;
        width: calc(33.3% - 3em);
    }
    .form_contact_box{
        flex-wrap: wrap;
    }
    .contact_us_v_box .address .item{
        width: 100%;
    }
    .ibox .number{
        font-size: 2em;
    }

    .getMore .button{
        margin: 0 0 0.5em 0;
    }
    .list_items{
        margin: 0.5em -0.5em;
    }
    .news_box .item{
        margin: 0.5em;
    }
    .news_top.padding_box{
        padding-top: 14px;
    }
    .search_items .list-group-item{
        padding: 0.5em;
        font-size: 17px;
    }
    .checkbox label{
        padding-left: 0;
    }
    .tab-content .form-check-inline{
        font-size: 14px;

    }
    .checkbox label::before{
        width: 20px;
        height: 20px;
    }
    .checkbox label::after{
        width: 20px;
        height: 20px;
    }
    .contact_us{
        font-size: 0.8em;
        height: 60px;
        padding-left: 14px;
    }
    .contact_us .container{
        padding: 0;
    }
    .contact_us .contactus{
        min-width: 70px;
        justify-content: center;
        font-size: 14px;
        height: 60px;
        padding: 0 0.5em;
    }
    .items_5_box .item,.items_4_box .item,.items_3_box .item,.items_2_box .item,.items_7_box .item{
        width: calc(50% - 1.1em);
    }
    .items_5_box.life_box .item{
        width: calc(100%);
    }

    .trans_info_box{
        min-height:auto;
        /*padding-bottom: 14px;*/
    }
    .trans_info_box .container .content{
        width: 100%;
        text-align: left;
        max-width: 650px;
        padding-top: 0em;
        font-size: 14px;
        color: #fff;
        line-height: 1.5;

    }

    .dropdown-menu .box_item .title{
        font-size: 14px;
        /*padding: 0;*/
        padding: 0.5em 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        width: calc(100%);
    }
    .padding_box{
        padding: 1em 0;
    }
    /*.friends_box .container .title{*/
    /*    font-size: 16px;*/
    /*}*/

    .advantage_list .ys_ad .item .title{
        font-size: 14px;
    }

    .container .title{
        font-size: 20px;
    }
    .b_list .item .icon{
        padding:1em 0.5em 0 0.5em;
    }
    .b_list .item .icon img{
        width: 50px;
    }
    .b_list .item .bewrite{
        padding: 0;
    }
    .b_list .item{
        padding:0.5em;
        min-height: auto;
    }
    .item .I_title,.form_box .tips{
        font-size: 20px;
    }
    .firends_box{
        height: 500px;
    }
    .firends_box .title{
        font-size: 1.8em;
    }
    .firends_box .bewrite{
        font-size: 14px;
    }
    footer .about_us{
        padding: 0;
        border: 0;
    }
    .nav_box .about_us{
        width: 100%;
    }
    .nav_box .nav_info{
        width: 100%;
    }
    footer .list .li{
        padding: 0.5em;
        color: #91a4bf;
    }
    .aboutus_box .items .item .icon{
        text-align: center;
    }
    .friends_box .col-md-3{
        flex: 0 0 calc(50% - 1em);
    }
    .padding_footer {
        padding: 35px 0 25px 0;
    }
    .padding_footer .about_us .list {
        display: flex!important;
        justify-content: space-between!important;
        padding: 0 15px;
    }
    .items .item .name, .items .item .bewrite{
        padding:  0 10px;
    }
    .news_box .item{
        width: calc(50% - 1em);
    }

    .search_box .select, .search_box .input, .search_box .search_sub{
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }
    .search_box .select, .search_box .search_sub{
        max-width: 100px;
    }
    .search_box .select{
        text-align: left;
        padding-left: 10px;
    }
    .search_box .select:before{
        right: 5px;
        top: 21px;
        width: 20px;
        height: 20px;
    }
    .search_box .select:after{
        top: 9px;
        height: 40px;
    }
    .search_box .input{
        width: calc(100% - 100*2px);
    }
    .search_box.search_into .input{
        width: calc(100% - 200px);
    }
    .search_box.search_view .input{
        width: calc(100% - 100px);
    }

    .search_box .input input{
        padding-left: 5px;
    }
    .tab-content>.active{
        justify-content: flex-start;
    }
    .tab-content .form-check-inline{
        width: auto;
    }
    .carousel-caption.nav_two{
        margin-top: 0;
        text-align: left;
    }
}
@media (max-width: 575px){
    .form_contact_box .contact_page .col-md-6.border-left{
        border-left: 0;
    }
    .form_contact_box .title.title_mi2{
        font-size: 1em;
    }
    .share_box .name{
        width: 100%;
        margin: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .firends_box.video_box{
        height: auto;

    }
    .firends_box.video_box .video-background {
        height: auto;
        width: 100%;
        background: #000;
    }
    .firends_box .container{
        background: url(../img/friends_bg.jpg) center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0,0);
        padding: 40px 0;
    }
    .firends_box .container_video{
        padding: 0;
    }
    .firends_box .container2{
        height: auto;
    }
    .firends_box .container_video:before{
        display: none;
    }
    .brand_service_demo1 .item.col-md-12 .content{
        text-align: left;
    }
    .navbar{
        background: #02377e;
    }
    .share_box{
        position: relative;
    }
    .icon_share{
       position: initial;
    }
    .left_show .qrcode {
        padding: 10px!important;
        padding-bottom: 40px!important;
        
        left: 50%;
        transform: translateX(-50%);
        top: -180px;
        z-index: 11;
    }
    .nav_box .input_box .input{
        width: calc(100% - 100px);
    }
    .nav_box .input_box .input input{
        line-height: 35px;

    }
    .nav_box .input_box .subscribe{
        line-height: 35px;
        width: 80px;
    }
    .advantage_list .item .title{
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
    }
    .brand_theme .advantage_list .item.w-33{
        width: 100%;
        padding-left: 1em;
    }
    .brand_theme .advantage_list .item.w-33 .title{
        height: 55px;
        padding-left: 50px;
    }
    .padding-30{
        padding: 15px!important;
    }
    .numbers_box .item .value{
        font-size: 25px;
    }
    .numbers_box .item .unit{
        padding-bottom: 0;
        font-size: 12px;
    }
    .numbers_box .item .unit.add{
        font-size: 18px;
        padding-bottom: 0;
    }
    .step_demo_2.step_demo_3 .item{
        margin-left: 0;
        width: 300px;
        height: 180px;
        padding-left: 60px;
        background-size: 302px;
    }
    .step_demo_2.step_demo_3 .item:nth-child(even){
        background-size: 302px;
    }
    .step_demo_2 .item{
        margin-left: 0;
        height: 150px;
    }
    .w-100 {
        width: 100%!important;
        min-height: auto;
    }
    .btn_play{
        left: 50%;
        top: 50%;

        transform: translate(-50%,-50%);
    }
    .brand_icons .item{
        padding:10px 15px;
        margin: 5px;
        width: 100px;
        text-align: center;
    }
    .brand_icons .maxw850 .item{
        width: 100px;
    }
    .brand_icons .item .img{
        width: 50px;
        margin: 0 auto;
    }
    .third_page_box .banner_box .w-100{
        left: -0%;
    }
    .experience.experience_demo2 .item{
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;
        max-width: 100%;
    }
    .case_demo2.case_demo .item.col-md-3{
        margin: 0;
        margin-top: 15px;
    }
    .advantage_demo3.advantage_list .item p{
        margin-top: 10px;
    }
    .container .container{
        padding: 0;
    }
    .friends_box .col-md-3{
        flex: 0 0 calc(100% - 1em);
    }
    .step_demo .item{
        width: 300px;
        /*margin-bottom: 10px;*/
    }
    .step_demo .item .title{
        width: 100%;
    }
    .step_demo .item .content{
        margin-top: -10px;
        width: calc(100% - 20px);
    }
    .table_case .li:nth-child(1){
        width: 50px;
    }
    .table_case .li:nth-child(2){
        width: 95px;
    }
    .table_case .li:nth-child(3){
        width: 140px;
    }
    .table_case .li:nth-child(4){
        width: 60px;
    }
    .table_case.table_case_cw .li:nth-child(1){
        width: 100px;
    }
    .table_case.table_case_cw .li:nth-child(2){
        width: 170px;
    }
    .table_case.table_case_cw .li:nth-child(3){
        width: 90px;
    }
    .table_case .trs .li,.table_case .tds .li:nth-child(1){
        font-size: 12px;
    }
    .table_case .li{
        padding: 0 2px;
        font-size: 12px;
    }
    .experience{
        justify-content: center;
    }
    .experience .item{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .experience .item .icon{
        border:0;
        padding: 0;
        padding-bottom: 10px;
    }
    .experience_demo2.experience .item .icon.h-100 img{
        width: 45px;
    }
    .items.doc_tp .item{
        margin: 5px;
        width: calc(50% - 10px);
    }
    .bg_img_trans .l_item{
        width: calc( 33.3%);
    }
    .items.doc_tp .item .content .icon img{
        width: 40px;
    }
    .experience .item .bewrite{
        border:0;
        padding: 0;
        padding-top: 10px;
    }
    .logo_new_year{
        padding-right: 0;
    }
    .share_box .icon_share img{
        width: 40px;
        height: 40px;
    }
    .list_items{
        margin: 0;
    }
    .b_list{
        padding-top: 45px;
    }
    .item .content, .item .phone{
        font-size: 14px;
    }
    .item_l.ll_1{
        margin-bottom: 15px;
    }
    .item_l a{
        display: block;
        height: 210px;
        overflow: hidden;
    }
    .news_box .item{
        margin-left: 0;
    }
    .news_box .item .img{
        max-height: 210px;
        overflow: hidden;
        align-items: flex-start!important;
    }
    .font-32{
        font-size: 20px!important;
    }
    .font-16{
        font-size: 14px!important;
    }
    footer .list .li a.font-14{
        font-size: 14px!important;
    }
    .font-14{
        font-size: 12px!important;
    }
    .dropdown-menu .box_item.wap_block{
        width: 100%;
        max-width: 100%;
    }
    .wap_margin_b-20{
        margin-bottom: 10px!important;
    }
    .navbar-collapse.show{
        padding-top: 20px;
    }
    .dropdown-menu .box_item{
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .dropdown-menu .box_item .title{
        padding: 0;
    }

    .padding_footer{
        padding: 15px 0;
    }
    .padding_footer.christmas{
        padding-top: 70px;
    }
    .padding_footer .about_us .list{
        justify-content: space-between!important;
        padding: 0 15px;
    }
    .padding_footer .nav_info{
        padding-top: 15px;
        border-top: 1px solid #888;
        justify-content: space-between!important;
    }

    .padding_footer .nav_info{
        padding-top: 0;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    footer .nav_info .ul{
        width: 100%;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #888;
    }
    footer .nav_info .ul:nth-child(1){
        margin-left: 0;
    }
    footer .nav_info .ul .list{
        padding: 0;
        text-align: left;
    }
    footer .nav_info .ul .list .li a{
        display: block;
        position: relative;
    }
    footer .nav_info .ul .list .li a::after{
        content: '>';
        position: absolute;
        right: 0px;
    }
    footer .nav_info .ul .title{
        text-align: left;
        line-height: 30px;

        position: relative;
        display: flex;justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .ul.active .wap_hide{
        display: block!important;
    }
    footer .nav_info .ul .title::after{
        position: absolute;
        right: 5px;
        display: inline-block;
        /*margin-left: 0.255em;*/
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        margin:0 0.255em;
    }
    footer .nav_info .ul .title.active{
        color: #eec31b;
    }
    footer .nav_info .ul .title.active::after{
        transform: rotate(180deg);
    }
    .honor_history_box .items .swiper-slide{
        justify-content: center;
    }
    .honor_history_box .items .swiper-slide .item{
        width: 260px;
    }
    .honor_history_box .items .swiper-slide:before{
        display: none;
    }
    .form_contact_box .submit{
        margin-top: 14px;
        text-align: center;
        padding: 0;
    }
    .margin_1em_auto{
        margin: 1em auto!important;
    }
    .margin_2em_auto{
        margin: 2em auto!important;
    }
    .margin_top_2em{
        margin-top: 1em!important;
    }
    .padding_top_box_2{
        padding-top: 14px;
    }
    .padding_box{
        padding: 2em 0;
    }
    .tools .list_item .item{
        padding: 7px;
        margin: 4px;
    }
    .tools .list_item .item .name{
        padding-top: 7px;
    }
    .contact_us.service .contactus{
        border-bottom-right-radius: 30px;
    }
    .tools .list_item .item .icon{
        padding: 7px;
        width: 65px;
    }
    .product_type .items{
        flex-wrap: wrap;

        justify-content: center!important;
    }
    .product_type .items .item{
        /*margin-top: 5px;*/
        width: calc(100% - 20px);
        margin-top: 20px;
        background: #fff;
    }

    .team_list .item{
        width: calc(100% - 0px);
    }

    .pb_box .left .bewrite,.container .pb_box .left .title,.pb_box .left .title_icon,.pb_box .left .text-center{
        text-align: center!important;
    }

    .padding_3em{
        padding: 1em!important;
    }
    .advantage_list .item{
        padding: 14px;
    }
    .advantage_list .item:before{

        width: 60px;
        height: 60px;
        left: 5px;
        font-size: 30px;
        top: 15px;
        background-size: 550px!important;
        background-position: -51px -68px!important;
    }
    .talent_theme .advantage_list .item:before{
        background-position: -245px -68px!important;
    }
    .brand_theme .advantage_list .item.w-33:before{
        left: 5px;
        top: 10px;
    }

    .brand_theme .advantage_list .item.w-33{
        padding-top: 1em;
        padding-left: 70px;
    }
    .brand_theme .advantage_list .w-33-right .item.w-33{
        width: 100%;
        padding-top: 1em;
        padding-left: 70px;
    }
    .brand_theme .advantage_list .w-33-right .item.w-33:before{
        left: 5px;
        top: 10px;
    }
    .brand_theme .advantage_list .w-33-right .item.w-33 .title{
        padding-left: 0;
        height: auto;
        /*display: flex;*/
        /*align-items: center;*/
    }
    .brand_theme .advantage_list .item:before{
        background-position: -342px -68px!important;
    }
    .localize_theme .advantage_list .item:before{
        background-position: -439px -68px!important;
    }
    .trans_theme .advantage_list .item:before{
        background-position: -149px -68px!important;
    }
    /*.advantage_list .item:hover:nth-child(1):before{*/
    /*    background-position: -30px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(2):before{*/
    /*    background-position: -120px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(3):before{*/
    /*    background-position: -184px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(4):before{*/
    /*    background-position: -263px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(5):before{*/
    /*    background-position: -346px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(6):before{*/
    /*    background-position: -424px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(7):before{*/
    /*    background-position: -506px -128px;*/
    /*}*/
    /*.advantage_list .item:hover:nth-child(8):before{*/
    /*    background-position: -585px -128px;*/
    /*}*/
    .items_top_tiao .item{
        margin-bottom: 14px;
    }
    .advantage_list .item{
        padding-left: 70px;
    }
    .advantage_demo2.advantage_demo4.advantage_list .item{
        padding-left: 70px;
    }
    .form_contact_box .contact_us_v_box, .form_contact_box .form_contact{
        padding: 0.5em;
    }

    .form_contact_box .contact_us_v_box .d-flex{
        flex-wrap: wrap;
    }
    .nav_box.container,.dropdown-menu .container {
        padding: 0;
    }
    .dropdown-menu .container {
        padding: 0 5px;
    }
    .dropdown-menu .box_item{

        margin: 0 0.5em;
        padding: 0;
        max-width: calc(100% - 1em);
    }
    .dropdown-menu .box_item .title{
        word-wrap:break-word;
        white-space:normal;
        word-break: normal;
        line-height: 1.3;
    }
    .nav_body{
        position: relative;
    }
    .pading-top-40{
        margin-top: 0;
    }
    .c_us_info:before{
        width: 100%;
    }
    .container .item_txt .title{
        line-height: 1.3;
        margin-bottom: 0.5em;
    }
    .container .item_txt .content{
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 5;
    }
    .ili b{
        display: block;
    }
    .friends_box .item img{
        max-width: 100%;
    }
    .padding_bottom_box{
        padding-bottom: 2em;
    }
    .banner_box .w-100-2{
        width: 100%!important;
        height: auto;
    }
    .banner_box.cs_2023 .w-100{
        height: 400px;
    }
    .banner_box.cs_2023 .container,.banner_box.cs_2023 .container .con_us{
        justify-content: center;
    }
    .banner_box .w-100{
        width: auto!important;
        position: relative;
        height: 350px;
        left: 50%;
        /* top: 50%; */
        transform: translate(-50%, 0%);
    }
    .item_3_left .item{
        padding: 1em 0;
        padding-top: 46px;
        width: calc(100%);
        margin-bottom: 14px;
        display: flex;
    }
    .item_3_left .item .icon{
        padding-top: 0;
    }
    .item_3_left .item .bewrite{
        text-align: left;
        padding-right: 14px;
    }

    .item_3_left .item .el_con{
        width: 142px;
        text-align: center;
        padding:0 0.8em;
    }

    .items_3_box .item{
        padding: 1em 0;
        width: calc(33.3% - 3em);
    }
    .overview_view .top{
        padding-bottom: 0.5em;
    }
    .overview_view .overview_view .content_2 .list{
        width: calc(100% - 150px);
    }
    .item_list .item_name{
        width: 50px;
        padding: 10px
    }
    .talent .item_list .item_name{
        width: 50px;
        padding: 10px;
    }
    .overview_view .content_2 .list .item_list .item_ls .lab{
        margin:0 5px;
        text-align: center;
    }
    .overview_view .content_2{
        background: url(../img/overview/jt_left.png) no-repeat calc(100% - 110px) center;
    }
    .overview_view .content_2 .list .item_list .item_ls{
        width: calc(100% - 50px);
    }
    .overview_view .bewrite{
        font-size: 14px;
    }
    .overview_view .content_2 .talent{
        width: 110px;
    }
    .customer_box .items .img{
        width: calc(33.3% - 0.5em);
        margin: 0.25em;
    }
    .trans_info_box .container .content .button{
    }
    .form_info .item .input textarea{
        padding: 14px;
    }

    .care_system{
        flex-wrap: wrap;
    }
    .overbox .padding_box{
        padding-top: 14px;
    }
    .honor_history_box .items .swiper-slide .item,.honor_history_box .items .swiper-slide .item .bewrite{
        height: auto;
    }
    .care_system .item{
        padding: 1em 0;
    }
    .care_system .item:after{
        width: 80px;
        height: 0;
        left: calc(50% - 40px);
        top: auto;
        bottom: 0;
    }
    .contact_us.abouts{
        padding: 0;
        display: none;
    }
    .contact_us.flex{
        display: none;
    }
    .overview_view .li:after{
        display: none;
    }
    .overview_view .top{
        background: none;
    }
    .form_contact_box .contact_page .col-md-6:nth-child(2){
        margin-top: 1.5em;
    }
    .form_contact_box{
        padding: 14px;
    }
    .form_info .item .input input,.form_info .item .title_input{
        padding-left: 14px;
    }
    .form_info .item .f_tip{
        width: 2em;
    }
    .carousel-caption.service{
        padding-top:8px;
        padding-bottom: 8px;
    }
    .items_5_box .item, .items_4_box .item, .items_3_box .item, .items_2_box .item, .items_7_box .item{
        width: 100%;
    }
    .overview_view .items_4_box .item{
        width: calc(50% - 0.5em);
        padding: 1em 0;
        margin-bottom: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }
    .carousel-caption.service{
        width: 100%;
    }
    .contact_us .tips{
        padding-right: 5px;
    }
    .fan_info{
        width: auto!important;
        height: auto!important;
    }
    .fan_info .item{
        width: calc(100% - 1em);
        padding: 0.5em;
        margin: 0.5em;
        border: 1px solid #8cb92c;
    }
    .fan_info .item .content{
        width: auto;
        height: auto;
    }
    .fan_info .item .con,.fan_info .item .bewrite{
        text-align: center;
        width: auto;
        max-width: 300px;
        transform: rotate(0)!important;
    }
    .fan_info .item .con{
        margin-top: 0px!important;
    }
    .fan_info .item .icon{
        transform: none;
        margin-top: 10px!important;
        width: auto;
        height: auto;
        left: 0;
        position: relative;
        border-top: 10px solid #d1e3ab;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        background: none;
        text-align: center;
    }
    .fan_info .item .icon:before{
        width: 10px;
        height: 10px;
        left: calc(50% - 5px);
        top: -15px;
    }
    .fan_info .item:hover .icon{
        border-top: 10px solid #8cb92c;
        margin-top: 10px;
        width: auto;
        height: auto;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .fan_info ul{
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
        align-items: flex-end;
    }
    .fan_info .item .icon{
        position: relative;
    }
    .fan_info .item .name{
        min-height: 70px;
    }
    .fan_info .item .icon{
        position: relative;
    }
    .fan_info .item .bewrite{
        min-height: 60px;
    }
    .wap_hide{
        display: none!important;
    }
    .pc_hide{
        display: block!important;
    }
    .honor_history_box .items:before{
        display: none;
    }
    .friends_box .items_2_box .item .icon img{
        max-width: 100%!important;
    }
    .honor_history_box .items{
        height: 250px;
    }
    .honor_history_box .items .swiper-slide .item:before{
        display: none!important;
    }
    .honor_history_box .items .swiper-slide .item{
        top: 0!important;
        bottom: 0!important;
    }

    .news_box .item{
        width: calc(100% - 1em);
    }
    .d-sm-flex{
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 576px){
    .wap_hide{
        display: block;
    }
    .pc_hide{
        display: none!important;
    }
}
@media (min-width: 992px) {
    .article_info .article_box .contact_us{
        max-width: 300px;
    }
    .trans_info_box .container .content .button_box{
        display: flex;
        justify-content: start;
    }
    .in_list_ys .item_ys{
        width: 25%;
        margin: 2em 0;
    }
    .in_list_ys .item_ys p{
        max-width: 200px;
        font-size: 17px;
        min-height: 134px;
    }
    .new_news .news_list{
        padding-top: 2em;
    }
    .new_news .news_list{
        flex-wrap: nowrap;
    }
    .new_news .news_list .item{
        width: calc(25% - 1em);
    }
    .article_box .content_box{
        width: calc(100% - 380px)
    }
    .article_info .container{
        padding: 2em 0;
    }
    .article_info .article_box{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .ibox .name{
        font-size: 20px;
    }
    .article_info .container .title.back_color{
        color: #333;
    }
    .article_info .container .title{
        text-align: left;
        font-size: 2.1em;
    }
    .service_advantage  .layui-tab{
        display: flex;
    }
    .carousel-caption.service{
        width: calc(100% - (100% - 960px)/2 - 15px);
        padding-left: calc((100% - 960px)/2);

    }
    .items_5_box.life_box .item:nth-child(-n+5) .name{
        max-width: 160px;
        text-align: center;
        margin: 0 auto;
    }
    .items_5_box.life_box .item:nth-child(-n+5) .bewrite{
        max-width: 160px;
        text-align: center;
        margin: 0 auto;
    }
    .recruit_box{
        position: relative;
        z-index: 1;
    }
    .recruit_box:before,.recruit_box:after{
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
    }
    .recruit_box:before{
        left: 0;
        top: 0;
        background: #02377e;
    }
    .recruit_box:after{
        right: 0;
        top: 0;
        background: #fff;
    }


    .recruit_box .school_recruit,.recruit_box .social_recruit{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 500px;
    }

    .recruit_box .social_recruit{
        justify-content: flex-end;
    }
    .recruit_box div{
        width: 100%;
    }
    .recruit_box .recruit_btn .button{
        display: inline-block;
        width: auto;
    }

    .text_box .container  .title{
        font-size: 2.2em;
    }
    .text_box .container .bewrite{
        padding: 1em 0;
        font-size: 14px;
        color: #212529;
    }
    .b_list .item:hover .icon img{
        /*transform: scale(1.1);*/
    }
    .item_margin .nav-item{
        margin-left: 20px;
    }
    .item_margin .nav-item:nth-child(1){
        margin-left: 0px;
    }
    .firends_box{
        height: auto;
    }
    .b_service{
        width: 40%;
    }
    .b_industry{
        width: 60%;
    }
    #navbarNav .item_margin{
        padding-left: 20px;
    }
    .navbar{
        padding:1em 1em;
    }
    footer.padding_box{
        padding-bottom: 14px;
    }
    footer .container .footer_content{
        padding: 1em 0;
    }
    .carousel-caption{
        position: absolute;
        top: 50%;
        right: auto;
        /*width: 100%;*/
        bottom: auto;
        left: 50%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .carousel-caption .h3{
        font-size: 2.2rem!important;
        margin-bottom: 20px;
    }
    .trans_banner .carousel-caption p{
        margin-bottom: 0;
    }
    .carousel-caption p{
        font-size: 1.1rem;
        line-height: 2;
        margin-bottom: 10px;
        max-width: 600px;
    }
    .logo{
        max-width: 150px;
    }
    .navbar-brand{
        margin-right: 1rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        /*left: calc(50% - 570px);*/
        top: 76px;
        /*border-bottom-left-radius: 10px;*/
        /*border-bottom-right-radius: 10px;*/
        padding:0;
        background: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .container{
        padding: 1rem;
        background: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.lang_box{
        position: absolute;
        border-radius: 5px;
        top: 50px;
        right: -12px;
        left: auto;
        padding:0;
        width: auto;
        /*line-height: 28px;*/
        min-width: 230px;
        overflow: hidden;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.lang_box .container{
        padding: 0;
    }
    .lang_box .lang_tip{
        font-size: 14px;
        padding: 10px 15px;
    }
    .lang_box .box_item{
        width: 100%;
        padding: 0;

    }
    .lang_box .box_item:hover{
        background: #E0E2E7;
    }
    .lang_box .box_item .lang_box{
        padding-right: 5px;
    }
    .lang_box .box_item .name{
        font-size: 16px;
        color: #333;
        padding-left: 10px;
    }
    .lang_box .box_item a.title{
        padding: 10px 5px;
        font-weight: 500;
        border-left: 0;
        font-size: 14px;
    }
    .lang_box .box_item a.title.active{
        /*background: #E0E2E7;*/
        font-weight: 600;
        border-left: 0;
        color: #333;
    }
    .lang_box .box_item a.title:hover{
        /*background: #02377e;*/
        color: #ECC31B;
    }

    .dropdown-item{
        font-size: 0.9em;
    }
    .overview_view .container .title{
        font-size: 2.1em;
    }
    .friends_box .container .advantage_list .title{
        font-size: 20px;
    }
    /*.friends_box .container .title{*/
    /*    font-size: 32px;*/
    /*    font-weight: 500;*/
    /*    color: #02377e;*/
    /*}*/
    /*.friends_box .container .title.title_mi2{*/
    /*    font-size: 1.25em;*/
    /*}*/
    /*.friends_box .container .title.title_mi_x{*/
    /*    font-size: 1.5em;*/
    /*}*/
    .overview_view .container .title{
        margin-bottom: 15px;
        color: #02377e;
        font-weight: 600;
    }

    .container .title{
        font-size: 32px;
        font-weight: 500;
    }
    .bewrite{
        font-size: 14px;
        color: #212529;
    }
    .carousel-caption .h3_2{
        font-size: 2em;
    }
    .carousel-caption .h3{
        font-size: 4.2em;
        /*font-weight: 600;*/
    }
    .navbar-expand-lg .navbar-nav .wp-pd-10 .container{
        padding-left: 40px;
    }
    .dropdown-menu .box_item a,.dropdown-menu .box_item .title{
        border-left: 1px solid #EFF6FF;
    }
    .dropdown-menu.service_box_left .box_item.wap_block a{
        border: 0;
    }
    .box_item.wap_block{
        /*margin-bottom: 15px;*/
    }
    .dropdown-menu .box_item .title{
        font-size: 16px;
        line-height: 1;
        padding-top: 3px;
        padding-bottom: 10px;
    }
    .firends_box .bewrite{
        line-height: 2;
        font-size: 14px;
    }
    .item .content, .item .phone{
        font-size: 0.88em;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
    .b_list .item .name{
        font-size: 18px;
    }
    footer .about_us .list .li a{
        /*font-weight: bold;*/
    }
    footer .list .li{
        color: #91a4bf;
        padding:0 0.5em;
        /*color: #ffb6b6;*/
    }
    footer .list .li a{
        font-size: 16px;
    }
    footer .nav_info .list .li a{
        font-size: 14px;
    }
    footer .nav_info .ul .title{
        font-size: 16px;
    }
    footer .container .footer_content{
        padding-bottom: 3em;
    }
    .navbar-nav .dropdown.show .nav-link:before,.navbar-nav .nav-link:hover:before{
        position: absolute;
        width: calc(100% - 1rem);
        content: '';
        left: 0.5rem;
        bottom: -20px;
        height: 3px;
        background: #eec31b;
    }
    .navbar-nav.nav_lang_box .dropdown.show .nav-link:before,
    .navbar-nav.nav_lang_box .nav-link:hover:before{
        display: none;
    }
    .list_items .item .bewrite{
        transition:all 0.5s ease;
        height: auto;
        /*padding: 0;*/
        overflow: hidden;
    }
    .list_items .item{
        min-height: 371px;
    }
    .list_items .item .img{
        overflow: hidden;
        max-height: 220px;
        align-items: flex-start!important;
    }
    .list_items .item .img img{
        transition: all 0.5s ease;
    }
    .list_items .item:hover .img img{
        transform: scale(1.1);
    }
    .list_items.items_3{
        column-count: 3;
        column-gap: 18px;
        margin: 1em 0;
        -webkit-column-break-inside: avoid;
    }
    .list_items.items_3 .item{
        overflow: hidden;
        border-radius: 5px;
        break-inside: avoid;
        width: 100%;
        margin: 0;
        padding-bottom: 15px;
        min-height: auto;
    }
    .list_items.items_line{
        margin:1em 0;
    }

    .list_items.items_line .item{
        display: block;
        width: 100%;
        min-height: auto;
        margin: 0;
        margin-bottom: 14px;
    }
    .list_items.items_line .item .content{
        position: relative;
        background: none;
        color: #333;
        height: auto;
    }
    .news_box .list_items.items_line .item .time{
        color: #747474;
        padding-top: 14px;
        font-size: 12px;
    }
    .news_box .list_items.items_line .item .time .tgs{
        display: inline-block;
        margin-left: 10px;
    }
    .news_box .list_items.items_line .item .title{
        font-size: 16px;
        color: #333;
    }
    .news_box .list_items.items_line .item .bewrite{
        color: #747474;
        padding-bottom: 0;
    }
    .list_items.items_line a .img{
        width: 360px;
    }
    .list_items.items_line a{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
    .list_items.items_3 .item .content{
        position: relative;
        width: 100%;
    }
    .list_items .item .content{
        position: absolute;
        bottom: 0;
        width: calc(100% - 360px);
        /*min-height: 165px;*/
    }
    .news_box{
        padding-bottom: 4em;
    }
    .items_5_box .item{
        width: calc(20% - 1em);
    }
    .items_4_box .item{
        width: calc(25% - 1.5em);
    }

    .item_3_left .item{
        /*padding: 1em 0;*/
        padding-top: 35px;
        /*padding-top: 46px;*/
        width: calc(33.3% - 1em);
        margin-bottom: 1.5em;
        display: flex;
    }
    .items .item.wp-100{
        width: 100%;
    }
    .items .item.wp-50{
        width: calc(50% - 1em);
    }
    .item_2_left .item{
        width: calc(50% - 1em);
    }
    .item_3_left .item .icon{
        padding-top: 0;
        padding-bottom: 0.8em;
    }
    .item_3_left .item .bewrite{
        text-align: left;
        padding-right: 14px;
    }
    .item_2_left .item .bewrite{
        max-width: 100%;
    }
    .item_3_left .item .el_con{
        width: 142px;
        text-align: center;
        padding:0 0.8em;
    }

    .items_3_box .item{
        width: calc(33.3% - 1em);
    }
    .item_3_left .item .el_con .name{
        font-size: 14px;
    }
    .items_2_box .item {
        width: calc(50% - 1em);
    }
    .items_7_box .item{
        min-height: 280px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        width: calc(100%/7 - 1.2em);
    }
    .items_7_box .item .name{
        height: 50px;
        font-size: 16px;
    }
    .items_7_box .item div{
        width: 100%;
    }
    .items_5_box.life_box .item{
        width: calc(100%);
    }
}
@media (min-width: 1200px) {
    .flex_nav{
        display: block;
    }
    .carousel-caption .h3{
        margin-bottom: 40px;
    }
    .carousel-caption p{
        margin-bottom: 60px;
    }
    .carousel-caption.service{
        width: calc(100% - (100% - 1140px)/2 - 15px);
        padding-left: calc((100% - 1140px)/2 + 15px);
    }
}

/*@media (min-width: 1600px){*/
/*    .text_box .container  .title{*/
/*        font-size: 2.7em;*/
/*        font-weight: normal;*/
/*    }*/
/*    .text_box .container .bewrite{*/
/*        padding: 1em 0;*/
/*        font-size: 1.8em;*/
/*    }*/
/*    footer .about_us{*/
/*        padding-right: 4em;*/
/*    }*/
/*    footer .nav_info .ul:nth-child(1){*/
/*        margin-left: 2em;*/
/*    }*/
/*    footer .nav_info .ul{*/
/*        padding: 0 2em;*/
/*    }*/
/*    .b_list .item .icon{*/
/*        padding-top: 4.5em;*/
/*    }*/
/*    .firends_box{*/
/*        height: 700px;*/
/*    }*/
/*    .b_list .item{*/
/*        !*width: calc(20% - 9px);*!*/
/*        width: 285px;*/
/*        min-height: 340px;*/
/*    }*/
/*    .address_list{*/
/*        width: 900px;*/
/*    }*/
/*    .form_box{*/
/*        width: 500px;*/
/*    }*/
/*    .container, .container-lg, .container-md, .container-sm, .container-xl{*/
/*        max-width: 1500px;*/
/*    }*/
/*    .b_list .item .bewrite{*/
/*        padding: 0 60px;*/
/*    }*/
/*    .items_5_box .item{*/
/*        padding: 1em 0;*/
/*        width: calc(20% - 3em);*/
/*    }*/
/*    .items_4_box .item{*/
/*        padding: 1em 0;*/
/*        width: calc(25% - 3em);*/
/*    }*/

/*    .items_3_box .item{*/
/*        padding: 1em 0;*/
/*        width: calc(33.3% - 3em);*/
/*    }*/
/*    .items_2_box .item {*/
/*        width: calc(50% - 3em);*/
/*    }*/
/*    .items_7_box .item{*/
/*        width: calc(100%/7 - 3em);*/
/*    }*/

/*    .news_box .top3 .item{*/
/*        padding: 3em 0;*/
/*        padding-left:3em;*/
/*    }*/
/*    .list_items .item{*/
/*        min-height: 410px;*/
/*    }*/
/*    .list_items .item .content{*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*        width: 100%;*/
/*        min-height: 134px;*/
/*    }*/
/*    .carousel-caption.service{*/
/*        width: calc(100% - (100% - 1500px)/2 - 250px - 15px);*/
/*        padding-left: calc((100% - 1500px)/2);*/
/*    }*/
/*}*/

