body {  background: #FC6;  color: #444;  font-family:Arial,Open Sans,sans-serif;  /*monospace,background: url("../images/main_bg.jpg") repeat-y;*/  padding: 0px;}
a {  color: #996600;/*596bf3 ff9900*/  transition: 0.5s;}
a img{width: 100%;}
a:hover, a:active, a:focus {  color: #ff9900;  outline: none;  text-decoration: none;}
p {  padding: 0;  margin: 0 0 30px 0;}
h1, h2, h3, h4, h5, h6 {  /*font-family: "Arial", sans-serif;Montserrat*/  font-weight: 400;  margin: 0 0 10px 0;  padding: 0;}

.a_xq a{  color: #996600;/*596bf3 ff9900*/  transition: 0.5s;}
.a_xq a:hover, a:active, a:focus {  color: #ff9900;  outline: none;  text-decoration: none;}
.f_l{ float:left;}
.f_r{ float:right;}
.bg_bai{ background:#FFF;}
.m_l_20{ margin-left:20px;}
.m_l_50{ margin-left:50px;}
.m_l_100{ margin-left:100px;}
.m_b_20{ margin-bottom:20px;}
.p_b_20{ padding-bottom:20px;}
.w_b25{ width:24.9%}
.w_b33{ width:33.3%}
.w_b50{ width:49.9%}
.ds_none{ display:none;}
.clear{ clear:both;}
.text_a_c,.section-header .text_a_c{ text-align:center;}
.text_a_l,#services p.text_a_l{ text-align:left;}
.text_a_r,#services p.text_a_r{ text-align:right;}
.bg_bai{ background:#FFF;}
.w_100{ width:100%;}




/* Back to top button 49a3ff */
.back-to-top {
  position: fixed;
  display: none;
  background: #ff9900;
  color: #996600;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #ff9900;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ff9900;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  background: #071e33;
}

#topbar .contact-info a {
  line-height: 1;
  color: #acacac;
}

#topbar .contact-info a:hover {
  color: #596bf3;
}

#topbar .contact-info i {
  color: #596bf3;
  padding: 4px 4px 0 0;
}
.contact-info.float-left {
    color: #acacac;
}
#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e947;
}

#topbar .social-links a {
  color: #596bf3;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e924;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
} 
.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
	top:0px;
  padding: 0px 0;     
	    background: transparent;
}
#header #logo h1 {
  font-size: 28px;
  margin: 0px 0 0 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}
.is-sticky #header #logo h1 a{
  color: #2196F3;
}
#header #logo h1 a span {
  color: #ff9900;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.is-sticky #header {
    /*background: #ff9900;*/
	background: url(../images/mobile_logo_bg2.jpg) no-repeat;
    padding: 0px 0;
    /*box-shadow: 1px 1px 1px #ff9900;*/
}
.is-sticky header .nav-menu a, .is-sticky header .nav-menu a:hover{
	color: #996600;
}
.is-sticky header .nav-menu li.menu-active a{
  color: #996600 !important;
}
@media (max-width: 768px) {
  #header {
    padding: 0px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    /*max-height: 90px;*/
  }


#header .logo_bg {
    width: 100%;
    position: relative;
    /*background: url(../images/mobile_logo_bg.png) center bottom no-repeat;*/
    background-size: cover;
    padding: 0px 0 10px 0;
	top:0px;
	max-width: 100%;
	height: 100px;
}
#header .logo_bg .logoa{ margin:0px 0px 0px 0px; display:block; height:100%;}
}
@media (min-width: 768px) {

#header .logo_bg {
    width: 100%;
    position: relative;
    /*background: url(../images/mobile_logo_bg.png) center bottom no-repeat;*/
    background-size: cover;
    padding: 0px 0 10px 0;
	top:0px;
	max-width: 100%;
	height:auto;
	z-index:1;
}
#header .logo_bg .logoa{ margin:0px 0px 0px 0px; display:block; height:100%;}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    position: relative;
    background: url(../img/intro-carousel/banner-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 20px 0 10px 0;
	top:0px;
}
#hero .hero-banner {
    width: 50%;
    float: right;
}
#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 14%;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

#hero .hero-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 29px;
  text-align: left;
} 
#hero .hero-content h2 span {
  color: #fff;
  text-align: right;
  font-size: 66px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 22px;
    background: #ffffff00;
    padding: 15px;
  }
}

#hero .hero-content .btn-banner, #hero .hero-content .btn-projects, #services .btn-banner , #orderbuy .btn-banner {
  font-family: /*"Raleway",*/ sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0px 20px 10px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 0;
  color: #fff;
}

#hero .hero-content .btn-banner, #services .btn-banner, #orderbuy .btn-banner {
  background: #ff9900;
  border: 2px solid #ff9900;
  border-radius: 30px; margin:5px 5px;
  padding: 0.5rem 2rem;
	margin: 0;
	font-size: 2rem;
}
#orderbuy .btn-banner p{ padding:0.5rem 2rem; margin:0; font-size:2rem;}
#hero .hero-content .btn-banner:hover, #services .btn-banner:hover, #orderbuy .btn-banner:hover {
  background: none;
  color: #ff9900;
}

#hero .hero-content .btn-projects {
  background: #596bf3;
  border: 2px solid #596bf3;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #596bf3;
}

#hero #hero-carousel {
  z-index: 8;
}

#hero #hero-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero #hero-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right; 
   margin:0 120px 0 0;
  z-index:999;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 15px 8px;
  text-decoration: none;
  display: inline-block;
  color: #996600;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #996600;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #f7e7c6;
  opacity: 0.8;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #996600;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #996600;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #ff9900;/*07cc91;*/
  font-size:larger;
  margin:10px 10px 5px 10px
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
	position: fixed;
	background: #ffeaba;
	color: #996600;
	padding: 0px;
	font-size: 16px;
	border-radius: 2px;
	right: 1px;
	
	transition: background 0.5s;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  background: #333;/*596bf3*/
  opacity: 0.8;
  color:#ff9900;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;border-top: 1px solid rgba(255, 255, 255, .03);
}

#mobile-nav ul li a {
  color: #ff9900;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ffcc00;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #ff9900;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffcc00;
}

#mobile-nav ul .menu-item-active {
  color: #ff9900;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 13, 13, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*-------------------------------------------------
Inner Banner 278bf2  opacity: 0.8;
---------------------------------------------------*/
@media (max-width: 768px) {/*窄屏*/
#innerBanner{
	padding: 168px 0 20px;
	text-align:center;
	background-color: rgba(255, 0, 0, 0.1);
	
}
#innerBanner h2{
	color:#996600;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	margin:10px 0 5px 0;
}
#innerBanner h2 span{
	color: #996600;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.svgImg{
	
}
.svgImg img{
	width:90%;
}
}
@media (min-width: 768px) {/*pc*/
#innerBanner{
	padding: 368px 0 20px;
	text-align:center;
	background-color: rgba(255, 0, 0, 0.1);
	
}
#innerBanner h2{
	color:#996600;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	margin:10px 0 5px 0;
}
#innerBanner h2 span{
	color: #996600;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.svgImg{
	
}
.svgImg img{
	width:90%;
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

#about .container{}
.section-header {
  margin-bottom: 10px; 
}
.section-header span {
	display:block;
  font-size: 32px;
  color: #071e33;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  /* display: inline-block; */
  text-align: center;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 62px;
  height: 3px;
  bottom: 0;
  left: 0;
  border-top: #596bf3 solid 0px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {/*移动端*/

.section-header h2 {
  font-size: 32px;
  color: #071e33;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  /* display: inline-block; */
  text-align: center;
}

.section-header .aboutfont1{font-size: 28px; }
.section-header h3 {
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  /* display: inline-block; */
  text-align: center;
}

}

/* About Section
--------------------------------*/
#about {
  padding: 20px 5px 10px 5px; margin:5px 15px 0 15px;background:#FC6; 
}
@media (min-width: 768px) {/*pc版*/

#hygl {
  padding: 20px 0 10px 0;
  margin:0px 15px 10px 15px;
}
.section-header h2 {
  font-size: 52px;
  color: #071e33;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  /* display: inline-block; */
  text-align: center;
}
.section-header h2 b {
  padding: 0 0px 0 0px;
  margin: 0;
  text-align:left;/*center*/
  color: #333;
}
.section-header h3 {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  /* display: inline-block; */
  text-align: center;
}
.section-header h3 a.taben { float:right; display:inline-block;font-size:12px;margin: 1.2rem 0 0 0.2rem;position: absolute;}
.section-header h3 b {
  padding: 0 20px 0 20px;
  margin: 0;
  text-align:left;/*center*/
  color: #333;
}
#about {
  padding: 20px 0 10px 0;
  margin:20px 15px 10px 15px;
}
}
#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
.section-header h3 a.taben { line-height:20px; height:20px; float:right; display:inline-block;font-size:12px;position: absolute;}
#about .content p {
  line-height: 26px;margin: 0 0 0px 0;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #596bf3;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 20px 0 0 0;
}

#services .box {
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
  transition: 0.4s;
  border: 1px solid #dedede;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}
#services .box .icon img {
  width: 96%;
  text-align: center;

}

#services .box .icon i {
  color: #444;
  font-size: 44px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 0px;
}

#services .box .icon i:before {
  background: #278bf2;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0;
}

#services .box h4 a {
  color: #444;
}

#services .box .description { display:block; clear:both; text-align:left; margin:20px 0 0 0; padding:0px 0 0 0;}

#services .box p {
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
  display: block;
  margin: 0;
  padding: 5px 0;
}
#services .description  p{ text-align:left;}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align:center;
  }
  #services .box .title {
    margin-left: 0;
    text-align:center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
	margin:0 15px;
  padding: 30px 0;
  background: #FC6;
}

#clients img {
  max-width: 100%;
  opacity: 0.9;
  transition: 0.3s;
  padding: 5px 0;
}

#clients img:hover {
  opacity: 1;
}
#clients span{
	max-width: 100%;
  opacity: 0.9;
  transition: 0.3s;
  padding: 5px 0;display: block; text-align:center；
} 
#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff9900;
}

#clients .owl-dot.active {
  background-color: #996600;/*596bf3*/
}

/* Our Portfolio Section 
--------------------------------*/
#portfolio {
  padding: 90px 50px;
  color: #ffffff9c;
  background: #fff;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  background: #00000085;
  border: 1px solid #fff;
  padding: 25px;
  /* background: linear-gradient(45deg, #596bf357 0%, #405ece91 100%); */
}
#portfolio .portfolio-item h2{
  opacity:0;
}
#portfolio .portfolio-item:hover h2{
opacity:1;
}
#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 10px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 0 10px;
  margin: 10px 15px;
  text-align: center;
  min-height: 250px;
  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 10px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  background: #ffffff;
  width: 100%;
  border: 1px solid #ff9900;
  border-radius: 15px 15px 0 15px;
  padding: 22px 15px;
  font-size: 15px;
  color: #686868;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ff9900;
}
.map{
	
margin: 80px auto 40px;
}
p.help-block,
p.help-block ul{
    float: left; 
    margin: 0;
    padding: 0;
}
p.help-block li {
    float: left; 
    margin: 10px 0 0 0;
    padding: 0;
    list-style:none;
    color:red;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #278bf2;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #ffffff;
  border: 3px solid #ffffff;
  color: #00a3d1;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
  border:solid 1px #F90; height:200px;  line-height:200px;border-radius: 10px;
}

#team .member .pic a img {
	width:auto;
  /*max-width: 100%;*/
  max-width:100%;
  max-height: 100%;
  padding: 20px 10px 20px 10px;
}
#team .member .details {
  background: #fff;
  color: #071e33;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
}
#team .member h4 a{ display:block;}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;display:inline-block; width:100%; padding:5px 0px; background:#FCE2CD; border: solid 1px #F90;border-radius: 10px;
}
#team .member span {
  /*font-style: italic;*/
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}
#team .member .social a {
  color: #ff9900;
  margin: 2px 6px;
  border: 1px solid #ff9900;
  width: 42px;
  display: inline-block;
  /* opacity: .4; */
  padding: 4px;
}
#team .member .social a:hover{
  color: #081e5b;
  margin: 2px 6px;
  border: 1px solid #081e5b;
  opacity: 1;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #ff9900;
  float: left;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
  margin-left: 27px;
  font-size: 14px;
}

#contact .contact-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c4450;
  float: left;
  margin: 8px 15px;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #596bf3;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
  #hero .hero-content { 
    left: 5%;
	}
}

#contact .form #sendmessage {
  color: #596bf3;
  border: 1px solid #596bf3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ff9900;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #0299c4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffcc66;/*071e33*/
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #333;
  background: url("../images/main_bg.jpg") repeat-y;
line-height: 30px;
text-align: center;
margin-top: 15px;

}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #333;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 8px;
}

#footer .credits a {
  color: #278bf2;
}
.owl-carousel .owl-item img {
    display: block;
    width:auto;
    height: 170px;
    margin: 0 auto;
}
#testimonials .owl-carousel .owl-item img {
    display: block;
    width:auto;
    height: 500px;
    margin: 0 auto;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


/*顾客反馈*/
#services .gkfkbox{}
#services .gkfk{ padding:15px 15px 15px 15px; background:#333;border-radius:10px;border: 1px solid #333;}
#services .ti-profile-img{ float:left; width:20%;}
#services .ti-profile-img img{ width:50px; height:auto;}
#services .ti-profile-details{ float:left; width:60%; padding:0px 0px 0px 10px;}
#services .ti-profile-details .ti-name{ font-size:15px; color:#fff;}
#services .ti-profile-details .ti-date{ font-size:13px; color:#999; width:60%; height:25px; line-height:25px; display:block; overflow:hidden;}
#services .ti-profile-ly{ float:right; text-align:right; width:10%;}
#services .ti-profile-ly .ti-platform-icon{ width:20px; height:auto;}
#services .ti-stars{ display:block; width:50%; clear:both; margin:5px auto; text-align:center;}
#services .ti-review-content{ font-size:15px; color:#fff;}

/*开运商城*/
#shops {
  background: #fff;
  padding: 60px 0 0 0;
}
#shops .member {
  text-align: center;
  margin-bottom: 20px;
}
#shops .member .pic a img {
	width:auto;
  /*max-width: 100%;*/
  max-width:100%;
  max-height: 100%;
  padding: 20px 10px 20px 10px;
}

#shops .typelist b{ display:inline-block; width:6.4rem; margin:5px 0px; padding:5px 0px; background:#FCE2CD; border: solid 1px #F90;border-radius: 10px;}
#shops .typelist b a{ display:block;}
#shops .member .pic {
  overflow: hidden;
  text-align: center;
  border: solid 1px #F90;
  height: 200px;
  line-height: 200px;border-radius: 10px;}
#shops .member .details {
  background: #fff;
  color: #071e33;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
}
#shops .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#shops .member span {
  /*font-style: italic;*/
  display: block;
  font-size: 13px;
}

#shops .member .social {
  margin-top: 5px;
  padding: 6px;
  text-align: center;
}

#shops .member .social a {
  color: #ff9900;
  margin: 2px 6px;
  border: 1px solid #ff9900;
  width: 42px;
  display: inline-block;
  /* opacity: .4; */
  padding: 4px;
}
#shops .member .social a:hover{
  color: #081e5b;
  margin: 2px 6px;
  border: 1px solid #081e5b;
  opacity: 1;
}
#shops .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (min-width: 769px) {
#shops .pagelist{ text-align:center; width:70%; line-height:1rem; margin:5px 10px 20px 300px; padding:5px 10px;}
}
#shops .pagelist span{ background:#CCC; margin:5px 5px;padding:5px 10px;}
#shops .pagelist a{ background:#FC9; margin:5px 5px;padding:5px 10px;}

#orderbuy .container p{ padding:0; margin:0;}

.shopleft{ width:20%;}
.shopright{ width:80%;}

@media (max-width: 576px) {
  .pagination li {
    float: none; /* 在小屏幕设备上使分页项垂直排列 */
	  clear:both;
  }
.pagegy{ display:block; width:100%; float:none;}
#shops .pagelist{ text-align:center; width:100%; line-height:1rem; margin:5px 10px 20px 10px; padding:5px 10px;}
}
.pay_box{ padding-left:50px; text-align:center;}
.pay_box img{ border:solid 1px #CCCCCC;}
.tit{ font-weight:bold;}
/*购物车*/
.cart_add_jian{ width:2rem; font-size:26px; font-weight:bold; padding:0 1rem;}
.cart_add_jia{ width:2rem; font-size:24px; font-weight:bold; padding:0 1rem;}
#orderbuy .listbox {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;}
#orderbuy .listbox td{  height:3rem;vertical-align:auto;padding: .75rem;}
#orderbuy .zongji{ font-size:1rem; font-weight:bold;}
#orderbuy .zongji #zongji{ font-size:2rem; color:#ff9900; font-weight:bold;}


#hygl .ps-list{ display:none;}

#tugundong {            /*height: 100vh;*/            display: flex;            /*TODO:默认弹性盒里内容横向摆放*/            justify-content: center;            /*TODO:竖直方向上的对齐方式，flex容器里函数才生效*/            align-items: center;            /*TODO:水平方向上的对齐方式，flex容器里函数才生效*/        }
        #con {            position: relative;            width: 1500px;            height: 200px;            overflow: hidden;        }
        #con ul { list-style-type: none;            width: 1540px;            height: 166.3px;            position: relative;            left: 0;        }
        /* TODO:列表无圆点 */
        #con li {            /*width: 200px;*/			height:200px;            float: left;            /*TODO:元素只能左右浮动，没有上下浮动*/            padding-right: 5px;        }

        /* TODO:设计浮动，使图片从左往右排列 */
     /*   * {            margin: 0;            padding: 0;        }*/
        #bu { z-index:888;
            width: 100%;            position: absolute;            bottom: 20px;            /* TODO:让button水平居中 */
            left: 50%;            transform: translateX(-50%);            /* TODO:往左退自身宽度的一半 */        }
		#bu1{ top:45%; left:0;}
		#bu2{ top:45%; right:0;}
        .bu {  position: absolute;height: 35px;width: 30px;margin: 0 0px;background: rgba(0, 0, 0, 0.5); border-radius: 4px 0 0 4px; text-align:center;}
		.bu_r{
    border-right: 0;
    position: absolute;
    top: 20%;
    cursor: pointer;
		width:0px;
  height:0px;
  line-height:0px;             /*解决ie出现梯形问题*/
  border-left:10px solid  #efefef;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;

	}
	.bu_l{
    border-right: 0;
    position: absolute;
    top: 20%;
    cursor: pointer;
		width:0px;
  height:0px;
  line-height:0px;             /*解决ie出现梯形问题*/
  border-right:10px solid  #efefef;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  left:9;
	}

 #con li img {            /*width: 300px;*/			height:200px;        }


#logo{ z-index:999;}
#main{ z-index:988;}

/*paipan*/
@media (min-width: 769px) {
#paipan{padding: 20px 0 10px 0;margin: 235px 15px 10px 15px;}
}
@media (max-width: 576px) {
#paipan{padding: 20px 0 10px 0;margin: 55px 15px 10px 15px;}
}
/*mod_box_t1*/
.mod_box_t1{position:relative;margin-bottom:10px;border:1px solid #d0ad9a;background-color:#fffcf5;*zoom:1; z-index:5;}
.mod_box_t1 .flag_tl_t1,.mod_box_t1 .flag_tr_t1,.mod_box_t1 .flag_bl_t1,.mod_box_t1 .flag_br_t1{position:absolute;width:40px;height:40px;overflow:hidden;background:url(..//images/common.png) no-repeat;z-index:2;}
.mod_box_t1 .flag_tl_t1{top:4px;left:3px;background-position:0 -27px;}
.mod_box_t1 .flag_tr_t1{top:4px;right:3px;background-position:-45px -27px;}
.mod_box_t1 .flag_bl_t1{bottom:4px;left:3px;background-position:0 -72px;}
.mod_box_t1 .flag_br_t1{bottom:4px;right:3px;background-position:-45px -72px;}
.mod_box_t1 .hd{/*position:relative;*/margin:0 14px 9px;/*height:54px;*/border-bottom:1px dashed #f2d2b5;/*overflow:hidden;*/z-index:2;}
.mod_box_t1 .hd h1{font-size: 2.0rem;}

.mod_box_t1 .bd{/*position:relative;*/z-index:3;padding:0 28px 45px;font-size:14px;}
/*paipan mod_box_t3*/
.mod_box_t3{/*position:relative;*/border:1px solid #d0ad9a;background-color:#fdf5e6;*zoom:1;}
.mod_box_t3 .flag_tl_t3,.mod_box_t3 .flag_tr_t3,.mod_box_t3 .flag_bl_t3,.mod_box_t3 .flag_br_t3{/*position:absolute;*/width:22px;height:22px;overflow:hidden;background:url(../images/common.png) no-repeat;}
.mod_box_t3 .flag_tl_t3{left:5px;top:4px;}
.mod_box_t3 .flag_tr_t3{right:5px;top:4px;background-position:-22px 0;}
.mod_box_t3 .flag_bl_t3{bottom:4px;left:5px;background-position:-44px 0;}
.mod_box_t3 .flag_br_t3{bottom:4px;right:5px;background-position:-66px 0;}
@media (min-width: 769px) {
.mod_box_t3 .box_con{padding:15px 28px 15px 200px;*zoom:1;}
}
@media (max-width: 576px) {
.mod_box_t3 .box_con{padding:15px 28px 15px 10px;*zoom:1;}
}
/*form element*/
.select{color:#3e4144;font-size:14px;vertical-align:middle;}
.ipt_radio{width:13px;height:13px;overflow:hidden;margin:-3px 5px 0 0;vertical-align:middle;}
.ipt_text{padding:1px 0 1px 5px;width:78px;height:26px;line-height:26px;border:1px solid #d0ad9a;vertical-align:middle;background-color:#ffffff;font-size:14px;font-family:"\5b8b\4f53"; color:#666;}
.select{color: #3e4144;    font-size: 14px;    height: 26px;    vertical-align: middle;    border: 1px solid #d0ad9a;}
/*mod_btn*/
.btn_brown,.btn_brown_1,.btn_orange,.btn_orange2,.btn_orange_1{display:inline-block;vertical-align:middle;text-align:center;background:url(../images/common.png) no-repeat;cursor:pointer;border:0 none;font-size:12px;}
.btn_brown{width:68px;height:23px;line-height:23px;color:#813d20;background-position:0 -117px;}
.btn_brown:hover{background-position:0 -145px;color:#ffffff;text-decoration:none;}
.btn_brown_1{width:58px;height:23px;line-height:23px;color:#813d20;background-position:-90px -88px;}
.btn_brown_1:hover,.btn_brown_1_hover{background-position:-90px -117px;}
.btn_orange,.btn_orange2{width:123px;height:37px;line-height:37px;background-position:0 -443px;color:#ffffff;font-size:14px;font-weight:bold;}
/*.btn_orange2{width:56px; height:20px; line-height:17px; text-align:center; /*font-size:12px; background-color:#f2f2f2; border:1px solid #f2f2f2; cursor:pointer;}*/
.btn_orange_1{width:85px;height:27px;text-align:center;line-height:27px;background-position:0 -527px;color:#ffffff;}
.btn_orange:hover,.btn_orange_hover{background-position:0 -485px;}
.btn_orange_1:hover{color:#ffffff;text-decoration:none;background-position:0 -559px;}
/*mod_form*/
.mod_form{margin-top:5px;margin-left:14px;}
.mod_form .form_item{margin-bottom:5px;line-height:22px;}
.mod_form .btn_item{padding:5px 0 0 50px;}
.mm32050{padding-top:5px;line-height:22px; text-align:center;}

.fn_part .help_area .help_tit i{float:left;margin:0 7px 0 0;width:12px;height:16px;vertical-align:middle;background:url(../images/common.png) no-repeat -118px -145px;}
