.article-content.article-img-content-wrap {
  width: 867px;
  margin: 0 auto;
  min-height: 600px;
}

.article-content.article-img-content-wrap .article-img-content {
  text-align: center;
  position: relative;
}
.article-content.article-img-content-wrap .article-img-content .img {
  width: 100%;
  height: 567px;
  margin: 0 auto;
}
.article-content.article-img-content-wrap .article-img-content img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text {
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text span {
  font-size: 2em;
  color: #fff;
}
.article-content.article-img-content-wrap .article-img-content .slick-next,
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  top: 93%;
  width: 15px;
  height: 21px;
}
.article-content.article-img-content-wrap .article-img-content .slick-next {
  right: 10px;
  background: url(../img/next1.png);
}
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  left: 10px;
  z-index: 1;
  background: url(../img/prev1.png);
}
.article-content.article-img-content-wrap
  .article-img-content
  .slick-next:before,
.article-content.article-img-content-wrap
  .article-img-content
  .slick-prev:before {
  display: none;
}
.article-content.article-img-content-wrap .article-img-content .custom_paging {
  position: absolute;
  left: 50px;
  bottom: 8px;
  z-index: 1;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li {
  display: none;
  color: #fff;
  font: 400 1em/1.8 'SimSun', '宋体', 'PingFang SC', 'Microsoft YaHei',
    \5fae\8f6f\96c5\9ed1, Helvetica, Arial, sans-serif;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li.slick-active {
  display: inline-block;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .active-index {
  font-size: 38px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .separator {
  font-size: 24px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .slide-count {
  margin-left: 2px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .article-content.article-img-content-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    height: auto;
  }
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 450px;
  }
  .article-content.article-img-content-wrap .article-img-content .text {
    height: 50px;
    line-height: 50px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    font-size: 1.6em;
  }
  .article-content.article-img-content-wrap .article-img-content .slick-prev,
  .article-content.article-img-content-wrap .article-img-content .slick-next {
    top: auto;
    bottom: 3px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    bottom: 2px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .active-index {
    font-size: 24px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .separator {
    font-size: 18px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .slide-count {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 400px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    display: block;
    padding-left: 90px;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    left: 40px;
  }
}
@media (max-width: 639px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 240px;
  }
}

.article-head {
  width: 100%;
  margin: 0px auto;
}
.article-head .article-title {
  font-size: 2.4em;
  text-align: center;
  color: #333333;
  padding-bottom: 5px;
}
.article-head .article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #6e6e6e;
  margin: 10px auto;
  padding: 0 15px;
  display: none;
}
.article-head .article-info {
  font-size: 1.4em;
  color: #333333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: none;
}
.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #a0a0a0;
}
.article-content {
  padding: 12px;
  color: #4e4e4e;
}
.article-content > p {
  text-indent: 2em;
  font-size: 1.6em;
  margin-bottom: 12px;
  line-height: 2;
}
.article-content > p[align='center'],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.article-jump {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
  margin-bottom: 12px;
}
.article-jump > div {
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.article-jump > div a {
  color: #333333;
}
.article-jump > div a:hover {
  color: #cb8e25;
}
.article-jump .prev {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media (max-width: 1199px) {
  .article-head {
    padding-top: 20px;
  }
  .article-content table{
    width: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px;
  }
  .article-head .article-title {
    font-size: 2em;
  }
  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0;
  }
  .article-jump > div {
    font-size: 1.4em;
  }
}

.header-top {
  background-color: #800;
}
.header-top > .content-box {
  height: 50px;
  position: relative;
}
.header-top .logo {
  float: left;
  display: none;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 20px;
}
.header-top .welcome span {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 1.6em;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  width: 220px;
  height: 25px;
  background-color: transparent;
  border-bottom: 1px solid #c48080;
  top: 8px;
  overflow: hidden;
  padding-right: 50px;
}
.header-top .search-box input {
  display: block;
  width: 100%;
  height: 25px;
  border: none;
  line-height: 25px;
  padding-left: 2px;
  color: #bc7878;
  font-size: 1.4rem;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.header-top .search-box ::-webkit-input-placeholder {
  color: #bc7878;
}
.header-top .search-box ::-moz-placeholder {
  color: #bc7878;
}
.header-top .search-box :-ms-input-placeholder {
  color: #bc7878;
}
.header-top .search-box :-moz-placeholder {
  color: #bc7878;
}
.header-top .search-box a {
  display: block;
  width: 25px;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../img/search_btn.png) no-repeat center;
  outline: none;
}
.header-wrap .nav-open,
.header-nav .nav-close {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-wrap {
    background-color: #94070a;
  }
  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99;
  }
  .nav-bar::before {
    content: '';
    width: 309px;
    height: 150px;
    background: url(../img/top_logo.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -155px;
  }
  .nav-bar > li {
    display: inline-block;
    height: 60px;
    position: relative;
  }
  .nav-bar > li:nth-child(1),
  .nav-bar > li:nth-child(2),
  .nav-bar > li:nth-child(3),
  .nav-bar > li:nth-child(4),
  .nav-bar > li:nth-child(5) {
    float: left;
  }
  
  .nav-bar > li:nth-child(6),
  .nav-bar > li:nth-child(7),
  .nav-bar > li:nth-child(8),
  .nav-bar > li:nth-child(9),
  .nav-bar > li:nth-child(10) {
    float: right;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 1.8em;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li.active > a,
  .nav-bar > li:hover > a {
    background-color: #cb8e25;
  }
  .nav-bar > li > ul {
    width: 300%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform:translateX(-50%);
    overflow: hidden;
    max-height: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  .nav-bar > li > ul > li{
    display:inline-block;
    width: 50%;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 24px;
    /* padding: 0 18px; */
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    border-radius: 3px;
    position: relative;
  }
  .nav-bar > li:hover > ul {
    max-height: 400px;
    padding: 15px;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    color: #fff;
    background-color: #AD1010;
  }
}
@media (max-width: 1480px) {
  .header-top .header-link {
    display: none;
  }
  .nav-bar > li > a {
    font-size: 1.8em;
  }
}
@media (max-width: 1199px) {
  .header-top .go-back {
    display: none;
  }
  .header-top .content-box {
    height: 120px;
  }
  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -10px;
  }
  .header-top .header-link {
    display: none;
  }
  .header-top .welcome {
    display: none;
  }
  .header-top .logo {
    display: inline-block;
  }
  .header-top .logo img {
    height: 70px;
    margin: 25px auto 0;
  }
  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #800;
    background: url('../img/nav_open.png') right center no-repeat;
  }
  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1;
  }
  .header-nav.show {
    right: 0;
  }
  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    font-size: 1.4rem;
  }
  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
  }
  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }
  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .nav-bar > li {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .nav-bar > li > a {
    font-size: 1.6rem;
    display: block;
    background: #800;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
  }
  .nav-bar > li:first-child > a {
    display: none;
  }
  .nav-bar > li > ul {
    padding: 10px 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
  }
  .nav-bar > li > ul > li {
    display: inline-block;
    margin:0 10px;
    width: auto;
  }
  .nav-bar > li > ul > li > a {
    font-size: 1.6rem;
    padding: 5px 10px;
    border: 1px solid #e7eefc;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #800;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #94070a;
    color: #fff;
    border-color: #94070a;
  }
  .nav-bar > li > ul > li > ul {
    display: block;
    background: #f3f3f3;
  }
  .nav-bar > li > ul > li > ul > li > a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px;
  }
  .nav-bar > li > ul > li > ul > li.active > a {
    background: #4890ea;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-top .search-box {
    display: none;
  }
  .header-top {
    height: 80px;
  }
  .header-top .content-box {
    height: 80px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .logo img {
    height: 60px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 639px) {
  .header-top {
    height: 65px;
  }
  .header-top .content-box {
    height: 65px;
  }
  .header-top .logo {
    margin-left: 5px;
  }
  .header-top .logo img {
    height: 45px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px;
  }
  .header-top > .content-box {
    height: 65px;
  }
  .header-top .nav-open {
    font-size: 0;
  }
}

.footer-wrap .footer-content {
  background-color: #800;
  background-image: url(../img/footer_logo.png);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-wrap .footer-info {
  height: 160px;
  position: relative;
  padding-top: 35px;
}
.footer-wrap .footer-info .footer-info-item {
  display: inline-block;
  float: left;
  width: 500px;
}
.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 20px;
}
.footer-wrap .footer-info .footer-info-item span {
  display: block;
}
.footer-wrap .footer-info .police {
  padding-left: 20px;
  background: url(../img/beian.png) no-repeat left center;
  display: inline-block;
}
.footer-wrap .footer-info .address {
  padding-left: 20px;
  background: url(../img/address.png) no-repeat left center;
  display: inline-block;
}
.footer-wrap .footer-info .tel {
  padding-left: 20px;
  background: url(../img/tel.png) no-repeat left center;
}
.footer-wrap .footer-info .beian {
  padding-left: 30px;
}
.footer-wrap .code-box {
  position: absolute;
  right: 0;
  top: 30px;
  width: 440px;
  text-align: center;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-wrap .code-box div {
  display: inline-block;
  margin-left: 10px;
  width: 95px;
  height: 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
}
.footer-wrap .code-box div img {
  display: inline-block;
}
.footer-wrap .code-box div span {
  display: block;
  font-size: 1.4em;
  color: #fff;
}
.footer-wrap .code-box .footer-code {
  position: relative;
}
.footer-wrap .code-box .footer-code img {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.footer-wrap .code-box .footer-code::before {
  content: '';
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
  background-color: #9f2023;
}
.footer-wrap .code-box .footer-code span {
  padding-top: 11px;
}
.footer-wrap .code-box .no-org {
  width: 94px;
  height: 94px;
  background: url(../img/org.png) no-repeat center;
  position: relative;
}
.footer-copyright {
  height: 40px;
  line-height: 40px;
  background-color: #740404;
}
.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}
.footer-copyright .copyright-info {
  padding-left: 20px;
}
.footer-copyright .company {
  float: right;
}
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: 48px;
  border-radius: 4px;
  z-index: 1000;
  cursor: pointer;
  background: #cb8e25 url('../img/gotop.png') center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1480px) {
  .footer-wrap .footer-info .footer-info-item2 {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-content {
    display: none;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .copyright-info {
    padding-left: 0;
    margin: 0;
  }
  .footer-copyright .beian,
  .footer-copyright .no-org,
  .footer-copyright .police,
  .footer-copyright .company {
    display: none;
  }
}

.module.fast-link-module {
  height: 320px;
  padding-top: 40px;
  background: url(../img/module4_bg.png) no-repeat left top;
}
.module.fast-link-module .content-box {
  position: relative;
}
.module.fast-link-module .fast-link-list {
  margin-top: 20px;
  position: relative;
}
.module.fast-link-module .fast-link-list .slick-next,
.module.fast-link-module .fast-link-list .slick-prev {
  width: 24px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module.fast-link-module .fast-link-list .slick-next::before,
.module.fast-link-module .fast-link-list .slick-prev::before {
  display: none;
}
.module.fast-link-module .fast-link-list .slick-prev {
  left: 10px;
  background: rgba(0, 0, 0, 0.4) url(../img/nav_left.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-prev:hover {
  background: #94070a url(../img/nav_left.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-next {
  right: 10px;
  background: rgba(0, 0, 0, 0.4) url(../img/nav_right.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-next:hover {
  background: #94070a url(../img/nav_right.png) no-repeat center;
}
.module.fast-link-module .fast-link-list a {
  display: inline-block;
  margin: 0 10px;
}
.module.fast-link-module .fast-link-list a .img {
  overflow: hidden;
}
.module.fast-link-module .fast-link-list a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module.fast-link-module .fast-link-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.module.module3 {
  background: url(../img/module3_bg.png) no-repeat left top;
  height: 620px;
  padding-top: 40px;
}
.img-module-list {
  display: inline-block;
  float: left;
}
.img-module-list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.img-module-list a h3 {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 1.8em;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(/static/img/img_text_bg.png) repeat-x left center;
}
.img-module-list a:hover .img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.img-module-list a:hover h3 {
  bottom: -1px;
}
.img-module-list1 {
  width: 49%;
  float: left;
  height: 408px;
}
.img-module-list1 a .img {
  height: 410px;
}
.img-module-list2 {
  width: 49%;
  float: right;
}
.img-module-list2 a {
  width: 48%;
  float: left;
}
.img-module-list2 a:nth-child(1),
.img-module-list2 a:nth-child(2) {
  margin-bottom: 24px;
}
.img-module-list2 a:nth-child(2),
.img-module-list2 a:nth-child(4) {
  float: right;
}
.img-module-list2 a .img {
  height: 192px;
}
@media (max-width: 1366px) {
  .module.module3 {
    height: 580px;
  }
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 22px;
  }
}
@media (max-width: 1199px) {
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 17px;
  }
  .img-module-list1 a .img {
    height: 340px;
  }
  .img-module-list2 a .img {
    height: 162px;
  }
  .module.module3 {
    height: auto;
  }
}
@media (max-width: 991px) {
  .module.module3 {
    margin-bottom: 40px;
  }
  .img-module-list1 {
    height: auto;
  }
  .img-module-list1 a .img {
    height: 260px;
  }
  .img-module-list2 a .img {
    height: 124px;
  }
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 11px;
  }
  .img-module-list1 a .img {
    height: 220px;
  }
  .img-module-list2 a .img {
    height: 105px;
  }
}
@media (max-width: 639px) {
  .img-module-list1,
  .img-module-list2 {
    width: 100%;
    float: none;
  }
  .img-module-list1 a .img {
    height: auto;
  }
  .img-module-list2 a .img {
    height: 140px;
  }
  .img-module-list1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .img-module-list2 a .img {
    height: 110px;
  }
}

.other-link-list {
  padding-top: 25px;
  position: relative;
  height: 200px;
}
.other-link-list .slick-next,
.other-link-list .slick-prev {
  width: 24px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other-link-list .slick-next::before,
.other-link-list .slick-prev::before {
  display: none;
}
.other-link-list .slick-prev {
  left: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_left.png) no-repeat center;
}
.other-link-list .slick-prev:hover {
  background: #94070a url(../img/nav_left.png) no-repeat center;
}
.other-link-list .slick-next {
  right: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_right.png) no-repeat center;
}
.other-link-list .slick-next:hover {
  background: #94070a url(../img/nav_right.png) no-repeat center;
}
.other-link-list a {
  display: inline-block;
  margin: 2px 15px;
  text-align: center;
  padding-top: 30px;
  height: 110px;
  position: relative;
}
.other-link-list a:first-child img{
  padding-top: 12px;
}
.other-link-list a img {
  display: inline-block;
}
.other-link-list a span {
  display: block;
  width: 100%;
  text-align: center;
  position:absolute;
  bottom: 0;
  font-size: 1.8em;
  padding-top: 20px;
  color: #323232;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.other-link-list a:hover span {
  color: #cb8e25;
}
@media only screen and (max-width: 1199px) {
  .other-link-list {
    padding-left: 30px;
    padding-right: 33px;
  }
  .other-link-list a {
    margin: 0 10px;
  }
}

.module.module2 {
  background: url(../img/module2_bg.png) no-repeat left top;
  padding: 50px 0;
  height: 540px;
}
.module.module2 .module-name span {
  color: #fff;
}
.module.module2 .module-name a {
  color: #fff;
  background: url(../img/module2_more.png) no-repeat left top;
}
.module.module2 .module-name a:hover {
  background: url(../img/module2_more_on.png) no-repeat left top;
  color: #cb8e25;
}
.pic-module-list {
  position: relative;
  overflow: hidden;
}
.pic-module-list a {
  width: 23%;
  height: 340px;
  float: left;
  padding: 10px;
  margin: 0 1% 2%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #c38080;
}
.pic-module-list a .img {
  height: 195px;
  overflow: hidden;
}
.pic-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pic-module-list a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-top: 25px;
  font-size: 1.6em;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pic-module-list a span {
  font-size: 1.6em;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
.pic-module-list a p {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pic-module-list a:hover {
  border-color: #cb8e25;
  background-color: #cb8e25;
}
.pic-module-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 1366px) {
  .module.module2 {
    height: 500px;
  }
  .pic-module-list a {
    height: 310px;
  }
  .pic-module-list a .img {
    height: 160px;
  }
}
@media (max-width: 1199px) {
  .module.module2 {
    height: 480px;
  }
  .pic-module-list a {
    height: 290px;
  }
  .pic-module-list a .img {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .module.module2 {
    height: auto;
    background-size: cover;
  }
  .pic-module-list {
    height: auto;
  }
  .pic-module-list a {
    width: 48%;
    height: 340px;
  }
  .pic-module-list a .img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .pic-module-list a {
    height: 320px;
  }
  .pic-module-list a .img {
    height: 170px;
  }
}
@media (max-width: 639px) {
  .pic-module-list a {
    height: auto;
    width: 98%;
    margin: 0 1% 20px;
  }
  .pic-module-list a .img {
    height: auto;
  }
  .pic-module-list a span {
    margin-bottom: 20px;
  }
}

.module.module1 {
  background: url(../img/module1_bg.png) no-repeat left top;
  padding: 50px 0;
}
.module1 .content-box {
  padding-left: 210px;
  position: relative;
}
.module1 .content-box .module-name {
  position: absolute;
  left: 0;
}
.module1 .content-box .module-name span {
  display: block;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  word-break: break-all;
  width: 36px;
  margin-left: 40px;
  margin-bottom: 50px;
}
.module1 .content-box .module-name a {
  display: block;
  position: relative;
}
.tuwen-module-list {
  position: relative;
  overflow: hidden;
}
.tuwen-module-list a {
  width: 31.333333%;
  height: 490px;
  float: left;
  background-color: #fff;
  padding: 10px;
  margin: 0 1% 2%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.tuwen-module-list a .img {
  height: 230px;
  overflow: hidden;
}
.tuwen-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-module-list a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-top: 30px;
  font-size: 1.8em;
  line-height: 1.6;
  color: #414141;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuwen-module-list a span {
  font-size: 1.6em;
  color: #666666;
  display: block;
  margin-bottom: 40px;
}
.tuwen-module-list a p {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tuwen-module-list a:hover {
  border-color: #cb8e25;
}
.tuwen-module-list a:hover h3 {
  color: #cb8e25;
}
.tuwen-module-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wenzi-module-list a {
  width: 31%;
  float: left;
  margin: 0 1%;
  background-color: #fff;
  height: 140px;
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module-list a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.8em;
  color: #323232;
  line-height: 1.8;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module-list a span {
  font-size: 1.6em;
  color: #666666;
  display: block;
}
.wenzi-module-list a:hover {
  border-color: #cb8e25;
}
.wenzi-module-list a:hover h3 {
  color: #cb8e25;
}
@media (max-width: 1366px) {
  .tuwen-module-list a {
    height: 400px;
  }
  .tuwen-module-list a .img {
    height: 190px;
  }
  .tuwen-module-list a h3 {
    padding-top: 15px;
  }
  .tuwen-module-list a span {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .module.module1 {
    padding: 30px 0;
    background-size: cover;
  }
  .module.module1 .content-box {
    padding-left: 0;
  }
  .module.module1 .content-box .module-name {
    position: relative;
    left: auto;
  }
  .module.module1 .content-box .module-name span {
    width: 100%;
    margin-left: 0;
  }
  .module.module1 .content-box .module-name a {
    position: absolute;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .tuwen-module-list a {
    height: 360px;
  }
  .tuwen-module-list a .img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .tuwen-module-list a {
    height: 340px;
  }
  .tuwen-module-list a .img {
    height: 120px;
  }
}
@media (max-width: 639px) {
  .tuwen-module-list a {
    width: 98%;
    padding: 10px 10px 20px;
    float: none;
    display: block;
    margin: 0 1% 20px;
    overflow: hidden;
    height: auto;
  }
  .tuwen-module-list a .img {
    height: auto;
  }
  .wenzi-module-list a {
    height: auto;
    width: 98%;
    margin: 0 1% 20px;
  }
}

.blogroll-box {
  height: 60px;
  line-height: 60px;
  background-color: #f0f0f0;
}
.blogroll-box .content-box {
  padding-left: 150px;
  position: relative;
}
.blogroll-box .content-box .title {
  font-size: 2.4em;
  padding-left: 35px;
  line-height: 60px;
  background: url(../img/link_icon.png) no-repeat left center;
  white-space: nowrap;
  color: #800;
  position: absolute;
  left: 0;
}
.blogroll-box .content-box .link-content a {
  display: block;
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  margin: 0 30px;
  line-height: 60px;
  height: 60px;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  background: url(../img/link.png) no-repeat left center;
}
.blogroll-box .content-box .link-content a span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.blogroll-box .content-box .link-content a:hover {
  background: url(../img/link_on.png) no-repeat left center;
}
.blogroll-box .content-box .link-content a:hover span {
  color: #cb8e25;
}
.blogroll-box .content-box .link-content .slick-next:before,
.blogroll-box .content-box .link-content .slick-prev:before {
  display: none;
}
.blogroll-box .content-box .link-content .slick-next,
.blogroll-box .content-box .link-content .slick-prev {
  width: 27px;
  height: 27px;
  border-radius: 2px;
  border: 1px solid #777777;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
}
.blogroll-box .content-box .link-content .slick-next {
  right: 0;
  background-image: url(../img/link_right.png);
  background-color: #777777;
}
.blogroll-box .content-box .link-content .slick-next:hover {
  background-color: #cb8e25;
  border-color: #cb8e25;
}
.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 28px;
  background-image: url(../img/link_left.png);
  background-color: #777777;
}
.blogroll-box .content-box .link-content .slick-prev:hover {
  background-color: #cb8e25;
  border-color: #cb8e25;
}
@media only screen and (max-width: 1199px) {
  .link-module {
    display: none;
  }
}

.person-list-page2 {
  margin-top: 24px;
}
.person-list-page2 a {
  position: relative;
  display: block;
  height: 278px;
  background: url(../img/person_bg.png) no-repeat left top;
  padding: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 25px;
}
.person-list-page2 a .img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 150px;
  height: 207px;
  display: block;
  position: absolute;
  left: 35px;
  top: 35px;
}
.person-list-page2 a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.person-list-page2 a .txt {
  width: calc(100% - 150px);
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  float: right;
}
.person-list-page2 a .txt p {
  font-size: 1.6em;
  color: #333333;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.person-list-page2 a .title-box {
  padding-bottom: 10px;
}
.person-list-page2 a .title-box span {
  display: block;
}
.person-list-page2 a .title-box .title {
  font-size: 2em;
  color: #cb8e25;
  padding-bottom: 20px;
  border-bottom: 1px solid #efddba;
  margin-bottom: 15px;
}
.person-list-page2 a .title-box .ftitle {
  font-size: 1.8em;
  color: #333333;
}
.person-list-page2 a .detail {
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 4px;
  font-family: '宋体';
  margin-top: 5px;
  position: absolute;
  right: 0;
  display: none;
  text-indent: 12px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f7f7f7 url('/static/img/detail.png') no-repeat 80% center;
}
.person-list-page2 a:hover {
  -webkit-box-shadow: 0 0 10px 1px #f9f3e4;
  box-shadow: 0 0 10px 1px #f9f3e4;
}
.person-list-page2 a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.person-list-page2 a:hover .detail {
  color: #fff;
  background: #005bac url('/static/img/detail_on.png') no-repeat 80% center;
}
@media only screen and (max-width: 1366px) {
  .person-list-page2 a {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .person-list-page2 a {
    height: auto;
    background: none;
    border: 1px solid #e5bc71;
    border-radius: 3px;
  }
  .person-list-page2 a .img {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    left: auto;
    top: 0;
    margin-bottom: 10px;
  }
  .person-list-page2 a .img img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .person-list-page2 a .txt {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .person-list-page2 a .detail {
    position: relative;
    right: auto;
    left: 0;
  }
}

.tupian-list-page {
  margin-left: -2%;
  margin-right: -2%;
}
.tupian-list-page a {
  width: 29%;
  margin: 0 2% 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0px 1px 1px #efddba;
  box-shadow: 0 0px 1px 1px #efddba;
  border-bottom: 2px solid transparent;
}
.tupian-list-page a .img {
  position: relative;
  height: 170px;
  overflow: hidden;
}
.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tupian-list-page a .title {
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  font-size: 1.6em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tupian-list-page a:hover {
  border-color: #cb8e25;
}
.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tupian-list-page a:hover .title {
  color: #94070a;
  border-color: #94070a;
}
@media only screen and (max-width: 1366px) {
  .tupian-list-page a .img {
    height: 141px;
  }
}
@media only screen and (max-width: 1199px) {
  .tupian-list-page {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .tupian-list-page a {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tupian-list-page a .img {
    height: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .tupian-list-page a .img {
    height: 120px;
  }
  .tupian-list-page a .title {
    height: auto;
    line-height: 1;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tupian-list-page a .img {
    height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%;
    margin: 0 1% 20px;
  }
  .tupian-list-page a .img {
    height: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .tupian-list-page a {
    width: 98%;
  }
  .tupian-list-page a .img {
    height: auto;
  }
}

.tuwen-list-page4 a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding-top: 30px;
  position: relative;
}
.tuwen-list-page4 a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/list1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 31px;
}
.tuwen-list-page4 a .img {
  display: block;
  width: 220px;
  height: 144px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page4 a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page4 a .txt {
  float: right;
  width: calc(100% - 240px);
  position: relative;
  padding-top: 0;
  border-bottom: 1px dashed #efddba;
  padding-bottom: 15px;
}
.tuwen-list-page4 a .title {
  font-size: 1.8em;
  color: #333333;
  line-height: 140%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
.tuwen-list-page4 a .intro {
  font-size: 1.6em;
  color: #777777;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  height: 84px;
}
.tuwen-list-page4 a .intro .text-detail {
  color: #800;
}
.tuwen-list-page4 a .txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tuwen-list-page4 a .time {
  font-size: 1.4em;
  color: #999999;
  padding-left: 20px;
  line-height: 30px;
  background: url(../img/time.png) no-repeat left center;
}
.tuwen-list-page4 a .detail {
  display: inline-block;
  width: 98px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: url(../img/deatail.png) no-repeat center;
  font-size: 1.4em;
  color: #cb8e25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
}
.tuwen-list-page4 a:hover {
  border-color: #cb8e25;
}
.tuwen-list-page4 a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-list-page4 a:hover .title {
  color: #cb8e25;
}
.tuwen-list-page4 a:hover .detail {
  color: #fff;
  background: url(../img/detail_on.png) no-repeat center;
}
@media only screen and (max-width: 1023px) {
  .tuwen-list-page4 a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-list-page4 a .img {
    width: 120px;
    height: 80px;
  }
  .tuwen-list-page4 a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
    border-bottom: none;
  }
  .tuwen-list-page4 a .title {
    white-space: normal;
    display: -webkit-box;
    font-size: 1.6em;
  }
  .tuwen-list-page4 a .intro {
    margin-bottom: 0;
    height: auto;
  }
  .tuwen-list-page4 a .detail {
    display: none;
  }
}

.wenzi-list-page a {
  display: block;
  height: 45px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #efddba;
}
.wenzi-list-page a:first-child {
  margin-top: 5px;
}
.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 110px);
  padding-left: 1px;
}
.wenzi-list-page a .title:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/list.png) no-repeat center;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.wenzi-list-page a .time {
  float: right;
  font-size: 1.4em;
  line-height: 45px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 19px;
  background: url(../img/time.png) no-repeat left 15px;
}
.wenzi-list-page a:hover {
  border-color: #cb8e25;
}
.wenzi-list-page a:hover .title {
  color: #cb8e25;
}
@media only screen and (max-width: 1199px) {
  .wenzi-list-page a .title {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 639px) {
  .wenzi-list-page a {
    margin-top: 5px;
  }
}

.xiazai-list-page a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 50px;
  height: 50px;
  margin-top: 12px;
  padding-right: 100px;
  padding-left: 25px;
  border-bottom: 1px dashed #efddba;
  background: url(../img/list.png) no-repeat left center;
}
.xiazai-list-page a:first-child {
  margin-top: 0;
}
.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 98px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #cb8e25;
  font-size: 1.4em;
  background: url('../img/deatail.png') no-repeat 80% center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a .title {
  color: #333;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a:hover {
  border-color: #cb8e25;
}
.xiazai-list-page a:hover .title {
  color: #cb8e25;
}
.xiazai-list-page a:hover .btn {
  color: #fff;
  background: url('../img/detail_on.png') no-repeat 80% center;
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center;
  background-color: #fff;
}
.notfind img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.notfind .notfind-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #80c023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto;
}

.banner-box {
  width: 100%;
  max-height: 560px;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 560px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  background-size: cover;
}
.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 20px;
  padding: 5px 10px;
  border-radius: 15px;
  left: 80%;
}
.banner-box .slick-dots li button {
  display: none;
}
.banner-box .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.banner-box .slick-dots li.slick-active {
  background-color: #800;
  border-color: #800;
  opacity: 1;
}
.banner-box .slick-dots li:last-child.slick-active {
  margin-right: 7px;
}
.banner-box .slick-dots li:last-child.slick-active::after {
  display: none;
}
.banner-box .slick-arrow {
  width: 56px;
  height: 80px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(#000000, 0.5)
}
.banner-box .slick-arrow:before {
  display: none;
}
.banner-box .slick-arrow.slick-prev {
  left: 66px;
  background-image: url('../img/banner_prev.png');
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-box .slick-arrow.slick-next {
  right: 66px;
  background-image: url('../img/banner_next.png');
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(148, 7, 10, 1)
}
.banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(148, 7, 10, 1)
}
.banner-box:hover .slick-arrow {
  opacity: 0.9;
}
@media only screen and (max-width: 1480px) {
  .banner-box .banner-item {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-box,
  .banner-box .banner-item {
    height: 300px;
  }
  .banner-box .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .banner-box .slick-arrow:hover {
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box,
  .banner-box .banner-item {
    height: 220px;
  }
}
@media only screen and (max-width: 639px) {
  .banner-box,
  .banner-box .banner-item {
    height: 160px;
  }
  .banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important;
  }
  .banner-box .slick-dots {
    bottom: 5px;
  }
  .banner-box .slick-dots li {
    width: 9px;
    height: 9px;
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 260px;
  overflow: hidden;
  position: relative;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 260px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.frame-banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.frame-banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.frame-banner-box .slick-dots li button {
  display: none;
}
.frame-banner-box .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.frame-banner-box .slick-dots li.slick-active {
  background: #94070a;
}
.frame-banner-box .slick-arrow {
  width: 56px;
  height: 80px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.frame-banner-box .slick-arrow:before {
  display: none;
}
.frame-banner-box .slick-arrow.slick-prev {
  left: 66px;
  background-image: url('../img/banner_prev.png');
}
.frame-banner-box .slick-arrow.slick-next {
  right: 66px;
  background-image: url('../img/banner_next.png');
}
.frame-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #94070A;
}
.frame-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #94070A;
}
.frame-banner-box:hover .slick-arrow {
  opacity: 0.9;
}
@media only screen and (max-width: 1023px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 150px;
  }
  .frame-banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important;
  }
  .frame-banner-box .slick-dots {
    bottom: 5px;
  }
  .frame-banner-box .slick-dots li {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 479px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 130px;
  }
}

.module {
  margin: 0 5px;
}
.module .module-name {
  margin-bottom: 30px;
  height: 47px;
  position: relative;
}
.module .module-name span {
  display: inline-block;
  font-size: 3.6em;
  position: relative;
  color: #94070a;
  font-family: '华文楷体';
}
.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
  width: 126px;
  height: 28px;
  font-size: 1.4em;
  padding-left: 45px;
  background: url(../img/more.png) no-repeat left 4px;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #414141;
}
.module .module-name a:hover {
  color: #94070a;
  background: url(../img/more_on.png) no-repeat left 4px;
}
.module .center-module-name {
  text-align: center;
}
.full-module {
  margin: 0;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  position: relative;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 310px);
  min-height: 400px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.hot-news .hot-title {
  font-size: 1.8em;
  background-color: #800;
  text-align: center;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.hot-news a {
  display: block;
  height: 60px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  margin-top: 20px;
}
.hot-news a p {
  width: calc(100% - 50px);
  color: #777777;
  font-size: 1.6em;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.hot-news a p::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #777777;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.hot-news a span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.4em;
  color: #999;
}
.hot-news a:hover p {
  color: #800;
}
.sidebar {
  background: url(../img/sidebar_title.png) no-repeat left top;
  padding: 25px 10px 0;
}
.sidebar-title {
  font-size: 3em;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.sidebar-title span {
  display: inline-block;
}
.sidebar-menu {
  background-color: #f8e6c8;
  position: relative;
  margin-bottom: 24px;
  padding: 20px 0 30px;
}
.sidebar-menu > li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  text-align: center;
  position: relative;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #800;
  background: #fff url(../img/level1_on.png) no-repeat 20px center;
  /* border-bottom: 1px solid #f8e6c8; */
}
.sidebar-menu > li:hover ul,
.sidebar-menu > li.active ul {
  max-height: 1000px;
  overflow: auto;
}
.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fffaf2;
}
.sidebar-menu ul > li > a {
  display: block;
  line-height: 50px;
  font-size: 1.8em;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #414040;
  background: url(../img/level2.png) no-repeat 55px center;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #800;
  background: url(../img/level2_on.png) no-repeat 55px center;
}
.news-list li {
  position: relative;
}
.news-list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 95px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-list li a:hover p,
.news-list li a:hover span {
  color: #800;
}
.news-list li p {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: Arial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.frame-wrap {
  background: url(../img/frame_bg.png) repeat left top;
}
.frame-wrap .frame-content-box {
  padding: 44px;
  margin-top: -110px;
  margin-bottom: 40px;
  position: relative;
  background: #fffffb url(../img/frame_content.png) no-repeat left top;
}
.frame-location {
  position: relative;
  white-space: nowrap;
  background: url(../img/location_bg.png) no-repeat left top;
  height: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.frame-location .location-path {
  float: right;
  margin-top: 15px;
  background: url(../img/location.png) no-repeat left center;
  color: #fff;
  font-size: 1.8em;
  padding-left: 25px;
}
.frame-location .location-path span a {
  color: #fff;
}
.frame-location .location-path span:last-child em {
  display: none;
}
.frame-location .location-path em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat;
}
.frame-location .now-path {
  float: left;
}
.frame-location .now-path span {
  display: none;
}
.frame-location .now-path span:nth-child(2) {
  display: inline-block;
  font-size: 30px;
  padding-left: 40px;
  line-height: 65px;
  color: #800;
}
@media (max-width: 767px) {
  .frame-location span {
    display: none;
  }
  .frame-location span:last-child {
    display: inline-block;
  }
}
.empty-list-info {
  text-align: center;
  line-height: 3;
}
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}
.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  line-height: 1.4em;
}
.yn-pagination a:hover {
  background: #94070a;
  border-color: #94070a;
  color: #fff;
}
.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb;
}
.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #94070a;
  border-color: #94070a;
  color: #fff;
}
.yn-pagination span {
  margin: 0 5px;
}
.yn-pagination .total-page-num {
  cursor: default;
}
.yn-pagination .go-page {
  cursor: default;
}
.yn-pagination .go-page:hover {
  cursor: default;
  background: #1469bc;
  border-color: #1469bc;
  color: #fff;
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0;
}
.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}
.edui-pdf {
  min-height: 800px;
}
.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}
#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}
#dituContent img {
  max-width: none !important;
}
.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important;
}
@media only screen and (max-width: 1480px) {
  .module .module-name {
    margin-bottom: 20px;
  }
  .module .module-name span {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 1199px) {
  .module {
    margin: 0;
  }
  .frame-wrap {
    /* margin-left: 6px;
    margin-right: 6px; */
    margin-top: 0;
  }
  .frame-wrap .frame-content-box {
    padding: 10px 20px;
  }
  body[data-page-type='index']::before {
    display: none;
  }
  body[data-page-type='index']::after {
    display: none;
  }
  .frame-location .location-path {
    float: left;
  }
  .frame-location .location-path span {
    display: none;
  }
  .frame-location .location-path span:last-child {
    display: inline-block;
  }
}
@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none;
  }
  .yn-pagination .page-num {
    display: none;
  }
  .yn-pagination .page-num.active {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
  .module .module-name span::after {
    font-size: 18px;
    top: 8px;
  }
}

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