/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #444;
}

a:hover, a:active, a:focus {
  color: #F00;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,Tahoma,Roboto Condensed,Poppins, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  
}

 h3{ font-size:1.17rem;}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}


#infocontent img{width:100%;max-width: 100%;}



@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  
  
  
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e90013;
  color: #fff;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background:#fff;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  margin-top:-10px; 
  padding: 0;
  margin: -10px 0px 0px 0px ;
  width:204px; height:55px;
}


#header.header-fixed {
  background:#FFF;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.6);
  padding-bottom:5px;
  
}

@media (max-width: 768px) {
	
 	
#header #logo h1 {
    font-size: 26px;
  }
  
#header.header-fixed {
  background:#FFF;
  padding: 20px 0;
  transition: all 0.5s;
  box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.6);
  padding-bottom:5px;
  
}
  
#header.header-fixed #logo img {
	width:145px;
	height:40px;
    margin-top:8px; 
    max-height: 55px;
	 
  }
 .img-fluid{ height:12rem;  max-width:100%;}
  
  
}


@media (min-width: 768px) {
#header.header-fixed  #logo img{ margin-top:-8px; overflow:hidden;}
}





 /*********************************
3.5 Search
*********************************/
.search
{
	
	display: inline-block; 
	cursor: pointer;
	margin-left:30px;
}
.search_path
{
	fill: #353535;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search:hover .search_path
{
	fill: #eb4141;
}
.header_search_form
{
	
	display: block;  
	position: relative;
	width: 30%;
	border:10px solid #f3f3f3;
}
.header_search_container
{
	position:fixed;
	top:70px;
	left: 0px;
	width: 100%;
	z-index: 1111; 
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	display:none;
}
 
.header_search_content
{
	width: 100%;
	height: 73px;
}
.search_input
{
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	background:#fff;
	outline: none;
	padding-left: 20px;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	color:#fff;
	background:#F00;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 80vh; 
}

#hero .hero-container { 
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# 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 ul li:first-child { border-radius:5px 5px 0 0;}
.nav-menu ul li:last-child{border-radius:0px 0px 5px 5px;}
*/



/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  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: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block; 
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #F00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
 
}

.nav-menu ul li {
  background: rgba(0,0,0,0.9);
  border-bottom:1px solid #ddd;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: rgba(0,0,0,0.9);
  color: #fff;
}

.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:#F00;
}

@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: #F00;
}

#mobile-nav ul .menu-item-active {
  color: #F00;
}

#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;
}

/*通用*/
 .button
{
	 
	height: 54px;	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
 
}

.button a
{ 
	font-size: 14px;
	color: #e90013;
	font-weight:bolder;
	line-height: 54px;
	text-transform:uppercase;  
}

.button a:hover
{ 
	font-size: 14px;
	color: #222; 
	line-height: 54px;
}
 
.button a::after
{  
	content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px; 
}
 

 

.section_title_container
{
	text-align: center;
}
.section_title
{
	margin-top: 10px;
}
.section_title h2
{
	color: #4e5052; 
 display:block;
 text-transform:capitalize;
}

.section_title h2:first-letter {
 color:#e90013;
 display:block
}
 
.section_subtitle
{
	font-family: 'Bilbo', serif;
	font-size: 18px;
	color:#666;
	margin-top: 30px;
}

/*切换图*/


.swiper-container {
      width: 100%; 
  	   height: 80vh; 
	  
	   
	   
    }
 	.swiper-slide {
      text-align: center; 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	
@media (max-width: 768px) {
  .pt92{margin-top:72px;}
  .swiper-container { 
    width: 100%; 
  	height: auto; 
  }
}


 /*
General
=========================== */
.section {
	padding: 70px 0;
	position: relative;
}

.section a {
	color: #f43438;
}

.gray {
	background-color: #f9f9f9;
}

.section .heading {
	text-align: center;
	position: relative;
	font-size: 16px;
	margin-bottom: 70px;
	letter-spacing: 1px;
}

.section .heading .title {
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
	font-family: 'Microsoft YaHei';
}

.section .heading .title strong {
	font-weight: 700;
	text-transform: uppercase;
}

.section .heading:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	border-bottom: solid 1px #f43438;
}


 /*********************************
6. Intro
*********************************/ 

.intro
{
	padding-top: 37px;
	padding-bottom: 68px;
	background: #FFFFFF;
}
.intro_content
{
	margin-top: 15px;
}
.intro_text
{
	width: 100%;

}
.intro_button
{
	margin-top: 50px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	width:100%;
}
 @media (max-width: 768px) {
.intro 	{padding:20px 0;   }
  
}

 /*********************************
9. Causes
*********************************/
.causes
{
	width: 100%; 
	background: #FFFFFF;
	padding-top: 67px;
}
.causes_item_image
{
	 
	width: 100%; 
	overflow:hidden;
	padding:10px 0;
	border-bottom: 2px solid #e90013; 
}
  
.causes_item_image a{display:block;overflow:hidden;color:#444;}

.causes_item_image a img
{  width:100%;
	 vertical-align:middle;
	 -webkit-transition:-webkit-transform .5s ease;
	 -moz-transition:-moz-transform .5s ease;
	 transition:transform .5s ease; 
}

.causes_item_image a: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;
}

.causes_item:hover .causes_item_image::after
{
	visibility: visible;
	opacity: 1;
}
.causes_item_title 
{
	margin:20px 0;
	color: #444; 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.causes_item_title a{color:#444;}
.causes_item_title a:hover{color:#e90013}

.causes_item_text
{
	margin-top: 12px;
}
.causes_item:hover .causes_item_title
{
	color: #eb4141;
}
 
/*********************************
11. News
*********************************/

.news
{
	width: 100%;
	padding-top: 37px;
	padding-bottom: 68px;
	background: #FFFFFF;
}
.news_row
{
	margin-top: 95px;
}
.news_item
{
	width: 100%;
}
.news_image
{
	width: 100%;
}
.news_image img
{
	max-width: 100%;
}
  
.news_title
{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-top: 38px;
}
.news_text
{
	margin-top: 18px;
}
.news_link
{
	margin-top: 18px;
}
.news_link a
{
	font-size: 14px;
	color: #eb4141;
	font-style: italic;
	font-weight: 500;
}

/*********************************
12. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #eb4141;
}
.newsletter_content
{
	height: 154px;
}
.newsletter_title
{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 500;
}
.newsletter_form
{
	position: relative;
}
.newsletter_input
{
	width: 463px;
	height: 49px;
	border: none;
	outline: none;
	padding-left: 20px;
	border-bottom: solid 2px #ffd600;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 157px;
	height: 47px;
	background: #000000;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b5b5b5 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b5b5b5 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b5b5b5 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b5b5b5 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b5b5b5 !important;
}

/*********************************
13. Footer
*********************************/

.footer
{
	width: 100%;
	background: #161619;
	padding-top: 88px;
}
.footer .logo a span
{
	font-size: 49px;
	color: #FFFFFF;
}
.footer .logo a img
{
	display: inline-block;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.logo_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: #797979;
	margin-top: -11px;
	padding-left: 4px;
}
.footer_social
{
	margin-top: 45px;
	padding-left: 4px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 24px;
}
.footer_social ul li:last-child
{
	margin-right: 0;
}
.footer_social ul li a i
{
	font-size: 17px;
	color: #eb4141;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover a i
{
	color: #FFFFFF;
}
.footer_links
{
	width: 100%;
	padding-top: 35px;
}
.footer_title
{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.footer_title::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #eb4141;
	content: '';
}
.footer_links ul
{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-top: 42px;
}
.footer_links ul li
{
	margin-bottom: 15px;
}
.footer_links ul li a
{
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_links ul li a:hover
{
	color: #eb4141;
}
.footer_contact
{
	width: 100%;
	padding-top: 35px;
}
.footer_contact ul
{
	margin-top: 42px;
}
.footer_contact ul li
{
	font-size: 14px;
	font-weight: 600;
	color: #6b6b6b;
	line-height: 1.71;
	margin-bottom: 17px;
}
.footer_contact ul li:last-child
{
	margin-bottom: 0;
}
.footer_contact ul li span
{
	font-weight: 500;
	color: #eb4141;
}
.footer_contact_phone span
{
	float: left;
}
.footer_contact_phone div
{
	padding-left: 28px;
}
.copyright
{
	width: 100%;
	height: 84px;
	background: #0d0d0f;
	color: #343439;
	font-size: 12px;
	font-weight: 600;
	line-height: 84px;
	margin-top: 75px;
}


/*********************************
7. Services
*********************************/

.services
{
	padding-top: 97px;
	padding-bottom: 38px;
	background:url(../images/services.jpg) no-repeat center #000;
	background-size:cover;
}
.services_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.services .section_title h2,
.services .section_subtitle
{
	color: #FFFFFF;
}
.services_text
{
	margin-top: 26px;
}
.services_text p
{
	color: #FFFFFF;
	font-weight: 400;
}
.services_row
{
	margin-top: 91px;
}
.services_item
{
	width: 100%;
	margin-bottom: 60px;
}
.services_image
{
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
.services_image
{
	max-width: 100%;
	max-height: 100%;
}
.services_title
{
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.services_title::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background: #ffd600;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.services_item:hover .services_title
{
	color: #eb4141;
}
.services_item:hover .services_title::after
{
	visibility: visible;
	opacity: 1;
}

 


/*********************************
10. Quote
*********************************/

.quote
{
	width: 100%;
	padding-top: 97px;
	padding-bottom: 98px;
}
 
  .call-to-action-buttons{
	  text-align:center;
	  margin:20px auto;
  }

.call-to-action-buttons a {
	 color:#fff;
	 padding:0 20px;
	 transition:all .2s ease 0s;
	 display:inline-block;
	 margin:0 5px;
	 font-size:15px;
	 border-radius:27px;
	 background:#e90013;
	 line-height:3.5em;
	
}


.call-to-action-buttons a:hover {
 background:#fff none repeat scroll 0 0;
 color:#444
}
 
 
.call-to-action-buttons a::after
{  
	content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px; 
}
 
 
.call-to-action-buttons a:hover::after
{  
	content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px; 
}
 
 

/**/
.corporate_key_widget_services .service-block-item {
 float:left;
 padding:15px;
 transition:all 0s ease-in-out 0s;
 text-align:center;
 margin-top:20px
}
.corporate_key_widget_services .service-block-inner {
 padding:20px 15px 15px;
 transition:all .2s ease 0s
}
.corporate_key_widget_services .service-block-inner:hover a {
 color:#e90013
}
.corporate_key_widget_services .service-block-item i {
 color:#fff;
 display:block;
 font-size:30px;
 font-weight:400;
 overflow:hidden;
 position:relative
}
.corporate_key_widget_services .service-block-inner>a {
 display:block;
 height:80px;
 padding:25px 0;
 margin:0 auto;
 overflow:hidden;
 text-align:center;
 transition:all .3s ease-in-out 0s;
 width:80px;
 border-radius:100%;
 background:#e90013;
 position:relative;
 top:-35px;
 margin-bottom:-35px
}
.corporate_key_widget_services .service-block-inner-content {
 display:table;
 padding:15px 10px
}
.corporate_key_widget_services .service-item-title {
 margin-bottom:10px
}
.corporate_key_widget_services .service-item-title a {
 color:#444
}
.corporate_key_widget_services .service-block-item .custom-button {
 background:transparent none repeat scroll 0 0;
 border:medium;
 box-shadow:none;
 color:#222;
 margin:0;
 padding:0
}
.corporate_key_widget_services .service-block-item .custom-button:hover {
 background:0 0
}
.corporate_key_widget_services .service-block-inner {
 background:#f9f9f9
}
.corporate_key_widget_services .service-block-inner {
 padding:0 15px 30px
}
 
.corporate_key_widget_services .service-col-4 .service-block-item:nth-child(4n+1),
.corporate_key_widget_services .service-col-3 .service-block-item:nth-child(3n+1),
.corporate_key_widget_services .service-col-2 .service-block-item:nth-child(2n+1) {
 clear:both
}


/*footer*/

#footer-widgets {
 background:#444;
 overflow:hidden;
 padding:40px 0;
 color:rgba(255,255,255,.75);
 border-top:3px solid #e90013
}
#footer-widgets ul {
 list-style:none;
 margin:0
}
#footer-widgets ul li {
 font-size:14px;
 letter-spacing:.5px;
 padding:0 15px 0 20px;
 position:relative;
 word-wrap:break-word
}
#footer-widgets ul li:before {
 background:#fff;
 top:10px
}
#footer-widgets a:hover {
 color:#fff
}
#footer-widgets .widget-column {
 float:left;
 padding:0 25px;
 width:25%
}
#footer-widgets a {
 color:rgba(255,255,255,.75)
}
#footer-widgets .footer-active-1 {
 width:100%
}
#footer-widgets .footer-active-2 {
 width:50%
}
#footer-widgets .footer-active-3 {
 width:33.33%
}
#footer-widgets .footer-active-4 {
 width:25%
}
#footer-widgets .widget-column {
 float:left;
 padding:0 20px
}
#footer-widgets .widget-title {
 color:#fff;
 font-size:19px;
 font-weight:500;
 text-transform:uppercase
}
#footer-widgets .widget-title:after {
 content:"";
 display:block;
 background:#777;
 width:100%;
 height:1px;
 margin-top:5px;
 margin-bottom:20px
}
#footer-navigation li {
 display:inline-block;
 list-style:outside none none
}
#footer-navigation li a {
 color:#fff;
 display:block;
 padding:5px 10px
}
#footer-navigation ul {
 margin:0
}
.scrollup {
 background-color:#e90013;
 bottom:50px;
 color:#fff;
 display:none;
 float:right;
 line-height:1.2;
 padding:5px 10px;
 position:fixed;
 right:32px;
 text-align:center;
 border-radius:100%;
 z-index:999
}
.scrollup:hover {
 background-color:#e90013
}
.scrollup i {
 color:#fff;
 font-size:32px
}

.widget-area ul {
 list-style:outside none none;
 padding:0;
 margin:0
}
.widget-area ul ul {
 border-bottom:none;
 padding-bottom:0
}
.widget-area ul li {
 padding-bottom:5px;
 padding-left:15px;
 padding-top:5px;
 position:relative
}
.widget-area ul li:before {
 background:#aaa none repeat scroll 0 0;
 content:"";
 display:inline-block;
 font-family:FontAwesome;
 font-size:9px;
 height:6px;
 left:0;
 position:absolute;
 top:14px;
 width:6px;
 -ms-transform:rotate(45deg);
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.widget-area ul ul ul ul ul>li {
 padding-left:0
}
.widget-area ul ul ul ul ul>li:before {
 left:-20px
}
.widget_calendar caption {
 background:#e90013 none repeat scroll 0 0;
 color:#fff;
 padding:5px
}
.sidebar a.read-more {
 font-size:13px
}
.sidebar a.read-more:before {
 font-size:10px
}

#colophon {
 background-color:#2a2a2a;
 clear:both;
 color:rgba(255,255,255,.75);
 font-size:14px;
 padding:15px 0;
 text-align:center
}
#colophon a {
 color:#ccc
}
#colophon a:hover {
 color:#e90013
}
#colophon .copyright {
 margin-bottom:5px
}

/*********************************
5. Home
*********************************/

.pos
{
	width: 100%;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_background
{
position: absolute; 
width: 100%;
height: 323px; 
}
.home_container
{
width: 100%;
height: 323px;
}



@media (min-width: 1200px){
	

.home_container
{
	width: 100%;
	height: 323px;
}
}


 


 

.home_content
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60px;
}
.home_title
{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs li
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #eb4141;
	font-weight: 600;
	line-height: 0.75;
}
.breadcrumbs li:not(:last-child)::after
{
	content: '/';
	margin-left: 5px;
	color: #FFFFFF;
}
.breadcrumbs li a
{
	color: #FFFFFF;
	font-weight: 500;
	line-height: 0.75;
}


/*********************************
8. Contact Form
*********************************/

.contact_form_section
{
	padding-bottom: 98px;
}
.contact_form
{
	margin-top: 57px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	background: #ededed;
	border: none;
	outline: none;
	padding-left: 25px;
}
.contact_text
{
	width: 100%;
	height: 186px;
	background: #ededed;
	border: none;
	outline: none;
	padding-left: 25px;
	margin-top: 28px;
	padding-top: 20px;
}
.contact_input::-webkit-input-placeholder,
.contact_text::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input:-moz-placeholder,
.contact_text:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input::-moz-placeholder,
.contact_text::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
} 
.contact_input:-ms-input-placeholder,
.contact_text:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input::input-placeholder,
.contact_text::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_button
{
	position: relative;
	width: 157px;
	height: 54px;
	border: none;
	outline: none;
	background: rgba(235,65,65,1);
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 23px;
}
.contact_button:hover
{
	background: rgba(235,65,65,0.75);
}
.contact_button::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffd600;
	content: '';
}

.subnav{}
.subnav  .title{ 
    border-bottom: 1px solid #f1f0f0;padding-bottom: 10px;line-height: 1;}

.subnav  ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;}
.subnav  ul li {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;}
	
.subnav ul li::before {
    background: #aaa none repeat scroll 0 0;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 9px;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scon {background:#000; position:relative; color:#fff;}
.scon .buct {margin: 5px 3px;
width: 100%;
text-align: center;
line-height: 1.5;
border-radius: 0;
padding: 10px 20px;
font-weight: 400; 

}

.scon .buct a{color:#fff;
padding: 10px;
transition: all .2s ease 0s;
display: inline-block;
margin: 0 auto;;
font-size: 15px;
background:#e90013 ;}

.scon .buct a::after {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px;
    font-weight: 100;}

.scon .buct a:hover{background:#fff;color:#e90013 ;}
.cnbg{background:#f9f9f9;}

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}


.news-item{border-top: 1px solid #cacaca3c;box-shadow: 0 2px 5px #cacacacc;
background:#fff;
margin-bottom:10px; 
overflow: hidden;}

.news-item:hover{
		box-shadow: 0 5px 10px rgba(0,0,0,.15);}
		
.news-item .news_title{border-bottom:1px solid #ddd;line-height:2em;}
.news-item .news_txt{line-height:1.8em;}
.news-item .button{background:#00aeef;color:#fff;height:30px;line-height:30px;width:100px; text-align:center;}
.news-item .button a{color:#fff;font-size:12px;line-height:30px;}

.news-item .button a::after
{  
	content: "";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px; 
}
 
 
/*底部分享*/ 
 
.share a{display: inline-block;vertical-align: top;margin:2px 2px 2px 0;width:34px;height:34px;border-radius: 50%;background: #4a4a4a;}
.share a img.on{display: none;}
.share a img{max-width: 100%;max-height: 100%;}
.share a:hover img{display: none;}
.share a:hover img.on{display: block;}
.share a:hover{background: #61aa31;}
.share{margin:20px 0;}
 