@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;

  font-size: 0;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

button {
  /* border: none; */
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* 图片自适应 */
img {
  height: auto;
  width: auto\9;
  /* ie8 */
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-clickable .swiper-pagination-bullet:focus {
  outline: none;
}

body {
  font-family: "PingFang SC" !important;
  color: #555;

  overflow-x: hidden;
}

.index {
  background: #f5f5f5;
}

em,
i {
  font-style: normal;
}



.w100 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.m_top50 {
  margin-top: 30px;
}

/* body {
  font-size: 0 !important;
} */

.er_ul li:hover .cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ta {
  text-align: center;
}

.w84 {
  width: 84.2%;
}

.tr {
  text-align: right;
}

.displaynone {
  display: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 3573875 */
  src: url('//at.alicdn.com/t/c/font_3573875_i164vu9krqs.woff2?t=1680507227591') format('woff2'),
       url('//at.alicdn.com/t/c/font_3573875_i164vu9krqs.woff?t=1680507227591') format('woff'),
       url('//at.alicdn.com/t/c/font_3573875_i164vu9krqs.ttf?t=1680507227591') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youxiang1:before {
  content: "\e724";
}

.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.overh {
  overflow: hidden;
}

.w80 {
  width: 80%;
}

.history-date ul li dl dt {
  font-size: 20px;
}

.bg_logo {
  background: url(../../../img/logo.png) no-repeat;
  background-size: contain;
  width: 169px;
  height: 64px;
  margin: 18px auto;
}

.pa_top {
  top: 50%;
  left: 0;

  right: 0;
  transform: translateY(-50%);
}

.daohang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: transparent;

  transition: 600ms ease-in-out;
}

.index_a {
  background: transparent;
  width: 235px;
  transition: 600ms ease-in-out;
  height: 100px;
  margin-bottom: 0px;
}

.phone .index_a {
  background: transparent;
}

.index_a h1 {
  opacity: 0;
  position: absolute;
  z-index: -1px;
}

.dianhua {
  width: 77%;
}

/* .daohang.actives {
  padding: 10px 34px 0 60px;
} */
.daohang.actives {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.daohang.actives .yuan i {
  color: #007bff;
}

.daohang.actives .daohang_ul>li {
  line-height: 70px;
  color: #3d3e3f;
  font-size: 16px;
}

.daohang.actives .daohang_ul>li>a {
  line-height: 70px;
  color: #3d3e3f;
}

.daohang.actives .bg_logo {
  background: url(../../../img/logo.png) no-repeat;
  background-size: contain;
}

.daohang.actives #dLabel,
.daohang.actives .souauo i {

  color: #3d3e3f;
}

.daohang.actives .bg_logo {
  margin: 3px auto;
}

.daohang.actives .index_a {
  height: 70px;
}

.daohang_ul {
  text-align: right;
  padding-right: 40px;

}

.daohang_ul>li {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 0px 20px;
}


.daohang_ul>li>.er_div {
  border-top: 5px solid #04cdf2;

  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  top: 100px;
  text-align: center;
  opacity: 0;
  display: none;
  padding: 40px;
  transition: 600ms ease-in-out;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.info {
  float: left;
  width: 50%;
  color: rgb(84, 84, 84);
  text-align: left;
}


.info a {
  color: rgb(84, 84, 84);
  margin-top: 40px;
  display: inline-block;
}

.info a:hover {
  color: #c9374c;
  font-weight: bold;
}

.logos {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.daohang_ul>li>.er_div li>a {
  color: #666;
  font-size: 18px;
  line-height: 20px;
  padding: 4px 0;
  display: inline-block;
}

/* .daohang_ul>li>.er_div li:hover {
  background: #c9374c;
} */

.daohang_ul>li>.er_div li:hover a {
  color: #c9374c;
}

.daohang_ul>li:hover .er_div {
  display: block;
  opacity: 1;
}

.daohang_ul>li>a {
  display: inline-block;
  font-size: 16px;
  color: #3d3e3f;
  line-height: 99px;
  font-weight: 400;
}

.daohang_ul>li:last-child {
  padding-right: 0;
  padding-left: 0;
  line-height: 19px;
  position: relative;
}

.daohang_ul>li:last-child:hover {
  border-bottom: none;
}

.daohang_ul>.active>a,
.daohang_ul>li:hover>a {
  color: #04cdf2;
  font-weight: bold;
}

.yuan,
.souauo {
  display: inline-block;
}

.yuan i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.souauo i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.yuan>a:hover {
  color: #ca4254;
}

.lunbo_ul {
  margin-top: 20px;
}

.lunbo_ul>li>a {
  display: inline-block;
  color: rgba(225, 225, 225, 0.8);
  font-size: 15px;
  line-height: 33px;
}

.julis1 .daohang_ul>li>a {
  color: #3d3e3f;
}

.julis1 .daohang .bg_logo {
  background: url(../../../img/logo.png) no-repeat;
  background-size: contain;
}

.julis1 #dLabel {
  color: #3d3e3f;
}

.julis1 .souauo i {
  color: #3d3e3f;
}





.er_uls {
  background: rgba(238, 238, 238, 0.902);
  padding: 25px;
  box-shadow: 2.5px 2px 2px 0px rgb(216, 215, 215);
}

.er_uls .overh {
  background: #fff;
}

.hover_p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 42px;
  text-align: center;
  margin-bottom: 5px;
}

.er_uls>li {
  width: 23%;
  float: left;
  margin-right: 2.33%;
  margin-bottom: 25px;
}

.er_uls>li:nth-child(4n) {
  margin-right: 0%;
}

.er_uls>li:hover .hover_p {
  color: #fff;
}

.er_uls>li:hover .overh {
  background: #04cdf2;
  ;
}

.imgs_wen {
  top: 50%;
  right: 18%;
  transform: translateY(-50%);
}

.huandong {
  text-align: center;
  bottom: 2%;
  left: 0;
  right: 0;

  cursor: pointer;

  z-index: 3;
}

.huandong img {
  animation: myfirst 1s infinite;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.phone_img {
  display: none;
}

.lianjie {
  color: #c9c9c9;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e7e7e;
}

.lianjie>p {
  display: inline-block;
  margin-right: 10px;
}

.lianjie a {
  color: #c9c9c9;
  font-size: 14px;
}

.bei {
  font-size: 14px;
  color: #c9c9c9;
  line-height: 60px;
  border-top: 1px solid #3f3f3f;
  text-align: center;
}

.foot a:hover {
  color: #fff;

  margin-left: 2px;
  transition: 600ms ease-in-out;
}

.foot_ul>li {
  float: left;
  padding-right: 25px;
}

.foot_ul>li:last-child {
  padding-right: 0px;
}

.foot_ul>li>p {
  font-size: 15px;
  color: #fff;
}

.foot_er_ul {
  margin-top: 10px;
  padding-bottom: 40px;
}

.foot_er_ul>li {
  line-height: 25px;
  font-size: 14px;
  color: #c9c9c9;
}

.foot_er_ul>li>a {
  font-size: 14px;
  color: #7e7e7e;
}

.foot {
  border-top: 5px solid #3b3b3b;
  background: #3b3b3b;
  padding-top: 45px;
}

.ma_ul>li>p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #6c6c6c;
  padding: 13px 10px;
  width: 30px;
  line-height: 15px;
  position: relative;
  z-index: 99px;
  cursor: pointer;
}

.ma_ul {
  position: relative;
}

.ma_img {
  display: none;
}

.ma_ul>li>p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-top: 5.5px solid transparent;
  border-left: 10px solid #a2a2a2;
  border-bottom: 5.5px solid transparent;

  opacity: 0;
}

.ma_ul>.active>p {
  background: #a2a2a2;
}

.ma_ul>.active>p::after {
  opacity: 1;
}

.ma_img_ul>.active {
  display: block;
}

.ma_imgs {
  margin-top: 32px;
}
.daohang_ul li:nth-of-type(2) .er_ul{
  width: 180%;
}
.er_ul {
  position: absolute;
  background: rgba(16, 140, 233, 0.89);
  top: 70px;
  height: 100%;
  left: 0;
  bottom: 0;
  transform: scale(0);
  right: 0;
  padding: 15px 0;
  box-shadow: 0px 0px 10px 0px rgb(214, 211, 211);
}

.er_ul li {
  line-height: 35px;
  background: #1377e6;
  text-align: center;
}

.er_ul li a {
  display: block;
  color: #fff;

  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daohang_ul>li {
  position: relative;
}

.daohang_ul>li:hover .er_ul {
  transform: scale(1);
  transition: 600ms all;
}

.er_ul li:hover {
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);

}

.er_ul li:hover a {
  color: #fff;
}


/* 一键导航 */

.mobile-foot {
  display: none;
  background: #185051;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 右侧悬浮 */

.rightfix {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 40px;
  border: 1px solid #dee2e7;
  border-right: none;
  z-index: 2;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.fix_ul li i {
  font-size: 20px;
  color: #747679;
}

.fix_ul li:nth-child(2n) {
  background: #eee;
}

.right_div {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  display: block;
  right: 40px;
}

.fix_ul li:hover {
  background: #04cdf2;
  ;
}

.fix_ul li:hover i {
  color: #fff;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 102px;
  border-top: 2px solid #ed0001;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 460px;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;

  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 129px;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #ed0001;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.phone {
  box-shadow: 2.5px 4.33px 5px 0px rgb(200, 203, 204);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a {

  width: auto;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #fff;

  line-height: 70px;
}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}

.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}

.sidebar-menu__header {
  height: 50px;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga"1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}



.sidebar-menu__item:first-child {
  border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #1083e7 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}

.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e;
}

.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}

.bdsharebuttonbox {
  padding-top: 22px;
}

/* 一键导航 */

.mobile-foot {
  display: none;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 100px;
  border-top: 2px solid #04cdf2;
  ;
  text-align: center;
  z-index: 44;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;

  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #04cdf2;
  ;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.ban-wen {
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.yuan .dropdown {
  margin-left: 10px;
}

#dLabel {
  background: transparent;
  border: none;
  color: #fff;
}

.jun>.left,
.jun>.right {
  width: 50%;
  height: 727px;
}

.jun>.left {
  background-image: #ffffff

  background-image: #ffffff
  background-image: #ffffff
}

.jun>.right {
  background: #ffffff;
}

.shngs .lefts {
  width: 55%;
  padding: 50px 0;
  background: #fff;
  box-shadow: 1px 1.732px 30px 0px rgba(208, 208, 208, 0.18);
}

.shngs .swiper-container {
  padding: 0 0px 50px 0px;

}

.shngs .row {
  margin: 0px;
}

.shngs .swiper-container-horizontal>.swiper-pagination-bullets {
  left: 100px;
  bottom: 0px;
}

.shngs .rights {
  width: 40%;
}

.bao {
  transform: translateY(-50%);
  top: 50%;
  left: 0%;
  width: 100%;
  right: 0;
  margin: auto;
}


.wenss {
  bottom: 0;
  right: 5%;
  width: 35px;
  padding: 0 5px;
  line-height: 30px;

  /* writing-mode: vertical-lr;

  writing-mode: tb-lr; */

  border-right: 1px solid #eee;
}

.biao-1 {
  color: #3d3e3f;
  font-size: 35px;
}

.biao-con {
  color: #3d3e3f;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.yunsss {
  border-radius: 50%;
  background-color: #bbbaba;

  width: 85px;
  height: 85px;
  line-height: 85px;
  margin: auto;
}

.biao-ul li {
  width: 20%;
  float: left;
}

.biao-ul {
  margin-top: 25px;
}

.yunsss i {
  color: #fff;
  font-size: 40px;
}

.biao-2 {
  color: #7a7878;
  font-size: 15px;
  margin-top: 10px;
}

.more-a {
  margin-top: 50px;
}

.more-a a,
.more-a span {
  color: #7a7878;
  font-size: 15px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 30px;
  border: 2px solid rgb(2, 209, 237);
}

.more-a a:hover,
.more-a span:hover {
  background: rgb(2, 209, 237);
  color: #fff;
}

.hreds-cons {
  color: #3d3e3f;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 27px;
}

.hreds-div1 {
  color: #3d3e3f;
  font-size: 35px;
  margin-top: 20px;
}

.lefts-1 {
  width: 25%;

  background: #007bff;
  height: 133px;
}

.xuhao {
  font-size: 48px;
  color: #fff;
  display: none;
}

.xuhao-con {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  padding-left: 5px;
}

.jue-uls {
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.jue-uls {}

.jue-uls li {
  float: left;
  width: 25%;
  padding: 35px 30px 35px 50px;
  cursor: pointer;
}

.jiejue {
  background: #f5f9fd;
  padding-bottom: 50px;
}

.jue-uls li:hover,
.jue-uls .active {
  background: #1170d6;
}

.jue-conds {
  padding: 40px;
  box-shadow: 0px 0px 18px 0px rgba(235, 228, 228, 0.51);
  background: #fff;
}

.list-jie {
  display: block;
}

.list-jie .overh {
  width: 40%;
}

.list-jie-cons {
  width: 57%;
}

.list-jue-p {
  color: #3d3e3f;
  font-size: 24px;
  margin-top: 20px;
}

.lunbo-jiejue .swiper-button-next {
  position: absolute;
  right: -100px;
  width: 27px;
  height: 60px;
  background-image: url(../../../img/5.png);
  background-size: 100% 100%;
}

.lunbo-jiejue .swiper-button-prev {
  position: absolute;
  left: -100px;
  width: 27px;
  height: 60px;
  background-image: url(../../../img/4.png);
  background-size: 100% 100%;
}

.lunbo-jiejue .swiper-button-prev:focus,
.lunbo-jiejue .swiper-button-next:focus {
  outline: none;
}

.jue-conds>div {
  display: none;
}

.lunbo-jiejue a:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.lunbo-jiejue a:hover .list-jue-p {
  color: rgb(2, 209, 237);
}

.jue-conds>.active {
  display: block;
}

.abouts>div {
  width: 48%;
}

.abots-cons1 {
  color: #636465;
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
}

.bgs {
  width: 92%;
  height: 63px;
  background: url(../../../img/3.jpg);
  background-size: 100% 100%;
  margin-top: 38px;
}

.bg-wen {
  color: #717273;
  font-size: 30px;
}

.colos {
  color: #02d8f4;
}

.ying {
  font-size: 24px;
}

.ys {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgb(113, 114, 115);
  margin: 0 10px;
  margin-top: -20px;
  position: relative;
  top: -5px;
}

.wens1-tr {
  color: #969797;

  font-size: 18px;

  font-style: italic;
  margin-top: 15px;
  width: 92%;
}

.about-ul li {
  width: 50%;
  float: left;
  height: 200px;
  border-right: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.about-ul li a,
.top50 {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

.about-ul li a i {
  color: #fff;
  font-size: 50px;
}

.about-ul li a:hover {

  top: 40%;
  transition: 600ms ease-in-out;
}

.about-ul li a p,
.about-ul li p {
  color: #f5f9fd;
  font-size: 20px;
  margin-top: 10px;
}

.about-ul li:nth-child(1) {
  background-image: -moz-linear-gradient(97deg,
      rgb(7, 188, 240) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(97deg,
      rgb(7, 188, 240) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(97deg,
      rgb(7, 188, 240) 0%,
      rgb(2, 216, 244) 100%);
}

.about-ul li:nth-child(2) {
  background-image: -moz-linear-gradient(127deg,
      rgb(22, 104, 228) 0%,
      rgb(57, 136, 236) 100%);
  background-image: -webkit-linear-gradient(127deg,
      rgb(22, 104, 228) 0%,
      rgb(57, 136, 236) 100%);
  background-image: -ms-linear-gradient(127deg,
      rgb(22, 104, 228) 0%,
      rgb(57, 136, 236) 100%);
}

.about-ul li img {
  height: 200px;
}

/* .about-ul li:last-child {
  width: 100%;
  border-top: 1px solid #fff;
} */

.about-ul li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.about-ul li img,
.about-ul li i {
  -webkit-transition: -webkit-transform 2s ease-out;
  -moz-transition: -moz-transform 2s ease-out;
  -o-transition: -o-transform 2s ease-out;
  -ms-transition: -ms-transform 2s ease-out;
  cursor: pointer;
}

/* .about-ul li:hover a {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg)
} */
.about {
  margin-bottom: 50px;
}

.hreds-div1s {
  color: #3d3e3f;
  font-size: 35px;
}

.left-new,
.right-new {
  width: 49%;
}

.new .more-a {
  margin-top: 0;
}

.new {
  padding: 50px 0;
  background: #f5f9fd;
}

.renqi {
  color: #969797;
  font-size: 14px;
  margin-top: 5px;
}

.new-biao {
  color: #3d3e3f;
  font-size: 16px;
}

.yuas1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(71, 229, 247);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-top: 13px;
}

.yuas1::before {
  content: "";
  width: 2px;
  height: 10px;
  background: rgb(71, 229, 247);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yuas1::after {
  content: "";
  width: 10px;
  height: 2px;
  background: rgb(71, 229, 247);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-s {
  color: #f5f9fd;
  font-size: 14px;
  line-height: 30px;
  margin-top: 5px;
  display: none;
}

.uls-hang li {
  padding: 20px 30px;
  border-bottom: 1px solid #eeeeee;
  transition: 600ms ease-out;
}

.uls-hang li a {
  display: block;
}

.uls-hang {
  background: #fff;
  margin-top: 20px;
  box-shadow: 0px 0px 18px 0px rgb(235, 228, 228);
}

.uls-hang li:hover,
.uls-hang .active {
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  padding: 45px 30px;
}

.uls-hang li:hover .new-biao,
.uls-hang li:hover .new-s,
.uls-hang .active .new-biao,
.uls-hang .active .new-s {
  color: #fff;
}

.uls-hang li:hover .renqi,
.uls-hang .active .renqi {
  color: #f5f9fd;
}

.uls-hang li:hover .yuas1::after,
.uls-hang .active .yuas1::after {
  background: #fff;
}

.uls-hang li:hover .yuas1,
.uls-hang .active .yuas1 {
  border-color: #fff;
}

.uls-hang li:hover .new-s,
.uls-hang .active .new-s {
  display: block;
  -webkit-line-clamp: 2;
}

.uls-hang li:hover .yuas1::before,
.uls-hang .active .yuas1::before {
  display: none;
}

.rigs {
  width: 70%;
}

.gong-img {
  width: 26%;
}

.rigs .new-s {
  color: #3d3e3f;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 55px;
}

.right-new .uls-hang li:hover {
  padding: 20px 30px;
}

.mas {
  margin-top: 15px;
}

.ma-img {
  margin-right: 25px;
}

.mas .foot_er_ul {
  margin-top: 0;
}

.mas .bdsharebuttonbox a {
  background: transparent;
  margin: 20px 5px 0px 0;
  padding: 0;
  height: auto;
  font-size: 40px;
}

.mas .bdsharebuttonbox a:hover {
  color: #fff;
}

.yous {
  display: inline-block;
  color: #5c5c5c;
  font-size: 14px;
  margin-left: 20px;
}

.yous a {
  color: #5c5c5c;
  font-size: 14px;
}

.yous a:hover {
  color: #fff;
}

.ban-s-w {
  color: #fff;

  font-size: 40px;
  font-weight: bold;
  left: 8%;
  text-shadow: 1px 1.732px 5px rgb(70, 65, 65);
  bottom: 10%;
}

.position .tr,
.position .tr a {
  color: #616262;
  font-size: 14px;
  line-height: 70px;

  margin-left: 10px;
}

.position .tr a:hover {
  color: #04cdf2;
}

.position {
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.fangan-ul>li {
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.fangan-ul>li:nth-child(4n) {
  margin-right: 0%;
}

.fangan-ul>li a {
  display: block;
}

.fangan-ul {
  margin: 35px 0;
}

.fang-ming {
  color: #3d3e3f;
  font-size: 15px;
  background: #fff;

  padding: 20px 0;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.hourr-swp .swiper-wrapper .swiper-slide:hover .fang-ming a {
  color: #fff;
}

.fang-ming a {
  color: #3d3e3f;
}

.fangan-ul>li:hover .fang-ming a {
  color: #fff;
}

.fangan-ul>li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.fangan-ul>li:hover .fang-ming {
  color: #fff;
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.page {
  padding: 20px 0;
}

.position-ul li {
  display: inline-block;
}

.position-ul li a {
  display: inline-block;
  line-height: 70px;
  padding: 0 25px;
  color: #616262;
  font-size: 18px;
}

.position-ul li:hover a,
.position-ul li.active a {
  color: #fff;
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.hep-con {
  width: 60%;
  margin: auto;
}

.hlep {
  padding: 70px 0 50px 0;
  background: #f5f5f5;
}

.biaoti-d {
  color: #5c5b5b;
  font-size: 35px;
}

.tiane {
  font-size: 15px;
  color: #5c5b5b;
  margin-top: 5px;
}

.gong p {
  color: #5c5b5b;
  font-size: 15px;
}

.gong {
  margin-bottom: 15px;
}

.gong p span {
  color: #d1161b;
}

.gong input {
  width: 100%;
  background: #fff;
  height: 45px;
  margin-top: 5px;
  border: 1px solid #d9d8d8;
}

.gong>div {
  width: 49%;
}

.gong textarea {
  width: 100%;
  background: #fff;
  height: 165px;
  margin-top: 5px;
  border: 1px solid #d9d8d8;
  resize: none;
}

.more-a button {
  color: #7a7878;
  font-size: 15px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid rgb(2, 209, 237);
}

.more-a button:hover {
  background: rgb(2, 209, 237);
  color: #fff;
}

.biaos {
  margin-top: 60px;
}

.dizhi-ul>li {
  width: 33%;
  float: left;
  border-right: 1px solid #e5e5e5;
  height: 180px;
}

.dizhi-ul {
  width: 85%;
  margin: auto;
}

.dizhi-ul>li:last-child {
  border-right: none;
}

.dizhi {
  padding: 50px 0;
}

.guanzu {
  color: #8f8f8e;
  font-size: 14px;
}

.si1 {
  color: #8f8f8e;
  font-size: 14px;
  line-height: 30px;
  margin-top: 5px;
}

.si {
  color: #8f8f8e;
  font-size: 20px;
}

.dizhi-ul>li:nth-child(1) img,
.dizhi-ul>li .wds {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.dizhi-ul>li:nth-child(2) .wds {
  padding-left: 50px;
}

.qing {
  color: #fff;
  font-size: 30px;
}

.dis i {
  color: #fff;
  font-size: 70px;
}

.dis {
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.abutss {
  margin-top: 60px;
}

.abutss .hreds-div1 {
  margin-top: 0px;
}

.abutss .abouts {
  margin-bottom: 50px;
}

.bianse {
  background: linear-gradient(to right, #0571ff, #09defffb);

  -webkit-background-clip: text;
  color: transparent;

  font-size: 40px;
}

.hourr-uls li {
  display: inline-block;
  color: #3d3e3f;
  font-size: 20px;
  padding: 0 20px;

}

.hourr-uls {
  padding: 10px 0;
}

/* .hourr-uls li.active,
.hourr-uls li:hover {
  color: #0cb4ef;
} */

.hourr {
  background: #ececec;
  padding-bottom: 50px;
}

.hourr-conds {
  margin-top: 30px;
}

.hourr-swp .swiper-wrapper {
  padding-bottom: 70px;
}

.hourr-swp .swiper-wrapper .swiper-slide {
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);

}

.hourr-swp .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(222, 222, 222);
  opacity: 1;
}

.hourr-swp .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: rgb(4, 205, 242);
}

.hourr-swp .swiper-wrapper .swiper-slide:hover a img {
  transform: scale(1.2);
  transition: 600ms all;
}

.hourr-swp .swiper-wrapper .swiper-slide:hover .fang-ming {
  color: #fff;
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}



.hourr-conds>.active {
  display: block;
}

.wenzi-you {
  color: #7f7e7e;
  font-size: 15px;
  line-height: 30px;
  margin-top: 5px;
  min-height: 67px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;

}

.wenzi-you-p {
  color: #565555;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.tubiaos-ul li {
  float: left;
  width: 48%;
  padding: 40px 0 60px 0;
  margin-top: 4%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.tubiaos-ul li:nth-child(2n) {
  float: right;
}

.tubiaos-ul li i {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#0571ff),
      to(#09defffb));
  -webkit-background-clip: text;
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}

/* .tubiaos-ul li {
  cursor: pointer;
} */

.tubiaos-ul li:hover {
  /* padding-top: 30px; */
  transition: 600ms ease-in-out;

}

.youshi {
  background: #ececec;
  padding-bottom: 140px;
}

.jishu-right {
  width: 50%;
}

.jishu-left {
  width: 47%;
}

.jishu-p {
  color: #3d3e3f;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

.jishu-bs {
  color: #3d3e3f;
  font-size: 20px;
  line-height: 30px;
}

.jishu-num {
  color: #848585;
  font-size: 70px;
  font-weight: lighter;
  margin-top: 40px;
}

.jishu-ul li {
  padding: 70px 0;
}

.jishu-ul li:nth-child(2n) {
  background: #ececec;
}

.jishu-ul li:nth-child(2n) .jishu-left {
  float: right;
}

.jishu-ul li:nth-child(2n) .jishu-right {
  float: left;
}

.zhayaos {
  color: #636465;
  font-size: 14px;
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.new-tui-list>li {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}

.new-tui-list>li:nth-child(4n) {
  margin-right: 0;
}

.new-tu-p2 {
  color: #d5d5d5;
  font-size: 14px;
  line-height: 30px;
}

.new-tu-p1 {
  color: #3d3e3f;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new-s-tui-wen {
  padding: 20px 30px 30px 30px;

  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.new-tui-list {
  margin-top: 30px;
}

.nian {
  color: #3d3e3f;
  font-size: 22px;
}

.datas {
  padding: 10px 20px;
  border-right: 1px solid #e5e5e5;
}

.new-tui-list2 .new-s-tui-wen {
  box-shadow: 0px 0px 0px 0px rgb(196, 191, 191);
  padding: 10px 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 50%;
  overflow: hidden;
}

.yue {
  color: #3d3e3f;
  font-size: 18px;
}

.new-tui-list2 {
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.new-tui-list2 li {
  padding: 20px 25px 20px 0;
}

.new-tui-list2 li>a>.fl.clearfix {

  width: 80%;
}

.you-a i {
  font-size: 30px;
  color: #51e6f7;
}

.you-a {
  margin-top: 20px;
}

.new-tui-list2 li:nth-child(2n) {
  background: #f7f9fb;
}

.new-tui-list>li:hover .new-s-tui-wen {
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.new-tui-list>li:hover img {
  transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(1.2);
}

.new-tui-list>li:hover .new-tu-p1,
.new-tui-list>li:hover .zhayaos {
  color: #fff;
}

.new-tui-list2>li:hover {
  background-image: -moz-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.new-tui-list2>li a {
  display: block;
}

.new-tui-list2>li:hover .yue,
.new-tui-list2>li:hover .nian,
.new-tui-list2>li:hover .new-tu-p1,
.new-tui-list2>li:hover .new-tu-p2,
.new-tui-list2>li:hover i {
  color: #fff;
}

.newiss {
  padding-bottom: 120px;
}

.xing-title {
  color: #000000;
  font-size: 24px;
}

.res {
  color: #d5d5d5;
  font-size: 14px;
}

.xing-left {
  width: 73%;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.fanghui a {
  background: url(../../../img/7.png) no-repeat left;

  padding-left: 40px;
  height: 24px;
  color: #555454;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.xing-right .bdsharebuttonbox a {
  background: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  color: #d2d2d2;

  font-size: 50px;
}

.xing-right .bdsharebuttonbox {
  position: relative;
  top: 15px;
}

.xing-top {
  margin-top: 50px;
}

.xing-right {
  margin-top: 20px;
  width: 25%;
}

.fanghui {
  margin-left: 20px;
  line-height: 45px;
  width: 57%;
  border-left: 1px solid #e5e5e5;
}

.xing-s-wen {
  color: #3d3e3f;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0 50px;
}

.blod {
  color: #3d3e3f;
  font-size: 20px;
  font-weight: bold;
}

.shang-ul>li a {
  color: #555454;
  font-size: 20px;
  display: block;
  line-height: 35px;
}

.shang-ul>li {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.shang-ul {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  padding: 25px;
  margin-top: 20px;
}

.shang-ul>li:last-child {
  border-bottom: none;
}

.shang-ul>li a:hover {
  color: #02d1ed;
}

.jue-xing-biao {
  color: #616262;
  font-weight: bold;
  font-size: 24px;
}

.maio-ul li {
  display: inline-block;
  line-height: 34px;
}

.maio-ul li a {
  color: #616262;
  font-size: 15px;
  padding: 0 19px;
  border-right: 1px solid #b3b3b3;
}

.maio-ul li:last-child a {
  border-right: none;
}

.maio-ul li:hover a,
.maio-ul li.active a {
  color: #04cdf2;
}



.ers-nav {
  padding: 15px 0;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  background: #fff;
  z-index: 99;
  transition: 600ms ease-in-out;
}

.ers-nav.active {
  top: 0;
}

.bg-con {
  font-size: 15px;
  color: #3d3e3f;
  line-height: 30px;
  margin: 40px 0;
}

.julis {
  height: 85px;
}


.zucheng li {
  height: 468px;
  border-radius: 5px;
  width: 23.25%;
  float: left;
  background: #fff;
  margin-right: 2%;
  padding: 60px 40px 0 40px;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  margin-bottom:20px;
}

.zu-p {
  color: #04cdf2;
  font-weight: bold;
  font-size: 20px;
}

.ming {
  margin-top: 11px;
  color: #3d3e3f;
  font-size: 15px;
  line-height: 30px;
}

.zucheng li:last-child {
  margin-right: 0;
}

.zucheng {
  margin-top: 50px;
}

.heixin {
  margin-top: 40px;
}

.heixin li {
  float: left;
  margin-right: 1.9%;

  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  width: 175px;
  height: 175px;
  border-radius: 50%;

  text-align: center;
}

.xiao-yuan {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(4, 205, 242);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;

  top: 50%;
  font-size: 18px;
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}

.heixin li:last-child {
  margin-right: 0;
}

.core-technology {
  margin-bottom: 70px;
}

.goujia {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  margin-top: 40px;
  border-radius: 5px;
}

.jiazhi-ul li {
  width: 50%;
  float: left;
  height: 110px;
  padding-right: 19px;
}

.jiazhi-ul {
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  margin: 40px 0 50px 0;
  padding: 50px 10px 0 40px;
  background: #fff;
}

.ying-sw {
  margin: 40px 0;
}

.ying-sw .swiper-container {
  padding: 10px 10px 10px 10px;
}

.ying-sw .swiper-wrapper {
  padding-bottom: 50px;
}

.ying-sw.hourr-swp {
  display: block;
}

.yingong {
  background: #ececec;
}

body.julis1 {
  padding-top: 185px;
}

.fuli-img {
  width: 38%;
}

.fuli-con {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 351px;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}

.cbg-co {
  height: 351px;
}

.w50 {
  width: 50%;
}

.mtop50 img {
  height: 351px;
}

.er-cb img {
  height: 284px;
}

.er-cb {
  height: 323px;
  border-top: 5px solid #e9e8e8;
}

.er-cb .fuli-con {
  background: #fff;
  height: 284px;
}

.er-cb .fuli-con img {
  height: auto;
}

.er-cb>div {
  border-right: 5px solid #e9e8e8;
}

.er-cb>div>.w50 {
  border-right: 5px solid #e9e8e8;
}

.er-cb>div:nth-child(1) {
  border-right: none;
}

.er-cb>div:last-child {
  border-right: none;
}

.mtop50 {
  margin-top: 50px;
}

.fuli {
  background: #f5f5f5;
  padding-bottom: 70px;
}

.rencai {
  color: 16px;

  color: #7f7e7e;

  line-height: 30px;
}

.rencai-ul>li {
  float: left;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin-right: 1%;
  border-radius: 15px;
  height: 220px;
  cursor: pointer;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.rencai-p {
  font-weight: bold;
  font-size: 20px;
  color: #565555;
}

.rencai-ul>li:hover {
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  color: #fff;
}

.rencai-ul>li:hover .rencai-p,
.rencai-ul>li:hover .rencai {
  color: #fff;
}

.rencai-ul,
.zhaoping-ul {
  margin-top: 50px;
}

.cas {
  padding-bottom: 50px;
}

.zhaoping-ul li {
  float: left;
  width: 49%;
  padding: 30px 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  margin-bottom: 2%;
  display: none;
}

.zhaoping-ul li:nth-child(2n) {
  float: right;
}

.zhaoping-ul li.active {
  display: block;
}

.zhaopin {
  background: #f5f5f5;
}

.cols-cons {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  height: 170px;
  overflow-y: scroll;
}

.zhiweis {
  font-size: 24px;
  color: #2b2c2c;
}

/*滚动条样式*/
.cols-cons::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.cols-cons::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.cols-cons::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: rgb(201, 201, 201);
  width: 4px;
  height: 164px;
  position: absolute;
}

.yans-i {
  margin: auto;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgb(201, 198, 199);
  width: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  transition: 600ms ease-in-out;
}

.yans-i.active {
  transform: rotate(180deg);
}

.yans-i i {
  line-height: 48px;
  font-size: 30px;
}

.zhankai .ta {
  color: #666666;
  font-size: 15px;
  margin: 10px 0;
}

.zhaopin {
  padding-bottom: 50px;
}

.er-mings {
  font-size: 24px;
  color: #3d3e3f;
}

.imgs1 {
  width: 42%;
  margin: auto;
  margin-top: 40px;
}

.tuo-yuan {
  border-radius: 50%;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  text-align: center;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}

.tuo-yuan i {
  font-size: 30px;
  color: #fff;
}

.heixin1 {
  width: 80%;
  /*color: #7f7e7e;*/
  font-size: 15px;
  height: 84px;
}

.sspadd .col-md-4 {
  padding: 20px;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}

.sspadd .col-md-4:nth-child(1),
.sspadd .col-md-4:nth-child(2),
.sspadd .col-md-4:nth-child(3) {
  border-bottom: 1px solid #eeeeee;
}

.sspadd .col-md-4:nth-child(3n) {
  border-right: none;
}

.pss {
  /*padding: 67px 0;*/
}


/*.cha-jian .zjcb tr td:nth-child(1) tr td:nth-child(1){
	 width:100px;}*/
	 
	
.cha-jian .zjcb td{
	padding:10px;}
	
 .cha-jian .zjcb td p{
 line-height:2em;
 }
	
	
	
.pro-p {
  color: #ffffff;
  font-size: 24px;
}

.prowes {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
}

.cha-jian .col-md-4 {
  padding: 0;
}

.cha-jian .col-md-4>div {
  height: 300px;
}

.neirong {
  background: #959393;
  padding: 70px 30px 30px 30px;
  border-top: 4px solid #ececec;
}

.cha-jian .overhs1 {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  border-bottom: 4px solid #ececec;
}

.neirong::before {
  content: "";
  position: absolute;
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}

.cha-jian .col-md-4:nth-child(1) {
  border-left: 4px solid transparent;
  border-right: 4px solid #ececec;
}

.cha-jian .col-md-4:nth-child(2) {
  border-left: 4px solid #ececec;
  border-right: 4px solid #ececec;
}

.cha-jian .col-md-4:nth-child(3) {
  border-left: 4px solid #ececec;
  border-right: 4px solid transparent;
}

.cha-jian .col-md-4:nth-child(2) .overhs1 {
  border-top: 4px solid #ececec;
  border-bottom: none;
}

.cha-jian .col-md-4:nth-child(2) .neirong {
  border-bottom: 4px solid #ececec;
  border-top: none;
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.cha-jian .col-md-4:nth-child(2) .neirong::before {
  top: auto;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none;
}

.cha-jian {
  margin-top: 60px;
}

.cha-jian .col-md-4:nth-child(3) .neirong {
  background: #bfbfbf;
}

.tup-img {
  width: 64%;
}

.tup-img>.img-shu {
  padding: 15px;
  background: #fff;
  margin-right: 3%;

}

.img-shu {
  text-align: center;
}


.zhengshu {
  background: url(../../../img/18.jpg) no-repeat;
  background-size: cover;
}

.zhengshu .hreds-div1 {
  color: #fff;
}

.tup-con-zheng {
  width: 30%;
}

.baogao-con {
  color: #fff;
  margin-top: 50px;
  line-height: 30px;
}

.zhengshu .more-a a {
  color: #fff;
  border: 1px solid #fff;
}

.rong-tu {
  padding: 40px 0 100px 0;
}

.pdf {
  background: #eeeeee;
  margin-bottom: 30px;
  line-height: 80px;
}

.pdf a {
  display: block;
  text-align: center;

  font-size: 18px;
  background-image: -webkit-gradient(linear,
      left 0,
      right 0,
      from(rgb(22, 104, 228)),
      to(rgb(2, 216, 244)));
  -webkit-background-clip: text;
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent;
  /*text-fill-color会覆盖color所定义的字体颜色： */
}




.pdf a i {
  font-size: 27px;

  background-image: -webkit-gradient(linear,
      left,
      right,
      from(rgb(22, 104, 228)),
      to(rgb(2, 216, 244)));
  -webkit-background-clip: text;
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent;
}

.zhuhui {
  background: #bcf3ff;
}

.zhuhui .imgs1 {
  width: 100%;
}

.zhihuis .tubiaos-ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.zhihuis .tubiaos-ul li:nth-child(3n) {
  margin-right: 0;
}

.zhihuis .tubiaos-ul li:nth-child(2n) {
  float: left;
}

.zhuhui-jian .col-md-8 {
  padding: 0;
  width: 50%;
}

.zhuhui-jian .col-md-4 {
  width: 50%;
}

.big-img {
  width: 50%;
  padding-top: 33%;
}

/* .small-img {
  height: 350px;
} */

.small-img {
  padding: 20px 0;
  border-left: 2px solid #ececec;
}

.small-img p {
  color: #3d3e3f;
  font-size: 15px;
  margin-top: 20px;
}

.zhuhui-jian {
  background: #fff;
  margin: 60px auto;

  text-align: center;
}

.small-img2 {
  border-top: 2px solid #ececec;
}

.small-img1>div:nth-child(1) {
  border-left: 1px solid #ececec;
}

.small-img1>div:nth-child(2) {
  border-right: 1px solid #ececec;
}

.xitong-con-top {
  color: #3d3e3f;
  font-size: 15px;
  line-height: 30px;
}

.bofang {
  text-align: center;
  margin-top: 60px;
  zoom: 1;
  overflow: hidden;

}

.bofang>li {
  color: #3d3e3f;
  font-size: 18px;
  background: #ffffff;
  display: inline-block;

  border-radius: 10px;
  width: 30%;
  padding: 20px 0;
  min-height: 120px;
  float: left;
}

.xito .xitong-con-top strong:nth-child(1) {
  margin-bottom: 10px;
  display: inline-block;
}

.bofang>li:nth-child(2) {
  margin: 0 3%;
}

.xito .xitong-con:nth-child(2) .bofang>li {
  min-height: auto;
  line-height: 70px;

}

.xitongss {
  background: #ececec;
  margin: 70px 0;
}

.xitong-ul {
  width: 31%;
  border-right: 2px solid #fff;
}

.xito {
  width: 69%;
  padding: 80px 60px;
}

.xitong-ul li {
  line-height: 80px;

  padding: 0 40px;
}

.xitong-ul li a {
  display: block;
  color: #3d3e3f;
  font-size: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #d2d2d2;
}

.xitong-ul li:last-child a {
  border-bottom: none;
}

.xitong-ul li:hover,
.xitong-ul li.active {
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.xitong-ul li:hover a,
.xitong-ul li.active a {
  color: #fff;
}

.xito>div {
  display: none;
}

.xito>div.active {
  display: block;
}

.junyingbao {
  background: #eeeeee;
}

.junyingbao .imgs1 {
  width: 78%;
  padding-bottom: 40px;
}

.pc-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.pc-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
}

.pc-banner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}

.ju {
  background: #ececec;
  padding-bottom: 70px;
}

.sheng {
  padding: 30px 0;
}

.sheng .col-md-6:nth-child(1) {
  padding: 30px;
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
}

.sheng .col-md-6:nth-child(2) {
  padding: 40px 60px;
}

.yuans-bigs {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(8, 210, 237);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191);
  display: inline-block;
  width: 320px;
  height: 320px;
  position: relative;
}

.small-yuans {
  border-radius: 50%;
  border: 40px solid #ececec;
  position: absolute;
  box-sizing: border-box;
  width: 302px;
  height: 302px;
  top: 50%;
  left: 0%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.ju-gong {
  background: #ececec;
  padding-bottom: 50px;
}

.small-yuans p {
  color: #c2c1c1;
  font-size: 66px;
  margin-top: 10px;
}

.small-yuans .bg-con {
  margin: 0px 0 0 0;
}

.ju-gong .yuans-bigs:nth-child(2) {
  margin: 0 15%;
}

.ju-tie .sspadd .col-md-3 {
  border-right: 1px solid #eeeeee;
  padding: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.ju-tie .sspadd .col-md-3:last-child {
  border-right: none;
}

.ju-tie .sspadd {
  margin: 40px 0 20px 0;
}

.ju-tie .heixin1>p:nth-child(1) {
  font-weight: bold;
}

.ju-tie .heixin1 {
  width: 70%;
  margin-top: 10px;
}

.yuans-bigs:hover .small-yuans {
  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.yuans-bigs:hover .small-yuans .bg-con,
.yuans-bigs:hover .small-yuans p {
  color: #fff;
}

.time {
  width: 185px;
  height: 185px;
  line-height: 155px;
  text-align: center;
  border-radius: 50%;
  background: #c7c7c7;
  margin: auto;
  color: #a1a1a1;
  padding: 15px;
  font-size: 20px;

  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.left {
  float: left;
  position: relative;

}

.ico {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 25px;
  height: 15px;
}

.ico img {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
}

.ico img:nth-child(2) {
  display: none;
}

.time time {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 100%;
  font-size: 30px;
  color: #c7c7c7;
  height: 100%;
}


.bianse .swiper-wrapper::before {
  background: #c7c7c7;
  content: '';
  top: 50%;
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  width: 700%;


}

.fazhang .swiper-button-next {
  width: 32px;
  height: 32px;
  background-image: url(../../../img/left_ico.png);
  background-size: 100% 100%;
  right: 0;
  transform: translateY(-50%);
  top: 61%;
}

.fazhang .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-image: url(../../../img/right_ico.png);
  background-size: 100% 100%;
  left: 0;
  transform: translateY(-50%);
  top: 61%;
}

.bianse {
  margin: 60px 0 40px 0;
}

.fazhang-ul {
  margin: auto;
}

.fazhang-ul>li {
  border-radius: 10px;
  margin: auto;
  text-align: center;
  /* background: #fff;

  box-shadow: 0px 0px 13px 0px rgb(196, 191, 191); */
  width: 439px;

  display: none;
  padding: 40px 0;
}

.ss {
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(22, 104, 228)), to(rgb(2, 216, 244)));
  -webkit-background-clip: text;
  /*必需加前缀 -webkit- 才支持这个text值 */
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}

.fazhang {
  padding-bottom: 100px;
  background: #ececec;
}

.fazhang-ul>li.active {
  display: block;
}

.bianse .swiper-slide.active .time,
.bianse .swiper-slide:hover .time {

  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.bianse .swiper-slide {
  cursor: pointer;
}


.bianse .swiper-slide:hover .ico img:nth-child(2),
.bianse .swiper-slide.active .ico img:nth-child(2) {
  display: block;
}

.bianse .swiper-slide:hover .ico img:nth-child(1),
.bianse .swiper-slide.active .ico img:nth-child(1) {
  display: none;
}

.bianse .swiper-slide:hover .time time span,
.bianse .swiper-slide.active .time time span {
  background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(22, 104, 228)), to(rgb(2, 216, 244)));
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.cons-fazhangs .tubiaos-ul>li {
  width: 19%;
  margin-right: 1%;
  height: 225px;
  cursor: default;
}

.cons-fazhangs .tubiaos-ul li:nth-child(2n) {
  float: left;
}

.cons-fazhangs .tubiaos-ul li:nth-child(3) {

  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%);
}

.cons-fazhangs .tubiaos-ul li:nth-child(3) .more-a span {
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  margin-top: 10px;
}

.cons-fazhangs .tubiaos-ul li:nth-child(3) p {
  color: #fff;
  font-size: 30px;
}

.cons-fazhangs .tubiaos-ul li:nth-child(3) .more-a {
  margin-top: 10px;
}

.cons-fazhangs {
  padding-bottom: 50px;
}

.miaodiasn-ul li {
  width: 253px;
  height: 126px;
}

.miaodiasn-ul li>div {
  background: #FFF;
  border: 1px solid rgb(2, 209, 237);
  position: absolute;
  border-radius: 10px;
  width: 253px;
  height: 126px;
  color: #3d3e3f;

  display: flex;
  opacity: 0;
  justify-content: space-around;
  flex-direction: column;

  padding-left: 30px;
  z-index: 97;

}

.miaodiasn-ul li>div.active {
  opacity: 1;
  transition: 600ms ease-in-out;
}

.miaodiasn-ul li>p.active {
  z-index: 96;
}

.miaodiasn-ul li>div::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: -18px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 34px solid #fff;
  transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  /* IE 9 */
  -moz-transform: rotate(46deg);
  /* Firefox */
  -webkit-transform: rotate(46deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(46deg);
  z-index: 1;
}

.miaodiasn-ul li p {
  cursor: pointer;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background: rgb(2, 209, 237);
  border-style: solid;
  border-width: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -28px;
  left: -34px;
  z-index: 98;
}

.miaodiasn-ul {
  left: 0;
  right: 0;
  bottom: 0;

  display: none;
  top: 0;
}

.miaodiasn-ul1 li:nth-child(1) {

  top: -7%;
  left: 17%;
}

.miaodiasn-ul1 li:nth-child(2) {

  top: -1%;
  left: 25%;
}

.miaodiasn-ul1 li:nth-child(3) {

  top: 20%;
  left: 28%;
}

.miaodiasn-ul1 li:nth-child(4) {

  top: 33%;
  left: 29%;
}

.miaodiasn-ul1 li:nth-child(5) {

  top: 34%;
  left: 23%;
}

.miaodiasn-ul1 li:nth-child(6) {

  top: 39%;
  left: 28%;
}

.miaodiasn-ul1 li:nth-child(7) {

  top: 68%;
  left: 22%;
}

.miaodiasn-ul2 li:nth-child(1) {

  top: -1%;
  right: 4%;
}

.miaodiasn-ul2 li:nth-child(2) {
  top: 4%;
  right: 10%;
}

.miaodiasn-ul2 li:nth-child(3) {

  top: 9%;
  right: 8%;
}

.miaodiasn-ul2 li:nth-child(4) {

  top: 21%;
  right: -11%;
}

.miaodiasn-ul2 li:nth-child(5) {

  top: 27%;
  right: 7%;
}

.miaodiasn-ul2 li:nth-child(7) {

  top: 45%;
  right: 9%;
}

.miaodiasn-ul2 li:nth-child(6) {

  top: 40%;
  right: -11%;
}

.miaodiasn-ul2 li:nth-child(8) {

  top: 63%;
  right: 8%;
}

.bao-wen,
.bao-small-tu {
  width: 25%;
}

.bao-big-tu {
  width: 50%;
}

.xinghao {
  font-size: 18px;
  color: #fff;
}

.xing-bao {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.bao-wen {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 454px;
  background-image: -moz-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
  background-image: -webkit-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
  background-image: -ms-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
}

.tiexiao .bao-big-tu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: 454px;
  border-left: 2px solid #fff;
  background: #ececec;
}

.bao-small-tu {
  height: 454px;
  background: #ececec;
}

.bao-small-tu>div {
  width: 50%;
  height: 232px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  border-left: 2px solid #fff;
}

.bao-small-tu>div:nth-child(1),
.bao-small-tu>div:nth-child(2) {
  border-bottom: 1px solid #fff;
}

.bao-small-tu>div:nth-child(3),
.bao-small-tu>div:nth-child(4) {
  border-top: 1px solid #fff;
}



.tiexiao .swiper-wrapper {
  padding-bottom: 50px;
}

.page-color .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: rgb(229, 229, 229);

  width: 15px;
  height: 15px;
  opacity: 1;

}

.page-color .swiper-pagination-bullet-active {
  border-radius: 50%;
  background-color: #04cdf2;
}


.layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}


.pc-banner .swiper-slide-active .layer-mask {
  display: none;
}

.pc-banner .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(1);
  /* margin: 1px; */
  transform: scale(1);

}

.pc-banner .swiper-slide-active,
.pc-banner .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 1002;
}

.pc-banner .swiper-container {
  padding: 78px 0;
  width: 100%;
  overflow-y: initial;
  overflow: hidden;
}

.pc-banner .swiper-wrapper a {

  background: #fff;
  display: block;
  border-radius: 2px;
}

.ju-tie {
  padding-bottom: 40px;
}

.daohang_ul>li:nth-child(3) .er_ul {
  width: 100vw;
  left: 0;
  top: 79px;
  position: fixed;
  height: 330px;
  transform: scale(1);
  display: none;
  transition: 600ms ease-in-out;
  overflow: hidden;

  padding: 20px 15%;
  text-align: left;


}

.daohang_ul>li:nth-child(3):hover .er_ul {
  display: block;
}

.daohang_ul>li:nth-child(3) .er_ul p,
.daohang_ul>li:nth-child(3) .er_ul p a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.daohang_ul>li:nth-child(3) .er_ul>div>a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.daohang_ul>li:nth-child(3) .er_ul>div>a:hover {
  color: #04cdf2;
}

.daohang_ul>li:nth-child(3) .er_ul>div {
  width: 20%;
  float: left;
  margin: auto;


}

.daohang_ul>li:nth-child(3) .er_ul>div:last-child {
  padding-right: 0;
}

.yuan .dropdown-menu {
  min-width: 100px;
}

.zui {
  margin-top: 40px;
}

.hreds-div1s1 {
  padding: 20px 0 50px 0;
  font-size: 35px;
  text-align: center;

}

.bady1 .heixin1 {
  width: 87%;
}

@media(max-width:1440px) {
  .heixin1 {
    width: 74%;
  }

  .bady1 .heixin1 {
    width: 85%;
  }

  .bofang>li {
    color: #3d3e3f;
    font-size: 16px;
    background: #ffffff;
    display: inline-block;
  }

  .daohang_ul>li:nth-child(3) .er_ul {
    padding: 20px 5%;
  }

  .daohang_ul>li:nth-child(3) .er_ul>div>a {
    font-size: 12px;
  }



  .er-cb img {
    height: 237px;
  }

  .mtop50 img {
    height: 294px;
  }

  .fuli-con,
  .cbg-co {
    height: 294px;
  }

  .er-cb .fuli-con {
    height: 237px;
  }

  .shang-ul>li a {

    font-size: 17px;
  }

  .heixin li {

    width: 135px;
    height: 135px;
  }

  .heixin li {
    float: left;
    margin-right: 2.9%;
  }

  .xiao-yuan {

    width: 110px;
    height: 110px;
  }

  .ju-tie .heixin1 {
    width: 63%;
  }

  .ju-gong .yuans-bigs:nth-child(2) {
    margin: 0px 4%;
  }

  .yuans-bigs {

    width: 350px;
    height: 350px;

  }

  .pc-banner .swiper-slide-active,
  .pc-banner .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .ju-tie .heixin1>p:nth-child(1),
  .ju-tie .heixin1 {
    font-size: 14px;
  }

  .xitong-ul li a {
    padding-left: 30px;
    font-size: 15px;
  }

  .miaodiasn-ul2 li:nth-child(1) {

    top: -1%;
    right: -2%;
  }

  .miaodiasn-ul2 li:nth-child(2) {
    top: 4%;
    right: 4%;
  }

  .miaodiasn-ul2 li:nth-child(3) {

    top: 9%;
    right: 5%;
  }

  .miaodiasn-ul2 li:nth-child(4) {

    top: 21%;
    right: -17%;
  }

  .miaodiasn-ul2 li:nth-child(5) {

    top: 27%;
    right: 1%;
  }

  .miaodiasn-ul2 li:nth-child(7) {

    top: 45%;
    right: 3%;
  }

  .miaodiasn-ul2 li:nth-child(6) {

    top: 40%;
    right: -17%;
  }

  .miaodiasn-ul2 li:nth-child(8) {

    top: 63%;
    right: 2%;
  }


  .xuhao-con {
    font-size: 13px;
  }

  .xuhao {
    font-size: 30px;
  }

  .more-a {
    margin-top: 30px;
  }

  .daohang_ul>li {
    display: inline-block;
    font-size: 16px;
    padding: 0 8px 0px 8px;
  }

  .biao-1,
  .hreds-div1,
  .cons-fazhangs .tubiaos-ul li:last-child p {

    font-size: 16px;
  }

  .shngs .swiper-container img {
    width: 80%;
  }

  .shngs .lefts {

    height: 487px;
  }

  .jun>.left,
  .jun>.right {
    width: 50%;
    height: 627px;
  }

  .lunbo-jiejue .swiper-button-prev {
    position: absolute;
    left: -74px;
  }

  .lunbo-jiejue .swiper-button-next {
    position: absolute;
    right: -74px;
  }

  .bg-wen {
    color: #717273;
    font-size: 20px;
  }

  .hreds-div1s {
    font-size: 30px;
  }

  .foot_ul>li {
    float: left;
    padding-right: 45px;
  }

  .time {
    width: 120px;
    height: 120px;
    line-height: 90px;
  }

  .time time {
    font-size: 19px;
  }

  .fazhang .swiper-button-prev,
  .fazhang .swiper-button-next {
    top: 70%;
  }
}

@media(max-width:1200px) {
  .heixin li {

    margin-right: 0%;
  }

  .fuli-con,
  .cbg-co {
    height: 243px;
  }

  .er-cb .fuli-con {
    height: 195px;
  }

  .jishu-num {
    color: #848585;
    font-size: 64px;
    font-weight: lighter;
    margin-top: 0px
  }

  .xing-bao {
    font-size: 12px;
    color: #fff;
    line-height: 21px;
  }

  .hep-con {
    width: 100%;
  }

  .si {

    font-size: 15px;
  }

  .yuans-bigs {
    width: 250px;
    height: 250px;
  }

  .dizhi-ul>li:nth-child(2) .wds {
    padding-left: 20px;
  }

  .small-yuans {
    border-radius: 50%;
    border: 20px solid #ececec;
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
  }

  .ju-gong .yuans-bigs:nth-child(2) {
    margin: 0px 11%;
  }

  .small-yuans p {
    color: #c2c1c1;
    font-size: 34px;
  }

  .fazhang {
    padding-bottom: 40px;
  }



  .biao-1,
  .hreds-div1,
  .cons-fazhangs .tubiaos-ul li:last-child p,
  .biaoti-d {
    font-size: 31px;
  }

  .hlep {
    padding: 30px 0 30px 0;
    background: #f5f5f5;
  }

  .wenzi-you-p {

    font-size: 15px;
  }

  .jue-uls li {
    padding: 20px;
  }

  .xuhao-con {
    padding-left: 0;
  }

  .lunbo-jiejue .swiper-button-prev {
    left: 0;

  }

  .lunbo-jiejue .swiper-button-next {
    right: 0;
  }

  .foot_ul>li:last-child {
    padding-right: 0px;
    width: 36%;
  }

  .daohang_ul>li {

    padding: 0 7px 0px 7px;
  }

  .baogao-con {
    color: #fff;
    margin-top: 0px;
    line-height: 24px;
  }

  .tuo-yuan {
    width: 46px;
    height: 46px;
  }
}

@media(max-width:990px) {
  body {
    padding-bottom: 70px;
  }

  .fuli-con,
  .cbg-co {
    height: 188px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
  }

  .er-cb .fuli-con {
    height: 150px;
  }

  .scenario-background .col-md-3 {
    margin-top: 10px;
    padding: 0 7.5px;

  }

  .jiazhi-ul li {
    width: 49%;
    margin-right: 1%;
  }

  .heixin li {
    margin: 1% 3%;

  }

  .ming {
    margin-top: 5px;
    color: #3d3e3f;
    font-size: 12px;
  }

  .zucheng li {
    font-size: 13px;
    padding: 40px 15px 15px;
  }

  .er-mings {
    font-size: 23px;
  }

  .jishu-num {
    color: #848585;
    font-size: 40px;
  }

  .xing-left {
    width: 60%;
  }

  .xing-right {
    margin-top: 20px;
    width: 37%;
  }

  .ju-gong .yuans-bigs:nth-child(2) {
    margin: 0px 4%;
  }

  .yuans-bigs {
    width: 220px;
    height: 220px;
  }

  .sheng .col-md-6:nth-child(2) {
    padding: 15px;
  }

  .bao-wen {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .tiexiao .bao-big-tu,
  .bao-small-tu {
    width: 100%;
    height: auto;
  }

  .bao-big-tu {
    border-bottom: 2px solid #fff;

  }

  .miaodiasn-ul {
    display: none;
  }

  .small-img p {
    color: #3d3e3f;
    font-size: 15px;
    margin-top: 10px;
  }

  .small-img {
    height: 300px;
    padding-top: 10px;
  }


  .big-img {
    height: 600px;
  }

  .cons-fazhangs .tubiaos-ul>li {
    width: 49%;
    padding: 20px;
    height: 139px;

  }

  .xitong-ul li {

    padding: 0 0px;
  }

  .ers-nav {
    top: 70px;
  }

  .hlep {
    padding: 15px;
  }

  .si1 {

    font-size: 14px;
    line-height: 24px;
  }

  .new-tui-list2 .new-s-tui-wen {
    width: 65%;
  }

  .tubiaos-ul li i {
    font-size: 33px;
  }

  .dizhi-ul>li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-right: none;

  }



  .phone .bg_logo {
    background: url(../../../img/logo1.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 40px;
    margin: 15px auto;
  }

  .dizhi {
    padding: 0;
  }

  .gong>div {
    width: 100%;
    margin-bottom: 5px;
  }

  .searchbox {
    top: 70px;
  }

  body {
    padding-top: 70px;
  }

  .daohang,
  footer,
  .rightfix {
    display: none;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .biao-con {
    color: #3d3e3f;
    font-size: 15px;
    line-height: 26px;
  }

  .more-a a,
  .more-a span {

    font-size: 12px;
    display: inline-block;
    line-height: 35px;
    padding: 0 33px;
  }

  .p1 {
    font-size: 20px;
  }


  .yunsss {
    border-radius: 50%;
    background-color: rgb(170, 170, 170);
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .yunsss i {
    color: #fff;
    font-size: 18px;
  }

  .biao-2 {
    color: #7a7878;
    font-size: 12px;
  }

  .shngs .lefts {
    height: 387px;
  }

  .jun>.left,
  .jun>.right {
    width: 50%;
    height: 450px;
  }

  .biao-1,
  .hreds-div1 {
    font-size: 22px;
  }

  .jue-conds {
    padding: 15px;
  }

  .jue-uls li {
    float: left;
    width: 50%;
  }

  .list-jue-p {
    font-size: 18px;
  }

  .abouts>div {
    width: 100%;
  }

  .about-img {
    margin-top: 10px;
  }

  .left-new,
  .right-new {
    width: 100%;

    padding: 15px;
  }

  .hreds-div1s {
    font-size: 22px;
  }

  .phone .index_a {

    height: 70px;


  }

  .ban-s-w {
    color: #fff;
    font-size: 20px;
  }

  .sspadd .col-md-4 {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }

  .zhengshu {
    background-image: -moz-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
    background-image: -webkit-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
    background-image: -ms-linear-gradient(-32deg, rgb(22, 104, 228) 0%, rgb(2, 216, 244) 100%);
  }

  .wenzi-you {
    color: #7f7e7e;
    font-size: 11px;
    line-height: 21px;
    padding: 0 15px;
  }

  .jishu-ul li:nth-child(2n) .jishu-right {
    float: right;
  }

  .jishu-ul li:nth-child(2n) .jishu-left {
    float: left;
  }
}

.dingxings .julis {
  margin: 30px 0;
}

@media(max-width:767px) {
  .ers-nav {
    display: none;
  }

  .history-date ul li h3 {
    width: 63px !important;
  }

  .history-date ul li.green dl dt {
    font-size: 14px !important;
  }



  .history-date ul li {
    background: url(../../../img/i2.png) no-repeat 3px 0  !important;
  }



  .history {
    background: url(../../../img/line04.gif) repeat-y 10px 0  !important;
  }

  .dingxings {
    padding: 15px;
  }

  .dingxings .julis {
    margin: 0px 0;
  }

  .dingxings img {
    width: 100% !important;


  }

  .daohang {
    z-index: -999;
  }

  .lunbo-jiejue .swiper-button-prev,
  .lunbo-jiejue .swiper-button-next {
    display: none;
  }

  .biao-1,
  .more-a {
    text-align: center;
  }

  .jue-uls li {
    width: 50%;
  }

  .jishu-ul li .jishu-right {
    width: 100%;
    margin-top: 10px;
  }

  .jishu-ul li .jishu-left {
    width: 100%;
  }

  .jishu-ul li {
    padding: 15px;
  }

  .jishu-p {
    color: #3d3e3f;
    font-size: 13px;
    line-height: 25px;
  }

  .biao-1,
  .hreds-div1,
  .cons-fazhangs .tubiaos-ul li:last-child p,
  .biaoti-d {
    font-size: 22px;
  }

  .position {
    display: none;
  }

  .abutss,
  .tubiaos-ul,
  .hourr-conds,
  .bianse,
  .fangan-ul,
  .newiss,
  .bg-con,
  .xitongss {
    margin: 15px;
  }

  .cha-jian {
    padding: 15px 0;
  }

  .zhengshu {
    padding: 15px;
  }

  .er-mings {
    font-size: 15px;
  }

  .zhihuis .tubiaos-ul li {
    height: auto;
    padding: 15px;
  }

  .small-yuans p {
    margin-top: 22px;
  }

  .scenario-background {
    padding-bottom: 20px;
  }

  .fangan-ul>li {
    width: 100%;
  }

  .bg-con {
    font-size: 14px;
    color: #3d3e3f;
    line-height: 20px;
  }

  .zhihuis .tubiaos-ul li {
    width: 100%;
  }

  .rong-tu {
    padding: 20px 0 10px 0;
  }

  .new-tui-list2 .new-s-tui-wen {
    width: 63%;
  }

  .pdf a {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .neirong {
    padding: 15px;
    height: auto;
  }

  .tup-con-zheng {
    padding: 15px 0;
  }

  .tup-img,
  .tup-con-zheng {
    width: 100%;
  }

  .cha-jian .col-md-4 {
    margin-bottom: 10px;
  }

  .cha-jian .col-md-4>div {
    height: auto;
  }

  .pss {
    padding: 20px 0;
  }

  .new-tu-p1,
  .yue {
    font-size: 14px;
    line-height: 22px
  }

  .you-a {
    margin-top: 8px;
  }

  .datas {
    padding: 15px;
  }

  .nian {
    color: #3d3e3f;
    font-size: 15px;
  }

  .new-tu-p2 {

    font-size: 12px;
    line-height: 30px;
  }

  .new-tui-list>li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }

  .dizhi-ul>li:nth-child(2) .wds {
    padding-left: 0px;
  }

  .new-tui-list2 li {
    padding: 15px;
  }

  body.julis1 {
    padding-top: 70px;
  }

  .big-img {
    height: auto;

  }

  .small-img {
    height: auto;
    padding: 10px;
    border-top: 1px solid #ececec;
  }

  .small-img1>div:nth-child(1) {
    border-left: none;
  }

  .xitong-ul li:last-child a {
    border-bottom: 1px solid #d2d2d2;
  }

  .xitong-con-top {

    font-size: 14px;
  }

  .bofang>li {
    color: #3d3e3f;
    font-size: 14px;
    background: #ffffff;
    display: inline-block;
    line-height: 40px;
    border-radius: 10px;
    width: 30%;
  }

  .xitong-ul {
    width: 100%;
    line-height: 30px;
  }

  .xitong-ul li {
    line-height: 45px;
  }

  .xito {
    width: 100%;
    padding: 20px;
  }

  .pc-banner .swiper-container {
    padding: 30px 0 50px 0;

  }

  .yuans-bigs {

    left: 50%;
    transform: translateX(-50%);
  }

  .ju-gong .yuans-bigs:nth-child(2) {
    margin: 0px 0%;
  }

  .xing-left {
    width: 100%;
  }

  /* .xing-right {
    display: none;
  } */

  .xing-title {
    color: #000000;
    font-size: 17px;
  }

  .xing-top {
    margin-top: 10px;
  }

  .new-xing {
    padding: 15px;
  }

  .xing-right {
    width: 100%;
  }


  .jiazhi-ul li {
    width: 100%;
    margin-right: 1%;
  }

  .hreds-div1 {

    margin-top: 15px;
  }

  .ying-sw {
    margin: 20px 0;
  }

  .zucheng li {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }

  .sheng .col-md-6:nth-child(1) {
    margin: 0 15px;
    padding: 15px;
  }

  .more-a a,
  .more-a span {
    line-height: 30px;
  }

  .sheng .bg-con {
    margin: 15px 0;
  }

  .zucheng,
  .zhuhui-jian {
    margin-top: 15px;
  }

  .ju-tie .sspadd {
    margin: 15px 0 15px 0;
  }

  .ju-gong {
    padding-bottom: 15px;
  }

  .heixin li {
    margin: 3% 6%;
  }

  .jun>.left,
  .jun>.right {
    width: 100%;
    display: none;
  }

  /* 
  .pa_top {
    display: none;
  } */
  .pgs {
    display: none;
  }

  .shngs .swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
  }

  .bao {
    position: relative;
    transform: translateY(0%);
    top: 0%;

    right: 0;
  }

  .shngs .swiper-container {
    transform: translateY(0%);
    top: 0%;
    padding: 50px 0;
  }

  .wenss {
    display: none;
    line-height: 21px;
  }

  .shngs .lefts {
    width: 100%;
    height: auto;

  }

  .bg-wen {

    font-size: 12px;
  }

  .wens1-tr {
    color: #969797;
    font-size: 14px;
  }

  .about-ul li {
    width: 100%;
  }

  .yuas1 {

    width: 25px;
    height: 25px;
  }

  .rigs {
    width: 100%;
    margin-top: 10px;

  }

  .uls-hang li {
    padding: 15px;
  }

  .gong-img {
    width: 100%;
    ;
  }

  .new-biao {
    color: #3d3e3f;
    font-size: 14px;
  }

  .ying {
    font-size: 15px;
  }

  .about {
    padding: 15px;
  }



  .shngs .rights {
    width: 100%;
    padding: 15px;
  }

  .list-jie-cons {
    width: 100%;
  }

  .list-jie .overh {
    width: 100%;
  }

  .fuli-img {
    width: 100%;
  }

  .fuli-con {
    width: 100%;
  }

  .cbg-co {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 10px;
  }

  .rencai-ul>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .zhaoping-ul li {
    width: 100%;
  }

  .zhaoping-ul li {
    padding: 15px;
  }

  .mtop50 {

    margin: 0;
    margin-top: 10px;
  }

  .jue-uls li {
    padding: 10px;
  }

  .fazhang-ul>li {
    width: 90%;

  }

  .abots-cons1 {
    color: #636465;
    font-size: 14px;
    line-height: 25px;
  }

  .dis i {
    color: #fff;
    font-size: 40px;
  }

  .qing {
    color: #fff;
    font-size: 18px;
  }

  .hreds-cons {
    color: #3d3e3f;
    font-size: 12px;
    margin-top: 15px;
    padding: 0 15px;

    margin-bottom: 14px;
  }

  .about-ul li:nth-child(2),
  .about-ul li:nth-child(1),
  .about-ul li:nth-child(3) {
    display: none;
  }

  .uls-hang li:hover,
  .uls-hang .active {
    padding: 15px;
  }

  .ju-tie .sspadd .col-md-3 {
    border-right: none;
    padding: 15px;
    border-top: none;
  }

  .ju {

    padding-bottom: 0px;
  }

  .ju-tie .sspadd .col-md-3:first-child {
    border-top: 1px solid #eeeeee;
  }

  .cons-fazhangs .tubiaos-ul>li {
    width: 100%;
  }

  .cons-fazhangs {
    padding-bottom: 15px;
  }

  .core-technology {
    margin-bottom: 15px;
  }

  .heixin,
  .about {
    margin-top: 15px;
  }

  .more-a button {

    line-height: 30px;
  }

  .xuhao-con {
    padding-left: 15px;
  }

  .about {
    padding: 15px;
    margin-bottom: 0px;
  }

  .new {
    padding: 15px 0;
  }

  .new-s,
  .rigs .new-s,
  .zhayaos {

    font-size: 12px;
    line-height: 23px
  }



  .ys {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(113, 114, 115);
    margin: 0 10px;
    margin-top: 4px;
    position: relative;
    top: -1px;
  }

  .abutss .abouts {
    margin-bottom: 0px;
  }

  .prowes {
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
  }

  .pro-p {
    color: #ffffff;
    font-size: 18px;
  }

  .fangan-ul>li {

    margin-right: 0%;
    margin-bottom: 15px;
  }

  .more-a {
    margin-top: 15px;
  }

  .cha-jian {
    margin-top: 0px;
	padding:15px;
  }

  .scenario-background {
    padding-bottom: 0px;
  }

  .new-s-tui-wen {
    padding: 15px;
  }

  .dizhi-ul {
    width: 91%;
  }

  .biaos {
    margin-top: 10px;
  }

  .jiazhi-ul {
    margin: 15px;
    padding: 15px 10px 0 15px;
  }

  .goujia {
    margin: 15px 0px;
  }

  .tiane {
    font-size: 13px
  }

  .shang-ul>li {
    padding: 5px 0;
  }

  .shang-ul {
    padding: 15px;
  }

  .shang-ul>li a {
    font-size: 13px;
    line-height: 27px
  }

  .er-cb img {
    height: auto;
  }

  .mtop50 img {
    height: auto;
  }

  .rencai-ul,
  .zhaoping-ul {
    margin: 15px;
  }

  .zhaoping-ul li {
    margin-bottom: 15px;
  }

  .cols-cons {
    font-size: 14px;
    line-height: 22px;
  }

  .zhiweis {
    font-size: 17px;
  }

  .cas {
    padding-bottom: 0px;
  }

  .rencai-ul>li {
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }

  .hreds-cons {
    margin: 0;
    font-size: 18px;
  }

  .rigs .new-s {
    height: 51px;
  }

  .bao-big-tu {
    padding: 10px;
  }
}

.pgs {
  position: absolute;
  display: none;

  color: #7a7878;
  right: 49px;


  font-size: 15px;
}

.dang {
  color: #02d8f4;
}

.bianse .swiper-button-next.swiper-button-disabled,
.bianse .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.cus {
  font-size: 16PX;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}


#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #02d8f4;
}

#page li:hover a {
  color: #02d8f4;
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #02d8f4;
  background-color: #02d8f4;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

.shengs1 {
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0;
}

.blod {
  font-weight: bold;
  font-weight: 17px;
}

.demo {
  /* width: 960px;
  margin: 60px auto 0 auto; */
}

/* 发展历程 */
/*history*/
.history {
  background: url(../../../img/line04.gif) repeat-y 187px 0;
  overflow: hidden;
  position: relative;
}

.history-date {
  overflow: hidden;
  position: relative;
}

.history-date h2 {
  background: #fff url(../../../img/i1.png) no-repeat 158px 0;
  height: 59px;
  font-size: 25px;

  font-weight: normal;
  padding-left: 45px;
  margin-bottom: 74px;
}

.history-date h2.first {
  position: absolute;
  left: 0;
  top: 0;
  width: 935px;
  z-index: 99;
}

.history-date h2 a {
  color: #00bbff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../../../img/icon08.gif) no-repeat right 50%;
  padding-right: 17px;
  margin: 21px 97px 0 0;
}

.history-date h2 {
  padding-left: 24px;

  font-size: 20px;
}

.history-date ul li dt {
  font-weight: inherit;
}



.demo {
  padding: 0 15px;
}

.history-date h2 a:hover {
  text-decoration: none;
}

.history-date h2 img {
  vertical-align: -5px;
}

.history-date h2.date02 {
  background: none;
}

.history-date ul li {
  background: url(../../../img/i2.png) no-repeat 180px 0;
  padding-bottom: 50px;
  zoom: 1;
}

.history-date ul li.last {
  padding-bottom: 0;
}

.history-date ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.history-date ul li h3 {
  float: left;
  width: 168px;
  text-align: right;
  padding-right: 19px;
  color: #c3c3c3;
  font: normal 18px/16px Arial;
}

.history-date ul li h3 span {
  display: block;
  color: #d0d0d0;
  font-size: 12px;
}

.history-date ul li dl {
  float: left;
  padding-left: 41px;
  margin-top: -5px;

}



.history-date ul li dl dt span {
  display: block;
  color: #787878;
  font-size: 12px;
}

.history-date ul li.green h3 {
  color: #00bbff;
}

.history-date ul li.green h3 span {
  color: #00bbff;
}

.history-date ul li.green dl {
  margin-top: -8px;
}

.history-date ul li.green dl dt {
  font-size: 20px;
  line-height: 28px;
  padding-left: 40px;
}

.history-date ul li.green dl dt a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 12px;
}

.history-date ul li dl {
  padding-left: 0px;
}

.history-date ul li.green dl dd {
  padding-top: 20px;
  display: none;
}

.history-date ul li.green dl dd img {
  float: left;
}

.history-date ul li.green dl dd p {
  overflow: hidden;
  zoom: 1;
  line-height: 21px;
  color: #787878;
}

.history-date h2.first .more-history {
  font-size: 16px;
  background: transparent;
  margin-left: 30px;
}

.history-date h2.first .more-history:hover {
  text-decoration: underline;
}

.history-date ul li dl dt {
  _font-size: 12px !important;
  _font-weight: bold;
  padding-left: 40px;
}

.history-date ul li dl dt span {
  _font-weight: normal !important;
}

.history-date ul li.green dl dt a {
  _background: transparent !important;
  *background: transparent !important;
  *font-size: 12px !important;
  _font-weight: normal !important;
}

.fazhangs {
  margin: 30px 0 100px 0;

}

.fangan .container .row {
  display: none;
}

.fangan .container .row.active {

  display: block;
}

.fazhang-ul .more-a {
  margin-top: 10px;

}

.fazhang-ul .more-a a {
  line-height: 30px;
  padding: 0 20px;
  font-size: 13px;
}

.tus .col-md-6 {
  min-height: 400px;
  overflow: hidden;
}

.dingxings {
  font-size: 14px;
  line-height: 35px;
}

@media(max-width:767px) {
  .history-date ul li dl dt {
    padding-left: 0;
    font-size: 14px;
  }

  .history-date ul li.green dl dt {
    padding-left: 0;
  }
}

.hourr .hourr-swp .swiper-wrapper .swiper-slide {

  padding: 15px;


}

.tus>.col-md-6>div {
  min-height: 70px;
  line-height: 35px;
}

@media(max-width:1600px) {
  .foot_ul>li {
    float: left;
    padding-right: 34px;
  }
  .foot_ul>li {
  float: left;
  padding-right: 10px;
}
}

.tu-bgs1 {
  cursor: pointer;
}

.tu-bgs1:hover {

  background-image: -moz-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%) !important;
  ;
  background-image: -webkit-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%) !important;
  ;
  background-image: -ms-linear-gradient(-51deg,
      rgb(22, 104, 228) 0%,
      rgb(2, 216, 244) 100%) !important;

}

@media (min-width: 992px) {

  .bs-example-modal-big2 .modal-lg {
    width: 700px;
  }

	 
}


@media (max-width: 480px) {

 .cha-jian .zjcb td {
    padding: 1px;
}
  .cha-jian .zjcb tr td:nth-child(1) tr td:nth-child(1){
	 width:60px;}
}
.juli-cons12 .col-md-4 {
  border: none !important;

}.daohang_ul>li:nth-child(5)>.er_ul{
  display: NONE;
}