*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

ul,
ol,
dl {
  margin: 0; }

dd {
  margin-left: 0; }

img.fluid,
object.fluid,
embed.fluid {
  max-width: 100%;
  height: auto;
  width: auto; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
figure,
fieldset,
textarea,
input,
select,
button,
legend,
blockquote,
th,
iframe,
td {
  margin: 0;
  padding: 0; }

iframe {
  border: none; }

body, html {
  background: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: "Microsoft YaHei","STXihei",Helvetica,"NSimSun","STSong",sans-serif; }

.font-yh {
  font-family: 'Microsoft YaHei'; }

.font-sun {
  font-family: SimSun; }

a {
  text-decoration: none; }
  a.ani {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.d-block {
  display: block; }

.d-i-block {
  display: inline-block; }

.d-none {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  width: 100%; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.z-index-2 {
  z-index: 2; }

ul, ol {
  list-style: none; }

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

h4 {
  font-weight: normal; }

.lh-2 {
  line-height: 2; }

.lh-16 {
  line-height: 1.6; }

.font-bold {
  font-weight: bold; }

.font-normal {
  font-weight: normal; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.vertical-center {
  vertical-align: middle; }

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-line-through {
  text-decoration: line-through; }

.overflow-hidden {
  overflow: hidden; }

.hand {
  cursor: pointer; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-5 {
  margin-top: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.mr-5 {
  margin-right: 5px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.mr-10 {
  margin-right: 10px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.mt-15 {
  margin-top: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.mr-15 {
  margin-right: 15px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.mr-20 {
  margin-right: 20px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.mr-30 {
  margin-right: 30px; }

.pt-40 {
  padding-top: 40px; }

@media screen and (max-width: 800px) {
  .small-pt-20 {
    padding-top: 20px; }

  .small-pt-10 {
    padding-top: 10px; }

  .small-pl-20 {
    padding-left: 20px; }

  .small-pr-20 {
    padding-right: 20px; }

  .small-pt-5 {
    padding-top: 5px; }

  .small-pb-5 {
    padding-bottom: 5px; }

  .small-pt-10 {
    padding-top: 10px; }

  .small-pb-10 {
    padding-bottom: 10px; }

  .small-pt-15 {
    padding-top: 15px; }

  .small-pb-15 {
    padding-bottom: 15px; }

  .small-pt-20 {
    padding-top: 20px; }

  .small-pb-20 {
    padding-bottom: 20px; }

  .small-pt-30 {
    padding-top: 30px; }

  .small-pb-30 {
    padding-bottom: 30px; } }
.c-white {
  color: #ffffff; }

.c-black {
  color: #000000; }

.c-black-3, #header .nav li a {
  color: #333333; }

.c-grey {
  color: #666666; }

.c-grey-9 {
  color: #999999; }

.c-grey-4 {
  color: #4d4d4d; }

.c-grey-b {
  color: #b3b3b3; }
.c-green{
  color: #1dbf60;
}
.c-red {
  color: #ff3333; }

.fs-12 {
  font-size: 1em; }

.fs-13 {
  font-size: 1.08333em; }

.fs-14 {
  font-size: 1.16667em; }

.fs-15 {
  font-size: 1.25em; }

.fs-16 {
  font-size: 1.33333em; }

.fs-17 {
  font-size: 1.41667em; }

.fs-18 {
  font-size: 1.5em; }

.fs-19 {
  font-size: 1.58333em; }

.fs-20 {
  font-size: 1.66667em; }

.fs-21 {
  font-size: 1.75em; }

.fs-22 {
  font-size: 1.83333em; }

.fs-23 {
  font-size: 1.91667em; }

.fs-24 {
  font-size: 2em; }

.fs-25 {
  font-size: 2.08333em; }

.fs-26 {
  font-size: 2.16667em; }

.fs-27 {
  font-size: 2.25em; }

.fs-28 {
  font-size: 2.33333em; }

.fs-38 {
  font-size: 3.16667em; }

.fs-32 {
  font-size: 2.66667em; }

@media screen and (max-width: 800px) {
  .small-fs-12 {
    font-size: 12px; }

  .small-fs-14 {
    font-size: 14px; }

  .small-fs-18 {
    font-size: 18px; } }
/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

#header {
  height: 5.8333em;
  background: #ffffff;
}
#header.home-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#header.home-default{
  background: rgba(0, 0, 0, 0.5);
}
#header.header-scroll{
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header .logo{
  width: 124px;
  height: 33px;
  margin-top: 17px;
  background: url("images/logo-1-12.png") no-repeat center;
  background-size: 100%;
}
#header.home-default .logo{
  background: url("images/logo-white-1-12.png") no-repeat center;
}
#header .nav{
  padding-top: 20px;
}
#header .nav li {
  float: left;
  padding: 0 2em;
  line-height: 2.5em;
  margin: 0 0.41667em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#header .nav li a {
  float: left;
  font-size: 1.33333em; }
#header .nav li a:hover {
  color: #2b966f;
}
#header .nav li.active {
  background: #2b966f; }
#header .nav li.active a {
    color: #ffffff; }
#header.home-default .nav li a {
  color: #ffffff; }


#header .small-menu-button {
  width: 3.75em;
  height: 3.75em;
  background: url("images/icon-menu.png") no-repeat center; }

@media screen and (max-width: 800px) {
  #header {
    position: relative;
    height: 4em;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
    #header .logo {
      width: 7.5em;
      height: 2em;
      margin-top: 1em;
      margin-left: 1em; }
    #header .nav {
      padding-top: 0;
      display: none;
      position: absolute;
      z-index: 99;
      top: 4em;
      left: 0;
      right: 0;
      background: #ffffff;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
      #header .nav li {
        float: none;
        line-height: 3.33333em;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f2f2f2; }
        #header .nav li a {
          float: none;
			display: block;
          width: 100%;
          height: 100%;
          font-size: 1.16667em; }
        #header .nav li.active {
          background: #ffffff; }
          #header .nav li.active a {
            color: #2b966f; }
    #header .small-menu-button {
      width: 2em;
      height: 2em;
      margin: 1em 1.91667em 0 0;
      background: url("images/icon-menu.png") no-repeat center;
      background-size: contain; } }
#banner {
  position: relative;
  width: 100%;
  height: 56.5em;
  overflow: hidden; }
  #banner #pc-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 56.5em;
    overflow: hidden; }
  #banner .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  #banner .pc-banner {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  #banner .banner-01 {
    background-image: url("images/banner-1-16-1.jpg"); }
  #banner .banner-02 {
    background-image: url("images/banner-1-16-2.jpg"); }
  #banner .banner-03 {
    background-image: url("images/banner-1-16-3.jpg"); }
#banner .banner-04 {
  background-image: url("images/banner-1-16-4.jpg"); }
  #banner .pc-pagination {
    position: relative;
    top: -50px;
    text-align: right; }
#banner .pc-pagination .swiper-pagination{
  right: 1%;
}
    #banner .pc-pagination .swiper-pagination-bullet {
      margin-right: 10px; }

@media screen and (max-width: 800px) {
  #banner {
    height: 13.33333em;
  }
}
  #banner #small-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 13.33333em;
    overflow: hidden;
  }

  #breadcrumb {
    width: 100%;
    background: #f2f2f2;
  }

  #breadcrumb .sub-menu a {
    float: left;
    position: relative;
    padding: 1.66667em 0.83333em;
  }

  #breadcrumb .sub-menu a.active {
    color: #4d4d4d;
  }

  #breadcrumb .sub-menu a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px;
    border-color: transparent transparent #ffffff transparent;
  }

  #breadcrumb .breadcrumb-list {
    padding: 2.28571em 0 0;
  }

  #breadcrumb .breadcrumb-list *:after {
    content: '>';
    padding-left: 10px;
    padding-right: 5px;
  }

  #breadcrumb .breadcrumb-list *:last-child:after {
    display: none;
  }

  #breadcrumb-swiper-container {
    padding: 1.25em 0.83333em;
  }

  #breadcrumb-swiper-container .swiper-slide {
    width: auto;
  }

  #breadcrumb-swiper-container .swiper-slide.swiper-slide-active a {
    color: #000000;
  }

  #breadcrumb-swiper-container .swiper-slide a {
    display: inline-block;
    padding: 0 0.71429em;
    font-size: 14px;
  }

body {
  color: #333333; }

.page-width {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

a:hover {
  color: #2b966f; }

.last-bd-none .bd-bottom-grey:last-child {
  border-bottom: none; }

.bd-bottom-grey {
  border-bottom: 1px solid #e6e6e6; }

.home-content-left {
  width: 78%; }

.home-content-right {
  width: 18.75%; }

.main-title h4 {
  color: #000000; }
.main-title > a {
  position: absolute;
  right: 0;
  top: 1px;
  color: #666666; }
  .main-title > a:hover {
    color: #2b966f; }

.home-news-list {
  width: 50%; }
  .home-news-list.left {
    padding-right: 1.66667em; }

  .home-news-list ul > li a > .left {
    width: 22.2%;
    margin-top: 1px; }
  .home-news-list ul > li a > .right {
    width: 77.8%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .home-news-list ul > li a:hover span {
    color: #2b966f; }

.tourism-resource-list {
  width: 33.33%;
  margin-bottom: 2.5em;
  padding-right: 1.25em;
  padding-left: 1.25em; }
  .tourism-resource-list .description {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    line-height: 50px;
  background: #000000;}
  .tourism-resource-list:hover .description {
    display: block;
  }

.main-content {
  min-height: 600px; }
  .main-content img {
    max-width: 100%;
    height: auto; }

.news-list-wrap > .in {
  width: 100%;
  padding-left: 7.83333em;
  min-height: 6.66667em; }
.news-list-wrap .date {
  position: absolute;
  left: 0;
  top: 1.66667em;
  width: 6.16667em;
  height: 6.66667em;
  background: #f2f2f2;
  color: #2b966f; }

.page-tourism-wrap .tourism-resource-list {
  width: 20%; }

#footer {
  width: 100%;
  padding: 3.33333em 0;
  background: #f2f2f2; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #ffffff;
  opacity: 1;
  vertical-align: middle; }

.swiper-pagination-bullet-active {
  width: 15px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff; }

#tourism-swiper-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.tourism-pagination-buttons {
  position: absolute;
  right: 0;
  top: 5px;
  width: 80px;
  z-index: 3; }
  .tourism-pagination-buttons .tourism-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: #b3b3b3;
    border: 2px solid #b3b3b3; }
  .tourism-pagination-buttons .tourism-swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 8px; }

.navigation {
  padding: 2.5em 0;
  text-align: center; }
  .navigation .screen-reader-text {
    display: none; }
  .navigation .page-numbers {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px solid #e6e6e6;
    color: #333333;
    cursor: pointer; }
    .navigation .page-numbers.current {
      border: 1px solid #2b966f;
      background: #2b966f;
      color: #ffffff; }
.navigation .page-numbers.current:hover {
      border: 1px solid #2b966f;
      background: #2b966f;
      color: #ffffff; }
    .navigation .page-numbers:hover {
      border: 1px solid #2b966f;
      color: #2b966f; }

.show-for-small, .show-inline-for-small {
  display: none; }

.hide-for-small {
  display: block; }

@media screen and (max-width: 800px) {
  .show-for-small, .small-for-block {
    display: block; }

  .hide-for-small {
    display: none; }

  .show-inline-for-small {
    display: inline-block; }

  .home-quick-link ul li {
    float: left;
    width: 33.33%; }

  .small-blank {
    height: 0.83333em;
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }

  .small-text-left {
    text-align: left; }

  .pt-40 {
    padding-top: 1.66667em; }

  .home-content-left {
    width: 100%; }
    .home-content-left .main-title {
      padding-bottom: 5px; }

  .home-news-list {
    float: none;
    width: 100%;
    margin-bottom: 1.66667em; }
  .home-news-list.left{padding-right: 0;}


    .home-news-list ul > li {
      border-bottom: 1px solid #f2f2f2; }
      .home-news-list ul > li:last-child {
        border-bottom: none; }
      .home-news-list ul > li a > .left {
        float: none;
        width: 100%;
        margin-top: 0; }
      .home-news-list ul > li a > .right {
        float: none;
		  display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .home-news-list ul > li a:hover span {
        color: #2b966f; }

  .news-list-wrap > .in {
    width: 100%;
    padding-left: 0;
    min-height: inherit; }

  .page-tourism-wrap .tourism-resource-list {
    width: 50%; }
    .page-tourism-wrap .tourism-resource-list .description {
      top: 1.08333em; }

  #footer {
    padding: 1.66667em 0; }
    #footer .copyright {
      float: none;
      text-align: center; }
}

#movie-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9990;
}
#movie-popup .mask-bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9991;
  background: #000000;
  opacity: 0.8;
}
#movie-popup .content{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 960px;
  height: 540px;
  margin: -270px 0 0 -480px;
}
#movie-popup .content .title{
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20px;
  z-index: 9999;
  width: 100%;
  height:50px;
  line-height: 50px;
  background: #2a2a2a;
  color: #666666;
  font-size: 18px;
}
#movie-popup .content h4{
  line-height: 50px;
}
#movie-popup .icon-close-popup{
  position: absolute;
  top: 0;
  right: 20px;
}
.text-indent, .text-indent>p{
  text-indent: 24px;
}
.article-content-wrap p{
  text-indent: 2em;
}
.bg-grey{
  background: #f2f2f2;
}
.bg-white{
  background: #ffffff;
}
.i-home-news-list{
  width: 33.33%;
}
.i-home-news-list > a:hover{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.i-home-news-list > a:hover .c-black-3{
  color: #2b966f
}
.i-home-news-list > a >img{max-width: 100%;height:auto;}
.i-home-news-list .i-list-date{
  position: absolute;
  left: 0;
  top: 20px;
  padding: 3px 14px 5px;
  background: #ffffff;
  color: #808080;
}
.i-home-news-list .i-content{
  height: 112px;
  overflow: hidden;
}
.i-home-title{
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 2.3em;
}
.i-home-title:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 2px;
  background: #2b966f;
}
.i-home-more-button{
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #2b966f;
  color: #2b966f;
}
.i-home-more-button:hover{
  background: #2b966f;
  color: #ffffff;
}
.i-title-1{
  border-bottom: 1px solid #f2f2f2;
}
.i-title-1 > h4{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 20px;
  color: #000000;
}
.i-title-1 > h4:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #2b966f;
}
.i-home-broadcast{
  background: url("images/icon-boradcast.png") no-repeat left center;
  padding-left: 60px;

}
.i-breadcrumb{
    width: 100%;
    height: 8.33em;
    background: url("images/breadcrumb-bg.jpg") no-repeat top center;
}
.i-breadcrumb .breadcrumb-list {
    padding-top: 40px;
}

.i-breadcrumb .breadcrumb-list *:after {
    content: '>';
    padding-left: 10px;
    padding-right: 5px;
}

.i-breadcrumb .breadcrumb-list *:last-child:after {
    display: none;
}
.i-contact-list ul li{
    float: left;
    width: 28%;
    min-height: 3.67em;
    padding: 0 1.67em;
    border-right: 1px solid #929292;
}
.i-contact-list ul li.w-half{
    width: 44%;
}
.i-contact-list ul li:last-child{
    border-right: none;
}
.i-contact-icons{
    display: inline-block;
    width: 3.57em;
    height: 3.57em;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.i-contact-phone{
    background-image: url("images/icon-mobile.png");
}
.i-contact-address{
    background-image: url("images/icon-address.png");
}
.i-contact-fax{
    background-image: url("images/icon-fax.png");
}
.i-sub-menu{
    border-bottom: 1px solid #f2f2f2;
}
.i-sub-menu a:first-child{
    padding: 0 1.2em 0 0;
}
.i-sub-menu a{
    float: left;
    position: relative;
    padding: 0 1.2em;
    color: #929292;
    font-size: 1.5em;
    line-height: 3em;
}
.i-sub-menu a:hover{
    color: #2b966f;
}
.i-sub-menu a.active{
    color: #2b966f;
}
.i-sub-menu a.active:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #2b966f;
}
#i-home-broadcast{width: 100%; height: 100%;}
#i-home-broadcast .swiper-wrapper .swiper-slide{display: inline;}
#news-list .list-wrap{width:68%}
#news-list .list-wrap img{max-width:100%}
#news-list .hot-article{width:30%;}
#news-list .news-list{display:block;position:relative;padding:2.5em 1.66667em;min-height:18.33333em}
#news-list .news-list:after{content:'';position:absolute;left:1.66667em;right:1.66667em;bottom:-1px;height:1px;background:#e6e6e6}
#news-list .news-list:last-child:after{display:none}
#news-list .news-list .list-image{position:absolute;top:2.5em;left:1.66667em;width:23.66667em;height:13.33333em}
#news-list .news-list>img{position:absolute;top:2.5em;left:1.66667em;width:23.66667em;height:13.33333em}
#news-list .news-list .list-content{display:block;width:100%;padding-left:25.33333em}
#news-list .news-list .news-count{position:absolute;left:27em;bottom:2em}
#news-list .news-list.none-border:after{display:none}#news-list .news-list:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2)}
#news-list .news-list:hover:after{display:none}
#news-list .news-list:hover .title{color:#22b573}

@media screen and (max-width: 800px) {
    .i-contact-list ul li{
        padding: 10px 0;
        float: none;
        width: 100%!important;
        border-right: none;
        overflow: hidden;
    }
    .i-contact-icons{
        width: 3em;
        height: 3em;
    }
    .small-pt-0{
      padding-top: 0;
    }
  #news-list .list-wrap{width:100%}#news-list .hot-article{width:100%;padding:2.08333em .83333em 0}
  #news-list .news-list{padding:10px 0; min-height: inherit;}#news-list .news-list:after{content:'';position:absolute;left:.83333em;right:.83333em;bottom:-1px;height:1px;background:#e6e6e6}#news-list .news-list .list-image{position:static;width:100%;height:auto}#news-list .news-list .list-content{padding-top:.83333em;padding-left:0}#news-list .news-list .news-count{position:static;padding-top:.41667em}
	#news-list .news-list>img{position:static;width:100%;height:auto}
}

.alignleft {
   display:inline;
   float:left;
   margin-right:1.625em;
}
.alignright {
   display:inline;
   float:right;
   margin-left:1.625em;
}
.aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto;
}


