.head-wrapper_33 {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #bcbbbb;
    padding: .3rem 0;
}

.logo_33,
.language,
.head-search_33,
.nav_33-bar .nav_33 {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    text-align: left;
}

/*============================================================
                    change-language
============================================================*/
.change-language {
    margin: 28px 60px 0 0;
    float: right;
    z-index: 2 !important;
}

/*header*/


.logo_33 {
    position: relative;
}

.logo_33 img {
    position: relative;
    
}

.tasking_33 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.head-wrapper_33 .head-search_33 {
    position: absolute;
    right: 0;
    top: 22px;
    width: 100%;
    z-index: 1;
}

.head-wrapper_33 .head-search_33 .head-search_33-form {
    position: absolute;
    right: 0;
    width: 0;
    height: 30px;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    z-index: 1;
    -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-wrapper_33 .head-search_33 .search-ipt_33 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
}

.head-search_33-form .search-btn_33 {
    font-family: 'iconfont';
}

.head-wrapper_33 .head-search_33 .search-btn_33,
.head-wrapper_33 .head-search_33 .search-toggle_33 {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: .16rem;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.head-wrapper_33 .head-search_33 .search-toggle_33:before {
    font-family: 'iconfont';
    content: "\e630";
    color: #000;
}

.head-wrapper_33 .head-search_33-show.head-search_33 .head-search_33-form {
    width: 100%;
}

.nav_33-bar {
    position: relative;
    margin: auto;
}

.nav_33-wrap {
    display: flex;
}

.nav_33-bar .nav_33 {
    flex: 1;
    text-align: center;
}

.nav_33-bar .nav_33 li {
    position: relative;
    display: block;
}

.nav_33-bar .nav_33>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 .15rem;
}

.nav_33-bar .nav_33>li.nav_33-current>a {}

.nav_33-bar .nav_33>li>a {
    position: relative;
    display: inline-block;
    height: .75rem;
    line-height: .75rem;
    
    color: #000;
    font-size: 14px;
    font-family: 'raleway-semibold';
    font-weight: normal;
}

.nav_33-bar .nav_33 li li {
    display: block;
    *display: block;
    line-height: .35rem;
}

.nav_33-bar .nav_33 li li a {
    padding: 0 .15rem;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.nav_33-bar .nav_33 ul {
    width: 2.55rem;
    position: absolute;
    top: .75rem;
    left: 0rem;
    background: rgba(255, 255, 255, .9);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.nav_33-bar .nav_33 ul ul,
.fixed-nav_33.nav_33-bar .nav_33 ul ul {
    top: 0;
    left: 2.57rem;
}

.nav_33-bar .nav_33 ul li:hover>a {
    color: #000;
}

.nav_33-bar .nav_33 li .nav_33-ico {
    font-size: .12rem;
    margin: 0 0 0 5px;
}

.nav_33-bar .nav_33 li .nav_33-ico:after {
    content: '\e60c';
}

.nav_33-bar .nav_33 li li .nav_33-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}

.nav_33-bar .nav_33 li li .nav_33-ico:after {
    content: '\e60c';
}

.fixed-nav_33-appear.head-wrapper_33 {
    padding: 0;
}


/* head search start  */

.head_search_33 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.head_search_33 .search_toggle_33 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    right: 5px;
    top: -5px;
    font-size: 20px;
    border: 0;
	width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
	display: block;
	background: none;
}
.head_search_33 .search_toggle_33::before {
	content: '\e630';
    font-family: 'iconfont';
}
.head_search_33 .head_search_33_form {
    width: 400px;
    position: absolute;
    right: 0;
    top: 70px;
    border: none;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 999999999;
	box-shadow: 0 0 1em rgba(0, 0, 0, .15);
    -webkit-transform: none;
    transform: none;
    opacity: 1;
	visibility: hidden;
	opacity: 0;
}

.head_search_33 .search_ipt_33 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    background: none;
    float: left;
    text-indent: 1em;
}

.head_search_33_form .search_btn_33 {
    font-family: 'iconfont';
}

.head_search_33 .search_btn_33 {
    position: absolute;
    display: block;
    right: 0;
    top: 0px;
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}


.head_search_33_show.head_search_33 .head_search_33_form {
	visibility: visible;
	opacity: 1;
}
.head_search_33_show.head_search_33 .search_toggle_33::before {
	content: '\e615';
}

/* head search end  */



@media screen and (max-width:768px) {
    .head-wrapper_33 {
        padding: 55px 0 15px;
    }

    .head-wrapper_33 .nav_33-bar .nav_33,
    .head-wrapper_33 .head-search_33,
    .head-wrapper_33 .search_toggle_33,
    .head-wrapper_33 .change-language {
        display: none;
    }

    .nav_33-wrap {
        justify-content: center;
    }

    .head-wrapper_33 .logo_33 {
        float: none;
    }
    .head-search_33 {
        display: block;
    }
    .nav_33-bar .nav_33 li .nav_33-ico {
    font-size: .14rem;
}
}