﻿/*! 
 * Version: 0.3
 */
  @font-face {
	font-family: 'FontAwesome';
	src: url(fontawesome-webfont.eot);
	src: url(fontawesome-webfont.eot) format('embedded-opentype'), url(fontawesome-webfont.woff) format('woff'), url(fontawesome-webfont.ttf) format('truetype'), url(fontawesome-webfont.svg#fontawesomeregular)format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-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
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}
.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-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-paypal:before {
	content: "支"
}
.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 {
	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:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.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 {
	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-square:before, .fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-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 {
	width: 16px;
	font-size: 1.1em;
	text-align: center
}

.title-h2l {
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	font-size: 13px;
	padding: 7px 0px 8px 0px;
	margin-bottom: 10px; margin-top:10px; background-color:#FAFAFA; padding-left:0px
}
@media(max-width:550px){.title-h2l {
	background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 7px 0 10px;

}}
.title-h2l span {
    border-radius:2px;
	-moz-border-radius:2px; -webkit-border-radius:2px;
}
.title-h2l a {
	color: #666;
	text-decoration: none;
	font-weight: normal; background-color:#eee; padding:7px 6px; margin:0px 2px 8px; height:28px; line-height:34px; border-radius:2px;
	-moz-border-radius:2px; -webkit-border-radius:2px;
}
.title-h2l a:hover,  .breadcrumb a:active, .breadcrumb a:focus{
	color: #fff; background-color:#999;
	text-decoration: none;
}
.title-h2l .sonhover {
	color: #fff; background-color:#999
}
.title-h2l .tophover {
	color: #fff; background-color:#FF6651; padding:7px 8px;
}
.title-h2 {
	font-size:16px; font-weight:bold; height: 40px; border-bottom: 1px solid #ddd; margin: 5px 0px; padding: 0px 10px; background-color:#fafafa;
}

iframe[id^="head__"] { display: none !important; }
iframe[id^="utp__"] { display: none !important; }

.pc_ad{display:block;}
.wap_ad{ display:none}
.pc_ad2{display:block;}
.wap_ad2{ display:none}
.pc_ad3{display:block;}
.wap_ad3{ display:none}
.pc_ad4{display:block;}
.wap_ad4{ display:none}
@media(max-width:768px) {
.pc_ad{display:none !important;}
.wap_ad{display:block !important;}
.pc_ad2{display:none !important;}
.wap_ad2{display:block !important;}
.pc_ad3{display:none !important;}
.wap_ad3{display:block !important;}
.pc_ad4{display:none !important;}
.wap_ad4{display:block !important;}
}


.pc_d_a{display:block;}
.wap_d_a{ display:none}
.pc_d_a2{display:block;}
.wap_d_a2{ display:none}
.pc_d_a3{display:block;}
.wap_d_a3{ display:none}
.pc_d_a4{display:block;}
.wap_d_a4{ display:none}
.wapins_d_a{ display:none}
@media(max-width:768px) {
.pc_d_a{display:none !important;}
.wap_d_a{display:block !important;}
.pc_d_a2{display:none !important;}
.wap_d_a2{display:block !important;}
.pc_d_a3{display:none !important;}
.wap_d_a3{display:block !important;}
.pc_d_a4{display:none !important;}
.wap_d_a4{display:block !important;}
}
@media(max-width:550px) {
.wapins_d_a{display:block; margin:0 15px 10px 0;!important;}
}	

 html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:12px;-webkit-tap-highlight-color:transparent}body{font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333333;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}[role="button"]{cursor:pointer}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}input[type="search"]{-webkit-appearance:none}video,embed,iframe{max-width:100%}img{max-width:100%}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.clearfix:before,.clearfix:after,.container:before,.container:after{display:table;content:"";line-height:0}.clearfix:after,.container:after{clear:both}a,input,.thumb{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a{color:#555;text-decoration:none}a:hover,a:focus{text-decoration:none}a:hover{color:#FF6651}a:focus{outline:0;color:#555}#shareimage{display:none}body{font-size:14px;line-height:1.4;color:#555;overflow-x:hidden;}.container{max-width:1280px;text-align:left;position:relative;margin:0 auto;padding-left:10px;padding-right:10px}.content-wrap{width:100%;float:left;margin-bottom:5px}.content{position:relative}.single-post .content,.page-template-default .content{margin-right:370px;}.sidebar{float:left;width:360px;margin-left:-360px;}
 @media (max-width: 1024px){.single-post .content-wrap,.page-template-default .content-wrap{float:none;width:100%}.single-post .content,.page-template-default .content{margin-right:0}.single-post .sidebar,.page-template-default .sidebar{float:none;width:auto;margin-left:0;margin-top:5px}}
@media(max-width:979px) {.sidebar {
display:none;	
}}
.glide{position:relative;width:100%;height:100%}.glide__wrapper{overflow:hidden}.glide__track{position:relative;width:100%;height:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden}.glide__track.dragging{cursor:grabbing;user-select:none}.glide__slide{width:100%;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__arrow{cursor:pointer}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--slider .glide__slide{float:left;clear:none}.glide--carousel.glide--vertical .glide__track{overflow:visible}.glide--carousel .glide__slide{float:left;clear:none}.glide--slideshow .glide__wrapper{height:100%}.glide--slideshow .glide__slide{height:100%;position:absolute;top:0;left:0;z-index:-1;-webkit-transform-style:preserve-3d;-webkit-transform:translate3d(0px, 0px, 0px)}.glide--slideshow .glide__slide.active{z-index:1}.glide__track{margin:0;padding:0}.glide__arrows{position:absolute}.glide--horizontal .glide__arrows{top:50%;width:92%;margin-left:4%}.glide--vertical .glide__arrows{left:50%;height:88%;margin-top:6%}.glide__arrow{position:absolute;z-index:2;color:white;text-transform:uppercase;padding:15px;background-color:transparent;border:none}.glide__arrow .fa{font-size:36px}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide--horizontal .glide__arrow{transform:translateY(-50%)}.glide--horizontal .glide__arrow.prev{left:0}.glide--horizontal .glide__arrow.next{right:0}.glide--vertical .glide__arrow{transform:translateX(-50%)}.glide--vertical .glide__arrow.prev{top:0}.glide--vertical .glide__arrow.next{bottom:0}.glide__bullets{position:absolute;z-index:2;list-style:none}.glide--horizontal .glide__bullets{bottom:8%;left:0;width:100%;height:8px;text-align:center}.glide--vertical .glide__bullets{top:50%;right:8%;width:8px;height:auto;transform:translateY(-50%)}.glide__bullets>*{display:inline-block;background-color:rgba(255,255,255,0.4);width:8px;height:8px;padding:0;cursor:pointer;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out}.glide--horizontal .glide__bullets>*{margin:0 4px}.glide--vertical .glide__bullets>*{vertical-align:middle}.glide__bullets>*.active{background-color:white}.glide__bullets>*:focus{outline:none}.glide__bullets>*:hover,.glide__bullets>*:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide--slider .glide__arrow{opacity:1;transition:opacity 150ms ease}.glide--slider .glide__arrow.disabled{opacity:0.33}.tipsy{padding:5px 0;font-size:10px;position:absolute;z-index:100000}.tipsy:before{display:inline-block;content:'';border-color:transparent transparent #000 transparent;border-style:solid;border-width:5px 5px 5px 5px;position:absolute}.tipsy-n:before{top:-4px;left:50%;margin-left:-5px}.tipsy-ne:before{top:-4px;right:10px}.tipsy-inner{padding:4px 7px 3px 7px;background-color:black;color:white;max-width:200px;text-align:center;font-size:12px;border-radius:2px}.tipsy-nw:before{top:0;left:10px}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-4px;background-position:bottom left}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;background-position:bottom left}.tipsy-se .tipsy-arrow{bottom:0;right:10px;background-position:bottom left}.tipsy-e .tipsy-arrow{top:50%;margin-top:-4px;right:0;width:5px;height:9px;background-position:top right}.tipsy-w .tipsy-arrow{top:50%;margin-top:-4px;left:0;width:5px;height:9px}.header{position:relative;z-index:99;height:80px;border-bottom:1px solid #eee;background-color:#fff;box-shadow:1px 0 5px rgba(0,0,0,0.06)}.logo{float:left;overflow:hidden;margin:20px 70px 0 0;height:40px;font-size:1px;line-height:40px;color:#fff}.logo span{display:none}.logo a{display:block}.logo img{display:block;margin-bottom:100px;max-height:40px}.sitenav{float:left;font-size:18px;line-height:40px}.sitenav>ul>li.menu-item-has-children:hover>a::before{border-top-color:#FF6651}.sitenav>ul>li.menu-item-has-children>a{position:relative;padding-right:15px}.sitenav>ul>li.menu-item-has-children>a::before,.sitenav>ul>li.menu-item-has-children>a::after{content:'';position:absolute;top:50%;right:0;border-left:5px solid transparent;border-right:5px solid transparent}.sitenav>ul>li.menu-item-has-children>a::before{border-top:5px solid #555}.sitenav>ul>li.menu-item-has-children>a::after{border-top:5px solid #fff;margin-top:-1px}.sitenav ul{list-style:none;padding:0;margin:0}.sitenav ul>li{position:relative;float:left;margin-right:20px}.sitenav ul>li:hover{z-index:2}.sitenav ul>li>a{display:block;color:#555;border-bottom:2px solid transparent;padding:20px 0 18px}.sitenav ul li:hover>a,.sitenav ul li.active a:hover,.sitenav ul li a:hover{color:#FF6651}.sitenav ul li:hover>.sub-menu{visibility:visible;opacity:1;margin-top:-1px}.sitenav ul li.current-menu-item>a,.sitenav ul li.current-menu-parent>a{color:#FF6651;border-bottom-color:#FF6651}.sitenav ul .sub-menu{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;margin-top:-25px;background-color:#fff;font-size:14px;padding:6px 0;border:1px solid #999;box-shadow:0 0 10px rgba(0,0,0,0.1);line-height:32px;width:140px;margin-left:-78px;list-style:none;text-align:center;border-radius:2px}.sitenav ul .sub-menu::before,.sitenav ul .sub-menu::after{content:'';position:absolute;top:-5px;left:50%;margin-left:-3px;border-left:5px solid transparent;border-right:5px solid transparent}.sitenav ul .sub-menu::before{border-bottom:5px solid #555}.sitenav ul .sub-menu::after{border-bottom:5px solid #fff;margin-top:1px}.sitenav ul .sub-menu li{margin-right:0;float:none}.sitenav ul .sub-menu li a{display:block;padding:0 15px;border-bottom:none}.sitenav ul .sub-menu li a:hover{background-color:#eee;color:#555}.sitenav ul ul .sub-menu{left:100%;margin-left:0;top:-6px}.sitenav ul ul .sub-menu::before,.sitenav ul ul .sub-menu::after{left:-5px;transform:rotate(-90deg);margin-top:23px}.sitenav ul ul .sub-menu::after{margin-left:-2px}.searchform{float:right;margin-top:24px}.searchform .sinput{float:left;color:#999;border:solid 1px #eee;width:180px;height:32px;padding:4px 8px;border-right:none;font-size:14px;border-radius:2px 0 0 2px;outline:none}.searchform .sinput:focus{border-color:#FF6651}.searchform .sbtn{float:right;color:#fff;background-color:#FF6651;height:32px;border:none;padding:4px 10px;font-size:14px;border-radius:0 2px 2px 0;outline:none;opacity:0.9}.searchform .sbtn:hover{opacity:1}.accounts{position:relative;z-index:3;float:right;margin-top:24px;margin-left:15px}.accounts a{color:#fff;height:32px;line-height:32px;width:32px;border-radius:2px;float:left;margin-left:5px;text-align:center;position:relative}.accounts a:hover{opacity:0.8;color:#fff}.accounts a:hover .account-popover{visibility:visible;opacity:1;margin-top:0}.accounts a.account-weixin:hover{opacity:1}.accounts a .fa{font-size:18px}.accounts a .account-popover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;width:140px;margin-left:-70px;margin-top:-25px;padding-top:23px;background-color:transparent}.accounts a .account-popover .account-popover-content{background-color:#FFF;border:1px solid #999;padding:4px;border-radius:2px;position:relative}.accounts a .account-popover .account-popover-content::before,.accounts a .account-popover .account-popover-content::after{content:'';position:absolute;top:-5px;left:50%;margin-left:-3px;border-left:5px solid transparent;border-right:5px solid transparent}.accounts a .account-popover .account-popover-content::before{border-bottom:5px solid #555}.accounts a .account-popover .account-popover-content::after{border-bottom:5px solid #fff;margin-top:1px}.accounts .account-weixin{background-color:#7CD673}.accounts .account-weibo{background-color:#FF8D8D}.accounts .account-tqq{background-color:#52C3F5}.accounts .account-qzone{background-color:#FFCE00}.searchstart-on,.searchstart-off{display:none;position:absolute;top:0;right:0;line-height:80px;padding:0 15px;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.searchstart-on .fa,.searchstart-off .fa{font-size:18px}.sitenav-on{display:none;position:absolute;top:0;left:0;z-index:999995;line-height:80px;padding:0 15px;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sitenav-on .fa{font-size:18px}.sitenav-mask{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999990;background-color:#222;background-color:rgba(0,0,0,0.7);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width: 1200px){.logo{margin-right:30px}.sitenav ul li{margin-right:30px}.searchform .sinput{width:120px}.accounts{margin-left:5px}}@media (max-width: 1024px){.searchstart-on{display:block}.searchform{display:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.searchform-active .searchform{position:absolute;top:0;left:15px;right:45px;z-index:999996;padding:24px 0;margin-top:0;display:block;background-color:#fff;float:none}.searchform-active .searchform .sinput{width:100%;float:none;border-radius:2px}.searchform-active .searchform .sbtn{float:none;position:absolute;top:24px;right:0;opacity:1}.accounts{display:none}}@media (max-width: 768px){.logo{float:none;margin-left:60px;margin-right:60px;text-align:center}.logo img{margin:0 auto 100px}.sitenav{position:fixed;top:0;right:100%;bottom:0;width:80%;padding:80px 0 0;z-index:999991;font-size:14px;background-color:#fff}.sitenav>ul{overflow-y:auto;-webkit-overflow-scrolling:touch;position:absolute;top:80px;left:0;bottom:0;right:0}.sitenav>ul>li a{font-weight:bold}.sitenav>ul>li.menu-item-has-children>a::before,.sitenav>ul>li.menu-item-has-children>a::after{display:none}.sitenav ul li{float:none;margin-right:0}.sitenav ul li a{line-height:1;padding:12px 15px}.sitenav ul li:hover>a,.sitenav ul li.active a:hover,.sitenav ul li a:hover{background-color:#eee}.sitenav ul li:hover>.sub-menu{visibility:visible;opacity:1;margin-top:0}.sitenav ul li.current-menu-item>a{color:#fff;background-color:#FF6651;border-bottom:none}.sitenav ul li.current-menu-parent>a{color:#FF6651;border-bottom:none}.sitenav ul .sub-menu{display:none;position:relative;visibility:visible;opacity:1;margin-top:0;margin-left:30px;left:0;padding:0;width:auto;font-size:12px;box-shadow:none;border:none;background-color:transparent;text-align:left}.sitenav ul .sub-menu::before,.sitenav ul .sub-menu::after{display:none}.sitenav ul .sub-menu li a{padding:12px 15px}.sitenav-on{display:block;-webkit-transition-duration:500ms;transition-duration:500ms}body{-webkit-transition-duration:400ms;transition-duration:400ms}.sitenav-mask{display:block;opacity:0;visibility:hidden}.sitenav-active{position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-transform:translateX(80%);transform:translateX(80%)}.sitenav-active .sitenav-mask{opacity:1;visibility:visible}.sitenav-active .sitenav-on{left:-80%}.sitenav-active .sitenav ul .sub-menu{display:block}}
 @media (max-width: 550px){body{padding-top:50px}.header{position:fixed;top:0;left:0;right:0;height:50px;z-index:9}.logo{margin-top:10px;height:30px;line-height:30px}.logo img{max-height:30px}.searchstart-on,.searchstart-off{line-height:50px}.sitenav-on{line-height:50px}.searchform-active .searchform{padding:9px 0}.searchform-active .searchform .sbtn{top:9px}.sitenav{padding-top:50px}.sitenav>ul{top:50px}}.shares{margin-bottom:15px}.shares strong{line-height:32px;display:inline-block;font-weight:normal;color:#999}.shares a{position:relative;width:32px;height:32px;text-align:center;line-height:32px;display:inline-block;margin-right:10px;opacity:.8;border-radius:2px;cursor:pointer}.shares a:hover{opacity:1}.shares a:hover .share-popover{visibility:visible;opacity:1;margin-bottom:0}.shares a:before{height:32px;width:10px}.shares a:hover:before{-webkit-transition:right .5s;-moz-transition:right .5s;transition:right .5s;right:-70%}.shares a.share-tsina{background-color:#FF8D8D}.shares a.share-weixin{background-color:#7BD172}.shares a.share-qzone{background-color:#FBC440}.shares a.share-sqq{background-color:#F68575}.shares a.share-renren{background-color:#95B4EC}.shares a.share-tqq{background-color:#5FB2D7}.shares a.share-douban{background-color:#67CE9B}.shares a.share-huaban{background-color:#DC5E5E}.shares i{color:#fff;font-size:20px;font-weight:normal}.shares .share-popover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;opacity:0;position:absolute;bottom:100%;left:0;width:90px;height:90px;margin-bottom:20px;padding-bottom:6px;background-color:transparent}.shares .share-popover .share-popover-inner{display:block;background-color:#FFF;border:1px solid #999;padding:4px;border-radius:2px;position:relative;bottom:6px;height:90px}.shares .share-popover .share-popover-inner::before,.shares .share-popover .share-popover-inner::after{content:'';position:absolute;bottom:-5px;left:9px;border-left:5px solid transparent;border-right:5px solid transparent}.shares .share-popover .share-popover-inner::before{border-top:5px solid #555}.shares .share-popover .share-popover-inner::after{border-top:5px solid #fff;margin-bottom:1px}.f404{padding:100px 15px;text-align:center}.f404 h2{font-weight:normal;font-size:36px}.f404 h3{font-weight:normal;font-size:18px}.asst{overflow:hidden;clear:both;text-align:center;position:relative}.asst.asst-list-header{margin-top:24px}.asst.asst-list-footer{margin-top:30px}.asst.asst-single-header{margin-bottom:22.5px;margin:5px auto 5px; border:1px solid #eee; padding:15px; background-color:#2BA245; color:#fff; border-radius: 5px;}.asst.asst-single-footer{margin-bottom:25px}.asst.asst-single-comment{margin-bottom:5px}.asst.asst-page-header{margin-bottom:22.5px}.asst.asst-page-footer{margin-bottom:45px}@media (max-width: 550px){.asst.asst-list-header{margin-top:0}.asst.asst-list-footer{margin-top:15px}.asst.asst-single-header{margin-bottom:22.5px;margin:5px auto 5px; border:1px solid #eee; padding:10px; background-color:#2BA245; color:#fff}}.focusbox{text-align:center;background-color:#384047;color:#eee;padding:45px 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.focusbox .container{text-align:center}.focusbox .focusbox-title{font-weight:normal;font-size:21px;margin:0}.focusbox .focusbox-title+.focusbox-text{margin-top:4.5px}.focusbox .focusbox-text{color:#999}@media (max-width: 768px){.focusbox{padding:30px 0}.focusbox .focusbox-title{font-size:18px}.focusbox .focusbox-text{font-size:12px}}@media (max-width: 550px){.focusbox{padding:18px 0}.focusbox .focusbox-title{font-size:16px}.focusbox .focusbox-title+.focusbox-text{margin-top:1.5px}}.post-view{margin-right:10px;display:inline-block}.post-comm{display:inline-block}.post-like{position:relative;line-height:1;color:#bbb;float:right}.post-like .fa{margin-right:2px;font-size:14px;vertical-align:1px}.post-like.actived{color:#FF6651}.excerpts-wrapper{overflow:hidden;margin-top:24px}.excerpts{margin-bottom:15px;margin-right:-2%;min-height:600px}.excerpts-none{text-align:center;font-size:18px;font-weight:normal;color:#999;padding:200px 0}.excerpt{position:relative;display:inline-block;margin-right:2%;margin-bottom:2.5%;vertical-align:top}.excerpt:hover .thumb{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);transform:scale(1.03)}.excerpt h2{font-size:15px;margin:0 0 10px;height:42px;overflow:hidden}.excerpt .thumbnail{margin-bottom:10px;display:block;overflow:hidden}.excerpt .thumb{width:100%}.excerpt footer{font-size:12px;color:#bbb}.excerpt time{display:inline-block;margin-right:10px}.excerpt time.hot{color:#FF6651;font-weight:bold}.excerpt-c2{width:48%}.excerpt-c3{width:31.33333%}.excerpt-c4{width:23%}.excerpt-c5{width:18%}.excerpt-c2 h2{font-size:18px;height:auto}.excerpt-c2 time,.excerpt-c2 .post-view{margin-right:20px}.excerpt-c3 h2{font-size:17px;height:46px}.excerpt-c3 time,.excerpt-c3 .post-view{margin-right:15px}.excerpt-combine{margin-bottom:2%}.excerpt-combine:hover .thumbnail::before{opacity:0.8}.excerpt-combine .thumbnail{margin-bottom:0}.excerpt-combine .thumbnail::before{content:"";position:absolute;width:100%;height:100%;z-index:1;opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:-moz-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0,0,0,0.9)));background:-webkit-gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0,0,0,0.9)));background:gradient(linear, 0 50%, 0 100%, from(transparent), to(rgba(0,0,0,0.9)))}.excerpt-combine h2{position:absolute;bottom:0;left:0;right:0;z-index:2;margin-bottom:0;padding:15px 15px 39px;height:auto;font-weight:normal;line-height:1.3;text-shadow:-1px 1px 0 rgba(0,0,0,0.1)}.excerpt-combine h2 a,.excerpt-combine h2 a:hover{color:#fff}.excerpt-combine footer{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:0 15px 15px 15px;color:#999}.excerpt-combine footer time.hot{background-color:#FF6651;color:#fff;font-weight:normal;padding:0 3px;border-radius:2px}.excerpt-combine.excerpt-c5 h2{padding:15px 12px 45px}.excerpt-combine.excerpt-c5 footer{padding:0 12px 12px}.excerpt-combine.excerpt-hoverplugin{overflow:hidden}.excerpt-combine.excerpt-hoverplugin h2{padding-bottom:13.5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.excerpt-combine.excerpt-hoverplugin footer{bottom:-50px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.excerpt-combine.excerpt-hoverplugin:hover h2{padding-bottom:39px}.excerpt-combine.excerpt-hoverplugin:hover footer{bottom:0}.excerpt-combine.excerpt-hoverplugin.excerpt-c5:hover h2{padding-bottom:45px}@media (max-width: 1024px){.excerpt-c4{width:31.33333%}.excerpt-c5{width:23%}}
 @media (max-width: 768px){.excerpt-c4{width:48%}.excerpt-c5{width:31.33333%}.excerpt-c3{width:48%}}@media (max-width: 550px){.excerpts-wrapper{margin-top:0;margin-left:-15px;margin-right:-15px}.excerpt{display:block;width:auto;overflow:hidden;margin-bottom:0;padding:10px 15px 10px 105px;border-bottom:1px solid #f6f6f6}.excerpt .thumbnail{margin-bottom:0;float:left;width:80px;margin-left:-90px}.excerpt h2{font-size:14px;height:38px;margin-bottom:0}.excerpt h2 a{display:block}.excerpt footer{position:absolute;bottom:10px;left:105px;right:15px;line-height:1;font-size:10px}.excerpt .post-like{position:absolute;right:0;top:-1px}.excerpt .post-like .fa{font-size:10px}.excerpt-combine .thumbnail::before{display:none}.excerpt-combine h2{position:relative;padding:0;font-weight:bold;text-shadow:none}.excerpt-combine h2 a{color:#555}.excerpt-combine h2 a:hover{color:#FF6651}.excerpt-combine footer{padding:0;color:#bbb}.excerpt-combine footer time.hot{background-color:transparent;padding:0;color:#FF6651;font-weight:bold}.excerpt-combine.excerpt-hoverplugin footer{bottom:10px}.excerpt-combine.excerpt-hoverplugin:hover h2{padding-bottom:0}.excerpt-combine.excerpt-hoverplugin:hover footer{bottom:10px}.excerpt-combine.excerpt-hoverplugin.excerpt-c5:hover h2{padding-bottom:0}}.leadpager{line-height:1;margin-top:15px;margin-bottom:-10.5px;font-size:12px;color:#999;text-align:center}.leadpager::before{content:'--- '}.leadpager::after{content:' ---'}@media (max-width: 550px){.leadpager{padding-bottom:15px;margin-bottom:0;border-bottom:1px solid #f6f6f6}}.pagination{margin-bottom:10px;text-align:center;font-size:14px}.pagination ul{margin:0;padding:0;list-style-type:none}.pagination ul li{display:inline-block;margin:0 3px}.pagination ul li a,.pagination ul li span{display:inline-block;padding:7px 15px;border-radius:2px}.pagination ul li a{text-decoration:none;background-color:#ddd;color:#666;opacity:1}.pagination ul li span{cursor:default;color:#aaa}.pagination ul li a:hover,.pagination ul li a:focus{opacity:0.8}.pagination ul li.thisclass a{background-color: #ff6651 !important;
	color: #fff;margin: 0 3px;
	line-height: 20px;
	text-decoration: none;padding: 9px 15px;
	cursor: default;}.pagination ul li.next-page a{background-color:#FF6651;color:#fff}.pagination-loading{text-align:center;padding:15px 0}.pagination-loading img{max-width:70px}@media (max-width: 768px){.pagination-loading img{max-width:50px}}.ias_trigger{margin-bottom:15px;text-align:center}.ias_trigger a{display:inline-block;padding:7px 15px;border-radius:2px;background-color:#FF6651;color:#fff}.article-header{padding-bottom:7.5px}.article-title{font-size:24px;margin:0 0 10px;font-weight:bold}.article-meta{color:#999;margin-bottom:15px}.article-meta .item{margin-right:10px;display:inline-block}
 @media (max-width: 1024px){.article-title{font-size:20px}}@media (max-width: 768px){.article-meta{font-size:12px}.article-meta .item{margin-right:10px}}@media (max-width: 550px){.article-title{font-size:18px;margin-bottom:5px}.article-meta{margin-bottom:10px}}.article-content{font-size:16px;line-height:1.7;word-wrap:break-word;overflow:hidden}.article-content img{display:block;max-width:100%;height:auto}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,.article-content p,.article-content ul,.article-content ol,.article-content table,.article-content pre,.article-content blockquote,.article-content .wp-caption{margin:0 0 30px}.article-content a{color:#2F9FFF;text-decoration:underline}.article-content a:hover{color:#0087fb}.article-content pre{margin:20px 0;font:12px/20px 'courier new';background:#4A4A4A;padding:10px 20px;color:#F8F8D4;border:none}.article-content .afrom{color:#999;}.article-content .afrom a{color:#999; text-decoration:none}.article-content blockquote{margin:30px 30px;padding:15px 20px 1px;font-size:16px;color:#999;border-left:5px solid #EEE}.article-content blockquote p{margin:0;padding:0;margin-bottom:10px}.article-content h2{color:#444;font-size:20px;font-weight:bold;margin:30px 0;padding:0 0 0 10px;border-left:7px solid #FF6651;margin-left:-18px}.article-content h3{font-size:18px}.article-content h4{font-size:16px}.article-content h5{font-size:16px}.article-content h6{font-size:16px}.article-content ul,.article-content ol{margin:0 0 30px 13px}.article-content p{margin-bottom:20px}.article-content pre{word-wrap:break-word}.article-content table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:30px}.article-content table th{background-color:#f9f9f9;text-align:center}.article-content table th,.article-content table td{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}.article-content embed[align="middle"]{margin:0 auto;display:block}.article-content .alignnone{margin:0 auto}.article-content .alignleft{text-align:left}.article-content .aligncenter{margin:0 auto;text-align:center;display:block}.article-content .aligncenter img{margin:0 auto}.article-content .alignright{text-align:right}.article-content .wp-caption{margin-bottom:25px;max-width:100%}.article-content .wp-caption img{margin-bottom:5px}.article-content .wp-caption p{margin:0;text-indent:0}.article-content .wp-caption .alignnone{text-align:center}.article-content .wp-caption .wp-caption-text{font-size:14px;color:#999}.article-copyright{margin-bottom:30px}.article-paging{text-align:center;font-size:12px;overflow:hidden;clear:both;margin:15px 0 45px}.article-paging span{margin:3px 2px;display:inline-block;padding:7px 15px;border-radius:2px;background-color:#bbb;color:#fff}.article-paging a span{background-color:#eee;color:#999}.article-paging a:hover span{background-color:#384047;color:#fff}.article-actions{margin:0px auto 25px; text-align:center}.article-actions .shares{float:left;margin-bottom:0}.article-actions .shares strong{color:#999;display:block;margin-bottom:10px;font-size:12px;font-weight:normal;line-height:1}.article-actions .action-like,.article-actions .action-rewards{display:inline-block;border-radius:2px;padding:0 15px;height:32px;line-height:31px;font-size:14px;text-align:center;min-width:80px;color:#fff;background-color:#F7B10D;margin-left:22px auto;opacity:0.8}.article-actions .action-like:hover,.article-actions .action-rewards:hover{opacity:1;cursor:pointer;}.article-actions .action-like i,.article-actions .action-rewards i{font-size:14px;margin-right:3px;position:relative}.article-actions .action-like{background-color:#FF6651}.article-actions .action-like i{margin-right:5px;top:-1px}
 @media (max-width: 550px){.article-actions{margin:0 0 25px; text-align:center}.article-actions .shares{float:none;margin-bottom:25px}.article-actions .action-like,.article-actions .action-rewards{float:none;display:inline-block;margin:0 10px;font-size:12px}}
 .article-wechats{text-align:center; margin-bottom:10px;}.article-wechatitem{display:inline-block;text-align:left;width:320px;border-radius:2px;border:1px solid #eee;padding:10px 10px 10px 75px;box-shadow:2px 2px 0 rgba(0,0,0,0.02);overflow:hidden;position:relative}.article-wechatitem img{width:50px;height:50px;float:left;margin-left:-65px}.article-wechatitem-tit{font-weight:bold;margin-bottom:10px;height:19px;}.article-wechatitem-desc{font-size:12px;color:#bbb;height:20px;overflow:hidden; color:#7BD172}.article-wechatitem-users{position:absolute;bottom:15px;color:#7BD172;font-size:12px}
 @media (max-width: 550px){.article-wechatitem{max-width:320px;width:auto;}}
 .rewards-popover-mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;display:none}.rewards-popover{position:fixed;top:50%;left:50%;margin:-200px 0 0 -275px;width:550px;background-color:#FFF;padding:40px 20px 50px;border-radius:4px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.4);z-index:9999;display:none;text-align:center}.rewards-popover h3{font-size:18px;font-weight:bold;text-align:center;margin:0 15px 30px}.rewards-popover-item{display:inline-block;width:200px;margin:0 20px}.rewards-popover-item h4{margin:0 20px 10px;font-size:15px}.rewards-popover-item img{width:200px;height:200px;background-color:#eee;border-radius:2px;padding:5px}.rewards-popover-close{position:absolute;top:0;right:0;padding:15px;font-size:16px;line-height:1;color:#999;cursor:pointer}.rewards-popover-close:hover{color:#666}
 @media (max-width: 768px){.rewards-popover{width:300px;margin-left:-150px;margin-top:-125px;padding:30px 10px}.rewards-popover h3{font-size:16px;margin:0 5px 15px}.rewards-popover-item{width:125px;margin:0 5px 5px 5px}.rewards-popover-item h4{font-size:12px;margin:0 0 10px}.rewards-popover-item img{width:125px;height:125px}.article-content .afrom{color:#999; font-size:12px; margin-top:0; margin-bottom:3px}.article-content .afrom a{color:#999; text-decoration:none; font-size:12px; margin-top:0; margin-bottom:3px}}
 .article-tags{margin-bottom:0px; margin-top:15px;}.article-tags a{display:inline-block;padding:8px 10px 7px;line-height:1;font-size:12px;border-radius:2px;margin-right:5px;color:#999;background-color:#eee; margin-bottom:5px}.article-tags a:hover{color:#fff;background-color:#FF6651}.article-nav{clear:both;overflow:hidden;color:#999;font-size:12px;margin-bottom:25px}.article-nav a{font-size:14px}.article-nav .article-nav-prev{float:left;width:50%}.article-nav .article-nav-next{float:right;width:50%;text-align:right}
 @media (max-width: 550px){.article-nav{display:none}}
 .postitems{margin-bottom:5px; margin-top:20px;}.postitems h3{margin:0 0 15px;line-height:1;font-size:15px;font-weight:bold}.postitems ul{list-style:none;padding:0;overflow:hidden;margin:0 -15px 0 0}.postitems ul:after{display:block;content:'';clear:both}.postitems li{width:calc(24.5% - 10px);margin-right:10px;margin-bottom:22.5px;display:inline-block;vertical-align:top}.postitems li .thumb{margin-bottom:5px; height:160px; width:100%}
@media (max-width: 1200px){.postitems li .thumb{height:140px;}.d_postlistsec{}}
 @media (max-width: 560px){.postitems ul{margin-right:-15px}.postitems li{width:calc(49% - 5px);margin-right:5px}.postitems li img{width:100%}}.postformat-gallery .article-content,.postformat-image .article-content,.postformat-video .article-content{margin:24px 0}.gallerybox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;background-color:#0C0C0C;background-color:rgba(0,0,0,0.9)}.gallerybox .glide__slide{position:relative}.gallerybox .gallerybox-item{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0 auto}.gallerybox .gallerybox-item img{max-height:100%;width:auto}.gallerybox .gallerybox-itemdesc{position:absolute;bottom:12%;width:40%;left:30%;text-align:center;color:#ddd;font-size:14px;border-radius:100px;background-color:rgba(0,0,0,0.4);padding:15px 30px}.gallerybox .gallerybox-close{position:fixed;top:0;right:0;color:#ddd;padding:30px;cursor:pointer}.gallerybox .gallerybox-close .fa{font-size:20px;line-height:1}.gallerybox .gallerybox-close:hover{color:#fff}
 @media (max-width: 1024px){.postitems li .thumb{height:220px}.gallerybox .glide--horizontal .glide__arrows{width:100%;margin-left:0}.gallerybox .glide__arrow{padding:30px 15px;background-color:rgba(0,0,0,0.5)}.gallerybox .glide__arrow:hover{background-color:rgba(0,0,0,0.8)}.gallerybox .glide--horizontal .glide__bullets{bottom:5%}}
  @media (max-width: 998px){.postitems li{width:calc(24.5% - 10px);}.postitems li .thumb{height:160px;}}
 @media (max-width: 800px){.postitems li{width:calc(24.5% - 10px);}.postitems li .thumb{height:150px;}}
  @media (max-width: 760px){.postitems li{width:calc(49% - 10px);}.postitems li .thumb{height:220px;}}
@media (max-width: 660px){.postitems li{width:calc(49% - 10px);}.postitems li .thumb{height:180px;}}
 @media (max-width: 550px){.postitems li .thumb{height:160px;}.gallerybox .glide__arrow{padding:20px 10px}.gallerybox .glide__arrow .fa{font-size:20px}}
 @media (max-width: 360px){.postitems li .thumb{height:130px;}}
 .gallery .glide{margin-bottom:50px}.gallery .glide:hover .glide__arrow{display:block}.gallery ul.glide__track{margin:0;padding:0}.gallery .glide__bullets{bottom:-5px}.gallery .glide__arrow{display:none;background-color:rgba(0,0,0,0.5);border-radius:2px;padding:15px 10px}.gallery .glide__arrow .fa{font-size:18px;color:#fff}.gallery .glide__bullets>*{background-color:#bbb}.gallery .glide__bullets>*:hover,.gallery .glide__bullets>*:focus{border:2px solid #bbb}.gallery .glide__bullets>*.active{background-color:#666}.gallery .glide__slide{position:relative}.gallery .gallery-item{margin:0 auto}.gallery .gallery-item img{margin:0 auto}.gallery .gallery-itemdesc{position:absolute;bottom:10px;width:50%;left:25%;text-align:center;background-color:rgba(0,0,0,0.4);padding:5px 15px;font-size:14px;border-radius:100px;color:#eee}.gallery-size-large,.gallery-size-medium,.gallery-size-thumbnail{overflow:hidden;margin-bottom:22.5px;margin-right:-2%}.gallery-size-large .gallery-item,.gallery-size-medium .gallery-item,.gallery-size-thumbnail .gallery-item{display:inline-block;vertical-align:top;margin-bottom:2%;margin-right:2%;text-align:center}.gallery-size-large .gallery-item img,.gallery-size-medium .gallery-item img,.gallery-size-thumbnail .gallery-item img{margin:0 auto}.gallery-size-large .gallery-caption,.gallery-size-medium .gallery-caption,.gallery-size-thumbnail .gallery-caption{margin-top:4px;font-size:14px;color:#999}.gallery-size-large.gallery-columns-1 .gallery-item,.gallery-size-medium.gallery-columns-1 .gallery-item,.gallery-size-thumbnail.gallery-columns-1 .gallery-item{width:98%}.gallery-size-large.gallery-columns-2 .gallery-item,.gallery-size-medium.gallery-columns-2 .gallery-item,.gallery-size-thumbnail.gallery-columns-2 .gallery-item{width:48%}.gallery-size-large.gallery-columns-3 .gallery-item,.gallery-size-medium.gallery-columns-3 .gallery-item,.gallery-size-thumbnail.gallery-columns-3 .gallery-item{width:31.33333%}.gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item{width:23%}.gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item{width:18%}.gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item{width:14.66667%}.gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item{width:12.28571%}.gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item{width:10.5%}.gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item{width:9.11111%}
 @media (max-width: 768px){.gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item{width:31.33333%}.gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item{width:23%}.gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item{width:23%}.gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item{width:18%}.gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item{width:14.66667%}.gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item{width:12.28571%}}
 @media (max-width: 550px){.gallery-size-large,.gallery-size-medium,.gallery-size-thumbnail{margin-right:-4%}.gallery-size-large .gallery-item,.gallery-size-medium .gallery-item,.gallery-size-thumbnail .gallery-item{margin-bottom:4%;margin-right:4%}.gallery-size-large.gallery-columns-1 .gallery-item,.gallery-size-medium.gallery-columns-1 .gallery-item,.gallery-size-thumbnail.gallery-columns-1 .gallery-item{width:96%}.gallery-size-large.gallery-columns-2 .gallery-item,.gallery-size-medium.gallery-columns-2 .gallery-item,.gallery-size-thumbnail.gallery-columns-2 .gallery-item{width:46%}.gallery-size-large.gallery-columns-3 .gallery-item,.gallery-size-medium.gallery-columns-3 .gallery-item,.gallery-size-thumbnail.gallery-columns-3 .gallery-item{width:46%}.gallery-size-large.gallery-columns-4 .gallery-item,.gallery-size-medium.gallery-columns-4 .gallery-item,.gallery-size-thumbnail.gallery-columns-4 .gallery-item{width:46%}.gallery-size-large.gallery-columns-5 .gallery-item,.gallery-size-medium.gallery-columns-5 .gallery-item,.gallery-size-thumbnail.gallery-columns-5 .gallery-item{width:29.33333%}.gallery-size-large.gallery-columns-6 .gallery-item,.gallery-size-medium.gallery-columns-6 .gallery-item,.gallery-size-thumbnail.gallery-columns-6 .gallery-item{width:29.33333%}.gallery-size-large.gallery-columns-7 .gallery-item,.gallery-size-medium.gallery-columns-7 .gallery-item,.gallery-size-thumbnail.gallery-columns-7 .gallery-item{width:21%}.gallery-size-large.gallery-columns-8 .gallery-item,.gallery-size-medium.gallery-columns-8 .gallery-item,.gallery-size-thumbnail.gallery-columns-8 .gallery-item{width:21%}.gallery-size-large.gallery-columns-9 .gallery-item,.gallery-size-medium.gallery-columns-9 .gallery-item,.gallery-size-thumbnail.gallery-columns-9 .gallery-item{width:16%}}.image-container{text-align:center;padding-top:15px;padding-bottom:15px}.image-header{margin-bottom:30px}.image-title{margin:0 0 7.5px}.image-meta{color:#999}.image-content img{height:auto}.image-navigation{margin-top:30px;margin-bottom:30px}.image-navigation a{padding:7px 15px;display:inline-block;border-radius:2px;background-color:#FF6651;opacity:1;color:#fff}.image-navigation a:hover{opacity:0.8}.image-caption,.image-description{margin:0 auto 30px;max-width:600px}
 @media (max-width: 1024px){.image-title{font-size:18px}}.page-template-blank .article-header{text-align:center;margin:24px 0}.page-template-blank-2 .article-content{margin:24px 0}.tagslist{overflow:hidden}.tagslist ul{list-style-type:none;padding:0;margin:0;margin-right:-15px}.tagslist li{float:left;width:calc(20% - 15px);margin-right:15px;margin-top:15px;border:1px solid #eee;padding:15px;border-radius:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tagslist li:hover{border-color:#999}.tagslist li:hover .name{background-color:#384047;color:#fff}.tagslist li .name{background-color:#eee;display:inline-block;padding:5px 10px 4px;font-size:12px;color:#666}.tagslist li .name:hover{background-color:#FF6651;color:#fff}.tagslist li small{margin-left:10px;color:#bbb}.tagslist li p{margin:10px 0 0;font-size:12px;height:36px;overflow:hidden;display:block;line-height:1.5}.tagslist li p a{color:#999}.tagslist li p a:hover{color:#555}
 @media (max-width: 1024px){.tagslist li{width:calc(25% - 15px)}}
 @media (max-width: 768px){.tagslist li{width:calc(33.3333333% - 15px)}}
 @media (max-width: 550px){.tagslist li{width:calc(50% - 15px)}}.widget{clear:both;position:relative;margin-bottom:22.5px}.widget h3 {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    margin: 5px 0px;
    padding: 0 10px; line-height:45px;
    position: relative;
}.widget ul{list-style:none;padding:0;margin:0}.widget ul ul{border:none}.widget ul:before,.widget ul:after{display:table;content:"";line-height:0}.widget ul:after{clear:both}.widget_text{border:1px solid #eee;border-radius:2px;padding:15px}.widget_text h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_text .textwidget{color:#999}.widget_meta{border:1px solid #eee;border-radius:2px;padding:15px}.widget_meta h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_meta ul{color:#999}.widget_meta ul li{list-style:disc;margin-left:20px;margin-bottom:5px}.widget_categories{border:1px solid #eee;border-radius:2px;padding:15px}.widget_categories h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_categories ul{color:#bbb}.widget_categories li .children{margin-top:10px}.widget_categories li{margin-bottom:7px;list-style:disc;margin-left:20px}.widget_categories li ul{padding:0 0 0 15px}.widget_categories select{margin-top:10px;width:100%;height:36px;line-height:36px;padding:4px 5px;border:1px solid #e6e6e6;border-radius:2px}.widget_categories .screen-reader-text{display:none}.widget_archive{border:1px solid #eee;border-radius:2px;padding:15px}.widget_archive h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_archive ul{color:#bbb}.widget_archive li{float:left;width:43%;margin:5px 0 5px 20px;list-style:disc}.widget_archive li a{margin-right:5px}.widget_archive select{margin-top:10px;width:100%;height:36px;line-height:36px;padding:4px 5px;border:1px solid #e6e6e6;border-radius:2px}.widget_archive .screen-reader-text{display:none}.widget_tag_cloud{border:1px solid #eee;border-radius:2px;padding:15px}.widget_tag_cloud h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_tag_cloud .tagcloud a{display:inline-block;margin:3px 10px 3px 0}.widget_calendar h3{display:none}.widget_calendar table{width:100%;text-align:center}.widget_calendar table caption{margin-bottom:5px;font-size:15px;font-weight:bold}.widget_calendar table #prev a,.widget_calendar table #next a{display:block;padding:0 10px}.widget_calendar table #prev{text-align:left}.widget_calendar table #next{text-align:right}.widget_calendar table tbody td,.widget_calendar table tfoot td,.widget_calendar table thead th{padding:5px 3px;border:1px solid #eee}.widget_calendar table thead th{background-color:#fbfbfb;text-align:center}.widget_calendar table tbody td a{display:block;margin:0 3px;background-color:#666;color:#fff}.widget_calendar table tbody td a:hover{background-color:#444}.widget_pages{border:1px solid #eee;border-radius:2px;padding:15px}.widget_pages h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_pages ul{color:#bbb}.widget_pages li{float:left;width:43%;margin:5px 0 5px 20px;list-style:disc}.widget_recent_entries{border:1px solid #eee;border-radius:2px;padding:15px}.widget_recent_entries h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px;margin-bottom:0}.widget_recent_entries li{border-bottom:solid 1px #eee;padding:10px 0}.widget_recent_entries li:last-child{padding-bottom:0;border-bottom:none}.widget_recent_entries .post-date{display:block;font-size:12px;color:#bbb;margin-top:5px}.widget_nav_menu{border:1px solid #eee;border-radius:2px;padding:15px}.widget_nav_menu h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px;margin-bottom:0}.widget_nav_menu ul{color:#999}.widget_nav_menu ul li{margin:10px 0 0 20px;list-style:disc}.widget_links{border:1px solid #eee;border-radius:2px;padding:15px}.widget_links h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px}.widget_links ul{color:#bbb}.widget_links li{float:left;width:43%;margin:5px 0 5px 20px;list-style:disc}.widget_rss{border:1px solid #eee;border-radius:2px;padding:15px}.widget_rss h3{background-color:#fbfbfb;border-bottom:1px solid #eee;margin:-15px -15px 15px;padding:15px;margin-bottom:0}.widget_rss .rsswidget img{display:none}.widget_rss ul{color:#999}.widget_rss li{border-bottom:solid 1px #eee;padding:15px 0}.widget_rss li:last-child{padding-bottom:0;border-bottom:none}.widget-asst{border-radius:2px;overflow:hidden;text-align:center}.widget-asst img{display:block;margin:0 auto}.widget-textasst a{display:block;padding:0 15px 15px;border:1px solid #eee;background-color:#fff;font-size:12px;border-radius:2px}.widget-textasst a h2{font-size:20px;font-weight:normal;margin:10px 0}.widget-textasst a p{color:#999;margin-bottom:0}.widget-textasst a strong{margin:-1px 0 0 0;display:inline-block;padding:4px 10px;color:#fff;font-size:14px;font-weight:normal}.widget-textasst a.style01{color:#45B6F7}.widget-textasst a.style01:hover{border-color:#45B6F7}.widget-textasst a.style01 strong{background-color:#45B6F7}.widget-textasst a.style02{color:#FF5E52}.widget-textasst a.style02:hover{border-color:#FF5E52}.widget-textasst a.style02 strong{background-color:#FF5E52}.widget-textasst a.style03{color:#5CB85C}.widget-textasst a.style03:hover{border-color:#5CB85C}.widget-textasst a.style03 strong{background-color:#5CB85C}.widget-textasst a.style04{color:#C35BFF}.widget-textasst a.style04:hover{border-color:#C35BFF}.widget-textasst a.style04 strong{background-color:#C35BFF}.widget-postlist{margin-bottom:10px}.widget-postlist ul{margin-right:-15px}.widget-postlist li{ float:left;display:inline-block;vertical-align:top;width:calc(50% - 10px);margin-right:5px;margin-bottom:22.5px}.widget-postlist .thumb{margin-bottom:5px;}.widget-postlist li span,.postitems li span{ height:40px; line-height:20px; float:left; width:100%; overflow:hidden}
 @media (max-width: 1024px){.widget-postlist li{width:calc(24.9% - 10px)}.widget-postlist .thumb{ width:100%}}
 @media (max-width: 800px){.widget-postlist li{width:calc(24.8% - 6px);}.widget-postlist .thumb{ }}
  @media (max-width: 760px){.widget-postlist li{width:calc(49.6% - 10px);}.widget-postlist .thumb{ }}
@media (max-width: 660px){.widget-postlist li{width:calc(49.6% - 10px);}.widget-postlist .thumb{ }}
 @media (max-width: 560px){.widget-postlist li{width:calc(49.6% - 10px)}.widget-postlist .thumb{ }}
 @media (max-width: 360px){.widget-postlist li .thumb{height:130px;}}
 
 .widget-comments a{padding:5px 0 5px 52px;display:block;overflow:hidden;position:relative;color:#777}.widget-comments li:last-child a{padding-bottom:0}.widget-comments a:hover{color:#444}.widget-comments a:hover .inner{background-color:#fbfbfb}.widget-comments .inner{border-radius:2px;padding:12px 15px;border:1px solid #eee;position:relative}.widget-comments .inner::before,.widget-comments .inner::after{content:'';position:absolute;left:-5px;top:9px;border-top:5px solid transparent;border-bottom:5px solid transparent}.widget-comments .inner::before{border-right:5px solid #aaa}.widget-comments .inner::after{border-right:5px solid #fff;margin-bottom:1px}.widget-comments time{display:block;font-size:12px;color:#bbb;margin-bottom:3px}.widget-comments strong{margin-right:10px;color:#bbb}.widget-comments .avatar{float:left;width:42px;height:42px;margin-left:-52px;border-radius:50%}.comments-title{margin:0;line-height:1;margin-bottom:15px;font-weight:bold;font-size:15px}.comments-title small{font-weight:normal;display:inline-block;margin-left:10px;color:#999;font-size:12px}.comments-respond{position:relative;margin-bottom:15px}.comt{position:relative;padding-left:52px}.comt-title{font-size:12px;color:#999;float:left;margin-left:-52px;width:42px;text-align:center}.comt-title .avatar{height:42px;width:42px;border-radius:2px;margin-bottom:5px}.comt-title p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comt-box{border:2px solid #ccd4d9;padding:5px 10px 0;border-radius:2px;background-color:#fff;position:relative}.comt-area{width:100%;resize:none;overflow-x:hidden;overflow-y:auto;border:none;line-height:22px;font-size:14px;outline:0;color:#666;height:72px}.comt-ctrl{background-color:#fbfbfb;height:36px;margin-left:-10px;border-top:solid 1px #f2f2f2}.comt-submit{position:absolute;right:-2px;bottom:-2px;background:#FF6651;border:none;border:2px solid;border-color:#FF6651;border-left:none;border-top:none;padding:0px;width:100px;height:38px;line-height:38px;color:#fff;outline:0;border-radius:0 0 2px 0;font-size:16px}.comt-count{float:right;color:#999;margin-bottom:5px}.comt-tips{text-align:center;margin-right:110px;line-height:116px;font-size:18px;color:#fff}.comt-tips .comt-tip{position:absolute;top:-2px;left:-2px;background:#7AD071;right:-2px;z-index:2;bottom:-2px;border-radius:2px}.comt-error{background:#FF5E52}.comt-comterinfo{padding:15px 0;text-align:center}.comt-comterinfo ul{padding:0;margin:0;list-style:none;text-align:left;display:inline-block;color:#999}.comt-comterinfo li{margin-bottom:10px}.comt-comterinfo input{margin-right:10px;position:relative;border:2px solid #CCD4D9;border-radius:2px;height:36px;padding:4px 8px;outline:none;width:220px;box-shadow:none;*height:20px}
 @media (max-width: 550px){.comt-submit{font-size:12px}.comt-comterinfo{text-align:left}.comt-comterinfo ul{display:block}.comt-comterinfo li{height:36px;overflow:hidden}.comt-comterinfo input{width:100%}}.postcomments{margin-bottom:45px}.commentlist{padding:0;list-style:none;margin:0}.comment{position:relative;padding:15px 0 15px 52px;overflow:hidden;border-bottom:1px solid #eee}.comment .comments-respond{margin-top:30px}.comment .comt-avatar{width:42px;height:42px;background-color:#FFF;float:left;position:relative;margin-left:-52px}.comment .comt-avatar .avatar{display:block;border-radius:2px;width:42px;height:42px}.comment .comt-main{position:relative;margin-right:50px;color:#666;font-size:14px;word-wrap:break-word}.comment .comt-main p{margin-top:15px;margin-bottom:0}.comment .comt-author{margin-right:10px}.comment .url{color:#999}.comment .url:hover{color:#666;text-decoration:underline}.comment .comt-meta{font-size:12px;color:#bbb;margin-top:7px}.comment .comment-reply-link{font-size:12px;color:#bbb;display:none;margin-left:30px}.comment .comment-reply-link:hover{color:#666}.comment .comt-f{position:absolute;top:15px;right:0;font-size:16px;color:#bbb}.comment .comt-approved{border-radius:2px;font-size:12px;background-color:#666;color:#fff;display:inline-block;padding:2px 3px 1px;line-height:1;margin-right:10px}.comment .children{list-style:none;padding:0}.comment .children .comment{margin:15px 0 0;border-top:1px solid #eee;border-bottom:none;padding-bottom:0}.comment pre{margin:3px 0 5px;padding:7px 10px;border-radius:1px}.comment .depth-1{border-bottom:#eee 1px solid}.comment .wp-smiley{margin-bottom:2px}.comment:hover{background-color:#f8f8f8}.comment:hover .comt-f{color:#666}.comment:hover .comment-reply-link{display:inline-block}#cancel-comment-reply-link{display:none;font-size:12px;text-align:center;margin-top:7px;color:#999}#cancel-comment-reply-link:hover{color:#666}.comment #cancel-comment-reply-link{display:block}.comments-pagination{margin-top:15px;text-align:center;font-size:14px}.comments-pagination a,.comments-pagination span{display:inline-block;padding:7px 15px;border-radius:2px;margin:0 2px}.comments-pagination a{text-decoration:none;background-color:#ddd;color:#666;opacity:1}.comments-pagination span{cursor:default;color:#aaa}.comments-pagination a:hover,.comments-pagination a:focus{opacity:0.8}.comments-pagination .current{color:#fff;background-color:#aaa}.footer{clear:both;color:#bbb;padding-top:20px;padding-bottom:20px;border-top:1px solid #eee;margin-top:5px;font-size:12px;text-align:center;background-color:#333}.footer a{color:#bbb}.footer a:hover{color:#999}.rollbar{position:fixed;right:15px;bottom:15px;z-index:999;width:50px;display:none}.rollbar .rollbar-item{position:relative;margin-top:10px;text-align:center;height:50px;border-radius:2px;background-color:#666;color:#fff;opacity:0.5;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.rollbar .rollbar-item:hover{color:#fff;opacity:0.9}.rollbar .rollbar-item .fa{line-height:50px;font-size:24px}
 @media (max-width: 768px){.rollbar{right:-100px}.speedbar { display:none;}.article-header { margin-top:20px;}}
.speedbar {
	clear: both;
	color: #666;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	padding: 0px 10px 0px;
	line-height: 45px; margin-top:5px; font-size:16px;
*zoom:1;
	overflow: hidden;
	height: 45px;
	margin-bottom: 10px
}
.speedbar i {
	opacity: .50;
	filter: alpha(opacity=50)
}
.speedbar .btn-group {
	float: right;
	margin-left: 6px
}
.topnotice {
	background-color:#00AA23; color:#FFFFFF; margin:3px auto; padding:10px; text-align:center
}
.topads {
	display:block; margin:5px auto 0px; border:1px solid #eee; padding:5px; text-align:center; overflow:hidden
}
.top_d_a {
	display:block; margin:5px auto 0px; border:1px solid #eee; padding:5px; text-align:center; overflow:hidden
}
.bottomads {
	margin:0px auto 5px; text-align:center
}
.bottom_d_a {
	margin:0px auto; text-align:center
}
.articlecomments {
	border-bottom:1px solid #eee;
}
.d_postlisttop {
	border-bottom:1px solid #eee;
}

.d_link {
	/*padding: 0 10px 10px*/
}
/*.d_link a:nth-child(9n) {
	background-color: #4a4a4a
}
.d_link a:nth-child(9n+1) {
	background-color: #15a287
}
.d_link a:nth-child(9n+2) {
	background-color: #5cb85c
}
.d_link a:nth-child(9n+3) {
	background-color: #d9534f
}
.d_link a:nth-child(9n+4) {
	background-color: #567e95
}
.d_link a:nth-child(9n+5) {
	background-color: #b433ff
}
.d_link a:nth-child(9n+6) {
	background-color: #00a67c
}
.d_link a:nth-child(9n+7) {
	background-color: #b37333
}
.d_link a:nth-child(9n+8) {
	background-color: #f60
}
*/.d_link a {
	width: 99%;
	color: #999;
	background-color: #f6f6f6;
	display: inline-block;
	margin: 0 0px 5px 0;
	line-height: 30px; padding:0px 5px 0px 6px;
}
.d_link a:hover {
background-color:#ff6651;
    color: #fff;
}

@media (max-width: 550px){
.top_d_a {padding:0px; border:0px;}
.bottom_d_a {
	margin:0px auto 15px; text-align:center
}
}
/*! 
 * 子栏目推荐
 */
.typeson {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 0px; margin-top:15px;
}
.typeson h2 {
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px dotted #e4e4e4;
	padding: 0px 0px 0px;
	margin:0 0 0px;
}
.typeson ul {
	padding: 0px 0 5px 5px;
	overflow: hidden
}
.typeson li {
	float: left;
	width: 12.5%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #bbb; text-align:left
}
.typeson li i {
	vertical-align: middle
}
.typeson a {
	margin-right: 20px;
	padding-left: 5px; font-size:14px;
}	
@media(max-width:980px) {
.typeson li {
	float: left;
	width: 16.6%
}
.typeson a {
	height: auto;
	text-align: left;
	line-height: 14px;
	border-left: 0
}}
@media(max-width:767px) {
.typeson li {
	float: left;
	width: 20%
}}
@media(max-width:500px) {
.typeson li {
	float: left;
	width: 25%
}
@media(max-width:400px) {
.typeson li {
	float: left;
	width: 33.3%
}
@media(max-width:334px) {
.typeson li {
	float: left;
	width: 50%
}
}