.indexBanner {
  position: relative;
  background-color: #f5f5f5;
}
#indexBannerSwiper {
  width: 100%;
  height: 600px;
}
#indexBannerSwiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#indexBannerSwiper .swiper-pagination-bullet{
    background: #fff;
}
#indexBannerSwiper .swiper-pagination-bullet-active{
    background: #fff;
}

.block_title {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.block_title h3 {
  font-size: 30px;
  color: #333;
  padding-top: 20px;
}
.block_title p {
  font-size: 16px;
  color: #999;
  padding-top: 15px;
}

.index_sqdl {
  background-color: #f9f9f9;
  padding-top: 20px;
}
.sqdl_swiper_01 {
  margin-top: 40px;
  position: relative;
}
#swiper01{
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.sqdl_swiper_01 .swiperArrow{
  width: 100%;
  position: absolute;
  margin-top: -160px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn{
  width: 45px;
  background-color: #ccc;
  border-radius: 5px;
  height: 70px;
  color: #fff;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn:hover{
  background-color: #aaa;
}
.sqdl_swiper_01 .swiperArrow .swiper-button-next:after, .sqdl_swiper_01 .swiperArrow .swiper-button-prev:after{
  font-size: 20px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn.swiper-button-prev{
  left: -50px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn.swiper-button-next{
  right: -50px;
}
.sqdl_swiper_01 .swiper-slide a {
  width: 100%;
  background-color: #fff;
  height: 300px;
  border-bottom: 2px solid #057cbe;
  box-shadow: #e9e9e9 0px 10px 7px;
  display: inline-block;
}
.sqdl_swiper_01 .swiper-slide a:hover .text {
  background-color: #057cbe;
  color: #fff;
}
.sqdl_swiper_01 .swiper-slide a:hover .text h3 {
  border-bottom: 2px solid #fff;
}
.sqdl_swiper_01 .swiper-slide a:hover .text p {
  color: #fff;
}
.sqdl_swiper_01 .swiper-slide .logo {
  width: 100%;
  height: 158px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
}
.sqdl_swiper_01 .swiper-slide .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sqdl_swiper_01 .swiper-slide .text {
  padding: 20px;
}
.sqdl_swiper_01 .swiper-slide .text h3 {
  border-bottom: 2px solid #057cbe;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 10px;
}
.sqdl_swiper_01 .swiper-slide .text p {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.sqdl_swiper_02 {
  margin-top: 40px;
  padding-bottom: 20px;
}
.sqdl_swiper_02 .swiper {
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.sqdl_swiper_02 .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.sqdl_swiper_02 .swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0 !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sqdl_swiper_02 a {
  margin: 0 10px;
}
.sqdl_swiper_02 a .logo {
  background-color: #fff;
  border: 1px solid #ddd;
}
.sqdl_swiper_02 a .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sqdl_swiper_02 a h3 {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
.sqdl_swiper_02 a:hover .logo {
  border: 1px solid #057cbe;
}
.sqdl_swiper_02 a:hover h3 {
  color: #057cbe;
}
.sqdl_swiper_02 .swiper-pagination .swiper-pagination-bullet {
  border-radius: inherit !important;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.sqdl_swiper_02 .swiper-pagination .swiper-pagination-bullet-active {
  background: #057cbe;
}

/* 解决方案 */
.index_jjfa{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.index_jjfa .block_title h3 {
  color: #fff;
  margin-top: 40px;
}
.index_jjfa .block_title p {
  color: #fff;
}
.index_jjfa .jjfa_swiper {
  margin-top: 20px;
}
.index_jjfa .swiper {
  width: 100%;
  height: 100%;
}

.index_jjfa .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_jjfa .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_jjfa .swiper-slide {
  background-size: cover;
  background-position: center;
}

#swiper03 {
  height: 100%;
  width: 100%;
  padding-top: 20px;
}
#swiper03 .swiper-slide{
  background-color: inherit;
}
#swiper03 .swiper-slide .logo{
  width: 800px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .3);
}
#swiper03 .swiper-slide .logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper03 .text{
  width: 300px;
  height: 300px;
  background-color: rgba(5,124,190, .8);
  color: #fff;
  position: relative;
  margin-left: -60px;
  padding: 20px;
}
#swiper03 .text h3{
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
#swiper03 .text h3::before{
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#swiper03 .text p{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin: 15px 0;
}
#swiper03 .text a{
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
}
#swiper04 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
  padding-bottom: 20px;
}

#swiper04 .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
}
#swiper04 .swiper-slide:hover .text{
  background-color: rgba(5,124,190, .8);
}

#swiper04 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .1);
}
#swiper04 .swiper-slide .text{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
}
#swiper04 .swiper-slide .text h3{
  color: #fff;
  font-size: 16px;
}
#swiper04 .swiper-slide-thumb-active .text{
  background-color: rgba(5,124,190, .5);
}
#swiper04 .swiper-button-next{
  /* margin-right: -50px; */
}

/* 优势分销 */
.index_ysfx{
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
}
.index_ysfx .left_text{
  width: 250px;
}
.index_ysfx .left_text h3{
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}
.index_ysfx .left_text h3::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #057cbe;
}
.index_ysfx .left_text p{
  margin: 50px 0;
  font-size: 14px;
  line-height: 28px;
}
.index_ysfx .left_text a{
  background-color: #057cbe;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
}
.index_ysfx .left_text a:hover{
  opacity: .7;
}
.index_ysfx .right_swiper{
  flex: 1;
  max-width: 900px;
  margin-left: 50px;
}

.index_ysfx .right_swiper .swiper {
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.index_ysfx .right_swiper .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.index_ysfx .right_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 130px;
  padding: 15px !important;
  margin-top: 0 !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_ysfx .right_swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_ysfx .right_swiper .swiper-slide a{
  border: 1px solid #ddd;
}
.index_ysfx .right_swiper .swiper-slide a:hover{
  border: 1px solid #057cbe;
  box-shadow: 0 0 10px rgba(5,124,190,.5);
}


/* 服务项目 */
.index_fwxm{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_fwxm .block_title{
  padding-top: 50px;
}
.index_fwxm .block_title h3{
  color: #fff;
}
.index_fwxm .block_title p{
  color: #fff;
}
.index_fwxm .list{
  display: flex;
  padding: 55px 0;
}
.index_fwxm .list .odd{
  padding: 40px 50px;
  box-sizing: border-box;
  width: 25%;
  background-color: transparent;
  text-align: center;
}
.index_fwxm .list .odd:hover{
  background-color: rgba(5,124,190, .8);
}
.index_fwxm .list .odd .icon img{
  width: 106px;
}
.index_fwxm .list .odd h3{
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
}
.index_fwxm .list .odd p{
  font-size: 16px;
  line-height: 26px;
  height: 70px;
  color: #fff;
}
.index_fwxm .list .odd a{
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
}
.index_fwxm .list .odd:hover a{
  background-color: #fff;
  color: #057cbe;
}

/* 质量管理 */
.index_zlgl{
  padding-top: 50px;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
.index_zlgl .list{
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.index_zlgl .footer_text{
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items:flex-end;
  font-style:italic;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: -250px;
}
.index_zlgl .footer_text strong{
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.index_zlgl .list .odd{
  border: 1px solid transparent;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0;
  position: relative;
}
.index_zlgl .list .odd:hover{
  border: 1px solid #057cbe;
}
.index_zlgl .list .odd:hover .math{
  display: block;
}
.index_zlgl .list .odd .math{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #057cbe;
}
.index_zlgl .math_bg{
  width: 100%;
  height: 100%;
}
.index_zlgl .list .odd  .math .block {
  position: absolute;
  padding: 30px 20px;
  top: 0;
  width: 100%;
  left: 0;
}
.index_zlgl .list .odd  .math .block h3{
  font-size: 24px;
  color: #057cbe;
  border-bottom: 1px solid #057cbe;
  padding: 10px 0 15px;
  margin-bottom: 30px;
}
.index_zlgl .list .odd  .math .block .text p{
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

/* 关于我们 */
.index_gywm{
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
.index_gywm .math_line{
  background-color: rgba(5,124,190, .2);
  padding: 30px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_gywm .math_line .odd{
  width: 25%;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 70px;
  display: inline-block;
}
.index_gywm .math_line .odd:last-child::before{
  display: none;
}
.index_gywm .math_line .odd::before{
  content: '';
  width: 1px;
  height: 100px;
  top:0;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  right: 0;
  display: inline-block;
}
.index_gywm .math_line .odd strong{
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  font-weight: normal;
  align-items: baseline;
}
.index_gywm .math_line .odd strong b{
  font-weight: normal;
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
}
.index_gywm .math_line .odd p{
  font-size: 14px;
  margin-top: 15px;
}
.index_gywm .title{
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.index_gywm .text{
  padding: 30px;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.index_gywm .more{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.index_gywm .more a{
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  width: 240px;
  text-align: center;
}
.index_gywm .more a:hover{
  background-color: #fff;
  color: #057cbe;
}

/* 新闻 */
.index_news{
  padding-top: 50px;
  padding-bottom: 30px;
}
.index_news .tab-head{
  margin-top: 50px;
}
.index_news .tab-head ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.index_news .tab-head ul li{
  margin: 0 15px;
}
.index_news .tab-head ul li a{
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.index_news .tab-head ul li.active a{
  background-color: #057cbe;
  color: #fff;
}
.index_news .tab-head ul li.active a:hover{
  color: #fff;
}
.index_news .tab-head ul li a:hover{
  border: 1px solid #057cbe;
  color: #333;
}

.index_news .tab-panel{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.index_news .left_big{
  width: 500px;
  margin-right: 30px;
}
.index_news .left_big a{
  width: 500px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
}
.index_news .left_big .slt{
  width: 100%;
  height: 290px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}
.index_news .left_big .slt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news .left_big .text{
  height: 196px;
}
.index_news .left_big .text h3{
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.index_news .left_big .text .dateTime{
  font-size: 14px;
  color: #999;
  width: 100%;
  display: inline-block;
}
.index_news .left_big .text p{
  font-size: 14px;
  width: 100%;
  padding-top: 15px;
  display: inline-block;
  line-height: 26px;
  color: #999;
}
.index_news .left_big a:hover{
  color: #fff;
  background-color: #057cbe;
  transition: inherit;
}
.index_news .left_big a:hover p{
  color: #fff;
  transition: inherit;
}
.index_news .left_big a:hover .dateTime{
  color: #fff;
  transition: inherit;
}
.index_news .right_list{
  flex: 1;
}
.index_news .right_list a.odd{
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.index_news .right_list a.odd .date{
  background-color: #dfdfdf;
  height: 120px;
  width: 100px;
  text-align: center;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .right_list a.odd .date .date_moth{
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
.index_news .right_list a.odd .date .date_year{
  font-size: 16px;
  margin-top: 10px;
}
.index_news .right_list a.odd .text{
  padding:0 20px;
  flex: 1;
  color: #999;
}
.index_news .right_list a.odd .text h3{
  font-size: 18px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
}
.index_news .right_list a.odd .text p{
  line-height: 26px;
  font-size: 14px;
  position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.index_news .right_list a.odd:hover{
  background-color: #057cbe;
  color: #fff;
  transition: inherit;
}
.index_news .right_list a.odd:hover h3{
  color: #fff;
  transition: inherit;
}
.index_news .right_list a.odd:hover .date{
  background-color: #016ca7;
  transition: inherit;
  color: #fff;
}
.index_news .right_list a.odd:hover .text{
  color: #fff;
  transition: inherit;
}
.index_news .tab-body .tab-panel{
  display: none;
}
.index_news .tab-body .active{
  display: flex;
}

/* 合作伙伴 */
.index_hzhb{
  padding-top: 30px;
}
.index_hzhb .nav{
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}
.index_hzhb .nav ul{
display: flex;
align-items: center;
justify-content: center;
}
.index_hzhb .nav ul li{
    margin: 0 15px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.index_hzhb .nav ul li.active{
        background-color: #057cbe;
    color: #fff;
}
#swiper06 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 30px;
}
#swiper06.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
#swiper06 .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#swiper06 .swiper-slide .logo{
  border: 1px solid #eee;
  text-align: center;
  font-size: 18px;
  height: 120px;
  width: 216px;
  margin: 10px;
  padding: 15px;
}
#swiper06 .swiper-slide .logo:hover{
  border: 1px solid #057cbe;
  box-shadow: 0 0 10px rgba(5,124,190,.5);
}
#swiper06 .swiper-slide .logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper06 .swiper-pagination .swiper-pagination-bullet {
  border-radius: inherit !important;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
#swiper06 .swiper-pagination .swiper-pagination-bullet-active {
  background: #057cbe;
}

/* 友情链接 */
.you_links{
  padding-top: 40px;
  width: 100%;
  display: inline-block;
  padding-bottom: 40px;
}
.you_links strong{
  font-size: 14px;
  color: #999;
  float: left;
}
.you_links a{
  margin: 0 10px;
  float: left;
  font-size: 14px;
}
.you_links a:hover{
  text-decoration: underline;
}

/******************** 滚动和首页快捷菜单-start ********************/
/* 导航栏样式 */
#navbar {
  position: fixed;
  top: 50%;
  margin-top: -205px;
  left: 30px;
  z-index: 1000;
  transition: all 0.3s ease;
  display: none;
}
#navbar ul li a {
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #666;
  margin: 3px 0;
  font-size: 14px;
  line-height: 18px;
}
#navbar ul li a span{
  width: 40px;
  text-align: center;
}
#navbar ul li a:hover, #navbar ul li a.active {
  color: white;
  background: #057cbe;
}
#navbar.Lang_English ul li a{
  width: 80px;
  margin: 6px 0;
  padding: 10px 0;
}
#navbar.Lang_English ul li a span{
  width: 80px;
}
/* 滚动指示器 */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #2575fc 0%, #057cbe 100%);
  width: 0%;
  z-index: 1001;
  transition: width 0.3s ease;
}
/******************** 滚动和首页快捷菜单-end ********************/

/**/
@media (max-width: 768px) {
.index_ysfx .right_swiper{
    flex: inherit;
    width: 100%;
}
#indexBannerSwiper{
    height: 270px;
}
.sqdl_swiper_01 .swiper-slide a{
    height: auto;
}
.sqdl_swiper_01 .swiper-slide .text p{
    font-size: 12px;
    line-height: 20px;
}
.sqdl_swiper_01 .swiper-slide .text{
    padding: 15px;
}
.sqdl_swiper_01 .swiper-slide .text h3{
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}
#swiper03{
    padding-top: 0;
}
#swiper03 .swiper-slide .logo{
    width: 100%;
    height: auto;
}
#swiper03 .text{
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 10px 15px;
}
#swiper03 .text h3{
    font-size: 14px;
    margin-bottom: 5px;
}
#swiper03 .text p{
    font-size: 12px;
    margin: 5px 0;
}
#swiper03 .text a{
    height: auto;
    line-height: inherit;
    padding: 5px 0;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255,255,255,.5);
    border: 1px solid  rgba(255,255,255,.5);
}
#swiper04 .swiper-slide .text h3{
    display: none;
}
#swiper04 {
    padding: 0 15px;
}
.index_jjfa{
    padding-bottom: 15px;
}
.index_sqdl{
    padding-top: 0;
}
.block_title{
    padding: 0 15px;
    box-sizing: border-box;
}
.block_title h3{
    font-size: 18px;
    padding-top: 15px;
}
.block_title p{
    font-size: 12px;
    padding-top: 5px;
}
.index_ysfx .left_text{
    width:100%;
    padding: 0 15px;
    box-sizing: border;
}
.index_ysfx .left_text p{
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
}
.index_ysfx .right_swiper .swiper{
    padding-bottom: 0;
}
.index_ysfx .right_swiper .swiper-slide{
    height: 65px;
    padding:10px !important;
}

.index_ysfx .left_text h3{
    font-size: 18px;
    padding-bottom: 5px;
}
.index_ysfx .left_text a{
    padding: 5px 0;
    font-size: 12px;
}
.index_fwxm .block_title{
    padding-top: 15px;
}
.index_fwxm .list{
    padding: 15px 5px;
    flex-wrap: wrap;
}
.index_fwxm .list .odd{
    padding: 15px 10px;
}
.index_fwxm .list .odd p{
    color: rgba(255,255,255,.7);
}
.index_fwxm .list .odd a{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 0;
    border: 1px solid  rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
}
.sqdl_swiper_01{
    margin-top: 15px;
}
.sqdl_swiper_01 .swiperArrow{
    margin-top: inherit;
    top:35px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn{
  width: 30px;
  border-radius: 3px;
  height: 50px;
}
.sqdl_swiper_01 .swiperArrow .swiper-button-next:after, .sqdl_swiper_01 .swiperArrow .swiper-button-prev:after{
  font-size: 14px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn.swiper-button-prev{
  left: 15px;
}
.sqdl_swiper_01 .swiperArrow .swiperBtn.swiper-button-next{
  right: 15px;
}
.index_zlgl{
    padding-top: 15px;
}
.index_zlgl .list{
    padding-top: 15px;
}
.index_zlgl .list .odd{
    width:50%;
}
.index_zlgl .list .odd .bg img{
    width: 100%;
}
.index_jjfa .block_title h3{
    margin-top: 20px;
}
.index_jjfa .swiper-slide{
    flex-wrap: wrap;
}
.index_ysfx{
    padding-top: 15px;
    padding-bottom: 15px;
}
.index_ysfx .right_swiper{
    margin-left: 0;
    padding: 5px;
}
.index_news .tab-panel{
    padding: 0 0;
}
.index_news .left_big{
    width: 100%;
    margin-right: 0;
}
.index_news .left_big .slt{
    margin-bottom: 5px;
}
.sqdl_swiper_01 .swiper-slide .logo{
    height: 120px;
    padding: 10px;
}
.sqdl_swiper_02{
    margin-top: 20px;
}
.sqdl_swiper_02 .swiper-slide{
    height: 110px;
}
.sqdl_swiper_02 a h3{
    font-size: 12px;
}
.index_news .left_big a{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.index_fwxm .list .odd{
    width: 50%;
}
.index_fwxm .list .odd .icon img{
    width: 53px;
}
.index_fwxm .list .odd h3{
    font-size: 14px;
    margin: 5px 0;
}
.index_fwxm .list .odd p{
    font-size: 12px;
    height: auto;
    line-height: 20px;
    min-height: 42px;
}
.index_zlgl{
    padding-bottom: 0;
}
.index_zlgl .footer_text{
    position: relative;
    height: auto;
    margin-top: auto;
    font-size: 25px;
}
.index_zlgl .footer_text strong{
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.index_news{
    padding-top: 15px;
    padding-bottom: 15px;
}
.index_news .tab-head{
    margin-top: 15px;
    text-align: center;
}
.index_news .tab-head ul li{
    margin: 0 0;
}
.index_news .tab-head ul li a{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.index_news .left_big .text h3{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
}
.index_news .left_big{
    margin-bottom: 10px;
}
.index_news .left_big .text{
    height: auto;
}
.index_news .left_big .text p{
    font-size: 12px;
    padding-top: 5px;
    line-height: 20px;
    position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.index_news .left_big .text .dateTime{
    font-size: 12px;
}
.index_news .left_big a{
    background-color: #f7f7f7;
}
.index_news .right_list a.odd{
    height: auto;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}
.index_news .right_list a.odd .date{
    width: auto;
    padding: 0 15px;
    background-color: inherit;
    height: 100%;
    padding-top: 0;
}
.index_news .right_list a.odd .date .date_moth{
    font-size: 20px;
    height: inherit;
    line-height: inherit;
}
.index_news .right_list a.odd .date .date_year{
    font-size: 12px;
    margin-top: 0;
}
.index_news .right_list a.odd .text{
    padding: 0 10px;
    padding-left: 0;
}
.index_news .right_list a.odd:hover .date{
    background-color: inherit;
}
.index_news .right_list a.odd .text h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.index_news .right_list a.odd .text p{
    font-size: 12px;
    line-height: 20px;
}
#navbar{
    display: none !important;
}
.index_gywm{
    padding-top: 15px;
    padding-bottom: 15px;
}
.index_gywm .container{
    padding: 0 15px;
}
.index_gywm .math_line .odd::before{
    display: none;
}
.index_gywm .math_line{
    flex-wrap: wrap;
    padding: 10px 0 10px;
}
.index_gywm .math_line .odd{
    width: 50%;
    margin: 10px 0;
    padding-left: 0;
    text-align: center;
}
.index_gywm .math_line .odd strong{
    font-size: 20px;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: inherit;
    line-height: inherit;
    font-weight: bold;
}
.index_gywm .math_line .odd p{
    margin-top: 5px;
    font-size: 12px;
}
.index_gywm .title{
    margin-top: 25px;
    font-size: 18px;
}
.index_gywm .text{
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    position: relative;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.index_gywm .more a{
    width: 80%;
    padding: 10px 0;
    font-size: 12px;
}
.index_hzhb{
    padding-top: 15px;
}
.index_hzhb .nav ul{
    flex-wrap: wrap;
}
.index_hzhb .nav ul li{
    font-size: 12px;
    margin:  0 0;
    font-weight: bold;
}
#swiper06 .swiper-slide .logo{
    margin: 0;
    width: 50%;
    height: auto;
    font-size: 12px;
    box-sizing: border-box;
}
#swiper06{
    padding-bottom: 40px;
}
.index_hzhb .nav{
    padding-top: 15px;
}
.you_links{
    padding: 15px;
}
}