p{
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.detail1 .text p{
  display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
table{border-collapse:collapse;border-spacing:0;border-color: #dedede;}
td,th{padding:0}
table td {
 	border-bottom: solid 1px #dedede;
 	border-right: solid 1px #dedede;
 	padding: 8px 5px;
 	line-height: 22px;
 }
/* 头部 */
.heder1{
	background-color: #f6f6f6;
	padding-top: 1px;
	padding-bottom: 1px;
}
.w1200{
    width: 98%;
    max-width: 1200px;
		margin: 0 auto;
}
.w1200_2{
    width: 90%;
    max-width: 1200px;
		margin: 0 auto;
}
.heder1 p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.875rem;
	color: #595959;
	padding: 0 20px;
}
/* pc端导航 */
.pc_header{
	margin-bottom: 5px;
}
.header2{
		padding-top: 1px;
		padding-bottom: 1px;
}
.header2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pc_hed_left{
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
}
.pc_hed_left .img{
	max-width: 145px;
}
.pc_hed_left .img img{
	width: 100%;
}
.pc_hed_left .text{
	padding-left: 5px;
}
.pc_hed_left .text p:nth-child(1){
	font-size:20px;
	color:#045bab;
	
}
.pc_hed_left .text p:nth-child(2){
	color:#000000;
	font-size:18px;
}
.pc_hed_right{
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
}
.pc_hed_right .img{
	max-width: 59px;
}
.pc_hed_right .img img{
	width: 100%;
}
.pc_hed_right .text{
	padding-left: 20px;
}
.pc_hed_right .text p:nth-child(1){
	font-size:14px;
	color: #595959;
	line-height: 1;
}
.pc_hed_right .text p:nth-child(2){
	font-size:30px;
	color:#045bab;
	line-height: 1;
	font-weight: 500;
}
.heder3{
    position: relative;
    height: auto;
    background: #045bab;
}
.heder3 .uls{
	display: flex;
	align-items: center;
}
.heder3 .uls>li{
	position: relative;
	width: auto;
	flex: 1;
}
.heder3 .uls>li>a{
  height: 60px;
  line-height: 60px;
	width: 100%;
  white-space: nowrap;
	display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	text-align: center;
}
.heder3 .uls>li>a:hover{
	background: #0269c8;
}
.heder3 .uls>li:last-child>a{
	border-right: 0px;
}
.heder3 .uls>li ul{
	position: absolute;
  z-index: 1200;
  top: 100%;
  left: 0;
  display: none;
  min-width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  color: #76838f;
  border: 0 solid #e4eaec;
  border-radius: 0;
  background-color: #045bab;
}
.heder3 .uls>li:hover ul{
	display: block;
	opacity: 1;
}
.heder3 .uls>li ul li{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
	padding: 0.572rem 1.072rem;
}
.heder3 .uls>li ul li:hover{
	background-color: #fff;
}
.heder3 .uls>li ul li a{
	display: block;
  width: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.heder3 .uls>li ul li:hover a{
	color: #045bab;
}
/* 移动端导航 */
@media (min-width:769px){
	.m_header_list{
		display: none !important;
	}
}
.m_header{
	display: none;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 3%;
	height: 60px;
	justify-content: space-between;
}
.m_header .img img{
  width: 104px;
}
.header_list{
	width: 25px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.header_list span:nth-child(1){
	display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -15px;
	transform-origin: 4px 0;
}
.header_list span:nth-child(2){
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #333;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 7px;
}
.header_list span:nth-child(3){
	transform-origin: 1px center;
	display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  margin-left: -15px;
	bottom: 0;
}
/* banner */
.index .swiper-slide img{
	width: 100%;
}
.banner_btn div{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: rgba(91, 112, 136, .5);
	color: #fff;
	text-align: center;
	line-height: 38px;
	left: auto;
	right: auto;
  background-size: 27px 20px;
}
.banner_btn .swiper-button-prev{
 	left: 20px;
	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");
}
.banner_btn .swiper-button-next{
	right: 20px;
	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");
}
/* 产品中心 */
.index_title h1{
	letter-spacing:1px;
	color:#045bab;
	font-size:40px;
	line-height:1.5;
	font-weight: bold;
	text-align:center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.index_product .index_title h1{
	margin-top: 60px;
}
.index_title h1::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	background-color: #045bab;
	height: 2px;
	width: 60px;
}
.index_title p{
	text-align:center;
	font-size: 14px;
	color: #595959;
	margin: 20px 0 0;
}
.index_product .flex{
	display: flex;
	margin-top: 20px;
}
.index_product .flex .left{
	width: 220px;
	margin-right: 35px;
}
.index_product .flex .left .top{
	height: auto;
  background-color: #045bab;
	padding: 1px 20px;
}
.index_product .flex .left .top h2{
  font-size: 24px;
  text-align: left;
  margin-top: 20px;
	color: #fff;
	display: block;
}
.index_product .flex .left .top h3{
	display: block;
  font-size: 12px;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: unset;
	color: #fff;
}
.index_product .flex .left .main{
	padding-bottom: 20px;
  background: #f6f6f6;
  line-height: 24px;
  height: 310px;
	padding-top: 3px;
}
.index_product .flex .left .main div{
	position: relative;
  height: auto;
  width: calc((100% - 20px)/1);
  float: left;
  margin: 5px;
  text-align: center;
}
.index_product .flex .left .main div a{
	width: 100%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom: 1px dashed #dbdbdb;
	color: #595959;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.index_product .flex .left .main div a img{
	width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.index_product .flex .left .bottom{
	background-color: #045bab;
	padding: 1px 11px;
}
.index_product .flex .left .bottom h2{
	margin-top: 10px;
	margin-left: 9px;
	font-size:24px;
	color: #fff;
	font-weight: normal;
}
.index_product .flex .left .bottom h3{
	padding-left: 9px;
	color:rgba(255,255,255,0.3);
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.36);
	font-weight: normal;
}
.index_product .flex .left .bottom p{
	margin-left: 9px;
	font-size:14px;
	color:#ffffff;
	line-height:1.5rem;
}
.index_product .flex .left .bottom a{
	margin: 10px auto 35px;
	background-color: unset;
	text-align: center;
	border: 1px solid #fff;
	position: inherit;
	padding: 8px 0;
	display: block;
	border-radius: 3rem;
	color: #fff;
	width: 187px;
}
.index_product .flex .right{
	width: calc(100% - 255px);
}
.index_product .flex .right .uls{
  display: flex;
	flex-wrap: wrap;
}
.index_product .flex .right .uls li{
  width: calc((100% - 0px)/3);
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	height: inherit;
	top: 0;
	transition: all .5s;
}
.index_product .flex .right .uls li>a:nth-child(1){
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
}
.index_product .flex .right .uls li .img{
  position: relative;
  padding-bottom: 80%;
  border: 5px solid #dedede;
}
.index_product .flex .right .uls li .img img{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
	object-fit: contain;
}
.index_product .flex .right .uls li h3{
  margin: 15px 0px 10px;
  font-size: 14px;
  text-align: center;
	font-weight: normal;
	color: #595959;
}
.index_product .flex .right .uls li:hover{
	top: -10px;
 	box-shadow: rgba(37, 85, 243, 0.2) 0px 3px 18px 2px;
}
/* 横幅 */
.img_h{
	position: relative;
}
.img_h img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
	/* height: 300px; */
	/* object-fit: cover; */
}
.img_h .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.img_h .text p{
	text-align:center;
	color: #fff;
	font-size:16px;
	line-height:2;
	letter-spacing:1px;
}
.img_h .text p+a{
	font-size:36px;
	display: block;
	color: #fff;
	text-align:center;
	line-height: 1;
	font-weight: 500;
}
.img_h .text a+a{
  background-color: unset;
  height: inherit;
  width: inherit;
  text-align: center;
  border: 1px solid #fff;
  position: inherit;
  padding: 8px 0;
  display: block;
  border-radius: 3rem;
  color: #fff;
	width: 194px;
	margin: 20px auto 0;
}
/* 成功案例 */
.index_cases .index_title h1{
	margin-top: 40px;
}
.index_cases .uls{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.index_cases .uls li{
  width: 25%;
	position: relative;
	overflow: hidden;
}
.index_cases .uls li img{
	width: 100%;
}
.index_cases .uls li .text{
  position: absolute;
  bottom: -66px;
  transition: 0.3s;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 1px;
	padding-bottom: 1px;
}
.index_cases .uls li:hover .text{
	bottom: 0px;
	background-color: #fff;
}
.index_cases .uls li .text h2{
	font-size:18px;
	font-weight: normal;
	line-height:2;
	color: #fff;
	padding-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-align: center;
}
.index_cases .uls li:hover .text h2{
	color: #875F23;
}
.index_cases .uls li .text a{
	line-height: 38px;
	height: 38px;
	margin: 10px auto 20px;
	display: block;
  background-color: #ff660000;
	color: #333;
  border:1px solid #E9D1B0;
  padding-right: 12px;
  padding-left: 12px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 100px;
	height: auto;
}
.index_cases{
	padding-bottom: 192px;
}
/* 我们的优势 */
.index_us{
	padding: 1px 0;
	background: url("../Images/about1.jpg") no-repeat center/cover;
}
.index_us .index_title h1{
	color: #fff;
	margin-top: 100px;
}
.index_us .index_title h1::after{
	background-color: #fff;
}
.index_us .index_title p{
	color: #fff;
}
.index_us .text{
	margin-top: 200px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.index_us .txt{
	margin-top: 200px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.index_us .text div{
	width: 53%;
}
.index_us .text>img{
	max-width: 100%;
	display: block;
	margin-top: 60px;
}
.index_us .text div h2{
	color:#313131;
	font-size:26px;
	letter-spacing:1px;
	line-height:2;
	position: relative;
	padding-bottom: 10px;
	width: 83%;
	margin: 0 0 10px auto;
}
.index_us .text div h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #045bab;
}
.index_us .text div p{
	font-size:16px;
	color:#444;
	letter-spacing:1px;
	line-height:1.5;
	min-height: 88px;
	width: 83%;
	margin: 0 0 0 auto;
}

.index_us .text div p+h2{
	margin-top: 60px;
}
.index_us .txt div{
	width: 53%;
	margin-top: 70px;
}
.index_us .txt>img{
	max-width: 100%;
	display: block;
	margin-top: 60px;
}
.index_us .txt div h2{
	color:#fff;
	font-size:26px;
	letter-spacing:1px;
	line-height:2;
	position: relative;
	padding-bottom: 10px;
	width: 80%;
	margin: 0 0 10px auto;
}
.index_us .txt div h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #fff;
}
.index_us .txt div p{
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
	line-height:1.5;
	min-height: 88px;
	width: 80%;
	margin: 0 0 0 auto;
}
.index_us .txt div p+h2{
	margin-top: 60px;
}
/* 新闻动态 */
.index_news{
	margin-bottom: 30px;
}
.index_news .index_title h1{
	margin-top: 40px;
}
.index_news .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 26px 0 16px;
}
.index_news .left{
	width: 50%;
	position: relative;
  background: #f2f2f2;
}
.index_news .left .img{
	width: 100%;
	overflow: hidden;
}
.index_news .left .img img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.index_news .left .txt{
  position: relative;
  width: 100%;
  height: 160px;
  padding: 44px 30px;
  transition: all .5s ease;
}
.index_news .left .txt h2{
	width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7f7f7f;
  font-size: 1rem;
  padding-left: 20px;
  margin-bottom: 5px;
  transition: all .5s ease;
	font-weight: normal;
}
.index_news .left .txt p{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: #aaa;
  padding-left: 20px;
}
.index_news .left>a:nth-child(1){
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
}
.index_news .right{
  width: 50%;
  padding-left: 30px;
}
.index_news .right li{
  display: flex;
	align-items: center;
  flex-wrap: nowrap;
  padding: 20px;
	background: #f2f2f2;
	position: relative;
}
.index_news .right .img{
	width: 120px;
  height: 100%;
  overflow: hidden;
}
.index_news .right .img img{
	width: 100%;
	transition: all .5s;
}
.index_news .right .txt{
	width: calc(100% - 120px);
  height: 100%;
  overflow: hidden;
  padding-left: 20px;
  transition: all .5s ease;
	position: relative;
}
.index_news .right .txt h2{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7f7f7f;
	font-size: 1rem;
	padding-left: 20px;
	margin-bottom: 5px;
	transition: all .5s ease;
	font-weight: normal;
}
.index_news .right .txt p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	color: #aaa;
	padding-left: 20px;
}
.index_news .right li>a:nth-child(1){
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
}
.index_news .left:hover .txt{
	padding-left: 100px;
}
.index_news .left .txt::after{
	content: '';
  position: absolute;
  left: 30px;
  top: 50px;
  width: 0px;
  height: 1px;
  background: #5ddffe;
  transition: all .5s ease;
}
.index_news .left:hover .txt::after{
	width: 70px;
}
.index_news .left:hover .img img{
	transform: scale(1.1);
}
.index_news .right li:hover .img img{
	transform: scale(1.1);
}
.index_news .right li:hover .txt{
	padding-left: 0px;
}
.index_about_top{
	padding: 1px 0;
	background: url("../Images/ab_bg.jpg") no-repeat center top;
}
.index_about_top .index_title h1{
	color: #fff;
	margin-top: 40px;
}
.index_about_top .index_title h1::after{
	background-color: #fff;
}
.index_about_top .index_title p{
	color: #fff;
}
.index_about .index_title+img{
	animation-fill-mode: both;
  border: 8px solid #fff;
  box-shadow: 5px 5px 5px #d8d8d8;
	margin: 30px auto 0;
	display: block;
	max-width: 100%;
}
.index_about .txt{
	margin: 50px auto 60px;
}
.index_about .txt p{
	text-indent: 2em;
  font-size: 18px;
	color: #595959;
}
/* 底部 */
.footer1{
	padding: 30px 0;
	background-color: #045bab;
}
.footer1 h1{
	width: 40%;
	position: relative;
	font-size:18px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.footer1 h1::after{
	width: 50px;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	content:"";
	position: absolute;
}
.footer1 p{
	width: 40%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.footer1 p img{
	width: 24px;
	margin-right: 10px;
}
.footer1 p:nth-child(4) img{
	width: 20px;
}
.footer2{
	padding: 1px 0;
	background-color: #191a1a;
}
.footer2 .w1200_2{
	margin: 20px auto;
	font-size: 14px;
	color: #aaa;
}
.footer2 .w1200_2 a{
	color: #aaa;
  font-size: 14px;
}
/* 子页banner */
.z-banner img{
	width: 100%;
	display: block;
}
/* 关于我们 */
.about1{
	margin: 40px 0 100px;
}
.about1 h1{
	padding-top: 20px;
	font-size:28px;
	color:#000000;
	line-height:1.8;
	border-bottom:1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.about1 p{
	font-size:18px;
	line-height:2.2;
	color: #333;
}
/* 分页 */
.pagess {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  padding: 30px 0;
}
.pagess .pageNum {
  position: relative;
  float: left;
  height: 38px;
  min-width: 38px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  background-size: 100% 100%;
  color: #595959;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 38px;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  border-radius: 0px;
}
.pagess .pre{
	display: inline-table;
	position: relative;
	left: 0;
	top: 0;
	float: left;
	height: 38px;
	margin: 0 5px 0 18px;
	text-align: center;
	padding: 0 10px;
	border-radius: 0px;
	border: 1px solid #fff;
	background: #fff;
	color: #333333;
}
.pagess .pre .font{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pagess .next .font{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pagess .pre .font{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pagess .pre .font .iconfont{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pagess .pre .font .iconfont::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "<";
	color: #333;
	font-size: 16px;
}
.pagess .pageNum.active {
  text-decoration: none;
  background-color: #045bab;
  color: #fff;
  border-color: #045bab;
}
.pagess .p_PageInterval {
  line-height: 30px;
  cursor: text;
  color: #ccc;
  font-family: cursive;
}
.pagess .next {
  display: inline-table;
  position: relative;
  left: 0;
  top: 0;
  float: left;
  height: 38px;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 0 10px;
  border-radius: 0px;
}
.pagess .next .font .iconfont{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pagess .next .font .iconfont::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">";
	color: #333;
	font-size: 16px;
}
/* .pagess{clear: both;overflow: hidden;margin-left: 0px;text-align: center;width: 100%;padding: 30px 0;}
.pagess ul{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.pagess ul li{width: auto !important;margin-right: 0 !important;background-color: transparent !important;margin-bottom: 5px !important;transition: all 0s !important;cursor: none !important;box-shadow: none !important;}
.pagess ul li a,.pagess ul li span{display: inline-block;border: 1px solid #ccc;padding: 8px 14px;margin: 0 5px;line-height: 20px;background: #fff;color: #999;}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{display: inline-block;padding: 8px 14px;margin: 0 5px;background: #045bab;color: #fff;} */
/* 产品中心 */
.product1{
	margin: 48px 0;
}
.product1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.product1 .uls li{
  width: calc(100% / 4);
	padding: 10px;
	position: relative;
}
.product1 .uls li>a:nth-child(1){
	
}
.product1 .uls li .img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-bottom: 75%;
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.product1 .uls li .img img{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
	height: 100%;
	object-fit: cover;
  transition: all .5s ease;
}
.product1 .uls li .img .mao{
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0,0,0,.6);
  transition: all 0.5s ease;
}
.product1 .uls li .img .mao a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	padding: 0.5rem 0;
}
.product1 .uls li .txt{
	border: 1px solid #f2f2f2;
	padding: 20px 20px 10px 20px;
}
.product1 .uls li .img .mao a:before{
	content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}
.product1 .uls li .img .mao a::after{
	content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}
.product1 .uls li h2{
	font-size: 1rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 20px;
	font-weight: normal;
}
.product1 .uls li h2+a{
	display: flex;
  color: #777;
  height: 48px;
  line-height: 38px;
  border-top: 1px solid #e5e5e5;
	position: relative;
}
.product1 .uls li h2+a p{
	color: #777;
}
.product1 .uls li h2+a img:nth-child(2){
	position: absolute;
	transition: all .5s ease;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 26px;
	opacity: 1;
}
.product1 .uls li h2+a img:nth-child(3){
	position: absolute;
	transition: all .5s ease;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 26px;
	opacity: 0;
}
.product1 .uls li:hover .img img{
	transform: scale(1.1);
}
.product1 .uls li:hover .img .mao{
	opacity: 1;
}
.product1 .uls li:hover .img .mao a::after{
	width: 1rem;
}
.product1 .uls li:hover .img .mao a:before{
	width: 1rem;
}
.product1 .uls li h2+a:hover p{
	color: #333;
}
.product1 .uls li h2+a:hover img:nth-child(2){
	opacity: 0;
}
.product1 .uls li h2+a:hover img:nth-child(3){
	opacity: 1;
}
/* 产品详情 */
.mb{
	border-bottom: 1px solid #ddd;
}
.mb .an{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.mb li a{
	position: relative;
  font-size: 15px;
  height: 80px;
  line-height: 80px;
  padding: 0px 30px;
  color: #333;
  display: block;
  transition: 0.3s ease 0s;
}
.mb li a::after{
	content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.mb li a::before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 3px;
	transition: all .3s;
}
.mb li a:hover{
	color: #d50a1d;
}
.mb li a:hover::before{
	width: 80%;
	left: 10%;
	background-color: #d50a1d;
}
.product_detail1{
	margin: 48px 0;
}
.product_detail1>.an>h1{
	margin-bottom: 30px;
	text-align: center;
  font-size: 26px;
	font-weight: normal;
}
.product_detail1>.an>img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.product_detail1 .text{
  overflow: hidden;
  padding: 20px 0px;
	color: #595959;
}
.news_page{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
.news_page p{
	width: 44%;
	display: flex;
  color: #707070;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_page p:nth-child(2){
	justify-content: flex-end;
}
.news_page p a{
	color: #707070;
	font-size: 14px;
}
.news_page p a:hover{
	color: #d50a1d;
}
/* 新闻动态 */
.news1{
	margin: 48px 0;
}
.news1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.news1 .uls li{
	font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
  background: #f5f5f5;
  margin-bottom: 3%;
	padding-bottom: 3%;
	position: relative;
}
.news1 .uls li:first-child{
	width: 100%;
	margin-bottom: 3%;
	margin-left: 0%;
	background: #f5f5f5;
}
.news1 .uls li:nth-child(3n+2){
  margin-left: 0px;
}
.news1 .uls li .img{
	max-height: 290px;
	overflow: hidden;
	height: 20vw;
}
.news1 .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
}
.news1 .uls li:first-child .img{
	box-shadow: 10px 10px 45px 0 rgb(0 0 0 / 0%);
	width: 39%;
	height: auto;
	max-height: 355px;
	display: inline-block;
	vertical-align: middle;
}
.news1 .uls li .img img{
	transition: 0.5s linear 0s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news1 .uls li .txt{
	margin: 8% auto 0;
	width: 90%;
}
.news1 .uls li .txt h2{
	transition: 0.3s ease 0s;
	color: #333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news1 .uls li:first-child .txt h2{
	font-size: 20px;
	font-weight: normal;
	position: relative;
}
.news1 .uls li:first-child .txt h2::before{
	width: 15px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background: #045bab;
	margin-right: 15px;
	content: '';
}
.news1 .uls li .txt p{
	transition: 0.3s ease 0s;
	margin-top: 5%;
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 65px;
}
.news1 .uls li:first-child .txt p{
	line-height: 26px;
	max-height: 84px;
	margin-left: 30px;
}
.news1 .uls li:first-child .txt{
	width: 54%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5%;
	margin-top: 0px;
}
.news1 .uls li .new_btn{
	display: none;
	margin: 0 auto;
  margin-left: 30px;
  margin-top: 6%;
	z-index: 0;
	font-size: 0px;
	line-height: 50px;
	width: 165px;
	height: 50px;
	color: #fff;
	background: #045bab;
	text-align: center;
}
.news1 .uls li .new_btn span{
	transition: 0.3s ease 0s;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.news1 .uls li .new_btn i{
	position: relative;
	font-weight: bold;
	z-index: 0;
	padding-left: 7px;
	margin-left: 36px;
	font-style: normal;
	transition: 0.3s ease 0s;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
  font-family: "宋体" !important;
}
.news1 .uls li .new_btn i::before{
	content: '';
	width: 7px;
	height: 1px;
	top: 50%;
	margin-top: -1px;
	left: 0px;
	position: absolute;
	background: #fff;
	z-index: 0;
}
.news1 .uls li:first-child .new_btn{
	display: block;
}
.news1 .uls li:hover{
	background: #045bab;
}
.news1 .uls li:hover .txt h2{
	color: #fff;
}
.news1 .uls li:hover .txt p{
	color: #fff;
}
.news1 .uls li:first-child:hover{
	background: #f5f5f5;
}
.news1 .uls li:first-child:hover .txt h2{
	color: #045bab;
}
.news1 .uls li:first-child:hover .txt p{
  color: #666;
}
/* 新闻详情 */
.detail1{
	margin: 48px 0;
}
.detail1>.an>h1{
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}
.detail1 .uls{
	overflow: hidden;
	padding-top: 20px;
	margin: 20px 0;
	text-align: center;
	border-top: 1px solid #d9d9d9;
}
.detail1 .uls li{
	display: inline-block;
	margin-right: 20px;
	color: #595959;
	font-size: 14px;
}
.detail1 .uls li a{
	color: #707070;
	font-size: 14px;
}
.detail1 .uls li a:hover{
	color: #045bab;
}
.detail1 .text{
	overflow: hidden;
	padding: 20px 0px;
	color: #595959;
}
/* 联系我们 */
.contact1{
	margin: 48px 0;
}
.contact1 h1{
	color: #333;
	font-size:32px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.contact1 h1::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 50px;
	height: 4px;
	background-color: #045bab;
}
.contact1 .flex{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
	margin: 60px 0;
}
.contact1 .text{
	width: 49.5%;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}
.contact1 .text h2{
	font-size:28px;
	color:#333333;
  width: 94%;
	margin: 60px auto 0;
	font-weight: normal;
}
.contact1 .text .p{
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contact1 .text .p .img{
	margin-left: 0;
	clear: left;
	margin-right: 0;
	width: 14.2%;
}
.contact1 .text .p .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.contact1 .text .p p{
	line-height:1.5;
	font-size: 16px;
	color: #595959;
	width: calc(100% - 14.2%);
}
.contact1 .text .p p a{
	color: #595959;
}
.contact1 .text .p p a:hover{
	color: #60a9d7;
}
.contact1 .map{
	width: 49.5%;
	margin-left: 1%;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}
#allmap{
  width: 100%;
  height: 400px;
}













/* 适配 */
@media (max-width:1024px){
	/* 产品中心 */
	.product1 .uls li{width: 50%;}
}
@media (max-width:768px){
	/* 头部 */
	.m_header{display: flex;background-color: #fff;z-index: 9999;}
	.header_list span{transition: all .5s;}
	.header_list.active span:nth-child(1){transform: rotate(45deg);background: #045bab;}
	.header_list.active span:nth-child(2){display: none;}
	.header_list.active span:nth-child(3){transform: rotate(-45deg);background: #045bab;}
	.heder1,.pc_header,.heder3{display: none;}
	main{margin-top: 60px;}
	.m_header_list{position: fixed;top: 60px;left: 0;width: 100%;height: calc(100vh - 60px);padding: 0 3%;z-index: 999;display: none;background-color: #f5f5f5;}
	.m_header_list>ul{overflow-y: scroll;height: calc(100% - 80px);transition: all .8s ease;opacity: 0;transform: translate(30px, 0);}
	.head_tel{transition: all .8s ease;opacity: 0;transform: translate(30px, 0);}
	.m_header_list>ul>li{border-bottom: 1px solid #dcdcdc;font-size: 16px;padding: 0 20px;}
	.m_header_list.active>ul{opacity: 1;transform: translate(0px, 0);}
	.m_header_list.active .head_tel{opacity: 1;transform: translate(0px, 0);}
	.m_header_list>ul>li>a{display: inline-block;text-decoration: none;width: 80%;line-height: 50px;color: #333;position: relative;box-sizing: border-box;}
	.m_header_list>ul>li ul{display: none;padding: 10px 0%;}
	.m_header_list>ul>li ul li a{color: #666;display: block;background: url(../Images/d.png) no-repeat left center;background-size: 3px auto;font-size: 14px;line-height: 40px;padding-left: 5%;}
	.head_tel{font-size: 16px;color: #045bab;font-weight: bold;line-height: 60px;}
	.head_tel a{font-size: 16px;color: #045bab;font-weight: bold;line-height: 60px;}
	.m_header_list ul li i{display: inline-block;width: 10%;height: 60px;text-align: center;background: none;position: absolute;display: none;cursor: pointer;right: 0;}
	.m_header_list ul li i::after{content: '';display: block;width: 26px;height: 26px;background: url(../Images/j.png) no-repeat center;background-size: 17px auto;position: absolute;right: 3%;top: 15px;}
	.m_header_list ul li i.active::after{background: url(../Images/h.png) no-repeat center;background-size: 20px auto;}
	/* banner */
	.banner_btn{display: none;}
	/* 首页-产品中心 */
	.index_product .index_title h1{margin-top: 30px;}
	.index_title h1{font-size: 1.375rem;}
	.index_title p{margin-top: 10px;}
	.index_product .flex .left{display: none;}
	.index_product .flex .right{width: 100%;padding-left: 0;}
	.index_product .flex .right .uls li{width: calc(100% / 2);}
	/* 横幅 */
	.img_h img{height: 300px;object-position: top left;}
	.img_h .text{justify-content: center;}
	/* 首页-成功案例 */
	.index_cases{padding-bottom: 0;}
	.index_cases .index_title h1{margin-top: 20px;}
	.index_cases .uls li{width: 100%;}
	.index_cases .uls{margin-top: 20px;}
	.index_cases .uls li .text{bottom: 0;background-color: rgba(0, 0, 0, 0.6) !important;}
	.index_cases .uls li .text h2{color: #fff !important;}
	.index_cases .uls li .text a{color: #fff !important;}
	/* 首页-我们的优势 */
	.index_us{display: none;}
	/* 首页-新闻动态 */
	.index_news .index_title h1{margin-top: 20px;}
	.index_news .left{width: 100%;}
	.index_news .right{width: 100%;padding-left: 0;margin-top: 10px;}
	/* 首页-关于我们 */
	.index_about .txt{margin: 30px auto 40px;}
	.index_about_top .index_title h1{margin-top: 20px;}
	.index_about .txt p{font-size: 1rem;line-height: 1.5;}
	/* 底部 */
	.footer1{padding: 30px 0 40px;}
	.footer1 h1{width: 100%;}
	.footer1 p{width: 100%;}
	/* 关于我们 */
	.about1{margin: 30px 0 40px;}
	.about1 h1{padding-top: 10px;font-size: 20px;text-align: center;}
	.about1 p{font-size: 1rem;}
	/* 产品中心 */
	.product1 .uls li{width: 100%;}
	.product1{margin: 30px 0 10px;}
	/* 产品详情 */
	.mb li a{padding: 0px 20px;font-size: 14px;height: 62px;line-height: 62px;}
	.product_detail1>.an>h1{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
	.product_detail1{margin: 20px 0;}
	.news_page{display: block;margin: 3vw auto;height: auto;border-bottom: none;padding-bottom: 0;}
	.news_page p{width: 100%;text-align: left;background: #fff;padding: 10px;margin: 2vw auto;}
	.news_page p:nth-child(2){justify-content: flex-start;}
	/* 新闻动态 */
	.news1 .uls li:first-child .img{width: 100%;}
	.news1 .uls li:first-child .txt{width: 90%;margin: 8% auto 0;display: block;}
	.news1 .uls li:first-child{}
	.news1 .uls li{width: 100%;margin-left: 0;}
	.news1 .uls li .img{max-height: initial;height: auto;}
	.news1 .uls li:first-child .new_btn{display: none;}
	.news1 .uls li:first-child .txt h2::before{display: none;}
	.news1 .uls li:first-child .txt p{width: 100%;margin-left: 0;}
	.news1 .uls li:first-child .txt h2{font-size: 16px;font-weight: bold;}
	.news1 .uls li .txt h2{font-size: 16px;}
	.news1 .uls li:first-child{margin-bottom: 5vw;}
	.news1{margin: 30px 0 10px;}
	/* 新闻详情 */
	.detail1{margin: 30px 0 30px;}
	.detail1>.an>h1{font-size: 20px;font-weight: bold;margin: 10px 0;}
	.detail1 .uls{float: none !important;display: block;width: 100%;padding: 0 10px;margin: 2px 0;}
	.detail1 .uls li{display: none;}
	.detail1 .uls li:last-child{display: inline-block;}
	/* 联系我们 */
	.contact1{margin: 30px 0;}
	.contact1 h1{font-size: 24px;padding-bottom: 15px;margin-bottom: 10px;}
	.contact1 .flex{margin: 15px 0;padding: 0;}
	.contact1 .text{width: 100%;margin: 0;}
	.contact1 .map{width: 100%;margin: 0;}
	.contact1 .text h2{font-size: 1.25rem;margin-top: 15px;text-align: center;}
	.contact1 .text .p{margin-top: 15px;}
	.contact1 .text{margin-bottom: 30px;}
	.contact1 .text .p .img{width: 60px;}
	.contact1 .text .p .img img{max-width: 40px;}
	.contact1 .text .p p{width: calc(100% - 60px);}
	.contact1 .flex{border: none;}
}