.el-tablehtml {
	font-size: 100%;
}
/* 首页页面 */
@media (min-width: 1301px){
	.product_swiper .text{padding: 50px 30px;}
}
.product_swiper .text p {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	transition: all 0.8s;
}
/* 首页产品中心 */
.hmc2Top{
	background: #f0f0f0;
}
.name{
	font-weight: bold;
}
.bd p{
	font-size: 16px;
	height: 52px;
	margin-bottom: 10px;
}
.more,.more em{
	font-size: 16px;
}
.time{
	font-size: 16px;
}
/* 底部 */
.footer_1 {
	background: #373D41;
	padding: 70px 0 40px;
}

.footer_2 {
	width: 100%;
	padding: 35px 0;
	border-top: 1px solid #555;
	background-color: #373D41;
}

.footer_2 .foot {
	height: auto;
	background-color: transparent;
}

.footer_2 .foot p {
	font-size: 16px;
	color: #f0f0f0;
}
.footer_2 .foot p span{
	font-size: 14px;
	color: #ccc;
}

.footer_2 .foot p a {
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
}

.footer_2 .foot p a:hover {
	color: #086ee8;
}

.footer_1 .an {
	display: flex;
	flex-wrap: wrap;
}

.footer_1 .text1 {
	width: 260px;
}

.footer_1 .uls {
	width: calc(100% - 260px - 152px);
	padding: 0 1.4vw;
	box-sizing: border-box;
}

.footer_1 .text2 {
	width: 152px;
}

.footer_1 .text1>.img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 30px;
}
.footer_1 .text1>.img img{
	max-height: 58px;
	filter: grayscale(100) brightness(100) !important;
}
.footer_1 .text1>.img h2 {
	font-size: 37px;
	color: #fff;
	padding-right: 10px;
	line-height: 1;
	font-weight: normal;
}

.footer_1 .text1>.img h2 a {
	font-size: 37px;
	color: #fff;
}

.footer_1 .text1>.img p {
	font-size: 16px;
	color: #fff;
}

.footer_1 .text1 .txt {
	display: flex;
	padding-bottom: 20px;
	/* align-items: center; */
}

.footer_1 .text1 .txt .img {
	width: 35px;
}

.footer_1 .text1 .txt .img img {
	display: block;
	height: 20px;
	filter: grayscale(100) brightness(100);
	filter: brightness(1.6);
}

.footer_1 .text1 .txt p {
	font-size: 16px;
	color: #fff;
	width: calc(100% - 35px);
}

.footer_1 .uls {
	display: flex;
}

.footer_1 .uls>li {
	flex: 1 1;
	padding-right: 10px;
}

.footer_1 .uls li h3 {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: normal;
	padding-bottom: 30px;
}

.footer_1 .uls li h3 span {
	font-size: 16px;
	color: #fff;
	display: none;
	font-weight: normal;
}

.foot_ul_s {
	width: 100%;
}
.foot_ul_s li {
	padding-bottom: 15px;
}

.foot_ul_s li a {
	display: inline-block;
	line-height: 1.7;
	font-size: 16px;
	color: #fff;
}

.foot_ul_s li a:hover {
	color: #086ee8;
}

.footer_1 .text2 .txt2 {
	font-size: 21px;
	color: #fff;
	padding-bottom: 30px;
	text-align: right;
}

.footer_1 .text2 .img {
	width: 110px;
	margin: 0 0 0 auto;
}

.footer_1 .text2 .img img {
	display: block;
}

.footer_1 .text2 .img p {
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/* 合作伙伴 */
.hmc2Top5{
	padding: 70px 0;
	background: #f0f0f0;
}
.hmc2Top5 .hmPt{
	text-align: center;
}
.main_he {
	display: flex;
	flex-wrap: wrap;
}
.main_he>li {
	width: 19%;
	margin-right: 1.16%;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: center;
	height: 97px;
}
.main_he>li:nth-child(5n){
	margin-right: 0%;
}
.main_he>li>img {
	width: 100%;
	height: 100%;
    object-fit: scale-down;
}
/* 首页-表单 */
.hmcTop6{
	padding: 50px 0;
	background: url(../images/188.jpg) no-repeat center center;
	background-size: cover;
}
.set_form{
	width: 100%;
	display: flex;
	justify-content: center;	
}
.set_form .text{
	width: 40%;
}
.set_form .text h3{
	font-size: 24px;
	line-height: 60px;
	color: #086ee8;
}
.set_form .text p{
	font-size: 20px;
	line-height: 40px;
	color: #666666;
}
.set_form form{
	width: 60%;
	display: flex;
	align-items: center;
	position: relative;
}
.set_form form input{
	width: calc(33.33% - 40px);
	border-radius: 8px;
	height: 60px;
	padding: 0 0 0 20px;
	margin: 0 0 0 40px;
	font-size: 18px;
}
.set_form form input[type=text]{
	border: 1px solid #c7c7c7;
}
.set_form form input[type=submit],.set_form form input[type=botton]{
	padding: 0;
	border: none;
	background-color: #086ee8;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .5s;
	white-space: normal;
}
.set_form form input[type=submit]:hover,.set_form form input[type=botton]:hover{
	background-color:#fff;
	color: #333;
}


/* 子页面的样式 */
.main_top{
	padding-top: 100px;
}
.w1400{
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}
.z_banner img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* 面包屑 */
.mand{
	background-color: #f0f0f0;
}
.abouts_list{
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.abouts_list .nav_btn{
	height: 100%;
	width: auto;
	display: flex;
	flex-wrap: wrap;
}
.abouts_list .nav_btn a{
	display: block;
	font-size: 16px;
	padding: 18px 20px;
	height: 100%;
	transition: .5s;
}
.abouts_list .nav_btn a.active,.abouts_list .nav_btn a:hover{
	background-color: #086ee8;
	color: #fff;
}
.abouts_list .text{
	width: 410px;
	text-align: right;
	font-size: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 1.7;
	padding: 10px 0;
	display: inline;
	width:auto;
}
.abouts_list .text a{
	font-size: 16px;
	margin-right: 10px;
	display: inline;
}
.abouts_list .text span{
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}
/* 关于我们 */
.padds{
	padding: 70px 0;
}
.abouts1{
	background: #fff;
}
.abouts1>.an{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.abouts1 .img{
	width: calc(50%);
	position: relative;
	left: 50%;
	padding-left: 35px;
}
.abouts1 .img img{
	width: 100%;
	display: block;
}

.abouts1 .text{
	position: relative;
	width: calc(50%);
	padding-right: 35px;
	right: 50%;
}
.abouts1 .text h1{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 50px;
	color: #333;
}
.abouts1 .text p{
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #333;
	text-indent: 2em;
}

/* 荣誉资质 */
.about_uls {
	/* padding-top: 70px; */
	/*display: flex;*/
	/*flex-wrap: wrap;*/
}
.about_uls .item {
	text-align: center;
    font-size: 18px;
    background: #fff;
    height:470px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    padding: 5px;
    /*width: calc(11.67% - 4px) !important;*/
}
/*.about_uls .item:nth-child(4n){*/
/*	margin-right: 0%;*/
/*}*/
.about_uls .item img {
	display: block;
	/*width: 100%;*/
	/*height: 100%;*/
	transition: all 0.3s;
	object-fit: cover;
}
.about_uls .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
/* 视频弹窗 */
.c-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.c-modal.show {
	opacity: 1;
	visibility: visible;
}

.c-modal.show .c-modal-container {
	transform: scale(1);
}

.c-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	cursor: pointer;
}
.c-modal-container {
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	transform: scale(0.88);
	transition: transform 0.3s;
}
.c-modal-close {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 1;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.3s, transform 0.3s;
	color: #ddd;
}
.c-modal-close img {
	width: 40px;
}
.c-modal-close:hover {
	opacity: 1;
	transform: rotate(180deg);
}
.c-modal-main {
	position: relative;
	z-index: 0;
	display: none;
}
.c-modal-main.active {
	display: block;
}
.c-modal-main.active img{
	width: 500px;
}
/* .c-modal-main.active img{
	width: 100%;
} */
.c-modal-main.videobox {
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%;
}
.c-modal-main.videobox .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.c-modal-main.contactbox {
	width: 1000px;
	max-width: 100%;
	background: url(../img/modal-bg01.jpg) no-repeat 50% / cover;
}
.c-modal-main.contactbox .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	padding: 14px;
	background: none;
}
.c-modal-main.contactbox .bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.c-modal-main.contactbox .main {
	color: #faf3e7;
	padding: 80px 74px 74px 74px;
	position: relative;
	z-index: 1;
}
.c-modal-main.contactbox .main .tc_top {
	display: flex;
	justify-content: space-between;
}
.c-modal-main.contactbox .main .tc_top .tc_left {
	width: 520px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h1 {
	font-size: 54px;
	line-height: 72px;
	margin-bottom: 8px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h2 {
	font-size: 34px;
	line-height: 45px;
	margin-bottom: 44px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h3 {
	margin-top: 12px;
	font-size: 24px;
	line-height: 32px;
}
.c-modal-main.contactbox .main .tc_top .tc_right {
	width: 258px;
}
.c-modal-main.contactbox .main .tc_top .tc_right img {
	width: 100%;
	margin-bottom: 130px;
}
.c-modal-main.contactbox .main .tc_top .tc_right .btn {
	width: 100%;
	line-height: 66px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	display: block;
	color: #fff;
	transition: all 0.5s;
}
.c-modal-main.contactbox .main .tc_top .tc_right .btn:hover {
	background-color: #fff;
	border-color: transparent;
	color: #000;
}
.c-modal-main.contactbox .tit {
	font-size: 28px;
}
.c-modal-main.contactbox .text {
	font-size: 36px;
	margin-bottom: 10px;
}
.c-modal-main.contactbox .form {
	border: 2px solid #fff;
	background-color: #fff;
}
.c-modal-main.contactbox .ps {
	font-size: 18px;
	color: #fff;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/suo.png);
	background-size: auto 18px;
	margin-top: 14px;
}
.c-modal-main.contactbox .iconfont {
	color: #bcbcbc;
	line-height: 44px;
	width: 46px;
	text-align: center;
	font-size: 30px;
}
.c-modal-main.contactbox .submit {
	border: none;
	outline: none;
	background: #e60012;
	padding: 0;
	width: 150px;
	height: 62px;
	background-size: 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.c-modal-main.contactbox .input {
	width: calc(100% - 155px);
	height: 72px;
	line-height: 1.5;
	border: none;
	padding: 0 20px;
	outline: none;
	color: #000;
	font-size: 23px;
	background: none;
}
.c-modal-main.contactbox::-moz-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox::-webkit-input-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox:-ms-input-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox .info {
	font-size: 14px;
	margin-top: 8px;
	padding-right: 25%;
	position: relative;
}
.c-modal-main.contactbox .tel {
	color: #ffffff;
	margin-top: 80px;
	font-size: 42px;
	line-height: 50px;
}
.c-modal-main.contactbox .ewm {
	width: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
}
@media only screen and (max-width: 767px) {
	.c-modal-main.contactbox .main {
		padding: 36px 26px;
	}

	.c-modal-main.contactbox .bg {
		padding: 10px;
	}

	.c-modal-main.contactbox .tit {
		font-size: 17px;
	}

	.c-modal-main.contactbox .text {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.c-modal-main.contactbox .form {
		border: 3px solid #fff;
	}
	.c-modal-main.contactbox .iconfont {
		line-height: 36px;
		width: 30px;
		font-size: 20px;
	}
	.c-modal-main.contactbox .submit {
		width: 60px;
		height: 36px;
		font-size: 13px;
	}
	.c-modal-main.contactbox .input {
		width: calc(100% - 90px);
		height: 36px;
		padding: 0 8px;
		font-size: 14px;
	}
	.c-modal-main.contactbox .info {
		font-size: 12px;
		margin-top: 8px;
		padding: 0;
	}
	.c-modal-main.contactbox .tel {
		margin-top: 12px;
		font-size: 20px;
		line-height: 1.3;
	}
	.c-modal-main.contactbox .ewm {
		display: none;
	}
}
/* 产品中心 */
.product1 .uls{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product1 .uls li{
	box-sizing: border-box;
	width: 24%;
	margin-right: 1.33%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.product1 .uls li:nth-child(4n){
	margin-right: 0%;
}
.product1 .uls li .img{
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 260px;
	/*padding-top: 70%;*/
	/*position: relative;*/
	background-color: #fff;
	overflow: hidden;
}
.product1 .uls li .img:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.product1 .uls li a:hover .img:before {
	-webkit-animation: shine 1s;
	animation: shine 1s
}
@-webkit-keyframes shine {
	100% {left: 125%}
}
@keyframes shine {
	100% {left: 125%}
}
.product1 .uls li .img img{
    width: 100%;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%,-50%); */
    height: 100%;
    object-fit: cover;
    transition: .5s;
    display: block;
	/*width: 100%;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	/*object-fit: contain;*/
	/*transition: .5s;*/
}
/* .product1 .uls li:hover .img img{
	transform: translate(-50%,-50%) scale(1.05);
} */
.product1 .uls li .text{
	padding: 10px 20px;
}
.product1 .uls li .text h3{
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.product1 .uls li .text p{
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.product1 .uls li .text .items{
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 10px;
}
.product1 .uls li .text .items span{
	font-size: 16px;
	color: #666;
}
.product1 .uls li .text .items img{
	position: relative;
	transition: .5s;
	right: 0;
}
.product1 .uls li:hover .text .items img{
	right: 20px;
}
/* 分页 */
.pagess{
	clear: both;
	margin: 40px 0 0;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li{
	display: inline-block;
	border: 1px solid transparent;
	margin: 0 5px 5px;
	line-height: 20px;
	background: #fff;
	color: #999;
}
.pagess ul li a,.pagess ul li span{
	padding: 2px 9px;
	padding: 9px 16px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pagess ul li.active,.pagess ul li:hover{
	/* linear-gradient(to right,#1a63ad, #006bd7); */
	border: 1px solid #086ee8;
	background: #086ee8;
}
.pagess ul li.active a,.pagess ul li:hover a{
	color: #fff;
}
.pagess ul li a{
	color: #999;
	width: auto;
}
.pagess ul li.disabled{
	border: 1px solid #c8c8c8;
	background-color: #c8c8c8;
}
.pagess ul li.disabled span{
	color: #fff;
	padding: 9px 12px;
	width: auto;
}
/* 产品详情 */
em{
	font-style: normal;
}
.cp_d1 h1{
	font-size: 32px;
	line-height: 1.7;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.times1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .3rem;
	justify-content: center;
}

.times1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.times1 li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
	color: #828282;
	font-size: 18px;
	line-height: 1.7;
}
.times1 li:last-child{
	margin-right: 0px;
}
.times1 li img {
	height: auto;
	margin-right: 5px
}
.cp_d1 .text{
	margin-bottom: 40px;
}
.cp_d1 .text img{
	margin-top: 40px;
	margin-bottom: 40px;
	margin: 40px auto;
	max-width: 100%;
	display: block;
}
.cp_d1 .text p{
	font-size: 20px;
	line-height: 2.2;
	text-indent: 2em;
}
/* 产品分页 */
.proud_page{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.proud_page .page_items{
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
	padding-right: 10px;
	justify-content: flex-start;
}
.proud_page .page_items:nth-child(2){
	position: relative;
	padding-left: 10px;
	padding-right: 0px;
	justify-content: flex-end;
}
.proud_page .page_items p{
	max-width: calc(100% - 160px);
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
}
.proud_page .page_items a{
	display: inline-block;
	padding: 10px 35px;
	font-size: 16px;
	color: #1a63ad;
	border: 1px solid #006bd7;
	width: 120px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.proud_page .page_items:nth-child(2) p{
	position: relative;
	right: 120px;
}
.proud_page .page_items:nth-child(2) a{
	position: absolute;
	right: 0;
}
.proud_page .page_items a:hover{
	color: #fff;
	background: linear-gradient(to right, #1a63ad, #006bd7);
	border: 1px solid transparent;
}
/* 解决方案 */
.solution1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.solution1 .uls li{
	width: 24%;
	margin-right: 1.33%;
}
.solution1 .uls li:nth-child(4n){
	margin-right: 0%;
}
.m2gs_aBox{
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
/* 应用案例 */
.case1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.case1 .uls li{
	width: 24%;
	margin-right: 1.33%;
}
.case1 .uls li:nth-child(4n){
	margin-right: 0%;
}
.case1 .uls li a{
	display: block;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
.case1 .uls li .bd{
	padding: 30px 20px 30px;
}
.case1 .uls li .bd .name{
	font-weight: normal;
}
.case1 .zoomImg{
	position: relative;
}
.case1 .zoomImg:before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.case1 .uls li a:hover .zoomImg:before {
	-webkit-animation: shine 1s;
	animation: shine 1s
}
.case1 .bd p{margin-bottom: 0;}
/* 产品详情2 */
.cp_d2ss{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.cp_d2ss .hs{
	width: calc(100% - 535px);
	padding-left: 35px;
}
.cp_d2ss .hs h1{
	font-size: 26px;
	font-weight: normal;
	line-height: 1.7;
	color: #333;
	margin-bottom: 20px;
}
.cp_d2ss .hs p{
	font-size: 18px;
	font-weight: normal;
	line-height: 2.2;
	color: #333;
}
.cp_d2ss .swiper{
	width: 500px;
	margin-right: 35px;
	position: relative;
}
.cp_d2ss .swiper .swiper-slide{
	width: 100%;
	position: relative;
	padding-top: 70%;
}
.cp_d2ss .swiper .swiper-slide img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.d_btns{
	display: flex;
}
.d_btns .font{
	padding:15px 20px;
	background-color: #086ee8;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}
.cp_d2 .text{
	border-top: 1px solid #ddd;
	padding: 20px 0 40px;
}
.cp_d2 .text p{
	font-size: 20px;
    font-weight: normal;
    line-height: 2.2;
    color: #333;
    /*text-indent: 2em;*/
}
/* 新闻中心 */
.news1 .item .img2 {
        width: calc(20%);
        height: 210px;
	/* width: 283px; */
	/*width: 360px;*/
	/*height: 177px;*/
	/*height: auto;*/
	/*height: 210px;*/
	/* height: 100%; */
	/*position: relative;*/
	/*object-fit: cover;*/
}
.news1 .item .img2 img {
	/*display: block;*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translate(-50%, -50%);*/
	/*transition: all .3s;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	/*width: 100%;*/
	height: 100%;
	/*object-fit: cover;*/
}
.news1 .item .wz {
	padding-right: 0;
}
.news1 .item .wz .n_time {
	font-size: 16px;
	font-weight: 100;
	color: #666666;
}
.news1 .item .wz2 {
        margin-top: 0px;
    margin-left: 44px;
    width: calc(100% - 20% - 44px);
	/*margin-top: 0px;*/
	/*margin-left: 44px;*/
	/*width: calc(100% - 360px - 44px);*/
}
.news1 .item .wz .tit2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 0;
}
.news1 .item .wz .n_time {
	margin-bottom: 20px;
	margin-top: 10px;
}
.news1 .item .wz .ms {
	color: #666666;
	font-size: 1rem;
	line-height: 1.75rem;
	line-height: 2.3rem;
	line-height: 1.8rem;
	padding-top: 1.25rem;
	margin-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 107px;
}

.news1 .item .wz .morea {
	color: #086ee8;
	text-decoration: none;
	float: right;
	padding: 1rem 0;
	font-size: 16px;
}
.news1 .list a {
	/*position: relative;*/
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width:994px){
	/* .news1 .list a:hover{padding-left: 20px;padding-right:20px;} */
	.news1 .list a:hover {background: #f5f5f5;}
}

/* 联系我们 */
.contact1 .an{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.contact1 .text{
	width: 50%;
	padding-right: 35px;
}
.contact1 .text h1{
	font-weight: normal;
	font-size: 36px;
	line-height: 1.7;
	margin-bottom: 40px;
}
.contact1 .text p{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 20px;
}
.contact1 form{
	padding: 40px 20px 30px;
	width: calc(50% - 35px);
	margin-left: 35px;
}
.contact1 form div{
	margin-bottom: 30px;
}
.contact1 form label{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.7;
	color: #fff;
}
.contact1 form label span{
	color: #ff3938;
	color: red;
	margin-right: 5px;
	
}
.contact1 form input{
	font-size: 18px;
	padding: 15px 20px 15px 20px;
	border: 1px solid #eee;
	width: 100%;
}
.contact1 form .text-a input{
	padding: 30px 20px 30px 20px;
}
.contact1 form .text-a  label{
	margin-left: 11px;	
}
.contact1 form button{
	width: 100%;
	border: none;
	padding: 10px 20px;
	background-color: #ff3938;
	/* background-color: rgba(255,243,51,0.6); */
	background-color: rgba(255,57,56,0.8);
	background-color: #de0609;
	/* background-color: #fff333; */
	color: #fff;
	font-size: 18px;
	border: 1px solid transparent;
	transition: .5s;
	cursor: pointer;
}
.contact1 form button:hover{
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}
.contact1 form{
	padding: 40px;
	background-color: #888;
}
.contact1 form input{
	background-color: #888;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
}
.contact1 form input::placeholder{
	color: #eee;
}
.contact1 form .text-a input{
	padding: 10px 20px 40px;
}
/* 地图 */
#map{
	width: 100%;
	/* height: 500px; */
	z-index: 1 !important;
}
/* 其他 */
.product_swiper .text h3,.solutionul li .text h3,.name{
	font-weight: normal;
}
.product1 .zoomImg{
	position: relative;
	height: 0;
	padding-top: 60%;
}
.product1 .zoomImg img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}


.homeprodes{
    height: 104px;
    overflow: hidden;
}
.homeprodes p{
    line-height: 26px;
    
}


















@media (max-width:1440px){
	.w1400{padding-left: 20px;padding-right: 20px;
	}
	/* 首页-表单 */
	.set_form{flex-wrap: wrap;}
	.set_form .text{width: 100%;padding: 0 0 20px;}
	.set_form .text h3{text-align: center;}
	.set_form .text p{text-align: center;}
	.set_form form{width: 100%;}
	.set_form form input{width: 100%;margin: 0 10px;}
}
@media (max-width:1024px){
	/* 底部 */
	.footer_1 .text1{max-width: 410px;width: 100%;margin: 0 auto;}
	.footer_1 .uls{width: 100%;}
	.footer_1 .uls>li{width: 100%;}
	.footer_1 .uls li h3 span{display: block;cursor: pointer;}
	.foot_ul_s{display: none;}
	.footer_1 .uls li h3{justify-content: space-between;padding-bottom: 10px;}
	.foot_ul_s li{padding: 0 0 10px 20px;}
	.footer_1 .text2{width: 100%;}
	.footer_1 .text2 .txt2{font-size: 20px;text-align: center;padding-bottom: 10px;}
	.footer_1 .text2 .img{width: 100%;}
	.footer_1 .text2 .img img{margin: 0 auto;}
	.footer_1 .text2 .img p{padding-top: 10px;}
	.footer_1{padding: 50px 0;}
	.footer_1 .text1>.img{padding: 0 0 10px;}
	.footer_2 .foot{padding: 0;}
	.footer_1 .uls{padding: 0;}
	.footer_1 .uls{display: none;}
	/* 居中显示 */
	.footer_1 .text1>.img a{margin: 0 auto;display: block;}
	.footer_1 .text1 .txt{text-align: center;justify-content: center;}
	.footer_2 .foot p{text-align: center;}
}
@media (max-width:993px) {
	/* 子页面的样式 */
	.main_top{padding-top: 56px;}
	/* 关于我们 */
	.abouts1 .img{width: 100%;left: 0;padding-left: 0;}
	.abouts1 .img img{max-width: 100%;margin: 0 auto;width: auto;display: block;}
	.abouts1 .text{width: 100%;right: 0;padding-right: 0;padding-top: 30px;}
	.abouts1 .text h1{margin-bottom: 20px;text-align: center;}
	.abouts_list .nav_btn{display: none;}
	.abouts_list .text{width: 100%;text-align: left;justify-content: flex-start;padding: 5px 0;}
	/* 产品中心 */
	.product1 .uls li{width:49%;margin-right: 2%;}
	.product1 .uls li:nth-child(2n){margin-right: 0%;}
	/* 解决方案 */
	.solution1 .uls li{width: 49%;margin-right: 2%;}
	.solution1 .uls li:nth-child(2n){margin-right: 0%;}
	/* 应用案例*/
	.case1 .uls li{width: 49%;margin-right: 2%;}
	.case1 .uls li:nth-child(2n){margin-right: 0%;}
	/* 产品详情2 */
	.cp_d2ss .swiper{margin: 0 auto;}
	.cp_d2ss .hs{width: 100%;padding: 40px 0 0;}
	.cp_d2ss .hs h1,.cp_d2ss .hs p{text-align: center;}
	/* 新闻 */
	.news1 .item .img2{width:100%;height: 440px;height: 49vw;}
	.news1 .list a{padding:0;margin-bottom:15px}
	.news1 .item .wz2{margin-left:0;width:100%;padding:2%;}
	.news1 .item .wz .tit2{font-size:1.1rem;margin-top:15px;margin-bottom:10px}
	.news1 .item .wz .ms{width:100%;}
	.news1 .item .wz .morea{margin-top:.5rem}
	.news1 .list{display: flex;flex-wrap: wrap;}
	.news1 .list a{width: 49%;margin-right: 2%;}
	.news1 .list a:nth-child(2n){margin-right: 0;}
	/* 联系我们 */
	.contact1 .text{width: 100%;padding: 0;padding-bottom: 40px;}
	.contact1 form{width: 100%;margin: 0;}
	/* 关于我们-资质荣誉 */
	.about_uls .item{width: 49%;margin-right: 2%;height: 504px;}
	.about_uls .item:nth-child(2n){margin-right:0;}
	.time-line-box ul li:nth-child(3) dt:after{left: -47px !important;}
}
@media (max-width:768px){
	/* 首页-解决方案 */
	.solutionul li .text .btnsman{bottom:20px;}
}
@media (max-width:767px){
	/* 首页公共样式 */
	.hmPt{margin: 0 20px 20px;font-size: 24px;line-height: 1.7;}
	.hmc2Top,.hmc2Top2,.hmc2Top3,.hmc2Top4,.hmc2Top5{padding: 40px 0 30px;}
	.hmc2btns{margin-top: 30px;}
	/* 首页banner */
	.hmTxtDes2_p1{font-size: 16px;}
	/* 首页-解决方案 */
	.solutionul li .text h3{font-size: 16px;}
	.solutionul li .text p{font-size: 16px;}
	/* 首页-新闻 */
	.hmc6btn .pubBtn_s {width: 120px;height: 36px;line-height: 34px;}
	.hmc2Top3 ul li{width: 100%;margin-right: 0;}
	.hmc6box {margin-bottom: 10px !important;}
	.hmabout .text{padding-top: 20px;}
	.hmabout .text p{font-size: 16px;padding-bottom: 0;}
	.bd{padding: 20px;}
	.name{font-size: 18px;}
	.bd p{font-size: 16px;}
	/* 首页-合作伙伴 */
	.main_he>li{width: calc(49%);margin-right: 2%;}
	.main_he>li:nth-child(5n){margin-right: 2%;}
	.main_he>li:nth-child(2n){margin-right: 0%;}
	/* 底部 */
	.footer_1{padding: 40px 0 30px;}
	/* 关于我们 */
	.padds{padding: 40px 0 30px;}
	.abouts1 .text{padding-top: 20px;}
	.abouts1 .text h1{font-size: 22px;margin-bottom: 10px;}
	.abouts1 .text p{font-size: 16px;font-weight: normal;line-height: 2.2;}
	/* 产品中心 */
	.product1 .uls li{width:100%;margin-right: 0%;}
	.product1 .uls{margin-bottom: 0;}
	.product1 .uls li{margin-bottom: 15px;}
	.pagess ul li a, .pagess ul li span{padding: 4px 12px;}
	.pagess ul li.disabled span{padding: 4px 8px;}
	.pagess{margin: 20px 0 0px;}
	.product1 .uls li .text h3{font-size: 16px;}
	.product1 .uls li .text p{font-size: 14px;}
	.product1 .uls li .text .items span{font-size: 14px;}
	/* 产品详情 */
	.cp_d1 h1{font-size: 22px;}
	.cp_d1 .text p{font-size: 16px;}
	.cp_d1 .text img{margin-top: 15px;margin-bottom: 15px;}
	.cp_d1 .text{margin-bottom: 20px;}
	/* 产品分页 */
	.proud_page .page_items{width: 100%;padding: 0 0 10px !important;}
	.proud_page .page_items:nth-child(2){justify-content: flex-start;}
	.proud_page .page_items a{padding: 6px 10px;font-size: 16px;position: static !important;width: 100px;}
	.proud_page .page_items p{font-size: 16px;position: static !important;}
	/* 应用案例 */
	.case1 .uls li{margin-bottom: 20px;}
	.bd p{height: 52px;}
	.case1 .uls li .bd{padding: 20px 20px 20px;}
	.case1 .bd p{margin-bottom: 0;}
	/* 产品详情2 */
	.cp_d2ss .hs{padding-top: 20px;}
	.cp_d2ss .hs h1{font-size: 20px;margin-bottom: 10px;}
	.cp_d2ss .hs p{font-size: 16px;}
	.cp_d2ss{margin-bottom: 20px;}
	.d_btns .font{padding: 6px 10px;font-size: 16px;}
	.cp_d2 .text p{font-size: 16px;}
	.cp_d2 .text{padding-bottom: 20px;}
	/* 新闻中心 */
	.news1 .item .wz .tit2{font-size: 16px;}
	.news1 .item .wz .n_time{margin-bottom: 0;}
	.news1 .item .wz .ms{font-size: 16px;}
	.news1 .item .wz .morea{margin-top: 0;}
	/* 联系我们 */
	.contact1 .text{padding-bottom: 20px;}
	.contact1 .text h1{font-size: 20px;margin-bottom: 20px;}
	.contact1 .text p{font-size: 16px;margin-bottom: 10px;}
	.contact1 form{padding: 20px 10px;}
	.contact1 form input{font-size: 16px;}
	.contact1 form label{font-size: 16px;}
	.contact1 form div{margin-bottom: 20px;}
	.contact1 form input{padding: 10px 20px;}
	.contact1 form .text-a input{padding: 5px 20px 30px;}
	.contact1 form button{padding: 8px 20px;font-size: 16px;}

	/* 首页-表单 */
	.set_form .text{width: 100%;padding: 0 0 20px;}
	.set_form .text h3{font-size: 22px;line-height: 1.7;margin-bottom: 10px;}
	.set_form .text p{font-size: 16px;line-height: 26px;}
	.set_form form{width: 100%;flex-wrap: wrap;}
	.set_form form input{width: 100%;margin: 0 0 20px;}
	.set_form form input{height: 50px;font-size: 16px;}
	.hmcTop6{padding: 40px 0 30px;}
	/* 关于我们-资质荣誉 */
	/* .about_uls{padding-top: 40px;} */
	/* 修改样式 */
	.footer_1 .text2 .txt2{font-size: 16px;}
	.hmc2Top3 ul li{width: calc(49%);margin-right: 2%;}
	.product1 .uls li{width: 49%;margin-right: 2%;}
	.case1 .uls li{width: 49%;margin-right: 2%;}
}
/* 移动端适配 */
@media (max-width:500px){
	.hmc2Top3 ul li{width: 100%;margin-right: 0;}
	.product1 .uls li{width: 100%;margin-right: 0%;}
	.solution1 .uls li{width: 100%;margin-right: 0%;    margin-bottom: 4%;}
	.case1 .uls li{width: 100%;margin-right: 0%;}
	.news1 .list a{width: 100%;margin-right: 0%; border:#eee solid 1px;}
}
.product_swiper .text{
    padding: 30px 30px;
    height: 200px;
    overflow: hidden;
}
@media (max-width:1300px) and (min-width:1200px){
    .product_swiper .text{padding: 50px 30px;}
}
/* 产品搜索页面 */
.pr_search2{
	background-color: #f0f0f0;
    padding: 20px;
}
.pr_search2 .input{
	display: flex;
	align-items: center;
}
.pr_search2 .input label{
	font-size: 1.25rem;
	margin-right: 10px;
	color: #0e71e9;
}
.pr_search2 .input .el-input{
	max-width: 500px;
}
.pr_search2>p{
    color: #666;
    font-size: 14px;
    margin: 10px 0;
	line-height: 1.9;
}
.app_btns{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.pr_search_uls {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.pr_search_uls li.active {
	background-color: #0e71e9;
	color: #fff;
}
.pr_search_uls li.active:hover {
	color: #fff;
}
.pr_search_uls li:hover {
	color: #0e71e9;
}
.pr_search_uls li {
	min-width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #f0f0f0;
	font-size: 1.125rem;
}
.dr .el-checkbox-group {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
}
.dr .el-checkbox {
	margin: 5px 0;
	line-height: 26px;
}

.table_download {
	color: #409EFF;
	text-decoration: none;
}
/* 进阶搜索 */
.pr_search3{
	background-color: #f0f0f0;
}
.pr_search_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px 16px;
	background-color: #0e71e9;
}
.pr_search_header span{
	color: #fff;
	font-size: 18px;
}
.pr_search_header i{
	color: #fff;
	font-size: 1.375rem;
	cursor: pointer;
}
.el-button--primary{
	background-color: #0e71e9;
}
.pr_form{
	background-color: #f0f0f0;
}
.pr_form .el-form-item{
	padding-bottom: 20px;
	margin-bottom: 0;
	width: calc(100% - 10px);
	display: flex;
	margin-right: 10px;
}
.pr_form .flex{
	display: flex;
	align-items: center;
}
.pr_form .flex>span{
	margin: 0 10px;
}
.pr_form_btn2{
	width: 100%;
}
.pr_form_btn2 .el-form-item__content{
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 0 50px 20px 50px;
}
.pr_form .el-col .el-form-item__content{
	width: calc(100% - 100px);
}
.pr_form  .el-row{
	padding-right: 50px;
}
.el-table--scrollable-y .el-table__body-wrapper{
	max-height: 700px !important;
	height: auto !important;
}
.el-table__body-wrapper{
    max-height: 722px !important;
	height: auto !important;
}
.el-table{
	max-height: calc(722px + 71px);
	height: auto !important;
}
.el-table th.el-table__cell{
	background-color: #0e71e9;
	color: #fff;
	font-weight: bold;
}
.el_page{
	margin-top: 20px;
}
.pr_search_form{
	display: none;
}
@media (max-width:768px) {
	.el_page{
		white-space: normal;
	}
	.el-pagination__total{width: 100px;}
	.el-pagination__sizes{width: calc(100% - 120px);}
}
.pr_search2_3{
	display: flex;
	flex-wrap: wrap;
    background-color: #f0f0f0;
    padding: 20px;
}
.pr_search2_3 .item1{
	flex: 1;
}
.pr_search2_3 .item1>p{
    color: #0e71e9;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.9;
}
.pr_search2_3 .item1 .el-textarea{
	width: 100%;
    margin-bottom: 20px;
}
.pr_search2_3 .item2{
	flex: 0.5 1 0%;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #fff;
}
.pr_search2_3 .item2>p{
	color: #0e71e9;
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.9;
}
.el-input__inner{
    border: 1px solid #DCDFE6 !important;
}
@media (max-width:768px){
	.pr_search2_3 .item1{flex: none;width: 100%;}
	.pr_search2_3 .item2{border: 0;flex: none;width: 100%;padding-left: 0;margin-left: 0;}
}
/*下载*/
.download .list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.download .list li p{
    font-size: 18px;
}
.download .list li a{
    margin-left: 20px;
   display: inline-block;
   color: #fff;
   font-size: 16px;
   padding: 12px 35px;
   color: #fff;
   background: #0e71e9;
}
.download .list li a:hover{
   opacity: 0.8;
}
@media (max-width:768px){
    .download .list li a{
        padding: 7px 15px;
        margin-left: 10px;
    }
    .download .list li p{
        font-size: 16px;
    }
    .m_headRx{
        margin-bottom: 36px;
    }
}


/*下载*/
.download_a{
    cursor: pointer;
}
.form_down{
		width: 100vw;
		height: 100vh;
		overflow-x: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
}
.form_down:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.form_down .close{
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #666;
    font-size: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(45deg)
}
.index_form{
	    background: #fff;
		position: fixed;
		top: 50%;
		left: 50%;
		border: 1px solid #ddd;
		transform: translate(-50%,-50%);
		z-index: 99999;
		padding: 50px 30px 50px;
		white-space: nowrap;
		max-width: 500px;
		width:94%;
	}
	.index_form h2{
		font-weight: normal;
		text-align: center;
		font-size: 1.125rem;
		color: #333;
		line-height: 1.5;
		margin-bottom: 40px;
	}
	.input_item{
		display: flex;
		align-items: center;
		margin: 30px 0;
	}
	.input_item input{
		padding-left: 50px;
		box-sizing: border-box;
		width: 200px;
		height: 50px;
		border: 1px solid rgba(0, 0, 0, .1);
		font-size: 16px;
		text-align: left;
		outline: none;
		width: 100%;
	}
	.input_item img{
		height: 50px;
		width: 180px;
		display: block;
		margin-left: 15px;
	}
	.input_item a{
		height: 40px;
		line-height: 40px;
		width: auto;
		display: block;
		margin-left: 15px;
	}
	.btn_form{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}
	.btn_form button{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
		font-size: 16px;
		cursor: pointer;
		border: 1px solid rgba(0, 0, 0, .05);
		margin: 0 auto;
		background-color: #0e71e9;
		color: #fff;
	}
	.btn_form button:hover{
	    opacity: 0.8;
	}
	@media (max-width:768px){
	    .form_down .close{width:40px;height:40px;}
		.index_form{padding: 50px 20px 20px;max-width: 400px;width: 90vw;}
		.input_item{flex-wrap: wrap;}
		.input_item input{width: 100%;margin-bottom: 20px;}
		.index_form h2{margin-bottom: 20px;}
		.btn_form{margin-top: 20px;}
		.input_item input{padding-left: 20px;}
		.input_item{margin: 20px 0;}
	}

/*企业文化*/
.padds1 {
    padding: 70px 0 0;
}
.about_cul{
	background: #f8f8f8;
	padding:3% 0;
	margin-top: 5%;
}
.about_cul h2{
	font-size: 2.25rem;
	line-height: 2;
	text-align: center;
	color: #333;
}
.ul-listab2{overflow:hidden;margin:3% -20px 0}
.ul-listab2 li{float:left;width:33.3%;padding:0 20px}
.ul-listab2 .con{display:block}
.ul-listab2 .pic{padding-top:79%;position:relative;overflow:hidden}
.ul-listab2 .pic img{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;display:block;object-fit:cover;transition:.3s}
.ul-listab2 .con:hover .pic img{transform:scale(1.06)}
.ul-listab2 .txt{position:absolute;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);color:#fff;padding:28px 45px;font-family:MiSans-Medium}
.ul-listab2 .tit{font-size:16px;margin-bottom:10px}
.ul-listab2 .desc{font-size:20px;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:box;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;height:1.5em}
@media (max-width:768px){
	.about_cul h2{ font-size: 1.875rem;}
	.ul-listab2 li{float:none;width:100%;padding:0 20px; margin-bottom: 2%;}
}
/*发展历程*/
.fzlcwrap{
    margin-top:30px;
}
.fzlcwrap h2{
	font-size: 2.25rem;
	line-height: 2;
	text-align: center;
	color: #333;
}
.page_falc{
	background: url(../images/lcbg.jpg) no-repeat center/cover;
}
.page_falc h1{
	padding:50px 0;
	color: #fff;
}
.page_falc .text{
	margin-bottom: 0;
}
.time-line-box {
  margin-top: 40px;
  padding-top: 40px;
    padding-bottom: 40px
}
.time-line-box .swiper-slide{
	background: none;
	text-align: left;
}
.time-line-box ul:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: 211px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: -28px;
  top: 0;
  border: #a1d4cc 4px solid;
}
.time-line-box ul li dl dd {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.time-line-box ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -30px;
}
.time-line-box ul li:nth-child(3) dt:after {
  left: -38px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}

@media (max-width:768px){
    .fzlcwrap{ margin-top: 10px;}
	.fzlcwrap h2{ font-size: 1.875rem;}
	.time-line-box{ margin-top: 10px;}
}
/*荣誉资质*/
.pagehor h2{
	font-size: 2.25rem;
	line-height: 2;
	text-align: center;
	color: #333;
	margin:0 auto 30px;
}
.about4 .swiper{
	overflow: hidden;
	padding-bottom: 70px;
}
.about4 .swiper-slide{
	display: block;
	background-color: transparent;
	cursor: zoom-in;
}
.about4 .swiper-slide .img{
	position: relative;
	width: 100%;
	padding-top: 74%;
	overflow: hidden;
	border:#ccc solid 1px;
	height: 300px;
}
.about4 .swiper-slide .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	height: 300px;
	object-fit: contain;
	transition: transform .5s;
}
.about4 .swiper-slide:hover .img img{
	transform: scale(1.05);
}
.about4 .swiper-slide p{
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
}
.about4 .swiper-pagination-bullet-active{
	background-color: #0e71e9;
}
.about4 .swiper-slide:hover p{
	color: #73bb49;
}

/*.about4 .swiper{*/
/*	overflow: hidden;*/
/*	padding-bottom: 70px;*/
/*}*/
/*.about4 .swiper-slide{*/
/*	display: block;*/
/*	background-color: transparent;*/
/*	cursor: zoom-in;*/
/*}*/
/*.about4 .swiper-slide .img{*/
/*	position: relative;*/
/*	width: 100%;*/
/*	padding-top: 74%;*/
/*	overflow: hidden;*/
/*	border:#ccc solid 1px;*/
/*}*/
/*.about4 .swiper-slide .img img{*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
	/*height: 200px;*/
/*	object-fit: contain;*/
/*	padding:10px;*/
/*	transition: transform .5s;*/
/*}*/
/*.about4 .swiper-slide:hover .img img{*/
/*	transform: scale(1.05);*/
/*}*/
/*.about4 .swiper-slide p{*/
/*	text-align: center;*/
/*	line-height: 1.5;*/
/*	margin-top: 10px;*/
/*}*/
/*.about4 .swiper-pagination-bullet-active{*/
/*	background-color: #73bb49;*/
/*}*/
/*.about4 .swiper-slide:hover p{*/
/*	color: #73bb49;*/
/*}*/

@media (max-width:768px){
	.pagehor h2{ font-size: 1.875rem;}
}
/*加入我们*/
.padds1 {
    padding: 70px 0 0;
}
.about_job{
	background: #fff;
	/*margin-top: 3%;*/
	/* padding:3% 0;
	 */
}
.jobtit {
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.jobtit h1{
	font-size:2.25rem;
	line-height: 2;
	text-align: center;
	color: #333;
}
.about_job1{
	width: 100%;
	margin:3% auto;
}
.jobuls{
	display: flex;
	justify-content: space-between;
}
.jobuls .txt{
	width: calc(70%);
	background: #f8f8f8;
	padding:3% 5%;
}
.jobuls .txt h5{
	text-align: left;
	line-height: 2.5;
	font-weight: bold;
	font-size: 1.875rem;
	color: #333;
}
.jobuls .txt p{
	text-align: left;
	line-height: 1.8;
	font-weight: normal;
	font-size: 1rem;
	color: #666;
}
.jobuls .img{
	width: calc(100% - 70% - 30px);
	margin-left: 30px;
	overflow: hidden;
}
.jobuls .img img {
    transition: .3s;
}
.jobuls .img:hover img{transform:scale(1.06)}
.about_job2{
	width: 100%;
	margin:0 auto 3%;
}
.jobuls2{
	display: flex;
	justify-content: space-between;
}
.jobuls2 .txt{
	width: calc(100% - 30% - 30px);
	margin-right: 30px;
	background: #fff;
	padding:3% 5%;
}
.jobuls2 .txt h5{
	text-align: left;
	line-height: 2.5;
	font-weight: bold;
	font-size: 2.25rem;
	color: #333;
}
.jobuls2 .txt p{
	text-align: left;
	line-height: 1.8;
	font-weight: normal;
	font-size: 1rem;
	color: #666;
}
.jobuls2 .img{
	width: calc(30%);
	
	overflow: hidden;
}
.jobuls2 .img img {
    transition: .3s;
}
.jobuls2 .img:hover img{transform:scale(1.06)}
.about_rcpy{
	background: #f8f8f8;
	padding:3% 0;
}
.rcpy_item {
    margin: 0 -20px;
}
.jobtit h2{
	font-size:2.25rem;
	line-height: 2;
	text-align: center;
	color: #333;
}
.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.rcpy_item { margin-top: 3%;}
.rcpy_item li{float:left;width:25%;padding:0 20px}
.rcpy_item .con{display:block;background:#fff;box-shadow:0 3px 30px 0 rgba(9,1,3,.1);border-radius:8px;padding:50px 38px;height:320px;text-align:center}
.rcpy_item .pic{margin-bottom:12px}
.rcpy_item .pic img{width:90px;height:90px;display:block;margin:0 auto;transition:.5s}
.rcpy_item .con:hover .pic img{transform:rotateY(180deg)}
.rcpy_item .tit{font-family:MiSans-Demibold;font-size:24px;margin-bottom:10px;font-weight:600}
.rcpy_item .desc{line-height:2;font-family:MiSans-Regular;font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:box;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}
@media only screen and (min-width:1199px) and (max-width:1800px){
	.rcpy_item{margin:0 -1.111vw}
	.rcpy_item li{padding:0 1.111vw}
	.rcpy_item .con{background:#fff;box-shadow:0 .166vw 1.666vw 0 rgba(9,1,3,.1);border-radius:.444vw;padding:2.777vw 2.111vw;height:17.77vw}
	.rcpy_item .pic{margin-bottom:.666vw}
	.rcpy_item .pic img{width:5vw;height:5vw;margin:0 auto;transition:.5s}
	.rcpy_item .con:hover .pic img{transform:rotateY(180deg)}
	.rcpy_item .tit{font-family:MiSans-Demibold;font-size:1.333vw;margin-bottom:.555vw;font-weight:600}
	.rcpy_item .desc{font-size:.888vw}
}
@media only screen and (max-width:1199px){
	.rcpy_item li{width:50%;padding:0 10px;margin-bottom:20px}
	.rcpy_item{margin:0}
	.m-join3-top .col-l{float:none;width:100%;margin-right:0;margin-bottom:10px}
	.rcpy_item .tit{font-size:20px}
	.rcpy_item .desc{line-height:1.6}
}
@media only screen and (max-width:767px){
	.jobuls,.jobuls2{ flex-wrap: wrap;}
	.jobuls .txt{ width: 100%;}
	.jobuls .txt h5,.jobuls2 .txt h5{ font-size: 1.5rem;}
	.jobuls .img{ width: 100%; margin-left: 0;}
	.jobuls .img img{ width: 100%;}
	.jobuls2 .img{ width: 100%;}
	.jobuls2 .txt{ width: 100%; margin-right: 0;}
	.jobtit h2,.jobtit h1{ font-size:2rem ;}
	.rcpy_item{ margin-top: 2%;}
	.rcpy_item li{float:none;width:100%;padding:0}
	.rcpy_item .pic img{height:50px;width:50px}
	.rcpy_item .con{height:auto}
	.rcpy_item .tit{font-size:18px}
}

/*新增栏目列表*/
.PageNavList {
	
}
.PageNavList .uls{
	display: flex;
	align-items: center;
	justify-content: center;
}
.PageNavList .uls li{
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	margin:30px 1%;
}
.PageNavList .uls li a{
	background: #006bd7;
	color: #fff;
	padding:10px 15px;
	font-size: 1rem;
}
.PageNavList .uls li a:hover,.PageNavList .uls li.active a{
	background: #f0f0f0;
	color: #006bd7;
}
@media only screen and (max-width:767px){
	.PageNavList .uls{ flex-wrap: wrap;}
	.PageNavList .uls li{ margin:15px 1% 0;}
	.padds1{ padding-top: 30px;}
}

/*样品申请页面*/
