/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  font: 13px/1.6 tahoma,arial,sans-serif;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
  color: #003366;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #003366;
  color: #fff;
  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: #003366;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #D0AF55;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #F1F2F6;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #003366;
}

#topbar .contact-info i {
  color: #003366;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #006699;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  background: #3399CC;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #D0AF55;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #003366;
}



#header #logo img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#header #logo h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #fff;
}

@media (max-width: 768px) {
  #header {
    padding: 10px 0;
    height: 50px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
  #header #logo {
    display: block !important;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.carousel-inner img {
  width: 100%;
  height: 100%;
}
  
#intro {
  width: 100%;
  background: #000;
  position: relative;
}

#intro .intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #D0AF55;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #003366;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 25px;
  }
  #intro .intro-wrapper{
	  display:none;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #D0AF55;
  border: 2px solid #D0AF55;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #D0AF55;
}

#intro .intro-content .btn-projects {
  background: #003366;
  border: 2px solid #003366;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #003366;
}

#intro #intro-carousel {
  z-index: 8;
}

/* #intro #intro-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;
} */

#intro #intro-carousel .item {
  width: 100%;
  height: 420px;
  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: 30px;
}

.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 {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  outline: none;
}
.nav-menu a.nav-menu-a{
  line-height: 50px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  background: #003366;
}

.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: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

/*  */
.nav-menu ul li:hover > a {
  background: #003366;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  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: #fff;
}

#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: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #003366;
}

#mobile-nav ul .menu-item-active {
  color: #003366;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 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;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #D0AF55;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #003366;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 30px 0 0;
}


.about-img img {
  margin-left: -15px;
  max-width: 100%;
  display: block;
}

.about-btn-a {
    display: inline-block;
    background: #50d8af;
    color: #fff;
    padding: 10px 80px;
    font-size: 15px;
    border-radius: 50px;
	margin:30px 0;
}

@media (max-width: 768px) {
  .about-img {
    height: auto;
  }
  .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

.content h2 {
  color: #D0AF55;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

.content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

.content i {
  font-size: 20px;
  padding-right: 4px;
  color: #003366;
}

.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {

}

/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#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 {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #D0AF55;
  background: linear-gradient(45deg, #003366 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  min-height:
}

@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;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#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: #ddd;
}

#clients .owl-dot.active {
  background-color: #003366;
}

/* product Section
--------------------------------*/
#product {
  background: #fff;
}
#product .product-item {
  overflow: hidden;
  background: #fff;
  padding: 15px 45px 45px;
}
#product .product-item .product-img{
	display: block;
	width: 100%;
}
#product .product-item .product-desc{
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}
#product .product-item .product-label{
}
#product .product-item .product-label > label{
	border:1px solid #ccc;
	padding:5px 10px;
}
#product .product-item  .product-btn{
	margin-top: 30px;
}
#product .product-item  .product-btn-a{
	display:inline-block;
	background: #003366;
	color: #fff;
	padding:10px 50px;
	font-size: 15px;
	border-radius: 50px;
}

/* Case Section
--------------------------------*/
#case {
  background: #fff;
  padding: 30px 0;
}

#case .case-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;
}

#case .case-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#case .case-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#case .case-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#case .case-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#case .case-item:hover .case-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#case .case-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 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;
}

#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: #003366;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #000000;
  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: #003366;
  border: 3px solid #003366;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  border: 1px #ddd solid;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
    color: #333;
    padding: 3px;
	text-align: center;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  height: 42px;
}

#team .member span {
  display: block;
  font-size: 13px;
  min-height: 180px;
  padding-top: 8px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #003366;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #003366;
}

#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: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #003366;
  border: 1px solid #003366;
  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: #003366;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* margin-top: 30px; */
  background: #003366;
  padding: 0 0 30px 0;
  font-size: 14px;
  color:#fff;
}

#footer .footer-box{
	padding-top: 30px;
}
#footer .footer-box .footer-logo-img{
	display: block;
	width: 50%;
	min-width: 120px;
	margin-left: 50px;
}
#footer .footer-box .footer-logo-txt{
	text-align:justify;
	line-height:1.1;
	font-size:12px;
}
.footer-logo-txt .footer-logo-txt-phone{
	position:relative;
	width:100%;
	text-align-last:justify;
	font-size:38px;
}
.footer-logo-txt-phone::before{
	height:1px;
	background:#fff;
	content:'';
    width: 50px;
	position: absolute;         /*定位背景横线的位置*/
	top: 30px;
	left:-50px;
	transform: rotate(90deg);
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
}

.footer-list{
	padding-left:10px;
}
.footer-list h2{
	font-size:16px;
	padding:0;
	margin-bottom:8px;
	font-weight:bold;
}
.footer-list ul, .footer-list ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 13px;
}
.footer-list ul, .footer-list ul li a{
	color:#fff;
}
.footer-list ul li a:hover{
	color:#D0AF55;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #D0AF55;
}


/*new*/
.intro-wrapper{
	position: absolute;
    width: 100%;
    bottom: 0;
	left:0;
	background:#000;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
.main-page-data-wrapper{
    width: 80%;
	margin:0 auto;
	transition: all 1000ms;
}
.main-page-data-text-layer {
    width: 100%;
}
.main-page-data-text-layer table {
    width: 100%;
}
.brand-feature-list {
    position: relative;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all 1000ms;
}
.brand-feature-list strong {
    font-size: 25px;
    margin-right: 5%;
    font-weight: normal;
}
.brand-feature-list sup {
    font-size: 16px;
}
.brand-feature-list p {
    font-size: 16px;
}
.main-page-data-text-layer td {
    width: 20%;
}
.main-page-data-text-layer .inline-box {
    width: 158px;
    color: #fff;
    text-align: left;
	padding:8px 0 15px;
}
.inline-box {
    position: relative;
    display: block;
    white-space: nowrap;
}

.main-video-box{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-video-box video {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    vertical-align: baseline;
}

#footer-block .icon{
	float: left;
}
#footer-block .box{
	padding: 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    transition: 0.4s;
}
#footer-block .box .icon i {
    color: #fd7e14;
    font-size: 50px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}
#footer-block .title{
	margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
#footer-block .description{
	font-size: 14px;
    margin-left: 80px;
    margin-bottom: 0;
    line-height: 24px;
}

.wechat-qrcode{
	width:120px;
	margin:0 auto;
	height:auto;
	display:block;
}

/*panel*/
.panel {
	width: 100%;
	margin-top: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}

.goods-info{
	display: block;
	overflow: hidden;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px rgba(73, 78, 92, 0.3);
    background: #fff;
}
.goods-info .goods-img{
	display: block;
	width: 100%;
}
.goods-info .goods-desc{
	margin-top: 10px;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.goods-info .goods-desc .goods-title{
	font-size: 13px;
}
.goods-info .goods-desc .goods-txt{
	color: #999;
}

.article-menu{
}
.article-menu dt{
	font-size: 16px;
	padding: 8px 0;
}
.article-menu dt a{
	color: #555;
	font-weight: 700;
    font-size: 16px;
}
.article-menu dd{
}
.article-menu dd .nav-link{
	padding-left: 25px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

/**/
.cat-block{
}
.cat-block .cat-block-title{
    height: 100px;
    background: #004c94;
    border-bottom: 1px solid #fff;
	color: #fff;
}
.cat-block-title i{
	position: absolute;
	font-size: 40px;
	top: 35px;
    left: 45px;
}
.cat-title-cn{
	padding-left: 85px;
    padding-top: 28px;
    font-size: 20px;
}
.cat-title-en{
	padding-left: 85px;
    padding-top: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.cat-block  .cat-block-list{
}
.cat-block  ul, .cat-block  ul li{
	margin: 0;
    padding: 0;
    list-style: none;
}
.cat-block  ul li{
    line-height: 63px;
    background: #ddd;
    font-size: 12px;
    color: #222;
    height: 63px;
    border-bottom: 1px solid #fff;
}
.cat-block  .cat-block-list .cat-block-item{
	font-size: 15px;
    color: #222;
    display: block;
    padding-left: 25px;
    height: 62px;
}
.cat-block  .cat-block-list .cat-block-item:hover{
	color: #0291e8;
}

/* PAGINATIN */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

/*aricle*/
.aricle-list ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
.aricle-list li {
	height: 50px;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #DDD;
}
.aricle-list li a {
	display: block;
	color: #333;
	text-transform: none;
	font-size: 14px;
}
.aricle-list li a span {
	float: right;
	font-size: 13px;
	color: #666;
}


/*  客服代码 */ 
.float0831 {POSITION: fixed; TOP: 160px; RIGHT: 1px; _position: absolute; z-index:999999999 }
.float0831 A {COLOR: #00a0e9}
.float0831 A:hover {COLOR: #ff8100; TEXT-DECORATION: none}
.float0831 .floatL {POSITION: relative; WIDTH: 28px; FLOAT: left}
.float0831 .floatL A {TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px}
.float0831 .floatR {BACKGROUND: url(../img/kefu/float_bg.gif)}
.float0831 .tp {BACKGROUND: url(../img/kefu/float_bg.gif)}
.float0831 .cn {BACKGROUND: url(../img/kefu/float_bg.gif)}
.float0831 .floatR {PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden}
.float0831 .tp {BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px}
.float0831 .cn {BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px}
.float0831 .cn H3 {TEXT-INDENT: -9999px; HEIGHT: 109px; FONT-SIZE: 0px}
.float0831 .cn UL {PADDING: 0px; margin:0;}
.float0831 .cn UL LI {BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal}
.float0831 .titZx { background:url(../img/kefu/float_s.png) 8px 0 no-repeat; padding:0;}
.float0831 .titZx a{ display:block; height:109px;    padding: 0; margin:0; }
.float0831 .titDh {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .titDc {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .icoZx {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .icoTc {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .icoFf {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .icoTl {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .btnOpen {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .btnOpen_n {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .btnCtn {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .weibo_sina {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .weibo_qq {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .float_tel {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .float_weixin {BACKGROUND: url(../img/kefu/float_s.png) no-repeat}
.float0831 .titDh {BACKGROUND-POSITION: 5px -66px}
.float0831 .titDc {BACKGROUND-POSITION: 5px -124px}
.float0831 .icoZx {BACKGROUND-POSITION: 2px -154px}
.float0831 .icoTc {BACKGROUND-POSITION: -106px -56px}
.float0831 .icoFf {BACKGROUND-POSITION: 2px -213px}
.float0831 .icoTl {PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left}
.float0831 .btnOpen {BACKGROUND-POSITION: -137px -130px}
.float0831 .btnOpen_n {BACKGROUND-POSITION: 0px -530px}
.float0831 .btnCtn {BACKGROUND-POSITION: -107px -130px}
.float0831 .weibo_sina {BACKGROUND-POSITION: 0px -109px}
.float0831 .weibo_qq {BACKGROUND-POSITION: 0px -131px}
.float0831 .float_tel {BACKGROUND-POSITION: -94px 0px}
.float0831 .float_weixin {BACKGROUND-POSITION: 0px -153px} 
 
.float0831 .weibo_sina,.float0831 .weibo_qq{ width:94px; height:22px; display: block; margin:8px 5px;}
.float0831 .icoZx {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .icoTc {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .icoFf {PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left}
.float0831 .btnOpen {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnOpen_n {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnCtn {POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px}
.float0831 .btnOpen {TOP: 50px; LEFT: 1px}
.float0831 .btnOpen_n {TOP: 118px; LEFT: 1px}
.float0831 .btnCtn {TOP: 50px; LEFT: 2px}
.float0831 .float_tel {width:130px; height:57px;} 
.float0831 .float_weixin { width:78px; height:99px; display:block}
.float0831 UL LI H3.titDc A {WIDTH: 80px; DISPLAY: block; HEIGHT: 36px}
.float0831 UL LI.top { height:109px; padding:8px 0    	 }
.float0831 UL LI.bot {BORDER-BOTTOM-STYLE: none}
.float0831 UL.webZx {PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../img/kefu/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px}
.float0831 UL LI.webZx-in {BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px}