/*fullPage dots*/
#rmenu {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 30px;
	display: none;
	transform: translateY(-50%);
	text-align: right;
}

.rmenum_a {
	font-size: 12px;
	line-height: 22px;
	position: relative;
	display: inline-block;
	height: 22px;
	padding-right: 34px;
	letter-spacing: 2px;
}

.rmenum_a span {
	display: inline-block;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.active .rmenum_a span {
	opacity: 1;
}

.active .rmenum_a {
	color: var(--main-color);
}

.rmenum_a i {
	position: absolute;
	top: 10px;
	right: 0;
	width: 12px;
	height: 2px;
	transition: all 0.5s ease-in-out;
	background: rgba(0, 0, 0, 0.2);
}

.active .rmenum_a i {
	width: 24px;
	background: var(--main-color);
}


/*banner*/
.page1Swiper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.page1Swiper .swiper-button-prev:after,
.page1Swiper .swiper-button-next:after{
	font-size: 32px;
	color:#fff;
}
.page1Swiper .swiper-slide {
	position: relative;
	font-size: 0;
}

.page1Swiper .swiper-slide:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";
	background: url(../images/fsLine.png) repeat-x left top;
}
.page1Swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page1Swiper .swiper-pagination span{
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #fff;
	border: 2px solid #fff;
}
.page1Swiper .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: transparent;
	border-color: var(--main-color);
}



/*page2*/
.Page2 .hmPubBtn {
	line-height: 46px;
	height: 48px;
	border: 1px solid #fff;
	background: none;
}

.Page2 .hmPubBtn:hover, .Page2 .hmPubBtnWpr:hover .hmPubBtn {
	transform: translateY(0);
	border: 1px solid var(--main-color);
	background: var(--main-color);
	box-shadow: none;
}



.catInxbgs {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.catInxbg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.catInxbg.on {
	visibility: visible;
	opacity: 1;
}

.catInxbg .bgImg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.catInxbg .bgImg:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";
	background: url(../images/fsLine.png) repeat-x left top;
}

.catInxtxtWpr {
	position: absolute;
	top: 50%;
	left: 0;
	visibility: hidden;
	width: 100%;
	transition: all 0.3s ease-in-out;
	transform: translateY(-50%);
	text-align: right;
	opacity: 0;
}
.swiper-slide-active .catInxtxtWpr,
.catInxtxtWpr.on {
	visibility: visible;
	opacity: 1;
}

.catInxtxt {
	display: inline-block;
	text-align: left;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.catInxtxt strong {
	font-size: 52px;
	font-weight: 500;
	line-height: 62px;
	display: block;
	transition: all 0.8s ease-in-out;
	transform: translateY(100px);
	letter-spacing: 3px;
	opacity: 0;
}

.catInxtxt p {
	font-size: 24px;
	font-weight: 100;
	line-height: 38px;
	margin: 15px 0px 45px;
	transition: all 0.8s ease-in-out;
	transform: translateY(100px);
	letter-spacing: 2px;
	opacity: 0;
}

.catInxtxt div {
	transition: all 0.8s ease-in-out;
	transform: translateY(100px);
	opacity: 0;
}

.on .catInxtxt strong {
	transition-delay: 0.1s;
	transform: translateY(0);
	opacity: 1;
}

.on .catInxtxt p {
	transition-delay: 0.3s;
	transform: translateY(0);
	opacity: 1;
}

.on .catInxtxt div {
	transition-delay: 0.4s;
	transform: translateY(0);
	opacity: 1;
}

.catInxNavWpr {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	z-index: 5;
}
.catInxNav.swiper,
.catInxNav {
	/*height: 90px;*/
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.65);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.catInxNav li {
	float: left;
	width: 25%;
}

.catInxNav_a {
	font-size: 24px;
	line-height: 90px;
	display: block;
	height: 90px;
	text-align: center;
	color: #100;
}
.swiper-slide-thumb-active .catInxNav_a,
.catInxNav_a.on {
	color: #fff;
	border-radius: 6px;
	background: var(--main-color);
	box-shadow: 0 5px 15px rgba(181, 0, 31, 0.3);
}

.catInxNav_a text, .catInxNav_a .catInxicon {
	vertical-align: middle;
}

.catInxicon {
	/*position: relative; */
	/* top: 15px; */
	display: inline-block;
	/* margin-right: 10px; */
	line-height: 60px;
	height: 60px;
	padding: 6px 0;
}

.catInxicon img {
	transition: all 0.5s ease-in-out;
	height: 100%;
}

.catInxicon img:nth-child(2) {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*opacity: 0;*/
	display: none;
}

.catInxNav_a strong {
	font-weight: normal;
}
.swiper-slide-thumb-active .catInxNav_a .catInxicon img,
.catInxNav_a.on .catInxicon img {
	display: none;
}
.swiper-slide-thumb-active .catInxNav_a .catInxicon img:nth-child(2),
.catInxNav_a.on .catInxicon img:nth-child(2) {
	display: block;
}

/*page3*/
.Page3 .hmPubBtn {
	line-height: 46px;
	height: 48px;
	color: #333;
	border: 1px solid #333;
	background: none;
}

.Page3 .hmPubBtn:hover, .Page3 .hmPubBtnWpr:hover .hmPubBtn {
	transform: translateY(0);
	color: #fff;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	box-shadow: none;
}

.Page3 .hmPubBtn:after {
	background: url(../images/hmBan_sar3.png) no-repeat center center;
}

.Page3 .hmPubBtn:hover:after {
	background: url(../images/hmBan_sar.png) no-repeat center center;
}
.about_ImgBG {
	position: relative;
	height: 100vh;
}

.about_ImgBG:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: "";
	background: url(../images/fsLine.png) repeat-x left top;
}

.about_txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.about_txt strong {
	font-size: 52px;
	font-weight: 600;
	line-height: 62px;
	display: block;
}

.about_txt p {
	font-size: 20px;
	/*font-weight: 300;*/
	line-height: 38px;
	margin: 15px 0 45px;
}

/*page4*/

.other_top {
	margin-top: 90px;
	padding: 2.6vw 33.33% 0.93vw 46px;
	background: url(../images/hmc4bg.jpg) no-repeat right center;
	background-size: cover;
}

.other_top h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	display: block;
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
}

.otherFrom {
	margin: 22px -12px 0px;
}

.otherFrom li {
	float: left;
	width: 50%;
	margin-bottom: 22px;
	padding: 0px 12px;
}

.other_inx {
	position: relative;
	height: 56px;
}

.other_inx input {
	font-size: 16px;
	line-height: 54px;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	color: #666;
	border: 1px solid #FFF;
	border-radius: 0.2em;
	background: #fff;
}

.other_inx input:focus {
	border: 1px solid #CCC;
}

.other_inx select {
	font: 16px/54px "微软雅黑";
	width: 100%;
	height: 56px;
	padding-right: 36px;
	padding-left: 20px;
	opacity: 1;
	color: #999;
	border: 1px solid #fff;
	border-radius: 0.2em;
	background: #fff url(../images/hmsar.png) no-repeat calc(100% - 20px) center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.other_inx button {
	font-size: 20px;
	line-height: 56px;
	position: relative;
	display: block;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	cursor: pointer;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0.2em;
	background: var(--main-color);
}

.other_inx button:hover {
	box-shadow: 0 10px 30px rgba(181, 0, 31, 0.3);
}

.page4Swiper {
	margin-top: 3.02vw;
}


.other_a {
	display: block;
}

.other_a .overflowHide {
	height: 261px;
}

.other_bmTxt {
	padding: 2.08vw 1.82vw 10px;
}

.other_bmTxt p {
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

.other_bmTxt strong {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	margin: 8px 0px 1.45vw;
	letter-spacing: 2px;
}

.other_bmTxt span {
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	letter-spacing: 2px;
	color: var(--main-color);
}
.other_inx button {
	line-height: 54px;
	height: 56px;
	color: #333;
	border: 1px solid #ddd;
	background: none;
}
.other_inx button:hover {
	transform: translateY(0);
	color: #fff;
	border: 1px solid var(--main-color);
	background: var(--main-color);
	box-shadow: none;
}

@media (max-width: 1799px){
	.catInxtxt strong {
		font-size: 40px;
		line-height: 50px;
	}

	.catInxtxt p {
		font-size: 20px;
		line-height: 32px;
	}

	.catInxNav_a {
		font-size: 20px;
	}

	.about_txt strong {
		font-size: 40px;
		line-height: 50px;
	}

	.about_txt p {
		font-size: 20px;
		line-height: 32px;
	}

	.other_a .overflowHide {
		height: 200px;
	}

	.page4Swiper {
		margin-top: 18px;
	}

	.other_top h4 {
		font-size: 20px;
		line-height: 22px;
	}

	.otherFrom li {
		margin-bottom: 12px;
		padding: 0 6px;
	}

	.otherFrom {
		margin: 15px -6px 0px;
	}

	.other_bmTxt {
		padding: 1.28vw 1.82vw 10px
	}

	.other_bmTxt strong {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 1.2vw;
	}

	.other_top {
		margin-top: 80px;
	}

	.other_inx button {
		font-size: 18px;
	}

}
@media (max-width: 1279px) {
	#rmenu {
		right: 10px;
	}
	.other_a .overflowHide {
		height: 160px;
	}
}
@media (max-width: 1199px){
	.fullbody .page4Swiper .swiper-pagination {
		bottom: 30px;
	}
	.fullbody .page4Swiper .swiper-pagination span {
		vertical-align: middle;
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: 0px 5px;
		background: #ccc;
		opacity: 1;
	}
	.fullbody .page4Swiper .swiper-pagination span.swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
		background: var(--main-color)
	}
}

@media (max-width: 993px){
	.page1Swiper{
		height: 550px;
	}
	.Page2 {
		position: relative;
	}

	.catInxbgs {
		/*height: 550px;*/
	}

	.catInxtxt strong {
		font-size: 30px;
		line-height: 42px;
	}

	.catInxtxt p {
		font-size: 16px;
		margin: 10px 0px 26px
	}

	.catInxNav_a {
		font-size: 18px;
	}

	.catInxtxt {
		padding-bottom: 50px;
	}

	.Page3 {
		position: relative;
	}
	.about_txt strong {
		font-size: 32px;
		line-height: 42px;
	}

	.about_ImgBG {
		/*height: 550px;*/
	}

	.about_txt p {
		font-size: 16px;
	}

	.about_txt {
		/*padding-bottom: 80px;*/
	}

	.other_top {
		margin-top: 60px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.other_inx button {
		font-size: 16px;
	}

	.other_bmTxt strong {
		font-size: 16px;
	}

	.page4Swiper {
		padding-bottom: 40px;
	}

}
@media (max-width: 767px){
	.page1Swiper{
		height: 100vh;
	}
	.Page2 .hmPubBtn {
		text-align: left;
	}
	.fullbody #rmenu {
		display: none !important;
	}
	.fullbody .catInxbgs {
		height: 100vh;
	}
	.catInxtxtWpr{
		transform: translateY(-100%);
	}
	.catInxicon {
		display: none;
	}

	.catInxtxt {
		display: block;
		text-align: center;
	}

	.catInxNav_a {
		font-size: 15px;
		line-height: 60px;
		height: 60px;
	}

	ul.catInxNav {
		height: 60px;
	}

	.catInxtxt {
		padding-bottom: 80px;
	}

	.catInxbgs {
		height: 380px;
	}

	.catInxtxt strong {
		font-size: 24px;
		line-height: 30px;
	}

	.catInxtxt p {
		font-weight: 500;
	}

	.fullbody .about_ImgBG {
		height: 100vh;
	}
	.about_txt p {
		font-size: 14px;
		line-height: 26px;
	}

	.about_ImgBG {
		height: 380px;
	}

	.about_txt strong {
		font-size: 24px;
		line-height: 30px;
	}

	.about_txt {
		/*text-align: center;*/
		transform: translateY(-50%);
	}

	.Page3 .hmPubBtn {
		text-align: left;
	}

	.about_txt p {
		font-weight: 500;
	}

	.other_top {
		/*margin-top: 40px;*/
		padding: 25px 15px 35px;
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 80px;
	}

	.otherFrom li {
		width: 100%;
	}

	.other_inx input {
		font-size: 14px;
		line-height: 46px;
		height: 48px;
		padding-left: 15px;
	}

	.other_inx {
		height: 48px;
	}


	.other_inx button {
		line-height: 46px;
		height: 48px;
		background-color: var(--main-color);
		border-color: var(--main-color);
		color: #fff;
	}

	.other_inx select {
		font-size: 14px;
		line-height: 46px;
		height: 48px;
		padding-left: 15px;
	}

	.page4Swiper li {
		width: 100%;
		margin-top: 15px;
	}

	.other_a .overflowHide {
		height: 185px;
	}


	.fullbody .other_a .overflowHide {
		height: 220px;
	}
	.fullbody .otherFrom li {
		width: 50%;
	}
	.fullbody .otherFrom li:nth-of-type(3){
		width: 100%;
	}



	.fullbody .other_bmTxt strong {
		margin-top: 3px;
	}
}
@media (max-width: 395px){
	.catInxNavWpr {
		bottom: 100px;
	}
	.fullbody .other_top {
		margin-top: 15px;
	}

	.page4Swiper li {
		margin-top: 0;
	}
}

@media (min-width: 993px) {
	.catInxtxtWpr .container {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 80px);
		opacity: 0;
	}

	.active .catInxtxtWpr .container {
		transition-delay: 0.4s;
		transform: translate(0px, 0px);
		opacity: 1;
	}

	.catInxNavWpr {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 80px);
		opacity: 0;
	}

	.active .catInxNavWpr {
		transition-delay: 0.6s;
		transform: translate(0px, 0px);
		opacity: 1;
	}



	.about_txt strong {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 50px);
		opacity: 0;
	}

	.active .about_txt strong {
		transition-delay: 0.4s;
		transform: translate(0px, 0px);
		opacity: 1;
	}

	.about_txt p {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 50px);
		opacity: 0;
	}

	.active .about_txt p {
		transition-delay: 0.6s;
		transform: translate(0px, 0px);
		opacity: 1;
	}

	.about_txt div {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 50px);
		opacity: 0;
	}

	.active .about_txt div {
		transition-delay: 0.8s;
		transform: translate(0px, 0px);
		opacity: 1;
	}

	.other_top {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 80px);
		opacity: 0;
	}

	.active .other_top, .active2 .other_top {
		transition-delay: 0.4s;
		transform: translate(0px, 0px);
		opacity: 1;
	}

	.page4Swiper {
		transition: all 0.5s ease-in-out;
		transform: translate(0px, 80px);
		opacity: 0;
	}

	.active .page4Swiper, .active2 .page4Swiper {
		transition-delay: 0.6s;
		transform: translate(0px, 0px);
		opacity: 1;
	}
}