#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
/*# sourceMappingURL=baguetteBox.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url('../images/fontawesome-webfont.eot?v=4.7.0');
	src: url('../images/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../images/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../images/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../images/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../images/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

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

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

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

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

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

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

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

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

.fa-ul>li {
	position: relative
}

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

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

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

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

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

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

.pull-right {
	float: right
}

.pull-left {
	float: left
}

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

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

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

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

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

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

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

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

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

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

.fa-inbox:before {
	content: "\f01c"
}

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

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

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

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

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

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

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

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

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

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

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

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

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

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

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

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

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

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

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

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

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

.fa-comments:before {
	content: "\f086"
}

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

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

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

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

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

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

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

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

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

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

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

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

.fa-paperclip:before {
	content: "\f0c6"
}

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

.fa-square:before {
	content: "\f0c8"
}

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

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

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

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

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

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

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

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

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

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

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

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

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

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

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

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

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

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

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

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

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

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

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

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

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

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

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

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

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

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

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

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

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

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

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

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

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

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

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

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

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

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

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

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

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

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

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

.fa-gbp:before {
	content: "\f154"
}

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

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

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

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

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

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

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

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

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

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

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

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

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

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

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

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

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

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

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

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

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

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

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

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

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

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

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

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

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

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

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

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

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

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

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

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

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

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

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

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

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

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

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

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

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

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

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

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

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

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

.fa-bomb:before {
	content: "\f1e2"
}

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

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

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

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

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

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

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

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

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

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

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

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

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

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

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

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

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

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

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

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

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

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

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

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

.fa-cc-jcb:before {
	content: "\f24b"
}

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

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

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

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

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

.fa-hourglass:before {
	content: "\f254"
}

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

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

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

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

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

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

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

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

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

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

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

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

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

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

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

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

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

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

.fa-stop-circle:before {
	content: "\f28d"
}

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

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

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

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

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

.fa-braille:before {
	content: "\f2a1"
}

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

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

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

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

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

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

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

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

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

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

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

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

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

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

.fa-user-circle:before {
	content: "\f2bd"
}

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

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

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

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

.fa-quora:before {
	content: "\f2c4"
}

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

.fa-telegram:before {
	content: "\f2c6"
}

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

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

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

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

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

.fa-shower:before {
	content: "\f2cc"
}

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

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

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

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

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@font-face {
	font-family: "iconfont";
	src: url('../images/iconfont.eot?t=1569805611567'); /* IE9 */
	src: url('../images/iconfont.eot?t=1569805611567#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),  url('../images/iconfont.woff?t=1569805611567') format('woff'),  url('../images/iconfont.ttf?t=1569805611567') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */  url('../images/iconfont.svg?t=1569805611567#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-company-name:before {
	content: "\e604";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-search8:before {
	content: "\e642";
}

.icon-top15:before {
	content: "\e65b";
}

.icon-left2:before {
	content: "\e710";
}

.icon-right2:before {
	content: "\e711";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-right9:before {
	content: "\e72d";
}

.icon-right14:before {
	content: "\e741";
}

.icon-left16:before {
	content: "\e748";
}

.icon-right16:before {
	content: "\e749";
}

.icon-left25:before {
	content: "\e787";
}

.icon-right25:before {
	content: "\e788";
}

.icon-left26:before {
	content: "\e78b";
}

.icon-right26:before {
	content: "\e78c";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-search:before {
	content: "\e7ae";
}

.icon-search6:before {
	content: "\e7b4";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-wechat:before {
	content: "\e7c1";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c3";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c4";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-message2:before {
	content: "\e7dc";
}

.icon-calendar3:before {
	content: "\e7e1";
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
	display: none
}

.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block
}

.wap-nav .shejiao a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px
}

.wap-nav .shejiao i {
	font-size: 28px;
	font-size: 2.8rem;
	color: #c9a367
}

.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll
}

.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif
}

.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
	position: relative
}

.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left
}

.wap-nav .nav form .ipsc {
	position: absolute;
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	z-index: 999;
	right: 0;
	top: 0
}

.wap-nav .nav form i {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 20px;
	font-size: 2rem;
	z-index: 99
}

.wap-nav .nav>ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wap-nav .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative
}

.wap-nav .nav>ul>li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url(../images/shizi.png) no-repeat center center
}

.wap-nav .nav>ul>li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0
}

.wap-nav .nav>ul>li>a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block
}

.wap-nav .nav>ul>li>a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem
}

.wap-nav .nav>ul>li .c-show {
	display: none;
	width: 100%
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>dl {
	padding: 20px
}

.wap-nav .nav>ul>dl dd {
	float: left;
	margin: 0 2px
}

.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	z-index: 9999
}

.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #c9a367
}

.menubtn, .wap-nav {
	display: none
}

@media screen and (max-width:959px) {
	.menubtn, .wap-nav {
		display: block
	}

	.wap-hd-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #c9a367
	}

	.wap-hd-nav-item {
		width: 25%
	}

	.wap-hd-nav-item a {
		display: block;
		padding: 5px 0;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		background-color: #363636
	}

	.wap-hd-nav-item a.active {
		color: #fff;
		background-color: #c9a367
	}
}
/*# sourceMappingURL=nav.css.map */

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block!important;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%
}

.banner .slick-prev {
	left: 6%;
	background-image: url(../images/header_l.png);
	cursor: pointer
}

.banner .slick-next {
	right: 6%;
	background-image: url(../images/header_r.png);
	cursor: pointer
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 53px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center
}

.banner .slick-dots li {
	margin: 0 5px;
	display: inline-block
}

.banner .slick-dots li.slick-active a {
	width: 43px;
	background: #c9a367;
	cursor: pointer
}

.banner .slick-dots a {
	display: block;
	width: 34px;
	height: 9px;
	background: #bababa;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.banner.hide {
	display: none
}

@media screen and (max-width:959px) {
	.banner {
		display: block
	}

	.banner.hide {
		display: block
	}

	.banner .slick-arrow {
		display: none!important
	}

	.banner .slick-dots {
		bottom: 10px
	}

	.banner .slick-dots li {
		margin: 0 5px
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px
	}

	.banner2 {
		display: none
	}
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
/*# sourceMappingURL=slide.css.map */

article, aside, dialog, figure, footer, header, main, menu, nav, section {
	display: block
}

.j-lazy {
	min-width: 20%
}

* {
	margin: 0;
	padding: 0
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	width: 100%;
	overflow-x: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	max-width: 1920px;
	margin: 0 auto
}

a {
	color: #333;
	text-decoration: none;
	outline: 0;
	tap-highlight-color: transparent;
	focus-ring-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	-moz-tap-highlight-color: transparent;
	-moz-focus-ring-color: transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms
}

a:hover {
	color: #c9a367
}

li, ol, ul {
	list-style: none
}

img {
	max-width: 100%;
	border: 0 solid #ccc
}

embed, table, video {
	max-width: 100%
}

input, textarea {
	border: none;
	background: 0 0;
	font-family: inherit
}

input[type=submit], textarea[type=submit] {
	cursor: pointer
}

input[type=checkbox], textarea[type=checkbox] {
	cursor: pointer
}

input[type=radio], textarea[type=radio] {
	cursor: pointer
}

input:focus, textarea:focus {
	outline: 0
}

textarea {
	resize: none
}

button {
	border: none;
	background: 0 0;
	cursor: pointer
}

em, i {
	font-style: normal
}

.c-fl {
	float: left
}

.c-fr {
	float: right
}

.c-cb {
	clear: both
}

.c-mg {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}

.c-oh {
	overflow: hidden
}

.c-wd {
	width: 1200px
}

.c-tsn {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms
}

.c-bbx {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.c-pr {
	position: relative
}

.c-mt-5 {
	margin-top: 5px
}

.c-mt-10 {
	margin-top: 10px
}

.c-mt-15 {
	margin-top: 15px
}

.c-mt-20 {
	margin-top: 20px
}

.c-mt-25 {
	margin-top: 25px
}

.c-mt-30 {
	margin-top: 30px
}

.c-mt-35 {
	margin-top: 35px
}

.c-mt-40 {
	margin-top: 40px
}

.c-mt-45 {
	margin-top: 45px
}

.c-mt-50 {
	margin-top: 50px
}

.c-nomt {
	margin-top: 0!important
}

.c-nomr {
	margin-right: 0!important
}

.c-nomb {
	margin-bottom: 0!important
}

.c-noml {
	margin-left: 0!important
}

.c-nofont {
	line-height: 0;
	font-size: 0
}

.c-nobg {
	background: 0 0!important
}

.f-czjz {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.f-box {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden
}

@media screen and (min-width:960px) and (max-width:1219px) {
	.f-box {
		width: 950px
	}
}

@media screen and (min-width:768px) and (max-width:959px) {
	.f-box {
		width: 750px
	}
}

@media screen and (max-width:767px) {
	.f-box {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.l {
	float: left
}

.r {
	float: right
}

.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.box {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto
}

.mln {
	margin-left: 0!important
}

.clear {
	clear: both
}

.wp {
	width: 1200px;
	margin: auto
}

@media screen and (min-width:1220px) {
	.wp {
		width: 1200px;
		margin: auto
	}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
	.wp {
		width: 980px;
		margin: auto
	}
}

@media screen and (max-width:999px) {
	.wp {
		width: 95%;
		margin: auto
	}
}

@media screen and (max-width:767px) {
	.m-tt1 {
		font-size: 24px!important;
		font-size: 2.4rem!important
	}

	.m-tt2 {
		font-size: 20px!important;
		font-size: 2rem!important
	}

	.m-tt3 {
		font-size: 18px!important;
		font-size: 1.8rem!important
	}

	.m-desc1 {
		font-size: 16px!important;
		font-size: 1.6rem!important
	}

	.m-desc2 {
		font-size: 14px!important;
		font-size: 1.4rem!important
	}
[	class*="-item"] .item-title {
		font-size: 14px;
		font-size: 1.4rem
	}
[	class*="-item"] .item-desc {
		font-size: 13px;
		font-size: 1.3rem
	}
[	class*="-item"] .item-link {
		font-size: 13px;
		font-size: 1.3rem
	}
[	class*="-item"] .item-modal {
		display: none
	}
}

.j-offset-top {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.j-offset-top.run {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.j-offset-left {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0
}

.j-offset-left.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.j-offset-right {
	-webkit-transition: all 750ms;
	-o-transition: all 750ms;
	-moz-transition: all 750ms;
	transition: all 750ms;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

.j-offset-right.run {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}
[class*="-item"] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden
}
[class*="-item"] .item-pic img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms
}
[class*="-item"] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
[class*="-item"] .item-title {
	overflow: hidden
}
[class*="-item"] .item-title a:hover {
	color: #c9a367
}
[class*="-item"] .item-desc {
	overflow: hidden
}
[class*="-item"] .item-desc a {
	display: block
}
[class*="-item"] .item-desc a:hover {
	color: #c9a367
}

.m-crm {
	margin-top: 22px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	margin-bottom: 38px
}

.m-crm .wp {
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px
}

.m-crm a {
	color: #666
}

.m-crm a:hover {
	color: #c9a367
}

.m-crm a.active {
	color: #c9a367
}

@media screen and (max-width:767px) {
	.m-crm {
		margin-bottom: 20px
	}
}

.m-page {
	padding-bottom: 78px;
	letter-spacing: 0;
	font-size: 0;
	text-align: center
}

.m-page a {
	margin: 0 4px;
	display: inline-block;
	width: 35px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	background: #eee
}

.m-page a.big {
	width: 79px
}

.m-page a:hover {
	color: #fff;
	border-color: #c9a367;
	background-color: #c9a367
}

.m-page a.active {
	color: #fff;
	border-color: #c9a367;
	background-color: #c9a367
}

.m-page span {
	display: inline-block;
	width: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	position: relative;
	top: 3px
}

.m-page a.big.no:hover {
	background: #eee !important;
	color: #333  !important;
	border: 1px solid #e5e5e5 !important;
}

.m-page img {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 5px;
	margin-right: 8px
}

.m-page .ins {
	margin-left: 24px;
	width: 168px;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: none;
	outline: 0;
	background-color: #c9a367;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer
}

.m-page2 {
	position: relative
}

@media screen and (max-width:767px) {
	.m-page {
		padding-bottom: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.m-page a {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px
	}

	.m-page img {
		display: none
	}
}

.m-kf {
	position: fixed;
	z-index: 9998;
	right: 0;
	top: 30%
}

.m-kf .kf-item {
	display: table;
	line-height: 0;
	font-size: 0;
	margin-bottom: 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	width: 69px;
	height: 69px;
	background: #13c1f3;
	text-align: center
}

.m-kf .iconfont {
	font-size: 30px;
	font-size: 3rem;
	line-height: 69px;
	display: block;
	text-align: center;
	color: #f4eeeb
}

.m-kf .kf-item3 {
	color: #157eee
}

.m-kf .kf-wx {
	position: absolute;
	display: none;
	bottom: 0;
	right: 53px;
	width: 90px
}

.m-kf .ewm3 {
	position: absolute;
	right: 100%;
	bottom: -99999px;
	width: 100px;
	max-width: 100px;
	max-height: 100px
}

.m-kf .ewm2 {
	position: absolute;
	right: 100%;
	bottom: -99999px;
	width: 100px;
	max-width: 100px;
	max-height: 100px
}

.m-kf .kf-item2:hover .ewm2 {
	bottom: 0;
	display: block!important
}

@media screen and (max-width:767px) {
	.m-kf .kf-item .img-responsive {
		top: -151%;
		right: 0;
		width: 80px;
		height: 80px
	}

	.m-kf {
		right: 0;
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		background: #c9a367
	}

	.m-kf .kf-item {
		width: 20%;
		text-align: center;
		max-width: 40px;
		height: 40px;
		background: #c9a367
	}

	.m-kf .kf-wx {
		bottom: 100%;
		left: 0
	}

	.m-kf .ewm3 {
		right: 0;
		left: -30px;
		top: -254%;
		bottom: auto;
		width: 100px;
		height: 100px
	}

	.m-kf .ewm3.active {
		display: block
	}

	.m-kf .ewm2 {
		display: none!important
	}

	.m-kf .kf-item2:hover .ewm2 img {
		display: none!important
	}

	.m-kf .iconfont {
		line-height: 40px;
		font-size: 22px;
		font-size: 2.2rem
	}

	.m-kf .kf-item2 i {
		line-height: 40px
	}

	body {
		padding-bottom: 40px
	}
}

.returntop {
	position: fixed;
	z-index: 9999;
	right: 6px;
	bottom: 30px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 0;
	display: none
}

.returntop i {
	display: block;
	width: 44px;
	height: 44px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 44px;
	font-size: 4.4rem;
	color: #c9a367
}

@media screen and (max-width:959px) {
	.returntop {
		right: 10px;
		bottom: 65px;
		width: 36px;
		height: 36px;
		font-size: 36px;
		background-size: contain
	}
}

.wap-hd-nav {
	display: none
}

.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block
}

.wap-nav .shejiao a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px
}

.wap-nav .shejiao i {
	font-size: 28px;
	font-size: 2.8rem;
	color: #c9a367
}

.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll
}

.wap-nav .nav span {
	font-family: arial, helvetica, sans-serif
}

.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
	position: relative
}

.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left
}

.wap-nav .nav form .ipsc {
	position: absolute;
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	z-index: 999;
	right: 0;
	top: 0
}

.wap-nav .nav form i {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 20px;
	font-size: 2rem;
	z-index: 99
}

.wap-nav .nav>ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wap-nav .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative
}

.wap-nav .nav>ul>li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url(../images/shizi.png) no-repeat center center
}

.wap-nav .nav>ul>li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0
}

.wap-nav .nav>ul>li>a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block
}

.wap-nav .nav>ul>li>a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem
}

.wap-nav .nav>ul>li .c-show {
	display: none;
	width: 100%
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 40px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>dl {
	padding: 20px
}

.wap-nav .nav>ul>dl dd {
	float: left;
	margin: 0 2px
}

.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	z-index: 9999
}

.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #c9a367
}

.menubtn, .wap-nav {
	display: none
}

@media screen and (max-width:959px) {
	.menubtn, .wap-nav {
		display: block
	}

	.wap-hd-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #c9a367
	}

	.wap-hd-nav-item {
		width: 25%
	}

	.wap-hd-nav-item a {
		display: block;
		padding: 5px 0;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		background-color: #363636
	}

	.wap-hd-nav-item a.active {
		color: #fff;
		background-color: #c9a367
	}
}

.header .search {
	width: 31px;
	height: 31px;
	margin-left: 11px;
	margin-top: 32px
}

.header .inpu {
	display: block;
	width: 31px;
	height: 31px
}

.header .inpu i {
	color: #696969;
	font-size: 30px;
	font-size: 3rem
}

.header_form {
	display: none;
	margin-left: -167px;
	border: 1px solid #333;
	background: #fff;
	width: 200px;
	height: 31px;
	line-height: 31px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	z-index: 999
}

.header_form .tex {
	background: 0 0;
	padding-left: 7px;
	width: 100%;
	line-height: 33px;
	height: 33px;
	display: inline-block;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.header_form .sub {
	position: absolute;
	top: 0;
	right: 0;
	height: 33px;
	width: 33px;
	font-size: 0;
	cursor: pointer;
	z-index: 99
}

.header_form i {
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 20px;
	color: #c9a367
}

.header .logo {
	margin-top: 5px
}

.header .logo img {
	display: block;
	max-width: 261px;
	width: 100%;
	margin: 0 auto
}

.header_ul1>li {
	float: left;
	margin-left: 39px;
	margin-right: 0;
	position: relative
}

.header_ul1>li:hover .dan_header {
	display: block
}

.header_ul1>li>a {
	color: #333;
	line-height: 88px;
	padding: 0 12px;
	display: block;
	border-top: 4px solid transparent;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase
}

.header_ul1 li.on>a, .header_ul1>li:hover>a {
	color: #fff;
	border-color: #a37835;
	background: #c9a367
}

.dan_header {
	padding: 10px 0;
	display: none;
	width: 200px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	background: rgba(255,255,255,.8);
	z-index: 999999
}

.dan_header>ul>li {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 30px;
	padding-left: 23px;
	position: relative;
	left: 0
}

.dan_header>ul>li>a {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 24px;
	display: block
}

.dan_header>ul>li:hover>a {
	color: #c9a367
}

.dan_header>ul>li:hover .dan_sanheader {
	display: block
}

.dan_sanheader {
	display: none;
	width: 200px;
	padding-left: 2px;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999999
}

.dan_sanheader>ul {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0;
	background: #fff;
	background: rgba(255,255,255,.8)
}

.dan_sanheader>ul>li {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 30px;
	padding-left: 23px;
	position: relative
}

.dan_sanheader>ul>li>a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	display: block
}

.dan_sanheader>ul>li:hover>a {
	color: #c9a367
}

@media screen and (max-width:1219px) {
	.header_ul1>li {
		margin-left: 0;
		margin-right: 0
	}

	.header_ul1>li>a {
		padding: 0 10px
	}
}

@media screen and (max-width:999px) {
	.dan_header {
		display: none!important
	}

	.header {
		position: relative
	}

	.header_ul1>li>a {
		font-size: 14px;
		font-size: 1.4rem
	}
}

@media screen and (max-width:959px) {
	.header .search {
		position: absolute;
		right: 5px;
		top: 0
	}

	.header_top {
		display: none
	}

	.header_ul1 {
		display: none
	}

	.header .logo {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 200px;
		margin-top: 24px;
		margin-bottom: 24px
	}
}

@media screen and (max-width:768px) {
	.slide .carousel-control {
		display: none
	}
}

.footer {
	background: #333;
	padding-top: 49px
}

.footer .shejiao {
	padding-top: 28px
}

.footer .shejiao a {
	display: block;
	float: left;
	text-align: center;
	margin-left: 32px;
	margin-bottom: 20px;
	position: relative;
	top: 0
}

.footer .shejiao a:hover {
	top: -10px
}

.footer .shejiao svg {
	display: block;
	width: 44px;
	height: 44px
}

.footer .shejiao img {
	display: block;
	width: 44px;
	height: 44px
}

.footer a:hover {
	color: #c9a367!important
}

.footer .title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 30px
}

.footer .title a {
	color: #333
}

.footer .title b {
	display: block;
	width: 117px;
	height: 1px;
	background: #333;
	margin-top: 10px
}

.footer .footer_left {
	float: left;
	width: 224px
}

.footer .footer_left2 {
	float: left;
	width: 224px;
	margin-left: 78px
}

.footer .footer_center {
	float: left;
	margin-left: 83px;
	width: 289px
}

.footer .footer_right {
	float: right;
	width: 197px
}

.footer .ftx_ul {
	margin-top: 10px
}

.footer .ftx_ul li {
	line-height: 30px;
	color: #333
}

.footer .ftx_ul li a {
	color: #333
}

.footer .footer_right p {
	color: #333;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px
}

.footer .footer_right p a {
	display: inline-block;
	color: #333
}

.footer2 {
	background: #f5f5f5
}

.footer_bot {
	border-top: 1px solid #dadada;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #333;
	margin-top: 22px
}

.Links {
	line-height: 36px;
	min-height: 36px
}

.Links a {
	display: inline-block;
	padding-right: 15px;
	color: #333
}

@media screen and (max-width:1219px) {
	.footer .footer_left {
		width: 140px
	}

	.footer .footer_center {
		margin-left: 20px
	}

	.footer .ftx_ul {
		min-height: 200px
	}

	.footer .shejiao a {
		margin-left: 0;
		margin-right: 6px
	}
}

@media screen and (max-width:999px) {
	.footer .footer_left {
		width: 49%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0
	}

	.footer .footer_left2 {
		width: 49%;
		float: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0
	}

	.footer .footer_center {
		width: 49%;
		float: left;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.footer .footer_right {
		width: 49%;
		float: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:768px) {
	.footer {
		padding-top: 0;
		padding-bottom: 10px;
		padding-top: 49px
	}

	.footer .footer_left, .footer .footer_left2 {
		display: none
	}

	.footer .footer_center {
		display: none
	}

	.footer .footer_right {
		padding-left: 0;
		background: 0 0;
		width: 100%
	}

	.Links {
		display: none
	}

	.footer_bot {
		line-height: 30px
	}
}

.main_title {
	text-align: center;
	padding-top: 40px
}

.main_title a {
	display: block
}

.main_title .title {
	font-size: 44px;
	font-size: 4.4rem;
	font-family: MontserratBold;
	text-transform: uppercase
}

.main_title .title2 {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main_title .title2:hover {
	color: #c9a367
}

@media screen and (max-width:999px) {
	.main_title .title {
		font-size: 30px;
		font-size: 3rem
	}
}

@media screen and (max-width:768px) {
	.main_title {
		padding-top: 40px
	}

	.main_title .title {
		font-size: 26px;
		font-size: 2.6rem
	}
}

.main1 {
	background: url(../images/main1bj.jpg) no-repeat center top;
	padding-bottom: 61px
}

.main1 #tab {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 34px
}

@media screen and (max-width:768px) {
	.main1 #tab {
		padding-bottom: 0
	}
}

.main1 #tab li {
	display: inline-block;
	text-align: center;
	line-height: 44px;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: 14px;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media screen and (max-width:999px) {
	.main1 #tab li {
		width: 31%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
		display: block;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px
	}
}

@media screen and (max-width:768px) {
	.main1 #tab li {
		width: 48%
	}
}

@media screen and (max-width:500px) {
	.main1 #tab li {
		width: 100%;
		margin-bottom: 10px;
		line-height: 30px;
	}
}

.main1 #tab li:hover {
	background: #c9a367;
	color: #fff
}

.main1 #tab li.current {
	background: #c9a367;
	color: #fff
}

.main1 #maln {
	margin-left: 0!important
}

.main1 #content {
	padding-bottom: 31px
}

.main1 #content .chanxn {
	display: none;
	padding-top: 17px;
	width: 100%
}

.main1 .m1_ul3 li {
	display: block;
	width: 23.33333%;
	margin-left: 2.16667%;
	float: left
}

.main1 .m1_ul3 .wrap {
	 
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main1 .m1_ul3 .wtop {
	 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px
}

.main1 .m1_ul3 a {
	display: block
}

.main1 .m1_ul3 img {
	display: block
}

.main1 .m1_ul3 .title21 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main1 .m1_ul3 p {
	padding-top: 3px;
	padding-bottom: 5px
}

.main1 .m1_ul3 p a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.main1 .m1_ul3 li {
		width: 48%;
		margin-left: 1%!important;
		margin-right: 1%;
		margin-bottom: 20px
	}
}

.main1 .m1_title21 {
	text-align: center;
	max-width: 965px;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 27px
}

.main1 .m1_title21 a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	display: block
}

@media screen and (max-width:768px) {
	.main1 .m1_title21 a {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.main1 .m2_ul {
	text-align: center;
	padding-bottom: 11px
}

.main1 .m2_ul li {
	width: 270px;
	float: left;
	margin-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main1 .m2_ul .wrap {
	max-width: 270px;
	padding: 37px 22px 27px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee
}

.main1 .m2_ul .abtit {
	width: 99px;
	height: 99px;
	display: block;
	margin: 0 auto
}

.main1 .m2_ul a {
	display: block
}

.main1 .m2_ul img {
	display: block
}

.main1 .m2_ul b {
	display: block;
	width: 41px;
	height: 2px;
	background: #333;
	margin: 0 auto
}

.main1 .m2_ul .title41 {
	line-height: 30px;
	padding-top: 18px;
	padding-bottom: 12px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main1 .m2_ul p {
	padding-top: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px
}

.main1 .m2_ul p a {
	height: 230px;
	overflow: hidden
}

.main1 .m2_ul li:hover .wrap {
	background: #c9a367
}

.main1 .m2_ul li:hover a {
	color: #fff!important
}

.main1 .m2_ul li:hover b {
	background: #fff
}

.main1 .m2_ul li.on .wrap {
	background: #c9a367
}

.main1 .m2_ul li.on a {
	color: #fff!important
}

.main1 .m2_ul li.on b {
	background: #fff
}

.main1 .m2_ul .ab21 {
	background: url(../images/m2tu1.png) no-repeat top center
}

.main1 .m2_ul .ab22 {
	background: url(../images/m2tu12.png) no-repeat top center
}

.main1 .m2_ul .ab23 {
	background: url(../images/m2tu13.png) no-repeat top center
}

.main1 .m2_ul .ab24 {
	background: url(../images/m2tu14.png) no-repeat top center
}

.main1 .m2_ul li .dangqianab2.ab21, .main1 .m2_ul li:hover .ab21 {
	background: url(../images/m2tu1h.png) no-repeat top center!important
}

.main1 .m2_ul li .dangqianab2.ab22, .main1 .m2_ul li:hover .ab22 {
	background: url(../images/m2tu12h.png) no-repeat top center!important
}

.main1 .m2_ul li .dangqianab2.ab23, .main1 .m2_ul li:hover .ab23 {
	background: url(../images/m2tu13h.png) no-repeat top center!important
}

.main1 .m2_ul li .dangqianab2.ab24, .main1 .m2_ul li:hover .ab24 {
	background: url(../images/m2tu14h.png) no-repeat top center!important
}

@media screen and (max-width:1219px) {
    
	.main1 .m2_ul p a {
		height: 300px;
		overflow: hidden;
	}

	.main1 .m2_ul li {
		width: 23%;
		margin-left: 1%!important;
		margin-right: 1%
	}
}

@media screen and (max-width:999px) {
	.main1 .m2_ul li {
		width: 48%;
		margin-left: 1%!important;
		margin-right: 1%;
		margin-bottom: 20px;
		border: 0
	}

	.main1 .m2_ul .wrap {
		width: 90%;
		margin: 0 auto;
		max-width: 100%
	}
}

@media screen and (max-width:768px) {
	.main1 .m2_ul li {
		width: 98%;
		min-height: auto
	}

	.main1 .m2_ul p {
		font-size: 14px;
		font-size: 1.4rem
	}

	.main1 .m2_ul p a {
		height: auto;
		max-height: 60px
	}
}

@media screen and (max-width:999px) {
	.main1 {
		padding-bottom: 40px
	}
}

@media screen and (max-width:768px) {
	.main1 {
		padding-bottom: 20px
	}
}

.main2 {
	background: url(../images/main2.jpg) no-repeat center bottom;
	padding-bottom: 100px
}

@media screen and (max-width:999px) {
	.main2 {
		padding-bottom: 50px
	}
}

@media screen and (max-width:768px) {
	.main2 {
		padding-bottom: 20px
	}
}

.main2 .m2-top {
	padding-bottom: 29px
}

.main2 .m2-top .m2_r {
	margin-left: 76px
}

.main2 .m2-top .m2_r a {
	display: block
}

.main2 .m2-top .m2_r .img {
	display: block
}

.main2 .m2-top .title21 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	color: #c9a367;
	text-transform: uppercase;
	background: url(../images/m2title.png) no-repeat right 10px;
	padding-right: 97px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.main2 .m2_ul2 li:first-child{
	margin-left: 0px !important;
}
.main2 .m2-top .title21:hover {
	color: #333
}

.main2 .m2-top p {
	padding-top: 15px;
	padding-bottom: 16px
}

.main2 .m2-top p a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	max-height: 420px;
	overflow: hidden;
	display: block
}

.main2 .m2-top .more {
	display: block;
	width: 200px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #c9a367;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #c9a367;
	margin-top: 26px
}

.main2 .m2-top .more i {
	display: inline-block;
	margin-left: 10px
}

.main2 .m2-top .more:hover {
	background: #c9a367;
	color: #fff
}

@media screen and (max-width:1219px) {
	.main2 .m2-top .m2_r {
		width: 50%
	}
}

@media screen and (max-width:999px) {
	.main2 .m2-top .m2_r {
		width: 100%;
		float: none;
		max-width: 634px;
		margin: 0 auto;
		margin-bottom: 20px
	}
}

@media screen and (max-width:768px) {
	.main2 .m2-top .title21 {
		font-size: 24px;
		font-size: 2.4rem
	}

	.main2 .m2-top p a {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.main2 .m2_ul2 {
	padding-top: 36px
}

.main2 .m2_ul2 li {
	float: left;
	margin-left: 30px;
	margin-top: 0
}

.main2 .m2_ul2 a {
	display: block;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all
}

.main2 .m2_ul2 .m4_wrap {
	background: #fff;
	max-width: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all
}

.main2 .m2_ul2 .m4_wrap img {
	display: block;
	max-width: 380px;
	width: 100%;
	margin: 0 auto
}

.main2 .m2_ul2 .title2 {
	display: block;
	margin-top: 14px;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main2 .m2_ul2 .m4_wen {
	padding-bottom: 39px;
	max-width: 350px;
	width: 95%;
	margin: 0 auto
}

.main2 .m2_ul2 p {
	padding-bottom: 28px
}

.main2 .m2_ul2 p a {
	display: block;
	line-height: 24px;
	max-height: 48px;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main2 .m2_ul2 .more2 {
	display: block;
	width: 137px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c9a367;
	color: #c9a367
}

.main2 .m2_ul2 .more2 i {
	display: inline-block;
	margin-left: 10px
}

.main2 .m2_ul2 .more2:hover {
	background: #c9a367;
	color: #fff
}

.main2 .m2_ul2 li:hover {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
	box-shadow: 0 0 30px rgba(0,0,0,.1)
}

@media screen and (max-width:1219px) {
	.main2 .m2_ul2 li {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%
	}
}

@media screen and (max-width:999px) {
	.main2 .m2_ul2 li {
		margin-top: 30px
	}
}

@media screen and (max-width:640px) {
	.main2 .m2_ul2 .m4_wrap {
		max-width: 95%;
		margin: 0 auto
	}

	.main2 .m2_ul2 .m4_wen {
		max-width: 90%;
		margin: 0 auto
	}

	.main2 .m2_ul2 li {
		width: 98%;
		float: none;
		margin-top: 20px
	}
}

.main3 {
	background: url(../images/main3.jpg) repeat-y center top;
	padding-top: 72px;
	padding-bottom: 69px
}

.main3 .title {
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 40px;
	text-align: center;
	font-family: MontserratBold;
	text-transform: uppercase
}

.main3 .title a {
	color: #fff
}

.main3 .title b {
	display: block;
	width: 119px;
	height: 4px;
	margin: 0 auto;
	background: #fff;
	margin-top: 16px
}

.main3 form {
	max-width: 890px;
	margin: 0 auto;
	margin-top: 55px
}

.main3 form ::-webkit-input-placeholder {
	color: #333
}

.main3 form :-o-placeholder {
	color: #333
}

.main3 form ::-moz-placeholder {
	color: #333;
	opacity: 1
}

.main3 form :-ms-input-placeholder {
	color: #333
}

.main3 .xing {
	background: url(../images/xing.png) no-repeat 10px 17px;
	position: relative;
	z-index: 99
}

.main3 .c_nr21 {
	width: 56.30841%;
	background: #fff;
	background: rgba(255,255,255,.8)
}

.main3 .c_nr2 {
	width: 48.08989%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main3 .c_nr {
	width: 48.08989%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
	background: #fff;
	background: rgba(255,255,255,.8)
}

.main3 .c_div2 {
	width: 100%;
	margin-bottom: 21px;
	background: #fff;
	background: rgba(255,255,255,.8)
}

.main3 .c_captcha, .main3 .c_input {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	height: 50px;
	line-height: 50px;
	border: 1px solid #b6b6b5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main3 .c_input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 19px;
	display: block;
	box-sizing: border-box
}

.main3 .c_textarea {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-family: Arial;
	line-height: 50px;
	padding-left: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 124px;
	border: 1px solid #b6b6b5
}

.main3 .c_yzm {
	display: block;
	cursor: pointer
}

.main3 .c_nr21 {
	font-size: 14px;
	font-size: 1.4rem;
	display: block
}

.main3 .c_nr21 input {
	width: 100%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main3 .c_send {
	width: 100%;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	height: 50px;
	line-height: 50px;
	cursor: pointer
}

.main3 .c_send:hover {
	background: #aaa
}

@media screen and (max-width:768px) {
	.main3 .c_nr {
		width: 100%
	}

	.main3 .c_nr2 {
		width: 100%;
		margin-bottom: 20px
	}

	.main3 .c_nr21 {
		width: 52%
	}

	.main3 .title {
		font-size: 30px;
		font-size: 3rem
	}
}

.list {
	position: relative;
	width: 21.66667%;
	margin-bottom: 50px
}

.list .subNavBox {
	width: 100%;
	margin-bottom: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	padding-bottom: 14px;
	padding-top: 7px
}

.list .subNav {
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	transition: 1s all
}

.list .subNav a {
	display: block;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0;
	padding-left: 20px
}

.list .subNav:hover a {
	color: #c9a367
}

.list .currentDd a {
	color: #c9a367
}

.list .navContent {
	display: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px
}

.list .navContent>li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.list .navContent>li>a {
	display: block;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	padding-left: 49px;
	padding-right: 5px;
	box-sizing: border-box
}

.list .navContent>li:hover>a {
	color: #c9a367
}

.list .navContent>li.on>a {
	color: #c9a367
}

.list .navContent2 {
	display: none;
	position: relative;
	padding-top: 2px;
	padding-bottom: 10px;
	background: #fff;
	border-top: 0;
	margin-top: 4px
}

.list .navContent2>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	padding: 10px 0;
	color: #333;
	padding-left: 45px
}

.list .navContent2>li>a:hover {
	color: #c9a367
}

.list .subNav.currentDd .navContent {
	display: block
}

.list .titlems {
	background: #c9a367;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 64px;
	font-weight: 700;
	margin-bottom: 3px
}

.list .titlems a {
	color: #fff
}

.list .titlems a:hover {
	color: #333
}

.list .dan_p {
	display: none;
	position: absolute;
	right: 5px;
	top: 21px
}

.list .dan_p span {
	margin-bottom: 2px;
	display: block;
	width: 25px;
	height: 4px;
	background-color: #fff
}

.list .title2 {
	margin-bottom: 3px;
	background: #c9a367;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 64px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc
}

.list .title2 a {
	color: #fff
}

.list .title2 a:hover {
	color: #333
}

.list .pro_new {
	background: #f5f5f5;
	padding: 18px 10px 12px;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.list .pro_new .title {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	margin-bottom: 7px
}

.list .pro_new p {
	padding-bottom: 11px
}

.list .pro_new p a {
	display: block;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.list .pro_new p a:hover {
	color: #c9a367
}

.list .pro_new2 {
	border-bottom: 0;
	padding-top: 17px;
	padding-bottom: 15px
}

@media screen and (max-width:1219px) {
	.list .titlems {
		font-size: 24px;
		font-size: 2.4rem
	}

	.list .title2 {
		font-size: 24px;
		font-size: 2.4rem
	}
}

@media screen and (max-width:999px) {
	.list {
		width: 100%;
		float: none;
		padding-bottom: 50px;
		margin-bottom: 0
	}

	.list .dan_p, .list .titlems {
		display: block
	}

	.list .subNavBox {
		display: none
	}

	.list .pro_new .title {
		font-size: 16px;
		font-size: 1.6rem
	}
}


.pro_right {
	width: 74.41667%
}

@media screen and (max-width:999px) {
	.pro_right {
		width: 100%;
		float: none
	}
}

.pro_right .pro_ul {
	padding-bottom: 47px
}

.pro_right .pro_ul li {
	float: left;
	width: 31.35498%;
	margin-left: 2.79955%;
	margin-bottom: 19px
}

.pro_right .pro_ul a {
	display: block
}

.pro_right .pro_ul .wrap {
	border: 1px solid #d2d2d2
}

.pro_right .pro_ul img {
	display: block;
	max-width: 280px;
	width: 100%;
	margin: 0 auto
}

.pro_right .pro_ul .m3lien {
	max-width: 280px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.pro_right .pro_ul .m3lien:hover .m4fu {
	top: 0
}

.pro_right .pro_ul .m4_wrap {
	padding-bottom: 18px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto
}

.pro_right .pro_ul .m4_wrap:hover {
	color: #c9a367
}

.pro_right .pro_ul .m4_wrap:hover .chanmor a {
	background: #c9a367;
	color: #fff
}

.pro_right .pro_ul .m4zi {
	display: block;
	margin: 0 auto;
	max-width: 280px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 10px 0;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pro_right .pro_ul .chanmor {
	text-align: center;
	padding-top: 10px
}

.pro_right .pro_ul .chanmor a {
	display: inline-block;
	text-align: center;
	width: 139px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #c9a367;
	color: #c9a367;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pro_right .pro_ul .chanmor input {
	display: inline-block;
	position: relative;
	top: 2px;
	cursor: pointer;
	margin-right: 15px
}

.pro_right .pro_ul .chanmor a:hover {
	background: #c9a367;
	color: #fff!important
}

.pro_right .pro_ul p {
	padding-bottom: 14px
}

.pro_right .pro_ul p a {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden
}

@media screen and (max-width:1219px) {
	.pro_right .pro_ul li {
		width: 31%;
		margin-left: 1%!important;
		margin-right: 1%
	}
}

@media screen and (max-width:768px) {
	.pro_right .pro_ul li {
		width: 48%;
		margin-left: 1%!important;
		margin-right: 1%
	}

	.pro_right .pro_ul .chanmor a {
		width: 70%;
		font-size: 14px;
		font-size: 1.4rem
	}

	.pro_right .pro_ul .chanmor input {
		margin-right: 10px
	}

	.pro_right .pro_ul p a {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.pro_right .prot_title {
	margin-top: 31px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 29px;
	color: #c9a367
}

.pro_right .prot_title a {
	color: #c9a367
}

.pro_right .prot_title a:hover {
	color: #333
}

@media screen and (max-width:768px) {
	.pro_right .prot_title {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.pro_right .prot_title2 {
	margin-bottom: 9px
}

.pro_right .pro_x2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px
}

.pro_right .pro_x2 a {
	color: #c9a367;
	line-height: 30px;
	color: #c9a367
}

.pro_right .pro_x2 img {
	display: block;
	max-width: 100%
}

.pro_right .pro_x2 iframe {
	display: block;
	max-width: 100%
}

.pro_right .pro_x2 .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc
}

.pro_right .pro_x2 .table table tr td {
	padding: 8px;
	border: 1px solid #ccc
}

@media screen and (max-width:1000px) {
	.pro_right .pro_x2 .table {
		width: 100%;
		overflow: scroll
	}

	.pro_right .pro_x2 .table table {
		width: 885px
	}
}

@media screen and (max-width:767px) {
	.pro_right .pro_x2 {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.pro2_wrapper .prob-pic {
	float: left;
	width: 460px
}

.pro2_wrapper .prob-pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	background-color: #fff
}

.pro2_wrapper .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0
}

.pro2_wrapper .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8
}

.pro2_wrapper .zoomWrapperImage img {
	max-width: 1200px
}

.pro2_wrapper .prob-pic-small {
	position: relative;
	margin-top: 13px;
	padding-left: 55px;
	padding-right: 55px;
	overflow: hidden
}

.pro2_wrapper .prob-pic-btn {
	position: absolute;
	bottom: 0;
	display: block;
	width: 55px;
	height: 112px;
	line-height: 112px;
	font-size: 20px;
	font-size: 2rem;
	color: #c9a367;
	text-align: center
}

.pro2_wrapper .prob-pic-btn.prev {
	left: 0
}

.pro2_wrapper .prob-pic-btn.next {
	right: 0
}

.pro2_wrapper .prob-pic-btn.prev:hover {
	color: #333
}

.pro2_wrapper .prob-pic-btn.next:hover {
	color: #333
}

.pro2_wrapper .prob-pic-list {
	overflow: hidden
}

.pro2_wrapper .prob-pic-list ul {
	width: 10000%;
	overflow: hidden
}

.pro2_wrapper .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: .04%;
	width: .3%
}

.pro2_wrapper .prob-pic-item .item-pic {
	overflow: hidden
}

.pro2_wrapper .prob-pic-item .item-pic img {
	position: relative;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important
}

.pro2_wrapper .prob-pic-item .item-pic:hover img {
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	transform: scale(1)!important
}

.pro2_wrapper .prob-pic-item .item-pic.active img {
	border-color: #ccc
}

.pro2_wrapper .prob-pic-item .item-pic.active:before {
	display: block;
	background: url(../images/prob.png) no-repeat center top
}

.pro2_wrapper .content {
	width: 383px
}

.pro2_wrapper .content .title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 17px
}

.pro2_wrapper .content .title h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 14px
}

.pro2_wrapper .btnt {
	max-width: 340px;
	width: 100%;
	margin-top: 76px
}

.pro2_wrapper .btnt a, .pro2_wrapper .btnt span {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 150px;
	width: 48%;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #c9a367;
	color: #c9a367;
	box-sizing: border-box
}

.pro2_wrapper .btnt a:hover, .pro2_wrapper .btnt span:hover {
	background: #c9a367;
	color: #fff
}

.pro2_wrapper .share1 {
	position: relative;
	display: block;
	width: 240px
}

.pro2_wrapper .share1 .span4 {
	color: #666;
	height: 26px;
	line-height: 26px
}

.pro2_wrapper .at-resp-share-element .at-icon {
	width: 26px!important;
	height: 26px!important
}

.pro2_wrapper .at-style-responsive .at-share-btn {
	padding: 0!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important
}

.pro2_wrapper .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px!important;
	height: 26px!important
}

.pro2_wrapper .at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important
}

.pro2_wrapper .prox {
	color: #333;
	line-height: 30px;
	margin-top: 33px;
	font-size: 16px;
	font-size: 1.6rem
}

.pro2_wrapper .prox a {
	color: #c9a367;
	line-height: 30px;
	color: #c9a367
}

.pro2_wrapper .prox img {
	display: block;
	max-width: 100%
}

.pro2_wrapper .prox iframe {
	display: block;
	max-width: 100%
}

.pro2_wrapper .prox .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc
}

.pro2_wrapper .prox .table table tr td {
	padding: 8px;
	border: 1px solid #ccc
}

@media screen and (max-width:1000px) {
	.pro2_wrapper .prox .table {
		width: 100%;
		overflow: scroll
	}

	.pro2_wrapper .prox .table table {
		width: 885px
	}
}

@media screen and (max-width:1219px) {
	.pro2_wrapper .content {
		width: 251px
	}

	.pro2_wrapper #tsShopContainer {
		margin: 0 auto;
		max-width: 503px;
		width: 100%;
		float: none
	}

	.pro2_wrapper .btnt {
		margin-top: 20px
	}
}

@media screen and (max-width:999px) {
	.pro2_wrapper .content {
		width: 100%;
		float: none;
		padding-top: 20px
	}

	.pro2_wrapper #tsShopContainer {
		display: none
	}

	.pro2_wrapper .btnt {
		margin-top: 20px
	}
}

@media screen and (max-width:638px) {
	.pro2_wrapper .content .title h1 {
		font-size: 20px;
		font-size: 2rem
	}

	.pro2_wrapper .btnt {
		max-width: 339px;
		width: 100%;
		margin-top: 32px
	}

	.pro2_wrapper .btnt a, .pro2_wrapper .btnt span {
		width: 48%
	}

	.pro2_wrapper .img980 .img-list li {
		width: 4.5%;
		margin-right: 1%
	}
}

@media screen and (max-width:1219px) {
	.pro2_wrapper .zoomPad {
		cursor: default!important
	}

	.pro2_wrapper .zoomPup {
		display: none!important
	}

	.pro2_wrapper .zoomWindow {
		display: none!important
	}

	.pro2_wrapper .zoomPreload {
		display: none!important
	}

	.pro2_wrapper .prob-info {
		margin-top: 30px;
		width: 100%;
		height: auto
	}

	.pro2_wrapper .prob-info-link a {
		width: 100%
	}

	.pro2_wrapper .prob-info-desc {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem
	}

	.pro2_wrapper .prob-info-desc p {
		min-height: 10px
	}
}

@media screen and (max-width:999px) {
	.pro2_wrapper .prob-pic-item .item-pic {
		padding-top: 0
	}

	.pro2_wrapper .prob-pic-item .item-pic:before {
		display: none!important
	}

	.pro2_wrapper .prob-pic {
		float: none;
		margin: 0 auto
	}

	.pro2_wrapper .prob-pic-btn {
		top: 50%;
		margin-top: -41px
	}
}

@media screen and (max-width:767px) {
	.pro2_wrapper .prox {
		font-size: 14px;
		font-size: 1.4rem
	}

	.pro2_wrapper .prob-pic {
		width: 100%
	}

	.pro2_wrapper .prob-pic-big {
		display: none
	}

	.pro2_wrapper .prob-pic-small {
		margin-top: 0
	}

	.pro2_wrapper .prob-pic-list ul li {
		width: .45%;
		margin-right: .1%
	}

	.pro2_wrapper .prob-pic-item .item-pic:before {
		display: none!important
	}
}

@media screen and (max-width:534px) {
	.pro2_wrapper .prob-pic-list ul li {
		margin-right: .2%;
		width: 1%
	}
}

.prot_topul {
	background: #f5f5f5;
	padding: 20px 20px 10px 30px;
	margin-bottom: 26px
}

.prot_topul li {
	display: block;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	border-bottom: 2px solid transparent;
	padding: 0 8px;
	padding-bottom: 6px;
	margin-bottom: 11px;
	margin-right: 30px
}

.prot_topul li:hover {
	border-color: #c9a367
}

.prot_topul li:hover a {
	color: #c9a367
}

.prot_topul li.on {
	border-color: #c9a367
}

.prot_topul li.on a {
	color: #c9a367
}

@media screen and (max-width:999px) {
	.prot_topul li {
		margin-right: 10px;
		margin-left: 10px
	}
}

.probot {
	padding-bottom: 92px
}

.probot .img-scroll {
	position: relative;
	width: 100%
}

.probot .img-scroll .hot {
	position: relative;
	top: -37px;
	float: right;
	max-width: 50px;
	width: 100%;
	height: 24px
}

.probot .img-scroll .prev {
	position: absolute;
	display: block;
	width: 22px;
	height: 24px;
	line-height: 24px;
	z-index: 99;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center
}

.probot .img-scroll .next {
	position: absolute;
	display: block;
	width: 22px;
	height: 24px;
	line-height: 24px;
	z-index: 99;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center
}

.probot .img-scroll .prev {
	left: 0;
	cursor: pointer;
	color: #c9a367
}

.probot .img-scroll .next {
	right: 0;
	cursor: pointer;
	color: #c9a367
}

.probot .img-scroll .prev:hover {
	color: #333
}

.probot .img-scroll .next:hover {
	color: #333
}

.probot .img-list {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.probot .img-list ul {
	width: 10000%
}

.probot .img-list li {
	float: left;
	width: 280px;
	margin-right: 26px
}

.probot .img-list .wrap {
	border: 1px solid #d2d2d2;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.probot .img-list .wtop {
	border-top: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px
}

.probot .img-list a {
	display: block
}

.probot .img-list img {
	display: block
}

.probot .img-list .title21 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.probot .img-list p {
	padding-top: 3px;
	padding-bottom: 5px
}

.probot .img-list p a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden
}

@media screen and (max-width:1219px) {
	.probot .img-list li {
		width: .3%;
		margin-right: .05%
	}
}

@media screen and (max-width:999px) {
	.probot .img-list .m4fu {
		top: 0;
		opacity: 0
	}
}

@media screen and (max-width:638px) {
	.probot .img-list li {
		width: .45%;
		margin-right: .1%
	}
}

@media screen and (max-width:400px) {
	.probot .img-list li {
		width: 1%;
		margin: 0 auto
	}
}

.about .ab_top2 {
	padding-bottom: 4px
}

.about .ab_top2 img {
	display: block;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 41px
}

.about .ab_top2 .title {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 33px;
	color: #c9a367
}

.about .ab_top2 .title img {
	width: 94px;
	height: 22px;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0
}

.about .ab_top2 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 31px;
	color: #333
}

@media screen and (max-width:1219px) {
	.about .ab_top2 img {
		width: 50%
	}
}

@media screen and (max-width:999px) {
	.about .ab_top2 img {
		max-width: 632px;
		width: 100%;
		float: none;
		margin: 0 auto
	}

	.about .ab_top2 .title {
		margin-top: 20px
	}

	.about .ab_top2 p {
		margin-bottom: 10px
	}
}

@media screen and (max-width:768px) {
	.about .ab_top2 .title {
		margin-bottom: 10px
	}

	.about .ab_top2 .title img {
		display: none;
		margin-bottom: 0
	}

	.about .ab_top2 p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px
	}
}

.about .slide {
	padding-bottom: 81px
}

.about .slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative
}

.about .slide .slideItem .banner-img {
	display: block;
	width: 100%
}

.about .slide .slideItem {
	display: block
}

.about .slide .carouse .slideItem {
	width: 100%;
	position: absolute
}

.about .slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%
}

.about .slide .dotList {
	text-align: center;
	padding-top: 30px
}

.about .slide .dotList ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #c9a367;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer
}

.about .slide .dotList ul li.active {
	background: #c9a367
}

.about .slide .carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index: 999;
	margin-top: -28px
}

.about .slide .carousel-control.left {
	left: 7%
}

.about .slide .carousel-control.right {
	right: 7%
}

.about .slide .slidedetail {
	display: none
}

@media screen and (max-width:768px) {
	.about .slide .dotList {
		padding-top: 10px
	}
}

.about .slide .ab_ul .li {
	float: left;
	margin-left: 18px
}

@media screen and (max-width:1219px) {
	.about .slide .ab_ul .li {
		width: 31%;
		margin-left: 1%!important;
		margin-right: 1%
	}
}

@media screen and (max-width:768px) {
	.about .slide .ab_ul .li {
		width: 48%;
		margin-left: 1%!important;
		margin-right: 1%;
		margin-bottom: 20px
	}
}

.about .slide .m4fu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%
}

.about .slide img {
	display: block;
	max-width: 388px;
	width: 100%;
	margin: 0 auto
}

.about .slide .m4zi {
	display: block;
	margin: 0 auto;
	max-width: 388px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding-top: 5px;
	color: #333;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.about .slide .m3lien {
	max-width: 388px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.about .slide .m3lien:hover .m4fu {
	top: 0
}

@media screen and (max-width:768px) {
	.about .slide .m4fu {
		top: 0;
		opacity: 0
	}
}

.about2 {
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	padding-bottom: 25px
}

.about2 .title {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center
}

.about2 .title2 {
	padding-top: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: center
}

@media screen and (max-width:999px) {
	.about2 .title {
		font-size: 20px;
		font-size: 2rem
	}

	.about2 .title2 {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.about3 .title {
	margin-bottom: 27px;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center
}

.about3 .abtu3 {
	display: block;
	max-width: 1191px;
	width: 100%;
	margin: 0 auto;
	padding-top: 96px;
	padding-bottom: 94px
}

@media screen and (max-width:999px) {
	.about3 .title {
		font-size: 20px;
		font-size: 2rem
	}

	.about3 .abtu3 {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.about3 .img-scroll {
	position: relative;
	width: 100%
}

.about3 .img-scroll .hot {
	position: relative;
	top: -32px;
	float: right;
	max-width: 68px;
	width: 100%;
	height: 32px
}

.about3 .img-scroll .prev {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -30.5px;
	z-index: 99;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center
}

.about3 .img-scroll .next {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -30.5px;
	z-index: 99;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center
}

.about3 .img-scroll .prev {
	left: 0;
	cursor: pointer;
	color: #343434
}

.about3 .img-scroll .next {
	right: 0;
	cursor: pointer;
	color: #343434
}

.about3 .img-scroll .prev:hover {
	color: #c9a367
}

.about3 .img-scroll .next:hover {
	color: #c9a367
}

.about3 .img-list {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.about3 .img-list ul {
	width: 10000%
}

.about3 .img-list li {
	float: left;
	width: 265px;
	margin-right: 46px
}

.about3 .img-list .m4fu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%
}

.about3 .img-list img {
	display: block;
	max-width: 265px;
	width: 100%;
	margin: 0 auto
}

.about3 .img-list .m4zi {
	display: block;
	margin: 0 auto;
	max-width: 265px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 18px;
	color: #333;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.about3 .img-list .m3lien {
	max-width: 265px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.about3 .img-list .m3lien:hover .m4fu {
	top: 0
}

@media screen and (max-width:1219px) {
	.about3 .img-list li {
		width: .3%;
		margin-right: .05%
	}
}

@media screen and (max-width:999px) {
	.about3 .img-list .m4fu {
		top: 0;
		opacity: 0
	}
}

@media screen and (max-width:638px) {
	.about3 .img-list li {
		width: .45%;
		margin-right: .1%
	}
}

@media screen and (max-width:400px) {
	.about3 .img-list li {
		width: 1%;
		margin: 0 auto
	}
}

.news1-list2 {
	padding-bottom: 50px
}

.news1-list2 .more {
	display: block;
	border: 1px solid #c9a367;
	width: 137px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 56px;
	color: #c9a367
}

.news1-list2 .more i {
	display: inline-block;
	margin-left: 10px
}

.news1-list2 .more:hover {
	background: #c9a367;
	color: #fff
}

@media screen and (max-width:1419px) {
	.news1-list2 .more {
		margin-top: 30px
	}
}

@media screen and (max-width:767px) {
	.news1-list2 .more {
		margin-top: 10px
	}
}

.news1-list2 li {
	padding: 0 0 47px;
	border-bottom: dashed 1px #bcbcbc;
	margin-bottom: 41px
}

.news1-list2 .item-pic {
	width: 380px
}

.news1-list2 .item-pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 380px
}

.news1-list2 .item-pic.l {
	margin-right: 35px
}

.news1-list2 .item-pic.r {
	margin-left: 35px
}

.news1-list2 .item-body {
	overflow: hidden
}

.news1-list2 .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px
}

.news1-list2 .item-title a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.news1-list2 .item-desc {
	line-height: 24px;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news1-list2 .item-desc a {
	color: #333
}

.news1-list2 .item-desc a:hover {
	color: #c9a367
}

@media screen and (max-width:1419px) {
	.news1-list2 .item-pic {
		width: 380px
	}
}

@media screen and (max-width:1219px) {
	.news1-list2 .item-pic.l {
		margin-right: 0
	}

	.news1-list2 .item-pic.r {
		margin-left: 0
	}

	.news1-list2 .item-body {
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width:999px) {
	.news1-list2 {
		padding-bottom: 20px
	}

	.news1-list2 li {
		padding: 20px 0
	}

	.news1-list2 .item-pic {
		width: 300px
	}

	.news1-list2 .item-title {
		font-size: 20px;
		font-size: 2rem
	}

	.news1-list2 .item-date {
		line-height: 24px;
		margin-top: 15px
	}

	.news1-list2 .item-desc {
		line-height: 30px;
		margin-top: 5px
	}

	.news1-list2 .item-btn {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 24px;
		padding-right: 34px;
		margin-top: 15px
	}
}

@media screen and (max-width:767px) {
	.news1-list2 li {
		padding: 15px 0
	}

	.news1-list2 .item-pic {
		width: 300px
	}

	.news1-list2 .item-date {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		margin-top: 10px
	}

	.news1-list2 .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		margin-top: 5px
	}
}

@media screen and (max-width:600px) {
	.news1-list2 .item-pic {
		width: 250px
	}

	.news1-list2 .item-title {
		margin-top: 10px
	}

	.news1-list2 .item-pic {
		width: 100%;
		float: none!important
	}

	.news1-list2 .item-body {
		padding: 0 10px
	}

	.news1-list2 .item-title {
		margin-top: 10px
	}
}

.news2 {
	padding-bottom: 57px
}

.news2 h1 {
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 24px;
	text-align: center;
	color: #333
}

.news2 .new_top2 {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 32px
}

.news2 .time {
	display: inline-block;
	text-align: center;
	position: relative;
	top: -9px;
	line-height: 30px;
	color: #666;
	margin-right: 20px
}

.news2 .time i {
	display: inline-block;
	margin-right: 6px
}

.news2 .share1 {
	position: relative;
	display: inline-block;
	width: 230px;
	margin: 0 auto
}

.news2 .share1 .span4 {
	color: #666;
	height: 26px;
	line-height: 26px
}

.news2 .at-resp-share-element .at-icon {
	width: 26px!important;
	height: 26px!important
}

.news2 .at-style-responsive .at-share-btn {
	padding: 0!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important
}

.news2 .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px!important;
	height: 26px!important
}

.news2 .at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important
}

.news2 .newsx {
	color: #333;
	line-height: 30px;
	margin-bottom: 26px;
	font-size: 16px;
	font-size: 1.6rem
}

.news2 .newsx img {
	display: block;
	max-width: 100%
}

.news2 .newsx iframe {
	display: block;
	max-width: 100%
}

.news2 .newsx a {
	color: #c9a367
}

.news2 .newsx .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc
}

.news2 .newsx .table table tr td {
	padding: 8px;
	border: 1px solid #ccc
}

@media screen and (max-width:1000px) {
	.news2 .newsx .table {
		width: 100%;
		overflow: scroll
	}

	.news2 .newsx .table table {
		width: 885px
	}
}

.news2 .updown {
	border-top: 1px solid #e6e6e6;
	padding: 11px 0
}

.news2 .updown p {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333
}

.news2 .updown p .on {
	color: #c9a367
}

.news2 .updown p a {
	color: #333;
	text-transform: none
}

.news2 .updown p:hover a {
	color: #c9a367
}

.news2 .updown i {
	font-size: 20px;
	font-size: 2rem;
	color: #666;
	margin-right: 5px
}

@media screen and (max-width:999px) {
	.news2 {
		padding-bottom: 30px
	}

	.news2 h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 26px
	}
}

@media screen and (max-width:768px) {
	.news2 .newsx {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px
	}

	.news2 h1 {
		font-size: 18px;
		font-size: 1.8rem
	}

	.news2 .updown p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px
	}
}

.m-ctusinfo {
	width: 42.66667%
}

.m-ctusinfo .box-title {
	line-height: 26px;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 21px
}

.m-ctusinfo .list-item {
	line-height: 34px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333
}

.m-ctusinfo .list-item p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #c9a367;
	line-height: 30px
}

.m-ctusinfo .list-item a {
	color: #333
}

.m-ctusinfo .list-item a:hover {
	color: #c9a367
}

.m-ctusinfo .list-item em {
	color: #c9a367;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	font-size: 2rem
}

@media screen and (max-width:959px) {
	.m-ctusinfo {
		float: none;
		width: 100%
	}
}

.m-ctusform {
	float: right;
	width: 55.66667%;
	overflow: hidden
}

.m-ctusform ::-webkit-input-placeholder {
	color: #666
}

.m-ctusform :-o-placeholder {
	color: #666
}

.m-ctusform ::-moz-placeholder {
	color: #666;
	opacity: 1
}

.m-ctusform :-ms-input-placeholder {
	color: #666
}

.m-ctusform .form-item {
	float: left;
	position: relative;
	margin-bottom: 24px;
	padding-left: 22px;
	line-height: 0;
	font-size: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.m-ctusform .form-item.important {
	background: url(../images/syxing.png) no-repeat 8px 20px
}

.m-ctusform .form-item-1 {
	width: 50%
}

.m-ctusform .form-item-2 {
	width: 100%
}

.m-ctusform .form-item-2.important {
	background: url(../images/syxing.png) no-repeat 8px 20px
}

.m-ctusform .form-item-3 {
	margin-right: 3.29341%;
	width: 29.94012%
}

.m-ctusform .form-item-4 {
	width: 26.34731%;
	height: 54px;
	padding-left: 0;
	line-height: 52px;
	text-align: center;
	background-color: transparent;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2
}

.m-ctusform .form-item-4 img {
	max-height: 52px;
	vertical-align: middle
}

.m-ctusform .form-item-5 {
	float: right;
	border: none;
	width: 37.42515%;
	padding-left: 0
}

.m-ctusform .item-btn1 {
	width: 100%;
	height: 54px;
	padding-left: 0;
	line-height: 54px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	background-color: #c9a367
}

.m-ctusform .item-btn1:hover {
	background: #000
}

.m-ctusform .item-text {
	width: 100%;
	height: 54px;
	line-height: 52px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2
}

.m-ctusform .item-text2 {
	height: 182px;
	line-height: 40px
}

@media screen and (max-width:959px) {
	.m-ctusform {
		float: none;
		margin-top: 30px;
		width: 100%
	}

	.m-ctusform .form-item-4 {
		width: 178px
	}
}

@media screen and (max-width:767px) {
	.m-ctusform .form-item {
		margin-bottom: 15px;
		width: 100%
	}

	.m-ctusform .form-item.important {
		background-position: 5px 13px
	}

	.m-ctusform .item-text {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		font-size: 1.4rem
	}

	.m-ctusform .item-text2 {
		height: 140px
	}

	.m-ctusform .form-item-4 {
		width: 178px
	}
}

.m-ctusmap {
	margin-top: 32px;
	margin-bottom: 104px
}

.m-ctusmap img {
	display: block;
	margin: 0 auto
}

@media screen and (max-width:999px) {
	.m-ctusmap {
		margin-top: 15px;
		margin-bottom: 30px
	}

	.m-ctusinfo .box-title {
		font-size: 16px;
		font-size: 1.6rem
	}
}

@font-face {
	font-family: MontserratBold;
	src: url(../images/MontserratBold.eot);
	src: url(../images/MontserratBold.eot) format("embedded-opentype"), url(../images/MontserratBold.woff2) format("woff2"), url(../images/MontserratBold.woff) format("woff"), url(../images/MontserratBold.ttf) format("truetype"), url(../images/MontserratBold.svg#MontserratBold) format("svg")
}
/*# sourceMappingURL=style.css.map */


.listcart {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.listcart a {
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 120px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #c9a367;
	cursor: pointer;
	border: 1px solid #c9a367;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}

.listcart a:hover {
	border: #c9a367 solid 1px;
	background: #c9a367;
	color: #fff!important;
}

@media screen and (max-width:999px) {

	.listcart {
		width: 100%;
	}
}

@media screen and (max-width:420px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 10px;
		margin-left: 2.5%;
		margin-right: 2.5%;
		box-sizing: border-box;
	}
}

.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}

.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}

.ppp {
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

 
input , textarea {
	-webkit-user-select: auto;
}

@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
}

@font-face {
	font-family:iconfont;src:url(fonts/iconfont.eot?t=1569805611567);src:url(fonts/iconfont.eot?t=1569805611567#iefix) format('embedded-opentype'),url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),url(fonts/iconfont.woff?t=1569805611567) format('woff'),url(fonts/iconfont.ttf?t=1569805611567) format('truetype'),url(fonts/iconfont.svg?t=1569805611567#iconfont) format('svg')
}

.footer .title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	line-height: 30px
}

.footer .title a {
	color: #aeaeae
}

.footer .title b {
	display: block;
	width: 117px;
	height: 1px;
	background: #aeaeae;
	margin-top: 10px
}

.footer .footer_left {
	float: left;
	width: 224px
}

.footer .footer_left2 {
	float: left;
	width: 224px;
	margin-left: 78px
}

.footer .footer_center {
	float: left;
	margin-left: 83px;
	width: 289px
}

.footer .ftx_ul {
	margin-top: 10px
}

.footer .ftx_ul li {
	line-height: 30px;
	color: #aeaeae
}

.footer .ftx_ul li a {
	color: #aeaeae
}

.Links {
	line-height: 36px;
	min-height: 36px
}

.Links a {
	display: inline-block;
	padding-right: 15px;
	color: #aeaeae
}

@media screen and (max-width:1219px) {
	.footer .footer_left {
		width: 140px
	}

	.footer .footer_center {
		margin-left: 20px
	}

	.footer .ftx_ul {
		min-height: 200px
	}
}

@media screen and (max-width:999px) {
	.footer .footer_left {
		width: 49%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0
	}

	.footer .footer_left2 {
		width: 49%;
		float: right;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0
	}

	.footer .footer_center {
		width: 49%;
		float: left;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:768px) {
	.footer .footer_left,.footer .footer_left2 {
		display: none
	}

	.footer .footer_center {
		display: none
	}

	.Links {
		display: none
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	z-index: 99999999999999999999999999999999999999
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif
}

.baguetteBox-button#next-button {
	right: 2%;
	display: block!important
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block!important
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

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

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

.iconfont {
	font-family: iconfont!important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
	content: "\e620"
}

.icon-pinterest:before {
	content: "\e8ab"
}

.icon-linkedin:before {
	content: "\e648"
}

.icon-youtube:before {
	content: "\e6d6"
}

.icon-twitter:before {
	content: "\e607"
}

.icon-top15:before {
	content: "\e65b"
}

.icon-instagram:before {
	content: "\e79d"
}

.icon-search:before {
	content: "\e7ae"
}

.icon-search6:before {
	content: "\e7b4"
}

.icon-whatsapp1:before {
	content: "\e7c4"
}

.icon-skype1:before {
	content: "\e7c9"
}

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block!important;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%
}

.banner .slick-prev {
	left: 6%;
	background-image: url(images/header_l.png)
}

.banner .slick-next {
	right: 6%;
	background-image: url(images/header_r.png)
}

@media screen and (max-width:959px) {
	.banner {
		display: block
	}

	.banner .slick-arrow {
		display: none!important
	}
}

.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block
}

.slick-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide img {
	display: block
}

.slick-initialized .slick-slide {
	display: block
}

header,section {
	display: block
}

* {
	margin: 0;
	padding: 0
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	width: 100%;
	overflow-x: hidden;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	max-width: 1920px;
	margin: 0 auto
}

a {
	color: #333;
	text-decoration: none;
	outline: 0;
	focus-ring-color: transparent;
	-webkit-focus-ring-color: transparent;
	-moz-focus-ring-color: transparent
}

li,ul {
	list-style: none
}

img {
	max-width: 100%;
	border: 0 solid #ccc
}

input {
	border: none;
	background: 0 0;
	font-family: inherit
}

button {
	border: none;
	background: 0 0
}

i {
	font-style: normal
}

.l {
	float: left
}

.r {
	float: right
}

.fix:after,.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.mln {
	margin-left: 0!important
}

.wp {
	width: 1200px;
	margin: auto
}

@media screen and (min-width:1220px) {
	.wp {
		width: 1200px;
		margin: auto
	}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
	.wp {
		width: 980px;
		margin: auto
	}
}

@media screen and (max-width:999px) {
	.wp {
		width: 95%;
		margin: auto
	}
}

.j-offset-top {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.j-offset-top.run {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}[class*="-item"] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.m-kf {
	position: fixed;
	z-index: 9998;
	right: 0;
	top: 30%
}

.m-kf .kf-item {
	display: table;
	line-height: 0;
	font-size: 0;
	margin-bottom: 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	width: 69px;
	height: 69px;
	background: #13c1f3;
	text-align: center
}

.m-kf .iconfont {
	font-size: 30px;
	font-size: 3rem;
	line-height: 69px;
	display: block;
	text-align: center;
	color: #f4eeeb
}

.m-kf .kf-item3 {
	color: #157eee
}

@media screen and (max-width:767px) {
	.m-kf {
		right: 0;
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		background: #c9a367
	}

	.m-kf .kf-item {
		width: 20%;
		text-align: center;
		max-width: 40px;
		height: 40px;
		background: #c9a367
	}

	.m-kf .iconfont {
		line-height: 40px;
		font-size: 22px;
		font-size: 2.2rem
	}

	body {
		padding-bottom: 40px
	}
}

.returntop {
	position: fixed;
	z-index: 9999;
	right: 6px;
	bottom: 30px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 0;
	display: none
}

.returntop i {
	display: block;
	width: 44px;
	height: 44px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 44px;
	font-size: 4.4rem;
	color: #c9a367
}

@media screen and (max-width:959px) {
	.returntop {
		right: 10px;
		bottom: 65px;
		width: 36px;
		height: 36px;
		font-size: 36px;
		background-size: contain
	}
}

.wap-hd-nav {
	display: none
}

.wap-nav {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 999999999999999;
	position: fixed;
	top: -5px;
	right: 0;
	display: block
}

.wap-nav .shejiao a {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px
}

.wap-nav .shejiao i {
	font-size: 28px;
	font-size: 2.8rem;
	color: #c9a367
}

.wap-nav .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll
}

.wap-nav .nav span {
	font-family: arial,helvetica,sans-serif
}

.wap-nav .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
	position: relative
}

.wap-nav .nav form .iptc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left
}

.wap-nav .nav form i {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 20px;
	font-size: 2rem;
	z-index: 99
}

.wap-nav .nav>ul {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.wap-nav .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative
}

.wap-nav .nav>ul>li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url(images/shizi.png) center center no-repeat
}

.wap-nav .nav>ul>li>a {
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block
}

.wap-nav .nav>ul>li .c-show {
	display: none;
	width: 100%
}

.wap-nav .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	margin-right: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px
}

.wap-nav .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.wap-nav .nav>ul>dl {
	padding: 20px
}

.wap-nav .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 9999
}

.wap-nav .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #c9a367
}

.menubtn,.wap-nav {
	display: none
}

@media screen and (max-width:959px) {
	.menubtn,.wap-nav {
		display: block
	}

	.wap-hd-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #c9a367
	}

	.wap-hd-nav-item {
		width: 25%
	}

	.wap-hd-nav-item a {
		display: block;
		padding: 5px 0;
		line-height: 20px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		background-color: #363636
	}

	.wap-hd-nav-item a.active {
		color: #fff;
		background-color: #c9a367
	}
}

.header .search {
	width: 31px;
	height: 31px;
	margin-left: 11px;
	margin-top: 32px
}

.header .inpu {
	display: block;
	width: 31px;
	height: 31px
}

.header .inpu i {
	color: #696969;
	font-size: 30px;
	font-size: 3rem
}

.header_form {
	display: none;
	margin-left: -167px;
	border: 1px solid #333;
	background: #fff;
	width: 200px;
	height: 31px;
	line-height: 31px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	z-index: 999
}

.header_form .tex {
	background: 0 0;
	padding-left: 7px;
	width: 100%;
	line-height: 33px;
	height: 33px;
	display: inline-block;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.header_form .sub {
	position: absolute;
	top: 0;
	right: 0;
	height: 33px;
	width: 33px;
	font-size: 0;
	z-index: 99
}

.header_form i {
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 20px;
	color: #c9a367
}

 

.header .logo img {
	display: block;
	max-width: 140px;
	width: 100%;
	margin: 0 auto
}

.header_ul1>li {
	float: left;
	margin-left: 9px;
	margin-right: 0;
	position: relative
}

.header_ul1>li>a {
	color: #333;
	line-height: 88px;
	padding: 0 12px;
	display: block;
	border-top: 4px solid transparent;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase
}

.header_ul1 li.on>a {
	color: #fff;
	border-color: #a37835;
	background: #c9a367
}

.dan_header {
	padding: 10px 0;
	display: none;
	width: 200px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	background: rgba(255,255,255,.8);
	z-index: 999999
}

.dan_header>ul>li {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 30px;
	padding-left: 23px;
	position: relative;
	left: 0
}

.dan_header>ul>li>a {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 24px;
	display: block
}

@media screen and (max-width:1219px) {
	.header_ul1>li {
		margin-left: 0;
		margin-right: 0
	}

	.header_ul1>li>a {
		padding: 0 10px
	}
}

@media screen and (max-width:999px) {
	.dan_header {
		display: none!important
	}

	.header {
		position: relative
	}

	.header_ul1>li>a {
		font-size: 14px;
		font-size: 1.4rem
	}
}

@media screen and (max-width:959px) {
	.header .search {
		position: absolute;
		right: 5px;
		top: 0
	}

	.header_ul1 {
		display: none
	}

	.header .logo {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 200px;
		margin-top: 24px;
		margin-bottom: 24px
	}
}

.main1 #content .chanxn {
	display: none;
	padding-top: 17px;
	width: 100%
}

.main1 .m1_ul3 li {
	display: block;
	width: 23.33333%;
	margin-left: 2.16667%;
	float: left;
	background: #f2f2f2;
}


.main1 .m1_ul3 li:first-child{
	margin-left: 0px !important;
}


.main1 .m1_ul3 .wrap {
	 
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main1 .m1_ul3 .wtop {
	 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px
}

.main1 .m1_ul3 a {
	display: block;
	text-align: center
}

.main1 .m1_ul3 img {
	display: block
}

.main1 .m1_ul3 .title21 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.main1 .m1_ul3 p {
	padding-top: 3px;
	padding-bottom: 5px
}

.main1 .m1_ul3 p a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden
}

@media screen and (max-width:768px) {
	.main1 .m1_ul3 li {
		width: 48%;
		margin-left: 1%!important;
		margin-right: 1%;
		margin-bottom: 20px
	}
}