@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
  
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

 

body {
	font-family:  "arial",  Helvetica, Arial, "sans-serif","Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "微软雅黑";
	font-size:14px;
	color:#555555;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#3f48cc;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.template-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:9px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#3f48cc !important;
	border:2px solid #ffffff;
	font-size:14px;
	font-weight:700;
	border-radius:10px;
}

.btn-style-one:hover{
	background:none;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-two{
	position:relative;
	padding:13px 60px;
	line-height:24px;
	text-transform:uppercase;
	background:#3f48cc;
	color:#ffffff !important;
	border:2px solid #3f48cc;
	font-size:14px;
	font-weight:700;
	border-radius:10px;
}

.btn-style-two:hover{
	background:none;
	color:#ffffff !important;
	border-color:#ffffff;
}

.template-btn .icon-left{
	padding-right:10px;
}

.template-btn .icon-right{
	padding-left:10px;
}

.template_color{
	color:#0182e7;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#0182e7;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff; border-bottom: 1px solid #f0f0f0;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-box .outer-container{
	position:relative;
}
.main-header .main-box .outer-container #google_translate_element{ 
		position: absolute; left: 190px; top:20px;
} 

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;	
}

.fixed-header .main-box .logo-box{
	padding:5px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:42px;
	background:#3f48cc;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #3f48cc;
	border-radius:3px;
	font-weight:normal;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative; 
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:5px 0px;
	margin-left:40px;
}

@media screen and (max-width: 1440px) { 
  .main-menu .navigation > li{
    margin-left:30px;
  } 
}
@media screen and (max-width: 1300px) { 
  .main-menu .navigation > li{
    margin-left:22px;
  } 
}
@media screen and (max-width: 1200px) { 
  .main-menu .navigation > li{
    margin-left:15px;
  } 
}
.fixed-header .main-menu .navigation > li{
	padding:10px 0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 0px;
	color:#242424;
	text-align:center;
	line-height:30px; text-transform: capitalize;
	letter-spacing:0px;
	font-weight:700;
	opacity:1;
	font-size:13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#3f48cc;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#fa6f1c;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#fa6f1c;	
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 280px;
	height: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(63,72,204,0.80);
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #3f48cc;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #3f48cc;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#3f48cc;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: rgba(245,245,245,0.80);
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #f00;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #3f48cc;
	display: block;
	font-weight: 500;
	text-transform:capitalize; 
	border-bottom: 1px solid #fff;
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #f00;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	padding-top: 80px; border-bottom: 1px solid #fff
}

.tp-dottedoverlay {
    background-color: rgba(0,143,254,0.00) !important;
    z-index: 2;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:24px;
	text-transform: uppercase; 
}

.main-slider h2{
	font-size:72px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.3em;
	letter-spacing:2px; 
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	border-width:2px !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:none !important;
	width:10px !important;
	height:10px !important;
	border:2px solid #ffffff!important;
	border-radius:50%!important;
	margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background:#ffffff !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:54px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:54px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#ffffff;
	font-size:22px;
	height:54px !important;
	line-height:52px;
	width:50px !important;
	border:2px solid #ffffff;
	padding:0px;
	border-radius:2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#3f48cc;
	border-color:#3f48cc;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative; padding-left: 10%; padding-right: 10%;
	margin-bottom:50px;
	text-align: center;
}

.sec-title h2{
	font-size:33px;
	font-weight:300; margin-bottom:12px;
	letter-spacing:1px;
	color:#fff;
	line-height:1.4em;
	text-transform:uppercase; 
}

.sec-title .separator{
	position:relative;
	display:block;
	width:100%;
	height:30px;
	background:url(../heng.png) center center no-repeat;
}

.sec-title .text{
	position:relative;
	line-height:2.4em;
	padding-top:10px;
	color: #fff;
	font-size: 15px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative; 
	padding: 90px 0; background: url(../about.jpg) no-repeat top center;  
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; 
} 

.about-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.70);
}

.about-block{
	position:relative;
	margin-bottom: 35px;
}

.about-block .inner-box{
	position:relative;
	padding-right: 50px;
}

.about-block .inner-box .icon-box{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 76px;
	height: 76px;
	text-align: center;
	line-height: 74px;
	font-size: 34px;
	border-radius: 10px;
	background-color:#f1f1f1;
}

.about-block .inner-box .icon-box .icon{
	color:#3f48cc;
}

.about-block .inner-box h3 a{
	position: relative;
	font-size: 17px;
	color: #4f4f4f;
	font-weight: 500;
	line-height: 1.6em;
	padding-top: 12px;
	padding-left: 100px;
	display: inline-block;
	text-transform: uppercase;
}

.about-block .inner-box h3 a span{
	font-weight: 700;
}

.about-block .inner-box .text{
	font-size: 13px;
	color: #4f4f4f;
	margin-top: 25px;
	line-height: 1.9em; 
}


/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#243a51;
}

.video-section .play-link{
	position:relative;
	display:block;
	text-align:center;
	left:0px;
	top:0px;
	font-size:50px;
	font-weight:400;
	width:100%;
	height:100%;
	color:#3f48cc;
	padding:125px 0px 115px 0px;
	background-color: rgba(255,255,255,0.70);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.video-section .play-link .icon-box{
	position:relative;
	display:block;
	width:116px;
	height:116px;
	line-height:83px;
	margin:0 auto;
	color:#3f48cc;
	border: 17px solid #3f48cc;
	padding-left:8px;
	margin-bottom:16px;
	border-radius:50%;	
}

.video-section h3{
	position:relative;
	color:#4f4f4f;
	font-weight: 500;
	font-size:17px;
	text-transform: uppercase;
}

.video-section h3 span{
	font-weight:700;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 110px 0px 120px;
}

.services-section .content-column .inner-box{
	padding-top: 40px;
}
.services-section .image-column{
	position:relative;
	text-align: center;
}

.services-section .image-column img{
	position:relative;
	max-width: 100%;
}

.service-block{
	position: relative;
	margin-bottom: 70px;
}

.service-block .inner{
	position: relative;
}

.service-block .inner h3{
	position:relative;
	font-size: 17px;
	color: #4f4f4f;
	font-weight: 700;
	padding-left: 50px;
	text-transform: uppercase;
}

.service-block .inner .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #3f48cc;
	font-size: 30px;
}

.service-block .inner .text{
	position:relative;
	font-size: 13px;
	color: #4f4f4f;
	margin-top: 20px;
	line-height: 2em;
}

.services-section .left-column .inner-box{
	padding-right: 30px;
}

.services-section .right-column .inner-box{
	padding-left: 30px;
}

.services-section .left-column .service-block{
	position: relative;
	text-align: right;
}

.services-section .left-column .service-block h3{
	padding-right:50px; 
}

.services-section .left-column .service-block .icon-box{
	right:0px;
}

/*** 

====================================================================
	Fancy Box Style
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Masonary Section
====================================================================

***/

.gallery-section{
	position:relative; 
}

.gallery-section .filters{
	text-align:center;
	margin-bottom: 14px;
}

.sortable-masonry .filter-list .row{ 
	margin: 0px 0px;
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding:8px 20px;
	border-radius: 50px;
	line-height:24px;
	color:#4f4f4f;
	font-size:17px;
	cursor:pointer;
	font-weight:400;
	margin:0px 0px 10px;
	text-transform:uppercase;
	border: 1px solid transparent;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover{
	color:#4f4f4f;
	border: 1px solid #242424;
}

.default-portfolio-item.mix{
	display:none;
}

/*Gallery Item*/

.gallery-item{
	position: relative;
	padding: 0px 11px;
	margin-bottom: 22px;
}

.gallery-item .inner-box{
	position: relative;
}

.gallery-item .inner-box .image-box{
	position: relative;
}

.gallery-item .inner-box .image-box img{
	position: relative;
	width: 100%;
	display: block;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
}
.gallery-item .inner-box:hover .image-box img{
	transform: scale3d(1.03, 1.03, 2);
}
  
.gallery-item .inner-box .image-box .overlay-box{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(0,143,254,0.90);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .inner-box .image-box .overlay-box .inner{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
    display: table;
	padding:0px 20px;
	vertical-align: middle;
}

.gallery-item .inner-box .image-box .overlay-box .content{
    display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.gallery-item .inner-box:hover .image-box .overlay-box{
	opacity: 1;
}

.gallery-item .inner-box .image-box .overlay-box h3{
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase; 
}

.gallery-item .inner-box .image-box .overlay-box h4{
	position: relative;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}

.gallery-item .inner-box .image-box .overlay-box .text{
	position: relative;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.gallery-item .inner-box .image-box .overlay-box .links .icon{
	color: #ffffff;
	font-size: 20px;
	margin-right: 12px;
}

.gallery-item.mix{
	display:none;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 100px 0px 120px;
}

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
	text-align: center;
}

.testimonial-block .inner-box .image-box{
	position: relative;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #3f48cc;
	border-radius: 50%;
}

.testimonial-block .inner-box .image-box img{
	border-radius:50%;
}

.testimonial-block .inner-box h4{
	position: relative;
	font-size: 17px;
	color: #4f4f4f;
	font-weight: 700;
	margin-top: 32px;
}

.testimonial-block .inner-box .designation{
	color: #4f4f4f;
	font-weight: 400;
}

.testimonial-block .inner-box .text{
	max-width: 835px;
	font-size: 17px;
	color: #4f4f4f;
	margin: 0 auto;
	font-style: italic;
	margin-top: 30px;
	line-height: 1.6em; 
}

.testimonial-section .owl-controls{
	margin-top:30px;
}

.testimonial-section .owl-controls .owl-dots .owl-dot span{
	width:13px;
	height:13px;
	border-radius:50%;
	background:#e5e5e5;
}

.testimonial-section .owl-controls .owl-dots .owl-dot.active span,
.testimonial-section .owl-controls .owl-dots .owl-dot:hover span{
	background-color:#3f48cc;
	border-color:#3f48cc;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column{
	position:relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:120px 0px 80px 0px;
}

.fact-counter-column:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255,255,255,0.70);
}

.fact-counter{
	position:relative;
	color:#103d68;
    margin: 0 auto;
}

.fact-counter .row{
	margin: 0px -50px;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	padding: 0px 50px;
	margin-bottom:40px;
}

.fun-fact-section.style-two .fact-counter .column{
	padding-left:0px;	
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	padding: 30px 15px;
	border-radius: 10px;
	background-color: #ffffff;
}

.fact-counter .column .inner .icon{
	position: relative;
	color: #3f48cc;
	font-size: 36px;
	margin-bottom: 15px;
    margin-bottom: 18px;
    display: inline-block;
}

.fact-counter .count-outer{
	position:relative;
	font-size:50px;
	line-height:1em;
	font-weight:600;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:300;
	color:#4f4f4f;
	font-size:50px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:17px;
	font-weight:700;
	color:#3f48cc;
	margin-top: 20px;
	text-transform: uppercase;
}

.fact-counter.style-two .column .inner{
	background:none;
	padding-bottom:0px;
}

.fact-counter.style-two .column .progress-box{
	margin-bottom:0px;
}

.fact-counter.style-two .column .cartegory{
	color:#4f4f4f;
	font-size:17px;
	text-align:center;
	font-weight:700;
	margin-top:20px;
	text-transform:uppercase;
}

.fact-counter.style-two .column .percentage{
	color:#4f4f4f;
	font-size:50px;
	font-weight:300;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 110px 0px 100px;
}

.team-section .row{
	margin: 0px -35px;
}

.team-section .team-member{
	position: relative;
	padding: 0px 35px;
	margin-bottom:25px;
}

.team-member .inner-box{
	position: relative;
	overflow: hidden;
}

.team-member .inner-box:hover .image-box .overlay-box{
	bottom: 0%;
}

.team-member .inner-box:hover .image-box .overlay-box .designation:after{
	opacity: 1;
}

.team-member .inner-box .image-box{
	position: relative;
}

.team-member .inner-box .image-box img{
	position: relative;
	width: 100%;
	display: block;
    border-radius: 10px;
}

.team-member .inner-box .image-box .overlay-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: -80%;;
	padding: 32px 25px 25px;
	text-align: center;
    border-radius: 10px;
	background-color: rgba(0,143,254,0.90);
	transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
}

.team-member .inner-box .image-box .overlay-box h4{
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
}

.team-member .inner-box .image-box .overlay-box .designation{
	position: relative;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	margin-top: 2px;
	padding-bottom: 12px;
}

.team-member .inner-box .image-box .overlay-box .designation:after{
	position: absolute;
	bottom: 0px;
	content: '';
	width: 60px;
	height: 1px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0;
}

.team-member .inner-box .image-box .overlay-box .text{
	position: relative;
	color: #ffffff;
	font-size: 13px;
	margin-top: 16px;
	line-height: 2.2em;
}

.team-member .inner-box .image-box .overlay-box .social-nav{
	position: absolute;
	left: 0px;
	bottom: 55px;
	width: 100%;
	text-align: center;
}

.team-member .inner-box .image-box .overlay-box .social-nav a{
	color: #ffffff;
	font-size: 18px;
	margin: 0px 20px;
}

/*** 

====================================================================
	Subscribe Form
====================================================================

***/

.subscribe-form{
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:115px 0px 40px 0px;
}

.subscribe-form:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255,255,255,0.70);
}

.subscribe-form .subscribe-inner{
	max-width: 780px;
	margin: 0 auto;
}

.subscribe-form .subscribe-inner .column{
	margin-bottom: 40px;
}

.subscribe-form .subscribe-inner .icon-box{
	color: rgba(79,79,79,0.35);
	font-size: 160px;
	line-height: 1em;
	margin-top: 25px;
}

.subscribe-form .subscribe-inner .inner-box{
	position: relative;
}

.subscribe-form .subscribe-inner .inner-box h3{
	position: relative;
	color: #242424;
	font-weight: 300;
	font-size: 33px;
}

.subscribe-form .subscribe-inner .inner-box .text{
	position: relative;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.8em;
	margin-top: 5px;
}

/*** 

====================================================================
	Subscribe Box
====================================================================

***/

.subscribe-box{
	position:relative;
	max-width:530px;
	margin:0 auto 40px;
	margin-top: 15px;
}

.subscribe-box .form-group{
	position:relative;
	margin-bottom:0px;
	text-align:left;
}

.subscribe-box .form-group input[type="email"],
.subscribe-box .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	background-color:rgba(255,255,255,0.38);
	border:1px solid #3f48cc;
	height:50px;
	border-radius:8px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.subscribe-box .form-group input[type="text"]:focus,
.subscribe-box .form-group input[type="search"]:focus,
.subscribe-box .form-group textarea:focus{
	border-color:#3f48cc;
}

.subscribe-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:158px;
	height:50px;
	text-align:center;
	margin:0px;
	padding:11px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:700;
	background:#3f48cc;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0px 8px 8px 0px;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position: relative;
	padding: 120px 0px 80px;
}

.price-box{
	position:relative;
	margin-bottom:45px;
}

.price-box .inner-box{
	position: relative;
	padding: 12px;
	text-align: center;
	border-radius: 10px;
	background-color: #f2f2f2;
}

.price-box .inner-box .icon-box{
	position:relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	line-height: 58px;
	margin-top: -46px;
	border-radius: 10px;
	border: 6px solid #ffffff;
	background-color: #3f48cc;
}

.price-box .inner-box .price{
	position: relative;
	color: #4f4f4f;
	font-size: 72px;
	font-weight: 500;
	margin:20px 0px 35px;
	line-height: 1em; 
}

.price-box .inner-box .price sub{
	color: #4f4f4f;
	font-size: 35px;
	font-weight: 300;
}

.price-box .inner-box h4{
	background-color: #f8f8f8;
	color: #3f48cc;
	font-size: 17px;
	padding: 12px 0px;
	font-weight: 700;
	text-transform: uppercase;
}

.price-box .inner-box ul{
	position: relative;
	padding: 32px 0px;
	background-color: #e9e9e9;
}

.price-box .inner-box ul li{
	color: #4f4f4f;
	font-size: 17px;
	font-style: italic;
	padding: 6px 0px; 
}

.price-box .inner-box .in-touch{
	color: #ffffff;
	font-size: 14px;
	padding: 12px 37px;
	display: inline-block;
	background-color: #3f48cc;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 44px;
	margin-bottom: 30px;
	border-radius: 6px; 
	border:2px solid transparent;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.price-box .inner-box .in-touch:hover{
	color:#3f48cc;
	border-color:#3f48cc;
	background:none;
}

.blog-section{
	position: relative;
	padding: 110px 0px 80px;
	background-color: #f2f2f2;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.news-block{
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box{
	position: relative;
}

.news-block .inner-box .image-box{
	position: relative;
}

.news-block .inner-box .image-box img{
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .lower-box{
	position:relative;
	padding-top: 15px;
}

.news-block .inner-box .lower-box h3 a{
	position:relative;
	color: #3f48cc;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
}

.news-block .inner-box .lower-box .date{
	color: #4f4f4f;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}

.news-block .inner-box .lower-box .text{
	color: #4f4f4f;
	font-size: 13px;
	margin-top: 8px;
}

.news-block .inner-box .lower-box .read-more{
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
}

.news-block .inner-box .lower-box .read-more:hover{
	color: #3f48cc;
}



/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative; padding-top: 130px; padding-bottom: 80px;
	color:#ffffff;
	text-align:center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

@media screen and (max-width: 1140px) { 
  .sponsors-section {
    padding-top: 60px;
  } 
}
.sponsors-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color:#f3f3f3;
}

.sponsors-section .auto-container{
	position:relative;
	z-index:1;	
}

.sponsors-section .slide-item img{
	opacity:0.85;
    width: auto;
	max-width:100%;
	display:inline-block;
	border:2px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sponsors-section .slide-item img:hover{
	opacity:1;
}

.sponsors-section .owl-controls{
	display:none !important;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding-top: 120px;
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

/*** 

====================================================================
	Contact Info
====================================================================

***/

.contact-info{ 
	position:relative;
	padding:38px 0px 15px;
	background-color:#4f4f4f;
}

.contact-info ul{ 
	position:relative; 
	max-width:930px; 
	margin:0 auto;
}

.contact-info ul li{ 
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-left:50px;
	display:inline-block;
	margin-right:120px;
	line-height:26px;
	margin-bottom:20px;
}

.contact-info ul li:last-child{ 
	margin-right:0px;
}

.contact-info ul li .icon{ 
	position:absolute;
	left:0px;
	top:12px; 
	color:#ffffff; 
	font-size:26px;
}
  

.progress-section{
	position:relative;
	background-color:#f2f2f2;
	padding:150px 0px 100px;
}
 

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels{
	position:relative;
}

.normal-section .column .progress-levels{
	padding-left:15px;	
}

.progress-box{
	position:relative;
	margin-bottom:45px;
	overflow:hidden;	
}

.progress-box:last-child{
	margin-bottom:0px;	
}

.progress-box .box-title{
	position:relative;
	font-size:13px;
	color:#1a1a1a;
	text-transform:uppercase;
	margin-bottom:12px;
	font-family:'Montserrat',sans-serif;
}

.progress-box .bar{
	 position:relative;
	 height:145px;
	 background-color:#ffffff;
}

.progress-box .bar .bar-innner{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:145px;
}

.progress-box .bar .bar-fill{
	position:absolute;
	left:0;
	bottom:-100%;
	width:100%;
	height:0;
	background:#3f48cc;
	transition:all 2000ms ease 300ms;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
}

.progress-box.animated .bar .bar-fill{
	bottom:0px;	
}

.progress-levels .progress-box .percent{
	position:absolute;
	right:0px;
	width:50px;
	height:24px;
	text-align:center;
	background:#9a9a9a;
	top:-34px;
	letter-spacing:1px;
	font-size:11px;
	color:#ffffff !important;
	border-radius:3px;
	line-height:24px;
	opacity:0;
	transition:all 2000ms ease 700ms;
	-moz-transition:all 2000ms ease 700ms;
	-webkit-transition:all 2000ms ease 700ms;
	-ms-transition:all 2000ms ease 700ms;
	-o-transition:all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent{
	opacity:1;	
}

/*** 

====================================================================
	Solution Section
====================================================================

***/

.solution-section{
	position:relative;
	padding:150px 0px 100px;
	background-color:#f2f2f2;
}

.pie-box{
	position:relative;
}

.pie-box .inner-box{
	position:relative;
	text-align:center;
}

.pie-box .inner-box .image-box{
	position:relative;
}

.pie-box .inner-box .image-box img{
	position:relative;
	max-width:100%;
	width:100%;
}

.pie-box .inner-box h3{
	position:relative;
	color:#4f4f4f;
	font-size:17px;
	padding-left:40px;
	font-weight:600;
	margin-top:10px;
	display:inline-block;
	text-transform:uppercase;
}

.pie-box .inner-box h3 .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:20px;
	color:#3f48cc;
}
 
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#c4d114;	
}

.contact-form label.error{
	color:#ffffff;
	line-height:20px;
	padding:10px 0px 0px 0px;
	text-transform:capitalize;
	font-weight:400;
	font-size:14px;
}




#fh5co-footer {
  padding: 4em 0;
  clear: both;
}
@media screen and (max-width: 768px) { 
  #fh5co-footer {
    padding: 3em 0;
  }
.main-header .main-box .outer-container #google_translate_element{ 
			 display: none
	} 

}



#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none; line-height: 2.4em;
}
#fh5co-footer .fh5co-footer-links li i {
  width: 24px; text-align: left; color: rgba(0, 0, 0, 0.7);
}
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h4 {
  margin-bottom:18px;
  font-size: 18px; font-weight:500
}
#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer .copyright a{
   color: #999
}

.row-pb-md {
  padding-bottom: 2em !important;
}


.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0; padding-top: 15px; 
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #3f48cc;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 28px;
}



#fh5co-wireframe2 { background: #fff; border-bottom: 1px solid #f0f0f0
}
#fh5co-wireframe2 blockquote {
  border: none;
  padding: 0;
  font-weight: bold;
}

#fh5co-wireframe { background: #fafafa
}
#fh5co-wireframe blockquote {
  border: none;
  padding: 0;
  font-weight: bold;
}

.fh5co-heading {
  margin-bottom:1em;
} 
.fh5co-heading h2 {
  font-size: 34px; text-transform: uppercase; 
  line-height: 1.8em;
  color: #3f48cc;
}
.fh5co-heading p {
  font-size: 16px;
  line-height: 2em;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}


.sontype{
	position:relative;  padding-bottom: 0px; padding-top:65px;
	color:#ffffff;
	text-align:center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;background-color:#fff;text-align: center;  height: auto; overflow: hidden;
}

@media screen and (max-width: 1140px) { 
  .sontype {
     padding-top: 00px;
  }
} 
.sontype .ul.aa{  margin-left: auto; margin-right: auto; background: #f00; height: auto; overflow: hidden;
}
.sontype .box{ text-align: center; float: left;
	 width: 120px; height: auto; overflow: hidden; margin: 10px; 
}
.sontype .box img{ text-align: center; max-width: 100px;
}
.sontype .box .title{ text-align: center; width: 100%; height: 30px; line-height: 30px;  
	 color: #999; 
}


.context{line-height: 2em; font-size: 14px; color: #666; }
.context img{ max-width: 100%; }


.g1{ width: 100%; height:1px; overflow: hidden;  }
.g40{ width: 100%; height: 40px; overflow: hidden;  }
.g60{ width: 100%; height: 60px; overflow: hidden;  }
.fontsize16{font-size:16px;}
.fontsize18{font-size:18px;}
.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pt40{ padding-top: 40px;}
.pt60{ padding-top: 60px;}
.pt80{ padding-top: 60px;}

.pb10{ padding-bottom: 10px;}
.pb20{ padding-bottom: 20px;}
.pb40{ padding-bottom: 40px;}
.pb60{ padding-bottom: 60px;}
.pb80{ padding-bottom: 60px;}

.blue{color: #3f48cc }

 .sxtitle{
	line-height: 2em; height:auto;  font-size: 16px;
}
 
.gongyi-list li{ overflow:hidden; margin-bottom:4px;  }
.gongyi-list li ._img{ float:left; width:50%;  height: auto; overflow: hidden; }
.gongyi-list li ._img span { display: block; height: 0; overflow: hidden; padding-bottom: 65%; position: relative; }
.gongyi-list li ._img span img {   left: 0; position: absolute; top: 0; width: 100%; }
.gongyi-list li ._nr{ width:42%; margin-left:4%; float:left;}
.gongyi-list li ._title{ margin-top:5px; padding-top:20px; background:url(../img/gy_xian.gif) no-repeat 0 0; 
	font-size:18px; font-weight:normal; color:#3f48cc; margin-bottom:1px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; 
}
.gongyi-list li ._sum{ color:#555;   height:auto; overflow:hidden; } 
.gongyi-list li.hover{background:#f7f7f7;}
.gongyi-list li.hover ._title{  padding-left: 12px; }
.gongyi-list li.odd ._img{ float:right;}
.gongyi-list li.odd ._nr{ float:right; margin-right:4%; margin-left:0; text-align:right;}
.gongyi-list li.odd ._title{ background-position: right 0; padding-right: 12px;  }


@media screen and (max-width: 767px) {  
	.gongyi-list li{ overflow:hidden; margin-bottom:40px;  }
	.gongyi-list li ._img{ float:left; width:100%;  height: auto; overflow: hidden; }
	.gongyi-list li.odd ._nr, .gongyi-list li ._nr{ width:92%; margin-left:4%;padding-right: 4%; float:left;} 
	.gongyi-list li.odd ._img{ float:left;}
	.gongyi-list li.odd ._nr{ float:left;  text-align:left;} 
}

/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l { float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}


.imghover img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.imghover:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}


  .jianjie { 
    font-size: 14px;
    line-height: 1.4em;
    color: #5b5b5b; white-space: pre-wrap;
word-wrap: break-word; }

.list1{margin: 0px; }
.list1 li{ list-style-type: none; border-bottom: 1px solid #f0f0f0; line-height: 1.6em; padding-top: 12px; padding-bottom: 12px;  color: #666;  }
.list1 li i{  padding-right:6px; color: #999;   }
.list1 li span{  float: right;  }



.page-1{   text-align: left; margin-bottom: 5px;font-size: 15px;} 
.page-1 li{ float: left; margin-right: 8px; margin-left: 8px; }
.page-1 li a{ color: #666; }
.page-1 span { color: #3e47cc; font-weight: 600 }
.page-1 li a.active { color: #3e47cc; font-weight: 600 }
 .page-1 li:hover a{ color: #3e47cc; }
 