@charset "utf-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details, /* 1 */
  menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
  display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
  display: none;
}

/*! Animate v2.1.0-alpha.1 */
.container {
  -webkit-transition: max-width 0.3s;
  -o-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.act {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.sw-tg.sw-upToDown {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.sw-tg.sw-downToUp {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.sw-tg.sw-leftToRight {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.sw-tg.sw-rightToLeft {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.act.sw-downToUp,
.act.sw-leftToRight,
.act.sw-rightToLeft,
.act.sw-upToDown {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.sw-tg.sw-rightToLeftSkew {
  opacity: 0;
  -webkit-transform: translate(20px, 0) scale(0.9) skew(-20deg);
  -ms-transform: translate(20px, 0) scale(0.9) skew(-20deg);
  transform: translate(20px, 0) scale(0.9) skew(-20deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.act.sw-rightToLeftSkew {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.sw-tg.sw-rightToLeftScale {
  opacity: 0;
  -webkit-transform: translate(20px, 0) scale(0.9);
  -ms-transform: translate(20px, 0) scale(0.9);
  transform: translate(20px, 0) scale(0.9);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.act.sw-rightToLeftScale {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.sw-tg.sw-upToDownScale {
  opacity: 0;
  -webkit-transform: translate(0, -20%) scale(0.2);
  -ms-transform: translate(0, -20%) scale(0.2);
  transform: translate(0, -20%) scale(0.2);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.act.sw-upToDownScale {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.sw-d1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.sw-d2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sw-d3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sw-d4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.sw-d5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sw-d6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.sw-d7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.sw-d8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.sw-d9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.sw-d10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.sw-d0-5 {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.sw-d1-5 {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.sw-d2-5 {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.sw-d3-5 {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.sw-d4-5 {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.sw-d5-5 {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.sw-d6-5 {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.sw-d7-5 {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.sw-d8-5 {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.sw-d9-5 {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.icon-show {
  -webkit-animation: iconShow 0.5s;
  animation: iconShow 0.5s;
}
.logo-show {
  display: block;
  position: relative;
  z-index: 1;
}
.logo-show:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.logo-show:hover:before {
  -webkit-animation: logoShow 0.5s 1 linear;
  animation: logoShow 0.5s 1 linear;
  content: "";
}

/*每个网站单独共用部分*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 12px;
  font-family: \5FAE\8F6F\96C5\9ED1;
  color: #333;
}

body,
html {
  width: 100%;
  height: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.desktop a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
}
img {
  vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/*Clear Css*/
.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0;
}
.clearfix:after {
  content: "\20";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
  zoom: 1;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

html[lang="zh"] .en {
  display: none;
}
html[lang="en"] .cn {
  display: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.mtop40 {
  margin-top: 40px;
}

.head {
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 3%;

  padding-top: 15px;
}

.heads {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.head .logo {
  width: 190px;
  height: 32px;
  float: left;
}

.head .logo a {
  display: block;
  /*width: 190px;*/
  height: 32px;
  background: url(../images/logow.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.head.heads .logo a {
  display: block;
  /*width: 190px;*/
  height: 32px;
  background: url(../images/logo.png?v=1) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.head .menu {
  float: right;

  font-size: 14px;
}
.head .menu ul {
  margin: 0px;
  padding: 0px;
}
.head .menu li {
  float: left;
  margin: 0 10px;
  color: #fff;
  height: 32px;
  line-height: 32px;
}

.head .menu li a {
  color: #fff;
}

.heads .menu li a {
  color: #141414;
}

.head .menu li a:hover,
.head .menu li.on a {
  color: #e3010d;
}

.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-link * {
  box-sizing: border-box;
}
.menu-link {
  display: none;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 10px; /*right:-8px;*/
  right: 3%;
  font-size: 12px;
  z-index: 10;
  width: 26px;
  height: 42px;
  padding: 6px 0px;
}
.menu-link:hover,
.menu-link:focus {
}
.menu-link span {
  position: relative;
  display: block;
  margin-top: 12px;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}
.menu-link span:before,
.menu-link span:after {
  position: absolute;
  top: -0.7em;
  content: " ";
}
.menu-link span:after {
  top: 0.7em;
}
.menu-link.active span {
  background: transparent !important;
}
.menu-link.active span:before {
  background-color: #ffffff;
  -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
  -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
  -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
  -o-transform: rotate(45deg) translate(0.5em, 0.4em);
  transform: rotate(45deg) translate(0.5em, 0.4em);
}
.menu-link.active span:after {
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -moz-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -ms-transform: rotate(-45deg) translate(0.6em, -0.5em);
  -o-transform: rotate(-45deg) translate(0.6em, -0.5em);
  transform: rotate(-45deg) translate(0.6em, -0.5em);
}

.sw_banner {
  position: relative;
  z-index: 1;
}

.sw_banner .banner-pic {
  position: relative;
}

.sw_banner .banner-pic .pic {
  position: relative;
  z-index: 1;
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
}

.sw_banner .banner-pic .pic:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.sw_banner.banner-mini .banner-pic .pic {
  height: 400px;
}

.sw_banner .banner-pic .picno:before {
  background: none;
}

.sw_banner .banner-pic .pic img {
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.sw_banner .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.sw_banner.banner-mini .banner-info {
  top: 155px;
}

.sw_banner .banner-info .title {
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-size: 50px;
  /* font-weight: 700; */
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 1px;
}

.sw_banner.banner-mini .banner-info .title {
  font-size: 40px;
}

.sw_banner .banner-info .name {
  margin: 1.6667% 0 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: lighter;
}

.sw_banner.banner-mini .banner-info .name {
  font-size: 18px;
}

.sw_inside-nav {
  position: relative;
  z-index: 3;
  margin-top: -85px;
  /* padding: 0 0 30px; */
  height: 85px;
}

.sw_inside-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sw_inside-nav .nav > div {
  margin: 0 8px;
  width: 140px;
}

.sw_inside-nav .nav a.cur,
.sw_inside-nav .nav a:hover {
  z-index: 3;
  border-bottom-color: rgb(217, 25, 49);
  color: rgb(217, 25, 49);
}

.sw_inside-nav .nav a {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw_inside-nav .nav a.cur:after,
.sw_inside-nav .nav a:hover:after {
  height: 5px;
  opacity: 1;
  visibility: visible;
}
.sw_inside-nav .nav a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 7px;
  height: 0;
  background: url(../images/down.png) no-repeat bottom center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  content: "";
}

.footer {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}

.footer p {
  margin: 0px;
  padding: 0px;
}

.footer ol,
.footer dl,
.footer dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

footer .fnews {
  height: 280px;
  background: #eee;
}

footer .fnews dl:first-child {
  margin-right: 5%;
}

footer .fnews dl {
  width: 33%;
  float: left;
}

footer .fnews dt {
  color: #000;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
}

footer .fnews dd ol li {
  width: 400px;
  color: #a4a4a4;
  float: left;
  height: 28px;
  line-height: 28px;
}

footer .fnews dd ol li span {
  color: #a0a0a0;
  padding-right: 11px;
  font-size: 13px;
}

footer .fnews dd ol li a {
  color: #a4a4a4;
  font-size: 13px;
}

footer .fnews dl#last {
  float: right;
  width: 24%;
}

footer .focus {
  position: relative;
  width: 100%;
  background-color: #000;
  float: left;
}
footer .focus img {
  width: 100%;
}
footer .focus.fPic {
  position: absolute;
  left: 0;
  top: 0;
}
footer .focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
footer .focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
footer .focus.fcon img {
  display: block;
}
footer .focus .fbg {
  bottom: 25px;
  right: 0;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
footer .focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
footer .focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
footer .focus .D1fBt .current,
footer .focus .D1fBt a:hover {
  background: #fc114a;
}
footer .focus .D1fBt img {
  display: none;
}
footer .focus .D1fBt i {
  display: none;
  font-style: normal;
}

footer .subnav {
  width: 1200px;
  height: 207px;
  padding-top: 25px;
  margin: 0 auto;
}

footer .subnav li {
  width: 200px;
  float: left;
}

footer .subnav li span {
  font-size: 16px;
  color: #3890c3;
  padding-bottom: 10px;
  display: block;
}

footer .subnav li p {
  display: block;
  line-height: 24px;
  color: #666;
}

footer .subnav li p a {
  display: table;
  color: #666;
}

footer .bottom {
  width: 100%;

  background: #222429;
}

footer .bottom .copyright {
  width: 850px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .bottom .copyright p {
  color: #585c65;
  line-height: 24px;
}

footer .bottom .copyright p {
  color: #585c65;
  line-height: 24px;
}

footer .bottom .contact {
  width: 275px;
  height: 52px;
  float: right;
  border-left: 1px solid #42464e;
  color: #8a8d96;
  text-align: right;
  margin-top: 30px;
  position: relative;
}
.contact_qr_code {
  position: absolute;
  left: 25px;
  top: -120px;
  z-index: 66;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
}

.contact_icon {
  width: 100%;
  margin-left: 60px;
  margin-top: 5px;
}

.contact_qr_code em {
  width: 112px;
  height: 112px;
  display: block;
  border: 1px solid #b5b5b5;
}
.contact_qr_code i {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  left: 50px;
  /* top: 113px; */
}

.contact_icon a {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 20px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

i.contact_icon0 {
  background: url(../images/contactFoot.png);
}
i.contact_icon1 {
  background: url(../images/contactFoot.png) -24px 0;
}
i.contact_icon2 {
  background: url(../images/contactFoot.png) -48px 0;
}
i.contact_icon3 {
  background: url(../images/contactFoot.png) -72px 0;
}
.contact_icon i {
  width: 24px;
  height: 22px;
  margin: 8px 0 0 8px;
  display: block;
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
}

@media (min-width: 960px) {
}
@media screen and (max-width: 768px) {
  .sw_banner .banner-pic .pic {
    height: 80vh;
  }

  .sw_banner .banner-info .title {
    font-size: 24px;

    line-height: 30px;
    letter-spacing: 1px;
  }

  .sw_banner .banner-info .name {
    font-size: 16px;
    line-height: 20px;
  }

  .wrap {
    width: auto;
    margin: 0 3% !important;
  }

  .menu-link {
    display: block;
  }

  .head .menu {
    display: none;
    position: absolute;
    top: 0px;
    padding-top: 50px;
    left: -30px;
    right: -30px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
  .head .menu li {
    display: block;
    float: none;
    padding: 0px;
    text-align: center;
  }
  .head .menu li a {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
  }
  .head .menu li a.active:after {
    display: none;
  }

  .heads .menu-link span,
  .heads .menu-link span:before,
  .heads .menu-link span:after {
    background-color: rgb(217, 25, 49);
  }
  .heads .menu-link.active span:before {
    background-color: rgb(217, 25, 49);
    -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
    -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
    -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
    -o-transform: rotate(45deg) translate(0.5em, 0.4em);
    transform: rotate(45deg) translate(0.5em, 0.4em);
  }
  .heads .menu-link.active span:after {
    background-color: rgb(217, 25, 49);
    -webkit-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -moz-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -ms-transform: rotate(-45deg) translate(0.6em, -0.5em);
    -o-transform: rotate(-45deg) translate(0.6em, -0.5em);
    transform: rotate(-45deg) translate(0.6em, -0.5em);
  }

  footer .fnews dl {
    width: 33%;
    display: none;
  }

  footer .fnews dl:first-child {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
  }

  footer .subnav {
    display: none;
  }

  footer .bottom .copyright {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  footer .bottom .contact {
    width: 275px;
    height: 52px;
    float: none;
    border-left: none;
    color: #8a8d96;
    text-align: center;
    margin-top: 0px;
    position: relative;
  }

  footer .fnews dd ol li {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 740px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 413px) {
}

@media screen and (max-width: 374px) {
  .sw_inside-nav .nav > div {
    margin: 0 8px;
    width: auto;
  }
}
