.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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,
main,
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,
main,
menu,
nav,
section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
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;
}
ul {
  list-style: none;
}
:root {
  --base-theme-color: #286353;
  --base-theme-color-hover: #429053;
}
body,
html {
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-family: "微软雅黑", arial, sans-serif;
  --base-font-size-h1: 36px;
  --base-font-size-h2: 30px;
  --base-font-size-h3: 24px;
  --base-font-size-h4: 20px;
  --base-font-size-h5: 18px;
  --base-font-size-h6: 16px;
}
a,
a:link,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--base-theme-color);
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* ====================内页样式============ */
.list-pagination {
  padding: 40px 0;
}
.list-pagination .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-pagination .next,
.list-pagination .prev {
  width: 13px;
  height: 26px;
  margin: 0 10px;
  background: url(/files/images/page_next.png) no-repeat;
  background-size: contain;
}
.list-pagination .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-pagination ul li {
  text-align: center;
}
.list-pagination ul li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-pagination ul li a,
.list-pagination ul li a:link,
.list-pagination ul li a:visited,
.list-pagination ul li a:active {
  color: #999999;
  text-decoration: none;
}
.list-pagination ul li a:hover,
.list-pagination ul li a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.list-pagination ul li:hover a,
.list-pagination ul li.active a {
  color: #fff;
  background-color: var(--base-theme-color);
}
.list-pagination .skip {
  color: #999;
}
.list-pagination .skip input {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #999;
}
.list-pagination .skip button {
  color: #666;
  border: none !important;
  background: none !important;
}
.video-item {
  margin-top: 10px;
}
.video-item .litpic {
  position: relative;
  padding: 56% 0 0;
  z-index: 1;
  overflow: hidden;
}
.video-item .litpic img,
.video-item .litpic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-item .litpic img {
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-item .litpic video {
  z-index: 2;
}
.video-item .litpic .button {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: #28b363;
}
.video-item .litpic .button::after {
  content: "";
  width: 110px;
  height: 110px;
  background: url(/files/images/video_play.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .5;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-item .litpic .button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background-color: var(--base-theme-color);
  z-index: 10;
  -webkit-animation: waves 3s ease-in-out infinite;
          animation: waves 3s ease-in-out infinite;
}
.video-item .title {
  padding: 20px 0;
  font-size: var(--base-font-size-h5);
}
.video-item:hover .litpic img {
  -webkit-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}
.video-item:hover .litpic .button::after {
  opacity: 1;
}
table tbody {
  width: 100%;
  white-space: nowrap;
}
table thead {
  background: url(/files/images/table_header_bg.jpg) no-repeat;
  background-size: cover;
}
table thead th {
  color: #fff;
}
table th,
table td {
  text-align: center;
  height: 100px;
  vertical-align: middle;
  font-size: var(--base-font-size-h5);
}
table td {
  padding: 0 5px;
  border-bottom: 1px dashed #e5e5e5;
}
table tr:hover {
  color: var(--base-theme-color);
}
table tr:hover a {
  color: var(--base-theme-color);
  text-decoration: underline;
}
/* ====================动画效果==================== */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: rotate(45deg) scale(0.2, 0.2);
    transform: rotate(45deg) scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1.2, 1.2);
    transform: rotate(45deg) scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: rotate(45deg) scale(0.2, 0.2);
    transform: rotate(45deg) scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1.2, 1.2);
    transform: rotate(45deg) scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/*=====================响应式处理部分====================*/
.container-full {
  width: 100%;
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 992px) {
  body,
  html {
    font-size: 12px;
    --base-font-size-h1: 24px;
    --base-font-size-h2: 20px;
    --base-font-size-h3: 18px;
    --base-font-size-h4: 16px;
    --base-font-size-h5: 14px;
    --base-font-size-h6: 12px;
  }
  .video-item .litpic a::after,
  .video-item .litpic a::before {
    width: 50px !important;
    height: 50px !important;
  }
  .video-item .litpic a::before {
    margin-top: -25px !important;
    margin-left: -25px !important;
  }
  table {
    overflow-x: auto;
    display: block;
  }
  table th {
    padding: 0 5px;
    white-space: nowrap;
  }
}
.header-block {
  width: 100%;
  height: 77px;
  position: relative;
  z-index: 1;
}
.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: background-color 400ms ease-out 0s;
  transition: background-color 400ms ease-out 0s;
}
.main-nav .nav-top {
  width: 100%;
  height: 77px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
}
.main-nav .nav-top .container {
  position: relative;
  height: 38.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-nav .nav-top .logo,
.main-nav .nav-top .search {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-nav .nav-top .logo {
  float: left;
  max-width: 70%;
}
.main-nav .nav-top .logo a {
  display: block;
  width: 100%;
  height: 60%;
}
.main-nav .nav-top .logo a img {
  width: 100%;
  height: 100%;
}
.main-nav .nav-top .btns {
  float: right;
  position: relative;
}
.main-nav .nav-top .btns:before,
.main-nav .nav-top .btns:after {
  content: " ";
  display: table;
}
.main-nav .nav-top .btns:after {
  clear: both;
}
.main-nav .nav-top .btns:before,
.main-nav .nav-top .btns:after {
  content: " ";
  display: table;
}
.main-nav .nav-top .btns:after {
  clear: both;
}
.main-nav .nav-top .btns a {
  width: 23px;
  height: 26px;
  color: #fff;
  display: block;
  font-size: 28px;
}
.main-nav .nav-top .search {
  position: relative;
}
.main-nav .nav-top .search input {
  width: 0;
  height: 100%;
  border: none;
  background: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.main-nav .nav-top .search .input-holder {
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.main-nav .nav-top .search .input-holder input {
  width: 0;
}
.main-nav .nav-top .search .input-holder .icon {
  position: absolute !important;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
}
.main-nav .nav-top .search.active .input-holder {
  width: 300px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.main-nav .nav-top .search.active .input-holder input {
  color: #f7f7f7;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.main-nav .nav-top .search.active .input-holder .icon {
  font-size: 18px;
  background-color: #fff;
  color: var(--base-theme-color);
}
.main-nav .nav-menu {
  background-color: rgba(0, 0, 0, 0.4);
}
.main-nav .nav-links {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.main-nav .nav-links ul {
  width: 100%;
  height: 100%;
  padding-left: 14%;
}
.main-nav .nav-links li {
  float: left;
  width: 15%;
  text-align: center;
  position: relative;
}
.main-nav .nav-links li ul {
  display: none;
}
.main-nav .nav-links li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.main-nav .nav-links li a.active {
  color: #f39700;
}
.main-nav .nav-links li:after {
  content: "";
  border-radius: 15px;
  position: absolute;
  background: #9fc439;
  height: 4px;
  width: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 0.6;
}
.main-nav .nav-links li:hover:after,
.main-nav .nav-links li.active:after {
  width: 60%;
}
.main-nav.nav-scroll .nav-top {
  background-color: var(--base-theme-color) !important;
}
.main-nav.nav-scroll .nav-menu {
  background-color: var(--base-theme-color) !important;
}
@media (max-width: 992px) {
  .main-nav .nav-top {
    background-color: var(--base-theme-color);
  }
  .main-nav .nav-menu {
    background: var(--base-theme-color);
  }
  .main-nav .nav-links {
    display: none;
    height: auto;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-nav .nav-links ul {
    padding: 0 !important;
  }
  .main-nav .nav-links li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 10px;
    border-radius: 2px;
    position: relative;
  }
  .main-nav .nav-links li::before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 50%;
    width: 0;
    height: 12px;
    margin-top: -6px;
    background: url(/files/images/person_mark.png) no-repeat center center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .main-nav .nav-links li a {
    padding-left: 20px;
    font-size: var(--base-font-size-h4) !important;
  }
  .main-nav .nav-links li:hover,
  .main-nav .nav-links li.active {
    background: rgba(0, 0, 0, 0.3);
  }
  .main-nav .nav-links li:hover a,
  .main-nav .nav-links li.active a {
    color: #27AF60;
  }
  .main-nav .nav-links li:hover::after,
  .main-nav .nav-links li.active::after {
    display: none;
  }
  .main-nav .nav-links li:hover::before,
  .main-nav .nav-links li.active::before {
    width: 8px;
  }
}
.footer {
  position: relative;
  background: #286353;
  color: #ffffff;
  padding: 48px 0 69px 0;
  overflow: hidden;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.footer .info .logo {
  margin-bottom: 20px;
}
.footer .info .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .info .btns {
  margin-bottom: 20px;
}
.footer .info .btns a {
  padding: 0 6px;
  position: relative;
  font-size: var(--base-font-size-h6);
  display: inline-block;
  height: 13px;
  line-height: 13px;
  border-left: 2px solid #fff;
}
.footer .info .btns a:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .info .text {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .info .text text {
  margin-right: 15px;
}
.footer .qrcode {
  margin-top: 20px;
}
.footer .qrcode:before,
.footer .qrcode:after {
  content: " ";
  display: table;
}
.footer .qrcode:after {
  clear: both;
}
.footer .qrcode:before,
.footer .qrcode:after {
  content: " ";
  display: table;
}
.footer .qrcode:after {
  clear: both;
}
.footer .qrcode .qrcode-item {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  margin-right: 35px;
}
.footer .qrcode .qrcode-item img {
  width: 100%;
  height: 100%;
}
.footer .qrcode .qrcode-item .item-title {
  margin-top: 14px;
}
.footer .qrcode .qrcode-item .item-title p {
  margin-bottom: 0;
  line-height: 16px;
}
@media (min-width: 1169px) {
  .footer .info {
    float: left;
  }
  .footer .qrcode {
    float: right;
  }
}
html::-webkit-scrollbar {
  display: none;
}
.back-top {
  width: 35px;
  height: 145px;
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 30;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.back-top img {
  width: 100%;
  height: 100%;
}
.back-top:active img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.main-swiper {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.main-swiper .swiper-wrapper,
.main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-wrapper img,
.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-pagination {
  position: absolute;
  right: 0;
  left: 10px;
  bottom: 170px;
  z-index: 20;
}
.main-swiper .swiper-pagination .container {
  margin: auto !important;
  height: 20px !important;
}
.main-swiper .swiper-pagination li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  position: relative;
}
.main-swiper .swiper-pagination li span {
  width: 10px;
  height: 10px;
  display: block;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-swiper .swiper-pagination li.swiper-pagination-bullet-active {
  border-color: #fff;
}
.main-swiper .swiper-pagination li.swiper-pagination-bullet-active span {
  background: #fff;
}
.main-swiper .swiper-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 20;
  width: 13%;
  background: url(/files/images/_img/banner_mask.png) no-repeat;
  background-size: cover;
  padding: 38px;
}
.main-swiper .swiper-right .right-content {
  position: absolute;
  left: 38px;
  right: 38px;
  top: 180px;
  bottom: 180px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-swiper .swiper-right .right-content .item {
  color: #fff;
  text-align: center;
  width: 90%;
}
.main-swiper .swiper-right .right-content .item .litpic {
  position: relative;
  padding-bottom: 100%;
}
.main-swiper .swiper-right .right-content .item .litpic.center {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.main-swiper .swiper-right .right-content .item .litpic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-swiper .swiper-right .right-content .item .title {
  line-height: 1.4;
  margin-top: 5px;
}
/*-----------首页通用标题---------------*/
.main-title {
  position: relative;
  z-index: 1;
}
.main-title:before,
.main-title:after {
  content: " ";
  display: table;
}
.main-title:after {
  clear: both;
}
.main-title:before,
.main-title:after {
  content: " ";
  display: table;
}
.main-title:after {
  clear: both;
}
.main-title .title {
  float: left;
  width: 260px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.main-title .title a {
  color: #164537;
}
.main-title .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 42px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#fac398), to(transparent));
  background: linear-gradient(to right, #fac398, transparent);
  z-index: -1;
}
.main-title .title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  width: 76px;
  height: 26px;
  background: url(/files/images/mark_right_default.png) no-repeat;
  background-size: cover;
}
.main-title .title.blue:after {
  background: -webkit-gradient(linear, left top, right top, from(#82e5f4), to(transparent));
  background: linear-gradient(to right, #82e5f4, transparent);
}
.main-title .more {
  float: right;
  width: 69px;
  height: 18px;
  background: url(/files/images/btn_more.png) no-repeat;
}
.main-title.white .title a {
  color: #fff !important;
}
.main-title.white .title:before {
  background-image: url(/files/images/mark_right_white.png);
}
.main-title.white .more {
  background-image: url(/files/images/btn_more_white.png);
}
.main-news {
  width: 100%;
  z-index: 20;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.main-news .news-recommend {
  margin-top: 33px;
}
.main-news .news-recommend .litpic {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.main-news .news-recommend .litpic a {
  display: block;
  position: relative;
  padding-bottom: 56%;
}
.main-news .news-recommend .litpic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-news .news-recommend .title {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: var(--base-font-size-h3);
}
.main-news .news-recommend .description {
  line-height: 1.4;
  font-size: var(--base-font-size-h5);
}
.main-news .news-recommend .description a {
  color: #666666;
}
.main-news .news-recommend:hover .litpic {
  -webkit-transform: perspective(2000px) rotateY(20deg);
          transform: perspective(2000px) rotateY(20deg);
}
.main-news .news-swiper {
  height: 530px;
  overflow-y: hidden;
  overflow-x: visible;
}
.main-news .news-swiper::-webkit-scrollbar {
  display: none;
}
.main-news .news-list .swiper-down,
.main-news .news-list .swiper-top {
  position: relative;
  width: 100%;
  height: 13px;
  cursor: pointer;
}
.main-news .news-list .swiper-down:after,
.main-news .news-list .swiper-top:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 26px;
  height: 13px;
  background: url(/files/images/arrow_up.png) no-repeat center center;
  background-size: contain;
}
.main-news .news-list .swiper-top {
  margin-bottom: 20px;
}
.main-news .news-list .swiper-down {
  margin-top: 20px;
}
.main-news .news-list .swiper-down:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-news .news-list .container .list-item {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.main-news .news-list .container .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#c4a456), to(rgba(196, 164, 86, 0.3)));
  background: linear-gradient(to right, #c4a456, rgba(196, 164, 86, 0.3));
}
.main-news .news-list .container .list-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-news .news-list .container .list-item .time {
  padding-left: 40px;
  padding-right: 46px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  white-space: nowrap;
  border-right: 1px solid #d2d2d2;
}
.main-news .news-list .container .list-item .time a {
  display: block;
  font-size: var(--base-font-size-h1);
}
.main-news .news-list .container .list-item .time .date {
  color: #999;
  margin-top: 10px;
  font-size: var(--base-font-size-h3);
}
.main-news .news-list .container .list-item .content {
  padding-left: 30px;
}
.main-news .news-list .container .list-item .content .title {
  white-space: nowrap;
  font-size: var(--base-font-size-h5);
}
.main-news .news-list .container .list-item .content .description {
  line-height: 1.4;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-news .news-list .container .list-item .content .description a {
  color: #666666;
}
.main-news .news-list .container .list-item:hover::before {
  width: 100%;
}
.main-news .news-list .container .list-item:hover a {
  color: #fff !important;
}
.main-news .news-list .container .list-item:hover .description {
  color: #fff;
}
.main-news .news-list .container .list-item:hover:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-container {
  width: 100%;
  overflow: hidden;
  background: url(../images/image_background.jpg) top center;
}
.main-accordion {
  z-index: 1;
  position: relative;
}
.main-accordion::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: url(../images/_img/index_fyx_bg.jpg) no-repeat top center;
  background-size: cover;
}
.main-accordion .main-title {
  margin: 70px 0;
}
.main-accordion .accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-accordion .accordion-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #7d6e67;
  -webkit-transition: -webkit-box-flex 0.3s ease;
  transition: -webkit-box-flex 0.3s ease;
  transition: flex 0.3s ease;
  transition: flex 0.3s ease, -webkit-box-flex 0.3s ease, -ms-flex 0.3s ease;
}
.main-accordion .accordion-item:nth-child( 1) {
  height: 500px;
}
.main-accordion .accordion-item:nth-child( 2) {
  height: 477px;
}
.main-accordion .accordion-item:nth-child( 3) {
  height: 430px;
}
.main-accordion .accordion-item:nth-child( 4) {
  height: 334px;
}
.main-accordion .accordion-item:nth-child( 5) {
  height: 366px;
}
.main-accordion .accordion-item:nth-child( 6) {
  height: 399px;
}
.main-accordion .accordion-item:nth-child( 7) {
  height: 366px;
}
.main-accordion .accordion-item:nth-child( 8) {
  height: 334px;
}
.main-accordion .accordion-item:nth-child( 9) {
  height: 366px;
}
.main-accordion .accordion-item:nth-child( 10) {
  height: 399px;
}
.main-accordion .accordion-item:nth-child( 2) {
  background-color: #668987;
}
.main-accordion .accordion-item:nth-child( 3) {
  background-color: #ac9d8a;
}
.main-accordion .accordion-item:nth-child( 4) {
  background-color: #47556b;
}
.main-accordion .accordion-item:nth-child( 5) {
  background-color: #668987;
}
.main-accordion .accordion-item:nth-child( 6) {
  background-color: #727696;
}
.main-accordion .accordion-item:nth-child( 7) {
  background-color: #54698a;
}
.main-accordion .accordion-item:nth-child( 8) {
  background-color: #6a7d98;
}
.main-accordion .accordion-item:nth-child( 9) {
  background-color: #73635c;
}
.main-accordion .accordion-item:nth-child( 10) {
  background-color: #555973;
}
.main-accordion .accordion-item .title {
  width: 100px;
  height: 100%;
  padding: 4em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.main-accordion .accordion-item .title a {
  color: #fff;
  font-size: var(--base-font-size-h3);
}
.main-accordion .accordion-item .title::before {
  content: "";
  width: 17px;
  height: 25px;
  margin-bottom: 25px;
  background: url(/files/images/index_title_top.png) no-repeat center center;
  background-size: contain;
}
.main-accordion .accordion-item .content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 500px;
  display: block;
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  display: none;
}
.main-accordion .accordion-item .content .description {
  color: #fff;
  min-width: 200px;
  line-height: 30px;
}
.main-accordion .accordion-item .content .more {
  width: 69px;
  height: 18px;
  display: block;
  position: absolute;
  left: 2em;
  bottom: 3em;
  background: url(/files/images/btn_more_white.png) no-repeat center center;
  background-size: contain;
}
.main-accordion .accordion-item.active {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 2px;
  height: 500px;
  background-image: url(/files/images/solar_terms_bg.png) !important;
}
.main-accordion .accordion-item.active .content {
  opacity: 1;
  display: block;
}
.main-video {
  padding-top: 70px;
  padding-bottom: 90px;
}
.main-video .video-list {
  margin-top: 30px;
}
.main-person {
  width: 100%;
  overflow: hidden;
}
.main-person .person-title,
.main-person .person-item {
  height: 860px;
  overflow: hidden;
}
.main-person .person-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #47556b;
}
.main-person .person-title .title {
  margin-top: 200px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
.main-person .person-title .title a {
  color: #fff;
  font-size: var(--base-font-size-h1);
}
.main-person .person-title .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#82e5f4), to(transparent));
  background: linear-gradient(to bottom, #82e5f4, transparent);
}
.main-person .person-title .title:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 10%;
  width: 100%;
  height: 76px;
  background: url(/files/images/_img/more_lr.png) no-repeat;
  background-size: contain;
}
.main-person .person-title .more {
  width: 69px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -34.5px;
  background-image: url(/files/images/btn_more_white.png);
  background-size: contain;
}
.main-person .person-item {
  padding: 0 !important;
  position: relative;
  cursor: pointer;
}
.main-person .person-item .litpic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-person .person-item .litpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.main-person .person-item .title {
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-person .person-item .title a {
  color: #fff;
  font-size: var(--base-font-size-h1);
}
.main-person .person-item .title img {
  width: 8px;
  height: 12px;
  margin-bottom: 20px;
}
.main-person .person-item:hover .title {
  width: 100px;
}
.main-person .person-item:hover .litpic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-survey {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  background: url(/files/images/survey_background.jpg);
  background-size: cover;
}
.main-survey #map {
  margin-top: 30px;
}
.main-survey .survey-container {
  margin-top: 20px;
}
.main-survey .survey-scenic {
  margin-top: 30px;
}
.main-survey .survey-scenic .scenic-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-survey .survey-scenic .scenic-tabs .tab-item {
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.main-survey .survey-scenic .scenic-tabs .tab-item a {
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-survey .survey-scenic .scenic-tabs .tab-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 1px;
  right: 0;
  margin: 0 auto;
  background: #495960;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-survey .survey-scenic .scenic-tabs .tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #495960;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.main-survey .survey-scenic .scenic-tabs .tab-item:hover,
.main-survey .survey-scenic .scenic-tabs .tab-item.on {
  font-weight: bold;
}
.main-survey .survey-scenic .scenic-tabs .tab-item:hover a,
.main-survey .survey-scenic .scenic-tabs .tab-item.on a {
  color: var(--base-theme-color);
}
.main-survey .survey-scenic .scenic-tabs .tab-item:hover::before,
.main-survey .survey-scenic .scenic-tabs .tab-item.on::before {
  width: 50%;
}
.main-survey .survey-scenic .scenic-tabs .tab-item:hover::after,
.main-survey .survey-scenic .scenic-tabs .tab-item.on::after {
  visibility: visible;
  bottom: -25px;
}
.main-survey .survey-scenic .scenic-address {
  margin-top: 45px;
  background: url(/files/images/survey_bg.jpg) center center;
  background-size: cover;
}
.main-survey .survey-scenic .scenic-address .more {
  padding: 40px 80px;
}
.main-survey .survey-scenic .scenic-address .more a {
  color: rgba(255, 255, 255, 0.5);
}
.main-survey .survey-scenic .scenic-address .address {
  width: 105%;
  height: 400px;
  overflow-y: auto;
  overflow-x: visible;
  position: relative;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.main-survey .survey-scenic .scenic-address .address::-webkit-scrollbar {
  width: 2px;
}
.main-survey .survey-scenic .scenic-address .address::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}
.main-survey .survey-scenic .scenic-address .address::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
}
.main-survey .survey-scenic .scenic-address .address-item {
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  margin-right: 40px;
  padding-left: 90px;
}
.main-survey .survey-scenic .scenic-address .address-item a {
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding-left: 60px;
  display: block;
  font-size: var(--base-font-size-h5);
  border-bottom: 1.5px dashed rgba(255, 255, 255, 0.5);
}
.main-survey .survey-scenic .scenic-address .address-item a::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 0;
  height: 12px;
  margin-top: -6px;
  background: url(/files/images/person_mark.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-survey .survey-scenic .scenic-address .address-item:hover,
.main-survey .survey-scenic .scenic-address .address-item.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #da7c14), to(transparent));
  background: linear-gradient(to right, #da7c14 75%, transparent);
}
.main-survey .survey-scenic .scenic-address .address-item:hover a::before,
.main-survey .survey-scenic .scenic-address .address-item.active a::before {
  width: 8px;
}
.main-topic {
  padding-top: 200px;
  padding-bottom: 40px;
  background: url(/files/images/topic_background.jpg) no-repeat;
  background-size: cover;
}
.main-topic .topic-swiper {
  padding-top: 50px;
  overflow: hidden;
}
.main-topic .topic-swiper .swiper-slide {
  cursor: pointer;
}
.main-topic .topic-swiper .swiper-slide .litpic {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.main-topic .topic-swiper .swiper-slide .litpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.main-topic .topic-swiper .swiper-slide .title {
  padding: 20px 10px;
  text-align: center;
  background-color: #fff;
  font-size: var(--base-font-size-h6);
}
.main-topic .topic-swiper .swiper-slide:hover .litpic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-topic .topic-swiper .swiper-slide:hover .title a {
  color: #164537;
}
.main-topic .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.main-topic .pagination .pagination-left {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#e4d9bc));
  background: linear-gradient(to right, transparent, #e4d9bc);
}
.main-topic .pagination .pagination-right {
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#e4d9bc));
  background: linear-gradient(to left, transparent, #e4d9bc);
}
.main-topic .pagination .pagination-left,
.main-topic .pagination .pagination-right {
  width: 20%;
  height: 2px;
}
.main-topic .pagination .pagination-center {
  margin: 0 20px;
}
.main-topic .pagination .pagination-center .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: url(/files/images/pagination.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.main-topic .pagination .pagination-center .swiper-pagination-bullet-active {
  background-image: url(/files/images/pagination_on.png);
}
/* =========================  响应式处理部分  ========================= */
@media (max-width: 1900px) {
  .swiper-right {
    display: none;
  }
}
@media (min-width: 1170px) {
  .main-news {
    margin-top: -140px;
    padding-top: 190px;
    padding-bottom: 140px;
    background: url(/files/images/_img/news.png) no-repeat;
    background-size: cover;
  }
  .main-news .news-list .item {
    width: 50% !important;
  }
  .main-news .news-list .list-item {
    margin-left: 55px;
  }
}
@media (max-width: 992px) {
  #map {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-accordion .main-title {
    margin: 20px 0;
  }
  .main-accordion .accordion-list {
    display: block !important;
  }
  .main-accordion .accordion-list:before,
  .main-accordion .accordion-list:after {
    content: " ";
    display: table;
  }
  .main-accordion .accordion-list:after {
    clear: both;
  }
  .main-accordion .accordion-list:before,
  .main-accordion .accordion-list:after {
    content: " ";
    display: table;
  }
  .main-accordion .accordion-list:after {
    clear: both;
  }
  .main-accordion .accordion-item {
    float: left;
    width: 50% !important;
    height: 300px !important;
    padding: 20px 10px !important;
    background-image: url(/files/images/solar_terms_bg.png) !important;
  }
  .main-accordion .accordion-item .title {
    width: auto !important;
    padding: 10px 0 !important;
    height: 100% !important;
  }
  .main-accordion .accordion-item .title::before {
    margin-bottom: 10px !important;
  }
  .main-accordion .accordion-item .content {
    opacity: 1 !important;
    display: block !important;
    height: 100% !important;
    padding-top: 20px !important;
  }
  .main-accordion .accordion-item .description {
    min-width: auto !important;
  }
  .main-accordion .accordion-item.active {
    margin-right: 0 !important;
  }
  .main-accordion .content {
    width: 300px;
    display: block !important;
    padding-left: 20px !important;
  }
  .main-accordion .content .description {
    line-height: 1.6 !important;
  }
  .main-accordion.active {
    width: 50% !important;
    height: 300px !important;
  }
  .main-survey {
    padding-top: 30px !important;
  }
  .main-survey .survey-scenic {
    padding: 0 !important;
  }
  .main-survey .scenic-tabs .tab-item.on,
  .main-survey .scenic-tabs .tab-item:hover {
    font-size: var(--base-font-size-h5) !important;
  }
  .main-survey .scenic-address .address {
    width: 100% !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .main-title .title::after,
  .main-title .title::before {
    display: none;
  }
  .main-title .title::before {
    width: 38px;
    height: 13px;
    margin-top: -6.5px;
  }
  .main-swiper .swiper-pagination {
    bottom: 10px;
  }
  .main-swiper .swiper-pagination li {
    width: 10px !important;
    height: 10px !important;
  }
  .main-swiper .swiper-pagination li span {
    width: 5px !important;
    height: 5px !important;
  }
}
.list {
  position: relative;
  z-index: 1;
}
.list::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#96c5c1), to(#ffffff));
  background: linear-gradient(to bottom, #96c5c1, #ffffff);
  opacity: .2;
  height: 224px;
  z-index: -1;
}
.list-banner {
  width: 100%;
  position: relative;
}
.list-banner img {
  width: 100%;
}
.list-banner .location {
  color: #fff;
  height: 100px;
  line-height: 100px;
  position: absolute;
  right: 0;
  bottom: -50px;
  padding-left: 50px;
  width: 35%;
  background: -webkit-gradient(linear, left top, right top, from(#74b542), to(#03746a));
  background: linear-gradient(to right, #74b542, #03746a);
  font-size: var(--base-font-size-h5);
  z-index: 2;
}
.list-banner .location i {
  margin-right: 10px;
}
.list-banner .location a {
  font-size: var(--base-font-size-h5);
}
.list-banner .location a,
.list-banner .location a:link,
.list-banner .location a:visited,
.list-banner .location a:active {
  color: #ffffff;
  text-decoration: none;
}
.list-banner .location a:hover,
.list-banner .location a:focus {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.list-banner .location::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -12px;
  top: 0;
  border-bottom: 100px solid #74b542;
  border-left: 12px solid transparent;
}
.list-download .download-item {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.list-download .download-item .item-date {
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--base-theme-color);
  border-top-right-radius: 20px;
}
.list-download .download-item .item-date .day {
  font-size: var(--base-font-size-h2);
}
.list-download .download-item .item-date .date {
  margin-top: 11px;
}
.list-download .download-item .item-title {
  line-height: 1.4;
  margin: 0 10px;
  font-size: var(--base-font-size-h4);
}
.list-download .download-item .item-icon {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-download .download-item .item-icon a {
  font-size: 24px;
}
.list-download .download-item:hover {
  color: #fff;
  background-color: var(--base-theme-color);
}
.list-download .download-item:hover a {
  color: #fff;
}
.list-download .download-item:hover .item-date {
  background-color: #429053;
}
.list-tabs {
  padding: 35px 0;
}
.list-tabs:before,
.list-tabs:after {
  content: " ";
  display: table;
}
.list-tabs:after {
  clear: both;
}
.list-tabs:before,
.list-tabs:after {
  content: " ";
  display: table;
}
.list-tabs:after {
  clear: both;
}
.list-tabs .tab-item {
  float: left;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.list-tabs .tab-item a {
  font-size: var(--base-font-size-h4);
}
.list-tabs .tab-item a,
.list-tabs .tab-item a:link,
.list-tabs .tab-item a:visited,
.list-tabs .tab-item a:active {
  color: #999999;
  text-decoration: none;
}
.list-tabs .tab-item a:hover,
.list-tabs .tab-item a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.list-tabs .tab-item::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 0;
  height: 10px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#fac498), to(transparent));
  background: linear-gradient(to right, #fac498, transparent);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.list-tabs .tab-item:hover::after,
.list-tabs .tab-item.active::after {
  width: 50px;
}
.list-tabs .tab-item:hover a,
.list-tabs .tab-item.active a {
  color: #000;
}
.list-tabs.blue .tab-item::after {
  background: -webkit-gradient(linear, left top, right top, from(#82e5f4), to(transparent)) !important;
  background: linear-gradient(to right, #82e5f4, transparent) !important;
}
.list-news .news-item {
  padding: 20px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.list-news .news-item:before,
.list-news .news-item:after {
  content: " ";
  display: table;
}
.list-news .news-item:after {
  clear: both;
}
.list-news .news-item:before,
.list-news .news-item:after {
  content: " ";
  display: table;
}
.list-news .news-item:after {
  clear: both;
}
.list-news .news-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-news .news-item .item-litpic {
  float: left;
  width: 30%;
  position: relative;
  margin-right: 20px;
  margin-left: 3em;
}
.list-news .news-item .item-litpic .litpic {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.list-news .news-item .item-litpic .litpic img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.list-news .news-item .item-litpic .time {
  position: absolute;
  left: -3em;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 6em;
  height: 6em;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-theme-color);
  border-top-right-radius: 1.5em;
}
.list-news .news-item .item-litpic .time .day {
  font-size: var(--base-font-size-h2);
}
.list-news .news-item .item-litpic .time .date {
  margin-top: 11px;
}
.list-news .news-item .item-info .title {
  font-size: var(--base-font-size-h4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 30px;
  position: relative;
}
.list-news .news-item .item-info .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: 2px;
  z-index: 1;
  background-color: var(--base-theme-color);
}
.list-news .news-item .item-info .description {
  font-size: var(--base-font-size-h6);
  line-height: 1.4;
}
.list-news .news-item:hover {
  color: #fff;
}
.list-news .news-item:hover a {
  color: #fff;
}
.list-news .news-item:hover .time {
  background-color: #429053;
}
.list-news .news-item:hover .title::after {
  background-color: #fff;
}
.list-news .news-item:hover::before {
  width: 100%;
  height: 100%;
  background-color: var(--base-theme-color);
}
.list-map {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
  margin-top: 20px;
  position: relative;
}
.list-map #JQ_map {
  width: 100%;
  height: 100%;
}
.list-map .list-address {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow-y: scroll;
  padding-right: 10px;
}
.list-map .list-address::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.list-map .list-address::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.list-map .list-address::-webkit-scrollbar-thumb {
  background-color: #71b343;
  border-radius: 2.5px;
}
.list-map .list-address .address-item {
  padding: 20px;
  width: 460px;
  margin-bottom: 10px;
  background-color: #fff;
  border-left: 2px solid var(--base-theme-color);
}
.list-map .list-address .address-item .title {
  font-size: var(--base-font-size-h4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.list-map .list-address .address-item .info {
  color: #999;
  margin-top: 20px;
  display: none;
  font-size: var(--base-font-size-h6);
}
.list-map .list-address .address-item .info .item {
  margin-bottom: 10px;
}
.list-map .list-address .address-item .info .item:before,
.list-map .list-address .address-item .info .item:after {
  content: " ";
  display: table;
}
.list-map .list-address .address-item .info .item:after {
  clear: both;
}
.list-map .list-address .address-item .info .item:before,
.list-map .list-address .address-item .info .item:after {
  content: " ";
  display: table;
}
.list-map .list-address .address-item .info .item:after {
  clear: both;
}
.list-map .list-address .address-item .info .item .tit {
  float: left;
}
.list-map .list-address .address-item .info .item .val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-map .list-address .address-item:hover,
.list-map .list-address .address-item.active {
  color: #d9780d;
  border-left-color: #d9780d;
  background-color: #fdf8f3 !important;
}
.list-count {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-count .count-item {
  text-align: center;
}
.list-count .count-item .count {
  font-size: 7em;
  font-weight: bold;
}
.list-count .count-item .tit {
  margin-top: 20px;
  font-size: var(--base-font-size-h6);
}
.list-search {
  width: 100%;
  margin-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
}
.list-search:before,
.list-search:after {
  content: " ";
  display: table;
}
.list-search:after {
  clear: both;
}
.list-search:before,
.list-search:after {
  content: " ";
  display: table;
}
.list-search:after {
  clear: both;
}
.list-search .search-item {
  width: 15%;
  float: left;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.list-search .search-item:nth-child(5) {
  width: 30%;
}
.list-search .search-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  background: #ffffff url(/files/images/search_bg_left.png) no-repeat 100% 100%;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-search .search-item::before {
  width: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 0;
  bottom: 0;
  background: #ffffff url(/files/images/search_bg_left.png) no-repeat 100% 100%;
  background-size: contain;
}
.list-search .search-item:last-child {
  width: 10%;
  background: url(/files/images/search_bg_button.jpg) no-repeat center center;
  background-size: contain;
}
.list-search .search-item:last-child::after {
  display: none;
}
.list-search .search-item:last-child::before {
  display: none;
}
.list-search .search-item:last-child button {
  color: #fff;
  border: none !important;
}
.list-search select,
.list-search input,
.list-search button {
  width: 100%;
  height: 48px;
  position: relative;
  padding: 0 10px;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  border-left: none;
  border-right: none;
  background-color: transparent !important;
}
.list-search-result {
  margin-top: 40px;
  font-size: var(--base-font-size-h5);
}
.list-search-result span {
  color: #b51d1d;
}
.list-table {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .list-ad .location {
    line-height: 40px !important;
    bottom: -20px !important;
    padding-left: 10px !important;
  }
  .list-ad .location::before {
    border-bottom-width: 40px !important;
  }
  .list-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-news .news-item .item-litpic {
    margin-left: 0;
  }
  .list-news .news-item .item-litpic .time {
    display: none !important;
  }
  .list-news .news-item .title {
    margin: 0 !important;
  }
  .list-news .news-item .title::after {
    display: none;
  }
  .list-map {
    height: auto !important;
  }
  .list-map #JQ_map {
    height: 400px !important;
  }
  .list-map .list-address {
    position: unset !important;
    margin-top: 10px;
    overflow-y: visible;
  }
  .list-map .list-address .address-item {
    padding: 10px!important;
    border: none !important;
    width: 100% !important;
  }
  .list-map .list-address .address-item .title {
    font-size: var(--base-font-size-h5);
  }
  .list-count {
    margin-top: 20px;
  }
  .list-count .count-item {
    margin: 0 5px;
  }
  .list-count .count-item .count {
    font-size: var(--base-font-size-h2);
  }
  .list-count .count-item .tit {
    line-height: 1.4;
  }
  .list-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-search .search-item {
    width: 50%;
    margin: 5px 0;
  }
  .list-search .search-item:nth-child(5) {
    width: 50%;
  }
  .list-search .search-item:last-child {
    width: 50%;
  }
}
.ny-banner {
  position: relative;
  overflow: hidden;
}
.ny-banner img {
  width: 100%;
}
.ny-banner .location {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#286353), color-stop(80%, rgba(24, 115, 247, 0.1)));
  background: linear-gradient(to right, #286353, rgba(24, 115, 247, 0.1) 80%);
  z-index: 2;
}
.ny-banner .location .icon {
  margin-right: 10px;
}
.ny-banner .location a {
  color: #fff;
}
.ny {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  z-index: 1;
}
.ny::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#96c5c1), to(#ffffff));
  background: linear-gradient(to bottom, #96c5c1, #ffffff);
  opacity: .2;
  height: 224px;
  z-index: -1;
}
.ny .mark {
  background: url(/files/images/ny_mark.png) repeat-x left center;
  height: 15px;
  margin-bottom: 30px;
}
.ny .ny-title-nomral {
  font-size: var(--base-font-size-h2);
  padding-top: 30px;
  text-align: center;
  line-height: 1.4;
}
.ny .ny-content,
.ny .content {
  line-height: 1.6;
  padding: 40px 0;
  height: auto;
  overflow: hidden;
}
.ny .ny-content:before,
.ny .content:before,
.ny .ny-content:after,
.ny .content:after {
  content: " ";
  display: table;
}
.ny .ny-content:after,
.ny .content:after {
  clear: both;
}
.ny .ny-content:before,
.ny .content:before,
.ny .ny-content:after,
.ny .content:after {
  content: " ";
  display: table;
}
.ny .ny-content:after,
.ny .content:after {
  clear: both;
}
.ny .ny-content img,
.ny .content img {
  width: 100%;
}
.ny .ny-content.dyqd {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 4em;
  background: url(/files/images/ny_content_bottom.png) no-repeat center bottom;
  background-size: contain;
}
.ny .ny-footer {
  border-top: 1px solid #ddd;
  padding-top: 35px;
}
.ny .ny-footer .prev,
.ny .ny-footer .next {
  margin-bottom: 20px;
}
.ny .ny-footer .prev a,
.ny .ny-footer .next a {
  color: #999;
  font-size: var(--base-font-size-h5);
}
.ny .ny-footer .prev:hover a,
.ny .ny-footer .next:hover a {
  color: #000;
}
.ny .ny-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}
.ny .ny-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  height: 19px;
  background: url(/files/images/ny_title_bg.png) no-repeat left center;
  background-size: contain;
}
.ny .ny-title .tit {
  line-height: 1.4;
  font-size: var(--base-font-size-h2);
}
.ny .ny-title .date {
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
}
.ny .ny-list {
  padding-left: 60px;
}
.ny .ny-list .list-title {
  font-size: var(--base-font-size-h4);
  padding-bottom: 30px;
  z-index: 1;
}
.ny .ny-list .list-title span {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bababa;
}
.ny .ny-list .list-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 1px;
  z-index: 2;
  background-color: var(--base-theme-color);
}
.ny .ny-list .list-item {
  padding-bottom: 30px;
}
.ny .ny-list .list-item .date {
  margin-bottom: 9px;
}
.ny .ny-list .list-item .date a {
  color: #6f9c90;
}
.ny .ny-list .list-item .title {
  font-size: var(--base-font-size-h6);
}
.ny .ny-list .list-title,
.ny .ny-list .list-item {
  padding-left: 20px;
  position: relative;
  border-left: 1px solid #ebebeb;
}
.ny .ny-list .list-title::before,
.ny .ny-list .list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #ebebeb;
  background-color: #fff;
}
.ny .ny-list .list-title:hover::before,
.ny .ny-list .list-item:hover::before,
.ny .ny-list .list-title.active::before,
.ny .ny-list .list-item.active::before {
  border-color: var(--base-theme-color);
  background-color: var(--base-theme-color);
}
.ny-fyqd-ccr {
  margin-bottom: 5em;
  margin-top: 4em;
}
.ny-fyqd-ccr .title {
  padding-left: 30px;
  position: relative;
  font-size: var(--base-font-size-h5);
  line-height: 26px;
}
.ny-fyqd-ccr .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 26px;
  background: url(/files/images/page_next.png) no-repeat center center;
  background-size: contain;
}
.ny-fyqd-ccr table {
  margin-top: 35px;
}
.ny-fyqd-ccr thead {
  background: var(--base-theme-color) !important;
}
.ny-fyqd-ccr th,
.ny-fyqd-ccr td {
  height: 60px;
}
.ny-fyqd-list {
  margin-top: 4em;
}
.ny-fyqd-list .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  position: relative;
  font-size: var(--base-font-size-h5);
  line-height: 26px;
}
.ny-fyqd-list .list-tab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 26px;
  background: url(/files/images/page_next.png) no-repeat center center;
  background-size: contain;
}
.ny-fyqd-list .list-tab .tab-item {
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.ny-fyqd-list .list-tab .tab-item a {
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ny-fyqd-list .list-tab .tab-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  right: 0;
  margin: 0 auto;
  background: #495960;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.ny-fyqd-list .list-tab .tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #495960;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.ny-fyqd-list .list-tab .tab-item:hover,
.ny-fyqd-list .list-tab .tab-item.active {
  font-weight: bold;
}
.ny-fyqd-list .list-tab .tab-item:hover a,
.ny-fyqd-list .list-tab .tab-item.active a {
  color: var(--base-theme-color);
}
.ny-fyqd-list .list-tab .tab-item:hover::before,
.ny-fyqd-list .list-tab .tab-item.active::before {
  width: 50%;
}
.ny-fyqd-list .list-tab .tab-item:hover::after,
.ny-fyqd-list .list-tab .tab-item.active::after {
  visibility: visible;
  bottom: -20px;
}
.ny-fyqd-list .list-content {
  margin-top: 3em;
}
.ny-fyqd {
  padding-bottom: 2em;
  background: url(/files/images/fyqd_background.jpg) repeat center center;
  background-size: cover;
}
.ny-fyqd .fyqd-info {
  padding: 0 2em;
}
.ny-fyqd .fyqd-info .title {
  padding-bottom: 1em;
  text-align: center;
  font-size: var(--base-font-size-h2);
  position: relative;
  border-bottom: 1px dashed #bdbdbd;
}
.ny-fyqd .fyqd-info .title::after,
.ny-fyqd .fyqd-info .title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 12px;
  height: 8px;
  background: url(/files/images/fyqd_li_mark.png);
}
.ny-fyqd .fyqd-info .title::after {
  left: 0;
}
.ny-fyqd .fyqd-info .title::before {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ny-fyqd .fyqd-info .info li {
  width: 100%;
  display: block;
  padding: 1.5em;
  position: relative;
  border-bottom: 1px dashed #bdbdbd;
}
.ny-fyqd .fyqd-info .info li::after,
.ny-fyqd .fyqd-info .info li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 12px;
  height: 8px;
  background: url(/files/images/fyqd_li_mark.png);
}
.ny-fyqd .fyqd-info .info li::after {
  left: 0;
}
.ny-fyqd .fyqd-info .info li::before {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ny-fyqd .fyqd-info .info li .item {
  display: inline-block;
  margin-right: 2em;
  font-size: var(--base-font-size-h5);
}
.ny-fyqd .fyqd-info .info li .item:before,
.ny-fyqd .fyqd-info .info li .item:after {
  content: " ";
  display: table;
}
.ny-fyqd .fyqd-info .info li .item:after {
  clear: both;
}
.ny-fyqd .fyqd-info .info li .item:before,
.ny-fyqd .fyqd-info .info li .item:after {
  content: " ";
  display: table;
}
.ny-fyqd .fyqd-info .info li .item:after {
  clear: both;
}
.ny-fyqd .fyqd-info .info li .item .tit {
  float: left;
}
.ny-fyqd .fyqd-info .info li .item .val {
  float: left;
  color: #999;
  position: relative;
}
.ny-fyqd .fyqd-info .info li .item.link {
  color: #54a34d;
}
.ny-fyqd .fyqd-info .info li .item.link a {
  color: #54a34d;
}
.ny-fyqd .fyqd-info .info li .item.link .val {
  color: #54a34d;
}
.ny-fyqd .fyqd-info .info li .item.link .val::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 5px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/images/page_next.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1169px) {
  .ny-list {
    margin-top: 30px;
    padding-left: 0 !important;
  }
}
