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: 微软雅黑;
}

header {
	position: fixed;
	width: 100%;
	padding: 2rem 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 9;
	transition: all 0.3s ease;
}

.headerxz {
	padding: 1.5rem 0;
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

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

.headerleft {
	float: left;
	height: 3rem;
}

.headerleft img {
	height: 100%;
}

.headerright {
	float: right;
	position: relative;
	margin-left: 2rem;
}

.headercenter {
	float: right;
}

.headercenter a {
	display: inline-block;
	margin-left: 2.5rem;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 3rem;
	transition: all 0.3s ease;
}

.headercenter a:hover {
	color: #c31022;
}

.headerright h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 3rem;
}

.headerright h4 i {
	font-size: 0.8rem;
	margin-left: 0.4rem;
	vertical-align: top;
}

.headerright:hover>div {
	max-height: 12rem;
}

.headerright div {
	position: absolute;
	width: 8rem;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0.2rem;
	top: 4.6rem;
	left: 50%;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	transform: translate(-50%, 0);
}

.headerright div a {
	display: block;
	line-height: 2.5rem;
	font-size: 1.1rem;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s ease;
}

.headerright div a:last-child {
	border-bottom: 0px solid #dddddd;
}

.headerright div a:hover {
	color: #c31022;
}

.headerright h4 .icon-yuyan {
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: 0.6rem;
}









.index01 {
	width: 100%;
	background-color: #111417;
}

.index01main {
	width: 87.5rem;
	padding: 8rem 0;
	padding-top: 15rem;
	margin: auto;
	position: relative;
}

.lgimg {
	height: 16rem;
	position: absolute;
	top: -8rem;
	left: 21rem;
	display: block;
	transform: rotateZ(0);
	animation: lgimg 10s linear infinite;
}

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

	50% {
		transform: rotateZ(180deg);
	}

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

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

.index01bottom4 ul li {
	text-align: center;
}

.index01bottom4 ul li h4 {
	font-size: 3rem;
	color: #ffffff;
}

.index01bottom4 ul li h4 span {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
}

.index01bottom4 ul li p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #ffffff;
	margin-top: 0.5rem;
}

.index01bottom4 h2 {
	font-size: 1rem;
	line-height: 1.8rem;
	color: #FFFFFF;
	margin-top: 2.2rem;
}

.index01main1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index01left {
	width: 45%;
}

.index01right {
	width: 50%;
	margin-left: 5%;
}

.index01left h3 {
	font-size: 6rem;
	color: #c31022;
	font-weight: bold;
}

.index01left h3 span {
	display: block;
	font-size: 5.3rem;
	margin-top: 1rem;
}

.index01left h3 span i {
	color: #FFFFFF;
}

.index01left a {
	display: inline-block;
	background-color: #c31022;
	color: #ffffff;
	line-height: 3rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0 2rem;
	border-radius: 3rem;
	margin-top: 4.5rem;
	margin-bottom: 6rem;
	transition: all 0.3s ease;
}

.index01left a:hover {
	padding: 0 2.5rem;
}

.index01left a i {
	font-size: 1.5rem;
	margin-left: 0.2rem;
}

.index01left1 h2 {
	font-size: 2rem;
	color: #ffffff;
	margin-bottom: 4rem;
}

.index01left1 h2 i {
	font-size: 2rem;
	margin-left: 0.2rem;
}

.index01bottom4 {
	padding-right: 5rem;
}

.index01right .swiper-container {
	width: 100%;
	height: 26rem;
	text-align: center;
	padding: 3rem 0;
	background-color: #ffffff;
	border-radius: 2rem;
	box-shadow: 9px 10px 1.64px 0.36px rgba(195, 16, 34, 1);
	margin-bottom: 2rem;
}

.index01right .swiper-container img {
	height: 100%;
	width: auto;
}

.index01right h2 {
	font-size: 1.2rem;
	line-height: 2rem;
	color: #ffffff;
	padding-top: 2rem;
	margin-top: 4rem;
	border-top: 1px solid #ffffff;
}

.index02 {
	width: 100%;
	padding: 8rem 0;
}

.index02main {
	width: 87.5rem;
	margin: auto;
	padding-left: 30%;
	position: relative;
}

.index02right {
	width: 100%;
	background-color: #111417;
	box-shadow: 8px 8px 1.64px 0.36px rgba(195, 16, 34, 1);
	text-align: right;
	padding: 3rem;
	padding-left: 10rem;
}

.index02left {
	width: 42%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	animation: lgimg 30s linear infinite;
}

.index02right img {
	height: 5rem;
}

.index02right h2 {
	font-size: 4rem;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 5rem;
	margin-top: 1rem;
	margin-bottom: 5rem;
	position: relative;
}

.index02right h2:after {
	content: "";
	width: 8rem;
	height: 0.3rem;
	background-color: #ffffff;
	border-radius: 2rem;
	position: absolute;
	right: 0;
	bottom: -2rem;
}

.index02right p {
	font-size: 1.1rem;
	line-height: 2.8rem;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 3rem;
}

.index02right a {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 3rem;
	transition: all 0.3s ease;
}

.index02right a i {
	font-size: 2rem;
	margin-left: 0.5rem;
}

.index02right a:hover {
	color: #c31022;
}

.index02right a:hover>i {
	margin-left: 0.8rem;
}

.index03 {
	padding: 8rem 0;
	background-color: #111417;
}

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

.index03nrbg {
	width: 100%;
}

.index03tit {
	text-align: center;
	margin-bottom: 8rem;
	font-size: 2.5rem;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
}

.index03tit span {
	color: #c31022;
}

.index03tit:after {
	content: "";
	width: 8rem;
	height: 0.3rem;
	background-color: #ffffff;
	border-radius: 2rem;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -2.5rem;
}


.index03tb img {
	width: 1.2%;
    position: absolute;
    left: 75%;
    top: 69%;
    animation: index03tbimg1 4s infinite;
}

	.index03tb img:nth-child(2n){
		animation: index03tbimg2 4s infinite;
	}

	@keyframes index03tbimg1 {
	  0% {
	    opacity: 0.6;
	  }
	  50% {
	     opacity: 1;
	  }
	  100% {
	    opacity: 0.6;
	  }
	}
	@keyframes index03tbimg2 {
	  0% {
	    opacity: 1;
	  }
	  50% {
	     opacity: 0.6;
	  }
	  100% {
	    opacity: 1;
	  }
	}

.index03tb img:nth-child(2) {
	width: 1.2%;
    position: absolute;
    left: 83.5%;
    top: 79%;
}

.index03tb img:nth-child(3) {
	width: 1.2%;
    position: absolute;
    left: 94%;
    top: 89%;
}

.index03tb img:nth-child(4) {
	width: 1.2%;
    position: absolute;
    left: 48.5%;
    top: 65%;
}

.index03tb img:nth-child(5) {
	width: 1.2%;
    position: absolute;
    left: 56.5%;
    top: 71%;
}

.index03tb img:nth-child(6) {
	width: 1.2%;
    position: absolute;
    left: 53%;
    top: 81%;
}

.index03tb img:nth-child(7) {
	width: 1.2%;
    position: absolute;
    left: 18%;
    top: 57%;
}

.index03tb img:nth-child(8) {
	width: 1.2%;
    position: absolute;
    left: 24%;
    top: 64%;
}

.index03tb img:nth-child(9) {
	width: 1.2%;
    position: absolute;
    left: 26.5%;
    top: 86%;
}

.index03tb img:nth-child(10) {
	width: 1.2%;
    position: absolute;
    left: 64%;
    top: 50%;
}

.index03tb img:nth-child(11) {
	width: 1.2%;
    position: absolute;
    left: 76%;
    top: 34%;
}

.index03tb img:nth-child(12) {
	width: 1.2%;
    position: absolute;
    left: 17%;
    top: 50%;
}


.index03nr {
	position: relative;
}

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

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

.index04tit {
	text-align: center;
	margin-bottom: 6rem;
	font-size: 2.5rem;
	color: #222222;
	text-transform: uppercase;
	position: relative;
}

.index04tit span {
	color: #c31022;
}

.index04tit:after {
	content: "";
	width: 8rem;
	height: 0.3rem;
	background-color: #c31022;
	border-radius: 2rem;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -2.5rem;
}

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

.index04nr a {
	width: 25%;
	padding: 3rem 2%;
	border-right: 1px dashed #dddddd;
	float: left;
	overflow: hidden;
}

.index04nr a:nth-child(4n) {
	margin-right: 0;
	border-right: 0px dashed #dddddd;
}

.index04nr a div {
	width: 40%;
	float: left;
	    padding-top: 1rem;
	    padding-right: 1rem;
	 position: relative;
    z-index: 1;
}

.index04nr a div h3 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #111417;
}

.index04nr a div h4 {
	font-size: 0.9rem;
	    line-height: 1.5rem;
	    color: #666;
	    margin-top: 0.5rem;
}

.index04nr a div i {
	font-size: 2rem;
	line-height: 3rem;
	color: #c31022;
	margin-top: 1rem;
	display: inline-block;
	transition: all 0.3s ease;
}

.index04nr a img {
	width: 60%;
	float: left;
	display: block;
	transition: all 1s ease;
}

.index04nr a:hover>img {
	transform: rotateZ(360deg);
}

.index04nr a:hover>div i {
	color: #222222;
	text-shadow: 3px 3px 3px #aaa;
}

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

.index04more a {
	display: inline-block;
	background-color: #c31022;
	color: #ffffff;
	line-height: 3rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0 2rem;
	border-radius: 3rem;
	transition: all 0.3s ease;
}

.index04more a:hover {
	padding: 0 2.5rem;
}

.index04more a i {
	font-size: 1.5rem;
	margin-left: 0.2rem;
}

.swiper-container01 {
	position: relative;
	overflow: hidden;
}

.swiper-container01 .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.swiper-container01 .swiper-slide-active .bannerimg {
	animation: bannerimg 3s linear;
}

@keyframes bannerimg {
	0% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.bannerximg1 {
	position: absolute;
	width: 25% !important;
	left: 3%;
	bottom: 3%;
	z-index: 9;
}

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

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

.index05lb {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 2rem 0%;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 1.64px 0.36px rgba(195, 16, 34, 0.4);
}

.index05lb li {
	width: 33.33%;
	text-shadow: 5px 5px 10px #222222;
}

.index05lb li h4 {
	font-size: 3rem;
	color: #ffffff;
	line-height: 5rem;
}

.index05lb li h4 span {
	font-size: 2rem;
	vertical-align: top;
}

.index05lb li p {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #FFFFFF;
	text-transform: uppercase;
}

.index05tit {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	margin-top: 4rem;
	padding-bottom: 1rem;
	text-shadow: 5px 5px 10px #222222;
	text-align: center;
}

.index06main {
	width: 100%;
	padding: 0 30px;
}

.swiper-container02 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-container02 .swiper-slide img {
	width: 100%;
	height: 28rem;
}

.swiper-container02 .swiper-slide a h4 {
	font-size: 1.3rem;
	line-height: 4rem;
	color: #111417;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-container02 .swiper-slide a p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #666;
	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;
}

.swiper-container02 .swiper-slide a h5 {
	font-size: 0.95rem;
	line-height: 4rem;
	color: #aaaaaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-container02 .swiper-slide a h5 i {
	color: #c31022;
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}

footer {
	background: url(../images/footerbg.jpg) no-repeat fixed;
	background-size: cover;
	padding-top: 5rem;
}

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

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

.footer1nr {
	color: #FFFFFF;
	width: 35%;
}

.footer1nrtit {
	border-left: 0.3rem solid #c31022;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
	padding-left: 0.8rem;
	text-transform: uppercase;
	color: #FFFFFF;
}

.footer1nrlb1 p {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
	padding-left: 2rem;
	position: relative;
}

.footer1nrlb1 p i {
	font-size: 1rem;
	line-height: 1.8rem;
	position: absolute;
	left: 0;
	top: 0;
}

.footer1nr1 {
	width: 20%;
}

.footer1nrlb2 a {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
	color: #ffffff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer1nr2 {
	width: 25rem;
}

.footer1nrlb3 {
	position: relative;
}

.footer1nrlb3 input {
	width: 25rem;
	display: block;
	padding-left: 1rem;
	padding-right: 8rem;
	height: 3.5rem;
	background-color: #ffffff;
	border: none;
	outline: none;
}

.footer1nrlb3 button {
	position: absolute;
	height: 3.5rem;
	width: 7rem;
	background-color: #c31022;
	text-align: center;
	color: #FFFFFF;
	border: none;
	font-size: 1.1rem;
	right: 0;
	top: 0;
}

.footer1nrlb3 button i {
	margin-right: 0.3rem;
}

.footer1nrlb3 button:hover {
	background-color: #222222;
}

.footer1nr2lj p {
	font-size: 0.85rem;
	line-height: 1.4rem;
	color: #FFFFFF;
	margin-top: 1.1rem;
}

.footer2 {
	width: 87.5rem;
	margin: auto;
	border-top: 1px solid #dddddd;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 4rem;
}

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

.footer2main h4 {
	font-size: 0.95rem;
	line-height: 2rem;
	color: #FFFFFF;
	width: 50%;
}

.footer2main p {
	font-size: 0.95rem;
	line-height: 2rem;
	color: #FFFFFF;
	width: 50%;
	padding-left: 10%;
	text-align: right;
}

.footer2main p a {
	color: #FFFFFF;
}

.mbx {
	margin-top: 10rem;
}

.mbxmain {
	width: 87.5rem;
	margin: auto;
	border-bottom: 1px dotted #c31022;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	text-align: right;
}

.mbxmain i {
	color: #111417;
}

.mbxmain a {
	text-transform: uppercase;
	color: #111417;
	font-size: 0.95rem;
}

.mbxmain a:hover {
	color: #c31022;
}

.mbxmain .icon-lungugai {
	font-size: 1.5rem;
	vertical-align: bottom;
}

.about01 {
	width: 87.5rem;
	margin: auto;
	padding-bottom: 8rem;
}

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

.about01left {
	width: 45%;
}

.about01right {
	width: 50%;
	margin-left: 5%;
	text-align: right;
}

.about01logo {
	height: 4rem;
}

.about01right h3 {
	font-size: 1.25rem;
	color: #c31022;
	margin-bottom: 4rem;
	position: relative;
}

.about01right h3:after {
	content: "";
	width: 8rem;
	height: 0.5rem;
	background-color: #c31022;
	position: absolute;
	right: 0;
	bottom: -2.5rem;
	border-radius: 1rem;
}

.about01right1 {
	text-align: left;
}

.about01right1 p {
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.about02 {
	width: 100%;
	padding-bottom: 8rem;
}

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

.about02tit {
	margin-bottom: 3rem;
	font-size: 2rem;
	color: #111417;
	font-weight: bold;
	text-transform: uppercase;
}

.about02tit i {
	font-size: 2.2rem;
	vertical-align: top;
	margin-right: 0.5rem;
}

.about02tit span {
	color: #c31022;
}

.about02img {
	width: 100%;
}

.about03 {
	background-color: #eeeeee;
	padding: 8rem 0;
}

.product {
	width: 87.5rem;
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

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

.productleft {
	width: 22rem;
}

.productright {
	width: calc(100% - 25rem);
	margin-left: 3rem;
}

.productleft a {
	width: 100%;
	font-size: 1rem;
	line-height: 3.8rem;
	padding: 0 2rem;
	background-color: #111417;
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	position: relative;
	transition: all 0.3s ease;
}

.productleft a:hover {
	background-color: #c31022;
}

.productleft a i {
	position: absolute;
	right: 1rem;
	top: 0;
	line-height: 3.5rem;
	color: #FFFFFF;
	font-size: 0.7rem;
}

.productleft .productleftxz {
	background-color: #c31022;
}

.productleft .productleftxz i {
	transform: rotateZ(90deg);
}

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

.prouctright1 a {
	width: 31.33%;
	display: block;
	margin-bottom: 2rem;
	text-align: center;
}

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

.prouctright1 a img {
	width: 100%;
	transition: all 0.3s ease;
}

.prouctright1 a:hover>img {
	transform: scale(1.05);
}

.prouctright1 a h4 {
	font-size: 1.1rem;
	line-height: 2rem;
	margin-top: 0.5rem;
	color: #111417;
	transition: all 0.3s ease;
}

.prouctright1 a:hover>h4 {
	color: #c31022;
}

.prodetail1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.prodetail1left {
	width: 40%;
}

.prodetail1right {
	width: 60%;
	padding-left: 5%;
}

.prodetail1right h3 {
	font-size: 2rem;
	line-height: 3rem;
	color: #c31022;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.prodetail1right h2 {
	background-color: #111417;
	display: inline-block;
	padding: 0 1rem;
	line-height: 2rem;
	color: #FFFFFF;
	font-size: 0.95rem;

}

.prodetail1right1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	border: 1px solid #dddddd;
}

.prodetail1right1 div {
	width: 20%;
	border-right: 1px solid #dddddd;

}

.prodetail1right1 div:last-child {
	border-right: 0px solid #dddddd;
}

.prodetail1right1 div h4 {
	font-size: 1.3rem;
	line-height: 4rem;
	padding: 0 1rem;
	color: #111417;
	font-weight: bold;
}

.prodetail1right1 div p {
	font-size: 1rem;
	line-height: 3.5rem;
	padding: 0 1rem;
	border-top: 1px solid #dddddd;
}

.prodetail1right h5 {
	display: inline-block;
	padding: 0 3rem;
	font-size: 1.2rem;
	color: #FFFFFF;
	line-height: 3.5rem;
	background-color: #c31022;
	margin-top: 4rem;
	border-radius: 0.3rem;
}

.prodetail1right h5 i {
	font-size: 2rem;
	margin-right: 0.3rem;
	vertical-align: bottom;
}

.prodetail2 {
	margin-top: 3rem;
}

.prodetail2tit {
	background-color: #c31022;
	line-height: 4rem;
	padding: 0 2rem;
	color: #FFFFFF;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.prodetail2main p {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
}

.prodetail2main p img {
	max-width: 100%;
}

.news {
	width: 87.5rem;
	margin: auto;
	padding-bottom: 8rem;
}

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

.newslb a {
	width: 31.33%;
	margin-bottom: 1rem;

}

.newslb a:hover>img {
	transform: scale(1.02);
	box-shadow: 10px 10px 10px #dddddd;
}

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

.newslb a img {
	width: 100%;
	transition: all 0.3s ease;
}

.newslb a h4 {
	font-size: 1.3rem;
	line-height: 4rem;
	color: #111417;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb a p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #666;
	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 a h5 {
	font-size: 0.95rem;
	line-height: 4rem;
	color: #aaaaaa;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb a h5 i {
	color: #c31022;
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.newsdettit {
	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dotted #DDDDDD;
}

.newsdettit h4 {
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

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

.newsdettit p i {
	font-size: 1.4rem;
	vertical-align: bottom;
	margin-right: 2px;
}

.newsdetmain1 p {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #000000;
}

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

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

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

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

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

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

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

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

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

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

.contact2tit span {
	color: #c31022;
}

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

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

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

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

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

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

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

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

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

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

.prodetail1right2 {
	margin-top: 2rem;
	border-top: 1px dashed #dddddd;
	padding-top: 1rem;
}

.prodetail1right2 p {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
}
.prodetail1right1 div h4:last-child{
	display: none;
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

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

.active {
	background-color: #222222;
}

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

.fenye li a {
	color: #222222 !important;
}
.headercenter .headerrightxz{
	color: #c31022;
}
.mfvideo1{
	width: 100%;
    margin-bottom: 3rem;
    border: 1rem solid #c31022;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 5px 5px 5px #a9a9a9;
}
.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 {
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: auto;
	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: #222222;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}
.swiper-container11{
	width: 100%;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #dddddd; */
    background: #f5f5f5;
}
.swiper-container12{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container12 .swiper-slide{
	background: #f5f5f5;
}
.sjmt{
	display: flex;
	flex-wrap: wrap;
	width: 30%;
	margin-top: 1rem;
}
.sjmt a{
	width: 15%;
	margin-right: 5%;
}
.sjmt a img{
	width: 100%;
}







@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: 640px) {
	body{
		min-width: 100%;
	}
	.index02 {
	    width: 100%;
	    padding: 20px 10px;
	}
	section{
		box-sizing: border-box;
	}
	.index02main {
	    width: 100%;
	    margin: auto;
	    padding-left: 0;
	    position: relative;
	}
	.index02right {
	    width: 100%;
	    background-color: #111417;
	    box-shadow: none;
	    text-align: right;
	    padding: 15px;
	    padding-left: 15px;
	}
	.index02right img {
	    height: auto;
	    width: 65%;
	}
	.index02right h2 {
	    font-size: 3rem;
	    text-transform: uppercase;
	    color: #ffffff;
	    line-height: 3rem;
	    margin-top: 0rem;
	    margin-bottom: 3rem;
	    position: relative;
	}
	.index02right p {
	    font-size: 0.9rem;
	    line-height: 1.8rem;
	    color: #FFFFFF;
	    text-align: left;
	    margin-bottom: 1rem;
	}
	.index02left {
	    width: 20%;
	    position: absolute;
	    left: 10px;
	    top: 17px;
	    bottom: 0;
	    margin: initial;
	    animation: lgimg 20s linear infinite;
	}
	.index02right a {
	    font-size: 1.4rem;
	    text-transform: uppercase;
	    color: #ffffff;
	    line-height: 3rem;
	    transition: all 0.3s ease;
	}
	.index02right a i {
	    font-size: 1.5rem;
	    margin-left: 0.5rem;
	}
	.index03 {
	    padding: 20px 10px;
	    background-color: #111417;
	}
	.index03main {
	    width: 100%;
	    margin: auto;
	}
	.index03tit {
	    text-align: center;
	    margin-bottom: 4rem;
	    font-size: 1.5rem;
	    color: #FFFFFF;
	    text-transform: uppercase;
	    position: relative;
	}
	.index03tit:after {
	    content: "";
	    width: 5rem;
	    height: 0.2rem;
	    background-color: #ffffff;
	    border-radius: 2rem;
	    position: absolute;
	    right: 0;
	    left: 0;
	    margin: auto;
	    bottom: -2rem;
	}
	.index03tb img{
		width:2% !important;
	}

	

	.index04 {
	    width: 100%;
	    padding: 20px 10px;
	}
	.index04tit {
	    text-align: center;
	    margin-bottom: 4rem;
	    font-size: 1.5rem;
	    color: #222222;
	    text-transform: uppercase;
	    position: relative;
	}
	.index04tit:after {
	    width: 5rem;
	    height: 0.2rem;
	    bottom: -2rem;
	}
	.index04more a {
	    display: inline-block;
	    background-color: #c31022;
	    color: #ffffff;
	    line-height: 2.5rem;
	    font-size: 1.2rem;
	    text-transform: uppercase;
	    padding: 0 2rem;
	    border-radius: 3rem;
	    transition: all 0.3s ease;
	}
	.index05 {
	    width: 100%;
	    background: url(../images/index05bg.jpg)center bottom no-repeat;
	    background-size: 200% auto;
	    padding: 20px 10px;
	}
	.index05main {
	    width: 100%;
	    margin: auto;
	}
	.index05lb li h4 {
	    font-size: 2.5rem;
	    color: #ffffff;
	    line-height: 4rem;
	}
	.index05lb li p {
	    font-size: 1rem;
	    line-height: 1.3rem;
	    color: #FFFFFF;
	    text-transform: uppercase;
	}
	.index05tit {
	    font-size: 1.2rem;
	    line-height: 1.5rem;
	    color: #FFFFFF;
	    margin-top: 4rem;
	    padding-bottom: 1rem;
	    text-shadow: 5px 5px 10px #222222;
	    text-align: center;
	}
	footer {
	    background: url(../images/footerbg.jpg)center center no-repeat;
	        background-size: auto 100%;
	        padding-top: 20px;
	        box-sizing: border-box;
	}
	.footer1 {
	    width: 100%;
	    margin: auto;
	    padding: 0 10px;
	}
	.footer1main {
	    display: block;
	    justify-content: space-between;
	}
	.footer1nr {
	    color: #FFFFFF;
	    width: 100%;
	}
	.footer1nrtit {
	    border-left: 0.3rem solid #c31022;
	    font-size: 1.5rem;
	    font-weight: bold;
	    margin-bottom: 1rem;
	    padding-left: 0.8rem;
	    text-transform: uppercase;
	    color: #FFFFFF;
	}
	.footer1nr1{
		display: none;
	}
	.footer1nr2 {
	    width: 100%;
	    margin-top: 1.5rem;
	}
	.footer2 {
	    width: 100%;
	    margin: auto;
	    border-top: 1px solid #dddddd;
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	    margin-top: 1rem;
	}
	.footer2main {
	    display: block;
	    flex-wrap: wrap;
		padding: 0 10px;
	}
	.footer2main h4 {
	    font-size: 0.9rem;
	    line-height: 1.5rem;
	    color: #FFFFFF;
	    width: 100%;
	}
	.footer2main p{
		font-size: 0.9rem;
		line-height: 1.5rem;
		color: #FFFFFF;
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
	.footer1nrlb1 p {
	    font-size: 1rem;
	    line-height: 1.8rem;
	    margin-bottom: 0.5rem;
	    padding-left: 1.5rem;
	    position: relative;
	}
	.index04nr a {
    width: 100%;
    padding: 1rem 0%;
    border-right: 0px dashed #dddddd;
    float: left;
    overflow: hidden;
}
.index04nr a div {
    width: 55%;
    float: left;
    padding-top: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 1;
}
.index04nr a img {
    width: 45%;
    float: left;
    display: block;
    transition: all 1s ease;
}
.mfvideo1 {
    width: 100%;
    margin-bottom: 1rem;
    border: 0.5rem solid #c31022;
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px #a9a9a9;
}
.index06main {
    width: 100%;
    padding: 0;
}
.mbx {
    margin-top: 70px;
    padding: 0 10px;
}
.mbxmain {
    width: 100%;
    margin: auto;
    border-bottom: 1px dotted #c31022;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}
.about01 {
    width: 100%;
    margin: auto;
    padding-bottom: 8rem;
    padding: 0 10px;
}
.about01main {
    display: block;
    flex-wrap: wrap;
}
.about01left {
    width: 100%;
}
.about01right {
    width: 100%;
    margin-left: 0;
    text-align: right;
}
.about01logo {
    height: 3rem;
    margin-top: 1rem;
}
.about01right h3 {
    font-size: 1.1rem;
    color: #c31022;
    margin-bottom: 3rem;
    position: relative;
}
.about01right h3:after {
    content: "";
    width: 6rem;
    height: 0.4rem;
    background-color: #c31022;
    position: absolute;
    right: 0;
    bottom: -2rem;
    border-radius: 1rem;
}
.about01right1 p {
    font-size: 0.95rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}
.about02 {
    width: 100%;
    padding-bottom: 20px;
}
.about02tit {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #111417;
    font-weight: bold;
    text-transform: uppercase;
}
.about02main {
    width: 100%;
    margin: auto;
    padding: 0 10px;
}
.about03 {
    background-color: #eeeeee;
    padding: 20px 10px;
}
.about03 .about02main{
	padding: 0;
}
.product {
    width: 100%;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 8rem;
    padding: 20px 10px;
}
.productmain {
    display: block;
    flex-wrap: wrap;
}
.productleft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.productleft a {
    width: calc(50% - 1px);
    font-size: 0.95rem;
    line-height: 3.5rem;
    padding: 0 5px;
    background-color: #111417;
    display: block;
    margin-bottom: 2px;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease;
}
.productleft a:nth-child(2n){
	margin-left: 2px;
}
.productright {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.prouctright1 a {
    width: 49%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.prouctright1 a:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 10px;
}
.prouctright1 a:nth-child(2n) {
    margin-left: 2%;
}
.prouctright1 a h4 {
    margin-top: 0;
}
.fenye {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
}
.prodetail1left {
    width: 100%;
}
.prodetail1right {
    width: 100%;
    padding-left: 0;
}
.prodetail1right h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #c31022;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.prodetail1right1 div h4 {
    font-size: 1.1rem;
    line-height: 2rem;
    padding: 0.5 0.2rem;
    color: #111417;
    font-weight: bold;
    text-align: center;
}
.prodetail1right1 div p {
    font-size: 0.8rem;
    line-height: 2.5rem;
    padding: 0 0.2rem;
    border-top: 1px solid #dddddd;
    text-align: center;
}
.prodetail1right h5 {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2.5rem;
    background-color: #c31022;
    margin-top: 1rem;
    border-radius: 0.3rem;
}
.prodetail1right h5 i {
    font-size: 1.5rem;
    margin-right: 0.3rem;
    vertical-align: bottom;
}
.prodetail2 {
    margin-top: 2rem;
}
.prodetail2tit {
    background-color: #c31022;
    line-height: 3rem;
    padding: 0 1rem;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.prodetail2main p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
}
.contact1 {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
    padding: 0 10px;
    padding-bottom: 10px;
}
.contact1main div {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}
.contact1main {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}
.contact1main div i {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    text-align: center;
    line-height: 7rem;
    font-size: 2.5rem;
    color: #FFFFFF;
    background-color: #c31022;
    border: 0.5rem solid #ffdde0;
    display: inline-block;
}
.contact1main div h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #111417;
    font-weight: bold;
    margin-top: 0;
}
.contact1main div p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.contact2 {
    width: 100%;
    padding: 20px 10px;
    background-color: #eeeeee;
}
.contact2main {
    width: 100%;
    margin: auto;
}
.contact2tit {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.contact2lb input {
    width: 100%;
    padding: 0 1rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    border: none;
}
.contact2lb input:nth-child(2) {
    margin: 10px 0;
}
.contact2lb textarea {
    width: 100%;
    height: 8rem;
    padding: 1rem;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    border: none;
    font-family: 微软雅黑;
    margin-top: 10px;
    outline-style: none;
}
.contact2btn button {
    background-color: #c31022;
    font-size: 1.2rem;
    color: #FFFFFF;
    border-radius: 2rem;
    line-height: 3rem;
    padding: 0 3rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.contact2btn {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}
.contact_map {
    width: 100%;
    height: 20rem;
}
header {
    position: fixed;
    width: 100%;
    padding: 5px 10px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 9;
    transition: all 0.3s ease;
    height: 50px;
    box-sizing: border-box;
}
.headerxz{
	position: fixed;
    width: 100%;
    padding: 5px 10px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 9;
    transition: all 0.3s ease;
    height: 50px;
    box-sizing: border-box;
}
.headerleft {
    float: left;
    height: 30px;
    margin-top: 5px;
}
.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: #ffffff;
		transition: all 0.3s ease;
	}

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

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

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

	.mobilemenuxz span:nth-child(3) {
		transform: rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
		background-color: #ffffff;
	}
	.headerright {
    float: right;
    position: relative;
    margin-left: 2rem;
    position: fixed;
    right: 57px;
}
.headerright h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 40px;
}
.headerright div {
    top: 45px;
}
.headercenter {
    float: right;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #000000;
    display: none;
}
.headercenter a {
    display: inline-block;
    margin-left: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 50px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}
.headercenter .headerrightxz {
    background: #c31022;
    color: #ffffff;
}
.news {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    padding: 20px 10px;
}
.newslb a {
    width: 100%;
    margin-bottom: 10px;
}
.newslb a:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 10px;
}
.newslb a h4 {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #111417;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsdettit h4 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}
.newsdettit {
    text-align: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #DDDDDD;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}