*,
*:before,
*:after {
  box-sizing: border-box; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

.modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8; }
  .modal-layer .weixin-wrap {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background: url(../img/index/weixin.jpg) center; }
  .modal-layer .tel-wrap {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background: url(../img/index/tel.jpg) center; }
  .modal-layer .btn-close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    right: 15px;
    background: url(../img/index/btn-close.png) center;
    cursor: pointer; }
  .modal-layer .content {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    line-break: 22px;
    font-size: 14px; }
    .modal-layer .content .title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }

.container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  min-width: 1200px; }

.gradient-blue-bg {
  background: linear-gradient(to right, #2895f8, #30a9f9);
  background-color: #2895f8; }

::-webkit-scrollbar {
  width: 8px; 
  height: 8px;}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.8);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(126, 126, 126, 0.5);
  -webkit-box-shadow: inset006pxrgba(40, 100, 166, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(109, 109, 109, 0.5); }

.head-outwrap {
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #e5e5e5; }

.head-wrap {
  height: 110px; }
  .head-wrap .logo-wrap {
    width: 225px;
    margin-top: 33px;
    float: left; }
    .head-wrap .logo-wrap img {
      height: 53px;
      margin: auto; }
  .head-wrap .nav-wrap {
    display: block;
    float: left;
    margin-left: 140px; }
    .head-wrap .nav-wrap ul {
      padding-top: 25px;
      padding-left: 0; }
  .head-wrap li {
    display: inline-block;
    position: relative;
    padding: 20px;
    margin: 0 10px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    transition: 0.2s all linear;
    cursor: pointer; }
    .head-wrap li a {
      color: #000; }
      .head-wrap li a:hover, .head-wrap li a:active {
        color: #000; }
  .head-wrap li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #2895f8;
    transition: 0.2s all linear; }
  .head-wrap li:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #2895f8;
    z-index: -1; }
  .head-wrap li:hover ~ li::before {
    left: 0; }
  .head-wrap li:active {
    color: #fff; }
  .head-wrap li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #2895f8; }
  .head-wrap .login-wrap {
    float: right; }
    .head-wrap .login-wrap .btn-login {
      color: #000;
      border: 1px solid #e5e5e5;
      transition: 0.2s; }
      .head-wrap .login-wrap .btn-login:hover {
        color: #fff;
        background: linear-gradient(to right, #2895f8, #30a9f9);
        background-color: #2895f8; }
    .head-wrap .login-wrap .btn-register {
      color: #fff; }
    .head-wrap .login-wrap > a {
      display: inline-block;
      height: 38px;
      padding: 0 20px;
      line-height: 36px;
      border-radius: 19px;
      margin: 0 5px;
      font-size: 12px;
      margin-top: 36px;
      position: relative;
      top: 0;
      transition: 0.5s; }

.bottom-wrap {
  width: 100%;
  padding-top: 35px;
  height: 260px;
  background-color: #2f2f3b;
  color: #fff;
  font-size: 13px; }
  .bottom-wrap .ewm-wrap {
    float: left;
    left: 30px;
    position: relative; }
    .bottom-wrap .ewm-wrap .title {
      font-size: 16px; }
  .bottom-wrap .content-wrap {
    float: left;
    padding-top: 34px;
    width: calc(100% - 120px);
    text-align: center;
    color: #acacb1;
    line-height: 2; }
  .bottom-wrap .ewm-img {
    width: 120px;
    height: 120px; }

.banner-wrap {
  width: 100%;
  height: 559px;
  background: url(../img/index/banner.png) center; }
  .banner-wrap .login-wrap {
    text-align: center;
    padding-top: 280px; }
    .banner-wrap .login-wrap > a {
      position: relative;
      top: 0;
      transition: 0.5s; }
      .banner-wrap .login-wrap > a:hover {
        top: -3px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }
    .banner-wrap .login-wrap .btn-login {
      color: #000;
      border: 1px solid #e5e5e5;
      background-color: #fff; }
    .banner-wrap .login-wrap .btn-register {
      color: #fff; }
    .banner-wrap .login-wrap > a {
      display: inline-block;
      width: 160px;
      height: 40px;
      padding: 0 20px;
      line-height: 38px;
      border-radius: 20px;
      margin: 0 5px;
      font-size: 16px;
      text-align: center; }

.service-wrap {
  padding: 65px 0;
  width: 100%;
  margin-left: -8px;
  margin-right: -7px;
  overflow: hidden; }
  .service-wrap .box {
    display: block;
    float: left;
    width: 380px;
    height: 320px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 7px 0 8px;
    padding: 40px 25px;
    position: relative; }
  .service-wrap .title {
    margin-top: 26px;
    font-size: 17px;
    font-weight: bold; }
  .service-wrap .content {
    position: relative;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 18px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .service-wrap .container::after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0; }
  .service-wrap .more {
    background: #f2f2f2;
    color: #666;
    height: 28px;
    width: 136px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    cursor: pointer;
    transition: 0.2s; }
    .service-wrap .more:hover {
      color: #fff;
      background: linear-gradient(to right, #2895f8, #30a9f9);
      background-color: #2895f8; }

.img-wrap {
  clear: both; }

.index-img1-wrap {
  width: 100%;
  height: 720px;
  background: url(../img/index/img1.png) center; }
  .index-img1-wrap .index-img1-wrap-content {
    height: 100%;
    position: relative; }
  .index-img1-wrap .son {
    position: absolute;
    top: 130px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666666; }

.index-img2-wrap {
  width: 100%;
  height: 720px;
  background: url(../img/index/img2.png) center; }
  .index-img2-wrap .index-img2-wrap-content {
    height: 100%;
    position: relative; }
    .index-img2-wrap .index-img2-wrap-content .son {
      position: absolute;
      top: 130px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #666666; }
    .index-img2-wrap .index-img2-wrap-content .son1 {
      width: 160px;
      padding: 5px;
      position: absolute;
      color: #666666;
      font-size: 14px;
      top: 558px;
      left: 151px; }
    .index-img2-wrap .index-img2-wrap-content .son2 {
      width: 160px;
      padding: 5px;
      position: absolute;
      color: #666666;
      font-size: 14px;
      top: 558px;
      left: 321px; }
    .index-img2-wrap .index-img2-wrap-content .son3 {
      width: 160px;
      padding: 5px;
      color: #666666;
      position: absolute;
      font-size: 14px;
      top: 558px;
      right: 301px; }
    .index-img2-wrap .index-img2-wrap-content .son4 {
      width: 160px;
      padding: 5px;
      color: #666666;
      position: absolute;
      font-size: 14px;
      top: 558px;
      right: 130px; }

.index-img3-wrap {
  width: 100%;
  height: 719px;
  background: url(../img/index/img3.png) center; }
  .index-img3-wrap .index-img3-wrap-content {
    height: 100%;
    position: relative; }
    .index-img3-wrap .index-img3-wrap-content .son {
      position: absolute;
      font-size: 13px;
      color: #666; }
    .index-img3-wrap .index-img3-wrap-content .son1 {
      top: 326px;
      left: 146px; }
    .index-img3-wrap .index-img3-wrap-content .son2 {
      top: 487px;
      left: 63px; }
    .index-img3-wrap .index-img3-wrap-content .son3 {
      top: 337px;
      right: 84px; }
    .index-img3-wrap .index-img3-wrap-content .son4 {
      top: 556px;
      right: 194px; }

.index-img4-wrap {
  width: 100%;
  height: 631px;
  background: url(../img/index/img4.png) center; }
  .index-img4-wrap .index-img4-wrap-content {
    height: 100%; }
    .index-img4-wrap .index-img4-wrap-content ul {
      position: relative;
      top: 243px;
      height: 100%; }
    .index-img4-wrap .index-img4-wrap-content li {
      width: 200px;
      height: 96px;
      float: left;
      margin: 0 20px 52px; }

.index-img5-wrap {
  width: 100%;
  height: 300px;
  background: url(../img/index/img5.png) center;
  text-align: center; }
  .index-img5-wrap .btn-register {
    display: inline-block;
    position: relative;
    top: 175px;
    width: 180px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 22px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all .5s; }
    .index-img5-wrap .btn-register:hover {
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }

.solution-content .content-wrap {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  max-width: 512px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left; }
.solution-content .solution-img-outwrap {
  width: 100%;
  background-color: #fcfcfc; }
.solution-content .solution-img1 {
  width: 100%;
  height: 405px;
  background: url(../img/solution/img1.png) center; }
  .solution-content .solution-img-news {
    width: 100%;
    height: 405px;
    background: url(../img/news_bg.png) center; }
.solution-content .solution-img2 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img2.png) center; }
  .solution-content .solution-img2 > .content-wrap {
    position: absolute;
    left: 100px;
    top: 282px; }
.solution-content .solution-img3 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img3.png) center; }
  .solution-content .solution-img3 > .content-wrap {
    position: absolute;
    right: 140px;
    top: 282px; }
.solution-content .solution-img4 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img4.png) center; }
  .solution-content .solution-img4 > .content-wrap {
    position: absolute;
    left: 100px;
    top: 282px; }
.solution-content .solution-img5 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img5.png) center; }
  .solution-content .solution-img5 > .content-wrap {
    position: absolute;
    right: 140px;
    top: 282px; }
.solution-content .solution-img6 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img6.png) center; }
  .solution-content .solution-img6 > .content-wrap {
    position: absolute;
    left: 100px;
    top: 282px; }
.solution-content .solution-img7 {
  position: relative;
  width: 100%;
  height: 599px;
  background: url(../img/solution/img7.png) center; }
  .solution-content .solution-img7 > .content-wrap {
    position: absolute;
    right: 140px;
    top: 282px; }

.ce_navbox {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 100;
  font-size: 14px; }
  .ce_navbox .icon-dingbu {
    background: url(../img/index/icon-dingbu.png) #aaa center no-repeat; }
    .ce_navbox .icon-dingbu:hover {
      background: url(../img/index/icon-dingbu.png) #30A9F9 center no-repeat; }
  .ce_navbox .icon-weixin1 {
    background: url(../img/index/icon-weixin1.png) #aaa center no-repeat; }
    .ce_navbox .icon-weixin1:hover {
      background: url(../img/index/icon-weixin1.png) #30A9F9 center no-repeat; }
  .ce_navbox .icon-zaixiankefu {
    background: url(../img/index/icon-zaixiankefu.png) #aaa center no-repeat; }
    .ce_navbox .icon-zaixiankefu:hover {
      background: url(../img/index/icon-zaixiankefu.png) #30A9F9 center no-repeat; }
  .ce_navbox .icon-dianhua1 {
    background: url(../img/index/icon-dianhua1.png) #aaa center no-repeat; }
    .ce_navbox .icon-dianhua1:hover {
      background: url(../img/index/icon-dianhua1.png) #30A9F9 center no-repeat; }

.ce_navbox li {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  position: relative;
  border-radius: 4px; }

.ce_erweima {
  position: absolute;
  right: 55px;
  top: -30px;
  display: none; }

.ce_erweibox:hover .ce_erweima {
  display: block; }

.ce_erweibox img {
  width: 100%;
  height: 100%; }

.ce_navbox i {
  transition: 0.5s;
  font-size: 36px;
  width: 40px;
  height: 36px;
  display: block;
  background: #808080;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  color: #808080; }

.ce_navbox i:hover {
  color: #027bd6; }

.ce_zaixian {
  cursor: pointer; }

.ce_navbox .ce_goback i:hover {
  color: #444444; }

.ce_goback {
  display: none; }

.dian_product_3detail video {
  background: #000; }

.ce_navbox_hid {
  position: absolute;
  left: -100px;
  top: 0px;
  display: none;
  background: #fff; }

.ce_navbox li:hover .ce_navbox_hid {
  display: block; }

.ce_navbox_hid {
  box-shadow: 1px 1px 5px #cfcfcf;
  padding: 10px; }

.ce_navbox_hid:after {
  content: ">";
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 32px;
  color: #fff; }

.ce_goback .ce_navbox_hid {
  width: 78px;
  left: -92px; }

.ce_goback .ce_navbox_hid:after {
  top: -3px; }

.ce_erweibox .ce_navbox_hid {
  width: 140px;
  left: -153px;
  text-align: center;
  top: -60px; }

.ce_erweibox .ce_navbox_hid:after {
  top: 57px; }

.ce_zaixian .ce_navbox_hid {
  width: 78px;
  left: -92px; }

.ce_zaixian .ce_navbox_hid:after {
  top: -3px; }

.ce_telbox .ce_navbox_hid {
  width: 122px;
  left: -135px;
  top: -8px; }

.ce_telbox .ce_navbox_hid:after {
  top: 6px; }

/*# sourceMappingURL=common.css.map */