.web_head_34 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    
       color: #fff;
}

.web_head_34 .change-language {
    display: inline-block;
    position: relative;
    margin-left: 20px;

}
.change-language .change-language-title a {
        color: #fff;
}


.web_head_34 .logo_34 {
    float: left;
}

.web_head_34 .logo_34 img {
    width: auto;
}

.web_head_34 .head_layer_34 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #000;
}

.web_head_34 .head_layer_34 .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}





/*.web_head_34 .search-toggle_34:hover{background-color: #dc0000;}*/
.web_head_34 .nav_wrap_34 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    z-index: 11;
    text-align: left;
}

.nav_wrap_34 .layout {}

.nav_wrap_34 .head_nav_34 {
    padding-left: 50px;
}



.nav_wrap_34 .head_nav_34>li {
display: inline-block;
    position: relative;
    line-height: 70px;
    font-size: 16px;
    text-align: left;
    margin: 0 10px;
}

.nav_wrap_34 .head_nav_34>li>a {
    position: relative;
    display: block;
}



.nav_wrap_34 .head_nav_34>li li {
    position: relative;
    text-align: left;
    transition: all .3s ease;
}

.nav_wrap_34 .head_nav_34>li li a {
    display: block;
    line-height: 1.5em;
    padding: 10px 25px;
    font-size: 14px;
    position: relative;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_wrap_34 .head_nav_34>li li a:hover {
    color: #dc0000;
}

.nav_wrap_34 .head_nav_34>li li a:before,
.nav_wrap_34 .head_nav_34>li li:hover>a:before {
    content: '';
    display: block;
    width: 3px;
    height: 30%;
    background-color: #dc0000;
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease;
}

.nav_wrap_34 .head_nav_34>li li a:hover:before,
.nav_wrap_34 .head_nav_34>li li:hover>a:before {
    top: 0;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_wrap_34 .head_nav_34>li ul ul {
    left: 92%;
    top: 0px;
}

.nav_wrap_34 .head_nav_34 li:hover>a {
    color: #dc0000;
}

.nav_wrap_34 .head_nav_34>li:hover>a>b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #dc0000;
}

.nav_wrap_34 .head_nav_34 li ul {
    width: 280px;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 999;
    
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: content-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-sizing: content-box;
    transition: all .3s ease;
}
.head_nav_34 li:hover>ul {
    opacity: 1;
    visibility: visible;
}




.index_web_head_34_34 .head_layer_34 {
    width: 100%;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    position: relative;
     
}

.second_head .head_layer_34 {
    position: static;
    background-color: #000;
}

.fixed-nav .head_layer_34 {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    border-top: 0;

    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-top: 0;
    padding-bottom: 0;
}

.fixed-nav .logo_34 img {
    height: 40px;
}

.fixed-nav .nav_wrap_34 .head_nav_34 li li {
    font-size: 13px;
}

.fixed-nav .nav_wrap_34 .head_nav_34>li>a:after {
    top: auto;
    bottom: -1px;
    border-radius: 0;
}



.fixed-nav-active .head_layer_34 {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
}

.fixed-nav-active .nav_wrap_34:before {
    opacity: 1;
    height: 100%;
}

.fixed-nav-active .nav_wrap_34 .head_nav_34>li {
    line-height: 70px;
}

.web_head_34 .change-language .change-language-cont {
    top: 30px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border-top: 0;
}

.fixed-nav .change-language .change-language-cont {
    top: 46px;
    background-color: rgba(255, 255, 255, .95);
}

.head-search_34 {
    display: inline-block;
}

.head-search_34 .head-search_34-form {
    position: absolute;
    right: 140px;
    top: 27px;
    z-index: 1;
    box-sizing: content-box;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.head-search_34 .search-ipt_34 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 10vw;
    height: .3rem;
    line-height: .3rem;
    color: #ccbc91;
    padding: .1rem 0;
    text-indent: .1rem;
    background: none;
    border: 0;
    border: 1px solid #333;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.head-search_34-form .search-btn_34 {
    font-family: 'iconfont';
    width: 35px;
    height: 35px;
    background-color: #fff;
}

.head_right_34 {
    position: relative;
    z-index: 111;
}

.head-search_34 .search-btn_34 {
    position: absolute;
    right: 0px;
    bottom: 0;
    border: none;
    background: none;
    font-size: .16rem;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    cursor: pointer;
    background: none;
    font-family: 'iconfont';
    color: #fff;
}



.head-search_34-show.head-search_34 .head-search_34-form {
    width: 100%;
    z-index: 111;
}

/*.fixed-nav-active,*/
/*.fixed-nav-active .search-btn_34,*/
/*.fixed-nav-active .change-language .change-language-title a*/
/*{*/
/*    color: #fff;*/
/*}*/

@media screen and (max-width: 1366px) {
    .nav_wrap_34 .head_nav_34>li {
        margin: 0 10px;
        font-size: 14px;
    }
    .nav_wrap_34 .head_nav_34 {
        text-align: left;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {






    /* header */
    .web_head_34 {
        position: static;
        text-align: center;
        margin-bottom: 0;
    }

    .web_head_34 .head_right_34 {
        display: none;
    }

    .web_head_34 .head_layer_34 .layout {
        display: block;
        text-align: center;
    }

    .web_head_34 .logo_34 {
        height: auto;
        float: none;
    }




    .web_head_34 .nav_wrap_34 {
        display: none;
    }

    .index_web_head_34_34 .head_layer_34 {
        padding: 55px 0 15px;
    }
}