body {
  font-family: "Microsoft YaHei", '微软雅黑', Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.7;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*header*/
.header {
  background: url("header-bg.png") repeat-x bottom center #ffffff;
  padding-top: 30px;
}
.header .header-logo {
  margin-bottom: 5px;
  /* max-width: 300px; */
}
.header .header-logo img {
  display: block;
}
.header .header-time {
  margin-bottom: 10px;
  text-align: right;
}
/*footer*/
.footer .footer-info {
  background-color: #0241a3;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .footer-info .main-cont {
  padding-left: 360px;
  position: relative;
}
.footer .footer-info .box-logo {
  position: absolute;
  left: 0;
  width: 330px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-info .box-logo img {
  display: block;
  margin: 0 auto;
}
.footer .footer-info .box-info {
  background: url("img-01.png") repeat-y left top;
  padding-left: 10%;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  min-height: 115px;
}
.footer .footer-info .box-info a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 35px;
}
.footer .footer-info .box-info a:hover {
  color: #fff;
}
.footer .footer-info .box-info .title-s {
  color: #fff;
  font-weight: bold;
}
.footer .footer-info .box-info .a-groups a {
  margin-right: 30px;
}
.footer .footer-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  text-align: center;
  background-color: #00327f;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-copy span {
  display: inline-block;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s;
}
.index-banner .banner-page .swiper-pagination-bullet-active {
  background-color: #0e4cac;
}
.index-box {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.public-title {
  height: 40px;
  line-height: 40px;
  padding-right: 12px;
  margin-bottom: 25px;
}
.public-title .p-title {
  float: left;
  color: #999999;
}
.public-title .p-title .icon-s {
  margin-right: 6px;
  vertical-align: top;
}
.public-title .p-title .icon-s img {
  margin-top: 3px;
}
.public-title .p-title .title-s {
  font-weight: bold;
  margin-right: 5px;
  color: #333;
}
.public-title .title-more {
  color: #333333;
  float: right;
}
.public-title .title-more:hover {
  color: #0e4cac;
}
.index-box-01 .news-top {
  margin-bottom: 25px;
  background: url("img-line.png") repeat-x left top;
  padding-top: 20px;
}
.index-box-01 .news-top .box-title {
  color: #0e4cac;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-box-01 .news-top .box-txt {
  color: #666666;
}
.index-box-01 .news-banner .box-s {
  overflow: hidden;
  position: relative;
}
.index-box-01 .news-banner .box-s .box-date {
  position: absolute;
  width: 74px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  top: 8px;
  left: 8px;
  z-index: 99;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.index-box-01 .news-banner .box-s .box-date span {
  display: block;
  line-height: 1.2;
}
.index-box-01 .news-banner .box-s .box-date .day-s {
  font-weight: bold;
  color: #0e4cac;
}
.index-box-01 .news-banner .box-s .box-img {
  overflow: hidden;
  display: block;
  height: 300px;
}
.index-box-01 .news-banner .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-01 .news-banner .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  background-color: rgba(14, 76, 172, 0.6);
  color: #fff;
  padding: 0 130px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-01 .news-banner .swiper-pagination {
  bottom: 6px;
  left: auto;
  width: auto;
  right: 10px;
}
.index-box-01 .news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 1;
  transition: all 0.5s;
}
.index-box-01 .news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #df1f00;
  width: 24px;
}
.index-box-01 .news-list .box-s {
  position: relative;
  padding: 0 100px 0 15px;
  line-height: 34px;
}
.index-box-01 .news-list .box-s .title-s {
  display: block;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.index-box-01 .news-list .box-s .date-s {
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-01 .news-list .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background-color: #df1f00;
  border-radius: 3px;
}
.index-box-01 .news-list .box-s:hover .title-s {
  color: #df1f00;
}
.index-box-01 .news-list .box-more {
  text-align: right;
  padding-top: 5px;
}
.index-box-01 .news-list .box-more a {
  display: inline-block;
  color: #333333;
}
.index-box-01 .news-list .box-more a:hover {
  color: #df1f00;
}
@media (min-width: 1200px) {
  .index-box-01 .banner-w {
    width: 44%;
  }
  .index-box-01 .list-w {
    width: 56%;
  }
}
.tabs-title {
  float: right;
}
.tabs-title a {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: #f7f7f7;
  margin-left: 7px;
  text-align: center;
  font-weight: bold;
}
.tabs-title a:hover,
.tabs-title a.current {
  background-color: #0e4cac;
  color: #fff;
}
.tabs-cont > div {
  overflow: hidden;
  height: 0;
}
.tabs-cont > div.show-box {
  height: auto;
}
.index-box-02 {
  background: url("../images/bg-02.png") no-repeat top center;
  background-size: cover;
}
.index-box-02 .main-cont {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box-02 .main-cont .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-box-02 .box-groups .row {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-02 .box-groups .row .box-c-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-02 .box-s .box-img {
  overflow: hidden;
  height: 163px;
}
.index-box-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-02 .box-s .box-info {
  background: #fff;
  padding: 15px 20px 30px;
}
.index-box-02 .box-s .box-info .box-title {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-box-02 .box-s .box-info .box-txt {
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-box-02 .box-s .box-info .box-other {
  line-height: 30px;
}
.index-box-02 .box-s .box-info .box-other .box-date {
  color: #666666;
  font-family: Arial;
}
.index-box-02 .box-s .box-info .box-other .box-date span {
  color: #df1f00;
  margin-right: 5px;
}
.index-box-02 .box-s .box-info .box-other .box-more img {
  display: block;
  width: 66px;
  height: 30px;
}
.index-box-02 .box-s .box-info .box-other .box-more:hover {
  opacity: 0.8;
}
.index-box-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 .box-s:hover .box-info .box-title {
  color: #0e4cac;
}
.index-box-03 {
  padding-bottom: 25px;
}
.index-box-03 .row {
  margin-left: -17px;
  margin-right: -17px;
}
.index-box-03 .row .box-w {
  padding-left: 17px;
  padding-right: 17px;
}
.index-box-03 .box-s {
  background-color: #f1f3f5;
  height: 220px;
  padding: 30px;
  margin-bottom: 35px;
}
.index-box-03 .box-s .box-top {
  border-bottom: 1px solid #cfd0d1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.index-box-03 .box-s .box-top .date-s span {
  display: block;
  text-align: center;
  line-height: 1.3;
  color: #999;
}
.index-box-03 .box-s .box-top .date-s span.day-s {
  color: #333333;
  font-weight: bold;
}
.index-box-03 .box-s .box-top .more-s {
  margin-top: 10px;
}
.index-box-03 .box-s .box-top .more-s img {
  display: block;
  height:100px;
}
.pagination{margin:20px 0 0;text-align:center;font-size:12px}.pagination ul>li{display:inline;line-height:24px;}.pagination ul>li>a,.pagination ul>li>span{margin:0 2px;display:inline-block;padding:4px 14px;background-color:#ddd;color:#666;border-radius:2px}.pagination ul>.active>a,.pagination ul>.active>span,.pagination ul>li>a:hover{background-color:#2C74E6;color:#fff}.pagination ul>li>span{color:#999;background-color:transparent}.pagination ul>li.previous-page,.pagination ul>li.next-page,.pagination ul>li.pages-num{display:none}@media (max-width:767px){.pagination ul>li{display:none}.pagination ul>li.previous-page,.pagination ul>li.next-page,.pagination ul>li.pages-num{display:inline-block}}
.index-box-03 .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.index-box-03 .box-s .box-txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
}
.index-box-03 .news-groups {
  position: relative;
}
.index-box-03 .news-groups .arrow-box {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: solid 1px #0e4cac;
  width: 101px;
  height: 50px;
  z-index: 99;
}
.index-box-03 .news-groups .arrow-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #0e4cac;
  left: 50%;
}
.index-box-03 .news-groups .arrow-box .new-prev,
.index-box-03 .news-groups .arrow-box .new-next {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.index-box-03 .news-groups .arrow-box .new-prev:after,
.index-box-03 .news-groups .arrow-box .new-next:after {
  display: none;
}
.index-box-03 .news-groups .arrow-box .new-prev {
  left: 0;
  background: url("prev.png") no-repeat center center;
}
.index-box-03 .news-groups .arrow-box .new-next {
  right: 0;
  background: url("next.png") no-repeat center center;
}
.index-box-03 .box-new .box-img {
  height: 220px;
}
.index-box-03 .box-new .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-03 .box-new .box-info {
  background-color: #f1f3f5;
  height: 255px;
  padding: 40px 20px;
}
.index-box-03 .box-new .box-info .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.index-box-03 .box-new .box-info .box-txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
}
.index-box-03 .box-new .box-info .box-date {
  color: #666666;
}
.index-box-04 {
  background: url("../images/bg-01.png") no-repeat top center;
  background-size: cover;
}
.index-box-04 .main-cont {
  background: rgba(255, 255, 255, 0.9);
  padding: 5%;
}
.index-box-04 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-box-04 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.index-box-04 .box-info .box-title {
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-box-04 .box-info .box-txt {
  line-height: 26px;
  color: #666666;
  text-align: justify;
  margin-bottom: 30px;
}
.index-box-04 .box-info .box-groups > div {
  float: left;
  width: 25%;
  line-height: 1.4;
  color: #666;
}
.index-box-04 .box-info .box-groups > div .num-s span {
  color: #333333;
  font-weight: bold;
  margin-right: 5px;
}
.index-box-04 .box-other > div {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.index-box-04 .box-other > div img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-04 .box-other > div .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.index-box-04 .box-other > div.box-02 .box-mc {
  color: #333;
}
.index-box-04 .box-other > div:hover img {
  transform: scale(1.1);
}
/*图文列表*/
.image-text-list .box-s {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(111, 111, 111, 0.27);
  padding: 20px;
}
.image-text-list .box-s:last-child {
  margin-bottom: 0;
}
.image-text-list .box-s.box-no-img .box-info {
  margin-left: 0;
}
.image-text-list .box-s .box-img {
  width: 290px;
  overflow: hidden;
  float: left;
  border: 1px solid #eee;
}
.image-text-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.image-text-list .box-s .box-info {
  color: #999999;
  padding-top: 10px;
  margin-left: 310px;
}
.image-text-list .box-s .box-info .box-title {
  line-height: 30px;
  height: 30px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}
.image-text-list .box-s .box-info .box-txt {
  text-align: justify;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
}
.image-text-list .box-s .box-info .box-date {
  color: #666;
}
.image-text-list .box-s .box-info .box-date span {
  color: #df1f00;
  margin-right: 5px;
}
.image-text-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.image-text-list .box-s:hover .box-info .box-title {
  color: #0e4cac;
}
/*文字列表*/
.text-list .box-s {
  box-shadow: 0px 0px 6px 0 rgba(111, 111, 111, 0.27);
  position: relative;
  padding: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 72px;
  background-color: #df1f00;
  top: 50%;
  left: 0;
  margin-top: -36px;
}
.text-list .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.text-list .box-s .box-txt {
  text-align: justify;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
}
.text-list .box-s .box-date {
  color: #666;
}
.text-list .box-s .box-date span {
  color: #df1f00;
  margin-right: 5px;
}
.text-list .box-s:hover .title-s {
  color: #0e4cac;
}
/*单页*/
.single-page {
  color: #333333;
  text-align: justify;
  line-height: 1.8;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h1 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-page .m-title .title-other {
  color: #999999;
  background: #f9f9f9;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.single-page .m-title .title-other .other-left {
  float: left;
}
.single-page .m-title .title-other .other-right {
  float: right;
}
.single-page .m-title .title-other .other-right > div {
  vertical-align: top;
}
.single-page .m-title .title-other span {
  margin: 0 10px;
  display: inline-block;
}
.single-page .m-title .title-other .box-share {
  display: inline-block;
  margin-top: 3px;
}
.single-page .m-title .title-other .box-share a {
  width: 28px;
  height: 28px;
  margin: 0 0 0 12px;
  vertical-align: bottom;
}
.single-page .m-title .title-other .box-share a.icon-wchat {
  background: url("img-10.png") no-repeat;
  padding: 0;
}
.single-page .m-title .title-other .box-share a.icon-sinawb {
  background: url("img-11.png") no-repeat;
  padding: 0;
}
.single-page .m-title .title-other .box-share a.icon-qzone {
  background: url("img-12.png") no-repeat;
  padding: 0;
}
.single-page .m-title .title-other .a-s {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 0 15px;
  color: #999999;
}
.single-page .m-title-02 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
/*友情链接*/
.links-groups {
  min-height: 400px;
}
.links-groups .row {
  margin-left: -10px;
  margin-right: -10px;
}
.links-groups .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.links-groups .box-s {
  display: block;
  height: 94px;
  background-color: #f7faff;
  box-shadow: 0 0 6px 0 rgba(111, 111, 111, 0.27);
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.links-groups .box-s span {
  vertical-align: middle;
}
.links-groups .box-s .title-s {
  line-height: 1.2;
}
.links-groups .box-s img {
  margin-right: 15px;
}
.bd_weixin_popup {
  width: 250px!important;
  height: 320px!important;
}
.bd_weixin_popup .bd_weixin_popup_main {
  padding: 15px 0!important;
}
.index-box-05 {
  padding: 10px 0 20px 0;
}
.index-box-05 .box-new {
  margin-bottom: 30px;
}
.index-box-05 .box-new .box-img {
  height: 220px;
}
.index-box-05 .box-new .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.index-box-05 .box-new .box-info {
  background-color: #f1f3f5;
  height: 200px;
  padding: 20px 20px;
}
.index-box-05 .box-new .box-info .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.index-box-05 .box-new .box-info .box-txt {
  line-height: 24px;
  height: 70px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 10px;
}
.index-box-05 .box-new .box-info .box-date {
  color: #666666;
}