/*server*/
.server{padding: 30px 0;
	-webkit-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.08);
}
.server .container{}
.server .container .server-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content:center;
}
.server .container .server-list li{position: relative;width: 25%;border-right: 1px solid #eee;}
.server .container .server-list li:last-child{border-right: none;}
.server .container .server-list li a{padding: 0 10px;}
.server .container .server-list li a .ico{width: 80px;height: 80px;line-height: 80px;display: block; border-radius:50%;text-align: center;margin: 0 auto;border:2px solid #009947;}
.server .container .server-list li a .ico i{font-size: 4.5rem;padding:0 15px; font-weight: 100;color:#009947;}
.server .container .server-list li a .txt{padding:15px 10px;text-align: center;}
.server .container .server-list li a .txt h3{font-size:20px;font-weight: 600;margin-bottom:10px;color: #666; }
.server .container .server-list li a .txt span{font-size: 13px;font-weight: 400;text-transform: uppercase;color: #999;}
.server .container .server-list li a:hover .txt h3{color:#009947; }

@media (max-width: 1200px) {
	.server .container .server-list li a .ico{width: 60px;height: 60px;line-height:60px;}
	.server .container .server-list li a .ico i{font-size: 3.5rem;padding:0 10px;}
	.server .container .server-list li a .txt{padding: 10px 0 0 15px;}
	.server .container .server-list li a .txt h3{font-size:18px}
	.server .container .server-list li a .txt span{font-size: 11px;line-height: 18px;}
}
@media (max-width: 992px) {
	.server{padding: 30px 0;}
	.server .container .server-list li a{padding: 0;display: block!important;}
	.server .container .server-list li a .ico{margin: 0 auto!important;width: 50px;height: 50px;line-height: 50px;}
	.server .container .server-list li a .ico i{display: block;margin: 0 auto;font-size: 3rem;}
	.server .container .server-list li a .txt{width: 100%;text-align: center;padding: 15px 0 0 0;}
	.server .container .server-list li a .txt h3{font-size:1.3rem;font-weight:800;margin-bottom:4px;display: block;width: 100%;}
	.server .container .server-list li a .txt span{font-size: 0.88rem;line-height:10px!important;display: block;width: 100%;}
}
/*pro*/
.pro{padding: 50px 0;background-color: #f6f6f6;}
.pro .title{text-align: center;}
.pro .title h2{font-family: 'dincond-medium';font-size:45px;text-transform: uppercase;color:#009947;line-height: 50px;position: relative;}
.pro .title h2:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color:#009947;
	left: 50%;margin-left: -20px;top:-12px;
}
.pro .title p{font-size: 22px;color: #888;line-height: 30px;}
.pro .pro-nav{padding: 40px 0 20px 0;}
.pro .pro-nav li{height: 50px;margin-right:1%;width: 16%;}
.pro .pro-nav li:last-child{margin-right: 0;}
.pro .pro-nav li a{display: block;text-align: center;font-size: 16px;line-height:50px;color:#666;background-color:#e8e8e8;padding: 0 10px;border-radius: 4px;}
.pro .pro-nav li a:hover,.pro .pro-nav li .cur{background-color:#009947;color: #fff;text-decoration: none;}
.pro .container .pro-list{
	padding: 50px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.pro .container .pro-list li{overflow: hidden;width: 268px;margin: 10px 10px;background-color: #fff;}
.pro .container .pro-list li:last-child{margin-right: 0;}
.pro .container .pro-list li a{display: block;}
.pro .container .pro-list li a .img{text-align: center;width: 100%;}
.pro .container .pro-list li a .img img{width: 100%;}
.pro .container .pro-list li a .info h3{font-size: 15px;text-align: center;padding:20px 10px;font-weight: 500;color: #666}
.pro .container .pro-list li a .info span{display: block;width:140px;border-radius:25px;margin: 0 auto 20px auto;text-align: center;line-height: 35px;border: 1px solid #eee;color: #888;}
.pro .container .pro-list li a:hover{}
.pro .container .pro-list li:hover{
	box-shadow: 0 2px 30px -5px rgba(0, 64, 128, 0.2);
    -webkit-box-shadow: 0 2px 30px -5px rgba(0, 64, 128, 0.2);
	-webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
.pro .container .pro-list li a:hover .info span{
	background-color:#009947;
	border: none;color: #fff;
}
@media (max-width: 1200px) {
    .pro .title h2{font-size: 30px;line-height: 50px;font-weight: 800;}
    .pro .title p{font-size: 14px;line-height: 22px;}
    .pro .container .pro-list li{width: 290px;margin: 10px 15px;}
}
@media (max-width: 992px) {
    .pro {padding: 50px 0 20px 0;}
	.pro .title h2{font-size: 2.2rem;letter-spacing: 1px;line-height:3rem;margin-bottom: 10px;font-weight: 800;}
	.pro .title h2:after{
		position: absolute;
		content: '';
		width: 30px;
		height: 6px;
		border-radius: 6px;
		background-color:#009947;
		left: 50%;margin-left: -15px;top:-20px;	}
	.pro .title p{font-size:1.4rem;line-height:2.2rem;color: #999;padding:0 10px;}
    .pro .container .pro-list {padding: 20px 0 0 0;margin: 0!important;}
    .pro .container .pro-list li{width: 180px;margin: 10px 10px;}
    .pro .container .pro-list li a .info h3{font-size: 1.6rem;padding: 10px 0;font-weight: 800;}
    .pro .container .pro-list li a .info span{width:80%;margin: 15px auto 0 auto;line-height: 28px;font-size:1.2rem;color: #999;}
    .pro .container .pro-list li a .info span i{font-size: 1rem;}
    .pro .container .pro-list li:hover{
        box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
        -webkit-box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);}
}
/*about*/
.about{padding: 80px 0 30px 0;position: relative;height: auto;background-color:#fbfbfb;}
.about:after{
	content: '';
	width: 100%;
	height: 50%;
	background-color:#143465;
	position: absolute;left: 0;top: 0;
}
.about .title{padding:0;position: relative;}
.about .title h2{font-size:22px;font-weight: 500;position: relative;margin-bottom: 20px;text-indent: 20px;color: #888;}
.about .title h2 span{font-family: 'dincond-medium';font-size:45px;text-transform: uppercase;color:#009947;margin-right: 10px;}
.about .title h2 b{position: relative;top:-5px;font-weight: 500;}
.about .title h2:after{
	position: absolute;
	content: '';
	width: 2px;
	height: 32px;
	background-color: #009947;
	left:0;top:10px;
}
.about .title p{font-size: 22px;color:#666;line-height: 36px;font-weight: 500;margin-bottom:5px;}
.about .container{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	-webkit-box-shadow: 0 12px 40px -15px rgba(0, 64, 128, 0.2);
	position: relative;z-index: 2;
	background-image: url(../images/service-bg.png);background-position: left bottom;
}
.about .container .about-text{padding: 0 40px 0 0;}
.about .container .about-text p{font-size: 16px;color: #888;line-height:30px;text-align:justify; text-justify:inter-ideograph}
.about .container .about-text .btn{display: block;width: 150px;line-height:40px;height:40px;border: 1px solid #ddd;text-align: center;color: #666;font-size: 16px;padding: 0;margin-top: 30px;}
.about .container .about-text .btn i{margin: 0 5px;}
.about .container .about-text .btn:hover{background-color: #009947;color: #fff;border: none;}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {

}
/*case*/
.case{padding: 50px 0;background-color:#fbfbfb;background-image: url(../images/case-bg.jpg);background-size: cover;background-position: center bottom;}
.case .title{text-align: center;padding: 30px 0;}
.case .title h2{font-family: 'dincond-medium';font-size:45px;text-transform: uppercase;line-height: 50px;position: relative;color:#009947;}
.case .title h2:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #009947;
	left: 50%;margin-left: -20px;top:-12px;
}
.case .title p{font-size: 22px;line-height: 30px;color: #666}

.case .container .case-list{
	padding: 50px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.case .container .case-list li{overflow: hidden;width: 268px;margin: 10px 10px;background-color: #fff;}
.case .container .case-list li:last-child{margin-right: 0;}
.case .container .case-list li a{display: block;position: relative;}
.case .container .case-list li a .img{text-align: center;width: 100%;}
.case .container .case-list li a .img img{width: 100%;}
.case .container .case-list li a .info{position: absolute;width: 100%;height: 25%;left: 0;bottom: 0;background-color:rgba(20,52,101,0.65);padding:15px 10px;text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.case .container .case-list li a .info h3{font-size: 22px;font-weight:500;color: #fff;margin-bottom: 5px}
.case .container .case-list li a .info p{font-size: 14px;color: #eee;}
.case .container .case-list li a:hover{}
.case .container .case-list li a:hover .info{height: 100%;background-color:rgba(20,52,101,0.85);padding:50px 10px;}
.case .container .case-list li:hover{
	box-shadow: 0 2px 20px -5px rgba(0, 64, 128, 0.4);
	-webkit-box-shadow: 0 2px 20px -5px rgba(0, 64, 128, 0.4);
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

@media (max-width: 1200px) {
	.case .title h2{font-size: 30px;line-height: 50px;font-weight: 800;}
	.case .title p{font-size: 14px;line-height: 22px;}
	.case .container .case-list li{width: 290px;margin: 10px 15px;}
}
@media (max-width: 992px) {
	.case {padding: 50px 0 20px 0;}
	.case .title h2{font-size: 2.2rem;letter-spacing: 1px;line-height:3rem;margin-bottom: 10px;font-weight: 800;}
	.case .title h2:after{
		position: absolute;
		content: '';
		width: 30px;
		height: 6px;
		border-radius: 6px;
		background-color:#009947;
		left: 50%;margin-left: -15px;top:-20px;	}
	.case .title p{font-size:1.4rem;line-height:2.2rem;color: #999;padding:0 10px;}
	.case .container .case-list {padding: 20px 0 0 0;margin: 0!important;}
	.case .container .case-list li{width: 180px;margin: 10px 10px;}
	.case .container .case-list li a .info h3{font-size: 1.6rem;padding: 10px 0;font-weight: 800;}
	.case .container .case-list li a .info span{width:80%;margin: 15px auto 0 auto;line-height: 28px;font-size:1.2rem;color: #999;}
	.case .container .case-list li a .info span i{font-size: 1rem;}
	.case .container .case-list li:hover{
		box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
		-webkit-box-shadow: 0 10px 20px -10px rgba(0, 64, 128, 0.2);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);}
}


/*news*/
.news{padding: 50px 0;background-color:#f2f2f2;}
.news .title{text-align: center;padding: 30px 0;}
.news .title h2{font-family: 'dincond-medium';font-size:45px;text-transform: uppercase;line-height: 50px;position: relative;color: #666}
.news .title h2:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #666;
	left: 50%;margin-left: -20px;top:-12px;
}
.news .title p{font-size: 22px;color:#009947;line-height: 30px;}
.news .news-nav{padding: 40px 0 20px 0;}
.news .news-nav li{width: 170px;height: 50px;margin-right: 1%;}
.news .news-nav li:last-child{margin-right: 0;}
.news .news-nav li a{display: block;text-align: center;font-size: 18px;line-height:47px;color: #888;background-color:#fff;border-radius: 4px;}
.news .news-nav li a:hover,.news .news-nav li .cur{background-color:#009947;color: #fff;text-decoration: none;}
.news .news-list{flex-wrap: wrap;padding: 30px 0;}
.news .news-list li{width: 48.5%;margin-right: 3%;margin-bottom: 20px;background-color: #fff;}
.news .news-list li:nth-child(2n){margin-right: 0;}
.news .news-list li a{display: block;width: 100%;height: 100%;padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;}
.news .news-list li a .img{width:30%;height:120px;background-size: cover;background-position: center center;}
.news .news-list li a .info{width: 70%;text-align: left!important;padding: 0 0 0 3%;}
.news .news-list li a .info .title{font-size: 18px;font-weight: 500;color: #666;margin-bottom: 10px;text-align: left!important;padding: 0!important;margin-top: 0!important;}
.news .news-list li a .info p{font-size: 13px;color: #999;line-height: 22px;height: 40px;text-align: left!important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden!important;}
.news .news-list li a:hover{text-decoration: none;}
.news .news-list li:hover{
	-webkit-box-shadow: 1px 10px 30px rgba(0,0,0,0.08);
	box-shadow: 1px 10px 30px rgba(0,0,0,0.08);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);}

@media (max-width: 1200px) {
	.news .title{padding: 20px 0;}
	.news .title h2{font-size: 30px;line-height: 50px;font-weight: 800;}
	.news .title p{font-size: 14px;}
	.news .news-nav{padding: 20px 0 10px 0;}
}
@media (max-width: 992px) {
	.news{padding: 30px 10px;}
	.news .title{padding: 10px 0;}
	.news .title h2{font-size: 2.2rem;letter-spacing: 1px;line-height:3rem;margin-bottom: 0;font-weight: 800;}
	.news .title h2:after{
		position: absolute;
		content: '';
		width: 30px;
		height: 6px;
		border-radius: 6px;
		background-color:#009947;
		left: 50%;margin-left: -15px;top:-20px;
	}
	.news .title p{font-size:1.4rem;line-height:2.2rem;color: #999}
	.news .news-nav{padding: 20px 0 10px 0;}
	.news .news-nav li{width: 140px;height: 40px;margin-right: 10px;}
	.news .news-nav li:last-child{margin-right: 0;}
	.news .news-nav li a{font-size:1.6rem;line-height:37px;}

	.news .news-list{padding: 10px 0;}
	.news .news-list li{width: 100%;margin-right:0;margin-bottom: 10px;}
	.news .news-list li a{padding: 10px;}
	.news .news-list li a .img{width:40%;height:100px;}
	.news .news-list li a .info{width: 60%;padding: 0 0 0 2%;}
	.news .news-list li a .info .title{font-size:1.3rem;font-weight:800;margin-bottom:5px;}
	.news .news-list li a .info p{font-size: 1.2rem;line-height:2.2rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden!important;}
	.news .news-list li:hover{
		-webkit-box-shadow: 1px 10px 20px rgba(0,0,0,0.05);
		box-shadow: 1px 10px 20px rgba(0,0,0,0.05);
		transform: translateY(0);
		-webkit-transform: translateY(0);}


}

.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;width: 80px;height:80px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-100px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-100px;}
.owl-theme .owl-controls .owl-buttons i{font-size: 4.4rem;}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #049a44;border: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;font-size:80px;line-height:50px;width: 100px;height:100px;top:50%;margin-top: -50px;font-weight: 800;color: #999}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-80px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-80px;}
@media (max-width: 1200px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{display: none;}
	.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
	.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}
}
@media (max-width: 992px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{display: none;}
	.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
	.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}
}