@charset "UTF-8";
/* Reset CSS
 * --------------------------------------- */
* {
  outline: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
}
a:hover {
	text-decoration: none;
}

table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* Custom CSS
 * --------------------------------------- */

body, html {
	font: 14px Arial, "寰蒋闆呴粦";
	color: #666;
	width: 100%;
	height: 100%;
	background: #181818;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
@font-face {
	font-family: "HelveticaNeueThn";
	src: url("../sharing/fonts/HelveticaNeueThn.woff2") format("woff2"),  url("../sharing/fonts/HelveticaNeueThn.woff") format("woff"),  url("../sharing/fonts/HelveticaNeueThn.ttf") format("truetype"),  url("../sharing/fonts/HelveticaNeueThn.eot") format("embedded-opentype"),  url("../sharing/fonts/HelveticaNeueThn.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.copyright {
	display: none;
}
.slidebox {
	display: none;
}
.case {
	background: #121212;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.masked {
	background-image: -webkit-linear-gradient(left, #222, #666 25%, #222 50%, #666 75%, #222);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 2s infinite linear;
}
}
@-webkit-keyframes masked-animation {
 0% {
background-position: 0 0;
}
 100% {
background-position: -100% 0;
}
}
.dropdown-menu{
	background: #272727;
	min-width: inherit;
}
.dropdown-menu > li > a{
	padding: 18px 30px;
	color: #999;
}
#loading {
	position: fixed;
	background: #121212;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}
#loading .masked {
	font-size: 14px;
	letter-spacing: 6px;
}
.focus-text {
	position: absolute;
	left: 10%;
	top: 35%;
	z-index: 10;
	width: 80%;
	text-align: center;
}
.focus-text .text-lg {
	letter-spacing: 2px;
	font-size: 30px;
	color: #ddd;
	font-weight: bold;
}
.focus-text .text-sm {
	font-size: 14px;
	color: #ddd;
	opacity: .7;
	letter-spacing: 5px;
}
.focus-text .text-xs {
	font-size: 12px;
	color: #ddd;
	opacity: .6;
	border-top: solid 1px rgba(221,221,221,.6);
	padding: 5px 0;
	letter-spacing: 2px;
	margin-top: 30px;
}
.hidden-text {
	display: none;
}
.navbar-default {
	background-color: rgba(18,18,18,.9);
	border: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #ddd;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.mask {
	background: rgb(18,18,18);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	/**color: rgb(40, 40, 40);
    	background-color: rgb(0, 0, 0);
		background-image: -webkit-linear-gradient(bottom, currentcolor, transparent);
		background-image: -o-linear-gradient(bottom, currentcolor, transparent);
		background-image: linear-gradient(to top, currentcolor, transparent);
		**/
	opacity: 0.5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: none;
	color: #ddd;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
}
.img-mask {
	background: rgb(18,18,18);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0.6
}
.mouser-scroll {
	border-style: solid;
	width: 24px;
	min-height: 20px;
	height: 36px;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 12px);
	border-radius: 50px;
	margin-bottom: 15px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 4px;
	border-width: 2px;
	border-color: rgba(230, 230, 230, 0.560784);
	border-bottom-color: rgba(230,230,230,0.56);
	border-top-color: rgba(230,230,230,0.56);
	border-right-color: rgba(230,230,230,0.56);
	border-left-color: rgba(230,230,230,0.56);
	z-index: 10;
}
.slidebox {
	display: block;
	position: absolute;
	right: 0;
	bottom: 120px;
	z-index: 9999999;
}
.slidebox .slidebox-desc {
	display: none;
	float: left;
	width: 500px;
	height: 170px;
	background: rgba(24,24,24,.6);
	padding: 30px;
	color: #aaa;
	font-weight: normal;
}
.slidebox .slidebox-desc h3 {
	margin-bottom: 10px;
}
.slidebox .slidebox-desc p {
	line-height: 24px;
	font-size: 12px;
}
.slidebox .control-button {
	display: none;
	float: left;
	position: relative;
	width: 160px;
	margin-top: 25px
}
.slidebox .control-button .cbtn {
	display: block;
	float: left;
	width: 80px;
	height: 120px;
	background: #494949;
	color: #bbb;
	line-height: 120px;
	text-align: center;
	transition: all .36s ease;
}
.slidebox .control-button .cbtn .iconfont {
	font-size: 24px;
}
.slidebox .control-button .swiper-button-disabled {
	color: #666;
}
.slidebox .control-button .cbtn:hover {
	color: #fff;
}
.slidebox .control-button .swiper-button-disabled:hover {
	color: #666;
}
.slidebox .control-button .line {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 46px;
	background: #777;
}
.home-pagination-v {
	right: 30px!important;
}
.home-pagination-v .swiper-pagination-bullet {
	background: #a9a9a9!important;
	margin: 10px 0!important;
	width: 10px;
	height: 10px;
}
.home-pagination-v .swiper-pagination-bullet-active {
	background: #a9a9a9!important;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	display: none;
}
.swiper-pagination-v {
	display: block
}
.container-fluid {
	padding: 0 3.5%;
}
.wrapper {
	margin: 3.5%;
}
.page-wrapper-header {
	margin: 20px 0 20px 0;
	overflow: hidden;
}
.fix-header-padding {
	padding: 0 3.5%;
}
.page-wrapper-header .title {
}
.page-wrapper-header .title .en {
	font-size: 24px;
	font-weight: bold;
	color: #ddd;
	text-align: center;
}
.page-wrapper-header .title .zh {
	font-size: 14px;
	color: #777;
	text-align: center;
}
.home-case-tab, .home-news-tab, .home-about-tab, .home-service-tab {
	margin-top: 3%;
	text-align: center;
	display: none;
}
.service-control-button, .news-control-button, .team-control-button, .contact-control-button {
	text-align: center;
}
.service-control-button .service-button-prev, .service-control-button .service-button-next, .service-swiper-pagination, .news-control-button .news-button-prev, .news-control-button .news-button-next, .news-swiper-pagination, .team-control-button .team-button-prev, .team-control-button .team-button-next, .team-swiper-pagination, .contact-control-button .contact-button-prev, .contact-control-button .contact-button-next, .contact-swiper-pagination {
	display: inline-block;
	font-size: 30px;
	margin: 0 10px;
	margin-top: 3%;
	transition: all .36s ease;
}
.service-swiper-pagination, .news-swiper-pagination, .team-swiper-pagination, .contact-swiper-pagination {
	margin-top: 3%;
}
.service-swiper-pagination .swiper-pagination-bullet, .news-swiper-pagination .swiper-pagination-bullet, .team-swiper-pagination .swiper-pagination-bullet, .contact-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #a9a9a9!important;
}
.service-control-button .swiper-button-disabled, .news-control-button .swiper-button-disabled, .team-control-button .swiper-button-disabled, .contact-control-button .swiper-button-disabled {
	opacity: 0.1!important;
}
.img-list {
	cursor: pointer;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 90%;
	margin: 0 auto;
	background: #0f0f0f;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
}
.page-team .img-list {
	width: 100%;
	margin-bottom: 30px;
}
.page-list .img-list {
	width: 100%;
	margin-bottom: 30px;
}
.img-list .mask {
	opacity: 0.6;
	background: rgb(18,18,18);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.img-list:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.img-list:hover .mask {
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.img-list .desc {
	position: absolute;
	left: 0;
	bottom: 90px;
	height: auto;
	padding: 20px;
	width: 100%;
	z-index: 999;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.img-list:hover .desc {
	background: rgba(15,15,15,.9);
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.img-list .case-title {
	color: #ddd;
	font-size: 18px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.img-list .team-title {
	color: #ddd;
	font-size: 18px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.img-list:hover .case-title {
	color: #333;
}
.img-list:hover .team-title {
	color: #ddd;
}
.img-list .case-time {
	color: #666;
	font-size: 12px;
	margin-bottom: 25px;
}
.img-list .sub-title {
	color: #777;
	font-size: 14px;
	margin-bottom: 25px;
}
.img-list .case-desc {
	color: #666;
	font-size: 14px;
}
.img-list .team-desc {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.img-list .team-more {
	background: #424242;
	color: #ccc;
	text-align: center;
	padding: 12px 0;
	margin-top: 25px;
	display: block;
}
.service-list {
	cursor: pointer;
	overflow: hidden;
	height: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(40%); /* Chrome, Safari, Opera */
	filter: grayscale(40%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.service-list:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.service-list .mask {
	opacity: 0.6;
	background: rgb(18,18,18);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.service-list:hover .mask {
	opacity: 0;
}
.service-list .desc {
	height: auto;
	padding: 20px;
	width: 100%;
	z-index: 999;
	text-align: center;
	transition: all linear .26s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	bottom:0;
	    background: rgba(0,0,0,0.5);
	
}
.service-list .desc .more {
	color: #777;
	padding: 8px 50px;
	background: transparent;
	border: #444 1px solid;
	transition: all ease-out .26s;
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
}
.service-list .desc .iconfont {
	font-weight: 300;
}
.service-list .title {
	color: #ccc;
	font-size: 20px;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.service-list .subtitle {
	color: #777;
	font-size: 13px;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	transition: all linear .26s;
}
.service-list .substr {
	margin-top: 20px;
	color: #aaa;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	font-size: 13px;
	line-height: 20px;
	height: 120px;
	transition: all linear .26s;
	text-align:left;
}
.service-list:hover .desc {

}
.service-list:hover .substr, .service-list:hover .subtitle {
	color: #aaa;
}
.service-list:hover .more {
	color: #ccc;
	border: solid 1px #ccc;
}
.fullpage-slide {
	height: 100%;
	background-size: cover;
	padding: 0 60px;
	text-align: center;
	-webkit-filter: grayscale(40%); /* Chrome, Safari, Opera */
	filter: grayscale(40%);
	transition: all .36s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fullpage-slide:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.fullpage-slide .img-mask {
	transition: all .36s ease;
}
.fullpage-slide:hover .img-mask {
	opacity: 0.3;
}
.fullpage-slide .list-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	background-position: center center;
}
.fullpage-slide .list-title {
	position: relative;
	z-index: 10;
	color: #ddd;
	opacity: 0.9;
	font-weight: 300;
	padding: 20px;
	transform: translate(0, 0);
}

.fullpage-slide .service-list-tile {
	padding:10px;
	
}
.fullpage-slide .service-list-tile .substr {
	height: 200px !important;
	-webkit-line-clamp: 10 !important;
}




.fullpage-slide .list-title .zh {
	font-size: 22px;
	margin-bottom: 10px;
}
.fullpage-slide .list-title .en {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.fullpage-slide .list-title .local {
	margin-bottom: 20px;
}
.fullpage-slide .list-title .more {
	color: #ddd;
	cursor: pointer;
	margin-bottom: 50px;
	opacity: 1;
	transition: all .36s ease;
}
.fullpage-slide .list-title .more .iconfont {
	font-size: 50px;
}
.fullpage-slide .list-title .substr {
	font-size: 13px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.fullpage-slide .list-desc {
	display: none;
}
.service-list .img-mask {
	opacity: 0.5;
	background: #0f0f0f;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.fullpage-slide .list-desc .p {
	display: none;
}
.project-swiper-pagination {
	display: none;
}
.project-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #a9a9a9!important;
}
.project-button-next, .project-button-prev,.service-major-button-next, .service-major-button-prev  {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -30px;
}
.project-button-next .iconfont, .project-button-prev .iconfont,.service-major-button-next .iconfont, .service-major-button-prev .iconfont {
	font-size: 50px;
	color: #ddd;
	opacity: 0.8;
}
.project-button-next,.service-major-button-next {
	right: 10px;
	left: auto;
}
.project-button-prev,.service-major-button-prev {
	left: 10px;
	right: auto;
}
.project-button-prev.swiper-button-disabled, .project-button-next.swiper-button-disabled,.service-major-button-prev.swiper-button-disabled, .service-major-button-next.swiper-button-disabled {
	opacity: 0.35;
}
.project-swiper-pagination .swiper-button-disabled {
	opacity: 0.1!important;
}
.page-banner {
	width: 100%;
	height: 100%;
	background: #181818;
	position: relative;
}
.page-banner .text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.page-banner .text-wrapper .text-detail {
	text-align: center;
	max-width: 80%;
	padding-top: 30px;
	position: relative;
	z-index: 10;
	opacity: 0.8;
}
.page-banner .text-wrapper .text-detail .title {
	margin: 30px 0;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 26px;
}
.page-banner .text-wrapper .text-detail .title span {
	color: rgba(255, 255, 255, 0.9);
}
.page-banner .text-wrapper .text-detail .desc {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 200;
	color: rgba(221, 221, 221, 0.8);
}
.page-content {
	width: 100%;
}
.page-content .colum {
	width: 100%;
	padding: 30px 0;
}
.page-content .title {
	margin-bottom: 20px;
}
.page-content .title .en {
	font-size: 30px;
	font-weight: bold;
	color: #ddd;
	text-align: center;
}
.page-content .title .zh {
	font-size: 18px;
	color: #777;
	text-align: center;
}
.page-content .detail {
	color: #777;
	line-height: 1.8;
	padding: 0;
	line-height: 26px;
}
.page-content .detail img {
	max-width: 100%;
}
.page-content .countbar .number {
	text-align: center;
	padding-top: 30px;
}
.page-content .countbar .number .data {
	font-size: 30px;
	color: #ddd;
	text-align: center;
	font-family: HelveticaNeueThn
}
.page-content .countbar .number .plus {
	position: relative;
	top: 1px;
	left: 3px;
	font-size: 14px;
	vertical-align: top;
}
.page-content .countbar .item {
	font-size: 14px;
	line-height: 30px;
	color: #777;
	text-align: center;
}
.fixed-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999
}
.fixed-header .title .en {
	color: #ddd;
	opacity: 0.9;
}
.fixed-header .title .zh {
	color: #ddd;
	opacity: 0.5;
}
.news-list {
	display: block;
	height: 100%;
	transition: all .36s ease;
	position: relative;
	overflow: hidden;
	-ms-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-webkit-transform:translate(0, 0);
	transform: translate(0, 0);
}
.page-list .news-list {
	margin-bottom: 20px;
}
.news-list .news-desc {
	background: #202020; 
	padding: 20px;
}
.news-list .news-thumb {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	display: block;
	height: 100%;
}
.news-list:hover{
	-ms-transform:translate(0, -10px);
	-moz-transform:translate(0, -10px);
	-webkit-transform:translate(0, -10px);
	transform: translate(0, -10px);
}
.news-list:hover .news-thumb {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.news-list .title {
	margin-bottom: 15px;
	color: #ccc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	font-size: 16px;
}
.news-list .desc {
	line-height: 24px;
	height: 48px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
}
.news-list .tag {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	font-weight: bold;
	z-index: 10;
	color: #ccc;
}
.news-list .img-mask {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}
.news-list:hover .img-mask {
	opacity: 0;
}

.news-list .cate {
	color: #404040;
}
.news-list .more {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 10;
	width: 100%;
	text-align: center
}
.news-list .more .iconfont {
	font-size: 60px;
	color: #ddd;
	opacity: 0.8;
}
.news-list .more:hover .iconfont {
	opacity: 1;
}
.home-about-tab ul li {
	float: left;
}
.home-about-tab ul li a {
	padding: 10px 20px;
	transition: all .36s ease;
}
.home-about-tab ul li a:hover, .home-about-tab ul .active a {
	color: #ddd;
}
.about-container {
	padding: 0 15px;
}
.about-container .left-content {
	display: none;
	background: #0d0d0d;
	height: 100%;
	position: relative;
}
.about-container .right-content {
	height: 100%;
	position: relative;
}
.about-container .left-content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.about-container .left-content .box .vertical-wrapper {
	text-align: center;
}
.about-container .left-content .box .vertical-wrapper img {
	width: 45%;
}
.about-container .left-content .box .vertical-wrapper .slogan {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 10px;
}
.about-container .right-content .box {
	padding: 0px;
	text-align: center;
}
.about-container .right-content .box .title {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
}
.about-container .right-content .box .title .zh {
	color: #ddd;
}
.about-container .right-content .box .title .en {
	color: #666;
}
.about-container .right-content .box .desc {
	font-size: 13px;
	line-height: 28px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.about-container .right-content .box .view {
	color: #666;
	transition: all .36s ease;
	margin-top: 20px;
	border: solid 1px #3e3e3e;
	padding: 5px 20px;
	display: inline-block;
}
.about-container .right-content .box .view:hover {
	color: #ddd;
	border: solid 1px #aaa;
}
.about-container .countbar {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: auto;
	;
}
.about-container .countbar .number {
	text-align: center;
}
.about-container .countbar .item {
	font-size: 14px;
	line-height: 30px;
	color: #777;
	text-align: center;
	margin-bottom: 15px;
}
.about-container .countbar .number .plus {
	position: relative;
	top: 1px;
	left: 3px;
	font-size: 14px;
	vertical-align: top;
}
.about-container .countbar .number .data {
	font-size: 20px;
	color: #ddd;
	font-family: HelveticaNeueThn
}
.contact-container {
	padding: 0!important;
}
.contact-container .align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.contact-container .align-items .row {
	width: 100%;
}
.contact-list {
	line-height: 20px;
}
.page-list .contact-list {
	margin-bottom: 20px;
	padding: 10px;
}
.contact-list .company {
	color: #ddd;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}
.contact-list .info {
	color: #777;
}
.contact-container .footer-logo {
	display: none;
	text-align: left;
}
.contact-container .footer-logo img {
	max-width: 90%;
	margin-top: -10px;
}
.contact-container .weixin {
	text-align: center;
	width: 100%;
}
.contact-container .weixin img {
	max-width: 30%;
	margin-bottom: 10px;
	margin-top: 20px;
}
.contact-container .weixin p {
	color: #777;
}
.contact-footer {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.history .history-list-container {
	display: none;
}
.history .timeline {
	display: none;
}
.history .app-history .history-list {
	border-left: solid 1px #333;
	margin-left: 0px;
	padding-left: 30px;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 24px;
}
.history .app-history .history-list .dot {
	position: absolute;
	left: 0;
	top: 23px;
	width: 10px;
	height: 10px;
	background: #333;
}
.history .app-history .history-list .time {
	font-size: 14px;
}
.history .app-history .history-list .title {
	margin-top: 20px;
	color: #ddd;
	margin-bottom: 10px;
}
.history .app-history .history-list .title a {
	color: #ddd;
}
.footer {
	padding: 20px 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.page-category {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center
}
.page-category ul {
	display: block;
	text-align: center;
	width: 100%;
}
.page-category ul li {
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #333;
	padding: 5px 10px;
	margin-top: 5px;
	transition: all .36s ease;
}
.page-category ul li.active {
	background: #424242;
	border: solid 1px #424242;
}
.page-category ul li a {
	transition: all .36s ease;
	color: #777;
	text-decoration: none
}
.page-category ul li a:hover {
	color: #ccc
}
.page-category ul li.active a {
	color: #ccc;
}
.page-category ul li.active a:hover {
	color: #ccc;
}
.page-list {
	background: #181818;
	padding: 20px 0;
	margin-top: 50px;
}
.content-title {
	text-align: center;
	margin-bottom: 20px;
}
.modal-body {
	line-height: 24px;
	font-size: 13px;
}
.modal-body img {
	max-width: 100%;
}
.img-scale {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.img-scale .team-dummy {
	margin-top: 125%;
}
.img-scale .list-dummy {
	margin-top: 60%;
}
.img-scale .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pages .total {
	display: none
}
.pages a, .pages span {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	transition: all .2s ease-in;
	color: #777;
	font-size: 16px;
}
.pages .current, .pages a:hover {
	color: #ddd;
}
.team-show .thumb {
	text-align: center
}
.team-show .thumb img {
	max-width: 100%!important;
	width: 100%;
}
.team-show .content {
	padding: 20px;
}
.team-show .show-title {
	color: #ddd;
	margin-top: 20px;
	text-align: left;
	font-size: 22px;
}
.team-show .tag {
	color: #777;
	margin-bottom: 30px;
}
.team-show .info {
	color: #666;
	margin-bottom: 30px;
}
.team-ajaxshow .thumb {
	text-align: center
}
.team-ajaxshow .thumb img {
	max-width: 100%!important;
	width: 100%;
}
.team-ajaxshow .content {
	padding: 20px;
}
.team-ajaxshow .show-title {
	color: #202020;
	margin-top: 20px;
	text-align: left;
	font-size: 22px;
}
.team-ajaxshow .tag {
	color: #aaa;
	margin-bottom: 30px;
}
.team-ajaxshow .info {
	color: #666;
	margin-bottom: 30px;
}
.sbider {
	display: none;
}
.page-news {
	background: #202020;
	margin-bottom: 20px;
}
.page-news .thumb {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	transition: all .36s ease;
}
.page-news .thumb .tag {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 26px;
	font-weight: bold;
	z-index: 10;
	color: #ddd;
}
.page-news .img-mask {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
}
.page-news .thumb:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.page-news .thumb:hover .img-mask {
	opacity: 0;
}
.page-news .info {
	padding: 15px 20px;
}
.page-news .info .newstitle {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	color: #ddd;
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}
.page-news .info .description {
	line-height: 24px;
	height: 48px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 13px;
}
.nextpage a:hover {
	color: #ddd;
	text-decoration: none;
}
.list-case {
	margin-bottom: 15px;
}
.list-case .img-scale {
	margin-bottom: 0;
}
.list-case .list-dummy {
	margin-top: 65%;
}
.list-case .img-scale .thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear .2s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
}
.list-case .img-scale .thumb .mask {
	transition: all linear .2s;
	opacity: 0.6;
}
.list-case .desc {
	padding: 20px;
	text-align: center;
	transition: all linear .2s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	background: #202020;
}
.list-case .desc .title {
	margin-bottom: 0;
	font-size: 18px;
	color: #ccc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-case .desc .subtitle {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-case .desc .substr {
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	margin: 20px 0 30px 0;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list-case .desc .more {
	color: #777;
	padding: 8px 50px;
	background: transparent;
	border: #444 1px solid;
	transition: all ease-out .3s;
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
}
.list-case:hover .desc {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.list-case:hover .thumb {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.list-case:hover .thumb .mask {
	opacity: 0;
}
.list-case:hover .desc .more {
	border: solid 1px #ccc;
	color: #ccc;
}
.list-service {
	margin-bottom: 30px;
}
.list-service .img-scale {
	margin-bottom: 0;
}
.list-service .list-dummy {
	margin-top: 100%;
}
.list-service .thumb {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all linear .2s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}
.list-service .thumb .mask {
	background: #202020;
	opacity: 1;
	transition: all linear .2s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.list-service .thumb:hover .mask {
	opacity: 0.8
}
.list-service .thumb .desc {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	transition: all linear .2s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.list-service .thumb .desc .box {
	padding: 0 30px;
}
.list-service .desc .title {
	margin-bottom: 0;
	font-size: 20px;
	color: #ccc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-service .desc .subtitle {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all linear .26s;
}
.list-service .desc .substr {
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	margin: 20px 0 30px 0;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all linear .26s;
}
.list-service .desc .more {
	color: #777;
	padding: 8px 50px;
	background: transparent;
	border: #444 1px solid;
	transition: all ease-out .26s;
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
}
.list-service:hover .thumb {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);;
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.list-service:hover .desc .more {
	border: solid 1px #ccc;
	color: #ccc;
}
.list-service:hover .desc .substr, .list-service:hover .desc .subtitle {
	color: #aaa;
}

.list-ajaxshow .show-title {
	color: #202020;
	text-align: left;
	font-size: 18px;
	margin-top: 0;
}
.list-ajaxshow .tag {
	color: #aaa;
	margin-bottom: 30px;
}

.pc-contact-container{display:none;}
.app-contact-container{display:block;}

.service-page{width:100%;height:100%;}
.service-page .service-major-list-container .fullpage-slide .list-title{

	padding:0;
	
}

.service-page .service-major-list-container .fullpage-slide .list-title .title{
	margin-bottom:20px;	

}

.service-page .service-major-list-container .fullpage-slide .list-title .en{
	font-weight:normal;
	
}

.service-page .service-major-list-container .fullpage-slide .list-title .zh{
	font-size:22px;
	margin-bottom:0;
	font-weight:bold;
}

.service-page .service-major-list-container .fullpage-slide .list-title .substr{

	height:auto;
	-webkit-line-clamp: inherit;

}

.service-page .service-major-list-container .fullpage-slide .list-title .local{
	font-size:18px;

}

.case-app-btn{display:none}
.pc-service-slide{
display:none
}

.app-service-slide{
display:block
}

@media (min-width:1024px) {
body {
	overflow-x: hidden;
	background: #181818;
}
#loading .masked {
	font-size: 20px;
	letter-spacing: 10px;
}
#navbar.animated {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.navbar-default {
	background: none;
	transition: height .36s ease;
	border: none;
	padding-top: 20px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	display: block;
	margin-left: 0;
	width: 120px;
	height: 90px;
	padding: 0;
	text-indent: -9999px;
	background: url(../../images/sharing/logo.png) no-repeat;
	background-size: cover;
	margin-top: 20px;
}
.navbar-brand > img {
	display: none;
}
.navbar-nav {
	margin-top: 15px;
}
.navbar-right {
	margin-right: 0;
}
.navbar-default .navbar-nav>li>a {
	padding: 15px 25px;
	color: rgba(255,255,255,.5);
	transition: all .36s ease;
}
.navbar-default .navbar-nav>li>a:hover {
	color: rgba(255,255,255,.7);
}
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: none;
	color: #ddd;
}
.copyright {
	display: block;
	position: absolute;
	left: 3.5%;
	bottom: 80px;
	font-size: 12px;
	z-index: 9999999;
	color: rgba(255,255,255,.3);
	line-height: 18px;
}
.hidden-text {
	display: none;
}
.focus-text {
	position: absolute;
	left: 10%;
	top: 35%;
	z-index: 10;
	text-align: left;
	width: 40%;
}
.focus-text .text-lg {
	letter-spacing: 5px;
	font-size: 60px;
	color: #ddd;
}
.focus-text .text-sm {
	font-size: 20px;
	color: #ddd;
	opacity: .7;
	letter-spacing: 10px;
	font-weight: 300;
}
.focus-text .text-xs {
	font-size: 16px;
	color: #ddd;
	opacity: .6;
	border-top: solid 1px rgba(221,221,221,.6);
	padding: 10px 0px;
	letter-spacing: 5px;
	font-weight: 300;
	margin-top: 40px;
	line-height: 22px;
}
.mask {
	background: rgb(18,18,18);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	/**color: rgb(40, 40, 40);
    	background-color: rgb(0, 0, 0);
		background-image: -webkit-linear-gradient(bottom, currentcolor, transparent);
		background-image: -o-linear-gradient(bottom, currentcolor, transparent);
		background-image: linear-gradient(to top, currentcolor, transparent);
		**/
	opacity: 0.5;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
	-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)!important;
}
.img-mask {
	background: rgb(18,18,18);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0.6
}
.mouser-scroll {
	border-style: solid;
	width: 24px;
	min-height: 20px;
	height: 36px;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 12px);
	border-radius: 50px;
	margin-bottom: 15px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 4px;
	border-width: 2px;
	border-color: rgba(230, 230, 230, 0.560784);
	border-bottom-color: rgba(230,230,230,0.56);
	border-top-color: rgba(230,230,230,0.56);
	border-right-color: rgba(230,230,230,0.56);
	border-left-color: rgba(230,230,230,0.56);
	z-index: 10;
}
.slidebox {
	display: block;
	position: absolute;
	right: 0;
	bottom: 120px;
	z-index: 9999999;
}
.slidebox .slidebox-desc {
	display: block;
	float: left;
	width: 500px;
	height: 170px;
	background: rgba(24,24,24,.6);
	padding: 30px;
	color: #aaa;
	font-weight: normal;
}
.slidebox .slidebox-desc h3 {
	margin-bottom: 10px;
}
.slidebox .slidebox-desc p {
	line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
}
.slidebox .control-button {
	display: block;
	float: left;
	position: relative;
	width: 160px;
	margin-top: 25px
}
.slidebox .control-button .cbtn {
	display: block;
	float: left;
	width: 80px;
	height: 120px;
	background: #494949;
	color: #bbb;
	line-height: 120px;
	text-align: center;
	transition: all .36s ease;
}
.slidebox .control-button .cbtn .iconfont {
	font-size: 24px;
}
.slidebox .control-button .swiper-button-disabled {
	color: #666;
}
.slidebox .control-button .cbtn:hover {
	color: #fff;
}
.slidebox .control-button .swiper-button-disabled:hover {
	color: #666;
}
.slidebox .control-button .line {
	content: "";
	width: 1px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 46px;
	background: #777;
}
.home-pagination-v {
	right: 30px!important;
}
.home-pagination-v .swiper-pagination-bullet {
	background: #a9a9a9!important;
	margin: 10px 0!important;
	width: 10px;
	height: 10px;
}
.home-pagination-v .swiper-pagination-bullet-active {
	background: #a9a9a9!important;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	display: none;
}
.swiper-pagination-v {
	display: block
}

/*
.navbar-nav>li:hover .dropdown-menu {
	display: block;
	animation: fade-in;
	animation-duration: .2s;
	-webkit-animation: fade-in .2s;
}
.dropdown-menu {
	min-width: inherit;
	background: #272727;
	transition: all .36s ease;
}
.dropdown-menu>li>a {
	color: #999;
	padding: 18px 30px;
	transition: all .36s ease;
}
.dropdown-menu>li>a:hover {
}

*/

.container-fluid {
	padding: 0 3.5%;
}
.wrapper {
	margin: 3.5%;
}
.page-wrapper-header {
	margin: 40px 0 40px 0;
	overflow: hidden;
}
.page-wrapper-header .title {
	float: left;
}
.page-wrapper-header .title .en {
	font-size: 40px;
	font-weight: bold;
	color: #ddd;
}
.page-wrapper-header .title .zh {
	font-size: 24px;
	color: #777;
	text-align: left;
}
.home-case-tab, .home-news-tab, .home-about-tab, .home-service-tab {
	float: right;
	margin-top: 20px;
	display: inherit;
}
.home-case-tab ul li, .home-news-tab ul li , .home-service-tab ul li  {
	float: left;
}
.home-case-tab ul li a, .home-news-tab ul li a, .home-about-tab ul li a, .home-service-tab ul li a{
	padding: 10px 20px;
	transition: all .36s ease;
	cursor: pointer;
	border: none;
	margin-right: 0;
	color: rgba(255,255,255,0.5);
}
.home-case-tab ul li a:hover, .home-case-tab ul .active a, .home-news-tab ul li a:hover, .home-news-tab ul .active a, .home-service-tab ul .active a {
	color: #ddd;
}
.service-control-button, .news-control-button, .team-control-button, .contact-control-button {
	text-align: center;
}
.service-control-button .service-button-prev, .service-control-button .service-button-next, .service-swiper-pagination, .news-control-button .news-button-prev, .news-control-button .news-button-next, .news-swiper-pagination, .team-control-button .team-button-prev, .team-control-button .team-button-next, .team-swiper-pagination, .contact-control-button .contact-button-prev, .contact-control-button .contact-button-next, .contact-swiper-pagination {
	display: inline-block;
	font-size: 30px;
	margin: 0 10px;
	margin-top: 20px;
	transition: all .36s ease;
}
.service-swiper-pagination, .news-swiper-pagination, .team-swiper-pagination, .contact-swiper-pagination {
	margin-top: 20px;
}
.service-swiper-pagination .swiper-pagination-bullet, .news-swiper-pagination .swiper-pagination-bullet, .team-swiper-pagination .swiper-pagination-bullet, .contact-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #a9a9a9!important;
}
.service-control-button .swiper-button-disabled, .news-control-button .swiper-button-disabled, .team-control-button .swiper-button-disabled, .contact-control-button .swiper-button-disabled {
	opacity: 0.1!important;
}
.img-list {
	cursor: pointer;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
	background: #0f0f0f;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
}
.img-list .mask {
	opacity: 0.6;
	background: rgb(18,18,18);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.img-list:hover .mask {
	opacity: 0.2;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.img-list .desc {
	position: absolute;
	left: 0;
	bottom: 90px;
	height: auto;
	padding: 20px;
	width: 100%;
	background: none;
	z-index: 999;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.img-list:hover .desc {
	background: rgba(15,15,15,.9);
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.img-list .case-title {
	color: #ddd;
	font-size: 18px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.img-list .team-title {
	color: #ddd;
	font-size: 18px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.img-list:hover .case-title {
	color: #333;
}
.img-list:hover .team-title {
	color: #ddd;
}
.img-list .case-time {
	color: #666;
	font-size: 12px;
	margin-bottom: 25px;
}
.img-list .sub-title {
	color: #666;
	font-size: 14px;
	margin-bottom: 25px;
}
.img-list .case-desc {
	color: #666;
	font-size: 14px;
}
.img-list .team-desc {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.img-list .team-more {
	background: #424242;
	color: #ccc;
	text-align: center;
	padding: 12px 0;
	margin-top: 25px;
}
.fullpage-slide {
	height: 100%;
	background-size: cover;
	padding: 0 60px;
	text-align: center;
	-webkit-filter: grayscale(60%); /* Chrome, Safari, Opera */
	filter: grayscale(60%);
	transition: all .36s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fullpage-slide:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.fullpage-slide .list-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	background-position: center center;
}
.fullpage-slide:hover .list-thumb {
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.fullpage-slide .list-title {
	position: relative;
	z-index: 10;
	color: #ddd;
	opacity: 0.9;
	font-weight: 300;
	padding: 20px;
	transform: translate(0, 0);
	transition: all linear .26s;
}
.fullpage-slide .list-title .zh {
	font-size: 22px;
	margin-bottom: 10px;
}
.fullpage-slide .list-title .en {
	margin-bottom: 5px;
	font-size: 24px;
}
.fullpage-slide .list-title a {
	font-size: 40px;
	color: #ddd;
	cursor: pointer;
	margin-bottom: 50px;
	opacity: 0.6;
	transition: all .36s ease;
}
.fullpage-slide .list-title a:hover {
	opacity: 1;
}
.fullpage-slide .list-title .substr {
	display: none;
}
.fullpage-slide .list-desc {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: auto;
	min-height: 20%;
	padding: 30px;
	width: 100%;
	color: #666;
	background: rgba(255,255,255,.8);
	z-index: 999;
	text-align: left;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	font-size: 13px;
	display: inherit;
}
.fullpage-slide .list-desc a {
	font-size: 14px;
}
.fullpage-slide .list-desc a:hover {
	color: #333;
}
.fullpage-slide .list-desc .p {
	margin-bottom: 20px;
	line-height: 24px;
	display: inherit;
}
.fullpage-slide:hover .img-mask {
	opacity: 0.1;
}
.fullpage-slide:hover .list-desc {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
	
.fullpage-slide:hover .list-title {
	transform: translate(0, -10px);
}



.service-major-list-container .fullpage-slide:hover .list-thumb{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-major-list-container .fullpage-slide .list-desc {
	display: none;
}

.service-major-list-container .fullpage-slide .list-title {
	position: absolute;
	z-index: 10;
	color: #ddd;
	opacity: 0.9;
	font-weight: 300;
	padding: 40px;
	transform: translate(0, 0);
	transition: all linear .26s;
	left:10%;
	background:rgba(0,0,0,0.5);
	text-align:left;
	width:35%;
	height:auto;
}


.service-major-list-container .fullpage-slide:hover .list-title {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}




.service-major-list-container .fullpage-slide .substr {
	display:block;
	height:auto  !important;

}




.project-swiper-pagination {
	display: none;
}
.project-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #a9a9a9!important;
}
.project-button-next, .project-button-prev,.service-major-button-next, .service-major-button-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -30px;
}
.project-button-next .iconfont, .project-button-prev .iconfont,.service-major-button-next .iconfont, .service-major-button-prev .iconfont {
	font-size: 60px;
	color: #ddd;
	opacity: 0.8;
}
.project-button-next, .service-major-button-next{
	right: 10px;
	left: auto;
}
.project-button-prev, .service-major-button-prev {
	left: 10px;
	right: auto;
}
.project-button-prev.swiper-button-disabled, .project-button-next.swiper-button-disabled,.service-major-button-prev.swiper-button-disabled, .service-major-button-next.swiper-button-disabled {
	opacity: 0.35;
}
.project-swiper-pagination .swiper-button-disabled {
	opacity: 0.1!important;
}
.page-banner {
	width: 100%;
	height: 100%;
	background: #181818;
	position: relative;
}
.page-banner .text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.page-banner .text-wrapper .text-detail {
	text-align: center;
	max-width: 600px;
	padding-top: 30px;
}
.page-banner .text-wrapper .text-detail .title {
	margin: 30px 0;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 40px;
}
.page-banner .text-wrapper .text-detail .title span {
	color: rgba(255, 255, 255, 0.9);
}
.page-banner .text-wrapper .text-detail .desc {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 200;
	color: rgba(221, 221, 221, 0.8);
}
.page-content {
	width: 100%;
}
.page-content .colum {
	width: 100%;
	padding: 50px;
}
.page-content .title {
	margin-bottom: 30px;
}
.page-content .title .en {
	font-size: 40px;
	font-weight: bold;
	color: #ddd;
	text-align: center;
}
.page-content .title .zh {
	font-size: 24px;
	color: #777;
	text-align: center;
}
.page-content .detail {
	color: #777;
	line-height: 1.8;
	padding: 30px 0;
	line-height: 26px;
}
.page-content .detail img {
	max-width: 100%;
}
.page-content .countbar .number .data {
	font-size: 40px;
}
.fixed-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999
}
.fixed-header .title .en {
	color: #ddd;
	opacity: 0.9;
}
.fixed-header .title .zh {
	color: #ddd;
	opacity: 0.5;
}
.news-list .news-desc {
	padding: 30px;
}
.home-about-tab ul li {
	float: left;
}
.home-about-tab ul li a {
	padding: 10px 20px;
	transition: all .36s ease;
}
.home-about-tab ul li a:hover, .home-about-tab ul .active a {
	color: #ddd;
}
.about-container {
	margin-top: 30px;
	padding: 0 15px;
}
.about-container .left-content {
	display: inherit;
	background: #0d0d0d;
	height: 100%;
	position: relative;
}
.about-container .right-content {
	background: #181818;
	height: 100%;
	position: relative;
}
.about-container .left-content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.about-container .left-content .box .vertical-wrapper {
	text-align: center;
}
.about-container .left-content .box .vertical-wrapper img {
	width: 45%;
}
.about-container .left-content .box .vertical-wrapper .slogan {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 10px;
}
.about-container .right-content .box {
	padding: 4%;
	text-align: left;
}
.about-container .right-content .box .title {
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 26px;
	text-align: left;
}
.about-container .right-content .box .title .zh {
	color: #ddd;
}
.about-container .right-content .box .title .en {
	color: #666;
}
.about-container .right-content .box .desc {
	font-size: 14px;
	line-height: 28px;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-container .right-content .box .view {
	color: #666;
	transition: all .36s ease;
	margin-top: 40px;
	border: solid 1px #3e3e3e;
	padding: 10px 50px;
	display: inline-block;
}
.about-container .right-content .box .view:hover {
	color: #ddd;
	border: solid 1px #aaa
}
.about-container .countbar {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding-top: 30px;
	background: #1e1e1e;
}
.about-container .countbar .number {
	text-align: center;
}
.about-container .countbar .item {
	font-size: 14px;
	line-height: 30px;
	color: #777;
	text-align: center;
	margin-bottom: 30px;
}
.about-container .countbar .number .plus {
	position: relative;
	top: 1px;
	left: 3px;
	font-size: 14px;
	vertical-align: top;
}
.about-container .countbar .number .data {
	font-size: 36px;
	color: #ddd;
	font-family: HelveticaNeueThn
}
.contact-container {
	padding: 0!important;
}
.contact-container .align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.contact-container .align-items .row {
	width: 100%;
}
.contact-list {
	line-height: 20px;
}
.contact-list .company {
	color: #ddd;
	font-size: 13px;
	text-align: left;
}
.contact-list .info {
	color: #777;
}
.contact-container .footer-logo {
	text-align: left;
	display: inherit;
}
.contact-container .footer-logo img {
	max-width: 90%;
	margin-top: -10px;
}
.contact-container .weixin {
	text-align: center;
}
.contact-container .weixin img {
	max-width: 40%;
	margin-bottom: 10px;
	margin-top: 0;
}
.contact-container .weixin p {
	color: #777;
}
.contact-footer {
	text-align: center;
	color: #666;
}
.service-list .title {
	font-size: 22px;
}
.service-list .desc {
	padding: 30px;
}
.history .history-list-container {
	margin: 50px 0;
	display: inherit;
}
.history .team-control-button {
	margin-top: 30px;
}
.history .timeline {
	height: 1px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	top: 325px;
	display: inherit;
}
.history .history-list {
	border-left: solid 1px #333;
	margin-left: 30px;
	padding-left: 30px;
	overflow: hidden;
	padding-bottom: 15px;
}
.history .history-list .dot {
	position: absolute;
	left: 25px;
	bottom: -5px;
	width: 10px;
	height: 10px;
	background: #333;
}
.history .history-list .time {
	position: absolute;
	left: 25px;
	bottom: -30px;
	font-size: 14px;
	height: 25px;
}
.history .history-list .title {
	margin-top: 20px;
	color: #ddd;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.history .history-list .title a {
	color: #ddd;
	text-decoration: none
}
.history .history-list .desc {
	line-height: 24px;
	height: 144px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	color: #666;
}
.history .history-list .more {
	color: #777;
	text-decoration: none
}
.history .history-list .more:hover {
	color: #ddd;
	text-decoration: none
}
.history .app-history {
	display: none;
}
.page-list {
	margin-top: 150px;
}
.team-show .thumb img {
	max-width: 100%!important;
	width: 100%
}
.team-show .content {
	padding: 0;
	padding-left: 40px
}
.team-show .show-title {
	color: #ddd;
	text-align: left;
	font-size: 22px;
	margin-top: 0;
}
.team-show .tag {
	color: #777;
	margin-bottom: 30px;
}
.team-show .info {
	color: #666;
	margin-bottom: 30px;
}
.team-ajaxshow {
	padding: 30px;
}
.team-ajaxshow .thumb img {
	max-width: 100%!important;
	width: 100%
}
.team-ajaxshow .content {
	padding: 0;
	padding-left: 20px
}
.team-ajaxshow .show-title {
	color: #202020;
	text-align: left;
	font-size: 22px;
	margin-top: 0;
}
.team-ajaxshow .tag {
	color: #aaa;
	margin-bottom: 30px;
}
.team-ajaxshow .info {
	color: #666;
	margin-bottom: 30px;
}
.list-ajaxshow {
	padding: 30px;
}
.list-ajaxshow .thumb img {
	max-width: 100%!important;
	width: 100%
}
.list-ajaxshow .content {
	padding: 0;
}
.list-ajaxshow .show-title {
	color: #202020;
	text-align: left;
	font-size: 22px;
	margin-top: 0;
}
.list-ajaxshow .tag {
	color: #aaa;
	margin-bottom: 30px;
}
.list-ajaxshow .info {
	color: #666;
	margin-bottom: 30px;
}
.page-news {
	background: #202020;
	margin-bottom: 30px;
}
.list-case {
	margin-bottom: 30px;
}
.list-case .desc {
	padding: 30px;
}
.list-case .list-dummy {
	margin-top: 75%;
}

.pc-contact-container{display:block;}
.app-contact-container{display:none;}

.service-page{width:100%;height:100%;}
.service-page .service-major-list-container .fullpage-slide .list-title{
	bottom:20%;
	padding:35px;
	
}

.service-page .service-major-list-container .fullpage-slide .list-title .title{
	margin-bottom:20px;	

}

.service-page .service-major-list-container .fullpage-slide .list-title .en{
	font-weight:normal;
	
}

.service-page .service-major-list-container .fullpage-slide .list-title .zh{
	font-size:30px;
	margin-bottom:0;
	font-weight:bold;
}

.service-page .service-major-list-container .fullpage-slide .list-title .substr{
	margin-bottom:20px;
}

.service-page .service-major-list-container .fullpage-slide .list-title .local{
	font-size:24px;

}
.case-app-btn{display:block}

.pc-service-slide{
display:block
}

.app-service-slide{
display:none
}

}
 @keyframes fade-in {
	 0% {
	opacity: 0;
	}/*鍒濆鐘舵€ 閫忔槑搴︿负0*/
	 40% {
	opacity: 0;
	}/*杩囨浮鐘舵€ 閫忔槑搴︿负0*/
	 100% {
	opacity: 1;
	}/*缁撴潫鐘舵€ 閫忔槑搴︿负1*/
}
@-webkit-keyframes fade-in {/*閽堝webkit鍐呮牳*/
	 0% {
	opacity: 0;
	}
	 40% {
	opacity: 0;
	}
	 100% {
	opacity: 1;
	}
}