.tscl {
	position: fixed;
	top: 50%;
	right: -89px;
	top: 50%;
	transform: translateY(-50%);
	width: 178px;
	height: 178px;
	z-index: 800;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	transition: all 1.3s;
	transition-delay: 2s;
}

.tscl.on {
	transition-delay: 0s;
	right: -178px;
	transform: translateY(-50%) scale(0.5, 0.5);
}

.ydy .tscl {
	transition-delay: 0s;
	right: -178px;
	transform: translateY(-50%) scale(0.5, 0.5);
}

.tscl-1 {
	width: 100%;
	height: 100%;
	background: #AE1E23;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

.tscl-1::before {
	content: "";
	background: url(/templates/site2021/images/tscl-1.png) center center no-repeat;
	background-size: 168px 168px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0.18;
	animation: cc 20s linear 0s infinite;
}

@keyframes cc {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.tscl-1 span {
	position: absolute;
	z-index: 5;
	display: inline-block;
	width: 100%;
	height: 50%;
	left: 0;
	top: 60%;
	background: #AE1E23;
	transform: rotate(-45deg) translate(45px, 0);
	box-shadow: 0 -10px 20px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 178px 178px;
}

.tscl-1 p {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	font-size: 1rem;
	color: #FFFFFF;
	letter-spacing: 0.2rem;
	float: right;
	position: relative;
	z-index: 10;
	font-weight: 600;
	padding-right: 30px;
	margin-top: 30%;
	line-height: 178px;
}

.tscl-1 p::before {
	content: url(/templates/site2021/images/tscl-2.png);
	position: absolute;
	right: 0px;
	top: 40%;
	color: #FFFFFF;
	font-size: 1.125rem;
	animation-name: more1;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: more1;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
}


.ts {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	background: #FFFFFF;
	overflow: hidden;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	transition: all 1.3s;
}

.ts.show {
	left: 0;
}

.ts-1 {
	width: 100%;
	height: 100%;
}

.tc-back {
	position: absolute;
	left: 0;
	left: -46px;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 200px;
	border-left: 12px solid #8D1B20;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	transition: all 1.3s;
}

.ts.show .tc-back {
	transition-delay: 1.3s;
	left: 0;
}

.tc-back span {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #FFFFFF;
}

#swipertc {
	width: 100%;
	height: 100%;
}

#swipertc .swiper-wrapper {
	width: 100%;
	height: 100%;
}

#swipertc .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

#swipertc .swiper-slide img {
	
}

#ts-slide-1 {
	background-color: #686864;
	background: url(/templates/site2021/images/ts-11.png) center center;
}

#ts-slide-1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/templates/site2021/images/ts-1.png) no-repeat left center;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

#ts-slide-2 {
	background-color: #084010;
	background: url(/templates/site2021/images/ts-2.png) center center;
}

#ts-slide-3 {
	background-color: #B3B3B3;
	background: url(/templates/site2021/images/ts-31.png) center center;
}

#ts-slide-4 {
	background-color: #DADADA;
}

#swipertc .swiper-pagination {
	width: 1200px;
	height: auto;
	max-width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 40px;
}

#swipertc .swiper-pagination::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.2);
}

#swipertc .swiper-pagination span {
	opacity: 1;
	width: 90px;
	height: 62px;
	text-align: center;
	background: none;
	border-radius: 0;
	margin: 0 60px;
	position: relative;
}

#swipertc .swiper-pagination span::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

#swipertc .swiper-pagination span::after {
	content: "";
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(/templates/site2021/images/ts5.png) no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 2px;
	opacity: 0;
	transform: translateX(-50%) scale(0);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

#swipertc .swiper-pagination span p {
	font-size: 1rem;
	color: #FFFFFF;
	margin-top: 40px;
	letter-spacing: 0.2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#swipertc .swiper-pagination .swiper-pagination-bullet-active {}

#swipertc .swiper-pagination .swiper-pagination-bullet-active::before {
	opacity: 0;
	transform: translateX(-50%) scale(3);
}

#swipertc .swiper-pagination .swiper-pagination-bullet-active::after {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

#swipertc .swiper-pagination .swiper-pagination-bullet-active p {
	color: #94080B;
}



/* ts-11 */
.ts-11 {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}

.bt-5 {
	width: 154px;
	height: 148px;
	right: 1262px;
	float: right;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.bt-5::after {
	content: url(/templates/site2021/images/ts-12.png);
	position: absolute;
	right: 0;
	top: 20px;
	animation-name: more1;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: more1;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
}

.bt-5 span {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.03125rem;
	color: #FFFFFF;
	letter-spacing: 0.2rem;
	opacity: 0.5;
}

.ts-12 {
	width: 1262px;
	max-width: calc(100% - 154px);
	height: 100%;
	float: right;
}
.ts-12 ul {
	height: 100%;
}
.ts-12 ul li {
	width: 100%;
	position: relative;
	opacity: 0;
	transition-delay: 0.5s;
}
.ts-12 ul .one {
	background: url(/templates/site2021/images/ts-3.png) no-repeat center center;
	background-size: cover;
}
.ts-12 ul .two {
	background: #B6BEA3;
}
.ts-121 {
	width: 24.88%;
	float: left;
}
.ts-122 {
	width: 38.74%;
	float: left;
}
.ts-123 {
	width: 36.38%;
	float: left;
}


.ts-121 li:nth-child(1) {
	margin-top: 15.16%;
	height: 38.9%;
	transform: translate(100%,0) scale(0.5);
}
.ts-121 li:nth-child(2) {
	height: 36.57%;
	transform: translate(100%,0) scale(0.5);
}


.ts-122 li:nth-child(1) {
	height: 28.48%;
	transform: translate(0,100%) scale(0.5);
}
.ts-122 li:nth-child(2) {
	height: 42%;
	position: relative;
	z-index: 10;
	transform: translate(0,0) scale(0.5);
}
.ts-122 li:nth-child(3) {
	height: 29.52%;
	transform: translate(0,-100%) scale(0.5);
}

.ts-123 li:nth-child(1) {
	height: 32%;
	transform: translate(-100%,100%) scale(0.5);
}
.ts-123 li:nth-child(2) {
	height: 34%;
	transform: translate(-100%,0) scale(0.5);
}
.ts-123 li:nth-child(3) {
	height: 34%;
	transform: translate(-100%,-100%) scale(0.5);
}

#swipertc .swiper-slide-active.show .ts-12 ul li {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	transition-delay: 2s;
}
#swipertc .swiper-slide-active.show .ts-12 .ts-122 li:nth-child(2) {
	transition-delay: 1s;
}

.ts-12 .det {
	display: inline-block;
	width: 216px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.5;
	z-index: 10;
}
.ts-12 .det p {
	font-size: 1.875rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
}
.ts-12 .det span {
	display: inline-block;
	font-size: 5rem;
	color: #FFFFFF;
	line-height: 80px;
}
.ts-12 .det span:nth-child(2) {
	font-size: 1.875rem;
	line-height: 1;
}
.ts-12 .three > img {
	width: 100%;
	height: 100%;
}
.ts-12 .three .det {
	width: 230px;
}

/* ts2 */
.ts-2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.ts-2 img {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}

.ts21 {
	left: 0;
	top: 0;
	width: 47.13%;
	transform: translate(-300px,0);
}
.ts22 {
	left: 50%;
	top: 50%;
	max-width: 70%;
	transform: translate(-50%,-50%) scale(0);
}
.ts23 {
	right: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	animation-name: zishi;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: zishi;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}
.ts24 {
	top: 41%;
	right: 14%;
	animation-name: zishi;
	animation-duration: 2s;
	animation-delay: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: zishi;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}
.ts25 {
	left: 0;
	max-width: 100%;
	bottom: -80px;
	animation-name: zishi;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: zishi;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}
.ts26 {
	left: 45%;
	top: 35%;
	max-width: 50%;
	transform: translate(200px,0);
}
.ts27 {
	left: 45%;
	top: 55%;
	max-width: 50%;
	transform: translate(0,0) scale(0.2);
}
.ts28 {
	left: 45%;
	top: 63.25%;
	max-width: 50%;
	transform: translate(0,0) scale(0,1);
}
#swipertc .swiper-slide-active .ts-2 .ts21 {
	transition-delay: 1s!important;
}
#swipertc .swiper-slide-active .ts-2 .ts22 {
	transition-delay: 1.5s!important;
}
#swipertc .swiper-slide-active .ts-2 .ts23 {
	
}
#swipertc .swiper-slide-active .ts-2 .ts24 {
	
}
#swipertc .swiper-slide-active .ts-2 .ts25 {
	
}
#swipertc .swiper-slide-active .ts-2 .ts26 {
	transition-delay: 3s!important;
}
#swipertc .swiper-slide-active .ts-2 .ts27 {
	transition-delay: 3.2s!important;
}
#swipertc .swiper-slide-active .ts-2 .ts28 {
	transition-delay: 3.4s!important;
}
#swipertc .swiper-slide-active .ts-2 img {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
}
#swipertc .swiper-slide-active .ts-2 .ts22 {
	transform: translate(-50%,-50%) scale(1,1);
	opacity: 1;
}

/* ts3 */

.ts-3 {
	width: 100%;
	height: 100%;
	position: relative;
}
.ts-3 img {
	height: 100%;
	right: 18.43%;
	top: 0;
	position: absolute;
	opacity: 0;
	transform: translate(-250px,0);
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
#swipertc .swiper-slide-active .ts-3 img {
	transition-delay: 1s!important;
	transform: translate(0,0) scale(1,1);
	opacity: 1;
}

/* ts4 */
.ts-4 {
	width: 100%;
	height: 100%;
	position: relative;
}
.ts-4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16%;
	width: 100%;
	height: 4%;
	min-height: 25px;
	background: #F7ED8C;
}
.ts-4 > img {
	position: absolute;
}
.ts-4 .one {
	left: 0;
	top: 4%;
	max-width: 17.7%;
}
.ts-4 .two {
	right: 0;
	bottom: 0;
	max-width: 29%;
}
.ts-4 .three {
	left: 11.4%;
	bottom: 7%;
	max-width: 36.718%;
}
.ts-41 {
	position: absolute;
	z-index: 20;
	width: 1508px;
	height: 810px;
	max-width: 95%;
	max-height: 95%;
	background: #FFFFFF;
	left: 50%;
	top: 50%;
	padding: 3%;
	transform: translate(-50%,-50%);
}
.ts-41::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%,-50%);
	width: 7%;
	height: 13%;
	min-width: 30px;
	min-height: 30px;
	background: url(/templates/site2021/images/ts-44.png) no-repeat center center;
	background-size: contain;
	z-index: 10;
}
.ts-42 {
	width: 100%;
	height: 100%;
	border: 1px solid #FFEB4A;
	position: relative;
	padding: 10px;
}
.ts-42::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 102%;
	height: 102%;
	border: 1px solid #FFEB4A;
}
.ts-42 .bt {
	width: 82%;
	margin-left: 2%;
}
.ts-421 {
	width: 26.8%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ts-422 {
	width: 27%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ts-423 {
	width: 43.57%;
	height: 100%;
	float: left;
	margin: 0 1.315%;
	position: relative;
	overflow: hidden;
}
.ts-421 .tp {
	width: 100%;
	height: 84%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ts-422 img {
	width: 100%;
}
.ts42-one {
	height: 53%;
}
.ts42-two {
	height: 47%;
}
.ts-423 img {
	position: absolute;
}
.ts4231 {
	left: 0;
	top: 0;
	width: 63.62%;
	height: 41.16%;
}
.ts4232 {
	right: 0;
	top: 0;
	width: 35.68%;
	height: 41.16%;
}
.ts4233 {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65.11%;
}

#swipertc .swiper-slide .ts-4 .one , 
#swipertc .swiper-slide .ts-4 .two ,
#swipertc .swiper-slide .ts-4 .three ,
#swipertc .swiper-slide .ts-4::before ,
#swipertc .swiper-slide .ts-41 ,
#swipertc .swiper-slide .ts-42 ,
#swipertc .swiper-slide .ts-41::before ,
#swipertc .swiper-slide .ts-421 .bt ,
#swipertc .swiper-slide .ts-421 .tp ,
#swipertc .swiper-slide .ts42-one ,
#swipertc .swiper-slide .ts42-two ,
#swipertc .swiper-slide .ts4231 ,
#swipertc .swiper-slide .ts4232 ,
#swipertc .swiper-slide .ts4233 {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
	transition-delay: 0.5s;
}

#swipertc .swiper-slide .ts-4 .one {
	transform: translate(-100px,-100px) scale(1,1);
}
#swipertc .swiper-slide .ts-4 .two {
	transform: translate(100px,100px) scale(1,1);
}
#swipertc .swiper-slide .ts-4 .three {
	transform: translate(0,0) scale(0,1);
}
#swipertc .swiper-slide-active .ts-4::before {
	transform: translate(0,0) scale(0,1);
}
#swipertc .swiper-slide .ts-41 {
	
}
#swipertc .swiper-slide .ts-42 {
	
}
#swipertc .swiper-slide .ts-41::before {
	transform: translate(0,0) scale(0,0);
}
#swipertc .swiper-slide .ts-421 .bt {
	transform: translate(-100px,0) scale(1,1);
}
#swipertc .swiper-slide .ts-421 .tp {
	transform: translate(0,-100px) scale(1,1);
}

#swipertc .swiper-slide .ts42-one {
	transform: translate(0,100px) scale(1,1);
}

#swipertc .swiper-slide .ts42-two {
	transform: translate(0,100px) scale(1,1);
}

#swipertc .swiper-slide .ts4231 {
	transform: translate(0,-100px) scale(1,1);
}
#swipertc .swiper-slide .ts4232 {
	transform: translate(0,-100px) scale(1,1);
}
#swipertc .swiper-slide .ts4233 {
	transform: translate(0,-100px) scale(1,1);
}




#swipertc .swiper-slide-active .ts-4 .one {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 0.5s;
}
#swipertc .swiper-slide-active .ts-4 .two {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 0.5s;
}
#swipertc .swiper-slide-active .ts-4 .three {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 1s;
}
#swipertc .swiper-slide-active .ts-4::before {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 1.5s;
}
#swipertc .swiper-slide-active .ts-41 {
	transform: translate(-50%,-50%) scale(1,1);
	opacity: 1;
	transition-delay: 2s;
}
#swipertc .swiper-slide-active .ts-42 {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
}
#swipertc .swiper-slide-active .ts-41::before {
	transform: translate(-50%,-50%) scale(1,1);
	opacity: 1;
	transition-delay: 3s;
}
#swipertc .swiper-slide-active .ts-421 .bt {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 4s;
}
#swipertc .swiper-slide-active .ts-421 .tp {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 4.5s;
}
#swipertc .swiper-slide-active .ts42-one {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 4.5s;
}
#swipertc .swiper-slide-active .ts42-two {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 5s;
}
#swipertc .swiper-slide-active .ts4231 {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 4.5s;
}
#swipertc .swiper-slide-active .ts4232 {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 5s;
}
#swipertc .swiper-slide-active .ts4233 {
	transform: translate(0,0) scale(1,1);
	opacity: 1;
	transition-delay: 5.5s;
}