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;
}

body {
	padding-top: 5rem;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

.index01 {
	width: 100%;
	padding: 8rem 0;
	display: flex;
	flex-wrap: wrap;
}

.index01left {
	width: 50%;
	box-shadow: 0px 5px 32px 8px rgba(0, 0, 0, 0.47);
}

.index01main {
	width: 43.75%;
	padding-left: 2%;
	box-sizing: border-box;
}

.index01main h2 {
	font-size: 2rem;
	color: #555555;
	line-height: 2.2rem;
	margin-top: 1rem;
	font-style: italic;
}

.index01main h3 {
	font-size: 3rem;
	line-height: 4rem;
	font-weight: bold;
	margin: 1rem 0;
}

.index01main h3 span {
	color: #da1610;
}

.index01main h5 {
	font-size: 1.8rem;
	color: #403f3f;
	margin-bottom: 1.5rem;
}

.index01main h4 {
	color: #403f3f;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.index01main a {
	color: #222222;
	font-size: 1.2rem;
	margin-top: 1rem;
	display: block;
	font-weight: bold;
}

.index01main a:hover {
	color: #da1610;
}

.index01main a i {
	color: #222222;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-left: 0.1rem;
}

.index01lb {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	border-top: 1px solid #dddddd;
	margin-top: 2rem;
}

.index01lb div {
	width: 20%;
	text-align: center;
}

.index01lb div i {
	font-size: 3rem;
	line-height: 3rem;
}

.index01lb div h6 {
	font-size: 1rem;
	margin: 0.8rem 0;
	color: #000000;
}

.index01lb div p {
	font-size: 0.8rem;
	color: #666;
}

.index02 {
	width: 100%;
	padding: 8rem 0;
	background-color: #f5f5f5;
}

.index02main {
	width: 87.5rem;
	margin: auto;
}

.index02tit {
	margin-bottom: 3.125rem;
	position: relative;
}

.index02tit a {
	background-image: -moz-linear-gradient(-180deg, rgb(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgb(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	background-image: -ms-linear-gradient(-180deg, rgb(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	box-shadow: 0px 5px 16px 0px rgb(88 94 101 / 36%);
	border-radius: 0.5rem;
	font-size: 1.1rem;
	line-height: 3rem;
	padding: 0 1.5rem;
	position: absolute;
	right: 0;
	top: 0.5rem;
	display: inline-block;
	color: #ffffff;
	transition: all 0.3s ease;
}

.index02tit a i {
	margin-left: 0.2rem;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

.index02tit a:hover {
	padding: 0 1.8rem;
}

.index02tit a:hover>i {
	margin-left: 0.3rem;
}

.index02tit h4 {
	font-size: 1.875rem;
	color: #333333;
	line-height: 2rem;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.index02tit h5 {
	font-size: 2rem;
	color: #333333;
	line-height: 2.3rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

.index02tit p {
	width: 30px;
	height: 5px;
	background-color: #222222;
}

.index02lb {
	display: flex;
	flex-wrap: wrap;
}

.index02lb li {
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 2.2rem;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	overflow: hidden;
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.51);
	transition: all 0.5s ease;
}

.index02lb li:hover {
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.81);
}

.index02lb li:nth-child(4n) {
	margin-right: 0;
}

.index02lb li h3 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index02lb li h3 img {
	width: 100%;
	display: block;
	transition: all 0.5s ease;
}

.index02lb li:hover>a h3 img {
	transform: scale(1.1);
}

.index02lb li:hover>a h3 i {
	opacity: 1;
}

.index02lb li div {
	padding: 1rem 0.625rem;
}

.index02lb li div h4 {
	font-size: 1.1rem;
	color: #222222;
	line-height: 1.5rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.index02lb li div p {
	font-size: 0.8125rem;
	color: #222222;
	opacity: 0.65;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-container04 {
	position: relative;
	overflow: hidden;
}

.swiper-container04 img {
	width: 100%;
	display: block;
}

.swiper-container04 .swiper-slide {
	position: relative;
}

.swiper-container04 .swiper-slide div {
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 1.875rem;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div h3 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	position: relative;
	margin-bottom: 2rem;
}

.swiper-container04 .swiper-slide div h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1rem;
	width: 50%;
	height: 1px;
	background-color: #FFFFFF;
}

.swiper-container04 .swiper-slide div h4 {
	font-size: 1rem;
	line-height: 1.2rem;
	position: relative;
	margin-bottom: 2rem;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-container04 .swiper-slide div a {
	font-size: 1rem;
	color: #FFFFFF;
}

.swiper-container04 .swiper-slide div a i {
	margin-left: 0.3125rem;
	font-size: 1.3rem;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.swiper-container04 .swiper-slide div:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-container04 .swiper-slide div a:hover>i {
	margin-left: 0.625rem;
}

.swiper-container04zy {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 2;
	font-size: 2rem;
	color: #FFFFFF;
	width: 7.8rem;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0.7rem 1rem;
}

.swiper-container04zy i {
	font-size: 2rem;
	cursor: pointer;
	/* text-shadow: 2px 3px 5px #000000; */
}

.swiper-container04zy i:nth-child(2) {
	margin-left: 1rem;
}

.index03 {
	width: 100%;
	padding: 8rem 0;
}

.index03main {
	width: 87.5rem;
	margin: auto;
}

.index04 {
	width: 100%;
	padding: 8rem 0;
	background: url(../images/index04bg.jpg)center center no-repeat;
}

.index04main {
	width: 87.5rem;
	margin: auto;
}

.index04lb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index04lb a {
	width: 49%;
	position: relative;
	display: block;
	margin-bottom: 2rem;
	border: 0.3125rem solid #959595;
	transition: all 0.3s ease;
}

.index04lb a:hover {
	/* transform: scale(1.01); */
	box-shadow: 0px 0px 15px 0px rgb(88 94 101 / 51%);
}

.index04lb a:nth-child(2n) {
	margin-left: 2%;
}

.index04lb a img {
	width: 100%;
	display: block;
}

.index04lb a p {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 2rem;
	line-height: 4rem;
	color: #FFFFFF;
	font-size: 1.2rem;
	width: 100%;
}

.index04lb a p span {
	font-size: 1rem;
}

.index05 {
	width: 100%;
	padding: 8rem 0;
	overflow: hidden;
}

.index05main {
	width: 87.5rem;
	margin: auto;
}

.swiper-container05lb {
	position: relative;
	width: 100%;
}

.swiper-container05lb01 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container05lb01 img {
	display: block;
	width: 100%;
}

.swiper-container05lb01 i {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	line-height: 12rem;
	font-size: 3rem;
	color: #eee;
	opacity: 0;
	transition: all 0.3s ease;
}

.swiper-container05lb .swiper-slide {
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.51);
	transition: all 0.5s ease;
}

.swiper-container05lb .swiper-slide:hover>a .swiper-container05lb01 i {
	opacity: 1;
}

.swiper-container05lb .swiper-slide:hover {
	box-shadow: 0px 13px 16px 0px rgba(88, 94, 101, 0.81);
}

.swiper-container05lb02 {
	padding: 2rem;
	background-color: #FFFFFF;
	color: #000000;
}

.swiper-container05lb02 h4 {
	padding-right: 3rem;
	font-size: 1rem;
	min-height: 3.6rem;
	line-height: 1.8rem;
	color: #222222;
	position: relative;
	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;
	text-align: left;
}

.swiper-container05lb02 h4 span {
	position: absolute;
	right: 0;
	text-align: right;
	font-size: 1.875rem;
	color: #666;
	top: 0;
}

.swiper-container05lb02 h4 span b {
	display: block;
	font-weight: normal;
	font-size: 0.75rem;
	color: #222222;
	margin-top: 0.5rem;
}

.swiper-container05lb02 h5 {
	text-align: right;
	margin-top: 2rem;
	font-size: 0.9rem;
	color: #000000;
	line-height: 1.5rem;
	position: relative;
}

.swiper-container05lb02 h5 i {
	float: right;
	font-size: 1.5rem;
	margin-left: 0.3125rem;
}

.swiper-container05lb02 h5:after {
	content: "";
	width: 1rem;
	height: 0.1875rem;
	background-color: #222222;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-container05lb {
	position: relative;
	text-align: center;
}

.swiper-pagination05lb {
	position: absolute;
	bottom: -2rem !important;
}

.swiper-pagination05lb span {
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #dddddd;
}

.swiper-pagination05lb .swiper-pagination-bullet-active {
	background-color: #222222;
	border: 2px solid #222222;
}

.swiper-pagination05lb .swiper-notification {
	display: none;
}

footer {
	background: url(../images/footerbg.jpg)center center no-repeat;
	background-color: #f5f5f5;
	padding-top: 5rem;
	padding-bottom: 3rem;
	position: relative;
}

.footer {
	width: 87.5rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.footerleft {
	width: 80%;
	border-right: 1px solid #dddddd;
}

.footerright {
	width: 14%;
	margin-left: 6%;
}

.footerleftlb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footerleftlb li {
	width: 16.6%;
}

.footerleftlb li h4 {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	position: relative;
	margin-bottom: 2.2rem;
}

.footerleftlb li h4:after {
	content: "";
	width: 7.5rem;
	height: 1px;
	position: absolute;
	bottom: -1rem;
	left: 0;
	background: #ffffff;
}

.footerleftlb li a {
	display: block;
	line-height: 2.2rem;
	font-size: 1rem;
	color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.33s ease;
}

.footerleftlb li a:hover {
	color: #dddddd;
}

.footerlx {
	margin-bottom: 1rem;
}

.footerlx h4 {
	color: #ffffff;
	line-height: 1.5rem;
	font-size: 0.9375rem;
	font-weight: bold;
}

.footerlx p {
	color: #ffffff;
	line-height: 1.5rem;
	font-size: 0.9375rem;
}

.footerrightewm1 {
	width: 100%;
	margin-bottom: 0.9375rem;
}

.footerrightewm1 img {
	display: block;
	width: 10rem;
	height: 10rem;
	background-color: #AAAAAA;
}

.footerrightewm1 {
	text-align: center;
	display: flex;
	width: 10rem;
}

.footerrightewm1 i {
	flex: 1;
	font-size: 1rem;
	line-height: 2rem;
	color: #dddddd;
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.footerrightewm1 i:hover {
	color: #dddddd;
}

.footerbq {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	line-height: 1.5rem;
	font-size: 0.9rem;
	margin-top: 10rem;
}

.footerbq a {
	color: #ffffff;
}

.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(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	background-image: -webkit-linear-gradient(-180deg, rgb(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	background-image: -ms-linear-gradient(-180deg, rgb(29, 159, 136) 0%, rgb(59, 193, 174) 100%);
	box-shadow: 0px 5px 16px 0px rgb(88 94 101 / 36%);
	padding: 2rem;
}

.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: 1.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: 3rem;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productleft2 a i {
	position: absolute;
	right: 1.5rem;
	top: 0;
	font-size: 2rem;
	line-height: 4rem;
	color: #22a58f;
	transition: all 0.3s ease;
}

.productleft2 a:hover {
	background-color: #333;
	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;
}

.productright1 a:nth-child(3n-1) {
	margin: 0 3%;
	margin-bottom: 1rem;
}

.productright1 a p {
	font-size: 1.2rem;
	line-height: 3.5rem;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.productright1 a:hover {
	background-color: #22A58F;
}

.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;
}

header {
	transition: all 0.3s ease;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
}

.sxsy1 video {
	width: 100%;
	background-color: #222222;
}

.header {
	width: 87.5rem;
	margin: auto;
}

.headermain {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.headerlogo {
	width: 20%;
	height: 5rem;
	padding: 0.5rem 0;
	display: block;
	margin-left: 5%;
}

.headerlogo img {
	height: 100%;
}

.headermenu {
	width: 70%;
	height: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.headermenu1 {
	width: 14.285%;
	text-align: center;
	position: relative;
}

.headermenu1link {
	line-height: 5rem;
	display: inline-block;
	color: #ffffff;
	font-size: 1rem;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.headermenu1 div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 5rem;
	max-height: 0rem;
	overflow: hidden;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}

.headermenu1:hover>div {
	max-height: 15rem;
}

.headermenu1 div a {
	display: block;
	line-height: 2.5rem;
	text-align: center;
	color: #222222;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.headermenu1 div a:hover {
	color: #ffffff;
	background: #222222;
}

.headerss {
	width: 5%;
	position: relative;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.headerss i {
	line-height: 5rem;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	transition: all 0.3s ease;
}

.headerss section {
	content: "";
	width: 100%;
	height: 5rem;
	max-height: 0;
	background-color: #FFFFFF;
	position: fixed;
	left: 0;
	top: 5rem;
	margin-top: 2px;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 15px #b3b0b0;
}

.headerss:hover>section {
	max-height: 5rem;
	overflow: hidden;
}

.headerss div {
	position: absolute;
	right: 1rem;
	top: 6rem;
	/* display: none; */
	width: 30rem;
	padding-right: 8rem;
	height: 3rem;
	z-index: 1;
	max-height: 0rem;
	margin-top: 2px;
	overflow: hidden;
	background: #eeeeee;
	transition: all 0.3s ease;
}

.headerss:hover>div {
	max-height: 4rem;
	overflow: hidden;
}

.headerss div input {
	width: 100%;
	border: none;
	background: #eeeeee;
	padding: 0 1rem;
	height: 3rem;
	font-size: 1rem;
}

.headerss div button {
	width: 8rem;
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #222222;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.headerss div button:hover {
	background-color: #126d47;
}

.headerlange {
	width: 5%;
	position: relative;
	text-align: center;
}

.headerlange a {
	line-height: 5rem;
	color: #ffffff;
	display: block;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

.headerxz {
	background: #ffffff;
	box-shadow: 0px 5px 15px #b3b0b0;
}

.headerb {
	display: block;
}

.headerc {
	display: none;
}

.headerxz .headerlogo .headerb {
	display: none;
}

.headerxz .headerlogo .headerc {
	display: block;
}

.headerxz .headermenu1link {
	color: #222222;
	padding: 0 1rem;
}

.headermenu1 #headerlbxz {
	background: #222222;
	color: #ffffff;
}

.headerxz .headerss i {
	color: #222222;
}

.headerxz .headerlange a {
	color: #222222;
}

.headerxz .headerss {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.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;
}

.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;
}

.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: #222222;
}

.fenye li .current {
	color: #ffffff !important;
}

.fenye li a {
	color: #222222 !important;
}

.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;
	}

	.index01main h4 {
		color: #403f3f;
		font-size: 1rem;
		line-height: 2.2rem;
	}
}

@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: 640px) {
	html {
		font-size: 14px;
	}

	body {
		min-width: 100%;
	}

	header {
		height: 50px;
		background: #ffffff;
		box-shadow: 0px 5px 15px #343333;
		padding: 5px 10px;
	}

	.headerlogo {
		width: 20%;
		height: 40px;
		padding: 0;
		display: block;
		margin-left: 0;
	}

	.headermenu {
		width: 65%;
		display: block;
		flex-wrap: wrap;
		justify-content: right;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		display: none;
		background: #ffffff;
		height: 100%;
		text-align: center;
		overflow: auto;
		z-index: 9;
	}

	.headermenu1 div {
		width: 100%;
		position: initial;
		left: 0;
		top: 5rem;
		max-height: 16rem;
		overflow: hidden;
		background-color: #FFFFFF;
		transition: all 0.5s ease;
		background: #f5f5f5;
	}

	.headermenu1 {
		width: 100%;
		text-align: center;
		position: relative;
	}

	.headerss {
		width: 100%;
		position: relative;
		text-align: center;
		display: none;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.headerlange {
		display: none;
	}

	.headerlogo .headerb {
		display: none;
	}

	.headerlogo .headerc {
		display: block;
	}

	.headermenu1link {
		color: #222222;
		display: block;
		line-height: 50px;
	}

	.headerss i {
		color: #222222;
	}

	.headerlange a {
		color: #222222;
	}

	.headerss {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	.fp-tableCell {
		display: block;
		vertical-align: middle;
		width: 100%;
		height: auto !important;
	}

	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}

	.sxsy1 video {
		width: 100%;
		height: auto;
		background-color: #222222;
	}

	body {
		padding-top: 50px;
	}

	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 99999;
	}

	.mobilemenu span {
		width: 100%;
		height: 4px;
		background-color: #222222;
		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;
	}

	.mobilemenu span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.mobilemenuxz span:nth-child(2) {
		left: -40px;
		background-color: #ffffff;
	}

	.mobilemenuxz span:nth-child(1) {
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #aaaaaa;
	}

	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #aaaaaa;
	}

	.headermenu1 div a {
		line-height: 3rem;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 1rem !important;
	}

	.swiper-pagination-bullet {
		width: 1.5rem !important;
		height: 3px !important;
	}

	.swiper-pagination-bullet-active {
		width: 2rem !important;
	}

	.index01 {
		width: 100%;
		padding: 20px 10px;
		display: block;
		flex-wrap: wrap;
	}

	.index01left {
		width: 100%;
		box-shadow: 0px 5px 32px 8px rgb(0 0 0 / 0%);
	}

	section {
		box-sizing: border-box;
	}

	.index01main {
		width: 100%;
		padding-left: 0;
		box-sizing: border-box;
	}

	.index01main h2 {
		font-size: 1.3rem;
		color: #555555;
		line-height: 1.5rem;
		margin-top: 1rem;
		font-style: italic;
	}

	.index01main h3 {
		font-size: 1.8rem;
		line-height: 2rem;
		font-weight: bold;
		margin: 1rem 0;
	}

	.index01main h5 {
		font-size: 1.1rem;
		color: #403f3f;
		margin-bottom: 1rem;
	}

	.index01lb {
		display: flex;
		flex-wrap: wrap;
		padding-top: 1.5rem;
		border-top: 1px solid #dddddd;
		margin-top: 1.5rem;
	}

	.index01lb div {
		width: 50%;
		text-align: center;
		margin-bottom: 20px;
	}

	.index01lb div:last-child {
		margin-bottom: 0px;
	}

	.index01lb div h6 {
		font-size: 1.2rem;
		margin: 0.8rem 0;
		color: #000000;
	}

	.index02 {
		width: 100%;
		padding: 20px 10px;
		background-color: #f5f5f5;
	}

	.index02main {
		width: 100%;
		margin: auto;
	}

	.index02tit h4 {
		font-size: 0.9rem;
		color: #333333;
		line-height: 1rem;
		margin-bottom: 0.7rem;
		text-transform: uppercase;
	}

	.index02tit h5 {
		font-size: 1.6rem;
		color: #333333;
		line-height: 1.8rem;
		margin-bottom: 1rem;
		font-weight: bold;
	}

	.index02tit a {
		border-radius: 0.5rem;
		font-size: 0.9rem;
		line-height: 2.5rem;
		padding: 0 1rem;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		color: #ffffff;
		transition: all 0.3s ease;
	}

	.index02lb li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 1rem;
		background-color: #FFFFFF;
		border-radius: 0.625rem;
		overflow: hidden;
		box-shadow: 0px 13px 16px 0px rgb(88 94 101 / 51%);
		transition: all 0.5s ease;
	}

	.index02lb li:nth-child(2n) {
		margin-right: 0;
	}

	.index02tit {
		margin-bottom: 2rem;
		position: relative;
	}

	.index03 {
		width: 100%;
		padding: 20px 10px;
	}

	.index03main {
		width: 100%;
		margin: auto;
	}

	.swiper-container04zy {
		position: absolute;
		right: 0.5rem;
		bottom: 0.5rem;
		z-index: 2;
		font-size: 1rem;
		color: #FFFFFF;
		width: 5.3rem;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 0.7rem 1rem;
	}

	.swiper-container04zy i {
		font-size: 1rem;
		cursor: pointer;
		/* text-shadow: 2px 3px 5px #000000; */
	}

	.swiper-container04 .swiper-slide div {
		width: 58%;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 0.8rem;
		color: #FFFFFF;
		transition: all 0.3s ease;
	}

	.swiper-container04 .swiper-slide div h4 {
		margin-bottom: 0;
	}

	.index04 {
		width: 100%;
		padding: 20px 10px;
		background: url(../images/index04bg.jpg)center center no-repeat;
		background-size: auto 100%;
	}

	.index04main {
		width: 100%;
		margin: auto;
	}

	.index04lb a {
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 1rem;
		border: 0.3125rem solid #959595;
		transition: all 0.3s ease;
	}

	.index04lb a:nth-child(2n) {
		margin-left: 0;
	}

	.index04lb a p {
		line-height: 2.5rem;
		font-size: 1rem;
	}

	.index05 {
		width: 100%;
		padding: 20px 10px;
		overflow: hidden;
	}

	footer {
		padding: 0 15px;
		background-color: #f5f5f5;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.footer {
		width: 100%;
		margin: auto;
		display: block;
		flex-wrap: wrap;
		position: relative;
	}

	.footerleft {
		display: none;
	}

	.footerright {
		width: 100%;
		margin-left: 0;
	}

	.footerbq {
		position: initial;
		left: 0;
		bottom: 0;
		color: #ffffff;
		line-height: 1.5rem;
		font-size: 12px;
		width: 100%;
		margin-top: 2rem;
	}

	.footerbq br {
		display: none;
	}

	.banner div h4 {
		font-size: 1.3rem;
		line-height: 1.5rem;
		margin-bottom: 0.2rem;
	}

	.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: 2.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;
	}

	.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;
	}

	.swiper-container05lb02 {
		padding: 1rem;
		background-color: #FFFFFF;
		color: #000000;
	}

	.swiper-container05lb02 h4 {
		padding-right: 4rem;
	}

	.swiper-pagination05lb {
		display: none;
	}
}
