.case_main img {
  width: 360px;
  height: 193px
}
.downbox {
  position: absolute;
  display: none;
  background-color: rgba(33,44,55,.7);
  width: 95px;
  /* left: 450px; */
  top: 46px;
}
.collapse .nav .onmove {
  background-color: rgba(61, 93, 126, 0);
}
.downbox a {
  font-size: 15px;
  color: white;
  margin-left: 7px;
}
.downbox p {
  padding: 5px 0;
}
.downbox p:hover {
  background-color: #3264BE
}
.about_main1 div {
  float: left;
}
.more {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 10px;
  background: #3264BE;
  color: #fff;
  cursor: pointer;
  margin: 30px auto 0;
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border: 0
}
.t_title {
  background: #F8F9FA;
  color: #909399
}
.table_pro tr:hover {
  background: #F8F9FA;
}
td {
  border-bottom: 1px solid #ebeef5;
  padding: 12px 10px;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.detail {
  color: #337ab7;
  border: 1px solid #337ab7;
  padding: 5px;
  text-align: center;
  width: 60px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 20px;
}
.detail:hover {
  background: #185f9e;
  color: #fff;
  border: 1px solid transparent
}
.table_pro td {
  width: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.table_pro img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.table_pro td:first-child {
  width: 20%
}
.wechat {
  width: 84px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 10000;
  background: #fff;
}
.wechat .jp {
  background: url('../../static/img/bg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.wechat .code {
  padding: 8px;
  text-align: center;
}
.wechat img {
  width: 70px;
  height:70px;
}
.modal {
  width: 350px;
  height: 340px;
  display: none;
  top: 800px;
  background: rgba(255,255,255,.9);
  border-radius: 10px;
  box-shadow: 0 0 21px 0 #888;
}
.modal .logo {
  width: 126px;
  height: 30px;
  margin: 20px 112px;
}
.modal .bottom {
  margin-top: 20px;
}
.modal .bottom .title {
  width: 100;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  color: #000
}
.modal .bottom .imgbox {
  display: flex;
  width: 250px;
  margin: 20px auto 0;
  justify-content: space-around;
}
.modal .bottom .imgbox img {
  width: 70px;
  height: 70px;
}
.modal .bottom .imgbox div {
  text-align: center;
  font-size: 14px;
}
.modal .phone {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #666;
}
.modal .know {
  width: 100px;
  height: 40px;
  background: #5aa6e9;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin: 20px 125px;
  cursor: pointer;
}
.industry_analyse {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-image: url('../../static/img/timg.jpg');
  background-size: cover;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
}
.industry_analyse .round {
  display: block;
  cursor: pointer;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #5aa6e9;
  margin: 100px auto;
  overflow: hidden;
}
.industry_analyse .round div {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  line-height: 170px;
  margin: 15px;
  background: #fff;
  color: #5aa6e9;
  font-size: 30px;
  font-weight: bold;
}
.industry_analyse span {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #5aa6e9;
  border-radius: 3px;
  color: #5aa6e9;
  position: absolute;
}
.customers_main {
  position: relative;
}
.customers_main .customer_tag {
  position: absolute;
  background: #3264BE;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 44%;
  margin-top: 0;
  cursor: pointer;
}
.customers_main .customer_next {
  right: 0;
}
.customers_main .customer_tag span {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
  top: 12px;
  left: 8px;
}
.customers_main .customer_prev span {
  transform: rotate(-135deg);
  left: 14px;
}
.customers_main .customer_next span {
  transform: rotate(45deg);
}
.customers .customer_nav {
  text-align: center;
}
.customers .customer_nav span {
  display: inline-block;
  margin: 14px 20px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}
.customers .customer_nav span.active {
  border-bottom: 2px solid #3264BE;
  color: #3264BE;
}
.customers .customer_box {
  width: 85%;
  min-height: 242px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #eef2f4;
}
.customers .customer_box .swiper-item {
  position: absolute;
  transition: all linear 1s;
}
.customers .customer_box .swiper-item .customer_desp {
  display: flex;
}
.customers .customer_box .customer_img {
  margin-right: 30px;
  width: 351px;
  height: 240px;
  border-right: 1px solid #eef2f4;
}
.customers .customer_box .customer_img img {
  display: block;
  width: 350px;
  height: 240px;
}
.customers .customer_box .customer_detail .customer_description {
  height: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.customers .customer_box .customer_detail .customer_title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
}
.about .about_logo {
  border-bottom: 1px solid #999;
}
.about .about_main {
  margin-bottom: 30px;
}
.about .about_main .wechat_qrbox {
  width: 220px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.about .about_main .wechat_qrbox a {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.about .about_main .wechat_qrcode {
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.about .about_main .wechat_qrcode img {
  width: 85px;
  height: 85px;
  display: block;
  margin-bottom: 5px;
}
.about .call_us, .about .about_us {
  text-align: left;
}
.about .about_title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.about .call_us ul, .about .about_us ul  {
  font-size: 14px;
}
.about .call_us ul li {
  margin: 15px 0;
}
.about .about_us ul li {
  margin: 8px 0;
}
.about .about_us ul li {
  list-style: disc;
  margin-left: 20px;
}
.about .call_us ul img {
  width: 20px;
  height: 20px;
}
.kefu_box, .wechat_box {
  position: fixed;
  background: #5B83CB;
  padding: 20px;
  color: #fff;
  bottom: 34px;
  right: 70px;
  font-size: 14px;
  display: none;
  z-index: 999;
}
.wechat_box {
  bottom: 20px;
}
.wechat_box img {
  width: 100px;
  height: 108px;
  display: block;
  margin-top: 10px;
}
.kefu_box .rectangle, .wechat_box .rectangle {
  width: 40px;
  height: 40px;
  background: #5B83CB;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  right: -4px;
  top: 62px;
}
.wechat_box .rectangle {
  top: 108px;
}
.kefu_box .kefu_detail {
  margin: 10px 0;
}