* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body {
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

li,
ul,
ol {
	list-style: outside none;
}

.w1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}
/* 头部 */
.header1{
	background-color: #f4f4f4;
}
.header1 p{
	padding: 8px 0;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 1.5;
}
/* 头部2 */
.header2 .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 122px;
}
.header2 .an .text{
	display: flex;
	align-items: center;
}
.header2 .an .text h2{
	color: #6e6e6e;
	font-weight: normal;
	font-size: 15px;
	padding: 0 0 0 30px;
	line-height: 1.5;
}
.header2 .an .text h2 em{
	display: block;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
}
.tel p{
	font-size: 14px;
	color: #999999;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.tel p img{
	margin-right: 10px;
}
.tel a{
	display: block;
	text-align: right;
	font-weight: bold;
	color: #333333;
	font-size: 30px;
	line-height: 1.2;
}
.nav_list1{
	display: none;
}
/* 头部3 */
.header3{
	width: 100%;
	background:url(../img/index_heaer.png) no-repeat center ;
	background-size: cover;
}
.header3 .uls{
	display: flex;
	align-items: center;
}
.header3 .uls>li{
	width: calc(100% / 8);
	position: relative;
	padding: 20px 0;
}
.header3 .uls>li>a{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	border-right: 1px solid #dedede;
}
.header3 .uls>li:last-child>a{
	border: 0;
}
.header3 .uls>li::after{
	position: absolute;
	content: "";
	width: 0%;
	background-color: #febf03;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 1s;
}
.header3 .uls>li.active::after,.header3 .uls>li:hover::after{
	width: 100%;
}
.header3 .uls>li.active>a,.header3 .uls>li:hover>a{
	color: #febf03;
	font-weight: bold;
}
.header3_uls>li>a:hover{
	color: #febf03;
	font-weight: bold;
}
.header3_uls{
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 500;
}
.header3_uls>li{
}
.header3_uls>li>a{
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 10px 0 10px 20px;
}
/* 移动端头部 */
.list_uls{
	position: fixed;
	left: 100%;
}
.header3_uls{
	display: none;
}
.header3 .uls>li:hover .header3_uls{
	display: block;
}
/* 科诺优势 */
.index2{
	padding: 80px 0 120px;
}
.index_txt{
	text-align: center;
}
.index_txt h2{
	display: inline-block;
	font-size: 40px;
	color: #333;
	text-align: center;
	line-height: 1.7;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}
.index_txt h2 a{
	color: #333;
}
.index_txt h2 a:hover{
	color: #febf03;
}
.index_txt h2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-0%,-50%);
	width: 20px;
	height: 20px;
	background: url(../img/index7_icon.png)no-repeat center;
	background-size: cover;
}
.index_txt h2::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-0%,-50%);
	width: 20px;
	height: 20px;
	background: url(../img/index7_icon.png)no-repeat center;
	background-size: cover;
}
.index_txt p{
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	text-align: center;
}
.index_ys .swiper-slide{
	width: auto;
}
.index_ys .swiper-slide>div{
	width: 240px;
}
.index_ys .swiper-slide .imgs{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(../img/index_img2.png) no-repeat;
	transition: all 0.5s ease-in-out 0s;
}
.index_ys .swiper-slide .imgs img{
	transition: all 0.5s;
}
.index_ys .swiper-slide .active .imgs{
	background: url(../img/index_img.png) no-repeat;
	transform: rotateY(	180deg	);
}
.index_ys{
	margin-top: 35px;
}
.index_ys h3{
    font-size: 20px;
    color: #262626;
		line-height: 1.7;
    overflow: hidden;
		text-align: center;
		padding: 15px 0 0;
}
.index_ys p{
	font-size: 14px;
	    color: #666;
			line-height: 1.7;
	    overflow: hidden;
			text-align: center;
}
/* 产品中心 */
.index3{
	padding: 65px 0 0;
	background-color: #f5f5f5;
}
.index3 .text{
	margin-top: 70px;
}
.index3 .text{
	display: flex;
	flex-wrap: wrap;
}
.index3 .text>a{
	display: block;
	width: 50%;
	overflow: hidden;
}
.index3 .text>a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}
.index3 .text .uls{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.index3 .text .uls li{
	width: 50%;
}
.index3 .text .uls li a{
	width: 100%;
	display: block;
	overflow: hidden;
}
.index3 .text .uls li a img{
	width: 100%;
	transition: all .8s;
}
.index3 .text a:hover img{
	transform: scale(1.1);
}
/* 客户案例 */
.index4{
	padding: 110px 0 60px;
}
.index_case{
	margin-top: 40px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
}
.index_case .swiper-slide{
	width: calc(100% / 5);
	text-align: center;
	    padding: 11px 82px;
			padding: 11px 0px;
	    color: #333333;
	    font-size: 20px;
	    position: relative;
			/* width: auto; */
			font-weight: normal;
}
.index_case .swiper-slide.active{
	background-color: #febf03;
}
.index_case .swiper-slide.active a{
	color: #fff;
}
.index_case .swiper-slide a{
	    display: block;
	    transform: skew(
	20deg
	);
	    -webkit-transform: skew(
	20deg
	);
	color: #333333;
}
.index_case .swiper-slide::after{
	    position: absolute;
	    content: "";
	    right: 0;
	    top: 50%;
	    width: 2px;
	    height: 20px;
	    transform: translate(-0,-50%);
	    -webkit-transform: translate(-0,-50%);
	    background-color: #e9e9e9;
}
.index_case .swiper-slide:last-child::after,.index_case .swiper-slide.active::after{
	content: initial;
}
.index_case_detailes{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.index_case_detailes>a{
	display: block;
	position: relative;
	width: 65%;
	overflow: hidden;
}
.index_case_detailes .uls{
	width: calc(35% - 10px);
	margin-left: 10px;
}
.index_case_detailes .uls li{
	margin-bottom: 10px;
}
.index_case_detailes .uls li:last-child{
	margin-bottom: 0;
}
.index_case_detailes>a p{
	position: absolute;
	z-index: 99;
	font-size: 20px;
	color: #ffffff;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index_case_detailes>a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_case_detailes .uls li a{
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}

.index_case_detailes .uls li a p{
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 0;
	font-size: 18px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding:20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index_case_detailes .uls li a img{
	width: 100%;
}
.index_case_detailes a img{
	transition: all 0.8s;
}
.index_case_detailes a:hover img{
	transform: scale(1.1);
}
/* .index_case_detailes a p{
	transition: all 0.8s;
} */
.index_case_detailes a:hover p{
	background-color: rgba(254, 191, 3, 0.8);
}
/* .index_case_detailes .uls li a p{
	transition: all 0.8s;
} */
.index_case_detailes .uls li a:hover p{
	background-color: rgba(254, 191, 3, 0.8);
}
/* 广告 */
.index5{
	background: url(../images/gg.png) no-repeat center 0;
	height: 280px;
	overflow: hidden;
	padding-top: 90px;
}
.index5 .an{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index5 .text{
	width: auto;
}
.index5 .text ul{
	display: flex;
	align-items: center;
}
.index5 .text ul li{
	    background: url(../images/ban_ico01.png) no-repeat 0 14px;
	    font-size: 16px;
	    color: #333;
	    height: 50px;
	    line-height: 50px;
	    overflow: hidden;
	    padding: 0 20px 0 40px;
}
.index5 .text h3{
	font-size: 26px;
	    color: #333;
	    height: 40px;
	    line-height: 40px;
	    font-weight: bold;
	    padding: 20px 0 0;
}
.index5 .text2{
	width: auto;
}
.index5 .text2 p{
	    font-size: 14px;
	    color: #fff;
			line-height: 1.7;
	    text-transform: uppercase;
}
.index5 .text2 i{
	display: block;
	font-style: normal;
	    display: block;
	    font-size: 24px;
	    font-weight: bold;
			color: #fff;
}
.index5 .text2 a{
	
	margin-top: 32px;
	font-size: 14px;
	color: #fff;
	display: block;
	width: 120px;
	height: 38px;
	line-height: 36px;
	overflow: hidden;
	background: #febf03;
	border-radius: 30px;
	padding: 0 6px 0 22px;
	display: flex;
	align-items: center;
}
.index5 .text2 a:hover{
	background-color: #eee;
	color: #333;
}
.index5 .text2 a em{
	    width: 26px;
	    height: 26px;
	    display: block;
	    line-height: 0;
	    border-radius: 50%;
	    margin-top: 1px;
			margin-left: 10px;
}
/* 实力制造 */
.index6{
	padding: 90px 0 120px;
}
.index_zz{
	margin-top: 60px;
}
.index_zz .swiper-slide{
	width: calc(1200px / 4);
	justify-content: center;
	height: 52px;
	align-items: center;
	display: flex;
}
.index_zz .swiper-slide>a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.index_zz .swiper-slide>a img{
	margin: 0 15px 0 0;
}
.index_zz .swiper-slide>a img:nth-child(1){
	position: relative;
	transition: all .8s;
	transform: translate(-0%,0);
	/* display: block; */
}
.index_zz .swiper-slide>a img:nth-child(2){
	position: absolute;
	transition: all .8s;
	left: 0;
	transform: translate(0%,120%);
	/* display: none; */
}
.index_zz .swiper-slide.active>a{
	color: #febf03;
	font-weight: bold;
}
.index_zz .swiper-slide.active>a img:nth-child(1){
	transition: all .8s;
	transform: translate(-0%,-120%);
}
.index_zz .swiper-slide.active>a img:nth-child(2){
	transform: translate(-0%,0%);
	/* display: block; */
}
.index6_nav{
	width: 100%;
	overflow: hidden;
}
.index6_ul{
	width: calc(100% * 4);
	display: flex;
	position: relative;
	left: 0;
	transition: left 0.8s;
}
.index6_txts{
	/* display: none; */
	margin-top: 20px;
	position: relative;
}
.index6_txts>img{
	width: 100%;
}
.index6_txts .texts{
	width: calc(100% - 20px);
	background-color: rgba(255,255,255,0.9);
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 10px;
	margin: 0 10px;
	padding: 40px 40px 50px 40px;
}
.index6_txts .texts .txt1{
	width: 40%;
}
.index6_txts .texts .txt1 h2{
	font-weight: bold;
	font-size: 31px;
	color: #333;
}
.index6_txts .texts .txt1 p{
	color: #959594;
	font-size: 13px;
	line-height: 1.7;
}
.index6_txts .texts .txt2{
	width: 60%;
}
.index6_txts .texts .txt2 p{
	color: #333;
	font-size: 18px;
	line-height: 1.7;
}
.index6_txts .texts .txt1>img{
	margin: 0;
}
/* 关于我们 */
.index7{
	position: relative;
	background: url(../images/index7_imgs.png) no-repeat top center;
	padding-bottom: 69px;
	display: flex;
}
.index7 .an{
	margin-top: 170px;
	background-color: #fff;
	padding: 50px 94px;
	position: relative;
}
.index7 .text{
	margin-top: 50px;
}
.index7 .text p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.index_ry .swiper-slide img{
	width: 100%;
	border: 8px solid #febf03;
	position: relative;
	z-index: 99;
}
.index_ry .swiper-slide img::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
	box-shadow: 0px 0px 10px #020101;
}
.index_ry .swiper-slide img::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
}
.index_ry .swiper-button-next, .index_ry .swiper-button-prev{
	color: #e60012;
}
.index_ry .swiper-button-prev, .index_ry .swiper-rtl .swiper-button-next{
	left: -40px;
}
.index_ry .swiper-button-next, .index_ry .swiper-rtl .swiper-button-prev{
	right: -40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 33px;
}
.index_rys{
	position: relative;
}
.index_rys .next{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -40px;
	right: auto;
	color: #febf03;
}
.index_rys .prev{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -40px;
  left: auto;
	color: #febf03;
}
.index_rys .prev::after{
	font-family: swiper-icons;
	font-size:33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'next';
}
.index_rys .next::after{
	font-family: swiper-icons;
	font-size: 33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'prev';
}
.index_ry .swiper-slide em{display: block; width:100%; height:17px; background:url(../img/abo-yy.png) no-repeat center;}
.index_rys{
	margin-top: 50px;
}
/* 服务流程 */
.index8{
	background: url(../images/liuc.jpg)no-repeat center;
	background-size: cover;
	padding: 50px 0 80px;
}
.index_liuc{
	margin-top: 50px;
}
.index_liuc .swiper-slide{
	width: auto;
}
.index_liuc .swiper-slide .txt{
	border: 2px solid #fff;
	border-radius: 5px;
	width: 143px;
	height: 143px;
	margin-right: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.index_liuc .swiper-slide:last-child .txt{
	margin-right: 0px;
}
.index_liuc .swiper-slide .txt img{
	height: 40px;
}
.index_liuc .swiper-slide .txt p{
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 10px;
	text-align: center;
}
.colorfff h2{
	color: #fff;
}
.colorfff h2 a{
	color: #fff;
}
.colorfff p{
	color: #fff;
}
.index_liuc .swiper-slide .txt:hover{
	background-color: #febf03;
	border: 2px solid #febf03;
}
/* 合作客户 */
.index9{
	padding: 70px 0;
}
.index_h2_hz{
	height: 67px;
	margin-bottom: 32px;
}
.index_h2_hz a span:hover{
	color: #febf03;
}
.index_h2_hz a i:hover{
	color: #febf03;
}
.index_h2_hz span{
	display: block;
	    height: 67px;
	    line-height: 67px;
	    float: left;
	    padding: 0 24px;
	    font-size: 28px;
	    color: #333333;
	    font-family: "思源黑体 CN";
	    font-weight: bold;
	    position: relative;
}
.index_h2_hz span:before{
	    width: 15px;
	    height: 20px;
			background: url(../img/index7_icon.png) no-repeat center;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 26px;
}
.index_h2_hz span::after{
	    width: 15px;
	    height: 20px;
	    background: url(../img/index7_icon.png) no-repeat center;
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 26px;
}
.index_h2_hz i{
	    display: block;
	    height: 67px;
	    line-height: 67px;
	    float: right;
	    position: relative;
	    font-size: 14px;
	    color: #333333;
	    font-weight: normal;
	    text-transform: uppercase;
			font-style: normal;
}
.index_h2_hz i:before {
	max-width: 899px;
    width: calc(55vw);
    height: 1px;
    background: #EAEAEA;
    content: "";
    position: absolute;
    left: -49vw;
    top: 34px;
}
.index_hz .swiper-slide{
	border: 1px solid #dedede;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_hz{
	padding-left: 1px;
}
/* 新闻动态 */
.index10{
	padding: 100px 0 65px;
	background-color: #f5f5f5;
}
.index10 .text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index10 .text .news-left{
	width: calc((818 / 1200) * 100%);
}
.index10 .text .news-right{
	width: calc((351 / 1200) * 100%);
}
.index10 h2{
	height: 78px;
}
.index10 h2 i::before{
	content: initial;
}
.index10 h2 span::after{
	content: initial;
}
.index10 h2 span::before{
	content: initial;
}
.index10 h2 span{
	display: block;
	float: left;
	height: 78px;
	line-height: 78px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-left: 32px;
	background: url(../img/index8_icon.png) no-repeat left center;
}
.index10 h2 i{
	    display: block;
	    height: 78px;
	    line-height: 78px;
	    font-size: 14px;
	    color: #333333;
	    font-weight: normal;
	    float: right;
	    text-transform: uppercase;
}
.index10 .txt{
	padding: 35px 40px 2px;
	background-color: #fff;
}
.index10 .txt .uls{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.index10 .txt .uls li{
	width: calc(50% - 4%);
	margin-right: 4%;
}
.index10 .txt .uls li:nth-child(2n){
	margin-right: 0%;
	margin-left: 4%;
}
.index10 .txt .uls li:nth-child(n+3) a{
	border-bottom: 0px solid rgba(0,0,0,0.04);
}
.index10 .txt .uls li a{
	width: 100%;
	display: block;
	font-size: 15px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	padding: 25px 0;
}
.index10 .txt .uls li a:hover{
	color: #febf03;
}
.index10 .txt .uls::after{
	    width: 1px;
	    height: 110px;
	    background: rgba(0,0,0,0.07);
	    content: "";
	    position: absolute;
	    left: 50%;
	    top: 21px;
			transform: translate(-50%,0);
}
.index10 .news-right .uls{
	background-color: #fff;
	padding: 0 35px;
}
.index10 .news-right .uls li a{
	display: block;
	color: #000000;
	font-size: 16px;
	padding: 28px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.index10 .news-right .uls li:last-child a{
	border-bottom: 0px solid #f5f5f5;
}
.index10 .news-right .uls li a:hover{
	color: #febf03;
}
.news_lists{
	height: 470px;
	overflow: hidden;
	background-color: #fff;
}
.news_lists .uls{
	position: relative;
}
/* 底部 */
.footer1{
	height: 90px;
	border-bottom: 1px solid #474747;
	background-color: #323232;
}
.footer_uls{
	align-items: center;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
.footer_uls li{
	width: auto;
	/* width: calc(100% / 8); */
}
.footer_uls li a{
	font-size: 16px;
	color: #c2c2c2;
}
.footer_uls li a:hover{
	color: #febf03;
}
/* 信息地址 */
.footer2{
	border-bottom: 1px solid #474747;
	background-color: #323232;
	padding: 40px 0 30px;
}
.footer2 .an{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer2 .imgs{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	max-width: 100vw;
	width: 460px;
	align-items: center;
}
.footer2 .imgs .text{
	max-width: 300px;
	width: 290px;
	width: auto;
}
.footer2 .imgs .text p{
	color: #c2c2c2;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.footer2 .imgs .text p img{
	margin-right: 20px;
	width: 20px;
	margin: 0 20px 0 0;
}
.footer2 .imgs::after{
	content: "";
	width: 1px;
	height: 112px;
	background-color: #414141;
	position: absolute;
	top: 50%;
	left: 135px;
	transform: translate(-0%,-50%);
}
.footer2 .er{
	width: 260px;
	display: flex;
	justify-content: space-between;
}
.footer2 .er p{
	color: #c2c2c2;
	font-size: 14px;
	padding-top: 14px;
	text-align: center;
}
.footer2 .er img{
	width: 110px;
	height: 110px;
}
/* 版权所有 */
.footer3{
	background-color: #323232;
}
.footer3 p{
	padding: 27px 0 32px;
	color: #c2c2c2;
	font-size: 13px;
	text-align: center;
}
.footer3 p a{
	color: #c2c2c2;
}
.footer3 p a:hover{
	color: #febf03;
}
/* 关于我们 */
.z_banner{
	width: 100%;
	margin: 0 auto;
}
.z_banner img{
	width: 100%;
}
.p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../img/so.png) no-repeat center;
						background-size: 60%;
            float: right;
            cursor: pointer;
						border: 0;
        }
.p1-search-1-inp input {
    border: 0;
}
/* 热门 */
.rm{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ededed;
}
.rm .an{
	display: flex;
	flex-wrap: wrap;
}
.rm p{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 28px 0px 28px 0;
}
.rm a{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 15px;
	margin: 28px 15px 28px 0;
}
.rm_swiper{
	width: calc(100% - 84px - 300px);
	
}
.rm_swiper .swiper-slide{
	width: auto;
}
.rm a:hover{
	color: #febf03;
}
/* 面包屑 */
.mbx{
	margin-top: 20px;
}
.mbx .an{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mbx img{
	margin: 0 20px 0 0;
}
.mbx span{
	font-size: 14px;
	color: #808080;
}
.mbx a{
	font-size: 14px;
	color: #808080;
}
.mbx a:hover{
	color: #febf03;
}
.mbx em{
	font-size: 14px;
	color: #808080;
	margin: 0 6px;
}
input:focus{outline:none;}
/*  */
.about1{
	padding: 40px 0 70px;
}
.about1 .an{
	display: flex;
	flex-wrap: wrap;
}
.about1 .imgs{
	width: 50%;
}
.about1 .imgs img{
	width: 100%;
}
.about1 .text{
	width: 50%;
	padding-left: 40px;
}
.about1 .text h1{
	font-size: 32px;
	color: #333;
	line-height: 1.7;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 20px;
}
.about1 .text p{
	    font-size: 16px;
	    color: #333;
	    line-height: 1.8;
}
/* 产品中心 */
.customer{
	margin-top: 32px;
	margin-bottom: 40px;
}
.nav_left{
	width: 240px;
}
.nav_left>h2{
	font-size: 1.5rem;
	color: #fff;
	background-color: #febf03;
	font-weight: normal;
	padding: 22px 40px;
}
.nav_uls{
	margin-top: 1px;
	margin-bottom: 20px;
}
.nav_uls>li{
	margin-bottom: 2px;
}
.nav_uls>li h3{
	padding: 14px 0px 14px 40px;
	font-weight: normal;
	background-color: #ececeb;
	position: relative;
	font-size: 16px;
}
.nav_uls>li h3::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0%,-50%);
	z-index: 99;
	cursor: pointer;
}
.nav_uls>li h3::before{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0,-50%) rotate(-90deg);
	z-index: 99;
	cursor: pointer;
}
.nav_uls>li.active h3,.nav_uls>li:hover h3{
	background-color: #febf03;
}
.nav_uls>li h3 a{
	display: block;
	color: #666;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-right: 50px;
}
.nav_uls>li.active h3 a,.nav_uls>li:hover h3 a{
	color: #fff;
}
.customer .an{
	display: flex;
	flex-wrap: wrap;
}
.nav_right{
	width: calc(100% - 240px - 30px);
	margin-left: 30px;
}
.nav_right .uls{
	display: flex;
	flex-wrap: wrap;
}
.nav_right>h1,.nav_right>h2{
	display: flex;
	align-items: center;
	border-bottom: 2px solid #febf03;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 28px;
	font-size: 24px;
	color: #464646;
	font-weight: normal;
}
.nav_right .uls li{
	width: calc((100% / 6) - 1%);
	margin-right: 1.16%;
}
.nav_right .uls li:nth-child(6n){
	margin-right: 0%;
}
.nav_right .uls {
	margin: 0 0 10px;
}
.navs_list{
	border: 1px solid #dedede;
	height: 105px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.nav_right .uls li:hover .navs_list{
	border: 1px solid #febf03;
}
.nav_right .uls li p{
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li a,.pagess ul li span{
	    display: inline-block;
	    border: 1px solid #ccc;
	    padding: 2px 9px;
	    margin: 0 3px;
	    line-height: 20px;
	    background: #fff;
	    color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	    display: inline-block;
	    /* border: 1px solid #ccc; */
	    padding: 2px 9px;
	    margin: 0 3px;
	    background: #febf03;
	    color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}
/* 产品 */
.nav_po>div{
	display: none;
}
.txts_uls{
	margin-top: 4px;
	display: none;
}
.nav_uls li.active .txts_uls{
	display: block;
}
.txts_uls>li{
	margin-bottom: 1px;
}
.txts_uls>li h4 a{
	display: block;
	font-size: 15px;
	color: #666666;
	position: relative;
	padding: 14px 0 14px 50px;
	background-color: #ececec;
	font-weight: normal;
}
.txts_uls>li h4 a::after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 25px;
	color: #bababa;
	font-size: 20px;
	transform: translate(-0,-50%);
}
.txts_uls>li h4 a:hover::after{
	color: #fff;
}
.txts_uls>li h4 a{
	font-size: 15px;
	color: #666666;
}
.txts_uls>li h4 a:hover{
	color: #fff;
	background-color: #febf03;
}
.nav_uls>.active2 h3::before{
	content: initial;
}
.nav_fwrx>img{
	width: 100%;
}
.nav_fwrx .txt{
	padding: 15px 10px 20px;
	background-color: #febf03;
}
.nav_fwrx .txt>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_fwrx .txt>div img{
	margin: 0;
}
.nav_fwrx .txt>div p{
	color: #fff;
	margin-left: 6px;
	font-size: 14px;
}
.nav_fwrx .txt h3{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.prodcut1_btns {display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
		.prodcut1_btns p{    background-color: #febf03;color: #fff;
    text-align: center;border-radius: 5px;height: 40px;line-height: 40px;}
		.prodcut1_btns p:hover{background-color: #febf03;}
.prodcut1_btns{display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
.prodcut1_btns{display: none;}
/* 产品右侧 */
.uls_product{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.uls_product li{
	width: calc(32.33%);
	margin-right: 1.31%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}
.uls_product li a{
	width: 100%;
	display: block;
}
.uls_product li a .img{
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}
.uls_product li a .img img{
	width: 100%;
	object-fit: cover;
	transition: all .8s;
}
.uls_product li a .txt{
	padding: 10px 20px;
}
.uls_product li h2{
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 5px;
}
.uls_product li p{
	font-size: 14px;
	display: block;
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
  outline: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}
.uls_product li span{
	display: inline-block;
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
	outline: none;
}
.uls_product li:nth-child(3n){
	margin-right: 0%;
}
.uls_product li:hover{
	border: 1px solid #febf03;
}
.uls_product li:hover img{
	transform: scale(1.1);
}
.uls_product li:hover h2{
	color: #febf03;
}
.uls_product li:hover span{
	color: #febf03;
}
/* 产品详情 */
.product_detailes{
	display: flex;
	flex-wrap: wrap;
}
.product_detailes .img{
	width: 466px;
	height: 336px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_detailes .img img{
	margin: 0 auto;
}
.product_detailes .text{
	width: calc(100% - 466px - 40px);
	margin-left: 40px;
}
.product_detailes .text h1{
	border-bottom:1px solid #e5e5e5;
	font-weight: normal;
	font-size: 24px;
	color: #464646;
	line-height: 1.7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.product_detailes .text h1::after{
	content: initial;
}
.product_detailes .text p{
	line-height: 1.8;
	font-size: 1rem;
	color: #464646;
}
.product_detailes2 >h2{
	position: relative;
	border-bottom: 1px solid #febf03;
	padding-left: 15px;
	margin-top: 30px;
	line-height: 1.7;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.product_detailes2>h2::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 7px;
	background-color: #febf03;
	left: 0;
	
}
.product_detailes3{
	padding-bottom: 20px;
}
.product_detailes3 p{
	line-height: 1.7;
	color: #464646;
}
/* 新闻资讯 */
.nav_right .uls_news li a{
	display: flex;
	flex-wrap: wrap;
	padding: 23px 35px;
	border: 1px solid #dedede;
	align-items: center;
}
.nav_right .uls_news li a .times{
	width: 100px;
}
.nav_right .uls_news li a .times p{
	height: 48px;
	line-height: 48px;
	background-color: #ececeb;
	text-align: center;
	color: #666;
}
.nav_right .uls_news li a .times p:nth-child(1){
	font-size: 24px;
	margin-bottom: 5px;
}
.nav_right .uls_news li a .times p:nth-child(2){
	font-size: 14px;
}
.nav_right .uls_news li a .txt{
	width: calc(100% - 100px - 30px);
	margin-left: 30px;
}
.nav_right .uls_news li a .txt h2{
	color:#4b4a4a;
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
	margin-bottom: 10px;
}
.nav_right .uls_news li a .txt p{
	color: #797979;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}
.nav_right .uls_news{
	margin-bottom: 50px;
}
.nav_right .uls_news li{
	margin-bottom: 20px;
}
.nav_right .uls_news li a:hover .times p{
	background-color: #febf03;
	color: #fff;
}
.nav_right .uls_news li a:hover{
	border:1px solid #febf03;
}
.nav_right .uls_news li a:hover .txt h2{
	color: #febf03;
}
/* 新闻左侧-新闻资讯 */
.nav_productss{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: calc(221px * 2 + 20px);
}
.nav_product h2{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background-color: #febf03;
	padding: 14px 0 14px 40px;
}
.nav_product .uls{
	margin-bottom: 20px;
	position: relative;
}
.nav_product .uls li{
	margin-top: 10px;
}
.nav_product .uls li .imgs{
	overflow: hidden;
	width: 100%;
	height: 180px;
}
.nav_product .uls li .imgs img{
	margin: 0 auto;
	transition: all .5s;
	height: 100%;
	display: block;
}
.nav_product .uls li p{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	background-color: #333;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.nav_product .uls li a:hover .imgs{
	border:1px solid #febf03;
}
.nav_product .uls li a:hover .imgs img{
	transform: scale(1.1);
}
.nav_product .uls li a:hover p{
	background-color: #febf03;
}
/* 新闻详情 */
.news_detailes1>h1{
	margin-bottom: 10px;
	border: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.7;
	color: #464646;
	text-align: center;
	display: block;
}
.news_detailes1>h1::after{
	content: initial;
}
.news_detailes1 .text>p{
	line-height: 1.7;
	color: #464646;
	font-size: 16px;
	margin-bottom: 20px;
}
.news_detailes1 .text img{
	margin: 10px auto 10px;
}
/* 新闻分页 */
.blk{
	margin-bottom: 20px;
}
.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}
.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-pagination-1 dd b {
    float: right;
    font-weight: normal;
}
.p14-pagination-1 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}
.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.p14-pagination-1 dl a {
    color: #4b4a4a;
		text-decoration: none;
		color: #666;
		word-wrap: break-word;
		outline: none;
}
.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}
.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid #febf03;
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}
.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}
.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #febf03;
}
.p14-pagination-1 dl a:hover{
	color: #febf03;
}
.p14-pagination-1-key a:hover{
	color: #febf03;
}
.p14-pagination-1-key a{
	color: #575556;
}
.p14-pagination-1-href a{
	color: #fff;
	/* background: #a2a2a2; */
}
.p14-pagination-1-href a:hover{
	background: #febf03;
}
/* 合作客户 */
.uls_customer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.uls_customer li{
	width: 24%;
	margin-right: 1.31%;
	margin-bottom: 15px;
}
.uls_customer li:nth-child(4n){
	margin-right: 0%;
}
.uls_customer li .imgs{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dedede;
}
.uls_customer li:hover .imgs{
	border: 1px solid #febf03;
}
/* 联系我们 */
 .kfay {
        height: 210px;
        padding-top: 15px;
    }
    
    .kfay dt {
        width: 208px;
        float: left;
        padding: 10px;
    }
    
    .kfay dt img {
        display: block;
        width: 188px;
        height: 188px;
    }
    
    .kfay dd {
			width: 965px;
        width: calc(100% - 228px);
        float: right;
    }
    
    .kfay dd h4 {
        height: 45px;
        margin-top: 32px;
				font-size: 24px;
        color: #000;
        font-weight: bold;
				position: relative;
    }
		.kfay dd h4::after{
			position: absolute;
			content: "";
			width: 20vw;
			height: 3px;
			background-color: #febf03;
			bottom: 0;
			left: 0;
		}
    
    .kfay dd h4 i {
        padding-left: 15px;
        text-transform: uppercase;
				font-size: 16px;
        color: #999999;
    }
    
    .kfay dd p {
			font-size: 16px;
        color: #333333;
        line-height: 30px;
        padding-top: 15px;
    }
/* 详细地址 */
.smjz {
        background: #f9f9f9;
        padding: 30px 0px 10px;
				display: flex;
				flex-wrap: wrap;
				width: 100%;
				margin-top: 70px;
				margin-bottom: 30px;
    }
    
    .smjz li {
        line-height: 30px;
        margin-bottom: 30px;
        color: #333;
        width: 25%;
        text-align: center;
        border-right: 1px dashed #bbb;
        padding: 0 20px 0 20px;
        transition: 0.3s;
    }
    
    .smjz li img {
        width: 70px;
    }
    
    .smjz .qyyj {}
    
    .smjz .qyyj2 {
        border-right: none
    }
    
    .smjz li span {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    
    .smjz li em {
        display: block;
        font-size: 15px;
        font-style: normal;
    }
    
    .smjz li:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
.index6_txts{
	position: relative;
	overflow: hidden;
}
.index6_txts:before{
	content: '';
	    cursor: pointer;
	    position: absolute;
	    left: -100%;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	    background-image: -webkit-linear-gradient(
	0deg
	,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	    transform: skewx(
	-25deg
	);
}
.index6_txts:hover:before{
	left: 100%;
	transition: all 0.8s;
}
.index10 .txt .imgs{
	overflow: hidden;
	max-height: 282px;
	height: 282px;
}
.index10 .txt .imgs a{
	display: block;
	max-height: 282px;
	height: 282px;
	overflow: hidden;
}
.index10 .txt .imgs a img{
	max-height: 282px;
	transition: all .8s;
	object-fit: cover;
}
.index10 .txt .imgs a:hover img{
	transform: scale(1.1);
}
/* 地图 */
#allmap{
	width: 100%;
	height: 28vw;
	min-height: 200px;
}
.contact{
	margin-top: 40px;
	margin-bottom: 70px;
}
/* 搜索 */
.search1{
	margin: 40px 0 70px;
}
.None{
	text-align: center;
	padding:0;
	font-size: 1.25rem;
	line-height: 1.7;
	color: #ccc;
	margin: 0;
	position: relative;
	margin-top: 160px;
	margin: 160px auto 0;
}
.None::before{
	position: absolute;
	top: -160px;
	left: 50%;
	transform: translate(-50%,-0%);
	content: "";
	display: block;
	margin: 0 auto;
	max-width: 150px;
	width: 100%;
	width: 150px;
	background: url(../img/Box.png) no-repeat center;
	background-size: 100%;
	height: 200px;
}			
.xnznr-search-1-tit {
    border-bottom: 1px solid #ccc;
}
.xnznr-search-1-tit h3 {
    width: 145px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #febf03;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 24px;
}
.search1 .uls{
	margin-top: 20px;
	margin-bottom: 30px;
}
.search1 .uls li{
	width: 100%;
}
.search1 .uls li a{
	display: flex;
	flex-wrap: wrap;
	padding: 23px 0;
	clear: both;
	border-bottom: 1px solid #cbcbcb;
	width: 100%;
}
.search1 .uls li a .imgs{
	width: 216px;
	overflow: hidden;
}
.search1 .uls li a .imgs img{
	width: 100%;
	object-fit: cover;
	transition: all .5s;
}
.search1 .uls li a .text{
	width: calc(100% - 216px);
	padding-left: 40px;
}
.search1 .uls li a .text h2{
	line-height: 1.7;
	font-size: 18px;
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
	outline: none;
	font-weight: normal;
}
.search1 .uls li a .text p{
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
}
.search1 .uls li a:hover .imgs img{
	transform: scale(1.1);
}
.search1 .uls li a:hover h2{
	color: #febf03;
}
.search1 .uls li a:hover{
	border-bottom: 1px solid #febf03;
}
/* 修改-头部 */
.logo2{
	display: none;
}
.list_uls {
    position: fixed;
    width: 100%;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    z-index: 1000;
    display: none;
    height: 100%;
		overflow: auto;
}
.list_uls_uls{
	display: none;
}
.index_hz .swiper-slide:hover{border: 1px solid #febf03;}
/* 荣誉资质 */
.uls_innovation{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.uls_innovation li{
	position: relative;
	width: calc(24%);
	margin-right: 1.16%;
	margin-bottom: 20px;
}
.uls_innovation li:nth-child(4n){
	margin-right: 0;
}
.uls_innovation li img {
  width: 100%;
  border: 8px solid #febf03;
  position: relative;
  z-index: 99;
}
.uls_innovation li img:hover{
	border: 8px solid #ddd;
}
.uls_innovation li p{
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	padding: 0 20px;
}
.uls_innovation li em{
	display: block;
	width: 100%;
	height: 17px;
	background: url(../img/abo-yy.png) no-repeat center;
}
/* 右侧悬浮 */
.client-2 {
  position: fixed;
  right: -158px;
	margin-top: -126px;
	margin-top: -88px;
  top: 50%;
  z-index: 400;
}
.client-2 li a {
  text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}
        
.client-2 li i {
	background: url(../img/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
        
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
        
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
        
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
        
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
        
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
        
.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}
        
.client-2 .my-kefu-ftop {
  display: none;
}
        
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;	
}
.client-2 .my-kefu-ftop .my-kefu-main{
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 70px;
	height: 47px;
	position: relative;
}
        
.client-2 .my-kefu-tel-right {
	font-size: 18px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
								
.client-2 .my-kefu-right {	
	width: 20px;
}
        
.client-2 .my-kefu-tel-main {
	background: #febf03;
	color: #fff;
	height: 60px;
	width: 230px;
	padding:9px 0 0;
	float: left;
}
        
.client-2 .my-kefu-main {
  background: #febf03;
  width: 97px;
  height: 60px;
  position: relative;
  padding:9px 0 0;
  float: left;
}
        
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
        
.my-kefu-weixin-pic img {
		width: 115px;
		height: 115px;
}
.client-2 li{
	left: 0;
	transition: left 0.5s;
}
.client-2 li:hover{
	left: -20px;
}
.client-2 .my-kefu-tel{
	left: 0;
	transition: left 0.5s;
}
.client-2 .my-kefu-tel:hover{
	left: -153px;
}
.client-2 .my-kefu-main:hover .my-kefu-weixin-pic{
	display: block;
	opacity: 1;
}
.client-2 .my-kefu-weixin-pic{
	transition: all 0.5s 0.5s;
	opacity: 0;
}

/* 适配 */
@media (max-width:1300px) {
	.w1200{padding-left: 20px !important;padding-right: 20px !important;}
	.index_rys{margin: 0 30px;}
	.index_case .swiper-slide{width: auto;padding: 11px 82px;}
}
@media (max-width:768px){
	/* 头部 */
	header{position: fixed;z-index: 999;top: 0;left: 0;background-color: #fff;width: 100%;}
	.header1{display: none;}
	.header3{display: none;}
	.header2 .an .text h2{display: none;}
	.tel{display: flex;}
	/* .tel p{display: none;} */
	.header2 .an .text{width: 236px;}
	.logo{display: none;}
	.logo2{display: block;}
	.tel{display: none;}
	.tel a{font-size: 14px;}
	.tel p{font-size: 14px;}
	.tel p img{display: none;}
	.nav_list1{display: block;margin: 0;}
	.header2 .an{height: 70px;}
	/* 移动端导航 */
	.list_uls{background-color: #fff;height: 100%;	display: block;}
		.list_uls .text{background: #333;width: 100%;position: relative;height: 68px;line-height: 68px;}
		.list_uls .text h3{font-size: 1.125rem;color: #fff;text-align: center;}
		.list_uls .text .x{position: absolute;width: 55px;height: 100%;top: 50%;right: 0;z-index: 1000;transform: translate(0,-50%);}
		.list_uls .text .x::after{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%;background-color: #fff;}
		.list_uls .text .x::before{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(135deg);top: 50%;left: 50%;background-color: #fff;}
	 .list_uls .uls>li>a{display: block;padding: 20px 0px 20px 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);position: relative;}
	 .list_uls .uls>li{position: relative;}
	  .list_uls .uls>li::after{position: absolute;content: ">";width: 62px;height: 62px;transition: all 0.5s;top: 0%;right: 0px;display: flex;justify-content: center;align-items: center;font-size: 28px;}
		.list_uls .uls>li.active::after{transform:rotate(90deg);}
	 .list_uls_uls>li>a{display: block;padding: 20px 0px 20px 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}	 
	/* 首页内容 */
	main{margin-top: 70px;}
	/* 首页-科诺优势 */
	.index2{padding: 20px 0;}
	.index_txt h2{font-size: 1.25rem;}
	.index_txt p{font-size: 1rem;}
	.index_ys .swiper-slide>div{width: calc(100vw - 40px);}
	.index_ys h3{font-size: 1rem;padding: 0;}
	.index_ys{margin-top: 15px;}
	.index_ys .swiper-slide .active .imgs{background: url(../img/index_img.png)no-repeat center;background-size: 100%;}
	.index_ys .swiper-slide .imgs{width: 70px;height: 70px;background: url(../img/index_img2.png)no-repeat center;background-size: 100%;}
	/* 首页-产品中心 */
	.index3{padding: 20px 0;}
	.index3 .text{margin-top: 15px;}
	.index3 .text>a{width: 100%;}
	.index3 .text .uls{width: 100%;}
	.index3 .text .uls li{width: 100%;}
	/* 首页-客户案例 */
	.index4{padding: 20px 0;}
	.index_case{margin-top: 15px;}
	.index_case .swiper-slide{padding: 8px 36px;}
	.index_case .swiper-slide{font-size: 16px;}
	.index_case_detailes{margin-top: 15px;}
	.index_case_detailes>a{width: 100%;}
	.index_case_detailes .uls{width: 100%;margin: 10px 0 0;}
	.index_case_detailes>a p{font-size: 16px;padding: 15px 20px;}
	.index_case_detailes .uls li a p{font-size: 16px;padding: 15px 20px;}
	/* 首页-广告 */
	/* .index5{display: none;} */
	.index5{background: none;background-color: #eee;padding: 20px 0;height: auto;}
	.index5 .text ul li{width: 50%;}
	.index5 .text h3{font-size: 18px;height: auto;line-height: 1.7;padding-top: 0;}
	.index5 .text{width: 100%;}
	.index5 .text2{width: 100%;}
	.index5 .an{flex-wrap: wrap;}
	.index5 .text ul{flex-wrap: wrap;}
	.index5 .text2 p{color: #333;margin-top: 3px;}
	.index5 .text2 i{color: #333;}
	.index5 .text2 a{margin-top: 10px;}
	.index5 .text2 a:hover{background: #febf03;color: #fff;}
	.index5 .text2>div{display: flex;flex-wrap: wrap;align-items: center;margin-top: 5px;}
	/* 首页-实力制造 */
	.index6{padding: 20px 0;}
	.index6_txts .texts .txt1{width: 100%;}
	.index6_txts .texts .txt2{width: 100%;}
	.index6_txts .texts{padding: 10px;}
	.index6_txts .texts .txt1 h2{font-size: 16px;}
	.index6_txts>img{min-height: 200px;}
	.index6_txts .texts .txt2 p{font-size: 14px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;}
	.index_zz{margin-top: 15px;}
	.index6_txts .texts .txt1>img{display: none;}
	.index_zz .swiper-slide{width: 100%;}
	/* 首页-关于我们 */
	.index7{padding-bottom: 0;}
	.index7 .an{margin-top: 0;padding: 20px 0;}
	.index7 .text{margin-top: 15px;}
	.index7 .text p{font-size: 0.875rem;}
	.index_rys{margin-top: 15px;}
	/* 首页-服务流程 */
	.index8{padding: 20px 0;}
	.index_liuc{margin-top: 15px;}
	.index_liuc .swiper-slide .txt p{font-size: 16px;}
	.index_liuc .swiper-slide .txt{width: 130px;height: 130px;}
	/* 首页-合作客户 */
	.index9{padding: 20px 0;}
	.index_h2_hz i:before{content: initial;}
	.index_h2_hz{margin-bottom: 15px;}
	.index_h2_hz{height: 56px;}
	.index_h2_hz span{font-size: 1.25rem;height: 40px;line-height: 40px;}
	.index_h2_hz i{height: 40px;line-height: 40px;}
	.index_h2_hz{height: 40px;}
	.index_h2_hz span:before{top: 50%;transform: translate(-0,-50%);}
	.index_h2_hz span::after{top: 50%;transform: translate(-0,-50%);}
	/* 首页-新闻动态 */
	.index10{padding: 20px 0;}
	.index10 h2{height: auto;}
	.index10 .text .news-left{width: 100%;}
	.index10 .text .news-right{width: 100%;}
	.index10 .text .news-left>h2,.index10 .text .news-right>h2{height: 38px;margin-bottom: 10px;margin-top: 15px;}
	.index10 h2 span{height: 38px;font-size: 16px;line-height: 38px;}
	.index10 h2 i{height: 38px;font-size: 14px;line-height: 38px;}
	.index10 .txt{padding: 10px 20px;}
	.index10 .txt .uls li{width: 100%;margin: 10px 0 0;}
	.index10 .txt .uls li a{padding: 10px 0; font-size: 14px;}
	.index10 .txt .uls li:nth-child(2n){margin-left: 0;}
	.index10 .news-right .uls li a{padding: 10px 0; font-size: 14px;}
	.index10 .news-right .uls{padding: 0 20px;}
	.index10 .txt .imgs{height: auto;}
	.index10 .txt .imgs a{height: auto;}
	.index10 .txt .uls{margin-top: 10px;}
	.index10 .txt .uls li{margin-top: 0;}
	/* 热搜 */
	.rm_swiper{width: calc(100% - 85px);}
	.rm .an{padding: 20px 0;}
	.rm p{margin: 0;}
	.rm a{margin: 0 15px 0 0;}
	.p1-search-1-inp{margin: 15px 0 0;}
	/* 底部 */
	.footer1{display: none;}
	.footer2 .imgs{width: 100%;}
	.footer2 .imgs::after{content: initial;}
	.footer2 .imgs>a{display: block;width: 100%;}
	.footer2 .imgs .text{max-width:100vw;width: 100%;padding: 10px 0;}
	.footer2 .imgs .text p{padding: 10px 0 0;}
	.footer2 .er{margin: 0 auto;margin-top: 20px;}
	.footer2{padding: 20px 0 20px;}
	.footer3 p{padding: 10px 0;}
	/* 搜索 */
	.search1{margin: 20px 0 40px;}
	.search1 .uls li a{padding: 10px 0;}
	.search1 .uls li a .imgs{width: 100%;}
	.search1 .uls li a .imgs img{width: auto;margin: 0 auto;}
	.search1 .uls li a .text{width: 100%;padding: 15px 0 0;}
	.search1 .uls li a .text h2{font-size: 1rem;}
	/* 关于我们 */
	.about1{padding: 20px 0;}
	.about1 .imgs{width: 100%;}
	.about1 .text{width: 100%;padding: 10px 0 0;}
	.about1 .text h1{font-size: 1.125rem;margin-bottom: 10px;}
	.about1 .text p{font-size: 14px;}
	/* 产品 */
	.nav_left{margin: 0 auto;}
	.nav_right{width: 100%;margin: 10px 0 0;}
	/* 产品列表 */
	.customer{margin-bottom: 20px;}
	.nav_left{margin: 0 auto;}
	.nav_right{width: 100%;margin-left: 0;}
	.nav_left>h2{font-size: 18px;padding: 12px 24px;}
	.prodcut1_btns {display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
	.prodcut1_btns p{    background-color: #febf03;color: #fff;
	text-align: center;border-radius: 5px;height: 40px;line-height: 40px;}
	.prodcut1_btns p:hover{background-color: #febf03;}
	.nav_po{position: fixed;top: 0;left: 100%;height: 100%;width: 100%;z-index: 1000;display: flex;background-color: #fff;transition: all 0.5s;}
	.nav_po>div{display: flex;align-content: center;width: 40px;align-items: center;font-size: 20px;justify-content: center;background-color: #f5f5f5;}
	 .nav_po>div span{display: block;padding: 10px;color: #333;}
	 .prodcut1 .text .uls{width: calc(100% - 40px);border-radius: 0;padding-top: 0;overflow: auto;}
	 .prodcut1 .text .uls li a{width: 100%;}
	 .prodcut1_btns{display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
	 .nav_uls{width: 100%;overflow: auto;}
	 .nav_news h2{font-size: 18px;padding: 12px 0 12px 24px;}
	 .nav_fwrx .txt{padding: 10px 10px;}
	 .nav_fwrx .txt h3{font-size: 20px;}
	 .nav_right{margin-top: 20px;}
	 .nav_right>h1,.nav_right>h2{font-size: 18px;margin-bottom: 20px;}
	 .uls_products li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	 .uls_products li a .imgs{height: 200px;}
	 .uls_products li a .imgs img{height: 100%;}
	 .uls_products li a h2{font-size: 1rem;text-align: center;}
	 .uls_products{margin-bottom: 0px;}
	 .pagess ul li a{font-size: 14px;}
	 .uls_product li{width: 100%;margin-right: 0;}
	 .uls_product li h2{font-size: 1rem;}
	 /* 产品详情 */
	 .nav_right>h2{font-size: 18px;margin-bottom: 20px;}
	 .product_detailes .img{width: 100%;height: auto;}
	 .product_detailes .text{width: 100%;margin-left: 0;}
	 .product_detailes .text h1{margin-top: 10px;font-size: 1rem;text-align: center;justify-content: center;}
	 .product_detailes .text p{font-size: 14px;}
	 .product_detailes2 >h2{margin: 20px 0;font-size: 16px;}
	 .product_detailes3 p{font-size: 14px;}
	 /* 新闻列表 */
	 .nav_right .uls_news li a .txt{width: 100%;margin-left: 0;}
	 .nav_right .uls_news li a .times{display: none;}
	 .nav_right .uls_news li a{padding: 15px;}
	 .nav_right .uls_news{margin-bottom: 0;}
	 .nav_product h2{font-size: 18px;padding: 12px 0 12px 24px;}
	 .nav_product .uls li p{font-size: 14px;}
	 /* .nav_product .uls li .imgs{padding: 10px;} */
	 .nav_right .uls_news li a .txt h2{font-size: 16px;}
	 /* 新闻详情 */
	 .news_detailes1>h1{font-size: 16px;}
	 .news_detailes1 .text>p{font-size: 0.875rem;}
	 .uls_customer li{width: calc(49%);}
	 .uls_customer li:nth-child(2n){margin-right: 0;}
	 .p14-pagination-1 dl{padding-right: 0;}
	 /* 联系我们 */
	 .kfay dt{float: none;margin: 0 auto;display: none;}
	 .kfay dd h4{margin-top: 15px;font-size: 18px;height: 36px;}
	 .kfay dd p{font-size: 14px;}
	 .kfay dd{width: 100%;}
	 .contact{margin-top: 20px;margin-bottom: 20px;}
	 .smjz li{width: 100%;border: 0;}
	 .smjz{margin-bottom: 20px;}
	 .news_lists{height: 280px;}
	 /* 荣誉资质 */
	 .uls_innovation li{width: 100%;margin: 0 0 10px;}
	 /* 右侧悬浮 */
	 .client-2{display: none!important;}
}

/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
