/* 网站置灰 */
/* html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
.article-head .article-title {
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin: 10px auto;
  padding: 0 15px 0 15px;
}
.article-head .article-ftitle {
  font-size: 1.6em;
  text-align: center;
  color: #666666;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 16px;
  color: #777777;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dotted #d3b364;
}
.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
}
.style2 .article-head .article-ftitle {
  display: none;
}
.article-content {
  padding: 12px;
  font-size: 16px;
  color: #333333;
}
.article-content > p {
  text-indent: 2em;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 12px;
}
.article-content > p[align="center"],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-jump {
  border-top: 1px solid #25aef1;
  padding: 15px 0 0;
}
.article-jump > div {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.article-jump > div.prev {
  margin-bottom: 15px;
}
.article-jump > div a {
  font-size: 1em;
  color: #333333;
}
.article-jump > div a:hover {
  color: #25aef1;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 639px) {
  .article-head .article-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0;
  }
}

.footer-wrap {
  background-color: #005bac;
}
.footer-wrap > .content-box {
  height: 180px;
  background: url(../img/footer_logo.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}
.footer-wrap > .content-box .footer-info-item {
  padding-top: 12px;
}
.footer-wrap > .content-box .footer-info-item span,
.footer-wrap > .content-box .footer-info-item a {
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 24px;
}
.footer-wrap > .content-box .footer-info-item .address {
  background: url(../img/address.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item .tel {
  background: url(../img/tel.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item .email {
  background: url(../img/email.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item a {
  display: inline-block;
}
.footer-wrap > .content-box .code-box span {
  width: 112px;
  height: 112px;
  display: inline-block;
  position: relative;
  margin-left: 12px;
}
.footer-wrap > .content-box .code-box span::after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: -22px;
  width: 100%;
}
.footer-wrap > .content-box .code-box .dy {
  background: url("../img/sp.png") no-repeat left center;
}
.footer-wrap > .content-box .code-box .dy::after {
  content: "视频号";
}
.footer-wrap > .content-box .code-box .sp {
  background: url("../img/dy.png") no-repeat left center;
}
.footer-wrap > .content-box .code-box .sp::after {
  content: "抖音";
}
.footer-wrap > .content-box .code-box .vx::after {
  content: "微信公众号";
}
.footer-wrap > .content-box .code-box .vx img {
  display: inline-block;
}
.footer-copyright {
  line-height: 40px;
  background-color: #004078;
  text-align: center;
  position: relative;
}
.footer-copyright .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-copyright .content-box p {
  display: inline-block;
}
.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 50px;
}
.footer-copyright .police {
  background: url("../img/police.png") no-repeat left center;
  padding-left: 28px;
}
@media only screen and (max-width: 1199px) {
  .footer-wrap > .content-box {
    display: none;
  }
  .footer-wrap .footer-copyright {
    text-align: center;
  }
  .footer-wrap .footer-copyright .beian,
  .footer-wrap .footer-copyright .police {
    display: none;
  }
  .footer-wrap .footer-copyright span {
    margin: 0;
  }
}

.header-top {
  background: url("../img/header_bg.png") no-repeat 70% center;
}
.header-top > .content-box {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
}
.header-top .slogan {
  padding-left: 30px;
}
.header-top .slogan span {
  color: #008dd2;
  font-size: 36px;
  letter-spacing: 2px;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  width: 224px;
  border-radius: 4px;
  height: 38px;
  top: 32%;
  border: 1px solid #008dd2;
  overflow: hidden;
  padding-right: 40px;
}
.header-top .search-box input {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
  line-height: 38px;
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.header-top .search-box ::-webkit-input-placeholder {
  color: #666666;
}
.header-top .search-box ::-moz-placeholder {
  color: #666666;
}
.header-top .search-box :-ms-input-placeholder {
  color: #666666;
}
.header-top .search-box :-moz-placeholder {
  color: #666666;
}
.header-top .search-box a {
  display: block;
  width: 40px;
  text-align: center;
  height: 38px;
  line-height: 40px;
  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) {
  .header-nav {
    background-color: #25aef1;
  }
  .nav-bar {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
  }
  .nav-bar > li {
    display: inline-block;
    height: 50px;
    position: relative;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 2em;
    color: #fff;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    margin-top: 5px;
    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 {
    color: #008dd2;
    background-color: #fff;
  }
  .nav-bar > li > ul {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #005bac;
    z-index: 1000;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    position: relative;
  }
  .nav-bar > li:hover > ul {
    max-height: 400px;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    background: #25aef1;
  }
}
@media (max-width: 1480px) {
  .header-top .header-link {
    margin-left: 160px;
  }
  .nav-bar > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header-top {
    background: none;
  }
  .header-top .header-link {
    display: none;
  }
  .header-top .content-box {
    height: 100px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px;
  }
  .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: #25aef1;
    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: #25aef1;
    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: 0 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: 10px;
  }
  .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: #25aef1;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #008dd2;
    color: #fff;
    border-color: #008dd2;
  }
  .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;
  }
}
@media only screen and (max-width: 639px) {
  .header-top {
    height: 60px;
  }
  .header-top .content-box {
    height: 60px;
  }
  .header-top .logo img {
    height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px;
  }
  .header-top > .content-box {
    height: 65px;
  }
  .header-top .logo img {
    height: 35px;
  }
  .header-top .nav-open {
    font-size: 0;
  }
}
@media only screen and (max-width: 359px) {
  .header-top .logo img {
    height: 32px;
    margin: 18px auto 0;
  }
}

.first-module .first-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.first-module .first-content .first-slide {
  width: 586px;
  height: 344px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.first-module .first-content .first-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 12px;
}
.first-module .first-content .first-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.first-module .first-content .first-right {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
.first-wenzi-list {
  width: 100%;
}
.first-wenzi-list li {
  position: relative;
  margin-top: 11px;
}
.first-wenzi-list li:first-child {
  margin-top: 0;
}
.first-wenzi-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 60px;
  border-bottom: 2px solid transparent;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
}
.first-wenzi-list li a span {
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
}
.first-wenzi-list li a h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  padding-right: 30px;
  margin-bottom: 0;
}
.first-wenzi-list li a:hover {
  border-bottom: 2px solid #25aef1;
}
.first-wenzi-list li a:hover h3 {
  color: #25aef1;
}
@media only screen and (max-width: 1199px) {
  .first-module .first-content .first-slide {
    width: 400px;
    height: 260px;
  }
  .first-wenzi-list li a {
    height: 43px;
    line-height: 43px;
  }
  .first-wenzi-list li a h3,
  .first-wenzi-list li a span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .first-module .first-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first-module .first-content .first-slide {
    width: 100%;
    height: auto;
  }
  .first-module .first-content .first-right {
    margin-left: 0;
  }
  .first-wenzi-list {
    margin-top: 12px;
  }
  .first-wenzi-list li a {
    height: 50px;
    line-height: 50px;
  }
  .first-wenzi-list li a h3,
  .first-wenzi-list li a span {
    font-size: 16px;
  }
}

.float-module {
  position: fixed;
  right: 25px;
  top: 200px;
}
.float-module .float-bar {
  width: 146px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
}
.float-module .float-bar::after {
  content: "";
  width: 118px;
  height: 122px;
  background: url(../img/float_logo.png) no-repeat center;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -59px;
}
.float-module .float-bar::before {
  content: "";
  width: 160px;
  height: 110%;
  background: #25aef1 url("../img/top_line.png") no-repeat left 92%;
  position: absolute;
  background-size: 100%;
  left: -8px;
  z-index: -1;
  border-radius: 10px;
  display: block;
}
.float-module .float-bar .item {
  margin-bottom: 3px;
}
.float-module .float-bar .item.item1 {
  margin-top: 30px;
}
.float-module .float-bar .item span {
  display: block;
  text-align: center;
}
.float-module .float-bar .item .txt {
  font-size: 1.4em;
  color: #666666;
}
.float-module .float-bar .item .num {
  font-size: 16px;
  color: #0b5eb2;
  padding-bottom: 15px;
  background: url(../img/line.png) no-repeat left bottom;
}
.float-module .float-bar .item .img {
  text-align: center;
  margin-bottom: 15px;
}
.float-module .float-bar .scroll-top {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -50px;
  cursor: pointer;
}
.float-module .float-bar .scroll-top span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-left: 25px;
  background: url("../img/gotop.png") no-repeat left center;
}
@media only screen and (max-width: 1199px) {
  .float-module {
    display: none;
  }
}

.icon-link {
  margin-top: 10px;
}
.icon-link .link-list {
  margin-left: -1%;
  margin-right: -1%;
}
.icon-link .link-list a {
  display: inline-block;
  width: 31.3333%;
  float: left;
  text-indent: 30%;
  height: 79px;
  -webkit-box-shadow: 0 0 3px 1px #f1f3f4;
  box-shadow: 0 0 3px 1px #f1f3f4;
  background: #fff;
  line-height: 79px;
  margin: 0 1% 2%;
  background-size: 100% 100%;
  position: relative;
  border-left: 4px solid #fa6d52;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-link .link-list a::after {
  content: "";
  width: 30px;
  height: 9px;
  background: url("../img/link_arrow.png") no-repeat center;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-link .link-list a span {
  font-size: 20px;
  color: #3f3f40;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-link .link-list a:hover {
  background: url("../img/link_bg.png") no-repeat left center;
  border: none;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.icon-link .link-list a:hover::after {
  background: url("../img/link_arrow_on.png") no-repeat center;
}
.icon-link .link-list a:hover span {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .icon-link .link-list a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .icon-link .link-list a::after {
    display: none;
  }
  .icon-link .link-list a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .icon-link .link-list {
    margin-left: 0;
    margin-right: 0;
  }
  .icon-link .link-list a {
    width: 100%;
    float: none;
    height: 55px;
    line-height: 55px;
    margin: 0 0 12px;
  }
  .icon-link .link-list a::after {
    display: inline-block;
  }
}

.subject-module {
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
.subject-module .subject-list {
  margin-left: -48px;
  padding-right: 170px;
}
.subject-module .subject-list li {
  float: left;
  margin-left: 48px;
}
.subject-module .subject-list li a {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-shadow: inset 0 0 3px 1px #eee;
  box-shadow: inset 0 0 3px 1px #eee;
  height: 440px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  padding: 10px;
  border-bottom: 3px solid transparent;
}
.subject-module .subject-list li a .img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.subject-module .subject-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subject-module .subject-list li a .txt {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.subject-module .subject-list li a .txt .title {
  padding-top: 16px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.subject-module .subject-list li a .txt .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  color: #909090;
  line-height: 2;
}
.subject-module .subject-list li a:hover {
  border-color: #d7b96c;
}
.subject-module .subject-list li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.subject-module .subject-list li a:hover .txt .title {
  color: #25aef1;
  font-weight: bold;
}
.subject-module .subject-list li a:hover .txt .intro {
  color: #888888;
}
.subject-module .subject-list .slick-next,
.subject-module .subject-list .slick-prev {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #25aef1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subject-module .subject-list .slick-next::before,
.subject-module .subject-list .slick-prev::before {
  display: none;
}
.subject-module .subject-list .slick-next:hover,
.subject-module .subject-list .slick-prev:hover {
  background-color: #d7b96c;
}
.subject-module .subject-list .slick-next {
  right: 0;
  background-image: url("../img/sub_right.png");
  top: calc(50% + 30px);
}
.subject-module .subject-list .slick-prev {
  left: auto;
  right: 0;
  top: calc(50% - 50px);
  background-image: url("../img/sub_left.png");
}
@media only screen and (max-width: 1199px) {
  .subject-module .subject-list li a .txt .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .subject-module .subject-list {
    padding-right: 80px;
    margin-left: -20px;
  }
  .subject-module .subject-list li {
    margin-left: 20px;
  }
  .subject-module .subject-list li a .txt .title {
    font-size: 16px;
  }
  .subject-module .subject-list .slick-next,
  .subject-module .subject-list .slick-prev {
    width: 60px;
    height: 40px;
  }
  .subject-module .subject-list .slick-next {
    top: calc(50% + 10px);
  }
  .subject-module .subject-list .slick-prev {
    top: calc(50% - 50px);
  }
}

.wenzi-module.module {
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.wenzi-module.module .module-name .title {
  text-align: left;
}
.wenzi-module-list {
  background-color: #fff;
}
.wenzi-module-list li:last-child a {
  border-bottom: none;
}
.wenzi-module-list li a {
  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;
  height: 68px;
  border-bottom: 1px dashed #e6e6e6;
  padding: 0 20px;
}
.wenzi-module-list li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module-list li a .time {
  font-size: 16px;
  color: #bbbbbb;
  white-space: nowrap;
}
.wenzi-module-list li:hover a p {
  color: #25aef1;
}
@media only screen and (max-width: 1199px) {
  .wenzi-module-list {
    -webkit-box-shadow: 0 0 3px 1px #f1f3f4;
    box-shadow: 0 0 3px 1px #f1f3f4;
  }
  .wenzi-module-list li a {
    height: 50px;
  }
  .wenzi-module-list li a p {
    font-size: 16px;
  }
}

.tuwen-list-page a {
  padding: 20px;
  cursor: pointer;
  height: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-top: 20px;
  position: relative;
  background-color: #f8fbff;
}
.tuwen-list-page a .img {
  display: block;
  width: 196px;
  height: 130px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 196px);
  position: relative;
  padding-left: 20px;
  padding-top: 0;
  padding-right: 100px;
}
.tuwen-list-page a .title {
  font-size: 18px;
  color: #333333;
  padding-top: 15px;
  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;
  font-weight: bold;
}
.tuwen-list-page a .intro {
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuwen-list-page a .intro .text-detail {
  color: #00366f;
}
.tuwen-list-page a .time {
  color: #777777;
  position: absolute;
  height: 100px;
  right: 10px;
  width: 100px;
  border-left: 1px solid #eeeeee;
  top: 30px;
}
.tuwen-list-page a .time span {
  display: block;
  text-align: center;
}
.tuwen-list-page a .time .day {
  font-size: 24px;
  color: #25aef1;
  padding-top: 20px;
  padding-bottom: 5px;
}
.tuwen-list-page a .time .month {
  font-size: 16px;
}
.tuwen-list-page a:hover {
  -webkit-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
  background-color: #fff;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .tuwen-list-page a {
    height: 90px;
    padding: 5px;
    margin-top: 10px;
  }
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px;
  }
  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 0;
  }
  .tuwen-list-page a .title {
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-top: 0;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .tuwen-list-page a .time {
    display: none;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-list-page a .title {
    font-size: 16px;
  }
  .tuwen-list-page a .intro,
  .tuwen-list-page a .time {
    font-size: 14px;
  }
}

.wenzi-list-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #c2c2c2;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wenzi-list-page a .title {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wenzi-list-page a .time {
  font-size: 16px;
  color: #999;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #25aef1;
}

.video-little-module {
  position: relative;
  z-index: 1;
}
.video-little-module .video-list-wrap {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.video-little-module .video-list-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-little-module .video-list-wrap .video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  max-width: 900px;
}
.video-little-module .video-list-wrap .play-box {
  display: block;
  height: 470px;
  position: relative;
}
.video-little-module .video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-little-module .video-list-wrap .play-box .video-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.video-little-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play_btn.png") center 50% no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
  -webkit-animation: pulse 2.5s infinite;
  animation: pulse 2.5s infinite;
}
.video-little-module .video-list-wrap:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-little-module .video-list-wrap:hover .video-mask {
  opacity: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1199px) {
  .video-little-module .video-list-wrap {
    height: auto;
  }
  .video-little-module .video-list-wrap .play-box {
    height: auto;
  }
}

.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  width: 100%;
  opacity: 0.5;
}
.banner-box .banner-item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.banner-box .banner-item a .img {
  overflow: hidden;
  height: 100%;
}
.banner-box .banner-item a .img .animate-banner {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
}
.banner-box .banner-item.swiper-slide-active a .img .animate-banner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 6px;
  opacity: 1;
}
.banner-box
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d7b96c;
}
@media only screen and (max-width: 1366px) {
  .banner-box {
    height: 580px;
  }
  .banner-box .banner-item {
    height: 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-box {
    height: 500px;
  }
  .banner-box .banner-item {
    height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box {
    height: 320px;
  }
  .banner-box .banner-item {
    height: 320px;
  }
  .banner-box .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .banner-box {
    height: 240px;
  }
  .banner-box .banner-item {
    height: 240px;
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 280px;
  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-arrow {
  width: 27px;
  height: 54px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
}
.frame-banner-box .slick-arrow:before {
  display: none;
}
.frame-banner-box .slick-arrow.slick-prev {
  left: 30px;
  background-image: url("../img/banner_left.png");
}
.frame-banner-box .slick-arrow.slick-next {
  right: 30px;
  background-image: url("../img/banner_right.png");
}
.frame-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url("../img/banner_left_on.png");
}
.frame-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url("../img/banner_right_on.png");
}
.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: 220px;
  }
  .frame-banner-box .slick-arrow {
    display: none !important;
  }
}

body[data-page-type="index"] {
  background: #f6f8fa;
  position: relative;
}
body[data-page-type="index"]::after {
  content: "";
  width: 100%;
  height: 500px;
  background: #fff url("../img/rainbow.png") no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 220px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  body[data-page-type="index"]::after {
    bottom: 40px;
  }
}
.module .module-name {
  margin-bottom: 30px;
  position: relative;
}
.module .module-name .title {
  text-align: center;
}
.module .module-name .title span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.module .module-name .title span::before {
  content: "";
  width: 80px;
  height: 51px;
  background: url("../img/title_bg.png") no-repeat center;
  position: absolute;
  right: -35px;
  top: -5px;
}
.module .module-name .title span::after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #f9cd32;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.module .module-name a {
  position: absolute;
  right: 0;
  top: 12px;
  display: inline-block;
  background: url("../img/more.png") no-repeat right center;
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 20px;
}
.module .module-name a:hover {
  color: #25aef1;
  background: url("../img/more_on.png") no-repeat right center;
}
@media only screen and (max-width: 1023px) {
  .module .module-name a {
    margin-top: 15px;
  }
}
.module.plain-module {
  background-color: #e9eef3;
  position: relative;
  overflow: hidden;
}
.module.plain-module .module-name span {
  background: #e9eef3;
}
.module.plain-module .module-name a {
  background: #e9eef3 url(../img/more.png) right center no-repeat;
}
.news-list li {
  position: relative;
  padding-right: 84px;
  border-bottom: 1px dashed #c1c1c1;
  margin-bottom: 1px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: block;
  font-size: 1.6em;
  color: #222222;
  line-height: 38px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-list li a:before {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url(../img/ico_newslist.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
}
.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 38px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
}
.news-list li:hover a,
.news-list li:hover span {
  color: #003670;
}
.frame-wrap {
  margin: 0 auto 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.frame-wrap>.content-box{
  padding-left: 0;
  padding-right: 0;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 276px;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 310px);
  min-height: 400px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-title {
  height: 80px;
  background: #25aef1 url("../img/1985.png") no-repeat 15px center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 0;
  text-align: center;
}
.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 80px;
  letter-spacing: 2px;
  font-size: 30px;
  color: #fff;
}
.sidebar-menu {
  margin: 0 auto;
  background: #f0f0f0 url("../img/book.png") no-repeat center bottom;
  padding: 20px 20px 70px;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  text-indent: 50px;
  margin-bottom: 20px;
  color: #333;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url("../img/more.png");
  position: relative;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  background-image: url("../img/more_on.png");
  color: #25aef1;
}
.sidebar-menu > li:hover ul,
.sidebar-menu > li.active ul {
  max-height: 1000px;
  overflow: auto;
  background-color: #f9f3e5;
  margin-top: -20px;
  margin-bottom: 20px;
}
.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-menu ul > li {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-menu ul > li > a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-position: 54px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333333;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #fff;
  background-color: #25aef1;
}
.hot-news {
  margin-top: 16px;
  background-color: #f4f9ff;
  display: none;
}
.hot-news .hot-title {
  font-size: 16px;
  color: #fff;
  background: #005bac url("../img/sidebar_title.png") no-repeat 15px center;
  height: 45px;
  line-height: 45px;
  background-size: 20px auto;
  padding-left: 42px;
}
.hot-news .hot-list {
  padding: 0 10px 20px;
}
.hot-news .hot-list a {
  display: block;
  position: relative;
  margin-top: 15px;
}
.hot-news .hot-list a p {
  font-size: 14px;
  padding-left: 14px;
  background: url("../img/ico_newslist.png") no-repeat left 6px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hot-news .hot-list a:hover p {
  color: #25aef1;
}
.sidebar-link {
  margin-top: 16px;
  display: none;
}
.sidebar-link a {
  display: block;
}
.sidebar-link img {
  display: block;
  width: 100%;
}
.frame-location {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
}
.frame-location .now span {
  display: none;
  font-size: 18px;
  position: relative;
}
.frame-location .now span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #25aef1;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.frame-location .now span:last-child {
  display: inline-block;
}
.frame-location .bread a {
  color: #333333;
  font-size: 18px;
}
.frame-location .bread span:last-child em {
  display: none;
}
.frame-location .bread em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat;
}
.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: 9px 15px;
  color: #333333;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
}
.yn-pagination a:hover {
  background: #25aef1;
  border-color: #25aef1;
  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: #25aef1;
  border-color: #25aef1;
  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: #25aef1;
  border-color: #25aef1;
  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: 1199px) {
  .frame-location .bread {
    display: none;
  }
  .module .module-name {
    margin-bottom: 20px;
  }
  .module .module-name .title {
    text-align: left;
  }
  .module .module-name .title span {
    font-size: 22px;
  }
  .module .module-name a {
    font-size: 16px;
    margin-top: 6px;
  }
}
@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) {
  .frame-content {
    padding: 10px 0;
  }
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
}

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