/*.device{    background-color: #000;}*/

.index-banner,
.about-banner {
	-webkit-animation: gupIn 1s 0.5s both;
	-moz-animation: gupIn 1s 0.5s both;
	animation: gupIn 1s 0.5s both;
	position: relative;
}

#ascrail2000-hr {
	display: none;
}

.swiper-slide {
	cursor: auto;
}

.index-banner,
.about-banner {
	text-align: center;
}

.index-banner,
.about-banne a {
	display: block;
}

.banner-ad {
	width: 1200px;
	max-width: 100%;
	height: 120px;
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	margin: auto;
	transform-style: preserve-3d;
	text-align: left;
}

.banner-ad article {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88%;
	padding: 10px 0;
	background: #fff;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}

.flip_front {
	-webkit-animation: flipOutX 0.4s linear both;
	-moz-animation: flipOutX 0.4s linear both;
	animation: flipOutX 0.4s linear both;
}

.banner-ad .client_logo {
	float: right;
	width: 229px;
	height: 100%;
	border-left: 1px dotted #d1d1d1;
	text-align: center;
	overflow: hidden;
}

.banner-ad .client_logo img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.banner-ad p {
	float: left;
	width: 620px;
	min-height: 60px;
	padding: 20px 0 0 85px;
	background: url(../images/mh.png) no-repeat 30px 25px;
	font-size: 0.7rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.banner-ad .client_logo span {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.index-banner .swiper-wrapper,
.index-banner .swiper-slide,
.case-banner .swiper-wrapper,
.case-banner .swiper-slide,
.service-banner .swiper-wrapper,
.service-banner .swiper-slide,
.special-ban .swiper-container,
.special-ban .swiper-wrapper,
.special-ban .swiper-slide {
	height: auto!important;
}

.case-banner {
	overflow: hidden;
}

.flip_front {
	-webkit-animation: flipOutX 0.4s linear both;
	-moz-animation: flipOutX 0.4s linear both;
	animation: flipOutX 0.4s linear both;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}
	100% {
		-webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(800px) rotateX(0deg) scale(1);
	}
	100% {
		-moz-transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(800px) rotateX(0deg) scale(1);
	}
	100% {
		transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}

.flip_back {
	-webkit-animation: flipInX 0.8s ease both;
	-moz-animation: flipInX 0.8s ease both;
	animation: flipInX 0.8s ease both;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(800px) rotateX(90deg) scale(0.86);
	}
	40% {
		-webkit-transform: perspective(800px) rotateX(-10deg);
	}
	70% {
		-webkit-transform: perspective(800px) rotateX(10deg);
	}
	100% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(800px) rotateX(90deg) scale(0.86);
	}
	40% {
		-moz-transform: perspective(800px) rotateX(-10deg);
	}
	70% {
		-moz-transform: perspective(800px) rotateX(10deg);
	}
	100% {
		-moz-transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(800px) rotateX(90deg) scale(0.86);
	}
	40% {
		transform: perspective(800px) rotateX(-10deg);
	}
	70% {
		transform: perspective(800px) rotateX(10deg);
	}
	100% {
		transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

.index-introduce .main {
	padding-top: 50px;
	padding-bottom: 60px;
	overflow: hidden;
	-webkit-animation: gupIn 1s 0.8s both;
	-moz-animation: gupIn 1s 0.8s both;
	animation: gupIn 1s 0.8s both;
}

.index-introduce .main::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 7px;
	background-color: #f0f0f0;
	bottom: 46px;
	left: 2px;
}

.introduce-left {
	float: left;
	width: 450px;
	color: #696969;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	animation-duration: 1.2s;
}

.introduce-left h1 {
	font-size: 24px;
	color: #0d0509;
	font-weight: normal;
}

.introduce-left p {
	font-size: 18px;
}

.year-p {
	margin: 10px 0 10px;
}

.introduce-right {
	float: right;
	width: 564px;
	overflow: hidden;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-ms-transform: translateY(80px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.introduce-right li {
	float: left;
	padding-top: 78px;
	background: url(../images/icon-2.png) no-repeat left top;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
}

.introduce-right li h5 {
	line-height: 60px;
	color: #343434;
	font-size: 16px;
}

.introduce-right p {
	margin-bottom: 4px;
	color: #6c6c6c;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8;
}

.int-1 {
	width: 230px;
	animation-delay: 1.8s;
}

.introduce-right li div {
	border-left: 2px solid #eaeaea;
	padding-left: 10px;
}

.intp-1 {
	animation-delay: 2.8s;
}

.intp-2 {
	animation-delay: 3.2s;
}

.intp-3 {
	animation-delay: 3.4s;
}

.intp-4 {
	animation-delay: 3.6s;
}

.introduce-right .int-2 {
	width: 210px;
	background-image: url(../images/icon-3.png);
	animation-delay: 2s;
}

.introduce-right .int-3 {
	background-image: url(../images/icon-1.png);
	animation-delay: 2.2s;
}

.index-case {
	background-color: #f2f2f2;
	-webkit-animation: gupIn 1s 1.2s both;
	-moz-animation: gupIn 1s 1.2s both;
	animation: gupIn 1s 1.2s both;
}

.case-header {
	overflow: hidden;
	padding: 44px 0 48px;
}

.case-title {
	float: left;
	width: 190px;
}

.case-title h6 {
	font-size: 24px;
	font-weight: normal;
	color: #0d0509;
}

.case-title aside {
	color: #696969;
}

.case-hea-list {
	float: left;
	padding-top: 10px;
}

.case-hea-list li {
	float: left;
	width: 92px;
	height: 40px;
	margin-right: 5px;
}

.case-hea-list li a {}

.case-hea-list a.on {
	color: #6AA182;
}

.case-hea-list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #717171;
	text-align: center;
	line-height: 40px;
	position: relative;
}

.case-hea-list li a:hover {
	color: #6AA182;
}

.case-hea-list li a.on:before {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	display: block\9;
}

.case-hea-list li a:hover:before {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	display: block\9;
}

.case-hea-list li a:before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #A2D3B4;
	border-radius: 25px;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transition: all .4s linear 0s;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	display: none\9;
}

.case-word ul {
	overflow: hidden;
}

.case-word ul li {
	float: left;
	width: 31%;
	overflow: hidden;
	background: #045d7f
}

.case-word ul li a {
	display: block;
}

.case-word ul li.mar {
	margin: 0 3%;
}

.case-word ul li a {
	display: block;
	background: #f2f2f2;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.case-word ul li article summary {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
	line-height: 50px;
	color: #a9a9a9;
	background: rgba(0, 0, 0, 0.5);
	background: #666\9;
	text-align: left;
	text-indent: 20px;
	z-index: 3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-word ul li article {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.case-word ul li h5 {
	line-height: 24px;
	font-size: 16px;
	color: #6c6c6c;
	padding: 20px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-word ul li a:hover {
	background-color: transparent;
}

.case-word ul li a:hover article img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.case-word ul li article img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}

.case-word ul li a:hover h5 {
	color: #fff;
}

.case-word ul li a:hover article summary {
	bottom: 0;
}

.word-footer {
	background-color: #dcdcdc;
	padding: 11px 0 8px;
	text-align: center;
	margin-top: 20px;
}

.word-footer>a {
	display: inline-block;
	height: 42px;
	margin: 0 8px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.word-tz {
	width: 90px;
	background: #f6f6f6 url(../images/arr.png) -268px -78px no-repeat;
}

.word-tz:hover {
	background: #000 url(../images/arr.png) -268px -20px no-repeat;
}

.word-footer .arrow-left {
	background: #f6f6f6 url(../images/arr.png) 6px -20px no-repeat;
	width: 144px;
}

.word-footer .arrow-left:hover {
	background: #000 url(../images/arr.png) no-repeat -118px -20px;
}

.word-footer .arrow-right:hover {
	background: #000 url(../images/arr.png) 6px -78px no-repeat;
}

.word-footer .arrow-right {
	background: #f6f6f6 url(../images/arr.png) no-repeat -118px -78px;
	width: 144px;
}

.advantage {
	padding-top: 44px;
}

.atg-hea {
	text-align: center;
	margin-bottom: 62px;
}

.atg-hea h5 {
	display: block;
	font-size: 32px;
	color: #444444;
	font-weight: bold;
}

.solution .atg-hea p {
	font-size: 16px;
	color: #444444;
	margin-top: 24px;
}

.atg-hea span {
	color: #9f9f9f;
	display: none;
}

.atg-hea p {
	color: #fff
}

.atg-box {
	overflow: hidden;
}

.atg-box>div {
	float: left;
}

.atg-left {
	width: 22%;
}

.atg-right {
	width: 78%;
	color: #5c5c5c;
	line-height: 24px;
	position: relative;
}

.atg-left li {
	cursor: pointer;
	margin-bottom: 40px;
	width: 160px;
	max-width: 100%;
}

.atg-left div {
	display: inline-block;
	width: 74px;
	height: 74px;
	border: 1px solid #535353;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 15px;
	background: url(../images/our.png) 22px 0px no-repeat;
	transition: all 0.3s;
}

.atg-left li:hover div {
	background-color: #ee771d;
	background-position-x: -62px;
	border-color: #ee771d;
}

.atg-left li.on div {
	background-color: #ee771d;
	background-position-x: -62px;
	border-color: #ee771d;
}

.atg-left p {
	font-weight: bold;
	color: #000;
	display: inline-block;
	vertical-align: middle;
}

.atg-left li:nth-child(2) div {
	background-position-y: -68px;
}

.atg-left li:nth-child(3) div {
	background-position-y: -142px;
}

.atg-right>div {
	display: none;
}

.atg-1 h6 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 35px;
}

.atg-1 h6 span {
	font-size: 28px;
	font-weight: normal;
	margin-left: 18px;
	vertical-align: top;
}

.atg-img {
	height: 316px;
	background-color: #e5e5e5;
	margin-top: 30px;
	overflow: hidden;
}

.hz-b {
	margin-top: 78px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.hz-b .main>div {
	float: left;
}

.hz-left {
	padding: 73px 0 75px;
	overflow: hidden;
}

.hz-left>div {
	float: left;
	background: #fff;
	width: 348px;
	overflow: hidden;
	margin-right: 26px;
}

.hz-left>div>a {
	display: block;
	overflow: hidden;
}

.hz-left>div img {
	width: 100%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hz-left>div:hover {
	background-color: #ee771d;
}

.hz-left>div:hover .hz-in i {
	color: #f5f5f5;
}

.hz-left>div:hover .hz-in h6 a {
	color: #fff;
}

.hz-left>div:hover .hz-in p a {
	color: #fff;
}

.hz-left>div:hover .hz-time {
	color: #f5f5f5;
}

.hz-left>div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hz-in {
	padding: 0px 20px 20px;
}

.hz-in i {
	color: #a6a6a6;
	font-size: 16px;
	line-height: 50px;
}

.hz-in h6 {
	font-size: 16px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hz-in h6 a {
	color: #4d4d4d;
}

.hz-time {
	font-size: 12px;
	color: #7c7c7c;
	margin-top: 4px;
	margin-bottom: 14px;
	display: block;
}

.hz-in p {
	font-size: 12px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hz-in p a {
	color: #7c7c7c;
}

.hz-in p a:hover {
	text-decoration: underline;
}

.hz-right {
	width: 804px;
	margin-right: -360px;
	color: #ededed;
	height: 570px;
	position: relative;
	background-color: #4d4d4d;
}

.hz-r-more {
	position: absolute;
	bottom: 90px;
	left: 20px;
}

.hz-r-more i {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	overflow: hidden;
	font-size: 12px;
	margin-right: 10px;
	color: #b3b3b3;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hz-r-more:hover i {
	width: 38px;
}

.hz-r-in {
	width: 422px;
	padding-left: 20px;
	padding-top: 74px;
}

.hz-r-in p {
	margin-bottom: 22px;
}

.hz-r-in h6 a {
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: normal;
	color: #ededed;
	display: inline-block;
}

.hz-r-in h6 i {
	vertical-align: middle;
	display: inline-block;
	height: 1px;
	background-color: #ededed;
	margin-right: 10px;
	width: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hz-r-in h6 a:hover i {
	width: 30px;
}

.hz-r-in aside {
	color: #b3b3b3;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index-service {
	padding-top: 66px;
}

.service-banner {
	margin-top: 22px;
}

.service-banner .device {
	width: 100%;
	overflow: hidden;
}

.service-banner ul {
	overflow: hidden;
	width: 102%;
}

.service-banner ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.service-banner ul li img {
	border: 4px solid #eeeeed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.service-banner .arrow-left,
.service-banner .arrow-right {
	width: 17px;
	height: 29px;
	background: url(../images/arr-left.png) no-repeat;
	display: inline-block;
	margin: 0 40px;
}

.service-banner .arrow-right {
	background-image: url(../images/arr-right.png);
}

.index-banner .pagination {
	width: 16px;
	position: absolute;
	right: 18px;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index-banner .pagination span {
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px;
	cursor: pointer;
	transition: all 0.3s;
	border: 2px solid transparent;
	position: relative;
	width: 10px;
	height: 10px;
}

.index-banner .pagination span::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.index-banner .pagination span:hover {
	border-color: #fff;
}

.index-banner .pagination span:hover::after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.index-banner .pagination .swiper-active-switch {
	border-color: #fff;
}

.index-banner .pagination .swiper-active-switch::after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.about-banner {
	background: url(../images/about-banner.jpg) no-repeat center;
	background-size: cover;
}

.about-details {
	margin: auto;
	width: 940px;
	padding: 40px 110px 28px 40px;
	background-color: rgba(0, 0, 0, 0.9);
	color: #9f9f9f;
	line-height: 24px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about-details h5 {
	color: #e3e3e3;
	font-size: 22px;
	font-weight: normal;
}

.about-details h5 span {
	font-weight: bold;
}

.about-details h6 {
	font-size: 22px;
	color: #e3e3e3;
	margin-bottom: 14px;
}

.mt {
	margin-top: 24px;
}

.about-flow {
	padding-top: 38px;
	-webkit-animation: gupIn 1s 0.8s both;
	-moz-animation: gupIn 1s 0.8s both;
	animation: gupIn 1s 0.8s both;
}

.about-flow-title {
	text-align: center;
	width: 550px;
	margin: 0 auto 45px;
	max-width: 100%;
}

.about-flow-title h5 {
	font-size: 24px;
	font-weight: normal;
	color: #2f2725;
	margin-bottom: 16px;
}

.about-flow-title p {
	line-height: 24px;
	color: #878787;
}

.about-flow-title h5 span {
	font-weight: bold;
}

.flow-container {
	background-color: #f4f4f4;
	padding-top: 50px;
	padding-bottom: 56px;
	text-align: center;
	position: relative;
}

.flow-container ul {
	opacity: 0;
	overflow: hidden;
	text-align: center;
}

.flow-container li {
	float: left;
	width: 20%;
	vertical-align: top;
}


/*.flow-container li+li{    margin-left: 66px;}*/

.flow-container li p {
	font-size: 16px;
	font-weight: bold;
	color: #525252;
	margin-top: 8px;
}

.flow-container li span {
	color: #878787;
}

.process {
	padding-top: 90px;
	opacity: 0;
	position: relative;
}

.process h5 {
	color: #2f2725;
	font-size: 24px;
	text-align: center;
}

.process h5 span {
	font-weight: normal;
}

@-webkit-keyframes gupInX {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
	}
}

@-moz-keyframes gupInX {
	from {
		opacity: 0;
		-moz-transform: translate3d(-100px, 0, 0);
	}
}

@keyframes gupInX {
	from {
		opacity: 0;
		transform: translate3d(-100px, 0, 0);
	}
}

.process-container {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 138px;
}

.process-container dl {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.process-container dl dt {
	color: #525252;
	font-weight: bold;
	margin-bottom: 22px;
	position: relative;
	padding-left: 20px;
}

.process-container dl dt::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 11px;
	background-color: #e87620;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.process-2 {
	margin: 0 84px 0 64px;
}

.process.on {
	-webkit-animation: gupIn 1s 0.3s both;
	-o-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
}

.process-container .process-2 dt::after {
	background-color: #00a0e9;
}

.process-container .process-3 dt::after {
	background-color: #009944;
}

.process-container dl dd {
	color: #5c5d5d;
	margin-bottom: 8px;
}

.process-container dl dd.on {
	-webkit-animation: gupInX 0.6s 0.6s both;
	-moz-animation: gupInX 0.6s 0.6s both;
	animation: gupInX 0.6s 0.6s both;
}

.process-container dl dd.pro-in-1 {}

.process-container dl dd.pro-in-2 {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.process-container dl dd.pro-in-3 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.process-container dl dd.pro-in-4 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.process-container dl dd.pro-in-5 {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.ncdc {
	background: url(../images/inside.jpg) no-repeat center;
	overflow: hidden;
	height: 434px;
}

.ncdc-right {
	width: 50%;
	float: right;
	padding: 52px 190px 45px 70px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	color: #d8d8d8;
}

.ncdc-left {
	background-color: rgba(0, 0, 0, 0.45);
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
}

.ncdc-left img {
	position: absolute;
	right: 94px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ncdc-right h5 {
	font-size: 24px;
	vertical-align: middle;
	margin-bottom: 15px;
	color: #fff;
}

.ncdc-right h5 span {
	font-size: 30px;
	vertical-align: middle;
	font-weight: normal;
}

.ncdc-p {
	margin-top: 48px;
	color: #d7d7d7;
}


/*.ncdc-right >div{    width: 750px;}*/

.team {
	padding-top: 52px;
	padding-bottom: 54px;
	background-color: #f4f4f4;
}

.team-fu {
	width: 502px;
	color: #878787;
	margin: 28px auto 44px;
	text-align: center;
	max-width: 100%;
}

.team h5 {
	font-size: 24px;
	color: #2f2725;
	text-align: center;
}

.team span {
	font-weight: normal;
}

.team-list {
	overflow: hidden;
	opacity: 0;
}

.team-list ul {
	width: 102%;
}

.team-list li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 22%;
	/*height: 204px;*/
	/*background-color: #c9c9c9;*/
	margin-right: 2.2%;
	margin-bottom: 40px;
}

.team-list li div {
	background-color: #fff;
	padding: 15px 20px;
}

.team-list li div p {
	font-size: 16px;
	color: #464646;
	margin-bottom: 2px;
}

.team-list li div span {
	color: #b5b3b3;
}

.team-list li:hover span,
.team-list li:hover p {
	color: #e87620;
}

.team-list li:hover img {
	filter: none;
	-webkit-filter: none;
}

@-webkit-keyframes gupInY {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 90px, 0);
	}
}

@-moz-keyframes gupInY {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, 90px, 0);
	}
}

@keyframes gupInY {
	from {
		opacity: 0;
		transform: translate3d(0, 90px, 0);
	}
}

.flow-container li.on {
	-webkit-animation: gupInY 1s 0.4s both;
	-moz-animation: gupInY 1s 0.4s both;
	animation: gupInY 1s 0.4s both;
}

.flow-container li.flow-1 {
	animation-delay: 0.4s;
}

.flow-container li.flow-2 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.flow-container li.flow-3 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.flow-container li.flow-4 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.flow-container li.flow-5 {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.team-list li.on {
	-webkit-animation: gupInX 0.6s 1s both;
	-moz-animation: gupInX 0.6s 1s both;
	animation: gupInX 0.6s 1s both;
}

.team-list li.team-2 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.team-list li.team-3 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.team-list li.team-0 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.menu-nav {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 26px;
	margin-top: -13px;
	cursor: pointer;
	display: none;
	cursor: pointer;
}

.menu {
	height: 2px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #000;
}

.menu-nav:hover .menu::after {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.menu-nav:hover .menu::before {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.menu-nav:hover .on.menu::after {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transform: rotate(45deg);
}

.menu-nav:hover .on.menu::before {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transform: rotate(-45deg);
}

.menu-nav .menu::after {
	content: '';
	position: absolute;
	top: -6px;
	height: 2px;
	width: 100%;
	background-color: #000;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu-nav .menu::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #000;
	bottom: -6px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu.on {
	background-color: transparent;
}

.menu.on::before {
	-webkit-transform: ;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: auto;
}

.menu.on::after {
	-webkit-transform: ;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

.menu-list {
	position: absolute;
	top: 60px;
	right: 0;
	background: #000;
	width: 30%;
	padding: 20px 0 30px;
	text-align: center;
	display: none;
}

.menu-list a {
	color: #fff;
	font-size: 16px;
	display: block;
	position: relative;
}

.menu-list a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0%;
	height: 1px;
	background-color: #ccc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.menu-list a:hover::after {
	width: 100%;
}

.menu-list li {
	line-height: 46px;
}

.new-banner {
	height: 200px;
	background: url(../images/new-bg.jpg) center no-repeat;
	background-size: cover;
	-webkit-animation: gupIn 1s 0.3s both;
	-moz-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
}

.special-ban {
	background-size: cover;
	-webkit-animation: gupIn 1s 0.3s both;
	-moz-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
}

.new-hea {
	padding: 46px 0 38px;
}

.new-hea>a {
	display: inline-block;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	color: #929292;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	margin-right: 8px;
	padding: 0 36px;
	margin-bottom: 5px;
}

.new-hea>a.on {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.new-hea>a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.new-main {
	background-color: #f4f4f4;
	position: relative;
	padding-bottom: 100px;
	-webkit-animation: gupIn 1s 0.6s both;
	-moz-animation: gupIn 1s 0.6s both;
	animation: gupIn 1s 0.6s both;
}

#wrapper {
	position: relative;
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}

.imgholder {
	overflow: hidden;
}

.imgholder img {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	width: 100%;
}

.grid:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.grid:hover {
	-webkit-box-shadow: 0px 2px 11px #afafaf;
	-moz-box-shadow: 0px 2px 11px #afafaf;
	box-shadow: 0px 2px 11px #afafaf;
}

.cont-wrap {
	padding: 25px 2% 0;
}

.grid {
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.cont-wrap .day {
	font-size: 30px;
	line-height: 50px;
	color: #4d4d4d;
}

.cont-wrap .year {
	color: #909090;
	font-size: 12px;
}

.cont-wrap .date {
	border-right: 1px solid #ececec;
	float: left;
	text-align: center;
	width: 24%;
}

.cont-box {
	width: 75%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.cont-box .tit {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cont-box .tit a {
	color: #4d4d4d;
}

.cont-box .tit a:hover {
	text-decoration: underline;
	color: #ee771d;
}

.cont-wrap .cont {
	overflow: hidden;
}

.cont-box .font a {
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #7c7c7c;
}

.bot-link {
	display: block;
	border-top: 1px solid #e5e5e5;
	margin-top: 28px;
	line-height: 38px;
	overflow: hidden;
}

.bot-link .point {
	width: 24px;
	height: 38px;
	background: url(../images/ico_08.png) no-repeat center;
	float: right;
}

.bot-link:hover .point {
	background: url(../images/ico_08_h.png) no-repeat center;
}

.new-load {
	position: absolute;
	width: 144px;
	line-height: 36px;
	border: 2px solid #959595;
	background-color: #fff;
	color: #5a5a5a;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	margin: 0 auto;
	max-width: 100%;
}

.case-ban {
	background: url(../images/case-bg.jpg) center no-repeat;
	background-size: cover;
	height: 300px;
	-webkit-animation: gupIn 1s 0.3s both;
	-moz-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
}

.case-container {
	padding-top: 40px;
	-webkit-animation: gupIn 1s 0.7s both;
	-moz-animation: gupIn 1s 0.7s both;
	animation: gupIn 1s 0.7s both;
}

.case-container .case-word {
	padding-bottom: 88px;
}

.new-details {
	background-color: #fff;
	padding: 58px 0 34px;
}

.new-det-hea {
	width: 94%;
	position: relative;
	margin: 0 auto;
}

.new-det-hea:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 100%;
	background-color: #535353;
	left: -3%;
	top: 0;
}

.new-det-hea h5 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.new-time {
	color: #a3a3a3;
	line-height: 26px;
}

.new-details-in {
	width: 94%;
	border-top: 1px solid #e6e6e6;
	margin: 12px auto 0;
	color: #5a5a5a;
	line-height: 30px;
	padding: 40px 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-details-in a {
	color: #3bb3c2
}

.new-details-in .mt {
	margin-top: 20px;
}

.new-label {
	padding-left: 30px;
	background: url(../images/icon-1.jpg) left center no-repeat;
	margin-top: 60px;
}

.new-label>span {
	display: inline-block;
	background-color: #3bb3c2;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 4px;
	color: #fff;
	margin-right: 8px;
}

.new-label>span a {
	color: #fff;
}

.bdshare-button-style2-16 .bds_tqq {
	background-position: 5px -256px!important;
}

.bdshare-button-style2-16 a,
.bdshare-button-style2-16 .bds_more {
	padding-left: 24px!important;
	height: 24px!important;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}

.bdshare-button-style2-16 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bdshare-button-style2-16 .bds_tsina {
	background-position: 4px -101px!important;
}

.new-footer {
	padding-bottom: 26px;
	background-color: #fff;
	margin-top: 26px;
}

.new-recommend {
	font-size: 16px;
	padding-left: 16px;
	padding-top: 24px;
	border-left: 3px solid #ee771d;
	margin-bottom: 24px;
}

.new-footer ul {
	overflow: hidden;
}

.new-footer ul li {
	padding-left: 16px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-footer ul li span {
	color: #a6a6a6;
	margin-right: 22px;
}

.new-footer ul li a {
	color: #5a5a5a;
}

.new-footer ul li a:hover {
	color: #ee771d;
}

.new-list {
	padding-bottom: 60px;
}

.paging {
	width: 52px;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	position: fixed;
	right: 66px;
	top: 50%;
	margin-top: -70px;
}

.paging a {
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.return-a {
	background-color: #535353;
	color: #fff;
}

.pre {
	background: url(../images/left.png) no-repeat center;
}

.pre:hover {
	background: url(../images/left-1.png) no-repeat center #535353;
}

.next {
	background: url(../images/right.png) no-repeat center;
}

.next:hover {
	background: url(../images/right-1.png) no-repeat center #535353;
}

.case-details {
	background-color: #f4f4f4;
	padding: 40px 0 60px;
}

.case-details-in {
	overflow: hidden;
	-webkit-animation: gupIn 1s 0.6s both;
	-moz-animation: gupIn 1s 0.6s both;
	animation: gupIn 1s 0.6s both;
}

.case-1 {}

.case-left {
	float: left;
	width: 880px;
}

.case-hea {
	background-color: #fff;
	padding: 0 30px 40px;
	position: relative;
	margin-bottom: 26px;
}

.case-det-title {
	padding: 26px 0;
	border-bottom: 2px solid #efefef;
	position: relative;
}

.case-det-title span {
	color: #b6b6b6;
}

.case-det-title h6 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}

.case-det-title:after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #ee771d;
	width: 4px;
	left: -30px;
	top: 0;
}

.case-article {
	padding: 28px 0;
	color: #6e6e6e;
	line-height: 24px;
}

.case-label {
	overflow: hidden;
}

.case-label>div {
	float: left;
}

.case-label-in {
	width: 68%;
}

.case-label-in a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 0 8px;
	line-height: 28px;
	border-radius: 4px;
	color: #a8a8a8;
	margin-right: 2px;
	margin-bottom: 4px;
}

.case-label-in a:hover {
	color: #ff7a06;
	border-color: #ff7a06;
}

.visit-case {
	float: right;
}

.visit-case a {
	width: 118px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	display: block;
	color: #fff;
	padding-left: 60px;
	background: url(../images/icon-4.png) 30px center no-repeat #ee771d;
}

.case-img {
	padding: 14px;
	background-color: #fff;
}

.case-footer {
	margin-top: 15px;
}

.case-right {
	float: right;
	width: 282px;
}

.shortcut-case {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 12px;
}

.shortcut-case h6 {
	font-size: 16px;
	color: #5a5a5a;
	font-weight: normal;
	padding-left: 18px;
	border-left: 3px solid #ee771d;
	padding-top: 25px;
	margin-bottom: 22px;
}

.shortcut-list li {
	padding-left: 50px;
	background: url(../images/icon-5.png) 22px center no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.shortcut-list li a {
	color: #9c9c9c;
}

.shortcut-list li a:hover {
	color: #ee771d;
}

.consult-list {
	padding: 0 12px;
	font-size: 12px;
	color: #a6a6a6;
}

.consult-list a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	display: block;
	color: #5a5a5a;
}

.consult-list li {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}

.consult-list a:hover {
	color: #ee771d;
}

.app-ban {
	height: 690px;
	-webkit-animation: gupIn 1s 0.3s both;
	-moz-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
	position: relative;
	padding-bottom: 40px;
}

.app-ban .swiper-slide {
	background: url(../images/app-banner.jpg) no-repeat center top;
	overflow: hidden;
}

.app-ban .swiper-wrapper,
.app-ban .swiper-slide,
.app-ban .swiper-container,
.app-ban .main {
	height: 100%;
}

.app-ban .arrow-left,
.special-ban .arrow-left {
	background: url(../images/app-left.png) no-repeat;
	position: absolute;
	width: 43px;
	height: 43px;
	left: 76px;
	top: 50%;
	z-index: 11;
}

.app-ban .main {
	height: 100%;
	position: relative;
}

.app-ban .arrow-right,
.special-ban .arrow-right {
	background: url(../images/app-right.png) no-repeat;
	position: absolute;
	width: 43px;
	height: 43px;
	right: 76px;
	top: 50%;
	z-index: 11;
}

.app-img-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	animation-duration: 1.6s;
	animation-delay: 0.4s;
	display: none;
}

.app-article {
	position: absolute;
	right: 10px;
	width: 350px;
	line-height: 24px;
	color: #fff;
	top: 24%;
	animation-duration: 1.4s;
	animation-delay: 1s;
	display: none;
}

.app-article h5 {
	color: #cac4c4;
	font-size: 30px;
	font-weight: lighter;
}

.app-article h6 {
	color: #fff;
	font-size: 30px;
	line-height: 68px;
	position: relative;
	margin-bottom: 30px;
}

.app-article h6:after {
	content: '';
	background-color: #af999d;
	width: 54px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.app-ban .pagination,
.special-ban .pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 11;
	text-align: center;
}

.app-ban .pagination span,
.special-ban .pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #ee771d;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 4px;
	cursor: pointer;
}

.app-ban .pagination .swiper-active-switch,
.special-ban .pagination .swiper-active-switch {
	background-color: #ee771d;
}

.solution {
	padding-bottom: 72px;
	padding-top: 50px;
	-webkit-animation: gupIn 1s 0.6s both;
	-moz-animation: gupIn 1s 0.6s both;
	animation: gupIn 1s 0.6s both;
}

.solution .atg-hea p {
	width: 620px;
	max-width: 100%;
	margin: 14px auto 0;
	font-size: 16px;
	color: #444444;
}

.solution-list {
	overflow: hidden;
}

.solution-list li {
	float: left;
	width: 25%;
	height: 186px;
	text-align: center;
	font-size: 18px;
	position: relative;
	padding-top: 32px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.solution-list li img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	transition: all 0.5s;
}

.solution-list li:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.5s;
}

.solution-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #444;
}

.solution-list li p {
	position: absolute;
	font-size: 16px;
	bottom: 37px;
	width: 100%;
	text-align: center;
}

.solution-list li.br {
	border-right: 0;
}

.solution-list li.bb {
	border-bottom: 0;
}

.serve-flow {
	background: url(../images/5.jpg) center top no-repeat;
	padding-top: 100px;
}

.serve-step {
	width: 1000px;
	margin: 0 auto;
	height: 440px;
	background: url(../images/serve-bg.png) no-repeat center top;
	padding-top: 80px;
	background-size: contain;
	max-width: 90%;
}

.serve-step .atg-hea h5,
.serve-step .atg-hea span {
	color: #fff;
}

.serve-step .swiper-container {
	width: 660px;
	margin: 56px auto 0;
	text-align: center;
	height: 200px;
}

.mobile-phone {
	background-color: #f7f7f7;
	margin-top: 32px;
	overflow: hidden;
	padding-bottom: 100px;
}

.mobile-left {
	width: 600px;
	float: left;
	line-height: 24px;
	color: #8c8c8c;
	padding-top: 100px;
	/*display: none;*/
}

.mobile-left h5 {
	font-size: 30px;
	color: #444;
	margin-bottom: 48px;
}

.mobile-left h6 {
	font-size: 18px;
	color: #080808;
	font-weight: normal;
	margin-bottom: 14px;
	border-left: 3px solid #ee771d;
	line-height: 100%;
	padding-left: 9px;
	animation-delay: 0.3s;
}

.mobile-left>div {
	margin-top: 44px;
}

.mobile-right {
	float: right;
	padding-top: 66px;
	/*display: none;*/
	animation-delay: 0.6s;
}

.development {
	background: url(../images/4.jpg) center no-repeat;
	padding: 68px 0 116px;
	background-size: cover;
}

.development .atg-hea h5 {
	color: #fff;
}

.development-list {
	overflow: hidden;
}

.development-list li {
	width: 50%;
	height: 200px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.development-list li>div {
	float: left;
}

.devel-img {
	border: 1px solid #b3b3b3;
	width: 124px;
	margin-top: 25px;
	height: 118px;
	border-radius: 50%;
	background: url(../images/app-1.png) center no-repeat;
	/*background-size: auto 100%;*/
}

.devel-p {
	width: 400px;
	margin-left: 20px;
	color: #fff;
}

.devel-p p {
	color: #b0b0b0;
	line-height: 24px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.devel-p h6 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 18px;
}

.devel-img-2 {
	background-image: url(../images/app-2.png);
}

.devel-p {
	margin-left: 40px;
}

.development-list li {
	height: 247px;
}

.devel-img-3 {
	background-image: url(../images/app-3.png);
}

.devel-img-4 {
	background-image: url(../images/app-4.png);
}

.cooperation {
	padding-top: 50px;
}

.cooperation .atg-hea p {
	margin-top: 12px;
	color: #5a5a5a;
}

.serve-container .swiper-slide {
	padding-top: 65px;
	background: url(../images/serve-1.png) center top no-repeat;
	color: #fff;
}

.serve-container .qd-slide {
	background-image: url(../images/serve-2.png);
}

.serve-container .jh-slide {
	background-image: url(../images/serve-3.png);
}

.serve-container .kf-slide {
	background-image: url(../images/serve-5.png);
}

.serve-container .red-slide {
	background-image: url(../images/serve-6.png);
}

.serve-container .blue-slide {
	background-image: url(../images/serve-7.png);
}

.serve-container .orange-slide {
	background-image: url(../images/serve-8.png);
}

.serve-container .swiper-slide span {
	font-size: 30px;
	font-weight: lighter;
}

.serve-container .swiper-slide p {
	line-height: 34px;
}

.serve-container .swiper-slide i {
	display: block;
	background-color: rgba(231, 231, 231, 0.3);
	height: 1px;
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px;
}

.serve-container .swiper-slide i:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	top: -3px;
}

.serve-container .arrow-left {
	position: absolute;
	width: 52px;
	height: 50px;
	background: url(../images/left.png) no-repeat center #fff;
	border-radius: 3px;
	top: 50%;
	left: 0;
	margin-top: -40px;
}

.serve-container .arrow-right {
	background: url(../images/right.png) no-repeat center #fff;
	position: absolute;
	width: 52px;
	height: 50px;
	border-radius: 3px;
	top: 50%;
	right: 0;
	margin-top: -40px;
}

.serve-container .arrow-left:hover {
	background: url(../images/left-1.png) no-repeat center #535353;
}

.serve-container .arrow-right:hover {
	background: url(../images/right-1.png) no-repeat center #535353;
}

.special-flow .atg-hea p {
	width: 550px;
	margin: 0 auto;
	color: #878787;
	max-width: 100%;
}

.special-case {
	padding-top: 50px;
}

.special-case .atg-hea p {
	color: #878787;
	width: 348px;
	max-width: 100%;
	margin: 4px auto;
}

.special-case-list {}

.special-case-list li {
	width: 49%;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.special-case-list li p {
	font-size: 16px;
}

.special-case-list li:hover p {
	color: #e87620;
}

.special-case-list li img {
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.special-case-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.special-more {
	padding: 14px 0;
	background-color: #e87620;
}

.special-more a {
	display: block;
	color: #fff;
	line-height: 36px;
	width: 142px;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
}

.why {
	overflow: hidden;
	height: 578px;
}

.why>div {
	float: left;
	width: 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.why-left {
	text-align: right;
	margin-top: 6%;
	padding-right: 10px;
}

.why-right {
	background: url(../images/6.jpg) no-repeat center;
	background-size: cover;
}

.why-right div {
	padding-left: 44px;
	padding-top: 48px;
	color: #fff;
}

.why-right div h6 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 38px;
	padding-top: 56px;
	padding-left: 10px;
	background: url(../images/why.png) left top no-repeat;
}

.why-list li:after {
	content: '';
	width: 4px;
	height: 11px;
	background-color: #e87620;
	position: absolute;
	left: 2px;
	top: 8px;
}

.why-list li {
	margin-bottom: 30px;
	font-size: 16px;
	position: relative;
	padding-left: 14px;
}

.why-list .why-2:after {
	background-color: #00a0e9;
}

.why-list .why-3:after {
	background-color: #009944;
}

.why-list .why-4:after {
	background-color: #3db4c4;
}

.special-new {
	padding: 46px 0 80px;
	background-color: #f4f4f4;
}

.special-new .atg-hea {
	margin-bottom: 0;
}

.special-new .atg-hea p {
	color: #878787;
	margin-top: 10px;
}

.special-new .new-hea {
	text-align: center;
}

.specila-grid {
	overflow: hidden;
}

.specila-grid>div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32%;
	overflow: hidden;
}

.specila-grid>div+div {
	margin-left: 2%;
}

.about-banner.spec-footer {
	margin-top: 0;
}

.special-scope {
	padding: 50px 0 68px;
	background-color: #f9f9f9;
	-webkit-animation: gupIn 1s 0.6s both;
	-moz-animation: gupIn 1s 0.6s both;
	animation: gupIn 1s 0.6s both;
}

.scope-list {
	overflow: hidden;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.scope-text {}

.scope-list li {
	float: left;
	width: 33.33%;
	background-color: #ffffff;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}

.scp-div {
	position: absolute;
	background: url(../images/cehua.png) center no-repeat;
	width: 50%;
	left: 0;
	height: 100%;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-ms-transition: left 500ms;
	-o-transition: left 500ms;
	transition: left 500ms;
	z-index: 2;
	top: 0;
}

.scope-text {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	padding-top: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 2;
	top: 0;
}

.cover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	overflow: visible;
	border: 0 solid #00ae66;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 0;
}

.scope-list li:hover .scope-text {
	right: 50%;
	padding-left: 20%;
	color: #fff;
}

.scope-list li:hover .scp-div {
	left: 50%;
}

.scope-list-1:hover .scp-div {
	background-image: url(../images/cehua-1.png);
}

.scope-list .scope-list-2 {
	background-color: #fe8c26;
}

.scope-list li:hover .cover {
	border: 150px solid #000;
	opacity: 1;
}

.scope-list .scope-list-3 {
	background-color: #fff;
}

.scope-list .scope-list-2 a {
	color: #fff;
}

.scope-list-2 .scp-div {
	background-image: url(../images/jianshe.png);
}

.scope-list-3 .scp-div {
	background-image: url(../images/kaifa.png);
}

.scope-list-3:hover .scp-div {
	background-image: url(../images/kaifa-1.png);
}

.scope-list .scope-list-3 a {
	color: #454545;
}

.scope-list .scope-list-4 {
	background-color: #3db4c4;
}

.scope-list .scope-list-4 a {
	color: #fff;
}

.scope-list .scope-list-4 .scp-div {
	background-image: url(../images/zhusu.png);
}

.scope-list .scope-list-5 .scp-div {
	background-image: url(../images/jiaowu.png);
}

.scope-list .scope-list-5:hover .scp-div {
	background-image: url(../images/jiaowu-1.png);
}

.scope-list .scope-list-5 {
	background-color: #fff;
}

.scope-list .scope-list-5 a {
	color: #454545;
}

.scope-list .scope-list-6 {
	background-color: #3db4c4;
}

.scope-list .scope-list-6 a {
	color: #fff;
}

.scope-list .scope-list-6 .scp-div {
	background-image: url(../images/anquan.png);
}

.scope-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #454545;
	/*padding-left: 65px;*/
	/*padding:45px 60px 44px 65px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.scope-list li h6 {
	font-size: 18px;
	position: relative;
	/*line-height: 38px;*/
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}

.scope-list li h6:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 1px;
	background-color: #e7e7e7;
	bottom: 0;
	left: 0;
	max-width: 96%;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.scope-list li i {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/tz.png) no-repeat center;
	background-size: contain;
	bottom: 20px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.scope-list li:hover i {
	left: 65px;
	opacity: 1;
}

.special-ban {
	position: relative;
}

.special-flow {
	padding-top: 50px;
}

.contact-banner {
	height: 534px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gupIn 1s 0.4s both;
	-moz-animation: gupIn 1s 0.4s both;
	animation: gupIn 1s 0.4s both;
}

.contact-left {
	float: left;
	width: 50%;
	height: 100%;
	background: url(../images/83.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	background-color: #333333;
}

.contact-left-in {
	padding-top: 98px;
	color: #fff;
	position: absolute;
	right: 210px;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.contact-left-in div {
	margin-bottom: 60px;
}

.contact-left-in h6 {
	font-size: 24px;
	padding-bottom: 10px;
}

.contact-left-in p {
	padding-top: 8px;
	display: inline-block;
	border-top: 1px solid #adadad;
}

.contact-right {
	float: left;
	width: 50%;
	background-color: #4d4d4d;
	position: relative;
	height: 100%;
}

.contact-right>div {
	margin-top: 60px;
	width: 536px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	padding: 18px 36px 0;
	line-height: 24px;
	color: #7c7c7c;
	left: 60px;
	position: absolute;
	min-height: 430px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	animation-duration: 1.2s;
}

.contact-right h6 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	border-bottom: 4px solid #4d4d4d;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.contact-right .mt {
	margin-top: 28px;
}

.contact-container {
	background-color: #f9f9f9;
}

.contact-main {
	padding: 60px 0 50px;
}

.contact-title {
	color: #7c7a7b;
	padding-bottom: 28px;
}

.contact-title p {
	font-size: 24px;
}

.contact-input li {
	float: left;
	margin-bottom: 10px;
	margin-right: 22px;
	width: 23%;
}

.contact-input {
	overflow: hidden;
}

.contact-input input {
	padding: 0 12px;
	border: 1px solid #959595;
	height: 44px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: '微软雅黑'
}

.contact-box {
	color: #a1a0a0;
	padding: 30px 0 22px 75px;
	position: relative;
	overflow: hidden;
}

.contact-box label {
	margin-right: 28px;
	line-height: 15px;
	float: left;
	margin-bottom: 10px;
}

.contact-box label input {
	vertical-align: middle;
}

.contact-box span {
	position: absolute;
	left: 0;
	line-height: 15px;
}

.contcat-area {
	height: 140px;
	border: 1px solid #959595;
	resize: none;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-size: 14px;
	font-family: '微软雅黑'
}

.form-btn {
	padding-top: 16px;
}

.form-btn button,
.form-btn a {
	width: 107px;
	height: 44px;
	background-color: #434343;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
	font-family: '微软雅黑'
}

.form-btn a {
	color: #434343;
	background: none;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fix {
	width: 200px;
	height: 50px;
	background-color: #000;
	position: fixed;
	right: 20px;
	top: 300px;
	z-index: 1111;
	text-align: center;
	color: #fff;
}

.c-r-img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.c-r-img.on {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.web-ban {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	height: 648px;
	-webkit-animation: gupIn 1s 0.3s both;
	-moz-animation: gupIn 1s 0.3s both;
	animation: gupIn 1s 0.3s both;
}

.web-advantage {
	padding-top: 70px;
	-webkit-animation: gupIn 1s 0.8s both;
	-moz-animation: gupIn 1s 0.8s both;
	animation: gupIn 1s 0.8s both;
}

.web-adv-list {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 35px;
}

.web-adv-list li {
	float: left;
	width: 190px;
	height: 200px;
	text-align: center;
	padding-top: 24px;
	color: #dadada;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.web-adv-list li img {
	margin-bottom: 26px;
}

.web-advantage .atg-hea p,
.web-new .atg-hea p {
	color: #878787;
	margin-top: 6px;
}

.web-adv-list li h6 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 6px;
}

.web-adv-list li+li {
	margin-left: 56px;
}

.web-adv-list li.on {
	box-shadow: 0 0 9px #e5e5e5;
}

.web-in {
	height: 156px;
	background-color: #fcfcfc;
	padding-top: 30px;
	text-align: center;
	color: #838180;
}

.web-in h6 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

.web-in h6:after {
	content: '';
	position: absolute;
	width: 56px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/hen.png) no-repeat center;
	bottom: 0;
}

.web-in p {
	width: 438px;
	margin: 0 auto;
	max-width: 100%;
}

.web-in>div {
	display: none;
}

.web-bg {
	height: 392px;
	background: url(../images/web-bg.jpg) center no-repeat;
	position: relative;
}

.web-acr {
	position: absolute;
	width: 580px;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	max-width: 96%;
}

.web-acr p {
	font-size: 48px;
	color: #fff;
	border-bottom: 1px solid #6c6d6d;
	padding-bottom: 18px;
	margin-bottom: 14px;
}

.web-acr p span {
	color: #fe8d27;
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.web-acr p span:after {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
}

.web-acr>span {
	color: #dfdfdf;
	font-size: 18px;
}

.web-number {
	width: 928px;
	height: 112px;
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -64px;
	padding-top: 50px;
	max-width: 96%;
}

.web-number li {
	float: left;
	width: 33%;
	text-align: center;
}

.web-number li>div {
	font-size: 30px;
	color: #404040;
	margin-bottom: 12px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	position: relative;
}

.web-num>div {
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}

.web-business {
	padding-top: 95px;
}

.web-business .atg-hea p,
.web-case .atg-hea p {
	color: #878787;
	margin-top: 6px;
}

.bus-list {
	overflow: hidden;
}

.bus-list li {
	float: left;
	width: 33%;
	position: relative;
	text-align: center;
}

.bus-list li>div {
	position: relative;
	margin: auto;
	z-index: 1;
}

.bus-list li>div div {
	position: absolute;
	top: 10%;
	width: 320px;
	max-width: 96%;
	left: 0;
	right: 0;
	margin: auto;
}

.bus-list li p {
	font-size: 20px;
	color: #595655;
	padding-bottom: 15px;
	margin-bottom: 16px;
	position: relative;
}

.bus-list li p:after {
	content: '';
	position: absolute;
	width: 52px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background-color: #eb6100;
}

.bus-list li span {
	color: #848281;
}

.bus-list li i {
	width: 68px;
	height: 68px;
	margin: auto;
	display: block;
	background: url(../images/bus-1.png) no-repeat center 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.bus-list li:hover i {
	background-position: center -84px;
}


/*// .bus-list li .icon-2{*/


/*//     background-image: url(../images/bus-2.png);*/


/*// }*/


/*// .bus-list li .icon-3{*/


/*//     background-image: url(../images/bus-3.png);*/


/*// }*/


/*// .bus-list li .icon-4{*/


/*//     background-image: url(../images/bus-4.png);*/


/*// }*/


/*// .bus-list li .icon-5{*/


/*//     background-image: url(../images/bus-5.png);*/


/*// }*/


/*// .bus-list li .icon-6{*/


/*//     background-image: url(../images/bus-6.png);*/


/*// }*/

.web-case {
	padding-top: 60px;
}

.bus-list li.up>div:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 13px solid #fff;
	z-index: 11;
	top: -12px;
	left: 0;
	right: 0;
	margin: auto;
}

.bus-list li.down>div:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 13px solid #fff;
	z-index: 11;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}

.web-new {
	padding: 44px 0 76px;
	background-color: #f5f5f5;
	margin-top: 60px;
}

.web-new-in {
	padding: 46px 30px 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.web-new-in .grid {
	width: 32%;
	float: left;
}

.web-new-right {
	width: 62%;
	float: right;
}

.web-new-right>div {
	overflow: hidden;
}

.web-n-grid {
	width: 47%;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.web-n-grid h6 a {
	display: block;
	color: #4d4d4d;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 14px auto;
}

.web-n-grid h6 a:hover {
	text-decoration: underline;
	color: #f7a008;
}

.web-n-grid p a {
	font-size: 12px;
	color: #7c7c7c;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.web-year {
	display: block;
	width: 74px;
	height: 74px;
	border: 1px solid #707070;
	text-align: center;
}

.web-year i {
	font-size: 30px;
	color: #4d4d4d;
	font-style: normal;
}

.web-year em {
	color: #909090;
	font-size: 12px;
	font-style: normal;
	display: block;
}

.web-bottom {
	margin-top: 36px;
}

.web-bottom .web-n-grid {
	border-bottom: 0;
}

.num-up {
	-webkit-transform: translateY(-684px);
	-moz-transform: translateY(-684px);
	-ms-transform: translateY(-684px);
	-o-transform: translateY(-684px);
	transform: translateY(-684px);
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.num-up.on {
	-webkit-transform: translateY(0)!important;
	-moz-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

.num-down {
	-webkit-transition: all 2.6s ease;
	-moz-transition: all 2.6s ease;
	-ms-transition: all 2.6s ease;
	-o-transition: all 2.6s ease;
	transition: all 2.6s ease;
}

.num-down.on {
	-webkit-transform: translateY(0)!important;
	-moz-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

@media screen and (max-width:1600px) {
	.banner-ad {
		height: 100px;
	}
	.banner-ad .client_logo img {
		max-height: 100%;
	}
	.tell-top span {
		margin-left: 12px;
	}
	.tell-top {
		right: 20px;
	}
	.ncdc-right {
		padding-right: 100px;
	}
}

@media screen and (max-width:1460px) {
	.banner-ad {
		height: 70px;
	}
	.banner-ad p {
		padding-top: 0;
	}
	#nav {
		margin-right: 360px;
	}
	.ncdc-p {
		margin-top: 28px;
	}
	.mobile-left {
		width: 505px;
	}
}

@media screen and (max-width:1280px) {
	.banner-ad {
		width: 1000px;
	}
	.main {
		width: 1000px;
		max-width: 96%;
	}
	.scope-list li:hover .scope-text {
		padding-left: 10%;
	}
	.mobile-left {
		width: 360px;
	}
	.scope-list li:hover i {
		left: 30px;
	}
	.devel-p {
		width: 320px;
	}
	.solution-list li p {
		bottom: 50px;
	}
	.serve-step .swiper-container {
		width: 560px;
		max-width: 100%;
	}
	.devel-p h6 {
		margin-bottom: 0;
	}
	.vn {
		visibility: hidden;
	}
	.devel-img {
		width: 100px;
		height: 100px;
		background-size: 40% auto;
	}
	.ncdc-left img {
		width: 180px;
	}
	.ncdc {
		height: 400px;
	}
	.ncdc-p {
		display: none;
	}
	.introduce-right li {
		width: 33%;
	}
	.introduce-right .int-2 {
		width: 33%;
	}
	.hz-left>div+div {
		display: none;
	}
	.hz-left>div {
		margin-right: 0;
		width: 80%;
	}
	.hz-left {
		/* padding: 73px 0 0; */
		padding: 0;
		overflow: hidden;
		width: 50%;
		margin-top: 5%;
		top: 50%;
		position: relative;
	}
	.service-banner ul li {
		margin-right: 1%;
		margin-bottom: 1%;
		width: 18.7%;
	}
	.introduce-right {
		width: 47%;
	}
	.introduce-left {
		width: 45%;
	}
	#nav a {
		margin: 0 10px;
	}
	#nav {
		/*width: 490px;*/
	}
	.tell-top {
		margin-right: 10px;
	}
	#logo {
		left: 24px;
	}
	.flow-container li img {
		height: 120px;
		width: auto;
	}
	.case-left {
		width: 668px;
	}
	.case-right {
		width: 250px;
	}
	.solution-list li {
		padding-top: 26px;
	}
	.solution-list li img {}
	.app-img-1 {
		width: 600px;
		bottom: 10%;
	}
	.mobile-right {
		width: 560px;
	}
	.why {
		height: 430px;
	}
	.why-right div {
		padding-left: 24px;
		padding-top: 28px;
	}
	.why-right div h6 {
		font-size: 28px;
		margin-bottom: 20px;
		padding-top: 30px;
		background-size: auto 38px;
	}
	.why-list li {
		margin-bottom: 20px;
	}
	.contact-input li {
		width: 32%;
	}
	.web-adv-list li {
		width: 18%;
		padding-bottom: 18px;
		height: auto;
	}
	.web-adv-list li+li {
		margin-left: 2%;
	}
	.web-adv-list li img {
		margin-bottom: 16px;
		height: 76px;
	}
	.web-in h6 {
		font-size: 26px;
	}
	.bus-list li p {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 6px;
	}
	.bus-list li:hover i {
		background-position: center -75px;
	}
	.bus-list li i {
		width: 59px;
		height: 56px;
		background-size: 100% auto;
	}
	.web-n-grid {
		padding-top: 15px;
	}
	.web-bottom {
		margin-top: 16px;
	}
}

@media screen and (max-width:1280px) {
	.hz-left>div {
		width: 90%;
	}
	.tell-m {
		display: none;
	}
	#nav {
		margin-right: 0;
		margin-left: 200px;
	}
	.hz-right {
		width: 60%;
		margin-right: -10%;
		padding-right: 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.introduce-left {
		text-align: center;
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.introduce-right {
		text-align: center;
		width: auto;
		float: none;
	}
	.introduce-right li {
		background-position: center top;
	}
	.introduce-left p br {
		display: none;
	}
	.index-introduce .main {
		padding-top: 20px;
	}
	.year-p {
		margin: 6px 0 6px;
	}
	.banner-ad {
		bottom: 30px;
	}
	.introduce-right li div {
		border: 0;
		padding-left: 0;
	}
	.footer-left {
		width: 500px;
	}
	.address {
		font-size: 22px;
	}
	.index-service .atg-hea {
		margin-bottom: 0;
	}
	.footer {
		margin-top: 60px;
	}
	.pag {
		margin-top: 30px;
	}
	.contact-right>div {
		max-width: 90%;
		left: 5%;
	}
	.contact-left-in {
		right: auto;
		left: 40px;
	}
}

@media screen and (max-width:980px) {
	.banner-ad p {
		width: 75%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.serve-step {
		padding-top: 0px;
	}
	.development {
		padding-bottom: 40px;
	}
	.serve-step .swiper-container {
		width: 85%;
		margin: 0 auto;
	}
	.app-ban {
		height: 540px;
	}
	.app-img-1 {
		width: 500px;
		bottom: 10%;
	}
	.serve-step .atg-hea {
		margin-bottom: 4rem;
	}
	.devel-img {
		width: 23%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.devel-p {
		width: 76%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		margin-left: 0;
	}
	.paging {
		right: 20px;
	}
	.serve-step .swiper-container {
		margin-top: 20px;
	}
	.serve-container .swiper-slide {
		background-size: auto 56px;
	}
	.banner-ad .client_logo {
		width: 24%;
	}
	#logo img {
		height: 44px;
	}
	#nav {
		margin-left: 160px;
	}
	.tell-top {
		left: 170px;
		right: auto;
	}
	#nav {
		display: none;
	}
	.menu-nav {
		display: block;
	}
	.advantage {
		padding-top: 30px;
	}
	.atg-hea {
		margin-bottom: 30px;
	}
	.case-word ul li h5 {
		padding: 15px 0;
	}
	.introduce-right li h5 {
		line-height: 40px;
	}
	.case-header {
		padding: 30px 0 34px;
	}
	.atg-left div {
		margin-right: 10px;
	}
	.atg-1 h6 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.atg-1 h6 span {
		font-size: 24px;
		margin-left: 12px;
	}
	#header,
	#logo,
	.tell-top,
	#nav a {
		height: 60px;
		line-height: 60px;
	}
	body {
		padding-top: 68px;
	}
	.hz-r-in {
		width: auto;
	}
	.footer-left {
		width: 430px;
	}
	.address {
		font-size: 18px;
	}
	.address-1 {
		font-size: 16px;
	}
	.index-service {
		padding-top: 30px;
	}
	.tran-p {
		display: none;
	}
	.ncdc-right {
		padding: 52px 20px 45px 20px;
	}
	.ncdc-right h5 span {
		font-size: 26px;
		line-height: 100%;
	}
	.ncdc-right h5 {
		font-size: 22px;
	}
	.about-details {
		padding: 40px 40px 28px 40px;
	}
	.process {
		padding-top: 60px;
	}
	.case-left {
		width: 600px;
	}
	.case-right {
		width: 210px;
	}
	.visit-case a {
		width: 109px;
		padding-left: 50px;
		background-position: 20px;
	}
	.mobile-left h5 {
		font-size: 28px;
		margin-bottom: 44px;
	}
	.mobile-left>div {
		margin-top: 24px;
	}
	.mobile-right {
		width: 460px;
	}
	.mobile-phone {
		padding-bottom: 30px;
	}
	.scope-list li a {
		padding: 38px 30px 44px 30px;
	}
	.scp-div {
		font-size: 42px;
	}
	.scope-list li i {
		bottom: 20px;
		left: 32px;
	}
}

@media screen and (max-width:876px) {
	.footer-left {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.footer-right {
		width: auto;
		float: none;
		text-align: left;
	}
	.hz-r-in {
		padding-top: 50px;
	}
	.hz-right {
		height: 490px;
	}
	.hz-r-more {
		bottom: 40px;
	}
	.hz-r-more img {
		width: 250px;
	}
	.process-2 {
		margin: 0 40px 0 30px;
	}
	.process {
		padding-top: 30px;
	}
	.process-container {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.team-list li {
		/*height: 150px;*/
		margin-bottom: 30px;
	}
	.team-list li div {
		padding: 10px;
	}
	.flow-container li img {
		height: 90px;
	}
	.ncdc {
		height: 360px;
	}
	.ncdc-left img {
		width: 160px;
	}
	.case-details-in.main {
		width: 768px;
	}
	.case-left {
		width: 500px;
	}
	.mobile-right {
		width: auto;
		float: none;
	}
	.mobile-left {
		float: none;
		width: 600px;
		max-width: 90%;
		margin: 0 auto;
	}
	.why-right div h6 {
		font-size: 24px;
		background-size: auto 34px;
	}
	.why {
		height: 400px;
	}
	.contact-banner {
		height: auto;
	}
	.contact-left {
		width: auto;
		float: none;
		height: 460px;
	}
	.contact-left-in img {
		width: 180px;
	}
	.contact-right {
		float: none;
		width: auto;
		background-color: #4d4d4d;
		position: relative;
		height: 500px;
	}
	.contact-right>div {
		min-height: 360px;
		left: 0;
		right: 0;
		margin: 10% auto;
	}
	.scope-list li {
		width: 50%;
	}
	.bus-list li:hover i {
		background-position: center -46px;
	}
	.bus-list li i {
		width: 38px;
		height: 40px;
		background-size: 100% auto;
	}
	.web-ban {
		height: 350px;
	}
	.web-advantage {
		padding-top: 30px;
	}
	.bus-list li {
		width: 50%;
	}
	.web-year {
		width: 64px;
		height: 64px;
		position: absolute;
		left: 0;
		top: 25px;
	}
	.web-year i {
		font-size: 24px;
	}
	.web-n-grid>div {
		overflow: hidden;
		padding-left: 72px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.web-new-right .fr,
	.web-new-right .fl {
		float: none;
	}
	.web-n-grid h6 a {
		margin: 10px auto;
	}
	.web-bottom .web-n-grid {
		border-bottom: 1px solid #e5e5e5;
	}
	.web-new-right {
		width: 46%;
	}
	.web-new-in .grid {
		width: 50%;
	}
	.web-n-grid {
		width: auto;
	}
}

@media screen and (max-width:768px) {
	.introduce-left p {
		font-size: 16px;
	}
	.introduce-right li {
		background-size: auto 50px;
		padding-top: 50px;
	}
	.index-introduce .main::after {
		display: none;
	}
	.index-introduce .main {
		padding-bottom: 20px;
	}
	.case-title {
		width: 150px;
	}
	.case-hea-list li {
		width: 80px;
		height: 30px;
	}
	.case-hea-list li a {
		line-height: 30px;
	}
	.case-word ul li h5 {
		padding: 8px 0;
	}
	.case-word ul li article summary {
		height: 30px;
		line-height: 30px;
		text-indent: 10px;
	}
	.word-footer>a {
		background-size: 350px auto !important;
	}
	.contact-left {
		height: 400px;
	}
	.contact-left-in div {
		margin-bottom: 40px;
	}
	.contact-left-in h6 {
		font-size: 20px;
	}
	.contact-left-in {
		padding-top: 60px;
	}
	.contact-right>div {
		padding: 18px 16px 0;
	}
	.contact-main {
		padding: 40px 0 50px;
	}
	.contact-title p {
		font-size: 20px;
	}
	.word-tz {
		width: 90px;
		background: #f6f6f6 url(../images/arr.png) -240px -69px no-repeat;
	}
	.word-tz:hover {
		background: #000 url(../images/arr.png) -240px -17px no-repeat;
	}
	.word-footer .arrow-right {
		background: #f6f6f6 url(../images/arr.png) no-repeat -124px -70px;
		width: 100px;
	}
	.word-footer .arrow-right:hover {
		background: #000 url(../images/arr.png) -12px -70px no-repeat;
	}
	.word-footer .arrow-left {
		background: #f6f6f6 url(../images/arr.png) -8px -16px no-repeat;
		width: 100px;
	}
	.word-footer .arrow-left:hover {
		background: #000 url(../images/arr.png) no-repeat -124px -16px;
	}
	.atg-left,
	.atg-right {
		width: auto;
	}
	.atg-box>div {
		float: none;
	}
	.atg-1 h6 {
		text-align: center;
		margin-bottom: 10px;
	}
	.atg-img {
		margin-top: 20px;
	}
	.atg-left li {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.atg-left p {
		display: block;
	}
	.atg-left {
		text-align: center;
		overflow: hidden;
	}
	.atg-left div {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.devel-img {
		height: 80px;
	}
	.banner-ad {
		display: none;
	}
	.atg-hea h5 {
		font-size: 26px;
		margin-bottom: 6px;
		padding-bottom: 0px;
	}
	.advantage {
		padding-top: 15px;
	}
	.fixed #logo img {
		height: 34px;
	}
	#logo img {
		height: 34px;
	}
	.tell-top {
		left: 130px;
	}
	.atg-left li {
		width: auto;
	}
	.atg-left li:nth-child(2) {
		margin-left: 50px;
		margin-right: 50px;
	}
	.process-container dl {
		width: 32%;
	}
	.process-2 {
		margin: 0;
	}
	.process-container dl+dl {
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.case-left {
		float: none;
		width: auto;
	}
	.case-right {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	.solution-list li {
		font-size: 16px;
		height: 160px;
	}
	.solution-list li img {
		height: 100px;
	}
	.solution-list li p {
		bottom: 30px;
	}
	.app-ban {
		height: 400px;
	}
	.solution .atg-hea p {
		font-size: 1rem;
		width: 100%;
		margin-top: 0;
	}
	.app-img-1 {
		width: 400px;
		bottom: 10%;
	}
	.mobile-right {
		width: 100%;
	}
	.ipad-none {
		display: none;
	}
	.app-article h6 {
		font-size: 26px;
		line-height: 50px;
	}
	.app-article h5 {
		font-size: 28px;
	}
	.serve-container .swiper-slide span {
		font-size: 24px;
	}
	.serve-container .swiper-slide {
		background-size: auto 2rem;
	}
	.serve-container .swiper-slide {
		padding-top: 2.4rem;
	}
	.serve-step {
		max-width: 100%;
		height: 100%;
		padding-bottom: 3rem;
	}
	.mobile-phone {
		margin-top: 0;
	}
	.serve-flow {
		padding-top: 1.4rem;
	}
	.serve-container .arrow-right,
	.serve-container .arrow-left {
		display: none;
	}
	.new-det-hea h5 {
		font-size: 24px;
	}
	.new-details {
		padding-top: 28px;
	}
	.new-hea {
		padding: 30px 0 20px;
	}
	.new-hea>a {
		padding: 0 15px;
	}
	.specila-grid>div {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.specila-grid>div+div {
		margin-left: 0;
	}
	.why-list li {
		margin-bottom: 14px;
	}
	.why-right div h6 {
		font-size: 20px;
	}
	.scope-list li h6:after {
		width: 110px;
	}
	.scp-div {
		font-size: 32px;
	}
	.contact-input li {
		width: 48%;
		margin-right: 1%;
	}
	.contact-box label {
		margin-right: 16px;
	}
	.new-main {
		padding-bottom: 80px;
	}
	.web-adv-list li img {
		margin-bottom: 10px;
		height: 54px;
	}
	.web-adv-list li h6 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.web-adv-list {
		margin-bottom: 20px;
	}
	.web-in {
		padding-top: 20px;
	}
	.web-in h6 {
		font-size: 20px;
	}
	.web-acr {
		top: 20%;
	}
	.web-acr p {
		font-size: 38px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.web-bg {
		height: 300px;
	}
}

@media screen and (max-width:640px) {
	.mobile-n,
	.web-iphone {
		display: none;
	}
	.web-adv-list li {
		width: 32%;
	}
	.web-new {
		padding: 20px 0 46px;
	}
	.web-acr p {
		font-size: 24px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.web-acr>span {
		font-size: 14px;
	}
	.app-ban .arrow-right,
	.special-ban .arrow-right {
		right: 10px;
		width: 35px;
		height: 35px;
		background-size: contain;
		margin-top: -20px;
	}
	.app-ban .arrow-left,
	.special-ban .arrow-left {
		left: 10px;
		width: 35px;
		height: 35px;
		background-size: contain;
		margin-top: -20px;
	}
	.special-scope {
		padding: 20px 0 36px;
	}
	.special-case {
		padding-top: 20px;
	}
	.ncdc-right h5 span {
		font-size: 20px;
	}
	.new-banner,
	.case-ban,
	.web-ban {
		height: 200px;
	}
	.service-banner ul li {
		width: 23.8%;
	}
	.service-banner .arrow-left,
	.service-banner .arrow-right {
		margin: 0 20px;
		height: 22px;
		background-size: contain;
	}
	.footer-right b {
		font-size: 18px;
	}
	.footer {
		margin-top: 40px;
	}
	.index-service {
		padding-top: 18px;
	}
	.atg-hea h5 {
		font-size: 22px;
	}
	.case-word ul li h5 {
		padding: 6px 0;
		font-size: 14px;
	}
	.atg-1 h6 {
		font-size: 18px;
	}
	.atg-1 h6 span {
		font-size: 20px;
		margin-left: 4px;
	}
	.hz-b {
		margin-top: 50px;
	}
	.pag {
		margin-top: 10px;
	}
	.hz-in i {
		font-size: 14px;
		line-height: 30px;
	}
	.hz-in h6 {
		font-size: 14px;
	}
	.hz-right {
		height: auto;
		padding-bottom: 60px;
	}
	.hz-r-in {
		padding-top: 20px;
	}
	.introduce-right li {
		background-size: auto 40px;
	}
	.introduce-left p {
		font-size: 14px;
		margin: 0;
	}
	/*.introduce-right li {    width: 70px;}*/
	.introduce-right li h5 {
		line-height: 28px;
	}
	.case-title {
		width: 130px;
	}
	.case-word ul li.mar {
		margin: 0;
		margin-right: 1%;
	}
	.case-word ul li {
		width: 48%;
		margin-right: 1%;
	}
	.word-footer>a {
		background-size: 300px auto !important;
	}
	.word-footer>a {
		height: 32px;
	}
	.word-tz {
		width: 60px;
		background-position: -214px -62px;
	}
	.word-footer .arrow-right {
		background-position: -114px -62px;
		width: 70px;
	}
	.word-footer .arrow-right:hover {
		background-position: -16px -62px;
	}
	.word-footer .arrow-left {
		background-position: -16px -16px;
		width: 70px;
	}
	.word-footer .arrow-left:hover {
		background-position: -112px -16px;
	}
	.word-tz:hover {
		background-position: -214px -16px;
	}
	.word-footer {
		padding: 6px 0 2px;
	}
	.hz-b .main>div {
		float: none;
	}
	.hz-left>div,
	.hz-left {
		width: auto;
	}
	.hz-right {
		height: auto;
		padding-bottom: 40px;
		width: auto;
		padding-right: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	.hz-r-more {
		bottom: 10px;
	}
	.hz-r-more img {
		width: 220px;
	}
	.hz-r-in {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-b {
		display: none;
	}
	.footer {
		padding-bottom: 20px;
	}
	.tell-top {
		display: none;
	}
	.introduce-right li {
		font-size: 12px;
	}
	.introduce-right li h5 {
		font-size: 14px;
	}
	.menu-list {
		width: 50%;
	}
	.flow-container li {
		float: none;
		width: 32%;
		display: inline-block;
		margin-bottom: 30px;
	}
	.flow-container li.flow-1,
	.flow-container li.flow-2 {
		width: 49%;
	}
	.team-list li {
		width: 31%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.team h5,
	.about-flow-title h5,
	.process h5,
	.ncdc-right h5 {
		font-size: 20px;
	}
	.team-fu {
		margin: 10px auto 15px;
	}
	.process-container {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.team {
		padding-top: 30px;
	}
	.process-container {
		padding-left: 35%;
	}
	.ncdc {
		height: auto;
	}
	.ncdc-right {
		padding-bottom: 65px;
	}
	.process-container dl {
		width: auto;
		display: block;
	}
	.process-container dl+dl {
		padding-left: 0;
		margin-top: 20px;
	}
	.process-container dl dt {
		margin-bottom: 8px;
	}
	.ncdc-left {
		display: none;
	}
	.ncdc-right {
		width: auto;
		float: none;
	}
	.flow-container li img {
		height: 80px;
	}
	.flow-container {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.about-details {
		padding: 40px 20px 28px 20px;
	}
	.cont-wrap .date {
		width: 20%;
	}
	.cont-box {
		width: 78%;
		padding-left: 10px;
	}
	.case-hea {
		padding: 0 20px 20px;
	}
	.case-det-title:after {
		left: -20px;
	}
	.case-det-title {
		padding: 10px 0;
	}
	.case-det-title h6 {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.case-article {
		padding: 14px 0;
	}
	.paging {
		width: 40px;
		height: 120px;
		margin-top: -60px;
	}
	.shortcut-case h6 {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.paging a {
		height: 40px;
		line-height: 40px;
	}
	.case-label>div {
		float: none;
		width: auto;
		margin-bottom: 14px;
	}
	.visit-case a {
		padding-left: 30px;
		background-position: 5px;
	}
	.case-details {
		background-color: #f4f4f4;
		padding: 20px 0 40px;
	}
	.solution-list li {
		font-size: 16px;
		height: 130px;
	}
	.solution-list li img {
		height: 48px;
	}
	.solution {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.app-article {
		width: auto;
	}
	.app-ban {
		height: 350px;
	}
	.app-img-1 {
		width: 350px;
		bottom: 10%;
	}
	.app-article h6 {
		font-size: 20px;
		line-height: 40px;
	}
	.app-article h5 {
		font-size: 22px;
	}
	.solution .atg-hea p {
		margin-top: 6px;
	}
	.mobile-left {
		padding-top: 30px;
	}
	.mobile-left h5 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.mobile-left h6 {
		margin-bottom: 6px;
	}
	.mobile-left h6 {
		font-size: 16px;
	}
	.mobile-left>div {
		margin-top: 14px;
	}
	.development-list li {
		float: none;
		width: auto;
		
		height: 150px;
	}
	.mobile-left>div {
		margin-top: 16px;
	}
	.devel-p h6 {
		font-size: 22px;
	}
	.cooperation {
		padding-top: 30px;
	}
	.new-label {
		margin-top: 30px;
	}
	.why {
		height: auto;
	}
	.why>div {
		float: none;
		width: auto;
		margin-top: 0;
	}
	.why-left {
		padding-top: 20px;
	}
	.why-right {
		padding-bottom: 20px;
	}
	.scope-list li {
		width: 50%;
	}
	.introduce-left h1,
	.case-title h6,
	.atg-hea h5 {
		font-size: 18px;
	}
	.hz-r-in p,
	.hz-r-in h6 a {
		margin-bottom: 8px;
	}
	.serve-step .swiper-container {
		height: 125px;
	}
	.devel-p h6 {
		font-size: 18px;
	}
	.devel-p {
		padding-left: 10px;
	}
	.contact-title p {
		font-size: 18px;
	}
	.contact-main {
		padding: 20px 0 30px;
	}
	.special-flow {
		padding-top: 20px;
	}
	.special-case-list li {
		margin-bottom: 20px;
	}
	.special-new {
		padding: 20px 0 40px;
	}
	.case-container {
		padding-top: 0;
	}
	.new-main {
		padding-bottom: 50px;
	}
	.new-det-hea:after {
		width: 4px;
	}
	.new-det-hea h5 {
		font-size: 18px;
	}
	.new-details {
		padding-top: 18px;
	}
	.new-details-in {
		padding: 20px 12px 0;
	}
	.new-recommend {
		padding-top: 14px;
		margin-bottom: 14px;
	}
	.bus-list li {
		float: none;
		width: auto;
	}
	.web-new-right {
		float: none;
		width: auto;
	}
	.web-new-in .grid {
		float: none;
		width: auto;
	}
	.web-case {
		padding-top: 30px;
	}
	.web-in h6 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.web-number li>div {
		font-size: 24px;
	}
}

@media screen and (max-width:480px) {
	.atg-1 h6 {
		font-size: 16px;
	}
	.devel-img {
		height: 90px;
	}
	.new-footer ul li {
		float: none;
		width: auto;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.development {
		padding: 30px 0;
	}
	.atg-1 h6 span {
		font-size: 16px;
	}
	.atg-left li:nth-child(3) div {
		background-position-y: -114px;
	}
	.atg-left div {
		width: 60px;
		height: 60px;
		background-size: 90px auto;
		background-position: 18px 0px;
	}
	.atg-left li:hover div {
		background-position-x: -48px;
	}
	.atg-left .atg-fw div {
		background-position-y: -56px;
	}
	.atg-left li.on div {
		background-position-x: -50px;
	}
	.address {
		font-size: 16px;
	}
	.address-1 {
		margin-bottom: 2px;
		font-size: 16px;
	}
	.case-hea-list li {
		width: 60px;
	}
	.index-banner,
	.about-banner {
		text-align: center;
	}
	.footer {
		margin-top: 20px;
	}
	.process-container {
		padding-left: 15%;
	}
	.team-list li {
		/*height: 100px;*/
		margin-bottom: 10px;
	}
	.team {
		padding-bottom: 20px;
	}
	.team h5,
	.about-flow-title h5,
	.process h5,
	.ncdc-right h5 {
		font-size: 16px;
	}
	.about-details {
		padding: 20px 20px 28px 20px;
	}
	.about-details h5,
	.about-details h6 {
		font-size: 20px;
	}
	.case-container ul li {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.case-container ul li.mar {
		margin-right: 0;
	}
	.case-container ul li h5 {
		padding: 8px 0;
	}
	.solution-list li img {
		height: 60px;
	}
	.solution-list li {
		font-size: 14px;
		height: 94px;
		    padding-top: 11px;
	}
	.solution-list li p {
		bottom: 16px;
	}
	.serve-container .swiper-slide span {
		font-size: 22px;
	}
	.new-hea>a {
		margin-right: 0;
		margin-bottom: 6px;
		padding: 0 10px;
	}
	.special-case-list li {
		width: auto;
		display: block;
	}
	.special-more {
		padding: 8px 0;
	}
	.why-right div h6 {
		font-size: 18px;
	}
	.scp-div {
		font-size: 24px;
	}
	.contact-left-in {
		left: 4%;
		max-width: 95%;
	}
	.contact-left-in h6 {
		font-size: 18px;
	}
	.contact-left-in div {
		margin-bottom: 20px;
	}
	.contact-input li {
		width: auto;
		margin-right: 0;
		float: none;
	}
	.contact-right {
		padding: 50px 0;
		height: auto;
	}
	.contact-right>div {
		min-height: 360px;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: relative;
	}
	.scope-list li {
		width: auto;
		float: none;
	}
	.mt {
		margin-top: 14px;
	}
	.footer-hea,
	.flow-container li {
		font-size: 12px;
	}
	.footer-right b {
		font-size: 16px;
	}
	.about-flow-title {
		margin-bottom: 25px;
	}
	.about-flow {
		padding-top: 20px;
	}
	.flow-container li p {
		font-size: 14px;
	}
	.team-list li {
		width: 47%;
	}
}

@media screen and (max-width:320px) {
	.flow-container li p {
		font-size: 14px;
	}
	.flow-container li span {
		font-size: 12px;
	}
	.visit-case a {
		padding-left: 24px;
		background-position: 5px;
		background-size: 16px auto;
		line-height: 36px;
		height: 36px;
		font-size: 14px;
		width: 90px;
	}
	.solution-list li {
		height: 94px;
	}
	.solution-list li img {
		height: 36px;
	}
	.solution-list li p {
		bottom: 12px;
	}
	.devel-img {
		height: 70px;
	}
	.devel-p h6 {
		font-size: 20px;
	}
	.web-acr>span {
		color: #dfdfdf;
		font-size: 12px;
	}
	.web-acr p {
		font-size: 20px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
}

#top {
	position: fixed;
	right: 40px;
	bottom: 10%;
	z-index: 500;
	display: none;
	cursor: pointer;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}


/* ===============================================================Your custom styles, here you need to specify container's and slide'ssizes, pagination, etc.================================================================*/

.swiper-container {
	/* Specify Swiper's Size: */
	/*width:200px;	height: 100px;*/
}

.swiper-slide {
	/* Specify Slides's Size: */
	/*width: 100%;	height: 100%;*/
}

.swiper-slide-active {
	/* Specific active slide styling: */
}

.swiper-slide-visible {
	/* Specific visible slide styling: */
}


/* ===============================================================Pagination Styles================================================================*/

.swiper-pagination-switch {
	/* Stylize pagination button: */
}

.swiper-active-switch {
	/* Specific active button style: */
}

.swiper-visible-switch {
	/* Specific visible button style: */
}

.serve-container {
	position: relative;
}

.main2 {
	position: relative;
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	padding-top: 61px;
}

@media screen and (max-width:1680px) {
	.main2 {
		width: 1400px;
	}
}

@media screen and (max-width:1480px) {
	.main2 {
		width: 1200px;
	}
	.mobile-left {
		width: 500px;
	}
	.mobile-right {
		width: 50%;
		padding-top: 104px;
	}
}

@media screen and (max-width:860px) {
	.main2{ padding-top: 0rem;}
	.mobile-left p {
		font-size: 0.86rem;
		line-height: 1.5rem;
		margin-top: 10px;
	}
	.mobile-left h6 {
		font-size: 1.1rem;
	}
	.mobile-left h5 {
		font-size:1.6rem;
	}
	.mobile-left {
		width: 100%;
		 max-width: 100%;
		margin: 0 auto;
	}
	.mobile-left>div {
		margin-top: 2.4rem;
	}
	.mobile-left {
		padding-top: 0px;
	}
	.solution-list li p {
		font-size: 1rem;
		margin-top: 10px;
	}
	.development-list li {
		width: 96%;
		margin: 0 auto;
		height: 7rem;
	}
	.devel-p p {
		font-size: 0.86rem;
		line-height: 40px;
	}
	.devel-p h6 {
		font-size: 1.0rem;
	}
	.devel-p p {
		color: #b0b0b0;
		line-height: 1.5rem;
		display: -webkit-box !important;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 0.5rem;
	}
	.devel-img {
		width: 3.6rem;
    	height: 3.6rem;
	}
	.devel-p {
		float: none;
		padding-left: 1rem;
	}
	.atg-hea h5 {
		font-size: 1.6rem;
	}
	.atg-hea p {
		font-size: 0.85rem;
		margin-top: 0;
	}
	.serve-container .swiper-slide p {
		font-size: 0.85rem;
		margin-top: 0;
	}
	.mobile-right {
		width: 100%;
		padding-top: 2rem;
	}
	.serve-step{background: url(../images/serve-bg.png) no-repeat center bottom; background-size: 112%;}
}

.serve-container .swiper-slide p {
	margin-top: 0;
}

