@charset "utf-8";

/* css reset */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
}

img {
	display: block;
	max-width: 100%;
	flex-shrink: 0;
	border: none;
	overflow: hidden;
}

li {
	list-style-type: none;
}

a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	-webkit-tap-highlight-color: transparent;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000000;
}

input,
button,
textarea,
body,
html {
	font-family: sans-serif;
}

/*修改表单元素placeholder默认置灰文字颜色*/
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, 0.15);
	font-weight: normal;
}

/* placeholder for chrome */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, 0.15);
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.about_timeline .community-carousel .swiper-slide .author-wrap .role {
	line-height: 1.2125em;
	text-rendering: optimizelegibility;
	/*font-family:MyriadPro-Bold,sans-serif;*/
	font-weight: bold;
}

html.no-scroll {
	overflow-y: hidden;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #111111;
}

/***** 字体图标 *****/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url("../font/Montserrat-Bold.woff2") format("woff2"),
		url("../font/Montserrat-Bold.woff") format("woff"),
		url("../font/Montserrat-Bold.ttf") format("truetype"),
		url("../font/Montserrat-Bold.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("../font/Montserrat-Regular.woff2") format("woff2"),
		url("../font/Montserrat-Regular.woff") format("woff"),
		url("../font/Montserrat-Regular.ttf") format("truetype"),
		url("../font/Montserrat-Regular.eot") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}


/******************** css sprite ********************/
#wrapper {
	padding-left: 100px;
}

#inner_wrapper {}

#i_inner_wrapper {}

.container {}

.main {}

/*分栏*/
.row {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.row_pr0 {
	padding-right: 0;
}

.row_p10 {
	padding: 0 10px;
}


/******************** public class ********************/
/**/
.btn_area {
	margin: 100px 0 0;
	text-align: center;
}

/*按钮：白色透明*/
a.btn-trans {
	display: inline-flex;
	padding: 16px 60px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 1);
	overflow: hidden;
	transition: none;
	-moz-transition: none;
	/* Firefox 4 */
	-webkit-transition: none;
	/* Safari 和 Chrome */
	-o-transition: none;
	/* Opera */
}

a.btn-trans span {
	position: relative;
	z-index: 1;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s ease 0s;
	/* Opera */
}

a.btn-trans::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #ffffff;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s ease 0s;
	/* Opera */
}

a.btn-trans:hover {
	color: #111111;
}

a.btn-trans:hover span {}

a.btn-trans:hover::before {
	height: 100%;
}

a.btn-trans:hover:active {}

/*按钮：黑色透明 继承自：btn-trans*/
a.btn-trans-black {
	color: #111111;
	border: 2px solid rgba(0, 0, 0, 1);
}

a.btn-trans-black span {}

a.btn-trans-black::before {
	background: #000000;
}

a.btn-trans-black:hover {
	color: #ffffff;
}

a.btn-trans-black:hover::before {}

a.btn-trans-black:hover:active {}

/*按钮：详情页访问网站 继承自：btn-trans-black*/
a.detail {
	margin-top: 40px;
	padding: 5px 60px;
	font-size: 16px;
}

a.a_underline {
	display: inline-block;
	padding: 6px 0;
	position: relative;
	line-height: 1;
}

a.a_underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: 0.3;
	transition: all 0.3s ease 0s;
}

a.a_underline:hover::after {
	opacity: 1;
}

/* pages */
.pages {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pages a,
.pages span {
	display: inline-block;
	padding: 10px;
	margin: 60px 5px;
}

.pages span {}

.pages a:hover {}

/**/
.shead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 50px;
	padding: 0 40px;
	max-width: 1280px;
}

.shead h2 {
	font-size: 40px;
	position: relative;
}

.shead h2::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 54%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #000000;
	opacity: 0.1;
}

.shead a.btn {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.shead a.btn i {
	display: block;
	margin: 0 10px 0 5px;
	position: relative;
	width: 20px;
	height: 1px;
	background: rgba(0, 0, 0, 1);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s ease 0s;
	/* Opera */
}

.shead a.btn i::before {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #000000;
	transform-origin: right top;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.shead a.btn i::after {
	content: "";
	position: absolute;
	right: -10px;
	top: -1px;
	margin: auto;
	width: 10px;
	height: 1px;
	background: #000000;
	transform-origin: right bottom;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.shead .intro {
	width: 50%;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}

.shead a.btn:hover {}

.shead a.btn:hover i::before,
.shead a.btn:hover i::after {
	right: -15px;
}

/* 深色模式 */
.shead_moon {}

.shead_moon h2 {
	color: #FFFFFF;
}

.shead_moon h2::before {
	background: #FFFFFF;
	opacity: 0.2;
}

.shead_moon a.btn {
	color: #FFFFFF;
}

.shead_moon a.btn i {
	background: #FFFFFF;
}

.shead_moon a.btn i::before,
.shead_moon a.btn i::after {
	background: #FFFFFF;
}

/** 固定导航 **/
.hamburger {
	width: 100px;
	height: 100%;
	border-right: 1px solid #F2F2F2;
	position: fixed;
	/*left:0; top:0;*/
	z-index: 101;
	background: #ffffff;
}

.hamburger .nav_more {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	/*border-bottom:1px solid #f5f5f5;*/
}

.hamburger .hamburger-fix {
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
}

.hamburger .hamburger-fix,
.hamburger .hamburger-fix:before,
.hamburger .hamburger-fix:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 2px;
}

.hamburger .hamburger-fix::before,
.hamburger .hamburger-fix::after {
	content: "";
	top: -5px;
	background: #000000;
}

.hamburger .hamburger-fix::after {
	top: 5px;
}

/*展开*/
.nav_more_on .hamburger-fix {}

.nav_more_on .hamburger-fix:before {
	animation: n1 0.5s forwards;
}

.nav_more_on .hamburger-fix:after {
	animation: n2 0.5s forwards;
}

@keyframes n1 {
	30% {
		top: 0;
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		transform: rotate(45deg);
	}
}

@keyframes n2 {
	30% {
		top: 0;
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		transform: rotate(-45deg);
	}
}

/*收起*/
.nav_more_off .hamburger-fix {}

.nav_more_off .hamburger-fix:before {
	animation: n3 0.5s forwards;
}

.nav_more_off .hamburger-fix:after {
	animation: n4 0.5s forwards;
}

@keyframes n3 {
	30% {
		top: 0;
		transform: rotate(0deg);
	}

	50% {
		top: 0;
		transform: rotate(0deg);
	}

	100% {
		top: -5px;
		transform: rotate(0deg);
	}
}

@keyframes n4 {
	30% {
		top: 0;
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(0deg);
	}

	100% {
		top: 5px;
		transform: rotate(0deg);
	}
}

/* 默认 */
.nav_more[data-animation="nav_more_hit"] .hamburger-fix,
.nav_more[data-animation="nav_more_hit"] .hamburger-fix::before,
.nav_more[data-animation="nav_more_hit"] .hamburger-fix::after {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease 0s;
	/* Opera */
}

.hamburger ul {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 80px;
	width: 100%;
	height: auto;
	display: none;
	opacity: 0;
}

.hamburger ul li {
	text-align: center;
}

.hamburger ul li img {
	width: 90%;
	margin: 0 auto;
}

/*.hamburger ul li a svg {vertical-align:middle;}
.hamburger ul li a svg g {fill:#000000;}*/
.hamburger ul li:nth-child(1) a {
	background-image: url("images/social-icon-1.svg");
}

.hamburger ul li:nth-child(2) a {
	background-image: url("images/social-icon-2.svg");
}

.hamburger ul li:nth-child(3) a {
	background-image: url("images/social-icon-3.svg");
}

.hamburger .share {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/ic1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 34px;
	opacity: 0.8;
}

.hamburger .share span {
	display: block;
	margin: auto;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000;
}

.hamburger .share span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	width: 100%;
	height: 100%;
	background: #000000;
}

.hamburger .share span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: 100%;
	background: #000000;
}

/*导航列表*/
.nav {
	position: fixed;
	z-index: 100;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.nav ul {
	margin: 150px auto 0;
	max-width: 2560px;
	/*display:flex; flex-direction:column; height:100%; justify-content:center;*/
	/* !! 垂直居中*/
	overflow: hidden;
}

.nav ul li {
	padding: 20px 0 20px 150px;
	opacity: 0;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/**/
.menu_open {}

.menu_open .nav ul li {
	opacity: 1;
}

.menu_open .nav ul li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu_open .nav ul li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu_open .nav ul li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.menu_open .nav ul li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.nav a {
	position: relative;
	color: rgba(0, 0, 0, 0.2);
	text-align: left;
	font-size: 52px;
	font-weight: bold;
}

.nav a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #000000;
	opacity: 0.2;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.nav a.current {
	color: rgba(0, 0, 0, 1.0);
	cursor: default;
	pointer-events: none;
}

.nav a:hover::before {
	width: 100%;
}

.nav:before {}

/**/
.nav-mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	background: #000000;
	opacity: 0;
}

/*LOGO*/
a.logo {
	display: block;
	position: absolute;
	left: 150px;
	top: 30px;
	z-index: 102;
	width: 80px;
	height: 80px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease 0s;
	/* Opera */
}

a.logo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease 0s;
	/* Opera */
}

a.logo img:nth-of-type(1) {
	opacity: 1;
}

a.logo img:nth-of-type(2) {
	opacity: 0;
}

a.logo:hover {
	opacity: 0.5;
}

a.fill-color {
	color: #f9270c;
}

a.fill-color img:nth-of-type(1) {
	opacity: 0;
}

a.fill-color img:nth-of-type(2) {
	opacity: 1;
}

/**/
a.move {
	transform: translate3d(0px, -80px, 0px);
}

/**/
a.stop {
	position: fixed !important;
	transform: translate3d(0px, 0px, 0px);
}



/***** footer *****/
footer {
	position: relative;
	color: #ffffff;
	text-align: left;
	background: rgba(0, 0, 0, 1);
}

footer .inner {}

footer .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 120px 60px 50px;
}

footer .fl {
	width: 70%;
	display: flex;
}

footer .fl .b_logo {
	width: 23%;
	display: inline-block;
	margin-top: 5px;
	color: #e60012;
	font-size: 22px;
}

footer .fl .b_logo img{
	width: 46%;
}

footer .fl p {
	width: 65%;
	font-size: 14px;
	line-height: 1.8;
}

footer .fr {
	width: 30%;
	display: flex;
	justify-content: space-between;
}

footer .fr .cate {
	width: 40%;
}

footer .fr .cate h4 {
	color: #ffffff;
	font-size: 12px;
	opacity: 0.5;
}

footer .fr .cate ul {}

footer .fr .cate ul li {
	margin: 0 0 10px 0;
}

footer .fr .cate ul li a {
	color: #ffffff;
	font-size: 14px;
}

footer .fr .cate ul li a:hover {
	opacity: 0.8;
}

footer .fr .business {
	width: 60%;
	text-align: right;
}

footer .fr .business h4 {
	color: #ffffff;
	font-size: 14px;
}

footer .fr .business p {
	margin: 10px 0 10px;
	font-size: 28px;
	color: #ffffff;
	line-height: 1;
	font-family: "Montserrat-Bold";
}

footer .fr .business p a {
	color: #ffffff;
}

footer .fr .business p a:hover {
	text-decoration: underline;
}

footer .fr .business ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

footer .fr .business ul li {}

footer .fr .business ul li i {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

footer .fr .business ul li p {
	margin-top: 8px;
	font-size: 12px;
	opacity: 0.3;
	text-align: center;
}

footer .beian {
	padding: 50px 60px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

footer .beian p {
	color: #ffffff;
	font-size: 12px;
}

footer .beian p span {
	text-transform: uppercase;
}

footer .beian p span a {
	text-decoration: none;
}

footer .beian a {
	padding: 0 0 0 4px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

footer .beian a:hover {
	opacity: 1;
}

footer .beian a.fav {
	display: none;
}

a.rTop {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #111111;
	font-size: 30px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1);
}

a.rTop:hover {
	opacity: 0.8;
}




/******************** home ********************/
/* 首页Banner */
.carousel {
	width: 100%;
	height: 100%;
}

.carousel .carousel-cell {
	width: 100%;
	height: 100%;
	text-align: center;
}

.carousel .carousel-cell a {
	display: block;
	width: 100%;
	height: 100%;
}

.cell-1 {
	background-image: url("../img/portfolio_pic_topic.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
}

.cell-2 {
	background-image: url("../img/portfolio_pic_topic.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
}

.cell-3 {
	background-image: url("../img/portfolio_pic_topic.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
}

/* video */
.video {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.video svg {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 999996;
	width: 40px;
	height: 40px;
}

.video svg path {
	fill: #ffffff;
}

.video .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	background: rgba(0, 0, 0, 0);
}

.video video {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.video .text {
	position: absolute;
	z-index: 8;
	width: 45%;
	max-width: 1200px;
	height: auto;
	color: #ffffff;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video .text h1 {
	font-size: 60px;
	line-height: 1.25;
	position: relative;
	text-align: center;
}

.video .text p {
	font-size: 3em;
	letter-spacing: 8px;
	text-align: center;
}

/**/
.scrolling {
	display: flex;
	width: 1px;
	height: 80px;
	position: absolute;
	z-index: 8;
	left: 50%;
	bottom: 100px;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

.scrolling i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	background: rgba(255, 255, 255, 1);
	animation: 1s ease-in-out 0s normal none infinite running scrolling_move;
}

@keyframes scrolling_move {
	0% {}

	100% {
		top: 100%;
	}
}

/**/
.service_type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service_type ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1480px;
	margin: auto;
}

.service_type ul li {
	display: flex;
	justify-content: center;
	width: 33.333333%;
	padding: 100px 0 80px 140px;
	position: relative;
	border-right: 1px solid #f2f2f2;
}

.service_type ul li:nth-child(3) {
	border: none;
}

.service_type ul li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: 0;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.service_type ul li .inner_li {
	width: 100%;
}

.service_type ul li .icon {
	display: block;
	margin-bottom: 20px;
	font-size: 80px;
}

.service_type ul li .txt {}

.service_type ul li .txt h4 {
	margin-bottom: 20px;
	font-size: 28px;
	white-space: nowrap;
	word-spacing: normal;
	/*chrome 12px hack*/
	-webkit-text-size-adjust: none;
	text-transform: uppercase;
}

.service_type ul li .txt p {
	opacity: 0.8;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
}

.service_type ul li .txt p span {
	display: block;
	position: relative;
	padding: 10px 20px;
	word-break: keep-all;
	/*不换行*/
	white-space: nowrap;
	/*不换行*/
	overflow: hidden;
	/*内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/*当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}

.service_type ul li .txt p span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #000000;
	transform-origin: right top;
	transform: rotate(-45deg);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.service_type ul li .txt p span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #000000;
	transform-origin: right bottom;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.service_type ul li:hover::before {
	/*opacity:1;*/
}

.service_type ul li:nth-child(2) .inner_li,
.service_type ul li:nth-child(4) .inner_li {
	border-right: none;
}

.service_type ul li:nth-child(5),
.service_type ul li:nth-child(6) {
	display: none;
}

/**/
.case_box {
	margin: auto;
	padding: 100px 0 0 0;
	overflow: hidden;
}

.case_box .ul_box {}

.case_box .ul_box ul {}

.case_box .ul_box ul li {}

.case_box .ul_box ul li a {
	display: block;
}

.case_box .ul_box ul li a i {
	display: block;
	width: 100%;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.case_box .ul_box ul li a span.h1 {
	color: #333333;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	line-height: 120%;
}

/**/
.clients {
	padding: 120px 0 150px;
	overflow: hidden;
}

.clients .list {
	margin: auto;
	padding: 0 40px;
	max-width: 1280px;
}

.clients ul {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	overflow: hidden;
}

.clients ul li {
	width: 25%;
	padding: 5px;
	overflow: hidden;
}

.clients ul li .cover {
	display: block;
	background-color: #F8F8F8;
}

.clients ul li i {
	display: block;
	opacity: 0.9;
	width: 100%;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/**/
.news {
	padding: 120px 0 50px;
	background: #000000;
}

.news .list {
	margin: auto;
	padding: 0 40px;
	max-width: 1280px;
	overflow: hidden;
}

.news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -40px;
}

.news ul li {
	display: inline-block;
	padding: 40px;
	width: 50%;
}

.news ul li a {
	display: flex;
	flex-wrap: nowrap;
}

.news ul li a .cover {
	width: 208px;
	height: 107px;
	flex-shrink: 0;
	margin-right: 40px;
	background: rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	overflow: hidden;
}

.news ul li a .cover i {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news ul li a .text {
	width: calc(100% - 208px);
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.news ul li a .text:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.news ul li a .text:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #FFFFFF;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news ul li a .text .name {
	width: calc(100% - 78px - 20px);
	color: #FFFFFF;
}

.news ul li a .text h2 {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.6;
	/* 多行省略 */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news ul li a .text span {
	font-size: 14px;
	opacity: 0.5;
	display: none;
}

.news ul li a .text p {
	font-size: 14px;
	opacity: 0.5;
	/* 多行省略 */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news ul li a .text .date {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.news ul li a .text .date::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #333;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.news ul li a .text .date h3 {
	font-size: 28px;
	position: relative;
	margin-bottom: 8px;
	line-height: 1;
	word-break: keep-all;
	/*不换行*/
	white-space: nowrap;
	/*不换行*/
}

.news ul li a .text .date p {
	font-size: 12px;
	margin: 0;
	line-height: 1;
	opacity: 0.3;
}

.news ul li a:hover .cover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news ul li a:hover .cover i {
	/*-moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);*/
}

.news ul li a:hover .text:after {
	width: 100%;
}

.news ul li a:hover .text .date {
	color: rgba(255, 255, 255, 0.9);
}

.news ul li a:hover .text .date::before {
	width: 100%;
}

/**/
.sel_news_detail a.logo {
	color: #f9270c;
}

.news_detail {
	margin: auto;
	padding: 200px 20px;
	max-width: 900px;
	text-align: left;
}

.news_detail h1 {
	font-size: 44px;
}

.news_detail .date {
	display: block;
	margin: 20px 0;
	font-size: 14px;
	opacity: 0.3;
}

.news_detail article {
	padding: 50px 0;
	font-size: 14px;
	line-height: 2;
}

.news_detail article p {
	line-height: 2.5;
}

.news_detail article strong {
	display: inline-block;
	margin-bottom: 10px;
}

.news_detail article img {
	display: block;
	margin: 20px 0;
	width: 100%;
}

.news_detail code {
	line-height: 1.5;
	font-size: 13px;
}

/**/
.post_note_warning {
	margin-top: 60px;
	padding: 40px;
	font-size: 12px;
	background: #F8F8F8;
}

.post_note_warning strong {
	margin: 0;
	font-size: 14px;
	line-height: 1;
}




/******************** portfolio ********************/
/**/
.case_box .tabs {}

.case_box .tabs h1 {}

.case_box .tabs .inner_tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case_box .tabs a {
	padding: 0 20px;
}

.case_box .tabs a span {
	display: block;
	font-size: 14px;
	padding: 5px 0;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.case_box .tabs a:hover span {
	color: rgba(0, 0, 0, 0.4);
}

.case_box .tabs .active span {
	color: rgba(0, 0, 0, 1);
}

.case_box .tabs .active:hover span {
	color: rgba(0, 0, 0, 1);
}

.case_box .tabs .on span {
	color: rgba(0, 0, 0, 1);
}

.case_box .tabs .on:hover span {
	color: rgba(0, 0, 0, 1);
}

/**/
.case_box .ul_box {
	margin: 0;
}

.case_box .addLoadingIcon {
	background: #fff url("images/loading.gif") center center no-repeat;
}

.case_box .inner_ul_box {}

.case_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0;
	width: auto;
	cursor: default;
}

.case_box ul li {
	display: block;
	width: 33.333333%;
	padding: 0 10px 10px 0;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.case_box ul li .cover {
	display: block;
	text-align: left;
	position: relative;
	background: rgba(0, 0, 0, 0.02);
	overflow: hidden;
	transition: unset;
	-webkit-transition: unset;
}

.case_box ul li .cover img {
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s ease-out 0s;
	/* Mozilla内核浏览器：firefox3.5+ */
	-webkit-transition: all 0.3s ease-out 0s;
	/* Webkit内核浏览器：Safari and Chrome */
	-o-transition: all 0.3s ease-out 0s;
	/* Opera */
	-ms-transition: all 0.3s ease-out 0s;
	/* IE9 */
	transition: all 0.3s ease-out 0s;
	/* W3C标准 */
}

.case_box ul li .cover video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.case_box ul li .hoverMask {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* !! 垂直居中*/
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 0;
	top: -100%;
	transition: top 0.4s ease 0s;
	background: #fff;
}

.case_box ul li .inne_hoverMask {}

.case_box ul li .cover h2 {
	color: #000;
	font-family: "Montserrat-Regular";
	font-size: 24px;
	text-align: center;
	opacity: 0;
	-moz-transition: all 0.3s ease-out 0s;
	/* Mozilla内核浏览器：firefox3.5+ */
	-webkit-transition: all 0.3s ease-out 0s;
	/* Webkit内核浏览器：Safari and Chrome */
	-o-transition: all 0.3s ease-out 0s;
	/* Opera */
	-ms-transition: all 0.3s ease-out 0s;
	/* IE9 */
	transition: all 0.3s ease-out 0s;
	/* W3C标准 */

	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.2s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.2s;
	/* Opera */
}

.case_box ul li .cover span {
	color: #000;
	font-size: 16px;
	opacity: 0;
	-moz-transition: all 0.3s ease-out 0s;
	/* Mozilla内核浏览器：firefox3.5+ */
	-webkit-transition: all 0.3s ease-out 0s;
	/* Webkit内核浏览器：Safari and Chrome */
	-o-transition: all 0.3s ease-out 0s;
	/* Opera */
	-ms-transition: all 0.3s ease-out 0s;
	/* IE9 */
	transition: all 0.3s ease-out 0s;
	/* W3C标准 */

	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.2s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.2s;
	/* Opera */
}

.case_box ul li .cover em {
	display: block;
	font-size: 40px;
	color: #000000;
}

.case_box ul li h2 {
	padding: 0 20px;
	font-size: 28px;
}

.case_box ul li span {
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	white-space: nowrap;
}

.case_box ul li.mr0 {
	margin-right: 0;
}

#picHtml_2,
#picHtml_3,
#picHtml_4 {
	display: none;
}

/* hover */
.case_box ul li:hover .hoverMask {
	top: 0;
}

.case_box ul li:hover .cover img {
	-moz-transform: scale(1.02, 1.02);
	/* Mozilla内核浏览器：firefox3.5+ */
	-webkit-transform: scale(1.02, 1.02);
	/* Webkit内核浏览器：Safari and Chrome */
	-o-transform: scale(1.02, 1.02);
	/* Opera */
	-ms-transform: scale(1.02, 1.02);
	/* IE9 */
	transform: scale(1.02, 1.02);
	/* W3C标准 */
}

.case_box ul li:hover .hoverMask h2 {
	opacity: 1;
}

.case_box ul li:hover .hoverMask span {
	opacity: 1;
}

.view_more {
	margin: 40px auto;
	text-indent: -99999999px;
	display: block;
	width: 1030px;
	height: 60px;
	background: #000 url(../img/view_more.png) no-repeat;
}




/*sel_portfolio_all*/
.sel_portfolio_all {}

.sel_portfolio_all a.logo {
	color: #f9270c;
}



/*portfolio_detail*/
.sel_portfolio_detail {}

.pic_topic {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: auto;
	background-color: #000000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pic_topic img {
	width: 100%;
}

.item_detail {
	margin: auto;
	text-align: left;
	position: relative;
	background: #FFF;
}

.item_detail .item_info {}

.item_detail .item_info .shead {
	padding: 0;
	max-width: none;
}

.item_detail .item_info .shead .inner_shead {
	margin: auto;
	background: #ffffff;
}

.item_detail .item_info .shead .l {
	float: left;
	width: 50%;
	background: #ffffff;
}

.item_detail .item_info .shead .l .inner_l {
	padding: 120px 50px 120px 120px;
}

.item_detail .item_info .shead .r {
	float: right;
	margin: auto;
	width: 50%;
	font-size: 22px;
	line-height: 180%;
}

.item_detail .item_info .shead .r .inner_r {
	padding: 120px 120px 120px 0;
}

.item_detail .item_info .shead .r .inner_r .cooperation {
	display: block;
	margin-bottom: 10px;
}

.item_detail .item_info .shead .r .inner_r .cooperation em {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.item_detail .item_info .shead .r .inner_r .cooperation em:nth-child(2) {
	margin-left: 20px;
}

.item_detail .item_info .shead h1 {
	margin-bottom: 30px;
	font-size: 64px;
	line-height: 1;
	color: #333;
	text-align: left;
	/*text-transform:uppercase;*/
}


.sel_portfolio_detail .main {
	background: #f2f2f2;
}

.item_detail .cate_page {}

.item_detail .pb0 {
	padding-bottom: 0;
}

.item_detail .sinaWeiboshare {}

.item_detail .cate_page .cate {}

.item_detail .item_info .itemIntro {
	line-height: 160%;
	color: #333;
}

.item_detail .item_info .itemIntro p {
	font-weight: normal;
	text-align: left;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5em;
}

.item_detail .item_info .itemIntro p.tags {
	display: none;
	margin-bottom: 4px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
}

.item_detail .item_info .itemIntro p.tags span {
	padding: 0 5px;
	background: url(images/tags_line.gif) center center no-repeat none;
}

.item_detail .item_info .itemIntro a {
	color: #000;
	text-decoration: underline;
}

.item_detail .item_info .itemIntro a:hover {
	color: #F00;
}

.item_detail .item_info .itemIntro p.visitWebsite {
	height: auto;
	text-align: right;
}

.item_detail ul {
	margin: auto;
}

.item_detail ul li {
	margin: auto;
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

.item_detail ul li video {
	position: absolute;
}

.item_detail ul li.ti {
	text-align: center;
}

.item_detail ul li.bm {
	border-bottom: 1px solid #f8f8f8;
}

.item_detail ul li.ti span {
	display: block;
	font-size: 32px;
	font-weight: 600;
	padding: 80px 0;
	color: #e0e0e0;
}

.item_detail ul li.pblank {
	padding: 100px;
}

.item_detail ul li video {
	width: 100%;
}

.item_detail ul li .detail-list-title {
	padding: 100px 20px 20px;
}

.item_detail ul li .detail-list-title h2 {
	text-align: center;
	font-size: 44px;
	font-weight: 400;
}

.item_detail ul li .detail-list-title p {
	text-align: center;
	font-size: 22px;
}

.item_detail ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.item_detail .more_info {
	padding: 4em 0;
	margin: 32px;
}

.item_detail .more_info p {
	font-size: 22px;
	width: 63%;
	margin: auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}

.item_detail .else {
	display: flex;
}

.item_detail .else .c4 {
	margin: auto;
}

.item_detail .else .c4 img {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden;
}

.item_detail .clearPicDetailElse {
	display: none;
}

#portfolio #service_type {
	display: none;
}

#portfolio .footer {
	/*background:none;*/
}

.sel_portfolio_detail .footer .inner_footer {
	padding: 0;
}

#portfolio_detail .footer {
	background: none;
}

.sel_portfolio_all .header {}

.sel_portfolio_all .case_box {}

.sel_portfolio_all .case_box h1 {
	padding: 100px 0 20px;
	text-align: center;
	font-size: 64px;
	font-family: "Montserrat-Bold";
}

.sel_portfolio_all .case_box .ul_box {
	margin-top: 50px;
}

.sel_portfolio_all .banner {
	display: none;
	width: 100%;
	height: 520px;
	background: #000000 url(images/works_banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}

.sel_portfolio_all .banner .inner_banner {
	margin: auto;
}

.sel_portfolio_all .banner .inner_banner .l {
	float: left;
	width: 100%;
}

.sel_portfolio_all .banner .inner_banner .r {
	float: right;
	width: 50%;
}

.sel_portfolio_all .banner h1 {
	width: 70%;
	margin: auto;
	text-align: center;
	font-size: 5.5em;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 8px;
}

.sel_portfolio_all .banner h1 em {
	font-style: normal;
	padding: 0 12px;
	font-size: 32px;
	vertical-align: middle;
}

.sel_portfolio_all .banner p {
	text-align: center;
	font-size: 3em;
	color: #ffffff;
	letter-spacing: 8px;
}


/* 案例详情_video */
/* 21ground */
.item_detail ul li .video_21ground_2_1 {
	width: 29.02%;
	left: 20%;
	top: 19.12%;
}

.item_detail ul li .video_21ground_5_2 {
	width: 18.32%;
	left: 20.02%;
	top: 19.45%;
}

/* oppo */
.item_detail ul li .video_oppo_1_1 {
	width: 20.50%;
	left: 6.12%;
	top: 17.80%;
}

.item_detail ul li .video_oppo_1_2 {
	width: 4.65%;
	left: 16.45%;
	top: 46.10%;
}

.item_detail ul li .video_oppo_1_3 {
	width: 11.1%;
	left: 33.25%;
	top: 18.65%;
}

.item_detail ul li .video_oppo_1_4 {
	width: 9.6%;
	left: 56.45%;
	top: 30.65%;
}

.item_detail ul li .video_oppo_1_5 {
	width: 10%;
	right: 11.25%;
	top: 18.15%;
}

.item_detail ul li .video_oppo_1_6 {
	width: 42.9%;
	left: 28.58%;
	bottom: 5.70%;
}

/* kwcgroups */
.item_detail ul li .video_kwcgroups_2_1 {
	width: 29.35%;
	left: 20%;
	top: 22.18%;
}

.item_detail ul li .video_kwcgroups_3_2 {
	width: 18.32%;
	left: 20.02%;
	top: 19.45%;
}



/******************** articles ********************/
#articles .articles_box {
	width: 1030px;
	margin: 40px auto;
	font-family: "微软雅黑";
}

#articles .articles_box ul {}

#articles .articles_box ul li {
	float: left;
	width: 515px;
	cursor: pointer;
}

#articles .articles_box ul li a {
	text-decoration: none;
}

#articles .articles_box ul li .l {
	float: left;
}

#articles .articles_box ul li img {
	display: block;
	width: 160px;
	height: 120px;
	background: #cccccc;
}

#articles .articles_box ul li .r {
	float: left;
	margin-left: 20px;
	width: 300px;
	text-align: left;
}

#articles .articles_box ul li h1 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-bottom: 4px;
}

#articles .articles_box ul li p {
	line-height: 180%;
}

#articles .articles_box ul li p.a_date {
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

#articles .articles_box ul li p.a_intro {
	font-size: 12px;
	color: #666;
}

/**/
#articles .articles_box ul li.hover h1 {
	color: #333;
}

#articles .articles_box ul li.hover p.a_intro {
	color: #333;
}

/*detail*/
#articles .articles_box .a_detail {
	float: left;
	width: 800px;
	text-align: left;
}

#articles .articles_box .a_detail .img {
	float: left;
	margin: 4px 20px 0 0;
}

#articles .articles_box .a_detail .img img {
	display: block;
	width: 160px;
	height: 120px;
	background: #cccccc;
}

#articles .articles_box .a_detail .text {
	float: left;
	width: 600px;
}

#articles .articles_box .a_detail .text h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 4px;
}

#articles .articles_box .a_detail .text p.a_date {
	font-size: 12px;
	color: #999;
	margin: 0;
}

#articles .articles_box .a_detail .text p {
	margin: 10px 0;
	line-height: 180%;
}

#articles .articles_box .a_detail .text img {
	width: 600px;
	height: auto;
}

#articles .articles_box .others {
	float: right;
	width: 200px;
	text-align: left;
}

#articles .articles_box .others h3 {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: normal;
}

#articles .articles_box .others ul {}

#articles .articles_box .others ul li {
	width: auto;
}

#articles .articles_box .others ul li a {}




/******************** about ********************/
#about .header {}

/*
#about .header::after {border-bottom:1px solid #d9d9d9; color:#d9d9d9; content:" "; height:1px; position:absolute; left:0; bottom:0; transform: scaleY(0.5);transform-origin: 0 100% 0;width: 100%;}
*/
#about .header .inner_header {}

#about .inner_content {
	margin: auto;
	width: 100%;
}

#about .banner {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000000 url(../img/about_banner.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#about .banner .inner_banner {
	margin: auto;
}

#about .banner .inner_banner .text {
	position: absolute;
	z-index: 3;
	width: 70%;
	max-width: 1200px;
	text-align: center;
	height: auto;
	color: #ffffff;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#about .banner .inner_banner .text h1 {
	font-size: 6em;
	letter-spacing: 4px;
	padding-left: 4px;
	color: #ffffff;
	margin-bottom: 30px;
}

#about .banner .inner_banner .text h1 em {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-style: normal;
	width: 44px;
	height: 44px;
	position: relative;
}

#about .banner .inner_banner .text h1 em::before,
#about .banner .inner_banner .text h1 em::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff;
}

#about .banner .inner_banner .text h1 em::before {
	transform: rotate(45deg);
}

#about .banner .inner_banner .text h1 em::after {
	transform: rotate(-45deg);
}

#about .banner .inner_banner .text p {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

#about .banner .inner_banner .text img {
	display: block;
	width: 100%;
}

#about .big_pic {
	display: none;
	margin: auto;
	background: #FFF;
}

#about .big_pic img {
	width: 100%;
}

#about .big_pic .txt_2 {
	top: 240px;
}

#about .big_pic .txt_2 p {
	font-size: 11px;
}

#about .big_pic .txt_3 {
	top: 400px;
	display: none;
}

#about .big_pic .txt_3 a {
	display: block;
	width: 41px;
	height: 26px;
	background-position: -162px -246px;
}

#about .big_pic .txt_3 a:hover {
	background-position: -204px -246px;
}

#about .big_pic .txt p {}

#about .big_pic .txt p span.myname {
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
}

#about .big_pic .txt p span.teamwork {
	font-weight: bold;
	color: #CCC;
}

#about .big_pic .txt p span.contact {
	padding-left: 15px;
	font-size: 11px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#about .big_pic .txt p span.contact em {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

#about .about_timeline {
	display: none;
	width: auto;
	margin: auto;
	padding-top: 40px;
	height: 300px;
	text-align: left;
	background: #ffffff url(../img/about_timeline.jpg) center 40px no-repeat;
}

#about .about_timeline ul {
	display: none;
	padding: 0 60px;
}

#about .about_timeline ul li {
	margin: 0 0 30px 0;
}

#about .about_timeline ul li h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}

#about .about_timeline ul li h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

#about .about_timeline ul li p {
	font-size: 12px;
	color: #999999;
}

#about .fill {
	display: none;
	margin: auto;
	padding: 0 4%;
	max-width: 1280px;
}

#about .fill h1 {
	padding: 20px 0;
	font-size: 36px;
	text-align: left;
}

#about .case_box {
	display: none;
	background: #fff;
}

#about .case_box .ul_box {
	padding: 0;
}

#about .case_box ul {}

#about .case_box ul li {
	width: 25%;
	position: relative;
}

#about .case_box ul li:hover .hoverMask {
	bottom: 0;
}

#about .case_box ul li .hoverMask {}

#about .case_box ul li .hoverMask .inne_hoverMask {
	padding: 0 0 20px 30px;
}

#about .case_box ul li .hoverMask h2 {
	font-size: 28px;
	padding: 25px 0 10px;
	text-transform: uppercase;
}

#about .case_box ul li .hoverMask span {
	padding: 0;
}

#about .case_box ul li .cover {
	display: block;
	/*margin:2%;*/
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	background: none;
}

#about .big_pic .txt {
	margin: auto;
	padding: 100px 20px 80px;
}

#about .big_pic .txt h1 {
	font-size: 3em;
	letter-spacing: 4px;
	padding-left: 4px;
	text-align: center;
}

#about .big_pic .txt p {
	display: none;
	font-size: 12px;
	line-height: 1.6em;
	color: #b2b2b2;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
}

#about .big_pic .txt p span {}

#about .big_pic .txt2 {
	display: none;
}

#about .footer .inner_footer {}

/* 与我们联系 */
.contact_us {
	display: none;
}

.contact_us h1 {
	font-size: 3em;
	padding: 100px 20px 80px;
}

.contact_us .inner_contact_us {
	position: relative;
	height: 640px;
	background: #f8f8f8 url("../img/contact_us_bg.jpg") no-repeat scroll center center / cover;
}

.contact_us .locate {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -60px;
	width: 520px;
	height: 100px;
	background: #e60012;
}

.contact_us .locate p {
	line-height: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.contact_us .locate p a {
	color: #ffffff;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.contact_us .locate p a:hover {
	opacity: 1;
}

.contact_us .locate span {
	display: block;
	width: 20px;
	height: 20px;
	margin: -15px auto 0;
	background: url("images/arrow.svg") no-repeat scroll center center / cover;
}

.contact_us .locate-dot {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: 55px;
	border-radius: 100%;
	background: #e60012;
}

/* 加入我们 */
.join_us {
	padding: 150px 0;
	overflow: hidden;
}

.join_us .inner_join_us {
	max-width: 1280px;
	margin: auto;
	padding: 0 40px;
}

.join_us .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -5px;
}

.join_us .list .job {
	width: 50%;
	padding: 5px;
}

.join_us .list .job .inner_job {
	padding: 60px;
	background: #F8F8F8;
}

.job h4 {
	font-size: 22px;
	color: #1e1e1e;
}

.job .job-sub-title {
	color: #1e1e1e;
	margin-top: 45px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.job .job-descr {
	font-size: 14px;
	line-height: 24px;
	color: #1e1e1e;
}

.job .job-descr li {
	padding: 10px 0 0;
}

.join_us a.send {
	border: 1px solid rgba(0, 0, 0, 1);
	color: #000000;
}

.join_us a.send:hover {
	background: #e0230b;
}




/******************** service ********************/
.seniority {
	background: #000000;
	background-image: url("../img/office_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.seniority .swiper-container {}

.seniority .swiper-wrapper {}

.seniority .swiper-slide {
	padding: 300px 0;
}

.seniority ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: auto;
	padding: 0 40px;
}

.seniority ul li {
	width: 33.333333%;
	padding: 5px;
	text-align: center;
}

.seniority ul li .inner {
	padding: 80px 40px;
	background: #FFFFFF;
	opacity: 0.4;
}

.seniority ul li span {
	display: block;
	padding: 0 0 40px;
	font-size: 22px;
	border-bottom: 1px solid #000000;
}

.seniority ul li .num {}

.seniority ul li .num h5 {
	font-size: 64px;
	font-weight: 500;
	padding: 20px 0 10px;
}

.seniority ul li .num i {
	display: block;
	font-style: normal;
	font-size: 18px;
}

/**/
.sel_service .clients ul li {
	display: block !important;
}




/******************** 网址导航 ********************/
.sel_fav {
	padding: 1%;
	background: #f2f2f2;
}

.sel_fav #wrapper {
	padding: 0;
}

.sel_fav {}

.fav_list {
	text-align: left;
	margin-bottom: 40px;
}

.fav_list h2 {
	margin: 10px;
	font-size: 28px;
	color: #000000;
}

.fav_list ul {
	display: flex;
	flex-wrap: wrap;
}

.fav_list ul li {
	width: 25%;
	height: auto;
}

.fav_list ul li a {
	display: block;
	margin: 4%;
	font-size: 18px;
	color: #1e1e1e;
	background: #ffffff;
}

.fav_list ul li a img {
	width: 100%;
	display: block;
}

.fav_list ul li a h3 {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	padding: 0 20px;
	word-break: keep-all;
	/*不换行*/
	white-space: nowrap;
	/*不换行*/
	overflow: hidden;
	/*内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/*当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}

.fav_list ul li a p {
	padding: 0 20px 20px;
	color: #999;
	font-size: 12px;
	word-break: keep-all;
	/*不换行*/
	white-space: nowrap;
	/*不换行*/
	overflow: hidden;
	/*内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/*当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}

.fav_list ul li a:hover {
	z-index: 2;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}




/******************** 模板库 ********************/
#mhtml {}

#mhtml #wrapper {
	padding: 0;
}

.sel_mhtml {}

.sel_mhtml .list {
	text-align: left;
	margin-bottom: 40px;
}

.sel_mhtml .list h2 {
	padding: 200px 20px;
	font-size: 44px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

.sel_mhtml .list ul {
	padding: 2%;
}

.sel_mhtml .list li {
	float: left;
	padding: 40px;
	position: relative;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.sel_mhtml .list li a {
	display: block;
	height: 460px;
	font-size: 18px;
	color: #ffffff;
	background: url(../img/frame-slider.png) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.sel_mhtml .list li a img {
	position: absolute;
	z-index: -1;
	top: 80px;
	left: 50%;
	margin-left: -30%;
	width: 60%;
	display: block;
	opacity: 1;
	/* transition:all 0.3s ease-out 0s; box-shadow:3px 4px 40px 0 rgba(0,0,0,.1); */
}

.sel_mhtml .list li a h3 {
	display: none;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
}

.sel_mhtml .list li a p {
	display: none;
	color: #999;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	overflow: hidden;
}


.sel_terms {}

.sel_terms a.logo {
	color: #f9270c;
}

.sel_terms .terms-box {
	margin: auto;
	padding: 200px 20px;
	width: 62%;
}

.sel_terms .terms-box p {
	font-size: 18px;
}




/******************** 作品集 ********************/
.sel_works {
	max-width: 100%;
	background: #f2f2f2;
}

.sel_works .swiper-container {
	height: 100vh;
	overflow: hidden;
}

.sel_works .swiper-slide {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sel_works .swiper-slide img {
	/*display:block; width:auto; height:auto; max-width:100%; max-height:100%; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); position:absolute; left:50%; top:50%;*/
}

.sel_works .swiper-lazy-preloader-white {
	--swiper-preloader-color: #ccc;
}

/**/
.sel_works .imgList {
	padding: 0 10px;
}

.sel_works img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 100%;
	padding: 10px 0 0 0;
}

.sel_works img:last-child {
	padding-bottom: 10px;
}




/******************** VOKO Lab ********************/
#lab {}

.labList {
	padding: 100px;
	text-align: left;
}

.labList ul {}

.labList ul li {
	margin-bottom: 100px;
}

.labList ul li h2 {
	font-size: 44px;
}

.labList ul li .text {
	margin-top: 40px;
	font-size: 18px;
}

.labList ul li code {}
