@charset "utf-8";

@font-face {
	font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");font-weight:normal;font-style:normal;
}

body,html {
	height: 100%;
}

.wrapper {
	max-width: 1200px;
	margin: auto;
	position: relative
}

.scale img {
	min-height: 100%;
	min-width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

a:hover .scale img {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	z-index: -5px;
}

.white {
	color: #FFF;
}

.col-m-1 {
	width: 100%
}

.col-m-2 {
	width: 50%
}

.col-m-3 {
	width: 33.3%
}

.col-m-4 {
	width: 25%
}

.col-s-4 {
	width: 40%
}

.col-s-5 {
	width: 55%
}

.col-s-2 {
	width: 20%
}

.col-s-7 {
	width: 75%
}

.col-l-2 li {
	width: 49.9%;
}

.col-l-3 li {
	width: 33.2%
}

.col-l-4 li {
	width: 24.9%
}

.col-l-5 li {
	width: 19.9%
}

.row-p80 {
	padding-top: 40px;
}

.row-p120 {
	padding-top: 80px;
}

.row-p200 {
	padding-top: 200px;
}

.row-a80 {
	padding: 50px 0 20px;
}

.row-a30 {
	padding: 30px 0
}

.bg-1 {
	background: url(../images/bg_1.png) no-repeat right top;
}

.bg-2 {
	background: url(../images/bg_2.png) no-repeat left 30px;
}

.title {
	position: relative;
	padding-top: 29px;
	margin-bottom: 50px;
}

.title .t-en {
	font-size: 48px;
	font-family: "BEBAS";
}

.title .t-en:first-letter {
	color: #FFF;
}

.title .t-ch {
	font-size: 40px;
}

.title span {
	position: absolute;
	top: 0;
	left: 0;
	background: #aace39;
	width: 25px;
	height: 87px;
	z-index: -5;
}

.more-w {
	border: 1px solid #FFF;
	padding: 15px 40px;
	color: #FFF;
	font-family: "BEBAS";
	font-size: 16px;
	background: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.more-w:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #FFF;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more-w:hover {
	color: #000;
}

.more-w:hover:before {
	height: 100%;
}

.more-b {
	border: 1px solid #000;
	width: 150px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 16px;
	background: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.more-b:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #aace39;
	z-index: -1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.more-b:hover {
	color: #FFF;
	border: 1px solid #aace39;
}

.more-b:hover:before {
	height: 100%;
}

.header {
	position: relative;
	width: 100%;
	overflow: hidden
}

.p-header {
	position: relative;
	width: 100%;
	overflow: hidden
}

.p-header .p-nav {
	position: relative;
	margin-top: 90px;
}

.header-top {
	position: relative;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .logo {
	position: absolute;
	top: 15px;
	left: 10%;
	width: 500px;
	height: 60px;
	margin-left: -110px;
	background: url(../images/header_logo.png) no-repeat 0px -50px;
}

.header-top .nav {
	position: absolute;
	top: 36px;
	right: 5%;
	cursor: pointer;
	z-index: 15;
}

.header-top .nav span {
	width: 34px;
	background: #FFF;
	height: 2px;
	border-radius: 0.5px;
	margin-bottom: 6px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.header-top .nav:hover span:nth-child(2) {
	width: 20px;
}

.header-top .nav.cur span {
	margin-bottom: 2px;
	width: 34px;
	background: #000
}

.header-top .nav.cur span:nth-child(2) {
	width: 0px;
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.header-top .nav.cur span:nth-child(1) {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 8px
}

.header-top .nav.cur span:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -8px
}

.header-top .nav .text {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 50px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
}

.header-top .nav.cur .text {
	color: #000;
}

.header-top .tool {
	position: absolute;
	top: 35px;
	right: 10%;
	color: #FFF;
	font-size: 14px;
}

.header-top .tool a {
	color: #FFF;
}

.header-top .tool .wechat,.header-top .tool .mail,.header-top .tool .cn {
	float: left;
	line-height: 19px;
	margin-left: 10px;
	cursor: pointer;
	position: relative
}

.header-top .tool .wechat span {
	float: left;
	background: url(../images/header_toolp.png) no-repeat 0px -20px;
	background-size: cover;
	width: 22px;
	height: 20px;
	display: block;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .tool .wechat i {
	float: right;
	background: url(../images/header_tool.png) no-repeat -68px -20px;
	width: 7px;
	height: 20px;
	display: block;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .tool .cn span {
	float: left;
	background: url(../images/header_toolcn.png) no-repeat;
	background-size: cover;
	width: 22px;
	height: 20px;
	display: block;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .tool .mail span {
	float: left;
	background: url(../images/header_toole.png) no-repeat 0 -20px;
	background-size: cover;
	width: 22px;
	height: 20px;
	display: block;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .tool .cn span {
	float: left;
	background: url(../images/header_toolcn.png) no-repeat 0 -20px;
	background-size: cover;
	width: 22px;
	height: 20px;
	display: block;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-top .tool .wechat .wechat-img {
	background: url(../images/wechat.png) no-repeat 0 30px;
	width: 190px;
	height: 199px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
	display: none;
	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	-ms-transition: margin-top 0.5s;
	-o-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
}

.header-top .tool .wechat .location {
	margin-top: 30px;
}

.nav-holder {
	position: fixed;
	z-index: 10;
	background: #FFF;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: none;
}

.nav-holder .nav-list {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1300px;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.nav-holder .nav-list li {
	float: left;
	margin: 0 30px;
	padding-bottom: 10px;
}

.nav-holder .nav-list li a {
	display: block;
	margin-bottom: 35px;
	color: #000;
	font-size: 24px;
	position: relative
}

.nav-holder .nav-list li ul li {
	float: none;
	margin: 0;
	padding-bottom: 0;
}

.nav-holder .nav-list li ul li a {
	display: block;
	margin-bottom: 15px;
	color: #777;
	font-size: 16px;
}

.nav-holder .nav-list li a:hover {
	color: #000;
}

#canvas {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-holder .nav-list li span {
	width: 0px;
	height: 3px;
	position: absolute;
	background: #000;
	top: 40px;
	left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-holder .nav-list li:hover span {
	width: 35px;
}

.nav-load {
	margin-top: 50px;
}

.header-topbg,.p-header .header-top {
	background: #FFF;
}

.header-topbg .logo,.p-header .header-top .logo {
	background: url(../images/header_logo.png) no-repeat 0px 0px;
}

.header-topbg .nav span,.p-header .header-top .nav span {
	background: #000;
}

.header-topbg .nav .text,.p-header .header-top .nav .text {
	color: #000
}

.header-topbg .tool,.p-header .header-top .tool {
	color: #000;
}

.header-topbg .tool a,.p-header .header-top .tool a {
	color: #000;
}

.header-topbg .tool a:hover,.header-topbg .tool .wechat:hover,.p-header .header-top .tool a:hover,.p-header .header-top .tool .wechat:hover {
	color: #aace39;
}

.header-topbg .tool .wechat span,.p-header .header-top .tool .wechat span {
	background: url(../images/header_toolp.png) no-repeat 0px 0px;
	background-size: cover;
}

.header-topbg .tool .wechat i,.p-header .header-top .tool .wechat i {
	background: url(../images/header_tool.png) no-repeat -68px 0px;
}

.header-topbg .tool .mail span,.p-header .header-top .tool .mail span {
	background: url(../images/header_toole.png) no-repeat 0 0;
	background-size: cover;
}

.header-topbg .tool .cn span,.p-header .header-top .tool .cn span {
	background: url(../images/header_toolcn.png) no-repeat 0 0;
	background-size: cover;
}

.header-topbg .tool .wechat:hover span,.p-header .header-top .tool .wechat:hover span {
	background: url(../images/header_toolp.png) no-repeat 0px -40px;
	background-size: cover;
}

.header-topbg .tool .wechat:hover i,.p-header .header-top .tool .wechat:hover i {
	background: url(../images/header_tool.png) no-repeat -68px -40px;
}

.header-topbg .tool .mail:hover span,.p-header .header-top .tool .mail:hover span {
	background: url(../images/header_toole.png) no-repeat -0 -40px;
	background-size: cover;
}

.header-topbg .tool .cn:hover span,.p-header .header-top .tool .cn:hover span {
	background: url(../images/header_toolcn.png) no-repeat 0 -40px;
	background-size: cover;
}

.banner {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: auto;
	pointer-events: none;
	background: #CCC
}

.banner-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide--current {
	opacity: 1;
}

.slide__img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.slide__img-size1,.slide__img-size2,.slide__img-size3 {
	max-width: 800px;
	max-height: 1200px;
	min-width: 280px;
	min-height: 280px;
}

.slide__img-size1 {
	width: 40vw;
}

.slide__img-size2 {
	width: 60vw;
	height: 60vh;
}

.slide__img-size3 {
	width: 40vw;
	height: 40vw;
	max-width: 800px;
	max-height: 800px;
}

.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 90px;
	color: #FFF;
}

.cover .project {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.cover .project a {
	color: #FFF;
	width: 33.3%;
	float: left;
	height: 120px;
	position: relative;
}

.cover .project .project-frame {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	bottom: 0;
	width: 80%;
	padding: 10px 0 25px;
	margin: 0 10%;
}

.cover .project a:nth-child(1) span {
	float: left;
	background: url(../images/index_project_icon.png) no-repeat 0px 0px;
	width: 38px;
	height: 54px;
	display: block
}

.cover .project a:nth-child(2) span {
	float: left;
	background: url(../images/index_project_icon.png) no-repeat -39px 0px;
	width: 35px;
	height: 54px;
	display: block
}

.cover .project a:hover {
	background: -webkit-linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
 /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
 /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
 /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.8));
 /* 标准的语法（必须放在最后） */
	;
}

.cover .project a:nth-child(3) span {
	float: left;
	background: url(../images/index_project_icon.png) no-repeat -74px 0px;
	width: 31px;
	height: 54px;
	display: block
}

.cover .project .project-frame .text {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
}

.cover .project .project-frame .text h1 {
	font-size: 18px;
	line-height: 180%
}

.cover .project .project-frame .text p {
	font-size: 12px;
	font-family: "BEBAS";
}

.cover .project a:hover .project-frame {
	margin-bottom: 12px;
	padding: 29px 0 25px;
}

.cover .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover .line span {
	float: left;
	width: 33.3%;
	border-right: 1px solid rgba(255,255,255,0.2);
	height: 100%;
}

.about {
	height: 950px;
	overflow: hidden
}

.about-img {
	max-height: 700px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about-title-mark {
	font-family: "BEBAS";
	font-size: 150px;
	color: #DDD;
	position: absolute;
	top: 90px;
	left: -30px;
}

.about-leaf-up {
	position: absolute;
	top: 150px;
	right: -30px;
	z-index: 2;
	background: url(../images/index_about_leaf_up.png) no-repeat;
	background-size: cover;
	width: 301px;
	height: 162px;
}

.about-leaf-down {
	position: absolute;
	bottom: 0px;
	left: 50px;
	z-index: 2;
	background: url(../images/index_about_leaf_down.png) no-repeat;
	background-size: cover;
	width: 106px;
	height: 105px;
}

.about-frame {
	z-index: 2;
	width: 80%;
	position: absolute;
	top: 88%;
	left: 50%;
	margin-left: -40%;
	padding: 5%;
	background: #FFF;
	text-align: center;
	line-height: 180%;
}

.about-text {
	text-align: left;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.about-num {
	margin: auto;
	padding-top: 20px;
	text-align: center
}

.about-num .counter {
	font-size: 40px;
	font-family: "BEBAS";
	line-height: 150%;
	display: block;
}

.video-button {
	position: absolute;
	top: 33%;
	left: 50%;
	margin-left: -48px;
	background: url(../images/video_button.png) no-repeat;
	width: 96px;
	height: 96px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.about-img a:hover .video-button {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.industry .swiper-container-4 {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow: hidden
}

.industry .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.industry .swiper-slide:nth-child(odd) {
	margin-top: 100px
}

.industry .swiper-slide .img {
	height: 100%;
	display: block;
	max-width: none;
	-moz-transform: translate(-25%,0);
	-ms-transform: translate(-25%,0);
	-webkit-transform: translate(-25%,0);
	transform: translate(-25%,0);
}

.industry .swiper-pagination-bullets {
	bottom: 0;
	position: absolute;
	z-index: 1
}

.industry .swiper-button-next {
	right: -70px;
	top: 600px;
	z-index: 1
}

.industry .swiper-button-prev {
	left: -70px;
	top: 600px;
	z-index: 1
}

.industry .swiper-pagination-bullet-active {
	background: #000;
}

.industry h1,.industry p {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 0 8%;
	color: #FFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.industry h1 {
	bottom: 5%;
	font-size: 18px;
}

.industry p {
	top: 155%;
	font-size: 14px;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.industry .swiper-slide a:hover h1 {
	bottom: 25%;
	
}

.industry .swiper-slide a:hover p {
	top: 80%;
}

.industry .industry-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 100px;
	left: 0;
	background: url(../images/industry_bg.png) repeat-x bottom;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.industry .swiper-slide a:hover .industry-bg {
	top: 0;
}

.industry .industry-button {
	background: url(../images/industry_button.png) no-repeat;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -42px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.industry .swiper-slide a:hover .industry-button {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.culture {
	z-index: 1;

	padding-top:10px;
	background: url(../images/index_culture_img.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin-top: 20px;
	margin-bottom:40px;
	position: relative;
	overflow: hidden
}

.culture-frame {
	padding-top: 150px;
	text-align: center;
	color: #FFF;
	z-index: 2;
	position: absolute;
	width: 100%;
}

.culture-frame h1 {
	font-size: 48px;
	font-family: "BEBAS";
	line-height: 150%
}

.culture-frame h2 {
	font-size: 40px;
	margin-bottom: 50px
}

#culture-canvas {
	position: relative;
	height: 100%;
	width: 100%;
}

.desc .slide-content h1 {
	font-size: 18px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.desc .slide-content p {
	font-size: 14px;
	color: #777;
	margin-bottom: 50px;
	line-height: 180%;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.desc .date {
	background: #aace39;
	display: block;
	width: 180px;
	padding: 15px 0;
	margin-bottom: 30px;
	color: #FFF;
	font-family: "BEBAS";
	font-size: 28px;
	text-align: center
}

.desc .date span {
	font-size: 58px;
	display: block
}

.footer {
	background: #f6f6f6 url(../images/shadow_bg.png) center top repeat-x;
}

.footer .footer-logo {
	position: relative;
	width: 206px;
	height: 50px;
	background: url(../images/header_logo.png) no-repeat 0px -100px;
}

.footer .footer-contact {
	position: relative;
	margin-top: 50px;
}

.footer .footer-contact p {
	line-height: 230%;
	color: #777;
}

.footer .footer-contact p:nth-child(1) span {
	background: url(../images/footer_icon.png) no-repeat 0px 0px;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

.footer .footer-contact p:nth-child(2) span {
	background: url(../images/footer_icon.png) no-repeat -18px 0px;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

.footer-nav li {
	float: left;
	margin-left: 40px;
	padding-bottom: 10px;
}

.footer-nav li:first-child {
	margin-left: 0;
}

.footer-nav li a {
	display: block;
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	position: relative
}

.footer-nav li ul li {
	float: none;
	margin: 0;
	padding-bottom: 0;
}

.footer-nav li ul li a {
	font-weight: normal;
	display: block;
	margin-bottom: 8px;
	color: #777;
	font-size: 14px;
}

.footer-nav li a:hover {
	color: #000;
}

.footer-nav li span {
	width: 0px;
	height: 1px;
	position: absolute;
	background: #000;
	top: 35px;
	left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-nav li:hover span {
	width: 25px;
}

.footer .copy {
	background: #333;
	color: #fff;
}

.footer .copy a {
	color: #fff;
	line-height: 30px;
}

.footer .copy a:hover {
	color: #777;
}

.p-title {
	position: relative;
	margin-bottom: 50px;
}

.p-title .t-en {
	font-size: 48px;
	font-family: "BEBAS";
}

.p-title .t-ch {
	font-size: 40px;
}

.p-banner {
	position: relative;
	width: 100%;
	height: 750px;
	animation: p-banner 3s ease 0s forwards;
	-webkit-animation: p-banner 3s ease 0s forwards;
	-moz-animation: p-banner 3s ease 0s forwards;
	-o-animation: p-banner 3s ease 0s forwards;
	-ms-animation: p-banner 3s ease 0s forwards;
}

@keyframes  p-banner {
	0% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes  p-banner {
	0% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes  p-banner {
	0% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-o-keyframes  p-banner {
	0% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@-ms-keyframes  p-banner {
	0% {
		-webkit-transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

.p-cover {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #FFF;
	width: 100%;
	margin-top: -150px;
	text-align: center;
	overflow: hidden;
}

.p-cover h1 {
	font-size: 90px;
	font-family: "BEBAS";
}

.p-cover h2 {
	font-size: 48px;
	letter-spacing: 5px;
}

.p-scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	text-transform: uppercase;
	z-index: 5;
	font-size: 12px;
	letter-spacing: .1em;
	transform: rotate(-90deg);
	transform-origin: left;
	color: #fff;
	border-bottom: 1px solid #FFF;
	width: 130px;
	text-align: right;
	padding-bottom: 3px;
	font-family: "BEBAS";
}

.p-nav {
	width: 100%;
	height: 70px;
	z-index: 5;
	bottom: 0;
	background: url(../images/p_nav_bg.png) repeat-x #EEE;
	overflow: hidden;
	position: absolute;
}

.p-nav li {
	float: left;
	font-size: 16px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 25px 0;
	border-right: 1px solid #CCC;
}

.p-nav li:nth-last-child(1) {
	border-right: none;
}

.p-nav li a {
	color: #000;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.p-nav li a:hover,.p-nav li .on {
	color: #aace39;
	font-weight: bold;
}

.p-news ul {
	width: 100%;
	overflow: hidden;
}

.p-news li {
	float: left;
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 4%;
	box-sizing: border-box;
}

.p-news li a {
	padding: 40px 25px;
	color: #000;
	display: block;
	background: #F7F7F7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.p-news li .date {
	font-size: 14px;
	font-family: "BEBAS";
	margin-bottom: 30px;
}

.p-news li h1 {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 64px;
}

.p-news li .img {
	height: 182px;
	width: 100%;
	overflow: hidden;
}

.p-news li p {
	font-size: 14px;
	color: #777;
	line-height: 190%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin: 26px 0;
	height: 156px;
}

.p-news li span {
	background: url(../images/arrow.png) no-repeat -24px 40px;
	width: 24px;
	height: 8px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 40px;
}

.p-news li a:hover {
	background: #aace39;
}

.p-news li a:hover .date,.p-news li a:hover h1,.p-news li a:hover p {
	color: #FFF;
}

.p-news li a:hover span {
	background: url(../images/arrow.png) no-repeat 0px 40px;
	height: 8px;
	display: block;
}

.p-pagination {
	text-align: center;
	margin-bottom: 40px;
}

.p-pagination a {
	padding: 12px 17px;
	background: #EEE;
	color: #000;
	margin: 0 2px
}

.p-pagination a:hover,.p-pagination .on {
	background: #aace39;
	color: #FFF;
}

.p-view {
	width: 100%;
	overflow: hidden;
}

.p-view .p-content {
	width: 87%;
}

.p-industry {
	width: 100%;
	overflow: hidden;
	margin-top: 90px;
}

.p-industry .p-content {
	width: 100%;
}

.p-date {
	background: #aace39;
	display: block;
	width: 110px;
	padding: 5px 0;
	margin-bottom: 30px;
	color: #FFF;
	font-family: "BEBAS";
	font-size: 18px;
	text-align: center;
}

.p-date span {
	font-size: 58px;
	display: block
}

.p-content h1 {
	font-size: 34px;
	line-height: 45px
}

.p-content h2 {
	font-size: 14px;
	color: #777;
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
}

.p-content p,.p-content {
	font-size: 16px;
	line-height: 180%;
	color: #333
}

.p-content:after {
	content: '\20';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.p-content {
	display: block;
	zoom: 1;
}

.p-other {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #DDD;
	position: relative
}

.p-other p {
	line-height: 190%;
	font-size: 16px;
}

.p-other p a {
	color: #333
}

.p-other p a:hover {
	color: #aace39
}

.p-other .p-back {
	position: absolute;
	top: 30px;
	right: 0;
}

.p-industry-bg {
	background: url(../images/p_industry_bg.png) no-repeat top center;
	height: 286px;
	color: #FFF;
	position: relative
}

.p-industry-bg h1 {
	font-size: 48px;
	position: absolute;
	top: 120px;
}

.p-industry-bg h2 {
	font-size: 24px;
	font-family: "BEBAS";
	position: absolute;
	top: 185px;
}

.p-industry-bg span {
	font-size: 140px;
	font-family: "BEBAS";
	display: block;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: -10px;
}

.p-industry-bg .bg {
	width: 417px;
	height: 524px;
	position: absolute;
	top: 200px;
	right: 0;
}

.p-project ul {
	width: 100%;
	overflow: hidden;
}

.p-project li {
	float: left;
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 4%;
	box-sizing: border-box;
	position: relative
}

.p-project li a {
	color: #000;
	display: block;
	background: #F7F7F7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.p-project li .img {
	height: 215px;
	width: 100%;
	overflow: hidden;
}

.p-project li h1 {
	font-size: 18px;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 25px 0;
}

.p-project li p {
	font-size: 14px;
	color: #777;
	line-height: 190%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
	padding: 5px 25px 15px;
}

.p-project li span {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 215px;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.p-project li span:after {
	content: '.';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
	display: block;
	width: 35px;
	height: 35px;
	font-size: 0px;
	background: url(../images/p_project.png) no-repeat 50% 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.p-project li a:hover {
	background: #aace39;
}

.p-project li a:hover .date,.p-project li a:hover h1,.p-project li a:hover p {
	color: #FFF;
}

.p-project li a:hover span {
	opacity: 1;
}

.p-project li a:hover span:after {
	top: 50%;
}

.p-list ul {
	width: 100%;
	overflow: hidden;
}

.p-list li {
	margin-bottom: 4%;
	box-sizing: border-box;
	position: relative
}

.p-list li a {
	padding: 40px 110px 40px 25px;
	color: #000;
	display: block;
	background: #F7F7F7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.p-list li .date {
	font-size: 26px;
	font-family: "BEBAS";
	margin-bottom: 30px;
	position: absolute;
	top: 40px;
	right: 25px;
	color: #333
}

.p-list li .date span {
	font-size: 14px;
	font-family: "BEBAS";
	display: block;
	text-align: right;
	margin-top: 5px;
	color: #999
}

.p-list li h1 {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 32px;
}

.p-list li h2 {
	font-size: 14px;
	color: #777;
	line-height: 180%;
}

.p-list li p {
	font-size: 14px;
	color: #777;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 5px;
}

.p-list li a:hover {
	background: #aace39;
}

.p-list li a:hover .date,.p-list li a:hover .date span,.p-list li a:hover h1,.p-list li a:hover h2,.p-list li a:hover p {
	color: #FFF;
}

.p-newspaper ul {
	width: 100%;
	overflow: hidden;
}

.p-newspaper li {
	float: left;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 3%;
	box-sizing: border-box;
	position: relative
}

.p-newspaper li a {
	padding: 15px 15px;
	display: block;
	background: #F7F7F7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.p-newspaper li h1 {
	font-size: 14px;
	position: absolute;
	top: 6px;
	right: -22px;
	background: url(../images/p_newspaper.png) no-repeat;
	color: #FFF;
	z-index: 5;
	-webkit-transform: rotate(45deg);
	width: 113px;
	height: 57px;
	padding-top: 34px;
	text-align: center;
	box-sizing: border-box;
}

.p-newspaper li .img {
	max-height: 359px;
	overflow: hidden;
}

.p-about-1 {
	position: relative;
}

.p-about-1 .p-about-1-left {
	width: 50%;
	font-size: 16px;
	line-height: 180%;
	color: #333;
}

.p-about-1 .p-about-1-left .frame {
	width: 100%;
	overflow: auto;
	height: 470px;
	position: relative;
}

.p-about-1 .p-about-1-right {
	width: 46%;
	position: absolute;
	top: 80px;
	right: 0;
}

.p-about-1 .p-about-1-right img {
	display: block;
}

.p-about-2 {
	height: 560px;
	background: url(../images/p_about_2.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.p-about-2 .frame {
	width: 880px;
	overflow: hidden;
}

.p-about-2 .frame .option {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 16px;
	margin-bottom: 30px
}

.p-about-2 .frame .option span {
	display: block;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.p-about-2 .frame .option span.on,.p-about-2 .frame .option span:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.p-about-2 .content {
	font-size: 14px;
	line-height: 150%;
}

.p-about-3 {
	background: url(../images/p_about_3.png) no-repeat top right;
	position: relative
}

.p-about-4 {
	height: 620px;
	background: url(../images/p_about_4.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.p-about-4 .frame {
	width: 80%;
	position: absolute;
	top: 85px;
	left: 20%;
	overflow: auto;
}

.p-about-4 .content {
	width: 100%;
}

.p-about-4 .content li {
	float: left;
}

.p-about-4 .history-title {
	font-size: 34px;
	margin-bottom: 20px
}

.p-about-4 .history-title span {
	font-size: 18px;
	display: block;
	margin-left: 60px;
	margin-top: 10px;
}

.p-about-4 .history-content {
	float: left;
	position: relative;
	margin-right: 50px;
}

.p-about-4 .history-content li {
	float: none;
	margin: 20px 0 0 0;
	position: relative;
	padding-left: 30px
}

.p-about-4 .history-content li h1 {
	font-size: 20px;
}

.p-about-4 .history-content li p {
	max-width: 300px
}

.p-about-4 .history-content li:after {
	content: '.';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 9px;
	background: #FFF;
	height: 9px;
	border-radius: 50%;
	font-size: 0;
}

.p-about-4 .history-content:after {
	content: '.';
	position: absolute;
	top: 0px;
	left: 4px;
	display: block;
	width: 1px;
	background: #FFF;
	height: 100%;
	font-size: 0;
	opacity: 0.3;
}

.p-about-5 {
	position: relative
}

.p-about-5 .frame {
	width: 45%;
	background: url(../images/p_about_5_bg.jpg) no-repeat bottom right #aace39;
	padding: 5% 5% 10%;
	color: #FFF;
}

.p-about-5 .frame .p-title {
	position: relative;
	color: #FFF;
}

.p-about-5 .frame .content {
	line-height: 180%;
}

.p-about-5 .img {
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 2
}

.p-culture-1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px
}

.p-culture-1 li {
	float: left;
	width: 30.6%;
	margin-right: 4%;
	margin-bottom: 4%;
	box-sizing: border-box;
	background: #EEE;
	padding: 30px;
	text-align: center;
}

.p-culture-1 li span {
	width: 62px;
	height: 62px;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

.p-culture-1 li:nth-child(1) span {
	background: url(../images/p_culture_1_content.png) no-repeat 0px 0px;
}

.p-culture-1 li:nth-child(2) span {
	background: url(../images/p_culture_1_content.png) no-repeat -62px 0px;
}

.p-culture-1 li:nth-child(3) span {
	background: url(../images/p_culture_1_content.png) no-repeat -124px 0px;
}

.p-culture-1 li:nth-child(4) span {
	background: url(../images/p_culture_1_content.png) no-repeat 0px -62px;
}

.p-culture-1 li:nth-child(5) span {
	background: url(../images/p_culture_1_content.png) no-repeat -62px -62px;
}

.p-culture-1 li:nth-child(6) span {
	background: url(../images/p_culture_1_content.png) no-repeat -124px -62px;
}

.p-culture-1 li h1 {
	font-size: 18px;
}

.p-culture-1 li p {
	font-size: 16px;
	color: #777;
	margin-top: 10px;
}

.p-culture-2 {
	height: 620px;
	background: url(../images/p_culture_2.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.p-culture-2 ul {
	width: 100%;
	overflow: auto;
}

.p-culture-2 li {
	float: left;
	margin-right: 10px;
	position: relative
}

.p-culture-2 li .img {
	width: 230px;
	height: 127px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

.p-culture-2 li:nth-child(3n-1) a {
	position: absolute;
	top: 137px;
	left: -240px;
}

.p-culture-2 li:nth-child(3n) {
	float: left;
	width: 477px;
}

.p-culture-2 li:nth-child(3n) .img {
	width: 477px;
	height: 264px;
}

.p-culture-2 li .img span {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.p-culture-2 li a:hover .img span {
	bottom: 0px;
}

.p-culture-3 .p-newspaper {
	text-align: center
}

.p-culture-3 .p-newspaper ul {
	margin-bottom: 50px
}

.p-culture-4 {
	height: 510px;
	background: url(../images/p_culture_4.jpg) no-repeat 50% 50%;
	background-size: cover;
	overflow: hidden
}

.p-culture-4 .frame {
	padding-top: 150px;
	text-align: center;
	color: #FFF;
	z-index: 2;
	position: absolute;
	width: 100%;
}

.p-culture-4 .frame h1 {
	font-size: 48px;
	font-family: "BEBAS";
	line-height: 150%
}

.p-culture-4 .frame h2 {
	font-size: 40px;
	margin-bottom: 50px
}

.p-contact-1 ul {
	width: 60%;
	overflow: hidden
}

.p-contact-1 .ps {
	width: 60%;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 30px;
	padding-right: 8%;
}

.p-contact-1 ul li {
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	width: 42%;
	margin-right: 8%;
}

.p-contact-1 ul li h1 {
	font-size: 16px;
}

.p-contact-1 ul li p {
	font-size: 14px;
	color: #777;
	margin-top: 10px;
}

.p-contact-1 .p-contact-img {
	width: 35%;
	position: absolute;
	top: 80px;
	right: 0;
}

.p-contact-1 .p-contact-img img {
	width: 100%;
}

.p-contact-2 {
	overflow: hidden;
	position: relative;
}

.p-contact-2 #map-container {
	width: 100%;
	height: 600px;
}

.p-contact-2 img {
	max-width: none;
}

.p-contact-2 .map-title {
	font-size: 16px;
	font-weight: bold;
	color: #ff9000;
}

.p-contact-2 .map-content {
	font-size: 14px;
	color: #000;
	margin-top: 6px;
}

.p-contact-2 .map-list {
	position: absolute;
	top: 35px;
	right: 50%;
	margin-right: -600px;
	background: #aace39;
	padding: 30px 30px 10px;
	font-size: 16px
}

.p-contact-2 .map-list li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.p-contact-2 .map-list li.active a {
	color: #ff9000;
}

.p-contact-2 .map-list li a {
	color: #FFF;
	padding: 15px 0;
	display: block
}

.p-contact-2 .map-list .p-title {
	position: relative;
	margin-bottom: 20px;
	color: #FFF
}

.rw-wrapper {
	position: absolute;
	width: 70%;
	margin-left: 15%;
	top: 50%;
	margin-top: -150px;
	color: #FFF;
	text-transform: uppercase;
}

.rw-words {
	width: 100%;
	height: 70px;
	line-height: 70px;
}

.rw-words span {
	position: absolute;
	width: 100%;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.rw-words-1 span {
	font-size: 36px;
	font-family: "BEBAS";
	-webkit-animation: rotateWordsFirst 21s linear infinite 0s;
	-moz-animation: rotateWordsFirst 21s linear infinite 0s;
	-o-animation: rotateWordsFirst 21s linear infinite 0s;
	-ms-animation: rotateWordsFirst 21s linear infinite 0s;
	animation: rotateWordsFirst 21s linear infinite 0s;
}

.rw-words-2 span {
	font-size: 48px;
	letter-spacing: 5px;
	-webkit-animation: rotateWordsSecond 21s ease-in infinite 0s;
	-moz-animation: rotateWordsSecond 21s ease-in infinite 0s;
	-o-animation: rotateWordsSecond 21s ease-in infinite 0s;
	-ms-animation: rotateWordsSecond 21s ease-in infinite 0s;
	animation: rotateWordsSecond 21s ease-in infinite 0s;
}

.rw-words span:nth-child(2) {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	animation-delay: 7s;
}

.rw-words span:nth-child(3) {
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s;
	-o-animation-delay: 14s;
	-ms-animation-delay: 14s;
	animation-delay: 14s;
}

@-webkit-keyframes rotateWordsFirst {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes rotateWordsFirst {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes rotateWordsFirst {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes rotateWordsFirst {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes rotateWordsFirst {
	0% {
		opacity: 0;
		transform: translateX(-200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes rotateWordsSecond {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes rotateWordsSecond {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes rotateWordsSecond {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes rotateWordsSecond {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes rotateWordsSecond {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}

	8% {
		opacity: 1;
		transform: translateX(0px);
	}

	22% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.mask {
	position: fixed;
	z-index: 10;
	opacity: 0;
	z-index: -1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mask a {
	display: inline-block;
	width: 30px;
	background: #FFF;
	height: 3px;
	border-radius: 1.5px;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
}

.mask a:after {
	content: '/';
	display: block;
	width: 30px;
	background: #FFF;
	height: 3px;
	border-radius: 1.5px;
	-webkit-transform: rotate(-90deg);
}

.mask .close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 15;
	cursor: pointer
}

.mask .video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -270px 0 0 -480px;
	z-index: 10;
}



.mask1 {
	position: fixed;
	z-index: 10;
	opacity: 0;
	z-index: -1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mask1 a {
	display: inline-block;
	width: 30px;
	background: #FFF;
	height: 3px;
	border-radius: 1.5px;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
}

.mask1 a:after {
	content: '/';
	display: block;
	width: 30px;
	background: #FFF;
	height: 3px;
	border-radius: 1.5px;
	-webkit-transform: rotate(-90deg);
}

.mask1 .close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 15;
	cursor: pointer
}

.mask1 .video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 540px;
	margin: -270px 0 0 -480px;
	z-index: 10;
}




#pictureViewer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.9);
	z-index: 10000;
}

#pictureViewer > .content {
	background-color: #fff;
	position: absolute;
	width: 700px;
	height: 700px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#pictureViewer .menu-bar {
	width: 100%;
}

#pictureViewer .menu-bar .handel {
	width: 40px;
	height: 40px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
	background-color: #aace39;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
	background-image: url(../images/maximization_black.png);
	background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
	background-image: url(../images/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
	background-size: 16px;
	background-image: url(../images/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
	background-image: url(../images/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
	background-image: url(../images/close_black.png);
	background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
	background-image: url(../images/close_white.png);
}

#pictureViewer .handel-prev,#pictureViewer .handel-next {
	display: inline-block;
	width: 50px;
	height: 70px;
	position: relative;
	top: calc(50% - 80px);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50%;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#pictureViewer .handel-prev {
	background-image: url(../images/prev_blank.png);
}

#pictureViewer .handel-next {
	background-image: url(../images/next_blank.png);
}

#pictureViewer .handel-prev:hover,#pictureViewer .handel-next:hover {
	background-color: #aace39;
}

#pictureViewer .handel-prev:hover {
	background-image: url(../images/prev_white.png);
}

#pictureViewer .handel-next:hover {
	background-image: url(../images/next_white.png);
}

#pictureViewer .picture-content {
	display: inline-block;
	width: 80%;
	height: calc(100% - 80px);
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#pictureViewer .picture-content .item {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#pictureViewer .counter {
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 11px;
	font-family: "BEBAS";
}

#pictureViewer .hide {
	display: none;
}

#pictureViewer .left {
	float: left;
}

#pictureViewer .right {
	float: right;
}

#pictureViewer .clear-flex {
	clear: both;
}

#pictureViewer img {
	max-width: 100%;
	max-height: 100%;
}

.p-project-1 {
	position: relative;
	height: 710px;
	overflow: hidden
}

.p-project-1 .text {
	width: 45%;
	font-size: 16px;
	line-height: 180%;
	color: #333;
	margin-bottom: 50px
}

.p-project-1 .img-1 {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 47%
}

.p-project-1 .img-2 {
	position: absolute;
	top: 400px;
	right: 40px;
	width: 72%
}

.p-project-2 {
	position: relative;
	height: 990px;
	overflow: hidden
}

.p-project-2 .text {
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	color: #333;
	margin-bottom: 50px;
	position: absolute;
	top: 800px;
	left: 0;
}

.p-project-2 a {
	position: absolute;
	top: 920px;
	left: 50%;
	margin-left: -77px
}

.p-project-2 .img-1 {
	position: absolute;
	top: 280px;
	left: 0%;
	width: 25%;
}

.p-project-2 .img-2 {
	position: absolute;
	top: 350px;
	left: 25%;
	width: 25%;
}

.p-project-2 .img-3 {
	position: absolute;
	top: 210px;
	left: 50%;
	width: 25%;
}

.p-project-2 .img-4 {
	position: absolute;
	top: 300px;
	left: 75%;
	width: 25%;
}

.p-project-3 {
	position: relative;
	height: 900px;
	overflow: hidden
}

.p-project-3 .text {
	width: 50%;
	font-size: 16px;
	line-height: 180%;
	color: #333;
	margin-bottom: 50px;
	position: absolute;
	top: 245px;
	right: 0;
}

.p-project-3 a {
	position: absolute;
	top: 410px;
	right: 0;
}

.p-project-3 .img-1 {
	position: absolute;
	top: 245px;
	left: 0%;
	width: 44%;
}

.p-project-3 .img-2 {
	position: absolute;
	top: 410px;
	left: 38%;
	width: 44%;
}

@media screen and (max-width:1400px) {
	.nav-holder .nav-list {
		width: 90%;
	}
}

.culture .swiper-slide:nth-child(odd) {
	margin: 0;
}

.more {
	width: 150px;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin: 60px auto 800px;
}

.more:hover {
	background-color: #aace39;
	border: 1px solid #aace39;
	transition: all 0.3s linear;
}

.tab {
	float: right;
	overflow: hidden;
	margin-top: 65px;
	margin-bottom: 30px;
}

.tab a {
	padding: 15px 25px;
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
}

.tab a:hover {
	background-color: #aace39;
	transition: all 0.3s linear;
}

.tab .on {
	background-color: #aace39;
	transition: all 0.3s linear;
}

.industry .title {
	max-width: 1200px;
	margin: 0 auto 60px;
}

.jiejue {
	max-width: 80%;
}

.foottel {
	color: #aace3a;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	margin: 0 0 5px 0 !important;
	letter-spacing: -1px;
	background-image: -webkit-linear-gradient( 132deg, rgb(134, 76, 82) 0%, rgb(206, 218, 0) 0%, rgb(136, 193, 33) 55%, rgb(0, 165, 225) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
