#menu {
	display: none;
	position: fixed;
	top: 50%;
	right: 0.4rem;
	transform: translate(0, -50%);
	list-style-type: none;
	z-index: 70;
	transition: all .3s;
	text-align: right;
}
#menu li a {
	position: relative;
	display: block;
	height: 20px;
	line-height: 22px;
}
#menu li a span {
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #bfbfbf;
	transition: all .3s;
	vertical-align: middle;
}
#menu li a p {
	display: none;
	font-size: 14px;
	color: #4d4d4d;
}
#menu li.active a span {
	width: 30px;
	background: #000000;
}
#menu li.active a p {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}
#menu.active {
	display: block;
}
html,
body {
	height: 100%;
}
#dowebok {
	height: 100%;
}
.section {
	height: 100%;
}
.public-title {
	text-align: center;
}
.public-title h3 {
	font-size: 36px;
	color:#332926;
	margin-bottom: 5px;
}
.public-title p {
	font-size: 20px;
	color: #666666;
	font-weight:300;
}
.section_7 .fp-tableCell {
	display: block;
}
.section_1 {
	height: 100vh;
	display: block !important;
	box-sizing: border-box;
}
.section_1 .fp-tableCell {
	display: block;
}
.banner-box img{
	width:100vw;
	height:100vh;
	object-fit:cover;
}
.banner-box{
	height:100vh;
}





.section_2 .img-box {
	position:absolute;
	top:0;
}
.section_2 .img-box img{
	height:65.4vh;
}
.section_2 .des-box {
	padding-top:65.4vh;
	box-sizing:border-box;
	text-align:center;
	width: 1140px;
	margin: 0 auto;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.9s, opacity 1s 0.9s;
}
.section_2 .des-box p {
	font-size: 16px;
	line-height:28px;
	color: #666666;
}
.section_2 .des-box .more-box a{
	color:#9C2326;
	font-size:16px;
	margin-top:30px;
	display:inline-block;
}
.section_2.active .des-box {
	opacity: 1;
	transform: translateY(0);
}







.section_3 {
	padding-top: 30px;
	box-sizing: border-box;
	position:relative;
}
.section_3 .centent-box {
	width: 1200px;
}
.section_3 .public-title {
	margin-bottom: 40px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.3s, opacity 1s 0.3s;
}
.section_3 .centent-box .left-box{
	padding-top:22vh;
	padding-bottom:28vh;
	box-sizing:border-box;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.4s, opacity 1s 0.4s;
}
.section_3 .centent-box .left-box p{
	font-size:16px;
	color:#666666;
	line-height:38px;
}
.section_3 .centent-box .left-box h3{
	font-size:25px;
	color:#9C2326;
	margin-top:5px;
}
.section_3 .centent-box .left-box a{
	font-size:16px;
	color:#9C2326;
	margin-top:25px;
	display:block;
}
.section_3 .right-box{
	position:absolute;
	bottom:75px;
	right:0;
	width:50vw;
}
.section_3 .top-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.5s, opacity 1s 0.5s;
}
.section_3 .top-box .item-box {
	position: relative;
}
.section_3 .top-box .item-box .img-box {
	position: relative;
}
.section_3 .top-box .item-box .img-box > img {
	width: 100%;
	height: 511px;
	object-fit: cover;
}
.section_3 .top-box .item-box .img-box .icon-box {
	position: absolute;
	top: 40px;
	right: 48px;
}
.section_3 .top-box .item-box .txt-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	display:none;
}
.section_3 .top-box .item-box .txt-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
}
.section_3 .top-box .item-box .txt-box h3 span {
	font-weight: 700;
	font-size: 30px;
}
.section_3 .top-box .item-box .txt-box p {
	font-size: 16px;
}
.section_3 .bottom-box {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.7s, opacity 1s 0.7s;
	display: flex;
	justify-content: space-between;
}
.section_3 .bottom-box .left-box {
	width: 1040px;
	padding-left: 55px;
	box-sizing: border-box;
}
.section_3 .bottom-box .tab-box {
	padding-left: 40px;
	padding-right:95px;
	box-sizing:border-box;
}
.section_3 .bottom-box .tab-box ul {
	display: flex;
	justify-content:space-between;
}
.section_3 .bottom-box .tab-box li {
	margin-right: 65px;
	position: relative;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	padding-top:90px;
	white-space: nowrap;
}
.section_3 .bottom-box .tab-box li:after {
	position: absolute;
	top: 0;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 22px solid #b3b5b9;
	display: none;
}
.section_3 .bottom-box .tab-box li:last-child {
	margin-right: 0;
}
.section_3 .bottom-box .tab-box li span {
	position: relative;
	font-weight: 700;
	display: inline-block;
	margin-right: 4px;
}
.section_3 .bottom-box .tab-box li em {
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	text-align:center;
}
.section_3 .bottom-box .tab-box li.active em img,
.section_3 .bottom-box .tab-box li em img.active{
	display:none;
}
.section_3 .bottom-box .tab-box li.active em img.active{
	display:inline-block;
}
.section_3 .bottom-box .tab-box li:hover em,
.section_3 .bottom-box .tab-box li.active em {
	opacity: 1;
	width: 50px;
}
.section_3 .bottom-box .tab-box li:hover:after,
.section_3 .bottom-box .tab-box li.active:after {
	display: block;
}
.section_3 .bottom-box .swiper-pagination {
	position: static;
	width: 100%;
	height: 1px;
	margin-top: 35px;
	background-color: #000000;
	display:none;
}
.section_3 .bottom-box .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #9C2326;
	height: 3px;
	top: -1px;
}
.section_3 .bottom-box .right-box {
	margin-right: -15px;
}
.section_3 .bottom-box .right-box .en {
	font-size: 100px;
	color: #333333;
	font-weight: 700;
	line-height: 120px;
	margin-top: 100px;
}
.section_3 .bottom-box .right-box .en span {
	display: inline-block;
	position: relative;
}
.section_3 .bottom-box .right-box .en span em {
	position: relative;
	font-style: normal;
}
.section_3 .bottom-box .right-box .en span:before {
	position: absolute;
	content: '';
	background: #9C2326;
	height: 18px;
	width: 145px;
	bottom: 12px;
	right: -30px;
	border-radius: 15px;
}
.section_3.active .centent-box .public-title,
.section_3.active .centent-box .left-box,
.section_3.active .top-box {
	opacity: 1;
	transform: translateY(0);
}
.section_3.active .bottom-box {
	opacity: 1;
	transform: translateY(0);
}








.section_4 {
	background-color: #f7f7f7;
}
.section_4 .public-title {
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.5s, opacity 1s 0.5s;
}
.section_4 .centent-box {
	width: 1500px;
	margin-top: 65px;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 1s 0.7s, opacity 1s 0.7s;
}
.section_4 .centent-box .item-box {
	position: relative;
	padding-bottom: 35px;
}
.section_4 .centent-box .item-box .img-box {
	overflow: hidden;
}
.section_4 .centent-box .item-box .img-box img {
	width: 100%;
}
.section_4 .centent-box .item-box .txt-box {
	position: absolute;
	bottom: 10px;
	width: 510px;
	background-color: #9C2326;
	height: 200px;
	right: 150px;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	padding-top: 30px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.section_4 .centent-box .item-box .txt-box h3 {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 5px;
}
.section_4 .centent-box .item-box .txt-box p {
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
}
.section_4 .swiper-pagination {
	position: absolute;
	z-index: 999;
	bottom: 70px;
	left: 0;
	right: 0;
	text-align: left;
	padding-left: 100px;
	box-sizing: border-box;
}
.section_4 .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #e4e4e4;
	opacity: 1;
	margin-left: 8px;
	margin-right: 8px;
	transition: all .3s;
}
.section_4 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #9C2326;
	width: 56px;
	border-radius: 15px;
}
.section_4.active .public-title,
.section_4.active .centent-box {
	opacity: 1;
	transform: translateY(0);
}











.section_5 .centent-box {
	height:65.6vh;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.section_5 .public-title {
	padding-bottom:65.6vh;
	box-sizing:border-box;
	text-align: center;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s 0.5s, opacity 1s 0.5s;
}
.section_5 .list-box {
	position: relative;
	height: 100%;
	transform:translateY(-50px);
	opacity: 0;
	transition: transform 1s 0.7s, opacity 1s 0.7s;
}
.section_5 .list-box .item-box {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	transition: all .3s;
}
.section_5 .list-box .item-box:first-child {
	border-left: none;
}
.section_5 .list-box .item-box:last-child {
	border-right: none;
}
.section_5 .list-box .item-box .top-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.section_5 .list-box .item-box .top-box .icon-box {
	position: relative;
	width: 115px;
	height: 115px;
	display: inline-block;
	margin-bottom: 12px;
}
.section_5 .list-box .item-box .top-box .icon-box img {
	vertical-align: top;
}
.section_5 .list-box .item-box .top-box h3 {
	font-size: 30px;
	color: #fff;
}
.section_5 .list-box .item-box .des-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	margin-top: 100px;
	transition: all .3s;
}
.section_5 .list-box .item-box .des-box .icon-box {
	display: inline-block;
	width: 158px;
	height: 158px;
	background-color: #9C2326;
	line-height: 158px;
	text-align: center;
	border-radius: 50%;
}
.section_5 .list-box .item-box .des-box .txt-box {
	margin-top: 35px;
}
.section_5 .list-box .item-box .des-box .txt-box h3 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 0;
}
.section_5 .list-box .item-box .des-box .txt-box p {
	font-size: 16px;
	color: #fff;
}
.section_5 .list-box .item-box.active {
	position: relative;
	border-left: none;
	width: 50%;
}
.section_5 .list-box .item-box.active .top-box {
	display: none;
}
.section_5 .list-box .item-box.active .des-box {
	opacity: 1;
	margin-top: 0;
}
.section_5.active .public-title {
	opacity: 1;
	transform: translateY(0);
}
.section_5.active .list-box {
	opacity: 1;
	transform: translateY(0);
}






.section_6 .public-title{
	text-align:center;
}
.section_6 .public-title img{
	border-radius:20px;
}
.section_6 .public-title h3{
	font-size:36px;
	margin-top:22px;
	margin-bottom:5px;
	color:#322925;
	line-height:1;
}
.section_6 .public-title p{
	font-size:20px;
	color:#333;
	font-weight:300;
}
.section_6 .more-black{
	margin-top:25px;
}
.section_6 .all-box{
	margin-top:50px;
	margin-left:-11%;
}
.section_6 .all-box .img-box img{
	width:100%;
	height:400px;
	object-fit:cover;
}
.section_6 .all-box .txt-box{
	padding-top:45px;
	width:100%;
	height:186px;
	text-align:center;
	background:#fbfbfb;
	box-sizing:border-box;
}
.section_6 .all-box .txt-box h3{
	font-size:22px;
	font-weight:500;
	color:#322925;
	margin-bottom:10px;
}
.section_6 .all-box .txt-box p{
	font-size:18px;
	font-weight:300;
	color:#666;
}
.section_6 .all-box .swiper-slide:nth-child(5) .item-box{
	height:586px;
	background:#9C2326;
	display:block;
	position:relative;
}
.section_6 .all-box .swiper-slide:nth-child(5) .txt-box{
	background:#9C2326;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	height:auto;
	padding-top:0;
}
.section_6 .all-box .swiper-slide:nth-child(5) .txt-box h3{
	font-size:36px;
	font-weight:500;
	color:#fff;
	line-height:1;
	margin-bottom:20px;
}
.section_6 .all-box .swiper-slide:nth-child(5) .txt-box span{
	font-size:22px;
	font-weight:300;
	color:#fff;
}
.section_6 .all-box .swiper-slide:nth-child(5) .txt-box p{
	font-size:16px;
	font-weight:300;
	color:#fff;
	margin-top:70px;
	line-height:36px;
}
.section_6 .all-box .swiper-slide:nth-child(5) .item-box 
.section_6 .swiper-button-prev,
.section_6 .swiper-button-next{
	width:44px;
	height:44px;
}
.section_6 .all-box .swiper-slide:nth-child(5) .item-box .more{
	font-size:16px;
	color:#fff;
	margin-top:50px;
}
.section_6 .swiper-button-prev img,
.section_6 .swiper-button-next img{
	height:100%;
}
.section_6 .swiper-button-prev{
	margin-left:65px;
}
.section_6 .swiper-button-next{
	margin-left:40px;
}
.section_6 .swiper-button-next,
.section_6 .swiper-button-prev{
	display:inline-block;
	top: -10px;
	position: relative;
	margin-top:52px;
	left: 50%;
	transform:translateX(-50%);
}
.section_6 .swiper-button-next:after, 
.section_6 .swiper-button-prev:after{
	display:none;
}

@media screen and (max-width: 1800px) {
	.section_3 .centent-box {
		height: 500px;
	}
	.section_3 .centent-box .public-title {
		position:relative;
		top: -60px;
	}
	.section_3 .centent-box .left-box {
		padding-top: 40px;
		width: 600px;
		padding-left:10vw;
	}
	.section_3 .centent-box .left-box h3 {
		margin-bottom: 16px;
	}
	.section_3 .centent-box .en {
		line-height: 120px;
		font-size: 80px;
	}
	.section_3 .centent-box .en span:before {
		height: 20px;
		width: 120px;
		bottom: 20px;
		right: -15px;
	}
	.section_3 .centent-box .left-box .more-box {
		margin-top: 30px;
	}
	.section_4 .centent-box {
		width: 1300px;
	}
	.section_4 .centent-box .item-box .img-box img {
		height: 420px;
		object-fit: cover;
	}
	.section_4 .centent-box {
		margin-top: 50px;
	}



	
	.section_3 .centent-box {
		width: 1300px;
	}
	.section_3 .top-box .item-box .img-box  > img {
		height: 360px;
		object-fit: cover;
	}
	.section_3 {
		padding-top: 0px;
	}
	.section_3 .bottom-box .tab-box li {
		padding-top: 60px;
	}
	.section_3 .bottom-box .tab-box li em {
		top: 28px;
	}
	.section_3 .bottom-box .tab-box li:after {
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		border-top: 16px solid #b3b5b9;
	}
	.section_3 .bottom-box .left-box {
		width: 1000px;
		padding-left: 20px;
	}
	.section_3 .bottom-box .tab-box {
		padding-left: 30px;
	}
	.section_3 .bottom-box .tab-box li {
		margin-right: 30px;
	}
	.section_3 .bottom-box .right-box {
		right: -10px;
	}
	.section_3 .bottom-box .right-box .en {
		font-size: 80px;
		margin-top: 25px;
		line-height: 100px;
	}
	.section_3 .bottom-box .right-box .en span:before {
		width: 130px;
		height: 15px;
		bottom: 20px;
		right: -15px;
	}
	.section_6 .all-box .swiper-slide .txt-box p{
		padding-left:30px;
		padding-right:30px;
		box-sizing:border-box;
	}
}
/*# sourceMappingURL=index.css.map */