/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #272727;
    font-size: 14px;
    line-height: 1.75;
    font-family: 'Open Sans', sans-serif;
  
}

a {
  color: #ab2535;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1b5aeb;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 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: #ab2535;
  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: #ab2535;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1b5aeb;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1b5aeb;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #ab2535;
}

#topbar .contact-info i {
  color: #ffffff;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #ab2535;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;

  background: #ffffff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

#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: #1b5aeb;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #ab2535;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 75vh;
  background: transparent;
  position: relative;
}

#intro .intro-content {
  position: absolute;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  
}

#intro .intro-content h2 {
  color: #ab2535;
  margin-bottom: 30px;
  font-size: 54px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 3px 2px rgba(255, 255, 255, .6);
  
}
#intro .intro-content p {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  text-shadow: 0 0px 0px rgba(255, 255, 255, .6);
}

#intro .intro-content h2 span {
  color: #ab2535;
  text-decoration underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 24px;
  }
}

#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: #1b5aeb;
  border: 2px solid #1b5aeb;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #1b5aeb;
}

#intro .intro-content .btn-projects {
  background: #ab2535;
  border: 2px solid #ab2535;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #ab2535;
}

#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: 75vh;
  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;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family:  'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #ab2535;
  border-bottom 2px solid #27369f;
}

.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 {
  color: #ab2535;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 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: #555;
}

@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: #ab2535;
}

#mobile-nav ul .menu-item-active {
  color: #ab2535;
}

#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: #1b5aeb;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2  span{
  font-size: 20px;
  color: #555;
  
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ab2535;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 90px 0 30px 0;
}

#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: #1b5aeb;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #ab2535;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 60px 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: #
4;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #1b5aeb;
  background: linear-gradient(45deg, #ab2535 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;
}

@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: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity0.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: #ab2535;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #b9b5b536;
  padding: 60px 0 ;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top:  70%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#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: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 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: #ab2535;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  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: #ab2535;
  border: 3px solid #ab2535;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0 ;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #27369f;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
-webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#team .member .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#team .member .details {
  background: #1b5aeb;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#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: 50px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ab2535;
}

#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: #ab2535;
}

#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: #ab2535;
  border: 1px solid #ab2535;
  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: #ab2535;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #1b5aeb;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1b5aeb;
  padding:3em 0 0.5em 0;
  font-size: 14px;

}

#footer .copyright {
  color: #fff;
  text-align:center;
  padding-bottom: 20px;
}

#footer .copyright a:hover {
   color: #ab2535!important;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #1b5aeb;
}
#footer .contact-info a {
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
#footer .contact-info a:hover {
   color: #ab2535;
}

.contact-info-right {
    float: left;
    margin: 0 0 0 1em;
}
.contact-info-right ul {
    padding: 0;
    margin-top: 0;
}
.contact-info-right ul li {
    display: block;
    letter-spacing: 1px;
    color: #eaeaea;
    font-size: .9em;
    margin-bottom: 0em;
}



/*--------------------------------------------------------------
# search4/10
--------------------------------------------------------------*/
#search{
    padding 103px 0 0px 0;
    
}
.blk-main{width:1200px;max-width: 100%; margin: 0 auto;}
.scgs {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0px;
}
.fr {
    float: right;
}
.p1-search-1 {
            background #f2f2f2;
            height: 82px; 
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 15px
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        .p1-search-1 a {
            color: #444;
            displayinline-block;
            margin-right: 15px;
        }
        .p1-search-1 a:hover {
            color: #ab2535;
        }
        .p1-search-1-inp {
            width: 215px;
            height 30px;
            border-radius: 10px;
            background: #fff;
            padding-left: 8px;
            margin-top: 28px;
            border: 1px solid #ab2535;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 175px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
            font-size: 12px;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../img/p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }


/*--------------------------------------------------------------
# section中心标题4/11
--------------------------------------------------------------*/
 .section-title {
	margin-bottom: 10px;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

 .section-title-wrap {
	text-align: center;
	width: 100%;
	display: table;
}

 .section-title-wrap span.divider {
	height: 3px;
	width: 80px;
	margin: 0 0 15px;
	border-bottom: 2px solid #ab2535;
	position: relative;
	display: inline-block;
}

 .section-title-wrap span.divider:before {
	width: 45px;
	height: 2px;
	margin-left: 17px;
	content: "";
	display: block;
	background: #ab2535;
	margin: 5px auto;
}

 .section-title-wrap.text-alignleft span.divider:before,
 .section-title-wrap.text-alignright span.divider:before{
	display: none;
}

 .section-title-wrap.text-alignleft span.divider,
 .section-title-wrap.text-alignright span.divider {
	margin: 0 0 25px;
}

 .section-title-wrap.text-alignleft .section-title {
	margin-bottom: 20px;
}

 .section-title-wrap.text-alignright  .section-title {
	margin-bottom: 20px;
}

 .section-subtitle {
	font-size: 16px;
	margin: 0 auto 40px;
	max-width: 700px;
	text-align: center;
}
 .section-top-subtitle {
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 5;
	font-size: 14px;
	margin-bottom: 5px;
}
 .section-title-wrap.text-alignleft {
	text-align: left;
}

 .section-counter p.section-subtitle {
    margin: 0!important;
}

 .section-title-wrap.text-alignleft .section-subtitle {
	margin: 0 0 40px;
	text-align: left;
}

 .section-title-wrap.text-alignright {
	text-align: right;
}

 .section-title-wrap.text-alignright .section-subtitle {
	margin: 0 0 40px;
	float: right;
	clear: both;
}

 .section-title-wrap.text-alignright  span.divider {
	float: right;
}


.custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited {
    transition: all 0.3s ease 0s;
    background: #ab2535;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 35px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    min-width: 135px;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 600;
    vertical-align: middle;
}
a:visited {
    color: #323232;
}
.custom-button:hover, .button:hover, button:focus, .button:focus, .custom-button:focus, .custom-button:active, .custom-button.custom-primary-button:hover, .custom-button.custom-primary-button:active, .custom-button.custom-primary-button:focus {
    background-color: #0056b3;
    color: #fff;
    box-shadow: 0px 2px 7px 0px rgba(162, 160, 160, 0.54);
}

.button-curved .custom-button, .button-curved .custom-button:visited, .button-curved a.button.custom-button, .button-curved a.button.custom-button:visited .button-curved .custom-button.custom-primary-button, .button-curved .custom-button.custom-primary-button:visited, .button-curved input[type="button"], .button-curved input[type="reset"], .button-curved input[type="submit"], .button-curved a.scrollup, a.scrollup:visited, .button-curved {
    border-radius: 50px;
}
a.custom-button:before {
    content "\f0a9";
    font-family: "Font Awesome 5 Free";
    margin-right: 13px;
    font-weight: 900;
}

/*--------------------------------------------------------------
# new4/11
--------------------------------------------------------------*/
.inner-wrapper {
	margin: 0;
}
.inner-wrapper::after {
	clear: both;
	content: "";
	display: table;
}
.inner-wrapper {
	margin-left: -25px;
	margin-right: -25px
}

.inner-wrapper:before,
.inner-wrapper:after {
	content: " ";
	display: table
}

.inner-wrapper:after {
	clear: both
}
.col-grid-3,
.col-grid-4 {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	margin: 25px 0 25px 0;
	transition: all 0.4s ease-in-out 0s;
}
.col-grid-3 {
	width: 25%
}

.col-grid-4 {
	width: 33.33333%
}
.box-shadow-block {
	-webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
	-webkit-transition: box-shadow 0.3s, transform 0.3s;
	-moz-transition: box-shadow 0.3s, transform 0.3s;
	-ms-transition: box-shadow 0.3s, transform 0.3s;
	-o-transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	padding: 0;
	background: #fff;
	position: relative;
}

.box-shadow-block:hover,
.box-shadow-block:focus,
.box-shadow-block:active {
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	transform: translateY(-8px);
}

.more-wrapper {
	display: block;
	text-align: center;
	margin-top: 40px;
	clear: both;
	float: left;
	width: 100%;
}
.container {
    width: 1230px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
}


 .latest-posts-thumb  img {
	margin: 0;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
}

 .latest-posts-thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

 .latest-posts-thumb {
	overflow: hidden;
	position: relative;
}

 .latest-posts-title {
	margin-bottom: 10px;
}

 .latest-posts-thumb .custom-button {
	position: absolute;
	top: 0%;
	z-index: 9;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
}

 .latest-posts-wrapper:hover .latest-posts-thumb .custom-button {
	opacity: 1;
	top:35%;
}

.latest-posts-thumb .custom-button::after,
.latest-posts-thumb .custom-button::before {
	display: none;
}

.latest-posts-thumb a::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	background-color: rgba(34, 34, 34, 0.2);
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	transition: all 900ms ease;
}
 .latest-posts-text-content {
	background: #fff;
	overflow: hidden;
	padding: 50px;
	position: relative;
}

 .latest-posts-text-wrap {
	padding: 20px 0 0;
}
.entry-meta {
	margin-top: 0;
	margin-bottom: 20px;
}

.entry-meta > span {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1;
	font-size: 14px;
	margin-right: 15px;
}
.entry-meta > span:first-child {
	margin-left: 0;
	padding-left:0;
	border:none;
}
.entry-meta a,
.entry-meta a:visited {
	color: #ada9a9;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #ab2535;
}
.entry-meta .byline .author.vcard {
	margin-left: -4px;
}


.entry-footer > span::before, .entry-meta > span::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	height: 15px;
	margin-right: 8px;
	content: "";
	font-size: 13px;
}

.entry-meta span.comments-link::before {
	content: "\f086";
}

.entry-meta > .cat-links::before {
	content "\f07c";
}

.entry-meta > .byline::before {
	content: "\f007";
}


.entry-meta .tags-links::before {
	content: "\f02c";
	font-weight: 900;
	font-size: 10px;
}

.entry-meta > .posted-on::before {
	content "\f274";

}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

img {
    border: 0;
}
h3 {
     margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ab2535;
    line-height: 1.5;
    font-size: 20px;
}
a.more-link {
    border: 2px solid;
    padding: 9px 29px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}
.more-link:after {
    content "\f30b";
    font-family: 'Font Awesome 5 Free';
    padding-left: 6px;
    font-size: 11px;
    font-weight: 900;
}
/*--------------------------------------------------------------
Teams
--------------------------------------------------------------*/

 .social-links li a {
	border: 2px solid transparent;
}

 .social-links li {
	margin-left: 0;
	margin-right: 0;
}

 .social-links li a:before {
	color: #a5a1a2;
}

 .thumb-summary-wrap {
	background: #fff;
	padding: 0 0 40px;
	position: relative;
	z-index: 9;
}

 .team-item{
	text-align: center;
}

 .team-title {
	font-size: 16px;
	margin-bottom: 0;
}

 .team-position {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.team-text-wrap {
	position: relative;
	background: #fff;
	padding-top: 40px;
}

 .team-item img {
	background: #fff;
}

 .team-item img {
	margin: 0;
	vertical-align: middle;
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
	width: 100%;
}

 .team-item .team-thumb {
	overflow: hidden;
	position: relative;
	background: #fff;
}

 .team-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){

	.inner-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.col-grid-1,
	.col-grid-2,
	.col-grid-3,
	.col-grid-4,
	.col-grid-5,
	.col-grid-6,
	.col-grid-7,
	.col-grid-8,
	.col-grid-9,
	.col-grid-10,
	.col-grid-11,
	.col-grid-12 {
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		margin: 15px 0 15px 0;
		transition: all 0.4s ease-in-out 0s;
	}

	.col-grid-4,
	.col-grid-3{
		width: 50%;
	}

	.col-grid-4:nth-child(2n+1),
	.col-grid-3:nth-child(2n+1),
	.col-grid-5:nth-child(2n+1){
		clear: both;
	}

}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){

	.col-grid-3 {
		width: 50%;
	}

	.col-grid-4.recent-events {
		width: 100%;
	}
}

/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px){

	.col-grid-4,
	.col-grid-3 {
		width: 100%;
	}
}


/*--------------------------------------------------------------
内页条幅
--------------------------------------------------------------*/


 .innerpages_banner {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/upload/img/b.jpg) repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/upload/img/b.jpg) repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/upload/img/b.jpg) repeat;
    background: linear-gradient(rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(/upload/img/b.jpg) repeat;
    min-height: 350px;
}
.innerpages_banner h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 2em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (max-width: 480px){
.innerpages_banner {
    min-height: 130px !important;
}
}
@media (max-width: 768px){
.innerpages_banner {
    min-height: 180px !important;
}
}
@media (max-width: 1080px){
.innerpages_banner {
    min-height: 210px !important;
}
}
@media (max-width: 1280px){
.innerpages_banner {
    min-height: 260px !important;
}
}

.col-grid-6 {
    width: 50%;
}
.col-grid-6 {
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    margin: 25px 0 25px 0;
    transition: all 0.4s ease-in-out 0s;
}
.section, .widget {
    margin: 0 0 15px;
}
#content .section {
	margin-bottom: 0;
	padding: 90px 0;
	clear: both;
}

#content .section.no-padding-btm {
	padding-bottom: 0;
}

#content .section.no-padding-top {
	padding-top: 0;
}

.top-space {
	padding-top: 80px;
}

#content .no-padding {
	padding: 0;
}

#content .no-margin {
	margin: 0;
}

#content .section-title {
	margin-bottom: 10px;
	position: relative;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

#content .section-title-wrap {
	text-align: center;
	width: 100%;
	display: table;
}

#content .section-title-wrap span.divider {
	height: 3px;
	width: 80px;
	margin: 0 0 15px;
	border-bottom: 2px solid #f51e46;
	position: relative;
	display: inline-block;
}

#content .section-title-wrap span.divider:before {
	width: 45px;
	height: 2px;
	margin-left: 17px;
	content: "";
	display: block;
	background: #f51e46;
	margin: 5px auto;
}

#content .section-title-wrap.text-alignleft span.divider:before,
#content .section-title-wrap.text-alignright span.divider:before{
	display: none;
}

#content .section-title-wrap.text-alignleft span.divider,
#content .section-title-wrap.text-alignright span.divider {
	margin: 0 0 25px;
}

#content .section-title-wrap.text-alignleft .section-title {
	margin-bottom: 20px;
}

#content .section-title-wrap.text-alignright  .section-title {
	margin-bottom: 20px;
}

#content .section-subtitle {
	font-size: 16px;
	margin: 0 auto 40px;
	max-width: 700px;
	text-align: center;
}
#content .section-top-subtitle {
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 5;
	font-size: 14px;
	margin-bottom: 5px;
}
#content .full-width-stretch-section .container {
	max-width: 100%;
	width: 100%;
}

#content .boxed-width-section {
	max-width: 1180px;
	margin: 0 auto;
}

#content .minimal-padding {
	padding: 40px 0;
}

#content  .section.dark-background .section-subtitle {
	color:#ddd;
}

#content .section-title-wrap.text-alignleft {
	text-align: left;
}

#content .section-counter p.section-subtitle {
    margin: 0!important;
}

#content .section-title-wrap.text-alignleft .section-subtitle {
	margin: 0 0 40px;
	text-align: left;
}

#content .section-title-wrap.text-alignright {
	text-align: right;
}

#content .section-title-wrap.text-alignright .section-subtitle {
	margin: 0 0 40px;
	float: right;
	clear: both;
}

#content .section-title-wrap.text-alignright  span.divider {
	float: right;
}

#content .section.dark-background {
	background-color: #25292f;
}

#content .section.lite-background {
	background-color: #f5f5f5;
}

#content .background-img {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
}

#content .background-img.overlay-enabled:after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.71);
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	left: 0;
}

#content .section.dark-background .section-title,
#content .section.background-img .section-title,
#content .section.dark-background .section-subtitle,
#content .section.background-img .section-subtitle,
#content .section.background-img.overlay-enabled p {
	color: #fff;
}
@media only screen and (max-width: 767px){
#content .section.no-padding-btm {
    padding: 30px 0;
}
}
@media only screen and (max-width: 900px){
#content .section.no-padding-btm {
    padding-bottom: 40px;
}
}
@media only screen and (max-width: 767px){
#content .no-margin {
    margin: 15px 0;
}
}
@media only screen and (max-width: 900px){
#content .no-margin {
    margin: 15px 0;
}
}
@media only screen and (max-width: 767px){
.col-grid-6 {
    width: 100%;
}
}
@media only screen and (max-width: 767px){
.col-grid-6 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin: 15px 0 15px 0;
    transition: all 0.4s ease-in-out 0s;
}
}
@media only screen and (max-width: 900px){
.col-grid-6 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin: 15px 0 15px 0;
    transition: all 0.4s ease-in-out 0s;
}
}
@media only screen and (max-width: 900px){
.col-grid-6 {
    width: 100%;
}
}
@media only screen and (max-width: 900px){
img.alignnone {
    margin: 0 auto;
    display: block;
}
}
@media only screen and (max-width: 479px){
#content .section-title {
    font-size: 25px;
}
}
@media only screen and (max-width: 767px){
#content .section-title {
    font-size: 26px;
}
}
@media only screen and (max-width: 1024px){
#content .section-title {
    font-size: 30px;
}
}
#content .section-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.section-featured-page .section-title {
    text-align: left!important;
}
@media only screen and (max-width: 1024px)
h2 {
    font-size: 20px;
}
@media only screen and (max-width: 900px)
#content .section-title-wrap.text-alignleft span.divider, #content .section-title-wrap.text-alignright span.divider {
    margin: 0 0 15px;
}
@media only screen and (max-width: 900px)
.section-featured-page h5 {
    margin-bottom: 20px;
}
.section-featured-page h5 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1024px)
h5 {
    font-size: 16px;
}
.section.section-featured-page ul {
    padding-left: 0;
}
.section.section-featured-page li {
    font-size: 15px;
    list-style: none;
    line-height: 2;
}
.section, .widget {
    margin: 0 0 15px;
}


@media only screen and (max-width: 1230px){
#content .section {
    margin-bottom: 0;
    padding: 40px 0;
}
}