* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#headerx {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
}

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;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table,
table th,
table td {
	border: 1px solid #ddd;
}

table th,
table td {
	padding: 6px;
}

table th {
	background-color: #eee;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

li,
ul,
ol {
	list-style: outside none;
}

.index_ystxt {
	*zoom: 1;
}

.index_ystxt:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.w1200 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.swiper {

	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.lang {
	text-align: center;
	padding: 15px;
}

/* 头部 */
.header1 {
	background-color: #f4f4f4;
}

.header1>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header1 p {
	padding: 8px 0;
	color: #666;
	font-size: 14px;
	line-height: 2.0;
}

/* 头部2 */
.header2 .an {
	display: flex;
	align-items: center;
	height: 90px;
}

.header2 .an .text {
	display: flex;
	justify-content: space-between;
	height: 50px;
	/* 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;
}

.header2 .text img {
	display: inline-block;
}

.logo_txt {
	border-left: #ccc solid 1px;
	/* margin-left: 20px; */

	display: inline-block;
}

.logo_txt h3 {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}

.logo_txt h5 {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
}

.tel p {
	font-size: 20px;
	color: #333;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 600;
}

.tel p img {
	margin-right: 10px;
}

.tel a {
	display: block;
	text-align: right;
	font-weight: bold;
	/* color: #f0a400; */
	color: #6869ac;
	font-size: 14px;
	line-height: 1.2;
}

.nav_list1 {
	display: none;
}

/* 头部3 */
.header3 {
	width: 100%;
	background-size: cover;
}

.header3 .uls {
	display: flex;
	align-items: center;
}

.header3 .uls>li {
	width: 150px;
	position: relative;
	/*padding: 20px 0;*/
	display: inline-block;
}

.header3 .uls>li>a {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;

	font-size: 18px;
	height: 64px;
	line-height: 64px;
}

.header3 .uls>li::after {
	position: absolute;
	content: "";
	width: 0%;
	background: #6869ac;
	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 {
	display: block;
}

.header3 .uls>li:hover,
.header3 .uls>li.active {}

.header3_uls>li>.sub1 {
	position: absolute;
	top: 0;
	left: 100%;
	border-left: #eee solid 1px;
	border-right: #eee solid 1px;
	display: none;
}

.header3_uls>li>.sub1>li {
	border-bottom: #eee solid 1px;
}

.header3_uls>li>.sub1>li>a {
	display: block;
	white-space: nowrap;
	background-color: #fff;
	padding: 16px;
	text-align: center;
}

.header3_uls>li:hover>.sub1 {
	display: block;
}

.header3_uls>li>a:hover {
	color: #434343;
	font-weight: bold;
}

.header3_uls {
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	z-index: 500;
}

.header3_uls>li {
	border-bottom: #eee solid 1px;
}

.header3_uls>li>a {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 16px 0 16px 0px;
	text-align: center;
}

/*zj herder*/
/* 头部3 */
.zjnav {
	width: 100%;
	background: #6869ac;
	background-size: cover;
}

.zjnav .uls {
	display: flex;
	align-items: center;
}

.zjnav .uls>li {
	width: calc(100% / 8);
	position: relative;
	/*padding: 20px 0;*/
	display: inline-block;
}

.zjnav.uls>li>a {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 18px;
	height: 64px;
	line-height: 64px;
}

.zjnav .uls>li::after {
	position: absolute;
	content: "";
	width: 0%;
	background: #6869ac;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 1s;
}

.zjnav .uls>li.active::after,
.zjnav .uls>li:hover::after {
	width: 100%;
}

.zjnav .uls>li.active>a,
.zjnav .uls>li:hover>a {
	background: #6869ac;
	display: block;
}

.zjnav .uls>li:hover,
.zjnav .uls>li.active {
	background: #6869ac;
}

.zjnav_uls>li>.sub1 {
	position: absolute;
	top: 0;
	left: 100%;
	border-left: #eee solid 1px;
	border-right: #eee solid 1px;
	display: none;
}

.zjnav_uls>li>.sub1>li {
	border-bottom: #eee solid 1px;
}

.zjnav_uls>li>.sub1>li>a {
	display: block;
	white-space: nowrap;
	background-color: #fff;
	padding: 16px;
	text-align: center;
}

.zjnav_uls>li:hover>.sub1 {
	display: block;
}

.zjnav_uls>li>a:hover {
	color: #434343;
	font-weight: bold;
}

.zjnav_uls {
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	z-index: 500;
}

.zjnav_uls>li {
	border-bottom: #eee solid 1px;
}

.hzjnav_uls>li>a {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 16px 0 16px 0px;
	text-align: center;
}

/* 移动端头部 */
.list_uls {
	position: fixed;
	left: 100%;
}

.header3_uls {
	display: none;
}

.header3 .uls>li:hover .header3_uls {
	display: block;
}

/* 公司优势 */
.index2 {
	padding: 80px 0 80px;
}

.index_txt {
	text-align: center;
}

.index_txt h2 {
	display: inline-block;
	font-size: 32px;
	color: #333;
	text-align: center;
	line-height: 2.0;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
	/* font-weight: normal; */
}

.index_txt h2 a {
	color: #333;
}

.index_txt h2 a:hover {
	color: #6869ac;
}

.index_txt p {
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	text-align: center;
	margin: auto;
	width: 75%;
}

.index_ys .swiper-slide {
	width: 25%;
	border-right: #ddd solid 1px;
}

.index_ys .swiper-slide:last-child {
	border-right: none;
}

.index_ys .swiper-slide>div {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.index_ys .swiper-slide .imgs {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	/* background: url(../images/index_img2.png) no-repeat; */
	transition: all 0.5s ease-in-out 0s;
}

.index_ys .swiper-slide .imgs img {
	transition: all 0.5s;
}

@media (min-width:768px) {
	/* 	.index_ys .swiper-slide .imgs{width: 146px;height: 142px;background-size: cover !important;}
	.index_ys .swiper-slide .imgs img{width: 100%;height: 100%;} */
}

.index_ys .swiper-slide .active .imgs {
	/* 	background: url(../images/index_img.png) no-repeat;
	transform: rotateY(	180deg); */
}

.index_ys {
	margin-top: 60px;
}

.index_ys h3 {
	font-size: 20px;
	color: #262626;
	line-height: 2;
	overflow: hidden;
	text-align: center;
	padding: 15px 0 0;
	/* font-weight: normal; */
}

.index_ys p {
	font-size: 16px;
	color: #333;
	line-height: 2;
	overflow: hidden;
	text-align: center;
	margin-top: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_ystxt {
	width: 80%;
	margin: 60px auto 0;
	position: relative;
}

.index_ystxt01 {
	background: #0a59b5;
	border-radius: 50px;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	/* position: relative; */
	z-index: 1;
	width: 100%;
}

.index_ystxt01 p {
	font-size: 16px;
	text-align: left;
	color: #fff;
	padding-left: 45px;
	padding-right: 15%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_ystxt02 {
	background: #817fc0;
	border-radius: 50px;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	position: absolute;
	z-index: 2;
	width: 15%;
	top: 0;
	/* left: 64%; */
	right: 0;
}

.index_ystxt02 p {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.index_ystxt02 p a {
	color: #fff;
}

@media (max-width:768px) {
	.index_ystxt {
		width: 100%;
		margin: 30px auto 0px;
	}

	.index_ystxt01 {
		padding: 0 10px;
	}

	.index_ystxt01 p {
		padding-left: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 10px
	}

	.index_ystxt02 {
		float: none;
		width: 100%;
		margin-top: 20px;
		position: relative;
	}
}

/* 产品中心 */
.index3 {
	padding: 65px 0 65px;
	background-color: #f5f5f5;
}

.index3 .uls_product li {
	width: calc(24.01%);
}

.index3 .uls_product li:nth-child(3n) {
	margin-right: 1.31%;
}

.index3 .uls_product li:nth-child(4n) {
	margin-right: 0;
}

.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%; */
width: 100%;
display: flex;
flex-wrap: wrap;
}

.index3 .text .uls li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #dedede;
}

.index3 .text .uls li a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index3 .text .uls li a .img {
	width: 100%;
	max-height: 230px;
	overflow: hidden;
}

.index3 .text .uls li a .img img {
	width: 100%;
	object-fit: cover;
	transition: all .8s;
}

.index3 .text .uls li:hover img {
	transform: scale(1.1);
}

.index3 .text .uls li a p {
	text-align: center;
	font-size: 16px;
	color: #333;
	height: 55px;
	line-height: 55px;
}

*/

/* 客户案例 */
.index4 {
	padding: 60px 0 80px;
}

.news_box {
	background: #f3f3f3 url(../images/news_bg.jpg) no-repeat center;
	background-size: cover;
}

.news_box h2.t1 {
	font-size: 40px;
	color: #000;
}

.news_box .swiper_warp {
	width: calc(100%);
	position: relative;
}

.news_box .swiper_warp .img_ps {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.floor.s1.news_box .box {
	padding-left: 52%;
}

.case_boxs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.case_box1 {
	width: 67%;
}

.case_box2 {
	width: 33%;
	background: #f6f6f6;
}

.case_box1 h2 {
	font-size: 40px;
	color: #000;
	padding: 20px 0 28px;
}

.case_box1 .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.case_box1 .img img {
	max-width: 100%;
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all 0.8s;
	object-fit: cover;
	height: 651px;
}

.case_box1 .img a:hover img {
	transform: scale(1.1);
}

.case_box2 h6 {
	text-align: right;
	padding: 40px 0 30px;
}

.case_box2 h6 a {
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	margin-left: 20px;
	font-size: 18px;
	color: #941415;
	background: #DEDEDE;
	border-radius: 19px;
	line-height: 38px;
	transition: .3s;
}

.case_box2 h6 a.active {
	background: #941415;
	color: #fff;
}

.case_box2 .list ul {
	width: 100%;
	background-color: #fff;
}

.case_box2 .list ul li {
	border-bottom: 1px solid #ebebeb;
}

.case_box2 .list ul li a {
	display: flex;
	padding: 31px 40px;
	width: calc(100% - 20px);
	transition: .3s;

}

.swiper-container2 {
	overflow: hidden;
}

.case_box2 .list ul li h4 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	margin: 20px 0 0px;
	height: 38px;
	font-weight: normal;
}

.case_box2 .list ul li .text {
	width: calc(100% - 10px);
	margin-right: 20px;
}

.case_box2 .list ul li .text p {
	color: #333;
	line-height: 30px;
	font-size: 14px;
	background: url(../images/arr_a.png) no-repeat 70px 8px;
}

.times {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 212px;
	height: 100px;
	font-size: 14px;
	text-align: center;
	color: #0957b8;
	transition: .3s;
}

.times i {
	font-size: 14px;
	line-height: 22px;
}

.times em {
	font-size: 24px;
}

.case_box2 .list ul li a:hover {
	background-color: #6869ac;
}

.case_box2 .list ul li a:hover .text h4 {
	color: #fff;
}

.case_box2 .list ul li a:hover .times {
	color: #6869ac;
}

.case_box2 .list ul li.on a {
	background-color: #6869ac;
}

.case_box2 .list ul li.on a .text h4 {
	color: #fff;
}

.case_box2 .list ul li.on a .text p {
	color: #ccc;
	font-size: 14px;
}

.case_box2 .list ul li.on a .times {
	color: #3fa1e2;
}

.case_box2 .list ul li {
	position: relative;
	width: 100%;
	z-index: 999;
	background: #f6f6f6;
}

.case_box2 .list ul li a {
	position: relative;
	z-index: 999;
}

.case_box2 .list ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0rem;
	bottom: 0rem;
	background: #6869ac;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.swiperss {
	overflow: hidden;
}

.case_box2 .list ul li.on::after {
	opacity: 1;
	left: -10px;
}

.downIco img {
	cursor: pointer;
}

.downIco2 {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.downIco2.on {
	display: none;
}

/* 横版广告 */
.index5 {
	background: url(../images/hb_bg.jpg) no-repeat center 0;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 30px;
	background-size: cover;
	background-position: bottom;
}

.index5 .an {}

.index5 .index_txt h2,
.index5 .index_txt p {
	color: #fff;
}

.index_hbcon {
	margin-top: 50px;
}

.index_hbcon1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
	margin-bottom: 94px;
	align-items: flex-start;
}

.index_hbcon1 dl {
	width: calc(22%);
}

.index_hbcon1 dl dt {
	margin-bottom: 30px;
}

.index_hbcon1 dl dd h4 {
	font-size: 22px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_hbcon1 dl dd p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.index_hbcon2 {
	display: flex;
	/* justify-content: space-between; */
}

.index_hbcon2_l {
	/* 	display: flex;
	flex-wrap: wrap; */
	margin-top: 43px;
	margin-right: 16%;
}

.index_hbcon2_l li {
	display: inline-block;
}

.index_hbcon2_l li:first-child {
	background: url(../images/hb_tel.png) left no-repeat;
	margin-right: 80px;
}

.index_hbcon2_l li:first-child h5 {
	font-size: 32px;
	color: #fff;
	height: 45px;
	padding-left: 60px;
	line-height: 50px;
}

.index_hbcon2_l li:last-child {
	background: url(../images/hb_phone.png) left no-repeat;
}

.index_hbcon2_l li:last-child h5 {
	font-size: 32px;
	color: #fff;
	height: 45px;
	padding-left: 60px;
	line-height: 45px;
}

.index_hbcon2_l p {
	text-align: left;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.index_hbcon2_r {
	width: 15%;
	background: #817fc0;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	margin-top: 65px;
	text-align: center;
}

.index_hbcon2_r a {
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: bold;
}

/* 关于我们 */
.index6 {
	width: 1100px;
	margin: auto;
	margin-bottom: 30px;
	padding-top: 90px;
}

.index6 .text {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;

}

.index6 .text .img {
	width: calc(100%);
}

.index6 .text .txt {
	padding: 30px 50px;
	width: calc(100%);
}

.index6 .text .txt h4 {
	color: #000;
	font-size: 28px;
	line-height: 2;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
}

.index6 .text .txt p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.index_more {
	width: 120px;
	border-radius: 30px;
	background: #817fc0;
	text-align: center;
	margin-top: 30px;
}

.index_more a {
	padding: 8px 15px;
	display: block;
	color: #fff;
}

.index_more:hover {
	background: #333;
	color: #fff;
	transition: all 1s;
}

/* 广告 */
.index7 {
	background: url(../images/gg.png) no-repeat center 0;
	height: 280px;
	overflow: hidden;
	padding-top: 90px;
}

.index7 .an {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index7 .text {
	width: auto;
}

.index7 .text ul {
	display: flex;
	align-items: center;
}

.index7 .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;
}

.index7 .text h3 {
	font-size: 26px;
	color: #333;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 20px 0 0;
}

.index7 .text2 {
	width: auto;
}

.index7 .text2 p {
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	text-transform: uppercase;
}

.index7 .text2 i {
	display: block;
	font-style: normal;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.index7 .text2 a {

	margin-top: 32px;
	font-size: 14px;
	color: #fff;
	display: block;
	width: 120px;
	height: 38px;
	line-height: 36px;
	overflow: hidden;
	background: #6869ac;
	border-radius: 30px;
	padding: 0 6px 0 22px;
	display: flex;
	align-items: center;
}

.index7 .text2 a:hover {
	background-color: #eee;
	color: #333;
}

.index7 .text2 a em {
	width: 26px;
	height: 26px;
	display: block;
	line-height: 0;
	border-radius: 50%;
	margin-top: 1px;
	margin-left: 10px;
}

/* 荣誉资质 */
.index8 {
	padding: 50px 0 80px;
}

.index_rys {
	margin-top: 60px;
	margin-bottom: 10px;
	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: #f78429;
}

.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: #f78429;
}

.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 img {
	width: 100%;
}

.index_ry .swiper-slide em {
	display: block;
	width: 100%;
	height: 17px;
	background: url(../images/abo-yy.png) no-repeat center;
	background-size: cover;
}

.index_ry .swiper-button-prev,
.index_ry .swiper-button-next {
	display: none;
}

.index8 {
	position: relative;
}

.index_botton {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -0%);
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

@media (min-width:1200px) {
	.index_rys {
		max-width: 900px;
		width: 100%;
		margin: 60px auto 10px !important;
	}

	.index_botton {
		bottom: 30px;
	}

	.index_rys .prev {
		right: -100px;
	}

	.index_rys .next {
		left: -100px;
	}

	.swiper {
		width: 1100px;
		margin: auto;
	}
}

@media (min-width:1400px) {
	.index_rys {
		max-width: 1200px;
		width: 100%;
		margin: 60px auto 10px;
	}

	.index_botton {
		bottom: 10px;
	}

	.index_rys .prev {
		right: -100px;
	}

	.index_rys .next {
		left: -100px;
	}
}

/* 新闻资讯 */
.index9 {
	padding: 70px 0;
}

.text_center {
	margin-left: auto;
	margin-right: auto;
}

.index9 .uls {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.index9 .uls li {
	width: 49%;
	margin-right: 2%;
	background-color: #f6f6f6;
	padding: 20px;
	margin-bottom: 20px;
}

.index9 .uls li:nth-child(2n) {
	margin-right: 0%;
}

.index9 .uls li a {
	display: flex;
	flex-wrap: wrap;
}

.index9 .uls li a .img {
	width: 40%;
	overflow: hidden;
}

.index9 .uls li a .img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.index9 .uls li a .text {
	width: 60%;
	padding-left: 30px;
}

.index9 .uls li a .text h3 {
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.index9 .uls li a .text p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
	color: #000;
	height: 72px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}

.index9 .uls li a .text>div {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.7;
	color: #e79531;
}

.index9 .uls li a .text h3,
.index9 .uls li a .text>div {
	transition: .5s;
}

.index9 .uls li a:hover .text h3,
.index9 .uls li a:hover .text>div {
	color: #6869ac;
}

.index9 .uls li a:hover .img img {
	transform: scale(1.1);
}

/*mobie footer*/
#footer {
	display: none;
}

@media (max-width: 768px) {
	#footer {
		width: 100%;
		position: fixed;
		bottom: 0px;
		left: 0px;
		height: 50px;
		overflow: hidden;
		z-index: 9999;
		text-align: center;
		display: block;
		background: #622f79;
	}

	#footer .footerbox {
		max-width: 640px;
		width: 100%;
		height: 50px;
		margin: 0px auto;
		position: relative;
	}

	#footer .footerlist {
		max-width: 640px;
		width: 100%;
		height: 50px;
		overflow: hidden;
		position: absolute;
		left: 0px;
		border-top: 0px;
	}

	#footer ul {
		display: block;
		float: left;
		width: 100%;
	}

	#footer ul li {
		display: block;
		text-align: center;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-left: 0px;
		position: relative;
		width: 50%;
		height: 50px;
		float: left;
	}

	#footer ul li i.iconfont {
		padding: 0px;
	}

	#footer ul li a {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
	}

	#footer .icon {
		display: block;
		margin: 0px auto 0px;
		position: relative;
		top: 3px;
		width: 35px;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		background: url(../footer.png) no-repeat;
		background-size: 150px;
		background-position: -3px 0px;
		font-size: 20px;
		padding: 0px;
	}

	#footer .map {
		background-position: -83px 0px;
	}

	#footer .message {
		background-position: -45px 0px;
	}

	#footer .home {
		background-position: -118px 0px;
	}

	#footer .txt {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		display: block;
	}
}


/* 底部 */
.footer1 {
	height: 90px;
	border-bottom: 1px solid #474747;
	background-color: #6869ac;
}

.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: #6869ac;
}

/* 信息地址 */
.footer2 {
	border-bottom: 1px solid #474747;
	background-color: #817fc0;
	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: 700px;
	align-items: center;
}

.footer2 .imgs .text {
	max-width: 500px;
	width: 500px;
	width: auto;
}

.footer2 .imgs .text p {
	color: #fff;
	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: 211px;
	transform: translate(-0%, -50%);
}

.footer2 .er {

	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: #6869ac;
}

.footer3 p {
	padding: 27px 0 32px;
	color: #c2c2c2;
	font-size: 13px;
	text-align: center;
}

.footer3 p a {
	color: #c2c2c2;
}

.footer3 p a:hover {
	color: #6869ac;
}

/* 关于我们 */
.z_banner {
	width: 1100px;
	margin: 0 auto;
	margin-top: 100px;
	;
}

.z_banner img {
	width: 100%;
}

.p1-search-1-inp {
	width: 270px;
	height: 30px;
	/*border-radius: 20px;*/
	border-radius: 3px;
	background: #3d3e87;
	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: #fff;
	float: left;
}

.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../images/so.png) no-repeat center;
	background-size: 60%;
	float: right;
	cursor: pointer;
	border: 0;
}

.p1-search-1-inp input {
	border: 0;
	background-color: #6869ac;
}

/* 热门 */
.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: #6869ac;
}

/* 面包屑 */
.mbx {
	margin-top: 20px;
}

.mbx .an {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mbx img {
	margin: 0 10px 0 0;
}

.mbx span {
	font-size: 14px;
	color: #808080;
}

.mbx a {
	font-size: 14px;
	color: #808080;
}

.mbx a:hover {
	color: #6869ac;
}

.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;
	margin-bottom: 50px;
}

.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: #6869ac;
	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: 18px;
	font-weight: bold;
}

.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: #6869ac;
}

.nav_uls>li h3 a {
	display: block;
	color: #333;
	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.search_list {
	width: 100%;
	margin: 0;
}

.nav_right .uls {
	display: flex;
	flex-wrap: wrap;
}

.nav_right>h1,
.nav_right>h2 {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #6869ac;
	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 #6869ac;
}

.nav_right .uls li p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}

.pagess {
	padding: 20px 0 40px 0;
	font-size: 14px;
}

.pagess>ul {
	display: flex;
	justify-content: center;
}

.pagess>ul>li {
	margin-right: 5px;
}

.pagess>ul>li>a {
	padding: 10px 15px;
	border: #ccc solid 1px;
	border-radius: 5px;
	background: #fff;

}

.pagess>ul>li>a:link,
.pagess>ul>li>a:visited {
	color: #414141;
}

.pagess>ul>li>a:hover,
.pagess>ul>li>a:active,
.pagess>ul>li.thisclass>a {
	border: solid 1px #feae03;
	background-color: #6869ac;
	color: #fff;
	font-weight: bold;
}



/* 产品 */
.nav_po>div {
	display: none;
}

.txts_uls {
	margin-top: 4px;
	display: none;
}

.nav_uls li.active .txts_uls {
	display: none;
}

.nav_uls li.active.active2 .txts_uls {
	display: block;
}

.txts_uls>li {
	margin-bottom: 1px;
}

.txts_uls>li h4 a {
	display: block;
	font-size: 16px;
	color: #666666;
	position: relative;
	padding: 14px 0 14px 55px;
	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: 16px;
	color: #666666;
}

.txts_uls>li h4 a:hover {
	color: #fff;
	background-color: #6869ac;
}

.nav_uls>.active2 h3::before {
	content: initial;
}

.nav_fwrx {
	margin-top: 10px;
}

.nav_fwrx>img {
	width: 100%;
}

.nav_fwrx .txt {
	padding: 15px 10px 20px;
	background-color: #6869ac;
}

.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: #6869ac;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}

.prodcut1_btns p:hover {
	background-color: #6869ac;
}

.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;
	position: relative;
	overflow: hidden;
}

.uls_product li .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}

.uls_product li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
}

.uls_product li .txt {

	top: 100%;
	left: 0;
	width: 100%;

	background-color: rgba(104, 105, 172, 1);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

.uls_product li .txt a {
	display: block;
	font-size: 16px;
	width: 150px;
	line-height: 40px;
	border: solid 2px #fff;
	transition: all 0.5s ease-in-out;
}

.uls_product li .txt a:link,
.uls_product li .txt a:visited {
	color: #fff;
}

.uls_product li .txt a:hover,
.uls_product li .txt a:focus {
	background-color: #fff;
	color: #000;
}

.uls_product li h2 {
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}

.uls_product li p {
	font-size: 20px;
	line-height: 2.0;
	display: block;
	text-decoration: none;
	color: #fff;
	word-wrap: break-word;
	outline: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 10px 0;
	display: -webkit-box;
	overflow: hidden;
}

.uls_product li span {
	display: inline-block;
	text-decoration: none;
	color: #6869ac;
	word-wrap: break-word;
	outline: none;
}

.uls_product li:nth-child(3n) {
	margin-right: 0%;
}

.uls_product li:hover {
	border: 1px solid #6869ac;
}

.uls_product li:hover img {
	transform: scale(1.1);
}

.uls_product li:hover h2 {
	color: #ffffff;
}

.uls_product li:hover span {
	color: #6869ac;
}

.uls_product li:hover .txt,
.uls_product li:focus .txt {
	top: 0;
}

/* 产品详情 */
.product_detailes {
	display: flex;
	flex-wrap: wrap;
}

.product_detailes .img {
	width: 466px;
	height: 440px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.product_detailes .img .swiper-button-next,
.product_detailes .img .swiper-button-prev {
	color: #6869ac;
}

.photo-box {
	border: solid 2px #ececeb;
	position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
}

.photo-box>ul,
.photo-ico-box>ul {
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
}

.photo-box,
.photo-box>ul>li {
	width: 466px;
	height: 350px;
	overflow: hidden;
	flex-shrink: 0
}

.photo-box img,
.photo-ico-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-ico-box {
	width: 466px;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.photo-ico-box>ul>li {
	width: 105px;
	height: 80px;
	box-sizing: border-box;
	flex-shrink: 0;
	border: solid 2px #ececeb;
}

.photo-ico-box>ul>li.swiper-slide-thumb-active {
	border: solid 2px #6869ac;
}

.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;
}

.quick-button {
	display: flex;
	justify-content: center;
}

.quick-button>a {
	padding: 15px 30px;
	font-size: 20px;
	border-radius: 30px;
	background-color: #6869ac;
	color: #fff;
	margin: 0 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 #6869ac;
	padding-left: 15px;
	margin-top: 30px;
	line-height: 1.7;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-weight: normal;
}

.product_detailes2>h2::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 7px;
	background-color: #6869ac;
	left: 0;

}

.product_detailes3 {
	padding-bottom: 20px;
}

.product_detailes3 p {
	line-height: 1.7;
	color: #464646;
}

/*翻页*/
.detail_fy {
	margin-top: 50px;
	border-bottom: #f3f3f3 solid 1px;
	padding-bottom: 20px;
	height: 40px;
	line-height: 40px;
}

.detail_fy ul {
	display: flex;
	justify-content: space-between;
}

.detail_fy ul li p a {
	font-size: 14px;
	color: #535353;
}

.detail_fy ul li p span {
	padding: 5px 15px;
	background: #6869ac;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.detail_fy ul li:nth-child(2) p span {
	background: #a2a2a2;
}

.detail_fy ul li p a:hover {
	color: #6869ac;
}

/* 新闻资讯 */
.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;
	width: 100%;
}

.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: #6869ac;
	color: #fff;
}

.nav_right .uls_news li a:hover {
	border: 1px solid #6869ac;
}

.nav_right .uls_news li a:hover .txt h2 {
	color: #6869ac;
}

/* 新闻左侧-新闻资讯 */
.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: #6869ac;
	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 #6869ac;
}

.nav_product .uls li a:hover .imgs img {
	transform: scale(1.1);
}

.nav_product .uls li a:hover p {
	background-color: #6869ac;
}

/* 新闻详情 */
.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 h5 {
	font-size: 1rem;
	color: #666;
	padding: 10px 0;
	font-weight: normal;
	text-align: center;
}

.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 #6869ac;
	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: #6869ac;
}

.p14-pagination-1 dl a:hover {
	color: #6869ac;
}

.p14-pagination-1-key a:hover {
	color: #6869ac;
}

.p14-pagination-1-key a {
	color: #575556;
}

.p14-pagination-1-href a {
	color: #fff;
	/* background: #a2a2a2; */
}

.p14-pagination-1-href a:hover {
	background: #6869ac;
}

/* 合作客户 */
.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 #6869ac;
}

/* 联系我们 */
.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: #6869ac;
	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(../images/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: #6869ac;
	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: #6869ac;
}

.search1 .uls li a:hover {
	border-bottom: 1px solid #6869ac;
}

/* 修改-头部 */
.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 #6869ac;
}

/* 荣誉资质 */
.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 #6869ac;
	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(../images/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(../images/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: #6869ac;
	color: #fff;
	height: 60px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-main {
	background: #6869ac;
	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;
}

.case_boxs {
	position: relative;
	z-index: 1;
}

.case_box2 .list ul li h4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	height: 24px;
	margin-bottom: 12px;
}

.breadcrumbs {
	font-size: 0;
}

.breadcrumbs>span {
	color: #414141;
	font-weight: bold;
}

.breadcrumbs>span>img {
	display: inline;
}

.breadcrumbs>a {
	font-size: 14px;
}

.breadcrumbs>a::after {
	content: ">";
	padding: 0 4px;
	font-size: 14px;
}

.breadcrumbs>a:last-child::after {
	content: "";
	padding: 0;
}

/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
/* 适配 */
@media (max-width:1300px) {
	.w1200 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.index_case .swiper-slide {
		width: auto;
		padding: 11px 82px;
	}

	.index_botton {
		bottom: 30px;
	}

	.index_rys {
		max-width: calc(100% - 200px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:1024px) {
	.case_box1 .img img {
		object-fit: cover;
	}

	.index_botton {
		bottom: 50px;
	}

	.z_banner {
		width: 100%;
	}

	/* 首页-新闻 */
	.index9 .uls li {
		width: 100%;
		margin-right: 0;
	}

	/* 首页-在线联系 */
	.index_hbcon2_l {
		width: calc(100% - 150px - 20px);
		margin-right: 20px
	}

	.index_hbcon2_r {
		width: 150px;
	}

	.index_hbcon2_l p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* 首页-关于我们 */
	.index6 .text .img {
		width: 100%;
	}

	.index6 .text {
		display: block;
	}

	.index6 .text {
		margin-top: 30px;
	}

	.index6 .text .img {
		width: 100% !important;
	}

	.index6 .text .img img {
		width: 100%;
	}

	.index6 .text .txt {
		width: 100% !important;
		padding: 20px;
	}

	.index6 .text .txt h4 {
		display: none;
	}

	.index_more {
		margin-top: 20px;
		width: 100%;
		border-radius: 50px;
	}

	.index_more a {
		padding: 15px 15px;
	}
}

@media (max-width:900px) {

	/* 首页-新闻 */
	.case_box2 {
		width: 100%;
	}

	.case_box2 .list ul li a {
		padding: 15px 10px
	}

	.case_box2 .list ul li h4 {
		font-size: 14px;
	}

	.case_box1 {
		width: 100%;
	}

	.case_box1 .img img {
		height: auto;
	}

	/* 首页-小广告 */
	.index7 .text ul li {
		padding-right: 12px;
	}

	/* 首页-电话 */
	.index_hbcon2_l li:first-child {
		margin-right: 50px;
	}

	/* 关于我们 */
	.about1 .imgs {
		width: 100%;
	}

	.about1 .text {
		width: 100%;
		padding: 10px 0 0;
	}
}

@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;
	}

	.header2 .an .logo_txt {
		display: none;
	}

	.banners {
		/* min-height: 300px; */
		object-fit: cover;
	}

	.tel {
		display: flex;
	}

	/* .tel p{display: none;} */
	.header2 .an .text {
		width: 260px;
		height: 42px;
	}

	.logo {
		width: 170px;
		;
		/* 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;
	}

	.photo-box,
	.photo-box>ul>li {
		width: 90vw;
		height: 68vw;
	}

	.photo-ico-box {
		margin-top: 10px;
		width: 90vw;
	}

	.quick-button>a {
		font-size: 16px;
	}

	/* 移动端导航 */
	.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: 18px;
		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);
	}

	.list_uls_uls>li>ul>li>a {
		display: block;
		padding: 20px 0px 20px 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.list_uls_uls>li>ul>li>a::before {
		content: '——';
		color: #dfdfdf;
		padding-right: 5px;
	}

	/* 首页内容 */
	main {
		margin-top: 5px;
	}

	/* 首页-公司优势 */
	.index2 {
		padding: 20px 0;
	}

	.index_txt h2 {
		font-size: 20px;
	}

	.index_txt p {
		font-size: 14px;
		line-height: 2;
		text-align: center;
	}

	.index_ys .swiper-slide {
		width: 50%;
		border: none;
	}

	/* .index_ys .swiper-slide>div{width: calc(50vw - 54px);} */
	.index_ys h3 {
		font-size: 16px;
		padding: 0;
		font-weight: normal;
		margin-top: 20px;
	}

	.index_ys p {
		font-size: 14px;
		text-align: center;
	}

	.index_ys {
		margin-top: 30px;
	}

	.index_ys .swiper-slide .active .imgs {
		background-size: 100%;
	}

	.index_ys .swiper-slide .imgs {
		width: 70px;
		height: 70px;
		background-size: 100%;
	}

	/* 首页-产品中心 */
	.index3 {
		padding: 20px 0;
	}

	.index3 .text {
		margin-top: 30px;
	}

	.index3 .text>a {
		width: 100%;
	}

	.index3 .text .uls {
		width: 100%;
	}

	.index3 .text .uls li {
		width: 100%;
	}

	/* 首页-客户案例 */
	.index4 {
		padding: 20px 0;
	}

	.case_boxs {
		margin-top: 30px;
	}

	.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;
	}

	.case_box2 {
		width: 100%;
	}

	.case_box2 .list ul li a {
		padding: 15px 10px
	}

	.case_box2 .list ul li h4 {
		font-size: 14px;
	}

	.case_box1 {
		width: 100%;
	}

	.case_box1 .img img {
		height: auto;
	}

	.index_hbcon2_l {
		width: 100%;
		margin-right: 0;
	}

	/* 首页-关于我们 */
	.index6 {
		width: 100%;
		;
		padding: 20px 0;
		margin-bottom: 0;
	}

	.index6 .text {
		display: block;
	}

	.index6 .text {
		margin-top: 30px;
	}

	.index6 .text .img {
		width: 100% !important;
	}

	.index6 .text .img img {
		width: 100%;
	}

	.index6 .text .txt {
		width: 100% !important;
		padding: 20px;
	}

	.index6 .text .txt h4 {
		display: none;
	}

	.index_more {
		margin-top: 20px;
		width: 100%;
		border-radius: 50px;
	}

	.index_more a {
		padding: 15px 15px;
	}

	/* 首页-广告 */
	.index7 {
		background: none;
		background-color: #eee;
		padding: 20px 0;
		height: auto;
	}

	.index7 .text ul li {
		width: 50%;
	}

	.index7 .text h3 {
		font-size: 18px;
		height: auto;
		line-height: 2;
		padding-top: 10px;
	}

	.index7 .text {
		width: 100%;
	}

	.index7 .text2 {
		width: 100%;
	}

	.index7 .an {
		flex-wrap: wrap;
	}

	.index7 .text ul {
		flex-wrap: wrap;
	}

	.index7 .text2 p {
		color: #333;
		margin-top: 3px;
	}

	.index7 .text2 i {
		color: #333;
	}

	.index7 .text2 a {
		margin-top: 15px;
		margin: 10px auto 0;
		width: 100%;
		justify-content: center;
		border-radius: 3px;
	}

	.index7 .text2 a:hover {
		background: #6869ac;
		color: #fff;
	}

	.index7 .text2>div {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 5px;
	}

	/* 首页-实力制造 */
	.index5 {
		background: none;
		background: url(../images/hb_bg.jpg) no-repeat bottom;
		padding: 0px 0 30px;
	}

	.index5 .index_txt {
		padding-top: 30px;
	}

	.index_hbcon {
		margin-top: 30px;
	}

	.index_hbcon1 dl {
		width: calc(48%);
		margin-bottom: 15px;
	}

	.index_hbcon1 dl dt {
		margin-bottom: 10px;
	}

	.index_hbcon1 dl dd h4 {
		font-size: 17px;
		line-height: 40px;
	}

	.index_hbcon1 dl dd p {
		display: none;
	}

	.index_hbcon2 {
		margin-top: 12%;
	}

	.index_hbcon2_r {
		display: none;
	}

	.index_hbcon1 {
		margin-bottom: 0px;
	}

	.index_hbcon2_l li {
		margin-bottom: 10px;
	}

	.index_hbcon2_l li:first-child h5 {
		font-size: 25px;
	}

	.index_hbcon2_l li:last-child h5 {
		font-size: 25px;
	}

	.index_hbcon2_l p {
		font-size: 16px;
	}

	.index_hbcon2_l p {
		display: none;
	}

	/* 首页-荣誉资质 */
	.index8 {
		padding: 20px 0 0;
	}

	.index_botton {
		display: none;
	}

	.index_botton {
		bottom: 0px;
	}

	.index_rys {
		max-width: calc(100% - 20vw);
	}

	/* 首页-新闻 */
	.index9 {
		padding: 20px 0;
	}

	.index9 .uls {
		margin-top: 30px;
	}

	.index9 .uls li a .text h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.index9 .uls li a .text>div {
		margin-top: 10px;
	}




	/* 热搜 */
	.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;
		width: 100%;
	}

	.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: #6869ac;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		height: 40px;
		line-height: 40px;
	}

	.prodcut1_btns p:hover {
		background-color: #6869ac;
	}

	.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,
	.index3 .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;
	}

	/* 产品中心 */
	.nav_product .uls li .imgs {
		width: 100%;
		height: auto;
	}

	.nav_product .uls li .imgs img {
		height: auto;
		object-fit: cover;
		width: 100%;
	}

	/* 修改展示 */
	.uls_innovation li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px
	}

	.uls_innovation li:nth-child(4n) {
		margin-right: 0%;
	}

	.uls_innovation li:nth-child(2n) {
		margin-right: 0%;
	}

	/*.uls_product li{width: 49%;margin-right: 2%;margin-bottom:10px}*/
	/*.uls_product li:nth-child(4n){margin-right: 0%;}
	  .uls_product li:nth-child(3n){margin-right: 2%;}
	  .uls_product li:nth-child(2n){margin-right: 0%;}*/
	/*.smjz li{width: 49%;margin-right: 2%;margin-bottom:10px}
	  .smjz li:nth-child(4n){margin-right: 0%;}
	  .smjz li:nth-child(3n){margin-right: 2%;}
	  .smjz li:nth-child(2n){margin-right: 0%;}*/
	.nav_left {
		width: 320px;
	}
}

@media (max-width:600px) {
	.index5 {
		padding: 0px 0 8px;
	}
}

.uls_innovation {
	align-items: stretch;
}

.uls_innovation li .imgs {
	height: 100%;
}

.uls_innovation li img {
	height: calc(100% - 17px - 27px);
	object-fit: cover;
}

.uls_innovation li p {
	-webkit-line-clamp: 1;
	width: calc(100% - 40px);
}

@media (max-width:500px) {
	.uls_innovation li {
		width: 100%;
		margin: 0 0 10px;
	}

	/*.uls_product li{width: 49%;margin-right:2%;}*/
	/*.uls_product li:nth-child(2n){margin-right: 0%;}
	.smjz li{width: 100%;margin:0 0 10px;}*/
	.index9 .uls li a .img {
		width: 100%;
	}

	.index9 .uls li a .img img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.index9 .uls li a .text {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
}

@media (max-width:390px) {
	.index_hbcon2_l {
		margin-top: 0;
		margin-right: 0;
	}

	.index5 {
		background-size: cover;
	}
}

@media (max-width:319px) {
	.index_hbcon2_l li:first-child h5 {
		font-size: 22px;
		height: 34px;
		line-height: 34px;
		padding-left: 44px;
	}

	.index_hbcon2_l li:last-child h5 {
		font-size: 22px;
		height: 34px;
		line-height: 34px;
		padding-left: 44px;
	}

	.index_hbcon2_l li:first-child,
	.index_hbcon2_l li {
		margin-bottom: 10px;
	}

	.index_hbcon2_l li:first-child {
		background-size: 34px 34px;
		width: 100%;
		margin-right: 0px
	}

	.index_hbcon2_l li:last-child {
		background-size: 34px 34px;
		width: 100%;
	}
}

/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */