body{margin:0px; padding:0px;font-family: "微软雅黑";}
a {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 375px) {
  .cd-logo{float:left;display:block;width:44%;margin-top:3px;}
}
@media only screen and (min-width: 376px) {
  .cd-logo{float:left;display:block;width:38%;margin-top:2px;}
}
.cd-logo img{display:block;width:100%;height:100%;}

.cd-language{display:block;width:46px;position:absolute;right:114px;top:5px;}
.cd-language img{width:46px;height:46px;}

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  header {
    height:86px;
  }
}


#cd-menu-trigger {
  position: absolute;
  right:0;
  top:15px;
  height:46px;
  width:46px;
  margin-right:0;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 5px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom:20px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top:20px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color:#FFF;
}


@media only screen and (min-width: 768px) {
  
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 0.9em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  /* the secondary navigation is covered by the main element */
  z-index:2;
  width: 328px;
  padding:10px 15px;
  background-color: #FFF;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); 
}

#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  padding: 30px 5px;
  color: #000;
  font-size:24px;
  
}
#cd-lateral-nav .sub-menu a{border-bottom:1px solid #e6e6e6;}
.mainmenu{font-size:25px;border-bottom:1px solid #db6666;color:#fff;display: block;line-height:100px; padding: 10px 40px;}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 40%;
  bottom: auto;
  right: 1em;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {

}


.cd-main-content.lateral-menu-is-open .openmask{
	background-color:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:123px;
	left:0;
	z-index:102;
	opacity:0.4;
	}
.od-nav{display:none;position:fixed; left:0; top:0; width:100vw; height: 100vh; z-index:12;}
.od-nav.open{display:block;}
.od-nav .od-mask{position:fixed; left:0; top:0; width:100vw; height: 100vh; background-color: rgba(0,0,0,0.6); }
.od-nav .cd-lateral-nav{position:absolute; right:0; width:55%; height: 100%; background-color:#ab2424; z-index:9999;}	
	







