.sidebar li.current {
    background: #d46e21;
}
.sidebar li:hover {
    color: #fff;
    background: #d46e21;
}
.introduce .titles{
	line-height: 45px;
	color: #000;
	font-size: 16px;
	background: #f1f2f4;
	padding-left: 15px;
}
.introduce{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.introduce>div{
	margin-top: 30px;
}
.introduce h4{
	font-size: 16px;
	color: #2164a6;
	margin-bottom: 20px;
}
.introduce p{
	line-height: 23px;
}
.newInfo .onLineList {
    width: 287px;
    float: left;
    border: 1px solid #ebebeb;
    background: #f8f8f8;
    text-align: center;
    margin-top: 25px;
    margin-left: 16px;
}
.newInfo .onLineList p {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.introduce .listVido{
	position: relative;
}
.listVido a:hover::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,0,0,.6) url(../img/play.png) center no-repeat;
}
.onLineList div{
	min-height: 86px;
}
.serviceItems .newInfo{
	margin-bottom: 40px;
}
.serviceItems .newInfo div{
	margin-bottom: 32px;
}
.serviceItems .newInfo h3{
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}
.serviceItems .newInfo p{
	color:#555555;
	line-height: 25px;
}
.serviceItems .newInfo .info3{
	margin: 0 auto;
}
.cartificate .newInfo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cartificate .newInfo li{
	width: 265px;
	height: 350px;
	margin-bottom: 35px;
	border: 1px solid #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.cartificate .newInfo li img,.partners .newInfo li img{
	max-width: 100%;
}
.partners .newInfo{
	padding-bottom: 62px;
}
.partners .newInfo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partners .newInfo li {
	width: 210px;
	height: 80px;
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.contactUs .newInfo ul{
	margin-top: 35px;
	margin-bottom: 90px;
}
.contactUs .newInfo li{
	font-size: 15px;
	margin-bottom: 10px;
}
.content .newInfo{
	margin-top: 30px;
}
.aboutUs .introduce .onLineList,.aboutUs .introduce .onLineList:nth-child(4),.aboutUs .introduce .onLineList:nth-child(7){
	margin-left: 16px;
}
.aboutUs .introduce .onLineList:nth-child(2),.aboutUs .introduce .onLineList:nth-child(5){
	margin-left: 0;
}
