/* Banner Css */
@keyframes bannerShow {
	0% {
		transform: scale(0, 0) translateY(-300px);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1) translateY(0px);
		opacity: 1;
	}
}
@keyframes raiseUp {
	0% {
		transform: translateY(80px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes navRaisedown {
	0% {
		transform: translateY(-80px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes slider1 {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-931px)
	}
}

.index-container {
	height: auto;
	min-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-container.about-con {
	background-color: rgb(246, 246, 246);
}
.index-container.carousel-con {
	background: #FFFFFF url("../jpg/bg3@2x.png") no-repeat center;
}
.about-us,
.products,
.carousel,
.footer {
		/* min-width: 1080px; */
		width: 1080px;
}
.index-container,
.footer {
	animation: raiseUp 2s ease;
	-webkit-animation: raiseUp 2s ease;
}

.navigation {
	background: rgb(154, 67, 64) url("../jpg/bg_banner@2x.png") no-repeat top;
	animation: navRaisedown 2s ease;
	-webkit-animation: navRaisedown 2s ease;
}

.banner-container {
	height: 760px;
	min-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-size: cover;
}
.banner-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: black; */
}
.banner-img > ul {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.banner-img > ul > li {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.banner-img > ul > li > a {
	height: 100%;
	width: 100%;
}
.banner-img > ul > li > a > img {
	min-height: 100%;
    min-width: 100%;
    max-height: 120%;
    max-width: 120%;
    cursor: pointer;
}
.active {
	animation: bannerShow 1.8s cubic-bezier(.09,.28,.14,1) !important;
	-webkit-animation: bannerShow 1.8s cubic-bezier(.09,.28,.14,1) !important;
	display: inherit!important;
}
.banner-list {
	height: 80px;
	margin-top: -80px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-list > ul > li {
	display: block;
	float: left;
	height: 4px;
	width: 80px;
	background: white;
	margin: 0px 10px;
	cursor: pointer;
}
.banner-list > ul > li:first-child {
	background: #CF0000;
}

/* Custom Service CSS */
.wechat-icon {
	position: relative;
}
.wechat-icon:hover span {
	visibility: visible;
}
.wechat-icon > span {
	position: absolute;
	top: -10px;
	right: 60px;
	visibility: hidden;
	height: 133px;
	width: 133px;
	overflow: hidden;
}
.wechat-icon > span > img {
	height: 100%;
	width: 100%;
}

/* Aboutus Css */
.about-us {
	height: 630px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}
.about-title {
	width: 162px;
	height: auto;
	margin: 120px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.about-title > h1 {
	font-size: 35px;
	color: #1B1B1B;
	letter-spacing: 0;
	line-height: 48px;
	word-wrap: break-word;
	width: 100%;
	text-align: left;
}
.about-title > img {
	width: 114px;
	height: 37px;
	margin-top: 8px;
}
.about-detail {
	height: 400px;
	width: 508px;
	margin: 120px 50px 0px 50px;
}
.about-detail-img {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-detail-img > div {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.about-detail-img > div > img {
	width: 110px;
	height: 68px;
}
.about-detail-img > div > div {
	width: 110px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-detail-describe {
	height: 182px;
	width: 462px;
	margin-bottom: 34px;
	overflow: hidden;
}
.about-detail-describe > div {
	/* font-family: PingFangSC-Regular; */
	font-size: 16px;
	color: #1B1B1B;
	letter-spacing: 0;
	line-height: 26px;
	height: 182px;
	width: 462px;
}
.about-detail-button {
	height: 44px;
	width: 160px;
	margin: 0;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-detail-button:link,
.about-detail-button:visited,
.about-detail-button:hover,
.about-detail-button:active {
	text-decoration: none;
	color: #CF0000;
}
.about-detail-button > div > p {
	font-size: 16px;
	color: #CF0000;
	letter-spacing: 0;
}
.about-logo {
	height: 200px;
	width: 320px;
	margin: 120px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0 40px 24px -14px rgba(207,0,0,0.10), inset 0 -4px 0 0 #CF0000;
	border-radius: 4px;
}
.about-logo > img {
	height: 65px;
	width: 279px;
}
/* products Css */
.products {
	height: 660px;
	background: #FFFFFF no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.products-title {
	height: auto;
	width: 166px;
	margin: 120px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.products-title > h1 {
	font-size: 35px;
	color: #1B1B1B;
	line-height: 48px;
	width: 100%;
	text-align: left;
	word-wrap: break-word;
}
.products-title > img {
	height: 37px;
	width: 114px;
	margin-top: 8px;
}
.products-img {
	width: 914px;
	height: 420px;
	margin: 120px 0px 0px 0px;
	padding-left: 50px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	overflow: hidden;
}
.products-arrow {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 50px !important;
	width: 100px !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.products-arrow > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-arrow > div > img{
	height: 18px;
	width: 18px;
}
.products-arrow > div:first-child {
	height: 100%;
	width: 50px;
	background: #AE0000;
	color: #FFFFFF;
}
.products-arrow > div:last-child {
	height: 100%;
	width: 50px;
	background: #1B1B1B;
	color: #FFFFFF;
}
.products-img-container > a {
	height: 204px;
	width: 280px;
}
.products-img-container > a > div {
	height: 204px;
	width: 280px;
	background: #AE0000;
	display: inline-block;
	position: relative;
}
.products-img-container > a > div > div {
	width: 108px;
	position: absolute;
	bottom: 36px;
	right: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products-img-container > a > div > div > p {
	/* font-family: PingFangSC-Regular; */
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.products-img-container > a > div > div > img {
	height: 16px;
	width: 16px;
}
.products-img-container {
	width: 572px;
	height: 100%;
	box-sizing: border-box;
	margin-left: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.products-img-container > div {
	height: 204px;
	width: 280px;
	overflow: hidden;
}
.products-img-container > div > div {
	height: 204px;
	width: 560px;
	display: flex;
	flex-wrap: nowrap;
}
.img-container {
	transition: all 1s;
}
.products-img-container > div > div > div {
	height: 204px;
	width: 280px;
	overflow: hidden;
}
.products-img-container > div > div > div > a > img {
	height: auto;
	width: 280px;
	transform: translateX(0px);
}
.products-img-container > div:last-of-type,
.products-img-container > a {
	align-self: flex-end;
}
.products-large-img {
	height: 420px;
	width: 280px;
	margin: 0;
	overflow: hidden;
}
.products-large-img > div {
	height: 420px;
	width: 560px;
	display: flex;
	flex-wrap: nowrap;
}
.large-container {
	transition: all 1s;
}
.large-container-animation {
	animation: re_move1 6s linear infinite alternate;
	-webkit-animation: re_move1 6s linear infinite alternate;
}
.products-large-img > div > div {
	height: 420px;
	width: 280px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-large-img > div > div > a{
	height: 100%;
}
.products-large-img > div > div > a > img {
	height: 100%;
	width: auto;
}

/* Carousl Css */
/* @keyframes show {
	0% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(-1120px);
	}
} */
.carousel {
	height: 380px;
	display: flex;
	background-size: cover;
	justify-content: center;
	align-items: center;
	position: relative;
}
.carousel-container {
	height: 230px;
	width: 1120px;
	overflow: hidden;
}
.carousel-img {
	height: 229px;
	width: 2240px;
	display: flex;
	align-items: center;
}
.carousel-img:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
.carousel-img-animation {
	animation: show 10s linear infinite;
	animation-play-state: running;
	-webkit-animation: show 10s linear infinite;
	-webkit-animation-play-state: running;
}
.carousel-img > a {
	height: 174px;
	width: 234px;
	border: 3px solid #FFFFFF;
	margin: 25px;
	overflow: hidden;
}
.carousel-img > a > div {
	height: 100%;
	width: 100%;
	position: relative;
	transition: all 1s;
}
.carousel-img > a > div > img {
	height: auto;
	width: 100%;
}
.carousel-img > a > div > div {
	background: rgba(0,0,0,0.54);
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 1s;
}
.carousel-img > a > div:hover div{
	opacity: 1;
}
.carousel-img > a > div > div > p {
	/* font-family: PingFangSC-Regular; */
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	padding: 17px;
}
