/* 横幅 */
.banner img {
	width: 100%;
}
/* 侧边导航 */
.broadside_nav {
	height: 60px;
	background-color: #f5f5f5;
}
.broadside_nav .w {
		overflow: hidden;
		overflow-x: auto;
		overflow-x: hidden;
	}
	.broadside_nav ul {
		width: 500%;
	}
.broadside_nav ul {
	display: flex;
	height: 60px;
	line-height: 60px;
}
.broadside_nav ul>li a {
	display: block;
	padding: 0 30px;
	color: #666;
}
.broadside_nav ul>li a:hover {
	background-color: #843788;
	color: #fff !important;
}
.col_b {
	background-color: #843788;
	color: #fff !important;
}
.content-hd {
	padding-top: 60px;
	text-align: center;
}
.content-hd h3 {
	font-size: 30px;
}
.content-hd span {
	display: block;
	width: 38px;
	height: 2px;
	margin: 8px auto 0;
	background-color: #843788;
}
.content-bd {
	padding-top: 30px;
	font-size: 15px;
	line-height: 30px;
}
.content-bd img {
	padding: 15px 0;
	max-width: 100%;
}
/* 荣誉证书 */
.honor_Img {
	overflow: hidden;
}
.honor_Img img {
	width: 100%;
	transition: all .5s;
}
.honor {
	display: flex;
	padding-top: 50px;
	flex-wrap: wrap;
}
.honor>li {
	width: 32%;
	margin: 0 2% 2% 0;
}
.honor>li a {
	display: block;
}
.honor>li:nth-child(3n) {
	margin-right: 0;
}
.honor>li p {
	position: relative;
	height: 45px;
	margin-top: 30px;
	line-height: 45px;
	background-color: #f0f0f0;
	text-align: center;
	overflow: hidden;
}
.honor>li span {
	display: block;
	height: 0;
	padding: 0 20px;
	color: #333;
	background-color: #93498f;
	transition: all .4s;
}
.honor>li a:hover p>span {
	height: 100%;
	color: #fff;
}
.honor_Img img:hover {
	transform: scale(1.2);
}
/* 新闻中心 */
.news,
.product,
.solve {
	padding: 50px 0 30px 0;
}
.news_Img img {
	width: 100%;
	min-width: 264px;
}
.news>li {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.news_Img {
	width: 22%;
}
.news_info {
	width: 75%;
	margin-left: 3%;
	box-sizing: border-box;
}
.news_info h3>a {
	display: block;
	font-size: 16px;
	color: #333;
	transition: all .3s;
}
.news_info h3>a:hover {
	color: #A35E97;
}
.news_info h3 span {
	padding-right: 8px;
	color: #a35e97;
}
.time {
	display: block;
	padding-top: 10px;
	font-size: 12px;
}
.news_info p {
	padding-top: 15px;
	color: #666;
	line-height: 25px;
	-webkit-line-clamp: 3;
}
/* 产品目录 */
.product {
	display: flex;
	flex-wrap: wrap;
}
.product>li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.product>li:nth-child(4n) {
	margin-right: 0;
}
.product_Img {
	overflow: hidden;
}
.product_Img img {
	width: 100%;
	transition: all .3s;
}
.product_Img img:hover {
	transform: scale(1.2);
}
.product>li p {
	padding: 15px 15px 15px 0;
	color: #666;
}
.product>li a:hover span{
	width: 60%;
}
.product>li span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #666;
	transition: all .6s;
}
/* @keyframes move{
	0% {
		width: 100%;
	}
	25% {
		width: 0%;
	}
	50% {
		width: 100%;
	}
	75% {
		width: 60%;
	}
	100% {
		width: 100%;
	}
} */
/* 解决方案 */
.solve {
	display: flex;
	flex-wrap: wrap;
}
.solve li {
	width: 24.2%;
	margin: 0 1% 2% 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #fc945a;
}
.solve li:nth-child(4n) {
	margin-right: 0;
}
.solve_Img img {
	width: 100%;
	transition: all .4s;
}
.order {
	position: relative;
	padding-top: 25px;
	font-size: 26px;
	color: #666;
	text-align: center;
}
.line_up,
.line_down {
	position: absolute;
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	transform: rotate(135deg);
	background-color: #ececec;
}
.line_up {
	top: 23px;
	left: 55%;
}
.line_down {
	bottom: -5px;
	left: 41%;
}
.scheme {
	display: block;
	margin-top: 30px;
	padding: 0 20px 15px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.solve li p {
	color: #666;
	-webkit-line-clamp: 2;
}
.solve_Img {
	overflow: hidden;
}
.solve_Img img:hover {
	transform: scale(1.2);
}
/* 常见问题 */
.issue {
	padding: 30px 0;
}
.issue li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}
.issue li a {
	position: relative;
	display: flex;
	transition: all .3s;
}
.issue li p {
	display: inline-block;
	width: 68.5%;
	padding-left: 1.5%;
}
.issue li p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #6d2f86;
}
.issue li:hover a {
	background-color: #e0e0e0;
}
.issue li span {
	display: inline-block;
	width: 30%;
	text-align: right;
}
/* 招纳贤士 */
.recruit_wrap {
	display: flex;
	padding-top: 40px;
	flex-wrap: wrap;
}
.recruit {
	width: 48%;
	margin: 0 4% 6% 0;
}
.recruit:nth-child(2n) {
	margin-right: 0;
}
.position {
	display: flex;
	justify-content: space-between;
}
.position>p {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.position>a {
	display: inline-block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #93498F;
	transition: all .3s;
}
.position>a:hover {
	background-color: #93498F;
	color: #fff;
}
.salary>span {
	padding-right: 25px;
	color: #999;
}
.recruit_bd {
	margin-top: 20px;
	line-height: 32px;
	overflow: hidden;
	overflow-y: scroll;
	height: 135px;
}
.recruit_bd::-webkit-scrollbar-track {
	background-color:#e0e0e0;
}
.recruit_bd::-webkit-scrollbar {
	width:10px;
	background-color:#F5F5F5;
}
.recruit_bd::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#93498f;
}
/* 联系我们 */
.contact_hd {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.way {
	width: 20%;
	text-align: center;
}
.way>p {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #93498F;
}
.way>p>i {
	font-size: 35px;
	color: #fff;
}
.way>span {
	display: block;
	padding: 12px 0 5px;
}
.way>em {
	font-size: 13px;
}
.contact_bd {
	margin-top: 30px;
}
#container2 {
	height: 700px;
}
.title {
	color: #6D2F86;
	font-weight: 700;
}
.BMap_bubble_content .content {
	padding-top: 2px;
	font-size: 13px;
	line-height: 20px;
}
/* 详情页 */
.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: #333;
	transition: all .3s;
}
.return>.spill:hover {
	text-shadow: 0 0 10px rgba(255,255,255,.6);
}
.return>.ret:hover {
	background-color: #753286;
	color: #fff;
	border-color: #753286;
}
.up,
.down {
	display: inline-block;
	width: 50%;
}
.down {
	text-align: right;
}
.up:hover,
.down:hover {
	color: #5D1A5D;
}
.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像素 ipad pro*/
@media (max-width:1024px) {
	/* 新闻中心 */
	.news_Img {
		width: 30%;
	}
	.news_info {
		width: 67%;
	}
	/* 产品目录 */
	.broadside_nav .w {
		overflow-x: auto;
	}
	/* 招纳贤士 */
	.recruit_bd {
		padding-right: 20px;
	}
}
/* 768像素 ipad */
@media (max-width:768px) {
	/* 新闻中心 */
	.news_Img {
		width: 40%;
	}
	.news_info {
		width: 57%;
	}
	.news_info p {
		-webkit-line-clamp:4;
	}
	/* 解决方案 */
	.line_down {
		left: 34%;
	}
	/* 招纳贤士 */
	.salary {
		padding-top: 10px;
	}
	.salary>span {
		padding-right: 20px;
	}
	.salary>span:last-child {
		padding-right: 0;
	}
	/* 联系我们 */
	.way {
		width: 25%;
	}
}
/* 640像素 */
@media (max-width:640px) {
	/* 荣誉资质 */
	.honor>li {
		width: 100%;
		margin: 0 0 7% 0;
	}
	.content-hd {
		padding-top: 35px;
	}
	.content-hd h3 {
		font-size: 26px;
	}
	.honor,
	.content-bd {
		padding-top: 35px;
	}
	/* 新闻中心 */
	.news {
		padding: 20px 0 30px 0;
	}
	.news_Img {
		width: 100%;
	}
	.news_info {
		width: 100%;
		margin-left: initial;
	}
	.news_info h3 {
		padding-top: 10px;
	}
	.news_Img img {
		min-width: initial;
	}
	.broadside_nav {
		height: 50px;
	}
	.broadside_nav ul {
		height: 50px;
		line-height: 50px;
	}
	.broadside_nav ul>li a {
		font-size: 13px;
	}
	/* 产品目录 */
	.product>li {
		width: 48%;
		margin: 0 2% 5% 0;
	}
	.product>li:nth-child(4n) {
		margin-right: 0;
	}
	.product>li:nth-child(2n) {
		margin-right: 0;
	}
	/* 解决方案 */
	.solve li {
		width: 49%;
		margin: 0 2% 5% 0;
	}
	.solve li:nth-child(2n) {
		margin-right: 0;
	}
	.line_down {
		left: 35%;
	}
	.line_up {
		top: 20px;
		left: 57%;
	}
	/* 常见问题 */
	.issue li p {
		width: 66%;
		padding-left: 4%;
	}
	/* 招纳贤士 */
	.recruit {
		width: 90%;
		margin: 0 auto 12% !important;
	}
	.recruit:nth-child(2n) {
		/* margin-right: initial; */
	}
	/* 联系我们 */
	.contact_hd {
		flex-wrap: wrap;
	}
	.way {
		width: 50%;
		margin-bottom: 5%;
	}
	.contact_bd {
		margin-top: 10px;
	}
}

/*分页*/
.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: #843788 0px solid;border: 1px solid #843788;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #843788 solid;}
.fenye .page-active>a{background: #843788;color: #ffffff;border: 1px solid #843788;}
.fenye .page-active>a:hover{background: #843788;color: #ffffff;border: 1px solid #843788;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#843788;}
.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}
}
