﻿@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}

body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

header, footer {
	display: block;
}

body {
	min-width: 320px;
	background: #292929;
	font-family: "微软雅黑";
	height: 100%;
	color: #666666;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
		color: #333;
	}

img {
	max-width: 100%;
}

.txc {
	text-align: center;
}

.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.navbar-default {
	background: none;
	border-bottom: none;
}

.navbar-brand {
	height: 80px;
	margin-top: 36px;
	margin-left: 15px;
	padding: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-top: 50px;
}

.navbar-default .navbar-nav > li {
	padding: 0 15px;
}

	.navbar-default .navbar-nav > li > a {
		color: #fff;
		color: rgba(255,255,255,0.5);
	}

		.navbar-default .navbar-nav > li > a:hover {
			color: #fff;
			text-decoration: none;
		}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	border-bottom: 2px solid #ffac21;
	color: rgba(255,255,255,1);
	padding: 2px 0;
}

.ihome {
	display: block;
	background: url(../images/ihome.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -30px;
}

.navbar-absolute {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	box-sizing: border-box;
}

.navbtn {
	/*background: rgba(8,26,65,0.5);*/
	width: 40px;
	height: 40px;
	border-radius: 26px;
	border: none;
	margin-top: -14px;
	box-sizing: border-box;
	padding: 12px 7px;
	position: relative;
	z-index: 10000;
}

	.navbtn i {
		position: absolute;
		top: 14px;
		left: 10px;
		display: block;
		height: 2px;
		width: 20px;
		background: #fff;
		margin-bottom: 5px;
		transition: all 0.3s ease-in-out;
	}

		.navbtn i:nth-child(2n) {
			width: 10px;
			top: 20px;
		}

		.navbtn i:nth-child(3n) {
			width: 14px;
			top: 27px;
		}

	.navbtn:hover i {
		width: 20px !important;
	}

	.navbtn.cur i {
		width: 20px;
		background: #fff;
	}

		.navbtn.cur i:nth-child(1) {
			top: 24px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.navbtn.cur i:nth-child(2) {
			opacity: 0;
		}

		.navbtn.cur i:nth-child(3) {
			top: 24px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

footer {
	background: #292929;
	padding: 20px 0;
	position: relative;
	z-index: 10;
	border-top: 1px solid #494949;
	text-align: center;
}

.copyright {
	color: #fff;
	padding: 6px 0;
	opacity: 0.8;
}

	.copyright a {
		color: #fff;
	}

.links {
	color: #fff;
	opacity: 0.7;
	padding: 6px 0;
}

	.links a {
		color: #fff;
	}

	.links b {
		margin: 0 8px;
		font-weight: normal;
	}

.container {
	box-sizing: border-box;
	width: 100%;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
}

.section1 {
	height: 100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	transition: 0.5s;
}

.bg-video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: inherit;
	height: inherit;
	overflow: hidden;
}

	.bg-video video {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

.home-info {
	z-index: 2;
	font-family: Circular Pro Medium, sans-serif;
	position: relative;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 8.33333%;
	color: #fff;
}

.home-title {
	padding-bottom: 50px;
}

	.home-title h1 {
		font-size: 50px;
		line-height: 76px;
		font-weight: normal;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}

	.home-title h2 {
		font-size: 46px;
		line-height: 76px;
		font-weight: normal;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}

	.home-title h3 {
		font-size: 20px;
		font-weight: lighter;
		line-height: 30px;
		padding-top: 10px;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}

.bar-learn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border: 1px solid #fff;
	width: 182px;
	height: 42px;
	border-radius: 6px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease-out;
}

	.bar-learn i {
		display: inline-block;
		background: url(../images/arr.png) no-repeat;
		background-size: cover;
		width: 14px;
		height: 12px;
		margin-left: 12px;
		transition: all 0.3s ease-out;
	}

	.bar-learn:hover {
		color: #fff;
		background: #ffb10f;
		border: 1px solid #ffb10f;
	}

		.bar-learn:hover i {
			-webkit-transform: translateX(6px);
			transform: translateX(6px);
		}
/*.menu*/
.menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
	transform: translateX(100vw) translateZ(0px);
	position: fixed;
	overflow: hidden;
}

	.menu .maxh {
		height: 100%;
	}

	.menu .maxw {
		width: 100%;
		box-sizing: border-box;
		padding-left: 10%;
		padding-right: 10%;
	}

	.menu .absolute {
		position: absolute;
	}

	.menu .relative {
		position: relative;
	}

	.menu .upper {
		text-transform: uppercase;
	}

	.menu .inline-block {
		display: inline-block;
	}

	.menu .block {
		display: block;
	}

	.menu .border-box {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu .bg {
		border-radius: 50%;
		transform-origin: center;
		background: #1c1c1c;
		top: calc(70px - 224vw);
		right: calc(150px - 224vw);
		width: 448vw;
		height: 448vw;
		z-index: 20;
		transform: translateX(0px) translateY(0px) scaleX(0) scaleY(0) translateZ(0px);
		transition: all 2s;
		position: absolute;
	}

	.menu .list {
		z-index: 21;
		display: flex;
		align-items: center;
	}

		.menu .list .content-wrapper {
			display: flex;
			justify-content: space-between;
		}

			.menu .list .content-wrapper .primary-nav {
				opacity: 0;
			}

				.menu .list .content-wrapper .primary-nav .label {
					transform: rotate(-90deg) translate3d(-45px, 0, 0);
					transform-origin: bottom left;
					font-size: 13px;
					line-height: 24px;
					color: #000;
					font-weight: bold;
				}

				.menu .list .content-wrapper .primary-nav ul {
					margin-left: 30px;
					transform: translate3d(0, -20px, 0);
					display: flex;
					flex-direction: column;
					align-items: flex-start;
				}

				.menu .list .content-wrapper .primary-nav .menu-item {
					transition: color .45s;
					backface-visibility: hidden;
					opacity: 0;
					transform: translateX(-100px) skewX(5deg) translateZ(0px);
					font-weight: 700;
					font-size: 50px;
					line-height: 95px;
					position: relative;
				}

					.menu .list .content-wrapper .primary-nav .menu-item:before {
						width: 0;
						content: "";
						position: absolute;
						left: 0;
						height: 1px;
						top: 50%;
						background: #fff;
						transition: all 1s;
					}

					.menu .list .content-wrapper .primary-nav .menu-item.focused:before {
						width: 49px;
					}

					.menu .list .content-wrapper .primary-nav .menu-item .menu-word {
						z-index: 3;
						font-size: 32px;
						line-height: 60px;
						font-weight: 700;
						transition: all 1s;
					}

						.menu .list .content-wrapper .primary-nav .menu-item .menu-word:hover {
							color: #ffac21;
						}

				.menu .list .content-wrapper .primary-nav .grayed {
					top: 0;
					left: 0;
					pointer-events: none;
					color: #dcdcdc;
					font-size: 32px;
					line-height: 60px;
					font-weight: 700;
					transition: all 1s;
				}

				.menu .list .content-wrapper .primary-nav .menu-item.focused .grayed, .menu .list .content-wrapper .primary-nav .menu-item.focused .menu-word {
					transform: translate3d(51px, 0, 0);
				}

				.menu .list .content-wrapper .primary-nav .menu-item.focused-out .menu-word {
					clip-path: inset(0 100% 0 0);
				}

	.menu.cur {
		pointer-events: all;
	}

	.menu .list .content-wrapper .primary-nav .label {
		color: #fff;
	}

	.menu .list .content-wrapper .primary-nav .menu-item {
		font-size: 36px;
		font-weight: lighter;
		color: #ffac21;
	}

	.menu .list .content-wrapper .primary-nav .grayed {
		font-size: 36px;
		font-weight: lighter;
		color: #fff;
	}

	.menu .list .content-wrapper .primary-nav .menu-item .menu-word {
		color: #fff;
		font-size: 36px;
		font-weight: lighter;
	}

	.menu .list .company-info {
		opacity: 0;
		z-index: 22;
		margin-right: 80px;
		padding-top: 12px;
	}

		.menu .list .company-info ul li {
			color: rgba(255,255,255,0.5);
			font-size: 18px;
			padding: 15px 0;
		}

			.menu .list .company-info ul li img {
				width: 38px;
				height: auto;
				margin-right: 20px;
			}


.section2 {
	background: #292929;
	z-index: 2;
	font-family: Circular Pro Medium, sans-serif;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 90px 8.33333%;
	width: 100%;
	box-sizing: border-box;
	background-attachment: fixed;
}

.home-subtit-group {
	text-align: center;
}

.wrapper {
	width: 100%;
	color: #ffffff;
}

.home-subtit-group h2 {
	font-size: 42px;
	font-weight: lighter;
	line-height: 70px;
	padding-bottom: 10px;
}

.home-subtit-group h3 {
	font-size: 16px;
	font-weight: lighter;
}

.data-items {
	padding-top: 80px;
}

.data-info {
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
}

	.data-info h2 {
		font-size: 60px;
		font-weight: lighter;
		line-height: 70px;
	}

		.data-info h2 i {
			display: inline-block;
			font-style: normal;
			vertical-align: super;
			font-size: 16px;
			color: #ffcc01;
			-webkit-transform: translateY(-14px);
			transform: translateY(-14px);
			margin-left: 3px;
		}

	.data-info h3 {
		font-size: 16px;
		font-weight: normal;
	}

.serve-items {
	padding-top: 40px;
}

.serve-info {
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
}

	.serve-info h2 {
		font-size: 32px;
		font-weight: lighter;
		line-height: 40px;
		padding-bottom: 20px;
		padding-top: 30px;
		color:#ffffff;
	}

	.serve-info h3 {
		font-size: 16px;
		font-weight: normal;
		color: #ffffff;
	}

.serve-icon {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.pbox {
	position: relative;
}

.serve-icon-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #292929
}

	.serve-icon-video video {
		width: 100%;
		height: 100%;
		mix-blend-mode: screen;
		object-fit: cover;
	}

.serve-info:hover .serve-icon-video {
	opacity: 1;
}

.section3 {
	background: #292929;
	z-index: 2;
	position: relative;
	padding: 90px 8.33333%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
}

#swiper {
	padding: 60px 0 80px 0;
}

	#swiper .swiper-slide, #swiper .swiper-wrapper {
		height: auto !important;
	}

.caseimg {
	position: relative;
	width: 55%;
}

.caseinfo {
	width: 360px;
	margin-left: 120px;
}

	.caseinfo h2 {
		font-size: 26px;
		font-weight: lighter;
		line-height: 32px;
		padding-bottom: 16px;
	}

	.caseinfo h3 {
		font-size: 18px;
		font-weight: lighter;
		line-height: 30px;
	}

	.caseinfo ul {
		padding: 20px 0;
	}

		.caseinfo ul li {
			padding: 12px 0;
			position: relative;
			font-size: 16px;
		}

			.caseinfo ul li img {
				width: 38px;
				height: 38px;
				object-fit: contain;
				margin-right: 20px;
			}

			.caseinfo ul li::before {
				content: '';
				background: url(../images/dot.png) no-repeat;
				width: 2px;
				height: 16px;
				display: block;
				position: absolute;
				bottom: -8px;
				left: 17px;
			}

			.caseinfo ul li:last-child::before {
				content: '';
				display: none;
			}

.section4 {
	background: #fcfcfc;
	z-index: 2;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 90px;
}

	.section4 .home-subtit-group {
		color: #666666;
	}

		.section4 .home-subtit-group h2 {
			color: #2b2b2b;
		}

			.section4 .home-subtit-group h2 span {
				color: #ffb10f;
			}

.advant-items {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 50px 0;
}

.icon-adva {
	width: 82px;
	height: 82px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 60px;
	font-weight: lighter;
	letter-spacing: -5px;
	line-height: 80px;
	color: #2d2d2d;
}

	.icon-adva span {
		display: inline-block;
		vertical-align: super;
		font-size: 16px;
		line-height: 20px;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		margin-left: 5px;
		color: #707070;
	}

.advant-items li {
	padding: 0 10px;
	text-align: center;
}

	.advant-items li i {
		display: inline-block;
		font-style: normal;
		font-size: 40px;
		color: #ffb10f;
		font-weight: lighter;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	.advant-items li h3 {
		font-size: 20px;
		font-weight: lighter;
		color: #333333;
		padding-top: 20px;
	}

.partners-swiper-box {
	padding-top: 80px;
}

	.partners-swiper-box .swiper-wrapper {
		transition-timing-function: linear;
		-webkit-transition-timing-function: linear;
	}

.roll-swiper-box .swiper-wrapper {
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}

	.roll-swiper-box .swiper-wrapper .swiper-slide {
		text-align: center;
	}

		.roll-swiper-box .swiper-wrapper .swiper-slide img {
			width: 90%;
		}

.section5 {
	background: url(../images/contacts_bg.jpg) no-repeat 50% 0 fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
}

	.section5 .home-subtit-group {
		color: #fff;
		padding-top: 90px;
	}

		.section5 .home-subtit-group h2 {
			color: #ffcc00;
		}

.contacts-box {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-bottom: 160px;
}

.contact-info1 {
	justify-content: center;
	-webkit-justify-content: center;
	padding: 50px 0;
}

	.contact-info1 p {
		padding: 0 30px;
	}

		.contact-info1 p span {
			color: #ffcc00;
		}

.contact-info2 {
	justify-content: center;
	-webkit-justify-content: center;
	padding: 50px 0;
}

	.contact-info2 p {
		padding: 0 50px;
	}

		.contact-info2 p img {
			margin-right: 12px;
		}

.contacts-box h2 {
	font-size: 28px;
	font-weight: lighter;
	padding-top: 80px;
}

	.contacts-box h2 span {
		color: #ffcc00;
	}

.loading-circle {
	transform: rotate(-90deg);
}

#loadingCircle p {
	display: none;
}

.partners-swiper-box .swiper-slide img {
	width: 100%;
}

.cban {
	height: 100vh;
	position: relative;
	z-index: 0;
}

.cban-img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

	.cban-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
.cban-icon{
	position: fixed;
	top: 60px;
	left: 0;
	z-index: -0;
	width: 100%;
	height: 60vh;
	text-align: right;
}
.cban-icon img{
	object-fit:none;
	height: 900px !important;
}
.cban-about {
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
}

	.cban-about .data-items {
		padding-top: 30px;
	}

.cban-about-img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 75vh;
}

	.cban-about-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.cban-about-info {
	text-align: left;
	color: #ffffff;
	padding-top: 130px;
	padding-left: 26%;
	padding-right: 26%;
}

.about-tit {
	text-align: center;
	position: relative;
	font-size: 40px;
	padding: 12px 0;
	font-weight: lighter;
}

	.about-tit::after {
		content: '';
		width: 80px;
		height: 2px;
		background: #ffac21;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -40px;
		z-index: 1;
	}

.cban-about-desc {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
}

.cban-title-group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
	position: relative;
	z-index: 10;
}

.cban-title {
	padding: 0 8.33333%;
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	margin-top: -6em;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
}

	.cban-title h2 {
		font-size: 52px;
		color: #ffffff;
		margin-bottom: 20px;
		letter-spacing: 2px;
		font-weight: lighter;
	}

	.cban-title h3 {
		font-size: 24px;
		color: #ffffff;
		letter-spacing: 2px;
		font-weight: lighter;
	}

.ctit-group {
	text-align: center;
	padding-top: 120px;
	color: #f6f6f6;
}

	.ctit-group h3 {
		font-size: 46px;
		font-weight: lighter;
		margin-bottom: 12px;
	}

	.ctit-group h4 {
		font-size: 18px;
		font-weight: lighter;
	}

.cbg {
	z-index: 10;
	background: #292929
}

.wbg {
	z-index: 10;
	background: #ffffff
}

.services-box {
	position: relative;
	z-index: 10;
	width: 100%;
}

	.services-box::after {
		content: '';
		background: url(../images/cir.png) no-repeat right;
		background-size: contain;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 560px;
		height: 720px;
		position: absolute;
		bottom: -160px;
		left: 0px;
		z-index: -1;
	}

.services-list-box {
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
	padding-top: 30px;
}

.services-list {
	width: 33.33%;
	box-sizing: border-box;
	padding: 30px 50px;
}

.services-list2 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 50px;
}

.services-title {
	font-size: 42px;
	color: #ffffff;
	white-space: nowrap;
}

	.services-title span {
		vertical-align: text-top;
		font-size: 14px;
		color: #ffac21;
		margin-right: 5px;
	}

	.services-title img {
		margin-left: 20px;
	}

.services-desc {
	font-size: 16px;
	color: #ffffff;
	margin-left: 20px;
	padding: 15px 0;
	line-height: 1.6;
}

.services-other {
	margin-left: 20px;
	color: #ffac21;
	white-space: nowrap;
}

	.services-other a {
		color: #ffac21;
	}

	.services-other b {
		margin: 0 6px;
	}

.m-services-icon {
	display: none;
}

.pc-fw-icon {
	padding-top: 120px;
}

.pc-var-icon {
	padding-top: 50px;
}

.cases-list-box {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -60px;
	margin-right: -60px;
	padding: 30px 0;
}

.cases-list {
	width: 50%;
	box-sizing: border-box;
	padding: 50px 60px;
}

.cases-vert-box {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px 0;
}

.cases-vert-list {
	width: 25%;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	transition: all 0.2s ease-out;
}

	.cases-vert-list a {
		display: block;
		position: relative;
		z-index: 10;
	}

.picture-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 4% 6% 4% 6%;
	overflow: hidden;
}

.picture {
	height: 100%;
	overflow: hidden;
}

	.picture img {
		width: 100%;
		display: block;
		transition: all 1.5s ease-out;
	}
/*
.cases-vert-list a:hover .picture img{
	-webkit-transform: translateY(-76px);
	transform: translateY(-76px);
}
*/
.picture-title {
	position: absolute;
	bottom: -10px;
	z-index: 0;
	left: 6%;
}

	.picture-title h3 {
		background: #f7a424;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		padding: 10px 10px;
		border-radius: 4px;
		position: relative;
		z-index: 1;
		box-shadow: 0 0 3px rgba(0,0,0,0.4);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.picture-title h4 {
		background: #f7a424;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		padding: 6px 10px;
		border-radius: 4px;
		transform: scale(0.5) translate(-30px,-15px);
		position: relative;
		z-index: 0;
		box-shadow: 0 0 3px rgba(0,0,0,0.4);
	}

.learn {
	display: inline-block;
	background: #ffb10f;
	color: #fff;
	padding: 6px 30px;
	border-radius: 6px;
}

	.learn i {
		font-style: normal;
	}

.pbm {
	padding-bottom: 80px;
}

.m-fw-icon {
	display: none;
}

.services-tips {
	text-align: center;
	font-size: 36px;
	color: #ffac21;
	padding: 2em 0;
}

.fadeInUp {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.vertimg {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	transition: all 0.3s ease-out;
}

.cases-title {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 22px;
	color: #333333;
	margin: 15px 0;
	transition: all 0.3s ease-out;
}

.case-tab {
	border-bottom: 1px solid #dedede;
	justify-content: center;
	-webkit-justify-content: center;
}

	.case-tab li {
		padding: 0 30px;
	}

		.case-tab li a {
			display: block;
			padding: 20px 0;
			font-size: 18px;
			cursor: pointer;
			box-sizing: border-box;
			position: relative;
		}

	.case-tab .active a {
		color: #ffac21;
	}

		.case-tab .active a::after {
			content: '';
			height: 2px;
			width: 100%;
			background: #ffac21;
			position: absolute;
			left: 0;
			bottom: 0;
		}

.tab-container {
	padding: 15px 0;
	min-height: 500px;
	margin-bottom: 10px;
}

.works-list-box {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -18px;
	margin-right: -18px;
	padding: 18px 0;
}

.works-list {
	width: 33.333%;
	box-sizing: border-box;
	padding: 18px;
}

.works-thumb {
	position: relative;
	overflow: hidden;
}

	.works-thumb img {
		transition: all 0.2s ease-out;
		width: 100%;
	}

.works-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0.7);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease-out;
	font-size: 12px;
}

	.works-cover span {
		display: block;
		background: url(../images/add.png) no-repeat center top;
		background-size: 50px 50px;
		width: 50px;
		padding-top: 36px;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		transition: all 0.3s ease-out;
	}

.works-title-group {
	position: relative;
	padding: 15px 0;
	color: #999999;
}

	.works-title-group h3 {
		font-size: 22px;
		color: #333;
		margin-bottom: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		transition: all 0.2s ease-out;
	}

	.works-title-group i {
		display: block;
		font-style: normal;
		position: absolute;
		top: 50%;
		right: 0;
		line-height: 28px;
		margin-top: -14px;
		font-size: 200%;
		transform: translateX(-6px);
		transition: all 0.3s ease-out;
	}

.works-list:hover .works-thumb img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.works-list:hover h3 {
	color: #ffac21
}

.works-list:hover .works-title-group i {
	color: #ffac21;
	transform: translateX(0px);
}

.works-list:hover .works-thumb .works-cover {
	opacity: 1;
}

	.works-list:hover .works-thumb .works-cover span {
		-webkit-transform: scale(1);
		transform: scale(1);
		padding-top: 56px;
	}

.cases-vert-list:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

	.cases-vert-list:hover .cases-title {
		color: #ffac21;
	}

	.cases-vert-list:hover .vertimg {
		box-shadow: 0 0 16px rgba(0,0,0,0.15);
	}

.cases-other-box {
	padding: 60px 0;
	color: #fff;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.bar-zx {
	display: block;
	width: 216px;
	height: 50px;
	position: relative;
	background: #373737;
	margin-top: 20px;
	cursor: pointer;
}

	.bar-zx span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		width: 50px;
		background: #212020;
		color: #ffac21;
		line-height: 50px;
		text-align: center;
		font-size: 160%;
	}

	.bar-zx p {
		height: 50px;
		line-height: 50px;
		width: 166px;
		text-align: center;
		font-size: 14px;
		color: #ffac21;
		position: relative;
		z-index: 10;
	}

		.bar-zx p::after {
			content: '';
			background: #212020;
			position: absolute;
			top: 0;
			left: 0;
			width: 0%;
			height: 100%;
			z-index: -1;
			transition: all 0.3s ease-out;
		}

	.bar-zx:hover p::after {
		width: 100%;
	}

.info-list li {
	padding: 8px 0;
}

.hotline {
	text-align: center;
	color: #ffac21;
	font-size: 16px;
}

	.hotline h3 {
		font-size: 38px;
		margin-top: 0.3em;
	}

.tit-name {
	font-size: 20px;
	padding: 10px 0;
}

.solution-wrapper {
	box-sizing: border-box;
	width: 100%;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 30px;
	position: relative;
}

.solution {
	margin-bottom: 50px;
	transition: all 0.3s ease-out;
}

.solution-img {
	width: 32%;
	overflow: hidden;
}

	.solution-img img {
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-out;
	}

.solution-view {
	text-align: right;
}

	.solution-view span {
		display: inline-block;
		font-size: 16px;
		transition: all 0.3s ease-out;
	}

		.solution-view span i {
			display: inline-block;
			font-style: normal;
			font-size: 120%;
			-webkit-transform: scale(1.5);
			transform: scale(1.5);
			margin-left: 6px;
			font-weight: lighter;
		}

.solution-info {
	flex: 1;
	-webkit-flex: 1;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 50px;
	color: #fff;
}

	.solution-info h3 {
		font-size: 30px;
		color: #ffac21;
	}

.solution-desc {
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	margin: 20px 0;
}

.solution:hover {
	background: #3f3f3f;
}

	.solution:hover .solution-img img {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}

	.solution:hover .solution-view span {
		color: #ffac21;
	}

.roll-show-box {
	padding: 60px 0;
}

.about-ibg {
	background: url(../images/aibg.png) no-repeat 0 140px;
}

.about-tab {
	border-bottom: 1px solid #e0e0e0;
}

	.about-tab li {
		cursor: pointer;
		position: relative;
	}

		.about-tab li a {
			font-size: 18px;
			padding: 30px 40px;
			display: block;
		}

	.about-tab .active a::before {
		content: '';
		width: 20px;
		height: 2px;
		background: #ffac21;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
	}

.news-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

	.news-list li {
		width: 33.333%;
		box-sizing: border-box;
		padding: 30px;
	}

		.news-list li a {
			display: block;
			background: #f9f8f7;
			padding: 30px 20px;
			font-size: 18px;
			color: #666666;
			transition: all 0.3s ease-out;
		}

			.news-list li a h3 {
				font-size: 18px;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;
				margin: 15px 0;
				color: #333;
				transition: all 0.3s ease-out;
			}

.news-desc {
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
}

.news-view {
	overflow: hidden;
	height: 22px;
	line-height: 22px;
}

	.news-view span {
		width: 110px;
		margin-left: -110px;
		transition: all 0.5s ease-out;
		white-space: nowrap;
	}

	.news-view i {
		font-style: normal;
	}

.news-list li a:hover {
	background: #ffac21;
	color: #fff;
}

	.news-list li a:hover .news-view span {
		margin-left: 0;
		color: #fff;
	}

	.news-list li a:hover h3 {
		color: #fff;
	}

.pagination {
	display: block;
	text-align: center;
}

	.pagination li {
		display: inline-block;
		padding: 0 2px;
	}

	.pagination > li > a {
		color: #a699b3;
	}

	.pagination > .active > a {
		background: #262a2e;
		border: 1px solid #262a2e;
	}

.customer-box {
	background: url(../images/cust_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.customer-wrapper {
	box-sizing: border-box;
	width: 100%;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	margin: 0 auto;
	position: relative;
}

.i_cust {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 22%;
}

.customer-tit {
	font-size: 24px;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
}

	.customer-tit span {
		color: #ffac21;
	}

.customer-list-box {
	padding-left: 25%;
	padding-right: 10%;
	padding-bottom: 30px;
}

.customer-swiper {
	height: 480px;
	position: relative;
	padding-bottom: 40px;
}

	.customer-swiper .swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

		.customer-swiper .swiper-container .swiper-slide {
			height: calc((100% - 30px) / 3);
			color: #fff;
			font-size: 14px;
			padding: 6px 0;
		}

			.customer-swiper .swiper-container .swiper-slide p {
				width: 100px;
				text-align: center;
				font-size: 12px;
				line-height: 14px;
			}

			.customer-swiper .swiper-container .swiper-slide img {
				margin-bottom: 8px;
				margin-left: 5px;
			}

.jobs-box {
	background: #f9f8f7;
}

.map-box {
	padding: 80px 0;
}

.jobs-desc {
	padding: 20px 0;
	color: #333333;
	line-height: 30px;
}

.jobs-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

	.jobs-list li {
		width: 33.333%;
		box-sizing: border-box;
		padding: 20px 20px;
	}

.jobs-info {
	background: #fff;
	padding: 30px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

	.jobs-info h3 {
		font-size: 20px;
		color: #333;
		text-align: center;
		padding: 15px 0;
	}
	.jobs-info .jobs-text {
		line-height: 180%;
	}
.arrUp {
	display: block;
	background: url(../images/arrUp.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -15px;
	z-index: 1;
}

.jobs-layer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fb6a19;
	color: #ffffff;
	padding: 15px;
	line-height: 24px;
	transition: all 1s ease-out;
	font-size: 12px;
	height: 100%;
}

.jobs-info:hover .jobs-layer {
	top: 0;
}

.tool {
	display: none;
	position: fixed;
	bottom: 10%;
	right: 30px;
	z-index: 1001;
	padding: 10px;
	box-sizing: border-box;
}

	.tool li {
		background: rgba(0,0,0,0.8);
		border-radius: 4px;
		margin-bottom: 1px;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		position: relative;
	}

		.tool li a {
			display: block;
			width: 50px;
			height: 50px;
			cursor: pointer;
		}

.bar_tel {
	background: url(../images/tool_tel.png) no-repeat center;
	background-size: 30px 30px;
	z-index: 0;
	overflow: hidden;
}

.bar_QQ {
	background: url(../images/tool_qq.png) no-repeat center;
	background-size: 30px 30px;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.bar_top {
	background: url(../images/tool_top.png) no-repeat center;
	background-size: 30px 30px;
}
.tool li:hover {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.tool-tel {
	position: absolute;
	top: 0;
	right: 40px;
	z-index: -1;
	background: rgba(0,0,0,0.8);
	width: 150px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	opacity: 0;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	transition: all 0.2s ease-out;
}

	.tool-tel span {
		position: relative;
		display: block;
		white-space: nowrap;
		color: #ffad20;
	}

.bar_tel:hover {
	overflow: visible;
}

	.bar_tel:hover .tool-tel {
		width: auto !important;
		right: 50px;
		padding: 0 12px;
		opacity: 1;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

.tool-qq {
	position: absolute;
	top: 0;
	right: 40px;
	z-index: -100;
	background: rgba(0,0,0,0.8);
	font-size: 20px;
	color: #fff;
	border-radius: 8px;
	opacity: 0;
	white-space: nowrap;
	padding: 8px 0;
	transition: all 0.2s ease-out;
	height: 50px;
	box-sizing: border-box;
}

	.tool-qq ul {
		position: relative;
		box-sizing: border-box;
	}

		.tool-qq ul li {
			width: 36px;
			height: 30px;
			position: relative;
			padding: 3px;
			flex: 1;
			-webkit-flex: 1;
			background: none;
		}

			.tool-qq ul li img {
				display: block;
				width: 26px;
				height: 26px;
			}

			.tool-qq ul li i {
				display: block;
				font-style: normal;
				background: #fff;
				width: 20px;
				height: 20px;
				border-radius: 10px;
				text-align: center;
				line-height: 20px;
				transform: scale(0.5) translate(10px,10px);
				position: absolute;
				bottom: 4px;
				left: 50%;
				margin-left: -8px;
				z-index: 1;
				color: #333;
				font-size: 13px;
			}

			.tool-qq ul .active i, .tool-qq ul li:hover i {
				background: #ffb10f;
			}

.bar_QQ:hover {
	overflow: visible;
}

	.bar_QQ:hover .tool-qq {
		right: 50px;
		padding: 8px 12px;
		opacity: 1;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}


.cban-top {
	height: 286px;
	background: #2c4f9f;
}

.cbox-wrapper {
	box-sizing: border-box;
	width: 100%;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
}

.news-section {
	width: 72%;
	margin-top: -100px;
}

.news-side {
	width: 28%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: -100px;
}

.cbox {
	position: relative;
	z-index: 10;
	margin-top: 0px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-bottom: 60px;
}

.news-content {
	background: #fff;
	padding: 20px 30px;
}

.news-title-group {
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;
	color: #999;
}

	.news-title-group h1 {
		font-size: 26px;
		color: #333;
		padding: 20px 0;
	}

.bgray {
	background: #f5f5f5;
}

.news-details {
	font-size: 120%;
	line-height: 2;
	padding: 30px 0;
}

.relevant-box {
	padding: 20px 0;
	border-top: 1px solid #cccccc;
}

.relevant-list li {
	padding: 6px 0;
	font-size: 16px;
	color: #484848;
}

	.relevant-list li a {
		color: #484848;
	}

		.relevant-list li a:hover {
			color: #ffac21;
			text-decoration: underline;
		}

.bar-back {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border: 1px dashed #999999;
	padding: 8px 15px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

	.bar-back i {
		display: inline-block;
		background: url(../images/back.png) no-repeat;
		width: 16px;
		height: 16px;
		margin-right: 3px;
		transition: all 0.2s ease-out;
	}

	.bar-back:hover {
		text-decoration: none;
		color: #ffac21;
		background: #f5f5f5;
		border: 1px solid #ffac21;
	}

		.bar-back:hover i {
			-webkit-transform: translateX(-3px);
			transform: translateX(-3px);
		}

.side-box {
	background: #fff;
	padding: 15px;
}

.side-tit {
	font-size: 22px;
	color: #000;
}

.side-list {
	padding-bottom: 30px;
}

	.side-list li {
		border-bottom: 1px dashed #999999;
		padding: 8px 0;
	}

		.side-list li a {
			display: block;
			padding: 5px 0;
			font-size: 14px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
		}

.tablet .pointer-show {
	display: none;
}

.pointer-show {
	position: absolute;
	animation: pulse 1s linear infinite;
}

.pointer {
	display: block;
	background: url(../images/pointer.png) no-repeat;
	width: 30px;
	height: 30px;
}

@keyframes pulse {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.pbox .picture-container {
	padding: 13.8% 6.75% 4% 6.75%;
}

.it-title {
	position: absolute;
	top: 9.35%;
	left: 25%;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #000;
}

.news-details img {
	max-width: 100%;
}


.mypage {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background: #f5f5f5;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(89, 89, 89);
	text-align: center;
	border-radius: 5%;
	margin: 5px 5px;
}

	.mypage.active {
		color: white;
		background: #133888
	}

.mypages {
	text-align: center;
	margin-bottom: 30px;
}

.cases-list img.wave {
	-webkit-filter: url(#water);
	filter: url(#water);
}

#swiper .swiper-pagination-bullet {
	background: #545454;
	opacity: 1;
	border-radius: 4px;
	transition: all 0.2s ease-out;
}

#swiper .swiper-pagination-bullet-active {
	background: #ffb10f;
	width: 22px;
	border-radius: 4px;
}

.bg-video-poster {
	display: none;
}

.map-ico {
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 100;
	background: url(../images/map_ico.png) no-repeat;
	width: 40px;
	height: 25px;
}

.map-info {
	border: 1px solid #999999;
	border-radius: 10px;
	padding: 15px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -170px;
	z-index: 1;
	background: #fff;
	width: 360px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}

	.map-info::after {
		content: '';
		background: url(../images/map_arr.png) no-repeat;
		width: 38px;
		height: 24px;
		position: absolute;
		bottom: -24px;
		left: 50%;
		margin-left: -19px;
		z-index: 1;
	}

	.map-info h3 {
		font-size: 18px;
		color: #fb6a19;
		font-weight: normal;
		padding-bottom: 6px;
	}

.zixun-wechat {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 150px;
	color: #fff;
	text-align: center;
	margin-left: 0px;
	z-index: -1;
	transition: all 0.3s ease-out;
	opacity: 0;
}

	.zixun-wechat h3 {
		font-size: 14px;
		font-weight: normal;
		padding-top: 10px;
	}

.bar-zx:hover .zixun-wechat {
	z-index: 1;
	opacity: 1;
	margin-left: 20px;
}

.cban-cases {
	height: 286px;
}

.cban-cases-img {
	height: 286px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
}

.headline {
	font-size: 32px;
	font-weight: normal;
	line-height: 46px;
	text-align: center;
	color: #333;
}

.subtitle {
	text-align: center;
	padding: 20px;
}

	.subtitle span {
		display: inline-block;
		border: 1px solid #7f7f7f;
		line-height: 30px;
		border-radius: 16px;
		color: #999;
		padding: 0 20px;
		font-size: 14px;
		margin: 3px;
	}

.cases-desc {
	line-height: 2;
	padding: 20px 90px;
	text-align: center;
	color: #999;
}
	.cases-desc video{
		width:100%;
	}
	.cases-desc img {
		max-width: 100%;
	}
	.xxtitle-group {
		text-align: center;
		padding: 30px 0;
	}

.xxtitle {
	display: inline-block;
	position: relative;
}
.xxtitle::before {
	content: '';
	height: 1px;
	width: 100px;
	position: absolute;
	top: 50%;
	left: -120px;
	z-index: 1;
	background: #dedede;
}

.xxtitle::after {
	content: '';
	height: 1px;
	width: 100px;
	position: absolute;
	top: 50%;
	right: -120px;
	z-index: 1;
	background: #dedede;
}

.xxtitle h3 {
	font-size: 30px;
	color: #fb6a19;
	padding-bottom: 12px;
}

.xxtitle p {
	font-size: 16px;
	color: #dedede;
}
.services-icon{
	margin-top: -40px;
}
.hotline a {
	color: #ffac21;
}

.contacts-box h2 span a, .contact-info1 p span a {
	color: #ffac21;
}

.home-subtit-group h3 {
	color: #fff;
}

.contact-info2 a {
	color: #fff;
}
@media (max-width: 1400px){
	.cases-title {
		font-size: 16px;
	}
	.solution-info h3 {
		font-size: 26px;
	}

	.solution-desc {
		height: 60px;
	}
	.works-title-group h3 {
		font-size: 16px;
	}
	.navbar-brand {
		margin-top: 10px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		padding-top: 26px;
	}
	.menu .list .content-wrapper .primary-nav .menu-item .menu-word{
		font-size: 22px;
		line-height: 50px;
	}
	.menu .list .content-wrapper .primary-nav .menu-item.focused:before {
		width: 30px;
	}
	.menu .list .content-wrapper .primary-nav .menu-item.focused .grayed, .menu .list .content-wrapper .primary-nav .menu-item.focused .menu-word {
		transform: translate3d(36px, 0, 0);
	}
	.menu .list .content-wrapper .primary-nav .grayed{
		font-size: 22px;
		line-height: 50px;
	}
	.menu .list .company-info ul li{
		font-size: 16px;
		line-height: 1.6;
	}
	.menu .list .company-info ul li img{
		width: 32px;
		margin-right: 10px;
	}
	.contacts-box{
		padding-bottom: 100px;
	}
	.ctit-group h3{
		font-size: 36px;
	}
	.home-title h1{
		font-size: 42px;
	}
	.home-title h2{
		font-size: 36px;
	}
	.home-title h3{
		font-size: 16px;
	}
	.services-title{
		font-size: 30px;
	}
	.services-desc{
		font-size: 13px;
	}
	.section2{
    	padding: 60px 8.33333%;
	}
	.section3{
    	padding: 60px 8.33333%;
	}
	.services-other{
		white-space: normal;
	}
	.services-list{
		padding: 30px 30px;
	}
	.ctit-group{
		padding-top: 80px;
	}
	.services-list-box{
		margin-bottom: -50px;
	}
	.cban-title h2{
		font-size: 42px;
	}
	.cban-title h3{
		font-size: 20px;
	}
}

/*平板判断*/
@media (max-width: 1024px) {
	.solution-info h3 {
		font-size: 26px;
	}
	.navbar-default .navbar-nav > li {
		padding: 0 12px;
	}

	.caseimg {
		width: 65%;
	}

	.caseinfo {
		width: 35%;
		margin-left: 0;
		padding-left: 30px;
		box-sizing: border-box;
	}

		.caseinfo h3 {
			font-size: 16px;
		}

		.caseinfo ul {
			padding: 10px 0;
		}

			.caseinfo ul li {
				padding: 10px 0;
			}

				.caseinfo ul li::before {
					bottom: -10px;
				}

	.section2 {
		padding: 60px 30px;
	}

	.section3 {
		padding: 60px 30px;
	}

	.services-list-box {
		margin-left: 0;
		margin-right: 0;
	}

	.cases-list-box {
		margin-left: 0;
		margin-right: 0;
	}

	.cases-list {
		padding: 30px;
	}

	.cases-vert-box {
		margin-left: 0;
		margin-right: 0;
	}

	.cases-vert-list {
		padding: 20px;
	}

	.services-list {
		padding: 15px;
	}

	.services-list2 {
		padding: 15px;
	}

	.services-other {
		white-space: normal;
	}

	.services-title {
		font-size: 32px;
		white-space: nowrap;
	}

		.services-title img {
			width: 40px;
			height: 40px;
			margin-left: 10px;
		}

	.ctit-group {
		padding-top: 80px;
	}

	.solution-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}

	.solution {
		margin-bottom: 30px;
	}

	.cban-about-info {
		padding-left: 10%;
		padding-right: 10%;
	}

	.roll-show-box {
		padding-bottom: 0px;
	}

	.news-list {
		margin-left: -15px;
		margin-right: -15px;
	}

		.news-list li {
			width: 33.333%;
			box-sizing: border-box;
			padding: 15px;
		}

	.i_cust {
		display: none;
	}

	.customer-list-box {
		padding: 0 0;
	}

	.customer-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}

	.cbox-wrapper {
		padding: 30px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.news-side {
		padding-left: 15px;
	}

	.news-content {
		padding: 30px;
	}

	.side-list li a {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-info {
		margin-left: 30px;
	}

	.navbar-default .navbar-nav > li {
		padding: 0 7px;
	}

	.home-title h1 {
		font-size: 42px;
		line-height: 60px;
	}

	.home-title h2 {
		font-size: 36px;
		line-height: 60px;
	}

	.data-info h2 {
		font-size: 40px;
	}

	.section2 {
		padding: 30px 15px;
	}

	.home-subtit-group h2 {
		font-size: 30px;
	}

	.data-info h3 {
		font-size: 14px;
	}

	.serve-info h2 {
		font-size: 26px;
	}

	.caseimg {
		width: 60%;
	}

	.caseinfo {
		width: 40%;
		margin-left: 0;
		padding-left: 15px;
		box-sizing: border-box;
	}

		.caseinfo h2 {
			font-size: 22px;
			padding-bottom: 10px;
		}

		.caseinfo h3 {
			font-size: 14px;
		}

		.caseinfo ul li img {
			width: 28px;
			height: 28px;
		}

		.caseinfo ul li {
			font-size: 14px;
			padding: 8px 0;
		}

			.caseinfo ul li::before {
				left: 13px;
				height: 12px;
				bottom: -9px;
			}

	.services-list-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.services-list {
		padding: 15px;
		width: 50%;
		box-sizing: border-box;
	}

	.services-other {
		white-space: normal;
	}

	.ctit-group {
		padding-top: 80px;
	}

	.cases-list-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.cases-list {
		width: 50%;
		box-sizing: border-box;
		padding: 30px;
	}

	.cban {
		height: 80vh;
	}

	.cban-img {
		height: 80vh
	}

	.pc-fw-icon {
		display: none;
	}

	.m-fw-icon {
		display: block;
		text-align: center;
	}

		.m-fw-icon img, .m-services-icon img {
			width: 60%;
		}

	.works-list-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.works-list {
		padding: 15px;
	}

	.cases-vert-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.services-box::after {
		content: '';
		width: 460px;
		height: 520px;
	}

	.cases-other-box {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 20px 0;
	}

	.cases-other {
		width: 50%;
		margin-bottom: 30px;
	}

	.cases-other-box .cases-other:last-child {
		width: 100%;
	}

	.info-list {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

		.info-list li {
			width: 50%;
		}

	.solution-info {
		padding: 0 20px;
	}

	.solution-desc {
		margin: 6px 0;
		line-height: 26px;
		height: 78px;
	}

	.solution-info h3 {
		font-size: 22px;
	}

	.cban-about-info {
		padding-left: 5%;
		padding-right: 5%;
	}

	.news-list li {
		width: 50%;
		box-sizing: border-box;
		padding: 15px;
	}

	.jobs-list {
		margin-left: -10px;
		margin-right: -10px;
	}

		.jobs-list li {
			width: 50%;
			box-sizing: border-box;
			padding: 10px 10px;
		}

	.cbox {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.news-section {
		width: 100%;
	}

	.news-content {
		padding: 30px;
	}

	.news-side {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}

	.menu .maxw {
		padding-left: 5%;
		padding-right: 5%;
	}

	.menu .list .company-info {
		margin-right: 0;
	}

	.cases-vert-list {
		width: 50%;
		padding: 15px;
	}
}
/*手机端判断*/
@media (max-width: 480px) {
	.header-v1 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-brand {
		height: 30px;
		padding: 0;
		margin-top: 15px;
		margin-left: 0px;
	}

		.navbar-brand img {
			width: 84px;
			height: 30px;
		}

	.navbar-toggle {
		margin-right: 0px;
		border: none;
		outline: none;
	}

		.navbar-toggle:focus, .navbar-toggle:active, .navbar-toggle:disabled, .navbar-toggle:visited {
			background: none;
		}

	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	.navbar-absolute {
		padding: 0 15px;
	}

	.navbtn {
		display: none;
	}

	.navbar-nav {
		width: 100%;
		float: none;
		margin: 0;
		padding: 10px 15px;
		background: rgba(0,0,0,0.9);
	}

	.navbar-default .navbar-nav > li {
		padding: 5px 0;
	}

	.navbar-nav > li > a {
		padding: 0;
	}

	.home-title h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.home-title h2 {
		font-size: 20px;
		line-height: 40px;
	}

	.home-title h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.home-subtit-group h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.home-subtit-group h3 {
		font-size: 12px;
	}

	.home-info {
		margin-left: 0px;
	}

	.data-items {
		padding-top: 20px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.data-info {
		width: 50%;
		flex: none;
		-webkit-flex: none;
		padding: 10px;
	}

		.data-info h2 {
			font-size: 26px;
			line-height: 36px;
		}

		.data-info h3 {
			font-size: 12px;
		}

	.serve-items {
		align-items: stretch;
		-webkit-align-items: stretch;
	}

	.serve-info h2 {
		font-size: 16px;
		line-height: 18px;
		padding: 10px 0;
	}

	.serve-info h3 {
		font-size: 12px;
	}

	.casebox {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.caseimg {
		width: 100%;
		margin-bottom: 30px;
	}

	.caseinfo {
		width: 100%;
	}

		.caseinfo h2 {
			font-size: 16px;
			padding-bottom: 0;
		}

		.caseinfo h3 {
			font-size: 14px;
			line-height: 26px;
		}

		.caseinfo ul {
			padding: 6px 0;
		}

			.caseinfo ul li {
				padding: 10px 0;
				font-size: 14px;
			}

				.caseinfo ul li img {
					width: 26px;
					height: 26px;
				}

				.caseinfo ul li::before {
					height: 10px;
					left: 10px;
					bottom: -5px;
				}

	.icon-adva {
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 50px;
		margin: 0 auto;
	}

	.advant-items li {
		padding: 0 2px;
		text-align: center;
	}

		.advant-items li h3 {
			font-size: 12px;
		}

		.advant-items li i {
			font-size: 20px;
		}

	.advant-items {
		padding: 15px;
	}

	.section4 {
		padding-top: 50px;
	}

	.partners-swiper-box {
		padding-top: 30px;
	}

	.section5 .home-subtit-group {
		padding-top: 50px;
	}

	.contacts-box {
		padding-bottom: 30px;
		font-size: 14px;
		line-height: 30px;
	}

		.contacts-box h2 {
			font-size: 14px;
			padding-top: 20px;
		}

	.contact-info1 {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px 0 0 0;
	}

	.contact-info2 {
		flex-direction: column;
		-webkit-flex-direction: column;
		padding: 15px 0 0 0;
	}

	#swiper {
		padding: 30px 0;
	}

		#swiper .swiper-pagination {
			bottom: 0px;
		}

	.services-list-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.services-list {
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.services-list2 {
		padding: 15px;
		width: 100%;
	}

	.services-icon {
		display: none;
	}

	.services-title {
		font-size: 20px;
	}

		.services-title img {
			width: 32px;
			height: 32px;
			margin-left: 10px;
		}

	.services-desc {
		font-size: 14px;
	}

	.m-services-icon {
		display: block;
	}

	.ctit-group {
		padding-top: 50px;
	}

		.ctit-group h3 {
			font-size: 26px;
			margin-bottom: 6px;
		}

		.ctit-group h4 {
			font-size: 14px;
		}

	.cban-title {
		padding-left: 15px;
		margin-top: 0px;
	}

		.cban-title h2 {
			font-size: 22px;
		}

		.cban-title h3 {
			font-size: 12px;
		}

	.cases-list-box {
		margin-left: 0px;
		margin-right: 0px;
	}

	.cases-list {
		padding: 15px;
		width: 100%;
	}

	.cban {
		height: 40vh;
	}

	.cban-img {
		height: 40vh
	}

	.cases-vert-list {
		width: 50%;
		padding: 8px;
	}

	.services-box::after {
		content: '';
		width: 260px;
		height: 320px;
		bottom: 0;
	}

	.services-tips {
		font-size: 16px;
		padding: 1em;
	}

	.case-tab li {
		padding: 0 15px;
	}

		.case-tab li a {
			font-size: 14px;
		}

	.cases-other {
		width: 100%;
		margin-bottom: 20px;
	}

	.hotline {
		text-align: left;
	}

	.info-list {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

		.info-list li {
			width: 100%;
			padding: 4px 0;
		}

	.works-list-box {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
		padding: 8px 0;
	}

	.tab-container {
		padding: 5px 0;
	}

	.cases-vert-box {
		padding: 10px 0;
	}

	.works-list {
		width: 50%;
		padding: 8px;
	}

	.works-title-group {
		padding: 6px 0;
	}

		.works-title-group h3 {
			font-size: 16px;
		}

		.works-title-group i {
			margin-top: 0;
			top: auto;
			bottom: 0 !important;
			font-size: 120%;
		}

	.hotline h3 {
		font-size: 30px;
	}

	.solution-wrapper {
		padding: 30px 15px;
	}

	.solution {
		flex-direction: column;
		-webkit-flex-direction: column;
		margin-bottom: 10px;
	}

	.solution-img {
		width: 100%;
	}

	.solution-info {
		padding: 10px 0;
	}

		.solution-info h3 {
			font-size: 18px;
		}

	.solution-desc {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
	}

	.solution-view span {
		font-size: 12px;
	}

	.news-list li {
		width: 100%;
		box-sizing: border-box;
		padding: 8px 15px;
	}

	.roll-show-box {
		padding-top: 20px;
	}

	.about-tab {
		margin-top: -30px;
	}

		.about-tab li a {
			padding: 15px 20px;
			font-size: 16px;
		}

		.about-tab .active a::before {
			content: '';
			width: 10px;
			margin-top: -1px;
		}

	.news-list li a {
		padding: 15px;
		font-size: 16px;
	}

	.tab-container {
		margin-bottom: 10px;
	}

	.about-tit {
		font-size: 22px;
	}

	.cban-about-info {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 60px;
	}

	.cban-about-desc {
		font-size: 14px;
		line-height: 24px;
	}

	.cban-about .data-items {
		padding-top: 0px;
	}

	.cban-about {
		padding-bottom: 30px;
	}

	.customer-wrapper {
		padding: 15px;
	}

	.customer-tit {
		font-size: 16px;
		padding: 10px 0;
	}

	.jobs-list {
		margin-left: 0px;
		margin-right: 0px;
	}

		.jobs-list li {
			width: 100%;
			box-sizing: border-box;
			padding: 10px 10px;
		}

	.map-box {
		padding: 10px 0;
	}

	.cbox {
		padding-bottom: 30px;
	}

	.jobs-box {
		padding-top: 30px;
	}

	.cbox-wrapper {
		padding: 15px;
	}

	.news-content {
		padding: 15px;
	}

	.news-title-group h1 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.side-list li {
		padding: 6px 0;
	}

		.side-list li a {
			font-size: 14px;
		}

	.side-tit {
		font-size: 18px;
	}

	.cban-top {
		height: 160px;
	}

	.news-section {
		margin-top: -50px;
	}

	.news-title-group {
		padding: 10px 0;
	}

	.news-details {
		padding: 15px 0;
		font-size: 110%;
		line-height: 1.8;
	}

	.relevant-box {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.bar-back {
		margin-bottom: 10px;
	}

	.relevant-list li {
		font-size: 12px;
	}

	.pointer-show {
		display: none;
	}

	.picture-title h3 {
		font-size: 12px;
		padding: 5px;
	}

	.picture-title {
		bottom: -20px;
	}

	.bg-video {
		display: none;
	}

	.bg-video-poster {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: inherit;
		height: inherit;
		overflow: hidden;
		object-fit: cover;
	}

	.bar-learn {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		border: 1px solid #fff;
		width: 120px;
		height: 32px;
		border-radius: 6px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		transition: all 0.3s ease-out;
	}

	.bar-zx {
		width: 160px;
		height: 40px;
	}

		.bar-zx p {
			height: 40px;
			line-height: 40px;
			width: 120px;
		}

		.bar-zx span {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}

	.map-info {
		border: 1px solid #999999;
		border-radius: 6px;
		padding: 10px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -130px;
		z-index: 1;
		background: #fff;
		width: 260px;
		box-sizing: border-box;
		font-size: 12px;
		color: #333333;
	}

	.cban-cases {
		height: 160px;
	}

	.cban-cases-img {
		height: 160px;
	}

	.headline {
		font-size: 20px;
	}

	.subtitle {
		padding: 10px;
	}

		.subtitle span {
			font-size: 12px;
			padding: 0 10px;
			line-height: 24px;
		}

	.cases-desc {
		padding: 15px 0;
	}

	.xxtitle h3 {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.xxtitle p {
		font-size: 12px;
	}

	.xxtitle-group {
		padding: 15px 0;
	}

	.xxtitle::before {
		content: '';
		height: 1px;
		width: 50px;
		position: absolute;
		top: 50%;
		left: -70px;
		z-index: 1;
		background: #dedede;
	}

	.xxtitle::after {
		content: '';
		height: 1px;
		width: 50px;
		position: absolute;
		top: 50%;
		right: -70px;
		z-index: 1;
		background: #dedede;
	}

	.section3 {
		padding: 30px 20px;
	}

	.tool {
		right: -10px;
		transform: scale(0.8)
	}
}



/* 环形运动 */
@-moz-keyframes ring {
	0% {
		transform: translate(0,0);
	}

	16.66% {
		transform: translate(5px,0);
	}

	50% {
		transform: translate(0,8px);
	}

	83.34% {
		transform: translate(-5px,0);
	}

	100% {
		transform: translate(0,0);
	}
}

@-webkit-keyframes ring {
	0% {
		transform: translate(0,0);
	}

	16.66% {
		transform: translate(5px,0);
	}

	50% {
		transform: translate(0,8px);
	}

	83.34% {
		transform: translate(-5px,0);
	}

	100% {
		transform: translate(0,0);
	}
}

@keyframes ring {
	0% {
		transform: translate(0,0);
	}

	16.66% {
		transform: translate(5px,0);
	}

	50% {
		transform: translate(0,8px);
	}

	83.34% {
		transform: translate(-5px,0);
	}

	100% {
		transform: translate(0,0);
	}
}
/* 左右摆动 */
@-moz-keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(6deg);
	}

	75% {
		transform: rotate(-6deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(6deg);
	}

	75% {
		transform: rotate(-6deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(6deg);
	}

	75% {
		transform: rotate(-6deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.mobg {
	height: 100% !important;
}

	.mobg img {
		display: block;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}

.mob-icon {
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 10;
	width: 100%;
}

.icon-fly {
	position: absolute;
	bottom: 46%;
	left: 30%;
	width: 40%;
	-webkit-animation: ring 3s linear both infinite;
	animation: ring 3s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

	.icon-fly img {
		display: block;
		width: 100%;
		-webkit-animation: swing 6s linear both infinite;
		animation: swing 6s linear both infinite;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
	}

.mob-words {
	position: absolute;
	bottom: 40%;
	left: 3%;
	width: 94%;
	height: 70px;
	margin-bottom: -70px;
	display: block;
}

	.mob-words img {
		position: absolute;
	}

		.mob-words img:first-child {
			-webkit-animation: ring 3.6s linear both infinite;
			animation: ring 3.6s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(2n) {
			-webkit-animation: ring 4s linear both infinite;
			animation: ring 4s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(3n) {
			-webkit-animation: ring 5s linear both infinite;
			animation: ring 5s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(4n) {
			-webkit-animation: ring 6s linear both infinite;
			animation: ring 6s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(5n) {
			-webkit-animation: ring 7s linear both infinite;
			animation: ring 7s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(6n) {
			-webkit-animation: ring 8s linear both infinite;
			animation: ring 8s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(7n) {
			-webkit-animation: ring 9s linear both infinite;
			animation: ring 9s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(8n) {
			-webkit-animation: ring 3.5s linear both infinite;
			animation: ring 3.5s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(9n) {
			-webkit-animation: ring 5.5s linear both infinite;
			animation: ring 5.5s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(11n) {
			-webkit-animation: ring 6.5s linear both infinite;
			animation: ring 6.5s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}

		.mob-words img:nth-child(13n) {
			-webkit-animation: ring 4.5s linear both infinite;
			animation: ring 4.5s linear both infinite;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			will-change: transform;
		}



	.mob-words p {
		position: absolute;
		color: #fff;
		font-size: 12px;
	}

	.mob-words i {
		display: block;
		font-style: normal;
	}

.itsf01 {
	font-size: 18px;
	-webkit-transform: skewX(-30deg) scaleY(0.7);
	-o-transform: skewX(-30deg) scaleY(0.7);
	transform: skewX(-30deg) scaleY(0.7);
	text-shadow: 1px 1px #333, 2px 2px #999, 3px 3px #111;
}

.itsf02 {
	font-size: 16px;
	-webkit-transform: skewX(-30deg) scaleY(0.6);
	-o-transform: skewX(-30deg) scaleY(0.6);
	transform: skewX(-30deg) scaleY(0.6);
	text-shadow: 1px 1px #333, 2px 2px #666, 3px 3px #000;
}

.itsf03 {
	-webkit-transform: skewX(-36deg) scaleY(0.8);
	-o-transform: skewX(-36deg) scaleY(0.8);
	transform: skewX(-36deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf04 {
	font-size: 14px;
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf05 {
	font-size: 16px;
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 1px 1px #333, 2px 2px #999, 3px 3px #111;
}

.itsf06 {
	font-size: 16px;
	-webkit-transform: skew(-36deg) scaleY(0.8);
	-o-transform: skew(-36deg) scaleY(0.8);
	transform: skew(-36deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf07 {
	font-size: 20px;
	-webkit-transform: skewX(-30deg) scaleY(0.6) rotate(10deg);
	-o-transform: skewX(-30deg) scaleY(0.6) rotate(10deg);
	transform: skewX(-30deg) scaleY(0.6) rotate(10deg);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf08 {
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf09 {
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 1px 1px #333, 2px 2px #999, 3px 3px #111;
}

.itsf10 {
	font-size: 18px;
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 1px 1px #333, 2px 2px #999, 3px 3px #111;
}

.itsf11 {
	font-size: 13px;
	-webkit-transform: skewX(-30deg) scaleY(0.8) rotate(5deg);
	-o-transform: skewX(-30deg) scaleY(0.8) rotate(5deg);
	transform: skewX(-30deg) scaleY(0.8) rotate(5deg);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf12 {
	font-size: 14px;
	-webkit-transform: skewX(-40deg) scaleY(0.8);
	-o-transform: skewX(-40deg) scaleY(0.8);
	transform: skewX(-40deg) scaleY(0.8);
	text-shadow: 1px 1px #666, 2px 2px #000;
}

.itsf13 {
	font-size: 16px;
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf14 {
	font-size: 16px;
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 1px 1px #333, 2px 2px #999, 3px 3px #111;
}

.itsf15 {
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf16 {
	-webkit-transform: skewX(-30deg) scaleY(0.8);
	-o-transform: skewX(-30deg) scaleY(0.8);
	transform: skewX(-30deg) scaleY(0.8);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf17 {
	-webkit-transform: skewX(-40deg) scaleY(0.3);
	-o-transform: skewX(-40deg) scaleY(0.3);
	transform: skewX(-40deg) scaleY(0.3);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.itsf18 {
	-webkit-transform: skewX(-40deg) scaleY(0.3);
	-o-transform: skewX(-40deg) scaleY(0.3);
	transform: skewX(-40deg) scaleY(0.3);
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.mob-words p:first-child {
	-webkit-animation: ring 5.4s linear both infinite;
	animation: ring 5.4s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(2n) {
	-webkit-animation: ring 6.9s linear both infinite;
	animation: ring 6.9s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(3n) {
	-webkit-animation: ring 5.8s linear both infinite;
	animation: ring 5.8s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(4n) {
	-webkit-animation: ring 3.9s linear both infinite;
	animation: ring 3.9s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(5n) {
	-webkit-animation: ring 3.8s linear both infinite;
	animation: ring 3.8s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(6n) {
	-webkit-animation: ring 4.6s linear both infinite;
	animation: ring 4.6s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(7n) {
	-webkit-animation: ring 5.3s linear both infinite;
	animation: ring 5.3s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(8n) {
	-webkit-animation: ring 3.6s linear both infinite;
	animation: ring 3.6s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(9n) {
	-webkit-animation: ring 5.1s linear both infinite;
	animation: ring 5.1s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(10n) {
	-webkit-animation: ring 3.8s linear both infinite;
	animation: ring 3.8s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(11n) {
	-webkit-animation: ring 6.1s linear both infinite;
	animation: ring 6.1s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(12n) {
	-webkit-animation: ring 6.1s linear both infinite;
	animation: ring 6.1s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(13n) {
	-webkit-animation: ring 6.9s linear both infinite;
	animation: ring 6.9s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(16n) {
	-webkit-animation: ring 4.2s linear both infinite;
	animation: ring 4.2s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

.mob-words p:nth-child(17n) {
	-webkit-animation: ring 4.3s linear both infinite;
	animation: ring 4.3s linear both infinite;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
}

