:root{
	--main-color: #0084ff;
	--main-color2: #0160b8;
}
body{width: 100%;}
.headerwrap{padding: 0 50px;transition: 0.5s;}
.wrap{width: 1440px;margin: 0 auto;}
.evenbg{background-color: #f2f2f2;}
.wai{overflow: hidden;}
/* more 按钮 */
/*.morebox{
	width: 100%;
}*/
.more{
	position: relative;
	width: 132px;
	height: 48px;
	border-radius: 24px;
	background-image: linear-gradient(90deg,var(--main-color) 0,var(--main-color2));
	overflow: hidden;
	transition: 0.5s;
	word-break: keep-all;
}
.more.border {
	border: 1px solid var(--main-color);
	background: transparent;
}
.more.border .fsbc{
	color: var(--main-color);
}
.more.border .fsbc .jiantou{
	border-color: var(--main-color);
}
.more.border .fsbc .jiantou:after{
	background-color: var(--main-color);
}
.more:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg,var(--main-color2) 0,var(--main-color));
	transition: 0.5s;
}
.more:hover:after{
	width: 100%;
}
.more .fsbc{
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding: 0 24px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}
.more .fsbc .jiantou{
	margin-left: .6em;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	transition: 0.5s;
}
.more .fsbc .jiantou:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -3px;
	width: 18px;
	height: 1px;
	background-color: #fff;
	transform: rotateZ(45deg);
	transition: 0.5s;
}
.more.border:hover .fsbc{
	color: #fff;
}
.more.border:hover .fsbc .jiantou{
	border-color: #fff;
}
.more.border:hover .fsbc .jiantou:after{
	background-color: #fff;
}
.more:hover .fsbc .jiantou{
	transform: rotateZ(-45deg);
}

.blank.more{
	background-color: #fff;
	border: 1px solid var(--main-color);
	background-image: unset;
	box-sizing: border-box;
	transition: 0.5s;
}
.blank.more .fsbc{
	color: var(--main-color);
}
.blank.more .fsbc .jiantou{
	border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.blank.more .fsbc .jiantou:after{
	background-color: var(--main-color);
}
.blank.more:hover .fsbc{
	color: #fff;
}
.blank.more:hover .fsbc .jiantou{
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.blank.more:hover .fsbc .jiantou:after{
	background-color: #fff;
}
/* 翻页 */
.page{
	padding: 26px 0 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	margin: 2px;
	width: 66px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #555;
	transition: 0.3s;
	background-color: #f2f2f2;
}
.page a.on,
.page a:hover{
	background-image: linear-gradient(90deg,var(--main-color) 0,var(--main-color2));
	color: #fff;
	transition: 0.3s;
}
/* 导航 */
header{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	transition: 0.5s;
}
header .wai{
	overflow: visible;
}
header.tosmall{
	top: -102px;
}
header .headerwrap.tosmall{
	background-color: #fff;
	box-shadow: 0 1px 15px rgb(0 0 0 / 8%);
}
.tosmall header .headerwrap{
	background-color: #fff;
}
.tosmall .headerbox .logobox img{
	transform: translateY(0px);
}
.tosmall .headerbox .logobox .h{
	transform: translateY(-100px);
}
.tosmall .headerbox .menu .partbox>a{
	color: #333;
}
.headerwrap:hover{
	background-color: #fff;
}
.headerbox:hover .logobox img{
	transform: translateY(0px);
}
.headerbox:hover .logobox .h{
	transform: translateY(-100px);
}
.headerbox:hover .menu .partbox>a{
	color: #333;
}
.header-space.has-line{
	border-bottom: 1px solid #e5e5e5;
}
.headerbox{
	width: 100%;
	height: 102px;
	align-items: stretch;
}
.header-space {
	height: 102px;
}
.headerbox .logobox{
	display: block;
	position: relative;
	height: 50px;
	align-self: center;
	overflow: hidden;
	flex-shrink: 0;
}
.headerbox .logobox img{
	display: block;
	height: 50px;
	transform: translateY(-100px);
	transition: 0.5s;
}
.headerbox .logobox .h{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateY(0);
}
.headerbox.tosmall .logobox img{
	transform: translateY(0px);
}
.headerbox .menu{
	align-items: stretch;
}
.headerbox .menu .partbox{
	margin: 0 26px;
	align-items: stretch;
}
.headerbox .menu .partbox>a{
	position: relative;
	transition: 0.5s;
	font-size: 16px;
	color: #fff;
	transition: 0.5s;
}
.headerbox.tosmall .menu .partbox>a{
	color: #333;
}
.headerbox .menu .partbox>a:hover,.headerbox .menu .partbox>a.on{
	color: var(--main-color);
}
.headerbox .menu .partbox>a:after{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: var(--main-color);
	transition: 0.5s;
}
.headerbox .menu .partbox>a.on:after,.headerbox .menu .partbox>a:hover:after{
	width: 100%;
	left: 0;
}
.headerbox .menu .partbox .childbox{
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 1px solid #eeeeee;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transform: translateY(20px);
	transition: 0.5s;
}
.headerbox .menu .partbox:hover .childbox{
	opacity: 1;
	z-index: 9;
	pointer-events: auto;
	transform: translateY(0px);
}
.headerbox .menu .partbox .childbox .fscw{
	align-items: stretch;
	padding: 30px 0 40px;
}
.headerbox .menu .partbox .childbox .bigbox{
	width: 33.333%;
	padding: 46px 24px 30px;
	box-sizing: border-box;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.headerbox .menu .partbox .childbox .bigbox:not(:nth-child(n+4)){
	border-top: none;
}
.headerbox .menu .partbox .childbox .bigbox:nth-child(3n){
	border-right: none;
}
.headerbox .menu .partbox .childbox .bigbox .leftbox{
	width: 130px;
	margin-right: 24px;
	flex-shrink: 0;
}
.headerbox .menu .partbox .childbox .bigbox .leftbox img{
	width: 100%;
}
.headerbox .menu .partbox .childbox .bigbox .rightbox{
	width: 100%;
}
.headerbox .menu .partbox .childbox .bigtitle{
	line-height: 1;
	margin-bottom: 18px;
	font-size: 16px;
}
.headerbox .menu .partbox .childbox .smalltitle{
	color: #777;
	font-size: 15px;
}
.headerbox .menu .partbox .childbox .smalltitle a{
	width: 50%;
	margin-bottom: 7px;
	transition: 0.5s;
}
.headerbox .menu .partbox .childbox .smalltitle a:hover{
	color: var(--main-color);
	transform: translateX(4px);
}
.headerbox .menu .partbox .childbox .fullwrap{
	width: 100%;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox{
	width: 100%;
	padding-left: 12.5%;
	box-sizing: border-box;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .bigtitle{
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .des{
	font-size: 16px;
	color: #999;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .thislink{
	padding-bottom: 0px;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .thislink a{
	color: #222;
	font-size: 16px;
	transition: 0.5s;
	padding-right: 36px;
	border-right: 1px solid #e4e4e4;
	margin-right: 36px;
	margin-bottom: 15px;
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .thislink a:hover{
	color: var(--main-color);
}
.headerbox .menu .partbox .childbox .fullwrap .leftbox .thislink a:last-child{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox{
	width: 960px;
	flex-shrink: 0;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .imgbox{
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox{
	width: 50%;
	position: relative;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 58px;
	box-sizing: border-box;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox .telbox{
	margin-bottom: 40px;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox .telbox .telbgbox{
	width: 46px;
	margin-right: 15px;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox .telbox .telbgbox img{
	width: 100%;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox .telbox .teltext{
	font-size: 26px;
	color: #fff;
	line-height: 1;
}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox .xxbox .telbox .teltitle{
	font-size: 15px;
	opacity: 0.4;
	margin-bottom: 7px;
}
.headerbox .menu .partbox .childbox .qrcode{
	display: inline-block;
	text-align: center;
}
.headerbox .menu .partbox .childbox .qrcode:first-child{
	margin-right: 20px;
}
.headerbox .menu .partbox .childbox .qrcode .qrtext{
	padding-top: 17px;
	font-size: 15px;
	color: #fff;
}
.headerbox .searchbox{
	width:311.66px;
	/*position: relative;*/
}
.headerbox .searchbox .imgbox{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: var(--main-color);
	cursor: pointer;
}
.headerbox .searchbox .imgbox:hover{
	background-color: var(--main-color2);
}
.headerbox .searchbox .imgbox img{
	width: 16px;
}
.headerbox .searchbox .searchmain{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: 0.3s;
	z-index: -1;
}
.headerbox .searchbox.on .searchmain{
	border-top: 1px solid #eeeeee;
	opacity: 1;
	transform: translateY(0px);
	pointer-events: auto;
	transition: 0.3s;
	z-index: 1;
}
.headerbox .searchbox .searchmain .title{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 6px;
}
.headerbox .searchbox .searchmain .searchform{
	padding-bottom: 4px;
    position: relative;
    border: none;
    border-bottom: 2px solid #000;
    background: none;
    color: inherit;
}
.headerbox .searchbox .searchmain .searchform .input{
	font-size: 40px;
    color: #000;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    padding: 0 55px 0 0;
    border: none;
    outline: none;
}
.headerbox .searchbox .searchmain .searchform .searchsubmit{
	--size: 28px;
	width: var(--size);
    height: var(--size);
    background: url(../images/-ico_search.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 12px;
    border: none;
    outline: none;
}
/* 首页banner */
.homebannerbox .partbox{
	position: relative;
}
.homebannerbox .partbox img{
	width: 100%;
}
.homebannerbox .partbox .textbox{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	padding: 0 3%;
	box-sizing: border-box;
}
.homebannerbox .partbox .textbox .des{
	color: #fff;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 1.56;
	font-weight: bold;
}
.homebannerbox .partbox .morebox{
	margin-top: 36px;
}
.homebannerbox .bottombox{
	position: absolute;
	width: 100%;
	bottom: 70px;
	box-sizing: border-box;
	z-index: 9;
	background: transparent;
}
.homebannerbox .swiper-pagination{
	position: static;
	width: unset;
	color: #fff;
	font-size: 15px;
}
.homebannerbox .swiper-pagination .swiper-pagination-current{
	font-size: 31px;
}
.homebannerbox .swiper-pagination .swiper-pagination-current:before{
	content: "0";
}
.homebannerbox .swiper-pagination .swiper-pagination-total:before{
	content: "0";
}
.homebannerbox .bottombox .slidedown{
	color: #fff;
}
.homebannerbox .bottombox .slidedown .imgbox{
	margin-right: 15px;
	animation: updown 1s linear alternate infinite;
}
@keyframes updown{
	0%{transform: translateY(-6px);}
	100%{transform: translateY(6px);}
}
.homebannerbox .bottombox .slidedown img{
	width: 20px;
}
.homebannerbox .bottombox .slidedown .textbox{
	opacity: 0.4;
}
.xxypagination{
	position: absolute;
	right: 50px;
	top: 0;
	height: 100%;
	z-index: 9;
}
.xxypagination .pointbox{
	padding: 20px 0;
	cursor: pointer;
}
.xxypagination .pointbox .out{
	stroke-dasharray: 112px;
	stroke-dashoffset: -112;
}
.xxypagination .pointbox.active .out{
	animation:  huayuan 3s 1s linear forwards;
}
@keyframes huayuan{
	to{stroke-dashoffset: 0;}
}

/* 首页产品 */
.hprobox{
	padding: 112px 0;
}
.htitlebox{
	position: relative;
	text-align: center;
}
.htitlebox.pc-hide{
	display: none;
}
.htitlebox .htitle{
	font-size: 38px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.htitlebox .htitle .bgtext{
	position: absolute;
	top: -40px;
	left: 0;
	/*width: 100vw;*/
	font-size: 165px;
	line-height: 1;
	color: #222;
	opacity: 4%;
	animation: htextbgmove 19s linear infinite;
	white-space:nowrap;
	text-transform:uppercase;
}
.htitlebox .hdes{
	font-size: 24px;
	color: var(--main-color);
}
@keyframes htextbgmove{
	from{transform: translateX(calc(50vw + 50%));}
	to{transform: translateX(calc(-50% - 50vw));}
}
.hproswiperbox{
	margin-top: 40px;
}
.hproswiperbox .hproswiper{
	overflow: visible;
}
.hproswiperbox .hproswiper .arrowDiv{
	display: block;
	transform: translate(0,-50%);
	position: absolute;
	z-index: 2;
	right: 0;
	top: 50%;
}
.hproswiperbox .hproswiper .arrowDiv a{
	--size: 36px;
	display: block;
	top: 50%;
	border-radius: 50%;
	width: var(--size);
	height: var(--size);
	background: #ddd no-repeat center/36%;
}
.hproswiperbox .hproswiper .arrowDiv a+a {
	margin-top: 10px;
}
.hproswiperbox .hproswiper .arrowDiv .prev{
	background-image: url(../images/icon_jt_1_1_on.png);
}
.hproswiperbox .hproswiper .arrowDiv .next{
	background-image: url(../images/icon_jt_1_2_on.png);
}
.hproswiperbox .hproswiper .arrowDiv a:hover{
	background-color: var(--main-color);
}
.hproswiperbox .hproswiper .arrowDiv a.swiper-button-disabled {
	pointer-events: none;
}
.hproswiperbox .hproswiper .leftbox{
	width: 460px;
	flex-shrink: 0;
}
.hproswiperbox .hproswiper .rightbox{
	width: 100%;
}
.hproswiperbox .hproswiper .rightbox img{
	width: 100%;
}
.hproswiperbox .hproswiper .swiper-slide:not(.swiper-slide-active){
	filter: grayscale(100%);
	opacity: 0.4;
}
.hproswiperbox .partbox .target{
	display: inline-block;
	padding: 0 10px;
	background-color: #222629;
	color: #fff;
	border-radius: 0 0 14px 0;
	line-height: 28px;
	margin-bottom: 8px;
}
.hproswiperbox .partbox .title{
	font-size: 38px;
	color: #333;
	font-weight: bold;
}
.hproswiperbox .partbox .des{
	font-size: 18px;
	color: #999;
	max-width: 75%;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 25px;
}
.htdswiperbox{
	position: relative;
	height: 917px;
	background: no-repeat center/cover;
	transition: background .5s;
}
.htdswiperbox .htitlebox{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	text-align: center;
}
.htdswiperbox .htitlebox .htitle{
	color: #fff;
}
.htdswiperbox .htitlebox .hdes{
	color: #fff;
	opacity: 0.7;
}
.htdswiperbox .htdswiper{
	height: 100%;
}
.htdswiper .partbox{
	height: 100%;
	transition: 0.5s;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.htdswiper .partbox:hover{
	background-color: rgba(0, 0, 0, 0.19);
}
.htdswiper .partbox .topbox{
	height: 50%;
}
.htdswiper .partbox .topbox .imgbox{
	--size: 83px;
	width: var(--size);
	height: var(--size);
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 0 18px;
	transition: 0.5s;
}
.htdswiper .partbox .topbox .imgbox img{
	width: 100%;
}
.htdswiper .partbox:hover .topbox .imgbox{
	transform: translateY(-64px) rotateY(360deg);
}
.htdswiper .partbox .bottombox{
	height: 50%;
	padding: 90px 0;
	box-sizing: border-box;
}
.htdswiper .partbox .bottombox .textbox{
	position: relative;
}
.htdswiper .partbox .bottombox .title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	max-width: 210px;
}
.htdswiper .partbox .bottombox .numbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	font-size: 173px;
	color: #fff;
	z-index: 0;
	opacity: 0;
	transition: 0.5s;
}
.htdswiper .partbox:hover .bottombox .numbox{
	opacity: 0.05;
}
.htdswiper .partbox .bottombox .morebox{
	opacity: 0;
	transform: translateY(-64px);
	transition: 0.5s;
}
.htdswiper .partbox:hover .bottombox .morebox{
	opacity: 1;
	transform: translateY(0);
}
.hareabox{
	padding: 100px 0;
}
.hareabox .topbox{
	margin-bottom: 90px;
}
.hareatopswiper .partbox .leftbox{
	width: 100%;
	padding-right: 100px;
}
.hareatopswiper .partbox .rightbox{
	width: 54.1667%;
	flex-shrink: 0;
}
.hareatopswiper .partbox .rightbox .guccbox{
	padding-top: 64.359%;
}
.hareabox .bottombox{
	position: relative;
}
.hareabox .bottombox::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc((100% - 41px)/2);
	width: 100%;
	border-top: 1px dashed #eeeeee;
}
.guccbox{
	position: relative;
}
.guccbox .imgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.guccbox .imgbox img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: 0.3s;
}
.guccbox:hover .imgbox img{
	/*transform: scale(1.1);*/
}
.hareatopswiper .guccbox .imgbox img{
	transform: scale(1.1);
	transition: 0.5s;
}
.hareatopswiper .swiper-slide-active .guccbox .imgbox img{
	transform: scale(1);
}
.hareatopswiper .htitlebox{
	text-align: left;
}
.hareatopswiper .htitlebox .hdes{
	font-size: 34px;
	color: var(--main-color);
	line-height: 1;
}
.hareatopswiper .leftbox .des{
	font-size: 18px;
	color: #333;
	line-height: 2;
	margin-top: 78px;
	margin-bottom: 52px;
}
.hareatopthumbs .partbox{
	padding: 15px 0;
}
.hareatopthumbs .partbox .svgbox{
	--size: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	width: var(--size);
	height: var(--size);
	background: #ffffff;
	cursor: pointer;
}
.hareatopthumbs .swiper-slide-thumb-active .partbox .svgbox{
	background-color: #dcebff;
	box-shadow: 0 0 10px 10px rgb(220 235 225 / 50%);
}
.hareatopthumbs .swiper-slide-thumb-active .partbox .svgbox:after{
	content: "";
	display: block;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 80%;
	top: 50%;
	left: 50%;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	z-index: 0;
}
.hareatopthumbs .partbox .svgbox svg{
	position: relative;
	width: var(--size);
	height: var(--size);
}
.hareatopthumbs .partbox .svgbox svg circle{
	stroke-dasharray: 220;
	stroke-dashoffset: 220;
}
.hareatopthumbs .swiper-slide-thumb-active .partbox .svgbox svg circle{
	animation: redcircle 10s linear forwards;
}
@keyframes redcircle{
	to{stroke-dashoffset: 0}
}
.hareatopthumbs .partbox .svgbox .imgbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: 50%;
	/*border-radius: 50%;*/
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
}
.hareatopthumbs .partbox .svgbox .imgbox img{
	max-width: 100%;
}
.hareatopthumbs .partbox .textbox{
	cursor: pointer;
	font-size: 16px;
	color: #686b6d;
}
.hqualitybox{
	padding: 150px 0 130px 0;
	background-attachment: fixed!important;
}
.hqualitybox .htitlebox{
	text-align: center;
}
.hqualitybox .htitlebox .htitle{
	color: #fff;
}
.hqualitybox .htitlebox .hdes{
	color: #fff;
	opacity: 0.45;
}
.hqualitybox .desbox{
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
	line-height: 2;
	margin: 50px auto 0px;
	max-width: 83.33%;
	text-align: center;
}
.hqualitybox .youshibox{
	margin: 115px 0;
}
.hqualitybox .youshibox .partbox{
	margin: 0 50px;
}
.hqualitybox .youshibox .partbox .topbox{
	margin-bottom: 15px;
}
.hqualitybox .youshibox .partbox .imgbox{
	width: 71px;
	height: 71px;
	overflow: hidden;
	margin-right: 20px;
}
.hqualitybox .youshibox .partbox .imgbox img{
	width: 100%;
}
.hqualitybox .youshibox .partbox .textbox{
	font-size: 56px;
	color: #fff;
}
.hqualitybox .youshibox .partbox .textbox sup{
	font-size: 16px;
	vertical-align: top;
}
.hqualitybox .youshibox .partbox .des{
	text-align: center;
	font-size: 18px;
	color: #fff;
	opacity: 0.7;
}
.hareabox .changebtnbox .swiper-button-prev,
.hareabox .changebtnbox .swiper-button-next,
.honorbox1 .changebtnbox .swiper-button-prev,
.honorbox1 .changebtnbox .swiper-button-next,{
	--swiper-navigation-size: 36px;
	top: calc((100% - 41px)/2);
}
.hareabox .changebtnbox .swiper-button-prev,.honorbox1 .changebtnbox .swiper-button-prev{
	left: -60px;
	width: 36px;
	height: 36px;
	background-color: var(--main-color);
	border-radius: 50%;
}
.honorbox1 .changebtnbox .swiper-button-prev{
	left: 10px;
}
.hareabox .changebtnbox .swiper-button-next,.honorbox1 .changebtnbox .swiper-button-next{
	right: -60px;
	width: 36px;
	height: 36px;
	background-color: var(--main-color);
	border-radius: 50%;
}
.honorbox1 .changebtnbox .swiper-button-next{
	right: 10px;
}
.hareabox .changebtnbox .swiper-button-disabled,.honorbox1 .changebtnbox .swiper-button-disabled{
	background-color: #dddddd;
	opacity: 1;
	pointer-events: none;
}
.hareabox .changebtnbox .swiper-button-prev:hover,
.hareabox .changebtnbox .swiper-button-next:hover,.honorbox1 .changebtnbox .swiper-button-prev:hover,
.honorbox1 .changebtnbox .swiper-button-next:hover{
	background-color: var(--main-color2);
}
.hareabox .changebtnbox .swiper-button-prev:after,.hareabox .changebtnbox .swiper-button-next:after,
.honorbox1 .changebtnbox .swiper-button-prev:after,.honorbox1 .changebtnbox .swiper-button-next:after{
	font-size: 14px;
	color: #fff;
}

.hnews{
	padding: 112px 0;
}
.hnews .mainbox{
	align-items: stretch;
	margin-top: 65px;
	margin-bottom: 53px;
}
.hnews .guccbox{
	padding-top: 54.857%;
}
.hnews .guccbox .timebox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 0 0 18px 0;
}
.hnews .leftbox{
	width: 700px;
	flex-shrink: 0;
}
.hnews .title{
	font-size: 24px;
	color: #333;
	transition: 0.5s;
}
.hnews .des{
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.hnews .leftbox .title{
	margin-top: 32px;
	margin-bottom: 23px;
}
.hnews .rightbox{
	width: 100%;
	padding-left: 60px;
	box-sizing: border-box;
}
.hnews .rightbox .partbox{
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	padding: 35px 0;
}
.hnews .rightbox .partbox .data{
	font-size: 15px;
	color: #cacaca;
}
.hnews .rightbox .partbox .title{
	margin: 14px 0;
}
.hnews .rightbox .partbox .des{
	padding-right: 60px;
}
.hnews a:hover .title{
	color: var(--main-color);
}
.hnews a .imgbox img{
	transition: 0.5s;
}
.hnews a:hover .imgbox img{
	transform: scale(1.05);
}
.hpartner{
	padding: 92px 0 57px;
}
.hpartner .htitlebox{
	text-align: left;
}
.hpartner .leftbox{
	width: 100%;
	padding-right: 136px;
	box-sizing: border-box;
}
.hpartner .leftbox .des{
	font-size: 18px;
	color: #555;
	line-height: 2;
	margin: 60px 0 66px;
}
.hpartner .rightbox{
	width: 700px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}
.hpartner .rightbox:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: radial-gradient(rgba(0, 0, 0, 0) 20%,rgba(242, 242, 242, 1) 100%);
	z-index: 9;
}
.hpartner .rightbox .partbox{
	width: 211px;
	height: 112px;
	border-radius: 8px;
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.hpartner .rightbox .partbox:nth-child(3n+1){
	transform: translate(calc(100% + 33px),0px);
}
.hpartner .rightbox .partbox:nth-child(3n+2){
	margin-left: 33px;
	margin-right: 33px;
	transform: translate(calc(100% + 33px),33px);
}
.hpartner .rightbox .partbox:nth-child(3n+3){
	transform: translate(calc(-200% - 66px),88px);
}
.hpartner .rightbox .partbox img{
	width: 100%;
}
.footservice{
	height: 294px;
}
.footservice .mainbox{
	width: 100%;
	align-items: stretch;
}
.footservice .title{
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 24px;
}
.footservice .des{
	font-size: 18px;
	color: #fff;
}
.footservice .smalltitle{
	font-size: 24px;
	color: #fff;
}
.footservice .fsearch{
	width: 372px;
	height: 54px;
	border-radius: 27px;
	background-color: #fff;
	overflow: hidden;
}
.footservice .fsearch .formbox{
	width: 100%;
}
.footservice .fsearch .formbox input[type = text]{
	cursor: pointer;
	width: 100%;
	border: none;
	outline: none;
	height: 54px;
	text-indent: 2em;
	font-size: 16px;
}
.footservice .fsearch .formbox input[type = button]{
	width: 64px;
	height: 54px;
	border: none;
	outline: none;
	background-color: #fff;
}
.fsearch .more{
	width: 64px;
	height: 54px;
	background: unset;
	cursor: pointer;
}
.fsearch .more:hover:after{
	width: 0%;
}
.fsearch .more .fsbc{
	padding: 0;
	color: #262729;
	justify-content: center;
}
.fsearch .more .fsbc .jiantou{
	border-color: #262729;
}
.fsearch .more .fsbc .jiantou:after{
	background-color: #262729;
}
/* 底部 */
.footerbg{
	background-color: #222629;
}
.footer .topbox{
	padding-top: 82px;
}
.footer .topbox .leftbox{

}
.footer .topbox .leftbox .ftitle{
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.footer .topbox .leftbox .fline{
	width: 196px;
	height: 2px;
	background-color: #fff;
	opacity: 0.04;
	margin: 19px 0 19px;
}
.footer .topbox .leftbox .fbigtitle{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.fqrcodebox{
	margin-top: 35px;
	text-align: center;
	color: #79797b;
	line-height: 1;
}
.fqrcodebox .partbox{
	margin-right: 30px;
	font-size: 16px;
}
.fqrcodebox .markbox{
	position: relative;
	margin-bottom: 15px;
}
.fqrcodebox .markbox:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}
.fqrcodebox .markbox:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	opacity: 0.2;
	position: absolute;
	top: 0;
	right: 0;
}
.fqrcodebox .markbox .imgbox{
	position: relative;
	padding: 7px;
	width: 166px;
	height: 166px;
}
.fqrcodebox .markbox .imgbox:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity: 0.2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fqrcodebox .markbox .imgbox:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	opacity: 0.2;
	position: absolute;
	bottom: 0;
	right: 0;
}
.fqrcodebox .markbox .imgbox img{
	width: 100%;
}
.footer .topbox .rightbox .partbox{
	padding-left: 90px;
}
.footer .topbox .rightbox .ftitle{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin-bottom: 34px;
}
.footer .topbox .rightbox a{
	font-size: 15px;
	color: #79797b;
	margin-bottom: 18px;
	transition: 0.3s;
}
.footer .topbox .rightbox a:hover{
	color: #fff;
}
.footer .bottombox{
	margin-top: 68px;
	margin-bottom: 27px;
}
.footer .bottombox .partbox:not(:last-child){
	margin-right: 72px;
}
.footer .bottombox .imgbox{
	background-color: var(--main-color);
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-right: 12px;
}
.footer .bottombox .imgbox img{
	max-width: 17px;
}
.footer .bottombox .textbox{
	font-size: 24px;
	color: #fff;
}
.footer .copyrightbox,.footer .linkbox{
	border-top: 1px solid #373a3c;
	font-size: 15px;
	color: #79797b;
	line-height: 2;
	padding: 26px 0 40px;
}
.footer .copyrightbox a:hover,.footer .linkbox a:hover{
	color: #fff;
}
.footer .linkbox a{
}
.footer .linkbox em{
	font-style:normal;
	display:inline-block;
	padding:0 5px;
}
/* 内页banner */
.neibanner{
	position: relative;
}
.neibanner .imgbox img{
	width: 100%;
}
.neibanner .textbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.neibanner .textbox .title-line{
	position: relative;
	padding-left: 32px;
}
.neibanner .textbox .title-line::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10%;
	width: 5px;
	height: 90%;
	background-color: #ffffff;
}
.neibanner .textbox .title{
	font-size: 53px;
	color: #fff;
}
.neibanner .textbox .des {
	font-size: 24px;
	color: #fff;
}
/* 产品列表 */
.productbox{
	padding: 91px 0 60px;
}
.productbox .leftbox{
	width: 378px;
	flex-shrink: 0;
	align-self: stretch;
}
.productbox .leftbox .mainbox{
	position: sticky;
	top: 102px;
	padding-right: 58px;
	box-sizing: border-box;
}
.productbox .leftbox .bigtitle{
	font-size: 32px;
	color: #222;
	font-weight: bold;
}
.productbox .leftbox .shaixuanbox{
	margin-top: 32px;
	padding: 1px 0;
}
.productbox .leftbox .shaixuanbox a{
	margin: 7px 0;
	font-size: 15px;
	color: #777;
}
.productbox .leftbox .shaixuanbox a.on{
	color: var(--main-color);
}
.productbox .leftbox .fenleibox{
	margin-top: 7px;
}
.productbox .leftbox .fenleibox .partbox{
	border-bottom: 1px solid #e1e1e1;
	padding: 19px 0;
	font-size: 16px;
	color: #222;
}
.productbox .leftbox .fenleibox .partbox:hover,.productbox .leftbox .fenleibox .partbox.on{
	color: var(--main-color);
}
.productbox .leftbox .fenleibox .partbox a{
	display: block;
	transition: 0.3s;
}
.productbox .leftbox .fenleibox .partbox a:hover{
	transform: translateX(5px);
}
.productbox .rightbox{
	width: 100%;
	align-items: stretch;
}
.productbox .rightbox .partbox{
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: calc(33.3333% - 32px);
	margin-left: 32px;
	margin-bottom: 47px;
	padding: 42px 28px;
	box-sizing: border-box;
	transition: 0.3s;
}
.productbox .rightbox .partbox:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.productbox .rightbox .partbox .fullbox{
	padding-top: 60.829%;
}
.fullbox{
	position: relative;
}
.fullbox .imgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fullbox .imgbox img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.productbox .rightbox .topbox{
	width: 100%;
}
.productbox .rightbox .partbox .title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}
.productbox .rightbox .partbox .des{
	font-size: 15px;
	color: #999;
	line-height: 2;
	margin-bottom: 24px;
}
.productbox .rightbox .partbox .des .p{
	position: relative;
	padding-left: 12px;
}
.productbox .rightbox .partbox .des .p:before{
	content: "-";
	position: absolute;
	left: 1px;
	top: 0px;
}
/* 面包屑 */
.hasbl{
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	box-sizing: border-box;
	overflow: visible;
}
.mbxbl{
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	background-color: var(--main-color);
	width: 0px;
	transition: 0.5s;
}
.mbxbox.mbxh60{
	height: 60px;
}
.mbxbox{
	height: 94px;
}
.mbx{
	font-size: 15px;
	color: #777;
}
.mbx .textbox{
	color: #333;
}
.mbx a:hover{
	color: #333;
}
.mbxbox .fenleibox .partbox{
	font-size: 16px;
	color: #222;
	padding-right: 36px;
	border-right: 1px solid #e5e5e5;
	margin-right: 36px;
}
.mbxbox .fenleibox .partbox:hover,.mbxbox .fenleibox .partbox.on{
	font-weight: bold;
}
.mbxbox .fenleibox .partbox:last-child{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
/* 产品详情 */
.product2box{
	padding: 70px 0;
}
.product2box .leftbox{
	width: 100%;
	align-self: stretch;
}
.product2box .leftbox .mainbox{
	position: sticky;
	top: 102px;
	margin-bottom: 33px;
}
.product2box .leftbox .title{
	font-size: 32px;
	color: #222;
	font-weight: bold;
	margin-bottom: 8px;
}
.product2box .leftbox .fenlei{
	font-size: 16px;
	color: #222;
}
.product2box .leftbox .dinweibox{
	margin-top: 49px;
	margin-bottom: 53px;
}
.product2box .leftbox .dinweibox .partbox{
	font-size: 16px;
	color: #777;
	line-height: 1.8;
	margin-bottom: 16px;
	cursor: pointer;
}
.product2box .leftbox .dinweibox .partbox.on{
	border-bottom: 2px solid var(--main-color);
}
.product2box .rightbox{
	width: 71.527777%;
	flex-shrink: 0;
}
.product2box .rightbox .partbox{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 48px 50px;
	background-color: #fff;
	margin-bottom: 33px;
}
.product2box .rightbox .partbox img{
	max-width: 100%;
}
.product2box .rightbox .partbox .bigtitle{
	line-height: 1;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.product2box .rightbox .partbox1 .mainbox{
	margin-top: 20px;
}
.product2box .rightbox .partbox1 .leftbox1{
	width: 440px;
	flex-shrink: 0;
}
.product2box .rightbox .partbox1 .leftbox1 .fullbox{
	padding-top: 79.4871%;
}
.product2box .rightbox .partbox1 .proimgswiperthumbs .fullbox{
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	cursor: pointer;
}
.product2box .rightbox .partbox1 .proimgswiperthumbs .swiper-slide-thumb-active .fullbox{
	border: 1px solid var(--main-color);
}
.product2box .rightbox .partbox1 .rightbox1{
	width: 100%;
	padding-left: 33px;
	box-sizing: border-box;
}
.product2box .rightbox .partbox1 .rightbox1 .des{
	font-size: 15px;
	color: #777;
	line-height: 1.7;
	padding-bottom: 17px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 17px;
}
.product2box .rightbox .partbox1 .rightbox1 .miaosu .title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
}
.product2box .rightbox .partbox1 .rightbox1 .miaosu .tips{
	font-size: 15px;
	color: #777;
	line-height: 2;
	padding-bottom: 17px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 32px;
}
.product2box .rightbox .partbox1 .rightbox1 .miaosu .tips .p{
	padding-left: 14px;
	position: relative;
}
.product2box .rightbox .partbox1 .rightbox1 .miaosu .tips .p:before{
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}
.product2box .rightbox .partbox1 .rightbox1 .more .fsbc{
	padding: 0 12px;
}
.product2box .rightbox .partbox2{
	line-height: 1.6;
	font-size: 15px;
	color: #777;
}
.product2box .rightbox .partbox2 .topdes{
	margin: 38px 0;
}
.product2box .rightbox .partbox2 .smalltitle{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 38px 0;
}
.product2box .rightbox .partbox3 .sparttitle{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 38px;
	margin-bottom: 28px;
}
.product2box .rightbox .partbox3 .list{
	padding: 18px 0;
	border-bottom: 1px solid #eeeeee;
}
.product2box .rightbox .partbox3 .lt{
	width: 330px;
	flex-shrink: 0;
	font-weight: bold;
	color: #333;
}
.product2box .rightbox .partbox3 .rdes{
	color: #777;
	width: 100%;
}
.product2box .rightbox .partbox4 .downbox{
	margin-top: 38px;
	font-size: 15px;
	color: #555;
}
.product2box .rightbox .partbox4 .downbox a{
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.product2box .rightbox .partbox4 .downbox a:hover{
	color: var(--main-color);
}
.product2box .rightbox .partbox4 .downbox a .textbox{
	flex-shrink: 0;
}
.product2box .rightbox .partbox4 .downbox .imgbox{
	margin-right: 12px;
	flex-shrink: 0;
}
/* 应用领域 */
.appbox{
	padding-top: 88px;
	padding-bottom: 65px;
	position: relative;
}
.appbox .followbox{
	position: absolute;
	left: -97px;
	width: 55px;
	width: 60px;
	height: calc(100% - 210px);
}
.appbox .followbox .follow{
	position: sticky;
	top: 102px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	font-size: 12px;
}
.appbox .followbox .follow .partbox{
	position: relative;
	cursor: pointer;
}
.appbox .followbox .follow .partbox .textbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	opacity: 1;
	z-index: 1;
	transition: 0.3s;
	color: #fff;
	text-align: center;
	transform: translateX(-100%);
	padding: 2px 6px;
	box-sizing: border-box;
	vertical-align: middle;
}
.appbox .followbox .follow .partbox:hover .textbox,.appbox .followbox .follow .partbox.on .textbox{
	transform: translateX(0%);
}
.appbox .followbox .follow .partbox .markbox{
	padding: 6px 10px;
	background-color: #fff;
	position: relative;
}
.appbox .followbox .follow .partbox .markbox:after{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #eee;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.appbox .followbox .follow .partbox:nth-last-child(2) .markbox:after{
	display: none;
}
.appbox .followbox .follow .partbox:last-child{
	height: 36px;
}
.appbox .followbox .follow .partbox:last-child .textbox{
	position: relative;
	transform: translateX(0);
}
.sjx{
	width: 13px;
}
.appbox .followbox .follow .partbox .fullbox{
	padding-top: 70%;
}
.appbox .mainbox .partbox{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 55px;
	padding: 50px 54px;
	transition: all .3s;
}
.appbox .mainbox .partbox:nth-child(even){
	flex-direction: row-reverse;
}
.appbox .mainbox .partbox:nth-child(even) .leftbox{
	padding-right: 0;
	padding-left: 68px;
}
.appbox .mainbox .partbox .leftbox{
	padding-right: 68px;
	box-sizing: border-box;
}
.appbox .mainbox .partbox .leftbox .title{
	font-size: 34px;
	color: #333;
}
.appbox .mainbox .partbox .leftbox .des{
	font-size: 18px;
	color: #555;
	line-height: 2;
	margin: 28px 0 47px;
}
.appbox .mainbox .partbox .rightbox{
	transform: translate(0,0);
	width: 600px;
	flex-shrink: 0;
	transition: all .3s;
}
.appbox .mainbox .partbox .rightbox .guccbox{
	padding-top: 64.16666%;
}
.appbox .mainbox .partbox:hover{
	box-shadow: 0 0 15px rgba(0,0,0, .1);
}
.appbox .mainbox .partbox:hover .rightbox{
	transform: translate(0,-8px);
}
.app2box{
	margin-top: -83px;
	padding-bottom: 102px;
}
.app2box .mainbox{
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding: 63px 54px;
	border-radius: 10px;
	font-size: 18px;
	color: #555;
	line-height: 2;
}
.app2box .mainbox .contentbox{
	padding-bottom: 58px;
	border-bottom: 1px solid #eee;
	margin-bottom: 41px;
}
.app2box .mainbox .contentbox img{
	max-width: 100%;
}
.app2box .mainbox .more .fsbc{
	padding: 0 20px;
}
/* 新闻 */
.newsbox{
	padding-top: 86px;
	padding-bottom: 98px;
}
.newsbox .partbox{
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.newsbox .partbox .leftbox{
	border-right: 1px solid #e5e5e5;
}
.newsbox .partbox .slb{
	width: 306px;
	flex-shrink: 0;
}
.newsbox .partbox .slb .guccbox{
	padding-top: 64.05228%;
}
.newsbox .partbox:hover img{
	transform: scale(1.05);
}
.newsbox .partbox .srb{
	width: 100%;
	padding: 0 87px 0 49px;
}
.newsbox .partbox .srb .title{
	font-size: 24px;
	color: #333;
	margin-bottom: 27px;
}
.newsbox .partbox .srb .des{
	font-size: 16px;
	color: #999;
	line-height: 28px;
}
.newsbox .partbox .rightbox{
	flex-shrink: 0;
	width: 242px;
	position: relative;
	text-align: right;
}
.newsbox .partbox .datdbox{
	transition: 0.5s;
}
.newsbox .partbox:hover .datdbox{
	opacity: 0;
}
.newsbox .partbox .years{
	font-size: 26px;
	color: #e0e0e0;
	font-weight: bold;
}
.newsbox .partbox .data{
	font-size: 62px;
	color: #e0e0e0;
	font-weight: bold;
}
.newsbox .partbox .morebox{
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	opacity: 0;
	transform: translateY(-50%);
	transition: 0.5s;
}
.newsbox .partbox:hover .morebox{
	z-index: 9;
	opacity: 1;
}
.newsbox .page{
	/*padding-top: 15px;*/
}
.news2box{
	padding-top: 70px;
	padding-bottom: 73px;
}
.news2box .leftbox{
	width: 100%;
	padding-right: 80px;
	box-sizing: border-box;
}
.news2box .leftbox .title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
.news2box .leftbox .databox{
	font-size: 16px;
	color: #999;
	padding-bottom: 21px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 43px;
}
.news2box .leftbox .contentbox{
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	padding-bottom: 55px;
	border-bottom: 1px solid #f0f0f0;
}
.news2box .leftbox .contentbox img{
	max-width: 100%;
}
.news2box .sharebox .social-share .social-share-icon{
	background-color: #c0c0c0;
	color: #fff;
	border: none;
}
.news2box .sharebox .social-share .social-share-icon:hover{
	background-color: var(--main-color);
}
.fanyebox{
	padding: 25px 0;
}
.fanyebox a{
	transition: 0.3s;
	font-size: 15px;
	color: #555;
	max-width: 50%;
	flex-shrink: 0;
}
.fanyebox a:hovre{
	color: var(--main-color);
}
.fanyebox a.nomore{
	pointer-events: none;
}
.fanyebox a.nomore:hovre{
	color: #555;
}
.news2box .rightbox{
	width: 388px;
	flex-shrink: 0;
	align-self: stretch;
}
.news2box .rightbox .psbox{
	position: sticky;
	top: 102px;
}
.news2box .rightbox .bigtitle{
	font-size: 22px;
	color: #555;
	margin-bottom: 32px;
}
.news2box .rightbox .partbox{
	display: block;
}
.news2box .rightbox .partbox .title{
	font-size: 16px;
	color: #333;
	margin-bottom: 11px;
}
.news2box .rightbox .databox{
	font-size: 16px;
	color: #999;
	padding-bottom: 21px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 21px;
}
/* 荣誉证书 */
.honorbox{
	padding-top: 90px;
	padding-bottom: 98px;
}
.honorbox .partbox{
	width: calc(25% - 36.75px);
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	margin-right: 49px;
	margin-bottom: 36.75px;
	cursor: pointer;
	transition: 0.3s;
}
.honorbox .partbox:nth-child(4n){
	margin-right: 0;
}
.honorbox .partbox .topbox{
	width: 100%;
	font-size: 22px;
	color: #333;
	margin-bottom: 28px;
}
.honorbox .partbox .topbox .markbox{
	width: 22px;
	flex-shrink: 0;
}
.honorbox .partbox .topbox .markbox img{
	width: 100%;
}
.honorbox .partbox .bottombox{
	width: 100%;
}
.honorbox .partbox .bottombox .fullbox{
	padding-top: 135.833333%;
}
.honorbox1 .partbox .bottombox .fullbox{
	padding-top: 50%;
}
.honorbox .partbox:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.honorbox .partbox:hover .bottombox .fullbox img{
	transform: scale(1.05);
}
/* 视频中心 */
.videobox{
	padding-top: 75px;
	padding-bottom: 80px;
}
.videobox .mainbox .partbox{
	position: relative;
	width: calc(50% - 25px);
	margin-bottom: 50px;
	cursor: pointer;
}
.videobox .mainbox .partbox:first-child{
	width: 100%;
}
.videobox .mainbox .partbox:nth-child(even){
	margin-right: 50px;
}
.videobox .mainbox .partbox .guccbox{
	padding-top: 59.28057%;
}
.videobox .mainbox .partbox:first-child .guccbox{
	padding-top: 31.5277777%;
}
.videobox .mainbox .partbox .playbtn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 60px;
}
.videobox .mainbox .partbox .playbtn img{
	width: 100%;
}
.videobox .mainbox .partbox .textbox{
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 33px;
}
.videoplayct{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: -1;
	opacity: 0;
	transform: 0.3s;
}
.videoplayct.on{
	z-index: 9;
	opacity: 1;
}
.videoplayct .mainbox{
	width: 600px;
	max-width: 90vw;
	position: relative;
}
.videoplayct video{
	width: 100%;
}
.videoplayct .mainbox .closebtn{
	position: absolute;
	right: 0;
	top: -60px;
	font-size: 50px;
	color: #fff;
	transform: rotateZ(45deg);
	cursor: pointer;
	line-height: 1;
}
/* 案例演示 */
.casebox{
	padding-top: 75px;
	padding-bottom: 80px;
}
.casebox .mainbox .partbox{
	width: calc(33.33333% - 32px);
	margin-right: 48px;
	margin-bottom: 48px;
	background-color: #fff;
	align-self: stretch;
}
.casebox .mainbox .partbox:nth-child(3n){
	margin-right: 0;
}
.casebox .mainbox .partbox .topbox{
	width: 100%;
}
.casebox .mainbox .partbox .guccbox{
	width: 100%;
	padding-top: 66.51785%;
}
.casebox .mainbox .partbox .textbox{
	padding: 0 33px;
}
.casebox .mainbox .partbox .textbox .title{
	font-size: 22px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 16px;
}
.casebox .mainbox .partbox .textbox .des{
	font-size: 16px;
	color: #999;
	margin-bottom: 41px;
}
.casebox .mainbox .partbox .morebox{
	padding: 0 33px 37px;
	box-sizing: border-box;
}
.casebox .mainbox .partbox:hover img{
	transform: scale(1.05);
}
/* 关于我们 */
.about-bg-1 {
	position: relative;
}
.about-bg-1 .bg-mark {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about{
	padding: 82px 0 100px;
}
.about .topbox .leftbox{
	width: 445px;
	flex-shrink: 0;
}
.about .topbox .leftbox .title{
	font-size: 38px;
	color: #222;
	font-weight: bold;
	margin-bottom: 12px;
}
.about .topbox .leftbox .des{
	font-size: 20px;
	color: #555;
}
.about .topbox .rightbox{
	width: 100%;
	font-size: 18px;
	color: #555;
	line-height: 2;
}
.about .topbox .rightbox .title{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.about .bottombox{
	margin-top: 110px;
}
.about .bottombox .title{
	font-size: 56px;
	color: var(--main-color);
	line-height: 1;
	margin-bottom: 24px;
	font-weight: bold;
}
.about .bottombox .title sup{
	font-size: 16px;
	vertical-align: top;
}
.about .bottombox .des{
	font-size: 18px;
	color: #333;
}
.about2{
	height: 833px;
	position: relative;
}
.about2 .about2swiper{
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	box-sizing: border-box;
}
.about2 .swiper-buttonbox .swiper-button-prev.swiper-button-disabled,
.about2 .swiper-buttonbox .swiper-button-next.swiper-button-disabled {
	opacity: .2;
	pointer-events: none;
}
.about2 .swiper-buttonbox .swiper-button-prev,
.about2 .swiper-buttonbox .swiper-button-next {
	color: #fff;
	opacity: 0.75;
}
.about2 .swiper-buttonbox .swiper-button-prev:hover,
.about2 .swiper-buttonbox .swiper-button-next:hover {
	opacity: 1;
}
.about2 .swiper-buttonbox .swiper-button-prev{
	left: calc(360px - 25vw);}
.about2 .swiper-buttonbox .swiper-button-next{
	right: calc(360px - 25vw);
}
.about2 .partbox{
	height: 100%;
	padding: 0 70px;
	box-sizing: border-box;
}
.about2 .swiper-slide.swiper-slide-next .partbox{
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.about2 .partbox:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.about2 .partbox .mainbox{
	position: relative;
	color: #fff;
	text-align: center;
	width: 100%;
}
.about2 .partbox .mainbox .title{
	font-size: 38px;
	transition: 0.5s;
}
.about2 .partbox:hover .mainbox .title{
	transform: translateY(-15px);
}
.about2 .partbox .mainbox .des{
	font-size: 18px;
	line-height: 1.6;
	width: 100%;
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.5s;
}
.about2 .partbox:hover .mainbox .des{
	opacity: 1;
	top: 89px;
}
.about2 .partbox .mainbox .imgbox{
	position: absolute;
	top: -100px;
	left: 50%;
	width: 74px;
	height: 74px;
	overflow: hidden;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.5s;
}
.about2 .partbox:hover .mainbox .imgbox{
	opacity: 1;
	top: -135px;
}
.about2 .partbox .mainbox .imgbox img{
	width: 100%;
}
.about2 .partbox .mainbox .line{
	width: 49px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.5s;
}
.about2 .partbox:hover .mainbox .line{
	opacity: 0.29;
	top: 58px;
}
.aboutbtbox .abouttitle{
	font-size: 38px;
	color: #222;
	font-weight: bold;
	margin-bottom: 12px;
}
.about3{
	padding-top: 88px;
	padding-bottom: 100px;
}
.aboutbtbox .aboutdes{
	font-size: 20px;
	color: #555;
}
.about3 .topswiper .swiper-slide{
	/*transform: scale(0.75);*/
}
.about3 .topswiper .swiper-slide-active{
	transform: scale(1.25);
}
.about3 .topswiper .partbox{
	padding: 200px 0;
	position: relative;
}
.about3 .topswiper .swiper-slide-active .partbox{
	text-align: center;
}
.about3 .topswiper .swiper-slide-next .partbox{
	text-align: right;
}
.about3 .topswiper .partbox .year{
	font-size: 91px;
	color: #ebebeb;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.about3 .topswiper  .swiper-slide-active .partbox .year{
	font-size: 205px;
	color: #e0e0e0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.about3 .topswiper .swiper-slide-next .partbox .year{
	left: unset;
	right: 0;
}
.about3 .topswiper .partbox .title{
	font-size: 28.8px;
	width: 90%;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 1s;
}
.about3 .topswiper .swiper-slide-active .partbox .title{
	opacity: 1;
}
.about3 .bottomswiper .year{
	padding-top: 30px;
	background: url(../images/yearbg.png) no-repeat;
	background-size: 100%;
	text-align: center;
	font-size: 28px;
	color: #333;
}
.about3 .bottomswiper .swiper-slide-thumb-active .year{
	color: var(--main-color);
}
.about4{
	padding-top: 88px;
	padding-bottom: 200px;
}
.about4 .aboutbtbox{
	position: relative;
}
.about4 .aboutbtbox:after{
	content: "”";
	display: block;
	position: absolute;
	right: 0;
	top: -100%;
	font-size: 416px;
	color: #555555;
	opacity: 0.1;
	font-family: "Arial";
}
.about4 .about4swiper{
	overflow: visible;
	margin-top: 68px;
}
.about4 .about4swiper .partbox .guccbox{
	padding-top: 50.889192%;
}
.about4 .about4swiper .swiper-scrollbar{
	bottom: -100px;
	width: 70%;
	left: 15%;
}
.about4 .about4swiper .swiper-scrollbar .swiper-scrollbar-drag{
	background-color: var(--main-color);
}
.about5{
	padding-top: 110px;
	padding-bottom: 158px;
}
.about5 .partnerswiper{
	margin-top: 60px;
	padding: 5px;
}
.about5 .partnerswiper .partbox{
	border: 1px solid #ededed;
	box-sizing: border-box;
	transition: 0.3s;
}
.about5 .partnerswiper .swiper-slide{
	transition: 0.5s;
	overflow: visible;
}
.about5 .partnerswiper .swiper-slide:hover{
	transform: translateY(-3px);
	box-shadow: 0 0px 5px rgba(0, 0, 0,0.2);
}
.about5 .partnerswiper .partbox:hover{
	border: 1px solid #fff;
}
.about5 .partnerswiper .partbox .fullbox{
	padding-top: 52.27272727%;
}
.about6{
	padding-top:110px;
	padding-bottom:158px;
}
.about6 .honorswiper{
	margin-top: 60px;
	padding: 5px;
}
.about6 .honorswiper .horbox .fullbox{
	padding-top:150%;
}
.zhaopin{
	padding-top: 108px;
	padding-bottom: 114px;
}
.zhaopin .bottombox{
	margin-top: 65px;
}
.zhaopin .leftbox{
	width: 878px;
	flex-shrink: 0;
	border-radius: 18px;
	overflow: hidden;
}
.zhaopin .leftbox .guccbox{
	padding-top: 59.567198%;
}
.zhaopin .rightbox{
	width: 100%;
	padding-left: 70px;
	box-sizing: border-box;
}
.zhaopin .rightbox .partbox:not(:last-child){
	margin-bottom: 52px;
}
.zhaopin .rightbox .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 9px;
}
.zhaopin .rightbox .tips{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 22px;
}
.zhaopin .rightbox .des{
	font-size: 16px;
	color: #777;
	line-height: 2;
}
.zhaopin2{
	padding-top: 113px;
	padding-bottom: ;
}
.zhaopin2 .aboutbtbox .abouttitle{
	color: #fff;
}
.zhaopin2 .topdes{
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	width: 71%;
	margin: 0 auto;
	text-align: center;
	margin-top: 44px;
}
.zhaopin2 .zpbox{
	background-color: #fff;
	padding: 65px 40px;
	margin-top: 102px;
}
.zhaopin2 .zpbox .partbox{
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 0 50px;
}
.zhaopin2 .zpbox .partbox.on{
	border: 1px solid var(--main-color);
}
.zhaopin2 .zpbox .partbox .topbox{
	padding: 24px 0;
	border-bottom: 1px solid #dddddd;
}
.zhaopin2 .zpbox .partbox .topbox .imgbox{
	overflow: hidden;
	width: 22px;
}
.zhaopin2 .zpbox .partbox .topbox .imgbox img{
	width: 22px;
}
.zhaopin2 .zpbox .partbox.on .topbox .imgbox img{
	filter: drop-shadow(0 100px var(--main-color));
	transform: translateY(-100px);
}
.zhaopin2 .zpbox .partbox .name{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-left: 22px;
}
.zhaopin2 .zpbox .partbox .name.on{
	color: var(--main-color);
}
.zhaopin2 .zpbox .partbox .seemore{
	position: relative;
	padding-right: 18px;
	font-size: 15px;
	color: #999;
	cursor: pointer;
}
.zhaopin2 .zpbox .partbox .seemore:after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	transform: translateY(-2px) rotateZ(135deg);
	position: absolute;
	top: 50%;
	right: 0;
}
.zhaopin2 .zpbox .partbox .seemore.on:after{
	transform: translateY(-2px) rotateZ(-45deg);
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}
.zhaopin2 .zpbox .partbox .seemore:hover,.zhaopin2 .zpbox .partbox .seemore.on{
	color: var(--main-color);
}
.zhaopin2 .zpbox .partbox .seemore:hover:after{
	border-color: var(--main-color);
}
.zhaopin2 .middlebox{
	font-size: 16px;
	color: #777;
	padding: 25px 0;
}
.zhaopin2 .middlebox .pbox{
	margin-right: 150px;
	line-height: 2;
}
.zhaopin2 .bottombox{
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 26px 0;
	display: none;
}
.zhaopin2 .bottombox .contentbox{
	padding: 0;
}
.zhaopin2 .bottombox .zptitle{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.zhaopin2 .bottombox .zpdes{
	font-size: 16px;
	color: #777;
	line-height: 2.4;
}
.contentbox{
	padding-top: 78px;
	padding-bottom: 87px;
}
.contentbox .bottombox{
	margin-top: 58px;
}
.contentbox .bottombox .leftbox{
	width: 100%;
	padding-right: 44px;
	box-sizing: border-box;
}
.contentbox .bottombox .partbox{
	border-top: 1px solid #e6e6e7;
	padding: 28px 0;
}
.contentbox .bottombox .partbox:last-child{
	border-top: 1px solid #e6e6e7;
	border-bottom: 1px solid #e6e6e7;
}
.contentbox .bottombox .partbox .w50{
	width: 50%;
}
.contentbox .bottombox .partbox .w100{
	width: 100%;
}
.contentbox .bottombox .partbox .pbox .title{
	font-size: 16px;
	color: #777;
	margin-bottom: 8px;
}
.contentbox .bottombox .partbox .pbox .title img{
	width: 19px;
	margin-right: 10px;
}
.contentbox .bottombox .partbox .pbox .des{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.contentbox .bottombox .partbox .pbox .des2{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.contentbox .bottombox .partbox .qrcodebox .imgbox{
	margin-top: 12px;
	margin-bottom: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .26);
	width: 152px;
}
.contentbox .bottombox .partbox .qrcodebox .imgbox img{
	width: 100%;
}
.contentbox .bottombox .partbox .qrcodebox .des{
	font-size: 16px;
	color: #777;
}
.contentbox .bottombox .rightbox{
	width: 760px;
	flex-shrink: 0;
}
.contentbox .bottombox .rightbox #map{
	width: 100%;
	height: 514px;
	border: none;
	border-radius: 15px;
	overflow: hidden;
}
.contentbox .sharebox .social-share-icon{
	border: none;
	color: #666;
	transform: 0.3s;
}
.contentbox .sharebox .social-share-icon:hover{
	background-color: unset;
	color: var(--main-color);
}
.app2box .mainbox .contentbox{padding-top: 0;}
.news2box .leftbox .contentbox{padding-top: 0;}

/* 产品弹窗 */
.xunptcbox{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: -1;
	transition: 0.5s;
}
.xunptcbox.on{
	z-index: 999;
	opacity: 1;
}
.xunptcbox .mainbox{
	width: 600px;
	padding: 35px 50px;
	box-sizing: border-box;
	max-width: 96%;
	background-color: #fff;
	position: relative;
}
.xunptcbox .mainbox .toptitle{
	height: 70px;
    line-height: 70px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.xunptcbox .mainbox .des{
	font-size: 18px;
	color: #777;
	text-align: center;
	margin-bottom: 20px;
}
.xunptcbox .mainbox .des2{
	background-color: #f3f3f3;
	border-radius: 8px;
	overflow: hidden;
	padding: 13px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #888;
}
.xunptcbox .mainbox .des2 .fullbox{
	width: 64px;
	padding-top: 64px;
	flex-shrink: 0;
	margin-right: 10px;
}
.xunptcbox .mainbox .des2 .title{
	font-size: 18px;
	color: #222;
}
.xunptcbox form{
	width: 100%;
}
.xunptcbox .twopart input{
	width: calc(50% - 5px);
	border: 1px solid #e6e6e6;
	height: 48px;
	box-sizing: border-box;
	text-indent: 2em;
	color: #555;
	margin-bottom: 15px;
	font-size: 13px;
}
.xunptcbox .onepart input{
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 48px;
	box-sizing: border-box;
	text-indent: 2em;
	color: #555;
	margin-bottom: 15px;
	font-size: 13px;
}
.xunptcbox .onepart textarea{
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 96px;
	box-sizing: border-box;
	text-indent: 2em;
	color: #555;
	margin-bottom: 15px;
	padding: 20px 0;
	font-size: 13px;
	font-family: "Microsoft YaHei";
}
.xunptcbox .subbtn input{
	background-color: var(--main-color);
	height: 48px;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	padding: 0 30px;
	cursor: pointer;
}
.xunptcbox .closebtn{
	position: absolute;
	font-size: 50px;
	color: #666;
	top: 0px;
	right: 50px;
	cursor: pointer;
}
/* 产品列表标签 */
.productbox .rightbox .partbox .fullbox .tagbox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	height: 25px;
}
.productbox .rightbox .partbox .fullbox .tagbox img{
	height: 100%;
}
.profbtn{display: none;}
/* 产品详情图片弹窗 */
.cptcbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: -1;
	transition: 0.5s;
}
.cptcbox.on{
	opacity: 1;
	z-index: 99;
}
.cptcbox .mainbox{
	position: relative;
	width: 600px;
	max-width: 90%;
	background-color: #fff;
}
.cptcbox .mainbox img{
	width: 100%;
}
.cptcbox .mainbox .closebtn{
	position: absolute;
	font-size: 50px;
    color: #666;
    top: 0px;
    right: 20px;
    cursor: pointer;
}

/* 响应式样式 */
@media only screen and (max-width: 1640px){
.wrap{width: calc(100% - 200px);}
.homebannerbox .partbox .textbox .des{font-size: 3.231707vw;}
.headerbox .menu .partbox .childbox .fullwrap .leftbox{padding-left: 100px;}
.footservice .title{font-size: 3.231707vw;}
.hnews .rightbox .partbox .des{padding-right: 0;}
.neibanner .textbox .title{font-size: 3.231707vw;}
.appbox .followbox{left: -76px;}
.about2wrap{width: calc(100% - 400px);}
.about2 .swiper-buttonbox .swiper-button-prev{left: -100px;}
.about2 .swiper-buttonbox .swiper-button-next{right: -100px;}
.about3 .topswiper .partbox .year{font-size: 5.54878vw;}
.about3 .topswiper .swiper-slide-active .partbox .year{font-size: 12.5vw;}
.headerbox .searchbox{width: unset;}
.headerbox .logobox,.headerbox .logobox img{height: 40px;}
.headerbox{height: 80px;}
.header-space{height: 80px;}
}
@media only screen and (max-width: 1500px){
.hproswiperbox .partbox .title{font-size: 2.5333333vw;}
.headerbox .menu .partbox .childbox .fullwrap .rightbox{width: 480px;}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .imgbox{display: none;}
.headerbox .menu .partbox .childbox .fullwrap .rightbox .rrbox{width: 100%;}
.hareatopswiper .leftbox .des{margin-top: 40px;margin-bottom: 25px;}
.productbox .leftbox{width: 322px;}
.productbox .leftbox .mainbox{padding-right: 0;}
.product2box .rightbox{width: 78%;}
.about .topbox .leftbox{width: 300px;}
.zhaopin .leftbox{width: 700px;}
.zhaopin .rightbox{padding-left: 30px;}
.zhaopin .rightbox .title{font-size: 24px;}
.zhaopin .rightbox .tips{margin-bottom: 10px;}
.zhaopin .rightbox .des{line-height: 1.8;}
.zhaopin .rightbox .partbox:not(:last-child){margin-bottom: 30px;}
.contentbox .bottombox .rightbox{width: 600px;}
}
@media only screen and (max-width: 1400px){
.headerbox .searchbox{width: unset;}
.hareatopswiper .partbox .leftbox{padding-right: 20px;}
.hareatopswiper .leftbox .des{margin-top: 30px;margin-bottom: 20px;line-height: 1.8;}
.hnews .rightbox{padding-left: 30px;}
.hpartner .leftbox{padding-right: 50px;}
.hnews .leftbox{width: 50%;}
.hnews .rightbox .partbox{padding: 25px 0;}
.productbox .rightbox .partbox{padding: 25px 20px;margin-bottom: 32px;}
.product2box .rightbox .partbox{padding: 40px 30px;}
.news2box .leftbox{padding-right: 40px;}
.honorbox .partbox{padding: 30px;width: calc(25% - 22.5px);margin-right: 30px;margin-bottom: 30px;}
.about2 .partbox{padding: 0 30px;}
.about2 .partbox .mainbox .title{font-size: 2.7142857vw;}
.contentbox .bottombox .rightbox{width: 500px;}
}
@media only screen and (max-width: 1300px){
.htitlebox .htitle{font-size: 2.923076vw;}
.htitlebox .htitle .bgtext{font-size: 12.6923077vw;}
.hareatopswiper .htitlebox .hdes{font-size: 2.6153846vw;}
.hqualitybox .youshibox .partbox{margin: 0 25px;}
.footer .topbox .rightbox .partbox{padding-left: 40px;}
.headerbox .menu .partbox .childbox .wrap{width: calc(100% - 40px);}
.headerbox .menu .partbox .childbox .bigbox{padding: 30px 16px 22px;}
.homebannerbox .partbox .textbox{padding-top: 102px;box-sizing: border-box;}
.productbox .leftbox{width: 24.76923vw;}
.productbox .leftbox .bigtitle{font-size: 2.461538vw;}
.productbox .rightbox .partbox{width: calc(33.333333% - 15px);margin-left: 15px;margin-bottom: 15px;}
.product2box .rightbox .partbox1 .leftbox1{width: 360px;}
.product2box .rightbox .partbox{padding: 40px 20px;}
.product2box .rightbox .partbox1 .rightbox1 .miaosu .tips{line-height: 1.6;}
.appbox .mainbox .partbox{padding: 30px 20px;}
.appbox .mainbox .partbox .leftbox{padding-right: 20px;}
.appbox .mainbox .partbox:nth-child(even) .leftbox{padding-left: 20px;}
.appbox .mainbox .partbox .leftbox .title{font-size: 2.6153846vw;}
.app2box{margin-top: -30px;}
.news2box .rightbox{width: 320px;}
.honorbox .partbox{padding: 20px;width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
.honorbox .partbox .topbox{font-size: 1.69230769vw;}
.casebox .mainbox .partbox{width: calc(33.3333% - 13.3333px);margin-right: 20px;margin-bottom: 20px;}
.casebox .mainbox .partbox .textbox{padding: 0 20px;}
.casebox .mainbox .partbox .morebox{padding: 0 20px 20px;}
.about .topbox .leftbox .title{font-size: 2.923076vw;}
.aboutbtbox .abouttitle{font-size: 2.923076vw;}
.about3 .topswiper .partbox .title{font-size: 1.75609vw;}
.about4 .aboutbtbox:after{font-size: 32vw;}
.zhaopin .leftbox{width: 550px;}
.zhaopin .leftbox .guccbox{padding-top: 75%;}
.zhaopin .rightbox .des{line-height: 1.5;}
.zhaopin2{padding-top: 80px;}
.zhaopin2 .topdes{font-size: 16px;margin-top: 20px;}
.zhaopin2 .zpbox{margin-top: 40px;}
}
@media only screen and (max-width: 1200px){
.headerbox .menu .partbox{margin: 0 22px;}
.hareatopswiper .leftbox .des{font-size: 16px;margin-top: 20px;line-height: 1.7;}
.htitlebox .htitle{margin-bottom: 8px;}
.hpartner .rightbox{width: 540px;}
.hpartner .rightbox .partbox{width: 158px;}
.footer .topbox .leftbox .fbigtitle{font-size: 2.666666vw;}
.productbox .leftbox{width: 20vw;}
.productbox .leftbox .bigtitle{font-size: 2vw;}
.neibanner .textbox .des{font-size: 2vw;}
.appbox .mainbox{margin-left: 50px;}
.appbox .followbox{left: -15px;}
.appbox .mainbox .partbox .leftbox .des{font-size: 16px;line-height: 1.6;margin: 18px 0;}
.appbox .mainbox .partbox .rightbox{width: 500px;}
.newsbox .partbox .srb{padding: 0 35px;}
.newsbox .partbox .rightbox{width: 200px;}
.videobox .mainbox .partbox .textbox{font-size: 2vw;}
.casebox .mainbox .partbox .textbox .title{font-size: 1.833333vw;}
.casebox .mainbox .partbox .textbox .des{margin-bottom: 20px;}
.about .bottombox .title{font-size: 4.66666666vw;}
.contentbox .bottombox{flex-direction: column;}
.contentbox .bottombox .partbox{padding: 20px 0;}
.contentbox .bottombox .rightbox{width: 100%;margin-top: 30px;}
.contentbox .bottombox .leftbox{padding-right: 0;}
}
@media only screen and (max-width: 1100px){
.wrap{width: calc(100% - 100px);}
.headerwrap{padding: 0 20px;}
.headerbox .logobox,.headerbox .logobox img{height: 40px;}
.headerbox .menu .partbox .childbox .bigbox{padding: 20px 10px;}
.headerbox .menu .partbox .childbox .bigbox .leftbox{margin-right: 10px;width: 100px;}
.hnews .title,.hnews .leftbox .title{font-size: 2.18181818vw;}
.footservice .smalltitle{font-size: 2.18181818vw;}
.hareabox .changebtnbox .swiper-button-prev{left: -20px;}
.hareabox .changebtnbox .swiper-button-next{right: -20px;}
.about2wrap{width: calc(100% - 400px);}
.about3 .topswiper .partbox .title{font-size: 19px;}
.zhaopin2 .middlebox .pbox{margin-right: 50px;}
}
@media only screen and (max-width: 992px){
.headerwrap{width: 94%;padding: 0 3%;}
.wrap{width: 94%;}
.headerbox{height: 80px;}
.header-space { height: 80px; }
.headerbox .menu{display: none;}
.headerbox .searchbox{width: 100%;}
.headerbox .searchbox.on .searchmain{ padding: 25px 0; }
.headerbox .searchbox .searchmain .title{ font-size:13px; }
.headerbox .searchbox .searchmain .searchform{}
.headerbox .searchbox .searchmain .searchform .input{ font-size:18px; }
.headerbox .searchbox .searchmain .searchform .searchsubmit{ --size: 16px; bottom: 4px; background-size: contain; }
.sjmenu{margin-left: 15px;}
.sjmenu .menubtn{width: 40px;height: 80px;position: relative;}
.sjmenu .menubtn div{position: absolute;width: 30px;height: 2px;background-color: var(--main-color);left: 10px;transition: 0.5s;}
.sjmenu .menubtn div:nth-child(1){top: 29px;}
.sjmenu .menubtn div:nth-child(2){top: 39px;}
.sjmenu .menubtn div:nth-child(3){top: 49px;}
.sjmenu .menubtn.on div:nth-child(1){top: 39px;transform: rotateZ(45deg);}
.sjmenu .menubtn.on div:nth-child(2){opacity: 0;}
.sjmenu .menubtn.on div:nth-child(3){top: 39px;transform: rotateZ(-45deg);}
.sjmenu .mainbox{position: absolute;top: 80px;left: 0;white-space: nowrap;border-top:1px solid #eeeeee;padding: 0;background-color: #fff;width: 100%; height: calc(100vh - 80px);background:rgba(0,0,0,.5);box-sizing: border-box;display: none;}
.sjmenu .mainbox .main{white-space: normal;padding: 0 15px 15px;background: #ffffff;}
.sjmenu .mainbox .main .title{font-size: 17px;color: #333;line-height: 2.8;border-bottom: 1px solid #eee; }
.sjmenu .mainbox .main .title .changebtn{width: 30px;}
.sjmenu .mainbox .main .childbox{ padding-top: 10px; font-size: 16px;color: #555;line-height: 2.4;text-indent: 1em;display: none;}
.sjmenu .mainbox .main .childbox a{display: block;}

.profbtn{margin-right: 15px;display: block;}
.profbtn .menubtn{width: 40px;height: 40px;position: relative;}
.profbtn .menubtn div{position: absolute;width: 30px;height: 2px;background-color: var(--main-color);left: 0px;transition: 0.5s;}
.profbtn .menubtn div:nth-child(1){top: 9px;}
.profbtn .menubtn div:nth-child(2){top: 19px;}
.profbtn .menubtn div:nth-child(3){top: 29px;}
.profbtn .menubtn.on div:nth-child(1){top: 19px;transform: rotateZ(45deg);}
.profbtn .menubtn.on div:nth-child(2){opacity: 0;}
.profbtn .menubtn.on div:nth-child(3){top: 19px;transform: rotateZ(-45deg);}
.profbtn .mainbox{position: absolute;top: 80px;left: 0;white-space: nowrap;border-top:1px solid #eeeeee;padding: 0;background-color: #fff;width: 100%; height: calc(100vh - 80px);background:rgba(0,0,0,.5);box-sizing: border-box;display: none;}
.profbtn .mainbox .main{white-space: normal;padding: 0 15px 15px;background: #ffffff;}
.profbtn .mainbox .main .title{font-size: 17px;color: #333;line-height: 2.8;border-bottom: 1px solid #eee; }
.profbtn .mainbox .main .title .changebtn{width: 30px;}
.profbtn .mainbox .main .childbox{ padding-top: 10px; font-size: 16px;color: #555;line-height: 2.4;text-indent: 1em;display: none;}
.profbtn .mainbox .main .childbox a{display: block;}

.homebannerbox .bottombox{display: none; }
.xxypagination{top: unset;bottom: 30px;left: 0;right: unset;width: 100%;height: 36px;flex-direction: row;}
.xxypagination .pointbox{margin: 0 10px;}
.homebannerbox .partbox .textbox .des{font-size: 6vw;letter-spacing: 1px;}
.htitlebox .htitle{font-size: 6vw;text-align: center;}
.htitlebox .hdes{text-align: center;}
.htitlebox .htitle .bgtext{font-size: 12vw;top: -20px;}
.hproswiperbox .partbox .title{font-size: 5vw;}
.hproswiperbox .partbox .des{max-width: 100%;}
.hprobox{ padding: 50px 0; text-align:center; }
.hproswiperbox .hproswiper .partbox{flex-direction: column-reverse;}
.hproswiperbox .hproswiper .leftbox{width: 100%;}
.hproswiperbox .hproswiper .arrowDiv{ display: flex; width: 100%; justify-content: space-between; }
.hproswiperbox .hproswiper .arrowDiv a+a{ margin-top:0 }
.hproswiperbox .hproswiper .morebox{ justify-content:center; }
.htdswiperbox{height: 700px;}
.htdswiper .partbox .topbox .imgbox{ --size: 72px; }
.hareabox{ display: flex; padding: 50px 0; flex-wrap: wrap; flex-direction: column; }
.hareabox .htitlebox.pc-hide{ display:block; width: 100%; }
.hareabox .topbox{ order:2; margin-top: 15px; margin-bottom: 0px; width: 100%; text-align:center; }
.hareabox .topbox .hareatopswiper{overflow: visible;}
.hareabox .topbox .partbox{flex-direction: column;}
.hareabox .topbox .morebox{ justify-content:center; }
.hareabox .bottombox{ width:100%; }
.hareabox .changebtnbox .swiper-button-prev,
.hareabox .changebtnbox .swiper-button-next{ top: 50%; }
.hareabox .bottombox::before{ top:50%; }
.hareatopthumbs .partbox .svgbox{ --size:60px; margin-bottom:0; }
.hareatopthumbs .partbox .textbox{ display:none; }
.hareatopswiper .partbox .leftbox{padding-right: 0;margin-bottom: 25px;}
.hareabox .topbox .partbox .rightbox{width: 100%;}
.hareatopswiper .htitlebox .hdes{font-size: 4vw;}
.hareabox .changebtnbox .swiper-button-prev{left: -10px;}
.hareabox .changebtnbox .swiper-button-next{right: -10px;}
.hqualitybox{padding: 60px 0; background-attachment:unset!important; }
.hqualitybox .youshibox .partbox .imgbox{width: 40px;height: 40px;margin-right: 10px;}
.hqualitybox .youshibox .partbox .textbox{font-size: 30px;}
.hqualitybox .desbox{font-size: 17px;}
.hnews{padding: 50px 0;}
.hnews .mainbox{flex-direction: column;margin-top: 30px;}
.hnews .mainbox .leftbox{width: 100%;}
.hnews .rightbox{padding-left: 0;}
.hnews .title, .hnews .leftbox .title,.hnews .rightbox .partbox .title{font-size: 3vw;}
.hpartner{padding: 50px 0;}
.hpartner .mainbox{flex-direction: column;}
.hpartner .leftbox{padding-right: 0;margin-bottom: 25px;}
.hpartner .morebox{ justify-content:center; }
.mbxbox{height: 60px;}
.footer{text-align: center;}
.footer .topbox .rightbox{display: none;}
.hpartner .leftbox .des{margin: 30px 0;}
.footservice .title{font-size: 4vw;}
.footservice .smalltitle{font-size: 3vw;}
.footservice .fsearch{width: 285px;}
.footer .topbox .leftbox .fbigtitle{font-size: 4vw;}
.footer .bottombox .textbox{font-size: 20px;}
.footer .topbox{padding-top: 50px;text-align: center;justify-content: center;}
.footer .topbox .leftbox .fline{ margin-left: auto; margin-right: auto; }
.fqrcodebox{ justify-content:center; }
.fqrcodebox .partbox:nth-last-child(1){ margin-right:0; }
.mbxbox.mbxh60{height: 0;}
.productbox{padding: 50px 0;flex-direction: column;width: 100%;}
.productbox .leftbox{width: 100%;}
.productbox .leftbox .mainbox{position: relative;top: 0;}
.productbox .leftbox .bigtitle{font-size: 20px;margin-bottom: 20px;}
.productbox .leftbox .shaixuanbox{flex-direction: row;margin-top: 0;margin-bottom: 20px;}
.productbox .leftbox .shaixuanbox a{margin: 10px 20px 10px 0;}
.productbox .leftbox .mainbox .fenleibox{display: none; margin-top:0;margin-bottom: 25px;}
.productbox .leftbox .fenleibox .partbox{margin-right: 20px;padding: 10px 0;}
.productbox .rightbox .partbox{width: calc(33.3333% - 10px);}
.productbox .rightbox .partbox:nth-child(3n+1){margin-left: 0;}

.neibanner .textbox .title-line{
	padding-left: 18px;
}
.neibanner .textbox .title-line::before{
	width: 3px;
}
.neibanner .textbox .title{font-size: 5vw;}
.neibanner .textbox .des{font-size: 3vw;}
.product2box{flex-direction: column;padding: 24px 0;}
.product2box .leftbox .dinweibox{flex-direction: row;margin: 10px 0;}
.product2box .leftbox .dinweibox .partbox{margin-right: 20px;margin-right: 0;width:25%;text-align: center;display: none;}
.product2box .rightbox{width: 100%;}
.product2box .rightbox .partbox1 .mainbox{flex-direction: column;}
.product2box .rightbox .partbox1 .leftbox1{width: 100%;margin-bottom: 30px;}
.product2box .rightbox .partbox1 .rightbox1{padding-left: 0;}
.product2box .rightbox .partbox3 .lt{width: 180px;}
/*.appbox .followbox{position: relative;left: 0;width: 100%;}
.appbox .followbox .follow{position: relative;top: 0;display: flex;}
.appbox .followbox .follow .partbox{width: 55px;overflow: hidden;}*/
.appbox{padding: 50px 0;}
.appbox .followbox{ display:none; }
.appbox .mainbox{ margin-left:0; }
.appbox .mainbox .partbox,.appbox .mainbox .partbox:nth-child(even){flex-direction: column;margin-bottom: 30px;}
.appbox .mainbox .partbox:nth-child(even) .leftbox{padding-left: 0;}
.appbox .mainbox .partbox .leftbox{padding-right: 0;margin-bottom: 20px;}
.appbox .mainbox .partbox .rightbox{width: 100%;}
.appbox .mainbox .partbox .leftbox .title{font-size: 4.2vw; font-weight: bold;}
.appbox .mainbox .partbox .leftbox .des{ margin-top:10px; }
.app2box .mainbox{padding: 40px 20px;}
.newsbox{padding: 50px 0;}
.newsbox .partbox .leftbox{border: none;}
.newsbox .partbox .rightbox{display: none;}
.mbx{display: none;}
.news2box{padding: 50px 0;}
.newsbox .partbox{padding-bottom: 30px;margin-bottom: 30px;}
.news2box .mainbox{flex-direction: column;}
.news2box .rightbox{width: 100%;margin-top: 20px;}
.news2box .leftbox{padding-right: 0;}
.news2box .leftbox .title{font-size: 3.333333vw;}
.news2box .leftbox .databox{margin-bottom: 30px;}
.news2box .rightbox .partbox .title{margin-bottom: 8px;}
.news2box .rightbox .databox{font-size: 14px;padding-bottom: 8px;margin-bottom: 8px;}
.videobox{padding: 50px 0;}
.videobox .mainbox .partbox{margin-bottom: 25px;width: calc(50% - 12.5px);}
.videobox .mainbox .partbox:nth-child(even){margin-right: 25px;}
.honorbox{padding: 50px 0;}
.honorbox .partbox{width: calc(33.333% - 13.333333px);}
.honorbox .partbox:nth-child(4n){margin-right: 20px;}
.honorbox .partbox:nth-child(3n){margin-right: 0;}
.casebox{padding: 50px 0;}
.casebox .mainbox .partbox{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;}
.casebox .mainbox .partbox:nth-child(3n){margin-right: 20px;}
.casebox .mainbox .partbox:nth-child(2n){margin-right: 0px;}
.casebox .mainbox .partbox .textbox .title{font-size: 18px;}
.about-bg-1 .bg-mark {
	display: block;
}
.about-bg-1 .about {
	position: relative;
}
.about{padding: 50px 0;}
.about .mainbox .topbox{flex-direction: column;}
.about .topbox .leftbox{width: 100%;text-align: center;}
.about .topbox .leftbox .title{font-size: 6vw;}
.about .topbox .rightbox{margin-top: 20px;}
.about .bottombox .des{font-size: 1.814516vw;}
.about .topbox .leftbox .des{font-size: 18px;}
.about .topbox .rightbox{font-size: 16px;}
.about .topbox .rightbox .title{font-size: 20px;}
.about .bottombox{margin-top: 40px;}
.about2wrap{width: calc(100% - 300px);}
.about2 .partbox .mainbox .title{font-size: 27px;}
.about2 .partbox .mainbox .imgbox{width: 50px;}
.about2 .partbox .mainbox .des{font-size: 16px;}
.about2 .partbox{
	background-color: rgba(255, 255, 255, 0.1);
}
.about2 .partbox .mainbox .title{
	transform: translateY(-15px);
}
.about2 .partbox .mainbox .des{
	opacity: 1;
	top: 89px;
}
.about2 .partbox .mainbox .imgbox{
	opacity: 1;
	top: -135px;
}
.about2 .partbox .mainbox .line{
	opacity: 0.29;
	top: 58px;
}
.about3{padding: 50px 0;}
.aboutbtbox .abouttitle{font-size: 6vw;}
.aboutbtbox .aboutdes{font-size: 18px;}
.about3 .topswiper .partbox{padding: 150px 0;}
.about4{padding: 50px 0 80px;}
.about4 .aboutbtbox{justify-content: center;align-items: center;}
.about4 .aboutbtbox:after{display: none;}
.about4 .about4swiper{margin-top: 30px;}
.about4 .about4swiper .swiper-scrollbar{bottom: -30px;}
.about5{padding: 50px 0;}
.about5 .partnerswiper{margin-top: 30px;}
.zhaopin{padding: 50px 0;}
.zhaopin .bottombox{margin-top: 30px;flex-direction: column;}
.zhaopin .leftbox{width: 100%;margin-bottom: 30px;}
.zhaopin .leftbox .guccbox{padding-top: 59.567198%;}
.zhaopin .rightbox{padding-left: 0;}
.zhaopin .rightbox .title{font-size: 22px;}
.zhaopin .rightbox .tips{font-size: 18px;}
.zhaopin2{padding-top: 50px 0 0;}
.zhaopin2 .aboutbtbox .abouttitle{line-height: 1;}
.zhaopin2 .topdes{width: 100%;margin-top: 10px;}
.zpbgsize{background-size: 120% !important;}
.zhaopin2 .zpbox .partbox .name{font-size: 22px;}
.zhaopin2 .bottombox .contentbox{flex-direction: column;}
.zhaopin2 .bottombox .contentbox .leftbox{margin-bottom: 20px;}
.zhaopin2 .bottombox .zpdes{line-height: 1.6;font-size: 14px;}
.contentbox{padding: 50px 0;}
.contentbox .bottombox{margin-top: 30px;}
.contentbox .bottombox .rightbox #map{height: 300px;}
.fqrcodebox .markbox .imgbox{width: 100px;height: 100px;}
}
@media only screen and (max-width: 700px){
.newsbox .partbox .leftbox{flex-direction: column;}
.newsbox .partbox .slb{width: 100%;margin-bottom: 20px;}
.newsbox .partbox .srb .title{font-size: 20px;margin-bottom: 15px;}
.mbxbox .fenleibox .partbox{padding-right: 26px;margin-right: 26px;}
.videobox .mainbox .partbox .textbox{font-size: 14px;}
.videobox .mainbox .partbox{width: 100%;margin-right: 0;}
.videobox .mainbox .partbox:nth-child(even){margin-right: 0;}
.videobox .mainbox .partbox:first-child .guccbox{padding-top: 59.28057%;}
.honorbox .partbox .topbox{font-size: 14px;}
.about3 .bottomswiper .year{font-size: 4vw;}
.xunptcbox .mainbox{padding: 20px;}
.xunptcbox .mainbox .toptitle{font-size: 22px;line-height: 44px;height: 44px;}
.xunptcbox .twopart{flex-wrap: wrap;}
.xunptcbox .twopart input{width: 100%;height: 36px;}
.xunptcbox .onepart input{width: 100%;height: 36px;}
.xunptcbox .onepart textarea{padding: 6px 0;height: 72px;box-sizing: border-box;}
.xunptcbox .subbtn input{height: 40px;font-size: 15px;}
}
@media only screen and (max-width: 600px){
.sjmenu{margin-left: 0;}
.more{min-width: 110px;width:auto;height: 32px;}
.more .fsbc{ padding: 0 17px; font-size: 14px;}
.htitlebox .hdes{font-size: 16px;}
.hproswiperbox .partbox .des{font-size: 16px;}
.htdswiper .partbox .bottombox .title{font-size: 16px;}
.htdswiper .partbox .bottombox .numbox{font-size: 130px;}
.hqualitybox .desbox{ max-width: 100%; font-size: 16px;line-height: 1.6;margin-top: 30px;}
.hqualitybox .youshibox{margin: 30px 0;flex-direction: column;}
.hqualitybox .youshibox .partbox{margin-bottom: 30px;}
.hqualitybox .youshibox .partbox .topbox{margin-bottom: 5px;}
.hqualitybox .youshibox .partbox .des{font-size: 14px;}
.hnews .title, .hnews .leftbox .title{margin: 18px 0 14px 0;}
.hnews .title, .hnews .leftbox .title,.hnews .rightbox .partbox .title{font-size: 17px;}
.hnews .rightbox .partbox{padding: 15px 0;}
.hnews .mainbox{margin-bottom: 30px;}
.hpartner .leftbox .des{font-size: 16px;line-height: 1.6;}
.hpartner .rightbox{width: 100%;}
.hpartner .rightbox .partbox{width: calc(33.3333% - 12px);margin-bottom: 18px;height: 88px;padding: 0 15px;}
.hpartner .rightbox .partbox:nth-child(3n+1){transform: translate(calc(100% + 18px),0px);}
.hpartner .rightbox .partbox:nth-child(3n+2){margin-left: 18px;margin-right: 18px;transform: translate(calc(100% + 18px),33px);}
.hpartner .rightbox .partbox:nth-child(3n+3){transform: translate(calc(-200% - 32px),88px);}
.footservice .mainbox{flex-direction: column; text-align: center;}
.footservice .mainbox .leftbox{margin-bottom: 45px; text-align: center;}
.footservice .mainbox .rightbox{ justify-content:center;align-items:center; }
.footservice .smalltitle{margin-bottom: 15px;font-size: 18px;}
.footservice .title{margin-bottom: 15px;font-size: 18px;}
.footservice .des{font-size: 16px;}
.footer .bottombox{margin-top: 30px;flex-direction: column;align-items: center;}
.footer .bottombox .partbox:not(:last-child){margin-right: 0;margin-bottom: 15px;}
.footer .topbox .leftbox .fbigtitle{font-size: 20px;}
.footer .copyrightbox{ justify-content:center; }
.hareabox .bottombox .swiper{ max-width:90%; }
.hareatopswiper .htitlebox .hdes{font-size: 5vw;font-weight:bold; }
.productbox .rightbox .partbox{width: calc(50% - 7.5px);}
.productbox .rightbox .partbox:nth-child(3n+1){margin-left: 15px;}
.productbox .rightbox .partbox:nth-child(2n+1){margin-left: 0;}
.productbox .leftbox .fenleibox .partbox{font-size: 15px;margin-right: 10px;}
.productbox .rightbox .partbox{padding: 15px 10px;}
.productbox .rightbox .partbox .des{line-height: 1.6;font-size: 14px;}
.page a{width: 80px;height: 36px;line-height: 36px;}
.product2box .leftbox .title{font-size: 5.333333333vw;}
.appbox .mainbox .partbox .leftbox .title{font-size: 18px;}
.mbxbox .fenleibox .partbox{padding-right: 6px;margin-right: 6px;}
.news2box .leftbox .title{font-size: 20px;}
.news2box .leftbox .databox{flex-direction: column;}
.news2box .leftbox .databox .textbox{margin-bottom: 8px;}
.honorbox .partbox{width: calc(50% - 10px);}
.honorbox .partbox:nth-child(4n){margin-right: 20px;}
.honorbox .partbox:nth-child(3n){margin-right: 20px;}
.honorbox .partbox:nth-child(2n){margin-right: 0;}
.casebox .mainbox .partbox{width: 100%;margin-right: 0px;margin-bottom: 20px;}
.casebox .mainbox .partbox:nth-child(3n){margin-right: 0px;}
.casebox .mainbox .partbox:nth-child(2n){margin-right: 0px;}
.about .bottombox{flex-wrap: wrap;justify-content: center;}
.about .bottombox .partbox{width:50%;margin-bottom: 20px;text-align: center;}
.about .bottombox .title{font-size: 20px;}
.about .bottombox .des{font-size: 14px;}
.about .bottombox .title{margin-bottom: 10px;}
.about2{height: 600px;}
.about2wrap{width: calc(100% - 100px);}
.about2 .swiper-buttonbox .swiper-button-prev{left: -30px;}
.about2 .swiper-buttonbox .swiper-button-next{right: -30px;}
.about2 .swiper-buttonbox .swiper-button-prev:after{font-size: 20px;}
.about2 .swiper-buttonbox .swiper-button-next:after{font-size: 20px;}
.about3 .topswiper .swiper-slide-active .partbox .year{font-size: 75px;}
.zhaopin .rightbox .title{font-size: 20px;}
.zhaopin .rightbox .tips{font-size: 17px;}
.zhaopin .rightbox .des{font-size: 15px;}
.zpbgsize{background-size: 240% !important;}
.zhaopin2 .zpbox{padding: 30px 20px;}
.zhaopin2 .zpbox .partbox{padding: 0 20px;}
.zhaopin2 .zpbox .partbox .name{font-size: 20px;}
.zhaopin2 .middlebox{font-size: 14px;}
.zhaopin2 .zpbox{padding-bottom: 25px;}
.contentbox .bottombox .partbox .w50{width: 100%;}
.contentbox .bottombox .partbox .pbox .des{font-size: 22px;}
.contentbox .bottombox .partbox.fsbs{flex-direction: column;}
.contentbox .bottombox .partbox .qrcodebox .imgbox{width: 100px;}
.contentbox .bottombox .partbox .pbox .des2{font-size: 16px;}
}
@media only screen and (max-width: 520px){
.neibanner .textbox .title{font-size: 26px;}
.neibanner .textbox .des{font-size: 15.6px;}
.about3 .topswiper .partbox .title{font-size: 15px;}
}
@media only screen and (max-width: 400px){
.mbxbox .fenleibox .partbox{font-size: 14px;}
.about3 .topswiper .partbox .title{font-size: 14px;}
}
.lj{width:100%;padding-top:20px;overflow: hidden;}
.lj a{display:inline-block;border:1px solid #0084ff;color:#0084ff;line-height:34px;font-size:16px;border-radius:17px;margin-right:20px;padding:0 25px;margin-bottom:15px;}