.m-header{
	display: none;
}
.index{
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.w1620{
	max-width: 1620px;
	width: 94%;
	display: block;
	margin: 0 auto;
}
.w1820{
	max-width: 1820px;
	width: 94%;
	display: block;
	margin: 0 auto;
}
.mySwiper>.swiper-wrapper>.swiper-slide{
	width: 100vw;
	height: 100vh;
}
/* 头部 */
.m-header{
	display: none;
}
.pc-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	z-index: 999;
	width: 100vw;
	background-color: #ffffff;
}
.pc-header .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.pc-header .imgs img{
	max-width: 360px;
	max-height: 65px;
	display: block;
	margin-right: 20px;
}
.pc-header .uls{
	flex: 1 1 auto;
	padding-left: 12vw;
	display: flex;
	height: 100%;
	position: relative;
	justify-content: flex-end;
}
.pc-header .uls>li{
	height: 100%;
	flex: 1;
	max-width: 145px;
}
.pc-header .uls>li>a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #403c3c;
}
.pc-header .uls>li.active>a{
	color: #0b419a;
}
.pc-header .tel{
	margin-left: 1vw;
	padding-left: 1.5vw;
	border-left: 1px solid #ddd;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pc-header .tel img{
	margin-right: 10px;
	height: 27px;
	display: block;
}
.pc-header .tel p{
	font-size: 1rem;
	color: #403c3c;
}
/* pc下拉导航 */
.pc-head{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-0%);
	background-color: #fff;
	max-width: calc(1620px - 212px - 75px);
	width: 94%;
	display: none;
	border-radius: 0 5px 10px 10px;
	border: 1px solid transparent;
	padding: 30px;
}
.pc-head .flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.pc-head .flex .img{
	width: 30%;
	position: relative;
	padding-top: 17%;
}
.pc-head .flex .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}
.pc-head .flex .img img:nth-child(1){
	display: block;
}
.pc-head .flex ul{
	width: 60%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.pc-head .flex ul::after{
	content: '';
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -45px;
    z-index: 2;
    width: 1px;
}
.pc-head .flex ul li{
	width: calc(30% - 20px);
	margin-right: 20px;
	padding-bottom: 15px;
}
.pc-head .flex ul li a{
	display: block;
	width: 100%;
	padding: 6px 5px;
	border: 1px solid #ccc;
	color: #333;
	transition: all .5s;
	text-align: center;
	font-size: 0.875rem;
}
.pc-head .flex ul li a:hover{
	background-color: #0b419a;
	color: #fff;
}

/* 侧边栏导航 */
.right_list{
	position: absolute;
	right: 2vw;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 888;
}
.right_list li{
	width: 14px;
	height: 14px;
	background-color: #bebebe;
	margin-top: 1.5vw;
	border-radius: 8px;
	cursor: pointer;
}
.right_list li:hover,
.right_list li.active{
	background-color: #155acd;
}
/* banner */
.banner .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner{
	position: relative;
}
.banner .bottom{
	position: absolute;
	left: 50%;
	bottom: 2.5vw;
	transform: translate(-50%,-0);
	z-index: 100;
}
.banner .bottom img{
	position: relative;
	bottom: 0;
	max-width: 100%;
	margin: 0 auto;
	transition: bottom .5s;
}
.banner .bottom span{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 0.875rem;
}
/* 首页-案例展示 */
.index_cases{
	background: url("../images/index_cases_bg.jpg") no-repeat center/cover;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index_cases .an{
	padding-top: 82px;
}
.color_f.index_title{
	color: #fff;
}
.index_cases .mySwiper4{
	overflow: hidden;
	margin-top: 6vw;
}
.index_cases .swiper-slide{
	position: relative;
	width: auto;
}
.index_cases>div{
	width: 100%;
}
.index_cases .swiper-slide>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	font-size: 0;
}
.index_cases .swiper-slide .img{
	padding-top: 60%;
	height: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index_cases .swiper-slide .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.index_cases .swiper-slide:hover .img img{
	transform: scale(1.05);
}
.index_cases .swiper-slide:hover h3{
	color: #0b419a;
}
.index_cases .swiper-slide .text{
	padding: 31px 15px;
	background-color: #fff;
}
.index_cases .swiper-slide h3{
	width: 100%;
	font-size: 1.125rem;
	font-weight: normal;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}
.index_cases .mySwiper4 .swiper-button-prev{
	display: none;
}
.index_cases .mySwiper4 .swiper-button-next{
	display: none;
}
.index_cases .uls{
	position: relative;
	width: 100%;
}
.index_cases .uls>.swiper-button-prev{
	background-color: #95b0d7;
	width: 3vw;
	height: 3vw;
	transform: translate(0,0);
	background-image: url("../images/l.svg");
	background-size: 1vw 1.2vw;
	left: 2vw;
}
.index_cases .uls>.swiper-button-next{
	background-color: #95b0d7;
	width: 3vw;
	height: 3vw;
	transform: translate(0,0);
	background-image: url("../images/r.svg");
	background-size: 1vw 1.2vw;
	right: 2vw;
}
.index_cases .uls>.swiper-button-prev:hover{
	background-color: #fff;
}
.index_cases .uls>.swiper-button-next:hover{
	background-color: #fff;
}
/* 首页-产品展示 */
.index_product{
	background: url("../images/index_product_bg.jpg") no-repeat center/cover;
	overflow: hidden;
}
.index_product .an{
	padding-top: 82px;
}
.index_product .an h2{
	position: relative;
	z-index: 78;
}
.index_product .mySwiper3{
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 80;
}
.index_product .swiper-slide{
	border-right: 1px solid #dddddd;
	width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.index_product .swiper-slide>div{
	width: 100%;
	padding: 0 3vw 7vw;
	z-index: 100;
	position: relative;
	transition: height .5s;
}
.index_product .swiper-slide>div::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #0b419a;
}
.index_product .swiper-slide .img{
	width: 100%;
	position: relative;
	padding-top: 60%;
	margin-bottom: 5vw;
	transition: top .5s;
	overflow: hidden;
}
.index_product .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.index_product .swiper-slide span{
	font-size: 1.25rem;
	color: #666666;
	display: block;
	text-align: left;
	line-height: 1.5;
}
.index_product .swiper-slide h3{
	display: block;
	text-align: left;
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	position: relative;
	padding-bottom: 1vw;
}
.index_product .swiper-slide h3::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 2px;
	background-color: #717172;
}
.index_product .swiper-slide .text{
    text-align: left;
	margin-top: 2vw;
	display: none;
	overflow: hidden;
}
.index_product .swiper-slide .text p{
	font-size: 1rem;
	color: #ced9db;
	line-height: 1.8;
	text-align: left;
	max-width: 217px;
	height: 84px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	opacity: 0;
	transition: opacity .5s;
}
.index_product .swiper-slide .text a{
	display: inline-block;
	font-size: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-image: url("../images/r.svg");
	background-repeat: no-repeat;
	background-size: 10px 20px;
	background-position: center;
	margin: 5vw 0 0;
	transform: translate(-100%,0);
	transition: transform .5s;
}
.index_product .swiper-slide:hover>div{
	/* background-color: #0b419a; */
	position: relative;
	z-index: 100;
	padding: 0 3vw 5vw;
}
.index_product .swiper-slide:hover>div::after{
	transition: top .5s;
	top: 0;
	z-index: -1;
}
.index_product .swiper-slide:hover .img{
	top: -6vw;
	margin-bottom: -3vw;
}
.index_product .swiper-slide:hover span{
	color: #fff;
}
.index_product .swiper-slide:hover h3{
	color: #fff;
}
.index_product .swiper-slide:hover h3::after{
	background-color: #fff;
}
.index_product .swiper-slide .text.active p{
	opacity: 1;
	transition: opacity .5s;
}
.index_product .swiper-slide .text.active a{
	transform: translate(-0%,0);
	transition: transform .5s;
}
/* 首页-新闻资讯 */
.index_news{
	background: url("../images/index_news_bg.jpg") no-repeat center/cover;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.index_news .an{
	padding-top: 82px;
}
.index_title{
	color: #212529;
	font-size: 2.5rem;
	line-height: 1.5;
	padding-top: 4px;
}
.index_news .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 1.5vw;
}
.index_news .flex .mySwiper2{
	width: 53%;
	overflow: hidden;
	background-color: #0b419a;
}
.index_news .flex .mySwiper2 .swiper-slide{
	width: 100%;
	position: relative;
}
.index_news .flex .mySwiper2 .swiper-slide>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.index_news .flex .mySwiper2 .swiper-slide .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}
.index_news .flex .mySwiper2 .swiper-slide .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_news .flex .mySwiper2 .swiper-slide .text{
	padding: 2.5vw 3vw;
}
.index_news .flex .mySwiper2 .swiper-slide .text .times{
	color: #9db3d6;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: left;
}
.index_news .flex .mySwiper2 .swiper-slide .text h2{
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}
.index_news .flex .mySwiper2 .news_swiper{
	position: absolute;
}
.index_news .flex .mySwiper2 .news_swiper{
	position: absolute;
	bottom: calc(5vw + 27px + 40px + 20px);
	left: 3vw;
	width: 6.7vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_news .flex .mySwiper2 .news_swiper .swiper-button-prev{
	position: static;
	width: 3vw;
	height: 3vw;
	transform: translate(0,0);
	background-color: #fff;
	background-image: url("../images/l.svg");
	background-size: 1vw 1.2vw;
}
.index_news .flex .mySwiper2 .news_swiper .swiper-button-next{
	position: static;
	width: 3vw;
	height: 3vw;
	transform: translate(0,0);
	background-color: #fff;
	background-image: url("../images/r.svg");
	background-size: 1vw 1.2vw;
}
.index_news .flex .uls{
	width: 47%;
	padding-left: 40px;
}
.index_news .flex .uls li{
	display: flex;
	align-items: stretch;
	position: relative;
	padding-bottom: 1.2vw;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.2vw;
}
.index_news .flex .uls li:last-child{
	padding-bottom: 0vw;
	border-bottom: 0px solid #ddd;
	margin-bottom: 0vw;
}
.index_news .flex .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.index_news .flex .uls li .img{
	width: 40%;
	position: relative;
	height: 0;
	padding-top: 23%;
	overflow: hidden;
}
.index_news .flex .uls li .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_news .flex .uls li .text{
	width: 60%;
	padding-left: 2vw;
}
.index_news .flex .uls li .text .times{
	color: #999999;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: left;
}
.index_news .flex .uls li .text h3{
	text-align: left;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 15px;
}
.index_news .news_btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2vw;
}
.index_news .news_btn>div{
	position: relative;
	display: flex;
	align-items: center;
}
.index_news .news_btn>div>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.index_news .news_btn span{
	color: #000;
	font-size: 1.125rem;
}
.index_news .news_btn>div:hover span{
	color: #0b419a;
}
.index_news .news_btn img{
	width: 18px;
	margin-left: 10px;
	display: block;
}
/* 底部 */
.footer{
	height: auto !important;
}
.footers{
	background-color: #000000;
	padding: 100px 0 0;
}
.footers .an{
	padding-bottom: 96px;
	display: flex;
	align-items: stretch;
}
.footers .text{
	width: 480px;
}
.footers .text .imgs{
	margin-bottom: 22px;
	display: block;
}
.footers .text .imgs img{
	max-height: 42px;
	max-width: 100%;
	object-fit: contain;
	object-position: left;
	display: block;
}
.footers .text p{
	display: flex;
	align-items: center;
	margin-top: 5px;
	line-height: 2;
	color: #696969;
	font-size: 1.0625rem;
}
.footers .text p img{
	max-width: 24px;
	height: auto;
	display: block;
	margin-right: 15px;
}
.footers .text p a{
	color: #696969;
	font-size: 1.0625rem;
}
.footers .text p a:hover{
	color: #fff;
}
.footers .uls{
	width: calc(100% - 480px - 178px);
	display: flex;
	align-items: stretch;
    padding: 0 3vw 0 4vw;
}
.footers .uls li{
	flex: 1;
	padding: 0 5px;
}
.footers .uls>li>a{
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
}
.footers .uls>li ul{
	margin-top: 20px;
}
.footers .uls>li ul li a{
	font-size: 1rem;
	line-height: 1.8;
	color: #696969;
}
.footers .uls>li ul li a:hover{
	color: #fff;
}
.footers .er{
	width: 178px;
}
.footers .er img{
	width: 100%;
	display: block;
}
.footers .er p{
	color: #fff;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
.footer2{
	border-top: 1px solid #1a1a1a;
	padding: 37px 0;
}
.footer2 .w1620{
	color: #696969;
	font-size: 1rem;
	text-align: left;
}
.footer2 .w1620 p{
	color: #696969;
	font-size: 1rem;
	line-height: 1.7;
}
.footer2 .w1620 p a{
	color: #696969;
	font-size: 1rem;
	margin-left: 8px;
}
.footer2 .w1620 a:hover{
	color: #fff;
}
/* 移动端导航 */
.m-header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 60px;
	z-index: 999;
	border-bottom: 1px solid #eee;
}
.m-header .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.m-header .imgs img{
	width: 230px;
	max-height: 48px;
}
.m-header .flex{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.m-header .so{
	margin-right: 20px;
}
.m-header .so .img{
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: background .5s;
}
.m-header .so .img img{
	max-width: 100%;
}
.m-header .so .img img:nth-child(1){
	display: block;
}
.m-header .so .img img:nth-child(2){
	display: none;
}
.m-header .so:hover .img img:nth-child(1){
	display: none;
}
.m-header .so:hover .img img:nth-child(2){
	display: block;
}
.m-header .so:hover .img{
	background-color: #2c72ba;
	border-color: #2c72ba;
}
.m-header-list{
	width: 26px;
	height: 24px;
	position: relative;
	cursor: pointer;
}
.m-header-list i{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-0);
	transition: transform .5s;
	background-color: #2c72ba;
}
.m-header-list i:nth-child(1){
	top: 0;
	transition: opacity .5s .2s;
}
.m-header-list i:nth-child(2){
	top: 7px;
}
.m-header-list i:nth-child(3){
	top: 14px;
}
.m-header-list i:nth-child(4){
	bottom: 0;
	transition: opacity .5s .2s;
}
.m-header-list.active i:nth-child(1),
.m-header-list.active i:nth-child(4){
	opacity: 0;
	transition: opacity 0s;
}
.m-header-list.active i:nth-child(2){
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.m-header-list.active i:nth-child(3){
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.m-header-nav{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: calc(100vh - 60px);
	z-index: 999;
	display: none;
}
.m-header-nav .uls{
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 10px;
	height: calc(100% - 100px);
}
.m-header-nav .uls>li{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.m-header-nav .uls>li>a{
	padding: 12px 20px;
	display: block;
	font-size: 1rem;
	flex: 1 1 auto;
	color: #333;
	border-bottom: 1px solid #eee;
}
.m-header-nav .uls>li>a:hover{
	color: #2c72ba;
}
.m-header-nav .uls>li>i{
	width: 50%;
	height: 45px;
	position: relative;
	border-bottom: 1px solid #eee;
	display: none;
}
.m-header-nav .uls>li>i::after{
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	width: 16px;
	height: 2px;
	background-color: #333;
}
.m-header-nav .uls>li>i::before{
	position: absolute;
	content: "";
	right: 27px;
	top: 50%;
	transform: translate(0,-50%);
	transition: transform .5s;
	width: 2px;
	height: 16px;
	background-color: #333;
}
.m-header-nav .uls>li>i.active::before{
	transform: translate(0,-50%) rotate(-90deg);
}
.m-header-nav .uls>li ul{
	width: 100%;
	display: none;
}
.m-header-nav .uls>li ul li a{
	padding: 12px 40px;
	display: block;
	font-size: 1rem;
	flex: 1 1 auto;
	color: #333;
	border-bottom: 1px solid #eee;
}
.m-header-nav .uls>li ul li a:hover{
	color: #2c72ba;
}
.m-header-nav .tel{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-header-nav .tel img{
	margin-right: 10px;
	height: 27px;
	display: block;
}
.m-header-nav .tel a{
	font-size: 1rem;
	color: #333;
}
/* 子页面 */
html{scroll-padding-top: 82px;}
main{margin-top: 82px;}
/* 子页面banner */
.z-banner{
	position: relative;
}
.z-banner>img{
	width: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.z-banner .text{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1620px;
	width: 94%;
	text-align: left;
	transform: translate(-50%,-50%);
}
.z-banner .text h2{
	color: #fff;
	font-size: 2.1875rem;
	text-align: left;
	font-weight: normal;
}
/* 子页面面包屑导航 */
.mb{
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.mb .an{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mb .mySwiper6{
	flex: 1 1 auto;
}
.mb .mySwiper6 .swiper-slide{
	width: auto;
}
.mb .mySwiper6 .swiper-slide a{
	display: block;
	font-size: 1rem;
	color: #333333;
	padding: 27px 0;
	position: relative;
	margin-right: 60px;
}
.mb .mySwiper6 .swiper-slide.active a,
.mb .mySwiper6 .swiper-slide a:hover{
	color: #0b419a;
}
.mb .mySwiper6 .swiper-slide.active a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0b419a;
}
.mb .mb_r{
	width: auto;
	margin-left: 20px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.mb .mb_r .flex{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.mb .mb_r .flex img{
	width: 12px;
	display: block;
	margin-right: 12px;
}
.mb .mb_r .flex a{
	font-size: 14px;
	color: #999999;
}
.mb .mb_r .flex img a:hover{
	color: #0b419a;
}
.mb .mb_r>a{
	font-size: 14px;
	color: #999999;
	margin-right: 15px;
}
.mb .mb_r a:hover{
	color: #0b419a;
}
.mb .mb_r>span{
	color: #999999;
	margin-right: 15px;
}
.mb .mb_r>span:last-child{
	margin-right: 0;
}
/* 子页面-关于我们 */
.about1{
	padding: 90px 0;
}
.color_f5{
	background-color: #f5f5f5;
}
.about1 .an{
	display: flex;
	flex-wrap: wrap;
}
.about1 .img{
	width: 50%;
}
.about1 .img img{
	width: 100%;
	display: block;
}
.about1 .text{
	width: 50%;
	padding-left: 60px;
}
.about1 .text h3{
	font-size: 2.25rem;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.about1 .text h4{
	font-size: 1rem;
	line-height: 1;
	color: #000000;
	font-weight: normal;
	margin-bottom: 40px;
}
.about1 .text p{
	text-indent: 2em;
	font-size: 1rem;
	color: #5a5a5a;
	line-height: 1.7;
	text-align: justify;
}
/* 子页面-新闻资讯 */
.news1{
	padding: 70px 0;
}
.news1 .uls li{
	position: relative;
	margin-bottom: 50px;
	padding-right: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ffffff;
}
.news1 .uls li .img{
	width: 28.35%;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 19%;
}
.news1 .uls li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition:transform .5s;
}
.news1 .uls li:hover .img img{
	transform: scale(1.05);
}
.news1 .uls li .text{
	width: calc(100% - 28.35% - 70px);
	padding: 1.5vw 9vw 1.5vw 4vw;
}
.news1 .uls li .text h2{
	font-size: 1.5rem;
	color: #333;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}
.news1 .uls li .text p{
	line-height: 1.7;
	color: #333;
	font-size: 1rem;
	text-align: justify;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	overflow: hidden;
}
.news1 .uls li .times{
	width: 70px;
}
.news1 .uls li .times h5{
	font-size: 3.75rem;
	color: #666666;
	text-align: center;
}
.news1 .uls li .times h6{
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.news1 .uls li .times h6 span{
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
	display: none;
}
.news1 .uls li>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.d_n{
	display: none;
}
/* 分页 */
.pagess{clear: both;overflow: hidden;margin-left: 0px;text-align: center;width: 100%;margin-top: 0px;}
.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: 4px 10px;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: 4px 10px;margin: 0 5px;background: #0b419a;color: #fff;}
.pagess ul li a{color: #666666;font-size: 14px;border: 1px solid #e5e5e5;}
/* 子页面-新闻详情 */
.ndetail1{
	padding: 60px 0 70px;
}
.ndetail1 .an{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ndetail1 .n_left{
	width: calc(100% - 26.544% - 50px);
	margin-right: 50px;
	background-color: #fff;
	padding: 2.5vw 8.5vw;
}
.ndetail1 .n_right{
	width: 26.544%;
	padding: 1.5vw;
	background-color: #fff;
}
.ndetail1 .n_left h1{
	color: #333333;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}
.ndetail1 .n_left .n_times{
	font-size: 0.875rem;
	color: #5a5a5a;
	line-height: 1.7;
	margin-bottom: 20px;
	line-height: 1.7;
	text-align:  center;
}
.ndetail1 .n_left .text{
	line-height: 1.8;
}
.ndetail1 .n_left .text img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
}
.ndetail1 .n_left .text p{
	text-indent: 2em;
	color: #5a5a5a;
	font-size: 1rem;
}
/* 子页面详情分页 */
.newslist_read{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 20px;
}
.newslist_read li{
	width:100%;
	padding:0px 0px 10px 0px;
	overflow: hidden;
	color: #5a5a5a;
	line-height: 1.7;
}
.newslist_read li a{
	font-size: 1rem;
	color: #5a5a5a;
}
.newslist_read li a:hover{
	color: #0b419a;
}
.newslist_read li:last-child{
	text-align: left;
}
.newslist_read li span{
	color: #999;
}
.n_btn{
	text-align: center;
}
.n_btn a{
	display: inline-block;
	text-align: center;
	margin: 50px auto 0;
	background-color: #0b419a;
	padding: 11px 58px 11px 38px;
	color: #fff;
	border-radius: 30px;
	position: relative;
}
.n_btn a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 38px;
	width: 14px;
	height: 6px;
	transform: translate(-0,-50%);
	background:url("../images/n_r.png") no-repeat center/cover;
}
.n_btn a:hover{
	background-color: #2c72ba;
}
.ndetail1 .n_right h2{
	font-size: 1.25rem;
	color: #444444;
	font-weight: bold;
}
.ndetail1 .n_right li{
	position: relative;
	margin-top: 45px;
}
.ndetail1 .n_right li:first-child{
	margin-top: 30px;
}
.ndetail1 .n_right li .nr_times{
	color: #cecece;
	font-size: 0.875rem;
	line-height: 1.7;
}
.ndetail1 .n_right li h3{
	color: #444;
	margin-bottom: 5px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.125rem;
}
.ndetail1 .n_right li .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%;
	overflow: hidden;
}
.ndetail1 .n_right li .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform .5s;
	display: block;
	object-fit: cover;
}
.ndetail1 .n_right li:hover .img img{
	transform: scale(1.05);
}
.ndetail1 .n_right li::after{
	border-top:dashed 1px #dddddd;
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
}
.ndetail1 .n_right li:first-child::after{
	display: none;
}
.ndetail1 .n_right li:hover h2{
	color: #0b419a;
}
.ndetail1 .n_right li>a{
	position: absolute;
	opacity: 0;
	font-size: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
/* 产品中心 */
.product1{
	padding: 70px 0;
}
.product1 .uls{
	display: flex;
	flex-wrap: wrap;
}
.product1 .uls li{
	width: 49%;
	margin-right: 2%;
	padding: 1vw 3vw;
	background-color: #fff;
	margin-bottom: 2%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}
.product1 .uls li:nth-child(2n){
	margin-right: 0%;
}
.product1 .uls li .img{
	display: block;
	position: relative;
	height: 0;
	padding-top: 37%;
	overflow: hidden;
	width: 39%;
}
.product1 .uls li .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform .5s;
	display: block;
	object-fit: contain;
}
.product1 .uls li .img:hover img{
	transform: scale(1.05);
}
.product1 .uls li .text{
	width: 61%;
	padding-right: 4vw;
}
.product1 .uls li .text h3{
	color: #333;
	position: relative;
	font-weight: normal;
	font-size: 1.375rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product1 .uls li .text h3::after{
	content: "";
	width: 30px;
	background-color: #0b419a;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product1 .uls li .text p{
	color: #666;
	font-size: 1rem;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
}
.p_btn{
	margin-top: 15px;
}
.p_btn a{
	border-radius: 30px;
	border: 1px solid #a7a7a7;
	text-align: center;
	padding: 7px 31px;
	color: #666;
	font-size: 0.875rem;
}
.p_btn a:hover{
	background-color: #0b419a;
	color: #fff;
	border-color: #0b419a;
}
/* 联系我们 */
.contact1{
	padding: 70px 0 90px;
}
.contact1 .an{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.contact1 .text{
	background: url("../images/contact_bg.jpg") no-repeat center/cover;
	width: 33%;
	padding: 50px;
}
.contact1 .text h2{
	font-size: 1.75rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 30px;
}
.contact1 .text>p{
	color: #fff;
	font-size: 0.875rem;
	line-height: 2;
}
.contact1 .text .er{
	width: 130px;
	margin-top: 30px;
}
.contact1 .text .er p{
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	margin-top: 10px;
}
.contact1 .img{
	width: 67%;
	overflow: hidden;
}
.contact1 .img img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.message1{
	padding: 70px 0 70px;
}
.message1 h2{
	color: #333;
	font-weight: normal;
	font-size: 2.125rem;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.5;
}
.message1 form{
	padding: 70px 60px 60px;
	background-color: #fff;
}
.message1 form .form_textarea{
	margin-bottom: 10px;
}
.message1 form .form_textarea input{
	font-size: 0.875rem;
	color: #333;
	padding: 18px 20px 84px;
	border: 1px solid #ced4da;
	outline-style: none;
	width: 100%;
}
.message1 form .form_input{
	margin-bottom: 10px;
}
.message1 form .form_input input{
	padding: 12px 20px;
	color: #333;
	font-size: 0.875rem;
	border: 1px solid #ced4da;
	outline-style: none;
	width: 100%;
}
.message1 form .form_btn{
	margin-top: 20px;
}
.message1 form .form_btn button{
	background-color: #0b419a;
	width: 100%;
	padding: 12px 20px;
	color: #fff;
	font-size: 1rem;
	border: none;
	margin: 0;
	outline-style: none;
	cursor: pointer;
}
/* 案例中心 */
.cases1{
	padding: 70px 0 60px;
}
.cases1 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.cases1 .uls li{
	width: 31.5%;
	margin-right: 2.7%;
	margin-bottom: 60px;
	position: relative;
}
.cases1 .uls li:nth-child(3n){
	margin-right: 0;
}
.cases1 .uls li>a{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	font-size: 0;
	z-index: 10;
}
.cases1 .uls li .img{
	position: relative;
	height: 0;
	padding-top:67%;
}
.cases1 .uls li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.cases1 .uls li p{
	line-height: 1.7;
	color: #333;
	font-size: 1.125rem;
	min-height: 87px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 子页面-产品详情 */
.product_detail1{
	padding: 60px 0;
}
.product_detail1>div{
	background-color: #fff;
	margin-bottom: 20px;
}
.product_detail1>div:last-child{
	margin-bottom: 0;
}
.product_detail1 .an1{
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
}
.product_detail1 .an1 .img{
	width: 46%;
	border: 1px solid #dddddd;
	padding-top: 30%;
	position: relative;
	height: 0;
}
.product_detail1 .an1 .img img{
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_detail1 .an1 .text{
	width: 54%;
	padding-left: 80px;
}
.product_detail1 .an1 .text h1{
	padding-left: 20px;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
	position: relative;
}
.product_detail1 .an1 .text h1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #0b419a;
}
.product_detail1 .an1 .text .txt{
	margin: 14px 0 30px;
	padding: 14px 0 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.product_detail1 .an1 .text .txt p{
	font-size: 1rem;
	color: #5a5a5a;
	line-height: 1.8;
}
.product_detail1 .an1 .text .pr_btn{
	display: flex;
	flex-wrap: wrap;
}
.product_detail1 .an1 .text .pr_btn a{
	margin-right: 20px;
	background-color: #999999;
	display: block;
	padding: 10px 58px;
	font-size: 1rem;
	color: #fff;
}
.product_detail1 .an1 .text .pr_btn a.active{
	background-color: #0b419a;
}
.product_detail1 .an1 .text .pr_btn a:hover,
.product_detail1 .an1 .text .pr_btn a.active:hover{
	background-color: #2c72ba;
}
.pr_title{
	border-bottom: 1px solid #e5e5e5;
}
.pr_title h3{
	display: inline-block;
	padding: 13px 68px;
	background-color: #0b419a;
	color: #fff;
	font-size: 1rem;
}
.product_detail1 .an2 .text{
	padding: 40px 40px 90px;
	font-size: 1rem;
	color: #5a5a5a;
	line-height: 1.8;
}
.product_detail2{
	padding: 40px 0 50px;
}
.product_detail2 .mySwiper7{
	overflow: hidden;
	margin-top: 30px;
	padding: 0 1px;
}
.product_detail2 .swiper-slide{
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 30px 20px 40px;
}
.product_detail2 .swiper-slide .img{
	position: relative;
	width: 100%;
	padding-top: 65%;
	height: 0;
}
.product_detail2 .swiper-slide .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .5s;
}
.product_detail2 .swiper-slide>a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	font-size: 0;
}
.product_detail2 .swiper-slide h3{
	text-align: center;
	margin-top: 30px;
	line-height: 1.5;
	font-size: 1rem;
	color: #333;
}









/* pc特效 */
@media (min-width:1025px){
	.index_cases>div{transform: scale(0);transition: transform 1s;}
	.index_cases.swiper-slide-active>div{transform: scale(1);}
	.index_product .mySwiper3{transform: translate(-0,100%);transition: transform 1s;}
	.index_product.swiper-slide-active .mySwiper3{transform: translate(-0,0%);}
	.index_news .flex{overflow: hidden;}
	.index_news .flex .mySwiper2{transform: translate(-100%,0%);transition: transform 1s;}
	.index_news .flex .uls{transform: translate(100%,0%);transition: transform 1s;}
	.index_news.swiper-slide-active .flex .mySwiper2{transform: translate(-0,0%);}
	.index_news.swiper-slide-active .flex .uls{transform: translate(-0,0%);}
}
/* 适配 */
@media (max-width:1300px) and (min-width:1025px) and (max-height:900px){
	.pc-header .uls{padding-left: 4vw;}
	.index_title{font-size: 2vw;}
	/* 首页-案例展示 */
	.index_cases .mySwiper4{width: calc(100% - 5vw);margin: 4vw auto 0;}
	/* 首页-产品展示 */
	.index_product .swiper-slide .text a{width: 3vw;height: 3vw;margin-top: 3vw;}
	.index_product .swiper-slide h3{font-size: 1.5vw;}
	/* 首页-新闻资讯 */
	.index_news .flex .mySwiper2 .swiper-slide .text h2{font-size: 1.5vw;}
	.index_news .flex .uls li .text h3{font-size: 1.3vw;}
	.index_news .flex .mySwiper2 .swiper-slide .text .times{font-size: 1.1vw;}
	.index_news .flex .uls li{margin-bottom: 1.2vw;padding-bottom: 1.2vw;}
	.index_news .news_btn{margin-top: 0.5vw;}
	.index_news .news_btn span{font-size: 1.1vw;}
	.index_news .news_btn img{width: 1.1vw;}
	.index_news .flex{padding-top: 1vw;}
	.index_news .flex .mySwiper2 .swiper-slide .text{padding: 2.2vw 3vw;}
	.footers .uls{padding: 0 1vw 0 0;}
	.footers .an{padding-bottom: 4vw;}
	.footer2{padding: 2vw 0;}
	/* 公共样式 */
	.z-banner .text h2{font-size: 1.8vw;}
	.mb .mySwiper6 .swiper-slide a{font-size: 1vw;padding: 1.2vw 0;}
	.mb .mb_r{font-size: 0.9vw;}
	.mb .mb_r .flex a{font-size: 0.9vw;}
	.mb .mb_r>span{font-size: 0.9vw;}
	.pc-header .imgs img{max-width: 18vw;max-height: 3.2vw;}
	.pc-header .uls>li>a{font-size: 1vw;}
	.pc-header .tel p{font-size: 1vw;}
	.pc-header .tel img{height: 1.4vw;}
	.pc-head .flex ul li{padding-bottom: 0.7vw;margin-right: 1vw;}
	.pc-head .flex ul li a{font-size: 1vw;padding: 0.3vw 0.2vw;}
	.footers .text .imgs{margin-bottom: 1.2vw;}
	.footers .text .imgs img{max-height: 2vw;}
	.footers .text p{font-size: 1.1vw;margin-top: 0.2vw;}
	.footers .text p a{font-size: 1.1vw;}
	.footers .text p img{max-width: 1.2vw;margin-right: 0.7vw;}
	.footers .uls>li>a{font-size: 1vw;}
	.footers .uls>li ul li a{font-size: 1vw;}
	.footers .er{width: 9vw;}
	.footers .text{width: 34vw;}
	.footers .uls{width: calc(100% - 9vw - 34vw);}
	.footer2 .w1620 p{font-size:1vw;}
	.footer2 .w1620 p a{font-size: 1vw;margin-left: 0.4vw;}
	.footers .er p{margin-top: 0.5vw;font-size: 1vw;}
	/* 子页面-关于我们 */
	.about1 .text{padding-left: 3vw;}
	.about1 .text h4{margin-bottom: 2vw;}
	.about1 .text h3{font-size: 2vw;}
	.about1 .text h4{font-size: 1vw;}
	.about1 .text p{font-size: 1vw;}
	/* 子页面-新闻资讯 */
	.news1 .uls li .text h2{font-size: 1.6vw;}
	.news1 .uls li .text p{font-size: 1vw;}
	.news1 .uls li .times h5{font-size: 3vw;}
	.news1 .uls li .times h6{font-size: 1vw;}
	/* 子页面-新闻详情 */
	.ndetail1 .n_left h1{font-size: 1.5vw;}
	.ndetail1 .n_left .n_times{font-size: 0.9vw;}
	.ndetail1 .n_left .text p{font-size: 1vw;}
	.newslist_read{margin-top: 1vw;}
	.newslist_read li{font-size: 1vw;}
	.newslist_read li a{font-size: 1vw;}
	.n_btn a{margin-top: 2vw;font-size: 1vw;}
	.n_btn a::after{top: 53%;}
	.ndetail1 .n_right h2{font-size: 1.3vw;}
	.ndetail1 .n_right li .nr_times{font-size: 0.9vw;}
	.ndetail1 .n_right li h3{font-size: 1.1vw;}
	/* 子页面-产品中心 */
	.product1 .uls li .text h3{font-size: 1.2vw;}
	.product1 .uls li .text p{font-size: 1vw;}
	.p_btn a{font-size: 1vw;padding: 0.3vw 1.5vw;margin-top: 0.8vw;}
	.product1 .uls li .text h3{padding-bottom: 0.5vw;margin-bottom: 0.5vw;}
	/* 案例中心 */
	.cases1 .uls li p{font-size: 1.1vw;min-height: 4.5vw;}
	/* 在线留言 */
	.message1 h2{font-size: 1.5vw;}
	.message1 form .form_textarea input{padding: 0.6vw 2.5vw 4.3vw;font-size: 0.9vw;}
	.message1 form .form_input input{padding: 0.6vw 2.5vw;font-size: 0.9vw;}
	.message1 form .form_btn button{font-size: 1vw;padding: 0.6vw 1vw;}
	/* 联系我们 */
	.contact1 .text h2{font-size: 1.5vw;margin-bottom: 1.5vw;}
	.contact1 .text>p{font-size: 0.9vw;}
	.contact1 .text .er{width: 6.5vw;}
	.contact1 .text .er img{width: 100%;}
	.contact1 .text .er p{font-size: 0.9vw;margin-top: 0.5vw;}
	/* 产品详情 */
	.product_detail1 .an1{padding: 2.5vw;}
	.product_detail1 .an1 .text h1{font-size: 1.4vw;}
	.product_detail1 .an1 .text .txt{padding: 0.7vw 0 1vw;margin: 0.7vw 0 1.5vw;}
	.product_detail1 .an1 .text .txt p{font-size: 1vw;}
	.product_detail1 .an1 .text .pr_btn a{font-size: 1vw;margin-right: 1vw;padding: 0.5vw 3vw;}
	.pr_title h3{font-size: 1vw;padding: 0.6vw 3.5vw;}
	.product_detail1 .an2 .text{padding: 2vw 2vw 5vw;}
	.product_detail1 .an2 .text p{font-size: 1vw;}
	.product_detail2 .swiper-slide{font-size: 1vw;padding: 1.5vw 1vw 2vw;}
	.product_detail2 .swiper-slide h3{font-size: 1vw;margin-top: 1.5vw;}
	.pc-header{height: 4vw;}
	main{margin-top: 4vw;}
	html{scroll-padding-top:4vw;}
}
@media (max-width:1400px) and (min-height:900px) {
	.pc-header .uls{padding-left: 3vw;}
	.index_cases .uls>.swiper-button-prev{width: 50px;height: 50px;}
	.index_cases .uls>.swiper-button-next{width: 50px;height: 50px;}
	.index_cases .mySwiper4{margin: 4vw 60px 0;width: calc(100% - 120px);}
	.index_product .swiper-slide .text a{margin-top: 25vh;}
	.index_news .flex .mySwiper2 .news_swiper{width: calc(100px + 10px);}
	.index_news .flex .mySwiper2 .news_swiper .swiper-button-prev{width: 50px;height: 50px;}
	.index_news .flex .mySwiper2 .news_swiper .swiper-button-next{width: 50px;height: 50px;}
	.footers .uls{padding: 0 2vw 0 0vw;}
	/* 子页面-新闻资讯 */
	.news1 .uls li .text p{-webkit-line-clamp: 3;}
	/* 子页面-新闻详情 */
	.ndetail1 .n_left{padding: 2.5vw 6vw;}
	/* 子页面-产品中心 */
}
@media (max-width:1200px){
	.pc-header .imgs img{max-width: 283px;}
	.pc-header .uls{padding-left: 0vw;}
	.pc-head .flex ul::after{left: -30px;}
	.pc-head .flex ul li{width: calc(36% - 20px);}
	/* 子页面-新闻资讯 */
	.news1 .uls li .text p{-webkit-line-clamp: 2;}
}
@media (max-width:1024px) {
	/* 移动端导航 */
	html{scroll-padding-top: 59px;}
	.mySwiper{margin-top: 59px;}
	main{margin-top: 59px;}
	.pc-header{display: none;}
	.m-header{display: block;}
	.right_list{display: none !important;}
	.index{width: 100%;height: auto;}
	.mySwiper>.swiper-wrapper{transform: initial !important;display: block;}
	.mySwiper>.swiper-wrapper>.swiper-slide{height: auto;}
	.banner .swiper-slide img{width: 100%;height: auto;}
	.banner .bottom{display: none;}
	/* 首页-案例展示 */
	.index_cases{padding: 70px 0;}
	.index_cases .an{padding: 0;}
	.index_cases .uls>.swiper-button-prev{width: 50px;height: 50px;background-size: 20px 25px;}
	.index_cases .uls>.swiper-button-next{width: 50px;height: 50px;background-size: 20px 25px;}
	.index_cases .mySwiper4{margin: 50px auto 0;width: calc(100% - 120px);}
	.index_title{font-size: 2.5rem;padding-top: 0;}
	
	/* 首页-产品展示 */
	.index_product .mySwiper3{position: static;}
	.index_product .mySwiper3{height: auto;margin-top: 50px;}
	.index_product .swiper-slide .text{display: block !important;}
	.index_product .swiper-slide .text a{margin-top: 20px;}
	.index_product .swiper-slide .text a{width: 50px;height: 50px;}
	.index_product .swiper-slide>div{padding: 40px 3vw 40px !important;transition: 0s;}
	.index_product .swiper-slide .img{margin-bottom: 30px;}
	.index_product .swiper-slide:hover .img{top: 0;margin-bottom: 30px;}
	.index_product .swiper-slide .text p{opacity: 1;transition: 0s;color: #666;}
	.index_product .swiper-slide:hover .text p{color: #ced9db;}
	.index_product .swiper-slide .text a{background-color: #0b419a;background-image:url("../images/r_f.svg");transform: translate(0,0);}
	.index_product .swiper-slide h3{margin-bottom: 15px;}
	.index_product .swiper-slide:hover .text a{background-color: #fff;background-image:url("../images/r.svg");}
	.index_product .swiper-slide h3::after{background-color: #0b419a !important;}
	/* 新闻中心 */
	.index_news{padding-bottom: 70px;}
	.index_news .flex{padding-top: 50px;}
	.index_news .flex .uls li{padding-bottom:2vw;margin-bottom: 2vw;}
	.index_news .news_btn{margin-top: 40px;}
	.index_news .flex .mySwiper2 .news_swiper .swiper-button-prev{width: 40px;height: 40px;background-size: 20px 20px;}
	.index_news .flex .mySwiper2 .news_swiper .swiper-button-next{width: 40px;height: 40px;background-size: 20px 20px;}
	.index_news .flex .mySwiper2 .news_swiper{width: 90px;bottom: calc(5vw + 27px + 30px + 20px);}
	/* 底部 */
	.footers{padding-top: 70px;}
	.footers .uls{display: none;}
	.footers .an{justify-content: space-between;padding-bottom: 70px;}
	.footer2{padding: 15px 0;}
	/* 子页面-banner */
	.z-banner>img{min-height: 150px;}
	/* 子页面-面包屑导航 */
	.mb .mySwiper6{display: none;}
	.mb .mb_r{margin-left: 0;padding: 15px 0;}
	/* 子页面-关于我们 */
	.about1 .img{width: 100%;}
	.about1 .text{width: 100%;padding-top: 40px;padding-left: 0;}
	/* 子页面-新闻资讯 */
	.news1 .uls li .text h2{font-size: 1.25rem;}
	.news1 .uls li .times h5{font-size: 3.125rem;}
	/* 子页面-新闻详情 */
	.ndetail1 .n_left{width: 100%;margin-right: 0;}
	.ndetail1 .n_right{width: 100%;margin-top: 40px;}
	.ndetail1 .n_right h2{text-align: center;font-size: 1.5rem;}
	.ndetail1 .n_right{padding: 40px 30px 20px;}
	.ndetail1 .n_left{padding: 50px 30px;}
	.ndetail1 .n_right ul{display: flex;flex-wrap: wrap;margin-top: 20px;}
	.ndetail1 .n_right li{width: 32.5%;margin-right: 1.16%;margin-top: 0;margin-bottom: 20px;display: flex;flex-direction: column-reverse;flex-wrap: wrap;}
	.ndetail1 .n_right li:first-child{margin-top: 0;}
	.ndetail1 .n_right li:nth-child(3n){margin-right: 0;}
	.ndetail1 .n_right li::after{display: none;}
	.ndetail1 .n_right li h3{margin-top: 10px;margin-bottom: 0;}
	/* 子页面-产品中心 */
	.product1 .uls li{flex-direction: column;padding: 20px;}
	.product1 .uls li .img{width: 100%;padding-top: 65%;}
	.product1 .uls li .text{width: 100%;margin-top: 15px;padding-right: 0;padding-bottom: 20px;}
	
	/* 子页面-产品详情 */
	.product_detail1 .an1 .img{width: 100%;padding-top: 65%;}
	.product_detail1 .an1 .text{width: 100%;padding-left: 0;padding-top: 20px;}
	/* 子页面-在线留言 */
	.message1 h2{font-size: 1.75rem;}
	/* 子页面-联系我们 */
	.contact1 .img{width: 100%;}
	.contact1 .text{width: 100%;}
}
@media (max-width:820px) {
	.index_title{font-size: 1.875rem;}
	.index_news .flex .mySwiper2{width: 100%;}
	.index_news .flex .uls{width: 100%;padding-left: 0;margin-top: 40px;}
	/* 子页面-banner */
	.z-banner .text h2{font-size: 1.875rem;}
	/* 关于我们 */
	.about1 .text h3{font-size: 1.875rem;}
	.about1 .text h4{margin-bottom: 15px;}
	/* 子页面-新闻资讯 */
	.news1 .uls li{margin-bottom: 20px;padding-right: 0;}
	.news1 .uls li .img{width: 100%;padding-top: 68%;}
	.news1 .uls li .text{width: 100%;padding: 15px;}
	.news1 .uls li .times{width: 100%;padding-bottom: 20px;}
	.news1 .uls li .times h5{display: none;}
	.news1 .uls li .times h6{text-align: left;font-weight: normal;padding: 0 15px;}
	.news1 .uls li .times h6 span{display: initial;font-weight: normal;}
}
@media (max-width:767px) {
	.index_title{font-size: 1.5rem;}
	/* 首页-案例 */
	.index_cases{padding: 30px 0;}
	.index_cases .mySwiper4{margin-top: 15px;}
	.index_cases .mySwiper4{width:calc(100% - 94px)}
	.index_cases .uls>.swiper-button-next{width: 40px;height: 40px;background-size: 14px 20px;}
	.index_cases .uls>.swiper-button-prev{width: 40px;height: 40px;background-size: 14px 20px;}
	.index_cases .swiper-slide .text{padding: 15px 10px;}
	.index_cases .swiper-slide h3{font-size: 1rem;}
	/* 首页-产品 */
	.index_product .an{padding-top: 30px;}
	.index_product .mySwiper3{margin-top: 20px;}
	.index_product .swiper-slide>div{padding: 0px 20px !important;}
	.index_product .swiper-slide h3{font-size: 1.125rem;}
	.index_product .swiper-slide .text p{height:50px;-webkit-line-clamp:2;}
	.index_product .swiper-slide:hover>div{background-color: transparent;}
	.index_product .swiper-slide:hover>div::after{display: none;}
	.index_product{padding-bottom: 30px;}
	.index_product .swiper-slide:hover .text p{color: #666;}
	.index_product .swiper-slide:hover .text a{background-color: #0b419a;background-image:url("../images/r_f.svg");}
	.index_product .swiper-slide:hover span{color: #666666;}
	.index_product .swiper-slide:hover h3{color: #000;}
	.index_product .swiper-slide:hover h3::after{color: #000;}
	/* 首页-新闻 */
	.index_news .an{padding-top: 30px;}
	.index_news .flex{padding-top: 20px;}
	.index_news .flex .mySwiper2 .swiper-slide .text h2{font-size: 1.125rem;}
	.index_news .flex .mySwiper2 .swiper-slide .text{padding: 15px 10px;}
	.index_news .flex .mySwiper2 .swiper-slide .text .times{font-size: 1rem;}
	.index_news .flex .uls li .text h3{font-size: 1.125rem;}
	.index_news .flex .uls li .text .times{font-size: 1rem;}
	.index_news .flex .uls li .text h3{margin-top: 5px;}
	.index_news .flex .uls{margin-top: 20px;}
	.index_news{padding-bottom: 30px;}
	.index_news .news_btn{margin-top: 20px;}
	/* 底部 */
	.footers .text .imgs img{max-height: 30px;}
	.footers .an{flex-wrap: wrap;}
	.footers .text{width: 100%;}
	.footers .er{margin: 20px auto 0;}
	.footers{padding-top: 30px;}
	.footers .an{padding-bottom: 30px;}
	.footers .text p{text-align: left;line-height: 1.5;margin-top: 10px;}
	.footers .er{width: 130px;}
	/* 子页面-banner */
	.z-banner .text h2{font-size: 1.5rem;}
	/* 子页面-关于我们 */
	.about1{padding: 30px 0;}
	.about1 .text{padding-top: 20px;}
	.about1 .text h3{font-size: 1.5rem;}
	.about1 .text h4{margin-bottom: 15px;}
	/* 子页面-新闻资讯 */
	.news1{padding: 30px 0;}
	.pagess ul li{margin-bottom: 15px;}
	.news1 .uls li .text{padding-bottom: 5px;}
	.news1 .uls li .text h2{font-size: 1.125rem;margin-bottom: 6px;}
	.news1 .uls li{margin-bottom: 15px;}
	/* 子页面-新闻详情 */
	.ndetail1{padding: 30px 0;}
	.ndetail1 .n_left{padding: 20px 15px;}
	.ndetail1 .n_left h1{font-size: 1.125rem;margin-bottom: 10px;padding-bottom: 10px;}
	.ndetail1 .n_left .n_times{margin-bottom: 10px;}
	.ndetail1 .n_left .text img{margin-top: 10px;margin-bottom: 10px;}
	.newslist_read{margin-top: 20px;}
	.newslist_read li{padding-bottom: 10px;}
	.n_btn a{margin-top: 20px;padding: 8px 50px 8px 30px;}
	.n_btn a::after{right: 30px;}
	.ndetail1 .n_right{margin-top: 20px;padding: 20px 15px 5px;}
	.ndetail1 .n_right h2{font-size: 1.125rem;}
	.ndetail1 .n_right li{width: 100%;margin-right: 0;margin-bottom: 15px;}
	.ndetail1 .n_right li h3{font-size: 1rem;}
	/* 子页面-产品中心 */
	.product1{padding: 30px 0;}
	.product1 .uls li{width: 100%;margin-right: 0;}
	.product1 .uls li .text h3{font-size: 1.125rem;}
	.p_btn{margin-top: 25px;}
	/* 子页面-产品详情 */
	.product_detail1 .an1{padding: 20px;}
	.product_detail1{padding: 30px 0;}
	.product_detail1 .an1 .text h1{font-size: 1.125rem;}
	.product_detail1 .an1 .text .txt{padding: 10px 0 10px;margin: 10px 0 20px;}
	.product_detail1 .an1 .text .pr_btn a{padding: 10px 24px;margin-right: 15px;margin-bottom: 10px;}
	.pr_title h3{padding: 13px 30px;}
	.product_detail1 .an2 .text{padding: 20px;}
	.product_detail2{padding: 30px 0;}
	.product_detail2 .swiper-slide{padding: 20px;}
	.product_detail2 .swiper-slide h3{margin-top: 15px;}
	/* 子页面-在线留言 */
	.message1{padding: 30px 0;}
	.message1 h2{font-size: 1.25rem;margin-bottom: 15px;}
	.message1 form{padding: 20px;}
	.message1 form .form_textarea input{padding: 18px 20px 45px;}
	/* 子页面-联系我们 */
	.contact1{padding: 30px 0;}
	.contact1 .text{padding: 20px;}
	.contact1 .text h2{font-size: 1.25rem;margin-bottom: 15px;}
	.contact1 .text .er{margin-top: 15px;}
	.contact1 .text .er p{margin-top: 5px;}
	.contact1 .text .er{width: 100px;}
	.contact1 .text .er img{width: 100%;}
}