/* 未能缩小。正在返回未缩小的内容。
(2990,1): run-time error CSS1035: Expected colon, found '}'
(2995,5): run-time error CSS1035: Expected colon, found '}'
(3000,5): run-time error CSS1035: Expected colon, found '}'
: error : 索引超出了数组界限。
 */

html {
	font-family:"microsoft yahei","微软雅黑",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

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 {
	padding: 0;
	border: 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-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,th {
	padding: 0
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000!important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}
}

/***/
@font-face {
  font-family: 'Glyphicons';
  src: url('/skin/App_Style/fonts/glyphicons-regular.eot');
  src: url('/skin/App_Style/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), 
      url('/skin/App_Style/fonts/glyphicons-regular.woff') format('woff'), 
      url('/skin/App_Style/fonts/glyphicons-regular.ttf') format('truetype'), 
      url('/skin/App_Style/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e185"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e185"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}



html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "microsoft yahei","微软雅黑";
    font-size: 16px;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #333;
    text-decoration: none;
}

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display:inline-block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.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;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width:769px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:769px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: .2rem;
    padding-left: .2rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1250px) {
    .container {
        /*width: 1250px;*/
        width: 100%;padding: 0 40px;
    }
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:767px) {
    .container-fluid {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-25 {
    width: 20%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }
    
    .col-md-3 {
        width: 25%;
    }
    .col-md-25 {
        width: 20%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1250px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }
    
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-25 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=radio]: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: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143;\9
}

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
        line-height: 1.5;\9
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
        line-height: 1.33;\9
    }

:root input[type=date], :root input[type=time], :root input[type=datetime-local], :root input[type=month], _:-ms-fullscreen {
    line-height: 1.42857143;
}

    :root input[type=date].input-sm, :root input[type=time].input-sm, :root input[type=datetime-local].input-sm, :root input[type=month].input-sm, _:-ms-fullscreen.input-sm {
        line-height: 1.5;
    }

    :root input[type=date].input-lg, :root input[type=time].input-lg, :root input[type=datetime-local].input-lg, :root input[type=month].input-lg, _:-ms-fullscreen.input-lg {
        line-height: 1.33;
    }

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control, select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
    height: auto;
}

.form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.form-group-lg .form-control, select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:769px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    right: 10px;
    position: absolute;
    top: 21px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
        }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:769px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width:769px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:769px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:769px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
}

@media (min-width:769px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    /*padding-right: 15px;
    padding-left: 15px;*/
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    padding: 0 40px;
}

@media (min-width:769px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width:769px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:769px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:769px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:769px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

@media (max-width:768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:769px) {
    .navbar-nav {
        float:right;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:769px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:769px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:769px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:769px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default .navbar-brand {
    color: #777;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #5e5e5e;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:769px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
        padding-top:0px;
    }

    .media-right, .media > .pull-right {
        padding-left: 10px;
    }

    .media-left, .media > .pull-left {
        padding-right: 10px;
    }

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:769px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:768px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:768px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:768px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:768px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1250px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1250px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1250px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1250px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@charset "UTF-8";
@import "animate.min.css";
@import "MenuSkin.css";
html, body {
    width: 100%;
    overflow-x: hidden;
}

h6, .h6 {
    font-weight: inherit;
}

@media (min-width: 415px) {
    p {
        line-height: 200%;
    }
}
.Foot_menu {display:none;}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Clear {
    clear: both;
}

.floatL {
    float: left;
}

.ConBig img {
    padding: 0 !important;
}
.style10.nav,style11.nav {padding-top:.2rem;}
/*全屏展示*/
@media (min-width: 768px) {
    .article {
        font-size: 16px;
    }

        /*.article img {
            padding: 10px;
        }*/

    .ConBig img {
        margin-top: 90px;
    }

}

@media(max-width: 992px) {
    html, body {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    html, body {
        font-size: 12px;
    }

    img {
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .article img {
        /*padding-top: 5px;
        padding-bottom: 5px;*/
        display:inline-block;
    }

    .ConBig img {
        margin-top: .6rem;
    }
.nav {padding-top:0;}
    /*全屏展示*/
    h1,
    .h1 {
        font-size: 18px;
    }

    h2,
    .h2 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    p {
        margin: 4px 0px 0;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    td {
        word-break: break-all;
        word-wrap: break-word;
    }
}

li {
    list-style: none;
}
/*去除点击链接时出现的虚线框*/
a:focus {
    outline: none !important;
}
/*针对火狐浏览器不出现红色框*/
input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid {
    box-shadow: none;
}
/*滚动过渡效果*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*回到顶部*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1.4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before {
    content: "\f106";
}

#float_top {
    position: fixed !important;
    position: absolute;
    right: 0;
    bottom: 0px;
    _top: expression(documentElement.clientHeight - getElementById("float_top").offsetHeight + documentElement.scrollTop + "px");
    background-color: #ffffff;
    box-shadow: .01rem .01732rem .12rem 0px rgba( 0, 0, 0, .14 ), .01rem 1.732px .03rem 0px rgba( 0, 0, 0, .12 );
    transition: all 1s ease;
    bottom: .15rem;
    right: .2rem;
    font-size: .26rem;
    display: none;
    position: fixed;
    text-decoration: none;
    width: .4rem;
    height: .4rem;
    line-height: .35rem;
    text-align: center;
    border-radius: 100%;
    z-index: 999;
}

    #float_top a {
        width: .4rem;
        height: .4rem;
    }

        #float_top a:hover {
            color: #ffffff;
        }
/*页脚*/ /*margin-top: 40px;*/
.footerMtop {
    margin-top: 40px !important;
}

.footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    clear: both;
}

    .footer a {
        color: #fff;
    }

    .footer p {
        margin: 0;
    }

    .footer .fbody {
        padding: 8px 40px;
    }

@media(min-width:992px) {
    .footerMtop {
        margin-top: 40px !important;
    }

    .footer .fmenu {
        height: auto;
        padding: 40px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 20px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                display: inline-block;
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 15px;
                padding-right: 5px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 26px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 10px;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 30px;
        }
}

@media(max-width: 768px) {
    .footerMtop {
        margin-top: 20px !important;
    }

    .footer {
        line-height: 180%;
    }

    .fbody {
        padding: 8px!important;
    }
/*底部导航栏*/
.Foot_menu{ position:fixed; z-index:1001; padding:0px; margin:0; bottom:0; width:100%; text-align:center; box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.menu_foot{position:relative; float:left;}
.menu_foot:last-child{border-right:none;}

.menu_foot_0{display:block;line-height: 180%;padding:5px 0px 0;}
.menu_foot_0 img{ display:block; margin:0 auto; height:25px; }
.menu_foot_0 span{ display:block; width:100%; line-height:25px; }
}

@media(max-width:991px) {
    .footer .fmenu {
        display: none;
    }
    .Foot_menu {display:none;}
}

@media(max-width: 767px) {
    .footerMtop {
        margin-top: 15px !important;
    }

    .footer {
        font-size: 16px;
        line-height: 180%; /*margin-top: 40px;*/
    }

    .HomeFooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 14px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 3%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}

@media(max-width: 414px) {
    .footerMtop {
        margin-top: 10px !important;
    }

    .article img {
        padding: 0px;
        margin: 0;
        display:inline-block;
    }

    .footer {
        font-size: 14px;
        line-height: 180%; /*margin-top: 40px;*/
    }

    .HomeFooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important;
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 12px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 2%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}
/*公告*/
.Anntxt {
    float: left;
    font-weight: 600;
}

    .Anntxt img {
        display: inline-block;
    }

.Ann {
    overflow: hidden;
    float: left;
    margin-left:2%;
    width: 80%;
}

    .Ann ul {
        margin: 0;
        padding: 0;
    }

    .Ann li {
        text-align: left;
        list-style-type: none;
        overflow:hidden;
    }

.AnnMore {
    float: right;
}

.AnnShowType0, .AnnShowType0 .Ann li a, .AnnShowType0 .AnnMore a {
    color: #fff;
}

.AnnShowType1 {
    background: #eee;
}

    .AnnShowType1 .Ann li a, .AnnShowType1 .AnnMore a, .AnnShowType2 .Ann li a, .AnnShowType2 .AnnMore a {
        color: #666;
    }

@media(min-width: 768px) {
    /*.HomeAnn{ margin-bottom:40px;}*/
    .HomeAnnContainer {
        cursor:pointer;
        position:relative; 
        padding: 0 2%;
        height: 50px;
        line-height: 50px;
    }
    .MsgNotice { display:none;}

    .Anntxt, .Ann, .Ann li, .AnnMore {
        height: 50px;
        line-height: 50px;
    }

    .Anntxt {
        font-size: 18px;
    }

    .Ann li {
        font-size: 16px;
        margin-left: 20px;
    }
        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            width:30px;
            height:50px;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            overflow: hidden;
        }
        .Anntxt .AnnTitle{
            display:inline-block;
            vertical-align:middle;
        }


    .AnnMore {
        font-size: 16px;
    }

    .topMenu .navbar-toggle span {
        font-size: 30px;
    }

    .glyphicon-volume-up {
        margin-right: 10px;
    }
}

@media(max-width: 767px) {
    .glyphicon-tower {
        margin-right: 5px;
        margin-top: 0px;
    }

    .glyphicon-volume-up {
        margin-right: 5px;
    }

    .HomeAnnContainer {
        position:relative; 
        overflow: hidden;
        margin: 0 2%;
    }
    .MsgNotice { display:none;}

    .Anntxt, .Ann, .Ann li, .AnnMore {
        height: 40px;
        line-height: 40px;
    }

    .Anntxt {
        font-size: 14px;
    }
    
    .Ann {
        width: 79%;
    }
        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .AnnTitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
    }

    .Ann li, .AnnMore {
        font-size: 14px;
    }

    .glyphicon {
        vertical-align:middle;
        font-size: 18px;
    }

    .Ann li {
        margin-left: 10px;
    }
}

@media(max-width: 414px) {
    .Ann {
        width: 72%;
    }
    .Ann li {
        margin-left: 5px;
    }

        .Anntxt, .Ann, .Ann li, .AnnMore {
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .Anntxt {
        font-size: 14px;
    }

        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .AnnTitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

    .Ann li, .AnnMore {
        font-size: 14px;
    }

    .glyphicon {
        top: 1px;
        margin-right: 1px;
    }

    .Ann li {
        margin-left: 5px;
    }
}
/********************************导航***********************************/
.Underline:nth-of-type(1) .UnderlineStyle:after {
    left: -80%;
    right: -80%;
}

.Underline:hover .UnderlineStyle:after {
    width: 60%;
}

.Underline:nth-of-type(1):hover .UnderlineStyle:after {
    width: 60%;
}


/*公共*/
@media(min-width: 769px) and (max-width: 1249px) {
    .navbar .container {
        width: 100%;
    }

    .navSkin5 .collapse > ul > li, .navSkin6 .collapse > ul > li, .navSkin9 .collapse > ul > li {
        display: inline-block !important;
    }
}

@media(min-width: 1250px) {
    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 20px;
        margin:0 5px;
    }
}

/*♀ZJH♀*/
@media(max-width: 768px) {
    li.dropdown:hover > ul {
        display: block;
    }

    .topMenu .nav > li > a {
        text-align: center;
    }
    /*.topMenu .navbar-collapse >ul >li >a{ box-sizing:border-box;padding: 0px 12px;}*/
    .topMenu .navbar-collapse > ul > li > a {
        box-sizing: border-box;
    }
    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 20px;
        margin:0 2px;
    }
}

    .navSkin1 .cn_en > li > a, .navSkin3 .cn_en > li > a {
        width: inherit !important;
        padding-left: 10px;
    }

    .cn_en a:hover {
        background: inherit !important;
    }
    /*.style1{ word-spacing: -6px;}*/


.ProductMargin {margin:0 30px}
.ProductPadding {padding:20px 10px 0px;}
@media(min-width: 991px) and (max-width: 1220px) {
    .ProductMargin {margin:0 10px!important;}
    .style3 > li, .style4 > li, .style8 > li {
        margin: 0 8px !important;
    }
    
    .ProductPadding {padding:10px 10px 0px;}
    .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
        font-size: 16px;
    }

    .navSkin1 .navbar-collapse {
        padding-left: 0;
    }

    .navSkin5 .navbar-collapse > ul > li, .navSkin6 .navbar-collapse > ul > li, .navSkin9 .navbar-collapse > ul > li {
        width: 90px !important;
    }

    .topMenu .navbar-collapse .style6 > li > a {
        padding: 10px 10px !important;
    }

    .navSkin10 .navbar-collapse > ul > li > a {
        font-size: 14px !important;
    }

    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 10px;
        margin:0 2px;
    }
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 10px !important;
    }

    .navSkin11 .navbar-collapse > ul > li > a {
        padding: 0px !important;
    }

    .navSkin11 {
        padding: 0 20px !important;
    }
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        /*margin: 0 20px;*/
    }

    /*.navSkin11 {
        padding: 0 20px !important;
    }*/

    .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
        font-size: 16px;
    }
}
@media(max-width: 990px) {
    .ProductMargin {margin:0 5px!important;}
    .ProductPadding {padding:10px 5px 0px; }
    .navSkin10 .navbar-collapse > ul > li > a {
        font-size: 12px !important;
    }
    
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .navSkin5 a.navbar-brand img, .navSkin6 a.navbar-brand img, .navSkin9 a.navbar-brand img {
        position: absolute;
        top: 28%;
    }

    .navSkin10 a.navbar-brand, .navSkin11 a.navbar-brand {
        display: flex !important;
        align-items: center !important;
        /*height: 80px !important;*/
    }

        .navSkin10 a.navbar-brand img, .navSkin11 a.navbar-brand img {
            /*line-height: 80px !important;
            max-height: 80px !important;*/
        }

   body .navbar-collapse > ul > li > a {
        font-size: .3rem !important;
    }
      /*body  .navSkin10 .navbar-collapse > ul > li > a,body  .navSkin11 .navbar-collapse > ul > li > a {
        font-size: 12px !important;
    }*/
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 1px;
        font-size: 14px;
        padding: 0;
    }

    /*.navSkin11 {
        padding: 0 20px !important;
    }*/

    .navbar-collapse {
        padding-left: 0 !important;
    }

    .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
        font-size: 12px;
    }
.ProductMargin {margin:0 5px!important;}
.ProductPadding {padding:10px 5px 0px; }
}

@media(max-width: 414px) {
.ProductMargin {margin:0 5px!important;}
.ProductPadding {padding:10px 5px 0px;}
}

.navbar-header h1{ margin:0px; padding:0px; }
/*♀ZJH♀*/

@media(min-width: 1250px) {
    .topMenu .navbar-collapse > ul > li > a {
        padding: 0px 10px;
        margin:0 2px;
    }

    .navSkin10 .navbar-collapse > ul > li > a {
        font-size: 16px !important;
    }

    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 20px;
    }

    .navSkin11 {
        padding: 0 40px !important;
    }

    .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
        font-size: 16px;
    }
}

    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 30px;
        margin:0 1px;
    }

/*foot*/
.service-item img {
    width: 140px;
    height: 140px;
}
/*********版面一*********/
@media(min-width: 769px) {
    .navSkin1 .navbar-collapse {
        padding-left: 5px;
    }

    .navSkin1 .navbar-collapse, .navSkin2 .navbar-collapse, .navSkin7 .navbar-collapse {
        width: 80%;
        float: right;
        height: 80px !important;
        padding-right: 0;
    }

        .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
            height: 80px;
            line-height: 80px;
        }

    .navSkin1 a.navbar-brand, .navSkin2 a.navbar-brand, .navSkin7 a.navbar-brand {
        vertical-align: middle;
        height: 80px;
        display: flex;
        align-items: center;
        line-height: 78px;
        width: 100%;
    }
        /*Logo*/
        .navSkin1 a.navbar-brand img, .navSkin2 a.navbar-brand img, .navSkin7 a.navbar-brand img {
            vertical-align: middle;
            display: flex;
            align-items: center;
            max-width: 100%;
            max-height: 81px /*100%*/;
            display: inline-block;
            vertical-align: middle;
        }

    .navSkin1 .navbar-header, .navSkin2 .navbar-header, .navSkin7 .navbar-header {
        width: 20%;
    }

    .navSkin1 .navbar-collapse > .style1 > li, .navSkin2 .navbar-collapse > .style2 > li, .navSkin7 .navbar-collapse > .style7 > li, .navSkin10 .navbar-collapse > .style10 > li, .navSkin11 .navbar-collapse > .style11 > li {
        display: inline-block;
        float: none;
    }
}

@media(min-width: 769px) and (max-width: 991px) {
    .navSkin1 .navbar-collapse, .navSkin2 .navbar-collapse {
        overflow: hidden !important;
    }
}
/**********版面二*******/
@media(min-width: 769px) {
    .navSkin3 .container, .navSkin4 .container, .navSkin8 .container {
        width: 100%;
        padding: 0;
    }

    .navSkin3 .navbar-header, .navSkin4 .navbar-header, .navSkin8 .navbar-header {
        width: 100% !important;
        float: none;
        margin: 2.5px 0;
    }

    .navSkin3 .navbar-brand, .navSkin4 .navbar-brand, .navSkin8 .navbar-brand {
        float: none;
        display: block;
        padding: 0;
        height: 80px;
    }

        .navSkin3 .navbar-brand img, .navSkin4 .navbar-brand img, .navSkin8 .navbar-brand img {
            margin: 0 auto;
        }

    .navSkin3 .navbar-collapse, .navSkin4 .navbar-collapse, .navSkin8 .navbar-collapse {
        text-align: center;
        width: 100%;
        display: inline-block;
        border-top: #999 solid 1px;
        box-sizing: border-box;
        height: 50px !important;
    }

        .navSkin3 .navbar-collapse > ul > li > a, .navSkin4 .navbar-collapse > ul > li > a, .navSkin8 .navbar-collapse > ul > li > a {
            line-height: 49px; /*width: 105px;*/
        }

        .navSkin3 .navbar-collapse > .style3, .navSkin4 .navbar-collapse > .style4, .navSkin8 .navbar-collapse > .style8 {
            height: 50px;
        }

    .navSkin3 .navbar-brand img, .navSkin4 .navbar-brand img, .navSkin8 .navbar-brand img {
        padding-top: 4px;
    }
    /**第二版**样式一**/
    .style3 > li {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .style3 > li > a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .style3 > li a:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }
}

@media(min-width: 769px) and (max-width: 991px) {
    .navSkin3 .navbar-collapse > .style3, .navSkin4 .navbar-collapse > .style4, .navSkin8 .navbar-collapse > .style8 {
        width: 100%;
        display: inline-block;
    }

        .navSkin3 .navbar-collapse > .style3 > li, .navSkin4 .navbar-collapse > .style4 > li, .navSkin8 .navbar-collapse > .style8 > li {
            float: none;
            display: inline-block;
        }

    .navSkin3 .navbar-collapse {
        overflow: hidden !important;
    }
}

@media(min-width: 992px) {
    .Foot_menu {display:none;}
    .navSkin3 .navbar-collapse > ul, .navSkin4 .navbar-collapse > ul, .navSkin8 .navbar-collapse > ul {
        float: none;
        display: inline-block;
    }

        .navSkin3 .navbar-collapse > ul > li > a, .navSkin4 .navbar-collapse > ul > li > a, .navSkin8 .navbar-collapse > ul > li > a {
            padding: 0 13px;
        }

        .navSkin4 .navbar-collapse > ul > li > a {
            padding: 0;
        }

    .style3 > li, .style4 > li, .style8 > li {
        margin: 0 22px;
    }
}


@media(min-width: 1599px) {
    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 30px!important;
        margin:0 1px!important;
    }

    .navSkin5 .navbar-collapse > ul > li > .padd, .navSkin9 .navbar-collapse > ul > li > .padd {
        padding: 0px;
    }

    .navSkin5 .navbar-collapse > ul > li, .navSkin6 .navbar-collapse > ul > li, .navSkin9 .navbar-collapse > ul > li {
        width: 155px !important;
    }

    .navSkin10 .navbar-collapse > ul > li > a {
        font-size: 16px !important;
    }

    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 25px;
    }

    .navSkin11 {
        padding: 0 40px !important;
    }

    .navSkin1 .navbar-collapse > ul > li > a, .navSkin2 .navbar-collapse > ul > li > a, .navSkin7 .navbar-collapse > ul > li > a {
        font-size: 18px;
    }
}

/**********版面三***********/
@media(min-width: 769px) {
    .navSkin5 .container, .navSkin6 .container, .navSkin9 .container {
        padding: 0;
    }

    .page3_h15 {
        background: #333;
        height: 15px;
    }

    .navSkin5 .navbar-collapse, .navSkin6 .navbar-collapse, .navSkin9 .navbar-collapse {
        text-align: center;
        width: 100%;
        display: inline-block;
        height: 95px !important;
        padding: 0;
    }

        .navSkin5 .navbar-collapse > ul, .navSkin6 .navbar-collapse > ul, .navSkin9 .navbar-collapse > ul {
            float: none;
            display: inline-block;
        }
            /*居中*/
            .navSkin5 .navbar-collapse > ul > li, .navSkin6 .navbar-collapse > ul > li, .navSkin9 .navbar-collapse > ul > li {
                width: 100px;
            }

                .navSkin5 .navbar-collapse > ul > li > a, .navSkin6 .navbar-collapse > ul > li > a, .navSkin9 .navbar-collapse > ul > li > a {
                    height: 95px;
                    line-height: 95px;
                }

    .navSkin5 .navbar-header, .navSkin6 .navbar-header, .navSkin9 .navbar-header {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -102px !important;
        margin-top: -68px;
        height: 135px;
        width: 200px;
        line-height: 135px;
        z-index: 100;
    }
    /*Logo*/
    .navSkin5 .liBlank, .navSkin6 .liBlank, .navSkin9 .liBlank {
        width: 200px !important;
        height: 1px;
        display: inline-block !important;
        background: inherit !important;
    }

    .navSkin5 .navbar-header .navbar-brand, .navSkin6 .navbar-header .navbar-brand, .navSkin9 .navbar-header .navbar-brand {
        width: 200px;
    }

    .navSkin5 a.navbar-brand img, .navSkin6 a.navbar-brand img, .navSkin9 a.navbar-brand img {
        max-width: 100%;
        line-height: 135px;
        display: inline-block;
        padding: 10px;
    }
    /**版面三**样式二*/
    .style6 > li > a {
        display: inline;
        padding: 10px 10px !important;
    }
}

@media(min-width: 991px) and (max-width: 1075px) {
    .navSkin5 .navbar-collapse > ul > li, .navSkin6 .navbar-collapse > ul > li, .navSkin9 .navbar-collapse > ul > li {
        width: 98px;
    }
}

@media(min-width: 769px) and (max-width: 991px) {
    .page3_h15 {
        background: #333;
        height: 10px;
    }

    .navSkin5 .navbar-collapse, .navSkin6 .navbar-collapse, .navSkin9 .navbar-collapse {
        height: 60px !important;
    }

        .navSkin5 .navbar-collapse > ul > li, .navSkin6 .navbar-collapse > ul > li, .navSkin9 .navbar-collapse > ul > li {
            width: 70px;
        }

            .navSkin5 .navbar-collapse > ul > li > a, .navSkin6 .navbar-collapse > ul > li > a, .navSkin9 .navbar-collapse > ul > li > a {
                height: 60px;
                line-height: 60px;
                padding: 0;
                font-size: 12px;
            }

    .navSkin5 .navbar-header, .navSkin6 .navbar-header, .navSkin9 .navbar-header {
        left: 50%;
        top: 50%;
        margin-left: -50px !important;
        margin-top: -42px;
        height: 85px;
        width: 100px;
        line-height: 85px;
    }
    /*Logo*/
    .navSkin5 .liBlank, .navSkin6 .liBlank, .navSkin9 .liBlank {
        width: 100px !important;
    }

    .navSkin5 a.navbar-brand img, .navSkin6 a.navbar-brand img, .navSkin9 a.navbar-brand img {
        line-height: 85px;
    }
}
/********样式三**子菜单******/
@media(min-width: 769px) {
    .topMenu .dropdown-menu {
        padding: 0px;
    }

    .subMenu a {
        color: #fff !important;
        opacity: 0.9;
    }

        .subMenu a:hover {
            opacity: 1;
        }

    .subMenu li:last-child a {
        border-bottom: inherit;
    }

    .subMenu li:first-child a {
        border-top: inherit;
    }
    /*版面一&&二*/
    .navSkin7 .subMenu:after, .navSkin8 .subMenu:after {
        top: -8px;
        left: 21px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: '';
    }

    .navSkin7 .subMenu a, .navSkin8 .subMenu a {
        border-bottom: 1px solid #f2f2f2;
    }
    /**版面三***/
    .style9 .subMenu li {
        min-width: 100px;
    }

    .style9 .subMenu:after {
        top: -2px;
        left: 10px;
        position: absolute;
        width: 80px;
        content: '';
    }

    .style9 .subMenu {
        background: rgba(51, 51, 51,0.8);
        top: 74%;
    }

        .style9 .subMenu a {
            border-bottom: #666 solid 1px;
        }
}
/*@media(max-width: 768px)
    {
       .topMenu .navbar-nav{ margin:0; width: 100% !important;}
        .subMenu{ text-align:center; padding:0;}
        .topMenu .navbar-header{position: relative;}
	    .topMenu .navbar-collapse
	    {
		    width: 100%;
            position: absolute;
            z-index: 999;
            background-color: #333;
        }
    }
		    	
	@media(min-width: 992px){
	.topMenu .collapse > ul >li > a{ font-size: 18px;}
	}
	@media(min-width: 769px) and (max-width: 991px){
	.topMenu .collapse > ul >li > a{ font-size: 16px;}
	}
	@media(max-width: 768px)
	{
        .topMenu a.navbar-brand {
            display:inline-block;
            max-height:60px;
        }
        .topMenu a.navbar-brand img{
            max-height:60px;
            max-width:100%;
        }
        .topMenu .Menu > ul > li > a{ font-size: 18px; height: 50px; line-height:50px !important; text-align:center; border-bottom: solid 1px #2c2c2c;margin:2%;}
	    .topMenu .Menu ul li a{color:#fff;text-align:center;}
	    .subMenu > li > a{ font-size: 16px;padding:0 0 10px 0 !important; opacity: 0.8; height: 30px; line-height: 30px !important;}
	    .subMenu > li > a:hover{ opacity: 1;}
        .topMenu .container{height:60px;}
	    .topMenu .navbar-toggle{padding: 0; padding-top:5px; background-color: transparent !important;border-color:transparent !important;line-height:60px;height:60px; padding-top:6px; }
	    .topMenu .navbar-toggle .glyphicon{ font-size:30px; }
    }
    @media(max-width: 375px) {
        .topMenu a.navbar-brand {
            display:inline-block;
            max-height:45px;
        }
        .topMenu a.navbar-brand img{
            max-height:45px;
            max-width:100%;
        }
	    .topMenu .navbar-toggle{padding: 0;background-color: transparent !important;border-color:transparent !important;line-height:45px;height:45px; padding-top:6px; }
	    .topMenu .navbar-toggle .glyphicon{ font-size:30px; }
        .topMenu .navbar-header {
            margin: 0px 2%;
            height: 45px!important;
        }


    }*/

    .nbSpace { margin-top:80px; }

                     
    .div_header_search {
        width: 100%;
        padding:0 2%;
        height: 40px;
        line-height: 40px;
        background: #3c1d0a;
    }

    .div_welcome, .div_search {
    }

    .div_welcome {
        float: left;
        color: #fff;
    }

    .div_search {
        float: right;
        display: inline-block;
        padding: 5px 0px;
        width:300px;
    }

        .div_search input, .div_search button {
            display:inline-block;
            margin:0px;
            padding:0px 3%;
            height: 30px;
            line-height: 30px;
            vertical-align:middle;
        }
        .div_search input {
            border:solid 1px #ccc;
            border-radius:30px 0px 0px 30px;
            border-right:none;
            width:76%;
        }
        .div_search button {
            border:solid 1px #ccc;
            border-left:none;
            border-radius:0px 30px 30px 0px;
            width:12%;
            overflow:hidden;
            text-indent:-99px;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1109 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M406.277 812.546A403.794 403.794 0 0 1 .01 406.362 403.794 403.794 0 0 1 406.277.01a403.794 403.794 0 0 1 406.269 406.268 403.794 403.794 0 0 1-406.184 406.269zm0-696.485a287.4 287.4 0 0 0-290.13 290.216c0 162.559 127.657 290.216 290.13 290.216 162.559 0 290.216-127.657 290.216-290.13 0-162.56-127.657-290.302-290.13-290.302zm545.276 890.702L778.754 834.562a55.466 55.466 0 0 1 0-80.384c23.04-23.04 57.6-23.04 80.64 0l172.798 172.287a55.466 55.466 0 0 1 0 80.383 55.808 55.808 0 0 1-80.64 0z' fill='%23333'/%3E%3C/svg%3E")#eee no-repeat center/60%;
        }

    @media(max-width: 768px) {
        .div_header_search .div_welcome{
            display:none;
        }
        .div_header_search .div_search{
            width:100%;
        }
        .div_header_search .div_search input{
            width:90%;
        }
        .div_header_search .div_search button{
            width:7%;
        }
    }
    @media(max-width: 768px) {
        .div_header_search .div_search input{
            width:87%;
        }
        .div_header_search .div_search button{
            width:10%;
        }
    }


@media (max-width:768px) {
    .navbar-collapse {
        display: block;
        visibility: hidden;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        width: 3.3rem;
        position: absolute;
        z-index: 999;
        right: .1rem;
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        top: .65rem;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        );
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        height: auto;
        cursor: pointer;
    }

    .demo {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .12rem .12rem .12rem;
        border-color: transparent transparent rgba(0,0,0,0.15) transparent;
        right: .15rem;
        top: -.12rem;
        cursor: pointer;
    }

        .demo::before {
            position: absolute;
            content: '';
            top: .01rem;
            left: -.1rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 .1rem .12rem .1rem;
            border-color: transparent transparent #fff transparent;
        }

    .navbar-collapse {
        background: #fff;
    }

    .navbar-nav {
        margin: 0;
        width: 100% !important;
    }

    .navbar-collapse ul {
        margin: 0;
        width: 100% !important;
        cursor: pointer;
    }

        .navbar-collapse ul li {
            position: relative;
            display: block;
            float: none;
            cursor: pointer;
        }

            .navbar-collapse ul li a {
                padding: auto 20px;
                text-align: center;
                color: #333;
                font-size: 0.3rem;
                height: .8rem;
                line-height: .8rem;
                border-bottom: solid 1px #eee;
                font-weight: 400;
                cursor: pointer;
                position: relative;
                display: block;
            }

                .navbar-collapse ul li a:hover {
                    color: #c00;
                    border-top: none;
                    height: 0.8rem;
                    line-height: 0.8rem;
                }

    .navbar-collapse.in {
        visibility: visible;
    }

    .Trademark_table table.Wap_table {
        display: inline-table;
    }

    .topMenu a.navbar-brand img {
        max-height: 60px;
        max-width: 100%;
    }

    .topMenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topMenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 60px;
        height: 60px;
    }

    /*.banner a {
        height: 375px;
    }*/

    .topMenu .navbar-collapse ul li a, .topMenu .nav > li > .active {
        color: #333 !important;
        border-bottom: solid 1px #eee;
    }

    .topMenu .navbar-collapse ul li:last-child a {
        border: none;
    }
}

@media(min-width: 700px) and (max-width: 767px) {

    .topMenu .nav > li > a {
        color: #333 !important;
    }

    .navbar-collapse {
        top: .55rem;
    }
}

@media(min-width: 600px) and (max-width: 699px) {
    .navbar-collapse {
        top: .6rem;
    }
}

@media (max-width:470px) {
    .navbar-collapse {
        top: .75rem;
    }
}
/*.navSkin10 .cn_en, .navSkin11 .cn_en{float:right;}*/
/*********版面十*********/
@media(min-width: 769px) {
    .navSkin10 .navbar-collapse, .navSkin11 .navbar-collapse {
        width: auto;
        float: right;
        height: 80px;
        padding: 0 !important;
        width: 73%;
    }
    .navSkin10 .navbar-collapse {
       padding-right: 0 !important;
    }
    .navSkin11 .navbar-header, .navSkin10 .navbar-header {
        width: 27%;
        height: 80px;
    }
    #MenuCol { padding:0 2%;}
    .navSkin10, .navSkin11 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

        .navSkin10.ftop, .navSkin11.ftop {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            transition: all .3s ease;
            z-index: 9999;
        }
    .navSkin10 .navbar-collapse > ul > li > a {
        height: 40px;
        line-height: 40px;
        font-size:14px;
    }

    .navSkin10 a.navbar-brand {
        width: 100%;
        height: 80px;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        line-height: 80px;
        float:none !important;
    }
    
    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 15px;
        margin:0 2px;
    }

    .navSkin11 a.navbar-brand {
        float:none !important;
    }
        /*Logo*/
        .navSkin10 a.navbar-brand img {
            display: inline-block;
            line-height: 80px;
            max-width: 100%;
            max-height: 80px;
            vertical-align: middle;
            margin-top: expression(100-this.height/2) !important;
        }
    /* max-height可限制图片的最大高度 */

    .navSkin10 .topMenu .navbar-collapse > ul > li > a {
        padding: 0 20px;
    }

    .navSkin10 .navbar-collapse > .style10 > li {
        display: inline-block;
        float: none;
        height: 40px;
        line-height: 40px;
    }

    .style10 {
        float: left;
    }

    .navSkin10 .cn_en li a {
        display: inline-block;
    }
}

@media(min-width: 769px) and (max-width: 991px) {

    .navSkin10 .navbar-collapse {
        overflow: hidden !important;
    }
    .nbSpace { margin-top:60px; }
    
    .topMenu .navbar-collapse > ul > li > .padd {
        padding: 0px 9px;
        margin:0 2px;
    }

}

@media(max-width:768px) {
    .navSkin11.topMenu .navbar-header, .navSkin10.topMenu .navbar-header {
        margin: 0px 20px;
        height: 60px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }
    .nbSpace { margin-top:0px; }
}

@media(max-width:414px) {
    .banner a {
        /*height: 180px !important;*/
    }
    
    .nbSpace { margin-top:0px; }
    .navSkin11.topMenu .navbar-header, .navSkin10.topMenu .navbar-header {
        margin: 0px 10px;
        height: 45px;
    }

    .topMenu a.navbar-brand img {
        max-height: 45px;
        max-width: 100%;
    }

    .topMenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topMenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 45px;
        height: 45px;
    }

    .topMenu .nav > li > a {
        color: #333 !important;
    }
}
/**********版面十一*******/
@media(min-width:769px) {
    /*.navSkin11{line-height:unset;}*/
    .style11 {
        float: right;
        height: 80px;
        overflow: hidden;
    }

    .navSkin11 .navbar-brand > img {
        display: inline-block;
        max-height: 90px;
    }

    /*.style11 li a:hover, .navSkin11 .style11 li a:hover::before, .navSkin11 .style11 li a:hover::after {
        color: #c00;
    }*/

    .style11 li {
        position: relative;
    }
        /*.style11, .style11 li, .style11 li a{line-height:unset;}*/
        /*.style11 li a:hover::before, .navSkin11 .style11 li a:hover::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        /*.style11 li a.active::before, .navSkin11 .style11 li a.active::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        .style11 li a::before {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            width: 0px;
            top: 28%;
            left: 60%;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translateX(-50%) rotate(-50deg);
            -ms-transform: translateX(-50%) rotate(-50deg);
            -o-transform: translateX(-50%) rotate(-50deg);
            transform: translateX(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

        .style11 li a::after {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            left: 35%;
            bottom: 28%;
            width: 0px;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translateX(-50%) rotate(-50deg);
            -ms-transform: translateX(-50%) rotate(-50deg);
            -o-transform: translateX(-50%) rotate(-50deg);
            transform: translateX(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

    .navSkin11 a.navbar-brand {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }

    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        /*margin: 0 25px;*/
        /*padding: 0;*/
    }
}

/*@media(min-width:826px) and (max-width:1300px) {
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 10px;
    }
}

@media(min-width:769px) and (max-width:825px) {
    .topMenu.navSkin11 .navbar-collapse > ul > li > .padd {
        margin: 0 12px;
    }
}*/
/*********************Master 母版 Column 栏目**************************/

@media(max-width: 1249px) {
    .Master .title {
        overflow: hidden;
    }
}
/*---title_style1---*/
.title_style1 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .title_style1:before, .title_style1:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style1:before {
        /*right: 0.3em;*/
        margin-left: -44%;
    }

    .title_style1:after {
        /*left: 0.3em;*/
        margin-right: -44%;
    }

@media(min-width: 1250px) {
    .title_style1 {
        width: 1210px;
    }
}

@media(min-width: 992px) and (max-width: 1249px) {
    .title_style1 {
        width: 930px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .title_style1 {
        width: 710px;
    }
}

@media(max-width: 767px) {
    .title_style1 {
        margin-left: .2rem;
        margin-right: .2rem;
    }
}
/*---title_style2---*/
.title_style2 #tSkin2 {
    display: block !important;
    font-size: 60%;
}

    .title_style2 #tSkin2 span {
        display: inline-block;
    }

        .title_style2 #tSkin2 span:before, .title_style2 div span:after {
            content: "";
            background: #999;
            display: inline-block;
            height: 1px;
            position: relative;
            width: 44%;
            vertical-align: middle;
        }

        .title_style2 #tSkin2 span:before {
            right: 0.3em;
            margin-left: -44%;
        }

        .title_style2 #tSkin2 span:after {
            left: 0.3em;
            margin-right: -44%;
        }
/*---title_style3---*/
.title_style3 a {
    color: #333 !important;
}

.title_style3 #tSkin3 {
    display: block !important;
    height: 2px;
}
/*More*/
.Master .more a {
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #999;
    display: block;
    background: #fff;
}

.Banner2 {
    margin-top: 40px;
}
/*.Master .more:hover{border:1px solid #999;}
.Master .more a:hover{color:#999 !important;}*/
@media(min-width: 768px) {
    .Banner2 {
        margin-top: 40px;
    }

    /*.Master .title {
        font-size: 30px;
        letter-spacing: 2px;
    }*/
        .Master .title {
        padding-top: 20px !important;
        font-size: 32px;
        letter-spacing: 1px;
        padding-bottom: 10px !important;
    }
    .title_style2 #tSkin2 span {
        width: 260px;
    }

    .title_style3 #tSkin3 {
        width: 100px;
        margin: 8px auto 0;
    }

    .Master .more {
        display: none;
        padding: 20px 0 0;
    }

        .Master .more a {
            line-height: 48px;
            height: 50px;
            width: 170px;
        }
}

@media(max-width: 767px) {
    .Banner2 {
        margin-top: 40px;
    }

    .Master .title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .title_style2 #tSkin2 span {
        width: 2.6rem;
    }

    .title_style3 #tSkin3 {
        width: 1rem;
        margin: .08rem auto 0;
    }

    .Master .more {
        padding-top: 10px;
        display: none;
    }

        .Master .more a {
            display: block;
            background: #fff;
            font-size: 16px;
            line-height: 40px;
            height: 40px;
            width: 200px;
        }
}
/*---title_style4---*/
.title_style4 {
    font-weight: bold;
}

    .title_style4:before, .title_style4:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style4:before {
        right: -0.4em;
        margin-left: -44%;
    }

    .title_style4:after {
        left: -0.4em;
        margin-right: -44%;
    }

    .title_style4 .title4-left {
        padding-right: 25px;
        display: inline-block !important;
    }

    .title_style4 .title4-right {
        padding-left: 25px;
        display: inline-block !important;
    }

@media(min-width: 992px) {
    .Master .title {
        padding-top: 40px !important; padding-bottom:20px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .Master .title {
        padding-top: 20px 0px 10px; /*padding-bottom:35px;*/
    }
}

@media(min-width: 768px) {
    .title {
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .Master .title {
        padding: 20px 0px 10px;
    }

    .title {
        padding-bottom: 10px;
    }

    .title_style1 {
        padding-top: .15rem;
    }

    .title_style2 {
        padding-top: .05rem;
    }

    .title_style4 {
        padding-top: .15rem;
    }

        .title_style4 .title4-left, .title_style4 .title4-right {
            height: .55rem;
            width: .17rem;
        }
}

/*---title_style5---*/
.title_style5 a {
    color: #333 !important;
}

.title_style5 #tSkin5 {
    display: block !important;
    height: 2px;
    background: #333;
}
/*.Message .title_style5, .home_block_detail .title_style5{text-align:left;}*/
@media(min-width: 768px) {


    .title_style5 #tSkin5 {
        width: 30px;
        margin: 10px auto 0;
    }
}

@media(max-width: 767px) {
    .Master .title {
        font-size: 18px;
        letter-spacing: 1px;
        padding:20px 0 10px !important;
    }

    .title_style5 #tSkin5 {
        width: 30px;
        margin: 10px auto 0;
    }
    /*.home_block_detail .title_style5 #tSkin5, .Message .title_style5 #tSkin5{margin:.2rem 0 0;}*/
    .home_block_detail p {
        font-size: 12px;
    }
}

@media(max-width: 414px) {
    .Master .title {
        padding-top: 10px;
        font-size: 18px;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .Master .title {
        padding: 20px 0;
    }
}

@media(min-width:1660px) {
    .blockContent {
        overflow: hidden;
    }
}

/****************************第二部分******************/ /*HomeBlock*/
.home_block_left img {
    width: 100%;
}

/*.home_block_detail .more a{margin:0;}*/
@media(min-width:1220px) and (max-width:1439px) {
    .Master .title {
        padding: 20px 0;
    }

    .Master .more {
        padding: 20px 0;
    }

        .Master .more a {
            width: 160px;
            height: 45px;
            line-height: 43px;
        }
}

@media(min-width:992px) and (max-width:1219px) {
    .Master .title {
        padding: 40px 0 20px !important;
        font-size: 28px;
    }

    .title_style5 #tSkin5 {
        margin: 10px auto 0;
    }

    .home_block_detail {
    }
    
    .Master .more {
        padding: 20px 0;
        display: none;
    }

        .Master .more a {
            width: 140px;
            height: 40px;
            line-height: 38px;
        }
}

@media(min-width: 768px) and (max-width:991px) {
}

@media(max-width:767px) {
    .home_block_detail {
        padding: 0px !important;
    }
}

@media(max-width:414px) {
    .home_block_detail {
        padding: 0px !important;
    }
}


/****************************第三部分******************/ /*HomeProduct*/

.aui-nav-list-box {margin: 0 2% 0;}
.HomeProductNc {margin: 0 10px 10px!important;}
.HomeProductIc {margin: 0 10px 20px!important;}

.ProductList0,.ProductList1,.ProductList2,.ProductList3, .IntroduceList{
    position: relative;
    display: block;
    overflow: hidden;
}
.ProductList3 {
    border:solid 10px #eee;
    border-bottom:none;
}

.IntroduceShowStyleM,.IntroduceShowStyleXL {
    overflow: hidden;
    padding: 0 30px;
}
.IntroduceShowStyleN {
 padding: 0 30px;
}
.IntroduceShowStyleS {
    overflow: hidden;
}
.IntroduceShowStyleM .dummy {
    margin-top: 75% !important;
}
.In_parent {padding: 0 10px 0px;}
@media(min-width:992px) and (max-width:1220px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 20px;
    } .IntroduceShowStyleS {
         padding: 0 10px;
    }
      .In_parent {padding: 0;}
      .In_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:768px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 20px;
    }
     .IntroduceShowStyleS {
         padding: 0 10px;
    }
       .In_parent {padding: 0;}
      .In_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:414px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 5px;
    }
    
    .IntroduceShowStyleS {
         padding: 0 10px;
         margin: 0 auto;
    }
      .In_parent {padding: 0 0 10px;}
      .In_parent:last-child {padding-bottom: 0px;}
}

.ProductShowStyleS .dummy, .IntroduceShowStyleS .dummy {
    margin-top: 50%;
}
.ProductShowStyleS .dummy{
    margin-top: 75%;
}
.ProductShowStyleM .dummy, .IntroduceShowStyleM .dummy {
    margin-top: 100%;
}

.ProductShowStyleXL .dummy, .IntroduceShowStyleXL .dummy {
    margin-top: 150%;
}

.ProductListImg, .IntroduceImg /*=居中=*/ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 水平居中 */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* 垂直居中 */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductShowStyleM img, .ProductListConRow .ProductListImgCon img,.PhotoListCon .ProductListImgCon img,.IntroduceShowStyleM .IntroduceListImgCon img, .IntroduceShowStyleS .IntroduceListImgCon img {
    width: 100%; /*用于图片强制100%。。。*/
}

.ProductShowStyleS .ProductListImgCon, .ProductShowStyleXL .ProductListImgCon,
.IntroduceShowStyleS .IntroduceListImgCon, .IntroduceShowStyleXL .IntroduceListImgCon {
    /*max-height: 100%;*/ /*用于图片居中,最好的显示方式*/
    width: 100%; /*用于图片强制100%。。。*/
}

.ProductShowStyleS img {
    display: inline-block;
}
/*=效果=*/
.ProductListImgCon {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ProductListImg img, .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3 {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.pItem:hover img {
    -webkit-transform: scale(1.03); /* Safari and Chrome */
    -moz-transform: scale(1.03); /* Firefox */
    -ms-transform: scale(1.03); /* IE 9 */
    -o-transform: scale(1.03); /* Opera */
    transform: scale(1.03);

}
/*=标题=*/
.ProductListTitle0 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background-color:rgba(0,0,0,0.50);
}
    .ProductListTitle0 {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 10px;
        height: 100%;
        margin: 0;
    }
.ProductListTitle1 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    font-size: 24px;
    font-weight: 600;
    overflow:hidden;
    text-align: center;
    background:red;
    color:#fff;
}

.ProductListTitle2 {
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}
.ProductListTitle3 {
    border:solid 10px #eee;
    border-top:none;
    border-bottom:none;
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}

.pItem:hover .ProductListTitle0,.pItem:hover .ProductListTitle1 {
    opacity: 1;
    color: #fff;
    overflow-x: hidden;
}


.pItem:hover .ProductList3 {
    border-color:red;
}
.pItem:hover .ProductListTitle3{
    background:red;
    border-color:red;
    color:#fff;
}
.aPLink:hover {
    display:block;
    border-color: #eee;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.aui-nav-list-box {
    margin: 0 2%;
    overflow: hidden;
}

.HomeProductCon .row {
    margin: 0;
}


.HomeProductCon_ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .HomeProductCon_ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .HomeProductCon_ul > .aui-current {
        background: #e2001c;
        border-color: #e2001c;
        color: #fff;
    }

    .HomeProductCon_ul li a {
        display: block;
        padding: 0 30px;
        height: 40px;
        border: 1px solid #ddd;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        margin: 0 10px 10px;
        background: #fff;
    }

@media(min-width: 1250px) {
    .IntroduceList {
    }
}

@media(max-width: 992px) {
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1, .ProductListTitle2, .ProductListTitle3 {
        font-size:16px;
        height:30px;
        line-height:30px;
    }
    .aui-nav-list-box {padding-top:10px;}
    .HomeProductCon_ul {
        text-align:center;
    }
    .HomeProductCon_ul li a {
        display: block;
        padding: 0 10px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .HomeProductIc {
        margin: 0 10px 10px 0px!important;
    }



}

@media(max-width: 768px) {
    .HomeProductCon .row {
        margin: 0;
    }
    
    .HomeProductCon_ul {
        text-align:left;
    }
    
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1, .ProductListTitle2, .ProductListTitle3 {
        font-size:14px;
        height:30px;
        line-height:30px;
    }
}

@media(max-width: 414px) {
    .HomeProductCon .row {
        margin: 0;
    }
    
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1,.ProductListTitle2, .ProductListTitle3 {
        font-size: 12px;
        height:30px;
        line-height:30px;
    }
}



/*******************************第四部分*******************************/ /*HomeArticle*/
.ArticleCom .row > a {
    text-align: justify;
}
/*.media{ border-bottom: solid 1px #eee;}*/
.media-body {
    display: inherit;
    overflow: hidden;
}

    .media-body span:first-child {
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-body p {
        color: #999;
        overflow: hidden;
    }

.ArticleImgCon {
    overflow: hidden;
}

    .ArticleImgCon > img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

.ArticleImgCon {
    float: left;
    text-align: center;
}

@media(min-width: 1250px) {
    .HomeArticle .media {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*.HomeArticle .col-lg-6:last-child .media,.HomeArticle .col-lg-6:nth-last-child(2) .media{border-bottom:none;}*/
    .HomeArticle .col-lg-6:nth-child(1) .media, .HomeArticle .col-lg-6:nth-child(2) .media {
        padding-top: 0;
    }
}

@media(max-width: 1249px) {
    .HomeArticle .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .media-body span:first-child {
        font-weight: inherit;
    }
    /*.HomeArticle .col-lg-6:nth-child(5) .media{border-bottom:none;}*/
    .HomeArticle .col-lg-6:nth-child(6) .media {
        display: none;
    }

    .HomeArticle .col-lg-6:nth-child(1) .media {
        padding-top: 0;
    }

    .media-body span:first-child {
        font-size: 18px;
        line-height: 50px;
        padding-top: 10px;
    }
}

@media(min-width: 769px) {
    /*.ArticleImg{width: 160px; height:120px;}*/
    .ArticleImgCon {
        width: 240px;
        height: 180px;
        margin-right: 20px;
        position: relative;
    }

        .ArticleImgCon img {
            max-height: 100%;
        }

    .media {
        padding-top: 20px;
        margin: 0;
        overflow: hidden;
    }

    .media-body {
    }

        .media-body span:first-child {
            font-size: 24px;
            line-height: 50px;
            padding-top: 10px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 30px;
            height: 60px;
        }

    .pmore {
        padding-top: 55px;
        clear: both;
    }

    .media-body .article-more {
        height: 45px;
        line-height: 43px;
        border: 1px solid #ccc;
        display: block;
        width: 125px;
        text-align: center;
        color: #ccc;
    }
}

@media(max-width: 768px) {
    .ArticleImgCon {
        width: 200px;
        height: 150px;
        margin-right: 10px;
        padding: 0px;
    }

        .ArticleImgCon img {
            width: 100%;
            height: 150px;
        }

    .media {
        padding-bottom: 0px;
    }

    .media-body {
        height: 150px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 18px;
            font-weight: 600;
            line-height: 200%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 180%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
        }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {
        display: inline-block;
        height: 30px;
        overflow: hidden;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
        color: #999;
        letter-spacing: 0px;
    }
}

@media(max-width: 414px) {

    .HomeProductCon_ul {
    }
    .HomeProductCon_ul li{
        width:33.3333%;
    }
    .HomeProductCon_ul li a {
        display: block;
        padding: 0 1px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .HomeProductIc,.HomeProductNc {margin: 0 5px 10px 5px!important;}

    .ArticleImgCon {
        width: 90px;
        height: 60px;
        margin-right: 10px;
        padding: 0px;
    }

        .ArticleImgCon img {
            width: 100%;
            height: 100%;
        }

    .media {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .media-body {
        height: 60px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 14px;
            font-weight: 600;
            line-height: 150%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            margin: 0px;
            font-size: 12px;
            line-height: 150%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
        display: none;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
            display: none;
        }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {
        display: none;
    }
}
/****************************第六部分******************************/ /*HomeMessage*/
.HomeMessage input, .HomeMessage textarea {
    color: #333;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    outline: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.Address, .Contant {
    width: 100%;
    margin: 5px 0px;
}

.Map p {
    margin: 0;
}

.Submit {
    color: #fff !important;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    height: 60px;
    border: none;
}

.Message-body {
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 40px;
}
.divMessage {
    padding:0 40px;
}
.divMessage .message{
    padding:10px 0;
}
.message:nth-child(-n+2) {
    padding-top:0;
}



@media(min-width:992px) and (max-width:1024px) {
.divMessage {
    padding:0 20px;
}
}
@media(min-width:769px) and (max-width:991px) {
.divMessage {
    padding:0 20px;
}
.divMessage .message{padding: 10px 0;}
#btnsubmit{margin-bottom:0!important;}
}
@media(max-width:768px) {
#btnsubmit{margin-bottom:0!important;}
.divMessage {
    padding:0 10px;
}
.divMessage .message{padding: 5px 0;}
}
@media(max-width: 414px) {
.divMessage { padding:0 10px;}
.divMessage .message{padding: 5px 0;}
}
.message input.input,.message textarea.input,.message select {
    font-size: 16px;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    color: #999;
}
.message input.input,.message textarea.input,.message select {color: #666; padding: 8px;}
.message input[type="checkbox"]{-webkit-appearance: checkbox;}
.message input[type="radio"]{-webkit-appearance: radio;}




@media(max-width: 991px) {
    .HomeMessage .container {
        width: 100%;
        padding-left: inherit;
        padding-right: inherit;
    }

    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .HomeMessage .title_style1 {
        margin: 0 20px;
    }
        .IntroduceShowStyleM {
        padding: 0 10px;
    }
}

@media(min-width: 769px) {
    .HomeMessage input, .HomeMessage textarea {
        padding: 11.5px;
        font-size: 16px;
    }

    .Map {
    }

    .Address {
        margin-bottom: 20px;
    }

    .Contant {
        margin-bottom: 20px;
        height: 180px;
    }

    .Submit {
        margin: 0 0 20px;
    }

    .HomeMessage #ValidateImage {
        height: 40px;
    }
}

@media(max-width: 768px) {
    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .Message-body {
        margin-top: 20px;
    }

    .HomeMessage .title_style1 {
        margin: 0px 2%;
    }

    .HomeMessage input, .HomeMessage textarea {
        padding: 5px;
        font-size: 18px;
    }


    .Code {
        width: 2rem;
    }

    .Contant {
        margin: 5px 0px;
    }

    .Submit {
        margin: 5px 0px;
        padding: 15px;
    }

    .HomeMessage #ValidateImage {
        height: .4rem;
    }
}

@media(max-width:414px) {
    
    .Message-body {
        margin-top: 20px;
    }
    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .Submit {
        margin: 5px 0px;
        padding: 5px;
        font-size: 14px;
        letter-spacing: 2px;
        height: 30px;
        border: none;
    }

    .divMessage {
        padding-bottom: 0px;
    }
}
/*===Introduce===*/
.divIntroduce {
    border: solid 1px #ddd;
    background: #fff;
}

.kkTitle {
    /*margin-top: 10px;*/
    padding-top:10px !important;
}

.kkCon {
    background: #fff;
    padding: 0px 10px 10px;
}
.KkNew { background: #fff;}
@media (min-width: 1601px) {
    .IntroduceShowStyleM {
        overflow: hidden;
        padding: 0 30px;
    }

    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }

    .kkTitle {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 180%;
    }

    .kkSubIntroduce {
        line-height: 180%;
        height: 60px;
        overflow: hidden;
        text-align: justify;
        color: #999;
    }
    /*.IntroduceImg
        {
            border-top: 1px #999 solid;
            border-left: 1px #999 solid;
            border-right: 1px #999 solid;    
            min-height: 300px;
        }*/
}

@media(min-width: 1251px) and (max-width: 1600px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }


    .IntroduceList {
        width: 100%;
    }

    .kkTitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkCon {
        padding: 0px 15px 15px;
    }

    .kkSubIntroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width: 991px) and (max-width: 1250px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }

    .IntroduceList {
        width: 100%;
    }

    .kkTitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .parent {
        padding: 0 0px 10px;
    }
    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }


    .IntroduceList {
    }

    .HomeIntroduce .container {
        padding-bottom: 20px;
    }

    .kkTitle {
        font-size: 18px;
        line-height: 200%;
        font-weight: bold;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 14px;
        line-height: 180%;
        color: #999;
        height: 30px;
        overflow: hidden;
    }
}



@media (max-width: 767px) {
    .parent {
        padding: 0 0px 10px;
    }

    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }

    .kkTitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 14px;
        line-height: 150%;
        /*height: 40px;*/
         height: 20px;
        color: #999;
        overflow: hidden;
    }

    .IntroduceList {
        width: 100%;
    }

    .Banner2 {
        margin-top: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 414px) {
    .parent {
        padding: 0 0px 10px;
    }

    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }

    .divIntroduce {
        background: #fff;
    }

    .kkTitle {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 150%;
        font-weight: 600;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 12px;
        line-height: 150%;
        height: 33px;
        color: #999;
        overflow: hidden;
    }

    .IntroduceList {
        width: 100%;
    }
}

/***********************************内页****************************************/
/*广告图*/
.NeiBanner {
    max-height: 600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .NeiBanner > a {
        /*height: 375px !important;*/
    }
}

@media (max-width: 414px) {
    .NeiBanner > a {
        /*height: 180px !importavnt;*/
    }
}
/*.NeiBanner img{width:100%;}*/
/*ProductList*/
/*.ProductListCon .col-xs-6
{
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1250px)
{
.ProductListCon .P_Exhibition{ margin-right: 0px; margin-left: 0px;}
}
@media (min-width: 768px)and (max-width: 1249px)
{
.ProductListCon .P_Exhibition{ margin-right: -10px; margin-left: -10px;}
}
@media (min-width: 768px)
{
.ProductListCon{ margin-top:30px;}
}
@media (max-width: 767px)
{
    .ProductListCon .P_Exhibition{ margin-left: -.1rem; margin-right: -.1rem;}
}*/

@media (min-width: 769px) {
    .ProductListCon > .container {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .ProductListCon > .container {
        margin-bottom: .1rem;
    }


        .ProductListCon .row .col-xs-6 {
        }
}


/**Product**/
.BigImage {
    position: relative;
}

    .BigImage h3 {
        font-weight: bold;
    }

.Introduct {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
}

    .Introduct div {
        color: #fff;
        height: 100%;
    }

.Product .Sub {
    color: #fff !important;
    width: 100%;
    border: inherit !important;
}

.Product .tab-pane div a:hover {
    text-decoration: underline;
}

.ProductMessageList > div {
    border-bottom: 1px solid #eee;
}

    .ProductMessageList > div:first-child {
        border-top: 1px solid #eee;
    }

    .ProductMessageList > div > p:last-child {
        color: #999;
    }

.ProductMessageList img {
    display: inline-block !important;
}

.hybtn_prev, .hybtn_next {
    z-index: 11111;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    opacity: 0; /*可以改变数值*/
    transition: opacity .8s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
}

.BigImage:hover .hybtn_prev, .BigImage:hover .hybtn_next {
    opacity: 1.0; /*可以改变数值*/
    transition: opacity .55s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.hybtn_prev {
    background: url(/Skin/images/hyleft.png) no-repeat left top;
}

.hybtn_next {
    background: url(/Skin/images/hyright.png) no-repeat right top;
}

@media (min-width: 769px) {
    .BigImage_head {
        padding:10px 40px 10px;
    }

        .BigImage_head a {
            display: block;
            max-width: 1900px;
            margin: 0 auto;
            text-align: center;
            width: auto;
        }

        .BigImage_head h3 {
            line-height: 180%;
            margin: 10px 0;
        }

        .BigImage_head a img {
            max-width: 100%;
        }

    .ProductSecond {
        padding:10px 40px 0px;
    }

    .BigImage_preNext {
        margin-top: 20px;
        padding:0px 40px;
    }

    .Introduct {
        height: 50px;
        line-height: 48px;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

        .Introduct div {
            width: 135px;
        }
    /*.Product .Sub{width:150px;}*/
    .Product .Sub {
        padding: 11.5px;
        font-size: 16px;
        margin-top: 20px;
    }
    /*.Product table > tbody > tr td:first-child{ width:90px;}*/
    .Product .tab-pane div input {
        height: 40px;
    }

        .Product .tab-pane div input:nth-child(2) {
            width: 200px;
        }

    .Product .tab-pane div > img {
        height: 38px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .Product .tab-pane div:nth-child(2) span {
        width: 85px;
        display: inline-block;
    }

    .Product .Contant, .Product .tab-pane div input:nth-child(2) {
        padding: 11.5px;
        font-size: 16px;
        color: #999;
    }

    .ProductMessageList > div > p:first-child {
        margin-top: 10px;
    }

    .ProductMessageList > div:first-child {
        margin-top: 60px;
    }

    .ProductMessageList p {
        font-size: 14px;
    }

    .hybtn_prev, .hybtn_next {
        width: 67px !important;
        height: 122px !important;
        margin-top: -13px;
    }

    .hybtn_prev {
        left: 20px;
    }

    .hybtn_next {
        right: 20px;
    }

    .BigImage_content2 img {
        max-width: 100%;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .BigImage_head > a {
        max-width: 1000px;
        margin: 0 auto;
    }

        .BigImage_head > a > img {
            max-width: 100%;
        }
}
@media (max-width: 768px) {
    .BigImage_head {
        padding:10px 20px 10px;
    }
    .BigImage_head > a {
        display: block;
    }

        .BigImage_head > a > img {
            max-width: 100%;
        }

    .BigImage_head h3 {
        margin: 10px 0;
        padding: 0px;
    }

        .BigImage .BigImage_content {
            width: 100%;
            padding: .3rem;
            padding-right: .25rem;
            margin-bottom: .2rem;
        }

    .BigImage_content span {
        font-size: .16rem;
        color: #999;
    }

    .BigImage_content p {
        word-wrap: break-word;
        font-size: .16rem;
        line-height: .3rem;
        margin: 0;
        color: #333;
    }

    .BigImage_content span:first-child {
        font-size: .36rem;
        color: #333;
        font-weight: bold;
    }

    .BigImage_content span:last-child {
        display: block;
        margin-top: .15rem;
    }

    .BigImage_content p > span:first-child {
        color: #999;
        font-size: .16rem;
        font-weight: normal;
    }

    .BigImage_content2 img {
        max-width: 100%;
    }

    .BigImage_preNext {
        padding:10px 10px 0px;
    }

    .BigImage h3 {
        font-size: .3rem;
        line-height: inherit;
    }

    .Introduct {
        height: .6rem;
        line-height: .59rem;
        font-size: .2rem;
        margin-bottom: .2rem;
        margin-top: .3rem;
    }

        .Introduct div {
            width: 1.35rem;
        }

    .Subtd {
        display: none;
    }

    .Product .Sub {
        width: 100%;
        margin-top: .2rem;
        height: .5rem;
        margin-bottom: .2rem;
    }
    /*.Product table > tbody > tr td:first-child{ width:1.3rem;}*/
    .Product .tab-pane {
        font-size: .24rem;
    }
        /*.Product .tab-pane div input{ height:.5rem;}*/
        .Product .tab-pane div input:nth-child(2) {
            width: 1.2rem;
        }

        .Product .tab-pane div > img {
            height: .4rem;
            margin-left: .08rem;
            margin-right: .08rem;
        }

        .Product .tab-pane div:nth-child(2) span {
            width: 1.2rem;
            display: inline-block;
        }

        .Product .Contant, .Product .tab-pane div input:nth-child(2) {
            padding: .12rem;
            font-size: .2rem;
            color: #999;
        }

    .ProductMessageList > div > p:first-child {
        margin-top: .1rem;
    }

    .ProductMessageList > div:first-child {
        margin-top: .4rem;
    }

    .hybtn_prev, .hybtn_next {
        width: .67rem !important;
        height: 1.22rem !important;
        margin-top: -.13rem;
        background-size: cover;
    }

    .hybtn_prev {
        left: .2rem;
    }

    .hybtn_next {
        right: .2rem;
    }
}

@media (max-width: 414px) {

    .BigImage_preNext {
        padding:10px 10px 0px
    }
    .BigImage_head {
        padding:5px 10px 5px;
    }
}

/**ArticleList**/
.ArticleList .media-body .date {
    font-weight: inherit;
    color: #999;
}



@media (min-width: 769px) {
    .ArticleList .media-body .date {
        font-size: 16px;
        line-height: 50px;
        width: 100px;
    }

    .ArticleList .media-body .glyphicon {
        top: 0;
    }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {display: inline-block;vertical-align:middle;height: 30px;line-height: 30px;overflow: hidden;font-size: 16px;color: #999;}
        .ArticleList .media-body i.timer,.ArticleList .media-body i.vcount {
            display: inline-block;
            vertical-align: middle;
            width:15px; height:30px; margin-right:5px;
        }
    .ArticleList .media-body i.timer {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1070 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M559.663 535.226h231.424a40.03 40.03 0 1 1 0 79.965H520.564a40.774 40.774 0 0 1-.93 0 40.03 40.03 0 0 1-39.937-40.029V304.687a40.03 40.03 0 1 1 79.966 0v230.586zm-26.066 482.258c-279.273 0-505.53-226.304-505.53-505.484 0-279.18 226.257-505.484 505.484-505.484 279.133 0 505.483 226.304 505.483 505.484 0 279.18-226.35 505.484-505.483 505.484zm0-80.059a425.425 425.425 0 1 0 0-850.85 425.425 425.425 0 0 0 0 850.85z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .ArticleList .media-body i.vcount {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M966.394 475.622c-6.247-71.244-50.4-104.793-89.78-112.422a53.952 53.952 0 0 0-11.424-.954 106.803 106.803 0 0 0-46.95 12.27c-17.414-37.53-55.866-64.967-98.125-64.967h-8.665c-16.896 0-32.96 4.006-47.258 11.257-5.203-14.425-13.274-27.328-23.891-37.907-14.957-14.918-42.682-32.608-89.127-32.537a113.926 113.926 0 0 0-42.566 8.307V119.418C508.602 53.574 455.405 0 390.022 0h-9.683C314.957 0 261.76 53.574 261.76 119.418v344.998l-30.534-50.317a32 32 0 0 0-4.916-6.208c-30.598-30.105-71.539-37.312-109.49-19.321l-2.01.928c-3.047 1.388-6.842 3.11-10.932 5.69l-6.835 4.306a32.454 32.454 0 0 0-3.168 2.272c-34.374 28.032-52.589 65.447-54.137 111.194-2.759 81.408 49.177 188.698 154.361 318.906 72.864 90.195 145.312 159.11 154.035 167.334a80.198 80.198 0 0 0 57.87 24.8h321.798c11.225 0 22.13-2.304 32.435-6.86l4.544-2.01a30.96 30.96 0 0 0 1.542-.73c105.85-53.805 173.888-165.197 196.755-322.15 16.122-110.624 4.692-206.01 3.316-216.628zM738.067 956.96l-3.718 1.651a16.051 16.051 0 0 1-6.541 1.389H406.003a15.795 15.795 0 0 1-11.731-5.158 31.136 31.136 0 0 0-1.651-1.664c-81.895-76.59-293.453-304.583-288.928-438.048.89-26.202 10.457-46.695 29.229-62.605l5.043-3.175c1.05-.633 2.201-1.075 3.321-1.587l2.932-1.35c4.742-2.253 18.7-8.877 34.617 4.723L266.4 595.424a32 32 0 1 0 59.354-16.595V119.418c0-30.56 24.486-55.418 54.579-55.418h9.683c30.093 0 54.573 24.858 54.573 55.418v325.126a32 32 0 0 0 64 0V340.87c7.155-16.14 23.411-26.457 42.752-26.515 13.561-.192 32.205 2.336 43.757 13.856 9.9 9.875 11.98 23.514 11.98 33.216v39.706c0 .614.135 1.197.167 1.805V511.89a32 32 0 1 0 64 0V405.088c5.587-18.95 21.299-31.54 40.185-31.54h8.666c19.904 0 43.942 19.937 43.942 44.692v119.904c0 17.677 14.324 32 32 32s32-14.323 32-32v-85.555c6.714-15.085 21.159-25.408 37.53-26.31 10.803 2.45 33.536 12.71 37.1 55.455.046.55.11 1.095.174 1.645.512 3.635 46.899 365.095-164.775 473.581z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .ArticleList .ArticleCom {
        margin: 10px 40px 20px;
    }
    /*.ArticleCom{ margin-top:10px; margin-bottom:40px;}*/
}

.articleCon .ArticleTxt {
    padding:0; margin:0;
}
@media (max-width: 768px) {
    .ArticleList .media-body .glyphicon {
        top: 0;
    }

    .ArticleList .media-body .date {
        font-size: 14px;
        line-height: 180%;
        display: block !important;
    }

    .ArticleList .ArticleCom {
        padding: 20px 20px 0px;
    }
    /*.ArticleCom{ margin-bottom:.1rem;}*/
}
/**Article**/
.articleCon {
    margin: 0 2% 40px;
}

    .articleCon .ArticleTxt {
        font-weight: bold;
    }

    .articleCon .dateCount {
        border-bottom: 1px dashed #ccc;
        color: #666;
    }
        .articleCon .dateCount span {
            display:inline-block; vertical-align:middle;
        }
    .articleCon i.timer,.articleCon i.vcount {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height:15px;
        margin-right: 5px;
    }
    .articleCon .dateCount i.timer {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1070 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M559.663 535.226h231.424a40.03 40.03 0 1 1 0 79.965H520.564a40.774 40.774 0 0 1-.93 0 40.03 40.03 0 0 1-39.937-40.029V304.687a40.03 40.03 0 1 1 79.966 0v230.586zm-26.066 482.258c-279.273 0-505.53-226.304-505.53-505.484 0-279.18 226.257-505.484 505.484-505.484 279.133 0 505.483 226.304 505.483 505.484 0 279.18-226.35 505.484-505.483 505.484zm0-80.059a425.425 425.425 0 1 0 0-850.85 425.425 425.425 0 0 0 0 850.85z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .articleCon .dateCount i.vcount {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M966.394 475.622c-6.247-71.244-50.4-104.793-89.78-112.422a53.952 53.952 0 0 0-11.424-.954 106.803 106.803 0 0 0-46.95 12.27c-17.414-37.53-55.866-64.967-98.125-64.967h-8.665c-16.896 0-32.96 4.006-47.258 11.257-5.203-14.425-13.274-27.328-23.891-37.907-14.957-14.918-42.682-32.608-89.127-32.537a113.926 113.926 0 0 0-42.566 8.307V119.418C508.602 53.574 455.405 0 390.022 0h-9.683C314.957 0 261.76 53.574 261.76 119.418v344.998l-30.534-50.317a32 32 0 0 0-4.916-6.208c-30.598-30.105-71.539-37.312-109.49-19.321l-2.01.928c-3.047 1.388-6.842 3.11-10.932 5.69l-6.835 4.306a32.454 32.454 0 0 0-3.168 2.272c-34.374 28.032-52.589 65.447-54.137 111.194-2.759 81.408 49.177 188.698 154.361 318.906 72.864 90.195 145.312 159.11 154.035 167.334a80.198 80.198 0 0 0 57.87 24.8h321.798c11.225 0 22.13-2.304 32.435-6.86l4.544-2.01a30.96 30.96 0 0 0 1.542-.73c105.85-53.805 173.888-165.197 196.755-322.15 16.122-110.624 4.692-206.01 3.316-216.628zM738.067 956.96l-3.718 1.651a16.051 16.051 0 0 1-6.541 1.389H406.003a15.795 15.795 0 0 1-11.731-5.158 31.136 31.136 0 0 0-1.651-1.664c-81.895-76.59-293.453-304.583-288.928-438.048.89-26.202 10.457-46.695 29.229-62.605l5.043-3.175c1.05-.633 2.201-1.075 3.321-1.587l2.932-1.35c4.742-2.253 18.7-8.877 34.617 4.723L266.4 595.424a32 32 0 1 0 59.354-16.595V119.418c0-30.56 24.486-55.418 54.579-55.418h9.683c30.093 0 54.573 24.858 54.573 55.418v325.126a32 32 0 0 0 64 0V340.87c7.155-16.14 23.411-26.457 42.752-26.515 13.561-.192 32.205 2.336 43.757 13.856 9.9 9.875 11.98 23.514 11.98 33.216v39.706c0 .614.135 1.197.167 1.805V511.89a32 32 0 1 0 64 0V405.088c5.587-18.95 21.299-31.54 40.185-31.54h8.666c19.904 0 43.942 19.937 43.942 44.692v119.904c0 17.677 14.324 32 32 32s32-14.323 32-32v-85.555c6.714-15.085 21.159-25.408 37.53-26.31 10.803 2.45 33.536 12.71 37.1 55.455.046.55.11 1.095.174 1.645.512 3.635 46.899 365.095-164.775 473.581z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}





.preNext a {
    color: #fff;
}

.preNext .col-sm-2 span {
    display: block;
}

.preNext > div > a {
    opacity: 0.9;
}

    .preNext > div > a:hover {
        opacity: 1;
    }

@media (min-width: 768px) {
    .Article > .container {
        padding-bottom: 20px;
    }

    .articleCon .Articlehead {
        margin-top: 20px;
    }

    .articleCon .ArticleTxt {
        font-size: 36px;
    }

    .articleCon .dateCount {
        font-size: 16px;
        line-height: 50px;
    }
    
.preNext {
    margin-top:20px;
}
    .preNext a {
        font-size: 16px;
    }

    .preNext .col-sm-2 span {
        margin: 0 20px;
    }

    .preNext, .preNext .col-sm-5, .preNext .col-sm-2 span {
        height: 50px;
        line-height: 50px;
    }

        .preNext div a {
            padding: 0 20px;
        }
}

@media (max-width: 767px) {
    .articleCon {
        margin: 0 20px 20px;
    }

        .articleCon .ArticleTxt {
            font-size: 16px;
            line-height: 180%;
        }

        .articleCon .dateCount {
            font-size: 14px;
            line-height: 180%;
        }

    .preNext a {
        font-size: 14px;
    }

    .preNext, .preNext .col-sm-5, .preNext .col-sm-2 span {
        height: 40px;
        line-height: 40px;
    }

        .preNext div a {
            display: block;
            width: auto;
        }

        .preNext .col-xs-4 {
            text-align: center;
            padding:0px 5px;
        }

    .dateCount span {
        padding: 5px;
    }
}

@media (max-width: 414px) {
    .preNext .col-sm-2 span {
        padding: 0 5px;
    }

    .articleCon {
        margin: 0 10px 10px;
    }

        .articleCon .dateCount {
            font-size: 12px;
            line-height: 150%;
        }
}
/**MessageList**/
.messageListCon > span {
    font-weight: bold;
    letter-spacing: 2px;
}

.messageListCon #changeValidateImage:hover {
    text-decoration: underline;
}

#allmap {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.BMap_pop div > div {
    border-radius: 8px;
}

@media (min-width: 768px) {
    .MessageList > .container {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .messageListCon > span {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 15px;
    }

    #allmap {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .MessageList > .container {
        padding-top: .1rem;
        padding-bottom: .3rem;
    }

    .messageListCon > span {
        font-size: .3rem;
        padding-top: .4rem;
        padding-bottom: .15rem;
    }

    .messageListCon .MessageTxt {
        margin-bottom: .2rem;
    }
    /*.SinglePage #allmap{ margin-bottom: -.2rem;}*/
    #allmap {
        height: 5rem;
    }
}
/**SinglePage**/
.singlePageCon {
    float: inherit;
}

@media (min-width: 769px) {
    .singlePageCon {
        margin: 20px 40px 0px;
    }
}

@media(max-width: 768px) {
    .singlePageCon {
        margin: 20px 20px 0px;
    }
}
@media(max-width: 414px) {
    .singlePageCon {
        margin: 10px 10px 0px;
    }
}

/*内页菜单*/
@media(min-width: 769px) {
    .NeiMenu_top {
        width: auto;
    }

        .NeiMenu_top .containerNew {
            height: 90px;
            border-bottom: 1px solid #ccc;
            margin: 0 40px;
        }

            .NeiMenu_top .containerNew > h3 {
                border-left: 5px solid #000;
                padding-left: 20px;
                font-size: 30px;
                line-height: 100%;
                display: block;
                margin-top: 40px;
                font-weight: 600;
                width: 25%;
                float: left;
            }


        .NeiMenu .navbar-collapse {
            display: inline-block !important;
        }

            .NeiMenu .navbar-collapse .nav > li:first-of-type {
                margin-left: 0px;
            }

            .NeiMenu .navbar-collapse .nav > li {
                margin-left: 20px;
                margin-bottom: 10px;
            }

                .NeiMenu .navbar-collapse .nav > li > a {
                    height: 43px;
                    line-height: 43px;
                    padding: 0 30px;
                    font-size: 16px;
                    border: 1px solid #ccc;
                }

        .NeiMenu .navbar-header > span {
            display: none;
        }

        .NeiMenu .dropdown-menu {
            z-index: 1000;
        }

            .NeiMenu .dropdown-menu > li > a {
                font-size: 14px;
                height: 50px;
                line-height: 50px;
                padding: 0 15px;
            }
}

@media(max-width: 768px) {
    .NeiMenu_top .containerNew {
        height: 40px;
        background-position: 5px;
        border-bottom: 1px solid #ccc;
        display: none;
        margin: 0 20px;
    }

        .NeiMenu_top .containerNew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 20px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .NeiMenu .containerNew {
        margin: 20px 20px;
    }

        .NeiMenu .navbar-default .navbar-nav > li > a {
            /*padding: 10px;*/
            padding: 0;
            line-height:50px;
        }

        .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > li > a,
        .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 0 .15rem 0 .4rem;
            border-color: #fafafa;
            height: 40px;
            line-height: 40px;
        }

        .NeiMenu .caret-right {
            right: 10px;
            top: 10px;
        }

    .main-navigation {
        border: 1px solid #ddd;
    }

    .NeiMenu .navbar-header {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

        .NeiMenu .navbar-header > span {
            font-size: 18px;
        }

        .NeiMenu .navbar-header .navbar-toggle {
            line-height: 40px;
            height: 40px;
            width: 40px;
            border-left: 1px solid #ddd;
            padding: 0 .14rem;
            position: absolute;
            top: 0;
            right: 0;
        }

    .NeiMenu .navbar-collapse {
        border-top: 1px solid #ddd;
        width: 100%;
        right: 0;
        top: auto;
    }

    .NeiMenu .dropdown-menu > li > a {
        font-size: 14px;
    }
}


@media(max-width:414px) {
    .NeiMenu .navbar-header > span {
        font-size: 16px;
    }

    .NeiMenu_top .containerNew {
        height: 30px;
        background: url('/Skin/img/left.png') no-repeat left;
        background-position: 5px;
        border-bottom: 1px solid #d8d8d8;
        display: none;
    }

        .NeiMenu_top .containerNew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 10px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .NeiMenu .containerNew{ margin:10px 10px;}

    .ArticleList .ArticleCom {
        padding:10px 10px 0px;
    }
}

.NeiMenu .navbar-default .navbar-nav {
    margin: 0px -1px!important;
    width: auto !important;
}

    .NeiMenu .navbar-default .navbar-nav > li > a {
        z-index: 102;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background: #fff;
    }

        .NeiMenu .navbar-default .navbar-nav > li > a:hover {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .NeiMenu .navbar-default .navbar-nav > .active > a,
    .NeiMenu .navbar-default .navbar-nav > .active > a:focus {
        color: #e2001c;
        border-color: #e2001c;
        background-color: transparent;
    }

        .NeiMenu .navbar-default .navbar-nav > .active > a:hover {
            background-color: transparent;
        }

.NeiMenu .main-navigation .navbar-nav > .open > a,
.NeiMenu .main-navigation .navbar-nav > .open > a:hover,
.NeiMenu .main-navigation .navbar-nav > .open > a:focus {
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

    .NeiMenu .main-navigation .navbar-nav > .open > a:active,
    .NeiMenu .main-navigation .navbar-nav > .open.active > a:active {
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .NeiMenu .main-navigation .navbar-nav > .open > a:active + ul,
        .NeiMenu .main-navigation .navbar-nav > .open.active > a:active + ul {
            display: none;
        }

.NeiMenu .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
    z-index: 101;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    z-index: 1111;
}

    .NeiMenu .dropdown-menu > li > a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .NeiMenu .dropdown-menu .dropdown-menu {
        top: -1px;
        left: 100% !important;
        padding-top: 0;
        margin-left: 1px;
        border-left: none;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #f1f1f1;
    }

.NeiMenu .mega-menu.dropdown {
    position: static;
}

.NeiMenu .mega-menu .dropdown-menu {
    left: 0;
    top: 96%;
    width: 100%;
    padding: 20px 30px;
}

.NeiMenu .mega-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.NeiMenu .mega-menu h4.title {
    margin: 10px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.NeiMenu .mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    .NeiMenu .mega-menu .menu > li > a i,
    .NeiMenu .dropdown-menu > li > a i {
        padding-right: 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.NeiMenu .mega-menu .menu > li:last-child > a {
    border-bottom: none;
}

.NeiMenu .mega-menu .menu > li > a:hover i,
.NeiMenu .dropdown-menu > li > a:hover i {
    padding-left: 5px;
}

.NeiMenu .mega-menu .menu > li > a:hover,
.NeiMenu .mega-menu .menu > li > a:focus {
    background-color: #ffffff;
    color: #e84c3d;
    border-color: #f1f1f1;
    text-decoration: none;
}

.NeiMenu .main-navigation.main-navigation .open .dropdown-menu,
.NeiMenu .open .dropdown-animation {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

.NeiMenu .open .dropdown-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.NeiMenu .main-navigation.main-navigation .dropdown-menu .open .dropdown-menu {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

.NeiMenu .navbar-default .navbar-toggle .icon-bar {
    margin-bottom: .06rem;
    width: .4rem;
    height: 3px;
    background: #999;
    border-radius: .1rem;
}

@media (min-width:769px) {
    .NeiMenu {
        margin: 20px 0 0;
    }       
    .NeiMenu .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .NeiMenu .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .NeiMenu .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        margin: 0 40px 10px;
    }

    .NeiMenu .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .NeiMenu .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width:769px) and (max-width:1199px) {
    .NeiMenu .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
        .NeiMenu .navbar-default .navbar-nav > li {
            margin-bottom: 10px;
            margin-left: 16px;
        }
    /*.NeiMenu .navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}*/
}

@media (min-width:1200px) {
}

@media (max-width:768px) {
.divFloatBar {display:none;}
.Foot_menu {display:block;}
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e84c3d;
        background-color: transparent;
    }

    .NeiMenu .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        height: auto;
    }

    .NeiMenu .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    .NeiMenu .main-navigation .navbar-nav > .open > a,
    .NeiMenu .main-navigation .navbar-nav > .open > a:hover,
    .NeiMenu .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    .NeiMenu .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }

    .NeiMenu .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }

    .NeiMenu .dropdown > a:before {
        right: 32px;
    }

    .NeiMenu .dropdown .dropdown > a:before {
        right: 36px;
    }
}
/*搜索*/
@media (min-width: 768px) {
    .search-bar {
        width: 250px;
        margin: 2% auto 0;
        position: relative;
    }

        .search-bar input[type="text"] {
            width: 100%;
            padding: 4px 45px 4px 15px;
            height: 40px;
            border: 1px solid #ddd;
            background: none;
            display: inline-block;
            outline: none;
            -webkit-appearance: none;
            vertical-align: -webkit-baseline-middle;
            color: #666;
            font-size: 1em;
            border-radius: 30px;
        }

        .search-bar input[type="submit"] {
            background: url(/Skin/images/search.png)no-repeat center;
            outline: none;
            -webkit-appearance: none;
            border: 0;
            display: inline-block;
            vertical-align: -webkit-baseline-middle;
            width: 35px;
            height: 40px;
            margin-right: 5px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
}


/*====右侧浮动条====*/
.divFloatBar {
    _position: absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
}

    .divFloatBar a {
        font-size: 14px;
    }

.ulBar {
    float: right;
    padding: 0px;
    margin: 0px;
}

    .ulBar li {
        display: block;
        position: relative;
        opacity: 0.8 !important;
        filter: alpha(opacity=80);
    }

        .ulBar li.liShow {
            opacity: 0.8 !important;
            filter: alpha(opacity=60);
            cursor: pointer;
        }

        .ulBar li .imgTriangle {
            display: none;
            position: absolute;
            z-index: 99;
        }

        .ulBar li:hover {
            opacity: 1 !important;
            filter: alpha(opacity=100);
        }

        .ulBar li .float_menu_img2 {
            display: none;
        }

        .ulBar li .divShowD {
            display: none;
            position: absolute;
            z-index: 22;
            min-width: 130px;
            min-height: 20px;
            background: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            top: 0px;
            white-space: nowrap;
        }

            .ulBar li .divShowD p {
                margin: 5px 0px;
            }

        .ulBar li:hover .divShowD {
            display: block;
        }

        .ulBar li:hover .imgTriangle {
            display: block;
        }

        .ulBar li .divShowD > div {
            height: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            min-width: 228px !important;
        }

@media (min-width: 768px) {
    .ulBar {
        width: 60px;
        height: 30px;
    }

        .ulBar li {
            width: 60px;
            height: 60px;
        }

            .ulBar li.liShow {
                height: 30px;
            }

            .ulBar li .imgTriangle {
                top: 25px;
                right: 52px;
            }

            .ulBar li .divShowD {
                right: 60px;
            }
}

@media (max-width: 767px) {
    .ulBar {
        width: 50px;
        height: 20px;
    }

        .ulBar li {
            width: 50px;
            height: 50px;
        }

            .ulBar li.liShow {
                height: 25px;
            }

        .ulBar .ItImg, #liShow_Img {
            width: 100%;
        }

        .ulBar li .imgTriangle {
            top: 18px;
            right: 42px;
        }

        .ulBar li .divShowD {
            right: 50px;
        }
}
/*=幻灯片样式二=*/
.main_image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 600px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 600px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 600px;
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 600px;
        }

div.flicking_con {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

    div.flicking_con .flicking_inner {
        position: absolute;
        bottom:20px;
        width: 100%;
        height: 21px;
        text-align: center;
    }
    /* 121126 */
    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 21px;
        height: 21px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: url('/Skin/images/btn_main_img.png') 0 0 no-repeat;
    }

        div.flicking_con span.on {
            background-position: 0 -21px;
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 46px !important;
    height: 59px !important;
    top: 50%;
    margin-top: -29px;
    display: none;
}

#btn_prev {
    background: url(/Skin/images/hover_left.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(/Skin/images/hover_right.png) no-repeat right top;
    right: 100px;
}

@media(max-width: 991px) {
    #btn_next, #btn_prev {
        display: none !important;
    }
}


@media(max-width: 767px) {
    div.flicking_con .flicking_inner {
        bottom: 0rem;
    }

    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: url('/Skin/images/btn_main_img.png') 0 0 no-repeat;
        background-size: cover;
    }

        div.flicking_con span.on {
            background-position: 0 -10px;
        }
}


/* SlideBanner.css */
#et-slider-wrapper {
    position: relative;
    width: 100%;
}

.et-slide {
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .et-slide .container {
        padding: 220px 0 0;
    }

    .et-slide .description {
        text-shadow: 0 2px 2px rgba(0,0,0,0.3);
        color: #fff;
        font-size: 18px;
        float: left;
        width: 412px;
        padding-top: 95px;
        -webkit-animation-duration: .6s;
        -webkit-animation-delay: .4s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .6s;
        -moz-animation-delay: .4s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .6s;
        -ms-animation-delay: .4s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .6s;
        animation-delay: .4s;
        animation-timing-function: ease;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

.description h2 {
    font-size: 60px;
    color: inherit;
}

    .description h2 a {
        color: #fff;
    }

        .description h2 a:hover {
            text-decoration: none;
            color: rgba(255,255,255,0.95);
        }

.subtitle {
    font-size: 32px;
    text-transform: uppercase;
    color: #c3e54b;
}

.description .more {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
    padding: 17px 28px;
    border: 1px solid #17242a;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    background: #2a3f4a;
    background: -moz-linear-gradient(top, #2a3f4a 0%, #1e2f37 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3f4a), color-stop(100%,#1e2f37)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2a3f4a 0%,#1e2f37 100%); /* W3C */
}

    .description .more:hover {
        color: rgba(255,255,255,0.9);
        text-decoration: none;
    }

.featured-image {
    float: right;
    width: 535px;
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .8s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.js .et-slide {
    display: none;
}

    .js .et-slide:first-child {
        display: block;
    }

.et-slider-arrows a {
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-indent: -9999px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#et-slider-wrapper .et-arrow-prev {
    left: 60px;
    background: url(/Skin/images/arrow.png);
}

#et-slider-wrapper .et-arrow-next {
    right: 60px;
    background: url(/Skin/images/arrow.png) 80px 0;
}

#et-slider-wrapper:hover .et-slider-arrows a {
    opacity: 1;
}

#et-slider-wrapper:hover .et-arrow-prev {
    left: 80px;
}

#et-slider-wrapper:hover .et-arrow-next {
    right: 80px;
}

#et-slider-controls {
    position: absolute;
    bottom: 75px;
    left: 0;
    bottom: 20px;
    width: 100%;
}

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
        height: 17px;
    }

        #et-slider-controls .et-controllers a {
            overflow: hidden;
            display: inline-block;
            width: 52px;
            height: 3px;
            text-indent: -9999px;
            margin: 0 3px;
            background: #ccc;
        }

            #et-slider-controls .et-controllers a.et-active-control {
                background: #ff072a;
            }

.et-controllers a.et-active-control:hover {
    cursor: default;
}

@media (max-width: 767px) {
    #et-slider-controls .et-controllers a {
        width: 20px;
        height: 5px;
    }
}
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

.commentlist, #respond {
    padding: 40px;
}

#comments, #reply-title {
    font-size: 30px;
    text-transform: uppercase;
}

.comment-body {
    position: relative;
    padding: 0 0 0 75px;
    margin: 20px 0;
}

.comment_avatar {
    position: absolute;
    top: 0;
    left: 0;
}

    .comment_avatar img {
        display: block;
    }

    .comment_avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
    }

.comment_postinfo {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fn, .fn a {
    color: #454545;
    text-decoration: none;
}

.comment_date {
    color: #c3e54b;
    margin-left: 4px;
}

.comment-reply-link, .form-submit #submit {
    float: right;
    position: relative;
    padding-right: 12px;
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
}

    .comment-reply-link:hover {
        color: #111;
        text-decoration: none;
    }

    .comment-reply-link:before {
        content: '\00BB';
        position: absolute;
        top: 0;
        right: 0;
        color: #C3E54B;
    }

.commentlist .children {
    padding-left: 75px;
}

#respond {
    margin-top: 60px;
}

#commentform input[type="text"] {
    width: 40%;
}

#commentform textarea {
    width: 89%;
}

#commentform textarea, #commentform input[type="text"] {
    border: 1px solid #e0dddd;
    padding: 20px;
    color: #555e58;
    font-size: 14px;
    background: #fff;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
}

#reply-title small {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-submit {
    text-align: right;
}

    .form-submit input {
        font-size: 14px;
        float: none;
    }

.comment #respond, #trackbacks {
    margin-bottom: 30px;
}

.comment #respond {
    background: none;
    -moz-box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0;
    margin-top: 32px;
}

.form-submit #submit {
    background: none;
    border: none;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer-widgets {
    border-top: 1px solid #d8d8d8;
    padding: 99px 0 59px;
    text-shadow: 1px 1px 0 #fff;
    background-color: #ececec;
}

#footer-copyright {
    margin-top: -9px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: -5px;
}

.footer-widget {
    float: left;
    width: 280px;
    margin-right: 60px;
    color: #787878;
}

    .footer-widget h4.widgettitle {
        font-size: 30px;
        padding-bottom: 9px;
        text-transform: uppercase;
        color: #454545;
    }

#footer-bottom {
    padding: 55px 0 25px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.bottom-nav li {
    float: left;
    padding-right: 22px;
}

    .bottom-nav li.current_page_item a {
        color: #c3e54b;
        font-weight: 800;
    }

    .bottom-nav li a {
        color: #fff;
        text-decoration: none;
    }

        .bottom-nav li a:hover {
            color: #eee;
        }

p#copyright {
    text-align: right;
    font-size: 12px;
    color: #fff;
}

    p#copyright a {
        color: #fff;
        font-weight: 800;
    }

.f_widget {
    margin-bottom: 25px;
}


/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar {
    float: left;
    width: 290px;
}

    #sidebar a, #footer-widgets a {
        color: #454545;
    }

        #sidebar a:hover, #footer-widgets a:hover {
            color: #111;
            text-decoration: none;
        }

.widget {
    margin-bottom: 42px;
    text-shadow: 1px 1px 0 #fff;
}

    .widget h4.widgettitle {
        font-size: 30px;
        text-transform: uppercase;
        padding-bottom: 14px;
        color: #454545;
    }

    .widget li, .f_widget li {
        padding: 0 0 15px 15px;
        background: url(/App_Style/images/widget-bullet.png) no-repeat 0 6px;
    }

        .widget li:hover, .f_widget li:hover {
            background-image: url(/App_Style/images/hover-widget-bullet.png);
        }

        .f_widget li ul, .widget li ul {
            margin: 15px 0 -15px;
        }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
}

    .wp-caption.alignleft {
        margin: 0px 10px 10px 0px;
    }

    .wp-caption.alignright {
        margin: 0px 0px 10px 10px;
    }

    .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
    }

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

#mobile_menu {
    position: absolute;
    top: 30px;
    left: -52px;
    text-align: left;
}

    #mobile_menu a {
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }

    #mobile_menu ul {
        display: block !important;
        visibility: visible !important;
    }

        #mobile_menu ul a {
            padding-left: 40px;
        }

        #mobile_menu ul ul a {
            padding-left: 60px;
        }

        #mobile_menu ul ul ul a {
            padding-left: 80px;
        }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

    #wp-calendar a {
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

        #wp-calendar a:hover {
            text-decoration: underline;
        }

    #wp-calendar caption {
        text-decoration: none;
        font: bold 13px Arial, Sans-Serif;
    }

    #wp-calendar td {
        padding: 3px 5px;
    }

        #wp-calendar td#today {
            color: #111;
            font-weight: bold;
        }

    #wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
        padding: 3px 5px;
    }

    #wp-calendar #prev a, #wp-calendar #next a {
        font-size: 9pt;
    }

    #wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
    }

    #wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
    }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
    overflow: hidden;
    padding: 20px 0;
}

#content .wp-pagenavi {
    text-align: right;
}

    #content .wp-pagenavi a, #content .wp-pagenavi span {
        background: #fff;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        border: none;
        padding: 14px 18px;
        font-size: 18px;
        color: #d8d8d8;
        font-weight: normal !important;
        margin: 0 4px;
    }

        #content .wp-pagenavi span.current, #content .wp-pagenavi a:hover {
            color: #454545;
        }

    #content .wp-pagenavi .nextpostslink, #content .wp-pagenavi .previouspostslink {
        color: #c3e54b;
    }

    #content .wp-pagenavi .pages {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.mobile_nav, #mobile_menu {
    display: none;
}

.fullwidth #left-area {
    float: none;
    width: auto;
}

.entry .wp-pagenavi {
    padding-top: 30px;
}

.et_embedded_videos {
    display: none;
}

.et_pt_gallery_entry {
    margin-left: 67px !important;
}

#et_pt_portfolio_gallery {
    margin-left: -33px !important;
}

.et_pt_portfolio_item {
    margin-left: 16px !important;
}

.et_portfolio_large .et_pt_portfolio_item {
    width: 420px !important;
}

@media only screen and ( max-width: 1002px ) {
    #et-search, p#et-search-title, p#et-search-title span {
        background: none !important;
    }

    #et-search {
        width: auto !important;
        height: auto !important;
    }

    #et-search-inner {
        padding: 0 !important;
    }

    #et-search-right {
        float: none !important;
        clear: both;
        text-align: left !important;
    }

    #et_search_submit {
        background: #BBB8B8 !important;
        color: #111 !important;
    }

    p#et-search-title {
        margin-bottom: 2px !important;
    }

        p#et-search-title span {
            padding: 0 !important;
            text-shadow: none !important;
        }

    #et-searchinput {
        width: auto !important;
    }

    p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat {
        float: none !important;
    }

    #et-search-left {
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and ( min-width: 768px ) and ( max-width: 1002px ) {
    #logo {
        float: none;
    }

    #menu-wrap {
        float: none;
        clear: both;
        padding-top: 38px;
    }

    .et-slide .container {
        padding-top: 250px;
    }

    .et-slide .description {
        width: 277px;
        padding-top: 32px;
    }

    .description h2 {
        font-size: 48px;
    }

    .featured-image, #et-slider-controls .et-controllers {
        width: 402px;
        margin: 0 auto;
    }

    .et-slider-arrows a {
        top: 413px;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 25px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 25px;
    }

    .subtitle, .service h3, .testimonial .title, .footer-widget h4.widgettitle {
        font-size: 24px;
    }

    .description .more {
        font-size: 18px;
    }

    .service {
        margin-right: 35px;
        width: 155px;
    }

    #testimonials {
        width: 313px;
    }

    .testimonial {
        padding: 30px 26px 27px 39px;
    }

        .testimonial .title {
            padding-bottom: 3px;
        }

        .testimonial span.title {
            display: block;
        }

    #recent-updates {
        width: 331px;
    }

    #logos img {
        max-width: 136px;
    }

    .footer-widget {
        margin-right: 52px;
        width: 208px;
    }

    #left-area {
        width: 472px;
    }

    #sidebar {
        width: 209px;
    }

    .page-title-area {
        padding-top: 95px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

    .entry .meta-info {
        font-size: 24px;
    }

    #et_pt_portfolio_gallery {
        margin-left: -35px !important;
    }

    .et_pt_portfolio_item {
        margin-left: 13px !important;
        width: 201px !important;
    }

    .et_portfolio_more_icon, .et_portfolio_zoom_icon {
        top: 50px !important;
    }

    .et_portfolio_more_icon {
        left: 65px !important;
    }

    .et_portfolio_zoom_icon {
        left: 106px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_small {
        margin-left: -18px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item {
            margin-left: 8px !important;
            width: 117px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            top: 20px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon {
            left: 26px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            left: 62px !important;
        }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: -28px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -3px !important;
            width: 321px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 99px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 140px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 178px !important;
        }
}

@media only screen and ( max-width: 767px ) {
    .top-content.container {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, .description p {
        display: none;
    }

    .description .subtitle {
        display: block;
    }

    .description .more {
        font-size: 18px;
        float: left;
        padding: 17px;
    }

    .et-slide .container {
        padding-top: 233px;
    }

    .et-slide .description {
        width: 203px;
        padding-top: 22px;
    }

    .featured-image {
        width: 211px;
    }

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
    }

    #et-slider-controls {
        bottom: .2rem;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 10px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 10px;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 18px;
    }

    .service {
        float: none;
        margin-bottom: 35px;
    }

        .service h3, .footer-widget h4.widgettitle {
            font-size: 24px;
        }

    .service {
        margin-right: 0;
        width: 414px;
    }

    #testimonials, #recent-updates {
        float: none;
        width: auto;
    }

    #testimonials {
        margin: 0 0 50px 24px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 60px;
    }

    #logos {
        padding-bottom: 0;
    }

        #logos img {
            max-width: 189px;
            margin-bottom: 50px;
        }

        #logos a:nth-child(2) {
            margin-right: 0;
        }

    .footer-widget {
        margin-right: 0;
        width: auto;
        margin-bottom: 50px;
        float: none;
    }

        .footer-widget.last {
            margin-bottom: 0;
        }

    #footer-bottom .container, p#copyright {
        text-align: center;
    }

    .bottom-nav {
        display: inline-block;
    }

    p#copyright {
        padding-top: 25px;
    }

    #menu-wrap, #sidebar {
        display: none;
    }

    .mobile_nav {
        display: inline-block;
    }

    #et_mobile_nav_menu {
        margin-top: 45px;
    }

    .mobile_nav {
        padding-bottom: 8px;
    }

        .mobile_nav:hover {
            text-decoration: none;
        }

    .page-title-area {
        padding-top: 51px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

        .page-title-area .subtitle, .entry .meta-info {
            font-size: 24px;
        }

    #left-area {
        float: none;
        margin-right: 0;
        width: auto;
    }

    #et_pt_gallery {
        margin-left: -44px !important;
        margin-right: -40px !important;
    }

    .et_pt_gallery_entry {
        margin-left: 7px !important;
    }

    #et_contact_right {
        width: 50% !important;
        margin-left: 0 !important;
        float: none !important;
    }

    .sitemap-col {
        float: none !important;
        width: auto !important;
    }

    .et_pt_portfolio_item {
        margin-left: 30px !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        width: 380px !important;
        margin-bottom: 10px;
    }

    .et_portfolio_small .et_pt_portfolio_entry {
        float: left;
        margin-right: 15px;
    }

    .et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon {
        top: 30px !important;
    }

    .et_portfolio_small .et_portfolio_more_icon {
        left: 38px !important;
    }

    .et_portfolio_small .et_portfolio_zoom_icon {
        left: 77px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -27px !important;
            width: 404px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 109px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 155px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 195px !important;
        }
}

@media only screen and ( max-width: 479px ) {
    .featured-image, #et-search-form, #content .wp-pagenavi .pages {
        display: none;
    }

    .et-slide .description {
        float: none;
        width: 100%;
    }

        .et-slide .description .more {
            float: none;
        }

    .top-content.container, .et-slide .container, #logos .container, p#copyright {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, #footer-widgets, .bottom-nav {
        display: none;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle, .entry .meta-info {
        font-size: 18px;
    }

    .service h3 {
        font-size: 24px;
    }

    .service {
        margin-right: 0;
        width: 255px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 0;
    }

    #logos img {
        max-width: 189px;
        margin-bottom: 50px;
    }

    #footer-bottom {
        padding-top: 0;
    }

    .page-title-area h1 {
        font-size: 36px;
    }

    #breadcrumbs {
        padding: 10px 0;
    }

    .et_pt_gallery_entry {
        margin-left: 56px !important;
    }

    p.et-registration {
        margin-top: 35px !important;
    }

    .et-protected-form {
        padding: 0 !important;
        background: none !important;
    }

    .et-protected {
        width: auto !important;
    }

    #et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        .et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: 0 !important;
            width: 228px !important;
        }

        .et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 53px !important;
        }

        .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 70px !important;
        }

        .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 110px !important;
        }

    .entry .et_portfolio_small .et_pt_portfolio_item {
        width: 262px !important;
        margin-left: 0 !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        margin-left: -15px !important;
        width: 254px !important;
    }
}

/*------------------------------------------------*/
/*-----------------[COLOR SCHEMES-----------------*/
/*------------------------------------------------*/

/*--------------------[PURPLE]--------------------*/
.et_color_scheme_purple #breadcrumbs-wrapper, .et_color_scheme_purple #services {
    border-top: 1px solid #692c6d;
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2050', .et_color_scheme_purpleendColorstr='#3c1a3e',GradientType=0 );
}

.et_color_scheme_purple .description .more {
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
}

.et_color_scheme_purple #breadcrumbs, .et_color_scheme_purple.read-more span, .et_color_scheme_purple.testimonial span.title, .et_color_scheme_purple.entry .meta-info, .et_color_scheme_purple.entry .meta-info a, .et_color_scheme_purple.entry .meta-info a:hover, .et_color_scheme_purple.subtitle, .et_color_scheme_purple.comment_date, .et_color_scheme_purple.comment-reply-link:before, .et_color_scheme_purple.bottom-nav li.current_page_item a, .et_color_scheme_purple#content .wp-pagenavi .nextpostslink, .et_color_scheme_purple#content .wp-pagenavi .previouspostslink {
    color: #d166d8;
}

.mobile_nav {
    border-color: #d166d8;
}

#top-menu a .menu-highlight, .et_color_scheme_purple#mobile_menu .menu-highlight {
    background-color: #d166d8;
}

.subtitle {
    color: #fff;
}

/*--------------------[BLUE]--------------------*/
.et_color_scheme_blue #breadcrumbs-wrapper, .et_color_scheme_blue #services {
    border-top: 1px solid #2e479b;
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21326b', .et_color_scheme_blueendColorstr='#172658',GradientType=0 );
}

.et_color_scheme_blue .description .more {
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
}

.et_color_scheme_blue #breadcrumbs, .et_color_scheme_blue.read-more span, .et_color_scheme_blue.testimonial span.title, .et_color_scheme_blue.entry .meta-info, .et_color_scheme_blue.entry .meta-info a, .et_color_scheme_blue.entry .meta-info a:hover, .et_color_scheme_blue.subtitle, .et_color_scheme_blue.comment_date, .et_color_scheme_blue.comment-reply-link:before, .et_color_scheme_blue.bottom-nav li.current_page_item a, .et_color_scheme_blue#content .wp-pagenavi .nextpostslink, .et_color_scheme_blue#content .wp-pagenavi .previouspostslink {
    color: #3e6afa;
}

.et_color_scheme_blue .mobile_nav {
    border-color: #3e6afa;
}

.et_color_scheme_blue #top-menu a .menu-highlight, .et_color_scheme_blue#mobile_menu .menu-highlight {
    background-color: #3e6afa;
}

.et_color_scheme_blue .subtitle {
    color: #fff;
}

/*--------------------[GREEN]--------------------*/
.et_color_scheme_green #breadcrumbs-wrapper, .et_color_scheme_green #services {
    border-top: 1px solid #288a3b;
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216b2f', .et_color_scheme_greenendColorstr='#134f1e',GradientType=0 );
}

.et_color_scheme_green .description .more {
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
}

.et_color_scheme_green #breadcrumbs, .et_color_scheme_green.read-more span, .et_color_scheme_green.testimonial span.title, .et_color_scheme_green.entry .meta-info, .et_color_scheme_green.entry .meta-info a, .et_color_scheme_green.entry .meta-info a:hover, .et_color_scheme_green.subtitle, .et_color_scheme_green.comment_date, .et_color_scheme_green.comment-reply-link:before, .et_color_scheme_green.bottom-nav li.current_page_item a, .et_color_scheme_green#content .wp-pagenavi .nextpostslink, .et_color_scheme_green#content .wp-pagenavi .previouspostslink {
    color: #21ab3b;
}

.et_color_scheme_green .mobile_nav {
    border-color: #21ab3b;
}

.et_color_scheme_green #top-menu a .menu-highlight, .et_color_scheme_green#mobile_menu .menu-highlight {
    background-color: #21ab3b;
}

.et_color_scheme_green a {
    color: #21ab3b;
}

.et_color_scheme_green .subtitle {
    color: #fff;
}

/*--------------------[RED]--------------------*/
.et_color_scheme_red #breadcrumbs-wrapper, .et_color_scheme_red #services {
    border-top: 1px solid #a31818;
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770e0e', .et_color_scheme_redendColorstr='#560101',GradientType=0 );
}

.et_color_scheme_red .description .more {
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
}

.et_color_scheme_red #breadcrumbs, .et_color_scheme_red.read-more span, .et_color_scheme_red.testimonial span.title, .et_color_scheme_red.entry .meta-info, .et_color_scheme_red.entry .meta-info a, .et_color_scheme_red.entry .meta-info a:hover, .et_color_scheme_red.subtitle, .et_color_scheme_red.comment_date, .et_color_scheme_red.comment-reply-link:before, .et_color_scheme_red.bottom-nav li.current_page_item a, .et_color_scheme_red#content .wp-pagenavi .nextpostslink, .et_color_scheme_red#content .wp-pagenavi .previouspostslink {
    color: #f04848;
}

.et_color_scheme_red .mobile_nav {
    border-color: #f04848;
}

.et_color_scheme_red #top-menu a .menu-highlight, .et_color_scheme_red#mobile_menu .menu-highlight {
    background-color: #f04848;
}

.et_color_scheme_red a {
    color: #f04848;
}

.et_color_scheme_red .subtitle {
    color: #fff;
}

/* SlideBanner.css end */





@media(max-width:767px) {
    .myvideo {
        float: none !important;
        padding: 0px !important;
    }

    .video-js {
        margin: 0 auto;
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 5.0rem;
    }
}

/*联系我们*/
.Contact {
    width: 100%;
    padding: 0;
    margin-left: -4px;
}

    .Contact li {
        height: 118px;
        padding: 18px 0 0 40px;
    }

        .Contact li:hover {
            background: #e2001c;
            border-color: #e2001c;
            cursor: pointer;
        }

        .Contact li > .Contact_img {
            width: 30%;
            float: left;
            background: url('/Skin/img/Contact.png') no-repeat;
            height: 80px;
        }

        .Contact li:hover .Contact_img {
            background: url('/Skin/img/hover.png') no-repeat;
        }

        .Contact li:nth-child(1) > .Contact_img {
            background-position: 0 0;
        }

        .Contact li:nth-child(2) > .Contact_img {
            background-position: 0 -88px;
        }

        .Contact li:nth-child(3) > .Contact_img {
            background-position: 0 -176px;
        }

        .Contact li:nth-child(4) > .Contact_img {
            background-position: 0 -264px;
        }

        .Contact li:nth-child(5) > .Contact_img {
            background-position: 0 -353px;
        }

        .Contact li:nth-child(6) > .Contact_img {
            background-position: 0 -441px;
        }

        .Contact li:nth-child(7) > .Contact_img {
            background-position: 0 -529px;
        }

        .Contact li:nth-child(8) > .Contact_img {
            background-position: 0 -618px;
        }

        .Contact li > .Contact_font {
            width: 70%;
            float: left;
            padding-top: 15px;
        }

            .Contact li > .Contact_font > p {
                font-size: 16px;
                color: #999;
            }

                .Contact li > .Contact_font > p > .span {
                    font-size: 20px;
                    color: #333;
                    display: block;
                }

        .Contact li:hover > .Contact_font > p, .Contact li:hover > .Contact_font > p > .span {
            color: #fff;
        }

@media(min-width:768px) and (max-width:991px) {
    /*.Contact li{}
.Contact li:nth-child(2n){margin:0;}*/

    /**联系方式—开始**/
    .divContact {
        margin: 20px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 250px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 30px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

    .wxTxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 20px;
        font-size: 24px;
    }
    /**联系方式—结束**/


}


@media (min-width:1600px) {
    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 350px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 90px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 50px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 200px;
            width: 200px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/

}

@media (min-width:1220px) and (max-width:1599px) {
    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 260px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 40px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }


        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 16px;
            padding: 20px 0;
        }

    .wxTxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 10px;
        font-size: 24px;
    }
    /**联系方式—结束**/

}

@media(min-width:992px) and (max-width:1219px) {

    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 300px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 55px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/


}

@media(max-width:767px) {
    .Contact {
        margin-left: 0;
    }

        .Contact li {
            height: 1.18rem;
            padding: .18rem 0 0 .4rem;
        }

            .Contact li:nth-child(2n) {
                margin: 0;
            }

            .Contact li > .Contact_img {
                width: 35%;
                height: .8rem;
                background-size: .81rem 6.98rem;
            }

            .Contact li:hover .Contact_img {
                background-size: .81rem 6.98rem;
            }

            .Contact li:nth-child(2) > .Contact_img {
                background-position: 0 -0.88rem;
            }

            .Contact li:nth-child(3) > .Contact_img {
                background-position: 0 -1.76rem;
            }

            .Contact li:nth-child(4) > .Contact_img {
                background-position: 0 -2.64rem;
            }

            .Contact li:nth-child(5) > .Contact_img {
                background-position: 0 -3.53rem;
            }

            .Contact li:nth-child(6) > .Contact_img {
                background-position: 0 -4.41rem;
            }

            .Contact li:nth-child(7) > .Contact_img {
                background-position: 0 -5.29rem;
            }

            .Contact li:nth-child(8) > .Contact_img {
                background-position: 0 -6.18rem;
            }

            .Contact li > .Contact_font {
                width: 65%;
                float: left;
                padding-top: .15rem;
            }

                .Contact li > .Contact_font > p {
                    font-size: .16rem;
                }

                    .Contact li > .Contact_font > p > .span {
                        font-size: .2rem;
                    }

    .HomeProduct {
        clear: both;
        margin: 0px;
    }

    .IntroduceShowStyleM {
        overflow: hidden;
        padding: 0 10px;
    }


    /**联系方式—开始**/
    .divContact {
        margin: 5px;
    }

    .item_box {
        padding: 5px;
        overflow: hidden;
    }

    .item_detail {
        height: 150px;
        padding: 10px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 15px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 5px;
        }

        .item_detail .item_img img {
            height: 50px;
            width: 50px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 100px;
            width: 100px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 12px;
            padding: 5px 0px;
        }

        .item_detail h4 {
            line-height: 180%;
            margin: 0 !important;
            padding-bottom: 0px;
            font-size: 14px;
        }
    /**联系方式—结束**/


        .Master .title {
        padding: 20px 0 10px!important;
    }
}
.main .MarrginBottom {padding-bottom: 10px!important;}
.Margin_Top {width:100%;height:40px;}
@media(min-width: 769px) and (max-width: 991px) {.main .MarrginBottom {padding-bottom: 0!important;}.Margin_Top {width:100%;height:20px;}}
@media(max-width: 767px) {.main .MarrginBottom {padding-bottom: 0!important;}.Margin_Top {width:100%;height:20px;}body .topMenu .nav > li > a {font-size:.3rem!important;}}

.IntroduceShowStyleSN { padding: 0 40px;}
.center-block {display: block; margin-right: auto; margin-left: unset; margin-right: unset; display: inline-block;}

.divNotice {position: fixed;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);display: block;overflow: hidden;transition: transform .3s,-webkit-transform .3s;z-index: 9999999;}
.DSBox {display: block;position: fixed;width:60%; min-width:40%;max-width: 80%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:18px; color:#fff; font-weight:600; text-align:center; height:50px; line-height:50px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:16px; line-height:200%; padding:20px 30px;background: #fff; }
@media(min-width: 1400px) and (max-width: 1221px) {
.IntroduceShowStyleSN  {padding: 0 40px;}}
@media(min-width: 769px) and (max-width: 1220px) {
    .IntroduceShowStyleSN  {
        padding: 0 20px;
    }
}
@media(min-width: 415px) and (max-width: 768px) {
    .IntroduceShowStyleSN  {
        padding: 0 10px!important;
    }
    .DSBox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}
@media (max-width: 414px) {
    .IntroduceShowStyleSN  {
        padding: 0 10px;
    }
    .DSBox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}

.style1 > li > a:hover,.navSkin1.subMenu,.navSkin2.subMenu,.navSkin7.subMenu,.navSkin3.subMenu,.navSkin4.subMenu,.navSkin8.subMenu,.style3 li a:before,.navSkin5.navbar-header,.navSkin6.navbar-header,.navSkin9.navbar-header,.style5 > li > a:hover,.style10 > li > a:hover,.style3 > li > .active,.style10 > li > .active,.style1 > li > .active,.style5 > li > .active{ background: #e2001c!important;}.topMenu .nav > li > a{ color: #fff!important;}.topMenu .nav > li > a:hover,.topMenu .nav > li > .active{color: #fff!important;}body{ background:#fff url('/Skin/body/') repeat !important;}.navSkin1.navbarTop,.navSkin2.navbarTop,.navSkin3.navbarTop,.navSkin4.navbarTop,.navSkin5.navbarTop,.navSkin6.navbarTop,.navSkin7.navbarTop,.navSkin8.navbarTop,.navSkin9.navbarTop{ background:rgba(0, 0, 0, 0.62) url('')  !important;}#MenuCol{background:rgba(0, 0, 0, 0.62)url('') !important;}.footer{color:#ccc!important;}.footer a{color:#ccc!important;}.footer .fmenu .menu-item h3{color:#ccc!important;}.footer .fmenu{background:#1f1f1f!important;}.footer .fmenu .menu-item ul li a:hover{color:#e2001c!important;}.footer .fmenu .menu-item ul,.footer .fmenu .menu-item ul li a,.footer .fmenu .service-item span{color:#ccc!important;}.selectfootBg{background:#111111!important;}.selectSkinBg,.title_style3 #tSkin3,.selectSkinBgHover a:hover,.NeiMenu .main-navigation .navbar-nav > .open > a,.NeiMenu .main-navigation .navbar-nav > li > a:hover,.NeiMenu .main-navigation .navbar-nav > .open > a:focus{background:#e2001c!important;}.NeiMenu_top .containerNew>span{ border-left:solid 5px #e2001c!important; }.Introduct .active a,.NeiMenu .dropdown-menu > li > a:hover,.NeiMenu .dropdown-menu > li > a:focus,.NeiMenu .nav .open > a,.NeiMenu .nav > li > a:hover,.NeiMenu .nav .open > a:focus,.NeiMenu .dropdown-menu > .active > a,.NeiMenu .dropdown-menu > .active > a:hover,.NeiMenu .dropdown-menu > .active > a:focus,.NeiMenu .dropdown-menu .menu > .active > a,.NeiMenu .dropdown-menu .menu > .active > a:hover,.NeiMenu .dropdown-menu .menu > .active > a:focus,.BgColorFFF,.HomeProductCon_ul li a:hover{background:#e2001c!important;color:#fff!important;}.AnnShowType0, .AnnShowType0 .Ann li a, .AnnShowType0 .AnnMore a,.DSBox .divTitle{background: #ff0000!important;}.topMenu .navbar-toggle .icon-bar{background: #e2001c;}.topMenu .navbar-toggle span{color:#e2001c;}.style9 .subMenu::after{background:#e2001c!important;}body .selectSkinColor, .title_style1 a, .selectSkinColor, .title_style4 a, .title_style2, .title_style2 a, .selectSkinColorHover a:hover, .AnnShowType1 .Anntxt, .AnnShowType2 .Anntxt, .ArticleCom .media-body span:first-child:hover, .title_style5 a{color:#e2001c!important;}.style2 > li > a:hover,.style6 > li > a:hover,.style9 .subMenu:after,.style2 > li > .active,.style6 > li > .active{border-bottom:2px solid #e2001c;}.style11 li a.active::before, .navSkin11 .style11 li a.active::after,.navSkin11 .style11 li a:hover::before, .navSkin11 .style11 li a:hover::after{border-color:#e2001c;width: 22px;}.topMenu.navSkin11 .navbar-collapse > ul > li > .padd{ background: transparent!important;}@media(min-width: 769px){.navSkin5 .navbar-header, .navSkin6 .navbar-header, .navSkin9 .navbar-header{background:#e2001c!important;}}@media(min-width: 769px){.navSkin1 .subMenu:after,.navSkin2 .subMenu:after,.navSkin7 .subMenu:after,.navSkin3 .subMenu:after,.navSkin4 .subMenu:after,.navSkin8 .subMenu:after{border-bottom: 8px solid #e2001c;}.style2 > li > a:hover,.style9 .subMenu:after,.style2 > li > .active,.style6 > li > .active{border-bottom:2px solid #e2001c;}.style4 > li > a:hover,.style4 > li > .active{border-top: 2px solid #e2001c;margin-top: -2px;}.topMenu .navbar-toggle .icon-bar{background: #e2001c;}}@media (max-width: 768px){.topMenu{ background:rgba(0, 0, 0, 0.62);}.topMenu.navSkin11 .navbar-collapse > ul > li > .active,.topMenu.navSkin11 .navbar-collapse > ul > li > a:hover{background:transparent!important;}.topMenu .nav > li > a:hover, .topMenu .nav > li > .active{ background:transparent!important;color:#333!important;}}.navSkin10.ftop, .navSkin11.ftop{background:rgba(0, 0, 0, 0.62) url('') !important;}.pItem:hover .ProductList3,.pItem:hover .ProductListTitle3{border-color:#e2001c}.pItem:hover .ProductListTitle3{ background:#e2001c; color:#fff;}

