@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	cursor: pointer;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}[hidden],template {
	display: none
}

@font-face {
	font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: a 2s infinite linear
}

.fa-pulse {
	animation: a 1s infinite steps(8)
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-cog:before,.fa-gear:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-cogs:before,.fa-gears:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-floppy-o:before,.fa-save:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-sort:before,.fa-unsorted:before {
	content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-gavel:before,.fa-legal:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-bolt:before,.fa-flash:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-clipboard:before,.fa-paste:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: ""
}

.fa-eur:before,.fa-euro:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-inr:before,.fa-rupee:before {
	content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: ""
}

.fa-krw:before,.fa-won:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-try:before,.fa-turkish-lira:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,.fa-car:before {
	content: ""
}

.fa-cab:before,.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
	content: ""
}

.fa-empire:before,.fa-ge:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,.fa-weixin:before {
	content: ""
}

.fa-paper-plane:before,.fa-send:before {
	content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-bed:before,.fa-hotel:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-y-combinator:before,.fa-yc:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
	content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-television:before,.fa-tv:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
	content: ""
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-sign-language:before,.fa-signing:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-address-card:before,.fa-vcard:before {
	content: ""
}

.fa-address-card-o:before,.fa-vcard-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
	content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.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
}
/*
@font-face {
	font-family:webfont;font-display:swap;src:url(//at.alicdn.com/t/webfont_nxxkwda6a.eot);src:url(//at.alicdn.com/t/webfont_nxxkwda6a.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/webfont_nxxkwda6a.woff2) format("woff2"),url(//at.alicdn.com/t/webfont_nxxkwda6a.woff) format("woff"),url(//at.alicdn.com/t/webfont_nxxkwda6a.ttf) format("truetype"),url(//at.alicdn.com/t/webfont_nxxkwda6a.svg#AlibabaPuHuiTiM) format("svg")
} */

body,html {
	font-size: 14px;
	line-height: 1.5;
	font-family: "webfont","Microsoft YaHei","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
	scroll-behavior: smooth
}

.m-head {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 78px;
	/*box-shadow: inset 0 -1px 0 0 hsla(0,0%,100%,.4);*/
	z-index: 3;
	background: #fff;
}

.m-head--active {
	background: #fff;
	/*background: #aa8058;*/
	box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.m-head .login{
	background: hsla(0,0%,100%,.4);
	border-radius: 3px;
	/*width: 75px;*/
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	margin: 19px 20px 20px 2px;
	
	text-decoration: none
}
.m-head .login-logo:hover{
	background: hsla(0,50%,100%,.6);
}

.m-head .login a{
    font-size: 16px;
	color: #000;
	background:#eee;
	padding: 5px 13px;
	border-radius: 5px;
}
.m-head .login a:hover{
    font-size: 16px;
	color: #fff;
	background: #a30007;
}

.m-head .login-logo {
	background: hsla(0,0%,100%,.4);
	border-radius: 3px;
	width: 75px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	margin: 17px 2px;
	text-decoration: none
}
.m-head .login:hover{
	background: hsla(0,50%,100%,.6);
}

.m-head .logo {
	width: 330px;
	height: 80px;
	/*width: 230px;*/
	/*height: 78px;*/
	/*background: url(../images/logo.svg) 50%/80% auto no-repeat;*/
	/*background: url(../images/logo-2025.png) 50%/60% auto no-repeat;*/
	background: url(../images/logoen-2025.png) 50%/50% auto no-repeat;
	/*background: url(../images/logo-10years.png) 50%/80% auto no-repeat;*/
}

.m-head .menu {
	float: right;
	display: -ms-flexbox;
	display: flex;
	height: 78px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.m-head .menu--block {
	height: 100%;
	padding: 0 30px;
	position: relative
}

.m-head .menu--block:hover .menu--more {
	display: block
}

.m-head .menu--block-active {
	border-bottom: 3px solid #fff
}

.m-head .menu--item {
	display: block;
	height: 78px;
	line-height: 84px;
	font-size: 18px;
	color: #000;
	text-decoration: none
}

.m-head .menu--more {
	display: none;
	position: absolute;
	margin: 0;
	padding: 20px 0;
	list-style: none;
	top: 78px;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
	opacity:0.9;
    filter:alpha(opacity=90); /* IE8 及更早版本 */
    width: 200px;
}

.m-head .menu--more a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	color: #252525;
	cursor: pointer;
}

.m-head .menu--more a:hover {
	color: #ff5033;
	cursor: pointer;
}

.m-head .btn {
	display: none;
	float: right;
	padding: 14px 0;
	width: 30px;
	height: 30px;
	position: relative
}

.m-head .btn__item {
	display: block;
	height: 3px;
	width: 25px;
	background: #c38a55;
	transition: all .3s ease
}

.m-head .btn__item:nth-child(2) {
	margin: 6px 0
}

.m-head .btn--active {
	z-index: 4
}

.m-head .btn--active .btn__item {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff
}

.m-head .btn--active .btn__item:first-child {
	transform: translate(-50%,-50%) rotate(-45deg)
}

.m-head .btn--active .btn__item:nth-child(2) {
	background: transparent
}

.m-head .btn--active .btn__item:nth-child(3) {
	transform: translate(-50%,-50%) rotate(45deg)
}

.m-top {
	position: fixed;
	z-index: 3;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	height: 46px;
	width: 46px;
	background: url(../images/top.png)
}

@media only screen and (max-width:1000px) {
	.m-head {
		height: 50px
	}

	.m-head .logo {
		margin: 0 5px;
		width: 120px;
		height: 50px
	}
	.m-head .logo {
    	background: url(../images/logoen-2025.png) 40%/80% auto no-repeat;
    }

	.m-head .login {
		height: 30px;
		margin: 10px;
		line-height: 30px;
		width: 145px;
		font-size: 14px
	}
	.m-head .login-logo{
		height: 30px;
		margin: 10px;
		line-height: 25px;
		width: 60px;
		font-size: 14px
	}

	.m-head .btn {
		display: block
	}

	.m-head .menu {
		display: none
	}

	.m-head .menu--block {
		height: auto;
		padding: 0 20px
	}

	.m-head .menu--block:hover .menu--more {
		display: -ms-flexbox;
		display: flex
	}

	.m-head .menu--block-active {
		border-bottom: none
	}

	.m-head .menu--item {
		height: 40px;
		line-height: 40px;
		font-size: 18px
	}

	.m-head .menu--more {
		position: static;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: none;
		padding: 10px 0;
		box-shadow: 0 15px 20px 0 rgba(167,165,165,.38);
	}

	.m-head .menu--more li {
		width: 50%
	}

	.m-head .menu--more a {
		color: #fff;
		line-height: 30px;
		font-size: 14px;
		cursor: pointer;
		
	}

	.m-head .menu--active {
		display: block!important;
		position: fixed;
		padding: 20px 0 0;
		margin: 0;
		height: auto;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.8)
	}
}

.m-footer {
	padding: 0 20px;
	border-top: #f8e4eb solid 1px;

}

.m-footer .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 0 0
}

.m-footer .qr {
	float: right;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin-left: 15px
}

.m-footer .qr img {
	display: block;
	margin: 0 auto 10px
}

.m-footer .content {
	display: inline-block;
	padding: 0;
	margin: 0
}

.m-footer .content dd,.m-footer .content dt {
	margin: 0;
	padding: 0
}

.m-footer .content dt {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px
}

.m-footer .content dd {
	font-size: 14px;
	color: #555;
	line-height: 28px
}

.m-footer .menu {
	width: 710px;
	font-size: 0
}

.m-footer .menu,.m-footer .menu--block {
	display: inline-block;
	vertical-align: top
}

.m-footer .menu--block {
	width: 95px;
	text-align: center;
}

.m-footer .menu--block a {
	color: #333;
	text-decoration: none
}
.m-footer .menu--block a:hover{
	color: #c38a55;
}

.m-footer .menu--item {
	font-size: 18px;
	font-weight: 700
}

.m-footer .menu--more {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	font-family: Helvetica;
	font-size: 14px;
	color: #555;
	line-height: 24px
}

.m-footer .document {
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex
}

.m-footer .document li {
	border: 2px solid #ead4c1;
	display: inline-block;
	width: 22%;
	margin: 0 auto;
	font-size: 16px;
	color: #727272;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px
}

.m-footer .document li img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.m-footer .document li:first-child {
	margin-left: 0
}

.m-footer .document li:last-child {
	margin-right: 0
}

.m-footer .copyright {
	font-size: 14px;
	color: #555;
	text-align: center;
	padding: 20px 0 10px 0;
}
.online a:hover{
	color: #b28961;
}
.online {
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 48px;
	border: 1px solid #b28961;
	color: #b28961;
	text-align: center;
	font-size: 16px;
	padding: 40px 0 15px;
	background: #fff url(../images/online.png) center 10px no-repeat;
	cursor: pointer;
	text-decoration: none
}

.online--modal {
	padding: 20px;
	border-radius: 0;
	display: none
}

.online--modal .close-modal {
	top: 20px!important;
	right: 20px!important;
	background: #fff!important;
	text-indent: 0!important;
	font-size: 0;
	position: relative
}

.online--modal .close-modal:after,.online--modal .close-modal:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #000
}

.online--modal .close-modal:after {
	transform: rotate(45deg) translate(10px,10px)
}

.online--modal .close-modal:before {
	transform: rotate(-45deg) translate(-10px,10px)
}

.online--modal h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	color: #c38a55;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7
}

.online--modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 30px 0
}

.online--modal li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0
}

.online--label {
	width: 80px;
	margin-right: 15px;
	text-align: right;
	font-size: 16px
}

.online--required {
	color: #c38a55
}

.online--input {
	width: 300px;
	line-height: 38px;
	text-indent: 1em
}

.online--input,.online--select {
	background: #fff;
	border: 1px solid #c1c1c1
}

.online--select {
	width: 306px;
	height: 38px
}

.online--submit {
	width: 120px;
	height: 40px;
	background: #cba581;
	border-radius: 2px;
	border: 0;
	display: block;
	margin: 20px auto;
	color: #fff
}


.manual a:hover{
	color: #b28961;
}
.manual {
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 48px;
	border: 1px solid #b28961;
	color: #b28961;
	text-align: center;
	font-size: 16px;
	padding: 40px 0 15px;
	background: #fff url(../images/online.png) center 10px no-repeat;
	cursor: pointer;
	text-decoration: none
}

.manual--modal {
	padding: 20px;
	border-radius: 0;
	display: none
}

.manual--modal .close-modal {
	top: 20px!important;
	right: 20px!important;
	background: #fff!important;
	text-indent: 0!important;
	font-size: 0;
	position: relative
}

.manual--modal .close-modal:after,.manual--modal .close-modal:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #000
}

.manual--modal .close-modal:after {
	transform: rotate(45deg) translate(10px,10px)
}

.manual--modal .close-modal:before {
	transform: rotate(-45deg) translate(-10px,10px)
}

.manual--modal h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1;
	color: #c38a55;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7
}

.manual--modal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 30px 0
}

.manual--modal li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0
}

.manual--label {
	width: 80px;
	margin-right: 15px;
	text-align: right;
	font-size: 16px
}

.manual--required {
	color: #c38a55
}

.manual--input {
	width: 300px;
	line-height: 38px;
	text-indent: 1em
}

.manual--input,.manual--select {
	background: #fff;
	border: 1px solid #c1c1c1
}

.manual--select {
	width: 306px;
	height: 38px
}

.manual--submit {
	width: 120px;
	height: 40px;
	background: #cba581;
	border-radius: 2px;
	border: 0;
	display: block;
	margin: 20px auto;
	color: #fff
}

@media only screen and (max-width:1000px) {
	.m-footer .menu {
		display: none
	}

	.m-footer .qr {
		float: none;
		margin: 20px 0
	}

	.m-footer .content {
		text-align: center;
		display: block;
		margin-top: 20px
	}

	.m-footer .document {
		display: block
	}

	.m-footer .document li {
		width: 100%;
		font-size: 14px
	}
}

.m-nav {
	background: #fff
}

.m-nav ul {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: -ms-flexbox;
	display: flex
}

.m-nav li {
	-ms-flex: 1;
	flex: 1;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent
}

.m-nav li:hover {
	border-top-color: #d62121!important;
	background: #e4e4e4
}

.m-nav li:hover a {
	color: #d62121
}

.m-nav a {
	display: block;
	text-decoration: none;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #333;
	white-space: nowrap
}

@media only screen and (max-width:1000px) {
	.m-nav a {
		line-height: 40px;
		font-size: 12px
	}

	.m-nav li {
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent
	}
}

.p-index .banner {
	background: url(../images/home_bg.png) 50%/cover no-repeat;
	height: 100vh;
	position: relative
}

.p-index .banner__title {
	font-size: 56px;
	letter-spacing: 12.5px;
	text-shadow: 0 12px 12px hsla(0,0%,45%,.47);
	padding: 35vh 0 0
}

.p-index .banner__slogan,.p-index .banner__title {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1
}

.p-index .banner__slogan {
	font-size: 26px;
	letter-spacing: 0
}

.p-index .banner__video {
	cursor: pointer;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	background: url(../images/video.png) 50%/cover no-repeat;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.p-index .banner__mouse {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 90px;
	margin: 0 auto;
	background: url(../images/roll.png) 50%/cover no-repeat
}

.p-index .banner #background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.p-index .inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}

.p-index .inner:target {
	padding-top: 100px
}

.p-index .title {
	font-size: 28px;
	line-height: 1;
	color: #111;
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-weight: 700
}

.p-index .title:after {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #d62121
}

.p-index .who {
	background: url(../images/about1.jpg) 50%/cover no-repeat;
	color: #111;
	text-align: center;
	padding: 0 20px;
	overflow: hidden
}

.p-index .who__content {
	opacity: .71;
	background: #fff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.09);
	padding: 20px;
	margin-bottom: 110px;
	overflow: hidden
}
/*.p-index .who__right .who_65{*/
/*	width: 65%!important;*/
/*}*/

.p-index .who__left {
	background-image: linear-gradient(0deg,#dcb794 18%,#aa8058);
	padding: 0 30px;
	/*width: 240px;*/
	width: 65%;
	float: left;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: 12px;
}

.p-index .who__right {
	background-image: linear-gradient(0deg,#dcb794 18%,#aa8058);
	padding: 0 30px;
	/*width: 240px;*/
	width: 30%;
	float: right;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: 12px;
}



.p-index .who__title {
	font-size: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	-ms-flex-pack: center;
	justify-content: center
}

.p-index .who__sub {
	font-size: 16px;
	line-height: 26px;
	border-top: 1px dotted #fff;
	padding: 10px 0
}

.p-index .who__text {
	padding: 0 70px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-align: left
}

.p-index .model {
	padding: 0 20px;
	padding-bottom: 50px
}

.p-index .model__text {
	text-align: center;
	font-size: 24px;
	color: #c38a55;
	padding-bottom: 30px;
	font-weight: 700
}

.p-index .model__block {
	overflow: hidden;
	text-align: center
}

.p-index .model__block-img {
	text-align: center;
	background: #fff;
	padding: 30px 20px
}

.p-index .model__block-img img {
	max-width: 100%
}

.p-index .model__block-left {
	float: left;
	width: 520px;
	background: #c9c8c8;
	border: 3px solid #c9c8c8;
	color: #c9c8c8;
	position: relative
}

.p-index .model__block-right {
	float: right;
	width: 650px;
	background: #cda784;
	border: 3px solid #cda784;
	color: #cda784;
	position: relative
}

.p-index .model__block-title {
	position: absolute;
	left: 25px;
	top: 15px;
	font-size: 26px
}

.p-index .model__block-list {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 30px 0;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	text-align: left
}

.p-index .model__block-list li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	display: inline-block;
	margin: 0 20px 0 0
}

.p-index .model__block-list p{
	display: contents!important;
}

.p-index .model__line {
	height: 1px;
	background: #dedede;
	margin: 50px 0 20px
}

.p-index .model__chart {
	text-align: center;
	position: relative;
	max-width: 1460px;
	margin: 0 auto;
	font-size: 36px
}

.p-index .model__chart img {
	max-width: 100%
}

.p-index .model__chart div {
	position: absolute;
	color: #c38a55;
	width: 180px;
	margin-left: -90px;
	top: 38.3%
}

.p-index .model__chart strong {
	font-size: 20px
}

.p-index .model__chart p {
	margin: 0;
	color: #333;
	font-size: 16px
}

.p-index .model__chart-number1 {
	left: 22.5%
}

.p-index .model__chart-number2 {
	left: 39%
}

.p-index .model__chart-number3 {
	left: 60.5%
}

.p-index .model__chart-number4 {
	left: 77%
}

.p-index .model__chart-number5 {
	top: 61%!important;
	left: 50%
}

.p-index .core {
	background: url(../images/bg3.png) 100% 0 no-repeat,url(../images/bg3.png) 0 100% no-repeat;
	background-color: #f0f0f0;
	padding: 0 20px
}

.p-index .core__desc {
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 30px
}

.p-index .core__list {
	position: relative;
	font-size: 0;
	padding-bottom: 280px
}

.p-index .core__item {
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 30px 0;
	cursor: pointer
}

.p-index .core__item--active {
	border-bottom: 4px solid #c39c78
}

.p-index .core__item--active .core__item_img1 {
	display: none
}

.p-index .core__item--active .core__item_img2 {
	display: inline
}

.p-index .core__item--active .core__item_content {
	display: block
}

.p-index .core__item_img1 {
	display: inline
}

.p-index .core__item_img2 {
	display: none
}

.p-index .core__item_block h2 {
	font-size: 22px;
	line-height: 1;
	margin: 20px 0;
	color: #c38a55
}

.p-index .core__item_block p {
	font-size: 16px;
	line-height: 20px;
	margin: 0
}

.p-index .core__item_content {
	display: none;
	position: absolute;
	top: 330px;
	left: 0;
	right: 0;
	font-size: 16px;
	background: #f1e8e0;
	padding: 20px 30px;
	text-align: left;
	border-top: 1px solid #dedede;
	color: #666;
	line-height: 1.8;
}

.p-index .core__subtitle {
	font-size: 36px;
	line-height: 1;
	color: #c38a55;
	text-align: center
}

.p-index .core__subdesc {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 20px 0 30px 0;
}

.p-index .core__link {
	font-size: 0;
	padding: 0 0 20px;
	margin: 0 -2px
}

.p-index .core__link li {
	display: inline-block;
	width: 164px;
	margin: 0 4px;
	padding-bottom: 28px;
}

.p-index .incident {
	padding: 0 20px 50px 20px;
}

.p-index .incident--nav {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.p-index .incident--nav-item {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #8c8c8c;
	cursor: pointer;
	opacity: 1
}

.p-index .incident--nav-item.swiper-pagination-bullet-active,.p-index .incident--nav-item:active {
	outline: none;
	background: #cda784;
	color: #fff;
	border-color: #cda784
}

.p-index .incident--nav-item.swiper-pagination-bullet-active:before,.p-index .incident--nav-item:active:before {
	display: block
}

.p-index .incident--nav-item:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	height: 6px;
	width: 1px;
	background: #cbcaca
}

.p-index .incident--nav-item:before {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: url(../images/jt2.png) 50%/cover no-repeat
}

.p-index .incident--line {
	height: 1px;
	background: #cbcaca;
	margin: 10px -20px 40px
}

.p-index .incident--list-time {
	background: #c09974;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px
}

.p-index .incident--list-time b {
	display: block;
	font-size: 24px;
	border-bottom: 1px solid #fff
}

.p-index .incident--list-item {
	position: relative;
	display: block;
	margin-left: 30px;
	padding: 20px 30px 20px 60px;
	background: #f8f8f8;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px
}

.p-index .incident--list-item:hover h2 {
	color: #cda784;
	text-decoration: underline
}

.p-index .incident--list-item h2 {
	font-size: 18px;
	padding: 10px 0;
	margin: 0
}

.p-index .incident--list-item p {
	font-size: 14px;
	margin: 0
}

.p-index .incident--list .more {
	margin-top: 40px;
	margin-bottom: 40px
}

.p-index .incident--wrap {
	padding: 25px;
	background: #f5f5f5;
	overflow: hidden
}

.p-index .incident--right {
	float: right;
	width: 330px;
	height: 330px;
	padding: 5px;
	background-image: linear-gradient(180deg,#d7bb97,#ae855e)
}

.p-index .incident--right .swiper-pagination {
	bottom: 90px;
	left: auto;
	width: auto;
	right: 10px
}

.p-index .incident--right .swiper-pagination span {
	border-radius: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #b48d66;
	background: #fff;
	opacity: 1
}

.p-index .incident--right .swiper-pagination-bullet-active {
	background: #b48d66!important
}

.p-index .incident--left {
	overflow: hidden
}

.p-index .incident--left h2 {
	font-size: 24px;
	line-height: 1;
	color: #a1a1a1;
	margin: 0
}

.p-index .incident--left ul {
	font-size: 16px;
	color: #333;
	padding: 0;
	list-style: none;
	padding: 0 20px 0 50px
}

.p-index .incident--left li {
	margin: 20px 0
}

.p-index .incident--left span {
	position: absolute;
	width: 40px;
	border-radius: 2px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: -50px
}

.p-index .incident--left a {
	font-size: 16px;
	color: #333;
	text-decoration: none
}

.p-index .incident--left a:hover {
	text-decoration: underline
}

.p-index .incident--honor {
	background-image: linear-gradient(-32deg,rgba(255,221,188,.92),#aa8058 87%)
}

.p-index .incident--feature {
	background-image: linear-gradient(-54deg,hsla(0,0%,61%,.92),#494949 65%)
}

@media only screen and (max-width:1240px) {
	.p-index .model__block-left,.p-index .model__block-right {
		width: auto;
		float: none;
		margin: 20px 0
	}
}

@media only screen and (max-width:1000px) {
	.p-index .br {
		display: none
	}

	.p-index .banner__title {
		font-size: 50px
	}

	.p-index .banner__slogan {
		font-size: 24px
	}

	.p-index .title {
		font-size: 28px;
		padding: 30px 0
	}

	.p-index .title:after {
		bottom: 10px
	}

	.p-index .who__content {
		margin-bottom: 20px
	}

	.p-index .who__right {
		/*width: auto;*/
		width: 100%;
		float: none;
		margin: 0;
	}
	.p-index .who__left {
		width: 100%;
		float: none;
		margin: 0px 0px 10px 0px
	}

	.p-index .who__text {
		padding: 20px 0 0
	}

	.p-index .model__text {
		font-size: 18px;
		padding-bottom: 20px
	}

	.p-index .model__line {
		margin: 20px 0 10px
	}

	.p-index .model__block-left,.p-index .model__block-right {
		border-width: 2px
	}

	.p-index .model__block-title {
		font-size: 16px;
		left: 10px;
		top: 10px
	}

	.p-index .model__block-img {
		padding: 10px
	}

	.p-index .model__block-list {
		font-size: 14px;
		padding: 10px 0
	}

	.p-index .model__block-list li:before {
		width: 6px;
		height: 6px
	}

	.p-index .model__chart>div {
		transform: scale(.4) translateY(-70%)
	}

	.p-index .core__desc {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 20px;
		margin: 0 0 20px
	}

	.p-index .core__list {
		position: relative;
		font-size: 0;
		padding-bottom: 0
	}

	.p-index .core__item {
		width: auto;
		display: block;
		border-bottom: 0!important;
		padding: 0 0 30px
	}

	.p-index .core__item_img1 {
		display: inline!important
	}

	.p-index .core__item_img2 {
		display: none!important
	}

	.p-index .core__item_content {
		display: block!important;
		margin-top: 30px;
		position: static;
		border-top: 1px solid #dedede
	}

	.p-index .core__link {
		padding: 0 0 20px;
		margin: 0 -2px
	}

	.p-index .core__link li {
		width: 50%;
		margin: 0;
		text-align: center;
		padding-bottom: 8px
	}

	.p-index .core__link li img {
		width: 90%
	}

	.p-index .incident {
		padding: 0
	}

	.p-index .incident--wrap {
		padding: 20px
	}

	.p-index .incident--line {
		margin-right: 0;
		margin-left: 0
	}

	.p-index .incident--right {
		float: none;
		width: auto;
		height: auto
	}

	.p-index .incident--right img {
		width: 100%
	}

	.p-index .incident--left {
		margin: 20px 0
	}
}

@media only screen and (max-width:600px) {
	.p-index .model__chart>div {
		transform: scale(.2) translateY(-220%)
	}
}

.p-about .banner {
	height: 500px;
	padding: 0 20px;
	background: url(../images/bg7.png) 50%/cover no-repeat
}

.p-about .banner--slogan {
	font-size: 36px;
	color: #fff
}

.p-about .banner--slogan img {
	display: block;
	padding-top: 220px;
	padding-bottom: 30px
}

.p-about .inner {
	max-width: 1200px;
	margin: 0 auto
}

.p-about .title {
	font-size: 28px;
	line-height: 1;
	color: #111;
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-weight: 700
}

.p-about .title:after {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #d62121
}

.p-about .info {
	background: #f0f0f0;
	padding: 0 20px
}

.p-about .info--logo {
	text-align: center
}

.p-about .info--logo img {
	max-width: 100%;
	padding-top: 5%
}

.p-about .info--text {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.8;
	margin: 2% 0
}

.p-about .info--img {
	position: relative
}

.p-about .info--img img {
	display: block
}

.p-about .info--img ul {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex
}

.p-about .info--img li {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: 20px
}

.p-about .info--img h3 {
	margin: 0
}

.p-about .info--img span {
	font-size: 40px
}

.p-about .info--img p {
	margin: 0;
	line-height: 1;
}

.p-about .info--slogan {
	text-align: center;
	color: #ad8e76;
	font-size: 24px;
	margin: 20px 0 0
}

.p-about .info--slogan strong {
	font-size: 44px;
	margin-top: -10px;
	color: #957964
}

.p-about .info--slogan img {
	vertical-align: top
}

.p-about .info--desc {
	text-align: center;
	color: #acacac;
	font-size: 14px;
	padding-bottom: 40px
}

.p-about .system--block {
	background-image: linear-gradient(135deg,rgba(255,221,188,.92),#aa8058 85%);
	overflow: hidden
}

.p-about .system--block-left {
	float: left;
	width: 32%;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background: #a08370
}

.p-about .system--block-right {
	float: left;
	width: 68%;
	font-size: 14px;
	position: relative
}

.p-about .system--block-name {
	position: absolute;
	width: 500px;
	left: -550px;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	font-size: 32px;
	color: #fff;
	line-height: 60px
}

.p-about .system--block-item {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 40px 0;
	position: relative
}

.p-about .system--block-item:after {
	content: "+";
	position: absolute;
	right: -20px;
	top: 60px;
	font-size: 68px;
	color: #e0c4ab
}

.p-about .system--block-item:last-child:after {
	display: none
}

.p-about .system--block-item img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.p-about .system--block-item ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	width: 220px;
	display: inline-block;
	border: 3px solid #e0c4ab;
	font-size: 16px;
	line-height: 2;
	color: #fff
}

.p-about .system--block-head {
	font-size: 20px;
	color: #fff;
	padding: 10px 0 20px
}

.p-about .function--title {
	font-size: 28px;
	line-height: 1;
	color: #c38a55;
	text-align: center;
	margin: 40px 0
}

.p-about .function--desc {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 40px 0;
	line-height: 1.8;
}

.p-about .function--list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom: 400px
}

.p-about .function--item {
	width: 370px
}

.p-about .function--block {
	position: relative;
	border: 1px solid #c38a55;
	text-align: center;
	height: 280px;
	cursor: pointer
}

.p-about .function--block h2 {
	height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0
}

.p-about .function--block h2 img:last-child {
	display: none
}

.p-about .function--block h3 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 20px;
	color: #c38a55
}

.p-about .function--block p {
	font-size: 18px;
	margin: 0
}

.p-about .function--hover {
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none
}
.p-about .function--hover .dec-content {
	width: 100%;
    padding: 10px 10px 0px 50px;
    position: absolute;
    top: 240px;
    text-align: center;
    color: #999999;
}

.p-about .function--hover dl {
	width: 300px;
	margin: 0 20px;
	padding: 10px 0;
	position: relative;
	border-radius: 4px
}

.p-about .function--hover dl:first-child,.p-about .function--hover dl:first-child dt {
	background-image: linear-gradient(180deg,#f8f6f5,#edebe8)
}

.p-about .function--hover dl:first-child dd {
	color: #666;
	background: url(../images/about7.png) 30px 4px no-repeat
}

.p-about .function--hover dl:nth-child(2),.p-about .function--hover dl:nth-child(2) dt {
	background-image: linear-gradient(180deg,#f4ede6,#e6d6c8)
}

.p-about .function--hover dl:nth-child(2) dd {
	color: #333;
	background: url(../images/about8.png) 30px 4px no-repeat
}

.p-about .function--hover dl:nth-child(3),.p-about .function--hover dl:nth-child(3) dt {
	background-image: linear-gradient(180deg,#efe0d0,#dabea3)
}

.p-about .function--hover dl:nth-child(3) dd {
	color: #333;
	background: url(../images/about9.png) 30px 4px no-repeat
}

.p-about .function--hover dt {
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	width: 220px;
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 20px;
	color: #6b4d2f
}

.p-about .function--hover dd {
	margin: 20px 0;
	padding-left: 68px;
	padding-right: 20px;
	font-size: 16px
}

.p-about .function--active .function--block {
	background: #f1e8e0
}

.p-about .function--active .function--block h2 img:first-child {
	display: none
}

.p-about .function--active .function--block h2 img:last-child {
	display: block
}

.p-about .function--active .function--block:after,.p-about .function--active .function--block:before {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
	content: "";
	height: 0;
	width: 0;
	border: 15px solid transparent
}

.p-about .function--active .function--block:after {
	bottom: -29px;
	border-top-color: #f1e8e0
}

.p-about .function--active .function--block:before {
	border-top-color: #c38a55
}

.p-about .function--active .function--hover {
	display: -ms-flexbox;
	display: flex
}

.p-about .study {
	background: url(../images/bg1.png) 50%/cover no-repeat;
	padding: 0 20px 70px
}

.p-about .study--text {
	font-size: 36px;
	color: #c38a55;
	text-align: center
}

.p-about .study--text2 {
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 2
}

.p-about .study--list {
	overflow: hidden;
	position: relative;
	background: #fff
}

.p-about .study--list:after,.p-about .study--list:before {
	content: "";
	position: absolute
}

.p-about .study--list:after {
	height: 10px;
	left: 0;
	right: 0;
	top: 50%;
	background: #f0f0f0;
	transform: translateY(-50%)
}

.p-about .study--list:before {
	width: 10px;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #f0f0f0;
	transform: translateX(-50%)
}

.p-about .study--list dd,.p-about .study--list dt {
	margin: 0
}

.p-about .study--list dt {
	width: 150px;
	height: 150px;
	border: 20px solid #f0f0f0;
	border-radius: 50%;
	background-image: linear-gradient(135deg,rgba(255,221,188,.92),#aa8058 85%);
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.p-about .study--list dd {
	float: left;
	width: 50%;
	background: #fff;
	padding: 0 3%;
	box-sizing: border-box;
	color: #333;
	-ms-flex-align: center;
	align-items: center
}

.p-about .study--list dd b {
	font-size: 24px;
	display: block;
	padding-top: 30px
}

.p-about .study--list dd p {
	font-size: 18px;
	min-height: 60px;
	margin: 0 0 30px
}

.p-about .study--list dd:nth-of-type(2n) {
	text-align: right
}

.p-about .study--list dd:hover {
	background: #caa480;
	color: #fff
}

.p-about .exclusive {
	padding: 0 20px;
	background: #f0f0f0
}

.p-about .exclusive--text {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	padding: 0 20px
}

.p-about .exclusive--list {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0
}

.p-about .exclusive--list p {
	opacity: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #c39c77;
	margin: 0;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	transition: opacity .3s ease
}

.p-about .exclusive--list li {
	width: 49%;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin: 10px 0;
	transition: all 0.5s ease;
}

.p-about .exclusive--list li img {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	transition: all 0.5s ease;
}
.p-about .exclusive--list li:hover img {
    transform:rotateX(360deg) scale(1.2);
}



.p-about .exclusive--list li:hover p {
	opacity: 1
}

.p-about .exclusive--list li:nth-child(1n) {
	float: left
}

.p-about .exclusive--list li:nth-child(2n) {
	float: right
}

.p-about .exclusive--list li:first-child {
	background: url(../images/pic1.png) 50%/cover no-repeat
}

.p-about .exclusive--list li:nth-child(2) {
	background: url(../images/pic2.png) 50%/cover no-repeat
}

.p-about .exclusive--list li:nth-child(3) {
	background: url(../images/pic3.png) 50%/cover no-repeat
}

.p-about .exclusive--list li:nth-child(4) {
	background: url(../images/pic4.png) 50%/cover no-repeat
}

.p-about .login {
	padding: 20px;
	background: #383838;
	margin-top: 30px;
	overflow: hidden
}

.p-about .login img {
	max-width: 100%;
	float: left
}

.p-about .login--btn {
	float: right;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #caa480;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	text-decoration: none
}
.p-about .login--btn:hover{
	background: #ad8a69;
}

@media only screen and (max-width:1000px) {
	.p-about .br {
		display: none
	}

	.p-about .title {
		font-size: 30px;
		padding: 30px 0
	}

	.p-about .title:after {
		bottom: 10px
	}

	.p-about .banner {
		height: 300px
	}

	.p-about .banner--slogan {
		font-size: 18px
	}

	.p-about .banner--slogan img {
		padding: 110px 0 20px
	}

	.p-about .info--text {
		font-size: 14px;
		text-align: left
	}

	.p-about .info--title {
		font-size: 18px
	}

	.p-about .info--list li {
		font-size: 12px
	}

	.p-about .system--text {
		font-size: 18px;
		margin-bottom: 20px
	}

	.p-about .system--block-left {
		display: none
	}

	.p-about .system--block-right {
		float: none;
		width: auto;
		text-align: center
	}

	.p-about .system--block-name {
		position: static;
		width: 100%;
		text-align: center;
		transform: none;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		padding-top: 20px
	}

	.p-about .system--block-name b {
		font-size: 20px
	}

	.p-about .system--block-item {
		width: 100%;
		padding: 20px 0
	}

	.p-about .system--block-item:after {
		display: none
	}

	.p-about .system--block-item img {
		display: block;
		margin: 10px auto;
		margin-bottom: 10px;
	}

	.p-about .system--block-item ul {
		border: 3px solid #e0c4ab;
		font-size: 14px
	}

	.p-about .system--block-head {
		font-size: 16px;
		padding: 0 0 10px
	}

	.p-about .function {
		padding: 0 20px
	}

	.p-about .function--title {
		font-size: 18px
	}

	.p-about .function--desc {
		text-align: left
	}

	.p-about .function--list {
		display: block;
		padding: 0
	}

	.p-about .function--item {
		width: auto
	}

	.p-about .function--block {
		position: relative;
		background: #f1e8e0
	}

	.p-about .function--block h2 img:first-child {
		display: none
	}

	.p-about .function--block h2 img:last-child {
		display: block
	}

	.p-about .function--block:after,.p-about .function--block:before {
		position: absolute;
		left: 50%;
		margin-left: -15px;
		bottom: -30px;
		content: "";
		height: 0;
		width: 0;
		border: 15px solid transparent
	}

	.p-about .function--block:after {
		bottom: -29px;
		border-top-color: #f1e8e0
	}

	.p-about .function--block:before {
		border-top-color: #c38a55
	}

	.p-about .function--hover {
		position: static;
		display: block!important;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px
	}

	.p-about .function--hover dl {
		margin: 70px 0 0;
		width: auto
	}
	
	.p-about .function--hover .dec-content{
	    padding: 10px 0 0 0;
	}
	
	.p-about .function--block:first-child{
	    height: 300px;
	}

	.p-about .study {
		padding-bottom: 30px
	}

	.p-about .study--text {
		font-size: 18px
	}

	.p-about .study--text2 {
		font-size: 12px
	}

	.p-about .study--list:after,.p-about .study--list:before {
		display: none
	}

	.p-about .study--list dt {
		width: auto;
		height: auto;
		border-radius: 0;
		position: static;
		border-width: 0;
		font-size: 16px;
		transform: none
	}

	.p-about .study--list dd b {
		font-size: 14px;
		padding-top: 10px
	}

	.p-about .study--list dd p {
		font-size: 12px;
		margin: 0 0 10px
	}

	.p-about .exclusive--text {
		font-size: 14px
	}

	.p-about .exclusive--list p {
		position: relative;
		opacity: .7;
		font-size: 14px;
		margin-top: 20px
	}

	.p-about .exclusive--list li {
		width: 100%;
		font-size: 14px;
		padding: 0
	}

	.p-about .exclusive--list li img {
		padding: 10px 0
	}

	.p-about .login--btn {
		width: 70px;
		height: 30px;
		line-height: 30px;
		display: block;
		float: none;
		margin: 0 auto 10px;
		font-size: 14px
	}
    .p-about .login--btn:hover{
    	background: #ad8a69;
    }
}

@media only screen and (max-width:600px) {
	.p-about .info--img span {
		font-size: 16px
	}

	.p-about .info--img li {
		font-size: 12px
	}
	.p-about .info--img img {
	height: 160px;
    }
    
    .p-index .incident--nav-item {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
    }
}

.p-research .banner {
	height: 500px;
	padding: 0 20px;
	background: url(../images/research-banner.png) 50%/cover no-repeat
}

.p-research .banner--slogan {
	padding-top: 200px;
	font-size: 36px;
	color: #fff
}

.p-research .banner--slogan strong {
	font-size: 50px
}

.p-research .inner {
	max-width: 1200px;
	margin: 0 auto
}

.p-research .title {
	font-size: 28px;
	line-height: 1;
	color: #111;
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-weight: 700
}

.p-research .title:after {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #d62121
}

.p-research .idea{
	padding-bottom: 50px;
}

.p-research .idea--desc {
	font-size: 20px;
	text-align: center;
	color: #c38a55;
	margin-bottom: 40px
}

.p-research .idea--list {
	overflow: hidden;
	position: relative;
	background: #fff
}

.p-research .idea--list:after,.p-research .idea--list:before {
	content: "";
	position: absolute
}

.p-research .idea--list:after {
	height: 10px;
	left: 0;
	right: 0;
	top: 50%;
	background: #fff;
	transform: translateY(-50%)
}

.p-research .idea--list:before {
	width: 10px;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #fff;
	transform: translateX(-50%)
}

.p-research .idea--list dd,.p-research .idea--list dt {
	margin: 0
}

.p-research .idea--list dt {
	width: 150px;
	height: 150px;
	border: 20px solid #fff;
	border-radius: 50%;
	background: url(../images/research1.png) 50% no-repeat,linear-gradient(135deg,rgba(255,221,188,.92),#aa8058 85%);
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.p-research .idea--list dd {
	float: left;
	width: 50%;
	background: #fff;
	padding: 0 1%;
	box-sizing: border-box;
	color: #333;
	-ms-flex-align: center;
	align-items: center
}
.p-research .idea--list dd strong{
	color: #a30007;
}

.p-research .idea--list img{
	float: left;
	width: 14%;
	padding: 6% 3% 0% 2%;
	box-sizing: border-box;
	color: #333;
	-ms-flex-align: center;
	align-items: center
}

.p-research .idea--list dd b {
	font-size: 22px;
	display: block;
	padding: 35px 0 3px 0;
}

.p-research .idea--list dd strong {
	font-size: 22px;
	display: block;
	padding: 30px 0 5px 0;
}

.p-research .idea--list dd p {
	font-size: 14px;
	min-height: 60px;
	margin: 0 0 2px;
	padding: 10px 30px 20px 80px;
}

.p-research .idea--list dd:nth-of-type(2n) {
	text-align: right;
}
.p-research .idea--list dd:nth-of-type(2n) img{
	float: right;
}

.p-research .idea--list dd:nth-child(2) {
	background: #f1e8e0
}

.p-research .idea--list dd:nth-child(3),.p-research .idea--list dd:nth-child(4) {
	background: #f3eeee;
}

.p-research .idea--list dd:nth-child(5) {
	background: #f1e8e0
}

.p-research .idea--list dd:hover {
	background: #caa480;
	color: #fff
}

.p-research .feature {
	background: url(../images/research6.png) 50%/cover no-repeat;
	padding-bottom: 90px
}

.p-research .feature--wrap {
	overflow: hidden
}

.p-research .feature--left {
	float: left;
	width: 600px;
	text-align: center
}

.p-research .feature--right {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0
}

.p-research .feature--right li {
	border: 1px solid #e0d0c2;
	line-height: 30px;
	padding: 20px 30px 20px 90px;
	margin: 20px 0;
	padding-left: 90px;
	font-size: 20px;
	color: #333
}

.p-research .feature--right li:first-child {
	background: #f1e8e0 url(../images/research3.png) 20px no-repeat
}

.p-research .feature--right li:nth-child(2) {
	background: #f1e8e0 url(../images/research4.png) 20px no-repeat
}

.p-research .feature--right li:nth-child(3) {
	background: #f1e8e0 url(../images/research5.png) 20px no-repeat
}

.p-research .highlight--list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	color: #fff
}

.p-research .highlight--list li {
	width: 370px;
	padding: 40px 0
}
.p-research .highlight--list li:hover {
   transition: transform 1s;
}

.p-research .highlight--list li img {

	transition: all 0.5s ease;
}
.p-research .highlight--list li:hover img {
    transform:rotateX(360deg) scale(1.2);
}



.p-research .highlight--list li:first-child {
	background: url(../images/research10.png) 50%/cover no-repeat
}


.p-research .highlight--list li:nth-child(2) {
	background: url(../images/research11.png) 50%/cover no-repeat
}

.p-research .highlight--list li:nth-child(3) {
	background: url(../images/research12.png) 50%/cover no-repeat
}

.p-research .highlight--list h2 {
	font-size: 20px;
	color: #ffffff;
}

.p-research .highlight--list p {
	font-size: 16px;
	line-height: 1.8
}

.p-research .handbook {
	padding: 20px 20px 40px 20px;
	background: #f1e8e0;
	margin-top: 80px;
	overflow: hidden;
}

.p-research .handbook .handbook-wap {
	padding: 0px 6%;
}

.p-research .handbook img{
	float: left;
	width: 20%;
	margin-right: 4%;
	box-shadow: 6px 4px 20px #999999;
	display: block;
}
.p-research .handbook h3{
	font-size: 28px;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
}
.p-research .handbook p{
	font-size: 16px;
	line-height: 30px;
  margin: 0 0 20px;
	color: #666666;
	text-align: left;
}


.p-research .login {
	padding: 20px;
	background: #383838;
	margin-top: 30px;
	overflow: hidden
}

.p-research .login img {
	max-width: 100%;
	float: left
}

.p-research .login--btn {
	float: right;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #caa480;
	border-radius: 3px;
	font-size: 24px;
	color: #fff;
	text-decoration: none
}
.p-research .login--btn:hover{
    background: #af8e6c;
}

.p-research .handbook--btn {
	float: left;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #A30007;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	text-decoration: none
}
.p-research .handbook--btn:hover{
    background: #7a0112;
}

@media only screen and (max-width:1000px) {
	.p-research .br {
		display: none
	}

	.p-research .title {
		font-size: 30px;
		padding: 30px 0
	}

	.p-research .title:after {
		bottom: 10px
	}

	.p-research .banner {
		height: 300px
	}

	.p-research .banner--slogan {
		padding-top: 100px;
		font-size: 18px
	}

	.p-research .idea--list:after,.p-research .idea--list:before {
		display: none
	}

	.p-research .idea--list dt {
		width: auto;
		height: auto;
		border-radius: 0;
		position: static;
		border-width: 0;
		font-size: 16px;
		transform: none
	}

	.p-research .idea--list dd b {
		font-size: 14px;
		padding-top: 10px
	}

	.p-research .idea--list dd p {
		font-size: 12px;
		margin: 0 0 10px
	}

	.p-research .feature {
		padding: 20px
	}

	.p-research .feature--left {
		float: none;
		width: auto
	}

	.p-research .feature--left img {
		width: 100%
	}

	.p-research .feature--right li {
		line-height: 1.5;
		padding-left: 90px;
		padding-right: 20px;
		height: 100px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.p-research .highlight--list {
		display: block;
		text-align: center
	}

	.p-research .highlight--list li {
		width: auto;
		padding: 20px 0;
		margin-bottom: 20px
	}

	.p-research .highlight--list h2 {
		font-size: 24px
	}

	.p-research .highlight--list p {
		font-size: 18px
	}

	.p-research .login--btn {
		width: 70px;
		height: 30px;
		line-height: 30px;
		display: block;
		float: none;
		margin: 0 auto 10px;
		font-size: 14px
	}
	.p-research .handbook--btn {
		width: 100px;
		height: 40px;
		line-height: 40px;
		display: block;
		float: none;
		margin: 0 auto 10px;
		font-size: 16px
	}
	.p-research .handbook{
		padding: 20px 20px 20px 20px;
	}
	.p-research .handbook h3 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 0px;
		margin-bottom: 10px;
	}
	.p-research .handbook img {
    width: 40%;
    margin-right: 4%;
	}
	.p-research .handbook p {
    font-size: 14px;
		line-height: 24px;
	}
}

.p-news .banner {
	height: 500px;
	padding: 0 20px;
	background: url(../images/news1.png) 50%/cover no-repeat
}

.p-news .banner--slogan {
	padding-top: 210px
}

.p-news .banner--slogan h2 {
	font-size: 50px;
	color: #fff;
	margin: 0
}

.p-news .banner--slogan p {
	font-size: 30px;
	color: #fff;
	margin: 0
}

.p-news .inner {
	max-width: 1200px;
	margin: 0 auto
}

.p-news .title {
	font-size: 28px;
	line-height: 1;
	color: #111;
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-weight: 700
}

.p-news .title:after {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #d62121
}

.p-news .more {
	display: block;
	margin: 0 auto;
	width: 164px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: url(../images/xwdt_aniu.png) 50%/cover no-repeat;
	font-size: 22px;
	color: #d62121;
	text-decoration: none
}

.p-news .news {
	background: #f0f0f0 url(../images/bg1.png) 50%/cover no-repeat;
	padding: 0 20px;
	padding-bottom: 40px
}

.p-news .news--nav {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.p-news .news--nav-item {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #8c8c8c;
	cursor: pointer;
	opacity: 1
}

.p-news .news--nav-item.swiper-pagination-bullet-active,.p-news .news--nav-item:active {
	outline: none;
	background: #cda784;
	color: #fff;
	border-color: #cda784
}

.p-news .news--nav-item.swiper-pagination-bullet-active:before,.p-news .news--nav-item:active:before {
	display: block
}

.p-news .news--nav-item:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	height: 6px;
	width: 1px;
	background: #cbcaca
}

.p-news .news--nav-item:before {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	background: url(../images/jt2.png) 50%/cover no-repeat
}

.p-news .news--line {
	height: 1px;
	background: #cbcaca;
	margin: 10px -20px 40px
}

.p-news .news--list-item {
	position: relative;
	display: block;
	padding: 20px 30px;
	background: #f8f8f8;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px
}

.p-news .news--list-item:hover h2 {
	color: #d62121;
	text-decoration: underline
}

.p-news .news--list-item h2 {
	font-size: 18px;
	padding: 0 0 10px;
	margin: 0
}

.p-news .news--list-item p {
	font-size: 14px;
	margin: 0
}

.p-news .news--list .more {
	margin-top: 40px;
	margin-bottom: 10px
}

.p-news .news--company,.p-news .news--media {
	line-height: 24px;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-right: 10px
}

.p-news .news--company {
	background-image: linear-gradient(-54deg,hsla(0,0%,61%,.92),#494949 65%)
}

.p-news .news--media {
	background-image: linear-gradient(-32deg,rgba(255,221,188,.92),#aa8058 87%)
}

.p-news .interview {
	background: url(../images/news2.png) 100% 0 no-repeat,url(../images/news3.png) 0 100% no-repeat
}

.p-news .interview--wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-news .interview--item {
	overflow: hidden;
	background: #f8f8f8;
	padding: 15px 20px;
	width: 550px;
	margin-bottom: 20px
}

.p-news .interview--item a {
	color: #333;
	text-decoration: none
}

.p-news .interview--item a:hover h2 {
	color: #dd1618;
	text-decoration: underline
}

.p-news .interview--head {
	width: 140px;
	height: 140px;
	border: 4px solid #aa7f57;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	
}

.p-news .interview--head img {
	width: 100%;
	cursor: pointer;
}

.p-news .interview--content {
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
}

.p-news .interview--content h2 {
	margin: 0;
	font-size: 18px;
	line-height: 26px
}

.p-news .interview--content h3 {
	font-size: 14px;
	color: #333;
	margin: 10px 0;
	font-weight: 400
}

.p-news .interview--content p {
	font-size: 12px;
	color: #8a8a8a;
	margin: 0;
	padding-left: 16px;
	background: url(../images/news5.png) 0 no-repeat
}

.p-news .interview .more {
	margin-top: 20px;
	margin-bottom: 40px
}


.p-news .program--wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-news .program--item {
	overflow: hidden;
	background: #f8f8f8;
	padding: 15px 20px;
	width: 550px;
	margin-bottom: 20px
}

.p-news .program--item a {
	color: #333;
	text-decoration: none
}

.p-news .program--item a:hover h2 {
	color: #dd1618;
	text-decoration: underline
}

.p-news .program--head {
	width: 100%;
	/*height: 140px;*/
	border: 4px solid #aa7f57;
	overflow: hidden;
	/*float: left;*/
	margin-right: 20px;
	
}

.p-news .program--head img {
	width: 100%;
	cursor: pointer;
}

.p-news .program--content {
	overflow: hidden;
	white-space: normal;
	cursor: pointer;
	padding: 10px;
}

.p-news .program--content h2 {
	margin: 0;
	font-size: 18px;
	line-height: 26px
}

.p-news .program--content h3 {
	font-size: 14px;
	color: #333;
	margin: 10px 0;
	font-weight: 400
}

.p-news .program--content p {
	font-size: 12px;
	color: #8a8a8a;
	margin: 0;
	padding-left: 16px;
	background: url(../images/news5.png) 0 no-repeat
}

.p-news .program .more {
	margin-top: 20px;
	margin-bottom: 40px
}


.p-news .responsibility {
	background: url(../images/news6.png) 50%/cover no-repeat
}

.p-news .responsibility--wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px
}

.p-news .responsibility--item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #ab8461;
	height: 430px;
	overflow: hidden
}

.p-news .responsibility--img {
	width: 250px;
	position: relative
}

.p-news .responsibility--img img {
	display: block
}

.p-news .responsibility--img h2 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff
}

.p-news .responsibility--content {
	width: 0;
	overflow: hidden;
	color: #fff;
	padding: 0;
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(-500%)
}

.p-news .responsibility--content h2 {
	font-size: 28px;
	text-align: center;
	position: relative;
	padding: 10px 0;
	margin-bottom: 40px;
	color: #fff;
}

.p-news .responsibility--content h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 44px;
	height: 3px;
	margin-left: -22px;
	background: #d62121
}

.p-news .responsibility--content p {
	font-size: 16px;
	line-height: 30px
}

.p-news .responsibility--active .responsibility--content {
	width: 350px;
	padding: 0 30px;
	opacity: 1;
	transform: translateY(0)
}

.p-news .detail {
	padding: 0 20px
}

.shear-box { padding:10px 0;}
.shear-box > span { float:left; margin-top:8px;}
.shear-box > div { overflow:hidden;}
.pager-close{padding:20px 0 4em; border-top:1px solid #ddd;margin-bottom: 40px;}
.pager-close .pager-left{float:left;width:70%; line-height:2;}
.pager-close .pager-left p span{color:#d9151d;}
.pager-close .pager-left p a{color:#d9151d;}
.pager-close .pager-left p a:hover{color:#d9151d;}
.pager-close .close-right{float: right;width:30%;text-align: right;}
.pager-close .close-right a{position:relative;display: inline-block;*display:inline;color:#FFFFFF;background:#d9151d; padding:5px 30px; border-radius:2px;}
.pager-close .close-right a:before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 35px;
  background: rgba(255,255,255,0.3);
  transition: all .3s;
}
.pager-close .close-right a:hover:before{width: 100%;}


.p-news .detail--content {
	position: relative;
	padding: 20px 30px 20px 60px;
	background: #f8f8f8;
	color: #333;
}

.p-news .detail--content-time {
	background: #c09974;
	position: absolute;
	left: -30px;
	top: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px
}

.p-news .detail--content-time b {
	display: block;
	font-size: 24px;
	border-bottom: 1px solid #fff
}

.p-news .detail--content-text p {
	margin: 10px 0;
	/*text-indent: 2em*/
}

.p-news .detail--content-text img {
	max-width: 100%
}

@media only screen and (max-width:1000px) {
	.p-news .title {
		font-size: 30px;
		padding: 30px 0
	}

	.p-news .title:after {
		bottom: 10px
	}

	.p-news .banner {
		height: 300px
	}

	.p-news .banner--slogan {
		padding-top: 150px
	}

	.p-news .banner--slogan h2 {
		font-size: 24px
	}

	.p-news .banner--slogan p {
		font-size: 18px
	}

	.p-news .more {
		width: 80px;
		height: 20px;
		line-height: 20px;
		font-size: 14px
	}

	.p-news .news {
		padding-bottom: 20px
	}

	.p-news .interview--item {
		width: 100%;
	}

	.p-news .interview--head {
		float: none;
		margin: 0 auto
	}

	.p-news .interview--head img {
		width: 100%
	}

	.p-news .interview--content {
		margin-top: 20px
	}

	.p-news .responsibility--wrap {
		display: block
	}

	.p-news .responsibility--item {
		display: block;
		height: auto
	}

	.p-news .responsibility--img {
		width: 100%;
		height: 100vw;
		overflow: hidden
	}

	.p-news .responsibility--img img {
		display: block;
		width: 100%
	}

	.p-news .responsibility--img h2 {
		display: none
	}

	.p-news .responsibility--content {
		width: auto!important;
		padding: 0 20px!important;
		opacity: 1;
		transform: translateY(0)
	}

	.p-news .responsibility--content h2 {
		font-size: 28px;
		text-align: center;
		position: relative;
		padding: 10px 0;
		margin-bottom: 40px
	}

	.p-news .responsibility--content h2:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 44px;
		height: 3px;
		margin-left: -22px;
		background: #d62121
	}

	.p-news .responsibility--content p {
		font-size: 16px;
		line-height: 30px
	}

	.p-news .responsibility--active .responsibility--content {
		width: 350px;
		padding: 0 30px;
		opacity: 1;
		transform: translateY(0)
	}
}




.p-contact .responsibility {
	background: url(../images/news6.png) 50%/cover no-repeat
}

.p-contact .responsibility--wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px
}

.p-contact .responsibility--item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #ab8461;
	height: 430px;
	overflow: hidden
}

.p-contact .responsibility--img {
	width: 250px;
	position: relative
}

.p-contact .responsibility--img img {
	display: block
}

.p-contact .responsibility--img h2 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	color: #fff
}

.p-contact .responsibility--content {
	width: 0;
	overflow: hidden;
	color: #fff;
	padding: 0;
	transition: all .3s ease;
	opacity: 0;
	transform: translateY(-500%)
}

.p-contact .responsibility--content h2 {
	font-size: 28px;
	text-align: center;
	position: relative;
	padding: 10px 0;
	margin-bottom: 40px;
	color: #fff;
}

.p-contact .responsibility--content h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 44px;
	height: 3px;
	margin-left: -22px;
	background: #d62121
}

.p-contact .responsibility--content p {
	font-size: 16px;
	line-height: 24px
}

.p-contact .responsibility--active .responsibility--content {
	width: 350px;
	padding: 0 30px;
	opacity: 1;
	transform: translateY(0)
}





.p-contact .banner {
	height: 500px;
	padding: 0 20px;
	background: url(../images/contact1.png) 50%/cover no-repeat
}

.p-contact .banner--slogan {
	padding-top: 210px
}

.p-contact .banner--slogan h2 {
	font-size: 50px;
	color: #fff;
	margin: 0
}

.p-contact .banner--slogan p {
	font-size: 30px;
	color: #fff;
	margin: 0
}

.p-contact .inner {
	max-width: 1200px;
	margin: 0 auto
}

.p-contact .title {
	font-size: 28px;
	line-height: 1;
	color: #111;
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-weight: 700
}

.p-contact .title:after {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background: #d62121
}

.p-contact .light {
	background: url(../images/contact2.png) 50%/cover no-repeat
}

.p-contact .light--list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 40px 0 160px
}

.p-contact .light--list dt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.p-contact .light--list dd {
	width: 440px;
	text-align: right;
	margin: 30px 0
}

.p-contact .light--list dd:nth-child(2n) {
	text-align: left
}

.p-contact .light--list h2 {
	color: #c38a55;
	font-size: 20px;
	margin: 0 0 10px
}

.p-contact .light--list p {
	font-size: 16px;
	margin: 0
}

.p-contact .fly {
	height: 565px;
	background: url(../images/contact4.png) 50% no-repeat;
	color: #fff
}

.p-contact .fly--title {
	font-size: 32px;
	line-height: 1;
	text-align: center;
	padding: 70px 0 50px;
	font-weight: 700
}

.p-contact .fly--list {
	list-style: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 0 40%;
	padding: 0
}

.p-contact .fly--list li{
	padding: 20px 0;
}

.p-contact .fly--list li:nth-child(2) {
	padding-left: 60px
}

.p-contact .fly--list li:nth-child(3) {
	padding-left: 120px
}

.p-contact .fly--list li:nth-child(4) {
	padding-left: 180px
}

.p-contact .fly--list li:nth-child(5) {
	padding-left: 240px
}


.p-contact .story {
	padding-bottom: 40px;
	width: 92%;
	margin: auto;
}

.story-content{
	width: 320px;
	min-height: 510px;
	padding: 10px;
	background-image: linear-gradient(180deg,#d7bb97,#ae855e);
	margin-bottom: 60px;
}
.story-content img{
	width: 100%;
}
.story-content h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.story-content p{
	 color: #fff;
	 font-size: 14px;
	 line-height: 16px;
	 text-align: left;
	 padding: 0 10px 0px 10px;
	 text-align: justify;
}

.p-contact .culture {
	background: url(../images/contact5.png) 50%/cover no-repeat;
	padding-bottom: 80px
}

.p-contact .culture--content {
	height: 555px;
	background: url(../images/contact6.png) 50%/cover no-repeat
}

.p-contact .position {
	background: url(../images/bg1.png) 50%/cover no-repeat;
	padding: 0 20px 50px;
	overflow: hidden
}

.p-contact .position--item {
	position: relative;
	margin-bottom: 10px
}

.p-contact .more {
		width: 80px;
		height: 20px;
		line-height: 20px;
		font-size: 14px
	}

.p-contact .more {
	display: block;
	margin: 0 auto;
	width: 164px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: url(../images/xwdt_aniu.png) 50%/cover no-repeat;
	font-size: 22px;
	color: #d62121;
	text-decoration: none
}

.p-contact .more {
	margin-top: 40px;
  margin-bottom: 10px;
}

.p-contact .position--item-more {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 30px 10px;
	color: #c09974;
	cursor: pointer;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.1),#fff 30%);
	margin-right: 50px;
}
.position--item-close{display:none;background:#fff;color:#c09974;padding:10px 30px;cursor:pointer;margin-right: 50px;}
.p-contact .position--item-active .position--item-content{height:auto}
.p-contact .position--item-active .position--item-more{display:none}
.p-contact .position--item-active .position--item-close{display:block}

.p-contact .position--item-active .position--item-content {
	height: auto
}

.p-contact .position--item-active .position--item-more {
	display: none
}

.p-contact .position--item-content {
	padding: 30px;
	margin-right: 50px;
	background: #fff;
	color: #333;
	overflow: hidden;
	height: 130px;
}

.p-contact .position--item-mail {
	width: 70px;
	height: 80px;
	padding-left: 15px;
	position: absolute;
	top: 30px;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #c09974 url(../images/tdjl_right.png) 60px no-repeat;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	z-index: 10000;
}

.p-contact .position--item h2 {
	font-size: 20px;
	line-height: 1.5;
	margin: 0
}

.p-contact .position--item h3 {
	font-size: 16px;
	margin-bottom: 0
}

.p-contact .position--item ul {
	font-size: 14px;
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 20px
}

.p-contact .contact {
	background: #f0f0f0 url(../images/contact10.png) 50%/cover no-repeat
}

.p-contact .contact--img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-contact .contact--img img {
	display: block
}

.p-contact .contact--imgright {
	-ms-flex-direction: column;
	flex-direction: column
}

.p-contact .contact--imgright,.p-contact .contact--list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-contact .contact--list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 50px 0
}

.p-contact .contact--list li {
	width: 320px;
	text-align: center
}

.p-contact .contact--list h2 {
	font-size: 24px;
	color: #333;
	margin: 10px 0
}

@media only screen and (max-width:1000px) {
	.p-contact .title {
		font-size: 30px;
		padding: 30px 0
	}

	.p-contact .title:after {
		bottom: 10px
	}

	.p-contact .banner {
		height: 300px
	}

	.p-contact .banner--slogan {
		padding-top: 150px
	}

	.p-contact .banner--slogan h2 {
		font-size: 24px
	}

	.p-contact .banner--slogan p {
		font-size: 18px
	}

	.p-contact .light--list {
		display: block;
		padding: 20px
	}

	.p-contact .light--list dt {
		display: none
	}

	.p-contact .light--list dd {
		width: auto;
		text-align: left
	}

	.p-contact .fly {
		height: auto;
		background: #bc946e
	}

	.p-contact .fly--title {
		font-size: 24px;
		padding: 40px 0 0
	}

	.p-contact .fly--list {
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
		padding: 20px
	}

	.p-contact .fly--list li {
		padding: 0!important;
		margin: 20px 0
	}

	.p-contact .culture {
		padding-bottom: 30px
	}

	.p-contact .culture--content {
		height: 200px;
		background-size: 100% auto
	}

	.p-contact .contact {
		background: #f0f0f0
	}

	.p-contact .contact .title {
		color: #333
	}

	.p-contact .contact--img {
		display: block
	}

	.p-contact .contact--img img {
		width: 100%
	}

	.p-contact .contact--list {
		display: block;
		padding: 20px 0
	}

	.p-contact .contact--list img {
		width: 50px
	}

	.p-contact .contact--list li {
		width: auto;
		text-align: center
	}

	.p-contact .contact--list h2 {
		font-size: 14px
	}
}

.point {
	position: absolute;
	height: 0;
	width: 0;
	margin-top: -78px
}

@media only screen and (max-width:1000px) {
	.point {
		margin-top: -50px
	}
}

.inner {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1s ease
}

.inner.animate-enter {
	transform: translateY(0);
	opacity: 1
}
/*# sourceMappingURL=main.css.map */
