*{margin:0;padding:0;}
body{overflow-x:hidden;margin:auto;font-size:12px;}
li{list-style:none;}
ol li{list-style:inherit;}
.clear {height:0px;clear:both;}
textarea{font-family:"Microsoft YaHei","Arial","微软雅黑","黑体","verdana","宋体";}
div{font-family:"Microsoft YaHei","Arial","微软雅黑","黑体","verdana","宋体";}
p{font-family:"Microsoft YaHei","Arial","微软雅黑","黑体","verdana","宋体";}
a{text-decoration:none;font-family:"Microsoft YaHei","Arial","微软雅黑","黑体","verdana","宋体";cursor:pointer;}
a:hover{text-decoration:none;}
html {
	font-size: 100px !important;
}

body {
	background: #fff !important;
}

@media screen and (max-width: 1680px) {
	html {
		font-size: 86px !important;
		overflow-x:hidden;
	}
}

@media screen and (max-width: 1440px) {
	html {
		font-size: 78px !important;
	}
}

@media screen and (max-width: 1200px) {
	.hidden-1280 {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 60px !important;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 60px !important;
	}

}
@font-face {
	font-family: 'HELVETICANEUELTPRO-LTEX2';
	src: local('HELVETICANEUELTPRO-LTEX2'), url(../fonts/HELVETICANEUELTPRO-LTEX.OTF) format('woff');
}
@font-face {
	font-family: 'SegoeUIBold2';
	src: local('SegoeUIBold2'), url(../fonts/SegoeUIBold.woff) format('woff');
}
@font-face {
	font-family: 'HelveEx2';
	src: local('HelveEx2'), url(../fonts/HelveticaNeueLTPro-Ex.otf) format('woff');
}
@font-face {
	font-family: 'HELVETICALT53EXTENDED2';
	src: local('HELVETICALT53EXTENDED2'), url(../fonts/HELVETICALT53EXTENDED.woff) format('woff');
}
@font-face {
	font-family: 'HELVETICALT73BOLDEXTENDED2';
	src: local('HELVETICALT73BOLDEXTENDED2'), url(../fonts/HELVETICALT73BOLDEXTENDED.woff) format('woff');
}
@media screen and (max-width : 1300px) {
/* 针对WebKit内核浏览器（Chrome、Safari、Edge等） */
::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

/* 针对Firefox */
html {
  scrollbar-width: none; /* 隐藏滚动条（Firefox支持） */
}

/* 确保页面可滚动（避免隐藏滚动条后无法滚动） */
body {
  overflow-y: auto; /* 保留垂直滚动功能 */
  -ms-overflow-style: none; /* 针对IE和旧版Edge隐藏滚动条 */
}
}


.homebox {
	width: 100%;
	overflow: hidden;
}
.homeinner {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}
.topbox {
	width: 100%;
	height: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
.logo {
	float: left;
	height: 100px;
	line-height: 100px;
	width: 202px;
}
.logo img {
	width: 100%;
}
.topright {
	float: right;
}
.navbox {
	float: left;
}
.navitem {
	color: #666;
	font-size: 16px;
	line-height: 100px;
	float: left;
	margin-left: 50px;
	position: relative;
}
.navbox .navitem:first-child {
	margin-left: 0px;
}
.navitem a {
	color: #666;
	display: block;
	height: 100%;
	font-weight: bold;
}
.navitem a:hover {
	color: #000;
	font-weight: bold;
}
.navitemxz>a {
	color: #000;
	font-weight: bold;
}
.langbox {
	float: right;
	margin-left: 70px;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}
.langinner {
	height: 21px;
	display: flex;
	align-items: center;
}
.langico {
	width: 21px;
	height: 21px;
	display: flex;
	align-items: center;
}
.langico img {
	width: 100%;
}
.langcn {
	font-family: "HELVETICANEUELTPRO-LTEX2";
	color: #4e4e4e;
	font-size: 16px;
	margin-left: 15px;
	line-height: 21px;
}
.langbottombox {
	position: absolute;
	right: 0;
	top: calc(50% + 14px);
	opacity: 0;
	visibility: hidden;
	transition: .25s all;
	background: #fff;
	z-index: 5;
}
.langitem a {
	font-family: "HELVETICANEUELTPRO-LTEX2";
	color: #4e4e4e;
	font-size: 16px;
	line-height: 25px;
}
.langbox:hover .langbottombox {
	opacity: 1;
	visibility: visible;
}
.homebanner {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.homebanner img {
	width: 100%;
}

.homeabout {
	width: 100%;
	margin-top: 69px;
	overflow: hidden;
}
.homeaboutleft {
	float: left;
	width: 400px;
	padding-left: 10px;
}
.homeaboutsubtitle {
	font-family: "SegoeUIBold2";
	color: #202121;
	font-weight: bold;
	font-size: 48px;
	line-height: 1;
}
.homeabouttitle {
	color: #1b1b1b;
	font-size: 24px;
	margin-top: 38px;
}
.homeabouthx {
	width: 29px;
	height: 4px;
	background: #c84221;
	margin-top: 30px;
}
.homeaboutgs {
	color: #454545;
	font-size: 18px;
	line-height: 25px;
	margin-top: 38px;
}
.homeaboutright{
	float: right;
	width: calc(100% - 455px);
	padding-right: 10px;
}
.homeaboutdesc {
	color: #616161;
	font-size: 16px;
	line-height: 36px;
}
.homeaboutmore {
	float: right;
	margin-top: 87px;
}
.homeaboutmore a {
	font-family: "HelveEx2";
	color: #c84221;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}




.homeproduct {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 95px;
}
.homeproduct:after {
	content: "";
	position: absolute;
	width: 237px;
	height: 237px;
	border-radius: 50%;
	background: #c84221;
	top: -46px;
	left: -37px;
	transition: .25s all;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.homeproductpic {
	width: 100%;
}
.homeproductpic img {
	width: 100%;
}
.homeproductinnerbox {
	position: absolute;
	width: 455px;
	right: 145px;
	top: 80px;
}
.homeproductsubtitle {
	color: #c84221;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	font-family: "SegoeUIBold2";
}
.homeproducthx {
	width: 29px;
	height: 4px;
	background: #c84221;
	margin-top: 23px;
}
.homeproducttitle {
	color: #1b1b1b;
	font-size: 24px;
	line-height: 1;
	margin-top: 28px;
}
.homeproductdesc {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 25px;
	margin-top: 27px;
}
.homeproductmorebox {
	width: 200px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: .25s all;
}
.homeproductmoretext {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.homeproductmoreen {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 9px;
}
.homeproduct:hover:after {
	opacity: 1;
	visibility: visible;
}
.homeproduct:hover .homeproductmorebox {
	opacity: 1;
	visibility: visible;
}



.homeproductbottom {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
}
.homeproductbottomitem {
	width: 411px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.homeproductbottomitempic {
	width: 100%;
}
.homeproductbottomitempic img {
	width: 100%;
}
.homeproductbottomitemzz {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: .25s all;
}
.homeproductbottomitemzz img {
	width: 100%;
}

.homeproductbottomitemzzhg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s all;
}
.homeproductbottomitemzzhg img {
	width: 100%;
}

.homeproductbottomitemrightbottom {
	position: absolute;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	left: 0;
	bottom: 47px;
}
.homeproductbottomitemtitle {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
.homeproductbottomitemsubtitle {
	font-family: "HELVETICALT53EXTENDED2";
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	text-align: right;
	margin-top: 13px;
}
.homeproductbottomitemarrow {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	float: right;
	margin-top: 16px;
}
.homeproductbottomitemarrow img {
	width: 12px;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	filter: brightness(0) saturate(100%);
	transition: .25s all;
}
.homeproductbottomitem:hover .homeproductbottomitemzz {
	opacity: 0;
	visibility: hidden;
}
.homeproductbottomitem:hover .homeproductbottomitemzzhg {
	opacity: 1;
	visibility: visible;
}
.homeproductbottomitem:hover .homeproductbottomitemarrow img {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
}



.homenewsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 85px;
	padding-bottom: 20px;
}
.homenewsleft {
	width: 440px;
	padding-left: 14px;
	float: left;
}
.homenewsleftsubtitle {
	color: #202121;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}
.homenewslefttitle {
	color: #1b1b1b;
	font-size: 24px;
	line-height: 1;
	margin-top: 43px;
}
.homenewslefthx {
	width: 29px;
	height: 4px;
	background: #202121;
	margin-top: 39px;
}
.homenewsleftmore {
	margin-top: 36px;
}
.homenewsleftmore a {
	color: #c84221;
	font-size: 16px;
	line-height: 1;
	font-family: "HelveEx2";
	font-weight: bold;
}
.homenewsright {
	width: 840px;
	float: right;
}
.homenewsrightitem {
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
}
.homenewsrightitem:last-child {
	border-bottom: none;
}
.homenewsrightitem a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 53px;
	padding-top: 51px;
}
.homenewsrightitem:first-child a {
	padding-top: 10px;
}
.homenewsrightitemtitle {
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: .25s all;
}
.homenewsrightitemdesc {
	color: #707070;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-top: 17px;
}
.homenewsrightitemtime {
	font-family: "HELVETICALT73BOLDEXTENDED2";
	color: #474747;
	font-size: 14px;
	line-height: 1;
	margin-top: 18px;
}

.homenewsrightitem:hover .homenewsrightitemtitle {
	color: #c84221;
}



.footer {
	width: 100%;
	background: #3a3f48;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 85px;
	padding-left: 130px;
	padding-right: 130px;
}

.footertop {
	display: flex;
	justify-content: center;
}
.footertopitem {
	display: flex;
	align-items: center;
}
.footertopitemico {
	width: 76px;
}
.footertopitemico img {
	width: 100%;
}
.footertopitemtext {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	/* margin-top: 38px; */
	margin-left: 25px;
	width: calc(100% - 101px);
}
.footercenter {
	margin-top: 90px;
	display: flex;
	justify-content: center;
}
.footercenterewmbox {
	overflow: hidden;
}
.footercenteritem {
	display: flex;
	align-items: flex-start;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.footercenteritem:first-child{
	margin-left: 0;
}
.footercenteritem:last-child{
	margin-right: 0;
}
.footercenteritempic {
	width: 125px;
	float: left;
}
.footercenteritempic img {
	width: 100%;
}
.footercenteritemtext {
	color: #ffffff;
	font-size: 16px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin-left: 10px;
}
.footersanjiao {
	width: 9px;
	height: 10px;
	display: flex;
	margin-bottom: 8px;
}
.footersanjiao img {
	width: 100%;
}
.footercenteritemtextwz {
	writing-mode: vertical-rl;
}


.footerbottom {
	display: flex;
	justify-content: flex-start;
	margin-top: 77px;
}
.footerbottomleft {
	color: #657081;
	font-size: 16px;
	line-height: 40px;
}
.footerbottomleft a {
	color: #657081;
}
.footerbottomright {
	margin-left: 70px;
}
.footerbottomrightitem {
	width: 40px;
	float: left;
	margin-left: 50px;
}
.footerbottomrightitem:first-child {
	margin-left: 0;
}
.footerbottomrightitem a {
	display: block;
	width: 100%;
}
.footerbottomrightitem img {
	width: 100%;
	transition: .25s all;
}
.footerbottomrightitem:hover img {
	filter: grayscale(100%) brightness(300%);
}






.innerbanner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.innerbannerpic {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.innerbannerpic img {
	width: 100%;
}
.innerbannertitle {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.probox {
	width: 100%;
	padding-bottom: 85px;
}

.proitem {
	width: calc((100% - 50px) / 2);
	margin-left: 50px;
	margin-top: 75px;
	float: left;
}
.proitem:nth-child(2n-1) {
	margin-left: 0;
}
.proitempic {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.proitempic img {
	width: 100%;
	transition: .25s all;
}
.proitembottom {
	width: 100%;
	text-align: center;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 75px;
	height: 75px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.proitem:hover .proitempic img {
	transform: scale(1.15);
}




.procontentbox {
	width: 100%;
	padding-top: 75px;
}

.procontenttitle {
	color: #343434;
	font-size: 32px;
	font-weight: bold;
	line-height: 45px;
}

.procontentcontent {
	color: #6a6a6a;
	font-size: 16px;
	line-height: 36px;
	margin-top: 50px;
}
.procontentcontent img {
	max-width: 100%;
}


.procontentbootom {
	width: 100%;
	overflow: hidden;
	margin-top: 110px;
	padding-bottom: 100px;
}
.procontentbottomitem {
	width: 616px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	float: left;
}
.procontentbottomitem:nth-child(2) {
	float: right;
}
.procontentbottomitempic {
	width: 100%;
}
.procontentbottomitempic img {
	width: 100%;
}
.procontentbottomitemtitlebox {
	width: 100%;
	position: absolute;
	bottom: 36px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.procontentbottomitemtitle {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}
.procontentbottomitemarrow {
	width: 24px;
}
.procontentbottomitemarrow img {
	width: 100%;
}

.neiyenavbox {
	position: absolute;
	display: flex;
	bottom: 35px;
	justify-content: center;
	width: 100%;
}
.neiyenavitem {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	margin-left: 25px;
	margin-right: 25px;
}
.neiyenavitem:after {
	content: "";
	position: absolute;
	top: calc(100% + 17px);
	width: 2px;
	height: 25px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.neiyenavitem a {
	color: #ffffff;
	display: block;
	text-align: center;
}
.neiyenavitemxz {
	font-weight: bold;
}
.neiyenavitemxz:after {
	opacity: 1;
}

.inneraboutbox {
	width: 100%;
	padding-top: 62px;
}
.inneraboutsubtitle {
	color: #c84221;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	font-family: "SegoeUIBold2";
}
.innerabouttitle {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-top: 21px;
}
.inneraboutcontent {
	color: #4b4a4a;
	font-size: 16px;
	line-height: 32px;
	margin-top: 44px;
}
.inneraboutcontent img {
	max-width: 100%;
}

.qywhbox {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	margin-top: 105px;
}
.qywhpic {
	width: 100%;
}
.qywhpic img {
	width: 100%;
}
.qywhcontentbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	padding-top: 72px;
}
.qywhtitle {
	text-align: center;
	line-height: 1;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}
.qywhcontent {
	color: #ffffff;
	font-size: 22px;
	line-height: 60px;
	margin-top: 50px;
}






.qyfcbox {
	width: 100%;
	padding-top: 62px;
	padding-bottom: 107px;
}
.qyfccontent {
	width: 100%;
	margin-top: 45px;
}
.qyfcitem {
	width: calc((100% - 52px) / 2);
	border-radius: 16px;
	overflow: hidden;
	float: left;
	margin-left: 52px;
	margin-top: 90px;
}
.qyfcitem img {
	width: 100%;	
	transition: .25s all;
}
.qyfcitem:hover img {
	transform: scale(1.15);
}
.qyfcitem:nth-child(2n-1) {
	margin-left: 0;
}
.qyfcitem:nth-child(1) {
	margin-top: 0;
}
.qyfcitem:nth-child(2) {
	margin-top: 0;
}






.fanye .pagination {
	margin-top: 107px;
	
}
.fanye a {
	float: left;
	margin-left: 3.5px;
	margin-right: 3.5px;
	display: block;
	width: 69px;
	height: 69px;
	border-radius: 50%;
	text-align: center;
	font-family: "Arial";
	line-height: 69px;
	font-size: 20px;
	color: #9b9b9b;
}
.fanye p {
	float: left;
	line-height: 69px;
}
.fanye .syy {
	color: #565555;
	margin-right: 53.5px;
	width: auto;
	font-size: 18px;
	display: inline-block;
}
.fanye .xyy {
	color: #565555;
	margin-left: 53.5px;
	width: auto;
	display: inline-block;
	font-size: 18px;
}
.fanye .cur {
	background: #c84221;
	color: #fff;
}
.fanye .pagination {
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
}


.ryzzcontent {
}
.ryzzitem {
	width: calc((100% - 162px) / 4);
	margin-left: 54px;
	float: left;
	margin-top: 81px;
}
.ryzzitem img {
	width: 100%;
}
.ryzzitem:nth-child(4n-3) {
	margin-left: 0;
}
.ryzzitem a {
	display: block;
	/* background: #98513b; */
	/* padding: 13px; */
}
.ryzzitem:nth-child(1) {
	margin-top: 0;
}
.ryzzitem:nth-child(2) {
	margin-top: 0;
}
.ryzzitem:nth-child(3) {
	margin-top: 0;
}
.ryzzitem:nth-child(4) {
	margin-top: 0;
}



.contacttop {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}
.contacttopitem {
	width: calc(100% / 3);
	float: left;
	position: relative;
	padding-top: 38px;
	padding-bottom: 20px;
}
.contacttopitem:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed rgba(0, 0, 0, .2);
}
.contacttopitem:last-child:after {
	display: none;
}
.contacttopitemico {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.contacttopitemico img {
	width: 100%;
}
.contacttopitemtext {
	color: #454545;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin-top: 35px;
}
.contacttopitem:nth-child(2) .contacttopitemtext {
	font-size: 18px;
}

.ditu {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.wylybox {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 140px;
}
.wylysubtitle {
	color: #3a3a3a;
	font-weight: bold;
	font-size: 64px;
	line-height: 1;
	font-family: "SegoeUIBold2";
	text-align: center;
}
.wylysubtitle span {
	color: #c84221;
}
.wylyhx {
	width: 26px;
	height: 3px;
	background: #3a3a3a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.wylytitle {
	color: #383838;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin-top: 30px;
}

.wylyonebox {
	width: 100%;
	overflow: hidden;
	margin-top: 56px;
}

.wylyoneitem {
	width: calc((100% - 64px) / 3);
	float: left;
	margin-left: 32px;
	height: 80px;
	border: 1px solid #dcdcdc;
}
.wylyoneitem:first-child {
	margin-left: 0;
}
.wylyoneitem input {
	width: 100%;
	height: 100%;
	line-height: 78px;
	padding-left: 22px;
	color: #6c6c6c;
	font-size: 16px;
}
.wylytwo {
	width: 100%;
	height: 80px;
	border: 1px solid #dcdcdc;
	margin-top: 45px;
}
.wylytwo textarea {
	width: 100%;
	height: 100%;
	line-height: 78px;
	padding-left: 22px;
	border: none;
	color: #6c6c6c;
	font-size: 16px;
}


input{
	outline: none;
	border: none;
}
textarea {
	outline: none;
}


.wylythree {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}
.wylythreeleft {
	float: left;
}
.wylythreeleftinput {
	width: 275px;
	float: left;
	height: 80px;
	border: 1px solid #dcdcdc;
}
.wylythreeleftinput input {
	width: 100%;
	height: 100%;
	line-height: 78px;
	padding-left: 22px;
	color: #6c6c6c;
	font-size: 16px;
}
.wylythreeleftyzm {
	height: 82px;
	width: 180px;
	float: left;
	margin-left: 20px;
}
.wylythreeleftyzm img {
	width: 100%;
	height: 100%;
}
.tjly {
	float: right;
	height: 82px;
	width: 240px;
	background: #c84221;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 82px;
}
.tjly a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}




.innernewsbox {
	width: 100%;
	padding-top: 95px;
	padding-bottom: 110px;
}
.innernewsitem {
	width: calc((100% - 128px) / 3);
	float: left;
	margin-left: 64px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 110px;
	transition: .25s all;
}
.innernewsitem:nth-child(1) {
	margin-top: 0;
}
.innernewsitem:nth-child(2) {
	margin-top: 0;
}
.innernewsitem:nth-child(3) {
	margin-top: 0;
}
.innernewsitem:nth-child(3n-2) {
	margin-left: 0;
}
.innernewsitempic {
	width: 100%;
}
.innernewsitempic img {
	width: 100%;
}
.innernewsitembottom {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 35px;
}
.innernewsitemtitle {
	color: #555555;
	font-size: 16px;
	line-height: 32px;
	height: 96px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.innernewsitemtime {
	color: #959494;
	font-size: 18px;
	line-height: 1;
	font-family: "SegoeUIBold2";
	font-weight: bold;
	margin-top: 36px;
	transition: .25s all;
}



.innernewsitem:hover .innernewsitemtime {
	color: #c84221;
}
.innernewsitem:hover {
	border-bottom: 1px solid #c84221;
	box-shadow: 0px 0px 19px 6px rgba(0, 0, 0, 0.1);
}



.jswtbox {
	width: 100%;
	padding-top: 70px;
}
.bdlyxbt {
	color: #434343;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.ly100 {
	width: 100%;
	margin-top: 40px;
}
.mglyxiala {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 8px;
	height: 54px;
	overflow: hidden;
}
.mglyxiala select {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	border: none;
	color: #434343;
	font-size: 16px;
	line-height: 52px;
	padding-left: 19px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: url(../img/Icon-Form-Arrow-Down.svg) calc(100% - 18px) 50% / auto 15px no-repeat, #f5f5f5;
}
select {
	outline: none;
	border: none;
}
.xyzxwtbox {
	width: 100%;
	height: 278px;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 45px;
}
.xyzxwtbox textarea {
	width: 100%;
	line-height: 52px;
	background: #f5f5f5;
	border: none;
	color: #434343;
	font-size: 16px;
	padding-left: 19px;
	padding-right: 19px;
	height: 100%;
	resize: none;
}
.xyzxwtbox textarea::placeholder {
	color: #434343;
	font-size: 16px;
}
.mglyinput {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 8px;
	height: 54px;
	overflow: hidden;
}
.mglyinput input {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	border: none;
	color: #434343;
	font-size: 16px;
	line-height: 52px;
	padding-left: 19px;
}
.mglyinput input::placeholder {
	color: #434343;
	font-size: 16px;
}
.ndxxbox {
	width: 100%;
	margin-top: 70px;
	padding-bottom: 100px;
}
.ndxxdyh {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}
.ndxxineitem {
	width: calc((100% - 40px) / 2);
	float: left;
	margin-left: 40px;
}
.ndxxineitem:nth-child(2n-1) {
	margin-left: 0;
}
.ndxxdhh {
	width: 100%;
	margin-top: 45px;
	width: calc((100% - 40px) / 2);
}
.ndxxthree {
	margin-top: 45px;
	overflow: hidden;
}
.ndxxthreeitem {
	width: calc((100% - 40px) / 2);
	float: left;
	margin-left: 40px;
}
.ndxxthreeitem:nth-child(2n-1) {
	margin-left: 0;
}
.tjly2 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.bnslybox {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 1280px;
	transform: translateX(-50%);
	z-index: 2;
}

.xpbox {
	width: 861px;
	overflow: hidden;
	border-radius: 20px;
	background: #FFF;
	padding: 42px 70px 60px;
	margin-left: auto;
}
.xpone {
	width: 100%;
	overflow: hidden;
	padding-top: 95px;
}
.xponeleft {
	float: left;
}
.xponeright {
	float: right;
	color: #d90a08;
	font-size: 16px;
	line-height: 20px;
}
.xponelefttitle {
	color: #434343;
	font-size: 16px;
	line-height: 20px;
	float: left;
}
.xponeleftxx {
	float: left;
	color: #434343;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	margin-left: 62px;
}
.xponeleftxx input {
	width: 20px;
	height: 20px;
	border: 1px solid #d6d6d6;
	background: #f5f5f5;
	appearance: none;
	float: none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: revert !important;
	margin-right: 8px;
}

.xponeleftxx input[type="radio"]:checked {
    background: #c84221;
    box-shadow: inset 0 0 0 2px white;
    border: .5px solid #c84221;
}
label {
	margin-bottom: 0;
}
.xpbox input::placeholder {
	color: #bababa;
}
.xpbox select {
	color: #bababa;
}
.xpbox textarea::placeholder {
	color: #bababa;
}
.xptwobox {
	margin-top: 50px;
	overflow: hidden;
}
.xptwoitemtitle {
	color: #434343;
	font-size: 16px;
	line-height: 50px;
}
.xptwoitemtitle span {
	color: #d90a08;
}
.xptwoitem {
	float: left;
	width: calc((100% - 80px) / 3);
	margin-left: 40px;
}
.xptwoitem:first-child {
	margin-left: 0;
}

.xpthreebox {
	margin-top: 40px;
}
.xpthreebox .xptwoitem {
	width: calc((100% - 40px) / 2);
}
.xpfourbox {
	margin-top: 40px;
}
.xptwobox .xyzxwtbox {
	margin-top: 0;
}

.xpbottom {
	width: 100%;
	overflow: hidden;
}
.xpbottomleft {
	float: left;
}
.xpbottomleftinput {
	width: 400px;
	float: left;
}
.xpbottomleftimg {
	float: left;
	margin-left: 30px;
	width: 125px;
	height: 54px;
}
.xpbottomleftimg img {
	width: 100%;
	height: 100%;
}
.xpbottomright {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 54px;
}

.xpbottomright input {
	width: 20px;
	height: 20px;
	border: 1px solid #d6d6d6;
	background: #f5f5f5;
	appearance: none;
	float: none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: revert !important;
	margin-right: 13px;
}

.xpbottomright input[type="radio"]:checked {
    background: #c84221;
    box-shadow: inset 0 0 0 2px white;
    border: .5px solid #c84221;
}

.tjly3 {
	width: 330px;
	height: 93px;
	line-height: 93px;
	border-radius: 8px;
	margin-top: 70px;
	font-size: 20px;
}



.jswjbox {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 85px;
}
.jswjitem {
	width: calc((100% - 30px) / 2);
	float: left;
	background: #f3f3f3;
	border-radius: 16px;
	overflow: hidden;
	height: 185px;
	margin-left: 30px;
	margin-top: 45px;
	transition: .25s all;
}
.jswjitem:nth-child(2n-1) {
	margin-left: 0;
}
.jswjitem:nth-child(1) {
	margin-top: 0;
}
.jswjitem:nth-child(2) {
	margin-top: 0;
}
.jswjitem a {
	display: flex;
	height: 100%;
	width: 100%;
	padding-left: 54px;
	padding-right: 48px;
	align-items: center;
	justify-content: space-between;
}
.jswjitemtitle {
	color: #3f3f3f;
	font-size: 22px;
	width: calc(100 - 100px);
	line-height: 35px;
	height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: .25s all;
}
.jswjitemmore {
	color: #919090;
	font-size: 18px;
	text-align: right;
	width: 80px;
	line-height: 35px;
	transition: .25s all;
}
.jswjitem:hover {
	background: #c84221;
}
.jswjitem:hover .jswjitemtitle {
	color: #ffffff;
	font-weight: bold;
}
.jswjitem:hover .jswjitemmore {
	color: #ffffff;
}


.procontentbox2 {
	padding-bottom: 100px;
}






.navtwobox {
	top: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: .25s all;
	background: #fff;
	white-space:nowrap;
	line-height: 30px;
	font-size: 14px;
	
}
.navtwobox a {
    padding: 10px 15px;
}
.navitem:hover>.navtwobox {
	visibility: visible;
	opacity: 1;
}
.footernewtopbox {
	width: 100%;
	overflow: hidden;
}
.footernewtopitem {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	float: left;
	margin-left: 50px;
}
.footernewtopitem a {
	color: #ffffff;
}
.footernewtopitem:first-child {
	margin-left: 0;
}











.footercenternewbox {
	margin-top: 75px;
}

.footercenternew {
	display: flex;
}
.footercentermap {
	width: 479px;
	margin-right: 50px;
}
.footercentermap img {
	width: 100%;
}
.footercenterright {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}







.homeinnerlxwm {
	width: 100%;
}
.homeinnerlxwm .topbox {
	width: 1280px;
	margin: 0 auto;
}
.homeinnerlxwm .topbox {
	width: 1280px;
	margin: 0 auto;
}
.homeinnerlxwm .innerbannerpic {
	border-radius: 0;
	height: 808px;
	display: flex;
	justify-content: center;
}
.homeinnerlxwm .innerbannerpic img {
	height: 100%;
	width: auto;
}
.homeinnerlxwm .footer {
	width: 1280px;
	margin: 0 auto;
}

















.bnslybox .xptwobox {
	margin-top: 0px;
	overflow: hidden;
}
.bnslybox .xptwoitemtitle {
	color: #394854;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 3px;
}
.bnslybox .xptwoitemtitle span {
	color: #d90a08;
}
.bnslybox .xptwoitem {
	float: left;
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
}
.bnslybox .xptwoitem:first-child {
	margin-left: 0;
}

.bnslybox .xpthreebox {
	margin-top: 13px;
}
.bnslybox .xpthreebox .xptwoitem {
	width: calc((100% - 20px) / 2);
}
.bnslybox .xpfourbox {
	margin-top: 13px;
}
.bnslybox .xptwobox .xyzxwtbox {
	margin-top: 0;
}

.bnslybox .xpbottom {
	width: 100%;
	overflow: hidden;
}
.bnslybox .xpbottomleft {
	width: 100%;
}
.bnslybox .xpbottomleftinput {
	width: 100%;
	float: left;
}
.bnslybox .xpbottomleftimg {
	float: left;
	width: 115px;
	height: 40px;
	margin-left: 0;
}
.bnslybox .xpbottomleftimg img {
	width: 100%;
	height: 100%;
}
.bnslybox .xpbottomright {
	float: right;
	color: #394854;
	font-size: 16px;
	line-height: 38px;
	width: 100%;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #394854;
	border-radius: 3px;
	height: 40px;
	padding-left: 4px;
}

.bnslybox .xpbottomright input {
	width: 30px;
	height: 30px;
	border: 1px solid #394854;
	border-radius: 3px;
	background: #fff;
	appearance: none;
	float: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	cursor: pointer;
	vertical-align: revert !important;
	margin-right: 48px;
}

.bnslybox .xpbottomright input[type="checkbox"]:checked {
    background: url(../img/c3_icon13.svg) #E0E0E8;
		border: 1px solid #394854;
		box-shadow: inset 0 0 0 0px white;
}

.bnslybox .tjly3 {
	width: 100%;
	height: 51px;
	line-height: 51px;
	border-radius: 26px;
	margin-top: 50px;
	font-size: 16px;
}



.bnslybox .mglyxiala {
  width: 100%;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  height: 40px;
  overflow: hidden;
}

.bnslybox .mglyxiala select {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  color: #394854;
  font-size: 16px;
  line-height: 38px;
  padding-left: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: url(../img/c3_icon14.svg) calc(100% - 6px) 50% / auto 32px no-repeat, #fff;
  transition: opacity 0.2s; /* 平滑过渡 */
}

/* 关键：默认未选择有效选项时（显示先生/女士），透明度0.5 */
.bnslybox .mglyxiala select:invalid {
  opacity: 0.5;
}

/* 已选择先生/女士时，透明度1 */
.bnslybox .mglyxiala select:valid {
  opacity: 1;
}

/* 下拉列表中的默认提示文字仍保留透明度（可选，不影响主视觉） */
.bnslybox .mglyxiala select option:first-child {
  opacity: 0.5;
  color: #394854;
}

.bnslybox .mglyxiala select option {
  color: #394854;
  opacity: 1;
}



.bnslybox select {
	outline: none;
	border: none;
}
.bnslybox .xyzxwtbox {
	width: 100%;
	height: 68px;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 0px;
	overflow: hidden;
	margin-top: 45px;
}
.bnslybox .xyzxwtbox textarea {
	width: 100%;
	line-height: 38px;
	background: #fff;
	border: none;
	color: #394854;
	font-size: 16px;
	padding-left: 19px;
	padding-right: 19px;
	height: 100%;
	resize: none;
}
.bnslybox .xyzxwtbox textarea::placeholder {
	color: #394854;
	font-size: 16px;
	opacity: 0.5;
}


.bnslybox .mglyinput {
	width: 100%;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	height: 40px;
	overflow: hidden;
}
.bnslybox .mglyinput input {
	width: 100%;
	height: 100%;
	background: #fff;
	border: none;
	color: #394854;
	font-size: 16px;
	line-height: 38px;
	padding-left: 19px;
}
.bnslybox .mglyinput input::placeholder {
	color: #394854;
	font-size: 16px;
	opacity: 0.5;
}
.bnslybox .xpbottom .mglyinput input {
	width: calc(100% - 115px);
	float: left;
}





.cont-concern {
	width: 100%;
	background: url(../img/contactnewbg.jpg) no-repeat center top;
	background-size: 100% auto;
	position: relative;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
.gzwmbox {
	width: 521px;
	height: 374px;
	margin: 0 auto;
	position: relative;
}
.gzwminner {
	width: 521px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.gzwmitem {
	transition: all .4s;
	display: none;
	padding: 64px 0px 0px 64px;
	border-radius: 64px 64px 0px 64px;
	background: #FFF;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);
	height: 100%;
}
.gzwmitem.act {
	display: block;
	animation: move .4s ease-in-out;
}
@keyframes move{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-40px);
    }
    100%{
        transform: translateY(0px);
    }
}
.footerwxxbox {
	display: flex;
	align-items: center;
	margin-top: 48px;
}
.footerwxxico {
	width: 62px;
}

.wxgzgdtitle {
	color: #404040;
	font-size: 24px;
	line-height: 36px;
}
.wxgzgdxwz {
	color: #7f7f7f;
	font-size: 16px;
	line-height: 36px;
}
.wxbottomrightwzbox {
	margin-left: 24px;
}





.cont-concern .footercenteritemtext {
	color: #000000;
	padding-top: 7px;
}


.gzwmitemqq {
	display: flex;
	align-items: center;
}
.gzwmitemqqerwem {
	width: 165px;
}
.gzwmitemqqerwem img {
	width: 100%;
}
.gzwmitemqqico {
	width: 57px;
	margin-left: 98px;
}
.gzwmitemqqico img {
	width: 100%;
}
.gzwmitemqqbottom {
	margin-top: 34px;
}




.gzwmitemwltyico {
	width: 128px;
}
.gzwmitemwltyico img {
	width: 100%;
}
.gzwmitemwltytitle {
	color: #404040;
	font-size: 28px;
	line-height: 36px;
	margin-top: 20px;
}
.gzwmitemwltydesc {
	color: #7f7f7f;
	font-size: 16px;
	line-height: 36px;
	margin-top: 4px;
}
.gzwmitemwltyurl {
	margin-top: 20px;
}
.gzwmitemwltyurl a {
	color: #2459a6;
	font-size: 18px;
	line-height: 47px;
	display: block;
}


.lxmgxdbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lxmgxdbox div {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .25s all;
}
.lxwx {
	width: 252px;
}
.lxqq {
	width: 135px;
}
.lxvk {
	width: 119px;
}
.lxline {
	width: 170px;
}
.lxwhatsapp {
	width: 148px;
}
.lxin {
	width: 190px;
}









.jswjnewbox {
	width: 1280px;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
}
.jswjnew {
	width: 650px;
	float: right;
}
.jswjnewitem {
	width: 100%;
}
.jswjnewitem a {
	display: flex;
	width: 100%;
	height: 105px;
	border-bottom: 1px solid rgba(255, 255, 255, .39);
	padding-left: 30px;
	padding-right: 25px;
	align-items: center;
  justify-content: space-between;
}
.jswjnewitemtitle {
	color: #ffffff;
	font-size: 22px;
	line-height: 105px;
	width: calc(100% - 100px);
	height: 105px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: .25s all;
}
.jswjnewitemarrow {
	width: 17px;
	opacity: 0;
	transition: .25s all;
}
.jswjnewitemarrow img {
	width: 100%;
}
.jswjnewitem:hover .jswjnewitemtitle {
	color: #c84221;
	font-weight: bold;
}
.jswjnewitem:hover .jswjnewitemarrow {
	opacity: 1;
}








.sanji {
	width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #1c6bcc;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* margin-bottom: 50px; */
	/*height: 70px;*/
	position: relative;
	z-index: 8;
}
.sanjiitem {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.sanjiitem a {
	display: inline-block;
	font-size: 12px;
	line-height: 70px;
	color: #fff;
}
.sanjiitemxz a {
	font-weight: bold;
	opacity: 1;
}
.sanjiitemxz:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-bottom: 8px solid #fff;
}










.qywhupbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}
.qywhupitem {
	width: 20%;
	position: relative;
	transition: .25s all;
}
.qywhupitem:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .49);
	left: 0;
	top: 0;
}
/* .qywhupitem:first-child {
	width: 40%;
} */
.qywhupitem:first-child::after {
	display: none;
}
.qywhupitemtop {
	opacity: 0;
	transition: .25s all;
}
.qywhupitemtopbottom {
	text-align: center;
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: .25s all;
}
.qywhupitemicobottom {
	width: 46px;
	margin-left: auto;
	margin-right: auto;
}
.qywhupitemicobottom img {
	width: 100%;
}
.qywhupitemtitlebottom {
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	margin-top: 32px;
}


.qywhupitem {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 64px;
}
.qywhupitemico {
	width: 46px;	
}
.qywhupitemico img {
	width: 100%;
}
.qywhupitemtitle {
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	margin-top: 20px;
}
.qywhupitemdesc {
	color: #ffffff;
	font-size: 22px;
	line-height: 44px;
	margin-top: 142px;
	opacity: 0;
	transition: .25s all;
}


.qywhupitemxz {
	width: 40%;
	background: #005acf;
}
.qywhupitemxz .qywhupitemtop {
	opacity: 1;
}
.qywhupitemxz .qywhupitemdesc {
	opacity: 1;
}
.qywhupitemxz .qywhupitemtopbottom {
	opacity: 0;
}





.hbzzbox {
	position: relative;
	margin-top: 55px;
}
.hbzzbox .swiper-slide img {
	width: 100%;
}



.zzzjt {
	width: 13px;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8;
	cursor: pointer;
}
.zzzjt img {
	width: 100%;
}

.zzyjt {
	width: 13px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8;
	cursor: pointer;
}
.zzyjt img {
	width: 100%;
	transform-origin: center;
	transform: rotate(180deg);
}

.ryzzbottombox {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}
.ryzzinnerbox {
	width: 1480px;
	margin-left: -100px;
}
.ryzzbottomitem {
	width: 242px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.ryzzbottomitembg {
	width: 100%;
	position: relative;
}
.ryzzbottomitembg img {
	width: 100%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	filter: brightness(0) saturate(100%);
	opacity: 0.3;
}
.ryzzbottomitemtitle {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-left: 30px;
	padding-right: 30px;
}
.ryzzinnerbox .swiper-slide-active .ryzzbottomitembg img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.zlzs {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-top: 85px;
}

.qywhpicbox {
	width: 100%;
	position: relative;
}
.qywhpic {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .25s all;
}
.qywhpic img {
	width: 100%;
}
.qywhpicxz {
	position: relative;
	opacity: 1;
}