/* header banner cooperation footer news */
#nb_icon_wrap{display: none !important;}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .header-l {
  flex-shrink: 0;
  margin-right: 120px;
  height: 64px;
  overflow: hidden;
}

.header .header-l img {
  width: 170px;
  margin-top: -10px;
}

.header .header-r {
  flex-grow: 1;
  font-size: 16px !important;
}

.header .header-r .nav {}

.header .header-r .nav>.item {
  height: 63px;
  line-height: 63px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}

.header .header-r .nav>.item .title {
  color: #ffffff;
}

.header .header-r .nav>.item .down {}

.header .header-r .nav>.item .down img {
  width: 11px;
  height: 8px;
  margin-left: 5px;
}

.header .header-r .nav .pro {
  width: 750px;
  flex-wrap: wrap;
  border-radius: 4px;
  box-shadow: 0 1px 1px #f2f2f2;
  padding: 20px;
  background-color: #fff;
}

.header .header-r .nav .pro::before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 1px;
  right: 50%;
  transform: translateX(8px);
}

.header .header-r .nav .pro .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 10px 20px;
  background-color: #fff;
}

.header .header-r .nav .pro .item:hover {
  background-color: #f4f6f9;
}

.header .header-r .nav .pro .item .top {
  line-height: 40px;
}

.header .header-r .nav .pro .item .top img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.header .header-r .nav .pro .item .top span {
  font-size: 14px;
}

.header .header-r .nav .pro .item .btm {
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.header .header-r .consult {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #40A0CA;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.header .header-r .nav .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.header .header-r .nav>.item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.header .header-r .nav>.item:hover::after {
  transform: scaleX(1);
}

.scroll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  z-index: 100;
}

.scroll .header-l {
  flex-shrink: 0;
  margin-right: 120px;
  height: 64px;
  overflow: hidden;
}

.scroll .header-l img {
  width: 170px;
  margin-top: -10px;
}

.scroll .header-r {
  flex-grow: 1;
  font-size: 16px !important;
}

.scroll .header-r .nav {}

.scroll .header-r .nav>.item {
  height: 63px;
  line-height: 63px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}

.scroll .header-r .nav>.item:last-child {
  margin-right: 0;
}

.scroll .header-r .nav>.item .title {
  color: #333;
}

.scroll .header-r .nav>.item .down {}

.scroll .header-r .nav>.item .down img {
  width: 11px;
  height: 8px;
  margin-left: 5px;
}

.scroll .header-r .nav .pro {
  width: 750px;
  flex-wrap: wrap;
  border-radius: 4px;
  box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
  padding: 20px;
  background: #fff;
}

.scroll .header-r .nav .pro::before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 1px;
  right: 50%;
  transform: translateX(8px);
}

.scroll .header-r .nav .pro .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 10px 20px;
  background-color: #fff;
}

.scroll .header-r .nav .pro .item:hover {
  background-color: #f4f6f9;
}

.scroll .header-r .nav .pro .item .top {
	line-height: 40px;
}

.scroll .header-r .nav .pro .item .top img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.scroll .header-r .nav .pro .item .top span {
  font-size: 14px;
}

.scroll .header-r .nav .pro .item .btm {
  /*margin-top: 8px;*/
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.scroll .header-r .consult {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  background-color: #40A0CA;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.scroll .header-r .nav .active .title {
  color: #40A0CA;
}

.scroll .header-r .nav .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #40A0CA;
}

.scroll .header-r .nav>.item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #40A0CA;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.scroll .header-r .nav>.item:hover .title {
  color: #40A0CA;
}

.scroll .header-r .nav>.item:hover::after {
  transform: scaleX(1);
}


.banner {
  height: 720px;
  position: relative;
  z-index: 98;
}

.banner .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .item img {
  width: 100%;
  height: 100%;
}

.banner .item .des {
  margin-top: -535px;
  position: relative;
}

.banner .item-f .des h3 {
  font-size: 60px;
  line-height: 84px;
  color: #fff;
}

.banner .item-f .des p {
  color: #fff;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  line-height: 42px;
  margin-top: 25px;
}

.banner .item-f .des div {
  color: #fff;
  background-color: #383944;
  border-radius: 2px;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}

.banner .item-s .des h3 {
  font-size: 60px;
  line-height: 84px;
  color: #ffe1c6;
}

.banner .item-s .des p {
  color: #cbbaaa;
  font-size: 26px;
  text-align: left;
  font-weight: 500;
  line-height: 42px;
  margin-top: 25px;
}

.banner .item-s .des div {
  color: #333;
  background-color: #fdd083;
  border-radius: 2px;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}

.bannert-enter,
.bannert-leave-to {
  opacity: 0;
  transition: all 1.5s ease;
}


.bannert-enter-to,
.bannert-leave {
  opacity: 1;
  transition: all 1.5s ease;
}

.bannert-active,
.bannert-leave-active {}


.news {}

.news .title {
  text-align: center;
  font-size: 34px;
  color: #333;
}

.news .content {
  padding: 40px 0 60px;
}

.news .content .item {
  width: 32%;
  height: 345px;
  box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
}

.news .content .item .img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.news .content .item .img img {
  width: 100%;
}

.news .content .item .img .mark {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 2px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}

.news .content .item .des {
  position: relative;
  z-index: 2;
  margin-top: -33px;
}

.news .content .item .des .li {
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
}

.news .content .item .des .li:first-child {
  background-color: rgba(0, 0, 0, .5);
}

.news .content .item .des .li:first-child .lft {
  color: #fff;
}

.news .content .item .des .li:first-child .rgh {
  color: #fff;
}

.news .content .item .des .li:hover .lft {
  color: #40A0CA;
}

.news .content .item .des .li:hover .rgh {
  color: #40A0CA;
}

.news .content .item .des .li .lft {
  width: 275px;
  text-indent: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
}

.news .content .item .des .li .rgh {
  width: 68px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  font-size: 12px;
}

.footer {
  background: url("../../images/main/footer-bg.jpg") no-repeat;
  padding-top: 3.5%;
  padding-bottom: 35px;
}

.footer .container>div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center;
  height: 239px;
}

.footer .container>div:first-child {
  padding: 0;
  width: 18%;
  margin-right: 6%;
}

.footer .container>div:last-child {
  height: auto;
}

.footer .container>div:last-child img {
  width: 100px;
}

.footer .container>div.fisrt-list {
  width: 12%;
  margin-right: 2%;
}

.footer .container>div.send-list {
  width: 10%;
  margin-right: 2%;
}

.footer .logo {
  margin-top: -47px;
  vertical-align: middle;
  max-width: 100%;
}

.footer p,
.footer .copyright a {
  font-size: 16px;
  color: #94a4be;
  height: 50px;
  text-align: left;
}

.footer .lx {
  width: 30%;
}

.footer .lx img {
  width: 100px;
  margin-right: 10px;
}

.footer .ewm {
  margin-bottom: 20px;
}

.footer .text {
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}

.footer ul {
  padding-left: 0;
  text-align: left;
  margin-top: 6px;
}

.footer ul li {
  list-style-type: none;
}

.footer ul li a {
  font-size: 14px;
  color: #8290a7;
  text-decoration: none;
  display: block;
  line-height: 40px;
}

.footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  border-top: 1px solid #455a70;
  padding-top: 35px;
}

.footer .copyright a {
  font-size: 14px;
}

.footer .col-xs-2 a:hover {
  color: #f2f5ff;
}


.cooperation {
  padding: 80px 0 120px;
}

.cooperation .title {
  text-align: center;
  font-size: 34px;
  color: #333;
}

.cooperation .content {
  flex-wrap: wrap;
  margin-top: 75px;
}

.cooperation .content .on {
  background-color: #f8f8f8;
  ;
}

.cooperation .content .item {
  width: 200px;
  height: 150px;
}

.cooperation .content .item:hover {
  z-index: 10;
  -webkit-box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16);
  box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16)
}

.slider-bar {position: fixed;right: 0;top: 60%;background-size: 100%;border-radius: 2px 0 0 2px;display: flex;flex-direction: column;align-items: center;justify-content: space-around;z-index: 1000;cursor: pointer;}
.slider-bar .item {width: 76px;color: #40A0CA;background: #fff;height: 80px;position: relative;text-align: center;cursor: pointer;position: relative;}
.slider-bar .item:first-child {width: 76px;color: #fff;background: #40A0CA;height: 80px;position: relative;text-align: center;cursor: pointer;}
.slider-bar .item:nth-child(2) {width: 76px;background: #fff;color: #40A0CA;box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);height: 80px;position: relative;text-align: center;cursor: pointer;}
.slider-bar .item:last-child {width: 76px;background: #fff;box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);color: #40A0CA;height: 80px;position: relative; text-align: center;cursor: pointer;}
.slider-bar .item:nth-child(2):hover { background-color: #40A0CA; }
.slider-bar .item:nth-child(2):hover span {color: #fff;}
.slider-bar .item .des-s {width: 100%;height: 100%;}
.slider-bar .item .des-s img {width: 20px;margin-bottom: 5px;}
.slider-bar .item .des-s span { font-size: 14px; }
.slider-bar .item .des-h {display: none; position: absolute;right: 90px;top: 0;width: 200px;height: 80px;background: #fff;padding: 0 10px;box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);padding-top: 12px;}
.slider-bar .item .des-h img {width: 66px;height: 66px;margin-right: 20px;}
.slider-bar .item .des-h .tel {color: #333;}
.slider-bar .item .des-h .tel div {font-size: 14px;}
.slider-bar .item .des-h .tel span {font-size: 14px;}
.slider-bar .item:last-child .des-h {width: 120px;padding: 10px 0;top: -10px;}
.slider-bar .item:last-child .des-h img {margin-right: 0;}
.slider-bar .item:last-child .des-h span { color: #333; font-size: 12px;}
.slider-bar .item:last-child .des-h div { color: #333; font-size: 12px;}

/* ipad */
@media screen and (max-width: 768px) {
  body{
    -webkit-tap-highlight-color: transparent;
  }
  .header .header-l {
    margin-right: 70px;
  }

  .header .header-l img {
    width: 130px;
    margin-top: 0;
  }

  .header .header-r {
    flex-grow: 1;
    font-size: 16px !important;
  }

  .header .header-r .nav {
    margin-right: -50px;
  }

  .header .header-r .nav>.item {
    height: 63px;
    line-height: 63px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin-right: 35px;
  }

  .header .header-r .nav>.item:last-child {
    margin-right: 0;
  }

  .header .header-r .nav>.item .title {
    color: #ffffff;
  }

  .header .header-r .nav>.item .down {}

  .header .header-r .nav>.item .down img {
    width: 11px;
    height: 8px;
    margin-left: 5px;
  }

  .header .header-r .nav .pro {
    width: 600px;
    flex-wrap: wrap;
    border-radius: 4px;
    box-shadow: 0 1px 1px #f2f2f2;
    padding: 20px;
    background-color: #fff;
  }

  .header .header-r .nav .pro::before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 1px;
    right: 50%;
    transform: translateX(8px);
  }

  .header .header-r .nav .pro .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 10px 20px;
    background-color: #fff;
  }

  .header .header-r .nav .pro .item:hover {
    background-color: #f4f6f9;
  }

  .header .header-r .nav .pro .item .top {}

  .header .header-r .nav .pro .item .top img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .header .header-r .nav .pro .item .top span {
    font-size: 14px;
  }

  .header .header-r .nav .pro .item .btm {
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .header .header-r .consult {
    display: none;
  }

  .header .header-r .nav .active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }

  .header .header-r .nav>.item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }

  .header .header-r .nav>.item:hover::after {
    transform: scaleX(1);
  }

  .scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    z-index: 99;
  }

  .scroll .header-l {
    margin-right: 70px;
  }

  .scroll .header-l img {
    width: 130px;
    margin-top: 0;
  }

  .scroll .header-r {
    flex-grow: 1;
    font-size: 16px !important;
  }

  .scroll .header-r .nav {}

  .scroll .header-r .nav>.item {
    height: 63px;
    line-height: 63px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin-right: 35px;
  }

  .scroll .header-r .nav>.item .title {
    color: #333;
  }

  .scroll .header-r .nav>.item .down {}

  .scroll .header-r .nav>.item .down img {
    width: 11px;
    height: 8px;
    margin-left: 5px;
  }

  .scroll .header-r .nav .pro {
    width: 750px;
    flex-wrap: wrap;
    border-radius: 4px;
    box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
    padding: 20px;
    background: #fff;
  }

  .scroll .header-r .nav .pro::before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 1px;
    right: 50%;
    transform: translateX(8px);
  }

  .scroll .header-r .nav .pro .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 10px 20px;
    background-color: #fff;
  }

  .scroll .header-r .nav .pro .item:hover {
    background-color: #f4f6f9;
  }

  .scroll .header-r .nav .pro .item .top {}

  .scroll .header-r .nav .pro .item .top img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .scroll .header-r .nav .pro .item .top span {
    font-size: 14px;
  }

  .scroll .header-r .nav .pro .item .btm {
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .scroll .header-r .consult {
    display: none;
  }

  .scroll .header-r .nav .active .title {
    color: #40A0CA;
  }

  .scroll .header-r .nav .active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #40A0CA;
  }

  .scroll .header-r .nav>.item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #40A0CA;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }

  .scroll .header-r .nav>.item:hover .title {
    color: #40A0CA;
  }

  .scroll .header-r .nav>.item:hover::after {
    transform: scaleX(1);
  }


  .banner {
    height: 360px;
    position: relative;
    z-index: 98;
  }

  .banner .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .banner .item img {
    width: 100%;
    height: 100%;
  }

  .banner .item .des {
    margin-top: -258px;
  }

  .banner .item-f .des h3 {
    font-size: 30px;
    line-height: 84px;
    color: #fff;
  }

  .banner .item-f .des p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 42px;
    margin-top: -20px;
  }

  .banner .item-f .des div {
    color: #fff;
    background-color: #383944;
    border-radius: 2px;
    width: 160px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-top: 50px;
    cursor: pointer;
  }

  .banner .item-s .des h3 {
    font-size: 30px;
    line-height: 84px;
    color: #fff;
  }

  .banner .item-s .des p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    line-height: 42px;
    margin-top: -20px;
  }

  .banner .item-s .des div {
    color: #fff;
    background-color: #383944;
    border-radius: 2px;
    width: 160px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-top: 50px;
    cursor: pointer;
  }

  .bannert-enter,
  .bannert-leave-to {
    opacity: 0;
    transition: all 1.5s ease;
  }


  .bannert-enter-to,
  .bannert-leave {
    opacity: 1;
    transition: all 1.5s ease;
  }

  .bannert-active,
  .bannert-leave-active {}


  .news {}

  .news .title {
    text-align: center;
    font-size: 34px;
    color: #333;
  }

  .news .content {
    padding: 40px 0 60px;
  }

  .news .content .item {
    width: 32%;
    height: 262px;
    box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
  }

  .news .content .item .img {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .news .content .item .img img {
    width: 100%;
  }

  .news .content .item .img .mark {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 2px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .news .content .item .des {
    position: relative;
    z-index: 2;
    margin-top: -33px;
  }

  .news .content .item .des .li {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
  }

  .news .content .item .des .li:first-child {
    background-color: rgba(0, 0, 0, .5);
  }

  .news .content .item .des .li:first-child .lft {
    color: #fff;
  }

  .news .content .item .des .li:first-child .rgh {
    color: #fff;
  }

  .news .content .item .des .li:hover .lft {
    color: #40A0CA;
  }

  .news .content .item .des .li:hover .rgh {
    color: #40A0CA;
  }

  .news .content .item .des .li .lft {
    width: 120px;
    text-indent: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
  }

  .news .content .item .des .li .rgh {
    width: 75px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
  }

  .footer {
    background-size: cover;
  }

  .footer .container>div {
    height: 214px;
  }

  .footer .container>div:first-child {
    padding: 0;
    width: 100%;
  }

  .footer .container>div:last-child {
    height: auto;
  }

  .footer .container>div:last-child img {
    width: 100px;
  }

  .footer .container>div.fisrt-list {
    width: 22%;
    margin-right: 2%;
  }

  .footer .container>div.send-list {
    width: 20%;
    margin-right: 2%;
  }

  .footer .logo {
    margin-top: -47px;
    vertical-align: middle;
    max-width: 100%;
  }

  .footer p,
  .footer .copyright a {
    font-size: 16px;
    color: #94a4be;
    height: 50px;
    text-align: left;
  }

  .footer .lx {
    width: 30%;
  }

  .footer .lx img {
    width: 100px;
    margin-right: 10px;
  }

  .footer .ewm {
    margin-bottom: 20px;
  }

  .footer .text {
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
  }

  .footer ul {
    padding-left: 0;
    text-align: left;
    margin-top: 6px;
  }

  .footer ul li {
    list-style-type: none;
  }

  .footer ul li a {
    font-size: 14px;
    color: #8290a7;
    text-decoration: none;
    display: block;
    line-height: 40px;
  }

  .footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    border-top: 1px solid #455a70;
    padding-top: 35px;
  }

  .footer .copyright a {
    font-size: 14px;
  }

  .footer .col-xs-2 a:hover {
    color: #f2f5ff;
  }


  .cooperation {
    padding: 80px 0 120px;
  }

  .cooperation .title {
    text-align: center;
    font-size: 34px;
    color: #333;
  }

  .cooperation .content {
    flex-wrap: wrap;
    margin-top: 75px;
  }

  .cooperation .content .on {
    background-color: #f8f8f8;
    ;
  }

  .cooperation .content .item {
    width: 113px;
    height: 113px;
  }

  .cooperation .content .item img {
    width: 100%;
  }
  .cooperation .content .item p {
    font-size: 14px;
  }

  .cooperation .content .item:hover {
    z-index: 10;
    -webkit-box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16);
    box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16)
  }
}