.display-none { display: none; }

.container { width: 1000px; padding: 50px 0; color: #404040; margin: 0 auto 0; }

.container h2 { font-size: 36px; text-align: center; margin-bottom: 30px; }

.container h2 b { font-weight: bold; }

/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; font-family: "Microsoft YaHei",sans-serif; }

a { color: #000; text-decoration: none; outline: none; }

a:focus { outline: none; }

select { font-family: "Microsoft YaHei",sans-serif; }

option { font-family: "Microsoft YaHei",sans-serif; }

input { font-family: "Microsoft YaHei",sans-serif; }

input::-webkit-input-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input::-moz-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input:-ms-input-placeholder { font-family: "Microsoft YaHei",sans-serif; }

input::placeholder { font-family: "Microsoft YaHei",sans-serif; }

button { font-family: "Microsoft YaHei",sans-serif; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

.clearfloat { zoom: 1; }

.clearfloat:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; }

.display-none { display: none; }

.container { width: 1000px; padding: 50px 0; color: #404040; margin: 0 auto 0; }

.container h2 { font-size: 36px; text-align: center; margin-bottom: 30px; }

.container h2 b { font-weight: bold; }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes verical-slow { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); }
  8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); }
  10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); }
  12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); }
  16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); }
  18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); }
  20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); }
  24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); }
  28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); }
  30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); }
  40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); }
  44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); }
  46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); }
  52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); }
  56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); }
  60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); }
  72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); }
  74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); }
  86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); }
  88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); }
  92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); }
  94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); }
  96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } }

@keyframes verical-slow { 2% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  4% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  6% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); }
  8% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); }
  10% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); }
  12% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  14% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); }
  16% { -webkit-transform: translate(0, -0.5px) rotate(-1.5deg); transform: translate(0, -0.5px) rotate(-1.5deg); }
  18% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); }
  20% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  22% { -webkit-transform: translate(0, 0.5px) rotate(-1.5deg); transform: translate(0, 0.5px) rotate(-1.5deg); }
  24% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  26% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); }
  28% { -webkit-transform: translate(0, 0.5px) rotate(1.5deg); transform: translate(0, 0.5px) rotate(1.5deg); }
  30% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  32% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  34% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  36% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  38% { -webkit-transform: translate(0, 1.5px) rotate(-1.5deg); transform: translate(0, 1.5px) rotate(-1.5deg); }
  40% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  42% { -webkit-transform: translate(0, 2.5px) rotate(-1.5deg); transform: translate(0, 2.5px) rotate(-1.5deg); }
  44% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); }
  46% { -webkit-transform: translate(0, -1.5px) rotate(2.5deg); transform: translate(0, -1.5px) rotate(2.5deg); }
  48% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  50% { -webkit-transform: translate(0, 0.5px) rotate(0.5deg); transform: translate(0, 0.5px) rotate(0.5deg); }
  52% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  54% { -webkit-transform: translate(0, -1.5px) rotate(1.5deg); transform: translate(0, -1.5px) rotate(1.5deg); }
  56% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  58% { -webkit-transform: translate(0, 0.5px) rotate(2.5deg); transform: translate(0, 0.5px) rotate(2.5deg); }
  60% { -webkit-transform: translate(0, 2.5px) rotate(2.5deg); transform: translate(0, 2.5px) rotate(2.5deg); }
  62% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  64% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  66% { -webkit-transform: translate(0, 1.5px) rotate(-0.5deg); transform: translate(0, 1.5px) rotate(-0.5deg); }
  68% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  70% { -webkit-transform: translate(0, 1.5px) rotate(0.5deg); transform: translate(0, 1.5px) rotate(0.5deg); }
  72% { -webkit-transform: translate(0, 2.5px) rotate(1.5deg); transform: translate(0, 2.5px) rotate(1.5deg); }
  74% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  76% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  78% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  80% { -webkit-transform: translate(0, 1.5px) rotate(1.5deg); transform: translate(0, 1.5px) rotate(1.5deg); }
  82% { -webkit-transform: translate(0, -0.5px) rotate(0.5deg); transform: translate(0, -0.5px) rotate(0.5deg); }
  84% { -webkit-transform: translate(0, 1.5px) rotate(2.5deg); transform: translate(0, 1.5px) rotate(2.5deg); }
  86% { -webkit-transform: translate(0, -1.5px) rotate(-1.5deg); transform: translate(0, -1.5px) rotate(-1.5deg); }
  88% { -webkit-transform: translate(0, -0.5px) rotate(2.5deg); transform: translate(0, -0.5px) rotate(2.5deg); }
  90% { -webkit-transform: translate(0, 2.5px) rotate(-0.5deg); transform: translate(0, 2.5px) rotate(-0.5deg); }
  92% { -webkit-transform: translate(0, 0.5px) rotate(-0.5deg); transform: translate(0, 0.5px) rotate(-0.5deg); }
  94% { -webkit-transform: translate(0, 2.5px) rotate(0.5deg); transform: translate(0, 2.5px) rotate(0.5deg); }
  96% { -webkit-transform: translate(0, -0.5px) rotate(1.5deg); transform: translate(0, -0.5px) rotate(1.5deg); }
  98% { -webkit-transform: translate(0, -1.5px) rotate(-0.5deg); transform: translate(0, -1.5px) rotate(-0.5deg); }
  0%, 100% { -webkit-transform: translate(0, 0) rotate(0); transform: translate(0, 0) rotate(0); } }

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* Core Owl Carousel CSS File */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel .owl-refresh .owl-item { display: none; }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }

.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; }

#top-fixed i { display: inline-block; }

#top-navigation i { display: inline-block; }

#top-fixed { position: relative; width: 100%; background-color: #404040; z-index: 102; }

#top-fixed .top-fixed-container { width: 1000px; height: 40px; line-height: 40px; font-size: 16px; position: relative; margin: 0 auto; }

#top-fixed .top-fixed-container > div { float: left; }

#top-fixed .top-fixed-container > div a { color: #b3b3b3; }

#top-fixed .top-fixed-container > div a:hover { color: #fff; }

#top-fixed .top-fixed-container > div .icon-zixun { width: 19px; height: 19px; background-image: url(../images/icon-zixun_19x19.png); }

#top-fixed .top-fixed-container > div .icon-tel { width: 12px; height: 18px; background-image: url(../images/icon-tel_14x18.png); }

#top-fixed .top-fixed-container > div a.zixun:hover i { background-image: url(../images/icon-hover-zixun_19x19.png); }

#top-fixed .top-fixed-container > div a.tel:hover i { background-image: url(../images/icon-hover-tel_14x18.png); }

#top-fixed .top-fixed-container > div i { vertical-align: sub; margin-right: 4px; }

#top-fixed .top-fixed-container .tel { margin-left: 25px; cursor: default; }

#top-fixed .top-fixed-container .login-before { position: absolute; right: 0; line-height: 28px; }

#top-fixed .top-fixed-container .login-before > a { width: 80px; height: 28px; display: inline-block; margin-top: 6px; cursor: pointer; }

#top-fixed .top-fixed-container .login-before .login-left { text-align: center; border: 1px solid #b3b3b3; margin-right: 10px; }

#top-fixed .top-fixed-container .login-before .login-left:hover { border: 1px solid #fff; }

#top-fixed .top-fixed-container .login-before .login-right { text-align: center; color: #fff; background-color: #ee7700; }

#top-fixed .top-fixed-container .login-before .login-right:hover { background-color: #be5f00; }

#top-fixed .top-fixed-container .login-after { position: absolute; right: 0; line-height: 40px; }

#top-fixed .top-fixed-container .login-after p { float: left; color: #fff; margin-right: 4px; }

#top-fixed .top-fixed-container .login-after > a { float: left; height: 40px; display: block; text-align: center; cursor: pointer; }

#top-fixed .top-fixed-container .login-after > a:hover { color: #fff; }

#top-fixed .top-fixed-container .login-after .pers-center { width: 80px; }

#top-fixed .top-fixed-container .login-after .logout { width: 40px; }

#top-space { height: 0px; }

#top-navigation { position: relative; width: 100%; background-color: #fff; border-bottom: 1px solid #eeeeee; -webkit-box-shadow: 0px 0px 10px #443f3f; box-shadow: 0px 0px 10px #443f3f; z-index: 101; }

#top-navigation .icon-black-logo { width: 339px; height: 36px; background-image: url(../images/icon-black-logo_339x36.png); }

#top-navigation a.current { color: #ee7700; }

#top-navigation a { display: block; width: 100%; height: 100%; }

#top-navigation .nav-container { width: 1000px; height: 70px; margin: 0 auto; }

#top-navigation .nav-container .logo { width: 339px; line-height: 0; float: left; }

#top-navigation .nav-container .logo i { margin-top: 17px; }

#top-navigation .nav-container .nav-list { height: 70px; line-height: 70px; margin-left: 115px; margin-right: -40px; font-size: 18px; float: left; }

#top-navigation .nav-container .nav-list > li { float: left; padding: 0 20px; }

#top-navigation .nav-container .nav-list > li:hover a { color: #ee7700; }

#top-navigation .nav-container .nav-list > li.dropdown { position: relative; text-align: center; }

#top-navigation .nav-container .nav-list > li.dropdown ul { position: absolute; top: 70px; left: -8px; font-size: 16px; line-height: 30px; background-color: #fff; -webkit-box-shadow: 0px 3px 3px #8f7f7f; box-shadow: 0px 3px 3px #8f7f7f; }

#top-navigation .nav-container .nav-list > li.dropdown ul li { line-height: 38px; }

#top-navigation .nav-container .nav-list > li.dropdown ul li a { color: #989898; }

#top-navigation .nav-container .nav-list > li.dropdown ul li a:hover { color: #404040; background-color: #eeeeee; }

#top-navigation .nav-container .nav-list .dropdown-short ul { width: 90px; }

#top-navigation .nav-container .nav-list .dropdown-long ul { width: 126px; }

#copyright { width: 100%; height: 110px; background-color: #404040; z-index: 100; }

#copyright i { display: inline-block; }

#copyright .icon-wechat-1 { width: 25px; height: 20px; background-image: url(../images/icon-wechat-1_25x20.png); }

#copyright .icon-wechat-1:hover { background-image: url(../images/icon-hover-wechat-1_25x20.png); }

#copyright .icon-weibo-1 { width: 25px; height: 21px; background-image: url(../images/icon-weibo-1_25x21.png); }

#copyright .icon-weibo-1:hover { background-image: url(../images/icon-hover-weibo-1_25x21.png); }

#copyright .copyright-container { width: 1000px; margin: 0 auto; padding: 30px 0 0 0; font-size: 14px; text-align: center; }

#copyright p { color: #b3b3b3; cursor: default; }

#copyright p:hover { color: #fff; }

#copyright ul { width: 350px; margin: 20px auto 0; }

#copyright ul li { float: left; }

#copyright ul li a { color: #b3b3b3; display: block; }

#copyright ul li a:hover { color: #fff; }

#copyright ul .text { margin: 0 12px; }

#copyright ul .icon { margin-top: -4px; margin-right: 15px; }

#copyright .icon-wechat { position: relative; cursor: pointer; }

#copyright .icon-wechat:hover .qrcode { display: block; }

#copyright .icon-wechat .qrcode { position: absolute; display: none; width: 180px; height: 180px; background-color: #fff; top: -196px; left: -77.5px; border-radius: 18px; }

#copyright .icon-wechat .triangle { position: absolute; bottom: -14px; left: 80px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 14px solid #fff; }

#copyright .icon-wechat img { width: 170px; height: 170px; margin: 5px; }

#banner { height: 600px; background: url(../images/banner_1920x600.png) no-repeat center; }

#section-1 > div:nth-child(even) { background-color: #f5f5f5; }

#section-1 .content .left { float: left; }

#section-1 .content .right { float: right; }

#section-1 .content .text { width: 400px; }

#section-1 .content .img { width: 600px; }

#section-1 .content .mid.text { width: auto; }

#section-1 .content .mid.img { width: auto; }

#section-1 .content h3 { width: 230px; padding-bottom: 6px; font-size: 30px; border-bottom: 1px solid #d2d1d1; }

#section-1 .content h3 span { font-size: 75px; color: #d2d1d1; padding-left: 6px; }

#section-1 .content h4 { font-size: 30px; color: #e6584a; margin: 10px 0; }

#section-1 .content p { line-height: 30px; }

#section-1 .content .btn { display: block; width: 290px; line-height: 46px; font-size: 18px; color: #fff; text-align: center; background-color: #f74c4c; border-radius: 6px; margin-top: 10px; }

#section-1 .content .img-1 { height: 278px; background: url(../images/part-1_506x270.png) no-repeat center; }

#section-1 .content .img-2 { height: 290px; background: url(../images/part-2_539x287.png) no-repeat center; }

#section-1 .content .img-3 { height: 550px; background: url(../images/part-3_984x522.jpg) no-repeat center bottom; }

#section-2 { background-color: #f8f8f8; }

#section-2 .container { padding-bottom: 10px; }

#section-2 .tab .tab-titles li { float: left; line-height: 60px; color: #fff; text-align: center; }

#section-2 .tab .tab-titles .tab-outline { width: 260px; font-size: 24px; }

#section-2 .tab .tab-titles .tab-title { position: relative; width: 150px; font-size: 18px; cursor: pointer; }

#section-2 .tab .tab-titles .tab-title.active:after { content: ''; position: absolute; bottom: -8px; left: 70px; border-top: 8px solid #3c85dc; border-left: 5px solid transparent; border-right: 5px solid transparent; }

#section-2 .primary-tab .tab-titles { background-color: #5398ea; }

#section-2 .primary-tab .tab-titles .tab-title.active { background-color: #3c85dc; }

#section-2 .primary-tab .tab-titles .tab-title.active:after { border-top: 8px solid #3c85dc; }

#section-2 .mid-tab .tab-titles { background-color: #f74c4c; }

#section-2 .mid-tab .tab-titles .tab-title.active { background-color: #e43737; }

#section-2 .mid-tab .tab-titles .tab-title.active:after { border-top: 8px solid #e43737; }

#section-2 .high-tab .tab-titles { background-color: #ffa800; }

#section-2 .high-tab .tab-titles .tab-title.active { background-color: #e99c08; }

#section-2 .high-tab .tab-titles .tab-title.active:after { border-top: 8px solid #e99c08; }

#section-2 .tab-contents { margin: 30px 0 50px; height: 360px; }

#section-2 .tab-content { position: relative; }

#section-2 .tab-content .item { width: 320px; height: 360px; margin: 4px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; padding: 10px; -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.18); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.18); -webkit-transition: .2s ease-in; transition: .2s ease-in; }

#section-2 .tab-content .item:hover { -webkit-transform: translateY(-4px); -ms-transform: translateY(-4px); transform: translateY(-4px); -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.34); box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.34); }

#section-2 .tab-content .item .text { padding-left: 12px; }

#section-2 .tab-content .item img { width: 300px; height: 190px; }

#section-2 .tab-content .item h5 { font-size: 18px; line-height: 56px; }

#section-2 .tab-content .item p { font-size: 16px; color: #989898; }

#section-2 .tab-content .item .price { font-size: 24px; color: #f74c4c; padding: 0 2px; }

#section-2 .tab-content .item .right { font-size: 14px; margin-left: 20px; }

#section-2 .tab-content .item .btns { margin-top: 20px; }

#section-2 .tab-content .item .btns a { display: block; float: left; width: 110px; height: 36px; line-height: 36px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 16px; text-align: center; }

#section-2 .tab-content .item .left-btn { color: #f74c4c; background-color: #fff6f5; border: 1px solid #f74c4c; }

#section-2 .tab-content .item .left-btn:hover { background-color: #f4eae9; }

#section-2 .tab-content .item .right-btn { color: #fff; background-color: #f74c4c; margin-left: 20px; }

#section-2 .tab-content .item .right-btn:hover { background-color: #e43737; }

#section-2 .tab-content .slider-nav { position: absolute; width: 60px; height: 110px; top: 130px; cursor: pointer; }

#section-2 .tab-content .slider-nav:hover { background-color: #e6e6e6; }

#section-2 .tab-content .slider-prev { left: -70px; background: url(../images/prev_37x44.png) no-repeat center; }

#section-2 .tab-content .slider-next { right: -70px; background: url(../images/next_37x44.png) no-repeat center; }

#section-3 .steps { height: 180px; background: url(../images/steps_1000x163.png) no-repeat center bottom; }

#section-4 { background-color: #f8f8f8; }

#section-4 .blocks { margin: -10px 0 -30px; }

#section-4 .block { float: left; width: 500px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 30px 0; }

#section-4 .block > * { float: left; }

#section-4 .index { width: 48px; line-height: 76px; font-size: 88px; font-family: "Arial","Microsoft YaHei",sans-serif; color: #d2d1d1; text-align: center; }

#section-4 i { display: block; width: 96px; height: 76px; }

#section-4 .icon-1 { background: url(../images/icon-1_51x63.png) no-repeat center; }

#section-4 .icon-2 { background: url(../images/icon-2_58x56.png) no-repeat center; }

#section-4 .icon-3 { background: url(../images/icon-3_60x61.png) no-repeat center; }

#section-4 .icon-4 { background: url(../images/icon-4_65x59.png) no-repeat center; }

#section-4 .text { width: 338px; }

#section-4 .text h5 { font-size: 18px; margin-bottom: 6px; }

#section-4 .text p { font-size: 16px; line-height: 24px; color: #989898; }

#section-5 .comments { margin-bottom: -14px; }

#section-5 .comments .comment { padding: 30px; background-color: #f8f8f8; margin: 14px 0; }

#section-5 .comments .comment > * { float: left; }

#section-5 .comments .comment .avatar-container { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; }

#section-5 .comments .comment .text { width: 720px; padding-left: 20px; }

#section-5 .comments .comment .text h5 { font-size: 18px; line-height: 46px; }

#section-5 .comments .comment .text p { color: #989898; line-height: 28px; }

#section-6 { height: 392px; background: url(../images/footer-bg_1920x392.jpg) no-repeat center; text-align: center; }

#section-6 h3 { font-size: 36px; color: #fff; padding: 46px 0 20px; }

#section-6 h4 { font-size: 68px; color: #fff; }

#section-6 a { display: block; width: 580px; line-height: 60px; font-size: 30px; color: #f74c4c; text-align: center; background-color: #fff; border-radius: 10px; margin: 26px auto 0; }

#section-6 a:hover { background-color: #fff6f5; }

#side-tools { width: 100%; position: fixed; top: 0; left: 0; }

#side-tools .side-tools-container { position: relative; width: 1000px; margin: 0 auto 0; }

#side-tools .side-tools { position: absolute; width: 150px; height: 520px; right: -220px; background: url(../images/side_150x520.png) no-repeat center; }

#side-tools .side-tools a { display: block; position: absolute; left: 12px; width: 120px; height: 32px; cursor: pointer; background-color: #fff; opacity: 0.1; }

#side-tools .side-tools a:hover { opacity: 0; }

@media (max-width: 1400px) { #side-tools .side-tools { display: none; } }

#primary-3-link { top: 120px; }

#primary-4-link { top: 154px; }

#primary-5-link { top: 188px; }

#primary-6-link { top: 222px; }

#mid-1-link { top: 260px; }

#mid-2-link { top: 294px; }

#mid-3-link { top: 328px; }

#high-1-link { top: 366px; }

#high-2-link { top: 400px; }

#high-3-link { top: 434px; }

#back-top { top: 472px; }

#modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; background-color: rgba(0, 0, 0, 0.6); }

#modal .modal-container { width: 350px; height: 366px; position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -183px; background-color: #fff; }

#modal .close-modal { display: block; width: 22px; height: 22px; position: absolute; top: 10px; right: 10px; background: url(../images/ie-close.png) no-repeat center; cursor: pointer; }

#modal h2 { font-size: 24px; color: #f74c4c; text-align: center; margin: 28px 0 24px; }

#catForm { width: 300px; margin: 0 auto 0; }

#catForm input { margin: 14px 0; padding: 0; border: none; display: block; width: 300px; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px; background-color: #eeeeee; color: #989898; font-size: 16px; outline: none; }

#catForm input::-webkit-input-placeholder { color: #989898; }

#catForm input::-moz-placeholder { color: #989898; }

#catForm input:-ms-input-placeholder { color: #989898; }

#catForm input::placeholder { color: #989898; }

#catForm .select-container { position: relative; width: 300px; height: 40px; margin: 14px 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 40px; background-color: #eeeeee; cursor: pointer; }

#catForm .select-container .select-tt { position: relative; padding: 0 10px; color: #989898; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#catForm .select-container .select-tt:after { content: ''; position: absolute; top: 15px; right: 15px; border-top: 10px solid #989898; border-left: 8px solid transparent; border-right: 8px solid transparent; }

#catForm .select-container .select { display: none; width: 100%; position: absolute; top: 40px; left: 0; background-color: #fff; z-index: 99; }

#catForm .select-container .option { -webkit-box-sizing: border-box; box-sizing: border-box; color: #989898; padding-left: 10px; line-height: 40px; background-color: #eeeeee; }

#catForm .select-container .option:hover { color: #404040; background-color: #f8f8f8; }

#catForm .btn { display: block; width: 300px; line-height: 46px; text-align: center; font-size: 18px; color: #fff; background-color: #f74c4c; border-radius: 6px; cursor: pointer; }

#catForm .btn:hover { background-color: #e43737; }

.m-modal01 { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; }

.m-modal01 .container { width: 609px; height: 453px; padding: 0; position: absolute; top: 50%; left: 50%; margin-top: -204px; margin-left: -315px; background: url(../images/modal_629x408.png) no-repeat center; }

.m-modal01 .container .close-btn { width: 40px; height: 40px; border-radius: 50%; position: absolute; top: 46px; right: 0px; cursor: pointer; }

.m-modal01 .container .link-btn { width: 310px; height: 70px; position: absolute; bottom: 0px; right: 155px; }



