/* 横幅 */
.banner img {
	width: 100%;
}
/* 关于我们 */
.top_nav {
	padding: 15px 5px;
	color: #666;
	border-bottom: 1px dashed #ccc;
}
.top_nav a {
	color: #666;
}
.headline {
	margin: 30px 0;
	text-align: center;
}
.headline h3 {
	font-size: 24px;
	color: #333;
}
.headline span {
	font-size: 14px;
	color: #999;
}
.classify {
	
}
.boxes {
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
}
.classify a {
	display: block;
	/* width: 110px; */
	height: 40px;
	margin: 0 10px;
	padding: 5px 16px;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #666;
	border-radius: 3px;
}
.classify a:last-child {
	margin-right: 0;
}
.classify a:hover {
	background-color: #4F9BC1;
}
.color_f {
	background-color: #4F9BC1 !important;
}
.matter {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.matter img {
	max-width: 100%;
	padding: 10px 0;
}
/* 资质荣誉 */
.honor,
.product {
	display: flex;
	flex-wrap: wrap;
}
.honor>li,
.product>li {
	width: 32%;
	margin:  0 2% 2% 0;
	transition: all .4s;
}
.honor>li:hover {
	transform: translateY(-20px);
}
.honor>li:nth-child(3n),
.product>li:nth-child(3n){
	margin-right: 0;
}
.honor>li>p {
	margin: 8px 20px 0;
	color: #666;
	text-align: center;
}
.honor>li img {
	width: 100%;
}
/* 新闻中心 */
.news>li {
	display: flex;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow:  0 0 8px rgba(204,204,204,.6);
}
.news_img {
	width: 30%;
	min-width: 342px;
}
.news_img img {
	width: 100%;
	border-radius: 10px;
}
.new_det {
	width: 70%;
	padding-left: 2%;
	box-sizing: border-box;
}
.new_det h3 {
	padding-top: 5px;
	font-size: 16px;
}
.new_det span {
	display: block;
	padding: 10px 0 20px;
	font-size: 12px;
	color: #999;
}
.details {
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
}
.details a {
	display: inline-block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background-color: #4F9BC1;
	border-radius: 50px;
}
.details a:hover {
	background-color: #3A87AD;
}
.new_det p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	-webkit-line-clamp: 3;
}
/* 产品展示 */
.product>li>a {
	display: block;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.product>li>a img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	transition: all .8s;
}
.product>li>a img:hover {
	transform: scale(1.2);
}
.product>li p {
	width: 100%;
	height: 70px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.product>li p>span {
	display: block;
	padding-top: 13px;
	font-size: 16px;
}
.product>li p>em {
	display: block;
	width: 5%;
	height: 2px;
	margin: 15px auto 0;
	background-color: #4F9BC1;
	transition: all .6s;
}
.product>li:hover p>em {
	width: 18%;
}
/* 联系我们 */
.contact_hd h3 {
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}
.contact_hd p {
	padding-bottom: 15px;
	font-size: 16px;
	color: #666;
}
.contact_hd p:nth-child(3) {
	/* padding: 10px 0; */
}
#container2 {
	height: 700px;
}
.BMap_bubble_title .title {
	color: #4F9BC1;
}
.BMap_bubble_content .content:last-child {
	padding-top: 5px;
}
/* 详情页 */
.training_detail_title {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.training_detail_info {
	padding-top: 25px;
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.training_detail_info img {
	max-width: 100%;
}
.training_detail>p {
	padding: 20px 0;
	text-align: center;
}
.training_detail>p>span {
	padding-right: 10px;
	color: #333;
}
.return {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
.return a {
	color: #666;
	transition: all .3s;
}
.return>.ret:hover {
	background-color: #4F9BC1;
	color: #fff;
	border-color: #4F9BC1;
}
.up,
.down {
	display: inline-block;
	width: 50%;
}
.down {
	text-align: right;
}
.up:hover,
.down:hover {
	color: #4F9BC1;
}
.ret {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 36px;
	margin: 30px auto 0;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 5px;
}

/* 媒体查询 */
/* 1024像素 */
@media (max-width:1024px) {
	.boxes {
		justify-content: initial;
		width: 300%;
	}
	.classify {
		overflow: hidden;
		overflow-x: auto;
	}
}
/* 768像素 */
@media (max-width:768px) {
	/* 新闻中心 */
	.news_img {
		min-width: 280px;
	}
	/* 产品展示 */
	.product>li p>em {
		width: 18%;
	}
}
/* 640像素 */
@media (max-width:640px) {
	/* 关于我们 */
	.matter {
		font-size: 14px;
	}
	/* 资质荣誉 */
	.honor>li,
	.product>li {
		width: 49%;
	}
	.honor>li:hover {
		transform: translateY(0);
	}
	.honor>li:nth-child(3n),
	.product>li:nth-child(3n) {
		margin-right: 2%;
	}
	.honor>li:nth-child(2n),
	.product>li:nth-child(2n ){
		margin-right: 0;
	}
	/* 新闻中心 */
	.news>li {
		display: block;
		padding: 20px;
	}
	.new_det {
		width: 100%;
	}
	.new_det h3 {
		padding-top: 10px;
	}
	.news_img {
		width: 100%;
		min-width: initial;
	}
	.details {
		justify-content: center;
	}
	/* 产品展示 */
	.product {
		padding-bottom: 20px;
	}
	/* 联系我们 */
	.contact_hd p {
		padding-bottom: 10px;
		font-size: 14px;
	}
	#container2 {
		height: 550px;
	}
}

/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #4F9BC1 0px solid;border: 1px solid #4F9BC1;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #4F9BC1 solid;}
.fenye .page-active>a{background: #4F9BC1;color: #ffffff;border: 1px solid #4F9BC1;}
.fenye .page-active>a:hover{background: #4F9BC1;color: #ffffff;border: 1px solid #4F9BC1;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#4F9BC1;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump,.news_icon {display: none!important}
}
