@charset "utf-8";
/* CSS Document */


#fp-nav.fp-left {
	left: -10px
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin-left: 0;
}

.index-title h1 {
	font-size: 36px;
	color: #d72823;
}

.index-title h3 {
	font-size: 40px;
}

.index-title {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 2vw;
}

.index-title span {
	font-family: fantasy;
	font-size: 32px;
	color: #d72823;
	font-size: 36px;
}

.section {
	overflow: hidden;
}


.more {
	/* background-image: url(../../skin/img/more.png); */
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-position: center;
	transition: all 300ms;
	border-radius: 4px;
	border: 1px solid #fff;
	/* transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
	/* transition-delay: 300ms; */
	display: block;
	font-style: normal;
	white-space: nowrap;
	text-align: center;
}

.more:hover {
	/* transform: rotateZ(180deg); */
	background: #d72823;
	border: 1px solid #d72823;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	position: unset;
	background-color: unset;
	width: unset;
	height: unset;
	border-radius: unset;
	margin: unset;
	transition: all 500ms ease 0ms;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	margin: unset;
}

#fp-nav ul li {
	width: unset;
	height: unset;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: unset;
	height: unset;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: unset;
	height: unset;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	margin: unset;
	border-radius: unset;
}


#fp-nav ul li a span:first-child {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 100px;
	height: 30px !important;
	background-color: #fff;
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
	;
	justify-content: center;
	transition: all 500ms ease 0ms;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	color: #d72823;
}

#fp-nav ul li a span:first-child:hover {
	background-color: #d72823;
	color: #fff;
	width: 110% !important;
}

#fp-nav ul li .active span {
	background-color: #d72823 !important;
	color: #fff !important;
	width: 110% !important;
}

/* BANNER */
.banner-all {
	height: 100%;
	width: 100%;
	padding-top: 80px;
}

.banner-all .swiper-pagination-banner {
	bottom: 10px;
	left: 50%;
	position: absolute;
	z-index: 11111;
	transform: translateX(-50%);
	width: unset;
}

.banner-all .swiper-pagination-banner .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 2px;
	width: 50px;
	height: 4px;
}

#pcbanner {
	width: 100%;
	height: 100%;
	transition: 1s background-color 1.3s;
	/* background-size: contain; */
	background-repeat: repeat;
}

#pcbanner .swiper-wrapper {
	background-image: url(../../skin/img/redcaizhi.jpg);
	background-repeat: repeat;
	background-position: center;
	/* background-size: contain; */
	background-repeat: repeat;
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

#pcbanner .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#pcbanner .title {
	transition-delay: 1s;
	z-index: 10;
}

#pcbanner .title h3 {
	font-weight: 500;
	font-size: 54px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	margin-bottom: 40px;
}

#pcbanner .title span {
	color: #fff;
	padding: 6px 20px;
	background-color: rgba(255, 255, 255, .2);
	font-size: 16px;
	border-radius: 20px;
	letter-spacing: 6px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

#pcbanner .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.8, 0.8);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 1;
	overflow: hidden;
}

#pcbanner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}

#pcbanner .button-prev,
.button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	bottom: 10vh;
	transform: translateY(-34px);
	cursor: pointer;
}

#pcbanner .button-prev {
	left: 4vw;
}

#pcbanner .button-next {
	right: 4vw;
}

#pcbanner .button.disabled {
	opacity: 0.2;
	cursor: default;
}

#arrow-svg-home {
	transform: translateY(353px);
}

#pcbanner .button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}

#pcbanner svg {
	transition: 0.5s;
}

#pcbanner .cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}

#pcbanner .cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}

#pcbanner #arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}

#pcbanner #line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}

#pcbanner .button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}

#pcbanner .button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}

#pcbanner .button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}

#pcbanner .button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}

#pcbanner .button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}

#pcbanner .button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}


/* 产品 */


.inx-product {
	height: 100%;
}

.inx-product>div:first-child {
	height: 50%;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.inx-product .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	justify-content: center;
}

.inx-product .redbg {
	background-color: #d72823;
	width: 100%;
	height: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../../skin/img/redcaizhi.jpg);
	/* background-size: 50%; */
	background-repeat: repeat;
}

.inx-product .pro-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 23vw;
	height: 23vw;
	position: relative;
}

.inx-product .video {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.inx-product .kuang {
	width: 100%;
	height: 100%;
	;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .3);
}

.inx-product .kuang>div {
	border: 1px solid #fff;
	width: 90%;
	height: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inx-product .pro-box .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 500ms ease 0ms;
}

.inx-product video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inx-product #swiperpro {
	width: 80%;
	height: 26vw;
	margin-top: -13vw;
}

.inx-product .pro-box .info .img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.inx-product .pro-box:hover .info {
	opacity: 0;
	transform: scale(0.95);
}

#tuijian {
	height: 160px;
	width: 58vw;
	border: 1px dashed #fff;
	margin: unset;
	border-radius: 2vw;
}

.tuijian {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	margin-bottom: 4vw;
	display: flex;
	align-items: center;
	width: 80%;
	margin-bottom: 3vw;
	justify-content: space-between;
}

.tuijian>img {
	width: 17vw;
}

.inx-product #swiperpro a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 30px #ce1e2733;
}






.inx-product .tuijian a .img {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.inx-product .tuijian a img {
	height: 100%;
	width: 160px;
	object-fit: cover;
	transition: all .3s;
}

.inx-product .tuijian a:hover img {
	transform: scale(1.05)
}

.inx-product .tuijian .swiper-slide a {
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 90%;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 10px;
	overflow: hidden;
}


.inx-product .pro-box .more {
	background-image: url(../../skin/img/more.png);
	width: 60px;
	height: 60px;
	background-size: 50%;
	background-position: center;
	transition: all 1s;
	border-radius: 10%;
	border: 1px solid #fff;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-delay: 300ms;
	margin: 0;
}

.inx-product .pro-box:hover .more {
	transform: rotateZ(180deg);
	border-radius: 50%;
}

.inx-product .pro-box .name {
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.tuijian span {
	color: #fff;
	font-size: 20px;
	margin-left: 20px;
	font-weight: bold;
}

.inx-product .index-title {
	margin-bottom: 6%;
}


/* 系列 */
.xiliepc .xilie {
	width: 100%;
	height: 100%;
	position: relative;
}

.xiliepc .xilie .bgimg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.xiliepc .xilie .bgimg li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.025);
	transition: all 1000ms ease 0ms;
}

.xiliepc .xilie .bgimg .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.xiliepc .xilie .bgimg .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.xiliepc .xilie .xiliebox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 84%;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
}

.xiliepc .xilie .xiliebox>li {
	flex: 1;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .3);
	cursor: pointer;
	/* transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55); */
}

.xiliepc .xilie .xiliebox>li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .3)
}

.xiliepc .xilie .bgimg .on {
	opacity: 1;
	transform: scale(1);
}

.xiliepc .xilie .xiliebox .on {
	background-color: rgba(0, 0, 0, .5);
}

.xiliepc .xiliebox * {
	color: #fff;
}

.xiliepc .xiliebox li h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}

.xiliepc .xiliebox li>div {
	margin-top: 80px;
	width: 80%;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xiliepc .xiliebox .xlcout>span {
	text-indent: 0;
	background-color: #d72823;
	padding: .5vw 1vw;
	font-size: 14px;
	width: 90%;
	text-align: center;
	border-radius: 1vw;
	margin: 1vw 0 2vw
}

.xiliepc .xiliebox>li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.xiliepc .xilie-list {
	margin-top: 20px;
	width: 100%;
}

.xiliepc .xilie-list li span {
	font-size: 14px;
}

.xiliepc .xilie-list li {
	border-bottom: 1px dashed rgba(255, 255, 255, .6);
	padding: 10px 0;
}

.xiliepc .xiliebox li ul a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .3s ease;
	padding: 4px 0;
}

.xiliepc .xiliebox li ul a img {
	width: 14px;
}

.xiliepc .xiliebox li ul a:hover {
	background-color: #d72823;
	padding: 4px 16px;
	border-radius: 20px;
}

.xiliepc .xiliebox li>div>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}


.xiliepc .xlcout {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 1s;
	height: 0;
	transition-delay: 300ms
}

.xiliepc .xiliebox .on .xlcout {
	opacity: 1;
	width: 100%;
}

.xiliepc .xiliebox .on .more {
	opacity: 1;
}

/* 系列 */

/* 产品优势 */

.inx-brand .index-title * {
	color: #fff !important
}

.inx-brand {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	background-image: url(../../skin/img/redcaizhi1.jpg);
	background-repeat: no-repeat;
}

.inx-brand>div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}


.inx-brand .kuang {
	width: 100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .3s;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0.5vw 1vw;
	justify-content: space-between;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
}

.inx-brand a .img {
	width: 90%;
	height: 100%;
	background-size: contain;
	background-position: center;
}

.inx-brand a:hover .kuang {
	border: 1px solid #d72823;
	transform: scale(.9);
}

.inx-brand a .kuang span {
	color: #d72823;
}

.inx-brand .brandcout {
	height: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.inx-brand .brandcout .index-title {
	position: absolute;
}

.inx-brand .brandimg {
	height: 45%;
	width: 100%;
}

.brandimg {
	background-size: cover;
	background-position: center;
}

.inx-brand .brandcout .mask {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	flex-direction: column;
}

.inx-brand .brandcout .mask>div>span {
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}

.inx-brand .brandcout .mask>div {
	display: flex;
	align-items: center;
	width: 80%;
	justify-content: center;
}

.inx-brand .brandcout .mask>span * {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.inx-brand .brandcout .mask i {
	display: flex;
	width: 30%;
	height: 1px;
}

.inx-brand .brandcout .mask i:first-child {
	background: linear-gradient(to right, #ffffff00, rgba(255, 255, 255, .5));
}

.inx-brand .brandcout .mask i:last-child {
	background: linear-gradient(to right, rgba(255, 255, 255, .5), #ffffff00);
}

.inx-brand .brandcout ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.inx-brand .brandcout ul li {
	width: 50%;
	height: 50%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.inx-brand .brandcout ul li .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s ease;
}

.inx-brand .brandcout .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.inx-brand .brandcout li:hover .bg {
	transform: scale(1.1);
	transition: all 3s;
}

.inx-brand .brandcout .ico {
	margin-bottom: 10px;
	transition: all .5s ease;
}

.inx-brand .brandcout .index-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: unset;
	background-image: url(../img/youshi-center.png);
	width: 240px;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: contain;
	justify-content: center;
	margin: unset;
	z-index: 11;
}


/* .inx-brand .brandcout ul li:nth-child(1) {background-image: url(../img/inx-youshi1.jpg);}
.inx-brand .brandcout ul li:nth-child(2) {background-image: url(../img/inx-youshi2.jpg);}
.inx-brand .brandcout ul li:nth-child(3) {background-image: url(../img/inx-youshi3.jpg);}
.inx-brand .brandcout ul li:nth-child(4) {background-image: url(../img/inx-youshi4.jpg);} */





/* 产品优势 */


/* 新闻 */
.inx-news * {
	color: #333;
}

.inx-news {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url(../../skin/img/redcaizhi1.jpg);
	background-repeat: repeat;
}

.inx-news>div {
	width: 80%
}

.inx-news .index-title h1 {
	color: #d62626;
}

.inx-news .index-title span {
	color: #d62626;
}

.inx-news .heng {
	display: flex;
	width: 71%;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.inx-news #news-right {
	width: 25%;
	margin: unset;
	justify-self: flex-end;
	height: 30vw;
}

.inx-news .heng li {
	width: 50%;
}

.inx-news .heng li>a {
	width: 90%;
	height: 16vw;
	overflow: hidden;
	border-radius: 20px;
}

.inx-news .heng li>a:hover .img {
	transform: scale(1.05);
}

.inx-news .heng li .img {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: .5s all ease;
}

.inx-news .heng li .info {
	width: 90%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.inx-news .cout {
	display: flex;
	justify-content: space-between;
}

.inx-news .listinfo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 70%;
}

.inx-news .heng h2 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inx-news .heng h2:hover {
	transform: translateX(10px);
	color: #d62626;
}

.inx-news .heng .listinfo p {
	text-indent: 2em;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.inx-news .heng .time * {
	color: #333;
}

.inx-news .heng .time span {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}

.inx-news .heng .time i {
	width: 30%;
	height: 1px;
	display: block;
	background-color: #fff;
}

.inx-news .heng .time p {
	color: #fff;
}

.inx-news .heng .time {
	background-color: #d62626;
	border-radius: 10%;
	width: 5vw;
	height: 5vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.inx-news #news-right .title {
	font-size: 18px;
	margin-bottom: 20px;
	list-style: none;
	line-height: 2em;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inx-news #news-right .swiper-slide>div {
	border-top: 1px solid rgb(214 38 38 / 31%);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inx-news #news-right .swiper-slide>div a {
	transition: all .5s ease;
}

.inx-news #news-right .swiper-slide>div a:hover>div {
	transform: translateX(10px);
	color: #d62626;
}

/* 新闻 */


/* 关于我们 */
.inx-about .mask * {
	color: #fff;
}

.inx-about {
	width: 100%;
	height: 100%;
	background-image: url(../../skin/img/xxx1.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}

.inx-about .mask .cout p {
	text-indent: 2em;
	font-size: 16px;
}

.inx-about .mask .cout .jianjie {
	margin: 20px 0;
}

.inx-about .mask .cout .tiaozhuan {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inx-about .mask .cout a {
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	position: relative;
	transition: all .5s ease;
	border-radius: 20px;
	overflow: hidden;
}

.inx-about .mask .cout .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #d72823;
	transition: all .5s ease;
}

.inx-about .mask .cout .nrong {
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inx-about .mask .cout a:hover .bg {
	width: 100%;
}

.inx-about .mask .cout a:hover {
	border-color: #d72823;
}

.inx-about .contact li {
	margin-top: 10px;
}

.inx-about .contact>h1 {
	font-size: 24px;
}

.inx-about .contact>div {
	display: flex;
	justify-content: space-between;
}

.inx-about .contact .guanzhu {
	display: flex;
}

.inx-about .contact .guanzhu>div {
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inx-about .contact .guanzhu img {
	width: 100px;
	margin-bottom: 4px;
}

.inx-about .cout h1 {
	font-size: 36px
}

.inx-about .mask {
	background-color: rgba(0, 0, 0, 0.7);
	width: 60vw;
	height: 70%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 3vw;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.inx-about .contact li {
	display: flex;
	font-size: 16px;
}

.inx-about .inx-add li:first-child {
	margin-top: unset
}


.pc-foot {
	height: 100px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}



/* 新-------- */
/* .inx-about .neirong * {color: #fff;}
.inx-about {height: 100%;background-color: #d72823;padding-top: 80px;box-sizing: border-box;align-items: center;display: flex;padding-bottom: 100px;flex-direction: column;justify-content: center;}
.inx-about .neirong {width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
.inx-about .tu {width: 36%;height: 90%;object-fit:contain}
.inx-about .cout {width: 60%;}
.pc-foot {height: 100px;background-color: #fff;position: absolute;bottom: 0;} 


.inx-about .jianjie p {text-indent: 2em;}
#inxhonor {overflow: hidden;}
.honor .swiper-slide a {width:90%;}
.honor .swiper-slide img {width: 100%;height: 110px;object-fit: contain}

.honor-lr>div {width: 24px;height: 24px;background-size: contain;background-position: center;transition: all .5s;cursor: pointer;margin: 0 .6vw;outline: none;}

.honor-lr {display: flex;align-items: center;justify-content: center;margin-top: 1vw;}

.swiper-honor-prev {background-image: url(../img/honor-left-n.png);opacity: .5;}
.swiper-honor-prev:hover {opacity: 1;}
.swiper-honor-next {background-image: url(../img/honor-right-n.png);opacity: .5}
.swiper-honor-next:hover {opacity: 1;}


.jianjie .title,.honor .title {font-size: 1.2vw;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    margin: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.8);
    border-radius: 0;}




.inx-about .index-title {display: flex;flex-direction: column;align-items: center;}
.inx-about .index-title * {color: #fff;}

@keyframes ripple {
	0% {
	  box-shadow: 0 0 0 0 rgba(255, 102, 138, 0.15), 0 0 0 10px rgba(255, 102, 138, 0.15), 0 0 0 20px rgba(255, 102, 138, 0.15); }
	100% {
	  box-shadow: 0 0 0 10px rgba(255, 102, 138, 0.15), 0 0 0 20px rgba(255, 102, 138, 0.15), 0 0 0 40px rgba(255, 102, 138, 0); } }
  
		  .anin {background:#fff;
	  color: #fff;
	  display: inline-block;

	  width: 65px;
	  height: 65px;
	  line-height: 65px;
	  border-radius: 50%;margin-top: 30px;
	  transition: 0.6s ease-in-out;
	  -webkit-animation: ripple 1s linear infinite;
	  animation: ripple 1s linear infinite;opacity: .8;transform: scale(0.9);}
  
	  .anin:hover {opacity: 1;transform: scale(1);}

.inx-about .anin {color: #d72823;display: flex;align-items: center;justify-content: center;line-height: 1.2em;font-size: 16px} */

/* 关于我们 */




/* 工艺流程 */
.inx-liucheng {
	position: relative;
	flex-wrap: wrap;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.inx-liucheng>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	opacity: .9;
	object-fit: cover;
}

.inx-liucheng .cout {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.inx-liucheng .index-title {
	width: 100%;
	padding: 0 0 0 22vw;
	margin: 0 0 2vw 0;
}
#liucout {
	width: 100%;
}

#liucout .box {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#liucout .box .miaoshu {
	height: 200px;
	width: 80%;
	background-color: #c70e0e;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: .5s all;
}

#liucout .box:hover .miaoshu {
	background-color: #de3c3c;
}

#liucout .box .tu {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

#liucout .box .tu>div {
	width: 100%;
	height: 100%;
	transition: all .5s;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
}

#liucout .box .tu .xuxiank {
	width: 100%;
	height: 100%;
	transition: ease-in .5s;
	border-radius: 50%;
	border: 1px dashed #fff;
	;
	animation: zhuanquan 40s linear 0s infinite normal;
}

#liucout .box .tu .liuchennum {
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


#liucout {
	cursor: url('../img/gongyi0mouse.png'), auto;
	overflow: hidden;
}

#liucout .box:hover .tu>div {
	opacity: 1;
}

@keyframes zhuanquan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#liucout .box .name {
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
	color: #fff;
}

#liucout .swiper-wrapper {
	position: relative;
}

#liucout .box .miaoshu p {
	font-size: 12px;
	text-indent: 2em;
	color: #fff;
	line-height: 1.8em;
}

#liucout li:nth-child(2n) .box {
	flex-direction: column-reverse;
}

#liucout .box .xian {
	height: 70px;
	width: 1px;
	background-color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#liucout .box .xian>o {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #333;
	border-radius: 50%;
}

.inx-liucheng .hengxian {
	width: 600px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	transition: .5s all;
}

/* 工艺流程 */



@media screen and (max-width: 1601px) {
	.inx-about .mask .cout p {
	    font-size: 14px;
	}
	.inx-about .contact li {
	    display: flex;
	    font-size: 14px;
	}
	.inx-about .mask {
	    height: 73%;
	    margin: 5vw auto 0;
	}
	.inx-about .contact>h1 {
	    font-size: 24px;
	    margin: 2vw 0 0 0;
	}
	.pc-foot {
	    height: 85px;
	}
	.inx-news .heng .listinfo p {
	    -webkit-line-clamp: 2;
	}
	
}






















