@charset "utf-8";

/*
================================
Import CSS and Google Fonts
================================
*/
@import "../css/owl.carousel.min.css";
@import "../css/owl.theme.default.min.css";
/*
================================
Global Styles
================================
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
html {
	overflow-x: hidden;
}
html, html a {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	line-height: 24px;
	overflow-x: hidden;
}
p {
	color: #838383;
}
ul{list-style:none;}
.wap_show{display:none;}
.pc_show{display:block;}
.img-responsive img{max-width:100%;width:auto\9;height:auto;-ms-interpolation-mode:bicubic;_width:auto;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.mb40{margin-bottom: 40px;}
.prz{position:relative;zoom:1;}
.pra{position:absolute;}
.f_c_r1{color: #c33;}
.f_c_r2{color: #f33;}
.f48{font-size:48px;}
.f36{font-size:36px;}
.f30{font-size:30px;}
.f26{font-size:26px;}
.f24{font-size:24px;}
.f22{font-size:22px;}
.f18{font-size:18px;}
.f16{font-size:16px;}
.f14{font-size:14px;}
.f12{font-size:12px;}
.fwb{font-weight: bold;}
.mr-10{margin-right: 10%;}
.thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.thumb img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.thumb img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* Internet Explorer */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */ 
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.ttu {
}
.ttl {
	text-transform: lowercase;
}
.ttn {
	text-transform: normal;
}
a {
	text-decoration: none!important;
	cursor: pointer;
}
a:link, a:visited {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
:active, :hover, :focus, :visited {
	text-decoration: none;
	outline: none!important;
}
input, button, select, textarea {
	font-family: "Open Sans", sans-serif;
}
.page-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #353535;
}
.clear {
	clear: both;
}
.sep-white {
	background: #fff;
}
.sep-white:before {
	background: #fff;
}
.sep-white:after {
	background: #fff;
}
.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
img {
	border: 0;
	outline: none;
}
.img-fullwidth {
	width: 100%;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.bg-white {
	background: #fff!important;
}
.bg-white-dark {
	background: #f1f1f1!important;
}
.heading-normal {
	text-align: center;
	height: auto;
	width:120px;
	margin: 0px auto;
	margin-bottom:50px;
	
}
.font1 {font-size:28px;border-bottom:4px solid #011b74;}
.font2{font-size:18px; border-bottom:1px solid #d3d3d3;line-height: 40px;}
.font3{font-size:14px; line-height: 32px;}
.heading-normal .font1 {
	margin: 0 auto;
	color: #333;
	font-weight:500;
	line-height:46px;	
	display: block;
}

/*
================================
Preloader
================================
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloaders/1.gif) ;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*
================================
Top Bar - Version 2
================================
*/

.top-bar-v2 {
	background: #125cb3;
	padding: 10px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-bar-v2 .top-social {
	float: right;
}
.top-bar-v2 .top-social ul {
	float: right;
	margin-bottom: 0;
}
.top-bar-v2 .top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}
.top-bar-v2 .top-social ul li a {
	width: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px;
}
.top-bar-v2 .top-social ul li a:hover {
	background: #fff;
	color: #125cb3;
}
/*
================================
Header
================================
*/

header {
	position: absolute;
	display: flex;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	width: 100%;
}
header .logo {
	float: left;
	-webkit-transition: background .2s;
	transition: background .2s;
}
header .logo a{
	display: block;
	width: 100%;
	height: 42px;
	margin:16px 0 ;
	background: url(../images/logo_w.png) no-repeat;
	background-size: auto 100%;
}
header .logo img {
	max-height: 54px;
	margin:20px 0 18px;
}
header .nav-wrapper {
	float: right;
	padding: 0px;
}
header .nav-wrapper ul .menuzord-menu {
	float: right;
	height: 54px;
}
.navigation-tel{
	margin-top:21px; 
	margin-bottom:0px; 
	float: right;
	color: #666;
    background: #fff;
    height: 34px;
    border-radius: 50px;
    width: 144px;
	line-height: 34px;
}
.navigation-tel .tel-icon {
	float: right;
	margin-right:6px;
}
.navigation-tel .tel-text {
	float: right;
	line-height: 34px;
    margin-right: 14px;
}
/*
================================
Sticky Header
================================
*/

header.sticky {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height:54px;
	z-index: 10000;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.36s;
}
header.sticky  .logo a{
	height:40px;
	margin:7px 0 ;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 100%;
}
header.sticky .logo img {
	height:48px;
	margin-top:6px;
	margin-bottom:6px;
}

header.sticky .navigation-tel{display: none;}

header.sticky .menuzord .menu-description {
	display: none;
}

header.sticky .menuzord li a {
	padding:16px 40px 12px;
	color: #666;
}

header.sticky .menuzord li li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
header.sticky .menuzord-menu .m_search{
	background: url(../images/icon-search.png) no-repeat;
}
/*
================================
Menuzord Menu
================================
*/

.menuzord {
	padding-right: 0;
	margin-top:0px;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	z-index: 9999;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.24);
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
	
}
.menuzord-menu  {
    list-style-type: none;
    padding: 0px;
    float: right;
    position: relative;/*子元素absol*/
}
.menuzord-menu > li{
	display: inline-block;
	float: left;
}
.menuzord-menu > li > a{
	padding:22px 22px 14px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight:500;
	color: #000;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.menuzord-menu .m_search{
    display: block;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	background: url(../images/icon-search_w.png) no-repeat;
}
.menuzord-menu img{
    position: relative;
    top:-1px;
}
.menuzord-menu li {

    text-align: center;
    float: left;
}
.menuzord-menu li a {
    text-decoration: none;
}
.droppable a.menu-line,.droppable a.menu-active{
	position: relative;
}
.droppable a.menu-line::after {
    width: 0%;
    content: '';
    position: absolute;
    bottom: 2px;
    height: 3px;
    background: #3970e9;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.36s ease;
}
.droppable a.menu-line:hover::after {
    width: 40%;
    opacity: 1;	
}
.droppable a.menu-active::after {
    width: 40%;
    content: '';
    position: absolute;
    bottom: 2px;
    height: 3px;
    background: #3970e9;
    left: 50%;
    transform: translateX(-50%);
}

================================
Bx Slider
================================
*/

.main-slider {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
}
.slider ul li {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.slider ul li .content {
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
.slider ul li .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.slider h2 {
	font-family: "微软雅黑", "宋体", Arial,;
	color: #ffffff;
	font-weight:500;
	font-size: 46px;
	margin-bottom: 40px;
	margin-top: 180px;
	padding-left:60px;
	letter-spacing: 4px;
}
.slider h3 {
	font-family:"微软雅黑", "宋体", Arial,;
	color:#fff;
	font-weight:normal;
	font-size:20px;
	margin-bottom:0px;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding-left:60px;
	display: inline-block;
	letter-spacing:2px;
}
.slider p {
	font-family: "微软雅黑", "宋体", Arial,;
	color: #fff;
	font-size: 20px;
	padding-left: 30px;
}
.slider p.button {
	overflow: hidden;
	margin-top: 20px;
}
.slider p.button a {
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #ffffff;
	background: #00b9ef;
	padding: 6px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.slider p.button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bx-wrapper .bx-viewport {
	left: 0;
	border: 0 !important;
	box-shadow: none !important;
}
/*
================================
Service - Version 1
================================
*/

.service-v1 {
	background: #fff;
	padding-top:40px;
	padding-bottom:20px;
}
.service-v1 .item {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	display: table;
}
.service-v1 .icon {
	width: 20%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-top: 14px;
	display: table-cell;
	vertical-align: top;
}
.service-v1 .icon img {
	width: 82px;
	height: 82px;
	cursor: pointer;  
    transition: all 0.6s;  
}
.service-v1 .icon img:hover{  
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); /* Internet Explorer */
    -moz-transform:rotate(360deg); /* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); /* Opera */ 
} 
.service-v1 .icon span {
	height: auto;
	padding:0px 10px;
	color: #125cb3!important;
	border: 2px solid #125cb3;
}
.service-v1 .text {
	width: 55%;
	height: auto;
	padding-top: 10px;
	display: table-cell;
	vertical-align: top;
}
.service-v1 .text .inner {
	padding: 10px;
}
.service-v1 .text h3 {
	font-size: 16px;
	font-weight: 600;
}
.service-v1 .text p {
	font-size: 14px;
}
/*
================================
Service - Version 2
================================
*/

.service-v2 {
	background: #F2F3F3;
	padding-top: 50px;
	padding-bottom: 50px;
}
.service-v2 .heading {
	margin-bottom: 50px;
}
.service-v2 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.service-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.service-v2 .item {
	height: auto;
	margin-bottom: 30px;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-v2 .icon {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 15px;
}
.service-v2 .icon img {
	width: 60px;
	height: 60px;
}
.service-v2 .icon span {
	background: #125cb3;
	color: #fff!important;
	padding: 10px 15px;
}
.service-v2 .text {
	width: 100%;
	height: auto;
	padding-top: 30px;
	text-align: center;
}
.service-v2 .text h3 {
	font-size: 16px;
	font-weight: 600;
}
.service-v2 .text p {
	font-size: 13px;
}
.service-v2 .item:hover span {
	color: #353535;
}
.service-v2 .item:hover {
	background: #fff;
}
/*
================================
Service - Version 3
================================
*/

.service-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.service-v3 .heading {
	margin-bottom: 50px;
}
.service-v3 .heading h2 {
	font-size: 30px;
	text-align: center;
}
.service-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
ul.service-v3-menu {
	text-align: center;
	margin-bottom: 25px;
}
ul.service-v3-menu li {
	display: inline-block;
	padding: 6px 14px;
	margin-right: 5px;
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
}
ul.service-v3-menu li:hover {
	border: 2px solid #125cb3;
	background: #125cb3;
	color: #fff;
}
ul.service-v3-menu li.filter.active {
	border: 2px solid #125cb3;
	background: #125cb3;
	color: #fff;
}
.service-v3 .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
\
}
.service-v3 .mix .content-box {
	position: relative;
}
.service-v3 .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.service-v3 .inner {
	border: 1px solid #e7e7e7;
}
.service-v3 .text {
	background: #f3f3f3;
	padding: 20px 20px;
	overflow: hidden;
}
.service-v3 .text h3 {
	text-align: left;
	color: #353535;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-v3 .text h3 a {
	color: #353535;
}
.service-v3 .text h3 a:hover {
	color: #125cb3;
}
.service-v3 .text h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
.service-v3 .text p {
	text-align: left;
}
.service-v3 .text p.button {
	margin-top: 20px;
	float: left;
}
.service-v3 .text p.button a {
	background: #838383;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.service-v3 .text p.button a:hover {
	background: #125cb3;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.service-v3 .thumb {
	position: relative;
	overflow: hidden;
}
.service-v3 .thumb img {
	width: 100%;
}

/*
================================
Team - Version 2
================================
*/

.team-v2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.team-v2 .heading {
	margin-bottom: 50px;
}
.team-v2 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.team-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.team-v2 .team-carousel {
	position: relative;
}
.team-v2 .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
}
.team-v2 .owl-controls .owl-prev, .team-v2 .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}
.team-v2 .owl-controls .owl-prev i, .team-v2 .owl-controls .owl-next i {
	font-size: 16px;
}
.team-v2 .owl-controls .owl-prev:hover, .team-v2 .owl-controls .owl-next:hover {
	background: #125cb3;
}
.team-v2 .text {
	background: #F2F3F3;
	padding: 15px;
}
.team-v2 .text h3 {
	text-align: center;
	color: #353535;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.team-v2 .text h3 a {
	color: #353535;
}
.team-v2 .text p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.team-v2 .item .thumb {
	position: relative;
	overflow: hidden;
}
.team-v2 .item:hover .thumb img {
	width: 100%;
}
.team-v2 .item .social-icons {
	width: 100%;
	height: 100%;
}
.team-v2 .social-icons ul {
	text-align: center;
	padding-left: 15px;
	margin-top: 10px;
}
.team-v2 .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 7px;
}
.team-v2 .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #125cb3;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}
.team-v2 .social-icons ul li a:hover {
	background: #353535;
}
/*
================================
Team - Version 3
================================
*/

.team-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.team-v3 .heading {
	margin-bottom: 50px;
}
.team-v3 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.team-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.team-v3 .team-inner {
	position: relative;
}
.team-v3 .item .inner {
	border: 1px solid #e7e7e7;
}
.team-v3 .text {
	background: #f3f3f3;
	padding: 40px 30px;
}
.team-v3 .text h3 {
	text-align: left;
	color: #353535;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.team-v3 .text h3 a {
	color: #353535;
}
.team-v3 .text h3 a:hover {
	color: #125cb3;
}
.team-v3 .text h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
.team-v3 .text p.button {
	margin-top: 20px;
}
.team-v3 .text p.button a {
	background: #838383;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.team-v3 .text p.button a:hover {
	background: #125cb3;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.team-v3 .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
.team-v3 .item .thumb {
	position: relative;
	overflow: hidden;
}
.team-v3 .item .thumb img {
	width: 100%;
}
.team-v3 .item:hover .thumb img {
	width: 100%;
}
.team-v3 .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(255, 255, 255, 0.8);
}
.team-v3 .item:hover .thumb .overlay {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.team-v3 .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	left: 0;

	margin-top: -20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.team-v3 .item:hover .social-icons {
	opacity: 1;
	filter: alpha(opacity=1);
}
.team-v3 .social-icons ul {
	text-align: center;
	padding-left: 15px;
}
.team-v3 .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.team-v3 .social-icons ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: rgba(220,32,61,0.7);
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 22px!important;
}
.team-v3 .social-icons ul li a:hover {
	background: #353535;
}
/*
================================
Team - Details
================================
*/

.team-detail {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.team-detail .team-single {
	margin-bottom: 30px;
}
.team-detail .team-single .text {
	background: #f1f1f1;
	text-align: center;
	padding: 25px 10px;
}
.team-detail .team-single .text h2 {
	color: #353535;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.team-detail .team-single .text h3 {
	color: #353535;
	font-size: 14px;
	margin-bottom: 15px;
}
.team-detail .team-single .text p {
	color: #353535;
	color: #125cb3;
}
.team-detail .team-single .thumb img {
	width: 100%;
	height: auto;
}
.team-detail .team-single .social .title {
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
}
.team-detail .team-single .social ul {
	margin-top: 15px;
	text-align: center;
}
.team-detail .team-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}
.team-detail .team-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: #125cb3;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.team-detail .team-single .social ul li a:hover {
	background: #353535;
}
.team-detail .team-detail-tab .content {
	padding: 15px 0;
}
.team-detail .team-detail-tab .content h2 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.team-detail .team-detail-tab .content ul li {
	list-style-position: inside;
}
.team-detail .team-detail-tab .nav-tabs>li>a {
	color: #125cb3;
}
.team-detail .team-detail-tab .nav-tabs>li.active>a {
	color: #353535;
}
.team-detail .testimonial-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #838383;
}
.team-detail .testimonial-content:last-child {
	border-bottom: 0;
}
.team-detail .testimonial-content .top {
	overflow: hidden;
}
.team-detail .testimonial-content .top img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.team-detail .testimonial-content .top h2 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #353535;
	font-size: 16px;
}
.team-detail .testimonial-content .top h3 {
	color: #838383;
	font-size: 13px;
}
.team-detail .testimonial-content .bottom {
	color: #838383;
}
.team-detail .ask-question .btn-success {
	background-color: #125cb3;
	border-color: #125cb3;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team-detail .ask-question .btn-success:hover {
	background: #838383;

	border-color: #838383;
}
.team-detail .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
}
.team-detail .contact {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 20px;
}
.team-detail .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #125cb3;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.team-detail .contact .icon i {
	font-size: 20px;
}
.team-detail .contact .text {
	text-align: center;
}
.team-detail .contact .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.team-detail .contact .text p {
	font-size: 14px;
}
/*
================================
project
================================
*/
.project-v1 {
	padding-top: 80px;
	padding-bottom:0px;
	position: relative;
	background-image: url(../images/img_5.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.project-v1 .heading {
	margin-top:30px;
	margin-bottom:80px;
}
.project-v1 .heading h2 {
	font-size: 34px;
	text-align: center;
	font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #fff;
}
.project-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0049ad;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.project-v1 .container {
	position: relative;
	z-index: 9999;
}
.project-v1 .project-img {
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	width: 187px;
	height: 187px;
	color: #fff;
	line-height: 38px;
	margin-bottom:0px;
}
.project-v1 .project-text p:first-child {
	padding-top: 60px;
	margin-bottom: 0px;
}
.project-v1 .project-text span.project {
	color: #fff;
}
.project1 a,.project2 a,.project3 a,.project4 a,.project5 a{
	webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s; 
} 
.project-v1 .project-text span {
	color: #fff;
}
.project-img a span{
	color: #fff;
	font-size: 18px;
}
/*
================================
Scroll to Top
================================
*/
.scrollup {
	position: fixed;
	z-index: 99999;
	bottom:120px;
	right:10px;
	display: none;
}
.scrollup i {
	background: url(../images/icon_up.png) no-repeat center #3366cc;
	color: #ffffff;
	text-align: center;
	padding:12px 21px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 50%;
	box-shadow: 0 0px 15px 5px rgba(0,129,255,.3);
	transition: all .2s linear;
}
.scrollup i:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}
.scrollup_1{
	position: fixed;
	z-index: 99999;
	bottom:160px;
	right:10px;}
/*
================================
Testimonial - Version 2
================================
*/

.testimonial-v2 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(../images/testimonial/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.testimonial-v2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.testimonial-v2 .container {
	position: relative;
	z-index: 9999;
}
.testimonial-v2 .heading {
	margin-bottom: 50px;
}
.testimonial-v2 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
}
.testimonial-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.testimonial-v2 .testimonial-carousel-2 {
	margin-top: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.testimonial-v2 .content .comment {
	color: #353535;
	background: #fff;
	padding: 15px 50px;
	position: relative;
	font-style: italic;
	margin-top: 15px;
}
.testimonial-v2 .content .comment p {
	margin: 0 auto;
}
.testimonial-v2 .author {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.testimonial-v2 .photo {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
.testimonial-v2 .photo img {
	width: 80px;
	height: 80px;
	float: right;
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.testimonial-v2 .text {
	display: inline-block;
	vertical-align: top;
}
.testimonial-v2 .text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}
.testimonial-v2 .text h4 {
	font-size: 13px;
	color: #fff;
	text-align: left;
}
.testimonial-v2 .owl-nav {
	margin-top: 20px;
}
.testimonial-v2 .owl-nav i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	text-align: center;
}
.testimonial-v2 .owl-nav .owl-prev, .testimonial-v2 .owl-nav .owl-next {
	color: #fff;
	background: none;
	position: absolute;
	top: 14%;
}
.testimonial-v2 .owl-nav .owl-prev i, .testimonial-v2 .owl-nav .owl-next i {
	font-size: 30px;
	font-weight: bold;
}
.testimonial-v2 .owl-nav .owl-prev {
	left: -80px;
}
.testimonial-v2 .owl-nav .owl-next {
	right: -80px;
}
.testimonial-v2 .owl-nav .owl-prev:hover, .testimonial-v2 .owl-nav .owl-next:hover {
	background: none;
}
/*
================================
product - Version 1
================================
*/

.product-v1 {
	background: #f5f7f8;
	padding-top:70px;
	padding-bottom: 100px;
	font-family: "微软雅黑", "宋体", Arial,;
}
.product-v1 .heading {
	margin-bottom:120px;
}
.product-v1 .heading h2 {
	font-size: 34px;
	margin-bottom:40px;
	text-align: center;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #333;
}
.product-v1 .heading h3 {
	font-size:14px;
	text-align: center;
	line-height: 20px;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #666;
}
.product-v1 .item-btn {
    position: absolute;
    width: 164px;
    height:34px;
    left: 50%;
	margin-top: 30px;
    transform: translateX(-50%);
}

.product-v1 .item-btn-a {
    display: block;
	text-align: center;
    font-size: 14px;
	border: 2px #3770d9 solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px;
	border-radius: 4px; 
    line-height:28px;
    color: #3770d9;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}
.product-v1 .item-btn-a:hover {
	background: #3770d9 ;
	color: #fff;
    box-shadow: 0 0 5px 2px rgba(55, 112, 217,  0.2);
    transform: translateY(-4px);
	-ms-transform:translateY(-4px);	/* IE 9 */
-moz-transform:translateY(-4px);	/* Firefox */
-webkit-transform:translateY(-4px);/* Safari 和 Chrome */
-o-transform:translateY(-4px);
}
.product-v1 .item:hover {
    transform: translateY(-10px);
	-ms-transform:translateY(-10px);	/* IE 9 */
-moz-transform:translateY(-10px);	/* Firefox */
-webkit-transform:translateY(-10px);/* Safari 和 Chrome */
-o-transform:translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}
.product-v1 .item .thumb {
	position: relative;
	overflow: hidden;
	float: left;
}
.product-v1 .item .thumb img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.product-v1 .item .thumb img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* Internet Explorer */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */ 
}
.product-v1 .item {
	background: #fff;
	float: left;
	width: 100%;
}
.items-cooperative .item {
    box-sizing: border-box;
    height: 360px;
	margin: 0px 6px;
    border: 1px solid #eee;
    position: relative;
}
.items-cooperative .flex-row {
    justify-content: space-between;
}

.items-cooperative .item {
    box-sizing: border-box;
    height: 360px;
	margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
}

.items-cooperative .img-block {
    margin:36px auto;
	margin-top: 50px;
    height: 62px;
    position: relative;
}
.items-cooperative .img-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.items-cooperative .img-b {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.items-cooperative .item-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
	font-weight:400;
	color: #333;
}

.items-cooperative .item-p {
    color: #bbb;
    text-align: center;
    line-height:16px;
}

.items-cooperative .item:hover {
    box-shadow: 0 0 3px 2px rgba(55, 112, 217, 0.2);
    border-color: #3770d9;
}

.items-cooperative .item:hover .img-a {
    opacity: 0;
}

.items-cooperative .item:hover .img-b {
    opacity: 1;
}

.items-cooperative .item:hover .item-title {
    color:#3770d9;
}

/*
================================
product2 - Version 1
================================
*/

.product2-v1 {
	background:url(../images/product-v2.png) center center no-repeat #fff;
	padding-top:160px;
	padding-bottom:0px;
	height:808px;
	font-family: "微软雅黑", "宋体", Arial,;
}
.product2-v1 .heading {
	margin-top:140px;	
}
.product2-v1 .heading h2 {
	font-size: 34px;
	margin-bottom:40px;
	text-align:left;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #333;
}
.product2-v1 .heading h3 {
	font-size:14px;
	line-height: 20px;
	text-align:left;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #666;
}
.product2-v1 .item-btn {
    width: 164px;
    height:34px;
    margin-top:40px;
    
}

.product2-v1 .item-btn-a {
    display: block;
	text-align: center;
    font-size: 14px;
	border: 2px #3770d9 solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
    line-height:28px;
    color: #3770d9;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}
.product2-v1 .item-btn-a:hover {
	background: #3770d9 ;
	color: #fff;
    box-shadow: 0 0 5px 2px rgba(55, 112, 217,  0.2);
    transform: translateY(-4px);
}
.product2-v1 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}
.product2-v1 .item .thumb {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.product2-v1 .item .thumb img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.product2-v1 .item .thumb img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* Internet Explorer */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */ 
}
.product2-v1 .item {
	background: #fff;
	width: 50%;
	float: left;
}


/*
================================
product3 - Version 1
================================
*/

.product3-v1 {
	background:url(../images/product-v3.png) center center no-repeat #f6f6f6;
	padding-top:0px;
	padding-bottom:0px;
	height:808px;
	font-family: "微软雅黑", "宋体", Arial,;
}
.product3-v1 .heading {
	margin-top:270px;	float: right;
}
.product3-v1 .heading h2 {
	font-size: 34px;
	margin-bottom:30px;
	text-align:left;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #333;
}
.product3-v1 .heading h3 {
	font-size:14px;
	line-height: 20px;
	text-align:left;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #666;
}
.product3-v1 .item-btn {
    width: 164px;
    height:34px;
    margin-top:80px;
    
}

.product3-v1 .item-btn-a {
    display: block;
	text-align: center;
    font-size: 14px;
	border: 2px #3770d9 solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
    line-height:28px;
    color: #3770d9;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}
.product3-v1 .item-btn-a:hover {
	background: #3770d9 ;
	color: #fff;
    box-shadow: 0 0 5px 2px rgba(55, 112, 217,  0.2);
    transform: translateY(-4px);
}
.product3-v1 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(135, 135, 135, .1);
}
.product3-v1 .item .thumb {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;

}
.product3-v1 .item .thumb img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
.product3-v1 .item .thumb img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1); /* Internet Explorer */
    -moz-transform: scale(1.1); /* Firefox */
    -webkit-transform: scale(1.1); /* Safari 和 Chrome */
    -o-transform: scale(1.1); /* Opera */ 
}
.product3-v1 .item {
	background: #fff;
	width: 50%;
	float: left;
}


/*
================================
Partner - Version 1
================================
*/
.partner-v1 {
	padding-top:60px;
	padding-bottom:80px;
	position: relative;
	background: #fff;
}
.partner-v1 .heading {
	margin-bottom: 50px;
}
.partner-v1 .heading h2 {
	font-size: 34px;
	text-align: center;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #333;
}
.partner-v1 .heading h3 {
	font-size: 20px;
	text-align: center;
	line-height: 40px;
    font-family: "微软雅黑", "宋体", Arial,;
	font-weight: 400;
	color: #666;
}
.partner-v1  .item .inner { width: 210px; height: 150px; margin: auto;}
.partner-v1  .item .inner img{ margin-top: 40px;}

/*
================================
Page Banner
================================
*/

.page-banner {
	background: url(../images/banner1.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:110px;
	padding-bottom:250px;
	position: relative;
}
.page-banner2{
	background: url(../images/banner2.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:100px;
	padding-bottom:260px;
	position: relative;
}
.page-banner3{
	background: url(../images/banner3.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:100px;
	padding-bottom:260px;
	position: relative;
}
.page-banner4{
	background: url(../images/banner4.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top:100px;
	padding-bottom:260px;
	position: relative;
}
.banner-text {
	text-align: left;
}
.banner-text h1 {
	font-size:48px;
	margin-left: 20px;
	color: #fff;
	margin-bottom: 20px;
	text-shadow:0px 2px 1px rgba(0, 0, 0, .3);
}
/*
================================
About - 1
================================
*/

.about1 {
	padding-top:20px;
	padding-bottom:30px;
	background: #fff;
}
.about1 p{line-height: 26px;}
.about1 .time p{line-height:16px;}

/*
================================
About - 2
================================
*/
.about2 {
	padding-top:60px;
	padding-bottom:80px;
	background: #f7f7f7;
}
.about2 p{line-height:30px;}
.about2 .ibox{text-align: center;}
.ibox strong{color: #36c; font-size: 18px; line-height: 50px;}



/*
================================
About - 3
================================
*/
.about3 {
	padding-top:40px;
	padding-bottom:60px;
	background:#fff;
}
.about3 img{width: 70%;}
.about3 .map{text-align: center;  padding: 10px; }
.about3 .map img{width:80%;margin:20px;box-shadow:0px 2px 6px 0px #eee;}

/*
================================
About - 4
================================
*/
.about4 {
	padding-top:40px;
	padding-bottom:40px;
	background: #f7f7f7;
}
.about4 .col{width: 340px; margin: 0px auto;}
.about4 .font2{color: #333;margin:20px 0px; }
.about4 .font2 a{color: #333;margin:20px 0px; }
.about4 .font3{line-height:28px;} 
.about4 .font3 a{color: #666;} 
.about4 .tcent{margin-bottom:20px;}
.about4 .img-100{width:100%}
.about4 .img-50 img{width:50%!important;}
.about4 .item-btn {
    width: 164px;
    height:34px;
    margin:20px auto;
}

.about4 .item-btn-a {
    display: block;
	text-align: center;
    font-size: 14px;
	border: 2px #3770d9 solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px;
	border-radius: 4px; 
    line-height:28px;
    color: #3770d9;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}
.about4 .item-btn-a:hover {
	background: #3770d9 ;
	color: #fff;
    box-shadow: 0 0 5px 2px rgba(55, 112, 217,  0.2);
    transform: translateY(-4px);
	-ms-transform:translateY(-4px);	/* IE 9 */
-moz-transform:translateY(-4px);	/* Firefox */
-webkit-transform:translateY(-4px);/* Safari 和 Chrome */
-o-transform:translateY(-4px);
}
/*
================================
About - 5
================================
*/
.about5 {
	padding-top:40px;
	padding-bottom:60px;
	background: #fff;
}
.about5 .font2{color: #333;margin:20px 0px; }
.about5 .font3{line-height:28px;} 
.about5 img{width:80%;}

/*
================================
About - Version 1
================================
*/

.about-v1 {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #fff;
}
.about-v1 .why-choose h1 {
	font-size: 24px;
	font-weight: bold;
}
.about-v1 .why-choose h3 {
	font-size: 14px;
	margin-bottom: 25px;
}
.about-v1 .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}
.about-v1 .panel-default>.panel-heading {
	background: #125cb3;
	color: #fff;
	padding: 0;
	border-radius: 0;
	border: 1px solid #125cb3;
	position: relative;
}
.about-v1 .panel-group .panel-heading a:after {
	content: '\f068';
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: -1px;
	top: -1px;
	padding: 12px;
	background: #353535;
}
.about-v1 .panel-group .panel-heading a.collapsed:after {
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 14px;
}
.about-v1 h4.panel-title a {
	display: block;
	padding: 10px 15px;
}
.about-v1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}
.about-v1 .facility h1 {
	font-size: 24px;
	font-weight: bold;
}
.about-v1 .facility h3 {
	font-size: 14px;
	margin-bottom: 25px;
}
.about-v1 .facility-title {
	color: #125cb3;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
.about-v1 .facility-meter {
	width: 100%;
	height: 8px;
	background: #dcd9d9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 26px;
}
.about-v1 .facility-meter-fill {
	height: 8px;
	background: #125cb3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}
.about-v1 .facility-meter-percentage {
	position: absolute;
	top: -34px;
	right: 0;
	color: #fff;
	background: #353535;
	border: 1px solid #dcd9d9;
	padding: 3px 12px;
	font-size: 14px;
}
/*
================================
About - Version 2
================================
*/

.about-v2 {
	padding-top:20px;
	padding-bottom: 0px;
	background: #fff;
}
.about-v2 h2 {
	color: #333;
	font-size: 28px;
	font-weight:500;
}
.about-v2 p.button {
	margin-top: 20px;
}
.about-v2 p.button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #125cb3;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}
.about-v2 p.button a:hover {
	background: #838383;
}
/*
================================
Statistic
================================
*/

.statistic {
	background: url(../images/statistic/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.statistic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.statistic .icon {
	text-align: center;
	font-size: 60px;
	margin-bottom: 10px;
}
.statistic .icon span {
	display: inline-block;
	background: #125cb3;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.statistic .number {
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 40px;
}
.statistic .text {
	color: #fff;
	font-size: 20px;
	text-align: center;
}
/*
================================
Contact - Version 1
================================
*/

.contact-v1 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-v1 .item {
	margin-bottom: 20px;
	overflow: hidden;
	background: #f1f1f1;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-v1 .icon {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	color: #125cb3;
	font-size: 20px;
}
.contact-v1 .text {
	float: left;
}
.contact-v1 .text h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.contact-v1 .text p {
	font-size: 14px;
}
.contact-v1 .text ul li {
	list-style-type: none;
}
.contact-v1 .item:hover {
	background: #125cb3;
}
.contact-v1 .item:hover .icon, .contact-v1 .item:hover .text h3, .contact-v1 .item:hover .text p, .contact-v1 .item:hover .text ul li {
	color: #fff!important;
}
.contact-v1 .cform-1 .btn-success {
	background-color: #125cb3;
	border-color: #125cb3;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-v1 .cform-1 .btn-success:hover {
	background: #353535!important;
	border-color: #353535!important;
}
.contact-v1 .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}
/*
================================
Contact - Version 2
================================
*/

.contact-v2 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-v2 .cform-2 .btn-success {
	background-color: #125cb3;
	border-color: #125cb3;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.contact-v2 .cform-2 .btn-success:hover {
	background: #353535!important;
	border-color: #353535!important;
}
.contact-v2 .cform-2 .form-control {
	border-radius: 0;
	box-shadow: none;
}
.contact-v2 .cform-2 textarea {
	height: 180px;
}
/*
================================
Contact - Version 3
================================
*/

.contact-v3 {
	background: url(../images/contact/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 40px;
	position: relative;
}
.contact-v3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.contact-v3 .item {
	margin-bottom: 20px;
	padding: 25px;
	border: 1px solid #c7c5c5;
	position: relative;
}
.contact-v3 .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
	background: #125cb3;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -25px;
	left: 40px;
}
.contact-v3 .text {
	margin-top: 20px;
	padding-left: 15px;
}
.contact-v3 .text h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	color: #fff;
}
.contact-v3 .text ul li {
	list-style-type: none;
	color: #c7c5c5;
	font-size: 14px;
}
/*
================================
404 Error
================================
*/

.error-page {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.error-page .title .inner {
	width: 200px;
	height: 200px;
	background: #125cb3;
	color: #fff;
	border: 5px solid #125cb3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.error-page .title .inner span:first-child {
	display: block;
	margin: 0;
	line-height: 60px;
	margin-top: 40px;
	font-size: 76px;
}
.error-page .title .inner span:last-child {
	display: block;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
}
.error-page .content {
	margin-top: 40px;
	text-align: center;
}
.error-page .content .button {
	margin-top: 40px;
}
.error-page .content .button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #125cb3;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}
.error-page .content .button a:hover {
	background: #838383;
}
/*
================================
Gallery
================================
*/

.gallery {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.gallery .heading {
	margin-bottom: 50px;
}
.gallery .heading h2 {
	font-size: 30px;
	text-align: center;
}
.gallery .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
ul.gallery-menu {
	text-align: center;
	margin-bottom: 25px;
}
ul.gallery-menu li {
	display: inline-block;
	margin-right: -4px;
	padding: 6px 34px;
	cursor: pointer;
	border: 2px solid #efeded;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	background: #efeded;
	color: #125cb3;
}
ul.gallery-menu li:hover {
	border: 2px solid #125cb3;
	background: #125cb3;
	color: #fff!important;
}
ul.gallery-menu li.filter.active {
	border: 2px solid #125cb3;
	background: #125cb3;
	color: #fff!important;
}
ul.gallery-menu li {
	border-radius: 0;
}
ul.gallery-menu li.filter:nth-of-type(1) {
	border-radius: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.gallery-menu li.filter:nth-last-of-type(1) {
	border-radius: 0;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.gallery .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
\
}
.gallery .mix .content-box {
	position: relative;
}
.gallery .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gallery .mix .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.gallery .inner .overlay {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #353535;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.gallery .inner:hover .overlay {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gallery .inner .icons {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -20px;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 36px;
	z-index: 200;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gallery .inner .icons-inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.gallery .inner .icons-inner a {
	background: #125cb3;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.gallery .inner .icons-inner a:hover {
	background: #353535;
}
.gallery .inner .icons-inner a i {
	font-size: 16px;
}
.gallery .inner:hover .icons-inner a {
	opacity: 1;
	filter: alpha(opacity=1);
}
/*
================================
Blog
================================
*/

.blog {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog .post-item {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.blog .image-holder {
	position: relative;
}
.blog .image-holder .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 999;
}
.blog .image-holder .day {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #125cb3;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.blog .image-holder .day:before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: #125cb3;
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 24px;
}
.blog .image-holder .month {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #353535;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.blog .text {
	padding: 20px;
}
.blog h3 {
	text-align: left;
	color: #353535;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}
.blog h3 a {
	color: #353535;
}
.blog h3 a:hover {
	color: #125cb3;
}
.blog .text ul.status {
	overflow: hidden;
	margin-bottom: 15px;
}
.blog .text ul.status li {
	text-align: left;
	margin-bottom: 15px;
	color: #125cb3;
	font-size: 13px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}
.blog .text ul.status li a {
	color: #125cb3;
}
.blog .text ul.status li i {
	margin-right: 8px;
}
.blog ul.status li:before {
	content: '';
}
.blog ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	list-style-type: none;
}
.blog ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f044';
	color: #353535;
}
.blog h1 {
	font-size: 24px;
	color: #125cb3;
	font-weight: bold;
}
.blog h2 {
	font-size: 20px;
	color: #125cb3;
	font-weight: bold;
	;
}
.blog h3 {
	font-size: 18px;
	color: #353535;
	font-weight: bold;
}
.blog h4 {
	font-size: 16px;
	color: #125cb3;
	font-weight: bold;
}
.blog h5 {
	font-size: 14px;
	color: #125cb3;
	font-weight: bold;
}
.blog h6 {
	font-size: 12px;
	color: #125cb3;
	font-weight: bold;
}
.blog p {
	margin-bottom: 15px;
	font-size: 13px;
}
.blog p.button {
	margin-top: 20px;
}
.blog p.button a {
	background: #838383;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.blog p.button a:hover {
	background: #125cb3;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.blog a.download-btn {
	background: #125cb3;
	border: 0;
}
.blog a.download-btn:hover {
	background: #353535;
}
.blog .pagination {
	margin-top: 20px;
}
.blog .pagination ul {
	width: 100%;
	height: auto;
	text-align: center;
}
.blog .pagination ul li {
	display: inline-block;
	color: #353535;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}
.blog .pagination ul li:before {
	content: '';
}
.blog .pagination ul li a {
	background: #125cb3;
	color: #fff;
	display: block;
	font-size: 16px;
}
.blog .pagination ul li a i {
	margin-right: 0;
}
.blog .pagination ul li a:hover {
	background: #353535!important;
}
.blog .pagination ul li a.active {
	background: #353535!important;
}
.blog .gallery-carousel {
	position: relative;
	z-index: 999;
}
.blog .owl-controls {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}
.blog .owl-controls .owl-prev, .blog .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}
.blog .owl-controls .owl-prev i, .blog .owl-controls .owl-next i {
	font-size: 16px;
}
.blog .owl-controls .owl-prev:hover, .blog .owl-controls .owl-next:hover {
	background: #125cb3;
}
.blog .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.blog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog .audio {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/*
================================
Sidebar
================================
*/

.sidebar {
	width: 100%;
}
.widget {
	overflow: hidden;
	margin-bottom: 30px;
}
.widget-search input {
	height: 36px;
	border: 2px solid #afafaf;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.widget-search input:focus {
	border: 2px solid #125cb3;
}
.widget-search button {
	width: 42px;
	height: 36px;
	float: left;
	border: 2px solid #125cb3;
	background: #125cb3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.widget-search button:hover {
	background: #353535;
	color: #fff;
	border-color: #353535;
}
.widget h4 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 2px solid #125cb3;
}
.widget ul li {
	display: block;
	float: none;
	color: #353535;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #afafaf;
	margin-bottom: 10px;
}
.widget ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: #353535;
	top: 1px;
	left: 3px;
}
.widget ul li a {
	color: #353535;
	font-size: 13px;
}
.widget ul li a:hover {
	color: #125cb3;
}
.widget ul.tag-cloud li {
	display: inline-block;
	padding-left: 0;
	padding: 4px 10px;
	border: 2px solid #afafaf;
	font-size: 12px;
	margin-right: 5px;
}
.widget ul.tag-cloud li:before {
	content: '';
}
.widget ul.tag-cloud li:hover {
	background: #125cb3;
	border: 2px solid #125cb3;
}
.widget ul.tag-cloud li:hover a {
	color: #fff!important;
}
/*
================================
Author Box
================================
*/

.author-box {
	width: 100%;
	height: auto;
	background: #125cb3;
	color: #fff;
	text-align: left;
}
.author-box .inner {
	padding: 20px;
	overflow: hidden;
}
.author-thumb {
	width: 15%;
	float: left;
}
.author-thumb img {
	width: 100%;
	height: auto;
	padding-right: 15px;
}
.author-info {
	width: 85%;
	float: left;
}
.author-info h3 {
	color: #fff;
	font-weight: bold;
	text-transform: none;
}
.author-info p {
	color: #fff;
}
.author-info ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 0;
}
.author-info ul li:before {
	content: '';
}
.author-info ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #125cb3;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
}
.author-info ul li a i {
	margin-right: 0;
}
.author-info ul li a:hover {
	background: #353535!important;
	color: #fff!important;
}
/*
================================
Comment
================================
*/

.comments {
	margin-top: 40px;
}
.comments h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.comment-list {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
}
.comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}
.comment-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}
.comment-list .text .inner {
	margin-left: 10px;
}
.comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 14px;
}
.comment-list .text p, .comment-list .text span {
	color: #353535;
	font-size: 13px;
}
.comment-list .text span.date {
	margin-right: 40px;
}
.comment-list .text span.date i {
	margin-right: 5px;
}
.comment-list .text span.reply a {
	background: #125cb3;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.comment-list .text span.reply a:hover {
	background: #353535;
}
.comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}
.comment-list .children .parent {
	margin-bottom: 20px;
}
.comment-list .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}
.comment-list .children .children .parent-inner {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}
.comments ul.comment-list > li, .comments ul.children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}
.comments ul.comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}
.comments ul.comment-list > li:before, .comments ul.children > li:before {
	content: '';
}
.comments ul.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.respond {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 15px;
	margin-bottom: 20px;
}
.respond .cform-1 .btn-success {
	background-color: #125cb3;
	border-color: #125cb3;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.respond .cform-1 .btn-success:hover {
	background: #353535!important;
	border-color: #353535!important;
}
.respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}
/*
================================
Prev Next
================================
*/

.prev-next-container {
	background: #f8f8f8;
	border: 1px solid #eae7e7;
	padding: 0;
	margin-bottom: 30px;
}
.prev-next-container .inner {
	margin: 0;
}
.prev, .next {
	background: #f8f8f8;
	padding: 60px 25px 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prev {
	border-right: 1px solid #eae7e7;
}
.prev .inner {
	float: left;
}
.next .inner {
	float: right;
}
.prev:hover, .next:hover {
	background: #fff;
}
.prev a, .next a {
	display: table-cell;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #838383;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 10px 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}
.prev p, .next p {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
}
.prev p {
	padding-left: 10px;
}
.next p {
	padding-right: 10px;
}
/*
================================
Under Construction - Version 1
================================
*/
.under-construction-v1 {
	width: 100%;
	height: 100%;
	position: relative;
}
.under-construction-v1 img {
	width: 100%;
	height: 100%;
}
.under-construction-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.7;
}
.under-construction-v1 .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.under-construction-v1 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}
.under-construction-v1 p {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.under-construction-v1 .newsletter {
	text-align: center;
}
.under-construction-v1 .btn-success {
	display: inline-block;
	background-color: #125cb3;
	border: 0;
	border-color: #125cb3;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.under-construction-v1 .btn-success:hover {
	background: #353535!important;
	border-color: #353535!important;
}
.under-construction-v1 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
}
/*
================================
Under Construction - Version 2
================================
*/

.under-construction-v2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.under-construction-v2 .inner {
	width: 100%;
	margin-top: 200px;
}
.under-construction-v2 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #353535;
	margin-bottom: 25px;
}
.under-construction-v2 p {
	color: #353535;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.under-construction-v2 .newsletter {
	text-align: center;
}
.under-construction-v2 .btn-success {
	display: inline-block;
	background-color: #125cb3;
	border: 0;
	border-color: #125cb3;
	font-size: 16px;
	padding: 10px 20px 16px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.under-construction-v2 .btn-success:hover {
	background: #838383;
	border-color: #838383;
}
.under-construction-v2 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
	border-width: 2px;
}
/*
================================
FAQ
================================
*/

.faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}
.faq h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}
.faq .panel-group {
	margin-bottom: 40px;
}
.faq .panel-default>.panel-heading {
	background: #eee;
	color: #353535;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}
.faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: -1px;
	top: -1px;
	padding: 11px;
	color: #fff;
	background: #125cb3;
}
.faq .panel-group .panel-heading a.collapsed:after {
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 14px;
	right: -1px;
	top: -1px;
	padding: 11px;
	color: #fff;
	background: #125cb3;
}
.faq h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}



/*
================================
menu-top
================================
*/
.head-v3{position:relative;z-index:100;}
.head-v3 .navigation-inner{margin:0 auto;position:relative;
width: 100%;display: flex;}

 .navigation-v3{float:right;padding:0;margin:0!important;}
 .navigation-v3 ul{float:right;padding:0;margin:0;}
 .navigation-v3 li{float:left;font:normal 18px/16px "microsoft yahei";}
.navigation-v3 li a{padding:0px 20px; line-height: 30px;display:inline-block;font-family:"microsoft yahei";color:#333;}
.navigation-v3 li a:hover{padding:0px 20px;line-height: 30px;display:inline-block;font-family:"microsoft yahei";}



.tcent{text-align: center; }
.cleargap{height:50px; color: #fff;}
.cleargap .ibox{vertical-align: middle;}
.c_ivnav{width:100%; background: #fff;box-shadow: 0px 0px 6px 0px #666;text-align: center; }
.c_ivnav li{width:10%; width:9.6%\9\0; padding:10px 0px; line-height:30px;text-align: center;position: relative;}
.c_ivnav li a{ color: #333; }

.c_ivnav li.active a,.c_ivnav li:hover a,.c_ivnav li.on a{color: #2056ad; font-weight: bold;}
.ibox{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px;letter-spacing:normal;}





/*footer-right*/
.footer-col{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 14px;
}
.footer-l-1{
	height: 70px;
	line-height: 70px;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.contact-item{
	height: 26px;
	line-height: 26px;
}
.footer-l-1 a, .contact-item a{
	color: #666;
	cursor: pointer;
}
.wechat_img {
	position: absolute;
	width: 132px;
	height: 0;
	left: 54px;
	top: -160px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
}
.fl_wechat_box {
	border: 1px #aaaab9 solid;
	height: 40px;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.fl_wechat_box a:hover p {
	color: #fff;
}
.fl_wechat_box:hover {
	border-color: #fff;
	color: #fff;
}
.fl_wechat_box:hover .wechat_img {
	transition: all 0.3s;
	height: 158px;
 filter:progid:DXImageTransform.Microsoft.Shadow(color= #999, direction= 120, strength= 4 );/*ie*/
	-moz-box-shadow: 0px 2px 10px 0 rgba(51,51,51,.2);/*firefox*/
	-webkit-box-shadow: 0px 2px 10px 0 rgba(51,51,51,.2);/*safari或chrome*/
	box-shadow: 0px 2px 10px 0 rgba(51,51,51,.2);/*opera或ie9*/
}
.fl_wechat_box .wechat_img img {
	width: 132px;
	height: 158px;
}
.fl_wechat_box p,.fl_phone_box p{
	color: #aaaab9;
}
.dark_fun_wechat {
	background: url(../images/icon-wechat.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-left: 20%;
	margin-right: 6%;
}
.light_fun_wechat {
	background: url(../images/icon-wechat.png) no-repeat 0px -24px;
	transition: all 0.3s;
	display: none;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-left: 20%;
	margin-right: 6%;
}
.light_fun_wechat:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* Internet Explorer */
	-moz-transform: rotate(360deg); /* Firefox */
	-webkit-transform: rotate(360deg); /* Safari 和 Chrome */
	-o-transform: rotate(360deg); /* Opera */
}
.fl_wechat_box:hover .dark_fun_wechat {
	display: none;
}
.fl_wechat_box:hover .light_fun_wechat {
	display: block;
}
.fl_phone_box {
	border: 1px #aaaab9 solid;
	height: 40px;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
}
.fl_phone_box a:hover p {
	color: #fff;
}
.fl_phone_box:hover {
	border-color: #fff;
}
.dark_fun_phone {
	background: url(../images/icon-phone.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-left: 15%;
	margin-right: 6%;
}
.light_fun_phone {
	background: url(../images/icon-phone.png) no-repeat 0px -24px;
	transition: all 0.3s;
	display: none;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-left: 15%;
	margin-right: 6%;
}
.light_fun_phone:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* Internet Explorer */
	-moz-transform: rotate(360deg); /* Firefox */
	-webkit-transform: rotate(360deg); /* Safari 和 Chrome */
	-o-transform: rotate(360deg); /* Opera */
}
.fl_phone_box:hover .dark_fun_phone {
	display: none;
}
.fl_phone_box:hover .light_fun_phone {
	display: block;
}









.mega-menu ul.ul-reset {
	padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
	margin-right: 0;
	list-style: none;
	text-align: center;
}



/* #Mega Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mega-menu {
	background: #f7f8fa;
	overflow: hidden;
  	left: 0;
  	position:fixed;
	border-top: 1px solid #dfdede;
  	text-align: left;
  	width: 100%;
	z-index: 111;
	box-shadow: 0px 8px 14px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.36s ease;
	min-height: 160px;
	display: none;
	height: 0px;
	opacity: 0;
}
.mega-menu h3 {color: #444;}
.mega-menu ul {
	float: left;
  	margin-bottom: 20px;
  	margin-right: 40px;
  	width: 205px;
}


/* #Droppable Class Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.droppable:hover .mega-menu {
	display: block;
	opacity: 1;
	height:auto;
	transition: all 1s ease;
}

/* #Browser Clearfix
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cf:before,
.cf:after {
	content: " "; /* 1 */
   display: table; /* 2 */
}
.cf:after {clear: both;}

.pm{
	width: 80%;
	margin:40px auto 30px;
	display: flex;
}
.pm ul{
	width: 100%;
	margin-bottom: 0px;
}
.pm ul li{
	margin-bottom: 20px;
	cursor: pointer;
}
.pm ul li a {
    background: #fff;
    border-bottom: 0px;
    padding:14px 0 14px 18px;
	text-align: left;
    color: #666;
	display: flex;
}
header.sticky .pm ul li a {
    padding: 14px 0 14px 18px;
}
.pm-bg span {
    float: left;
    font-size: 14px;
    line-height: 48px;
}
span.pm-p1-imbg1,span.pm-p1-imbg2 {
    display: inline-table;
    width: 48px;
    height: 48px;
	position: relative;
	margin-right: 14px;
}
span.pm-p1-imbg1 {
    background: url(../images/pic-pr-bg_1.png) no-repeat;
}
span.pm-p1-imbg2 {
    background: url(../images/pic-pr-bg_2.png) no-repeat;
}
.pm-bg {
    display: flex;
}
.pm img {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    left: 50%;
    width: 36px;
    margin-left: -18px;
	transition: all 1s ease;
}
.pm ul li:hover img {
    transform: rotateY(360deg);
}
.pm ul li:hover span{
	color: #1973FF;
}
.pm ul li a:hover {
	box-shadow: 0 2px 14px 1px rgba(5, 5, 5, 0.1);
}

/*---
.pm.pm2 div img {
    width: 100%;
    height: auto;
    position: inherit;
	margin: 0;
	transition: all 0.36s ease;
}
.pm.pm2 ul li a {
    background: #fff;
    border-bottom: 0px;
    padding:0;
	text-align: center;
    color: #666;
	display:block;
}
.pm2 .m-fan:hover img {
    transform: scale(1.08);
	
}
.pm2 .m-fan-li:hover {
	box-shadow: 0 2px 14px 1px rgba(5, 5, 5, 0.1);
	overflow: hidden;
}
-*/

/*   */
.pm2 {
	width: 90%;
	overflow: hidden;
}
.pm2 .l {
	position: relative;
	width: 50%;
	background: url(../images/pic-sch_bg.png) no-repeat;
    background-position-y: 80%;
    background-position-x: 86%;
    background-size: 60% auto;
}
.pm2 .r {
	width: 49%
}
.pm2 h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 50px;
	margin-top: 4%;
}
.pm2-pic1 {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top:6%;
    opacity: 0.4;
    -webkit-filter: blur(40px);
    filter: blur(4px);
    left: 10%;
    background: linear-gradient(
4.18deg,#0281bc 4.87%,rgba(52,191,255,.09) 96.88%);
}
.pm2-text1 {
    font-size: 14px;
    line-height: 22px;
    width: 240px;
}
.pm2 .ul {
	margin-top: 23px
}
.pm2 .ul li {
	padding-top: 11px;
	padding-bottom: 11px;
	height: 44px;
	line-height: 22px;
	padding-left: 15px;
	margin-right: 40px;
	width: 265px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 10px;
	position: inherit
}
.pm2 .ul li:nth-child(2n+0) {
	margin-right: 0
}
.pm2 .ul li:hover {
	
}
.pm2 .ul li a {
	display: block;
	text-align: left;
	color: #999;
	font-size: 14px
}
.pm2 ul li a:hover {
    box-shadow: 0 4px 6px 0px rgb(5 5 5 / 3%);
	background-color: #fff;
	margin-bottom: 10px;
}
.pm2 .ul li a i {
	margin-right: 10px;
	margin-top: 4px;
	float: left;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center
}
.pm2 .ul li a i.bgs1 {
	background-image: url(../images/top_pic4.png)
}
.pm2 .ul li a i.bgs2 {
	background-image: url(../images/top_pic5.png)
}
.pm2 .ul li a i.bgs3 {
	background-image: url(../images/top_pic6.png)
}
.pm2 .ul li a i.bgs4 {
	background-image: url(../images/top_pic7.png)
}
.pm2 .ul li a i.bgs5 {
	background-image: url(../images/top_pic8.png)
}
.pm2 .ul li a i.bgs6 {
	background-image: url(../images/top_pic9.png)
}
.pm2 .ul li a i.bgs7 {
	background-image: url(../images/top_pic10.png)
}
.pm2 .ul li a i.bgs8 {
	background-image: url(../images/top_pic11.png)
}
.pm2 .ul li a b {
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #000;
	height: 22px;
	overflow: hidden
}
.pm2 .ul2 {
	margin: 0 auto;
	overflow: hidden
}
.pm2 .ul2 h2 {
	margin-bottom: 23px
}
.pm2 .ul2 li {
	line-height: 18px;
	margin-right: 8%;
	width:45%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom:0;
	position: inherit
}
.pm2 .ul2 li:nth-child(2n+0) {
	margin-right: 0
}
.pm2 .ul2 li a {
	background: no-repeat;
	display: block;
	text-align: left;
	color: #949aa5;
	font-size: 12px;
	margin-bottom: 10px;
}
.pm2 .ul2 li a b {
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #000;
	height: 26px;
	overflow: hidden
}
.pm2 .ul2 li a b i {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url( ../images/icon-arrow.png) no-repeat;
	margin-left: 8px;
}
.pm2 .ul2 li a:hover b {
	color: #0099ff;
}
header.sticky .pm2 ul li a {
    padding: 14px 18px;
	margin-bottom: 8px;
}





.mega-menu .pm2 h3 {
    line-height: 34px;
	margin-bottom: 12px;
}
.mega-menu .m-fan {
    float: left;
    margin-bottom: 20px;
    margin-right: 40px;
    width: 16.6%;
}
.mega-menu .m-fan-bt {
    float: left;
    margin-right: 0px;
    width: 16.6%;
}
.mega-menu .m-fan-bt h3{
	    text-align: center;
    border: 1px #ddd solid;
    font-size: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-top: 46px;
}
.mega-menu .m-fan-bt h3 a{
    padding: 20px 0;
}
header.sticky .mega-menu .m-fan-bt h3 a{
	padding: 16px 0px 12px;
}
.mega-menu .m-fan .m-fan-li{
	width: 100%;
}
.menuzord-menu li .m-fan-li a {
    padding: 0;
}
.mega-menu a .m-fan-text{
	background: #fff;
	height: 90px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 24px;
	padding-left: 10%;
	padding-right: 10%;
	color: #666;
}
.mega-menu a:hover .m-fan-text{
	color: #1973FF;
}
.mega-menu .m-fan-li a{
	border-bottom: 0;	
}
header.sticky .menuzord li .m-fan-li a{
	padding: 0;
}
.mega-menu .ul-reset a{
	border-bottom: 0;	
}
.mega-menu .ul-reset h3 a{
	font-size: 20px;
	color: #666;
}
.mega-menu .ul-reset h3 a:hover{
	color: #1973FF;
}


/*   */
.pm3{margin-top: 60px;}

.pm4 {
    width: 30%;
    position: absolute;
	margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mc_msc_box {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}
.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
.pm .mc_msc_submit {
    width: 30px;
    position: absolute;
    bottom: 24px;
    right: 0;
    cursor: pointer;
}
.mega-menu.mega-menu-white{
    background: #fff;
}






/*----*/
@media screen and (max-width:1366px) {
	.navigation-tel{
		margin-top:16px; }
	header .logo a{
		margin:10px 0 ;}
	.pm{
	width: 100%;
	margin: 20px auto 10px;
}
    .pm.pm4{
	width: 50%;
}
	.pm ul li a {
    padding: 8px 0 8px 18px;
	}
	.m-fan-text{
	height: 80px;
	font-size: 14px;
	line-height: 14px;
}
	.navigation-tel{
	width: 132px;	
	}
	.menuzord-menu li a {
    padding: 22px 34px 14px;
}
	header.sticky .menuzord li a {
	padding:16px 34px 14px;
	}
}



header ul .menus-a1 li{
	margin-left: 408px;
}
header ul .menus-a2 li{
	margin-left: 514px;
}
header ul .menus-a5 li{
	margin-left: 856px;
}
@media (min-width:1200px) {
    header .menus_bg ul {
	width: 1170px;
}
	header ul .menus-a1 li{
	margin-left: 408px;
}
	header ul .menus-a2 li{
	margin-left: 514px;
}
	header ul .menus-a5 li{
	margin-left:856px;
}
}
@media (min-width:1600px) {

header .menus_bg ul {
	width: 1400px;
}
header ul .menus-a1 li{
	margin-left: 638px;
}
	header ul .menus-a2 li{
	margin-left: 746px;
}
	header ul .menus-a5 li{
	margin-left:1086px;
}
}
/*屏幕宽度小于991px,改变布局和样式*/
@media screen and (max-width:991px) {
header {
    flex-direction: column;
}
}