﻿/*产品与方案：start  */
.other-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
}

.other-wrap h2 {
  font-size: 28px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.other-wrap ul {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
}

.other-wrap ul li {
  box-sizing: border-box;
  float: left;
  width: 20%;
  height: 260px;
  /*background: rgba(255, 255, 0, 0.33);*/
  text-align: center;
}

.other-wrap ul li .other-item {
  display: inline-block;
  width: 144px;
  height: 284px;
  /*background: #a8ffd5;*/
}

.other-wrap ul li .other-item .in_top_tu {
  width: 114px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px;
  margin: 0 auto 15px;
  overflow: hidden;
  transition: all 0.6s;
}

.other-wrap ul li .other-item .in_top_tu.tu01 {
  background-image: url(../images/other-item001.png);
}

.other-wrap ul li .other-item .in_top_tu.tu02 {
  background-image: url(../images/other-item002.png);
}

.other-wrap ul li .other-item .in_top_tu.tu03 {
  background-image: url(../images/other-item003.png);
}

.other-wrap ul li .other-item .in_top_tu.tu04 {
  background-image: url(../images/other-item004.png);
}

.other-wrap ul li .other-item .in_top_tu.tu05 {
  background-image: url(../images/other-item005.png);
}

.other-wrap ul li .other-item .in_by {
  width: 118px;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}

.other-wrap ul li .other-item .in_bx {
  width: 168px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #8b8b8b;
  overflow: hidden;
  margin-bottom: 6px;
  position: relative;
  left: -12px;
}

.other-wrap ul li .other-item .in_xq {
  width: 144px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  border-radius: 5px;
  background: #4278d1;
  font-size: 14px;
  color: #fff;
  /* margin-left: 6px; */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.other-wrap ul li .other-item:hover .in_xq {
  background: #e76e00;
}

/*产品与方案：end  */

/*底部：start*/
.lb-footer {
  width: 100%;
  background: #F7F7F7;
}

.lb-footer .slogan {
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 0 auto;
}

.lb-footer .slogan ul {
  padding-top: 30px;
}

.lb-footer .slogan ul li {
  float: left;
  width: 20%;
  height: 140px;
  margin: 0;
  text-align: center;
  font-size: 15px;
}

.lb-footer .slogan ul li:first-child {
  margin-left: 0;
}

.lb-footer .slogan ul li:last-child {
  margin-right: 0;
}

.lb-footer .slogan ul li a {
  display: block;
  padding-top: 0.1px;
  width: 100%;
  height: 100%;
  color: #626262;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.lb-footer .slogan ul li a:hover {
  box-shadow: 0 2px 7px rgba(79, 79, 79, 0.35);
}

.lb-footer .slogan ul li a::before {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  margin: 20px auto 10px;
}

.lb-footer .slogan ul li a.s1::before {
  background: url(../images/service-1.png) no-repeat center center;
}

.lb-footer .slogan ul li a.s2::before {
  background: url(../images/service-2.png) no-repeat center center;
}

.lb-footer .slogan ul li a.s3::before {
  background: url(../images/service-3.png) no-repeat center center;
}

.lb-footer .slogan ul li a.s4::before {
  background: url(../images/service-4.png) no-repeat center center;
}

.lb-footer .slogan ul li a.s5::before {
  background: url(../images/service-5.png) no-repeat center center;
}

.lb-footer .slogan ul li a.s6::before {
  background: url(../images/service-6.png) no-repeat center center;
}

.lb-footer .service {
  width: 100%;
  overflow: hidden;
  padding: 25px 0 30px 0;
  /* background: #fff; */
  margin: 0 auto;
}

.lb-footer .service .left {
  box-sizing: border-box;
  float: left;
  width: 750px;
  /*background: rgba(255, 83, 154, 0.37);*/
}

.lb-footer .service .service-list {
  padding-top: 20px;
  text-align: right;
}

.lb-footer .service .service-list dl {
  float: left;
  width: 150px;
  text-align: left;
}

.lb-footer .service .service-list dl + dl {
  margin-left: 50px;
}

.lb-footer .service .service-list dl dt {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  position: relative;
}

.lb-footer .service .service-list dl dt::before {
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background: #3c1e7b;
  position: absolute;
  top: 8px;
  left: -7px;
}

.lb-footer .service .service-list dl dd {
  padding-top: 10px;
  margin-left: 0;
}

.lb-footer .service .service-list dl dd ul li {
  margin-bottom: 10px;
}

.lb-footer .service .service-list dl dd ul li a {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.lb-footer .service .service-list dl dd ul li a:hover {
  color: #ed1c24;
  text-decoration: underline;
}

.lb-footer .service .service-list dl dd .qrcode {
  width: 95px;
  height: 95px;
  margin-left: -5px;
}

.lb-footer .service .service-list dl dd .qrcode img {
  width: 100%;
}

.lb-footer .service .middle {
  box-sizing: border-box;
  float: left;
  width: 320px;
  /*background: rgba(142, 255, 206, 0.49);*/
  position: relative;
  padding-top: 25px;
}

.lb-footer .service .middle::before {
  content: '';
  width: 1px;
  height: 160px;
  background: #E0E0E0;
  position: absolute;
  top: 20px;
  left: -40px;
}

.lb-footer .service .middle .contact-us-footer {
  color: #ed1c24;
}

.lb-footer .service .middle .contact-us-footer .time {
  font-size: 13px;
  padding-top: 8px;
}

.lb-footer .service .middle .contact-us-footer .tel {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #3c1e7b;
  padding: 10px 0px;
  margin-top: 10px;
}

.lb-footer .service .middle .address {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
}

.lb-footer .service .right {
  box-sizing: border-box;
  float: left;
  width: 130px;
  /*background: rgba(187, 192, 255, 0.49);*/
  position: relative;
  padding: 20px 0 0 20px;
}

.lb-footer .service .right::before {
  content: '';
  width: 1px;
  height: 160px;
  background: #E0E0E0;
  position: absolute;
  top: 20px;
  left: 7px;
}

.lb-footer .service .right .about-us {
  background: transparent !important;
  font-size: 14px;
  color: #333;

}

.lb-footer .service .right .about-us .about-us-txt {
  line-height: 30px;
  font-weight: 600;
  text-indent: 10px;
  position: relative;
}

.lb-footer .service .right .about-us .about-us-txt::before {
  content: '';
  display: block;
  width: 3px;
  height: 16px;
  background: #3c1e7b;
  position: absolute;
  top: 7px;
  left: 2px;
}

.lb-footer .bottom {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #666;
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .lb-footer .service .left {
    width: 800px;
  }

  .lb-footer .service .right {
    margin-left: 50px;
  }

}

@media screen and (min-width: 1681px) and (max-width: 1920px) {
  .lb-footer .service .left {
    width: 800px;
  }

  .lb-footer .service .right {
    margin-left: 80px;
  }

}

.toolbar {
  width: 120px;
  position: fixed;
  top: 78%;
  right: -65px;
  margin-top: -150px;
  z-index: 1;
}

.toolbar .t-item {
  position: relative;
  margin-bottom: 3px;
  width: 100%;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #3c1e7b;
  font-size: 14px;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  cursor: pointer;
}

.toolbar .t-item:nth-of-type(1) {
  height: 122px;
}

.toolbar .t-item:nth-of-type(1)::before {
  content: '';
  width: 90px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 40px;
  left: 22px;
}

.toolbar .t-item:nth-of-type(1)::after {
  content: '';
  width: 90px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 80px;
  left: 22px;
}

.toolbar .t-item .icon {
  float: left;
  margin: 6px 0 0 18px;
  width: 28px;
  height: 28px;
  /*background-color: #f00;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 78% 78%;
}

.toolbar .t-item .icon.i-kefu {
  background-image: url(../images/kefu.png);
}

.toolbar .t-item .icon.i-compare {
  background-image: url(../images/compare.png);
}

.toolbar .t-item .icon.i-quick {
  background-image: url(../images/shopping.png);
}

.toolbar .t-item .icon.i-cart {
  background-image: url(../images/cart.png);
}

.toolbar .t-item .icon.i-user {
  background-image: url(../images/user.png);
}

.toolbar .t-item .icon.i-backtop {
  background: url(../images/backtop.png);
}

.toolbar .t-item .icon.i-vs {
  background: url(../images/vs.png);
}

.toolbar .t-item .text {
  line-height: 40px;
  margin-left: 8px;
  color: #fff;
}

.toolbar .t-item.hover {
  /* background: #15D1C6; */
  background: #3c1e7b;
}

/*底部：end  */
