

.header .top {
	width: 100%;
	/*margin: 0 auto;
	max-width: 1300px;
	position: relative;
	line-height: 55px;*/
	text-align: center;
}
.header .top .box{
	/*margin: 0 auto;
	max-width: 1300px;*/
	display: inline-block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
}
.menu > ul > li{
    height: 50px;
}
.menu > ul > li.menudown i.iconfont {
    display: none;
}
.menu > ul > li > a {
    color: #9b9b9b;
    height: 50px;
}
.menu > ul > li > a:after {
    content: '';
    display: block;
    left: 0;
    width: 0;
    right: 0;
    /* top: 0px; */
    margin: 0px auto;
    height: 2px;
    background: #de0101;
    margin-top: -2px;
}
.header .top .box a{
	  display: inline-block;
	  text-decoration: none;
}

.header .top .box .logo {
    /*
	line-height: 90px;
	*/
    /*
	width: 120px;
	margin-right: 63px;
	*/
	color: #ed0000;
}

.header .top .box div.logo{
    /*
	vertical-align: middle;
	margin-bottom: 5px ;
    */
    display:none;
}
li.global_en a.iconfont {
   /* font-size: 28px;*/
    color: #fff;
}
.menu{
    
    
}
#search-btn{
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}
#search-btn .bl-icon-search {
    color: #fff;
    font-size: 23px;

}
#search-box {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    background: #ffffff;
    min-height: 150px;
    align-items: center;
    justify-content: center;
}
form.search-form {
    width: 50%;
}
.search-form input.form-control {
    outline: 0;
    background: #f7f7f7;
    position: relative;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0px 20px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.search-form input.form-control::-moz-placeholder,.search-form input.form-control::-webkit-input-placeholder {

    color:#d5d5d5;
}
.search-form button {
  position: relative;
  /* top: 16%; */
  right: 45px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: #d5d5d5;
  font-size: 25px;
}

.search-form .search-form-flex{
    display: flex;
}

div.menu-sub,.search-menu div.search-menu-sub{
	   display: block;
	   position: fixed;
	   left: 0;
	   width: 100vw;
	   height: auto;
	   max-height: 0;
	   background: #FFF;
	   box-shadow: 0 20px 20px -12px rgb(0 0 0 / 5%);
	   transition: max-height .9s;
	   -webkit-transition: max-height .9s;
	   -moz-transition: max-height .9s;
	   -ms-transition: max-height .9s;
	   -o-transition: max-height .9s;
	   overflow: hidden;
	   -webkit-backdrop-filter: blur(15px);
	   backdrop-filter: blur(15px);
	   background: rgba(255, 255, 255, 0.95);
}
.search-menu div.search-menu-sub{

	   transition: max-height .6s;
	   -webkit-transition: max-height .6s;
	   -moz-transition: max-height .6s;
	   -ms-transition: max-height .6s;
	   -o-transition: max-height .6s;

}
.menudown.open div.menu-sub,.search-menu.open div.search-menu-sub{
    
box-shadow: 0px -6px 8px 14px rgb(0 0 0 / 0%);
    
max-height:100vh;
    
transition: max-height .9s;
    
-webkit-transition: max-height .9s;
    
-moz-transition: max-height .9s;
    
-ms-transition: max-height .9s;
    
-o-transition: max-height .9s;
}

.blurbg {
    
	   transition: all .6s;
	   -webkit-transition: all .6s;
	   -moz-transition: all .6s;
	   -ms-transition: all .6s;
	   -o-transition: all .6s;
}
body.open .blurbg{
    transition: all .6s;
   -webkit-transition: all .6s;
   -moz-transition: all .6s;
   -ms-transition: all .6s;
   -o-transition: all .6s;
}
div.menu-sub .menuContainer .menuItem .cImage{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    display: none;
}


div.menu-sub .menuContainer .menuItem .itemMain, div.menu-sub .menuContainer .menuItem .itemTitleMain {
    text-align: left;
     margin-left: 0; 
    /* flex-wrap: nowrap; */
}

div.menu-sub .menuContainer .menuItem {

border-bottom: 1px solid #dfdfdf;


padding: 20px 0;

margin: 0;

position: relative;

width: 100%;
}
@media only screen and (max-width: 1000px){
    .header .top .box{
        width:100%;
        display: flex;
        align-items: center;
    }
	.header .top .box .logo {
	    /* margin: 0 auto; */
	}
	
	.header .top .box div.logo {
	    display: block;
	    left: 20px;
	    font-size: 18px;
	}
	.header .top .box li.logo {
	    display: none;
	}
    .header .top .box .logo a {
        padding-left: 20px;
    }
	.h_menu .menu{
	    max-height: 100vh;
	    background: rgb(0 0 0 / 95%);
	}
	.menu {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: auto;

        margin-top: 0;
        max-height: 0;
        overflow: hidden;
    }
	.menu ul{
    	padding-top:0;
    }
	.menu ul li {
    	float: none;
    	display: block;
    	border-bottom: 1px solid #adadad14;
    	padding: 0;
    	text-align: left;
    	height: auto;
    	min-height: 70px;
    	line-height: 70px;
    }
    .menu > ul > li.menudown i.iconfont {
        display: block;
        color: #efefef;
        float: right;
        margin-right: 10px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        -moz-transition: transform .3s,-moz-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
        transition: transform .3s,-webkit-transform .3s;
    }
    .menu ul li a {
        color: #efefef;
        line-height: 50px;
        font-size: 18px;
        padding: 0 20px;
        width: 100%;
    }
    .menu ul li a:after {
        display: none;
    }
    
    li.global_en a.iconfont {
       /* font-size: 28px;*/
       color: #efefef;
    }
    /*
	.menu ul li.on:first-of-type {
        border-top: 1px solid #d5d5d5;
    }
    */
    .menu > ul > li.on > a, .menu > ul > li > a:hover{
        /*color:red;*/
    }
    div.menu-sub,.search-menu div.search-menu-sub{
    	position:relative;
    	width: 100vw;
    	height: auto;
    	max-height: 0;
    	background: #000;
    	box-shadow: none;
    	transition: max-height .9s;
    	-webkit-transition: max-height .9s;
    	-moz-transition: max-height .9s;
    	-ms-transition: max-height .9s;
    	-o-transition: max-height .9s;
    	overflow: hidden;
    	-webkit-backdrop-filter: blur(15px);
    	backdrop-filter: none;
    }
    .menudown.open div.menu-sub {
    	position:relative;
    	max-height: 100vh;
    	transition: max-height .9s;
    	-webkit-transition: max-height .9s;
    	-moz-transition: max-height .9s;
    	-ms-transition: max-height .9s;
    	-o-transition: max-height .9s;
    	border-top: 1px solid #adadad14;
    	background: rgb(0 0 0 / 95%);
    }
    .search-menu{
        display: none !important;
    }
    .menudown.open>a i.iconfont{
        position: relative;
        /* height: 0; */
        /* max-height: 0; */
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    div.menu-sub .menuContainer{
    	display:block;
    	margin: 0;
    }
    div.menu-sub .menuContainer .menuItem{
    	
        padding: 0;
        border-bottom: 1px solid #adadad14;
    }
     div.menu-sub .menuContainer .menuItem .itemTitleMain{

     }
     
     div.menu-sub .menuContainer .menuItem .itemTitleMain a{
     	
        font-size: 15px;
             	
        font-weight: normal;
             	
        margin: 0;
             	
        padding: 0 30px;
             	
        line-height: 50px;
     }
	div.menu-sub .menuContainer .menuItem .itemMain{
		display:none;
	}
}


@media only screen and (max-width: 800px){

	
    .menu ul li a {

        font-size: 14px;

    }
}
