body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
/* .about .bg-solution {
  background: url('/image/bg-4.png') no-repeat !important;
  background-size: cover !important;
} */
.about .bg {
  width: 100%;
  /*height: 2.6094rem;*/
  min-height: 280px;
  /* background: url('/image/bg.png') no-repeat;
  background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .bg .bg-title {
  text-align: center;
}
.about .bg .bg-title div:first-child {
  font-size: 28px;
  color: #fff;
  margin-bottom: 19px;
}
.about .bg .bg-title div:last-child {
  font-size: 14px;
  color: #aaaaaa;
}
.about .about-main {
  width: 100%;
  padding: 30px 0 20px 0;
  display: flex;
  justify-content: center;
}
.about .about-main .about-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
.about .about-main .about-content .about-left {

}
.about .about-main .about-content .about-left .about-item {
  width: 250px;
	background-color: #ffffff;
	border-left: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
	border-top: solid 1px #ededed;
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}
.about .about-main .about-content .about-left .about-item .about-item-title {
  width: 250px;
	min-height: 48px;
	background-color: #fff;
  padding: 0 8px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-main .about-content .about-left .about-item .about-item-title div {
  margin-right: 10px;
}
.about .about-main .about-content .about-left .about-item .about-item-titleActive {
  background-color: #e1472f;
  color: #fff;
} 
.about-right-nav .list .list-item .about-item-titleActive {
  background-color: #e1472f;
  color: #fff;
} 
.about-right-nav .list .list-item .about-item-titleActive {
    color: #fff !important;
}
.about-right-nav .list .list-item ul li .childActive {
    color: #e1472f;
}
.about .about-main .about-content .about-left .about-item ul{
  list-style: none;
  padding: 15px 8px;
  margin: 0;
  
}
.about .about-main .about-content .about-left .about-item ul li{
  margin-bottom: 23px;
}
.about .about-main .about-content .about-left .about-item ul li a {
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: none;
}
.about .about-main .about-content .about-left .about-item ul li .childActive {
  color: #e1472f;
}
.about .about-main .about-content .about-left .about-item ul li:last-child {
  margin-bottom: 0;
}
.about .about-main .about-content .about-right {
  width: 80%;
  margin-left: 0.1563rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.03);
  /* padding: 0.2344rem 15px 0.5208rem 15px; */
  border-radius: 6px;
  min-height: 200px;
}
.about .about-main .about-content .about-right .about-right-nav {
  margin-bottom: 20px;
  display: none;
}
/* 产品导航 */
.about-right-nav {
  position: relative;
}
.about-right-nav .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.about-right-nav .input .input-title {
  font-size: 24px;
}
.about-right-nav .list {
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
}
.about-right-nav .list .list-item {
  font-size: 16px;
  
}
.about-right-nav .list .list-item .list-item-left:hover {
  color: #e1472f;
}
.about-right-nav .list .list-item .list-item-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
.about-right-nav .list .list-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-right-nav .list .list-item ul li a{
  display: block;
  padding: 10px 20px;
}
.about-right-nav .list .list-item ul li a{
  color: #333;
  text-decoration: none;
}
.about-right-nav .list .list-item ul li a:hover{
  color: #e1472f;
}
/* 产品导航 */
.about .about-main .about-content .about-right .about-right-nav .el-cascader {
  width: 100%;
}
.about .about-main .about-content .about-right .about-title {
  padding: 0 0 0.1354rem 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.about .about-main .about-content .about-right .about-title .about-title-time {
  font-weight: normal;
  font-size: 12px;
  color: #666672;
  margin-top: 30px;
}
.about .about-main .about-content .about-right .about-text {
  /* margin-top: 0.3125rem; */
  width: 100%;
  box-sizing: border-box;
  
}
.about .about-main .about-content .about-right .about-title .detail-next {
    right: 0;
}
.about .about-main .about-content .about-right .about-title .detail-pre {
    left: 0;
}
.about .about-main .about-content .about-right .about-title .detail-next,.detail-pre i {
    font-size: 24px;
    color: #fff;
}
.about .about-main .about-content .about-right .about-title .detail-next,.detail-pre{
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.about .about-main .about-content .about-right .about-text .about-content {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.about .about-main .about-content .about-right .about-text .about-content img {
    max-width: 100%;
}
/* staff */
@media (max-width: 635px) {
  .staff {
    justify-content: space-evenly !important;
  }
  .staff .staff-main {
    width: 45% !important;
    margin-right: 0 !important;
  }
  .staff .staff-main div {
    font-size: 14px !important;
  }
}
@media (max-width: 860px) {
  .about .about-main .about-content .about-left {
    display: none;
  }
  .about .about-main .about-content .about-right {
    width: 100%;
  }
  .about .about-main .about-content .about-right .about-right-nav {
    display: block;
  }
  .about .bg {
      background-size: contain;
  }
}
@media (max-width: 500px) {
  .staff {
    justify-content: space-evenly !important;
  }
  .staff .staff-main {
    width: 100% !important;
  }
}
.staff .imgstyle {
    position: relative;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    border: 2px solid #dde1e9;
    height: 228px;
    
}
.staff .imgstyle .img {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url(../../assets/default.2cc2d3d1.jpg) no-repeat 50%/cover;
    transition: transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    background-position: center center;
    background-size: contain;
}
.staff {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  width: 100%;
}
.staff .collections-main {
  border: 0 !important;
  box-shadow: none !important;
}
.staff .collections-main img {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border: solid 8px #ffffff;
  box-sizing: border-box;
}
.staff .staff-main {
  width: 32%;
  margin-bottom: 20px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  border: solid 8px #ffffff;
  box-sizing: border-box;
  margin-right: 2%;
}
.staff .staff-main:nth-child(3n)  {
    margin-right: 0 !important;
}
.staff .staff-main img {
  width: 100%;
}
.staff .staff-main div {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 23px 27px;
  
  box-sizing: border-box;
}
/* staff */
.about .about-main .content {
  width: 6.25rem;
}
.about .about-main .content .about-border {
  border-bottom: 1px solid #cfd0d0;
}
.about .about-main .content .about-nav {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding: 0.099rem 0 0.3594rem 0;
}
.about .about-main .content .about-nav .item {
  margin: 0 0.4036rem 5px;
  font-size: 0.0781rem;
  color: #333333;
  cursor: pointer;
}
.about .about-main .content .about-nav .itemActive {
  color: red;
  font-weight: 600;
  font-size: 14px;
}
.about .about-main .content .tabbar {
  width: 100%;
  /*margin-top: 0.2552rem;*/
}
.about .about-main .content .tabbar .tabbar-1 {
  width: 100%;
  margin: 20px 0 20px 0;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}
.about .about-main .content .tabbar .tabbar-1  img {
  max-width: 100%;
}
.about .about-main .content .tabbar .tabbar-1 .mg-t {
  /*margin-top: 0.3542rem;*/
}
.about .about-main .content .tabbar .tabbar-1 .border-line {
  border-top: 1px solid #cfd0d0;
  padding-top: 30px;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tabbar-1-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  /*margin-bottom: 0.2969rem;*/
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap .btn:first-child {
  margin-right: 0.1042rem;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap .btn {
  padding: 0.0938rem 0.1823rem;
  font-size: 0.0781rem;
  color: #333333;
  background-color: #fff;
  border: solid 1px #333333;
  cursor: pointer;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap .btnActive {
  color: #fff;
  background-color: #cfa167;
  border: solid 1px #cfa167;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main {
  width: 100%;
  margin-top: 0.1563rem;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap-img {
  width: 100%;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap-img img {
  width: 100%;
}
.title{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: left;
  color: #aaaaaa;
}
.title div {
  width: 6.25rem;
  margin: 0 auto;
}
.title a{
  text-decoration: none;
  color: #aaaaaa;
}
table{
  margin: 0 auto;
  margin-top: 50px;
 }
 table tr td{
  width: 20px;
  height: 20px;
  border: 1px solid black;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  }
  .btn{
   border: 1px solid black;
  }
  .pink{
   border: 1px solid red !important;
  }
  @media (max-width:860px) {
    .content {
      width: 100% !important;
    }
    .about-right-nav .input .input-title {
      font-size: 18px;
    }
    .title div {
        width: 100%;
        margin: 0;
        padding-left: 10px;
    }
  }