.wrap{width: 1400px;margin: 0 auto;}
body{font-family: 'Microsoft YaHei','PingFang-Bold','PingFang SC Bold','Microsoft YaHei UI','WenQuanYi Micro Hei','sans-serif';width: 100%;}
/* 导航 */
header{
	 background-color: #1a1a1c;
	 position: sticky;
	 top: 0;
	 width: 100%;
	 z-index: 99;
}
.wai{overflow: hidden;}
.headerbox .logo{
	height: 40px;
	margin-left: 12px;
}
.sjmenu{
	display: none;
}
.headerbox .menubox .partbox{
	line-height: 60px;
	height: 60px;
	color: #e3e3e5;
	margin-right: 86px;
}
.headerbox .menubox .partbox .childmenubox{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	color: #545454;
	opacity: 0;
	transform: translateY(50%);
	pointer-events: none;
	transition: 0.3s;
	z-index: -1;
}
.headerbox .menubox .partbox:hover .childmenubox{
	opacity: 1;
	transform: translateY(0%);
	pointer-events: auto;
}
.headerbox .menubox .partbox .childmenubox .partbox2:hover{
	color: #1498ff;
}
.easyxl{
	position: relative;
}
.easyxl .childmenubox2{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
	color: #545454;
	opacity: 0;
	transform: translate(-20px,50%);
	pointer-events: none;
	transition: 0.3s;
	z-index: -1;
	padding: 0 20px;
}
.easyxl:hover .childmenubox2{
	opacity: 1;
	transform: translate(-20px,0%);
	pointer-events: auto;
}
.easyxl .childmenubox2 a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.easyxl .childmenubox2 a:hover{
	color: #1498ff;
}
.hbannerswiper .mainbox{
	position: relative;
	display: block;
} 
.hbannerswiper .mainbox .textbox{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(100%);
	height: 175px;
	clip-path: polygon(30px 0,100% 0,100% 100%,0 100%);
	background-color: rgba( 14, 112, 43, 0.75);
	width: 880px;
	box-sizing: border-box;
	padding-left: 75px;
	overflow: hidden;
	color: #fff;
	font-style:italic;
	transition: 1s;
}
.hbannerswiper .swiper-slide-active .mainbox .textbox{
	transform: translateY(-50%) translateX(0%);
}
.hbannerswiper .mainbox .textbox .title{
	font-size: 59px;
	line-height: 1;
	margin-bottom: 20px;
	padding-right: 20px;
}
.hbannerswiper .mainbox .textbox .des{
	font-size: 22px;
}
.hbannerswiper .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	transition: 0.3s;
}
.hbannerswiper .swiper-pagination-bullet-active{
	width: 42px;
}
.haboutwrap{
	width: calc(100% - 13.5416666%);
	margin: 0 0 0 auto;
}
.habout{
	padding-top: 90px;
	position: relative;
}
.habout .leftbox{
	width: calc(50% - 6.77083333% - 10px);
}
.habout .leftbox .title{
	font-size: 33px;
	color: #000;
	margin-bottom: 40px;
}
.habout .leftbox .des{
	font-size: 15px;
	color: #646468;
	line-height: 2;
	margin-bottom: 40px;
}
.more a{
	background-color: #1498ff;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
}
.habout .rightbox{
	width: 808px;
	position: relative;
}
.habout .rightbox .louimg{
	position: absolute;
	bottom: 0;
	left: -250px;
}
.habout .textbg{
	position: absolute;
	top: 70px;
	left: 0;
	width: 90%;
	text-align: center;
	opacity: 0.03;
	color: #000;
	font-size: 206px;
	font-weight: bold;
}

.hproduct .mainbox .partbox{
/*	display: block;*/
	width: 100%;
	background: url("../images/hprobg.jpg") top left repeat;
	min-height: 600px;
	margin-bottom: 25px;
}
.hproduct .mainbox .partbox:nth-child(2n){
	flex-direction: row-reverse;
}
.hproduct .mainbox .partbox .leftbox{
	
}
.hproduct .mainbox .partbox .rightbox{
	font-style: italic;
	padding-right: 10px
}
.hproduct .mainbox .partbox .rightbox .title{
	font-size: 38px;
	color: #fff;
	margin-bottom: 10px;
}
.hproduct .mainbox .partbox .rightbox .des{
	font-size: 34px;
	color: #fff;
	margin-bottom: 25px;
}
.hproduct .mainbox .partbox .rightbox .tips{
	font-size: 46px;
	color: #1498ff;
}
.hnews{
	margin-top: 50px;
	margin-bottom: 50px;
}
.hnews .leftbox{
	width: calc(50% - 55px);
	padding: 0 170px 0 154px;
	box-sizing: border-box;
}
.hnews .leftbox .title{
	font-size: 33px;
	color: #000;
	position: relative;
	margin-bottom: 70px;
}
.hnews .leftbox .title:after{
	content: "";
	display: block;
	width: 14px;
	height: 44px;
	background-color: #1498ff;
	position: absolute;
	left: 6px;
	top: 20px;
	z-index: -1;
}
.hnews .leftbox .partbox{
	/*display: block;*/
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.6;
	color: #111112;
	transition: 0.3s;
}
.hnews .leftbox .partbox:hover{
	color: #1498ff;
}
.more2{
	font-size: 15px;
	color: #111112;
}
.more2 a{
	padding-bottom: 5px;
	border-bottom: 1px solid #111112;
	transition: 0.3s;
}
.more2 a:hover{
	color: #1498ff;
	border-bottom: 1px solid #1498ff;
}
.hnews .rightbox{
	width: 52.86458333%;
}
.hnewsswiper .swiper-pagination{
	bottom: 40px;
}
.hnewsswiper .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	transition: 0.3s;
}
.hnewsswiper .swiper-pagination-bullet-active{
	width: 42px;
}
footer .topbox{
	background-color: #151516;
	padding: 25px 0;
	color: #fff;
}
footer .topbox .leftbox{
	flex-grow: 1;
	padding: 0 74px;
}
footer .topbox .leftbox a{
	font-size: 13px;
	margin-bottom: 10px;
	color: rgba(196, 196, 196, 0.8);
}
footer .topbox .leftbox a.title{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
footer .topbox .rightbox{
	width: 450px;
	padding: 0 30px 0 75px;
	box-sizing: border-box;
}
footer .topbox .rightbox .title{
	margin-bottom: 15px;
}
footer .topbox .rightbox .qrcode .imgbox{
	width: 76px;
}
footer .topbox .rightbox .tel{
	font-size: 23px;
}
.textc{
	text-align: center;
}
footer .bottombox{
	background-color: #000;
	color: #fff;
	font-size: 15px;
	padding: 20px 0;
}
footer .bottombox .friendlink{
	margin-bottom: 5px;
}

.neibanner .textbox{
	height: 450px;
}
.neibanner .textbox .title{
	font-size: 59px;
	color: #fff;
	font-style: italic;
	position: relative;
	margin-right: 25px;
}
.neibanner .textbox .title:after{
	content: "";
	display: block;
	width: 280px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -14px;
	right: 70px;
}
.neibanner .textbox .title:before{
	content: "";
	display: block;
	width: 280px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -28px;
	right: 140px;
}
.neibanner .bigbox{
	padding-bottom: 60px;
}
.neibanner .jieshaobox{
	background-color: #fff;
	padding: 75px 95px;
}
.neibanner .jieshaobox .title{
	font-size: 26px;
	color: #000;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 25px;
}
.neibanner .jieshaobox .title:after{
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
}
.neibanner .jieshaobox .des{
	font-size: 16px;
	color: #000;
	line-height: 2;
}
.about{
	padding-top: 60px;
	padding-bottom: 80px;
}
.about .topbox{
	padding: 0 90px;
}
.about .topbox .title{
	font-size: 25px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 5px;
}
.about .topbox .des .partbox{
	width: 40%;
	margin-right: 10%;
	font-size: 16px;
	color: #393939;
	line-height: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.about .topbox .des .partbox:nth-last-child(1),.about .topbox .des .partbox:nth-last-child(2){
	border-bottom: unset;
}
.about .bottombox{
	padding-top: 20px;
}
.about .bottombox .partbox{
	width: calc(33.333% - 7px);
	margin: 0 10.5px 10px 0;
}
.about .bottombox .partbox:nth-child(3n+1){
	margin-right: 0;
}
.about .bottombox .partbox:nth-child(4n+1){
	width: 100%;
	margin-right: 0;
}
.about .bottombox .partbox .imgbox{
	overflow: hidden;
}
.about .bottombox .partbox .imgbox img{
	transition: 0.3s;
}
.about .bottombox .partbox:hover .imgbox img{
	transform: scale(1.05);
}
.mbx{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #525252;
	border-bottom: 1px solid #e4e4e4;
}
.promenu .bigbox{
	overflow-x: auto;
}
.myscroll::-webkit-scrollbar{
  height: 4px;
  background-color: #f1f1f1;
}
.myscroll::-webkit-scrollbar-button{
	display: none;
}
.myscroll::-webkit-scrollbar-thumb{
	background-color: #c1c1c1;
}
.promenu .bigbox a{
/*	display: inline-block;*/
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #000;
	transition: 0.3s;
	flex-shrink: 0;
}
.promenu .bigbox a.on,.promenu .bigbox a:hover{
	background-color: #f0f0f0;
}
.childmenu{
	overflow-x: auto;
}
.childmenu .overbox{
	background-color: #1498ff;
}
.childmenu .bigbox{
	height: 40px;
	margin-bottom: 20px;
}
.childmenu .bigbox a{
	position: relative;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	transition: 0.3s;
	flex-shrink: 0;
	overflow: visible;
	background-color: #1498ff;
}
.childmenu .bigbox a.on:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #1498ff;
	transform: translate(-50%,50%) rotateZ(45deg);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
}
.product .mainbox{padding-top: 35px}
.product .mainbox .partbox{
	display: block;
	width: calc(25% - 18.75px);
	margin: 0 25px 25px 0;
	overflow: hidden;
	position: relative;
	border: 2px solid #dddddd;
	box-sizing: border-box;
	border-radius: 2px;
}
.product .mainbox .partbox:nth-child(4n){
	margin-right: 0;
}
.product .mainbox .partbox .imgbox{
	position: relative;
	padding-top: 77.37%;
}
.product .mainbox .partbox .imgbox img{
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product .mainbox .partbox .fdj{
	margin-bottom: 10px;
}
.product .mainbox .partbox .textbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.66);
	transition: 0.3s;
}
.product .mainbox .partbox:hover .textbox{
	top: 0%;
}
.page{padding-top: 30px;margin-bottom: 60px}
.page .partbox{
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 12px;
	border-radius: 50%;
	background-color: #868686;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.page .partbox.on,.page .partbox:hover{
	background-color: #1498ff;
}
.page .prev,.page .next{
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0 12px;
}
.page .prev>div,.page .next>div{
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: relative;
}
.page .prev>div:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	transform: translate(50%,-1px) rotateZ(45deg);
}
.page .next>div:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	transform: translate(-50%,-1px) rotateZ(45deg);
}
.product2{
	padding-top: 30px;
}
.product2 .topbox .leftbox{
	width: calc(50% - 20px);
}
.product2 .topbox .leftbox .bigbox{
	width: calc(100% - 140px);
}
.product2 .topbox .leftbox .bigbox .imgbox img{
	width: 100%;
}
.product2 .topbox .leftbox .smallbox{
	width: 125px;
	height: 393px;
}
.smallproswiper{
	width: 100%;
	height: 100%;
}
.smallproswiper .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #1498ff;
	box-sizing: border-box;
}
.smallproswiper .imgbox{
	height: 100%;
}
.smallproswiper .imgbox img{
	height: 100%;
}
.product2 .topbox .rightbox{
	width: 100%;
	padding-left: 70px;
}
.product2 .topbox .rightbox .title{
	font-size: 27px;
	color: #232323;
	margin-bottom: 10px;
}
.product2 .topbox .rightbox table{
	width: 100%;
}
.product2 .topbox .rightbox table tr td{
	border: 1px solid #ccc;
	height: 50px;
}
.proxqbox{
	padding: 60px 0;
}
.proxqbox .tabbox{
	border-bottom: 1px solid rgba(221,221,221,1);
}
.proxqbox .tabbox .partbox{
	background-color: #474747;
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	transform: skewX(-10deg);
	margin-right:10px;
	border-radius: 4px;
	color:#fff;
	padding: 0 10px;
	cursor: pointer;
}
.proxqbox .tabbox .partbox.on{
	background-color: #1498ff;
}
.proxqbox .tabbox .partbox>div{
	transform: skewX(10deg);
}
.proxqbox .mainbox{
	position: relative;
}
.proxqbox .mainbox .partbox{
	display: none;
	padding: 30px 10px;
	transition: 0.3s;
	font-size: 16px;
	color: #323232;
	line-height: 2;
}
.proxqbox .mainbox .partbox.on{
	display: block;
}
.news .mainbox{
	padding-top: 15px;
}
.news .mainbox .partbox{
	padding: 35px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.news .mainbox .partbox .leftbox{
	width: 327px;
	margin-right: 60px;
}
.news .mainbox .partbox .leftbox .imgbox{
	position: relative;
	padding-top: 58.7156%;
	overflow: hidden;
}
.news .mainbox .partbox .leftbox .imgbox img{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.news .mainbox .partbox:hover .leftbox .imgbox img{
	transform: scale(1.05);
}
.news .mainbox .partbox .rightbox .title{
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	margin-bottom: 5px;
}
.news .mainbox .partbox .rightbox .time{
	font-size: 13px;
	color: #3e3e3e;
}
.news .mainbox .partbox .rightbox .des{
	font-size: 14px;
	line-height: 2;
	color: #3e3e3e;
	margin-bottom: 20px;
}
.news .mainbox .partbox .rightbox .more3{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.news .mainbox .partbox .rightbox .more3 div{
	padding: 0 32px 0 14px;
	background:#1497ff url(../images/newsjtbg.png) 46px 9px no-repeat;
	border-radius: 2px;
}
.news2box{
	padding: 40px 0;
}
.news2box .mainbox{
	background-color: #fff;
	padding: 40px;
}
.news2box .mainbox .title{
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}
.news2box .mainbox .time{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.news2box .mainbox .textbox{
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	border-top: 1px solid #ccc;
	padding: 20px 0;
}
.havebb{
	border-bottom: 1px solid #e4e4e4;
}
.heightbox460{
	height: 460px;
}
.mapbox{
	height: 305px;
	position: relative;
}
#map{
	width: 100%;
	height: 610px;
	outline: none;
	border: none;
}
.ofv{overflow: visible;}
.mapbox .mainbox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.mapbox .mainbox .map{
	width: 100%;
	height: 610px;
}
.mapbox .mainbox .bottombox{
	padding: 40px 55px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.mapbox .mainbox .bottombox .textbox{
	position: absolute;
	top: -80px;
	left: 55px;
	width: 130px;
	margin-right: 85px;
	background-color: #1497ff;
	padding-top: 100px;
	padding-left: 18px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.mapbox .mainbox .bottombox .textbox .title{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.mapbox .mainbox .bottombox .textbox .des{
	font-size: 23px;
	color: #fff;
}
.mapbox .mainbox .bottombox .xinxibox{
	padding: 0 185px;
}
.mapbox .mainbox .bottombox .xinxibox .textbox2{
	min-width: 360px;
	box-sizing: border-box;
	font-size: 16px;
	color: #000;
	line-height: 2;
}
.mapbox .mainbox .bottombox .xinxibox .textbox2.tel{
	padding-left: 50px;
	background: url(../images/telbg.png) 0 center no-repeat;
}
.mapbox .mainbox .bottombox .xinxibox .textbox2.web{
	padding-left: 50px;
	background: url(../images/webbg.png) 0 center no-repeat;
}
.mapbox .mainbox .bottombox .xinxibox .textbox2.email{
	padding-left: 50px;
	background: url(../images/emailbg.png) 0 center no-repeat;
}
.mapbox .mainbox .bottombox .xinxibox .textbox2.add{
	padding-left: 50px;
	background: url(../images/addbg.png) 0 center no-repeat;
}
.evenbg{
	background-color: #f9f9f9;
}
.formbox{
	padding: 100px 0;
}
.formbox .leftbox{
	width: 440px;
	margin: 0 38px;
}
.formbox .leftbox input{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	margin-bottom: 30px;
	padding-left: 46px;
}
.formbox .leftbox .name{
	background: url(../images/fnamebg.png) 15px center no-repeat;
}
.formbox .leftbox .tel{
	background: url(../images/ftelbg.png) 15px center no-repeat;
}
.formbox .leftbox .company{
	background: url(../images/fcompanybg.png) 15px center no-repeat;
}
.formbox .leftbox .email{
	background: url(../images/femailbg.png) 15px center no-repeat;
}
.formbox .leftbox .yzm{
	height: 40px;
	width: 128px;
}
.formbox .leftbox .yzm{
	height: 40px;
	width: 128px;
	margin-right: 30px;
}
.formbox .leftbox .yzmtx{
	height: 40px;
	width: 128px;
	padding-left: 42px;
}
.formbox .rightbox{
	width: 440px;
	margin: 0 38px;
}
.formbox .rightbox textarea{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding-left: 46px;
	padding-top: 20px;
	margin-bottom: 30px;
	background: url(../images/fliuyanbg.png) 15px 15px no-repeat;
}
.formbox .rightbox button[type="reset"]{
	width: 170px;
	height: 40px;
	background-color: #2b2b2b;
	color: #fff;
	border: unset;
	outline: none;
	text-align: center;
	font-size: 22px;
	margin-right: 30px;
}
.formbox .rightbox button[type="submit"]{
	width: 170px;
	height: 40px;
	background-color: #1497ff;
	color: #fff;
	border: unset;
	outline: none;
	text-align: center;
	font-size: 22px;
}
@media only screen and (max-width: 1700px){
.haboutwrap{width: calc(100% - 100px);margin-left: 100px;}
}
@media only screen and (max-width: 1500px){
.wrap{width: calc(100% - 200px);margin: 0 auto;}
.product2 .topbox .leftbox .bigbox{width: calc(80% - 5px);}
.product2 .topbox .leftbox .smallbox{width: calc(20% - 5px);height: calc((100vw - 200px)*0.27954615);}
}
@media only screen and (max-width: 1400px){
.wrap{width: calc(100% - 200px);margin: 0 auto;}
.hbannerswiper .mainbox .textbox{width:660px;}
.haboutwrap{width: calc(100% - 100px);margin-left:100px;}
.habout .textbg{font-size: 150px;}
.habout .leftbox{width: calc(50% - 10px);padding-bottom: 20px}
.habout .rightbox{width: calc(50% - 10px); align-self:flex-end;}
.habout .rightbox .louimg{width: 700px;left: -150px}
.hproduct .mainbox .partbox{min-height: unset}
.hproduct .mainbox .partbox .leftbox{width: calc(50% - 50px);}
.hproduct .mainbox .partbox .rightbox .title{font-size: 34px;}
.hproduct .mainbox .partbox .rightbox .des{font-size: 30px;}
.hproduct .mainbox .partbox .rightbox .tips{font-size: 40px;}
.hnews .leftbox{width: 45%;padding-left: 100px;padding-right: 50px;}
.product .mainbox .partbox .textbox{font-size: 18px;}
.product2 .topbox .rightbox{padding-left: 40px;}
.product2 .topbox .rightbox .title{font-size: 22px;}
.about .topbox{padding: 0;}
.about .topbox .des{justify-content: space-between;}
.about .topbox .des .partbox{width: calc(50% - 15px);margin: 0;}
}
@media only screen and (max-width: 1300px){
.headerbox .logo{margin-left: 0}
.headerbox .menubox .partbox:last-child{margin-right: 0;}
footer .topbox .leftbox{padding: 0;}	
footer .topbox .rightbox{padding-right: 0;padding-left: 100px; width: 420px}
.habout .leftbox .des{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;}
}
@media only screen and (max-width: 1200px){
.neibanner .textbox{height: 350px;}
.neibanner .textbox .title{font-size: 50px;}
.product .mainbox .partbox{width: calc(33.3333% - 20px);margin: 0 30px 30px 0;}
.product .mainbox .partbox:nth-child(4n){margin-right: 30px;}
.product .mainbox .partbox:nth-child(3n){margin-right: 0px;}
.mapbox .mainbox .bottombox{padding: 40px 0;}
.mapbox .mainbox .bottombox .textbox{top: -190px;left: 0;}
.mapbox .mainbox .bottombox .xinxibox{padding: 0;}
.neibanner .jieshaobox{padding: 50px;}
.news .mainbox .partbox{padding: 35px 0;}
}
@media only screen and (max-width: 1100px){
.habout .leftbox{width: calc(40% - 10px);}
.habout .rightbox{width: calc(60% - 10px);}
.habout .textbg{font-size: 110px;top: 170px;}
.hproduct .mainbox .partbox .rightbox .title{font-size: 30px;}
.hproduct .mainbox .partbox .rightbox .des{font-size: 26px;}
.hproduct .mainbox .partbox .rightbox .tips{font-size: 34px;}
.formbox{justify-content: space-between;}
.formbox .leftbox{width: calc(50% - 15px);margin: 0;}
.formbox .rightbox{width: calc(50% - 15px);margin: 0;}
.about .topbox .des .partbox{font-size: 15px;}
}
@media only screen and (max-width: 992px){
.wrap{width: 90%;margin: 0 auto;}
.headerbox .logo{padding: 10px 0;}
.sjmenu{display: block;position: relative;width: 40px;height: 40px;}
.sjmenu div{width:30px;height: 2px;background-color: #fff;position: absolute;transition: 0.3s;}
.sjmenu div:nth-child(1){top: 11px;left: 4px}
.sjmenu div:nth-child(2){top: 20px;left: 4px}
.sjmenu div:nth-child(3){top: 29px;left: 4px}
.sjmenu.on div:nth-child(1){top: 20px;transform: rotateZ(45deg);}
.sjmenu.on div:nth-child(2){opacity: 0;}
.sjmenu.on div:nth-child(3){top: 20px;transform: rotateZ(-45deg);}
.headerbox .menubox{position: absolute;transform: translateY(-100%); top: 100%;left: 0;width: 100%;background-color: #1a1a1c;flex-direction: column;padding: 20px;box-sizing: border-box;opacity: 0;z-index: -9;transition: 0.5s;}
.headerbox .menubox.on{top: 100%;opacity: 1;z-index: 0;transform: translateY(0);}
.headerbox .menubox .partbox{text-align: center;height: 40px;line-height: 40px;margin-right: unset;}
.haboutwrap{width: 90%;margin:0 auto;}
.habout{padding-top: 40px;flex-direction: column;}
.habout .leftbox{width: 100%;}
.habout .rightbox{width: 100%;}
.habout .leftbox .title{font-size: 24px;margin-bottom: 20px;}
.habout .leftbox .des{line-height: 1.8;-webkit-line-clamp:20;margin-bottom: 20px;}
.habout .rightbox .imgbox img{width: 100%;}
.habout .rightbox .louimg{left: 5%;width: 90%;}
.hproduct .mainbox .partbox .rightbox .title{font-size: 26px;}
.hproduct .mainbox .partbox .rightbox .des{font-size: 22px;}
.hproduct .mainbox .partbox .rightbox .tips{font-size: 28px;}
.hproduct .mainbox .partbox,.hproduct .mainbox .partbox:nth-child(2n){flex-direction: column;margin-bottom: 8px;}
.hproduct .mainbox .partbox .leftbox{width: 100%}
.hproduct .mainbox .partbox .rightbox{width: 100%;text-align: center;padding: 20px 0;}
.hnewswrap{width: 90%;margin: 0 auto;}
.hnews{flex-direction: column;margin-top: 30px;margin-bottom: 40px;}
.hnews .leftbox{width: 100%;padding: 0}
.hnews .leftbox .partbox{margin-bottom: 20px;}
.hnews .leftbox .title{margin-bottom: 50px;font-size: 24px;}
.hnews .leftbox .title:after{top: 15px;}
.hnews .leftbox .more2{margin-bottom: 20px;}
.hnews .rightbox{width: 100%;}
.hnewsswiper .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 4px;}
.hnewsswiper .swiper-pagination-bullet-active{width: 36px;}
.hnewsswiper .swiper-pagination{bottom: 20px;}
.hbannerswiper .mainbox .imgbox{/*padding-top: 335px;*/position: relative;overflow: hidden;}
.hbannerswiper .mainbox .imgbox img{display: block;/*position: absolute;height: 335px;top: 0;*/width: 100%;max-width: unset;/*left: calc(50vw - 496px);*/}
.hbannerswiper .mainbox .textbox{max-width: 100vw;height: 100px;}
.hbannerswiper .mainbox .textbox .title{font-size: 26px;}
.hbannerswiper .mainbox .textbox .des{font-size: 18px;}
footer .topbox .wrap{flex-direction: column;}
footer .topbox .leftbox{width: 100%;}
footer .topbox .rightbox{width: 100%;padding: 20px 0 0;}
footer .bottombox{text-align: center;}
.promenu .bigbox a{height: 60px;line-height: 60px;}
.neibanner .textbox{height: 300px;}
.neibanner .textbox .title{font-size: 40px;}
.neibanner .textbox .title:before{width: 200px;right: 110px;}
.neibanner .textbox .title:after{width: 200px;right: 50px;}
.product .mainbox .partbox .textbox{padding: 0 15px;text-align: center;box-sizing: border-box;font-size: 16px;}
.product2 .topbox{flex-direction: column;}
.product2 .topbox .leftbox{width: 100%;}
.product2 .topbox .leftbox .smallbox{height: calc((72vw - 5px)*0.728018);}
.product2 .topbox .rightbox{width: 100%;padding: 20px 0 0 ;}
.proxqbox{padding: 40px 0;}
.proxqbox .mainbox .partbox{padding: 20px 0;}
.mapbox .mainbox .bottombox .xinxibox .partbox{flex-direction: column;}
.mapbox .mainbox .bottombox .xinxibox .textbox2{padding-left: 36px;min-width: unset;}
.mapbox .mainbox .bottombox .xinxibox .textbox2.tel{background-size: 22px;padding-left: 36px;}
.mapbox .mainbox .bottombox .xinxibox .textbox2.web{background-size: 23px;padding-left: 36px;}
.mapbox .mainbox .bottombox .xinxibox .textbox2.email{background-size: 22px;padding-left: 36px;}
.mapbox .mainbox .bottombox .xinxibox .textbox2.add{background-position: -4px 8px;background-size: 26px;padding-left: 36px;}
.formbox{padding: 40px 0;}
.formbox .rightbox button[type="reset"]{font-size: 18px;width: 120px;}
.formbox .rightbox button[type="submit"]{font-size: 18px;width: 120px;}
.heightbox460{height: 360px;}
.mapbox .mainbox .map{height: 460px;}
#map{height: 460px;}
.neibanner .jieshaobox{padding: 30px;}
.neibanner .jieshaobox .title{font-size: 22px;margin-bottom: 10px;}
.neibanner .jieshaobox .des{line-height: 1.6;}
.about{padding-top: 40px;padding-bottom: 40px;}
.about .topbox .des .partbox{width: 100%;}
.neibanner .bigbox{padding-bottom: 40px;}
.about .topbox .des .partbox:nth-last-child(2){border-bottom: 1px solid #e6e6e6;}
.about .topbox .title{font-size: 22px;}
.smallproswiper .imgbox img{width: 100%;}
.headerbox .menubox .partbox .childmenubox{display: none;}
.easyxl .childmenubox2{display: none;}
.hbannerswiper .swiper-pagination-bullet{width: 8px;height: 8px;}
.hbannerswiper .swiper-pagination-bullet-active{width: 22px;}
.news2box .mainbox{padding: 40px 20px;}
/*.easyxl:last-child{width: 100%;}
.easyxl:last-child .childmenubox2{opacity: 1;display: block;top:-40px;background-color: #1a1a1c;color: #fff;}
.easyxl:last-child>a{display: none;}
.easyxl:last-child:hover .childmenubox2{transform: translate(-20px,50%);}*/
}
@media only screen and (max-width: 700px){
.product .mainbox .partbox{width: calc(50% - 10px);margin: 0 20px 20px 0;}
.product .mainbox .partbox:nth-child(3n){margin-right: 20px;}
.product .mainbox .partbox:nth-child(2n){margin-right: 0px;}
.product2 .topbox .rightbox .title{font-size: 18px;}
.proxqbox .tabbox .partbox{font-size: 20px;}
.product2 .topbox .rightbox table tr td{font-size: 14px;}
.neibanner .textbox .title{font-size: 30px;}
.neibanner .textbox .title:before{width: 120px;right: 50px;}
.neibanner .textbox .title:after{width: 120px;right: 30px;}
.heightbox460{height: 200px;}
.mapbox .mainbox .map{height: 300px;}
#map{height: 300px;}
.formbox{flex-direction: column;}
.formbox .leftbox{width: 100%;}
.formbox .rightbox{width: 100%;}
.mapbox .mainbox .bottombox .textbox{padding-top: 30px;top: -120px;}
.news .mainbox .partbox .leftbox{width: 40%;margin-right: 20px;}
.news .mainbox .partbox .rightbox .title{font-size: 16px;}
.news .mainbox .partbox .rightbox .des{line-height: 1.6;margin-bottom: 10px;}
.news .mainbox .partbox .rightbox .more3{font-size: 12px;height: 24px;line-height: 24px;}
.news .mainbox .partbox .rightbox .more3 div{background-size: 12px;background-position: 46px 7.5px;}
}
@media only screen and (max-width: 600px){
.hbannerswiper .mainbox .textbox{height: unset;padding: 20px 30px;}
.hbannerswiper .mainbox .textbox .title{font-size: 22px;}
.hbannerswiper .mainbox .textbox .des{font-size: 16px;}
.habout .textbg{font-size: 30px;top: 60px;}
.hproduct .mainbox .partbox .rightbox{padding: 20px;box-sizing: border-box;}
.hproduct .mainbox .partbox .rightbox .title{font-size: 20px;}
.hproduct .mainbox .partbox .rightbox .des{font-size: 16px;}
.hproduct .mainbox .partbox .rightbox .tips{font-size: 22px;}
.neibanner .jieshaobox{padding: 20px;}
.neibanner .jieshaobox .title{font-size: 18px;}
.neibanner .jieshaobox .des{font-size: 14px;}
.about .topbox .des .partbox{font-size: 13px;line-height: 44px;}
.promenu .bigbox a{height: 44px;line-height: 44px;}
.page{padding-top: 20px;margin-bottom: 30px;}
.page .partbox{font-size: 15px;}
}