@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Noto Sans CJK SC", "Source Han Sans CN";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  /* position: relative; */
}

a {
  color: #d7bd82;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
	text-decoration:none;
  color: #333;
}
ul{
	padding: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #1fb5f6;
}

::-moz-selection {
  color: #fff;
  background: #1fb5f6;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

::selection {
  color: #fff;
  background: #1fb5f6;
}

.waiu-next,.waiu-prev{
  pointer-events: initial !important;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar .navbar-right {
  margin-right: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #fh5co-header #navbar .navbar-right {
    margin-right: -15px;
  }
}
#fh5co-header #navbar li a {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  font-size: 16px;
  font-weight: 400;
	text-align: center;
}
#fh5co-header #navbar li {
	padding-top: 10px;
	    padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  font-size: 16px;
  font-weight: 400;
	text-align: center;
}
#waiuNavUl li{
	position: relative;
}
#waiuNavUl li img{
	position: absolute;
	top: 14px;
	left: 16px;
}
#fh5co-header #navbar li a span {
  position: relative;
	width: 100%;
  display: inline-block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li:hover {
	cursor: pointer;
	background: #f4f3f4;
}
#fh5co-header #navbar li.active{
	border-left: 3px solid #d7bd82;
	background: #f4f3f4;	
}
#fh5co-header #navbar li.active a {
	color: #d7bd82;
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #ff3b30;
  }
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff;
}
#fh5co-header #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header .navbar-brand {
  float: left;
  display: block;
  padding-left: 0;
  margin-top: 20px;
  width: 85px;
  height: 50px;
  color: #fff;
  background: url(../images/logo.jpg) no-repeat;
  background-size: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#fh5co-header .navbar-brand > span {
  color: #ff3b30;
}
@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    margin-left: 15px !important;
    padding-right: 0 !important;
  }
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #000000;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .waiu-nav-ul{
	padding-top: 40px;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
	background: url(../images/logo.jpg) no-repeat;
	background-size: 100%;
	width: 85px;
	height: 50px;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: #333333 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #ff3b30;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #ff3b30 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #ff3b30 !important;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ff3b30;
}
@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff !important;
}
#fh5co-header.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i::before{
	background: #d7bd82;
}
#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i::after{
	background: #d7bd82;
}
#fh5co-header.navbar-fixed-top .fh5co-nav-toggle i{
	background: #d7bd82;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-left: 8%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #ff3b30;
  font-style: normal;
}

 #fh5co-team, #fh5co-trusted {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-testimony, #fh5co-team, #fh5co-trusted {
    padding: 2em 0;
  }
}

#fh5co-work, #fh5co-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work, #fh5co-counters {
    padding: 4em 0;
  }
}
.fh5co-explore-bg-color {
  width: 100%;
  background: #f1f1f1;
  padding: 80px 0;
  margin-bottom: 0;
}

.mt {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1fb5f6;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 0 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #1fb5f6;
}

#fh5co-testimony .wrap-testimony {
  position: relative;
  width: 100%;
}
#fh5co-testimony .wrap-testimony .testimony-slide {
  text-align: center;
}
#fh5co-testimony .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
#fh5co-testimony .wrap-testimony .testimony-slide span a.twitter {
  color: #1fb5f6;
  font-weight: 300;
}
#fh5co-testimony .wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimony .wrap-testimony .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #fh5co-testimony .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #1fb5f6;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
#fh5co-testimony .wrap-testimony .testimony-slide.active {
  display: block;
}
#fh5co-testimony .wrap-testimony .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimony .wrap-testimony .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimony .wrap-testimony .arrow-thumb a:hover, #fh5co-testimony .wrap-testimony .arrow-thumb a:focus, #fh5co-testimony .wrap-testimony .arrow-thumb a:active {
  text-decoration: none;
}

.getting-started {
  background: #1fb5f6;
  padding: 60px 0 40px 0;
}
.getting-started h3 {
  color: #fff;
}
.getting-started .call-to-action {
  display: block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  .getting-started .call-to-action {
    float: none !important;
    width: 100%;
    text-align: left !important;
  }
}
.getting-started .call-to-action a.sign-up {
  float: right;
  margin-top: 20px;
  padding: 18px 60px;
  background: #ea574c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 992px) {
  .getting-started .call-to-action a.sign-up {
    float: left !important;
  }
}
.getting-started .call-to-action a.sign-up:hover, .getting-started .call-to-action a.sign-up:focus, .getting-started .call-to-action a.sign-up:active {
  text-decoration: none;
}
.getting-started .call-to-action a.sign-up:hover {
  background: #393e46;
}

.fh5co-pricing {
  padding: 4em 0 6em 0;
  background: #f1faff;
}
.fh5co-pricing .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.fh5co-pricing .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
}
.fh5co-pricing .price-box.popular .btn-select-plan {
  background: #ff3b30;
}
.fh5co-pricing .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #1fb5f6;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.15);
}
.fh5co-pricing .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.fh5co-pricing .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.fh5co-pricing .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
.fh5co-pricing .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
.fh5co-pricing .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.fh5co-pricing .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-services .box-services {
  position: relative;
  margin-bottom: 70px;
}
.fh5co-services .box-services i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 54px;
  color: #1fb5f6;
}
.fh5co-services .fh5co-post {
  padding-left: 75px;
}
.fh5co-services .fh5co-post h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.fh5co-services .call-to-action .btn-learn {
  padding: 12px 30px;
  background: #50c5f8;
  color: #fff;
}

#fh5co-team {
  background: #f1faff;
}
#fh5co-team .team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: #fff;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  #fh5co-team .team-box {
    margin-bottom: 110px;
  }
}
#fh5co-team .team-box .user {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}
#fh5co-team .team-box .user img {
  width: 147px;
  height: 147px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 15px solid #f1faff;
}
#fh5co-team .team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#fh5co-team .team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}
#fh5co-team .team-box .social-media {
  margin: 0;
  padding: 0;
}
#fh5co-team .team-box .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-team .team-box .social-media li a {
  color: #333;
}
#fh5co-team .team-box .social-media li a:hover, #fh5co-team .team-box .social-media li a:focus, #fh5co-team .team-box .social-media li a:active {
  text-decoration: none;
  color: #ff3b30 !important;
}

.box-faq {
  margin-bottom: 60px;
}
.box-faq h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.partner-logo {
	text-align: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#partner .item{
	display: -moz-box;  /* Firefox */ 
	  display: -ms-flexbox;    /* IE10 */ 
	  display: -webkit-box;    /* Safari */  
	  display: -webkit-flex;    /* Chrome, WebKit */ 
	  display: box;  
	  display: flexbox;  
	  display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.partner-logo-img{
	max-width: 240px;
	height: auto;
}
.owl-height{
	height: auto !important;
}
.partner-logo img{
	display: inline-block !important;
	width: auto !important;
}
.partner-logo p{
	padding-top: 20px;
	font-size: 16px;
}
.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #333;
  position: relative;
  display: block;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #8f989f;
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.section-heading h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #1fb5f6;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

#fh5co-footer {
  background: #242424;
  color: #fff;
}
#fh5co-footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#fh5co-footer .section-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #1fb5f6;
}
#fh5co-footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#fh5co-footer .copy-right > a {
  color: rgba(255, 255, 255, 0.4);
}
#fh5co-footer .copy-right:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  background: #1fb5f6;
}
#fh5co-footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#fh5co-footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #1fb5f6;
}
#fh5co-footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#fh5co-footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#fh5co-footer .social-media li a {
  color: #1fb5f6;
}
#fh5co-footer .social-media li a:hover, #fh5co-footer .social-media li a:focus, #fh5co-footer .social-media li a:active {
  text-decoration: none;
}
#fh5co-footer .contact-form .form-group input[type="name"],
#fh5co-footer .contact-form .form-group input[type="text"],
#fh5co-footer .contact-form .form-group input[type="email"],
#fh5co-footer .contact-form .form-group textarea {
  font-size: 16px;
}
#fh5co-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#fh5co-footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#fh5co-footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#fh5co-footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#fh5co-footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: #485b71;
  box-shadow: none;
}
#fh5co-footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #ff3b30 !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-nav-toggle {
  width: 35px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #d7bd82;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 0px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	border-radius: 5px;
  content: '';
  width: 35px;
  height: 4px;
  background: #d7bd82;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -9px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent !important;
}

.fh5co-nav-toggle.active i::before {
  top: -3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 5px;
  right: 8.55%;
  z-index: 21;
  padding: 3px 0 0 0;
  margin: 0 auto;
  height: 44px;
  width: 35px;
  border-bottom: none !important;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ff3b30;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ff3b30;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ff3b30;
  color: #fff;
}
.social li a.social-circle {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #ff3b30;
  color: #fff;
}
.social.social-circle a {
  background: #ff3b30;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #ff3b30;
}

/*# sourceMappingURL=style.css.map */

/* 改写样式 */
.carousel-control{
	background-image: none !important;
}
.glyphicon-chevron-left:before {
    content: "\e257";
}
.glyphicon-chevron-right:before{
	content: "\e258";
}
#waiuWrapper .swiper-slide{
	background: #FFFFFF;
}
#waiuWrapper .swiper-slide p{
	padding: 40px 10px 30px 10px;
	font-size: 18px;
	color: #282828;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#waiuWrapper .swiper-slide p{
		font-size: 12px;
		color: #282828;
		text-align: center;
	}
}
#waiuWrapper .swiper-slide:hover{
	cursor: pointer;
}
#waiuWrapper .swiper-slide:hover p{
	color: #d7bd82;
}
#carousel-example-generic .carousel-inner .item{
	height: auto;
}
#carousel-example-generic .carousel-inner .item img{
	width: 100%;
}
#fh5co-testimony .item div:hover{
	cursor: pointer;
}
/* #carousel-example-generic img{
	height: 100%;
	width: 100%;
} */
.navbar-fixed-top .waiu-header-black{
	background: #fff;
}
.waiu-header-black{
	background: #333333;
}
.waiu-nav{
	overflow: hidden;
	/* padding-top: 200px; */
	height: 600px;
	width: 20.333%;
	padding-right:0;
	background: #fff;
}
.waiu-nav-ul{
	display: none;
	float: left;
	width: 49.5%;
	height: 100%;
	padding: 0;
	padding-top: 100px;
	position: relative;
}
.waiu-nav-ul ul li{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.waiu-nav-ul ul li img{
	margin-right: 10px;
}
.waiu-nav-ul2{
	display: none;
	float: left;
	width: 49.5%;
	height: 100%;
	padding-top: 100px;
	position: relative;
}
.waiu-nav-ul2 ul li{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.navbar-collapse{
	padding-left: 0;
}
.waiu-nav-ul-foot{
	border-top:1px  solid #ccc;
}
.waiu-nav-ul-foot li{
	color: #333;
	line-height: 40px;
}
@media screen and (max-width: 768px){
	.waiu-nav{
		/* padding-top: 200px; */
		width: 60%;
	}
	.waiu-nav-ul{
	display: none;
	}
	.fh5co-nav-toggle {
	  right: 5.55%;
	}
	.navbar-header {
    float: left;
	}
}
.waiu-nav-ul-right .navbar-nav{
	margin: 0;
}
.waiu-nav-ul-right{
	box-shadow: 5px 0px 5px -5px #ccc, -5px 0px 5px -5px #ccc;
	width: 100%;
	height: 100%;
	float: right;
}
.waiu-nav-ul-right .navbar-right li:first-child{
	height: 100px;
}
.waiu-nav-ul-right .navbar-right li:first-child:hover{
	background: transparent !important;
}
.navbar-fixed-top .waiu-nav-ul-right{
	max-height: 340px;
}
.navbar-fixed-top .waiu-nav{
		overflow: hidden;
}
.navbar-fixed-top .waiu-nav-ul{
	display: none;
}
.navbar-fixed-top .waiu-nav-ul-foot{
	margin-top: 0px; 
	padding: 0;
}
.navbar-fixed-top .waiu-nav-ul-right .navbar-right li:first-child{
	height: 60px;
}
.waiu-indicators li{
	border-radius: 0;
	border: 3px solid #fff;
	height: 7px;
	width: 60px;
}
.waiu-indicators .active {
		height: 8px;
		width: 60px;
		border: 3px solid #d7bd82;
    background-color: #d7bd82;
}

.waiu-commodity .swiper-slide img{
	object-fit: contain;
	width: 100%;
	height: 380px;
}
.waiu-centre{
	padding: 5% 16.4%;
}
.waiu-title{
	overflow: hidden;
	margin-bottom: 6.25%;
}

.waiu-title .waiu-title-h2{
	font-family: "思源黑体 CN";
	font-size: 30px;
	float: left;
	padding-top: 8px;
	border-top: 4px solid #333;
}
.waiu-title .waiu-title-hot{
	float: right;
}

.waiu-title .waiu-title-hot .hotdown{
	margin-top: -2px;
	margin-right: 5px;
}
.waiu-title .waiu-title-hot{
	padding-top: 20px;
}
.waiu-title .waiu-title-hot .agency{
	position: absolute;
	top: -23px;
	right: 10px;
}
.waiu-title .waiu-title-hot span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-weight:400 ;
	font-size: 16px;
	color: #2b2b2b;
	margin-bottom: 30px;
}
.waiu-title .waiu-title-hot span:hover{
	cursor: pointer;
	color: #d7bd82;
}
.waiu-centre .swiper-button-next{
	text-align: center;
	width: 35px;
	height: 71px;
	background-color: #d7bd82;
	right: 0px;
	background-image:none ;
}
.waiu-centre .swiper-button-prev span,.waiu-centre .swiper-button-next span{
	line-height: 70px;
	font-size: 16px;
	color: #FFFFFF;
}
.waiu-centre .swiper-button-prev{
	text-align: center;
	width: 35px;
	height: 71px;
	background-color: #d7bd82;
	left: 0px;
	background-image:none ;
}
.waiu-aboutUs{
	background: url(../images/gywm.jpg) no-repeat;
	background-size: 100%;
	padding: 100px 0 100px 0;
	text-align: center;
}
@media screen and (max-width: 768px){
	.waiu-commodity{
		padding: 2em 10px;
	}
	.waiu-title .waiu-title-h2{
		display: inline-block;
		float: none;
		font-size: 24px;
		color: #000000;
	}
	.waiu-title .waiu-title-hot{
		width: 100%;
	}
	.waiu-title .waiu-title-hot span{
		padding: 0 20px;
	}
}

.waiu-aboutUs-row{
	padding: 30px 0;
	background: #fff;
	margin: auto;
	width: 560px;
}
.waiu-aboutUs-h2{
		display: inline-block;
	  font-size: 30px;
    padding: 8px 0 5% 0;
		color: #333;
    border-top: 4px solid #333;
}
.waiu-aboutUs-describe{
	padding: 0 3.6%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #282828;
}
@media screen and (max-width: 768px){
	.waiu-aboutUs-row{
		width: 95%;
	}
	.waiu-aboutUs-h2{
		font-size: 24px;
	}
	.waiu-aboutUs-describe{
		font-size: 13px;
	}
}
.waiu-aboutUs-btn-box{
	margin-top: 50px;
	text-align: center;
}
.waiu-aboutUs-btn{
	display: inline-block;
	width: 200px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	background-color: #d7bd82;
	border-radius: 2px;
	box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
.waiu-consult-box{
	overflow: hidden;
}
.waiu-consult-img{
	height: 380px;
	width: 40%;
	float: left;
}
.waiu-consult-img img{
	height: 380px;
	width: 100%;
}
.waiu-consult-content{
	height: 380px;
	padding: 40px 80px;
	width: 60%;
	float: left;
	background-color: #f4f2f5;
	position: relative;
}
.waiu-consult-content .waiu-prev2{
	bottom: 40px;
	top: initial;
	left: 80px;
	height: 45px;
}
.waiu-consult-content .waiu-next2{
	bottom: 40px;
	top: initial;
	left: 120px;
	height: 45px;
}
.waiu-consult-content .waiu-next2 span,.waiu-consult-content .waiu-prev2 span{
	line-height: 45px;
}
.waiu-consult-content p{
	font-size: 23px;
	line-height: 32px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.waiu-consult-content  ul li{
		font-size: 16px;
		color: #999999;
		line-height: 32px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.waiu-consult-content ul li:hover{
	cursor: pointer;
	color: #d7bd82;
}
.waiu-consult-content .waiu-consult-hover:hover p{
	cursor: pointer;
	color: #d7bd82;
}
@media screen and (max-width: 768px){
	.waiu-consult-content p{
		font-size: 18px;
	}
	.waiu-consult-img{
		background-color: #f4f2f5;
		padding:10px;
		height: auto;
		width: 100%;
	}
	.waiu-consult-img img{
		height: auto;
	}
	.waiu-consult-content{
		width: 100%;
		padding: 40px 10px;
	}
	.waiu-consult-content .waiu-prev2{
		left: 10px;
	}
	.waiu-consult-content .waiu-next2{
		left: 50px;
	}
	.waiu-consult-content ul li{
		font-size: 13px;
	}
}
.waiu-consult-content  ul li span{
	margin-left:15px;
}
	
.waiu-consult-content .swiper2{
	height: 150px;
	position: static;
}
.waiu-partner{
	padding: 5% 16.4%;
	text-align: center;
	overflow: hidden;
}
.waiu-partner .waiu-partner-h2{
		display: inline-block;
	  font-size: 30px;
    padding-top: 8px;
    border-top: 4px solid #333;
		margin-bottom: 80px;
}
.waiu-partner .owl-carousel .owl-stage-outer{
	border-bottom: 1px solid #ccc;
}
.waiu-footer-inquire{
	text-align: center;
	padding: 100px 0;
	border-bottom: 1px solid #666;
}
.waiu-footer-inquire p{
		font-size: 15px;
}
.waiu-footer-inquire span{
	margin-right: 5px;
	font-size: 15px;
}
.waiu-footer-btn{
	font-size: 16px;
	color: #333;
	padding: 7px 40px;
  background: #fff;
	border-radius: 5px;
}
.waiu-footer-site,.waiu-footer-records{
	font-size: 16px;
	padding: 40px 16.4%;
	overflow: hidden;
}
.waiu-footer-site-r{
	float: right;	
}
.waiu-footer-site-r img{
		width: 40px;
		height: 40px;
	}
	.waiu-footer-site-r .shopify img{
		width: 80px;
		height: 80px;
	}
.waiu-footer-site-l{
	float: left;
}
.waiu-footer-site-l p span{
	display: inline-block;
	width: 90px;
}
.waiu-footer-records{
	border-top: 1px solid #666;
	color: #666;
}
.waiu-footer-site .waiu-footer-site-r a{
	font-size: 30px;
	padding: 0 5px;
	color: #FFFFFF;
	line-height: 65px;
}
@media screen and (max-width: 768px){
	.waiu-footer-site,.waiu-footer-records{
		text-align: center;
		padding: 40px 5%;
	}
.waiu-footer-site-r{
	float: initial;
}
.waiu-footer-site-l{
	float: initial;
}
.waiu-partner .waiu-partner-h2{
	font-size: 24px;
}
}

/* 新闻中心 */
.waiu-news-nav{
	overflow: hidden;
	overflow-y: hidden !important;
    /* padding-top: 200px; */
    height: 640px;
    width: 20.333%;
    padding-right: 0;
    background: #fff;
}
.a-skip-box li{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
}
.a-skip-box li:hover{
	color: #d7bd82 !important;
}
.waiu-news-content{
	overflow: hidden;
}
.waiu-recommend-l{
	width: 100%;
	padding: 80px 0 0 0;
	text-align: center;
	margin: 0px auto 0 auto;
}
.waiu-recommendImg-r{
	text-align: left;
	width: 50%;
	float: right;
	overflow: hidden;
}
.waiu-recommendImg-r img{
	float: right;
}
.waiu-recommend-l h3{
	color: #333333;
	font-size: 30px;
	padding-top: 8px;
    border-top: 4px solid #333333;
	display: inline-block;
}
.waiu-recommend-l p{
	color: #333333;
}
.waiu-recommend-l a{
	margin-top: 22%;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	width: 200px;
	height: 40px;
	background-color: #d7bd82;
	border-radius: 2px;
}
.waiu-news-list{
	background: #F4F2F5;
	padding: 4% 15%;
}
.waiu-news-list ul li{
	 border-top: 1px solid #ccc;
	 padding-top: 4%;
}
.waiu-news-card{
	margin-bottom: 4%;
	padding: 20px;
	background: #fff;
	overflow: hidden;
}
.waiu-news-card img{
	width: 100%;
}
.waiu-news-card:hover{
	cursor: pointer;
}
.waiu-news-card:hover .waiu-news-card-l p:first-child{
	color: #d7bd82;
}
.waiu-news-list ul li:nth-child(even) .waiu-news-card-l{
	padding: 20px 0px 20px 20px;
	width: 45%;
	float: left;
}
.waiu-news-list ul li:nth-child(even) .waiu-news-card-r{
	width: 55%;
	float: right;
	text-align: right;
}
.waiu-news-list ul li:nth-child(odd) .waiu-news-card-r{
	width: 55%;
	float: left;
}
.waiu-news-list ul li:nth-child(odd) .waiu-news-card-l{
	padding: 20px 0px 20px 20px;
	width: 45%;
	float: right;
}
.waiu-news-card-l p:first-child{
	font-size: 23px;
	color: #333333;
}
.waiu-news-card-l p:nth-child(2){
	font-size: 16px;
	color: #999999;
}
.waiu-news-card-l p:last-child{
	margin-top: 25%;
	font-size: 23px;
	color: #999999;
}
@media screen and (max-width: 768px){
	.waiu-recommend-l{
		padding: 20px;
		text-align: center;
		width: 100%;
		float: initial;
	}
	.waiu-recommend-l a{
		display: none;
	}
	.waiu-recommendImg-r{
		padding: 20px;
		width: 100%;
		float: initial;
	}
	.waiu-recommend-l h3{
		font-size: 24px;
	}
	.waiu-recommend-l p{
		text-align: left;
	}
	.waiu-news-list{
		padding: 20px 20px 40px 20px;
	}
	.waiu-news-list ul li{
		padding-top: 0;
		border-top: none;
	}
	.waiu-news-card{
		margin-bottom: 20px;
	}
	.waiu-news-list ul li:nth-child(odd) .waiu-news-card-l{
		width: 100%;
		float: inherit;
	}
	.waiu-news-list ul li:nth-child(odd) .waiu-news-card-r{
		width: 100%;
		float: inherit;
	}
	.waiu-news-list ul li:nth-child(even) .waiu-news-card-r{
		width: 100%;
		float: inherit;
	}
	.waiu-news-list ul li:nth-child(even) .waiu-news-card-l{
		width: 100%;
		float: inherit;
	}
	.waiu-news-card-l p:first-child{
		margin-top: 20px;
		font-size: 15px;
	}
	.waiu-news-card-l p:nth-child(2){
		font-size: 14px;
	}
	.waiu-news-card-l p:last-child{
		margin-top: 15%;
		font-size: 14px;
	}	
}
/* 新闻详情 */
.waiu-news-explore{
	background: #F4F2F5;
}
.waiu-news-details-box{
	height: 414px;
    background: #242424;
    padding: 5em 0 0 0;
	text-align: center;
    overflow: hidden;
}
.waiu-news-details-box h3{
	margin-top: 5%;
	font-size: 30px;
	color: #fff;
}
.waiu-news-details-box p{
	border-top: 3px solid #fff;
	display: inline-block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
}
.waiu-news-details{
	background: #fff;
	width: 80%;
	margin: 40px auto 0 auto;
	padding: 40px;
	font-size: 16px;
	color: #999999;
}
.waiu-news-details p{
	margin: 20px 0;
}
.waiu-news-details .waiu-news-detailsImg img{
	width: 100%;
}
.waiu-news-details .waiu-news-detailsImg2{
	overflow: hidden;
}
.waiu-news-details .waiu-news-detailsImg2 img:first-child{
	width: 48%;
	float: left;
}
.waiu-news-details .waiu-news-detailsImg2 img:last-child{
	width: 48%;
	float: right;
}
.waiu-news-detailPage{
	width: 80%;
	margin: 20px auto 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.waiu-news-detailPage p{
	font-size: 23px;
	color: #333333;
}
.waiu-news-detailPage span{
	font-size: 17px;
}
.waiu-news-detailPage .hover:hover{
	cursor: pointer;
	color: #d7bd82;
}
.waiu-news-detailPage .waiu-news-up{
	float: left;
	background: #fff;
	padding:80px 80px 0 80px;
	width: 49%;
	height: 250px;
}
.waiu-news-detailPage .waiu-news-down{
	float: right;
	background: #fff;
	padding:80px 80px 0 80px;
	width: 49%;
	height: 250px;
}
.waiu-new-more{
	margin-top: 40px;
	text-align: center;
	padding-top: 40px;
	border-top: 3px solid #ffe8df;
}
.waiu-new-more .waiu-more-icon{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 120px;
	text-align: center;
	font-weight:400;
	width: 120px;
	height: 120px;
	background-color: #d7bd82;
	border-radius: 150%;
}
@media screen and (max-width: 768px){
	.waiu-news-details-box{
		height: 240px;
	}
	.waiu-news-details-box h3{
		font-size: 20px;
		margin-bottom: 4%;
	}
	.waiu-news-details-box span{
		font-size: 14px;
		    padding-top: 15px;
	}
	.waiu-news-details{
		width: 90%;
		padding: 20px 15px;
		font-size: 14px;
	}
	.waiu-news-detailPage{
		width: 90%;
	}
	.waiu-news-detailPage .waiu-news-up{
		width: 100%;
		float: initial;
		padding: 40px 20px 0 20px;
		overflow: hidden;
	}
	.waiu-news-detailPage .waiu-news-down{
		padding: 0;
		float: initial;
		width: 100%;
		padding: 0px 20px 40px 20px;
		overflow: hidden;
	}
	.waiu-news-detailPage p{
		float: left;
		width: 3.5em;
		font-size: 17px;
	}
	.waiu-news-detailPage span{
		line-height: 28px;
		float: left;
		width: 22em;
		font-size: 12px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.waiu-new-more .waiu-more-icon{
		width: 80px;
		line-height: 80px;
		font-size: 14px;
		height: 80px;
	}
}
/* 产品列表 */
.waiu-product-agency{
	height: 280px;
	background-color: #fbf3f3;
	color: #333333;
	line-height: 280px;
	text-align: center;
}
.waiu-product-agency span{
	position: relative;
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	font-weight:400;
}
.waiu-product-agency span:hover{
	color: #d7bd82;
	cursor: pointer;
}
.waiu-product-agency .hotdown{
	margin-right: 10px;
}
.waiu-product-agency span .agency{
	position: absolute;
	top: 105px;
	right: 25px;
}
.waiu-product-agency span:first-child{
	color: #d7bd82;
}
.waiu-product-list{
	background: #fff;
	padding: 0% 16% 10% 16%;
}
.waiu-product-list ul{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.waiu-product-list ul li{
	margin-top: 5%;
	width: 32%;
	float: left;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	margin-right: 1.33%;
}
.waiu-product-list ul li img{
	object-fit: contain;
	width: 100%;
	height: 400px;
}
.waiu-product-list ul li:hover{
	cursor: pointer;
} 
.waiu-product-list ul li:hover p{
	color: #d7bd82;
}
.waiu-product-list ul li p{
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 21px;
	color: #333;
	line-height: 55px;
	margin: 0;
}
.waiu-product-list ul li span{
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #999999;
}
.waiu-more{
	height: 160px;
	background-color: #fbf3f3;
	position: relative;
}
.waiu-more .waiu-more-icon{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 120px;
	text-align: center;
	font-weight:400;
	width: 120px;
	height: 120px;
	background-color: #d7bd82;
	border-radius: 150%;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	cursor: pointer;
}
.waiu-more-icon .glyphicon{
	position: absolute;
	top: 88px;
	left: 43%
}
@media screen and (max-width: 768px){
	.waiu-product-agency{
		height: auto;
		padding-top: 55px;
	}
	.waiu-product-agency span{
		display: block;
		line-height: 20px;
		padding: 20px 20px;
		border-top:1px solid #CCCCCC;
		text-align: left;
	}
	.waiu-product-list{
		padding: 0px 15px 120px 15px;
	}
	.waiu-product-list ul li{
		margin-top: 40px;
		width: 48%;
		margin-right: 4%;
	}
	.waiu-product-list ul li:nth-child(even){
		margin-right: 0;
	}
	.waiu-product-list ul li p{
		font-size: 17px;
		line-height: 40px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;		
	}
	.waiu-product-list ul li span {
		font-size: 12px;
		color: #999999;
	}
	.waiu-product-list ul li{
		padding-bottom: 15px;
	}
	.waiu-more .waiu-more-icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
		top: -40px;
		margin-left: -40px;
	}
	.waiu-more-icon .glyphicon{
		top: 55px;
	}
	.waiu-more{
		background: #d7bd82;
	}
}
.waiu-product-detail{
	padding: 55px 16% 0 16%;
}
.waiu-product-detailsUrl{
	height: 140px;
	line-height: 140px;
	color: #282828;
	font-size: 16px;
}
.waiu-product-detailsUrl a{
	color: #282828;
}
.waiu-product-detailsUrl a:hover{
	color: #d7bd82;
}
.waiu-product-detailsUrl span{
	margin:0 10px 6px 10px;
	border: 1px solid #d7bd82;
	width: 16px;
	display: inline-block;
}
.waiu-product-detailsImg{
	overflow: hidden;
}
.waiu-detailsImg {
	width: 7.51%;
	float: left;
}
.waiu-detailsImg-list{
	height: 440px;
}
.waiu-detailsImg-list .active img{
	border: solid 3px #d7bd82;
}
.waiu-detailsImg-list .swiper-slide{
	/* margin-bottom: 11.5%; */
}
.waiu-detailsImg-list .swiper-slide img{
	width: 100%;
}
.waiu-detailsImg .swiper-button-next{
	position: initial;
	background-image: none;
	width: 100%;
	text-align: center;
	line-height: 35px;
	color: #fff;
	height: 35px;
	background: #dddadb;
	margin-bottom: 0;
}
.waiu-detailsImg-magnify{
	float: left;
	margin-left: 50px;
	width: 36.65%;
	height: 40%;
}
.waiu-detailsImg-magnify img{
	width: 100%;
}
.waiu-detailsImg-sizeBox{
	width: 41.78%;
	float: right;
}
.waiu-detailsImg-title p{
	margin: 0;
	color: #333333;
	font-size: 23px;
}
.waiu-detailsImg-title p:last-child{
	color: #999999;
	font-size:16px;
}
.waiu-detailsImg-money{
	margin: 6% 0;
	color: #999999;
	font-size:18px;
}
.waiu-detailsImg-money span{
	color: #000000;
	font-size: 29px;
	font-weight:400;
}
.waiu-detailsImg-sku-box{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 15px;
	margin: 30px 0;
}
.waiu-detailsImg-sku-list{
	overflow: hidden;
	margin-bottom: 10px;
}
.waiu-detailsImg-sku-right{
	float: left;
}
.waiu-detailsImg-sku-left{
	padding: 4px 0;
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	float: left;
}
.waiu-detailsImg-sku-right span{
	color: #7F7F7F;
	cursor: pointer;
	display: inline-block;
	padding: 4px 6px;
	font-size: 16px;
	border: 1px solid #D8D8D8;
	margin: 0 5px 5px 5px;
}
.waiu-detailsImg-sku-right .active {
	color: #d7bd82;
	border: 1px solid #d7bd82;
}
.waiuProductdetailContent img{
	width: 100%;
}
.waiu-detailsImg-size{
	font-size: 16px;
	overflow: hidden;
}
.waiu-detailsImg-size p{
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;	
}
.waiu-detailsImg-size p strong{
	font-weight:normal;
	color: #333333;
}
.waiu-detailsImg-btn{
	margin-top: 13%;
}
.waiu-detailsImg-btn a{
	display: block;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d7bd82;
	border-radius: 2px;
}
.waiu-detailsImg-introduce{
	margin-top: 40px;
	background-color: #fbf3f3;
	padding: 50px;
	margin-bottom: 40px;
}
.waiu-detailsImg-introduce P{
	font-size: 23px;
	color: #000000;
	line-height: 35px;
}
.waiu-detailsImg-introduce p:last-child{
	color: #666666;
	font-size: 16px;
}
.waiu-detailsImg-videoBox{
	margin-bottom: 50px;
	padding: 150px 0 100px 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.waiu-detailsImg-videoTxt{
	width: 45%;
	float: left;
}
.waiu-detailsImg-videoTxt p{
	padding: 10px 0;
}
.waiu-detailsImg-video{
	width: 50%;
	float: right;
}
.waiu-detailsImg-video .video1{
	width: 100%;
	height: 250px;
}
#mobileClient{
	display: none;
}
@media screen and (max-width: 768px){
	#pcClient{
		display: none;
	}
	#mobileClient{
		display: block;
	}
	.waiu-product-detail{
		 padding: 70px 15px 0 15px;
	}
	.waiu-product-mobile{
		overflow: hidden;
	}
	.waiu-mobile-list{
		display: flex;
		justify-content: space-between;
	}
	.waiu-mobile-list .waiu-mobile-list-box{
		overflow: hidden;
		width: 91.8%;
	}
	.waiu-mobile-list img{
		width: 94%;
		height: 100%;
	}
	.waiu-mobile-list .active img{
		border: solid 3px #d7bd82;
	}
	.waiu-mobile-list .swiper-button-next2{
		width: 8.2%;
		height: 74px;
		margin-right: 0;
		text-align: center;
		color: #fff;
		line-height: 74px;
		background: #dddadb;
		margin-bottom: 0;
	}
	.waiu-mobile-magnify{
		margin-bottom: 15px;
	}
	.waiu-mobile-magnify img{
		width: 100%;
	}
	.waiu-mobile-sizeBox{
		padding-top: 20px;
	}
	.waiu-mobile-title p{
		margin: 0;
		color: #333333;
		font-size: 18px;
	}
	.waiu-mobile-title p:last-child{
		color: #999999;
		font-size:14px;
	}
	.waiu-mobile-money{
		overflow: hidden;
		margin: 6% 0;
		color: #999999;
		font-size:18px;
	}
	.waiu-mobile-money span{
		color: #999999;
		margin: 13px 0 20px 0;
		float: left;
	}
	.waiu-mobile-money span strong{
		color: #000000;
		font-size: 29px;
	}
	.waiu-mobile-size{
		font-size: 14px;
		overflow: hidden;
	}
	.waiu-mobile-size span{
		line-height: 35px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;	
	}
	.waiu-mobile-size span strong{
		font-weight:normal;
		color: #333333;
	}

	.waiu-mobile-btn{
		margin: 20px 0 20px 0;
		float: right;
		display: inline-block;
		color: #fff;
		width: 135px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: #d7bd82;
		border-radius: 2px;
		font-size: 14px;
	}
	.waiu-detailsImg-introduce{
		background-color: #f4f2f5;
		padding: 40px 15px;
	}
	.waiu-detailsImg-introduce P{
		line-height: 25px;
		font-size:18px;
	}
	.waiu-detailsImg-introduce p:last-child{
		font-size: 14px;
	}
	.waiu-detailsImg-videoTxt{
		display: none;
	}
	.waiu-detailsImg-video{
		width: 100%;
	}
		
	.waiu-detailsImg-videoBox{
		padding: 40px 0 40px 0;
		border-bottom:none;
		margin-bottom: 0;
	}
}
/* 关于公司 */
.waiu-about-bg{
	background: #fbfbfb;
    padding: 4% 15%;
}
.waiu-about-box{
	height: 414px;
	line-height: 280px;
	background: url(../images/beijing.jpg) no-repeat;
	background-size: 100%;
}
.waiu-about-h3{
	margin-bottom: 20px;
	font-size: 30px;
}
.waiu-about-p{
	font-size: 20px;
}
.waiu-about-intro{
	margin-bottom: 4%;
	background: #fff;
	overflow: hidden;
}
.waiu-about-intro-l{
	width: 50%;
	float: left;
}
.waiu-about-intro-l img{
	width: 100%;
}
.waiu-about-intro-r{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	width: 50%;
	float: right;
	padding: 50px;
}
.waiu-about-history{
	padding: 4% 15% 4% 15%;
}
.waiu-about-history ul{
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 50px;
}
.waiu-about-history ul li{
	background-color: #f4f2f5;
	padding-top: 40px;
	text-align: center;
	 width: 31%;
	 float: left;
	 font-size: 16px;
	 color: #666666;
	 margin-right: 3.5%;
 }
 .waiu-about-history ul li:last-child{
	  margin-right: 0%;
 }
 .waiu-about-history ul li span{
	 font-size: 47px;
	 color: #0e0605;
	 font-weight: 400;
 }
.waiu-about-history ul li img{
	margin-top: 40px;
	width: 100%;
}
.waiu-about-history ul:nth-child(even){
	border-top:1px solid #ccc;
}
#waiu-about-history-more{
	margin-top: 10%;
	margin-left: 11%;
	width: 120px;
	height: 120px;
	background-color: #f4f2f5;
	border-radius: 150px;
}
#waiu-about-history-more img{
	margin-top: 20px;
	width: 30%;
}
@media screen and (max-width: 1760px){
	.waiu-about-intro-r{
		line-height: 24px;
		padding: 14px 20px;
	}
}
@media screen and (max-width: 1460px){
	.waiu-about-intro-r{
		line-height: 20px;
		padding: 20px;
		font-size: 15px;
	}
}
@media screen and (max-width: 768px){
	.waiu-about-box{
		margin: 0 auto;
		height: 207px;
		line-height: 200px;
	}
	.waiu-about-history{
		padding: 40px 15px;
	}
	.waiu-about-h3{
		text-align: center;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.waiu-about-p{
		font-size: 12px;
	}
	.waiu-about-intro{
		margin-bottom: 0;
	}
	.waiu-about-bg{
		padding: 40px 15px;
	}
	.waiu-about-bg ul{
		background-color: #fff;
		padding: 15px;
	}
	.waiu-about-intro-l{
		width: 100%;
		float: initial;
	}
	.waiu-about-intro-r{
		font-size: 13px;
		width: 100%;
		float: initial;
		padding: 40px 0 0 0;
	}
	.waiu-about-history ul{
		padding: 0;
		margin: 0;
	}
	.waiu-about-history ul li{
		font-size: 13px;
		float: initial;
		width: 100%;
		margin-bottom: 10px;
	}
	.waiu-about-history ul li span{
		font-size: 30px;
	}
	.waiu-about-history ul:nth-child(even){
		border: none;
	}
	#waiu-about-history-more{
		margin: 40px auto 0 auto;
		width: 75px;
		padding: 0;
		height: 75px;
	}
	#waiu-about-history-more img{
		margin-top: 38px;
	}
}

/* 实体店 */
.waiu-store-explore{
	background: #f4f2f5;
	padding-bottom: 80px;
}
.waiu-store-box{
	height: 414px;
	background-image:url(../images/beijing.jpg);
 background-position: center; /* 定位到图片中心 */  
  background-repeat: no-repeat; /* 不重复背景图片 */  
  background-size: cover;
	text-align: center;
	overflow: hidden;
}
.waiu-store-title{
	padding-top: 10px;
	border-top: 3px solid #333333;
	display: inline-block;
	margin-top: 11%;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.waiu-store-details {
    background: #fff;
    width: 80%;
    margin: 40px auto 0px auto;
    padding: 40px 40px 20px 40px;
    font-size: 16px;
    color: #999999;
}
.waiu-store-details-text{
	font-size: 23px;
	color: #333333;
	line-height: 40px;
}
.waiu-store-detailsImg{
	margin: 0;
	padding: 0;
}
.waiu-store-detailsImg img{
	margin-bottom: 50px;
	width: 100% !important;
}
@media screen and (max-width: 768px){
	.waiu-store-title{
		margin-top: 25%;
		font-size: 24px;
		font-weight: 400;
	}
	.waiu-store-box{
		background:url(../images/beijing.jpg) no-repeat center top;
		background-size: 100%;
		height: 207px;
		background-position:center; 
	}
	.waiu-store-details{
		width: auto;
		padding: 15px 15px 20px 15px;
		margin: 40px 15px 0px 15px;
	}
	.waiu-store-details-text{
		font-size: 15px;
	}
	.waiu-store-details{
		font-size: 12px;
	}
	.waiu-store-detailsImg img{
		margin-bottom: 15px;
	}
	.waiu-store-explore{
		padding-bottom: 40px;
	}
}

/* 门店地址*/
.waiu-location li{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #CCCCCC;
}
.waiu-location li:hover{
	cursor: pointer;
}
.waiu-location li:last-child{
	border-bottom:none;
}
.waiu-location-l{
	float: left;
}
.waiu-location-r{
	margin-top: 35px;
	float: right;
}
.waiu-location-tltle{
	color: #333333;
	font-size: 23px;
	line-height: 35px;
}
.waiu-location-icon{
	cursor: pointer;
}
.waiu-location-icon:hover{
	color: #d7bd82;
}
.waiu-location-icon:hover .glyphicon{
	color: #d7bd82;
}
.waiu-location-icon .glyphicon{
	color: #333;
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.waiu-location-l{
		float: none;
	}
	.waiu-location-r{
		margin-top: 0px;
		float: none;
	}
	.waiu-location-tltle{
		font-size: 15px;
	}
}
.waiu-wx-gzh{
	margin-top: 50%;
	text-align: center;
}
.waiu-wx-gzh img{
	width: 70%;
}

#aboutUsTitle{
	margin-bottom: 20px;
}

.waiu-about-us-box{
	padding: 40px 50px;
	width: 76vw;
	height: auto;
	margin: -100px  auto 0 auto;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .waiu-about-us-box  {
    padding: 20px 30px;
	margin: -30px auto 0 auto;
	font-size: 12px;
  }
}
