﻿@charset "utf-8";

/*#region 初始化#*/
[v-cloak] {
  display: none;
}

html,
body,
div,
p,
select,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
}

body {
  color: #666666;
  background: #f2f3f5;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  line-height: 20px;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

input {
  outline: none;
  -webkit-appearance: none;
  vertical-align: middle;
  font-size: 12px;
  font-family: "微软雅黑 Light";
}

textarea {
  resize: none;
  /*禁用了文本的拖拉*/
  font-family: "微软雅黑 Light";
  outline: none;
  -webkit-appearance: none;
}

i,
em,
cite {
  font-style: normal;
}

/* a标签初始化以及取消a标签点击后的虚线框 */
a {
  outline: none;
  color: #696969;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #696969;
}

a:focus {
  outline: none;
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
img {
  border: 0;
  vertical-align: middle;
}

.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
/**滚动**/
::-webkit-scrollbar-track-piece {
  width: 0;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #16eef6;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  width: 7px;
  background-color: #16eef6;
  border-radius: 10px;
}
/*#endregion#*/

/*#region 公共#*/

.Page {
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1080px;
  background: url(../images/bj01.jpg) center top no-repeat #00112a;
  background-size: 100%;
  position: relative;
}

.logo {
  position: absolute;
  left: 20px;
  top: 40px;
}

.currentTime {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #0dfff1;
  font-size: 25px;
  font-weight: bold;
}

.BigTitle {
  height: 70px;
  text-align: center;
  font-size: 33px;
  line-height: 70px;
  font-weight: bold;
  font-family: "微软雅黑";
  background-image: linear-gradient(to right, #005ed3, #00eaff, #005ed3);
  -webkit-background-clip: text;
  color: transparent;
}

.navWrap {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.navWrap li {
  width: 216px;
  height: 45px;
  text-align: center;
  background: url(/images/navbj.png) center center no-repeat;
  background-size: 100% 100%;
}

.navWrap li a {
  display: block;
  line-height: 45px;
  font-size: 20px;
  color: #2e9eff;
}

.navWrap li.cur a {
  color: #fff;
  font-weight: bold;
}
.navWrap li.cur {
  background: url(/images/navbjcur.png) center center no-repeat;
  background-size: 100% 100%;
}

.BoxBorder {
  border: 1px solid #2383c9;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 40px rgba(0, 61, 131, 0.7) inset;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 61, 131, 0.7) inset;
  box-shadow: 0px 0px 40px rgba(0, 61, 131, 0.7) inset;
}

.title {
  background: url(/images/yuan.png) 15px center no-repeat;
  font-size: 18px;
  position: relative;
  padding: 12px 0 15px 50px;
  color: #fff;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 50px;
  right: 0;
  background: url(/images/xian.png) left center no-repeat;
}

.tabBox {
  font-size: 18px;
  position: relative;
  padding: 0 0 0 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.tabBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 50px;
  right: 0;
  background: url(/images/xian.png) left center no-repeat;
}

.tabBox .li {
  background: url(/images/yuan.png) 0 center no-repeat;
  padding: 12px 30px 15px 30px;
  cursor: pointer;
  opacity: 0.5;
}

.tabBox .li.cur {
  opacity: 1;
}

.videoBox {
  width: 355px;
  height: 200px;
  margin-left: 18px;
  margin-top: 18px;
  border: 2px solid #13508c;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

/* .videoBox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(/images/videobtn.png) center center no-repeat
    rgba(0, 0, 0, 0.7);
} */

.el-carousel .el-carousel__button {
  background: rgba(0, 0, 0, 0.5);
  height: 8px;
  width: 8px;
  border-radius: 10px;
}

.el-carousel .is-active .el-carousel__button {
  background: #00aaff;
  width: 50px;
}
/*#endregion #*/

/*#region 视频弹窗#*/
.PopupVideo {
  border: 1px solid #00aaff;
  border-radius: 5px;
  background: rgba(0, 28, 68, 0.6) !important;
  box-shadow: rgb(0, 170, 255, 0.5) 0px 0px 18px inset !important;
}

.PopupVideo .el-dialog__title {
  color: #fff !important;
}

.PopupVideo .el-dialog__body {
  padding: 20px 30px;
}

.PopupVideo .el-dialog__headerbtn .el-dialog__close {
  font-size: 30px;
  color: #fff !important;
}

video:focus {
  outline: none;
  border: 0;
}

/*#endregion#*/

/*#region 部件总成涂装流水线数据监控画面#*/

.Part_Left_top {
  width: 395px;
  height: 340px;
  position: absolute;
  top: 100px;
  left: 20px;
}

.Part_Left_content {
  width: 395px;
  height: 340px;
  position: absolute;
  top: 460px;
  left: 20px;
}

.nr_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 10px;
}

.nr_top .list {
  width: 33.33%;
  position: relative;
}

.nr_top .bt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  z-index: 10;
  margin: auto;
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.nr_foot {
  padding: 15px 25px 0;
}

.nr_foot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #ffea00;
  font-size: 13px;
}

.nr_foot li:nth-child(2n-1) {
  background: rgba(0, 67, 147, 0.5);
}

.nr_foot li.top {
  color: #fff;
}

.nr_foot li > div {
  width: 25%;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.nr_foot li > div.num > div {
  position: relative;
  text-align: left;
  padding-left: 15px;
  color: #fff;
}

.nr_foot li > div.num > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #005ed3;
}

.nr_foot li:nth-child(2) > div.num > div::after {
  background: #068afd;
}

.nr_foot li:nth-child(3) > div.num > div::after {
  background: #ffb612;
}

.nr_foot li:nth-child(4) > div.num > div::after {
  background: #21eb27;
}

.Part_Left_foot {
  width: 395px;
  height: 240px;
  position: absolute;
  top: 820px;
  left: 20px;
}

.Part_right_top {
  width: 395px;
  height: 240px;
  position: absolute;
  top: 100px;
  right: 20px;
}

.Part_right_content {
  width: 395px;
  height: 440px;
  position: absolute;
  top: 360px;
  right: 20px;
}
.Part_right_content .sprayPressureList {
  margin: 5px 30px 0;
}
.Part_right_content .sprayPressureList li {
  width: 100%;
  border-bottom: 0;
}

.Part_right_content .sprayPressureList li:nth-child(2n-1) > div.last > div {
  padding-right: 0;
}

.Part_right_content .sprayPressureList li:nth-child(2n) > div.num > div {
  padding-left: 0;
}
.Part_right_content .sprayPressureList li > div {
  min-height: 27px;
}

.Part_right_foot {
  width: 395px;
  height: 240px;
  position: absolute;
  right: 20px;
  top: 820px;
  overflow: hidden;
}

.PartR_Left {
  position: absolute;
  left: 15px;
  top: 15px;
}

.PartR_Left li {
  color: #fff;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 14px;
}

.PartR_Left li > div {
  width: 24px;
  height: 13px;
  margin-right: 5px;
  border-radius: 4px;
}

.PartR_Left li > div.blue {
  background: #3fecff;
}
.PartR_Left li > div.green {
  background: #21ff4e;
}
.PartR_Left li > div.orange {
  background: #ffa319;
}
.PartR_Left li > div.Purple {
  background: #7351e3;
}
.PartR_Left li > div.lightpurple {
  background: #fa16e1;
}
.PartR_Left li > div.red {
  background: #c81e1e;
}

.PartR_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: 120px;
}

.PartR_top > .list {
  height: 110px;
  width: 50%;
  position: relative;
}

.PartR_top > .list .bt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  z-index: 10;
  margin: auto;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Part_content_FL {
  width: 480px;
  height: 240px;
  position: absolute;
  top: 820px;
  left: 455px;
}

.ovenBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 5px 15px 0;
}

.ovenBox > div {
  width: 50%;
}
.ovenBox .nr_foot {
  padding: 15px 5px 0;
}
.ovenBox .nr_foot li.top {
  font-size: 15px;
}
.ovenBox .nr_foot li {
  background: rgba(0, 168, 255, 0.08);
  font-size: 13px;
}
.ovenBox .nr_foot li:nth-child(2n-1) {
  background: rgba(0, 67, 147, 0.5);
}
.ovenBox .nr_foot li > div {
  width: 100%;
  min-height: 40px;
}

.ovenBox .nr_foot li > div.bt {
  color: #fff;
}

.Part_content_FR {
  width: 480px;
  height: 240px;
  position: absolute;
  top: 820px;
  right: 455px;
}

.FR_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin: 15px 20px 15px;
}

.FR_bt li {
  color: #fff;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.FR_bt li > div {
  width: 24px;
  height: 13px;
  margin-right: 5px;
  border-radius: 4px;
}

.FR_bt li > div.blue {
  background: #005ed3;
}
.FR_bt li > div.green {
  background: #04e535;
}
.FR_bt li > div.orange {
  background: #ffa319;
}
.FR_bt li > div.Purple {
  background: #fa16e1;
}

.FR_ball_bt {
  padding: 0 20px 5px;
  font-size: 13px;
  color: #fff;
}

.FR_ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin: 0 20px;
}

.FR_ball li {
  color: #fff;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 30px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 0;
  overflow: hidden;
}

.FR_ball li.blue {
  background: #005ed3;
}

.FR_ball li.green {
  background: #04e535;
}

.FR_ball li.orange {
  background: #ffa319;
}

.FR_ball li.Purple {
  background: #fa16e1;
}

.Part_content_R {
  width: 480px;
  height: 280px;
  position: absolute;
  top: 520px;
  right: 455px;
}

.Part_content_L {
  width: 480px;
  height: 280px;
  position: absolute;
  top: 520px;
  left: 455px;
}

.DustingCon {
  padding: 0 15px;
}

.Part_content_top {
  width: 989px;
  height: 367px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  background: url(/images//zjbj.png) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.Part_content_top .el-carousel {
  margin-left: 13px;
  margin-top: 8px;
  width: 965px;
}

/*#endregion#*/

/*#region 喷漆流水线#*/

.Paint_Left_top {
  width: 395px;
  height: 365px;
  position: absolute;
  top: 100px;
  left: 20px;
}

.Paint_Left_content {
  width: 395px;
  height: 320px;
  position: absolute;
  top: 485px;
  left: 20px;
}

.gressList {
  padding: 15px 20px 0 18px;
}

.gressList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #ffea00;
  font-size: 15px;
}

.gressList li > div {
  width: 15%;
  min-height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: right;
}

.gressList li > div.num {
  width: 70%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.gressList li > div.num > div {
  position: relative;
  text-align: left;
  padding-left: 40px;
  color: #fff;
}

.gressList li > div.num > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 18px;
  border-radius: 5px;
  background: #0181ff;
}

/*紫色 Purple*/
.gressList li > div.num.Purple > div::after {
  background: #fa13df;
}

/*绿色 green*/
.gressList li > div.num.green > div::after {
  background: #01e436;
}

/*黄色 yellow*/
.gressList li > div.num.yellow > div::after {
  background: #ffa21a;
}

/*黄色 yellow2*/
.gressList li > div.num.yellow2 > div::after {
  background: #ffea00;
}

/*橙色 orange*/
.gressList li > div.num.orange > div::after {
  background: #ff6100;
}

/*浅紫色 Lightpurple*/
.gressList li > div.num.Lightpurple > div::after {
  background: #6b45ff;
}

/*青色 lightgreen*/
.gressList li > div.num.lightgreen > div::after {
  background: #04bd83;
}

/*红色 red*/
.gressList li > div.num.red > div::after {
  background: #c71d1d;
}

.Paint_Left_foot {
  width: 1430px;
  height: 240px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.assembly_line_nr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.assembly_line_nr .LineLeft {
  width: 350px;
}

.assembly_line_nr .LineLeft {
  margin: 5px 30px 0;
}

.assembly_line_nr .LineLeft li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #013c81;
}

.assembly_line_nr .LineLeft li > div {
  min-height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 40%;
  color: #1ec4ff;
}

.assembly_line_nr .LineLeft li > div.num {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 60%;
  color: #fff;
}

.assembly_line_nr .LineRihgt {
  width: 910px;
  padding-right: 30px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.assembly_line_nr .LineRihgt .list {
  width: 20%;
}

.Paint_right_top {
  width: 395px;
  height: 240px;
  position: absolute;
  top: 100px;
  right: 20px;
}

.Paint_right_content {
  width: 395px;
  height: 365px;
  position: absolute;
  top: 360px;
  right: 20px;
}

.Paint_right_foot {
  width: 395px;
  height: 316px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.Paint_content_foot {
  width: 989px;
  height: 285px;
  position: absolute;
  bottom: 275px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sprayPressureList {
  margin: 5px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sprayPressureList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  width: 50%;
  border-bottom: 1px solid #013c81;
}

.sprayPressureList li > div {
  min-height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 40%;
  color: #1ec4ff;
}

.sprayPressureList li > div.num {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 60%;
  color: #fff;
}

.sprayPressureList li:nth-child(2n-1) > div.last > div {
  padding-right: 60px;
}

.sprayPressureList li:nth-child(2n) > div.num > div {
  padding-left: 60px;
}

.Paint_content_top {
  width: 989px;
  height: 367px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  background: url(/images/zjbj.png) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.Paint_content_top .el-carousel {
  margin-left: 13px;
  margin-top: 8px;
  width: 965px;
}

/*#endregion#*/

/*#region 电泳流水线#*/

.Elect_Left_top {
  width: 395px;
  height: 465px;
  position: absolute;
  top: 100px;
  left: 20px;
}

.Elect_Left_top .gressList li > div.num {
  width: 85%;
}

.Elect_Left_foot {
  width: 395px;
  height: 465px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.Elect_Left_foot .spray_L_foot {
  padding-top: 50px;
}

.Elect_right_top {
  width: 395px;
  height: 240px;
  position: absolute;
  top: 100px;
  right: 20px;
}

.Elect_right_foot {
  width: 395px;
  height: 700px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  overflow: hidden;
}

.Elect_r_con {
  padding: 0 25px;
}

.Elect_r_con .bt {
  font-size: 16px;
  color: #fff;
  padding: 25px 0 15px;
}
.Elect_r_con .bt span {
  font-size: 26px;
  color: #fdff18;
  padding: 0 15px;
}
.Elect_content_foot {
  width: 989px;
  height: 410px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Elect_content_top {
  width: 989px;
  height: 500px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  background: url(/images/zjbj2.png) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.Elect_content_top .el-carousel {
  margin-left: 13px;
  margin-top: 10px;
  width: 965px;
}

/*#endregion#*/

/*#region 喷塑流水线#*/

.Spray_Left_top {
  width: 395px;
  height: 960px;
  position: absolute;
  top: 100px;
  left: 20px;
}

.spray_L_top {
  width: 395px;
  height: 385px;
  background: url(../images/yuanbj.png) center center no-repeat;
}

.spray_L_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.spray_L_foot li {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.spray_L_foot li .bt {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 16px;
  padding-left: 18px;
  width: 70px;
  text-align: left;
  margin-top: 15px;
}

.spray_L_foot li .bt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e9afb;
}

.spray_L_foot li .bt.yellow::after {
  background: #ffa412;
}

.spray_L_foot li .bt.Purple::after {
  background: #f914e0;
}

.spray_L_foot li .bt.green::after {
  background: #06e533;
}

.spray_L_foot li .bt.red::after {
  background: #c81e1e;
}

.spray_L_foot li .bt.lightpurple::after {
  background: #6c47ff;
}

.Spray_right_top {
  width: 395px;
  height: 240px;
  position: absolute;
  top: 100px;
  right: 20px;
}

.Spray_right_foot {
  width: 395px;
  height: 700px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.Spray_r_con {
  padding: 25px 15px 0;
}

.Spray_content_foot {
  width: 989px;
  height: 410px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Spray_content_foot .sprayPressureList li > div,
.Elect_content_foot .sprayPressureList li > div {
  min-height: 48px;
}

.Spray_content_top {
  width: 989px;
  height: 500px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  background: url(/images/zjbj2.png) center center no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.Spray_content_top .el-carousel {
  margin-left: 13px;
  margin-top: 10px;
  width: 965px;
}

/*#endregion#*/

/*#region 进度条#*/

.Satisfaction_ul {
  margin: 0px 20px 0 10px;
}

.Satisfaction_ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fefeff;
  margin-top: 10px;
  height: 26px;
}

.Satisfaction_ul .bt {
  position: relative;
  padding: 0 15px;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  width: 40px;
  padding: 0 10px 0 0;
}

.Satisfaction_ul li .Disposable .bar span {
  background-image: -webkit-linear-gradient(left, #0181ff, #3fffea);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#0181ff), to(#3fffea));
}

/*紫色 Purple*/
.Satisfaction_ul li .Disposable .bar.Purple span {
  background-image: -webkit-linear-gradient(left, #fa13df, #f44aff);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#fa13df), to(#f44aff));
}

/*绿色 green*/
.Satisfaction_ul li .Disposable .bar.green span {
  background-image: -webkit-linear-gradient(left, #01e436, #78ff00);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#01e436), to(#78ff00));
}

/*黄色 yellow*/
.Satisfaction_ul li .Disposable .bar.yellow span {
  background-image: -webkit-linear-gradient(left, #ffa21a, #ffea00);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#ffa21a), to(#ffea00));
}

/*橙色 orange*/
.Satisfaction_ul li .Disposable .bar.orange span {
  background-image: -webkit-linear-gradient(left, #ff6100, #ffa11a);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#ff6100), to(#ffa11a));
}

/*浅紫色 Lightpurple*/
.Satisfaction_ul li .Disposable .bar.Lightpurple span {
  background-image: -webkit-linear-gradient(left, #6b45ff, #a1a6ff);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#6b45ff), to(#a1a6ff));
}

/*青色 lightgreen*/
.Satisfaction_ul li .Disposable .bar.lightgreen span {
  background-image: -webkit-linear-gradient(left, #04bd83, #5bffc7);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#04bd83), to(#5bffc7));
}

/*红色 red*/
.Satisfaction_ul li .Disposable .bar.red span {
  background-image: -webkit-linear-gradient(left, #c71d1d, #ff4d4d);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#c71d1d), to(#ff4d4d));
}

.Satisfaction_ul .Disposable {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Satisfaction_ul .Disposable .bar {
  height: 14px;
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  /* background: #143966; */
  overflow: hidden;
}

.Satisfaction_ul .Disposable .bar span {
  display: block;
  height: 100%;
  background: #1794fe;
  width: 0;
  border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.Satisfaction_ul .Disposable .text {
  width: 90px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  color: #1794fe;
}

/*#endregion#*/

/*#region 传动#*/
.gress_bt {
  padding: 10px 10px;
  font-size: 14px;
  color: #fff;
}
.gressRatio_ul {
  margin: 0px 20px 0 10px;
}

.gressRatio_ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fefeff;
  margin-bottom: 12px;
  height: 30px;
  position: relative;
}

.gressRatio_ul .bt {
  position: absolute;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 13px;
  width: 40px;
  z-index: 30;
}

.gressRatio_ul li .Disposable .bar span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: right;
  font-size: 12px;
  padding-right: 15px;
  background-image: -webkit-linear-gradient(left, #1ddad6, #283ad4);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#1ddad6), to(#283ad4));
}

/*紫色 Purple*/
.gressRatio_ul li .Disposable .bar.Purple span {
  background-image: -webkit-linear-gradient(left, #fea5f4, #da2480);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#fea5f4), to(#da2480));
}

/*绿色 green*/
.gressRatio_ul li .Disposable .bar.green span {
  background-image: -webkit-linear-gradient(left, #befc3e, #64bc00);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#befc3e), to(#64bc00));
}

/*绿色 yellow*/
.gressRatio_ul li .Disposable .bar.yellow span {
  background-image: -webkit-linear-gradient(left, #f9ee5f, #ffbe29);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#f9ee5f), to(#ffbe29));
}

.gressRatio_ul .Disposable {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gressRatio_ul .Disposable .bar {
  height: 30px;
  width: 200px !important;
  overflow: hidden;
  background: #11337a;
}

.gressRatio_ul .Disposable .bar span {
  display: block;
  height: 100%;
  background: #1794fe;
  width: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.gressRatio_ul .Disposable .text {
  text-align: left;
  font-size: 13px;
  color: #ffec1e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gressRatio_ul .Disposable .text > div {
  width: 60px;
}

.gressRatio_ul .Disposable .text > div.Purple {
  color: #da2480;
}
.gressRatio_ul .Disposable .text > div.blue {
  color: #283ad4;
}
.gressRatio_ul .Disposable .text > div.green {
  color: #64bc00;
}
.gressRatio_ul .Disposable .text > div.yellow {
  color: #ffbe29;
}

/*#endregion#*/

/*#region 手机端处理#*/

@media screen and (max-width: 1000px) {
  .Page {
    height: auto;
  }

  .logo,
  .currentTime {
    display: none;
  }
  .BigTitle {
    font-size: 22px;
  }

  .navWrap {
    width: auto;
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 15px 20px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }

  .navWrap li {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    padding: 0 2px;
    background: rgba(46, 158, 255, 0.3);
  }
  .navWrap li a {
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
  }
  .navWrap li.cur {
    background: #2e9eff;
  }
  .navWrap li.cur a {
    font-weight: normal;
  }
  .BoxBorder {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 15px;
    height: auto;
    padding: 10px 0;
  }

  .el-carousel,
  .Part_content_top,
  .Paint_content_top,
  .Elect_content_top,
  .Spray_content_top {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto !important;
    height: auto;
  }
  .el-carousel {
    margin: 5px !important;
  }

  .el-carousel__container {
    height: 115px !important;
  }
  .Elect_content_top .el-carousel__container,
  .Spray_content_top .el-carousel__container {
    height: 168px !important;
  }
  .Part_content_top,
  .Paint_content_top,
  .Elect_content_top,
  .Spray_content_top {
    padding: 0;
    margin: 15px !important;
    border: 1px solid #2383c9;
    background: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .videoBox {
    width: auto;
    border: 0;
    margin: auto;
  }
  .title,
  .tabBox {
    font-size: 16px;
  }
  .nr_top .bt {
    font-size: 13px;
  }

  .sprayPressureList li {
    font-size: 14px;
  }

  .gressRatio_ul .Disposable .text {
    margin-left: 10px;
  }
  .Part_right_content .sprayPressureList {
    margin: 5px 20px 0;
  }
  .gressList li {
    font-size: 13px;
  }
  .assembly_line_nr,
  .assembly_line_nr .LineRihgt {
    flex-wrap: wrap;
    padding: 0;
  }
  .assembly_line_nr > div {
    width: 100% !important;
    margin: 5px 20px 0 !important;
  }
  .assembly_line_nr .LineLeft li {
    font-size: 13px;
  }

  .assembly_line_nr .LineRihgt .list {
    width: 50%;
    margin-top: 15px;
  }

  .sprayPressureList {
    margin: 5px 20px 0;
  }
  .sprayPressureList li {
    width: 100%;
  }
  .sprayPressureList li:nth-child(2n) > div.num > div,
  .sprayPressureList li:nth-child(2n-1) > div.last > div {
    padding: 0;
  }
  .spray_L_foot li .bt {
    font-size: 13px;
  }
  .spray_L_top {
    width: 100%;
  }

  .Ceiling {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    z-index: 100;
    border-radius: 0;
    background: #01315b;
  }
}
/*#endregion#*/
