body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
/* .about .bg-solution {
  background: url('/static/images/bg-4.png') no-repeat !important;
  background-size: cover !important;
} */

.about-phone {
    display: none;
}
.abg {
    background: url('/static/images/bg.png') no-repeat !important;
    background-size: cover; 
    
}
.about {
    margin-top:84px;
}
.about .bg {
  width: 100%;
  height: 2.6094rem;
  /*min-height: 280px;*/
  background: url('/static/images/bg.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: 0 0 40px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
#addr {
    color: #004ea2;
    background: url(/static/images/addr.jpg) no-repeat left top;
    background-size: contain;
    padding-left: 30px;
    font-weight: normal;
    font-size: 14px;
}
#addr a {
    color: #004ea2;
}
#addr a:last-child {
    color: #83b72e;
}
.about .about-main .content {
  width: 1140px;
}
.about .about-main .content-padd {
  padding: 20px 0;
}
/*.about .about-main .content-padd img {*/
/*    width: 94% !important;*/
/*}*/
.about .about-main .content .about-border {
  border-bottom: 1px solid #cfd0d0;
}
.about .about-main .content .about-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0.099rem 0 0.1594rem 0;
}
.about .about-main .content .about-nav .item {
  /*margin: 0.1667rem 0.4036rem 0;*/
  min-width: 141px;
  height: 49px;
  line-height: 49px;
  margin: 5px 5px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 0.0781rem;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  padding: 0px 10px;
    box-sizing: border-box;
    margin-left: 0;
}
.about .about-main .content .about-nav .itemActive {
  color: #fff !important;
  background: #00468e;
}
.about .about-main .content .tabbar {
  width: 100%;
  /*margin-top: 0.2552rem;*/
}
.about .about-main .content .tabbar .tabbar-1 {
    width: 100%;
    padding: 10px 0 30px;
    box-sizing: border-box;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-img {
  width: 100%;
  margin: 0.3542rem 0 0.3385rem 0;
}
.about .about-main .content .tabbar .tabbar-1  img {
  max-width: 100%;
  object-fit: cover;
}
.about .about-main .content .tabbar .tabbar-1  video {
  max-width: 100%;
  /*height: auto;*/
}
.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 {
  display: flex;
  flex-wrap: wrap;
}
.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;
  margin-right: 0.1042rem;
  margin-bottom: 0.1667rem;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap .btnActive {
  color: #fff;
  background-color: #00468e;
  border: solid 1px #00468e;
}
.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 .tap3-img {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img div {
  margin-bottom: 20px;
  font-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .bimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 199px;
  /*border: 2px solid  #ccc;*/
  box-sizing: border-box;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .tap-img-shu {
    width: calc(24% - 40px);
    /*height: 240px;*/
    margin-right: 1%;
    padding: 0 20px;
    padding-top: 10px;
    box-shadow: 0px 0px 10px 0px rgb(83 83 83 / 20%);
    border-radius: 6px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .tap-img-shu:hover {
    box-shadow: 0px 0px 10px 0px rgb(83 83 83 / 40%);
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .tap-img-shu:nth-child(4n) {
    margin-right: 0;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img div img {
  width: 1.6rem;
  padding: 10px;
}
.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: 1.8rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1042rem;
  padding: 5px;
  box-shadow: 2px 4px 5px #e0dfdf;
}
.about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap-img img:nth-child(3n) {
  margin-right: 0;
}
.aboutUs {
    width: 100%;
}
.aboutUs-item {
    width: 100%;
    padding: 40px 50px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.aboutUs-item .aboutUs-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}
.aboutUs-item .aboutUs-item-line {
    width: 80px;
	height: 2px;
	background-color: #cfa167;
	margin: 22px 0;
}
.aboutUs-item .aboutUs-item-text {
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.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-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 .about-main .about-right-nav {
    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%;
    object-fit: cover;
}
@media (max-width:860px) {
    /*p {*/
    /*    text-indent: 0 !important;*/
    /*}*/
    .about .about-main .about-content .about-right {
    width: 100%;
  }
  .about .about-main .about-right .about-right-nav {
    display: none;
  }
  .about-right-nav .input .input-title {
      font-size: 18px;
    }
    .no-nav {
        display: none !important;
    }
    .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap {
        display: flex;
    }
    .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .tap-img-shu {
        width: calc(48% - 40px);
        margin-right: 0;
    }
    .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .tap-img-shu:nth-child(2n-1) {
        margin-right: 4%;
    }
    .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img .bimg {
        height: 130px;
    }
    .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap-main .tap3-img div {
        font-size: 12px;
    }
    .about .about-main .content .tabbar .tabbar-1  video {
      height: 243px;
    }
}
.no-nav2 {
    display: none !important;
}
.partner {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}
.partner a {
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(83 83 83 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    transition: all .4s ease-in-out;
    margin-right: 15px;
    cursor: pointer;
}
.partner a:hover {
    box-shadow: 0px 0px 15px 0px rgb(83 83 83 / 40%);
}
.partner a:hover img {
    animation: ani 1s linear 0s;
}
@keyframes ani {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.partner img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.cont {
    padding: 0 5px;
}
@media(max-width:768px){
    .about .about-main {
      padding: 0.3594rem 0 0.7813rem 0;
    }
    #addr {
        display: none;
    }
    .no-nav2 {
        display: flex !important;
    }
    .about .about-main .content .about-nav {
        margin: 5px 5px !important;
    }
    .partner a {
        width: calc(50% - 15px);
        height: 91px;
    }
}
@media (max-width: 590px) {
    .aboutUs-item {
        padding: 25px 20px;
    }
  .tap3-img {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .tap3-img .tap-img-shu {
    width: 100%;
  }
  .tap3-img .tap-img-shu img {
    width: 60% !important;
  }
  .tap-img img {
    width: 42% !important;
  }
  .tap-img img:nth-child(2n) {
    margin-right: 0 !important;
  }
  .tap-img img:nth-child(2n-1) {
    margin-right: 0.1rem !important;
  }
  .about .about-main .content .about-nav .item {
        min-width: 104px !important;
        height: 30px !important;
        line-height: 30px !important;
        /*margin: 5px 5px !important;*/
        border: 1px solid #cccccc !important;
        text-align: center !important;
        color: #333333 !important;
        font-size: 12px !important;
        cursor: pointer !important;
  }
  .about .about-main .content .about-nav .itemActive {
      color: #fff !important;
  }
  .about .about-main2 {
      padding: 0 0.3rem !important;
  }
  .about .about-main .content {
      width: 100% !important;
      font-size: 14px !important;
      /*padding: 0 20px;*/
  }
  .about-phone {
      display: block !important;
      padding: 0 10px;
      box-sizing: border-box;
  }
  .about-phone .collapses {
      width: 100%;
      display: flex;
      align-items: center;
      box-sizing: border-box;
  }
  .about-phone .collapses a{
      font-size: 14px;
      width: 100%;
      height: 100%;
      padding: 10px 10px;
      background: #ececec;
      border-bottom: 1px solid #e6e6e6;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .about-phone .collapses a{
      
  }
  .tap {
      padding: 0 10px;
  }
  .about .about-main .content .tabbar .tabbar-1 .tabbar-1-content .tap .btn {
      border: none !important;
  }
  .no-nav {
      display: none!important;
  }
}