.entop { width:1400px; height:90px; margin:0 auto;}

.htmltop { width: 100%; border-bottom:1px #f0f0f5 solid; height: 25px; }
.htmltopone {width: 1400px; line-height: 25px; margin: 0 auto;}
.htmll { width: auto; float: left; font-size:13px;}
.htmlr { width: auto; float: right; color: #e0e0e0;}
.htmlr a { color: #333; margin:0 10px;font-size:13px;}
.htmlr a:hover { text-decoration: underline;}

.hxtop { width:1400px; height:60px; margin:0 auto;}
.hx-topl {width:200px; height: 60px; float:left;}
.hx-topl img {
    width: auto;
    height: 45px;
    margin-top: 13px;
}
.hx-topr {width:200px; height: 60px; float:right;}

.search-all { border: 1px solid #4e4e4e; width:40%; height:35px; float:left;margin-top: 18px;margin-left: 5%;border-radius:10px;padding:0 5px; background: #fff;}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;outline: none;
}
input[type=search] {
	background: #fff;
	border: none;
	margin-left: 18px;
	margin-top: 0px;
	line-height:35px;
	height:35px;
	width: 85%;
	float:left;
	padding: 0rem;
	
}

.search_buttom {
	border: 0 none;
    background: url(../img/searchaga.png) no-repeat center;
    width: 50px;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    height: 25px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    overflow: visible;
    color: #fff;
    border-left:1px solid #4e4e4e;
    padding-left:30px;
}



/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.nav .current { color:#4e4e4e;border-bottom: 2px solid #f03;}
.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0 auto;
	height: 53px;
	width: 1400px;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
	margin:0 140px 0 0px;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 55px;
	width: auto;
	line-height: 60px;
	font-size: 15px;
    font-weight: 600;
	color: #000;
	border-right:0px solid #f0f0f5; 
    text-transform: uppercase;
    
	
}

.nav .left a  {
	position: relative;
	display: block;
	z-index: 510;
	height: 55px;
	width: auto;
	padding: 0 0px 0 0px;
	line-height: 65px;
	font-size: 15px;
    font-weight: 600;
	color: #2d2d2d;
    
	
}
.nav .left img { width:auto; height:100%;}

.nav > li:hover > a { color: #4e4e4e;border-bottom:2px solid #f03; }

.nav > li:first-child > a {
	border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 55px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-top:0px solid #f0f0f5;
	border:1px solid #f0f0f5;
	box-shadow: 0 3px 6px rgba(0,0,0,.175);
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 0px 0px;
	padding-bottom: 20px;
}


.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}


.meleft { float:left; width:100%;height:auto;}
.meright { float:right; width:25%;height:auto;}
.nav .mzuo { height:100%; float:right;width: 100%; padding-top:20px; padding-left:2%;border-radius: 0 0 16px 0;}
.nav .mzuo h2 { width:80%;margin:10px auto;height:auto; font-size:18px;font-weight: 600;}
.nav .mzuo li { width:80%;margin:10px auto;height:90px;background: #fff;border-radius: 5px;}
.nav .mzuo li dd {width:100%;}
.nav .mzuo li dd img {width: 100%;height:auto;border-radius: 5px;}

.mallbottom  {  height:auto; width: 100%; margin-bottom:10px;background: #fff;}
.malltop {  height:150px; width: 100%;background: #fff; border-radius: 0 0 0 16px;}
.malltop li { float:left; width:22.5%; margin-left:2%; height:90px; border-radius: 5px;margin-top:30px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.15);
    overflow: hidden;}
.malltop dd { float:left;width:30%;}
.malltop dd img { width:100%; height:auto;}
.malltop d { float:left;width:68%; margin-left:2%;line-height:40px;margin-top:28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.malltop d a { font-size:15px; font-weight:600;}

/* Menu Content Styles */
.nav-all { width: 100%; height: auto; margin: 0 auto; left:100px; }
.nav .nav-column {
	float: left;
	width: 20.5%;
	padding-top: 0.5%;
	padding-right: 2.3%;
	padding-bottom: 0%;
	padding-left: 2%;
}


.nav .nav-column dd {
	margin: 10px 0 0px 0;
	line-height: 28px;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	text-transform: capitalize;
    text-decoration: none;
}
.nav .nav-column dd a {padding-left:15px;line-height: 40px;
	color: #333;text-decoration:underline;
}
.nav .nav-column dd a:hover {
	color: #f03; padding-left:15px;text-decoration:underline;
}

.nav .nav-column li a {
	display: block;
	line-height: 40px;
	font-weight: 500;
	font-size: 15px;
	color: #2d2d2d;
	padding-left:15px;
	border-radius:0px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nav .nav-column .thrtitle a {
	display: block;
	line-height: 35px;
	font-weight: 500;
	font-size: 14px;
	color: #afafaf;
	text-decoration:underline
}

.nav .nav-column li a:hover { color: #555; background:#f0f0f5; padding-left:15px;border-radius:0px;}
.nav .nav-column li img { width: 100%; height: auto;}
.menu-wrapper {
	max-width: 1400px;
	margin: 0 auto;
}
.cubenav {
	height: 55px;
	width: 1400px; margin: 0 auto;
	background-color: #fff;
	
}
#menu-wrapper {
	max-width: 1400px;
	margin:0 auto;
	height: 55px;
}

#menu-wrapper li .left {width:auto; margin:0; padding-right:140px; margin-right: 60px; padding-left:0px; border-right: 1px solid #fff;}

.nav li .right {width:auto; margin:0; padding-right:140px; margin-right: 60px; padding-left:0px; border-right: 1px solid #fff; float:right;}


@media only screen and (min-width: 320px) and (max-width: 800px) {
    .nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
}

/* Menu List */
.nav > li {
	display: block;
	width: 100%;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 45px;
	width: 100%;
	padding: 0 0px 0 0px;
	line-height: 45px;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	border-right:0px solid #eaeaea;
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #5c5c5c;
}
.nav > li > a > left {
	position: relative;
	display: block;
	z-index: 510;
	height: 45px;
	width: 100%;
	padding: 0 0px 0 0px;
	line-height: 45px;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	border-right:0px solid #eaeaea;
	background-color: #333;
	color: #fff;
	border-bottom: 1px solid #5c5c5c;
}

.nav > li:hover > a { background: #fff;  color: #00a0ea;}

.nav > li:first-child > a {
	border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 65px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #d6d6d6;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	display: none;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	display: none;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3.7%;
	
}

.nav .nav-column h1 {
	margin: 10px 0 10px 0;
	line-height: 28px;
	font-weight: 500;
	font-size: 16px;
	color: #555;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.nav .nav-column h1 a {
	color: #555;
}
.nav .nav-column h1 a:hover {
	color: #0290b8;
}

.nav .nav-column li a {
	display: block;
	line-height: 35px;
	font-weight: 300;
	font-size: 14px;
	color: #444;
}

.nav .nav-column li a:hover { color: #00a0ea; }
.menu-wrapper {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.cubenav {
	height: 100%;
	width: auto;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	background-color: #333;
	margin-bottom: 0px;
	
}
#menu-wrapper {
	max-width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: auto;border-bottom:1px solid #3a3b51; 
}

#menu-wrapper li .left { width:100%;height:70px; margin:0; padding-right:0px; margin-right: 60px; padding-left:0px; border-right: 0px solid #fff; }

}
.hotpicmenu img { width: 100%; height: auto;}

.htmleaf-containerss {
	box-shadow: 1px 2px 2px #f0f0f5;background-color: #f0f0f5;border-bottom:1px solid #f0f0f5; }



.htmleaf-container {
    display: none;
  }

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #aaaaaa;
  text-decoration: none;
}

.animenu__nav {
  background-color: #111;
}
.animenu__nav > li {
  position: relative;
  border-right: 1px solid #444444;
}
.animenu__nav > li > a {
  padding: 10px 30px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
}

.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #373737;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.animenu__nav__child a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff;
}

@media screen and (max-width: 767px) {
    
.htmleaf-containerss {
    display: none;
  }
 .htmleaf-container {
    display: inline-block;
  }
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #0186ba;
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #373737;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}





.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  height: 160px;
  position: relative;background-color: #fff;
}


.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  z-index: 10;
  margin:0 auto;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
    
.et-hero-tabs {
    display: none;
  }
}
