body {
  font-family: Georgia, Arial, "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* public-box */
.public-box {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .public-box {
    width: 94%;
  }
}
@media (min-width: 1440px) {
  .public-box {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .public-box {
    width: 1400px;
  }
}
/*header*/
.header {
  position: relative;
  min-height: 160px;
  background-color: #fff;
  width: 100%;
}
.header .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-16.png") no-repeat right top;
  background-size: cover;
  z-index: 9;
}
.header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background-color: #242424;
  z-index: 8;
}
.header .public-box {
  position: relative;
  padding-right: 400px;
  z-index: 10;
}
.header .header-logo {
  height: 160px;
  display: flex;
  align-items: center;
  float: left;
  max-width: 820px;
  padding-right: 10%;
}
.header .header-logo img {
  display: block;
  max-width: 80%;
}
.header .header-other {
  position: absolute;
  right: 0;
}
.header .header-other .other-01 {
  height: 90px;
  padding-top: 10px;
}
.header .header-other .other-01 div {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.header .header-other .other-01 div span {
  vertical-align: bottom;
}
.header .header-other .other-01 div img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
/*new-add*/
.header .header-other .other-top {
  display: flex;
}
.header .header-other .other-02 {
  width: 56px;
  padding-top: 17px;
  overflow: hidden;
  margin-right: 15px;
}
.header .header-other .other-02 a {
  display: block;
  width: 56px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 18px;
}
.header .header-other .other-02 a.a-1 {
  background-color: #2d6c11;
}
.header .header-other .other-02 a.a-2 {
  background-color: #da1a05;
}
.header .header-other .other-02 a:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .header .header-other .other-top {
    display: flex;
  }
  .header .header-other .other-02 {
    padding-top: 21px;
  }
  .header .header-other .other-02 a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header .header-other .other-top {
    display: flex;
  }
  .header .header-other .other-02 {
    padding-top: 5px;
    padding-bottom: 10px;
    width: 80px;
  }
  .header .header-other .other-02 a {
    margin-bottom: 0;
    width: 30px;
    font-size: 12px;
    display: inline-block;
  }
  .header .header-other .other-02 a.a-2 {
    margin-left: 5px;
  }
}
.navbar-news {
  z-index: 99;
  min-height: 70px;
  border: none;
  background-color: #3a8c13;
  margin-bottom: 0;
}
.navbar-news .header-nav {
  float: left;
  display: none;
}
.navbar-news .navbar-toggle {
  border: 1px solid #fff;
  margin-top: 13px;
  margin-bottom: 13px;
  position: absolute;
  right: 0;
}
.navbar-news .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-news .navbar-collapse {
  background-color: #3a8c13;
  padding-left: 0;
  padding-right: 0;
}
.navbar-news .navbar-collapse .container {
  position: relative;
}
.navbar-news .navbar-nav li {
  position: static;
  margin: 0;
}
.navbar-news .navbar-nav li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #fff;
  padding: 0 17px;
}
.header-nav {
  padding-top: 13px;
}
.header-nav > div {
  float: left;
}
.header-nav .nav-a a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 40px;
}
.header-nav .nav-search {
  width: 110px;
  position: relative;
}
.header-nav .nav-search .s-inp {
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  width: 100%;
  padding: 0 44px 0 10px;
  background-color: transparent;
}
.header-nav .nav-search input::-webkit-input-placeholder {
  color: #fff;
}
.header-nav .nav-search .s-btn {
  position: absolute;
  background: url("../images/img-15.png") no-repeat top center;
  width: 22px;
  height: 22px;
  border: none;
  right: 10px;
  top: 10px;
}
.navbar-news .navbar-nav > li > a:hover,
.navbar-news .navbar-nav > li > a:focus,
.navbar-news .navbar-nav > .active > a,
.navbar-news .navbar-nav > .active > a:hover,
.navbar-news .navbar-nav > .active > a:focus,
.navbar-news .navbar-nav > .open > a,
.navbar-news .navbar-nav > .open > a:hover,
.navbar-news .navbar-nav > .open > a:focus {
  background: #2d6c10;
  color: #fff;
}
.dropdown-menu {
  background-color: #2d6c10;
  padding: 3%;
  line-height: 36px;
  left: 0;
  right: 0;
  min-width: auto;
  border: none;
}
.dropdown-menu .menu-cont {
  min-height: 154px;
  padding-left: 285px;
}
.dropdown-menu .menu-img {
  position: absolute;
  margin-left: -285px;
}
.dropdown-menu .menu-img img {
  display: block;
  width: 100%;
}
.dropdown-menu .menu-link-group {
  padding-top: 10px;
}
.dropdown-menu .menu-link-group .menu-title {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}
.dropdown-menu .menu-link-group a {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0;
}
.dropdown-menu .menu-link-group a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dropdown-menu .menu-link-group a:hover {
  text-decoration: underline;
}
/*footer*/
.footer .footer-info {
  background-color: #2d6c10;
  color: #fff;
  padding-top: 40px;
}
.footer .footer-info .info-logo img {
  display: block;
}
.footer .footer-info .info-left {
  padding-top: 45px;
  padding-bottom: 20px;
}
.footer .footer-info .info-left .box-txt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer .footer-info .info-left .box-txt-02 {
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-info .info-right {
  position: relative;
  padding-right: 160px;
}
.footer .footer-info .info-right .a-groups a {
  display: flex;
  align-items: center;
  width: 48.5%;
  background-color: #22510b;
  border: solid 1px transparent;
  padding: 5px 15px;
  color: #ffffff;
  height: 60px;
  margin-bottom: 12px;
}
.footer .footer-info .info-right .a-groups a:nth-child(2n+1) {
  float: left;
}
.footer .footer-info .info-right .a-groups a:nth-child(2n) {
  float: right;
}
.footer .footer-info .info-right .a-groups a .icon-s {
  width: 42px;
  min-width: 42px;
  margin-right: 10px;
}
.footer .footer-info .info-right .a-groups a .icon-s img {
  display: block;
  width: 100%;
}
.footer .footer-info .info-right .a-groups a .txt-s {
  font-size: 14px;
  line-height: 24px;
}
.footer .footer-info .info-right .a-groups a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-info .info-right .erwm-s {
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.footer .footer-info .info-right .erwm-s .img-s {
  margin-bottom: 10px;
}
.footer .footer-info .info-right .erwm-s .img-s img {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
.footer .footer-info .info-share {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info .info-share .bshare-custom {
  float: right;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.footer .footer-info .info-share .bshare-custom span {
  display: inline-block;
}
.footer .footer-info .info-share .bshare-custom a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 0;
}
.footer .footer-info .info-share .bshare-custom a.bshare-facebook {
  background: url("../images/img-08.png") no-repeat top center;
}
.footer .footer-info .info-share .bshare-custom a.bshare-twitter {
  background: url("../images/img-09.png") no-repeat top center;
}
.footer .footer-info .info-share .bshare-custom a.bshare-linkedin {
  background: url("../images/img-10.png") no-repeat top center;
}
.footer .footer-info .info-share .bshare-custom a.bshare-sinaminiblog {
  background: url("../images/img-11.png") no-repeat top center;
}
.footer .footer-info .info-share .bshare-custom a.bshare-other {
  background: url("../images/img-12.png") no-repeat top center;
}
.footer .footer-info .info-links {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-info .info-links a {
  color: #ffffff;
  display: inline-block;
  margin: 5px 10px;
  line-height: 24px;
}
.footer .footer-copy {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #9f9f9f;
  background-color: #121212;
}
/*banner*/
.other-banner {
  position: relative;
}
.other-banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.other-banner .banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-banner .banner-txt span {
  position: relative;
  font-size: 38px;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.other-main {
  position: relative;
}
.other-main:after,
.other-main:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
.other-main:before {
  background-image: url("../images/img-17.png");
  top: 10%;
  bottom: 0;
  z-index: 9;
  background-position: top center;
}
.other-main:after {
  background-image: url("../images/img-18.png");
  top: 0;
  bottom: 0;
  z-index: 8;
  background-position: bottom center;
}
.other-main .main-cont {
  background-color: #fff;
  padding: 50px 40px;
  min-height: 500px;
  position: relative;
  z-index: 10;
}
.mod-01 .box-s .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-01 .box-s .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.mod-01 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-01 .box-s .box-info {
  padding: 5% 6%;
}
.mod-01 .box-s .box-info .box-title {
  margin-bottom: 30px;
  display: block;
}
.mod-01 .box-s .box-info .box-title span {
  display: inline-block;
  background: url("../images/img-21.png") repeat-x bottom left;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  color: #333333;
}
.mod-01 .box-s .box-info .box-txt {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.mod-02 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.mod-02 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-02 .box-s {
  background-color: #f6f6f6;
  padding: 5%;
  min-height: 370px;
  margin-top: 30px;
}
.mod-02 .box-s .box-title {
  min-height: 62px;
  padding-left: 85px;
  margin-bottom: 20px;
}
.mod-02 .box-s .box-title span {
  display: inline-block;
}
.mod-02 .box-s .box-title .icon-s {
  position: absolute;
  margin-left: -85px;
}
.mod-02 .box-s .box-title .txt-s {
  background: url("../images/img-21.png") repeat-x left bottom;
  padding-bottom: 18px;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  padding-top: 12px;
}
.mod-02 .box-s .box-txt {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.mod-03 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.mod-03 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-03 .box-s {
  margin-bottom: 10px;
}
.mod-03 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-03 .box-s .box-title {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #2e292b;
}
.load-more {
  text-align: center;
}
.load-more a {
  display: inline-block;
  background: url("../images/img-36.png") no-repeat left top;
  padding-left: 40px;
  font-size: 22px;
  color: #2e292b;
  height: 28px;
  line-height: 28px;
}
.mod-04 .box-s {
  border-bottom: 1px solid #eeeeee;
  margin-left: -40px;
  margin-right: -40px;
  padding: 30px 40px;
}
.mod-04 .box-s:hover {
  background-color: #f5f5f5;
}
.mod-04 .box-s .box-img img {
  display: block;
  width: 100%;
}
.mod-04 .box-s .box-info {
  padding-top: 5px;
}
.mod-04 .box-s .box-info .box-title {
  font-size: 28px;
  color: #333333;
  height: 60px;
  line-height: 58px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.mod-04 .box-s .box-info .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #3a8c13;
}
.mod-04 .box-s .box-info .box-txt {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.mod-05 .box-s {
  padding: 30px 0 30px 105px;
  border-bottom: 1px solid #e2e2e2;
  min-height: 150px;
}
.mod-05 .box-s .box-date {
  width: 90px;
  height: 90px;
  background-color: #b8b8b8;
  line-height: 1.1;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  margin-left: -105px;
  font-family: Arial;
}
.mod-05 .box-s .box-date span {
  display: block;
  font-size: 44px;
  font-weight: bold;
  margin-top: 10px;
}
.mod-05 .box-s .box-info .box-title {
  font-size: 18px;
  color: #232323;
  height: 38px;
  line-height: 36px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.mod-05 .box-s .box-info .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #212121;
}
.mod-05 .box-s .box-info .box-txt {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.mod-05 .box-s:hover .box-date {
  background-color: #278333;
}
.page {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 2px;
  font-size: 16px;
  color: #999999;
}
.page a:hover,
.page a.current {
  color: #333333;
}
.page a.a-s {
  background-color: #b8b8b8;
  color: #fff;
}
.page a.a-s:hover {
  background-color: #278333;
}
.bread-crumbs {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
}
.bread-crumbs a {
  color: #333;
}
.bread-crumbs span {
  color: #c6202c;
}
.mod-06 {
  padding-left: 3%;
  padding-right: 3%;
}
.mod-06 .m-title {
  text-align: center;
  margin-bottom: 30px;
}
.mod-06 .m-title span {
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  display: inline-block;
  padding-bottom: 12px;
  background: url("../images/img-21.png") repeat-x bottom left;
}
.mod-06 .main-info {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.mod-07 .m-title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.mod-07 .m-title h1 {
  font-size: 28px;
  line-height: 36px;
  color: #232323;
  margin-bottom: 10px;
}
.mod-07 .m-title .other-s span {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-right: 25px;
}
.mod-07 .m-title .other-s span:last-child {
  margin-right: 0;
}
.mod-07 .m-title .other-s span img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.mod-07 .main-info {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.mod-07 .other-page {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
  margin-top: 25px;
  padding-right: 340px;
  position: relative;
  min-height: 100px;
}
.mod-07 .other-page .page-l a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-07 .other-page .page-l a:last-child {
  margin-bottom: 0;
}
.mod-07 .other-page .page-l a span {
  width: 84px;
  height: 30px;
  background-color: #b8b8b8;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.mod-07 .other-page .info-share {
  position: absolute;
  right: 0;
  top: 40px;
}
.mod-07 .other-page .info-share .bshare-custom {
  height: 40px;
  line-height: 40px;
  color: #333333;
}
.mod-07 .other-page .info-share .bshare-custom span {
  display: inline-block;
}
.mod-07 .other-page .info-share .bshare-custom a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 5px;
  padding-left: 0;
}
.mod-07 .other-page .info-share .bshare-custom a.bshare-facebook {
  background: url("../images/img-08.png") no-repeat top center;
}
.mod-07 .other-page .info-share .bshare-custom a.bshare-twitter {
  background: url("../images/img-09.png") no-repeat top center;
}
.mod-07 .other-page .info-share .bshare-custom a.bshare-linkedin {
  background: url("../images/img-10.png") no-repeat top center;
}
.mod-07 .other-page .info-share .bshare-custom a.bshare-sinaminiblog {
  background: url("../images/img-11.png") no-repeat top center;
}
.mod-07 .other-page .info-share .bshare-custom a.bshare-other {
  background: url("../images/img-12.png") no-repeat top center;
}
.mod-08 {
  background: url("../images/img-43.png") repeat-y top center;
}
.mod-08 .box-s {
  background: url("../images/img-44.png") no-repeat center center;
  margin-bottom: 40px;
}
.mod-08 .box-s .row {
  display: flex;
  align-items: center;
}
.mod-08 .box-s .box-img img {
  display: block;
  margin: 0 auto;
}
.mod-08 .box-s .box-info {
  padding: 20px 12%;
}
.mod-08 .box-s .box-info .title-s {
  display: inline-block;
  font-size: 32px;
  line-height: 34px;
  color: #333333;
  background: url("../images/img-21.png") repeat-x left bottom;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.mod-08 .box-s .box-info .txt-s {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.mod-08 .box-s:nth-child(2n) .box-info {
  text-align: right;
}
.mod-08 .box-more {
  text-align: center;
  padding-top: 40px;
  background: url("../images/img-44.png") no-repeat top center #fff;
}
.mod-08 .box-more a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
.mod-09 {
  background-color: #102a6b;
  padding-top: 10%;
  padding-bottom: 10%;
}
.mod-09 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-09 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-09 .box-top {
  margin-bottom: 10%;
}
.mod-09 .box-info {
  padding-top: 7%;
  padding-bottom: 7%;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.mod-09 .box-info .title-s {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
}
.mod-09 .box-info .more-s {
  width: 216px;
  height: 64px;
  line-height: 62px;
  text-align: center;
  border: solid 1px #ffffff;
  font-size: 24px;
  color: #ffffff;
  display: block;
}
.mod-09 .box-list .box-s {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  height: 90px;
  padding: 0 60px 0 80px;
  line-height: 90px;
  position: relative;
  font-size: 26px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-09 .box-list .box-s .icon-s,
.mod-09 .box-list .box-s .a-s {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mod-09 .box-list .box-s .icon-s {
  left: 0;
}
.mod-09 .box-list .box-s .a-s {
  right: 0;
}
.mod-09 .video-s img {
  display: block;
  width: 100%;
}
/* index */
.index-banner .banner-next:after,
.index-banner .banner-prev:after {
  color: #fff;
  font-size: 60px;
}
.index-banner .banner-next {
  right: 5%;
}
.index-banner .banner-prev {
  left: 5%;
}
.index-banner .banner-page {
  bottom: 5%;
}
.index-banner .banner-page .swiper-pagination-bullet {
  background-color: #fff;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  opacity: 0.5;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.index-banner .pc-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  width: 100%;
}
.index-banner .mobile-img {
  display: none;
}
.index-title {
  position: relative;
  margin-bottom: 30px;
}
.index-title .title-txt {
  float: left;
  border-bottom: 5px solid #3a8c13;
  height: 60px;
  line-height: 56px;
  font-size: 26px;
  color: #333333;
  position: relative;
  z-index: 9;
}
.index-title .title-more {
  font-size: 16px;
  line-height: 60px;
  float: right;
  color: #666666;
}
.index-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 3px;
  background-color: #e2e2e2;
}
.index-top .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-top .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 1024px) {
  .index-top .box-left {
    width: 60%;
  }
  .index-top .box-right {
    width: 40%;
  }
}
.index-box-01 {
  margin-bottom: 30px;
}
.index-box-01 .focus-banner .box-s {
  position: relative;
}
.index-box-01 .focus-banner .box-s img {
  display: block;
  width: 100%;
}
.index-box-01 .focus-banner .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.index-box-01 .focus-banner .box-s .box-title:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}
.index-box-01 .focus-banner .focus-next,
.index-box-01 .focus-banner .focus-prev {
  width: 30px;
  height: 66px;
  top: 50%;
  margin-top: -33px;
}
.index-box-01 .focus-banner .focus-next:after,
.index-box-01 .focus-banner .focus-prev:after {
  display: none;
}
.index-box-01 .focus-banner .focus-next {
  background: url("../images/img-69.png") no-repeat top center;
  right: 0;
}
.index-box-01 .focus-banner .focus-prev {
  background: url("../images/img-68.png") no-repeat top center;
  left: 0;
}
.index-box-02 {
  margin-bottom: 30px;
}
.index-box-02 .box-img {
  margin-bottom: 20px;
}
.index-box-02 .box-img img {
  display: block;
  width: 100%;
}
.index-box-02 .box-title {
  display: block;
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.index-box-02 .box-title span {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
.index-box-02 .box-txt {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  max-height: 88px;
  overflow: hidden;
}
.index-box-03 .box-info .info-left {
  margin-bottom: 15px;
}
.index-box-03 .box-info .info-left .top-s .img-s {
  margin-bottom: 25px;
}
.index-box-03 .box-info .info-left .top-s .img-s img {
  display: block;
  width: 100%;
}
.index-box-03 .box-info .info-left .top-s .txt-s {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #666666;
}
.index-box-03 .box-info .info-left .top-s .txt-s:after {
  content: '';
  width: 3px;
  height: 24px;
  background-color: #3a8c13;
  position: absolute;
  left: 0;
  top: 0;
}
.index-box-03 .box-info .info-left .btm-s .box-s {
  margin-top: 30px;
  min-height: 66px;
  padding-left: 85px;
}
.index-box-03 .box-info .info-left .btm-s .box-s .box-date {
  width: 66px;
  height: 66px;
  background-color: #b8b8b8;
  position: absolute;
  margin-left: -85px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}
.index-box-03 .box-info .info-left .btm-s .box-s .box-date span {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial;
}
.index-box-03 .box-info .info-left .btm-s .box-s .box-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #232323;
  margin-bottom: 5px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-03 .box-info .info-left .btm-s .box-s .box-txt {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  height: 36px;
  overflow: hidden;
}
.index-box-03 .box-info .info-right {
  margin-bottom: 15px;
}
.index-box-03 .box-info .info-right .box-s {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 7% 8%;
}
.index-box-03 .box-info .info-right .box-s:last-child {
  margin-bottom: 0;
}
.index-box-03 .box-info .info-right .box-s .box-date {
  font-size: 18px;
  line-height: 26px;
  color: #232323;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-box-03 .box-info .info-right .box-s .box-title {
  display: block;
  position: relative;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-box-03 .box-info .info-right .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #003997;
}
.index-box-03 .box-info .info-right .box-s .box-txt {
  font-size: 12px;
  line-height: 18px;
  max-height: 54px;
  color: #666666;
  overflow: hidden;
}
.index-box-03 .box-groups {
  margin-top: 30px;
  margin-bottom: 30px;
}
.index-box-03 .box-groups .row {
  margin-left: -1%;
  margin-right: -1%;
}
.index-box-03 .box-groups .row .box-w {
  padding-left: 1%;
  padding-right: 1%;
}
.index-box-03 .box-groups .box-s {
  height: 120px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-box-03 .box-groups .box-s .icon-s {
  margin-bottom: 8px;
}
.index-box-03 .box-groups .box-s .icon-s img {
  display: block;
}
.index-box-03 .box-groups .box-s .title-s {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.index-box-04 .box-info {
  padding-top: 5%;
  padding-bottom: 5%;
}
.index-box-04 .box-info .box-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
.index-box-04 .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 30px;
}
.index-box-04 .box-info .box-group a {
  float: left;
  width: 180px;
  height: 55px;
  background-color: #2d6c10;
  margin-right: 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index-box-04 .box-info .box-group a .icon-s {
  margin-right: 8px;
}
.index-box-04 .box-info .box-group a .icon-s img {
  display: flex;
}
.index-box-04 .box-info .box-group a .txt-s {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  flex: 1;
  word-break: break-all;
}
.index-box-04 .box-info .box-group a:last-child {
  margin-right: 0;
}
.index-box-04 .box-img {
  padding-top: 15%;
}
.index-box-04 .box-img img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=web-style.css.map */