@charset "utf-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	outline: 0 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 12px/1.5 "Arial", "Hiragino Sans GB", "Microsoft YaHei", '\5FAE\8F6F\96C5\9ED1', tahoma, sans-serif;
	background: #fff;
	color: #000;
}

a {
	outline: 0 none;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0 none;
}

em,
i {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.fl,
.fr {
	display: inline;
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

[class*="btn"] {
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.bg {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.df {
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
}

.pup {
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 102;
}

input::-webkit-input-placeholder {
	color: #d96e4d;
}

input:-moz-placeholder {
	color: #d96e4d;
}

input::-moz-placeholder {
	color: #d96e4d;
}

input:-ms-input-placeholder {
	color: #d96e4d;
}

.thickdiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	border: 0 none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 101;
}

a {
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

a:hover {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}

@font-face {
	font-family: 'TCB';
	src: url("../images/fonts/TCB.TTF") format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body {
	/* 	min-width: 10rem; */
}

.wrapper {
	font-family: "microsoft yahei";
	font-size: .3rem;
	color: #fff;
}

.header {
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg_01.jpg");
	background-size: cover;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 8%;
	height: 100%;
	box-sizing: border-box;
}

.top {
	width: 100%;
	padding-top: .3rem;
	box-sizing: border-box;
	z-index: 222;
}

.top .container{
	-webkit-justify-content: space-between;
	justify-content: space-between;}
.top .logo {
	height: .28rem;
	font-weight: bold;
}

.top li {
	display: inline-block;
	margin-left: 1rem;
	font-size: .2rem;
	cursor: pointer;
}

.top li a {
	color: #fff;
}

.top li a:hover {
	text-decoration: underline;
}
.top.active{ position: fixed; padding-bottom: .3rem; background: #222; -webkit-animation:move-down .5s linear; animation:move-down .5s linear; }
.top.up{ position: fixed; background: #222; -webkit-animation:move-up .3s linear forwards; animation:move-up .3s linear forwards;}


@-webkit-keyframes move-down {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@keyframes move-down {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@-webkit-keyframes move-up {
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes move-up {
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}


.opacity {
	opacity: 0;
	-webkit-animation: opacity 2s linear forwards;
	animation: opacity 2s linear forwards;
}
.downUp {
	opacity: 0;
	-webkit-animation: downUp 1s linear forwards;
	animation: downUp 1s linear forwards;
}

.banner {
	left: 0;
	bottom: 1rem;
	width: 100%;
	font-family: 'TCB';
	font-size: 1.26rem;
	text-align: center;
	line-height: 1;
	opacity: 0;
	animation: downUpBanner 1s forwards;
	animation-delay: .5s;
}

@-webkit-keyframes downUp {
	0% {
		-webkit-transform: translateY(.5rem);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes downUp {
	0% {
		transform: translateY(.5rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes downUpBanner {
	0% {
		-webkit-transform: translateY(.5rem);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes downUpBanner {
	0% {
		transform: translateY(.5rem) ;
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.intro {
	padding: 2rem 0;
	color: #161616;
	line-height: 3;
	text-align: center;
}

/* .intro-more {
	height: 100vh;
}
 */
.intro-more .swiper-intro {
	width: 100%;
	height: 100%;
}

.intro-more .swiper-intro .swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.intro-more .container {
	z-index: 3;
	padding-top: 12rem;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.intro-more .title {
	margin-left: 1.6rem;
	font-family: 'TCB';
	font-size: 1.26rem;
	line-height: 1;
	opacity: 0;
}

.intro-more .text {
	margin-left: 1.7rem;
	width: 9.85rem;
	font-size: .26rem;
	opacity: 0;
	animation-delay: .3s;
}

.swiper-android .swiper-slide,
.swiper-wrapper,
.swiper-backface-hidden .swiper-slide {
	transform: none;
}

#swiper-container2 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 33;
}

#swiper-container2 .swiper-slide {
	/* height: 30rem!important; */
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 3;
	color: #fff;

}

.intro-more .bg-intro {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.intro-more .bg-intro.fixed {
	position: fixed;
}
.intro-more a{ color: #fff; text-decoration: underline; }
/* @media only screen and (min-height: 900px) {
	.intro-more .title {
		margin-top: -2rem;
	}
} */


.us .title {
	margin: 1rem auto .8rem;
	font-family: 'TCB';
	font-size: 1.26rem;
	text-align: center;
	line-height: 1;
	color: #171410;
	opacity: 0;
}

.us .list {
	width: 100%;
	height: 6.8rem;
	background: #F7F7F7;
	padding-left: 8%;
	box-sizing: border-box;
	opacity: 0;
	animation-delay: .3s;
}

.us .swiper {
	width: 100%;
	height: 4.47rem;
}

.us .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 7.67rem !important;
	background: #EBEBEC;
	font-size: .3rem;
	color: #070709;
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
}

.us .swiper-slide .text {
	width: 6.75rem;
	height: 2.3rem;
	line-height: 2;
}

.us .swiper-slide .user {
	margin-top: .15rem;
	width: 6.75rem;
	color: #070709;
	text-align: right;
	font-weight: bold;
}

.us .swiper-button-next,
.us .swiper-button-prev {
	display: block;
	top: auto;
	bottom: .3rem;
	left: 50%;
	width: .4rem;
	height: .4rem;
	background: url("../images/arrow.png") no-repeat;
	background-size: 100% 100%;
}

.us .swiper-button-prev {
	margin-left: -.5rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.us .swiper-button-next {
	margin-left: .5rem;
}

.us .swiper-button-next:after,
.us .swiper-rtl .swiper-button-prev:after,
.us .swiper-button-prev:after,
.us .swiper-rtl .swiper-button-next:after {
	content: "";
}

@media only screen and (min-width: 780px) {
	.us .swiper-slide:first-child {
		transition: transform 100ms;
	}

	.us .swiper-slide:first-child img {
		transition: box-shadow 500ms;
	}

	.us .swiper-slide:nth-child(2) {
		transition: transform 100ms;
	}
	.us .swiper-slide:nth-of-type(1).swiper-slide-prev{ transform: translateX(-1.6rem); }
	.us .swiper-slide:nth-of-type(2).swiper-slide-active{ transform: translateX(-1.6rem); }
	.us .swiper-slide:nth-of-type(3).swiper-slide-next{ transform: translateX(-1.6rem); }

}

.footer {
	padding: .6rem 0;
	overflow: hidden;
}

.footer .container {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: .26rem;
	color: #070709;
}

.footer .logo {
	width: 2.02rem;
	height: .28rem;
	color: #000;
	font-weight: bold;
}

.footer [class*="ico"] {
	display: inline-block;
	margin-left: .3rem;
	width: .48rem;
	height: .48rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer .ico-address {
	background-image: url("../images/ico_address.png");
	cursor: pointer;
}

.footer .details {
	position: absolute;
	padding: 0 .2rem;
	top: -120%;
	left: 50%;
	/* width: 4.2rem; */
	white-space: nowrap;
	line-height: .5rem;
	font-size: .14rem;
	background: rgba(0, 0, 0, 5);
	color: #fff;
	border-radius: .1rem;
	text-align: center;
	opacity: 0;
	transition: opacity .5s;
	-webkit-transform: translateX(-55%);
	transform: translateX(-55%);
}

.footer .ico-address:hover .details {
	opacity: 1;
}

.footer .ico-mail {
	background-image: url("../images/ico_mail.png");
}

.footer .ico-link {
	background-image: url("../images/ico_link.png");
}




@media only screen and (max-width: 780px) {
	.container {
		padding: 0 2%;
	}

	.top .logo {
		-webkit-transform: scale(.8) translateX(-0.3rem);
		transform: scale(.8) translateX(-0.3rem);
	}

	.top li {
		margin-left: .2rem;
	}

	.banner {
		font-size: 1rem;
		line-height: 1.2;
	}

	.intro-more .title {
		font-size: .9rem;
		line-height: 1.2;
	}

	.intro-more .title,
	.intro-more .text {
		margin-left: 0;
		word-break: break-word;
		width: 100%;
	}

	.intro-more .text {
		line-height: 2;
	}

	.us .title {
		font-size: 1rem;
	}

	.us .list {
		padding: 0 2%;
	}

	.us .swiper-slide {
		width: 100% !important;
		margin-right: 0;
	}

	.footer .list .text {
		font-size: .16rem;
	}
}

@media only screen and (min-width: 1600px) {
	.us .swiper-slide:nth-of-type(1).swiper-slide-prev{ transform: translateX(-1.8rem); }
}