﻿@font-face {
	font-family: 'goaslab';
	src: url(../fonts/goaslab-light.woff2) format("woff2"), url(../fonts/goaslab-light.woff) format("woff");
	font-weight: normal;
}
@font-face {
	font-family: 'goaslab';
	src: url(../fonts/goaslab-regular.woff2) format("woff2"), url(../fonts/goaslab-regular.woff) format("woff");
	font-weight: bold;
}
@font-face {
	font-family: 'GOA-Icons';
	src: url("../fonts/goa-icons.ttf") format("truetype"), url("../fonts/goa-icons.woff") format("woff"), url("../fonts/goa-icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@keyframes burgeTopDown {
 0% {
 top: 0;
 transform: rotate(0);
}
 100% {
 top: 4px;
 transform: rotate(45deg);
}
}
@keyframes burgeTopUp {
 0% {
 top: 4px;
 transform: rotate(45deg);
}
 100% {
 top: 0;
 transform: rotate(0);
}
}
@keyframes burgeBottomDown {
 0% {
 top: 10px;
 transform: rotate(0);
}
 100% {
 top: -4px;
 transform: rotate(-45deg);
}
}
@keyframes burgeBottomUp {
 0% {
 top: -4px;
 transform: rotate(-45deg);
}
 100% {
 top: 10px;
 transform: rotate(0);
}
}
@keyframes fadeInLeft {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fadeOutLeft {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
@keyframes shadowShow {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
 display: block;
}
}
@keyframes shadowHide {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 display: none;
}
}
@keyframes slideInRight {
 0% {
 right: -300px;
}
 100% {
 right: 40px;
}
}
@keyframes slideOutRight {
 0% {
 right: 40px;
}
 100% {
 right: -300px;
}
}
@keyframes slideInRightResp {
 0% {
 right: -300px;
}
 100% {
 right: 5px;
}
}
@keyframes slideOutRightResp {
 0% {
 right: 5px;
}
 100% {
 right: -300px;
}
}
@keyframes pfilterInRight {
 0% {
 right: -320px;
}
 100% {
 right: 0;
}
}
@keyframes pfilterOutRight {
 0% {
 right: 0;
}
 100% {
 right: -320px;
}
}
@keyframes searchOpen {
 0% {
 width: 0;
 opacity: 0;
}
 100% {
 width: 320px;
 opacity: 1;
}
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.clearfix:after {
	content: " ";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}
p {
	margin: 0;
	padding: 0;
}
a, a:hover, a:visited {

	text-decoration: none;
}
.slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-color: #333;
}
.slide.lazyload {
	opacity: 0;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
}
.slide.lazyload.loaded {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'GOA-Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow_a_up:before {
	content: "\e900";
}
.icon-arrow_right:before {
	content: "\e902";
}
.icon-arrow_a_down:before {
	content: "\e903";
}
.icon-arrow_a_left:before {
	content: "\e904";
}
.icon-arrow_b_up:before {
	content: "\e905";
}
.icon-arrow_b_right:before {
	content: "\e906";
}
.icon-arrow_b_down:before {
	content: "\e907";
}
.icon-arrow_b_left:before {
	content: "\e908";
}
.icon-blank:before {
	content: "\e901";
}
.icon-email:before {
	content: "\e909";
}
.icon-call:before {
	content: "\e90a";
}
.icon-play:before {
	content: "\e90b";
}
.icon-info:before {
	content: "\e90c";
}
.icon-error:before {
	content: "\e90d";
}
.icon-lang:before {
	content: "\e90e";
}
.icon-more:before {
	content: "\e90f";
}
.icon-less:before {
	content: "\e910";
}
.icon-menu:before {
	content: "\e911";
}
.icon-close:before {
	content: "\e912";
}
.icon-search:before {
	content: "\e913";
}
.icon-zoom_in:before {
	content: "\e914";
}
.icon-zoom_out:before {
	content: "\e915";
}
.icon-filter:before {
	content: "\e916";
}
.icon-fullscreen:before {
	content: "\e917";
}
.icon-qr:before {
	content: "\e918";
}
body {
	color: #000;
	font-family: "goaslab", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "SimHei", sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-feature-settings: "ss01";
}
body.zh .zh {
	letter-spacing: 0.075em;
}
body.zh .en {
	display: none;
}
body.en .zh {
	display: none;
}
body.en .en {
	letter-spacing: 0.025em;
}
body.en .wrapper .projects .item .info .en-t {
	font-size: 2vw;
	max-width: 100%;
}
body.en .wrapper .projects.col3 .item .info .en-t {
	font-size: 2vw;
}
body.en .wrapper .projects-f-w .item .info .en-t {
	font-size: 2vw;
	max-width: 100%;
}
body.en .wrapper .principal-l-w .item .info .en-t {
	font-size: 1.75vw;
	line-height: 1.14;
}
body.en .wrapper .principal-l-w .item .info .en-t br {
	display: inline-block;
}
body.en .wrapper .principal-w .ppw .cover .info .pname .en-t {
	font-size: 4.5vw;
	line-height: 1.11;
}
body.en .wrapper .principal-w .ppw .cover .info .pname .en-t br {
	display: inline-block;
}
.en-t, .wrapper .index-w .index-slides .shdw-cover .s-words, .wrapper .menu .menu-f, .wrapper .project-w .m-cover .info .prj-name, .wrapper .pfilter .ftt, .wrapper .story-w .m-cover .info .tt, .wrapper .principal-w .ppw .cover .info .pname .en, .wrapper .recommend .rtt, .wrapper .w404 .tt404, .wrapper .events-w .news-f .info, .wrapper .news-w .m-cover .info {
	font-feature-settings: normal;
}
.plyr__control--overlaid {
	background-color: rgba(255, 255, 255, 0.6) !important;
}
.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.font-en {
	font-family: "goaslab", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "SimHei", sans-serif;
}
.hide {
	display: none !important;
}
.no-scroll {
	overflow: hidden;
}
img {
	vertical-align: middle;
}
img.lazyload {
	opacity: 0;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out 0.2s;
}
img.lazyload.loaded {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.flash-move {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(100px);
	transition: all .8s;
}
.flash-move.move-on {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .7s;
}
.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #2D2D2D;
	opacity: 0;
	display: none;
}
.shadow.open {
	display: block;
	-webkit-animation-name: shadowShow;
	animation-name: shadowShow;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.shadow.close {
	display: block;
	-webkit-animation-name: shadowHide;
	animation-name: shadowHide;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.shadow.qr-shadow {
	z-index: 18;
}
.shadow.qr-shadow .close {
	position: absolute;
	left: 2.7em;
	top: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.shadow.qr-shadow .shadow-w {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shadow.qr-shadow .shadow-w .qr-w {
	width: 10vw;
	height: 10vw;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shadow.qr-shadow .shadow-w .qr-w img {
	width: 95%;
}
.loading-w {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #fff;
}
.loading-w .loading_inner {
	position: absolute;
	width: 100%;
	bottom: 2.03rem;
	right: calc((100vw / 12) + 0.2vw);
}
.loading-w .loading_inner svg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto !important;
	height: 10.9vw !important;
}
.selector-i {
	display: none;
	position: absolute;
	width: 100%;
	top: 42px;
	left: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 10px 18px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.selector-i .option {
	height: 32px;
	padding-right: 22px;
	color: #000;
	line-height: 32px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
	cursor: pointer;
	user-select: none;
}
.selector-i .option:last-child {
	border-bottom: none;
}
.selector-i .option:hover, .selector-i .option.active {
	background-color: #ddd;
	color: #000 !important;
}
.display-pc {
	display: block;
}
.display-pc-inline {
	display: inline-block;
}
.not-display-pc {
	display: none;
}
.wrapper {
	width: 100%;
}
.wrapper .topbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.wrapper .topbar .icon-tt {
	position: relative;
	font-size: 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	width: 50px;
	height: 50px;
	cursor: pointer;

	border: none;
	outline: none;
	border-radius:30px;
}
.wrapper .topbar .icon-buttt {
	position: relative;
	font-size: 30px;
	color: #fff;
;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	float:right;
	margin-right:12px
}
.wrapper .topbar .icon-tt:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.wrapper .topbar .header__bar--menu {
	position: fixed;
	left: 4em;
	top: 34px;
	z-index: 17;
}
.wrapper .topbar .header__bar--lang {
	position: fixed;
	left: 9rem;
	top: 20px;
	z-index: 17;
	cursor: pointer;
}
.wrapper .topbar .header__bar--lang .icon-lang {
	position: relative;
	font-size: 18px;
	color: #fff;
	transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
}
.wrapper .topbar .header__bar--lang .lang {
	color: #fff;
	vertical-align: bottom;
	line-height: 40px;
	display: inline-block;
}
.wrapper .topbar .header__bar--lang .lang i {
	font-size: 14px;
	margin-left: 10px;
}
.wrapper .topbar .header__bar--search {
	position: fixed;
	right: 4em;
	top: 35px;
	z-index: 13;
}
.wrapper .topbar .header__bar--search .icon-search {
	position: relative;
	right: 0;
	font-size:18px;
	
}
.wrapper .topbar .header__bar--search .search-bar {
	height: 35px;
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.wrapper .topbar .header__bar--search .search-bar .search-txt {
	-webkit-appearance: none;
	border: none;
	outline: none;
	position: absolute;
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	padding: 0 16px;
	font-size: 16px;
}
 .wrapper .topbar .header__bar--search .search-bar .search-txt::placeholder {
 color: rgba(255, 255, 255, 0.6);
}
.wrapper .topbar .header__bar--search .search-bar .icon-ll {
	position: absolute;
	right: 20px;
	line-height: 35px;
	top: 0;
	font-size: 18px;
	color: #fff;
	width: 16px;
}
.wrapper .topbar .header__bar--search.is-active {
	z-index: 18;
}
.wrapper .topbar .header__bar--search.is-active .search-bar {
	-webkit-animation-name: searchOpen;
	animation-name: searchOpen;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.wrapper .topbar.wht {
	background-color: #fff;
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 14;
}
.wrapper .topbar.wht .icon-tt {
	color: #000;
}
.wrapper .topbar .breadcrumb {
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 80px;
	top: 0;
	z-index: 12;
}
.wrapper .topbar .breadcrumb .filter {
	margin: 0 10px;
	font-size: 14px;
}
.wrapper .topbar .breadcrumb .item {
	font-size: 14px;
	line-height: 1;
}
.wrapper .topbar .breadcrumb .item.gry {
	color: #B4B4B4;
}
.wrapper .topbar .breadcrumb a {
	text-decoration: underline;
}
.wrapper .topbar .breadcrumb.wht .item, .wrapper .topbar .breadcrumb.wht .filter {
	color: #fff;
}
.wrapper .menu {
	visibility: hidden;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 16;
	background-image:url(../images/dh_bg.jpg);
	background-size:cover;
	color: #222;
	opacity: 0;
	transition: visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding-left: 8.33333333%;
}
.wrapper .menu.is-active {
	visibility: visible;
	opacity: 1;
}
.wrapper .menu .menu-f {
	width: 100%;
	position: relative;
}
.wrapper .menu .menu-f a {
	display: block;
	font-size: 3vw;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
.wrapper .menu .menu-f a .en {
	font-weight: normal;
}
.wrapper .menu .menu-f a:hover, .wrapper .menu .menu-f a.active {
	color: #fff;
}
.wrapper .menu .menu-f > a:first-child {
	margin-bottom: 0.625vw;
}
.wrapper .menu .menu-f .menu-s {
	position: absolute;
	top: 0;
 left: calc(8.33333333% * 5);
}
.wrapper .menu .menu-f .menu-s .menu-ss {
	display: none;
	padding-top: 1.2vw;
}
.wrapper .menu .menu-f .menu-s .menu-ss a {
	display: block;
	font-size: 1.8vw;
	line-height: 1.75;
}
.wrapper .menu .logo {
	position: absolute;
	bottom: 2.25rem;
	width: auto;
	height: 10.7vw;
	right: calc((100vw / 12) - 0.03rem);
}
.wrapper .menu .m-footer {
	position: absolute;
	bottom: 2.25rem;
	left: 8.33333333%;
	font-size: 1vw;
	letter-spacing: 0.025em;
}
.wrapper .menu .m-footer .item {
	color: #fff;
	margin-right: 2.25vw;
}
.wrapper .menu .social {
	position: absolute;
	top: 2.25rem;
	right: 8.33333333%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.wrapper .menu .social .item {
	margin-left: 34px;
	cursor: pointer;
}
.wrapper .menu .social .item img {
	width: 20px;
}

@media screen and (max-width: 1400px) {
.wrapper .index-w .b-contact .contacts .col .cvv {
	padding-right: 5vw;
}
}

@media screen and (max-width: 1000px) {
.wrapper .index-w .b-contact .contacts .col .cvv {
	padding-right: 2vw;
}
}

@media screen and (max-width: 768px) {
.display-pc {
	display: none;
}
.display-600 {
	display: block;
}
.not-display-600 {
	display: none;
}
body.en .wrapper .projects .item .info .en-t {
	font-size: 26px;
	max-width: 85%;
	font-weight: bold;
}
body.en .wrapper .projects.col3 .item .info .en-t {
	font-size: 26px;
	max-width: 85%;
	font-weight: bold;
}
body.en .wrapper .projects-f-w .item .info .en-t {
	font-size: 26px;
	max-width: 85%;
	font-weight: bold;
}
body.en .wrapper .principal-l-w .item .info .en-t {
	font-size: 32px;
	font-weight: bold;
}
body.en .wrapper .principal-w .ppw .cover .info .pname .en-t {
	font-size: 4.5vw;
	line-height: 1.11;
	font-weight: bold;
}
body.en .wrapper .principal-w .ppw .cover .info .pname .en-t br {
	display: inline-block;
}
.shadow.qr-shadow {
	z-index: 18;
}
.shadow.qr-shadow .close {
	left: 16px;
	top: 12px;
	font-size: 16px;
}
.shadow.qr-shadow .shadow-w .qr-w {
	width: 100px;
	height: 100px;
}
.loading-w .loading_inner {
	right: 35px;
}
.loading-w .loading_inner svg {
	height: 74px !important;
}
.selector-i .option {
	padding-right: 14px;
	font-size: 14px;
}
.wrapper .topbar .icon-tt {
	font-size: 16px;
}
.wrapper .topbar .header__bar--menu {
	left: 15px;
	top: 12px;
}
.wrapper .menu {
	padding-left: 28px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 90px;
}
.wrapper .menu .menu-f {
	width: 100%;
	position: relative;
}
.wrapper .menu .menu-f .menu-fb, .wrapper .menu .menu-f > a {
	color: #fff;
	font-size: 30px;
	line-height: 1.7;
}
.wrapper .menu .menu-f .menu-fb .menu-ss, .wrapper .menu .menu-f > a .menu-ss {
	display: none;
}
.wrapper .menu .menu-f .menu-fb .menu-ss > a, .wrapper .menu .menu-f > a .menu-ss > a {
	font-size: 17px;
	line-height: 2.2;
}
.wrapper .menu .menu-f .menu-fb.active > span, .wrapper .menu .menu-f > a.active > span {
	color: #fff;
}
.wrapper .menu .logo {
	height: 70px;
	right: 35px;
}
.wrapper .menu .m-footer {
	left: 28px;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.wrapper .menu .m-footer .item {
	margin-right: 0;
	margin-top: 6px;
}
.wrapper .menu .social {
	top: 20px;
	right: 28px;
}



}

/*# sourceMappingURL=goa.css.map */
