@font-face{font-family:'AkkuratStd';src:url('/static/fonts/akkuratstd.eot') format('embedded-opentype'),
url('/static/fonts/AkkuratStd.otf') format('opentype'),
url('/static/fonts/AkkuratStd.woff') format('woff'),
url('/static/fonts/akkuratstd.ttf') format('truetype'),
url('/static/fonts/akkuratstd.svg#akkuratstd') format('svg');
font-weight:normal;
font-style:normal
}
@font-face{font-family:'AkkuratStd-Bold';src:url('/static/fonts/akkuratstd-bold.eot') format('embedded-opentype'),
url('/static/fonts/AkkuratStd-Bold.otf') format('opentype'),
url('/static/fonts/AkkuratStd-Bold.woff') format('woff'),
url('/static/fonts/akkuratstd-bold.ttf') format('truetype'),
url('/static/fonts/akkuratstd-bold.svg#akkuratstd-bold') format('svg');
font-weight:normal;
font-style:normal
}
@font-face{font-family:'AkkuratStd-Light';src:url('/static/fonts/akkuratstd-light.eot') format('embedded-opentype'),
url('/static/fonts/AkkuratStd-Light.otf') format('opentype'),
url('/static/fonts/AkkuratStd-Light.woff') format('woff'),
url('/static/fonts/akkuratstd-light.ttf') format('truetype'),
url('/static/fonts/akkuratstd-light.svg#akkuratstd-light') format('svg');
font-weight:normal;
font-style:normal
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face{font-family:'FontAwesome';src:url('/static/fonts/fontawesome-webfont.eot');src:url('/static/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
url('/static/fonts/fontawesome-webfont.woff2') format('woff2'),
url('/static/fonts/fontawesome-webfont.woff') format('woff'),
url('/static/fonts/fontawesome-webfont.ttf') format('truetype'),
url('/static/fonts/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:.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:.14285714em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714286em
}
.fa-border {
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	border-radius:.1em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right {
	margin-left:.3em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.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 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-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 {
	-ms-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 {
	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:#fff
}
.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-pp: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-resistance: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: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"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-envira:before {
	content:"\f299"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-wheelchair-alt:before {
	content:"\f29b"
}
.fa-question-circle-o:before {
	content:"\f29c"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content:"\f2a4"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
	content:"\f2a7"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content:"\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
	content:"\f2b4"
}
.fa-handshake-o:before {
	content:"\f2b5"
}
.fa-envelope-open:before {
	content:"\f2b6"
}
.fa-envelope-open-o:before {
	content:"\f2b7"
}
.fa-linode:before {
	content:"\f2b8"
}
.fa-address-book:before {
	content:"\f2b9"
}
.fa-address-book-o:before {
	content:"\f2ba"
}
.fa-vcard:before,
.fa-address-card:before {
	content:"\f2bb"
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content:"\f2bc"
}
.fa-user-circle:before {
	content:"\f2bd"
}
.fa-user-circle-o:before {
	content:"\f2be"
}
.fa-user-o:before {
	content:"\f2c0"
}
.fa-id-badge:before {
	content:"\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
	content:"\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content:"\f2c3"
}
.fa-quora:before {
	content:"\f2c4"
}
.fa-free-code-camp:before {
	content:"\f2c5"
}
.fa-telegram:before {
	content:"\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content:"\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content:"\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content:"\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content:"\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content:"\f2cb"
}
.fa-shower:before {
	content:"\f2cc"
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content:"\f2cd"
}
.fa-podcast:before {
	content:"\f2ce"
}
.fa-window-maximize:before {
	content:"\f2d0"
}
.fa-window-minimize:before {
	content:"\f2d1"
}
.fa-window-restore:before {
	content:"\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content:"\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content:"\f2d4"
}
.fa-bandcamp:before {
	content:"\f2d5"
}
.fa-grav:before {
	content:"\f2d6"
}
.fa-etsy:before {
	content:"\f2d7"
}
.fa-imdb:before {
	content:"\f2d8"
}
.fa-ravelry:before {
	content:"\f2d9"
}
.fa-eercast:before {
	content:"\f2da"
}
.fa-microchip:before {
	content:"\f2db"
}
.fa-snowflake-o:before {
	content:"\f2dc"
}
.fa-superpowers:before {
	content:"\f2dd"
}
.fa-wpexplorer:before {
	content:"\f2de"
}
.fa-meetup:before {
	content:"\f2e0"
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,
	0,
	0,
	0);
	border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
@keyframes colortran {
	from {
		background-color:#000000
	}
	to {
		background-color:#ffffff
	}
}
@-webkit-keyframes colortran {
	from {
		background-color:#000000
	}
	to {
		background-color:#ffffff
	}
}
@-moz-keyframes colortran {
	from {
		background-color:#000000
	}
	to {
		background-color:#ffffff
	}
}
@-ms-keyframes colortran {
	from {
		background-color:#000000
	}
	to {
		background-color:#ffffff
	}
}
@keyframes hoverOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverOut1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverOut1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverOut1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverOut1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverIn {
	0% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverIn {
	0% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverIn {
	0% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverIn {
	0% {
		-moz-transform:translate(0,
		-100%);
		-ms-transform:translate(0,
		-100%);
		-webkit-transform:translate(0,
		-100%);
		transform:translate(0,
		-100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverIn1 {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverIn1 {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverIn1 {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverIn1 {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverright {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverright {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverright {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverright {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverleft {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes hoverleft {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes hoverleft {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes hoverleft {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes hoverlink {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:0;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-webkit-keyframes hoverlink {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:0;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-moz-keyframes hoverlink {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:0;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-ms-keyframes hoverlink {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:0;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@keyframes bodyIn {
	0% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
}
@-webkit-keyframes bodyIn {
	0% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
}
@-moz-keyframes bodyIn {
	0% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
}
@-ms-keyframes bodyIn {
	0% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
}
@keyframes bodyOut {
	0% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
}
@-webkit-keyframes bodyOut {
	0% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
}
@-moz-keyframes bodyOut {
	0% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
}
@-ms-keyframes bodyOut {
	0% {
		margin-left:20%;
		opacity:1;
		margin-top:0
	}
	100% {
		margin-left:0;
		opacity:1;
		margin-top:0
	}
}
@keyframes menuIn {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes menuIn {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes menuIn {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes menuIn {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes menuInsubf {
	0% {
		width:0;
		opacity:0
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-webkit-keyframes menuInsubf {
	0% {
		width:0;
		opacity:0
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-moz-keyframes menuInsubf {
	0% {
		width:0;
		opacity:0
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-ms-keyframes menuInsubf {
	0% {
		width:0;
		opacity:0
	}
	100% {
		width:100%;
		opacity:1
	}
}
@keyframes menuOutsubf {
	0% {
		width:100%;
		opacity:1
	}
	100% {
		width:0;
		opacity:0
	}
}
@-webkit-keyframes menuOutsubf {
	0% {
		width:100%;
		opacity:1
	}
	100% {
		width:0;
		opacity:0
	}
}
@-moz-keyframes menuOutsubf {
	0% {
		width:100%;
		opacity:1
	}
	100% {
		width:0;
		opacity:0
	}
}
@-ms-keyframes menuOutsubf {
	0% {
		width:100%;
		opacity:1
	}
	100% {
		width:0;
		opacity:0
	}
}
@keyframes menuInsub {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes menuInsub {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-moz-keyframes menuInsub {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-ms-keyframes menuInsub {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@keyframes menuOutsub {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-webkit-keyframes menuOutsub {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-moz-keyframes menuOutsub {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-ms-keyframes menuOutsub {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@keyframes menuOutsubf1 {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes menuOutsubf1 {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes menuOutsubf1 {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes menuOutsubf1 {
	0% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes cross2 {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-webkit-keyframes cross2 {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-moz-keyframes cross2 {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@-ms-keyframes cross2 {
	0% {
		opacity:1
	}
	100% {
		opacity:0
	}
}
@keyframes cross2o {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-webkit-keyframes cross2o {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-moz-keyframes cross2o {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@-ms-keyframes cross2o {
	0% {
		opacity:0
	}
	100% {
		opacity:1
	}
}
@keyframes cross1 {
	0% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(45deg);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross1 {
	0% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(45deg);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross1 {
	0% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(45deg);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross1 {
	0% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(45deg);
		-ms-transform-origin:50% 50%
	}
}
@keyframes cross1o {
	0% {
		transform:rotate(45deg);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross1o {
	0% {
		-webkit-transform:rotate(45deg);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross1o {
	0% {
		-moz-transform:rotate(45deg);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross1o {
	0% {
		-ms-transform:rotate(45deg);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
}
@keyframes cross3 {
	0% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(-45deg);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross3 {
	0% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(-45deg);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross3 {
	0% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(-45deg);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross3 {
	0% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(-45deg);
		-ms-transform-origin:50% 50%
	}
}
@keyframes cross3o {
	0% {
		transform:rotate(-45deg);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross3o {
	0% {
		-webkit-transform:rotate(-45deg);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross3o {
	0% {
		-moz-transform:rotate(-45deg);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross3o {
	0% {
		-ms-transform:rotate(-45deg);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
}
@keyframes cross4 {
	0% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(90deg);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross4 {
	0% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(90deg);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross4 {
	0% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(90deg);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross4 {
	0% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(90deg);
		-ms-transform-origin:50% 50%
	}
}
@keyframes cross4o {
	0% {
		transform:rotate(90deg);
		transform-origin:50% 50%
	}
	100% {
		transform:rotate(0);
		transform-origin:50% 50%
	}
}
@-webkit-keyframes cross4o {
	0% {
		-webkit-transform:rotate(90deg);
		-webkit-transform-origin:50% 50%
	}
	100% {
		-webkit-transform:rotate(0);
		-webkit-transform-origin:50% 50%
	}
}
@-moz-keyframes cross4o {
	0% {
		-moz-transform:rotate(90deg);
		-moz-transform-origin:50% 50%
	}
	100% {
		-moz-transform:rotate(0);
		-moz-transform-origin:50% 50%
	}
}
@-ms-keyframes cross4o {
	0% {
		-ms-transform:rotate(90deg);
		-ms-transform-origin:50% 50%
	}
	100% {
		-ms-transform:rotate(0);
		-ms-transform-origin:50% 50%
	}
}
@keyframes resize_normal {
	0% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
	100% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
}
@-webkit-keyframes resize_normal {
	0% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
	100% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
}
@-moz-keyframes resize_normal {
	0% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
	100% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
}
@-ms-keyframes resize_normal {
	0% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
	100% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
}
@keyframes resize_large {
	0% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
	100% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
}
@-webkit-keyframes resize_large {
	0% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
	100% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
}
@-moz-keyframes resize_large {
	0% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
	100% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
}
@-ms-keyframes resize_large {
	0% {
		transform:scale3d(1.1,
		1.1,
		1);
		-webkit-transform:scale3d(1.1,
		1.1,
		1)
	}
	100% {
		transform:scale3d(1,
		1,
		1);
		-webkit-transform:scale3d(1,
		1,
		1)
	}
}
@keyframes menuOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-webkit-keyframes menuOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-moz-keyframes menuOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@-ms-keyframes menuOut {
	0% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
	100% {
		-moz-transform:translate(-100%,
		0);
		-ms-transform:translate(-100%,
		0);
		-webkit-transform:translate(-100%,
		0);
		transform:translate(-100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1)
	}
}
@keyframes towhite1 {
	0% {
		background:#000000
	}
	100% {
		background:#ffffff
	}
}
@-moz-keyframes towhite1 {
	0% {
		background:#000000
	}
	100% {
		background:#ffffff
	}
}
@-ms-keyframes towhite1 {
	0% {
		background:#000000
	}
	100% {
		background:#ffffff
	}
}
@-webkit-keyframes towhite1 {
	0% {
		background:#000000
	}
	100% {
		background:#ffffff
	}
}
@keyframes bb1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
}
@-webkit-keyframes bb1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
}
@-moz-keyframes bb1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
}
@-ms-keyframes bb1 {
	0% {
		-moz-transform:translate(0,
		100%);
		-ms-transform:translate(0,
		100%);
		-webkit-transform:translate(0,
		100%);
		transform:translate(0,
		100%);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:1;
		height:100%
	}
}
@keyframes bb2 {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-webkit-keyframes bb2 {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-moz-keyframes bb2 {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@-ms-keyframes bb2 {
	0% {
		-moz-transform:translate(100%,
		0);
		-ms-transform:translate(100%,
		0);
		-webkit-transform:translate(100%,
		0);
		transform:translate(100%,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
	100% {
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		transform:translate(0,
		0);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
		width:100%;
		height:1
	}
}
@keyframes bb3 {
	0% {
		height:0
	}
	100% {
		height:100%
	}
}
@-webkit-keyframes bb3 {
	0% {
		height:0
	}
	100% {
		height:100%
	}
}
@-moz-keyframes bb3 {
	0% {
		height:0
	}
	100% {
		height:100%
	}
}
@-ms-keyframes bb3 {
	0% {
		height:0
	}
	100% {
		height:100%
	}
}
@keyframes bb4 {
	0% {
		width:0;
		opacity:1
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-webkit-keyframes bb4 {
	0% {
		width:0;
		opacity:1
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-moz-keyframes bb4 {
	0% {
		width:0;
		opacity:1
	}
	100% {
		width:100%;
		opacity:1
	}
}
@-ms-keyframes bb4 {
	0% {
		width:0;
		opacity:1
	}
	100% {
		width:100%;
		opacity:1
	}
}
.cssView,
.cssNode {
	position:relative
}
.cssView .cssEditLink,
.cssNode .cssEditLink {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#000000;
	padding:5px 10px
}
.cssView .cssEditLink a,
.cssNode .cssEditLink a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px
}
.cssView .cssEditLink1,
.cssNode .cssEditLink1 {
	position:absolute;
	right:0;
	z-index:10;
	background:#000000;
	padding:5px 10px
}
.cssView .cssEditLink1 a,
.cssNode .cssEditLink1 a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px
}
.cssAdminMenu {
	height:30px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1000;
	background:#000000
}
.cssAdminMenu a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:5px
}
.cssAdminMenu h2 {
	display:none
}
.cssAdminMenu ul {
	margin:0;
	padding:0
}
.cssAdminMenu ul li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0
}
.cssAdminMenu ul li .cssMenuBody {
	display:none;
	background:#000000
}
.cssAdminMenu ul li .cssMenuBody li {
	display:block
}
.cssAdminMenu ul li:hover .cssMenuBody {
	background:#333333;
	width:150px;
	position:absolute;
	bottom:100%;
	display:block
}
.cssAdminMenu ul li:hover .cssMenuBody .cssMenuBody {
	display:none
}
.cssAdminMenu ul li:hover .cssMenuBody li {
	position:relative
}
.cssAdminMenu ul .cssMenuBody li:hover .cssMenuBody {
	display:block;
	bottom:auto;
	top:0;
	left:100%
}
.cssBlockIndexBlock .cssEditLink {
	top:0;
	right:0;
	left:auto
}
a[href^=tel] {
	color:#ffffff;
	text-decoration:none
}
.grey_bg {
	background:#7a7d81
}
.fontligt {
	font-family:'AkkuratStd-Light',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.menutxt1 {
	font-size:20px;
	line-height:110%
}
.menutxt2 {
	font-size:12px;
	line-height:110%
}
.normaltxt {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.boldtxt {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.contenttxt {
	font-size:16px;
	line-height:24px
}
.awardyr_hl {
	font-size:50px
}
.super_headline {
	font-size:55px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.super_headlinecond {
	font-size:55px
}
.super_headlinecond strong {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.main_header {
	font-size:40px;
	line-height:45px
}
.main_headerS {
	font-size:80px;
	line-height:90px
}
.item_title {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.item_subtitlenobold {
	font-size:14px;
	line-height:20px
}
.item_subtitle {
	font-size:14px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.section_title {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.content_title {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.content_titlenobold {
	font-size:20px;
	line-height:25px
}
.news_desc {
	font-size:14px;
	line-height:18px
}
.button {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.quota {
	font-size:16px;
	line-height:25px
}
.link_title {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.link_desc {
	font-size:14px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
body {
	font-family:'AkkuratStd',
	sans-serif;
	font-size:14px
}
body.i18n-zh-hans {
	letter-spacing:.5px
}
body {
	width:100%;
	overflow-x:hidden;
	margin:0;
	padding:0;
	min-height:100%
}
.cssClear {
	clear:both
}
.cssHide {
	display:none
}
img,
a {
	border:0;
	outline:0
}
textarea,
input {
	border-radius:0;
	outline:0
}
#act {
	z-index:10002
}
iframe {
	border:0;
	margin:0;
	padding:0
}
.cssOlFrame.oprj #act {
	position:absolute;
	top:10px;
	right:2%
}
body.i18n-zh-hans {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.towhite {
	background:#000000
}
.towhite.end {
	background:#ffffff;
	transition:background 1s;
	-moz-transition:background 1s;
	-webkit-transition:background 1s;
	-o-transition:background 1s
}
.fa {
	color:#7a7d81
}
.fa:hover {
	color:#4d4e50
}
#block-system-main-menu,
.menu-block-1 {
	transition:left .3s;
	-moz-transition:left .3s;
	-webkit-transition:left .3s;
	-o-transition:left .3s
}
.cssTranBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background:rgba(0,
	0,
	0,
	0.4);
	background:-moz-linear-gradient(top,
	rgba(0,
	0,
	0,
	0.4) 0,
	rgba(0,
	0,
	0,
	0) 50%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background:-webkit-gradient(left top,
	left bottom,
	color-stop(0,
	rgba(0,
	0,
	0,
	0.4)),
	color-stop(50%,
	rgba(0,
	0,
	0,
	0)),
	color-stop(100%,
	rgba(0,
	0,
	0,
	0.4)));
	background:-webkit-linear-gradient(top,
	rgba(0,
	0,
	0,
	0.4) 0,
	rgba(0,
	0,
	0,
	0) 50%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background:-o-linear-gradient(top,
	rgba(0,
	0,
	0,
	0.4) 0,
	rgba(0,
	0,
	0,
	0) 50%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background:-ms-linear-gradient(top,
	rgba(0,
	0,
	0,
	0.4) 0,
	rgba(0,
	0,
	0,
	0) 50%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	background:linear-gradient(to bottom,
	rgba(0,
	0,
	0,
	0.4) 0,
	rgba(0,
	0,
	0,
	0) 50%,
	rgba(0,
	0,
	0,
	0.4) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
	endColorstr='#000000',
	GradientType=0)
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics .cssTranBg {
	background:rgba(0,
	0,
	0,
	0.6)
}
.cssIpad {
	display:none
}
.cssPc {
	display:block
}
.cssMobile {
	display:none
}
.cssMasterPanel {
	width:100%;
	height:100%
}
.cssContentPanel {
	animation-name:bodyOut;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:bodyOut;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:bodyOut;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:bodyOut;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssContentPanel.opend {
	animation-name:bodyIn;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:bodyIn;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:bodyIn;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:bodyIn;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.mainframe {
	width:100%;
	max-width:1200px;
	margin:0 auto
}
.cssLoading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1001
}
.cssLoading .cssProgs {
	background:#7a7d81;
	height:5px;
	width:0
}
.cssNav .cssTT {
	display:none
}
.cssLoadMask {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	z-index:1000
}
.cssHomeLoading {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1002
}
.cssHomeLoading .cssHomeIcon {
	position:absolute;
	top:50%;
	left:50%;
	z-index:10
}
.cssHomeLoading .cssHomeIcon img {
	margin:-72px 0 0 -72px
}
.cssHomeLoading .cssHomeIcon img.cssStep2 {
	position:absolute;
	top:0;
	left:0
}
.cssHomeLoading .cssHomeIcon img.grayscale {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%)
}
.cssHomeLoading .cssCover {
	position:absolute;
	background:#ffffff
}
.cssHomeLoading .cssL {
	width:50%;
	height:100%;
	top:0;
	left:0
}
.cssHomeLoading .cssR {
	width:50%;
	height:100%;
	top:0;
	right:0
}
.cssHomeLoading .cssT {
	width:100%;
	height:50%;
	top:0;
	left:0
}
.cssHomeLoading .cssB {
	width:100%;
	height:50%;
	bottom:0;
	left:0
}
.cssMenuMask {
	position:fixed;
	opacity:.75;
	background:#000000;
	z-index:90;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.cssSearchForm.opened {
	display:block
}
.cssSearchForm {
	background:#ffffff;
	top:48px;
	lefT:0;
	width:100%;
	z-index:105
}
#user-login {
	padding:80px 0
}
.cssSearchForm {
	padding:25px 0 30px
}
.cssSearchForm .cssClose {
	padding:0 22px
}
.cssSearchForm .cssClose a {
	width:21px;
	height:21px;
	overflow:hidden;
	display:block;
	float:right
}
.cssSearchForm .cssClose span {
	font-size:17px
}
.cssSearchField {
	padding:31px 0
}
.cssSearchField .form-text {
	color:#7a7d81;
	width:630px;
	padding:10px;
	font-size:40px;
	line-height:45px;
	line-height:50px
}
.cssSearchField .form-submit {
	z-index:10;
	opacity:0;
	text-indent:-999px;
	position:relative;
	top:-10px;
	background:#ffffff;
	border:0;
	width:70px;
	height:70px
}
.cssSearchField .form-actions {
	position:relative
}
.cssSearchField .form-actions i {
	position:absolute;
	font-size:50px;
	top:0;
	left:50%;
	margin-left:-25px;
	margin-top:-30px
}
.cssSearchField .content {
	margin:0 auto;
	max-width:740px
}
.cssSearchResult {
	margin:0 auto;
	max-width:1049px
}
.cssSearchResult .cssTabhead {
	margin:0 0 7px
}
.cssSearchResult .cssTabhead ul {
	margin:0;
	padding:0
}
.cssSearchResult .cssTabhead li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	border-width:1px;
	border-color:#ffffff;
	border-style:solid
}
.cssSearchResult .cssTabhead li.cur {
	border-color:#7a7d81
}
.cssSearchResult .cssTabhead a {
	text-decoration:none;
	color:#7a7d81;
	display:block;
	padding:10px 18px
}
.cssSearchResult .cssTabhead span {
	font-size:20px;
	line-height:25px
}
.cssSearchResult .cssSum {
	margin:0 18px;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81;
	padding:35px 0 25px
}
.cssSearchResult .cssTabbody .cssTabrow {
	padding:0 0 15px;
	margin:0 18px
}
.cssSearchResult .cssTabbody .cssThmb {
	float:left;
	width:235px
}
.cssSearchResult .cssTabbody .cssThmb img {
	width:85%
}
.cssSearchResult .cssTabbody .cssMsg {
	float:left;
	width:775px
}
.cssSearchResult .cssTabbody .cssMsg a {
	text-decoration:none;
	color:#7a7d81
}
.cssSearchResult .cssTabbody .cssMsg .cssT1 {
	padding:25px 0 20px;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssSearchResult .cssTabbody .cssMsg .cssT1 span {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.cssSearchResult .cssTabbody .cssMsg .cssT1 a {
	font-size:16px;
	line-height:24px
}
.cssSearchResult .cssTabbody .cssMsg .cssT2 {
	padding:0 0 0;
	font-size:16px;
	line-height:24px
}
.cssSearchResult .cssTabbody .cssMsg .cssT2 a {
	font-size:16px;
	line-height:24px
}
.cssSearchResult .cssTabbody .cssMsg p {
	margin:0;
	padding:0
}
.logged-in .cssHeaderPanel {
	transform:translate(0,
	-65px);
	-webkit-transform:translate(0,
	65px);
	-moz-transform:translate(0,
	65px);
	-ms-transform:translate(0,
	65px)
}
.cssHeaderPanel {
	background:#38393b;
	position:fixed;
	top:0;
	lefT:0;
	width:100%;
	z-index:100
}
.cssHeaderPanel .cssFrame {
	margin:0 20px;
	padding:12px 0;
	position:relative
}
.cssHeaderPanel .cssFrame .cssLogo {
	text-align:center
}
.cssHeaderPanel .cssFrame .cssMenu {
	position:absolute;
	z-index:110;
	top:25px;
	left:0
}
.cssHeaderPanel .cssFrame .cssMenu a {
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:relative
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssline {
	width:100%;
	height:4px;
	background:#ffffff;
	position:absolute
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssl1 {
	top:0;
	left:0;
	animation-name:cross2o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross2o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross2o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross2o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssl2 {
	top:50%;
	left:0;
	margin-top:-2px;
	animation-name:cross2o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross2o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross2o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross2o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssl3 {
	top:100%;
	left:0;
	margin-top:-4px;
	animation-name:cross2o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross2o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross2o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross2o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssl4 {
	top:50%;
	left:0;
	margin-top:-2px;
	animation-name:cross1o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross1o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross1o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross1o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu a span.cssl5 {
	top:50%;
	left:0;
	margin-top:-2px;
	animation-name:cross3o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross3o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross3o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross3o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu.cssClose a span.cssl4 {
	animation-name:cross1;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross1;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross1;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross1;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu.cssClose a span.cssl1,
.cssHeaderPanel .cssFrame .cssMenu.cssClose a span.cssl3,
.cssHeaderPanel .cssFrame .cssMenu.cssClose a span.cssl2 {
	animation-name:cross2;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross2;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross2;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross2;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssMenu.cssClose a span.cssl5 {
	animation-name:cross3;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross3;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross3;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross3;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssIcons {
	position:absolute;
	z-index:110;
	top:25px;
	right:0
}
.cssHeaderPanel .cssFrame .cssIcons ul {
	margin:0;
	padding:0
}
.cssHeaderPanel .cssFrame .cssIcons li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	height:19px
}
.cssHeaderPanel .cssFrame .cssIcons li a {
	text-decoration:none;
	color:#ffffff;
	line-height:100%;
	height:100%;
	display:block
}
.cssHeaderPanel .cssFrame .cssIcons li a:hover {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssIcons .fa {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssIcons li.cssSearch {
	font-size:17px;
	width:15px
}
.cssHeaderPanel .cssFrame .cssIcons li.cssSearch:hover {
	font-size:17px;
	width:15px
}
.cssHeaderPanel .cssFrame .cssIcons li.cssFolder {
	position:relative;
	background:url('../images/folder.png') center center no-repeat;
	width:29px
}
.cssHeaderPanel .cssFrame .cssIcons li.cssFolder .cnum {
	position:absolute;
	width:100%;
	left:0;
	bottom:-1px;
	color:#ffffff;
	text-align:center;
	font-size:10px
}
.cssHeaderPanel .cssFrame .cssIcons li.cssLang {
	margin:3px 25px 0 18px
}
.cssHeaderPanel .cssFrame .cssNav.opened {
	display:block
}
.cssHeaderPanel .cssFrame .cssNav {
	display:none;
	transition:left .3s;
	-moz-transition:left .3s;
	-webkit-transition:left .3s;
	-o-transition:left .3s;
	position:fixed;
	top:45px;
	left:0;
	width:16%;
	background:#38393b;
	z-index:100;
	height:100%;
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav .fa {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav .cssNavPanels {
	width:300%;
	-webkit-transition:left .3s;
	transition:left .3s
}
.cssHeaderPanel .cssFrame .cssNav .cssNavPanel {
	-webkit-overflow-scrolling:touch;
	overflow-x:hidden;
	position:relative;
	width:33%;
	float:left;
	overflow-y:auto;
	height:100%;
	background:#38393b;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#bcbec0
}
.cssHeaderPanel .cssFrame .cssNav .cssNavPanel .cssSPane {
	/* overflow-x:hidden */
}
.cssHeaderPanel .cssFrame .cssNav h2 {
	display:none
}
.cssHeaderPanel .cssFrame .cssNav a {
	text-decoration:none;
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav a:hover {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav a:hover span span {
	position:absolute;
	bottom:0;
	height:1px;
	background:#ffffff;
	left:0;
	animation-name:hoverlink;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverlink;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverlink;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverlink;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssNav a span {
	position:relative
}
.cssHeaderPanel .cssFrame .cssNav .cssSPane {
	padding:0 0 0
}
.cssHeaderPanel .cssFrame .cssNav .cssMain ul {
	margin:0 0 0 0;
	padding:0 30px 0
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li {
	list-style-type:none;
	margin:0;
	padding:0
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.collapsed {
	list-style-image:none
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li a {
	display:block;
	z-index:5;
	font-size:20px;
	line-height:110%
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li>.cssLinkitem {
	padding:15px 0
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li>.cssLinkitem .cssAr {
	display:none;
	position:relative
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li>.cssLinkitem .cssAr i {
	font-size:22px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-11px
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.cssSub>.cssLinkitem {
	position:relative
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.cssSub>.cssLinkitem .cssAr {
	cursor:pointer;
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:10%;
	height:100%
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover .cssMenuBody {
	display:block
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li .cssMenuBody {
	width:0;
	opacity:0;
	display:none;
	z-index:1;
	background:#38393b;
	position:absolute;
	width:100%;
	left:100%;
	top:0;
	height:100%;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav .cssMain .cssMenuBody {
	background:#38393b;
	height:100%;
	position:relative
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover>.cssLinkitem a {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover>.cssLinkitem a span span {
	position:absolute;
	bottom:0;
	height:1px;
	background:#ffffff;
	left:0;
	animation-name:hoverlink;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverlink;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverlink;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverlink;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot {
	margin:0;
	padding:26px 30px 0
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot .cssTitle {
	padding:0 0 14px
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot ul {
	margin:0;
	padding:0
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot li {
	margin:0 8px 0 0;
	padding:0;
	float:left;
	list-style-type:none
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot li a {
	display:block;
	height:25px;
	font-size:25px
}
.cssHeaderPanel .cssFrame .cssNav .cssFoot li:hover a {
	color:#ffffff
}
.cssHeaderPanel .cssFrame .cssNav .cssMain2 ul {
	margin:0;
	padding:26px 30px
}
.cssHeaderPanel .cssFrame .cssNav .cssMain2 li {
	list-style-type:none;
	margin:0;
	padding:0
}
.cssHeaderPanel .cssFrame .cssNav .cssMain2 li a {
	display:block;
	padding:5px 0;
	font-size:12px;
	line-height:110%
}
.cssHeaderPanel .cssFrame .cssNav .cssCopy {
	margin:0;
	padding:0 30px 26px
}
.cssHeaderPanel .cssFrame .cssLowerPart {
	width:100%
}
.cssContentPanel {
	width:100%
}
.cssPageEnd {
	margin-bottom:30px
}
.cssStdBtn {
	overflow:hidden;
	position:relative
}
.cssStdBtn .cssNor {
	display:block;
	animation-name:hoverIn;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverIn;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverIn;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverIn;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssStdBtn .cssHover {
	position:absolute;
	top:0;
	animation-name:hoverIn1;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverIn1;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverIn1;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverIn1;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssStdBtn.hover .cssNor {
	animation-name:hoverOut;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverOut;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverOut;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverOut;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssStdBtn.hover .cssHover {
	animation-name:hoverOut1;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverOut1;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverOut1;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverOut1;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssHomePage {
	poistion:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	min-height:640px
}
.cssHomePage .region-content .content {
	width:100%;
	height:100%
}
.cssHomePage .cssBg {
	position:relative;
	width:100%;
	height:100%
}
.cssHomePage .cssBg .cssSlide {
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.cssHomePage .cssFrame {
	width:100%;
	position:absolute;
	top:90px;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	min-height:510px
}
.cssHomePage .cssFrame .cssLhsContent {
	width:50%;
	max-width:600px;
	margin-left:90px;
	float:left
}
.cssHomePage .cssFrame .cssLhsContent .cssLogo {
	padding:0 0 30px
}
.cssHomePage .cssFrame .cssLhsContent .cssLogo img {
	width:40%
}
.cssHomePage .cssFrame .cssLhsContent .cssTitle {
	color:#ffffff
}
.cssHomePage .cssFrame .cssLhsContent .cssTitle p {
	margin:0;
	padding:0
}
.cssHomePage .cssFrame .cssLhsContent .cssMsg {
	color:#ffffff;
	padding:20px 0 30px
}
.cssHomePage .cssFrame .cssLhsContent .cssMsg p {
	margin:0;
	padding:0
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssNor {
	text-align:center;
	display:block;
	background:#ffffff;
	font-size:33px;
	width:33px;
	height:33px
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	color:#ffffff;
	font-size:33px;
	width:33px;
	height:33px
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover i:hover.fa,
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover i.fa {
	color:#ffffff
}
.cssHomePage .cssFrame .cssLhsContent .cssLink .cssTxt {
	float:left;
	margin:10px 0 12px
}
.cssHomePage .cssFrame .cssLhsContent .cssLink a {
	text-decoration:none;
	color:#ffffff;
	display:block
}
.cssHomePage .cssFrame .cssRhsContent {
	float:right;
	width:35%;
	max-width:480px;
	color:#ffffff;
	overflow:hidden;
	margin-right:0;
	padding:7px 0
}
.cssHomePage .cssFrame .cssRhsContent a {
	color:#ffffff;
	text-decoration:none
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock {
	cursor:pointer;
	padding:0 0 0;
	position:relative
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder {
	background:url('../images/plus.png') top left no-repeat;
	position:absolute;
	height:14px;
	width:100%
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssTop {
	top:-7px
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssBottom {
	bottom:-7px;
	display:none
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs {
	margin:0 0 0 23px;
	border-width:1px 0 0;
	border-style:solid;
	border-color:#ffffff;
	padding:0 90px 5px 0;
	z-index:1;
	position:relative
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssHeadline {
	padding:14px 0 0;
	text-transform:uppercase
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssTitle {
	padding:30px 0 30px 0
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssTitle p {
	margin:0;
	padding:0
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics {
	height:100%;
	width:100%
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPicimg {
	height:100%;
	width:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics img {
	height:100%
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssMsg p {
	margin:0;
	padding:0
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssTitle {
	padding:30px 0 30px
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssMsg {
	padding:30px 0 30px 0
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssTitle {
	padding:30px 0 0
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssMsg {
	padding:0 0 30px 0
}
.cssHomePage .cssFrame .cssRhsContent .cssLast .cssBorder.cssBottom {
	display:block
}
.cssHomePage .cssFrame .cssRhsContent .cssLast .cssFs {
	border-width:1px 0
}
.cssHomePage .cssFrame .cssRhsContent .cssPics {
	position:absolute;
	left:7px;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	opacity:1;
	animation-name:menuOutsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuOutsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuOutsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuOutsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssHomePage .cssFrame .cssRhsContent .cssPics img {
	width:100%
}
.cssHomePage .cssFrame .cssRhsContent .cssBlock:hover .cssPics {
	animation-name:menuInsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssWhatWeDo {
	poistion:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	min-height:680px
}
.cssWhatWeDo .cssBChrumb {
	padding-bottom:72px;
	left:0
}
.cssWhatWeDo .cssBChrumb div {
	margin:0 45px;
	color:#ffffff
}
.cssWhatWeDo .cssBChrumb div div.cssShort,
.cssWhatWeDo .cssBChrumb div div.cssFullb {
	margin:0 0
}
.cssWhatWeDo .cssBChrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssWhatWeDo .cssBChrumb a:hover {
	text-decoration:underline
}
.cssWhatWeDo .cssBg {
	position:relative;
	width:100%;
	height:100%
}
.cssWhatWeDo .cssBg .cssSlide {
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.cssWhatWeDo .cssFrame {
	width:100%;
	position:absolute;
	top:90px;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	min-height:465px
}
.cssWhatWeDo .cssFrame .cssLhsContent {
	width:50%;
	margin-left:90px;
	float:left;
	max-width:660px
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLogo {
	padding:0 0 50px
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssTitle {
	color:#ffffff
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssMsg {
	color:#ffffff;
	padding:20px 0 40px
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssMsg p {
	margin:0;
	padding:0
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown {
	display:none
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks ul {
	margin:0 0 0 -18px;
	padding:0
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks li {
	width:49%;
	float:left;
	margin:1px;
	list-style-type:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks li.cssLcok1 {
	width:34%
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks li.cssLcok2 {
	width:64%
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd'
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span {
	display:block;
	padding:14px 18px;
	position:relative;
	overflow:hidden
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span .cssLL,
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span .cssRR,
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span .cssTT,
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span .cssBB {
	display:none
}
.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks li:hover {
	box-shadow:inset 0 0 0 1px #ffffff
}
.cssWhatWeDo .cssFrame .cssComFreatureProject {
	position:relative;
	top:-60px
}
/*
.video-js {
	padding-top:56.25%
}
.vjs-fullscreen {
	padding-top:0
}
*/

.cssWhatWeDo1 .cssLayer1 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:0;
	height:100%;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.cssWhatWeDo1 .cssLayer1 .cssCurrent {
	width:100%
}
.cssWhatWeDo1 .cssLayer1 .cssBg {
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.cssWhatWeDo1 .cssLayer2 {
	position:relative;
	z-index:1;
	width:100%
}
.cssWhatWeDo1 .cssHero {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative
}
.cssWhatWeDo1 .cssHero .cssMoreBtn {
	position:absolute;
	bottom:10%;
	left:50%;
	overflow:hidden;
	z-index:7;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0)
}
.cssWhatWeDo1 .cssHero .cssMoreBtn a {
	height:65px;
	overflow-y:hidden;
	display:block
}
.cssWhatWeDo1 .cssHero .cssPageCtl {
	padding-bottom:72px;
	width:100%
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssWrapper {
	padding:0 90px
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssBChrumb {
	float:left
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssBChrumb div {
	color:#ffffff
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssBChrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssBChrumb a:hover {
	text-decoration:underline
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssContact {
	display:none;
	float:right
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssContact a {
	color:#ffffff;
	text-decoration:none
}
.cssWhatWeDo1 .cssHero .cssPageCtl .cssContact span {
	background:url('../images/tel.png') left center no-repeat;
	display:block;
	padding:5px 0 5px 32px
}
.cssWhatWeDo1 .cssHero .cssBg {
	position:relative;
	width:100%;
	height:100%
}
.cssWhatWeDo1 .cssHero .cssBg .cssSlide {
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.cssWhatWeDo1 .cssHero .cssFrame {
	width:100%;
	position:absolute;
	top:90px;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	min-height:465px
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent {
	width:50%;
	margin-left:90px;
	float:left;
	max-width:600px
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLogo {
	padding:0 0 50px
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssTitle {
	color:#ffffff
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssMsg {
	color:#ffffff;
	padding:20px 0 40px
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssMsg p {
	margin:0;
	padding:0
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown {
	display:none
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks ul {
	margin:0 0 0 -18px;
	padding:0
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks li {
	width:49%;
	float:left;
	margin:1px;
	list-style-type:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd'
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span {
	display:block;
	padding:14px 18px;
	position:relative;
	overflow:hidden
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span .cssLL,
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span .cssRR,
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span .cssTT,
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span .cssBB {
	display:none
}
.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks li:hover {
	box-shadow:inset 0 0 0 1px #ffffff
}
.cssWhatWeDo1 .cssHero .cssFrame .cssComFreatureProject {
	top:-60px
}
.cssWhatWeDo1 .cssBodyCopy.cssPageEnd {
	padding-bottom:30px
}
.cssWhatWeDo1 .cssBodyCopy1 {
	background:#ffffff;
	width:100%
}
.cssWhatWeDo1 .cssBodyCopy {
	max-width:1200px;
	margin:0 auto
}
.cssWhatWeDo1 .cssBodyCopy .cssWrapper {
	padding:90px 65px 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow {
	clear:both;
	padding:0 0 20px 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont {
	margin:20px 0 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont .cssFirst {
	margin:0 0 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssBox {
	margin:0 25px 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssBox .cssVt {
	width:100%;
	height:240px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota {
	font-size:16px;
	line-height:25px;
	background:url('../images/sec_13.png') top left no-repeat;
	padding:42px 0 0 123px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ1 {
	background:url('../images/sec_17.png') right bottom no-repeat;
	padding:0 123px 42px 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ2 {
	text-align:center
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2.cssRight {
	float:right
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 {
	float:left;
	width:50%
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota {
	font-size:16px;
	line-height:25px;
	background:url('../images/sec_13.png') top left no-repeat;
	padding:42px 0 0 48px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ1 {
	background:url('../images/sec_17.png') right bottom no-repeat;
	padding:0 48px 42px 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ2 {
	text-align:center
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox {
	background:#7a7d81;
	color:#ffffff;
	position:relative
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore {
	position:absolute;
	bottom:0;
	right:0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore img {
	display:block
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssM {
	padding:30px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h4 {
	margin:0;
	padding:0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h5 {
	margin:0;
	padding:0 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p {
	margin:0;
	padding:0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p span {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox.cssContacts h4 {
	padding:0 0 65px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssImg img {
	width:100%
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTitle {
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	padding:50px 0 35px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt {
	color:#7a7d81;
	font-size:16px;
	line-height:24px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt h3 {
	margin:0;
	padding:0;
	font-size:30px;
	line-height:32px
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt p {
	margin:0;
	padding:25px 0 0
}
.cssWhatWeDo1 .cssBodyCopy .cssRow .cssQuota {
	color:#7a7d81
}
.cssBacktop {
	position:fixed;
	z-index:80;
	bottom:20px;
	right:20px;
	display:none
}
.cssBacktop img {
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid
}
.olctl a {
	color:#ffffff;
	text-decoration:none;
	font-size:65px
}
.olctl i.fa {
	color:#ffffff
}
.olctl.cssClose {
	text-align:right;
	top:5%;
	right:5%;
	width:65px;
	height:65px
}
.olctl.cssClose a {
	font-size:40px
}
.olctl.cssCtlL {
	top:50%;
	left:5%;
	width:65px;
	height:65px;
	margin-top:-32px
}
.olctl.cssCtlr {
	text-align:right;
	top:50%;
	right:5%;
	width:65px;
	height:65px;
	margin-top:-32px
}
.breadcrumb .cssShort {
	display:none
}
.cssBreadcrumb .cssShort {
	display:none
}
.cssProjectPage {
	position:relative
}
.cssProjectPage .cssAllPro {
	cursor:pointer
}
.cssProjectPage .cssLayer1 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:0;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.cssProjectPage .cssLayer1 .cssCurrent {
	width:100%
}
.cssProjectPage .cssLayer1 .cssBg {
	width:100%;
	height:100%;
	background:#ffffff;
	text-align:center
}
.cssProjectPage .cssLayer1 .cssBg img {
	height:100%
}
.cssProjectPage .cssLayer2 {
	position:relative;
	z-index:1;
	width:100%
}
.cssProjectPage .cssLayer2 .cssDesc1 .cssImgText {
	padding-top:3px;
	margin-bottom:10px;
	float:left;
	width:25%
}
.cssProjectPage .cssLayer2 .cssDesc1 .cssImgText .cssFF {
	margin-right:10px
}
.cssProjectPage .cssLayer2 .cssDesc1 .cssImgText .cssImg img {
	width:100%
}
.cssProjectPage .cssLayer2 .cssDesc1 .cssImgText.cssLss {
	margin-right:0
}
.cssProjectPage .cssLayer2 .cssDesc1 .cssSps {
	display:none
}
.cssProjectPage .cssLayer2 .cssBreadcrumb {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssProjectPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:58px 0 0
}
.cssProjectPage .cssLayer2 .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssProjectPage .cssLayer2 .cssBreadcrumb a:hover {
	text-decoration:underline
}
.cssProjectPage .cssLayer2 .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssProjectPage .cssLayer2 .cssBreadcrumb .cssR {
	float:right;
	margin-right:45px
}
.cssProjectPage .cssLayer2 .cssHeroImage {
	width:100%;
	height:100%;
	position:relative
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame {
	position:absolute;
	left:0;
	width:100%
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0);
	-ms-transform:translate(-50%,
	0);
	width:1024px;
	height:100%;
	min-height:428px
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
	color:#ffffff;
	position:absolute;
	top:0;
	left:0;
	width:500px
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 {
	padding:50px 0 30px
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
	position:fixed;
	bottom:60px;
	left:50%;
	overflow:hidden;
	z-index:7;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0)
}
.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn a {
	height:65px;
	overflow-y:hidden;
	display:block
}
.cssProjectPage .cssLayer2 .cssBodyCopy {
	color:#7a7d81;
	background:#ffffff;
	width:100%;
	text-align:center
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapperOut {
	margin:0 auto;
	text-align:left;
	max-width:1200px;
	width:100%
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapper {
	margin:0 45px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc1 .cssBody:after {
	clear:both;
	content:" ";
	display:block
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo {
	margin:0 25px;
	padding:25px 0 45px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
	padding:25px 0 0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
	float:left;
	width:50%
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssLabel {
	padding:0 0 5px;
	margin:0 25px;
	font-size:16px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssField {
	margin:0 25px;
	font-size:16px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc1 {
	margin:0 50px;
	padding:0 0 0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc1.cssFirst {
	padding-top:50px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc2 {
	margin:0 50px;
	padding:0 0 65px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock1 {
	padding:0 0 85px 0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock2 {
	padding:0 0 85px 0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssVideoFrame {
	margin:0 50px 85px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssVideoFrame .cssVt {
	width:100%;
	height:520px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock {
	margin:0 50px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssAlert.cssFirst {
	display:block
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssAlert {
	display:none;
	position:absolute;
	top:-30px;
	left:0;
	padding:0 0 10px;
	text-align:left;
	width:320px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow {
	display:flex;
	width:960px;
	margin:0 auto
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg {
	width:50%;
	position:relative
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics {
	position:relative
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics img {
	display:block
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics a {
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	width:31px;
	height:31px;
	background:#7a7d82
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics a img {
	animation-name:cross4o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross4o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross4o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross4o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics a:hover img {
	animation-name:cross4;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross4;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross4;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross4;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt {
	width:50%;
	position:relative
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ1 {
	display:none
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ2 {
	display:none
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt div.cssM {
	padding:30px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ1 {
	display:block;
	position:absolute;
	top:7px;
	left:7px;
	width:32px;
	height:28px;
	background:url('../images/q1.jpg') no-repeat
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ2 {
	display:block;
	position:absolute;
	bottom:7px;
	right:7px;
	width:32px;
	height:28px;
	background:url('../images/q2.jpg') no-repeat
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ div.cssM {
	padding:0 0 0;
	position:absolute;
	top:50%;
	transform:translate(0,
	50%);
	-webkit-transform:translate(0,
	-50%);
	-moz-transform:translate(0,
	-50%);
	-ms-transform:translate(0,
	-50%);
	width:66%;
	margin:0 17%
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow1 .cssImg .cssPics {
	float:right
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward {
	margin:0 48.5px;
	padding:0 0 40px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssHeadline {
	padding:0 0 40px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol1 {
	float:left;
	width:152px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 {
	float:left;
	width:852px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT1 {
	padding:8px 0 14px;
	line-height:100%;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT2 p {
	padding:0;
	margin:0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCell {
	padding:0 0 30px 0
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 a {
	text-decoration:none;
	color:#7a7d81
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 a:hover {
	text-decoration:underline
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs {
	margin:0 25px;
	position:relative
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs a {
	position:absolute;
	top:15px;
	left:15px
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs img {
	width:100%
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs a {
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	width:31px;
	height:31px;
	background:#7a7d82
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs a img {
	animation-name:cross4o;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross4o;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross4o;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross4o;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs a:hover img {
	animation-name:cross4;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:cross4;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:cross4;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:cross4;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssProjectPage .cssLayer2 .cssBodyCopy .cssComImgGallery {
	padding-bottom:30px
}
.cssProjectPage .cssLayer2 .cssBacktop {
	position:fixed;
	bottom:0;
	right:20px
}
.cssProjectPage .cssLayer2 .cssNextProject {
	color:#ffffff;
	background:#7a7d81;
	position:relative;
	overflow:hidden
}
.cssProjectPage .cssLayer2 .cssNextProject .cssBreadcrumb {
	opacity:0
}
.cssProjectPage .cssLayer2 .cssNextProject .cssFrame {
	position:absolute;
	left:0;
	width:100%;
	z-index:25
}
.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 {
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	transform:translate(0,
	50%);
	-webkit-transform:translate(0,
	-50%);
	-moz-transform:translate(0,
	-50%);
	-ms-transform:translate(0,
	-50%)
}
.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 .cssT2 {
	padding:30px 0 15px
}
.cssProjectPage .cssLayer2 .cssNextProject .cssBg {
	width:100%;
	height:100%;
	position:absolute;
	z-index:15;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover;
	background-size:cover;
	background-position:0 0;
	background-repeat:no-repeat
}
.cssProjectPage .cssLayer2 .cssNextProject .cssBg img {
	width:100%
}
.cssProjectPage .cssLayer1>div {
	position:relative
}
.cssProjectPage .cssLayer1.cssPort .cssBg {
	text-align:left;
	max-width:1200px;
	margin:0 auto
}
.cssProjectPage .cssLayer1.cssPort .cssBg .cssCr {
	width:50%;
	text-align:right
}
.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame1 {
	position:absolute;
	top:0;
	left:55%;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0);
	width:45%;
	height:100%
}
.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame1 .cssTitle {
	color:#7a7d81
}
.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame1 .cssCol2 {
	padding-top:30px
}
.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
	left:0
}
.cssProjectPage .cssLayer2.cssPort .cssBodyCopy .cssDesc1 {
	padding-top:25px
}
.cssProjectPage .cssLayer2.cssPort .cssBodyCopy .cssInfo {
	display:none
}
.cssSavedItem .cssBreadcrumb {
	padding-top:49px;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssSavedItem .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.cssSavedItem .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssSavedItem .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssSavedItem .cssBreadcrumb .cssR {
	float:right;
	margin-right:45px
}
.cssSavedItem .cssBodyCopy {
	color:#7a7d81;
	background:#ffffff;
	width:100%;
	text-align:center
}
.cssSavedItem .cssBodyCopy .cssWrapperOut {
	margin:0 auto;
	text-align:left;
	max-width:1200px;
	width:100%
}
.cssSavedItem .cssBodyCopy .cssWrapper {
	margin:0 45px
}
.cssSavedItem .cssBodyCopy .cssHeader {
	padding:25px 0
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare {
	padding:10px 0
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField {
	float:right;
	width:65%;
	margin-top:3px;
	margin-right:5px
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField input {
	width:100%;
	padding:8px 0
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssBtna {
	float:right
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare button {
	background:#7a7d81;
	border-width:1px;
	border-color:#7a7d81
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare button span {
	display:block;
	padding:8px 35px
}
.cssSavedItem .cssBodyCopy .cssHeader .cssShare button.cssStyle1 span {
	color:#ffffff
}
.cssSavedItem .cssBodyCopy .cssHeader .cssName {
	padding:10px 0;
	float:left
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns {
	float:right
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button {
	background:none;
	border-width:1px;
	border-color:#7a7d81
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button span {
	display:block;
	padding:8px 35px
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle1 span {
	color:#7a7d81
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle2 {
	background:#7a7d81
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle2 span {
	color:#ffffff
}
.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 {
	display:none
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip {
	float:left;
	width:24.3%;
	margin:0 .93% 10px 0
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg {
	position:relative
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg .cssBg img {
	width:100%;
	display:block
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg .cssCtl {
	position:absolute;
	top:7px;
	left:7px
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssTxt {
	background:#7a7d81;
	color:#ffffff
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssTxt .cssT1 {
	padding:10px 10px 0
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssTxt .cssT2 {
	padding:0 10px 10px
}
.cssSavedItem .cssBodyCopy .cssClips .cssClip.cssC4 {
	margin:0 0 0
}
.cssSocial {
	padding:30px 0 70px
}
.cssSocial div {
	position:absolute;
	left:50%;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0);
	-ms-transform:translate(-50%,
	0)
}
.cssSocial ul {
	margin:0;
	padding:0
}
.cssSocial li {
	margin:0 10px 10px 10px;
	padding:0;
	float:left;
	list-style-type:none
}
.cssSocial li a {
	display:block;
	height:25px;
	font-size:25px;
	color:#7a7d81
}
.cssSocial li:hover a span {
	color:#4d4e50
}
.outanimated {
	-webkit-animation:1600ms pulsate infinite alternate ease-in-out;
	-moz-animation:1600ms pulsate infinite alternate ease-in-out;
	-ms-animation:1600ms pulsate infinite alternate ease-in-out;
	-o-animation:1600ms pulsate infinite alternate ease-in-out;
	animation:1600ms pulsate infinite alternate ease-in-out
}
.cssGallery .cssMore {
	width:100%;
	padding:0 0 30px;
	position:relative;
	height:32px
}
.cssGallery .cssMore .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssGallery .cssMore .cssNor {
	display:block;
	width:33px;
	height:33px
}
.cssGallery .cssMore .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssGallery .cssMore .cssHover {
	display:block;
	width:33px;
	height:33px
}
.cssGallery .cssMore .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssGallery .cssMore .cssTxt {
	float:left;
	margin:12px 0
}
.cssGallery .cssMore a {
	text-decoration:none;
	color:#7a7d81;
	display:block;
	margin:0 0 0;
	position:absolute;
	left:50%;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0);
	-ms-transform:translate(-50%,
	0)
}
.cssGallery .cssResultnotfound {
	display:none
}
.cssGallery .cssResultnotfound .cssWrapper {
	padding:155px 20px 80px
}
.cssGallery .cssResultnotfound .cssWrapper .cssTitle {
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	margin:0 25px
}
.cssGallery .cssResultnotfound .cssWrapper .cssTitle p {
	margin:0;
	padding:0
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink {
	margin:30px 0 0 23px
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssNor {
	display:block;
	width:33px;
	height:33px
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssHover {
	display:block;
	width:33px;
	height:33px
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink .cssTxt {
	float:left;
	margin:12px 0;
	font-family:"AkkuratStd"
}
.cssGallery .cssResultnotfound .cssWrapper .cssLink a {
	text-decoration:none;
	color:#7a7d81;
	display:block
}
.cssGallery .cssGridView .cssWrapper {
	padding:0 20px 22px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.cssGallery .cssGridView .cssGridItem1.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssGallery .cssGridView .cssGridItem2.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:.1s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:.1s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:.1s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:.1s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssGallery .cssGridView .cssGridItem3.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:.2s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:.2s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:.2s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:.2s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssGallery .cssGridView .cssGridItem5.transit,
.cssGallery .cssGridView .cssGridItem4.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:.3s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:.3s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:.3s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:.3s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssGallery .cssGridView .cssGridItem4 .cssBox {
	padding:0 0 10px 0
}
.cssGallery .cssGridView .cssGridItem.fea .cssFs {
	display:block
}
.cssGallery .cssGridView .cssGridItem.fea .cssTxt {
	background:#38393b;
	color:#ffffff
}
.cssGallery .cssGridView .cssGridItem.fea .cssTxt a {
	text-decoration:none;
	background:#38393b;
	color:#ffffff
}
.cssGallery .cssGridView .cssGridItem {
	opacity:0;
	width:33.3%;
	position:relative
}
.cssGallery .cssGridView .cssGridItem .cssFs {
	display:none;
	position:absolute;
	top:0;
	right:10px;
	background:#38393b;
	padding:5px 10px;
	color:#ffffff;
	z-index:5
}
.cssGallery .cssGridView .cssGridItem .cssBox {
	padding:0 10px 10px 0
}
.cssGallery .cssGridView .cssGridItem .cssPics {
	background:#7a7d81
}
.cssGallery .cssGridView .cssGridItem .cssPics img {
	width:100%;
	display:block
}
.cssGallery .cssGridView .cssGridItem .cssTxt {
	background:#7a7d81;
	color:#ffffff;
	position:relative
}
.cssGallery .cssGridView .cssGridItem .cssTxt a {
	text-decoration:none;
	background:#7a7d81;
	color:#ffffff
}
.cssGallery .cssGridView .cssGridItem .cssTxt .cssFF {
	padding:14px 10px
}
.cssGallery .cssGridView .cssGridItem .cssTxt .cssFeature {
	background:url('../images/star.png') no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	bottom:14px;
	right:10px
}
.cssGallery .cssGridView .cssGridItem .cssTxt .cssName {
	font-size: 24px;
    line-height: 30px;
}
.cssGallery .cssGridView .cssGridItem .cssTxt .cssLocation {
	padding:10px 0 0
}
.cssGallery .cssListView .cssGridItem.fea .cssFs {
	display:block
}
.cssGallery .cssListView .cssFs {
	display:none;
	position:absolute;
	top:0;
	right:0;
	background:#38393b;
	padding:5px 10px;
	color:#ffffff;
	z-index:5
}
.cssGallery .cssListView .cssWrapper {
	padding:0 20px 22px;
	-ms-flex:1;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	display:-webkit-flex;
	display:flex
}
.cssGallery .cssListView .cssGridItem.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssGallery .cssListView .cssGridItem2 .cssBox {
	padding:0 0 10px 0
}
.cssGallery .cssListView .cssGridItem4 .cssBox {
	padding:0 0 10px 0
}
.cssGallery .cssListView .cssGridItem {
	width:50%;
	opacity:0
}
.cssGallery .cssListView .cssGridItem .cssFeature {
	display:none;
	width:5.5%
}
.cssGallery .cssListView .cssGridItem .cssFeature div {
	background:url('../images/star2.png') no-repeat;
	width:16px;
	height:16px
}
.cssGallery .cssListView .cssGridItem .cssBox {
	padding:0 0 20px 0;
	display:-webkit-flex;
	display:flex
}
.cssGallery .cssListView .cssGridItem .cssPics {
	width:24.2%;
	position:relative
}
.cssGallery .cssListView .cssGridItem .cssPics img {
	width:100%;
	display:block
}
.cssGallery .cssListView .cssGridItem .cssTxt {
	width:69%;
	color:#7a7d81;
	position:relative
}
.cssGallery .cssListView .cssGridItem .cssTxt a {
	text-decoration:none;
	color:#7a7d81
}
.cssGallery .cssListView .cssGridItem .cssTxt .cssFF {
	padding:0 25px;
	transform:translate(0,
	50%);
	-webkit-transform:translate(0,
	-50%);
	-moz-transform:translate(0,
	-50%);
	-ms-transform:translate(0,
	-50%);
	position:absolute;
	top:50%
}
.cssGallery .cssListView .cssGridItem .cssTxt .cssName {
	font-size:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssGallery .cssListView .cssGridItem .cssTxt .cssLocation {
	padding:10px 0 0
}
.clsPeopleCat1.cssGallery .cssMore a {
	color:#ffffff
}
.cssPress,
.cssNewsletter,
.cssPublication,
.clsPeopleCat {
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat fixed center center / cover
}
.cssPress .cssBreadcrumb,
.cssNewsletter .cssBreadcrumb,
.cssPublication .cssBreadcrumb,
.clsPeopleCat .cssBreadcrumb {
	padding-top:49px;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssPress .cssBreadcrumb .cssRow,
.cssNewsletter .cssBreadcrumb .cssRow,
.cssPublication .cssBreadcrumb .cssRow,
.clsPeopleCat .cssBreadcrumb .cssRow {
	padding:35px 0 10px
}
.cssPress .cssBreadcrumb a,
.cssNewsletter .cssBreadcrumb a,
.cssPublication .cssBreadcrumb a,
.clsPeopleCat .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssPress .cssBreadcrumb a:hover,
.cssNewsletter .cssBreadcrumb a:hover,
.cssPublication .cssBreadcrumb a:hover,
.clsPeopleCat .cssBreadcrumb a:hover {
	text-decoration:underline
}
.cssPress .cssBreadcrumb .cssL,
.cssNewsletter .cssBreadcrumb .cssL,
.cssPublication .cssBreadcrumb .cssL,
.clsPeopleCat .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssPress .cssBreadcrumb .cssR,
.cssNewsletter .cssBreadcrumb .cssR,
.cssPublication .cssBreadcrumb .cssR,
.clsPeopleCat .cssBreadcrumb .cssR {
	float:right;
	margin-right:45px
}
.cssPress .cssFilters .cssRow,
.cssNewsletter .cssFilters .cssRow,
.cssPublication .cssFilters .cssRow,
.clsPeopleCat .cssFilters .cssRow {
	color:#7a7d81;
	margin:0 45px;
	padding:30px 0
}
.cssPress .cssFilters .cssRow a,
.cssNewsletter .cssFilters .cssRow a,
.cssPublication .cssFilters .cssRow a,
.clsPeopleCat .cssFilters .cssRow a {
	text-decoration:none;
	color:#7a7d81
}
.cssPress .cssFilters .cssTitle,
.cssNewsletter .cssFilters .cssTitle,
.cssPublication .cssFilters .cssTitle,
.clsPeopleCat .cssFilters .cssTitle {
	float:left
}
.cssPress .cssFilters .cssFitler,
.cssNewsletter .cssFilters .cssFitler,
.cssPublication .cssFilters .cssFitler,
.clsPeopleCat .cssFilters .cssFitler {
	float:left
}
.cssPress .cssFilters .cssPicked,
.cssNewsletter .cssFilters .cssPicked,
.cssPublication .cssFilters .cssPicked,
.clsPeopleCat .cssFilters .cssPicked {
	float:left
}
.cssPress .cssFilters .cssPicked .cssPickedItem,
.cssNewsletter .cssFilters .cssPicked .cssPickedItem,
.cssPublication .cssFilters .cssPicked .cssPickedItem,
.clsPeopleCat .cssFilters .cssPicked .cssPickedItem {
	float:left;
	margin:2px 0 0 0;
	display:block;
	padding:0 0 0 0
}
.cssPress .cssFilters .cssPicked .cssPickedItem a,
.cssNewsletter .cssFilters .cssPicked .cssPickedItem a,
.cssPublication .cssFilters .cssPicked .cssPickedItem a,
.clsPeopleCat .cssFilters .cssPicked .cssPickedItem a {
	background:url('../images/filter_close.jpg') center right no-repeat;
	display:block;
	padding:0 23px 0 22px
}
.cssPress .cssFilters .cssSorts,
.cssNewsletter .cssFilters .cssSorts,
.cssPublication .cssFilters .cssSorts,
.clsPeopleCat .cssFilters .cssSorts {
	float:right
}
.cssPress .cssFilters .cssPulldown,
.cssNewsletter .cssFilters .cssPulldown,
.cssPublication .cssFilters .cssPulldown,
.clsPeopleCat .cssFilters .cssPulldown {
	float:left;
	margin:0 0 0 24px
}
.cssPress .cssFilters .cssPulldown span,
.cssNewsletter .cssFilters .cssPulldown span,
.cssPublication .cssFilters .cssPulldown span,
.clsPeopleCat .cssFilters .cssPulldown span {
	background:url('../images/filter_arrow.jpg') center right no-repeat;
	padding:0 18px 0 0;
	display:block
}
.cssPress .cssFilters .cssPulldown ul,
.cssNewsletter .cssFilters .cssPulldown ul,
.cssPublication .cssFilters .cssPulldown ul,
.clsPeopleCat .cssFilters .cssPulldown ul {
	margin:0;
	padding:0
}
.cssPress .cssFilters .cssPulldown ul ul,
.cssNewsletter .cssFilters .cssPulldown ul ul,
.cssPublication .cssFilters .cssPulldown ul ul,
.clsPeopleCat .cssFilters .cssPulldown ul ul {
	display:none;
	margin:0;
	padding:0 0 20px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#ffffff
}
.cssPress .cssFilters .cssPulldown ul ul li,
.cssNewsletter .cssFilters .cssPulldown ul ul li,
.cssPublication .cssFilters .cssPulldown ul ul li,
.clsPeopleCat .cssFilters .cssPulldown ul ul li {
	padding:20px 0 0
}
.cssPress .cssFilters .cssPulldown li,
.cssNewsletter .cssFilters .cssPulldown li,
.cssPublication .cssFilters .cssPulldown li,
.clsPeopleCat .cssFilters .cssPulldown li {
	list-style-type:none;
	position:relative
}
.cssPress .cssFilters .cssPulldown:hover ul,
.cssNewsletter .cssFilters .cssPulldown:hover ul,
.cssPublication .cssFilters .cssPulldown:hover ul,
.clsPeopleCat .cssFilters .cssPulldown:hover ul {
	display:block
}
.cssPress .cssFilterForm,
.cssNewsletter .cssFilterForm,
.cssPublication .cssFilterForm,
.clsPeopleCat .cssFilterForm {
	color:#7a7d81;
	border-width:1px 0 0;
	border-color:#7a7d81;
	border-style:solid
}
.cssPress .cssFilterForm .cssRows,
.cssNewsletter .cssFilterForm .cssRows,
.cssPublication .cssFilterForm .cssRows,
.clsPeopleCat .cssFilterForm .cssRows {
	margin:0 0
}
.cssPress .cssFilterForm .cssCbok,
.cssNewsletter .cssFilterForm .cssCbok,
.cssPublication .cssFilterForm .cssCbok,
.clsPeopleCat .cssFilterForm .cssCbok {
	background:url('../images/filter_checkbox1.jpg') left center no-repeat
}
.cssPress .cssFilterForm .cssCbok span,
.cssNewsletter .cssFilterForm .cssCbok span,
.cssPublication .cssFilterForm .cssCbok span,
.clsPeopleCat .cssFilterForm .cssCbok span {
	display:block;
	padding:0 0 0 30px;
	font-size:16px;
	line-height:24px
}
.cssPress .cssFilterForm .cssCbok.clicked,
.cssNewsletter .cssFilterForm .cssCbok.clicked,
.cssPublication .cssFilterForm .cssCbok.clicked,
.clsPeopleCat .cssFilterForm .cssCbok.clicked {
	background:url('../images/filter_checkbox2.jpg') left center no-repeat
}
.cssPress .cssFilterForm .cssRow0,
.cssNewsletter .cssFilterForm .cssRow0,
.cssPublication .cssFilterForm .cssRow0,
.clsPeopleCat .cssFilterForm .cssRow0 {
	text-align:right;
	padding:13px 45px 10px
}
.cssPress .cssFilterForm .cssRow1,
.cssNewsletter .cssFilterForm .cssRow1,
.cssPublication .cssFilterForm .cssRow1,
.clsPeopleCat .cssFilterForm .cssRow1 {
	padding:0 45px 10px;
	display:-webkit-flex;
	display:flex;
	border-width:0 0 1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssPress .cssFilterForm .cssRow1 .cssCol .cssHead,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol .cssHead,
.cssPublication .cssFilterForm .cssRow1 .cssCol .cssHead,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol .cssHead {
	position:relative;
	padding:0 0 30px
}
.cssPress .cssFilterForm .cssRow1 .cssCol .cssHead .cssT,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol .cssHead .cssT,
.cssPublication .cssFilterForm .cssRow1 .cssCol .cssHead .cssT,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol .cssHead .cssT {
	float:left
}
.cssPress .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok,
.cssPublication .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok {
	float:left;
	margin:0 0 0 32px
}
.cssPress .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1,
.cssPublication .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1 {
	padding:0 0 15px
}
.cssPress .cssFilterForm .cssRow1 .cssCol1,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol1,
.cssPublication .cssFilterForm .cssRow1 .cssCol1,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol1 {
	width:25%
}
.cssPress .cssFilterForm .cssRow1 .cssCol1 .cssBox,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol1 .cssBox,
.cssPublication .cssFilterForm .cssRow1 .cssCol1 .cssBox,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol1 .cssBox {
	padding:10px 25px 10px 50px
}
.cssPress .cssFilterForm .cssRow1 .cssCol2,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2,
.cssPublication .cssFilterForm .cssRow1 .cssCol2,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2 {
	width:51%;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#7a7d81
}
.cssPress .cssFilterForm .cssRow1 .cssCol2 .cssBox,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2 .cssBox,
.cssPublication .cssFilterForm .cssRow1 .cssCol2 .cssBox,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2 .cssBox {
	padding:10px 25px 10px 25px
}
.cssPress .cssFilterForm .cssRow1 .cssCol2 .cssSub,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2 .cssSub,
.cssPublication .cssFilterForm .cssRow1 .cssCol2 .cssSub,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2 .cssSub {
	display:-webkit-flex;
	display:flex
}
.cssPress .cssFilterForm .cssRow1 .cssCol2 .cssSub1,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2 .cssSub1,
.cssPublication .cssFilterForm .cssRow1 .cssCol2 .cssSub1,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
	width:25%
}
.cssPress .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH,
.cssPublication .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH {
	padding:0 0 18px
}
.cssPress .cssFilterForm .cssRow1 .cssCol2.cssNoBorder,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2.cssNoBorder,
.cssPublication .cssFilterForm .cssRow1 .cssCol2.cssNoBorder,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2.cssNoBorder {
	border-width:0 0 0 0;
	border-style:solid
}
.cssPress .cssFilterForm .cssRow1 .cssCol2.cssNoBorder .cssBox,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol2.cssNoBorder .cssBox,
.cssPublication .cssFilterForm .cssRow1 .cssCol2.cssNoBorder .cssBox,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol2.cssNoBorder .cssBox {
	padding:10px 25px 10px 50px
}
.cssPress .cssFilterForm .cssRow1 .cssCol3,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol3,
.cssPublication .cssFilterForm .cssRow1 .cssCol3,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol3 {
	width:24%;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#7a7d81
}
.cssPress .cssFilterForm .cssRow1 .cssCol3 .cssBox,
.cssNewsletter .cssFilterForm .cssRow1 .cssCol3 .cssBox,
.cssPublication .cssFilterForm .cssRow1 .cssCol3 .cssBox,
.clsPeopleCat .cssFilterForm .cssRow1 .cssCol3 .cssBox {
	padding:10px 25px 10px 25px
}
.cssPress .cssFilterForm .cssRow2,
.cssNewsletter .cssFilterForm .cssRow2,
.cssPublication .cssFilterForm .cssRow2,
.clsPeopleCat .cssFilterForm .cssRow2 {
	display:-webkit-flex;
	display:flex;
	padding:24px 45px;
	border-width:0 0 1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssPress .cssFilterForm .cssRow2 .cssCol .cssHead,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol .cssHead,
.cssPublication .cssFilterForm .cssRow2 .cssCol .cssHead,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol .cssHead {
	position:relative;
	padding:0 0 30px
}
.cssPress .cssFilterForm .cssRow2 .cssCol .cssHead .cssT,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol .cssHead .cssT,
.cssPublication .cssFilterForm .cssRow2 .cssCol .cssHead .cssT,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol .cssHead .cssT {
	float:left
}
.cssPress .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok,
.cssPublication .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok {
	float:left;
	margin:0 0 0 32px
}
.cssPress .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1,
.cssPublication .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1 {
	padding:0 0 15px
}
.cssPress .cssFilterForm .cssRow2 .cssCol1,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol1,
.cssPublication .cssFilterForm .cssRow2 .cssCol1,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol1 {
	width:25%
}
.cssPress .cssFilterForm .cssRow2 .cssCol1 .cssBox,
.cssNewsletter .cssFilterForm .cssRow2 .cssCol1 .cssBox,
.cssPublication .cssFilterForm .cssRow2 .cssCol1 .cssBox,
.clsPeopleCat .cssFilterForm .cssRow2 .cssCol1 .cssBox {
	padding:10px 25px 10px 50px
}
.cssPress .cssFilterForm .cssRow3,
.cssNewsletter .cssFilterForm .cssRow3,
.cssPublication .cssFilterForm .cssRow3,
.clsPeopleCat .cssFilterForm .cssRow3 {
	text-align:center;
	padding:22px 0 0
}
.cssPress .cssFilterForm .cssRow3 button,
.cssNewsletter .cssFilterForm .cssRow3 button,
.cssPublication .cssFilterForm .cssRow3 button,
.clsPeopleCat .cssFilterForm .cssRow3 button {
	background:none;
	border-color:#7a7d81;
	border-style:solid;
	border-width:1px;
	color:#7a7d81;
	margin:0 5px
}
.cssPress .cssFilterForm .cssRow3 button span,
.cssNewsletter .cssFilterForm .cssRow3 button span,
.cssPublication .cssFilterForm .cssRow3 button span,
.clsPeopleCat .cssFilterForm .cssRow3 button span {
	display:block;
	padding:10px 45px
}
.cssPress .cssFilterForm .cssRow3 button.style2,
.cssNewsletter .cssFilterForm .cssRow3 button.style2,
.cssPublication .cssFilterForm .cssRow3 button.style2,
.clsPeopleCat .cssFilterForm .cssRow3 button.style2 {
	background:#7a7d81
}
.cssPress .cssFilterForm .cssRow3 button.style2 span,
.cssNewsletter .cssFilterForm .cssRow3 button.style2 span,
.cssPublication .cssFilterForm .cssRow3 button.style2 span,
.clsPeopleCat .cssFilterForm .cssRow3 button.style2 span {
	color:#ffffff
}
.cssPress .cssGridView .cssWrapper,
.cssNewsletter .cssGridView .cssWrapper,
.cssPublication .cssGridView .cssWrapper,
.clsPeopleCat .cssGridView .cssWrapper {
	padding:22px 20px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.cssPress .cssGridView .cssGridItem4 .cssBox,
.cssNewsletter .cssGridView .cssGridItem4 .cssBox,
.cssPublication .cssGridView .cssGridItem4 .cssBox,
.clsPeopleCat .cssGridView .cssGridItem4 .cssBox {
	padding:0 0 10px 0
}
.cssPress .cssGridView .cssGridItem.transit,
.cssNewsletter .cssGridView .cssGridItem.transit,
.cssPublication .cssGridView .cssGridItem.transit,
.clsPeopleCat .cssGridView .cssGridItem.transit {
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssPress .cssGridView .cssGridItem,
.cssNewsletter .cssGridView .cssGridItem,
.cssPublication .cssGridView .cssGridItem,
.clsPeopleCat .cssGridView .cssGridItem {
	width:25%;
	opacity:0
}
.cssPress .cssGridView .cssGridItem .cssBox,
.cssNewsletter .cssGridView .cssGridItem .cssBox,
.cssPublication .cssGridView .cssGridItem .cssBox,
.clsPeopleCat .cssGridView .cssGridItem .cssBox {
	padding:0 10px 10px 0
}
.cssPress .cssGridView .cssGridItem .cssPics img,
.cssNewsletter .cssGridView .cssGridItem .cssPics img,
.cssPublication .cssGridView .cssGridItem .cssPics img,
.clsPeopleCat .cssGridView .cssGridItem .cssPics img {
	width:100%;
	display:block
}
.cssPress .cssGridView .cssGridItem .cssTxt,
.cssNewsletter .cssGridView .cssGridItem .cssTxt,
.cssPublication .cssGridView .cssGridItem .cssTxt,
.clsPeopleCat .cssGridView .cssGridItem .cssTxt {
	background:#7a7d81;
	color:#ffffff;
	position:relative
}
.cssPress .cssGridView .cssGridItem .cssTxt a,
.cssNewsletter .cssGridView .cssGridItem .cssTxt a,
.cssPublication .cssGridView .cssGridItem .cssTxt a,
.clsPeopleCat .cssGridView .cssGridItem .cssTxt a {
	text-decoration:none;
	background:#7a7d81;
	color:#ffffff
}
.cssPress .cssGridView .cssGridItem .cssTxt .cssFF,
.cssNewsletter .cssGridView .cssGridItem .cssTxt .cssFF,
.cssPublication .cssGridView .cssGridItem .cssTxt .cssFF,
.clsPeopleCat .cssGridView .cssGridItem .cssTxt .cssFF {
	padding:14px 10px
}
.cssPress .cssGridView .cssGridItem .cssTxt .cssFeature,
.cssNewsletter .cssGridView .cssGridItem .cssTxt .cssFeature,
.cssPublication .cssGridView .cssGridItem .cssTxt .cssFeature,
.clsPeopleCat .cssGridView .cssGridItem .cssTxt .cssFeature {
	background:url('../images/star.png') no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	bottom:14px;
	right:10px
}
.cssPress .cssGridView .cssGridItem .cssTxt .cssLocation,
.cssNewsletter .cssGridView .cssGridItem .cssTxt .cssLocation,
.cssPublication .cssGridView .cssGridItem .cssTxt .cssLocation,
.clsPeopleCat .cssGridView .cssGridItem .cssTxt .cssLocation {
	padding:10px 0 0
}
.cssPress .cssListView .cssWrapper,
.cssNewsletter .cssListView .cssWrapper,
.cssPublication .cssListView .cssWrapper,
.clsPeopleCat .cssListView .cssWrapper {
	padding:22px 20px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.cssPress .cssListView .cssGridItem2 .cssBox,
.cssNewsletter .cssListView .cssGridItem2 .cssBox,
.cssPublication .cssListView .cssGridItem2 .cssBox,
.clsPeopleCat .cssListView .cssGridItem2 .cssBox {
	padding:0 0 10px 0
}
.cssPress .cssListView .cssGridItem4 .cssBox,
.cssNewsletter .cssListView .cssGridItem4 .cssBox,
.cssPublication .cssListView .cssGridItem4 .cssBox,
.clsPeopleCat .cssListView .cssGridItem4 .cssBox {
	padding:0 0 10px 0
}
.cssPress .cssListView .cssGridItem.transit,
.cssNewsletter .cssListView .cssGridItem.transit,
.cssPublication .cssListView .cssGridItem.transit,
.clsPeopleCat .cssListView .cssGridItem.transit {
	display:block;
	animation-name:menuInsub;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssPress .cssListView .cssGridItem,
.cssNewsletter .cssListView .cssGridItem,
.cssPublication .cssListView .cssGridItem,
.clsPeopleCat .cssListView .cssGridItem {
	width:50%;
	opacity:0
}
.cssPress .cssListView .cssGridItem .cssFeature,
.cssNewsletter .cssListView .cssGridItem .cssFeature,
.cssPublication .cssListView .cssGridItem .cssFeature,
.clsPeopleCat .cssListView .cssGridItem .cssFeature {
	width:5.5%
}
.cssPress .cssListView .cssGridItem .cssFeature div,
.cssNewsletter .cssListView .cssGridItem .cssFeature div,
.cssPublication .cssListView .cssGridItem .cssFeature div,
.clsPeopleCat .cssListView .cssGridItem .cssFeature div {
	background:url('../images/star2.png') no-repeat;
	width:16px;
	height:16px
}
.cssPress .cssListView .cssGridItem .cssBox,
.cssNewsletter .cssListView .cssGridItem .cssBox,
.cssPublication .cssListView .cssGridItem .cssBox,
.clsPeopleCat .cssListView .cssGridItem .cssBox {
	padding:0 0 20px 0;
	display:-webkit-flex;
	display:flex
}
.cssPress .cssListView .cssGridItem .cssPics,
.cssNewsletter .cssListView .cssGridItem .cssPics,
.cssPublication .cssListView .cssGridItem .cssPics,
.clsPeopleCat .cssListView .cssGridItem .cssPics {
	width:24.2%
}
.cssPress .cssListView .cssGridItem .cssPics img,
.cssNewsletter .cssListView .cssGridItem .cssPics img,
.cssPublication .cssListView .cssGridItem .cssPics img,
.clsPeopleCat .cssListView .cssGridItem .cssPics img {
	width:100%;
	display:block
}
.cssPress .cssListView .cssGridItem .cssTxt,
.cssNewsletter .cssListView .cssGridItem .cssTxt,
.cssPublication .cssListView .cssGridItem .cssTxt,
.clsPeopleCat .cssListView .cssGridItem .cssTxt {
	width:69%;
	color:#7a7d81;
	position:relative
}
.cssPress .cssListView .cssGridItem .cssTxt a,
.cssNewsletter .cssListView .cssGridItem .cssTxt a,
.cssPublication .cssListView .cssGridItem .cssTxt a,
.clsPeopleCat .cssListView .cssGridItem .cssTxt a {
	text-decoration:none;
	color:#7a7d81
}
.cssPress .cssListView .cssGridItem .cssTxt .cssFF,
.cssNewsletter .cssListView .cssGridItem .cssTxt .cssFF,
.cssPublication .cssListView .cssGridItem .cssTxt .cssFF,
.clsPeopleCat .cssListView .cssGridItem .cssTxt .cssFF {
	padding:0 25px;
	transform:translate(0,
	50%);
	-webkit-transform:translate(0,
	-50%);
	-moz-transform:translate(0,
	-50%);
	-ms-transform:translate(0,
	-50%);
	position:absolute;
	top:50%
}
.cssPress .cssListView .cssGridItem .cssTxt .cssLocation,
.cssNewsletter .cssListView .cssGridItem .cssTxt .cssLocation,
.cssPublication .cssListView .cssGridItem .cssTxt .cssLocation,
.clsPeopleCat .cssListView .cssGridItem .cssTxt .cssLocation {
	padding:10px 0 0
}
.cssComFilterMenu .cssBreadcrumb {
	padding-top:49px;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssComFilterMenu .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.cssComFilterMenu .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssComFilterMenu .cssBreadcrumb a:hover {
	text-decoration:underline
}
.cssComFilterMenu .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssComFilterMenu .cssBreadcrumb .cssR {
	float:right;
	margin-right:45px
}
.cssComFilterMenu .cssFiltersMobi {
	display:none
}
.cssComFilterMenu .cssFilters .cssRow {
	color:#7a7d81;
	margin:0 45px;
	padding:30px 0
}
.cssComFilterMenu .cssFilters .cssRow a {
	text-decoration:none;
	color:#7a7d81
}
.cssComFilterMenu .cssFilters .cssTitle {
	padding:0 0 10px
}
.cssComFilterMenu .cssFilters .cssFitler {
	float:left;
	margin-top:2px
}
.cssComFilterMenu .cssFilters .cssPicked {
	margin-top:0;
	float:left
}
.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem {
	float:left;
	margin:0 0 0 0;
	display:block;
	padding:0 0 0 0
}
.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem a {
	background:url('../images/filter_close.jpg') center right no-repeat;
	display:block;
	padding:0 23px 0 22px
}
.cssComFilterMenu .cssFilters .cssSorts {
	float:right
}
.cssComFilterMenu .cssFilters .cssPulldown.menutxt1 {
	font-size:16px
}
.cssComFilterMenu .cssFilters .cssPulldown {
	float:left;
	margin:0 24px 0 0
}
.cssComFilterMenu .cssFilters .cssPulldown span {
	background:url('../images/filter_arrow.jpg') center right no-repeat;
	padding:0 18px 0 0;
	display:block
}
.cssComFilterMenu .cssFilters .cssPulldown ul {
	margin:0;
	padding:0
}
.cssComFilterMenu .cssFilters .cssPulldown ul ul {
	display:none;
	margin:0;
	padding:0 0 20px;
	position:absolute;
	top:100%;
	right:0;
	width:100%;
	background:#ffffff;
	z-index:10
}
.cssComFilterMenu .cssFilters .cssPulldown ul ul li {
	padding:20px 0 0
}
.cssComFilterMenu .cssFilters .cssPulldown li {
	list-style-type:none;
	position:relative
}
.cssComFilterMenu .cssFilters .cssPulldown:hover ul {
	display:block
}
.cssComFilterMenu .cssFilters .cssPulldown:hover ul ul {
	display:block;
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid;
	font-size:14px;
	line-height:14px;
	padding:0
}
.cssComFilterMenu .cssFilters .cssPulldown:hover ul ul li a {
	display:block;
	padding:0 8px 10px
}
.cssComFilterMenu .cssFilters .cssPulldown:hover ul ul li.hl {
	background:#7a7d81
}
.cssComFilterMenu .cssFilters .cssPulldown:hover ul ul li.hl a {
	color:#ffffff
}
.cssComFilterMenu .cssFilters .cssPulldown.cssSortbyDate ul ul {
	width:120px
}
.cssComFilterMenu .cssFilterForm {
	color:#7a7d81;
	border-width:1px 0 1px;
	border-color:#c7c9cb;
	border-style:solid;
	margin:0 0 22px
}
.cssComFilterMenu .cssFilterForm .cssRows {
	margin:0 0
}
.cssComFilterMenu .cssFilterForm .cssCbok {
	background:url('../images/filter_checkbox1.jpg') left center no-repeat
}
.cssComFilterMenu .cssFilterForm .cssCbok span {
	display:block;
	padding:0 0 0 30px;
	font-size:16px;
	line-height:24px
}
.cssComFilterMenu .cssFilterForm .cssCbok.clicked {
	background:url('../images/filter_checkbox2.jpg') left center no-repeat
}
.cssComFilterMenu .cssFilterForm .cssRow0 {
	text-align:right;
	padding:13px 45px 10px
}
.cssComFilterMenu .cssFilterForm .cssRow1 {
	padding:0 45px 10px;
	display:-webkit-flex;
	display:flex;
	border-width:0 0 1px;
	border-color:#c7c9cb;
	border-style:solid
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead {
	position:relative;
	padding:0 0 30px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssT {
	float:left
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok {
	float:left;
	margin:0 0 0 32px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1 {
	padding:0 0 15px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 {
	width:25%
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 .cssBox {
	padding:10px 25px 10px 50px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 {
	width:51%;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#c7c9cb
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssBox {
	padding:10px 25px 10px 25px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub {
	display:-webkit-flex;
	display:flex
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
	width:25%
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH {
	padding:0 0 18px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2.cssNoBorder {
	border-width:0 0 0 0;
	border-style:solid
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2.cssNoBorder .cssBox {
	padding:10px 25px 10px 50px
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 {
	width:24%;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#c7c9cb
}
.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 .cssBox {
	padding:10px 25px 10px 25px
}
.cssComFilterMenu .cssFilterForm .cssRow2.cssHide {
	display:none
}
.cssComFilterMenu .cssFilterForm .cssRow2 {
	display:-webkit-flex;
	display:flex;
	padding:24px 45px;
	border-width:0 0 1px;
	border-color:#c7c9cb;
	border-style:solid
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBase {
	position:relative;
	width:100%
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBtns {
	text-align:center;
	padding:0;
	width:100%
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBtns button {
	background:none;
	border-color:#c7c9cb;
	border-style:solid;
	border-width:1px;
	color:#7a7d81;
	margin:0 5px
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBtns button span {
	display:block;
	line-height:100%;
	padding:8px 45px 5px;
	font-family:'AkkuratStd'
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBtns button.style2 {
	background:#7a7d81
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssBtns button.style2 span {
	color:#ffffff
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol {
	position:absolute;
	top:0;
	left:0
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead {
	position:relative;
	padding:0 0 30px
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssT {
	float:left
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok {
	float:left;
	margin:0 0 0 32px
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1 {
	padding:0 0 15px
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssBox {
	padding-left:0
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 {
	width:25%
}
.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 .cssBox {
	padding:10px 25px 10px 0
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 {
	width:70%
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 .cssBox {
	padding-left:0
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol3 {
	width:30%
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol1 .cssBox {
	padding-left:0
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssSub {
	display:block
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssSub1 {
	float:right;
	width:50%;
	margin-bottom:20px
}
.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssSub1.cssColl1 {
	float:left;
	margin-bottom:0
}
.cssComFilterMenu .cssFilterForm .cssRow3 {
	text-align:center;
	padding:22px 0 22px
}
.cssComFilterMenu .cssFilterForm .cssRow3 button {
	background:none;
	border-color:#c7c9cb;
	border-style:solid;
	border-width:1px;
	color:#7a7d81;
	margin:0 5px
}
.cssComFilterMenu .cssFilterForm .cssRow3 button span {
	display:block;
	line-height:100%;
	padding:8px 45px 5px;
	font-family:'AkkuratStd'
}
.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 {
	background:#7a7d81
}
.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 span {
	color:#ffffff
}
.cssZoomBg.hover {
	animation-name:resize_normal;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:resize_normal;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:resize_normal;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:resize_normal;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssZoomBg {
	ransform-origin:50% 50% 0;
	-webkit-transform-origin:50% 50% 0;
	animation-name:resize_large;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:resize_large;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:resize_large;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:resize_large;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssZoom:hover img {
	animation-name:resize_normal;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:resize_normal;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:resize_normal;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:resize_normal;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssZoom {
	overflow:hidden
}
.cssZoom img {
	transform-origin:50% 50% 0;
	-webkit-transform-origin:50% 50% 0;
	animation-name:resize_large;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:resize_large;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:resize_large;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:resize_large;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssComTopBoxes {
	width:100%;
	margin:0 auto;
	max-width:1200px;
	margin-bottom:0
}
.cssComTopBoxes .cssTitle {
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	padding:50px 90px 5px
}
.cssComTopBoxes .cssMain {
	margin:0 0 0
}
.cssComTopBoxes .cssCols {
	padding:0 20px;
	display:-webkit-flex;
	display:flex;
	-webkit--webkit-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.cssComTopBoxes .cssBox {
	padding:0 10px 10px 0
}
.cssComTopBoxes .cssCol {
	width:25%
}
.cssComTopBoxes .cssCol .cssPics {
	overflow:hidden;
	margin:0 0 0
}
.cssComTopBoxes .cssCol .cssPics img {
	width:100%;
	display:block;
	position:relaitve;
	transform-origin:50% 50% 0;
	-webkit-transform-origin:50% 50% 0
}
.cssComTopBoxes .cssCol .cssMsg {
	margin:0 0 0;
	background:#7a7d81;
	color:#ffffff
}
.cssComTopBoxes .cssCol .cssMsg .cssMsgs {
	padding:10px 15px
}
.cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
	font-size:14px;
	line-height:18px
}
.cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
	font-size:20px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:10px 0 0
}
.cssComTopBoxes .cssCol .cssMsg a {
	color:#ffffff;
	text-decoration:none
}
.cssComTopBoxes .cssCol .cssMsg .cssTxt {
	padding:10px 15px
}
.cssComTopBoxes .cssCta {
	clear:both;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0 0
}
.cssComTopBoxes .cssCta .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssComTopBoxes .cssCta .cssNor {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComTopBoxes .cssCta .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssComTopBoxes .cssCta .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComTopBoxes .cssCta .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssComTopBoxes .cssCta .cssNor i:hover.fa,
.cssComTopBoxes .cssCta .cssNor i.fa {
	color:#ffffff
}
.cssComTopBoxes .cssCta .cssHover i:hover.fa,
.cssComTopBoxes .cssCta .cssHover i.fa {
	color:#ffffff
}
.cssComTopBoxes .cssCta .cssTxt {
	float:left;
	margin:12px 0;
	font-size:20px
}
.cssComTopBoxes .cssCta a {
	text-decoration:none;
	color:#7a7d81;
	display:block;
	margin:0 90px 0
}
.cssComFreatureProject {
	float:right;
	width:25%;
	color:#ffffff;
	position:relative;
	width:380px;
	max-width:380px
}
.cssComFreatureProject a {
	color:#ffffff;
	text-decoration:none
}
.cssComFreatureProject .cssTitles {
	padding:0 0 10px 23px
}
.cssComFreatureProject .cssBlock {
	padding:0 0 0;
	position:relative
}
.cssComFreatureProject .cssBlock .cssBorder {
	background:url('../images/plus.png') top left no-repeat;
	position:absolute;
	height:14px;
	width:100%
}
.cssComFreatureProject .cssBlock .cssBorder.cssTop {
	top:-7px
}
.cssComFreatureProject .cssBlock .cssBorder.cssBottom {
	bottom:-7px;
	display:none
}
.cssComFreatureProject .cssBlock .cssFs {
	margin:0 0 0 23px;
	border-width:1px 0 0;
	border-style:solid;
	border-color:#ffffff;
	padding:30px 90px 30px 0;
	z-index:1;
	position:relative
}
.cssComFreatureProject .cssBlock .cssFs .cssHeadline {
	padding:0 0 0
}
.cssComFreatureProject .cssBlock .cssFs .cssTitle {
	padding:0 0;
	font-family:'AkkuratStd'
}
.cssComFreatureProject .cssBlock.cssLast {
	margin-bottom:15px
}
.cssComFreatureProject .cssBlock.cssLast .cssBorder.cssBottom {
	bottom:-7px;
	display:block
}
.cssComFreatureProject .cssBlock.cssLast .cssFs {
	border-width:1px 0 1px
}
.cssComFreatureProject .cssFoot {
	margin:30px 0 0 23px
}
.cssComFreatureProject .cssFoot .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssComFreatureProject .cssFoot .cssNor {
	text-align:center;
	display:block;
	background:#ffffff;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComFreatureProject .cssFoot .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssComFreatureProject .cssFoot .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComFreatureProject .cssFoot .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssComFreatureProject .cssFoot .cssHover i:hover.fa,
.cssComFreatureProject .cssFoot .cssHover i.fa {
	color:#ffffff
}
.cssComFreatureProject .cssFoot .cssTxt {
	float:left;
	margin:10px 0 12px;
	font-family:"AkkuratStd"
}
.cssComFreatureProject .cssFoot a {
	text-decoration:none;
	color:#ffffff;
	display:block
}
.cssComFreatureProject .cssPics {
	position:absolute;
	left:7px;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	animation-name:menuOutsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuOutsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuOutsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuOutsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssComFreatureProject .cssPics img {
	width:100%
}
.cssComFreatureProject .cssBlock:hover .cssPics {
	animation-name:menuInsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssComFooterBoxes {
	display:-webkit-flex;
	display:flex;
	margin:20px 17.5px 30px
}
.cssComFooterBoxes a {
	text-decoration:none
}
.cssComFooterBoxes .cssBox {
	margin:0 7.5px 0;
	position:relative
}
.cssComFooterBoxes .cssCol2 {
	width:50%;
	text-align:left
}
.cssComFooterBoxes .cssCol2 .cssQuota {
	font-size:16px;
	line-height:25px;
	background:url('../images/sec_13.png') top left no-repeat;
	padding:42px 0 0 48px
}
.cssComFooterBoxes .cssCol2 .cssQuota .cssQ1 {
	background:url('../images/sec_17.png') right bottom no-repeat;
	padding:0 48px 42px 0
}
.cssComFooterBoxes .cssCol2 .cssQuota .cssQ2 {
	text-align:center
}
.cssComFooterBoxes .cssCol2 .cssFBox:hover .cssPics {
	animation-name:menuInsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuInsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuInsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuInsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox:hover .cssMore a .cssNor {
	animation-name:hoverOut;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverOut;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverOut;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverOut;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox:hover .cssMore a .cssHover {
	animation-name:hoverOut1;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverOut1;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverOut1;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverOut1;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox {
	color:#ffffff;
	position:relative;
	height:100%
}
.cssComFooterBoxes .cssCol2 .cssFBox table {
	width:100%;
	height:100%
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssPics {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	animation-name:menuOutsub;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease-in-out;
	animation-direction:normal;
	-webkit-animation-name:menuOutsub;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction:normal;
	-moz-animation-name:menuOutsub;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-direction:normal;
	-ms-animation-name:menuOutsub;
	-ms-animation-duration:1s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease-in-out;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssPics img {
	width:100%
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore {
	z-index:6;
	position:absolute;
	bottom:0;
	right:0
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore a {
	width:32px;
	height:32px;
	display:block;
	overflow:hidden;
	position:relative
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore a .cssNor {
	display:block;
	animation-name:hoverIn;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverIn;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverIn;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverIn;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore a .cssHover {
	position:absolute;
	top:0;
	animation-name:hoverIn1;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:hoverIn1;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:hoverIn1;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:hoverIn1;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssNor {
	text-align:center;
	display:block;
	background:#ffffff;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssNor span {
	padding:px 0 0 0;
	display:block;
	min-height:32px
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssHover span {
	padding:px 0 0 0;
	display:block;
	min-height:32px
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssHover i:hover.fa,
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .cssHover i.fa {
	color:#ffffff
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssMore img {
	display:block
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssM {
	position:relative;
	z-index:5;
	padding:30px 20px
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssM a {
	color:#ffffff;
	text-decoration:none
}
.cssComFooterBoxes .cssCol2 .cssFBox h4 {
	margin:0;
	padding:0;
	font-size:25px
}
.cssComFooterBoxes .cssCol2 .cssFBox h5 {
	margin:0;
	padding:0 0;
	line-height:100%
}
.cssComFooterBoxes .cssCol2 .cssFBox p {
	margin:0;
	padding:0
}
.cssComFooterBoxes .cssCol2 .cssFBox p span {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssComFooterBoxes .cssCol2 .cssFBox .cssBox {
	height:100%
}
.cssComFooterBoxes .cssCol2 .cssFBox.cssBoxType-news .cssM,
.cssComFooterBoxes .cssCol2 .cssFBox.cssBoxType-team .cssM {
	padding-top:40px
}
.cssComFooterBoxes .cssCol2 .cssFBox.cssContacts h4 {
	padding:0 0 65px
}
.cssComImgGallery .cssGalleryFrame {
	position:relative;
	width:1013px;
	margin:0 auto
}
.cssComImgGallery .cssGalleryFrame .cssImg {
	overflow:hidden;
	position:relative;
	margin-bottom:30px
}
.cssComImgGallery .cssGalleryFrame .cssBg>div {
	position:relative;
	height:100%
}
.cssComImgGallery .cssGalleryFrame .cssBtn {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-70px;
	margin-top:-15px;
	display:none
}
.cssComImgGallery .cssGalleryFrame .cssBtn button {
	background:#7a7d81;
	border-width:0;
	width:140px;
	height:30px
}
.cssComImgGallery .cssGalleryFrame .cssBtn button span {
	color:#ffffff;
	font-size:14px
}
.cssComImgGallery.cssImgS1 .cssImg {
	width:100%;
	height:350px
}
.cssComImgGallery.cssImgS2 .cssImg {
	width:100%;
	height:350px
}
.cssComImgGallery.cssImgS5 .cssImg1,
.cssComImgGallery.cssImgS4 .cssImg1,
.cssComImgGallery.cssImgS3 .cssImg1 {
	width:48.3%;
	height:725px;
	float:left
}
.cssComImgGallery.cssImgS5 .cssImg2,
.cssComImgGallery.cssImgS4 .cssImg2,
.cssComImgGallery.cssImgS3 .cssImg2,
.cssComImgGallery.cssImgS5 .cssImg3,
.cssComImgGallery.cssImgS4 .cssImg3,
.cssComImgGallery.cssImgS3 .cssImg3 {
	width:48.3%;
	height:345px;
	float:right
}
.cssComImgGallery.cssImgS5 .cssImg4,
.cssComImgGallery.cssImgS4 .cssImg4,
.cssComImgGallery.cssImgS3 .cssImg4,
.cssComImgGallery.cssImgS5 .cssImg5,
.cssComImgGallery.cssImgS4 .cssImg5,
.cssComImgGallery.cssImgS3 .cssImg5 {
	width:100%;
	height:350px;
	clear:both
}
.cssComImgGallery.cssImgS1_2 .cssImg1,
.cssComImgGallery.cssImgS1_1 .cssImg1 {
	width:100%;
	position:relative
}
.cssComImgGallery.cssImgS1_2 .cssImg2,
.cssComImgGallery.cssImgS1_1 .cssImg2,
.cssComImgGallery.cssImgS1_2 .cssImg3,
.cssComImgGallery.cssImgS1_1 .cssImg3,
.cssComImgGallery.cssImgS1_2 .cssImg4,
.cssComImgGallery.cssImgS1_1 .cssImg4,
.cssComImgGallery.cssImgS1_2 .cssImg5,
.cssComImgGallery.cssImgS1_1 .cssImg5 {
	display:none
}
.cssComImgGallery.cssImgS2_2 .cssImg2,
.cssComImgGallery.cssImgS2_1 .cssImg2,
.cssComImgGallery.cssImgS2_2 .cssImg1,
.cssComImgGallery.cssImgS2_1 .cssImg1 {
	width:100%;
	position:relative
}
.cssComImgGallery.cssImgS2_2 .cssImg3,
.cssComImgGallery.cssImgS2_1 .cssImg3,
.cssComImgGallery.cssImgS2_2 .cssImg4,
.cssComImgGallery.cssImgS2_1 .cssImg4,
.cssComImgGallery.cssImgS2_2 .cssImg5,
.cssComImgGallery.cssImgS2_1 .cssImg5 {
	display:none
}
.cssComImgGallery.cssImgS3_2 .cssImg3,
.cssComImgGallery.cssImgS3_1 .cssImg3,
.cssComImgGallery.cssImgS3_2 .cssImg2,
.cssComImgGallery.cssImgS3_1 .cssImg2,
.cssComImgGallery.cssImgS3_2 .cssImg1,
.cssComImgGallery.cssImgS3_1 .cssImg1 {
	width:100%;
	position:relative
}
.cssComImgGallery.cssImgS3_2 .cssImg4,
.cssComImgGallery.cssImgS3_1 .cssImg4,
.cssComImgGallery.cssImgS3_2 .cssImg5,
.cssComImgGallery.cssImgS3_1 .cssImg5 {
	display:none
}
.cssComImgGallery.cssImgS4_2 .cssImg4,
.cssComImgGallery.cssImgS4_1 .cssImg4,
.cssComImgGallery.cssImgS4_2 .cssImg3,
.cssComImgGallery.cssImgS4_1 .cssImg3,
.cssComImgGallery.cssImgS4_2 .cssImg2,
.cssComImgGallery.cssImgS4_1 .cssImg2,
.cssComImgGallery.cssImgS4_2 .cssImg1,
.cssComImgGallery.cssImgS4_1 .cssImg1 {
	width:100%;
	position:relative
}
.cssComImgGallery.cssImgS4_2 .cssImg5,
.cssComImgGallery.cssImgS4_1 .cssImg5 {
	display:none
}
.cssComImgGallery.cssImgS1_1 .cssImg1 {
	padding-top:93.75%
}
.cssComImgGallery.cssImgS1_1 .cssImg1 div.cssBg {
	text-align:center;
	position:absolute;
	top:0;
	width:58.6%;
	left:20.7%;
	height:100%
}
.cssComImgGallery.cssImgS1_1 .cssImg1 img {
	height:100%;
	top:0
}
.cssComImgGallery.cssImgS5_2 .cssImg1,
.cssComImgGallery.cssImgS5_2 .cssImg2,
.cssComImgGallery.cssImgS5_2 .cssImg4,
.cssComImgGallery.cssImgS5_2 .cssImg5,
.cssComImgGallery.cssImgS4_2 .cssImg1,
.cssComImgGallery.cssImgS4_2 .cssImg2,
.cssComImgGallery.cssImgS3_2 .cssImg1,
.cssComImgGallery.cssImgS3_2 .cssImg2,
.cssComImgGallery.cssImgS2_1 .cssImg1,
.cssComImgGallery.cssImgS2_1 .cssImg2 {
	padding-top:75%
}
.cssComImgGallery.cssImgS5_2 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS5_2 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS5_2 .cssImg4 div.cssBg,
.cssComImgGallery.cssImgS5_2 .cssImg5 div.cssBg,
.cssComImgGallery.cssImgS4_2 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS4_2 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS3_2 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS3_2 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS2_1 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS2_1 .cssImg2 div.cssBg {
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:100%
}
.cssComImgGallery.cssImgS5_2 .cssImg1 img,
.cssComImgGallery.cssImgS5_2 .cssImg2 img,
.cssComImgGallery.cssImgS5_2 .cssImg4 img,
.cssComImgGallery.cssImgS5_2 .cssImg5 img,
.cssComImgGallery.cssImgS4_2 .cssImg1 img,
.cssComImgGallery.cssImgS4_2 .cssImg2 img,
.cssComImgGallery.cssImgS3_2 .cssImg1 img,
.cssComImgGallery.cssImgS3_2 .cssImg2 img,
.cssComImgGallery.cssImgS2_1 .cssImg1 img,
.cssComImgGallery.cssImgS2_1 .cssImg2 img {
	height:100%;
	top:0
}
.cssComImgGallery.cssImgS5_2 .cssImg1,
.cssComImgGallery.cssImgS5_2 .cssImg4,
.cssComImgGallery.cssImgS4_2 .cssImg1,
.cssComImgGallery.cssImgS3_2 .cssImg1,
.cssComImgGallery.cssImgS2_1 .cssImg1 {
	float:left;
	width:48.3%
}
.cssComImgGallery.cssImgS5_2 .cssImg2,
.cssComImgGallery.cssImgS5_2 .cssImg5,
.cssComImgGallery.cssImgS4_2 .cssImg2,
.cssComImgGallery.cssImgS3_2 .cssImg2,
.cssComImgGallery.cssImgS2_1 .cssImg2 {
	float:right;
	width:48.3%
}
.cssComImgGallery.cssImgS5_1 .cssImg1,
.cssComImgGallery.cssImgS4_1 .cssImg1,
.cssComImgGallery.cssImgS3_1 .cssImg1 {
	float:left;
	width:48.3%;
	padding-top:75%
}
.cssComImgGallery.cssImgS5_1 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS4_1 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS3_1 .cssImg1 div.cssBg {
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:100%
}
.cssComImgGallery.cssImgS5_1 .cssImg1 img,
.cssComImgGallery.cssImgS4_1 .cssImg1 img,
.cssComImgGallery.cssImgS3_1 .cssImg1 img {
	height:100%;
	top:0
}
.cssComImgGallery.cssImgS5_1 .cssImg2,
.cssComImgGallery.cssImgS5_1 .cssImg3,
.cssComImgGallery.cssImgS4_1 .cssImg2,
.cssComImgGallery.cssImgS4_1 .cssImg3,
.cssComImgGallery.cssImgS3_1 .cssImg2,
.cssComImgGallery.cssImgS3_1 .cssImg3 {
	float:right;
	width:48.3%;
	padding-top:36%
}
.cssComImgGallery.cssImgS5_1 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS5_1 .cssImg3 div.cssBg,
.cssComImgGallery.cssImgS4_1 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS4_1 .cssImg3 div.cssBg,
.cssComImgGallery.cssImgS3_1 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS3_1 .cssImg3 div.cssBg {
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:100%
}
.cssComImgGallery.cssImgS5_1 .cssImg2 img,
.cssComImgGallery.cssImgS5_1 .cssImg3 img,
.cssComImgGallery.cssImgS4_1 .cssImg2 img,
.cssComImgGallery.cssImgS4_1 .cssImg3 img,
.cssComImgGallery.cssImgS3_1 .cssImg2 img,
.cssComImgGallery.cssImgS3_1 .cssImg3 img {
	width:100%;
	top:0
}
.cssComImgGallery.cssImgS5_2 .cssImg3,
.cssComImgGallery.cssImgS5_1 .cssImg4,
.cssComImgGallery.cssImgS5_1 .cssImg5,
.cssComImgGallery.cssImgS4_1 .cssImg4,
.cssComImgGallery.cssImgS4_2 .cssImg3,
.cssComImgGallery.cssImgS4_2 .cssImg4,
.cssComImgGallery.cssImgS3_2 .cssImg3,
.cssComImgGallery.cssImgS2_2 .cssImg1,
.cssComImgGallery.cssImgS2_2 .cssImg2,
.cssComImgGallery.cssImgS1_2 .cssImg1 {
	padding-top:75%;
	clear:both
}
.cssComImgGallery.cssImgS5_2 .cssImg3 div.cssBg,
.cssComImgGallery.cssImgS5_1 .cssImg4 div.cssBg,
.cssComImgGallery.cssImgS5_1 .cssImg5 div.cssBg,
.cssComImgGallery.cssImgS4_1 .cssImg4 div.cssBg,
.cssComImgGallery.cssImgS4_2 .cssImg3 div.cssBg,
.cssComImgGallery.cssImgS4_2 .cssImg4 div.cssBg,
.cssComImgGallery.cssImgS3_2 .cssImg3 div.cssBg,
.cssComImgGallery.cssImgS2_2 .cssImg1 div.cssBg,
.cssComImgGallery.cssImgS2_2 .cssImg2 div.cssBg,
.cssComImgGallery.cssImgS1_2 .cssImg1 div.cssBg {
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	height:100%
}
.cssComImgGallery.cssImgS5_2 .cssImg3 img,
.cssComImgGallery.cssImgS5_1 .cssImg4 img,
.cssComImgGallery.cssImgS5_1 .cssImg5 img,
.cssComImgGallery.cssImgS4_1 .cssImg4 img,
.cssComImgGallery.cssImgS4_2 .cssImg3 img,
.cssComImgGallery.cssImgS4_2 .cssImg4 img,
.cssComImgGallery.cssImgS3_2 .cssImg3 img,
.cssComImgGallery.cssImgS2_2 .cssImg1 img,
.cssComImgGallery.cssImgS2_2 .cssImg2 img,
.cssComImgGallery.cssImgS1_2 .cssImg1 img {
	width:100%;
	top:0
}
.css2LayerPage {
	position:relative
}
.css2LayerPage .cssPulldown {
	display:none
}
.css2LayerPage .cssLayer1 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:0;
	height:100%;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.css2LayerPage .cssLayer1 .cssCurrent {
	width:100%;
	height:100%
}
.css2LayerPage .cssLayer1 .cssBg {
	width:100%;
	height:100%;
	background:rgba(0,
	0,
	0,
	0) none no-repeat scroll center center / cover
}
.css2LayerPage .cssLayer2 {
	position:relative;
	z-index:1;
	width:100%
}
.css2LayerPage .cssLayer2 .cssBreadcrumb {
	position:absolute;
	top:48px;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.css2LayerPage .cssLayer2 .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.css2LayerPage .cssLayer2 .cssBreadcrumb a:hover {
	text-decoration:underline
}
.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
	float:left;
	margin-left:90px
}
.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
	float:right;
	margin-right:90px
}
.css2LayerPage .cssLayer2 .cssBreadcrumb .breadcrumb {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.css2LayerPage .cssLayer2 .cssHeroImage {
	min-height:100%;
	width:100%;
	height:100%;
	position:relative
}
.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame {
	position:absolute;
	left:0;
	width:100%
}
.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
	width:100%;
	position:absolute;
	top:72px;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	min-height:465px
}
.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn {
	position:fixed;
	bottom:60px;
	left:50%;
	overflow:hidden;
	z-index:7;
	margin-left:-30px
}
.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn a {
	height:65px;
	overflow-y:hidden;
	display:block
}
.css2LayerPage .cssLayer2 .cssBodyCopy {
	color:#7a7d81;
	background:#ffffff;
	width:100%;
	text-align:center
}
.css2LayerPage .cssLayer2 .cssBodyCopy p a {
	color:#7a7d81
}
.css2LayerPage .cssLayer2 .cssBodyCopy a {
	color:#7a7d81
}
.css2LayerPage .cssLayer2 .cssBodyCopy .cssComTopBoxes a {
	color:#ffffff
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
	background:none
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:35px 0 0
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta {
	padding:30px 0 30px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssNor {
	display:block;
	width:33px;
	height:33px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssHover {
	display:block;
	width:33px;
	height:33px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
	font-size:20px;
	line-height:25px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
	text-align:left;
	padding:0 0 30px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
	font-size:14px;
	line-height:18px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
	position:relative;
	left:50%;
	margin:0 0 0 -100px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
	margin:0 auto;
	max-width:1103px;
	padding:0 0 30px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
	text-align:left
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
	text-align:left;
	padding:75px 0
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 {
	font-size:16px;
	line-height:24px;
	float:left;
	width:482px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2.cssCombine {
	width:auto
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 p {
	margin:0;
	padding:0
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2.cssRight {
	float:right
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota {
	text-align:center
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ1 {
	padding:30px 0 0;
	background:url('../images/q1a.png') top left no-repeat
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ2 {
	padding:0 0 30px;
	text-align:center;
	background:url('../images/q2a.png') bottom right no-repeat
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota p {
	margin:0 60px;
	padding:0
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
	margin:0 auto;
	max-width:1103px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssVt {
	width:100%;
	height:240px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssImg {
	display:none
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle {
	color:#ffffff;
	margin:0 90px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT1 {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:60px 0 0
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT2 {
	font-size:20px;
	line-height:25px;
	padding:35px 0 70px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT3 {
	font-size:16px;
	line-height:24px
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
	width:100%;
	max-width:1200px;
	margin:0 auto
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapper {
	padding:0 65px 0
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
	background:none
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:35px 0 0
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
	text-align:left;
	padding:0 0 30px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
	font-size:20px;
	line-height:20px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
	font-size:14px;
	line-height:18px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
	position:relative;
	left:50%;
	margin:0 0 0 -100px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
	padding:0 0 30px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
	text-align:left
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg {
	max-width:1200px;
	margin:0 auto
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg {
	text-align:left;
	font-size:16px;
	line-height:24px;
	padding:35px 25px 15px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg p {
	margin:0;
	padding:0 0 20px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg.cssSecond .cssMsg {
	padding-top:0
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
	width:100%;
	max-width:1200px;
	margin:0 auto
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapper {
	padding:0 65px 0
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssDlbtn {
	padding:0 0 30px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssDlbtn a {
	position:relative;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0);
	color:#7a7d81;
	text-decoration:none;
	font-size:16px;
	line-height:24px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssDlbtn a span {
	background:url('../images/dl2.png') left center no-repeat;
	padding:10px 0 10px 47px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta {
	padding:30px 0 30px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssNor {
	display:block;
	background:url('../images/downarr.jpg') top left no-repeat;
	width:33px;
	height:33px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssHover {
	display:block;
	background:url('../images/downarr.jpg') top left no-repeat;
	width:33px;
	height:33px
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssBreadcrumb a:hover {
	text-decoration:underline
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssCol1,
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssCol2 {
	width:auto
}
.cssAwardDetail.css2LayerPage.portrait .cssBgpics {
	display:none
}
.cssAwardDetail.css2LayerPage.portrait .cssLayer1 {
	display:none
}
.cssAwardDetail.css2LayerPage.portrait .cssLayer2 .cssHeroImage .cssBg {
	position:absolute;
	background:#ffffff;
	top:0;
	height:105%;
	right:0;
	width:60%
}
.cssAwardDetail.css2LayerPage.portrait .cssBreadcrumb {
	background:#7a7d81
}
.cssAwardDetail.css2LayerPage.portrait .cssBreadcrumb .cssRow {
	padding-top:10px
}
.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle {
	padding:0 0 0 47%;
	width:48.5%;
	color:#7a7d81
}
.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT1 {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:60px 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT3 {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT2 {
	font-size:16px;
	line-height:24px;
	pading:35px 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssTs {
	text-align:center
}
.cssAwardDetail.css2LayerPage.portrait .cssColts {
	max-width:1013px;
	margin:0 auto;
	padding:130px 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssB {
	float:left;
	width:48.3%
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssB img {
	width:100%
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg {
	text-align:left;
	float:right;
	width:48.3%;
	color:#7a7d81
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT1 {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT3 {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT3.cssNoBdy {
	padding-bottom:35px
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT2 {
	font-size:16px;
	line-height:24px;
	padding:35px 0 0
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT2 p {
	margin:0;
	padding:0 0 20px
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssMoreBtn {
	display:none;
	overflow:hidden;
	z-index:7
}
.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssMoreBtn a {
	height:65px;
	overflow-y:hidden;
	display:block
}
.cssAwardDetail.css2LayerPage.landscape .cssLayer1 {
	display:none
}
.cssAwardDetail.css2LayerPage.landscape .cssLayer2 .cssHeroImage .cssBg {
	display:none;
	position:absolute;
	background:#ffffff;
	bottom:0;
	height:35%;
	right:0;
	width:100%
}
.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
	bottom:26%
}
.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle {
	text-align:center;
	width:100%;
	color:#7a7d81;
	height:20%;
	position:absolute;
	bottom:5%
}
.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT1 {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:30px 0 0
}
.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT2 {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	pading:30px 0 30px
}
.cssAwardDetail.css2LayerPage.landscape .cssToppanelp .cssPics .cssB img {
	width:100%
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg {
	position:relative
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg .cssTitle {
	text-align:center;
	width:100%;
	color:#7a7d81;
	padding:30px 0 0
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg .cssTitle .cssT1 {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 0
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg .cssTitle .cssT2 {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	pading:30px 0 0
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg .cssMoreBtn {
	position:absolute;
	top:-70px;
	left:50%;
	overflow:hidden;
	z-index:7;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0)
}
.cssAwardDetail.css2LayerPage.landscape .cssTxtbg .cssMoreBtn a {
	height:65px;
	overflow-y:hidden;
	display:block
}
.cssSearchResult .cssPanels {
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBreadcrumb {
	background:none
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:42px 0 0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
	display:none
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 {
	color:#ffffff;
	padding:0 0 0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle {
	width:50%;
	margin:0 0 0 90px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle p {
	margin:0;
	padding:0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 {
	font-size:50px;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	line-height:75px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 strong {
	font-weight:bold
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT2 {
	padding:50px 0 0;
	font-size:20px;
	line-height:25px;
	line-height:150%
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs {
	padding:26px 0 0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs ul {
	margin:0 0 0 -18px;
	padding:0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li {
	width:48%;
	margin:1px;
	list-style-type:none;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd'
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span {
	display:block;
	padding:14px 18px;
	position:relative;
	overflow:hidden
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssLL,
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssRR,
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssTT,
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssBB {
	display:none
}
.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li:hover {
	box-shadow:inset 0 0 0 1px #ffffff
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy {
	padding:0 0 30px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssWrapperOut {
	max-width:1200px;
	width:100%;
	margin:0 auto
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssWrapper {
	padding:75px 65px 0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2.cssRowNUm2 .cssCol {
	width:100%
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
	padding:0 0 60px;
	text-align:left
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol {
	width:50%
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol1 {
	float:left
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol2 {
	float:right
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 p {
	margin:0;
	padding:0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .highlight {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssT1 {
	margin:0 20px;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	padding:0 0 30px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssMM {
	margin:0 20px;
	font-size:16px;
	line-height:24px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink {
	margin:0 20px;
	padding:30px 0 0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssTxt {
	float:left;
	margin:10px 0 12px;
	font-family:"AkkuratStd"
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor i:hover.fa,
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor i.fa {
	color:#ffffff
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover i:hover.fa,
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover i.fa {
	color:#ffffff
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink a {
	text-decoration:none;
	color:#7a7d81;
	display:block;
	font-size:20px;
	line-height:25px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 {
	text-align:left
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
	margin:0 20px;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 30px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssMM {
	margin:0 20px;
	font-size:16px;
	line-height:24px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount {
	padding:0 65px 70px;
	display:-webkit-flex;
	display:flex;
	margin-left:170px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
	border-width:1px;
	width:250px;
	height:250px;
	position:relative;
	margin:0 20px;
	border-radius:125px;
	border-color:#7a7d81;
	border-style:solid
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssFs {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,
	50%);
	-webkit-transform:translate(-50%,
	-50%);
	-moz-transform:translate(-50%,
	-50%);
	-ms-transform:translate(-50%,
	-50%)
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssNum {
	font-size:55px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssImg {
	height:75px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssTxt {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol1 .cssImg {
	background:url('../images/dk_04.jpg') top center no-repeat
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol2 .cssImg {
	background:url('../images/dk_06.jpg') top center no-repeat
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol3 .cssImg {
	background:url('../images/dk_08.jpg') top center no-repeat
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone {
	padding:28px 0 55px;
	position:relative
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssPulldown {
	display:none
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlL {
	position:absolute;
	top:35px;
	left:30%;
	width:16px;
	height:26px;
	background:url('../images/dk_14.jpg') top left no-repeat
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlR {
	position:absolute;
	top:35px;
	right:30%;
	width:16px;
	height:26px;
	background:url('../images/dk_17.jpg') top left no-repeat
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssYr {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssImg {
	padding:30px 0 40px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox {
	text-align:left;
	margin:0 auto;
	width:482px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT1 {
	font-size:20px;
	padding:0 0 15px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 {
	font-size:16px;
	line-height:24px
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 p {
	margin:0;
	padding:0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm1 .cssCol2 {
	margin-top:0
}
.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssT1 {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJobPage .cssBreadcrumb {
	padding:48px 0 0;
	left:0;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssJobPage .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.cssJobPage .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssJobPage .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssJobPage .cssBreadcrumb .cssR {
	float:right;
	margin-right:45px
}
.cssJobPage .cssWrapper {
	margin:0 auto;
	max-width:1013px
}
.cssJobPage .cssWrapper1 {
	padding:55px 0 30px;
	color:#7a7d81
}
.cssJobPage .cssLhs {
	float:left;
	width:350px
}
.cssJobPage .cssLhs .cssName {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJobPage .cssLhs .cssInfo {
	padding:20px 0 35px;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJobPage .cssLhs .cssRefernce {
	font-size:16px;
	line-height:24px
}
.cssJobPage .cssLhs .cssBtn {
	margin:85px 0 0;
	padding:30px 0 0
}
.cssJobPage .cssLhs .cssBtn .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssJobPage .cssLhs .cssBtn .cssNor {
	text-align:Center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssJobPage .cssLhs .cssBtn .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssJobPage .cssLhs .cssBtn .cssHover {
	text-align:Center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssJobPage .cssLhs .cssBtn .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssJobPage .cssLhs .cssBtn .cssTxt {
	float:left;
	margin:10px 0 12px;
	font-size:20px
}
.cssJobPage .cssLhs .cssBtn a {
	text-decoration:none;
	color:#7a7d81;
	display:block
}
.cssJobPage .cssLhs .cssBtn .cssNor i:hover.fa,
.cssJobPage .cssLhs .cssBtn .cssNor i.fa {
	color:#ffffff
}
.cssJobPage .cssLhs .cssBtn .cssHover i:hover.fa,
.cssJobPage .cssLhs .cssBtn .cssHover i.fa {
	color:#ffffff
}
.cssJobPage .cssRhs {
	float:right;
	width:663px;
	font-size:16px;
	line-height:24px
}
.cssJobPage .cssRhs .cssMsg p {
	margin:0;
	padding:0 0 25px
}
.cssJobPage .cssRhs h5 {
	margin:0 0 0;
	padding:0 0 30px;
	font-size:16px;
	line-height:24px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJobPage .cssRhs ul {
	margin:0 0 0 20px;
	padding:0
}
.cssJobPage .cssRhs ul li {
	padding:0 0 10px;
	margin:0
}
.cssJobPage .cssRhs .cssBtn {
	margin:85px 0 0;
	padding:30px 0 0
}
.cssJobPage .cssRhs .cssBtn .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssJobPage .cssRhs .cssBtn .cssNor {
	display:block;
	background:url('../images/sec_23.png') top left no-repeat;
	width:33px;
	height:33px
}
.cssJobPage .cssRhs .cssBtn .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssJobPage .cssRhs .cssBtn .cssHover {
	display:block;
	background:url('../images/sec_23.png') top left no-repeat;
	width:33px;
	height:33px
}
.cssJobPage .cssRhs .cssBtn .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssJobPage .cssRhs .cssBtn .cssTxt {
	float:left;
	margin:12px 0;
	font-size:20px
}
.cssJobPage .cssRhs .cssBtn a {
	text-decoration:none;
	color:#7a7d81;
	display:block
}
.cssJobPage .cssRhs .cssRowremark.err,
.cssJobPage .cssRhs .cssRow.err .cssInfo {
	color:red;
	border-color:red
}
.cssJobPage .cssRhs .cssP2 input,
.cssJobPage .cssRhs .cssP2 textarea {
	color:#7b7f83;
	font-size:16px;
	line-height:24px;
	border-width:1px;
	border-color:#7b7f83;
	border-style:solid;
	width:100%;
	padding:10px 15px
}
.cssJobPage .cssRhs .cssP2 textarea {
	height:100px;
	resize:none;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	width:91%
}
.cssJobPage .cssRhs .cssP2 input {
	width:82%
}
.cssJobPage .cssRhs .cssP2 .err {
	color:red;
	border-color:red
}
.cssJobPage .cssRhs .cssP2 .cssHT {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 30px
}
.cssJobPage .cssRhs .cssP2 .cssRow1 .cssRow {
	padding:0 0 10px
}
.cssJobPage .cssRhs .cssP2 .cssRow1 .cssCol {
	float:left;
	width:50%
}
.cssJobPage .cssRhs .cssP2 .cssRow2 {
	padding:25px 0 15px
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow {
	padding:0 0 10px
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
	width:25%;
	float:left;
	position:relative
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
	padding:0 0 0
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol input {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol button {
	background:#7b7f83;
	font-size:20px;
	line-height:25px;
	font-size:16px;
	width:155px;
	height:33px;
	border-width:0
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol span {
	color:#ffffff;
	padding:0;
	margin:0
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol.cssInfo {
	color:#7b7f83;
	margin-top:5px
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow.err .cssCol.cssInfo,
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow.cssRowremark.err {
	color:red
}
.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow.cssRowremark {
	color:#7b7f83;
	font-size:14px
}
.cssJobPage .cssRhs .cssP2 .cssRow4 {
	padding:25px 0 0
}
.cssJobPage .cssRhs .cssP2 .cssRow4 .cssRow {
	width:45%;
	padding:0 0 10px 0
}
.cssJobPage .cssRhs .cssP2 .cssRow4 img {
	border-width:1px;
	border-color:#7b7f83;
	border-style:solid;
	width:100%
}
.cssJobPage .cssRhs .cssP2 .cssRow4 input {
	width:89%
}
.cssJobPage .cssRhs .cssP2 .cssRow5 {
	padding:22px 0 32px
}
.cssJobPage .cssRhs .cssP2 .cssRow5 a {
	color:#7b7f83;
	text-decoration:none;
	background:url('../images/checkbox.jpg') center left no-repeat;
	display:block;
	padding:11px 0 11px 47px
}
.cssJobPage .cssRhs .cssP2 .cssRow5 a.picked {
	background:url('../images/checkbox1.png') center left no-repeat
}
.cssJobPage .cssRhs .cssP2 .cssRow5 a.err span {
	color:red
}
.cssJobPage .cssRhs .cssP2 .cssRow6 {
	padding:0 0 0
}
.cssJobPage .cssRhs .cssP2 .cssRow6 button {
	background:#7b7f83;
	font-size:20px;
	line-height:25px;
	font-size:16px;
	width:190px;
	height:33px;
	border-width:0
}
.cssJobPage .cssRhs .cssP2 .cssRow6 span {
	color:#ffffff;
	padding:0;
	margin:0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssBreadcrumb {
	background:none
}
.cssJoinus.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:42px 0 0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
	display:none
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
	padding:0 0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
	padding:0 0 0;
	color:#ffffff;
	width:50%;
	margin:0 0 0 90px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 {
	font-size:55px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	line-height:100%;
	padding:0 0 35px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 p {
	margin:0;
	padding:0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 {
	font-size:40px;
	line-height:45px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 strong {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 p {
	margin:0;
	padding:0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
	width:1013px;
	margin:0 auto
}
.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
	text-align:left
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList {
	padding:75px 0
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssPulldown {
	display:none
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssHead {
	padding:0 0 60px;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol {
	float:left;
	color:#7a7d81
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol a {
	text-decoration:none;
	color:#7a7d81
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol1 {
	width:575px;
	font-size:20px;
	line-height:25px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 {
	width:230px;
	font-size:20px;
	line-height:25px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 a {
	text-decoration:none
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol3 {
	width:200px;
	font-size:20px;
	line-height:25px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol3 a {
	text-decoration:none
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs {
	padding:0 0 20px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssDatarow .cssCol1,
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssDatarow .cssCol2,
.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssDatarow .cssCol3 {
	font-size:16px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes {
	margin:0 auto;
	width:1013px;
	padding:0 0 30px
}
.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
	text-align:left;
	margin:0 10px 0 0
}
.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb {
	background:none
}
.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
	padding:42px 0 0
}
.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
	display:none
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
	padding:0 0
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
	padding:0 0 0;
	color:#ffffff;
	width:42%;
	margin:0 0 0 90px
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssNum {
	font-size:160px;
	font-family:'AkkuratStd-Light',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	line-height:140px;
	margin-left:-17px
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 {
	font-size:25px;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	line-height:100%;
	padding:0 0 65px
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 p {
	margin:0;
	padding:0
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 {
	font-size:40px;
	line-height:150%
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 strong {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 p {
	margin:0;
	padding:0
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
	width:1013px;
	margin:0 auto
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
	text-align:left
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
	padding:75px 0 95px
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol1 {
	float:left;
	width:480px
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
	float:right;
	width:480px
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssT1 {
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	padding:0 0 30px
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM {
	color:#7a7d81;
	font-size:16px;
	line-height:24px
}
.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM p {
	margin:0;
	padding:0
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest {
	padding:0 0 95px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem {
	float:left;
	border-width:1px;
	border-color:#929292;
	border-style:solid;
	margin:0 25px 0 0;
	width:305px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg {
	text-align:center;
	padding:0 0
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg img {
	width:100%;
	display:block
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssDate {
	margin:0 14px;
	font-size:16px;
	line-height:24px;
	padding:10px 0 0
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem a {
	text-decoration:none;
	color:#7a7d81
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssTitle {
	margin:0 14px;
	font-size:16px;
	line-height:24px;
	padding:5px 0 10px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssTitle a {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown {
	display:none
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead {
	padding:0 0 35px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead .cssHH {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol {
	float:left;
	color:#7a7d81
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol a {
	text-decoration:none;
	color:#7a7d81
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol a:hover {
	text-decoration:underline
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol1a {
	width:275px;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	position:relative
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol1a select {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4;
	opacity:0
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a {
	width:230px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol3a {
	width:505px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2as {
	width:735px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-1 {
	width:230px;
	font-size:16px;
	line-height:24px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-2 {
	width:505px;
	font-size:16px;
	line-height:24px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBs {
	padding:0 0 25px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBss {
	padding:0 0 35px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore {
	width:100%;
	padding:0 0 60px;
	position:relative;
	height:32px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssIcons {
	position:relative;
	margin:5px 17px 5px 0;
	width:33px;
	height:33px;
	overflow:hidden;
	display:block;
	float:left
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssNor {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssNor span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssNor i.fa {
	color:#ffffff
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssHover {
	text-align:center;
	display:block;
	background:#7a7d81;
	font-size:33px;
	width:33px;
	height:33px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssHover span {
	padding:5px 0 0 50px;
	display:block;
	min-height:32px
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssHover i.fa {
	color:#ffffff
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore .cssTxt {
	float:left;
	margin:12px 0
}
.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssMore a {
	text-decoration:none;
	color:#7a7d81;
	display:block;
	margin:0 0 0;
	position:absolute;
	left:50%;
	transform:translate(-50%,
	0);
	-webkit-transform:translate(-50%,
	0);
	-moz-transform:translate(-50%,
	0);
	-ms-transform:translate(-50%,
	0)
}
.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes {
	margin:0 auto;
	width:1013px;
	padding:0 0 30px
}
.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
	width:33%
}
.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
	text-align:left;
	margin:0 10px 0 0
}
.cssPullmenu {
	position:relative
}
.cssPullmenu .cssMain {
	background:url('../images/pdown.png') no-repeat 20% 50%
}
.cssPullmenu .cssPulldownmenu {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:100;
	background:#ffffff;
	display:none
}
.cssPullmenu .cssPulldownmenu ul {
	margin:0;
	padding:0
}
.cssPullmenu .cssPulldownmenu li {
	margin:0;
	padding:0;
	list-style-type:none
}
.cssPullmenu .cssPulldownmenu ul {
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid;
	font-size:14px;
	line-height:14px;
	padding:0
}
.cssPullmenu .cssPulldownmenu ul li a {
	display:block;
	padding:10px 8px 10px
}
.cssPullmenu .cssPulldownmenu li.hl {
	background:#7a7d81
}
.cssPullmenu .cssPulldownmenu li.hl a span {
	color:#ffffff
}
.cssPullmenu .cssPulldownmenu a:hover,
.cssPullmenu .cssPulldownmenu a:hover span {
	text-decoration:none
}
.cssJoinus .cssPullmenu .cssMain {
	background:url('../images/pdown.png') no-repeat 50% 50%
}
.clsPeopleCat1.cssGallery {
	background:url('../images/bg.jpg') no-repeat scroll center center / cover;
	min-height:100%
}
.clsPeopleCat1.cssGallery .cssCatP {
	display:none
}
.clsPeopleCat1.cssGallery .cssCat {
	margin:0 20px;
	padding:15px 0
}
.clsPeopleCat1.cssGallery .cssCat .cssCatLink {
	float:left;
	padding:10px 25px
}
.clsPeopleCat1.cssGallery .cssCat .cssCatLink a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.clsPeopleCat1.cssGallery .cssCat .cssCatLink.cssCurNow {
	border-width:1px;
	border-color:#ffffff;
	border-style:solid
}
.clsPeopleCat1.cssGallery .cssCat.cssSSCat {
	margin:0 20px;
	padding:0 0
}
.clsPeopleCat1.cssGallery .cssCat.cssSSCat .cssCatLink {
	float:left;
	padding:0 25px
}
.clsPeopleCat1.cssGallery .cssCat.cssSSCat .cssCatLink a {
	text-decoration:none;
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif
}
.clsPeopleCat1.cssGallery .cssCat.cssSSCat .cssCatLink.cssCurNow {
	border-width:0;
	border-color:#ffffff;
	border-style:solid
}
.clsPeopleCat1.cssGallery .cssCat.cssSSCat .cssCatLink.cssCurNow a {
	font-weight:bold
}
.clsPeopleCat1.cssGallery .cssGridView {
	padding:27px 0 30px
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox {
	color:#ffffff;
	font-size:25px;
	line-height:30px;
	position:absolute;
	top:50%;
	transform:translate(0,
	50%);
	-webkit-transform:translate(0,
	-50%);
	-moz-transform:translate(0,
	-50%);
	-ms-transform:translate(0,
	-50%)
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF1 {
	padding:65px 0 0
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF2 {
	padding:0 0 65px
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox p {
	margin:0 15px;
	padding:0
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ {
	color:#ffffff;
	font-size:20px;
	line-height:25px;
	text-align:center
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF1 {
	padding:50px 0 0;
	background:url('../images/q1.png') top left no-repeat
}
.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF2 {
	padding:0 0 50px 0;
	background:url('../images/q2.png') bottom right no-repeat;
	margin-right:10px
}
.clsPeopleCat1.cssGallery .cssGridView .cssGridItem {
	width:20%;
	position:relative
}
.clsPeopleCat1.cssGallery .cssGridView .cssGridItem.cssFullrow {
	width:100%;
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#ffffff
}
.clsPeopleCat1.cssGallery .cssGridView .cssGridItem.cssFullrow .cssBox {
	font-size:40px;
	padding:20px 25px 15px
}
.clsPeopleCat1.cssGallery .cssGridItem .cssTxt {
	background:#38393b
}
.clsPeopleCat1.cssGallery .cssGridItem .cssTxt a {
	background:none
}
.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssName {
	font-size:20px
}
.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssLocation {
	font-size:14px;
	line-height:18px;
	padding:0;
	display:none
}
.clsPeopleCat1.cssGallery .cssFilters .cssRow a {
	color:#ffffff
}
.clsPeopleCat1.cssGallery .cssFilters .cssPulldown span {
	background:rgba(0,
	0,
	0,
	0) url("../images/down1.png") no-repeat scroll right center
}
.clsPeopleCat1.cssGallery .cssFilterForm {
	background:#ffffff
}
.cssPressRelease.cssComFilterMenu .cssFilters .cssPulldown,
.cssNewsletterP.cssComFilterMenu .cssFilters .cssPulldown,
.cssPublicationP.cssComFilterMenu .cssFilters .cssPulldown {
	margin:0 0 0 0
}
.cssPressRelease.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub {
	display:block
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt .cssLocation,
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt .cssLocation {
	padding:0
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper {
	display:-webkit-flex;
	display:flex
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr {
	width:100%;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81;
	padding-top:50px
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr div {
	display:block;
	padding:0 25px 15px
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr.first {
	padding-top:0
}
.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt .cssName {
	font-size:16px;
	line-height:24px;
	padding:5px 0 0
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader {
	margin:0 25px;
	color:#7a7d81;
	font-size:20px;
	line-height:25px;
	padding:0 0 43px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol1 {
	float:left;
	width:255px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol2 {
	float:left;
	width:235px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol3 {
	float:left;
	width:575px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb {
	margin:0 25px;
	padding:0 0 40px;
	color:#7a7d81;
	font-size:20px;
	line-height:25px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 {
	float:left;
	width:255px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 a {
	text-decoration:none;
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 {
	float:left;
	width:235px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 .cssLocation {
	padding:0
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 {
	float:left;
	width:575px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 a {
	line-height:24px;
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-size:16px
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem .cssTxt .cssFF {
	font-size:16px;
	line-height:24px;
	padding:0 0;
	position:static;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem {
	width:100%
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper {
	display:block
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect {
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 0 50px
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
	display:block;
	padding:0 25px 15px
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
	font-size:16px;
	line-height:24px;
	padding:5px 0 0
}
.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt {
	background:url('../images/dl.png') bottom right #7a7d81 no-repeat
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper {
	display:block
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect {
	padding:0 0 0
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81;
	display:none
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
	display:block;
	padding:0 25px 15px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
	font-size:14px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
	margin:0 25px;
	color:#7a7d81;
	font-size:20px;
	line-height:25px;
	padding:0 0 43px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
	float:left;
	width:257px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
	float:left;
	width:235px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol3 {
	float:left;
	width:255px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol4 {
	float:left;
	width:320px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem {
	width:100%
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssBox {
	padding:0 0 35px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
	margin:0 25px;
	color:#7a7d81
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
	float:left;
	width:257px;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s {
	float:left;
	width:810px;
	font-size:16px;
	line-height:24px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s a {
	color:#7a7d81;
	text-decoration:none;
	font-size:16px;
	line-height:24px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol2 {
	float:left;
	width:235px;
	font-size:16px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol3 {
	float:left;
	width:255px;
	font-size:16px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 {
	float:left;
	width:320px;
	font-size:16px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a {
	display:block;
	font-size:16px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a span {
	display:block;
	background:url('../images/dl2.png') left center no-repeat;
	padding:10px 0 10px 47px
}
.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
	padding:0 0;
	position:static;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.cssPublicationP.cssGallery .cssGridView .cssWrapper {
	display:block
}
.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect {
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 0 50px
}
.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81
}
.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
	display:block;
	padding:0 25px 15px
}
.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
	font-size:14px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssPublicationP.cssGallery .cssListView .cssWrapper {
	display:block
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect {
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 0 50px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81;
	display:none
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
	display:block;
	padding:0 25px 15px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
	font-size:14px;
	line-height:20px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
	margin:0 25px;
	color:#7a7d81;
	font-size:20px;
	line-height:25px;
	padding:0 0 43px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
	float:left;
	width:257px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
	float:left;
	width:800px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
	margin:0 25px;
	color:#7a7d81
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
	float:left;
	width:257px;
	font-size:20px;
	line-height:25px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 {
	float:left;
	width:800px;
	font-size:16px;
	line-height:24px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 a {
	color:#7a7d81;
	font-size:16px
}
.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
	padding:0 0;
	position:static;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
.cssMediaSection .cssSubNav {
	margin:0 30px;
	padding:17px 0 9px
}
.cssMediaSection .cssSubNav ul {
	margin:0;
	padding:0
}
.cssMediaSection .cssSubNav li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0
}
.cssMediaSection .cssSubNav a {
	text-decoration:none;
	color:#7a7d81;
	font-size:20px;
	line-height:25px;
	display:block;
	padding:0 0 7px
}
.cssMediaSection .cssSubNav span {
	display:block;
	padding:10px 15px;
	position:relative
}
.cssMediaSection .cssSubNav span.cssLL,
.cssMediaSection .cssSubNav span.cssTT,
.cssMediaSection .cssSubNav span.cssRR,
.cssMediaSection .cssSubNav span.cssBB {
	display:none
}
.cssMediaSection .cssSubNav li.cssPicked span {
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssMediaSection .cssSubNav li.cssB5.cssPicked {
	background:url('../images/arr.jpg') bottom center no-repeat
}
.cssMediaSection .cssSubNavmobi {
	display:none
}
.cssMediaSection .cssCat {
	margin:0 25px;
	padding:0 0 0
}
.cssMediaSection .cssCat .cssCatLink {
	float:left;
	padding:0 20px
}
.cssMediaSection .cssCat .cssCatLink a {
	text-decoration:none;
	color:#7a7d81;
	font-size:20px;
	line-height:25px
}
.cssMediaSection .cssCat .cssCatLink.cssCurNow a {
	text-decoration:underline
}
.white {
	animation-name:colortran;
	animation-duration:.3s;
	animation-iteration-count:1;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-play-state:running;
	animation-timing-function:ease;
	animation-direction:normal;
	-webkit-animation-name:colortran;
	-webkit-animation-duration:.3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-play-state:running;
	-webkit-animation-timing-function:ease;
	-webkit-animation-direction:normal;
	-moz-animation-name:colortran;
	-moz-animation-duration:.3s;
	-moz-animation-iteration-count:1;
	-moz-animation-delay:0s;
	-moz-animation-fill-mode:forwards;
	-moz-animation-play-state:running;
	-moz-animation-timing-function:ease;
	-moz-animation-direction:normal;
	-ms-animation-name:colortran;
	-ms-animation-duration:.3s;
	-ms-animation-iteration-count:1;
	-ms-animation-delay:0s;
	-ms-animation-fill-mode:forwards;
	-ms-animation-play-state:running;
	-ms-animation-timing-function:ease;
	-ms-animation-direction:normal
}
.cssContactus .cssBreadcrumb {
	margin-top:48px;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssContactus .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.cssContactus .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssContactus .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssContactus .cssBreadcrumb .cssR {
	display:none;
	float:right;
	margin-right:45px
}
.cssContactus .cssCountries {
	width:100%;
	max-width:1013px;
	margin:0 auto;
	color:#7a7d81;
	padding:52px 0 55px
}
.cssContactus .cssCountries .cssCol {
	float:left;
	width:25%
}
.cssContactus .cssCountries .cssCol3 {
	width:30%
}
.cssContactus .cssCountries .cssCol4 {
	width:20%
}
.cssContactus .cssCountries .cssTH {
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:0 0 30px
}
.cssContactus .cssCountries .cssSub .cssRow {
	font-size:20px;
	line-height:25px;
	margin:10px 0
}
.cssContactus .cssCountriesMobi {
	width:100%;
	max-width:1013px;
	margin:0 auto;
	display:none
}
.cssContactus .cssCountries {
	padding:0
}
.cssContactus .cssCountries .cssMaincat {
	margin:0 0;
	padding:17px 0 0
}
.cssContactus .cssCountries .cssMaincat ul {
	margin:0;
	padding:0
}
.cssContactus .cssCountries .cssMaincat li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0
}
.cssContactus .cssCountries .cssMaincat a {
	text-decoration:none;
	color:#7a7d81;
	font-size:20px;
	line-height:25px;
	display:block;
	padding:0 0 7px
}
.cssContactus .cssCountries .cssMaincat span {
	display:block;
	padding:10px 22px;
	position:relative
}
.cssContactus .cssCountries .cssMaincat span.cssLL,
.cssContactus .cssCountries .cssMaincat span.cssTT,
.cssContactus .cssCountries .cssMaincat span.cssRR,
.cssContactus .cssCountries .cssMaincat span.cssBB {
	display:none
}
.cssContactus .cssCountries .cssMaincat li.cssPicked span {
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssContactus .cssCountries .cssMaincat li.cssPicked {
	background:url('../images/arr.jpg') bottom center no-repeat
}
.cssContactus .cssCountries .cssLocations {
	padding:10px 0 25px
}
.cssContactus .cssCountries .cssLocations ul {
	margin:0;
	padding:0
}
.cssContactus .cssCountries .cssLocations li {
	float:left;
	margin:0;
	padding:0 22px;
	list-style-type:none
}
.cssContactus .cssCountries .cssLocations a {
	text-decoration:none;
	color:#7a7d81;
	font-size:20px
}
.cssContactus .cssCountries .cssLocations li.cssNow span {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssContactus .cssResult {
	width:100%;
	max-width:1013px;
	margin:0 auto
}
.cssContactus .cssResult .cssMaps {
	position:relative
}
.cssContactus .cssResult .cssMaps .cssT {
	position:absolute;
	color:#ffffff;
	top:30px;
	left:80px;
	z-index:5
}
.cssContactus .cssResult .cssMaps .cssT .cssT1 {
	font-size:20px;
	line-height:25px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssContactus .cssResult .cssMaps .cssT .cssT2 {
	font-size:55px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssContactus .cssResult .cssMaps .cssBg {
	min-height:540px
}
.cssContactus .cssResult .cssMaps .cssBg img {
	display:block;
	width:100%
}
.cssContactus .cssResult .cssMaps .cssIcon {
	cursor:pointer;
	right:30px;
	top:30px;
	position:absolute;
	color:#ffffff;
	font-size:20px;
	line-height:25px
}
.cssContactus .cssResult .cssMaps .cssIcon div {
	position:Relative;
	padding:10px 0 10px 45px
}
.cssContactus .cssResult .cssMaps .cssIcon div i {
	color:#ffffff;
	font-size:25px;
	background:#7a7d81;
	text-align:center;
	display:block;
	padding:5px;
	width:25px;
	margin-top:-20px;
	left:0;
	position:absolute;
	top:50%
}
.cssContactus .cssResult .cssMaps .cssIcon1 {
	cursor:pointer;
	right:30px;
	top:30px;
	position:absolute;
	color:#7a7d81;
	font-size:20px;
	line-height:25px
}
.cssContactus .cssResult .cssMaps .cssIcon1 div {
	position:Relative;
	padding:10px 0 10px 45px
}
.cssContactus .cssResult .cssMaps .cssIcon1 div i {
	color:#ffffff;
	font-size:25px;
	background:#7a7d81;
	text-align:center;
	display:block;
	padding:5px;
	width:25px;
	margin-top:-20px;
	left:0;
	position:absolute;
	top:50%
}
.cssContactus .cssResult .cssIngo {
	background:#7a7d81;
	color:#ffffff;
	margin:0 0 190px 0
}
.cssContactus .cssResult .cssIngo .cssFf {
	padding:30px 85px
}
.cssContactus .cssResult .cssIngo .cssLhs {
	float:left;
	font-size:16px;
	line-height:24px;
	width:145px
}
.cssContactus .cssResult .cssIngo .cssRhs {
	float:left;
	margin:0 0 0 145px;
	font-size:16px;
	line-height:24px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300
}
.cssContactus .cssResult .cssIngo .cssRhs a {
	color:#ffffff
}
.cssContactus .cssResult .cssIngon1 {
	background:#ffffff;
	color:#7a7d81;
	margin:0 0 0 0
}
.cssContactus .cssResult .cssIngon1 .cssFf {
	padding:30px 0;
	font-size:16px;
	line-height:24px
}
.cssContactus .cssResult .cssIngon1 .cssLhs {
	float:left;
	font-size:16px;
	line-height:24px;
	width:145px;
	width:740px;
	border-width:0 0 0 0;
	border-color:#7a7d81;
	border-style:solid
}
.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs1 {
	float:left;
	width:265px
}
.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs2 {
	float:left;
	width:265px;
	margin:0 0 0 105px
}
.cssContactus .cssResult .cssIngon1 .cssRhs {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 32px;
	border-width:0 0 0 1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssContactus .cssResult .cssIngon1 .cssRhs .cssLabel {
	padding:0 0 5px
}
.cssContactus .cssResult .cssIngon1 .cssRhs .cssRfield {
	padding:0 0 20px
}
.cssContactus .cssResult .cssIngon1 a {
	color:#7a7d81;
	text-decoration:underline
}
.cssContactus .cssResult .cssIngon1 .cssH1 {
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	font-size:20px;
	padding:0 0 30px
}
.cssContactus .cssResult .cssIngon1 .cssPulldown {
	position:relative;
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid
}
.cssContactus .cssResult .cssIngon1 .cssPulldown input {
	width:100%;
	border-width:0;
	color:#7a7d81;
	background:none;
	padding:5px 10px;
	font-size:16px
}
.cssContactus .cssResult .cssIngon1 .cssPulldown select {
	opacity:0;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	position:absolute
}
.cssContactus .cssResult .cssIngon1 .cssPulldown option {
	font-size:16px
}
.cssContactus .cssResult .cssIngon1 .cssPulldown {
	position:relative;
	text-align:left;
	background:none;
	color:#7a7d81;
	border-width:1px;
	border-color:#7a7d81;
	border-style:solid;
	margin:0 0;
	padding:4px 38px 4px 14px
}
.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow {
	background:#ffffff;
	color:#ffffff;
	font-size:38px;
	width:38px;
	text-align:center;
	height:36px;
	position:absolute;
	top:0;
	right:0
}
.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i.fa {
	color:#7a7d81
}
.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i:hover.fa {
	color:#7a7d81
}
.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssF {
	position:Relative;
	z-index:4
}
.cssContactus .cssResult .cssIngon1 .cssPulldown select {
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0
}
.cssContactus .cssResult .cssIngon1 .cssInfos {
	padding:20px 0 0
}
.cssContactus .cssComFooterBoxes {
	width:100%;
	max-width:1200px;
	margin:0 auto 30px
}
.cssNodeTnc .cssBreadcrumb {
	margin-top:48px;
	width:100%;
	background:#7a7d81;
	color:#ffffff
}
.cssNodeTnc .cssBreadcrumb .cssRow {
	padding:10px 0 0
}
.cssNodeTnc .cssBreadcrumb a {
	text-decoration:none;
	color:#ffffff
}
.cssNodeTnc .cssBreadcrumb .cssL {
	float:left;
	margin-left:45px
}
.cssNodeTnc .cssBreadcrumb .cssR {
	display:none;
	float:right;
	margin-right:45px
}
.cssNodeTnc h1 {
	margin:0;
	padding:0 0 45px;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	color:#7a7d81
}
.cssNodeTnc .cssTxt {
	max-width:1200px;
	margin:0 auto;
	padding:55px 95px 80px
}
.cssNodeTnc .cssMsg {
	color:#7a7d81;
	font-size:16px;
	line-height:24px
}
.cssNodeTnc .cssMsg ul {
	margin:0 0 0 20px;
	padding:0 0 0
}
.cssNodeTnc .cssMsg li {
	margin:0;
	padding:0 0 10px
}
.cssNodeTnc .cssMsg p {
	margin:0;
	padding:0 0 40px
}
.cssNodePage.cssNotfound .cssBreadcrumb {
	display:none
}
.cssNodePage.cssNotfound h1 {
	display:none
}
.cssNodePage.cssNotfound .cssWrapper {
	max-width:1200px;
	margin:0 auto
}
.cssNodePage.cssNotfound .cssMsg {
	color:#7a7d81;
	font-size:40px;
	line-height:45px;
	font-family:'AkkuratStd-Bold',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-weight:300;
	padding:155px 25px 80px
}
.cssNodePage.cssNotfound .cssMsg p {
	margin:0;
	padding:0
}
.cssSearchresultnotfound {
	font-size:40px;
	color:#7a7d81
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity:.75
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity:.75
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity:.75
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity:.75
}
.cssBreadcrumb div {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:20px
}
.cssBreadcrumb a {
	font-family:'AkkuratStd',
	"Microsoft YaHei",
	SimHei,
	sans-serif;
	font-size:14px;
	font-weight:300
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota.cssFleft {
	margin-bottom:30px
}
@media all and (min-width: 1201px) {
	.cssHeaderPanel .cssNav.opened {
		animation-name:menuIn;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:menuIn;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:menuIn;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:menuIn;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssNav {
		left:-20%;
		animation-name:menuOut;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:menuOut;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:menuOut;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:menuOut;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
}
@media all and (min-width: 960px) and (max-width: 1200px) {
	.cssHeaderPanel .cssFrame .cssNav {
		width:33%
	}
	.cssHeaderPanel .cssNav {
		left:-33%
	}
}
@media all and (max-width: 1400px) and (min-width: 1200px) {
	.cssHomePage .cssFrame .cssLhsContent .cssLogo img {
		width:35%
	}
	.cssWhatWeDo1 .cssBChrumb,
	.cssWhatWeDo .cssBChrumb {
		padding-bottom:36px
	}
	.cssWhatWeDo1 .cssFrame .cssRhsContent,
	.cssWhatWeDo .cssFrame .cssRhsContent {
		top:-64px
	}
	.cssWhatWeDo1 .cssFrame .cssLhsContent .cssMsg m .cssWhatWeDo .cssFrame .cssLhsContent .cssMsg {
		padding:20px 0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot li {
		margin:0 4px 0 0
	}
}
@media all and (max-width: 1200px) and (min-width: 960px) {
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 .cssHead .cssCbok {
		margin-left:5px
	}
}
@media all and (max-width: 1200px) and (min-width: 1000px) {
	.cssHomePage .cssFrame .cssLhsContent .cssLogo img {
		width:30%
	}
	.cssWhatWeDo1 .cssBChrumb,
	.cssWhatWeDo .cssBChrumb {
		padding-bottom:36px
	}
	.cssWhatWeDo1 .cssFrame .cssRhsContent,
	.cssWhatWeDo .cssFrame .cssRhsContent {
		top:-64px
	}
	.cssWhatWeDo1 .cssFrame .cssLhsContent .cssMsg m .cssWhatWeDo .cssFrame .cssLhsContent .cssMsg {
		padding:20px 0
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 .cssBox {
		padding-right:0
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol1 .cssBox {
		padding-left:0
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 .cssSub {
		display:block
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 .cssSub1 {
		float:right;
		width:50%;
		margin-bottom:20px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 .cssSub1.cssColl1 {
		float:left;
		margin-bottom:0
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 {
		width:35%
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot li {
		margin-bottom:8px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		margin:0 90px;
		width:auto
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol1,
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
		width:380px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem {
		width:255px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem.cssColi3 {
		margin-right:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a {
		width:180px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol3a {
		width:330px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2as {
		width:510px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-1 {
		width:180px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-2 {
		width:330px
	}
	.clsPeopleCat1.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 {
		width:30%
	}
	.clsPeopleCat1.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 {
		width:69%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol2,
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 {
		width:195px
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol3,
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 {
		width:405px
	}
	.cssContactus .cssCountries .cssTH {
		font-size:30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
		width:215px;
		height:215px
	}
	.cssSearchResult .cssTabhead ul {
		margin-left:18px
	}
}
.cssMoreBtn .cssNor {
	text-align:center;
	width:65px;
	height:65px;
	background:#ffffff;
	font-size:65px;
	color:#7a7d81
}
.cssMoreBtn .cssNor i.fa {
	color:#7a7d81
}
.cssMoreBtn .cssHover {
	text-align:center;
	width:65px;
	height:65px;
	background:#7a7d81;
	font-size:65px;
	color:#ffffff
}
.cssMoreBtn .cssHover i.fa {
	color:#ffffff
}
.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg img {
	width:100%;
	max-width:100%
}
.clsPeopleCat1.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssSub1 {
	float:left
}
body.ie10 .cssGridView .cssGridItem {
	float:left
}
body.ie10 .cssListView .cssGridItem {
	float:left
}
body.ie10 .cssListView .cssGridItem .cssPics {
	float:left
}
body.ie10 .cssListView .cssGridItem .cssTxt {
	float:left
}
body.ie10 .cssGridView .cssGridItem.cssGridItem1,
body.ie10 .cssListView .cssGridItem.cssGridItem1 {
	clear:both
}
body.ie10 .cssComFooterBoxes .cssCol2 {
	float:left
}
body.ie10 .cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
	float:left
}
body.ie10 .cssComTopBoxes .cssCol {
	float:left
}
body.ie10 .cssComFooterBoxes .cssCol2.cssCol31 {
	float:left;
	width:30%
}
body.ie10 .cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr.first {
	width:100%;
	clear:both
}
body.ie10 .cssGallery .cssListView .cssGridItem .cssTxt .cssFF {
	position:static;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
body.ie10 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol {
	float:left
}
body.ie10 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 {
	width:50%
}
body.ie10 .cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 {
	width:69%
}
body.ie10 .clsPeopleCat1.cssGallery .cssGridView .cssMsgBox {
	position:static;
	transform:translate(0,
	0);
	-webkit-transform:translate(0,
	0);
	-moz-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0)
}
body.ie10 .cssHeaderPanel .cssFrame .cssNav .cssMain .hoverend,
body.ie10 .cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li.hover>.cssMenuBody {
	opacity:1
}
body.ie10 .cssGallery .cssMore {
	clear:both
}
body.ie10 .cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr {
	width:100%;
	clear:both
}
body.ie10 .cssPressRelease.cssGallery .cssListView .cssWrapper .cssYr {
	width:100%;
	clear:both
}
body.ie10 .cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	clear:both
}
body.ie10 .cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
	width:100%;
	clear:both
}
body.ie10 .cssPublicationP.cssGallery .cssListView .cssGridItem {
	width:100%;
	float:none;
	padding:0 0 20px
}
body.ie8 .css2LayerPage .cssLayer1 .cssBg,
body.ie8 .clsPeopleCat,
body.ie8 .cssProjectPage .cssNextProject .cssBg,
body.ie8 .cssProjectPage .cssLayer1 .cssBg,
body.ie8 .cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics .cssTranBg,
body.ie8 .cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPicimg {
	background-color:none
}
body.ie8 .cssComFooterBoxes .cssCol2 .cssFBox .cssPics,
body.ie8 .cssComFreatureProject .cssPics,
body.ie8 .cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics,
body.ie8 .cssTranBg {
	display:none
}
body.ie8 .cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
	border-width:0
}
body.ie8 .clsPeopleCat1.cssGallery {
	background:#000000
}
body.ie10 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1,
body.ie10 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
	float:left
}
body.ie8 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1,
body.ie8 .cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
	float:left
}
.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodyCopy .cssComTopBoxes .cssCta a {
	color:#7a7d81
}
body.ie10 .cssGallery.cssPublicationP .cssGridView .cssGridItem .cssPics {
	max-height:339px
}
body.ie10 .cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect {
	clear:both
}
.cssHeaderPanel .cssFrame .cssIcons li a.language-link {
	font-size:18px
}
.clsPeopleCat1.cssComFilterMenu .cssColl1,
.clsPeopleCat1.cssComFilterMenu .cssColl2 {
	float:left;
	width:50%
}
.clsPeopleCat1.cssComFilterMenu .cssColl1 .cssSub1,
.clsPeopleCat1.cssComFilterMenu .cssColl2 .cssSub1 {
	float:none
}
.clsPeopleCat1.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssSub1 {
	float:none;
	width:100%;
	margin-bottom:20px
}
.cssEmbedVideo {
	position:relative
}
.cssEmbedVideo::before {
	content:" ";
	display:block;
	width:100%;
	padding-top:56.35%
}
.cssEmbedVideo embed,
.cssEmbedVideo iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
body.ie8 .cssEmbedVideo iframe {
	position:static;
	height:273px
}
body.ie8 .cssEmbedVideo embed {
	position:static;
	height:273px
}
@media all and (max-width: 1024px) and (min-width: 778px) and (orientation: landscape) {
	.cssOlFrame.touch {
		-webkit-overflow-scrolling:touch;
		overflow-y:scroll
	}
	.cssOlFrame.touch iframe {
		height:100%;
		width:100%
	}
	.cssOlFrame.touch #act {
		position:fixed;
		top:5%;
		right:6%
	}
	.cssWhatWeDo {
		overflow-y:auto
	}
	.cssWhatWeDo .cssBg {
		position:fixed
	}
	.cssWhatWeDo .cssFrame {
		position:static;
		padding:90px 0
	}
	.cssGallery .cssListView .cssWrapper,
	.cssGallery .cssGridView .cssWrapper {
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap
	}
	.cssComImgGallery .cssGalleryFrame {
		width:100%
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg .cssCr {
		width:50%;
		text-align:right
	}
	.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		max-width:95%
	}
	.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		left:0
	}
	.cssProjectPage {
		width:100%;
		overflow-x:hidden
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		left:45px
	}
	.cssBodyCopy .cssDesc1 {
		padding-top:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		width:auto;
		margin:0 auto
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		margin:0 90px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol1 {
		width:355px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 90px;
		width:auto
	}
	.cssJobPage .cssWrapper {
		margin:0 45px;
		max-width:auto
	}
	.cssJobPage .cssLhs {
		width:250px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts {
		margin:0 90px;
		width:auto
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 img {
		width:100%
	}
	.cssSearchResult {
		overflow-x:hidden
	}
	.cssSearchResult .cssTabbody .cssMsg {
		width:735px
	}
	.cssPeopleDetail.css2LayerPage {
		overflow-x:hidden;
		width:100%
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		width:auto;
		margin:0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol1,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 {
		width:380px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:auto;
		margin:0 90px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ {
		font-size:18px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF1 {
		padding-top:30px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF2 {
		padding-bottom:30px
	}
	.cssComTopBoxes .cssCta .cssHover i.fa:hover,
	.cssComTopBoxes .cssCta i.fa {
		position:relative;
		top:-2px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn .fa.fa-angle-down {
		position:relative;
		top:-6px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .fa.fa-angle-right,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .fa.fa-angle-right {
		position:relative;
		top:-6px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn .fa.fa-angle-down {
		line-height:100%;
		top:50%;
		position:absolute;
		margin-top:-30px;
		left:0;
		width:100%
	}
	.cssStdBtn .cssHover {
		display:none
	}
}
@media all and (max-width: 960px) and (min-width: 767px) {
	.cssOlFrame.touch {
		-webkit-overflow-scrolling:touch;
		overflow-y:scroll
	}
	.cssOlFrame.touch iframe {
		height:100%;
		width:100%
	}
	.cssOlFrame.oprj #act {
		top:10px;
		right:20px
	}
	.cssOlFrame.touch #act {
		position:fixed;
		top:5%;
		right:6%
	}
	.cssComTopBoxes .cssCta .cssHover i.fa:hover,
	.cssComTopBoxes .cssCta i.fa {
		position:relative;
		top:-2px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn .fa.fa-angle-down {
		position:relative;
		top:-6px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .fa.fa-angle-right,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .fa.fa-angle-right {
		position:relative;
		top:-6px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn .fa.fa-angle-down {
		line-height:100%;
		top:50%;
		position:absolute;
		margin-top:-30px;
		left:0;
		width:100%
	}
	.cssStdBtn .cssHover {
		display:none
	}
}
@media all and (max-width: 960px) and (min-width: 767px) {
	.clsPeopleCat1.cssComFilterMenu .cssFilters .cssPulldown {
		margin-left:0
	}
	.clsPeopleCat1.cssComFilterMenu .cssFilters .cssRow {
		margin:0 45px
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg img {
		width:auto;
		height:100%
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg .cssCr {
		text-align:center
	}
	.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		left:50%
	}
	.cssProjectPage .cssImgText .cssFF div {
		position:relative;
		overflow:hidden
	}
	.cssProjectPage .cssImgText .cssFF div img {
		display:block;
		width:100%
	}
	.cssProjectPage .cssImgText .cssFF {
		position:relative
	}
	.cssProjectPage .cssImgText .cssFF .cssBtn {
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-70px;
		margin-top:-15px;
		display:none
	}
	.cssProjectPage .cssImgText .cssFF .cssBtn button {
		background:#7a7d81;
		border-width:0;
		width:140px;
		height:30px
	}
	.cssProjectPage .cssImgText .cssFF .cssBtn button span {
		color:#ffffff;
		font-size:14px
	}
	.cssPc.cssIpad,
	.cssMobile.cssIpad,
	.cssIpad {
		display:block
	}
	.cssPc {
		display:none
	}
	.cssMobile {
		display:none
	}
	.cssSearchForm {
		padding:25px 0 30px
	}
	.cssSearchForm .cssClose {
		padding:0 22px
	}
	.cssSearchForm .cssClose a {
		background:url('../images/search_03.jpg');
		width:21px;
		height:21px;
		overflow:hidden;
		display:block;
		float:right
	}
	.cssSearchForm .cssClose span {
		text-indent:-9999px;
		display:block
	}
	.cssSearchField {
		padding:31px 0
	}
	.cssSearchField .form-text {
		color:#7a7d81;
		width:85%;
		padding:10px
	}
	.cssSearchField .content {
		margin:0 auto;
		max-width:100%;
		width:100%
	}
	.cssSearchField .content form {
		margin:0 50px
	}
	.breadcrumb .cssShort,
	.cssBreadcrumb .cssShort {
		display:block
	}
	.breadcrumb .cssFullb,
	.cssBreadcrumb .cssFullb {
		display:none
	}
	.css2LayerPage .cssLayer2 {
		overflow-x:hidden
	}
	.cssSearchResult {
		margin:0 50px;
		max-width:1049px;
		overflow-x:hidden
	}
	.cssSearchResult .cssTabhead ul {
		margin:0;
		padding:0
	}
	.cssSearchResult .cssTabhead li {
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.cssSearchResult .cssTabhead li.cur {
		border-color:#7a7d81
	}
	.cssSearchResult .cssTabhead a {
		text-decoration:none;
		color:#7a7d81;
		display:block;
		padding:10px 18px
	}
	.cssSearchResult .cssTabhead span {
		font-size:20px;
		line-height:25px
	}
	.cssSearchResult .cssSum {
		margin:0 0;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81;
		padding:35px 0 20px
	}
	.cssSearchResult .cssTabbody .cssTabrow {
		padding:0 0 35px;
		margin:0 0
	}
	.cssSearchResult .cssTabbody .cssThmb {
		float:left;
		width:29.8%
	}
	.cssSearchResult .cssTabbody .cssThmb img {
		width:100%
	}
	.cssSearchResult .cssTabbody .cssMsg {
		float:right;
		width:64.4%
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 {
		padding:7px 0 20px
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 .content_title span {
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 a {
		font-size:16px;
		line-height:24px
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT2 {
		padding:0 0 0;
		font-size:16px;
		line-height:24px
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT2 a {
		font-size:16px;
		line-height:24px
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
		margin-left:30px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts {
		width:auto;
		margin:0 50px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapper {
		margin:0 50px;
		padding:0
	}
	.cssHeaderPanel .cssSPane {
		padding:47px 0 0
	}
	.cssHeaderPanel .cssFrame {
		margin:0 30px
	}
	.cssHeaderPanel .cssFrame .cssNav {
		width:34%
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot {
		margin:0;
		padding:26px 30px 0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot .cssTitle {
		padding:0 0 14px
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot li {
		margin:0 0 5px 0;
		padding:0;
		float:left;
		list-style-type:none;
		width:30%
	}
	.cssHomePage {
		poistion:relative;
		overflow:hidden;
		width:100%;
		height:100%
	}
	.cssHomePage .region-content .content {
		width:100%;
		height:100%
	}
	.cssHomePage .cssBg {
		position:absolute;
		width:100%;
		height:100%
	}
	.cssHomePage .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssHomePage .cssFrame {
		width:100%;
		position:absolute;
		top:90px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		min-height:510px
	}
	.cssHomePage .cssFrame .cssLhsContent {
		width:auto;
		margin:0 70px;
		float:none
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 20px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLogo img {
		width:30%
	}
	.cssHomePage .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff
	}
	.cssHomePage .cssFrame .cssLhsContent .cssTitle p {
		margin:0;
		padding:0
	}
	.cssHomePage .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:30px 0 30px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssMsg p {
		margin:0;
		padding:0
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssNor {
		background:url('../images/arrow1.png') top left no-repeat
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover {
		background:url('../images/arrow2.png') top left no-repeat
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink a {
		text-decoration:none;
		color:#ffffff;
		display:block
	}
	.cssHomePage .cssFrame .cssRhsContent {
		float:none;
		width:100%;
		color:#ffffff;
		max-width:100%
	}
	.cssHomePage .cssFrame .cssRhsContent a {
		text-decoration:none;
		color:#ffffff
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlocks {
		padding:30px 10px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock {
		margin:0 0 0;
		float:left;
		width:25%;
		cursor:pointer;
		padding:0 20px 0;
		position:relative
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder {
		background:url('../images/plus.png') top left no-repeat;
		position:absolute;
		height:14px;
		width:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssTop {
		top:-7px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssBottom {
		bottom:-7px;
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs {
		margin:0 0 0 23px;
		border-width:1px 0 0;
		border-style:solid;
		border-color:#ffffff;
		padding:0 0 5px;
		z-index:1;
		position:relative
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssHeadline {
		padding:14px 0 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssTitle {
		padding:10px 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics {
		height:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics img {
		height:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssTitle {
		padding:10px 0 10px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssMsg {
		padding:0 0 30px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssTitle {
		padding:10px 0 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssMsg {
		padding:0 0 30px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssLast .cssBorder.cssBottom {
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssLast .cssFs {
		border-width:1px 0 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssPics {
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock:hover .cssPics {
		display:none
	}
	.cssWhatWeDo {
		poistion:relative;
		overflow:hidden;
		width:100%;
		height:100%
	}
	.cssWhatWeDo .cssBChrumb {
		padding-bottom:30px;
		left:0
	}
	.cssWhatWeDo .cssBChrumb .bcrumbdest {
		margin:0 70px
	}
	.cssWhatWeDo .cssBChrumb div {
		margin:0 0;
		color:#ffffff
	}
	.cssWhatWeDo .cssBChrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssWhatWeDo .cssBg {
		position:relative;
		width:100%;
		height:100%
	}
	.cssWhatWeDo .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssWhatWeDo .cssFrame {
		width:100%;
		position:absolute;
		top:90px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		min-height:465px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent {
		width:auto;
		margin:0 70px;
		float:none
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 50px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:30px 0 40px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks {
		display:none
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks ul {
		margin:0 0 0 -18px;
		padding:0
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks li {
		width:49%;
		float:left;
		margin:1px;
		list-style-type:none
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks a {
		text-decoration:none;
		color:#ffffff;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks span {
		display:block;
		padding:14px 18px;
		position:relative;
		overflow:hidden
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown {
		position:relative;
		display:block;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div {
		padding:6px 38px 6px 14px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:37px;
		width:37px;
		text-align:center;
		height:37px;
		position:absolute;
		top:0;
		right:0
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown select {
		z-index:5
	}
	.cssWhatWeDo .cssFrame .cssComFreatureProject {
		top:0
	}
	.cssWhatWeDo1 {
		overflow-x:hidden;
		width:100%
	}
	.cssWhatWeDo1 .cssBacktop {
		right:0
	}
	.cssWhatWeDo1 .cssBChrumb {
		padding-bottom:30px;
		left:0;
		float:none
	}
	.cssWhatWeDo1 .cssBChrumb .bcrumbdest {
		margin:0 45px
	}
	.cssWhatWeDo1 .cssBChrumb div {
		margin:0 0;
		color:#ffffff
	}
	.cssWhatWeDo1 .cssBChrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssWhatWeDo1 .cssHero {
		width:100%;
		height:100%;
		overflow:hidden;
		position:relative
	}
	.cssWhatWeDo1 .cssHero .cssMoreBtn {
		position:absolute;
		bottom:30px;
		left:50%;
		overflow:hidden;
		z-index:7;
		transform:translate(-50%,
		0);
		-webkit-transform:translate(-50%,
		0);
		-moz-transform:translate(-50%,
		0)
	}
	.cssWhatWeDo1 .cssHero .cssPageCtl .cssWrapper {
		padding:0 0
	}
	.cssWhatWeDo1 .cssHero .cssBg {
		position:relative;
		width:100%;
		height:100%
	}
	.cssWhatWeDo1 .cssHero .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssWhatWeDo1 .cssHero .cssFrame {
		width:100%;
		position:absolute;
		top:90px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		min-height:465px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent {
		width:auto;
		margin:0 0;
		float:none;
		max-width:auto
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 50px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff;
		margin:0 45px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:30px 0 40px;
		margin:0 45px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks {
		display:none;
		margin:0 45px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks ul {
		width:100%;
		margin:0 0 0 -18px;
		padding:0
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks li {
		margin:1px;
		list-style-type:none
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks a {
		text-decoration:none;
		color:#ffffff;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks span {
		display:block;
		padding:14px 18px;
		position:relative;
		overflow:hidden
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown {
		margin:0 45px;
		position:relative;
		display:block;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div {
		padding:6px 38px 6px 14px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:37px;
		width:37px;
		text-align:center;
		height:37px;
		position:absolute;
		top:0;
		right:0
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown select {
		z-index:5
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssComFreatureProject {
		top:0
	}
	.cssWhatWeDo1 .cssBodyCopy.cssPageEnd {
		margin-bottom:0
	}
	.cssWhatWeDo1 .cssBodyCopy {
		width:100%;
		max-width:1200px;
		margin:0 auto
	}
	.cssWhatWeDo1 .cssBodyCopy .cssWrapper {
		padding:70px 30px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow {
		clear:both;
		padding:0 0 20px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont {
		margin:20px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont .cssFirst {
		margin:0 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssBox {
		margin:0 15px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota {
		font-size:16px;
		line-height:25px;
		background:url('../images/sec_13.png') top left no-repeat;
		padding:42px 0 0 48px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ1 {
		background:url('../images/sec_17.png') right bottom no-repeat;
		padding:0 48px 42px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 {
		width:50%
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota {
		font-size:16px;
		line-height:25px;
		background:url('../images/sec_13.png') top left no-repeat;
		padding:42px 0 0 48px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ1 {
		background:url('../images/sec_17.png') right bottom no-repeat;
		padding:0 48px 42px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox {
		background:#7a7d81;
		color:#ffffff;
		position:relative
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore {
		position:absolute;
		bottom:0;
		right:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore img {
		display:block
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssM {
		padding:30px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h4 {
		margin:0;
		padding:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h5 {
		margin:0;
		padding:0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p {
		margin:0;
		padding:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p span {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox a {
		color:#ffffff;
		text-decoration:none
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox.cssContacts h4 {
		padding:0 0 65px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssImg img {
		width:100%
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTitle {
		color:#7a7d81;
		font-size:40px;
		line-height:45px;
		padding:50px 0 35px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt {
		color:#7a7d81;
		font-size:16px;
		line-height:24px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt h3 {
		margin:0;
		padding:0;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt p {
		margin:0;
		padding:25px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssQuota {
		color:#7a7d81
	}
	.cssSavedItem .cssBreadcrumb {
		padding-top:45px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssSavedItem .cssBreadcrumb .cssRow {
		padding:14px 0 8px
	}
	.cssSavedItem .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssSavedItem .cssBreadcrumb .cssL {
		float:left;
		margin-left:50px
	}
	.cssSavedItem .cssBreadcrumb .cssR {
		float:right;
		margin-right:50px
	}
	.cssSavedItem .cssBodyCopy {
		color:#7a7d81;
		background:#ffffff;
		width:100%;
		text-align:center
	}
	.cssSavedItem .cssBodyCopy .cssWrapperOut {
		margin:0 auto;
		text-align:left;
		max-width:1200px;
		width:100%
	}
	.cssSavedItem .cssBodyCopy .cssWrapper {
		margin:0 50px
	}
	.cssSavedItem .cssBodyCopy .cssHeader {
		padding:25px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare {
		padding:10px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField {
		float:right;
		width:65%;
		margin-top:3px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField input {
		width:100%;
		padding:8px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssBtna {
		float:right
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button {
		background:#7a7d81;
		border-width:1px;
		border-color:#7a7d81
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button span {
		display:block;
		padding:8px 35px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button.cssStyle1 span {
		color:#ffffff
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssName {
		padding:10px 0;
		float:left
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns {
		float:right
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button {
		background:none;
		border-width:1px;
		border-color:#7a7d81
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button span {
		display:block;
		padding:8px 35px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle1 span {
		color:#7a7d81
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle2 {
		background:#7a7d81
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns button.cssStyle2 span {
		color:#ffffff
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip {
		float:left;
		width:47.7%;
		margin:0 30px 10px 0
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg .cssCtl {
		position:absolute;
		top:15px;
		left:15px
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip.cssC2,
	.cssSavedItem .cssBodyCopy .cssClips .cssClip.cssC4 {
		margin:0 0 0;
		float:right
	}
	.cssProjectPage {
		position:relative
	}
	.cssProjectPage .cssLayer1 {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssProjectPage .cssLayer1 .cssNext,
	.cssProjectPage .cssLayer1 .cssCurrent {
		width:100%
	}
	.cssProjectPage .cssLayer1 .cssBg {
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssProjectPage .cssLayer1 .cssBg img {
		width:100%;
		height:auto
	}
	.cssProjectPage .cssLayer2 {
		position:relative;
		z-index:1;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb {
		top:45px;
		color:#ffffff
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:14px 0 8px
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssL {
		float:left;
		margin-left:50px
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssR {
		float:right;
		margin-right:50px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage {
		width:100%;
		height:100%;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,
		50%);
		-webkit-transform:translate(-50%,
		-50%);
		-moz-transform:translate(-50%,
		-50%);
		-ms-transform:translate(-50%,
		-50%);
		width:100%;
		height:80%;
		min-width:100%;
		min-height:428px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		color:#ffffff;
		position:absolute;
		top:0;
		left:50px;
		width:80%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 {
		padding:0 0 30px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		position:absolute;
		bottom:30px;
		left:50%;
		overflow:hidden;
		z-index:7;
		transform:translate(-50%,
		0);
		-webkit-transform:translate(-50%,
		0);
		-moz-transform:translate(-50%,
		0);
		-ms-transform:translate(-50%,
		0)
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy {
		color:#7a7d81;
		background:#ffffff;
		width:100%;
		text-align:center
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapperOut {
		margin:0 auto;
		text-align:left;
		max-width:1200px;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapper {
		margin:0 30px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo {
		margin:0 20px 0 0;
		padding:25px 0 45px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		padding:25px 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
		float:left;
		width:50%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssLabel {
		padding:0 0 5px;
		margin:0 20px 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssField {
		margin:0 20px 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc1 {
		margin:0 0;
		padding:0 0 65px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc2 {
		margin:0 0;
		padding:0 0 65px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock1 {
		padding:0 0 85px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock2 {
		padding:0 0 85px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock {
		margin:0 50px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow {
		display:block;
		width:100%;
		margin:0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg {
		float:left;
		width:50%;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics {
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics img {
		display:block;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics a {
		position:absolute;
		top:15px;
		left:15px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt {
		float:left;
		width:50%;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ1 {
		display:none
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ2 {
		display:none
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt div.cssM {
		padding:30px 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ {
		float:left
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ1 {
		display:block;
		position:absolute;
		top:7px;
		left:7px;
		width:32px;
		height:28px;
		background:url('../images/q1.jpg') no-repeat
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ2 {
		display:block;
		position:absolute;
		bottom:7px;
		right:7px;
		width:32px;
		height:28px;
		background:url('../images/q2.jpg') no-repeat
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ div.cssM {
		padding:0 0 0;
		position:absolute;
		top:50%;
		transform:translate(0,
		50%);
		-webkit-transform:translate(0,
		-50%);
		-moz-transform:translate(0,
		-50%);
		-ms-transform:translate(0,
		-50%);
		width:66%;
		margin:0 17%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow1 .cssImg .cssPics {
		float:right
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward {
		margin:0 20px;
		padding:0 0 40px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssHeadline {
		padding:0 0 40px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol1 {
		float:left;
		width:25%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 {
		float:left;
		width:75%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT1 {
		line-height:150%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT2 {
		line-height:150%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs {
		margin:0 20px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs img {
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBacktop {
		position:fixed;
		bottom:0;
		right:90px
	}
	.cssProjectPage .cssLayer2 .cssNextProject {
		color:#ffffff;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssBreadcrumb {
		opacity:0
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame {
		position:absolute;
		left:0;
		width:100%;
		height:100%
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 {
		position:absolute;
		top:50%;
		width:100%;
		text-align:center;
		transform:translate(0,
		50%);
		-webkit-transform:translate(0,
		-50%);
		-moz-transform:translate(0,
		-50%);
		-ms-transform:translate(0,
		-50%)
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 .cssT2 {
		padding:30px 0 15px
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg {
		text-align:left
	}
	.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame1 .cssInfo {
		display:none
	}
	.cssProjectPage .cssLayer2.cssPort .cssBodyCopy .cssDesc1 {
		padding-top:0
	}
	.cssProjectPage .cssLayer2.cssPort .cssBodyCopy .cssInfo {
		display:block
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 {
		color:#ffffff;
		padding:80px 0 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle {
		width:auto;
		margin:0 50px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle p {
		margin:0;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 {
		font-size:60px;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		line-height:65px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 strong {
		font-weight:bold
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT2 {
		padding:45px 0 0;
		font-size:20px;
		line-height:25px;
		line-height:150%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs {
		padding:80px 0 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs ul {
		margin:0 0 0 -18px;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li {
		width:49%;
		margin:1px;
		list-style-type:none
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs a {
		text-decoration:none;
		color:#ffffff;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		font-family:'AkkuratStd'
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span {
		display:block;
		padding:14px 18px;
		position:relative;
		overflow:hidden
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssLL {
		padding:0;
		position:absolute;
		top:0;
		left:0;
		background:#ffffff;
		width:1px;
		height:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssRR {
		padding:0;
		position:absolute;
		top:0;
		right:0;
		background:#ffffff;
		width:1px;
		height:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssTT {
		padding:0;
		position:absolute;
		top:0;
		left:0;
		background:#ffffff;
		width:0;
		height:1px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs span .cssBB {
		padding:0;
		position:absolute;
		bottom:0;
		left:0;
		background:#ffffff;
		width:0;
		height:1px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li:hover .cssLL {
		animation-name:bb1;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:1.5s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:bb1;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:1.5s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:bb1;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:1.5s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:bb1;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:1.5s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li:hover .cssRR {
		animation-name:bb3;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:.6s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:bb3;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:.6s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:bb3;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:.6s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:bb3;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:.6s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li:hover .cssTT {
		animation-name:bb4;
		animation-duration:.6s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:bb4;
		-webkit-animation-duration:.6s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:bb4;
		-moz-animation-duration:.6s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:bb4;
		-ms-animation-duration:.6s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs li:hover .cssBB {
		animation-name:bb2;
		animation-duration:.6s;
		animation-iteration-count:1;
		animation-delay:.9s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:bb2;
		-webkit-animation-duration:.6s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:.9s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:bb2;
		-moz-animation-duration:.6s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:.9s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:bb2;
		-ms-animation-duration:.6s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:.9s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssWrapper {
		padding:45px 15px 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
		padding:0 0 55px;
		text-align:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol {
		width:50%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol1 {
		float:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol2 {
		float:right
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol2 .cssImgs img {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 p {
		margin:0;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssT1 {
		margin:0 15px;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssMM {
		margin:0 15px;
		font-size:16px;
		line-height:24px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink {
		margin:0 20px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 {
		text-align:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
		margin:0 15px;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssMM {
		margin:0 15px;
		font-size:16px;
		line-height:24px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount {
		padding:0 5px 70px;
		display:-webkit-flex;
		display:flex
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
		border-width:1px;
		width:220px;
		height:220px;
		position:relative;
		margin:0 10px;
		border-radius:115px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssFs {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,
		50%);
		-webkit-transform:translate(-50%,
		-50%);
		-moz-transform:translate(-50%,
		-50%);
		-ms-transform:translate(-50%,
		-50%)
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssNum {
		font-size:55px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssImg {
		height:75px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssTxt {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone {
		padding:28px 0 55px;
		position:relative
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlL {
		position:absolute;
		top:35px;
		left:30%;
		width:16px;
		height:26px;
		background:url('../images/dk_14.jpg') top left no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlR {
		position:absolute;
		top:35px;
		right:30%;
		width:16px;
		height:26px;
		background:url('../images/dk_17.jpg') top left no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssYr {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssImg {
		padding:30px 0 40px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox {
		text-align:left;
		margin:0 auto;
		width:482px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT1 {
		font-size:20px;
		padding:0 0 15px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 {
		font-size:16px;
		line-height:24px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 p {
		margin:0;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssCol1 {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssCol2 {
		width:100%;
		padding:45px 0 15px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssCol2 img {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm1 .cssCol2 {
		margin-top:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssT1 {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 15px;
		width:100%;
		display:-webkit-flex;
		display:flex;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
		width:33%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2 .cssFBox h5.main_headerS {
		font-size:70px
	}
	.cssPeopleDetail .cssComFooterBoxes .cssCol2 .cssFBox h5.main_headerS {
		font-size:70px
	}
	|.cssPullmenu {
		position:relative
	}
	|.cssPullmenu .cssMain {
		background:url('../images/pdown.png') no-repeat 30% 50%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:none
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:35px 0 0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
		display:none
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		color:#ffffff;
		padding:80px 0 0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		width:auto;
		margin:0 0 0 50px;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssNum {
		font-size:160px;
		font-family:'AkkuratStd-Light',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		line-height:140px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 {
		font-size:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		line-height:100%;
		padding:0 0 65px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT2 {
		font-size:40px;
		line-height:150%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT2 strong {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT2 p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		width:100%;
		margin:0 auto
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		text-align:left
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 {
		margin:0 15px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
		padding:46px 0 46px;
		margin:0 15px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol1 {
		float:left;
		width:50%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
		float:right;
		width:50%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssT1 {
		margin:0 15px;
		color:#7a7d81;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssCol1 {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM {
		margin:0 15px;
		color:#7a7d81;
		font-size:16px;
		line-height:24px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest {
		padding:0 0 95px;
		margin:0 25px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem {
		float:left;
		border-width:1px;
		border-color:#929292;
		border-style:solid;
		margin:0 5px 0 5px;
		width:30%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg {
		height:auto;
		padding:0 0 20px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg img {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList {
		margin:0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead {
		padding:0 0 35px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead .cssHH {
		font-size:20px;
		line-height:25px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol {
		float:left;
		color:#7a7d81
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol1a {
		width:24.5%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a {
		width:27.3%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol3a {
		width:48.2%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2as {
		width:74.5%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-1 {
		width:36%;
		font-size:16px;
		line-height:24px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-2 {
		width:64%;
		font-size:16px;
		line-height:24px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBs {
		padding:0 0 25px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBss {
		padding:0 0 35px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 15px;
		width:auto;
		display:-webkit-flex;
		display:flex;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
		width:33%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssGallery .cssMore {
		clear:both
	}
	.cssGallery .cssGridView .cssWrapper {
		padding:22px 30px;
		display:block
	}
	.cssGallery .cssGridView .cssGridItem2 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssGridView .cssGridItem4 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssGridView .cssGridItem {
		width:50%;
		float:left
	}
	.cssGallery .cssGridView .cssGridItem .cssBox {
		padding:0 10px 10px 0
	}
	.cssGallery .cssGridView .cssGridItem .cssPics img {
		width:100%;
		display:block
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt {
		background:#7a7d81;
		color:#ffffff;
		position:relative
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt a {
		text-decoration:none;
		background:#7a7d81;
		color:#ffffff
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssFF {
		padding:14px 10px
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssFeature {
		background:url('../images/star.png') no-repeat;
		width:16px;
		height:16px;
		position:absolute;
		bottom:14px;
		right:10px
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssLocation {
		padding:10px 0 0
	}
	.cssGallery .cssListView .cssWrapper {
		padding:22px 30px;
		display:block
	}
	.cssGallery .cssListView .cssGridItem1 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem2 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem3 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem4 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem {
		width:100%;
		clear:both
	}
	.cssGallery .cssListView .cssGridItem .cssFeature {
		width:5.5%
	}
	.cssGallery .cssListView .cssGridItem .cssFeature div {
		background:url('../images/star2.png') no-repeat;
		width:16px;
		height:16px
	}
	.cssGallery .cssListView .cssGridItem .cssBox {
		padding:0 0 20px 0;
		display:-webkit-flex;
		display:flex
	}
	.cssGallery .cssListView .cssGridItem .cssPics {
		width:24.2%
	}
	.cssGallery .cssListView .cssGridItem .cssPics img {
		width:100%;
		display:block
	}
	.cssGallery .cssListView .cssGridItem .cssTxt {
		width:69%;
		color:#7a7d81;
		position:relative
	}
	.cssGallery .cssListView .cssGridItem .cssTxt a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssGallery .cssListView .cssGridItem .cssTxt .cssFF {
		padding:0 25px;
		transform:translate(0,
		50%);
		-webkit-transform:translate(0,
		-50%);
		-moz-transform:translate(0,
		-50%);
		-ms-transform:translate(0,
		-50%);
		position:absolute;
		top:50%
	}
	.cssGallery .cssListView .cssGridItem .cssTxt .cssLocation {
		padding:10px 0 0
	}
	.cssJobPage .cssBreadcrumb {
		padding:48px 0 0;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssJobPage .cssBreadcrumb .cssRow {
		padding:10px 0 0
	}
	.cssJobPage .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssJobPage .cssBreadcrumb .cssL {
		float:left;
		margin-left:50px
	}
	.cssJobPage .cssBreadcrumb .cssR {
		float:right;
		margin-right:50px
	}
	.cssJobPage .cssWrapper {
		margin:0 auto;
		max-width:1013px
	}
	.cssJobPage .cssWrapper1 {
		padding:55px 50px 30px;
		color:#7a7d81
	}
	.cssJobPage .cssLhs {
		float:none;
		width:auto;
		padding:0 0 65px
	}
	.cssJobPage .cssLhs .cssName {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssJobPage .cssLhs .cssInfo {
		padding:20px 0 35px;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssJobPage .cssLhs .cssRefernce {
		font-size:16px;
		line-height:24px
	}
	.cssJobPage .cssLhs .cssBtn {
		margin:85px 0 0
	}
	.cssJobPage .cssRhs {
		float:none;
		width:auto;
		font-size:16px;
		line-height:24px
	}
	.cssJobPage .cssRhs .cssMsg p {
		margin:0;
		padding:0 0 25px
	}
	.cssJobPage .cssRhs h5 {
		margin:0 0 0;
		padding:0 0 30px;
		font-size:16px;
		line-height:24px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssJobPage .cssRhs ul {
		margin:0 0 0 20px;
		padding:0
	}
	.cssJobPage .cssRhs ul li {
		padding:0 0 10px;
		margin:0
	}
	.cssJobPage .cssRhs .cssBtn {
		margin:65px 0 0
	}
	.cssJobPage .cssRhs .cssP2 input,
	.cssJobPage .cssRhs .cssP2 textarea {
		color:#7b7f83;
		font-size:16px;
		line-height:24px;
		border-width:1px;
		border-color:#7b7f83;
		border-style:solid;
		width:100%;
		padding:10px 15px
	}
	.cssJobPage .cssRhs .cssP2 textarea {
		height:100px;
		resize:none;
		width:91%
	}
	.cssJobPage .cssRhs .cssP2 input {
		width:82%
	}
	.cssJobPage .cssRhs .cssP2 .cssHT {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:0 0 30px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow1 .cssRow {
		padding:0 0 10px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow1 .cssCol {
		float:left;
		width:50%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 {
		padding:25px 0 15px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow {
		padding:0 0 10px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
		width:40%;
		float:left;
		position:relative
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
		padding:0 0 0;
		font-size:14px;
		line-height:14px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol input {
		opacity:0;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol button {
		background:#7b7f83;
		font-size:20px;
		line-height:25px;
		width:220px;
		height:33px;
		border-width:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol span {
		color:#ffffff;
		padding:0;
		margin:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol.cssInfo {
		color:#7b7f83;
		margin-top:5px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow cssRowremark {
		color:#7b7f83
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 {
		padding:25px 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 .cssRow {
		width:45%;
		padding:0 0 10px 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 img {
		border-width:1px;
		border-color:#7b7f83;
		border-style:solid;
		width:100%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 input {
		width:89%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow5 {
		padding:22px 0 32px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow5 a {
		color:#7b7f83;
		text-decoration:none;
		background:url('../images/checkbox.jpg') center left no-repeat;
		display:block;
		padding:11px 0 11px 47px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 {
		padding:0 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 button {
		background:#7b7f83;
		font-size:20px;
		line-height:25px;
		width:190px;
		height:33px;
		border-width:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 span {
		color:#ffffff;
		padding:0;
		margin:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		top:0;
		left:0;
		padding:0 0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		padding:60px 0 0;
		margin:0 0 0 50px;
		color:#ffffff;
		width:auto
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 {
		font-size:55px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		line-height:100%;
		padding:0 0 35px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 p {
		margin:0;
		padding:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 {
		font-size:40px;
		line-height:45px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 strong {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 p {
		margin:0;
		padding:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		width:auto;
		margin:0 15px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		text-align:left
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList {
		padding:45px 0;
		margin:0 35px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssPulldown {
		display:none
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssHead {
		padding:0 0 60px;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol {
		float:left;
		color:#7a7d81
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol a {
		text-decoration:underline;
		color:#7a7d81
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol1 {
		width:42%;
		font-size:20px;
		line-height:25px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 {
		width:30%;
		font-size:20px;
		line-height:25px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 {
		width:25%;
		font-size:20px;
		line-height:25px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 a {
		text-decoration:none
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs {
		padding:0 0 20px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 0;
		display:-webkit-flex;
		display:flex;
		width:100%;
		padding:0 0 30px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2 {
		width:50%
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 15px 0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:none
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:35px 0 0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
		text-align:left;
		padding:0 0 30px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:14px;
		line-height:18px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
		position:relative;
		left:50%;
		margin:0 0 0 -100px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		padding:0 0 30px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		max-width:1200px;
		margin:0 auto
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg {
		text-align:left;
		font-size:16px;
		line-height:24px;
		padding:30px 0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg p {
		margin:0;
		padding:0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:100%;
		max-width:1200px;
		margin:0 auto
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:0 0 0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssTitle {
		margin:0 30px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssLayer2 .cssHeroImage .cssBg {
		position:absolute;
		background:#ffffff;
		top:0;
		height:105%;
		right:0;
		width:60%
	}
	.cssAwardDetail.css2LayerPage.portrait .cssBreadcrumb {
		background:#7a7d81
	}
	.cssAwardDetail.css2LayerPage.portrait .cssBreadcrumb .cssRow {
		padding-top:10px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle {
		padding:0 0 0 47%;
		width:48.5%;
		color:#7a7d81
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT1 {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:60px 0 0
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT3 {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssTitle .cssT2 {
		font-size:16px;
		line-height:24px;
		pading:35px 0 0
	}
	.cssAwardDetail.css2LayerPage.landscape .cssLayer2 .cssHeroImage .cssBg {
		position:absolute;
		background:#ffffff;
		bottom:0;
		height:35%;
		right:0;
		width:100%
	}
	.cssAwardDetail.css2LayerPage.landscape .cssBreadcrumb {
		background:#7a7d81
	}
	.cssAwardDetail.css2LayerPage.landscape .cssBreadcrumb .cssRow {
		padding-top:10px
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		bottom:26%
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle {
		text-align:center;
		width:100%;
		color:#7a7d81;
		height:20%;
		position:absolute;
		bottom:5%
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT1 {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:30px 0 0
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT2 {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		pading:30px 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:35px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
		text-align:left;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:14px;
		line-height:18px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
		position:relative;
		left:50%;
		margin:0 0 0 -100px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 auto;
		max-width:1103px;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		text-align:left;
		padding:75px 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 {
		font-size:16px;
		line-height:24px;
		float:left;
		width:482px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 p {
		margin:0;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2.cssRight {
		float:right
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota {
		text-align:center
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ1 {
		padding:30px 0 0;
		background:url('../images/q1a.png') top left no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ2 {
		padding:0 0 30px;
		text-align:center;
		background:url('../images/q2a.png') bottom right no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota p {
		margin:0 60px;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		margin:0 auto;
		max-width:1103px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle {
		color:#ffffff
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT1 {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:60px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT2 {
		font-size:20px;
		line-height:25px;
		padding:35px 0 70px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT3 {
		font-size:16px;
		line-height:24px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:100%;
		max-width:1200px;
		margin:0 auto
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:0 65px 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:35px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
		text-align:left;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:14px;
		line-height:18px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
		position:relative;
		left:50%;
		margin:0 0 0 -100px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 15px;
		width:100%;
		display:-webkit-flex;
		display:flex;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
		width:33%
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		text-align:left;
		padding:46px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 {
		font-size:16px;
		line-height:24px;
		float:none;
		width:100%;
		padding:0 0 46px 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 p {
		margin:0;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2.cssRight {
		float:none;
		padding:0 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota {
		text-align:center
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ1 {
		padding:30px 0 0;
		background:url('../images/q1a.png') top left no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ2 {
		padding:0 0 30px;
		text-align:center;
		background:url('../images/q2a.png') bottom right no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota p {
		margin:0 60px;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		margin:0 auto;
		max-width:1103px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle {
		color:#ffffff;
		margin:0 50px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT1 {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:60px 0 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT2 {
		font-size:20px;
		line-height:25px;
		padding:35px 0 70px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT3 {
		font-size:16px;
		line-height:24px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:100%;
		max-width:1200px;
		margin:0 auto
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:0 30px 0
	}
	.clsPeopleCat1.cssGallery {
		background:url('../images/bg.jpg') no-repeat scroll center center / cover
	}
	.clsPeopleCat1.cssGallery .cssCat {
		margin:0 20px;
		padding:15px 0
	}
	.clsPeopleCat1.cssGallery .cssCat .cssCatLink {
		float:left;
		padding:10px 25px;
		max-width:30%
	}
	.clsPeopleCat1.cssGallery .cssCat .cssCatLink a {
		text-decoration:none;
		color:#ffffff;
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.clsPeopleCat1.cssGallery .cssCat .cssCatLink.cssCurNow {
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.clsPeopleCat1.cssGallery .cssGridView {
		padding:0 0 30px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox {
		font-size:25px;
		line-height:30px;
		position:static;
		top:50%;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF1 {
		padding:65px 0 0
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF2 {
		padding:0 0 65px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox p {
		margin:0 15px;
		padding:0
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ {
		font-size:20px;
		line-height:25px;
		text-align:center;
		position:static;
		top:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		margin:65px 0
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF1 {
		padding:50px 0 0;
		background:url('../images/q1.png') top left no-repeat
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF2 {
		padding:0 0 50px;
		background:url('../images/q2.png') bottom right no-repeat
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssGridItem {
		width:50%;
		position:relative
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssGridItem.msg {
		width:100%;
		position:relative
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt {
		background:#38393b
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt a {
		background:none
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssName {
		font-size:20px
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssLocation {
		font-size:14px;
		padding:0
	}
	.clsPeopleCat1.cssGallery .cssFilters .cssRow a {
		color:#ffffff
	}
	.clsPeopleCat1.cssGallery .cssFilters .cssPulldown span {
		background:rgba(0,
		0,
		0,
		0) url("../images/down1.png") no-repeat scroll right center
	}
	.clsPeopleCat1.cssGallery .cssFilterForm {
		background:#ffffff
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr {
		clear:both;
		width:100%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr div {
		display:block;
		padding:0 25px 15px
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt .cssName {
		font-size:16px;
		line-height:24px;
		padding:5px 0 0
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader {
		margin:0 25px;
		color:#7a7d81;
		font-size:20px;
		line-height:25px;
		padding:0 0 43px
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol1 {
		float:left;
		width:24%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol2 {
		float:left;
		width:23%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader .cssCol3 {
		float:left;
		width:52%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb {
		margin:0 25px;
		padding:0 0 40px;
		color:#7a7d81;
		font-size:20px;
		line-height:25px
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 {
		float:left;
		width:24%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 a {
		text-decoration:none;
		color:#7a7d81;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 {
		float:left;
		width:23%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 .cssLocation {
		padding:0
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 {
		float:left;
		width:52%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 a {
		text-decoration:underline;
		font-size:16px;
		line-height:24px;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem .cssTxt .cssFF {
		font-size:16px;
		line-height:24px;
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem {
		width:100%
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 50px
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:14px;
		line-height:20px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt {
		background:url('../images/dl.png') bottom right #7a7d81 no-repeat
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper {
		display:block
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 0
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81;
		display:none
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:14px;
		line-height:20px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
		width:100%;
		margin:0 0;
		color:#7a7d81;
		font-size:20px;
		line-height:25px;
		padding:0 0 43px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
		float:left;
		width:22%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
		float:left;
		width:28%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol3 {
		float:left;
		width:38%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol4 {
		float:left;
		width:12%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem {
		width:100%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssBox {
		padding:0 0 35px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
		width:100%;
		margin:0 0;
		color:#7a7d81
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
		float:left;
		width:22%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s {
		float:left;
		width:77%;
		font-size:16px;
		line-height:24px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s a {
		color:#7a7d81;
		text-decoration:none;
		font-size:16px;
		line-height:24px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol2 {
		float:left;
		width:36%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol3 {
		float:left;
		width:49%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 {
		float:left;
		width:16%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a {
		display:block;
		text-decoration:underline
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a span {
		text-indent:-9999px;
		display:block;
		background:url('../images/dl2.png') left center no-repeat;
		padding:10px 0 10px 47px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 50px
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:14px;
		line-height:20px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper {
		display:block
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 50px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81;
		display:none
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:14px;
		line-height:20px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
		margin:0 0;
		width:100%;
		color:#7a7d81;
		font-size:20px;
		line-height:25px;
		padding:0 0 43px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
		float:left;
		width:47%
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
		float:left;
		width:53%
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
		margin:0 0;
		width:100%;
		color:#7a7d81
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
		float:left;
		width:47%;
		font-size:20px;
		line-height:25px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 {
		float:left;
		width:53%;
		font-size:16px;
		line-height:24px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 a {
		color:#7a7d81;
		text-decoration:underline
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssComTopBoxes {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		max-width:100%;
		margin-bottom:0
	}
	.cssComTopBoxes .cssTitle {
		margin:0 30px 0 45px;
		color:#7a7d81;
		font-size:40px;
		line-height:45px;
		padding:50px 0 35px
	}
	.cssComTopBoxes .cssMain {
		margin:0 0 0
	}
	.cssComTopBoxes .cssCta {
		margin:0 45px;
		max-width:auto
	}
	.cssComTopBoxes .cssCta a {
		margin:0
	}
	.cssComTopBoxes .cssCols {
		padding:0 30px;
		display:block
	}
	.cssComTopBoxes .cssCol {
		float:left;
		width:50%;
		padding:0 0 10px
	}
	.cssComTopBoxes .cssCol .cssPics {
		margin:0 15px 0
	}
	.cssComTopBoxes .cssCol .cssPics img {
		width:100%
	}
	.cssComTopBoxes .cssCol .cssMsg {
		margin:0 15px 0;
		background:#7a7d81;
		color:#ffffff
	}
	.cssComTopBoxes .cssCol .cssMsg .cssTxt {
		padding:10px 20px
	}
	.cssComTopBoxes .cssCta {
		clear:both;
		padding:30px 0 0
	}
	.cssComTopBoxes .cssCta .cssNor span {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:10px 0 0 45px;
		display:block;
		min-height:32px
	}
	.cssComTopBoxes .cssCta .cssHover span {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:10px 0 0 45px;
		display:block;
		min-height:32px;
		width:100%
	}
	.cssComTopBoxes .cssCta a {
		text-decoration:none;
		color:#7a7d81;
		display:block
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin-left:-5px;
		margin-right:5px
	}
	.cssComFreatureProject {
		clear:both;
		float:none;
		width:100%;
		max-width:100%;
		color:#ffffff;
		top:0
	}
	.cssComFreatureProject .cssTitles {
		padding:70px 0 10px 45px
	}
	.cssComFreatureProject .cssBlocks {
		padding:0 10px
	}
	.cssComFreatureProject .cssBlock {
		float:left;
		width:29%;
		padding:0 10px 0;
		position:relative
	}
	.cssComFreatureProject .cssBlock .cssBorder {
		background:url('../images/plus.png') top left no-repeat;
		position:absolute;
		height:14px;
		width:100%
	}
	.cssComFreatureProject .cssBlock .cssBorder.cssTop {
		top:-7px
	}
	.cssComFreatureProject .cssBlock .cssBorder.cssBottom {
		bottom:-7px;
		display:none
	}
	.cssComFreatureProject .cssBlock .cssFs {
		margin:0 0 0 23px;
		border-width:1px 0 0;
		border-style:solid;
		border-color:#ffffff;
		padding:20px 0;
		z-index:1;
		position:relative
	}
	.cssComFreatureProject .cssBlock .cssFs .cssHeadline {
		padding:0 0 0
	}
	.cssComFreatureProject .cssBlock .cssFs .cssTitle {
		padding:0 0
	}
	.cssComFreatureProject .cssBlock.cssLast .cssBorder.cssBottom {
		display:none
	}
	.cssComFreatureProject .cssBlock.cssLast .cssFs {
		border-width:1px 0 0
	}
	.cssComFreatureProject .cssFoot {
		clear:both;
		padding:35px 0 0;
		margin:0 0 0 45px
	}
	.cssComFreatureProject .cssFoot .cssNor {
		background:url('../images/arrow1.png') top left no-repeat
	}
	.cssComFreatureProject .cssFoot .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssComFreatureProject .cssFoot .cssHover {
		background:url('../images/arrow2.png') top left no-repeat
	}
	.cssComFreatureProject .cssFoot .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssComFreatureProject .cssFoot a {
		text-decoration:none;
		color:#ffffff;
		display:block
	}
	.cssComFreatureProject .cssPics {
		display:none
	}
	.cssComFreatureProject .cssBlock:hover .cssPics {
		display:none
	}
	.cssComFooterBoxes {
		display:-webkit-flex;
		display:flex;
		margin-left:0;
		margin-right:0
	}
	.cssComFooterBoxes .cssBox {
		margin:0 0 12px
	}
	.cssComFooterBoxes .cssCol2 {
		width:50%;
		margin:0 0 12px
	}
	.cssComFooterBoxes .cssCol2 .cssQuota {
		font-size:16px;
		line-height:25px;
		background:url('../images/sec_13.png') top left no-repeat;
		padding:42px 0 0 48px
	}
	.cssComFooterBoxes .cssCol2 .cssQuota .cssQ1 {
		background:url('../images/sec_17.png') right bottom no-repeat;
		padding:0 48px 42px 0
	}
	.cssComFooterBoxes .cssCol2 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssComFooterBoxes .cssCol2 .cssFBox {
		color:#ffffff;
		position:relative;
		height:100%
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore {
		position:absolute;
		bottom:0;
		right:0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore img {
		display:block
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssM {
		padding:30px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox h4 {
		margin:0;
		padding:0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox h5 {
		margin:0;
		padding:0 0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox p {
		margin:0;
		padding:0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox p span {
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssBox {
		height:100%
	}
	.cssComFooterBoxes .cssCol2 .cssFBox.cssContacts h4 {
		padding:0 0 65px
	}
	.css2LayerPage {
		position:relative
	}
	.css2LayerPage .cssLayer1 {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.css2LayerPage .cssLayer1 .cssNext,
	.css2LayerPage .cssLayer1 .cssCurrent {
		width:100%
	}
	.css2LayerPage .cssLayer1 .cssBg {
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.css2LayerPage .cssLayer2 {
		position:relative;
		z-index:1;
		width:100%
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb {
		top:45px;
		color:#ffffff
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:14px 0 8px
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
		float:left;
		margin-left:50px
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
		float:right;
		margin-right:50px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage {
		width:100%;
		height:100%;
		position:relative
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,
		50%);
		-webkit-transform:translate(-50%,
		-50%);
		-moz-transform:translate(-50%,
		-50%);
		-ms-transform:translate(-50%,
		-50%);
		width:100%;
		height:80%;
		min-width:100%;
		min-height:428px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		position:absolute;
		bottom:0;
		left:50%;
		overflow:hidden;
		z-index:7;
		transform:translate(-50%,
		0);
		-webkit-transform:translate(-50%,
		0);
		-moz-transform:translate(-50%,
		0);
		-ms-transform:translate(-50%,
		0)
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn i {
		position:relative;
		top:-3px
	}
	.cssComImgGallery .cssGalleryFrame {
		width:100%
	}
	.cssComImgGallery .cssGalleryFrame .cssImg {
		margin-bottom:20px
	}
	.cssComImgGallery.cssImgS1 .cssImg {
		width:100%;
		height:245px
	}
	.cssComImgGallery.cssImgS2 .cssImg {
		width:100%;
		height:245px
	}
	.cssComImgGallery.cssImgS5 .cssImg1,
	.cssComImgGallery.cssImgS4 .cssImg1,
	.cssComImgGallery.cssImgS3 .cssImg1 {
		width:48.3%;
		height:510px;
		float:left
	}
	.cssComImgGallery.cssImgS5 .cssImg2,
	.cssComImgGallery.cssImgS4 .cssImg2,
	.cssComImgGallery.cssImgS3 .cssImg2,
	.cssComImgGallery.cssImgS5 .cssImg3,
	.cssComImgGallery.cssImgS4 .cssImg3,
	.cssComImgGallery.cssImgS3 .cssImg3 {
		width:48.3%;
		height:245px;
		float:right
	}
	.cssComImgGallery.cssImgS5 .cssImg4,
	.cssComImgGallery.cssImgS4 .cssImg4,
	.cssComImgGallery.cssImgS3 .cssImg4,
	.cssComImgGallery.cssImgS5 .cssImg4,
	.cssComImgGallery.cssImgS4 .cssImg4,
	.cssComImgGallery.cssImgS3 .cssImg4 {
		width:100%;
		height:245px;
		clear:both
	}
	.cssComImgGallery.cssImgS5_1 .cssImg2,
	.cssComImgGallery.cssImgS5_1 .cssImg3,
	.cssComImgGallery.cssImgS4_1 .cssImg2,
	.cssComImgGallery.cssImgS4_1 .cssImg3 {
		padding-top:36.11%
	}
	.cssComFilterMenu .cssBreadcrumb {
		padding-top:49px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssComFilterMenu .cssBreadcrumb .cssRow {
		padding:5px 0 0
	}
	.cssComFilterMenu .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssComFilterMenu .cssBreadcrumb .cssL {
		float:left;
		margin-left:50px
	}
	.cssComFilterMenu .cssBreadcrumb .cssR {
		float:right;
		margin-right:50px
	}
	.cssComFilterMenu .cssFilters .cssRow {
		color:#7a7d81;
		margin:0 50px;
		padding:30px 0
	}
	.cssComFilterMenu .cssFilters .cssRow a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssComFilterMenu .cssFilters .cssTitle {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssBodyTxt {
		clear:both
	}
	.cssComFilterMenu .cssFilters .cssFitler {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssPicked {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem {
		float:left;
		margin:2px 0 0 0;
		display:block;
		padding:0 0 0 0
	}
	.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem a {
		background:url('../images/filter_close.jpg') center right no-repeat;
		display:block;
		padding:0 23px 0 22px
	}
	.cssComFilterMenu .cssFilters .cssSorts {
		float:right;
		position:relative;
		z-index:5
	}
	.cssComFilterMenu .cssFilters .cssPulldown {
		float:left;
		margin:3px 0 0 24px
	}
	.cssComFilterMenu .cssFilters .cssPulldown span {
		background:url('../images/filter_arrow.jpg') center right no-repeat;
		padding:0 18px 0 0;
		display:block
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul {
		margin:0;
		padding:0
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul ul {
		display:none;
		margin:0;
		padding:0 0 20px;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#ffffff
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul ul li {
		padding:20px 0 0
	}
	.cssComFilterMenu .cssFilters .cssPulldown li {
		list-style-type:none;
		position:relative
	}
	.cssComFilterMenu .cssFilters .cssPulldown:hover ul {
		display:block
	}
	.cssComFilterMenu .cssFilterForm {
		color:#7a7d81;
		border-width:1px 0 0;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRows {
		margin:0 0
	}
	.cssComFilterMenu .cssFilterForm .cssCbok {
		background:url('../images/filter_checkbox1.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterForm .cssCbok span {
		display:block;
		padding:0 0 0 30px;
		font-size:16px;
		line-height:24px
	}
	.cssComFilterMenu .cssFilterForm .cssCbok.clicked {
		background:url('../images/filter_checkbox2.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterForm .cssRow0 {
		text-align:right;
		padding:13px 50px 10px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 {
		padding:0 0 10px;
		display:block;
		border-width:0 0 1px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead {
		position:relative;
		padding:0 0 30px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssT {
		float:left
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok {
		float:left;
		margin:0 0 0 32px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1 {
		padding:0 0 15px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 {
		width:100%
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 .cssBox {
		padding:40px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 {
		width:100%;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssBox {
		padding:40px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub {
		display:-webkit-flex;
		display:flex
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
		width:25%
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH {
		padding:0 0 18px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 {
		width:100%;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 .cssBox {
		padding:40px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol1,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol3,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol3 {
		width:100%;
		clear:both
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol1 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol3 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol2 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol3 .cssBox {
		padding:0 50px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol2 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols3 .cssCol3 .cssBox,
	.cssComFilterMenu .cssFilterForm .cssRow1.cssCols2 .cssCol3 .cssBox {
		padding-top:20px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
		width:50%;
		float:right
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1.cssColl1 {
		float:none
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol {
		position:static
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 {
		display:-webkit-flex;
		display:flex;
		padding:24px 50px;
		border-width:0 0 1px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead {
		position:relative;
		padding:0 0 30px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssT {
		float:left
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok {
		float:left;
		margin:0 0 0 32px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1 {
		padding:0 0 15px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 {
		width:100%
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 .cssBox {
		padding:40px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 {
		text-align:center;
		padding:22px 40px 45px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button {
		background:none;
		border-color:#7a7d81;
		border-style:solid;
		border-width:1px;
		color:#7a7d81;
		margin:0 5px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button span {
		display:block;
		padding:10px 45px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 {
		background:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 span {
		color:#ffffff
	}
	.cssNodeTnc h1 {
		margin:0;
		padding:0 0 45px;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		color:#7a7d81
	}
	.cssNodeTnc .cssTxt {
		padding:55px 50px 80px
	}
	.cssNodeTnc .cssMsg {
		color:#7a7d81;
		font-size:16px;
		line-height:24px
	}
	.cssNodeTnc .cssMsg p {
		margin:0;
		padding:0 0 40px
	}
	.cssContactus .cssCountries {
		padding:0 0;
		margin:0 30px;
		width:auto
	}
	.cssContactus .cssCountries .cssTH {
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:0 0 30px
	}
	.cssContactus .cssCountries .cssSub .cssRow {
		font-size:20px;
		line-height:25px;
		margin:10px 0
	}
	.cssContactus .cssCountries .cssLocations li {
		padding-bottom:10px
	}
	.cssContactus .cssResult {
		margin:0 30px;
		width:auto
	}
	.cssContactus .cssResult .cssMaps .cssBg {
		min-height:100px
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT1 {
		font-size:20px;
		line-height:25px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT2 {
		font-size:55px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssContactus .cssResult .cssMaps .cssIcon {
		font-size:20px;
		line-height:25px
	}
	.cssContactus .cssResult .cssIngo .cssLhs {
		font-size:16px;
		line-height:24px
	}
	.cssContactus .cssResult .cssIngo .cssRhs {
		font-size:16px;
		line-height:24px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs {
		width:45%;
		margin-left:40px;
		padding-right:40px
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs1 {
		float:none;
		margin:0;
		width:100%;
		padding:0 0 40px
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs2 {
		float:none;
		margin:0;
		width:100%
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown {
		position:relative;
		text-align:left;
		background:none;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 0;
		padding:4px 38px 4px 14px
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow {
		background:#ffffff;
		color:#ffffff;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssF {
		position:Relative;
		z-index:4
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown select {
		z-index:5;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssContactus .cssResult .cssIngon1 .cssRhs {
		width:30%;
		margin-left:35px;
		margin-right:0
	}
	.cssContactus .cssComFooterBoxes {
		margin:0 15px 30px;
		width:auto;
		display:-webkit-flex;
		display:flex
	}
	.cssContactus .cssComFooterBoxes .cssCol2.cssCol31 {
		width:49%
	}
	.cssContactus .cssComFooterBoxes .cssCol2 .cssBox {
		margin:0 15px
	}
	.cssContactus .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 0 0 0
	}
	.cssNodePage.cssNotfound .cssBreadcrumb {
		display:none
	}
	.cssNodePage.cssNotfound h1 {
		display:none
	}
	.cssNodePage.cssNotfound .cssWrapper {
		max-width:1200px;
		margin:0 auto
	}
	.cssNodePage.cssNotfound .cssMsg {
		color:#7a7d81;
		font-size:40px;
		line-height:45px;
		font-family:'AkkuratStd-Bold',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		font-weight:300;
		padding:120px 30px 80px
	}
	.cssNodePage.cssNotfound .cssMsg p {
		margin:0;
		padding:0
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes {
		margin:0 30px;
		width:auto;
		display:-webkit-flex;
		display:flex;
		padding:0 0 30px
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes .cssCol2.cssCol31 {
		width:33%
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssAwardDetail.css2LayerPage .cssComFooterBoxes .cssCol2 {
		width:50%
	}
	.cssAwardDetail.css2LayerPage .cssComFooterBoxes .cssCol2 .cssBox {
		text-align:left;
		margin:0 7.5px 12px
	}
	.cssAwardDetail.css2LayerPage .cssComFooterBoxes .csscounting {
		font-size:70px
	}
	.cssAwardDetail.css2LayerPage .cssComFooterBoxes .cssCol2 .cssFBox .cssM {
		padding:20px
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg .cssCr {
		width:100%
	}
	.cssContactus .cssResult .cssMaps .cssBg {
		min-height:auto
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		width:auto;
		margin:0 30px
	}
	.clsPeopleCat1.cssComFilterMenu .cssFilterForm .cssRow3 {
		text-align:center
	}
	.cssContactus .cssCountries .cssTH {
		font-size:30px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 button {
		width:210px
	}
	.css2LayerPage.cssPeopleDetail .cssLayer1 .cssBg {
		background-position:85% 50%
	}
	.cssWhatWeDo1 .cssComFooterBoxes .cssBox {
		margin-left:15px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		clear:both
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 15px;
		left:-50px;
		position:relative;
		width:110%
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes,
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes,
	.cssWhatWeDo1 .cssComFooterBoxes {
		margin:0 15px;
		left:-30px;
		position:relative;
		width:104%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 15px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox,
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox,
	.cssAboutus.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox,
	.cssWhatWeDo1 .cssComFooterBoxes .cssBox {
		margin:0 15px
	}
	.cssPeopleDetail .cssComFooterBoxes .cssCol2 .cssFBox h5.main_headerS {
		font-size:55px
	}
	.cssGallery .cssGridView .cssGridItem .cssPics {
		height:250px
	}
}
@media all and (max-width: 767px) {
	.cssOlFrame.touch {
		-webkit-overflow-scrolling:touch;
		overflow-y:scroll
	}
	#act {
		text-align:right;
		width:50px;
		height:50px;
		display:block
	}
	.cssOlFrame.oprj #act {
		top:10px;
		right:20px
	}
	.cssOlFrame.touch #act {
		position:fixed;
		top:5%;
		right:7%
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 .cssT2.section_title,
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1.section_title {
		font-size:2.8rem;
		line-height:3rem
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn .fa.fa-angle-down {
		position:relative;
		top:-6px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn .fa.fa-angle-down {
		line-height:100%;
		top:50%;
		position:absolute;
		margin-top:-30px;
		left:0;
		width:100%
	}
	.cssStdBtn .cssHover {
		display:none
	}
	.cssEmbedVideo {
		top:20px;
		margin-top:20px;
		margin-bottom:20px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore .fa.fa-angle-right,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .fa.fa-angle-right {
		position:relative;
		top:-6px
	}
	.cssIpad {
		display:none
	}
	.cssPc {
		display:none
	}
	.cssPc.cssMobile,
	.cssIpad.cssMobile,
	.cssMobile {
		display:block
	}
	.cssSearchresults {
		overflow:hidden
	}
	.menutxt1 {
		font-size:2rem;
		line-height:100%
	}
	.menutxt2 {
		font-size:1.2rem;
		line-height:100%
	}
	.boldtxt {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.contenttxt {
		font-size:1.6rem;
		line-height:2.4rem
	}
	.super_headline {
		font-size:4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.super_headlinecond {
		font-size:4rem
	}
	.super_headlinecond strong {
		font-family:'AkkuratStd-Bold',
		sans-serif;
		font-weight:300
	}
	.main_header {
		font-size:3rem;
		line-height:3.5rem
	}
	.main_headerS {
		font-size:8rem;
		line-height:9rem
	}
	.item_title {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.item_subtitlenobold {
		font-size:1.6rem;
		line-height:2rem
	}
	.item_subtitle {
		font-size:1.6rem;
		line-height:2rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.section_title {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.content_title {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.content_titlenobold {
		font-size:2rem;
		line-height:2.5rem
	}
	.news_desc {
		font-size:1.6rem;
		line-height:1.8rem
	}
	.button {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.quota {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.link_title {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.link_desc {
		font-size:1.6rem;
		line-height:2rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssNav .cssTT {
		display:block;
		top:0;
		left:0;
		position:absolute
	}
	.cssHeaderPanel.cssMenuOpen .cssFrame .cssIcons li.cssSearch {
		display:none
	}
	.cssHeaderPanel.cssMenuOpen .cssFrame .cssIcons li.cssFolder {
		display:none
	}
	.cssHeaderPanel.cssMenuOpen .cssFrame .cssIcons li.cssLang {
		display:block
	}
	.cssBreadcrumb .cssShort {
		display:block
	}
	.cssBreadcrumb .cssFullb {
		display:none
	}
	.breadcrumb {
		padding-top:.5rem;
		padding-bottom:.5rem
	}
	.cssBacktop {
		position:fixed;
		bottom:0;
		right:10px
	}
	.cssMEmpty {
		display:none
	}
	.cssSearchForm {
		padding:25px 0 30px
	}
	.cssSearchField {
		padding:31px 0
	}
	.cssSearchField .form-submit {
		text-indent:-999px;
		position:relative;
		top:-4px;
		border:0;
		width:54px;
		height:54px
	}
	.cssSearchField .form-text {
		font-size:3rem;
		color:#7a7d81;
		padding:0 10px
	}
	.cssSearchField .content {
		margin:0 auto;
		max-width:100%;
		width:100%
	}
	.cssSearchField .content form {
		margin:0 40px
	}
	.clsPeopleCat1.cssGallery .cssCat.cssSSCat {
		display:block
	}
	.cssSearchResult {
		margin:0 0;
		max-width:1049px;
		position:relative
	}
	.cssSearchResult .cssBack a {
		display:block;
		background:url('../images/f1_02.png') top left no-repeat;
		width:32px;
		height:32px;
		position:absolute;
		top:0;
		left:0
	}
	.cssSearchResult .cssTabhead {
		with:16%
	}
	.cssSearchResult .cssTabhead ul {
		margin:0 40px;
		padding:0
	}
	.cssSearchResult .cssTabhead li {
		float:none;
		list-style-type:none;
		margin:0;
		padding:0;
		border-width:0;
		border-color:#ffffff;
		border-style:solid
	}
	.cssSearchResult .cssTabhead li.cur {
		border-color:#7a7d81
	}
	.cssSearchResult .cssTabhead a {
		text-decoration:none;
		color:#7a7d81;
		display:block;
		padding:10px 0
	}
	.cssSearchResult .cssTabhead span {
		font-size:2rem;
		line-height:2.5rem
	}
	.cssSearchResult .cssPanels {
		position:relative;
		width:700%
	}
	.cssSearchResult .cssPanel {
		position:relative;
		width:14%;
		float:left
	}
	.cssSearchResult .cssSum {
		margin:0 40px;
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81;
		padding:0 0 52px;
		display:none
	}
	.cssSearchResult .cssTabbody .cssSump {
		padding:10px 0 35px;
		margin:0 40px;
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81
	}
	.cssSearchResult .cssTabbody .cssTabrow {
		padding:0 0 35px;
		margin:0 40px
	}
	.cssSearchResult .cssTabbody .cssThmb {
		float:left;
		width:50%
	}
	.cssSearchResult .cssTabbody .cssThmb img {
		width:100%
	}
	.cssSearchResult .cssTabbody .cssMsg {
		float:right;
		width:47%
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 {
		padding:7px 0 20px
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 .content_title span {
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT1 a {
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT2 {
		padding:0 0 0;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssSearchResult .cssTabbody .cssMsg .cssT2 a {
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssComTopBoxes .cssCta .cssHover i.fa:hover,
	.cssComTopBoxes .cssCta i.fa {
		position:relative;
		top:-2px
	}
	.cssHeaderPanel {
		background:#38393b;
		position:fixed;
		top:0;
		lefT:0;
		width:100%;
		z-index:100
	}
	.cssHeaderPanel .cssFrame {
		margin:0 20px;
		padding:12px 0;
		position:relative
	}
	.cssHeaderPanel .cssFrame .cssLogo {
		text-align:center
	}
	.cssHeaderPanel .cssFrame .cssMenu {
		position:absolute;
		z-index:110;
		top:12px;
		left:0
	}
	.cssHeaderPanel .cssFrame .cssMenu a {
		width:19px;
		height:19px;
		text-indent:-9999px;
		overflow:hidden;
		display:block
	}
	.cssHeaderPanel .cssFrame .cssIcons {
		position:absolute;
		z-index:110;
		top:12px;
		right:0
	}
	.cssHeaderPanel .cssFrame .cssIcons ul {
		margin:0;
		padding:0
	}
	.cssHeaderPanel .cssFrame .cssIcons li {
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		display:block;
		height:19px
	}
	.cssHeaderPanel .cssFrame .cssIcons li a {
		text-decoration:none;
		color:#ffffff;
		line-height:100%
	}
	.cssHeaderPanel .cssFrame .cssIcons li.cssFolder {
		margin:0 25px 0 18px;
		background:url('../images/folder.png') center center no-repeat;
		width:29px
	}
	.cssHeaderPanel .cssFrame .cssIcons li.cssLang {
		margin:0 0 0 18px;
		display:none
	}
	.cssHeaderPanel .cssFrame .cssNav.opened {
		display:block
	}
	.cssHeaderPanel .cssFrame .cssNav {
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:#38393b;
		z-index:100;
		height:100%
	}
	.cssHeaderPanel .cssFrame .cssNav .cssTT {
		position:absolute;
		top:10px;
		left:0;
		padding:15px 0 15px 45px;
		background:url('../images/f1_02.png') center left no-repeat;
		line-height:100%;
		display:block;
		transform:scale(.8,
		-0.8);
		-webkit-transform:scale(.8,
		.8);
		-moz-transform:scale(.8,
		.8);
		-ms-transform:scale(.8,
		.8)
	}
	.cssHeaderPanel .cssFrame .cssNav h2 {
		display:none
	}
	.cssHeaderPanel .cssFrame .cssNav a:hover span span {
		position:absolute;
		bottom:0;
		height:1px;
		background:#ffffff;
		animation-name:hoverlink;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:hoverlink;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:hoverlink;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:hoverlink;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav a span {
		position:relative
	}
	.cssHeaderPanel .cssFrame .cssNav .cssSPane {
		padding:0;
		margin:47px 0 0;
		overflow-x:hidden;
		overflow-y:hidden
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain ul {
		margin:0 0 0 0;
		padding:0 0 0;
		background:#38393b
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li {
		list-style-type:none;
		margin:0;
		padding:0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.collapsed {
		list-style-image:none
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li .cssLinkitem {
		margin:0 30px
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.menulevel_3 .cssLinkitem,
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.menulevel_2 .cssLinkitem {
		margin:0 30px 0 45px
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li a {
		display:block;
		padding:0 0;
		position:relative;
		z-index:5;
		font-size:2rem;
		line-height:100%
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.cssSub>a {
		background:url('../images/right_ar.png') center right no-repeat
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li.hoverend .cssMenuBody {
		width:100%;
		opacity:1;
		display:none;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li .cssMenuBody ul {
		display:none;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover .cssMenuBody {
		display:block;
		width:100%;
		opacity:1;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover .cssMenuBody ul {
		display:block;
		opacity:1;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:.3s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:.3s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:.3s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:.3s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover ul .cssMenuBody {
		display:none
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li .cssMenuBody ul {
		display:none;
		animation-name:menuOutsub;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:menuOutsub;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:menuOutsub;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:menuOutsub;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li.hover .cssMenuBody {
		overflow:hidden;
		display:block;
		width:100%;
		opacity:1;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li.hoverend .cssMenuBody {
		display:none;
		width:100%;
		opacity:1;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover li.hover .cssMenuBody ul {
		z-index:1;
		display:block;
		opacity:1;
		animation-name:none;
		animation-duration:.3s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:none;
		-webkit-animation-duration:.3s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:none;
		-moz-animation-duration:.3s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:none;
		-ms-animation-duration:.3s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover>a {
		color:#4d4e50
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain li.hover>a span span {
		animation-name:hoverlink;
		animation-duration:.1s;
		animation-iteration-count:1;
		animation-delay:0s;
		animation-fill-mode:forwards;
		animation-play-state:running;
		animation-timing-function:ease;
		animation-direction:normal;
		-webkit-animation-name:hoverlink;
		-webkit-animation-duration:.1s;
		-webkit-animation-iteration-count:1;
		-webkit-animation-delay:0s;
		-webkit-animation-fill-mode:forwards;
		-webkit-animation-play-state:running;
		-webkit-animation-timing-function:ease;
		-webkit-animation-direction:normal;
		-moz-animation-name:hoverlink;
		-moz-animation-duration:.1s;
		-moz-animation-iteration-count:1;
		-moz-animation-delay:0s;
		-moz-animation-fill-mode:forwards;
		-moz-animation-play-state:running;
		-moz-animation-timing-function:ease;
		-moz-animation-direction:normal;
		-ms-animation-name:hoverlink;
		-ms-animation-duration:.1s;
		-ms-animation-iteration-count:1;
		-ms-animation-delay:0s;
		-ms-animation-fill-mode:forwards;
		-ms-animation-play-state:running;
		-ms-animation-timing-function:ease;
		-ms-animation-direction:normal
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot {
		margin:0;
		padding:26px 30px 0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot .cssTitle {
		padding:0 0 14px
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot ul {
		margin:0;
		padding:0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssFoot li {
		margin:0 0 20px 0;
		width:15%;
		spadding:0;
		float:left;
		list-style-type:none
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain2 ul {
		margin:0;
		padding:26px 30px
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain2 li {
		list-style-type:none;
		margin:0;
		padding:0
	}
	.cssHeaderPanel .cssFrame .cssNav .cssMain2 li a {
		display:block;
		padding:5px 0;
		font-size:1.2rem;
		line-height:100%
	}
	.cssHeaderPanel .cssFrame .cssNav .cssCopy {
		margin:0;
		padding:0 30px
	}
	.cssHeaderPanel .cssFrame .cssLowerPart {
		position:static;
		padding:30px 0 30px;
		left:0;
		bottom:30px;
		width:100%
	}
	.cssHomePage {
		poistion:relative;
		overflow-x:hidden;
		overflow-y:auto;
		width:100%;
		height:100%;
		min-height:auto
	}
	.cssHomePage .region-content .content {
		width:100%;
		height:100%
	}
	.cssHomePage .cssBg {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%
	}
	.cssHomePage .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssHomePage .cssFrame {
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;
		position:static;
		padding-top:82px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		min-height:auto;
		max-width:100%;
		width:100%;
		top:0
	}
	.cssHomePage .cssFrame .cssLhsContent>div {
		margin:0 40px
	}
	.cssHomePage .cssFrame .cssLhsContent {
		width:100%;
		margin:0 0;
		float:none;
		max-width:100%
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 50px;
		width:61%
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLogo img {
		width:60%
	}
	.cssHomePage .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff
	}
	.cssHomePage .cssFrame .cssLhsContent .cssTitle p {
		margin:0;
		padding:0
	}
	.cssHomePage .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:20px 0 30px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssMsg p {
		margin:0;
		padding:0
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssHomePage .cssFrame .cssLhsContent .cssLink a {
		text-decoration:none;
		color:#ffffff;
		display:block
	}
	.cssHomePage .cssFrame .cssRhsContent>div {
		margin:0 15px
	}
	.cssHomePage .cssFrame .cssRhsContent {
		padding:72px 0 60px;
		float:none;
		width:auto;
		color:#ffffff;
		max-width:100%
	}
	.cssHomePage .cssFrame .cssRhsContent a {
		text-decoration:none;
		color:#ffffff
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock {
		cursor:pointer;
		padding:0 0 0;
		position:relative
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder {
		background:url('../images/plus.png') top left no-repeat;
		position:absolute;
		height:14px;
		width:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssTop {
		top:-7px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssBorder.cssBottom {
		bottom:-7px;
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs {
		margin:0 0 0 23px;
		border-width:1px 0 0;
		border-style:solid;
		border-color:#ffffff;
		padding:0 0 5px;
		z-index:1;
		position:relative
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssHeadline {
		padding:14px 0 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssFs .cssTitle {
		padding:15px 8px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics {
		height:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock .cssPics img {
		height:100%
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssTitle {
		padding:15px 8px 10px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssAwards .cssFs .cssMsg {
		padding:0 8px 15px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssTitle {
		padding:15px 8px 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock.cssProjects .cssFs .cssMsg {
		padding:0 8px 15px
	}
	.cssHomePage .cssFrame .cssRhsContent .cssLast .cssBorder.cssBottom {
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssLast .cssFs {
		border-width:1px 0
	}
	.cssHomePage .cssFrame .cssRhsContent .cssPics {
		display:none
	}
	.cssHomePage .cssFrame .cssRhsContent .cssBlock:hover .cssPics {
		display:none
	}
	.cssWhatWeDo {
		poistion:relative;
		overflow:hidden;
		width:100%;
		height:100%
	}
	.cssWhatWeDo .cssBChrumb {
		padding-bottom:35px;
		margin:0 40px
	}
	.cssWhatWeDo .cssBChrumb div {
		margin:0
	}
	.cssWhatWeDo .cssComFreatureProject .cssFoot {
		margin-bottom:65px
	}
	.cssWhatWeDo .cssBg {
		position:absolute;
		width:100%;
		height:100%
	}
	.cssWhatWeDo .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssWhatWeDo .cssFrame {
		width:100%;
		position:static;
		top:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		min-height:auto;
		padding:87px 0 0 0;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto
	}
	.cssWhatWeDo .cssFrame .cssLhsContent {
		width:auto;
		margin:0 40px;
		float:none
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 50px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:20px 0 40px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssLinks {
		display:none
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown {
		position:relative;
		background:none;
		display:block;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div {
		padding:6px 38px 6px 14px
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:37px;
		width:37px;
		text-align:center;
		height:37px;
		position:absolute;
		top:0;
		right:0
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown select {
		z-index:5
	}
	.cssWhatWeDo .cssFrame .cssComFreatureProject {
		position:static
	}
	.cssWhatWeDo1 .cssBacktop {
		right:15px
	}
	.cssWhatWeDo1 .cssHero {
		width:100%;
		height:100%;
		overflow:hidden;
		position:relative
	}
	.cssWhatWeDo1 .cssHero .cssMoreBtn {
		bottom:1%;
		display:none
	}
	.cssWhatWeDo1 .cssHero .cssPageCtl {
		padding-bottom:0
	}
	.cssWhatWeDo1 .cssHero .cssPageCtl .cssWrapper {
		margin:0;
		padding:0 40px
	}
	.cssWhatWeDo1 .cssHero .cssBChrumb {
		padding-bottom:20px;
		margin:0 0
	}
	.cssWhatWeDo1 .cssHero .cssBChrumb div {
		margin:0
	}
	.cssWhatWeDo1 .cssHero .cssHero .cssPageCtl .cssBChrumb {
		float:none
	}
	.cssWhatWeDo1 .cssHero .cssBg {
		position:relative;
		width:100%;
		height:100%
	}
	.cssWhatWeDo1 .cssHero .cssBg .cssSlide {
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssWhatWeDo1 .cssHero .cssFrame {
		width:100%;
		position:absolute;
		top:87px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		min-height:auto
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent {
		width:auto;
		margin:0 40px;
		float:none;
		clear:both
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLogo {
		padding:0 0 50px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssTitle {
		color:#ffffff
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssMsg {
		color:#ffffff;
		padding:20px 0 40px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown {
		position:relative;
		background:none;
		display:block;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div {
		padding:6px 38px 6px 14px
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssLinks {
		display:none
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:37px;
		width:37px;
		text-align:center;
		height:37px;
		position:absolute;
		top:0;
		right:0
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown select {
		z-index:5
	}
	.cssWhatWeDo1 .cssHero .cssFrame .cssComFreatureProject {
		position:static
	}
	.cssWhatWeDo1 .cssBodyCopy.cssPageEnd {
		padding-bottom:30px
	}
	.cssWhatWeDo1 .cssBodyCopy {
		width:100%;
		max-width:100%;
		margin:0 auto
	}
	.cssWhatWeDo1 .cssBodyCopy .cssWrapper {
		padding:0 15px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow {
		clear:both;
		padding:0 0 20px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont {
		margin:0 0 0;
		padding:20px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCont .cssFirst {
		margin:0 0 0;
		padding:20px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssBox {
		margin:0 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		background:url('../images/openq.jpg') top left no-repeat;
		padding:43px 0 0 32px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ1 {
		background:url('../images/closeq.jpg') right bottom no-repeat;
		padding:0 32px 43px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol1 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 {
		float:none;
		width:100%;
		clear:right
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		background:url('../images/openq.jpg') top left no-repeat;
		padding:43px 0 0 47px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ1 {
		background:url('../images/closeq.jpg') right bottom no-repeat;
		padding:0 47px 43px 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox {
		background:#7a7d81;
		color:#ffffff;
		position:relative
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore {
		position:absolute;
		bottom:0;
		right:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssMore img {
		display:block
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox .cssM {
		padding:30px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h4 {
		margin:0;
		padding:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox h5 {
		margin:0;
		padding:0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p {
		margin:0;
		padding:0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox p span {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssCol2 .cssFBox.cssContacts h4 {
		padding:0 0 65px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssImg img {
		width:100%
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssImg.cssLong img {
		width:auto;
		display:inline;
		height:200px;
		max-height:100%
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTitle {
		color:#7a7d81;
		font-size:3rem;
		line-height:3.5rem;
		padding:50px 0 35px
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt {
		color:#7a7d81;
		font-size:1.6rem;
		line-height:2.4rem;
		padding:25px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt h3 {
		margin:0;
		padding:0;
		font-family:"AkkuratStd",
		sans-serif;
		font-size:4rem;
		line-height:4.5rem;
		font-weight:300
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssTxt p {
		margin:0;
		padding:25px 0 0
	}
	.cssWhatWeDo1 .cssBodyCopy .cssRow .cssQuota {
		color:#7a7d81
	}
	.cssSavedItem .cssBreadcrumb {
		padding-top:49px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssSavedItem .cssBreadcrumb .cssRow {
		padding:12px 0 8px
	}
	.cssSavedItem .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssSavedItem .cssBreadcrumb .cssL {
		float:left;
		margin-left:40px
	}
	.cssSavedItem .cssBreadcrumb .cssR {
		float:right;
		margin-right:40px
	}
	.cssSavedItem .cssBodyCopy {
		color:#7a7d81;
		background:#ffffff;
		width:100%;
		text-align:center
	}
	.cssSavedItem .cssBodyCopy .cssWrapperOut {
		margin:0 auto;
		text-align:left;
		max-width:1200px;
		width:100%
	}
	.cssSavedItem .cssBodyCopy .cssWrapper {
		margin:0 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader {
		padding:15px 15px 15px 40px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssName {
		padding:10px 0;
		float:left
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns {
		display:none
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare {
		padding:10px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField {
		float:right;
		width:65%;
		margin-top:3px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssField input {
		width:100%;
		padding:8px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare .cssBtna {
		float:right;
		width:30%
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button {
		background:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		width:100%
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button span {
		display:block;
		padding:8px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssShare button.cssStyle1 span {
		color:#ffffff
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 {
		display:block;
		float:right;
		min-width:110px;
		text-align:right
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button {
		background:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		padding:0 0;
		width:100%
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button span {
		display:block;
		padding:8px 0
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button.cssStyle1 span {
		color:#ffffff
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button.cssStyle2 {
		background:url('../images/share.jpg') center center no-repeat #7a7d81;
		witdth:32px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button.cssStyle2 span {
		color:#ffffff;
		text-indent:-1000px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button.cssStyle1 {
		max-width:60px
	}
	.cssSavedItem .cssBodyCopy .cssHeader .cssBtns1 button.cssStyle2 {
		max-width:40px
	}
	.cssSavedItem .cssBodyCopy .cssClips {
		padding:0 0 20px 0
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip {
		float:left;
		width:100%;
		margin:0 0 10px 0
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg {
		position:relative
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg .cssBg img {
		width:100%;
		display:block
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssImg .cssCtl {
		position:absolute;
		top:7px;
		left:7px
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssTxt .cssT1 {
		padding:15px 40px 0
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip .cssTxt .cssT2 {
		padding:0 40px 15px
	}
	.cssSavedItem .cssBodyCopy .cssClips .cssClip.cssC4 {
		margin:0 0 0
	}
	.cssProjectPage .cssLayer1.cssPort .cssBg .cssCr {
		width:100%;
		text-align:right
	}
	.cssProjectPage {
		position:relative
	}
	.cssProjectPage .cssLayer1 {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssProjectPage .cssLayer1 .cssCurrent {
		width:100%
	}
	.cssProjectPage .cssLayer1 .cssBg {
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.cssProjectPage .cssLayer1 .cssBg img {
		width:100%;
		height:auto
	}
	.cssProjectPage .cssLayer2 {
		position:relative;
		z-index:1;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage {
		overflow:hidden
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText:nth-child(2n+1) {
		clear:both
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText {
		width:50%;
		float:left;
		overflow:hidden
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF div {
		position:relative;
		overflow:hidden
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF div img {
		display:block
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF {
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF .cssBtn {
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-70px;
		margin-top:-15px;
		display:none
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF .cssBtn button {
		background:#7a7d81;
		border-width:0;
		width:140px;
		height:30px
	}
	.cssProjectPage .cssLayer2 .cssImgTextSlider .cssImgText .cssFF .cssBtn button span {
		color:#ffffff;
		font-size:14px
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb {
		position:absolute;
		top:45px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:12px 0 8px
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssL {
		display:none;
		float:left;
		margin-left:45px
	}
	.cssProjectPage .cssLayer2 .cssBreadcrumb .cssR {
		float:left;
		margin-left:30px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage {
		width:100%;
		height:100%;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		position:absolute;
		top:0;
		left:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		width:100%;
		height:100%;
		min-width:100%;
		min-height:auto
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		color:#ffffff;
		position:absolute;
		top:0;
		left:0;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 {
		padding:20px 0 20px;
		margin:0 40px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT2 {
		margin:0 40px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		position:fixed;
		bottom:30px;
		left:50%;
		overflow:hidden;
		z-index:7;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		margin:0 0 0 -32px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy {
		color:#7a7d81;
		background:#ffffff;
		width:100%;
		text-align:center
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapperOut {
		margin:0 auto;
		text-align:left;
		max-width:1200px;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssWrapper {
		margin:0 15px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo {
		margin:0 0;
		padding:0 0 2rem
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		padding:0 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
		float:left;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssLabel {
		padding:2.5rem 0 .5rem;
		margin:0 0;
		font-size:1.6rem
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssInfo .cssField {
		margin:0 0;
		font-size:1.6rem
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc1 {
		margin:0 0;
		padding:0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssDesc2 {
		margin:0 0;
		padding:0 0 30px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock1 {
		padding:0 0 40px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock2 {
		padding:0 0 40px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssVideoFrame {
		margin:0 0 85px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssVideoFrame .cssVt {
		height:240px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock {
		margin:0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssAlert {
		width:100%;
		text-align:center;
		padding:0 0 10px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow {
		display:block;
		width:100%;
		margin:0 auto
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg {
		clear:both;
		width:100%;
		position:relative;
		margin:0 0 10px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics {
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics img {
		display:block
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssPics a {
		position:absolute;
		top:15px;
		left:15px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssTall a img {
		width:auto
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssTall img {
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssLong img {
		height:300px;
		max-height:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssImg .cssLong a img {
		height:auto
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt {
		clear:both;
		width:100%;
		position:relative;
		margin:0 0 55px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ1 {
		display:none
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt .cssQ2 {
		display:none
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt div.cssM {
		padding:30px 0 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ1 {
		display:block;
		position:absolute;
		top:7px;
		left:7px;
		width:32px;
		height:28px;
		background:url('../images/q1.jpg') no-repeat
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ .cssQ2 {
		display:block;
		position:absolute;
		bottom:7px;
		right:7px;
		width:32px;
		height:28px;
		background:url('../images/q2.jpg') no-repeat
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow .cssTxt.cssIsQ div.cssM {
		padding:20px;
		position:static;
		top:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		width:80%;
		margin:0 6%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgBlock .cssRow1 .cssImg .cssPics {
		float:none
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward {
		margin:0 0;
		padding:0 0 40px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssHeadline {
		padding:0 0 40px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol1 {
		float:left;
		width:100%;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		font-size:4rem;
		line-height:4.5rem
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 {
		float:left;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT1 {
		padding:8px 0 0;
		line-height:150%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT2 {
		line-height:150%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCol2 .cssT2 p {
		padding:0;
		margin:0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssAward .cssAwards .cssCell {
		padding:0 0 30px 0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs {
		margin:0 0;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs a {
		position:absolute;
		top:15px;
		left:15px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssImgs img {
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssSocial div {
		position:absolute;
		left:50%;
		transform:translate(-50%,
		0);
		-webkit-transform:translate(-50%,
		0);
		-moz-transform:translate(-50%,
		0);
		-ms-transform:translate(-50%,
		0)
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssSocial ul {
		margin:0;
		padding:0
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssSocial li {
		margin:0 7px;
		padding:0 0 10px
	}
	.cssProjectPage .cssLayer2 .cssBodyCopy .cssSocial li a {
		display:block;
		height:24px
	}
	.cssProjectPage .cssLayer2 .cssHeroImage .cssFrame1 .cssInfo {
		display:none
	}
	.cssProjectPage .cssLayer2 .cssBacktop {
		position:fixed;
		bottom:0;
		right:10px
	}
	.cssProjectPage .cssLayer2 .cssNextProject {
		color:#ffffff;
		position:relative
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssBreadcrumb {
		opacity:0;
		display:0
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 {
		position:absolute;
		top:50%;
		width:100%;
		text-align:center;
		transform:translate(0,
		50%);
		-webkit-transform:translate(0,
		-50%);
		-moz-transform:translate(0,
		-50%);
		-ms-transform:translate(0,
		-50%)
	}
	.cssProjectPage .cssLayer2 .cssNextProject .cssFrame .cssFrame1 .cssT2 {
		padding:30px 0 15px
	}
	.cssGallery .cssGridView .cssWrapper {
		padding:0 0 22px 0;
		display:block
	}
	.cssGallery .cssGridView .cssGridItem4 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssGridView .cssGridItem {
		width:100%
	}
	.cssGallery .cssGridView .cssGridItem .cssFs {
		right:0
	}
	.cssGallery .cssGridView .cssGridItem .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssGridView .cssGridItem .cssPics img {
		width:100%;
		display:block
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt {
		background:#7a7d81;
		color:#ffffff;
		position:relative
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt a {
		text-decoration:none;
		background:#7a7d81;
		color:#ffffff
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssFF {
		padding:14px 45px
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssFeature {
		background:url('../images/star.png') no-repeat;
		width:16px;
		height:16px;
		position:absolute;
		bottom:14px;
		right:10px
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssName {
		font-size:2rem;
		line-height:2.4rem
	}
	.cssGallery .cssGridView .cssGridItem .cssTxt .cssLocation {
		padding:10px 0 0
	}
	.cssGallery .cssListView .cssWrapper {
		padding:0 20px 22px;
		display:block
	}
	.cssGallery .cssListView .cssGridItem1 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem2 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem2 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem4 .cssBox {
		padding:0 0 10px 0
	}
	.cssGallery .cssListView .cssGridItem {
		width:100%
	}
	.cssGallery .cssListView .cssGridItem .cssFeature {
		float:left;
		width:5.5%
	}
	.cssGallery .cssListView .cssGridItem .cssFeature div {
		background:url('../images/star2.png') no-repeat;
		width:16px;
		height:16px
	}
	.cssGallery .cssListView .cssGridItem .cssBox {
		padding:0 0 20px 0;
		display:block
	}
	.cssGallery .cssListView .cssGridItem .cssPics {
		width:24.2%;
		float:left
	}
	.cssGallery .cssListView .cssGridItem .cssPics img {
		width:100%;
		display:block
	}
	.cssGallery .cssListView .cssGridItem .cssTxt {
		float:left;
		width:69%;
		color:#7a7d81;
		position:relative
	}
	.cssGallery .cssListView .cssGridItem .cssTxt a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssGallery .cssListView .cssGridItem .cssTxt .cssFF {
		padding:0 25px;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		position:static;
		top:0
	}
	.cssGallery .cssListView .cssGridItem .cssTxt .cssLocation {
		padding:10px 0 0
	}
	.cssGallery .cssListView .cssGridItem .cssTxt .cssName {
		font-size:2rem;
		line-height:2.4rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn {
		bottom:10px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 {
		color:#ffffff;
		padding:40px 0 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle {
		width:auto
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 {
		font-size:3rem;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		line-height:3.5rem;
		padding:0 0 3rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT1 strong {
		font-weight:bold
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssTitle .cssT2 {
		padding:50px 0 0;
		font-size:2rem;
		line-height:2.5rem;
		line-height:150%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssFrame .cssFrame1 .cssNavs {
		display:none
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssWrapperOut {
		max-width:1200px;
		width:100%;
		margin:0 auto
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssWrapper {
		padding:50px 15px 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
		padding:0 0 15px;
		text-align:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol1 {
		float:none;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCol2 {
		float:none;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 p {
		margin:0;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssT1 {
		margin:0 0;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .highlight {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssMM {
		margin:0 0;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink {
		margin:0 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssIcons {
		position:relative;
		margin:5px 17px 5px 0;
		width:33px;
		height:33px;
		overflow:hidden;
		display:block;
		float:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor {
		display:block;
		width:33px;
		height:33px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover {
		display:block;
		width:33px;
		height:33px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink .cssTxt {
		float:left;
		margin:12px 0;
		font-family:"AkkuratStd"
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 .cssCtalink a {
		text-decoration:none;
		color:#7a7d81;
		display:block;
		font-size:2rem;
		line-height:2.5rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 {
		text-align:left
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
		margin:0 0;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 30px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssMM {
		margin:0 0;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount {
		padding:0 0 70px;
		display:block
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol {
		margin:0 auto 18px;
		border-width:1px;
		width:200px;
		height:200px;
		position:relative;
		border-radius:100px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssFs {
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,
		50%);
		-webkit-transform:translate(-50%,
		-50%);
		-moz-transform:translate(-50%,
		-50%);
		-ms-transform:translate(-50%,
		-50%)
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssNum {
		font-size:4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssImg {
		height:75px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol .cssTxt {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol1 .cssImg {
		background:url('../images/dk_04.jpg') top center no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol2 .cssImg {
		background:url('../images/dk_06.jpg') top center no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount .cssCol3 .cssImg {
		background:url('../images/dk_08.jpg') top center no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone {
		padding:0 0 55px;
		position:relative
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone p {
		margin:0;
		padding:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssPulldown {
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%;
		padding:15px 0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssPulldown .cssB {
		position:relative;
		text-align:left;
		background:url('../images/down.png') center right no-repeat;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 0;
		padding:6px 38px 6px 14px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl {
		display:none
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlL {
		position:absolute;
		top:35px;
		left:30%;
		width:16px;
		height:26px;
		background:url('../images/dk_14.jpg') top left no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssCtl .cssCtlR {
		position:absolute;
		top:35px;
		right:30%;
		width:16px;
		height:26px;
		background:url('../images/dk_17.jpg') top left no-repeat
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssYr {
		display:none;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssImg {
		padding:0 0 40px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssImg img {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox {
		text-align:left;
		margin:0 auto;
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT1 {
		font-size:20px;
		padding:0 0 15px;
		margin:0 20px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 {
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMilestone .cssTBox .cssT2 p {
		margin:0;
		padding:0;
		margin:0 20px
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm1 .cssCol2 {
		margin-top:0
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm1 .cssCol2 .cssImgs img {
		width:100%
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssT1 {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRowNUm2 .cssCol2 {
		display:none
	}
	.cssSearchresults {
		width:100%;
		overflow-x:hidden
	}
	.cssJobPage .cssWrapper {
		margin:0 40px;
		max-width:auto
	}
	.cssJobPage .cssWrapper1 {
		padding:55px 0 30px;
		color:#7a7d81
	}
	.cssJobPage .cssLhs {
		float:none;
		width:auto;
		padding:0 0 65px
	}
	.cssJobPage .cssLhs .cssName {
		font-size:3rem;
		line-height:3.5rem
	}
	.cssJobPage .cssLhs .cssInfo {
		padding:20px 0 35px;
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssJobPage .cssLhs .cssRefernce {
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssJobPage .cssLhs .cssBtn {
		margin:65px 0 0;
		padding:30px 0 0
	}
	.cssJobPage .cssLhs .cssBtn .cssIcons {
		position:relative;
		margin:5px 17px 5px 0;
		width:33px;
		height:33px;
		overflow:hidden;
		display:block;
		float:left
	}
	.cssJobPage .cssLhs .cssBtn .cssNor {
		display:block;
		background:url('../images/sec_23.png') top left no-repeat;
		width:33px;
		height:33px
	}
	.cssJobPage .cssLhs .cssBtn .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssJobPage .cssLhs .cssBtn .cssHover {
		display:block;
		background:url('../images/sec_23.png') top left no-repeat;
		width:33px;
		height:33px
	}
	.cssJobPage .cssLhs .cssBtn .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssJobPage .cssLhs .cssBtn .cssTxt {
		float:left;
		margin:12px 0;
		font-size:20px
	}
	.cssJobPage .cssLhs .cssBtn a {
		text-decoration:none;
		color:#7a7d81;
		display:block
	}
	.cssJobPage .cssRhs {
		float:none;
		width:auto;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssJobPage .cssRhs .cssMsg p {
		margin:0;
		padding:0 0 25px
	}
	.cssJobPage .cssRhs h5 {
		margin:0 0 0;
		padding:0 0 30px;
		font-size:1.6rem;
		line-height:2.4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssJobPage .cssRhs ul {
		margin:0 0 0 20px;
		padding:0
	}
	.cssJobPage .cssRhs ul li {
		padding:0 0 10px;
		margin:0
	}
	.cssJobPage .cssRhs .cssBtn {
		margin:0 0 0;
		padding:30px 0 0
	}
	.cssJobPage .cssRhs .cssBtn .cssIcons {
		position:relative;
		margin:5px 17px 5px 0;
		width:33px;
		height:33px;
		overflow:hidden;
		display:block;
		float:left
	}
	.cssJobPage .cssRhs .cssBtn .cssNor {
		display:block;
		background:url('../images/sec_23.png') top left no-repeat;
		width:33px;
		height:33px
	}
	.cssJobPage .cssRhs .cssBtn .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssJobPage .cssRhs .cssBtn .cssHover {
		display:block;
		background:url('../images/sec_23.png') top left no-repeat;
		width:33px;
		height:33px
	}
	.cssJobPage .cssRhs .cssBtn .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssJobPage .cssRhs .cssBtn .cssTxt {
		float:left;
		margin:12px 0;
		font-size:20px
	}
	.cssJobPage .cssRhs .cssBtn a {
		text-decoration:none;
		color:#7a7d81;
		display:block
	}
	.cssJobPage .cssRhs .cssP2 input,
	.cssJobPage .cssRhs .cssP2 textarea {
		color:#7b7f83;
		font-size:1.6rem;
		line-height:2.4rem;
		border-width:1px;
		border-color:#7b7f83;
		border-style:solid;
		width:100%;
		padding:10px 15px
	}
	.cssJobPage .cssRhs .cssP2 textarea {
		resize:auto;
		height:100px;
		width:90%
	}
	.cssJobPage .cssRhs .cssP2 input {
		width:90%
	}
	.cssJobPage .cssRhs .cssP2 .cssHT {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 30px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow1 .cssRow {
		padding:0 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow1 .cssCol {
		float:left;
		width:100%;
		padding:0 0 10px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 {
		padding:25px 0 15px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow {
		padding:0 0 10px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
		width:50%;
		float:left;
		position:relative
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol {
		padding:0 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol input {
		opacity:0;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol button {
		background:#7b7f83;
		font-size:2rem;
		line-height:2.5rem;
		width:20.5rem;
		height:6.6rem;
		border-width:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol span {
		color:#ffffff;
		padding:0;
		margin:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol.cssInfo {
		color:#7b7f83;
		margin-top:5px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssCol button {
		width:90%;
		max-width:20.5rem
	}
	.cssJobPage .cssRhs .cssP2 .cssRow2 .cssRow cssRowremark {
		color:#7b7f83
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 {
		padding:25px 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 .cssRow {
		width:100%;
		padding:0 0 10px 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 img {
		border-width:1px;
		border-color:#7b7f83;
		border-style:solid;
		width:98%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow4 input {
		width:89%
	}
	.cssJobPage .cssRhs .cssP2 .cssRow5 {
		padding:22px 0 32px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow5 a {
		color:#7b7f83;
		text-decoration:none;
		background:url('../images/checkbox.jpg') center left no-repeat;
		display:block;
		padding:11px 0 11px 47px
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 {
		padding:0 0 0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 button {
		background:#7b7f83;
		font-size:2rem;
		line-height:2.5rem;
		width:190px;
		height:33px;
		border-width:0
	}
	.cssJobPage .cssRhs .cssP2 .cssRow6 span {
		color:#ffffff;
		padding:0;
		margin:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		top:0;
		left:0;
		padding:0 0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		padding:40px 0 0;
		margin:0 40px;
		color:#ffffff;
		width:auto
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 {
		font-size:4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		line-height:100%;
		padding:0 0 35px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 p {
		margin:0;
		padding:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 {
		font-size:3rem;
		line-height:3.5rem
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 strong {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 p {
		margin:0;
		padding:0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssHeroImage .cssMoreBtn {
		bottom:10px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		width:auto;
		margin:0 15px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		text-align:left
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList {
		padding:40px 0;
		margin:0 25px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssPulldown {
		display:none
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssHead {
		padding:0 0 60px;
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol {
		float:none;
		color:#7a7d81
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol1 {
		width:auto;
		line-height:2.5rem;
		font-size:2rem
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol1 a {
		font-size:2rem
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 {
		width:auto;
		font-size:2rem;
		line-height:2.5rem;
		padding:10px 0 0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol2 a {
		text-decoration:none;
		color:#b1b4b9
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol3 {
		width:auto;
		font-size:2rem;
		line-height:2.5rem;
		padding:10px 0 0
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol3 a {
		text-decoration:none;
		color:#b1b4b9
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssCol3 br {
		display:none
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs {
		padding:0 0 20px
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs .cssCol1,
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs .cssCol3 {
		display:none
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs.cssDatarow .cssCol1,
	.cssJoinus.css2LayerPage .cssLayer2 .cssJobList .cssBs.cssDatarow .cssCol3 {
		display:block
	}
	.cssJoinus.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		width:100%;
		margin:0 0;
		display:block
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		padding:0 0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		padding:40px 0 0;
		color:#ffffff;
		width:auto;
		margin:0 45px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssNum {
		font-size:16rem;
		font-family:'AkkuratStd-Light',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		line-height:14rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 {
		font-size:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		line-height:100%;
		padding:0 0 6.5rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT1 p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 {
		font-size:3rem;
		line-height:3.5rem;
		padding:0 0 6.5rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 strong {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAward.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssT2 p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo {
		width:100%;
		margin:0 auto
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow {
		text-align:left
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow2 {
		padding:55px 15px 40px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 {
		padding:0 15px 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol1 {
		float:none;
		width:100%;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCol2 {
		float:none;
		width:100%;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssT1 {
		color:#7a7d81;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssRow1 .cssT1 {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM {
		color:#7a7d81;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssMM p {
		margin:0;
		padding:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest {
		padding:0 0 50px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem {
		float:none;
		width:auto;
		margin:0 15px;
		padding:0 0 15px;
		border-width:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssItemf {
		border-width:1px;
		border-color:#929292;
		border-style:solid
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg {
		text-align:center;
		padding:0 0 0;
		height:auto
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssImg img {
		width:100%;
		max-width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssDate {
		margin:0 15px;
		line-height:2.4rem;
		font-size:1.6rem;
		line-height:1.8rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem a {
		text-decoration:none;
		color:#5c5c5c
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardLatest .cssItem .cssTitle {
		margin:0 15px;
		font-size:1.6rem;
		line-height:2.4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:10px 0 10px;
		font-size:2.4rem;
		line-height:3rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList {
		margin:0 15px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown {
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%;
		padding:15px 0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown .cssB {
		position:relative;
		text-align:left;
		background:url('../images/down.png') center right no-repeat;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 0;
		padding:6px 38px 6px 14px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown div.cssArrow {
		font-size:37px;
		width:37px;
		text-align:center;
		height:37px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead {
		padding:0 0 35px;
		display:none
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssHead .cssHH {
		font-size:2rem;
		line-height:2.5rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol {
		float:left;
		color:#7a7d81
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol1a {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 25px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol3a {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2as {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-1 {
		width:30%;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssCol2a-2 {
		width:70%;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBs {
		padding:0 0 25px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssBss {
		padding:0 0 28px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 auto;
		width:auto;
		margin:0 15px;
		padding:0 0 30px
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
		width:100%
	}
	.cssAward.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:#7a7d81
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:10px 0 10px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
		display:none
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
		float:left;
		margin:0 0 0 15px;
		color:#ffffff
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR a {
		color:#ffffff
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
		text-align:left;
		padding:0 0 30px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:1.6rem;
		line-height:1.8rem;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
		position:relative;
		left:50%;
		margin:0 0 0 -100px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		padding:0 0 30px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		max-width:1200px;
		margin:0 auto
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg {
		text-align:left;
		font-size:1.6rem;
		line-height:2.4rem;
		padding:0 0 30px
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssMsg p {
		margin:0;
		padding:0
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:100%;
		max-width:1200px;
		margin:0 auto
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:3rem 15px
	}
	textarea {
		overflow-y:auto
	}
	.cssAwardDetail.css2LayerPage.portrait .cssLayer2 .cssHeroImage .cssBg {
		position:absolute;
		background:#ffffff;
		top:0;
		height:50%;
		right:0;
		width:100%;
		display:none
	}
	.cssAwardDetail.css2LayerPage.portrait .cssBreadcrumb a {
		color:#7a7d81
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		padding:0 0 0 0;
		width:100%;
		color:#7a7d81;
		margin:0;
		background:#ffffff
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT1 {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:30px 40px 10px;
		margin:0
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT3 {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 40px 10px;
		margin:0
	}
	.cssAwardDetail.css2LayerPage.portrait .cssHeroImage .cssFrame .cssFrame1 .cssTitle .cssT2 {
		font-size:1.6rem;
		line-height:2.4rem;
		padding:0 40px 30px;
		margin:0
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts {
		padding-top:85px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssB {
		float:left;
		width:100%
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssB img {
		width:100%
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg {
		padding:20px 0 0;
		text-align:left;
		float:right;
		width:100%
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssTitle {
		margin:0 15px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT3 {
		font-size:3rem;
		line-height:3.5rem
	}
	.cssAwardDetail.css2LayerPage.portrait .cssBodymsg {
		font-size:1.6rem;
		line-height:2rem
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:3rem 15px
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT1 {
		font-size:1.6rem;
		line-height:2rem
	}
	.cssAwardDetail.css2LayerPage.portrait .cssColts .cssTxtbg .cssT3 {
		font-size:3rem;
		line-height:3.5rem
	}
	.cssAwardDetail.css2LayerPage.landscape .cssLayer2 .cssHeroImage .cssBg {
		display:none;
		position:absolute;
		background:#ffffff;
		bottom:0;
		height:35%;
		right:0;
		width:100%
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		bottom:26%
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		padding:0 0 0 0;
		width:100%;
		color:#7a7d81;
		margin:0;
		background:#ffffff
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle {
		text-align:center;
		width:100%;
		color:#7a7d81;
		height:auto;
		position:absolute;
		bottom:0;
		background:#ffffff
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT1 {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:30px 0 0
	}
	.cssAwardDetail.css2LayerPage.landscape .cssHeroImage .cssTitle .cssT2 {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:10px 0 30px
	}
	.clsPeopleCat1.cssGallery .cssCatP {
		padding:30px 0 15px;
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%
	}
	.clsPeopleCat1.cssGallery .cssCatP .cssB {
		position:relative;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid;
		margin:0 45px;
		padding:6px 38px 6px 14px
	}
	.clsPeopleCat1.cssGallery .cssCatP .cssB .cssF {
		font-size:1.8rem
	}
	.clsPeopleCat1.cssGallery .cssCatP select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.clsPeopleCat1.cssGallery .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.clsPeopleCat1.cssGallery .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.clsPeopleCat1.cssGallery .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.clsPeopleCat1.cssGallery .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.clsPeopleCat1.cssGallery .cssPulldown select {
		z-index:5
	}
	.clsPeopleCat1.cssGallery .cssCat {
		display:none
	}
	.clsPeopleCat1.cssGallery .cssGridView {
		padding:0 0 30px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox {
		margin:0 15px;
		font-size:25px;
		line-height:30px;
		position:static;
		top:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF1 {
		padding:65px 0 0
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox .cssF2 {
		padding:0 0 65px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox p {
		margin:0 15px;
		padding:0
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ {
		font-size:2rem;
		line-height:2.5rem;
		text-align:center;
		position:static;
		top:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		padding:0 0 10px
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF1 {
		padding:50px 0 0;
		background:url('../images/q1.png') top left no-repeat
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssMsgBox.cssQ .cssF2 {
		padding:0 0 50px;
		background:url('../images/q2.png') bottom right no-repeat
	}
	.clsPeopleCat1.cssGallery .cssGridView .cssGridItem {
		width:100%;
		position:relative
	}
	.clsPeopleCat1.cssGallery .cssGallery .cssGridView .cssWrapper {
		padding:0
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt {
		background:#38393b
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt a {
		background:none
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssName {
		font-size:2rem;
		line-height:2.4rem
	}
	.clsPeopleCat1.cssGallery .cssGridItem .cssTxt .cssLocation {
		font-size:1.6rem;
		line-height:2rem;
		padding:10px 0 0
	}
	.clsPeopleCat1.cssGallery .cssFiltersMobi .cssRow a {
		color:#ffffff
	}
	.clsPeopleCat1.cssGallery .cssFiltersMobi .cssPulldown span {
		background:rgba(0,
		0,
		0,
		0) url("../images/down1.png") no-repeat scroll right center
	}
	.clsPeopleCat1.cssGallery .cssFilterForm {
		background:#ffffff
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb {
		background:#7a7d81
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:10px 0 10px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
		display:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
		float:left;
		margin:0 0 0 15px;
		color:#ffffff
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR a {
		color:#ffffff
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes {
		text-align:left;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:1.6rem;
		line-height:1.8rem
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCta a {
		position:relative;
		left:50%;
		margin:0 0 0 -100px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		margin:0 auto;
		max-width:1103px;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		text-align:left;
		padding:2rem 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 {
		font-size:1.6rem;
		line-height:2.4rem;
		float:auto;
		width:auto;
		margin:0 0;
		padding:0 0 4.5rem
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 p {
		margin:0;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2.cssRight {
		float:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota {
		text-align:center
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ1 {
		padding:43px 0 0 47px;
		background:url('../images/q1a.png') top left no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota .cssQ2 {
		padding:0 47px 43px 0;
		text-align:center;
		background:url('../images/q2a.png') bottom right no-repeat
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssQuota p {
		margin:0 0;
		padding:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg {
		margin:0 auto;
		max-width:1103px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssTitle {
		padding-left:15px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
		font-size:2rem;
		line-height:2.4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:1.6rem;
		line-height:1.8rem;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssLayer1 {
		display:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage {
		position:static;
		padding-top:48px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		position:static;
		min-height:auto;
		height:auto
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame {
		position:static
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssBreadcrumb {
		position:static
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		margin:0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle {
		color:#7a7d81;
		margin:0;
		padding:25px 0 0;
		top:0;
		left:0;
		width:100%;
		background:#ffffff
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT1 {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 20px;
		margin:0 20px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT2 {
		font-size:2rem;
		line-height:2.5rem;
		padding:0 0 20px;
		margin:0 20px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssTitle .cssT3 {
		font-size:1.6rem;
		line-height:2.4rem;
		padding:0 0 20px;
		margin:0 20px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssImg {
		display:block
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssImg img {
		width:100%
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		clear:both
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssWrapper {
		padding:2.5rem 15px 0
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes {
		width:100%;
		display:block;
		padding:0 0 30px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssCol2.cssCol31 {
		width:100%;
		margin:0 0 10px
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssPressRelease.cssGallery .cssSubNav {
		display:none
	}
	.cssPressRelease.cssGallery .cssSubNavmobi {
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%;
		padding:30px 0 15px 0
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown {
		position:relative;
		text-align:left;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 25px;
		padding:6px 38px 6px 14px
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#7a7d81;
		color:#7a7d81;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i.fa {
		color:#ffffff
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i:hover.fa {
		color:#ffffff
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown select {
		z-index:5
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssYr div {
		display:block;
		padding:0 25px 15px
	}
	.cssPressRelease.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt .cssName {
		font-size:2rem;
		line-height:2.4rem;
		padding:10px 0 0
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowHeader {
		display:none
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb {
		margin:0 25px;
		padding:0 0 40px;
		color:#7a7d81;
		font-size:2rem;
		line-height:2.5rem
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 {
		float:none;
		width:100%;
		padding:0 0 30px
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1 a {
		text-decoration:none;
		color:#7a7d81;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol1.empty {
		display:none
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 {
		float:none;
		width:100%;
		padding:0 0 10px
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol2 .cssLocation {
		padding:0
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 {
		float:none;
		width:100%
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssRowb .cssCol3 a {
		text-decoration:underline;
		font-size:1.6rem;
		line-height:2.4rem;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem .cssTxt .cssFF {
		font-size:1.6rem;
		line-height:2.4rem;
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssPressRelease.cssGallery .cssListView .cssWrapper .cssGridItem {
		width:100%
	}
	.cssNewsletterP.cssGallery .cssSubNav {
		display:none
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi {
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%;
		padding:30px 0 15px 0
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown {
		position:relative;
		text-align:left;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 25px;
		padding:6px 38px 6px 14px
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#7a7d81;
		color:#7a7d81;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i.fa {
		color:#ffffff
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i:hover.fa {
		color:#ffffff
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown select {
		z-index:5
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 50px
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:2rem;
		line-height:2.4rem
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssLocation {
		font-size:1.6rem;
		line-height:1.8rem
	}
	.cssNewsletterP.cssGallery .cssGridView .cssWrapper .cssGridItem .cssTxt {
		background:url('../images/dl.png') bottom right #7a7d81 no-repeat
	}
	.cssNewsletterP.cssGallery .cssFiltersMobi .cssRow {
		margin-left:30px;
		margin-right:30px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper {
		display:block
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect {
		display:block;
		flex-wrap:block;
		padding:0 0 0
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81;
		display:none
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:1.6rem;
		line-height:2rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
		margin:0 25px;
		color:#7a7d81;
		font-size:2rem;
		line-height:2.5rem;
		padding:0 0 43px;
		display:none
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
		float:left;
		width:257px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
		float:left;
		width:235px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol3 {
		float:left;
		width:255px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol4 {
		float:left;
		width:320px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem {
		width:100%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssBox {
		padding:0 0 35px;
		display:block;
		position:relative
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
		margin:0 20px;
		color:#7a7d81
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
		float:none;
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 35px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s {
		float:none;
		width:100%;
		font-size:1.6rem;
		line-height:2.4rem;
		position:relative
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s a {
		color:#7a7d81;
		text-decoration:none;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol2 {
		float:none;
		width:100%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol3 {
		float:none;
		width:100%
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol3 a {
		text-decoration:underline
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 {
		width:auto;
		position:absolute;
		right:0;
		top:0
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a {
		display:block;
		text-decoration:underline
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2s .cssCol4 a span {
		text-indent:-9999px;
		display:block;
		background:url('../images/dl2.png') left center no-repeat;
		padding:10px 0 10px 47px
	}
	.cssNewsletterP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.cssMediaSection .cssCat {
		margin:0 0 20px 30px
	}
	.cssPublicationP.cssGallery .cssSubNav {
		display:none
	}
	.cssPublicationP.cssGallery .cssSubNavmobi {
		display:block;
		position:relative;
		bottom:10px;
		left:0;
		width:100%;
		padding:30px 0 15px 0
	}
	.cssPublicationP.cssGallery .cssCat .cssCatLink {
		padding:0 20px 0 0
	}
	.cssPublicationP.cssGallery .cssFiltersMobi .cssRow {
		margin-left:30px;
		margin-right:30px
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown {
		position:relative;
		text-align:left;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 25px;
		padding:6px 38px 6px 14px
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#7a7d81;
		color:#7a7d81;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i.fa {
		color:#ffffff
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow i:hover.fa {
		color:#ffffff
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown select {
		z-index:5
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper {
		display:block
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect {
		display:block;
		flex-wrap:block;
		padding:0 0 50px
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssPublicationP.cssGallery .cssGridView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:1.6rem;
		line-height:2rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper {
		display:block
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect {
		display:flex;
		flex-wrap:wrap;
		padding:0 0 50px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle {
		width:100%;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81;
		display:none
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssTitle span {
		display:block;
		padding:0 25px 15px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssName {
		font-size:1.6rem;
		line-height:2rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader {
		margin:0 25px;
		color:#7a7d81;
		font-size:2rem;
		line-height:2.5rem;
		padding:0 0 43px;
		display:none
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol1 {
		float:left;
		width:257px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowHeader .cssCol2 {
		float:left;
		width:800px
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody {
		margin:0 20px;
		color:#7a7d81
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol1 {
		float:none;
		width:100%;
		font-size:2rem;
		line-height:2.5rem
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 {
		float:none;
		width:100%;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssRowBody .cssCol2 a {
		color:#7a7d81;
		text-decoration:underline;
		font-family:'AkkuratStd',
		"Microsoft YaHei",
		SimHei,
		sans-serif
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem {
		padding:40px 0 0
	}
	.cssPublicationP.cssGallery .cssListView .cssWrapper .cssCatsect .cssGridItem .cssTxt .cssFF {
		padding:0 0;
		position:static;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.css2LayerPage {
		position:relative
	}
	.css2LayerPage .cssPulldown {
		display:block;
		position:static;
		bottom:10px;
		left:0;
		width:100%
	}
	.css2LayerPage .cssPulldown .cssB {
		position:relative;
		background:none;
		color:#ffffff;
		border-width:1px;
		border-color:#ffffff;
		border-style:solid;
		margin:0 45px;
		padding:6px 38px 6px 14px
	}
	.css2LayerPage .cssPulldown .cssB .cssF {
		font-size:1.8rem
	}
	.css2LayerPage .cssPulldown select {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.css2LayerPage .cssPulldown div.cssArrow {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#ffffff;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.css2LayerPage .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.css2LayerPage .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.css2LayerPage .cssPulldown div.cssF {
		position:relative;
		z-index:4
	}
	.css2LayerPage .cssPulldown select {
		z-index:5
	}
	.css2LayerPage .cssLayer1 {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0)
	}
	.css2LayerPage .cssLayer1 .cssCurrent {
		width:100%
	}
	.css2LayerPage .cssLayer1 .cssBg {
		width:100%;
		height:100%;
		background:rgba(0,
		0,
		0,
		0) none no-repeat scroll center center / cover
	}
	.css2LayerPage .cssLayer2 {
		position:relative;
		z-index:1;
		width:100%
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb {
		position:absolute;
		top:48px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssRow {
		padding:10px 0 0
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssL {
		float:left;
		margin-left:45px
	}
	.css2LayerPage .cssLayer2 .cssBreadcrumb .cssR {
		float:right;
		margin-right:45px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage {
		width:100%;
		height:100%;
		position:relative
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame {
		position:absolute;
		left:0;
		width:100%
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		position:absolute;
		top:0;
		left:0;
		transform:translate(0,
		0);
		-webkit-transform:translate(0,
		0);
		-moz-transform:translate(0,
		0);
		-ms-transform:translate(0,
		0);
		width:100%;
		height:100%;
		max-width:1013px;
		min-height:428px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 .cssTitle {
		margin:0 45px
	}
	.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssMoreBtn {
		display:none
	}
	.css2LayerPage .cssLayer2 .cssBodyCopy {
		color:#7a7d81;
		background:#ffffff;
		width:100%;
		text-align:center
	}
	.cssComTopBoxes {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		margin-bottom:0
	}
	.cssComTopBoxes .cssTitle {
		color:#7a7d81;
		font-size:3rem;
		line-height:3.5rem;
		padding:20px 40px 10px
	}
	.cssComTopBoxes .cssMain {
		margin:0 0 0
	}
	.cssComTopBoxes .cssCols {
		margin:0;
		padding:0;
		display:block
	}
	.cssComTopBoxes .cssCol {
		float:left;
		width:100%;
		margin:0 0 10px
	}
	.cssComTopBoxes .cssCol .cssBox {
		padding:0
	}
	.cssComTopBoxes .cssCol .cssPics {
		margin:0 0 0
	}
	.cssComTopBoxes .cssCol .cssMsg {
		margin:0 0 0
	}
	.cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssLocation {
		font-size:2.4rem
	}
	.cssComTopBoxes .cssCol .cssMsg .cssMsgs .cssName {
		font-size:1.6rem
	}
	.cssComTopBoxes .cssCta {
		clear:both;
		margin:0 0 0 0;
		text-align:center;
		padding:30px 0 30px
	}
	.cssComTopBoxes .cssCta .cssNor span {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:10px 0 0 45px;
		display:block;
		min-height:32px
	}
	.cssComTopBoxes .cssCta .cssHover span {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:10px 0 0 45px;
		display:block;
		min-height:32px;
		width:100%
	}
	.cssComTopBoxes .cssCta a {
		text-decoration:none;
		color:#7a7d81;
		display:block;
		width:250px;
		margin:0 auto
	}
	.cssComTopBoxes .cssCta .cssTxt {
		font-size:2rem
	}
	.cssComFreatureProject {
		float:none;
		width:auto;
		margin:0 15px;
		clear:both;
		color:#ffffff;
		position:static
	}
	.cssComFreatureProject .cssTitles {
		padding:65px 0 10px 25px
	}
	.cssComFreatureProject .cssBlock {
		padding:0 0 0;
		position:relative
	}
	.cssComFreatureProject .cssBlock .cssBorder {
		background:url('../images/plus.png') top left no-repeat;
		position:absolute;
		height:14px;
		width:100%
	}
	.cssComFreatureProject .cssBlock .cssBorder.cssTop {
		top:-7px
	}
	.cssComFreatureProject .cssBlock .cssBorder.cssBottom {
		bottom:-7px;
		display:none
	}
	.cssComFreatureProject .cssBlock .cssFs {
		margin:0 0 0 23px;
		border-width:1px 0 0;
		border-style:solid;
		border-color:#ffffff;
		padding:15px 0;
		z-index:1;
		position:relative
	}
	.cssComFreatureProject .cssBlock .cssFs .cssHeadline {
		padding:0 0 0
	}
	.cssComFreatureProject .cssBlock .cssFs .cssTitle {
		padding:0 0
	}
	.cssComFreatureProject .cssFoot {
		margin:40px 0 0 23px
	}
	.cssComFreatureProject .cssFoot .cssNor span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssComFreatureProject .cssFoot .cssHover span {
		padding:5px 0 0 50px;
		display:block;
		min-height:32px
	}
	.cssComFreatureProject .cssFoot a {
		text-decoration:none;
		color:#ffffff;
		display:block
	}
	.cssComFreatureProject .cssPics {
		display:none
	}
	.cssComFreatureProject .cssBlock:hover .cssPics {
		display:none
	}
	.cssComFooterBoxes {
		text-align:left;
		display:-webkit-flex;
		display:block;
		margin:0 0
	}
	.cssComFooterBoxes .cssBox {
		margin:0 0 0
	}
	.cssComFooterBoxes .cssCol2 {
		float:none;
		width:100%;
		margin:0 0 12px
	}
	.cssComFooterBoxes .cssCol2 .cssQuota {
		font-size:2rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		background:url('../images/openq.jpg') top left no-repeat;
		padding:43px 0 0 47px
	}
	.cssComFooterBoxes .cssCol2 .cssQuota .cssQ1 {
		background:url('../images/closeq.jpg') right bottom no-repeat;
		padding:0 47px 43px 0
	}
	.cssComFooterBoxes .cssCol2 .cssQuota .cssQ2 {
		text-align:center
	}
	.cssComFooterBoxes .cssCol2 .cssFBox {
		color:#ffffff;
		position:relative;
		height:100%
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore {
		position:absolute;
		bottom:0;
		right:0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssMore img {
		display:block
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssM {
		padding:30px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox h4 {
		margin:0;
		padding:0
	}
	.cssComFooterBoxes .cssCol2 .cssFBox h5 {
		margin:0;
		padding:0 0;
		display:none
	}
	.cssComFooterBoxes .cssCol2 .cssFBox p {
		margin:0;
		padding:0;
		display:none
	}
	.cssComFooterBoxes .cssCol2 .cssFBox p span {
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssBox {
		height:100%
	}
	.cssComFooterBoxes .cssCol2 .cssFBox.cssContacts h4 {
		padding:0 0 65px
	}
	.cssComImgGallery .cssGalleryFrame {
		position:relative;
		width:100%;
		margin:0 auto
	}
	.cssComImgGallery .cssGalleryFrame .cssZoom::after {
		content:" ";
		width:100%;
		padding-top:56.25%;
		display:block
	}
	.cssComImgGallery .cssGalleryFrame .cssImg {
		overflow:stat;
		position:relative;
		margin-bottom:15px
	}
	.cssComImgGallery .cssGalleryFrame .cssBg div {
		position:absolute;
		width:100%;
		height:100%;
		text-align:center
	}
	body.ie8 .cssComImgGallery .cssGalleryFrame .cssBg img {
		left:0
	}
	.cssComImgGallery.cssImgS1 .cssImg {
		width:100%;
		height:auto
	}
	.cssComImgGallery.cssImgS2 .cssImg {
		width:100%;
		height:auto
	}
	.cssComImgGallery.cssImgS5 .cssImg1,
	.cssComImgGallery.cssImgS4 .cssImg1,
	.cssComImgGallery.cssImgS3 .cssImg1 {
		width:100%;
		height:auto;
		float:left
	}
	.cssComImgGallery.cssImgS5 .cssImg2,
	.cssComImgGallery.cssImgS4 .cssImg2,
	.cssComImgGallery.cssImgS3 .cssImg2,
	.cssComImgGallery.cssImgS5 .cssImg3,
	.cssComImgGallery.cssImgS4 .cssImg3,
	.cssComImgGallery.cssImgS3 .cssImg3 {
		width:100%;
		height:auto;
		float:right
	}
	.cssComImgGallery.cssImgS5 .cssImg4,
	.cssComImgGallery.cssImgS4 .cssImg4,
	.cssComImgGallery.cssImgS3 .cssImg4,
	.cssComImgGallery.cssImgS5 .cssImg4,
	.cssComImgGallery.cssImgS4 .cssImg4,
	.cssComImgGallery.cssImgS3 .cssImg4 {
		width:100%;
		height:auto;
		clear:both
	}
	.cssComImgGallery .cssGalleryFrame .cssBg img {
		max-width:auto;
		max-height:auto
	}
	.cssGallery .cssResultnotfound .cssWrapper .cssTitle {
		font-size:3rem;
		line-height:3.5rem
	}
	.cssComFilterMenu .cssBreadcrumb {
		padding-top:49px;
		left:0;
		width:100%;
		background:#7a7d81;
		color:#ffffff
	}
	.cssComFilterMenu .cssBreadcrumb .cssRow {
		padding:0 0 0
	}
	.cssComFilterMenu .cssBreadcrumb .item_subtitle {
		line-height:100%
	}
	.cssComFilterMenu .cssBreadcrumb a {
		text-decoration:none;
		color:#ffffff
	}
	.cssComFilterMenu .cssBreadcrumb .cssL {
		float:left;
		margin-left:45px
	}
	.cssComFilterMenu .cssBreadcrumb .cssR {
		float:right;
		margin-right:45px
	}
	.cssComFilterMenu .cssFiltersMobi.cssHide {
		display:none
	}
	.cssComFilterMenu .cssFiltersMobi {
		display:block
	}
	.cssComFilterMenu .cssFiltersMobi .cssRow {
		color:#7a7d81;
		margin:0 15px 0 45px;
		padding:22px 0 30px 0
	}
	.cssComFilterMenu .cssFiltersMobi .cssRow a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssComFilterMenu .cssFiltersMobi .cssFitlers {
		float:left;
		margin:8px 0 0;
		width:70%
	}
	.cssComFilterMenu .cssFiltersMobi .cssPicked {
		float:none;
		clear:both
	}
	.cssComFilterMenu .cssFiltersMobi .cssPicked .cssPickedItem {
		padding:10px 0 0;
		float:left;
		margin:2px 10px 0 0;
		display:block
	}
	.cssComFilterMenu .cssFiltersMobi .cssPicked .cssPickedItem a {
		background:url('../images/filter_close.jpg') center right no-repeat;
		display:block;
		padding:0 23px 0 0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts {
		float:right
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn {
		margin:0 0 0 24px
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn span {
		background:#4d4e50;
		padding:9px 17px;
		display:block;
		line-height:100%
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn span a {
		color:#ffffff
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn ul {
		margin:0;
		padding:0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn ul ul {
		display:none;
		margin:0;
		padding:0 0 20px;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#ffffff;
		z-index:10px
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn ul ul li {
		padding:20px 0 0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn li {
		list-style-type:none;
		position:relative
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn.lview span {
		padding:0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn.gview span {
		padding:0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn.lview a {
		display:block;
		overflow:hidden;
		width:32px;
		height:32px;
		background:url('../images/grid.jpg');
		text-indent:-9999px
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn.gview a {
		display:block;
		overflow:hidden;
		width:32px;
		height:32px;
		background:url('../images/list.jpg');
		text-indent:-9999px
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn:hover ul {
		display:block
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn:hover ul ul {
		display:block;
		border-width:1px;
		border-color:#4d4e50;
		border-style:solid;
		font-size:14px;
		line-height:14px;
		padding:0
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn:hover ul ul li a {
		display:block;
		padding:0 8px 10px
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn:hover ul ul li.hl {
		background:#4d4e50
	}
	.cssComFilterMenu .cssFiltersMobi .cssSorts .cssBtn:hover ul ul li.hl a {
		color:#ffffff
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown {
		float:left;
		margin:0 0 0 0
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown span {
		background:url('../images/filter_arrow.jpg') center right no-repeat;
		padding:0 18px 0 0;
		display:block
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown ul {
		margin:0;
		padding:0
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown ul ul {
		display:none;
		margin:0;
		padding:0 0 20px;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#ffffff
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown ul ul li {
		padding:20px 0 0
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown li {
		list-style-type:none;
		position:relative
	}
	.cssComFilterMenu .cssFiltersMobi .cssPulldown:hover ul {
		display:block
	}
	.cssComFilterMenu .cssFilterFormMobi {
		background:#ffffff;
		color:#7a7d81;
		position:relative;
		transition:left .3s;
		-moz-transition:left .3s;
		-webkit-transition:left .3s;
		-o-transition:left .3s
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows {
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:#c7c9cb
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssSub {
		position:absolute;
		top:0;
		left:100%;
		width:100%;
		overflow-y:auto;
		height:80%;
		background:#ffffff
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow {
		border-width:0 0 1px 0;
		border-style:solid;
		border-color:#c7c9cb
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow5,
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 {
		border-width:0
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow5 {
		padding:35px 0 17px
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow5 span {
		padding:0 0 0 30px;
		font-size:1.6rem;
		line-height:2.4rem;
		padding:8px 30px 6px 25px;
		display:block
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow5 div {
		text-align:left;
		margin:0 45px;
		background:url('../images/filter_checkbox2.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow5.picked div {
		background:url('../images/filter_checkbox1.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 {
		text-align:center;
		padding:30px 45px 30px
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 button {
		background:none;
		border-color:#7a7d81;
		border-style:solid;
		border-width:1px;
		color:#7a7d81;
		width:45%;
		margin:0 1%
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 button span {
		display:block;
		line-height:100%;
		padding:8px 0 5px
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 button.style2 {
		background:#7a7d81
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssRow6 button.style2 span {
		color:#ffffff
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssMaster {
		padding:23px 0;
		line-height:100%;
		margin:0 45px;
		background:url('../images/f2_03.png') center right no-repeat
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssMaster a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub {
		display:none;
		padding:23px 0 0
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssTT {
		padding:8px 0 8px 45px;
		background:url('../images/f1_02.png') center left no-repeat;
		line-height:100%
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssLists {
		margin:0 45px 0
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssLists .cssSub1 {
		padding:33px 0 0
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssLists .cssTH {
		margin:0 0 10px
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssLists .cssBox1 {
		margin:0 0 10px
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssCbok {
		background:url('../images/filter_checkbox1.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssCbok span {
		display:block;
		padding:0 0 0 30px;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssComFilterMenu .cssFilterFormMobi .cssRows .cssItem .cssSub .cssCbok.clicked {
		background:url('../images/filter_checkbox2.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilters {
		display:none
	}
	.cssComFilterMenu .cssFilters .cssRow {
		color:#7a7d81;
		margin:0 45px;
		padding:30px 0
	}
	.cssComFilterMenu .cssFilters .cssRow a {
		text-decoration:none;
		color:#7a7d81
	}
	.cssComFilterMenu .cssFilters .cssTitle {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssFitler {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssPicked {
		float:left
	}
	.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem {
		float:left;
		margin:2px 0 0 0;
		display:block;
		padding:0 0 0 0
	}
	.cssComFilterMenu .cssFilters .cssPicked .cssPickedItem a {
		background:url('../images/filter_close.jpg') center right no-repeat;
		display:block;
		padding:0 23px 0 22px
	}
	.cssComFilterMenu .cssFilters .cssSorts {
		float:right
	}
	.cssComFilterMenu .cssFilters .cssPulldown {
		float:left;
		margin:0 0 0 24px
	}
	.cssComFilterMenu .cssFilters .cssPulldown span {
		background:url('../images/filter_arrow.jpg') center right no-repeat;
		padding:0 18px 0 0;
		display:block
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul {
		margin:0;
		padding:0
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul ul {
		display:none;
		margin:0;
		padding:0 0 20px;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#ffffff
	}
	.cssComFilterMenu .cssFilters .cssPulldown ul ul li {
		padding:20px 0 0
	}
	.cssComFilterMenu .cssFilters .cssPulldown li {
		list-style-type:none;
		position:relative
	}
	.cssComFilterMenu .cssFilters .cssPulldown:hover ul {
		display:block
	}
	.cssComFilterMenu .cssFilterForm {
		color:#7a7d81;
		border-width:1px 0 0;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRows {
		margin:0 0
	}
	.cssComFilterMenu .cssFilterForm .cssCbok {
		background:url('../images/filter_checkbox1.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterForm .cssCbok span {
		display:block;
		padding:0 0 0 30px;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssComFilterMenu .cssFilterForm .cssCbok.clicked {
		background:url('../images/filter_checkbox2.jpg') left center no-repeat
	}
	.cssComFilterMenu .cssFilterForm .cssRow0 {
		text-align:right;
		padding:13px 45px 10px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 {
		padding:0 45px 10px;
		display:-webkit-flex;
		display:flex;
		border-width:0 0 1px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead {
		position:relative;
		padding:0 0 30px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssT {
		float:left
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssHead .cssCbok {
		float:left;
		margin:0 0 0 32px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol .cssSub .cssBox1 {
		padding:0 0 15px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 {
		width:25%
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol1 .cssBox {
		padding:10px 25px 10px 50px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 {
		width:51%;
		border-width:0 0 0 1px;
		border-style:solid;
		border-color:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssBox {
		padding:10px 25px 10px 25px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub {
		display:-webkit-flex;
		display:flex
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 {
		width:25%
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol2 .cssSub1 .cssTH {
		padding:0 0 18px
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 {
		width:24%;
		border-width:0 0 0 1px;
		border-style:solid;
		border-color:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow1 .cssCol3 .cssBox {
		padding:10px 25px 10px 25px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 {
		display:-webkit-flex;
		display:flex;
		padding:24px 45px;
		border-width:0 0 1px;
		border-color:#7a7d81;
		border-style:solid
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead {
		position:relative;
		padding:0 0 30px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssT {
		float:left
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssHead .cssCbok {
		float:left;
		margin:0 0 0 32px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol .cssSub .cssBox1 {
		padding:0 0 15px
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 {
		width:25%
	}
	.cssComFilterMenu .cssFilterForm .cssRow2 .cssCol1 .cssBox {
		padding:10px 25px 10px 50px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 {
		text-align:center;
		padding:22px 0 0
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button {
		background:none;
		border-color:#7a7d81;
		border-style:solid;
		border-width:1px;
		color:#7a7d81;
		margin:0 5px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button span {
		display:block;
		padding:10px 45px
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 {
		background:#7a7d81
	}
	.cssComFilterMenu .cssFilterForm .cssRow3 button.style2 span {
		color:#ffffff
	}
	.cssContactus .cssResult .cssMaps .cssBg {
		min-height:200px;
		max-height:200px
	}
	.cssContactus .cssResult .cssIngo .cssFf {
		padding:30px 40px
	}
	.cssContactus .cssResult .cssMaps .cssIcon div {
		text-indent:-9999px;
		padding:0;
		width:35px;
		height:35px;
		overflow:hidden
	}
	.cssContactus .cssResult .cssMaps .cssIcon div i {
		text-indent:0
	}
	.cssContactus .cssResult .cssMaps .cssIcon1 div {
		text-indent:-9999px;
		padding:0;
		width:35px;
		height:35px;
		overflow:hidden
	}
	.cssContactus .cssResult .cssMaps .cssIcon1 div i {
		text-indent:0
	}
	.cssContactus .cssResult .cssMaps .cssIcon,
	.cssContactus .cssResult .cssMaps .cssIcon1 {
		right:12px
	}
	.cssContactus .cssCountries {
		padding:0 0 25px;
		margin:0 20px;
		width:auto
	}
	.cssContactus .cssCountries .cssMaincat {
		display:none
	}
	.cssContactus .cssCountries .cssTH {
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:0 0 30px
	}
	.cssContactus .cssCountries .cssSub .cssRow {
		font-size:2rem;
		line-height:2.5rem;
		margin:10px 0
	}
	.cssContactus .cssCountries .cssLocations li {
		width:30%
	}
	.cssContactus .cssCountriesMobi {
		width:auto;
		display:block;
		padding:35px 0 0;
		margin:0 40px
	}
	.cssContactus .cssCountriesMobi .cssPullrow {
		padding:0 0 15px
	}
	.cssContactus .cssCountriesMobi .cssPulldown {
		position:relative;
		text-align:left;
		color:#7a7d81;
		border-width:1px;
		border-color:#7a7d81;
		border-style:solid;
		margin:0 0;
		padding:6px 38px 6px 14px
	}
	.cssContactus .cssCountriesMobi .cssPulldown div.cssArrow {
		background:#7a7d81;
		color:#ffffff;
		font-size:38px;
		width:38px;
		text-align:center;
		height:38px;
		position:absolute;
		top:0;
		right:0
	}
	.cssContactus .cssCountriesMobi .cssPulldown div.cssArrow i.fa {
		color:#ffffff
	}
	.cssContactus .cssCountriesMobi .cssPulldown div.cssArrow i:hover.fa {
		color:#ffffff
	}
	.cssContactus .cssCountriesMobi .cssPulldown div.cssF {
		position:Relative;
		z-index:4
	}
	.cssContactus .cssCountriesMobi .cssPulldown select {
		z-index:5;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0
	}
	.cssContactus .cssResult {
		margin:0 0;
		width:auto
	}
	.cssContactus .cssResult .cssMaps .cssT {
		position:static;
		color:#7a7d81;
		margin:0 40px;
		padding:15px 0 15px
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT1 {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT2 {
		font-size:4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT1 {
		font-size:2.4rem;
		line-height:2.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssContactus .cssResult .cssMaps .cssT .cssT2 {
		font-size:4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif
	}
	.cssContactus .cssResult .cssMaps .cssBg {
		min-height:auto
	}
	.cssContactus .cssResult .cssMaps .cssBg img {
		display:block;
		width:100%
	}
	.cssContactus .cssResult .cssMaps .cssIcon {
		font-size:2rem;
		line-height:2.5rem;
		top:10px
	}
	.cssContactus .cssResult .cssIngo {
		margin:0 0 15px 0
	}
	.cssContactus .cssResult .cssIngo .cssLhs {
		font-size:1.6rem;
		line-height:2.4rem;
		float:none
	}
	.cssContactus .cssResult .cssIngo .cssRhs {
		font-size:1.6rem;
		line-height:2.4rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		float:none;
		margin:0;
		padding:30px 0 0
	}
	.cssContactus .cssResult .cssIngon1 {
		margin:0 40px 45px
	}
	.cssContactus .cssResult .cssIngon1 .cssFf {
		padding:0 0
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs {
		float:none;
		width:auto;
		border-width:0 0 1px 0
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs1 {
		float:none;
		width:auto;
		padding:0 0 40px
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs1 .cssH1 {
		display:none
	}
	.cssContactus .cssResult .cssIngon1 .cssLhs .cssLhs2 {
		float:none;
		width:auto;
		margin:0 0 0 0;
		padding:0 0 45px
	}
	.cssContactus .cssResult .cssIngon1 .cssRhs {
		float:none;
		width:auto;
		margin:0 0 0 0;
		padding:30px 0 0;
		border-width:0
	}
	.cssContactus .cssResult .cssIngon1 .cssRhs .cssLabel {
		padding:0 0 5px
	}
	.cssContactus .cssResult .cssIngon1 .cssRhs .cssRfield {
		padding:0 0 20px
	}
	.cssContactus .cssResult .cssIngon1 .cssH1 {
		padding:0 0 30px
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown {
		background:none
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown select {
		z-index:5
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown input {
		position:Relative;
		z-index:4;
		font-size:1.8rem
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow {
		background:#ffffff;
		color:#ffffff;
		font-size:33px;
		width:33px;
		text-align:center;
		height:33px;
		position:absolute;
		top:3px;
		right:3px
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i.fa {
		color:#7a7d81
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow i:hover.fa {
		color:#7a7d81
	}
	.cssContactus .cssComFooterBoxes {
		margin:0 15px 30px;
		width:auto;
		display:block
	}
	.cssNodeTnc h1 {
		margin:0;
		padding:0 0 30px;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		color:#7a7d81
	}
	.cssNodeTnc .cssTxt {
		padding:55px 40px 80px
	}
	.cssNodeTnc .cssMsg {
		color:#7a7d81;
		font-size:1.6rem;
		line-height:2.4rem
	}
	.cssNodeTnc .cssMsg p {
		margin:0;
		padding:0 0 40px
	}
	.cssNodePage.cssNotfound .cssBreadcrumb {
		display:none
	}
	.cssNodePage.cssNotfound h1 {
		display:none
	}
	.cssNodePage.cssNotfound .cssWrapper {
		max-width:1200px;
		margin:0 auto
	}
	.cssNodePage.cssNotfound .cssMsg {
		color:#7a7d81;
		font-size:4rem;
		line-height:4.5rem;
		font-family:'AkkuratStd-Bold',
		sans-serif;
		padding:120px 40px 80px
	}
	.cssNodePage.cssNotfound .cssMsg p {
		margin:0;
		padding:0
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes {
		margin:0 15px;
		width:auto;
		display:block;
		padding:0 0 30px
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes .cssCol2.cssCol31 {
		width:100%
	}
	.cssNodePage.cssNotfound .cssComFooterBoxes .cssBox {
		text-align:left;
		margin:0 10px 0 0
	}
	.cssPressRelease.cssComFilterMenu .cssFiltersMobi .cssRow {
		margin:0 25px
	}
	.cssPressRelease.cssComFilterMenu .cssBreadcrumb .cssL {
		margin-left:25px
	}
	.cssComFooterBoxes .cssCol2 .cssFBox .cssPics {
		display:none
	}
	.cssAwardDetail.css2LayerPage .cssLayer2 .cssWrapperOut {
		clear:both
	}
	.cssWhatWeDo1 .cssLayer2 .cssBodyCopy .cssRow .cssBox .cssVt,
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssVt {
		width:100%;
		height:auto
	}
	.cssContactus .cssCountries .cssLocations a {
		font-size:2rem
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssBodymsg .cssCol2 .cssImg {
		padding-top:4.5em
	}
	.cssPeopleDetail.css2LayerPage .cssLayer1 {
		display:none
	}
	.cssPeopleDetail.css2LayerPage .cssLayer2 .cssHeroImage .cssFrame .cssFrame1 {
		height:auto;
		max-height:auto
	}
	.cssAboutus.css2LayerPage .cssLayer2 .cssBodyCopy .cssInfo .cssCount {
		margin-left:0
	}
	.cssGallery.cssPublicationP .cssGridView .cssGridItem .cssPics {
		max-height:auto
	}
	.cssProjectPage .cssLayer2.cssPort .cssBodyCopy .cssInfo {
		display:block;
		padding-bottom:0
	}
	.cssProjectPage .cssLayer2.cssPort .cssHeroImage .cssFrame .cssFrame1 .cssMoreBtn {
		left:50%
	}
}
@media all and (max-width: 400px) {
	html {
		font-size:8px
	}
	.cssSearchField .form-text {
		width:67%
	}
	.cssContactus .cssResult .cssIngon1 .cssPulldown div.cssArrow {
		width:28px;
		height:28px;
		font-size:28px
	}
	.cssPublicationP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow,
	.cssNewsletterP.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow,
	.cssContactus .cssCountriesMobi .cssPulldown div.cssArrow,
	.cssPressRelease.cssGallery .cssSubNavmobi .cssPulldown div.cssArrow,
	.clsPeopleCat1.cssGallery .cssPulldown div.cssArrow,
	.cssAward.css2LayerPage .cssLayer2 .cssAwardList .cssPulldown div.cssArrow,
	.css2LayerPage .cssPulldown div.cssArrow,
	.cssWhatWeDo .cssFrame .cssLhsContent .cssPulldown div.cssArrow,
	.cssWhatWeDo1 .cssHero .cssFrame .cssLhsContent .cssPulldown div.cssArrow {
		width:32px;
		height:32px;
		font-size:32px
	}
}
@media all and (max-width: 480px) and (min-width: 401px) {
	.cssSearchField .form-text {
		width:72%
	}
}
@media all and (max-width: 767px) and (min-width: 480px) {
	.cssSearchField .form-text {
		width:80%
	}
}
@media all and (max-width: 767px) and (min-width: 401px) {
	html {
		font-size:10px
	}
}
@media all and (max-width: 440px) {
	.cssComImgGallery.cssImgS3_1 .cssImg2,
	.cssComImgGallery.cssImgS3_1 .cssImg3,
	.cssComImgGallery.cssImgS5_1 .cssImg2,
	.cssComImgGallery.cssImgS5_1 .cssImg3,
	.cssComImgGallery.cssImgS4_1 .cssImg2,
	.cssComImgGallery.cssImgS4_1 .cssImg3 {
		padding-top:35.5%
	}
}
@media all and (max-width: 540px) and (min-width: 441px) {
	.cssComImgGallery.cssImgS3_1 .cssImg2,
	.cssComImgGallery.cssImgS3_1 .cssImg3,
	.cssComImgGallery.cssImgS5_1 .cssImg2,
	.cssComImgGallery.cssImgS5_1 .cssImg3,
	.cssComImgGallery.cssImgS4_1 .cssImg2,
	.cssComImgGallery.cssImgS4_1 .cssImg3 {
		padding-top:36%
	}
}
@media all and (max-width: 767px) and (min-width: 541px) {
	.cssComImgGallery.cssImgS3_1 .cssImg2,
	.cssComImgGallery.cssImgS3_1 .cssImg3,
	.cssComImgGallery.cssImgS5_1 .cssImg2,
	.cssComImgGallery.cssImgS5_1 .cssImg3,
	.cssComImgGallery.cssImgS4_1 .cssImg2,
	.cssComImgGallery.cssImgS4_1 .cssImg3 {
		padding-top:36.5%
	}
}