*{
    margin: 0;
    padding: 0;
}
a,a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
input {
    background: #fff;
}
textarea {
    background: #fff;
}
select {
    background: #fff;
}
a:focus {
    outline: none !important;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
body{
    min-height: 500px;
    background: #EFEFEF;
}
li{
    list-style: none;
}
img{max-width: 100%;}
#cover{
        position: fixed;
        z-index:1001;
        top:0;
        left:0;
        display: none;
        width:100%;
        height:100%;
        opacity: 0.6;
        background: #000 none repeat scroll 0 0;
    }
/*---------------公用头部-----------------*/
.header_navbar{
    background: #ffffff;
    border: 0;
    margin-bottom: 0;
}
.header_all>.container,.footer_all>.container{
   
    padding: 0;
}
.header_all>.container>.header_navbar>.navbar-header>.navbar-brand>img{
    margin-left: 60%;
}
.header_right{
    
}
.header_navbar>.navbar-header>.navbar-toggle{
    margin-top: 30px;
}
.header_right{
    margin-top: 20px;
}
#header_bar>li>a{
    color: #000;
}
#header_bar>li>a>i{
    color: #CCCCCC;
}
#header_bar>li>.header_i{
    color: #CCCCCC;
}
#header_bar>li>.header_i>i:hover{
    color: #000000;
}
#header_bar>li>a:hover,#header_bar>li>a:focus,#header_bar>.open>a{
    color: #f39800;
    background: #FFFFFF;
}
#header_bar>li>ul>li>a:hover{
    color: #f39800;
}
#header_bar>li>ul{
    min-width: 100px;
    border: 0;
}

@media (max-width:768px) {
    .header_navbar > .navbar-collapse {
        height: 380px;
        width: 100%;
    }
    .header_all>.container>.header_navbar>.navbar-header>.navbar-brand>img{
    margin-left: 0;
}
}
@media (min-width: 992px) {
    #header_bar>.open>ul{
        animation: hideIndex 1s;
        -moz-animation: hideIndex  1s; /* Firefox */
        -webkit-animation: hideIndex  1s; /* Safari and Chrome */
        -o-animation: hideIndex  1s; /* Opera */
    }
}

@media (min-width: 1470px){
    .container{
        width:1470px ;
    }
}
        @keyframes hideIndex{
        0%{ opacity: 0;}
        100%{opacity: 1;}
    }
    #header_bar>.open>ul>li{
        animation: none;
        -moz-animation:none; /* Firefox */
        -webkit-animation: none; /* Safari and Chrome */
        -o-animation-name: none;
        animation-name: none; /* Opera */
    }


/*-----------------公用底部------------------*/
.footer_all{
    min-height: 350px;
    background: #383838;
    margin-bottom: 0;
}
.footer_top{
    font-size:17px ;
    font-weight: 900;
    color: #FFFFFF;
    margin-top: 74px;
    display: block;
    padding-left: 15px;
    font-size: 22px;
}
.footer_top:hover,.footer_bottom:hover{
    color: #f39800;
}
.footer_tel .footer_bottom:hover{
    color: #fff;
}
.footer_bottom{
    display: block;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 10px;
    overflow: hidden;
}

.footer_bottom>img{
    height: 15px;
    margin-right: 10px;
}
.footer_share{
    color: #7a7a7a;
}
.footer_share>a>i{
    margin-left: 5px;
    color: #7a7a7a;
}
.footer_share>a>i:hover{
    color: #f39800;
}
.footer_share>a>img{
    margin-left: 15px;
    
}
.footer_last{
    background: #272727;
    min-height: 50px;
    color: #999999;
    margin-top: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}
.footer_last_text{
    margin-left: 11.7%;
    margin-top: 20px;
}
.footer_last_text>i{
    width: 1px;
    height: 10px;
    background: #999999;
    display: inline-block;
}
/*-----------brands.css--------------*/
#brands_all{
    background: #efefef;
    min-height: 100px;
  
}
#brands_all>.brands_all_first{
    padding: 0;
}
#brands_all>.brands_all_first>.navbar{
    margin-bottom: 0;
    min-height: 100px;
}
#brands_all>.brands_all_first>.navbar>.navbar-header>.navbar-brand{
    font-weight: 900;
    color:#333333;
    min-height: 98px;
    line-height: 60px;
}
#brands_all>.brands_all_first>.navbar>.navbar-collapse{
    padding-right: 0;
}
#brands_all>.brands_all_first>.navbar>.collapse>.nav>li>a{
    color: #999999;
    min-height: 98px;
    line-height: 60px;
}
.dropdown-menu{width: 120px;border-bottom: 2px solid #f39800!important;border-radius: 0;text-align: center;}
.dropdown-menu li a{padding:10px 0;}

.navbar-nav>li:hover .dropdown-menu{display: block!important;}

/* .nav>li{padding-bottom: 20px;} */
#brands_all>.brands_all_first>.navbar>.collapse>.nav>li>a:hover,#brands_all>.container>.navbar>.collapse>.nav>li>.brands_active{
    color: #f39800;
    border-bottom:2px solid #f39800;
}
.brands_header{
    float: right;
    width: 180px;
    min-height: 30px;
    margin-top:3%;
}
.brands_header>.brands_header_right{
    float: left;
    margin-left: 2%;
    color: #cccccc;
}
.brands_header>i,.brands_header>.brands_header_right>i{
    font-size: 20px;
}
.brands_all_second{
    background: #353535;
}
.brands_all_second>.row{
    padding:20px;
}
.brands_all_second_img{
    width: 140px;
}
.brandsAST_top{
    font-weight: bold;font-size: 24px;color:#fff;margin-bottom: 20px;
}
.brandsAST_bottom{
    color: #cccccc;
    font-size:14px;
    margin-top: 10px;
}
@media (max-width:768px) {
       .brands_header{
        float: left;
    }
    #brands_all{
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .brands_header{
        float: right;
    }
   
}
.brands_all_third{
    width: 440px;
    height: 320px;
    border-bottom: 2px solid #ffffff;
    margin-top: 50px;
    margin-left: 45px;
    background: #f6f6f6;
}
.brands_all_third_active{
     border-bottom: 2px solid #f39800;
}
.brands_all_third_img{
    
}
.brands_all_third_text{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    height: 80px;line-height: 80px;
    text-align: center;
}
.brands_nav{
    background: #FFFFFF;
   
   
}
/*----------service.js-----------*/
.service_all_input{
    background: #FFFFFF;overflow: hidden;
}

.service_all_mess{
    margin:0 36px;
    border: 1px solid #eaeaea;border-bottom: none;
}
.service_all_mess_top{
    background: #666666;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 20px;
    height: 50px;line-height: 50px;padding:0 15px;
}
.service_all_mess_bottom{
    padding: 10px 36px;
}
.service_all_mess_bottom span{
    display: inline-block;
    width: 84px;
    height: 20px;
    text-align: left;
    line-height: 20px;
}
.service_all_mess .service_all_mess_bottom input,.service_all_mess .service_all_mess_bottom select{
    width: 600px;
    height:40px;line-height: 40px;
    margin-left: 2px;padding-left: 6px;
    border: 1px solid #eaeaea;

}
.service_all_mess .service_all_mess_bottom select{margin-left: 0;}
.service_all_top_title{
    color:#333;font-size: 18px;margin:50px 0 30px;
}
.service_all_top_text{
    color: #999999;
    font-size: 16px;
    margin-bottom: 25px;
}
.service_checkbox{
    overflow: hidden;
}
.service_checkbox>div{
    overflow: hidden;
}
.service_checkbox>div{
    float: left;
    margin-left: .2rem;
}
.service_checkbox>label{
    position: relative;height: 20px;margin-right: 8px;cursor: pointer;
}
.service_checkbox>label>span{
    width: 15px;height: 15px;border:1px solid #f0f0f0;display: inline-block;vertical-align: middle;
}
.service_checkbox>label>input{
   position: absolute;width: 100%;opacity: 0;left:0;top:0;cursor: pointer;z-index: 10;
    
}
.service_checkbox>label font{color:#333;font-size: 14px;display: inline-block;vertical-align: middle;font-weight: normal;padding-left: 5px;}
input,textarea{outline: none;}

.service_all_mess_second>.service_all_mess_bottom>textarea{
    height: 20rem;
    width: 600px;
    resize:none;
    border: 1px solid #eaeaea;
    padding: 1rem;
}

.service_checkbox .selected span{background: url(../../images/index_new/selected.png) no-repeat center center;background-size: 100% 100%;}

.service_all_mess>.service_all_mess_bottom_tel>input{
    width: 200px;
    margin-right: 6px;padding-left: 8px;
}
.service_all_mess>.service_all_mess_bottom_tel>.con_phone{width: 385px;}
.service_all_mess>.service_all_mess_bottom_nav{
    line-height: 2rem;
}
.service_all_mess>.service_all_mess_bottom_nav>textarea{
    width: 600px;
    height: 15rem;

    border: 1px solid #eaeaea;
    padding: 1rem;
}
.service_all_mess_input{
    width: 100px;
    height: 40px;
    background: #333;
    color: #ffffff;
    margin:50px 0 90px 160px;
    border: 1px solid #eee;
}
/*-------------contact.css--------------*/
.contact_top{
    background: #FFFFFF;padding: 70px 0 50px;
   
}
.contact_top_left{
    float: left;margin-top: 20px;
}
.contact_top_right{
    float: left;
}
.contact_top_right>.contact_top_right_top{
    font-weight: 900;
    font-size: 18px;
}
.contact_top_right>.contact_top_right_bottom{
    margin-top: 1.5rem;
}
.contact_top_right>.contact_top_right_bottom>.footer_bottom:hover{
    color: #7a7a7a;
}
.contact_nav{
    background: #FFFFFF;
    padding-bottom: 80px;
}

.contact_nav_col{
    width: 520px;
    min-height: 160px;
    background: #f3f3f3;
    padding: 21px;
    margin-bottom: 30px;
}

.contact_nav_col:nth-child(2n){
    float: right;
}

@media (max-width:768px) {
    .contact_nav_col{
        width: 50%;
    }
}
@media (max-width:992px) {
    .contact_nav_col{
        width: 50%;
    }
}
.contact_nav_top{
    font-size: 16px;
    font-weight: 900;margin-top: 15px;
}
.contact_nav_top_img{
    margin-right: 10px;
}
.contact_nav_middle{
    color: #a7a7a7;
    margin-top: 10px;
}
/*------------cooprate.css---------------*/
#cooprate_body{
    min-height: 500px;
}
.cooprate_container{
    background: #ffffff;
}
.cooprate_container_daohang{
    margin-top: 3.5%;
    margin-left: 6.77%;
    overflow: hidden;
}
.coo_daohang_img{
    float: left;
    margin-left: 0.78%;
    padding-bottom: 1.16%;
}
.coo_daohang_img_active{
    border-bottom: 2px solid #f39800;
}
.coo_daohang_middle{
    
    overflow: hidden;width: 1214px;margin:0 auto;
}
.coo_daohang_middle_img{
    float: left;
}
.coo_daohang_middle_img>img{
    width: 163px;
}
.coo_daohang_middle_text{
    float: left;
    color:#6e6e6e;font-size: 16px;width: 950px;position: relative;height: 220px;margin-left: 30px;
}
.coo_daohang_middle_text p{position: absolute;top:50%;transform:translateY(-50%);line-height: 34px;}
.coo_daohang_bottom{
    width:1214px;margin:65px auto 100px;
}
.coo_daohang_bottom_logo{
    float: left;
    height: 110px;
    width: 110px;
    border:1px solid #f3f3f3;margin-right: 6px;margin-bottom: 13px;
    margin-left: 6px;
    text-align: center;overflow: hidden;line-height: 115px;
    border-radius: 50%;
}

.coo_icon_b{
    margin-left: -6px;margin-right: -6px;
}

.coo_daohang_bottom_logo_show{
    border:2px solid #f39800;
}
.coo_daohang_bottom_logo>img{
    max-height: 100%;
}
/*----------honor.css------------*/
.honor_nav{
    margin: 5% 40%;
    width: 540px;
}
.honor_nav_xiala{
    overflow: hidden;
}
.honor_nav_xiala{
    padding: 0;
    margin: 0;
}
.honor_nav_xiala>.honor_nav_xiala_left{
    color: #aaaaaa;
}
.honor_nav_xiala_left,.honor_nav_xiala_middle,.honor_nav_xiala_right{
    float: left;
}
.honor_nav_xiala_right{
    font-size: 16px;
}
.honor_nav_xiala_middle_top{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    background: #aaaaaa;
}
.honor_nav_xiala_middle_bottom{
    height:60px;
    background: #aaaaaa;
    width: 1px;
    margin: auto;
}
.honor_nav_xiala_middle{
    margin: 0 10%;
}
.honor_nav_xiala_right{
    color: #666666;
}
.honor_nav_xiala_nav{
    display: none;
}
.honor_nav_xiala_nav>img{
    margin-top: 60px;
}
/*-----------hot_job------------*/
.hotJob_nav{
    min-height: 160px;
    background: #ffffff;
    margin-left: 0.1%;
    margin-right: 0.1%;
    margin-bottom: 0.2%;
    padding: 4% 4%;
}
.hot_job{
    margin:15px 0;
}
.m_table thead td{background: #f8f8f8;font-size: 14px!important;color:#aaa;padding:10px;}
.m_table td{border:none!important;}
.m_table tbody td{padding:10px;}
.hotJobNavFirst_left,.hotJobNavFirst_middle,.hotJobNavFirst_right{
    float: left;
}
.hotJobNavFirst_left>.hotJob_nav_left_top{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
}
.hotJobNavFirst_left>.hotJob_nav_left_bottom,.hotJobNavFirst_right>.hotJobNavFirst_righ_bottom{
    font-size: 12px;
    color: #CCCCCC;
    margin-top: 10px;
}
.hotJobNavFirst_middle{
    height: 60px;
    background: #eeeeee;
    width: 2px;
    margin: 0 2px;
}
.hotJobNavFirst_right>.hotJobNavFirst_righ_top{
    font-size: 18px;
    margin-top: 10px;
}
.hotJob_nav_second,.hotJob_nav_third{
    font-size: 12px;
    color: #CCCCCC;
    margin-top: 3.2%;
}
.hotJob_nav_third{
    color: #f39800;
}
.hotJob_nav_forth{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #cccccc;
    border: 1px solid #cccccc;
    float: right;
    margin-top: 2.5%;
}
.hotJob_nav_forth:hover{
    color: #f39800;
    border: 1px solid #f39800;
}
.hot_job_fenye{
    margin-top: 10%;
    margin-left: 40%;
    height: 30px;
    margin-bottom: 10%;
}
.hot_job_fenye_last,.hot_job_fenye_next{
    display: block;
    width: 70px;
    height: 30px;
    background: #FFFFFF;
    color: #cccccc;
    font-size: 16px;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}
.hot_job_fenye_one,.hot_job_fenye_two,.hot_job_fenye_three{
    width: 30px;
    height: 30px;
    font-size: 16px;
    float: left;
    line-height: 30px;
    text-align: center;
    background: #FFFFFF;
    margin-left: 10px;
}
.hot_job_fenye_one:hover,.hot_job_fenye_two:hover,.hot_job_fenye_three:hover,.hot_job_fenye_last:hover,.hot_job_fenye_next:hover{
    background: #000000;
    color: #FFFFFF;
}
.hot_job_active{
    background: #000000;
    color: #FFFFFF;
}
/*------------hot_jobinfo.css------------*/
.jobinfo_nav{
    background: #ffffff;
}
.jobinfo_nav>.jobinfo_nav_head{
    padding: 5%;
}
.jobinfo_nav_first{
    border-right: 2px solid #eeeeee;
}
.jobinfo_nav_first_middle{
    height: 60px;
    background: #eeeeee;
    width: 2px;
    margin: 0 2px;
}
.jobinfo_nav_first_left_top{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.jobinfo_nav_first_left_bottom{
    font-size: 12px;
    color: #cccccc;
    text-align: center;
}
.hotJobNavFirst_righ_top{
    font-size:18px;
    font-weight: 900;
}
.hotJobNavFirst_righ_top>span{
    font-size: 12px;
    font-weight: 600;
    color: #cccccc;
}
.hotJobNavFirst_righ_top>.hotJobNavFirst_righ_top_fu{
    border: 1px solid #cccccc;
    margin-left: 10px;
    padding: 2px;
}
.hotJobNavFirst_righ_bottom_shu{
    font-size: 12px;
    color: #cccccc;
}
.jobinfo_nav_third{
    font-size: 16px;
    font-weight: 900;
    color: #f39800;
    float: right;
}
.jobinfo_nav_nav{
    margin-left: 12%;
}
.jobinfo_nav_nav_left,.jobinfo_nav_nav_middle,.jobinfo_nav_nav_right{
    float: left;
    width: 150px;
    font-size: 16px;
    margin-right: 5%;
}
.jobinfo_nav_nav_left>span,.jobinfo_nav_nav_middle>span,.jobinfo_nav_nav_right>span{
    margin-left: 5%;
}
.jobinfo_nav_infor{
    margin-left: 13%;
    margin-top: 2%;
}
.jobinfo_nav_infor_first{
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4%;
}
.jobinfo_nav_infor_nav{
    overflow: hidden;
}
.jobinfo_nav_infor_head{
    font-size: 16px;
    font-weight: 900;
    padding-left: 1%;
    height: 2%;
    border-left: 3px solid #000000;
}
.jobinfo_nav_infor_first_title{
    margin: 3% 0;
    color: #999999;
    font-size: 14px;
}
.jobinfo_nav_infor_first_text{
    color: #999999;
}
.jobinfo_nav_infor_second{
    margin-top: 5%;
    border-bottom:1px solid #cccccc;
    padding-bottom: 4%;
}
.jobinfo_nav_infor_head{
    margin-bottom: 5%
}
.jobinfo_nav_infor_buttom{
    margin-top: 5%;
    margin-left: 30%;
}
.jobinfo_nav_infor_buttom>div{
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin: 3%;
}
.jobinfo_nav_infor_buttom_input{
    background: #f39800;
}
.jobinfo_nav_infor_buttom_back{
    background: #333333;
}
/*弹窗*/
.job_input,.job_register,.job_login{
    position: fixed;
    width: 560px;
    height: 400px;
    background: #ffffff;
    z-index: 9999;
    top: 10%;
    left: 30%;
    display: none;
}
.jobInput_top{
    height:59px;
    border-bottom: 1px solid #ececec;
    line-height: 59px;
}
.jobInput_top_left{
    float: left;
    margin-left: 25px;
    font-size: 18px
}
.jobInput_top_right{
    float: right;
   margin:20px;
   cursor: pointer;
}
.jobInput_middle_title{
    text-align: center;
    color: #999;
    margin:30px auto;
   
}
.jobInput_middle_top,.jobInput_middle_bottom{
    display: block;
    width: 280px;
    height: 40px;
    background: #efefef;
    line-height: 30px;
    margin: auto;
    padding: 5px;
    margin-top: 10px;
}
.jobInput_bottom{
    display: block;
    width: 280px;
    height: 40px;
    background: #333333;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    border:none;
}
.job_register{
    height: 500px;
}
.jobRegistert_middle>input{
    width: 280px;
    height: 40px;
    border-radius: 5px;
    border:1px solid #eeeeee;
    margin-left: 140px;
    margin-top: 10px;
}
.jobRegistert_middle>div>input:nth-of-type(1){
    width: 160px;
    height: 40px;
    border-radius: 5px;
    border:1px solid #eeeeee;
    margin-left: 140px;
    margin-top: 10px;
}
.jobRegistert_middle>div>input:nth-of-type(2),.jobRegistert_middle>div>img{
    width: 110px;
    height: 40px;
    border-radius: 5px;
    border:1px solid #eeeeee;
}
.jobRegistert_middle_yan{
    overflow: hidden;
}
.jobRegistert_middle>div>input:nth-of-type(2){
    background: #ffffff;
}
.jobInput_last{
    text-align: center;
    margin-top: 10px;
}
.jobInput_last>span{
    color: #cccccc;
}
.jobInput_last>a{
    color: #000000;
}
/*-------myResume-------*/
.myresume_name{
    height: 100px;
    background: #f1f1f1;
    line-height: 100px;
    padding-left: 20px;
}
.myresume_name>input{
    width: 50%;
    height: 40px;
    margin-left: 24px;
    border:none;
    padding-left: 6px;
}
.service_radio{
    margin-left: 10px;
}
.service_all_mess_bottom>i{
    position: relative;
    right: 3%;
    font-size: 18px;
}
.work_time_last,.work_time,.work_middle{
    float: left;
}
.service_all_mess>.service_all_mess_bottom>#work_time{
     width: 30%;
    height: 4rem;
    border: 1px solid #eaeaea;
    padding: 1rem;
}
.resume_new{
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border:2px solid #cccccc;
    display: block;
    color: #cccccc;
    background: #ffffff;
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.myresume_topText{
    font-size: 18px;
    font-weight: 900;
    margin-top: 2%;
    margin-left: 2.5%;
    margin-bottom: 2%;
}
/*--------------new_info---------------*/
.new_info_nav{
    background: #FFFFFF;
    padding: 40px 5%;
    border-bottom: 1px solid #cccccc;
}
.new_info_nav_title{
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.new_info_nav_title_time{
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin: 3% 0;
}
.new_info_nav_text{
    font-size: 12px;
    color: #777777;
    line-height: 30px;
}
.new_info_nav_img{
    text-align: center;
}
.new_info_input{
    background: #ffffff;
    padding: 5% 0;
}
.new_info_input_a{
    display: block;
    width: 140px;
    height: 50px;
    background: #f39800;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}
/*----------news_list------*/
.news_list_nav{
    background: #FFFFFF;
    margin-bottom: 2%;
    padding: 2%;
}
.news_list_nav_left{
    float: left;
    border-right: 1px solid #cccccc;
    margin-right: 1%;
    padding-right: 1%;
}
.news_list_nav_left_top{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.news_list_nav_left_bottom{
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}
.news_list_nav_right_title{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 1%;
}
.news_list_nav_right_text{
    font-size: 14px;
    color: #8d8d8d;
    margin-left: 8%;
    margin-top:2%;
}
.news_list_nav_right_a{
    font-size: 14px;
    color: #cfcfcf;
    margin-left: 8%;
    margin-top: 1%;
}
.news_list_nav_right_a:hover{
    color: #f39800;
}
/*------product.css--------*/
.prduct_nav{
    background: #FFFFFF;
}
.prduct_nav_tab{
   padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 20%;
}
.prduct_nav_tab_img{
    margin-left: 2%;
}
.prduct_nav_first>p,.prduct_nav_second>p,.prduct_nav_second>p{
    text-align: center;
}
.news_pro_con_fr{margin-left: 32px;width: 888px;}
.news_pro_con_fr h3{font-size: 18px;font-weight: bold;color:#333;}
.news_pro_con_fr p{font-size: 14px;color:#8e8e8e;}
.news_list_pro li{
   background: #f5f5f5;margin-top: 40px;
}
.news_list_pro ul{
     padding:35px;
}
.news_pro_img_c{
    width: 357px;text-align: center;overflow: hidden;
}
.news_pro_img_c img{max-height: 100%;}
@media(max-width: 750px){
    .news_pro_img_c{width: 30%;}
    .news_pro_con_fr{width: 68%;margin-left: 2%;}
    .news_list_pro ul{padding:0}
    .news_list_pro li{margin-top: 15px;}
    .news_pro_con_fr h3{margin:10px 0;font-size: 16px;}
}

/*----------search_job------------*/
.search_job_bg{
    min-height:800px;
    background-size: auto;
    background: url("../../images/index_new/bg8.png");
}
.search_job_nav>#brands_all{
    position: absolute;
    top: 100px;
    left: 100px;
}
.search_job_bg{
    overflow: hidden;
}
#search_all{
    width: 79%;
    background: #ffffff;
    min-height: 100px;
    margin-top: 10%;
}
#search_all>.brands_all_first{
    padding: 0;
}
#search_all>.brands_all_first>.navbar{
    margin-bottom: 0;
    min-height: 100px;
}
#search_all>.brands_all_first>.navbar>.navbar-header>.navbar-brand{
    font-weight: 900;
    color:#333333;
    min-height: 98px;
    line-height: 60px;
}
#search_all>.brands_all_first>.navbar>.navbar-collapse{
    padding-right: 0;
}
#search_all>.brands_all_first>.navbar>.collapse>.nav>li>a{
    color: #999999;
    min-height: 98px;
    line-height: 60px;
}
#search_all>.brands_all_first>.navbar>.collapse>.nav>li>a:hover,#brands_all>.container>.navbar>.collapse>.nav>li>.brands_active{
    color: #f39800;
    border-bottom:2px solid #f39800;
}
.search_top{
    padding: 0;
    margin: 0;
}
.search_top_input_left,.search_top_input_middle{
    float: left;
}
.search_top_title{
    font-size: 16px;
}
.search_top_title>i{
    color: #cccccc;
    margin-right: 2%;
    font-weight: 200;

}
.search_top_input_left{
    width: 60%;
    height: 70px;
    border:1px solid #cccccc;
    color: #aaaaaa;
}
.search_top_input_middle{
    font-size: 16px;
    border:1px solid #cccccc;
    width: 30%;
    height: 70px;
    margin-left: 1%;
    line-height: 70px;
    color: #aaaaaa;
}
.search_top_input_middle>input{
    width: 50%;
    height: 60px;
    border: 0;
}
.search_top_input_middle>i:nth-of-type(1){
    font-size: 20px;
    color: #aaaaaa;
}
.search_top_input_middle>i:nth-of-type(2){
    margin-left: 5%;
    font-size: 20px;
    color: #aaaaaa;
}
.search_top_left{
    
    
}
.search_top_right{
    float: right;
}
.search_top_input_left,.search_top_input_middle{
    margin-top: 6%;
}
#search_all>.brands_all_first>.navbar>.collapse>.nav>li>a:hover,#search_all>.container>.navbar>.collapse>.nav>li>.brands_active{
    color: #f39800;
    border-bottom:2px solid #f39800;
}
.search2_top{
    background: #FFFFFF;
    margin-left: 11.5%;
}
.search2_list_top{
    margin-top: 1%;
    background: #f7f7f7;
    height: 70px;
    line-height: 60px;
    padding: 5px;
    color: #cccccc;
}
.search2_list_nav{
    min-height: 160px;
    background: #ffffff;
    margin-bottom: 10px;
}
/*---------search_job2-----------*/
.jobinfo_nav_forth{
    float: right;
}
.search2_list_nav{
    padding: 4%;
}
.jobinfo_nav_forth{
    width: 100px;
    height: 30px;
    color: #cccccc;
    font-size: 12px;
    border: 1px solid #cccccc;
    line-height: 30px;
}

.wid_1470{width: 1470px;margin:0 auto;}

@media(max-width:1500px){
    .wid_1470{width: 98%;font-size: 12px;}
}

.my_nav_top .nav_h21{margin:55px 0;}
.my_nav_top .nav_h21 h2{margin:0;color:#999;font-size: 22px;}
.my_nav_top .nav_h21 h2 strong{color:#333;padding-right: 10px;}
.nav_h212{margin-bottom: 50px;}
.nav_h212 label{color:#999;font-size: 20px;margin-top: 5px;}
.row_index_nav{margin-left:-7px;margin-right: -7px;}
.m_sec_b h4{color:#999;font-size: 12px;margin:0 0 15px;}
.m_sec_b p{color:#333;font-size: 14px;line-height: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 80px;
}

/*--------------index.css---------------------*/
.index_header{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: none;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
}

.hei_bg{background: #fff;box-shadow:0 3px 3px #c4c7cc;box-shadow: 0 5px 5px rgba(133 140 148 / 40%), 0 0 2px #c4c7cc;}
.hei_bg #header_bar li a{color: #333}
.hei_bg .head_logo2{display: inline-block;}
.hei_bg .head_logo1{display:none;}

.head_logo2{display: none;}

.index_header:hover{background: #fff;}
.index_header:hover #header_bar li a{color: #333}
.index_header:hover .head_logo2{display: inline-block;}
.index_header:hover .head_logo1{display: none;}

#index_banner>.banner{
    height: 980px;
}
#index_banner>.banner>ul{
    height: 980px;
}
.index_banner>p{
    display: none;
}
.index_header .navbar-default,.index_header .navbar-default{
    background: none;
}
.index_header #header_bar li a{
    color: #333;
    background: none;
    outline: none;
}
/* // .index_header #header_bar li a:hover{
//     color:#ffffff;
// } */
.index_header #header_bar li a i:hover{
    color:#999;
}
@media (max-width:768px) {
.index_header .navbar-header{
    background: none;
}
.index_header .header_right{
    background: #ffffff;
}
.index_header #header_bar li a{
    color: #000000;
    background: none;
}
.index_header #header_bar li a:hover{
    color:#f39800;
}
.index_header #header_bar li a i:hover{
    color:#f39800;
}
.index_header .header_right{
    margin-right: 0;
}
}
.index_banner ol.dots{
    bottom:15%;
}

/* ---------banner-------------- */
.index_banner{
    padding-top: 100px;
    /* //height: 1030px; */
}
.index_banner .swiper-container{
    height: 1030px;
}
.inner{
    position: absolute;
    top: 42%;
    left: 34%;
}
.inner h1{
    color: #f5f5f5;
    text-align: center;
    font-weight: 500;
}
.inner a{
    width: 100px;
    height: 30px;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin-left: 38%;
    color: #f5f5f5;
}
.inner a:hover{color:#f39800;border:1px solid #f39800;}
.inner p{
    color: #f5f5f5;
    text-align: center;
    font-size: 24px;
}
.index_banner .swiper-pagination-bullets{
    bottom: 200px;
}

@media(max-width:1500px){
    .index_banner .swiper-pagination-bullets{bottom:120px;}
}

/* --------调数------- */
.index_nav_top .row{
    position: relative;
    z-index: 99;
}
.center {
    text-align: center !important;
}
/* Content Grid */
.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.content-grid .content-grid-item {
    position: relative;
    padding: 30px;
    margin: 0;
}

.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
    content: '';
    position: absolute;
}

.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #DADADA;
}

.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #DADADA;
}

.content-grid .content-grid-item .img-responsive {
    display: inline-block;
}
/* Counters */
.counters .counter {
    text-align: center;
}

.counters .fa, .counters .icons {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.counters strong {
    display: block;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
    display: inline-block;
}

.counters .counter-with-unit strong {
    display: inline-block;
}

.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-sm strong {
    font-size: 35px;
    line-height: 35px;
}

.counters.counters-sm label {
    font-size: 15px;
    line-height: 15px;
}

.counters.counters-lg .fa {
    font-size: 45px;
    line-height: 45px;
}

.counters.counters-lg strong {
    font-size: 60px;
    line-height: 60px;
}

.counters.counters-lg label {
    font-size: 25px;
    line-height: 25px;
}

.counters.counters-text-light .counter {
    color: #FFF !important;
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
    color: #FFF !important;
}

.counters.counters-text-dark .counter {
    color: #f39800 !important;
}

.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong {
    color: #f39800;
}
..counters.counters-text-dark .counter label {
    color: #2e353e;
}
/* Word Rotate */
.word-rotate {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-height: 22px;
    line-height: 22px;
}

.word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    width: 0;
    display: inline-block;
}

.word-rotate .word-rotate-items span {
    display: inline-block;
    white-space: nowrap;
}

.word-rotate .word-rotate-items span:not(:first-child) {
    display: none;
}

.word-rotate.active .word-rotate-items {
    position: relative;
}

.word-rotate.active .word-rotate-items span {
    display: inline-block;
    float: left;
    clear: both;
    color: #f39800;
    font-size: 22px;
}

h1.word-rotator-title .inverted {
    min-height: 56px;
}

h1.word-rotator-title .word-rotate {
    max-height: 46px;
    line-height: 46px;
    margin-bottom: -9px;
}

h2.word-rotator-title .inverted {
    min-height: 46px;
}

h2.word-rotator-title .word-rotate {
    max-height: 42px;
    line-height: 42px;
    margin-bottom: -14px;
}

h3.word-rotator-title .inverted {
    min-height: 25px;
}

h3.word-rotator-title .word-rotate {
    max-height: 24px;
    line-height: 24px;
    margin-bottom: -2px;
}

h4.word-rotator-title .inverted {
    min-height: 32px;
}

h4.word-rotator-title .word-rotate {
    max-height: 27px;
    line-height: 27px;
    margin-bottom: -6px;
}

h5.word-rotator-title .inverted {
    min-height: 18px;
}

h5.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px;
}

h6.word-rotator-title .inverted {
    min-height: 20px;
}

h6.word-rotator-title .word-rotate {
    max-height: 18px;
    line-height: 18px;
    margin-bottom: -4px;
}

p .inverted {
    min-height: 24px;
}

p .word-rotate {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px;
}


/* index_p */
.index_nav_top{
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}
/* .index_nav_top .center{
    background: #ffffff;
} */
.index_nav_head{
    background: #4f638f;
}
.index_nav_head div:nth-of-type(1) img{
    float: left;
}
.index_nav_head div:nth-of-type(2){
    text-align: center;
    margin-top: 1.8%;
}
.index_nav_head div:nth-of-type(3) img{
    float: right;
}
@media (max-width:768px) {
  .index_nav_head div:nth-of-type(1) img{
    float: left;
    margin-left: 25%;
}
.index_nav_head div:nth-of-type(2){
    text-align: center;
}
.index_nav_head div:nth-of-type(3) img{
    float: right;
    margin-right: 25%;
}
}
.index_nav_second_nav{
    /* width: 356px; */
    height: 380px;
    background: #ffffff;
    padding: 0px 29px 35px;
    /* margin:9px 7px; */
    margin: 0;
    margin-bottom: 10px;
    border-left: 5px solid #efefef;
    border-right: 5px solid #efefef;
}

@media(max-width:1500px){
    .index_nav_second_nav{
        width: 25%;margin:0;margin-bottom: 10px;border-left: 5px solid #efefef;border-right: 5px solid #efefef;
    }
    .row_index_nav{margin-left: -5px;margin-right: -5px;}
    .container{
        width: 98%;
    }
    .index_table{
        width: 71%!important;
    }
    .hot_t_name {
        width: 200px!important;
    }
    .t_post_name{
        width: 200px!important;
    }
    .hot_t_company {
        width: 200px!important;
    }
    .t_post_company{
        width: 200px!important;
    }
    .t_post_money{
        width: 125px!important;
    }
    .hot_t_money{
        width: 130px!important;
    }
}
@media(max-width:1350px){
    .index_table {
        width: 100%!important;
    }
    #full-screen-slider{
        width: 100%!important;
        height: 350px!important;
    }
}

.index_nav_second_nav .index_nav_second_nav_img{
    text-align: center;
    height: 100px;line-height: 100px;
}
.index_nav_second_nav .index_nav_second_nav_title{
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-top: 30px;
    font-family: 'FZXiaoBiaoSong-B05S';
}
.index_nav_second_nav .index_nav_second_nav_text{
    margin-top: 20px;
}
.index_nav_second_nav .index_nav_second_nav_bottom{
    
}
.index_nav_second_nav_bottom{
    width: 48px;height: 48px;overflow: hidden;position: relative;
}
.m_sec_b_hei{
    /* height: 168px; */
    /* margin-bottom: 15px; */
    color:#999;overflow:hidden;
}
.m_sec_b_hei1{
    height: 28px;color:#f39800;overflow:hidden;text-align:right;
}
.index_nav_second_nav_bottom:hover .send_route{
    left:-48px;
}

.send_route{
    width: 98px;height: 48px;position: absolute;left:0;top:0;transition:all .2s;
}
.send_route img{font-size:0;display: inline-block;float: left;width: 48px;height: 48px;}
.index_nav_third{
    background: #ffffff;
    padding: 10px;
}
.index_nav_third_title{
    font-size: 18px;
    margin: 10px;
    color:#333;

}
.index_nav_third_title2{
    font-size: 28px;margin-bottom: 20px;
}
.hot_job em,.hot_job img{display: inline-block;vertical-align: middle;}
.hot_job em{color:#333;font-size: 18px;font-style: normal;}
.index_table{
    border:1px solid #f4f4f4;padding:0 16px;
}
.index_nav_forth{
    background: #4f638f url(../../picture//index_new/ic_l1.png) no-repeat right bottom;
    padding: 40px;margin-top: 15px;margin-bottom: 30px;
}
.search_top_input{height: 50px;}


.index_nav_forth .search_top_title{
    font-size: 18px;
    color: #fff;
}
.index_nav_forth .search_top_input_left,.index_nav_forth .search_top_input_middle{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.index_nav_forth .search_top_input_left{
    width: 83%;
}
.index_nav_forth .search_top_input_middle {
    width:30%;
    background: #ffffff;
}
.index_nav_forth .search_top_input_middle input{
    height: 20px;
    width: 70%;
}
@media (max-width:768px) {
  .index_nav_forth .search_top_input_middle i{
    display: none;
  }
}
.index_nav_fifith{
    background: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.index_nav_fifith_title{
    font-size: 18px;
    margin: 20px;    
}
.index_nav_fifith img{
    padding:0;  
}

.index_nav_third_m{
    padding:40px;margin-top:20px;
}

/* --------profile-------- */
.profile_first{
    background: #ffffff;
    padding: 20px 0;
}
.profile_first_left{
    float: left;
    padding: 40px;
}
.profile_first_right{
    float: left;
}
.profile_first_right_text>img{
    height:180px;
}
.profile_second,.profile_third{
    margin-top: 20px;
    background: #ffffff;
}
.profile_second{
    padding:20px;
}

/*----------myresume-----------*/
.myresume_fixed{
    width: 50px;
    height:auto;
    background: #ffffff;
    position: fixed;
    z-index: 100;
    transform:translate(-50%,-50%);
    right: -16px;
    top: 70%;
}
.myresume_fixed>a{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 10px;
    font-size: 12px;
    border-bottom: 1px solid #efefef;
    color: #999;
}
.myresume_fixed>a:hover{
    background: #666;
    color: #ffffff;
}

@media(max-width:750px){
    .myresume_fixed{display: none;}
}

select,button{outline: none;}

.index_nav_forth  .search_top_input input{height: 100%;line-height: 50px;border-radius: 4px;padding-left: 15px;outline: none;font-weight: normal;font-size: 16px;width: 830px;margin-top: 0;height: 50px;}

@media(max-width:1400px){
    .index_nav_forth  .search_top_input input{width: 650px;}
}

.sel_job{width: 350px;border-radius: 4px;overflow:hidden;float: left;margin-left: 20px;}
.sel_job select{height: 50px;line-height: 50px;width: 300px;float: left;border:none;}

.search_top_title img,.search_top_title span{display: inline-block;vertical-align: middle;}
.search_top_title span{font-size: 18px;}
.search_top_input {margin-top: 18px;}
.job_sub{background:#f7f7f7 url(../../images/index_new/s_seek.png) no-repeat center center;width: 50px;height: 50px;outline: none;border:none;float: left;border-left:1px solid #efefef;}
.footer_share>a>i{font-size: 26px;margin-left: 15px;display: inline-block;vertical-align: middle;}
.footer_share{margin-top: 15px;}
.footer_top{font-size: 18px;padding-left: 0;margin-bottom: 20px;}

.swiper-container .swiper-slide{background-size: 100% 100%;display: block;}
.index_nav_head_head{margin-bottom: 15px;}
.header_hei{height: 90px;}

.hei_bg2 #header_bar li a{color:#333;}

.inner_ban{width: 100%;}
.inner_ban img{width: 100%;display: block;}
#header_bar>li>a>i{padding-left: 5px;}
.inner_nav{border-bottom: 1px solid #efefef;background: #fff;padding:0 36px;}
.inner_nav_href a{color:#999;font-size: 14px;height: 100%;display: block;line-height: 108px;padding:0 2px;height: 108px;}
.inner_nav_href li{float: left;padding:0 18px;}


.h1_txt{color:#333;font-size: 28px;font-weight: bold;padding-top: 15px;margin-right: 50px;}
.inner_nav_href .current{border-bottom: 1px solid #009b47;color:#009b47;}
.inner_navgi ul{line-height: 100px;height: 100px;margin-bottom: 0;}
.inner_navgi ul img{margin-top: -3px;}
.inner_navgi ul a{color:#aaa;font-size: 14px;}
.about_con_b{margin:38px;background: #353535;}
.m_about_b{margin:0 36px;}
.brands_nav{padding-top: 70px;}
.m_con_txt{padding:57px;}
.m_about_logo{width: 160px;margin-right: 35px;}
.brand_ul{margin:0 36px;}
.brand_ul li{width: 33.33%;float: left;margin-bottom: 28px;}
.brand_ul .current .brand_li_bg{border-bottom: 4px solid #f39800;}
.brand_ul .current .brand_tri{display: block;}
.brand_li_bg:hover{border-bottom: 4px solid #f39800;}
.brand_li_bg:hover .brand_tri{display:block;}
.brand_li_bg{width: 440px;background: #f6f6f6;padding:40px 0;border-bottom: 4px solid #f6f6f6;cursor: pointer;position: relative;}
.brand_ul li:nth-child(3n) .brand_li_bg{float: right;}
.brand_ul li:nth-child(3n-1) .brand_li_bg{margin:0 auto;}
.brand_li_bg a{height: 160px;line-height:160px;text-align: center;overflow: hidden;display: block;width: 100%; }
.brand_li_bg a img{max-height: 100%;display: inline-block;vertical-align: middle;}
.brand_tri{width:0;height:0;border-width:0 10px 8px;border-style:solid;border-color:transparent transparent #009740;position:relative;position: absolute;bottom:0;left:50%;transform:translateX(-50%);display: none;}
.brands_nav_list{margin-top: 40px;padding-bottom: 150px;}
.nav_in_box{margin-top: -100px;position: relative;z-index: 100;}

@media(max-width:1500px){
    .footer_all  .container{overflow-x:hidden;}
    .brand_li_bg{width: 97%;}
}

@media(max-width:1200px){
    .inner_nav_href{padding:0 25px;}
    .inner_nav_href a{height: 80px;line-height: 80px;}
    .inner_nav_href li{padding:0 15px;}
    .inner_navgi ul{height: 80px;line-height: 80px;}
    .nav_in_box{margin-top: -80px;}
    .h1_txt{padding-top: 5px;}
}
.header_all{z-index: 1000;}
@media(max-width:750px){
    .nav_in_box{margin-top: -10px;}
    .inner_nav{padding:0 15px;}
    .inner_nav_href{padding: 0;}
    .inner_nav_href li{padding:0;padding-right: 10px;}
    .h1_txt{font-size: 22px;margin-right: 10px;}
    .inner_nav_href a{height: 50px;line-height: 50px;}
    .inner_navgi{float: left;}
    .inner_navgi ul{height: 50px;line-height:50px;}
    .head_logo img{height: 50px;}
    .index_header{height: 75px;}
    .header_hei{height: 75px;}
    .header_navbar>.navbar-header>.navbar-toggle{margin-top: 20px;}
    .header_right{margin-top: 0;}
    .index_header .navbar-header{height: 75px;overflow: hidden;}
    .index_header .header_right{border-bottom: 1px solid #eee;}
    .dropdown-menu{width: 100%;display: block;position: relative;text-align: left;text-indent: 15px;box-shadow: none;margin-bottom: 10px;}
    .brands_nav{padding-top: 20px;}
    .m_about_b{margin:0 15px;}
    .m_con_txt{padding:15px;}
    .m_about_logo{margin-bottom: 10px;}
    .brand_ul{margin:0 15px;}
    .brands_nav_list{margin-top: 20px;}
    .brandsAST_top{font-size: 20px;margin-bottom: 10px;}
    .brandsAST_bottom{margin-top: 5px;}
    .brand_ul li{width: 50%;margin-bottom: 15px;}
    .brand_li_bg{padding:10px 0;}
    .brand_li_bg a{height: 100px;line-height: 100px;}
    .brands_all_third_text{height: 40px;line-height: 40px;font-size: 12px;}
    .brand_ul li:nth-child(3n) .brand_li_bg{float: none;}
    .brand_ul li:nth-child(3n-1) .brand_li_bg{margin:0;}
    .brand_ul li:nth-child(2n) .brand_li_bg{float: right;}
    .brands_nav_list{padding-bottom: 30px;}
    .footer_top{margin-top: 30px;padding:0 15px;}
    .footer_all  .col-sm-6{width: 50%!important;}
    .footer_bottom{padding-left: 15px;}
    .footer_last_text{margin-left: 0;margin:15px 0;}
    .footer_last{margin:0;text-align: center;}
    .footer_all .footer_tel{width: 100%!important;}
    .footer_all .foot_fare_b{width: 100%!important;margin-bottom: 15px;}
    .noneBox{
        width:0!important;
    }
}

.service_all_top{padding:0 36px;}
.ser_hei{height: 20px;}
.my_name_b{padding:0 36px;margin-bottom: 18px;}
.me_bor_bot{border-bottom: 1px solid #eaeaea;padding-bottom: 30px;}

.my_contact1{width: 1080px;margin:0 auto;}

@media(max-width:750px){
    .service_all_top{padding:0 15px;}
    .service_all_top_title{margin:20px 0;}
    .service_all_top_text{margin-bottom: 15px;}
    .service_all_mess{margin:0 15px;}
    .service_all_mess_top{height: 40px;line-height: 40px;}
    .service_all_mess_bottom{padding:10px 15px;}
    .service_all_mess .service_all_mess_bottom input, .service_all_mess .service_all_mess_bottom select{width: 100%;margin-left: 0;}
    .service_all_mess_bottom>span{margin-bottom: 5px;}
    .service_all_mess_second>.service_all_mess_bottom>textarea{width: 100%;height: 150px;}
    .service_all_mess>.service_all_mess_bottom_tel>.con_phone{width: 100%;margin-top: 10px;}
    .service_all_mess>.service_all_mess_bottom_nav>textarea{width: 100%;}
    .service_all_mess_input{margin:50px auto;display: block;}
}

@media(max-width:1200px){
    .contact_nav_col{width: 49%;}
    .index_nav_second_nav {
        width: 50%;
        padding: 15px;
    }
}

@media(max-width:1100px){
    .my_contact1{width: 100%;}
}

@media(max-width:750px){
    .contact_top{padding:30px 0;}
    .contact_top_left{margin-top: 10px;width: 30%;}
    .contact_top_right{width: 70%;}
    
   
    .contact_nav_col{padding:15px;margin-bottom: 10px;}
    .my_contact1{padding:0 15px;}
    .contact_nav{padding-bottom: 30px;}
}

.a_icon2{display: none;}
.about_icons ul{margin-bottom: 20px;}
.about_icons li{border:1px dashed #eee;width: 98px;float: left;margin-right: 13px;position: relative;}
.about_ic_hei{height: 80px;line-height: 80px;overflow: hidden;text-align: center;}
.about_ic_hei img{max-height: 100%;}
.about_icons{border-bottom: 1px solid #eaeaea;width: 1214px;margin:55px auto;}
.about_icons li p{color:#999;font-size: 16px;text-align: center;width: 100%;overflow: hidden;tex-overflow:ellipsis;}
.icon_sel{position: absolute;bottom:-22px;left:0;width: 100%;height: 2px;background: #f39800;display: none;}
.icon_sel i{width:0;height:0;border-width:7px 5px 0;border-style:solid;border-color:#f39800 transparent transparent;margin:40px auto;position:relative;left:50%;margin-left: -3px;top:7px;}
.about_icons li:nth-last-child(1){margin-right: 0;}
.about_icons .current .a_icon1{display: none;}
.about_icons .current p{color:#f39800;}
.about_icons .current{border:1px dashed #f39800;}
.about_icons .current .a_icon2{display: inline-block;}
.about_icons .current .icon_sel{display: block;}
.about_icons li:hover{border:1px dashed #f39800;}
.about_icons li:hover .a_icon2{display: inline-block;}
.about_icons li:hover .a_icon1{display: none;}
.about_icons li:hover p{color:#f39800;}
.about_icons li:hover .icon_sel{display: block;}
.coo_daohang_middle_img{width: 220px;height: 220px;text-align: center;line-height: 220px;overflow: hidden;border:1px solid #f5f5f5;border-radius: 50%;}

@media(max-width:1300px){
    .coo_daohang_bottom,.about_icons,.coo_daohang_middle{width: 100%;}
    .coo_daohang_middle_text{width: 65%;}
    .icon_sel{bottom:-10px;}
    .about_icons li{margin-bottom: 15px;}
}

@media(max-width:750px){
    .about_icons{width: 100%;margin:25px auto;}
    .about_icons li{width: 30%;margin-right: 3.3%;margin-bottom: 30px;}
    .icon_sel{bottom:-15px;}
    .coo_daohang_middle{width: 100%;}
    .coo_daohang_middle_img{width:150px;height: 150px;line-height: 150px;}
    .coo_daohang_middle_text{width: 100%;margin-left: 0;height: auto;}
    .coo_daohang_middle_text p{font-size: 16px;line-height: 25px;position: relative;    transform: translateY(0);top:0;margin-top: 10px;}
    .coo_daohang_bottom{margin:30px auto;width: 100%;}
    .coo_daohang_bottom_logo{width: 100px;height: 100px;line-height: 100px;}
}

.his_b .wid_1470{background: #fff;}
.his_b ul{width: 700px;margin:0 auto;padding:100px 0;position: relative;}

.his_b li i{float: left;position: relative;width: 15px;}
.his_b li i img{position: relative;z-index: 2;}
.his_b li span{float: left;color:#aaa;font-size: 14px;width: 70px;text-align: left;position: relative;padding-top: 2px;}
.his_b li em{width: 1px;background: #ebebeb;height: 100%;position: absolute;top:0;left:50%;}
.his_b li .his_icon2{display: none;}
.his_time_c{float: left;margin-left: 30px;}
.his_title font{display: inline-block;vertical-align: middle;color:#666;font-size: 18px;padding-right: 8px;}
.his_b li .f_i{display: inline-block;float: none;color:#c5c5c5;font-size: 18px;vertical-align: middle;}
.his_content{margin:20px 0;max-width: 430px;display: none;}
.his_line{height: 100%;position: absolute;left:77px;background: #ebebeb;height: 108%;width: 1px;top:10px;}
.ul_b{position: relative;}
.his_title{margin-bottom: 50px;}
.ul_b .current span{color:#f39800;}
.ul_b .current .his_icon2{display: inline-block;}
.ul_b .current .his_icon1{display: none;}
.ul_b .current font{color:#f39800;}
.ul_b .current .f_i{transform:rotateZ(180deg);}
.ul_b li{cursor: pointer;}

@media(max-width:750px){
    .his_b ul{width: 100%;padding:50px 0;}
    .his_title font{font-size: 16px;}
    .his_time_c{margin-left: 15px;}
    .his_b li span{text-indent: 15px;width: 90px;}
    .his_b li i{margin-left: 0;}
    .his_line{left:97px;}
    .his_content{max-width: 220px;}
    .his_title{margin-bottom: 30px;}
}


.my_table_job tr{background: #fff;}
.my_table_job td{border-bottom:10px solid #efefef;border-top:none!important;padding:36px 0;vertical-align: bottom!important;}
.job_time_td{width: 130px;text-align: center;}
.my_table_job td p{margin-bottom: 0;color:#999;font-size: 14px;}
.job_time{border-right: 2px solid #eee;margin-left: 20px;}
.my_table_job td h2,.my_table_job td h3{margin:0;}
.my_table_job .job_time h2{color:#666;font-size: 30px;font-weight: bold;margin-bottom: 10px;}
.job_time p{font-size: 14px;color:#aaa;margin-bottom: 0;}
.job_name_b{width: 330px;}
.job_name{padding-left: 25px;}
.my_table_job .job_name h3{color:#333;font-size: 24px;margin-bottom: 15px;}
.job_name p{color:#999;font-size: 14px;margin-bottom: 0;}
.my_table_job td font{color:#f39800;font-size: 14px;font-weight: bold;}
.my_table_job .look_detail{color:#ccc;font-size: 14px;border:1px solid #ddd;display: inline-block;padding:5px 10px;margin-right: 60px;}
.my_table_job .look_detail:hover{color:#f39800;border:1px solid #f39800;}
.tb_place{width: 240px;}
.my_table_job .look_b{text-align: right;}

@media(max-width:750px){
    .job_time{margin-left: 10px;padding-right: 10px;}
    .my_table_job .job_time h2{font-size: 22px;margin-bottom: 5px;}
    .job_name{padding-left: 10px;}
    .my_table_job .job_name h3{font-size: 18px;margin-bottom: 5px;}
    .my_table_job td{padding:15px 5px;border-bottom:5px solid #efefef!important;}
    .my_table_job .look_detail{margin-right: 10px;}

}

.page{text-align: center;margin:40px auto;}
.page a{color:#aaa;font-size: 14px;background: #fff;display: inline-block;padding:6px 12px;border:1px solid #e7e7e7;margin:0 3px;}
.page .current{background: #f39800;color:#fff;}
.job_name em{color:#999;font-size: 14px;font-style: normal;padding-left: 10px;padding-right: 5px;}
.job_name span{color:#999;font-size: 14px;display: inline-block;vertical-align: middle;border:1px solid #eee;padding:2px 6px;margin:0 2px;}
.job_name_b2{width: 1000px;}
.j_money{text-align: right;}
.j_money font{padding-right: 36px;}
.my_table_job td p i{color:#ccc;font-size: 14px;font-style: normal;}

.job_cond{background: #fafafa;padding:25px 0;}
.my_table_job2{margin-bottom: 0;}
.my_table_job2 td{border-bottom: none;}
.job_cond li{display: inline-block;vertical-align: middle;margin-right: 60px;}
.job_cond ul{padding-left: 150px;margin-bottom: 0;}
.job_cond li em{display: inline-block;vertical-align: middle;color:#333;font-size: 18px;font-style: normal;}
.job_cond li img{display: inline-block;vertical-align: middle;margin-right: 5px;}

.h_detail_b .wid_1470{background: #fff;overflow: hidden;}
.hdetail_cont{padding:0 150px;}
.hdetail_cont h3{color:#333;border-left: 2px solid #333;font-size: 18px;font-weight: bold;padding-left: 8px;margin:40px 0 20px;}
.hdetail_cont p{color:#999;font-size: 14px;padding:8px 0;margin-bottom: 0;}

.job_btns{text-align: center;margin:50px auto;}
.job_btns button,.job_btns a{text-align: center;display: inline-block;vertical-align: middle;width: 140px;height: 50px;line-height: 50px;color:#fff;}
.job_btns button{background: #009a44;border:none;margin-right: 10px;}
.job_btns a{background: #333;}
@media(max-width:750px){
    .job_cond li{margin-right: 10px;}
    .job_cond ul{padding-left: 15px;}
    .hdetail_cont{padding:0 15px;}
    .job_cond li em{font-size: 16px;}
    .job_btns{margin:30px 0;}
    .hdetail_cont h3{margin:15px 0;}
}

.job_input1{
    top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
}

.post_radio{border-radius: 6px;}
.post_radio em{color:#333;font-size: 14px;font-style: normal;padding-left: 10px;vertical-align: middle;display: inline-block;font-weight: normal;}
.post_radio input{margin-left: 5px;vertical-align: middle;display: inline-block;margin-top: 0;}
.job_input1{border-radius: 0 0 4px 4px;height: auto;padding-bottom: 90px;}

@media(max-width:750px){
    .job_input1{width: 90%;padding-bottom: 30px;}
    .jobInput_top{height: 40px;line-height: 40px;}
    .jobInput_top_left{font-size: 16px;}
    .jobInput_middle_title{margin:20px auto;}
    .jobInput_top_right{margin:10px;}
}

.post_request{font-size: 18px;}
.service_all_mess_top2{font-size: 18px;}
.ser_radio{display: inline-block;vertical-align: middle;}
.ser_radio span em{font-style: normal;color:#333;font-size: 14px;vertical-align: middle;display: inline-block;}
.ser_radio span {padding-right: 20px;}
.service_all_mess  .ser_radio span input{display: inline-block;vertical-align: middle;margin-top: 0;width: 18px;height: 18px;}
.service_all_mess33 .service_all_mess_bottom>span{text-align: right;padding-right: 20px;}

.bir_bg{background: url(../../images/index_new/rl.png) no-repeat right 10px center;}
.com_textarea{
    width: 600px;
    height: 220px;
    padding-top: 3px;
    line-height: 24px;
    margin-left: 2px;
    padding-left: 6px;
    border: 1px solid #eaeaea;
}

.service_all_mess .work_exper input{width: 280px;}
.service_all_mess .work_exper em{font-style: normal;color:#333;font-size: 14px;padding:0 8px;}
.add_exper{color:#666;font-size: 14px;border:1px solid #666;display: inline-block;padding:11px 25px;background: #fff;}
.add_exper:hover{background: #666;color:#fff;}
.bir_bg{-webkit-appearance:none;}
.if_all_day{position: relative;width: 80px;height: 15px;display: inline-block;vertical-align: middle;margin-left: 15px;}
.service_all_mess .if_all_day input{position: absolute;left:0;top:0;width: 100%;height: 100%;opacity: 0;}
.if_all_day .check_be{width:14px;height: 13px;border:1px solid #efefef;background: #fff; display: inline-block;vertical-align: middle;}
.if_all_day em{display: inline-block;vertical-align: middle;color:#333;font-size: 14px;font-style: normal;}
.all_selected .check_be{background: url(../../images/index_new/selected.png) no-repeat center center;background-size: cover;}
.form_h2{color:#666;font-size: 18px;font-weight: bold;padding-left: 40px;padding-top: 20px;padding-bottom: 24px;}
.myresume_fixed .current{background: #666;color:#fff;}
.res_submit{margin:30px auto 50px;}
.res_submit button{background: #333;width: 100px;height: 40px;text-align: center;line-height: 40px;border:none;color:#fff;margin-left: 167px;}
.ser_bor_b{background: #eaeaea;width: 100%;height: 1px;}

@media(max-width:750px){
    .com_textarea{width: 100%;}
    .if_all_day{margin-left: 0;}
    .service_all_mess33 .service_all_mess_bottom>span{text-align: left;}
    .form_h2{padding:10px 15px;}
}

.pro_two{text-align: center;}
.pro_two .wid_1470{background: #fff;padding:50px 0;}
.pro_two a{background: url(../../images/index_new/pro_bor.png) no-repeat center center;background-size: cover;width: 102px;height: 102px;display: inline-block;text-align: center;margin:0 10px;}
.pro_two p{line-height: 102px;color:#999;font-size: 14px;margin-bottom: 0;}
.pro_two .pro_cur{background: url(../../images/index_new/p_cir.png) no-repeat center center;}

@media(max-width:750px){
    .pro_two a{margin:10px 5px;}
}

.inner_pro_le{width: 150px;text-align: right;padding:50px 0;}
.inner_pro_ri{width: 1110px;}
.intro_txt_li{width: 25%;float: left;text-align: left;padding:50px 0 45px;}
.intro_txt_li strong{font-size: 36px;color:#333;}
.intro_txt_li label{color:#999!important;font-size: 16px;}
.intro_txt_li .fa{font-size: 30px;margin-bottom: 0;}
.z_txt h2{margin:0;text-align: left;padding-left: 50px;color:#999;font-size: 32px;}
.z_txt h2 strong{color:#333;}
.intro_inner_txt{padding-left: 50px;margin: 30px 0;}
.intro_inner_txt p{color:#999;font-size: 14px;line-height: 30px;}
.pro_company{margin:30px 0;}
.pro_company .wid_1470{background: #fff;}
.pro_company ul{padding:35px;}
.pro_company li{width: 33.3%;float: left;padding:22px 30px;}
.pro_company li h3{float: left;width:55px;float: left;margin:0;}
.pro_company li h3 img{vertical-align: top;}
.pro_company li .pro_li_p{width: 340px;float: left;}
.pro_li_p h6{color:#333;font-size: 24px;margin:0;}
.pro_li_p p{color:#999;font-size: 12px;margin-top: 0;}
.pro_img_b img{width: 100%;}
.pro_img_b{margin-bottom: 80px;}
.pro_company li:nth-child(3n+1){clear: both;}

@media(max-width:1320px){
    .inner_pro_le{width: 10%;}
    .inner_pro_ri{width: 90%;}
}

@media(max-width:750px){
    .inner_pro_le{width: 150px;padding:5px 0;text-align: left;padding-left: 15px;}
    .inner_pro_ri{width: 100%;}
    .intro_txt_li{width: 50%;padding:10px 0;}
    .intro_txt_li .fa{font-size: 22px;}
    .intro_txt_li strong{font-size: 26px;}
    .intro_txt_li label{font-size: 14px;}
    .z_txt h2{padding-left: 0;font-size: 18px;text-align: center;}
    .z_txt h2 strong span{font-size: 20px;max-height: 38px!important;line-height: 40px!important;}
    .intro_inner_txt{padding:0 15px;}
    .pro_company{margin:15px 0;}
    .pro_company ul{padding:15px;}
    .pro_company li{width: 100%;padding:15px 0;position: relative;}
    .pro_company li h3{position: absolute;left:0;top:15px;}
    .pro_company li .pro_li_p{padding-left: 45px;width:100%;}
    .pro_company li h3 img{width: 30px;}
    .pro_over{overflow-x: hidden;}
}

.search_b .wid_1470{background: #fff;padding:34px;background:#fff url(../../images/index_new/sel_bb.jpg) no-repeat right center;}
.ser_title img{vertical-align: middle;display: inline-block;}
.ser_title em{font-style: normal;vertical-align: middle;display: inline-block;padding-left: 5px;color:#333;font-size: 18px;}

.sel_sel button{float: right;}
.sel_sel{margin:20px 0;}
.sel_sel input{width:800px;height: 70px;border-radius: 4px;border:1px solid #efefef;font-size: 16px;padding-left: 6px;}
.sel_sel select{height: 70px;border:1px solid #efefef;width: 300px;font-size: 16px;border-radius: 4px 0 0 4px;display: block;float: left;}
.sel_ri{margin-right: 210px;}
.sel_ri button{background:#f7f7f7 url(../../images/index_new/s_seek.png) no-repeat center center;width: 70px;display: block;text-align: center;line-height: 70px;float: left;height: 70px;border:none;}
.sel_sel{margin-bottom: 90px;}
.inner_ban_b{background: url(../../images/index_new/bg8.png) no-repeat center center;background-size: cover;padding:220px 0;}
.inner_ban_b .nav_in_box{margin-top: 0;}
@media(max-width:1500px){
    .sel_sel input{width:50%;}
    .sel_ri{margin-right: 150px;}
}

.sel_sel2{margin-bottom: 10px;}

.search_res{margin-top: 20px;}
.count_res{background: #f7f7f7;color:#aaa;font-size: 16px;padding:22px 35px;}

@media(max-width:750px){
     .sel_sel input{width:100%;height: 50px;line-height: 50px;}
     .sel_ri{margin-right: 0;margin-top: 20px;width: 100%;}
     .sel_sel select{width: 70%;height: 50px;line-height: 50px;}
     .sel_sel button{width:30%;height: 50px;line-height: 50px;}
     .inner_ban_b{padding:50px 0;}
     .sel_sel{margin-bottom: 30px;}
     .count_res{padding:15px;}
}

.index_news_b .index_nav_fifith_title{color:#333;font-size: 28px;margin:0;margin-bottom: 30px;}
.index_news_ul li{width: 25%;float: left;}
.index_news_b{padding:48px;}
.news_pic_b{width: 100%;height: 240px;text-align: center;line-height: 240px;overflow: hidden;cursor: pointer;}
.news_pic_b img{width: 100%;vertical-align: middle;display:block;transition:all .3s;height: 100%;transform:scale(1,1);}
.news_pic_b:hover img{transform:scale(1.1,1.1);}
.news_txt_b{position: relative;width: 100%;height: 240px;background: #4f638f !important;}
.news_txt_b_pos{position: absolute;text-align: center;top:50%;transform:translateY(-50%);width: 100%;}
.news_txt_b_pos h3{color:#fff;font-size: 22px;margin:0 0 23px;}
.news_txt_b_pos a{color:#f39800;font-size: 12px;}
.news_txt_b_pos a:hover{color:#fff;}
.inner_1{left:50%;transform:translate(-50%,-50%);top:46%;position:absolute; z-index:999;}


.swiper_post_b{width: 100%;height: 260px;overflow: hidden;}
#swiper_post .swiper-wrapper{height: 40px;width: 100%;}
.scroll_post_b{position: relative;width: 100%;height: 240px;overflow: hidden;}
.scroll_post_b ul{position: absolute;top:0;left:0;width: 100%;}

@media(max-width:750px){
    .index_nav_top .center{margin:30px 0;}
    .my_nav_top .nav_h21 .word_h1{font-size: 20px;}  
    .my_nav_top .nav_h21 .word_h1 strong{font-size: 20px;} 
    .scroll_txt .counter strong{font-size: 28px;}
    .scroll_txt .counter label{font-size: 16px;}
    .scroll_txt .col-sm-6{width: 50%;float: left;margin:10px 0;}
    .my_nav_head{padding:15px 0;}
    .my_nav_head_2{margin:15px 0;}
    .my_nav_head_1{display: none;}
    .my_nav_head_2 img{height: 50px;}
    .my_nav_head_3{display: none;}
    .index_nav_second_nav{width: 100%;padding:15px;height: auto;}
    .index_nav_second_nav .index_nav_second_nav_img{height: 80px;line-height: 80px;}
    .index_nav_second_nav .index_nav_second_nav_img img{max-height: 96%;}
    .index_nav_second_nav .index_nav_second_nav_title{font-size: 24px;margin-top: 10px;}
    .index_nav_second_nav .index_nav_second_nav_text{margin-top: 10px;}
}

.t_post_td{display:block;padding:0 15px;}
.t_post_td em{padding:10px 0;display: block;float: left;font-style: normal;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.t_post_name{color:#333;font-size: 14px;width: 280px;}
.t_post_company{color:#999;font-size: 14px;width: 220px;}
.t_post_place{color:#999;font-size: 14px;width: 120px;}
.t_post_money{color:#f39800;font-size: 14px;font-weight: bold;width: 170px;}
.hot_table_title{background: #f8f8f8;padding:12px 15px;}
.hot_table_title em{float: left;color:#aaa;font-size: 14px;font-style: normal;}
.hot_t_name{width: 280px;}
.hot_t_company{width:220px;}
.hot_t_place{width: 120px;}
.hot_t_money{width: 170px;}
#txt_scroll_0{margin-bottom: 0;}
.index_table{padding-bottom: 0;width: 74%;}
.inner h1{font-size: 48px;font-weight: 300;}
.inner_1{text-align: center;}
.inner a{margin-left: 0;width: 100px;height: 30px;line-height: 30px;text-align: center;border-radius: 0;padding:0;}
.inner p{font-size: 48px;font-weight: 300;margin:20px 0;}
.inner_1{width: 100%;}
.t_post_time{color:#999;font-size: 14px;}

@media(max-width:1300px){
    .hot_t_place,.t_post_place{width: 150px;}
    .hot_t_name,.t_post_name{width: 200px;}
    .hot_t_money,.t_post_money{width: 150px;}
}

@media(max-width:750px){
    .index_nav_third_m{padding:15px;margin-top: 15px;}
    .index_nav_third_title2{font-size: 20px;margin:10px 0;}
    .index_table{padding:10px;}
    .hot_job{margin:10px 0;}
    .hot_job img{height: 20px;}
    #txt_scroll_0{width: 100%;overflow-x: scroll;}
    .index_nav_forth{margin-top:20px;padding:15px;margin-bottom: 20px;}
    .index_nav_forth  .search_top_input input{width: 100%;}
    .sel_job{margin-left: 0;margin-top: 10px;width: 100%;}
    .sel_job select{width: 80%;}
    .job_sub{width: 20%;}
    .index_news_b{padding:15px 15px 0;}
    .index_news_b .index_nav_fifith_title{margin-bottom: 10px;font-size: 18px;}
    .index_news_ul li{width: 50%;}
    .news_pic_b,.news_txt_b{height: 160px;}
    .news_txt_b_pos h3{font-size: 18px;margin-bottom: 10px;}
    .index_nav_fifith{padding-bottom: 0;margin-bottom: 20px;}
    .index_banner,.index_banner .swiper-container{height:720px;}
    .inner h1{font-size: 24px;}
    .inner p{font-size: 24px;margin:10px 0;}
    .index_banner2 .swiper-pagination-bullets{bottom:50px;}
    .hot_table_title{display: flex;padding:12px 5px}
    .hot_table_title em{flex:1;}
    .hot_t_money{padding-left: 2px;}
    .t_post_td em{flex:1;}
    .t_post_td{padding:0 5px;border-bottom: 1px solid #eee;display: flex;}
    .t_post_place,.t_post_money,.t_post_time{width: 33.3%;}
    .index_nav_top {flex-wrap: wrap;}
    .index_nav_top>div {border: none !important;width:100% !important;}
    .index_nav_top .my_nav_top_new {padding: 30px 10px 30px 10px;}
    .index_nav_top .news_more {bottom: 10px;}
}

.news_list .wid_1470{background: #fff;overflow: hidden;}
.news_list ul{margin-bottom: 0;}
.news_list li{border-bottom: 27px solid #efefef;padding: 43px 0;position: relative;}
.news_list li:nth-last-child(1){border-bottom: none;}
.news_list_content{margin-left: 150px;}
.news_list_content h2{margin:0;color:#000;font-size: 24px;margin-bottom: 28px;}
.news_list_content img{width: 100%;display: block;}
.news_list_content p{color:#777;font-size: 14px;margin:25px 0 8px;}
.news_list_content a{color:#aaa;font-size: 14px;}
.new_list_time{position: absolute;left:0;top:40px;border-right: 2px solid #eee;width: 120px;text-align: center;padding-left: 20px;}
.new_list_time h3{margin:0;color:#666;font-size: 30px;}
.new_list_time p{color:#aaa;font-size: 14px;padding-left: 10px;padding-top: 15px;margin:0;}

@media(max-width:750px){
    .news_list li{padding:15px 0;border-bottom:10px solid #efefef;}
    .new_list_time{width: 60px;padding-left: 0;top:15px;}
    .news_list_content{margin-left: 70px;padding-right: 10px;}
    .new_list_time h3{font-size: 24px;}
    .new_list_time p{font-size: 12px;padding-left: 0;padding-top: 5px;}
    .news_list_content h2{font-size: 18px;margin-bottom: 10px;}
    .news_list_content p{margin:15px 0 5px;}
}

.register .reg_title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
}
.register .reg_title span {
  float: left;
  margin: 0 25px;
  font-size: 18px;
  color: #333;
}
.register .reg_title i {
  color: #c2c2c2;
  float: right;
  font-size: 40px;
  margin-right: 14px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
}
.register .reg_title i:hover {
  color: #f39800;
}
.register .reg_input {
  width: 282px;
  margin: 15px auto;
}
.register .reg_input input {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-indent: 6px;
}
.register .reg_input_er input {
  width: 162px;
}
.register .reg_input_er img {
  height: 26px;
  float: right;
  cursor: pointer;
  margin-top: 5px;
}
.register .reg_input_er button {
  width: 112px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333;
  float: right;
  cursor: pointer;
}
.register .reg_btn {
  width: 282px;
  margin: 30px auto;
}
.register{position: fixed;top:50%;transform:translate(-50%,-50%);left:50%;z-index: 1002;background: #fff;width: 560px;}
.register .reg_btn button {
  width: 100%;background: #333;color:#fff;font-size: 16px;height: 36px;text-align: center;line-height: 36px;border:none;outline: none;border-radius: 6px;
}
.bg{width: 100%;height: 100%;position: fixed;top:0;left:0;z-index: 1001;background: rgba(0,0,0,.6);display: none;}
.register .reg_btn p {
  text-align: center;
  color: #c1c1c1;
  font-size: 14px;
  margin-top: 15px;
}
.register .reg_btn p a {
  color: #333;
}
.register .reg_input_er_e button {
  border: 1px solid #e31c21;
  background: #fff;
  color: #e31c21;
}
.register .reg_input_er_e button:hover {
  background: #e31c21;
  color: #fff;
}
.reg_login {
  width: 562px;
  position: fixed;
  margin-left: -281px;
  top: 40%;
  z-index: 1000;
  left: 50%;
  height: 460px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
}

.help-block-error{color:#f40;margin-bottom: 0;}

.register{display: none;}

.web_alert {
  background: #fff;
  border-radius: 4px;
  width: 200px;
  top: 40%;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  z-index: 10000;
}
.web_alert p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.web_alert .web_btns {
  margin-top: 0.5rem;
}
.web_alert .web_btns button {
  width: 85px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 2px;
  float: left;
  border:none;
  cursor: pointer;
}
.bg_web{width: 100%;height: 100%;position: fixed;top:0;left:0;z-index: 1002;background: rgba(0,0,0,.5);}
.web_alert .web_btns .al_confirm {
  background: #f39800;
}
.web_alert .web_btns .al_cancel {
  background: #1c1c1c;
  float: right;
}
.web_alert .web_close {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: right;
}
.web_alert .web_close span {
  color: #999;
  font-size: 30px;
  margin-right: 4px;
}
.web_alert .web_close span:hover {
  color: #e31c21;
}
.web_alert .web_pad {
  padding: 15px 10px;
}
.web_alert .web_pad p {
  line-height: 22px;
  font-size: 14px;
  margin: 0 auto 10px;
}
.single_alert {
  text-align: center;
}
.single_alert button {
  float: none !important;
  display: inline-block !important;
  cursor: pointer;
}

@media(max-width:750px){
    .register{
        width:90%;
    }
    .register .reg_input{margin:5px auto;}
    .form-group{margin-bottom: 10px;}
    .register .reg_title{height: 50px;line-height: 50px;margin-bottom: 10px;}
    .register .reg_btn{margin:15px auto;}

}

.video_b{height: 100%;position: absolute;top:0;left:0;min-height: 100%;right:0;bottom:0;object-fit: fill;width: 100%;min-width: 100%;}



.footerEwm {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.footerEwm img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.container {
    /* min-width: 1322px; */
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    text-align: center;
    height: auto!important;
}
.pagination>li {
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
}
.pagination>li>a{
    color: #808080;
    margin-left: 0;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color: #f39800;
    border-color: #ddd;
}
.icon-fenxiang{
    color: #f39800!important;
    font-size: 20px !important;
}
.fa-weixin{
    color: #06c661!important;
}
.fa-phone{
    color: #f39800!important;
}
.phoneBox{
    width: 200px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 999;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    display: none;
}
.noneText{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.index_header #header_bar li a:hover{color:#f39800;}
.theNews {
    font-size: 22px;
    color: #f39800;
    text-align: center;
    margin-bottom: 30px;
}
.my_nav_top_new {
    padding: 30px 20px 5px 20px;
    position: relative;
}
.news_more {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #f39800;
}
.news_more:hover {
    color: #f39800;
}
.my_nav_top_new li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.my_nav_top_new li>a {
    color: #333 !important;
    font-size: 14px;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.my_nav_top_new li>a:hover {
    color: #f39800 !important;
}
.my_nav_top_new li>span {
    color: #808080 !important;
    font-size: 14px;
}
@media(max-width:1024px){
    .my_nav_top_new li>a {
        max-width: 75%;
    }
}
#share-2 .icon-qzone {
    color: #FDBE3D !important;
    border-color: #FDBE3D !important;
}
#share-2 .icon-qzone:hover {
    background: #FDBE3D !important;
    color: #fff !important;
}
#share-2 .icon-qq {
    color: #56b6e7 !important;
    border-color: #56b6e7 !important;
}
#share-2 .icon-qq:hover {
    background: #56b6e7 !important;
    color: #fff !important;
}
#share-2 .icon-weibo {
    color: #ff763b !important;
    border-color: #ff763b !important;
}
#share-2 .icon-weibo:hover {
    background: #ff763b !important;
    color: #fff !important;
}
#share-2 .icon-wechat {
    color: #7bc549 !important;
    border-color: #7bc549 !important;
    font-size: 14px !important;
}
#share-2 .icon-wechat:hover {
    background: #7bc549 !important;
    color: #fff !important;
}
#share-2 .iconfont {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid #666;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}
#share-2 {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    position: absolute;
    width: 150px;
    bottom: -20px;
    left: 28px;
    display: none;
}
.newsLine {
    display: inline-block;
    width: 15%;
    height: 1px;
    background: #cacbcc;
    position: relative;
    top: -5px;
    margin-right: 30px;
}
.newsLine1 {
    display: inline-block;
    width: 15%;
    height: 1px;
    background: #cacbcc;
    position: relative;
    top: -5px;
    margin-left: 30px;
}