@import "navigator.css";

@font-face {
	font-family: "adinnet";
	src: url("../font/adinnet.eot");
	src: url("../font/adinnet.eot") format("embedded-opentype"), url("../font/adinnet.ttf") format("truetype"),
		url("../font/adinnet.woff") format("woff"), url("../font/adinnet.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="myicon-"],
[class*=" myicon-"] {
	font-family: "adinnet" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.seowhy {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

* {
	font-family: Microsoft YaHei, PingFangTC-light, "iconfont", "FontAwesome" !important;
}

.program-intro-title {
	font-family: PingFangSC-Semibold !important;
}

.fs42 {
	font-size: 36px !important;
}

.about-us-summary {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.fontLetterSpace {
	letter-spacing: 1.2px;
}

.programIntroTitle {
	margin-top: 80px;
	margin-bottom: 80px;
	font-weight: 600 !important;
	font-size: 36px;
	text-align: center;
	letter-spacing: 1.2px;
}

.about-us-summary h2.mytimer {
	font-size: 60px;
}

.about-us-summary p.count-text {
	font-size: 20px;
}

.swiper-img {
	width: auto !important;
	height: auto !important;
}

.myicon-long-arrow-right:before {
	content: "\e908";
}

.myicon-long-arrow-left:before {
	content: "\e909";
}

.myicon-angle-down:before {
	content: "\e90a";
}

.myicon-share:before {
	content: "\e904";
}

.myicon-close:before {
	content: "\e905";
}

.myicon-douban:before {
	content: "\e906";
}

.myicon-tqf:before {
	content: "\e907";
}

.myicon-logo:before {
	content: "\e902";
}

.myicon-client-01:before {
	content: "\e900";
}

.myicon-client-02:before {
	content: "\e901";
}

@font-face {
	font-family: "adinnet-icon";
	src: url("../font/iconfont.eot");
	src: url("../font/iconfont.eot") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"),
		url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg") format("svg");
}

.adinnet {
	font-family: "adinnet-icon" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zaixianliuyan:before {
	content: "\e605";
}

@font-face {
	font-family: "FontAwesome";
	src: url("../font/fontawesome-webfont.eot");
	src: url("../font/fontawesome-webfont.eot") format("embedded-opentype"),
		url("../font/fontawesome-webfont.woff2") format("woff2"), url("../font/fontawesome-webfont.woff") format("woff"),
		url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right {
	margin-left: 0.3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.swiper-slide,
.swiper-wrapper {
	height: 100%;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.swiper-pagination,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-sizing: content-box;
}

.swiper-slide,
.swiper-wrapper {
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
	z-index: 0;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s step-end infinite;
	animation: swiper-preloader-spin 1s step-end infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
	}

	8.33333333% {
		-webkit-transform: rotate(30deg);
	}

	16.66666667% {
		-webkit-transform: rotate(60deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	33.33333333% {
		-webkit-transform: rotate(120deg);
	}

	41.66666667% {
		-webkit-transform: rotate(150deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	58.33333333% {
		-webkit-transform: rotate(210deg);
	}

	66.66666667% {
		-webkit-transform: rotate(240deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	83.33333333% {
		-webkit-transform: rotate(300deg);
	}

	91.66666667% {
		-webkit-transform: rotate(330deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	8.33333333% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	16.66666667% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	33.33333333% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	41.66666667% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	58.33333333% {
		-webkit-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	66.66666667% {
		-webkit-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	83.33333333% {
		-webkit-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	91.66666667% {
		-webkit-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

html,
body {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeiti, "Microsoft YaHei", Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.42857143;
	color: #303030;
	overflow-x: hidden;
}

.wrap {
	max-width: 1600px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

ul {
	list-style: none;
	padding: 0;
}

a:hover,
a:focus {
	text-decoration: none;
}

input,
textarea,
select,
button {
	outline: none;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow-h {
	overflow: hidden;
}

.text-red {
	color: #ff3d58;
}

.fs42 {
	font-size: 42px;
	font-family: PingFangSC-Semibold !important;
}

.fs30 {
	font-size: 30px;
}

.fs24 {
	font-size: 24px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.margintop20 {
	margin-top: 20px;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.text-white {
	color: #fff;
}

.no-padding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.padding-5 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.padding-25 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.padding-30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.btn-red {
	color: #797979;
	background-color: #484848;
	border-color: #484848;
	display: inline-block;
	padding: 2px 28px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.82857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 1000px;
	outline: none;
}

.btn-red:focus,
.btn-red:active,
.btn.active {
	color: #797979;
	outline: none !important;
}

.btn-red:hover,
.btn-red.on {
	color: #fff;
	background-color: #ff3d58;
	border-color: #ff3d58;
}

.btn-red.btn-big {
	padding: 6px 58px;
}

.btn-red.btn-num {
	padding: 2px 13px;
	background-color: #fff;
	color: #4c4c4c;
	margin: 0 5px;
	margin-bottom: 10px;
}

.btn-red.btn-num:hover,
.btn-red.btn-num.on {
	color: #fff;
	background-color: #ff3d58;
	border-color: #ff3d58;
}

.load-more .fa-spin {
	display: none;
}

.load-more .activation .fa-spin {
	display: inline-block;
}

.white-bg {
	background: #fff;
}

.gray-bg {
	background: #f6f6f6;
}

.top-border {
	border-top: 1px solid #e6e6e6;
}

#header .logo {
	/* width: 54px;
  height: 46px;
  margin: 8px 0;
  color: #fff;
  font-size: 44px;
  padding: 0; */
}

#header .navbar-nav,
#header .home-text {
	margin-top: 8px;
}

#header .home-text,
#header .navbar-nav > li > a {
	padding: 10px 30px;
	line-height: 26px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
}

#header .home-text {
	float: left;
	font-size: 14px;
}

#header .home-text strong {
	font-weight: normal;
}

#header .navbar-nav > .active > a,
#header .navbar-nav > li > a:hover,
#header .navbar-nav > .active > a:hover,
#header .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

.myicon-scroll-down {
	display: inline-block;
	width: 63px;
	height: 33px;
	background: url(../image/scroll-down.png) no-repeat left center;
	-ms-background-size: contain;
	background-size: contain;
}

.count-wrap {
	padding-bottom: 80px;
}

.count-wrap h2 {
	text-align: center;
	padding: 80px 0;
}

.user-experience h4 {
	text-align: center;
	padding-top: 40px;
}

.user-experience .text-muted {
	text-align: center;
	color: #999;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.case-wrap .item {
	margin-bottom: 46px;
}

.case-wrap .item a {
	color: #303030;
}

.case-wrap .item a:hover .item-cont {
	box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.case-wrap .item .item-cont {
	background: #fff;
	box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}

.case-wrap .item .item-cont h4 {
	padding: 30px 20px;
	margin: 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-wrap .item .item-cont .more-point {
	position: absolute;
	bottom: 28px;
	right: 18px;
}

.program-wrap {
	text-align: center;
}

.program-wrap .img {
	padding: 0 20px;
	margin: 0 auto;
	width: 60%;
}

.program-wrap .img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.program-wrap h4 {
	padding-top: 20px;
	color: #303030;
}

.program-wrap .text-muted {
	color: #999;
	line-height: 24px;
	display: block;
	padding: 10px 25px 0;
}

.client-wrap .padding-5 {
	padding-bottom: 10px;
}

.client-wrap .padding-5 .img {
	background: #f6f6f6;
}

.client-wrap .img-responsive {
	width: 100%;
}

.footer {
	/* background: #333;
  color: #696969;
  padding: 20px 0; */
}

.footer .top .left a {
	color: #fff;
	font-size: 18px;
	margin-right: 20px;
}

.footer .top .left a:hover {
	color: #ff3d58;
}

.footer .top .right {
	text-align: right;
}

.footer .top .right a {
	margin-left: 14px;
}

.footer .top .right a i {
	margin-left: 10px;
	font-size: 20px;
}

.footer .bottom {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #3e3e3e;
}

.footer .bottom h3 {
	color: #fff;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.navbar-inverse,
.navbar-inverse.pinned.pinning-top {
	background-color: transparent;
	border-color: transparent;
}

.navbar-inverse.unpinned,
.navbar-inverse.pinned {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: transparent;
}

.navbar-inverse.pinned {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.navbar-inverse.pinning-top {
	-webkit-backdrop-filter: blur(0px) !important;
	backdrop-filter: blur(0px) !important;
}

.pinning-nav {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.banner-wrap {
	width: 100%;
	position: relative;
	background: #000;
}

#indexSwiper {
	overflow: hidden;
}

#indexSwiper2 {
	overflow: hidden;
}

.swiper-video {
	overflow: hidden;
}

.swiper-video:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url(../image/grid.png);
}

.swiper-video .indexvideo {
	position: absolute;
	width: 100%;
	display: block;
	visibility: visible;
}

.swiper-img {
	overflow: hidden;
}

.scroll-down {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 100px;
	margin-left: -50px;
	color: #fff;
	font-size: 102px;
	animation: 3.4s ease-in-out infinite fadebottom;
	-webkit-animation: 3.4s ease-in-out infinite fadebottom;
}

.swiper-slide {
	overflow: hidden;
	position: relative;
}

.home-swiper-text-01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -8%;
	width: 50%;
	height: auto;
	z-index: 100;
}

.home-swiper-text-01-spec {
	position: absolute;
	margin-left: -25%;
	margin-top: -8%;
	height: auto;
	z-index: 100;
	left: 70%;
	width: 46%;
	top: 55%;
}

.banner-wrap .swiper-container-horizontal > .swiper-pagination {
	bottom: auto;
	bottom: 15px;
	margin-left: -90px;
	left: 50%;
	height: 20px;
	text-align: right;
	opacity: 0.8;
}

.banner-wrap .swiper-pagination-bullet {
	width: 3px;
	height: 3px;
	display: block;
	float: left;
	border-radius: 1000px;
	background: #fff;
	opacity: 0.8;
}

.banner-wrap .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	width: 60px;
}

.banner-wrap .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	margin-bottom: 12px;
}

#programSwiper {
	padding-bottom: 40px;
}

#programSwiper .swiper-pagination-bullet-active {
	background: #fa425c;
}

.double-img {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#caselist {
	padding-top: 62px;
}

#caselist .nav-wrap {
	background: #f6f6f6;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 50px;
}

#caselist .nav-wrap .subnav {
	font-size: 0;
}

#caselist .nav-wrap .subnav a {
	display: inline-block;
	height: 49px;
	padding-left: 22px;
	padding-right: 22px;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 49px;
}

#caselist .nav-wrap .subnav a.active {
	border-bottom: 2px solid #ff3d58;
	color: #ff3d58;
}

#service .count-wrap h3.sv {
	text-align: center;
	padding: 120px 0 60px;
}

#service .count-wrap h4.sv {
	text-align: center;
	color: #a0a0a0;
	padding-bottom: 40px;
	line-height: 1.5;
}

.service-process {
	padding: 50px 10px;
}

.service-process h3 {
	text-align: center;
}

.service-process .service-icon-wrap {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.service-process .service-icon-wrap img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.service-process-border {
	border-top: 1px solid #ddd;
}

.service-process-detailed {
	padding: 20px 0;
	background: #f6f6f6;
}

.service-process-detailed .col-xs-6 {
	position: relative;
}

.service-process-detailed .col-xs-6:before {
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -26px;
}

.service-process-detailed .col-xs-6 ul li {
	color: #4c4c4c;
	line-height: 20px;
	text-align: center;
	padding: 7px 6px;
}

.service-items .service-items-img {
	position: relative;
}

.service-items .service-items-img .service-items-text {
	position: absolute;
	top: 16%;
	color: #fff;
}

.service-items .service-items-img .service-items-text h4 {
	padding-left: 14px;
	margin-bottom: 20px;
}

.service-items .service-items-img .service-items-text li {
	padding-left: 14px;
	line-height: 30px;
	position: relative;
}

.service-items .service-items-img .service-items-text li:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 15px;
}

.service-items .service-items-img .service-items-text.text-01 {
	left: 5.75%;
}

.service-items .service-items-img .service-items-text.text-02 {
	left: 40%;
}

.service-items .service-items-img .service-items-text.text-03 {
	left: 40%;
	top: 58.92%;
}

.service-items .service-items-img .service-items-text.text-04 {
	left: 70.25%;
}

.mc-user-research {
	color: #fff;
}

.mc-user-research > .col-sm-4 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mc-user-research .mcbg {
	background: #fa435e url(http://www.adinnet.cn/images/service/service-mcbg-01.jpg) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 30px 20px;
	height: 260px;
}

.mc-user-research .mcbg h4 {
	padding-left: 30px;
}

.mc-user-research .mcbg h4 .textsmall {
	font-size: 14px;
}

.mc-user-research .mcbg .col-sm-6 {
	padding-right: 0;
}

.mc-user-research .mcbg.color02 {
	background: #5044bb url(http://www.adinnet.cn/images/service/service-mcbg-02.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.mc-user-research .mcbg.color03 {
	background: #3670cb url(http://www.adinnet.cn/images/service/service-mcbg-03.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.mc-user-research .mcbg.color04 {
	background: #0894dd url(http://www.adinnet.cn/images/service/service-mcbg-04.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.mc-user-research .mcbg.color05 {
	background: #0d9f91 url(http://www.adinnet.cn/images/service/service-mcbg-05.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.mc-user-research .mcbg.color06 {
	background: #ef9f22 url(http://www.adinnet.cn/images/service/service-mcbg-06.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.mc-user-research .mcbg .item {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	line-height: 30px;
}

.mc-user-research .mcbg .item:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 15px;
}

.service-items-phone .service-items-img {
	position: relative;
}

.service-items-phone .service-items-img .service-items-text {
	position: absolute;
	top: 9%;
	color: #fff;
}

.service-items-phone .service-items-img .service-items-text h4 {
	padding-left: 14px;
	margin-bottom: 20px;
}

.service-items-phone .service-items-img .service-items-text li {
	padding-left: 14px;
	line-height: 22px;
	position: relative;
}

.service-items-phone .service-items-img .service-items-text li:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: 15px;
}

.service-items-phone .service-items-img .service-items-text.text-01 {
	left: 9%;
}

.service-items-phone .service-items-img .service-items-text.text-02 {
	left: 56.75%;
}

.service-items-phone .service-items-img .service-items-text.text-03 {
	left: 9%;
	top: 58.92%;
}

.service-items-phone .service-items-img .service-items-text.text-04 {
	left: 56.75%;
	top: 58.92%;
}

.round-tab .nav-tabs {
	text-align: center;
}

.round-tab .nav-tabs > li {
	float: none;
	display: inline-block;
}

.round-tab .nav-tabs li > a {
	border: 1px solid transparent;
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 100px;
}

.round-tab .nav-tabs li > a:hover {
	color: #ff3d58;
}

.round-tab .nav-tabs li.active > a,
.round-tab .nav-tabs li.active > a:hover,
.round-tab .nav-tabs li.active > a:focus {
	color: #ff3d58;
	background-color: transparent;
	border: 1px solid #ff3d58;
}

.round-tab .tab-content {
	padding-top: 60px;
}

.img-relative {
	position: relative;
	min-height: 100px;
	text-align: center;
}

.img-relative .img-responsive {
	display: inline-block;
}

.img-relative .text-pt01 {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 60px;
	margin: 0;
}

.dark-gray-bg {
	background: #333333;
	padding: 20px 0;
}

.dark-gray-bg p.text-white {
	padding-bottom: 20px;
}

.light-gray-bg {
	background: #f9f9f9;
	padding: 20px 0;
}

.light-gray-bg p.text-white {
	padding-bottom: 20px;
}

.mc-line-box-phone .swiper-slide {
	padding: 10px 15px 20px;
}

.mc-line-box-phone .swiper-slide .col-xs-12 {
	border-top: 4px solid transparent;
	padding-bottom: 30px;
}

.mc-line-box-phone .swiper-slide-active .col-xs-12 {
	border-top: 4px solid #1fc39b;
	background: #fff;
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.05);
}

.mc-line-box {
	border: 1px solid #dcdcdc;
	padding: 40px 20px;
	height: 100%;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}

.mc-line-box .content {
	height: 280px;
	overflow-y: auto;
	padding: 0 6px;
}

.mc-line-box h3 {
	margin: 0;
	margin-bottom: 20px;
}

.mc-line-box p {
	color: #999;
	font-size: 16px;
	line-height: 30px;
}

.mc-line-box:hover {
	background: #fff;
	box-shadow: 0 10px 35px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.mc-line-box:hover:before {
	background-color: #1fc39b;
}

.mc-line-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
}

.icon-cdz {
	width: 51px;
	height: 51px;
	margin: 0 auto;
	margin-bottom: 16px;
	background-position: center;
	background-size: 100% 100%;
}

.icon-cdz-01 {
	background-image: url(http://www.adinnet.cn/images/projectcase/icon-cdz-01.png);
}

.icon-cdz-02 {
	background-image: url(../image/icon-cdz-02.png);
}

.icon-cdz-03 {
	background-image: url(../image/icon-cdz-03.png);
}

.icon-cdz-04 {
	background-image: url(http://www.adinnet.cn/images/projectcase/icon-cdz-04.png);
}

.icon-cdz-05 {
	background-image: url(../image/icon-cdz-05.png);
}

.icon-cdz-06 {
	background-image: url(../image/icon-cdz-06.png);
}

.case-list-cdz {
	border: 2px solid #eee;
	padding: 95px 542px 132px 70px;
}

.case-list-cdz dt {
	margin-bottom: 20px;
	color: #1fc39b;
	position: relative;
	display: inline-block;
	padding-top: 30px;
}

.case-list-cdz dt::before {
	content: "";
	display: block;
	width: 138px;
	height: 2px;
	border-top: 2px solid #1fc39b;
	position: absolute;
	top: 0;
	left: 0;
}

.case-list-cdz dd {
	font-size: 16px;
	line-height: 1.6;
}

.case-list-cdz-wrap {
	position: relative;
}

.case-list-cdz-wrap .case-list-cdz-img {
	position: absolute;
	bottom: -80px;
	right: 200px;
}

.multiple-program .multiple-program-title.fs30 {
	font-size: 30px;
}

.target-customer .text-gray {
	color: #999;
	font-size: 16px;
}

.experience-animation-wrap {
	position: relative;
}

.experience-animation-wrap .experience-animation {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.experience-animation-wrap .experience-animation .experience-img {
	position: absolute;
	left: 0;
	top: 0;
}

.experience-animation-wrap .experience-color-01 {
	background: #ff3d58;
}

.scroll-down-projectcase.blue {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: lighter;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e81e1), color-stop(100%, #6e81e1));
	background: -webkit-linear-gradient(top, #6e81e1 0%, #6e81e1 100%);
	background: linear-gradient(to bottom, #6e81e1 0%, #6e81e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e81e1', endColorstr='#6e81e1', GradientType=0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(110, 129, 225, 0.29);
	-o-box-shadow: 0 5px 21px rgba(110, 129, 225, 0.29);
	box-shadow: 0 5px 21px rgba(110, 129, 225, 0.29);
}

.shumeng-text-center {
	color: #8d8d8d;
	line-height: 30px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.pc-table-row {
		display: table-row;
	}

	.pc-table-row .table-cell {
		display: table-cell;
		float: none;
	}

	.pc-table-row .vertical-middle {
		vertical-align: middle;
		float: none;
	}
}

.ex-links {
	width: 700px;
	margin: 0px auto;
	margin-bottom: 10px;
}

.ex-links a {
	color: #696969;
	padding: 0 5px;
	font-size: 12px;
	display: inline-block;
}

.ex-links ul {
	list-style: none;
}

.ex-links .tab li {
	float: left;
	cursor: pointer;
	padding: 6px 10px 6px;
}

.ex-links .tab .active {
	font-size: 16px;
	color: #d4d4d4;
}

.ex-links .tab-panel li {
	display: none;
}

.ex-links .tab-panel .show {
	display: block;
}

.latest-box .col-sm-4:nth-child(1) {
	padding-left: 5px;
	padding-right: 25px;
}

.latest-box .col-sm-4:nth-child(3) {
	padding-left: 25px;
	padding-right: 5px;
}

.latest-news {
	font-weight: bold;
	margin-bottom: 10px;
}

.latest-list li {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
}

.latest-list a {
	float: left;
	display: block;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
}

.latest-list a:hover {
	color: #ff3d58;
}

@media screen and (min-width: 1380px) and (max-width: 1540px) {
	.latest-list a {
		max-width: 290px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1379px) {
	.latest-list a {
		max-width: 250px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1279px) {
	.latest-list a {
		max-width: 190px;
	}
}

@media screen and (max-width: 991px) {
	.latest-list a {
		width: 100%;
	}
}

.latest-list span {
	float: right;
}

@media screen and (max-width: 767px) {
	.back-totop .share-item-qq {
		display: block !important;
	}

	.back-totop .share-item-weixin {
		display: none !important;
	}

	.fa-quote-color {
		font-size: 30px !important;
	}

	.posi-top {
		top: 10px !important;
	}

	.project-case-dfhk .program-banner-text i {
		font-size: 12px !important;
	}

	.jj-place-text {
		font-size: 18px !important;
	}

	.latest-list span {
		display: none;
	}

	.Q-left-text-info {
		padding: 20px !important;
	}

	.Q-left-bg {
		height: auto !important;
	}

	.pc-banner .pc-banner-bottom-text {
		bottom: 5% !important;
		font-size: 16px !important;
	}

	.positionTop {
		top: -7px !important;
	}

	.jj-place-text {
		letter-spacing: 5px !important;
	}

	.jj-design-mt200 {
		margin-top: 40px !important;
	}

	.project-case-dfhk .right-img img {
		height: auto !important;
	}

	.wang-left-bg {
		height: auto !important;
	}

	.users-ul {
		margin-top: 30px !important;
	}

	.users-ul .users-ul-li {
		width: 50% !important;
	}

	.users-ul-li-img {
		width: 100px !important;
		height: 100px !important;
	}

	.users-ul .users-ul-li > p {
		margin-top: 10px !important;
	}

	.mb-left-bg {
		height: auto !important;
	}

	.mb-left-text-info {
		padding: 120px 20px 20px !important;
		color: rgba(255, 255, 255, 0.6) !important;
	}

	.PCpb60M30 {
		padding-bottom: 0px !important;
	}

	.PCpt80M40 {
		padding-top: 40px !important;
	}
}

@media screen and (max-width: 767px) {
	.latest-list .col-sm-4:nth-child(1),
	.latest-list .col-sm-4:nth-child(3) {
		padding: 0 15px;
	}
}

.myicon-txt-common {
	color: #fff;
	font-size: 16px;
	width: 280px;
}

@media screen and (max-width: 1090px) {
	#header .navbar-nav > li > a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 870px) {
	#header .navbar-nav > li > a {
		padding: 10px 13px;
	}
}

.padding-12 {
	padding-left: 12px;
	padding-right: 12px;
}

a:focus,
a:active {
	outline: none;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs li > a {
	height: 50px;
	padding-left: 22px;
	padding-right: 22px;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 30px;
	border: none;
}

.nav-tabs li > a:hover {
	background-color: transparent;
}

.nav-tabs li.active > a,
.nav-tabs li.active > a:hover,
.nav-tabs li.active > a:focus {
	color: #ff3d58;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ff3d58;
}

.nav-wrap {
	background-color: #f5f5f5;
}

.framework-img {
	max-width: 1600px;
	margin: 0 auto;
}

.project-item-inner {
	position: relative;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.project-item-inner .w1800 {
	max-width: 1700px;
	margin-left: 0;
	margin-right: 0;
}

.project-item-inner .w1800 .right-img img {
	width: 100%;
}

.project-item-inner .project-item {
	padding-top: 56px;
	padding-bottom: 21px;
	text-align: center;
}

.project-item-inner .project-item-title {
	position: relative;
	display: block;
	height: 68px;
	line-height: 68px;
	font-size: 36px;
	font-weight: normal;
}

.project-item-inner .project-item-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 63px;
	height: 0;
	margin-left: -32px;
	border-top: 1px solid #e5e5e5;
}

.project-item-inner .project-item-intro {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-align: center;
}

.project-item-inner .project-item-intro.tax_c {
	text-align: center;
}

.project-item-inner .project-item-intro.tax_r {
	text-align: right;
}

.project-item-inner .item-display-title {
	margin-top: 32px;
	margin-bottom: 18px;
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
}

.project-item-inner .item-display-intro {
	margin-bottom: 0;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 30px;
}

.project-items-wrap {
	padding-top: 52px;
}

.project-items-wrap.baisheng {
	margin-top: -72px;
}

.item-eng-title {
	font-size: 16px;
	color: #999;
}

.item-eng-title .maintitle {
	font-size: 30px;
	color: #2b2b2b;
}

.item-eng-title .subtitle {
	max-width: 797px;
	margin-top: 12px;
	margin-bottom: 60px;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.bottom-intro {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

.item-inner03 .bluebg {
	background-color: #437fd2 !important;
}

.item-inner03 .bluebg .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.item-inner04 .item-display-intro {
	padding: 70px 0 62px;
}

.item-inner04 .img-responsive {
	margin-left: 0;
	margin-right: 0;
}

.item-inner04 .left-text {
	background-color: #db4747;
}

.item-inner05 {
	background: url(../image/item-inner05-bg.png) no-repeat left center;
	-ms-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.item-inner05 .swiper-container.project-swiper {
	height: 100%;
}

.item-inner05 .swiper-container .swiper-wrapper {
	width: 70%;
	height: 100%;
}

.item-inner05 .swiper-container .swiper-slide {
	height: 100%;
	text-align: center;
	font-size: 18px;
}

.item-inner05 .swiper-pagination {
	width: 40%;
	top: 125px;
	right: 0;
	left: auto;
}

.item-inner05 .swiper-pagination .swiper-pagination-bullet {
	display: block;
	overflow: hidden;
}

.item-inner06 {
	padding: 75px 0 72px 0;
}

.item-inner06 .project-item-intro {
	margin-top: -110px;
}

.item-inner07 .fullscreen-center {
	height: 511px;
	padding-top: 75px;
	background-color: #f2f2f2;
}

.item-inner07 .project-item-intro {
	margin-top: -260px;
}

.item-inner07 .item-eng-title,
.item-inner07 .project-item-intro {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.item-inner08 .project-item-intro {
	text-align: center;
	margin-top: 62px;
}

.item-inner08 .project-item-intro.redbg {
	background-color: #db4747;
}

.item-inner08 .project-item-intro.redbg .row-wrap {
	padding: 0 30px;
}

.item-inner08 .left-text {
	background-color: #db4747;
}

.item-inner08 .left-text .left-text-wrap {
	color: rgba(255, 255, 225, 0.6);
}

.item-inner08 .left-text .left-text-title {
	margin-bottom: 10px;
	color: #fff;
}

.item-inner08 .left-text p {
	font-size: 16px;
}

.item-inner08 .right-img {
	background-color: #db4747;
}

.item-inner08 .margintop50 {
	margin-top: 50px;
}

.item-inner09 .project-summary {
	margin-top: 54px;
	text-align: center;
}

.item-inner05 .swiper-pagination-bullet {
	width: 100%;
	height: 141px;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	text-align: left;
	opacity: 1;
	cursor: pointer;
}

.item-inner05 .swiper-pagination-bullet .pagination-title,
.item-inner05 .swiper-pagination-bullet .pagination-content {
	display: block;
	padding-left: 54px;
}

.item-inner05 .swiper-pagination-bullet .pagination-title {
	padding-top: 27px;
	margin-bottom: 12px;
	font-size: 24px;
	font-style: normal;
	color: #fff;
	background: url(../image/pagination-point.png) no-repeat 33px 40px;
}

.item-inner05 .swiper-pagination-bullet .pagination-content {
	max-width: 340px;
	max-height: 37px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.6);
}

.item-inner05 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #db4747;
}

.project-summary {
	text-align: center;
	font-size: 0;
}

@media screen and (min-width: 767px) {
	.project-summary.project-summary {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.project-summary .counter {
	display: inline-block;
	max-width: 264px;
	width: 100%;
	padding-top: 33px;
	padding-bottom: 32px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #737373;
}

.project-summary .counter:first-child {
	margin-left: 0;
}

.project-summary .counter .count-title {
	font-size: 65px;
	color: #cacaca;
	font-weight: normal;
	-webkit-transition: text-shadow 0.2s;
	transition: text-shadow 0.2s;
	cursor: default;
}

.project-summary .counter h2,
.project-summary .counter p {
	margin-top: 0;
	margin-bottom: 0;
}

.page-select {
	position: relative;
	max-width: 1600px;
	height: 42px;
	margin-top: 122px;
	margin-bottom: 70px;
	text-align: center;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}

.page-select a {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 42px;
	border: 1px solid #eaeaea;
	border-radius: 40px;
	line-height: 42px;
	color: #585858;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
}

.page-select a:hover {
	display: inline;
	color: #fff;
	background-color: #ff3d58;
}

.page-select a:hover:before {
	color: #fff;
}

.page-select a:before {
	position: absolute;
	left: 10px;
	font-size: 26px;
	color: #a6a6a6;
}

.page-select a.page-prev,
.page-select a.page-next {
	position: absolute;
	top: 0;
}

.page-select a.page-prev {
	left: 0;
	text-indent: 20px;
}

.page-select a.page-next {
	right: 0;
	text-indent: -20px;
}

.page-select a.page-next:before {
	left: 143px;
}

.page-select a.check-allpage {
	width: 300px;
	text-indent: 20px;
	color: #fff;
	background: #4c4c4c url(http://www.adinnet.cn/images/check-allpage.png) no-repeat 80px center;
	opacity: 0.8;
}

.page-select a.check-allpage:hover {
	display: inline-block;
	opacity: 1;
}

.push-like-wrap {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #f6f6f6;
	text-align: center;
}

.push-like-wrap .push-like-title {
	padding-top: 60px;
	padding-bottom: 38px;
	font-size: 36px;
	color: #323232;
}

.program-intro-title {
	height: 96px;
	line-height: 96px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.multiple-program {
	padding-top: 0 !important;
	font-size: 18px;
	color: #6f6f6f;
}

.multiple-program .multiple-program-title {
	display: block;
	padding-top: 30px;
	padding-bottom: 26px;
	font-size: 24px;
	color: #323232;
}

.multiple-program p {
	max-width: 910px;
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
}

.program-intro {
	padding-top: 23px;
	text-align: center;
	color: #4a4a4a;
	overflow: hidden;
}

.program-intro .program-intro-content p {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
	text-align: center;
}

.program-intro .program-intro-content .bold-text {
	color: #999;
	font-weight: normal;
}

.program-intro .program-intro-details {
	margin-top: 42px;
	padding-top: 85px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.program-intro .program-intro-details img {
	margin-left: auto;
	margin-right: auto;
}

.program-intro .comlete-project {
	margin-top: 64px;
}

.program-intro .wrap .padding-20 {
	padding-left: 19px;
	padding-right: 19px;
}

.program-intro .item {
	margin-bottom: 0;
}

.program-intro .item .item-icon {
	background-position: center;
	background-repeat: no-repeat;
	-ms-background-size: contain;
	background-size: contain;
}

@media screen and (min-width: 767px) {
	.program-intro .item:nth-child(3) .col-inner {
		background-color: #f5f5f5;
	}

	.program-intro .item:nth-child(4) .col-inner {
		background-color: #f5f5f5;
	}

	.program-intro .item:nth-child(7) .col-inner {
		background-color: #f5f5f5;
	}
}

.program-intro .item:nth-child(1) .item-icon {
	background-image: url(http://www.adinnet.cn/images/program/iconbg-01.png);
}

.program-intro .item:nth-child(2) .item-icon {
	background-color: #03b1e5;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-02.png);
}

.program-intro .item:nth-child(3) .item-icon {
	background-color: #7374ee;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-03.png);
}

.program-intro .item:nth-child(4) .item-icon {
	background-color: #b34ec2;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-04.png);
}

.program-intro .item:nth-child(5) .item-icon {
	background-color: #5bc650;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-05.png);
}

.program-intro .item:nth-child(6) .item-icon {
	background-color: #ff9d34;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-06.png);
}

.program-intro .item:nth-child(7) .item-icon {
	background-color: #e95754;
	background-image: url(http://www.adinnet.cn/images/program/iconbg-07.png);
}

.program-intro .col-inner {
	display: block;
	height: 292px;
	padding: 56px 46px 48px 40px;
	border: 1px solid #eee;
	margin-bottom: 35px;
	overflow: hidden;
}

.program-intro .col-inner .item-icon {
	float: left;
	width: 188px;
	height: 188px;
	background-color: #f23b55;
	border-radius: 50%;
}

.program-intro .item-text {
	padding-left: 236px;
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	text-align: left;
}

@media screen and (min-width: 1601px) {
	.program-intro .item-text.long-text {
		margin-top: -40px;
	}
}

.program-intro .item-text .order-number {
	height: 58px;
	line-height: 58px;
	font-size: 74px;
	color: #ddd;
	font-weight: normal;
}

.program-intro .item-text .order-title {
	display: block;
	margin-bottom: 12px;
	color: #343434;
	font-size: 24px;
}

.program-intro .item-text .order-content {
	max-width: 477px;
	line-height: 24px;
	white-space: normal;
	word-break: break-all;
}

.service-customer {
	margin-top: 38px;
	padding: 0 185px 56px;
	background-color: #f5f5f5;
}

.service-customer .customer-title {
	height: 134px;
	line-height: 134px;
	font-size: 24px;
	color: #494949;
	text-align: center;
}

.service-customer .customer-list {
	float: left;
	width: 191px;
	padding: 9px 42px 12px 26px;
	border-left: 1px solid #e6e6e6;
}

.service-customer .customer-list a {
	display: block;
	font-size: 14px;
	color: #000;
}

.service-customer .customer-list a:nth-child(2) {
	padding-top: 33px;
	padding-bottom: 33px;
}

.service-customer .padding-0 {
	padding-left: 0;
	padding-right: 0;
}

.service-customer .btn-red.btn-big {
	padding-left: 86px;
	padding-right: 86px;
	margin-top: 41px;
}

.multiple-program .multiple-program-title,
.multiple-program .program-intro-title {
	display: block;
	padding-top: 62px;
	padding-bottom: 62px;
	font-size: 24px;
	color: #323232;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.multiple-program .multiple-program-title.program-intro-title,
	.multiple-program .program-intro-title.program-intro-title {
		padding-top: 32px;
		padding-bottom: 32px;
		font-size: 16px;
	}
}

.apply-channels {
	padding-top: 0 !important;
	margin-top: 44px;
}

.apply-channels .multiple-program {
	border-top: 1px solid #eee;
}

.apply-channels .accord-condition {
	position: relative;
	height: 32px;
	margin-bottom: 32px;
	padding-left: 40px;
	line-height: 32px;
	font-size: 14px;
	color: #4a4a4a;
	text-align: left;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.apply-channels .accord-condition:hover {
	color: #ff3d58;
}

.apply-channels .order-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-style: normal;
	background-color: #ff3d58;
	border-radius: 50%;
}

.module {
	margin-top: 87px;
}

.successful-case {
	position: relative;
	font-size: 18px;
	color: #999;
}

.successful-case .case-list-inner {
	position: relative;
	padding-bottom: 72px;
}

.successful-case .case-list-inner.greybg {
	background-color: #f3f3f3;
}

.successful-case .case-list {
	max-width: 1064px;
	padding-top: 50px;
	padding-left: 164px;
	margin-bottom: 0;
	text-align: left;
	font-size: 16px;
}

.successful-case .case-list dt {
	margin-bottom: 38px;
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 500;
}

.successful-case .case-list dd {
	line-height: 30px;
}

.successful-case .caseimg {
	position: relative;
	float: right;
	top: -100px;
	right: 140px;
	z-index: 10;
}

@media screen and (min-width: 321px) and (max-width: 414px) {
	.successful-case .caseimg.caseimg {
		top: 225px;
	}
}

.solution,
.solution-project {
	display: block;
}

.solution img {
	width: auto;
}

.solution-project {
	font-weight: 500;
}

.demand-scenario {
	padding-top: 28px;
	margin-top: 72px;
	background-color: #f1f5f7;
}

.demand-scenario .wrap {
	height: 100%;
	padding-bottom: 75px;
	background-image: url(../image/demand-scenario-bg.png);
	background-position: 25px bottom;
	background-repeat: repeat-x;
}

.demand-scenario .scenario-wrap {
	margin-top: 40px;
}

.demand-scenario .scenario-inner {
	position: relative;
	width: 100%;
	border: 1px solid #d2e2ea;
	font-size: 16px;
	color: #4a4a4a;
	background: url(../image/scenario-inner-01.png) no-repeat 30px center;
	box-shadow: 0 11px 27px rgba(0, 44, 66, 0.06);
	background-color: #f1f5f7;
}

@media screen and (min-width: 768px) {
	.demand-scenario .order-number:nth-child(1) .scenario-inner,
	.demand-scenario .order-number:nth-child(2) .scenario-inner,
	.demand-scenario .order-number:nth-child(3) .scenario-inner {
		position: relative;
		z-index: 2;
		margin-bottom: -1px;
		background-color: #fff;
	}
}

.demand-scenario .order-number:nth-child(1) .scenario-inner {
	background-image: url(../image/scenario-inner-01.png);
}

.demand-scenario .order-number:nth-child(2) .scenario-inner {
	background-image: url(http://www.adinnet.cn/images/projectcase/scenario-inner-02.png);
}

.demand-scenario .order-number:nth-child(3) .scenario-inner {
	background-image: url(../image/scenario-inner-03.png);
}

.demand-scenario .order-number:nth-child(4) .scenario-inner {
	background-image: url(http://www.adinnet.cn/images/projectcase/scenario-inner-04.png);
}

.demand-scenario .order-number:nth-child(5) .scenario-inner {
	background-image: url(http://www.adinnet.cn/images/projectcase/scenario-inner-05.png);
}

.demand-scenario .order-number:nth-child(6) .scenario-inner {
	background-image: url(../image/scenario-inner-06.png);
}

.demand-scenario .inner-txt {
	position: relative;
	display: block;
	height: 100%;
	color: #4a4a4a;
}

.demand-scenario .inner-txt:hover {
	color: #fff;
}

.demand-scenario .inner-txt:hover .hide-area {
	opacity: 1;
}

.demand-scenario .hide-area {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.demand-scenario .hide-area .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.demand-scenario .inner-text-title {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	margin-bottom: 0;
	padding: 40px 16px 10px;
	line-height: 16px;
	text-align: left;
	background: url(../image/inner-text-bg.png) no-repeat 33px 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-number {
	padding-left: 5px;
	padding-right: 5px;
}

.target-customer {
	padding-top: 28px;
}

.tar-customer {
	display: table;
	padding-top: 40px;
	margin-bottom: 82px;
	overflow: hidden;
}

.tar-customer dt {
	width: 190px;
	float: left;
}

.tar-customer dd {
	display: table-cell;
	padding-left: 14px;
	vertical-align: middle;
	font-size: 16px;
	color: #4a4a4a;
}

.module-function {
	padding-top: 28px;
	padding-bottom: 40px;
	background-color: #16b2df;
}

.module-function .program-intro-title {
	color: #fff;
}

.function-inner {
	position: relative;
	margin-top: 60px;
}

.module-tree {
	max-width: 390px;
	height: 579px;
	max-height: 579px;
	padding: 0 30px 0;
	margin-bottom: 0;
	color: #666;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
}

.module-tree .bratch-title {
	margin-bottom: 40px;
	font-size: 22px;
	color: #4a4a4a;
	text-align: center;
}

.module-tree dt {
	position: relative;
	margin-bottom: 70px;
}

.module-tree-text {
	width: 50%;
	margin-bottom: 30px;
}

.module-tree-ico {
	position: absolute;
	top: -41px;
	left: 50%;
	margin-left: -54px;
	width: 82px;
	height: 82px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.module-tree-ico:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #65deec url(../image/module-tree-ico.png) no-repeat left top;
	background-size: 100% auto;
}

.module-tree-ico.ico-02:before {
	background-position: 0 -64px;
	background-color: #ffd369;
}

.module-tree-ico.ico-03:before {
	background-position: 0 -120px;
	background-color: #ff799c;
}

.module-tree-ico.ico-04:before {
	background-position: 0 -180px;
	background-color: #9ebcff;
}

.tree-text {
	width: 148px;
	padding: 16px;
	margin-top: 10px;
	color: #666;
	font-weight: 500;
	border-radius: 3px;
}

.tree-text p {
	margin-bottom: 0;
	line-height: 24px;
}

.tree-text-title {
	width: 148px;
	height: 36px;
	line-height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 500;
}

.module-tree-01 {
	text-align: left;
	border-top: 5px solid #65deec;
}

.module-tree-01 .tree-text {
	height: 200px;
	background-color: #ebf6f8;
}

.module-tree-01 .module-tree-ico {
	background-color: #65deec;
}

.module-tree-02 {
	border-top: 5px solid #ffd369;
}

.module-tree-02 > dd div:nth-child(1) .tree-text {
	height: 170px;
}

.module-tree-02 > dd div:nth-child(2) .tree-text {
	height: 128px;
}

.module-tree-02 .tree-text {
	max-height: 170px;
	background-color: #fbf7ef;
}

.module-tree-02 .module-tree-ico {
	background-color: #ffd369;
}

.module-tree-03 {
	border-top: 5px solid #ff799c;
}

.module-tree-03 .module-tree-text {
	width: 100%;
}

.module-tree-03 .tree-text-title {
	margin-left: auto;
	margin-right: auto;
}

.module-tree-03 .module-tree-ico {
	background-color: #ff799c;
}

.module-tree-04 {
	border-top: 5px solid #9ebcff;
}

.module-tree-04 .tree-text {
	background-color: #ecf5ff;
}

.module-tree-04 .module-tree-ico {
	background-color: #9ebcff;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
	.col-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.moveleft {
		position: relative;
		left: 20px;
	}

	.contact-us .col-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.col-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.col-wrap {
		padding-left: 20px;
	}
}

.framework-chart {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 55px 140px;
}

@media screen and (min-width: 1681px) {
	.framework-chart {
		width: 1640px;
		height: 700px;
	}
}

.framework-chart span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
}

.left-text {
	position: relative;
	background-color: #aad320;
}

.left-text .left-text-wrap {
	position: absolute;
	top: 50%;
	padding-left: 64px;
	padding-right: 60px;
	line-height: 28px;
	text-align: justify;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left-text .left-text-title {
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 24px;
}

@media screen and (min-width: 1600px) {
	.left-text {
		height: 369px;
	}
}

.whitebg {
	padding: 78px 26px;
	border-radius: 8px;
	background-color: #fff;
}

.whitebg [class^="col"] {
	padding: 0 12px;
}

.rule {
	margin-top: 40px;
	padding-top: 19px;
	padding-bottom: 60px;
	background-color: #eee;
}

.rule-dl {
	padding-top: 43px;
	margin-bottom: 11px;
	color: #343434;
	font-size: 18px;
}

.rule-dl dt {
	margin-bottom: 50px;
}

.rule-dl dt span {
	position: relative;
	display: inline-block;
	padding-left: 83px;
	font-weight: 500;
	height: 36px;
	line-height: 36px;
}

.rule-dl dt span:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 0;
	width: 50px;
	height: 38px;
	background: url(../image/inner03-bg.png) no-repeat left top;
}

.rule-dl dt .icon-design:before {
	background-position: left center;
}

.rule-dl dt .icon-layout:before {
	background-position: left bottom;
}

.rule-dl .chart-area {
	height: 272px;
	background-color: #fff;
	border-radius: 8px;
}

.order-item {
	position: relative;
	padding-left: 90px;
	font-size: 20px;
	color: #666;
	line-height: 22px;
}

@media screen and (max-width: 1399px) {
	.order-item {
		font-size: 15px;
	}
}

.order-item:before {
	content: "";
	position: absolute;
	left: 2px;
	top: -3px;
	width: 80px;
	height: 51px;
	background: url(http://www.adinnet.cn/images/projectcase/order-number.png) no-repeat left top;
}

.ico02:before {
	background-position: left -83px;
}

.ico03:before {
	background-position: left -166px;
}

.ico04:before {
	background-position: left bottom;
}

.layout-wrap,
.app-wrap {
	position: relative;
	margin-top: 50px;
	margin-bottom: 64px;
	height: 852px;
	background: url(../image/layout-bg.jpg) no-repeat left top;
	-ms-background-size: cover;
	background-size: cover;
}

.layout-wrap img,
.app-wrap img {
	position: absolute;
	bottom: -115px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.app-wrap {
	margin-bottom: 140px;
	background-image: url(../image/app-bg.jpg);
}

.item-inner08 .app-wrap {
	height: 800px;
	overflow: visible;
}

.app-wrap img {
	bottom: -195px;
}

.card-design {
	position: relative;
	width: 100%;
	height: 534px;
	background-color: #ebf4f7;
}

.card-design-row [class^="col-"] {
	position: relative;
	height: 534px;
}

.card-design-row [class^="col-"] img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.card-design-row [class^="col-"]:nth-child(2) img {
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}

.bs-banner-wrap {
	background: #3589be url(../image/bs-bg-02.png) no-repeat center center;
	-ms-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.bs-banner-wrap .mobile-banner {
	margin-bottom: 70px;
}

.bs-banner-wrap .set-wrap {
	position: relative;
	top: 75px;
	left: 5.5%;
}

.degisn-diplay {
	height: 682px;
	margin-top: 180px;
	background-color: #5ba6d4;
	background-image: none;
	overflow: visible;
}

.degisn-diplay .bs-research {
	position: absolute;
	left: 50%;
	top: -190px;
	width: 1400px;
	height: 854px;
	margin-left: -700px;
}

.bs-bg,
.lingang-bg {
	position: relative;
	height: 764px;
	background-color: #292929;
	background-image: url(../image/bs-bg-01.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.bs-bg .bannerbg-wrap,
.lingang-bg .bannerbg-wrap {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 989px;
	height: 592px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.bs-bg .ux-intro,
.lingang-bg .ux-intro {
	padding-top: 83px;
	font-size: 16px;
	color: #fff;
}

.project-item-inner .website733 {
	height: auto;
	margin-bottom: -90px;
}

.project-item-inner .website733 .website-inner {
	margin-top: 88px;
}

.bold-style {
	position: relative;
	font-weight: 500;
	padding-right: 30px;
}

.bold-style:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 11px;
	height: 11px;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
}

.bottom-text {
	margin-top: 40px;
}

.icon-desc {
	padding-top: 72px !important;
}

.icon-wrap {
	display: block;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-size: 18px;
	cursor: default;
}

.icon-wrap span {
	display: inline-block;
	width: 124px;
	height: 124px;
	margin-bottom: 12px;
	border-radius: 50%;
	overflow: hidden;
}

.icon-wrap:hover {
	color: rgba(0, 0, 0, 0.7);
}

.lingang-bg {
	background-color: #5c5c7a;
	background-image: url(../image/lingang-bg-01.png);
}

.lingang-bg .bannerbg-wrap {
	height: 628px;
}

.item-inner08 .deepbg {
	background-color: #253053;
}

.item-inner08 .deepbg .left-text-wrap {
	color: rgba(255, 255, 255, 0.7);
}

.paddingtb {
	padding: 72px 0 60px;
}

.website-img {
	height: 954px;
}

.website-img .website-inner {
	margin-top: 45px;
}

.website-img .website-inner img {
	margin-left: auto;
	margin-right: auto;
}

.website-img .only-for-bgc {
	height: 440px;
	margin-top: -545px;
	background-color: #f2f2f2;
}

.lg-web {
	height: 954px;
	background: url(../image/lg-web-bg.png) no-repeat left top;
	-ms-background-size: cover;
	background-size: cover;
}

.lg-web .only-for-bgc {
	display: none;
}

.taidu {
	height: 780px;
}

.taidu .only-for-bgc {
	height: 667px;
	margin-top: -770px;
	background-image: url(../image/taidu-img-02.jpg);
}

.taidu .website-inner {
	margin-top: 100px;
}

.orangebg {
	background-color: #f39f06;
}

.taidu-bg {
	background-color: #00c7fe;
	background-image: url(../image/taidu-bg-01.png);
}

.taidu-bg .bannerbg-wrap {
	width: 1149px;
	height: 608px;
}

.bluebg {
	background-color: #2366c3 !important;
}

.website-taidu .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.product-state {
	min-height: 312px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 25px;
	background-color: #e12828;
	text-align: center;
}

.product-state .padding-36 {
	padding-left: 40px;
	padding-right: 36px;
}

.product-state .state-items {
	width: 20%;
	float: left;
}

.product-state .state-inner {
	position: relative;
	color: #fff;
	font-size: 24px;
	height: 100%;
	padding-top: 21px;
}

.product-state .state-inner:after {
	content: "";
	position: absolute;
	width: 1px;
	min-height: 212px;
	background-color: rgba(255, 255, 255, 0.3);
	top: 0;
	right: -36px;
}

.product-state .state-inner p {
	padding-top: 30px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 24px;
}

.product-state .state-inner strong {
	font-weight: 500;
}

.next-state {
	background-color: transparent;
}

.next-state .state-inner strong {
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 1px solid #25949a;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	color: #25949a;
}

.next-state .state-inner p {
	padding-top: 25px;
	color: #666;
	font-size: 14px;
}

.inner-title {
	position: relative;
	min-height: 395px;
	height: 968px;
}

.inner-title .project-item,
.inner-title .special-intro {
	position: relative;
	z-index: 10;
	color: #fff;
}

.inner-title .special-intro .item-display-intro {
	color: rgba(255, 255, 255, 0.7);
}

.app,
.pro-position {
	margin-top: -58px;
	z-index: 11;
}

.app .project-item-title,
.pro-position .project-item-title {
	color: #323232;
}

.app .special-intro .item-display-intro,
.pro-position .special-intro .item-display-intro {
	color: #999;
}

.app .only-for-bg,
.pro-position .only-for-bg {
	height: 890px;
	background-color: #f5f5f5;
}

.union.website-img {
	position: relative;
	z-index: 11;
	min-height: 203px;
	height: 660px;
}

.show-items {
	position: relative;
	z-index: 11;
	margin-top: 55px;
}

.details-show {
	height: 485px;
	overflow: hidden;
	margin-top: 90px;
}

.details-show .details-list {
	width: 193px;
	height: 142px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.details-show .only-for-bg {
	height: 485px;
}

.only-for-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 796px;
	background-color: #0f61a2;
}

.ytx-fs24 .fs30 {
	font-size: 24px;
}

.state-inner-ytx .icon-ytx-wrap {
	display: inline-block;
	width: 150px;
	height: 150px;
}

.state-inner-ytx.state-inner p {
	font-size: 24px;
	color: #191919;
}

.pro-position {
	height: 875px;
	margin-top: 0;
	background-color: #f5f5f5;
}

.pro-position .ytx {
	min-height: 245px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.at-right {
	margin-top: 78px;
}

.at-right .w1800 {
	float: right;
}

.at-right .padding13 {
	padding-left: 10px;
	padding-right: 10px;
}

.at-right .padding13:last-child {
	padding-right: 0;
}

.at-right .img-show {
	max-height: 399px;
	overflow: hidden;
}

.ytx-ux {
	min-height: 417px;
}

.ytx-ux .project-item-intro {
	height: 1084px;
	background-image: url(../image/ytx-ux-bg.jpg);
}

.ytx-ux .only-for-bg {
	height: 854px;
	top: 145px;
	background-color: transparent;
}

.ytx-design {
	min-height: 340px;
	margin-top: -50px;
}

.ytx-design .project-item {
	background-color: #fff;
}

.ytx-design .project-item-intro {
	height: 1186px;
	background-image: url(../image/ytx-design-bg.jpg);
}

.ytx-design .website-inner {
	margin-top: 172px;
}

.ytx-design .only-for-bg {
	display: none;
}

.ytx-market .website-img {
	height: 730px;
}

.icon-detais-design {
	max-width: 950px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.icon-detais-design .icon-ytx-wrap {
	display: inline-block;
	width: 68px;
	height: 62px;
	margin-bottom: 23px;
}

.icon-detais-design p {
	font-size: 16px;
	color: #3c3c3c;
	font-weight: 500;
}

.ppdai-banner {
	height: 697px;
	background-image: url(../image/project-ppdai-banner.jpg);
}

.ppdai-banner .set-wrap {
	top: 135px;
	left: 0;
}

.ppdai-banner .mobile-banner {
	margin-bottom: 0;
}

.ppdai-bg {
	background-color: #3682c9;
	background-image: none;
}

.ppdai-bg .ux-intro {
	padding-top: 56px;
}

.ppdai-bg .bannerbg-wrap {
	width: 1362px;
	height: 547px;
	bottom: 60px;
}

.xz-design .left-text {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(20%, #9c79ff), color-stop(100%, #5e7fdb));
	background: -webkit-linear-gradient(-45deg, #9c79ff 20%, #5e7fdb 100%);
	background: -webkit-linear-gradient(left top, #9c79ff 20%, #5e7fdb 100%);
	background: linear-gradient(to right bottom, #9c79ff 20%, #5e7fdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c79ff', endColorstr='#5e7fdb', GradientType=0);
}

.xz-ux-bg {
	position: relative;
}

.xz-ux-bg .bannerbg-wrap {
	display: block;
	width: 100%;
	height: 709px;
	min-height: 278px;
	padding-top: 40px;
	margin-top: 27px;
	background: url(../image/xz-bg-01.jpg) no-repeat left top;
}

.xz-ux-bg .bannerbg-wrap .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.xz {
	position: relative;
	margin-top: 30px;
	margin-bottom: 100px;
}

.xz-design-view {
	margin-top: 40px;
	background-color: transparent;
}

.xz-design-2 {
	margin-top: 30px;
}

.ppdai-design .col-sm-7 {
	width: 58.33333333%;
}

.ppdai-design .left-text {
	background-color: #f9b037;
}

.ppdai-research {
	height: 560px;
	margin-top: 260px;
	background-color: #e6e6e6;
}

.pc-banner .banner-vr {
	padding-left: 21%;
	text-align: left;
}

.margin-top30 {
	margin-top: 30px;
}

.VR .demand-scenario {
	height: 675px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	background: url(http://www.adinnet.cn/images/program/row01-bg.jpg) no-repeat center top;
	-ms-background-size: cover;
	background-size: cover;
}

.row02 .program-intro-content p {
	text-align: left !important;
}

.row03 {
	margin-top: 90px;
	padding-bottom: 115px;
	background-color: #f6f6f6;
}

.icon-row-wrap {
	margin: 100px 45px 0;
}

.icon-inner {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.icon-inner .icon-top {
	display: block;
	width: 104px;
	height: 104px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.adinnet.cn/images/program/icon-top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.icon-inner .icon-top1 {
	background-position: left top;
}

.icon-inner .icon-top2 {
	background-position: -277px top;
}

.icon-inner .icon-top3 {
	background-position: -552px top;
}

.icon-inner .icon-top4 {
	background-position: -826px top;
}

.icon-inner .icon-top5 {
	background-position: -1102px top;
}

.icon-inner .icon-top6 {
	background-position: right top;
}

.icon-inner .text-bottom {
	margin-top: 16px;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 24px;
}

.row04 {
	margin-top: -23px;
	padding-bottom: 70px;
	background-color: #00b8f4;
}

.row04 * {
	color: #fff !important;
}

.row04 .program-intro-content .margin-top10 {
	margin-top: 10px;
	font-size: 24px;
}

.hasbefore {
	position: relative;
}

.hasbefore:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 63px;
	height: 0;
	margin-left: -32px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hasbefore + p {
	margin-top: 10px;
}

.row04-pills {
	margin: 50px 12% 90px;
}

.pliis-inner {
	height: 140px;
	max-height: 152px;
	padding: 14px 25px;
	line-height: 28px;
	font-size: 16px;
	border-radius: 10px;
	background-color: rgba(0, 135, 199, 0.3);
	overflow: hidden;
}

.row05 {
	text-align: center;
}

.row05 .program-intro-content p {
	text-align: left;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-bottom: 0;
}

.row05.edu-tab {
	background-image: none;
}

.row05.edu-tab .tabbable .edu-tab-ul {
	border-bottom: none;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs {
	max-width: 1254px !important;
	margin-top: 50px;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li {
	position: relative;
	width: 210px;
	height: 48px;
	padding: 0;
	margin-left: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	border-radius: 200px;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li a {
	color: #666;
	font-size: 16px;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li:first-child {
	margin-left: 0;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li.active {
	background-color: #00b8f4;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li.active a {
	color: #fff;
}

.row05.edu-tab .tabbable .edu-tab-ul ul.edu-tabs li.active .arr-after {
	display: block;
}

.row05.edu-tab .tab-content {
	margin-top: 7px;
}

.row05.edu-tab .tab-content .tab-pane {
	max-width: 1245px;
}

.arr-after {
	display: none;
	position: absolute;
	bottom: -70px;
	left: 10px;
	width: 40px;
	height: 40px;
}

.arr-after:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 80px;
	width: 0;
	height: 0;
	font-size: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #f5f5f5;
	border-width: 20px;
	overflow: hidden;
	z-index: 2;
}

.arr-after:after {
	content: "";
	position: absolute;
	top: -41px;
	left: 80px;
	width: 0;
	height: 0;
	font-size: 0;
	border-style: dashed dashed solid;
	border-color: transparent transparent #e5e5e5;
	border-width: 20px;
	overflow: hidden;
	z-index: 1;
}

.edu-tabs-con {
	position: relative;
	padding: 21px 15px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}

.edu-tabs-con dt {
	float: left;
	max-width: 520px;
	max-height: 304px;
	overflow: hidden;
	border-radius: 8px;
}

.edu-tabs-con dt img {
	margin-top: 0 !important;
	border-radius: 8px;
}

.edu-tabs-con dd {
	padding-left: 540px;
	text-align: left;
	font-size: 16px;
	color: #666;
}

.edu-tabs-con dd p {
	margin-bottom: 0;
}

.edu-tabs-con dd p:nth-of-type(1) {
	margin-bottom: 18px;
}

.edu-tabs-con .edu-tabs-title {
	margin-top: 16px;
	margin-bottom: 22px;
	color: #00a6f4;
	font-size: 18px;
}

.device .program-intro-content p {
	text-align: left !important;
}

.device .demand-scenario {
	height: 589px;
	background-image: url(http://www.adinnet.cn/images/program/device-row01-bg.jpg) !important;
	-ms-background-size: cover;
	background-size: cover;
}

.device .demand-scenario .program-intro-title {
	color: #4a4a4a;
}

.device .edu-tab .tabbable .edu-tab-ul ul.edu-tabs li {
	float: none;
	display: inline-block;
	border: none;
	border-radius: 0;
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 500;
}

.device .edu-tab .tabbable .edu-tab-ul ul.edu-tabs li.active {
	background-color: transparent;
}

.device .edu-tab .tabbable .edu-tab-ul ul.edu-tabs li.active a {
	color: #00c3b3;
}

.second-caption {
	display: block;
	position: relative;
	margin-top: 45px;
	font-size: 24px;
	color: #4a4a4a;
}

.second-caption:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -11.5px;
	width: 23px;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.five-ele {
	margin-top: 63px;
	padding: 86px 0;
	background-color: #374f99;
	color: #fff;
}

.five-ele > div:last-child .five-inner:after {
	display: none;
}

.five-inner {
	position: relative;
}

.five-inner h3 {
	font-size: 18px;
}

.five-inner p {
	color: rgba(255, 255, 255, 0.5);
}

.five-inner:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -45px;
	margin-top: -16.5px;
	width: 33px;
	height: 33px;
	background: url(http://www.adinnet.cn/images/program/oblique-line.png) no-repeat left top;
}

.critical-scene {
	margin-top: 75px;
	margin-bottom: 75px;
}

.critical-scene [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.critical-scene [class^="col-"]:first-child .scene-details {
	border-left: none;
}

.critical-scene .scene-details {
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.critical-scene .scene-title {
	display: block;
	font-size: 18px;
	color: #4a4a4a;
	font-weight: normal;
}

.critical-scene .scene-img {
	margin-top: 18px;
	margin-bottom: 18px;
}

.critical-scene .scene-desc {
	color: #999;
	line-height: 24px;
	text-align: left;
}

.main-func {
	padding-bottom: 95px;
	background-color: #f6f6f6;
}

.func-row {
	margin-top: 65px;
}

.func-row .icon-top {
	position: relative;
	background-image: none;
	background-color: #374f99;
	border-radius: 50%;
}

.func-row .icon-top:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 39px;
	margin-left: -25px;
	margin-top: -19.5px;
	background-repeat: no-repeat;
	background-position: left center;
	-ms-background-size: contain;
	background-size: contain;
}

.func-row .icon-top1:before {
	background-image: url(http://www.adinnet.cn/images/program/func-row01.png);
}

.func-row .icon-top2:before {
	background-image: url(http://www.adinnet.cn/images/program/func-row02.png);
}

.func-row .icon-top3:before {
	background-image: url(http://www.adinnet.cn/images/program/func-row03.png);
}

.func-row .icon-top4:before {
	background-image: url(http://www.adinnet.cn/images/program/func-row04.png);
}

.func-row .text-bottom {
	font-size: 18px;
	margin-bottom: 18px;
}

.icon-bottom-text {
	padding: 0 15px;
	color: #999;
	line-height: 24px;
}

.deve-concept {
	height: 739px;
	text-align: center;
	background: url(http://www.adinnet.cn/images/program/deve-concept-bg.jpg) no-repeat left top;
	-ms-background-size: cover;
	background-size: cover;
}

.deve-concept .program-intro-title {
	color: #fff;
}

.deve-concept .program-intro-content .icon-bottom-text,
.deve-concept .program-intro-content .text-bottom {
	color: #fff;
	text-align: center !important;
}

.deve-concept .program-intro-content .text-bottom {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}

.deve-concept .program-intro-content .icon-bottom-text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px;
}

.deve-row {
	margin-top: 130px;
}

.deve-row .icon-inner {
	width: 110px;
}

.deve-row .icon-top {
	width: 110px;
	height: 110px;
	position: relative;
	background-image: none;
}

.deve-row .icon-top:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	margin-top: -55px;
	background-repeat: no-repeat;
	background-position: left center;
	-ms-background-size: contain;
	background-size: contain;
}

.deve-row .icon-top1:before {
	background-image: url(http://www.adinnet.cn/images/program/deve-row01.png);
}

.deve-row .icon-top2:before {
	background-image: url(http://www.adinnet.cn/images/program/deve-row02.png);
}

.deve-row .icon-top3:before {
	background-image: url(http://www.adinnet.cn/images/program/deve-row03.png);
}

.deve-row .icon-top4:before {
	background-image: url(http://www.adinnet.cn/images/program/deve-row04.png);
}

.deviceSwiper-box .swiper-container {
	margin-bottom: -55px;
}

.deviceSwiper-box .swiper-container .swiper-slide {
	margin-top: 30px;
	padding-top: 50px;
}

.deviceSwiper-box .swiper-container .device-pagination {
	position: absolute;
	top: 65px;
	left: 50%;
	max-width: 120px;
	height: 20px;
	margin-left: -60px;
}

.deviceSwiper-box .swiper-container .device-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #cacaca;
}

.deviceSwiper-box .swiper-container .device-pagination .swiper-pagination-bullet-active {
	background-color: #00c3b3;
}

.device .edu-tab .tabbable .edu-tab-ul {
	border-bottom: 1px solid #eee;
}

.device-slide-text {
	position: absolute;
	top: 0;
	width: 100%;
	color: #4a4a4a;
	text-align: center;
}

@media screen and (min-width: 1400px) {
	.item-inner05 .swiper-pagination {
		width: 26%;
	}

	.brand-annotation .left-text,
	.redbg .left-text,
	.brand-annotation .right-img,
	.redbg .right-img {
		height: 485px !important;
	}

	.bs-banner-wrap .set-wrap {
		left: 4.5%;
	}
}

@media screen and (max-width: 320px) {
	.blog-banner .banner-intro {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}

	.home-swiper-text-01.text-05 {
		margin-top: -45% !important;
	}

	.home-swiper-text-01.text-02 {
		margin-top: -27% !important;
	}

	.project-item-inner.degisn-diplay {
		height: 170px;
	}

	.project-item-inner .bs-bg {
		height: 335px;
	}

	.project-item-inner .taidu-bg {
		height: 290px;
	}

	.at-right .img-show {
		height: 145px !important;
	}

	.ppdai-research {
		height: 110px !important;
	}

	.long-title {
		margin-top: 16px;
		line-height: 26px !important;
	}

	.tree-text {
		padding: 8px;
		font-size: 12px;
	}

	.tree-text-title {
		font-size: 14px;
	}
}

@media screen and (min-width: 321px) and (max-width: 375px) {
	.at-right .img-show {
		height: 173px !important;
	}

	.home-swiper-text-01.text-05 {
		margin-top: -40% !important;
	}

	.home-swiper-text-01.text-02 {
		margin-top: -25% !important;
	}
}

.application-scene {
	position: absolute;
	top: 145px;
	right: 0;
	bottom: 0;
	left: 0;
}

.application-scene .pa-ad {
	position: absolute;
	top: 50%;
	right: 10%;
	max-width: 615px;
	text-align: left;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wx {
	position: relative;
}

.wx .qr_code {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -76px;
	width: 148px;
	height: 154px;
	padding: 10px;
	background: url(../image/qr_code_bg.png) no-repeat left center;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

nav {
	text-align: center;
}

nav .pagination {
	margin-top: 0;
	margin-bottom: 40px;
}

nav .pagination > li a {
	width: 128px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 23px;
	background-color: #ff3d58;
	border-radius: 20px !important;
	border: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

nav .pagination > li a:hover {
	opacity: 0.7;
}

nav .pagination > li:first-child a {
	color: #000;
	background-color: #eee;
}

nav .pagination > li:last-child a:hover {
	background-color: #ff3d58;
	color: #fff;
}

nav .new-pagination {
	margin-top: 0;
	margin-bottom: 40px;
}

nav .new-pagination > a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	background-color: #eee;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	border-radius: 35px;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

nav .new-pagination > a:hover {
	background-color: #ff3d58;
	color: #fff;
}

nav .new-pagination > .prev,
nav .new-pagination .next {
	width: 90px;
}

nav .new-pagination > .next {
	background-color: #ff3d58;
	color: #fff;
}

.scroll-down-projectcase {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6b80), color-stop(100%, #ff3d58));
	background: -webkit-linear-gradient(top, #ff6b80 0%, #ff3d58 100%);
	background: linear-gradient(to bottom, #ff6b80 0%, #ff3d58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b80', endColorstr='#ff3d58', GradientType=VR0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(255, 45, 74, 0.29);
	-o-box-shadow: 0 5px 21px rgba(255, 45, 74, 0.29);
	box-shadow: 0 5px 21px rgba(255, 45, 74, 0.29);
}

#gmu-media-detect0 {
	display: none !important;
	width: 0 !important;
	bottom: 0 !important;
}

.footer .hot-line {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	line-height: 1.82857143;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
}

.footer .hot-line:before {
	display: inline;
}

.footer .hot-line i {
	font-style: normal;
}

@media screen and (max-width: 768px) {
	.footer .hot-line {
		display: block;
		padding-bottom: 10px;
		font-size: 16px;
	}
}

.zixun {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 999;
	width: 190px;
	height: 175px;
	background: white;
	border: #ececec solid 1px;
	border-radius: 5px;
	box-shadow: 0px 3px 3px #c5c5c5;
}

.zixun #cha {
	display: block;
	font-size: 32px;
	cursor: pointer;
	color: #cecdcd;
	text-align: right;
	margin-right: 15px;
}

.zixun .z-tu {
	width: 71px;
	margin-left: 35%;
	height: 51px;
	margin-top: -10px;
}

.zixun p {
	text-align: center;
}

.zixun .z-zhuan {
	font-size: 14px;
	font-family: 黑体;
	margin: 0;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 4px;
}

.zixun .z-wei {
	font-size: 13px;
	font-family: 黑体;
	margin: 0;
	color: #898989;
}

.zixun .z-li {
	font-size: 16px;
	font-family: 黑体;
	margin: 0;
	display: block;
	color: #d33149;
	margin-top: 5px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.zixun {
		position: fixed;
		z-index: 999;
		width: 120px;
		height: 120px;
		background: white;
		left: 15px;
		bottom: 20px;
		border: none;
		box-shadow: 0px 1px 1px #c5c5c5;
	}

	.zixun .z-tu {
		margin-top: -12px;
		width: 70px;
		margin-left: 20%;
		height: 41px;
	}

	.zixun #cha {
		font-size: 25px;
		cursor: pointer;
		color: #cecdcd;
		text-align: right;
		margin-right: 10px;
	}

	.zixun p {
		text-align: center;
	}

	.zixun .z-zhuan {
		font-size: 12px;
		font-family: 黑体;
		line-height: 20px;
		margin-top: 15px;
	}

	.zixun .z-wei {
		font-size: 12px;
		font-family: 黑体;
		line-height: 20px;
	}

	.zixun .z-li {
		font-size: 12px;
		font-family: 黑体;
		margin: 0;
		display: block;
		color: #d33149;
		margin-top: 0;
		cursor: pointer;
	}
}

.nav-tabs,
.subnav,
.blog-content {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.subnav {
	text-align: center;
	font-size: 0;
	margin-bottom: 0;
	padding: 0;
}

.subnav a {
	display: inline-block;
	height: 49px;
	padding-left: 22px;
	padding-right: 22px;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 49px;
}

.subnav a.active,
.subnav a.cur {
	border-bottom: 2px solid #ff3d58;
	color: #ff3d58;
}

.program .subnav {
	max-width: 1147px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.program .subnav a {
	padding-right: 8px;
	padding-left: 8px;
	margin: 0 26px;
}

.ui-navigator .ui-navigator-list li {
	display: inline-block;
}

.links {
	margin-bottom: 8px;
	padding: 20px 0;
}

.links a,
.links i {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: normal;
	background-color: transparent;
}

.links a {
	display: inline-block;
	margin-right: 40px;
	line-height: 40px;
}

.links a:hover,
.links a.active {
	color: #ff3d58;
}

.links a:hover i,
.links a.active i {
	color: #ff3d58;
}

.links i {
	border-radius: 0;
	font-style: normal;
}

.news .news-list {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.news .news-list-banner {
	overflow: hidden;
}

.news .news-list-banner .img-responsive {
	width: 100%;
}

.news .news-list-intro {
	padding-bottom: 20px;
}

.news .news-intro-left {
	float: left;
	width: 72px;
	height: 59px;
	background-color: #ff3d57;
	color: #fff;
	font-size: 24px;
}

.news .news-intro-left i,
.news .news-intro-left s {
	display: block;
	font-style: normal;
	font-weight: normal;
	text-indent: 17px;
}

.news .news-intro-left i {
	height: 24px;
	margin-top: 8px;
	line-height: 24px;
}

.news .news-intro-left s {
	font-size: 12px;
	text-decoration: none;
}

.news .news-intro-right {
	padding-left: 89px;
}

.news .intro-title {
	display: block;
	font-size: 30px;
	color: #4a4a4a;
	font-weight: normal;
	padding-bottom: 0;
}

.news .intro-content {
	margin-bottom: 0;
	font-size: 14px;
	color: #000000;
	max-height: 45px;
	line-height: 25px;
	overflow: hidden;
}

.news .intro-content-subtext {
	display: none;
	padding-top: 10px;
	color: #c4c4c4;
}

.news .intro-content-subtext .split-items {
	padding-left: 2px;
	padding-right: 2px;
}

.blog-news-details .news-list {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.blog-news-details .news-intro-right {
	padding-left: 0;
}

.blog-news-details .intro-content-subtext {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 15px;
}

.blog-news-details .intro-content {
	max-height: none;
	padding-top: 30px;
}

.blog-news-details .intro-content p {
	margin-bottom: 30px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}

.blog-news-details .intro-content .question {
	margin-bottom: 5px;
	font-size: 18px;
	color: #4a4a4a;
}

.blog-news-details .intro-content img {
	max-width: 100%;
	height: auto;
}

.share {
	position: relative;
	width: 100%;
	height: 120px;
	padding: 20px 0;
	text-align: center;
	overflow-x: auto;
}

.share .share-ico {
	z-index: 1;
	display: inline-block;
	width: 51px;
	height: 51px;
	margin-top: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 51px;
	background: #ff3d58;
	background-size: 100% 100%;
	border-radius: 50%;
}

.share .hover-icon {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -223px;
	white-space: nowrap;
	z-index: 10;
	overflow: hidden;
	width: auto;
	padding: 10px 0;
}

.share .hover-icon li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	overflow: hidden;
}

.share .hover-icon li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background: none;
	padding-left: 0;
	margin: 0;
}

.share .hover-icon .close-shareico {
	width: 59px;
	height: 59px;
	margin-left: 12px;
	margin-right: 12px;
	background-image: none;
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background: #ff3d58;
}

.share .hover-icon .close-shareico a {
	line-height: 59px;
	font-weight: normal;
	font-size: 20px;
}

.share .hover-icon .pengyou {
	background-color: #48caef;
}

.share .hover-icon .wechat {
	background-color: #24c765;
}

.share .hover-icon .sina-weibo {
	background-color: #ef6448;
}

.share .hover-icon .qq {
	background-color: #00a0e9;
}

.share .hover-icon .tencent-weibo {
	background-color: #00c5e9;
}

.share .hover-icon .douban {
	background-color: #24c765;
}

.nav-article {
	height: 78px;
	margin-top: 40px;
	border-top: 1px solid #eee;
	line-height: 78px;
}

.nav-article a {
	color: #4a4a4a;
}

.nav-article a:hover {
	color: #ff3d58;
}

.nav-article .nav-article-prev {
	float: left;
}

.nav-article .nav-article-next {
	float: right;
}

.back-totop {
	position: fixed;
	right: 47px;
	bottom: 50px;
	z-index: 1;
}

.back-totop a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	line-height: 40px;
	text-align: center;
	background-color: #e5e5e5;
	font-size: 26px;
	border-radius: 8px;
	color: #a7a7a7;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.back-totop a:hover {
	background-color: #ff3d58;
	color: #fff;
}

.back-totop .fa-qq {
	font-size: 24px;
}

.back-totop .share-item-qq,
.back-totop .share-item-mobile,
.back-totop .share-item-commenting {
	background-color: #ff3d58;
	color: #fff;
}

.back-totop .share-item-commenting .adinnet {
	font-size: 21px;
}

.back-totop .share-item-commenting .leaveMsg-slider {
	text-indent: 13px;
	font-size: 16px;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.back-totop .share-item-commenting:hover .leaveMsg-slider {
		width: 86px;
	}
}

.back-totop .tel-slider,
.back-totop .leaveMsg-slider {
	content: "17702196184";
	position: absolute;
	top: 0;
	right: 30px;
	width: 0;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 18px;
	background-color: #ff3d58;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	z-index: -1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.back-totop .share-item-mobile {
	font-size: 38px;
}

@media only screen and (min-width: 768px) {
	.back-totop .share-item-mobile:hover .tel-slider {
		width: 152px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1599px) {
	.back-totop {
		right: 10px;
	}
}

.blog-banner {
	position: relative;
	text-align: center;
}

.blog-banner img {
	display: inline-block;
}

.blog-banner .banner-intro {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.blog-banner .banner-intro .banner-intro-title {
	font-size: 56px;
}

.blog-banner .banner-intro p:last-child {
	margin-top: 26px;
}

.home-swiper-text-01 {
	text-align: center;
}

.home-swiper-text-01 .set-phone-bgi {
	display: block;
	position: relative;
}

.home-swiper-text-01.home-text-img {
	margin-top: -11%;
}

.home-swiper-text-01.text-02 {
	margin-top: -14%;
	width: 80%;
	margin-left: -41%;
}

.home-swiper-text-01.text-03 {
	left: 36%;
}

.home-swiper-text-01.text-05 {
	width: 70%;
	margin-top: -24%;
	margin-left: -36.5%;
}

.home-swiper-text-01.text-05 .search-more {
	top: 200px;
}

.search-more {
	position: absolute;
	width: 135px;
	height: 34px;
	margin-top: 80px;
	border: none;
	background: url("../image/search-more.png") no-repeat left top;
	-ms-background-size: contain;
	background-size: contain;
}

.pc-banner {
	position: relative;
}

.pc-banner .pc-banner-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
	font-size: 48px;
	text-align: center;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.pc-banner .pc-banner-text .fs30 {
	display: inline-block;
	margin-top: 12px;
	line-height: 44px;
}

.pc-banner .pc-banner-text .text-bottom,
.pc-banner .pc-banner-text .text-top {
	display: block;
	padding-left: 18%;
	font-size: 52px;
	font-weight: 500;
	text-align: left;
}

.pc-banner .pc-banner-text .text-bottom {
	font-size: 70px;
}

.pc-banner .pc-banner-text.blog-banner-text .text-bottom,
.pc-banner .pc-banner-text.blog-banner-text .text-top {
	padding-left: 0;
	text-align: center;
}

.pc-banner .pc-banner-text.blog-banner-text .text-top {
	font-size: 30px;
}

.pc-banner .pc-banner-text.blog-banner-text .text-bottom {
	font-size: 52px;
	font-weight: normal;
}

.service-page .pc-banner .pc-banner-text {
	top: 35%;
}

.pc-banner .pc-banner-text i {
	font-style: normal;
	display: block;
}

.pc-banner > .img-responsive {
	max-width: none;
	width: 100%;
}

.pc-banner .pc-banner-bottom-text {
	background-color: transparent;
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}

.pc-banner .pc-banner-bottom-arrow-wrap {
	width: 100%;
	height: 108px;
	margin: auto;
	background-color: transparent;
	position: absolute;
	bottom: -54px;
}

.pc-banner .pc-banner-bottom-arrow-wrap .pc-banner-bottom-arrow {
	background: url("../image/load-more.png") center no-repeat;
	background-size: 100%;
	width: 6%;
	height: 108px;
	margin: auto;
	cursor: pointer;
}

.banner-text-border {
	display: inline-block;
	width: auto;
	height: 72px;
	border: 1px solid #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 72px;
	font-size: 48px;
	font-weight: normal;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1.2em;
	text-indent: 52px;
}

@media screen and (max-width: 767px) {
	i {
		font-style: normal;
		font-size: 14px;
	}
}

.text-info.q-text-info {
	font-size: 16px !important;
	width: 80%;
	margin: auto;
	color: #fff !important;
	margin-top: 20px;
}

.program-intro .program-intro-content strong {
	color: #999;
	font-weight: normal;
}

.demand-scenario .inner-text-title {
	line-height: 24px;
}

.edu-tab {
	background: url("http://www.adinnet.cn/images/projectcase/edu-tab-bg.png") top center no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 55px;
}

.edu-tab .edu-tab-ul {
	max-width: 100%;
	border-bottom: 1px solid #41d3de;
	height: 69px;
	line-height: 69px;
}

.edu-tab .edu-tab-ul ul.edu-tabs {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.edu-tab .edu-tab-ul ul.edu-tabs li {
	float: left;
	width: 33%;
	text-align: center;
	color: #fff;
	height: 68px;
	line-height: 68px;
}

.edu-tab .edu-tab-ul ul.edu-tabs li a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.edu-tab .edu-tab-ul ul.edu-tabs li.active {
	border-bottom: 2px solid #fff;
}

.edu-tab .tab-content .tab-pane {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.edu-tab .tab-content .tab-pane .img-responsive {
	margin: 40px auto 0;
}

.edu-tab .tab-content .tab-pane ul {
	max-width: 1200px;
	margin-top: 130px;
	margin-bottom: 130px;
}

.edu-tab .tab-content .tab-pane ul li .img-box {
	background-color: rgba(255, 255, 255, 0.2);
	width: 300px;
	height: 270px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
}

.edu-tab .tab-content .tab-pane ul li .img-box img {
	max-width: 100%;
	display: block;
	height: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.edu-tab .tab-content .tab-pane ul li .img-box-inner {
	display: block;
	width: 133px;
	height: 115px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.edu-tab .tab-content .panel02-inner {
	display: block;
	width: 560px;
	height: 537px;
	margin-left: auto;
	margin-right: auto;
}

.edu-tab .tab-content .panel02-inner img {
	display: block;
	max-width: 100%;
	height: auto;
}

.program-feature {
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #4a4a4a;
}

.program-feature .program-feature-tabs {
	padding-top: 30px;
}

.program-feature .program-feature-tabs li {
	padding-bottom: 35px;
}

.program-feature .program-feature-tabs li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #4a4a4a;
}

.program-feature .program-feature-tabs li a img {
	display: block;
	margin: 0 auto 20px;
}

.program-feature .program-feature-tabs li.active {
	background: url("../image/program-feature-tabs-li.png") bottom center no-repeat;
}

.program-feature .tab-pane {
	width: 100%;
	background-color: #ebebeb;
	clear: both;
	border-radius: 10px;
	padding: 35px 20px;
	line-height: 30px;
}

.success-case {
	color: #4a4a4a;
}

.success-case .program-intro-title {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #4a4a4a;
}

.success-case .success-case-inner.greenbg {
	background-color: #87cd2c;
}

.success-case .success-case-inner .success-case-left-text {
	padding-top: 50px;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}

.success-case .success-case-inner .success-case-left-text h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.success-case .success-case-inner .success-case-right-text {
	padding-top: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #4a4a4a;
}

.success-case .success-case-inner .success-case-right-text h2 {
	font-size: 24px;
}

.success-case .success-case-inner .success-case-right-text p {
	margin-bottom: 5px;
}

.success-case .success-case-inner .success-case-right-text a {
	border-radius: 15px;
	border: 1px solid #87cd2c;
	padding: 1px 15px;
	color: #87cd2c;
	display: inline-block;
	font-size: 14px;
}

.success-case .success-case-inner .col-sm-7 {
	width: 58.33333333%;
}

.project-case-htcb p {
	margin: 0;
}

.project-case-htcb .scroll-down-projectcase {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdc50), color-stop(100%, #ffc961));
	background: -webkit-linear-gradient(top, #ffdc50 0%, #ffc961 100%);
	background: linear-gradient(to bottom, #ffdc50 0%, #ffc961 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc50', endColorstr='#ffc961', GradientType=VR0);
}

.project-case-htcb .left-text {
	background-color: #00c1ed;
}

.project-case-htcb .pr {
	position: relative;
}

.project-case-htcb .pa {
	position: absolute;
}

.project-case-htcb .htcb-jsxx-bg {
	margin-top: 50px;
	background: -webkit-gradient(linear, left, right, color-stop(0%, #00deed), color-stop(100%, #00aaed));
	background: -webkit-linear-gradient(left, #00deed 0%, #00aaed 100%);
	background: linear-gradient(to right, #00deed 0%, #00aaed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00deed', endColorstr='#00aaed', GradientType=VR1);
}

.project-case-htcb .htcb-jsxx-bg dl dd {
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
}

.project-case-htcb .htcb-jsxx-bg dl dd strong {
	display: inline-block;
	width: 100px;
}

@media screen and (min-width: 992px) {
	.fs60 {
		font-size: 60px;
	}

	.fs24 {
		font-size: 24px;
	}

	.fs18 {
		font-size: 18px;
	}

	.mt135 {
		margin-top: 135px;
	}

	.mt60 {
		margin-top: 60px;
	}

	.project-case-htcb .prototype-definition .project-item-intro {
		height: auto;
	}

	.project-case-htcb .prototype-definition .project-item-intro .col-md-5 {
		height: 650px;
		text-align: left;
		color: #fff;
		right: 10%;
		padding-top: 10%;
	}

	.project-case-htcb .htcb-jsxx-bg {
		padding-top: 100px;
	}
}

.program-intro .program-intro-content p {
	text-align: center;
}

.DS .ds-customer {
	margin-top: 54px;
	background: #f8f8f8;
	padding-bottom: 40px;
}

.DS .ds-customer .count + p {
	margin-bottom: 38px;
	margin-top: 11px;
	text-align: center;
}

.DS .ds-customer .cont {
	width: 108px;
	text-align: center;
	margin: 50px auto 10px;
}

.DS .ds-customer .cont img {
	display: block;
	max-width: 100%;
	height: auto;
}

.DS .ds-customer .cont + p {
	margin-bottom: 10px;
}

.DS .ds-framework {
	position: relative;
	max-height: 830px;
	padding-top: 0;
}

.DS .ds-framework img {
	width: 100%;
	height: auto;
}

.DS .ds-framework .program-intro-title {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 4%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.DS .ds-framework .program-intro-content {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 17%;
	padding: 0 149px;
}

.DS .ds-scheme-feature {
	padding-bottom: 60px;
}

.DS .ds-scheme-feature .sub-tit {
	margin-bottom: 30px;
}

.DS .ds-scheme-feature .box {
	width: 100%;
	overflow: hidden;
}

.DS .ds-scheme-feature i {
	display: inline-block;
	height: 1px;
	border-top: 1px dashed #dfdfdf;
	margin: 30px 0;
}

.DS .ds-scheme-feature .placeholder {
	overflow: hidden;
}

.DS .ds-scheme-feature .placeholder span {
	display: inline-block;
	width: 1px;
	height: 122px;
	border-left: 1px dashed #dfdfdf;
}

.DS .edu-tab {
	background: #f6f6f6;
}

.DS .edu-tab .edu-tab-ul {
	border-bottom: 1px solid #dddddd;
}

.DS .edu-tab .edu-tab-ul ul.edu-tabs li a {
	color: #4a4a4a;
	font-size: 26px;
}

.DS .edu-tab .edu-tab-ul ul.edu-tabs li.active {
	border-bottom: 2px solid #ff3d58;
}

.DS .edu-tab .edu-tab-ul ul.edu-tabs li.active a {
	color: #ff3d58;
}

.DS .edu-tab .tab-content .tab-pane {
	max-width: 1600px;
}

.DS .ds-tsandcx {
	background: #ff3d58;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}

.DS .ds-tsandcx span {
	display: inline-block;
	width: 32px;
	height: 2px;
	margin-bottom: -9px;
	background-color: rgba(255, 255, 255, 0.6);
}

.DS .ds-tsandcx h3 {
	line-height: 26px;
}

.DS .ds-tsandcx p {
	margin-top: -4px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 24px;
}

.DS .ds-ssCase {
	padding-bottom: 60px;
}

.DS .ds-ssCase .program-intro-content {
	overflow: hidden;
}

.DS .ds-ssCase .placeholder12 {
	overflow: hidden;
}

.DS .ds-ssCase .placeholder {
	height: 40px;
}

.DS .ds-ssCase .box {
	background: #f6f6f6;
	border-radius: 4px;
	text-align: center;
	padding: 20px 10px;
	width: 100%;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

.DS .ds-ssCase .box div {
	margin: 20px 0;
	height: 62px;
	width: 100%;
	line-height: 72px;
}

.DS .ds-ssCase .box div img {
	max-width: 100%;
}

.DS .ds-ssCase .box span {
	display: inline-block;
	width: 32px;
	height: 2px;
	background: #000;
	opacity: 0.11;
}

.DS .ds-ssCase .box h3 {
	line-height: 26px;
}

.DS .ds-ssCase .box p {
	color: #000;
	opacity: 0.6;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

#service .fs42 {
	line-height: 1.5;
}

.mc-user-research > .col-sm-4 {
	padding: 8px;
}

.mc-user-research .mcbg .col-sm-6 {
	padding-left: 8px;
}

.model-case .navbar-inverse,
.model-case .navbar-inverse.pinned.pinning-top {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: transparent;
}

#model-case {
	background: #f5f5f5;
}

#model-case .row {
	margin: 0;
}

#model-case .tit {
	padding: 100px 0 40px;
	box-shadow: 0 0 5px #bfbfbf;
}

#model-case .tit i {
	display: inline-block;
	width: 46px;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	margin: 35px 0 25px;
}

#model-case .tit h3 {
	line-height: 1.5;
}

#model-case .tit .wrap div {
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto;
	color: #999;
}

#model-case .img-show .cont {
	padding: 0;
	width: 100%;
	text-align: center;
	margin-top: 55px;
}

#model-case .img-show .all {
	width: 100%;
	background: #eee;
}

#model-case .img-show .all .wrap {
	overflow: hidden;
}

#model-case .img-show .all .wrap .text-left a {
	padding: 10px 47px 10px 77px;
	border: 1px solid #dcdcdc;
	border-radius: 30px;
}

#model-case .youlove {
	padding: 10px 0 30px;
}

#model-case .youlove .wrap a {
	color: #000;
}

#model-case .youlove .wrap div {
}

#model-case .youlove .wrap img {
	width: 100%;
	height: auto;
}

#model-case .youlove .wrap p {
	text-align: left;
	background: #fff;
	box-shadow: 0 0 3px #e2e2e2;
	padding: 22px 15px;
}

#model-case .youlove .wrap p img {
	float: right;
	width: 5px;
	height: auto;
}

.lusheng-bg {
	background-color: #ff7f2a;
	background-image: url(../image/lusheng-bg-01.png);
}

.lusheng-bg .bannerbg-wrap {
	width: 1149px;
	height: 608px;
}

.huisebg {
	background-color: #e3e3e3 !important;
}

.huisebg .left-text-wrap {
	color: #4a4a4a !important;
}

.paddingTop {
	padding-top: 20px;
}

.paddingTop40 {
	padding-top: 40px;
}

.scroll-down-projectcase-org {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8be8d), color-stop(100%, #c2984b));
	background: -webkit-linear-gradient(top, #d8be8d 0%, #c2984b 100%);
	background: linear-gradient(to bottom, #d8be8d 0%, #c2984b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8be8d', endColorstr='#c2984b', GradientType=0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(177, 131, 47, 0.35);
	-o-box-shadow: 0 5px 21px rgba(177, 131, 47, 0.35);
	box-shadow: 0 5px 21px rgba(177, 131, 47, 0.35);
}

.scroll-down-projectcase-org2 {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e2a), color-stop(100%, #ff7f2a));
	background: -webkit-linear-gradient(top, #ff8e2a 0%, #ff7f2a 100%);
	background: linear-gradient(to bottom, #ff8e2a 0%, #ff7f2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e2a', endColorstr='#ff7f2a', GradientType=0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
	-o-box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
	box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
}

.project-item-intro {
	overflow: hidden;
}

.scroll-down-projectcase-org2 {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e2a), color-stop(100%, #ff7f2a));
	background: -webkit-linear-gradient(top, #ff8e2a 0%, #ff7f2a 100%);
	background: linear-gradient(to bottom, #ff8e2a 0%, #ff7f2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e2a', endColorstr='#ff7f2a', GradientType=0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
	-o-box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
	box-shadow: 0 5px 21px rgba(255, 127, 42, 0.29);
}

.project-item-intro {
	overflow: hidden;
}

.yanxihu {
	overflow: hidden;
}

.yanxihu .lef-rig {
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

.yanxihu .left-text-yanxihu .left-text-wrap {
	padding: 120px 185px 120px 100px;
	font-size: 16px;
	background-color: #d83a3a;
	color: #fff;
	text-align: left;
}

.yanxihu .left-text-yanxihu h3 {
	margin-bottom: 45px;
	position: relative;
}

.yanxihu .left-text-yanxihu h3 i {
	font-size: 116px;
	opacity: 0.2;
	position: absolute;
	left: -50px;
	top: -75px;
}

.yanxihu .left-text-yanxihu p {
	opacity: 0.7;
}

.yanxihu .right-img-yanxihu {
	position: relative;
}

.yanxihu .right-img-yanxihu .img-yanxihu {
	height: auto;
	width: 115%;
	position: absolute;
	top: 80px;
	right: 15px;
}

.yansihu-text {
	padding-top: 46px;
}

.yansihu-text h3 {
	color: #000;
	text-align: center;
}

.data-visualization .demand-scenario {
	background: -webkit-linear-gradient(left, #e6f2ff, #eff6fe);
	font-size: 16px;
}

.data-visualization .demand-scenario .lef-rig {
	position: relative;
}

.data-visualization .demand-scenario .lef-rig img {
	width: 100%;
	height: auto;
}

.data-visualization .demand-scenario .left-text-wrap {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
}

.data-visualization .demand-scenario .left-text-wrap h3 {
	font-size: 60px;
}

.data-visualization .demand-scenario .left-text-wrap p {
	font-size: 16px;
	line-height: 30px;
}

.data-visualization .demand-scenario .left-content h3 {
	color: rgba(255, 255, 255, 0.2);
}

.data-visualization .demand-scenario .left-content p {
	color: #fff;
}

.data-visualization .demand-scenario .right-content p {
	color: #000;
}

.data-visualization .demand-scenario .right-content h3 {
	color: #ececec;
}

.data-visualization .visible-md .edu-tab {
	text-align: center;
	background: #fff;
}

.data-visualization .visible-md .edu-tab h3 {
	font-size: 30px;
	padding-bottom: 40px;
}

.data-visualization .visible-md .edu-tab .edu-tab-ul ul.edu-tabs {
	max-width: 950px;
}

.data-visualization .visible-md .edu-tab-ul ul.edu-tabs li {
	width: auto;
	padding: 0 25px 0 25px;
}

.data-visualization .visible-md .edu-tab-ul ul.edu-tabs li a {
	font-size: 18px;
}

.data-visualization .visible-md .tab-pane {
	text-align: center;
}

.data-visualization .visible-md .tab-pane p {
	color: #999999;
	font-size: 14px;
	padding: 40px 0;
}

.data-visualization .industry-app img {
	width: 100%;
	height: auto;
}

.data-visualization .industry-app p.padding100 {
	color: #000;
}

.data-visualization .industry-app .cont2 {
	margin-top: 50px;
}

.data-visualization .industry-app .cont2 + p {
	padding-top: 13px;
	font-size: 14px;
	line-height: 24px;
}

.data-visualization .ds-customer2 {
	width: 100%;
	background: url("http://www.adinnet.cn/images/program/adinnet-advantage.png") center bottom no-repeat #242628;
	padding-bottom: 100px;
	margin-top: 70px;
}

.data-visualization .ds-customer2 .cont2 {
	height: 110px;
	width: 100%;
	text-align: center;
	margin: 90px auto 25px;
}

.data-visualization .ds-customer2 .cont2 img {
	height: 100%;
	width: auto;
}

.data-visualization .ds-customer2 .program-intro-title {
	color: #fff;
}

.data-visualization .ds-customer2 h4 {
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
}

.data-visualization .ds-customer2 h4 + p {
	padding: 0 15px;
	font-size: 14px;
}

.data-visualization .ds-customer2 p {
	line-height: 22px;
}

.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.padding-l-170 {
	padding-left: 170px;
}

.green-bg {
	background: #bcc447 !important;
}

.project-case-dfhk .item-inner02 .left-text {
	background-color: #da4b45;
}

.project-case-dfhk .item-inner02 .left-text .left-text-title {
	line-height: 22px;
}

.project-case-dfhk .item-inner02 .left-text.lwt-left-text {
	background-color: #294184;
}

.project-case-dfhk .item-inner02 .left-text.vl-left-text {
	background-color: #42dab2;
}

.project-case-dfhk .program-banner-text span {
	font-size: 56px;
}

.project-case-dfhk .program-banner-text i {
	font-size: 30px;
	font-style: normal;
}

.project-case-dfhk .program-banner-text span:after {
	display: none;
	content: "";
	position: absolute;
	top: 90px;
	left: 50%;
	width: 440px;
	height: 0;
	margin-left: -220px;
	border-top: 1px solid #e5e5e5;
}

.project-case-dfhk .project-item-inner {
	overflow: hidden;
}

.project-case-dfhk .research-strategy .brand-annotation {
}

.project-case-dfhk .research-strategy .brand-annotation .brand-text-inner {
	height: 100%;
	background: #da4b45;
	color: #fff;
	padding-left: 10%;
	padding-right: 10%;
	overflow: hidden;
}

.project-case-dfhk .research-strategy .brand-annotation .brand-text-inner .brand-title {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	white-space: normal;
}

.project-case-dfhk .research-strategy .brand-annotation .brand-text-inner .brand-text {
	color: #ffffff;
	opacity: 0.7;
	margin-top: 58px;
	line-height: 24px;
	font-size: 16px;
}

.project-case-dfhk .prototype-definition .row-wrap {
	margin-bottom: 44px;
}

.project-case-dfhk .prototype-definition img {
	width: 100%;
	height: auto;
}

.project-case-dfhk .design-exploration .row-wrap {
	margin-bottom: 44px;
}

.project-case-dfhk .design-exploration p {
	font-size: 14px;
	margin-bottom: 44px;
	font-size: 16px;
	color: #999;
	line-height: 23px;
}

.project-case-dfhk .design-exploration .project-item-title:before {
	content: "";
	border-top: none;
}

.project-case-dfhk .design-exploration .project-item-intro1 {
	background: #262c33;
}

.project-case-dfhk .design-exploration .item-ul {
	max-width: 825px;
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding: 55px 0;
}

.project-case-dfhk .design-exploration .item-ul p {
	margin-bottom: 44px;
}

.project-case-dfhk .design-exploration .item-ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.project-case-dfhk .design-exploration .item-ul li a {
	color: #4b6981;
}

.project-case-dfhk .design-exploration .item-ul li em {
	display: block;
	margin-top: 25px;
	font-style: normal;
}

.project-case-dfhk .design-exploration .item-ul li img {
	width: 44%;
	height: auto;
	min-width: 50px;
}

.project-case-dfhk .design-exploration .item-ul li.on a {
	color: #fff;
}

.project-case-dfhk .design-exploration .item-inner05 {
	color: #ffffff;
	text-align: center;
	background: #c94f4b;
	padding: 0 200px;
}

.project-case-dfhk .design-exploration .item-inner05-03 {
	background: #2095dc;
}

.project-case-dfhk .design-exploration .item-inner05-03 img {
	width: 100%;
	height: auto;
}

.project-case-dfhk .item-inner05-02 {
	background: #f4f4f4;
}

.project-case-dfhk .item-inner05-02 img {
	width: 100%;
	height: auto;
}

.project-case-dfhk .item-inner05-02 .row-wrap .col-sm-12 {
	margin-bottom: 44px;
}

.project-case-dfhk .bule-bg {
	background: #2095dc;
	padding-bottom: 120px;
	color: #fff;
}

.project-case-dfhk .bule-bg p {
	color: #fff;
	opacity: 0.85;
}

.project-case-dfhk .card-design {
	height: auto;
	background: #c94f4b;
	color: #fff;
}

.project-case-dfhk .card-design div {
	color: #fff;
}

.project-case-dfhk .card-design .cards-item div {
	margin-bottom: 85px;
}

.project-case-dfhk .card-design img {
	width: 100%;
	height: auto;
}

.project-case-dfhk .page-select {
	padding: 20px 0;
}

.project-case-dlnz .scroll-down-projectcase {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ca4c), color-stop(100%, #c1ca4c));
	background: -webkit-linear-gradient(top, #e1eb62 0%, #c1ca4c 100%);
	background: linear-gradient(to bottom, #e1eb62 0%, #c1ca4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1eb62', endColorstr='#c1ca4c', GradientType=VR0);
	border-radius: 50%;
	-ms-box-shadow: 0 5px 21px rgba(204, 213, 86, 0.29);
	-o-box-shadow: 0 5px 21px rgba(204, 213, 86, 0.29);
	box-shadow: 0 5px 21px rgba(204, 213, 86, 0.29);
}

.new-left-right {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.new-left-right .blog-content {
	margin: 0;
}

.new-left-right .blog-content > ul ul {
	padding-inline-start: 40px;
}

.new-left-right .bread-top {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: 14px;
	margin-top: 15px;
}

.new-left-right .bread-top a {
	color: #5c5c5c;
}

.new-left-right .bread-top a:hover {
	color: #ff3d58;
}

.new-left-right .red-title {
	height: 80px;
	line-height: 80px;
}

.new-left-right .red-title span {
	height: 50px;
	line-height: 50px;
	color: #ff3d58;
	display: inline-block;
	font-size: 22px;
	border-bottom: solid 2px #ff3d58;
}

.new-left-right .right-filter {
	float: right;
	width: 260px;
	margin-left: 60px;
	min-height: 100px;
}

.new-left-right .content-margtop {
	margin-top: 107px;
}

.new-left-right .block-list {
	margin-bottom: 44px;
}

.new-left-right .block-list dt {
	margin-bottom: 24px;
}

.new-left-right .block-list dt span {
	padding-right: 2px;
	font-size: 16px;
	color: #424242;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	border-bottom: solid 2px #ff3d58;
}

.new-left-right .block-list dd {
	font-size: 14px;
	color: #6c6c6c;
	display: inline-block;
	padding: 2px 7px;
	border: solid 1px #dadada;
	margin: 0 10px 10px 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.new-left-right .block-list dd a {
	color: #6c6c6c;
}

.new-left-right .block-list dd:hover {
	background-color: #ff3d58;
	border: solid 1px #ff3d58;
}

.new-left-right .block-list dd:hover a {
	color: #fff;
}

.new-left-right .article-list {
	margin-bottom: 44px;
}

.new-left-right .article-list dt {
	margin-bottom: 24px;
}

.new-left-right .article-list dt span {
	padding-right: 2px;
	font-size: 16px;
	color: #424242;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	border-bottom: solid 2px #ff3d58;
}

.new-left-right .article-list dd {
	font-size: 14px;
	color: #5c5c5c;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-left-right .article-list dd a {
	color: #6c6c6c;
}

.new-left-right .article-list dd:hover a {
	color: #ff3d58;
}

.hot-label {
	margin-top: 23px;
	min-height: 600px;
}

.article-label {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #4a4a4a;
}

.article-label a {
	display: inline-block;
	padding: 1px 5px;
	background-color: #ff3d58;
	color: #fff;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.related-articles > h4 {
	font-size: 18px;
	color: #000;
	height: 50px;
	line-height: 50px;
}

.related-articles > h4 span {
	border-bottom: solid 2px #ff3d58;
	display: inline-block;
	height: 40px;
}

.related-articles ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	min-height: 90px;
}

.related-articles ul li .img-div {
	float: left;
	width: 150px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.related-articles ul li .img-div img {
	height: 100%;
}

.related-articles ul li .article-p {
	margin-left: 160px;
	font-size: 14px;
	color: #4a4a4a;
	padding-right: 10px;
}

.related-articles ul li .article-p p {
	line-height: 26px;
	margin: 0px;
}

@media screen and (max-width: 880px) {
	.right-filter {
		display: none;
	}

	.related-articles ul li {
		float: none;
		width: auto;
		margin-bottom: 10px;
		min-height: 100px;
	}

	.related-articles ul li img {
		float: left;
		width: 150px;
	}

	.related-articles ul li .article-p {
		margin-left: 160px;
		font-size: 14px;
		color: #4a4a4a;
		padding-right: 10px;
	}

	.related-articles ul li .article-p p {
		line-height: 26px;
		margin: 0px;
	}
}

.about-us-summary {
	padding-top: 88px;
	padding-bottom: 88px;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
}

.about-us-summary .mytimer {
	font-size: 88px;
	color: #f23b55;
	font-weight: bold;
}

.about-us-summary .count-text {
	font-size: 24px;
	color: #585858;
}

.brand-annotation {
	margin-bottom: 65px;
	background-color: #f3f3f3;
	overflow: hidden;
}

.brand-annotation .left-text {
	background-color: transparent;
}

.brand-inner {
	height: 100%;
}

.brand-inner .img-responsive {
	height: 100%;
}

.project-item-intro .col-sm-6 .img-responsive {
	height: 100%;
}

.brand-text-inner {
	padding-left: 11%;
	padding-right: 17%;
	overflow: hidden;
}

.brand-title {
	margin-top: 53px;
	margin-bottom: 36px;
	font-size: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand-title .comment {
	padding-left: 14px;
	font-size: 16px;
	color: #bcbcbc;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand-text {
	line-height: 31px;
	color: #999;
	font-size: 16px;
}

.brand-text p {
	margin-bottom: 0;
}

.brand-text p:first-child {
	padding-bottom: 18px;
}

.future {
	height: auto !important;
	padding: 75px 0;
	background-color: #262626;
}

.staff-wall {
	font-size: 0;
}

.staff-wall a {
	width: 11.11111111%;
	display: inline-block;
	max-width: 177px;
	max-height: 212px;
	overflow: hidden;
}

.contact-us {
	margin: 40px -15px 0;
}

.contact-us .form-control {
	border-radius: 0;
	-webkit-appearance: none;
}

.contact-us .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-us .form-group:after {
	content: "*";
	position: absolute;
	color: rgba(0, 0, 0, 0.7);
	top: 15px;
	left: 93%;
	font-size: 20px;
}

.contact-us .form-group:last-child {
	margin-bottom: 0;
}

.contact-us input.form-control {
	max-width: 740px;
	height: 70px;
	box-shadow: unset;
	border: 1px solid rgba(222, 222, 222, 1);
}

.contact-us textarea.form-control {
	height: 250px;
	resize: none;
	box-shadow: unset;
	border: 1px solid rgba(222, 222, 222, 1);
}

.submit-area {
	padding-top: 34px;
	padding-bottom: 34px;
	text-align: center;
}

.submit-area .btn-submit {
	width: 170px;
	height: 52px;
	color: #fff;
	line-height: 38px;
	font-size: 20px;
	background-color: #333;
	border-radius: 100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.submit-area .btn-submit:hover {
	color: #fff;
	opacity: 0.8;
}

.location-submit {
	background-color: #fafafa;
}

.location-submit .nav-tabs {
	margin-bottom: 65px;
	text-align: center;
	font-size: 0;
}

.location-submit .nav-tabs li {
	float: none;
	display: inline-block;
}

.location-submit .nav-tabs li > a {
	height: auto;
	padding: 0 46px;
	line-height: 33px;
	color: #333;
	font-size: 30px;
}

.location-submit .nav-tabs li.active > a {
	color: #f23b55;
	border-bottom: none;
}

.location-submit .nav-tabs li + li {
	border-left: 1px solid rgba(51, 51, 51, 0.2);
}

.location-msg {
	text-align: left;
}

.location-msg div {
	line-height: 24px;
}

.location-msg .hot-line {
	font-size: 14px;
}

.location-msg .location-title {
	color: #343a45;
}

.location-msg .location-text {
	color: #343434;
}

.location,
.telephone,
.hot-line {
	position: relative;
	text-align: center;
}

.location:before,
.telephone:before,
.hot-line:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 15px;
	background-image: url(http://www.adinnet.cn/images/location-icon.png);
	background-repeat: no-repeat;
}

.telephone:before {
	background-position: right top;
}

.hot-line:before {
	background-position: -83px top;
}

.support-hotline {
	color: #f23b55 !important;
}

@media screen {
}

@media screen and (min-width: 768px) {
	.location-submit {
		margin-top: 29px;
		padding-top: 80px;
		padding-bottom: 68px;
	}

	.location-msg div > p {
		line-height: 24px !important;
	}
}

@media screen and (max-width: 768px) {
	.addMobileGutter {
		margin-top: 18px;
	}

	.telephone:before {
		background-position: -38px top;
	}

	.submit-area {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.submit-area .btn-submit {
		height: 40px;
		line-height: 26px;
		font-size: 16px;
	}

	.location-submit {
		padding-top: 35px;
	}

	.location-submit .nav-tabs {
		margin-bottom: 28px;
	}

	.location-submit .nav-tabs li > a {
		font-size: 12px !important;
	}

	.location-msg .location-text,
	.location-msg .location-title {
		font-size: 10px !important;
	}

	.location-submit .nav-tabs li > a {
		padding-right: 23px;
		padding-left: 23px;
		font-size: 15px;
		line-height: 15px;
	}

	.location-msg .location-text {
		color: rgba(0, 0, 0, 0.7);
	}

	.location-msg p {
		font-size: 12px !important;
	}

	.location,
	.telephone,
	.hot-line {
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	.location p,
	.telephone p,
	.hot-line p {
		padding-left: 28px !important;
	}

	.location:before,
	.telephone:before,
	.hot-line:before {
		position: absolute;
		top: 4px;
		width: 17px;
		height: 17px;
		margin: 0 auto 18px;
		background-size: 99px 17px;
	}
}

.beian {
	color: #696969 !important;
}

.beian:hover,
.beian:focus,
.beian:active,
.beian:visited {
	color: #696969;
}

.abel-idea {
	padding: 49px 0 35px;
	background-color: #eee;
	text-align: center;
}

.abel-idea [class^="col-"] {
	padding-right: 28px;
	padding-left: 28px;
}

.idea-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.idea-text {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 16px;
	color: #444;
}

.abel-ux .project-item-intro {
	position: relative;
	height: 762px;
	padding-top: 65px;
	background: url(http://www.adinnet.cn/images/projectcase/abelClass/abel-ux-bg.jpg) no-repeat center top;
	background-size: cover;
}

.abel-ux .ux-intro {
	color: #fff;
}

.abel-ux .bannerbg-wrap {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 1105px;
	height: 567px;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.abel-research {
	padding: 55px 0;
	margin-top: 60px;
	background-color: #f8f8f8;
}

.abel-research .wrap-first {
	max-width: 1300px;
}

.abel-research .wrap-second {
	padding-left: 0;
	padding-right: 0;
}

.abel-research-box {
	display: block;
	width: 178px;
	height: 180px;
	margin: 0 1px;
	border: 1px solid #cfcfcf;
	border-radius: 35px;
	overflow: hidden;
}

.abel-research01 {
	border-bottom-right-radius: 0;
}

.abel-research02 {
	border-bottom-left-radius: 0;
}

.abel-research03 {
	border-top-right-radius: 0;
}

.abel-research04 {
	border-top-left-radius: 0;
}

.advantage {
	margin-top: 112px;
}

.advantage [class^="col-"] {
	padding-left: 38px;
	padding-right: 38px;
}

.abelclass-container .view-design {
	position: relative;
	height: 935px;
	margin-top: 112px;
	text-align: center;
	background: url(../image/view-design-bg.png) no-repeat center top;
	background-size: cover;
}

.abelclass-container .view-design .bannerbg-wrap {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
}

.abelclass-container .view-design .bannerbg-wrap .img-responsive {
	height: 100%;
}

.abelclass-container .view-design .project-item-intro {
	overflow: visible;
}

.team {
	background-color: #a1e2f5;
}

@media screen and (min-width: 768px) and (max-width: 1281px) {
	.abel-research .wrap {
		max-width: 1090px;
	}

	.abelclass-container .view-design {
		height: 840px;
	}
}

.ai-banner-wrap {
	height: 670px;
}

.banner_list {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	cursor: pointer;
}

@keyframes wave_animate {
	from {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	to {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes wave_animate2 {
	from {
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	to {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}
}

@keyframes wave_animate3 {
	from {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}

	to {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}
}

@-webkit-keyframes wave_animate {
	from {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	to {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes wave_animate {
	from {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	to {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-webkit-keyframes wave_animate2 {
	from {
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	to {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}
}

@keyframes wave_animate2 {
	from {
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	to {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}
}

@-webkit-keyframes wave_animate3 {
	from {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}

	to {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}
}

@keyframes wave_animate3 {
	from {
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
	}

	to {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}
}

@keyframes bottle_1 {
	from {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	to {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}

@-webkit-keyframes bottle_1 {
	from {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	to {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}

@keyframes bottle_1 {
	from {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	to {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
}

@keyframes bottle_2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@-webkit-keyframes bottle_2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@keyframes bottle_2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
}

@keyframes boat_1 {
	from {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	to {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@-webkit-keyframes boat_1 {
	from {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	to {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@keyframes boat_1 {
	from {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	to {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@keyframes balloon {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
}

@-webkit-keyframes balloon {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
}

@keyframes balloon {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
}

.tests-less-320,
.texts-less-640 {
	display: none;
}

.ai-banner-font {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cartoon_animate {
	height: 672px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../image/banner3000BG.png) 50% 0% no-repeat;
	background-size: cover;
}

.cartoon_animate .wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.cartoon_animate .wave-in {
	position: relative;
	width: 3000px;
	height: 108px;
	left: 50%;
	bottom: -30px;
	margin-left: -1500px;
	background-size: auto 100%;
	background-image: url(../image/lang3.png);
	-webkit-animation-name: wave_animate;
	animation-name: wave_animate;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .wave-min {
	position: relative;
	margin-top: -55px;
	width: 3000px;
	left: 50%;
	margin-left: -1500px;
	height: 121px;
	bottom: -30px;
	background-size: auto 100%;
	background-image: url(../image/lang2.png);
	-webkit-animation-name: wave_animate2;
	animation-name: wave_animate2;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .wave-out {
	position: relative;
	margin-top: -65px;
	width: 3000px;
	left: 50%;
	margin-left: -1500px;
	height: 128px;
	bottom: -30px;
	background-size: auto 102%;
	background-image: url(../image/lang1.png);
	-webkit-animation-name: wave_animate3;
	animation-name: wave_animate3;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .bottle-1 {
	position: absolute;
	left: 20%;
	top: 47px;
	width: 67px;
	height: 89px;
	background-image: url(../image/pingzi2.png);
	-webkit-transform-origin: 60% bottom;
	-ms-transform-origin: 60% bottom;
	transform-origin: 60% bottom;
	-webkit-animation-name: bottle_1;
	animation-name: bottle_1;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .bottle-2 {
	position: absolute;
	right: 20%;
	top: 104px;
	width: 112px;
	height: 92px;
	background-image: url(../image/pingzi1.png);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-animation-name: bottle_2;
	animation-name: bottle_2;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .boat {
	position: absolute;
	width: 754px;
	margin-left: -377px;
	height: 550px;
	left: 50%;
	bottom: 90px;
	background-image: url(../image/chuan.png);
	-webkit-animation-name: boat_1;
	animation-name: boat_1;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

@keyframes text_backroate {
	from {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	to {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}

@-webkit-keyframes text_backroate {
	from {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	to {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}

@keyframes text_backroate {
	from {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	to {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}

@keyframes boat_text_animate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.1% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.2% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes boat_text_animate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.1% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.2% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes boat_text_animate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.1% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	0.2% {
		opacity: 1;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.cartoon_animate .boat .text-2 .txin {
	position: absolute;
	left: 100%;
	top: -117px;
	width: 254px;
	height: 166px;
	background-image: url(../image/XTBwenzi02.png);
}

.cartoon_animate .boat .text-1 .txin {
	position: absolute;
	right: 100%;
	top: 25px;
	width: 440px;
	height: 64px;
	background-image: url(../image/XTBwenzi01.png);
}

.cartoon_animate .boat .text-2,
.cartoon_animate .boat .text-1 {
	position: absolute;
	width: 94px;
	height: 94px;
	-webkit-animation-name: text_backroate;
	animation-name: text_backroate;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.cartoon_animate .boat .text-1 {
	background-image: url(../image/XTB01.png);
}

.cartoon_animate .boat .text-1-wrap {
	left: 197px;
	top: 160px;
	width: 94px;
	height: 94px;
	position: absolute;
	-webkit-animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.cartoon_animate .boat .text-2-wrap {
	top: 130px;
	left: 390px;
	width: 94px;
	height: 94px;
	position: absolute;
	-webkit-animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.cartoon_animate .boat .text-2 {
	background-image: url(../image/XTB02.png);
}

.cartoon_animate .balloon .txin {
	width: 509px;
	height: 65px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -21px;
	background-image: url(../image/XTBwenzi03.png);
}

.balloon-text-wrap {
	position: absolute;
	width: 94px;
	height: 94px;
	left: 50%;
	margin-left: -47px;
	top: 50px;
	-webkit-animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	animation: boat_text_animate 0.3s cubic-bezier(0, 2.3, 0.68, 0.41) both;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.cartoon_animate .balloon .texts {
	position: absolute;
	width: 94px;
	height: 94px;
	background-image: url(../image/XTB03.png);
}

.cartoon_animate .balloon {
	position: absolute;
	width: 207px;
	height: 245px;
	left: 50%;
	top: 60px;
	margin-left: 210px;
	background-image: url(../image/qiqiu.png);
	-webkit-animation-name: balloon;
	animation-name: balloon;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

@keyframes fishroate {
	from {
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
	}

	to {
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
	}
}

@-webkit-keyframes fishroate {
	from {
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
	}

	to {
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
	}
}

@keyframes fishroate {
	from {
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
	}

	to {
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
	}
}

.cartoon_animate .fish_cartoon_r {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 178px;
	height: 98px;
	background-image: url(../image/yu.png);
	-webkit-animation-name: fishroate;
	animation-name: fishroate;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@keyframes fishjump {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes fishjump {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes fishjump {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.cartoon_animate .fish_cartoon_h {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation-name: fishjump;
	animation-name: fishjump;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
	transition-timing-function: cubic-bezier(0, 0, 1, 1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@keyframes fishmove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}

	50% {
		-webkit-transform: translateX(400px);
		transform: translateX(400px);
	}

	75% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
	}

	100% {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@-webkit-keyframes fishmove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}

	50% {
		-webkit-transform: translateX(400px);
		transform: translateX(400px);
	}

	75% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
	}

	100% {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@keyframes fishmove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}

	50% {
		-webkit-transform: translateX(400px);
		transform: translateX(400px);
	}

	75% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
	}

	100% {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

.cartoon_animate .fish_wrap {
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 60px;
	left: 20%;
	background-color: #fff;
	-webkit-animation-name: fishmove;
	animation-name: fishmove;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.75) translateX(0);
			transform: scale(0.75) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.75) translateX(200px);
			transform: scale(0.75) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.75) translateX(400px);
			transform: scale(0.75) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.75) translateX(600px);
			transform: scale(0.75) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.75) translateX(800px);
			transform: scale(0.75) translateX(800px);
		}
	}

	@-webkit-keyframes fishmove {
		0% {
			-webkit-transform: scale(0.75) translateX(0);
			transform: scale(0.75) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.75) translateX(200px);
			transform: scale(0.75) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.75) translateX(400px);
			transform: scale(0.75) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.75) translateX(600px);
			transform: scale(0.75) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.75) translateX(800px);
			transform: scale(0.75) translateX(800px);
		}
	}

	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.75) translateX(0);
			transform: scale(0.75) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.75) translateX(200px);
			transform: scale(0.75) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.75) translateX(400px);
			transform: scale(0.75) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.75) translateX(600px);
			transform: scale(0.75) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.75) translateX(800px);
			transform: scale(0.75) translateX(800px);
		}
	}

	@keyframes boat_1 {
		from {
			-webkit-transform: scale(0.75) rotate(-10deg);
			transform: scale(0.75) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.75) rotate(10deg);
			transform: scale(0.75) rotate(10deg);
		}
	}

	@-webkit-keyframes boat_1 {
		from {
			-webkit-transform: scale(0.75) rotate(-10deg);
			transform: scale(0.75) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.75) rotate(10deg);
			transform: scale(0.75) rotate(10deg);
		}
	}

	@keyframes boat_1 {
		from {
			-webkit-transform: scale(0.75) rotate(-10deg);
			transform: scale(0.75) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.75) rotate(10deg);
			transform: scale(0.75) rotate(10deg);
		}
	}

	.cartoon_animate .boat {
		bottom: 20px;
		margin-left: -447px;
	}

	.cartoon_animate .fish_wrap {
		bottom: 40px;
	}

	.cartoon_animate .wave {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-ms-transform-origin: center bottom;
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.75) translateY(0);
			transform: scale(0.75) translateY(0);
		}

		to {
			-webkit-transform: scale(0.75) translateY(60px);
			transform: scale(0.75) translateY(60px);
		}
	}

	@-webkit-keyframes balloon {
		from {
			-webkit-transform: scale(0.75) translateY(0);
			transform: scale(0.75) translateY(0);
		}

		to {
			-webkit-transform: scale(0.75) translateY(60px);
			transform: scale(0.75) translateY(60px);
		}
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.75) translateY(0);
			transform: scale(0.75) translateY(0);
		}

		to {
			-webkit-transform: scale(0.75) translateY(60px);
			transform: scale(0.75) translateY(60px);
		}
	}

	.cartoon_animate .balloon {
		top: 120px;
		margin-left: 80px;
	}
}

@media only screen and (max-width: 1024px) {
	.ai-banner-wrap,
	.cartoon_animate {
		height: 444px;
	}

	.cartoon_animate .wave {
		-webkit-transform: scale(0.45);
		-ms-transform: scale(0.45);
		transform: scale(0.45);
	}

	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.45) translateX(0);
			transform: scale(0.45) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.45) translateX(200px);
			transform: scale(0.45) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.45) translateX(400px);
			transform: scale(0.45) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.45) translateX(600px);
			transform: scale(0.45) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.45) translateX(800px);
			transform: scale(0.45) translateX(800px);
		}
	}

	@-webkit-keyframes fishmove {
		0% {
			-webkit-transform: scale(0.45) translateX(0);
			transform: scale(0.45) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.45) translateX(200px);
			transform: scale(0.45) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.45) translateX(400px);
			transform: scale(0.45) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.45) translateX(600px);
			transform: scale(0.45) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.45) translateX(800px);
			transform: scale(0.45) translateX(800px);
		}
	}

	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.45) translateX(0);
			transform: scale(0.45) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.45) translateX(200px);
			transform: scale(0.45) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.45) translateX(400px);
			transform: scale(0.45) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.45) translateX(600px);
			transform: scale(0.45) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.45) translateX(800px);
			transform: scale(0.45) translateX(800px);
		}
	}

	.cartoon_animate .fish_wrap {
		bottom: 20px;
	}

	@keyframes boat_1 {
		from {
			-webkit-transform: scale(0.45) rotate(-10deg);
			transform: scale(0.45) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.45) rotate(10deg);
			transform: scale(0.45) rotate(10deg);
		}
	}

	@-webkit-keyframes boat_1 {
		from {
			-webkit-transform: scale(0.45) rotate(-10deg);
			transform: scale(0.45) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.45) rotate(10deg);
			transform: scale(0.45) rotate(10deg);
		}
	}

	@keyframes boat_1 {
		from {
			-webkit-transform: scale(0.45) rotate(-10deg);
			transform: scale(0.45) rotate(-10deg);
		}

		to {
			-webkit-transform: scale(0.45) rotate(10deg);
			transform: scale(0.45) rotate(10deg);
		}
	}

	.cartoon_animate .boat {
		bottom: -100px;
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.45) translateY(0);
			transform: scale(0.45) translateY(0);
		}

		to {
			-webkit-transform: scale(0.45) translateY(60px);
			transform: scale(0.45) translateY(60px);
		}
	}

	@-webkit-keyframes balloon {
		from {
			-webkit-transform: scale(0.45) translateY(0);
			transform: scale(0.45) translateY(0);
		}

		to {
			-webkit-transform: scale(0.45) translateY(60px);
			transform: scale(0.45) translateY(60px);
		}
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.45) translateY(0);
			transform: scale(0.45) translateY(0);
		}

		to {
			-webkit-transform: scale(0.45) translateY(60px);
			transform: scale(0.45) translateY(60px);
		}
	}

	.cartoon_animate .balloon {
		top: 90px;
		margin-left: -20px;
	}
}

@media only screen and (max-width: 800px) {
	.ai-banner-img {
		display: none;
	}

	@keyframes ab5_mid_font {
		from {
			-webkit-transform: scale(0.3);
			transform: scale(0.3);
			opacity: 0;
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}
	}

	@-webkit-keyframes ab5_mid_font {
		from {
			-webkit-transform: scale(0.3);
			transform: scale(0.3);
			opacity: 0;
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes ab5_mid_font {
		from {
			-webkit-transform: scale(0.3);
			transform: scale(0.3);
			opacity: 0;
		}

		to {
			-webkit-transform: scale(1);
			transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes ab5_font_to_top {
		from {
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	@-webkit-keyframes ab5_font_to_top {
		from {
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	@keyframes ab5_font_to_top {
		from {
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	@keyframes ab5_font_to_bot {
		from {
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	@-webkit-keyframes ab5_font_to_bot {
		from {
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	@keyframes ab5_font_to_bot {
		from {
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			opacity: 0;
		}

		to {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 1;
		}
	}

	.cartoon_animate .bottle-1 {
		left: -20%;
	}

	.cartoon_animate .bottle-2 {
		right: -20%;
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	@-webkit-keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	.balloon-text-wrap,
	.text-1-wrap,
	.text-2-wrap {
		display: none;
	}

	.cartoon_animate .balloon {
		top: 40px;
	}

	.texts-less-640 {
		display: block;
		-webkit-transform: scale(0.55);
		-ms-transform: scale(0.55);
		transform: scale(0.55);
		-webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
	}

	.less640-text {
		width: 100px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: 20px;
		background-position: 100% 0;
	}

	.less640-text.lt-1 {
		top: 20px;
		background-position: 0 23px;
		width: 330px;
		height: 66px;
	}

	.less640-text.lt-2 {
		top: 106px;
		width: 213px;
		height: 58px;
		background-position: -42px 7px;
	}

	.less640-text.lt-3 {
		top: 184px;
		width: 384px;
		height: 66px;
	}

	.less640-text.lt-1 {
		background-image: url(../image/XTBwenzi01.png);
	}

	.less640-text.lt-2 {
		background-image: url(../image/XTBwenzi02.png);
	}

	.less640-text.lt-3 {
		background-image: url(../image/XTBwenzi03.png);
	}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	.cartoon_animate,
	.ai-banner-wrap {
		height: 378px;
	}

	.cartoon_animate .bottle-1 {
		left: -20%;
	}

	.cartoon_animate .bottle-2 {
		right: -20%;
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	@-webkit-keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	@keyframes balloon {
		from {
			-webkit-transform: scale(0.25) translateY(0);
			transform: scale(0.25) translateY(0);
		}

		to {
			-webkit-transform: scale(0.25) translateY(60px);
			transform: scale(0.25) translateY(60px);
		}
	}

	.balloon-text-wrap,
	.text-1-wrap,
	.text-2-wrap {
		display: none;
	}

	.cartoon_animate .balloon {
		top: 40px;
	}

	.texts-less-640 {
		display: block;
		-webkit-transform: scale(0.55);
		-ms-transform: scale(0.55);
		transform: scale(0.55);
		-webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
	}

	.less640-text {
		width: 100px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: 20px;
		background-position: 100% 0;
	}

	.less640-text.lt-1 {
		top: 20px;
		background-position: 0 23px;
		width: 330px;
		height: 66px;
	}

	.less640-text.lt-2 {
		top: 106px;
		width: 213px;
		height: 58px;
		background-position: -42px 7px;
	}

	.less640-text.lt-3 {
		top: 184px;
		width: 384px;
		height: 66px;
	}

	.less640-text.lt-1 {
		background-image: url(../image/XTBwenzi01.png);
	}

	.less640-text.lt-2 {
		background-image: url(../image/XTBwenzi02.png);
	}

	.less640-text.lt-3 {
		background-image: url(../image/XTBwenzi03.png);
	}
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	.ai-banner-img {
		display: none;
	}

	.ai-banner-pages {
		bottom: 5px !important;
	}

	.cartoon_animate .wave {
		-webkit-transform: scale(0.25);
		-ms-transform: scale(0.25);
		transform: scale(0.25);
	}

	.cartoon_animate,
	.ai-banner-wrap {
		height: 208px;
	}

	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.25) translateX(0);
			transform: scale(0.25) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.25) translateX(200px);
			transform: scale(0.25) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.25) translateX(400px);
			transform: scale(0.25) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.25) translateX(600px);
			transform: scale(0.25) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.25) translateX(800px);
			transform: scale(0.25) translateX(800px);
		}
	}

	@-webkit-keyframes fishmove {
		0% {
			-webkit-transform: scale(0.25) translateX(0);
			transform: scale(0.25) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.25) translateX(200px);
			transform: scale(0.25) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.25) translateX(400px);
			transform: scale(0.25) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.25) translateX(600px);
			transform: scale(0.25) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.25) translateX(800px);
			transform: scale(0.25) translateX(800px);
		}
	}

	@keyframes fishmove {
		0% {
			-webkit-transform: scale(0.25) translateX(0);
			transform: scale(0.25) translateX(0);
		}

		25% {
			-webkit-transform: scale(0.25) translateX(200px);
			transform: scale(0.25) translateX(200px);
		}

		50% {
			-webkit-transform: scale(0.25) translateX(400px);
			transform: scale(0.25) translateX(400px);
		}

		75% {
			-webkit-transform: scale(0.25) translateX(600px);
			transform: scale(0.25) translateX(600px);
		}

		100% {
			-webkit-transform: scale(0.25) translateX(800px);
			transform: scale(0.25) translateX(800px);
		}
	}

	.cartoon_animate .fish_wrap {
		bottom: -10px;
	}

	.texts-less-640,
	.cartoon_animate .balloon,
	.cartoon_animate .boat {
		display: none;
	}

	.tests-less-320 {
		display: block;
	}

	.tl320-1,
	.tl320-2,
	.tl320-3,
	.tl320-4 {
		-webkit-animation: ab5_font_to_top 0.6s cubic-bezier(0, 0.93, 0.03, 1) both;
		animation: ab5_font_to_top 0.6s cubic-bezier(0, 0.93, 0.03, 1) both;
		position: absolute;
	}

	.tl320-1 {
		width: 144px;
		top: 50%;
		left: 50%;
		margin-left: -72px;
		margin-top: -60px;
	}

	.tl320-2 {
		width: 102px;
		top: 50%;
		right: 50%;
		margin-right: 10px;
		margin-top: -10px;
	}

	.tl320-3 {
		width: 102px;
		top: 50%;
		left: 50%;
		margin-left: 10px;
		margin-top: -10px;
	}

	.tl320-4 {
		width: 102px;
		top: 50%;
		left: 50%;
		margin-left: -51px;
		margin-top: 16px;
	}

	.tl320-1 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.tl320-2 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.tl320-3 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.tl320-4 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.tl320-1 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.tl320-2 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.tl320-3 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.tl320-4 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
}

.ai-banner-pages {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 10px;
	text-align: center;
}

.ai-banner-pages li {
	cursor: pointer;
	letter-spacing: normal;
	border: solid 1px #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 8px;
}

.ai-banner-pages li.active {
	background: #fff;
}

.fix_3px_spc {
	font-size: 0;
	letter-spacing: -3px;
}

.fs16-ma {
	font-size: 16px;
}

.pc-small-tit,
.mobile-small-tit {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
}

.pc-banner-thirdline-text {
	position: absolute;
	left: 0;
	bottom: 11%;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.w940 {
	max-width: 970px;
	margin: 0 auto;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.w1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.w1600 {
	margin: 0 auto;
}

@media (min-width: 1601px) {
	.w1600 {
		max-width: 1600px;
	}
}

@media (max-width: 1600px) {
	.w1600 {
		width: 100%;
		padding: 0 60px;
	}
}

.jj-mt-25 {
	margin-top: 25px;
}

.sjzs-xjy {
	margin: 20px 0;
}

.line-height70 {
	line-height: 70px;
}

.mb-left-bg {
	height: 369px;
	background: url("../image/mb-left-bg.png") no-repeat center;
	background-size: cover;
}

.mb-left-bg-xjy {
	height: 369px;
	background: url("http://www.adinnet.cn/images/projectcase/jinjiang/mb-left-bg-xjy.png") no-repeat center;
	background-size: cover;
}

.mb-left-text-info {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	padding: 170px 55px 50px;
	text-align: left;
}

.mb-left-text-info .mxr-p-txt {
	height: 147px;
	margin: 0;
	overflow: hidden;
}

.mb-left-text-info .mxr-p-txt .nm-mxr {
	margin: 0;
}

.users-ul {
	margin-top: 70px;
}

.users-ul .users-ul-li {
	float: left;
	width: 20%;
}

.users-ul .users-ul-li > p {
	line-height: 42px;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-top: 20px;
}

.users-ul-li-img {
	display: block;
	margin: 0 auto;
	width: 124px;
	height: 124px;
}

.jj-place-pic {
	position: relative;
}

.jj-place-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: white;
	font-size: 36px;
	letter-spacing: 20px;
	overflow: hidden;
}

.divider-line {
	display: inline-block;
	padding: 0 5%;
}

.jj-icon-tit {
	padding-top: 10px;
	padding-left: 58px;
	font-weight: bold;
}

.color-rule {
	background: url("../image/color-rule-title.png") no-repeat left center;
	background-size: 40px auto;
}

.icon-design-mxr {
	background: url("../image/icon-design-title.png") no-repeat left center;
	background-size: 32px auto;
}

.jj-color-design-pic {
	padding-left: 40px;
	margin: 70px 0 150px;
}

.jj-design-mt200 {
	margin-top: 200px;
	background: #f6f6f6;
}

.lwt-color-design-pic {
	padding-left: 40px;
	margin: 70px 0;
}

.design-marg-mxr {
	margin-top: 100px;
	background: #f6f6f6;
}

.Q-text-950 {
	margin: 0 auto;
	max-width: 950px;
	text-align: center;
}

.Q-left-bg {
	height: 400px;
	background: -webkit-linear-gradient(left, #08d4a7 0%, #3edfbd 100%);
	background: linear-gradient(to right, #08d4a7 0%, #3edfbd 100%);
}

.wang-left-bg {
	height: 400px;
	background: -webkit-linear-gradient(left, #54dfa9 0%, #3bd7b4 100%);
	background: linear-gradient(to right, #54dfa9 0%, #3bd7b4 100%);
}

.Q-left-text-info {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	padding: 120px 55px 50px;
	text-align: left;
}

.Q-pc-banner-text {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 580px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 36px;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.Q-text-info-i {
	font-size: 16px !important;
	color: #fff !important;
	margin-top: 40px;
	line-height: 42px;
	display: block;
}

.gray-bg-mxr {
	background: #f6f6f6;
	margin-top: 25px;
}

.Q-pc-banner-text-left {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
	font-size: 36px;
	text-align: left;
	overflow: hidden;
	padding-left: 10%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.Q-margtop-mxr {
	margin-top: 90px;
}

.vl-text-info-mxr {
	display: block;
	width: 620px;
	font-size: 14px;
	text-align: left;
	margin: 20px 0 0;
	line-height: 28px;
}

.znzw-left-bg {
	height: 400px;
	background: -webkit-linear-gradient(left, #46b1ee 0%, #508bee 100%);
	background: linear-gradient(to right, #46b1ee 0%, #508bee 100%);
}

.scroll-down-znzw {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	border-radius: 50%;
	background: #f9bc13;
	box-shadow: 0 5px 21px rgba(248, 237, 189, 0.9);
}

.marketing-title {
	font-size: 36px;
	font-weight: lighter;
	letter-spacing: 5px;
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 0 10px;
	margin: 0;
}

.marketing-title-small {
	font-size: 18px;
	letter-spacing: 15px;
	padding: 0 10px;
	margin: 13px 0 -8px;
	opacity: 0.6;
}

.marketing-item-title {
	font-size: 30px;
}

.marketing-art {
	padding: 30px 30px 50px;
	text-align: center;
}

.marketing-art h3 {
	font-size: 18px;
	line-height: 30px;
}

.marketing-art span {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: justify;
}

.marketing-cooperate {
	padding: 50px 0;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.marketing-cooperate img {
	display: inline-block;
	padding: 0 20px;
}

.project-case-dfhk .program-banner-text .text-title {
	font-size: 36px;
}

.project-case-dfhk .program-banner-text .vl-text-title {
	display: block;
	width: 620px;
	text-align: left;
}

.project-case-dfhk .program-banner-text .text-info {
	font-size: 16px;
	width: 80%;
	margin: auto;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
	display: block;
}

.project-case-dfhk .program-banner-text .text-info.q-text-info {
	font-size: 16px !important;
	width: 80%;
	margin: auto;
	color: #fff !important;
}

.project-case-dfhk .program-banner-text .vl-text-info {
	display: block;
	text-align: right;
	padding-right: 100px;
	width: 100%;
	font-size: 14px;
}

@media (max-width: 768px) {
	.project-case-dfhk .program-banner-text .text-title {
		margin-top: 6px !important;
		line-height: 22px !important;
		font-size: 18px;
	}

	.project-case-dfhk .program-banner-text .text-info {
		font-size: 12px;
		width: 90%;
		margin: auto;
		color: #fff;
		font-weight: normal;
		margin-top: 20px;
		display: block;
	}
}

.project-case-dfhk .show-left-img {
	width: 45%;
	float: left;
	margin-right: 10%;
}

.project-case-dfhk .show-left-img .show-color-title {
	padding-left: 50px;
	margin-left: 10px;
	text-align: left;
	background: url(../image/Q-color-img.png) no-repeat;
	background-size: 40px 30px;
	font-weight: bold;
	color: #000;
}

.project-case-dfhk .show-left-img .vl-title {
	margin-bottom: 30px;
}

.project-case-dfhk .show-right-img {
	width: 45%;
	float: left;
}

.project-case-dfhk .show-right-img .show-icon-title {
	padding-left: 50px;
	margin-left: 10px;
	text-align: left;
	background: url("../image/Q-icon-img.png") no-repeat;
	background-size: 35px 30px;
	font-weight: bold;
	color: #000;
}

.project-case-dfhk .show-right-img .vl-title {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.project-case-dfhk .show-left-img {
		width: 100%;
	}

	.project-case-dfhk .show-right-img {
		width: 100%;
	}
}

.project-case-dfhk .bottom-wrap {
	margin-bottom: 140px;
}

.project-case-dfhk .bottom-wrap .show-bottom-left {
	width: 25%;
	float: left;
}

.project-case-dfhk .bottom-wrap .show-bottom-left img {
	margin: auto;
}

.project-case-dfhk .bottom-wrap .show-bottom-left p {
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	text-align: center;
	padding-left: 10px;
}

.project-case-dfhk .bottom-wrap .show-bottom-middle {
	width: 25%;
	float: left;
}

.project-case-dfhk .bottom-wrap .show-bottom-middle img {
	margin: auto;
}

.project-case-dfhk .bottom-wrap .show-bottom-middle p {
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	text-align: center;
	padding-left: 10px;
}

.project-case-dfhk .bottom-wrap .show-bottom-right {
	width: 25%;
	float: left;
}

.project-case-dfhk .bottom-wrap .show-bottom-right img {
	margin: auto;
}

.project-case-dfhk .bottom-wrap .show-bottom-right p {
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	text-align: center;
	padding-left: 10px;
}

@media (max-width: 768px) {
	.project-case-dfhk .bottom-wrap .show-bottom-left {
		width: 100%;
	}

	.project-case-dfhk .bottom-wrap .show-bottom-middle {
		width: 100%;
	}

	.project-case-dfhk .bottom-wrap .show-bottom-right {
		width: 100%;
	}

	.project-case-dfhk .bottom-wrap .bottom-wrap {
		margin-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.project-case-dfhk .bottom-wrap .show-bottom-left {
		width: 50%;
	}

	.project-case-dfhk .bottom-wrap .show-bottom-middle {
		width: 50%;
	}

	.project-case-dfhk .bottom-wrap .show-bottom-right {
		width: 50%;
	}
}

.project-case-dfhk .bottom-text-title {
}

.project-case-dfhk .bottom-text-info {
	text-align: left;
	display: block;
	width: 540px !important;
	margin-top: 30px !important;
	font-size: 18px !important;
	line-height: 30px;
}

.footer-with-phone {
	position: relative;
}

.footer-with-phone .footer-phone {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 33%;
}

.VL-footer {
	margin-top: 20px;
}

.vl-banner i {
	font-size: 18px !important;
	margin-top: 20px;
}

.vl-banner-mobile span {
	font-size: 20px !important;
}

.vl-banner-mobile i {
	width: 80% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px !important;
	margin: auto;
	display: block;
	margin-top: 20px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.lwt-show-img1 {
	margin: auto;
}

.left-text.Q-left-text {
	background-color: #42dab2 !important;
}

.scroll-down-wang {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, #ffdc50 0%, #ffdc50 100%);
	background: linear-gradient(to bottom, #ffdc50 0%, #ffdc50 100%);
	box-shadow: 0 5px 21px rgba(248, 236, 185, 0.29);
}

.scroll-down-Q {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	border-radius: 50%;
	background: #f9e933;
	box-shadow: 0 5px 21px rgba(248, 236, 185, 0.29);
}

.program-banner-color {
	font-weight: bold;
}

.program-banner-color .iMeko-app {
	font-size: 35px;
}

.program-banner-color .Japanese-FW {
	font-weight: 500;
}

.imeck-lou {
	top: 40% !important;
	left: 20% !important;
	text-align: left;
}

.bg-xueba {
	background: #43baf8 !important;
}

.no-fontWeight {
	font-weight: 100;
}

.bg-xinda {
	background: #5da4e2 !important;
}

.left-bg {
	background: #fd7dad !important;
}

.img-logo {
	width: 20%;
	height: 10%;
}

.span-letter {
	letter-spacing: 7px;
}

.bg-chuangjiang {
	background: #3c90f8 !important;
}

.fa-quote-color {
	font-size: 50px;
	color: #7db6e8;
}

.bg-jiaoyu {
	background: #e52f70 !important;
}

.positionTop {
	display: inline-block;
	width: 15px;
	position: relative;
	top: -15px;
	font-size: 20px;
}

.posi-top {
	position: relative;
	top: 30px;
}

.font-16 {
	font-size: 16px;
}

.quote-bg {
	color: #ea598d;
}

.row-wrap .bianQue-bg {
	background: #3e77de !important;
}

.xijie-bg {
	background: #f6f6f6;
}

.pr-re {
	position: relative;
}

.pa-ad {
	position: absolute;
	text-align: left;
	color: #fff;
	right: 10%;
	padding-top: 12%;
}

.bg-hengtou {
	background: #00c4ed !important;
}

.pc-banner-bottom-text {
	width: 100%;
	position: absolute;
	bottom: 10%;
	color: rgba(255, 255, 255, 0.9);
}

.marginTop40 {
	margin-bottom: 40px !important;
}

.hangbo-bg {
	background: #00bcec;
}

.letter-sp {
	letter-spacing: 2px;
	padding-top: 50%;
}

@media screen and (min-width: 767px) {
	.content {
		display: inline-block;
		padding: 0 296px;
	}
}

.scroll-down-ora {
	bottom: -33px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	font-size: 28px;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
	border-radius: 50%;
	background: #f9bc13;
	box-shadow: 0 5px 21px rgba(251, 216, 64, 0.52);
}

.col-20-wrap {
	max-width: 1300px;
	margin: 60px auto;
}

.col-20-wrap .col-20 {
	width: 20%;
	float: left;
	padding: 0 7px;
}

.col-20-wrap .in-col-20 {
	width: 100%;
	height: 100%;
	background-color: #e5edf5;
	padding: 180px 15px 15px;
	text-align: center;
	position: relative;
}

.col-20-wrap .in-col-20 img {
	position: absolute;
	top: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.col-20-wrap .in-col-20 h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0px 0 28px;
}

.col-20-wrap .in-col-20 p {
	font-size: 14px;
	color: rgba(39, 39, 39, 0.5);
	line-height: 24px;
}

.project-item-inner h2 {
	font-size: 18px;
	margin-top: 30px;
}

.interactive-bg {
	width: 100%;
	height: 1021px;
	padding-top: 150px;
	margin-top: 10px;
	background: url(http://www.adinnet.cn/images/projectcase/znyx/interactive-bg.png) no-repeat bottom;
}

.tv-bg {
	width: 1002px;
	height: 882px;
	background: url(../image/interactive-bg3.png) no-repeat;
	margin: -150px auto 0;
	padding: 98px 68px 275px;
	position: relative;
}

.tv-bg .dialogue {
	width: 420px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.tv-bg .dialogue p {
	line-height: 30px;
	margin: 0;
	text-align: left;
	color: #4a4a4a;
	font-size: 18px;
}

.tv-bg .talk-right {
	float: right;
	padding: 38px 70px 38px 50px;
	margin-right: 42px;
	background-color: #fff;
}

.tv-bg .talk-left {
	float: left;
	padding: 28px 50px 28px 70px;
	margin-left: 42px;
	background: rgba(104, 228, 248, 0.6);
}

.tv-bg .talk-left p {
	color: #fff;
}

.tv-bg .talk-left:after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #55e5fa;
	position: absolute;
	top: 48px;
	right: -6px;
}

.tv-bg .talk-left a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-top: 1px solid #fff;
	margin-top: 15px;
	text-align: left;
	color: #fff;
}

.tv-bg .talk-left a img {
	float: right;
	margin-top: 11px;
}

.tv-bg .head-pic {
	width: 86px;
	height: 86px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 10px;
}

.tv-bg .head-pic1 {
	right: -42px;
}

.tv-bg .head-pic2 {
	left: -42px;
}

.tv-bg .tv-up-icon {
	position: absolute;
	bottom: 205px;
	left: 50%;
	margin-left: -10px;
	animation: tvUp 1.2s infinite;
	-moz-animation: tvUp 1.2s infinite;
	-webkit-animation: tvUp 1.2s infinite;
	-o-animation: tvUp 1.2s infinite;
}

@-webkit-keyframes tvUp {
	0% {
		bottom: 205px;
	}

	100% {
		bottom: 215px;
	}
}

@keyframes tvUp {
	0% {
		bottom: 205px;
	}

	100% {
		bottom: 215px;
	}
}

.page-select.gray-page-select {
	padding: 32px 156px;
	background-color: #eee;
	margin: 0;
}

.page-select.gray-page-select a {
	border: 2px solid #dcdcdc;
	line-height: 40px;
	top: 32px;
}

.page-select.gray-page-select .page-prev {
	left: 156px;
}

.page-select.gray-page-select .page-next {
	right: 156px;
}

.page-select.gray-page-select .check-allpage {
	top: 0;
	background: #4c4c4c url(http://www.adinnet.cn/images/check-allpage.png) no-repeat 80px center;
}

.left-text.left-text-blue {
	background-color: #49a9ee;
}

.marbot30 {
	margin-bottom: 30px !important;
}

.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-box .flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-20-wrap .col-sm-3:first-child {
	margin-left: 1%;
}

.swiper-img .indexbennerimg {
	width: 100% !important;
	height: 100% !important;
}

.home-swiper-text-01.text-rgzn {
	margin-top: -5% !important;
}

.text-rgzn > a > img {
	width: 64%;
	margin: 0 auto;
}

.pc-banner-text .marketing-title {
	font-size: 36px;
	font-weight: lighter !important;
	letter-spacing: 20px;
	text-indent: 20px;
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 0 10px;
	margin: 0;
	opacity: 0.8;
}

.pc-banner-text .marketing-title-small {
	font-size: 18px;
	letter-spacing: 15px;
	text-indent: 15px;
	padding: 0 10px;
	margin: 13px 0 -8px;
	opacity: 0.6;
	position: relative;
}

.pc-banner-text .marketing-title-small:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pc-banner-text .marketing-title-small:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.marketing-item-title {
	font-size: 30px;
}

.marketing-art {
	padding: 30px 30px 50px;
	text-align: center;
}

.marketing-art h3 {
	font-size: 18px;
	line-height: 30px;
}

.marketing-art span {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-align: justify;
}

.marketing-cooperate {
	padding: 50px 0;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.marketing-cooperate img {
	display: inline-block;
	padding: 0 20px;
}

.technology-solution {
	margin: 0 auto;
	background-color: #eeeeee;
	white-space: nowrap;
	overflow-x: hidden;
}

.technology-solution li {
	display: inline-block;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 50px;
	margin: 0 35px;
	cursor: pointer;
}

.technology-solution li > a {
	display: inline-block;
	color: inherit;
}

.technology-solution li.cur {
	color: #ff3d58;
	border-bottom: 2px solid #ff3d58;
}

.experience-img img {
	display: block;
	margin: 50px auto 40px;
}

.full-screen-light-blue {
	background-color: #fbfdfe;
	padding: 50px 0;
}

.w1008 {
	max-width: 1008px;
	margin: 0 auto;
}

.project-process {
	width: 100%;
	margin: 0 auto;
}

.project-process > li {
	width: 14.28%;
	float: left;
}

.project-process > li .head-title {
	position: relative;
	text-align: center;
	padding-top: 60px;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 20px;
}

.project-process > li .head-title:after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	margin-left: -6px;
	content: "";
	background: #fff;
	z-index: 10;
}

.project-process .head-title h3 {
	margin: 0;
	line-height: 80px;
}

.process-list-item li {
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	opacity: 0.6;
}

.experience-partners {
	width: 1644px;
	margin-top: 40px;
	margin-bottom: 70px;
}

.experience-partners li {
	width: 258px;
	height: 145px;
	margin: 10px 8px;
	float: left;
}

.mxr-subtitle {
	padding: 0 100px;
	line-height: 38px;
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 1700px) {
	.experience-partners {
		width: 1370px;
	}
}

@media screen and (max-width: 1450px) {
	.experience-partners {
		width: 1096px;
	}
}

@media screen and (max-width: 1200px) {
	.mxr-subtitle {
		padding: 0 80px;
	}
}

.w1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.bs-advantage {
	text-align: center;
}

.bs-advantage-li {
	display: inline-block;
	padding: 58px 48px;
	width: 496px;
	height: 354px;
	margin: 50px 20px 0;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	vertical-align: top;
	box-shadow: 0 0 20px #e2e2e2;
}

.bs-advantage-li .li-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	color: #4a4a4a;
	text-align: left;
}

.li-title .e-op {
	opacity: 0.6;
}

.bs-advantage-li .bs-advantage-text {
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
	margin-top: 30px;
}

.frame-bootstrap {
	padding-bottom: 50px;
}

.layout-scheme {
	background: #fafdff;
	height: 320px;
	padding: 40px 40px 0;
}

.layout-scheme h3 {
	margin-top: 0;
	position: relative;
}

.layout-scheme h3:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #c8e2ff;
}

.layout-scheme > p {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.bs-response li {
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	width: 400px;
	height: 271px;
	vertical-align: top;
	position: relative;
}

.bs-response li:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -75px;
	width: 1px;
	height: 150px;
	background: #dcecfe;
	content: "";
}

.bs-response li:last-child:after {
	display: none;
}

.response-span {
	color: #4a4a4a;
	margin-top: 30px;
	line-height: 30px;
	display: block;
}

.mobile-bs-advantage,
.mxr-mobile-show {
	display: none;
}

.mvvm-intro {
	position: relative;
	padding: 30px;
	background: #69aaff;
	margin: 40px;
	color: #fff;
	line-height: 30px;
	border-radius: 10px;
}

.mvvm-intro:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #69aaff;
	content: "";
	left: -20px;
	top: 50%;
	margin-top: -20px;
}

.mvvm-after {
	padding-bottom: 40px;
	position: relative;
}

.mvvm-after:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	height: 1px;
	background: #dcecfe;
	content: "";
}

.vue-intro p {
	text-align: center;
	font-size: 20px;
	margin: 40px 0 20px;
	padding-bottom: 10px;
	position: relative;
}

.vue-intro p:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 1px;
	content: "";
	background: #c7cacb;
}

.vue-intro span {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 30px;
}

.case-securities {
	padding-left: 30px;
	padding-top: 20%;
}

.case-securities h4 {
	margin: 20px 0;
}

.case-securities p {
	color: #4a4a4a;
	line-height: 30px;
}

.case-securities a {
	display: inline-block;
	color: #ffffff;
	padding: 0 20px;
	line-height: 30px;
	margin-top: 40px;
	background: #69aaff;
}

.case-logo img {
	display: block;
	width: 353px;
	margin: 50px auto 20px;
}

.frame-mobile {
	margin-top: -46px;
	position: relative;
}

.frame-mobile img.bg {
	width: 100%;
}

.frame-mobile img.right {
	position: absolute;
	right: 150px;
	bottom: 0;
}

.develop-language img {
	display: inline-block;
	margin: 0 10px;
}

.mature-frame img {
	display: inline-block;
	margin: 0 auto;
}

.development-process {
	text-align: center;
	margin: 0 100px;
	border-bottom: 1px solid #eeeeee;
}

.development-process li {
	display: inline-block;
	font-size: 17px;
	color: #4a4a4a;
	margin: 0 30px;
	line-height: 60px;
	cursor: pointer;
}

.development-process li img {
	width: 67px;
}

.development-process li.active {
	color: #69aaff;
	border-bottom: 2px solid #69aaff;
}

.development-process li.case-active {
	color: #00e4ff;
	border-bottom: 2px solid #00e4ff;
}

.switch-img img {
	display: block;
	margin: 0 auto;
}

.partner-list-img img {
	display: inline-block;
	margin: 0 30px;
}

.flexBox {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.lan-interactive {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	max-width: 800px;
	margin: 50px auto 30px;
	padding: 20px 100px;
	background: #5fcaed;
	border-radius: 10px;
	position: relative;
}

.lan-interactive:after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #5fcaed;
	content: "";
	top: -20px;
	left: 50%;
	margin-left: -15px;
}

.brain-pic {
	margin-top: -132px;
}

.user-portrait {
	margin-bottom: 30px;
	width: 674px;
	display: inline-block;
}

.change-life {
	background: url(../image/change-life-bg.png) no-repeat;
	background-size: 100% 100%;
}

.change-life-info {
	padding: 40px;
	background-color: #fff;
	border: 2px solid #00e4ff;
	box-shadow: 0 3px 20px #e7ebef;
	min-height: 523px;
}

.change-life-info img {
	display: block;
	height: 78px;
	margin: 0 auto;
}

.change-life-info .icon-title {
	text-align: center;
	font-size: 18px;
	color: #00e4ff;
	margin: 20px auto 30px;
	padding: 5px 10px;
	width: 74px;
	position: relative;
}

.change-life-info .icon-title:before {
	position: absolute;
	display: block;
	width: 15px;
	height: 10px;
	top: 0;
	left: 0;
	border-top: 1px solid #00e4ff;
	border-left: 1px solid #00e4ff;
	content: "";
}

.change-life-info .icon-title:after {
	position: absolute;
	display: block;
	width: 15px;
	height: 10px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #00e4ff;
	border-right: 1px solid #00e4ff;
	content: "";
}

.change-life-info-txt {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 30px;
}

.bg-wenli {
	padding: 30px 0;
	background: url(../image/bg-wenli.jpg) no-repeat;
	background-size: 100% 100%;
}

.application-row {
	padding: 0 50px;
}

.application-title {
	font-size: 16px;
	line-height: 50px;
	color: #4a4a4a;
}

.case-bg {
	padding: 30px;
	background: url(../image/suc-case-bg.png) no-repeat top center;
	background-size: 655px;
	margin: 50px 0;
}

.suc-case {
	width: 392px;
	position: relative;
	margin: 0 auto;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}

.suc-case img {
	display: block;
}

.suc-case h4 {
	padding: 30px 20px;
	margin: 0;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
}

.suc-case span {
	position: absolute;
	bottom: 28px;
	right: 18px;
}

.index-banner-txt-ch {
	font-size: 50px;
	color: white;
	letter-spacing: 20px;
}

.index-banner-txt-en {
	font-size: 23px;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.marketing-slider {
	padding: 0 10%;
}

.slider img {
	margin: 0 auto;
}

.action-art-title {
	font-size: 18px;
}

.action-art-content {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
}

.auto_size_video {
	position: relative;
}

.auto_size_video #myVideo {
	position: absolute;
	width: 90%;
	height: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.inhert_a {
	color: inherit;
	display: block;
}

a.inhert_a:focus {
	color: inherit;
}

.inhert_a:hover {
	color: inherit;
}

.communicate-animate {
	position: relative;
}

.communicate-animate .communicate-box {
	position: absolute;
	width: 47%;
	height: 61%;
	top: 5%;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

.padding-9 {
	padding-left: 9px;
	padding-right: 9px;
}

.question,
.answer {
	margin-bottom: 20px;
}

.question img,
.answer img {
	width: 54%;
}

.question {
	text-align: right;
}

.answer {
	text-align: left;
}

.chat-content {
	position: absolute;
	top: 0;
	width: 102%;
	height: 100%;
	padding-right: 5px;
	overflow-y: scroll;
}

@media screen and (max-width: 1730px) {
	.chat-content {
		width: 102.3%;
	}
}

@media screen and (max-width: 1530px) {
	.chat-content {
		width: 102.5%;
	}
}

@media screen and (max-width: 1408px) {
	.chat-content {
		width: 102.7%;
	}
}

@media screen and (max-width: 1308px) {
	.chat-content {
		width: 102.9%;
	}
}

@media screen and (max-width: 1200px) {
	.chat-content {
		width: 103.2%;
	}
}

@media screen and (max-width: 1068px) {
	.chat-content {
		width: 104%;
	}
}

@media screen and (max-width: 890px) {
	.chat-content {
		width: 105%;
	}
}

@media screen and (max-width: 768px) {
	.chat-content {
		width: 103%;
	}
}

@media screen and (max-width: 708px) {
	.chat-content {
		width: 102%;
	}
}

@media screen and (max-width: 697px) {
	.chat-content {
		width: 101%;
	}
}

.case-aim-text {
	color: #fff;
	padding: 40px 15px;
	text-align: justify;
	background: -webkit-linear-gradient(left, #28c1e6 0%, #5d58e5 100%);
	background: linear-gradient(to right, #28c1e6 0%, #5d58e5 100%);
}

.case-Q-text {
	color: #fff;
	padding: 40px 15px;
	text-align: justify;
	background: -webkit-linear-gradient(left, #08d4a7 0%, #3edfbd 100%);
	background: linear-gradient(to right, #08d4a7 0%, #3edfbd 100%);
}

.zn-function-bg {
	background: #e5edf5;
	padding: 20px 0;
	margin-bottom: 10px;
}

.zn-function-bg .action-art-content {
	margin-bottom: 0;
}

.zn-function-bg img {
	margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
	.communicate-animate .communicate-box {
		width: 80%;
		left: 50%;
	}

	.mxr-subtitle {
		padding: 0 15px;
		display: block;
		text-align: justify;
	}

	.mxr-mobile-wrap {
		padding: 0 12px;
		text-align: justify !important;
	}

	.experience-partners-mobile {
		height: 66px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #f4f4f5;
	}

	.experience-partners-mobile img {
		width: 30px;
	}

	.mobile-bottom-line {
		border-bottom: 1px solid #e6e6e6;
	}

	.padding04 {
		padding: 4px !important;
	}

	.mobile-80 {
		width: 80px;
	}

	.full-screen-light-blue {
		padding: 30px 0;
	}

	.experience-img img {
		margin: 10px auto;
	}

	.pc-banner-text .marketing-title {
		font-size: 20px;
		font-weight: lighter !important;
		letter-spacing: 10px;
		text-indent: 10px;
		display: inline-block;
		border: 1px solid #ffffff;
		margin: 0;
		opacity: 0.8;
	}

	.pc-banner-text .marketing-title-small {
		font-size: 12px;
		letter-spacing: 5px;
		text-indent: 5px;
		margin: 0 0 -25px;
		opacity: 0.6;
		position: relative;
	}

	.pc-banner-text .marketing-title-small:before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		content: "";
		width: 30px;
		height: 1px;
		background-color: #ffffff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.pc-banner-text .marketing-title-small:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -15px;
		content: "";
		width: 30px;
		height: 1px;
		background-color: #ffffff;
		transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.pc-banner .pc-banner-text .fs30 {
		margin-top: 0;
		line-height: 20px;
	}

	.marketing-item-title {
		font-size: 18px;
		width: 300px;
		margin: 0 auto;
	}

	.technology-solution {
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.technology-solution li {
		margin: 0 10px;
		cursor: pointer;
	}

	.bs-advantage,
	.mxr-pc-show {
		display: none !important;
	}

	.mxr-mobile-show {
		display: block;
	}

	.mobile-bs-advantage {
		display: block;
		padding-bottom: 30px;
	}

	.swiper-container-horizontal > .swiper-pagination-01 {
		bottom: -6px;
	}

	.mobile-bs-advantage .swiper-pagination .swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
	}

	.swiper-pagination-bullet-active {
		background: #ff3d58;
	}

	.bs-advantage-li {
		padding: 15px;
		width: 90%;
		height: 315px;
		margin: 0 5%;
		text-align: center;
		background: #ffffff;
		border-radius: 8px;
		vertical-align: top;
		box-shadow: none;
	}

	.layout-scheme {
		height: auto;
		padding: 30px;
	}

	.layout-scheme h3 {
		font-size: 16px;
	}

	.layout-scheme > p {
		font-size: 14px;
		line-height: 25px;
	}

	.bs-response li {
		display: block;
		padding: 20px;
		font-size: 14px;
		width: 100%;
		height: auto;
		position: relative;
	}

	.response-span:after {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -30%;
		width: 60%;
		height: 1px;
		background: #dcecfe;
		content: "";
	}

	.response-span.no-after:after {
		display: none;
	}

	.bs-response li img {
		width: 108px;
	}

	.case-logo img {
		width: 70%;
		margin: 20px auto;
	}

	.develop-language img {
		width: 25%;
		margin: 0 10px;
	}

	.matuer-frame img {
		width: 100%;
	}

	.development-process {
		margin: 0;
	}

	.development-process li {
		font-size: 16px;
		margin: 0 10px;
		line-height: 40px;
	}

	.development-process li img {
		width: 40px;
	}

	.partner-list-img img {
		width: 80px;
		margin: 15px 15px 0;
	}

	.lan-interactive {
		padding: 10px 30px;
		margin-top: 30px;
	}

	.brain-pic {
		margin-top: -10px;
	}

	.user-portrait {
		width: 100%;
	}

	.change-life-info {
		margin: 0 5%;
		padding: 30px;
		min-height: 485px;
	}

	.change-life-info img {
		height: 60px;
	}

	.change-life-info .icon-title {
		margin: 10px auto;
	}

	.swiper-container-intelligence {
		padding-bottom: 30px;
	}

	.case-bg {
		padding: 14px;
		background-size: 330px;
		margin: 20px 0;
	}

	.suc-case h4 {
		padding: 12px;
	}

	.suc-case span {
		bottom: 9px;
		right: 12px;
	}

	.suc-case {
		width: 192px;
	}

	.bg-wenli-mobile {
		padding: 20px 0;
		background: url(../image/bg-wenli-mobile.png) no-repeat;
		background-size: 100% 100%;
	}

	.bg-wenli-mobile img {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 413px) {
	.change-life-info {
		min-height: 515px;
	}
}

@media screen and (max-width: 374px) {
	.change-life-info {
		min-height: 574px;
	}

	.technology-solution li {
		font-size: 14px;
		margin: 0 6px;
	}

	.bs-advantage-li {
		height: 357px;
	}

	.pc-banner-text .marketing-title {
		font-size: 16px;
		font-weight: lighter !important;
		letter-spacing: 6px;
		text-indent: 6px;
		display: inline-block;
		border: 1px solid #ffffff;
		margin: 0;
		opacity: 0.8;
	}

	.development-process li.case-li {
		margin: 0 3px;
	}

	.case-bg {
		padding: 14px;
		background-size: 295px;
		margin: 20px 0;
	}

	.suc-case {
		width: 180px;
	}
}

.ai-banner-text {
	position: absolute;
	left: 15%;
	top: 42%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.btn-blue {
	display: table-cell;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #484848;
	padding: 0px 30px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 52px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 1000px;
	outline: none;
}

.btn-blue img {
	margin-left: 45px;
	height: 30px;
	width: 30px;
}

.ai-features .container-fluid {
	padding: 0;
}

.ai-features .ai-feature-r,
.ai-features .ai-feature-p {
	width: 100%;
}

.ai-features .ai-feature-r {
	background: url("../image/ai_feature_2_bg.jpg");
}

.ai-features .ai-feature {
	max-width: 1300px;
	margin: 0 auto;
}

.ai-features .ai-feature-p .ai-feature-msg {
	padding-right: 0;
	padding-top: 85px;
}

.ai-features .ai-feature-p .ai-feature-img {
	text-align: center;
	padding-right: 30px;
}

.ai-features .ai-feature-r .ai-feature-msg {
	padding-top: 85px;
}

.ai-features .ai-feature-r .ai-feature-img {
	padding-left: 0;
	text-align: left;
}

.ai-feature-msg h2 {
	font-size: 30px;
	position: relative;
}

.ai-feature-msg h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 60px;
	height: 8px;
	background-color: #54d5e9;
	border-radius: 4px;
}

.ai-feature-msg h2 span {
	font-size: 46px;
	color: #3bcde3;
}

.ai-feature-msg h3 {
	margin-top: 100px;
}

.ai-feature-msg p {
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
}

.ai-feature-img img {
	padding: 60px 0;
	width: 100%;
}

.ai-choise .main-func {
	background: url("../image/ai_aiyi_bg.jpg");
}

.ai-choise .ai-intro {
	text-align: center;
}

.ai-choise .ai-choise-caption,
.ai-proj .ai-proj-caption,
.ai-cases .ai-case-caption {
	display: block;
	margin-top: 45px;
	font-size: 24px;
	color: #4a4a4a;
}

.ai-choise .ai-icon {
	min-height: 128px;
}

.ai-choise .icon-bottom-text {
	font-size: 16px;
}

.ai-proj .ai-proj-how,
.ai-cases .ai-case-how {
	text-align: center;
}

.ai-proj .five-ele {
	background-color: #fff;
	color: #4a4a4a;
	text-align: left;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.ai-proj .five-ele > div {
	padding: 0;
}

.ai-proj .five-ele > div > div {
	display: inline-block;
	text-align: left;
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
	width: 100%;
}

.ai-proj .five-ele .ai-proj-icon {
	padding-bottom: 12px;
}

.ai-proj p {
	display: block;
	height: 32px;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	margin: 0;
}

.ai-proj h3 {
	margin: 0;
	font-size: 22px;
	padding-top: 5px;
}

.ai-proj .ai-proj-info {
	position: relative;
}

.ai-proj .consult-area {
	text-align: center;
	margin-bottom: 60px;
}

.ai-proj .consult-area a {
	display: inline-block;
	color: #fff;
	font-size: 26px;
	height: 60px;
	width: 240px;
	border-radius: 1000px;
	background-color: #ff3d58;
	border-color: #ff3d58;
	line-height: 48px;
}

.ai-proj .consult-area a:hover {
	color: #fff;
	opacity: 0.8;
}

.ai-cases {
	padding-bottom: 150px;
	text-align: center;
	background-color: #f4f5f7;
}

.ai-cases .ai-case-how {
	margin-bottom: 50px;
}

.ai-cases a {
	display: block;
	position: relative;
	color: #fff;
}

.ai-cases a div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 20px;
}

.ai-cases a div h3 {
	margin-top: 30px;
}

.ai-cases a > img {
	width: 100%;
}

.ai-cases .col-sm-4 {
	padding: 8px;
}

@media screen and (max-width: 1681px) {
	.ai-banner-text {
		left: 10%;
	}
}

@media screen and (max-width: 1312px) {
	.ai-feature-msg h2 {
		font-size: 26px;
	}

	.ai-features .ai-feature-p .ai-feature-msg,
	.ai-features .ai-feature-r .ai-feature-msg {
		padding: 20px 20px 0 20px;
	}

	.ai-features .ai-feature-p .ai-feature-img,
	.ai-features .ai-feature-r .ai-feature-img {
		padding: 20px 0;
	}

	.ai-features .ai-feature-p .ai-feature-img img,
	.ai-features .ai-feature-r .ai-feature-img img {
		padding: 0 30px;
	}

	.ai-feature {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (max-width: 1200px) {
	.ai-feature-msg h3 {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.ai-banner-text h1 {
		font-size: 54px;
	}

	.ai-banner-text h3 {
		font-size: 34px;
		margin-top: 38px;
	}

	.ai-banner-text p {
		font-size: 22px;
		color: #b5d5ee;
		margin-bottom: 30px;
	}

	.ai-choise .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ai-cases .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.ai-features .ai-feature {
		max-width: 970px;
	}

	.ai-features .ai-feature-msg {
		text-align: center;
	}

	.ai-feature-img img {
		padding: 0;
	}

	.ai-features .ai-feature-p .ai-feature-img,
	.ai-features .ai-feature-r .ai-feature-img {
		text-align: center;
	}

	.ai-feature-msg h2:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
		width: 60px;
		height: 8px;
		background-color: #54d5e9;
		border-radius: 4px;
	}
}

@media screen and (max-width: 900px) {
	.ai-proj p {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.ai-banner-text h1 {
		font-size: 28px;
	}

	.ai-banner-text {
		width: 100%;
		text-align: center;
		left: 0;
	}

	.btn-blue {
		line-height: 34px;
		padding: 0px 15px;
		font-size: 20px;
	}

	.btn-blue img {
		margin-left: 20px;
		height: 24px;
		width: 24px;
		vertical-align: middle;
	}

	.ai-feature {
		padding-left: 50px;
		padding-right: 50px;
	}

	.ai-features .container-fluid {
		margin-bottom: 40px;
	}

	.ai-feature-msg h2 {
		font-size: 17px;
	}

	.ai-feature-msg h2 span {
		font-size: 25px;
	}

	.ai-feature-msg h2:after {
		height: 4px;
		width: 35px;
		bottom: -10px;
	}

	.ai-feature-msg h3 {
		font-size: 14px;
		font-weight: 500;
		margin-top: 40px;
	}

	.ai-feature-msg p {
		font-size: 12px;
		line-height: 26px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.ai-features .ai-feature-p .ai-feature-img,
	.ai-features .ai-feature-r .ai-feature-img {
		padding: 0;
	}

	.ai-proj .five-ele [class^="col-"]:last-child {
		margin-bottom: 35px;
	}

	.ai-proj .five-ele > div > div {
		margin-left: 0;
		-webkit-transform: translatex(10%);
		-ms-transform: translatex(10%);
		transform: translatex(10%);
	}

	.ai-proj .five-ele .ai-proj-icon {
		-webkit-transform: scaleX(0.8) scaleY(0.8) translateX(-10%);
		-ms-transform: scaleX(0.8) scaleY(0.8) translateX(-10%);
		transform: scaleX(0.8) scaleY(0.8) translateX(-10%);
	}

	.ai-choise .icon-inner h3 {
		font-size: 14px;
	}

	.ai-choise .icon-bottom-text {
		font-size: 12px;
	}

	.ai-choise .ai-choise-caption,
	.ai-proj .ai-proj-caption,
	.ai-cases .ai-case-caption {
		font-size: 17px;
	}

	.ai-proj p {
		font-size: 12px;
	}

	.ai-proj h3 {
		font-size: 14px;
	}

	.ai-proj .five-ele {
		margin-top: 20px;
	}

	.ai-proj .consult-area a {
		font-size: 15px;
		height: 35px;
		width: 140px;
		border-radius: 1000px;
		line-height: 24px;
	}

	.ai-proj .consult-area {
		margin-bottom: 35px;
	}

	.ai-cases .ai-case-caption {
		margin-top: 35px;
	}

	.ai-cases .ai-case-how {
		margin-bottom: 25px;
	}

	.ai-cases a div h3 {
		font-size: 15px;
	}

	.ai-cases .col-sm-4 {
		padding-left: 24px;
		padding-right: 24px;
	}

	.ai-cases {
		padding-bottom: 50px;
	}

	.ai-cases img {
		width: 50%;
	}

	.ai-cases a div {
		padding-top: 30px;
	}
}

.main .outsource-wrap {
	max-width: 1398px;
	padding-left: 0;
	padding-right: 0;
}

.outsource-wrap .item {
	padding-left: 37px;
	padding-right: 37px;
}

.outsource-wrap > h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 80px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.main .outsource-server {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 100px;
}

.outsource-server h2 {
	line-height: 160px;
	font-weight: 500;
}

.outsource-server .row {
	margin: 0;
}

.outsource-server .row div {
	padding-left: 30px;
	padding-right: 30px;
}

.outsource-server .row .server-item {
	box-shadow: 0 11px 27px rgba(0, 44, 66, 0.06);
	border-radius: 4px;
	padding: 30px 0 30px 80px;
	height: 310px;
	position: relative;
}

.outsource-server .row > div:first-child .server-item {
	border-top: solid 4px #3ed3d0;
}

.outsource-server .row > div:first-child .server-item::after {
	content: "";
	background: url("../image/exp_design.png") no-repeat;
	position: absolute;
	display: block;
	width: 238px;
	height: 134px;
	right: 40px;
	bottom: 30px;
	z-index: 5;
	background-size: contain;
}

.outsource-server .row > div:last-child .server-item {
	border-top: solid 4px #5588e5;
}

.outsource-server .row > div:last-child .server-item::after {
	content: "";
	background: url("../image/exp_develop.png") no-repeat;
	position: absolute;
	display: block;
	width: 238px;
	height: 134px;
	right: 40px;
	bottom: 30px;
	z-index: 5;
	background-size: contain;
}

.outsource-server .row .server-item h3 {
	font-size: 22px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;
}

.outsource-server .row .server-item div {
	padding: 0;
	text-align: left;
	z-index: 20;
}

.server-item span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 30px;
	color: #55637c;
}

.server-item span::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: #5588e5;
	position: absolute;
	top: 12px;
	left: 6px;
}

.outsource-advantage {
	padding-bottom: 100px;
	padding-top: 90px;
	background-color: #f9fcfd;
}

.outsource-advantage img {
	width: 100%;
}

.outsource-advantage .skill {
	padding-left: 75px;
}

.outsource-advantage .skill h3 {
	font-size: 22px;
	padding-left: 24px;
	margin-bottom: 20px;
	position: relative;
}

.outsource-advantage .skill h3::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #f36060;
	border-radius: 4px;
	top: 8px;
	left: 0px;
}

.outsource-advantage .skill p {
	font-size: 16px;
	line-height: 32px;
	color: #55637c;
}

.outsource-advantage h2 {
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 65px;
}

.outsource-flow {
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}

.outsource-flow h2 {
	line-height: 160px;
	font-weight: 500;
}

.outsource-flow .flow-icon::before {
	content: "";
	background: url("../image/flow_line.png") no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-bottom: 10px;
	position: absolute;
	top: 50%;
	right: 50%;
}

.outsource-flow .row > div {
	padding: 0;
}

.outsource-flow .row > div:first-child .flow-icon::before {
	content: "";
	background: none;
}

.outsource-flow .flow-icon {
	position: relative;
}

.outsource-flow .icon-msg {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.outsource-flow .icon-msg h3 {
	font-size: 34px;
	font-weight: 600;
}

.outsource-flow .icon-msg h4 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.outsource-flow .icon-msg p {
	font-size: 16px;
	line-height: 32px;
	color: #55637c;
	padding: 0 45px;
}

.outsource-contact {
	width: 100%;
	height: 389px;
	background: url("../image/contact_bg.png") no-repeat;
	background-size: cover;
}

.outsource-contact > div {
	text-align: center;
}

.outsource-contact h3 {
	padding-top: 140px;
	margin: 0;
	font-size: 32px;
}

.outsource-contact .consult-area {
	padding-top: 60px;
}

.outsource-contact .consult-area a {
	display: inline-block;
	color: #fff;
	width: 190px;
	height: 52px;
	line-height: 42px;
	font-size: 18px;
	border-radius: 1000px;
	background-color: #3172e7;
	border-color: #3172e7;
}

.pc-banner .pc-banner-text .out-text-top {
	font-size: 62px;
	font-weight: 550;
	text-shadow: 0 5px 0 #357edb;
	display: block;
	text-align: center;
}

.pc-banner .pc-banner-text .out-text-bottom {
	font-size: 30px;
	font-weight: lighter;
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.outsource-wrap .item {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 1312px) {
	.outsource-wrap {
		padding-left: 80px;
		padding-right: 80px;
	}

	.outsource-server .row .server-item {
		padding: 30px 0 30px 40px;
	}

	.outsource-server .row > div:last-child .server-item::after {
		width: 200px;
		bottom: 15px;
	}

	.outsource-server .row > div:first-child .server-item::after {
		width: 200px;
		bottom: 15px;
	}

	.outsource-wrap .item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.outsource-wrap .wow {
		padding-right: 25px;
		padding-left: 25px;
	}

	.outsource-flow .flow-icon img {
		width: 60%;
	}

	.outsource-flow .flow-icon::before {
		background-size: 40%;
	}
}

@media screen and (max-width: 1200px) {
	.outsource-server .row .server-item {
		padding: 10px 0 20px 10px;
	}

	.outsource-server .row > div:first-child .server-item::after {
		width: 200px;
	}

	.outsource-server .row > div:last-child .server-item::after {
		width: 200px;
	}

	.outsource-advantage .skill h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.outsource-advantage .skill p {
		line-height: 24px;
	}
}

@media screen and (max-width: 992px) {
	.pc-banner .pc-banner-text .out-text-top {
		font-size: 48px;
		font-weight: 600;
		text-shadow: none;
		margin-bottom: 20px;
	}

	.pc-banner .pc-banner-text .out-text-bottom {
		font-size: 20px;
	}

	.outsource-server h2 {
		line-height: 160px;
	}

	.outsource-server .row div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.outsource-server .row .server-item {
		height: 240px;
	}

	.outsource-server .row > div:first-child .server-item::after {
		right: 10px;
		bottom: 0px;
		width: 170px;
	}

	.outsource-server .row > div:last-child .server-item::after {
		right: 10px;
		bottom: 0px;
		width: 170px;
	}

	.outsource-server .row .server-item h3 {
		margin-bottom: 10px;
	}

	.server-item span {
		line-height: 20px;
	}
}

@media screen and (max-width: 767px) {
	.pc-banner .pc-banner-text .out-text-top {
		font-size: 23px;
		font-weight: 600;
		text-shadow: none;
		margin-bottom: 20px;
	}

	.pc-banner .pc-banner-text .out-text-bottom {
		font-size: 13px;
	}

	.outsource-server h2 {
		font-size: 18px;
		line-height: 40px;
	}

	.main .outsource-server {
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.outsource-server .row .server-item {
		height: 200px;
	}

	.outsource-server .row > div:first-child .server-item::after {
		right: 10px;
		top: 105px;
		width: 136px;
	}

	.outsource-server .row > div:last-child .server-item::after {
		right: 10px;
		top: 105px;
		width: 136px;
	}

	.outsource-server .row .server-item h3 {
		font-size: 17px;
		padding-left: 35px;
	}

	.server-item > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 120px;
	}

	.server-item span {
		font-size: 12px;
		line-height: 24px;
		padding-left: 35px;
	}

	.server-item span::before {
		background-color: #3ed3d0;
		top: 9px;
		left: 20px;
	}

	.outsource-server .row div {
		padding-bottom: 15px;
	}

	.outsource-advantage {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.outsource-advantage h2 {
		font-size: 18px;
		margin-bottom: 30px;
		padding-top: 40px !important;
	}

	.outsource-advantage img {
		padding: 0 40px 20px 40px;
	}

	.outsource-advantage .skill {
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.outsource-advantage .skill h3 {
		font-size: 15px;
		padding-left: 12px;
		margin-bottom: 10px;
	}

	.outsource-advantage .skill p {
		font-size: 13px;
		padding: 0 12px;
		line-height: 22px;
	}

	.outsource-advantage .skill h3::before {
		width: 4px;
		height: 4px;
		top: 6px;
	}

	.outsource-flow {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.outsource-flow h2 {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}

	.outsource-flow .flow-icon::before {
		background: none;
	}

	.outsource-flow .flow-icon img {
		width: 122px;
	}

	.outsource-flow .row > div {
		height: 270px;
	}

	.outsource-flow .icon-msg h3 {
		font-size: 18px;
		font-weight: 600;
	}

	.outsource-flow .icon-msg h4 {
		font-size: 16px;
		font-weight: 600;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.outsource-flow .icon-msg p {
		font-size: 13px;
		line-height: 24px;
	}

	.outsource-contact {
		height: 158px;
		background: url("../image/contact_bg_wap.png") no-repeat;
		background-size: cover;
	}

	.outsource-contact h3 {
		padding: 40px 60px 0 60px;
		line-height: 24px;
		font-size: 17px;
	}

	.outsource-contact .consult-area {
		padding-top: 15px;
	}

	.outsource-contact .consult-area a {
		width: 131px;
		height: 35px;
		line-height: 25px;
		font-size: 13px;
	}

	.main .outsource-wrap h2 {
		font-size: 17px;
		line-height: 30px;
	}

	.outsource-wrap .item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.outsource-wrap > div {
		padding-left: 25px;
		padding-right: 25px;
	}

	.outsource-wrap {
		padding: 0;
	}
}

.consumer-exp .pc-banner .pc-banner-text {
	top: 40%;
}

.consumer-exp .pc-banner .pc-banner-text .out-text-top {
	margin-bottom: 20px;
}

.main .ce-range {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 100px;
	background-color: #f9fcfd;
}

.main .ce-range .wrap {
	padding-left: 0;
	padding-right: 0;
}

.main .db-title h2 {
	margin-top: 0;
}

.main .db-title h2::after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background-color: #cfdae3;
	margin: 15px auto 0;
}

.main .db-title {
	padding-top: 90px;
	text-align: center;
}

.main .ce-range .row {
	margin-top: 50px;
}

.main .ce-range .range-item {
	height: 430px;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 27px 2px rgba(0, 44, 66, 0.06);
}

.ce-range .range-item span {
	text-align: center;
	padding-top: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ce-range .range-item span h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ce-range .range-item p {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	text-align: left;
}

.main .ce-advantage .wrap {
	padding: 0;
}

.main .ce-advantage .skilllist {
	padding-top: 150px;
}

.main .ce-advantage .skilllist .skill {
	padding-bottom: 80px;
	padding-left: 90px;
}

.main .ce-advantage .skilllist .skill div {
	width: 100%;
	height: 38px;
}

.main .ce-advantage .skilllist .skill span {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	height: 38px;
	width: 38px;
	border-radius: 19px;
	background-color: #4ea6fc;
	float: left;
}

.main .ce-advantage .skilllist .skill h3 {
	float: left;
	padding-left: 20px;
	margin: 0;
	line-height: 38px;
}

.main .ce-advantage .skilllist .skill p {
	line-height: 30px;
	padding-left: 58px;
}

.main .ce-flow {
	background-color: #f9fcfd;
}

.main .ce-flow .wrap {
	padding-left: 0;
	padding-right: 0;
}

.main .ce-flow .five-ele {
	background-color: #f9fcfd;
	color: #303030;
	padding-top: 0;
}

.main .ce-flow .icon-msg {
	text-align: center;
}

.main .ce-flow .icon-msg h3 {
	margin-bottom: 20px;
}

.main .ce-flow .icon-msg p {
	line-height: 30px;
	padding: 0 30px;
}

.main .ce-flow .flow-icon {
	position: relative;
}

.main .ce-flow .flow-icon::before {
	content: "";
	background: url("../image/flow_line1.png") no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-bottom: 10px;
	position: absolute;
	top: 50%;
	right: 50%;
}

.main .ce-flow .five-ele > div:first-child .flow-icon::before {
	content: "";
	background: none;
}

.main .ce-flow .five-ele > div {
	padding: 0;
}

.main .ce-wrap {
	padding-left: 0;
	padding-right: 0;
}

.main .ce-intro {
	padding-bottom: 30px;
	padding-top: 0;
}

.main .ce-intro .wrap {
	padding-left: 0;
	padding-right: 0;
}

.main .ce-intro .contact-us .form-group:after {
	left: 90%;
}

@media screen and (max-width: 1312px) {
	.ce-range .range-item span h3 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.main .ce-flow .flow-icon img {
		width: 180px;
	}

	.main .ce-flow .flow-icon::before {
		background-size: 45%;
	}
}

@media screen and (max-width: 1200px) {
	.ce-range .range-item span {
		padding-top: 30px;
	}

	.main .ce-range .range-item {
		margin: 0;
	}

	.main .adv-technique img {
		width: 100%;
	}

	.main .ce-advantage .skilllist {
		padding-top: 50px;
	}

	.main .ce-advantage .skilllist .skill {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 992px) {
	.main .ce-range .range-item {
		height: 380px;
	}

	.ce-range .range-item span {
		padding-top: 20px;
	}

	.ce-range .range-item p {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 20px;
	}

	.main .ce-advantage .skilllist {
		padding-top: 20px;
	}

	.main .ce-advantage .skilllist .skill {
		padding-bottom: 20px;
		padding-left: 40px;
	}

	.main .ce-flow .flow-icon img {
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.main .ce-flow .flow-icon::before {
		display: none;
	}

	.main .ce-range .range-item {
		margin-left: 25px;
		margin-right: 25px;
		height: 320px;
		margin-bottom: 20px;
	}

	.ce-range .range-item p {
		line-height: 20px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.ce-range .range-item span h3 {
		margin-bottom: 5px;
	}

	.main .db-title {
		padding-top: 30px;
	}

	.main .ce-range .row {
		margin-top: 30px;
	}

	.main .ce-range {
		padding-bottom: 30px;
	}

	.main .ce-advantage .skilllist .skill {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main .ce-advantage .skilllist .skill p {
		padding-left: 25px;
		padding-right: 25px;
	}

	.main .ce-range h2 {
		font-size: 20px;
	}

	.main .ce-advantage h2 {
		font-size: 20px;
	}

	.main .ce-flow h2 {
		font-size: 20px;
	}

	.main .ce-range h3 {
		font-size: 16px;
	}

	.main .ce-advantage h3 {
		font-size: 16px;
	}

	.main .ce-flow h3 {
		font-size: 16px;
	}

	.main .ce-flow .icon-msg h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.main .ce-flow .icon-msg p {
		line-height: 20px;
	}

	.main .ce-flow .five-ele [class^="col-"] {
		margin-bottom: 15px;
	}

	.main .adv-technique img {
		padding-left: 15px;
		padding-right: 15px;
	}

	.main .ce-flow .flow-icon img {
		width: 90%;
	}
}

.xkh-far {
	font-size: 34px;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
}

.xkh span {
	display: block;
	width: 100%;
}

.xkh-far span::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: 20px;
	left: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.design-body .submit-des.design-pro-sub a {
	line-height: 52px;
}

.wyn {
	font-size: 56px;
	color: #ffffff;
	line-height: 78px;
	font-family: PingFangSC-Medium;
	margin-bottom: 35px;
	display: block;
	text-align: center;
}

.tip {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.tipo {
	margin-bottom: 6px;
}

#des-pro-body {
	display: block;
}

#des-spr-body {
	display: none;
}

.design-body {
	width: 100%;
}

.design-body .design-title {
	height: 40px;
	background: #fafafa;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.design-body .design-title li:first-child {
	margin-right: 50px;
}

.design-body .design-title span {
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 24px;
	padding: 8px 0;
	cursor: pointer;
}

.design-body .design-title li span {
	border-bottom: 2px solid transparent;
}

.design-body .design-title .cur {
	border-bottom: 2px solid #ed4f5d;
	color: #ed4f5d;
}

.design-body .txt {
	margin-top: 58px;
	margin-bottom: 58px;
	text-align: center;
}

.design-body .txt .p1 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	position: relative;
}

.design-body .txt .p1::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: -5px;
	left: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.design-body .txt .p2 {
	font-size: 14px;
	opacity: 0.55;
}

.design-body .wrap .wrap-main-bgc:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.design-body .wrap .design-pic:hover .design-pic-text {
	opacity: 1;
}

.design-body .wrap .design-pic:hover .design-pic-text div {
	opacity: 1;
}

.design-body .wrap .design-pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.design-body .wrap .design-pic img {
	display: block;
	width: 100%;
	height: auto;
}

.design-body .wrap .design-pic .design-pic-text {
	top: 0px;
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #2c2c2c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.design-body .wrap .design-pic .design-pic-text div {
	padding: 0 8%;
	font-size: 22px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.design-body .wrap p {
	margin-bottom: 30px;
	margin-top: 14px;
	text-align: center;
	font-size: 24px;
}

.design-body .wrap-main {
	margin-top: 58px;
	background-color: #f9f9f9;
}

.design-body .wrap-main h2 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	text-align: center;
	padding-top: 38px;
	position: relative;
}

.design-body .wrap-main .xkh::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: -7px;
	left: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.design-body .wrap-main p {
	font-size: 14px;
	text-align: center;
	opacity: 0.55;
	margin-bottom: 58px;
}

.design-body .wrap-main .more-txt {
	padding: 15px 0 35px;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.39);
	line-height: 32px;
}

.design-body .wrap-main .wrap-main-bgc {
	overflow: hidden;
	background-size: 100%;
	height: 311px;
	position: relative;
	padding-right: 0;
}

.design-body .wrap-main .wrap-main-bgc img {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.design-body .wrap-main .wrap-main-bgc div:nth-child(2) {
	position: absolute;
	width: 100%;
	bottom: 21px;
	left: 36px;
}

.design-body .wrap-main .wrap-main-bgc div:nth-child(2) h3 {
	width: 100%;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 6px;
}

.design-body .wrap-main .wrap-main-bgc div:nth-child(2) p {
	width: 70%;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	opacity: 1;
}

@media (min-width: 1200px) {
	.design-body .wrap-main .col-sm-7 {
		width: 58.33333333%;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.design-body .wrap-main .col-sm-7 {
		width: 58.33333333%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.design-body .wrap-main .col-sm-7 {
		width: 58.33333333%;
	}
}

.design-body .wrap-main .wrap-main-txt {
	position: relative;
	height: 311px;
	padding-left: 0;
}

.design-body .wrap-main .wrap-main-txt .wrap-main-txt-bgc {
	background-color: #2d2d2d;
	height: 311px;
	width: 100%;
}

.design-body .wrap-main .wrap-main-txt h3 {
	padding: 8% 8% 0%;
	margin: 0;
	line-height: 38px;
	color: #fff;
	font-size: 28px;
}

.design-body .wrap-main .wrap-main-txt p {
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}

.design-body .wrap-main .wrap-main-txt p span {
	margin-left: 15px;
}

.design-body .wrap-main .wrap-main-txt .time {
	position: absolute;
	right: 40px;
	bottom: 0px;
}

.design-body .wrap-main .wrap-main-txt .time::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: 3px;
	width: 3px;
	height: 46px;
	background-color: red;
}

.design-body .submit-des {
	padding-top: 34px;
	padding-bottom: 34px;
	text-align: center;
}

.design-body .submit-des a {
	display: inline-block;
	width: 170px;
	height: 52px;
	color: #fff;
	line-height: 38px;
	font-size: 20px;
	background-color: #333;
	border-radius: 100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 1600px) {
	.wrap-main {
		max-width: 100%;
	}

	.wrap-main > .row {
		padding-left: 80px;
		padding-right: 80px;
		max-width: 1600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1312px) {
	.design-body .wrap-main .wrap-main-bgc img {
		height: 331px;
	}
}

@media screen and (max-width: 1200px) {
	.design-body .wrap-main .wrap-main-bgc div:nth-child(2) h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.design-body .wrap-main .wrap-main-txt h3 {
		right: 86px;
		top: 90px;
		font-size: 26px;
	}

	.design-body .wrap-main .wrap-main-txt p {
		right: 42px;
		bottom: 24px;
		font-size: 15px;
	}

	.design-body .wrap-main .wrap-main-txt .time {
		right: 42px;
		bottom: -6px;
	}

	design-body .wrap p {
		margin-bottom: 26px;
		margin-top: 10px;
	}

	.design-body .wrap .design-pic .design-pic-text div {
		font-size: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.design-body .wrap-main .wrap-main-txt h3 {
		right: 60px;
	}
}

@media screen and (max-width: 992px) {
	.design-body .wrap-main .wrap-main-bgc {
		height: 300px;
	}

	.design-body .wrap-main .wrap-main-txt {
		height: 300px;
		overflow: hidden;
	}

	.design-body .wrap .design-pic .design-pic-text div {
		font-size: 18px;
	}

	.wrap-main-bgc h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.design-body .wrap-main .wrap-main-txt h3 {
		right: 60px;
		top: 90px;
		font-size: 22px;
		line-height: 34px;
	}

	.design-body .wrap p {
		font-size: 22px;
	}

	.design-body .wrap-main .wrap-main-bgc div:nth-child(2) p {
		width: 90%;
	}
}

@media screen and (max-width: 820px) {
	.design-body .wrap-main .wrap-main-txt h3 {
		right: 40px;
	}

	.design-body .wrap-main .wrap-main-bgc p {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.design-body .pad8 {
		padding: 0 20px;
	}

	.wyn {
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.tipo {
		margin-bottom: 3px;
	}

	.tip {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
	}

	.design-body .txt .p1 {
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
	}

	.design-body .txt {
		margin-top: 34px;
		margin-bottom: 34px;
	}

	.design-body .txt .p2 {
		font-size: 12px;
	}

	.design-pic-text1 {
		padding: 0 16px 30px;
	}

	.design-body .wrap p {
		font-size: 16px;
	}

	.design-body .wrap p {
		margin-bottom: 14px;
		margin-top: 4px;
		text-align: center;
		font-size: 16px;
	}

	.design-body .wrap-main {
		margin-top: 6px;
	}

	.design-body .wrap-main h2 {
		font-size: 18px;
		line-height: 18px;
	}

	.design-body .wrap-main h2 {
		padding-top: 14px;
	}

	.design-body .wrap p {
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: center;
		font-size: 16px;
		padding: 12px 40px 2px;
	}

	.design-body .wrap-main .wrap-main-bgc div:nth-child(2) h3 {
		font-size: 16px;
		line-height: 16px;
		margin: 0;
	}

	.design-body .wrap-main .wrap-main-bgc div:nth-child(2) {
		bottom: 10px;
	}

	.design-body .wrap-main .wrap-main-bgc div:nth-child(2) p {
		width: 80%;
		font-size: 12px;
		bottom: 0px;
		line-height: 14px;
		color: #fff;
		text-align: left;
		padding: 5px 5px 5px 0;
	}

	.design-body .wrap-main .wrap-main-bgc {
		height: 190px;
	}

	.design-body .wrap-main .wrap-main-bgc img {
		height: 190px;
		display: block;
	}

	.design-body .wrap-main .wrap-main-txt {
		height: 224px;
		margin-bottom: 20px;
	}

	.design-body .wrap-main .wrap-main-txt .wrap-main-txt-bgc {
		height: 224px;
	}

	.design-body .wrap .design-pic img {
		display: block;
		height: auto;
		width: 100%;
	}

	.design-body .wrap-main .wrap-main-txt h3 {
		right: 110px;
	}

	.design-body .wrap-main .wrap-main-txt h3 {
		top: 40px;
		font-size: 20px;
	}

	.design-body .wrap-main .wrap-main-txt p {
		right: 20px;
		bottom: 24px;
		font-size: 12px;
	}

	.design-body .wrap-main .wrap-main-txt .time {
		right: 20px;
		bottom: 0px;
	}

	.design-body .wrap-main .wrap-main-txt .time::after {
		content: "";
		position: absolute;
		right: 25px;
		bottom: 3px;
		width: 2px;
		height: 38px;
		background-color: red;
	}

	.design-body .wrap .design-pic .design-pic-text {
		height: 190px !important;
		top: 0;
		position: static;
		background-color: #2c2c2c;
	}

	.design-body .wrap .design-pic .design-pic-text div {
		font-size: 16px;
		opacity: 1;
	}

	.design-body .wrap-main .more-txt {
		padding: 6px 0;
		font-size: 12px;
	}

	.xkh-far span::after {
		height: 1px;
		width: 18px;
		bottom: 20px;
	}

	.design-body .wrap-main .xkh::after {
		height: 1px;
		width: 18px;
		bottom: -4px;
	}

	.design-body .txt .p1::after {
		height: 1px;
		width: 18px;
	}

	.design-body .wrap-main .wrap-main-txt.margin-xs {
		margin-bottom: 0;
	}

	.design-body .wrap p.sty-xs {
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 34px;
	}

	.design-body .des-spr-banner .des-banner-des p {
		font-size: 13px;
	}
}

.design-body .des-spr-main .textright {
	text-align: right;
}

.design-body .des-think p:nth-child(2),
.design-body .des-think p:nth-child(3) {
	margin: 0;
	font-size: 14px;
	opacity: 0.55;
}

.design-body .des-think p:nth-child(3) {
	margin-top: 4px;
	margin-bottom: 31px;
}

.design-body .des-think p:nth-child(1) {
	font-size: 28px;
	margin-top: 58px;
	margin-bottom: 20px;
}

.design-body .des-think p:nth-child(1) span {
	font-size: 34px;
	font-weight: 700;
}

.design-body .des-think .sjwl {
	position: relative;
}

.design-body .des-think .sjwl::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: -3px;
	left: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.design-body .des-spr-banner {
	margin-top: 58px;
	margin-bottom: 60px;
}

.design-body .des-spr-banner .des-banner-inner {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.design-body .des-spr-banner .des-banner-main {
	width: 100%;
	overflow: hidden;
}

.design-body .des-spr-banner .des-banner-main .des-banner-txtpic {
	margin-top: 130px;
	float: left;
	width: 310px;
}

.design-body .des-spr-banner .des-banner-main .des-banner-txtpic img {
	display: block;
	width: 100%;
}

.design-body .des-spr-banner .des-banner-des:hover p span {
	background-size: 100% 100%;
}

.design-body .des-spr-banner .des-banner-des::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: 24px;
	left: 28px;
	background-color: #000;
}

.design-body .des-spr-banner .des-banner-des {
	position: relative;
	margin-bottom: 100px;
	float: right;
	height: 290px;
	width: 34%;
	background-color: #fff;
	padding: 33px 28px;
	font-size: 28px;
	text-align: left;
}

.design-body .des-spr-banner .des-banner-des p {
	text-align: left;
}

.design-body .des-spr-banner .des-banner-des p span {
	background-image: -webkit-linear-gradient(top, transparent 65%, #ff6e7b 0);
	background-image: linear-gradient(180deg, transparent 65%, #ff6e7b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.4s ease;
	transition: background-size 0.4s ease;
}

.design-body .des-spr-banner .des-banner-des div:first-child {
	color: #737373;
	font-size: 12px;
	margin-bottom: 13px;
}

.design-body .des-spr-banner .des-banner-des p:nth-child(2) {
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
	margin: 0;
}

.design-body .des-spr-banner .des-banner-des P:nth-child(3),
.design-body .des-spr-banner .des-banner-des p:nth-child(4),
.design-body .des-spr-banner .des-banner-des p:nth-child(5) {
	margin-top: 2px;
	margin-bottom: 2px;
}

.design-body .wrap .des-spr-goodfar {
	position: relative;
}

.design-body .wrap .des-spr-good::after {
	content: "";
	width: 3px;
	height: 180px;
	background-color: #000;
	position: absolute;
	left: 15px;
	top: 8px;
}

.design-body .wrap .des-spr-good div:nth-child(1) {
	font-family: PingFangSC-Medium;
	font-size: 30px;
	text-align: left;
	font-weight: 700;
	padding-left: 15px;
}

.design-body .wrap .des-spr-good p {
	text-align: left;
	margin: 0;
}

.design-body .wrap .des-spr-good p:nth-child(2) {
	margin-top: 7px;
	margin-bottom: 28px;
	color: #737373;
	font-size: 12px;
	padding-left: 15px;
}

.design-body .wrap .des-spr-good p:nth-child(3),
.design-body .wrap .des-spr-good p:nth-child(4),
.design-body .wrap .des-spr-good p:nth-child(5) {
	font-size: 20px;
	margin-bottom: 7px;
	position: relative;
	padding-left: 28px;
}

.design-body .wrap .des-spr-good p:nth-child(3)::after,
.design-body .wrap .des-spr-good p:nth-child(4)::after,
.design-body .wrap .des-spr-good p:nth-child(5)::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 0px;
	background-color: #000;
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.design-body .wrap .des-spr-go {
	text-align: left;
	color: #c9c9c9;
	font-size: 20px;
	padding-left: 34px;
}

.design-body .wrap .des-logo:first-child {
	margin-top: 56px;
}

.design-body .wrap .des-logo {
	margin: 0;
}

.design-body .wrap .des-logo li {
	float: left;
	width: 33.33333%;
	padding: 10px 0px 10px 16px;
}

.design-body .wrap .des-logo li img {
	display: block;
	width: 100%;
}

.design-body .des-spr-main {
	margin-top: 60px;
	margin-bottom: 50px;
}

.design-body .des-spr-main .des-spr-DP {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
}

.design-body .des-spr-main .des-spr-DP::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 37px;
	bottom: 54px;
	left: 50%;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.design-body .des-spr-main h2 {
	padding: 60px 0 60px;
	border: none;
	border-top: 1px solid #dcdcdc;
	text-align: left;
}

.design-body .des-spr-main h2:first-child {
	text-align: center;
}

.design-body .des-spr-main .des-spr-step {
	height: 311px;
	background-color: #f9f9f9;
	padding: 60px;
}

.design-body .des-spr-main .des-spr-step .p1 {
	font-size: 19px;
}

.design-body .des-spr-main .des-spr-step h2 {
	padding-top: 10px;
	position: relative;
	padding-bottom: 76px;
	font-size: 26px;
	line-height: 26px;
	margin: 0;
}

.design-body .des-spr-main .des-spr-step h2.afterL::after {
	content: "";
	position: absolute;
	left: 0;
	top: 70px;
	width: 30px;
	height: 2px;
	background-color: #ccc;
}

.design-body .des-spr-main .des-spr-step .des-spr-p1txt {
	width: 80%;
}

.design-body .des-spr-main .des-spr-step .des-spr-p1txt.textright {
	width: 100%;
	padding-left: 20%;
}

.design-body .des-spr-main .des-spr-step h2.textright::after {
	content: "";
	position: absolute;
	right: 0;
	top: 70px;
	width: 30px;
	height: 2px;
	background-color: #ccc;
}

.design-body .des-spr-main .dex-spr-box1 {
	width: 100%;
}

.design-body .des-spr-main .dex-spr-box2 {
	width: 100%;
}

.design-body .des-spr-main .dex-spr-box3 {
	width: 100%;
}

.design-body .des-spr-main .dex-spr-box:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.design-body .des-spr-main .dex-spr-box {
	height: 311px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.design-body .des-spr-main .dex-spr-box img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.design-body .des-spr-main .dex-spr-box .box {
	width: 100%;
	height: 110px;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	bottom: 0;
}

.design-body .des-spr-main .dex-spr-box .box .hd {
	height: 45px;
}

.design-body .des-spr-main .dex-spr-box .box .hd span {
	display: inline-block;
	line-height: 40px;
	text-align: left;
	cursor: pointer;
	color: #aba6a6;
	margin: 0 10px;
}

.design-body .des-spr-main .dex-spr-box .box .hd span:first-child {
	margin-left: 20px;
}

.design-body .des-spr-main .dex-spr-box .box .hd span.current {
	color: #fff;
	border-bottom: 2px solid #ed4f5d;
}

.design-body .des-spr-main .dex-spr-box .box .bd li {
	height: 70px;
	display: none;
	padding: 4px 20px;
	color: white;
}

.design-body .des-spr-main .dex-spr-box .box .bd li.show {
	color: white;
	display: block;
}

@media screen and (max-width: 767px) {
	.design-body .des-spr-banner .des-banner-des {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 131px;
		width: 216px;
		background-color: #fff;
		padding: 9px;
		font-size: 10px;
		text-align: left;
		margin: 0;
		right: 20px;
	}

	.design-body .des-spr-banner .des-banner-des p {
		margin: 4px 0;
	}

	.design-body .des-spr-banner .des-banner-des p:nth-child(2) {
		padding-top: 10px;
	}

	.design-body .wrap .des-spr-good p:nth-child(3),
	.design-body .wrap .des-spr-good p:nth-child(4),
	.design-body .wrap .des-spr-good p:nth-child(5) {
		padding: 0;
		margin: 0;
	}

	.design-body .wrap .des-spr-good p:nth-child(3)::after,
	.design-body .wrap .des-spr-good p:nth-child(4)::after,
	.design-body .wrap .des-spr-good p:nth-child(5)::after {
		left: 26px;
	}

	.pc-banner > .img-responsive {
		height: 190px;
	}

	.design-body .des-spr-banner .des-banner-main {
		height: 190px;
	}

	.design-body .des-think p:nth-child(3),
	.design-body .des-think p:nth-child(2) {
		font-size: 12px;
	}

	.design-body .des-think p:nth-child(2) {
		padding: 0;
	}

	.design-body .des-think p:nth-child(3) {
		margin-top: 0;
		padding-top: 0;
	}

	.design-body .des-think p:first-child {
		margin-top: 22px;
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

	.design-body .des-think p:nth-child(3) {
		padding-bottom: 3px;
	}

	.design-body .des-spr-banner {
		margin-top: 31px;
		margin-bottom: 20px;
	}

	.design-body .wrap .des-spr-good div:first-child {
		padding-left: 40px;
	}

	.design-body .des-spr-main h2 {
		border-top: none;
	}

	.design-body .des-spr-main .des-spr-step .des-spr-p1txt {
		width: 100%;
	}

	.design-body .des-spr-main .des-spr-step h2 {
		padding-bottom: 45px;
	}

	.design-body .des-spr-main .des-spr-step {
		height: 240px;
	}

	.design-body .des-spr-main .des-spr-step {
		height: 240px;
	}

	.design-body .des-spr-main .des-spr-step {
		padding: 26px;
	}

	.design-body .des-spr-main .des-spr-step .spec-h2 {
		margin: 0;
	}

	.design-body .des-spr-main .des-spr-step .spec-h2::after {
		content: "";
		position: absolute;
		left: 0;
		top: 70px;
		width: 30px;
		height: 2px;
		background-color: #ccc;
	}

	.design-body .des-spr-main .des-spr-step h2::after {
		top: 58px;
	}

	.design-body .wrap-main .wrap-main-txt h3 {
		margin: 0;
	}

	.design-body .des-spr-main .dex-spr-box .box {
		height: 116px;
	}

	.design-body .des-think p:nth-child(1) span {
		font-size: 18px;
	}

	.design-body .des-spr-main h2 {
		padding: 15px 0 15px;
	}

	.design-body .des-spr-main .des-spr-DP {
		font-size: 18px;
		padding: 30px 0;
	}
}

@media screen and (min-width: 1600px) {
	.wrap.des-banner-inner {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.design-body .des-spr-banner .des-banner-main .des-banner-txtpic {
		width: 410px;
	}

	.design-body .des-spr-banner .des-banner-des {
		top: 50%;
		height: 350px;
		width: 500px;
		padding: 32px;
	}

	.design-body .wrap .des-logo:first-child {
		margin-top: 29px;
	}

	.design-body .des-spr-banner .des-banner-des::after {
		bottom: 44px;
	}
}

@media (min-width: 1200px) {
	.des-spr-step.col-sm-7 {
		width: 58.33333333% !important;
	}
}

@media (max-width: 1300px) {
	.design-body .wrap .des-logo li {
		padding: 10px 12px;
	}
}

@media (max-width: 1288px) and (min-width: 1199px) {
	.design-body .des-spr-main .des-spr-step {
		height: 284px;
	}

	.design-body .des-spr-main .dex-spr-box {
		height: 284px;
	}

	.design-body .wrap p {
		font-size: 22px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.des-spr-step.col-sm-7 {
		width: 58.33333333% !important;
	}

	.design-body .des-spr-main .dex-spr-box img {
		height: 100%;
	}

	.design-body .des-spr-main .des-spr-step {
		padding: 20px;
	}

	.design-body .wrap .des-logo li {
		padding: 10px 10px;
	}

	.design-body .wrap p {
		font-size: 20px;
	}

	.design-body .des-spr-banner .des-banner-des {
		margin-bottom: 50px;
	}

	.design-body .des-spr-main .des-spr-step {
		height: 260px;
	}

	.design-body .des-spr-main .dex-spr-box {
		height: 260px;
	}

	.design-body .des-spr-banner .des-banner-main .des-banner-txtpic {
		width: 250px;
	}

	.design-body .wrap .des-logo:first-child {
		margin-top: 67px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.des-spr-step.col-sm-7 {
		width: 58.33333333% !important;
	}

	.design-body .des-spr-main .dex-spr-box img {
		height: 100%;
	}

	.design-body .wrap .des-logo li {
		padding: 10px 0px;
	}

	.design-body .des-spr-banner .des-banner-des {
		height: 254px;
		width: 360px;
	}

	.design-body .des-spr-banner .des-banner-des {
		font-size: 22px;
		padding: 24px;
	}

	.design-body .des-spr-banner .des-banner-des {
		margin-bottom: 20px;
	}

	.design-body .des-spr-banner .des-banner-des p:nth-child(2) {
		padding-top: 24px;
	}

	.design-body .des-spr-main .des-spr-step .des-spr-p1txt {
		width: 100%;
	}

	.design-body .des-spr-main .dex-spr-box .box .hd span {
		margin: 0 16px;
	}

	.design-body .des-spr-main .des-spr-step {
		height: 310px;
	}

	.design-body .des-spr-main .dex-spr-box {
		height: 310px;
	}

	.design-body .des-spr-main .des-spr-step h2 {
		padding-bottom: 60px;
	}

	.design-body .des-spr-banner .des-banner-main .des-banner-txtpic {
		width: 200px;
	}

	.design-body .wrap .des-logo:first-child {
		margin-top: 67px;
	}
}

@media screen and (max-width: 767px) {
	.design-body .wrap .des-logo li {
		padding: 10px 14px;
	}

	.design-body .des-spr-banner .des-banner-des div:first-child {
		margin-bottom: 4px;
	}

	.design-body .des-spr-banner .des-banner-main .des-banner-txtpic {
		position: absolute;
		left: 29px;
		bottom: 34px;
		width: 100px;
	}

	.design-body .wrap .des-spr-good p:nth-child(2) {
		padding-left: 40px;
	}

	.design-body .wrap .des-spr-good::after {
		content: "";
		width: 1px;
		height: 108px;
		background-color: #000;
		position: absolute;
		left: 42px;
		top: 3px;
	}

	.design-body .wrap .des-spr-good p:nth-child(3)::after,
	.design-body .wrap .des-spr-good p:nth-child(4)::after,
	.design-body .wrap .des-spr-good p:nth-child(5)::after {
		left: 40px;
	}

	.design-body .des-spr-main {
		margin-top: 0;
		margin-bottom: 0;
	}

	.design-body .wrap .des-spr-good p:nth-child(2) {
		margin-top: -3px;
		margin-bottom: 0px;
	}

	.design-body .wrap .des-spr-good p:nth-child(3),
	.design-body .wrap .des-spr-good p:nth-child(4),
	.design-body .wrap .des-spr-good p:nth-child(5) {
		margin-bottom: 0px;
	}

	.design-body .wrap .des-logo:first-child {
		margin-top: 20px;
	}

	.design-body .des-think p:nth-child(1) {
		font-size: 14px;
	}

	.design-body .wrap .des-spr-good div:nth-child(1) {
		font-size: 16px;
	}

	.design-body .wrap .des-spr-good p:nth-child(3),
	.design-body .wrap .des-spr-good p:nth-child(4),
	.design-body .wrap .des-spr-good p:nth-child(5) {
		font-size: 14px;
		padding-left: 50px;
	}

	.design-body .des-spr-banner .des-banner-inner {
		height: 100%;
	}

	.design-body .des-spr-banner .des-banner-des p:nth-child(2) {
		padding: 8px 0 0;
	}

	.design-body .des-spr-banner .des-banner-des p {
		margin: 0;
		padding: 0;
	}

	.design-body .des-spr-banner .des-banner-des::after {
		width: 0;
		height: 0;
	}

	.design-body .des-think .sjwl::after {
		content: "";
		position: absolute;
		height: 0px;
		width: 18px;
		bottom: 10px;
	}

	.design-body .des-spr-main .des-spr-step h2 {
		font-size: 18px;
	}

	.design-body .des-spr-main .des-spr-step .p1 {
		font-size: 16px;
	}

	.design-body .des-spr-main .dex-spr-box {
		height: 252px;
		margin-bottom: 20px;
	}

	.des-spr-mar20-xs {
		margin-bottom: 20px;
	}

	.design-body .des-spr-main h2.des-spr-DP {
		border-top: 1px solid #dcdcdc;
	}

	.design-body .des-spr-main .des-spr-DP::after {
		height: 1px;
		width: 18px;
		bottom: 38px;
	}
}

@media (min-width: 768px) and (max-width: 1399px) {
	.program-intro .col-inner {
		min-height: 190px;
		padding: 25px 10px 5px 15px;
	}

	.program-intro .col-inner .item-icon {
		width: 130px;
		height: 130px;
	}

	.program-intro .col-inner .item-text {
		padding-left: 150px;
	}

	.program-intro .col-inner .order-content {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.function-inner .col-wrap [class^="col-"] {
		width: 50% !important;
	}

	.function-inner .col-wrap [class^="col-"] .module-tree {
		max-width: 90%;
		margin: 0 auto 100px;
	}

	.function-inner .col-wrap [class^="col-"] .tree-text-title,
	.function-inner .col-wrap [class^="col-"] .tree-text {
		width: 90%;
		max-width: 230px;
		text-align: center !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.successful-case .caseimg {
		width: 40%;
		top: 0px;
		right: 0;
	}

	.tar-customer dt {
		width: 160px;
	}

	.light-gray-bg .container-fluid,
	.dark-gray-bg .container-fluid {
		padding-left: 59px;
		padding-right: 59px;
	}

	.pc-banner .banner-vr {
		padding-left: 11%;
	}

	.pc-banner .vr-img {
		display: inline-block;
		width: 460px;
	}

	.pc-banner .vr-img img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.pliis-inner {
		height: 152px;
		padding: 16px 30px;
		font-size: 14px;
		line-height: 28px;
	}

	.row04-pills {
		margin: 50px 7% 90px;
	}

	.row05.edu-tab .tab-content {
		padding-left: 0;
		padding-right: 0;
	}

	.icon-row-wrap {
		margin: 100px 75px 0;
	}

	.device .demand-scenario {
		height: 530px;
	}

	.device .demand-scenario .wrap {
		height: auto;
	}

	.second-caption {
		margin-top: 30px;
	}

	.five-ele {
		margin: 50px 20px 0;
		padding: 60px 0;
	}

	.five-inner p {
		white-space: nowrap;
		font-size: 13px;
		overflow: hidden;
	}

	.five-inner:after {
		width: 25px;
		height: 25px;
		right: -22px;
	}

	.critical-scene .scene-details {
		min-height: 350px;
		height: auto;
	}

	.main-func {
		padding-bottom: 65px;
	}

	.deve-concept {
		height: 700px;
	}

	.deve-row {
		margin-top: 90px;
	}

	.next-state .padding-36:first-child {
		padding-left: 0;
	}

	.next-state .padding-36:last-child {
		padding-right: 0;
	}

	.next-state .state-inner strong {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.future {
		padding: 50px 0;
	}

	.pc-banner .pc-banner-text .text-top,
	.pc-banner .pc-banner-text .text-bottom {
		padding-left: 10%;
	}

	.pc-banner .pc-banner-text .text-top {
		font-size: 30px;
	}

	.pc-banner .pc-banner-text .text-bottom {
		font-size: 50px;
	}

	.brand-text-inner {
		padding-left: 8%;
		padding-right: 8%;
		padding-bottom: 20px;
		font-size: 14px;
		text-align: justify;
	}

	.brand-text-inner .brand-title {
		margin-top: 30px;
		margin-bottom: 25px;
		font-size: 30px;
	}

	.brand-text-inner .brand-text {
		line-height: 26px;
	}

	.degisn-diplay {
		height: 440px;
		margin-top: 190px;
	}

	.degisn-diplay .bs-research {
		width: 1200px;
		margin-left: -600px;
		top: -163px;
	}

	.at-right .padding13:first-child {
		padding-left: 0;
	}

	.at-right .img-show {
		max-height: 290px;
	}

	.bottom-text {
		margin-top: 10px;
	}

	.ytx-market .website-img {
		height: 520px;
	}

	.ytx-design .project-item-intro {
		height: 1030px;
	}

	.ytx-design .website-inner {
		margin-top: 65px;
	}

	.next-state {
		padding: 50px 80px 50px 40px;
	}

	.ppdai-bg .bannerbg-wrap {
		width: 1100px;
		height: 400px;
		bottom: 140px;
	}

	.pliis-inner {
		font-size: 14px;
		line-height: 24px;
	}

	.DS .ds-framework .program-intro-content {
		top: 25%;
	}

	.project-items-wrap .item-inner05 .swiper-pagination {
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
	}

	.project-items-wrap .item-inner05 .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		width: 33.333333%;
		height: 95px;
	}

	.project-items-wrap .item-inner05 .swiper-pagination .swiper-pagination-bullet .pagination-title {
		padding-top: 5px;
		margin-bottom: 5px;
		background-position: 33px 18px;
	}

	.orangebg .left-text-wrap {
		padding-left: 45px;
		padding-right: 45px;
	}

	.orangebg .left-text-wrap h3 {
		margin-top: 20px;
		font-size: 20px;
	}

	.orangebg .left-text-wrap p {
		font-size: 15px;
	}

	.baisheng .degisn-diplay {
		height: 595px;
	}

	.page-select a.page-prev {
		left: 80px;
	}

	.page-select a.page-next {
		right: 80px;
	}
}

@media screen and (min-width: 768px) {
	.nopadding {
		padding-left: 0;
		padding-right: 0;
	}

	.left-text-title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.mb85 {
		margin-bottom: 85px;
	}

	.middlestyle {
		position: relative;
	}

	.middlestyle .left-text-wrap {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.union-swiper {
		max-width: 1600px;
		margin-top: 90px;
	}

	.union-swiper .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

	.union-swiper .swiper-button-prev {
		background-image: url(http://www.adinnet.cn/images/arrow-left.png);
	}

	.union-swiper .swiper-button-next {
		background-image: url(http://www.adinnet.cn/images/arrow-right.png);
	}

	.union-swiper .swiper-button-prev:hover,
	.union-swiper .swiper-button-next:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	#indexSwiper .swiper-button-prev,
	#indexSwiper .swiper-button-next {
		width: 50px;
		height: 100px;
		-ms-background-size: contain;
		background-size: contain;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#indexSwiper2 .swiper-button-prev,
	#indexSwiper2 .swiper-button-next {
		width: 50px;
		height: 100px;
		-ms-background-size: contain;
		background-size: contain;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#indexSwiper11 .swiper-button-prev,
	#indexSwiper11 .swiper-button-next {
		width: 50px;
		height: 100px;
		-ms-background-size: contain;
		background-size: contain;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#indexSwiper_mobile .swiper-button-prev,
	#indexSwiper_mobile .swiper-button-next {
		width: 50px;
		height: 100px;
		-ms-background-size: contain;
		background-size: contain;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#indexSwiper .swiper-button-prev {
		left: 4%;
		right: auto;
		background-image: url(../image/index-arrow-left.png);
	}

	#indexSwiper .swiper-button-next {
		right: 4%;
		left: auto;
		background-image: url(http://www.adinnet.cn/images/home/index-arrow-right.png);
	}

	#indexSwiper2 .swiper-button-prev {
		left: 4%;
		right: auto;
		background-image: url(../image/index-arrow-left.png);
	}

	#indexSwiper2 .swiper-button-next {
		right: 4%;
		left: auto;
		background-image: url(http://www.adinnet.cn/images/home/index-arrow-right.png);
	}

	#indexSwiper11 .swiper-button-prev {
		left: 4%;
		right: auto;
		background-image: url(../image/index-arrow-left.png);
	}

	#indexSwiper11 .swiper-button-next {
		right: 4%;
		left: auto;
		background-image: url(http://www.adinnet.cn/images/home/index-arrow-right.png);
	}

	#indexSwiper .swiper-button-prev:hover,
	#indexSwiper .swiper-button-next:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	#indexSwiper2 .swiper-button-prev:hover,
	#indexSwiper2 .swiper-button-next:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	#indexSwiper11 .swiper-button-prev:hover,
	#indexSwiper11 .swiper-button-next:hover {
		opacity: 0.8;
		cursor: pointer;
	}

	.five-ele > [class^="col-"] {
		width: 20%;
	}

	.success-case {
		background: url(../image/success-case-bg.png) 80% bottom no-repeat;
		-ms-background-size: 33%;
		background-size: 33%;
	}

	.success-case .success-case-inner-ul li {
		float: left;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 20px;
	}

	.success-case .success-case-inner-ul li a {
		display: block;
		width: auto;
		padding-left: 34px;
		padding-right: 34px;
		margin: 0 auto;
		height: 43px;
		line-height: 43px;
		font-size: 18px;
		color: #4a4a4a;
		border: 1px dashed #e5e5e5;
		border-radius: 40px;
		font-weight: 500;
	}

	.success-case .success-case-inner-ul li.active a {
		background-color: #15c9d6;
		border-color: #15c9d6;
		color: #fff;
	}

	.success-case .tab-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 35px;
	}

	.success-case .tab-content .tab-pane h2 {
		color: #4a4a4a;
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.success-case .tab-content .tab-pane p {
		color: rgba(153, 153, 153, 0.7);
		font-size: 12px;
		line-height: 30px;
	}

	.reset-style img {
		float: right;
		margin-left: 140px;
		margin-top: 40px;
		margin-right: -35px;
	}

	.reset-style h2 {
		font-size: 24px !important;
		text-align: left;
	}

	.reset-style p {
		font-size: 16px !important;
	}

	.special-col .col-sm-2 {
		width: 20%;
	}

	.program-feature .program-feature-tabs li[class^="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.program-feature .program-feature-tabs li[class^="col-"] a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.program-intro-content br,
	.project-item-intro br,
	.item-display-intro br {
		display: none;
	}

	.padding100 {
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
}

@media (min-width: 1200px) {
	.fs42 {
		font-size: 42px;
	}

	.fs24 {
		font-size: 24px;
	}

	.fs18 {
		font-size: 18px;
	}

	.fs16 {
		font-size: 14px;
	}

	.wrap {
		padding-left: 80px;
		padding-right: 80px;
	}

	.icon-desc .wrap {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.count-wrap {
		padding-bottom: 60px;
	}

	.count-wrap h2 {
		text-align: center;
		padding: 60px 0;
	}

	.col-sm-7 {
		width: 14.2857%;
	}

	.placeholder6 {
		width: 50%;
		float: left;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
	}

	.left-text .left-text-wrap {
		font-size: 16px;
	}

	.left-text .left-text-wrap h3 {
		margin-bottom: 16px;
		font-size: 22px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.fs42 {
		font-size: 36px;
	}

	.fs24 {
		font-size: 22px;
	}

	.fs18 {
		font-size: 18px;
	}

	.fs16 {
		font-size: 16px;
	}

	.wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.count-wrap {
		padding-bottom: 60px;
	}

	.count-wrap h2 {
		text-align: center;
		padding: 60px 0;
	}

	.col-sm-7 {
		width: 14.2857%;
	}

	.placeholder6 {
		width: 50%;
		float: left;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
	}

	.service-items .service-items-img {
		position: relative;
	}

	.service-items .service-items-img .service-items-text {
		position: absolute;
		top: 12%;
		color: #fff;
	}

	.service-items .service-items-img .service-items-text h4 {
		padding-left: 14px;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.service-items .service-items-img .service-items-text li {
		padding-left: 14px;
		line-height: 26px;
		position: relative;
	}

	.service-items .service-items-img .service-items-text li:before {
		content: "";
		display: block;
		width: 7px;
		height: 1px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		left: 0;
		top: 15px;
	}

	.service-items .service-items-img .service-items-text.text-01 {
		left: 5.75%;
	}

	.service-items .service-items-img .service-items-text.text-02 {
		left: 40%;
	}

	.service-items .service-items-img .service-items-text.text-03 {
		left: 40%;
		top: 54.92%;
	}

	.service-items .service-items-img .service-items-text.text-04 {
		left: 70.25%;
	}

	.brand-text-inner {
		padding-left: 15px;
		padding-right: 40px;
	}

	.brand-text-inner .brand-title {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 30px;
	}

	.brand-text-inner .brand-text {
		font-size: 14px;
		line-height: 26px;
		text-align: justify;
		height: 100%;
		padding-bottom: 10px;
	}

	.brand-text-inner p:first-child {
		padding-bottom: 10px;
	}

	.left-text .left-text-wrap {
		padding: 30px 24px 0;
		line-height: 25px;
		font-size: 16px;
	}

	.left-text .left-text-wrap h3 {
		margin-bottom: 12px;
		font-size: 19px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fs42 {
		font-size: 30px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs18 {
		font-size: 18px;
	}

	.fs16 {
		font-size: 16px;
	}

	.count-wrap {
		padding-bottom: 40px;
	}

	.count-wrap h2 {
		text-align: center;
		padding: 40px 0;
	}

	.col-sm-7 {
		width: 14.2857%;
	}

	.placeholder6 {
		width: 50%;
		float: left;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
	}

	#service .count-wrap h3.sv {
		padding: 30px 0 10px;
	}

	#service .count-wrap h4.sv {
		padding-bottom: 20px;
	}

	.service-process {
		padding: 20px 0px;
	}

	.service-process .fs24 {
		font-size: 16px;
	}

	.service-items .service-items-img {
		position: relative;
	}

	.service-items .service-items-img .service-items-text {
		position: absolute;
		top: 10%;
		color: #fff;
	}

	.service-items .service-items-img .service-items-text h4 {
		padding-left: 14px;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.service-items .service-items-img .service-items-text li {
		padding-left: 14px;
		line-height: 22px;
		position: relative;
	}

	.service-items .service-items-img .service-items-text li:before {
		content: "";
		display: block;
		width: 7px;
		height: 1px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		left: 0;
		top: 15px;
	}

	.service-items .service-items-img .service-items-text.text-01 {
		left: 5.75%;
	}

	.service-items .service-items-img .service-items-text.text-02 {
		left: 40%;
	}

	.service-items .service-items-img .service-items-text.text-03 {
		left: 40%;
		top: 52.92%;
	}

	.service-items .service-items-img .service-items-text.text-04 {
		left: 70.25%;
	}

	.case-list-cdz {
		border: 2px solid #eee;
		padding: 95px 402px 132px 70px;
	}

	.case-list-cdz-wrap {
		position: relative;
	}

	.case-list-cdz-wrap .case-list-cdz-img {
		position: absolute;
		bottom: -80px;
		right: 50px;
	}

	.tar-customer dt {
		float: none;
		width: 100%;
	}

	.tar-customer dd {
		float: none;
	}

	.brand-text-inner {
		padding-left: 15px;
		padding-right: 40px;
	}

	.brand-text-inner .brand-title {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 30px;
	}

	.brand-text-inner .brand-text {
		font-size: 14px;
		line-height: 26px;
		text-align: justify;
		height: 100%;
		padding-bottom: 10px;
	}

	.brand-text-inner p:first-child {
		padding-bottom: 10px;
	}

	.left-text .left-text-wrap {
		padding: 15px 10px 0;
		line-height: 25px;
		font-size: 14px;
	}

	.left-text .left-text-wrap h3 {
		margin-bottom: 7px;
		font-size: 17px;
	}

	.whitebg [class^="col-"] {
		width: 50%;
		margin-bottom: 30px;
	}

	.layout-wrap {
		height: 500px;
	}

	.app-wrap {
		height: 390px;
	}

	.pc-banner .pc-banner-text {
		font-size: 24px !important;
	}

	.fs30 {
		font-size: 20px;
	}

	.degisn-diplay img {
		top: -102px;
	}

	.product-state .state-items {
		width: 50%;
	}

	.padding100 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}

.wx:hover .weixin {
	width: 140px;
	text-indent: 13px;
	font-size: 16px;
	text-align: left;
	position: absolute;
	top: 0;
	line-height: 40px;
	white-space: nowrap;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	z-index: -1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.module-function .module-item {
		height: 165px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}

	.module-function .module-item-info {
		margin-top: 30px;
		margin-left: 15px;
	}

	.module-3d .map-3d {
		width: 800px;
		height: 400px;
		margin-left: -400px;
		bottom: -90px;
	}

	.at-right .img-show {
		height: 166px;
	}

	.successful-case .caseimg {
		width: 37%;
		top: 40px;
		right: 0;
	}

	.successful-case .case-list {
		padding-left: 25px !important;
	}

	.degisn-diplay {
		height: 450px;
	}

	.degisn-diplay .bs-research {
		width: 900px;
		margin-left: -450px;
		top: -123px;
	}

	.bs-bg .bannerbg-wrap {
		width: 860px;
		height: 515px;
	}

	.bs-bg .bannerbg-wrap .img-responsive {
		width: 100%;
		height: 100%;
	}

	.back-totop {
		display: none !important;
	}
}

#caselist {
	padding-top: 120px;
}

@media screen and (max-width: 767px) {
	#caselist {
		padding-top: 62px;
	}

	.fs42 {
		font-size: 14px !important;
	}

	.fs30 {
		font-size: 18px;
	}

	.fs24 {
		font-size: 18px;
	}

	.fs18 {
		font-size: 14px;
	}

	.fs16 {
		font-size: 14px;
	}

	.count-wrap {
		padding-bottom: 30px;
	}

	.count-wrap h2 {
		text-align: center;
		padding: 27px 0;
		font-size: 20px;
		line-height: 25px;
	}

	.indexbennerimg2 {
		display: block;
		width: 100%;
		height: 100%;
	}

	.padding100 {
		text-align: justify !important;
	}

	#header .logo {
		width: 30px;
		height: 30px;
		margin: 10px 0;
		margin-left: 15px;
		font-size: 30px;
	}

	#header .navbar-inverse .navbar-toggle {
		border-color: transparent;
	}

	#header .navbar-inverse .navbar-toggle:hover,
	#header .navbar-inverse .navbar-toggle:focus {
		background-color: rgba(0, 0, 0, 0.2);
	}

	#header .navbar-nav > li > a {
		text-align: right;
		padding-right: 26px;
	}

	#header .navbar-inverse.pinned.pinning-top .logo {
		margin-top: 10px;
	}

	#header .navbar-inverse .navbar-collapse,
	#header .navbar-inverse .navbar-collapse.in,
	#header .navbar-inverse.pinned.pinning-top .navbar-collapse,
	#header .navbar-inverse.pinned.pinning-top .navbar-collapse.in {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: rgba(0, 0, 0, 0.6);
	}

	#header .navbar-inverse.pinned .navbar-collapse,
	#header .navbar-inverse.pinned .navbar-collapse.in,
	#header .navbar-inverse.unpinned .navbar-collapse,
	#header .navbar-inverse.unpinned .navbar-collapse.in {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: transparent;
	}

	#header .navbar-inverse.pinned.pinning-top .navbar-collapse .navbar-nav {
		margin-top: 0;
	}

	#header.on .pinning-nav.unpinned {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background-color: rgba(0, 0, 0, 0.7);
		border-color: transparent;
	}

	#header.on .navbar-inverse.unpinned .navbar-collapse,
	#header.on .navbar-inverse.unpinned .navbar-collapse.in {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: rgba(0, 0, 0, 0.6);
	}

	.banner-wrap .swiper-container-horizontal > .swiper-pagination {
		margin-top: -40px;
		right: 5px;
	}

	.scroll-down {
		display: none;
		width: 70px;
		height: 70px;
		position: absolute;
		z-index: 10;
		left: 50%;
		bottom: 15px;
		margin-left: -35px;
		font-size: 66px;
	}

	.placeholder12 {
		width: 100%;
	}

	.user-experience h4 {
		font-size: 16px;
		text-align: center;
		padding-top: 10px;
		margin-bottom: 6px;
	}

	.user-experience .text-muted {
		text-align: center;
		color: #a0a0a0;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 18px;
		line-height: 18px;
		font-size: 12px;
	}

	.case-wrap .item {
		margin-bottom: 26px;
	}

	.case-wrap .item .item-cont .more-point {
		bottom: 18px;
		right: 18px;
	}

	#indexSwiper .swiper-img2 {
		max-height: 265px;
	}

	#indexSwiper2 .swiper-img2 {
		max-height: 265px;
	}

	.home-swiper-text-01 {
		width: 60%;
		margin-left: -30%;
	}

	.home-swiper-text-01.home-text-img {
		margin-top: -16%;
		width: 80%;
		margin-left: -40%;
	}

	.case-wrap .item:nth-child(5),
	.case-wrap .item:nth-child(6),
	.case-wrap .item:nth-child(7),
	.case-wrap .item:nth-child(8) {
		display: none;
	}

	#caselist .case-wrap .item:nth-child(5),
	#caselist .case-wrap .item:nth-child(6),
	#caselist .case-wrap .item:nth-child(7),
	#caselist .case-wrap .item:nth-child(8) {
		display: block;
	}

	.case-wrap .item .item-cont h4 {
		padding: 20px 20px;
	}

	.footer .fs24 {
		font-size: 14px;
	}

	.footer .bottom p {
		font-size: 12px;
	}

	.footer {
		background: #333;
		color: #696969;
		padding: 20px 0;
	}

	.footer .top .left {
		text-align: center;
		padding-bottom: 20px;
	}

	.footer .top .left a {
		color: #fff;
		font-size: 18px;
		margin-right: 20px;
	}

	.footer .top .left a:hover {
		color: #ff3d58;
	}

	.footer .top .right {
		text-align: center;
	}

	.footer .top .right a {
		margin-left: 12px;
	}

	.footer .top .right a:first-child {
		margin-left: 0px;
	}

	.footer .top .right a i {
		margin-left: 10px;
		font-size: 20px;
	}

	.footer .bottom h3 {
		line-height: 24px;
	}

	#caselist .nav-wrap {
		margin-bottom: 30px;
	}

	.ui-navigator-wrapper {
		overflow: hidden;
	}

	.ui-navigator-wrapper .ui-navigator-list {
		width: 884px;
		margin-bottom: 0;
		padding: 0;
		transition-property: -webkit-transform;
		-webkit-transform-origin: 0px 0px 0px;
		-ms-transform-origin: 0px 0px 0px;
		transform-origin: 0px 0px 0px;
		-webkit-transform: translate(0px, 0px) scale(1) translateZ(0px);
		transform: translate(0px, 0px) scale(1) translateZ(0px);
	}

	.share {
		position: relative;
		padding: 10px 0;
		text-align: center;
		width: 100%;
		height: 90px;
		overflow-x: auto;
	}

	.share .share-ico {
		display: inline-block;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		margin-top: 0;
		z-index: 1;
		background-size: 100% 100%;
		font-size: 20px;
		line-height: 46px;
	}

	.share .hover-icon {
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -143px;
		white-space: nowrap;
		z-index: 10;
		overflow: hidden;
		width: auto;
	}

	.share .hover-icon li {
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		vertical-align: middle;
		margin-left: 1px;
		margin-right: 2px;
		overflow: hidden;
	}

	.share .hover-icon li a {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.share .hover-icon .close-shareico {
		width: 49px;
		height: 49px;
		margin-left: 6px;
		margin-right: 6px;
		background-image: none;
		-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
		background: #ff3d58;
	}

	.share .hover-icon .close-shareico a {
		line-height: 49px;
		font-weight: normal;
		font-size: 18px;
	}

	#service .count-wrap h3.sv {
		padding: 30px 0 10px;
	}

	#service .count-wrap h4.sv {
		padding-bottom: 20px;
	}

	.service-process {
		padding: 20px 0px;
	}

	.round-tab .nav-tabs li > a {
		border: 1px solid transparent;
		height: 26px;
		line-height: 26px;
		padding-top: 0;
		padding-bottom: 0;
		border-radius: 100px;
	}

	.round-tab .nav-tabs li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.round-tab .tab-content {
		padding-top: 30px;
	}

	.img-relative .text-pt01 {
		top: 30px;
	}

	.light-gray-bg .container-fluid,
	.dark-gray-bg .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.case-list-cdz {
		border: 2px solid #eee;
		padding: 20px 15px 173px;
		margin: 0 15px;
	}

	.case-list-cdz dt {
		padding-top: 20px;
	}

	.case-list-cdz dd {
		font-size: 14px;
		line-height: 24px;
	}

	.case-list-cdz-wrap {
		position: relative;
		padding-top: 0 !important;
		margin-top: -7px;
	}

	.case-list-cdz-wrap .case-list-cdz-img {
		width: 96px;
		height: 199px;
		margin: 0 auto;
		position: static;
		bottom: auto;
		right: auto;
		margin-top: -142px;
	}

	.successful-case .multiple-program .multiple-program-title {
		padding: 30px 0;
		font-size: 16px;
		font-weight: bold;
	}

	.success-case .program-intro-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.edu-tab {
		background: url(../image/edu-tab-bg-phone.png) top center no-repeat;
		background-size: cover;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.edu-tab .edu-tab-ul {
		border-color: #41d3de;
		height: 40px;
		line-height: 40px;
	}

	.edu-tab .edu-tab-ul ul.edu-tabs li {
		height: 38px;
		line-height: 38px;
	}

	.edu-tab .edu-tab-ul ul.edu-tabs li a {
		color: #fff;
		font-size: 12px;
	}

	.edu-tab .edu-tab-ul ul.edu-tabs li.active {
		border-bottom: 2px solid #fff;
	}

	.edu-tab .tab-content .tab-pane .img-responsive {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.edu-tab .tab-content .tab-pane ul {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.edu-tab .tab-content .tab-pane ul li {
		margin-bottom: 10px;
	}

	.edu-tab .tab-content .tab-pane ul li .img-box {
		height: 170px;
		margin: 0 auto;
		vertical-align: middle;
		font-size: 12px;
	}

	.edu-tab .tab-content .tab-pane ul li .img-box img {
		margin-bottom: 15px;
	}

	.program-feature {
		background: #f1f5f7;
		padding-top: 14px;
		padding-bottom: 0;
	}

	.program-feature .dl-group {
		margin-top: 12px;
	}

	.program-feature .dl-group dl {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 0;
	}

	.program-feature .dl-group dl dt {
		font-weight: normal;
		padding-left: 15px;
		height: 65px;
		line-height: 65px;
		background: url(../image/program-feature-panel-title-a.png) right center no-repeat;
		background-size: 14px;
	}

	.program-feature .dl-group dl dt img {
		width: 40px;
		margin-right: 5px;
		float: left;
		margin-top: 15px;
	}

	.program-feature .dl-group dl dt a {
		display: block;
		margin-left: 50px;
		font-size: 12px;
		color: #4a4a4a;
		border-bottom: 1px solid #dfdfdf;
	}

	.program-feature .dl-group dl dt.cur {
		background: url(../image/program-feature-panel-title-a-hover.png) right center no-repeat;
		background-size: 14px;
	}

	.program-feature .dl-group dl dd {
		background: #e8ebed;
		padding: 15px;
		font-size: 12px;
		color: #999;
		position: relative;
		display: none;
	}

	.program-feature .dl-group dl dd:before {
		content: "";
		display: inline-block;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #e8ebed;
		position: absolute;
		left: 27px;
		top: -6px;
	}

	.program-feature .dl-group dl:last-child dt a {
		border-bottom: none;
	}

	.success-case {
		background: url(../image/success-case-bg.png) left center no-repeat;
		background-size: 40%;
	}

	.success-case .success-case-inner-ul li {
		float: left;
		width: 33%;
		text-align: center;
		margin-bottom: 10px;
	}

	.success-case .success-case-inner-ul li a {
		display: block;
		width: 95%;
		margin: 0 auto;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #4a4a4a;
		border: 1px dashed #e5e5e5;
		border-radius: 15px;
	}

	.success-case .success-case-inner-ul li.active a {
		background-color: #12c8d6;
		border-color: #12c8d6;
		color: #fff;
	}

	.success-case .tab-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 60px;
		padding-bottom: 35px;
	}

	.success-case .tab-content .tab-pane h2 {
		text-align: center;
		color: #4a4a4a;
		font-size: 12px;
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.success-case .tab-content .tab-pane p {
		color: #999;
		font-size: 12px;
		line-height: 20px;
	}

	.location-submit {
		position: relative;
	}

	.brand-annotation .nopadding {
		padding-left: 0;
		padding-right: 0;
	}

	.future-inner {
		margin-top: 15px;
	}

	.nav-article {
		height: auto;
		line-height: 20px;
		margin-top: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.nav-article .nav-article-prev,
	.nav-article .nav-article-next {
		float: none;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.subnav {
		padding-left: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.subnav a {
		height: 44px;
		line-height: 44px;
	}

	.program .subnav a {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 14px;
	}

	.scroll-down.scroll-down-projectcase {
		width: 35px;
		height: 35px;
		bottom: -15px;
		margin-left: -17px;
		line-height: 35px;
		font-size: 14px;
	}

	.project-item-inner .swiper-pagination .swiper-pagination-bullet {
		height: 58px !important;
		line-height: 58px;
		vertical-align: top;
	}

	.project-item-inner .swiper-pagination .swiper-pagination-bullet .pagination-title {
		padding-top: 0 !important;
		padding-left: 30px;
		margin-bottom: 0;
		font-size: 16px;
		background-position: 10px 25px !important;
	}

	.project-item-inner .swiper-pagination .swiper-pagination-bullet .pagination-content {
		display: none;
		padding-left: 6px;
		margin-bottom: 0;
		font-size: 12px;
	}

	.project-item-inner .project-swiper.padding-25 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.project-item-inner .item-eng-title {
		padding-top: 25px;
		font-size: 14px;
	}

	.project-item-inner .item-eng-title .maintitle {
		font-size: 16px;
	}

	.project-item-inner .item-eng-title .subtitle {
		line-height: 24px;
		font-size: 14px;
	}

	.project-item-inner .fullscreen-center .item-eng-title {
		padding-top: 0;
	}

	#programPagination {
		max-width: none !important;
		margin-left: auto;
		margin-right: auto;
	}

	.bottom-intro {
		padding-left: 0;
		padding-right: 0;
	}

	.page-select a:before {
		font-size: 14px;
		left: -5px;
	}

	.page-select a.page-prev,
	.page-select a.page-next {
		position: relative;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	.page-select a.page-prev {
		float: left;
	}

	.page-select a.page-next {
		float: right;
	}

	.page-select a.page-next:before {
		left: 87px;
	}

	.page-select a.check-allpage {
		display: block;
		width: auto;
		margin: 55px 0 0;
	}

	.page-select a.check-allpage:hover {
		display: block;
	}

	.project-items-wrap {
		padding-top: 0;
	}

	.project-items-wrap.baisheng {
		margin-top: -10px;
	}

	.bs-banner-wrap .mobile-banner {
		height: 160px;
	}

	.bs-banner-wrap .set-wrap {
		width: 300px;
		position: absolute;
		left: 54%;
		top: 66%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}

	.bs-banner-wrap .mobile-banner {
		margin-bottom: 19px;
		overflow: visible;
	}

	.degisn-diplay {
		height: 220px;
		margin-top: 40px;
	}

	.degisn-diplay .bs-research {
		width: auto;
		max-width: 100%;
		margin-left: 0;
		left: 0;
		top: -45px;
	}

	.bs-bg {
		height: 360px;
		background-image: none;
	}

	.bs-bg .bannerbg-wrap {
		width: 100%;
		height: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.bs-bg .ux-intro {
		padding: 24px 12px 0;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.6);
	}

	.project-item-inner .project-item {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.project-item-inner .project-item strong {
		font-size: 18px;
		height: 45px;
		line-height: 45px;
	}

	.project-item-inner .project-item-intro {
		font-size: 14px;
		text-align: justify;
		line-height: 24px;
	}

	.project-item-inner .item-display-title {
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 16px;
		white-space: normal;
		text-align: center;
		line-height: 25px;
	}

	.project-item-inner .item-display-intro {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}

	.project-item-inner.item-inner03,
	.project-item-inner.item-inner04 {
	}

	.project-item-inner.item-inner03 .item-display-intro,
	.project-item-inner.item-inner04 .item-display-intro {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.project-item-inner.item-inner05 {
		height: auto;
	}

	.project-item-inner.item-inner06 {
		padding: 0;
	}

	.project-item-inner.item-inner06 .project-item-intro {
		margin-top: -60px;
	}

	.project-item-inner.item-inner07 .fullscreen-center {
		height: 255px;
		padding-top: 25px;
	}

	.project-item-inner.item-inner07 .fullscreen-center .maintitle {
		margin-bottom: 0;
	}

	.project-item-inner.item-inner07 .project-item-intro {
		margin-top: -55px;
	}

	.project-item-inner.item-inner08 .project-item-intro {
		margin-top: 20px;
	}

	.project-item-inner.item-inner09 .project-item-intro {
		margin-top: 20px;
	}

	.ytx-ux .project-item-intro,
	.ytx-design .project-item-intro {
		height: auto;
	}

	.page-select {
		height: auto;
		margin: 30px 12px;
		overflow: hidden;
	}

	.push-like-wrap .push-like-title {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.item-inner08 .margintop50 {
		margin-top: 25px;
	}

	.item-inner09 .project-summary {
		margin-top: 27px;
	}

	.project-summary .counter {
		padding-top: 12px;
		padding-bottom: 12px;
		margin-top: -1px;
		font-size: 14px;
	}

	.project-summary .counter .count-title {
		font-size: 32px;
	}

	.program-intro .program-intro-content p {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}

	.program-intro .col-inner {
		height: auto;
		padding: 18px 12px 16px 10px;
		margin-bottom: 17px;
	}

	.program-intro .col-inner .item-icon {
		width: 94px;
		height: 94px;
	}

	.program-intro .col-inner .item-text {
		padding-left: 118px;
	}

	.program-intro .col-inner .order-number {
		height: 29px;
		line-height: 29px;
		font-size: 37px;
	}

	.program-intro .col-inner .order-title {
		margin-bottom: 6px;
		font-size: 18px;
	}

	.program-intro .col-inner .order-content {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.program-intro .multiple-program .multiple-program-title {
		padding-top: 23.5px;
		padding-bottom: 37px;
		font-size: 15px;
		font-weight: bold;
	}

	.program-intro .multiple-program p {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 14px;
	}

	.program-intro .program-intro-details {
		padding-top: 42px;
		margin-top: 21px;
	}

	.program-intro-title {
		height: 64px;
		line-height: 64px;
		font-size: 16px;
		font-weight: bold;
	}

	.service-customer {
		padding-left: 12px;
		padding-right: 12px;
		margin-top: 19px;
		text-align: center;
	}

	.service-customer .padding-0:nth-child(even) .customer-list {
		border-left: none;
	}

	.service-customer .customer-list {
		float: none;
		width: auto;
		padding-right: 26px;
	}

	.service-customer .customer-list a:nth-child(2) {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.service-customer .customer-title {
		height: 67px;
		line-height: 67px;
	}

	.project-items-wrap .item-inner05 .swiper-container .swiper-wrapper {
		padding-top: 30px;
		padding-left: 0;
	}

	.module {
		margin-top: 0;
	}

	.successful-case .case-list-inner {
		padding-bottom: 0;
	}

	.successful-case .case-list-inner:last-child {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.successful-case .case-list-inner.greybg {
		margin-top: 23px;
	}

	.successful-case .case-list {
		padding: 0 12px;
		font-size: 14px;
	}

	.successful-case .case-list dt {
		height: 26px;
		margin-bottom: 0;
		line-height: 26px;
		font-size: 14px;
	}

	.successful-case .case-list dd {
		font-size: 14px;
		line-height: 22px;
	}

	.successful-case .caseimg {
		display: none;
		position: absolute;
		top: 250px;
		width: 224px;
		height: 235px;
		left: 50%;
		margin-left: -112px;
		float: none;
		right: 0;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.mobile-banner {
		position: relative;
		overflow: hidden;
		height: 180px;
		max-height: 208px;
	}

	.mobile-banner > img {
		height: 100%;
	}

	.mobile-banner .mobile-banner-text {
		padding: 0 15px;
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		font-size: 18px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-banner .mobile-banner-text .text-top,
	.mobile-banner .mobile-banner-text .text-bottom {
		padding-left: 44px;
		display: block;
		font-weight: 500;
		text-align: left;
		font-size: 16px;
	}

	.mobile-banner .mobile-banner-text .text-bottom {
		font-size: 20px;
	}

	.mobile-banner .mobile-banner-text.program-banner-text {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

	.mobile-banner .mobile-banner-text.blog-banner-text .text-top,
	.mobile-banner .mobile-banner-text.blog-banner-text .text-bottom {
		padding-left: 0;
		text-align: center;
	}

	.mobile-banner .mobile-banner-text.blog-banner-text .text-top {
		font-size: 16px;
	}

	.mobile-banner .mobile-banner-text.blog-banner-text .text-bottom {
		font-size: 18px;
		font-weight: normal;
	}

	.mobile-banner .mobile-banner-text span {
		margin-top: 6px !important;
		line-height: 22px !important;
		font-size: 16px;
	}

	.service-page .mobile-banner .mobile-banner-text {
		top: 35%;
	}

	.about-page .mobile-banner,
	.service-page .mobile-banner,
	.blog-page .mobile-banner,
	.vr-page .mobile-banner,
	.device-page .mobile-banner,
	.canlian-page .mobile-banner,
	.cdz-page .mobile-banner,
	.ds-page .mobile-banner,
	.data-page .mobile-banner {
		height: auto;
		max-height: none;
	}

	.about-page .mobile-banner > img,
	.service-page .mobile-banner > img,
	.blog-page .mobile-banner > img,
	.vr-page .mobile-banner > img,
	.device-page .mobile-banner > img,
	.canlian-page .mobile-banner > img,
	.cdz-page .mobile-banner > img,
	.ds-page .mobile-banner > img,
	.data-page .mobile-banner > img {
		width: 100%;
		height: auto;
	}

	.banner-text-border {
		width: 189px;
		height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
		font-size: 14px;
		display: block;
		text-align: justify;
		text-justify: inter-ideograph;
		letter-spacing: 0;
		text-indent: 0;
	}

	.banner-text-border:after {
		display: inline-block;
		content: "";
		width: 100%;
		height: 0;
		overflow: hidden;
	}

	.solution {
		width: 130px;
		margin-left: auto;
		margin-right: auto;
	}

	.solution-project {
		font-size: 14px;
	}

	.program-intro {
		padding-top: 14px;
	}

	.mid_block {
		padding-left: 10px;
		padding-right: 10px;
	}

	.brand-annotation {
		height: auto;
		margin-bottom: 0;
		padding-bottom: 24px;
	}

	.greybgc {
		background-color: #262626;
	}

	.greybgc .program-intro-title {
		color: rgba(255, 255, 255, 0.75);
	}

	.greybgc .program-intro-content p {
		color: rgba(255, 255, 255, 0.5);
	}

	.greybgc .program-intro-title {
		margin-bottom: -12px;
	}

	.brand-text p:first-child {
		padding-bottom: 16px;
	}

	.future {
		padding: 0 0 30px;
		margin-top: 0;
	}

	.future .col-xs-12 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.about-us-summary {
		margin-top: 20px;
		padding-top: 0;
		padding-bottom: 24px;
	}

	.about-us-summary [class^="col-"]:nth-child(1) .counter,
	.about-us-summary [class^="col-"]:nth-child(2) .counter {
		margin-left: -20px;
	}

	.about-us-summary [class^="col-"]:nth-child(3) .counter {
		margin-left: -10px;
	}

	.about-us-summary .mytimer {
		margin-top: 15px;
		margin-bottom: 7px;
		font-size: 44px;
	}

	.about-us-summary .count-text {
		font-size: 14px;
	}

	.staff-wall,
	.contact-us div[class^="col-"],
	.condition-wrap div[class^="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.staff-wall {
		margin-top: 15px;
	}

	.brand-text-inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	.brand-title {
		margin-top: 28px;
		margin-bottom: 11px;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}

	.brand-title .comment {
		display: block;
		padding-top: 8px;
		font-size: 14px;
		font-weight: normal;
	}

	.brand-text {
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
	}

	.program-intro-content br,
	.project-item-intro br,
	.item-display-intro br {
		display: none;
	}

	.contact-us {
		margin: 22px 0 0;
	}

	.contact-us input.form-control,
	.contact-us textarea.form-control {
		width: 100%;
	}

	.contact-us input.form-control {
		height: 44px;
	}

	.contact-us textarea.form-control {
		height: 110px;
	}

	.contact-us .form-group:after {
		font-size: 18px;
		top: auto;
		bottom: 5px;
		right: 10px;
	}

	.contact-us .form-control:focus {
		width: 100%;
	}

	.submit-area .btn-submit {
		width: 100%;
	}

	.location:after {
		display: none;
	}

	.col-wrap label {
		text-align: left;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.7);
	}

	.brand-inner .img-responsive {
		width: 100%;
	}

	.program-intro .program-intro-content .bold-text {
		font-size: 15px;
	}

	.order-number:nth-child(odd) .scenario-inner {
		background-color: #fff;
	}

	.demand-scenario {
		margin-top: 20px;
		padding-top: 0;
		border-top: 1px solid #eee;
	}

	.demand-scenario.nobg {
		background-color: transparent;
	}

	.demand-scenario .long-title {
		padding: 0 12px;
	}

	.demand-scenario .wrap {
		padding-bottom: 27px;
		margin-top: 5px;
	}

	.demand-scenario .scenario-inner {
		height: 105px;
		margin-top: -1px;
		background-size: 40% auto;
		font-size: 14px;
	}

	.demand-scenario .inner-text-title {
		padding: 15px 15px 0;
		background-position: 15px 0;
		background-size: 10% auto;
		line-height: 21px !important;
	}

	.demand-scenario .hide-area .img-responsive {
		height: auto;
	}

	.target-customer {
		padding-top: 10px;
	}

	.target-customer .text-gray {
		padding: 0 46px;
		font-size: 14px;
	}

	.tar-customer {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.tar-customer dt,
	.tar-customer dd {
		float: none;
		display: table-cell;
	}

	.tar-customer dt {
		width: 96px;
		height: 67px;
	}

	.tar-customer dd {
		white-space: normal;
		font-size: 14px;
		line-height: normal;
	}

	.img-relative {
		margin-top: 20px;
	}

	.light-gray-bg {
		padding: 15px 0;
	}

	.mc-line-box-phone .swiper-slide {
		padding-top: 3px;
	}

	.program-wrap .text-muted {
		padding: 10px 5px 0;
	}

	.mc-line-box-phone .swiper-slide-active .col-xs-12 {
		min-height: 306px;
	}

	.dark-gray-bg {
		padding: 10px 0 0;
	}

	.dark-gray-bg p.text-white {
		padding-bottom: 30px;
		font-size: 12px;
	}

	.function-inner {
		margin-top: 30px;
	}

	.module-tree {
		height: auto;
		margin: 0 -3px 56px;
		padding: 0 6px 0;
	}

	.module-tree dt {
		margin-bottom: 45px;
	}

	.module-tree .bratch-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.module-tree-text {
		width: 50%;
		margin-bottom: 15px;
	}

	.module-tree-text .tree-text-title,
	.module-tree-text .tree-text {
		width: 90%;
		max-width: 170px;
		margin-left: auto;
		margin-right: auto;
	}

	.module-tree-01 .tree-text {
		height: 184px;
	}

	.module-tree-02 > dd div:nth-child(1) .tree-text {
		height: 160px;
	}

	.module-tree-02 > dd div:nth-child(2) .tree-text {
		height: 110px;
	}

	.module-tree-03 .module-tree-text {
		width: 100%;
	}

	.module-tree-04 {
		margin-bottom: 0;
	}

	.module-function {
		padding-top: 14px;
		padding-bottom: 20px;
	}

	.module-tree-ico {
		-webkit-transform: scale(0.8) translateX(-67%);
		-ms-transform: scale(0.8) translateX(-67%);
		transform: scale(0.8) translateX(-67%);
		margin-left: 0;
	}

	.order-item {
		padding-bottom: 20px;
		padding-left: 70px;
		font-size: 14px;
	}

	.order-item:before {
		top: -5px;
		left: -5px;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}

	.whitebg {
		padding: 30px 13px 10px !important;
	}

	.jiajinsuo {
		height: auto;
	}

	.left-text .left-text-wrap {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 25px 0 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.left-text .left-text-wrap p {
		color: rgba(255, 255, 255, 0.6);
	}

	.left-text .left-text-title {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.rule {
		padding-top: 12px;
		margin-top: 20px;
		padding-bottom: 13px;
	}

	.rule-dl {
		padding-top: 0;
	}

	.rule-dl dt {
		margin-bottom: 9px;
	}

	.rule-dl dt span {
		padding-left: 46px;
		font-size: 16px;
	}

	.rule-dl dt span:before {
		width: 25px;
		height: 18px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-size: 100% auto;
	}

	.rule-dl .chart-area {
		height: 136px;
	}

	.right-img {
		padding-right: 0;
		padding-left: 0;
	}

	.layout-wrap img {
		top: 40px;
		bottom: auto;
	}

	.app-wrap {
		margin-bottom: 50px;
	}

	.app-wrap img {
		top: 45px;
		bottom: auto;
	}

	.layout-wrap,
	.app-wrap {
		height: 210px !important;
		margin-bottom: 20px !important;
	}

	.layout-wrap img,
	.app-wrap img {
		max-height: 212px;
	}

	.layout-wrap {
		margin-top: 20px;
	}

	.card-design {
		height: auto;
	}

	.card-design-row [class^="col-"] {
		position: relative;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.card-design-row [class^="col-"] img {
		position: static;
		-webkit-transform: scale(1) !important;
		-ms-transform: scale(1) !important;
		transform: scale(1) !important;
	}

	.blog-banner .banner-intro {
		font-size: 14px;
	}

	.blog-banner .banner-intro .banner-intro-title {
		font-size: 16px;
	}

	.blog-banner .banner-intro p {
		margin-bottom: 0;
		white-space: nowrap;
		overflow: hidden;
	}

	.blog-banner .banner-intro p:last-child {
		margin-top: 5px;
	}

	.blog-content,
	.subnav {
		width: 100%;
	}

	.links {
		padding: 10px 0;
		padding-left: 6px;
		line-height: 30px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.links a {
		display: inline-block;
		margin-right: 5px;
		text-align: center;
		font-size: 14px;
	}

	.links .badge {
		font-size: 14px;
	}

	.blog-content {
		padding: 0 12px;
	}

	.img-box-inner {
		width: 104px !important;
		height: 89px !important;
		margin-bottom: 15px !important;
	}

	.blog-news-details .intro-content p {
		margin-bottom: 20px;
	}

	.blog-news-details .intro-content .question {
		font-size: 16px;
	}

	.blog-news-details .news-list {
		padding-bottom: 0;
	}

	.blog-news-details .intro-content-subtext {
		margin-bottom: 5px;
	}

	.news .intro-title {
		font-size: 16px;
	}

	.news .news-intro-left {
		margin-right: 6px;
	}

	.news .news-list-intro {
		padding: 10px 6px 0 0;
	}

	.small-img img {
		width: 96px;
		height: 67px;
	}

	.DS .ds-customer {
		padding-top: 12px;
		padding-bottom: 23px;
		margin-top: 15px;
	}

	.DS .ds-customer .cont {
		width: 47px;
		margin-top: 38px;
	}

	.DS .ds-customer .cont + p {
		margin-top: 11px;
		margin-bottom: 0;
		text-align: center;
		font-size: 12px;
	}

	.DS .ds-scheme-feature {
		padding-bottom: 30px;
	}

	.DS .ds-scheme-feature .box i[class^="col-"] {
		width: 90%;
		margin-left: 12px;
		margin-right: 12px;
	}

	.DS .ds-scheme-feature .box .cont p {
		text-align: center;
	}

	.DS .ds-scheme-feature i {
		margin: 12px 0;
	}

	.DS .ds-tsandcx {
		padding-bottom: 30px;
	}

	.DS .ds-tsandcx h3.fs18 {
		margin-bottom: 2px;
	}

	.DS .ds-tsandcx p {
		margin-bottom: 5px;
		text-align: center;
	}

	.DS .ds-tsandcx span {
		margin-bottom: -15px;
	}

	.DS .ds-ssCase {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.DS .ds-ssCase .placeholder {
		height: 20px;
	}

	.DS .ds-ssCase .placeholder12 [class^="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.DS .ds-ssCase .box div {
		height: 37px;
		margin: 0;
	}

	.DS .ds-ssCase .box div img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.DS .ds-ssCase .box span {
		position: relative;
		top: -14px;
		width: 22px;
	}

	.DS .ds-ssCase .box h3.fs18 {
		margin-top: -16px;
		margin-bottom: 5px;
		line-height: 20px;
		font-size: 13px;
	}

	.DS .ds-ssCase .box p {
		font-size: 11px;
		text-align: center;
		line-height: 18px;
	}

	.data-visualization .ds-customer2 {
		margin-top: 15px;
	}

	.data-visualization .ds-customer2 h4 {
		margin-top: 25px;
	}

	.data-visualization .ds-customer2 h4 + p {
		padding: 0;
	}

	.data-visualization .ds-customer2 .cont2 {
		margin: 25px auto 35px;
	}

	.data-visualization .industry-app .cont2 {
		margin-top: 15px;
	}

	.project-case-dfhk .bule-bg p {
		font-size: 14px;
	}

	.project-case-dfhk .prototype-definition img {
		margin-top: 20px;
	}

	.project-case-dfhk .design-exploration .item-ul {
		margin-top: 20px;
		padding: 27px 0;
	}

	.project-case-dfhk .design-exploration.card-design {
		padding-bottom: 20px;
	}

	.project-case-dfhk .item-inner05-02 .row-wrap .col-sm-12,
	.project-case-dfhk .design-exploration p {
		margin-bottom: 20px;
	}

	.project-case-dfhk .card-design .cards-item {
		padding-top: 10px;
	}

	.project-case-dfhk .card-design .cards-item div {
		margin-bottom: 42px;
	}

	.project-case-dfhk .bule-bg {
		padding-bottom: 60px;
	}

	.project-case-dfhk .prototype-definition .row-wrap,
	.project-case-dfhk .design-exploration .row-wrap {
		margin-bottom: 20px;
	}

	.bottom-text {
		margin-top: 10px;
	}

	.icon-desc {
		padding-top: 30px !important;
	}

	.paddingtb {
		padding: 30px 0 20px;
	}

	.icon-wrap {
		margin-bottom: 25px;
		font-size: 16px;
	}

	.icon-wrap span {
		width: 100px;
		height: 100px;
		margin-bottom: 6px;
	}

	.lingang-bg {
		height: auto;
		padding-top: 25px;
	}

	.lingang-bg .bannerbg-wrap {
		position: static;
		height: auto;
		width: 94%;
	}

	.website-img {
		height: auto;
	}

	.website-img .website-inner {
		margin-top: 0;
		padding: 0 15px;
	}

	.website-img .only-for-bgc {
		height: 180px;
		margin-top: -170px;
	}

	.project-item-inner .website733 .website-inner {
		margin-top: 30px;
		margin-bottom: 100px;
	}

	.item-inner08 .left-text p {
		font-size: 14px;
	}

	.bold-style:after {
		width: 6px;
		height: 6px;
		right: 8px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.taidu .only-for-bgc {
		height: 150px;
		margin-top: -178px;
	}

	.taidu .website-inner {
		margin-top: 5px;
	}

	.website-taidu {
		margin-top: 38px;
	}

	.product-state {
		padding-top: 4px;
		padding-bottom: 23px;
		margin-bottom: 0;
	}

	.product-state .state-items {
		width: 100%;
	}

	.product-state .padding-36 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.product-state .state-inner p {
		font-size: 14px;
		padding-top: 6px;
		margin-bottom: 0;
	}

	.product-state .state-inner strong {
		font-size: 16px;
	}

	.product-state .state-inner:after {
		display: none;
	}

	.next-state .state-items {
		width: 50%;
	}

	.next-state .state-inner strong {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 20px;
	}

	.next-state .state-inner p {
		font-size: 14px;
		line-height: 22px;
	}

	.inner-title {
		height: auto;
	}

	.union-swiper {
		margin-top: 22px;
	}

	.union-swiper .swiper-button-prev,
	.union-swiper .swiper-button-next {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		z-index: 20;
	}

	.union-swiper .swiper-button-prev {
		left: 0;
		background-image: url(http://www.adinnet.cn/images/arrow-left.png);
	}

	.union-swiper .swiper-button-next {
		right: 0;
		background-image: url(http://www.adinnet.cn/images/arrow-right.png);
	}

	.only-for-bg {
		height: 100% !important;
	}

	.union.website-img {
		height: auto;
	}

	.app {
		margin-top: 0;
	}

	.details-show {
		margin-top: 30px;
	}

	.details-show .show-items {
		margin-top: 23px;
	}

	.details-show .details-list {
		width: auto;
		height: auto;
		margin-bottom: 20px;
	}

	.state-inner-ytx .icon-ytx-wrap {
		width: 80px;
		height: 80px;
	}

	.pro-position .ytx {
		min-height: 215px;
		padding-bottom: 0;
	}

	.at-right {
		margin-top: 23px;
	}

	.at-right .w1800 {
		padding: 0 5px;
	}

	.at-right .padding13 {
		padding: 0 5px;
	}

	.at-right .padding13:last-child {
		padding-right: 5px;
	}

	.at-right .img-show {
		height: 192px;
		margin-bottom: 13px;
	}

	.ytx-ux {
		height: auto;
		overflow: hidden;
	}

	.ytx-ux .website-inner {
		padding: 0 5px;
	}

	.ytx-ux .only-for-bg {
		top: 75px;
	}

	.ytx-design {
		height: auto;
		margin-top: 0;
		overflow: hidden;
	}

	.ytx-design .only-for-bg {
		height: 100%;
		top: 75px;
	}

	.ytx-design .website-inner {
		margin-top: 18px;
	}

	.ytx-market .website-img {
		max-height: 120px;
	}

	.profession-team.item-inner07 .project-item-intro {
		margin-top: -83px;
	}

	.icon-detais-design {
		margin-top: 23px;
		text-align: center;
	}

	.icon-detais-design [class^="col-"] {
		margin-bottom: 13px;
	}

	.icon-detais-design .icon-ytx-wrap {
		width: 48px;
		height: 42px;
		margin-bottom: 10px;
	}

	.set-phone-bgi {
		display: block;
		width: 259px;
		height: 112px;
		margin: 0 auto;
		background: url(../image/phone-swiper-text-02.png) no-repeat left center;
		-webkot-background-size: contain;
		background-size: contain;
	}

	.set-phone-bgi .img-responsive {
		display: none !important;
	}

	.home-swiper-text-01.text-02 {
		margin-top: -20%;
	}

	.home-swiper-text-01.text-02 .set-phone-bgi {
		width: 236.5px;
		height: 168px;
		background-image: url(../image/phone-swiper-text-04.png);
	}

	.home-swiper-text-01.text-03 {
		left: 50%;
	}

	.home-swiper-text-01.text-03 .set-phone-bgi {
		width: 355.25;
		height: 143;
		background-image: url(../image/home-swiper-text-05.png);
	}

	.home-swiper-text-01.text-04 .set-phone-bgi {
		width: 355.25;
		height: 143;
		background-image: url(../image/home-swiper-text-06.png);
	}

	.home-swiper-text-01.text-05 {
		margin-top: -32%;
		width: 100%;
		margin-left: -50%;
	}

	.home-swiper-text-01.text-05 .set-phone-bgi {
		width: 100%;
		max-width: 410px;
		height: 294px;
		background-image: url(../image/phone-swiper-text-05.png);
	}

	a[href^="tel:"] {
		color: rgba(255, 255, 255, 0.6);
	}

	.location-msg a[href^="tel:"] {
		color: #4a4a4a;
	}

	.location-msg .hot-line a[href^="tel:"] {
		color: #f23b55;
	}

	#model-case .img-show .cont img {
		width: 100%;
	}

	.back-totop {
		z-index: 5 !important;
		bottom: 20px;
		right: 15px;
	}

	.back-totop .share-item-qq {
		display: none;
	}

	.back-totop .share-item-mobile {
		line-height: 41px;
		font-size: 34px;
		pointer-events: auto;
	}

	.back-totop .share-item-mobile:after {
		display: none;
	}

	.back-totop .share-item-commenting {
		line-height: 35px;
	}

	.back-totop .share-item-commenting .adinnet {
		font-size: 19px;
	}

	.back-totop .to-top {
		border-radius: 5px;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 30px;
	}

	.back-totop .to-top:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.ppdai-banner {
		height: auto;
	}

	.ppdai-banner .set-wrap {
		left: 50%;
	}

	.ppdai-design .col-sm-7 {
		width: 100%;
	}

	.project-item-inner.ppdai-research {
		height: 150px;
		margin-top: 50px;
	}

	.xz {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.xz-ux-bg .bannerbg-wrap {
		height: auto;
		margin-top: 20px;
	}

	.xz-ux-bg .ux-intro {
		padding: 0 12px;
	}

	.xz-view-search .ux-intro,
	.xz-design-view .ux-intro {
		padding: 0 12px;
	}

	.xz-design-view {
		height: auto;
		margin-top: 20px;
	}

	.xz-design-view .only-for-bg {
		height: 179px;
		top: 106px;
	}

	.xz-design-view .website-inner {
		position: relative;
		top: 7px;
		margin-top: 0;
	}

	.xz-design-2 {
		margin-top: 12px;
		background: -webkit-gradient(
			linear,
			left top,
			right bottom,
			color-stop(20%, #8e81ff),
			color-stop(100%, #4a4176)
		);
		background: -webkit-linear-gradient(-45deg, #8e81ff 20%, #4a4176 100%);
		background: -webkit-linear-gradient(left top, #8e81ff 20%, #4a4176 100%);
		background: linear-gradient(to right bottom, #8e81ff 20%, #4a4176 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e81ff', endColorstr='#4a4176', GradientType=0);
	}

	.xz-design-2 + .only-for-bg {
		display: none;
	}

	.yansihu-text h3 {
		font-size: 18px;
	}

	.yansihu-text p {
		font-size: 14px;
	}

	.pc-banner .banner-vr {
		padding-left: 0;
	}

	.mobile-banner .vr-img {
		display: block;
		width: 52%;
		height: 50px;
		margin-left: 28px;
	}

	.mobile-banner .vr-img img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.VR .demand-scenario {
		height: auto;
		padding-top: 0;
		background-image: url(http://www.adinnet.cn/images/program/row01-mobile-bg.jpg);
		background-size: cover;
	}

	.VR .demand-scenario > .wrap {
		margin: 0;
		padding: 0;
	}

	.margin-top30 {
		margin-top: 15px;
	}

	.row03 {
		margin-top: 5px;
		padding-bottom: 10px;
	}

	.icon-row-wrap {
		margin: 30px 0 0;
	}

	.icon-inner {
		min-height: 152px;
	}

	.icon-inner .icon-top {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	.icon-inner .text-bottom {
		margin-top: 0;
		font-size: 14px;
	}

	.hasbefore:before {
		bottom: 10px;
	}

	.row04 {
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.row04 .program-intro-content .margin-top10 {
		margin-top: 0;
		font-size: 16px;
	}

	.row04-pills {
		margin: 25px 0;
	}

	.row04-pills > div {
		padding-right: 0;
		padding-left: 0;
	}

	.row04-pills > div:nth-child(1) {
		margin-bottom: 15px;
	}

	.row04-pills .pliis-inner {
		height: auto;
		max-height: none;
		padding: 6px 12px;
		font-size: 14px;
		text-align: justify;
		line-height: 24px;
		color: rgba(255, 255, 255, 0.8) !important;
	}

	.device {
	}

	.second-caption {
		margin-top: 18px;
		font-size: 16px;
	}

	.five-ele {
		margin: 31.5px 0 0;
		padding: 0;
	}

	.five-ele [class^="col-"] {
		margin-bottom: 35px;
		padding: 0 10px;
	}

	.five-ele [class^="col-"]:last-child {
		margin-bottom: 0;
	}

	.five-ele .five-inner h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.five-ele .five-inner p {
		font-size: 12px;
	}

	.five-ele .five-inner:after {
		width: 16.5px;
		height: 16.5px;
		right: auto;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		top: 82px;
	}

	.critical-scene {
		margin-top: 35px;
		margin-bottom: -10px;
	}

	.critical-scene .scene-details {
		height: auto;
		min-height: inherit;
		padding-left: 12px;
		padding-right: 12px;
	}

	.critical-scene .scene-title {
		font-size: 16px;
	}

	.critical-scene .scene-img {
		margin-top: 9px;
		margin-bottom: 9px;
	}

	.critical-scene .scene-img img {
		width: 100%;
	}

	.critical-scene .scene-desc {
		font-size: 12px;
	}

	.deve-concept {
		height: auto;
	}

	.main-func {
		padding-bottom: 10px;
	}

	.func-row .text-bottom {
		margin-top: 16px;
	}

	.func-row,
	.deve-row {
		margin-top: 36px;
	}

	.func-row .icon-top,
	.deve-row .icon-top {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.func-row .text-bottom,
	.deve-row .text-bottom {
		margin-bottom: 0;
	}

	.func-row [class^="col-"],
	.deve-row [class^="col-"] {
		margin-bottom: 10px;
	}

	.func-row .icon-bottom-text,
	.deve-row .icon-bottom-text {
		font-size: 12px;
		padding: 0 !important;
	}

	.deve-row {
		margin-top: 32px;
	}

	.deve-row [class^="col-"] {
		margin-bottom: 25px;
	}

	.deve-row .icon-inner .text-bottom {
		font-size: 16px;
	}

	#indexSwiper .swiper-button-prev,
	#indexSwiper .swiper-button-next {
		display: none;
	}

	#indexSwiper_mobile .swiper-button-prev,
	#indexSwiper_mobile .swiper-button-next {
		display: none;
	}

	#indexSwiper .swiper-pagination {
		max-width: 180px;
		text-align: center;
	}

	#indexSwiper .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		float: none;
	}

	#indexSwiper2 .swiper-button-prev,
	#indexSwiper2 .swiper-button-next {
		display: none;
	}

	#indexSwiper11 .swiper-button-prev,
	#indexSwiper11 .swiper-button-next {
		display: none;
	}

	#indexSwiper2 .swiper-pagination {
		max-width: 180px;
		text-align: center;
	}

	#indexSwiper11 .swiper-pagination {
		max-width: 180px;
		text-align: center;
	}

	#indexSwiper_mobile .swiper-pagination {
		max-width: 180px;
		text-align: center;
	}

	#indexSwiper2 .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		float: none;
	}

	#indexSwiper11 .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		float: none;
	}

	#indexSwiper_mobile .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		float: none;
	}

	.huisebg .left-text-wrap p {
		color: #ffffff;
	}

	.abel-idea {
		padding: 20px 0;
	}

	.abel-idea [class^="col-"] {
		padding-right: 12px;
		padding-left: 12px;
		margin-bottom: 18px;
	}

	.idea-text {
		margin-top: 10px;
		font-size: 14px;
	}

	.abel-ux .project-item-intro {
		height: auto;
		background-color: #fbb734;
		background-size: contain;
		background-position: center bottom;
	}

	.abel-ux .ux-intro {
		padding-left: 12px;
		padding-right: 12px;
		margin-top: -40px;
	}

	.abel-ux .bannerbg-wrap {
		position: static;
		width: 100%;
		height: 160px;
	}

	.abel-research {
		padding: 22px 0;
		margin-top: 23px;
	}

	.abel-research [class^="col-"]:nth-child(even) {
		padding-left: 2px;
	}

	.abel-research [class^="col-"]:nth-child(odd) {
		padding-right: 2px;
	}

	.abel-research .wrap {
		margin: 0 auto;
	}

	.abel-research-box {
		width: 100%;
		height: auto;
		margin-bottom: 4px;
	}

	.advantage {
		margin-top: 25px;
	}

	.advantage [class^="col-"] {
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 18px;
	}

	.advantage [class^="col-"]:last-child {
		margin-bottom: 0;
	}

	.abelclass-container .view-design {
		height: auto;
		margin-top: 25px;
	}

	.abelclass-container .view-design .bannerbg-wrap {
		position: relative;
		top: -8px;
		height: auto;
	}

	.abelclass-container .view-design .bannerbg-wrap .img-responsive {
		height: auto;
	}

	.project-items-wrap .item-inner05 .swiper-pagination {
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
	}

	.project-items-wrap .item-inner05 .swiper-pagination .swiper-pagination-bullet {
		display: inline-block;
		width: 33.333333%;
		height: 95px;
	}

	.project-items-wrap .item-inner05 .swiper-pagination .swiper-pagination-bullet .pagination-title {
		padding-top: 5px;
		margin-bottom: 5px;
		background-position: 33px 18px;
	}

	.news .news-list {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.news .intro-content {
		line-height: 22px;
		padding-top: 0;
		font-size: 14px;
	}
}

@keyframes fadebottom {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	25% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-moz-transform: translateY(20px);
		-o-transform: translateY(20px);
	}

	30% {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	45% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

@-webkit-keyframes fadebottom {
	0% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	25% {
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}

	30% {
		opacity: 0;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	45% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px) rotate(360deg);
		transform: translateX(-2000px) rotate(360deg);
	}

	100% {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px) rotate(360deg);
		-ms-transform: translateX(-2000px) rotate(360deg);
		transform: translateX(-2000px) rotate(360deg);
	}

	100% {
		-webkit-transform: translateX(0) rotate(360deg);
		-ms-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes leftSlideOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(360deg);
		-ms-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px) rotate(360deg);
		-ms-transform: translateX(-2000px) rotate(360deg);
		transform: translateX(-2000px) rotate(360deg);
	}
}

@keyframes leftSlideOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(360deg);
		-ms-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px) rotate(360deg);
		-ms-transform: translateX(-2000px) rotate(360deg);
		transform: translateX(-2000px) rotate(360deg);
	}
}

.leftSlideOut {
	-webkit-animation-name: leftSlideOut;
	animation-name: leftSlideOut;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes rightSlideOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(360deg);
		-ms-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px) rotate(360deg);
		-ms-transform: translateX(2000px) rotate(360deg);
		transform: translateX(2000px) rotate(360deg);
	}
}

@keyframes rightSlideOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(360deg);
		-ms-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px) rotate(360deg);
		-ms-transform: translateX(2000px) rotate(360deg);
		transform: translateX(2000px) rotate(360deg);
	}
}

.rightSlideOut {
	-webkit-animation-name: rightSlideOut;
	animation-name: rightSlideOut;
}

@-webkit-keyframes manual {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(500px, 0, 0);
		-ms-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}

	60% {
		opacity: 0.8;
		-webkit-transform: translate3d(30px, 0, 0);
		-ms-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	80% {
		opacity: 0.2;
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes manual {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(500px, 0, 0);
		-ms-transform: translate3d(500px, 0, 0);
		transform: translate3d(500px, 0, 0);
	}

	60% {
		opacity: 0.8;
		-webkit-transform: translate3d(30px, 0, 0);
		-ms-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	80% {
		opacity: 0.2;
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.manual {
	-webkit-animation-name: manual;
	animation-name: manual;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@media (max-width: 1600px) and (min-width: 1400px) {
	.yanxihu .left-text-yanxihu .left-text-wrap {
		padding: 100px 115px 120px 100px;
		font-size: 15px;
	}

	.yanxihu .right-img-yanxihu .img-yanxihu {
		width: 110%;
	}
}

@media (max-width: 1400px) and (min-width: 900px) {
	.yanxihu .left-text-yanxihu .left-text-wrap {
		padding: 60px 80px 85px 56px;
		font-size: 14px;
	}

	.yanxihu .right-img-yanxihu .img-yanxihu {
		width: 110%;
	}
}

@media (max-width: 900px) and (min-width: 767px) {
	.yanxihu .left-text-yanxihu .left-text-wrap {
		padding: 6px 30px 2px 30px;
		font-size: 13px;
	}

	.yanxihu .left-text-yanxihu .left-text-wrap h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.yanxihu .left-text-yanxihu .left-text-wrap h3 i {
		font-size: 60px;
		left: -25px;
		top: -25px;
	}

	.yanxihu .right-img-yanxihu .img-yanxihu {
		width: 105%;
	}
}

@media screen and (max-width: 767px) {
	.yanxihu .lef-rig {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.yanxihu .left-text-yanxihu .left-text-wrap {
		padding: 30px 30px 22px 42px;
		font-size: 14px;
	}

	.yanxihu .left-text-yanxihu .left-text-wrap h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.yanxihu .left-text-yanxihu .left-text-wrap h3 i {
		font-size: 80px;
		left: -35px;
		top: -35px;
	}

	.yanxihu .right-img-yanxihu .img-yanxihu {
		position: static;
		width: 100%;
	}
}

@media (max-width: 1400px) and (min-width: 900px) {
	.data-visualization .demand-scenario .left-text-wrap {
		position: absolute;
		left: 5%;
		top: 10%;
		width: 90%;
	}

	.data-visualization .demand-scenario .left-text-wrap h3 {
		font-size: 40px;
		margin: 0;
	}

	.data-visualization .demand-scenario .left-text-wrap p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 900px) and (min-width: 767px) {
	.data-visualization .demand-scenario .left-text-wrap {
		position: absolute;
		left: 3%;
		top: 5%;
		width: 94%;
	}

	.data-visualization .demand-scenario .left-text-wrap h3 {
		font-size: 20px;
		margin: 0;
	}

	.data-visualization .demand-scenario .left-text-wrap p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width: 767px) {
	.data-visualization .demand-scenario .lef-rig {
		height: 320px;
	}

	.data-visualization .demand-scenario .lef-rig img {
		width: 100%;
		height: 100%;
	}

	.data-visualization .demand-scenario .left-text-wrap {
		position: absolute;
		left: 5%;
		top: 10%;
		width: 90%;
	}

	.data-visualization .demand-scenario .left-text-wrap h3 {
		font-size: 35px;
		margin: 0;
	}

	.data-visualization .demand-scenario .left-text-wrap p {
		font-size: 14px;
		line-height: 30px;
	}
}

.wrapNew {
	max-width: 1398px;
	margin: 0 auto;
}

.PCpb60M30 {
	padding-bottom: 60px;
}

.PCpt80M40 {
	padding-top: 80px !important;
}

html {
	font-size: 71.1458px !important;
}

body {
	font-size: 14px !important;
	overflow-y: initial !important;
}
#header .head-nav-mod {
	margin-bottom: 2px !important;
}
.nav-box {
	width: 2.9rem !important;
}
.header {
	height: 0.91rem !important;
	line-height: 0.93rem !important;
	padding-top: 2px !important;
}

@media screen and (max-width: 750px) {
	html {
		font-size: 50px !important;
	}
}
input {
	border: 0px !important;
}

#header .logo {
	position: fixed;
	top: 14px;
}
