

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#25292f;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#61a93e;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;
}

.strike-through{
	text-decoration:line-through;
}

.header-container,
.logo-container,
.footer-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:5% 0;
	margin:0 auto;
}

.small-container{
	max-width:1000px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:500px;

}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

.theme-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;
	font-family: 'Raleway', sans-serif;
}

.centered{
	text-align:center;
}

.lined-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 0px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#25292f !important;
	border-bottom:2px solid #61a93e;
}

.lined-btn:hover{
	padding:7px 15px;
	background:#61a93e;
	color:#ffffff !important;
	border-color:#61a93e;
}

.btn-style-one{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#61a93e !important;
	border-color:#61a93e;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
	font-weight:400;
	text-transform:uppercase;
	background:#61a93e;
	color:#ffffff !important;
	border:1px solid #61a93e !important;
	border-radius:1px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.btn-style-two:hover{
	background:#ffffff;
	color:#61a93e !important;
	border-color:#61a93e;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 10px;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	background:none;
	color:#374853 !important;
	border:1px solid #e0e0e0 !important;
	border-radius:1px;
}

.btn-style-three:hover{
	background:#25292f;
	color:#ffffff !important;
	border-color:#25292f !important;
}

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#303030;
	color:#ffffff !important;
	border:2px solid #303030 !important;
	border-radius:3px;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#303030 !important;
	border-color:#303030;
}

.rounded-btn{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff !important;
	border:2px solid #ffffff;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn:hover{
	background:#ffffff;
	color:#61a93e !important;
	border-color:#61a93e;
}

.rounded-btn-theme{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#61a93e !important;
	border:2px solid #61a93e;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn-theme:hover{
	background:#61a93e;
	color:#ffffff !important;
	border-color:#61a93e;
}

.rounded-btn-blue{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	background:#61a93e;
	border:1px solid #61a93e;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-blue:hover{
	background:#ffffff;
	color:#61a93e;
	border-color:#61a93e;
}

.rounded-btn-orange{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:10px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #ffa800;
	background:#ffa800;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-orange:hover{
	background:#ffffff;
	color:#ffa800;
	border-color:#ffa800;
}

.rounded-orange-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#1a1a1a;
	border:1px solid #ffa800;
	background:#ffffff;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-orange-alt:hover{
	background:#ffa800;
	color:#ffffff;
	border-color:#ffa800;
}

.rounded-btn-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:6px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #61a93e;
	-webkit-border-radius:18px;
	-ms-border-radius:18px;
	-o-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}

.rounded-btn-alt:hover{
	background:#ffffff;
	color:#262b2f;
	border-color:#dae5ef;
}

.theme-btn .icon{
	font-size:16px;
}

.theme-btn .icon-left{
	padding-right:50px;
}

.theme-btn .icon-right{
	padding-left:50px;
}

.bold-font{
	font-weight:700;
}

.exbold-font{
	font-weight:900;
}

.normal-font{
	font-weight:400;
}

.light-font{
	font-weight:300;
}

.semibold-font{
	font-weight:600;
}

.white_color{
	color:#ffffff !important;
}

.theme_color{
	color:#61a93e !important;
}

.grey_color{
	color:#303030 !important;
}

.padd-top-20{
	padding-top:20px !important;
}

.padd-top-30{
	padding-top:30px !important;
}

.padd-top-40{
	padding-top:40px !important;
}

.padd-top-50{
	padding-top:50px !important;
}

.padd-bott-8{
	padding-bottom:8px !important;
}

.padd-right-20{
	padding-right:20px !important;
}

.padd-bott-20{
	padding-bottom:20px !important;
}

.padd-bott-30{
	padding-bottom:30px !important;
}

.padd-bott-40{
	padding-bottom:40px !important;
}

.padd-bott-50{
	padding-bottom:50px !important;
}

.margin-left-20{
	margin-left:20px !important;
}

.margin-top-20{
	margin-top:20px !important;
}

.margin-top-30{
	margin-top:30px !important;
}

.margin-top-40{
	margin-top:40px !important;
}

.margin-top-50{
	margin-top:50px !important;
}

.margin-bott-20{
	margin-bottom:20px !important;
}

.margin-bott-30{
	margin-bottom:30px !important;
}

.margin-bott-40{
	margin-bottom:40px !important;
}

.margin-bott-50{
	margin-bottom:50px !important;
}

.no-padd-bottom{
	padding-bottom:0px !important;
}

.no-padd-top{
	padding-top:0px !important;
}

.no-margin-bottom{
	margin-bottom:0px !important;
}

.no-margin-top{
	margin-top:0px !important;
}

.no-bg{
	background:none !important;
}

.bg-light-grey{
	background:#fbfbfb;
}

.text-uppercase{
	text-transform:uppercase !important;
}

.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);}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	background:#61a93e;
	font-size:13px;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:5%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	display:none;
}

.scroll-to-top:hover{
	color:#61a93e;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 5px 0px #61a93e;
	-ms-box-shadow:0px 0px 5px 0px #61a93e;
	-o-box-shadow:0px 0px 5px 0px #61a93e;
	-moz-box-shadow:0px 0px 5px 0px #61a93e;
	box-shadow:0px 0px 5px 0px #61a93e;
}


/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	background:#ffffff;
	z-index:999;
	width:100%;
	/*border-bottom:3px solid #61a93e;*/
}

.main-header .top-bar{
	position:relative;
	z-index:1;
}

.main-header .top-bar .top-container{
	position:relative;
	max-width:100%;
	margin:0 auto;
}

.main-header .top-bar .info-outer{
	/*position:absolute;*/
	right:0px;
	top:0px;
	background:#374853;
	color:#ffffff;
	padding:3px 20px 7px 20px;
	border-radius:0px ;
}

.main-header .top-bar .info-outer:before{
	position:absolute;
	left:20px;
	top:0px;
	border-top: 37px solid #262626;
	border-left: 20px solid transparent;
}

.main-header .top-bar .info-box{
	position:relative;
	padding-left: 100px;
}

.main-header .top-bar .info-box li{
	position:relative;
	float:right;
	padding-left:30px;
	margin-right:70px;
	line-height:30px;
}

.main-header .top-bar .info-box li:after{

	position:absolute;
	right:40px;
	top:0px;
	color:#505050;
	font-size:20px;
}

.main-header .top-bar .info-box li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;
	font-size:16px;
	color:#61a93e;
}

.main-header .top-bar .info-box li a{
	position:relative;
	color:#ffffff;
	font-family: "Poppins",sans-serif;
	font-weight:400;
	letter-spacing: 1px;
	font-size:12px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.main-header .top-bar .info-box li a:hover{
	color:#61a93e;
}

.social-links-one{
	position:relative;
	float: right;
	margin:0px !important;
	padding-left:0px !important;
}

.social-links-one:after{
	display:none;
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	width:20px;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
}

.social-links-one a:hover{
	color:#61a93e;
}

.main-header .header-upper{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	color:#677c91;
	padding-top:0px ;
	background:#ffffff;
}

.fixed-header.main-header .header-upper{
	position:fixed;
	/*padding:15px 0px;*/
	border-bottom:1px solid #d0d0d0;
}

.main-header .header-upper .logo{
	max-width:650px;
	position:relative;
	float:left;
}

.main-header .header-upper .logo img{
	position:relative;
	float:left;
}

.main-header .header-upper .logo img{
	padding:20px 0;
	max-width:100%;
	display:inline-block;
}

.main-header .header-upper .nav-outer{
	max-width:500px;
	position:relative;
	float:right;
	margin-top: 60px;
}

.main-header .header-upper .nav-outer .right_img{
	width:100%;
	height:auto;
}

.main-header .header-upper .nav-outer .right_img .right_tel{
	float:left;
	padding:20px 10px 0 7px;
}

.main-header .header-upper .nav-outer .right_img .right_tel h2{
	line-height:24px;
	font-size:24px;
	font-weight:bold;
	color:#666;
	margin:0 0 10px;
}

.main-header .header-upper .nav-outer .right_img .right_tel p{
	line-height:34px;
	font-size:34px;
	font-weight:bold;
	color:#666;
	margin:0;
}

.main-header .header-upper .nav-outer .right_img img{
	width:auto;
	height:auto;
}

.main-header .header-upper .nav-outer .main-menu{
	display:none;
	margin:6% 0 0;
}

@media only screen and (max-width: 767px){
	.container img{max-width: 100% !important; height: auto !important; margin: 10px 0}
	.main-header .header-upper .nav-outer .right_img{
		display:none;
	}

	.main-header .header-upper .nav-outer .main-menu{
		display:block;
		margin:6% 0 0;
	}

}

.main-menu .navbar-header{
	padding:0 !important;
}

.fixed-header.main-header .header-upper .nav-outer{
	margin-top:22px;
}

.main-header .header-upper .nav-outer .btn-donate{
	position:absolute;
	right:0px;
	top:0px;
	width:120px;
	text-align:center;
	line-height:24px;
	padding:8px 15px;
	border-radius:5px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Poppins',sans-serif;
	background:#61a93e;
	letter-spacing: 1px;
}

.main-header .header-upper .nav-outer .btn-donate:hover{
	background:#262626;
}

.main-menu{
	position:relative;
	float:left;
	padding:0px 0px;
}

.main-menu .navbar-collapse{
	padding:0px !important;
}

.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	text-transform: uppercase;

}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-right:25px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	font-size:12px;
	color:#444444;
	line-height:24px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	opacity:1;
	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.dropdown > a{
	padding-right:15px;

}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	font-weight:400;

	font-size:12px;
	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:#61a93e;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	/*border:1px solid #61a93e;*/
	box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);
	transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-n;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	/*border-top:1px solid #61a93e;*/
	box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	font-family: "Poppins",sans-serif;
	line-height:20px;
	font-weight:600;
	font-size:12px;
	text-transform:capitalize;
	color:#444444;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	/*box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);*/
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#61a93e;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	color:#444444;
	line-height:20px;
	font-size:14px;
	text-align:center;
	z-index:5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-1px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #61a93e;
	border-left:4px solid #61a93e;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #61a93e;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li > ul > li	> ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	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:#61a93e;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}


/***

====================================================================
	Header Style Two style
====================================================================

***/

.header-style-two{
	position:relative;
	left:0px;
	top:0px;
	background:#1c1c1c;
	z-index:999;
	width:100%;
}

.header-style-two .header-top{
	position:relative;
	color:#677c91;
	padding:20px 0px;
}

.header-style-two .header-top .info-outer{
	position:relative;
	float:right;
}

.header-style-two .header-top .info-box{
	position:relative;
	float:left;
	margin-left:45px;
	margin-top:20px;
	padding-left:50px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;
}

.header-style-two .header-top .social-box{
	padding-left:0px;
}

.header-style-two .header-top .info-box .icon{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
	top:50%;
	margin-top:-20px;
	line-height:40px;
	font-size:32px;
	color:#ffffff;
}

.header-style-two .header-top .info-box strong{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
}

.header-style-two .header-top .info-box a{
	position:relative;
	color:#898989;
	font-weight:600;
}

.header-style-two .header-top .info-box .phone{
	font-size:16px;
	color:#ffffff;
}

.header-style-two .social-links{
	position:relative;
	top:5px;
}

.header-style-two .social-links a{
	position:relative;
	display:inline-block;
	text-align:center;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:14px;
	margin-right:3px;
	color:#ffffff !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.header-style-two .social-links a:hover{
	opacity:0.70;
}

.header-style-two .social-links a.facebook{
	background-color:#3b5998;
}

.header-style-two .social-links a.twitter{
	background-color:#00aced;
}

.header-style-two .social-links a.google-plus{
	background-color:#dd4b39;
}

.header-style-two .social-links a.linkedin{
	background-color:#007bb5;
}

.header-style-two .social-links a.pinterest{
	background-color:#cb2027;
}

.header-style-two .social-links a.instagram{
	background-color:#125688;
}

.header-style-two .header-top .logo{
	position:relative;
	float:left;
}

.header-style-two .header-top .logo img{
	max-width:100%;
	display:inline-block;
}

.header-style-two .lower-part{
	position:relative;
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	height:38px;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .lower-part{
	position:fixed;
	background:#25292f;
	padding:0px !important;
}

.header-style-two .lower-part .auto-container{
	position:relative;
	max-width:1170px;
	padding:0px 0px;
}

.header-style-two .lower-part .outer-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:18px 210px 18px 40px;
	background:#6aaf26;
}

.header-style-two .lower-part .outer-box .btn-box{
	position:absolute;
	right:0px;
	top:0px;
	width:210px;
	height:100%;
	padding:20px 10px;
	text-align:center;
	background:#ffffff;
	z-index:20;
}

.header-style-two .lower-part .outer-box .btn-box:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	width:50px;
	height:100%;
	background:#ffffff;
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	transform:skewX(-20deg);
}

.header-style-two .lower-part .outer-box .btn-box a{
	display:block;
	line-height:36px;
	color:#212121;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
}

.header-style-two .lower-part .outer-box .btn-box a:hover{
	color:#61a93e;
}

.header-style-two .lower-part .logo{
	position:relative;
	float:left;
	padding:10px 0px;
}

.fixed-header .lower-part .logo{
	padding:0px !important;
}

.header-style-two .lower-part .logo img{
	display:inline-block;
	max-width:100%;
}

.header-style-two .main-menu .navigation > li{
	margin-right:40px;
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.image-wrap{
		overflow: hidden;
		width: 100%;
		position: relative;
		height: 100vh;
}

.kenburn-overlay {
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 5;
		background: rgba(48,84,31,0.4);
		-webkit-backface-visibility: hidden;
}
.text-white-5{
	font-family: 'Poppins', sans-serif;
	color: #61a93e;
	text-transform:none;
	text-shadow: 1px 1px #000;
	font-size: 90px;
	font-weight: 700;
	padding-top: 220px;
	letter-spacing: -5px;
	margin-bottom: 30px;
}



.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;
}


.image-color-overlay{
	background: (211, 196, 225, .2);
}


.bg-image{
	background: url(../images/background/bg-04.jpg) no-repeat;
}

.text-black{
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
}

 .image-wrap{
		overflow: hidden;
		width: 100%;
		position: relative;
		height: 90vh;

 }

.dark-image-bg{
	-webkit-background-size: cover;
						background-size: cover;
}

.image-color-overlay{
	background: (211, 196, 225, .2);
}



.double-border {
	padding: 50px 50px;
	background: rgba(97, 169, 62,.6);
	outline: 10px solid rgba(97, 169, 62,.6);
	outline-offset:10px;
	width: 555px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%
}


.banner-box {
		max-height: 100%;
		max-width: 100%;
		margin: 150px auto ;
}



@media (max-width: 480px) {
	.hs4-h1{
		font-size: 30px;
		padding-left:90px;
		padding-top: 40px;
	}

}

.main-slider h2{
	line-height:1.2em;
	font-size:28px;
	font-weight:400;
	padding:7px 15px;
}

.main-slider h1{
	line-height:1.2em;
	font-weight:700;
	font-size:92px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider h1.light{
	line-height:1.2em;
	font-weight:700;
	font-size:72px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .bg-color{
	position:relative;
	padding:5px 16px;
	line-height:1.4em;
	font-size:26px;
	font-weight:700;
	background:#61a93e;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider h2{
	line-height:1.2em;
	font-weight:800;
	font-size:72px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .normal-font{
	font-weight:400;
}

.main-slider h4{
	position:relative;
	padding:5px 16px;
	line-height:1.4em;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .text{
	line-height:1.4em;
	font-weight:400;
	font-size:18px;
	color:#ededed;
}

.main-slider .tp-bullets{
	display:none;
}

.main-slider .tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;
}

/***

====================================================================
	Main Features Section
====================================================================

***/


.featured-item-2 {
		display: block;
		height: auto;
		width: 100%;
		text-align: center;
}

.featured-item-2 .icon {
		padding:0 0 10px 0;
}
.featured-item-2 .icon i{
		font-size: 50px;
		color: #61a93e;
}
.featured-item-2 .title h4 {
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		letter-spacing: 1px;
		text-transform: capitalize;
		color: #060606;
}
.featured-item-2 .desc {
		color: #282828;
		padding-bottom: 5px;

}

.feature-bg-cl{
	background:#f9f9f9;
}

.jv-st-srv{
	padding:0;
}

.jv-st-srv .row .left{
	margin-bottom:0;
	position:relative;
}

.jv-st-srv .row .left .jsmodern-video{
	border-radius:10px;
}

.jv-st-srv .row .left img{
	display:block;
	width:100%;
	height:auto;
}

.jv-st-srv .row .left video{
	width:100%;
	height:auto;
	border-radius:10px;
}

.VideoBtn{
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width:70px;
	height:70px;
	margin-left:-35px;
	margin-top:-35px;
	cursor:pointer;
	z-index:10;
}

.jv-st-srv .row .right h2.yewu_title{
	width:100%;
	height:auto;
	font-size:24px;
	font-weight:bold;
	color:#5dbf4e;
	margin-bottom:30px;
}

.jv-st-srv .row .right p.yewu_wen{
	width:100%;
	height:auto;
	font-size:14px;
	color:#000;
	margin-bottom:70px;
}

.jv-st-srv .row .right p.yewu_wen strong{
	font-size:18px;
}

.jv-st-srv .row .right .yewu_cont{
	width:100%;
	height:auto;
}

.jv-st-srv .row .right .yewu_cont ul li{
	cursor:pointer;
	padding:0 5px;
}

.jv-st-srv .row .right .yewu_cont ul li img{
	display:none;
	width:auto;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.jv-st-srv .row .right .yewu_cont ul li img:nth-child(1){
	display:block;
}

.jv-st-srv .row .right .yewu_cont ul li.list img:nth-child(1),
.jv-st-srv .row .right .yewu_cont ul li:hover img:nth-child(1){
	display:none;
}

.jv-st-srv .row .right .yewu_cont ul li.list img:nth-child(2),
.jv-st-srv .row .right .yewu_cont ul li:hover img:nth-child(2){
	display:block;
}

.jv-st-srv .row .right .yewu_cont ul li p{
	width:100%;
	height:auto;
	font-size:14px;
	text-align:center;
}

.jv-st-srv .row .right .yewu_cont ul li.list p,
.jv-st-srv .row .right .yewu_cont ul li:hover p{
	color:#5dbf4e;
}

.jv-st-desc{
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
}

.main-features{
	position:relative;
	padding:7% 0px 7%;
}

.main-features .title-box{
	position:relative;
	margin-bottom:80px;
}

.main-features .title-box h1{
	position:relative;
	font-size:72px;
	color:#61a93e;
	line-height:1.4em;
	font-family:'Roboto',sans-serif;
}

.main-features .title-box h2{
	position:relative;
	font-size:36px;
	font-weight:800;
	color:#25292f;
	margin-bottom:20px;
	text-transform:uppercase;
}

.main-features .title-box .text{
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#7c7c7c;
}

.main-features .features-column{
	position:relative;
	margin-bottom:50px;
}

.features-column .icon-box{
	position:relative;
	width:240px;
	height:240px;
	padding:40px 20px 20px 20px;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
}

.features-column .icon-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#61a93e;
	border-radius:120px 0px 120px 120px;
	background:-moz-linear-gradient(right top,#51980b,#61a93e);
	background:-o-linear-gradient(right top,#51980b,#61a93e);
	background:-ms-linear-gradient(right top,#51980b,#61a93e);
	background:-webkit-linear-gradient(right top,#51980b,#61a93e);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.features-column:hover .icon-box:before{
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.features-column .icon-box .icon{
	position:relative;
	font-size:88px;
	line-height:100px;
	margin-bottom:20px;
	z-index:2;
}

.features-column .icon-box .title{
	position:relative;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	z-index:2;
}

.default-icon-column{
	position:relative;
}

.main-features .default-icon-column{
	margin-bottom:50px;
}

.default-icon-column .icon-box{
	position:relative;
	width:80px;
	height:80px;
	padding:10px;
	line-height:56px;
	text-align:center;
	margin-bottom:20px;

}

.default-icon-column .icon-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:2px solid #f1f1f1;

}

.default-icon-column:hover .icon-box:before{

	border-color:#61a93e;
}

.default-icon-column .icon-box .icon{
	position:relative;
	font-size:36px;
	color:#61a93e;
	z-index:2;
}

.default-icon-column h3{
	font-size:18px;
	text-transform:uppercase;
	color:#25292f;
	font-weight:700;
	margin-bottom:10px;
}

.default-icon-column .text{
	font-size:15px;
	color:#8d8d8d;
}

.sec-title{
	position:relative;
	margin-bottom:5%;
}

.row{
	margin:0;
}

.sec-title h2{
	font-size:40px;
	font-weight:800;
	line-height:1.2em;
	color:#333;
	text-transform:uppercase;
	position:relative;
}

.sec-title h2:after{
	content:"";
	width:60px;
	height:5px;
	background:#EF7102;
	position:absolute;
	bottom:-12px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}

.sec-title .bigger-text{
	font-family: "Montserrat",sans-serif;
	font-size:26px;
	font-weight:700;
	margin-bottom:15px;
	text-transform: none;
	line-height:1.2em;
}

.sec-title .text{
	font-size:16px;
	line-height:2em;
	margin-top:15px;
}

/***

====================================================================
	Two Column Fluid
====================================================================

***/

.featured-fluid-section{
	position:relative;
	padding:0px;
	min-height:250px;
	background:#f9f9f9;
}

.featured-fluid-section .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
}

.featured-fluid-section .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
}

.abt-img{


	width:100%;
	height:auto;

}

.featured-fluid-section .text-column{
	float:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.featured-fluid-section .text-column .content-box{
	position:relative;
	max-width:600px;
	padding-left:15px;
}

.featured-fluid-section .dark-column .content-box{
	padding:80px 15px 80px 80px;
	color:#a8a8a8;
}

.featured-fluid-section .dark-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#374853;
}

.featured-fluid-section.style-two .dark-column:before{
	background:#61a93e;
}

.featured-fluid-section .dark-column h2{
	font-size:36px;
	margin-bottom:20px;
	font-family: "Montserrat",sans-serif;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height:1.2em;
}

.featured-fluid-section .dark-column .title-text{
	position:relative;
	color:#ffffff;
	font-family: "Poppins",sans-serif;
	text-transform: capitalize;
	font-size:24px;
	font-weight:600;
	margin-bottom:40px;
	padding-bottom:15px;
}

.featured-fluid-section.style-two .dark-column .title-text a{
	color:#ffffff;
}

.featured-fluid-section .dark-column .title-text:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:30px;
	height:3px;
	background:#61a93e;
	color:#ffffff;
}

.featured-fluid-section.style-two .dark-column .title-text:after{
	background:#ffffff;
}

.featured-fluid-section .theme-btn{
	margin-right:15px;
	padding-left:30px;
	padding-right:30px;
}

.featured-fluid-section .dark-column .text{
	position:relative;
	color:#d5d5d5;
	font-size:15px;
	margin-bottom:50px;
}

.featured-fluid-section.style-two .dark-column .text{
	color:#f2f2f2;
}

/***

====================================================================
	Recent Projects Section
====================================================================

***/

.recent-projects,
.projects-section{
	position:relative;
	padding:90px 0px 30px;
	background-color: #f9f9f9;
}

.recent-projects .column,
.projects-section .column{
	margin-bottom:60px;
}

.default-featured-column .image-box img{
	display:block;
	width:80%;
	border-radius:50%;
	margin:0 auto;
}

.default-featured-column .inner-box{
	position:relative;
}

.default-featured-column .image-box{
	position:relative;
	overflow:hidden;
	border-radius:50%;
}



.default-featured-column:hover .image-box:before{
	left:0px;
	top:0px;
}

.default-featured-column:hover .image-box:after{
	right:0px;
	bottom:0px;
}



.default-featured-column .content-box{
	position:relative;
}

.list-view .default-featured-column .content-box{
	padding-top:0px;
}

.default-featured-column .content-box .text{
	position:relative;
	margin-bottom:25px;
}

.default-featured-column h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	margin-bottom:5px;
}

.default-featured-column .detail-header h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:800;
	margin:5px 0px 10px 0px;
}

.default-featured-column .bigger-text{
	font-size:18px;
	margin-bottom:20px;
}

.default-featured-column.style-two h3{
	line-height:40px;
	font-family: "Poppins",sans-serif;
	font-size:24px;
	font-weight:600;
	text-align:center;
}

.default-featured-column h3 a{
	font-family: "Poppins",sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
}

.default-featured-column h3 a:hover{
	color:#61a93e;
}

.default-featured-column .column-info{
	position:relative;
	font-size:15px;
	margin-bottom:15px;
	color:#61a93e;
}

.default-featured-column .text{
	position:relative;
	font-size:15px;
	color:#8d8d8d;
}

.project-details .default-featured-column h3{
	font-size:24px;
	font-weight:800;
	margin-bottom:20px;
}


/***

====================================================================
	Two Column Fluid
====================================================================

***/

.two-column-fluid{
	position:relative;
	padding:0px;
	min-height:250px;
	background:#f9f9f9;
}

.two-column-fluid .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.two-column-fluid .left-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.95);
}

.two-column-fluid .left-column .content-box{
	position:relative;
	float:right;
	max-width:600px;
	padding:80px 80px 70px 15px;
	z-index:1;
}

.two-column-fluid .left-column h2{
	font-family: "Poppins",sans-serif;
	font-size:40px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
	line-height:1.2em;
	color:#282828;
}

.two-column-fluid .left-column .title-text{
	position:relative;
	color:#706f6f;
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
	padding-bottom:15px;
}



.two-column-fluid .left-column .text{
	margin-bottom:25px;
	font-size:15px;
	color:#8d8d8d;
}

.two-column-fluid .text-column{
	min-height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.two-column-fluid .text-column .content-box{
	position:relative;
	max-width:600px;
	padding-left:15px;
}

.two-column-fluid .icon-box{
	position:relative;
	float:left;
	margin-bottom:10px;
}

.two-column-fluid .icon-box h4{
	font-size:28px;
	font-weight:800;
	color:#25292f;
	font-family:'Roboto',sans-serif;
}

.two-column-fluid .icon-box .icon{
	position:relative;
	color:#61a93e;
	padding-left:26px;
	margin-bottom:25px;
	font-size:48px;
}

.two-column-fluid .icon-box .icon span{
	display:block;
}

.two-column-fluid .icon-box .lower-box{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:0px 28px;
	color:#5f5f5f;
	border-right:1px dashed #61a93e;
}

.two-column-fluid .icon-box:first-child .lower-box{
	padding-left:0px;
}

.two-column-fluid .icon-box:last-child .lower-box{
	border:none;
	padding-right:0px;
}

.two-column-fluid .icon-box:first-child .icon{
	padding-left:0px;
}

.two-column-fluid .right-column .outer-box{
	position:relative;
	padding:0px 0px 0px 100px;
}

.two-column-fluid .right-column .content-box{
	padding:75px 15px 80px 80px;
	max-width:600px;
}

.two-column-fluid .right-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	;
}

.two-column-fluid .right-column.dark-style:before{
	background:rgba(33,33,33,0.95);
}

.two-column-fluid .right-column .quote-icon{
	position:absolute;
	left:0px;
	top:12px;
	width:70px;
	height:70px;
	line-height:66px;
	border:3px solid #ffffff;
	text-align:center;
	color:#ffffff;
	font-size:26px;
	border-radius:50% 0% 50% 50%;
}

.two-column-fluid .right-column .quote-icon{
	background:#61a93e;
	border-color:#61a93e;
}

.two-column-fluid .right-column h2{
	color:#ffffff;
	font-size:40px;
	font-weight:800;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.two-column-fluid .right-column h2:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:35px;
	height:2px;
	background:#ffffff;
	color:#ffffff;
}

.two-column-fluid .right-column .text-content{
	position:relative;
}

.two-column-fluid .right-column .text{
	position:relative;
	margin-bottom:20px;
	color:#e8e8e8;
	font-size:15px;
}

.two-column-fluid .right-column .info{
	position:relative;
	padding:5px 15px 0px 90px;
}

.two-column-fluid .right-column .info .image-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.two-column-fluid .right-column .info .image-thumb img{
	display:block;
	width:70px;
	border-radius:3px;
}

.two-column-fluid .right-column .info h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	color:#ffffff;
}

.two-column-fluid .right-column .info p{
	margin-bottom:0px;
	color:#e8e8e8;
	font-size:16px;
}

.two-column-fluid .right-column .signature img{
	position:relative;
	margin-top:20px;
	display:inline-block;
	max-width:100%;
}

.two-column-fluid .abt-img{
	width: 100%;
	height: auto;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section{
	background:url(../images/feature-bg-cl.jpg) no-repeat center;
	background-size:100% auto;
	position:relative;
}

.events-section .column{
	margin-bottom:0;
	padding:0 20px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
}

.events-section .column:hover{
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
}

.vertical-links-outer{
	position:relative;
}

.vertical-links-outer .link-block{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	margin-bottom:5px;
}

.vertical-links-outer .link-block:last-child{
	margin-bottom:0px;
}

.vertical-links-outer .default{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	display:block;
	padding:20px 0px 20px 100px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
}

.vertical-links-outer .default .image-thumb{
	position:absolute;
	left:0px;
	top:20px;
	width:80px;
	height:75px;
}

.vertical-links-outer .default .image-thumb img{
	display:block;
	max-width:100%;
}

.vertical-links-outer .alternate{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	background:#393d42;
	padding:20px 30px;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
}

.vertical-links-outer .link-block:hover .alternate{
	opacity:1;
}

.vertical-links-outer .link-block strong{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	display:block;
	color:#25292f;
	font-family:'Raleway',sans-serif;
}

.vertical-links-outer .link-block .alternate strong{
	color:#ffffff;
	margin-bottom:10px;
}


/* ==================================================================
 TABS
================================================================== */
/* Tab Style -1 [ Corporate, Finance Agency strategy]*/
.nav-tabs {
 border-bottom: 1px solid #DDD;
 font-size: 14px;
 font-family: "Montserrat", sans-serif;
 letter-spacing: 3px;
font-weight: 400;
text-transform: uppercase;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #282828 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #282828; height: 1px; position: absolute; width: 100%; left: 0px; bottom: 0px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 5px 0; }
.tab-content{
padding:5px;
text-align: left;}
 .tab-pane p{
 	font-family: "Poppins",sans-serif;
 	font-weight: 400;
 	font-size: 14px;
 	text-align: left;
 }
.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 25px;
}


/***

====================================================================
	Testimonials Section style
====================================================================

***/
.testimonial{
	padding-left: 0px;
	padding-right: 0px;
}

.testimonial .container {
	width: 100%;
}
.testimonials {
		background: url(../images/bg-4.jpg) no-repeat center fixed;
		-webkit-background-size: cover;
						background-size: cover;
		color: #ffffff;
}
.testimonials .color-overlay {
		background: rgba(0, 0, 0, .5);
		padding-top: 60px;
		padding-bottom: 50px;
}
.testimonials .feedback {
		max-width: 750px;
		margin: 0 auto;
}
.testimonials .feedback .image {
		font-size: 24px;
		border: 2px solid transparent;
		-webkit-box-shadow: 0px 0px 0px 2px #ffffff;
						box-shadow: 0px 0px 0px 2px #ffffff;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin: auto;
		margin-top: 5px;
		overflow: hidden;
}
.testimonials .feedback .image img {
		width: 100%;
		vertical-align: top;
}
.testimonials .feedback .message {
		font-style: normal;
		margin-top: 20px;
		margin-bottom: 20px;
}
.testimonials .feedback .name {
		margin-top: 15px;
		font-weight: 400;
}
.testimonials .feedback .company-info {
		font-size: 12px;
}
.testimonials .owl-theme .owl-controls .owl-page span {
		border-radius: 50%;
		max-height: 22px;
}
.testimonials .customNavigation a {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
						user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.testimonial .container {
	width: 100%;
}
.center-col{ float:none !important; margin-left:auto !important; margin-right:auto !important}
.testimonial .container {
	width: 100%;
}



/***

====================================================================
	Blog News Section
====================================================================

***/

.blog-news-section{
	position:relative;
	padding:90px 0px 30px;
	background-color: #f9f9f9;
}

.blog-news-section .blog-news-column{
	margin-bottom:60px;

}

.blog-news-column .image-box img{
	display:block;
	width:100%;
		opacity: 0.8;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
}

.blog-news-column:hover .image-box img{
		opacity: 1;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
}


.blog-news-column .inner-box{
	position:relative;
	background:#ffffff;
}

.blog-news-column .image-box{
	position:relative;
	overflow:hidden;
}

.blog-news-column .content-box{
	position:relative;
	padding:20px 20px 20px;
	border-radius: 10px;
		box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);
}

.blog-news-column .content-box .text{
	position:relative;
	margin-bottom:20px;
	color:#8d8d8d;
	font-size:15px;
}

.blog-news-column h3{
	font-family: "Poppins",sans-serif;
	text-transform: capitalize;
	font-size:22px;
	font-weight:600;
	margin-bottom:12px;
}

.blog-news-column h3 a{
	color:#282828;
}

.blog-news-column h3 a:hover{
	color:#61a93e;
}

.blog-news-column .post-info{
	position:relative;
	margin-bottom:15px;
	color:#919191;
	font-size:13px;
	line-height:24px;
}

.blog-news-column .post-author{
	float:left;
	color:#8e8e8e;
	text-transform: capitalize;
	font-size: 13px;
	padding-right:10px;
}

.blog-news-column .post-options{
	float:right;
}

.blog-news-column .post-info .icon{
	display:inline-block;
	width:20px;
	padding-right:5px;
	font-size:16px;
	color:#61a93e;
	font-weight:normal;
}

.blog-news-column .post-options a{
	position:relative;
	display:inline-block;
	margin-left:15px;
	font-weight:700;
	color:#67696c;
}

.blog-news-column .read-more{
	font-weight:700;
	color:#25292f;
	font-size:13px;
	text-transform:uppercase;
}

.blog-news-section .post-share-options{
	position:relative;
	padding:10px 15px;
	background:#f8f8f8;
	border-bottom:1px solid #e0e0e0;
}

.blog-news-section .post-share-options .tags a{
	position:relative;
	color:#999999;
}

.blog-news-section .post-share-options .tags{
	padding-top:5px;
}


/***

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section{
	position:relative;
	background:#ffffff;
}

.sponsors-section .slider-outer{
	position:relative;
	margin:0px 0px;
}

.sponsors-section .sponsors-slider{
	position:relative;
}

.sponsors-section .sponsors-slider li img{
	position:relative;
	right:-1px;
}

.sponsors-section .owl-controls{
	margin:0px !important;
	display:none;
}

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0px 0px -25px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:50%;
	margin:-25px -25px 0px 0px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev .fa:before,
.sponsors-section .owl-nav .owl-next .fa:before{
	font-size:24px;
	color:#223555;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev:hover .fa:before,
.sponsors-section .owl-nav .owl-next:hover .fa:before{
	color:#ffffff;
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover{
	background:#223555 !important;
}

.sponsors-section .owl-dots{
	display:none !important;
}

.owl-carousel .owl-item img{
	display: block;
	width: 100%;
}

/***

====================================================================
	Parallax Section Style
====================================================================

***/

.parallax-section{
	position:relative;
	padding:120px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.30);
}

.parallax-section .auto-container{
	position:relative;
	z-index:1;
}

.parallax-section h2{
	color:#ffffff;
	font-size:48px;
	font-weight:800;
	margin-bottom:15px;
	text-transform:uppercase;
}

.parallax-section .text{
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	margin-bottom:40px;
}

.parallax-section .theme-btn{
	position:relative;
	margin:0px 10px 10px;
	padding:14px 38px;
}


/***

====================================================================
	Subscribe Intro
====================================================================

***/

.subscribe-intro{
	position:relative;
	padding:50px 0px 30px;
	background-color:rgba(97, 169, 62,.9);
	background-image: url(../images/sub-bg.jpg);
	color:#ffffff;
}



.subscribe-intro .auto-container{
	position:relative;
	z-index:1;
}

.subscribe-intro .column{
	margin-bottom:20px;
	font-size:18px;
	font-weight:300;
}

.subscribe-intro .column h2{
	font-size:24px;
	margin-bottom:10px;
	font-family: "Montserrat",sans-serif;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: 1px;
}


/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#c9c9c9;
	background-color:#343434;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:'Roboto',sans-serif;
}

.main-footer{
	background:#202A30;
	background-image:none !important;
}

.main-footer p{
	line-height:2em;
	margin-bottom:20px;
}

.main-footer .footer-upper{
	position:relative;
	padding:70px 0px 30px;
	z-index:1;
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:10px;
}

.main-footer .footer-upper .column .news-widget img{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
}

.footer_link{
	width:100%;
    height:auto;
}

.footer_link span{
	font-size:14px;
	color:#fff;
	float:left;
    margin-right:10px;
}

.footer_link p{
	font-size:14px;
	color:#999;
	margin:0;
}

.footer_link p a{
	display:inline-block;
	line-height:20px;
	font-size:14px;
	color:#999;
}

.footer-upper .column h2{
	position:relative;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:30px;
	font-family: "Montserrat",sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#ffffff;
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
	padding:0;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#c9c9c9;
	line-height:24px;
}

.footer-upper .links-widget li a:hover,
.footer-upper .news-widget .news-post a:hover{
	color:#61a93e;
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:15px;
	width:32px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(255,255,255,0.20);
	text-align:center;
	background:none;
	margin-right:10px;
	color:#f1f1f1;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
	color:#ffffff;
	background:#61a93e;
}

.main-footer .contact-info{
	position:relative;
	margin-bottom:20px;
}

.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin:0px 0px 7px;
	line-height:30px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	font-weight:700;
	font-size:16px;
	color:#61a93e;
	left:0px;
	top:0px;
	line-height:30px;
}

.social-links-two{
	position:relative;
}

.social-links-two a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:28px;
	height:28px;
	line-height:26px;
	border:1px solid #ffffff;
	border-radius:50%;
	font-size:12px;
	margin-right:8px;
	color:#ffffff !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.blog-news-section .social-links-two a{
	background:#545454;
	color:#ffffff;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:32px;
	border:none;
}

.social-links-two.alt a{
	font-size:12px;
	border:1px solid #cccccc;
	color:#cccccc !important;
}

.social-links-two a:hover{
	background:#61a93e;
	border-color:#61a93e;
}

.social-links-two.alt a:hover{
	background:#61a93e !important;
	border-color:#61a93e;
	color:#ffffff !important;
}

.footer-upper .news-widget .news-post{
	position:relative;
	margin-bottom:40px;
	color:#c9c9c9;
	line-height:20px;
}

.footer-upper .news-widget .news-post .news-content{
	margin-bottom:5px;
}

.footer-upper .news-widget .news-post a{
	position:relative;
	color:#c9c9c9;
}

.footer-upper .news-widget .news-post .time{
	position:relative;
	color:#808080;
	font-size:12px;
}

.footer-upper .news-widget .news-post .image-thumb{
	float:left;
	width:65px;
	height:65px;
	margin-right:15px;
}

.footer-upper .news-widget .news-post .image-thumb img{
	display:block;
	width:65px;
}

.footer-bottom{
	position:relative;
	padding:16px 0px;
	font-size:15px;
	text-align:center;
	color:#808080;
}

.footer-bottom .copyright{
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	position:relative;
	line-height:20px;
	padding:5px 0px;
}

/***

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title{
	position:relative;
	padding:150px 0px 90px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(38,43,47,0.60);
}

.page-title h1{
	font-size:48px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:800;
	color:#ffffff;
}

.page-title .bread-crumb{
	position:relative;
	color:#ffffff;
}

.page-title .bread-crumb a{
	position:relative;
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;
	margin:0px 5px;
}

.page-title .bread-crumb a:hover{
	position:relative;
	color:#61a93e;
}

.page-title .auto-container{
	 position:relative;
	 z-index:5;
}

/***

====================================================================
	404 Section
====================================================================

***/

.error-section{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.error-section .error-text .medium-text{
	position:relative;
	font-size:72px;
	line-height:1.2em;
	margin-bottom:-10px;
}

.error-section .error-text{
	position:relative;
	margin-top:-50px;
	display:inline-block;
	padding-left:50px;
}

.error-section .error-text .bigger-font{
	position:relative;
	font-size:200px;
	line-height:1.2em;
	color:#25292f;
	margin-bottom:30px;
	padding-bottom:15px;
	font-weight:800;
	border-bottom:1px solid #e0e0e0;
}

.error-section .error-text h3{
	position:relative;
	font-size:36px;
	line-height:1.2em;
	margin-bottom:20px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
}

.error-section .error-text .text{
	position:relative;
	font-size:16px;
	margin-bottom:30px;
	color:#828282;
}

.error-section .theme-btn{
	padding-left:30px;
	padding-right:30px;
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.faqs-section{
	position:relative;
	padding:90px 0px 80px;
}

.faqs-section .column{
	margin-bottom:20px;
}

.accordion-box{
	position:relative;
	margin-right:0px;
}

.accordion-box .accordion{
	position:relative;
	margin-bottom:25px;
	padding-bottom:10px;
	padding-left:60px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .accordion .accord-btn{
	position:relative;
	display:block;
	min-height:40px;
	line-height:30px;
	padding:3px 0px 5px;
	color:#2f2f31;
	cursor:pointer;
	margin-bottom:10px;
}

.accordion-box .accordion .accord-btn h4{
	position:relative;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	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;
}

.accordion-box .accordion .accord-btn:before{
	content:'\f067';
	font-family: 'FontAwesome';
	position:absolute;
	left:-60px;
	top:0px;
	width:30px;
	height:30px;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
	color:#61a93e;
	text-align:center;
	border:1px solid #61a93e;
	background:#ffffff;
	border-radius:1px;
}

.accordion-box .accordion .accord-btn.active:before{
	content:'\f068';
	color:#ffffff;
	background:#61a93e;
}

.accordion-box .accordion .accord-btn.active{
	color:#61a93e;
	border-color:#61a93e;
}

.accordion-box .accordion .accord-content{
	position:relative;
	border-top:none;
	display:none;
	background:#ffffff;
}

.accordion-box .accordion .accord-content.collapsed{
	display:block;
}

.accordion-box .accordion .accord-content p{
	position:relative;
	font-size:15px;
	color:#8d8d8d;
}

/***

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:90px 0px 40px;
}

.default-section .column{
	position:relative;
	margin-bottom:50px;
}

.default-section .image-column img{
	display:inline-block;
	width:100%;
}

.video-box{
	position:relative;
}

.video-box img{
	display:block;
	width:100%;
}

.video-box .video-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(37,41,47,0.60);
}

.video-box .video-link .icon-outer{
	position:absolute;
	width:100%;
	height:50px;
	top:50%;
	margin-top:-25px;
	text-align:center;
}

.video-box .video-link .icon-outer .fa{
	position:relative;
	display:inline-block;
	font-size:28px;
	line-height:70px;
	padding-left:8px;
	width:70px;
	height:70px;
	text-align:center;
	background:rgba(255,255,255,0.70);
	color:#61a93e;
	transition:all 500ms ease;
}

.video-box .video-link:hover .fa{
	background:rgba(255,255,255,0.90);
}

.default-text-column{
	position:relative;
}

.default-text-column.with-margin .inner-box{
	padding-left:10px;
}

.default-text-column h2{
	font-size:36px;
	font-weight:800;
	margin-bottom:10px;
	line-height:1.2em;
	text-transform:uppercase;
}

.default-text-column h3{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}

.default-text-column .bigger-text{
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}

.default-text-column .text{
	margin-bottom:25px;
	font-size:15px;
	color:#9d9d9d;
}

.default-text-column ul{
	margin-bottom:35px;
}

.styled-list-one {
		position: relative;
}

.styled-list-one li {
		line-height: 26px;
		margin-bottom: 10px;
		padding-left: 25px;
		position: relative;
	font-size:16px;
	color:#303030;
	font-weight:600;
}

.styled-list-one.normal-font li {
	font-weight:normal;
}

li.col-xs-12{
	padding-left:40px;
}

.styled-list-one li::before {
		color: #61a93e;
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 20px;
		left: 0;
		line-height: 24px;
		position: absolute;
		top: 0;
		width: 20px;
}

li.col-xs-12:before{
	left:15px;
}

.styled-list-two {
		position: relative;
}

.styled-list-two li {
		line-height: 26px;
		margin-bottom: 10px;
		padding-left: 30px;
		position: relative;
	font-size:16px;
	color:#303030;
}

.styled-list-two li::before {
		color: #61a93e;
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 20px;
		left: 0;
	font-weight:300;
		line-height: 24px;
		position: absolute;
		top: 0;
		width: 20px;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	background:#ffffff;
	padding:90px 0px 30px;
}

.team-section.extended{
	padding:90px 0px 30px;
}

.team-section .team-member{
	position:relative;
	margin-bottom:60px;
}

.team-section.extended .team-member{
	margin-bottom:60px;
}

.team-section .team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	margin:0 auto;
}

.team-section .team-member .image{
	position:relative;
}

.team-section .team-member .image img{
	position:relative;
	display:block;
	width:100%;
}

.member-details .team-member .image img{
	position:relative;
	display:block;
	width:auto;
}

.team-section .team-member .member-info{
	position:relative;
	padding:25px 0px 0px;
}

.member-details .team-member .member-info{
	padding-top:0px;
}

.team-section .team-member h3{
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#2f2f31;
	letter-spacing: 1px;
	text-transform:uppercase;
	margin-bottom:5px;
}

.member-details .team-member h3{
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;
}

.team-section .team-member .designation{
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height:20px;
	color:#6bc611;
	text-transform:capitalize;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.team-section .team-member .social-links{
	position:relative;
}

.team-section .team-member .social-links a{
	position:relative;
	display:inline-block;
	width:34px;
	height:34px;
	font-size:14px;
	margin:0px 3px 5px;
	line-height:32px;
	border-radius:50%;
	text-align:center;
	border:1px solid #e1e1e1;
	color:#cccccc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.team-section .team-member .social-links a:hover{
	background-color:#6bc611;
	color:#ffffff;
	border-color:#6bc611;
}

.team-section .team-member .text{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	padding:15px 0px 10px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
}

.no-border{
	border:none !important;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:2px solid rgba(0,0,0,0.10);
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	padding:6px 25px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#3a3a3a;
	border-color:#3a3a3a;
}

/***

====================================================================
	Sidebar Page Style
====================================================================

***/

.sidebar-page{
	position:relative;
	padding:80px 0px 50px;
}

.blog-container{
	position:relative;
	padding:0px 0px;
}

.sidebar-page .blog-detail blockquote{
	position:relative;
	margin-top:20px;
	padding:5px 20px;
	line-height:2em;
	font-size:17px;
	color:#25292f;
	background:none;
	font-style:italic;

}

.sidebar-page .blog-detail .post-desc h2{
	font-size:20px;
	margin-bottom:22px;
	color:#1a1a1a;
}

.sidebar-page .blog-detail .post-desc h3{
	font-size:18px;
	margin-bottom:10px;
	color:#1a1a1a;
}

.sidebar-page .blog-detail h4{
	font-size:16px;
	margin-bottom:20px;
}

.check-list li .fa{
	position:relative;
	color:#cbda37;
}

.remove-list li .fa{
	position:relative;
	color:#ff0000;
}

.sidebar-page .blog-detail .post-tags{
	position:relative;
	padding:15px;
	font-size:16px;
	background:#f5f5f5;
	color:#999999;
	margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
	position:relative;
	color:#777777;
	font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
	color:#00bff3;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page .comments-area{
	position:relative;
}

.sidebar-page .group-title{
	position:relative;
	margin-bottom:40px;
	padding-bottom:16px;
}

.sidebar-page .group-title h2{
	font-size:32px;
	font-family:'Montserrat',sans-serif;
	color:#1a1a1a;
	font-weight:400;
	margin-bottom:0px;
	text-transform:uppercase;
}



.sidebar-page .comments-area .comment-box{
	position:relative;
}

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 50px 0px;
	padding:0px 0px 10px 110px;
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;
	border:3px solid #ffffff;
	border-radius:50px;
	-moz-box-shadow:0px 0px 2px 0px #000000;
	-ms-box-shadow:0px 0px 2px 0px #000000;
	-o-box-shadow:0px 0px 2px 0px #000000;
	-webkit-box-shadow:0px 0px 2px 0px #000000;
	box-shadow:0px 0px 2px 0px #000000;
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:50px;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom:10px;
	color:#bcbcbc;
	font-size:13px;
	font-family:'Montserrat',sans-serif;
	font-weight: 400;
}

.sidebar-page .comments-area .comment-box strong{
	color:#1a1a1a;
	font-weight:700;
	text-transform:uppercase;
}

.sidebar-page .comments-area .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-family:'Montserrat',sans-serif;
	color:#ffffff;
	padding:5px 20px;
	line-height:24px;
	background:#374853;
	border-radius:3px;
	font-weight:400;
	text-transform:uppercase;
}

.sidebar-page .comments-area .reply-btn:hover{
	background-color:#61a93e;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:42px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#61a93e;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:170px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	display:inline-block;
}


/***

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
	position:relative;
	padding:0px 0px 0px;
}

.sidebar .widget{
	position:relative;
	margin-bottom:50px;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:8px 50px 8px 20px;
	border:1px solid #61a93e;
	background:#ffffff;
	color:#3a3a3a;
	display:block;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#61a93e;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:42px;
	width:50px;
	line-height:42px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#ffffff;
	background:#374853;

}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#ffffff;
	background:#61a93e;
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}

.sidebar .sidebar-title h3{
	font-family: "Poppins",sans-serif;
	font-size:20px;
	color:#1a1a1a;
	font-weight:600;
	text-transform:uppercase;
}



.sidebar .recent-posts .post{
	position:relative;
	font-size:13px;
	margin-bottom:20px;
	color:#cccccc;
	padding-left:90px;
}

.sidebar .recent-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:75px;
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .recent-posts .post h4{
	font-size:16px;
	font-weight:600;
	margin:0px 0px 5px;
	line-height:1.4em;
	color:#292929;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#61a93e;
}

.sidebar .recent-posts .post h4 a{
	color:#292929;
}

.sidebar .recent-posts .post-info{
	color:#8e8e8e;
	text-transform:capitalize;
}

.sidebar .recent-posts .post-info .icon{
	padding-right:5px;
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;
}

.sidebar-page .contact-info a{
	color:#61a93e;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;
}

.sidebar .popular-tags a{
	position:relative;
	font-family:'Roboto',sans-serif;
	display:inline-block;
	line-height:24px;
	padding:5px 20px;
	margin:0px 5px 12px 0px;
	border:1px solid rgba(0,0,0,0.10);
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	font-size:13px;
	border-radius:5px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#61a93e;
	border-color:#61a93e;
	color:#ffffff;
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:7px;
	line-height:32px;
}

.sidebar .list li .count{
	position:relative;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:16px;
	font-weight:400;
}

.sidebar .list li a:hover{
	color:#61a93e;
}

/***

====================================================================
	Releated Posts Section
====================================================================

***/

.related-posts-section{
	position:relative;
	padding:60px 0px 50px;
}

.related-posts-section h2{
	font-size:36px;
	font-weight:800;
	margin-bottom:30px;
	color:#25292f;
	text-transform:uppercase;
	padding-right:100px;
}

.related-posts-section .owl-controls{
	position:absolute;
	right:0px;
	top:-80px;
	padding:0px 0px;
	margin:0px;
}

.related-posts-section .owl-controls .owl-next,
.related-posts-section .owl-controls .owl-prev{
	position:relative;
	width:40px !important;
	height:40px !important;
	padding:0px !important;
	background:#ffffff !important;
	color:#999999 !important;
	border:2px solid #e9e9e9;
	line-height:36px;
	font-size:20px !important;
	border-radius:4px !important;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	margin:3px 0px 0px 10px !important;
}

.related-posts-section .owl-controls .owl-next:hover,
.related-posts-section .owl-controls .owl-prev:hover{
	background:#25292f !important;
	color:#ffffff !important;
	border-color:#25292f;
}

.related-posts-section .owl-dots{
	display:none !important;
}

.filters-section{
	position:relative;
	padding:30px 30px 20px;
	background:#fafafa;
	border-radius:5px;
	margin-bottom:40px;
}

.filters-section .form-group{
	position:relative;
	margin-bottom:20px;
}

.filters-section .form-group .field-label{
	position:relative;
	font-size:16px;
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}

.filters-section .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	color:#555555;
	background:#ffffff;
	border:1px solid #ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.filters-section .form-group input:focus{
	border-color:#61a93e;
}

.filters-section button{
	width:100%;
	display:block;
	padding:12px 20px;
	text-align:center;
}

.other-info{
	position:relative;
}

.other-info h3{
	font-size:20px !important;
	font-weight:800;
	text-transform:uppercase !important;
}

.other-info .info-box{
	position:relative;
}

.other-info .info-box li{
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	position:relative;
	padding-left:60px;
	color:#8d8d8d;
	min-height:50px;
	font-size:15px;
	margin-bottom:25px;
}

.other-info .info-box li:last-child{
	margin-bottom:0px;
}

.other-info .info-box li strong{
	text-transform: uppercase;
	display:block;
	color:#000000;
	font-weight:400;
	font-size:16px;
	font-family:'Montserrat',sans-serif;
}

.other-info .info-box li .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
	height:50px;
	line-height:50px;
	color:#dee1e3;
	font-size:36px;
}

.other-info .text{
	margin-bottom:20px;
	font-size:15px;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-canvas{
	border-radius:5px;
}

.map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
}

.map-canvas .map-data h6{
	font-weight:700;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#2e2e2e;
}

/***

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section{
	position:relative;
	padding:90px 0px 10px;
}

.contact-section .column{
	margin-bottom:60px;
}

.contact-section h2{
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#2f2f2f;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:26px;
}

.contact-form .form-group .field-label{
	position:relative;
	font-size:16px;
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}

.contact-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	color:#555555;
	background:#ffffff;
	border:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:11px 20px;
	color:#555555;
	height:300px;
	resize:none;
	background:#ffffff;
	border:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	border-color:#61a93e;
}

.contact-form .form-group input.error,
.contact-form .form-group textarea.error{
	border-color:#ff0000;
}

.contact-form .form-group label.error{
	display:block;
	padding:10px 0px 0px 0px;
	line-height:24px;
	text-transform:capitalize;
	font-size:15px;
	color:#ff0000;
	font-weight:400;
}

.contact-form .form-group .theme-btn{
	padding:10px 40px;
}

/***

====================================================================
	Fact Counter Style
====================================================================

***/

.member-details .column{
	margin-bottom:30px;
}

.fact-counter{
	position:relative;
	padding:0px 0px 0px;
	width:100%;
}

.fact-counter .column{
	position:relative;
}

.fact-counter .column .inner{
	position:relative;
	padding:25px 5px 20px;
	text-align:center;
	background:#61a93e;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.fact-counter .column:hover .inner{
	background:#5fba04;
}

.fact-counter .column .icon{
	position:relative;
	color:#ffffff;
	font-size:60px;
	line-height:50px;
}

.fact-counter .column .count-text{
	position:relative;
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Roboto',sans-serif;
	color:#ffffff;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	color:#ffffff;
	margin:25px 0px 20px;
}

.info-list li{
	margin-bottom:5px;
}

.info-list strong{
	display:inline-block;
	min-width:120px;
	font-weight:700;
	text-transform:uppercase;
	color:#222e35;
}


/***

====================================================================
	Gallery Section Style
====================================================================

***/

.gallery-section{
	position:relative;
	padding:90px 0px 60px;
}

.default-portfolio-item{
	position:relative;
}

.mixed-gallery-section .column,
.gallery-section .column{
	margin-bottom:30px;
}

.default-portfolio-item .inner-box{
	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;
}

.default-portfolio-item .image-box img{
	display:block;
	width:100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:rgba(97, 169, 62,.5);
	border-radius:5px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	transition:all 400ms ease-out;
}

.default-portfolio-item:hover .overlay-box{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1;
	visibility:visible;
}

.default-portfolio-item .overlay-box .inner-content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:20px 40px;
	display:table;
	vertical-align:middle;
	text-align:left;
}

.default-portfolio-item .overlay-box .content{
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-box h3{
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	max-width:300px;
	margin:15px auto 20px;
	text-transform:uppercase;
	line-height:1.8em;
}

.default-portfolio-item .overlay-box h3 a{
	color:#ffffff;
}

.default-portfolio-item .overlay-box .arrow{
	position:relative;
	display:block;
	height:30px;
	line-height:30px;
	font-size:30px;
	color:#ffffff;
}

.filter-list .mix{
	display:none;
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.gallery-section .filter-btns{
	position:relative;
	text-align:center;
	font-family:'Raleway',sans-serif;
}

.gallery-section .filter-btns li{
	position:relative;
	display:inline-block;
	padding:9px 25px;
	line-height:24px;
	border:2px solid #e9e9e9;
	color:#808080;
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	margin:0px 5px 10px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filter-btns li:hover,
.gallery-section .filter-btns li.active{
	border-color:#61a93e;
	color:#ffffff;
	background:#61a93e;
}


/***

====================================================================
	Donation Section style
====================================================================

***/

.donation-section{
	position:relative;
}

.donation-form-outer{
	position:relative;
	padding:50px;
	background:#f6f6f6;
	border-radius:2px;
	font-family:'Roboto',sans-serif;
}

.donation-form-outer h3{
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	font-size:26px;
	font-weight:700;
	margin-bottom:30px;
}

.donation-form-outer h4{
	font-size:24px;
	font-weight:800;
	margin-bottom:30px;
	text-transform:uppercase;
}

.donation-form-outer hr{
	margin-bottom:40px;
	border-color:#e0e0e0;
}

.donation-form-outer .form-group{
	position:relative;
	margin-bottom:30px;
}

.donation-form-outer .form-group.other-amount{
	top:5px;
}

.donation-form-outer input[type="text"],
.donation-form-outer input[type="email"],
.donation-form-outer input[type="tel"],
.donation-form-outer input[type="url"],
.donation-form-outer input[type="password"],
.donation-form-outer select,
.donation-form-outer textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:34px;
	padding:8px 20px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	height:52px;
}

.donation-form-outer select{
	cursor:pointer;
}

.donation-form-outer .field-label{
	position:relative;
	display:block;
	font-weight:600;
	font-size:18px;
	color:#252525;
	line-height:28px;
	margin-bottom:10px;
}

.donation-form-outer .field-label .required{
	color:#ff0000;
	font-size:14px;
}

.donation-form-outer .radio-select{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	line-height:30px;
}

.donation-form-outer .radio-select label{
	position:relative;
	display:block;
	height:56px;
	padding:13px 20px;
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-family: "Montserrat",sans-serif;
	font-weight:700;
	text-transform:uppercase;
	background:#374853;
	border-radius:2px;
	cursor:pointer;
}

.donation-form-outer .radio-select input[type="radio"]{
	display:none;
}

.donation-form-outer .radio-select input[type="radio"]:checked+label{
	color:#ffffff;
	background:#61a93e;
}

.donation-form-outer button{
	padding:12px 30px;
}


/*Extra pad*/
.pad-top-90{
	padding-top: 90px;
}

.pad-top-60{
	padding-top: 60px;
}
.pad-bot-80{
	padding-bottom: 80px;
}
.pad-bot-50{
	padding-bottom: 50px;
}
.pg-bg-cl{
	background-color: #f9f9f9;
}





.bread{
	border-bottom: 1px solid #ededed;
}
.breadcrumb{
	background:none;
	padding:0;
	margin-bottom:0px;
	float:left;
}

.breadcrumb .active1{
	color:#666;
}

.breadcrumb li a,
.breadcrumb li{
	font-size:1.6rem;
	color:#a3a3a3;
}

.breadcrumb li{
	color:#666;
	line-height:70px;
}

.breadcrumb li img{
	vertical-align:initial;
}

.kindbiaoti{
	margin-bottom:0;
	float:right;
}

.kindbiaoti li{
	float:left;
}

.kindbiaoti li a{
	font-size:16px;
	color:#666;
	margin:0 10px;
	display:inline-block;
	line-height:70px;
	border-bottom:4px solid transparent;
}

.kindbiaoti li:hover a{
	border-bottom:4px solid #a40001;
	color:#a40001;
}

.kindbiaoti .curpage a{
	border-bottom:4px solid #a40001;
	color:#a40001;
}





.navbar-collapse{
	width:100%;
	height:auto;
	background:#a40001;
	position:relative;
	padding:0;
	border-bottom: solid 1px #D47348;
}
.navbar-collapse .navigation{
	height:52px;
	text-align:center;
}
.navbar-collapse .navigation li{
	display:inline-block;
}
.navbar-collapse .navigation li a{
	float:left;
	padding:0 60px;
	font-size:16px;
	height:52px;
	line-height:52px;
	color:#fff;
}
.navbar-collapse .navigation>li.list>a,
.navbar-collapse .navigation>li:hover>a{
	background:#D47348;
}
.navbar-collapse .navigation>li>ul{
	display:none;
	width:100%;
	height:60px;
	background:#fff;
	text-align:center;
	position:absolute;
	top:100%;
	left:0;
	border-radius:0;
}
.navbar-collapse .navigation>li:hover>ul{
	display:block;
}
.navbar-collapse .navigation>li>ul>li{
	display:inline-block;
	width:auto;
}
.navbar-collapse .navigation>li>ul>li>a{
	display:block;
	width:100%;
	height:60px;
	line-height:30px;
	color:#000;
	padding:15px 60px 0;
}
.navbar-collapse .navigation>li>ul>li:hover>a{
	background:#f4f4f4;
	color:#333;
}
.navbar-collapse .navigation>li>ul>li>a img{
	display:block;
	width:auto;
	margin:0 auto 5px;
}
.navbar-collapse .navigation>li>ul>li>ul{
	display:none;
	width:160px;
	background:#fff;
	position:absolute;
	top:0;
	left:100%;
	border-radius:0;
	padding:8px 0 0;
}
.navbar-collapse .navigation>li>ul>li:hover>ul{
	display:block;
}
.navbar-collapse .navigation>li>ul>li>ul>li{
	width:100%;
	height:auto;
}
.navbar-collapse .navigation>li>ul>li>ul>li>a{
	display:block;
	width:100%;
	height:auto;
	line-height:30px;
	color:#000;
	padding:0;
}
.navbar-collapse .navigation>li>ul>li>ul>li:hover>a{
	color:#fff;
	background:#EE7102;
}







.process_cont{
	width:100%;
	height:auto;
	margin:0 auto;
}

.process_cont .process_list{
	width:100%;
	height:auto;
	margin-top:10%;
}

.process_cont .process_list ul{
	width:100%;
	height:auto;
	text-align:center;
}

.process_cont .process_list ul li{
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 2%;
}

.process_cont .process_list ul li a{
	display:block;
	width:100%;
	height:auto;
	font-size:16px;
	color:#323232;
	background:#ccc;
	border-radius:3px;
	padding:10px 35px;
}

.process_cont .process_list ul li:hover a,
.process_cont .process_list ul li.list a{
	color:#fff;
	background:#333;
}

.process_cont .process_conts{
	width:100%;
	height:auto;
	margin-top:8%;
}

.process_cont .process_conts .process_wen{
	width:100%;
	height:auto;
	font-size:0;
	text-align:center;
}

.process_cont .process_conts .process_wen dl{
	display:inline-block;
	width:160px;
	cursor:pointer;
	padding:0 5px;
	text-align:center;
}

.process_cont .process_conts .process_wen dl dt{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
}

.process_cont .process_conts .process_wen dl .glyphicon{
	font-size:40px;
}

.process_cont .process_conts .process_wen dl .processTitle{
	font-size:16px;
	font-weight:bold;
	line-height:45px;
}

.process_cont .process_conts .process_wen dl .processPar{
	font-size:14px;
	line-height:22px;
	color:#000;
}

.process_cont .process_conts .process_wen dl dt:hover{ color:#fff; border:1px solid #fff;background:#EE7102;}

.process_cont .process_conts .process_wen dl dt{position:relative; margin:0 auto; border-radius:50%; line-height:100px; width:100px; height:100px;background:#5ac14c; border:1px solid #fff; color:#fff}

.process_cont .process_conts .process_wen dl dt img{ position:absolute; left:40px}

.process_cont .process_conts .process_wen dl .processTitle{ font-weight:400}

.process_cont .process_conts .process_wen dl dt span.aa{ line-height:100px}




.block_home_slider {

	position: relative;

	background-color: #ffffff;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	behavior: url(js/PIE.htc); /*半透明兼容*/

	text-align: center;

	line-height: 0px;

	margin-right: auto;

	margin-left: auto;

}	/*底部小图标*/

.block_home_slider .slide {position:relative;}

.block_home_slider .slide img{width:100%;}

.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(../images/bg_caption.png); text-align:center;}

.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}

.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}

.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../images/sprite_arrow_2.png); text-indent:-9000px;}

.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}

.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}

.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}

.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}

.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block; display:block;position:absolute;bottom:5%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:100;}

.block_home_slider .flex-control-paging li {

	margin: 0px;

	padding: 0px;

	float: left;

	overflow: hidden;

	list-style-type: none;

}

.block_home_slider .flex-control-paging li a {font-size:0;border-radius:50%;margin:0 5px;width:12px; height:12px; display:block; background:#EE7102; cursor:pointer;}

.block_home_slider .flex-control-paging li a.flex-active {background:#fff;}



.leadstrength{
	width:100%;
	height:auto;
	background:#f9f9f9;
	padding: 30px 0;
}
.leadstrength .leadstrength_cont{
	width:100%;
	height:auto;
}
.leadstrength .leadstrength_cont .leadstrength_kuai{
	padding:0;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont{
	min-height:300px;
	max-height:300px;
	border:1px #D9D9D9 solid;
	cursor: pointer;
	margin:0 3% 5%;
	padding:14% 2% 5%;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont:hover{
	background:#5AC14C;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_img img{
	display:block;
	max-width:75px;
	width:35%;
	height:auto;
	margin:0 auto;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_img img:nth-child(2){
	display:none;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont:hover .kuai_img img{
	display:none;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont:hover .kuai_img img:nth-child(2){
	display:block;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_wen{
	width:100%;
	height:auto;
	text-align:center;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_wen h2{
	width:100%;
	height:auto;
	font-size:20px;
	font-weight:bold;
	color:#686868;
	margin-bottom:15px;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont .kuai_wen p{
	width:100%;
	height:auto;
	line-height:18px;
	font-size:14px;
	color:#848484;
}
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont:hover .kuai_wen h2,
.leadstrength .leadstrength_cont .leadstrength_kuai .kuai_cont:hover .kuai_wen p{
	color:#fff;
}



.whycontact{
	width:100%;
	height:auto;
	background:#fff;
	padding:7% 0;
}
.whycontact .whycontact_cont{
	width:100%;
	height:auto;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai{
	width:100%;
	height:auto;
	border:1px #E9E9E9 solid;
	cursor:pointer;
	margin-bottom:40px;
	padding:8.2%;
	display:flex;
	align-items:center;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai:hover,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai:hover{
	background:#46b13f;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai img,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai img{
	display:block;
	max-width:50px;
	width:35%;
	height:auto;
	margin-right:18px;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai img:nth-child(2),
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai img:nth-child(2){
	display:none;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai:hover img,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai:hover img{
	display:none;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai:hover img:nth-child(2),
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai:hover img:nth-child(2){
	display:block;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai p,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai p{
	font-size:20px;
	color:#686868;
	margin-bottom:0;
}
.whycontact .whycontact_cont .whycontact_left .whycontact_kuai:hover p,
.whycontact .whycontact_cont .whycontact_right .whycontact_kuai:hover p{
	color:#fff;
}
.whycontact .whycontact_cont .whycontact_zhong .whycontact_img{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.whycontact .whycontact_cont .whycontact_zhong .whycontact_img img{
	display:block;
	width:100%;
	height:auto;
}



.priceindex{
	width:100%;
	height:auto;
	background:#F7F6F9 url(../images/priceindex_bg.png) no-repeat center;
	padding:7% 0;
}
.priceindex .priceindex_cont{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.priceindex .priceindex_cont img{
	display:block;
	max-width:40%;
	height:auto;
	float:left;
	margin-right:10%;
	cursor:pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
}
.priceindex .priceindex_cont img:hover{
	box-shadow:0 0 20px 1px rgba(0,0,0,.5);
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
}
.priceindex .priceindex_cont img:nth-child(2){
	margin-right:0;
}



.processes{
	width:100%;
	height:auto;
	background:url(../images/processes_bg.jpg) no-repeat bottom;
	padding:7% 0;
}
.processes .processes_cont{
	width:100%;
	height:auto;
	margin-bottom:12%;
}
.processes .processes_cont .processes_wen{
	width:9.85%;
	height:auto;
	cursor:pointer;
	float:left;
}
.processes .processes_cont .processes_wen span{
	width:100%;
	height:auto;
	font-size:40px;
	color:#58BA49;
	border:1px #58BA49 solid;
	border-radius:50%;
	text-align:center;
	padding:31.3% 0;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.processes .processes_cont .processes_wen:hover span{
	color:#BBBBBB;
	border:1px #D2D2D2 solid;
}
.processes .processes_cont .processes_wen p{
	width:100%;
	height:auto;
	line-height:1.2;
	font-size:16px;
	color:#999;
	text-align:center;
	margin-top:10%;
}
.processes .processes_cont .processes_right{
	width:3%;
	height:auto;
	float:left;
}
.processes .processes_cont .processes_right span{
	width:100%;
	height:auto;
	font-size:20px;
	color:#BBBBBB;
	text-align:center;
	padding:140% 0 0;
}
.processes .processes_cont img{
	display:block;
	width:100%;
	height:auto;
}



.newsus{
	width:100%;
	height:auto;
	background:#F9F9F9;
	padding:70px 0;
}
.newsus .newsus_cont{
	width:100%;
	height:auto;
	margin-bottom:120px;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-wrapper{
	height:auto;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-wrapper .swiper-slide{
	width:100%;
	height:auto;
	position:relative;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-wrapper .swiper-slide img{
	display:block;
	width:100%;
	height:auto;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-wrapper .swiper-slide .newswipetitle{
	position:absolute;
	bottom:0;
	color:#fff;
	width:100%;
	height:50px;
	line-height:50px;
	background:rgba(0, 0, 0, .6);
	margin:0;
	overflow:hidden;
	font-size:16px;
	padding:0 20px;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-pagination{
	bottom:60px;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-pagination .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	opacity:1;
}
.newsus .newsus_cont .newsus_left .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background:#78ba01;
}
.newsus .newsus_cont .newsus_right.col-md-7{
	width:56%;
	margin-left:2.333%;
}
.newslistitem{
	background:#fff;
	padding:17px 0;
	margin-bottom:10px;
}
.newssdate{
	border-right:1px solid #dddddd;
	padding-top: 10px;;
}
.date,.year{
	font-weight:bold;
	color:#666;
	text-align:center;
	margin:0;
}
.date{
	line-height:60px;
	font-size:48px;
}
.year{
	line-height:20px;
	font-size:16px;
}
.centernew{
	padding:10px 15px;
}
.newsstitle{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:0;
}
.newsscon{
	font-size:14px;
	color:#666;
	line-height:25px;
	height:70px;
	margin:0;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.newjiantoufa{
	text-align:center;
	margin-top:27px;
}
.newjiantou{
	display:inline-block;
	background:url(../images/news_more.png) no-repeat 0 0;
	width:34px;
	height:34px;
	transition:all 500ms;
}
.newslistitem:hover .newsstitle{
	color:#64C500;
}

.newslistitem:hover .newjiantou{
	background:url('../images/news_more.png') no-repeat -56px 0;
	transition:all 500ms;
}
@media only screen and (max-width: 1500px) and (min-width: 1250px){
	.newslistitem {
		padding: 8px 0;
	}
}



.index_number{
	width:100%;
	height:156px;
	padding:15px 0;
	background-color: transparent;
}
.index_number ul{
	width:100%;
	height:auto;
}
.index_number ul li{
	width:24%;
	height:auto;
	text-align:center;
	float:left;
	margin-right:1.3%;
}
.index_number ul li:nth-child(4){
	margin-right:0;
}
.index_number ul li .number_heng{
	display:block;
	width:25px;
	height:3px;
	background:#fff;
}
.index_number ul li h2{
	width:100%;
	height:auto;
	line-height:50px;
	font-size:50px;
	font-family:微软雅黑;
	color:#fff;
	margin:0 0 5%;
	position:relative;
}
.index_number ul li.pingfang h2:after{
	content:"m2";
	line-height:16px;
	font-size:16px;
	position:absolute;
	top:0;
}
.index_number ul li p{
	width:100%;
	height:auto;
	line-height:18px;
	font-size:18px;
	font-family:微软雅黑;
	color:#fff;
	margin:0;
}



.consultation{
	width:100%;
	height:auto;
	padding:50px 0;
}
.consultation img{
	display:block;
	width:100%;
	height:auto;
}
.consultation .hezuo_cont{
	width:100%;
	height:auto;
	position:relative;
}
.consultation .hezuo_cont ul li{
	height:auto;
	border-top:1px dashed #c2c2c2;
}
.consultation .hezuo_cont ul li .customer_kuai{
	width:20%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:20px 0;
	overflow: hidden;
}
.consultation .hezuo_cont ul li .customer_kuai:nth-child(5n){
	border-right:none;
}
.consultation .hezuo_cont ul li .customer_kuai img{
	display:block;
	width:100%;
	height:auto;
	transition:all .5s;
}
.consultation .hezuo_cont ul li .customer_kuai:hover img{
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
}
.consultation .hezuo_cont.swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	left:98%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:10px;
	height:80px;
	text-align:center;
}
.consultation .hezuo_cont.swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin:5px;
}
.consultation .consultation_form{
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px 1px rgba(0,0,0,.5);
	position:relative;
	z-index:10;
	margin:-10% auto 40px;
	padding:2%;
}
.consultation .consultation_form h2{
	width:100%;
	height:auto;
	font-size:20px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:10px;
}
.consultation .consultation_form p{
	width:100%;
	height:auto;
	font-size:16px;
	color:#999;
	text-align:center;
	margin-bottom:40px;
}
.consultation .consultation_form .consultation_kuai{
	margin-bottom:20px;
}
.consultation .consultation_form .consultation_kuai input{
	width:100%;
	height:auto;
	line-height:40px;
	font-size:16px;
	color:#333;
	border:1px #ccc solid;
	border-radius:5px;
	padding:2px 10px;
}
.consultation .consultation_form .consultation_kuai textarea{
	width:100%;
	height:140px;
	line-height:40px;
	font-size:16px;
	color:#333;
	border:1px #ccc solid;
	border-radius:5px;
	padding:2px 10px;
}
.consultation .consultation_form .consultation_button{
	display:block;
	width:120px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	background:#62C556;
	text-align:center;
	border-radius:50px;
	margin:0 auto;
}



.logos_cont{
	width:100%;
	height:auto;
	position:relative;
}
.logos_cont .slider-outer{
	width:94%;
	height:auto;
	margin:0 auto;
}
.logos_cont .slider-outer ul li img{
	display:block;
	width:100%;
	height:auto;
}
.logos_cont .logos-button-next,
.logos_cont .logos-button-prev{
	width:3%;
	height:auto;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	cursor:pointer;
}
.logos_cont .logos-button-next img,
.logos_cont .logos-button-prev img{
	display:block;
	width:100%;
	height:auto;
}
.logos_cont .logos-button-next{
	right:0%;
}
.logos_cont .logos-button-prev{
	left:0%;
}




.content{
	padding:5% 0;
}
.background1{
	background:#f9f9f9;
}
.tuisongnews .swiper-slide{
	padding:15px 0;
}
.comnewsswiimg img{
	display:block;
	width:100%;
	height:auto;
}
.comnewsswitext{
	padding:10px 30px;
}
.comnewsswitext .comnews_time{
	color:#a7a7a7;
	font-size:16px;
}
.comnewsswitext .comnews_title{
	font-size:30px;
	color:#61a93e;
	font-weight:bold;
	margin:10px 0;
}
.comnewsswitext .comnews_con{
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	line-height:30px;
	height:90px;
	overflow:hidden;
	color:#666;
	font-size:16px;
}
.comnewsswitext .comnewsmore{
	width:135px;
	height:38px;
	border:none;
	text-align:left;
	padding-left:25px;
	color:#fff;
	font-size:16px;
	transition:all 500ms ease-in-out;
	background:url(../images/news_more1.png) no-repeat 95px #61a93e;
	margin-top:15px;
}
.comnewsswitext .comnewsmore:hover{
	padding-left:15px;
	transition:all 500ms ease-in-out;
	background:url(../images/news_more1.png) no-repeat 110px #61a93e;
}
.tuisongnews .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #767676;
}
.tuisongnews .swiper-pagination-bullet-active{
	background: #61a93e;
}
.tuisongnews .swiper-container-horizontal>.swiper-pagination-bullets,
.tuisongnews .swiper-pagination-custom,
.tuisongnews .swiper-pagination-fraction{
	bottom: 11px;
}
.comnews_nomalitem{
	border-bottom:1px solid #dbdbdb;
	padding:35px 0;
}
.comnews_nomalitem_title{
	color:#333333;
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
}
.comnews_nomalitem_time{
	color:#666;
	font-size:16px;
	padding-left:20px;
	background:url(../images/time_ico.jpg) left no-repeat;
}
.comnews_nomalitem_con{
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	color:#666;
	font-size:16px;
	line-height:30px;
	height:90px;
	overflow:hidden;
}
.comnews_nomalitem_more{
	width:55px;
	color:#888888;
	font-size:16px;
	transition:all 500ms ease-in-out;
	background:url(../images/news_more2.jpg) right no-repeat;
	margin-top:40px;
}
.comnews_nomalitem:hover .comnews_nomalitem_more{
	width:70px;
	transition:all 500ms ease-in-out;
}
.comnews_nomalitem:hover .comnews_nomalitem_title{
	color:#f54100;
	transition:all 500ms ease-in-out;
}
.new_detail_titlewrap{
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
}
.share{
	position:relative;
}
.new_detail_title,
.newddetail_time{
	text-align:center;
	font-weight:bold;
}
.new_detail_title{
	color:#303133;
	font-size:24px;
	margin:40px 0;
}
.newddetail_time{
	color:#666;
	font-size:16px;
}
.sharebox{
	position:absolute;
	right:0;
	top:0;
}
.newcom img{
	max-width:100%;
	height:auto;
}
.paddingnd{
	padding:40px 30px;
}
.ndp{
	font-size:16px;
	color:#303133;
	line-height:35px;
}
.back{
	text-align:center;
	margin:40px auto;
}
.backbtn{
	width:145px;
	height:45px;
	background:#ab5d16;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border:none;
	border-radius:3px;
}
.bd_weixin_popup{
	height:330px !important;
}




.tram_cont{
	width:100%;
	height:auto;
}
.tram_cont .team_kuai{
	cursor:pointer;
	margin-bottom:5%;
	padding:0;
}
.tram_cont .team_kuai .team_img{
	width:100%;
	height:auto;
	border-right:1px #ccc solid;
	margin-bottom:10%;
	padding:0 15%;
}
.tram_cont .team_kuai:nth-child(4n) .team_img{
	border-right:none;
}
.tram_cont .team_kuai .team_img img{
	display:block;
	width:100%;
	height:auto;
	border-radius:50%;
}
.tram_cont .team_kuai .team_wen{
	width:100%;
	height:auto;
	padding:0 15%;
}
.tram_cont .team_kuai .team_wen h2{
	width:100%;
	height:auto;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.tram_cont .team_kuai .team_wen p{
	width:100%;
	height:36px;
	line-height:18px;
	font-size:14px;
	margin-bottom:0;
}
.tram_cont .team_kuai:hover .team_wen h2,
.tram_cont .team_kuai:hover .team_wen p{
	color:#46b13f;
}




.customer_list{
	width:100%;
	height:auto;
	padding-top:30px;
}
.customer_list ul{
	width:100%;
	height:auto;
	font-size:0;
	text-align:center;
}
.customer_list ul li{
	display:inline-block;
	width:auto;
	height:auto;
	margin:0 10px;
}
.customer_list ul li a{
	display:block;
	width:auto;
	height:auto;
	font-size:16px;
	color:#333;
	background:#CDCDCD;
	border-radius:3px;
	padding:10px 20px;
}
.customer_list ul li:hover a,
.customer_list ul li.list a{
	color:#fff;
	background:#323232;
}
.customer_cont{
	width:100%;
	height:auto;
	padding-top:30px;
}
.customer_cont ul li{
	border-top:1px dashed #c2c2c2;
}
.customer_cont ul li .customer_kuai{
	width:20%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:20px 0;
}
.customer_cont ul li .customer_kuai:nth-child(5n){
	border-right:none;
}
.customer_cont ul li .customer_kuai img{
	display:block;
	width:100%;
	height:auto;
	transition:all .5s;
}
.customer_cont ul li .customer_kuai:hover img{
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
}
.customer_cont ul li .customer_kuai .customer_conts{
	width:100%;
	height:auto;
	text-align:center;
	/*padding:10% 0 8%;*/
	transition:all .5s;
}
.customer_cont ul li .customer_kuai:hover .customer_conts{
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	transform:translateY(-20px);
}
.customer_cont ul li .customer_kuai .customer_conts img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.customer_cont ul li .customer_kuai .customer_conts img,
.customer_cont ul li .customer_kuai:hover .customer_conts img:nth-child(1){
	display:none;
}
.customer_cont ul li .customer_kuai:hover .customer_conts img:nth-child(2),
.customer_cont ul li .customer_kuai .customer_conts img:nth-child(1){
	display:block;
}
.customer_cont ul li .customer_kuai:hover .customer_conts img{
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.customer_cont ul li .customer_kuai .customer_conts p{
	line-height:1.5;
	font-size:14px;
	margin-bottom:0;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.customer_cont ul li .customer_kuai:hover .customer_conts p{
	color:#5dbf4e;
}
.customer_cont.swiper-container .swiper-pagination{
	position:absolute;
	top:-5px;
	right:0;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);*/
	width:100%;
	height:25px;
	text-align:right;
}




.industry_cont{
	width:100%;
	height:auto;
}
.industry_cont ul li{
	border-top:1px dashed #c2c2c2;
}
.industry_cont ul li .industry_kuai{
	width:33.3%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:30px;
}
.industry_cont ul li .industry_kuai:nth-child(3n){
	border-right:none;
}
.industry_cont ul li .industry_kuai img{
	display:block;
	width:100%;
	height:auto;
}
.industry_cont ul li .industry_kuai:hover img{
	display:block;
	width:100%;
	height:auto;
}
.industry_cont.swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
	left:98%;
}




.case_cont{
	width:100%;
	height:auto;
}
.case_cont ul{
	width:100%;
	height:auto;
}
.case_cont ul li{
	width:31.3%;
	height:auto;
	cursor:pointer;
	float:left;
	margin:0 1% 2%;
	position:relative;
}
.case_cont ul li .case_img{
	width:100%;
	height:auto;
	overflow: hidden;
}
.case_cont ul li .case_img img{
	display:block;
	width:100%;
	height:auto;
	transition: all 0.3s;
}
.case_cont ul li:hover .case_img img{
	transform:scale(1.1);
}
.case_cont ul li .case_bg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	filter:Alpha(opacity=0);
	transition: all 0.3s;
}
.case_cont ul li:hover .case_bg{
	opacity:1;
	filter:Alpha(opacity=1);
}
.case_cont ul li .case_wen{
	width:80%;
	height:auto;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	margin-left:-40%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0;
	filter:Alpha(opacity=0);
	transition: all 0.3s;
}
.case_cont ul li:hover .case_wen{
	opacity:1;
	filter:Alpha(opacity=1);
}
.case_cont ul li .case_wen h2{
	width:100%;
	height:auto;
	font-size:20px;
	color:#fff;
}
.case_cont ul li .case_wen p{
	width:100%;
	height:auto;
	color:#fff;
	margin:15px auto 25px;
	max-height: 67px; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; 
	min-height:53px;
	font-size:14px;
	max-width:85%;
	line-height:1.6;
}




.product_cont{
	width:100%;
	height:auto;
}
.product_cont>.product_list{
	width:17%;
	height:auto;
	background:#F5F5F5;
	float:left;
	padding:2%;
}
.product_cont>.product_list h2{
	width:100%;
	height:auto;
	font-size:24px;
	font-weight:bold;
	color:#a40001;
	text-align:center;
	border-bottom:1px #ccc solid;
	margin-bottom:10%;
	padding-bottom:10%;
}
.product_cont>.product_list ul{
	width:100%;
	height:auto;
}
.product_cont>.product_list ul li{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:20px;
}
.product_cont>.product_list ul li a{
	line-height:25px;
	font-size:16px;
	color:#686868;
	padding-left:35px;
}
.product_cont>.product_list ul li span{
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	position:absolute;
	top:0;
	left:0;
}
.product_cont>.product_list ul li span.red{
	background:#a40001;
}
.product_cont>.product_list ul li span.ash{
	background:#B5B5B5;
}
.product_cont>img{
	width:80%;
	height:auto;
	float:right;
}
.product_cont .product_conts{
	width:80%;
	height:auto;
	float:right;
}
.product_cont .product_conts ul{
	width:100%;
	height:auto;
}
.product_cont .product_conts ul li{
	margin-bottom:4%;
	padding:0 10px;

}
.product_cont .product_conts ul li .product_img{
	width:100%;
	height:auto;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	margin-bottom:3%;
}
.product_cont .product_conts ul li .product_img img{
	display:block;
	width:100%;
	height:auto;
	border-radius:10px;
}
.product_cont .product_conts ul li .product_img .product_bg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:0;
	z-index:1px;
	opacity:0;
	filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.product_cont .product_conts ul li:hover .product_img .product_bg{
	opacity:1;
	filter:Alpha(opacity=1); /* IE8 以及更早的浏览器 */
}
.product_cont .product_conts ul li .product_img .product_wens{
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:0;
	z-index:2;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0;
	filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.product_cont .product_conts ul li:hover .product_img .product_wens{
	opacity:1;
	filter:Alpha(opacity=1); /* IE8 以及更早的浏览器 */
}
.product_cont .product_conts ul li .product_img .product_wens i.product_heng{
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	margin:0 auto;
}
.product_cont .product_conts ul li .product_img .product_wens h2{
	width:100%;
	height:auto;
	font-size:20px;
	color:#fff;
	text-align:center;
	margin:10px 0;
}
.product_cont .product_conts ul li .product_wen{
	width:100%;
	height:auto;
	border:1px #eee solid;
	padding:5%;
}
.product_cont .product_conts ul li .product_wen h2{
	width:100%;
	height:auto;
	line-height:16px;
	font-size:16px;
	color:#4B3327;
}
.product_cont .product_conts ul li .product_wen p{
	width:100%;
	height:auto;
	line-height:12px;
	font-size:12px;
	color:#6B6B6B;
	background:url(../images/product_more.jpg) no-repeat center right;
	margin:0;
}
.product_cont .product_conts ul li .product_wen i.product_heng{
	display:block;
	width:100%;
	height:1;
	border-bottom:1px #ddd dashed;
	margin:10px auto;
}





.contact_about{
	width:100%;
	height:auto;
}
.contact_about .about_title{
	padding:20px 0;
	text-align:center;
	line-height:1.8;
}
.contact_about .about_title p{
	max-width:90%;
	margin:0 auto;
}
.contact_about .about_title h2{
	font-weight:normal;
	font-size:30px;
	color:#333;
}
.contact_about .about_wen{
	text-align:left;
	line-height:1.8;
}
.contact_about .about_wen p{
	font-size:16px;
	text-indent:2em;
}
.contact_about iframe{
	width:100%;
	height:400px;
	margin:4% 0;
}
.contact_message{
	width:100%;
	height:auto;
}
.contact_message .about_title{
	padding:20px 0;
	text-align:center;
	line-height:1.8;
}
.contact_message .about_title p{
	max-width:90%;
	margin:0 auto;
}
.contact_message .about_title h2{
	font-weight:normal;
	font-size:30px;
	color:#333;
}
.contact_message .about_cont{
	position:relative;
}
.contact_message .about_cont dd{
	width:49%;
	box-sizing:border-box;
	border:1px solid #e4e4e4;
	margin-bottom:20px;
	overflow:hidden;
	padding-left:100px;
	position:relative;
	height:50px;
	line-height:50px;
}
.contact_message .about_cont .title{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	text-align:center;
	color:#adadad;
}
.contact_message .about_cont .text{
	display:block;
	border:none;
	width:100%;
	color:#666;
	height:50px;
	line-height:50px;
}
.contact_message .about_cont dt{
	line-height:50px;
	position:absolute;
	top:0;
	right:0;
	width:49%;
	box-sizing:border-box;
	border:1px solid #e4e4e4;
	height:190px;
	padding-left:100px;
	overflow:hidden;
}
.contact_message .about_cont dt .text{
	line-height:1.8;
	height:190px;
	padding:12px 0;
	resize:none;
	box-sizing:border-box;
}
.contact_message .about_cont_btn{
	display:block;
	margin:50px auto 50px;
	cursor:pointer;
	border:none;
	background:#ff9510;
	color:#fff;
	border-radius:30px;
	height:50px;
	width:160px;
	font-size:18px;
}
.service_foot{
	background:#fafafa;
	padding:40px 0;
	overflow:hidden;
}
.service_foot dl{
	margin-bottom:0;
}
.service_foot dl dd{
	float:left;
	width:25%;
	cursor:pointer;
	text-align:center;
	box-sizing:border-box;
	padding:0 30px;
	line-height:1.7;
	position: relative;
	top:0;
	transition:all 0.3s;
}
.service_foot dl dd p{
	height:40px;
	font-size:14px;
	color:#000;
}
.service_foot dl dd:hover{
	top:-10px;
}
.service_foot dl dd:hover p{
	color:#ff9510;
}
.service_foot dl dd img{
	width:35px;
	margin-bottom:10px;
}



.list-content {
	width: 100%;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 30px 60px;
	min-height: 700px;
}
.list-content table {
	width: 100%;
}
.list-content table thead th {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	border-bottom: 2px solid #ddd;
	height: 60px;
	text-align: left;
	text-indent: 2rem;
}
.list-content table thead th:nth-of-type(1) {
	width: 43.75%;
}
.list-content table thead th:nth-of-type(2) {
	width: 28.75%;
}
.list-content table thead th:nth-of-type(3) {
	width: 20%;
}
.list-content table tbody tr td {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	border-bottom: 2px solid #f4f4f4;
	height: 60px;
	text-align: left;
	text-indent: 2rem;
	cursor: pointer;
}
.list-content table tbody tr td i {
	font-size: 18px;
	cursor: pointer;
}
.list-content table tbody tr td .detail-div {
	display: none;
}
.list-content table tbody tr td .career-title {
	margin-right: 0.5rem;
}
.list-content table tbody tr td .label-type {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 0.5rem;
	text-indent: 0;
	color: #999;
	line-height: 18px;
	font-size: 1.2rem;
}
.list-content table tbody tr td .require {
	text-indent: 3rem;
	padding: 2rem 0 0;
	word-break: break-all;
}
.list-content table tbody tr td .require dt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	margin-bottom: 1rem;
}
.list-content table tbody tr td .require dd {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	text-indent: 0px;
	padding-left: 3rem;
}
.list-content table tbody tr td .ptn-box {
	padding-left: 1rem;
	margin: 3rem 0 4rem;
}
.list-content table tbody tr td .ptn-box a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	background: #eb0028;
	color: #fff;
	border: 1px solid #d70226;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: color 0.15s ease 0s;
	-o-transition: color 0.15s ease 0s;
	-webkit-transition: color 0.15s ease;
	-webkit-transition-delay: 0s;
	transition: color 0.15s ease 0s;
	position: relative;
	z-index: 1;
	text-indent: 0;
}
@media screen and (min-width: 1025px) {
	.list-content table tbody tr td .ptn-box a:before {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 0px;
		height: 52px;
		background: #d70226;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		-moz-transition: width 0.15s ease 0s;
		-o-transition: width 0.15s ease 0s;
		-webkit-transition: width 0.15s ease;
		-webkit-transition-delay: 0s;
		transition: width 0.15s ease 0s;
		z-index: -1;
	}
	.list-content table tbody tr td .ptn-box a:hover {
		color: #fff;
	}
	.list-content table tbody tr td .ptn-box a:hover:before {
		width: 202px;
	}
}
.list-content table tbody tr td .ptn-box a.no-btn {
	background: none;
	color: #eb0028;
}
.list-content table tbody tr td .ptn-box a.no-btn:before {
	display: none;
}
.list-content table tbody tr td .contact {
	background-color: #f6f6f6;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 4rem 0;
	margin: 0 3rem 4rem;
}
.list-content table tbody tr td .contact dt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	width: 100%;
	margin: 0 0 2rem;
}
.list-content table tbody tr td .contact dd {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	cursor: pointer;
}
.list-content table tbody tr td .contact dd:nth-of-type(1):before {
	content: '';
	display: inline-block;
	width: 56px;
	height: 45px;
	background: url(../../img/career/list/icon1.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin-right: 2rem;
}
.list-content table tbody tr td .contact dd:nth-of-type(2):before {
	content: '';
	display: inline-block;
	width: 56px;
	height: 45px;
	width: 49px;
	height: 39px;
	background: url(../../img/career/list/icon2.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	margin-right: 2rem;
}
.list-content table tbody tr.list-tr:last-child {
	cursor: pointer;
}
.list-content table tbody tr.list-tr:hover td, .list-content table tbody tr.list-tr.active td {
	background-color: #f4f4f4;
}
.list-content table tbody tr.detail-tr {
	display: none;
}
.list-content table tbody tr.detail-tr td {
	height: 0;
}
.list-content table tbody tr.detail-tr.active {
	display: table-row;
}



.advantage_cont .advantage_content{
	width:100%;
	height:auto;
	margin-bottom:2%;
}
.advantage_cont .advantage_content p{
	width:100%;
	height:auto;
	font-size:15px;
	color:#333;
	margin-bottom:1%;
}
.advantage_cont .advantage_content p strong{
	font-size:16px;
}



.quality_ont,
.base_cont,
.business_cont,
.enterprise_cont,
.operation_cont,
.honor_cont,
.history_cont,
.corporate_cont,
.quality_cont{
	width:100%;
	height:auto;
}
.quality_ont img,
.base_cont img,
.business_cont img,
.enterprise_cont img,
.operation_cont img,
.honor_cont img,
.history_cont img,
.corporate_cont img,
.quality_cont img{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.enterprise_cont img:nth-child(2),
.base_cont img:nth-child(2){
	display:none;
}




.business_cont .business_top{
	max-width:816px;
	width:100%;
	height:auto;
	margin:0 auto 1%;
}
.business_cont .business_top:last-child{
	margin-bottom:0;
}
.business_cont .business_top img{
	display:block;
	width:100%;
	margin:0 auto;
}
.business_cont .business_kuai{
	max-width:816px;
	width:100%;
	height:auto;
	border-bottom:2px #13763D solid;
	margin:0 auto 4%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.business_cont .business_kuai:last-child{
	margin-bottom:0;
}
.business_cont .business_kuai img{
	display:block;
	width:50%;
	height:auto;
}
.business_cont .business_kuai .business_wen{
	width:50%;
	height:auto;
	padding:2% 3%;
}
.business_cont .business_kuai .business_wen h2{
	font-size:20px;
	font-weight:bold;
	color:#17763C;
}
.business_cont .business_kuai .business_wen p{
	font-size:16px;
	color:#17763C;
	margin:0;
}




.enterprise_cont .enterprise_kuai{
	width:100%;
	height:auto;
	background:#129046;
	box-shadow:0 3px 8px 1px rgba(0,0,0,.4);
	margin-bottom:5%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.enterprise_cont .enterprise_kuai img{
	display:block;
}
.enterprise_cont .enterprise_kuai .enterprise_wen{
	padding:5%;
}
.enterprise_cont .enterprise_kuai .enterprise_wen h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	margin-bottom:3%;
}
.enterprise_cont .enterprise_kuai .enterprise_wen p{
	font-size:16px;
	color:#fff;
}




.quality_cont .quality_kuai{
	max-width:830px;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto 3%;
}
.quality_cont .quality_kuai:last-child{
	margin-bottom:0;
}
.quality_cont .quality_kuai .quality_wen{
	height:auto;
	font-size:16px;
	color:#fff;
	letter-spacing:3px;
}
.quality_cont .quality_kuai .quality_wen strong{
	font-size:20px;
}
.quality_cont .quality_kuai .quality_wen.left{
	width:30%;
	position:absolute;
	top:50%;
	left:5%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.quality_cont .quality_kuai .quality_wen.right{
	width:18%;
	letter-spacing:2px;
	position:absolute;
	top:50%;
	right:3%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}




.base_cont .base_kuai{
	max-width:815px;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto 3%;
}
.base_cont .base_kuai:last-child{
	margin-bottom:0;
}
.base_cont .base_kuai .base_imgleft{
	width:56%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
.base_cont .base_kuai .base_img{
	width:42%;
	height:auto;
	float:left;
	margin-top:-11%;
	margin-bottom:3%;
}
.base_cont .base_kuai .base_imgleft img,
.base_cont .base_kuai .base_img img{
	display:block;
	width:100%;
	height:auto;
}
.base_cont .base_kuai .base_wen{
	width:42%;
	height:216px;
	font-size:16px;
	color:#fff;
	background:#147639;
	float:left;
	margin-bottom:2%;
	padding:60px 3%;
	overflow-y:auto;
}
.base_cont .base_kuai .base_imgleft:nth-last-child(2),
.base_cont .base_kuai .base_img:nth-last-child(2),
.base_cont .base_kuai .base_imgleft:nth-last-child(3),
.base_cont .base_kuai .base_img:nth-last-child(3){
	margin-bottom:0;
}
.base_cont .base_kuai .base_wen strong{
	font-size:20px;
}
.base_cont .base_kuai:nth-child(2n) .base_imgleft{
	width:55%;
	margin-right:0;
}
.base_cont .base_kuai:nth-child(2n) .base_img{
	width:43%;
	margin-top:-10%;
	margin-right:2%;
}
.base_cont .base_kuai:nth-child(2n) .base_wen{
	width:43%;
	margin-right:2%;
}




.corporate_cont .corporate_wen{
	width:100%;
	height:auto;
}
.corporate_cont .corporate_wen h2{
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:400;
	color:#323232;
	text-align:center;
	margin-bottom:3%;
}
.corporate_cont .corporate_wen p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555;
	text-align:left;
}
.corporate_cont .corporate_wen .corporate_kuai{
	width:100%;
	height:auto;
}
.corporate_cont .corporate_wen .corporate_kuai ul{
	width:100%;
	height:auto;
}
.corporate_cont .corporate_wen .corporate_kuai ul li{
	width:32%;
	height:auto;
	background:#FCFCFC;
	border:1px #F0F0F0 solid;
	cursor: pointer;
	float:left;
	margin-right:2%;
	padding:5% 2%;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:hover{
	background:#009B4D;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:nth-child(3){
	margin-right:0;
}
.corporate_cont .corporate_wen .corporate_kuai ul li img{
	display:block;
	max-width:70px;
	width:40%;
	height:auto;
	margin:0 auto 20px;
}
.corporate_cont .corporate_wen .corporate_kuai ul li img:nth-child(2){
	display:none;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:hover img{
	display:none;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:hover img:nth-child(2){
	display:block;
}
.corporate_cont .corporate_wen .corporate_kuai ul li h2{
	width:100%;
	height:auto;
	font-size:18px;
	color:#222;
	text-align:center;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:hover h2{
	color:#fff;
}
.corporate_cont .corporate_wen .corporate_kuai ul li i.corporate_heng{
	display:block;
	width:60px;
	height:2px;
	background:#FF9510;
	margin:20px auto;
}
.corporate_cont .corporate_wen .corporate_kuai ul li p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#222;
	text-align:center;
}
.corporate_cont .corporate_wen .corporate_kuai ul li:hover p{
	color:#fff;
}
.corporate_about{
	width:100%;
	height:auto;
	background:#F3F3F3;
	margin-top:5%;
}
.corporate_about .about_left{
	width:50%;
	height:auto;
	float:left;
}
.corporate_about .about_left img{
	display:block;
	width:100%;
	height:auto;
}
.corporate_about .about_right{
	width:30%;
	height:auto;
	float:left;
	padding:2% 0 2% 2%;
}
.corporate_about .about_right h2{
	width:100%;
	height:auto;
	font-size:24px;
	color:#f07001;
	margin-bottom:20px;
}
.corporate_about .about_right p{
	width:100%;
	height:auto;
	line-height:30px;
	font-size:14px;
	color:#323232;
	margin-bottom:0;
}
.corporate_number{
	width:100%;
	height:auto;
	margin-top:2%;
}
.corporate_number ul{
	width:100%;
	height:auto;
}
.corporate_number ul li{
	width:24%;
	height:auto;
	float:left;
	margin-left:1.3%;
}
.corporate_number ul li:nth-child(4){
	margin-left:0;
}
.corporate_number ul li i.number_heng{
	display:block;
	width:25px;
	height:3px;
	background:#222;
}
.corporate_number ul li h2{
	width:100%;
	height:auto;
	font-size:44px;
	font-family:"微软雅黑";
	color:#222;
}
.corporate_number ul li p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#999;
}




.cooperation_cont{
	width:100%;
	height:auto;
}
.cooperation_cont ul li{
	border-top:1px dashed #c2c2c2;
}
.cooperation_cont ul li .cooperation_kuai{
	width:20%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:30px;
}
.cooperation_cont ul li .cooperation_kuai:nth-child(5n){
	border-right:none;
}
.cooperation_cont ul li .cooperation_kuai img{
	display:block;
	width:100%;
	height:auto;
}
.cooperation_cont ul li .cooperation_kuai:hover img{
	display:block;
	width:100%;
	height:auto;
}
.cooperation_cont.swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
	left:98%;
}




.source_cont,
.source_cont .corporate_wen{
	width:100%;
	height:auto;
}
.source_cont .source_wen h2{
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:400;
	color:#323232;
	text-align:center;
	margin-bottom:3%;
}
.source_cont .source_wen p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555;
	text-indent:2em;
	text-align:left;
}
.source_cont .source_wen .source_kuai{
	width:100%;
	height:auto;
}
.source_cont .source_wen .source_kuai ul{
	width:100%;
	height:auto;
}
.source_cont .source_wen .source_kuai ul li{
	width:32%;
	height:auto;
	background:#FCFCFC;
	border:1px #F0F0F0 solid;
	cursor: pointer;
	float:left;
	margin-right:2%;
	padding:5% 2%;
}
.source_cont .source_wen .source_kuai ul li:hover{
	background:#009B4D;
}
.source_cont .source_wen .source_kuai ul li:nth-child(3){
	margin-right:0;
}
.source_cont .source_wen .source_kuai ul li img{
	display:block;
	max-width:70px;
	width:40%;
	height:auto;
	margin:0 auto 20px;
}
.source_cont .source_wen .source_kuai ul li img:nth-child(2){
	display:none;
}
.source_cont .source_wen .source_kuai ul li:hover img{
	display:none;
}
.source_cont .source_wen .source_kuai ul li:hover img:nth-child(2){
	display:block;
}
.source_cont .source_wen .source_kuai ul li h2{
	width:100%;
	height:auto;
	font-size:18px;
	color:#222;
	text-align:center;
}
.source_cont .source_wen .source_kuai ul li:hover h2{
	color:#fff;
}
.source_cont .source_wen .source_kuai ul li i.source_heng{
	display:block;
	width:60px;
	height:2px;
	background:#FF9510;
	margin:20px auto;
}
.source_cont .source_wen .source_kuai ul li p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#222;
	text-align:center;
}
.source_cont .source_wen .source_kuai ul li:hover p{
	color:#fff;
}




.safety_cont,
.safety_cont .safety_wen{
	width:100%;
	height:auto;
}
.safety_cont .safety_wen h2{
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:400;
	color:#323232;
	text-align:center;
	margin-bottom:3%;
}
.safety_cont .safety_wen p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555;
	text-indent:2em;
	text-align:left;
}
.safety_cont .safety_wen .safety_conts{
	width:100%;
	height:auto;
	position:relative;
}
.safety_cont .safety_wen .safety_conts ul{
	width:100%;
	height:auto;
}
.safety_cont .safety_wen .safety_conts ul li{
	border-top:1px dashed #c2c2c2;
}
.safety_cont .safety_wen .safety_conts ul li .safety_kuai{
	width:50%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:30px;
}
.safety_cont .safety_wen .safety_conts ul li .safety_kuai:nth-child(2n){
	border-right:none;
}
.safety_cont .safety_wen .safety_conts ul li .safety_kuai img{
	display:block;
	width:100%;
	height:auto;
}
.safety_cont .safety_wen .safety_conts ul li .safety_kuai:hover img{
	display:block;
	width:100%;
	height:auto;
}
.safety_cont .swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
	left:98%;
}




.sample_cont,
.sample_cont .sample_wen{
	width:100%;
	height:auto;
}
.sample_cont .sample_wen h2{
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:400;
	color:#323232;
	text-align:center;
	margin-bottom:3%;
}
.sample_cont .sample_wen p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555;
	text-indent:2em;
	text-align:left;
}
.sample_cont .sample_wen .sample_conts{
	width:100%;
	height:auto;
	position:relative;
}
.sample_cont .sample_wen .sample_conts ul{
	width:100%;
	height:auto;
}
.sample_cont .sample_wen .sample_conts ul li{
	border-top:1px dashed #c2c2c2;
}
.sample_cont .sample_wen .sample_conts ul li .sample_kuai{
	width:50%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:30px;
}
.sample_cont .sample_wen .sample_conts ul li .sample_kuai:nth-child(2n){
	border-right:none;
}
.sample_cont .sample_wen .sample_conts ul li .sample_kuai img{
	display:block;
	width:100%;
	height:auto;
}
.sample_cont .sample_wen .sample_conts ul li .sample_kuai:hover img{
	display:block;
	width:100%;
	height:auto;
}
.sample_cont .swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
	left:98%;
}




.testing_cont,
.testing_cont .testing_wen{
	width:100%;
	height:auto;
}
.testing_cont .testing_wen h2{
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:400;
	color:#323232;
	text-align:center;
	margin-bottom:3%;
}
.testing_cont .testing_wen p{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555;
	text-indent:2em;
	text-align:left;
}
.testing_cont .testing_wen .testing_conts{
	width:100%;
	height:auto;
	position:relative;
}
.testing_cont .testing_wen .testing_conts img{
	display:block;
	width:100%;
	height:auto;
}
.testing_cont .testing_wen .testing_conts ul{
	width:100%;
	height:auto;
}
.testing_cont .testing_wen .testing_conts ul li{
	border-top:1px dashed #c2c2c2;
}
.testing_cont .testing_wen .testing_conts ul li .testing_kuai{
	width:50%;
	height:auto;
	cursor:pointer;
	float:left;
	box-sizing:border-box;
	border-right:1px dashed #c2c2c2;
	border-bottom:1px dashed #c2c2c2;
	padding:30px;
}
.testing_cont .testing_wen .testing_conts ul li .testing_kuai:nth-child(2n){
	border-right:none;
}
.testing_cont .testing_wen .testing_conts ul li .testing_kuai img{
	display:block;
	width:100%;
	height:auto;
}
.testing_cont .testing_wen .testing_conts ul li .testing_kuai:hover img{
	display:block;
	width:100%;
	height:auto;
}
.testing_cont .swiper-container .swiper-pagination{
	position:absolute;
	top:50%;
	bottom:auto;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:12px;
	left:98%;
}




.advantage_cont ul{
	width:100%;
	height:auto;
}
.advantage_cont ul li{
	width:32%;
	height:auto;
	border-radius:10px;
	cursor:pointer;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
	position:relative;
}
.advantage_cont ul li:nth-child(3n){
	margin-right:0;
}
.advantage_cont ul li img{
	display:block;
	width:100%;
	height:auto;
	border-radius:10px;
}
.advantage_cont ul li .advantage_bg{
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	border-radius:10px;
	position:absolute;
	top:0;
	left:0;
}
.advantage_cont ul li .advantage_wen{
	width:100%;
	height:auto;
	text-align:center;
	position:absolute;
	border-radius:10px;
	top:35%;
	left:0;
	padding:8%;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.advantage_cont ul li:hover .advantage_wen{
	top:20%;
}
.advantage_cont ul li .advantage_wen h2{
	width:100%;
	height:auto;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}
.advantage_cont ul li .advantage_wen i.advantage_heng{
	display:block;
	display:none;
	width:30px;
	height:2px;
	background:#E0A922;
	margin:10px auto;
	opacity:0;
	filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.advantage_cont ul li .advantage_wen p{
	width:100%;
	height:auto;
	font-size:16px;
	color:#fff;
	opacity:0;
	filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.advantage_cont ul li:hover .advantage_wen i.advantage_heng,
.advantage_cont ul li:hover .advantage_wen p{
	opacity:1;
	filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */
}




.footer_nav{
	display:none;
	margin:0;
	padding:0;
}
.footer_nav .column{
	padding:0;
}
.footer-upper .footer_nav .column h2{
	margin-bottom:10px;
}
.footer_nav .footer-widget ul li{
	height:auto;
	background:rgba(0,0,0,.05);
	margin-bottom:0;
}
.footer_nav .footer-widget>ul>li{
	border-top:1px #C8CACC solid;
}
.footer_nav .footer-widget>ul>li:last-child{
	border-bottom:1px #C8CACC solid;
}
.footer_nav .footer-widget>ul>li>a{
	display:block;
	width:100%;
	height:auto;
	line-height:2;
	font-size:16px;
	color:#fff;
	background:url(../images/jia.png) no-repeat 95% center;
	background-size:auto 30%;
	text-align:left;
	padding:10px 20px;
}
.footer_nav .footer-widget>ul>li.jian>a{
	color:#fff;
	background:#EE7102 url(../images/jian.png) no-repeat 95% center;
	background-size:auto 30%;
}
.footer_nav .footer-widget>ul>li.jian>a{
	color:#fff;
	background:#EE7102 url(../images/jian.png) no-repeat 95% center;
	background-size:auto 30%;
}
.footer_nav .footer-widget ul li ul{
	display:none;
	width:100%;
	height:auto;
	margin:5px 0;
}
.footer_nav .footer-widget ul li ul li{
	width:100%;
	height:auto;
	border-bottom:1px #C8CACC solid;
	padding:0;
}
.footer_nav .footer-widget ul li ul li a{
	display:block;
	width:100%;
	height:auto;
	line-height:2;
	font-size:16px;
	color:#fff;
	text-align:left;
	text-indent:3em;
	padding:10px 0;
}

.product_cont .product_code{
	width:100%;
	height:auto;
	font-size:24px;
	color:#666;
	text-align:center;
	margin-bottom:2%;
	margin-top: 30px;
}
.product_cont .product_exhibition{
	width:100%;
	height:auto;
	margin-bottom:4%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.product_cont .product_exhibition .product_img{
	width:40%;
	height:auto;
	margin-right:5%;
}
.product_cont .product_exhibition .product_img img{
	display:block;
	width:100%;
	height:auto;
}
.product_cont .product_exhibition .product_wen{
	width:55%;
	height:auto;
}
.product_cont .product_exhibition .product_wen h2{
	width:100%;
	height:auto;
	line-height:2;
	font-size:40px;
	font-weight:bold;
	color:#392C2C;
	margin-bottom:2%;
	letter-spacing:5px;
}
.product_cont .product_exhibition .product_wen>p{
	width:100%;
	height:auto;
	line-height:1.2;
	font-size:28px;
	color:#392C2C;
	letter-spacing:5px;
}
.product_cont .product_exhibition .product_wen .speci{
	width:100%;
	height:auto;
	margin-bottom:2%;
}
.product_cont .product_exhibition .product_wen .speci .speci_kuai{
	width:31.3%;
	height:auto;
	float:left;
	margin-right:3%;
	margin-bottom:2%;
}
.product_cont .product_exhibition .product_wen .speci .speci_kuai:nth-child(3n){
	margin-right:0;
}
.product_cont .product_exhibition .product_wen  .speci .speci_kuai p{
	width:100%;
	height:auto;
	line-height:1.2;
	font-size:20px;
	color:#392C2C;
	letter-spacing:2px;
}
.product_cont .acceptance{
	width:100%;
	height:auto;
	margin-bottom:5%;
}
.product_cont .acceptance h2{
	width:100%;
	height:auto;
	line-height:1;
	font-size:28px;
	color:#392c2c;
	margin-bottom:1%;
	letter-spacing:2px;
}
.product_cont .acceptance p{
	width:100%;
	height:auto;
	font-size:20px;
	color:#392c2c;
	letter-spacing:2px;
	margin-bottom:0;
}
.product_cont .cooking{
	width:100%;
	height:auto;
}
.product_cont .cooking h2{
	width:100%;
	height:auto;
	line-height:1;
	font-size:28px;
	color:#392c2c;
	margin-bottom:1%;
	letter-spacing:2px;
}
.product_cont .cooking p{
	width:100%;
	height:auto;
	line-height:2;
	font-size:20px;
	color:#392c2c;
	background:url(../images/rou.png) no-repeat left center;
	background-size:auto 60%;
	letter-spacing:2px;
	margin-bottom:0;
	padding-left:4%;
}



.honor_wen{
	width:100%;
	height:auto;
	margin-top:5%;
}
.honor_wen .honor_kuai{
	width:100%;
	height:auto;
	background:#F8F8F8;
	display:flex;
	align-items:center;
	justify-content:center;
}
.honor_wen .honor_kuai .kuai_img{
	width:50%;
	height:auto;
}
.honor_wen .honor_kuai .kuai_img img{
	display:block;
	width:100%;
}
.honor_wen .honor_kuai .kuai_wen{
	width:50%;
	height:auto;
	padding:5%;
}
.honor_wen .honor_kuai .kuai_wen p{
	width:100%;
	height:auto;
	line-height:2.5;
	font-size:14px;
	margin:0;
}
.honors_cont{
	width:100%;
	height:auto;
	position:relative;
	margin-top:5%;
	padding:0 40px;
}
.honors_cont .swiper-container{
	width:100%;
}
.honors_cont ul li{
	padding:0 2%;
}
.honors_cont ul li img{
	display:block;
	width:100%;
	height:auto;
}
.honors_cont .swiper-button-next{
	width:38px;
	height:38px;
	background:url(../images/next.png) no-repeat center;
	background-size:100%;
	right:0;
}
.honors_cont .swiper-button-prev{
	width:38px;
	height:38px;
	background:url(../images/prev.png) no-repeat center;
	background-size:100%;
	left:0;
}



/*地图*/
.mapBox {
	width:688px;
	margin:10px auto;
}
.mapBox img{
	width:100%;
	height:auto;
}
.mapBox .mapPath{
	display:none;
	margin-top:90px;
	width:100%;
	overflow:hidden;
}
.mapBox .mapPath h2{
	width:100%;
	font-size:18px;
	font-weight:bold;
	border: solid 3px #ccc;
	padding: 5px;
	text-align: center;
}
.mapBox .mapTel{
	width:80%;
	height:auto;
	margin:5% auto 0;
}
.mapBox .mapTel p{
	width:100%;
	height:auto;
	line-height:1.5;
	font-size:18px;
	color:#000;
}



.history_box { width: 100%; }
.hist_box { position: relative; height: auto; }
.hist_box_time { width: 100px; height: 100px; text-align: center; line-height: 100px; color: #666666; font-size: 28px; position: absolute; top: 0; left: 50%; margin-left: -50px; cursor: pointer; z-index:10; }
.hist_box_time.timeAct .hist_box_timeT { color: #3c942d; }
.hist_box_time img { display: block; width: 100%; }
.hist_box_time>img { display: block; width: 100%; position: absolute; top: 0; left: 0; }
.hist_box_timeT { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #666666; }
.hist_box_line { width: 2px; height: 100%; background: #eee; margin: 0 auto; position:absolute; left:50%; margin-left:-1px; }
.hist_boxList { width: 100%; display: none; }
.hist_boxList:after { content: ''; display: block; clear: both; }
.hist_boxList li {width: 50%; height: 500px; padding-top: 60px; position: relative; }
.hist_boxList li.numberO { float: left;height: auto;position:relative; }
.hist_boxList li.numberO .hist_boxListBox { padding-right: 20%; }
.hist_boxList li.numberQ { float: right; padding-top: 140px; height: auto;position:relative; }
.hist_boxList li.numberQ .hist_boxListBox { padding-left: 20%; }
.histListImg { display: block; width: 100%; position: relative; z-index: 9; margin-top: 3%; }
.histListImg:first-child { margin-top: 0; }
.histListImg>img { display: block; width: 100%; position: relative; z-index: 2; }
.histListImg_span { display: block; width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; z-index: 3; }
.histListImg_span>img { display: block; width: 100%; height: 100%; }
.histListImg_span span { display: block; width: 90%; height: 100%; line-height: 40px; position: absolute; top: 0; left: 2%; font-size: 16px; color: #fff; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-box-orient: vertical; }
.histDot { font-size: 14px; color: #333333; margin-top: 20px; padding-left: 12px; position: relative; line-height: 1.5; }
.histDot:before { content: ''; display: block; width: 5px; height: 5px; background: #e60012; position: absolute; top: 8px; left: 0; }
.mouth_span { width: 10%; height: 30px; cursor: pointer; z-index: 3; }
.hist_boxList li.gotoNew { padding-top: 150px; }
.gotoNewHistory { position: relative; padding-left: 12px; color: #e60012; font-size: 20px; z-index: 9; background: #fff; }
.gotoNewHistory:before { content: ''; display: block; width: 5px; height: 5px; background: #e60012; position: absolute; top: 10px; left: 0; }
.gotoNewHistory a { color: #e60012; border-bottom: 1px solid #e60012; }
/* 鏈堜唤鏍囧織 */
.hist_boxList li.numberO .mouth_span { width: 60px; height: 30px; position: absolute; top: 170px; right: -30px; }
.hist_boxList li.numberQ .mouth_span { width: 60px; height: 30px; position: absolute; top: 250px; left: -30px; }
.mouth_span img { display: block; width: 100%; }
.mouth_spanYu { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; color: #fff; text-align: center; line-height: 30px; font-size: 14px; }
.hist_boxList li.numberO .histListImgLine { width: 144px; height: 2px; background: #f5f5f5; position: absolute; top: 50%; left: -144px; }
.hist_boxList li.numberQ .histListImgLine { width: 144px; height: 2px; background: #f5f5f5; position: absolute; top: 50%; right: -144px; }
.hist_boxList.histAct{display:block;}
.hist_boxList {width:100%;}

@media screen and (max-width:768px) {
    .development { padding-top: 0; font-size: 60px; padding-bottom: 5%; }
    .hist_box_time { width: 50px; height: 50px; line-height: 50px; font-size: 16px; left: 0; margin-left: 0; }
    .hist_box_line { position: absolute; left: 25px; }
    .hist_boxList li { width: 100%; padding-left: 50px; }
    .hist_boxList li.active .hist_boxListBox { padding: 0 0 0 5%; }
    .hist_boxList li.numberO { float: none; padding-top: 5%; }
    .hist_boxList li.numberQ { float: none; }
    .hist_boxList li.numberO .mouth_span { left: 10px; }
    .hist_boxList li.numberQ .mouth_span { left: 10px; }
    .hist_boxList li.numberO .mouth_span, .hist_boxList li.numberQ .mouth_span { width: 30px; height: 15px; line-height: 15px; top: 70px; }
    .mouth_spanYu { line-height: 15px; font-size: 12px; }
    .hist_boxList li.numberO .histListImgLine { width: 50px; left: 30px; }
    .hist_boxList li.numberQ .mouth_span { top: 70px; }
    .hist_boxList li.numberQ { padding-top: 5%; height: 450px; }
    .hist_boxList li { height: 450px; }
    .hist_boxList { position: relative; }
    .history_box { min-height: 80px; }
    .histListImg { max-width: 400px; }
    .hist_boxList li.numberO .hist_boxListBox, .hist_boxList li.numberQ .hist_boxListBox { padding: 0; }
    .histDot { margin-top: 4%; }
    .hist_boxList li.gotoNew { padding-top: 64px; }
    .newBoxCon .hist_box_line { position: absolute; top: 0; left: 50%; }
    .history_newList li .hist_box_time { left: 50%; top: 20px; margin-left: -25px; }
    .history_newList li { padding-top: 80px; }
    .histBox { width: 45%; }
    .histListImg_span span { font-size: 37.5%; }
    .history_new_Title { width: 100%; }
}



@media (max-width: 1400px){
	.events-section{
		background:url(../images/feature-bg-cl.jpg) no-repeat center;
		background-size:auto 100%;
	}
}



@media (max-width: 1200px){
	.navbar-collapse .navigation li a{
		padding:0 15px;
	}
	.corporate_about .about_right{
		width:50%;
	}
	@media (max-width: 1000px){
		.navbar-collapse .navigation li a{
			padding:0 30px;
		}
		.newsus_right {width: 100% !important;}
		.nav-outer .right_img {display: none}
	}
}



@media (max-width: 1010px){
	
	.processes .processes_cont .processes_wen{
		width:21.25%;
		margin-bottom:5%;
	}
	
	.processes .processes_cont .processes_wen span{
		padding:39.5% 0;
	}
	
	.processes .processes_cont .processes_right{
		width:5%;
	}
	
	.processes .processes_cont .processes_right span{
		padding:200% 0 0;
	}
	
	.processes .processes_cont .processes_right:nth-child(8){
		display:none;
	}
	
}



@media only screen and (max-width: 990px){
	
	.tram_cont .team_kuai:nth-child(4n) .team_img{
		border-right:1px #ccc solid;
	}
	
	.tram_cont .team_kuai:nth-child(3n) .team_img{
		border-right:none;
	}
	
}



@media only screen and (max-width: 767px){
	.main-header .header-upper .nav-outer{margin-top: 30px}
	.navbar-collapse{
		display:none;
	}
	
	.navbar-collapse .navigation{
		height:auto;
	}
	
	.navbar-collapse .navigation>li{
		display:block;
		width:100%;
		height:auto;
		position:relative;
	}
	
	.navbar-collapse .navigation>li>a{
		display:block;
		width:100%;
		height:auto;
		text-align:left;
		text-indent:2em;
	}
	
	.navbar-collapse .navigation>li>ul{
		width:100%;
		height:auto;
		background:none;
		position:relative;
		top:0;
	}
	
	.navbar-collapse .navigation>li.list>ul{
		display:block;
	}
	
	.navbar-collapse .navigation>li>ul>li{
		width:100%;
	}
	
	.navbar-collapse .navigation>li>ul>li>a{
		padding:10px 0;
	}
	
	.navbar-collapse .navigation>li>ul>li>a>img{
		display:none;
	}
	
	.navbar-collapse .navigation>li>ul>li>a{
		display:block;
		width:100%;
		height:auto;
		color:#fff;
		text-align:left;
		text-indent:4em;
	}
	
	.navbar-collapse .navigation>li>ul>li>ul{
		display:block;
		width:100%;
		height:auto;
		background:none;
		position:relative;
		top:0;
		left:0;
	}
	
	.navbar-collapse .navigation>li>ul>li>ul>li>a{
		display:block;
		width:100%;
		height:auto;
		color:#fff;
		text-align:left;
		text-indent:6em;
	}
	
	.feature-bg-cl{
		background:url(../images/feature-bg-cl.jpg) no-repeat center;
		background-size:auto 100%;
	}
	
	.newsus .newsus_cont .newsus_left{
		margin-bottom:5%;
	}
	
	.newsus .newsus_cont .newsus_right.col-md-7{
		width:100%;
		height:auto;
		margin-left:0;
	}
	
	.tram_cont .team_kuai:nth-child(4n) .team_img{
		border-right:1px #ccc solid;
	}
	
	.tram_cont .team_kuai:nth-child(3n) .team_img{
		border-right:1px #ccc solid;
	}
	
	.tram_cont .team_kuai:nth-child(2n) .team_img{
		border-right:none;
	}
	
	.consultation .hezuo_cont ul li .customer_kuai{
		width:33.33%;
		border-right:1px dashed #c2c2c2 !important;
	}
	
	.consultation .hezuo_cont ul li .customer_kuai:nth-child(3n){
		border-right:none !important;
	}
	
	.consultation .hezuo_cont.swiper-container{
		padding-bottom:10%;
	}
	
	.consultation .hezuo_cont.swiper-container .swiper-pagination{
		top:auto;
		bottom:0;
		height:auto;
		width:100%;
		left:0;
		transform:none;
		-webkit-transform:none;
	}
	
	.content .swiper-container{
		padding-bottom:10%;
	}
	
	.content .swiper-container .swiper-pagination{
		top:auto;
		bottom:0;
		height:auto;
		width:100%;
		left:0;
		transform:none;
		-webkit-transform:none;
	}
	
	.customer_cont ul li .customer_kuai{
		width:33.33%;
		border-right:1px dashed #c2c2c2 !important;
	}
	
	.customer_cont ul li .customer_kuai:nth-child(3n){
		border-right:none !important;
	}
	
	.customer_cont.swiper-container{
		padding-bottom:10%;
	}
	
	.customer_cont.swiper-container .swiper-pagination{
		top:auto;
		bottom:0;
		height:auto;
		width:100%;
		left:0;
		transform:none;
		-webkit-transform:none;
	}
	
	.industry_cont ul li .industry_kuai{
		width:33.33%;
		border-right:1px dashed #c2c2c2 !important;
	}
	
	.industry_cont ul li .industry_kuai:nth-child(3n){
		border-right:none !important;
	}
	
	.industry_cont.swiper-container{
		padding-bottom:10%;
	}
	
	.industry_cont.swiper-container .swiper-pagination{
		top:auto;
		bottom:0;
		height:auto;
		width:100%;
		left:0;
		transform:none;
		-webkit-transform:none;
	}
	
	.cooperation_cont ul li .cooperation_kuai{
		width:33.33%;
		border-right:1px dashed #c2c2c2 !important;
	}
	
	.cooperation_cont ul li .cooperation_kuai:nth-child(3n){
		border-right:none !important;
	}
	
	.cooperation_cont.swiper-container{
		padding-bottom:10%;
	}
	
	.cooperation_cont.swiper-container .swiper-pagination{
		top:auto;
		bottom:0;
		height:auto;
		width:100%;
		left:0;
		transform:none;
		-webkit-transform:none;
	}
	
	.case_cont ul li{
		width:90%;
		height:auto;
		cursor:pointer;
		float:left;
		margin:0 5% 2%;
		position:relative;
	}
	
	.product_cont .product_exhibition{
		display: block;
	}
	
	.product_cont .product_exhibition .product_img{
		display: block;
		width:100%;
		margin-bottom:5%;
	}
	
	.product_cont .product_exhibition .product_wen{
		display: block;
		width:100%;
	}
	
	.processes .processes_cont .processes_wen{
		width:50%;
		margin-bottom:5%;
		padding:3% 3% 0;
	}
	
	.processes .processes_cont .processes_wen span{
		padding:35rf% 0;
	}
	
	.processes .processes_cont .processes_right{
		display:none;
	}
	
	.processes .processes_cont .processes_right:nth-child(8){
		display:none;
	}
	
	.enterprise_cont img,
	.base_cont img{
		display:none;
	}
	
	.enterprise_cont img:nth-child(2),
	.base_cont img:nth-child(2){
		display:block;
	}
	
	.quality_cont .quality_kuai{
		display:block;
	}
	
	.quality_cont .quality_kuai .quality_wen.left,
	.quality_cont .quality_kuai .quality_wen.right{
		display:block;
		width:100%;
		color:#333;
		top:0;
		left:0;
		position:relative;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	
	.priceindex .priceindex_cont img{
		display:block;
		max-width:100%;
		height:auto;
		float:none;
		margin-right:0;
		margin-bottom:5%;
	}
	
	.priceindex .priceindex_cont img:hover{
		-webkit-transform:translateY(-2%);
		-moz-transform:translateY(-2%);
		-ms-transform:translateY(-2%);
		transform:translateY(-2%);
	}
	
	.service_foot dl dd{
		width:50%;
		margin-bottom:30px;
		padding:0 5px;
	}
	
	.service_foot dl dd:nth-child(3),
	.service_foot dl dd:nth-child(4){
		margin-bottom:0;
	}
	
	.service_foot dl dd p{
		margin-bottom:0;
	}
	
	.enterprise_cont .enterprise_wen .enterprise_kuai ul li{
		width:100%;
		height:auto
		float:none;
		margin:0 0 20px;
	}
	
	.enterprise_cont .enterprise_kuai{
		display:block;
	}
	
	.enterprise_cont .enterprise_kuai .enterprise_wen{
		display:block;
		width:100%;
	}
	
	.index_number ul li{
		width:49%;
		margin:5% 0;
		margin-right:2%;
	}
	
	.index_number ul li:nth-child(2n){
		margin-right:0;
	}
	
	.corporate_cont .corporate_wen .corporate_kuai ul li{
		width:100%;
		margin:5% 0;
	}
	
	.corporate_about .about_left{
		width:100%;
		height:auto;
	}
	
	.corporate_about .about_right{
		width:100%;
		height:auto;
		padding:5%;
	}
	
	.corporate_number ul li{
		width:49%;
		margin:5% 0;
		margin-right:2%;
	}
	
	.corporate_number ul li:nth-child(2n){
		margin-right:0;
	}
	
	.product_cont>.product_list{
		width:100%;
		float:none;
		margin-bottom:5%;
	}
	
	.product_cont .product_conts{
		width:100%;
		height:auto;
		float:none;
	}
	
	.main-footer .footer-upper{
		margin-bottom:0;
		padding:30px 0 0;
	}
	
	.consultation .consultation_form{
		width:90%;
		margin-bottom:0;
	}
	
	.consultation .consultation_form .consultation_kuai textarea{
		line-height:30px;
		height:60px;
	}
	
	.advantage_cont ul li{
		width:100%;
	}
	
	.advantage_cont ul li .advantage_wen{
		top:20%;
	}
	
	.advantage_cont ul li .advantage_wen p{
		opacity:1;
		filter:Alpha(opacity=100);
	}
	
	.index_number ul li h2{
		line-height:40px;
		font-size:40px;
	}
	
	.index_number ul li p{
		line-height:16px;
		font-size:16px;
	}
	
	.jv-st-srv .row .left{
		margin-bottom:30px;
	}
	
	.jv-st-srv .row .right p.yewu_wen{
		margin-bottom:30px;
	}
	
	.process_cont{
		width:100%;
	}
	
	.mapBox {
		width:90%;
		margin:10px auto;
		
	}
	
	.footer-container{
		padding:0;
	}
	
	.footer_about,
	.about-widget{
		display:none;
	}
	
	.footer_navs{
		display:none;
	}
	
	.footer_nav{
		display:block;
	}
	
	/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(images/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(images/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(images/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}
	
}

.dede_pages {line-height:52px; padding:10px 0; width:100%; text-align:center; margin:0; }
.dede_pages a {padding:6px 12px; text-align:center; background-color:white; color:#666; margin:0 5px; border: solid 1px #DDDDDD; font-size: 14px; transition: all .3s;}
.dede_pages span,.dede_pages a:hover {background-color:#666;border: solid 1px #ccc; padding:6px 12px; text-align:center;  color:white; margin:0 5px;font-size: 14px}