#header-container {
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #FFF;
}

.top_box {
    background: #ffffff;
    /*height: 140px;*/
    padding-bottom: 16px;
}

.top_box_container {
    width: 1200px;
    margin: 0 auto;
    /*line-height: 140px;*/
}

.top_box_logo_container {
    width: 49%;
}

.top_box_search_container {
    width: 49%;
    margin-left: 2%;
}

.zc {

}

.zc:before {
    /*width: 1px;*/
    content: "|";
    padding-right: 10px;
    font-size: 16px;
    color: #dddddd;


}

.zc:hover:before {
    content: "|";
    padding-right: 10px;
    font-size: 16px;
    color: #dddddd;
}

.search {
    width: 215px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    color: #CACACA;
    font-size: 12px;
    padding: 0 8px 0 14px;
}

.search input {
    width: 166px;
    line-height: 30px;
    border: none;
    outline: none;
    /*width: 195px;*/
    height: 30px;
    padding: 0;
}

.search .search_btn {
    width: 18px;
    height: 30px;
    background: url(../image/search.png) no-repeat 0 center;
    cursor: pointer;
}

.top_phone {
    /*margin-top: 3px;*/
    color: #999999;
    font-size: 14px;
    line-height: 50px;
}

.search_top {
    /*margin-top: 40px;*/
    margin-right: 20px;
}

.search_top .top_phone span {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}

.search_top .top_phone .phone_number {
    color: #177DFF;
    font-size: 20px;
}
.search_top .top_phone .icon_phone {
    width: 30px;
    height: 30px;
    background:url("../image/icon_phone.png") no-repeat center;
    background-size: 100% 100%;
    margin: 10px;
}

.top_login_box {
    float: right;
    /*line-height: 140px;*/
    /*height: 140px;*/
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 9999;
}

.logo_img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.top_login_box a {
    font-size: 16px;
    padding-left: 5px;

}

/*顶部导航固定后显示*/
.nav-box-container_copy {
    display: none;
}

/*导航*/
.nav-box-container {
    /*background-color: rgba(39, 111, 180, 1);*/
    /*background-color: #063E77;*/
    /*border-top: 1px #b4cde5 solid;*/
    /*width: 100%;*/
    z-index: 9;
    padding-left: 46px;
}

.nav-container {
    /*width: 1200px;*/
    margin: 0 auto;
    height: 52px;
    position: relative;
}

.nav-container .nav {

    height: 52px;
    color: #333333;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    /*background-color: #063E77;*/
    padding: 0 18px;
    box-sizing: border-box;
    float: left;

}

.nav-container .nav.selected {
    /*background: #E67F13;*/
    color: #111111;
    font-weight: bold;

}
.nav-container.index .nav.selected a{
    color: #177DFF;
}
.nav-container .nav.selected:after {
    /*background: #E67F13;*/
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background-color: #177DFF;

}

.nav-container .nav a {
    display: block;
    color: #333333;
}
.nav-container .nav.select a {
    color: #111111;
    font-weight: bold;
}



@media only screen and (min-width: 1316px) {
    .nav-container .nav:last-child {
        border-right: 0;
    }
}

.nav-container .nav.select_bg {
    padding-left: 14px;
}

.nav-container .nav.select_bg > a:after {
    content: "";
    width: 11px;
    height: 6px;
    background: url("../image/down.png") no-repeat center;
    display: inline-block;
    padding-left: 4px;
}

.nav-container .nav:hover, .nav-container .nav:hover a {
    /*color: #00c0f4;*/
    color: #177DFF;
}

/*.nav-container .nav.selected:hover, .nav-container .nav.selected:hover a {
    !*color: #00c0f4;*!
    color: #ffffff;
}*/

.nav-container .nav .sub-nav-box {
    display: none;
    position: absolute;
    left: 0px;
    /*top: 40px;*/
    top: 34px;

    width: 100%;
    /*min-width: 80px;*/
    /*background: #b3d4fc;*/
    z-index: 99;
    /*border-radius: 2px;*/
}


/*一级下的二级展示*/
.nav-container .nav:hover .sub-nav-box {
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 11%);
    /*display: block;*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, .1);*/
    /*background: #b3d4fc;*/
}

.nav-container .nav .sub-nav-box:before {
    content: "";
    /*height: 10px;*/
    height: 4px;
    /*width: 130px;*/
    display: block;
    /*padding-top: 20px;*/
    background-color: transparent;

}

.nav-container .nav .sub-nav-box .sub-nav {
    font-size: 14px;
    /*color: #212121;*/
    color: #787D82;
    text-align: center;
    /*    line-height: 50px;
        height: 50px;*/
    line-height: 40px;
    height: 40px;
    /*border-bottom: 1px solid #f7f7f7;*/
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    /*background: #b3d4fc;*/
    background: #fff;


}

.nav-container .nav .sub-nav-box .sub-nav:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.nav-container .nav .sub-nav-box .sub-nav:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}

.nav-container .nav .sub-nav-box .sub-nav a {
    color: #212121;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-container .nav .sub-nav-box .sub-nav:hover {
    /*background-color: #ca8b18;*/
    /*background-color: #276fb4;*/
    background-color: #ececec;

}

.nav-container .nav .sub-nav-box .sub-nav:hover a {
    /*color: #fff;*/
}


/*@media only screen and (min-width: 769px) {*/
.logo_box {
    float: left;
    height: 52px;
    padding-top: 8px;
}
.logo_box  .logo_img{
    height: 44px;
    width: auto;
}

.nav_mobile {
    display: none;
}

.nav-container {
    display: block;
}



/*头部*/
/*<style>*/
 .head-img-wrap {
     width: 138px;
     height: 50px;
     padding: 0 10px;
     line-height: 50px;
     /*margin-top: 40px;*/
     display: inline-block;
     position: relative;

 }

.head-img-wrap:hover {
    -webkit-box-shadow: 0px 1px 10px #e5e5e5;
    background: #fff;
}

.head-img-wrap:hover .user_center_menu {
    display: block;
}

.head-img-wrap .head-img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin: 12px 0 0;
    display: inline-block;
    object-fit: cover;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.member {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84px;
    text-align: center;
    font-size: 12px;
    color: #111;
    margin-left: 8px;
    /*line-height: 24px;*/
    line-height: 50px;
    padding-right: 16px;
}

.user_center_menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background: #fff;
    color: #333;
    z-index: 10;


    box-shadow: 0px 4px 10px #e5e5e5;
}

.user_center_menu li {
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 0 12px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_center_menu li a {
    font-size: 12px;
}

.user_center_menu li:hover a {
    color: #177dff;
    text-decoration: underline;
}

.user_center_menu .logout {
    border-top: 1px dashed #eee;

}

/*</style>*/


/*首页顶部右侧导航*/
.nav-container.index{
    margin-top: 4px;
}
.nav-container.index .nav:hover, .nav-container.index .nav:hover a{
color: #177DFF;
}
.nav-container.index .nav a{
    color: #333333;
    position: relative;
}
.nav-container.index .nav.selected a{
    color: #111111;
}
.nav-container.index .nav.selected:after{
/*display: none;*/
    display: block;
    content: '';
    width: 32px;
    height: 3px;
    background: #177DFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
}
