html,body{
	overflow-x: hidden;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
}
/* 头部 */
.pc-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.m-header{
	display: none;
}
.pc-header>.an{
	display: flex;
	height: 100px;
	align-items: center;
}
.pc-header .an>a{
	display: flex;
	align-items: center;
}
.pc-header .text{
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px dotted #acacac;
}
.pc-header .text p{
	color: #555555;
	font-size: 1.25rem;
}
.pc-header .img img{
	height: 47px;
}
.tel a{
	display: flex;
	align-items: center;
}
.tel a img{
	display: block;
	margin-top: 3px;
	margin-right: 7px;
}
.tel a span{
	font-size: 1.5625rem;
	color: #006db8;
	font-weight: bold;
}
/* pc导航 */
.pc_header_uls{
	display: flex;
	flex: 1;
	height: 100%;
	justify-content: space-around;
}
.pc_header_uls>li{
	position: relative;
}
.pc_header_uls>li>a{
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.pc_header_uls>li>a:before{
	content: "";
	position: absolute;
	width: 0;
	background-color: #006db8;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all .5s;
}
.pc_header_uls>li.active>a:before,
.pc_header_uls>li:hover>a:before{
	width: 100%;
}
.pc_header_uls>li>a::after{
	width: 0;
    height: 0;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	border:20px solid #fff;
	border-left: 20px solid transparent;
	border-right:20px solid  transparent;
	border-top: 20px solid transparent;
	display: none;
	opacity: 0;
	z-index: -1;
}
.pc_header_uls>li.active3>a:after{
	display: block;
}
.pc_header_uls>li.active2>a::after{
	opacity: 1;
	z-index: 999;
	transition: all .5s;
}
/* 二级导航 */
.head_uls{
	position: absolute;
	top: 100px;
	left: -6vw;
	transform: translate(-50%,0);
	z-index: 999;
	max-width: 1076px;
	width: 1076px;
	display: none;
}
.pc_header_uls li:nth-child(1) .head_uls{
	left: 50%;
}
.pc_header_uls li:nth-child(2) .head_uls{
	left: 50%;
}
.pc_header_uls li:nth-child(3) .head_uls{
	left: 0%;
}
.pc_header_uls li:nth-child(4) .head_uls{
	left: -3vw;
}
.pc_header_uls li:nth-child(5) .head_uls{
	left: -6vw;
}
.pc_header_uls li:nth-child(6) .head_uls{
	left: -9vw;
}
.pc_header_uls li:nth-child(7) .head_uls{
	left: -12vw;
}
.head_uls .an{
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 50px;
	margin-top: 20px;
}
.head_uls .uls{
	display: flex;
	flex-wrap: wrap;
	width: 64%;
	padding-right: 4%;
}
.head_uls .uls>li{
	width: 50%;
	padding-right: 5%;
}
.head_uls .uls>li>a{
	font-size: 1.125rem;
    text-align: left;
    color: #555;
    transition: all ease .15s;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
    padding: 22px 0;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.head_uls .uls>li>a:before{
	content: "";
	width: 0%;
	height: 1px;
	background-color: #006db8;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.head_uls .uls>li>a:hover{
	color: #006db8;
}
.head_uls .uls>li>a:hover:before{
	width: 100%;
}
.head_uls .img{
	width: 36%;
	position: relative;
	padding-top: 30%;
}
.head_uls .img img{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: none;
}
main{
	margin-top: 100px;
	position: relative;
}
/* 导航样式2 */
.head_uls2{
	width: 280px;
}
.head_uls2 .an{
	padding: 0;
}
.pc_header_uls li .head_uls2{
	left: 50% !important;
}
.head_uls2 .an{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(17,58,93,.1);
}
.head_uls2 .uls{
	width: 100%;
	max-width: 100%;
	padding-right: 0;
}
.head_uls2 .uls li{
	width: 100%;
	padding-right: 0;
}
.head_uls2 .uls li a{
	width: 100%;
	padding-right: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.head_uls2 .uls>li>a:before{
	display: none;
}
.head_uls2 .uls li a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../image/Header-drop-bg.jpg") no-repeat right/cover;
	z-index: -1;
	opacity: 0;
	transform: translateX(100%);
	transform-origin: right center;
	transition: opacity .4s ease;
}
.head_uls2 .uls li a:hover{
	background-color: #006db8;
	color: #fff;
}
.head_uls2 .uls li a:hover::after{
	opacity:1;
	transform:translateX(0);
	transition:transform .4s ease .2s;
}
/* banner */
.index1 .swiper-slide img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.index1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.index1 .swiper-pagination-bullet-active{
	background-color: #006db8;
}
/* 首页-标语 */
.pads{
	padding: 70px 0;
}
.index_by{
	background: url("../image/bg1.jpg") no-repeat center;
	background-size: cover;
	padding: 90px 0;
}
.index_by .an{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_title{
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	color: #474747;
	margin-bottom: 20px;
}
.index_title span{
	margin-right: 5px;
	background-color: #006db8;
	color: #fff;
	font-size: 0.625rem;
	padding: 0px 4px;
	display: inline-block;
	text-transform: uppercase;
}
.index_by .text h3{
	font-size: 2.75rem;
	line-height: 1.5;
	color: #444444;
	font-weight: bold;
}
.index_by .texts{
	max-width: 538px;
}
.index_by .txt{
	width: calc(100% - 538px);
	max-width: 870px;
	padding-left: 40px;
}
.index_by .txt h4{
	font-size: 1.5rem;
	font-weight: bold;
	color: #444;
	text-align: center;
	margin-bottom: 25px;
}
.index_by .uls li h5{
	font-weight: normal;
	color: #ffc028;
	font-size: 1.375rem;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.index_by .uls li h5 span{
	font-size: 3.75rem;
	font-weight: normal;
	margin-right: 10px;
	color: #ffc028;
}
.index_by .uls li p{
	color: #474747;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}
/* 首页-热门产品 */
.index_pr{
	padding: 40px 0 100px;
}
.index_pr .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.index_pr .text h3{
	font-size: 2.75rem;
	line-height: 1.5;
	color: #444444;
	font-weight: bold;
}
.index_pr .txt p{
	font-size: 1.5625rem;
	color: #555;
	line-height: 1.5;
	text-align: right;
}
.index_pr .txt a{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1rem;
	color: #505050;
	margin-top: 30px;
}
.index_pr .txt a:hover{
	color: #006db8;
}
.index_pr .txt a img{
	margin-left: 5px;
	transition: all .5s;
}
.index_pr .txt a:hover img{
	transform: translate(-3px,0);
}
/* 首页-产品列表 */
.index_pr_uls{
	position: relative;
	margin-top: 50px;
}
.index_pr_uls .swiper{
	overflow: hidden;
}
.index_pr_uls .swiper-slide{
	width: auto;
}
.index_pr_uls .swiper-slide a{
    width: 100%;
}
.index_pr_uls .swiper-slide .img{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 65%;
}
.index_pr_uls .swiper-slide .img img{
	width: 100%;
	object-fit: contain;
	transition: all .5s;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.index_pr_uls .swiper-slide p{
	color: #000;
	font-size: 1.375rem;
	margin-top: 10px;
}
.index_pr_uls .swiper-slide a:hover .img img{
	transform: scale(1.05);
}
.index_pr_uls .swiper-slide a:hover p{
	color: #006db8;
}
.index_pr_uls .swiper .swiper-button-next{
	display: none;
}
.index_pr_uls .swiper .swiper-button-prev{
	display: none;
}
/* 左右按钮 */
.index_pr_uls .prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006db8;
	border-radius: 50%;
	background-size: 20px 20px;
	width: 50px;
	height: 50px;
	left: -3%;
	transform: translate(-50%,0);
}
.index_pr_uls .next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006db8;
	border-radius: 50%;
	background-size: 20px 20px;
	width: 50px;
	height: 50px;
	right: -3%;
	transform: translate(50%,0);
}
.index_pr_uls .prev:hover,
.index_pr_uls .next:hover{
	opacity: 0.8;
}
/* 首页-产品优势 */
.index_ly{
	padding: 70px 0 100px;
	background-color: #f7f7f7;
}
.index_ly_text h2{
	font-size: 2.875rem;
	color: #444;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
.index_ly_text h3{
	font-size: 1.5rem;
	color: #555;
	line-height: 1.5;
	text-align: center;
	font-weight: normal;
}
/* 产品优势内容 */
.ys1,.ys2,.ys3{background: #fff;margin-top: 57px;width: 100%;padding: 35px 0;box-sizing: border-box;display: flex;flex-wrap: wrap;}
.ys1-left{display:inline-block;width: 50%;}
.ys1-right{display:inline-block;width: 50%;position:relative;box-sizing: border-box;}
.ys img{border-radius: 13px;}
.ys1-right:before,.ys2-left:after{
	content: '';
	width: 63px;
	height: 93px;
	background: url(../image/ys-h-1.png) no-repeat center 100%;
	position: absolute;
	top: 30px;
	left: 33px;
}
.ys1-right h3,.ys2-left h3{text-align: left;margin-top: 24px;color: #181818;font-size: 36px;font-weight: bold;padding-bottom: 13px;padding-left: 128px;position: relative;z-index: 9;}
.ys1-right h3 span,.ys2-left h3 span,.y3-right h3 span{color: #000;display: block;font-size: 28px;font-weight: initial;position: relative;line-height: 1.4;z-index: -1;}
.ys1-right h3 span:after, .ys2-left h3 span:after, .y3-right h3 span:after{
	position: absolute;
	content: '';
	width: 412px;
	height: 10px;
	background: #f09802;
	left: -3px;
	top: -16px;
	z-index: -1;
	border-radius: 50px;
	width: 100%;
	max-width: 412px;
}
.ys1-right ul li,.ys2-left ul li{font-size: 24px;color: #333333;margin-bottom: 30px;background: url(../image/ly-list-ico.png) no-repeat 0px 10px;line-height: 41px;padding-left: 40px;}
.ys1-right ul{padding: 40px 0px 40px 80px;}
.ys1-right:after{content:'';width: 36px;height: 197px;position:absolute;top: 144px;left: 23px;}
.ys2-box {
	width: 960px;
	margin-left: -350px;
}
.ys2-list{position:relative;width: 405px!important;}
.ys2-left h3 {padding-left: 112px;}
.ys2-right{display:inline-block;width: 50%;}
.ys2-right img{margin-left:24px;}
.ys2-left{display:inline-block;width: 50%;position:relative;padding-left: 40px;box-sizing: border-box;}
.ys2-left ul{padding: 28px 0 40px;}
.ys2-left:after{background:url(../image/ys-h-2.png) no-repeat center 100%;}
.ys3 .ys1-right:before {background: url(../image/ys-h-3.png) no-repeat center 100%;}
.ys1-left img,
.ys2-right img,
.ys3-left img{
	max-width: 100%;
	display: block;
}
.ys1-left,
.ys3-left{
	position: relative;
	left: 50%;
}
.ys1-right,
.ys3-right{
	position: relative;
	right: 50%;
}
/* 首页-解决方案 */
.index_solution{
	background: no-repeat center;
	background-size: 100% 100%;
	padding: 100px 0;
	transition: background .5s;
}
.index_solution .index_title span{
	background-color: #ffc028;
}
.index_solution .text{
	width: 50%;
	max-width: 740px;
}
.index_solution .text li{
	display: none;
}
.index_solution .text h4{
	font-size: 2.875rem;
    line-height: 1.5;
    color: #444444;
    font-weight: bold;
	margin-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	height: 138px;
}
.index_solution .text h5{
	font-size: 1.5625rem;
    color: #444;
    line-height: 1.5;
	margin-bottom: 30px;
	font-weight: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	height: 38px;
}
.index_solution .text p{
	color: #444;
	line-height: 2;
	font-size: 0.9375rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
}
.index_solution .text a{
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.index_solution .text a img{
	margin-left: 16px;
	margin-top: 3px;
	display: block;
	width: 25px;
}
.index_solution .text a:hover{
	color: #fda307;
}
.index_solution .uls{
	display: flex;
	margin-top: 90px;
	border-top: 1px solid #fff;
}
.index_solution .uls li{
	color: #444444;
	flex: 0.144;
	text-align: center;
	padding-top: 40px;
	font-size: 1.375rem;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	padding-right:20px;
}
.index_solution .uls li::after{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #fda307;
	transition: all .5s;
	transform: translate(-50%,-0);
}
.index_solution .uls li.active,
.index_solution .uls li:hover{
	color: #fda307;
}
.index_solution .uls li.active a, .index_solution .uls li:hover a{
    color: #fda307;
}
.index_solution .uls li.active::after{
	width: 100%;
}
.index_solution.colorfff .uls li.active,
.index_solution.colorfff .uls li:hover{
	color: #fda307;
}
/* 首页-解决方案流程 */
.index_solution2 .uls{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_solution2 .uls li{
	flex: 1;
	max-width: 6.3vw;
	margin: 0 auto;
}
.index_solution2 .uls li .img{
	position: relative;
}
.index_solution2 .uls li .img::after{
	content: "";
	width: 3.5vw;
	height: 20px;
	background: url("../image/r_s_2.png") no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%,-50%);
}
.index_solution2 .uls li:last-child .img::after{
	content: initial;
}
.index_solution2 .uls li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.index_solution2 .uls li .text{
	position: relative;
}
.index_solution2 .uls li .text span{
	display: block;
	text-align: center;
	color: #e6eef4;
	font-size: 4.375rem;
	font-weight: bold;
}
.index_solution2 .uls li .text h3{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	color: #000;
	font-size: 1.5rem;
	font-weight: normal;
	width: 100%;
}
.index_solution2 .uls li p{
	font-size: 1rem;
	text-align: center;
	color: #000;
	padding: 0 10px;
}
/* 首页-研发生产基地 */
.index_jd .swiper{
	margin-top: 50px;
	overflow: hidden;
}
.index_jd .swiper-slide img{
	width: 100%;
	max-height: 692px;
	object-fit: cover;
}
/* 小点 */
.index_jd .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.index_jd .swiper-pagination-bullet-active{
	background-color: #006db8;
}
/* 首页-客户案例 */
.index_cases_uls{
	position: relative;
	margin-top: 50px;
}
.index_cases_uls .swiper{
	overflow: hidden;
}
.index_cases_uls .img{
	position: relative;
	padding-top: 64%;
	overflow: hidden;
}
.index_cases_uls .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transition: all .5s;
}
.index_cases_uls a:hover .img img{
	transform: translate(-50%,-50%) scale(1.05);
}
.index_cases_uls h3{
	line-height: 1.5;
	color: #000;
	font-size: 1.375rem;
	margin: 20px 0 15px;
	text-align: left;
	font-weight: normal;
}
.index_cases_uls p{
	line-height: 1.5;
	color: #666;
	font-size: 1rem;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
}
.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #505050;
	font-size: 1rem;
	margin-top: 40px;
}
.btn:hover{
	color: #006db8;
}
.btn img{
	transition: all .5s;
	margin-left: 5px;
}
.btn:hover img{
	transform: translate(-3px,0);
}
.index_solution.colorfff .text h4{
	color: #fff;
}
.index_solution.colorfff .index_title{
	color: #fff;
}
.index_solution.colorfff .text h5{
	color: #fff;
}
.index_solution.colorfff .text p{
	color: #fff;
}
.index_solution.colorfff .uls li{
	color: #fff;
}
/* 左右按钮 */
.index_cases_uls .swiper .swiper-button-prev{
	display: none;
}
.index_cases_uls .swiper .swiper-button-next{
	display: none;
}
.index_cases_uls .prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006db8;
	border-radius: 50%;
	background-size: 20px 20px;
	width: 50px;
	height: 50px;
	left: -3%;
	transform: translate(-50%,0);
}
.index_cases_uls .next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-color: #006db8;
	border-radius: 50%;
	background-size: 20px 20px;
	width: 50px;
	height: 50px;
	right: -3%;
	transform: translate(50%,0);
}
.index_cases_uls .prev:hover,
.index_cases_uls .next:hover{
	opacity: 0.8;
}
/* 首页-关于我们 */
.index_about{
	padding: 100px 0 70px;
	background: url("../image/bg3.jpg") no-repeat center;
	background-size: cover;
}
.index_about .an{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_about .text{
	max-width: 677px;
	width: 50%;
}
.index_about .txt{
	max-width: 688px;
	width: 45%;
	margin-left: 5%;
}
.index_about .text .img{
	width: 100%;
	margin-bottom: 40px;
}
.index_about .text .img img{
	width: 100%;
}
.index_about .text p{
	text-indent: 2em;
	font-size: 1rem;
	line-height: 2;
	color: #fff;
}
/* 首页-关于我们 */
.index_about .txt h3{
	font-size: 2.25rem;
	color: #fff;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 50px;
}
.index_about .txt .uls li{
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #576e7f;
	justify-content: space-between;
	padding: 45px 0;
}
.index_about .txt .l{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.index_about .txt .l h5{
	color: #fff;
	font-size: 5.5625rem;
	font-weight: bold;
	line-height: 0.8;
}
.index_about .txt .l>div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-left: 10px;
}
.index_about .txt .l>div p{
	display: block;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.8;
}
.index_about .txt .l>div span{
	display: block;
	font-size: 1rem;
	color: #fff;
}
.index_about .txt .r{
	width: 60%;
	max-width: 288px;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.7;
}
/* 首页-新闻中心 */
.index_news{
	padding: 100px 0;
}
.index_news .an{
	display: flex;
	flex-wrap: wrap;
}
.index_news .text{
	width: 50%;
	padding-right: 40px;
}
.index_news .txt{
	width: 50%;
	padding-left: 40px;
}
.index_news .text .img{
	width: 100%;
	overflow: hidden;
}
.index_news .text .img img{
	width: 100%;
	transition: all 0.5s;
}
.index_news .text .t{
	border-top: 1px solid #c6c7c8;
	padding-top: 30px;
	margin-top: 30px;
}
.index_news .text .t h3{
	color: #1f1f1f;
	font-size: 1.875rem;
	margin-bottom: 20px;
	font-weight: normal;
}
.index_news .text .t p{
	font-size: 1.125rem;
	line-height: 1.8;
	color: #666;
}
.index_news .text .t div{
	margin-top: 45px;
	font-size: 0.875rem;
	color: #000;
}
.index_news .text .t div b{
	font-size: 1rem;
	color: #000;
}
.index_news .text a:hover .t h3{
	color: #006db8;
}
.index_news .text a:hover .img img{
	transform: scale(1.05);
}
.index_news .txt .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_news .txt .flex h3{
	color: #444;
	font-size: 2.25rem;
}
.index_news .txt .flex .ul{
	display: flex;
	align-items: center;
}
.index_news .txt .flex .ul li a{
	display: block;
	font-size: 1.125rem;
	color: #333;
	margin-right: 20px;
}
.index_news .txt .flex .ul li:last-child a{
	margin-right: 0;
}
.index_news .txt .flex .ul li.active a{
	color: #006db8;
	font-weight: bold;
	position: relative;
}
.index_news .txt .flex .ul li.active a::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #006db8;
}
.index_news .txt .flex .ul li a:hover{
	color: #006db8;
}
.index_news .txt .uls{
	margin-top: 50px;
	border-top: 1px solid #c6c7c8;
}
.index_news .txt .uls li{
	margin-top: 30px;
}
.index_news .txt .uls li a{
	display: flex;
	flex-wrap: wrap;
}
.index_news .txt .uls li .img{
	position: relative;
	overflow: hidden;
	padding-top: 22%;
	width: 40%;
}
.index_news .txt .uls li .img img{
	transition: all .5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.index_news .txt .uls li .t2{
	width: 60%;
	padding-left: 30px;
}
.index_news .txt .uls li .t2 h4{
	color: #333;
	font-size: 1rem;
	line-height: 2;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 5px;
}
.index_news .txt .uls li .t2 p{
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 77px;
}
.index_news .txt .uls li .t2>div{
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
}
.index_news .txt .uls li .t2>div img{
	margin-right: 10px;
	margin-top: 2px;
}
.index_news .txt .uls li a:hover .img img{
	transform: scale(1.05);
}
.index_news .txt .uls li a:hover .t2 h4{
	color: #006db8;
}
/* 首页-联系我们 */
.index_contact{
	padding: 170px 0 200px;
	background: url("../image/bg4.jpg") no-repeat center;
	background-size: cover;
}
.index_contact h3{
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}
.index_contact h5{
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 60px;
}
.index_contact p{
	display: flex;
	align-items: center;
}
.index_contact p a{
	color: #fff;
	font-size: 2.375rem;
	font-weight: bold;
}
.index_contact p img{
	width: 30px;
	margin-right: 20px;
}






/* 底部 */
.copyright {
    background: #191b28;
}
.crcon {
	padding: 3.125rem 0 1rem;
	border-top: 1px solid #272935;
	border-bottom: 1px solid #272935;
}
.crcon .an{
	display: flex;
}
.crcon .kslj {
	width: 70%;
  /* padding: 0 2.875rem; */
	display: flex;
}
.crcon .kslj li{
	flex: 1;
}
.crcon ul li {
	display: inline-block;
	vertical-align: top;
}
.crcon ul li>img{
	max-width: 142px;
	display: block;
	margin-bottom: 5px;
}
.crcon .f_about li p{
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.7;
}
.crcon .kslj li p {
	font-size: 1rem;
	color: #ffffff;
	margin-bottom: 1.875rem;
}
.crcon .kslj a {
	display: block;
	font-size: .875rem;
	color: #999999;
	line-height: 1.875rem;
}
.f_about{
	width:26%;
	margin-left: 4%;
}
.f_about p{
	font-size: .875rem;
}
.end{
	padding: 35px 0;
}
.end, .end a {
	font-size: .875rem;
	color: #999999;
	line-height: 1.5;
}
.head_uls .an{
	box-shadow: 7px 7px 10px -10px rgba(0,0,0,0.4);
}
/* 列表banner */
.z_banner{
	width: 100%;
}
.z_banner img{
	width: 100%;
}
/* 二级导航 */
.z_nav{
	padding: 70px 0 0;
}
.z_nav .an{
	display: flex;
	border-bottom: 1px solid #d9dad8;
	overflow-x: auto;
}
.z_nav a{
	width: auto;
	margin: 0 60px 40px;
	color: #666;
	font-size: 18px;
	white-space: nowrap;
}
.z_nav a.active{
	color: #006cb7;
}
.z_nav a:hover{
	color: #006cb7;
}
/* 客户案例 */
.cases .img{
	position: relative;
	padding-top: 64%;
	overflow: hidden;
}
.cases .uls li{
	margin-bottom: 15px;
}
.cases .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transition: all .5s;
}
.cases a:hover .img img{
	transform: translate(-50%,-50%) scale(1.05);
}
.cases h3{
	line-height: 1.5;
	color: #000;
	font-size: 1.375rem;
	margin: 20px 0 15px;
	text-align: left;
	font-weight: normal;
}
.cases p{
	line-height: 1.5;
	color: #666;
	font-size: 1rem;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
}
/* 分页 */
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	margin-top: 60px;
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li{
	margin-bottom: 5px;
}
.pagess ul li a,.pagess ul li span{
	display: inline-block;
	min-width: 44px;
	min-height: 44px;
	margin: 0 5px;
	line-height: 20px;
	background: #f9f9f9;
	color: #636363;
	font-size: 1.125rem;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	    background: #006cb7;
	    color: #fff;
}
.pagess ul li.page_curr a,.pagess ul li.page_curr span,.page_curr ul li:hover a{
	    background: #006cb7;
	    color: #fff;
}
.pagess ul li:first-child a,
.pagess ul li:first-child span{
	border-radius: 30px;
	padding: 0 20px;
}
.pagess ul li:last-child a,
.pagess ul li:last-child span{
	border-radius: 30px;
	padding: 0 20px;
}
/* 新闻内页 */
.news_t{
	padding: 60px 0;
	background-color: #f2f6f7;
}
.news_t h1{
	font-size: 1.875rem;
	color: #444444;
	line-height: 1.5;
	margin-bottom: 5px;
}
.news_t p{
	display: flex;
	font-size: 1rem;
	align-items: center;
}
.news_t p img{
	margin-right: 5px;
}
/* 新闻内页 内容 */
.news_deal .an{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_rl{
	width: 72%;
}
.n_rl img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.n_rl p{
	line-height: 1.7;
	color: #003333;
	font-size: 1rem;
}
.n_rr{
	width: 21%;
	margin-left: 7%;
	max-width: 300px;
}
.n_rr h3{
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.7;
}
.n_rr .uls{
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
}
.n_rr .uls li{
	margin-top: 30px;
}
.n_rr .uls li .img{
	overflow: hidden;
}
.n_rr .uls li .img img{
	width: 100%;
	transition: all .5s;
}
.n_rr .uls li h5{
	font-size: 1rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
}
.n_rr .uls li p{
	display: flex;
	align-items: center;
}
.n_rr .uls li p img{
	margin-right: 5px;
}
.n_rr .uls li a:hover .img img{
	transform: scale(1.05);
}
.n_rr .uls li a:hover h5{
	color: #006cb7;
}
/* 新闻分页 */
.new_page{
	background-color: #f7f8fa;
	padding: 40px 0;
}
.new_page .an{
	display: flex;
	flex-wrap: wrap;
}
.new_page p{
	width: 50%;
	font-size: 1rem;
	font-size: #666666;
	padding-left: 20px;
}
.new_page p:nth-child(1){
	padding-left: 0px;
}
.new_page p a{
	font-size: 1rem;
	font-size: #666666;
}
.new_page p a:hover{
	color: #006cb7;
}
/* 产品中心 */
.bcolor{
	background: #eef2f6;
}
.pr_3s{
	align-items: stretch;
}
.pr_3s>div:nth-child(1)>.ct{
	height: calc(100% - 38px);
}
.pr_3s .ct{
    padding: 50px;
    margin-bottom: 38px;
    background-color: #fff;
    border-radius: 10px;
}
.products .uls li{
	padding: 50px;
	margin-bottom: 38px;
	background-color: #fff;
	border-radius: 10px;
}
.pr_3s a,
.products .uls li a{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.pr_3s .img,
.products .uls li .img{
	width: 50%;
	overflow: hidden;
	position: relative;
	left: 50%;
	display: flex;
	align-items: center;
}
.pr_3s .img img,
.products .uls li .img img{
	max-width: 90%;
    width: auto;
    height: auto;
	transition: all .5s;
	margin: 0 auto;
	vertical-align: middle;
}
.products .uls li .img img{
	max-height: 280px;
}
.pr_3s.stact_2>*:nth-child(2n) .img img{
	max-height: 280px;
}
.pr_3s .text,
.products .uls li .text{
	width: 50%;
	position: relative;
	right: 50%;
}
.pr_3s .text h3,
.products .uls li .text h3{
	color: #222222;
	font-weight: bold;
	font-size: 1.625rem;
	margin-bottom: 10px;
}
.pr_3s .text h5,
.products .uls li .text h5{
	font-size: 1rem;
	color: #454545;
	font-weight: normal;
	margin-bottom: 30px;
}
.pr_3s .text p,
.products .uls li .text p{
	font-size: 0.875rem;
	color: #777;
	line-height: 2;
}
.pr_3s .text>div,
.products .uls li .text>div{
	display:flex;
	align-items: center;
	font-size: 1rem;
	margin-top: 40px;
}
.pr_3s .text>div img,
.products .uls li .text>div img{
	margin-left: 5px;
	transition: all 0.5s;
	transform: t;
}
.pr_3s .text>div:hover,
.products .uls li .text>div:hover{
	color: #006cb7;
}
.pr_3s .text>div:hover img,
.products .uls li .text>div:hover img{
	transform: translate(-3px,0);
}
.pr_3s .img:hover img,
.products .uls li .img:hover img{
	transform: scale(0.95);
}
.pr_3s a:hover h3,
.products .uls li a:hover h3{
	color: #006cb7;
}
.clearfix:after,.clearfix:before{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}
.products .pagess{
	margin: 20px 0 40px;
}
/* 获取更多支持 */
.prod_zc{
	background-color: #fff;
    background: #fff;
    padding: 55px 60px;
    border-radius: 30px;
}
.prod_zc ul{
	margin-top: 30px;
}
.prod_zc ul li .img{
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
}
.prod_zc ul li .img img{
	margin-right: 10px;
}
.prod_zc ul li i{
	display: block;
    background: url(../image/arrGray.svg) no-repeat center/100%;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.prod_zc h3{
    font-weight: 700;
    color: #222;
    line-height: 1;
    font-size: 1.875rem;
}
.prod_zc .txt{
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #868686;
    line-height: 1;
    margin-top: 10px;
    margin-left: 40px;
}
.prod_zc .txt:hover{
	color: #006db8;
}
/* 产品内容 */
.prod_detail{
	background-color: #e8e8e8;
}
.prod_detail .ct{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.prod_detail .ct .img{
	position: relative;
	overflow: hidden;
	width: 50%;
	left: 50%;
}
.prod_detail .ct .img img{
	max-width: 100%;
	margin: 0 auto;
	max-height: 530px;
}
.prod_detail .ct .text{
	width: 50%;
	position: relative;
	right: 50%;
}
.prod_detail .ct .text h1{
	color: #222222;
	font-size: 2.875rem;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
}
.prod_detail .ct .text h1::after{
	content: "";
	max-width: 100%;
	width: 85px;
	height: 3px;
	background-color: #006cb7;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.prod_detail .ct .text p{
	text-indent: 2em;
	font-size: 1.375rem;
	color: #454545;
	line-height: 1.7;
}
.products_detail h2{
	color: #006cb7;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	padding-left: 15px;
	line-height: 1;
	margin-bottom: 40px;
}
.products_detail h2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 2px;
	width: 5px;
	height: 100%;
	border-radius: 6px;
	background-color: #006cb7;
}
.mt{
	margin-bottom: 100px;
}
.products_detail .text1 .img{
	margin-bottom: 30px;
}
.products_detail .text1 .img img{
	display: inline-block;
	margin: 0 20px;
}
.products_detail .text1 p{
	padding-left: 20px;
	font-size: 1rem;
	color: #555555;
	position: relative;
	line-height: 2;
}
.products_detail .text1 p::after{
	content: "◇";
	font-size: 1rem;
	color: #555555;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-0,-50%);
}
.products_detail .text2 ul{
    display: flex;
    flex-wrap: wrap;
}
.products_detail .text2 li{
    width:49%;
    margin-right: 2%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
	color: #555555;
	font-size: 1rem;
}
.products_detail .text2 li:nth-child(2n){
    margin-right: 0%;
}
.products_detail .text2 li span{
	margin-right: 10%;
}
/* 解决方案 */
/* 火狐滚动条兼容 */
.z_nav .an{
	scrollbar-color: rgba(0,91,172,.5) #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}
.z_nav .an::-webkit-scrollbar-thumb{
	background: rgba(0,91,172,.5);
    border-radius: 30px;
}
.z_nav .an::-webkit-scrollbar{
    width: 8px;
    height: 4px;
    background: #dddddd;
}
.solutions .uls li{
	margin-bottom: 50px;
}
.solutions .uls li a{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.solutions .uls li .img{
	width: 69%;
	overflow: hidden;
}
.solutions .uls li .text{
	background: #fff;
    padding: 128px 50px 138px;
    width: 31%;
    position: relative;
    transition: transform .4s ease;
}
.solutions .uls li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.solutions .uls li .text{
	position: relative;
}
.solutions .uls li:nth-child(2n) .text::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #fff;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}
.solutions .uls li:nth-child(2n+1) .text::after{
	content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 17px solid #fff;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}
.solutions .uls li .text>div{
	display:flex;
	align-items: center;
	font-size: 1rem;
	margin-top: 40px;
}
.solutions .uls li .text>div img{
	margin-left: 5px;
	transition: all 0.5s;
}
.solutions .uls li .text>div:hover{
	color: #006cb7;
}
.solutions .uls li .text>div:hover img{
	transform: translate(-3px,0);
}
.solutions .uls li .text h3{
	color: #222222;
	font-size: 2.125rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}
.solutions .uls li .text p{
    font-size: 16px;
    line-height: 1.7;
    color: #888;
}
.solutions .uls li .text>div{
	margin-top: 40px;
}
.solutions .uls li:nth-child(2n) .img{
	position: relative;
	left: 31%;
}
.solutions .uls li:nth-child(2n) .text{
	right: 69%;
}
.solutions .uls li a:hover .img img{
	transform: scale(1.05);
}
/* 解决方案内容 */
.s_banner{
	position: relative;
}
.s_banner img{
	width: 100%;
	min-height: 200px;
}
.s_banner .an{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.s_banner h1{
	font-size: 2.625rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #fff;
}
.s_banner p{
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #fff;
}
.solution_detail1{
	background: url("../image/bg6.jpg") no-repeat top;
}
.solution_detail1,
.solution_detail2,
.solution_detail3{
	padding: 120px 0;
}
.so_title{
	font-size: 2.625rem;
	text-align: center;
	font-weight: bold;
}
.solution_detail1 .text{
	margin-top: 50px;
}
.solution_detail1 .text p{
	line-height: 1.7;
	font-size: 1rem;
	color: #777;
}
html{
	scroll-padding-top: 100px;
}
.so_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	cursor: pointer;
	display: none;
}
.so_btn span{
	align-items: center;
    color: #505050;
    font-size: 15px;
    line-height: 1;
    transition: color .4s ease;
}
.so_btn i{
    border-radius: 50%;
    display: block;
    width: 26px;
    height: 26px;
    background: #005bac url(../image/arrRW.svg) no-repeat center/14px;
    margin-left: 9px;
    transition: transform .4s ease;
	transform: rotate(90deg);
}
.so_btn:hover span{
	color: #006cb7;
}
.solution_detail1 .text{
	overflow: hidden;
	transition: all .5s;
}
.solution_detail2{
	background-color: #f3f3f3;
}
.solution_detail2 ul li p{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
	text-align: center;
}
.solution_detail2 .uls{
	display: flex;
	flex-wrap: wrap;
}
.solution_detail2 .uls li{
	width: 24%;
	margin-right: 1.16%;
    margin-top: 80px;
}
.solution_detail2 .uls li:nth-child(4n){
	margin-right: 0;
}
.solution_detail2 .uls li img{
	max-width: 100%;
	margin: 0 auto 20px;
	height: 70px;
}
.solution_detail3 .uls{
	margin-top: 50px;
}
/* 新闻页面 */
.news .uls li{border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.cases .uls li a:hover h3{color: #006cb7;}
.time{display: flex;align-items: center;}
.time img{margin-right: 5px;}
/* 关于我们 */
.abouts1 .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
.abouts1 .img{
	width: 50%;
}
.abouts1 .img img{
	width: 100%;
}
.abouts1 .text{
	width: 50%;
	padding-left: 40px;
}
.abouts1 .text p{
    text-indent: 2em;
    font-size: 1.25rem;
    line-height: 2;
	color: #555;
}
/* 荣誉证书 */
.abouts2{
	background: #f3f5f7;
}
.abouts2 .swiper{
	overflow: hidden;
	margin-bottom: 25px;
}
.abouts2 .swiper-wrapper{
	width: auto;
}
.about_bg{
	margin-top: 50px;
	padding-bottom: 63px;
	background: url("../image/bg7.png") no-repeat bottom;
}
.abouts2 .swiper-slide img{
	width: 100%;
}
.abouts2 .swiper-slide a{
	position: relative;
	cursor: pointer;
}
.abouts2 .swiper-slide a::after{
    content: '';
    background: #ffc028 url(../image/plus-white-icon.png) no-repeat center/17px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.abouts2 .swiper-slide a:hover::after{
	transform: scale(1);
	opacity: 1;
	visibility:visible
}
/* 联系我们 */
.contacts1 .uls{
	margin-top: 50px;
}
.contacts1 h3{
    font-size: 1.375rem;
    color: #333;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    position: relative;
	font-weight: normal;
}
.contacts1 h3:after {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #005bac;
}
.contacts1 h3+p{
    margin-top: 26px;
}
.contacts1 h3+.phone{
    margin-top: 20px;
}
.contacts1 h3+.phone{
	display:block;
	font-size: 24px;
    color: #777;
    line-height: 1;
    margin-bottom: 15px;
}
.contacts1 p{
	font-size: 1rem;
    line-height: 1.7;
}
.contacts1 a:hover{
	color: #006cb7 !important;
}
/* 在线留言 */
.contacts2{
	background: #f5f5f5;
}
.form{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form .inline-input{
	width:32.5%
}
.form .inline-input.row{width:100%;position:relative}
.form .inline-input{margin-bottom:18px;position:relative}
.form .inline-input span{display:flex;align-items:center;height:100%;position:absolute;top:0;left:20px;font-weight:500;color:#a1a4b2;pointer-events:none}
.form .customSelect-name em,.form .inline-input span em{font-style:normal;color:#ee1d23;padding-right:2px}
.inline-input input:focus+span,.inline-input textarea:focus+span{opacity:0}
.form .inline-input.row{width:100%}
.form .inline-input input,.form .inline-input textarea{width:100%;background:#fff;padding:20px;height:50px;font-size:16px;color:#888;border:1px solid #e5e3e4;color:#333;outline-style: none;}
.form .inline-input.row input{height: 160px;padding-bottom: 110px;}
.form .inline-input input+span{height:50px}
.msg-bott{width:100%;justify-content:flex-end;display:flex;align-items:center}
.msg-bott .btn{display:flex;width:152px;height:50px;background:#006cb7;align-items:center;justify-content:center;color:#fff;font-size:14px;letter-spacing:.02em;cursor:pointer;transition:all .4s ease;border-radius:4px;font-weight:bold;border: 0;margin-top: 0;}
.msg-bott .btn:hover{
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem rgba(0, 91, 172,.5);
}
/* { 
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
/*修改*/
.msg-bottss{
    justify-content: flex-start;
    margin-top: 20px;
}
.lina-xqd{position:fixed;right:2px;bottom:10%;margin:auto;height:350px;z-index: 99;transition:.3s;}
.wz-kzsq{position:relative;height:100%;width:170px}
.sq-kzdw{position:absolute;top:66px;left:0;cursor:pointer;display: none;}
.log-sqd{position:absolute;left:44px;border: 1px solid #012fa7;width:125px;border-radius:8px;overflow:hidden;background:#fff;}
.lg-ycd{width:100%;overflow:hidden;text-align:center;height: 82px;background:#fff;border-bottom:1px solid #ccc;}
.lg-ycd img{display:inline-block;margin-top: 34px;width: 82%;}
.zx-xqico{width:100%;overflow:hidden;border-bottom:1px solid #ccc}
.zx-xqico span{display:block;overflow:hidden;padding:10px 0;text-align:center}
.zx-xqico span img{display:inline-block}
.zx-xqico span:hover{background:#f2f1f0;cursor:pointer}
.wx-zdc{width:100%;overflow:hidden;text-align:center;margin-top:13px}
.wx-zdc img{display:inline-block;width:65%}
.wx-zdc p{display:block;width:100%;font-size:16px;color:#000;font-weight:700;line-height:30px;margin-top:5px}
.phone-zx{padding: 15px 0 20px 0;background: #116fb7;overflow:hidden;text-align:center;}
.phone-zx b{display:block;font-size: 17px;letter-spacing: -1px;color: #eee;}
.phone-zx p{font-size: 15px;color: #eee;}
.lina-xqd.active {right: -128px;transition: .3s;}

.pageChange{display: flex;justify-content: space-between;border-top: 1px solid #ddd;padding-top: 1rem;margin-top: 4rem;clear: both;}
.pageChange a{color: #333;font-size: 1rem;}
.pageChange a:hover{color: #006db8;}

.products_detail .text1{
    display: flex;
    flex-wrap: wrap;
}
.products_detail .text1.active{
    display: block;
}
.products_detail .text1.active .img{
    display: none;
    width: 100%;
}.products_detail .text1.active .txt{
    position: static;
    width: 100%;
}
.products_detail .text1 .img{
    width: 50%;
    position: relative;
    left: 50%;
}
.products_detail .text1 .img img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.products_detail .text1 .txt{
    width:50%;
    position: relative;
    right: 50%;
}
.mtt{
    margin-top: 100px;
}

@media (min-width:1025px) and (max-width:1440px){
    .products_detail .text2 li{width: 100%;}
    .products_detail .text1.active .text2 li{width: 49%;}
}
@media (max-width:1024px){
    .products_detail .text1 .img{position:static;width:100%}
    .products_detail .text1 .txt{position:static;width:100%}
}




/* pc效果 */
@media(min-width:1025px){
	/* bounceInLeft */
	@-webkit-keyframes bounceInLeft {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0);transform: translate3d(-3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(25px,0,0);transform: translate3d(25px,0,0)}75% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0)}90% {-webkit-transform: translate3d(5px,0,0);transform: translate3d(5px,0,0)}100% {-webkit-transform: none;transform: none}}
	@keyframes bounceInLeft {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0);transform: translate3d(-3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(25px,0,0);transform: translate3d(25px,0,0)}75% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0)}90% {-webkit-transform: translate3d(5px,0,0);transform: translate3d(5px,0,0)}100% {-webkit-transform: none;transform: none}}
	/* bounceInRight */
	@-webkit-keyframes bounceInRight {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1)}0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0);transform: translate3d(3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0);transform: translate3d(-25px,0,0)}75% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0)}90% {-webkit-transform: translate3d(-5px,0,0);transform: translate3d(-5px,0,0)}100% {-webkit-transform: none;transform: none}}
	@keyframes bounceInRight {0%,100%,60%,75%,90% {-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);transition-timing-function: cubic-bezier(0.215,.61,.355,1)}0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0);transform: translate3d(3000px,0,0)}60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0);transform: translate3d(-25px,0,0)}75% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0)}90% {-webkit-transform: translate3d(-5px,0,0);transform: translate3d(-5px,0,0)}100% {-webkit-transform: none;transform: none}}
	/* wow */
	.wow_l.wow,
	.wow_r.wow{visibility: hidden;animation-name: none;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
	.wow_l.wow.animated{visibility: visible;animation-name: bounceInLeft;}
	.wow_r.wow.animated{visibility: visible;animation-name: bounceInRight;}
	.pc_pr{opacity: 0;transition: opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);transform: scale(.95) translateY(40px);}
	.pc_pr.animated{opacity: 1;transform: scale(1) translateY(0);}
	/* 解决方案 */
	.solutions .uls li:nth-child(2n) a:hover .text{transform:translateX(5px)}
	.solutions .uls li:nth-child(2n+1) a:hover .text{transform:translateX(-5px)}
}
/* 适配 */
@media(max-width:1900px){
	.head_uls{width: 800px;}
	/* 首页-产品 */
	.index_pr_uls{width: calc(100% - 80px);margin-left:auto;margin-right: auto;}
	/* 首页-案例 */
	.index_cases_uls{width: calc(100% - 80px);margin-left:auto;margin-right: auto;}
}
@media (max-width:1700px){
	.w1600{padding: 0 3%;}
	.prod_zc .txt{margin-left: 0;}
	.prod_zc h3{font-size: 1.625rem;}
}
/* 150% */
@media (max-width:1300px) {
	/* 头部 */
	.head_uls{width: 700px;}
	.head_uls .uls>li>a{padding: 12px 0;font-size: 1rem;}
	.head_uls .an{padding: 30px;}
	/* 首页-产品 */
	.index_pr_uls .prev{width: 40px;height: 40px;}
	.index_pr_uls .next{width: 40px;height: 40px;}
	/* 首页-案例 */
	.index_cases_uls .prev{width: 40px;height: 40px;}
	.index_cases_uls .next{width: 40px;height: 40px;}
	/* 首页-解决方案流程 */
	.index_solution2 .uls li p{padding: 0;}
	/* 首页-解决方案 */
	.index_solution .text h4{font-size: 2rem;height: 90px;}
	/* 解决方案 */
	.solutions .uls li .text{padding: 50px 30px;}
}
@media (max-width:1200px) {
	/* 头部 */
	.tel a span{font-size: 1.25rem;}
	.pc-header .text p{font-size: 1.125rem;}
	/* 标语 */
	.index_by .texts{max-width: 400px;}
	.index_by .text h3{font-size: 1.875rem;}
	.index_by .txt{width: calc(100% - 400px);}
	.index_by .txt h4{margin-bottom: 10px;}
	.index_pr .txt p{font-size: 20px;}
	.index_pr .txt a{margin-top: 20px;}
	/* 热门产品 */
	.index_pr .text h3{font-size: 1.875rem;}
	/* 标题 */
	.index_ly_text h2{font-size: 1.875rem;}
	.index_ly_text h3{font-size: 20px;}
	.ys1-right h3, .ys2-left h3{font-size: 1.875rem;}
	/* 首页-公司简介 */
	.index_about .txt h3{font-size: 1.875rem;}
	/* 首页-新闻 */
	.index_news .txt .flex h3{font-size: 1.875rem;}
	.index_news .text .t h3{font-size: 1.5rem;}
	/* 首页-联系我们 */
	.index_contact h3{font-size: 2rem;}
	/* 产品页面 */
	.prod_zc ul li .img{font-size: 1rem;}
	.prod_zc .txt{font-size: 0.8125rem;}
}
@media (max-width:1024px) {
	html{scroll-padding-top: 60px;}
	/* 头部 */
	.pc-header{display: none;}
	.m-header{display: block;}
	.m-header .an{height: 60px;background: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 20%);display: flex;justify-content: space-between;align-items: center;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
	.m-header .an .img img{height: 34px;}
	.header_list{width: 30px;height: 30px;position: relative;cursor: pointer;}
	.header_list i{width: 24px;height: 2px;margin: 5px auto;display: block;background-color: #000;transition: all .5s;}
	.header_list.active i:nth-child(1){transform: translateY(6px) rotate(135deg);}
	.header_list.active i:nth-child(2){display: none;}
	.header_list.active i:nth-child(3){transform: translateY(0) rotate(45deg);}
	/* 移动端导航 */
	.header_nav{position: fixed;top: 60px;left: 0;z-index: 999;width: 100%;background-color: #fff;display: none;}
	.header_nav .uls{height: calc(100vh - 60px);overflow-y: auto;}
	.header_nav .uls li{border-top: 1px solid #eee;position: relative;}
	.header_nav .uls>li a{padding: 15px 20px;color: #333;line-height: 22px;font-size: 14px;display: block;}
	.mToggle{display: none;position: relative;top: -25px;}
	.mToggle::after{position: absolute;content: ">";font-size: 20px;top: 50%;right: 0px;transform: translate(0%,calc(-50% - 3px));color: #555;transition: all .5s;display: flex;width: 52px;height: 52px;align-items: center;justify-content: center;}
	.mToggle.active::after{transform: rotate(90deg) translate(calc(-50%),3px)}
	.header_nav .uls>li ul{display: none;}
	.header_nav .uls>li ul>li>a{padding: 15px 40px;}
	main{margin-top: 60px;}
	.pads{padding: 40px 0;}
	/* 首页-标语 */
	.index_by .texts{width: 100%;max-width: 100%;}
	.index_by .txt{width: 100%;padding-left: 0;margin-top: 20px;max-width: 100%;}
	/* 首页-解决方案 */
	/* 共用pc端的页面样式 */
	.index_solution.active{background-position: top left;background-size: 1920px;}
	.index_solution .text{width: 100%;max-width: 100%;}
	.index_solution .text h4{margin-bottom: 20px;}
	.index_solution .text h5{margin-bottom: 20px;}
	.index_solution .text a{margin-top: 20px;}
	.index_solution .uls{margin-top: 40px;}
	.index_solution .uls li{padding-top: 10px;flex: 1;font-size: 18px;}
	/* 我们优势 */
	.ys1-left,
	.ys2-right,
	.ys3-left{width: 100%;}
	.ys1-right,
	.ys3-right{width: 100%;margin-top: 10px;}
	.ys2-left{width: 100%;margin-top: 10px;padding-left: 0;}
	.ys1-left,
	.ys3-left{left: 0;}
	.ys1-right,
	.ys3-right{right: 0;}
	.ys1-left img,
	.ys2-right img,
	.ys3-left img{margin: 0 auto;}
	.ys1-right ul{padding:20px 20px 0;}
	.ys2-left ul{padding: 20px 20px 0;}
	.ys1-right ul li,
	.ys2-left ul li{margin-bottom: 15px;font-size: 1.25rem;line-height:1.5}
	/* 行业解决方案定制流程 */
	.index_solution2 .uls li{flex: none;max-width: 100%;width: calc(24%);margin-right: 1.16%;margin-bottom: 10px;}
	.index_solution2 .uls li:nth-child(4n){margin-right: 0;margin-bottom: 15px;}
	.index_solution2 .uls li .img::after{display: none;}
	/* 关于我们 */
	.index_about .text{width: 100%;max-width: 100%;}
	.index_about .txt{width: 100%;margin: 20px 0 0;max-width: 100%;}
	.index_about .txt h3{text-align: center;margin-bottom: 15px;}
	.index_about .txt .uls li{padding: 15px 0;}
	.index_about .txt .l h5{font-size: 3.75rem;}
	.index_about .txt .l>div p{font-size: 1rem;}
	/* 新闻 */
	.index_news .text{width: 100%;padding-right: 0;}
	.index_news .text .t h3{margin-bottom: 10px;}
	.index_news .text .t div{margin-top: 10px;}
	.index_news .txt{width: 100%;padding-left: 0;margin-top: 20px;}
	.index_news .txt .uls{margin-top: 30px;}
	/* 联系我们 */
	.index_contact h5{margin-bottom: 30px;}
	/* 底部 */
	.crcon .kslj{display: none;}
	.f_about{width: 100%;margin-left: 0;display: flex;justify-content: center;}
	.crcon ul li>img{margin: 0 auto 5px;}
	.crcon .f_about li p{text-align: center;}
	.end{padding: 20px 0;}
	/* 二级导航 */
	.z_nav{padding: 40px 0 0;}
	.z_nav a{margin: 0 30px 20px;}
	/* 分页 */
	.pagess ul li a, .pagess ul li span{font-size: 1rem;min-width: 36px;min-height: 36px;}
	.pagess{margin-top: 40px;}
	/* 新闻内容 */
	.n_rl{width: 100%;}
	.n_rr{width: 100%;margin-left: 0;max-width: 100%;margin-top: 30px;}
	.n_rr h3{text-align: center;}
	/* 新闻分页 */
	.new_page{padding: 20px 0;}
	.new_page p{width: 100%;padding-left: 0;margin-bottom: 10px;}
	/* 产品页面 */
	.products .uls li{width: 100%;margin-right: 0;}
	.pr_3s>div{width: 100%;margin-right: 0;}
	.pr_3s .ct{padding: 30px;}
	.prod_zc{padding: 40px 20px;}
	.prod_zc li{margin-top: 20px;}
	.prod_zc ul{margin-top: 10px;}
	.prod_zc h3{font-size: 1.375rem;}
	.cases h3{margin: 5px 0;}
	/* 产品内容 */
	.prod_detail .ct .text h1{font-size: 2rem;margin-bottom: 20px;}
	.prod_detail .ct .text p{font-size: 1.125rem;}
	.products_detail h2{margin-bottom: 20px;}
	.mt{margin-bottom: 40px;}
	.mtt{margin-top: 40px;}
	/* 解决方案 */
	.solutions .uls li .img{width: 100%;}
	.solutions .uls li .text{width: 100%;padding: 20px;}
	.solutions .uls li:nth-child(2n) .img{left: 0;}
	.solutions .uls li:nth-child(2n) .text{right: 0;}
	.solutions .uls li:nth-child(2n) .text::after{display: none;}
	.solutions .uls li:nth-child(2n+1) .text::after{display: none;}
	.solutions .uls li .text h3{font-size: 1.5rem;margin-bottom: 10px;}
	.solutions .uls li .text>div{margin-top: 15px;}
	.solutions .uls li{margin-bottom: 30px;}
	/* 解决方案内容 */
	.s_banner h1{font-size: 1.625rem;}
	.s_banner p{font-size: 1rem;}
	.so_title{font-size: 1.625rem;}
	.solution_detail1 .text{margin-top: 20px;}
	.solution_detail1 .text img{max-width:100%;}
	.so_btn{margin-top: 15px;}
	.solution_detail2 .uls li{margin-top: 20px;}
	.solution_detail2 ul li p{margin-top: 10px;font-size: 1.25rem;}
	.solution_detail3 .uls{margin-top: 20px;}
	/* 关于我们 */
	.abouts1 .img{width: 100%;}
	.abouts1 .text{width: 100%;padding-left: 0;margin-top: 20px;}
	.abouts1 .text p{font-size: 1.125rem;}
	.abouts1 .flex{margin-top: 30px;}
	.about_bg{margin-top: 30px;}
	/* 联系我们 */
	.contacts1 .uls{margin-top: 30px;}
	.form{margin-top: 30px;}
}
@media (max-width:820px) {
	.pads{padding: 30px 0;}
	/* 标语 */
	.index_by .text h3{font-size: 1.375rem;}
	.index_by .txt h4{font-size: 1.125rem;}
	.index_by .txt{margin-top: 10px;}
	.index_by .uls li h5{font-size: 1rem;}
	.index_by .uls li h5 span{font-size: 2rem;margin-right: 5px;}
	.index_by .uls li p{font-size: 0.875rem;margin-top: 0;}
	.index_by .txt .uls li{width: calc(32.5%);margin-right: 1.16%;}
	.index_by .txt .uls li:nth-child(2n){margin-right: 1.16%;}
	.index_by .txt .uls li:nth-child(3n){margin-right: 0%;}
	/* 热门产品 */
	.index_pr .flex .text{width: 100%;}
	.index_pr .flex .txt{width: 100%;}
	.index_pr .text h3{font-size: 1.375rem;}
	.index_pr .txt p{font-size: 1rem;text-align: left;}
	.index_pr .txt a{margin-top: 10px;}
	.index_pr_uls{margin-top: 20px;}
	.index_pr_uls .next{right: -2%;transform: translate(100%,0);}
	.index_pr_uls .prev{left: -2%;transform: translate(-100%,0);}
	.index_pr_uls .swiper-slide p{margin-top: 5px;font-size: 1rem;}
	/* 我们优势 */
	.index_ly_text h2{font-size: 1.375rem;}
	.index_ly_text h3{font-size: 1.125rem;}
	.ys1, .ys2, .ys3{margin-top: 15px;padding: 15px 0;}
	.ys1-right:before, .ys2-left:after, .ys3 .ys1-right:before{width: 2rem;background-size: 100% auto;left: 0.5rem;top: 0;height: 76px;}
	.ys1-right h3, .ys2-left h3{font-size: 1.375rem;padding-left: 3rem;padding-bottom: 0;}
	.ys1-right h3 span, .ys2-left h3 span, .y3-right h3 span{font-size: 1.125rem;}
	.ys1-right ul li, .ys2-left ul li{font-size: 1rem;margin-bottom: 5px;padding-left: 1rem;background-size: 5px 5px;}
	.ys1-right ul,.ys2-left ul{padding: 20px 10px 0;}
	/* 首页-解决方案 */
	.index_title{margin-bottom: 5px;}
	.index_solution .text h4{font-size: 1.75rem;height: 80px;margin-bottom: 10px;}
	.index_solution .text h5{font-size: 1.125rem;height: 26px;margin-bottom: 10px;}
	.index_solution .text a{margin-top: 8px;}
	.index_solution .uls{margin-top: 15px;overflow-x: auto;}
	.index_solution .uls li{font-size: 16px;white-space: nowrap;padding: 10px 10px;}
	/* 解决方案流程 */
	.index_solution2 .uls{margin-top: 15px;}
	.index_solution2 .uls li .text span{font-size: 3.125rem;}
	.index_solution2 .uls li .text h3{font-size: 1.125rem;}
	.index_jd .swiper{margin-top: 15px;}
	/* 客户案例 */
	.index_cases_uls{margin-top: 15px;}
	.index_cases_uls .next{right: -2%;transform: translate(100%,0);}
	.index_cases_uls .prev{left: -2%;transform: translate(-100%,0);}
	.index_cases_uls h3{margin: 5px 0;font-size: 1.125rem;}
	.btn{margin-top: 20px;}
	/* 关于我们 */
	.index_about .text .img{margin-bottom: 15px;}
	.index_about .txt h3{font-size: 1.375rem;}
	.index_about .txt .l{width: 100%;}
	.index_about .txt .r{width: 100%;max-width: 100%;margin-top: 5px;font-size: 1rem;text-align: center;}
	.index_about .txt .l{justify-content: center;}
	.index_about .txt .l h5{font-size: 2.5rem;}
	.index_about .txt .l>div{margin-left: 5px;}
	.index_about .txt .uls li{padding: 10px 0;}
	/* 新闻 */
	.index_news .text .t{margin-top: 15px;padding-top: 10px;}
	.index_news .text .t h3{font-size: 1.375rem;}
	.index_news .text .t p{font-size: 1rem;}
	.index_news .text .t div{margin-top: 5px;}
	.index_news .txt .flex{flex-wrap: wrap;}
	.index_news .txt .flex h3{width: 100%;text-align: center;font-size: 1.375rem;}
	.index_news .txt .flex .ul{width: 100%;justify-content: center;margin-top: 10px;}
	.index_news .txt .uls{margin-top: 15px;}
	.index_news .txt .uls li{margin-top: 15px;}
	.index_news .txt .uls li .img{width: 100%;padding-top: 0;}
	.index_news .txt .uls li .img img{position: static;}
	.index_news .txt .uls li .t2{width: 100%;padding-left: 0;margin-top: 5px;}
	.index_news .txt .uls li .t2>div{margin-top: 5px;}
	/* 联系我们 */
	.index_contact h3{font-size: 1.375rem;margin-bottom: 10px;}
	.index_contact h5{font-size: 1.125rem;margin-bottom: 10px;}
	.index_contact p a{font-size: 1.5rem;}
	.index_contact p img{width: 20px;margin-right: 10px;}
	/* 底部 */
	.crcon{padding-top: 40px;}
	/* 二级导航 */
	.z_nav{padding: 30px 0 0;}
	.z_nav a{margin: 0 15px 10px;font-size: 1rem;}
	/* 客户案例 */
	.cases h3{margin: 5px 0;font-size: 1.125rem;}
	/* 分页 */
	.pagess{margin-top: 20px;}
	.pagess ul li a, .pagess ul li span{font-size: 0.875rem;min-width: 32px;min-height: 32px;}
	.pagess ul li:first-child a, .pagess ul li:first-child span{padding: 0 10px;}
	.pagess ul li:last-child a, .pagess ul li:last-child span{padding: 0 10px;}
	/* 新闻内容 */
	.news_t h1{font-size: 1.25rem;}
	.n_rr{margin-top: 15px;}
	.n_rr h3{font-size: 1.125rem;}
	.n_rr .uls li h5{margin-bottom: 10px;}
	.n_rr .uls li{margin-top: 15px;}
	/* 产品页面 */
	.pr_3s .img, .products .uls li .img{width: 100%;left: 0;}
	.pr_3s .text, .products .uls li .text{width: 100%;right: 0;margin-top: 15px;}
	.pr_3s .ct,
	.products .uls li{margin-bottom: 15px;}
	.pr_3s>div:nth-child(1)>.ct{height: auto;}
	.pr_3s .text h3, .products .uls li .text h3{font-size: 1.25rem;}
	.pr_3s .text h5, .products .uls li .text h5{margin-bottom: 10px;}
	.pr_3s .text p, .products .uls li .text p{line-height: 1.5;}
	.pr_3s .text>div, .products .uls li .text>div{margin-top: 15px;}
	.products .pagess{margin: 20px 0 20px;}
	/* 产品内容 */
	.prod_detail .ct .text{width: 100%;right:0;margin-top: 10px;}
	.prod_detail .ct .img{left: 0;width: 100%;}
	.prod_detail .ct .text h1{font-size: 1.375rem;}
	.prod_detail .ct .text p{font-size: 1rem;}
	.products_detail h2{font-size: 1.25rem;margin-bottom: 20px;}
	.products_detail .text1 .img img{margin: 0 10px 10px;}
	.products_detail .text1 p{padding-left: 15px;}
	.products_detail .text2 li{width: 100%;margin-right: 0;margin-bottom: 10px;padding-bottom: 5px;}
	.products_detail .text2 li span{margin-right: 15px;}
	/* 解决方案 */
	.solutions .uls li{margin-bottom: 15px;}
	.solutions .uls li .text h3{font-size: 1.25rem;margin-bottom: 5px;}
	/* 解决方案的内容 */
	.s_banner h1{font-size: 1.375rem;margin-bottom: 5px;}
	.s_banner p{font-size: 0.9375rem;}
	.so_title{font-size: 1.25rem;}
	.solution_detail2 .uls li img{height: 50px;}
	.solution_detail2 ul li p{font-size: 1rem;}
	.solution_detail2 .uls li{margin-right: 2%;width: 49%;}
	.solution_detail2 .uls li:nth-child(3n){margin-right: 2%;}
	.solution_detail2 .uls li:nth-child(2n){margin-right: 0;}
	/* 新闻页面 */
	.news .uls li{padding-bottom: 10px;}
	/* 关于我们 */
	.abouts1 .flex{margin-top: 15px;}
	.abouts1 .text p{font-size: 1rem;}
	.about_bg{margin-top: 15px;}
	.abouts2{padding-bottom: 0;}
	/* 联系我们 */
	.contacts1 h3{padding-bottom: 10px;font-size: 1.125rem;}
	.contacts1 .uls li{margin-bottom: 15px;width: 100%;margin-right: 0;}
	.contacts1 h3+.phone{font-size: 1rem;}
	.contacts1 h3+p{margin-top: 10px;}
	.contacts1 h3+.phone{margin-top: 10px;margin-bottom: 0;}
	.form .inline-input{width: 100%;}
	.form .inline-input input, .form .inline-input textarea{height: 40px;padding:10px;}
	.form .inline-input input+span{height: 40px;}
	.contacts1 .uls{margin-top: 15px;}
	.form{margin-top: 15px;}
	.form .inline-input.row input{height: 110px;padding-bottom: 80px;}
	.msg-bott .btn{width: 100%;margin-top: 0;}
	.lina-xqd {display: none;}
}
@media (max-width:767px) {
	.index_solution .text h4{font-size: 1.25rem;height: 58px;}
}
@media (max-width:500px){
	/* 热门产品 */
	.index_pr_uls .next{width: 30px;background-size: 16px 16px;height: 30px;right: -5%;}
	.index_pr_uls .prev{width: 30px;background-size: 16px 16px;height: 30px;left: -5%;}
	/* 客户案例 */
	.index_cases_uls .next{width: 30px;background-size: 16px 16px;height: 30px;right: -5%;}
	.index_cases_uls .prev{width: 30px;background-size: 16px 16px;height: 30px;left: -5%;}
}
.pages_box{
	display: flex;
	flex-wrap: wrap;
}