.indexHeader {
  background-color: #fff;
  height: 100px;
}
.indexHeader .indexHeaderFlax {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.indexHeader .indexHeaderFlax .indexH_left {
  width:auto;
  height: 54px;
}
.indexHeader .indexHeaderFlax .indexH_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.indexHeader .indexHeaderFlax .indexH_center a {
  display: inline-block;
  margin-right: 40px;
}
.indexHeader .indexHeaderFlax .indexH_center a:last-child {
  margin-right: 0;
}
.indexHeader .indexHeaderFlax .indexH_center img {
  max-width: 100%;
  max-height: 100%;
}
.indexHeader .indexHeaderFlax .indexH_right {
  display: flex;
  align-items: center;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_contactUs {
  display: flex;
  align-items: center;
  margin-left: 38px;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_contactUs img {
  width: 30px;
  height: 30px;
  margin-right: 9.25px;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_contactUs span {
  color: #419f7c;
  font-weight: bold;
  font-size: 24px;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_inputbox {
  position: relative;
  height: 31px;
  width: 151px;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_inputbox input {
  height: 100%;
  width: 100%;
  border-radius: 99px;
  border: 1px solid #0084cc;
  padding: 0 35px 0 15px;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_inputbox .Gobutton {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  right: 0;
  top: 0;
  background-color: #1e56a9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.indexHeader .indexHeaderFlax .indexH_right .indexH_inputbox .Gobutton img {
  width: 14px;
  height: 14px;
}
.indexSection {
  position: relative;
}
.indexSwiper .swiper-pagination {
  bottom: 44px !important;
}
.indexSwiper .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #fff !important;
  transition: linear 0.25s;
}
.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0066b3 !important;
  width: 20px !important;
  border-radius: 99px !important;
}
.indexSwiper .swiper-slide {
  height: 742px;
  position: relative;
}
.indexSwiper .swiper-slide .info_index {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexSwiper .swiper-slide .info_index .banner_title {
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexSwiper .swiper-slide .info_index .banner_desc {
  color: #fff;
  font-size: 36px;
}
.indexSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more {
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #1d92cd;
  font-size: 16px;
}
.more img {
  margin-left: 7px;
  width: 16px;
  height: 9.52px;
}
.section2Box {
  padding: 66px 0 86px 0;
}
.section2Box .aboutFlex {
  display: flex;
  align-items: center;
}
.section2Box .aboutFlex .about_left {
  flex: 1;
  margin-right: 118px;
}
.section2Box .aboutFlex .about_left .numBox_ {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2Box .aboutFlex .about_left .numBox_ .numItem_ {
  margin-right: 10px;
}
.section2Box .aboutFlex .about_left .numBox_ .numItem_:last-child {
  margin-right: 0;
}
.section2Box .aboutFlex .about_left .numBox_ .num {
  font-weight: bold;
  font-size: 40px;
  color: #1d92cd;
}
.section2Box .aboutFlex .about_left .numBox_ .dw {
  font-size: 20px;
  color: #1d92cd;
}
.section2Box .aboutFlex .about_left .numBox_ .num_bottom {
  margin-top: 6px;
  font-size: 16px;
  color: #333333;
}
.section2Box .aboutFlex .about_left .about_title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
.section2Box .aboutFlex .about_left .about_desc {
  color: #1d4f91;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.section2Box .aboutFlex .about_left .about_detail {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.section2Box .about_right {
  overflow: hidden;
}
.section2Box .about_right:hover > img {
  transform: scale(1.1);
}
.section2Box .about_right img {
  width: 520px;
  height: 293px;
  object-fit: cover;
  transition: linear 0.35s;
}
.weFuWu {
  padding: 68px 0 76px 0;
  background-color: #eef2f5;
}
.weFuWu .Fuwu_title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 36px;
  font-size: 30px;
}
.weFuWu .btn_bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.weFuWu .btn_bottom .btn_left,
.weFuWu .btn_bottom .btn_right {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  cursor: pointer;
}
.weFuWu .btn_bottom .btn_left .ico2,
.weFuWu .btn_bottom .btn_right .ico2 {
  display: none;
}
.weFuWu .btn_bottom .btn_left img,
.weFuWu .btn_bottom .btn_right img {
  width: 8.5px;
  height: 17px;
}
.weFuWu .btn_bottom .btn_left:hover,
.weFuWu .btn_bottom .btn_right:hover {
  background: #3E9A7F;
  background: linear-gradient(271deg, #3e9a7f 45%, #215da5 70%);
}
.weFuWu .btn_bottom .btn_left:hover .ico1,
.weFuWu .btn_bottom .btn_right:hover .ico1 {
  display: none;
}
.weFuWu .btn_bottom .btn_left:hover .ico2,
.weFuWu .btn_bottom .btn_right:hover .ico2 {
  display: block;
}
.weFuWu .btn_bottom .btn_left .ico2 {
  transform: rotate(180deg);
}
.weFuWu .btn_bottom .btn_right .ico1 {
  transform: rotate(180deg);
}
.weFuWu .btn_bottom .btn_right {
  margin-left: 24px;
}
.weFuWu .fuwuSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
height:250px;
}
.weFuWu .fuwuSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: linear 0.35s;
}
.fuwuSwiper{
overflow:visible;
}
.weFuWu .fuwuSwiper .swiper-slide:hover > img {
  transform: scale(1.1);
}
.weFuWu .fuwuSwiper .swiper-slide .name_fuwu {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 150px;
  text-align: center;
  background: url("../images/mb.png") no-repeat;
  background-size: 100% 100%;
  line-height: 150px;
  padding: 15px;
  box-sizing: border-box;
  z-index: 2;
}
.qikanContent {
  padding: 68px 0 98px 0;
  background: url('../images/qk.png') no-repeat;
  background-size: 100% 100%;
}
.qikanContent .qik_title_top {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
.qikanContent .qik_title_top span {
  font-weight: bold;
  font-size: 30px;
}
.qikanContent .qik_title_top .moreMany {
  font-size: 16px;
  color: #4b5358;
  display: flex;
  align-items: center;
}
.qikanContent .qik_title_top .moreMany img {
  width: 16px;
  height: 9.5px;
  margin-left: 5px;
  object-fit: contain;
}
.qikanContent .qikanWrap {
  display: flex;
}
.qikanContent .qikanWrap .qik_right {
  flex: 1;
  height: 300px;
  margin-left: 65px;
}
.qikanContent .qikanWrap .qik_right .fazhan_box {
  display: flex;
  height: 100%;
}
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left,
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right {
  padding: 25px;
  display: inline-block;
}
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left span,
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right span {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left img,
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right img {
  display: block;
  margin-top: 100px;
  width: 30px;
}
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left {
  width:300px;
  background: url('../images/rcfz1.png') no-repeat;
  background-size: 100% 100%;
}
.qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right {
  width: 500px;
  background: url('../images/rcfz2.png') no-repeat;
  background-size: 100% 100%;
}
.qikanContent .qikanWrap .qik_left {
  width: 530px;
}
.qikanContent .qikanWrap .qik_left .qikan_content {
  display: flex;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #c1e0f0;
}
.qikanContent .qikanWrap .qik_left .qikan_content .qikan_imgbox {
  width: 175px;
  height: 240px;
  background-color: #a2c6e3;
  padding: 3px;
}
.qikanContent .qikanWrap .qik_left .qikan_content .qikan_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt {
  margin-left: 50px;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_weightBold {
  width: 180px;
  font-weight: bold;
  font-size: 30px;
  color: #2861ad;
  margin-bottom: 47px;
  line-height: 1.6;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_more {
  display: flex;
  width: 160px;
  align-items: center;
  height: 40px;
  border: 1px solid #2861ad;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_more span {
  width: 70%;
  height: 100%;
  display: inline-block;
  background-color: #2861ad;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_more b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_more b img {
  width: 30px;
}
.newsContent {
  position: relative;
}
.newsContent::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f0f2f5;
  z-index: -1;
  top: 0;
  left: 0;
}
.newsContent::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -1;
  top: 0;
  right: 0;
}
.newsContent .newsWrap {
  display: flex;
  padding-top: 112px;
  padding-bottom: 93px;
  margin: 0 auto;
}
.newsContent .newsWrap .news_left {
  padding-right: 114px;
}
.newsContent .newsWrap .news_left .news_imgbox {
  width: 600px;
  height: 363px;
  border-radius: 7px;
  margin-bottom: 40px;
  display: inline-block;
  overflow: hidden;
}
.newsContent .newsWrap .news_left .news_imgbox:hover > img {
  transform: scale(1.1);
}
.newsContent .newsWrap .news_left .news_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: linear 0.25s;
}
.newsContent .newsWrap .news_left .news_mess .news_title {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-bottom: 80px;
  display: inline-block;
}
.newsContent .newsWrap .news_left .news_mess .news_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.newsContent .newsWrap .news_left .news_mess .news_data .date {
  color: #999999;
  font-size: 18px;
}
.newsContent .newsWrap .news_left .news_mess .news_data img {
  width: 40px;
  height: 24px;
}
.newsContent .newsWrap .news_right {
  padding-left: 80px;
}
.newsContent .newsWrap .news_right .news_list {
  padding: 0 5px 0 31px;
}
.newsContent .newsWrap .news_right .news_list .right_n {
  margin: 0 52px 0 39px;
  color: #333f48;
  font-size: 18px;
}
.newsContent .newsWrap .news_right .news_list .many {
  opacity: 0;
}
.newsContent .newsWrap .news_right .news_list a {
  display: flex;
  align-items: center;
  padding: 40px 0 36px 0;
  border-bottom:1px solid #f9f9f9;
}
.newsContent .newsWrap .news_right .news_list a:hover .right_n {
  color: #1e4f91;
}
.newsContent .newsWrap .news_right .news_list a:hover {
border-bottom:1px solid #c4c4c4;
}
.newsContent .newsWrap .news_right .news_list a:hover .many {
  opacity: 1;
}
.newsContent .newsWrap .news_right .news_list a .day {
  color: #999999;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.newsContent .newsWrap .news_right .news_list a .timer {
  color: #999999;
  font-size: 16px;
}
.newsContent .newsWrap .news_right .news_cate_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
.newsContent .newsWrap .news_right .news_cate_top .news_cateNameBox {
  position: relative;
}
.newsContent .newsWrap .news_right .news_cate_top .news_cateNameBox::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 141px;
  height: 3px;
  background-color: #0051a2;
}
.newsContent .newsWrap .news_right .news_cate_top .news_cateNameBox span {
  font-weight: bold;
  font-size: 26px;
  color: #0051a2;
}
.newsContent .newsWrap .news_right .news_cate_top a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.newsContent .newsWrap .news_right .news_cate_top img {
  width: 16px;
  height: 9.5px;
  margin-left: 7px;
  object-fit: contain;
}
.newsContent .newsWrap .news_left,
.newsContent .newsWrap .news_right {
  flex: 1;
  box-sizing: border-box;
}
.ziyuanContent {
  background: url('../images/zyzx.png') no-repeat;
  background-size: cover;
  padding: 68px 0 121px 0;
}
.ziyuanContent .ziyuanTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.ziyuanContent .ziyuanTop span {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.ziyuanContent .ziyuanTop a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
.ziyuanContent .ziyuanTop a img {
  width: 16px;
  height: 9.52px;
  margin-left: 7px;
}
.ziyuanContent .ziyuan_list {
  display: flex;
  justify-content: space-between;
}
.ziyuanContent .ziyuan_list .ziyuan_item {
  width:24%;
  padding: 51px 15px 53px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.ziyuan_item img{
width:66px;
height:66px;
transition:linear .25s;
}
.ziyuan_item:hover img{
transform:scale(1.1);
}
.ziyuanContent .ziyuan_list .ziyuan_item span {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  margin: 12px 0 0 0;
}
.caseTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.caseTop a {
  color: #333333;
  font-size: 16px;
}
.caseTop a img {
  width: 16px;
  height: 9.52px;
  margin-left: 7px;
}
.caseTop span {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.caseContent {
  padding: 68px 0 90px 0;
}
.caseContent .caseSwiper {
  padding-bottom: 70px;
}
.caseContent .caseSwiper .swiper-scrollbar {
  bottom: 30px !important;
}
.caseContent .caseSwiper .swiper-scrollbar-drag {
  background: #1e56a9 !important;
}
.caseContent .caseSwiper .swiper-scrollbar-drag::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background: url('../images/jt-shuang.png') no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.caseContent .caseSwiper .case_hoverImg {
  position: absolute;
  width: 92%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.25s;
}
.caseContent .caseSwiper .case_mess {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: url('../images/case-mb.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 200px;
  padding: 0 100px 30px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 3;
  transition: 0.25s;
}
.caseContent .caseSwiper .case_mess .case_flex {
  width: 440px;
}
.caseContent .caseSwiper .case_mess .case_desc {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-top: 21px;
  line-height: 1.7;
  display: none;
}
.caseContent .caseSwiper .case_mess span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
.caseContent .caseSwiper .case_mess img {
  width: 30px;
  margin-bottom: 7px;
}
.caseContent .caseSwiper .swiper-slide {
  height: 500px;
  display: flex;
  justify-content: space-between;
}
.caseContent .caseSwiper .swiper-slide .case_left {
  width: 686px;
  height: 100%;
  border: 6px;
  position: relative;
}
.caseContent .caseSwiper .swiper-slide .case_left:hover .case_mess {
  height: 100%;
  align-items: center;
}
.caseContent .caseSwiper .swiper-slide .case_left:hover .case_desc {
  display: block;
}
.caseContent .caseSwiper .swiper-slide .case_left:hover .case_hoverImg {
  opacity: 1;
}
.caseContent .caseSwiper .swiper-slide .case_left .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseContent .caseSwiper .swiper-slide .case_right {
  width: 686px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.caseContent .caseSwiper .swiper-slide .case_right .case_row {
  position: relative;
  height: 236px;
  cursor: pointer;
}
.caseContent .caseSwiper .swiper-slide .case_right .case_row:hover .case_mess {
  align-items: center;
  transition: 0.25s;
}
.caseContent .caseSwiper .swiper-slide .case_right .case_row:hover .case_desc {
  display: block;
}
.caseContent .caseSwiper .swiper-slide .case_right .case_row:hover .case_hoverImg {
  opacity: 1;
}
.caseContent .caseSwiper .swiper-slide .case_right .case_row .img {
  width: 100%;
  height: 100%;
object-fit:cover;
}
.sliderContent {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 3;
}
.sliderContent .slider_item {
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow: 8px 0px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 22px 0 0 22px;
  transform: translateX(180px);
  transition: linear 0.35s;
  cursor: pointer;
margin-bottom:10px;
}

.sliderContent .slider_item:not(.slider_item[title="联系电话"]){
    transform: translateX(270px);
}


.sliderContent .slider_item:last-child:hover {
  transform: translateX(0px) !important;
}
.sliderContent .slider_item:not(:last-child):hover{
opacity:0.75;
}
.sliderContent .slider_item .slider_left {
  width: 75px;
  height: 75px;
  background: url('../images/jx.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sliderContent .slider_item .slider_left span {
  color: #fff;
  font-size: 14px;
  margin-top: 1px;
padding:0 8px;
text-align:center;
}
.sliderContent .slider_item .slider_left img {
  max-width: 100%;
  max-height: 100%;
}
.sliderContent .slider_item .slider_right {
  width: 180px;
  height: 75px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.fuwuSwiper {
  overflow: visible !important;
  position: relative;
}
.fuwuSwiper::before {
  content: '';
  position: absolute;
  width: 4200px;
  height: 100%;
  right: 100%;
  top: 0;
  background-color: #eef2f5;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
.weFuWu .fuwuSwiper .swiper-slide .name_fuwu{
height:120px;
}
  .indexSwiper .swiper-slide {
    height: 350px;
  }
  .indexSwiper .swiper-slide .info_index {
    width: 80% !important;
    transform: translateY(-50%);
    left: 15px;
  }
  .indexSwiper .swiper-slide .banner_title {
    font-size: 25px !important;
  }
  .indexSwiper .swiper-slide .banner_desc {
    font-size: 20px !important;
  }
  .section2Box {
    padding: 30px 15px;
  }
  .section2Box .about_right {
    width: 100%;
  }
  .section2Box .about_title {
    font-size: 25px !important;
  }
  .section2Box .about_desc {
    font-size: 20px !important;
  }
  .section2Box .numBox_ {
    flex-wrap: wrap;
    margin: 30px 0 !important;
  }
  .section2Box .numBox_ .numItem_ {
    margin-bottom: 15px !important;
  }
  .section2Box .numBox_ .num {
    font-size: 35px !important;
  }
  .aboutFlex {
    flex-wrap: wrap;
  }
  .aboutFlex .about_left {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .aboutFlex .about_right {
    margin-top: 30px !important;
  }
  .aboutFlex .about_right img {
    width: 100% !important;
    height: auto !important;
  }
  .weFuWu {
    padding: 30px 15px !important;
  }
  .caseTop span {
    font-size: 24px !important;
  }
  .name_fuwu {
    font-size: 18px !important;
  }
  .caseContent {
    padding: 30px 15px !important;
  }
  .caseContent .caseSwiper .swiper-slide {
    flex-wrap: wrap;
    height: auto !important;
  }
  .caseContent .caseSwiper .swiper-slide .case_mess {
    padding-left: 15px !important;
    height: 100%;
  }
  .caseContent .caseSwiper .swiper-slide .case_mess img {
    display: none;
  }
  .caseContent .caseSwiper .swiper-slide .case_flex span {
    font-size: 20px !important;
  }
  .caseContent .caseSwiper .swiper-slide .case_left {
    height: 300px !important;
  }
  .caseContent .caseSwiper .swiper-slide .case_left,
  .caseContent .caseSwiper .swiper-slide .case_right {
    width: 100% !important;
  }
  .caseContent .caseSwiper .swiper-slide .case_row {
    height: 300px !important;
    margin-top: 15px !important;
  }
  .ziyuanContent {
    padding: 30px 15px !important;
  }
  .ziyuanContent .ziyuanTop span {
    font-size: 24px !important;
  }
  .ziyuanContent .ziyuan_list {
    flex-wrap: wrap;
  }
  .ziyuanContent .ziyuan_list .ziyuan_item {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .ziyuanContent .ziyuan_list .ziyuan_item span {
    font-size: 20px !important;
  }
  .newsContent .newsWrap .news_right .news_list .right_n {
    margin-right: 0;
  }
  .newsContent .newsWrap .news_right .news_list a .day {
    font-size: 30px;
  }
  .newsWrap {
    padding: 30px 15px !important;
    flex-wrap: wrap;
  }
  .newsWrap .news_left,
  .newsWrap .news_right {
    flex: none !important;
    width: 100% !important;
  }
  .newsWrap .news_left {
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .newsWrap .news_left .news_imgbox {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .newsWrap .news_left .news_title {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }
  .newsWrap .news_right {
    padding-left: 0 !important;
  }
  .newsContent::after,
  .newsContent::before {
    display: none;
  }
  .newsContent .newsWrap .news_right .news_cate_top .news_cateNameBox span {
    font-size: 24px;
  }
  .newsContent .newsWrap .news_right .news_list .many {
    display: none;
  }
  .newsContent .newsWrap .news_right .news_list {
    padding-left: 0;
  }
  .newsContent .newsWrap .news_left .news_mess .news_data img {
    width: 25px;
    height: 15px;
  }
  footer .logo_footer {
    width: 85% !important;
    height: auto !important;
  }
  footer .logo_footer img {
    object-fit: contain;
  }
  .qikanContent {
    padding: 30px 15px;
  }
  .qikanContent .qik_title_top span {
    font-size: 24px;
  }
  .qikanContent .qikanWrap {
    flex-wrap: wrap;
  }
  .qikanContent .qikanWrap .qik_left {
    width: 100%;
  }
  .qikanContent .qikanWrap .qik_left .qikan_wrapTxt {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_more {
    width: 100%;
  }
  .qikanContent .qikanWrap .qik_left .qikan_wrapTxt .qikan_weightBold {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  .qikanContent .qikanWrap .qik_left .qikan_content {
    flex-wrap: wrap;
  }
  .qikanContent .qikanWrap .qik_left .qikan_content .qikan_imgbox {
    width: 100%;
    height: auto;
  }
  .qikanContent .qikanWrap .qik_right {
    margin-left: 0;
    margin-top: 35px;
    height: auto;
  }
  .qikanContent .qikanWrap .qik_right .fazhan_box {
    height: auto !important;
  }
  .qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left {
 
    width: 50% !important;
  }
  .qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_left span {
    font-size: 22px;
  }
  .qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right {
    width: 50% !important;
  }
  .qikanContent .qikanWrap .qik_right .fazhan_box .fazhan_right span {
    font-size: 22px;
  }
.weFuWu .fuwuSwiper .swiper-slide {
height:auto !important;
}
.desc_banner{
display:none;
}
.slider_item_title{
padding:10px !important;
width:50% !important;
}





}
