.header_top {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.header_top_d2 {
  display: flex;
}

.header_top_d2>img {
  width: 59px;
  height: 59px;
}

.header_form {
  border: 1px solid #b8b8b8;
}

.header_form>input {
  border: none;
}

.header_form>input:first-child {
  font-size: 16px;
  line-height: 22px;
  margin-left: 5px;
}

.header_form>input:last-child {
  background-color: #00a1e9;
  line-height: 33px;
  height: 33px;
  padding: 0 30px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: white;
}

.header_top_d2>div>div:first-child {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(0, 112, 192);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.header_top_d2>div>div:last-child {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
}

.header_nav {
  display: flex;
  background-color: #0075c2;
  justify-content: center;
  margin-bottom: 0;
}

.header_nav>li {
  width: 130px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
}

.header_nav>li:hover {
  background-color: #b9d5ed;
}

.header_nav>li>a {
  font-family: 微软雅黑;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 55px;
}

.open2,
.open3,
.open4,
.open1 {
  position: relative;
}

.list_2,
.list_3,
.list_4,
.list_1 {
  width: 100%;
  position: absolute;
  display: none;
  z-index: 2;
  background-color: white;
}

.list_1>li,
.list_2>li,
.list_3>li,
.list_4>li {
  font-family: 微软雅黑;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background-color: #FFFFFF;

  height: 55px;
}

.list_1>li>a,
.list_2>li>a,
.list_3>li>a,
.list_4>li>a {
  color: #666666;
  line-height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333 !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  border-radius: 100%;
  background: #333;
  opacity: .2;
}

.footer {
  background-color: #0075c2;
  padding: 40px 0;
}

.footer_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer_img1>img {
  width: 274px;
  height: 39px;
}

.footer_img2>img {
  width: 126px;
  height: 126px;
}

.footer_con_text {
  text-align: left;
  color: white;
  font-size: 14px;
  font-family: 微软雅黑;
}

.footer_con_text_d1 {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}
.footer_con_text_d1 a{ color:#fff !important;}

.footer_con_text_d2 {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

/* index */
.teamwork {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 25px;
}

.title1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line1 {
  width: 345px;
  height: 1px;
  background-color: black;
}

.p1 {
  font-family: 微软雅黑;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 161, 233);
  background-color: transparent;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  visibility: visible;
  margin: 0 20px;
}

.title2 {
  width: 265px;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: rgb(0, 112, 192);
  margin: 20px auto 20px;
}

/*  */
.pic_a {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  /* margin: 0 1.5%; */
}

.pic_a::before {
  content: "";
  display: block;
  padding-top: 76%;

}

.d1_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d1_img:hover {
  transform: scale(1.1);
}

.teamwork_list {
  display: flex;
  flex-wrap: wrap;
}

.teamwork_list>li {
  width: 21%;
  margin: 0 2%;
}

.d1_text {
  font-size: 16px;
  font-family: 微软雅黑;
  font-style: normal;
  color: #333333;
  margin-top: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4em;
  height: 2.8em;
}

.btn1 {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #00a1e9;
  font-family: 微软雅黑;
  font-size: 16px;
  margin: 50px auto 0;
  border-radius: 20px;
}

.btn1:hover {
  box-shadow: 0 0 10px 1px gray;
  color: white;
}

.liucheng {
  background-color: rgb(0 117 194);
  padding: 40px 0;
}

.liucheng_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.liucheng_list {
  display: flex;
  justify-content: space-around;
}

.liucheng .p1,
.liucheng .title2,
.us .p1,
.us .title2,
.center .p1,
.center .title2 {
  color: white;
}

.liucheng .line1,
.us .line1,
.center .line1 {
  background-color: white;
}

.show .line1,
.server .line1 {
  background-color: #ccc;
}

.liucheng_list>li>img {
  width: 131px;
  height: 131px;
  background-color: rgb(159 197 232);
  border-radius: 50%;
  padding: 15px;
}

.liucheng_list_text {
  font-family: 微软雅黑;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  margin-top: 40px;
}

.server {
  padding: 30px 0 80px;

}

.server_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.server_list {
  display: flex;
  flex-wrap: wrap;
}

.server_list>li {
  width: 21%;
  margin: 0 2%;
}

.us {
  background-color: rgb(0, 117, 194);
  padding: 50px 0 35px;
}

.us_con {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.us_text {
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 28px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

/*  */
.pic_b {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_b::before {
  content: "";
  display: block;
  padding-top: 56%;

}

.d2_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.d2_img:hover {
  transform: scale(1.1);
}

.us_left {
  width: 57%;
}

.us_right {
  width: 40%;
  margin-left: 3%;
}

.btn2 {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 34px;
  color: white;
  border: 1px solid white;
  float: right;
}

.btn2:hover {
  box-shadow: 0 0 10px 1px white;
  color: white;
}

.show {
  padding: 80px 0 70px;
}

.show_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.swipe_con {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 200px;
}

.swipe_con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.swipe_con>ul {
  position: relative;
  display: flex;
  width: 5000px;
  left: -100%;

}

.swipe_con>ul>li {
  width: 350px;
  display: flex;
  position: relative;

}

/*  */
.pic_c {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  border: 3px solid #fff;
  /* margin: 0 1.5%; */
}

.pic_c::before {
  content: "";
  display: block;
  padding-top: 83%;

}

.d3_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

/*  */
.pic_d {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc; */
  /* border: 3px solid #fff; */
  /* margin: 0 1.5%; */
}

.pic_d::before {
  content: "";
  display: block;
  padding-top: 39%;

}

.d4_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
  transition: all 0.5s;
}

.center {
  background-color: rgb(0 117 194);
  padding: 40px 0 100px;
}

.center_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.center_list {
  margin-top: 20px;
}

.center_list>li {
  border-bottom: 1px dotted white;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.center_list>li>a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  color: rgb(255, 255, 255);
}

.center_list>li>a>div:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
}

.center_left,
.center_mid,
.center_right {
  width: 30%;
  text-align: left;
}

.center_left>a,
.center_mid>a {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  visibility: visible;
  text-align: left;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.center_left>a:hover,
.center_mid>a:hover {
  color: white;
}

.center_right>div {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: rgb(255, 255, 255);
  background-color: transparent;
  line-height: 26px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.lianxi_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.map {
  margin: 10px 0 20px;
}

.lianxi {
  padding-top: 45px;
}
/*  */
/* details */
.details {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.details_con {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.details_left {
  width: 100%;
  padding-top: 20px;
}

.details_left>div:first-child {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
  font-weight: 600;
}

.details_left_img {
  margin: 30px 0 60px;
  text-align: left;
}

.details_left_img img{max-width: 100% !important; height:auto !important; display:block; margin:10px auto;}
.details_img {
  margin: 20px 0;
  text-align: center;
  font-size:14px; color:#777;
}
.details_img img{ max-width:100% !important; height:auto !important}

.details_low {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.details_low_left>div>span>a {
  color: black;
}

.details_low_left>div{
  text-align: left;
} 
/*  */
/* news_details */
.newsdel_left>div:first-child {
  font-size: 26px;
  color: #2F2F2F;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.date {
  color: #999;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.newsdel_text>div {
  font-family: 微软雅黑;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.5;
  padding: 8px 0;
  text-align: left;
}
/*  */
/*  */
/* about */
.about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 200px;
}

.about_p1 {
  font-family: 微软雅黑;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 117, 194);
  background-color: transparent;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}

.line_blue {
  width: 345px;
  height: 1px;
  margin: 20px auto 40px;
  background-color: #0070c0;
}

.about_text {
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: rgb(102, 102, 102);
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  visibility: visible;
}

.about_img {
  margin-top: 80px;
}

/* product */
.product,
.we,
.case,
.news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 50px 0 60px;
}

.product_left {
  width: 18%;
}

.product_right {
  width: 81%;
  margin-left: 1%;
}

.product_d1 {
  display: block;
  width: 100%;
  background-color: #0070c0;
  padding: 38px;
  color: white;
  font-family: 微软雅黑;
  font-size: 28px;
  white-space: nowrap;
  cursor: pointer;
}

.product_d1:hover,
.product_d2:hover {
  color: white;
}

.product_d1>:first-child {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.product_right_list {
  display: flex;
  flex-wrap: wrap;
}

.product_right_list>li {
  width: 23%;
  margin: 0 1%;
}

.product_left_list {
  padding: 10px 0;
  margin-bottom: 0;
}

.product_left_list>li {
  padding: 0 20px;
}

.product_left_list>li:hover {
  box-shadow: 0 0 10px 1px gray;
}

.product_left_list>li>a>img {
  width: 21px;
  float: left;
  margin-top: 10px;
}

.product_left_list>li>a>div {
  font-family: 微软雅黑;
  font-size: 14px;
  color: black;
  line-height: 40px;
}

.product_d2 {
  display: block;
  width: 100%;
  background-color: #0070c0;
  padding: 38px;
  color: white;
  font-family: 微软雅黑;
  font-size: 28px;
  white-space: nowrap;
  cursor: pointer;
}

.product_d2>:first-child {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.product_d3 {
  text-align: left;
  font-family: 微软雅黑;
  font-size: 14px;
  color: black;
  line-height: 35px;
}

/* partner */
.partner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 200px;
}

.partner .teamwork_list {
  padding-top: 80px;
}

/* news */
.news_list {
  padding: 0 20px;
}

.news_list>li {
  border-bottom: 1px dashed #e3e3e3;
  padding: 8px 0;
  height: 35px;
  margin-top: 2px;
}

.news_list>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: 微软雅黑;
  font-style: normal;
  color: #000000;
  text-align: left;
}

.dd1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;

}

.contact {
  padding: 35px 0 120px;
}

.contact_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;

}

.contact_con_left {
  width: 45%;

}

.contact_con_right {
  width: 53%;
  margin-left: 2%;
}

.ma>img {
  width: 187px;
}

.contact_con_left {
  text-align: left;
}

.contact_text {
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: transparent;
  line-height: 32px;
  text-decoration: none;
  text-align: left;
}

/*  */
@media (max-width: 768px) {

  /*  */
  .tr {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .icon-menu {
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
  }

  .icon-menu span {
    width: 30px;
    height: 3px;
    background: #666;
    border-radius: 5px;
    display: block;
  }

  .icon-menu .span02 {
    margin: 5px 0;
  }

  .icon-menu.click .span02 {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .icon-menu.click .span01 {
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .icon-menu.click .span03 {
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .sjnav {
    width: 100%;
    position: absolute;
    right: 0%;
    z-index: 9999;
    display: none;
    background: rgba(44, 44, 44, 0.8) none repeat scroll 0 0 !important;
  }

  .sjnav>ul {
    padding: 0;
    margin: 0;
  }

  .sjnav>ul>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .sjnav>ul>li>a {
    display: block;
    line-height: 44px;
    font-size: 15px;
    color: #fff;
    padding: 0 30px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
  }

  .sjnav>ul>li a:hover,
  .sjnav>ul>li.active a {
    /* background: #0a51c6; */
    color: #fff;
  }

  /*  */
  .mobile_header {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu {
    display: flex;
    width: 20%;
    margin-top: 12px;
  }

  .mobile_header>img {
    width: 80%;
    padding: 10px;
  }

  .sjnav2,
  .sjnav1,
  .sjnav3,
  .sjnav4 {
    display: none;
  }

  .rou {
    transform: rotate(90deg);
  }

  .icon-menu2-d1,
  .icon-menu1-d1,
  .icon-menu3-d1,
  .icon-menu4-d1 {
    display: flex;
    justify-content: space-between;
  }

  .icon-menu2-d1>img,
  .icon-menu1-d1>img,
  .icon-menu3-d1>img,
  .icon-menu4-d1>img {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }

  .sjnav2>li>a,
  .sjnav1>li>a,
  .sjnav3>li>a,
  .sjnav4>li>a {
    display: block;
    line-height: 44px;
    color: #fff;
    padding: 0 40px;
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    line-height: 38px;
  }

  .fiexd {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #2b96cc;
    padding: 10px 0;
    z-index: 1000;
  }

  .fiexd>ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
  }

  .fiexd>ul>li>a>div {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(43, 50, 79);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
  }

  .fiexd>ul>li>a>img {
    width: 58px;
    height: 39px;
  }

  .mobile_footer {
    width: 100%;
  }

  .com_title_mobile {
    border-bottom: 1px solid #0070c0;
    margin-bottom: 20px;
  }

  .con_title_p1 {
    width: 40%;
    background-color: #0070c0;
    padding: 0 20px;
    color: white;
    line-height: 2;
  }

  .teamwork_list>li {
    width: 42%;
    margin: 0 4%;
  }

  .hidd {
    display: none;

    margin-bottom: 10px;
  }

  .hidd>img {
    width: 100px;
  }

  .contact_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;

  }

  .contact_con_left {
    width: 100%;
    padding: 0 2%;
  }

  .contact_con_right {
    width: 100%;
    margin-left: 0%;
    padding: 0 2%;
  }

  .product_right {
    width: 100%;
    margin-left: 0%;
  }

  .partner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0 100px;
  }

  .about {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0 100px;
  }

  .product_right_list>li {
    width: 46%;
    margin: 0 2%;
  }

  .product,
  .we,
  .case,
  .news {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0 100px;
  }

  .partner .teamwork_list {
    padding-top: 0;
  }

  .server_list>li {
    width: 46%;
    margin: 0 2%;
  }

  .us_left {
    width: 100%;
  }

  .btn2 {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 34px;
    color: white;
    border: 1px solid white;
    float: right;
    border-radius: 17px;
    margin-top: 10px;
  }

  .us {
    background-color: #00a1e9;

    padding: 50px 2% 35px;
  }

  .center {
    background-color: #00a1e9;
    padding: 40px 0 100px;
  }

  .center_left {
    width: 100%;
    text-align: left;
  }
  .liucheng_list {
    display: flex;
    flex-wrap: wrap;
  }
  .liucheng_list>li{
    margin-top: 20px;
  }
  .liucheng_list_text{
    margin-top: 20px;
  }
  .server {
    padding: 30px 0 0px;
  
  }
  .teamwork {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 25px;
  }
  .server {
    padding: 30px 2% 80px;
  
  }
  .show {
    padding: 30px 2% 30px;
  }
  .center {
    background-color: #00a1e9;
    padding: 40px 2% 100px;
  }
  .lianxi {
    padding: 45px 2% 0;
  }
  .contact {
    padding: 35px 2% 120px;
  }
  .partner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 2% 100px;
  }
  .ma>img {
    width: 120px;
  }
  .contact_text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
  }
  .liucheng_list_text {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    margin-top: 15px;
  }
  .liucheng_list>li>img {
    width: 100px;
    height: 100px;
    background-color: rgb(159 197 232);
    border-radius: 50%;
    padding: 15px;
  }
}

/*  */


/*手机底部*/
.hot{width:100%; height:58px; background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }