
@media screen and (min-width: 1400px) {
  .container{
    width: 1282px;
    padding: 0px;
    margin: 0px auto;
  }
  #videobox{width:1024px;height:621px;top: 30px;}
}

@media screen and (max-width: 1399px) {
  .container{
    width: 90%;
    margin: 0px auto;
  }
  #videobox{width:792px;height:480px;top: 20px;}
}

@media screen and (max-width: 1024px) {
  .menu  .item  a{
    font-size: 12px;
    
    }
    #videobox{width:627px;height:380px;top: 0px;}
}

@media screen and (max-width: 768px) {
  .container{
    width: 94%;
    margin: 0px auto;
  }
  #videobox{width:380px;height:230px;top: 120px;}

  .menu-handler {
    display: block;
  }

  .search{
    display: none;
  }
  .top{
	width:100%;
  }
	.header.on{
		padding: 0px 0;
	}
header{
   
	 min-height:50px;

}
  .top_r{
    width: 1.25rem;
    justify-content:flex-end;
    margin-right: 0.3375rem;
    display: flex;  
  }
.top-bar{
  display: none;
}
.top .logo a{
 
  display: flex;
  align-items: center;
  width: 80%;
}


.top .logo img{
    max-width: auto;
    display: block;
    width: 80%;
   
}

.lang{
  margin-right: 0px;
  margin-left: .1rem;
}

.lang p:nth-child(1){

}

.lang p:nth-child(2){
  display: flex;
}

.mc_hd_xlsj p:nth-child(1){
  display: flex;
}

.menu-handler{
  width: 100%;
}
.menu-handler span {

	background-color: #1e73be;

}
.menu-handler span:after,
.menu-handler span:before {
	content: "";

	background-color: #1e73be;

}
.menu-handler span {

	background-color: #1e73be;

}
.header .menu-handler span {
background-color: #1e73be;
}

.header .menu-handler span:before {
background-color: #1e73be;
}
.header .menu-handler span:after {
background-color: #1e73be;
}

.menu{
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0px;
	top: 3.4375rem;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
	
}

.menuOpen .menu {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);

}
.menuOpen .header{

}
.header{
  padding: .5rem 0;

background: #ffffff;

}
.header.on .menu  .item span a{
  color: #333333;
}
.header.on .menu  .item span i{
  color: #333333;
}

.menu ul{
    display:block;
    height: auto;
  	padding-top:2.1875rem;
    
   

}
.menu ul .item{
    position: relative;
    font-size: 1rem;
    width: 90%;
    height: auto;
   
    text-align:left;
    display:block;
    clear: both;
    margin-left: 5%;
   
}

.menu  .item span{
        display: flex;border-bottom:1px solid #dbdad9;
        height: 2.8125rem;
        line-height: 2.8125rem;
        clear: both;
        width: 100%;
}


.menu .item  span  i img{
  display: none;
}


.menu ul .secNav{
    visibility:visible;
    transition:all 0ms ease-out 0ms;
    position:static;
    background: #ffffff;
    width: 90%;
    padding: 0 0;
	  height:auto;
    display: none;
    transform:translate(0%, 0);


}
.menu ul .secNav .secItem:nth-last-child(1){
  border-bottom: 1px solid #eaeaea;
} 
.menu ul .secNav li{

   
  font-size: 14px;
	background-color:#FFFFFF;
	text-indent:1.25rem;

	
}
.menu ul .secNav{

  border: 0px solid #cccccc;


}
.menu ul .secNav.active{
    
  visibility:visible;
  transform:translate(5%, 0);

}

.menu .item:hover{
    background: none;
	
}
.menu .item span a{
 
	color:#000000
}

.menu .item:hover span a{
 
	color:#000000
}


.menu .item.active  .secNav a{
color:#000000
}

.menu .item:hover  span a.dh{
  color: #000000;
}



.menu .item:after{content:" ";position:absolute;bottom:0;left:0;width:100%;height:3px;border-radius:3px;background-color:#ef1b25;-webkit-transition:all 250ms ease-out 0ms;transition:all 250ms ease-out 0ms;opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0)}
.menu .item:hover:after{
-webkit-transform:none !important;transform:none !important;
    -webkit-transition:all 250ms ease-out 0ms;
    transition:all 250ms ease-out 0ms;opacity:1;visibility:hidden
}
footer p {
    font-size: 0.7rem;
}
footer .footer-logoimg{
}
}
