@charset "UTF-8";

a,a:hover{
	text-decoration: none;
	cursor: pointer;
	transition: all 0.1s ease-in;
}
.header{
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header .header_menu{
	display: block;
	background: none;
	margin: 0 auto;
}

.header .header_bg{
	display: block;
	width: 100%;
	position: relative;
}

.header .header_bg:hover, .header .on, .header .checkNav{
	background: #fff;
	box-shadow: 0 0 0.8rem 0.01rem rgba(0, 0, 0, 0.3);
	transition: all;
}
.header .header_menu .logo{
	display: block;
	width: 13.125rem;
	height: 7.5rem;
	background: url(../images/logo_w.png) no-repeat;
	position: relative;
}
.header .header_menu .nav{
	/* display: block; */
	margin: 0;
}
.header .header_menu .nav>li{
	display: block;
	width: 9.375rem;
	height: 7.5rem;
	line-height: 7.5rem;
	float: left;
	position: relative;
}
.header .header_menu .nav>li>a{
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	display: block;
}
.header .on .nav>li>a,.header .checkNav .nav>li>a{
	color: #333;
}
.header .on .nav>li>a:hover,.header .checkNav .nav>li>a:hover{
	color: #147af7;
}
.header .on .nav>li>a.checkOn{
	color: #147af7;
}
.header .nav .sub_nav{
	display: none;
	background: #fff;
	padding: 0;
	list-style: none;
	width: 18.75rem;
}
.header .nav .sub_nav>li{
	display: inline-block;
	text-align: left;
	width: 100%;
	text-indent: 1rem;
}
.header .nav .sub_nav>li:hover{
	background: #f7f7f7;
	text-indent: 1.5rem;
	transition: 0.2s;
}
.header .nav .sub_nav>li>a{
	text-decoration: none;
	line-height: 2.875rem;
	margin: 0 auto;
	color: #333;
}
.header .nav .sub_nav>li:hover a{
	color: #147af7;
}
.header .header_bg:hover .logo,.header .on .logo{
	background: url(../images/logo.png) no-repeat;
}
.banner-video{
	display: block;
	width: 100%;
	position: relative;
	/* z-index: -1; */
	background: url(../images/videobg.jpg) no-repeat top center;
}
.banner-video video{
	width: 100%;
	margin: 0 auto;
}
.banner-video .banner-text{
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 40%;
	color: #fff;
}
.banner-video .banner-text h2{
	display: block;
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: 0.25rem;
	color: #fff;
}
.banner-video .banner-text span{
	display: block;
	font-size: 2rem;
	padding: 1.25rem 0;
}
.btn-default,.btn-more{
	display: block;
	margin: 0 auto;
	width: 10rem;
	height: 2.75rem;
	line-height: 2.75rem;
	background: #147af7;
	border-radius: 1.4375rem;
	text-decoration: none;
	color: #fff;
	font-size: 0.875rem;
}
.btn-default:hover{
	color: #fff;
	transition: all 0.1s ease-in;	
}
.btn-more:hover{
	box-shadow:0 0.375rem 0.75rem rgba(0, 0, 0, 0.2);
}
.btn-default .icon-img,.btn-more .icon-img{
	display: inline-block;
	width: 2.5rem;
	height: 2.75rem;
	text-align: center;
	background: url(../images/arrows.png) no-repeat center;
	float: right;
	margin-right: 0.625rem;
}
.found-box{
	display: block;
	padding: 5rem 0;
}
.found-box .found-img{
	background: url(../images/notfound.jpg) no-repeat center;
	background-size: cover;
	width: 25rem;
	height: 12.5rem;
}
.found-box .found-text{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.found-box .found-text a{
	display: inline-block;
	padding: 0.25rem 0.5rem;
	background: #147af7;
	color: #fff;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
}

.product{
	position: relative;
	display: block;
	margin-bottom: 2rem;
}
.product .pro-title{
	display: block;
	width: 100%;
	line-height: 4.375rem;
	margin: 1.25rem 0 0;
}
.product .pro-title h3{
	color: #333;
	font-size: 2.25rem;
	font-weight: 600;
	position: relative;
	text-align: left;
}
.product .pro-title h3 span{
	color: #147af7;
}
.product .list-btn{
	display: inline-block;
	width: 100%;	
	text-align: center;
}
.product .list-btn span{
	display: inline-block;
	color: #147af7;
	margin: 0.625rem 1.875rem;
	line-height: 2.875rem;
	text-align: center;
	border: 1px solid #147af7;
	font-size: 1.125rem;
	padding: 0 1.875rem;
	border-radius: 1.4375rem;
	cursor: pointer;
}
.product .list-btn span:hover,.product .list-btn .on{
	background: #147af7;
	color: #fff;
}
.product .pro-list{
	display: none;
}
.product .show{
	display: block;
}
.pro-box{
	display: flex;
	max-width: 20.625rem;
	flex-direction: column;
	margin:0.8rem 0.23rem;
}
.pro-box .box-img{
	display: block;
	max-width: 100%;
	position: relative;
}
.pro-box .box-img img{
	border: 1px solid #f2f2f2;
	max-width: 100%;
}
.pro-box:hover .box-img img{
	border: 1px solid #147af7;
	transition: all 0.2s ease-in;
}
.pro-box:hover p{
	color: #147af7;
}

.pro-box .box-img .pro-category{
	display: block;
	font-size: 0.75rem;
	color: #fff;
	background: #8d8d8d;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
}
.pro-box p{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	font-size: 1rem;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.625rem;
}
.line{
	display: block;
	background: #e6e6e6;
	height: 0.0625rem;
	width: 100%;
	margin: 1rem 0;
	position: relative;
}
.btn-group{
	display: block;
}
.btn-group .btn-pre,.btn-group .btn-next{
	display: block;
	text-align: center;
	background: #e6e6e6;
	margin: 0 0.625rem 0 0;
	float: left;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 1.375rem;
	color: #666;
	font-size: 1.25rem;
	line-height: 2.75rem;
	cursor: pointer;
}
.btn-group .btn-pre:hover,.btn-group .btn-next:hover{
	background-color: #147af7;
	color: #fff;
}
.btn-more{
	height: 2.75rem;
}
.btn-more:hover{
	color: #fff;
}

.about{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
	
}
.about .about-box{
	display: block;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}
.about .about-box .about-content{
	display: block;
	width: 54.375rem;
	margin-right: 0.625rem;
}
.about .about-box .about-content .about-title{
	display: block;
	width: 100%;
	line-height: 4.375rem;
	margin: 2rem 0 0.5rem 0;
}
.about .about-box .about-content .about-title h3{
	color: #fff;
	font-size: 2.25rem;
	font-weight: 600;
	position: relative;
}
.about .about-box .about-content .about-text{
	display: block;
	color: #fff;
	font-size: 1rem;
	line-height: 2.25rem;
}
.about .about-box .about-content .about-text .btn-more{
	margin-top: 2rem;
}
.about .about-box .icon-group{
	display: block;
	margin-left: 0.625rem;
}
.about .about-box .icon-group .icon-panle{
	display: block;
	width: 12.875rem;
	height: 12.875rem;
	background: #fff;
	padding:2rem 0;
	margin: 0.3125rem;
	float: left;
	cursor: pointer;
}
.about .about-box .icon-group .icon-panle .icon-box{
	display: grid;
	width: 4.875rem;
	height: 4.875rem;
	border: 0.0625rem solid #f6f6f6;
	border-radius: 2.4375rem;
	margin: 0 auto 0.5rem;
	place-items: center;
}
.about .icon-box img{
	display: block;
	max-width: 2.1875rem;
}
.about .about-box .icon-group .icon-panle p{
	display: block;
	font-size: 1rem;
	font-weight: 500;
}
.about .about-box .icon-group .icon-panle p span{
	font-family: "DINPRO",sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	margin-right: 0.625rem;
}
.about .about-box .icon-group .icon-panle:hover{
	background: #147af7;
	color: #fff;
}

.partners{
	display: block;
}
.partners .par-title{
	display: block;
	text-align: center;
	font-size: 2.25rem;
	font-weight: 600;
	margin: 2rem 0;
}
.partners .swiper-container {
	width: 100%;
	height: 7rem;
	margin-top: 2rem;
}
.partners .swiper-slide{
	text-align: center;
	background: #fff;
	border: 0.0625rem solid #e6e6e6;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	max-height: 6.875rem;
	cursor: pointer;
}
.partners .swiper-slide img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	transition: all 0.3 ease;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.partners .swiper-slide img:hover{
	filter: grayscale(0%);
}

.advantage{
	display: block;
	width: 100%;
	/* height: 35rem; */
	margin-top: 2rem;
	background: url(../images/ad-bg.jpg) no-repeat center;
}
.advantage summary{
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 4rem 0;
}
.advantage summary h3{
	display: block;
	font-size: 3.75rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1.2rem;
	letter-spacing: 0.125rem;
}
.advantage summary h3 i{
	display: inline-block;
	width: 2rem;
}
.advantage summary p{
	display: block;
	font-size: 1.5rem;
	margin-bottom: 0.4rem;
	font-weight: 300;
	letter-spacing: 0.125rem;
	color: #f2f2f2;
}
.advantage summary .btn-group{
	width: 25rem;
	display: flex;
	flex-direction: row;
	margin: 2rem auto;
}
.advantage summary .btn-group a.btn-video{
	background: none;
	border: 0.0625rem solid #fff;
	position: relative;
	padding-left: 1rem;
}
.advantage summary .btn-group a.btn-video::before{
	display: block;
	content: "";
	background: url(../images/icon-sanj.png) no-repeat center;
	width: 1.5625rem;
	height: 2.75rem;
	position: absolute;
	left: 2rem;
}
.advantage summary .btn-group a.btn-video:hover{
	background: #147af7;
	border-color: #147af7;
}

.news{
	display: block;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.news .news-list{
	display: block;
	margin-right: 1.25rem;
	height: 40rem;
}
.news .news-classify-group{
	display: block;
	width: 52.5rem;
	border-bottom:0.0625rem solid #e6e6e6;
}
.news .news-classify-group a{
	display: inline-block;
	width: 6.25rem;
	margin-right: 1rem;
	line-height: 2.5rem;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	color: #333;
}
.news .news-classify-group a:hover,.news .news-classify-group a.checkOn{
	color: #147af7;
}
.news .news-classify-group a.checkOn::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 0.1875rem;
	background: #147af7;
}
.news .news-panle{
	display: none;
	margin-top: 2rem;
	height: 31rem;
}
.news .show{
	display: block;
}
.news .news-panle .news-box{
	display: block;
	margin-bottom: 2rem;
}
.news .news-panle .news-box .img-box{
	display: block;
	width: 11.875rem;
	height: 8.125rem;
	margin-right: 1rem;
	overflow: hidden;
}
.news .news-panle .news-box .img-box img{
	display: block;
	width: 100%;
	height: 100%;
}
.news .news-panle .news-box .text-box{
	display: block;
	max-width: 100%;
}
.news .news-panle .news-box .text-box .news-tag{
	display: flex;
	flex-direction: row;
	text-align: left;
}
.news .news-panle .news-box .text-box .news-tag .news-date{
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #147af7;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0.625rem;
}
.news .news-panle .news-box .text-box .news-tag .news-classify{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #fff;
	background: #147af7;
	padding: 0.25rem;
	border-radius: 0.25rem;
}
.news .news-panle .news-box .text-box .news-title{
	max-width: 39.375rem;
	font-size: 1.25rem;
	margin-top: 0.625rem;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .news-panle .news-box .text-box a.news-title:hover{
	color: #147af7;
}
.news .news-panle .news-box .text-box .news-desc{
	display: block;
	font-size: 1rem;
	margin-top: 0.625rem;
	max-width: 39.375rem;
}
.news .news-exhibition{
	display: block;
	background: #f7f7f7;
	width: 30rem;
	height: 40rem;
	padding: 1rem 1.5rem;
}
.news .news-exhibition .exh-title{
	display: block;
	color: #147af7;
	font-size: 2.25rem;
}
.news .news-exhibition .exh-title span{
	display: block;
	font-weight: 600;
}
.news .news-exhibition .exh-title h3{
	display: block;
	color: #333;
	font-weight: 500;
}
.news .news-exhibition .exh-container{
	display: block;
	position: relative;
	padding-bottom: 4rem;
}
.news .news-exhibition .desc-box{
	display: block;
}
.news .news-exhibition .desc-box .img-box{
	display: block;
	width: 27rem;
	height: 14.375rem;
	overflow: hidden;
}
.news .news-exhibition .desc-box .news-date{
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #147af7;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1rem 0;
}
.news .news-exhibition .desc-box .news-title{
	max-width: 27rem;
	font-size: 1.25rem;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .news-exhibition .desc-box a.news-title:hover{
	color: #147af7;
}
.news .news-exhibition .desc-box .news-desc{
	display: block;
	font-size: 1rem;
	margin-top: 0.625rem;
	letter-spacing: 0.0625rem;
}
.news .news-exhibition .swiper{
	display: block;
	width: 100%;
	margin-top: 2rem;
	overflow: hidden;
}
.news .news-exhibition .swiper-slide{
	text-align: left;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.news .news-exhibition .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .news-exhibition .swiper-pagination{
	display: block;
	bottom: 1.875rem;
	
}
.news .news-exhibition .swiper-pagination-bullet{
	border: 0.0625rem solid #666;
	background: none;
	opacity: 1;
	float: left;
}
.news .news-exhibition .swiper-pagination-bullet-active{
	background: #147af7;
	border: 0;
}
.ad{
	display: block;
	background: #0065e0;
	padding: 3rem 0;
	/* margin-top: 1rem; */
}
.ad .ad-box{
	display: block;
}
.ad .ad-box .ad-text{
	display: block;
	font-size: 2.25rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	float: left;
}
.ad .ad-box .btn-group{
	display: flex;
	flex-direction: row;
	float: right;
}
.ad .ad-box .btn-group a{
	display: block;
	border-radius: 1.375rem;
	height: 2.75rem;
	line-height: 2.75rem;
	padding: 0 3rem;
	background: #fff;
	color: #333;
	font-size: 1rem;
	margin: 0 0.5rem;
	font-weight: 500;
	text-align: center;
}
.ad .ad-box .btn-group .btn-tel{
	background: none;
	border: 0.0625rem solid #fff;
	color: #fff;
	font-size: 0.875rem;
}
.ad .ad-box .btn-group .btn-tel span{
	font-family: "DINPRO";
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
}
.footer{
	display: block;
	position: relative;
	background: url(../images/footer-bg.jpg) no-repeat top center;
	background-size: cover;
}
.footer .footer-box{
	display: block;
	margin-top: 4rem;
}
.footer .footer-left{
	display: block;
	color: #fff;
}
.footer .footer-left .text-box{
	display: block;
	margin-bottom: 1rem;
}
.footer .footer-left .text-box p{
	display: block;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	
}
.footer .footer-left .img-box{
	display: flex;
	flex-direction: row;
	margin-top: 3rem;
}
.footer .footer-left .img-box .wx,.footer .footer-left .img-box .dy{
	display: block;
	max-width: 7.5rem;
	margin-right: 3rem;
	text-align: center;
}
.footer .footer-left .img-box .wx img,.footer .footer-left .img-box .dy img{
	display: block;
	max-width: 7.5rem;
	max-height: 7.5rem;
	overflow: hidden;
}
.footer .footer-left .img-box .wx p,.footer .footer-left .img-box .dy p{
	display: block;
	margin: 1rem 0 4rem 0;
}
.footer .footer-right{
	display: block;
	margin-bottom: 1rem;
}
.footer .footer-right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .footer-right ul li{ 
	display: block;
	float: left;
	text-align: left;
	margin-right: 1.5rem;
}
.footer .footer-right ul li span{
	display: block;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.footer .footer-right ul li ul{
	display: block;
}
.footer .footer-right ul li ul li{
	clear: both;
}
.footer .footer-right ul li ul li a{
	display: block;
	text-align: left;
	color: #a2a2a2;
	margin-bottom: 0.5rem;
}
.footer .footer-right ul li ul li:hover a{
	color: #ffff;
}
.footer .footer-copyright{
	display: block;
	line-height: 3rem;
}
.footer .footer-copyright .copyright-box{
	display: block;
	color: #a2a2a2;
}
.footer .footer-copyright .copyright-box a{
	color: #a2a2a2;
}
.footer .footer-copyright .copyright-box a:hover{
	color: #fff;
}
.share-box{
	filter: grayscale(100%);
}

.sub-about{
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/sub-about.jpg) no-repeat top center;
	overflow: hidden;
}
.subNav{
	display: block;
	width: 100%;
	background: #f6f6f6;
}
.subNav .nav-box{
	display: inline-block;
	margin: 0 auto;
}
.subNav .nav-box a{
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 1.5rem;
}
.subNav .nav-box a:hover,.subNav .nav-box a.on{
	background: #147af7;
	color: #fff;
}
.about-ny{
	display: block;
	margin-top: 1rem;
}
.about-ny .text-box{
	display: block;
	width: 50rem;
	padding-top: 2rem;
}
.about-ny .text-box h2{
	display: block;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about-ny .text-box h2 span{
	color: #147af7;
}
.about-ny .text-box h3{
	display: block;
	color: #147af7;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.about-ny .text-box .content{
	display: block;
	font-size: 0.875rem;
	color: #666;
	line-height: 2rem;
	letter-spacing: 0.0625rem;
}
.about-ny .img-box{
	display: block;
	width: 31.25rem;
	overflow: hidden;
}
.about-ny .img-box img{
	max-width: 31.25rem;
	/* border-radius: 0.25rem; */
}

.about-company{
	display: block;
	margin-top: 1rem;
}
.about-company .box-group{
	display: flex;
	flex-flow: column;
	width: 30%;
	height: 15rem;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-right: 4rem;
	justify-content: center;
	align-items: center;
	background: url(../images/company1.jpg) no-repeat center;
	background-size: cover;
}

.about-company .hn-company{
	background: url(../images/company2.jpg) no-repeat center;
}
.about-company .cs-company{
	background: url(../images/company3.jpg) no-repeat center;
}
.about-company .jx-company{
	background: url(../images/company4.jpg) no-repeat center;
}
.about-company .yn-company{
	background: url(../images/company5.jpg) no-repeat center;
}
.about-company .box-group:last-child .text-box::after{
	background: rgba(20, 122, 247, 1);
}
.about-company .box-group:last-child{
	background: none;
}
.about-company .box-group .text-box{
	position: relative;
	display: flex;
	flex-flow: row;
	font-size: 1.5rem;
	width: 90%;
	height: 8rem;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.about-company .box-group .text-box::after{
	display: block;
	content: "";
	position: absolute;
	width: 90%;
	height: 8rem;
	background: rgba(20, 122, 247, 0.5);
	z-index: 1;
}
.about-company .box-group .text-box span{
	display: block;
	position: relative;
	font-weight: 500;
	color: #fff;
	z-index: 99;
}
.about-company .box-group .text-box span i{
	font-family: 'DINPRO';
	font-style: normal;
	letter-spacing: 2px;
	font-size: 2rem;
}

/* 
.about-hn{
	display: block;
	margin-top: 1rem;
}
.about-hn .img-box{
	display: block;
	overflow: hidden;
}
.about-hn .img-box img{
	border-radius: 0.25rem;
}
.about-hn .icon-group{
	display: flex;
	flex-direction: row;
	width: 40.625rem;
}
.about-hn .icon-group .icon-panle{
	display: block;
	width: 12.5rem;
	height: 16.25rem;
	background: #fff;
	padding: 3.6rem 0;
	margin-left: 0.5rem;
	cursor: pointer;
}
.about-hn .icon-group .icon-panle .icon-box{
	display: grid;
	width: 4.875rem;
	height: 4.875rem;
	border: 0.0625rem solid #666;
	border-radius: 2.4375rem;
	margin: 0 auto 1rem;
	place-items: center;
}
.about-hn .icon-group .icon-panle:hover .icon-box{
	border: 0.0625rem solid #fff;
}
.about-hn .icon-group .icon-box img{
	display: block;
	max-width: 2.1875rem;
}
.about-hn .icon-group .icon-panle p{
	display: block;
	font-size: 1rem;
	font-weight: 500;
}
.about-hn .icon-group .icon-panle p span{
	font-family: "DINPRO",sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	margin-right: 0.625rem;
	color: #147af7;
}
.about-hn .icon-group .icon-panle:hover, .about-hn .icon-group .icon-panle:hover p span{
	background: #147af7;
	color: #fff;
} */
.about-honor{
	display: block;
	background: url(../images/about-honor.jpg) no-repeat center;
	margin-top: 1rem;
	height: 37.5rem;
}
.about-honor .honor-box{
	display: flex;
	flex-direction: column;
}
.about-honor .honor-box .text-box{
	display: inline-block;
	padding-top: 3rem;
}
.about-honor .honor-box .text-box h2{
	display: block;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about-honor .honor-box .text-box h2 span{
	color: #147af7;
}
.about-honor .honor-box .icon-group{
	display: flex;
	flex-direction: column;
	padding: 3rem 0;
}
.about-honor .honor-box .icon-group .icon-text{
	display: block;
	margin: 2rem 0;
}
.about-honor .honor-box .icon-group .icon-text p{
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.about-honor .honor-box .icon-group .icon-text p span{
	font-family: "DINPRO",sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	margin-right: 0.625rem;
	color: #147af7;
}
.about-partners{
	display: block;
}
.about-partners .partners-box{
	display: block;
	margin-top: 3rem;
}
.about-partners .partners-box .text-box{
	display: inline-block;
}
.about-partners .partners-box .text-box h2{
	display: block;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about-partners .partners-box .text-box h2 span{
	color: #147af7;
}
.about-partners .partners-box .icon-text{
	display: block;
}
.about-partners .partners-box .icon-text p{
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.about-partners .partners-box .icon-text p span{
	font-family: "DINPRO",sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	margin: 0 0.625rem;
	color: #147af7;
}
.about-partners .img-box{
	margin-left: 0.625rem;
	margin-top: 1rem;
	display: inline-block;
}
.about-partners .img-box .item{
	float: left; 
	display: block;
	border: 0.0625rem solid #e6e6e6;
	margin: 0.5rem 0.5rem 0 0;
}
.about-partners .img-box .item img{
	display: block;
	max-width: 210px;
	overflow: hidden;
	/* filter: grayscale(100%); */
}
.about-partners .img-box .item:hover img{
	/* filter: grayscale(0); */
}

.about-case{
	display: block;
	margin-top: 1rem;
	background: #f7f7f7;
}
.about-case .case-box{
	display: block;
	margin-top: 3rem;
}
.about-case .case-box .text-box{
	display: inline-block;
}
.about-case .case-box .text-box h2{
	display: block;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about-case .case-box .text-box h2 span{
	color: #147af7;
}
.about-case .case-box a.case-more{
	display: block;
	padding-top: 2rem;
}
.about-case .list-box{
	display: block;
	margin-top: 2rem;
	margin-bottom: 3rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.about-case .list-box .swiper-slide{
	text-align: center;
	font-size: 1rem;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-case .list-box .swiper-slide .img-box{
	display: block;
	overflow: hidden;
}
.about-case .list-box .swiper-slide .img-box img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	
}
.about-case .list-box .swiper-slide .text-box{
	display: block;
	overflow: hidden;
	margin-top: 0.5rem;
	text-align: center;
	height: 1.5rem;
	width: 100%;
}


.about-prodcut{
	display: block;
	margin-top: 1rem;
	background: #f7f7f7;
}
.about-prodcut .prodcut-box{
	display: block;
	margin-top: 3rem;
}
.about-prodcut .prodcut-box .text-box{
	display: inline-block;
}
.about-prodcut .prodcut-box .text-box h2{
	display: block;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.about-prodcut .prodcut-box .text-box h2 span{
	color: #147af7;
}
.about-prodcut .prodcut-box a.prodcut-more{
	display: block;
	padding-top: 2rem;
}
.about-prodcut .list-box{
	display: block;
	margin-top: 2rem;
	margin-bottom: 3rem;
	overflow: hidden;
	position: relative;
}
.about-prodcut .list-box .swiper-slide{
	text-align: center;
	font-size: 1rem;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-prodcut .list-box .swiper-slide .img-box{
	display: block;
	overflow: hidden;
	width: 100%;	
}
.about-prodcut .list-box .swiper-slide .img-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0.0625rem solid #f2f2f2;
}
.about-prodcut .list-box .swiper-slide .img-box p{
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.5rem;
	text-align: center;
	max-width: 90%;
}

.sub-product{
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/sub-pro.jpg) no-repeat top center;
	overflow: hidden;
}
.productPage{
	display: block;
	margin: 3rem auto;
}
.position{
	display: block;
	width: 100%;
	background: #f6f6f6;
}
.position a,.position span{
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 0.5rem;
	color: #333;
}
.position a:hover{
	color: #147af7;
}
.productDetail{
	display: block;
	margin-top: 1rem;
	
}
.productDetail .detail-box{
	display: flex;
	flex-direction: row;
	background: #fff;
	margin-bottom: 1rem;
}
.productDetail .detail-box .img-box{
	display: block;
	width: 31.25rem;
}

/*图片缩略图开始*/
.imgdet{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 28.75rem;
	height: 34.875rem;
}
.imgdet .imgpart{
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 28.75rem;
    height: 28.75rem;
	margin-bottom: 0.5rem;
}
.imgdet .imgpart .pic{
    position: relative;
    width: 100%;
    height: 100%;
	border: 0.125rem solid #147af7;
}
.imgdet .imgpart .pic img{
    width: 100%;
    height: 100%;
}
.imgdet .imglist{
    position: relative;
    display: inline-block;
    width: 28.75rem;
    height: 5.625rem;
}
.imgdet .imglist ul{
    position: relative;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.imgdet .imglist ul li{
    display: block;
	float: left;
    width: 5.5rem;
    height: 5.5rem;
	margin: 0 0.125rem;
	border: 0.125rem solid #fff;
	cursor: pointer;
}

.imgdet .imglist ul li.active{
    border-color: #147af7;
}
.imgdet .imglist ul li img{
    width: 100%;
    height: 100%;
	overflow: hidden;
	display: block;
}
/* 图片缩略图结束 */

.productDetail .detail-box .text-box{
	display: block;
	width: 50rem;
}
.productDetail .detail-box .text-box .text-title{
	display: block;
	font-size: 1.625rem;
	font-weight: 500;
	color: #000;
}
.productDetail .detail-box .text-box .line::after{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	height: 0.1875rem;
	width: 6rem;
	background: #147af7;
}
.productDetail .detail-box .text-box .text-explain{
	display: block;
	color: #666;
	font-size: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f7f7f7;
}
.productDetail .detail-box .text-box .text-param{
	display: block;
	color: #000;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}
.productDetail .detail-box .text-box .text-param p{
	margin-bottom: 0.8rem;
}
.productDetail .detail-box .text-box .text-tag{
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}
.productDetail .detail-box .text-box .text-tag span{
	display: inline-block;
	padding: 0.5rem 2rem;
	background: #147af7;
	margin-right: 1.5rem;
	color: #fff;
	line-height: 1.875rem;
}
.productDetail .detail-box .text-box .text-tag span img{
	display: block;
	width: 1.875rem;
	float: left;
}
.productDetail .detail-box .text-box .text-tag span i{
	margin-left: 0.25rem;
	font-style: normal;
}

.productDetail .detail-box .text-box a.addWx,
.productDetail .detail-box .text-box a.goAl,
.productDetail .detail-box .text-box a.hotline{
	display: inline-block;
	background: #1f7f00;
	font-size: 1rem;
	height: 50px;
	line-height: 50px;
	padding: 0 2rem;
	color: #fff;
	float: left;
}
.productDetail .detail-box .text-box a.goAl{
	background: #0065e0;
	margin-left: 1rem;
}
.productDetail .detail-box .text-box a.hotline{
	background: #d73125;
	margin-left: 1rem;
}
.productDetail .detail-box .text-box a.hotline span{
	display: inline-block;
}
.productDetail .detail-box .text-box a.hotline span i{
	display: inline-block;
	font-style: normal;
	font-family: "DINPRO";
	font-size: 1.5rem;
}
.productDetail .detail-box .text-box a.addWx:hover,
.productDetail .detail-box .text-box a.goAl:hover{
	background: #333;
}
.productDetail .desc-box{
	display: block;
	position: relative;
	min-height: 50rem;
	margin-bottom: 1rem;
}
.productDetail .desc-box .case-recommend{
	display: block;
	position: relative;
	width: 28.75rem;
	background: #f9f9f9;
}
.productDetail .desc-box .case-recommend h3{
	display: block;
	background: #e9e9e9;
	position: relative;
	padding: 1rem 0;
}
.productDetail .desc-box .case-recommend h3::before{
	content: "";
	display: block;
	width: 6.875rem;
	height: 3.625rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #147af7;
}
.productDetail .desc-box .case-recommend h3 span{
	color: #fff;
	font-size: 1.25rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	display: inline-block;
	position: relative;
}
.productDetail .desc-box .case-recommend .case-box{
	display: block;
}
.productDetail .desc-box .case-recommend .case-box a.img-box{
	display: block;
	margin: 1rem auto;
	width: 90%;
	overflow: hidden;
	text-align: center;
}
.productDetail .desc-box .case-recommend .case-box a.img-box img{
	display: block;
	width: 100%;
	max-height: 15rem;
}
.productDetail .desc-box .case-recommend .case-box a.img-box p{
	width: 90%;
	font-size: 1rem;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.625rem;
}
.productDetail .desc-box .desc{
	display: block;
	position: relative;
	width: 53.125rem;
}
.productDetail .desc-box .desc h3{
	display: block;
	background: #e9e9e9;
	position: relative;
	padding: 1rem 0;
}
.productDetail .desc-box .desc h3::before{
	content: "";
	display: block;
	width: 6.875rem;
	height: 3.625rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #147af7;
}
.productDetail .desc-box .desc h3 span{
	color: #fff;
	font-size: 1.25rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	display: inline-block;
	position: relative;
}
.productDetail .desc-box .desc .desc-pro{
	display: block;
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.625rem;
	background: #f9f9f9;
}
.productDetail .desc-box .desc .desc-pro p{
	display: block;
}
.productDetail .desc-box .desc .desc-pro img{
	display: block;
	margin: 0 auto;
}
.sub-cases{
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/sub-cases.jpg) no-repeat top center;
	overflow: hidden;
}
.sub-news{
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/sub-news.jpg) no-repeat top center;
	overflow: hidden;
}
.sub-solution{
	display: block;
	width: 100%;
	height: 25rem;
	background: url(../images/sub-solution.jpg) no-repeat top center;
	overflow: hidden;
}
.newsPage{
	display: block;
	margin: 3rem auto;
}
.newsPage a.news-box{
	display: block;
	margin-bottom: 1rem;
	border: 0.0625rem solid #e6e6e6;
	padding: 1rem;
	width: 42rem;
	float: left;
}
.newsPage a.news-box:hover .news-title{
	color: #147af7;
}
.newsPage a.news-box:nth-child(odd){
	margin-right: 0.375rem;
}
.newsPage .news-box .img-box{
	display: inline-block;
	width: 11.875rem;
	height: 8.125rem;
	margin-right: 1rem;
	overflow: hidden;
}
.newsPage .news-box .img-box img{
	display: block;
	width: 100%;
	height: 100%;
}
.newsPage .news-box .text-box{
	display: inline-block;
}
.newsPage .news-box .text-box .news-tag{
	display: flex;
	flex-direction: row;
	text-align: left;
}
.newsPage .news-box .text-box .news-tag .news-date{
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #147af7;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0.625rem;
}
.newsPage .news-box .text-box .news-tag .news-classify{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #fff;
	background: #147af7;
	padding: 0.25rem;
	border-radius: 0.25rem;
}
.newsPage .news-box .text-box .news-title{
	max-width: 26.75rem;
	font-size: 1.25rem;
	margin-top: 0.625rem;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsPage .news-box .text-box .news-desc{
	display: block;
	font-size: 1rem;
	margin-top: 0.625rem;
	max-width: 26.75rem;
	color: #666;
}
.newsDetail{
	display: block;
	margin: 1rem auto 2rem;
	text-align: center;
	/* background: #f7f7f7; */
}
.newsDetail .news-title{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
	padding-top: 2rem;
}
.newsDetail .news-module{
	display: inline-block;
	margin-bottom: 3rem;
}
.newsDetail .news-module span{
	display: inline-block;
	margin: 0 1rem;
}
.newsDetail .desc-box{
	display: block;
	max-width: 84.375rem;
	padding: 0 5rem; 
	margin: 0 auto 1rem;
	text-align: left;
}
.newsDetail .desc-box p{
	display: block;
	margin-bottom: 1rem;
	padding: 0 0.4rem;
	line-height: 1.5rem;
	font-size: 1rem;
}
.newsDetail .desc-box a{
	display: inline-block;
	margin: 0.1rem 0.3rem;
	text-indent: 0;
	position: relative;
	color: #147af7;
}

.newsDetail .desc-box img{
	display: block;
	margin: 0 auto;
	max-width: 37.5rem;
}
.newsDetail .news-group{
	display: block;
	margin-bottom: 1rem;
	max-width: 84.375rem;
}
.newsDetail .news-group a{
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 49%;
	font-weight: 600;
	font-size: 1.25rem;
	text-align: left;
	color: #333;
	padding: 2rem 5rem; 
	background: #f7f7f7;
}
.newsDetail .news-group a:hover{
	color: #147af7;
}
.newsDetail .news-group a.news-next{
	text-align: left;
}
.contact{
	display: block;
	margin: 2rem auto;
}
.contact h2.contact-title{
	display: block;
	font-size: 1.625rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-bottom: 2rem;
}
.contact h2 span{
	color: #147af7;
}
.contact .contact-box{
	display: block;
	position: relative;
}
.contact .contact-box .contact-left{
	display: block;
	width: 500px;
	margin-right: 3rem;
}
.contact .contact-box .contact-left h2{
	display: block;
	font-size: 1.125rem;
	color: #333;
	margin-bottom: 1rem;
}
.contact .contact-box .contact-left h3{
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1rem;
}
.contact .contact-box .contact-left p{
	display: block;
	margin-bottom: 1rem;
}
.contact .contact-box .contact-left a{
	display: block;
	text-align: center;
}
.contact .contact-box .contact-right{
	display: block;
	width: 600px;
}
.btn-msg{
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
}
.btn-msg span{
	display: inline-block;
	text-align: left;
	width: 6.25rem;
	line-height: 2.5rem;
	color: #666;
}
.btn-msg input,.btn-msg textarea{
	display: block;
	width: 20rem;
	float: left;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0.0625rem solid #e6e6e6;
	text-indent: 0.5rem;
}
.btn-msg img{
	display: inline-block;
	width: 4.375rem;
	margin: 0 0.5rem;
	
	line-height: 2.5rem;
}
.btn-msg a{
	display: block;
	line-height: 2.5rem;
}
.btn-msg textarea{
	height: 10rem;
	line-height: 1.25rem;
}
.btn-msg #validate{
	display: block;
	width: 6rem;
}
.btn-submit{
	display: block;
	margin: 1rem auto;
	width: 6rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #147af7;
	color: #e6e6e6;
	text-align: center;
}
.btn-submit:hover{
	color: #fff;
	background: #d73125;
}
.page_info,.page_list{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 1rem 0;
}
.page_list a{
	display: inline-block;
	padding: 0.4rem 1rem;
	font-size: 0.875rem;
	color: #333;
	border: 0.0625rem solid #ededed;
	background: #f7f7f7;
	margin-left: 0.5rem;
}
.page_list a.on{
	background: #147af7;
	color: #fff;
	border-color: #147af7;
}

.m-header{
	display: block;
	position: static;
	width: 100%;
	padding: 0;
}
.nav-bar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 2.4rem;
	right: 1rem;
	cursor: pointer;
}
.nav-bar span{
	display: inline-block;
	width: 2rem;
	height: 0.125rem;
	background: #000;
	position: relative;
	margin-bottom: 0.4rem;
}
.nav-bar-off{
	display: none;
	position: absolute;
	top: 2.4rem;
	right: 1rem;
	cursor: pointer;
}
.nav-bar-off span{
	display: inline-block;
	width: 2rem;
	height: 1.5625rem;
	position: relative;
	margin-bottom: 0.4rem;
}
.nav-bar-off span::before{
	content: "";
	background: #000;
	width: 0.125rem;
	height: 2rem;
	transform: rotate(45deg);
	position: absolute;
	top: -0.375rem;
	right: 1rem;
}
.nav-bar-off span::after{
	content: "";
	background: #000;
	width: 0.125rem;
	height: 2rem;
	transform: rotate(-45deg);
	position: absolute;
	top: -0.375rem;
	right: 1rem;
}
.m-nav{
	display: none;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 4.375rem;
	z-index: 1;	
}
.m-nav li{
	display: block;
	width: 100%;
	border-bottom: 0.0625rem solid #e6e6e6;
}
.m-nav li:hover{
	background: #fff;
}
.m-nav li a{
	display: inline-block;
	font-size: 1rem;
	text-indent: 1rem;
	padding: 1rem 0;
	font-weight: 600;
}
.m-nav li:last-child,.m-nav li ul li:last-child{
	border-bottom: 0;
}
.m-nav li ul{
	padding: 0;
	margin: 0;
	
}
.m-nav li ul li:first-child{
	border-top: 0.0625rem solid #e6e6e6;
}
.m-nav li ul li a{
	text-indent: 2rem;
	font-weight: 500;
}

@media (max-width: 767.98px){
	.container{
		padding: 0 0.5rem;
		width: 100%;
	}
	.hidden-lg,.hidden-mg{
		display: none;
	}
	.visible-lg,.visible-mg{
		display: block;
	}
	.header{
		position: static;
	}
	.header .header_menu{
		height: 4.375rem;
	}
	.header .header_menu .logo,
	.header .header_bg:hover .logo,
	.header .on .logo{
		background-size: 60%;
		height: 100%;
	}
	.m-nav{
		top: 4.375rem;
	}
	.nav-bar,.nav-bar-off{
		top: 1.5rem;
	}
	.banner-video{
		height: 37.5rem;
	}
	.banner-video video{
		display: none;
	}
	.banner-video .banner-text{
		top: 30%;
	}
	.banner-video .banner-text h2{
		font-size: 3rem;
		margin: 0 auto;
	}
	.banner-video .banner-text span{
		font-size: 1.5rem;
		padding-bottom: 3rem;
	}
	.product .pro-title h3{
		text-align: center;
		font-size: 2rem;
	}
	.product .list-btn span{
		display: block;
	}
	.product .pro-box{
		max-width: 100%;
	}
	.product .btn-group{
		margin: 0 1rem;
	}
	.about .about-box{
		padding: 1.5rem 0.625rem;
	}
	.about .about-box .about-content{
		max-width: 100%;
	}
	.about .about-box .about-content .about-title{
		margin: 1.5rem auto;
		text-align: center;
		
	}
	.about .about-box .about-content .about-title h3{
		font-size: 2rem;
	}
	.about .about-box .about-content .about-text{
		line-height: 2rem;
	}
	.about .about-box .about-content .about-text .btn-more{
		margin-top: 1rem;
		float: none;
	}	
	.about-company .box-group{
		width: 100%;
		margin-right: 0;
	}
	
	
	
	
	.about .about-box .icon-group{
		width: 100%;
		margin: 1rem auto;
		margin-left: 0;
	}
	.about .about-box .icon-group .icon-panle{
		margin: 0.325rem 1rem;
		width: 40%;
		height: auto;
		padding: 1rem 0;
	}
	.partners .par-title{
		font-size: 2rem;
	}
	.advantage summary h3{
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}
	.advantage summary p{
		font-size: 1rem;
	}
	.advantage summary .btn-group{
		width: 100%;
	}
	.news .news-list{
		margin-right: 0;
		height: auto;
		float: none;
	}
	.news .news-classify-group{
		width: 100%;
	}
	.news .news-panle .news-box .img-box{
		width: 100%;
		height: 15rem;
	}
	.news .news-panle .news-box .text-box .news-tag{
		display: none;
	}
	.news .news-panle .news-box .text-box .news-title,
	.news .news-panle .news-box .text-box .news-desc{
		max-width: 100%;
		padding: 0 0.5rem;
		overflow: hidden;
	}
	.news .news-exhibition{
		width: 100%;
		float: none;
	}
	.news .news-exhibition .desc-box{
		max-width: 100%;
	}
	.news .news-exhibition .desc-box .news-title{
		max-width: 100%;
	}
	.news .news-exhibition .desc-box .img-box{
		width: 100%;
	}
	.news-list .btn-more{
		float: none;
		margin: 1rem auto;
	}
	.ad .ad-box .ad-text{
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.ad .ad-box .btn-group{
		float: none;
		flex-direction: column;
	}
	.ad .ad-box .btn-group a{
		margin-top: 1rem;
	}
	.footer .footer-left{
		float: none;
	}
	.footer .footer-left .text-box{
		text-align: center;
	}
	.footer .footer-left .img-box{
		justify-content: center;
	}
	.footer .footer-left .img-box .wx,
	.footer .footer-left .img-box .dy{
		margin-right: 1rem;
	}
	.footer .footer-right{
		display: none;
	}
	.footer .footer-copyright .copyright-box{
		float: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		line-height: 2rem;
	}
	.share-box{
		float: none;
		margin-bottom: 2rem;
		text-align: center;
	}
	.about-ny .text-box{
		width: 100%;
	}
	.about-ny .text-box h2,.about-ny .text-box h3{
		text-align: center;
	}
	.about-ny .img-box,.about-hn .img-box{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.about-ny .img-box img,.about-hn .img-box img{
		max-width: 100%;
	}
	.about-hn .icon-group{
		width: 100%;
		margin-top: 1rem;
		justify-content: center;
		float: none;
	}
	.about-hn .icon-group .icon-panle{
		margin-left: 0;
	}
	.about-honor{
		background: url(../images/m-about-honor.jpg) no-repeat top center;
		background-size: cover;
	}
	.about-honor .honor-box .text-box{
		text-align: center;
	}
	.about-honor .honor-box .icon-group{
		flex-direction: row;
		justify-content: center;
	}
	.about-honor .honor-box .icon-group .icon-text{
		margin: 0 auto;
	}
	.about-partners .partners-box .text-box{
		width: 100%;
		text-align: center;
	}
	.about-partners .partners-box .icon-text{
		float: none;
		text-align: center;
	}
	.about-partners .img-box{
		margin-left: 0;
	}
	.about-partners .img-box .item{
		max-width: 48%;
		margin: 0.5rem 0.2rem 0;
	}
	.about-partners .img-box .item img{
		max-width: 100%;
	}
	.about-case .case-box .text-box{
		width: 100%;
		display: block;
		text-align: center;
		float: none;
	}
	.about-case .case-box a.case-more{
		float: none;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.subNav .container{
		padding: 0;
	}
	.subNav .nav-box{
		display: block;
	}
	.subNav .nav-box a{
		width: 50%;
		padding: 0 1rem;
		float: left;
	}
	.pro-box{
		max-width: 100%;
	}
	.newsPage a.news-box{
		width: 100%;
		margin-right: 0;
	}
	.newsPage .news-box .img-box{
		width: 100%;
		height: 15rem;
	}
	.newsPage .news-box .text-box .news-tag{
		display: none;
	}
	.newsPage .news-box .text-box .news-title,
	.newsPage .news-box .text-box .news-desc{
		max-width: 100%;
	}
	.newsPage .news-box .text-box{
		max-width: 100%;
	}
	.contact .contact-box .contact-left{
		width: 100%;
		float: none;
	}
	.contact .contact-box .contact-left a{
		width: 50%;
	}
	.contact .contact-box .contact-left a img{
		max-width: 100%;
	}
	.contact .contact-box .contact-right{
		float: none;
		width: 100%;
	}
	.position{
		display: none;		
	}
	.newsDetail .news-title{
		font-size: 1.2rem;
	}
	.newsDetail .news-module span{
		margin: 0 0.5rem;
	}
	.newsDetail .desc-box{
		max-width: 100%;
		padding: 0;
	}
	.newsDetail .desc-box img{
		max-width: 100%;
	}
	.newsDetail .news-group{
		max-width: 100%;
	}
	.newsDetail .news-group a{
		padding: 1rem 0.4rem;
		width: 100%;
	}
	.productDetail .detail-box{
		flex-direction: column;
	}
	.productDetail .detail-box .img-box{
		width: 100%;
	}
	.imgdet,.imgdet .imgpart{
		width: 100%;
		height: auto;
	}
	.imgdet .imglist{
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imgdet .imglist ul li{
		width: 18.5%;
		height: auto;
	}
	.productDetail .detail-box .text-box{
		width: 100%;
	}
	.productDetail .detail-box .text-box .text-tag{
		display: block;
	}
	.productDetail .detail-box .text-box .text-tag span{
		width: 42%;
		float: left;
		margin: 0.8rem;
	}
	.productDetail .detail-box .text-box a.addWx,
	.productDetail .detail-box .text-box a.goAl,
	.productDetail .detail-box .text-box a.hotline{
		margin-bottom: 1rem;
	}
	.productDetail .detail-box .text-box a.hotline{
		margin-left: 0;
	}
	.productDetail .desc-box .desc{
		width: 100%;
		float: none;
	}
	.productDetail .desc-box .desc .desc-pro img{
		max-width: 100%;
	}
	.productDetail .desc-box .case-recommend{
		width: 100%;
		float: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	.container{
		padding: 0 0.625rem;
		width: 100%;
	}
	.hidden-lg,.hidden-mg{
		display: none;
	}
	.visible-lg,.visible-mg{
		display: block;
	}
	.header{
		position: static;
	}
	.header .header_menu{
		height: 5.625rem;
	}
	.header .header_menu .logo,
	.header .header_bg:hover .logo,
	.header .on .logo{
		background-size: 80%;
		height: 100%;
	}
	.m-nav{
		top: 5.625rem;
	}
	.nav-bar,.nav-bar-off{
		top: 2rem;
	}
	.banner-video .banner-text{
		top: 30%;
	}
	.banner-video .banner-text h2{
		font-size: 2.4rem;
	}
	.banner-video .banner-text span{
		font-size: 1.2rem;
	}
	.product .pro-title h3{
		text-align: center;
	}
	.product .list-btn span{
		width: 40%;
	}
	.pro-box{
		max-width: 49%;
	}
	.btn-group{
		padding: 0 0.5rem;
	}
	.about .about-box .about-content{
		width: 100%;
		margin: 0;
	}
	.about .about-box .about-content .about-title{
		margin: 0;
	}
	.about .about-box .about-content .about-title h3{
		text-align: center;
	}
	.about .about-box .about-content .about-text .btn-more{
		float: none;
		margin-bottom: 1rem;
	}
	.about .about-box .icon-group{
		float: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}
	.advantage summary h3{
		font-size: 3rem;
	}
	.advantage summary p{
		font-size: 1.2rem;
	}
	.news .news-list{
		float: none;
		height: auto;
		margin-right: 0;
	}
	.news .news-classify-group{
		width: 100%;
	}
	.news .news-panle .news-box .text-box .news-title,
	.news .news-panle .news-box .text-box .news-desc{
		max-width: 35rem;
	}
	.news-list .btn-more{
		float: none;
		margin-bottom: 1rem;
	}
	.news .news-exhibition{
		float: none;
		width: 100%;
	}
	.news .news-exhibition .desc-box .img-box{
		width: 100%;
	}
	.news .news-exhibition .desc-box .news-title{
		max-width: 100%;
	}
	.ad .ad-box .ad-text{
		float: none;
		text-align: center;
		margin-bottom: 1rem;
	}
	.ad .ad-box .btn-group{
		float: none;
		justify-content: center;
	}
	.footer .footer-left{
		float: none;
		text-align: center;
	}
	.footer .footer-left .img-box{
		justify-content: center;
	}
	.footer .footer-right{
		display: none;
		float: none;
	}
	.footer .footer-copyright .copyright-box{
		float: none;
		text-align: center;
	}
	.share-box{
		float: none;
		margin-bottom: 2rem;
		text-align: center;
	}
	.about-ny .text-box{
		width: 100%;
	}
	.about-ny .text-box h2,.about-ny .text-box h3{
		text-align: center;
	}
	.about-ny .img-box,.about-hn .img-box{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.about-ny .img-box img,.about-hn .img-box img{
		max-width: 100%;
	}
	.about-company .box-group{
		width: 48%;
		margin-right: 1rem;
	}
	.about-company .box-group:nth-child(even){
		margin-right: 0;
	}
	
	
	.about-hn .icon-group{
		width: 100%;
		margin-top: 1rem;
		justify-content: center;
		float: none;
	}
	.about-hn .icon-group .icon-panle{
		margin-left: 0;
	}
	.about-honor{
		background: url(../images/m-about-honor.jpg) no-repeat center;
		background-position-y: -100px;
		background-size: cover;
	}
	.about-honor .honor-box .text-box{
		text-align: center;
	}
	.about-honor .honor-box .icon-group{
		flex-direction: row;
		justify-content: center;
	}
	.about-honor .honor-box .icon-group .icon-text{
		margin: 0 auto;
	}
	.about-partners .partners-box .text-box{
	}
	.about-partners .partners-box .icon-text{
		text-align: center;
	}
	.about-partners .img-box{
		margin-left: 0;
	}
	.about-partners .img-box .item{
		max-width: 32%;
		margin: 0.5rem 0.3rem 0;
	}
	.about-partners .img-box .item img{
		max-width: 100%;
	}
	.subNav .container{
		padding: 0;
	}
	.subNav .nav-box{
		display: block;
	}
	.subNav .nav-box a{
		padding: 0 1rem;
		float: left;
	}
	.pro-box{
		max-width: 49%;
	}
	.newsPage a.news-box{
		width: 100%;
		margin-right: 0;
	}
	.newsPage .news-box .img-box{
		width: 30%;
	}
	.newsPage .news-box .text-box{
		max-width: 65%;
	}
	.newsPage .news-box .text-box .news-title,
	.newsPage .news-box .text-box .news-desc{
		max-width: 100%;
	}
	.contact .contact-box .contact-left{
		width: 100%;
		float: none;
	}
	.contact .contact-box .contact-left a{
		width: 50%;
	}
	.contact .contact-box .contact-left a img{
		max-width: 100%;
	}
	.contact .contact-box .contact-right{
		float: none;
		width: 100%;
	}
	.btn-msg input, .btn-msg textarea{
		width: 100%;
	}
	.productDetail .detail-box{
		flex-direction: column;
	}
	.productDetail .detail-box .img-box{
		width: 100%;
	}
	.imgdet,.imgdet .imgpart{
		width: 100%;
		height: auto;
	}
	.imgdet .imglist{
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imgdet .imglist ul li{
		width: 18.5%;
		height: auto;
	}
	.productDetail .detail-box .text-box{
		width: 100%;
	}
	
	.productDetail .desc-box .desc{
		width: 100%;
		float: none;
	}
	.productDetail .desc-box .desc .desc-pro img{
		max-width: 100%;
	}
	.productDetail .desc-box .case-recommend{
		width: 100%;
		float: none;
	}
	.productDetail .desc-box .case-recommend .case-box{
		width: 100%;
		margin: 0 auto;
	}
	.productDetail .desc-box .case-recommend .case-box a.img-box{
		width: 46%;
		float: left;
		margin: 1rem 2%;
	}
	.productDetail .desc-box .case-recommend .case-box a.img-box img{
		height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.container{
		padding: 0 0.625rem;
		max-width: 64rem;
		margin: 0 auto;
	}
	.hidden-lg,.hidden-sm{
		display: none;
	}
	.visible-mg,.visible-lg{
		display: block;
	}
	.header{
		position: static;
	}
	.header .header_menu{
		height: 5.625rem;
	}
	.header .header_menu .logo,
	.header .header_bg:hover .logo,
	.header .on .logo{
		background-size: 80%;
		height: 100%;
	}
	.m-nav{
		top: 5.625rem;
	}
	.nav-bar,.nav-bar-off{
		top: 2rem;
	}
	.banner-video .banner-text{
		top: 30%;
	}
	.product .pro-title h3{
		text-align: center;
	}
	.product .list-btn span{
		width: 40%;
	}
	.pro-box{
		max-width: 32.5%;
	}
	.about .about-box .about-content{
		width: 100%;
	}
	.about .about-box .about-content .about-title{
		text-align: center;
		margin-top: 1rem;
	}
	.about .about-box .about-content .about-text .btn-more{
		float: none;
		margin-bottom: 1rem;
	}
	.about .about-box .icon-group{
		float: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}
	.news .news-list{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.news .news-classify-group{
		width: 100%;
	}
	.news .news-panle .news-box .text-box .news-title,
	.news .news-panle .news-box .text-box .news-desc{
		max-width: 45rem;
	}
	.news-list .btn-more{
		float: none;
		margin-bottom: 1rem;
	}
	.news .news-exhibition{
	    float: none;
	    width: 100%;
	}
	.news .news-exhibition .desc-box .img-box{
	    float: none;
	    width: 100%;
	}
	.news .news-exhibition .desc-box .news-title{
		max-width: 100%;
	}
	.ad .ad-box .ad-text {
	    float: none;
	    text-align: center;
	    margin-bottom: 1rem;
	}
	.ad .ad-box .btn-group {
	    float: none;
	    justify-content: center;
	}
	.about-ny .text-box{
		width: 52%;
		margin-bottom: 1rem;
	}
	.about-ny .text-box .content{
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.about-ny .img-box{
		width: 45%;
		padding-top: 4rem;
		margin-bottom: 1rem;
	}
	.about-ny .img-box img{
		max-width: 100%;
	}
	.about-company .box-group{
		width: 32%;
		margin-right: 1rem;
	}
	/* .about-company .box-group:nth-child(even){
		margin-right: 0;
	} */
	.about-company .box-group:nth-child(3),.about-company .box-group:last-child{
		margin-right: 0;
	}
	.about-hn .img-box{
		max-width: 55%;
	}
	.about-hn .img-box img{
		max-width: 100%;
	}
	.about-hn .icon-group{
		width: 44%;
	}
	.about-hn .icon-group .icon-panle{
		height: auto;
		padding: 2rem 0;
	}
	.about-partners .img-box{
		margin-left: 0;
	}
	.about-partners .img-box .item{
		max-width: 20%;
		margin: 0;
	}
	.about-partners .img-box .item img{
		max-width: 100%;
		width: auto;
	}
	.subNav .container{
		padding: 0;
	}
	.subNav .nav-box{
		display: block;
	}
	.subNav .nav-box a{
		padding: 0 1rem;
		float: left;
	}
	.pro-box{
		max-width: 32.2%;
	}
	.newsPage a.news-box{
		max-width: 49%;
		
	}
	.newsPage .news-box .img-box{
		width: 100%;
		height: 15rem;
	}
	.newsPage .news-box .text-box .news-tag{
		display: none;
	}
	.contact .contact-box .contact-left{
		width: 48%;
		margin-right: 0;
	}
	.contact .contact-box .contact-left a{
		width: 50%;
	}
	.contact .contact-box .contact-left a img{
		max-width: 100%;
	}
	.contact .contact-box .contact-right{
		width: 48%;
	}
	.btn-msg input, .btn-msg textarea{
		/* width: 100%; */
	}
	.productDetail .detail-box .img-box{
		max-width: 45%;
		width: auto;
	}
	.imgdet{
		width: 100%;
		height: auto;
	}
	.imgdet .imgpart,.imgdet .imglist{
		width: 100%;
		height: auto;
	}
	.imgdet .imglist ul li{
		width: 19%;
		height: auto;
	}
	.productDetail .detail-box .text-box{
		width: 55%;
		margin-left: 1rem;
	}
	.productDetail .detail-box .text-box .text-tag{
		display: block;
	}
	.productDetail .detail-box .text-box .text-tag span {
	    width: 42%;
	    float: left;
	    margin: 0.8rem;
	}
	.productDetail .detail-box .text-box a.addWx,
	.productDetail .detail-box .text-box a.goAl,
	.productDetail .detail-box .text-box a.hotline{
		font-size: 0.875rem;
		padding: 0 0.5rem;
	}
	.productDetail .desc-box .desc{
		float: none;
		width: 100%;
	}
	.productDetail .desc-box .case-recommend{
		width: 100%;
		float: none;
	}
	.productDetail .desc-box .case-recommend .case-box{
		width: 100%;
		margin: 0 auto;
	}
	.productDetail .desc-box .case-recommend .case-box a.img-box{
		width: 46%;
		float: left;
		margin: 1rem 2%;
	}
	.productDetail .desc-box .case-recommend .case-box a.img-box img{
		height: auto;
	}
	
}
@media (min-width: 1200px){
	.container{
		padding: 0;
		max-width: 84.375rem;
		margin: 0 auto;
	}
	.hidden-sm,.hidden-mg{
		display: block;
	}
	.visible-mg,.visible-sm{
		display: block;
	}
	.header .header_menu{
		height: 7.5rem;
	}
	.header .header_menu .logo,
	.header .header_bg:hover .logo,
	.header .on .logo{
		background-size: 100%;
		background-position-x: 0;
		height: 5.625rem;
	}
	.nav-bar,.nav-bar-off{
		display: none;
	}
	.about .about-box .icon-group{
		width: 28.75rem;
		margin-top: 2.875rem;
	}
	.about-ny .text-box .content{
		font-size: 1rem;
		line-height: 2.5rem;
	}
	.about-ny .img-box{
		margin-top: 8rem;
	}
	.about-company .box-group{
		width: 30%;
		margin-right: 4rem;
	}
	/* .about-company .box-group:nth-child(even){
		margin-right: 0;
	} */
	.about-company .box-group:nth-child(3),.about-company .box-group:last-child{
		margin-right: 0;
	}
}
