* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: ease 0.5s;
	outline: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

section {
	padding-bottom: 60px;
}

.fw {
	display: flex;
}

.zi100 {
	z-index: 100;
}

.pd40 {
	padding: 40px 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.swiper-banner {
	height: 100%;
}

.swiper-slide {
	overflow: hidden;
}

.swiper-slide-active .pos-bg {
	/* animation: fdbanner 6s; */
}

#LOGO {
	position: fixed;
	top: 20px;
	left: 50px;
	z-index: 99999;
}

#LOGO img {
	width: 80px;
}

@keyframes fdbanner {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@keyframes bgl {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.1);
		opacity: 1;
	}

	99% {
		transform: scale(500);
		opacity: 1;
	}

	100% {
		transform: scale(500);
		opacity: 0;
	}
}

.pos-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 19;
}

.pos-con {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.swiper-pagination-bullet {
	transition: ease 0.5s;
}

.swiper-banner .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 0;
	width: 30px;
	height: 2px;
}

.swiper-index>.swiper-pagination-bullets {
	right: 20px;
}

.swiper-index>.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #fff;
	width: 10px;
	height: 10px;
}

.fw.cen {
	align-items: center;
}

.fw.spacen {
	justify-content: space-around;
}


.iindex {}

.iindex img {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 80%;
}

.swiper-slide-active .iindex img {
	animation: fadeInUp 1s both 1s;
}


.about>.fw {
	justify-content: space-between;
}

.about .text {
	color: #fff;
	width: 600px;
	position: relative;
	padding: 50px 0;
}

.about .text::before {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 3px;
	background-color: #ed001a;
}

.about .text p {
	line-height: 2;
	font-size: 14px;
	text-indent: 2em;
}

.swiper-slide-active .about .text {
	animation: fadeInLeft 1s both 1s;
}

.swiper-slide-active .about .imgbox {
	animation: fadeInRight 1s both 1s;
}
.swiper-slide-active .about .text .imgbox img {
	max-width: 100%;
	max-height: 100%;
}
.swiper-slide-active .about .text .imgbox {
	text-align: left;
}

.btn2 {
	display: block;
	width: 144px;
	height: 42px;
	background: url(../images/xw_07.png) center center no-repeat;
	margin-top: 40px;
}

.btn2:hover {
	background: url(../images/xw_071.png) center center no-repeat;
}

.chanpin {}

.chanpin>.fw {
	justify-content: space-between;
}

.chanpin .chanpin-container {
	width: 800px;
	padding: 0 40px;
	margin: 0;
}

.chanpin .chanpin-container img {
	max-height: 400px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.swiper-slide-active .chanpin .chanpin-container {
	animation: fadeInRight 1s both 1s;
}

.swiper-slide-active .chanpin .imgbox {
	animation: fadeInLeft 1s both 1s;
}

.xinwen>.fw {
	justify-content: space-between;
}

.xinwen ul {
	width: 600px;
}

.xinwen li {
	border-bottom: 1px dashed #fff;
	padding: 20px 0;
	align-items: center;
}

.xinwen li .l {
	width: 84px;
	height: 84px;
	background-color: #ed001a;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xinwen li .l span {
	font-size: 30px;
}

.xinwen li .l p {
	font-size: 14px;
}

.xinwen li .r {
	width: calc(100% - 94px);
	color: #fff;
}

.xinwen li .r .head {
	margin-bottom: 5px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xinwen li .r .text {
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiper-slide-active .xinwen .imgbox {
	animation: fadeInRight 1s both 1s;
}

.swiper-slide-active .xinwen ul {
	animation: fadeInLeft 1s both 1s;
}

.lianxi>.fw {
	justify-content: space-between;
}

.lianxi .text {
	border: 5px solid #ffffff9d;
	width: 500px;
	color: #fff;
	padding: 40px 20px;
}

.lianxi .text .head {
	font-size: 28px;
	border-bottom: 1px dashed #ffffff9d;
	padding: 20px 0;
	margin-bottom: 20px;
}

.lianxi .text .head p {
	font-size: 18px;
}

.lianxi .text .con p {
	margin-bottom: 10px;
	font-size: 14px;
}

.lianxi .text img {
	margin-top: 40px;
}

.swiper-slide-active .lianxi .text {
	animation: fadeInRight 1s both 1s;
}

.swiper-slide-active .lianxi .imgbox {
	animation: fadeInLeft 1s both 1s;
}



#navlist {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/bg1.jpg) center center no-repeat;
}

#navlist.on {
	display: block;
}

#navlist .container {
	height: 100%;
}

#navlist .container>.fw {
	width: 100%;
	height: 100%;
}

#navlist .container>.fw ul {
	width: 1000px;
	flex-wrap: wrap;
	justify-content: space-between;
}

#navlist .container>.fw ul a {
	color: #333;
}

#navlist .container>.fw ul li {
	width: 280px;
	height: 280px;
	margin: 20px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#navlist .container>.fw ul li i {
	display: block;
	height: 3px;
	width: 50px;
	background-color: #333;
	margin-bottom: 20px;
}

#navlist .container>.fw ul li span {
	display: block;
	width: max-content;
	margin-bottom: 20px;
}

#navlist .container>.fw ul li p {
	width: max-content;
}

#navlist .container>.fw ul a:hover li {
	background-color: #ED001A;
	color: #fff;
}

#navlist .container>.fw ul a:hover li i {
	background-color: #fff;
	color: #fff;
}

#navmenu {
	position: fixed;
	right: 50px;
	top: 20px;
	width: 50px;
	height: 50px;
	z-index: 99999;
	border: 1px solid #fff;
	cursor: pointer;
}

#navmenu .bl {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
	background-color: #ED001A;
	opacity: 0;
	border-radius: 50%;
}

#navmenu span {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

#navmenu span.t {
	top: 15px;
}

#navmenu span.c {
	top: 24px;
}

#navmenu span.b {
	top: 34px;
}

#navmenu.on .bl {
	animation: bgl 0.5s;
}

#navmenu.on span.t {
	top: 24px;
	transform: translateX(-50%) rotate(45deg);
}

#navmenu.on span.c {
	opacity: 0;
}

#navmenu.on span.b {
	top: 24px;
	transform: translateX(-50%) rotate(-45deg);
}



.kongbai {
	height: 100px;
}

.zikongbai {
	height: 60px;
}

section {
	color: #fff;
}

.ulatit {
	width: max-content;
	margin: 0 auto;
}

#guanyu .jianjie {
	justify-content: space-around;
}

#guanyu .jianjie .text {
	padding: 20px;
	width: 70%;
}

#guanyu .jianjie .text p {
	margin-bottom: 20px;
}

#guanyu .text {
	font-size: 14px;
}

#guanyu .text p {
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 30px;
}

#guanyu .text dt {
	color: #d10318;
	font-size: 18px;
	margin-bottom: 10px;
}

#guanyu .text dd {
	text-indent: 1em;
	margin-bottom: 15px;
}

#about1 .logoimg {
	width: max-content;
	margin: 0 auto;
}

#about1 .aboutcon {
	width: 1200px;
	margin: 60px auto 0;
}

#about1 .aboutcon #map {
	width: 700px;
	height: 573px;
}

#about1 .aboutcon .aboutbox {
	width: 500px;
	background-color: #a01214;
	color: #fff;
	padding: 40px 20px;
}

#about1 .aboutcon .aboutbox .head {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#about1 .aboutcon .aboutbox .cen {
	font-size: 14px;
	text-align: center;
}

#about1 .aboutcon .aboutbox .cen p {
	margin-bottom: 15px;
}

#about1 .aboutcon .aboutbox .cen .call {
	font-size: 24px;
	font-weight: 700;
}

#about1 .aboutcon .aboutbox .cen img {
	display: block;
	margin: 0 auto;
}

#about1 .aboutcon .aboutbox .cen span {
	display: block;
	text-align: center;
}

#newslist {}

#newslist .container {
	padding: 20px 0;
}

#newslist .container .head .headtit {
	font-size: 40px;
	padding: 0 20px;
}

#newslist .newsList {
	margin-top: 40px;
}

#newslist .newsList .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 168px;
	overflow: hidden;
	margin-right: 20px;
}

#newslist .newsList .imgbox img {
	display: block;
	width: 320px;
}

#newslist .newsList .textcon {
	width: calc(100% - 320px);
}

#newslist .newsList .textcon .head {
	line-height: 30px;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#newslist .newsList .textcon .ndate {
	font-size: 12px;
	font-weight: normal;
	color: #ff9798;

}

#newslist .newsList .textcon .text {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-top: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#newslist .newsList .textcon .newsbtn {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	width: max-content;
	color: #fff;
	background-color: #a01214;
	margin-top: 19px;
}

#newslist .newsList a>li {
	padding: 20px;
}

#newslist .newsList>a:hover>li {
	background-color: #a01214;
}

#newslist .newsList>a:hover img {
	transform: scale(1.1);
}

#newslist .newsList>a:hover .newsbtn {
	color: #a01214;
	background-color: #fff;
}

#newslist .newsList>a:hover .head {
	color: #fff;
}

#newslist .newsList>a:hover .ndate {
	color: #fff;
}

#newslist .newsList>a:hover .text {
	color: #fff;
}

.fdimg {
	cursor: pointer;
}

#imgfd {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
}

#imgfd .fw {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#imgfd .fw .imgbox {
	position: relative;
	text-align: center;
}

#imgfd .fw .imgbox img {
	max-width: 80%;
	max-height: 80%;
}

#imgfd .fw .imgbox i {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -40px;
	right: 0;
	cursor: pointer;
}

#imgfd .fw .imgbox i:hover {
	transform: rotate(90deg);
}

#imgfd .fw .imgbox i::after,
#imgfd .fw .imgbox i::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	left: 50%;
	top: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

#imgfd .fw .imgbox i::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#rongyu {
	color: #fff;
}

#rongyu ul.fw {
	flex-wrap: wrap;
	margin-top: 60px;
}

#rongyu li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#rongyu li {
	width: 32%;
	margin-right: 1.5%;
}

#rongyu li p {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}

#rongyu li:nth-child(3n) {
	margin-right: 0;
}

#rongyu li img {
	width: 100%;
	display: block;
}

#rongyu li .textcon {
	position: absolute;
	height: 150px;
	bottom: -110px;
	padding: 0 10px 10px;
	width: 100%;
	color: #fff;
	background-color: #388b45;
}

#rongyu li .textcon .ctit {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

#rongyu li:hover .textcon {
	background-color: #388b45;
	bottom: 0;
}

#rongyu li .textcon .text {
	font-size: 14px;
}


#caipin {}

#caipin .caipin-container {
	padding-bottom: 40px;
	margin-top: 30px;
}

#caipin .caipin-container {}

#caipin .caipin-container .buttonPrev,
#caipin .caipin-container .buttonNext {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #a01214;
	border-radius: 50%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

#caipin .caipin-container .buttonNext {
	right: 10px;
	left: auto;
}

#caipin .caipin-container .buttonPrev:hover,
#caipin .caipin-container .buttonNext:hover {
	background-color: #388b45;
}

#caipin .caipin-container .swiper-slide {
	overflow: hidden;
	border-radius: 15px;
}

#caipin .caipin-container .swiper-slide img {
	width: 100%;
	display: block;
}

#caipin .caipin-container .swiper-slide:hover img {
	transform: scale(1.1);
}

#caipin .caipin-container .swiper-slide .textcon {
	position: absolute;
	height: 60px;
	bottom: -60px;
	padding: 0 10px 0px;
	width: 100%;
	color: #fff;
	opacity: 0;
	background-color: #388b45;
}

#caipin .caipin-container .swiper-slide .textcon .ctit {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

#caipin .caipin-container .swiper-slide:hover .textcon {
	background-color: #388b45;
	bottom: 0;
	opacity: 1;
}

#caipin .caipin-container .swiper-slide .textcon .text {
	font-size: 14px;
}

#chanpin {}

#chanpin .chanpinnav {
	margin-top: 40px;
	text-align: right;
	margin-bottom: 20px;
}

#chanpin .chanpinnav a {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
}

#chanpin .chanpinnav a:hover,
#chanpin .chanpinnav a.on {
	color: #A01214;
}

#chanpin .chanpinlist {
	flex-wrap: wrap;
}

#chanpin .chanpinlist a {
	width: 24%;
	margin-right: 1.333%;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

#chanpin .chanpinlist li {
	padding: 20px;
	border: 1px solid #ffffff80;
}

#chanpin .chanpinlist a:nth-child(4n) {
	margin-right: 0;
}

#chanpin .chanpinlist a .uhead {
	text-align: center;
	margin-top: 20px;
}

#chanpin .chanpinlist a .chanpinjie {
	text-align: center;
}

#chanpin .chanpinlist a .imgbox {
	width: 100%;
	overflow: hidden;
}

#chanpin .chanpinlist a .imgbox img {
	width: 100%;
	display: block;
}

#chanpin .chanpinlist li:hover {
	border: 1px solid #ffffff;
}

#chanpin .chanpinlist li:hover .imgbox img {
	transform: scale(1.1);
}

#goods {}

#goods .container {
	padding: 20px;
	background-color: #FFFFFF;
	color: #333;
}

#goods .container .telus {
	color: #A01214;
	font-weight: 700;
}

#goods .imgbox {
	width: 400px;
	margin-right: 20px;
}

#goods .imgbox img {
	width: 100%;
	display: block;
}

#goods .goodsShow {
	width: calc(100% - 420px);
	padding: 40px 0;
}

#goods .goodsShow .uhead {
	font-size: 28px;
	margin-bottom: 60px;
}

#goods .goodsShow .cen {
	margin-bottom: 20px;
}

#goods .goodsShow .cen .row {
	font-size: 16px;
	font-weight: 700;
}

#goods .goodsShow .cen .text span {
	margin-right: 10px;
}

#goods .goodsShow .cen>div {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}

#goods .goodsDetail {
	margin-top: 40px;
}

#goods .goodsDetail .row {
	width: 100%;
	border-bottom: 1px solid #A01214;
}

#goods .goodsDetail .row span {
	display: inline-block;
	padding: 10px 20px;
	background-color: #A01214;
	color: #fff;
}

.mbxnav {
	padding: 10px 0;
	margin-bottom: 20px;
}

.mbxnav a {
	color: #333;
}

.mbxnav span {
	margin: 0 10px;
}

.mbxnav a:hover,
.mbxnav a.on {
	color: #A01214;
}

#xiaoshouMap {
	width: 100%;
	height: 800px;
}

#newsDetail .container {
	background-color: #FFFFFFCC;
	padding: 20px;
	color: #333;
}

#newsDetail .nhead {
	font-size: 34px;
}

#newsDetail .ntime {
	font-size: 14px;
	border-bottom: 1px dashed #333;
	padding-bottom: 20px;
	margin: 20px 0;
}

#newsDetail .ntext {
	margin-bottom: 40px;
}

#newsDetail .newsnav {
	display: block;
	padding: 5px 10px;
	border: 1px solid #A01214;
	background-color: transparent;
	color: #A01214;
	margin-top: 10px;
	width: 200px;
}

#newsDetail .newsnav:hover {
	border: 1px solid #A01214;
	background-color: #A01214;
	color: #fff;
}

@media (max-width:768px) {
	.container {
		width: 100%;
		padding: 0 3%;
	}

	#LOGO {
		top: 5px;
		left: 1%;
	}

	#LOGO img {
		width: 70px;
	}

	#navmenu {
		top: 10px;
		right: 3%;

	}

	.kongbai {
		height: 100px;
	}

	#navlist .container>.fw ul a {
		width: 49%;
		height: 150px;
		margin-bottom: 10px;
	}

	#navlist .container>.fw ul a li {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	body {}

	#chanpin .chanpinlist a {
		width: 49%;
		margin-right: 2%;
	}

	#chanpin .chanpinlist a:nth-child(2n) {
		margin-right: 0;
	}

	#goods .container>.fw {
		flex-wrap: wrap;
	}

	#goods .imgbox {
		width: 100%;
		margin-right: 0;
	}

	#goods .goodsShow {
		width: 100%;
	}

	#goods .imgbox img {
		width: 70%;
		margin: 0 auto;
	}

	#goods .goodsShow .uhead {
		margin-bottom: 20px;
	}

	#goods .goodsShow .cen>div {
		margin-bottom: 10px;
	}

	#goods .goodsDetail {
		margin-top: 0;
	}
	#goods .goodsDetail img {
		width: 100%;
	}
	#guanyu .jianjie .imgbox {
		display: none;
	}

	#guanyu .jianjie .text {
		width: 100%;
		padding: 40px 0;
	}

	#about1 .aboutcon {
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column-reverse;
	}

	#about1 .aboutcon .aboutbox {
		width: 100%;
	}

	#about1 .aboutcon #map {
		width: 100%;
		height: 300px;
	}

	#rongyu li {
		width: 100%;
		margin-right: 0;
	}

	#xiaoshouMap {
		height: 300px;
	}

	#newslist .newsList a>li {
		flex-wrap: wrap;
	}

	#newslist .newsList .imgbox {
		width: 100%;
		margin-right: 0;
	}

	#newslist .newsList .textcon {
		width: 100%;
	}

	#newsDetail .nhead {
		font-size: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	#newsDetail .newsnav {
		width: 100%;
	}
	.about>.fw {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.swiper-slide-active .about .imgbox {
		width: 100%;
		text-align: right;
	}
	.swiper-slide-active .about .imgbox img{
		width: 40%;
	}
	.about .text {
		width: 100%;
	}
	.chanpin>.fw {
		flex-wrap: wrap;
	}
	.swiper-slide-active .chanpin .imgbox {
		width: 100%;
		margin-bottom: 40px;
	}
	.swiper-slide-active .chanpin .imgbox img {
		width: 40%;
	}
	.chanpin .chanpin-container {
		width: 100%;
	}
	.xinwen>.fw {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.swiper-slide-active .xinwen .imgbox {
		width: 100%;
		text-align: right;
	}
	.swiper-slide-active .xinwen .imgbox img {
		width: 40%;
	}
	.xinwen ul {
		width: 100%;
	}
	.lianxi>.fw {
		flex-wrap: wrap;
	}
	.swiper-slide-active .lianxi .imgbox {
		width: 100%;
	}
	.swiper-slide-active .lianxi .imgbox img {
		width: 40%;
	}
	.lianxi .text {
		width: 100%;
	}
}


.pagination {
	display: flex;
	flex-wrap: wrap;
}
.pagination li:nth-child(1){
	width: 100%;
	margin: 0;

}
.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 10px 0;
}
.pagination li {
	margin-right: 5px;
}
.pagination li span,
.pagination li a {
	display: block;
	padding: 2px 10px;
	background-color: #fff;
	border: 1px solid #A01214;
	transition: ease 0.5s;
	font-size: 14px;
}
.pagination li.disabled span,
.pagination li.disabled a {
	border: 1px solid #999;
	background: #fff;
	color: #999;
	cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
	border: 1px solid #999;
	background: #fff;
	color: #999;
}
.pagination li:hover span,
.pagination li:hover a{
	background-color: #A01214;
	color: #fff;
}

.pagination li.active span,
.pagination li.active a {
	border: 1px solid #A01214;
	background: #A01214;
	color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
	border: 1px solid #A01214;
	background: #A01214;
	color: #fff;
}

