/*

    The following CSS codes are created by the YellowPencil plugin.
    https://yellowpencil.waspthemes.com/


    T A B L E   O F   C O N T E N T S
    ........................................................................

    01. Global Styles
    02. "研究" Page
    03. "首页" Page
    04. "案例" Page
    05. "联系" Page
    06. "招聘" Page
    07. "关于" Page
    08. "案例" Page
    09. "首页" Page

*/



/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body{
	font-size:14px;
}

body h1, body h2, body h4, body h5{
	font-family: 'Noto Serif SC', sans-serif;
	font-weight: 600 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

body h1{
	font-size: 46px;
	line-height: 52px;
}

body h2{
	font-size: 32px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body h4{
	font-size: 24px;
	line-height: 24px;
}

body .inside-article p{
	text-align:justify;
	line-height:1.6;
}

body .page-title .wp-block-group__inner-container{
	margin-left: 0;
	margin-right: 0;
}

body .header-image{
	opacity: 0;
}

body .noselect{


	-khtml-user-select: none;
	-moz-user-select: none;

	user-select: none;
}

body .project.project-title{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	height: 45vh;
	max-height: 500px;
	text-align: center;
}

body .project.project-intro{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	background-color: white;
	padding: 40px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

body .project.project-intro p{
	margin: 0;
}

body .project.project-intro > div p:first-child{
	margin-bottom: 10px;
}

body .project-intro-left{

	-ms-flex-preferred-size: 50%;	flex-basis: 50%;
}

body .project-intro-right{

	-ms-flex-preferred-size: 50%;	flex-basis: 50%;
}

body .project.back-button{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	min-height: 50px;
}

body .project.back-button a{
	padding: 4px 10px 6px 26px;
	border-style: solid;
	border-width: 1px;
	border-color: #979797;
	color: black;
	background-color: transparent;
	letter-spacing: 15px;
}

body .project.project-more-title{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	margin-top: 80px;
}

body .project.section-line{
	width: 100%;
	height: 10px;
	border-style: solid;
	border-top-width: 1px;
	border-color: #979797;
}

body .project.more-title{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	width: 150px;
	margin-top: -20px;
	background-color: white;
	font-size: 12px;
}

body .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body .project-item{

	-ms-flex-preferred-size: 32%;	flex-basis: 32%;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body .item-lower{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body .item-lower-right{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
	padding-top: 3px;
	width: 16px;
	height: 45px;
}

body .project-featured{

	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body .project-new{

	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body .display-posts-listing{
	display: none;
}

body .site-header{
	background-color: transparent;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

body .inside-header{
	padding-bottom:0px;
	padding-top:0px;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
	width: 100%;
}

body .inside-header:before{
	content: none;
}

body .inside-header:after{
	content: none;
}

body .about-people-text{
	background-color:#eeeeee;
	padding:40px;
}

body .about-people-text h4{
	margin-bottom:30px;
}

body .about-people-text p{
	margin:10px 0px;
}

body #site-navigation{
	margin-right: 0;
}

body .color-section{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: -10;
	height: 80vh;
	max-height: 700px;
	background-color: white;
	background-position: 50% 50%;

	background-size: cover;
	background-repeat: no-repeat;
}

body .wp-block-image{
	margin-bottom: 0;
}

body .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
}

body .main-navigation .main-nav ul li[class*="current-menu-"] > a{
	opacity: 0.4;
}

body .menu-secondary_menu-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body #menu-secondary_menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: row;	-webkit-box-direction: row;	-ms-flex-direction: row;	flex-direction: row;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body #menu-secondary_menu .menu-item{
	padding: 0px;
	font-size:14px;
	letter-spacing:4px;
}

body #menu-secondary_menu .menu-item a{
	border-style:solid;
	border-left-color:#ffffff;
	padding: 0px 40px;
	color:#ffffff;
	border-left-width:1px;
}

body #menu-secondary_menu .menu-item:last-of-type a{
	border-right-width:1px;
}

body #main .page .inside-article{
	background-color:transparent;
}

body .page-title{
	color:#ffffff;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	max-height:500px;
}

body .page-title .contact-btn{
	margin-top: 60px;
}

body .inside-article .page-title{
	min-height: 50vh;
}

body .contact-btn a{
	padding: 4px 10px 6px 26px !important;
	border-style: solid;
	border-width: 1px !important;
	border-color: #fff;
	background-color: transparent !important;
	color: #fff;
	letter-spacing: 15px;
}

body .title-star{
	margin-bottom: 0;
}

body .title-star > div{
	padding-bottom: 0;
}

body .title-star .wp-block-image{
	margin: auto;
	width: 170px;
	margin-bottom: -56px;
}

body .title-star hr{
	border-color: #cecece;
	background-color: #cecece;
	margin-bottom: 20px;
}

body .site-footer{
	margin-top: 80px;
}

body #footer-widgets{
	padding-bottom: 0px;
}

body footer{
	padding-top: 10px !important;
	font-size: 12px !important;
}

body .contact-btn a:hover{
	background-color: #fff !important;
	color: #919191 !important;
	border-color: white !important;
}

body .inside-footer-widgets .widget_media_image{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	margin-top: -88px;
	margin-bottom: 40px;
}

body .inside-footer-widgets img{
	width: 100px;
	height: 100px !important;
}

body .inside-footer-widgets .widget_nav_menu{
	margin-bottom: 50px;
}

body .inside-footer-widgets div:last-of-type aside:last-of-type .textwidget{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	color: #979797;
	font-size: 12px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #979797;
	padding-bottom: 10px;
	text-align:center;
}

body .flex-next{
	background-image:url(http://www.colour-china.com/wp-content/uploads/2020/04/Group.png)!important;
	height:80px !important;
}

body .flex-prev{
	background-image:url(http://www.colour-china.com/wp-content/uploads/2020/04/Group-2.png)!important;
	height:80px !important;
}

body #menu-main_menu .menu-item a{
	letter-spacing: 12px;
}

body .site-logo a img{
	margin-bottom:20px;
}

body .page-title h2{
	font-size:28px;
	margin-top:20px;
}

body .site-info a:link, body .site-info a:link{
	color: #979797;
}

body .inside-article .wp-block-image .wp-image-2326{
	display:inline-block;
	max-width:1170px;
	height:658px;
	width:1170px;
}

body .inside-article .wp-block-image .wp-image-2327{
	width:1170px;
	height:658px;
}

body .inside-article .wp-block-image .wp-image-2328{
	width:1170px;
	height:658px;
}

body .inside-article .wp-block-image .wp-image-2329{
	width:1170px;
	height:658px;
}

body .inside-article .wp-block-image .wp-image-2330{
	width:1170px;
	height:658px;
}

body .inside-article .wp-block-image .wp-image-2331{
	width:1170px;
	height:658px;
}

body .inside-article .wp-block-image .wp-image-2332{
	width:1170px;
	height:658px;
}

@media only screen and (min-width: 768px){

	body .project-gallery .wp-block-group__inner-container:after{
	content: '';
	width: 32%;
}

body .project-item{
	margin-bottom: 50px;
}

body .inside-header > *{
	margin: 0 20px;
}

body .inside-article{
	padding-left: 0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin: 0 20px;
	}

}



@media only screen and (max-width: 768px){

	html, body{
	overflow-x: hidden;
}

body h1{
	font-size:38px;
	line-height:44px;
}

body h2{
	font-size: 22px;
}

body h4{
	font-size:20px;
}

body .page-title h2{
	font-size:22px;
	line-height:28px;
}

body .inside-header{
	display:-webkit-box;	display:-webkit-flex;	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;
	position: st;
	overflow-x: hidden;
}

body .site-logo{
	width: 80px;
	margin-left: 5vw;
	margin-bottom: 0px !important;
	z-index: 99;
}

body .site-logo a img{
	margin-bottom: 0px;
}

body #site-navigation{
	margin-right: 5vw;
}

body .menu-toggle{
	display:-webkit-box !important;	display:-webkit-flex !important;	display:-ms-flexbox !important;	display:flex !important;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;

	-webkit-box-pack: flex-end;	-ms-flex-pack: flex-end;	justify-content: flex-end;
	padding: 0px;
	min-width: 50px;
	min-height: 50px;
	z-index: 99;
}

body .menu-toggle:before{
	font-size: 25px;
	color: white;
}

body span.mobile-menu{
	display: none;
}

body #primary-menu{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100vh;
	touch-action: none;
	background:-webkit-linear-gradient(#322791, #632791);	background:-o-linear-gradient(#322791, #632791);	background:linear-gradient(#322791, #632791);
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	font-size: 22px;
	z-index: 98;
}

body #menu-main_menu{
	margin: 0;
	list-style-type: none;
}

body #menu-main_menu li{
	margin-bottom: 20px;
}

body #menu-main_menu li a{
	text-align: center;
	letter-spacing: 10px;
	padding-left: 10px;
	color: white;
}

body .inside-article .page-title{
	-webkit-box-align: flex-start;	-ms-flex-align: flex-start;	align-items: flex-start;
	padding-top: 5vh;
}

body .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
}

body .wp-block-group__inner-container{
	padding: 0;
}

body .project.project-intro{
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body .project.project-intro > div > p:first-child{
	font-weight: bold;
}

body .project-intro-left{
	margin-bottom: 30px;
}

body .project-item{

	-ms-flex-preferred-size: 100%;	flex-basis: 100%;
	margin-bottom: 40px;
}

body .project-item h4, body h5{
	margin-top: 5px;
	margin-bottom: 0;
}

body .contact-card{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

body .contact-card .wp-block-group__inner-container{
	padding: 0 !important;
}

body .contact-card .wp-block-columns.contact-text{
	width: auto !important;
	margin: 0;
	padding: 30px;
}

body .contact-text .wp-block-column:nth-child(2), body .contact-text .wp-block-column:nth-child(4){

	margin-bottom: 20px;
}

body .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

body .site-footer #menu-secondary_menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	width: 100%;
}

body .site-footer #menu-secondary_menu li{

	-ms-flex-preferred-size: 33%;	flex-basis: 33%;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	margin: 5px 0;
}

body .site-footer #menu-secondary_menu li:not(:nth-of-type(3n+3)){

	border-right: 1px solid;
	border-color: #595959;
}

body .site-footer #menu-secondary_menu li a{
	padding: 3px 0;
	border: 0;
	}

}



@media only screen and (max-width: 443px){

	body .home-title h1{
	font-size: 32px;
}

body .page-title h1{
	font-size: 34px;
	}

}



@media only screen and (max-width: 342px){

	body .page-title h1{
	font-size: 32px;
	}

}



/*-----------------------------------------------*/
/*  "研究" Page                                */
/*-----------------------------------------------*/
body.page-id-47 .color-section.research{
	background-image:-webkit-linear-gradient(top, #C5FFC3 0%, #60B8E8 68%, #5DB9FF 91%);	background-image:-o-linear-gradient(top, #C5FFC3 0%, #60B8E8 68%, #5DB9FF 91%);	background-image:linear-gradient(180deg, #C5FFC3 0%, #60B8E8 68%, #5DB9FF 91%);
}

body.page-id-47 .title-card{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	min-height: 240px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

body.page-id-47 .title-card-upper{
	margin-top: -40px;
	margin-bottom: -30px;
}

body.page-id-47 .title-card-upper div:first-child{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: row;	-webkit-box-direction: row;	-ms-flex-direction: row;	flex-direction: row;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-47 .title-card-star{
	width: 20px;
	margin: 0 15px;
	margin-top: 9px;
}

body.page-id-47 .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	height: 30vh;
	max-height: 600px;
	min-height: 400px;
}

body.page-id-47 .wp-block-columns .wp-block-column:nth-child(2n){

	margin: 0;
}

body.page-id-47 .wp-block-column{
	max-width: 50%;
	height: 100%;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	background-color: #f8f8f8;
	overflow: hidden;
	-webkit-box-flex: 0 1 auto;	-ms-flex: 0 1 auto;	flex: 0 1 auto;
}

body.page-id-47 .research-text-column{
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}

body.page-id-47 .research-grid .wp-block-columns{
	margin-bottom: 0;
}

body.page-id-47 .inside-article .research-grid h4{
	font-size:28px;
	margin-bottom:30px;
}

@media only screen and (max-width: 768px){

	body.page-id-47 .title-card{
	min-height: 150px;
}

body.page-id-47 .title-card > div:first-child{
	-webkit-box-flex: 1;	-ms-flex: 1;	flex: 1;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-47 .title-card-upper{
	margin-top: 0;
	margin-bottom: 0;
}

body.page-id-47 .title-card h5{
	margin-left: 10%;
	margin-right: 10%;
}

body.page-id-47 .research-grid div:first-child{
	padding: 0;
}

body.page-id-47 .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	max-height: none;
	height: auto;
}

body.page-id-47 .research-grid .wp-block-columns{
	margin-bottom: 30px;
}

body.page-id-47 .wp-block-column{
	max-width: 100%;
	width: 100vw;
	-ms-flex-preferred-size: auto !important;	flex-basis: auto !important;
}

body.page-id-47 .research-grid .wp-block-columns:nth-child(2n+2) .wp-block-column:first-of-type{
	order: 2;
}

body.page-id-47 .research-grid .wp-block-columns:nth-child(2n+2) .wp-block-column:last-of-type{
	order: 1;
}

body.page-id-47 .research-text-column{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	padding: 0;
	height: 150px;
}

body.page-id-47 .research-grid .research-text-column h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	margin-left: 10%;
	margin-right: 10%;
}

body.page-id-47 .research-text-column p{
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 10%;
	}

}



/*-----------------------------------------------*/
/*  "首页" Page                                */
/*-----------------------------------------------*/
body.page-id-41 .homepage-about-title{
	margin-top:0px;
}

body.page-id-41{
	overflow-x: hidden;
}

body.page-id-41 #masthead{
	border-bottom-width: 0px;
}

body.page-id-41 .header-image{
	opacity: 1;
}

body.page-id-41 .home-top{
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -9;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	overflow: hidden;
}

body.page-id-41 .home-top > div{
	padding: 0;
}

body.page-id-41 figure.wp-block-video.alignfull video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);	-ms-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);
	height: auto;
	width: 100%;
	max-width: none;
	z-index: -999;
}

body.page-id-41 .contact-text p{
	text-align:center;
}

body.page-id-41 .contact-btn.alignright a{
	border-color: #979797;
	color: #333;
}

body.page-id-41 .contact-btn.alignright a:hover{
	background-color: transparent !important;
	border-color: #979797 !important;
	color: #333 !important;
}

body.page-id-41 .home-title{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	height: 50vh;
	margin-top:30vh;
}

body.page-id-41 .home-title > div:first-of-type{
	width: 100%;
	margin-top: -20vh;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-41 .home-title-upper{
	width: 100%;
	min-height: 80px;
}

body.page-id-41 .home-title-upper > div:first-of-type{
	position: relative;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
}

body.page-id-41 .home-title-upper h1{
	position: absolute;
	width: 100%;
	color: white;
	font-size: 64px;
}

body.page-id-41 .home-title .company-name-wrapper{
	width: 100%;
	position: absolute;
	bottom: 22vh;
	left: 0;
	right: 0;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
}

body.page-id-41 .home-title .company-name-wrapper .company-name-cn{
	color: white;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}

body.page-id-41 .home-title .company-name-wrapper .company-name-en{
	color: white;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

body.page-id-41 .home-title .contact-btn{
	position: absolute;
	bottom: 15vh;
	left: 0;
	right: 0;
}

body.page-id-41 .timeline-content{
	display: none;
}

body.page-id-41 .gallery-title{
	width: 15%;
	min-width: 120px;
	background-color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 30px;
	font-size: 12px;
}

body.page-id-41 .year-menu{
	min-height: 50px;
	margin-bottom: 20px;
}

body.page-id-41 .scroll-menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: space-evenly;	-ms-flex-pack: space-evenly;	justify-content: space-evenly;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	-ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	overflow-x: auto;
}

body.page-id-41 .year-tab{
	cursor: pointer;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	height: 30px;
	color: #bbb;
	-webkit-box-flex: 1;	-ms-flex: 1;	flex: 1;
}

body.page-id-41 .year-tab:hover{
	color:#e3405b;
}

body.page-id-41 .year-tab-current{
	font-size: 28px !important;
	font-family: 'Noto Serif SC', sans-serif !important;
	color: #e3405b;
	font-weight: 700 !important;
}

body.page-id-41 .year-pane{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-41 .year-pane.fadeOut{
	display: none;
}

body.page-id-41 .project-pane{
	height: 320px;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: flex-start;	-ms-flex-align: flex-start;	align-items: flex-start;
	margin-bottom: 20px;
	cursor: pointer;
}

body.page-id-41 .project-pane:nth-of-type(4n+1), body.page-id-41 .project-pane:nth-of-type(4n+4){

	width: 32%;
}

body.page-id-41 .project-pane:nth-of-type(4n+2), body.page-id-41 .project-pane:nth-of-type(4n+3){

	width: 66.2%;
}

body.page-id-41 .project-pane > a{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	width: 100%;
	height: 100%;
}

body.page-id-41 .project-image{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;

	background-size: cover;
	background-position: 100% 50%;
}

body.page-id-41 .project-pane > a:hover > .project-title{
	opacity: 1;
}

body.page-id-41 .project-title{
	margin-top: -50px;
	color: white;
	padding: 0 30px;
	opacity: 0;
	-webkit-transition-duration: 0.5s;	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;	transition-timing-function: ease-in-out;
	text-shadow: 0px 0px 14px #000000;
}

body.page-id-41 #map-container{
	min-height: 400px;
	z-index: 1;
}

body.page-id-41 .contact-card{
	position: relative;
	margin-top: -100px;
	z-index: 2;
}

body.page-id-41 .contact-card > div{
	background-color: white;
	max-width: 1000px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-41 .contact-card > div > .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: top;	-ms-flex-align: top;	align-items: top;
	margin-bottom: 0;
	width:100%;
	margin-top:6px;
}

body.page-id-41 .contact-card p{
	margin-bottom: 0;
}

body.page-id-41 .inside-article .contact-card .wp-block-group__inner-container{
	display:block;
}

body.page-id-41 .inside-article .home-title{
	margin-bottom:10vh;
}

body.page-id-41 .wp-image-1838{
	width:150px;
}

body.page-id-41 .Arrow-Animation{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3vh;
}

@media only screen and (min-width: 768px){

	body.page-id-41 .menu-item a{
	color: white !important;
}

body.page-id-41 .timeline-gallery > .wp-block-group__inner-container{
	padding-top: 20px;
	}

}



@media only screen and (max-width: 768px){

	body.page-id-41 .home-title-upper h1{
	font-size:48px;
	line-height:52px;
}

body.page-id-41 figure.wp-block-video.alignfull video{
	height: 100vh;
	width: auto;
}

body.page-id-41 .year-menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	overflow-x: auto;

	-webkit-box-pack: normal;	-ms-flex-pack: normal;	justify-content: normal;
	-webkit-box-align: normal;	-ms-flex-align: normal;	align-items: normal;

	scrollbar-width: none;
}

body.page-id-41 .year-menu::-webkit-scrollbar{
	display: none;
}

body.page-id-41 .year-tab{
	-webkit-box-flex: 0 0 auto;	-ms-flex: 0 0 auto;	flex: 0 0 auto;
	min-width: 60px;
	margin-right: 10px;
	font-size: 16px;
}

body.page-id-41 .year-tab-current{
	font-size: 22px !important;
}

body.page-id-41 .year-pane{
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-41 .project-pane{
	width: 100% !important;
}

body.page-id-41 .project-title{
	margin-top: 10px;
	color: #333333;
	padding: 0px;
	opacity: 1;
	text-shadow: none;
}

body.page-id-41 .project-title p{
	margin-bottom:10px;
}

body.page-id-41 .project-image-mobile + .project-image{
	display: none;
}

body.page-id-41 .project-image-mobile{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;

	background-size: cover;
	background-position: 100% 50%;
}

body.page-id-41 .address-left-align{
	text-align: left !important;
	}

}



@media only screen and (max-width: 443px){

	body.page-id-41 .home-title h1{
	font-size: 38px;
	}

}



@media only screen and (max-width: 342px){

	body.page-id-41 .home-title h1{
	font-size: 32px;
	}

}



/*-----------------------------------------------*/
/*  "案例" Page                                */
/*-----------------------------------------------*/
body.page-id-35 .project-cat{
	color:rgb(127,127,127);
	margin:4px 0px;
}

body.page-id-35 .error-msg{
	margin-left:70px;
	margin-top:-100px;
}

body.page-id-35 .color-section.projects{
	background-image:-webkit-linear-gradient(bottom, #40E184 11%, #7EDA68 35%, #FFF382 99%);	background-image:-o-linear-gradient(bottom, #40E184 11%, #7EDA68 35%, #FFF382 99%);	background-image:linear-gradient(0deg, #40E184 11%, #7EDA68 35%, #FFF382 99%);
}

body.page-id-35 .display-posts-listing{
	display: none;
}

body.page-id-35 .cat-filter{
	background-color: white;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

body.page-id-35 .cat-filter > div:first-child{
	padding-left: 20px;
	padding-right: 20px;
}

body.page-id-35 .cat-filter h4{
	margin-left: 30px;
	margin-bottom: 30px;
	font-size:20px;
}

body.page-id-35 .cat-names{
	display: none;
}

body.page-id-35 .cat-row{
	margin: 16px 0;
	margin-left:10px;
}

body.page-id-35 .cat-row span{
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	padding: 0 20px;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

body.page-id-35 .cat-row span:last-of-type{
	border: none;
}

body.page-id-35 .cat-row a{
	color: #888888;
}

body.page-id-35 .cat-row a:visited{
	color: #888888;
}

body.page-id-35 .cat-row a:active{
	color: #333333;
}

body.page-id-35 .cat-row a:hover{
	color: #65bd52;
}

body.page-id-35 .cat-sub-row > span:first-child a{
	color:#333333;
	font-weight: 700 !important;
}

body.page-id-35 .cat-sub-row > span:first-child a:hover{
	color:#65bd52;
}

body.page-id-35 .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-35 .project-item{

	-ms-flex-preferred-size: 32%;	flex-basis: 32%;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-35 .item-lower{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-35 .item-lower-right{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;

	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
	padding-top: 3px;
	width: 16px;
	height: 45px;
}

body.page-id-35 .project-featured{

	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body.page-id-35 .project-new{

	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body.page-id-35 .display-posts-pagination{
	display: none;
}

body.page-id-35 .loading-icon{
	display: none;
}

body.page-id-35 .infinite-scroll-request-inner{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

@media only screen and (min-width: 768px){

	body.page-id-35 .project-gallery .wp-block-group__inner-container:after{
	content: '';
	width: 32%;
}

body.page-id-35 .project-item{
	margin-bottom: 50px;
	}

}



@media only screen and (max-width: 768px){

	body.page-id-35 .page-title{
	min-height: 40vh;
}

body.page-id-35 .error-msg{
	margin-top: -60px;
}

body.page-id-35 .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;

	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
}

body.page-id-35 .wp-block-group__inner-container{
	padding: 0;
}

body.page-id-35 .cat-filter .wp-block-group__inner-container{
	padding: 20px;
}

body.page-id-35 .cat-filter h4{
	margin: 0px;
	font-size: 16px;
}

body.page-id-35 .cat-row{
	margin: 0px;
	padding-top: 20px;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
}

body.page-id-35 .cat-row > span{
	margin-top: 5px;
	margin-bottom: 10px;
	border:none;
	padding:0 10px;
}

body.page-id-35 .cat-row span:first-child{
	padding-left: 0px;
}

body.page-id-35 .cat-row:not(:first-of-type) > span:first-child{
	-webkit-box-flex: 100%;	-ms-flex: 100%;	flex: 100%;
}

body.page-id-35 .cat-row:not(:last-of-type){

	padding-bottom: 20px;
	border-bottom: solid 1px;
	border-color: #ededed;
}

body.page-id-35 .cat-row:not(:first-of-type):not(:last-of-type) > span:first-child{
	display: block;
	border-right: 0px;
}

body.page-id-35 .cat-row:not(:first-of-type) > span:not(:first-child){

	padding-left: 0px;
	padding-right: 14px;
}

body.page-id-35 .project-item{

	-ms-flex-preferred-size: 100%;	flex-basis: 100%;
	margin-bottom: 40px;
}

body.page-id-35 .project-item h4, body.page-id-35 h5{
	margin-top: 5px;
	margin-bottom: 0;
	}

}



/*-----------------------------------------------*/
/*  "联系" Page                                */
/*-----------------------------------------------*/
body.page-id-70 .color-section.contact{
	background-image:-webkit-linear-gradient(bottom, #8C8EFE 8%, #91A9FF 34%, #AAFDED 92%);	background-image:-o-linear-gradient(bottom, #8C8EFE 8%, #91A9FF 34%, #AAFDED 92%);	background-image:linear-gradient(0deg, #8C8EFE 8%, #91A9FF 34%, #AAFDED 92%);
}

body.page-id-70 #map-container{
	min-height: 70vh;
	z-index: 1;
}

body.page-id-70 .contact-card{
	position: relative;
	margin-top: -100px;
	z-index: 2;
}

body.page-id-70 .contact-card > div{
	background-color: white;
	max-width: 1000px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-70 .contact-card > div > .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: top;	-ms-flex-align: top;	align-items: top;
	margin-bottom: 0;
	width:100%;
	margin-top:6px;
}

body.page-id-70 .contact-card p{
	margin-bottom: 0;
}

body.page-id-70 .inside-article .wp-block-group .wp-block-group__inner-container{
	display:block;
}

body.page-id-70 .contact-text p{
	text-align:center;
}

@media only screen and (max-width: 768px){

	body.page-id-70 .inside-article .page-title{
	min-height: 0;
	padding: 0;
	margin: 0;
	margin-top: 5vh;
	margin-bottom: 10vh;
}

body.page-id-70 .address-left-align{
	text-align:left !important;
	}

}



/*-----------------------------------------------*/
/*  "招聘" Page                                */
/*-----------------------------------------------*/
body.page-id-285 .job-requirement{
	margin-top:30px!important;
}

body.page-id-285 .color-section.contact{
	background-image:-webkit-linear-gradient(top, #A8EFFF 0%, #B7AAF3 55%, #F37DD3 96%);	background-image:-o-linear-gradient(top, #A8EFFF 0%, #B7AAF3 55%, #F37DD3 96%);	background-image:linear-gradient(180deg, #A8EFFF 0%, #B7AAF3 55%, #F37DD3 96%);
}

body.page-id-285 .inside-article .wp-block-group .wp-image-290{
	margin-top:-40px;
}

body.page-id-285 .title-card-upper > div:first-of-type{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: row;	-webkit-box-direction: row;	-ms-flex-direction: row;	flex-direction: row;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-285 .title-card-star{
	width: 15px;
	margin: 0 20px;
	margin-top: 9px;
}

body.page-id-285 .career-feat .wp-block-column{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	text-align: center;
}

body.page-id-285 .career-feat-bottom{
	height: 40px;
	width: 80px;
	border-bottom: solid;
	border-color: #979797;
}

body.page-id-285 .job-list .wp-block-columns{
	padding-bottom:36px;
	border-bottom: 1px solid;
	border-color: #cecece;
}

body.page-id-285 .job-list .title-card-star{
	margin-top: 6px;
	margin-left: 0;
}

body.page-id-285 .job-list .contact-btn a{
	border-color: #979797;
	color: black;
}

body.page-id-285 .job-list .contact-btn a:hover{
	border-color: #979797 !important;
	color: black !important;
}

body.page-id-285 .job-desc p{
	color: #666666;
	margin:-2px;
}

body.page-id-285 .job-desc strong{
	color: black;
}

body.page-id-285 .job-list .wp-block-column p{
	margin-top:10px;
}

body.page-id-285 .career-feat .wp-block-column h4{
	font-size:22px;
	color:#666666;
}

@media only screen and (min-width: 768px){

	body.page-id-285 .title-card-upper{
	height: 110px;
}

body.page-id-285 .career-feat .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
}

body.page-id-285 .career-feat .wp-block-columns:not(:first-of-type){

	margin-top: 80px;
}

body.page-id-285 .career-feat .wp-block-column{
	-ms-flex-preferred-size: 32%;	flex-basis: 32%;
}

body.page-id-285 .job-list .wp-block-columns{
	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-285 .job-list .title-card-upper div:first-of-type{
	-webkit-box-pack: flex-start;	-ms-flex-pack: flex-start;	justify-content: flex-start;
	padding: 0;
	}

}



@media only screen and (max-width: 768px){

	body.page-id-285 .career-feat .wp-block-column{
	min-height: 20vh;
}

body.page-id-285 .career-feat h2{
	font-size: 20px;
}

body.page-id-285 .career-feat .wp-block-column h4{
	font-size: 18px;
}

body.page-id-285 .career-feat-bottom{
	height: 20px;
	border-bottom:solid 1px;
	border-color:#cccccc;
}

body.page-id-285 .title-card-upper > div:first-of-type{
	-webkit-box-pack: flex-start;	-ms-flex-pack: flex-start;	justify-content: flex-start;
}

body.page-id-285 .job-list .contact-btn{
	margin-top: 40px;
}

body.page-id-285 .wp-block-button.alignright{
	text-align:left;
	}

}



@media only screen and (max-width: 599px){

	body.page-id-285 .career-feat .wp-block-columns:first-of-type{
	margin-bottom: 0;
	}

}



/*-----------------------------------------------*/
/*  "关于" Page                                */
/*-----------------------------------------------*/
body.page-id-310 .color-section.contact{
	background-image:-webkit-linear-gradient(271deg, #EDFF5C 1%, #FFC252 63%, #FFA364 91%);	background-image:-o-linear-gradient(271deg, #EDFF5C 1%, #FFC252 63%, #FFA364 91%);	background-image:linear-gradient(179deg, #EDFF5C 1%, #FFC252 63%, #FFA364 91%);
}

body.page-id-310 .inside-article .wp-block-group .wp-image-311{
	margin-top:-40px;
}

body.page-id-310 .about-card{
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	margin-top:60px;
}

body.page-id-310 .about-card > div:first-of-type{
	padding: 0;
}

body.page-id-310 .about-card .about-text{
	margin: 0;
	padding: 5% 5%;
}

body.page-id-310 .team-gallery figure{
	width: 100%;
}

body.page-id-310 .team-gallery img{
	width: 100%;
}

body.page-id-310 .team-gallery h4{
	font-size:18px;
}

@media only screen and (max-width: 768px){

	body.page-id-310 .about-text{
	padding:30px 20px !important;
}

body.page-id-310 .about-people-text{
	padding: 30px 25px;
}

body.page-id-310 .about-people-item{
	margin-top:30px;
}

body.page-id-310 h5{
	margin-bottom: 20px;
}

body.page-id-310 .wp-block-columns{
	margin-bottom:0px;
	}

}



/*-----------------------------------------------*/
/*  "案例" Page                                */
/*-----------------------------------------------*/
body.page-id-2506 .project-cat{
	color:rgb(127,127,127);
	margin:4px 0px;
}

body.page-id-2506 .error-msg{
	margin-left:70px;
	margin-top:-100px;
}

body.page-id-2506 .color-section.projects{
	background-image:-webkit-linear-gradient(bottom, #40E184 11%, #7EDA68 35%, #FFF382 99%);	background-image:-o-linear-gradient(bottom, #40E184 11%, #7EDA68 35%, #FFF382 99%);	background-image:linear-gradient(0deg, #40E184 11%, #7EDA68 35%, #FFF382 99%);
}

body.page-id-2506 .display-posts-listing{
	display: none;
}

body.page-id-2506 .cat-filter{
	background-color: white;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

body.page-id-2506 .cat-filter > div:first-child{
	padding-left: 20px;
	padding-right: 20px;
}

body.page-id-2506 .cat-filter h4{
	margin-left: 30px;
	margin-bottom: 30px;
	font-size:20px;
}

body.page-id-2506 .cat-names{
	display: none;
}

body.page-id-2506 .cat-row{
	margin: 16px 0;
	margin-left:10px;
}

body.page-id-2506 .cat-row span{
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	padding: 0 20px;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

body.page-id-2506 .cat-row span:last-of-type{
	border: none;
}

body.page-id-2506 .cat-row a{
	color: #888888;
}

body.page-id-2506 .cat-row a:visited{
	color: #888888;
}

body.page-id-2506 .cat-row a:active{
	color: #333333;
}

body.page-id-2506 .cat-row a:hover{
	color: #65bd52;
}

body.page-id-2506 .cat-row-two > span:first-child a{
	color:#333333;
	font-weight: 700 !important;
}

body.page-id-2506 .cat-row-two > span:first-child a:hover{
	color:#65bd52;
}

body.page-id-2506 .cat-row-three > span:first-child a{
	color:#333333;
	font-weight: 700 !important;
}

body.page-id-2506 .cat-row-three > span:first-child a:hover{
	color:#65bd52;
}

body.page-id-2506 .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-2506 .project-item{
	-ms-flex-preferred-size: 32%;	flex-basis: 32%;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-2506 .item-lower{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-2506 .item-lower-right{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
	padding-top: 3px;
	width: 16px;
	height: 45px;
}

body.page-id-2506 .project-featured{
	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body.page-id-2506 .project-new{
	background-size: contain;
	min-width: 16px;
	min-height: 16px;
}

body.page-id-2506 .display-posts-pagination{
	display: none;
}

body.page-id-2506 .loading-icon{
	display: none;
}

body.page-id-2506 .infinite-scroll-request-inner{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

@media only screen and (min-width: 768px){

	body.page-id-2506 .project-gallery .wp-block-group__inner-container:after{
	content: '';
	width: 32%;
}

body.page-id-2506 .project-item{
	margin-bottom: 50px;
	}

}



@media only screen and (max-width: 768px){

	body.page-id-2506 .page-title{
	min-height: 40vh;
}

body.page-id-2506 .project-gallery .wp-block-group__inner-container{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
}

body.page-id-2506 .wp-block-group__inner-container{
	padding: 0;
}

body.page-id-2506 .cat-filter .wp-block-group__inner-container{
	padding: 20px;
}

body.page-id-2506 .cat-filter h4{
	margin: 0px;
	font-size: 16px;
}

body.page-id-2506 .cat-row{
	margin: 0px;
	padding-top: 20px;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
}

body.page-id-2506 .cat-row > span{
	margin-top: 5px;
	margin-bottom: 10px;
	border:none;
	padding:0 10px;
}

body.page-id-2506 .cat-row span:first-child{
	padding-left: 0px;
}

body.page-id-2506 .cat-row:not(:first-of-type) > span:first-child{
	-webkit-box-flex: 100%;	-ms-flex: 100%;	flex: 100%;
}

body.page-id-2506 .cat-row:not(:last-of-type){

	padding-bottom: 20px;
	border-bottom: solid 1px;
	border-color: #ededed;
}

body.page-id-2506 .cat-row:not(:first-of-type):not(:last-of-type) > span:first-child{
	display: block;
	border-right: 0px;
}

body.page-id-2506 .cat-row:not(:first-of-type):not(:last-of-type) > span:nth-child(2){

	padding-left: 0px;
}

body.page-id-2506 .cat-row-two span:last-of-type{
	padding-left: 0px;
}

body.page-id-2506 .cat-row-three span:nth-child(5){

	padding-left: 0px;
}

body.page-id-2506 .cat-row-four span:nth-child(2){

	padding-left: 0px;
}

body.page-id-2506 .project-item{
	-ms-flex-preferred-size: 100%;	flex-basis: 100%;
	margin-bottom: 40px;
}

body.page-id-2506 .project-item h4, body.page-id-2506 h5{
	margin-top: 5px;
	margin-bottom: 0;
	}

}



/*-----------------------------------------------*/
/*  "首页" Page                                */
/*-----------------------------------------------*/
body.page-id-2612 .homepage-about-title{
	margin-top:0px;
}

body.page-id-2612{
	overflow-x: hidden;
}

body.page-id-2612 #masthead{
	border-bottom-width: 0px;
}

body.page-id-2612 .header-image{
	opacity: 1;
}

body.page-id-2612 .home-top{
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -9;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	overflow: hidden;
}

body.page-id-2612 .home-top > div{
	padding: 0;
}

body.page-id-2612 figure.wp-block-video.alignfull video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);	-ms-transform: translate(-50%, -50%);	transform: translate(-50%, -50%);
	height: auto;
	width: 100%;
	max-width: none;
	z-index: -999;
}

body.page-id-2612 .contact-text p{
	text-align:center;
}

body.page-id-2612 .contact-btn.alignright a{
	border-color: #979797;
	color: #333;
}

body.page-id-2612 .contact-btn.alignright a:hover{
	background-color: transparent !important;
	border-color: #979797 !important;
	color: #333 !important;
}

body.page-id-2612 .home-title{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	height: 50vh;
	margin-top:30vh;
}

body.page-id-2612 .home-title > div:first-of-type{
	width: 100%;
	margin-top: -20vh;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-2612 .home-title-upper{
	width: 100%;
	min-height: 80px;
}

body.page-id-2612 .home-title-upper > div:first-of-type{
	position: relative;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
}

body.page-id-2612 .home-title-upper h1{
	position: absolute;
	width: 100%;
	color: white;
	font-size: 64px;
}

body.page-id-2612 .home-title .contact-btn{
	position: absolute;
	bottom: 15vh;
	left: 0;
	right: 0;
}

body.page-id-2612 .timeline-content{
	display: none;
}

body.page-id-2612 .gallery-title{
	width: 15%;
	min-width: 120px;
	background-color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 30px;
	font-size: 12px;
}

body.page-id-2612 .year-menu{
	min-height: 50px;
	margin-bottom: 20px;
}

body.page-id-2612 .scroll-menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: space-evenly;	-ms-flex-pack: space-evenly;	justify-content: space-evenly;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	-ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	overflow-x: auto;
}

body.page-id-2612 .year-tab{
	cursor: pointer;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	width: 10%;
	height: 30px;
	color: #bbb;
}

body.page-id-2612 .year-tab:hover{
	color:#e3405b;
}

body.page-id-2612 .year-tab-current{
	font-size: 32px !important;
	font-family: 'Noto Serif SC', sans-serif !important;
	color: #e3405b;
	font-weight: 700 !important;
}

body.page-id-2612 .year-pane{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-webkit-box-pack: space-between;	-ms-flex-pack: space-between;	justify-content: space-between;
}

body.page-id-2612 .year-pane.fadeOut{
	display: none;
}

body.page-id-2612 .project-pane{
	height: 320px;
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	-webkit-box-align: flex-start;	-ms-flex-align: flex-start;	align-items: flex-start;
	margin-bottom: 20px;
	cursor: pointer;
}

body.page-id-2612 .project-pane:nth-of-type(4n+1), body.page-id-2612 .project-pane:nth-of-type(4n+4){

	width: 32%;
}

body.page-id-2612 .project-pane:nth-of-type(4n+2), body.page-id-2612 .project-pane:nth-of-type(4n+3){

	width: 66.2%;
}

body.page-id-2612 .project-pane > a{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
	width: 100%;
	height: 100%;
}

body.page-id-2612 .project-image{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
}

body.page-id-2612 .project-pane > a:hover > .project-title{
	opacity: 1;
}

body.page-id-2612 .project-title{
	margin-top: -50px;
	color: white;
	padding: 0 30px;
	opacity: 0;
	-webkit-transition-duration: 0.5s;	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;	transition-timing-function: ease-in-out;
	text-shadow: 0px 0px 14px #000000;
}

body.page-id-2612 #map-container{
	min-height: 400px;
	z-index: 1;
}

body.page-id-2612 .contact-card{
	position: relative;
	margin-top: -100px;
	z-index: 2;
}

body.page-id-2612 .contact-card > div{
	background-color: white;
	max-width: 1000px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}

body.page-id-2612 .contact-card > div > .wp-block-columns{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center;
	-webkit-box-align: top;	-ms-flex-align: top;	align-items: top;
	margin-bottom: 0;
	width:100%;
	margin-top:6px;
}

body.page-id-2612 .contact-card p{
	margin-bottom: 0;
}

body.page-id-2612 .inside-article .contact-card .wp-block-group__inner-container{
	display:block;
}

body.page-id-2612 .inside-article .home-title{
	margin-bottom:10vh;
}

body.page-id-2612 .wp-image-1838{
	width:150px;
}

body.page-id-2612 .Arrow-Animation{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3vh;
}

@media only screen and (min-width: 768px){

	body.page-id-2612 .menu-item a{
	color: white !important;
}

body.page-id-2612 .timeline-gallery > .wp-block-group__inner-container{
	padding-top: 20px;
	}

}



@media only screen and (max-width: 768px){

	body.page-id-2612 .home-title-upper h1{
	font-size:48px;
	line-height:52px;
}

body.page-id-2612 figure.wp-block-video.alignfull video{
	height: 100vh;
	width: auto;
}

body.page-id-2612 .year-menu{
	display:-webkit-box;	display:-webkit-flex;	display:-ms-flexbox;	display:flex;
	-ms-flex-wrap: nowrap;	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-box-pack: normal;	-ms-flex-pack: normal;	justify-content: normal;
	-webkit-box-align: normal;	-ms-flex-align: normal;	align-items: normal;

	scrollbar-width: none;
}

body.page-id-2612 .year-menu::-webkit-scrollbar{
	display: none;
}

body.page-id-2612 .year-tab{
	-webkit-box-flex: 0 0 auto;	-ms-flex: 0 0 auto;	flex: 0 0 auto;
	min-width: 60px;
	margin-right: 10px;
	font-size: 16px;
}

body.page-id-2612 .year-tab-current{
	font-size: 22px !important;
}

body.page-id-2612 .year-pane{
	-webkit-box-orient: column;	-webkit-box-direction: column;	-ms-flex-direction: column;	flex-direction: column;
}

body.page-id-2612 .project-pane{
	width: 100% !important;
}

body.page-id-2612 .project-title{
	margin-top: 10px;
	color: #333333;
	padding: 0px;
	opacity: 1;
	text-shadow: none;
}

body.page-id-2612 .project-title p{
	margin-bottom:10px;
}

body.page-id-2612 .project-image-mobile + .project-image{
	display: none;
}

body.page-id-2612 .project-image-mobile{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
}

body.page-id-2612 .address-left-align{
	text-align: left !important;
	}

}



@media only screen and (max-width: 443px){

	body.page-id-2612 .home-title h1{
	font-size: 38px;
	}

}



@media only screen and (max-width: 342px){

	body.page-id-2612 .home-title h1{
	font-size: 32px;
	}

}