﻿body {
	font-family: "Roboto", Arial, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: gray; 
}
body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; 
}
a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #2b98f0; 
}
a:hover, a:focus {
	text-decoration: none;
	color: #2b98f0;
	outline: none !important;
}
h1, h2, h3, h4, h5,.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: #33313b;
  font-weight: 400; 
}
/* 等待删除开始 */
/*
.wrap {
	background: #0f7fd9;
	padding: 0; 
 }
.wrap .phone {
	font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.wrap .phone a {
	color: white;
	font-size: 12px; 
}
.wrap .phone .fa {
	color: rgba(255, 255, 255, 0.8); 
	}
.wrap .phone .mailus {
	color: rgba(255, 255, 255, 0.6); 
}



.social-media {
  display: inline-block; 
}
.social-media p a {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    border-radius: 50%; 
}
.social-media p a span {
	color: #fff; 
}
.social-media p a:hover span {
	color: #fff;
}
*/
/* 等待删除开始 */


/* 自定义导航开始 */
.navbar-custom {
	background: rgba(255, 255, 255, 0.7) !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0; 
}
@media (max-width: 991.98px) {
	.navbar-custom {
		background: #fff;
		position: relative;
		top: 0;
		padding: 10px 15px; 
	} 
}

.navbar-custom .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1; 
}
.navbar-custom .navbar-brand .navbar-logo{
	height:65px;
}
.navbar-custom .navbar-brand span {
	color: #133406;
	position: relative; 
	padding-left:20px;
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
	color: #000000; 
}

@media (max-width: 991.98px) {
	.navbar-custom .navbar-brand {
        color: #000000; 
	}
	.navbar-custom .navbar-brand .navbar-logo{
		height:40px;
	}
	.navbar-custom .navbar-brand span {
        color: #133406; 
		display:none;
	} 

}
@media (max-width: 991.98px) {
    .navbar-custom .navbar-nav {
      padding-bottom: 10px; 
	} 
}
	  
.navbar-custom .navbar-nav > .nav-item > .nav-link {
	font-size: 14px;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
	position: relative;
	opacity: 1 !important; 
}
.navbar-custom .navbar-nav > .nav-item > .nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px;
	left: 0;
	background-color: #f3e53d;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: -1; 
}
.navbar-custom .navbar-nav > .nav-item > .nav-link:hover {
	color: #205f06; 
}
.navbar-custom .navbar-nav > .nav-item > .nav-link:hover:before {
	visibility: visible;
	background-color: #205f06;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1); 
}
@media (max-width: 991.98px) {
	.navbar-custom .navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: .7rem;
		padding-bottom: .7rem;
		color: rgba(0, 0, 0, 0.7); 
	}
	.navbar-custom .navbar-nav > .nav-item > .nav-link:hover {
		color: #fff; 
	}
	.navbar-custom .navbar-nav > .nav-item > .nav-link:hover:before {
		display: none; 
	} 
}

.navbar-custom .navbar-nav > .nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px; 
}
.navbar-custom .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	font-size: 12px;
	color: #000000; 
}
.navbar-custom .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .navbar-custom .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
	background: #2b98f0;
	color: #fff; 
}
@media (max-width: 991.98px) {
	.navbar-custom .navbar-nav > .nav-item .dropdown-menu {
		display: block !important;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	} 
}
.navbar-custom .navbar-nav > .nav-item.cta > a {
	color: #fff;
	background: #2b98f0;
	border-radius: 0px; 
}
@media (max-width: 767.98px) {
	.navbar-custom .navbar-nav > .nav-item.cta > a {
		padding-left: 15px;
		padding-right: 15px; 
	} 
}
@media (max-width: 991.98px) {
	.navbar-custom .navbar-nav > .nav-item.cta > a {
		color: #fff;
		background: #2b98f0;
		border-radius: 4px; 
	} 
}

.navbar-custom .navbar-nav > .nav-item.active > a {
	color: #205f06; 
}
.navbar-custom .navbar-nav > .nav-item.active > a:before {
	visibility: visible;
	background-color: #205f06;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1); 
}
@media (max-width: 991.98px) {
	.navbar-custom .navbar-nav > .nav-item.active > a {
		color: #000000; 
	}
	.navbar-custom .navbar-nav > .nav-item.active > a:before {
		display: none; 
	} 
}
.navbar-custom .navbar-toggler {
	border: none;
	color: rgba(0, 0, 0, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em; 
}
.navbar-custom .navbar-toggler:focus {
	outline: none !important; 
}



/* 自定义导航结束 */
/*  全屏幻灯片开始 */
.fslider {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative; 
}
@media (max-width: 1199.98px) {
	.fslider {
		background-position: center center !important; 
	} 
}
.fslider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000; 
}
.fslider.sub-fslider {
    height: 500px; 
}
.fslider.sub-fslider .overlay {
    opacity: .3; 
}
.fslider.sub-fslider .slider-text {
    height: 500px; 
}

.slider-text h1 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Roboto", Arial, sans-serif; 
}
@media (max-width: 991.98px) {
    .slider-text h1 {
		font-size: 36px; 
	} 
}
.slider-text h1 span {
    color: #2b98f0; 
}
.slider-text .subheading {
	font-size: 24px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7); 
}

.slider-text p {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7); 
}
.slider-text p strong {
	font-weight: 700; 
}
.slider-text p strong a {
    color: #000000; 
}

.slider-text .btn-custom {
	font-size: 16px;
	font-weight: 500;
	color: #fff; 
}
.slider-text .breadcrumbs {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	z-index: 99; 
}
.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5); 
}
.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; 
}
.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.7); 
}
.slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
    color: #2b98f0; 
}
.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
    color: #2b98f0; 
}
.slider-text .bread {
  font-weight: 400 !important; 
 }

.sider-box {
  border-radius: 5px;
  padding: 0;
  background: #2b98f0;
  overflow: hidden;
  -webkit-box-shadow: 0px 12px 48px -16px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 12px 48px -16px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 12px 48px -16px rgba(0, 0, 0, 0.29); 
}
@media (min-width: 1200px) {
    .sider-box {
		position: absolute;
		top: 50%;
		left: -350px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%); 
	} 
}
.section-wrap {
	padding: 7em 0;
	position: relative; 
}
@media (max-width: 767.98px) {
    .section-wrap {
		padding: 6em 0; 
	} 
}


.sider-box .desc {
	width: 100%; 
}
.sider-box .desc h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ffffff; 
}
.sider-box .desc .heading {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase; 
}
.sider-box .desc .phone {
	font-size: 25px;
	color: #ffffff;
	font-weight: 700; 
}
.sider-box .opening-hours h4 {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
 }
.sider-box .opening-hours p span {
	display: block;
	color: rgba(255, 255, 255, 0.8); 
}
.sider-box .opening-hours p span strong {
	font-weight: 400;
	color: #fff; 
}



.section-bg-dark {
  background: #33313b !important; }

.section-pt0 {
  padding-top: 0 !important; }

.section-pb0 {
  padding-bottom: 0 !important; }


#counter-box {
  position: relative;
  z-index: 0; }

.counter {
	overflow-x: hidden;
	position: relative;
	background: #22d074; 
}
@media (min-width: 992px) {
    .counter {
		padding-left: 30px;
		margin-left: -48px; 
	} 
}

.counter .counter-block {
    display: block;
    width: 100%; 
}

@media (max-width: 991.98px) {
    .counter .counter-block {
        margin-bottom: 2em; 
	} 
}
.counter .text {
    position: relative; 
}
@media (max-width: 767.98px) {
    .counter .text {
        width: 100%; 
	} 
}
.counter .text .number {
    line-height: 1;
    font-weight: 400;
    font-size: 38px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px; 
}
.counter .text span {
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7); 
}
@media (max-width: 767.98px) {
    .counter .counter-wrap {
		margin-bottom: 20px; 
	} 
}


.services {
	display: block;
	width: 100%;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.services .img-wrap {
   height: 270px;
}

.services .img {
    width: 100%;
    display: block;
    background-position: top center;
border-radius: 5px;

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
 
.services .text h3 a {
    font-weight: 500;
    font-size: 18px;
    color: #000000; 
}
.services .btn-custom {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #e6e6e6; 
}
.services .btn-custom:hover {
      color: #f3e53d;
      border-color: #f3e53d; 
}



.equipment {
	width: 100%;
	margin-bottom: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.equipment .img-wrap {
    height: 200px; 
}
.equipment .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.equipment .text {
    position: relative;
    background: #2b98f0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    border-radius: 0 0 3px 3px; }
.equipment .text:after {
      position: absolute;
      bottom: -7px;
      left: 7px;
      right: 7px;
      height: 7px;
      content: '';
      background: #f3e53d;
      border-radius: 0 0 3px 3px; }
.equipment .text h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fff;
      margin-bottom: 5px; }


.equipment:hover .img, .equipment:focus .img {
    margin-top: -10px; 
}
.equipment:hover .text, .equipment:focus .text {
    background: #f3e53d; }
.equipment:hover .text:after, .equipment:focus .text:after {
      background: #2b98f0; }
.equipment:hover .text h3, .equipment:focus .text h3 {
      color: #33313b; }

.intro {
	position: relative;
	overflow: visible;
	z-index: 0;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative; 
}
@media (max-width: 1199.98px) {
	.intro {
		background-position: center center !important; 
	} 
}
.intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #0f7fd9;
    opacity: .7;
    z-index: -1; 
}
.intro h2 {
    color: #fff;
    font-weight: 500; 
}
.intro .icon-video {
    width: 80px;
    height: 80px;
    background: #f3e53d;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    display: inline-block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 
}
.intro .icon-video span {
    font-size: 20px;
    color: #2b98f0; 
}


 
.case {
	display: block;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	background-position: top center !important;
	z-index: 0;
	position: relative;
	overflow: hidden;
	border-radius: 5px; 
}
.case:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #2b98f0;
    opacity: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.case .text {
    opacity: 0; 
}
@media (max-width: 991.98px) {
    .case .text {
        opacity: 1; 
	} 
}
.case .text span {
    color: rgba(255, 255, 255, 0.5); 
}
.case h2 {
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; 
}
.case h2 a {
    color: #fff; 
}
.case .desc {
    z-index: 1; 
}
.case .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70px;
    height: 70px;
    content: '';
    z-index: 99;
    background: #f3e53d;
	display:inline-block;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    margin-top: -70px;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
@media (max-width: 991.98px) {
    .case .icon {
        opacity: 1; 
	} 
}
.case .icon span {
    color: #fff; font-size: 20px;
}
.case:hover:after {
    opacity: .8; 
}
.case:hover .icon {
    opacity: 1; 
}
.case:hover .text {
    opacity: 1; 
}
.img{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}




.honor {
	display: block;
	width: 100%;
	height:0;
        padding-bottom:70%;
	margin-bottom: 30px;
	background-position: top center !important;
	z-index: 0;
	position: relative;
	overflow: hidden;
	border-radius: 5px; 
}
.honor:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #2b98f0;
    opacity: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.honor .text {
    opacity: 0; 
}
@media (max-width: 991.98px) {
    .honor .text {
        opacity: 1; 
	} 
}
.honor .text span {
    color: rgba(255, 255, 255, 0.5); 
}
.honor h2 {
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; 
}
.honor h2 a {
    color: #fff; 
}
.honor .desc {
    z-index: 1; 
    margin-bottom: -70%;
}
.honor .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70px;
    height: 70px;
    content: '';
    z-index: 99;
    background: #f3e53d;
	display:inline-block;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    margin-top: -70px;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
@media (max-width: 991.98px) {
   .honor .icon {
        opacity: 1; 
	} 
}
.honor .icon span {
    color: #fff; font-size: 20px;
}
.honor:hover:after {
    opacity: .8; 
}
.honor:hover .icon {
    opacity: 1; 
}
.honor:hover .text {
    opacity: 1; 
}
.honor .img{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}


@media (min-width: 768px) {
	.news {
		margin-bottom: 40px; 
	} 
}

@media (max-width: 767.98px) {
	.news {
		margin-bottom: 30px; 
	} 
}

.news .text {
	position: relative;
	border-top: 0;
	border-radius: 2px; 
}
.news .text .desc {
    width: calc(100% - 48px); 
}
.news .text .desc span {
    display: block; 
}
.news .text .desc span:first-child {
    color: #b3b3b3; 
}
.news .text .desc span:last-child {
    font-weight: 500;
    color: #2b98f0; 
}
.news .text .heading {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500; 
}
.news .text .heading a {
    color: #000000; 
}
.news .text .heading a:hover, .news .text .heading a:focus, .news .text .heading a:active {
    color: #2b98f0; 
}
.news .btn-custom {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #0f7fd9; 
}
.news-picview {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  position: relative;
  display: block; 
}




.bg-light {
  background: #f8f9fd !important; 
}

.bg-secondary {
  background: #2b98f0 !important; }

.bg-primary {
  background: #2b98f0 !important; }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #2b98f0;
    border: 1px solid #2b98f0;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 1px solid #2b98f0;
      background: transparent;
      color: #2b98f0; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #2b98f0;
      background: transparent;
      color: #2b98f0; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #2b98f0;
        color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000000; }
    .btn.btn-white:hover {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
    .btn.btn-white.btn-outline-white {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
      .btn.btn-white.btn-outline-white:hover {
        border: 1px solid transparent;
        background: #fff;
        color: #000000; }
  .btn.btn-secondary {
    background: #f3e53d;
    border: 1px solid #f3e53d;
    color: #000000; }
    .btn.btn-secondary:hover {
      border: 1px solid #f3e53d;
      background: transparent;
      color: #f3e53d; }
    .btn.btn-secondary.btn-outline-secondary {
      border: 1px solid #f3e53d;
      background: transparent;
      color: #f3e53d; }
      .btn.btn-secondary.btn-outline-secondary:hover {
        border: 1px solid transparent;
        background: #f3e53d;
        color: #fff; }



















.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .block-7 {
      margin-top: 30px; } }
  .block-7 .heading-2 {
    font-size: 20px;
    color: #000000;
    font-weight: 300; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 24px;
      top: -1em;
      color: #b3b3b3; }
    .block-7 .price .number {
      font-size: 60px;
      font-weight: 300;
      color: #000000; }
  .block-7 .excerpt {
    margin-bottom: 10px;
    color: #999999;
    font-size: 13px;
    font-weight: 300; }
  .block-7 .label2 {
    text-transform: uppercase; }
  .block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0; }
  .block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #999999; }
    .block-7 .pricing-text li span.fa {
      color: #f3e53d; }
  .block-7 .btn-primary {
    display: inline-block; }
  .block-7:hover, .block-7:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11); }

.jsqyhw-social {
  padding: 0; }
.jsqyhw-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block; 
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
 }
.form-control:focus, .form-control:active {
    border-color: #000000; 
}

textarea.form-control {
  height: inherit !important; }

.jsqyhw-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .jsqyhw-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.jsqyhw-animate {
  opacity: 0;
  visibility: hidden; 
  }
  
 .show-box img {
  max-width:100%;
  }

.about-author .desc h3 {
  font-size: 24px; }





.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: 70px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .block-7 {
      margin-top: 30px; } }
  .block-7 .icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    border-radius: 50%;
    background: #2b98f0;
    -webkit-box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 15px 34px -29px rgba(0, 0, 0, 0.54); }
    .block-7 .icon span.fa {
      font-size: 40px;
      color: #fff; }
  .block-7 .heading-2 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase; }
  .block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
    .block-7 .price sup {
      font-size: 24px;
      top: -0.8em;
      color: #2b98f0; }
    .block-7 .price .number {
      font-size: 50px;
      font-weight: 300;
      color: #2b98f0; }
  .block-7 .label2 {
    text-transform: uppercase; }
  .block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0; }
  .block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 15px;
    color: #999999; }
    .block-7 .pricing-text li span.fa {
      color: #f3e53d;
      font-size: 12px; }
  .block-7 .btn-primary {
    display: inline-block; }
  .block-7:hover, .block-7:focus, .block-7.active {
    background: #f3e53d;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11); }
    .block-7:hover li, .block-7:focus li, .block-7.active li {
      color: rgba(0, 0, 0, 0.9); }
      .block-7:hover li span.fa, .block-7:focus li span.fa, .block-7.active li span.fa {
        color: #2b98f0; }

.footer {
	background: #111111;
	position: relative;
	z-index: 0;
	overflow: hidden; 
}
.footer a {
	color: #2b98f0; 
}
.footer p {
    color: rgba(255, 255, 255, 0.6); 
}
.footer .copyright {
    color: rgba(255, 255, 255, 0.3);
    color: #999999; 
}
.footer .footer-heading {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    font-weight: 700; 
}
.footer .footer-heading:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 30px;
    height: 4px;
    background: #f3e53d; 
}
  .footer ul.list-unstyled li a {
    color: rgba(255, 255, 255, 0.7); }
  .footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.7); }
  .footer .block-21 .meta > div a {
    color: #2b98f0; }
  .footer .block-23 ul li {
    color: rgba(255, 255, 255, 0.6); }
    .footer .block-23 ul li a {
      color: rgba(255, 255, 255, 0.6); }
    .footer .block-23 ul li .icon {
      color: rgba(255, 255, 255, 0.4); }
  .footer .jsqyhw-footer-social li a {
    background: #2b98f0;
    color: #fff; }
  .footer .jsqyhw-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .footer .jsqyhw-footer-social li a {
      height: 30px;
      width: 30px;
      display: block;
      background: #2b98f0;
      border-radius: 50%;
      position: relative; }
      .footer .jsqyhw-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff; }
      .footer .jsqyhw-footer-social li a:hover {
        color: #fff; }
  .footer .block-21 .img {
    display: block;
    height: 70px;
    width: 70px; }
  .footer .block-21 .text {
    width: calc(100% - 100px); }
    .footer .block-21 .text .heading {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4; }
      .footer .block-21 .text .heading a {
        color: #fff; }
        .footer .block-21 .text .heading a:hover, .footer .block-21 .text .heading a:active, .footer .block-21 .text .heading a:focus {
          text-decoration: none; }
    .footer .block-21 .text .meta > div {
      display: inline-block;
      font-size: 13px;
      margin-right: 5px; }
      .footer .block-21 .text .meta > div a {
        color: gray; }
  .footer .block-23 ul {
    padding: 0; }
    .footer .block-23 ul li, .footer .block-23 ul li > a {
      display: table;
      line-height: 1.5;
      margin-bottom: 15px; }
    .footer .block-23 ul li .icon, .footer .block-23 ul li .text {
      display: table-cell;
      vertical-align: top; }
    .footer .block-23 ul li .icon {
      width: 40px;
      font-size: 18px;
      padding-top: 2px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(243, 229, 61, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0.4);
    box-shadow: 0 0 0 0 rgba(243, 229, 61, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(243, 229, 61, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(243, 229, 61, 0);
    box-shadow: 0 0 0 30px rgba(243, 229, 61, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 229, 61, 0);
    box-shadow: 0 0 0 0 rgba(243, 229, 61, 0); } }

.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #2b98f0;
  text-transform: uppercase;
  letter-spacing: 1px; }

.heading-section h2 {
  font-size: 44px;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.8); }

.heading-section.heading-section-white h2 {
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }



.aside-stretch-right {
  background: #2b98f0; }
  .aside-stretch-right:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #2b98f0; }
  @media (max-width: 767.98px) {
    .aside-stretch-right {
      background: transparent; }
      .aside-stretch-right:after {
        background: transparent;
        display: none; } }








	
	
	
	
	

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }




.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: gray;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #2b98f0;
      color: #fff;
      border: 1px solid transparent; }

.wrapper {
  width: 100%; }

.contact-wrap {
  background: #fff; }

@media (max-width: 767.98px) {
  .info-wrap {
    height: 600px; } }

.dbox {
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .dbox {
      margin-bottom: 25px !important;
      padding: 0 20px; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #000000; }
    .dbox p a {
      color: #2b98f0; }
  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #2b98f0;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative; }
    .dbox .icon:after {
      position: absolute;
      bottom: -5px;
      left: 5px;
      right: 5px;
      content: '';
      height: 5px;
      background: #f3e53d;
      border-radius: 0 0 3px 3px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%; }

.contactForm .label {
  color: #2b98f0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#map {
	height: 500px;
	width: 100%; 
}
@media (max-width: 767.98px) {
	#map {
      height: 300px; 
	} 
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 16px;
    font-weight: 400; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #2b98f0; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 400; }
    .block-21 .text .meta > div a {
      color: #2b98f0; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }


.search-form .form-group {
  position: relative; }
  .search-form .form-group input {
    padding-right: 50px;
    font-size: 14px; }

.search-form .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; 
 }
 
 
 
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ccc;
      font-size: 12px; }
    .categories li a:hover, .categories li a:focus, .sidelink li a:hover, .sidelink li a:focus {
      outline: none;
      color: #2b98f0; }
  .categories li.active a, .sidelink li.active a {
    color: #2b98f0; }
    .categories li.active a span, .sidelink li.active a span {
      color: #2b98f0; }


/*加载效果*/
#loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000; 
}

#loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

#loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1; 
}
#loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}

#loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round; 
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0; 
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px; 
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px; 
	} 
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0; 
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px; 
	}
	100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; 
	} 
}
/*加载效果结束*/