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: "PingFang SC", "Microsoft Yahei";
	background-color: #ffffff;
	margin: 0;
}

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

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

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

.index01top1 {
	width: 50%;
	padding-right: 2%;
}

.index01top2 {
	width: 50%;
}

.index01top1 h2 {
	font-size: 3.7rem;
	line-height: 4rem;
	font-weight: bold;
	color: #939393;
	text-transform: uppercase;
	font-family: '微软雅黑';
}

.index01top1 h3 {
	font-size: 2.6rem;
	line-height: 3rem;
	font-weight: bold;
	color: #333;
	margin: 2rem 0;
}

.index01top1 h4 {
	width: 8.75rem;
	height: 0.625rem;
	background-color: #0dc8c6;
	border-radius: 1rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.index01top1 h5 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #333;
	font-weight: bold;
}

.index01top1 p {
	font-size: 0.8rem;
	line-height: 1.1rem;
	color: #333;
	text-transform: uppercase;
	width: 50%;
	margin-top: 0.5rem;
	font-weight: bold;
}

.index01more {
	margin-top: 2rem;
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.1rem;
	border-radius: 3rem;
	border: 1px solid #aaaaaa;
	color: #333;
	line-height: 2.5rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.index01more i {
	font-size: 1.2rem;
	margin-left: 0.2rem;
	line-height: 2.2rem;
	float: right;
}

.index01more:hover {
	background-color: #0dc8c6;
	color: #ffffff;
	padding: 0 2.2rem;
	border: 1px solid #0dc8c6;
}

.index01top2 h2 {
	font-size: 1.125rem;
	line-height: 2.5rem;
	color: #686868;
}

.index01top2 h3 {
	width: 100%;
	background-color: #c2c5c6;
	height: 1px;
	position: relative;
	margin: 2.5rem 0;
}

.index01top2 h3:after {
	width: 10rem;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	background-color: #0dc8c6;
	border-radius: 2rem;
}

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

.index01top2lb li {
	text-align: center;
}

.index01top2lb li h4 {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #0dc8c6;
}

.index01top2lb li h4 b {
	font-size: 1.8rem;
	color: #666;
	vertical-align: top;
	margin-left: 0.2rem;
}

.index01top2lb li p {
	font-size: 1rem;
	color: #666;
}

.index01bottom {
	display: flex;
	margin-top: 5rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index01bottom img {
	width: 23%;
	border-radius: 0.625rem 1.875rem 0.625rem 1.875rem;
	box-shadow: 0px 0px 7.36px 0.64px rgba(4, 0, 0, 0.49);
	border: 0.3125rem solid #ffffff;
	transition: all 0.3s ease;
}

.index01bottom img:hover {
	transform: scale(1.02);
}

.index01center {
	width: 26rem;
	height: 26rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	background: #ffffff;
	padding: 3rem;
}

.index01center:after {
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	position: absolute;
	left: -2rem;
	top: -2rem;
	border: 1px solid #ffffff;
	content: '';
}

.proimg {
	width: 20rem;
	height: 20rem;
	border-radius: 3rem;
}

.proimgbg {
	width: 32rem;
	height: 32rem;
	position: absolute;
	left: -3rem;
	top: -3rem;
	display: block;
	animation: proimgbg 15s infinite linear;
	z-index: 1;
}

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

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

.index01left {
	width: 25%;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
}

.index01left h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.5rem;
	color: #ffffff;
}

.index01left h4 {
	font-size: 1.125rem;
	line-height: 2.5rem;
	color: #ffffff;
}

.index01left .index01leftmore {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1rem;
	background-color: #dc2c1e;
	line-height: 2.8rem;
	border-radius: 0.3125rem;
	color: #ffffff;
	cursor: pointer;
	margin-top: 2rem;
	transition: all 0.3s ease;
}

.index01left .index01leftmore i {
	margin-left: 0.2rem;
	vertical-align: middle;
}

.index01left .index01leftmore:hover {
	background-color: #bf2519;
}

.index02 {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/index02bg.jpg) center center no-repeat;
	background-attachment: fixed;
}

.prosmalllb1 {
	height: 38rem;
	overflow: hidden;
	position: relative;
}

.prosmalllb {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 38rem;
	z-index: 2;
	width: 40%;
	text-align: right;
}

.swiper-containersmall {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-containersmall .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-containersmall .swiper-slide {
	background-color: #eeeeee;
	border-radius: 50%;
	cursor: pointer;
}

.swiper-containersmall .swiper-slide img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: #eeeeee;
}

.swiper-containersmall .swiper-slide-active p {
	background-color: #dc2c1e;
	color: #ffffff;
	border-radius: 3rem;
	padding: 0 1.5rem;
	line-height: 2.5rem;
}

.prosmalllb2 .prosmalllb2xz p {
	background-color: #4395ee;
	color: #ffffff;
	border-radius: 3rem;
	padding: 0 1.5rem;
	line-height: 2.5rem;
}

.swiper-containersmall p {
	position: absolute;
	right: 5rem;
	line-height: 2rem;
	font-size: 1.125rem;
	color: #ffffff;
	white-space: nowrap;
}

.prosmalllb .icon-shang- {
	font-size: 30px;
	position: absolute;
	right: 0;
	width: 4rem;
	text-align: center;
	top: -25px;
	color: #ffffff;
	cursor: pointer;
}

.prosmalllb .icon-shang-:hover {
	color: #dddddd;
}

.prosmalllb .icon-shang--copy {
	font-size: 30px;
	position: absolute;
	right: 0;
	width: 4rem;
	text-align: center;
	bottom: -12px;
	color: #ffffff;
	cursor: pointer;
}

.prosmalllb .icon-shang--copy:hover {
	color: #dddddd;
}

.prosmalllb2 {
	transition: all 0.5s ease;
}

.prosmalllb2 {
	width: 4rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.prosmalllb2 li {
	background-color: #eeeeee;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	margin-bottom: 2.4rem;
}

.prosmalllb2 li p {
	position: absolute;
	right: 5rem;
	line-height: 2rem;
	font-size: 1.125rem;
	color: #ffffff;
	white-space: nowrap;
	top: 1rem;
	transition: all 0.3s ease;
}

.prosmalllb2 li img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: #eeeeee;
}

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

.index01leftn1 {
	display: none;
}

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

.index01leftn1 .index01more {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.index03 {
	width: 100%;
	padding: 5rem 0;
}

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

.index03tit {
	margin-bottom: 3rem;
	color: #333;
}

.index03tit h4 {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.index03tit h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 3rem;
	font-weight: bold;
	position: relative;
}

.index03tit h3:after {
	content: '';
	width: 6.25rem;
	height: 0.4rem;
	position: absolute;
	left: 0;
	bottom: -1.6rem;
	background-color: #0dc8c6;
	border-radius: 1.875rem;
}

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

.index03lb a {
	width: 24%;
	margin-bottom: 1rem;
	margin-right: 1.33333%;
	border: 1px solid #dddddd;
	border-radius: 0.5rem;
	overflow: hidden;
}

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

.index03lb a div {
	height: 12rem;
	overflow: hidden;
	background-color: #333;
}

.index03lb a div img {
	width: 100%;
	min-height: 12rem;
	transition: all 0.3s ease;
}

.index03lb a p {
	padding: 0 1rem;
	font-size: 1rem;
	line-height: 3rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index03lb a:hover>div img {
	opacity: 0.8;
}

.index03lb a:hover>p {
	background-color: #4395ee;
	color: #ffffff;
}

.index03more {
	text-align: center;
}

.index04 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/index04bg.jpg) center center no-repeat;
}

/* .index04main{width: 87.5rem;margin: auto;} */
.index04tit {
	margin-bottom: 2rem;
	text-align: center;
}

.index04tit h4 {
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
}

.index04tit h4 span {
	color: #1271c9;
}

.index04tit p {
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.index04tit p span {
	color: #1271c9;
}

.swiper-containerindex04 {
	width: 94%;
	padding: 2rem 10px;
	margin-left: 3%;
	position: relative;
	overflow: hidden;
}

.swiper-containerindex04 .swiper-slide {
	border: 0.3125rem solid #ffffff;
	box-shadow: 0px 0px 8.55px 0.45px rgba(4, 0, 0, 0.13);
	transition: all 0.3s ease;
}

.swiper-containerindex04 .swiper-slide:hover {
	transform: scale(1.03);
	border: 0.3125rem solid #1271c9;
}

.index04tit h5 {
	width: 6rem;
	height: 0.4rem;
	border-radius: 2rem;
	background-color: #1271c9;
	display: inline-block;
	margin-top: 1rem;
}

.index05 {
	width: 100%;
	padding: 5rem 0;
}

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

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

.index05lb1 {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 11.7px 1.3px rgba(4, 0, 0, 0.2);
}

.index05lb1left {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.index05lb1left img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}

.index05lb1right {
	width: 50%;
	padding: 3rem;
}

.index05lb1right h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #404040;
}

.index05lb1right h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #333;
	margin-top: 0.8rem;
	margin-bottom: 1.3rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index05lb1right h4 {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	height: 6rem;
	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;
}

.index05lb1right p {
	margin-top: 3rem;
	text-align: right;
}

.index05lb1right p a {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.1rem;
	border-radius: 3rem;
	background-color: #1271c9;
	color: #fff;
	line-height: 2.5rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.index05lb1right p a i {
	font-size: 1.2rem;
	margin-left: 0.2rem;
	line-height: 2.2rem;
	float: right;
}

.index05lb1right p a:hover {
	background-color: #0dc8c6;
	padding: 0 2.2rem;
}

.index05lb2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.index05lb2 a {
	background-color: #ffffff;
	box-shadow: 0px 0px 11.7px 1.3px rgba(4, 0, 0, 0.2);
	padding: 2rem;
	width: 32.33%;
	transition: all 0.3s ease;
}

.index05lb2 a:nth-child(2) {
	margin: 0 1.5%;
}

.index05lb2 a h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #404040;
	transition: all 0.3s ease;
}

.index05lb2 a h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #333;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index05lb2 a h4 {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	height: 6rem;
	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;
	transition: all 0.3s ease;
}

.index05lb2 a:hover {
	background-color: #1271c9;
}

.index05lb2 a:hover h2 {
	color: #ffffff;
}

.index05lb2 a:hover h3 {
	color: #ffffff;
}

.index05lb2 a:hover h4 {
	color: #ffffff;
}

.index06 {
	width: 100%;
	padding: 5rem 0;
	background: url(../images/index06bg.jpg) center center no-repeat;
}

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

.index06tit {
	text-align: center;
	margin-bottom: 3rem;
	color: #ffffff;
}

.index06tit h2 {
	font-size: 1.875rem;
	line-height: 2.2rem;
}

.index06tit h3 {
	font-size: 1rem;
	line-height: 1.2rem;
	margin-top: 1rem;
}

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

.index06lb input {
	width: 20%;
	height: 3.5rem;
	background-color: #ffffff;
	border: none;
	outline-style: none;
	border-radius: 0.3125rem;
	padding: 0 1rem;
}

.index06lb input:nth-child(3) {
	width: 45%;
}

.index06lb input:nth-child(2) {
	margin: 0 1%;
}

.index06lb button {
	width: 12%;
	margin-left: 1%;
	background-color: #1271c9;
	color: #ffffff;
	border: none;
	outline-style: none;
	border-radius: 0.3125rem;
	padding: 0 1rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.index06lb button:hover {
	background-color: #bf2519;
}

.index06lb button i {
	vertical-align: middle;
	margin-right: 0.2rem;
	font-size: 1.5rem;
}

footer {
	width: 100%;
	background: url(../images/footerbg.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.footer1 {
	width: 100%;
	padding: 5rem 0;
}

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

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

.footer1lb1 {
	width: 40%;
}

.footer1tit {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	margin-bottom: 3rem;
}

.footer1tit:after {
	content: '';
	width: 3rem;
	height: 0.3rem;
	background-color: #ffffff;
	border-radius: 2rem;
	position: absolute;
	left: 0;
	bottom: -1.4rem;
}

.footer1lb1 h2 {
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #ffffff;
}

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

.footer1lb1tb a {
	color: #ffffff;
}

.footer1lb1tb a i {
	color: #ffffff;
	cursor: pointer;
	margin-right: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	transition: all 0.3s ease;
}

.footer1lb1tb a i:hover {
	color: #ddd;
}

.footer1lb2menu a {
	display: block;
	color: #ffffff;
	font-size: 1rem;
	line-height: 2.2rem;
	transition: all 0.3s ease;
}

.footer1lb2menu a:hover {
	color: #ddd;
}

.footer1lb2 {
	width: 20%;
	margin: 0 10%;
}

.footer1lb3 {
	padding-left: 5%;
	width: 20%;
}

.footer1lb3 img {
	width: 100%;
}

.footer2 {
	padding: 2rem 0;
	border-top: 1px solid #515f69;
}

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

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

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

.footer2 a {
	color: #ffffff;
	transition: all 0.3s ease;
}

.footer2 a:hover {
	color: #0dc8c6;
}

.index01top2 h4 {
	font-size: 1.75rem;
	line-height: 2rem;
	color: #333;
}

.index01top2 h5 {
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #666;
	text-transform: uppercase;
	margin-top: 0.2rem;
}

.scrolldown {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
	cursor: pointer;
}

.scrolldown .ydbox {
	position: absolute;
	width: 1rem;
	height: 2rem;
	left: 0;
	top: 1.5rem;
	overflow: hidden;
	right: 0;
	margin: auto;
}

.scrolldown .ydbox .yd {
	width: 0.3rem;
	height: 0.3rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background: #ffffff;
	left: 0.45rem;
	top: -5px;
	-webkit-animation: sx 1s linear infinite;
	-moz-animation: sx 1s linear infinite;
	animation: sx 1s linear infinite;
}

@-webkit-keyframes sx {
	0% {
		top: 0px;
	}

	100% {
		top: 1rem;
	}
}

@-moz-keyframes sx {
	0% {
		top: 0px;
	}

	100% {
		top: 1rem;
	}
}

@keyframes sx {
	0% {
		top: 0px;
	}

	100% {
		top: 1rem;
	}
}

.scrolldown img {
	width: 6rem;
}

header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #ffffff;
	box-shadow: 0px 5px 12.75px 2.25px rgba(4, 0, 0, 0.08);
}

.headerxz {
	background-color: #ffffff;
}

.logo {
	height: 4.25rem;
	margin-top: 1rem;
	float: left;
	margin-left: 5%;
}

.logo img {
	height: 100%;
}

.headerlb {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0.5rem;
	float: right;
}

.headerlb1 {
	position: relative;
}

.headerlb1 div {
	position: absolute;
	left: 0;
	top: 6.25rem;
}

.headerlbname {
	line-height: 6.25rem;
	padding: 0 0.5rem;
	margin: 0 0.75rem;
	display: inline-block;
	color: #ffffff;
	font-size: 1.125rem;
	overflow: hidden;
	position: relative;
	display: block;
	transition: all 0.3s ease;
}

.headerlbname:hover {
	color: #2082f8;
}

.headerlbname img {
	display: none;
}

#headerlbnamexz {
	background: #0dc8c6;
	color: #ffffff;
}

.headerlb1 div {
	width: 200%;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 6.25rem;
	background-color: rgb(255, 255, 255, 1);
	text-align: center;
	overflow: hidden;
	max-height: 0;
	border-radius: 0.5rem;
	transition: all 0.2s ease;
	transform: translate(-50%, 0);
}

.headerlb1:hover>div {
	max-height: 30rem;
	padding: 0.5rem 0;
}

.headerlb1 div a {
	font-size: 1rem;
	line-height: 3rem;
	color: #000000;
	/* margin: 0 1.2rem; */
	padding: 0 1.2rem;
	transition: all 0.2s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: left;
	width: 100%;
	padding-right: 3rem;
	position: relative;
}

.headerlb1 div a:hover {
	color: #0a51ab;
}

.headerlb1 div a i {
	position: absolute;
	right: 1rem;
	top: 0;
	line-height: 3rem;
}

.headerxz .headerlbname {
	color: #333;
}

.headerxz #headerlbnamexz .headerlbname {
	color: #ffffff;
}

#headerlbnamexz .headerlbname:hover {
	color: #ffffff;
}

.header2 {
	float: right;
	margin: 0 2rem;
	color: #ffffff;
	line-height: 6.25rem;
	font-size: 1.125rem;
}

.header2 i {
	font-size: 1.5rem;
	margin-right: 0.2rem;
	float: left;
}

.header3 {
	float: right;
	border-left: 1px solid #ffffff;
	width: 7rem;
	text-align: center;
	position: relative;
	height: 6.25rem;
}

.header3 i {
	font-size: 2rem;
	line-height: 6.25rem;
	color: #ffffff;
}

.header3ss {
	position: fixed;
	top: 6.25rem;
	background-color: #ffffff;
	padding: 0 1rem;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.header3:hover>.header3ss {
	max-height: 5rem;
	padding: 1rem;
}

.header3ss div {
	width: 40%;
	margin-left: 60%;
	position: relative;
}

.header3ss div input {
	width: 100%;
	height: 3rem;
	padding: 0 1rem;
	padding-right: 9rem;
	outline-style: none;
	border: none;
	background-color: #eeeeee;
}

.header3ss div button {
	width: 8rem;
	position: absolute;
	right: 0;
	top: 0;
	height: 3rem;
	background-color: #0a51ab;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
}

.headerxz .header2 {
	color: #333;
}

.headerxz .header3 i {
	color: #333;
}

.headerxz .header3 {
	border-left: 1px solid #dddddd;
}

.headerxz {
	border-bottom: 1px solid #dddddd;
}

.banner {
	width: 100%;
	position: relative;
	/* margin-top: 5.2rem;padding-top: 5.2rem; */
	background-color: #181617;
}

.banner div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
}

.banner div h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.8rem;
}

.banner div p {
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.mbx {
	width: 85rem;
	margin: auto;
	text-align: right;
	color: #000000;
	font-size: 1rem;
	line-height: 5rem;
	border-bottom: 1px solid #dddddd;
}

.mbx a {
	display: inline-block;
	color: #000000;
	transition: all 0.3s ease;
}

.mbx a:hover {
	color: #666;
}

.mbx i {
	display: inline-block;
	margin-right: 0.3125rem;
}

.about {
	width: 85rem;
	margin: auto;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.aboutleft {
	width: 55%;
	float: left;
}

.aboutright {
	width: 40%;
	float: right;
}

.abouttit {
	margin-bottom: 2rem;
}

.abouttit h3 {
	font-size: 1.5625rem;
	line-height: 2rem;
	color: #000000;
}

.abouttit h4 {
	font-size: 1.5625rem;
	line-height: 2rem;
	color: #000000;
	text-transform: uppercase;
	margin: 0.5rem 0;
}

.abouttit h5 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.abouttit p {
	width: 6.25rem;
	height: 5px;
	background-color: #222222;
}

.aboutmain p {
	font-size: 1.2rem;
	line-height: 3rem;
	color: #222222;
}

.about .contact3main1 {
	border-top: 0px;
}

.about1 {
	width: 85rem;
	margin: auto;
	padding-bottom: 5rem;
	padding: 5rem 0;
}

.abouttitxenter {
	text-align: center;
}

.abouttitxenter p {
	display: inline-block;
}

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

.about1lb li {
	width: 31.33%;
	margin: 1.25rem 0;
	text-align: center;
}

.about1lb li:nth-child(3n-1) {
	margin: 1.25rem 3%;
}

.about1lb li i {
	font-size: 5rem;
	line-height: 5.8rem;
}

.about1lb li h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 1.2rem 0;
}

.about1lb li p {
	font-size: 1rem;
	line-height: 2rem;
	color: #222222;
	text-align: left;
}

.aboutbg {
	width: 100%;
	background: url(../images/about1bg.jpg) center center no-repeat;
}

.pplstbg {
	width: 100%;
	background: url(../images/pplsbg.jpg) center center no-repeat;
}

.banner img {
	width: 100%;
	display: block;
}

.productmain {
	width: 85rem;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

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

.productright {
	width: 73%;
	float: right;
}

.productleft1 {
	background-image: -moz-linear-gradient(-180deg, rgb(0 94 170) 0%, rgb(44 145 227) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgb(0 94 170) 0%, rgb(44 145 227) 100%);
	background-image: -ms-linear-gradient(-180deg, rgb(0 94 170) 0%, rgb(44 145 227) 100%);
	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;
}

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

.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: #22a58f;
	transition: all 0.3s ease;
}

.productleft2 a:hover {
	background-color: #0dc8c6;
	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: 12rem;
	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: #4395ee;
}

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

.gallery-top {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 50px;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .xtxz {
	position: relative;
}

.gallery-thumbs .xtxz:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
}

.productdet1 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}

.productdet2 p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #666666;
}

.productdetbt {
	margin-bottom: 30px;
}

.productdetbt h4 {
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}

.productdetbt p {
	font-size: 15px;
	line-height: 20px;
	color: #666666;
}

.casemain {
	width: 85rem;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

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

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

.caselb a:nth-child(3n-1) {
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.caselb a img {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}

.caselb a p {
	font-size: 1.1rem;
	line-height: 3rem;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.caselb a:hover {
	background-color: #222222;
}

.caselb a:hover>img {
	background-color: #000000;
	opacity: 0.8;
}

.caselb a:hover>P {
	color: #FFFFFF;
}

.gallery img {
	height: 100%;
	width: 100%;
}

.gallery a {
	width: 32.33%;
	float: left;
	margin-bottom: 1rem;
	margin-right: 1.5%;
	display: inline-block;
}

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

.baguetteBoxOne {
	width: 100%;
	margin: 0 auto;
}

.gallery a p {
	text-align: center;
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Highlight.js Tomorrow Night style */
.hljs-comment {
	color: #969896
}

.hljs-tag {
	color: #f8f8f2
}

.css .hljs-class,
.css .hljs-id,
.css .hljs-pseudo,
.hljs-attribute,
.hljs-regexp,
.hljs-title,
.hljs-variable,
.html .hljs-doctype,
.ruby .hljs-constant,
.xml .hljs-doctype,
.xml .hljs-pi,
.xml .hljs-tag .hljs-title {
	color: #c66
}

.hljs-built_in,
.hljs-constant,
.hljs-literal,
.hljs-number,
.hljs-params,
.hljs-pragma,
.hljs-preprocessor {
	color: #de935f
}

.css .hljs-rules .hljs-attribute,
.ruby .hljs-class .hljs-title {
	color: #f0c674
}

.hljs-header,
.hljs-inheritance,
.hljs-string,
.hljs-value,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: #b5bd68
}

.css .hljs-hexcolor {
	color: #8abeb7
}

.coffeescript .hljs-title,
.hljs-function,
.javascript .hljs-title,
.perl .hljs-sub,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword {
	color: #81a2be
}

.hljs-keyword,
.javascript .hljs-function {
	color: #b294bb
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #35383C;
	color: #c5c8c6;
	padding: .8em
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .css,
.xml .hljs-cdata,
.xml .javascript,
.xml .vbscript {
	opacity: .5
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.casexq {
	width: 85rem;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

.casexqtit {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #000000;
	margin-bottom: 1rem;
}

.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;
}

.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%;
}

.jmys1 {
	width: 85rem;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

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

.jmys1tit h3 {
	font-size: 2rem;
	color: #000;
}

.jmys1tit h4 {
	font-size: 12px;
	color: #666565;
	margin: 10px auto;
	text-transform: uppercase;
	position: relative;
}

.jmys1tit p {
	height: 3px;
	width: 35px;
	margin: 20px auto auto;
	background-color: #222222;
}

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

.jmys1lb li {
	width: 48.5%;
	border: 1px solid #dddddd;
	padding: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}

.jmys1lb li:nth-child(2n) {
	margin-left: 3%;
}

.jmys1lb li i {
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 1rem;
}

.jmys1lb li .title {
	margin: 1.5rem 0;
	font-size: 1.8rem;
}

.jmys1lb li p {
	font-size: 1.4rem;
	color: #666;
	line-height: 2;
}

.zsjm2nr1 {
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 80px;
}

.zsjm2nr1left {
	width: 50%;
	float: left;
	padding: 20px;
}

.zsjm2nr1 img {
	width: 50%;
	float: right;
}

.zsjm2nr1left p {
	font-size: 0.85rem;
	color: #666666;
	line-height: 3.2rem;
}

.zsjm2nr1left p span {
	color: #222222;
	font-size: 15px;
	font-weight: bold;
}

.zsjm2nr2js {
	font-size: 15px;
	color: #666666;
}

.zsjm2nr2img {
	width: 100%;
}

.zsjm2nr1 img {
	width: 50%;
	float: right;
}

.fwzc1main {
	width: 100%;
	margin: auto;
	margin-bottom: 5rem;
}

.fwzc1left {
	width: 50%;
	float: left;
}

.fwzc1right {
	width: 50%;
	float: left;
	padding-left: 3%;
}

.fwzc1right1 {
	width: 100%;
	float: left;
}

.fwzc1right1 li {
	width: 27.33%;
	float: left;
	margin: 18px 0;
	margin-right: 9%;
}

.fwzc1right1 li:nth-child(3n) {
	margin-right: 0;
}

.fwzc1right1 li h4 {
	font-size: 30px;
	color: #cccccc;
}

.fwzc1right1 li p {
	font-size: 17px;
	color: #000000;
	margin: 15px 0;
	font-weight: bold;
}

.fwzc1right1 li h5 {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

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

.qjdxx img {
	width: 49%;
	margin-bottom: 1.5rem;
	border: 0.5rem solid #DDDDDD;
	box-sizing: border-box;
}

.qjdxx img:nth-child(2n) {
	margin-left: 2%;
}

.fwzc2lb {
	width: 100%;
	float: left;
}

.fwzc2lb li {
	width: 49%;
	float: left;
	margin: 15px 0;
}

.fwzc2lb li:nth-child(2n) {
	float: right;
}

.fwzc2lb li p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}

.fwzc2lb li input {
	width: 100%;
	height: 40px;
	border: 1px solid #c2c0c0;
	padding: 0 10px;
	background-color: #f5f5f5;
}

.fwzc2ts {
	font-size: 13px;
	color: #666;
	margin: 30px 0;
	text-align: center;
	line-height: 22px;
}

.ljjmbut {
	text-align: center;
	margin-top: 2rem;
}

.ljjm {
	width: 200px;
	display: inline-block;
	margin: 0 10px;
	line-height: 40px;
	background-color: #595757;
	color: #FFFFFF;
	text-align: center;
	font-family: 'PingFang SC';
	position: relative;
	cursor: pointer;
}

.ljjm:after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #222222;
	transition: all 0.3s ease;
	z-index: 8;
}

.ljjm:before {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #222222;
	transition: all 0.3s ease;
	z-index: 8;
}

.ljjm:hover:after {
	width: 50%;
}

.ljjm:hover:before {
	width: 50%;
}

.ljjm b {
	text-align: center;
	line-height: 35px;
	position: relative;
	z-index: 9;
	font-size: 15px;
}

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

.about2lb div {
	width: 18%;
	margin-bottom: 2rem;
	margin-right: 2.5%;
	text-align: center;
}

.about2lb div:nth-child(5n) {
	margin-right: 0;
}

.about2lb div img {
	width: 100%;
}

.about2lb div p {
	margin-top: 2rem;
	font-size: 1rem;
	text-transform: uppercase;
	position: relative;
}

.about2lb div p:after {
	content: "";
	width: 3rem;
	height: 0.2rem;
	background-color: #073191;
	position: absolute;
	left: 0;
	right: 0;
	top: -1rem;
	margin: auto;
}

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

.contact1 .footercenter h2 {
	margin-bottom: 15px;
}

.contact1 .footercenter {
	flex: 10;
	margin: 0;
	margin-right: 16rem;
}

.footerright h3 {
	font-size: 15px;
	text-align: center;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}

.contact2 {
	margin: 80px 0;
}

.contact2 div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.contact2 div input {
	width: 31.33%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #dddddd;
	outline-style: none;
	font-size: 16px;
}

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

.contact2 textarea {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #dddddd;
	outline-style: none;
	font-size: 16px;
	font-family: "microsoft yahei";
}

.contact2 button {
	padding: 0 3rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #030000;
	color: #FFFFFF;
	margin-top: 2rem;
	font-size: 1rem;
	box-shadow: 2px 5px 5px #aaaaaa;
	transition: all 0.3s ease;
}

.contact2 button:hover {
	border-radius: 20px;
	padding: 0 2.5rem;
}

.contact_map {
	width: 100%;
	height: 40rem;
}

.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: #1271c9;
}

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

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

.footercenter div {
	display: flex;
	flex-wrap: wrap;
}

.footercenter div p {
	width: 48%;
	font-size: 1rem;
	line-height: 45px;
	color: #666666;
}

.footercenter div p:nth-child(5) {
	width: 100%;
}

.footercenter div p:nth-child(2n) {
	margin-left: 4%;
}

.footerrightx {
	margin-left: 2rem;
	flex: 2;
}

.footerrightx {
	margin-left: 2rem;
	flex: 2;
}

.footerrightx img {
	width: 100%;
}

.footerrightx h3 {
	font-size: 15px;
	text-align: center;
	color: #666666;
	line-height: 20px;
}

@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) {

	section {
		box-sizing: border-box;
	}

	.mbx {
		width: 100%;
		margin: auto;
		text-align: right;
		color: #000000;
		font-size: 1rem;
		line-height: 4rem;
		border-bottom: 1px solid #dddddd;
		padding: 0 10px;
	}

	.about {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}

	.aboutleft {
		width: 100%;
		float: left;
	}

	.aboutmain p {
		font-size: 1rem;
		line-height: 1.5rem;
		color: #222222;
	}

	.abouttit {
		margin-bottom: 1rem;
	}

	.aboutright {
		width: 100%;
		float: right;
		margin-top: 10px;
	}

	.about1 {
		width: 100%;
		margin: auto;
		padding-bottom: 5rem;
		padding: 20px 10px;
	}

	.abouttit h4 {
		font-size: 1.3rem;
		line-height: 2rem;
		color: #000000;
		text-transform: uppercase;
		margin: 0rem 0;
	}

	.abouttit h5 {
		font-size: 1.1rem;
		line-height: 1.5rem;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 0.5rem;
	}

	.about1lb li {
		width: 100%;
		margin: 1rem 0;
		text-align: center;
	}

	.about1lb li h4 {
		font-size: 1.3rem;
		line-height: 1.5rem;
		margin: 0.5rem 0;
	}

	.about1lb li p {
		font-size: 1rem;
		line-height: 2rem;
		color: #222222;
		text-align: left;
	}

	.about2lb div {
		width: 48%;
		margin-bottom: 1rem;
		margin-right: 4%;
		text-align: center;
	}

	.about2lb div:nth-child(5n) {
		margin-right: 4%;
	}

	.about2lb div:nth-child(2n) {
		margin-right: 0%;
	}

	.about2lb div img {
		width: 100%;
	}

	.about2lb div p {
		margin-top: 1rem;
		font-size: 0.9rem;
		text-transform: uppercase;
		position: relative;
	}

	.about2lb div p:after {
		content: "";
		width: 2rem;
		height: 0.2rem;
		background-color: #073191;
		position: absolute;
		left: 0;
		right: 0;
		top: -0.8rem;
		margin: auto;
	}

	.productmain {
		width: 100%;
		margin: auto;
		padding: 20px 10px;
	}

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

	.productleft1 {
		padding: 1rem;
	}

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

	.productleft2 a {
		width: 48%;
		font-size: 1.1rem;
		color: #000000;
		background-color: #ffffff;
		line-height: 3.5rem;
		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: 3rem;
		transition: all 0.3s ease;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

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

	.productright {
		width: 100%;
		float: right;
		margin-top: 20px;
	}

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

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

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

	.productdetbt {
		margin-bottom: 10px;
	}

	.productdet1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DDDDDD;
	}

	.casemain {
		width: 100%;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 8rem;
		padding: 20px 10px;
	}

	.fenye {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	footer {
	    background-size: auto 100%;
	}

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

	.caselb a:nth-child(3n-1) {
		margin-right: 0;
		margin-left: 0;
	}

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

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

	.casexq {
		width: 100%;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 8rem;
		padding: 20px 10px;
	}

	.gallery a {
		width: 48%;
		float: left;
		margin-bottom: 1rem;
		margin-right: 4%;
		display: inline-block;
	}

	.gallery a:nth-child(3n) {
		margin-right: 4%;
	}

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

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

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

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

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

	.jmys1 {
		width: 100%;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 8rem;
		padding: 20px 10px;
	}

	.jmys1lb li {
		width: 100%;
		border: 1px solid #dddddd;
		padding: 1.5rem;
		text-align: center;
		margin-bottom: 15px;
	}

	.jmys1lb li:nth-child(2n) {
		margin-left: 0;
	}

	.jmys1lb li i {
		font-size: 5rem;
		line-height: 5rem;
		margin-bottom: 0.5rem;
	}

	.jmys1lb li .title {
		margin: 1rem 0;
		font-size: 1.5rem;
		margin-top: 1.5rem;
	}

	.jmys1lb li p {
		font-size: 1.1rem;
		color: #666;
		line-height: 1.8rem;
	}

	.zsjm2nr1left {
		width: 100%;
		float: left;
		padding: 15px;
	}

	.zsjm2nr1left p {
		font-size: 0.95rem;
		color: #666666;
		line-height: 1.8rem;
		margin-bottom: 10px;
	}

	.zsjm2nr1 img {
		width: 100%;
		float: right;
	}

	.zsjm2nr1 {
		width: 100%;
		background-color: #f5f5f5;
		margin-bottom: 20px;
	}

	.fwzc1left {
		width: 100%;
		float: left;
	}

	.fwzc1right {
		width: 100%;
		float: left;
		padding-left: 0;
	}

	.fwzc1right1 li {
		width: 30.33%;
		float: left;
		margin: 18px 0;
		margin-right: 4.5%;
	}

	.fwzc1main {
		width: 100%;
		margin: auto;
		margin-bottom: 0;
	}

	.fwzc1right1 li h5 {
		line-height: 20px;
		font-size: 12px;
		color: #666666;
	}

	.fwzc1right1 li p {
		font-size: 16px;
		color: #000000;
		margin: 10px 0;
		font-weight: bold;
	}

	.jmys1tit h3 {
		font-size: 1.8rem;
		color: #000;
	}

	.jmys1 {
		width: 100%;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 8rem;
		padding: 20px 10px;
	}

	.qjdxx img {
		width: 100%;
		margin-bottom: 1rem;
		border: 0.5rem solid #DDDDDD;
		box-sizing: border-box;
	}

	.qjdxx img:nth-child(2n) {
		margin-left: 0;
	}

	.fwzc2lb li {
		width: 100%;
		float: left;
		margin: 8px 0;
	}

	.ljjmbut {
		text-align: center;
		margin-top: 1rem;
	}

	.ljjm b {
		z-index: 2;
	}

	.contact1 {
		display: block;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.contact1 .footercenter {
		flex: initial;
		margin: 0;
		margin-right: 0;
		width: 100%;
	}

	.footercenter div p {
		width: 100%;
		font-size: 1rem;
		line-height: 2;
		color: #666666;
	}

	.footercenter div p:nth-child(2n) {
		margin-left: 0;
	}

	.footerrightx {
		width: 50%;
		margin-left: 0;
		flex: 2;
		margin-right: 2rem;
	}

	.contact2 {
		margin: 20px 0;
	}

	.contact2 div input {
		width: 100%;
		height: 45px;
		border: none;
		border-bottom: 1px solid #dddddd;
		outline-style: none;
		font-size: 15px;
	}

	.contact2 div input:nth-child(2) {
		margin: 0;
	}

	.contact2 textarea {
		width: 100%;
		height: 100px;
		margin-top: 0;
		border: none;
		border-bottom: 1px solid #dddddd;
		outline-style: none;
		font-size: 15px;
		font-family: "microsoft yahei";
	}

	.contact_map {
		width: 100%;
		height: 25rem;
	}

	.productdetbt h4 {
		font-size: 16px;
		line-height: 20px;
		color: #000000;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.casexq img {
		max-width: 100%;
	}

	.scrolldown {
		bottom: -35px;
	}

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

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

	.index01top1 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 1rem;
	}

	.index01top1 p {
		font-size: 0.8rem;
		line-height: 1.1rem;
		color: #333;
		text-transform: uppercase;
		width: 100%;
		margin-top: 0.5rem;
		font-weight: bold;
	}

	.index01top1 h2 {
		font-size: 1.7rem;
		line-height: 2rem;
		font-weight: bold;
		color: #939393;
		text-transform: uppercase;
		font-family: '微软雅黑';
	}

	.index01top1 h3 {
		font-size: 1.6rem;
		line-height: 2rem;
		font-weight: bold;
		color: #333;
		margin: 1rem 0;
	}

	.index01top1 h4 {
		width: 5.75rem;
		height: 0.225rem;
		background-color: #0dc8c6;
		border-radius: 1rem;
		margin-bottom: 1rem;
		font-weight: bold;
	}

	.index01top2 {
		width: 100%;
	}

	.index01top2 h3 {
		width: 100%;
		background-color: #c2c5c6;
		height: 1px;
		position: relative;
		margin: 1.5rem 0;
	}

	.index01top2 h4 {
		font-size: 1.35rem;
		line-height: 2rem;
		color: #333;
	}

	.index01bottom {
		display: flex;
		margin-top: 1rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index01bottom img {
		width: 47%;
		border-radius: 0.325rem 0.875rem 0.325rem 0.875rem;
		box-shadow: 0px 0px 7.36px 0.64px rgba(4, 0, 0, 0.49);
		border: 0.3125rem solid #ffffff;
		transition: all 0.3s ease;
		margin-bottom: 0.5rem;
	}

	.index01center {
		width: 14rem;
		height: 14rem;
		left: 0;
		top: 0;
		transform: none;
		position: relative;
		display: block;
		margin: auto;
		padding: 0;
	}

	.proimg {
		width: 14rem;
		height: 14rem;
		border-radius: 50%;
	}

	#dowebok {
		padding-top: 50px;
	}

	.proimgbg {
		width: 18rem;
		height: 18rem;
		position: absolute;
		left: -2rem;
		top: -2rem;
		display: block;
		animation: proimgbg 15s infinite linear;
		z-index: 1;
	}

	.index01center:after {
		display: none;
	}

	.index01left {
		width: 100%;
		left: 0%;
		top: 0;
		transform: none;
		position: relative;
		display: block;
		margin-top: 3rem;
	}

	section {
		box-sizing: border-box;
		overflow: hidden;
	}

	.prosmalllb {
		position: relative;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: auto;
		z-index: 2;
		width: 100%;
		text-align: center;
		margin-top: 2rem;
		padding: 0 1.5rem;
	}

	.prosmalllb1 {
		height: 8rem;
		overflow: hidden;
		position: relative;
	}

	.prosmalllb2 {
		width: 100%;
		height: 5rem;
		position: absolute;
		right: 0;
		top: 0;
		white-space: nowrap;
	}

	.prosmalllb2 li {
		background-color: initial;
		border-radius: 50%;
		cursor: pointer;
		position: relative;
		margin-bottom: 1.4rem;
		width: 18%;
		height: 4rem;
		display: inline-block;
		margin-right: 1%;
	}

	.prosmalllb2 li p {
		position: absolute;
		right: 0;
		line-height: 15px;
		font-size: 11px;
		color: #ffffff;
		white-space: initial;
		top: 3.8rem;
		transition: all 0.3s ease;
		width: 100%;
	}

	.prosmalllb2 .prosmalllb2xz p {
		background-color: initial;
		color: #f44336;
		border-radius: 3rem;
		padding: 0;
		line-height: 15px;
	}

	.prosmalllb .icon-shang--copy {
		font-size: 18px;
		position: absolute;
		right: 0;
		width: 1rem;
		text-align: center;
		bottom: 3rem;
		color: #ffffff;
		cursor: pointer;
		transform: rotateZ(-90deg);
	}

	.prosmalllb .icon-shang- {
		font-size: 18px;
		position: absolute;
		right: initial;
		width: 1rem;
		text-align: center;
		bottom: 3rem;
		top: initial;
		color: #ffffff;
		cursor: pointer;
		left: 0;
		transform: rotateZ(-90deg);
	}

	.index01left h3 {
		font-size: 1.3rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
		color: #ffffff;
	}

	.index01left1 p {
		font-size: 0.9rem;
		line-height: 1.5rem;
		color: #ffffff;
	}

	.prosmalllb2 li img {
		width: 3.5rem;
		height: 3.5rem;
		border-radius: 50%;
		background: #eeeeee;
	}

	.index02 {
		width: 100%;
		height: auto;
		position: relative;
		background: url(../images/index02bg.jpg) center center no-repeat;
		background-attachment: fixed;
		padding: 5rem 10px;
	}

	.index03 {
		width: 100%;
		padding: 20px 10px;
	}
	.index03main {
	    width: 100%;
	    margin: auto;
	}
	.index03tit {
	    margin-bottom: 1rem;
	    color: #333;
	}
	.index03tit h3 {
	    font-size: 1.5rem;
	    line-height: 2rem;
	    margin-bottom: 2rem;
	    font-weight: bold;
	    position: relative;
	}
	.index03tit h3:after {
	    content: '';
	    width: 4.25rem;
	    height: 0.2rem;
	    position: absolute;
	    left: 0;
	    bottom: -1rem;
	    background-color: #0dc8c6;
	    border-radius: 1.875rem;
	}
	.index03lb a {
	    width: 49%;
	    margin-bottom: 1rem;
	    margin-right: 2%;
	    border: 1px solid #dddddd;
	    border-radius: 0.5rem;
	    overflow: hidden;
	}
	.index03lb a:nth-child(2n){
		margin-right: 0;
	}
	.index01more {
	    margin-top: 1rem;
	}
	.index04 {
	    width: 100%;
	    padding: 20px 10px;
	}
	.index04tit h4 {
	    font-size: 1.5rem;
	    line-height: 2rem;
	    text-transform: uppercase;
	    font-weight: bold;
	    margin-top: 1rem;
	    margin-bottom: 0.8rem;
	}
	.index05 {
	    width: 100%;
	    padding: 20px 10px;
	}
	.index05lb1left {
	    width: 100%;
	    position: relative;
	    overflow: hidden;
	}
	.index05lb1left img {
	    position: initial;
	    left: 0;
	    top: 0;
	    width: 100%;
	    min-height: auto;
	}
	.index05lb1right {
	    width: 100%;
	    padding: 1rem;
	}
	.index05lb2 a {
	    background-color: #ffffff;
	    box-shadow: 0px 0px 11.7px 1.3px rgba(4, 0, 0, 0.2);
	    padding: 2rem;
	    width: 100%;
	    transition: all 0.3s ease;
	}
	.index05lb2 a:nth-child(2) {
	    margin: 1rem 0;
	}
	.index06 {
	    width: 100%;
	    padding: 20px 10px;
	    background: url(../images/index06bg.jpg) center center no-repeat;
	}
	.index06main {
	    width: 100%;
	    margin: auto;
	}
	.index06tit {
	    text-align: center;
	    margin-bottom: 1rem;
	    color: #ffffff;
	}
	.index06tit h2 {
	    font-size: 1.175rem;
	    line-height: 1.2rem;
	}
	.index06tit h3 {
	    font-size: 0.8rem;
	    line-height: 1.2rem;
	    margin-top: 0.5rem;
	}
	.index06lb input {
	    width: 100%;
	    height: 3.5rem;
	    background-color: #ffffff;
	    border: none;
	    outline-style: none;
	    border-radius: 0.3125rem;
	    padding: 0 1rem;
	}
	.index06lb input:nth-child(2) {
	    margin: 1rem 0;
	}
	.index06lb input:nth-child(3) {
	    width: 100%;
	}
	.index06lb button {
	    width: 50%;
	    margin-left: 25%;
	    background-color: #1271c9;
	    color: #ffffff;
	    border: none;
	    outline-style: none;
	    border-radius: 0.3125rem;
	    padding: 0 1rem;
	    font-size: 1rem;
	    transition: all 0.3s ease;
	    height: 3rem;
	    margin-top: 1rem;
	}
	.footer1 {
	    width: 100%;
	    padding: 20px 10px;
	}
	.footer1main {
	    width: 100%;
	    margin: auto;
	}
	.footer1lb1 {
	    width: 100%;
	}
	.footer1lb2{
		display: none;
	}
	.footer1lb3 {
	    padding-left: 0;
	    width: 40%;
	    margin-top: 2rem;
	}
	.footer1tit {
	    font-size: 1.2rem;
	    font-weight: bold;
	    color: #ffffff;
	    position: relative;
	    margin-bottom: 2rem;
	}
	.footer1tit:after {
	    content: '';
	    width: 3rem;
	    height: 0.2rem;
	    background-color: #ffffff;
	    border-radius: 2rem;
	    position: absolute;
	    left: 0;
	    bottom: -0.9rem;
	}
	.footer2 {
	    padding: 10px;
	    border-top: 1px solid #515f69;
	}
	.footer2main {
	    width: 100%;
	    margin: auto;
	}
	.footer2 h4 {
	    font-size: 0.9rem;
	    color: #ffffff;
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.footer2 p {
	    font-size: 0.9rem;
	    color: #ffffff;
	    float: right;
	    width: 100%;
	    text-align: center;
	    margin-top: 0.2rem;
	}
	.headerlb {
	    display: block;
	    flex-wrap: wrap;
	    margin-right: 0.5rem;
	    float: right;
	    position: fixed;
	    width: 100%;
	    height: 100vh;
	    background: #ffffff;
	    left: 0;
	    top: 0;
	    display: none;
	}
	.headerlbname {
	    line-height: 50px;
	    padding: 0 0.5rem;
	    margin: 0 0.75rem;
	    display: inline-block;
	    color: #333;
	    font-size: 1.125rem;
	    overflow: hidden;
	    position: relative;
	    display: block;
	    transition: all 0.3s ease;
	    text-align: center;
	}
	#headerlbnamexz {
	    background: #0dc8c6;
	    color: #ffffff;
	}
	.logo {
	    height: 40px;
	    margin-top: 5px;
	    float: left;
	    margin-left: 5%;
	}
	header {
	    position: fixed;
	    width: 100%;
	    left: 0;
	    top: 0;
	    transition: all 0.3s ease;
	    z-index: 99;
	    background-color: #ffffff;
	    /* border-bottom: 1px solid #ffffff; */
	    box-shadow: 0px 5px 12.75px 2.25px rgba(4, 0, 0, 0.08);
	}
	.header2 {
	    float: right;
	    margin: 0 2rem;
	    color: #141414;
	    line-height: 50px;
	    font-size: 1.1rem;
	}
	.header3 {
	    float: right;
	    border-left: 1px solid #dddddd;
	    width: 50px;
	    text-align: center;
	    position: relative;
	    height: 50px;
	    margin-right: 50px;
	}
	.header3 i {
	    font-size: 2rem;
	    line-height: 50px;
	    color: #333;
	}
	.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: #084a9c;
				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;
			}
			.header3ss {
			    position: fixed;
			    top: 50px;
			    background-color: #ffffff;
			    padding: 0 1rem;
			    left: 0;
			    width: 100%;
			    max-height: 0;
			    overflow: hidden;
			    transition: all 0.3s ease;
			    border-top: 1px solid #dddddd;
			}
			.header3ss div {
			    width: 100%;
			    margin-left: 0;
			    position: relative;
			}
			body{
				padding-top: 50px;
			}




}