/* banner */
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
/* 关于我们 */
.box {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.location {
	position: relative;
	padding:  20px;
	border-bottom: 1px dashed #ccc;
	color: #666;
}
.location>span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 7px;
	height: 23px;
	background-color: #333;
}
.location a {
	color: #666;
}
.matter {
	display: flex;
	margin-top: 30px;
}
.side_nav {
	width: 21%;
}
.exhibition {
	width: 76%;
	margin-left: 3%;
}
.side_nav>li {
	color: #333;
	border-bottom: 1px solid #fff;
	background-color: #ECECEC;
}
.side_nav>li a ,
.side_import_p1 {
	position: relative;
	display: block;
	padding: 0 10px;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
}
.side_nav>li i {
	display: block;
	position: absolute;
	top: 0;
	right: 8%;
	font-size: 20px;
	color: #666;
}
.side_nav .side_nav_tile {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background-color: #009ecb;
}
.col_e {
	background-color: #009ecb;
	color: #fff !important;
}
.col_e i {
	color: #fff !important;
}
.side_nav>li>a:hover {
	background-color: #009ECB;
}
.side_nav>li>a:hover,
.side_nav>li>a:hover i{
	color: #fff;
}
.side_import {
	display: none;
}
.side_import>li,
.side_domestic>li {
	position: relative;
	color: #666;
	border-top: 1px solid #fff;
	cursor: pointer;
}
.side_import>li p,
.side_domestic>li p {
	height: 55px;
	padding: 0 10px;
	line-height: 55px;
	box-sizing: border-box;
	cursor: pointer;
}
.side_import li:hover p,
.side_domestic li:hover p,
.side_import_p1:hover {
	background-color: #009ECB;
	color: #fff;
}
.side_import li:hover p>i,
.side_domestic li:hover p>i,
.side_import_p1:hover i {
	color: #fff;
}
.import_item {
	display: none;
}
.import_item>li {
	border-top: 1px solid #fff;
}
.import_item>li:hover a {
	background-color: #009ECB;
	color: #fff;
}
.import_item>li:hover a>i  {
	color: #fff;
}
.exhibition_title {
	padding: 0 0 15px 0;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
}
.exhibition_p {
	padding-top: 15px;
	line-height: 25px;
	color: #666;
}
.exhibition_p img {
	width: 100%;
	padding: 13px 0;
}
/* 公司资质 */
.qualification {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 20px 0;
}
.qualification>li {
	position: relative;
	width: 48%;
	margin-right: 1.5%;
	margin-bottom: 2%;
	overflow: hidden;
}
.qualification>li:hover p {
	bottom: 0;
}
.qualification>li:hover img {
	transform: scale(1.2);
}
.qualification>li:nth-child(2n) {
	margin-left: 0;
}
.qualification>li p {
	position: absolute;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
	left: 0;
	bottom: -45px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	box-sizing: border-box;
	transition: all .5s;
}
.qualification>li img {
	width: 100%;
	transition: all .8s;
}
/* 新闻中心 */
.news {
	margin-top: 25px;
	padding-bottom: 10px;
}
.news>li {
	display: flex;
	margin-bottom: 25px;
}
.news_Img {
	width: 35%;
}
.news_info {
	position: relative;
	width: 65%;
	padding: 0 50px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	cursor: pointer;
}
.news_Img img {
	width: 100%;
}
.news_info>h3 a {
	font-size: 18px;
	color: #333;
}
.news_info>h3 a:hover {
	color: #009ECB;
}
.news_info>h3 {
	padding-top: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_info>p {
	margin: 30px 0;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_info>em {
	display: block;
	width: 10%;
	height: 2px;
	background-color: #666;
	transition: all .5s;
}
.time {
	display: block;
	padding-top: 20px;
	color: #999;
}
.triangle_t {
	display: none;
	position: absolute;
	bottom: -40px;
	right: -40px;
	border-width: 40px;
	border-style: solid;
	transform: rotate(-225deg);
	border-color: transparent transparent #009ECB transparent;
}
.news_info:hover .triangle_t {
	display: block;
}
.news_info:hover em {
	width: 100%;
	background-color: #009ECB;
}
/* 产品展示 */
.side_import,
.side_domestic {
	display: none;
}
.product,
.video {
	display: flex;
	margin: 25px 0 20px 0;
	flex-wrap: wrap;
}
.product>li {
	width: 32.3%;
	margin: 0 1.5% 2% 0;
}
.product>li:nth-child(3n) {
	margin-right: 0;
}
.product>li>a {
	display: block;
	overflow: hidden;
}
.product>li p,
.video li p {
	padding: 10px 15px 0;
	color: #333;
	text-align: center;
}
.product>li:hover img {
	transform: scale(1.2);
}
.product img {
	width: 100%;
	transition: all .5s;
}
/* 视频展示 */
.video>li {
	width: 49%;
	margin: 0 2% 2% 0;
}
.video>li:nth-child(2n) {
	margin-right: 0;
}
.video>li>a {
	position: relative;
	display: block;
}
.video>li>a>i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 16%;
	height: 50px;
	font-size: 25px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	transition: all .5s;
}
.video>li>a:hover i {
	background-color: rgba(43,51,63,.7);
}
.video img {
	width: 100%;
}
/* 下载中心 */
.download {
	margin-bottom: 25px;
}
.download>li {
	display: flex;
	height: 50px;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dashed #ccc;
}
.download>li a {
	display: block;
}
.software {
	position: relative;
	width: 70%;
	height: 50px;
	line-height: 50px;
}
.software>span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 50%;
}
.software:hover span {
	background-color: #009ECB;
}
.software>a {
	padding-left: 15px;
}
.software>a:hover {
	color: #009ECB;
}
.do {
	display: flex;
	justify-content: flex-end;
	width: 30%;
	text-align: right;
}
.do>a {
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #288bde;
	border: 1px solid #288bde;
	border-radius: 3px;
}
.do>a:hover {
	background-color: #288bde;
	color: #fff;
}
/* 视频下载 */
.video_title {
	display: flex;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 0 0 8px 8px;
	box-sizing: border-box;
}
.video_title>h3 {
	width: 70%;
	font-size: 14px;
	color: #333;
}
.video_title>span {
	display: block;
	width: 30%;
	text-align: right;
}
.video_Img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.video_Img>a {
	position: absolute;
	top: -50px;
	right: 15px;
	width: 110px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #009ECB;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s;
}
.video_Img:hover a {
	top: 15px;
}
.video_Img>a:hover {
	background-color: #009ECB;
	color: #fff;
}
.video_Img>a i {
	font-size: 18px;
}
/* 联系我们 */
.contact {
	margin-top: 25px;
}
.contact_hd h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.contact_hd p {
	font-size: 16px;
	color: #666;
}
.contact_hd p:nth-child(2) {
	padding-top: 25px;
}
.contact_hd p:nth-child(3) {
	padding: 8px 0;
}
.container {
	height: 600px;
}
.BMap_bubble_content {
	padding-top: 6px;
	font-size: 12px;
}
.BMap_bubble_title {
	font-weight: 700;
	color: #009ECB;
}
.BMap_bubble_content>.content:last-child {
	padding-top: 5px;
}
.contact_bd {
	margin-top: 40px;
}
/* 详情页通用 */
.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;
	border-bottom: 1px dashed #999;
}
.training_detail>p>span {
	padding-right: 10px;
	color: #999;
}
.return {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
.return a {
	color: #999;
	transition: all .3s;
}
.return a:hover {
	color: #333;
}
.return>.ret:hover {
	background-color: #009ECB;
	color: #fff;
	border-color: #009ECB;
}
.up,
.down {
	display: inline-block;
	width: 50%;
}
.down {
	text-align: right;
}
.ret {
	display: block;
	padding: 0 8px;
	min-width: 100px;
	max-height: 90%;
	height: 35px;
	line-height: 36px;
	margin: 30px auto 0;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}
/* 视频展示详情页 */
.video_play {
	margin-top: 25px;
}
.video_detail p {
	padding-top: 20px;
	line-height: 30px;
}
.training_detail_info iframe, video, object, embed {
    width: 800px;
    height: 600px;
}

/* 媒体查询 */
@media (max-width:1024px) {
	/* 关于我们 */
	.qualification>li p {
		bottom: 0;
	}
	/* 新闻中心 */
	.triangle_t {
		display: block;
	}
	.news_info>p {
		margin: 20px 0;
		-webkit-line-clamp:2;
	}
	/* 下载中心_视频 */
	.video_Img>a {
		top: 15px;
	}
}
@media (max-width:768px) {
	/* 关于我们 */
	.side_nav {
		width: 28%;
	}
	.exhibition {
		width: 69%;
	}
	/* 新闻中心 */
	.news {
		width: 98%;
	}
	.news_Img {
		width: 35%;
	}
	.news_info {
		width: 65%;
		padding: 0 22px;
		box-sizing: border-box;
	}
	.news_info>h3 {
		padding-top: 10px;
	}
	.news_info>h3 a {
		font-size: 14px;
	}
	.news_info>p {
		margin: 6px 0;
		font-size: 12px;
		-webkit-line-clamp:2;
	}
	.triangle_t {
		bottom: -20px;
		right: -20px;
		border-width: 20px;
	}
	.time {
		padding-top: 12px;
		font-size: 12px;
	}
	/* 视频展示 */
	.video>li>a>i {
		width: 25%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	/* 下载中心_视频 */
	.video_Img>a {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.video_Img>a i {
		font-size: 16px;
	}
    .training_detail_info iframe, video, object, embed {
        width: 100%;
        height: 450px;
    }
}
@media (max-width:648px) {
	/* 关于我们 */
	.matter {
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.side_nav {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.side_nav>li {
		width: 50%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	.side_nav .side_nav_tile {
		width: 100%;
	}
	.exhibition {
		width: 100%;
		margin: 30px 0 0 0;
	}
	/* 公司资质 */
	.qualification>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	/* 新闻中心 */
	.news>li {
		padding: 0 17px;
		flex-wrap: wrap;
	}
	.news_Img {
		width: 100%;
	}
	.news_info {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.news_info>h3 {
		padding-top: 0;
	}
	.news_info>h3 a {
		font-size: 16px;
	}
	.news_info>p {
		margin: 11px 0;
		font-size: 14px;
		-webkit-line-clamp:3;
	}
	.news>li {
		padding: 0 24px;
	}
	.triangle_t {
		bottom: -30px;
		right: -30px;
		border-width: 30px;
	}
	/* 产品展示 */
	.drop,
	.drop_1 {
		width: 100% !important;
	}
	.product {
		margin: 25px 0 15px 0;
	}
	.product>li {
		width: 49%;
		margin: 0 1.5% 3% 0;
	}
	.product>li:nth-child(3n) {
		margin-right: 1.5%;
	}
	.product>li:nth-child(2n) {
		margin-right: 0;
	}
	.product>li p,
	.video>li p {
		font-size: 13px;
	}
	/* 视频展示 */
	.video>li {
		margin: 0 2% 3% 0;
	}
	/* 下载中心_视频 */
	.video_download>li {
		width: 100%;
		margin: 0 0 4% 0;
	}
	.video_Img>a {
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.video_Img>a i {
		font-size: 18px;
	}
	/* 联系我们 */
	.contact_hd p {
		font-size: 14px;
	}
	.contact_hd p:nth-child(2) {
		padding-top: 15px;
	}
	.contact_hd p:nth-child(3) {
		padding: 5px 0;
	}
	.contact_bd {
		margin-top: 25px;
	}
	.container {
		height: 450px;
	}
}

/*分页*/
.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: #009ECB 0px solid;border: 1px solid #009ECB;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #009ECB solid;}
.fenye .page-active>a{background: #009ECB;color: #ffffff;border: 1px solid #009ECB;}
.fenye .page-active>a:hover{background: #009ECB;color: #ffffff;border: 1px solid #009ECB;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#009ECB;}
.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}
}




