.en-title {
	position: relative
}
.en-title svg path {
	fill: #fff;
	position: relative
}
.en-title .btns {
	position: absolute;
	right: 0;
	top: 14px;
	color: #fff
}
.en-title .btns span {
	font-weight: 500;
	margin-left: 14px
}
.en-title .btns span i {
	font-size: 14px
}
.en-title .btns .swiper-button-disabled {
	opacity: .7
}
footer {
	margin-top: 0 !important
}
.cursor__swiper {
}
.maxLine4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.plus {
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.plus::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background-color: #333;
	left: 0;
	top: 11.5px
}
.plus::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 24px;
	background-color: #333;
	left: 11.5px;
	top: 0
}
.button-1 {
	width: 68px;
	height: 68px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 66;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.button-1::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background-color: #333;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.button-1:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.button-1:hover .plus {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.button-1:hover .plus::after, .button-1:hover .plus::before {
	background-color: #fff
}
.en-white-title svg path {
	fill: rgba(255,255,255,0);
	position: relative
}
.banner {
	height:100vh;
	position: relative
}
.banner .mySwiper {
	height: 100vh
}
.banner .mySwiper .swiper-wrapper {
	height:100vh
}
.banner .mySwiper .swiper-pagination {
	position: absolute;
	bottom:20px;
	left: 0;
	text-align: center
}
.banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background: #fff;
	opacity: .6;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	margin: 0 1px; border-radius:12px;
	margin:0 3px
}
.banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	height:12px;
	position: relative;
	top: 1px;
	background:#2aae87;
	
}
.banner .mySwiper .swiper-slide {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-transition: all 1 ease;
	transition: all 1 ease;
	width: 100vw;
	height: 100%;
	position: relative
}
.banner .mySwiper .swiper-slide>div {
	background-repeat: no-repeat;
	-webkit-transition: all 1 ease;
	transition: all 1 ease;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 1;
	-webkit-transform: translateX(50px) scale(1.1);
	transform: translateX(50px) scale(1.1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.banner .mySwiper .swiper-slide>div>div {
	position: absolute;
	z-index: 9999;
	color: #fff;
	left: 6.25vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.banner .mySwiper .swiper-slide>div>div .text {
	overflow: hidden
}
.banner .mySwiper .swiper-slide>div>div .en {
	font-size: 72px;
	font-weight: bold;
	line-height: 72px;
	height: 72px;
	text-transform: uppercase;
	margin-top: 1.5vh;
	letter-spacing: 2px
}
.banner .mySwiper .swiper-slide>div>div .cn {
	font-size: 36px;
	margin-top: 30px
}
.banner .mySwiper .swiper-slide-active>div {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
	-webkit-filter: blur(0);
	filter: blur(0)
}
.banner .controller {
	position: absolute;
	bottom: calc(50vh - 100px);
	z-index: 66;
	right: 6.25vw
}
.banner .controller>div {

	margin-bottom: 50px
}
.banner .controller>div span {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 14px;
	color: #fff;
	height: 14px;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	line-height: 14px;
	letter-spacing: 1px
}
.banner .controller>div span i {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-right: 5px
}
.banner .scroll-line {
	position: absolute;
	z-index: 66;
	bottom: 0;
	height: 150px;
	right:2.25vw;
	overflow: hidden;
	margin-right: 2px;
	width: 50px
}
.banner .scroll-line::after {
	right: 20px;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.19);
	content: "";
	width: 1px;
	height: 100%
}
.banner .scroll-line::before {
	display: block;
	z-index: 10;
	position: absolute;
	content: "";
	right: 20px;
	bottom: 0;
	width: 1px;
	height: 140px;
	background-color:#2aae87;
	-webkit-animation: scroll 2.4s infinite cubic-bezier(.54, 0, 0, .99);
	animation: scroll 2.4s infinite cubic-bezier(.54, 0, 0, .99)
}
.banner .scroll-line span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 12px;
	color: #2aae87;
	width: 138px;
	height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
	white-space: nowrap;
	letter-spacing: 1px;
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.en-title {
	position: relative;
	text-transform:uppercase; 
	font-size:49px;
	font-family:en, "PingFang", 'system-ui', '微软雅黑'
}
.en-title>div {
margin-top:.75rem;
	color: #212121;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	opacity: 0;
	font-size:18px;
	font-weight:bold
}
.en-title p {
	z-index: 9669;
	position: absolute;
	top: 0;
	left: -1px;
	height: 39px;
	display: inline-block;
	opacity: 0;
	overflow: hidden
}
.en-title p::after {
	position: absolute;
	content: "";
	background: #333;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	color: #333;
	z-index: -1;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.en-title>a {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about {
	height:115vh;
	background: #fff;
	min-height: 31.25rem
}
.about .container {
	height: 100%
}
.about .container>div {
	float: left;
	width: 50%;
	height: 100%
}
.about .container>div:first-child {
	padding-top: 15vh
}
.about .container>div:first-child>div {
	width: 82%
}
.about .container>div:first-child>div>div {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 6vh;
	color: #333;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	position: relative;
	top: 25px;
	opacity: 0;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}
.about .container>div:first-child>div>p {
	color: #333;
font-size:.875rem;
	line-height: 1.5;
	margin-top: 1.5rem;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	position: relative;
	opacity: 0;
	top: 50px;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s
}
.about .container>div:last-child ul {
	width: 100%;
	height:65%;
border-left: 1px solid #eee;
border-top: 1px solid #eee
}
.about .container>div:last-child ul li {
	float: left;
	width: 50%;
	height: 50%;
	overflow: hidden;
	border-right: 1px solid #eee;
	position: relative;
	border-bottom: 1px solid #eee;
	z-index: 55
}
.about .container>div:last-child ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color:#2aae87;
	height: 100%;
	content: "";
	transition-property: -webkit-clip-path;
	-webkit-transition-property: -webkit-clip-path;
	transition-property: clip-path;
	transition-property: clip-path, -webkit-clip-path;
	transition-property: clip-path, -webkit-clip-path;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
	z-index: -1;
	contain: strict;
	opacity:0.8; 
}
.about .container>div:last-child ul li>span {
	position: absolute;
	left: 2.2vw;
	top:1vw;
	font-size: 4.5rem;
	font-weight: bold;
	overflow: hidden;
	height: 5rem;
	padding-right: 1.875rem
}
.about .container>div:last-child ul li>span>span {
	display: inline-block;
	-webkit-transition: all 2s ease;
	transition: all 2s ease
}
.about .container>div:last-child ul li>span>span:last-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.about .container>div:last-child ul li>span>span>span {
	height: 5.375rem;
	display: block
}
.about .container>div:last-child ul li .icon::after {
	position: absolute;
	right: -80px;
	font-size: 1.5rem;
	content: "m²";
bottom:.75rem;
	color: #333;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	opacity: 0
}
.about .container>div:last-child ul li .icon_year::after {
	position: absolute;
	right: -10px;
	font-size: 1.2rem;
	content: "年";
bottom:.75rem;
	color: #333;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	opacity:1;
	 width:30px;
	 font-weight:900
}
.about .container>div:last-child ul li .icon-percent::after {
	content: "%"
}
.about .container>div:last-child ul li>div {
	position: absolute;
	width: 100%;
	bottom: 2.2vw;
	padding: 0 2vw
}
.about .container>div:last-child ul li>div p {
font-size:.875rem;
	color: #333;
	line-height: 1.5;
	margin-top: 1.25rem
}
.about .container>div:last-child ul li:hover::after {
	-webkit-clip-path: circle(70.71068% at 50% 50%);
	clip-path: circle(70.71068% at 50% 50%);
	background:#2aae87
}
.about .container>div:last-child ul li:hover svg path {
	overflow: hidden;
	fill: #fff;
	stroke: #333;
	stroke-width: 35;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 4000;
	stroke-dashoffset: -4000;
	-webkit-animation: go2 2s ease-in-out forwards;
	animation: go2 2s ease-in-out forwards;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.index {
	-webkit-perspective: 1px;
	perspective: 1px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%
}
.service {
	height: 108vh;
	/*background-image: url(../images/sy_bi1.jpg);*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 6;
	position: relative;
	padding-top: 14vh
}
.service .container {
	height: 86vh;
	top: 0;
	position: relative;
	overflow: hidden
/*	overflow-x: hidden*/
}
.service .container .mySwiper {
	height: 82.74%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.service .container .mySwiper .swiper-slide>div {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	z-index: 44;
	-webkit-transition: 1.8s cubic-bezier(.25, 1, .5, 1);
	transition: 1.8s cubic-bezier(.25, 1, .5, 1);
	bottom: 0;
	position: absolute
}
.service .container .mySwiper .swiper-slide>div>div {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70vh;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 2s ease;
	transition: all 2s ease
}
.service .container .mySwiper .swiper-slide>div>div::after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.service .container .mySwiper .swiper-slide>div>div>a {
	display: block;
	width: 100%;
	left: 0;
	position: relative;
	z-index: 5;
	height: 100%
}
.service .container .mySwiper .swiper-slide>div>div>a>div:last-child {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -34px;
	margin-left: -34px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.service .container .mySwiper .swiper-slide>div>div>a>div:first-child {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.service .container .mySwiper .swiper-slide>div>div>a>div:first-child>p {
	font-size: 1.75rem;
	color: #fff;
	width: 1.5rem;
	margin: 0 auto;
	font-weight: 400;
	line-height: 1.25;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1
}
.service .container .mySwiper .swiper-slide>div>div>a>div:first-child>p span {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
	line-height: 24px
}
.service .container .mySwiper .swiper-slide>div>div>a>div:first-child>span {
	font-size: 30px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1
}
.service .container .mySwiper .swiper-slide>div>div>a i {
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
	font-size: 1.25rem;
	color: #fff
}
.service .container .mySwiper .swiper-wrapper>div:nth-of-type(1)>div {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.service .container .mySwiper .swiper-wrapper>div:nth-of-type(2)>div {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.service .container .mySwiper .swiper-wrapper>div:nth-of-type(3)>div {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.service .container .mySwiper .swiper-wrapper>div:nth-of-type(4)>div {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
.service .container ul {
	height: 82.74%;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.project {
	overflow-x: hidden;
	margin-top:16vh
}
.project .swiper {
	margin-top: 7vh
}
.project .swiper-slide {
	width: auto !important;
	position: relative
}
.project .swiper-slide::after {
	position: absolute;
	left: -2%;
	width: 104%;
	height: 100%;
	background-color: #fff;
	z-index: 555;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	content: "";
	top: 0;
	display: block;

}
.project .swiper-slide>a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .75s ease;
	transition: all .75s ease
}
.project .swiper-slide>a:hover>div {
	opacity: 0;
	-webkit-transform: scale(1.45);
	transform: scale(1.45);
	
	
}
.project .swiper-slide>a:hover>span {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
.project .swiper-slide>a img {
	height: 68.88vh;
	display: block;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease
}
.project .swiper-slide>a>span {
	width: 3.75rem;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: -1.875rem;
	margin-top: -1.875rem;
	z-index: 555;
	color: #fff;
	background: #333;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
.project .swiper-slide>a>span i {
font-size:.875rem
}
.project .swiper-slide>a>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	opacity: 1;
		border:1px solid #eeeeee
}
.project .swiper-slide>a>div h3 {
	position: absolute;
	top: 2.5rem;
	padding: 0 2.5rem;
	width: 100%;
	left: 0;
	color: #212121;
	font-size: 24px;
font-family:en, "PingFang", 'system-ui', '微软雅黑'
}
.project .swiper-slide>a>div h3 span {
	float: right;
	margin-top:-30px
}
.project .swiper-slide>a>div>div {
	/*background-color: rgba(0,0,0,0.7);*/
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	padding-top:10rem;
	padding-left: 2.5rem;
	color:#333;

	
}
.project .swiper-slide>a>div>div ul {
	
	float: left
}
.project .swiper-slide>a>div>div ul li {
	font-size:20px;
	color: #333;
	line-height:40px;



}
.project .swiper-slide>a>div>div ul li span{
	

}
.project .swiper-slide>a>div>div ul li span:nth-child(1){
	text-align:right !important;


}
/*.project .swiper-slide>a>div>div ul li span:last-child {
	display: inline-block;
	margin-left: 1.5rem
}*/
.project .swiper-slide>a>div>div>div {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	float: left;
	width: 70%
}
.project .swiper-slide-active img {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.project .swiper-slide-active::after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.project .swiper-slide-next img {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.project .swiper-slide-next::after {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.project .touch-start .swiper-slide a {
	-webkit-transform: scale(.97);
	transform: scale(.97)
}
.news {
	padding-top:16vh;
	background-image: url(../images/syxw_bj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 6.25rem
}
.news .swiper {
	overflow: hidden;
	width: 100%;
	padding: 1vw 0
}
.news .swiper .swiper-wrapper {
	margin-left: calc((100% - 100%)/2)
}
.news .swiper .swiper-wrapper>div:nth-of-type(2) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.news .swiper .swiper-wrapper>div:nth-of-type(2) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.news .swiper .swiper-wrapper>div:nth-of-type(3) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}
.news .swiper .swiper-wrapper>div:nth-of-type(4) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.news .swiper .swiper-wrapper>div:nth-of-type(5) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}
.news .swiper .swiper-wrapper>div:nth-of-type(6) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.news .swiper .swiper-wrapper>div:nth-of-type(7) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.news .news_list {
	margin-top: 5vh
}
.news .swiper-slide {
	width: 23vw;
	background-color: #666;
	-webkit-box-shadow: 0 rgba(36,36,36,0.2);
	box-shadow: 0 rgba(36,36,36,0.2);
	position: relative;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease
}
.news .swiper-slide:hover {
	-webkit-box-shadow: 8px 8px 8px 0 rgba(36,36,36,0.2);
	box-shadow: 8px 8px 8px 0 rgba(36,36,36,0.2)
}
.news .swiper-slide:hover>p a {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.news .swiper-slide:hover>div h3 a {
	background-size: 100% 5%
}
.news .swiper-slide img {
	width: 100%
}
.news .swiper-slide>div {
	padding: 0 2vw;
	padding-top: 1vw;
	height: 8rem
}
.news .swiper-slide>div h3 {
	line-height: 1.45;
	background: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.news .swiper-slide>div h3 a {
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2aae87), to(#2aae87));
	background-image: linear-gradient(#2aae87, #2aae87);
	background-size: 0 5%;
	background-position: 0 95%;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	background-repeat: no-repeat
}
.news .swiper-slide>div h3 a:hover{
	color:#2aae87;

}
.news .swiper-slide>div p {
	font-size: 12px;
	color: #eff2f1;
	line-height: 1.5;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight:100
}
.news .swiper-slide>p {
	height: 9.2vh;
	line-height: 9.2vh;
	font-size: 24px;
	padding: 0 2vw;
	color: #fff;
	font-weight: 600
}
.news .swiper-slide>p a {
	display: inline-block;
	float: right;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.news .swiper-slide>p a i {
	font-size: 1rem
}
@-webkit-keyframes go2 {
0% {
stroke-dashoffset:4000
}
100% {
stroke-dashoffset:0
}
}
@keyframes go2 {
0% {
stroke-dashoffset:4000
}
100% {
stroke-dashoffset:0
}
}
.onshow .en-title svg path, .onshow .en-title svg polygon {
	stroke: #333;
	stroke-width: 1;
	stroke-dasharray: 888;
	stroke-dashoffset: -888;
	-webkit-animation: go 4s ease-in-out forwards;
	animation: go 4s ease-in-out forwards;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.onshow .en-title>div {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.onshow .en-white-title svg path {
	stroke: #fff
}
.about.onshow>.container>div:first-child>div>div, .about.onshow>.container>div:first-child>div>p {
	top: 0;
	opacity: 1
}
.about.onshow>.container>div:last-child ul li .icon::after {
	opacity: 1;
	right: 2px
}
.about.onshow>.container>div:last-child ul li>span>span {
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%)
}
.onshow.service .container .swiper-slide>div {
	height: 70vh
}
.onshow.service .container .swiper-slide>div>div {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.onshow-fill.about .en-title svg path {
	fill: #333
}
.onshow-fill.project .en-title svg path, .onshow-fill.news .en-title svg path {
	fill: #333
}
.onshow.project .swiper-slide::after {
	height: 0
}
.onshow.project .swiper-slide a img {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.onshow.news .swiper-slide {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
.onshow-fill.service .en-title svg path {
	fill: #fff
}
@-webkit-keyframes scroll {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
85% {
-webkit-transform:translate3d(0, 98%, 0);
transform:translate3d(0, 98%, 0)
}
100% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@keyframes scroll {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
85% {
-webkit-transform:translate3d(0, 98%, 0);
transform:translate3d(0, 98%, 0)
}
100% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
}
@media screen and (max-width:1440px) {
.about {
	height: 115vh
}
.en-title {
	position: relative;
	text-transform:uppercase; 
	font-size:46px
}

}
@media screen and (max-width:1440px) and (min-width:1024px) {
.banner .mySwiper .swiper-slide>div>div .en {
	font-size: 60px;
	height: 64px
}
.en-title {
	position: relative;
	text-transform:uppercase; 
	font-size:42px
}
.banner .mySwiper .swiper-slide>div>div .cn {
	font-size: 32px
}
.news .swiper .swiper-wrapper {
	margin-left:0vw
}
.about .container>div:last-child ul li>span {
	font-size: 3rem;
	padding-right: 1rem;
	height: 3.75rem
}
.service .container .mySwiper .swiper-slide>div>div .service__content p {
	font-size: 1.2rem !important
}
.about .container>div:last-child ul li .icon::after {
	font-size: 1rem
}
}
@media screen and (max-width:1366px) {
.news .swiper-slide>p {
	font-size: 20px
}
}
@media screen and (max-width:1280px) {
.banner .mySwiper .swiper-slide>div>div .en {
	font-size: 54px;
	margin-top: 1vh;
	height: 60px
}
.en-title {
	position: relative;
	text-transform:uppercase; 
	font-size:40px
}
.banner .mySwiper .swiper-slide>div>div .cn {
	font-size: 28px
}
.service {
	height: 92vh
}
.service .container {
	height: 92vh
}
.about .container>div:first-child>div>div {
	font-size: 16px
}
.about .container>div:first-child>div>p {
	font-size: 12px
}
.service .container .mySwiper .swiper-slide>div>div .service__content span {
	font-size: 36px !important
}
.about .container>div:first-child {
	padding-top: 10vh
}
.project .swiper-slide>a>div>div>div {
	font-size: 13px
}
.news .swiper-slide>div h3 a {
	font-size: 16px
}
}
@media screen and (max-width:768px) {
.about .container>div:first-child>div>div {
	margin-top: 1rem
}
.en-title {
	position: relative;
	text-transform:uppercase; 
	font-size:28px
}
.about .container>div:first-child>div>p {
	margin-top: 20px !important
}
.onshow .en-title>div {
	margin-top: 0;
	position: relative;
	top: -0.5rem
}
.mobile_swiper {
	display: block !important
}
.pc_swiper {
	display: none
}
.cursor {
	display: none !important
}
.project .swiper-slide>a:hover>div {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.project .swiper-slide>a:hover>span {
	opacity: 0
}
.news .swiper .swiper-wrapper {
	margin-left: 3rem
}
.banner {
	height: 100vh
}
.banner .mySwiper {
	height: 100vh
}
.banner .mySwiper .swiper-container {
	height: 100%
}
.banner .mySwiper .swiper-wrapper {
	height: 100vh
}
.banner .mySwiper .swiper-slide>div {
	background-size: cover
}
.about .container>div {
	width: 100%;
	float: none
}
.about {
	height: auto;
	padding-bottom: 25px
}
html {
	font-size: 8px !important
}
.about .container>div:last-child {
	height: 65vh;
	border-top: 1px solid #eee
}
.service-container {
	overflow-x: auto;
	height: 50vh;
	margin-top: 3.125rem
}
.service .container .mySwiper .swiper-slide>div>div {
	height: 50vh
}
.service {
	height: 75vh
}
.service .container {
	height: auto
}
.service .container ul {
	width: 80rem;
	position: relative;
	height: 50vh
}
.service .container ul li {
	width: 32%;
	height: 50vh;
	margin-right: 0
}
.service .container ul li:nth-of-type(2) {
	left: 34%
}
.service .container ul li>div {
	height: 50vh
}
.news .swiper .swiper-wrapper {
	margin-left: 1.875rem
}
.news .swiper-slide {
	width: 18rem;
	height: 26rem
}
.news .swiper-slide>p {
	height: 7vh;
	line-height: 7vh
}
.news .swiper-slide>p {
	font-size: 14px
}
.en-title svg {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	position: static;
	-webkit-transform-origin: center left;
	transform-origin: center left
}
.button span:last-child i {
	width: 20px;
	height: 20px;
	left: 12px;
	top: 12px
}
.service .container h2 {
	padding-top: 0
}
.button span:last-child {
	height:40px;
	width: 40px;
	margin-top: -24px;
	right:0px
}
.button span {
    font-size: 12px;
    font-weight: 500;
    font-family: en-medium;
}
.button {
    position: relative;
    height: 68px;
    width:90px;
    display: inline-block;
    background-color: #fff;
}
.button span:first-child {
    position: absolute;
    top: 48%;
    right:30px;
    z-index: 6566;
    width: 52px;
    color: #333;
    font-weight: 300;
    z-index: 1234;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project {
	margin-top: 80px;
	min-height: 0
}
.onshow .en-title .btns {
	position: absolute !important;
top:.5rem
}
.en-title .btns {
	margin-top: 10px
}
.en-title .btns span:first-child {
	margin-left: 0
}
.news .news_list {
	margin-top: 25px
}
.about .container>div:first-child {
	padding-top: 25px
}
.project .swiper-slide>a {
	width: 80vw
}
.news {
	padding-top: 50px
}
.project .swiper-slide>a img {
	height: auto;
	width: 80vw
}
.project .swiper-slide>a>div {
	position: static;
	border: 1px solid #eee;
	padding: 1.5rem;
	height: 22rem
}
.project .swiper-slide>a>div h3 {
	padding: 0;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold
}
.project .swiper-slide>a>div h3, .project .swiper-slide>a>div div {
	position: static;
	color: #666;
	background: none
}
.project .swiper-slide>a>div>div {
	height: auto;
	padding-left: 0;
	padding-top: 12px
}
.project .swiper-slide>a>div>div ul {
	float: none;
	width: 100%
}
.project .swiper-slide>a>div>div ul li {
	color: #999
}
.project .swiper-slide>a>div>div div {
	float: none;
	color: #666;
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
.about .container>div:first-child>div {
	width: 100%
}
}
/*# sourceMappingURL=index.css.map */
