body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	font-weight: normal;
	word-break: break-all;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none !important;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

body {
	font-family: "Microsoft Yahei", "PingFang SC";
	background-color: #ffffff;
	margin: 0;
	/* margin-top: 6.25rem; */
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
	z-index: 99;
}

.header {
	width: 87.5rem;
	margin: auto;

}

.headerlogo {
	height: 6rem;
	float: left;
	padding: 0.5rem 0;
}

.headerlogo img {
	height: 100%;
}

.headerlb {
	float: right;

}

.headerright1 {
	float: right;
}

.headerright2 {
	float: right;
}

.headerlb div {
	float: left;
	margin-right: 4rem;
	position: relative;
}

.headerlblink {
	font-size: 1.1rem;
	line-height: 6rem;
	color: #ffffff;

}

.headerlb div section {
	width: 200%;
	position: absolute;
	left: -50%;
	top: 6rem;
	transition: all 0.5s ease;
	background-color: #ffffff;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	max-height: 0rem;
	overflow: hidden;
}

.headerlb div section a {
	font-size: 0.95rem;
	line-height: 1.8rem;
	padding: 0 1rem;
	color: #333;
	position: relative;
	padding-right: 2rem;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.headerlb div:hover>section {
	max-height: 20.5rem;
	padding: 0.5rem 0;
}

.headerlb div section a i {
	position: absolute;
	right: 0.5rem;
	top: 0;
	line-height: 1.8rem;
}

.headerlb div section a:hover {
	color: #cc2329;
}

.headerright1 {
	margin-right: 1rem;
}

.headerright1 a {
	background-color: #CC2329;
	color: #ffffff;
	line-height: 2.5rem;
	margin-top: 1.75rem;
	display: block;
	padding: 0 1rem;
	font-size: 0.95rem;
	border-radius: 0.2rem;
	transition: all 0.3s ease;
}

.headerright1 a i {
	float: left;
	margin-right: 0.2rem;
	font-size: 1.2rem;
}

.headerright2 a {
	font-size: 1.5rem;
	line-height: 6rem;
}

.headerright2 a i {
	font-size: 1.8rem;
	color: #FFFFFF;
	margin-left: 1rem;
	transition: all 0.3s ease;
}

.headerright2 a i:hover {
	color: #CC2329;
}

.banner1 {
	width: 87.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-right: 50%;
}

.banner1 h4 {
	font-size: 4rem;
	font-weight: 900;
	color: #ffffff;
	font-style: italic;
	margin-bottom: 2rem;
}

.banner1 p {
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
	word-break: break-word;
}

.banner1 .sybannerimg1 {
	height: 4rem;
	margin-bottom: 1rem;
}

section {
	box-sizing: border-box;
}

.index01 {
	width: 100%;
	padding: 8rem 0;
	background: url(../images/index01bg.jpg)center bottom no-repeat;
}

.index01main {
	width: 87.5rem;
	margin: auto;
}

.index01 h4 {
	font-size: 2.25rem;
	line-height: 4rem;
	color: #000000;
	position: relative;
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}

.index01 h4:after {
	content: '';
	width: 7rem;
	height: 0.4rem;
	background-color: #000000;
	border-radius: 1rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	margin: auto;

}

.index01 h4 span {
	color: #CC2329;
}

.index01lb {
	display: flex;
	flex-wrap: wrap;
}

.index01lb div {
	width: 31.33%;
	text-align: center;
}

.index01lb div img {
	width: 100%;
	border-radius: 0.6rem;
	transition: all 0.3s ease;
}

.index01lb div:hover>img {
	box-shadow: 0px 5px 10px #333;
}

.index01lb div:nth-child(2) {
	margin: 0 3%;
}

.index01lb div p {
	font-size: 1.125rem;
	margin-top: 1rem;
	font-weight: bold;
	transition: all 0.3s ease;
}

.index01lb div:hover>p {
	color: #CC2329;
}

.index02 {
	width: 100%;
	padding: 8rem 0;
	background: url(../images/index02bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	background-attachment: fixed;
}

.index02main {
	width: 87.5rem;
	margin: auto;
}

.index02lb {
	display: flex;
	flex-wrap: wrap;
}

.index02left {
	width: 50%;
	padding-right: 5%;
}

.index02right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.index02left h3 {
	font-size: 2.5rem;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	margin: 2rem 0;
}

.index02left h4 {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #FFFFFF;
}

.index02right input {
	width: 49%;
	margin-bottom: 1rem;
	height: 4rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.8);
	outline-style: none;
	border: none;
	font-size: 1.1rem;
}

.index02right input:nth-child(2n) {
	margin-left: 2%;
}

.index02right textarea {
	width: 100%;
	height: 10rem;
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.8);
	outline-style: none;
	border: none;
	padding: 1rem;
	margin-bottom: 1rem;
	font-family: "microsoft yahei";
	font-size: 1.1rem;
}

.index02right button {
	width: 100%;
	height: 3rem;
	background-color: #CC2329;
	color: #ffffff;
	outline-style: none;
	border: none;
	font-size: 1.2rem;
	text-transform: uppercase;
	border-radius: 0.5rem;
}

.index02right button:hover {
	background-color: #ad1f24;
}

.index03 {
	width: 100%;
	background: url(../images/index03bg.jpg) top center no-repeat;
	padding: 8rem 0;
	background-size: 100% auto;
}

.index03main {
	width: 87.5rem;
	margin: auto;
}

.index03tit {
	position: relative;
	padding: 2rem 5rem;
	padding-left: 18rem;
	z-index: 1;
}

.index03tit1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index03tit1 h4 {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: bold;
	line-height: 3rem;
	font-style: italic;
}

.index03tit1 a {
	display: block;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 0 2rem;
	position: relative;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}

.index03tit1 a:hover {
	opacity: 0.9;
}

.index03tit1 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8413b;
	/* 背景色 */
	transform: skewX(-10deg);
	/* X轴倾斜：负数向左，正数向右 */
	/* transform: skewY(5deg);  Y轴倾斜 */
	/* transform: skew(10deg, 5deg);  X+Y同时倾斜 */
	z-index: -1;
	/* 放在文字下方 */
}

.index03tit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eeeeee;
	/* 背景色 */
	transform: skewX(-10deg);
	/* X轴倾斜：负数向左，正数向右 */
	/* transform: skewY(5deg);  Y轴倾斜 */
	/* transform: skew(10deg, 5deg);  X+Y同时倾斜 */
	z-index: -1;
	/* 放在文字下方 */
}

.index03img img {
	position: absolute;
	display: block;
}

.index03img img:nth-child(1) {
	width: 12rem;
	left: 1rem;
	top: -3rem;
}

.index03img img:nth-child(2) {
	width: 4rem;
	left: 0;
	bottom: -0.5rem;
	animation: index03img1 1.5s infinite ease-in-out;
	transform: rotateZ(-32deg);
}

.index03img img:nth-child(3) {
	width: 4.5rem;
	left: 5rem;
	bottom: -1rem;
	animation: index03img2 1.5s infinite ease-in-out;
	animation-delay: 1s;
}

.index03img img:nth-child(4) {
	width: 3.5rem;
	left: 11rem;
	bottom: 0rem;
	animation: index03img3 1.5s infinite ease-in-out;
}

.index03img img:nth-child(5) {
	width: 3.5rem;
	left: 13.5rem;
	bottom: 4rem;
	animation: index03img4 1.5s infinite ease-in-out;
	animation-delay: 1s;
}

@keyframes index03img1 {
	0 {
		bottom: -0.5rem;
	}

	50% {
		bottom: -0.7rem;
	}

	100% {
		bottom: -0.5rem;
	}
}

@keyframes index03img2 {
	0 {
		bottom: -1rem;
	}

	50% {
		bottom: -1.2rem;
	}

	100% {
		bottom: -1rem;
	}
}

@keyframes index03img3 {
	0 {
		bottom: 0rem;
	}

	50% {
		bottom: -0.2rem;
	}

	100% {
		bottom: 0rem;
	}
}

@keyframes index03img4 {
	0 {
		bottom: 4rem;
	}

	50% {
		bottom: 3.8rem;
	}

	100% {
		bottom: 4rem;
	}
}

.index03lb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.index03lb a {
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 2rem;
}

.index03lb a:nth-child(4n) {
	margin-right: 0;
}

.index03lb a img {
	width: 100%;
	height: 15rem;
	border: 1px solid #dddddd;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
}

.index03lb a h4 {
	font-size: 1.2rem;
	line-height: 3rem;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index03lb a p {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666;
}

.index03lb a p span {
	color: #f13939;
}

.index03lb a:hover>img {
	border: 1px solid #CC2329;
	box-shadow: 0px 0px 10px #dddddd;
}

.index03lb a:hover>h4 {
	color: #f13939;
}

.index04 {
	background-color: #f5f5f5;
	padding: 8rem 0;
	background: url(../images/index04bg.jpg) bottom center no-repeat;
}

.index04main {
	width: 87.5rem;
	margin: auto;
}

.index04js {
	margin-bottom: 8rem;
	position: relative;
	padding-right: 40%;
}

.index04js h2 {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #f13939;
	margin-bottom: 1rem;
}

.index04js h3 {
	font-size: 2.375rem;
	line-height: 3rem;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2rem;
}

.index04js p {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
}

.index04js a {
	position: absolute;
	width: 8rem;
	height: 8rem;
	background-color: #f13939;
	border-radius: 50%;
	text-align: center;
	font-size: 4rem;
	color: #ffffff;
	display: block;
	right: 4rem;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: all 0.3s ease;
}

.index04js a i {
	line-height: 8rem;
	font-size: 3rem;
}

.index04js a img {
	width: 15rem;
	height: 15rem;
	position: absolute;
	left: -3.5rem;
	top: -3.5rem;
	animation: index04js 15s infinite linear;
}

.index04js a:hover {
	background-color: #333;
}

@keyframes index04js {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

.index04js1 {
	position: relative;
}

.index04js1 img:nth-child(1) {
	position: absolute;
	left: 9%;
	top: -6rem;
	width: 30%;
}

.index04js1 img:nth-child(2) {
	width: 100%;
}

.index05 {
	width: 100%;
	padding: 8rem 0;
	background: url(../images/index05bg.jpg) bottom center no-repeat;
}

.index05main {
	width: 87.5rem;
	margin: auto;
	background-size: 100% auto;
}

.index05tit {
	text-align: center;
	margin-bottom: 3rem;
}

.index05tit h4 {
	font-size: 2.25rem;
	line-height: 3rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.index05tit p {
	font-size: 1rem;
	color: #333333;
}

.index05lb {
	display: flex;
	flex-wrap: wrap;
}

.index05lb a {
	width: 48%;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 20rem;
	min-height: 11rem;
}

.index05lb a:nth-child(2n) {
	margin-left: 4%;
}

.index05lb a img {
	width: 18rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 11rem;
	border-radius: 1rem;
	transition: all 0.3s ease;
}

.index05lb a h3 {
	font-size: 1.1rem;
	color: #000000;
	line-height: 1.5rem;
	font-weight: bold;
	max-height: 3rem;
	margin-bottom: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
	transition: all 0.3s ease;
}

.index05lb a h4 {
	font-size: 0.9rem;
	color: #F13939;
	margin-bottom: 0.8rem;
}

.index05lb a p {
	font-size: 0.95rem;
	line-height: 1.5rem;
	max-height: 4.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
	color: #666;
}

.index05lb a:hover>img {
	opacity: 0.9;
}

.index05lb a:hover>h3 {
	color: #F13939;
}

.index05more {
	text-align: center;
	padding-top: 2rem;
}

.index05more a {
	font-size: 1rem;
	color: #000000;
	transition: all 0.3s ease;
}

.index05more a i {
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	background-color: #F13939;
	color: #ffffff;
	border-radius: 50%;
	font-size: 0.9rem;
	display: inline-block;
	margin-right: 0.5rem;
	transition: all 0.3s ease;
}

.index05more a:hover {
	color: #F13939;
}

.index05more a:hover>i {
	background-color: #CC2329;
}

footer {
	background-color: #141d25;
	padding-top: 5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.footer {
	width: 87.5rem;
	margin: auto;
	text-transform: uppercase;
}

.footer1 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 3rem;
}

.footer1left {
	width: 40%;
}

.footer1left img {
	width: 100%;
	border-radius: 1rem;
}

.footer1left h2 {
	font-size: 1.125rem;
	line-height: 1.2rem;
	color: #ffffff;
	font-weight: bold;
	margin-top: 2rem;
}

.footer1left h3 {
	font-size: 1rem;
	line-height: 2rem;
	color: #ffffff;
	margin-top: 0.8rem;
}

.footer1left h4 {
	font-size: 1rem;
	line-height: 1.2rem;
	color: #ffffff;
	margin-top: 2rem;
}

.footer1left div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.footer1left div i {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #ffffff;
	margin-right: 1.5rem;
}

.footer1left div i:hover {
	color: #E8413B;
}

.footer1center {
	width: 10%;
	margin: 0 10%;
}

.footer1center h4 {
	font-size: 1.125rem;
	line-height: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #FFFFFF;
}

.footer1center a {
	font-size: 1rem;
	line-height: 2rem;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.footer1center div {
	max-height: 20.5rem;
	overflow: hidden;
}

.footer1center a i {
	margin-right: 0.2rem;
}

.footer1center a:hover {
	opacity: 1;
}

.footer1right {
	width: 30%;
}

.footer1right div {
	position: relative;
	padding-left: 3rem;
	min-height: 2rem;
	margin-bottom: 2rem;
}

.footer1right div i {
	width: 2rem;
	height: 2rem;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 2rem;
	display: block;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

.footer1right div h4 {
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.footer1right div h5 {
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 2rem;
}

.footer1right div h3 {
	font-size: 1rem;
	margin-bottom: 0.3rem;
	color: #ffffff;
}

.footer2 {
	width: 100%;
	border-top: 1px solid #434a50;
	padding: 1.5rem 0;
}

.footer2 h4 {
	float: left;
	font-size: 0.9rem;
	color: #ffffff;
	line-height: 1rem;
}

.footer2 p {
	float: right;
	font-size: 0.9rem;
	color: #ffffff;
	line-height: 1rem;
}

.footer2 p a {
	color: #FFFFFF;
}

.headerxz {
	background-color: #cc2329;
	box-shadow: 0px 18px 15.75px 7.25px rgba(4, 0, 0, 0.15);

}

.headerxz .headerright1 a {
	background-color: #333;
	color: #ffffff;
}

.about {
	width: 100%;
	background-color: #f9fafb;
	padding: 8rem 0;
}

.aboutmain {
	width: 87.5rem;
	margin: auto;
}

.about1 {
	display: flex;
	flex-wrap: wrap;
}

.aboutleft {
	width: 47%;
}

.aboutleft h4 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 2rem;
}

.aboutleft h4 span {
	color: #CC2329;
}

.aboutleft div p {
	font-size: 1rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	word-break: break-word;
}

.aboutright {
	width: 49%;
	margin-left: 4%;

}

.aboutright img {
	width: 100%;
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border-radius: 0.75rem;
}

.banner {
	width: 100%;

}

.banner img {
	width: 100%;
}

.productleft {
	width: 25%;
	float: left;
}

.productright {
	width: 73%;
	float: right;
	margin-left: 2%;
}

.productleft1 {
	background-image: -moz-linear-gradient(-180deg, #CC2329, #9b2226);
	background-image: -webkit-linear-gradient(-180deg, #CC2329, #9b2226);
	background-image: -ms-linear-gradient(-180deg, #CC2329, #9b2226);
	box-shadow: 0px 5px 16px 0px rgb(88 94 101 / 36%);
	padding: 2rem;
	border-radius: 1rem;
}

.productleft1 h3 {
	color: #ffffff;
	line-height: 1.5rem;
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.productleft1 h3 span {
	font-size: 1rem;
	text-transform: uppercase;
}

.productleft2 {
	max-height: 30rem;
	overflow: auto;
	padding-right: 1rem;
}

/* 仅作用于的元素 */
.productleft2::-webkit-scrollbar {
	width: 3px;
	border-radius: 5px;
}

.productleft2::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.4);
}

.productleft2::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}

.productleft2::-webkit-scrollbar-thumb:hover {
	background: #3366ff;
}

/* Firefox 单独设置 */
.productleft2 {
	scrollbar-width: thin;
	scrollbar-color: #6699ff #e9e9e9;
}

.productleft2 a {
	font-size: 1rem;
	color: #000000;
	background-color: #ffffff;
	line-height: 4rem;
	padding: 0 1.5rem;
	display: block;
	box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
	border-radius: 0.3125rem;
	margin-bottom: 1rem;
	position: relative;
	padding-right: 4rem;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productleft2 a i {
	position: absolute;
	right: 1rem;
	top: 0;
	font-size: 2rem;
	line-height: 4rem;
	color: #cc2329;
	transition: all 0.3s ease;
}

.productleft2 a:hover {
	background-color: #cc2329;
	color: #FFFFFF;
}

.productleft2 a:hover>i {
	color: #FFFFFF;
}

.productleft2 .productleft2xz {
	background-color: #333;
	color: #FFFFFF;
}

.productleft2 .productleft2xz i {
	color: #FFFFFF;
}

.productright1 {
	display: flex;
	flex-wrap: wrap;
}

.productright1 a {
	width: 31.33%;
	display: block;
	margin-bottom: 1rem;
	box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.productright1 a img {
	width: 100%;
	display: block;
	min-height: 12rem;
}

.productright1 a div {
	height: 14rem;
	overflow: hidden;
}

.productright1 a:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 1rem;
}

.productright1 a p {
	font-size: 1rem;
	line-height: 3.5rem;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	padding: 0 1rem;
}

.productright1 a:hover {
	background-color: #cc2329;
}

.productright1 a:hover>p {
	color: #FFFFFF;
}

.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #cc2329;
}

.fenye li .current {
	color: #ffffff !important;
}

.fenye li a {
	color: #222222 !important;
}

.productdet1left {
	width: 37%;
	padding-right: 5%;
}

.productdet1left img {
	width: 100%;
}

.productdet1right {
	width: 63%;
}

.productdet1right h2 {
	font-size: 1.875rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}

.productdet1right ul {
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	background-color: #f5f5f5;
}

.productdet1right ul li {
	width: 100%;
	position: relative;
}


.productdet1right ul li h4 {
	font-size: 0.875rem;
	line-height: 1.2rem;
	color: #666666;
}

.productdet1right ul li p {
	font-size: 0.95rem;
	line-height: 1.5rem;
	color: #222222;
}

.productdet1right h3 {
	font-size: 0.875rem;
	line-height: 1rem;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #dddddd;
	color: #666;
}

.productdet1right div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.productdet1right div a {
	padding: 0 2rem;
	font-size: 1rem;
	color: #ffffff;
	line-height: 3rem;
	border-radius: 0.5rem;
	margin-right: 2rem;
	transition: all 0.3s ease;
}

.productdet1right div a i {
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.productdet1right div a:nth-child(1) {
	background-color: #dc2c1e;
}

.productdet1right div a:nth-child(2) {
	background-color: #333333;
}

.productdet1right div a:nth-child(1):hover {
	background-color: #bf2519;
}

.newslb {
	display: flex;
	flex-wrap: wrap;
}

.newslb li {
	width: 31.33%;
	margin-bottom: 2rem;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 19.92px 4.08px rgba(0, 0, 0, 0.08);
}

.newslb li:nth-child(3n-1) {
	margin-left: 3%;
	margin-right: 3%;
}

.newslb li img {
	width: 100%;
}

.newslb li div {
	padding: 1.5rem;
}

.newslb li div h3 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb li div h4 {
	font-size: 0.85rem;
	line-height: 1.2rem;
	margin-bottom: 0.6rem;
	color: #242424;
}

.newslb li div p {
	font-size: 0.9rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newslb li div a {
	background-color: #434343;
	margin-top: 1.5rem;
	display: inline-block;
	line-height: 2.2rem;
	padding: 0 1.5rem;
	color: #ffffff;
	border-radius: 3px;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

.newslb li div a:hover {
	background-color: #222222;
}

.newsxqtit {
	text-align: center;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dddddd;
}

.newsxqtit h4 {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	margin-bottom: 0.3rem;
}

.newsxqtit h5 {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666;
}

.newsxqnr p {
	font-size: 1rem;
	line-height: 1.8rem;
}

.newsxqnr img {
	width: 100%;
}

.newsxzfl {
	text-align: center;
	margin-bottom: 2rem;
}

.newsxzfl a {
	color: #ffffff;
	display: inline-block;
	background-color: #333;
	padding: 0 2rem;
	border-radius: 5px;
	margin: 0 0.5rem;
	line-height: 2.8rem;
	transition: all 0.3s ease;
}

.newsxzfl a:hover {
	background-color: #22A58F;
}

.newsxzfl .newsxzflxz {
	background-color: #22A58F;
}

.newsxqtit {
	text-align: center;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dddddd;
}

.newsxqtit h4 {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000000;
	margin-bottom: 0.3rem;
}

.newsxqtit h5 {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666;
}

.newsxqnr p {
	font-size: 1rem;
	line-height: 1.8rem;
}

.newsxqnr img {
	width: 100%;
}

.contact1 {
	width: 87.5rem;
	margin: auto;
	padding-bottom: 5rem;
}

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

.contact1main div {
	width: 20%;
	text-align: center;
}

.contact1main div i {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	text-align: center;
	line-height: 8rem;
	font-size: 2.5rem;
	color: #FFFFFF;
	background-color: #c31022;
	border: 1rem solid #ffdde0;
	display: inline-block;
}

.contact1main div h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #111417;
	font-weight: bold;
	margin-top: 0.5rem;
}

.contact1main div p {
	font-size: 0.95rem;
	line-height: 1.8rem;
}

.contact2 {
	width: 100%;
	padding: 5rem 0;
	background-color: #eeeeee;
}

.contact2main {
	width: 87.5rem;
	margin: auto;
}

.contact2tit {
	text-align: center;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.contact2tit span {
	color: #c31022;
}

.contact2lb {
	display: flex;
	flex-wrap: wrap;
}

.contact2lb input {
	width: 31.33%;
	padding: 0 1rem;
	height: 4rem;
	line-height: 4rem;
	background-color: #FFFFFF;
	font-size: 1.1rem;
	border: none;
}

.contact2lb input:nth-child(2) {
	margin: 0 3%;
}

.contact2lb textarea {
	width: 100%;
	height: 13rem;
	padding: 1rem;
	background-color: #FFFFFF;
	font-size: 1.1rem;
	border: none;
	font-family: 微软雅黑;
	margin-top: 2rem;
	outline-style: none;
}

.contact2btn {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

.contact2btn button {
	background-color: #c31022;
	font-size: 1.2rem;
	color: #FFFFFF;
	border-radius: 2rem;
	line-height: 4rem;
	padding: 0 3rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.contact2btn button i {
	margin-right: 0.2rem;
	transition: all 0.3s ease;
}

.contact2btn button:hover {
	background-color: #111417;
	padding: 0 3.5rem;
}

.contact2btn button:hover>i {
	margin-right: 0.4rem;
}

.promenu {
	display: none;
}

.productdet1right ul li table {
	width: 100%;
}

.productdet1right ul li table tr td {
	border: 1px solid #dddddd;
	padding: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.container-fluid {
	padding: 0px;
}

.box img {
	max-width: 100%
}

.box {
	width: calc(33.33% - 20px);
	box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

.box p {
	font-size: 1rem;
	line-height: 3.5rem;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	padding: 0 1rem;
}

.box:hover {
	background-color: #cc2329;
}

.box:hover>p {
	color: #ffffff;
}








@media only screen and (max-width: 1920px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1560px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1440px) {
	html {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1100px) {
	html {
		font-size: 11px;
	}
}

@media only screen and (max-width: 640px) {
	html {
		font-size: 14px;
	}

	section {
		box-sizing: border-box;
	}

	.banner1 {
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding-right: 0;
		padding: 0 5%;
	}

	.banner1 .sybannerimg1 {
		height: 1rem;
		margin-bottom: 0.5rem;
		width: auto;
	}

	.banner1 p {
		font-size: 0.9rem;
		color: #ffffff;
		line-height: 1.5rem;
		font-weight: normal;
		text-transform: uppercase;
		word-break: break-word;
	}

	.swiper-pagination-bullet-active {
		width: 2rem;
	}

	.swiper-pagination-bullet {
		width: 1rem;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 1rem;
	}

	body {
		padding-top: 50px;
	}

	.index01 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index01bg.jpg)center bottom no-repeat;
	}

	.index01main {
		width: 100%;
		margin: auto;
	}

	.index01 h4 {
		font-size: 0.95rem;
		line-height: 1.8rem;
		color: #000000;
		position: relative;
		margin-bottom: 3rem;
		text-align: center;
		font-weight: normal;
		text-transform: uppercase;
	}

	.index01 h4:after {
		content: '';
		width: 5rem;
		height: 0.3rem;
		background-color: #000000;
		border-radius: 1rem;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1rem;
		margin: auto;
	}

	.index01lb div {
		width: 100%;
		text-align: center;
	}

	.index01lb div:nth-child(2) {
		margin: 1rem 0;
	}

	.index01lb div p {
		font-size: 1rem;
		margin-top: 1rem;
		font-weight: bold;
		transition: all 0.3s ease;
	}

	.index02 {
		padding: 20px 10px;
	}

	.index02main {
		width: 100%;
		margin: auto;
	}

	.index02left {
		width: 100%;
		padding-right: 0;
	}

	.index02left img {
		width: 4rem;
	}

	.index02left h3 {
		font-size: 1.25rem;
		color: #ffffff;
		font-weight: 900;
		text-transform: uppercase;
		font-style: italic;
		margin: 1rem 0;
	}

	.index02left h4 {
		font-size: 0.85rem;
		line-height: 1.5rem;
		color: #FFFFFF;
	}

	.index02right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.index02right input {
		width: 49%;
		margin-bottom: 1rem;
		height: 3rem;
		padding: 0 1rem;
		border-radius: 0.5rem;
		background-color: rgba(255, 255, 255, 0.8);
		outline-style: none;
		border: none;
		font-size: 1rem;
	}

	.index02right textarea {
		width: 100%;
		height: 5rem;
		border-radius: 0.5rem;
		background-color: rgba(255, 255, 255, 0.8);
		outline-style: none;
		border: none;
		padding: 1rem;
		margin-bottom: 1rem;
		font-family: "microsoft yahei";
		font-size: 1rem;
	}

	.index02right button {
		width: 100%;
		height: 3rem;
		background-color: #CC2329;
		color: #ffffff;
		outline-style: none;
		border: none;
		font-size: 1.1rem;
		text-transform: uppercase;
		border-radius: 0.5rem;
	}

	.index03 {
		width: 100%;
		background: url(../images/index03bg.jpg) top center no-repeat;
		padding: 20px 10px;
		background-size: 100% auto;
	}

	.index03main {
		width: 100%;
		margin: auto;
	}

	.index03tit {
		position: relative;
		padding: 1rem;
		padding-left: 1rem;
		z-index: 1;
	}

	.index03img {
		display: none;
	}

	.index03tit1 h4 {
		font-size: 0.9rem;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: bold;
		line-height: 2rem;
		font-style: italic;
	}

	.index03tit1 a {
		display: block;
		font-size: 0.9rem;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
		font-weight: bold;
		line-height: 2.2rem;
		padding: 0 1rem;
		position: relative;
		font-weight: bold;
		color: #FFFFFF;
		font-style: italic;
		margin-top: 0.5rem;
	}

	.index03tit::before {
		transform: skewX(-5deg);
	}

	.index03lb a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.5rem;
	}

	.index03lb a:nth-child(2n) {
		margin-right: 0;
	}

	.index03lb a img {
		width: 100%;
		height: 9.5rem;
		border: 1px solid #dddddd;
		border-radius: 0.5rem;
		transition: all 0.3s ease;
	}

	.index03lb a h4 {
		font-size: 1rem;
		line-height: 2rem;
		color: #000000;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
	}

	.index05 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index05bg.jpg) bottom center no-repeat;
	}

	.index05main {
		width: 100%;
		margin: auto;
		background-size: auto 100%;
	}

	.index05tit {
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.index05tit h4 {
		font-size: 1.25rem;
		line-height: 2rem;
		margin-bottom: 0rem;
		font-weight: bold;
	}

	.index05tit p {
		font-size: 0.85rem;
		color: #333333;
		line-height: 1.5rem;
	}

	.index05lb a {
		width: 100%;
		margin-bottom: 10px;
		position: relative;
		padding-left: 0;
		min-height: 11rem;
	}

	.index05lb a:nth-child(2n) {
		margin-left: 0%;
	}

	.index05lb a img {
		width: 100%;
		position: initial;
		left: 0;
		top: 0;
		height: 12rem;
		border-radius: 1rem;
		margin-bottom: 0.5rem;
		transition: all 0.3s ease;
	}

	.index05lb a h3 {
		font-size: 1rem;
	}

	.index05lb a p {
		font-size: 0.9rem;
	}

	.index05more {
		text-align: center;
		padding-top: 1rem;
	}

	footer {
		padding-top: 20px;
	}

	.footer {
		width: 100%;
		margin: auto;
		text-transform: uppercase;
		padding: 0 10px;
	}

	.footer1 {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0rem;
	}

	.footer1left {
		width: 100%;
	}

	.footer1center {
		width: 10%;
		margin: 0 10%;
		display: none;
	}

	.footer1right {
		width: 100%;
		margin-top: 1rem;
	}

	.footer1left h2 {
		font-size: 1.1rem;
		line-height: 1.8rem;
		color: #ffffff;
		font-weight: bold;
		margin-top: 1rem;
	}

	.footer1left h3 {
		font-size: 0.9rem;
		line-height: 2;
		color: #ffffff;
		margin-top: 0.3rem;
	}

	.footer1left h4 {
		font-size: 1rem;
		line-height: 1.2rem;
		color: #ffffff;
		margin-top: 1rem;
		/* margin-bottom: 1rem; */
	}

	.footer1right div {
		margin-bottom: 1rem;
	}

	.footer2 {
		width: 100%;
		border-top: 1px solid #434a50;
		padding: 1rem 0;
	}

	.footer2 h4 {
		float: left;
		font-size: 0.9rem;
		color: #ffffff;
		line-height: 1.5rem;
		text-align: center;
		width: 100%;
	}

	.footer2 p {
		float: right;
		font-size: 0.9rem;
		color: #ffffff;
		line-height: 1.5rem;
		width: 100%;
		text-align: center;
	}

	.about {
		width: 100%;
		background-color: #f9fafb;
		padding: 20px 10px;
	}

	.aboutmain {
		width: 100%;
		margin: auto;
	}

	.aboutleft {
		width: 100%;
	}

	.aboutright {
		width: 100%;
		margin-left: 0;
	}

	.aboutleft h4 {
		font-size: 2rem;
		line-height: 1;
		font-weight: 900;
		margin-bottom: 1rem;
	}

	.aboutleft div p {
		font-size: 0.9rem;
		line-height: 1.65rem;
	}

	.promenu {
		display: block;
		position: fixed;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-image: -moz-linear-gradient(-180deg, #CC2329, #9b2226);
		background-image: -webkit-linear-gradient(-180deg, #CC2329, #9b2226);
		background-image: -ms-linear-gradient(-180deg, #CC2329, #9b2226);
		box-shadow: 0px 5px 16px 0px rgb(88 94 101 / 36%);
		text-align: center;
		line-height: 40px;
		right: 20px;
		bottom: 20%;
	}

	.promenu i {
		line-height: 40px;
		font-size: 25px;
		color: #ffffff;
	}

	.productleft1 {
		width: 60%;
		position: fixed;
		left: -70%;
		top: 0;
		height: 100%;
		border-radius: 0;
		padding: 10px;
		transition: all 0.3s ease;
		z-index: 99;
	}

	.productleft2 {
		max-height: 92%;
		overflow: auto;
		padding-right: 5px;
	}

	.productleft2 a {
		font-size: 0.9rem;
		color: #000000;
		background-color: #ffffff;
		line-height: 3rem;
		padding: 0 1rem;
		display: block;
		box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
		border-radius: 0.3125rem;
		margin-bottom: 1rem;
		position: relative;
		padding-right: 3rem;
		transition: all 0.3s ease;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.productleft2 a i {
		position: absolute;
		right: 0.5rem;
		top: 0;
		font-size: 1.5rem;
		line-height: 3rem;
		color: #cc2329;
		transition: all 0.3s ease;
	}

	.productleft1 h3 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.productright {
		width: 100%;
		float: right;
		margin-left: 0;
	}

	.productright1 a {
		width: 49%;
		display: block;
		margin-bottom: 10px;
		box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
		border-radius: 10px;
		overflow: hidden;
		background-color: #cc2329;
		transition: all 0.3s ease;
	}

	.productright1 a:nth-child(3n-1) {
		margin: 0;
		margin-bottom: 10px;
	}

	.productright1 a:nth-child(2n) {
		margin-left: 2%;
	}

	.productright1 a img {
		width: 100%;
		display: block;
		min-height: 10rem;
	}

	.productright1 a div {
		height: 10rem;
		overflow: hidden;
	}

	.productright1 a p {
		font-size: 0.9rem;
		line-height: 2.5rem;
		color: #ffffff;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
		padding: 0 1rem;
	}

	.productdet1left {
		width: 100%;
		padding-right: 0;
	}

	.productdet1right {
		width: 100%;
		margin-top: 10px;
	}

	.productdet1right h2 {
		font-size: 1.1rem;
		line-height: 2rem;
		margin-bottom: 10px;
	}

	.productdet1right ul {
		padding: 1rem;
		display: flex;
		flex-wrap: wrap;
		background-color: #f5f5f5;
	}

	.productdet1right h3 {
		font-size: 0.875rem;
		line-height: 1.5rem;
		padding-top: 10px;
		margin-top: 10px;
		border-top: 1px solid #dddddd;
		color: #666;
	}

	.productdet1right div {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.productdet1right div a {
		padding: 0 1.5rem;
		font-size: 0.9rem;
		color: #ffffff;
		line-height: 2.5rem;
		border-radius: 0.5rem;
		margin-right: 2rem;
		transition: all 0.3s ease;
	}

	.newslb li {
		width: 100%;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		box-shadow: 0px 2px 19.92px 4.08px rgb(0 0 0 / 8%);
	}

	.newslb li div a {
		background-color: #434343;
		margin-top: 1.5rem;
		display: inline-block;
		line-height: 2.2rem;
		padding: 0 1.5rem;
		color: #ffffff;
		border-radius: 3px;
		margin-bottom: 0;
		transition: all 0.3s ease;
	}

	.newslb li div {
		padding: 1rem;
	}

	.newsxqtit h4 {
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.8rem;
		color: #000000;
		margin-bottom: 0.3rem;
	}

	.newsxqtit h5 {
		font-size: 0.8rem;
		line-height: 1.5rem;
		color: #666;
	}

	.newsxqtit {
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #dddddd;
	}

	.newsxqnr p {
		font-size: 0.9rem;
		line-height: 1.8rem;
	}

	.contact1 {
		width: 100%;
		margin: auto;
		padding-bottom: 0px;
	}

	.contact1main {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contact1main div {
		width: 49%;
		text-align: center;
		margin-bottom: 10px;
	}

	.contact1main div i {
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
		text-align: center;
		line-height: 5rem;
		font-size: 1.5rem;
		color: #FFFFFF;
		background-color: #c31022;
		border: 0.6rem solid #ffdde0;
		display: inline-block;
	}

	.contact1main div h4 {
		font-size: 1.1rem;
		line-height: 2rem;
		color: #111417;
		font-weight: bold;
		margin-top: 0.1rem;
	}

	.contact1main div p {
		font-size: 0.85rem;
		line-height: 1.5rem;
	}

	.contact2 {
		width: 100%;
		padding: 20px 10px;
		background-color: #eeeeee;
	}

	.contact2main {
		width: 100%;
	}

	.contact2tit {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5rem;
		margin-bottom: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.contact2lb input {
		width: 100%;
		padding: 0 1rem;
		height: 3rem;
		line-height: 3rem;
		background-color: #FFFFFF;
		font-size: 0.95rem;
		border: none;
	}

	.contact2lb input:nth-child(2) {
		margin: 10px 0;
	}

	.contact2lb textarea {
		width: 100%;
		height: 7rem;
		padding: 1rem;
		background-color: #FFFFFF;
		font-size: 0.95rem;
		border: none;
		font-family: 微软雅黑;
		margin-top: 10px;
		outline-style: none;
	}

	.contact2btn {
		width: 100%;
		margin-top: 1rem;
		text-align: center;
	}

	.contact2btn button {
		background-color: #c31022;
		font-size: 1rem;
		color: #FFFFFF;
		border-radius: 2rem;
		line-height: 3rem;
		padding: 0 3rem;
		text-transform: uppercase;
		transition: all 0.3s ease;
	}

	header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		transition: all 0.3s ease;
		z-index: 99;
		height: 50px;
		background: #cc2329;
		box-shadow: 0px 18px 15.75px 7.25px rgb(4 0 0 / 15%);
		box-sizing: border-box;
		padding: 0 10px;
	}

	.header {
		width: 100%;
		margin: auto;
	}

	.headerlogo {
		height: 40px;
		float: left;
		padding: 0;
		margin-top: 5px;
	}

	.headerright1,
	.headerright2 {
		display: none;
	}

	.headerlb {
		float: right;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #e8413b;
	}

	.headerlb {
		float: right;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #cc2329;
		left: 0;
		top: 0;
		display: none;
	}

	.headerlb div {
		float: left;
		margin-right: 0;
		position: relative;
		width: 100%;
	}

	.headerlblink {
		font-size: 1rem;
		line-height: 50px;
		color: #ffffff;
		width: 100%;
		display: block;
		text-align: center;
	}

	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		overflow: hidden;
		z-index: 99;
		float: right;
		right: 10px;
		top: 10px;
	}

	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #ffffff;
		transition: all 0.3s ease;
	}

	.mobilemenu span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}

	.mobilemenu span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
		width: 60%;
		margin-left: 40%;
	}

	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.mobilemenuxz span:nth-child(2) {
		left: -40px;
	}

	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}

	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}














}