/*Dotfuscator By ZPlatform*/
.banner {
	height: 100vh;
}
.noBanner{
	height:80px;
}
.banner .swiper-container {
	height: 100%;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .banner_img_swiper{
    height: 100%;
    width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.banner video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.threeLine {
	display: -webkit-box;
	line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 !important;
	overflow: hidden;
}
.twoLine {
	display: -webkit-box;
	line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 !important;
	overflow: hidden;
}
/* 关于我们 */
.ab {
	padding-top: 60px;
	padding-bottom: 53.3px;
	background-color: #F5F5F5;
}

.ab p {
	font-size: 24px;
	line-height: 1.75;
}

.ab .more {
	margin-top: 32px;
	margin-left: 0;
}

/* 服务 */
.ser {
	background-color: #fff;
}
.ser .pad70,.pro .pad70,.news .pad70,.partner .pad70{
	padding-top: 67px;
	padding-bottom: 80px;
}
.ser_m {
	margin-top: 20px;
}

.ser_m p {
	line-height: 1.75;
	font-size: 16px;
	text-align: center;
}

.ser_m ul {
	font-size: 0;
	margin-bottom:40px;
	/* margin-bottom: 56px; */
	/*text-align: center;*/
	display: block;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.ser_m li {
	width: 16.666666%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top:30px;
	height:206px;
}

.ser_m li img {
	height: 140px;
	/*aspect-ratio:16/9;*/
}

.ser_m li a {
	color: #000;
}

.ser_m li a:hover {
	color: #C50000;
}

.ser_m li a p {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

/* 产品 */
.mob_pro{
	display: none;
}
.pro {
	background-color: #F5F5F5;
}

.pro .com_tit p {
	background-color: #f5f5f5;
}

.pro .com_tit::before {
	background-color: #C5C5C5;
}

.pro_list {
	margin-top: 50px;
}

.pro_list video {
	width: 100%;
}
.change_element{
	position: relative;
	overflow: hidden;
}
.change_element video ,.change_element img{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	transition: all 0.5s ease-out;
}
.change_element:hover img {
    transform: translateY(-50%) scale(1.02);
}
.pro_top {
	position: relative;
}

.pro_top>a {
	display: block;
}

.pro_top_desc {
	position: absolute;
	left: 27px;
	top: 27px;
	right: 27px;
	color: #fff;
	display:block;
}
.mob_pro_Desc{
	display:none;
}

.pro_top_desc p:nth-child(1) {
	font-weight: bold;
	position: relative;
	font-size: 18px;
}

.pro_top_desc p:nth-child(1)::before {
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: -12px;
}

.pro_top_desc p:nth-child(2) {
	font-size: 16px;
	margin-top: 20px;
}

.pro_ul ul {
	font-size: 0;
	margin-top:-30px;
}

.pro_ul ul li {
	width: calc((100% - 27px) / 2);
	margin: 27px 0 0 27px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
}
.video_hi{
	width: 100%;
	overflow: hidden;
}
.video_hi img{
	transition: all 0.5s ease-out;
}
.video_hi:hover img{
	transform: scale(1.02);
}
.img_tr_div{
	width: 100%;
	overflow: hidden;
}

.pro_ul ul li:nth-child(2n+1) {
	margin-left: 0;
}

.pro .more {
	margin: 0 auto;
	margin-top: 57px;
}

.exam_list:nth-child(n+2) {
	margin-top: 50px;
}

.news {
	background-color: #fff;
}
.news_m{
	padding-top: 10px;
}
.news_m ul {
	overflow: hidden;
}

.news_m li {
	width: calc((100% - 120px) / 5);
	float: left;
	margin-left: 30px;
}

.news_m a {
	display: block;
	background-color: #f5f5f5;
	color: #000;
	transition: all .5s;
}

.news_m a:hover {
	background-color: #333;
	color: #fff !important;
}

.news_m li:nth-child(5n+1) {
	margin-left: 0;
}

.news_m img {
	width: 100%;
	/*height: 140px;*/
	aspect-ratio:16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.news_m video {
	width: 100%;
	/*height: 140px;*/
	aspect-ratio:16/9;
	-o-object-fit: cover;
	object-fit: cover;
}

.news_desc {
	border-bottom: 1px solid #333;
	padding: 0 16px;
	padding-bottom: 24px;
	height: 133px;
	position: relative;
}
.news_desc img{
	position: absolute;
	right: 20px;
}

.news_desc p:nth-child(1) {
	font-size: 14px;
	padding: 24px 0 10px 0;
}

.downloadicon{
	text-align: right;
	width: 35px!important;
	margin-top: -5px;
} 
.news_desc  p:nth-child(2) {
	font-size: 16px;
	line-height: 1.75;
	display: -webkit-box;
	box-orient: vertical;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .more {
	margin-top: 57px;
	background-color: rgba(0, 0, 0, 0);
}

/* 合作伙伴 */
.partner {
	background-color: #f5f5f5;
}

.partner .com_tit {
	background-color: #F5F5F5;
}

.partner .more {
	margin-top: 80px;
}

.part_m>p {
	font-size: 16px;
	line-height: 1.75;
	margin: 48px 0;
	text-align: center;
}

.part_m ul {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow: hidden;
}

.part_m li {
	width: calc((100% - 210px) / 8);
    margin: 0 30px 0 0;
	display: inline-block;
}

.part_m li:last-child {
	margin-right: 0;
}

.part_m img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.part_m img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.part_m ul:last-child {
	margin-top: 35px;
}

.part_m .swiper-container {
	display: none;
}
.mob_tit{
	display:none;
}
.p_PagePC{
	display:block;
}
.p_PageMobile{
	display:none;
}
.pageText{
	line-height: 22px;
	height:21.333px !important;
    font-size: 12px;
	float: left;
}
.allPageText{
	line-height: 20px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
	float: left;
	margin-top:1px;
}
.pageInput{
	height: 20px;
	width:30px;
	border: 1px solid lightgray;
}
.page{
	line-height: 20px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    border: 1px solid lightgray;
    background-color: #f5f5f5;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.lastPage{
	font-size:10px;
}
.nextPage{
	font-size:10px;
}
.pageGroupDisabled{
	color:lightgray;
}
.pageDisabled{
	border-color: transparent;
    background-color: transparent;
    color: red;
    cursor: default;
}
.p_Page{
	padding-top:20px;
	padding-bottom:40px;
}
.p_PageNull{
	padding-bottom:0px;
}
.oneLine{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rela_desc{
	color:black;
	background-color:white;
}
.rela_desc p:nth-child(3){
	color:red;
}
.rela_desc_hover{
	color:white;
	background-color:#333;
}
.rela_desc_hover p:nth-child(3){
	color:white;
}
.pc{
	display:block !important;
}
.mobile{
	display:none !important;
}
.Workshop_content .news_desc{
	height:142px !important;
}
@media (max-width:768px) {
	.Workshop_content .news_desc{
		height:auto !important;
	}
	.pc{
		display:none !important;
	}
	.mobile{
		display:block !important;
	}
	.res_desc::before {
		top: 37px !important;
	}
	.Manufacture{
		padding-top:22px;
	}
	.home_group_about{
		font-size:14px !important;
		text-align:left !important;
		margin-top:20px !important;
		margin-bottom:20px !important;
	}
	.Manufacture .news_m p{
		font-size:14px;
	}
	.p_Page{
		padding-top:10px;
		padding-bottom:24px;
	}
	.p_PageNull{
		padding-top:0px;
		padding-bottom:0px;
	}
	#aff-im-root{
		display:none !important;
	}
	.p_PagePC{
		display:none;
	}
	.p_PageMobile{
		display:block;
	}
	.searchbox{
		width:100px;
	}
	.searchbox span{
		word-break: keep-all;
		white-space: normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pro_list {
		margin-top:0px;
	}
	.pro_ul ul li {
		width:100%;
		margin:0px;
		padding:14px 14px 0px 14px;
	}
	.banner{
		height:auto !important;
	}
	.noBanner{
		height:40px !important;
	}
	.mouse{
		display:none;
	}
	.banner .swiper-slide{
		overflow: hidden;
	}
	.banner .swiper-slide p:nth-child(1) {
		top:calc(50% - 10px) !important;
		font-size:12px !important;
	}
	.banner .swiper-slide p:nth-child(2) {
		transform:none !important;
		font-size:16px !important;
	}
	.banner .swiper-slide p:nth-child(3) {
		display:none !important;
	}
	.banner .banner_img_swiper {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.ab {
		padding: 0;
		background-color: #fff;
	}

	.ab p {
		font-size: 15px;
		line-height: 1.75;
	}

	.ab .more {
		margin-top: 10px;
	}
	.ser{
		background-color: #f5f5f5;
	}
	.ser_m li img {
		height: 50px;
	}

	.ser_m li {
		width: 25%;
		height:98px;
		/* margin-top: 24px; */
	}
	.ser_m li:nth-child(-n+4){
		margin-top: 0;
	}
	.ser_m>p {
		font-size: 12px;
		line-height: 1.75;
		text-align: left;
	}

	.ser_m li a p {
		font-size: 12px;
	}
	.mob_pro{
		display: block;
		margin-top: 14px;
	}
	.pro{
		background-color: #fff;
	}
	.exam_list,.pro .com_tit{
		display: none;
	}
	.mob_pro_ul > li{
		padding: 0 15px;
	}
	.mob_pro_ul > li:nth-child(2n){
		/*margin-top: 20px;*/
		/* padding: 0 15px; */
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mob_pro_ul > li:nth-child(2n-1){
		padding-top: 0px;
		background-color:white !important;
	}
	.mob_pro_ul > li:nth-child(2n-1) .more{
		margin-bottom: 24px !important;
	}
	.mob_pro_ul > li:nth-child(2n) .mob_pro_Desc{
		background-color: #fff;
	}
	.mob_pro_ul > li > p{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}

	.menu_tit ul {
		display: none;
	}
	.pro .pad70,.pro .pad80{
		padding: 0px 0 0 0 !important;
	}
	.pro .more {
		margin-top: 24px;
	}
	.mob_tit{
		display: block;
		font-size: 12px;
		margin-top: 18px;
	}
	.mob_tit img{
		height: 12px;
		float: right;
	}
	.mob_pro_ul video{
		width: 100%;
	}
	.mob_pro_Desc{
		background-color: #f5f5f5;
		padding:12px 10px;
		line-height: 1;
		color: #000;
		font-size: 12px;
		display:block;
	}
	.pro_top_desc{
		display:none;
	}
	.pro_top_desc p:nth-child(1)::before {
		height:0.5px;
	}
	.mob_pro_Desc p:nth-child(1){
		position: relative;
		font-size: 13px;
	}
	.mob_pro_Desc p:nth-child(1)::before{
		content: '';
		display: block;
		position: absolute;
		height: 0.5px;
		width: 30px;
		background-color: #000;
		position: absolute;
		bottom: -10px;
	}
	.mob_pro_Desc p:nth-child(2){
		margin-top: 15px;
	}
	.split_font{
		font-size:9px !important;
		height:12px !important;
		border-right:1px solid !important;
	}
	.mob_pro_ul li li li{
		margin-top: 15px;
	}
	.mob_pro_ul > li> ul >li:nth-child(n+2){
		margin-top: 24px;
		border-top: 1px solid #ccc;
	}
	.news_m li {
		width: 100%;
		margin: 15px 0 0 0 !important;
	}
	.news .menu_tit{
		display: none;
	}
	.news_desc {
		height: auto;
		padding: 10px;
	}

	.news_desc p:nth-child(1) {
		padding: 2px 0 8px 0;
		font-size: 14px;
		line-height: 1;
	}
	.news_desc p:nth-child(2) {
		font-size: 14px;
		line-height: 1.5;
	}

	.news .more {
		margin-top: 24px;
	}

	.partner .com_tit {
		background-color: inherit;
	}

	.part_m>p {
		margin: 12px 0 18px 0;
		font-size: 12px;
	}

	.part_m .swiper-container {
		display: block;
	}

	.part_m .partDatas_PC {
		display: none;
	}
	.part_m .pagePC {
		display: none;
	}
	.part_m .swiper-container ul{
		overflow: hidden;
		margin-top: 0;
		padding-bottom: 35px;
	}
	.part_m .swiper-container li{
		width: calc((100% - 12px) / 2);
		float: left;
		margin: 0 0 12px 12px;
	}
	.part_m .swiper-container li:nth-child(2n+1){
		margin-left: 0;
	}
	.part_m .swiper-container img{
		width: 100%;
	}
	.partner .more{
		margin-top: 15px;
	}
	.part_swiper .swiper-pagination-bullet{
		opacity: 1;
		background-color: #666;
		transition: all .5s;
		height: 5px;
		width: 5px;
	}
	.part_swiper .swiper-pagination-bullet-active{
		width: 10px;
		border-radius: 8px;
	}
	/* 首页特有 */
	.mouse{
		width: 16px;
		bottom: 10%;
	}
	.mouse .mouse_m{
		height: 26px;
		border-width: 1.5px;
	}
	.mouse_down li{
		height: 8px;
	}
	.mouse_down{
		margin-top: 8px;
	}
	.mouse_down div::before{
		left: 3px;
		width: 6px;
	}
	.mouse_down div::after{
		right: 3px;
		width: 6px;
	}
	.News_content{
		margin-top:-25px !important;
	}
	.Workshop_content{
		margin-top:-25px !important;
	}
	.Manufacture_content{
		margin-top:-25px !important;
	}
	.Workshop_home_name{
		font-size:16px !important;
	}
	.Workshop_home_tag{
		font-size:14px !important;
	}
	.dates{
		font-size:12px !important;
	}
}
/* @media (max-width:1920px) {

} */
