:root{
	--main-color: #033b7a;
	--main-color2: #7cc2e5;
}
.headerwrap{padding: 0 50px;transition: 0.5s;}
.wrap{width: 1500px;margin: 0 auto;}
.hwrap{width: 1680px;margin: 0 auto;}
.evenbg{background-color: #f2f2f2;}
.wai{overflow: hidden;}
/* more 按钮 */
/*.morebox{
	width: 100%;
}*/
.more{
	position: relative;
	width: 166px;
	height: 50px;
	/*border-radius: 24px;*/
	/*background-image: linear-gradient(90deg,var(--main-color) 0,var(--main-color2));*/
	background-color: var(--main-color);
	overflow: hidden;
	transition: 0.5s;
}
.more:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*background-image: linear-gradient(90deg,var(--main-color2) 0,var(--main-color));*/
	background-color: var(--main-color2);
	transition: 0.5s;
	z-index: 0;
}
.more:hover:after{
	width: 100%;
	left: 0;
}
.more .fsbc{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding: 0 24px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
}
.more .text{
	position: relative;
	z-index: 1;
	color: #fff;
	margin-right: 8px;
}
.more .jiantou,.jiantou{
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	transform: rotateZ(-45deg);
}
.more .jiantou:after{
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	left: -3px;
	width: 18px;
	height: 1px;
	background-color: #fff;
	transform: rotateZ(45deg);
}
.more:hover .jiantou{
	transform: rotateZ(-45deg);
}
.more.fanbai{
	background-color: #fff;
}
.more.fanbai:after{
	background-color: var(--main-color2);
}
.more.fanbai .text{
	color: var(--main-color);
}
.more.fanbai:hover .text{
	color: #fff;
}
.more.fanbai .jiantou{
	border-color: var(--main-color);
}
.more.fanbai:hover .jiantou{
	border-color: #fff;
}
.seemore .jiantou
{
	border-color: #999999;
}
/* 翻页 */
.page{
	text-align: center;
	width: 100%;
	margin-top: 26px;
}
.page a{
	display: inline-block;
	width: 66px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #555;
	transition: 0.3s;
	margin-bottom: 20px;
	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.tosmall{
	top: -101px;
}
header .headerwrap.tosmall{
	background-color: #fff;
	box-shadow: 0 1px 15px rgb(0 0 0 / 8%);
}
.headerbox{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.headerbox.tosmall{
	background-color: #fff;
}
.headerbox.tosmall:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.headerbox .logobox{
	height: 67px;
	align-self: center;
	flex-shrink: 0;
}
.headerbox .logobox a{
	display: block;
	height: 100%;
}
.headerbox .logobox .img{
	display: none;
}
.headerbox .logobox .img:last-child{
	display: block;
	height: 100%;
	transition: 0.5s;
}
.headerbox.tosmall .logobox .img:first-child{
	display: block;
	height: 100%;
	transition: 0.5s;
}
.headerbox.tosmall .logobox .img:last-child{
	display: none;
}
.headerbox .menubox{
	transition: 0.3s;
}
.headerbox .menubox.off{
	opacity: 0;
}
.headerbox .menubox .partbox{
	margin: 0 40px;
	position: relative;
}
.headerbox .menubox .partbox .bigtitle{
	line-height: 101px;
	font-size: 18px;
	color: #fff;
}
.headerbox.tosmall .menubox .partbox .bigtitle{
	color: #333;
}
.headerbox .menubox .partbox .bigtitle:hover,.headerbox .menubox .partbox.on .bigtitle{
	color: var(--main-color);
}
.headerbox .menubox .partbox .xlbox{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	word-break: keep-all;
	background-color: #fff;
	padding: 40px 64px;
	opacity: 0;
	z-index: -99;
	transition: 0.3s;
	pointer-events: none;
	border-radius: 0 0 6px 6px;
}
.headerbox .menubox .partbox:hover .xlbox{
	opacity: 1;
	z-index: 9;
	pointer-events: auto;
}
.headerbox .menubox .partbox .xlbox .item{
	width: 270px;
}
.headerbox .menubox .partbox .xlbox .item:not(:last-child){
	margin-right: 64px;
}
.headerbox .menubox .partbox .xlbox .item .imgbox{
	width: 23px;
	height: 20px;
	margin-right: 12px;
}
.headerbox .menubox .partbox .xlbox .item .imgbox img{
	display: block;
	width: 23px;
	height: 20px;
}
.headerbox .menubox .partbox .xlbox .item .text{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.headerbox .menubox .partbox .xlbox .item .top{
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}
.headerbox .menubox .partbox .xlbox .item .gotobox{
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 22px;
	transition: 0.3s;
}
.headerbox .menubox .partbox .xlbox .item .gotobox:hover{
	color: var(--main-color);
	transform: translateX(4px);
}
.headerbox .searchbox{
	position: relative;
}
.headerbox .searchbox .searchbg{
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.headerbox .searchbox .searchbg img{
	/*display: block;*/
	width: 100%;
	height: 100%;
}
.headerbox .searchbox .searchbg .img:not(:nth-child(2)){
	display: none;
}
.headerbox.tosmall .searchbox .searchbg .img{display: none;}
.headerbox.tosmall .searchbox .searchbg .img:nth-child(1){
	display: block;
}
.headerbox.tosmall .searchbox .searchbg:hover .img:nth-child(1){
	display: none;
}
.headerbox.tosmall .searchbox .searchbg:hover .img:nth-child(3){
	display: block;
}
.headerbox .searchbox .inputbox{
	position: absolute;
	z-index: -2;
	opacity: 0;
	transition: 0.5s;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
}
.headerbox .searchbox.on .inputbox{
	z-index: 1;
	opacity: 1;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.headerbox .searchbox .inputbox .leftbox{
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.headerbox .searchbox .inputbox .shuru{
	width: 400px;
	height: 100%;
	/*background-color: var(--main-color);*/
	color: #333;
	text-indent: 1em;
}
.headerbox .searchbox .inputbox .anniu{
	width: 60px;
	height: 100%;
	background: #fff url(../images/search.png) center center no-repeat;
	/*border: 1px solid #ccc;*/
	border-left: 1px solid #ccc;
	background-size: 24px;
	cursor: pointer;
}
.headerbox .searchbox .inputbox .shuru::placeholder{
	color: #666;
	font-size: 15px;
}
.headerbox .searchbox .sclosebtn{
	width: 60px;
	height: 100%;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.headerbox .searchbox .sclosebtn:after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: rotateZ(45deg);
	transition: 0.3s;
}
.headerbox .searchbox .sclosebtn:before{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: rotateZ(-45deg);
	transition: 0.3s;
}
.headerbox .searchbox .sclosebtn:hover:after{
	transform: rotateZ(225deg);
}
.headerbox .searchbox .sclosebtn:hover:before{
	transform: rotateZ(135deg);
}
/* 首页banner */
/*.hbanner{margin-top: 101px;}*/
.hbannerswiper .partbox{position: relative;}
.hbannerswiper .partbox .imgbox img{display: block;width: 100%;}
.hbannerswiper .partbox .textbox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding-bottom: 200px;display: none;}
.hbannerswiper .partbox .textbox .title{font-size: 2.5vw;color: #fff;padding: 0 390px;text-align: center;letter-spacing: 3px;margin-bottom: 18px;}
.hbannerswiper .partbox .textbox .des{font-size: 20px;color: #fff;padding: 0 290px;text-align: center;opacity: 0.81;margin-bottom: 50px;}
.hbannerswiper .swiper-pagination{left: unset;right: 50px;width: unset;height: 100%;bottom: 0;}
.hbannerswiper .swiper-pagination .swiper-pagination-bullet{display: block;margin-bottom: 27px;opacity: 1;width: 37px;height: 37px;position: relative;background-color: unset;box-sizing: border-box;}
.hbannerswiper .swiper-pagination .swiper-pagination-bullet:last-child{margin-bottom: 0;}
.hbannerswiper .swiper-pagination .swiper-pagination-bullet:after{content: "";display: block;width: 7px;height: 7px;background-color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);border-radius: 50%;}
.hbannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid #fff;}
.mousebox{font-size: 14px;color: #fff;position: absolute;bottom: 44px;left: 120px;}
.mousebox .text{color: #fff;position: relative;z-index: 4;opacity: 0.4;}
.mousebox .mouse{width: 17px;height: 29px;box-sizing: border-box;border: 1px solid #fff;border-radius: 8px;z-index: 9;animation: mousebox 1s linear infinite;margin-right: 10px;}
.mousebox .mouse:after{content: "";display: block;width: 3px;height: 6px;border-radius: 1px;background-color: #fff;position: relative;top: 5px;left: 6px;}
.hbannerswiper .numbox{color: #fff;font-size: 15px;position: absolute;bottom: 44px;right: 120px;z-index: 4;letter-spacing: 1px;}
.hbannerswiper .numbox .bnum{font-size: 31px;line-height: 0.9;margin-right: 4px;}
@keyframes mousebox{
	0%{transform: translateY(-5px);}
	50%{transform: translateY(5px);}
	100%{transform: translateY(-5px);}
}
/* 首页通用标题 */
.htitlebox .entext{font-size: 18px;color: #999999;/*text-transform: uppercase;*/margin-bottom: 5px;}
.htitlebox .title{font-size: 2.1875vw;color: #222222;font-weight: bold;margin-bottom: 10px;}
.htitlebox .des{font-size: 18px;color: #333333;}
/* 首页box1 */
.hbox1{padding-top: 72px;padding-bottom: 98px;}
.hbox1 .mainbox{margin-top: 45px;align-items: stretch;}
.hbox1 .mainbox .partbox{width: 330px;position: relative;transition: 0.5s;}
.hbox1 .mainbox .partbox.on{width: calc(100% - 330px);}
.hbox1 .mainbox .partbox .swiitem .bgbox .guccbox{height: 636px;}
.hbox1 .mainbox .partbox .swiitem .topbot{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 65px 58px;opacity: 0;transition: 0.5s;}
.hbox1 .mainbox .partbox .swiitem .topbot .title{font-size: 34px;color: #fff;font-weight: bold;margin-bottom: 10px;}
.hbox1 .mainbox .partbox .swiitem .topbot .tips{font-size: 24px;color: #fff;margin-bottom: 32px;}
.hbox1 .mainbox .partbox .swiitem .topbot .des{font-size: 18px;color: #fff;width: 50%;line-height: 2;margin-bottom: 70px;}
.hbox1 .mainbox .partbox .botbox{position: absolute;bottom: 64px;left: 0;width: 100%;padding: 0 58px;box-sizing: border-box;z-index: 2;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2{background-color: #fff;border-radius: 3px;opacity: 0;transition: 0.5s;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item{padding: 24px;cursor: pointer;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .imgbox{height: 37px;margin-bottom: 10px;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .imgbox img{height: 100%;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .text{font-size: 18px;color: #333;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item:hover .text{color: var(--main-color);}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item.on .text{color: var(--main-color);}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item.on .imgbox .img:last-child{display: block;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item.on .imgbox .img:first-child{display: none;}
/*.hbox1 .mainbox .partbox .botbox .swiper-button-prev{opacity: 0;}
.hbox1 .mainbox .partbox .botbox .swiper-button-next{opacity: 0;}*/
.hbox1 .mainbox .partbox .offbox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);z-index: 2;transition: 0.5s;}
.hbox1 .mainbox .partbox .offbox .title{font-size: 34px;color: #fff;font-weight: bold;}
.hbox1 .mainbox .partbox .offbox .linebox{width: 43px;height: 2px;background-color: rgba(255, 255, 255, 0.12);margin: 36px 0;}
.hbox1 .mainbox .partbox .offbox .des{font-size: 18px;color: #fff;margin-bottom: 13px;}
.hbox1 .mainbox .partbox .offbox .offpobox{width: 100%;height: 100%;box-sizing: border-box;padding: 30px;}
.hbox1 .mainbox .partbox.on .botbox .hbox1swiper2{opacity: 1;}
.hbox1 .mainbox .partbox.on .hbox1swiper1 .topbot{opacity: 1;}
.hbox1 .mainbox .partbox.on .offbox{z-index: -2;opacity: 0;}
/* 首页box2 */
.hbox2{padding-top: 72px;padding-bottom: 98px;background: url(../images/hbox2bg.jpg) center center no-repeat;background-size: cover;}
.hbox2 .htitlebox{position: relative;}
.hbox2 .htitlebox:after{content: "";display: block;width: 100%;height: 1px;background-color: #e9e9e9;position: absolute;bottom: 0;left: 0;transition: 0.3s;}
.hbox2 .htitlebox .leftbox{padding-bottom: 42px;}
.hbox2 .htitlebox .rightbox .partbox{font-size: 22px;color: #333333;padding-bottom: 28px;position: relative;cursor: pointer;}
.hbox2 .htitlebox .rightbox .linebox{width: 1px;height: 22px;background-color: #e9e9e9;margin: 0 44px;align-self: flex-start;margin-top: 6px;}
.hbox2 .htitlebox .rightbox .partbox:before{content: "";display: block;width: 0%;height: 2px;background-color: var(--main-color);position: absolute;bottom: 0px;right: 50%;transition: 0.3s;}
.hbox2 .htitlebox .rightbox .partbox:hover:before,.hbox2 .htitlebox .rightbox .partbox.on:before{width: 100%;right: 0;}
.hbox2 .htitlebox .rightbox .partbox:hover,.hbox2 .htitlebox .rightbox .partbox.on{color: var(--main-color);}
.hbox2 .htitlebox .rightbox .partbox:hover{color: var(--main-color);}
.hbox2 .mainbox{margin-top: 45px;}
.hbox2 .mainbox .rjxtlbox .flexbox{align-items: stretch;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox{width: 242px;flex-shrink: 0;border-right: 1px solid #d9dadf;box-sizing: border-box;padding-top: 60px;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox{cursor: pointer;font-size: 18px;color: #333333;position: relative;text-align: right;padding: 10px 20px 10px 42px; box-sizing: border-box;margin-bottom: 20px;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox:after{content: "";display: block;width: 2px;height: 0%;background-color: var(--main-color);position: absolute;right: 0;top: 50%;transition: 0.3s;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox.on:after,.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox:hover:after{height: 100%;top: 0;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox.on,.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox:hover{background-image: linear-gradient(90deg,rgba(255, 255, 255, 0),#d5e9f7);color: var(--main-color);}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox{width: 100%;padding-left: 52px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .partbox{display: none;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .partbox.on{display: block;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .guccbox{width: 556px;height: 405px;flex-shrink: 0;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox{width: 100%;padding-left: 42px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .title{font-size: 30px;color: var(--main-color);font-weight: bold;margin-bottom: 15px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .des{font-size: 18px;color: #333333;line-height: 1.8;margin-bottom: 36px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .casebox{margin-bottom: 62px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .casebox .itembox{margin-right: 35px;transition: 0.3s;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .casebox .itembox:hover{transform: translateY(-8px);}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .markbox{width: 18px;margin-right: 7px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .markbox img{width: 100%;display: block;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .more{margin-right: 20px;}
.rjxtlbox{display: none;}
.yjcplbox .partbox{width: calc(25% - 27px);margin-right: 36px;box-sizing: border-box;padding: 20px 20px;background-color: #fff;/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/transition: 0.5s;position: relative;}
.yjcplbox .partbox:last-child{margin-right: 0;}
.yjcplbox .partbox:hover{transform: translateY(-10px);box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);}
.yjcplbox .partbox .title{text-align: left;font-size: 24px;color: #fff;font-weight: bold;position: relative;z-index: 2;}
.yjcplbox .partbox .des{font-size: 16px;color: #999;}
.yjcplbox .partbox .fullbox{width: 100%;padding-top: 84.558823529%;margin: 21px 0;}
.yjcplbox .morebox{margin-top: 50px;}
.yjcplbox .partbox .bgbox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.yjcplbox .partbox .bgbox .guccbox{height: 100%;}
/* 首页box3 */
.hbox3{padding-top: 72px;padding-bottom: 98px;background: url(../images/hbox3bg.jpg) center center no-repeat;background-size: cover;}
.hbox3 .mainbox{margin-top: 45px;}
.hbox3 .htitlebox .entext,.hbox3 .htitlebox .title,.hbox3 .htitlebox .des{color: #fff;}
.hbox3 .mainbox .flexbox{align-items: stretch;}
.hbox3 .mainbox .leftbox{width: 735px;background-color: #fff;padding: 25px 32px;}
.hbox3 .mainbox .leftbox .topimgbox{margin-top: 22px;}
.hbox3 .mainbox .leftbox .topimgbox .guccbox{width: 100%;/*padding-top: 44.179104477%;*/padding-top: 241px;}
.hbox3 .mainbox .leftbox .topimgbox .guccbox img{transition: 0.3s;}
.hbox3 .mainbox .leftbox .topimgbox .guccbox img:hover{transform: scale(1.05);}
.hbox3 .mainbox .hnewstopbox .title{font-size: 24px;color: #333333;font-weight: bold;padding-left: 13px;border-left: 3px solid var(--main-color);line-height: 1;}
.hnewlistbox{margin-top: 30px;}
.hbox3 .hnewstopbox .seemore{font-size: 14px;color: #999;transition: 0.3s;}
.hbox3 .hnewstopbox .seemore .text{margin-right: 4px;}
.hbox3 .hnewstopbox .seemore:hover{color: var(--main-color);}
.hbox3 .hnewstopbox .seemore:hover .jiantou{border-color: var(--main-color);}
.hnewlistbox .partbox{padding-bottom: 24px;box-sizing: border-box;border-bottom: 1px solid #f0f0f0;margin-bottom: 22px;}
.hnewlistbox .partbox:last-child{padding-bottom: 0;margin-bottom: 0px;border-bottom: none;}
.hnewlistbox .partbox .time{padding-right: 38px;padding-left: 6px;}
.hnewlistbox .partbox .time .day{font-size: 38px;color: #61686e;font-weight: bold;text-align: center;line-height: 0.9;}
.hnewlistbox .partbox .time .yearmonth{font-size: 15px;color: #61686e;text-align: center;}
.hnewlistbox .partbox .bigbox{width: 100%;}
.hnewlistbox .partbox .bigbox .textbox{width: 100%;}
.hnewlistbox .partbox .bigbox .textbox .title{font-size: 18px;color: #333333;font-weight: bold;margin-bottom: 10px;}
.hnewlistbox .partbox .bigbox .textbox .des{font-size: 15px;color: #777;}
.hnewlistbox .partbox .bigbox .jiantou{border-color: #999;margin-left: 40px;}
.hnewlistbox .partbox:hover .bigbox .textbox .title{color: var(--main-color);}
.hnewlistbox .partbox:hover .bigbox .jiantou{border-color: var(--main-color);}
.hbox3 .mainbox .rightbox{width: 100%;box-sizing: border-box;padding-left: 30px;}
.hbox3 .mainbox .rightbox .rightitem{background-color: #fff;padding: 25px 32px;width: 100%;}
.hbox3 .mainbox .rightbox .rightitem:not(:last-child){margin-bottom: 30px;}
.hbox3 .mainbox .rightbox .hnewlistbox{margin-top: 35px;}
/* 首页box4 */
.hbox4{padding-top: 72px;padding-bottom: 98px;background: url(../images/hbox4bg.jpg) center center no-repeat;background-size: cover;}
.hbox4 .mainbox{margin-top: 40px;}
.hbox4 .mainbox .flexbox{align-items: stretch;}
.hbox4 .mainbox .leftbox{width: 430px;box-sizing: border-box;padding: 55px 60px;background-color: #fff;}
.hbox4 .mainbox .leftbox .title{font-size: 34px;color: #333333;font-weight: bold;line-height: 1.2;margin-bottom: 28px;}
.hbox4 .mainbox .leftbox .des{font-size: 16px;color: #333333;}
.hbox4 .mainbox .leftbox .des:hover{color: var(--main-color);}
.hbox4 .mainbox .leftbox .dianbox{width: 100%;position: relative;}
.hbox4 .mainbox .leftbox .dianbox .swiper-pagination{text-align: left;}
.hbox4 .mainbox .leftbox .dianbox .swiper-pagination .swiper-pagination-bullet{width: 13px;height: 13px;border-radius: 50%;border: 3px solid #989898;background-color: #989898;opacity: 1;}
.hbox4 .mainbox .leftbox .dianbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 3px solid var(--main-color);background-color: #fff;}
.hbox4 .mainbox .rightbox{width: calc(100% - 430px);}
.hbox4 .mainbox .rightbox .swiperbox{display: block;position: relative;}
.hbox4swiper{padding: 0 2px;}
.hbox4swiper .swiper-slide{transition: 0.3s;}
.hbox4swiper .swiper-slide:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);z-index: 9;}
.hbox4swiper .fullbox{padding-top: 54.13533834%;}
/* footer */
footer .topbox{background-color: #121416;padding-top: 55px;}
footer .topbox .box1 .flogobox{margin-bottom: 17px;display: block;}
footer .topbox .box1 .flogobox .imgbox{height: 71px;}
footer .topbox .box1 .flogobox img{height: 100%;}
footer .topbox .box1 .add{font-size: 16px;color: #858585;margin-bottom: 26px;max-width: 280px;line-height: 2;}
footer .topbox .box1 .shearbox{margin-bottom: 120px;}
footer .topbox .box1 .shearbox .partbox{width: 47px;height: 47px;border-radius: 50%;box-sizing: border-box;border: 1px solid #3c3c3c;background-color: #2d2d2d;padding: 10px;margin-right: 20px;position: relative;}
footer .topbox .box1 .shearbox .partbox .iconbox{width: 100%;}
footer .topbox .box1 .shearbox .partbox .iconbox .imgbox{width: 100%;}
footer .topbox .box1 .shearbox .partbox .iconbox .imgbox img{width: 100%;}
footer .topbox .box1 .shearbox .partbox .qrcodebox{position: absolute;top: 80px;left: 0;opacity: 0;pointer-events: none;transition: 0.3s;}
footer .topbox .box1 .shearbox .partbox:hover .qrcodebox{opacity: 1;pointer-events: auto;top: 60px;}
footer .topbox .box1 .shearbox .partbox .qrcodebox .imgbox{position: relative;padding-top: 4px;width: 110px;height: 110px;}
footer .topbox .box1 .shearbox .partbox .qrcodebox .imgbox:after{content: "";display: block;width: 8px;height: 8px;border: 1px solid #f3f3f3;transform: rotateZ(45deg);background-color: #fff;position: relative;top: -114px;left: 19px;z-index: 1;}
footer .topbox .box1 .shearbox .partbox .qrcodebox .imgbox img{display: block;position: relative;z-index: 2;width: 100%;}
footer .topbox .box2{width: 100%;box-sizing: border-box;padding: 50px 160px 0;font-size: 18px;color: #b0b0b0;}
footer .topbox .box2 a{color: #b0b0b0;width: 33.3333%;margin-bottom: 20px;}
footer .topbox .box2 .upbox{margin-bottom: 70px;flex-wrap: wrap;}
footer .topbox .box2 .upbox .partbox:hover{color: #fff;}
footer .topbox .box2 .upbox .dot{width: 5px;height: 5px;background-color: #b0b0b0;margin: 0 35px;display: none;}
footer .topbox .box2 .xglinkbox .text{margin-bottom: 65px;}
footer .topbox .box2 .xglinkbox .partbox{width: 33.33333%;margin-bottom: 40px;font-size: 16px;color: #858585;flex-shrink: 0;line-height: 1.8;}
footer .topbox .box2 .xglinkbox .partbox:hover{color: #fff;}
footer .topbox .box3{font-size: 16px;color: #858585;padding-top: 24px;}
footer .topbox .box3 a{color: #858585;}
footer .topbox .box3 .itembox{margin-bottom: 85px;}
footer .topbox .box3 .itembox .telbox{margin-bottom: 12px;}
footer .topbox .box3 .itembox .tel{font-size: 38px;color: #fff;font-weight: bold;}
footer .topbox .box3 .itembox .mail:hover{color: #fff;}
footer .copyrightbox{background-color: #1a1c1e;padding: 10px 0;line-height: 1.6;font-size: 15px;color: #858585;}
footer .copyrightbox a{color: #858585;}
footer .copyrightbox a:hover{color: #fff;}


/*.headerheight{height: 101px;}*/
/* 产品分类列表 */
.product_type{ overflow:hidden;}
.product_type ul li{float:left;width: 50%;overflow:hidden;text-align:center;position:relative;}
.product_type ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.product_type ul li .imgs{ overflow:hidden;}
.product_type ul li:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_type ul li .cons{position:absolute; width:100%; height:100%; top:0; left:0; color:#fff;}
.product_type ul li .cons .h3{ font-weight:lighter; height:40px; line-height:40px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-top:20%;}
.product_type ul li .cons i{ display:block; margin:0 auto; margin-top:4%; width:52px; height:52px; background:url(../images/product_bg1.png) rgba(255,255,255,0.1) center center no-repeat; background-size:100% 100%; border-radius:50%;transition:all 0.3s;}
.product_type ul li:hover .cons i{ background-color:var(--main-color);}

/* 产品列表 */
.banner img{width: 100%;display: block;}
.lzpic2{display: none;}
.column-menu {background: #f0f0f0;}
.column-menu:after {content: "";height: 0;display: block;clear: both;}
.column-menu.white {background: #fff;}
.column-menu .crumbs {float: left;padding-left: 32px;background: url(../images/crumbs.png) no-repeat 0 center;line-height: 70px;font-size: 15px;color: #777777;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;}
.column-menu .crumbs span {padding: 0 10px;}
.column-menu .crumbs a {font-size: 15px;color: #777777;}
.column-menu .crumbs a:hover {color: #033b7a;}
.column-menu .menu {float: right;}
.column-menu .menu .btn {display: none;}
.column-menu .menu > ul > li {float: left;position: relative;text-align: center;}
.column-menu .menu > ul > li:hover > a, .column-menu .menu > ul > li.on > a {background: #033b7a;color: #fff;}
.column-menu .menu > ul > li > a {display: block;min-width: 146px;height: 70px;line-height: 70px;padding: 0 20px;font-size: 15px;color: #777777;}
.column-menu .menu .sub{width: 100%;position: absolute;top: 70px;left: 0;z-index: 2;display: none;}
.column-menu .menu .sub a{display: block;height: 54px;line-height: 54px;background: #033b7a;font-size: 15px;color: #fff;}
.column-menu .menu .sub li.on a, .column-menu .menu .sub li a:hover {background: #04599c;}
.news-page,
.product-page {
  padding: 60px 0 90px 0;
}
.product-list {
  margin: 0 -38px;
}
.product-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 33.333%;
  padding: 0 38px;
  margin-bottom: 38px;
  float: left;
  text-align: center;
}
.product-list li a {
  display: block;
  position: relative;
  top: 0px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li a:hover {
  box-shadow: 0 3px 15px 4px #eeeeee;
  top: -2px;
}
.product-list li .pic {
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.product-list li .text {
  padding: 14px 20px 40px 20px;
}
.product-list li .text .tit {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-list li .text .line {
  width: 140px;
  height: 1px;
  background: #e1e1e1;
  margin: 22px auto 18px auto;
}
.product-list li .text .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-page .introduce {
  background: url(../images/product_introduce_bg.jpg) no-repeat right 0 bottom 0;
}
.product-page .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .introduce .photo {
  width: 48%;
  float: left;
}
.product-page .introduce .photo img {
  width: 100%;
  display: block;
}
.product-page .introduce .photo .swiper-button-next,
.product-page .introduce .photo .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: -15px 0 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  outline: none;
}
.product-page .introduce .photo .swiper-button-prev {
  left: 10px;
  background-image: url(../images/arrow6.png);
}
.product-page .introduce .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow8.png);
}
.product-page .introduce .photo .swiper-button-next {
  right: 10px;
  background-image: url(../images/arrow7.png);
}
.product-page .introduce .photo .swiper-button-next:hover {
  background-image: url(../images/arrow9.png);
}
.product-page .introduce .content {
  width: 47%;
  float: right;
  padding-top: 76px;
}
.product-page .introduce .content .title {
  font-size: 34px;
  color: #333333;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 28px;
}
.product-page .introduce .content .text {
  line-height: 24px;
  font-size: 16px;
  color: #555555;
  padding: 42px 0;
}
.product-page .introduce .content .text .tit {
  font-size: 20px;
  margin-bottom: 32px;
}
.product-page .introduce .content .text p {
  margin-bottom: 16px;
}
.product-page .related {
  border-top: solid 1px #f2f2f2;
  margin-top: 54px;
}
.product-page .related .title {
  line-height: 34px;
  padding-left: 15px;
  margin: 46px 0;
  font-size: 30px;
  color: #333333;
  border-left: solid 4px #033b7a;
}
/* 翻页 */
.container .paging {
  text-align: center;
  margin-top: 40px;
}
.container .paging:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 3px;
}
.container .paging a {
  width: 62px;
  height: 44px;
  line-height: 42px;
  border: solid 1px #e5e5e5;
  background: #fff;
  display: block;
  font-family: "Arial", arial;
  font-size: 16px;
  color: #555555;
}
.container .paging li.on a,
.container .paging a:hover {
  border: solid 1px #033b7a;
  background: #033b7a;
  color: #fff;
}

/*产品详细*/
.product-page .introduction { padding-top: 5%; padding-bottom:10%; overflow: hidden;}
.product-page .introduction .photo { width: 52.9%; max-width: 740px; padding-left: 140px; float: left; position: relative; }
.product-page .introduction .photo img { width: 100%; display: block; margin-top: 18.6%; margin-bottom: 18.6%;}
/* .product-page .introduction .photo .gallery-top { border: solid 1px #eee;} */
.product-page .introduction .photo .right {position: absolute;top: 0; left: 0; width: 100px; height: 100%; z-index: 2;padding: 38px 0;}
.product-page .introduction .photo .gallery-thumbs {height: 100%;overflow: hidden;}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {height: 100px;-moz-user-select: -moz-none;-moz-user-select: none;-o-user-select: none;-khtml-user-select: none;
  -webkit-user-select: none;-ms-user-select: none;user-select: none;}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {border: solid 1px #eeeeee;display: block;cursor: pointer;}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {border: solid 1px #027C4D;}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {width: 100%;height: 38px;margin: 0;top: auto;bottom: auto;left: 0;right: auto;background: no-repeat center #ffffff;
transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;display: block;}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {background-color: #ffffff;}
.product-page .introduction .photo .swiper-button-prev { top: 0;  background-image: url(../images/arrow11.png);}
.product-page .introduction .photo .swiper-button-prev:hover {background-image: url(../images/arrow13.png);}
.product-page .introduction .photo .swiper-button-next {bottom: 0;background-image: url(../images/arrow12.png);}
.product-page .introduction .photo .swiper-button-next:hover { background-image: url(../images/arrow14.png);}
.product-page .introduction .photo .swiper-button-next.swiper-button-disabled,.product-page .introduction .photo .swiper-button-prev.swiper-button-disabled{opacity: 0.9;}
.product-page .introduction .cont { width: 43%; float: right; overflow:hidden;}
.product-page .introduction .cont .model{ font-size: 16px; color:#777; margin-top:5%;}
.product-page .introduction .cont .title{ font-weight:normal; color:#222222; margin-top:1%; line-height: 1.3;}
.product-page .introduction .cont .text{ border-top: solid 1px #E4E4E4;border-bottom: solid 1px #E4E4E4; line-height: 2; font-size: 16px; color: #888888; margin-top:32px; padding-top:26px; padding-bottom: 26px;min-height: 270px; margin-bottom:3%; width:100%;}
.product-page .introduction .cont .text label{ display: block; color: #333; margin-bottom: 3%;}
.product-page .introduction .cont .rbtn{  margin-top:8%;}
.product-tab .business_div{ position: relative; overflow: hidden; background: #fff; padding-top: 20px;}
.product-tab .business_div::before{ content: ""; position: absolute; left: 0; bottom: 0;width: 100%; height: 1px; background: #ECECEC;}
.product-tab .business_div.lift-pos{position: fixed; top: 0px; width: 100%; z-index: 99;}
.product-tab .business_div .top {
  position: relative; max-width: 560px; 
}
.product-tab .business_div .top .swiper-button-prev,
.product-tab .business_div .top .swiper-button-next {
  width: 25px;
  height: 45px;
  background-size: 25px auto;
  margin-top: -21%;display: none;
}
.product-tab .business_div .top .swiper-button-prev {
  left: -90px;
  background-image: url(../images/i_left.png);
}
.product-tab .business_div .top .swiper-button-prev:hover {
  background-image: url(../images/i_left_on.png);
}
.product-tab .business_div .top .swiper-button-next {
  right: -90px;
  background-image: url(../images/i_right.png);
}
.product-tab .business_div .top .swiper-button-next:hover {
  background-image: url(../images/i_right_on.png);
}
.product-tab .business_div .top .swiper-slide {
  text-align: left;
  color: #333;
  position: relative;
  cursor: pointer; 
}
.product-tab .business_div .top .swiper-slide-thumb-active{ color: var(--main-color);}
.product-tab .business_div .top .swiper-slide .bb{ overflow:hidden; display:inline-block; vertical-align:top; text-align:center;  padding-bottom: 25px; position: relative;}
.product-tab .business_div .top .swiper-slide:nth-child(4) .bb{ max-width: 330px;}
.product-tab .business_div .top .swiper-slide .bb::before{content: ""; position: absolute; left: 50%;bottom: 0; width: 0; height: 3px; background: #027C4D;transition:all 0.3s;}
.product-tab .business_div .top .swiper-slide-thumb-active .bb::before {width: 100%; left: 0;}
.product-tab .business_div3{  position: relative;  }
.product-tab .business_div3 .divhidden{opacity: 0; filter: Alpha(opacity=0);transition: all 0.3s;/* height: 0; */display: block; /* overflow: hidden; */z-index: -1;}
.product-tab .business_div3 .divhidden.on{opacity: 1.0; filter: Alpha(opacity=100); /* height: auto; */ display: block; z-index: 0;}
.product-tab .business_div3 .divhidden:nth-child(2){ position:absolute; top:0; left:0; width:100%; height:100%; }
.product-tab .business_div3 .auto-title-block{ padding-top: 6%;}
.product_one{ overflow: hidden; margin-bottom: 6%;position: relative;}
.product_one .imgs{width:46.04%;float:left;overflow:hidden;}
.product_one .imgs img{width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s;}
.product_one .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_one .txts{ position: absolute;right: 0;top: 0; float: right; width: 51.96%;overflow: hidden; line-height: 2;  max-width: 724px; color: #555555; line-height: 30px; height: 100%;}
.product_one .txts li{ overflow: hidden; display: block; position: relative; padding-left:55px;}
.product_one .txts li::before{ content: "01"; position: absolute; left: 0; top: 21px; width: 30px;height: 30px; border-radius: 50%; text-align: center; line-height: 30px; background: #C0C0C0;font-size: 15px; font-family: Arial; font-weight: bold;color: #FFFFFF;transition:all 0.3s;}
.product_one .txts li:hover::before{background: var(--main-color); border-radius: 50%;}
.product_one .txts li:nth-child(2):before{ content: "02";}
.product_one .txts li:nth-child(3):before{ content: "03";}
.product_one .txts li:nth-child(4):before{ content: "04";}
.product_one .txts li:nth-child(5):before{ content: "05";}
.product_one .txts li:nth-child(6):before{ content: "06";}
.product_one .txts li:nth-child(7):before{ content: "07";}
.product_one .txts li:nth-child(8):before{ content: "08";}
.product_one .txts li:nth-child(9):before{ content: "09";}
.product_one .txts li:nth-child(10):before{ content: "10";}
.product_one .txts li:nth-child(11):before{ content: "11";}
.product_one .txts li .p{ overflow: hidden; border-bottom: 1px solid #EBEBEB; padding-top: 19px; padding-bottom:19px;}
.product_one .txts .i_jsq_scroll{ background:none;}
.product_case{ background: #f7f7f7; overflow: hidden;}
.product_down{ overflow: hidden; margin-bottom: 6%;}
.product_down ul li{ display: block; overflow: hidden; padding-bottom: 2%; margin-bottom: 2%; border-bottom: 1px solid #E5E5E5;}
.product_down ul li .h3{font-weight: bold; overflow: hidden;font-weight: bold; color: #333333;line-height: 30px; height: 30px;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;}
.product_down ul li .p{ overflow: hidden; color: #999999;line-height: 1.8;font-size: 15px; margin-top: 1%;}
.product_down ul li:hover .h3{ color: var(--main-color);}
.product_down ul li .right{ float: right; margin-left: 2%; overflow: hidden;}
.product_down ul li .right span{ overflow: hidden; display: block; text-align: center; color: #999999; line-height: 22px; margin-bottom: 10px;}
.product_down ul li .right em{ font-style: normal; padding-left: 55px; padding-right: 33px;background: var(--main-color2);border-radius: 25px; color: #fff; cursor: pointer; line-height:36px; display: inline-block; position: relative;transition:all 0.3s;font-size: 15px;}
.product_down ul li .right em::before{ content: ""; background: url(../images/product_pic1.png) no-repeat; width: 14px; height: 14px; background-size: 100% 100%; left: 34px; top:11px;  position: absolute; }
.product_down ul li .right em:hover{background: var(--main-color);}
.product_rel{background: #f7f7f7; overflow: hidden;}
.product_cs{ overflow: hidden;color: #555555; line-height: 1.8; font-size: 16px; padding-bottom: 6%;}
.product_cs img{max-width: 100%;}
.product_cs table{/* width: 100%; */margin:0 auto;}
.product_cs table{border-collapse:collapse;border-spacing:0;}
.product_cs table td{ border:1px solid #000;}

/* 行业方案 */
.product{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.product .proleft{
	width: 328px;
	flex-shrink: 0;
}
.product .proleft>div{
	position: sticky;
	top: 0px;
	left: 0;
}
.product .proleft .search{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
}
.product .proleft .search .searchbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	border: 1px solid #c5c6ca;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px 30px 25px;
}
.product .proleft .search .searchbox input[type=button]{
	background: url(../images/search.png) center center no-repeat;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	background-size: 13px;
	cursor:pointer
}
.product .proleft .search .searchbox:after{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #e6e6e6;
	position: absolute;
	left: 41px;
	top: 11px;
}
.product .proleft .search .searchbox input[type=text]{
	width: 100%;
	height: 42px;
	padding-left: 16px;
}
.product .proleft .search .toptitle{
	font-size: 32px;
	color: #232323;
	padding: 0 30px 25px;
}
.product .proleft .search .prolist{
	border-top: 1px solid #e6e6e6;
}
.product .proleft .search .prolist .partbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product .proleft .search .prolist .partbox .title{
	font-size: 18px;
	color: #333;
	width: calc(100% - 60px);
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	box-sizing: border-box;
}
.product .proleft .search .prolist .partbox.on .title,.product .proleft .search .prolist .partbox:hover .title{
	color: var(--main-color);
	background-color: #ebf5fa;
}
.product .proleft .search .prolist .partbox .prodown{
	width: 60px;
	height: 50px;
	background: url(../images/xjiantou.png) center center no-repeat;
	flex-shrink: 0;
	padding-right: 30px;
}
.product .proleft .search .prolist .partbox:hover .prodown{
	background:#ebf5fa url(../images/xjiantouon.png) center center no-repeat;
}
.product .proleft .search .prolist .partbox.on .prodown{
	background:#ebf5fa url(../images/xjiantouon2.png) center center no-repeat;
}
.product .proleft .search .prolist .partbox .prodli{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	display: none;
}
.product .proleft .search .prolist .partbox.on .prodli{
	display: block;
}
.product .proleft .search .prolist .partbox .prodli a{
	font-size: 14px;
	color: #666;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
}
.product .proleft .search .prolist .partbox .prodli a:hover,.product .proleft .search .prolist .partbox .prodli a.on{
	color: var(--main-color);
	/*background-color: #ebf5fa;*/
}
.procontact{
	margin-top: 20px;
	padding: 35px 30px;
	background-color: #fff;
	border-radius: 10px;
}
.procontact .protel{
	font-size: 18px;
	color: #666;
	display: block;
	padding-left: 26px;
	background: url(../images/protel.png) left center no-repeat;
	margin-bottom: 10px;
}
.procontact .proemail{
	font-size: 18px;
	color: #666;
	display: block;
	padding-left: 26px;
	background: url(../images/proemail.png) left center no-repeat;
}
.product .proright{
	width: 100%;
	margin-left: 30px;
}
.product .proright .protitle{
	font-size: 24px;
	color: #333;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.product .proright .prolist{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.product .proright .prolist .partbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product .proright .prolist .partbox .imgbox{
	width: 328px;
	height: 250px;
	box-sizing: border-box;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product .proright .prolist .partbox:hover .imgbox{
	border: 1px solid var(--main-color);
}
.product .proright .prolist .partbox .imgbox img{
	max-width: 100%;
	transition: 0.3s;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.product .proright .prolist .partbox:hover .imgbox img{
	transform: scale(1.05);
}
.product .proright .prolist .partbox .textbox{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 30px;
}
.product .proright .prolist .partbox .textbox .title{
	font-size: 24px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.product .proright .prolist .partbox .textbox .des{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.product .proright .prolist .partbox .textbox .flcbottom{
	border-bottom: 1px solid #dedede;
	position: relative;
	box-sizing: border-box;
	box-sizing: border-box;
}
.product .proright .prolist .partbox .textbox .flcbottom:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: var(--main-color);
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: 0.3s;
	z-index: 9;
}
.product .proright .prolist .partbox:hover .textbox .flcbottom:after{
	width: 100%;
}
.product .proright .prolist .partbox .textbox .flcbottom .hrmore2{
	font-size: 14px;
	padding-left: 0;
	height: 50px;
	line-height: 50px;
}
.product .proright .prolist .partbox .textbox .flcbottom .hrmore2:hover{
	color: var(--main-color);
}
/* 行业方案详情 */
.bgf8f9fc {
  background-color: #f8f9fc;
}
.website-banner {
  position: relative;
}
.website-banner .website-map .flex-box {
  padding: 0;
}
.website-banner .website-map .title-icon img {
  display: none;
}
.website-banner.no-banner {
  height: auto;
  padding-top: 32px;
  padding-bottom: 27px;
}
.website-banner.no-banner .website-map {
  position: relative;
}
.website-banner.color-type-1 .website-map {
  --c: #20222d;
}
.website-banner.color-type-2 .website-map .line {
  color: #ffffff;
}
.website-map {
  --c: #999999;
  position: relative;
  font-size: var(--fs14);
  line-height: 1em;
  color: var(--c);
}
.website-map.bg-none {
  background: transparent;
}
.website-map .flex-box {
  padding: calc(var(--wrap-1440-width)*0.0208) 0;
}
.website-map .jt {
  --size: 0.6em;
  --fill: var(--c);
  margin: 0 0.2em 0.18em 0.3em;
}
.website-map a {
  color: var(--c);
}
.website-map a:hover {
  color: var(--mcolor);
}
.website-map .line {
  --size: 0.8em;
  margin: 0 1em;
  color: #d2d2d2;
}
.website-map .span,
.website-map .jt,
.website-map .title {
  margin-top: 0.5em;
}
.auto-banner {
  --contw: 550px;
  display: flex;
  overflow: hidden;
}
.auto-banner .img-div {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
.auto-banner .img-div img {
  display: block;
}
.auto-banner .img-div .pc {
  display: block;
}
.auto-banner .img-div .phone {
  display: none;
}
.auto-banner .cont {
  margin-left: -100%;
  flex-shrink: 0;
  width: 100%;
  padding: calc(var(--wrap-1440-width)*0.0208) 0;
  color: #ffffff;
}
.auto-banner .cont .h1 {
  margin-top: 5.3%;
  width: var(--contw);
  max-width: 100%;
  font-size: var(--fs42);
  font-weight: 500;
  line-height: 1.28em;
}
.auto-banner .cont .h1.type-a {
  font-size: var(--fs36);
  line-height: 1.33em;
}
.auto-banner .cont .h1.color-a {
  color: #181818;
}
.auto-banner .cont .h1.color2 {
  color: #181818;
}
.auto-banner .cont .h1.mb1 {
  margin-top: 5.7%;
}
.auto-banner .cont .h1 .icon-span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  padding: 0 0.5em;
  font-size: var(--fs12);
  line-height: 1.6667em;
  color: #ffffff;
}
.auto-banner .cont .h1 .icon-span.hot {
  background-color: #D80000;
}
.auto-banner .cont .des {
  margin-top: 16px;
  width: var(--contw);
  max-width: 100%;
  font-size: var(--fs16);
  line-height: 1.4em;
}
.auto-banner .cont .des.type-a {
  color: #666666;
}
.auto-banner .cont .des.color2 {
  color: rgba(255, 255, 255, 0.6);
}
.auto-banner .cont .tag-list {
  margin-top: 16px;
  font-size: var(--fs14);
  line-height: 1.571428em;
  color: #999999;
}
.auto-banner .cont .tag-list a:hover {
  color: var(--mcolor);
}
.auto-banner .cont .tag-list .line {
  margin: 0 0.5em;
  height: 0.8em;
  width: 1px;
  background-color: #999999;
  opacity: 0.8;
}
.auto-banner .cont .btn-box {
  margin-top: 2.5%;
}
.auto-banner .cont .btn-box.mt1 {
  margin-top: 5.7%;
}
.auto-banner .cont .btn-box .more-box-a ,
.auto-banner .cont .btn-box .more-box-e {
  --lh: 36px;
}
.auto-banner .cont .btn-box .more-box-a + .more-box-a ,
.auto-banner .cont .btn-box .more-box-a + .more-box-e ,
.auto-banner .cont .btn-box .more-box-e + .more-box-e ,
.auto-banner .cont .btn-box .more-box-e + .more-box-a {
  margin-left: 12px;
}
.auto-banner .cont .btn-box .more-box-a .more-box {
  min-width: 8.4em;
}
.auto-banner .cont.type-a {
  color: #fff;
}
.auto-banner .cont.type-a .des {
  color: rgba(255, 255, 255, 0.6);
}
.auto-banner .cont.type-a .btn-box {
  margin-top: 6%;
}
.auto-banner .cont-img {
  --contw: 100%;
  padding-top: 10px;
}
.auto-banner .cont-img .cont-box {
  width: 720px;
  max-width: 55%;
}
.auto-banner .cont-img .cont-box .h1 {
  margin: 0;
}
.auto-banner .cont-img .cont-box .btn-box {
  margin-top: calc(var(--wrap-1440-width)*0.0305);
}
.auto-banner .cont-img .img-box {
  width: 520px;
  max-width: 40%;
}
.auto-banner .cont-img .img-box.type-a {
  width: 570px;
}
.auto-banner .cont-video {
  --contw: 100%;
  padding: 2.77% 0;
}
.auto-banner .cont-video .cont-box {
  width: 720px;
  max-width: 50%;
}
.auto-banner .cont-video .cont-box .h1 {
  margin: 0;
  color: #ffffff;
}
.auto-banner .cont-video .cont-box .word {
  margin-top: calc(var(--wrap-1440-width)*0.0208);
  font-size: var(--fs14);
  line-height: 1.8571em;
  color: #ffffff;
}
.auto-banner .cont-video .cont-box .word p + p {
  margin-top: calc(var(--wrap-1440-width)*0.0208);
}
.auto-banner .cont-video .right-cont {
  width: 640px;
  max-width: 47%;
}
.xxypage{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.xxypage .prev,.xxypage .next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	border: 1px solid var(--main-color);
	color: #fff;
	background-color: var(--main-color);
}
.xxypage .prev.last,.xxypage .next.last{
	border: 1px solid #999;
	color: #999;
	background-color: unset;
}
.xxypage .prev:after{
	content: 'prev';
	font-family: swiper-icons;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 15.11px;
}
.xxypage .next:after{
	content: 'next';
	font-family: swiper-icons;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 15.11px;
}
.xxypage span{
	font-size: 18px;
	color: #333;
	margin: 0 26px;
}
.solution_four .wrap{position: relative;}
.mbx{
	/*margin-top: 80px;*/
	font-size: 14px;
	color: #999;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 30px 0;
	line-height: 1.4;
	flex-wrap: wrap;
}
.mbx img,.mbx a,.mbx span{
	margin-right: 5px;
}
.mbx a:hover{
	color: var(--main-color);
}

/* 关于我们历程 */
.history-block {
  padding-top: 100px;
  padding-bottom: 85px;
  text-align: center;
}
.history-block .swiper-top {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 3.6% 0 5%;
}
.history-block .swiper-top .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.history-block .swiper-top .big-year {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: clamp(15px, 25vw, 475px);
  line-height: 0.9em;
  color: rgba(51, 51, 51, 0.05);
}
.history-block .swiper-top .cont-text {
  margin-left: -100%;
  width: 100%;
  padding: 0 80px;
  color: #333333;
}
.history-block .swiper-top .cont-text .year {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.8em;
}
.history-block .swiper-top .cont-text .title {
  font-size: 28px;
  line-height: 1.4em;
}
.history-block .swiper-top .cont-text .list {
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.22em;
  color: #666666;
}
.history-block .swiper-top .swiper-btn {
  margin-top: calc(var(--s)*-0.5);
  position: absolute;
  top: 50%;
  z-index: 2;
}
.history-block .swiper-top .swiper-btn.prev {
  left: 0;
}
.history-block .swiper-top .swiper-btn.next {
  right: 0;
}
.history-block .swiper-year {
  margin-top: -1px;
}
.history-block .swiper-year .word {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 1.4em;
  color: #666666;
}
.history-block .swiper-year .word::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  opacity: 0;
}
.history-block .swiper-year .swiper-slide-thumb-active .word {
  color: var(--main-color);
}
.history-block .swiper-year .swiper-slide-thumb-active .word::before {
  opacity: 1;
}


/*网站地图*/
.webmap{padding: 65px 0;}
.site-map .site-map-border{
  border: 1px solid #ddd;
  padding: 0 30px 30px;
}
.site-map .site-map-title{
  font-size: 28px;
  margin: 45px 0;
  font-weight: normal;
  text-align: center;
}
.site-map .site-map-list{
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.site-map .map-list-li{
  list-style: none;
}
.site-map .map-list-li+.map-list-li{
  margin-top: 20px;
}
.site-map .list-li-dl{
  margin: 0;
  padding: 0;
}
.site-map .list-dl-dt{
  padding: 12px 40px;
  font-weight: bold;
  background: #f5f5f5;
}
.site-map .list-dl-dd{
  --mini-pad: 20px;
  display: flex;
  margin: 0;
  border: 1px solid #eeeeee;
  border-top: 0 none;
  padding: 20px;
  flex-wrap: wrap;
}
.site-map .list-dl-dd a{
  margin: 5px 20px;
}
.site-map .list-dl-dd a:hover{
	color: var(--main-color);
}

@media only screen and (min-width: 1920px){
.htitlebox .title{font-size: 42px;}
.hbannerswiper .partbox .textbox .title{font-size: 48px;}
}

@media only screen and (max-width: 1880px){
.hwrap{width: calc(100% - 200px);margin: 0 100px;}
.mousebox{left: 100px;}
.hbannerswiper .numbox{right: 100px;}
}
@media only screen and (max-width: 1700px){
.wrap{width: calc(100% - 200px);margin: 0 100px;}
footer .topbox .box2{padding: 50px 140px 0;}
.hbannerswiper .partbox .textbox .title{padding: 0px 290px;}
.hbannerswiper .partbox .textbox .des{padding: 0 190px;}
}
@media only screen and (max-width: 1600px){
.hbannerswiper .partbox .textbox .des{font-size: 18px;}
.hbox4 .mainbox .leftbox .title{font-size: 2.125vw;}
.hbox1 .mainbox .partbox .offbox .title{font-size: 2.125vw;}
.hbox1 .mainbox .partbox .swiitem .topbot .title{font-size: 2.125vw;}
footer .topbox .box2{padding: 50px 60px 0;}
}
@media only screen and (max-width: 1500px){
.hbannerswiper .partbox .textbox{padding-bottom: 150px;}
.hbox1 .mainbox .partbox .swiitem .topbot .tips{font-size: 20px;}
.hbox1 .mainbox .partbox .swiitem .topbot .des{font-size: 16px;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .text{font-size: 16px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .title{font-size: 2vw;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .des{font-size: 16px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox{padding-left: 36px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox{padding-left: 30px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .casebox .itembox{margin-right: 14px;}
footer .topbox .box3 .itembox .tel{font-size: 32px;}
.headerbox .menubox .partbox{margin: 0 30px;}
}
@media only screen and (max-width: 1400px){
.headerbox .menubox .partbox{margin: 0 30px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .guccbox{width: 420px;}
.hbox3 .mainbox .leftbox{width: 600px;}
footer .topbox .box1 .add{font-size: 14px;}
footer .topbox .box3{font-size: 14px;}
footer .topbox .box2{padding: 50px 40px 0;font-size: 16px;}
footer .topbox .box2 .xglinkbox .partbox{font-size: 14px;}
}
@media only screen and (max-width: 1300px){
.hbannerswiper .partbox .textbox .title{padding: 0 190px;}
.hbannerswiper .partbox .textbox .des{padding: 0 90px;}
.headerbox .menubox .partbox{margin: 0 24px;}
.hbox1 .mainbox .partbox .swiitem .topbot .des{width: 100%;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox{width: 170px;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox{padding-left: 0;}
.hbox4 .mainbox .leftbox{padding: 30px 60px;}
/*footer .topbox .box2{display: none;}*/
}
@media only screen and (max-width: 1200px){
.news-page,
.product-page {
	padding: 30px 0px;
}
.product-list {
	margin: 0 -5px;
}
.product-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.product-list li a:hover {
	box-shadow: 0 0 0 0 #eeeeee;
	top: 0px;
}
.product-list li .pic{
	border: solid 1px #ede;
}
.product-list li .text {
	padding: 10px 5px;
}
.product-list li .text .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.product-list li .text .line {
	width: 90px;
	margin: 12px auto 8px auto;
}
.product-list li .text .txt {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
}
.product-list li .text .txt br{
	display: none;
}
.product_type ul li{width: 100%;}
.more{height: 38px;width: 124px;}
.more .text{font-size: 14px;}

.wrap{width: 90%;margin: 0 auto;}
.hwrap{width: 90%;margin: 0 auto;}
.headerbox .menubox{position: absolute;top: 120px;left: 0;opacity: 0;z-index: -2;transition: 0.5s; width: 100%;background-color: #fff;display: block;padding: 10px 0;box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);pointer-events: none;}
.headerbox .menubox.on{top: 60px;opacity: 1;z-index: 2;pointer-events: auto;}
.headerbox .menubox .partbox{margin: 0;text-align: center;}
.headerbox .menubox .partbox .bigtitle{line-height: 40px;}
.headerbox{height: 60px;}
.hbanner{margin-top: 60px;}
header.tosmall{top: 0;}
.headerbox{background-color: #fff;}
.headerbox .logobox{height: 60px;}
.headerbox .logobox .img:first-child,.headerbox.tosmall .logobox .img:first-child{height: 40px;display: block !important;margin-top: 10px;}
.headerbox .logobox img:last-child,.headerbox.tosmall .logobox img:last-child{display: none !important;}
.headerbox .searchbox .searchbg .img:nth-child(1){display: block;}
.headerbox .searchbox .searchbg .img:not(:nth-child(1)){display: none;}
.headerbox .menubox .partbox .xlbox{display: none;}
.headerbox .searchbox .inputbox{height: 40px;}
.headerbox .searchbox .inputbox .shuru{width: 300px;}
.headerbox .searchbox .inputbox .shuru::placeholder{font-size: 14px;}
.headerbox .searchbox .inputbox .anniu{width: 40px;background-size: 20px;}
.headerbox .searchbox .sclosebtn{width: 40px;}
.hbannerswiper .partbox .textbox .title{font-size: 18px;padding: 0;line-height: 1;}
.hbannerswiper .partbox .textbox .des{font-size: 13px;padding: 0;margin-bottom: 20px;}
.hbannerswiper .numbox{right: 20px;bottom: 20px;line-height: 0.9;}
.hbannerswiper .numbox .bnum{font-size: 20px;}
.menubtn{width: 40px;height: 40px;margin-left: 10px;position: relative;}
.menubtn div{position: absolute;left: 10px;width: 28px;height: 2px;background-color: var(--main-color);transition: 0.3s;}
.menubtn div:nth-child(1){top: 9px;}
.menubtn div:nth-child(2){top: 19px;}
.menubtn div:nth-child(3){top: 29px;}
.menubtn.on div:nth-child(1){top: 19px;transform: rotateZ(45deg);}
.menubtn.on div:nth-child(2){top: 19px;opacity: 0;}
.menubtn.on div:nth-child(3){top: 19px;transform: rotateZ(-45deg);}
.htitlebox .title{font-size: 22px;}
.htitlebox .des{font-size: 14px;}
.htitlebox .entext{font-size: 16px;}
.hbox1{padding-top: 40px;padding-bottom: 40px;}
.hbox1 .mainbox{flex-direction: column;margin-top: 20px;}
.hbox1 .mainbox .partbox:not(:last-child){margin-bottom: 20px;}
.hbox1 .mainbox .partbox,.hbox1 .mainbox .partbox.on{width: 100%;}
.hbox1 .mainbox .partbox .swiitem .topbot{padding: 30px 20px;}
.hbox1 .mainbox .partbox .offbox{opacity: 0;z-index: -2;}
.hbox1 .mainbox .partbox .swiitem .topbot{opacity: 1;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2{opacity: 1;}
.hbox1 .mainbox .partbox .swiitem .topbot .title{font-size: 20px;}
.hbox1 .mainbox .partbox .swiitem .topbot .tips{font-size: 18px;margin-bottom: 20px;}
.hbox1 .mainbox .partbox .swiitem .topbot .des{font-size: 14px;margin-bottom: 20px;}
.hbox1 .mainbox .partbox .botbox{padding: 0 20px;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item{padding: 20px 10px;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .imgbox{height: 26px;}
.hbox1 .mainbox .partbox .botbox .hbox1swiper2 .swi2item .text{font-size: 14px;}
.hbox1 .mainbox .partbox .swiitem .bgbox .guccbox{height: 430px;}
.hbox1 .mainbox .partbox .botbox .swiper-button-prev{left: 0;}
.hbox1 .mainbox .partbox .botbox .swiper-button-next{right: 0;}
.hbox1 .mainbox .partbox .botbox .swiper-button-prev:after{font-size: 18px;}
.hbox1 .mainbox .partbox .botbox .swiper-button-next:after{font-size: 18px;}
.mousebox{display: none;}
.hbannerswiper .swiper-pagination{display: none;}
.hbannerswiper .partbox .textbox{padding-bottom: 0;}
.hbox2{padding-top: 40px;padding-bottom: 40px;}
.hbox2 .htitlebox .wrap{flex-direction: column;align-items: flex-start;}
.hbox2 .htitlebox .leftbox{padding-bottom: 20px;}
.hbox2 .htitlebox .rightbox .partbox{font-size: 18px;padding-bottom: 10px;}
.hbox2 .mainbox{margin-top: 20px;}
.hbox2 .mainbox .rjxtlbox .flexbox{flex-direction: column;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox{width: 100%;padding-top: 0;text-align: center;margin-bottom: 10px;border-left: 1px solid #d9dadf;border-right: none	;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox{font-size: 16px;margin-bottom: 10px;text-align: left;padding: 10px 20px;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox:after{left: 0;right: unset;}
.hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox.on, .hbox2 .mainbox .rjxtlbox .flexbox .leftbox .partbox:hover{background-image: linear-gradient(270deg,rgba(255, 255, 255, 0),#d5e9f7);}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox{padding-left: 0;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .flexbox2{flex-direction: column;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .guccbox{width: 100%;max-width: 556px;/*padding-top: 72.841726618%;*/margin-bottom: 10px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .title{font-size: 17px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .des{font-size: 14px;margin-bottom: 20px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox .casebox{margin-bottom: 20px;font-size: 14px;}
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .textbox{padding-left: 0;}
.yjcplbox .morebox{margin-top: 10px;}
.yjcplbox .flexbox{flex-wrap: wrap;}
.yjcplbox .partbox{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;padding: 20px;}
.yjcplbox .partbox:nth-child(2n){margin-right: 0;}
.yjcplbox .partbox .title{font-size: 18px;}
.yjcplbox .partbox .des{font-size: 14px;}
.hbox3{padding-top: 40px;padding-bottom: 40px;}
.hbox3 .mainbox{margin-top: 20px;}
.hbox3 .mainbox .flexbox{flex-direction: column;}
.hbox3 .mainbox .leftbox{width: 100%;margin-bottom: 20px;}
.hbox3 .mainbox .rightbox{padding-left: 0;}
.hbox3 .mainbox .hnewstopbox .title{font-size: 18px;}
.hnewlistbox .partbox .bigbox .textbox .title{font-size: 16px;margin-bottom: 2px;}
.hnewlistbox .partbox .bigbox .textbox .des{font-size: 14px;}
.hnewlistbox{margin-top: 18px;}
.hnewlistbox .partbox .time .day{font-size: 26px;}
.hnewlistbox .partbox .time .yearmonth{font-size: 13px;}
.hnewlistbox .partbox .time{padding-left: 0;padding-right: 10px;}
.hnewlistbox .partbox{padding-bottom: 10px;margin-bottom: 10px;}
.hbox3 .mainbox .rightbox .rightitem{padding: 20px;}
.hbox3 .mainbox .rightbox .hnewlistbox{margin-top: 18px;}
.hbox4{padding-top: 40px;padding-bottom: 40px;}
.hbox4 .mainbox .flexbox{flex-direction: column;}
.hbox4 .mainbox .leftbox{width: 100%;padding: 30px 20px 60px;position: relative;}
.hbox4 .mainbox .rightbox{width: 100%;}
.hbox4 .mainbox .leftbox .dianbox{position: absolute;left: 20px;bottom: 0px;}
.hbox4 .mainbox .leftbox .title{font-size: 20px;margin-bottom: 14px;}
.hbox4 .mainbox .leftbox .des{font-size: 15px;}
footer .topbox{padding-top: 30px;}
footer .topbox .mainbox .flexbox{flex-direction: column;}
footer .topbox .mainbox .flexbox .box1{width: 100%;}
footer .topbox .box1 .flogobox .imgbox{height: 50px;}
footer .topbox .box2{width: 100%;display: block;padding: 30px 0 0;}
footer .topbox .box2 .upbox{justify-content: space-between;margin-bottom: 20px;}
footer .topbox .box2 .upbox .dot{margin: 0;}
footer .topbox .box2 .xglinkbox .text{margin-bottom: 10px;}
footer .topbox .box2 .xglinkbox .partbox{margin-bottom: 5px;}
footer .topbox .box3{width: 100%;}
footer .topbox .box3 .itembox .tel{font-size: 22px;}
footer .topbox .box3 .itembox{margin-bottom: 20px;}
footer .copyrightbox{font-size: 12px;text-align: center;padding: 10px 0;}
.headerheight{height: 60px;}
.headerbox .searchbox .inputbox .shuru{width: calc(90vw - 80px);}

/* 产品列表 */
.container .paging {
	margin-top: 12px;
}
.container .paging li {
	margin: 0 2px;
}
.container .paging a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
}
.container .paging a:hover {
	border: solid 1px #e5e5e5;
	background: #fff;
	color: #555555;
}
.column-menu {
	height: 50px;
	position: relative;
}
.column-menu .crumbs {
	padding: 0 0 0 30px;
	background-position: 0px center;
	line-height: 50px;
	font-size: 14px;
	float: none;
}
.column-menu .crumbs span {
	padding: 0 4px;
}
.column-menu .crumbs a {
	font-size: 14px;
}
.column-menu .crumbs a:hover {
	color: #777777;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
}
@media only screen and (max-width: 992px){
/* 行业方案 */

.product{flex-direction: column;padding-bottom: 40px;}
.product .proleft{width: 100%;}
.product .proright{margin-left: 0;margin-top: 20px;}
.proxq{padding-bottom: 40px;}
.proxq .mainbox{flex-direction: column;}
.proxq .proxql{width: 100%;}
.proxq .proxqr{width: 100%;margin-left: 0;margin-top: 20px;}
.proxq .proxqr .title{margin-bottom: 20px;font-size: 20px;}
.proxq .proxqr .des{padding: 20px 0;margin-bottom: 20px;font-size: 16px;}
.profl{padding-top: 40px;}
.profl .fltop{height: 54px;}
.profl .fltop .flbtn{height: 54px;line-height: 54px;padding: 0 10px;}
.profl .flbox{padding: 20px;font-size: 16px;line-height: 1.4;}
.profl .flbox .partbox3{padding: 0;}
.profl .flbox .partbox3 .downpart{width: 100%;margin-bottom: 20px;}
.profl .flbox .partbox3 .downpart:last-child{margin-bottom: 0px;}
.profl .flbox .partbox3 .downpart .imgbox{margin-right: 20px;}
.profl .flbox .partbox3 .downpart .down .title{font-size: 16px;}
.profl .flbox .partbox3 .downpart .down .downbtn{font-size: 16px;}
.tuijian{margin-bottom: 40px;}
.tuijian .title{font-size: 20px;height: 54px;line-height: 54px;margin-bottom: 20px;}
.tuijian .tjbox{flex-wrap: wrap;margin-bottom: 0;}
.tuijian .tjbox .partbox{width: calc(50% - 10px);padding: 20px;margin-bottom: 20px;}
.procontact{padding: 20px;}
.solution .leftpart{padding: 20px;}
.solution .leftpart .title{font-size: 20px;}
.product .proleft .search{padding: 20px 0;}
.product .proleft .search .searchbox{margin: 0 20px 20px;}
.product .proleft .search .toptitle{font-size: 24px;padding: 0 20px 20px;}
.solution{margin-bottom: 30px;}
.product .proright .prolist .partbox .textbox .title{font-size: 20px;}

}
@media screen and (max-width: 765px){
.product .proright .prolist .partbox{flex-direction: column;}
.product .proright .prolist .partbox .imgbox{width: 100%;}
.product .proright .prolist .partbox .textbox{width: 100%;margin-top: 20px;margin-left:0;}
}
@media only screen and (max-width: 700px){
.hbox2 .mainbox .rjxtlbox .flexbox .rightbox .guccbox{padding-top: 72.841726618%;height: 0;}
.hbox3 .mainbox .leftbox .topimgbox .guccbox{padding-top: 44.179104477%;}
.hbox3 .mainbox .leftbox{padding: 20px;}
}
@media only screen and (max-width: 400px){
.mbxbox .fenleibox .partbox{font-size: 14px;}
.about3 .topswiper .partbox .title{font-size: 14px;}
}




/* 统一内页banner样式 */
.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .cons .wrap2{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle;   text-transform:uppercase; text-align:left;}
.o_big_con .h2 label{width:100%; display:block;color:rgba(255,255,255,1.0); font-weight:bold;background-image:-webkit-linear-gradient(bottom,rgba(255,255,255,0.01),rgba(255,255,255,0.3),rgba(255,255,255,0.5));  -webkit-background-clip:text; -webkit-text-fill-color:transparent; position:absolute; top:0px; left:0; z-index:-1;}
.o_big_con .h2 span{ position:relative; display:block;/* overflow:hidden; */color:rgba(255,255,255,1.0);  font-family:"微软雅黑"; line-height:1;  padding-top:80px; padding-bottom:40px;  position:relative; font-weight:bold; z-index:0; margin-bottom:50px;bottom: unset;}
.o_big_con .h2 span:after{ content:""; position:absolute; bottom:0; left:0; height:4px; width:28px; background:#033b7a;}
.o_big_con.bgs2 .h2 label{color:rgba(102,102,102,1.0);background-image:-webkit-linear-gradient(bottom,rgba(102,102,102,0.01),rgba(102,102,102,0.3),rgba(102,102,102,0.5));}
.o_big_con.bgs2 .h2 span{ color:#333333;}
.postions2{ position:absolute; left:0; width:100%; height:56px; line-height:56px; overflow:hidden;color:rgba(255,255,255,0.5); font-size:14px; bottom:0; background:rgba(0,0,0,0.4);}
.postions2.bgs2{ position:static;}
.postions2 a{color:rgba(255,255,255,0.5); }
.postions2 a:hover{ color:#fff;}
.postions2 label{ color:rgba(255,255,255,0.5);}
.postions2 .postions_r{ float:left;}
.postions2 .postions_r img{ vertical-align:top; margin-right:12px;height:15px; margin-top:20.5px;}
.postions2 .postions_r img:first-child{ margin-left:0;}
.postions2 h2{ float:left; font-weight:normal; color:#fff; height:58px; }
.postions2 h2 span{font-size:15px; font-family:Arial; color:rgba(255,255,255,0.5); }
@media screen and (max-width: 960px){
.o_big{height: 280px;}
}
@media screen and (max-width: 780px){
.o_big{height: 260px;}
}
@media screen and (max-width: 640px){
.o_big{height: 240px;}
}
@media screen and (max-width: 480px){
.o_big{height: 220px;}
}