.index_server-slider_layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.index_server-slider_layer img {
  width: 60%;
  border: solid 1px #ccc;
  margin-top: 10%;
}
.index_server-slider_layer .close {
  position: absolute;
  width: 30px;
  right: 10%;
  cursor: pointer;
  height: 30px;
  background: url(../img/close.png) center center no-repeat;
}
.index_server-slider_layer .close:hover {
  transition: all 1s;
  transform: rotate(360deg);
}
/* 轮播样式 */
.index-slider {
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: relative;
  /* max-width: 1920px;*/
}
.index-slider #banner1_left {
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 600px;*/
}
.index-slider #banner1_right {
  position: absolute;
  right: 0;
  top: 0;
}
.index-slider .cover {
  position: absolute;
  width: 100%;
  height: 1000px;
  left: 0;
  top: 0;
  background: rgba(0, 66, 139, 0.3);
}
.index-slider .banner_wrapper {
  z-index: 10;
  bottom: 18%;
}
.index-slider .banner_wrapper h2 {
  font-size: 44px;
  color: #fff;
  line-height: 105px;
  text-align: left;
}
.index-slider .banner_wrapper h3 {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 40px;
  line-height: 70px;
  background-image: linear-gradient(to right, #ed9909, #fcc92b);
  border-radius: 4px;
  text-align: center;
}
.index-slider .banner_wrapper img {
  display: block;
  margin-top: 30px;
}
.index-slider .jzl_banner_wrapper h1 {
  text-align: center;
  font-size: 96px;
  display: block;
  color: #fcc92b;
  line-height: 1;
  margin-top: 160px;
}
.index-slider .jzl_banner_wrapper h2 {
  font-size: 36px;
  line-height: 1;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
.index-slider .jzl_banner_wrapper ul {
  margin-bottom: 260px;
}
.index-slider .jzl_banner_wrapper ul img {
  width: 87.5%;
}
.index-slider .jzl_banner_wrapper ul.s1 {
  margin-top: 160px;
  text-align: center;
}
.index-slider .jzl_banner_wrapper ul.s1.s2 li {
  width: 25%;
}
.index-slider .jzl_banner_wrapper ul.s1.s2 li img {
  width: 57.5%;
}
.index-slider .jzl_banner_wrapper ul.s1.s3 li {
  width: 25%;
}
.index-slider .jzl_banner_wrapper ul.s1.s3 li img {
  width: 57.5%;
}
.index-slider .jzl_banner_wrapper ul.s1 li {
  text-align: center;
  width: 16.4%;
  display: block;
  float: left;
}
.index-slider .jzl_banner_wrapper ul.s1 li:hover img {
  transition: all 1s;
  transform: rotate(360deg);
}
.index-slider .jzl_banner_wrapper ul.s1 li:hover .text {
  opacity: 0.8;
  color: #fcc92b;
}
.index-slider .jzl_banner_wrapper ul.s1 li .text {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
  text-align: center;
}
.index-slider .swiper-pagination {
  width: 1440px;
  left: 50%;
  margin-left: -720px;
  text-align: center;
  bottom: 70px;
}
.index-slider .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  border: solid 2px #fff;
  opacity: 1;
  background: transparent;
}
.index-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.index-slider .swiper-button-prev,
.index-slider .swiper-button-next {
  display: none;
}
.index-slider * {
  line-height: 0;
}
.active_shadow {
  border: none !important;
  background-image: linear-gradient(to right, #ed9909, #fcc92b);
  color: #fff;
  box-shadow: 3px 10px 20px #fee7a3;
}
.gray_shadow {
  box-shadow: 3px 4px 7px #ddd;
}
.index_focus {
  padding-top: 140px;
  padding-bottom: 180px;
  background: url(../img/index_focus_bg.jpg) center center repeat;
}
.index_focus .lwrapper {
  width: 600px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.index_focus .lwrapper:hover {
  transform: scale(1.02);
  transition: 0.7s all;
}
.index_focus .lwrapper img {
  width: 100%;
}
.index_focus img {
  vertical-align: middle;
}
.index_focus .text {
  font-size: 18px;
  line-height: 38px;
  margin-top: 145px;
  width: 520px;
}
.index_focus .text:hover {
  opacity: 1;
  color: #014085;
}
.index_focus .yl6 {
  margin-left: 20px;
}
.index-partner {
  padding-bottom: 60px;
}
.index-partner h2 {
  text-align: center;
  line-height: 1;
  margin: 100px auto 65px;
  font-size: 42px;
  font-weight: bold;
}
.index-partner .nav_part {
  margin-bottom: 60px;
}
.index-partner .nav_part li {
  width: 10.4%;
  margin-right: 0.8%;
  float: left;
  border: solid 1px #eee;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.index-partner .nav_part li.active_shadow {
  line-height: 50px;
}
.index-partner .contain_part .item {
  display: none;
}
.index-partner .contain_part li {
  width: 15%;
  float: left;
  text-align: center;
  margin-right: 2%;
  box-shadow: 3px 3px 5px #ccc;
  height: 100px;
  overflow: hidden;
  margin-bottom: 40px;
}
.index-partner .contain_part li:hover img {
  transform: scale(1.1);
  transition: 0.8s all;
}
.index-partner .contain_part li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
}
.index-partner .contain_part li .iblock {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.index-partner .contain_part li:nth-child(12) {
  margin-right: 0;
}
.index-partner .contain_part li:nth-child(6) {
  margin-right: 0;
}
.index_mode {
  background: #00428b;
  padding-bottom: 100px;
}
.index_mode h2 {
  color: #fcc92b;
  font-size: 42px;
  padding: 100px 0 30px;
}
.index_mode h3 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 60px;
}
.index_mode .hzms_banner_wrapper {
  background: #fff;
  padding: 35px 0;
}
.index_mode .hzms_banner_wrapper img {
  display: block;
  /*height: 440px;*/
  width: 50%;
  float: left;
}
.index_mode .hzms_banner_wrapper .mode_wrapper {
  width: 44%;
  margin-left: 4%;
  float: left;
}
.index_mode .hzms_banner_wrapper .mode_wrapper h2 {
  font-size: 30px;
  color: #333;
  padding-top: 45px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.index_mode .hzms_banner_wrapper .mode_wrapper .text {
  line-height: 30px;
  font-size: 16px;
}
.index_mode .hzms_banner_wrapper .mode_wrapper .tags {
  margin-top: 40px;
}
.index_mode .hzms_banner_wrapper .mode_wrapper .tags span {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  border: solid 1px #eee;
  line-height: 45px;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0 23px;
}
.index_mode .hzms_banner_wrapper .mode_wrapper .tags span:hover {
  color: #666;
  border: solid 1px #fcc92b;
}
.index_mode .swiper-pagination {
  display: none;
}
.index_mode .swiper-button-prev {
  padding-left: 5px;
}
.index_mode .swiper-button-prev:hover {
  background: url(../img/yb.png) left top no-repeat;
}
.index_mode .swiper-button-prev:hover:after {
  color: #333;
}
.index_mode .swiper-button-next {
  padding-right: 5px;
  text-align: right;
}
.index_mode .swiper-button-next:hover {
  background: url(../img/yb.png) right top no-repeat;
}
.index_mode .swiper-button-next:hover:after {
  color: #333;
}
.index_mode .swiper-button-next,
.index_mode .swiper-button-prev {
  height: 30px;
  display: block;
  margin-top: 0;
  top: 0;
}
.index_mode .swiper-button-next:after,
.index_mode .swiper-button-prev:after {
  font-size: 20px;
  color: #aaa;
  line-height: 30px;
}
.index_mode .prev_next {
  background: url(../img/sl.png) center center no-repeat;
  width: 10%;
  position: relative;
  position: absolute;
  bottom: 45px;
  left: 54%;
  height: 30px;
  z-index: 11;
}
.index_service .item {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.index_service .item:hover img {
  transform: scale(1.1);
}
.index_service .item img {
  width: 100%;
  display: block;
  transition: 1s all;
}
.index_service .item .right .text {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-top: -20px;
  cursor: pointer;
}
.index_service .item .right:hover .text {
  color: #fcc92b;
}
.index_service .item .left .text {
  top: 50%;
  position: absolute;
}
.index_service .item .left .text * {
  color: #000;
  text-align: left;
}
.index_service .item .left .text h2 {
  font-weight: bold;
  font-size: 42px;
}
.index_service .item .left .text h3 {
  font-size: 24px;
  margin-top: 30px;
}
.index_service .item .left .text a {
  transition: 0.5s all;
  font-size: 16px;
  color: #fff;
  margin-top: 60px;
  display: inline-block;
}
.index_service .item .left .text a:hover {
  font-size: 17px;
}
.index_server-slider {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.index_server-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index_server-slider .swiper-slide img {
  display: block;
  width: 100%;
}
.index_server-slider .swiper-slide h2 {
  position: absolute;
  bottom: 20px;
  text-align: left;
  text-indent: 20px;
  width: 100%;
}
.index_server-slider .swiper-slide h2 a {
  color: #fff;
  font-size: 18px;
}
.index_server-slider .swiper-slide:hover h2 a {
  opacity: 0.8;
}
.index_server-slider .swiper-slide:hover img {
  transform: scale(1.1);
  transition: 0.8s all;
}
.index_server-slider .swiper-button-prev,
.index_server-slider .swiper-button-next {
  background: rgba(0, 66, 139, 0.5);
  width: 30px;
  height: 60px;
}
.index_server-slider .swiper-button-prev:hover,
.index_server-slider .swiper-button-next:hover {
  background: rgba(252, 201, 43, 0.7);
}
.index_server-slider .swiper-button-prev:after,
.index_server-slider .swiper-button-next:after {
  font-size: 15px;
  color: #fff;
}
.index_core {
  padding: 100px 0;
  background: #f5f5f5;
}
.index_core h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
}
.index_core .gallery-top {
  width: 1150px;
  float: right;
  box-shadow: 3px 10px 10px #aaa;
  background: #fff;
  height: 580px;
}
.index_core .gallery-top img {
  width: 100%;
}
.index_core .gallery-top .swiper-button-prev,
.index_core .gallery-top .swiper-button-next {
  display: none;
}
.index_core .gallery-top .swiper-slide {
  position: relative;
}
.index_core .gallery-top .text_wrapper {
  position: absolute;
  left: 90px;
  top: 130px;
  width: 288px;
}
.index_core .gallery-top .text_wrapper * {
  text-align: left;
}
.index_core .gallery-top .text_wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 36px;
}
.index_core .gallery-top .text_wrapper h3 {
  font-size: 16px;
}
.index_core .gallery-top .text_wrapper .text {
  margin: 15px 0 100px;
  line-height: 30px;
  color: #999;
}
.index_core .gallery-thumbs {
  width: 260px;
  height: 580px;
  float: left;
  box-shadow: 3px 4px 7px #ddd;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
.index_core .gallery-thumbs .swiper-button-next:after,
.index_core .gallery-thumbs .swiper-button-prev:after {
  font-size: 28px;
}
.index_core .gallery-thumbs .swiper-button-prev,
.index_core .gallery-thumbs .swiper-button-next {
  height: 44px;
  width: 22px;
  left: 50%;
  margin-left: -10px;
  color: #fcc92b;
}
.index_core .gallery-thumbs .swiper-button-prev {
  transform: rotate(90deg);
  top: 20px;
}
.index_core .gallery-thumbs .swiper-button-next {
  transform: rotate(90deg);
  bottom: 0px;
  top: auto;
}
.index_core .gallery-thumbs .swiper-wrapper .swiper-slide-visible:nth-last-child(4) {
  border: none !important;
}
.index_core .gallery-thumbs .swiper-slide {
  cursor: pointer;
  border-bottom: solid 1px #eaeaea;
  line-height: 145px;
}
.index_core .gallery-thumbs .swiper-slide .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 54px;
  right: 50px;
  background: url(../img/index_core_a.png) center center no-repeat;
}
.index_core .gallery-thumbs .swiper-slide .text {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  cursor: pointer;
  margin: 50px 0 0 35px;
  background: url(../img/core_line.png) left bottom no-repeat;
}
.index_core .gallery-thumbs .swiper-slide .text:hover {
  opacity: 0.8;
}
.index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: url(../img/index_core_bg.jpg);
}
.index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
  background: url(../img/index_core_a_active.png) center center no-repeat;
}
.index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
  color: #fcc92b;
  background: url(../img/core_line_active.png) left bottom no-repeat;
}
.index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text:hover {
  opacity: 1;
}
.index_core .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.index_licheng {
  padding-bottom: 40px;
}
.index_licheng h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
  padding-top: 100px;
}
.index_licheng .swiper-licheng {
  /* overflow-x: hidden;*/
  position: relative;
}
.index_licheng .swiper-licheng .prev_next {
  width: 40%;
  left: 30%;
  height: 50px;
  position: absolute;
  top: -100px;
}
.index_licheng .swiper-licheng .swiper-button-next:after,
.index_licheng .swiper-licheng .swiper-button-prev:after {
  color: gray;
  font-size: 36px;
}
.index_licheng .swiper-licheng .swiper-slide {
  /*border:solid 1px #000;*/
  position: relative;
  padding-bottom: 100px;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper {
  position: relative;
  overflow-x: hidden;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .self-swiper-slide {
  overflow: hidden;
  display: none;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .self-swiper-slide img {
  width: 100%;
  height: 120px;
  display: block;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .self-swiper-slide:nth-child(1) {
  display: block;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .self-swiper-slide .text_s {
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  height: 30px;
  overflow: hidden;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .swiper-pagination-in {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .swiper-pagination-in li {
  display: inline-block;
  width: 10px;
  border-radius: 10px;
  margin: 0 4px;
  height: 10px;
  border: solid 2px #aaa;
}
.index_licheng .swiper-licheng .swiper-slide .licheng_inner_swiper .swiper-pagination-in li.active {
  border: solid 2px #fcc92b;
  background: #fcc92b;
}
.index_licheng .swiper-licheng .swiper-slide .more_info {
  width: 360px;
  height: 315px;
  transition: opacity 0.5s;
  position: absolute;
  box-shadow: 1px 1px 5px #aaa;
  background: #fff;
  top: 5px;
  z-index: 3;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.index_licheng .swiper-licheng .swiper-slide .more_info .text {
  padding: 0 10px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  height: 80px;
  margin-top: 15px;
  overflow: hidden;
}
.index_licheng .swiper-licheng .swiper-slide .year {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: solid 2px #f5f5f5;
  font-size: 42px;
  font-weight: bold;
  margin-top: 90px;
}
.index_licheng .swiper-licheng .swiper-slide .half_line {
  height: 2px;
  width: 50%;
  background: #fcc92b;
  position: absolute;
  top: 153px;
  left: 0px;
  z-index: 1;
  display: none;
}
.index_licheng .swiper-licheng .swiper-slide .year_dot {
  width: 26px;
  height: 26px;
  background: url(../img/year_dot.png) no-repeat;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 144px;
  left: 50%;
  margin-left: -13px;
}
.index_licheng .swiper-licheng .swiper-slide .desc1 {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.index_licheng .swiper-licheng .swiper-slide .desc1 .text {
  padding: 0 11%;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index_licheng .swiper-licheng .swiper-slide.active .year_dot {
  background: url(../img/year_dot_active.png) no-repeat;
}
.index_licheng .swiper-licheng .swiper-slide.active .year {
  color: #fcc92b;
  text-shadow: -1px 4px 10px #f7cc47;
}
.index_licheng .swiper-licheng .swiper-slide.active .more_info {
  opacity: 1;
  z-index: 8;
}
.index_licheng .swiper-licheng .swiper-slide.active .year {
  border-bottom: solid 2px #fcc92b;
}
.index_licheng .swiper-licheng .swiper-slide.active-prev .half_line,
.index_licheng .swiper-licheng .swiper-slide.active-next .half_line {
  display: block;
}
.index_licheng .swiper-licheng .swiper-slide.active-prev .half_line {
  left: 50%;
}
.index_licheng .swiper-licheng .swiper-slide.odd.active .desc1 {
  border-bottom: solid 2px #fcc92b;
}
.index_licheng .swiper-licheng .swiper-slide.odd .desc1 {
  border-bottom: solid 2px #f5f5f5;
  margin-top: 80px;
  padding-bottom: 25px;
}
.index_licheng .swiper-licheng .swiper-slide.odd .year {
  border: none;
  margin-top: 30px;
}
.index_news {
  background: #fefefe;
  padding-bottom: 140px;
}
.index_news .news_list_wrapper {
  width: 950px;
  float: right;
}
.index_news .news_list_wrapper .item {
  padding: 40px;
}
.index_news .news_list_wrapper .pic-new {
  width: 520px;
  float: left;
}
.index_news .news_list_wrapper .pic-new img {
  width: 200px;
  height: 134px;
  float: left;
}
.index_news .news_list_wrapper .pic-new .img-l {
  padding-left: 240px;
  padding-top: 8px;
}
.index_news .news_list_wrapper .pic-new .img-l .morei {
  color: #999;
  margin-top: 10px;
}
.index_news .news_list_wrapper .pic-new .img-l .morei:hover {
  color: #fcc92b;
}
.index_news .news_list_wrapper .pic-new .img-l .morei:hover {
  opacity: 0.8;
}
.index_news .news_list_wrapper .list {
  width: 280px;
  float: right;
  list-style: disc;
}
.index_news .news_list_wrapper .list li {
  line-height: 33px;
  list-style: disc;
  background: url(../img/gdot.png) left center no-repeat;
  padding-left: 20px;
}
.index_news .news_list_wrapper .list li:hover a {
  color: #014085;
}
.index_news .news_list_wrapper .ctitle {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: dashed 1px #999;
  margin-bottom: 30px;
}
.index_news .news_list_wrapper .new-b li {
  width: 44%;
  margin-right: 12%;
  float: left;
}
.index_news .news_list_wrapper .title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.index_news .news_list_wrapper .title:hover {
  color: #014085;
}
.index_news .news_list_wrapper .date {
  margin-top: 37px;
  text-align: right;
  color: #999999;
  background: url(../img/bg1.png) left 12px no-repeat;
}
.index_news .news_list_wrapper .desc {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index_news .news_list_wrapper .desc:hover {
  color: #014085;
}
.index_news .news_list_wrapper .more {
  color: #999;
  float: right;
  margin-top: -75px;
}
.index_news .news_list_wrapper .more:hover {
  color: #fcc92b;
  opacity: 1;
}
.index_news .video_wrapper {
  width: 460px;
  float: left;
}
.index_news .video_wrapper .video-js {
  display: block;
  height: 260px;
  width: 90%;
  margin: -180px auto 0px auto;
}
.index_news .video_wrapper .video-js .vjs-poster {
  background-size: cover;
}
.index_news .video_wrapper .video-js .vjs-icon-placeholder {
  color: #fff;
}
.index_news .video_wrapper .bottom {
  padding: 35px;
}
.index_news .video_wrapper .bottom .title {
  font-size: 24px;
}
.index_news .video_wrapper .bottom .title:hover {
  color: #014085;
}
.index_news .video_wrapper .bottom .desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin: 20px 0 45px;
}
.index_news .video_wrapper .bottom .date {
  text-align: right;
  color: #999999;
  background: url(../img/bg1.png) left 12px no-repeat;
}
.index_news .video_wrapper .top {
  height: 280px;
  background: #00428b;
  width: 100%;
  padding: 38px 30px 0 30px;
}
.index_news .video_wrapper .top h2 {
  color: #fcc92b;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.index_news .video_wrapper .top .more {
  float: right;
  font-size: 14px;
  color: #fff;
  margin-top: -25px;
}
.index_news .video_wrapper .top .more:hover {
  color: #fcc92b;
  opacity: 1;
}
.index_cultrue {
  overflow: hidden;
  background: url(../img/index_culter_bg.jpg) center center repeat;
  padding: 140px 0;
}
.index_cultrue .index_culture_item {
  margin: 50px auto 100px;
  overflow-x: hidden;
  left: -99999px;
  width: 100%;
}
.index_cultrue .index_culture_item .swiper-scrollbar {
  width: 80%;
  position: relative;
  background: #225d9f;
  margin-top: 50px;
  left: 0;
}
.index_cultrue .index_culture_item .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fcc92b;
}
.index_cultrue .index_culture_item img {
  display: block;
}
.index_cultrue h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fcc92b;
}
.index_cultrue h3 {
  font-size: 16px;
  color: #fff;
  padding: 30px 0 70px;
}
.index_cultrue .view_more {
  width: 160px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  border: solid 1px #386da7;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.index_cultrue .view_more:hover {
  opacity: 0.8;
  border: solid 1px #fcc92b;
}
.index_cultrue .index_cultrue_nav li {
  width: 10%;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(../img/culture_line.png) right center no-repeat;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}
.index_cultrue .index_cultrue_nav li span {
  display: block;
  line-height: 20px;
  color: #fff;
}
.index_cultrue .index_cultrue_nav li:hover,
.index_cultrue .index_cultrue_nav li.active {
  border: none !important;
  background-image: linear-gradient(to right, #ed9909, #fcc92b);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .index_core {
    padding: 80px 0;
  }
  .index_core h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .index_core .gallery-top {
    width: 875px;
    height: 436px;
  }
  .index_core .gallery-top img {
    width: 100%;
  }
  .index_core .gallery-top .text_wrapper {
    position: absolute;
    left: 70px;
    top: 90px;
    width: 230px;
  }
  .index_core .gallery-top .text_wrapper h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .index_core .gallery-top .text_wrapper h3 {
    font-size: 15px;
  }
  .index_core .gallery-top .text_wrapper .text {
    margin: 15px 0 70px;
    line-height: 27px;
  }
  .index_core .gallery-thumbs {
    width: 205px;
    height: 436px;
  }
  .index_core .gallery-thumbs .swiper-button-next:after,
  .index_core .gallery-thumbs .swiper-button-prev:after {
    font-size: 26px;
  }
  .index_core .gallery-thumbs .swiper-slide {
    border-bottom: solid 1px #eaeaea;
    line-height: 145px;
  }
  .index_core .gallery-thumbs .swiper-slide .icon {
    width: 26px;
    height: 26px;
    top: 44px;
    right: 35px;
    background-size: 26px;
  }
  .index_core .gallery-thumbs .swiper-slide .text {
    font-size: 20px;
    padding-bottom: 15px;
    margin: 37px 0 0 25px;
    background: url(../img/core_line.png) left bottom no-repeat;
  }
  .index_core .gallery-thumbs .swiper-slide .text:hover {
    opacity: 0.8;
  }
  .index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: url(../img/index_core_bg.jpg);
  }
  .index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
    background-size: 26px;
  }
  .index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
    color: #fcc92b;
    background: url(../img/core_line_active.png) left bottom no-repeat;
  }
  .index_core .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text:hover {
    opacity: 1;
  }
  .banner_inner {
    margin-left: -550px;
    width: 1100px;
  }
  .index_mode {
    background: #00428b;
    padding-bottom: 100px;
  }
  .index_mode .hzms_banner_wrapper {
    padding: 30px 0;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper h2 {
    font-size: 27px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .text {
    line-height: 26px;
    font-size: 15px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .tags {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .tags span {
    font-size: 15px;
    line-height: 38px;
  }
  .index_mode .prev_next {
    bottom: 30px;
  }
  .index_service .item .right .text {
    font-size: 28px;
  }
  .index_service .item .left .text h2 {
    font-size: 36px;
  }
  .index_service .item .left .text h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .index_service .item .left .text a {
    font-size: 15px;
  }
  .index_service .item .left .text a:hover {
    font-size: 16px;
  }
  .index_server-slider .swiper-slide h2 a {
    font-size: 16px;
  }
  .index_news {
    padding-bottom: 140px;
  }
  .index_news .news_list_wrapper {
    width: 725px;
  }
  .index_news .news_list_wrapper .item {
    padding: 30px;
  }
  .index_news .news_list_wrapper .pic-new {
    width: 395px;
  }
  .index_news .news_list_wrapper .pic-new img {
    width: 150px;
    height: 100px;
  }
  .index_news .news_list_wrapper .pic-new .img-l {
    padding-left: 180px;
    padding-top: 0px;
  }
  .index_news .news_list_wrapper .pic-new .img-l .morei {
    margin-top: 0px;
  }
  .index_news .news_list_wrapper .list {
    width: 212px;
  }
  .index_news .news_list_wrapper .list li {
    line-height: 26px;
    padding-left: 18px;
  }
  .index_news .news_list_wrapper .ctitle {
    font-size: 28px;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
  .index_news .news_list_wrapper .new-b li {
    width: 44%;
    margin-right: 12%;
    float: left;
  }
  .index_news .news_list_wrapper .date {
    margin-top: 37px;
    text-align: right;
    color: #999999;
    background: url(../img/bg1.png) left 12px no-repeat;
  }
  .index_news .news_list_wrapper .title {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .index_news .news_list_wrapper .desc {
    line-height: 22px;
    height: 44px;
  }
  .index_news .news_list_wrapper .more {
    color: #999;
    float: right;
    margin-top: -65px;
  }
  .index_news .news_list_wrapper .more:hover {
    color: #fcc92b;
    opacity: 1;
  }
  .index_news .video_wrapper {
    width: 350px;
  }
  .index_news .video_wrapper .video-js {
    display: block;
    height: 195px;
    margin: -125px auto 0px auto;
  }
  .index_news .video_wrapper .video-js .vjs-big-play-button {
    top: 65px;
  }
  .index_news .video_wrapper .bottom {
    padding: 32px;
  }
  .index_news .video_wrapper .bottom .title {
    font-size: 22px;
  }
  .index_news .video_wrapper .bottom .desc {
    font-size: 13px;
    line-height: 22px;
    height: 66px;
    margin: 20px 0 45px;
  }
  .index_news .video_wrapper .top {
    height: 210px;
    padding: 38px 30px 0 30px;
  }
  .index_news .video_wrapper .top h2 {
    font-size: 28px;
  }
  .index_news .video_wrapper .top .more {
    margin-top: -25px;
  }
  .index_focus {
    padding-top: 120px;
    padding-bottom: 160px;
    background: url(../img/index_focus_bg.jpg) center center repeat;
  }
  .index_focus .lwrapper {
    width: 460px;
  }
  .index_focus .text {
    font-size: 16px;
    line-height: 34px;
    margin-top: 85px;
    width: 395px;
  }
  .index_focus .yl6 {
    margin-left: 16px;
    width: 220px;
  }
  .index-slider .banner_wrapper {
    bottom: 18%;
  }
  .index-slider .banner_wrapper h2 {
    font-size: 38px;
    line-height: 95px;
  }
  .index-slider .banner_wrapper h3 {
    font-size: 34px;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 3px;
  }
  .index-slider .banner_wrapper img {
    display: block;
    margin-top: 25px;
  }
  .index-slider .jzl_banner_wrapper h1 {
    font-size: 70px;
    margin-top: 120px;
  }
  .index-slider .jzl_banner_wrapper h2 {
    font-size: 32px;
    margin-top: 45px;
  }
  .index-slider .jzl_banner_wrapper ul.s1 {
    margin-top: 140px;
  }
  .index-slider .jzl_banner_wrapper ul.s1 li .text {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .index_focus {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(../img/index_focus_bg.jpg) center center repeat;
  }
  .index_focus .lwrapper {
    width: 100%;
    float: none;
  }
  .index_focus .text {
    font-size: 15px;
    line-height: 38px;
    margin-top: 15px;
    width: 100%;
    float: none !important;
  }
  .index_focus .yl6 {
    display: none;
  }
  /* 轮播样式 */
  .index-slider .jzl_banner_wrapper h1 {
    font-size: 36px;
    margin-top: 120px;
  }
  .index-slider .jzl_banner_wrapper h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .index-slider .jzl_banner_wrapper ul {
    margin-bottom: 200px;
  }
  .index-slider .jzl_banner_wrapper ul img {
    width: 87.5%;
  }
  .index-slider .jzl_banner_wrapper ul.s1 {
    margin-top: 160px;
    text-align: center;
  }
  .index-slider .jzl_banner_wrapper ul.s1.s2 li {
    width: 33.33%;
  }
  .index-slider .jzl_banner_wrapper ul.s1.s2 li:nth-child(1) {
    margin-left: 16.6% !important;
  }
  .index-slider .jzl_banner_wrapper ul.s1.s2 li img {
    width: 87.5%;
  }
  .index-slider .jzl_banner_wrapper ul.s1.s3 li {
    margin-left: 0 !important;
    width: 33.33%;
  }
  .index-slider .jzl_banner_wrapper ul.s1.s3 li img {
    width: 87.5%;
  }
  .index-slider .jzl_banner_wrapper ul.s1 li {
    text-align: center;
    width: 33.33%;
    display: block;
    float: left;
  }
  .index-slider .jzl_banner_wrapper ul.s1 li .text {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .index-slider .swiper-pagination {
    width: 1440px;
    left: 50%;
    margin-left: -720px;
    text-align: center;
    bottom: 20px;
  }
  .index-slider .swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    border: solid 2px #fff;
    opacity: 1;
    background: transparent;
  }
  .index-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .index-partner {
    padding-bottom: 50px;
  }
  .index-partner h2 {
    margin: 50px auto 35px;
    font-size: 32px;
  }
  .index-partner .nav_part {
    margin-bottom: 30px;
  }
  .index-partner .nav_part li {
    width: 32.5%;
    margin-right: 0.8%;
    font-size: 16px;
  }
  .index-partner .contain_part li {
    width: 31.333%;
    margin-right: 2%;
    height: 70px;
    margin-bottom: 10px;
  }
  .index-partner .contain_part li img {
    max-width: 80%;
  }
  .index_mode {
    padding-bottom: 60px;
  }
  .index_mode h2 {
    font-size: 28px;
    padding: 60px 0 20px;
  }
  .index_mode h3 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .index_mode .prev_next {
    display: none;
  }
  .index_mode .hzms_banner_wrapper {
    padding: 0 0;
  }
  .index_mode .hzms_banner_wrapper img {
    width: 100%;
    float: none;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper {
    width: 100%;
    margin-left: 0;
    float: none;
    padding: 0 10px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper h2 {
    font-size: 20px;
    padding-top: 25px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .text {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    font-size: 14px;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .tags {
    margin-top: 20px;
    height: 114px;
    overflow: hidden;
  }
  .index_mode .hzms_banner_wrapper .mode_wrapper .tags span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 13px;
  }
  .index_news {
    margin-top: 30px;
    padding-bottom: 140px;
  }
  .index_news .news_list_wrapper {
    margin-top: 30px;
    width: 100%;
    float: none;
  }
  .index_news .news_list_wrapper .item {
    padding: 40px 10px;
  }
  .index_news .news_list_wrapper .pic-new {
    width: 100%;
    float: none;
  }
  .index_news .news_list_wrapper .pic-new img {
    width: 100%;
    height: 134px;
    float: none;
  }
  .index_news .news_list_wrapper .pic-new .img-l {
    padding-left: 0;
  }
  .index_news .news_list_wrapper .list {
    width: 100%;
    float: none;
    list-style: disc;
    margin-top: 30px;
  }
  .index_news .news_list_wrapper .list li {
    line-height: 33px;
    list-style: disc;
    background: url(../img/gdot.png) left center no-repeat;
    padding-left: 20px;
  }
  .index_news .news_list_wrapper .list li:hover a {
    color: #014085;
  }
  .index_news .news_list_wrapper .ctitle {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: dashed 1px #999;
    margin-bottom: 30px;
  }
  .index_news .news_list_wrapper .new-b li {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 20px;
  }
  .index_news .news_list_wrapper .title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
  }
  .index_news .news_list_wrapper .title:hover {
    color: #014085;
  }
  .index_news .news_list_wrapper .date {
    margin-top: 37px;
    text-align: right;
    color: #999999;
    background: url(../img/bg1.png) left 12px no-repeat;
  }
  .index_news .news_list_wrapper .desc {
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .index_news .news_list_wrapper .desc:hover {
    color: #014085;
  }
  .index_news .news_list_wrapper .more {
    color: #999;
    float: right;
    margin-top: -75px;
  }
  .index_news .news_list_wrapper .more:hover {
    color: #fcc92b;
    opacity: 1;
  }
  .index_news .video_wrapper {
    width: 100%;
    float: none;
  }
  .index_news .video_wrapper .video-js {
    display: block;
    height: 200px;
    width: 90%;
    margin: -150px auto 0px auto;
  }
  .index_news .video_wrapper .bottom {
    padding: 15px;
  }
  .index_news .video_wrapper .bottom .title {
    font-size: 20px;
  }
  .index_news .video_wrapper .bottom .desc {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    height: 66px;
    margin: 10px 0 25px;
  }
  .index_news .video_wrapper .top {
    height: 260px;
    padding: 38px 30px 0 30px;
  }
  .index_news .video_wrapper .top h2 {
    font-size: 22px;
  }
  .index_news .video_wrapper .top .more {
    font-size: 13px;
    margin-top: -15px;
  }
}
