@charset "utf-8";
body {
	background: #f7f7f7;
}

.lead {
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-top: 65px;
	margin-bottom: 100px;
}

.lead p:last-child {
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 1px;
}

.lead p:last-child span {
	border-bottom: 3px solid #0f6eba;
	padding-bottom: 13px;
}

.severice .severice-cnt ul {
	display: flex;
	justify-content: space-between;
}

.severice .severice-cnt li {
	width: 260px;
	height: 348px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #FFFFFF;
	padding: 0 30px;
	border: 1px solid #EEEEEE;
	transition: all .5s ease-in-out;
}

.severice .severice-cnt li p.tit {
	margin: 30px 0 35px;
	color: #313131;
	font-size: 20px;
}

.severice .severice-cnt li p:last-child {
	color: #616161;
	font-size: 15px;
	line-height: 25px;
}

.severice .severice-cnt li:hover {
	border-bottom: 5px solid #2B5DAC;
	box-shadow: 0 0 10px #EEEEEE;
	padding-bottom: 50px;
}

.severice .severice-cnt li .normal {
	transition: all .5s ease-in-out;
}

.severice .severice-cnt li:hover .normal {
	opacity: 0;
}


/*关于我们*/

.aboutus {
	background: url(../images/index-bg1.png) no-repeat center;
	height: 520px;
	margin-top: 100px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	padding-top: 50px;
}

.aboutus .lead,
.aboutus .lead p:last-child {
	color: #FFFFFF;
	margin-bottom: 45px;
	padding-top: 0;
}

.aboutus .lead p:last-child span {
	border-bottom-color: #FFFFFF;
}

.aboutus .more {
	width: 123px;
	height: 30px;
	text-align-last: center;
	line-height: 30px;
	border: 1px dashed #FFFFFF;
	color: #FFFFFF;
	display: block;
	margin: 35px auto 0;
}

.aboutus .more:hover {
	background: #FFFFFF;
	color: #2B5DAC;
}


/*解决方案*/

.solution-cnt ul {
	display: flex;
	justify-content: space-between;
}

.solution-cnt li {
	width: 340px;
	height: 445px;
	text-align: center;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
	border: 1px solid #EEEEEE;
}

.solution-cnt li .img {
	width: 157px;
	height: 157px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
	margin: 0 auto;
	border-radius: 50%;
}

.solution-cnt li .tit p:first-child {
	font-size: 20px;
	color: #616161;
	margin: 32px 0 20px;
	transition: all .5s ease-in-out;
}

.solution-cnt li .tit p:last-child {
	font-size: 15px;
	color: #616161;
	line-height: 25px;
}

.solution-cnt li:hover {
	box-shadow: 0 0 10px #EEEEEE;
}

.solution-cnt li:hover .tit p:first-child {
	margin-top: 72px;
}

.solution-cnt li:hover .img {
	border: 1px dashed #2B5DAC;
	animation: rotate 10s linear infinite;
}

.solution-cnt li:hover .img img{
	animation: re-rotate 5s linear infinite;
}


@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes re-rotate {
	100% {
		transform: rotate(0deg);
	}
	0% {
		transform: rotate(360deg);
	}
}

/*新闻*/

.news {
	background: url(../images/index-news.png) no-repeat center;
	height: 780px;
}

.news .left,
.news .right {
	float: left;
}

.news-slide {
	width: 590px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.news-slide .hd {
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: 60px;
	z-index: 1;
}

.news-slide .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	display: flex;
	justify-content: center;
}

.news-slide .hd ul li {
	width: 15px;
	height: 15px;
	background-color: #bbbbbb;
	cursor: pointer;
	border-radius: 50%;
}

.news-slide .hd ul li:nth-of-type(2) {
	margin: 0 15px;
}

.news-slide .hd ul li.on {
	background-color: #2B5DAC;
	color: #fff;
}

.news-slide .bd li {
	position: relative;
}

.news-slide .bd li p {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 50px;
}

.news .right {
	margin-left: 10px;
}

.news .right li {
	background: #FFFFFF;
	width: 600px;
	height: 150px;
	text-align: left;
	padding: 30px 20px 15px 28px;
	line-height: 25px;
	margin-bottom: 11px;
}

.news .right li .tit {
	padding-bottom: 13px;
	border-bottom: 1px solid #2B5DAC;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .right li .tit img {
	margin: 0 10px;
}

.news .right li .intro {
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .right li .time {
	font-size: 12px;
	color: #999999;
	text-align: right;
}

.news .right li:hover .tit,
.news .right li:hover .intro {
	color: #2B5DAC;
}

.partner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.partner img {
	border: 1px solid #EEEEEE;
	margin-bottom: 25px;
	transition: all .5s ease-in-out;
}

.partner img:hover {
	transform: scale(.95);
}