body {
	overflow-x: hidden;
}

.wrap {
	width: 15.2rem;
	margin: 0 auto;
}
.wrap2 {
	width: 16.6rem;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 9999;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
}

header .wrap .logo {
	width: 25%;
}

header .wrap .logo img {
	max-width: 100%;
}

header .header-navs {}

header .header-navs ul {
	display: flex;
	align-items: center;
	height: 100%;
}

header .header-navs ul li {
	position: relative;
	height: 1rem;
}

header .header-navs ul li:not(:last-child) {
	margin-right: 0.4rem;
}

header .header-navs ul li.active>a {
	color: #2C80ED;
}

header .header-navs ul li.active>a::after {
	width: 100%;
}

header .header-navs ul li:hover>a {
	color: #2C80ED;
}

header .header-navs ul li:hover>a::after {
	width: 100%;
}

header .header-navs ul li:hover .sub {
	display: block;
}

header .header-navs ul li>a {
	display: flex;
	align-items: center;
	height: 100%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #000000;
}

header .header-navs ul li>a::after {
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0.02rem;
	top: 0;
	background-color: #2C80ED;
	transition: 0.3s;
}

header .wrap .tel-search {
	display: flex;
	align-items: center;
	margin-left: 0.8rem;
}

header .wrap .tel-search .tel {
	font-size: 0.18rem;
	font-family: REEJI;
	font-weight: bold;
	color: #2C80ED;
}
header .wrap .tel-search .tel span{
	display: block;
}

header .wrap .tel-search .tel-search-pp span {
	display: inline-block;
	font-size: .14rem;
	color: #999;
	padding-left: .03rem;
	margin-right: .05rem;
}

header .wrap .tel-search .tel-search-pp img {
	width: .22rem;
	height: .22rem;
	margin-right: .05rem;
}

header .header-navs ul li .sub {
	position: absolute;
	width: 100%;
	top: 1.0rem;
	left: 0%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	border-radius: .05rem;
	transition: 1s;
	padding: .05rem 0;
	display: none;
	line-height: .35rem;
}

header .header-navs ul li .sub>ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}

header .header-navs ul li .sub ul {
	margin: 0 auto;
}

header .header-navs ul li .sub>ul>li {
	width: 100%;
	background-size: cover;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	line-height: .35rem;
	height: auto;
	position: relative;
}

header .header-navs ul li .sub>ul>li a {
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	display: block;
	border: none;
}

header .header-navs ul li .sub>ul>li:hover>a::after {
	display: none;
}

header .header-navs ul li .sub>ul>li:hover a {
	color: #2C80ED;
	text-decoration: underline;
}


/*header .header-navs ul li:hover header .header-navs ul li .sub>ul>li:hover{
	display: none;
}*/

.banner {
	width: 100%;
	height: auto;
	margin-top: 1rem;
	position: relative;
}

.banner .wrap .xiala {
	width: 0.27rem;
	display: block;
	animation: upDown 2s infinite linear;
}

.banner .swiper {
	height: 100%;
}

.banner .swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.floor1 {
	background: url(../images/idx_bg_02.png) no-repeat;
	background-size: cover;
	padding-bottom: .4rem;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
}

.banner .swiper-pagination {
	bottom: 0.3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}

.banner .wrap {
	position: absolute;
	bottom: 0.45rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	justify-content: space-between;
}

.banner img {
	display: block;
	max-width: 100%;
}


/*首页产品中心*/

.commonitem {
	text-align: center;
	margin: 0 auto;
	padding-top: .76rem;
}

.commonitem .ch {
	font-size: .36rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333;
}

.commonitem .line {
	width: .36rem;
	height: .04rem;
	background: #2C80ED;
	display: block;
	margin: 10px auto;
}

.commonitem .en {
	font-size: .36rem;
	font-family: Source Han Sans CN;
	font-weight: 800;
	display: block;
	margin-top: 0rem;
	color: #E6E6E6;
	opacity: 1;
}


/*产品中心*/

.floor1 {
	padding: 0rem 0 .8rem 0;
	background: url(../images/index-bg_02.png) no-repeat center top;
	background-size: cover;
}

.fl-pro {
	margin-top: .5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fl-pro .fl-pro-left {
	width: 23.6%;
	margin-right: .3rem;
}

.fl-pro .fl-pro-left .fl-pro-left-img{
	width: 3.6rem;
	height: auto;
	/*background: #FFFFFF;*/
	border-radius: 5px;
	/*border: 1px solid #E5E5E5;*/
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0);}


.fl-pro .fl-pro-left .fl-pro-left-img img {
	max-width: 100%;
	 display: block;	 
    transform: translateZ(0);
    transition: 1.5s transform .2s; 
}
.fl-pro .fl-pro-left .fl-pro-left-img:hover{
	border: 1px solid #2C80ED;
}
.fl-pro .fl-pro-left .fl-pro-left-img:hover img{
	transform: scale(1.5,1.5);
}

.fl-pro .fl-pro-right ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.1rem;
}

.fl-pro .fl-pro-right ul li {
	width: 3.6rem;
	margin-right: .2rem;
}

.fl-pro .fl-pro-right ul li:nth-of-type(3n) {
	margin-right: 0;
}

.fl-pro .fl-pro-right ul li .fl-pro-right-img {
	width: 3.6rem;
	height: 2.5rem;
	transition: .3s;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0);

}


.fl-pro .fl-pro-right ul li .fl-pro-right-img img{
    width: 100%;
    height: 100%;
    display: block;	 
    transform: translateZ(0);
    transition: 1.5s transform .2s; 
}
.fl-pro .fl-pro-right ul li .fl-pro-right-img:hover{
border: 1px solid #2C80ED;
}
.fl-pro .fl-pro-right ul li .fl-pro-right-img:hover img{
transform: scale(1.5,1.5);
}
.fl-pro .fl-pro-right ul li a.more,
.fl-pro .fl-pro-left a.more {
	display: block;
	margin: .1rem auto;
	text-align: left;
	height: .24rem;
	line-height: .24rem;
}

.fl-pro .fl-pro-right ul li a.more span,
.fl-pro .fl-pro-left a.more span {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
}

.fl-pro .fl-pro-right ul li a.more img,
.fl-pro .fl-pro-left a.more img {
	width: .09rem;
	height: .16rem;
	float: right;
	margin-top: .03rem;
	margin-right: .24rem;
}

.fl-pro .fl-pro-right ul li.more-ts {
	background: url(../images/index_26.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	position: relative;
}

.fl-pro .fl-pro-right ul li.more-ts p {
	width: 2.6rem;
	height: .56rem;
	line-height: .28rem;
	overflow: hidden;
	font-family: PingFang;
	font-weight: 400;
	font-size: .2rem;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: .7rem;
}

.fl-pro .fl-pro-right ul li.more-ts span {
	display: block;
	width: 1.2rem;
	height: .4rem;
	margin: 0 auto;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	margin-top: .3rem;
	color: #FFFFFF;
	line-height: .4rem;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.idx-abt-box {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem;
	background: #FFFFFF;
	border-radius: .2rem;
	margin-top: .8rem;
}

.idx-abt-box .title-box {
	width: 5rem;
}

.idx-abt-box .title-box .en {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: .36rem;
	color: #E6E6E6;
	margin-top: .16rem;
}

.idx-abt-box .title-box .title {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
}
.idx-abt-box .title-box .titlets{
font-size: .26rem;
}

.idx-abt-box .title-box .title span {
	display: inline-block;
	padding-bottom: .2rem;
	border-bottom: 3px solid #2C80ED;
}

.idx-abt-box .title-box-abt-txt {
	margin-top: .4rem;
}

.idx-abt-box .title-box-abt-txt p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .14rem;
	color: #333333;
	line-height: .24rem;
}

.idx-abt-box a {
	display: block;
	width: 1.2rem;
	height: .4rem;
	margin: 0 0;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	margin-top: .8rem;
	color: #2E80EA;
	text-align: center;
	line-height: .4rem;
	border-bottom: 1px solid #2E80EA;
	border-top: 1px solid #2E80EA;
}

.idx-abt-box .floor2-vdioe {
	width: 9rem;
}
.idx-abt-box .floor2-vdioe video{
	width: 100%;
	height:5.5rem;
}

.idx-abt-box .floor2-vdioe img {
	max-width: 100%;
}

.floor2 {
	padding-bottom: .8rem;
}

.floor2 .fl-ys-box ul {
	margin-top: .6rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
}

.floor2 .fl-ys-box ul li {
	width: 4.4rem;
	height: 5.2rem;
	background: #F7F7F7;
	border-radius: .1rem;
	position: relative;
	transition: .5s;
}

.floor2 .fl-ys-box ul li img {
	width: 1.28rem;
	height: auto;
	margin-top: 1.2rem;
	transition: .5s;
}

.floor2 .fl-ys-box ul li h4 {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: .24rem;
	color: #2C80ED;
	line-height: .36rem;
	margin-top: .8rem;
	margin-bottom: .3rem;
}

.floor2 .fl-ys-box ul li p {
	width: 80%;
	margin: 0 auto;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
	line-height: .32rem;
	height: .96rem;
	overflow: hidden;
	text-align: center;
}

.floor2 .fl-ys-box ul li:hover img {
	transform: scale(1.2);
}


/*生产设备*/

.floor5 {
	padding-bottom: .8rem;
}

.wrap .f5-swiper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.floor5 .wrap .f5-swiper {
	margin-top: .6rem;
}

.floor5 .wrap .f5-swiper .swiper,
.floor4 .hzswp .swiper {
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .8rem;
	position: relative;
}


.floor5 .wrap .f5-swiper .swiper .swiper-slide {
	width: 3.5rem;
	border-bottom: 1px solid #E5E5E5;
	transition: .5s;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide a {
	width: 100%;
	display: block;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box {
	width: 100%;
	height: auto;
	position: relative;
	
}


.floor5 .wrap .f5-swiper .swiper .swiper-slide .top-box p {
	width: 92%;
	margin: 0 auto;
	margin-top: .3rem;
	text-align: left;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
	line-height: .24rem;
	height: .24rem;
	overflow: hidden;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide .top-box p.fl5_time {
	width: 92%;
	margin: 0 auto;
	margin-top: .15rem;
	text-align: left;
	font-family: Source Han Sans CN;
	font-weight: 300;
	font-size: .14rem;
	color: #2E80EA;
	line-height: .24rem;
	margin-bottom: .2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide:hover {
	box-shadow: 0px 0.06rem .1rem 0px rgba(0, 0, 0, 0.2);
}


.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box .img-box{
	overflow: hidden;
	width: 100%;
	transition: .3s;
}

.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box .img-box img{
	height: auto;
	width: 100%;
	background: #EEEEEE;
	border-radius: 5px;
object-fit: cover;
	display: block;	 
    transform: translateZ(0);
    transition: 1.5s transform .2s; 
}
.floor5 .wrap .f5-swiper .swiper .swiper-slide a .top-box .img-box:hover img{
transform: scale(1.5,1.5);
}


.floor5 .swiper-pagination-bullet,
.floor4 .swiper-pagination-bullet,
.floor6 .swiper-pagination-bullet {
	opacity: 1;
}

.floor5 .swiper-pagination,
.floor4 .swiper-pagination,
.floor6 .swiper-pagination {
	bottom: 0em;
}

.floor5 .swiper-pagination .swiper-pagination-bullet,
.floor4 .swiper-pagination .swiper-pagination-bullet,
.floor6 .swiper-pagination .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 1px solid #D2D2D2;
	opacity: 0.5;
}

.floor5 .swiper-pagination .swiper-pagination-bullet-active,
.floor4 .swiper-pagination .swiper-pagination-bullet-active,
.floor6 .swiper-pagination .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	background: #2E80EA;
	border-radius: 50%;
	opacity: 1;
}


/*生产视频*/

.floor3 {
	background: url(../images/index-bg_04.png) no-repeat center top;
	padding-bottom: .9rem;
}

.floor3 .commonitem .ch {
	color: #FFFFFF;
}

.floor3 .commonitem .en {
	color: #E6E6E6;
	opacity: .1;
}

.floor3 .fl-vdioe-box {
	width: 10rem;
	height: 5.6rem;
	background: #DCDCDC;
	border-radius: .1rem;
	margin: 0 auto;
	margin-top: .7rem;
	border: .06rem solid #FFFFFF;
}

.floor3 .fl-vdioe-box img {
	width: 100%;
	height: 100%;
}
.floor3 .fl-vdioe-box video {
	width: 100%;
	height: 100%;
	border-radius: .1rem;
}

/*合作客户*/

.hz_box .fifthP {
	background: none;
	margin-top: .6rem;
}

.hz_box .fifthP .fifth-swiper {
	margin-bottom: 0.4rem;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-button-prev {
	left: 1.6rem;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-button-next {
	right: 1.6rem;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-btn {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-btn::after {
	color: #fff;
	font-size: 0.2rem;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide {
	padding: 0.1rem 0;
	transition: 0.6s;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide.swiper-slide-active a {
	transform: translateY(-0.1rem);
	box-shadow: rgba(212, 226, 239, 0.67) -1px 1px 10px 0;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide.active a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a {
	position: relative;
	display: block;
	background-color: #fff;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a .img-box {
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a .img-box img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /* height: 100%; */
    /* object-fit: cover;
    /* display: block; */
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-btn {
	top: 40%;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a .text-box {
	padding: 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #E5E5E5;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a .text-box h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 0.24rem;
}

.hz_box .fifthP .fifth-swiper .swiper .swiper-slide a .text-box p {
	font-family: Source Han Sans CN;
	font-weight: 300;
	font-size: .14rem;
	color: #666666;
	line-height: 24px;
}

.hz-nub .wrap {
	margin: .8rem auto;
	margin-top: .5rem;
	border-top: 1px solid #EEEEEE;
}

.hz-nub a.hz-nub-more {
	width: 2.4rem;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	background: #F7F7F7;
	border-radius: .23rem;
	opacity: 0.96;
	font-family: Source Han Sans CN;
	font-weight: 300;
	font-size: .18rem;
	display: block;
	margin: 0 auto;
	margin-top: .6rem;
	color: #000000;
}


/*荣誉*/

.floor6 {
	padding-bottom: .8rem;
	background: #F7F7F7;
}

.floor6 .wrap .f6-swiper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.floor6 .wrap .f6-swiper {
	margin-top: .6rem;
}

.floor6 .wrap .f6-swiper .swiper {
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .8rem;
	position: relative;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide {
	width: 3.6rem;
	border-bottom: 1px solid #E5E5E5;
	transition: .5s;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide a {
	width: 100%;
	display: block;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide a .top-box {
	width: 100%;
	height: 4.6rem;
	background: #FFFFFF;
	padding: .2rem;
	position: relative;
	
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide a .top-box .img-box,.ry_box .wrap ul li a .top-box .img-box,.new_box .news-list li .news-img,.new_box .news-top .news-top-img,.pro-list2 ul li a .top-box .img-box{
	overflow: hidden;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide a .top-box .img-box img,.ry_box .wrap ul li a .top-box .img-box img,.new_box .news-list li .news-img img,.new_box .news-top .news-top-img img,.pro-list2 ul li a .top-box .img-box img {
	height: auto;
	width: 100%;
	height: auto;
	background: #EEEEEE;
	border-radius: 5px;
	object-fit: cover;
	display: block;transform: translateZ(0);
    transition: 1.5s transform .2s; 
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide a .top-box .img-box:hover img,.ry_box .wrap ul li a .top-box .img-box:hover img,.new_box .news-list li .news-img:hover img,.new_box .news-top .news-top-img:hover img,.pro-list2 ul li a .top-box .img-box:hover img{
transform: scale(1.5,1.5);
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide .top-box p {
	width: 92%;
	margin: 0 auto;
	margin-top: .3rem;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	color: #333333;
	line-height: .36rem;
	height: .36rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide .top-box p.fl6_time {
	display: block;
	width: 1.2rem;
	height: .4rem;
	margin: 0 auto;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	margin-top: .8rem;
	color: #2E80EA;
	text-align: center;
	line-height: .4rem;
	border-bottom: 1px solid #2E80EA;
	border-top: 1px solid #2E80EA;
}

.floor6 .wrap .f6-swiper .swiper .swiper-slide:hover {
	box-shadow: 0px 0.06rem .1rem 0px rgba(0, 0, 0, 0.2);
}

.footer {
	background: url(../images/index-bg_06.png) no-repeat center;
	height: 6.9rem;
	padding-top: .6rem;
	background-size: 100% 100%;
}

.footer .wrap {
	display: flex;
	justify-content: space-between;
}

.footer .wrap .ft-left,
.footer .wrap .ft-right {
	width: 48.5%;
}

.footer .wrap .ft-right .map-img {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
}

.footer .wrap .ft-right .map-img img {
	max-width: 100%;
}
.footer .wrap .ft-left .ft_logo{
	margin-bottom: .26rem;
}
.footer .wrap .ft-left .ft_logo p{
	font-family: PingFang;
font-weight: 400;
font-size: .18rem;
color: #FFFFFF;
line-height: .36rem;
}

.footer .wrap .ft-left .ft-tell{
	padding: .15rem 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,.3);
	border-top: 1px solid rgba(255,255,255,.3);
	margin-bottom: .26rem;
}

.footer .wrap .ft-left .ft-tell p{
	font-family: PingFang;
font-weight: 400;
font-size: .14rem;
color: #FFFFFF;
line-height: .36rem;
}
.footer .wrap .ft-left .ft-tell p.tt{
	font-family: PingFang;
font-weight: 800;
font-size: .3rem;
}

.footer .wrap .ft-left .ft-from li {
	margin-bottom: 0.27rem;
}


.footer .wrap .ft-left .ft-from li input {
	height: 0.4rem;
	line-height: 0.4rem;
	width: 100%;
	color: #FFFFFF;
	padding-left: 0.16rem;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .wrap .ft-left .ft-from li.input2 {
	display: flex;
	justify-content: space-between;
}

/*.footer .wrap .ft-left .ft-from li.input2 input {
	width: 33%;
}*/

.footer .wrap .ft-left .ft-from li.input2:first-of-type input {
	margin-right: 0.17rem;
}
.footer .wrap .ft-left .ft-from li.input2:first-of-type input:last-of-type{
	margin-right: 0;
}
.footer .wrap .ft-left .ft-from li.tex2 {
  width: 100%;
  background: rgba(0,0,0,0);
 	border: 1px solid rgba(255, 255, 255, 0.3);
  height: 1rem;
}
.footer .wrap .ft-left .ft-from li textarea {
	outline: none;
	width: 92%;
	border: none;
	padding: 0.16rem;
	resize: none;
	background: rgba(0,0,0,0);
	height: .8rem;
	font-family: Arial, Helvetica, sans-serif;
}

.footer .wrap .ft-left .ft-from button {
	width: 2rem;
height:.4rem;
line-height: .4rem;
text-align: center;
color: #FFFFFF;
font-family: PingFang;
font-weight: 400;
border: none;
font-size: .14rem;
color: #FFFFFF;
cursor: pointer;
background: #2E80EA;
}

.footer .wrap .ft-left .ft-from button:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}

.copy {
	line-height: .4rem;
	margin-top: .5rem;
	height: .4rem;
	text-align: center;
	text-align: center;
	margin-top: .5rem;
	font-size: .14rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copy .wrap {
	display: flex;
	justify-content: space-between;
}

.copy p {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;
	font-size: .14rem;
	font-family: PingFang;
font-weight: 400;

}

.copy p a {
	font-size: .14rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
}

.copy p a:hover {
	color: #2E80EA;
}

/*侧边栏*/
.side {
  position: fixed;
  z-index: 999;
  right: 0.25rem;
  bottom: 3rem;
  background-color: #ffffff;
  width: 0.5rem;
  border-radius: 0.25rem;
}
.side .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0.15rem 0;
  position: relative;
}
.side .item .text-box {
  position: absolute;
  right: 0.65rem;
  width: 1.6rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333;
  background-color: #fff;
  border-radius: 0.08rem;
  display: none;
}
.side .item .text-box::after {
  content: "";
  position: absolute;
  border: 0.08rem solid transparent;
  border-left-color: #fff;
  right: -0.13rem;
  top: 0.06rem;
}
.side .item .code-box {
  position: absolute;
  right: 0.65rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.side .item .code-box::after {
  content: "";
  position: absolute;
  border: 0.08rem solid transparent;
  border-left-color: #fff;
  right: -0.13rem;
  top: 0.06rem;
}
.side .item .code-box img {
  width: 90%;
  display: block;
}
.side .item:hover {
  color: #2E80EA;
}
.side .item:hover .text-box {
  display: flex;
}
.side .item:hover .code-box {
  display: flex;
}
.side .item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.side .item span {
  font-size: 0.2rem;
  margin-bottom: 0.05rem;
}
.side .item p {
  font-size: 0.12rem;
}


/*内容公共*/

.con_header {
	background: #FFFFFF;
}

.con_header.active {
	background: #FFFFFF;
}

.con_header .wrap .header_navs li a {
	color: #333333;
}

.con_header .wrap .header_navs li a:hover {
	color: #0088E1;
}

.con_header .wrap .header_navs li a.active {
	color: #0088E1;
}

.con_header .wrap .tel-search .tel {
	font-size: 0.24rem;
	color: #333333;
}

.con_header .wrap .tel-search .line {
	background-color: rgba(0, 0, 0, 0.3);
}

.con_banner {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	position: relative;
}

.con_banner img {
	max-width: 100%;
	display: block;
}

.con_banner .bn_txt {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 1.31rem;
	z-index: 1;
}

.con_banner .bn_txt p.en {
	font-family: Source Han Sans CN;
font-weight: 400;
font-size: .2rem;
color: #FFFFFF;
line-height: .36rem;
opacity: .6;
text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

.con_banner .bn_txt p.ch {
font-family: FZZDHJW;
font-weight: normal;
font-size: .36rem;
color: #FFFFFF;
line-height: .72rem;
text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

.con_banner .bn_txt p.line {
	width: .3rem;
	margin: 0 auto;
height:.03rem;
background: #FFFFFF;
border-radius: 2px;
}



.ty_title {
	height: .5rem;
	line-height: .5rem;
	background: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	box-shadow: 0px 0.03rem .1rem 0px rgba(0, 0, 0, 0.03);
}

.ty_title img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .06rem;
}

.ty_title img.home {
	margin-left: 0;
}

.ty_title span {
	font-size: .14rem;
	display: inline-block;
	vertical-align: middle;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
}

.ty_title a {
	font-size: .14rem;
	display: inline-block;
	vertical-align: middle;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
}

.ty_title span.color37bdff {
	color:#307FE5;
}


/*分页*/

.page {
	margin: 0 auto;
	text-align: center;
	height: auto;
	margin-top: .3rem;
}

.page a {
	padding: .1rem .16rem;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
}

.page a:hover,
.page a.active {
	border: 1px solid #2C80ED;
	background: #2C80ED;
	color: #FFFFFF;
}

.h2_tt h2 {
	margin: 0rem auto;
	padding: .6rem 0;
	padding-bottom: .3rem;
	text-align: center;
	font-size: .3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #000000;
}


/*新闻*/
.new_box{
	padding: .6rem 0 .7rem 0;
}
.new_box .news-top{
	display: flex;
	justify-content: space-between;
	
}
.new_box .news-top .news-top-img{
	width: 55%;
	height: 5.2rem;
}
.new_box .news-top .news-top-img img{
	max-height: 100%;
	width: 100%;
	display: block;
}
.new_box .news-top .news-top-txt span.mc{
	 font-size: .14rem;
    line-height: .42rem;
    height:auto;
    font-weight: bold;
    color: #2E80EA;
    margin-bottom: 0.3rem;
}
.new_box .news-top .news-top-txt{
	width: 45%;
	border: 1px solid #EEEEEE;
	border-left: none;
	padding: .46rem .3rem .6rem .24rem;
}
.new_box .news-top .news-top-txt h4{
	font-size: .3rem;
	line-height: .4rem;
	height: .8rem;
	font-weight: 300;
	margin-bottom: .3rem;
}
.new_box .news-top .news-top-txt p,.new_box  .news-list li .news-txt p{
	font-family: Source Han Sans CN;
font-weight: 300;
font-size: .16rem;
color: #999999;
line-height: .24rem;
height: .72rem;
overflow: hidden;
}
.new_box .news-top .news-top-txt p.time,.new_box  .news-list li .news-txt p.time{
	font-family: Source Han Sans CN;
font-weight: 300;
font-size:.14rem;
color: #999999;
height: .3rem;
line-height:.3rem;
margin-top: .3rem;
}

.new_box .news-top .news-top-txt a.news-more{
	display: block;
	width: 1.8rem;
height:.46rem;
line-height: .46rem;
text-align: center;
font-family: Microsoft YaHei;
font-weight: 400;
font-size:.14rem;
color: #FFFFFF;
background: #2E80EA;
margin-top: .67rem;
}
.new_box  .news-list{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .53rem 0.5rem;
  margin-top: .53rem;	
}
.new_box  .news-list li{
	transition: .5s;
}
.new_box  .news-list li span.mc{
	 font-size: .14rem;
    line-height: .42rem;
    height:auto;
    font-weight: bold;
    color: #2E80EA;
    margin-bottom: 0.3rem;
}
.new_box  .news-list li .news-txt{
	border: 1px solid #EEEEEE;
	border-top: none;
	padding: .19rem .3rem .35rem .23rem;
}
.new_box  .news-list li h4{
	font-family: Source Han Sans CN;
font-weight: 300;
font-size:.22rem;
line-height: .3rem;
height: .6rem;
overflow: hidden;
margin-bottom: .2rem;
color: #333333;
}
.new_box  .news-list li .news-img{
	width: 100%;
}
.new_box  .news-list li .news-img img{
	width: 100%;
	height: 2.6rem;
}
.new_box  .news-list li:hover{
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);	
}

/*成功案例*/
.cases_box{
padding: .6rem 0 .7rem 0;	
}
.cases_box ul{
		display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cases_box ul li{
	margin-right: .4rem;
	margin-bottom: .4rem;
	transition: .5s;
}
.cases_box ul li:nth-of-type(2n){
	margin-right: 0;
}

.cases_box ul li a .img-box {
	width: 100%;
	height: 4.8rem;
}

.cases_box ul li a .img-box img {
	width: 100%;
	height: 100%;
	border-radius: .1rem;
	object-fit: cover;
	display: block;
}


.cases_box ul li a .text-box {
	padding: 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #E5E5E5;
}

.cases_box ul li a .text-box h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 0.24rem;
}

.cases_box ul li a .text-box p {
	font-family: Source Han Sans CN;
	font-weight: 300;
	font-size: .14rem;
	color: #666666;
	line-height: 24px;
}
.cases_box ul li:hover{
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);	
}


/*新闻详情*/
.details p.font1 {
	font-family: Microsoft YaHei;
font-weight: bold;
font-size: .3rem;
margin-top: .6rem;
text-align: center;
color:  #060A1C;
line-height: .72rem;
}

.details p.font2 {
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: .14rem;
text-align: center;
color: #666666;
}
.details p.font2 span.fb-color{
	color: #E87F2F;
}

.details .content {
	border-top:1px solid #E5E5E5 ;
	border-bottom:1px solid #E5E5E5 ;
  margin: .4rem auto;
  padding: .4rem 0;
  position: relative;
}


.details .content p {
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: .18rem;
color: #333333;
line-height: .3rem;
	text-indent: 2em;
}

.details .content img {
	display: block;
	margin: .2rem auto;
	max-width: 100%;
}

.chapter {
	margin-bottom: .5rem;
}

.chapter a {
	display: block;
	font-size: .18rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: .36rem;
}
.chapter a:hover{
		color: #2E80EA;
}


/*关于我们*/
.about-floor {
  padding: 0.7rem 0 0rem;
}
.about-floor .wrap .logo {
  margin-bottom: 0.3rem;
}

.about-floor .wrap .logo h3{
	font-family: Source Han Sans CN;
font-weight: bold;
font-size: .3rem;
color: #333333;
}

.about-floor .wrap p {
font-family: Source Han Sans CN;
font-weight: 300;
color: #333333;
  font-size: 0.18rem;
  text-indent: 2em;
  line-height: 1.8em;
  letter-spacing: 0.02rem;
}
.about-floor .wrap .video-box {
  position: relative;
  height: 6rem;
  margin: 0.7rem 0;
}
.about-floor .wrap .video-box:hover .bf-mc {
  display: block;
}
.about-floor .wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-floor .wrap .video-box .bf-mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.about-floor .wrap .video-box .bf-mc img {
  width: 0.54rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.floor {
	width: 100%;
  padding-top: 0.7rem;
  min-height: 7rem;
}
.floor .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floor .title-box .title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.21rem;
}
.floor .title-box .line {
  width: 0.4rem;
  height: 2px;
  background-color:#2C80ED;
}
.lc-floor {
	  min-height: 8.5rem;
 background: url(../images/abtbg_02.png) no-repeat center;
}
.lc-floor .title-box{
	margin-bottom: 1.4rem;
}
.company_lc_box{
	width: 100%;
	background:#f7f7f7;
	height: 7rem;
	background-size: cover;
}
.about_lc_bg{
	padding-top:0rem;
	position: relative;
	background: url(../images/abt-img_02.png) no-repeat 0px 1.22rem;
}
#abt_lcSwiper{
	padding-top: 1.17rem;
}
.about_lc_bg .proslcon{
	text-align: left;
}
.about_lc_bg .proslcon img.probnimg{
	width: 100%;
}
.about_lc_bg .proslcon img.dian{
	display: block;
	text-align: left;
	margin-left: .3rem;
	max-width: 100%;
	margin-bottom: .22rem;
}

.about_lc_bg .proslcon h6 {
	font-size: .36rem;
text-align: left;
font-family: Source Han Sans CN;
font-weight: 400;
margin-top: -1rem;
color: #2C80ED;

}

.about_lc_bg .proslcon p {
	font-size:.24rem;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333;
text-align: left;
line-height: .24rem;
height:.48rem;
margin-top: .3rem;
overflow: hidden;
margin: .3rem auto;
width: 100%;
margin-top: .6rem;
}
.about_lc_bg .swiper-slide:last-of-type .proslcon img.dian{
	text-align: right;
}

/*.about_lc_bg .swiper-slide-active img.dian{
	display: none;
}
.about_lc_bg .swiper-slide-active img.dian_active{
	display: block;
}

.about_lc_bg .swiper-slide-active p {
	display: block;
	
}*/
.about_lc_bg .swiper-button-prev {
	background: url(../images/abt_08.png) no-repeat;
	width: .4rem;
	height: .4rem;
		transform: rotate(180deg);
	background-size: 100% 100%;
	left: .4rem;
	top: 1.24rem;
}

.about_lc_bg .swiper-button-next {
	background: url(../images/abt_08.png) no-repeat;
	width: .4rem;
	height: .4rem;
	transform: rotate(0deg);
	background-size: 100% 100%;
	right: .4rem;
	top:1.24rem;
}

/*联系我们*/

.contact_box {
	width: 100%;
}
.contact_box .wrap{
	background: #F7F7F7;
	display: flex;
		padding: .4rem 0.25rem .25rem .4rem;
		margin: .4rem auto;
		margin-bottom: .53rem;
	justify-content: space-between;
}
.contact_box  .wrap .ft-left,
.contact_box  .wrap .ft-right {
	width: 48.5%;
}

.contact_box .wrap .ft-right .map-img {
	background: none;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
}

.contact_box  .wrap .ft-right .map-img img {
	width: 100%;
	height: 100%;
}
.contact_box  .wrap .ft-left .ft_logo{
	margin-bottom: .26rem;
}
.contact_box  .wrap .ft-left .ft_logo h4{
	border-left: .05rem solid #2C80ED;
	font-family: PingFang;
font-weight: bold;
padding-left: .18rem;
font-size:.3rem;
color: #333333;
}
.contact_box  .wrap .ft-left .ft_logo p{
	font-family: PingFang;
font-weight: 400;
font-size: .18rem;
color: #333;
line-height: .36rem;
padding-left: .18rem;
}

.contact_box  .wrap .ft-left .ft-tell{
	padding: .15rem 0;
	margin-bottom: .26rem;
}

.contact_box .wrap .ft-left .ft-tell p{
	font-family: PingFang;
font-weight: 400;
font-family: PingFang;
font-weight: bold;
font-size: .18rem;
color: #333333;
line-height: .36rem;
}


.contact_box  .wrap .ft-left .ft-from li {
	margin-bottom: 0.27rem;
}


.contact_box  .wrap .ft-left .ft-from li input {
	height: 0.4rem;
	line-height: 0.4rem;
	width: 100%;
	color: #333;
	padding-left: 0.16rem;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(160, 160, 160, 0.3);
}

.contact_box  .wrap .ft-left .ft-from li.input2 {
	display: flex;
	justify-content: space-between;
}

/*.footer .wrap .ft-left .ft-from li.input2 input {
	width: 33%;
}*/

.contact_box  .wrap .ft-left .ft-from li.input2:first-of-type input {
	margin-right: 0.17rem;
}
.contact_box  .wrap .ft-left .ft-from li.input2:first-of-type input:last-of-type{
	margin-right: 0;
}
.contact_box  .wrap .ft-left .ft-from li.tex2 {
  width: 100%;
  background: rgba(0,0,0,0);
 	border: 1px solid rgba(160, 160, 160, 0.3);
  height: 1rem;
}
.contact_box  .wrap .ft-left .ft-from li textarea {
	outline: none;
	width: 92%;
	border: none;
	padding: 0.16rem;
	resize: none;
	background: rgba(0,0,0,0);
	height: .8rem;
	font-family: Arial, Helvetica, sans-serif;
}

.contact_box  .wrap .ft-left .ft-from button {
	width: 2rem;
height:.4rem;
line-height: .4rem;
text-align: center;
color: #FFFFFF;
font-family: PingFang;
font-weight: 400;
border: none;
font-size: .14rem;
color: #FFFFFF;
cursor: pointer;
background: #2E80EA;
}

.contact_box  .wrap .ft-left .ft-from button:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}

/*荣誉*/
.ry_box{
		padding-bottom: .7rem;
}
.ry_box .wrap ul{
	margin-top: .4rem;
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem 0.27rem;	
} 
.ry_box .wrap ul li{
	width: 3.5rem;
	border: 1px solid #E5E5E5;
	transition: .5s;
}

.ry_box .wrap ul li a {
	width: 100%;
	display: block;
}

.ry_box .wrap ul li a .top-box {
	width: 100%;
	height: 4.6rem;
	background: #FFFFFF;
	padding: .2rem;
	position: relative;
}

.ry_box .wrap ul li a .top-box .img-box img {
	height: auto;
	width: 100%;
	height: auto;
	background: #EEEEEE;
	border-radius: 5px;
	object-fit: cover;
	display: block;
	
}

.ry_box .wrap ul li .top-box p {
	width: 92%;
	margin: 0 auto;
	margin-top: .3rem;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	color: #333333;
	line-height: .36rem;
	height: .36rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.ry_box .wrap ul li .top-box p.fl6_time {
	display: block;
	width: 1.2rem;
	height: .4rem;
	margin: 0 auto;
	font-family: PingFang;
	font-weight: 400;
	font-size: .14rem;
	margin-top: .8rem;
	color: #2E80EA;
	text-align: center;
	line-height: .4rem;
	border-bottom: 1px solid #2E80EA;
	border-top: 1px solid #2E80EA;
}

.ry_box .wrap ul li:hover {
	box-shadow: 0px 0.06rem .1rem 0px rgba(0, 0, 0, 0.2);
}


/*产品中心*/
.pro_box{
	padding: .46rem 0 .76rem 0;
}
.pro_box .pro-tt{
	width: 58%;
	margin: 0 auto;
	margin-bottom: .46rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro_box .pro-tt a{
	height: .44rem;
	display: inline-block;
	line-height: .44rem;
background: #E5E5E5;
border-radius:.22rem;
padding: 0 .3rem;
margin-right: .2rem;
font-family: Source Han Sans CN;
font-weight: 400;
font-size: .18rem;
color: #666666;
}
.pro_box .pro-tt a:last-of-type{
	margin-right: 0;
}
.pro_box .pro-tt a:hover{
	color: #FFFFFF;
	background: #2C80ED;
}
.pro_box .pro-tt a.active{
	color: #FFFFFF;
	background: #2C80ED;
}
.pro-list ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*gap: 0rem 0.27rem;*/

}
.pro-list ul li {
	width: 3.6rem;
	transition: .5s;
	margin-right: .27rem;
}

.pro-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.pro-list ul li .fl-pro-right-img{
	width: 3.6rem;
	height: auto;
		background: #FFFFFF;
border-radius: 5px;
border: 1px solid #E5E5E5;
transition: .5s;
overflow: hidden;
}

.pro-list ul li .fl-pro-right-img img {
	max-width: 100%;
	display: block;transform: translateZ(0);
    transition: 1.5s transform .2s; 
}

.pro-list ul li a.more{
	display: block;
	margin: .1rem auto;
	text-align: left;
	height: .24rem;
	line-height: .24rem;
	margin-top: .1rem;
}

.pro-list ul li a.more span {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
}

.pro-list ul li a.more img {
	width: .09rem;
	height: .16rem;
	float: right;
	margin-top: .03rem;
	margin-right: .24rem;
}
.pro-list ul li:hover .fl-pro-right-img {
border: 1px solid #2C80ED;
}
.pro-list ul li .fl-pro-right-img:hover img{
	transform: scale(1.5,1.5);
}

/*生产设备*/
.pro-list2{
	
}
.pro-list2 ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pro-list2 ul li {
	width: 3.5rem;
	border-bottom: 1px solid #E5E5E5;
	transition: .5s;
	margin-bottom: .4rem;
}

.pro-list2 ul li a {
	width: 100%;
	display: block;
}

.pro-list2 ul li a .top-box {
	width: 100%;
	height: auto;
	position: relative;
}

.pro-list2 ul li a .top-box .img-box img {
	height: auto;
	width: 100%;
	height: auto;
	background: #EEEEEE;
	border-radius: 5px;
	object-fit: cover;
	display: block;
}

.pro-list2 ul li .top-box p {
	width: 92%;
	margin: 0 auto;
	margin-top: .3rem;
	text-align: left;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: .18rem;
	color: #333333;
	line-height: .24rem;
	height: .24rem;
	overflow: hidden;
}

.pro-list2 ul li .top-box p.fl5_time {
	width: 92%;
	margin: 0 auto;
	margin-top: .15rem;
	text-align: left;
	font-family: Source Han Sans CN;
	font-weight: 300;
	font-size: .14rem;
	color: #2E80EA;
	line-height: .24rem;
	margin-bottom: .2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-list2 ul li:hover {
	box-shadow: 0px 0.06rem .1rem 0px rgba(0, 0, 0, 0.2);
}

/*产品和设备详情*/
.tabswich {
	width: 7rem;
	display: inline-block;
	vertical-align: top;
	margin-top: .3rem;
}

.tabswich .tabswich_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tabswich .maxtabimg {
	width: 5.6rem;
	display: inline-block;
	height: 3.92rem;
	background: #FFFFFF;
border-radius: 5px;
border: 1px solid #E5E5E5;
	background: linear-gradient(0deg, #E2E3E7 0%, #F7F7F7 100%);
	box-sizing: border-box;
}

.tabswich .maxtabimg img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.tabimg_box {
	display: inline-block;
	vertical-align: top;
	width: 1.24rem;
	height: 3.92rem;
}

.tabimg {
	width: 1.24rem;
	height: .86rem;
	display: block;
	border-radius: 5px;
	margin-bottom: .16rem;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
.tabimg:last-of-type{
	margin-bottom: 0rem;
}

.tabimg img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.tabswich .tabimg:nth-child(2) {
	margin-left: 0;
}

.procontext {
	display: inline-block;
	text-align: left;
	float: right;
	width: 50%;
	margin-top: .14rem;
}

.procontext .procontext_txt {
	font-size: .18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.procontext h6 {
	font-size: .3rem;
	height: auto;
	padding-top: .28rem;
	padding-bottom: .3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: .4rem;
}

.procontext .pro_lx {
	margin-top: .6rem;
	
}

.procontext .procontext_txt .tel-search {
	display:flex;
   align-items: center;
}

.procontext .procontext_txt .tel-search a {
	display: inline-block;
	vertical-align: middle;
	width: 1.6rem;
	height: .44rem;
	line-height: .44rem;
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: .14rem;
color: #FFFFFF;
	text-align: center;
background: #2C80ED;
margin-left: 0.26rem;
transition: .5s;
}
.procontext .procontext_txt .tel-search a:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}

.procontext .procontext_txt .tel-search .tel-search-pp span {
	display: inline-block;
	font-family: Source Han Sans CN;
font-weight: bold;
font-size:.24rem;
color: #2C80ED;
}

.procontext .procontext_txt .tel-search .tel-search-pp img {
	width: .24rem;
	height: .24rem;
	margin-right: 0.05rem;
}

.product_title {
	width: 100%;
	padding-bottom: .2rem;
	margin-top: .4rem;
	margin-bottom: .4rem;
	border-bottom: 1px solid #EEEEEE;
}

.product_title h3 {
	border-left: 3px solid  #2C80ED;
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	padding-left: .15rem;
	color:  #2C80ED;
}

.kw_con_pp {
	padding-bottom: .0rem;
}