.banner {
	position: relative;
}
.banner .slidesjs-navigation {
	position: absolute;
	width: 32px;
	height: 56px;
	top: 50%;
	margin-top: -28px;
	z-index: 50;
}
.banner .prev {
	background: url('img/arrowl.png');
	left: 0;
}
.banner .next {
	right: 0;
	background: url('img/arrowr.png');
}

.row .wpb_row {
	margin: 0 auto;
}

.ourservice {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.ourservice .container {
	min-height: 900px;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}
.ourservice .ourservice_info h1 {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #808080;
	margin-bottom: 40px;
}
.ourservice .ourservice_info p {
	text-align: center;
	color: #58595b;
	font-size: 14px;
	line-height: 26px;
}

.ourservice .service_con {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.ourservice .con_left {
	float: left;
	width: 226px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ourservice .con_right {
	float: right;
	width: 728px;
}
.ourservice h2 {
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	color: #00adee;
	margin-bottom: 7px;
	text-align: center;
}
.ourservice p {
	/* padding-bottom: 27px; */
	color: #696969;
	font-size: 14px;
}
.ourservice span {
	display: inline-block;
	text-align: center;
	width: 108px;
	height: 54px;
	line-height: 50px;
	font-size: 13px;
	border: 2px solid rgba(0, 173, 238, 0.75);
	color: rgb(0, 173, 238);
}

.text-center {
	text-align: center;
}

.partners {
	padding-top: 3%;
	padding-bottom: 5%;
	background: #e6f0f3;
}
.partners .container {
	width: 1160px;
	margin: 0 auto;
}

.partners .section-title {
	color: #333;
}
.section-title {
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
	color: #000;
}

.divHomeCase .lead {
	color: #333;
}
.main.lead {
	margin-bottom: 40px;
}

.lead {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #2e2e2e;
	font-weight: 200;
}

.partners .divCont {
	padding: 20px;
}

.partners .divCont img {
	display: block;
	width: 100%;
	min-height: 100%;
}

.partners .divCont ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	padding-left: 0;
}
.partners .divCont ul li {
	flex: 1;
	margin-right: 10px;
	background: #fff;
}
.partners .divCont ul li a {
	display: block;
	text-align: center;
}

.partners .divCont ul li a .spanMore {
	display: inline-block;
	width: 0;
	height: 0;
	background: url(img/case_icon_more.png) no-repeat center center;
	background-size: 100% 100%;
}

.partners .divCont ul li a .divConf {
	padding: 9%;
	min-height: 215px;
}
.partners .divCont ul li a .divConf .tit {
	font-size: 16px;
	color: #5f6972;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partners .divCont ul li .divInfo {
	font-size: 12px;
	line-height: 24px;
}

.partners .divCont ul li:hover {
	position: relative;
	z-index: 3;
}
.partners .divCont ul li:hover a .divDown {
	position: absolute;
	left: 0;
	background: #206eb9;
	color: #fff;
	width: 100%;
}
.partners .divCont ul li:hover a,
.partners .divCont ul li:hover a .divConf .tit {
	color: #fff;
}
.partners .divCont ul li:hover a .tit {
	transition: all 1s;
}
.partners .divCont ul li:hover a .divInfo {
	-webkit-line-clamp: 3;
	height: 72px;
	transition: all 1s;
}
.partners .divCont ul li:hover a .spanMore {
	display: inline-block;
	width: 30px;
	height: 30px;
	transition: all 1s;
	margin-bottom: 15px;
}

.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(400px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(400px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
