@font-face {
	font-family: 'iconfont';
	/* Project id 2744482 */
	src: url('../fonts/font_2744482_wgoa94jbtci.woff2') format('woff2'),
		url('../fonts/font_2744482_wgoa94jbtci.woff') format('woff'),
		url('../fonts/font_2744482_wgoa94jbtci.ttf') format('truetype');
}

@font-face {
	font-family: 'syst';
	src: url('../fonts/syst.ttf');
}

@font-face {
	font-family: 'Hel';
	src: url('../fonts/HelveticaNeueLTStd-LtCn_0.eot');
	src: local('☺'), url('../fonts1/HelveticaNeueLTStd-LtCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-LtCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-LtCn_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hel-01';
	src: url('../fonts/HelveticaNeueLTStd-Th_0.eot');
	src: local('☺'), url('../fonts1/HelveticaNeueLTStd-Th_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Th_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hel-02';
	src: url('../fonts/HelveticaNeueLTStd-MdCn_0.eot');
	src: local('☺'), url('../fonts1/HelveticaNeueLTStd-MdCn_0.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-MdCn_0.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-MdCn_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*鏁翠綋閮ㄥ垎*/
::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

/*婊戝姩杞ㄩ亾*/
::-webkit-scrollbar-track {
	border-radius: 0;
	background: #555555;
}

/*婊戝潡*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #e60012;
}

/*婊戝潡鏁堟灉*/
::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.4);
}

body {
	width: 100%;
	background: #281718 scroll;
	background: #2e0407 scroll;
	/* padding-left: 100px;
	padding-right: 100px; */
	background-image: url(/template/default/picture/allbg.png);
	background-repeat: repeat;
}

main {
	/* border-left: 1px solid #85000a; */
	/* border-right: 1px solid #85000a; */
}

header {
	width: 100%;
	padding: 30px 140px 20px 35px;
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s all ease-in-out;
}

.headerActive {
	background: rgb(181 147 110 / 85%);
}

header .logo {
	/* width: 11vw; */
	display: block;
}

header .logo img {
	width: 100%;
}

header nav {
	position: relative;
	/*right: 10vw;*/
}

header nav ul {
	display: flex;
}

header nav ul li {
	line-height: 3vw;
	width: 6.8vw;
	text-align: center;
}

header nav ul li a {
	color: #f5f5f5;
	font-size: 16px;
	width: 100%;
	line-height: 3vw;
	display: block;
	transition: 0.3s;
}

header nav ul li:hover a {
	color: #e60012;
}

/* 头部二级导航 */

.navtbtn .twoNav {
	display: none;
	position: absolute;
	z-index: 11;
	padding-top: 10px;
	transition: all .5s;
	transform: translateY(20px);
	opacity: 0;
}

.navtbtn .twoNav ul {
	background-color: #fff;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 0px 3px #b5936e;
	box-sizing: border-box;
	width: 6.8vw;
}

.navtbtn .twoNav.on {
	opacity: 1;
	transform: translateY(0px);
}

.navtbtn .twoNav li a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	transition: all .5s;
	padding: 10px 0;
	border-radius: 4px;
	line-height: 1.8vw;
}

.navtbtn .twoNav li a:hover {
	background-color: #b5936e;
	color: #fff;
}

.navtbtn .twoNav li {
	width: 100%;
}

.leftNav {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 30px;
	z-index: 999;
}

.leftNav .wechat {
	color: white;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #e60012;
	border-radius: 100px;
	position: relative;
}

.leftNav .wechat .qrcode {
	width: 0;
	height: 0;
	position: absolute;
	background: white;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.leftNav .wechat .qrcode img {
	width: 100%;
}

.leftNav .wechat:hover .qrcode {
	opacity: 1;
	right: 50px;
	width: 100px;
	height: 100px;
}

.leftNav .weibo {
	color: white;
	font-size: 30px;
	text-align: center;
	margin-bottom: 1rem;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #e60012;
	border-radius: 100px;
	position: relative;
}
.leftNav .weibo .wbcode {
	width: 0;
	height: 0;
	position: absolute;
	background: white;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.leftNav .weibo .wbcode img {
	width: 100%;
}

.leftNav .weibo:hover .wbcode {
	opacity: 1;
	right: 50px;
	width: 100px;
	height: 100px;
}

.rightNavPhone {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 999;
}

.rightNavPhone .phone {
	width: 40px;
	height: 40px;
	background: #e60012;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.rightNavPhone .phone i {
	color: #fff;
	font-size: 22px;
	position: relative;
	line-height: 40px;
}
.rightNavPhone .phone .telnum{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	transition: 0.3s all ease-in-out;
	font-family: syst;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1;
	border-radius: 100px;
	color: #fff;
	padding: 0px 0px;
	background-color: #e60012;
	font-size: 0;
	overflow: hidden;
}
.rightNavPhone .phone:hover .telnum {
	opacity: 1;
	right: 50px;
	width: auto;
	height: auto;
	padding: 12px 30px;
	font-size: 20px;
}


.rightNav {
	position: fixed;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 100;
}

.rightNav .item {
	position: relative;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 55px;
	line-height: 2.2vw;
	font-size: 16px;
	pointer-events: auto;
	cursor: pointer;
	color: #000;
	transition: 0.5s;
	margin-bottom: 10px;
	text-align: center;
}

.rightNav .item span {
	position: relative;
	color: #fff;
}

.rightNav .item::before {
	content: "";
	position: absolute;
	width: 5.5px;
	height: 100%;
	right: -0.5px;
	background-color: #b5936e;
	z-index: -1;
	transition: 0.5s;
	border-radius: 5px 0px 5px 0px;
}

.rightNav .item:hover::before {
	width: 100%;
}

.rightNav .item:hover {
	transform: translateX(-25px);
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	top: 30px;
	width: 70px;
	height: 70px;
	z-index: 1000;
	cursor: pointer;
	opacity: 1;
	visibility: inherit;
	line-height: 70px;
}

.scroll-to-top img {
	width: 100%;
	transition: 0.1s all;
}

.scroll-to-top .box-numbber {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 35px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.scroll-to-top .box-numbber span {
	font-size: 14px;
	font-family: impact;
	letter-spacing: 1px;
}

.more {
	width: 210px;
	height: 60px;
	line-height: 60px;
	background-color: #e60012;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #f5f5f5;
	text-align: center;
	cursor: pointer;
	margin: 30px 0;
	transition: 0.8s;
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 14%);
}

.more:hover {
	border-radius: 100px;
}

.title {
	color: #f5f5f5;
	text-align: center;
	margin-bottom: 70px;
}

.title.titlepro {
	text-align: left;
	color: #e60012;
}

.title .en {
	font-size: 17px;
	letter-spacing: 1px;
	color: #b5936e;
	font-weight: bold;
	font-family: syst;
}

.title .cn {
	letter-spacing: 3px;
	font-size: 50px;
	font-weight: bold;
	font-family: syst;
}

footer {
	width: 100%;
}

footer .footer {
	padding: 5vw 6vw 0 6vw;
	display: flex;
	justify-content: space-between;
}

footer .footer .ftlf {
	width: 28%;
	border-right: 1px dashed #584948;
}

footer .footer .ftct {
	width: 40%;
	border-right: 1px dashed #584948;
}

footer .footer .ftrt {
	width: 18%;
}

footer .footer .left {
	color: #ffffff;
}

footer .footer .ftlogo {
	/* padding: 0 0 3vw 0; */
}

footer .footer .ftlogo img {
	width: auto;
	height: auto;
}

footer .footer .left .des {
	font-size: 16px;
	white-space: nowrap;
}

footer .footer .left .des .tel {
	font-size: 45px;
	font-family: syst;
}

footer .footer .left .des .ftli {
	padding: 3vw 0 1vw 0;
}

footer .footer .left .des .ftli span {
	display: block;
	padding: 0 0 0.8vw 0;
	color: #bbb;
}

footer .footer .left .form p {
	margin: 0 0 1vw 0;
	text-align: center;
}

footer .footer .left .form .input {
	background: #b5936e;
	border-radius: 50px;
	line-height: 40px;
	margin-bottom: 1vw;
	position: relative;
	padding: 0 1vw 0 3.5vw;
	border: 2px solid #a7845d;
}

footer .footer .left .form .input input {
	background: transparent;
	border: transparent;
	outline: none;
	position: relative;
	z-index: 1;
	width: 100%;
	line-height: 40px;
	color: #5e0007;
}

footer .footer .left .form .input span {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	font-size: 14px;
	color: #ffffff;
	z-index: 2;
	width: 2.2vw;
	text-align-last: justify;
}

footer .footer .left .form .input .yzmimg {
	position: absolute;
	right: 8px;
	height: 30px;
	line-height: 30px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	width: auto;
	border: 1px solid #a7845d;
	overflow: hidden;
	border-radius: 40px;
}

footer .footer .left .form .input .yzmimg img {
	width: auto;
	height: 100%;
}

footer .footer .left .form .sumbit {
	width: 100%;
	height: 44px;
	line-height: 40px;
	background-color: #e60012;
	border-radius: 23px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #f5f5f5;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

footer .footer .right {
	margin-top: 0.5vw;
}

footer .footer .right .level1 {
	display: inline-grid;
	padding: 0.3vw 6vw 2vw 0;
}

footer .footer .right .level1 a {
	font-size: 18px;
	margin-bottom: 1.5vw;
	color: #fff;
	font-family: syst;
}

footer .footer .right .level1 ul li {
	margin-bottom: 15px;
}

footer .footer .right .level1 ul li a {
	font-size: 14px;
	color: #bbb;
}

footer .footer .right .level1 ul li a:hover {
	color: #b5936e;
}

footer .iconBox {
	padding: 0 2vw;
	position: relative;
	display: flex;
	float: right;
	color: #e60012;
}

footer .iconBox a {
	color: #e60012;
}

footer .iconBox .weibo {
	width: 41px;
	height: 41px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

footer .iconBox .weibo i {
	font-size: 36px;
}

footer .iconBox .wechat {
	width: 41px;
	height: 41px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

footer .iconBox .wechat i {
	font-size: 28px;
	position: relative;
	top: 5px;
}

footer .iconBox .wechat .qrcode {
	width: 80px;
	height: 80px;
	position: absolute;
	background: white;
	left: 18px;
	margin-top: -7rem;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

footer .iconBox .wechat .qrcode img {
	width: 100%;
}

footer .iconBox .wechat:hover .qrcode {
	opacity: 1;
}

footer .footerInfo {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	padding: 5vw 6vw 2vw;
	color: #7c6f6f;
}

footer .footerInfo a {
	color: #7c6f6f;
	transition: 300ms;
}

footer .footerInfo a:hover {
	color: #b5936e;
}

footer .footerInfo .right {
	text-align: justify;
}

.index .f1 {
	width: 100%;
}

.index .f1 .img-swiper {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}

.img-swiper .swiper-slide .slide-inner {
	width: 100%;
	transition: 1s linear 2s;
	transform: scale(1, 1);
}

.img-swiper .swiper-slide-active .slide-inner,
.img-swiper .swiper-slide-duplicate-active .slide-inner {
	transition: 16s linear;
	transform: scale(1.2, 1.2);
}

.index .f1 .img-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .index .f1 .img-swiper .swiper-button-prev {
	background: url('../images/img3.png') center no-repeat;
	background-size: cover;
	right: 16%;
} */

/* .index .f1 .img-swiper .swiper-button-next {
	background: url('../images/img2.png') center no-repeat;
	background-size: cover;
	right: 5%;
} */

.index .f1 .img-swiper .swiper-button-next,
.index .f1 .img-swiper .swiper-button-prev {
	left: auto;
	width: 100px;
	outline: none;
	bottom: 2%;
	top: inherit;
}

.index .f1 .img-swiper .swiper-button-next:after {
	content: inherit;
	font-size: 14px;
	color: white;
}

.index .f1 .img-swiper .swiper-button-prev:after {
	content: inherit;
	font-size: 14px;
}

.index .f1 .img-swiper .swiper-pagination {
	position: absolute;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	bottom: 25px;
	z-index: 3;
}

.index .f1 .img-swiper .swiper-pagination:after {
	content: '';
	width: 300px;
	height: 300px;
	border-radius: 44%;
	background: #e60012;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	-webkit-animation: swipershubaio1 5s infinite linear;
	animation: swipershubaio1 5s infinite linear;
	background-image: linear-gradient(rgb(0 94 175 / 73%), rgb(230 0 18));
}

.index .f1 .img-swiper .swiper-pagination:before {
	content: '';
	width: 300px;
	height: 300px;
	border-radius: 35%;
	background: #e60012;
	position: absolute;
	top: 0;
	left: 0%;
	opacity: .2;
	z-index: -2;
	-webkit-animation: swipershubaio2 7s infinite linear;
	animation: swipershubaio2 7s infinite linear;

}

@-webkit-keyframes swipershubaio1 {
	0% {
		-webkit-transform: translate(-50%, -4%) rotate(0);
		transform: translate(-50%, -4%) rotate(0);
	}

	100% {
		-webkit-transform: translate(-50%, -4%) rotate(360deg);
		transform: translate(-50%, -4%) rotate(360deg);
	}
}

@keyframes swipershubaio1 {
	0% {
		-webkit-transform: translate(-50%, -4%) rotate(0);
		transform: translate(-50%, -4%) rotate(0);
	}

	100% {
		-webkit-transform: translate(-50%, -4%) rotate(360deg);
		transform: translate(-50%, -4%) rotate(360deg);
	}
}

@-webkit-keyframes swipershubaio2 {
	0% {
		-webkit-transform: translate(-60%, 5%) rotate(0);
		transform: translate(-60%, 5%) rotate(0);
	}

	100% {
		-webkit-transform: translate(-60%, 5%) rotate(360deg);
		transform: translate(-60%, 5%) rotate(360deg);
	}
}

@keyframes swipershubaio2 {
	0% {
		-webkit-transform: translate(-60%, 5%) rotate(0);
		transform: translate(-60%, 5%) rotate(0);
	}

	100% {
		-webkit-transform: translate(-60%, 5%) rotate(360deg);
		transform: translate(-60%, 5%) rotate(360deg);
	}
}

.index .f1 .img-swiper .swiper-slide {
	perspective: 50vw;
	perspective-origin: 50% 50%;
}

.index .f1 .img-swiper .swiper-pagination ul {
	width: 40px;
	line-height: 70px;
	height: 55px;
}

.index .f1 .img-swiper .swiper-pagination ul li {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -12px;
	font-size: 28px;
	font-weight: bold;
}

.index .f1 .img-swiper .swiper-pagination .total {
	margin: 0 0 0 12px;
	font-weight: bold;
}

.index .f2 {
	margin-top: 180px;
	width: 100%;
	display: flex;
}

.index .f2 .left {
	width: 52vw;
	padding-left: 5vw;
}

.index .f2 .left .titles p:nth-child(1) {
	font-family: syst;
	font-size: 68px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #b5936e;
	margin-bottom: 10px;
}

.index .f2 .left .titles p:nth-child(2) {
    font-family: syst;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #f5f5f5;
}

.index .f2 .left .info {
	width: 42vw;
	margin-top: 2vw;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #f5f5f5;
	border-top: 1px solid #85000a;
	border-bottom: 1px solid #85000a;
	padding: 2.5vw 0;
}

.index .f2 .left .info .infoImg {
	width: 4vw;
	position: absolute;
	margin-top: -9vw;
	margin-left: 25vw;
}

.index .f2 .left .info .infoImg img {
	width: 100%;
	animation: infoImgAntm 3s 0.1s ease-in-out infinite;
}

@keyframes infoImgAntm {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	20% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	30% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.index .f2 .left .des {
	width: 80%;
	margin-top: 2vw;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #f5f5f5;
	text-align: justify;

	white-space: normal;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	/* 文本行数 */
	-webkit-box-orient: vertical;
	text-indent: 2em;
}

.index .f2 .left .enImg {
	width: 38vw;
}

.index .f2 .left .enImg img {
	width: 45%;
}

.index .f2 .right {
	width: 50vw;
	padding: 0 2vw;
	border-top: 1px solid #85000a;
	border-bottom: 1px solid #85000a;
	overflow: hidden;
}

.index .f3 {
	/* margin-top: 100px; */
}

.index .f3 .f3Box {
	width: 100%;
	display: flex;
}

.index .f3 .f3Box .left {
	width: 42vw;
	margin: 0 0 0 2vw;
}

.index .f3 .f3Box .left .f3-swiper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.index .f3 .f3Box .left .f3-swiper .swiper-slide {
	position: relative;
}

.index .f3 .f3Box .left .f3-swiper .swiper-slide .tit_pro {
	position: absolute;
	right: 0;
	top: 0px;
}

.index .f3 .f3Box .left .f3-swiper .swiper-slide .tit_pro span {
	display: block;
	line-height: 60px;
	font-size: 20px;
	padding: 0px 60px;
	background: rgb(230 0 18 / 83%) url(/template/default/picture/allbg.png) repeat scroll;
	text-align: center;
	color: #fff;
	border-radius: 0px 0px 0px 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

.index .f3 .f3Box .left .f3-swiper .more {
	color: white;
	top: 35vw;
	left: 8vw;
}

.index .f3 .f3Box .left .f3-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .f3 .f3Box .left .swiper-pagination {
	width: 100%;
	position: relative;
	color: #fff;
	margin: 0 auto;
	top: 1vw;
	text-align: center;
}

.index .f3 .f3Box .left .swiper-pagination .swiper-pagination-bullet {
	width: 2vw;
	height: 5px;
	border-radius: 10px;
}

.index .f3 .f3Box .left .swiper-pagination .swiper-pagination-bullet {
	background: white;
	margin: 0 5px;
}

.index .f3 .f3Box .left .swiper-pagination .swiper-pagination-bullet-active {
	background: #9d7e5f;
}

.index .f3 .f3Box .left .more {
	margin: 0 auto;
	position: relative;
	top: -6vw;
	z-index: 200;
}

.index .f3 .f3Box .right {
	width: 45vw;
	position: relative;
	top: 18rem;
}

.index .f3 .f3Box .right .titles {
	color: white;
	text-align: center;
}

.index .f3 .f3Box .right .titles p:nth-child(1) {
	font-size: 16px;
	letter-spacing: 1px;
	color: #f5f5f5;
}

.index .f3 .f3Box .right .titles p:nth-child(2) {
	font-size: 24px;
	letter-spacing: 1px;
	color: #f5f5f5;
	font-weight: bold;
}

.index .f3 .f3Box .right .itemBox {
	width: 100%;
	display: flex;
	text-align: center;
	margin: 0 auto;
	border: solid 2px #bd8b56;
}

.index .f3 .f3Box .right .itemBox .item {
	padding: 2vw 0;
	width: 33%;
	color: #f5f5f5;
	text-align: center;
}

.index .f3 .f3Box .right .itemBox .item .img {
	width: 7vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
}

.index .f3 .f3Box .right .itemBox .item .img p {
	line-height: 1.7;
	letter-spacing: 1px;
	font-size: 16px;
}

.index .f3 .f3Box .right .infoBox {
	margin-top: 1rem;
	width: 11vw;
	height: 16vw;
	background-color: #bd8b56;
	color: white;
	border: solid 2px #e60012;
	text-align: center;
	padding-top: 5vw;
	font-size: 24px;
	display: inline-block;
}

.index .f3 .f3Box .right .infoBox p {
	margin-bottom: 2vw;
}

.index .f3 .f3Box .right .infoBox::before {
	content: '';
	position: absolute;
	left: 0;
	margin-top: -4.7vw;
	margin-left: .3vw;
	width: 10vw;
	height: 15vw;
	border: solid 2px #e60012;
}

.index .f3 .f3Box .right .itemBox2 {
	width: calc(100% - 11vw);
	height: 15.8vw;
	display: flex;
	text-align: center;
	margin-top: 1.2rem;
	margin-left: 1rem;
	border: solid 2px #bd8b56;
}

.index .f3 .f3Box .right .itemBox2 .item {
	padding: 2vw 0;
	width: 50%;
	color: #f5f5f5;
	text-align: center;
}

.index .f3 .f3Box .right .itemBox2 .item .img {
	width: 7vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
}

.index .f3 .f3Box .right .itemBox2 .item .img p {
	line-height: 1.7;
	letter-spacing: 1px;
	font-size: 16px;
}

.index .f4 {
	width: 100%;
	/* background: url('../images/img18.jpg') center no-repeat;
	background-size: cover; */
}

.index .f4 .title {
	padding: 4vw 0;
	margin-bottom: 0;
}

.adindex {
	display: flex;
	justify-content: space-between;
	padding: 0 5vw 5vw 5vw;
}

.index .f4 .itemBox {
	width: 50%;
	display: flex;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .f4 .textBoxBorder {
	width: 48%;
	height: auto;
	border: 4px solid #b5936e;
	cursor: pointer;
	margin: 0 0 1.6vw 0;
	overflow: hidden;
	transition: 500ms;
	background: transparent;
}

.index .f4 .textBoxBorder:last-child {
	margin-right: 0;
}

.index .f4 .textBoxBorder .textBox {
	background: rgb(0 0 0 / 50%);
	padding: 1vw .5vw;
	height: 100%;
}

.index .f4 .textBoxBorder .textBox .img {
	width: 5vw;
	height: 5vw;
	border: solid 1px #ffffff;
	border-radius: 5vw;
	margin: 0 auto;
}

.index .f4 .textBoxBorder .textBox .text .tit {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #b5936e;
	margin-bottom: 1vw;
	margin-top: 1vw;
	top: 0;
}

.index .f4 .textBoxBorder .textBox .text .des {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #ede3d9;
	text-align: center;
	padding: 0 2vw 1.2vw;
}

.index .f4 .textBoxBorder .textBox .text .more {
	text-align: center;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
}

.index .f4 .active .textBox {
	background: #ede3d9;
}

.index .f4 .active .textBox .img {
	background: #b5936e;
	border: 1px solid #b5936e;
}

.index .f4 .active .textBox .text .tit {
	color: #e60012;
}

.index .f4 .active .textBox .text .des {
	color: #5e5e5e;
}

.admore {}

.admore .more {
	background: url(../images/button-bg-cen.png) no-repeat scroll;
	background-size: auto 100%;
	background-position: center;
	box-shadow: none;
}

.adindex .left {
	width: 48%;
	overflow: hidden;
	position: relative;
}

.adindex .left .f3-swiper {
	position: relative;
	width: 82%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
}

.adindex .left .f3-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.adindex .left .f3-swiper .swiper-slide .tit_pro {
	position: absolute;
	right: 0;
	top: 0px;
}

.adindex .left .f3-swiper .swiper-slide .tit_pro span {
	display: block;
	line-height: 60px;
	font-size: 20px;
	padding: 0px 60px;
	background: rgb(230 0 18 / 83%) url(/template/default/picture/allbg.png) repeat scroll;
	text-align: center;
	color: #fff;
	border-radius: 0px 0px 0px 28px;
	font-weight: bold;
	letter-spacing: 1px;
}

.adindex .left .f3-swiper .more {
	color: white;
	top: 35vw;
	left: 8vw;
}

.adindex .left .f3-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	/* object-fit: cover; */
}

.adindex .left .swiper-pagination {
	width: 100%;
	position: absolute;
	bottom: 1vw;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	text-align: center;
}

.adindex .left .swiper-pagination .swiper-pagination-bullet {
	width: 2vw;
	height: 5px;
	border-radius: 10px;
}

.adindex .left .swiper-pagination .swiper-pagination-bullet {
	background: white;
	margin: 0 5px;
}

.adindex .left .swiper-pagination .swiper-pagination-bullet-active {
	background: #b5936e;
}

.adindex .left .pc {
	position: absolute;
	top: 31vw;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.adindex .left .more {
	margin: 0 auto;
}




.index .f5 {
	padding: 100px 0;
}

.index .f5 .f5-swiper {
	margin: 2vw auto;
	height: 28vw;
	overflow: hidden;
}

.index .f5 .f5-swiper .swiper-slide {
	height: 27.5vw;
	background-size: cover !important;
	transform: scale(0.8);
	transition: 1s;
	opacity: 0.5;
}

.index .f5 .f5-swiper .swiper-slide .text {
	width: 16vw;
	height: 27.5vw;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	padding: 5vw 2vw;
	color: white;
}

.index .f5 .f5-swiper .swiper-slide .text .name {
	font-size: 24px;
	letter-spacing: 1px;
	color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 1vw;
}

.index .f5 .f5-swiper .swiper-slide .text .item {
	margin-top: 1vw;
	display: flex;
}

.index .f5 .f5-swiper .swiper-slide .text .item .icon {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.index .f5 .f5-swiper .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

.index .f5 .swiper-button-next:after,
.index .f5 .swiper-button-prev:after {
	display: none;
}

.index .f5 .swiper-button-next,
.index .f5 .swiper-button-prev {
	width: 5vw;
	height: 5vw;
}

.index .f5 .swiper-button-next,
.index .f5 .swiper-container-rtl .swiper-button-prev {
	right: 14.5vw;
	top: inherit;
}

.index .f5 .swiper-button-prev,
.index .f5 .swiper-container-rtl .swiper-button-next {
	left: 13.5vw;
	top: inherit;
}

.index .f5 .more {
	text-align: center;
	margin: 0 auto;
	background: #e60012;
}

.index .f6 {
	padding: 100px 0;
	background: url(../images/img18.jpg) center no-repeat;
	background-size: cover;
}

.index .f6 .newList {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.index .f6 .newList .left {
	padding: 0 0;
	color: #fff;
	width: 48%;
}

.index .f6 .newList .left .item {
	padding: 2vw 0 2vw 7vw;
	border-bottom: 1px dashed #584948;
	position: relative;
	background-color: transparent;
}

.index .f6 .newList .left .item .num {
	width: 5vw;
	height: 5vw;
	line-height: 5vw;
	font-size: 3vw;
	font-family: syst;
	letter-spacing: 1px;
	text-align: center;
	color: #f5f5f5;
	border: 2px solid #b5936e;
	position: absolute;
	transition: 0.5s all ease-in-out;
	position: absolute;
	left: 0;
	top: 2.5vw;
	border-radius: 0px 20px 0px 20px;
}

.index .f6 .newList .left .item .name {
	font-size: 20px;
	letter-spacing: 1px;
	color: #b5936e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}

.index .f6 .newList .left .item .des {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #999;
	margin: 1vw 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index .f6 .newList .left .item .time {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ddd;
}

.index .f6 .newList .left .item:hover .num {
	background-color: #b5936e;
}

.index .f6 .newList .right {
	width: 48%;
}

.index .f6 .newList .right a {
	display: block;
	width: 100%;
	height: 34vw;
	position: relative;
	overflow: hidden;
}

.index .f6 .newList .right .tt {
	position: absolute;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 2;
	padding: 1.5vw;
}

.index .f6 .newList .right .tt span {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 0.94vw;
}

.index .f6 .newList .right .tt em {
	width: 20%;
	font-style: normal;
	font-size: 0.94vw;
	color: #999;
	text-align: right;
}

.index .f6 .newList .right .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.5s all ease-in-out;
	position: relative;
	z-index: 1;
}

.index .f6 .newList .right:hover .img {
	transform: scale(1.02);
}


.index .f6 .more {
	text-align: center;
	margin: 3vw auto 0 auto;
	background: #e60012;
}

.about .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.about .f2 {
	width: 100%;
	padding: 0 8vw 6vw 8vw;
	color: #f5f5f5;
	display: flex;
	justify-content: space-between;
}

.about .f2 .left {
	width: 40%;
	display: inline-block;
	border: 4px solid #706565;
	position: relative;
}

.about .f2 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .f2 .right {
	width: 44vw;
	display: inline-block;
	padding: 0 3vw 0 0;
	padding-bottom: 2vw;
	border-bottom: 1px solid #e60012;
	position: relative;
}

.about .f2 .right .imgIcon {
	width: 98px;
	position: absolute;
	right: 6vw;
}

.about .f2 .right .title {
	text-align: left;
	margin-bottom: 30px;
}

.about .f2 .right .des {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 1.7;
}

.about .f2 .right .des p {
	text-indent: 2em;
	line-height: 2em;
	color: #efe3dd;
}

.about .f2 .left .imgIcon2 {
	width: 12vw;
	position: absolute;
	left: -3vw;
	bottom: -1vw;
}

.about .f2 .left .imgIcon2 img {
	animation: infoImgAntm 3s 0.1s ease-in-out infinite;
	width: 5vw;
}

.about .f3 {
	width: 100%;
	background-size: cover !important;
}

.about .f3 .text {
	color: #f5f5f5;
	padding: 10vw 0;
	text-align: center;
}

.about .f3 .text .title {
	margin-bottom: 20px;
	text-align: center;
}

.about .f3 .text .name {
	font-size: 24px;
	margin-bottom: 3rem;
	color: #b5936e;
}

.about .f3 .text .des {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 2.2;
}

.secab .f5 {
	background: rgb(230 0 18 / 36%);
}

.secab .f5 .swiper-slide span {
	position: absolute;
	bottom: 2vw;
	left: 50%;
	transform: translate(-50%, 0);
	color: #b5936e;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0.55vw 2vw;
	background-color: rgba(0, 0, 0, 0.5);
}

.index .f4 .adab .itemBox {
	width: 100%;
}

.index .f4 .adab .itemBox .textBoxBorder {
	width: 23%;
}

/* 荣誉 */
.hxHonor .abttitle {
	width: 80%;
	margin: 0 auto;
}

.hxHonor .img {
	height: 320px
}

.hxHonor .swiper-slide {
	width: unset;
}

.hxHonor {
	padding: 60px 0;
}

.hxHonor .box {
	padding: 0 40px;
}

.hxHonor-scrollbar {
	width: 400px;
	height: 4px;
	background-color: rgb(181 147 110 / 25%);
	opacity: 1 !important;
	margin: 60px auto;
	border-radius: 2px;
}

.hxHonor-scrollbar .swiper-scrollbar-drag {
	background-color: #e60012;
}

.hxHonor .swiper-slide h1 {
	text-align: center;
	margin-top: 16px;
	font-weight: bold;
	font-size: 18px;
	color: #b5936e;
}

@media only screen and (max-width:1024px) {
	.hxHonor .img {
		height: 52vw;
		width: auto;
	}

	.hxHonor .box {
		padding: 6vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hxHonor .swiper-slide h1 {
		font-size: 4vw;
	}

	.hxHonor-scrollbar {
		margin: 4vw auto;
		width: 90%;
	}

	.hxHonor {
		padding-bottom: 0;
	}
}

.morebtn {
	display: flex;
	justify-content: center;
}

/* 产品二级 */

.product .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.product .f2 {
	background: #e60012;
	width: 100%;
}

.product .f2 .title {
	margin-bottom: 1rem;
}

.product .f2 .hr-solid-content {
	color: #f5f5f5;
	border: 0;
	font-size: 12px;
	padding: 1em 0;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}

.product .f2 .hr-solid-content::before {
	content: attr(data-content);
	position: absolute;
	padding: 0 1ch;
	line-height: 1px;
	border: solid #d0d0d5;
	border-width: 0 5vw;
	width: fit-content;
	/* for 不支持fit-content浏览器 */
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}

.product .f2 .itemBox {
	width: 100%;
	padding: 1vw 10vw;
	display: flex;
}

.product .f2 .itemBox .item {
	width: 33%;
	color: #f5f5f5;
	text-align: center;
}

.product .f2 .itemBox .item .img {
	width: 10vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.product .f2 .itemBox .item .img p {
	margin-top: 2vw;
	font-size: 16px;
	line-height: 1.7;
}

.product .f2 .itemBox::before {
	content: '';
	width: 50vw;
	height: 1px;
	background: #bd8b56;
	position: absolute;
	margin-left: 10vw;
	margin-top: 9rem;
	z-index: 1;
}

.product .f2 .itemBox2 {
	width: 100%;
	display: flex;
	padding: 1vw 15vw;
}

.product .f2 .itemBox2 .item {
	width: 50%;
	color: #f5f5f5;
	text-align: center;
	border-right: 1px solid #bd8b56;
}

.product .f2 .itemBox2 .item .img {
	width: 15vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.product .f2 .itemBox2 .item .img img {
	width: 5vw;
	margin: 0 auto;
}

.product .f2 .itemBox2 .item .img p {
	margin-top: 2vw;
	font-size: 16px;
	line-height: 1.7;
}

.product .f2 .itemBox2 .item:last-child {
	border-right: transparent;
}

.product .f3 {
	width: 100%;
	height: 47vw;
	margin-bottom: 33rem;
	background-size: cover !important;
}

.product .f3 .borBox {
	width: 20vw;
	border: 1px solid #e1bfac;
	position: relative;
	top: 2vw;
	left: 3vw;
}

.product .f3 .borBox .textBox {
	width: 18vw;
	padding: 3vw;
	margin: 1vw;
	background: white;
}

.product .f3 .borBox .textBox .title {
	text-align: left;
	margin-bottom: 20px;
	color: #e60012;
}

.product .f3 .borBox .textBox .name {
	font-size: 24px;
	margin-bottom: 3rem;
	color: #e60012;
}

.product .f3 .borBox .textBox .des {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #5e5e5e;
}

.product .f3 .specialBox {
	width: 100%;
	display: flex;
	position: relative;
	margin-top: 18rem;
}

.product .f3 .specialBox .item {
	width: 33%;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.product .f3 .specialBox .item .img {
	width: 22vw;
	margin: 0 auto;
	padding-bottom: 1rem;
	transition: 0.5s all ease-in-out;
}

.product .f3 .specialBox .item .name {
	font-size: 24px;
	font-weight: bold;
}

.product .f3 .specialBox .item .des {
	margin-top: 1vw;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: 16px;
	opacity: 0.6;
}

.product .f3 .specialBox .item:hover .img {
	transform: rotate(45deg);
}

.product .f4 .itemBox .item {
	width: 100%;
	display: inline-block;
	margin-bottom: 3vw;
}

.product .f4 .itemBox .item .img {
	width: 60vw;
	display: inline-block;
	float: left;
}

.product .f4 .itemBox .item .text {
	width: 30vw;
	height: 13vw;
	background: url('../images/img35.png') center no-repeat;
	background-size: cover !important;
	display: inline-block;
	position: absolute;
	padding: 3vw;
	color: white;
	right: 9vw;
	margin-top: 25rem;
}

.product .f4 .itemBox .item .text .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2rem;
}

.product .f4 .itemBox .item .text .des {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
}

.product .f4 .itemBox .item:nth-child(even) .img {
	float: right;
}

.product .f4 .itemBox .item:nth-child(even) .text {
	right: inherit;
	left: 9vw;
}

.product .f4 .more {
	margin: 0 auto;
}

.product .f5 {
	/* margin-top: 3vw; */
}

.f5 .tabBox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.f5 .tabBox a {
	border: 1px solid #e60012;
	padding: 15px 30px;
	font-size: 16px;
	margin: 0 5px;
	cursor: pointer;
	color: #e60012;

}

.f5 .tabBox a:hover {
	background: #e60012;
	color: #fff;
}

.f5 .tabBox .active {
	background: #e60012;
	color: #fff;
}

.product .f5 .itemBox {
	width: 100%;
	display: inline-block;
	padding: 6vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product .f5 .itemBox:after {
	content: '';
	flex: auto;
	/* 或者flex: 1 */
}

.product .f5 .itemBox .item {
	width: 33.33%;
	height: auto;
	display: inline-block;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
	margin: 0 0 3vw 0;
}

.product .f5 .itemBox .item .img {
	width: 90%;
	margin: 0 auto;
	border: 5px solid rgba(181, 147, 110, 0.2);
	overflow: hidden;
	
}

.product .f5 .itemBox .item .text {
	width: 100%;
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 1vw 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
}



.product .f5 .itemBox .item:nth-child(3n) {
	margin-right: 0;
}

.product .f5 .itemBox .item:hover {
	transform: translateY(-10px);
}

.join .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.join .f2 {
	background: rgb(230 0 18 / 24%);
	width: 100%;
}

.join .f2 .imgBg {
	width: 100%;
	position: absolute;
}

.join .f2 .imgBg img {
	width: 28vw;
	margin: 0 auto;
	text-align: center;
}

.join .f2 .itemBox {
	width: 100%;
	display: inline-block;
	padding: 0 11vw;
}

.join .f2 .itemBox .item {
	width: 48%;
	display: inline-block;
}

.join .f2 .itemBox .item .img {
	width: 6vw;
	display: inline-block;
}

.join .f2 .itemBox .item .text {
	width: 15vw;
	display: inline-block;
	text-align: right;
}

.join .f2 .itemBox .item .text .name {
	color: #f5f5f5;
	font-size: 24px;
	margin-bottom: 1rem;
}

.join .f2 .itemBox .item .text .des {
	font-size: 16px;
	color: #f5f5f5;
	opacity: 0.6;
	line-height: 1.7;
}

.join .f2 .itemBox .item:nth-child(odd) .text {
	margin-left: 1vw;
}

.join .f2 .itemBox .item:nth-child(even) {
	float: right;
	width: auto;
}

.join .f2 .itemBox .item:nth-child(even) .text {
	margin-right: 1vw;
	text-align: left;
}

.join .f2 .itemBox .item:nth-child(1) {
	margin-bottom: 17rem;
}

.join .f3 .imgInfo {
	width: 42vw;
	height: 3vw;
	margin: 0 auto;
	text-align: center;
	color: #5a5a5a;
	font-size: 18px;
	line-height: 3vw;
	background-size: cover !important;
}

.join .f3 .itemBox {
	width: 100%;
}

.join .f3 .itemBox .item {
	width: 100%;
	display: flex;
	margin-top: 3vw;
}

.join .f3 .itemBox .item .img {
	width: 45vw;
	height: 29vw;
	background-size: cover !important;
}

.join .f3 .itemBox .item .text {
	width: 45vw;
	height: 29vw;
	background-color: #ede3d9;
	margin-top: 8vw;
	padding: 2vw;
}

.join .f3 .itemBox .item .text .items {
	width: 100%;
	display: inline-block;
	margin-bottom: 1.5vw;
}

.join .f3 .itemBox .item .text .items .iconImg {
	width: 7vw;
	display: inline-block;
	float: left;
	margin-right: 1vw;
}

.join .f3 .itemBox .item .text .items .tex {
	width: 30vw;
	display: inline-block;
	padding: 1vw 0;
}

.join .f3 .itemBox .item .text .items .tex .name {
	font-size: 18px;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.join .f3 .itemBox .item .text .items .tex .des {
	font-size: 16px;
	color: #5e5e5e;
	letter-spacing: 1px;
	line-height: 1.7;
}

.join .f3 .itemBox .item .text .items:last-child {
	margin-bottom: 0;
}

.join .f3 .itemBox .item:last-child .img {
	margin-top: 8vw;
}

.join .f3 .itemBox .item:last-child .text {
	margin-top: 0;
	padding: 1vw 2vw;
	height: 32vw;
}

.join .f3 .itemBox .item:last-child .text .items {
	margin-bottom: 0.5vw;
}

.join .f4 {
	background: url(../picture/whimg.jpg);
}

.join .f4 .imgBg {
	width: 95%;
	margin: 0 auto;
}

.join .f5 {
	width: 100%;
	height: 18vw;
	display: flex;
	justify-content: center;
}

.join .f5 .form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 100%;
	padding: 0 10vw;
}

.join .f5 .form .title {
	text-align: left;
	margin-bottom: 20px;
}

.join .f5 .form .name {
	color: white;
	font-size: 20px;
}

.join .f5 .form #myForm {
	width: 100%;
	display: flex;
	margin: 1.5vw auto;
}

.join .f5 .form #myForm .input {
	width: 16vw;
	background: rgba(255, 255, 255, 0.56);
	border-radius: 22px;
	padding: 0.7rem 1vw;
	margin-right: 1vw;
	color: white;
}

.join .f5 .form #myForm .input input {
	background: transparent;
	height: 1.5rem;
	border: transparent;
	outline: none;
	color: white;
}

.join .f5 .form .sumbit {
	width: 33vw;
	height: 2vw;
	background-color: #e60012;
	border-radius: 19px;
	color: #f5f5f5;
	text-align: center;
	font-size: 14px;
	line-height: 2vw;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

.join .f5 .form .sumbit:hover {
	border-radius: 5px;
}
/* 加盟流程 */
.investment-cout .hezuo {background-position:center;background-size:cover;height:470px;margin-top:100px}
.investment-cout .hezuo .liucheng {width:100%;height:100%;}
@keyframes fanzhuan {
	0% {transform: rotateY(0deg)}
	100% {transform: rotateY(360deg)}
}
.liucheng ul {display: flex;justify-content: space-between;align-items: center;    width: 1300px;
    margin: 0 auto;}
.liucheng ul li:nth-child(2n+1){width: 16%;height: 110px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.liucheng ul li:nth-child(2n) {    width: 22px;
    height: 11px;background-image: url(../picture/liucheng-r.png);background-size: contain;}
.liucheng ul li>span {color: #fff;font-size:18px}
.liucheng {width: 100%;background-size: cover;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.liucheng>ul>li:nth-child(1)>div>div>div {background-image: url(../picture/joinlc1.png);}
.liucheng>ul>li:nth-child(3)>div>div>div {background-image: url(../picture/joinlc2.png);}
.liucheng>ul>li:nth-child(5)>div>div>div {background-image: url(../picture/joinlc3.png);}
.liucheng>ul>li:nth-child(7)>div>div>div {background-image: url(../picture/joinlc4.png);}
.liucheng>ul>li:nth-child(9)>div>div>div {background-image: url(../picture/joinlc5.png);}
.liucheng>ul>li:nth-child(11)>div>div>div {background-image: url(../picture/joinlc6.png);}
/* .liucheng>ul>li:nth-child(13)>div>div>div {background-image: url(../picture/liucheng-ico7.png);} */
/* .liucheng>ul>li:nth-child(15)>div>div>div {background-image: url(../picture/liucheng-ico8.png);} */
.liucheng>div {display: flex;align-items: center;margin-bottom: 60px;}
.liucheng>div>span {color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: #ce1e27;
    height: 46px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    line-height: 50px;
    padding: 0 35px;}
.liucheng>div>img {margin: 0 10px;}
.liucheng ul li:hover>div>div {background-color: #fff;animation: fanzhuan 3s linear .2s infinite normal;}
.liucheng ul li:hover>div>div>div {transform: scale(.7);}
.liucheng ul li:hover>div {border: 1px solid #fff;transform: translateY(-20px);}
.liucheng>ul>li>div {border: 1px solid transparent;border-radius: 50%;transition-duration: .3s;margin-bottom: 10px;perspective: 100px;}
.liucheng>ul>li>div>div>div {width: 70px;height: 70px;background-repeat: no-repeat;background-position: center;transition-duration: .3s;background-size:60%}
.liucheng ul li>div>div {border-radius: 50%;perspective: 100px;transition-duration: .3s;}
.investment-cout .hezuo {background-position:center;background-size:cover;height:auto;padding: 50px 0;}
.investment-cout .hezuo .liucheng {width:100%;}
@keyframes fanzhuan {
	0% {transform: rotateY(0deg)}
	100% {transform: rotateY(360deg)}
}


.store .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.store .f2 {
	background: #e60012;
}

.store .f2 .f2-swiper {
	height: 32vw;
}

.store .f2 .f2-swiper .swiper-slide {
	height: 32vw;
	background-size: cover !important;
	transition: 1s;
	opacity: 0.5;
}

.store .f2 .f2-swiper .swiper-slide-active {
	opacity: 1;
}

.store .f2 .swiper-button-next:after,
.store .f2 .swiper-button-prev:after {
	display: none;
}

.store .f2 .swiper-button-next,
.store .f2 .swiper-button-prev {
	width: 5vw;
	height: 5vw;
}

.store .f2 .swiper-button-next,
.store .f2 .swiper-container-rtl .swiper-button-prev {
	right: 30px;
	top: 45%;
}

.store .f2 .swiper-button-prev,
.store .f2 .swiper-container-rtl .swiper-button-next {
	left: 30px;
	top: 45%;
}

.store .f3 .hotList {
	padding: 0 1vw;
	opacity: 0;
}

.store .f3 .hotList ul li {
	width: calc(25% - 30px);
	padding: 3px;
	background: white;
	margin: 5px;
}

.store .f4 {
	background: #e60012;
	padding: 100px 3vw;
}

.store .f4 .store {
	width: 100%;
	height: 38vw;
	display: flex;
}

.store .f4 .store .left {
	width: 28vw;
	height: 38vw;
	color: #ffffff;
}

.store .f4 .store .left .city {
	font-size: 18px;
}

.store .f4 .store .left .city i {
	color: #bd8b56;
}

.store .f4 .store .left .serach {
	width: 22vw;
	border-bottom: 1px solid #ede3d9;
	font-size: 28px;
	margin: 1vw 0;
	padding: 0 0 0 1vw;
}

.store .f4 .store .left .serach i {
	cursor: pointer;
}

.store .f4 .store .left .serach input {
	width: 90%;
	padding: 10px;
	font-size: 24px;
	background: transparent;
	border: transparent;
	outline: none;
	color: white;
}

.store .f4 .store .left .serach input::-webkit-input-placeholder {
	color: #9f4d4d;
	font-size: 24px;
}

.store .f4 .store .left .sotreList {
	width: 25vw;
	height: 38vw;
	overflow-y: auto;
	padding-right: 3vw;
}

.store .f4 .store .left .sotreList .item {
	border-bottom: 1px solid #913532;
	padding: 1vw 0;
	cursor: pointer;
}

.store .f4 .store .left .sotreList .active .name {
	color: #bd8b56;
	font-weight: bold;
}

.store .f4 .store .left .sotreList .item .num {
	width: 26px;
	height: 26px;
	background-color: #bd8b56;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	position: relative;
}

.store .f4 .store .left .sotreList .item .name {
	font-size: 18px;
	margin-left: 3rem;
	margin-top: -1.8rem;
}

.store .f4 .store .left .sotreList .item .address {
	font-size: 16px;
	margin-top: 1rem;
	margin-left: 3rem;
}

.store .f4 .store .left .sotreList .item .distance {
	color: #ffffff;
	opacity: 0.4;
	font-size: 16px;
	margin-top: 2rem;
	margin-left: 3rem;
}

.store .f4 .store .left .sotreList .item:last-child {
	border-bottom: transparent;
}

.store .f4 .store .right {
	width: 57vw;
}

.store .f4 .store .right .lx_map {
	width: 100%;
	height: 38vw;
}

.news .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.news .f2 {
	padding: 0 6vw;
}

.news .f2 .newsSwiper .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.news .f2 .newsSwiper .swiper-slide .text {
	width: 31%;
	color: #f5f5f5;
	padding: 2vw 0;
}

.news .f2 .newsSwiper .swiper-slide .text .name {
	font-size: 30px;
	letter-spacing: 1px;
}

.news .f2 .newsSwiper .swiper-slide .text .time {
	color: #d3bbb5;
	font-size: 16px;
	margin: 1vw 0;
}

.news .f2 .newsSwiper .swiper-slide .text .des {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #f4ede6;
	margin-bottom: 5rem;
}

.news .f2 .newsSwiper .swiper-slide .img {
	width: 45vw;
	height: 25vw;
	background-size: cover;
}

.news .f2 .newsSwiper .swiper-pagination {
	text-align: inherit;
	bottom: 0;
}

.news .f2 .newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #bd8b56;
}

.news .f2 .newsList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .f2 .newsList a {
	display: inline-block;
	width: 33.33%;
	margin: 0 0 3vw 0;
	position: relative;
	padding: 0 1.5%;
}
.news .f2 .newsList:after {
    content: '';
    flex: auto;    /* 或者flex: 1 */
}

.news .f2 .newsList a .item .imgbox {
	width: 100%;
	height: 18vw;
	overflow: hidden;
	border: 5px solid rgba(181, 147, 110, 0.2);
}

.news .f2 .newsList a .item .imgbox img {
	width: 100%;
	height: 100%;
	transition: 300ms;
	object-fit: cover;
}

.news .f2 .newsList a .item .imgbox:hover img {
	transform: scale(1.1) rotate(1deg);
}

.news .f2 .newsList a .item .text {
	margin-top: 2vw;
}

.news .f2 .newsList a .item .text .name {
	font-size: 20px;
	color: #f5f5f5;
	margin-bottom: 1vw;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.news .f2 .newsList a .item .text .des {
	height: 3rem;
	font-size: 14px;
	color: #b5936e;
	margin-bottom: 1.5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.7;
	width: 100%;
}

.news .f2 .newsList a .item .text .time {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	opacity: 0.4;
	padding-bottom: 1vw;
}

.news .f2 .newsList a .item .text::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	background: #e60012;
	transition: 0.5s all ease-in-out;
	bottom: 0;
	left: 0;
}

.news .f2 .newsList a:nth-child(3n) {
	margin-right: 0;
}

.news .f2 .newsList a:hover .text::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e60012;
}

.contactUs .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

.contactUs .f2 {
	background: #e60012;
}

.contactUs .f2 .title {
	margin-bottom: 30px;
}

.contactUs .f2 .text {
	text-align: center;
	color: #ffffff;
}

.contactUs .f2 .text .hr-solid-content {
	color: #f5f5f5;
	border: 0;
	padding: 1em 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.contactUs .f2 .text .hr-solid-content::before {
	content: attr(data-content);
	position: absolute;
	padding: 0 1ch;
	line-height: 1px;
	border: solid #d0d0d5;
	border-width: 0 5vw;
	width: fit-content;
	/* for 不支持fit-content浏览器 */
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}

.contactUs .f2 .text .phone {
	font-size: 40px;
	font-family: syst;
}

.contactUs .f2 .text .address {
	font-size: 16px;
	margin: 1rem auto;
	letter-spacing: 1px;
}

.contactUs .f2 .form {
	margin-top: 3rem;
}

.contactUs .f2 .form .info {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1px;
	text-align: center;
	color: white;
}

.contactUs .f2 .form .inputBox {
	width: 50vw;
	display: flex;
	margin: 2rem auto;
}

.contactUs .f2 .form .inputBox .input {
	width: 16vw;
	padding: 10px 30px;
	background: #9f4d4d;
	border-radius: 22px;
	color: white;
	font-size: 14px;
	margin-right: 1vw;
}

.contactUs .f2 .form .inputBox .input input {
	width: 80%;
	background: transparent;
	color: white;
	border: transparent;
	outline: none;
	font-size: 14px;
}

.contactUs .f2 .form .inputBox .input select {
	width: 80%;
	background: transparent;
	border: transparent;
	color: white;
	outline: none;
}

.contactUs .f2 .form .inputBox .input select option {
	color: black;
}

.contactUs .f2 .form .inputBox .input:last-child {
	margin-right: 0;
}

.contactUs .f2 .form .textarea {
	width: 50vw;
	height: 9vw;
	margin: 0 auto;
	padding: 0.5vw 1.5vw;
	border-radius: 22px;
	background: #9f4d4d;
	color: white;
	font-size: 14px;
}

.contactUs .f2 .form .textarea textarea {
	width: 100%;
	height: 7vw;
	color: white;
	background: transparent;
	font-size: 14px;
	border: transparent;
	outline: none;
}

.contactUs .f2 .form .subitm {
	width: 50vw;
	margin: 2vw auto;
	text-align: center;
	padding: 8px 0;
	background-color: #bd8b56;
	color: #f5f5f5;
	font-size: 14px;
	border-radius: 22px;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

.contactUs .f2 .form .subitm:hover {
	border-radius: 5px;
}

/* 联系我们重制 */

.pageMap {
	display: flex;
	width: 100%;
}

.pageMap #allmap {
	width: 80%;
	height: 550px;
}

.pageMap .tiaozhuanK {
	width: 20%;
}

.pageMap .tiaozhuan {
	width: 100%;
	height: 100%;
}

.pageMap .tiaozhuan>div {
	width: 100%;
	height: 60px;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: all .5s;
	text-align: center;
	padding-left: 2vw;
}

.pageMap .tiaozhuan>div:hover {
	background-color: rgb(181 147 110 / 52%);
}

.biaodan .input span i {
	width: 6px;
	height: 20px;
	border-radius: 3px;
	background-color: #c53232;
	display: block;
	margin-right: 6px;
}

.contactFS {
	margin: 0 0 120px 0;
}

.contactFS ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contactFS ul li {
	width: 300px;
	height: 200px;
	background-color: rgb(181 147 110 / 20%);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
	padding: 40px;
	transition: all .5s;
	cursor: default;
	padding-top: 50px;
}

.contactFS ul li h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}

.contactFS ul li span {
	color: #fff;
	font-size: 16px;
}

.tiaozhuan {
	background-color: #e60012;
}

.tiaozhuan>div>h1 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	transition: all .5s;
}

.tiaozhuan .mapon h1 {
	transform: translateX(1vw)
}

.tiaozhuan .mapon {
	background-color: #b5936e;
}

.tiaozhuan>div>i {
	width: 30px;
	height: 21px;
	background-position: center;
	background-size: contain;
	background-image: url(../picture/mapJT.png);
	opacity: 0;
	transition: all .5s
}

.tiaozhuan .mapon i {
	opacity: 1;
	transform: translateX(1vw)
}

.zmtewm {
	padding: 120px 0 0 0;
	margin: 0 auto;
}

.zmtewm1 {
	padding: 0 6vw 120px 6vw;
}

.zmtewm .titlec {
	font-size: 36px;
	color: #bb9463;
	text-align: center;
	padding: 0 0 80px 0;
	font-weight: bold;
}

.zmtewm ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.zmtewm ul li {
	text-align: center;
	width: 18%;
	padding: 0 3%;
}

.zmtewm ul li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zmtewm ul li .img img {
	width: 100%;
	height: 100%;
}

.zmtewm ul li .tt {
	font-size: 18px;
	margin: 30px 0 0 0;
	color: #fff;
}


.news .f3 {
	border-bottom: 1px solid #ac6666;
	padding-bottom: 100px;
}

.news .f3 .title {
	margin-bottom: 40px;
}

.news .f3 .infoImg img {
	width: 15vw;
	margin: 0 auto;
	text-align: center;
}

.news .f3 .qx {
	margin-top: 30px;
}

.news .f3 .qx img {
	width: 63vw;
	margin: 0 auto;
	text-align: center;
}

.news .f3 .txtBox {
	padding: 0 14vw;
	margin: 1vw auto;
	display: inline-block;
}

.news .f3 .txtBox .text {
	width: 80%;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.news .f3 .txtBox .text .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1vw;
}

.news .f3 .txtBox .qrcode {
	position: absolute;
	right: 19vw;
	margin-top: -9vw;
}

.news .f3 .txtBox .qrcode img {
	width: 8vw;
}

.pc {
	display: block !important;
}

.mobile {
	display: none !important;
}

@media (max-width: 1660px) {
	.index .f3 .f3Box .right .itemBox2 .item {
		font-size: 12px;
	}

	.index .f3 .f3Box .right .itemBox .item {
		font-size: 12px;
	}

	footer .footer .right .level1 {
		padding: 0 2.5vw;
	}

	footer .footer .right .level1:last-child {
		padding: 0 0 0 2.5vw;
	}

	.index .f4 .itemBox {
		padding: 0 1vw;
	}

	.index .f4 .textBoxBorder .textBox .text .tit {
		font-size: 18px;
	}

	.index .f4 .textBoxBorder .textBox .title {
		margin-bottom: 30px;
	}

	.index .f4 .textBoxBorder .textBox .num {
		margin-top: 0;
	}

	.index .f2 .left .des {
		width: 92%;
	}

	.product .f3 .specialBox {
		margin-top: 12rem;
	}

	.contactUs .f2 .form .inputBox .input select,
	.contactUs .f2 .form .inputBox .input input {
		width: 76%;
	}

	.product .f4 .itemBox .item .text {
		margin-top: 20rem;
	}

	.product .f3 .borBox .textBox {
		width: 25vw;
	}

	.store .f3 .hotList {
		padding: 0 3vw;
	}
}

@media (max-width: 1440px) {
	.product .f3 .specialBox {
		margin-top: 6rem;
	}

	.product .f3 {
		margin-bottom: 25rem;
	}

	.product .f4 .itemBox .item .text {
		margin-top: 15rem;
	}

	.product .f4 .itemBox .item .text .name {
		margin-bottom: 1rem;
	}

	.join .f5 .form #myForm .input input {
		width: 75%;
	}

	.contactUs .f2 .form .inputBox .input select,
	.contactUs .f2 .form .inputBox .input input {
		width: 72%;
	}

	.join .f3 .itemBox .item .text {
		height: 33vw;
	}

	.join .f3 .itemBox .item:last-child .text {
		height: 36vw;
	}

	.more {
		width: 180px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}


	.index .f4 .textBoxBorder .textBox .text .des {
		font-size: 12px;
	}

	.about .f2 .right {
		margin: 0 2vw;
	}

	footer .footer .right .level1:last-child {
		padding: 0 0 0 2.5vw;
	}
}

@media (max-width: 1366px) {

	.product .f4 .itemBox .item .text {
		padding: 2vw;
	}

	.product .f5 .itemBox .item {
		width: 24.8vw;
	}

	.join .f3 .itemBox .item:last-child .text {
		height: 34vw;
	}

	.join .f3 .itemBox .item .text .items .tex .des {
		font-size: 14px;
	}
	.contactUs .f2 .form .inputBox .input select,
	.contactUs .f2 .form .inputBox .input input {
		width: 70%;
	}
}

@media (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	body {
		padding: 0;
	}

	.index .f1 {
		height: 32vh;
	}

	.index .f2 {
		margin: 0;
		display: block;
		padding: 20px;
	}

	.index .f2 .left {
		width: 100%;
		padding-left: 0;
	}

	.index .f2 .left .titles {
		text-align: center;
	}

	.index .f2 .left .titles p:nth-child(2) {
		font-size: 20px;
	}

	.index .f2 .left .info .infoImg {
		width: 20vw;
		margin-left: 2vw;
	}

	.index .f2 .left .des {
		width: 100%;
		margin-top: 5vw;
	}

	.index .f2 .left .enImg {
		width: 100%;
	}

	.index .f2 .right {
		width: 100%;
		height: 100vw;
		border: transparent;
		margin-top: 2rem;
		padding: 0;
		position: relative;
	}

	.more {
		margin: 2rem auto;
	}

	.index .f1 .img-swiper .swiper-button-next,
	.index .f1 .img-swiper .swiper-button-prev {
		display: none;
	}

	.index .f3 {
		margin-top: 1rem;
	}

	.title {
		margin-bottom: 20px;
	}

	.title .cn {
		font-size: 26px;
	}

	.index .f3 .f3Box {
		display: block;
	}

	.index .f3 .f3Box .left {
		width: 100%;
		margin-right: 0;
	}

	.index .f3 .f3Box .left .swiper-pagination {
		top: -1vw;
	}

	.index .f3 .f3Box .left .more {
		margin: 2rem auto;
	}

	.index .f3 .f3Box .right {
		width: 100%;
		top: 0;
		padding: 0 10px;
	}

	.index .f3 .f3Box .right .itemBox .item .img {
		width: 25vw;
	}

	.index .f3 .f3Box .right .itemBox .item {
		font-size: 14px;
		line-height: 1.7;
		text-align: center;
		padding: 2vw 10px;
	}

	.index .f3 .f3Box .right .itemBox2 {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 0;
	}

	.index .f3 .f3Box .right .itemBox2 .item .img {
		width: 25vw;
	}

	.index .f3 .f3Box .right .itemBox2 .item {
		font-size: 14px;
		line-height: 1.7;
		text-align: center;
		padding: 2vw 10px;
	}

	.index .f3 .f3Box .right .infoBox {
		width: 36vw;
		height: 12vw;
		color: white;
		text-align: center;
		line-height: 12vw;
		padding-top: 0;
		font-size: 18px;
		display: block;
		margin: 0 auto;
		margin-bottom: 1rem;
	}

	.index .f3 .f3Box .right .itemBox {
		margin-bottom: 1rem;
	}

	.index .f3 .f3Box .right .infoBox::before {
		content: initial;
	}

	.index .f3 .f3Box .right .bottomBox {
		display: block !important;
	}

	.index .f4 {
		margin-top: 0;
		height: auto;
	}



	.index .f4 .textBoxBorder .textBox {
		width: 100%;
		height: 100%;
		padding: 1rem 0;
	}

	.index .f4 .textBoxBorder .textBox .img {
		width: 20vw;
		height: 20vw;
		border-radius: 15vw;
	}

	.index .f4 .textBoxBorder .textBox .img img {
		width: 100%;
		height: 100%;
	}

	.index .f4 .textBoxBorder .textBox .text .tit {
		font-size: 18px;
		margin: 1rem auto;
	}

	.index .f4 .textBoxBorder .textBox .text .des {
		height: auto;
		font-size: 14px;
	}

	.index .f5 .f5-swiper {
		height: 55vw;
	}

	.index .f5 .more {
		margin: 1rem auto;
	}

	.index .f6 .newList {
		display: block;
	}

	.index .f6 .newList .left {
		width: 100%;
		padding: 0 0 0 10vw;
	}

	.index .f6 .newList .right {
		display: none;
	}

	.index .f6 .newList .left .item .name {
		font-size: 18px;
	}

	.index .f6 .newList .left .item .des,
	.index .f6 .newList .left .item .time {
		font-size: 14px;
	}

	footer .footer {
		display: block;
		padding: 20px;
	}

	footer .footer .right {
		display: none;
	}

	footer .footer .left .des {
		text-align: center;
	}

	footer .footer .left .des .tel {
		font-size: 36px;
	}

	footer .footer .left .form p {
		text-align: center;
		margin: 1rem auto;
	}

	footer .footer .left .form .input {
		width: 80%;
		margin: 0 auto;
		border-radius: 15px;
		padding: 10px 20px;
		margin-bottom: 1rem;
	}

	footer .footer .left .form .sumbit {
		margin: 0 auto;
	}

	._toast {
		left: 30%;
	}

	.about .f1 .tit .en {
		font-size: 20px;
	}

	.about .f2 .right .title {
		text-align: center;
		margin-bottom: 10px;
	}

	.title .en {
		font-size: 18px;
	}

	.headerActive .header {
		background: white;
	}

	.header {
		position: fixed;
		display: flex;
		justify-content: space-between;
		width: 100%;
		z-index: 100;
		align-items: center;
		top: 0px;
		padding: 2vw 4vw;
		-webkit-transition: all .5s;
		background: #e60012;
	}

	.navs {
		width: 25px;
		height: 17px;
		z-index: 10;
	}

	.navs img:nth-child(1) {
		display: block;
	}

	.navs img:nth-child(2) {
		display: none;
	}

	.nav-cont_lists {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		height: 100%;
		position: fixed;
		right: -100%;
		top: 0;
		background: white;
		z-index: 99999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
		opacity: 0;
	}

	.nav-cont_cut {
		right: 0;
		opacity: 1;
		background: url(../images/img7_1.jpg) center center no-repeat;
		background-size: cover !important;
		position: fixed;
		height: 100vh;
	}


	.nav-sub_close {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 5%;
		top: 2%;
		cursor: pointer;
		color: #e60012;
		font-size: 22px;
	}

	.nav-cont_cut .nav-ul {
		text-align: center;
		opacity: 1;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.nav-ul {
		-webkit-transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
		transition: all .6s cubic-bezier(0.4, 0, 0.2, 1) .4s;
		opacity: 0;
	}

	.nav-ul li {
		margin: 30px auto;
		text-align: center;
	}

	.nav-ul li {
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
	}

	.nav-ul li a {
		color: #e60012;
		text-decoration: none;
		font-weight: bold;
	}

	.nav-ul li a.activeNav {
		border-bottom: 1px solid;
	}

	.nav-sub {
		margin-top: 10px;
	}

	.nav-sub a {
		color: rgba(255, 255, 255, .5);
		font-size: 14px;
		line-height: 28px;
		display: block;
		text-decoration: none;
	}

	.about .f2 .right .imgIcon {
		display: none;
	}

	.about .f2 .right .imgIcon2 {
		display: none;
	}

	.about .f3 {
		height: auto;
		background-blend-mode: multiply;
	}

	.about .f3 .text .name {
		margin-bottom: 1rem;
	}

	.about .f3 .text .des {
		padding-bottom: 2rem;
	}

	.product .f1 .tit {
		top: 10vw;
	}

	.product .f1 .tit .en {
		font-size: 20px;
	}

	.product .f2 {
		padding: 20px 10px;
	}

	.product .f2 .hr-solid-content {
		font-size: 18px;
		padding: 20px 0;
	}

	.product .f2 .itemBox {
		padding: 1vw 0;
		/*display: block;*/
		border: solid 2px #bd8b56;
	}

	.product .f2 .itemBox .item {
		/*width: 100%;*/
		margin-bottom: 1rem;
	}

	.product .f2 .itemBox::before {
		content: initial;
	}

	.product .f2 .itemBox .item .img {
		width: 100%;
		padding: 2vw 10px;
	}

	.product .f2 .itemBox .item .img img {
		width: 100px;
		margin: 0 auto;
	}

	.product .f2 .itemBox .item .img p {
		font-size: 14px;
	}

	.product .f2 .itemBox2 {
		padding: 1vw 0;
		/*display: block;*/
		border: solid 2px #bd8b56;
	}

	.product .f2 .itemBox2 .item {
		/*width: 100%;*/
		margin-bottom: 1rem;
		border-right: transparent;
		padding: 2vw 10px;
	}

	.product .f2 .itemBox2 .item .img {
		width: 100%;
	}

	.product .f2 .itemBox2 .item .img p {
		font-size: 14px;
	}

	.product .f2 .itemBox2 .item .img img {
		width: 80px;
		height: 110px;
		margin: 0 auto;
	}

	.product .f3 {
		height: 78vw;
		margin-bottom: 90rem;
	}

	.product .f3 .borBox {
		width: 90%;
		left: 0;
		top: 12vw;
		margin: 0 auto;
	}

	.product .f3 .borBox .textBox {
		width: 97%;
		text-align: center;
	}

	.product .f3 .borBox .textBox .name {
		margin-bottom: 1rem;
		font-size: 18px;
		font-weight: bold;
	}

	.product .f3 .borBox .textBox .title {
		text-align: center;
	}

	.product .f3 .borBox .textBox .des {
		font-size: 14px;
		text-align: justify;
	}

	.product .f3 .specialBox {
		margin-top: 7rem;
		display: block;
	}

	.product .f3 .specialBox .item {
		width: 100%;
	}

	.product .f3 .specialBox .item .img {
		width: 70vw;
	}

	.product .f5.boxes {
		padding: 20px;
	}
	
	.product .f5 .itemBox {
		display: block;
		padding: 0;
		margin-top: 1rem;
	}

	.product .f5 .itemBox .item {
		width: 100%;
	}

	.product .f5 .itemBox .item {
		height: auto;
		margin: 8vw 0 0 0;
	}

	.product .f5 .itemBox .item .img {
		height: auto;
	}

	.product .f5 .itemBox .item .text {
		margin-left: 0;
		padding: 4vw 0 0 0;
	}

	#page {
		padding-top: 10px !important;
	}

	.join .f1 .tit {
		top: 10vw;
	}

	.join .f1 .tit .en {
		font-size: 20px;
	}

	.join .f2 {
		height: auto;
	}

	.join .f2.boxes {
		padding: 20px;
	}

	.join .f2 .imgBg {
		position: initial;
	}

	.join .f2 .imgBg img {
		width: 100%;
	}

	.join .f2 .itemBox {
		padding: 0;
		display: block;
		padding-left: 12vw;
		margin-top: 1rem;
	}

	.join .f2 .itemBox .item {
		width: 100%;
		margin-bottom: 1rem !important;
	}

	.join .f2 .itemBox .item .text {
		text-align: left;
		width: 70%;
		margin-left: 5vw !important;
	}

	.join .f2 .itemBox .item .img {
		width: 12vw;
		float: left;
	}

	.join .f2 .itemBox .item .text .name {
		font-size: 20px;
		margin-bottom: .5rem;
	}

	.join .f2 .itemBox .item .text .des {
		font-size: 14px;
	}

	.join .f2 .itemBox .item:nth-child(odd) .text {
		margin-left: 0;
	}

	.join .f2 .itemBox .item:nth-child(1) {
		margin-bottom: 0;
	}

	.join .f2 .itemBox .item:nth-child(even) {
		float: initial;
		display: inline-block;
		width: 100%;
	}

	.join .f2 .itemBox .item:nth-child(even) .text {
		margin-right: 0;
		text-align: initial;
	}

	.join .f3 .imgInfo {
		width: 95%;
		height: 6vw;
		font-size: 12px;
		line-height: 6vw;
		margin-bottom: 1rem;
	}

	.join .f3 .itemBox .item {
		display: block;
		margin-top: 0;
	}

	.join .f3 .itemBox .item .img {
		width: 100%;
		height: 65vw;
	}

	.join .f3 .itemBox .item .text {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 2rem 2vw;
	}

	.join .f3 .itemBox .item .text .items .iconImg {
		width: 18vw;
		margin-right: 3vw;
	}

	.join .f3 .itemBox .item .text .items .tex {
		width: 72vw;
	}

	.join .f3 .itemBox .item:last-child .text {
		height: auto;
	}

	.join .f3 .itemBox .item:last-child .img {
		margin-top: 0;
	}

	.join .f3 .itemBox .item:last-child .text {
		padding: 2rem 2vw;
	}

	.join .f4.boxes {
		padding: 20px;
	}

	.join .f5 {
		display: none;
	}

	.store .f1 .tit {
		top: 10vw;
	}

	.store .f1 .tit .en {
		font-size: 20px;
	}

	.store .f2.boxes {
		padding: 20px;
	}

	.store .f2 .f2-swiper {
		height: 55vw;
	}

	.store .f2 .swiper-pagination {
		position: initial;
	}

	.store .f2 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 2px;
	}

	.store .f2 .swiper-pagination .swiper-pagination-bullet {
		width: 3vw;
		height: 3px;
		border-radius: 0;
	}

	.store .f2 .swiper-pagination .swiper-pagination-bullet-active {
		background: #9d7e5f;
	}

	.store .f2 .f2-swiper .swiper-slide {
		height: 55vw;
	}

	.store .f3 .hotList ul li {
		width: calc(53% - 30px);
	}

	.store .f4 {
		padding: 20px;
	}

	.store .f4 .store {
		display: block;
		height: auto;
	}

	.store .f4 .store .left {
		width: 100%;
		height: 70vw;
	}

	.store .f4 .store .left .sotreList {
		width: 100%;
		height: 70vw;
		padding-right: 0;
	}

	.store .f4 .store .right {
		width: 100%;
		margin-top: 2rem;
	}

	.store .f4 .store .right .lx_map {
		height: 55vw;
	}

	.news .f1 .tit {
		top: 10vw;
	}

	.news .f1 .tit .en {
		font-size: 20px;
	}

	.news .f2 {
		padding: 20px;
	}

	.news .f2 .newsList a {
		width: 100%;
	}

	.news .f2 .newsList a .item .img {
		width: 100%;
		height: 50vw;
	}

	.news .f3 {
		padding-bottom: 20px;
	}

	.news .f3 .infoImg img {
		width: 35vw;
	}

	.news .f3 .title {
		margin-bottom: 20px;
	}

	.news .f3 .qx img {
		width: 95%;
	}

	.news .f3 .txtBox {
		padding: 20px;
	}

	.news .f3 .txtBox .text {
		width: 100%;
	}

	.news .f3 .txtBox .qrcode {
		position: initial;
		right: 0;
		margin-top: 1rem;
	}

	.news .f3 .txtBox .qrcode img {
		width: 30vw;
		margin: 0 auto;
	}

	.contactUs .f1 .tit {
		top: 10vw;
	}

	.contactUs .f1 .tit .en {
		font-size: 20px;
	}

	.contactUs .f2.boxes {
		padding: 20px;
	}

	.contactUs .f2 .form .inputBox {
		display: block;
		width: 100%;
		margin: 1rem auto;
	}

	.contactUs .f2 .form .inputBox .input {
		width: 100%;
		margin-bottom: 1rem;
	}

	.contactUs .f2 .form .textarea {
		width: 100%;
		height: 30vw;
		padding: 3vw 7vw;
	}

	.contactUs .f2 .form .textarea textarea {
		height: 22vw;
	}

	._toast {
		left: 30% !important;
	}

	.detailTop {
		padding-top: 0 !important;
		padding: 20px !important;
	}

	.detailTop .title {
		font-size: 22px !important;
	}

	.singePage p {
		text-align: justify;
	}

	.detailTop .w1400::after {
		content: initial !important;
	}

	.dpl {
		padding: 20px 0 !important;
	}

	.ndc_npnews {
		display: block !important;
	}

	.ndc_npnews .post_next,
	.ndc_npnews .post_prev {
		width: 100% !important;
	}

	.ndc_npnews .post_next {
		direction: initial !important;
	}

	footer .qrcode {
		width: 120px;
		margin: 1rem auto;
	}
}

/* .inx-person {
	background-image: url(../img/personBg.jpg);
	background-size: cover;
	background-position: center
} */

.inx-person .mask {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
}

.inx-person .personBot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.inx-person .swiCout {
	width: 100%;
	height: 100%;
}

#personC {
	width: 100%;
}

.inx-person .swiCout .right img {
	width: 34vw;
	height: auto;
	object-fit: contain;
	object-position: bottom;
}

/* .inx-person .swiNav {height: 100%;} */
#personN {
	width: 100%;
	height: 500px
}

.inx-person .swiNav .img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid transparent;
	cursor: pointer;
}

.inx-person .swiNav li {
	transition: all .5s;
	width: fit-content;
	display: flex;
	align-items: center;
}

.inx-person .swiNav li.swiper-slide-active .img {
	border-color: #c30d23;
}

.inx-person .swiNav {
	position: absolute;
	right: 6.5vw;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 99;
}

.inx-person .swiNav .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inx-person .swiCout .box {
	display: flex;
	justify-content: space-between;
	padding: 0 15vw 0 8vw;
	z-index: 2;
	position: relative;
	top: 28vw;
}

.inx-person .swiCout .swiper-slide {
	padding: 6vw 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	transition: all .5s;
}

.inx-person .swiCout .swiper-slide.swiper-slide-active {
	opacity: 1 !important
}

.inx-person .swiCout .box .left {
	width: 56%
}

.inx-person .swiCout .work {
	color: #c30d23;
	font-size: 36px;
}

.inx-person .swiCout .name {
	font-weight: bold;
	font-size: 48px;
	margin: 60px 0 30px;
	color: #fff;
}

.inx-person .swiCout .name span {
	font-size: 24px;
	color: #999;
	margin-left: 40px;
}

.inx-person .swiCout .jianjie {
	border-bottom: 1px solid rgb(230 0 18 / 68%);
	border-top: 1px solid rgb(230 0 18 / 68%);
	padding: 20px 0;
	margin: 2vw 0 0 0;
}

.inx-person .swiCout .jianjie span {
	text-indent: 0;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	display: block;
}

.inx-person .swiCout .jianjie em {
	height: 3vw;
	line-height: 2em;
	text-indent: 2em;
	font-size: 16px;
	color: #999;
	display: flex;
	flex-direction: column;
	white-space: normal;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 文本行数 */
	-webkit-box-orient: vertical;
	width: 100%;
	display: block;
	font-style: normal;
}

.inx-person .swiCout .box .right{
	display: flex;
	align-items: center;
}

.inx-person .inxcaseMore {
	display: block;
	margin: 0;
	width: 160px;
	line-height: 50px;
	margin-top: 50px;
	background-color: #e60012;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
}

.inx-person .inxcaseMore div {
	color: #fff;
}

.swiNav-prev>div {
	transform: rotate(90deg)
}

.swiNav-next>div {
	transform: rotate(90deg)
}

.swiNav-prev {
	position: absolute;
	left: calc(50% - 8px);
	top: -20px;
	cursor: pointer;
}

.swiNav-next {
	position: absolute;
	left: calc(50% - 8px);
	bottom: -20px;
	cursor: pointer;
}

.inx-person .swiper-slide .mask_pro {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.75;
	z-index: 1;
}

.inx-person .msrongyu li {
	list-style: inside;
	color: #b5936e;
	line-height: 2em;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .1em;
}


.colorful_workplace {
	background-color: transparent;
	color: #fff;
	padding: 5vw 10vw;
}

.colorful_workplace.nopaddB {
	padding-bottom: 0;
}

.colorful_workplace .intro-part {
	background-color: transparent;
}

/* .colorful_workplace .auto-1600{background: url(../images/workplace_bg1.png)no-repeat right top;} */
.colorful_workplace .title {
	font-size: 40px;
	text-align: center;
}

.colorful_workplace .intro {
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
}

.colorful_workplace .ul1 {
	display: flex;
	justify-content: space-between;
	margin: 3vw 0;
}

.colorful_workplace .ul1 li {
	width: 31%;
}

.colorful_workplace .pic {
	width: 100%;
	height: 0;
	padding-top: 105%;
	background-size: 100%;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden;
}

.colorful_workplace .pic .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5%;
	color: #fff;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.5s;
}

.colorful_workplace li:hover .pic {
	background-size: 110%;
}

.colorful_workplace li:hover .pic .txt {
	transform: translateY(0);
	opacity: 1;
}

.colorful_workplace .tit {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-top: 2vw;
	border-left: 6px solid #e60012;
	padding-left: 1vw;
}

.colorful_workplace .video-part {
	background-image: url(../images/colorful_bg.jpg);
	padding: 5% 0;
	text-align: center;
}

.colorful_workplace .title1 {
	font-size: 30px;
	text-align: center;
	line-height: 2;
	color: #333;
}

.colorful_workplace .pic-part {
	padding: 5% 0;
	text-align: center;
	background-size: 70%;
	background-position: center 45%;
}

.colorful_workplace .intro1 {
	text-align: center;
	color: #fff;
	line-height: 1.8;
	padding: 0 0 1vw 0;
	font-size: 26px;
}

.colorful_workplace .ul2 {
	margin: 1% 0;
	background-image: url(../images/workplace_bg4.png);
	vertical-align: bottom;
	background-position: center -300%;
}

.colorful_workplace .ul2 li {
	padding: 0 3%;
	margin: 2% 0;
	display: inline-block;
}

.colorful_workplace .pic1 {
	width: 100%;
	position: relative;
	position: relative;
}

.colorful_workplace .pic1::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 20px;
	background: url(../images/pic_bottom.png)no-repeat center;
	background-size: cover;
}

.colorful_workplace .pic1 i {
	-moz-transform: scaleY(-1);
	padding: 1px 0px;
	background-origin: padding-box, content-box;
	background-clip: padding-box, content-box;
	position: absolute;
	height: 30%;
	width: 100%;
	top: 100%;
	left: 0px;
	opacity: 1;
}

.colorful_workplace .tit1 {
	font-size: 18px;
	color: #333;
	margin-top: 30px;
	text-align: center;
}

.colorful_workplace .ul2 li img {
	transition: all .3s ease-in-out;
}

.colorful_workplace .ul2 li:hover img {
	transform: scale(1.1);
}

.colorful_workplace p,
.colorful_workplace span {
	line-height: 1.8;
}

.colorful_workplace strong span {
	font-size: 24px !important;
	line-height: 1.8;
	font-weight: normal;
}
.swjoin{
	height: 700px;
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.swjoin .tt{
	position: absolute;
	bottom: 1vw;
	left: 50%;
	transform: translate(-50%,0);
	background-color: rgba(0,0,0,0.55);
	padding: 1vw;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.swjoin .swiper-button-next,.swjoin .swiper-button-prev {
    color: #e60012;
}

@media(max-width: 1500px) {
	.colorful_workplace .pic-part {
		padding: 2%;
	}
}

@media(max-width: 1024px) {
	.colorful_workplace .intro {
		font-size: 16px;
	}

	.colorful_workplace .auto-1600 {
		background: url(../images/workplace_bg1.png)no-repeat center top;
	}

	.colorful_workplace .tit {
		font-size: 16px;
	}

	.colorful_workplace .title1 {
		font-size: 18px;
	}

	.colorful_workplace .title2 {
		font-size: 18px;
	}

	.colorful_workplace .intro1 {
		font-size: 14px;
	}

	.colorful_workplace .ul2 li {
		padding: 0 3%;
	}

	.colorful_workplace .tit1 {
		font-size: 14px;
	}

	.colorful_workplace .intro-part {
		margin-top: 0;
		padding: 5% 0;
	}
}

@media(max-width: 640px) {
	.colorful_workplace .title {
		font-size: 28px;
	}

	.colorful_workplace .ul1 li {
		width: 50%;
		margin: 3% 0;
	}

	.colorful_workplace .title1 {
		font-size: 14px;
	}

	.colorful_workplace .ul2 li {
		width: 45%;
		padding: 0 4%;
	}

}

/* 产品详情 start */

.proinfotop {
	display: flex;
	align-items: center;
}
.proinfotop h4 {
	font-size: 36px;
	margin-bottom: 35px;
	color: #3f3224;
}
.proinfotop img {
	width: 50%;
	height: 400px;
	object-fit: contain;
}
.proinfotop>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	box-sizing: border-box;
	width: 50%;
}
.proinfotop>div span {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #cecece;
	padding: 10px 0;
	width: 100%;
	line-height: 40px;
	color: #666;
	font-size: 16px;
}
.text-content .content {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
}
.text-content .jieshao {
	width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    font-size: 26px;
    color: #2c231b;
    font-weight: 100;
	margin: 80px 0 0 0;
}
.proinfotop h5 {
	font-size: 16px;
}

/* 产品详情 end */

/* 新闻详情 start */
.er-new-container {
  padding-bottom: 70px;
  background: url(../picture/detall-bg.jpg) repeat scroll;
  overflow: hidden;
}
.er-new-container .newsdetbox{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.er-new-container .er-new-container-left{
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 100px 0;
	box-shadow: 2px 2px 20px rgb(0 0 0 / 5%);
	box-sizing: border-box;
	border-radius: 10px;
	margin: 80px 0 0 0;
}
.er-new-container .er-new-container-left .detbox{
	width: 100%;
	padding: 0 120px;
}

.er-new-container .er-new-container-left .t1 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  color: #392f25;
  line-height: 44px;
}

.er-new-container .er-new-container-left .t2 {
  text-align: center;
  font-size: 16px;
  margin-top: 14px;
  font-weight: 400;
  color: #8c8b8a;
  line-height: 26px;
}

.er-new-container .er-new-container-left .text {
  font-size: 16px;
  font-weight: 400;
  color: #4d443b;
  line-height: 30px;
  margin: 35px 0;
}

.er-new-container .er-new-container-right {
  width: 100%;
}

.er-new-container .er-new-container-right .title{
	margin: 5vw 0 3vw 0;
}

.er-new-container .er-new-container-right .top {
  padding: 25px 30px;
  /* background: url(../images/yuan7e6391b5.png) center top 100% repeat-y; */
}

.er-new-container .er-new-container-right .t1 {
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.er-new-container .er-new-container-right .t1 img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 12px;
}

.er-new-container .er-new-container-right .card-more {
  width: 105px;
  border-color: #E4C994;
  margin: 0 auto;
  height: 41px;
  margin-top: 30px;
  font-size: 14px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.er-new-container .er-new-container-right .card-more .text-text {
  color: #fff;
}

.er-new-container .er-new-container-right .card-more:hover {
  border-color: #bd191f;
}

.er-new-container .er-new-container-right .bottom {
  margin-top: 30px;
}

.er-new-container .er-new-container-right .bottom .media-wrap {
  padding-top: 47%;
  position: relative;
}

.er-new-container .er-new-container-right .bottom .media-wrap .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.er-new-container .er-new-container-right .bottom .guanggao-pa {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.er-new-container .er-new-container-right .bottom .guanggao-pa .swiper-pagination-bullet {
    width: 35px;
    height: 42px;
    opacity: 0.35;
    border-radius: 0;
    background: no-repeat scroll url(../picture/bn_li.png);
	transition: 500ms;
}

.er-new-container .er-new-container-right .bottom .guanggao-pa .swiper-pagination-bullet-active {
	opacity: 1;
	height: 48px;
}
.tuijian-ul{
	display: flex;
}

.tuijian-ul li a{
	display: flex;
}

.tuijian-ul li {
  width: 33.33%;
  padding: 30px 0;
  border-bottom: 1px solid #E7DDD8;
}

.tuijian-ul li .media-wrap {
  width: 180px;
  height: 100px;
  overflow: hidden;
}

.tuijian-ul li .media-wrap .img-wrap {
  width: 100%;
  height: 100%;
}

.tuijian-ul li .media-wrap .img-wrap {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-size: cover;
}

.tuijian-ul li .media-wrap:hover .img-wrap {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
       transform: scale(1.03);
}

.tuijian-ul li .text-container {
  width: -moz-calc(100% - 132px - 15px);
  width: calc(100% - 132px - 15px);
    padding: 5px 20px;  
}

.tuijian-ul li .text-container .tt {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
}

.tuijian-ul li .text-container .date {
  font-size: 16px;
  font-weight: 300;
  color: #b5936e;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .tuijian-ul li {
    padding: 16px 0;
  }
}

.page-pr{
	display: flex;
	justify-content: space-between;
}

.page-pr .left .one {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  color: #4d443b;
  line-height: 30px;
  width: 600px;
  display: block;
}
.page-pr .left .one:nth-child(1) {
  margin-bottom: 10px;
}

.page-pr .left .one:hover {
  color: #da251c;
}

.page-pr .left .one b {
  padding: 0 6px;
  color: #4d443b;
}

/* 新闻详情 start */
.blog-detail__content{
	overflow: hidden;
}
.blog-detail__content .text-content{
	width: 1300px;
	margin: 100px auto;
	background-color: #fff;
	padding: 90px 40px;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	box-sizing: border-box;
	border-radius: 10px;
}

/* 新闻详情 end */

.tbbox .f1 {
	width: 100%;
	height: 34vw;
	background-size: cover !important;
}

/* 首页视频模块 */

.index .f2 .right .quan {
	width: 100%;
	height: 100%;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
	background-image: url(../picture/img5.jpg);
	background-size: cover;
	background-position: center;
}
.index .f2 .right .quan>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
	height: 500px;
	background-color: rgba(0,0,0,.3);
	border-radius: 100vw;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.index .f2 .right .quan img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	object-fit: cover;
	opacity: .6;
	transition: all .5s;
}
.index .f2 .right .quan img:hover {
	opacity: 1;
}

/*招贤纳士*/

.er_rec{
	background: url(../picture/detall-bg.jpg) repeat scroll;
	overflow: hidden;
}
.er_rec .inner {width:1200px; margin: 0 auto 100px;}

/*recruitment*/
.recruitment {overflow:hidden;}
/*jobTop*/
.jobTop {background-image: linear-gradient(306deg,rgb(0 94 175 / 73%), rgb(230 0 18));color:#fff;overflow:hidden;}
.jobTop span {display:block;float:left;font-size:16px;line-height:1.5em;padding:23px 0.5%;text-align:center;word-wrap:break-word;word-break:break-all;}
.jobTop .name {width:23.5%;padding-left:5%;text-align:left;}
.jobTop .num {width:22%;}
.jobTop .place {width:23%;}
.jobTop .date {width:23%;}
/*jobItem*/
.jobItem {margin-top:10px;background-color:#fafafa;}
.jobItem .jobTop {background-color:#fafafa;background-image:none;color:#666;cursor:pointer;}
.jobItem .jobTop.cur {color:#2c231b;}
.jobItem .jobBtm {border-top:1px solid #eee;padding:2.5% 5%;display:none;}
.jobItem .box {font-size:16px;color:#999;line-height:2em;margin-bottom:2.32%;}
.jobItem h2 {font-size:16px;color:#424242;line-height:1.875em;margin-bottom:3px;background:url(../images/icon_01.png) no-repeat left 11px;padding-left:18px;}
.jobItem .btn {overflow:hidden;padding-top:2.4%;}
.jobItem .apply {float:left;}
.jobItem .apply a {color:#fff;background-color:#2c231b;font-size:16px;display:block;width:160px;height:50px;line-height:50px;text-align:center;}
.jobItem .apply a:hover{background-image: linear-gradient(306deg,rgb(0 94 175 / 73%), rgb(230 0 18));}
.jobItem .info {margin-left:180px;overflow:hidden;}
.jobItem .info span {display:block;float:left;padding:10px 20px;font-size:16px;color:#999;line-height:1.875em;}
@media only screen and (max-width:1280px){
    .er_rec {margin: 5vw 0 0 0;}
	.er_rec .inner {width:93.75%;}
	.er_rec .inner1600 {width:93.75%; padding:0;}
}
@media only screen and (max-width:1024px){	
	/*1024px jobTop*/
	.jobTop span {padding-top:15px; padding-bottom: 15px;}
	/*1024px jobItem*/
	.jobItem .apply a {width:140px; height:42px; line-height: 42px;}
	.jobItem .info {margin-left:155px;}
	.jobItem .info span {padding:6px 15px;}
}
@media only screen and (max-width:768px){
	
	/*768px jobTop*/
	.jobTop span {padding-top:9px; padding-bottom: 9px; font-size:14px;}
	.jobTop .num {width:20%;}
	.jobTop .date {width:25%;}
	.jobItem .box, .jobItem .info span {font-size: 14px;}
	.jobItem h2 {font-size:14px; background-position:0 10px;}
	.jobItem .apply a {width:90px; height:32px; line-height: 32px;}
	/*768px jobItem*/
	.jobItem .jobBtm {padding-top:3.5%; padding-bottom: 3.5%}
	.jobItem .box {line-height: 1.75em;}
	.jobItem .apply {float:none;}
	.jobItem .apply a {font-size:14px; width:100px; height:36px; line-height: 36px;}
	.jobItem .info {margin-left:0; margin-top:10px;}
	.jobItem .info span {padding:0; line-height:1.75em; float:none;}
}























