#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; }

@font-face{font-family:'FontAwesome';font-display: swap;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: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('../fonts/iconfont.eot?t=1570845639792'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1570845639792#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAXQAAsAAAAAC9AAAAWDAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCENAqIfIc5ATYCJAMwCxoABCAFhG0HgRAbKwoRFaR1kX11YBszH+7BwBDL0wYV2oYDkKIxLG7za32W5X6Ph//2+98+M3OvfzUSyaT76uKZRRMLxTWRfmqETING8hLe8e+mF15qnlI1S6DmqdoEGjYnE9Mw/xIzZOJOAJipjtKXScOUBv122Otu7HfS5VNE6wEAAvwIhzDjkf+31vJZu8Ms6W/gsVDinxWd4e3gc4tLOquIpc0kDYmQxCySrlQuhYgOcS7sJtBOjbu+TqC3gy/sVHouCdoKtgJx11vpOtDOtSstuaFtrWtuLeI9aGjTC95F4F2Y+fgPh0KbpMr4Taeb0xoh8Xnyi0+IUTNVIgaY7QkM7iJjD1CI7Vr3C6B4Zg+kn/0cdxPAPGNI+pX8nHzh9oJ6sfnFjhePXnxST8qFri9I/8fF2A3zUkjgS/RvXpIVlVqj1ekNRI3sEaHPfHB9FVtD8IusIfHbtYbMbzeuECXBVaAUuBp0M7gGdAe4FvQRuA70I7ge9BO8hmO6ZRVYA3EAIH4Ch8/DTCWL+yoJLTknRrdkHsdrZ5ijZC3CSt9EV39qDp+g9RXPKNULofK5QP60SakUqFRChYKSy8uNSUYkmwalsow1N1+wEKMWEp4L+ALpIgKjtEw0R8x0TJuaXJsb3SvoosamwnGNxXRzyTj5U3Jzl7MeWpsqFzILpHzBIomFcDG76CXIup1MbnLV3FhTU7aYNafaFkhbD+9u1kNDGq4ISMpQ6F21YI3XVoWFyUKVj2xdg1RwUEIpEY6FiqXGuQqG9Mqrj++oMVJvQQK1kJVJ+OEVW5mrfYeVElVC3FWmqG5/ZK/kiKLyp0IdE6xzSbkeu5XZQugu4vhosSx9CtC0THJY6tm4hfFq2soekXj398Qh1qeq3LuZkx5MVj8+rrC1UWgI+kO4AlemJEAk3V9bjYlEvGoZEomrMQTESaLqN328xUt4ntHbb+/jkdEbIB4fswKbtyfDHcRjUsOmlpSIx2J1DaZgde0iHx5faw1g4nR4VbzDBGkYDz9Hb6u9t08ueEPgHYaE/2HRXk3bXRty/2qFhtWENxPax9FmH4jhJeuHzbwjhoj3RPPUeWB790iFLS4/asMWFqPhY+l6cwiK9+gPZvTUucD75uV8cvTU6OWzf8jXQ1jg3IMGA0ySTV3T5mahQOToPmIuFQorM0uyHbLse3rsMx1yNrmOfRZhFots8ziYFcxMKvn6ycmTvPmCPvEMHgSaj9JH8Et2uHM7t0p3cdNtXWymc7uWDJO5POrqehe38iZzicvWsUvHgnr8d9zeHr8p6BNPT4+oOygajw6iw79/w0CuREO/fh8mx+59YGBiY3JUfdREPz4+3BDeikdG06K5KJLbE2QyndtNRcmi06CHqTmy5iMmM/0kDlsytPN9dwb+XEPFQmpawfpmbNVE/4hy7dA432Qm+rGc5onf/Lc1RrHftPX+P9t+nCHP0C0TZpDvA2gl1MpPQ1GuK3ONO8YyXR17qsDoGGjw6eJ68fCzGJh3fx9sSW37HbKlFJLGFmStnb4S2gOVwRGotY5Cb7eMuwcL+gCJ0mGXyQ6EWTshmfYVslmXfCV0DyrL3kFtNhD0LmJmjxw43aNcnRQYhaPXn0rLnTdduorir8jfjZGsFpY/IX05Tql/YHH+gg6yjSv6T56pevLCLZ2dt6FpmIJwBatRoRpOcUBz3S9FltvBSorAKBx5/UlpufP+1roq/f0V+bsx0rLorPkT0pcHJ6lIovBd7E616LGk9p88ozTliR/EckvOJNDIDJNQf1IFq5FijalwEtNmXmtH+2ftI74PepyGMVJpumFatuN6fmjdgxFbHCbK4TBt4HU/kzIvAinjpketPoan6Tj+dg0bd5h1P2V51TTonJG1KpREExgA') format('woff2'),
  url('../fonts/iconfont.woff?t=1570845639792') format('woff'),
  url('../fonts/iconfont.ttf?t=1570845639792') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1570845639792#iconfont') format('svg'); /* iOS 4.1- */
}

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

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

.icon-top8:before {
  content: "\e654";
}

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

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

.icon-left19:before {
  content: "\e754";
}

.icon-right19:before {
  content: "\e755";
}

.icon-download8:before {
  content: "\e7a7";
}

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

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

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}


.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 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.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: 5px !important; }

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

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 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: 0px; top: 0px; font-size: 0px; }

.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: 0px; margin-bottom: 0px; 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 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.wap-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #c49e57; }

.wap-nav, .menubtn { display: none; }

@media screen and (max-width: 959px) { .wap-nav, .menubtn { 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: #c49e57; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #c49e57; } }

/*# sourceMappingURL=nav.css.map */

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .slideItem .banner-img { display: block; width: 100%; }

.slide .slideItem { display: block; }

.slide .carouse .slideItem { width: 100%; position: absolute; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .dotList { text-align: center; position: absolute; bottom: 37px; left: 50%; margin-left: -102px; }

.slide .dotList ul li { display: inline-block; width: 19px; height: 19px; background: url(../images/yao_hui.png) no-repeat center center; margin-left: 6px; margin-right: 6px; cursor: pointer; }

.slide .dotList ul li.active { width: 68px; height: 15px; background: url("../images/yao_1.png") no-repeat center center; }

.slide .carousel-control { position: absolute; top: 50%; width: 53px; height: 114px; z-index: 999; margin-top: -52px; }

.slide .carousel-control.left { left: 0%; background: url(../images/header_l.png) no-repeat center center; cursor: pointer; }

.slide .carousel-control.right { right: 0%; background: url(../images/header_r.png) no-repeat center center; cursor: pointer; }

.slide .carousel-control.left:hover { background: url(../images/header_lh.png) no-repeat center center; }

.slide .carousel-control.right:hover { background: url(../images/header_rh.png) no-repeat center center; }

.slide .slidedetail { display: none; }

.dan999 { display: block; }

.dan998 { display: none; }

@media screen and (max-width: 999px) { .slide .dotList { bottom: 3px; }
  .dan999 { display: none; }
  .dan998 { display: block; } }

/*# sourceMappingURL=slide.css.map */

article, aside, dialog, footer, header, main, section, nav, figure, menu { display: block; }

.j-lazy { min-width: 20%; }

* { margin: 0px; padding: 0px; }

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: none; 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: #c49e57; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; 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: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.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: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -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; } }

/* .f-xx end */
.l { float: left; }

.r { float: right; }

.fix { *zoom: 1; }

.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; } }

/* .m-xx end */
/* .j-xx start */
.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; }

/* .j-xx end */
[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: #c49e57; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #c49e57; }

.m-crm { padding-top: 53px; padding-bottom: 18px; line-height: 30px; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; color: #fff; background: url(../images/crm.jpg) repeat-y center top; margin-bottom: 71px; }

.m-crm .wp { padding-left: 30px; background: url(../images/crmwp.png) no-repeat left 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-crm a { color: #fff; }

.m-crm a:hover { text-decoration: underline; }

.m-crm a.active { text-decoration: underline; }

@media screen and (max-width: 767px) { .m-crm { margin-bottom: 30px; } }

.m-page { padding-bottom: 126px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; width: 34px; height: 34px; line-height: 32px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: center; border: 1px solid #e2dede; -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; }

.m-page a.big { width: 61px; }

.m-page a:hover { color: white; border-color: #c49e57; background-color: #c49e57; }

.m-page a.active { color: white; border-color: #c49e57; background-color: #c49e57; }

.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 img { display: inline-block; position: relative; top: 5px; margin-left: 5px; margin-right: 8px; }

.m-page .ins { margin-left: 14px; min-width: 171px; display: inline-block; height: 30px; line-height: 28px; text-align: center; border: none; outline: none; background-color: #c49e57; color: #fff; font-size: 16px; font-size: 1.6rem; cursor: pointer; padding-left:3xp; padding-right:3px; margin-bottom:10px; }
.m-page .addtocar { margin-left: 14px; min-width: 121px; display: inline-block; height: 30px; line-height: 28px; text-align: center; border: none; outline: none; background-color: #c49e57; color: #fff; font-size: 16px; font-size: 1.6rem; cursor: pointer; padding-left:3xp; padding-right:3px;margin-bottom:10px; }
.m-page .add { min-width: 260px\0; }

.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; } }

.returntop { position: fixed; *position: absolute; 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: #c49e57; }

@media screen and (max-width: 959px) { .returntop { right: 60px; bottom: 65px; width: 30px; height: 30px; background-size: contain; }
.returntop i { display: block; width: 30px; height: 30px; -moz-border-radius: 50%; border-radius: 50%; font-size: 30px; font-size: 3rem; color: #c49e57; }
 }

.wap-hd-nav { display: none; }

.wap-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.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: #c49e57; }

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 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: 0px; top: 0px; font-size: 0px; }

.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: 0px; margin-bottom: 0px; 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: 20px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.wap-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #c49e57; }

.wap-nav, .menubtn { display: none; }

@media screen and (max-width: 959px) { .wap-nav, .menubtn { 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: #c49e57; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #c49e57; } }

/* hdlang */
.m-hdlang { position: relative; height: 48px; display: block; margin-left: 40px; }

.m-hdlang .lang-click { position: relative; display: block; width: 105px; height: 48px; line-height: 48px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 11px; -moz-border-radius: 5px; border-radius: 5px; font-size: 14px; font-size: 1.4rem; color: #000000 !important; }

.m-hdlang .lang-click:before { content: ""; position: absolute; right: 5px; width: 15px; height: 100%; background: url("../images/lang2.png") no-repeat center; }

.m-hdlang .lang-list { position: absolute; display: none; top: 100%; left: 0; width: 100%; padding: 10px 0; background-color: #f8f7f7; border: 1px solid #fff; z-index: 99; }

.m-hdlang .list-item { padding: 0 5px; }

.m-hdlang .list-item a { display: block; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #666; text-align: center; }

.m-hdlang .list-item a:hover { color: #fff; background-color: #c49e57; }

.m-hdlang .list-item a.active { color: #fff; background-color: #c49e57; }

/* search */
.header .search { width: 31px; height: 31px; margin-left: 20px; margin-top: 43px; }

.header .inpu { display: block; width: 31px; height: 31px; }

.header .inpu i { color: #333; font-size: 24px; font-size: 2.4rem; }

.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: transparent; 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: 0px; right: 0px; height: 33px; width: 33px; font-size: 0px; cursor: pointer; z-index: 99; }

.header_form i { position: absolute; top: 1px; right: 5px; font-size: 20px; color: #c49e57; }

/* header_top */
.header_top { background: #f3f3f3; line-height: 48px; }

.header_top p { font-size: 14px; font-size: 1.4rem; color: #999999; }

.header_top a { color: #999999; }

.header_top a:hover { color: #c49e57; }

/* header */
.header .wp { position: relative; }

.header .logo img { display: block; max-width: 230px; width: 100%; margin: 0 auto; }

.header_ul1 { margin-left: 49px; margin-top: 40px; }

.header_ul1 > li { float: left; margin-left: 45px; position: relative; padding-bottom: 34px; }

.header_ul1 > li:hover .dan_header { display: block; }

.header_ul1 > li > a { color: #333; line-height: 38px; display: block; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

.header_ul1 > li:hover > a, .header_ul1 li.on > a { color: #ff7e0e; }

.dan_header { display: none; width: 200px; position: absolute; left: 0px; top: 85%; z-index: 999999; text-align: left; padding-top: 10px; }

.dan_header > ul { background: #fff; }

.dan_header > ul > li { line-height: 30px; position: relative; left: 0px; }

.dan_header > ul > li > a { padding: 10px 5px; padding-left: 23px; position: relative; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: block; }

.dan_header > ul > li:hover > a { background: #c49e57; color: #fff; }

.dan_header > ul > li:hover .dan_sanheader { display: block; }

.dan_sanheader { display: none; width: 200px; position: absolute; left: 100%; top: 0px; z-index: 999999; }

.dan_sanheader > ul { background: #fff; }

.dan_sanheader > ul > li { line-height: 30px; position: relative; }

.dan_sanheader > ul > li > a { padding: 10px 5px; padding-left: 23px; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: block; }

.dan_sanheader > ul > li:hover > a { background: #c49e57; color: #fff; }

.dan_sanheader > ul > li:hover .dan_sanheader2 { display: block; }

.dan_sanheader2 { display: none; width: 200px; position: absolute; left: 100%; top: 0px; z-index: 999999; }

.dan_sanheader2 > ul { background: #fff; }

.dan_sanheader2 > ul > li { line-height: 30px; position: relative; }

.dan_sanheader2 > ul > li > a { padding: 10px 5px; padding-left: 23px; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: block; }

.dan_sanheader2 > ul > li:hover > a { background: #c49e57; color: #fff; }

@media screen and (max-width: 1219px) { .header_ul1 > li { margin-left: 4px; margin-right: 8px; } }

@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_right { display: none; }
  .m-hdlang { margin-right: 20px; margin-left: 10px; }
  .header .logo { float: none; margin: 0 auto; width: 100%; max-width: 200px; margin-top: 10px; margin-bottom: 10px; } }

@media screen and (max-width: 768px) { .slide .carousel-control { display: none; } }

/* footer */
/* footer */
.footer { background: url(../images/footer.jpg) repeat-y center top; padding-top: 33px; }

.footer a:hover { color: #c49e57 !important; }

.footer .title { font-size: 24px; font-size: 2.4rem; color: #ffffff; line-height: 59px; padding-left: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-transform: uppercase; background: url(../images/ftu1.png) no-repeat left top; }

.footer .title a { color: #ffffff; }

.footer .footer_left { float: left; width: 256px; margin-left: 155px; }

.footer .footer_center { float: right; margin-left: 12px; width: 306px; }

.footer .footer_right { float: left; width: 403px; }

.footer .ftx_ul { margin-top: 19px; }

.footer .ftx_ul li { line-height: 35px; color: #ffffff; }

.footer .ftx_ul li a { color: #ffffff; }

.footer .ftx_ul li i { color: #c49e57; font-size: 16px; font-size: 1.6rem; display: inline-block; margin-right: 5px; }

.footer .shejiao { padding-top: 19px; }

.footer .shejiao a { display: block; float: left; width: 32px; height: 32px; line-height: 32px; text-align: center; margin-left: 6px; border-radius: 5px; position: relative; top: 0px; }

.footer .shejiao a:hover { top: -5px; }

.footer .shejiao svg { display: block; width: 32px; height: 32px; }

.footer .shejiao img { display: block; width: 32px; height: 32px; }

.footer_right ::-webkit-input-placeholder { /* WebKit browsers */ color: #333; }

.footer_right :-o-placeholder { /* Mozilla Firefox 4 to 18 */ color: #333; }

.footer_right ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #333; opacity: 1; }

.footer_right :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #333; }

.footer_right form { margin-top: 32px; }

.footer_right .c_nr { width: 48.13896%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 11px; }

.footer_right .c_div2 { width: 100%; margin-bottom: 10px; }

.footer_right .c_input, .footer_right .c_captcha { font-size: 14px; font-size: 1.4rem; color: #333; height: 32px; line-height: 32px; }

.footer_right .c_input { font-family: Arial; background: #fff; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 6px; display: block; box-sizing: border-box; }

.footer_right .c_textarea { background: #fff; font-size: 14px; font-size: 1.4rem; color: #333; font-family: Arial; line-height: 32px; padding-left: 6px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 128px; }

.footer_right .c_yzm { display: block; float: right; cursor: pointer; max-height:31px; }

.footer_right .c_captcha { font-family: Arial; background: #fff; font-size: 14px; font-size: 1.4rem; display: block; float: left; padding-left: 6px; width: 250px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 10px; font-size: 12px; font-size: 1.2rem; }

.footer_right .c_send {cursor: pointer; float: right; width: 100%; margin-top: 11px; font-family: Arial; background: #ff7e0e; color: #fff; height: 32px; line-height: 32px; text-transform: uppercase; cursor: pointer; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; }

.footer_right .c_send:hover { background: #aaa; }

.footer_bot { color: #fff; padding-bottom: 12px; padding-top: 73px; }
.footer_bot img{ vertical-align: middle;}
.footer_bot a:hover { color: #c49e57 !important; }

.footer_bot .Links { min-height: 26px; line-height: 26px; }

.footer_bot .Links a { display: inline-block; padding-right: 15px; color: #fff; }

.footer_bot a { display: inline-block; color: #fff; }

.footer_bot p { color: #fff; line-height: 34px; }

.footer_bot p a { display: inline-block; color: #fff; }

@media screen and (max-width: 1219px) { .footer .footer_left { float: left; width: 203px; margin-left: 40px; } }

@media screen and (max-width: 999px) { .footer .footer_left { width: 50%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 0px; }
  .footer .footer_center { width: 50%; float: left; margin-left: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .footer .footer_right { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 20px; } }

@media screen and (max-width: 768px) { .footer { padding-top: 16px; padding-bottom: 16px; }
  .footer .footer_left { width: 100%; float: none;margin-right: 0 }
  .footer .footer_center { width: 100%; float: none;margin-right: 0 }
  .footer .footer_right { width: 100%; float: none;margin-right: 0;margin-bottom: 0 }
  .footer .title{position: relative;width: 100%;box-sizing: border-box; padding-right: 32px;margin-bottom: 10px;cursor: pointer}
  .footer .title::after {position: absolute;right: 2px;top: 50%;transform: translateY(-50%);margin-top: -1px;
        font-family: iconfont;content: "\e725";font-size: 18px; font-size: 1.8rem;}
    .footer .footer_right form, .footer .ftx_ul{display: none}
        /*.Links { display: none; }*/
  .footer_bot { border-top: 0px; padding-bottom: 80px; padding-top: 20px; }
  .footer_bot p { float: none; }
  .footer_bot .shejiao { float: none; }
  .footer_bot .shejiao a { margin-left: 0px; margin-right: 20px; margin-top: 10px; } }

.main_main { background: url(../images/main_main.png) repeat-y center top; }

@media screen and (max-width: 999px) { .main_main { background: none; } }

.mainwp { background: url(../images/mainwp.png) repeat-y center top; }

.m2_topbj { background: url(../images/m2_topbj.png) no-repeat center top, url(../images/m2_botbjon.png) no-repeat center bottom; }

@media screen and (max-width: 999px) { .m2_topbj { background: none; } }

.main_title { text-align: center; padding-top: 138px; font-family: "MINIONPRO-BOLD"; }

.main_title a { font-size: 72px; font-size: 7.2rem; line-height: 72px; color: #c49e57; }
.main_title a:hover{ color:#333;}
@media screen and (max-width: 999px) { .main_title { padding-top: 100px; }
  .main_title a { font-size: 50px; font-size: 5rem; line-height: 50px; } }

@media screen and (max-width: 768px) { .main_title { padding-top: 40px; }
  .main_title a { font-size: 30px; font-size: 3rem; line-height: 30px; } }

/*==========main1==================*/
.main1 { background: url(../images/main1.jpg) no-repeat center top; }

.main1 .wp { padding-top: 123px; }

.main1 .m1_l { width: 38.33333%; }

.main1 .m1_r { width: 47.5%; }

.main1 .m1_title { font-family: "MINIONPRO-BOLD"; padding-top: 32px; }

.main1 .m1_title a { font-size: 72px; font-size: 7.2rem; line-height: 72px; color: #c49e57; }
.main1 .m1_title a:hover{ color:#333;}
@media screen and (max-width: 999px) { .main1 .m1_title { padding-top: 20px; }
  .main1 .m1_title a { font-size: 50px; font-size: 5rem; line-height: 50px; } }

@media screen and (max-width: 768px) { .main1 .m1_title { padding-top: 10px; }
  .main1 .m1_title a { font-size: 30px; font-size: 3rem; line-height: 30px; } }

.main1 p { margin-top: 42px; margin-bottom: 47px; font-size: 16px; font-size: 1.6rem; line-height: 30px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;}

.main1 p a { display: block; }

.main1 .more { display:inline-block; min-width: 122px; height: 39px; line-height: 39px; background: #c49e57; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; padding-left:3px; padding-left:3px; }
.main1 .more:hover{ background:#734b00; color:#fff;}

.main1 .litop { max-width: 570px; width: 100%; position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }

.main1 .litop iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.main1 .litop iframe body { margin: 0px !important; }

@media screen and (max-width: 1219px) { .main1 p { padding-top: 20px; padding-bottom: 20px; } }

@media screen and (max-width: 768px) { .main1 { background: none; }
  .main1 .wp { padding-top: 30px; }
  .main1 .m1_l { width: 100%; float: none; margin: 0 auto; padding-bottom: 30px; }
  .main1 .m1_r { max-width: 570px; width: 100%; float: none; margin: 0 auto; }
  .main1 p  { font-size: 14px; font-size: 1.4rem; } }

/*==========main2==================*/
.main2 .m2_top { padding-top: 146px; padding-bottom: 62px; display: block; }

.main2 .m2_top .img { width: 33.5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 37px; border: 1px dashed #8f2749; }

.main2 .m2_top .img a { display: block; }

.main2 .m2_top .img img { display: block; max-width: 327px; width: 100%; margin: 0 auto; }

.main2 .m2_top .m2_text { width: 62.91667%; }

.main2 .m2_top .title { font-size: 36px; font-size: 3.6rem; font-weight: bold; color: #c49e57; font-family: Arial; padding-top: 30px; padding-bottom: 37px; display: block; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.main2 .m2_top .title:hover { color: #333; }

.main2 .m2_top .title::before { content: ""; position: absolute; left: 0px; top: 0px; background: #c49e57; width: 32px; height: 2px; }

.main2 .m2_top .title::after { content: ""; position: absolute; left: 100px; bottom: 0px; background: #c49e57; width: 64px; height: 1px; }

.main2 .m2_top p { padding-left: 100px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    margin-top: 56px; margin-bottom: 65px;
    font-size: 16px; font-size: 1.6rem; line-height: 30px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.main2 .m2_top p a {  display: block; }

.main2 .m2_top .more { padding-left: 100px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.main2 .m2_top .more a { background: #c49e57; color: #fff; display:inline-block; min-width: 100px; height: 32px; line-height: 32px; text-align: center; padding-left:3px; padding-right:3px; }

.main2 .m2_top .more a:hover { background: #734b00; }

.main2 .m2_top2 p { padding-left: 0px; }

.main2 .m2_top2 .more { padding-left: 0px; }

.main2 .m2_top2 .img { border-color: #efd4c8; }

.main2 .m2_top2 .m2_text { width: 54.08333%; }

.main2 .m2_top2 .title { font-size: 36px; font-size: 3.6rem; font-weight: bold; color: #c49e57; font-family: Arial; padding-top: 30px; padding-bottom: 37px; display: block; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.main2 .m2_top2 .title:hover { color: #333; }

.main2 .m2_top2 .title::before { content: ""; position: absolute; left: 100px; top: 0px; background: #c49e57; width: 32px; height: 2px; }

.main2 .m2_top2 .title::after { content: ""; position: absolute; left: 0px; bottom: 0px; background: #c49e57; width: 64px; height: 1px; }

.main2 .m2top1bj { background: url(../images/m2top1bj.png) no-repeat center top; }

.main2 .m2top1bj2 { background: url(../images/m2top1bj2.png) no-repeat center top; }

.main2 .m2top1bj3 { background: url(../images/m2top1bj3.png) no-repeat center top; }

.main2 .m2top1bj4 { background: url(../images/m2top1bj4.png) no-repeat center top; }

@media screen and (max-width: 999px) { .main2 .m2_top { padding-top: 30px; padding-bottom: 40px; background: none; }
  .main2 .m2_top .title { padding: 10px 0px; }
  .main2 .m2_top p { margin-top: 10px; margin-bottom: 10px; } }

@media screen and (max-width: 768px) { .main2 .m2_top .title { font-size: 24px; font-size: 2.4rem; line-height: 30px; }
  .main2 .m2_top .m2_text { float: none; width: 100%; }
  .main2 .m2_top .img { float: none; width: 100%; max-width: 327px; margin: 0 auto; margin-bottom: 20px; }
  .main2 .m2_top p  { font-size: 14px; font-size: 1.4rem; } }

/*==========main3==================*/
.main3 { padding-bottom: 137px; padding-top: 85px; }

.main3 .m3_title { font-family: "MINIONPRO-BOLD"; padding-top: 32px; /*padding-right: 114px*/; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.main3 .m3_title a { font-size: 72px; font-size: 7.2rem; line-height: 72px; color: #fff; }

.main3 .m3_title a:hover { color: #333; }

@media screen and (max-width: 999px) { .main3 .m3_title { padding-top: 20px; }
  .main3 .m3_title a { font-size: 50px; font-size: 5rem; line-height: 50px; } }

@media screen and (max-width: 768px) { .main3 .m3_title { padding-top: 10px; padding-right: 0px; text-align: center; }
  .main3 .m3_title a { font-size: 30px; font-size: 3rem; line-height: 30px; } }

.main3 .m3_ul { font-family: Arial; padding-top: 96px; font-size:0; letter-spacing:0; }

.main3 .m3_ul li { display:inline-block; vertical-align:top; width: 32.75%; margin-left: 0.83333%; }

.main3 .m3_ul .wrap { position: relative; }

.main3 .m3_ul .wrap:hover .wrap2 { border-color: #e19305; }

.main3 .m3_ul a { display: block; }

.main3 .m3_ul img { display: block; margin: 0 auto; max-width: 358px; width: 90%; }

.main3 .m3_ul .title2 a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.main3 .m3_ul .wrap2 { background: #fff; border: 12px solid #eedcbb; padding: 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: -149px; padding-top: 163px; padding-bottom: 87px; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; transition: 1s all; }

.main3 .m3_ul .time { color: #c49e57;font-size: 14px; font-size: 1.4rem; }

.main3 .m3_ul .time i { font-size: 16px; font-size: 1.6rem; }

.main3 .m3_ul .title2 { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 30px; padding-top: 20px; }
.main3 .m3_ul p{font-size: 14px; font-size: 1.4rem; line-height: 30px;overflow: hidden;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.main3 .m3_ul p a { display:block}

.main3 .m3_ul .more { position: absolute; right: 12px; bottom: 12px; display: block; min-width: 100px; height: 32px; line-height: 32px; text-align: center; background: #c49e57; color: #fff;ont-size: 14px; font-size: 1.4rem;  }

.main3 .m3_ul .more a { color: #fff; }

.main3 .m3_ul .more:hover { background: #333; }

@media screen and (max-width: 999px) { .main3 .m3_ul { padding-top: 30px; } }

@media screen and (max-width: 768px) { .main3 .m3_ul li { width: 98%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 30px; } }

@media screen and (max-width: 999px) { .main3 { background: #c49e57; padding-top: 50px; } }

@media screen and (max-width: 768px) { .main3 { padding-bottom: 30px; } }

/*==========about==================*/
.about .title { color: #c49e57; text-align: center; font-family: "MINIONPRO-BOLD"; font-size: 48px; font-size: 4.8rem; }

.about p { font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.about .wp .ab-con{padding-bottom: 40px; }
.about .litop { max-width: 570px; width: 100%; position: relative; padding-bottom: 36%; margin: 0 auto; height: 0; overflow: hidden; margin-bottom: 17px; }

.about .litop iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.about .litop iframe body { margin: 0px !important; }

.about .ab_ul .li { display: block; float: left; width: 31.41667%; margin-left: 2.83333%; }

.about .ab_ul img { display: block; margin: 0 auto; }

.about .ftx_ul { padding-top: 30px; }

.about .ftx_ul .p { font-size: 20px; font-size: 2rem; line-height: 48px; }

@media screen and (max-width: 1219px) { .about .title { font-size: 30px; font-size: 3rem; line-height: 40px; } }

@media screen and (max-width: 999px) { .about .ftx_ul .p { font-size: 18px; font-size: 1.8rem; line-height: 30px; } }

@media screen and (max-width: 768px) { .about .ftx_ul .p { font-size: 16px; font-size: 1.6rem; line-height: 30px; }
  .about p { font-size: 14px; font-size: 1.4rem; padding-top: 20px; padding-bottom: 20px; } }

.ab_bottom { margin-top: 83px; padding-bottom: 22px; background: #f7f6f6; -webkit-box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.2); box-shadow: 1px 0px 18px rgba(0, 0, 0, 0.2); margin-bottom: 81px; }

.ab_bottom .ab_titlke { padding: 0px 10px; font-size: 24px; font-size: 2.4rem; font-weight: bold; text-align: center; line-height: 30px; padding-top: 43px; }

@media screen and (max-width: 768px) { .ab_bottom { margin-top: 40px; }
  .ab_bottom .ab_titlke { font-size: 20px; font-size: 2rem; } }

.m-ctusform { padding: 43px 32px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform ::-webkit-input-placeholder { /* WebKit browsers */ color: #999999; }

.m-ctusform :-o-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999999; }

.m-ctusform ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; opacity: 1; }

.m-ctusform :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999999; }

.m-ctusform .form-item { position: relative; margin-bottom: 22px; 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/star2.png") no-repeat 0px 19px; }

.m-ctusform .form-item-1 { width: 49%; }

.m-ctusform .form-item-2 { width: 100%; }

.m-ctusform .form-item-2.important { background: url("../images/star2.png") no-repeat 0px 19px; }

.m-ctusform .form-item-3 { margin-right: 1.83333%; width: 79.75%; }

.m-ctusform .form-item-4 { width: 118px; height: 35px; padding-left: 0; line-height: 35px; 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 #cccccc; margin-right: 10px; float: right; }

.m-ctusform .form-item-4 img { max-height: 35px; vertical-align: middle; }

.m-ctusform .form-item-5 { border: none; width: 26.91667%; padding-left: 0; margin: 0 auto; float: none; }

.m-ctusform .item-btn1 { width: 100%; height: 35px; padding-left: 0; line-height: 35px; color: #ffffff; font-size: 16px; font-size: 1.6rem; text-align: center; text-transform: uppercase; background-color: #ff7e0e; height: 49px; line-height: 49px; cursor:pointer; }

.m-ctusform .item-text { width: 100%; height: 35px; line-height: 52px; background: #fff; padding-left: 14px; padding-right: 14px; font-size: 14px; font-size: 1.4rem; color: #999999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cccccc; }

.m-ctusform .form-item-1:nth-child(2n-1){ float: left;}
.m-ctusform .form-item-1:nth-child(2n){ float: right;}

.m-ctusform .item-text2 { height: 129px; line-height: 40px; }

@media screen and (max-width: 959px) { .m-ctusform { float: none; width: 100%; }
  .m-ctusform .form-item-3 { width: 76%; } }

@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: 117px; float: left; } }

.m-ctusmap img { display: block; margin: 0 auto; }

/*==========product==================*/
.product .prr { width: 895px; float: right; margin-bottom:20px;}

.product .list { width: 272px; margin-bottom: 50px; position: relative; }

.product .list .title1 { width: 100%; background: #734b00; text-align: center; }

.product .list .title1 a { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; font-size: 18px; font-size: 1.8rem; line-height: 40px; color: #fff; text-transform: uppercase; }
.product .list .title1 span { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; font-size: 18px; font-size: 1.8rem; line-height: 40px; color: #fff; text-transform: uppercase; }

.product .list .subNavBox { width: 100%; margin-bottom: 44px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; }

.product .list .subNav { cursor: pointer; background: #c49e57; margin-top: 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.product .list .subNav a { display: block; line-height: 20px; padding: 10px 59px; padding-left: 30px; background: url(../images/projiah.png) no-repeat right 0px; color: #fff; font-size: 18px; font-size: 1.8rem; }

.product .list .subNav:hover a { background: #c49e57 url(../images/projianh.png) no-repeat right 0px; color: #fff; }

.product .list .currentDd a { background: #c49e57 url(../images/projianh.png) no-repeat right 0px; color: #fff; }

.product .list .navContent { background-color: #f7f6f6; display: none; position: relative; padding: 0px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 6px; }

.product .list .navContent > li { border-bottom: 1px dashed #c49e57; }

.product .list .navContent > li > a { line-height: 26px; padding: 5px 0px; padding-right: 16px; padding-left: 36px; display: block; color: #333; }

.product .list .navContent > li > a:hover { color:#888888 }

.product .list .navContent > li.on > a { color:#888888  }

.product .list .navContent2 { background-color: #f6f6f6; display: none; position: relative; top: 0px; text-align: left; padding: 0px; padding-bottom: 15px; padding-top: 11px; border: none; margin-bottom: 0px; }

.product .list .navContent2 > li > a { display: block; line-height: 24px; padding-left: 80px; background: url(../images/navContent2.png) no-repeat 70px 9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.product .list .navContent2 > li > a:hover { color: #888888; }

.product .list .navContent2 > li.on > a { color: #888888; }

.product .list .navContent2 > li > a:hover .navContent3 { display: block; }

.product .dan_ttile { display: block; width: 100%; font-size: 18px; font-size: 1.8rem; line-height: 40px; margin-top: 30px; margin-bottom: 10px; }

.product .dan_titlr { padding-top: 20px; }

.product .dan_titlr a { line-height: 30px; color: #c49e57; margin-right: 10px; display: inline-block; border: 1px dashed #c49e57; padding: 0px 20px; margin-bottom: 10px; }

.product .dan_titlr a:hover { color: #fff; background: #c49e57; }

.product .dan_titlr a.on { color: #fff; background: #c49e57; }

@media screen and (max-width: 1219px) { .product .prr { width: 683px; }
  .product .list { margin-bottom: 30px; } }

@media screen and (max-width: 999px) { .product .prr { width: 100%; float: none; }
  .product .list { width: 100%; float: none; } }

.product .titlems { position: relative; }

.product .titlems a { text-align: left; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.product .dan_p { display: none; position: absolute; right: 5px; top: 11px; }

.product .dan_p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: #fff; }

@media screen and (max-width: 999px) { .product .dan_p { display: block; }
  .product .list .subNavBox { display: none; margin-bottom: 20px; }
  .product .list .title1 { margin-bottom: 20px; } }

.product .dan_title { font-size: 18px; font-size: 1.8rem; color: #c49e57; line-height: 30px; font-weight: bold; }

.product .dan_title2 { margin-bottom: 9px; display: block; display: block; color: #555555; line-height: 26px; overflow: hidden; }

.product .dur_ul { padding-bottom: 38px; }

.product .dur_ul li { float: left; width: 31.55556%; margin-left: 2.44444%; margin-bottom: 22px; background: #fff;}

.product .dur_ul li:hover .wrap_top { border-color: #c49e57; }

.product .dur_ul li a { display: block; }

.product .dur_ul li img { display: block; }

.product .dur_ul .wrap_top { position: relative; overflow: hidden; margin-bottom: 2px; border: 10px solid #eedcbb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; transition: 1s all; }

.product .dur_ul .prot_top { text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 9px; padding-bottom: 5px; }

.product .dur_ul .prot_top .title { display: inline; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.product .dur_ul .prot_top:hover { color: #c49e57; }

.product .dur_ul .prot_top:hover .title { color: #c49e57; }

.product .dur_ul .more { text-align: center; padding-bottom: 17px; }

.product .dur_ul .more a { display: inline-block; min-width: 106px; height: 30px; line-height: 28px; text-align: center; border: 1px solid #999999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #666666; font-size: 14px; font-size: 1.4rem; padding-left:3px; padding-right:3px;}

.product .dur_ul .more a:hover { background: #c49e57; color: #fff; border-color: #c49e57; }

.product .dur_ul .more input { display: inline-block; margin-right: 10px; }

@media screen and (max-width: 1219px) { .product .dur_ul li { width: 31%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 999px) { .product .dur_ul .wrap_top .fu { top: 0px; opacity: 0; } }

@media screen and (max-width: 768px) { .product .dur_ul li { width: 31%; margin-bottom: 30px; }
  .product .dur_ul .more input { margin-right: 5px; }
  .product .dur_ul .more a { width: 68%; max-width: 106px; }
  .product .dur_ul .prot_top .title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 468px) { .product .dur_ul li { width: 48%; margin-bottom: 30px; } }

.product .dur_ul2 li { float: left; width: 21.33333%; margin-left: 4.55556%; }

.product .dur_ul2 li:hover .wrap_top { border-color: #c49e57; }

.product .dur_ul2 li a { display: block; }

.product .dur_ul2 li img { display: block; border: 1px dashed #eedcbb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.product .dur_ul2 .wrap_top { position: relative; overflow: hidden; margin-bottom: 2px; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; transition: 1s all; }

.product .dur_ul2 .prot_top { text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 9px; padding-bottom: 5px; }

.product .dur_ul2 .prot_top .title { display: inline; color: #555555; line-height: 30px; }

.product .dur_ul2 .prot_top a { color: #555; display: block; }

.product .dur_ul2 .prot_top a:hover { color: #c49e57; }

.product .dur_ul2 .prot_top a:hover .title { color: #c49e57; }

@media screen and (max-width: 1219px) { .product .dur_ul2 li { width: 23%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 768px) { .product .dur_ul2 .prot_top .title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 468px) { .product .dur_ul2 li { width: 48%; margin-top: 20px; } }

.product .pro_x2 { color: #333; line-height: 30px; background: url(../images/dan_titlr2.png) repeat-x center top; padding-top: 20px; }

.product .pro_x2 p { color: #333; }

.product .pro_x2 a { color: #c49e57; line-height: 30px; color: #c49e57; }

.product .pro_x2 img { display: block; max-width: 100%; }

.product .pro_x2 iframe { display: block; max-width: 100%; }

.product .pro_x2 .table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.product .pro_x2 .table table tr td { padding: 8px; border: 1px solid #ccc; }

.product .pro_x2 .table table tr:nth-child(odd) td { background: #fff; }

@media screen and (max-width: 1000px) { .product .pro_x2 .table { width: 100%; overflow: scroll; }
  .product .pro_x2 .table table { width: 885px; } }

@media screen and (max-width: 768px) { .product .pro_x2 { font-size: 14px; font-size: 1.4rem; } }

.product .pro_x3 { color: #555; line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-bottom:30px; }

.product .pro_x3 p { color: #555; }

.product .pro_x3 a { color: #c49e57; line-height: 30px; color: #c49e57; }

.product .pro_x3 img { display: block; max-width: 100%; }

.product .pro_x3 iframe { display: block; max-width: 100%; }

.product .pro_x3 .table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.product .pro_x3 .table table tr td { padding: 8px; border: 1px solid #dedede; }

.product .pro_x3 .table table tr td:first-child { background: #ebf4f6; }

@media screen and (max-width: 1000px) { .product .pro_x3 .table { width: 100%; overflow: scroll; }
  .product .pro_x3 .table table { width: 885px; } }

@media screen and (max-width: 768px) { .product .pro_x3 { font-size: 14px; font-size: 1.4rem; } }

.product .prot_title2 { padding-top: 67px; padding-bottom: 30px; font-size: 28px; font-size: 2.8rem; line-height: 30px; text-align: center; text-transform: uppercase; }

.product .prot_title2 a { color: #c49e57; }

.product .prot_title2 a:hover { color: #333; }

@media screen and (max-width: 999px) { .product .prot_title2 { padding-top: 30px; } }

.product .prot_titlee { margin-top: 56px; padding-bottom: 19px; margin-bottom: 33px; font-size: 20px; font-size: 2rem; font-weight: bold; background: url(../images/prot_titlee.png) no-repeat left bottom; }

@media screen and (max-width: 999px) { .product .prot_titlee { margin-top: 30px; } }

@media screen and (max-width: 768px) { .product .prot_titlee { margin-top: 20px; margin-bottom: 10px; } }

.product .prot_bottom { padding-bottom: 50px; }

@media screen and (max-width: 999px) { .product .prot_bottom { padding-bottom: 0px; } }

.product .m3_ul li { margin-top: 0px; }

.product .m3_ul li .wrap_bottom .title { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media screen and (max-width: 768px) { .product .m3_ul li { padding-bottom: 30px; } }

.dan_titlr2 { padding-top: 34px; margin-top: 20px; margin-bottom: 112px; background: url(../images/dan_titlr2.png) repeat-x center top; font-size: 16px; font-size: 1.6rem; }

.dan_titlr2 a { line-height: 34px; color: #c49e57; margin-right: 10px; display: inline-block; border: 1px dashed #c49e57; padding: 0px 20px; margin-bottom: 10px; }

.dan_titlr2 a:hover { color: #fff; background: #c49e57; }

.dan_titlr2 a.on { color: #fff; background: #c49e57; }

@media screen and (max-width: 999px) { .dan_titlr2 { margin-bottom: 50px; } }

@media screen and (max-width: 768px) { .dan_titlr2 { margin-top: 10px; margin-bottom: 50px; } }

/*pro2_wrapper */
.pro2_wrapper .prob-pic { float: left; width: 412px; }

.pro2_wrapper .prob-pic-big { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #eaeaea; 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: 7px; overflow: hidden; }

.pro2_wrapper .prob-pic-btn { position: absolute; z-index: 999; bottom: 0px; display: block; width: 40px; height: 82px; line-height: 82px; font-size: 45px; font-size: 4.5rem; color: #a4a1a3; }

.pro2_wrapper .prob-pic-btn.prev { left: 0; text-align: left; }

.pro2_wrapper .prob-pic-btn.next { right: 0; text-align: right; }

.pro2_wrapper .prob-pic-btn.prev:hover { color: #c49e57; }

.pro2_wrapper .prob-pic-btn.next:hover { color: #c49e57; }

.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: 0.027%; width: 0.23%; }

.pro2_wrapper .prob-pic-item{position: relative;}
.pro2_wrapper .prob-pic-item .item-pic2 { overflow: hidden; margin: 0 auto; display: block; }

.pro2_wrapper .prob-pic-item .item-pic2 img { position: relative; border: 1px dashed #c49e57; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; display: block; }

.pro2_wrapper .prob-pic-item .item-pic2.active img { border-color: #eaeaea; }

.pro2_wrapper .prob-pic-item .item-pic2.active:before { display: block; }

.prob-pic .prob-pic-item .item-pic,.prob-pic .prob-pic-item .item-video { display:block; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.prob-pic .prob-pic-item .item-pic img,.prob-pic .prob-pic-item .item-video img{display: block; max-width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;  border: 1px dashed #c49e57;}
.prob-pic .prob-pic-item .item-pic.active  img,.prob-pic .prob-pic-item .item-video.active img{ border-color: #eaeaea;}

.prob-video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 0; font-size: 0; overflow: hidden; z-index: 8; display: none; }
.prob-video iframe,.prob-video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.prob-video.show { display: block; }

.prvi{position:relative; padding-bottom:100%; overflow:hidden; display: none}
.prvi iframe,.prvi video{position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;}


.pro2_wrapper .content { width: 461px; margin: 0 auto; }

.pro2_wrapper .content .title { padding-bottom: 10px; }

.pro2_wrapper .content .title h1 { font-size: 24px; font-size: 2.4rem; font-weight: bold; color: #333333; line-height: 30px; }

.pro2_wrapper .btnt { max-width: 269px; width: 100%; margin-top: 27px; }

.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; min-width: 127px; width: 48%; height: 42px; line-height: 40px; text-align: center; border: 1px dashed #c49e57; color: #333; box-sizing: border-box; }

.pro2_wrapper .btnt a:hover, .pro2_wrapper .btnt span:hover { background: #c49e57; color: #fff; border-color: #c49e57; }

.pro2_wrapper .share1 { position: relative; display:inline-block; min-width: 220px; margin-bottom: 10px; }

.pro2_wrapper .share1 .span4 { color: #333; height: 24px; line-height: 24px; }

.pro2_wrapper .at-resp-share-element .at-icon { width: 24px !important; height: 24px !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: 24px !important; height: 24px !important; }

.pro2_wrapper .at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.pro2_wrapper .prot_down { margin-bottom: 20px; color: #fff; background: #f7f6f6; text-align: center; margin-top: 93px; padding-top: 30px; padding-bottom: 30px; }

.pro2_wrapper .prot_down a { background: #734b00; color: #fff; display: block; width: 127px; height: 34px; line-height: 34px; margin: 0 auto; }

.pro2_wrapper .prot_down:hover { background: #c49e57; }

@media screen and (max-width: 1219px) { .pro2_wrapper .prot_down { margin-bottom: 20px; margin-top: 20px; } }

.pro2_wrapper .prox { color: #333; line-height: 30px; padding-top: 20px; margin-top: 2px; background: url(../images/dan_titlr2.png) repeat-x center top; }

.pro2_wrapper .prox a { color: #c49e57; line-height: 28px; color: #c49e57; }

.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 .prob-pic { float: none; margin: 0 auto; }
  .pro2_wrapper .content { width: 100%; float: none; margin: 0 auto; padding-top: 20px; }
  .pro2_wrapper #tsShopContainer { margin: 0 auto; max-width: 503px; width: 100%; float: none; }
  .pro2_wrapper .btnt { margin-top: 20px; }
  .pro2_wrapper .content .title { padding-bottom: 10px; } }

@media screen and (max-width: 999px) { .pro2_wrapper .content { width: 100%; float: none; }
  .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: 0.45%; margin-right: 0.1%; }
  .pro2_wrapper .prob-pic-item .item-pic:before { display: none !important; }
    .pro2_wrapper .prob-pic-small .prob-pic-item .item-video{ display:none}
	.prvi{ display: block;}
}

@media screen and (max-width: 534px) { .pro2_wrapper .prob-pic-list ul li { margin-right: .2%; width: 1%; } }

/*==========news==================*/
.news { padding: 0px; margin: 0px; background: #fff; }

.news .m3_ul { padding-top: 0px; margin-top: 0px; }

.news .m3_ul li { margin-bottom: 38px; }

.news .new_top2 { padding-top: 10px; text-align: center; padding-bottom: 7px; }

.news h1 { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; text-align: center; color: #333; }

.news .time { display: inline-block; text-align: center; position: relative; line-height: 30px; color: #c49e57; margin-right: 20px; }

.news .time i { display: inline-block; margin-right: 6px; font-size: 16px; font-size: 1.6rem; color: #c49e57; }

.news .share1 { position: relative; display: inline-block; min-width: 220px; margin: 0 auto; }

.news .share1 .span4 { color: #666666; height: 24px; line-height: 24px; }

.news .at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.news .at-style-responsive .at-share-btn { padding: 0 !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }

.news .at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.news .at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.news .newsx { margin-bottom: 69px; line-height: 30px; padding-top: 40px; background: url(../images/dan_titlr2.png) repeat-x center top; }

.news .newsx a { color: #c49e57; }

.news .newsx img { display: block; max-width: 100%; }

.news .newsx iframe { display: block; max-width: 100%; }

.news .newsx .table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.news .newsx .table table tr td { padding: 8px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .news .newsx { margin-bottom: 40px; }
  .news .newsx .table { width: 100%; overflow: scroll; }
  .news .newsx .table table { width: 885px; } }

.news .updown_top { background: url(../images/dan_titlr2.png) repeat-x center top; padding-top: 27px; padding-bottom: 120px; }

.news .updown { font-size: 16px; font-size: 1.6rem; }

.news .updown p { display: inline-block; line-height: 30px; color: #333333; }

.news .updown p .on { color: #c49e57; }

.news .updown p a { color: #333333; text-transform: none; }

.news .updown p:hover a { color: #c49e57; }

.news .updown em { color: #333333; }

.news .updown i { position: relative; top: 4px; font-size: 26px; font-size: 2.6rem; color: #333333; margin-right: 10px; display: inline-block; line-height: 21px; text-align: center; }

@media screen and (max-width: 999px) { .news { padding-bottom: 30px; }
  .news h1 { font-size: 20px; font-size: 2rem; line-height: 26px; }
  .news .updown { float: none; margin-top: 20px; }
  .news .share1 { float: none; margin-left: 0px; } }

@media screen and (max-width: 768px) { .news .new_top2 { padding-bottom: 10px; margin-bottom: 20px; }
  .news .share1, .news .time { display: block; }
  .news h1 { font-size: 18px; font-size: 1.8rem; }
  .news .newsx { font-size: 14px; font-size: 1.4rem; }
  .news .updown p { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
	.news .updown_top{padding-bottom: 20px;}
}

/*-------------1-3-about us start----------------------------------------------------------*/
.news1-list2 .more { display:inline-block; min-width: 100px; height: 32px; line-height: 32px; background: #c49e57; text-align: center; color: #fff; margin-top: 34px; padding-left:3px; padding-right:3px;}
.news1-list2 .more:hover{ background:#734b00; color:#fff;}

.news1-list2 li { padding: 0 0 63px; background: url(../images/dan_titlr2.png) repeat-x center bottom; margin-bottom: 55px; }

.news1-list2 li:last-child { margin-bottom: 0px; background: none; }

.news1-list2 .item-pic1 { width: 313px; }

.news1-list2 .item-pic1 img { width: 100%; display: block; margin: 0 auto; max-width: 313px; }

.news1-list2 .item-pic1.l { margin-right: 27px; }

.news1-list2 .item-pic1.r { margin-left: 27px; }

.news1-list2 .item-body { overflow: hidden; }

.news1-list2 .item-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 23px; }

.news1-list2 .item-date { color: #c49e57; line-height: 30px; height: 60px; margin-top: 7px; }

.news1-list2 .item-desc { line-height: 30px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; margin-top: 17px; }
.news1-list2 .item-desc a{ display:block}

@media screen and (max-width: 1219px) { .news1-list2 .item-pic1.l { margin-right: 0; }
  .news1-list2 .item-pic1.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-pic1 { width: 313px; }
  .news1-list2 .item-date { line-height: 24px; margin-top: 15px; }
  .news1-list2 .item-desc { margin-top: 5px; } }

@media screen and (max-width: 767px) { .news1-list2 li { padding: 15px 0; }
  .news1-list2 .item-title { margin-top: 10px; font-size: 20px; font-size: 2rem; }
  .news1-list2 .item-pic1 { width: 300px; }
  .news1-list2 .more { margin-top: 10px; }
  .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-pic1 { width: 250px; }
  .news1-list2 .item-title { margin-top: 10px; font-size: 16px; font-size: 1.6rem; }
  .news1-list2 .item-pic1 { width: 100%; float: none !important; }
  .news1-list2 .item-body { padding: 0 10px; }
  .news1-list2 .item-title { margin-top: 10px; } }

/*download*/
.download-list li { background: url(../images/dan_titlr2.png) repeat-x center bottom; margin-bottom: 40px; min-height: 91px; }

.download-list .item-btnbox2 { display: none; }

.download-list .item-btnbox { height: 29px; margin-top: 16px; margin-left: 102px; }

.download-list .item-btn { display: inline-block; min-width: 163px; height: 33px; line-height: 31px; text-align: center; font-size: 16px; font-size: 1.6rem; background: #c49e57; color: #fff; padding-left:3px; padding-right:3px; }

.download-list .item-btn i { display: inline-block; margin-right: 4px; font-size: 18px; font-size: 1.8rem; }

.download-list .item-btn:hover { background-color: #734b00; color: #FFFFFF; border-color: #c49e57; }

.download-list .item-body { overflow: hidden; }

.download-list .item-body .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; }

.download-list .item-body .item-title i { color: #c49e57; font-size: 20px; font-size: 2rem; }

.download-list .item-body .item-desc { line-height: 20px; margin-top: 2px; }

.download-list .item-body .item-desc a { color: #555555; }

.download-list .item-body .item-desc a:hover { color: #bbb; }

@media screen and (max-width: 999px) { .download-list { padding-bottom: 50px; }
  .download-list .item-body { padding: 0px 0 30px; }
  .download-list .item-body { min-height: auto; } }

@media screen and (max-width: 767px) { .download-list { padding-bottom: 30px; }
  .download-list .item-btnbox { height: 29px; margin-top: 40px; margin-left: 30px; }
  .download-list .item-icon { height: 32px; }
  .download-list .item-body { padding: 20px 0 20px; }
  .download-list .item-body .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; }
  .download-list .item-body .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

@media screen and (max-width: 600px) { .download-list li { padding-bottom: 30px; }
  .download-list .item-btnbox { float: none; width: 200px; margin: 0 auto; }
  .download-list .item-btnbox1 { display: none; }
  .download-list .item-btnbox2 { display: block; } }

@font-face { font-family: "MINIONPRO-BOLD"; src: url("../fonts/MINIONPRO-BOLD.woff2") format("woff2"), url("../fonts/MINIONPRO-BOLD.woff") format("woff"), url("../fonts/MINIONPRO-BOLD.ttf") format("truetype"), url("../fonts/MINIONPRO-BOLD.eot") format("embedded-opentype"), url("../fonts/MINIONPRO-BOLD.svg") format("svg"); font-weight: normal; font-style: normal; }

/*# sourceMappingURL=style.css.map */




/*  main6  */
.main6{ padding-bottom:85px; padding-top:50px; margin-top:60px; background:#e0e0e0;}
.main6 .m2a{ text-align:center;}
.m6n{ font-size:0px; padding-top:20px;}
.m6n:after{ content:""; clear:both; display:block;}
.m6lie{ width:22.66%; display:inline-block; vertical-align:top; *float:left; margin-left:2.78%; margin-bottom:25px;}
.m6tu{ display:block; padding-bottom:100%; position:relative;}
.m6tu img{ position:absolute; max-width:100%; max-height:100%; left:50%; top:50%; transform:translate(-50%,-50%);}
.m6zi{ display:block; font-size:16px; font-size:1.6rem; text-align:center; line-height:30px; margin-top:11px; }
.main6 a:hover{ color:#f8921b;}

@media screen and (max-width:1269px) {
.m6n{ margin-left:0px;}
}
@media screen and (max-width:999px) {
.main6{ padding-bottom:35px;}
.m6zi{ font-size:14px; font-size:1.4rem; line-height:24px;}
}
@media screen and (max-width:669px) {
.main6{ padding-top:33px; padding-bottom:35px;}
.m6lie{ width:48%; margin-left:1% !important; margin-right:1%;}
.m6zi{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:6px;}
}



.main12{}
.main12 .m1tu{ float:right;}
.main12 .m1zi{ float:left;}
.m1tun{ position:relative;}
.m1tun iframe,.m1tun video{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.attribute{font-size: 16px; padding-top:10px; padding-bottom:30px;}
.attribute .box{margin-top: 30px;}
.attribute .name span{display: inline-block;color: #fff; font-size:20px; font-size:2rem; transition:0.5s;}
.attribute .name{ line-height: 36px; padding:10px; padding-right:30px; background:#c49e57; box-sizing: border-box;cursor: pointer;color: #fff;margin-bottom: 5px;position: relative; transition:0.5s;}

.attribute .name i{color: #fff;position: absolute;right: 10px;top:50%; margin-top:-10px; line-height:20px; font-size:12px; font-size:1.2rem; transition:0.5s; transform:rotate(90deg);}
.attribute .name.active{ background:#c49e57;}
.attribute .name.active span{color: #fff;}
.attribute .name.active i{ transform:rotate(270deg); color:#fff;}
.attribute .item-box{ box-sizing: border-box; max-height: 180px;overflow-y: auto;display: none; cursor: pointer; background:#eaeaea; padding:20px 10px; margin-bottom:10px;}
.attribute .item-box label{ display:block; cursor:pointer; display:inline-block; vertical-align:middle;}
.attribute .item-box>div{color: #666f66; position:relative; display:inline-block; vertical-align:middle; margin-right:15px;}
.attribute .item-box p input{ display:inline-block; vertical-align:middle;}
.attribute .item-box div span{overflow-y: hidden;display: inline-block;vertical-align: middle;max-height: 24px;font-size:16px;font-size:1.6rem;color: #1f1e19;display:inline-block; vertical-align:middle;}
.attribute .check-box-div{ display:inline-block; vertical-align:middle;}
.attribute .check-box-div .icon{font-size: 18px}
.attribute .item-box.active{display: block}


/********************************************  video  ***********************************************/
.prmain{ padding: 0px;}
.prmain .main_title{padding-top: 20px;}

.vimain{ padding-bottom:90px; padding-top:60px;}
.vin{ margin-top:40px;}
.vilie{ position:relative; background:#fff; border: solid 1px #e5e5e5; min-height:296px; margin-bottom:30px; -moz-box-sizing: border-box; box-sizing: border-box; }
.vitu{ display:block; width:375px; position:absolute; left:0px; top:0px; cursor:pointer;}
.vitu img{ width:100%;}
.vilie .shipin{ position:relative; padding-bottom:74.933333%; overflow:hidden }
.vitu iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}
.vizi{ margin-left:400px; line-height:271px;}
.vizin{ display:inline-block; width:100%; vertical-align:middle;}
.via{ display:block; font-size:26px; font-size:2.6rem; font-weight:bold; line-height:32px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.vip{ display:block; color: #666666; font-size:16px; font-size:1.6rem; line-height:30px; color: #666666; overflow:hidden; margin-top:20px;}
.vip p{ color:#666;}

.tankaung{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}

.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}
.tankaung:before {
  content: "x"; color:#fff; font-size:30px; font-size:3rem; position:absolute; right:1%; top:1%; border-radius:50%; border:#fff solid 2px; width:30px; height:30px; text-align:center; line-height:25px}

@media screen and (max-width: 999px) {
.vimain{ padding-bottom:40px; padding-top:30px;}
.vilie{ border:none; background:none; min-height:109px; padding:0px;}
.vitu{ left:0px; top:0px; width:150px;}
.vizi{ margin-left:160px; line-height:none;}
.vizin{ display:block;}
.via{ font-size:18px; font-size:1.8rem; line-height:26px;}
.vip{ font-size:14px; font-size:1.4rem; line-height:24px;  overflow:hidden; margin-top:10px;}

	.prmain .dur_ul li{margin-bottom: 10px;}
	.prmain .dur_ul{padding: 10px;}
	.tankaung:before { left:1% !important; top:1%;}
}
@media screen and (max-width: 767px) {
.vimain{ padding-bottom:30px; padding-top:30px;}
.vilie{ min-height:87px;}
.vitu{ width:120px;}
.vizi{ margin-left:130px;}
.via{ font-size:14px; font-size:1.4rem; line-height:22px;}
.vip{ font-size:12px; font-size:1.2rem; line-height:22px; }
.tankaungn2{position:fixed; left:5%; top:15%; right:5%; bottom:15%;}
}

/********************************************  certificate  ***********************************************/
.maln{ margin-left:auto !important;}
.cemain{ padding-top:50px; padding-bottom:80px; font-size:0px; font-size:0rem;}
.cemain .m6lie{ width:22.7%; display:inline-block; vertical-align:top; margin-left:3.066%;}
.cemain .m-page{ margin-top:50px;}
.m6fu{ position:absolute; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.4); opacity:0; transition:0.5s;}
.m6fu i{ display:block; position:absolute; color:#ffffff; width:30px; line-height:30px; left:50%; top:50%; margin-left:-15px; margin-top:-15px; font-size:24px;}
.m6lie:hover .m6fu{ opacity:1;}
@media screen and (max-width: 999px) {
.cemain{ padding-top:30px; padding-bottom:30px;}
.m6fu{ display:none}
.cemain .m6lie{ width:31.33%; margin-left:1% !important; margin-right:1%;}
.cemain .m6zi{ color:#333}
.cemain .m-page{ margin-top:30px;}
}
@media screen and (max-width: 767px) {
.cemain .m6lie{ width:31.33%;}
}
@media screen and (max-width: 499px) {
.cemain .m6lie{ width:48%;}
}

.hop a{ display:block; text-align:left; color: #666666; font-size:14px; font-size:1.4rem; line-height:21px; height:42px; overflow:hidden; margin-top:8px;}
.horiqi{ display:block; text-align:left; font-size:12px; font-size:1.2rem; color:#666; margin-top:5px;}

/*  product2  */
.prat{ margin-top:53px;}
.atbiao{color: #202020; font-size:20px; font-size:2rem; line-height:30px; text-transform:uppercase;}
.atn{ position:relative; padding-left:50px; margin-top:8px;}
.atsp{ position:absolute; display:block; left:0px; top:0px; color: #000000; font-size:16px; font-size:1.6rem; line-height:30px;}
.atn label{ display:inline-block; vertical-align:middle; margin-right:10px; color: #999999; font-size:14px; font-size:1.4rem; line-height:30px; cursor:pointer;}
.atn span{ display:inline-block; vertical-align:middle; margin-right:10px; color: #999999; font-size:14px; font-size:1.4rem; line-height:30px}


/*  news2  */
.nefor{ text-align:center; display:inline-block; vertical-align:middle;}
.nefor p{ display:inline-block; vertical-align:middle; font-size:14px; font-size:1.4rem; line-height:24px; margin:0 10px;}
.nefor p strong{}
.nefor p em{ color:#999}

/*  about  */
.attachment { margin-bottom: 20px;clear: both;}
.attachment.important{background: url(../images/star2.png) no-repeat left 19px !important; }
.attachment span{float: left;}
.attachment #file-name{padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.attachment .file-group{ margin: 0px 0 0 0px; padding: 0px; width:calc(100% - 22px); height: 45px; position: relative; overflow: hidden; margin-left:22px;}
.attachment .file-group .file-btn{ width: 100%;  height: 100%; background-color: #ff7e0e; border:1px solid #ff7e0e; color: #FFFFFF; font-size:16px; font-size:1.6rem; transition:0.5s;}
.attachment .file-group .file-single{ width: 100%; font-size: 0; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111;}
.attachment .file-group .file{ width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111;}
.attachment .file-name-p{  height: 34px; display: flex; align-items: flex-end;line-height: 34px; padding: 0px;}
.attachment .file-name-p i{ cursor: pointer;}
.attachment .file-name-p span{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.attachment .file-group:hover .file-btn{ background-color:#333; border-color:#333;}




/******************************************************************  FAQ  *****************************************************/
.famain{ padding-bottom:77px; padding-top:45px;}
.subNav2{cursor:pointer; white-space: pre-wrap; position:relative; background:#eee; line-height:24px; padding:10px; border-left:5px solid #c49e57; padding-left:14px; padding-right:40px; font-size:18px; font-size:1.8rem; margin-bottom:30px; color:#c49e57;}
.subNav2 i{ display:block; position:absolute; width:8px; height:20px; line-height:20px; text-align:center; color:#c49e57; font-size:16px; right:17px; top:50%; margin-top:-10px;}
.subNav2 span{ color:#c49e57; font-size:16px; font-size:1.6rem; padding-right:10px;}
.subNav2:hover{}
.currentDd2{ background:#c49e57; color:#fff; margin-bottom:0px;}
.currentDd2 span{ color:#fff;}
.currentDd2 i{ transform:rotate(90deg); color:#fff}
.navContent2{display: none; padding:10px 20px; font-size:14px; font-size:1.4rem; line-height:26px; border:1px solid #c49e57; background: #fff; margin-bottom:30px;}
.navContent2 p,.navContent2 strong{ color:#333;}
.navContent2 p{white-space: pre-wrap;}
.navContent2 em{ color:#c49e57; font-style:normal; font-size:18px; font-size:1.8rem;}

.navContent2 img{ max-width:100%;}
.navContent2 table{ width:97%; border-collapse:collapse; line-height:24px;}
.navContent2 tr td{ line-height:24px; padding:2px;}
.navContent2 tr td a{ color:#333;}
.famain .fenye{ padding-top:58px;}

@media screen and (max-width:999px) {
.famain{ padding-top:25px; padding-bottom:25px;}
.subNav2{ font-size:14px; font-size:1.4rem; margin-bottom:10px;}
.navContent2{ margin-bottom:10px;}
.famain .fenye{ padding-top:28px;}
}

.prt{ padding-bottom:30px;}
.prtbiao{color: #202020; font-size:30px; font-size:3rem; line-height:40px;}
.prtp{ font-size:16px; font-size:1.6rem; line-height:28px; margin-top:25px;}

@media screen and (max-width:999px) {
.prt{ padding-top:20px;}
.prtbiao{ font-size:24px; font-size:2.4rem; line-height:30px;}
.prtp{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:15px;}
}


.left-pro .t2{ position:relative;}
.provideo{ position:absolute; width:100%; height:100%; left:0px; top:0px;}
.provideo iframe,.provideo video{ position:absolute; width:100%; height:100%; left:0px; top:0px;}
.m3lien{ position:relative;}
.m3lien iframe,.m3lien video{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.ynav{ width:32px; padding-bottom:10px; z-index:9999; margin-top:8px; float: right; margin-left: 5px; position: relative; cursor:pointer;}
.yvnava{ width:32px; height:28px; background:#c49e57; position:relative; border-radius:5px;}
.ysp1{ display:block; width:20px; height:2px; background:#fff; position:absolute; left:6px; top:50%; margin-top:-8px;}
.ysp2{ display:block; width:13px; height:2px; background:#fff; margin:3px 0; position:absolute; left:6px; top:50%; margin-top:-1px;}
.ysp3{ display:block; width:20px; height:2px; background:#fff; position:absolute; left:6px; top:50%; margin-top:6px;}

.yyiji{ position:absolute; right:0px; top:34px; width: 200px; border: solid 1px #d9d9d9; border-bottom:none; background:#fff; display:none}
.yyiji li{ position:relative;}
.yyiji li a{text-transform: uppercase; display:block; border-bottom: solid 1px #d9d9d9; font-size:16px; font-size:1.6rem; font-weight:bold; line-height:26px; padding:6px 9px;}
.yyiji li a:hover{ background:#c49e57; color:#fff;}
.yerji{ position:absolute; right:100%; top:0px; width: 200px; border: solid 1px #d9d9d9; border-bottom:none; background:#fff; display:none}
.ynav:hover .yyiji{ display:block;}
.yyiji li:hover .yerji{ display:block;}

.ynav .dangqiandao a{ background:#c49e57; color:#fff !important;}
.honen{ padding-top:50px;}
@media screen and (max-width: 1219px) {
.ynav{ top:0px;}
}
@media screen and (max-width: 999px) {
.ynav{ margin-top:10px;}
}
@media screen and (max-width: 959px) {
.ynav{ display: none;}
}
@media screen and (max-width: 767px) {
.ynav{ display:none}
.honen{ padding-top:30px;}
}

.appmain{ padding:50px 0; overflow:hidden;}
.domain{ position:relative; padding:50px 0; overflow:hidden;}
.domain:before{ content:""; width:100%; height:100%; background:#edf1fa; opacity:1; right:0px; bottom:0px; position:absolute; z-index:-1}
.famain2{ padding:30px 0; padding-bottom:80px; position:relative; overflow:hidden;}
.famain2:before{ content:""; width:100%; height:100%; background:#c49e57; opacity:0.1; right:0px; top:0px; position:absolute; z-index:-1}
.cemain2{ position:relative;}
.cemain2:before{ content:""; width:100%; height:100%; background:#c49e57; opacity:0.1; right:0px; top:0px; position:absolute; z-index:-1}

@media screen and (max-width: 999px) {
.appmain,.domain{ padding:30px 0;}
.famain2{ padding:30px 0;}
}

.appmain a:hover{ color:#c49e57;}

.m1tu{ position:relative; overflow:hidden;}
.m1tu iframe,.m1tu video{ position:absolute; width:100%; height:100%; left:0px; top:0px;}
.m1vi{}
.m1vi .m1tu{ float:right;}
.m1vi .m1zi{ float:left;}
.m1ap{ background:#c49e57; background:rgba(0,0,0,0.5); padding:40px 5%; padding-bottom:60px; border-top:5px solid #c49e57; border-bottom:5px solid #c49e57; position:relative;}
.m1ap:before{ content:""; position:absolute; width:100%; height:100%; left:0px; top:0px; background:url(../images/beijing.jpg) no-repeat center bottom; background-size:cover; opacity:1; z-index:-1}
.m1ap .m2biao{ color:#fff; margin-bottom:40px;}
.m1ap a{ color:#fff;}

@media screen and (max-width: 999px) {
.m1ap{ padding:0 2.5%; padding-top:20px; padding-bottom:40px; border-bottom:2px solid #c49e57; border-top:2px solid #c49e57}
.m1ap .m2biao{ color:#fff; margin-bottom:20px;}
}
@media screen and (max-width: 767px) {
.m1vi .m1tu{ float:none;}
.m1vi .m1zi{ float:none;}
}

.vimain .fenye,.cemain .fenye,.famain .fenye{ text-align:center;}
.vimain .fenyen,.cemain .fenyen,.famain .fenyen{ display:inline-block; float:none;}


.przhan{ position:relative; overflow:hidden; padding-bottom:15px;}
.przhanh{ height:auto !important;}
.fuc{ display:block; width:100%; height:80px; position:absolute; bottom:0px; left:0px;
 background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}

.zhankai{ color: #c49e57;; height:30px; position:relative; cursor:pointer;}
.zhankai i{ display:block; height: 30px; border-radius:50%; text-align:center; line-height:30px; position:absolute; left:50%; top:50%; margin-left:-14px; margin-top:-14px; transition:0.5s;}
.zhankaih i{ transform:rotate(180deg)}
.fuch{ display:none !important;}
::selection { color: #fff; background: #c49e57;}
.slideItem iframe,.slideItem video {  position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); min-height: 100%; min-width: 100%; border:none;}


.homain{padding-top: 0px; padding-bottom: 30px; background: #fff;}
.homain .prot_titlee{margin-top: 0px; background-size: 100% 4px;}

.homain .m3_ul{padding-top: 10px; padding-bottom: 20px;}
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
.inquiry-success *{text-align: center;}
.inquiry-success p i{font-size: 60px; font-size:6rem;color:#c49e57}
.inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
.inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #c49e57;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#c49e57}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block;
	min-width: 160px; box-sizing:border-box;
	font-size:14px;font-size: 1.4rem;
	margin-right:10px;text-align: center;margin-bottom:10px;
	padding-left:5px; padding-right:5px; border:none;
	cursor:pointer; color:#666666; border:#666666 solid 1px;line-height: 30px; background: none;border-radius: 15px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#c49e57;color:#fff;border:#c49e57 solid 1px;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}
}

/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#c49e57; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #c49e57;}
@media screen and (max-width: 520px){
	.xunpanlb .table{border-top: 1px solid #dcdcdc;}
	.xunpanlb .table .thead{display: none;}
	.xunpanlb .table .tbody .td{width: 100% !important;}
	.xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span {

	font-family: Arial, Helvetica, sans-serif;
}

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.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; }

.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; }
.pages-btn{ display:inline-block}











