/*-- 搜索 --*/

.search_but2 {
    float: left;
}

.search_but {
    float: left;
}

.search_but2 span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #153270;
    cursor: pointer;
    margin: 7px;
}

.search_but span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    margin: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.mob_search_box {
    display: none
}

.mob_search_box {
    width: 400px;
    right: 0;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 6666;
    top: 75px;
    padding: 0 10px;
}

.mob_center {
    position: relative;
}

.mob_center .hd-text {
    top: 16px;
    left: 0px;
    position: absolute;
    color: #A4A4A4;
    width: 100%;
    padding: 6px 0;
    height: 30px;
    background: none;
    border: 1px solid #ddd;
    border-right: none;
    text-indent: 18px;
    font-size: 12px;
    line-height: 22px;
    outline: none;
}

.mob_center .hd-sbt {
    top: 16px;
    right: 0px;
    position: absolute;
    height: 30px;
    width: 42px;
    background: #153270 url(../images/icon_sousuo.png) no-repeat center center;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}


/*-- 导航 --*/

#main_header {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
}

#sp-header {
    padding: 0;
    height: 90px;
    width: 1250px;
    margin: 0 auto;
}

#sp-top-bar {
    padding-top: 15px;
    width: 450px;
    float: left;
}

.logo {
    height: 90px;
}

.logo h1 {
    display: table-cell;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#sp-menu {
    float: left;
    margin-top: 15px;
    width: 56%;
}


/* 导航 */

.head-s .nav {
    padding: 0 0px 0px 0px;
}

.head .nav li {
    float: left;
    padding: 10px 0px;
    line-height: 20px;
    position: relative;
}

.head .nav li>a {
    display: block;
    font-size: 14px;
    transition: all ease-out .3s;
    color: #838383;
    /*background-image: url('1.png');*/
}

.head .nav li a>img {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.head .nav li.active>a,
.head .nav li:hover>a {
    color: #838383;
    /*background-image: url('1.png');*/
}

.head .nav li .subnav {
    width: 225px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #352e72;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90px;
    left: -57px;
    transition: all 0.3s ease-out 0s;
    z-index: 99999;
}

.head .nav li:hover .subnav {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    visibility: visible;
    top: 60px;
    display: inline-block;
}

.head .nav li .subnav a {
    height: 49px;
    display: block;
    padding: 0 30px;
    line-height: 48px;
    background: url("../images/bkg2.png") repeat;
    transition: all 0.2s ease-out 0s;
    color: #000000;
}

.head .nav li .subnav a i {
    opacity: 0;
    float: right;
    transition: all 0.2s ease-out 0s;
}

.head .nav li .subnav a:hover {
    text-indent: 10px;
    background: #153270;
    color: #FFF;
}

.head .nav li .subnav a:hover i {
    opacity: 1;
}


/*
===========================================
导航中英文
===========================================
*/

li.nav-icons>a {
    background-color: #00a0e9;
    border: 2px solid #00a0e9;
    border-radius: 50%;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 35px;
    float: left;
    color: #fff;
    margin-right: 10px;
}

li.nav-icons2>a {
    background-color: #f7b505;
    border: 2px solid #f7b505;
    border-radius: 50%;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 35px;
    float: left;
    color: #fff;
}

.top_nav_icon {
    width: 100px;
    float: right;
    margin-top: 22px;
}

@media (min-width: 992px) {
    #offcanvas-toggler {
        float: right;
        line-height: 60px;
        display: none;
    }
}


/**招聘**/

.question .act2 {
    border-bottom: 1px dotted #cccccc;
    padding: 10px;
}

.question li .num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
    margin-right: 20px;
}

.question li .qtitle {
    width: 100%;
}

.question li .qbody {
    margin-left: 54px;
    display: none;
    overflow: hidden;
    margin-top: 30px;
}

.question li.act .qbody {
    display: block;
}

.question li.act .qtitle {
    color: #666;
}

.question li:hover .qtitle {
    color: #666;
}

.join_title ul li {
    float: left;
}

.join_title {
    background: #f6f6f6;
    overflow: hidden;
    padding: 10px;
}

.join_title .title {
    width: 34px;
    text-align: center;
}

.join_title .title1 {
    width: 25%;
    text-align: center;
}

.join_title .title2 {
    width: 20%;
    text-align: center;
}

.join_title .title3 {
    width: 20%;
    text-align: center;
}

.join_title .title4 {
    width: 15%;
    text-align: center;
}

.join_title .title5 {
    width: 12%;
    text-align: center;
}

.join_title .title6 {
    width: 30px;
    text-align: center;
}

.join_title2 {
    overflow: hidden;
    line-height: 34px;
}

.join_title2 ul li {
    float: left;
}

.join_title2 .title {
    width: 34px;
    text-align: center;
}

.join_title2 .title1 {
    width: 25%;
    text-align: center;
}

.join_title2 .title2 {
    width: 20%;
    text-align: center;
}

.join_title2 .title3 {
    width: 20%;
    text-align: center;
}

.join_title2 .title4 {
    width: 15%;
    text-align: center;
}

.join_title2 .title5 {
    width: 12%;
    text-align: center;
}

.join_title2 .title6 {
    width: 30px;
}

.question li:hover .title {
    background-color: #0168b7;
}

.question li .title {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
}

.colot {
    margin-left: 40px;
}

.colot input {
    background: #0168b7;
    height: 50px;
    width: 150px;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 14px;
}

.conl-zpl {
    margin-left: 40px;
}


/* 手机导航 */

@media (min-width: 1001px) {
    .all_top_box {
        display: none;
        filter: alpha(opacity=0);
    }
}

@media (max-width: 1000px) {
    #main_header {
        display: none;
    }
}


/* ------------------------ banner ------------------------ */


/* /banner */

.nei_banner {
    width: 100%;
}

.nei_banner img {
    width: 100%;
}

.owl-banner {
    width: 100%;
    overflow: hidden;
}

.owl-banner img {
    width: 100%;
}

.owl-banner-box-hd-panel {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: -25px;
}

.owl-banner-box-hd {
    float: left;
    margin-left: 50%;
}

.owl-banner-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    right: 50%;
}

.owl-banner-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.owl-banner-box-hd ul li:nth-child(1) {
    margin-left: 0px;
}

.owl-banner-box-hd ul li.on {
    border-radius: 50%;
    border-radius: 10px;
    border: 1px solid #2b4487;
    background: #2b4487;
    width: 12px;
    height: 12px;
    opacity: 0.8;
    line-height: 15px;
}

.img100-box-hd-panel {
    overflow: hidden;
    width: 40%;
    margin-top: -25px;
    float: right;
}

.img100-box-hd {
    float: left;
}

.img100-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    margin-left: 54%;
    z-index: 100;
    float: left;
    width: 100%
}

.img100-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 5px;
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.img100-box-hd ul li.on {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #2b4487;
    ;
    opacity: 0.8;
}

@media(max-width:600px) {
    /**招聘*/
    .join_title .title {
        display: none;
    }
    .join_title .title1 {
        width: 35%;
    }
    .join_title .title2 {
        width: 50%;
    }
    .join_title .title3 {
        display: none;
    }
    .join_title .title4 {
        display: none;
    }
    .join_title .title5 {
        display: none;
    }
    .join_title .title6 {
        width: 30px;
    }
    .question li .title {
        display: none;
    }
    .question li .title1 {
        width: 35%;
    }
    .question li .title2 {
        width: 50%;
    }
    .question li .title3 {
        display: none;
    }
    .question li .title4 {
        display: none;
    }
    .question li .title5 {
        display: none;
    }
    .question li .title6 {
        width: 30px;
    }
}