.ban-swiper {
  height: auto;
  overflow: hidden;
  position: relative;
}
.ban-swiper .swiper-btn{
  position: absolute;

  top:50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 99;
  width: 40px;
  height: 60px;
}

.ban-swiper .swiper-btn.ban-left{
  left:10px;
}
.ban-swiper .swiper-btn.ban-right{
  right: 10px;
}
.ban-swiper .ban-box{
  background: linear-gradient(225deg, #0000 7%, #fff 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46%;
  box-sizing: border-box;
  padding: 45px 40px 30px 40px;
}
.ban-swiper .ban-box p {
  color: #4A4A4A;
  font-size: 16px;
}
.ban-swiper .ban-box .ban-txt { 
  color: #000;
  font-size: 22px;
  font-weight: bolder;
}
.ban-swiper .ban-box .ban-txt img{
  width: 50px;
  height: auto;
}
.ban-swiper video {
  object-fit: fill
}
.ban-swiper .swiper-pagination{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46%;
    box-sizing: border-box;
  padding: 0 0 0 40px;
  text-align: left;
}
.ban-swiper .swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  display: inline-block;
  border-radius: 1px;
  background: #F1F1F1;
  opacity: 1;
  transition: all 0.6s;
  margin: 0 4px 0 0;
}

.ban-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 48px;
  height: 2px;
  background: #7B8083;
  border-radius: 1px;

}
.ban-swiper .ban-stage {
  position: absolute;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    left: 50%;
    transform: translateX(-15px);
    z-index: 36;
    height: 0
    px;
}
.ban-swiper .ban-stage .ban-stage-indicator { 
  position: relative;
}
.ban-swiper .ban-stage .ban-stage-chevron-1:after {
    animation: arrow 3s ease-in-out infinite;
    animation-delay: .25s;
    bottom: 50px;
    left: 50%;
    position: absolute;
    z-index: 36
}

.ban-swiper .ban-stage .ban-stage-chevron-1:after,.ban-swiper .ban-stage .ban-stage-chevron-2:after {
   content: '';
    display: inline-block;
    background: url('../images/i28-1.png') no-repeat center center;
    background-size: 100% 100%;
    width: 50px;
    height: 30px;
}

.ban-swiper .ban-stage .ban-stage-chevron-2:after {
    content: '';
    animation: arrow 3s ease-in-out infinite;
    animation-delay: .5s;
    bottom: 30px;
    left: 50%;
    position: absolute;
    z-index: 36
}


@media (max-width: 1440px) {
  .ban-swiper {
    height: auto;
    overflow: hidden;
  }

}
@media (max-width: 1400px) {
  .ban-swiper {
    height: auto;
    overflow: hidden;
  }

}


@media (max-width: 767px) {
  .ban-swiper {
    height: auto;
    overflow: hidden;
  }
  .ban-swiper .ban-box{
    width: 90%;
    box-sizing: border-box;
    padding: 10px 20px;
  }

  .ban-swiper .ban-box .ban-txt {
    color: #000;
    font-size: 16px;
    font-weight: bolder;
}
.ban-swiper .ban-box p{
  font-size: 14px;
}
.ban-swiper .ban-box .ban-txt div{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}
  .ban-swiper .ban-box .ban-txt img{
    width: 25px;
  }
  .ban-swiper .swiper-pagination{
    display: none;
  }
.ban-swiper .swiper-btn {
  
    width: 25px;
    height: 30px;
}
.ban-swiper .ban-stage{
  display: none;
}
.ban-swiper .ban-stage .ban-stage-chevron-1:after{
  bottom: 15px;
}
.ban-swiper .ban-stage .ban-stage-chevron-2:after{
  bottom: 5px;
}
.ban-swiper .ban-stage .ban-stage-chevron-1:after, .ban-swiper .ban-stage .ban-stage-chevron-2:after{
      content: '';
    display: inline-block;
    background: url(../images/i28-1.png) no-repeat center center;
    background-size: 100% 100%;
    width: 30px;
    height: 15px;
}
}

@keyframes arrow {
    0% {
        opacity: .25;
        transform: scale(.75)
    }

    25% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: .25;
        transform: scale(.75)
    }
}
.index-sec1 {
  border-bottom: 10px #f3f3f3 solid;
}

.index-sec1 .ul1 li {
  float: left;
  width: 20%;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  transition: all 0.6s;
  position: relative;
  z-index: 33;
  word-break: break-all;
  box-sizing: border-box;
}

.index-sec1 .ul1 li:hover {
  box-shadow: 3px 0px 5px rgb(0 0 0 / 10%);
  transform: translateY(-20px);
}

.index-sec1 .ul1 li a {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
}

.index-sec1 .ul1 li img {
  transition: all 0.6s;
  display: block;
  margin-right: 10px;
}

.index-sec1 .ul1 li:hover img {
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .index-sec1 .ul1 li {
    float: left;
    width: 100%;
    background: #fff;
    border-right: none;
    transition: all 0.6s;
    position: relative;
    z-index: 33;
    word-break: break-all;
    box-sizing: border-box;
  }

  .index-sec1 .ul1 li div {
    flex: 1;
  }
}

.index-sec1 .ul1 li h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-weight: normal;
}

.index-sec1 .ul1 li p {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.index-about {
  padding: 60px 0;
  background: #F1F1F1;
}
.index-about .about-box{
  background: url('../images/bg1.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding: 30px;
  box-sizing: border-box;
}
.index-about .about-box .about-img {
  width: 35%;
  margin-right: 60px;
  position: relative;
  height: 540px;
}
.index-about .about-box .about-img .img-1{
  width: 67%;
}
.index-about .about-box .about-img .img-2{
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-about .about-box .about-img .img-txt{
background-color: #333;
color: #fff;
border: 20px solid #fff;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
box-sizing: border-box;
padding: 15px;
}

/* 添加动画到 .text-left div */
.index-about .about-box .about-img .img-txt .text-left{
    width: 35px;
}
.index-about .about-box .about-img .img-txt .text-left div {
  background-color: #fff;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  /* 添加动画属性 */
  animation: lengthChange 2s infinite alternate;
}

/* 第一个div的动画延迟 */
.index-about .about-box .about-img .img-txt .text-left div:nth-child(1) {
  width: 20%;
  animation-delay: 1s;
}

/* 第二个div的动画延迟 */
.index-about .about-box .about-img .img-txt .text-left div:nth-child(2) {
  margin: 10px 0;
  width: 50%;
  animation-delay: 2s;
}

/* 第三个div的动画延迟 */
.index-about .about-box .about-img .img-txt .text-left div:nth-child(3) {
  animation-delay: 3s;
}

/* 定义长度变化动画 */
@keyframes lengthChange {
  0% {
    width: 20%;
    opacity: 0.6;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 50%;
    opacity: 0.6;
  }
}
 .index-about .about-box .about-img .img-txt .text-num{
  font-size: 34px;
  margin:0 10px;
 }

.index-about .about-box .about-right h1 {
  font-size: 32px;
  color: #1B1B1B;
}

.index-about .about-box .about-right .about-tit {
  font-size: 22px;
  color:#000;
  padding: 20px 0;
  font-weight: 600;
}
.index-about .about-box .about-right .about-inline{
  background-color: #142A50;
  height: 40px;
  width: 2px;
  margin: 20px 0 40px 0;
}
.index-about .about-box .about-right .about-dec {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.index-about .about-box .about-right p {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
}

.index-about .about-box .about-right .about-more {
  border: 4px #000000 solid;
  position: relative;
  display: block;
  height: 60px;
  width: 260px;
  line-height: 60px;
  font-size: 18px;
  margin-top: 50px;
  overflow: hidden;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 333;
  transition: all 0.36s;
  margin-left: 0;


}

.about-more:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more:hover {
  color: #fff;
}

.about-more:hover:before {
  border-width: 180px 0 0 180px
}

.about-more:hover:after {
  border-width: 0 180px 180px 0
}

.about-more:hover span:before {
  border-width: 0 0 180px 180px
}

.about-more:hover span:after {
  border-width: 180px 180px 0 0
}

@media (max-width: 767px) {
  .index-about {
    padding: 5% 0;
  }
 .index-about .about-box {
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
  
}
.index-about .about-box .about-img{
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
 .index-about .about-box .about-img .img-1 {
    width: 100%;
}
 .index-about .about-box .about-img .img-2{
  width: 60%;
 }
.index-about .about-box .about-img .img-txt{
  width: 90%;
}
  .index-about .about-box .about-right {
    padding: 0 2%;
  }
.index-about .about-box .about-right .about-inline {

    height: 30px;
    width: 2px;
    margin:10px 0 20px 0;
}
  .index-about .about-box .about-right h1 {
    font-size: 28px;
   
  }

  .index-about .about-box .about-right .about-tit {
    font-size: 22px;
    padding: 20px 0;
    font-weight: 600;
  }

  .index-about .about-box .about-right .about-dec {
    font-size: 16px;
  
    margin-bottom: 10px;
  }

  .index-about .about-box .about-right p {
    font-size: 14px;
    line-height: 24px;

  }

  .index-about .about-box .about-right .about-more {
    border: 4px #000 solid;
    position: relative;
    display: block;
    height: 60px;
    width: 260px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 50px;
    overflow: hidden;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 333;
    transition: all 0.36s;
    margin-left: 0;

  }
}

.index-product {
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: 40px 0;
}

.index-product h1 {
  color: #fff;
  font-size: 32px;
  padding: 15px 0;
}

.index-product .txt {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bolder;
}

.index-product .product-item {
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  transform: scale(1);
}
.index-product .product-item:hover {
  transform: scale(1.1);
}

.index-product .product-item .product-img {
  overflow: hidden;
  width: 100%;
  height: 260px;

}

.index-product .product-item .product-img img {
  transition: all 0.6s;
}

.index-product .product-item .product-img:hover img {
  transform: scale(1.1);
}

.product-txt {
  background-color: #333;
  color: #fff;
  line-height: 50px;
  text-align: center;
  transition: all 0.6s;

}
.index-product .product-item:hover .product-txt{
  transform: translateY(-20%);
}
.index-product .swiper-inline {
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .index-product {
    padding: 30px 4%;
  }

  .index-product .swiper-inline {
    display: none;
  }
}

.index-product .line {
  width: 800px;
  height: 1px;
  background-color: #151515;
  margin-right: 30px;
}

.index-product .swiper-btn {
  width: 50px;
  height: 50px;
  font-size: 23px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #323233;
  border-radius: 50px;
  margin: 0 5px 0 15px;
}

.index-advantage {
  text-align: center;
  padding: 40px 0;
}

.index-advantage h1 {
  font-size: 32px;
  padding: 15px 0;
  color: #1B1B1B;
}

.index-advantage .txt {
  font-size: 22px;
  color: #1B1B1B;
  margin-bottom: 20px;
    font-weight: bolder;
}


.index-advantage ul {

  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.index-advantage ul li {
  position: relative;
  height: 300px;

  overflow: hidden;
 
 

}

  .index-advantage ul li a { 
    display: block;
    text-decoration: none;
   position: relative;
       width: 100%;
    height: 100%;
  }
  .index-advantage ul li a .cover { 
     background-size: cover;
  background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
    top: 0;
    left: 0;
  }
  .index-advantage ul li a .cover:hover { 
    transform: scale(1.1);
  }

.index-advantage ul li:nth-child(1) {
   width: 25%;

}
.index-advantage ul li:nth-child(2) {
  width: calc(40% - 6px);
   margin:0 3px;
}
.index-advantage ul li:nth-child(3) {

 width: 35%;
  height: 603px;       /* 保持双倍高度 */
  
}
.index-advantage ul li:nth-child(4) {
  width: 40%;
  position: relative;
  margin-top: -300px;
}
.index-advantage ul li:nth-child(5) {
 width: calc(25% - 6px);
   margin:-300px 3px 0 3px;
   position: relative;
 
}
.index-advantage li .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
   box-sizing: border-box;
   padding: 15px;
   background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.index-advantage li .overlay .time {
  font-size: 14px;
  color: #fff;
 
}

.index-advantage li .overlay .text-box {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
 box-sizing: border-box;

  

}
.index-advantage li .overlay .text-box .text{
  width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;

}
.index-advantage li .overlay .text-box img{
  width: 20px;
}
@media (max-width: 767px) {
  .index-advantage {
    text-align: center;
    padding: 20px 2%;
  }

 .index-advantage ul li {
    position: relative;
    height: 200px;
    overflow: hidden;
    width: 100%!important;
    margin:0 0 5px 0!important;
}
  .index-advantage ul li:nth-child(3){
     height: 200px;
  }
}

.index-news {
  text-align: center;
  padding: 40px 0;
}

.index-news h1 {
  font-size: 32px;
  padding: 15px 0;
  color: #1B1B1B;
}

.index-news .txt {
  font-size: 22px;
  color: #1B1B1B;
  margin-bottom: 20px;
    font-weight: bolder;
}

.index-news .new-list {
   display: block;
  position: relative;
  padding-top: 20px;
}
.index-news .new-list::after{
    content: '';
    display: block;
    clear: both;
}

.index-news .wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
.index-news .new-list .new-item {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  padding:15px;

}
.index-news .new-list .new-item .img{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.index-news .new-list .new-item .img img {
  display: block;
  max-width: none;
  transition: all 0.6s;
  width:100%;
}

.index-news .new-list .new-item:hover .img img {
  transform: scale(1.1);
}

.index-news .new-list .new-item .new-content {
  padding-top: 20px;

  
}

.index-news .new-list .new-item .time {
  font-size: 14px;
  color: #3E3E3E;

}
.index-news .new-list .new-item .user img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
  
}
.index-news .new-list .new-item p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0;
}

.index-news .new-list .new-item .div1 {
margin-top: 20px;
}

.index-news .new-list .new-item .div1 .btn {
  display: block;
 font-size: 14px;
  background: #595959;
  color: #fff;
  padding: 8px 15px;
  transform: all 0.36s;
}
.index-news .new-list .new-item .div1 .btn:hover {
  background: #000;
}
.index-news .new-list .new-item .div1 img {
  width: 20px;
}


.index-news .btn-3 {
  border: 1px solid currentColor;
  position: relative;
  display: block;
  border: 5px solid #000;
  height: 50px;
  width: 200px;
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  z-index: 33;
  transition: all 0.36s;
  margin-left: auto;
  margin-right: auto;
}

.index-news .btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent transparent #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3:hover {
  color: #fff;
}

.index-news .btn-3:hover:before {
  border-width: 180px 0 0 180px
}

.index-news .btn-3:hover:after {
  border-width: 0 180px 180px 0
}

.index-news .btn-3:hover span:before {
  border-width: 0 0 180px 180px
}

.index-news .btn-3:hover span:after {
  border-width: 180px 180px 0 0
}

@media (max-width: 767px) {
  .index-news {
    padding: 20px 2%;
  }

 .index-news .wall-column {
    width: 50%;
    padding: 0 5px;
}
}


/*内页banner*/
.pbanner {
  position: relative;
  overflow: hidden;
}

.pbanner figure {
  display: block;
  line-height: 0;
  overflow: hidden;
  height: 688px;
}

.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  position: relative;
}

.pcomm {
  position: absolute;
  left: 50%;
transform: translateX(-50%);
  top: 50%;
  text-align: center;
  margin-top: -150px;
  z-index: 20;
}

.pcomm small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}

.pcomm strong {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.ph3 {
  margin: auto;
  display: inline-block;
  width: 30px;
  padding: 45px 42px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: content-box;
}

.pbanner span {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.36);
  background: #fff\9;
  filter: alpha(opacity=36);
}

.pbanner span.line1 {
  width: 100%;
  height: 10px;
  left: 0;
  top: -10px;
}

.pbanner span.line3 {
  width: 100%;
  height: 10px;
  right: 0;
  bottom: -16px;
}

.pbanner span.line2 {
  width: 10px;
  height: 214px;
  right: 0;
  top: 0;
}

.pbanner span.line4 {
  width: 10px;
  height: 214px;
  left: 0;
  bottom: 0px;
  top: 0;
}

.pbanner span.line2 {
  height: 240px;
}

.ph4 span.line4 {
  height: 240px;
}

.ph3 strong {
  display: block;
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pbanner {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    height: 156px;
}
.pcomm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  text-align: center;
  margin-top: -60px;
  z-index: 20;
}
.ph3 {
  margin: auto;
  display: inline-block;
  width: 30px;
  padding:5px 8px;
  position: relative;
  margin-bottom: 20px;
  box-sizing: content-box;
}
.ph3 strong {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
.pbanner span.line1 {
  width: 100%;
  height: 5px;
  left: 0;
  top: -5px;
}

.pbanner span.line3 {
  width: 100%;
  height: 5px;
  right: 0;
  bottom: -11px;
}

.pbanner span.line2 {
  width: 5px;
  height: 214px;
  right: 0;
  top: 0;
}

.pbanner span.line4 {
  width: 5px;
  height: 214px;
  left: 0;
  bottom: 0px;
  top: 0;
}

.pbanner span.line2 {
  height: 92px;
}

.ph4 span.line4 {
  height: 92px;
}
.pcomm small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}
}
.pcomm.article-block small {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transition: 0.54s 0s;
}

.pcomm.articleShow small {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.pcomm.article-block strong {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transition: 0.5s;
}

.pcomm.articleShow strong {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.pcomm.article-block .ph3 span.line1,
.pcomm.article-block .ph3 span.line3 {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: 0.26s 0.1s;
  transform-origin: 0 top;
}

.pcomm.article-block .ph3 span.line3 {
  transition: 0.26s 0.8s;
  transform-origin: right top;
}

.pcomm.articleShow .ph3 span.line1,
.pcomm.articleShow .ph3 span.line3 {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line2,
.pcomm.article-block .ph3 span.line4 {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleX(0);
  transition: 0.45s 0.36s;
  transform-origin: 0 top;
}

.pcomm.articleShow .ph3 span.line2,
.pcomm.articleShow .ph3 span.line4 {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line4 {
  transform-origin: 0 bottom;
  transition: 0.45s 1s;
}

.pbanner figure.article-block {
  opacity: 0.4;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: 1s ease-in-out;
}

.pbanner figure.articleShow {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.about-1{
  position: relative;
  background: url(../images/about/p20.jpg) no-repeat top center;
  background-size: 100%;
  height: 800px;
  margin-bottom: 100px;
}
.about-1 .about-tit{
  width: 400px;
  padding: 80px 0;
}
.about-1 .about-bg{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 60px 0 30px 0;
transform: translateY(0);
transition: all 0.6s;
position: absolute;
bottom: 0;
left: 0;
}
.about-1:hover .about-bg{
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(10%);
}
.about-1 .about-bg p{
font-size: 14px;
color: #fff;
line-height: 24px;

  
}
.about-1:hover .about-bg p{
  opacity: 1;
}
.about-1 .about-tag{
  margin-top: 50px;
}
.about-1 .about-tag .tag-item{
  width: 220px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 14px;
  height: 230px;
  margin: 0 10px;
  transition: all 160ms;
  overflow: hidden;

}
.about-1 .about-tag .tag-item .tag-img{
  text-align: center;
  margin-bottom: 10px;
}
.about-1 .about-tag .tag-item .tag-img img{
  width: 80px;
  height: 80px;
  -webkit-transition: all 160ms;
  transition: all 160ms;
}
.about-1 .about-tag .tag-item:hover .tag-img img{
  width: 40px;
  height: 40px;
}
.about-1 .about-tag .tag-item .tag-img .tag-txt{
  font-size: 18px;
  color: #2B3E4B;
}
.about-1 .about-tag .tag-item:hover .tag-img .tag-txt{
  font-size: 16px;
}
.about-1 .about-tag .tag-item .tag-contect{
  color: #A5A5A5;
  font-size: 14px;
  line-height: 24px;
  height: 100px;
  overflow: hidden;
}
.about-1 .about-tag .tag-item:hover .tag-contect{
  height: auto;
}
.about-title{
  text-align: center;

}
@media (max-width: 767px) {
  .about-1{
    position: relative;
  
    background-size: cover;
    margin-top: 50px;
    margin-bottom:10px;
    padding:0;
  }
  .about-1 .about-tit{
    width: 30%;
    display: none;
 

  }
  .about-1 .about-bg{
    width: 96%;
    background-color: rgba(0, 0, 0,0.8);
    padding:10px 2%;
  transform: translateY(0);
  transition: all 0.6s;
  }
  .about-1:hover .about-bg{
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(0);
  }
  .about-1 .about-bg p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: 1;
      
    }
    .about-1 .about-tag{
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .about-1 .about-tag .tag-item{
      width: 40%;
      background-color: #fff;
      border-radius: 10px;
      padding: 20px 2%;
      height: 230px;
      margin: 10px 10px;
    
    }
    .about-1 .about-tag .tag-item .tag-img img {
      width: 60px;
      height: 60px;
  }
}
.about-title h1{
  font-size: 32px;
  color: #1B1B1B;
}
.about-title div{
  color: #1B1B1B;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-title h1{
    font-size: 18px;

  }
  .about-title div{

    font-size: 14px;
    text-transform: uppercase;
  
  }
}
.about-silde{
position: relative;
padding: 20px 0;
}
.about-silde .silde-img{
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.about-silde .silde-img img{
  transition: all 0.6s;
}
.about-silde .silde-img:hover img{
  transform: scale(1.1);
}
.about-silde .silde-contect{
  background-color: #f9f9f9;
}
.about-silde .silde-contect .side-title{
  padding:15px;
  color: #253745;
  font-size: 18px;
  border-bottom: 1px #E8E8E8 solid;
}
.about-silde .silde-contect .side-title span{
  color: #323233;
}
.about-silde .silde-contect .side-dec{
  color: #9D9C9D;
  font-size: 14px;
  padding:15px 15px 40px 15px;
}
.about-btn{
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  overflow: hidden;
background-color: #323233;
color: #fff;
z-index: 99;
font-size: 22px;
}
.about-left{
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.about-right{
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  
.about-silde .silde-img {
  width: 100%;
  overflow: hidden;
  height: 405px;
}
.about-silde .silde-img img{
  width: 100%;
}
  .about-btn{
    display: none;
  }
}
.about-3,.about-6{
  margin-top: 30px;
}
.about-6 img{
  display: block;
  width: 70%;
  margin: 60px auto;

}
@media (max-width: 767px) {
.about-6 img{
  display: block;
  width: 90%;
  margin: 40px auto;

}
}
   /* ---------- 竖向左右错位时间轴核心样式 ---------- */
        .about-3 .timeline-container {
            position: relative;
            width: 100%;
            padding: 30px 0;
            margin: 60px auto;
        }

        /* 竖向主线 (位于中央) */
        .about-3 .timeline-line {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 4px;
            background: #000;
            transform: translateX(-50%);
            border-radius: 2px;
            z-index: 1;
            box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
        }

        /* 每个时间项容器 - 采用grid / flex都可，但使用块级并清除浮动 */
        .about-3 .timeline-item {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 3.5rem;
            width: 100%;
            z-index: 2;
            flex-wrap: wrap;
        }

        /* 偶数项右侧，奇数项左侧 (左右错位核心) */
        /* 奇数项: 内容靠右，圆点依旧在中间线 */
        .about-3 .timeline-item:nth-child(odd) {
            justify-content: flex-end;
        }
        /* 偶数项: 内容靠左 */
        .about-3 .timeline-item:nth-child(even) {
            justify-content: flex-start;
        }

        /* 内容主体包装器，用于控制宽度和位置 */
        .timeline-content-wrap {
            width: calc(50% - 110px);
            position: relative;
        }

        /* 奇数项右侧的内容，右边距留出空隙 */
        .about-3 .timeline-item:nth-child(odd) .timeline-content-wrap {
            margin-right: 40px;
            text-align: left;
        }

        /* 偶数项左侧的内容，左边距留出空隙 */
        .about-3 .timeline-item:nth-child(even) .timeline-content-wrap {
            margin-left: 40px;
            text-align: right;
        }

        /* 圆点（位于中轴线上） */
        .about-3 .dot {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: #1e2f3a;
            border: 3px solid white;
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(30, 47, 58, 0.2), 0 2px 8px rgba(0,0,0,0.1);
            z-index: 10;
            transition: all 0.2s ease;
        }

        /* 连接短线 (从圆点到内容区块的装饰线) */
        .about-3 .connector {
            position: absolute;
            top: 50%;
            width: 48px;
            height: 2px;
            background: #999;
            z-index: 5;
        }

        /* 奇数项(右侧)的连接线方向向左，连接圆点到右侧内容 */
        .about-3 .timeline-item:nth-child(odd) .connector {
            left: 50%;
            transform: translateY(-50%);
            margin-right: 0;  /* 圆点半径偏移微调 */
         
        }

        /* 偶数项(左侧)的连接线方向向右 */
        .about-3 .timeline-item:nth-child(even) .connector {
            left: 46.6%;
            transform: translateY(-50%);
            margin-left: 0;
          
        }

        /* 年份标签 */
        .about-3 .year {
            font-size: 32px;
            font-weight: 800;

            margin-bottom: 0.5rem;
            color: #000;
            display: inline-block;
        }

        /* 事件描述框 */
        .about-3 .event {
          
          width: 52%;
          display: inline-block;
        }

   

        /* 右侧文本右对齐优化 */
        .about-3 .timeline-item:nth-child(odd) .event {
            text-align: left;
        }

        .about-3 .timeline-item:nth-child(even) .event {
            text-align: right;
        }

        /* 修正年份在右侧时的表现 */
        .about-3 .timeline-item:nth-child(odd) .year {
            text-align: left;
            display: block;
        }
        .about-3 .timeline-item:nth-child(even) .year {
            text-align: right;
            display: block;
        }

        /* 确保内容内边距舒适 */
        .timeline-content-wrap {
            transition: all 0.2s;
        }

        /* 修正最后一个item下边距均衡 */
        .about-3 .timeline-item:last-child {
            margin-bottom: 0;
        }

  @media (max-width: 767px) {
            .about-3 .timeline-container {
            position: relative;
            width: 100%;
            padding: 15px;
            margin: 30px auto;
            box-sizing: border-box;
        }
            /* 移动端隐藏竖向中轴线，改用卡片式垂直时间轴（保留视觉舒适） */
            .about-3 .timeline-line {
                display: none;
            }
            .about-3 .timeline-item {
                justify-content: flex-start !important;
             padding-bottom: 15px;
                flex-direction: column;
                align-items: flex-start;
                padding-left: 15px;
                border-left: 3px solid #cbdbe0;
                position: relative;
                width: 80%;
              margin: 0;
            }
            /* 移动端自定义圆点改为左侧小圆点 */
            .about-3 .dot {
                position: absolute;
                left: -9px;
                top: 8px;
                transform: translate(0, 0);
                width: 14px;
                height: 14px;
                background: #1e2f3a;
                border: 2px solid white;
                box-shadow: 0 0 0 2px #e2e8f0;
            }
            .about-3 .connector {
                display: none;
            }
            .timeline-content-wrap {
                width: 100%;
                margin-left: 0 !important;
                margin-right: 0 !important;
                text-align: left !important;
            }
            .about-3 .timeline-item:nth-child(odd) .timeline-content-wrap,
            .about-3 .timeline-item:nth-child(even) .timeline-content-wrap {
                margin: 0;
                text-align: left;
                width: 80%;
                   
            }
            .about-3 .event {
                text-align: left !important;
                font-size: 14px;
                padding:5px 0;
                width: 100%;
            }
            .about-3 .year {
                font-size: 22px;
                text-align: left !important;
    
                background: none;
                color: #000;
            }
           
        }



.about-4{
  margin-top:40px;
}
.certification-img{
  overflow: hidden;
  height: 460px;

}

.certification-img img{
    width: 100%;
}
.certification-contect{
  text-align: center;
  color: #253745;
  font-size: 16px;
  margin-top: 10px;
}
.about-5{
  margin-top:40px;
}
.Album-img img{
  transition: all 0.6s;
}
.Album-img:hover img{
  transform: scale(1.1);
}
.navm-box{
  margin:30px 0;
}
.navm-box a{
  color: #737373;
cursor: pointer;
}
@media (max-width: 767px) {
  .navm-box{
  margin:15px 0;
}
}
.business{
  margin:40px 0 30px 0;
}
.business .business-left{
  width: 260px;
  position: relative;
    z-index: 9;
}
.business .business-left h2{
  color: #3E3E3E;
  font-size: 22px;
  margin-bottom: 20px;
}


.business .business-left .business-ul li > .business-tit{

  font-size: 15px;
  position: relative;
  background-color: #ededed;
  color: #333;
    cursor: pointer;
}
.business .business-left .business-ul li.on > .business-tit{
  background-color: #333;
  color: #fff;
  position: relative;

}
.business .business-left .business-ul li > .business-tit .name{
  width: calc(100% - 50px);
  padding:15px;
  box-sizing: border-box;

}
.business .business-left .business-ul li > .business-tit .icon{
  width: 50px;
  height: 100%;
  text-align: center;
  position: relative;
}


.business .business-left .business-item .business-ul-child{
display: none;
}
.business .business-left ul li > .business-tit{
  transition: all .3s ;
}

.business .business-left .business-ul .business-item .business-ul-child li > .business-tit{
  
  background-color: #f5f5f5;
}
.business .business-left .business-ul li.on .business-ul-child li.on > .business-tit{
background-color: #333;
}
.business .business-left ul li > .business-tit:hover{
  background-color: #333!important;
  color: #fff;
}
.business .business-right{
  width: calc(100% - 280px);
  position: relative;
    z-index: 0;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding:0 60px;
}
.business .business-right .business-tit{
  font-size: 28px;
  color: #000;
 border-bottom: 1px #E1E1E1 solid;
 padding: 30px 0;
 margin-bottom: 30px;
}
.business-right ul.business-prolist li{
  float: left;
  width: calc(33.33% - 15px);
border-radius: 15px;
margin:10px 0 10px 15px;
background-color: #fff;
overflow: hidden;
}
.business-right ul li .business-pro{
  overflow: hidden;
  height: 300px;
}
.business-right ul li .business-pro img{
  transition: all 0.6s;
}
.business-right ul li:hover  .business-pro img{
  transform: scale(1.2);
}
.business-right ul li .business-protit{
  padding:20px 15px;
  border-top: 1px #E1E1E1 solid;
 
}
.business-right ul li .business-protit .tit{
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.business-right ul li .business-protit img{
  width: 40px;
  height: 40px;


}
.business-right ul li:hover .business-protit{
  color: #333;
}
@media (max-width: 767px) {
  .business .business-left {
    width: 96%;
    padding: 0 2%;
}
.business .business-left .business-ul li > .business-ulm li .business-list {
  background-color: #fff;
  box-shadow: none;
  position: inherit;
  width: 200px;
  right:0;
  top: 0;
  display: none;
  margin-bottom: 4%;
}
.business .business-right {
  width: 100%;
  padding: 0 2%;
}
.business .business-right .business-tit {
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.business-right ul.business-prolist li {
  float: left;
  width: calc(50% - 30px);
  margin: 10px 15px 10px 15px;
}
.business-right ul li .business-pro {
  overflow: hidden;
  height: 150px;
}
.business-right ul li .business-protit img {
    width: 30px;
    height: 30px;
}
}
.product_detail{
  margin-top: 30px;
}
.product_detail .product-top{
  background: url('../images/business/bj4.jpg') no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.product_detail .product-top .left,.product_detail .product-top .right{ 
  width: 48%;
  position: relative;
}
.product_detail .product-top .left .swiper-slide{
  text-align: center;
}
.product_detail .product-top .left img{
  width: 90%;
}
.product_detail .product-top .left .pro-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: #15161A;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index: 100;
}
.product_detail .product-top .left .pro-btn.pro-left{
  left: 0px;
}
.product_detail .product-top .left .pro-btn.pro-right{
  right: 0px;
}
.product_detail .product-top .left .swiper-pagination{
  text-align: center;
  width: 100%;
}
.product_detail .product-top .left .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .6;
  margin: 0 5px;
}
.product_detail .product-top .left .swiper-pagination .swiper-pagination-bullet-active{

  opacity: 1;
}
.product_detail .product-top .right h1{
  font-size: 32px;
}
.product_detail .product-top .right p{
  padding: 30px 0;
  font-size: 18px;
}
.product_detail .product-top .right .list .item{
  padding: 10px 0;
}
.product_detail .product-tops .left{
  width: 55%;
}
.product_detail .product-tops .right{
    width:40%;
}
.product_detail .product-tops .left .imgdet{
    position: relative;
    height: 500px;
    width: 100%;
	margin: 0 auto;
    background: #fff;
}
.product_detail .product-tops .left .imgdet .imglist{
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 84px;
    /* height: 460px; */
    height: 100%;
    overflow: hidden;
}
.product_detail .product-tops .left .imgdet .imglist ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}
.product_detail .product-tops .left .imgdet .imglist ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    margin-bottom: 10px;
}
.product_detail .product-tops .left .imgdet .imglist ul li:last-of-type{
    margin-bottom: 0;
}
.product_detail .product-tops .left .imgdet .imglist ul .active{
    border: 2px solid #000;
}
.product_detail .product-tops .left .imgdet .imglist ul li img{
    width: 100%;
    height: 100%;
}
.product_detail .product-tops .left .imgdet .imgpart{
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 620px;
    height: 620px;
}
.product_detail .product-tops .left .imgdet .imgpart .pic{
    position: relative;
    width: 100%;
    height: 100%;
}
.product_detail .product-tops .left .imgdet .imgpart .pic .magnify{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
.product_detail .product-tops .left .imgdet .imgpart .pic img{
    width: 100%;
    height: 100%;
}

.product_detail .product-tops .left .imgdet .imgpart .bigpic{
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #333;
    overflow: hidden;
    background-color: #fff;
}
.product_detail .product-tops .left .imgdet .imgpart .bigpic>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
    max-width: 920px;
}
.product_detail .product-tops .right h1{
  font-size: 32px;
  color: #191A1E;
}
.product_detail .product-tops .right p{
  padding: 30px 0;
  font-size: 18px;
    color: #2A2D36;
}
.product_detail .product-tops .right .list .item{
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
.product_detail .product-bottom{
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}
.product_detail .product-bottom .product-tab .tab-title .tab-item{
  padding: 30px 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.product_detail .product-bottom .product-tab .tab-title .tab-item.active{

  position: relative;
}
.product_detail .product-bottom .product-tab .tab-title .tab-item.active::before{
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60%;
  height: 2px;
  border-radius: 50px;
  background-color: #333;
  transform: translateX(-50%);
}
.product_detail .product-bottom .btn{
  color: #fff;
  font-size: 14px;
  background-color: #333;
  border-radius: 8px;
  padding: 12px 20px;
}
.product_detail .product-bottom .pro-plane{
box-sizing: border-box;
padding: 40px;
margin-bottom: 50px;
}
.product_detail .product-bottom .pro-plane .pro-title h2{
color: #333;
padding:0 20px;


}
.product_detail .product-bottom .pro-plane .pro-title img{
  width: 40%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content{
  padding: 30px 0;
  margin: 0 auto;
  width: 75%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-1 h1{
  font-size: 22px;
  color: #333;
  padding: 15px 0;
 
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-1 p{
  font-size: 16px;
  color: #333;
  padding: 6px 0;

}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-2 table{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-2 table tr th,.product_detail .product-bottom .pro-plane .pro-plane-content .pro-2 table tr td{
  border: 1px dashed;
  color: #333;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 .pro-3-l{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 .pro-3-r{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 .pro-3-r img{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 h1{
  font-size: 22px;
  color: #333;
  padding: 6px 0;
 
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 p{
  font-size: 15px;
  color: #333;
  padding: 8px 0;

}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4{
  margin-top: 30px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item{
padding: 20px 0;
border-bottom: 1px solid #ddd;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item img{
  width: 60px;
  height: 60px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item .info{
  margin-left: 0px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item .title{
  font-size: 18px;
  color: #333;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item .dec{
  margin-top: 5px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4 .item .btn-down{
  background: url('../images/business/i49.png') no-repeat center center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item{
  display: block;
  width: 350px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .img{
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .img img{
  transition: all 0.6s;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item:hover .img img{ 
  transform: scale(1.1);
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .info{
  box-sizing: border-box;
  padding: 15px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .info .title{
  font-size: 16px;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .info img{
  width: 30px;
  height: 30px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-6 .tag-item{
  padding: 15px 0;
  color: #464646;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .product_detail .product-top .left,.product_detail .product-top .right{ 
      width: 100%;
      
    }
    .product_detail .product-top .right{
      box-sizing: border-box;
      padding: 30px;
    }
    .product_detail .product-top .right h1{
      font-size: 24px;
    }
    .product_detail .product-top .right p{
      padding: 15px 0;
      font-size: 16px;
    }
    .product_detail .product-top .right .list .item{
      padding: 10px 0;
    }
    .product_detail .product-top{

  padding: 30px 0;
}
.product_detail .product-top .left .pro-btn{

  width: 40px;
  height: 40px;

  line-height: 40px;

}
.product_detail .product-top .left .pro-btn.pro-left{
  left: 10px;
}
.product_detail .product-top .left .pro-btn.pro-right{
  right: 10px;
}
.product_detail .product-tops .left, .product_detail .product-tops .right{
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.product_detail .product-tops .left .imgdet{
  height: 250px;
}
.product_detail .product-tops .left .imgdet .imgpart{
  width: 250px;
  height: 250px;
}
.product_detail .product-tops .left .imgdet .imgpart .bigpic{
  display: none;
}
.product_detail .product-tops .right h1{
  font-size: 22px;
}
.product_detail .product-tops .right p{
  padding: 15px 0;
}
.product_detail .product-tops .right .list .item{
  padding: 15px 0;
}
.product_detail .product-bottom{
  padding: 0 0;
}
.product_detail .product-tab{
  box-sizing: border-box;
  padding: 15px;
}
.product_detail .product-bottom .product-tab .tab-title .tab-item {
    padding: 15px 0;
  margin-right: 10px;
    font-size: 14px;

}
.product_detail .product-bottom .pro-plane{
  padding:30px 2%;
}
.product_detail .product-bottom .pro-plane .pro-title img{
  width: 18%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content{
  padding: 20px 0;
  width: 95%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 .pro-3-l{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-3 .pro-3-r{
  width: 100%;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-4{
  margin-top: 0;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item{
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .product-bottom .pro-plane .pro-plane-content .pro-5 .item .img{
  height: 320px;
}
}

.new-class{
  margin-top: 40px;
}
.new-class .class-tit{
    font-size: 16px;
}
.new-class .class-tag{
  margin-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  
}

.new-class .class-tag a{
  padding: 10px 20px;
  background-color: #E8E8E8;
  color: #333333;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  transition: all .6s;
}
.new-class .class-tag a.act{
  background-color: #202c45;
  color: #fff;
}
.new-class .class-tag a:hover{
  background-color: #202c45;
  color: #fff;

}
.new-class .btn{
  background: url('../images/btn-1.png') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px 10px 25px;
  cursor: pointer;
  
}
.news-list {
  margin: 30px 0 0 0;

}
.news-list li{
width: calc(25% - 10px);
margin: 5px;
}
  
.news-item {
  display: block;
width: 100%;
box-sizing: border-box;


}

.news-item .img {
  width: 100%;
  overflow: hidden;
}


.transition {
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}
.news-item .img img {
width: 100%;
}
.news-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-item .text {
  width: 100%;
  box-sizing: border-box;
}

.news-item .date {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}

.news-item .tit {
  margin-top: 15px;
  font-size: 18px;
  color: #333333;

}

.overf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .con {
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  height: 60px; /* 改为两行的高度 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* 显示省略号 */
}


.news-item .ny-button {
   padding: 20px 0;
   border-top: 1px solid #E6E6E6;
   color: #333333;
   margin-top: 30px;
}	
.news-item .ny-button span{
  font-size: 16px;
} 
.news-item .ny-button img{
  width: 25px;
  margin-left: 10px;
}
@media (max-width: 767px){
  .new-class.news{
    margin-top: 15px;
    padding:0 2%;
  }
  .new-class.news .class-tit{
      font-size: 14px;
  }
  .new-class.news .class-tag{
    margin-left: 0;
    
  }
  .new-class .class-tag div{
    margin-right: 5px;
  }
  .new-class .btn {
    border-radius: 8px;
    padding:8px 10px 8px 15px;
   
}
  .news-list {
    margin: 2% 0 0 0;
    padding:0 2%;
  
}
.news-list li{
  width: calc(50% - 5px);
  margin: 2.5px;
}
  .news-item {
    display: block;
    width: 100%;
    padding:2% 0;
  
}
.news-item .date{
  font-size: 14px;
  margin-top: 10px;
}
.news-item .tit{
  font-size: 16px;
  margin-top: 10px;

}
  .news-item .con {
    margin-top: 10px;

   
}  
.news-item .ny-button{
  margin-top: 15px;
  padding: 10px 0;
}
.news-item .ny-button span{
  font-size: 14px;
}
  }
  .new-detail{
    margin-top: 40px;
    padding-bottom: 50px;

  }
 .new-detail h1{
  color: #333;
  text-align: center;
 }
  .new-detail .time{
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
  }
    .new-detail .content{
      margin-top: 30px;
    }
  .new-detail img{
    width: 100%;
  }
  .new-detail p{
    margin-bottom: 30px;
    color: #333;
    font-size: 16px;
  }
  .new-detail a{
    cursor: pointer;
  }
    .new-detail .bottom{
      margin-top: 60px;
    }
  @media (max-width: 767px){
    .new-detail{
      padding:0 2% 5% 2%;
      
    }
    .new-detail h1{
      font-size: 22px;
    }
    .new-detail .content{
      margin-top: 15px;
    }
     .new-detail p{
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
  }
  }


@media (max-width: 767px){

.new-class {
  margin-top: 40px;
  padding: 0 2%;
  width: 96%;
}
.new-class .class-tag a {
  padding: 4% 0;
  width: 30%;
  background-color: #E8E8E8;
  color: #333333;
  border-radius: 50px;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
.new-class .class-tit {
  font-size: 14px;
  width: 20%;
}
.new-class .class-tag {
  margin-left: 2%;
  width: 70%;
}

}
.common-box{
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}

.common-box .pro-plane{
box-sizing: border-box;
padding: 40px;
margin-bottom: 50px;
}
.common-box .pro-plane .pro-title h2{
color: #333;
padding:0 20px;


}
.common-box .pro-plane .pro-title img{
  width: 45%;
}
.common-box .pro-plane .header-tite{
  font-weight: bolder;
  color: #000;
  font-size: 28px;
}
.common-box .pro-plane .pro-plane-content{
  padding: 30px 0;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 767px) {
.common-box {
  padding: 0 0;
}


.common-box .pro-plane{
  padding:30px 2%;
  margin-bottom: 10px;
}
.common-box .pro-plane .pro-title img{
  width: 30%;
}
.common-box .pro-plane .pro-plane-content{
  padding: 20px 0;
  width: 95%;
}

}
.serive-one{
  margin-bottom: 30px;
}
.serive-one .serive-one-left{
  margin-bottom: 15px;
}
.serive-one .serive-one-left .serive-one-title{
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bolder;
}
.serive-one .serive-one-text{
  font-size: 16px;
   color: #333;
}
.serive-one .serive-img{
 width: 48%;
}
.serive-one .serive-img img{
  width: 100%;
}
.serive-one .serive-info{
 width: 48%;
}
.serive-one .serive-info h1{
  font-size: 26px;
  color: #000;
}
.serive-one .serive-info p{
  font-size: 18px;
  color: #000;
padding: 30px 0;
}
.serive-one .serive-info .serive-list .li{
font-size: 16px;
color: #333;
position: relative;
padding: 10px 10px 10px 40px;
}
.serive-one .serive-info .serive-list .li::after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #333;

}
.serive-one .serive-info .serive-lists{
  margin-top: 40px;
}
.serive-one .serive-info .serive-lists .lis{
font-size: 16px;
color: #333;
position: relative;
padding: 10px;
}
.serive-one .serive-info .serive-btn{
  background: url('../images/btn-1.png') no-repeat center center;
  background-size: 100% 100%;
  width: 100px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 6px;
  margin-top: 30px;
  cursor: pointer;
}
.serive-one .serive-info .serive-btn img{
  width: 20px;
  margin-left: 5px;
}
.serive-two li{
  width: 31%;
}
.serive-two{
  margin-top: 30px;
}
.serive-two li .top img{
  width: 60px;
  height: 60px;
}
.serive-two li .top .info{
  margin-left: 10px;
}
.serive-two li .top .info h3{
  font-size: 18px;
  color: #212121;
}
.serive-two li .top .info .txt{
  font-size: 14px;
  position: relative;
  padding-left: 8px;
  margin-top: 5px;
  height: 50px;
  color: #333;
}
.serive-two li .top .info .txt::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  left: 0;
  top: 8px;
  background-color:#333333;
}
.serive-two li .bottom{
  width: 100%;
height: 185px;
overflow: hidden;
}

.history{
  margin-top: 20px;
}
.history .history-item{
  margin-bottom: 20px;
}
.history .history-item .history-title{
    background-color:#EFEFEF;
    color: #253745;
    font-size: 16px;
    padding:0 20px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}
.history .history-item .history-title i{
  color: #323233;
  font-size: 22px;
 margin-right: 10px;
 vertical-align: middle;
}
.history .history-item .history-m{
  display: none;
}
.history .history-item:first-child .history-m{
  display: block;
}
.history .history-item .history-m .history-li{
  color: #253745;
  font-size: 16px;
box-sizing: border-box;
  padding:20px;
  line-height: 46px;
}
.serive-three{
  position: relative;
}
.serive-three .swiper-slide{
  overflow: hidden;
  background-color: #fff;
  border-radius:15px;
}
.serive-three .swiper-slide .silde-img{
  overflow: hidden;
}
.serive-three .swiper-slide .silde-img img{
  transition: all .6s;
}
.serive-three .swiper-slide:hover .silde-img img{
  transform: scale(1.1);

}
.serive-three .swiper-slide .silde-contect{
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #DEDEDE;
}
.serive-three .swiper-slide .silde-contect .tit{
  font-size: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serive-three .swiper-slide .silde-contect img{
  width: 40px;
  height: 40px;
}
.serive-four .left{
  width: 48%;
}
.serive-four .left h1{
  color: #000;
  margin-bottom: 15px;
}
.serive-four .left p{
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.serive-four .left div{
  margin-top: 15px;
  color: #000;
  font-size: 14px;
}
.serive-four .right{
  width: 48%;
}
.down-item{
padding: 20px 0;
border-bottom: 1px solid #ddd;
}
.down-item img{
  width: 60px;
  height: 60px;
}
.down-item .info{
  margin-left: 0px;
}
.down-item .title{
  font-size: 18px;
  color: #333;
}
.down-item .dec{
  margin-top: 5px;
}
.down-item .btn-down{
  background: url('../images/business/i49.png') no-repeat center center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
}
.serive-sort{
  padding: 30px 0;
}
.serive-sort .sort-item{
  width: 19%;
  background-color: #F3F4F4;
  border-bottom: 5px solid #1D2974;
  box-sizing: border-box;
  padding: 0 10px;
}
.serive-sort .sort-item select{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #333;
  font-size: 16px;
  height: 45px;
     background-image: url(../images/i28-2.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 20px;
}
.serive-sort .sort-item input{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #333;
  font-size: 16px;
  height: 45px;
  background-image: url(../images/service/i57.png);
background-repeat: no-repeat;
background-position: 100% center;
background-size: 25px 25px;

}
@media (max-width: 767px) {
  .serive-one .serive-img {
        width: 100%;
    }
    .serive-one .serive-info{
    width: 100%;
    }
    .serive-one .serive-info h1{
      font-size: 24px;
    }
    .serive-one .serive-info p{
      padding: 15px 0;
    }
    .serive-two li{
      width: 100%;
    }

    .serive-one .serive-info .serive-lists{
      margin-top: 15px;
    }
    .serive-one .serive-info .serive-lists .lis{
      padding: 10px 0;
    }
    .serive-four .left{
      width: 100%;
    }
    .serive-four .right{
      width: 100%;
    }
    .serive-sort{
  padding: 0 0;
}
    .serive-sort .sort-item{
      width: 100%;
      margin-bottom: 10px;
    }
}

.service-prolist{
  width: 100%;
}
.service-prolist li{
  margin: 10px;
  float:left;
  width: calc(25% - 20px);
}
.service-prolist li .service-img{
  overflow: hidden;
  height: 280px;
}
.service-prolist li .service-img img{
  transition: all 0.6s;
}
.service-prolist li:hover  .service-img img{
  transform: scale(1.2);
}
.service-prolist li .service-protit{
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px){
  .service-prolist li{
    margin: 10px;
    float:left;
    width: calc(50% - 20px);
  }
  .service-prolist li .service-img{
    overflow: hidden;
    height: 150px;
  }
}

 .forum-news .new-list {
   display: block;
  position: relative;
  padding-top: 20px;
}
 .forum-news .new-list::after{
    content: '';
    display: block;
    clear: both;
}

 .forum-news .wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
 .forum-news .new-list .new-item {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  padding:15px;

}
 .forum-news .new-list .new-item .img{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
 .forum-news .new-list .new-item .img img {
  display: block;
  max-width: none;
  transition: all 0.6s;
  width:100%;
}
 .forum-news .new-list .new-item:hover .img img {
  transform: scale(1.1);
}
 .forum-news .new-list .new-item .new-content {
  padding-top: 20px;

  
}
 .forum-news .new-list .new-item .time {
  font-size: 14px;
  color: #3E3E3E;

}
 .forum-news .new-list .new-item .user img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
  
}
 .forum-news .new-list .new-item p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0;
}

 .forum-news .new-list .new-item .div1 {
margin-top: 20px;
}

 .forum-news .new-list .new-item .div1 .btn {
  display: block;
 font-size: 14px;
  background: #595959;
  color: #fff;
  padding: 8px 15px;
  transform: all 0.36s;
}
 .forum-news .new-list .new-item .div1 .btn:hover {
  background: #000;
}
 .forum-news .new-list .new-item .div1 img {
  width: 20px;
}

.forum-news .btn-3{
  text-align: center;
  color: #626262;
  font-size: 16px;
  padding: 30px 0;
}

@media (max-width: 767px) {
 .forum-news {
    padding: 20px 2%;
  }

.forum-news .wall-column {
    width: 50%;
    padding: 0 5px;
}
}

.client-forms{
  background-color: #fff;
  width: 30%;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  z-index: 9999991;
  overflow: hidden;
box-sizing: border-box;
display: none;

}
.client-forms .client-header{
background-color:#23201F;
color: #fff;
box-sizing: border-box;
padding: 10px 15px;
}
.client-forms .client-header .close{

  width: 40px;
  height: 40px;
  background: url(../images/i34.png) no-repeat center center;
  background-size: 100% 100%;
}
.client-forms .client-header h1{
  font-size: 18px;
  font-weight:600;
}
.client-forms .forms-b{
  text-align: center;

}
.client-forms .client-content{
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding: 20px;
  width: 92%;
  margin: 30px auto;

}
.client-forms .client-content .client-input{
  margin-bottom: 10px;
  width: 48%;
}
.client-forms .client-content .client-input .client-name{
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.client-forms .client-content .client-input .client-name span{
  color: #FE1913;

}
.client-forms .client-content .client-input input,.client-forms .client-content .client-input select{
   border: 1px solid #C0C0C0;
  width: 100%;
  height: 40px;
  border: 1px solid #C0C0C0;
  background-color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 0;
  
}
.client-forms .client-content .client-input select{ 
   background-image: url('../images/i28-2.png');
 background-repeat: no-repeat;
 background-position:98%;
 background-size: 15px;
}
.client-forms .client-content .client-item{ 
  width: 100%;
}
.client-forms .client-content .client-form-m{ 
  width: 48%;
}
.client-forms .client-content .client-form-m .client-input{
  width: 100%;
}
.client-forms .client-content .client-textarea{
  width: 48%;
}
.client-forms .client-content .client-textarea .client-name{
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.client-forms .client-content .client-textarea .client-name span{ 
  color: #FE1913;
}
.client-forms .client-content .client-textarea textarea{ 
    border: 1px solid #C0C0C0;
  background-color: #fff;
  width: 100%;
  height: 123px;
   padding:15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.client-forms .client-content .client-input .client-upload{ 
    width: 100%;
    position: relative;
    border: 1px solid #C0C0C0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px 0;
}
.client-forms .client-content .client-input .client-upload input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.client-forms .client-content .client-input .client-upload img{
  width: 22px;
  height: 20px;
  margin-right: 8px;

}
.client-forms .client-content .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

.client-forms .client-content .checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.client-forms .client-content .checkbox-label {
  position: relative;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  flex-shrink: 0;
}

.client-forms .client-content .checkbox-input:checked + .checkbox-label {
  background-color: #555A5F;
  border-color: #555A5F;
}

.client-forms .client-content .checkbox-input:checked + .checkbox-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.client-forms .client-content .checkbox-text {
  color: #666;
  user-select: none;
}

.client-forms .client-content .checkbox-text a {
  color: #555A5F;
  text-decoration: none;
}

.client-forms .client-content .checkbox-text a:hover {
  text-decoration: underline;
}

.client-forms .client-content .checkbox:hover .checkbox-label {
  border-color: #555A5F;
}
.client-forms .btn{
  width: 120px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #23201F;
  border-radius: 8px;
  margin:15px auto;
  font-size: 14px;
}
@media (max-width: 767px){
  .client-forms{
    background-color: #fff;
    width: 95%;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 9999991;
  }

.client-forms .client-header {
    box-sizing: border-box;
    padding: 2% 5%;
}
.client-forms .client-content {
    padding: 5%;
    width: 92%;
    margin: 5% auto;
}
}
.forum-one{
    width: 100%;
}
.forum-one .forum-img{
    width: 48%;
}
.forum-one .forum-img img{
    width: 100%;
}
.forum-one .forum-info{
    width: 48%;
}
.forum-one .forum-info .user img{
  width: 30px;
  height: 30px;
}
.forum-one .forum-info .user .name{
  color: #1D2974;
  font-size: 16px;
  margin-left: 8px;
}
.forum-one .forum-info .time{
  color: #3E3E3E;
  font-size: 14px;
  padding: 15px 0;
}
.forum-one .forum-info p{
  color: #626262;
  font-size: 14px;
 line-height: 24px;
}

.comment-title{
  color: #1D1C19;
  font-size: 22px;
}
.comment-title span{
  color: #979DA2;
  font-size: 16px;
  padding-left: 10px;
}
.comment-header{
  padding: 20px 0;
}
.comment-header .avatar{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
}
.comment-header .comment-input-area{
margin-left: 15px;
text-align: right;
}
.comment-header .comment-input-area textarea{
  background-color: #F6F6F9;
  border-radius: 8px;
  border: none;
  color: #333;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
}
.comment-header .comment-input-area .btn{
  background-color: #181919;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 50px;

}
.comment-tit{
  color: #333;
  margin-bottom: 15px;
}
.comments-list .comment-item{
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
.comments-list .comment-item .comment-header-content .avatar{
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
.comments-list .comment-item .comment-header-content .comment-content{
  margin-left: 10px;
}
.comments-list .comment-item .comment-header-content .comment-content .user-info .user-name{
font-size: 16px;
color: #000;
}
.comments-list .comment-item .comment-header-content .comment-content .user-info .level{
  width: 18px;
  height: 18px;
}
.comments-list .comment-item .comment-header-content .comment-content p{
  margin-top: 15px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.comments-list .comment-item .comment-header-content .comment-content .comment-bottom{
  margin-top: 15px;
}

.comments-list .comment-item .comment-header-content .comment-content .comment-bottom .reply-btn{
  position: relative; 
  padding-left: 20px;
  cursor: pointer;
}
.comments-list .comment-item .comment-header-content .comment-content .comment-bottom .reply-btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: url('../images/forum/i62.png') no-repeat center center;
  background-size: 100% 100%;
}
.comment-reply{
  margin-top: 15px;
}
.comment-reply .comment-reply-item{
  background-color: #F6F6F9;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 15px;
}
.comments-list .comment-item .comment-header-content .comment-reply .comment-reply-item .avatar{
  width: 45px;
  height: 45px;
  border-radius: 50px;
  overflow: hidden;
}
.comments-list .comment-item .comment-header-content .comment-reply .comment-reply-item .avatar img{
  width: 100%;
}
.comment-reply .comment-reply-item .comment-reply-content{
padding:0 0 20px 0;
  border-bottom: 1px solid #E6E6E6;
  margin-left: 10px;
}

.comment-reply .comment-reply-item .comment-reply-content .level{
  width: 18px;
  height: 18px;
}
.comment-reply .comment-reply-item .comment-reply-content .unit{
padding: 0 5px;
}
.comment-reply .comment-reply-item .comment-reply-content .user-name a{
 font-size: 14px;
 color: #333;
}

.comments-list .comment-item .comment-header-content .reply-input{
  padding: 10px 0;
  box-sizing: border-box;

}
.comments-list .comment-item .comment-header-content .reply-input input{
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding:0 15px;
  box-sizing: border-box;
  font-size: 16px;

}
.comments-list .comment-item .comment-header-content .reply-input .reply-tpl{
  margin-top: 15px;
}
.comments-list .comment-item .comment-header-content .reply-input .reply-tpl div{
 display: inline-block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 8px 20px;
}
.comments-list .comment-item .comment-header-content .reply-input .reply-tpl div.tpl-btn{
  background: #181919;

}
.comments-list .comment-item .comment-header-content .reply-input .reply-tpl div.tpl-btn-o{
  background: #E8EAEB;
  color: #91959D;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px){
  .forum-one .forum-img {
    width: 100%;
}
.forum-one .forum-info {
    width: 100%;
}
}
.human-one{
  padding: 30px 0;
}
.human-one h1{
  color: #0A0602;
  font-size: 24px;
  margin-bottom: 25px;
}
.human-one p{
  font-size: 16px;
  color: #0A0602;
}
@media (max-width: 767px){
  .human-one{
    padding: 0;
  }
  .human-one h1{
    font-size: 22px;
  }
}
.human-two{
  padding: 30px 0;
}
.human-two li{
  text-align: right;
  margin-bottom: 25px;
}
.human-two li:nth-child(even){
  text-align: left;

}
.human-two li img{
  width: 90%;
}
.human-two li  .info{
  background-color: #fff;
  width: 60%;
padding: 30px 0;
position: relative;
z-index: 1;
margin-top: -50px;
}
.human-two li:nth-child(even) .info{
  float: right;
}
.human-two li  .info .info-left{
  width: 30%;
  text-align: center;
}
.human-two li  .info .info-left  img{
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.human-two li  .info .info-right{
  width: 65%;
}
.human-two li  .info .info-right img{
  width: 15px;
  height: 16px;
}
.human-two li  .info .info-right .content{
margin-left: 15px;
}
@media (max-width: 767px){
  .human-two li img{
    width: 100%;
  }
  .human-two li  .info{
    width: 100%;
    margin-top: 0;
  }
}
  .human-three li{
    width: 46%;
    text-align: right;
  }
  .human-three li img{
    width: 100%;
  }
  .human-three li  .content{
    width: 80%;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    margin-top: -50px;
    background-color: #f1f1f1;
    display: inline-block;
    text-align: left;
  }
      .human-three li  .content .title{
        margin-bottom: 15px;
      }
    .human-three li  .content img{
      width: 25px;
    }
  @media (max-width: 767px){ 
    .human-three li{
        width: 100%;
      margin-bottom: 10px;
      }
       .human-three li  .content{
        width: 100%;
       }
  }
  .human-text{
    color: #333;
    line-height: 26px;
    font-size: 16px;
  }
  .contact-top{
    background-color: #F3F3F3;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 60px;
    margin-bottom: 60px;
  }
    .contact-top .contact-header{
      width: 240px;
    }
  .contact-top .address{
    margin-bottom: 15px;
  }
  .contact-top .address .nav-item{
    margin-right: 10px;
  }
   .contact-top .address .nav-item img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
   }
   .contact-top .address .ewm img{
    width: 100px;
    height: 100px;
    margin-right: 5px;
   }
  .contact-top .address .ewm .ewm-text{
      writing-mode: vertical-lr;
  text-orientation: upright;
font-size: 12px;
    
  }
    .contact-top iframe{
      width: 49%;
    }
     .contact-top .contact-form{
      margin-top: 30px;
     }
    .contact-top .contact-form .contact-input{
        width: 49%;
        margin-bottom: 15px;
    }
     .contact-top .contact-form .contact-input textarea{
      background-color: #fff;
      border: 1px #E7E7E7 solid;
      border-radius: 8px;
      box-sizing: border-box;
      width: 100%;
      height: 150px;
      font-size: 16px;
      padding:10px;
     }
     .contact-top .contact-form .contact-input input{
      background-color: #fff;
      border: 1px #E7E7E7 solid;
      border-radius: 8px;
      box-sizing: border-box;
      width: 100%;
      height: 50px;
      font-size: 16px;
      padding:0 10px;
     }
    .contact-top .contact-form .btn{
      background-color: #0050BE;
      color: #fff;
      border: none;
        width: 100%;
      height: 50px;
      font-size: 16px;
      text-align: center;
        border-radius: 8px;
        line-height: 50px;
        cursor: pointer;
     }
     .contact-top .arrow{ 
      text-align: center;
      margin-top: 30px;
        animation: scalePulse 1.5s infinite ease-in-out;
      transition: all 0.5s;
     }
       .contact-top .arrow.on{
        transform: rotate(-180deg);
       }
       
@keyframes scalePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
       .contact-top .nav-left{
        width:69%;
       }
       .contact-top .nav-left .img{
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 220px;
        border-radius: 8px;
        overflow: hidden;
        
       }
       .contact-top .nav-left .img:first-child{
        margin-bottom: 15px;
       }
        .contact-top .nav-right{
          width: 30%;
            border-radius: 8px;
        overflow: hidden;
          background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
          height: 455px;
        }
        .contact-top .nav-h1{
          font-size: 28px;
          color: #000;
          padding: 60px 0;
        }
        .contact-top .nav-p{
          font-size: 16px;
        }
        .contact-top .nav-p .item{
          width: 25%;
          color: #333;
           font-size: 16px;
        }
         .contact-top .nav-p .item .title{
          color: #B6B6B6;
          font-size: 14px;
         }
  @media (max-width: 767px){ 
    .contact-top {
   
    padding: 15px;
      margin-bottom: 30px;
}
.contact-top .contact-header{
  width: 50%;
}
.contact-top .address-nav{
  width: 100%;
}
 .contact-top iframe{
      width: 100%;
      margin-bottom: 15px;
    }
    .contact-top .contact-form .contact-input{
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-top .nav-left{
      width: 100%;
    }
    .contact-top .nav-right{
      width: 100%;
      margin-top: 15px;
    }
    .contact-top .nav-h1{
      padding: 25px 0;
    }
    .contact-top .nav-p .item{
      width: 100%;
    }
  }
  .contact-bottom{
    box-sizing: border-box;
    padding:0 30px;
    margin-bottom: 60px;
  }
   .contact-bottom .contact-bottom-top{
    padding: 30px 0;
   }
   .contact-bottom .contact-bottom-top .title{
    color: #00000E;
    font-size: 28px;
    font-weight: bold;
  }
   .contact-bottom .contact-bottom-top .text{
    font-size: 16px;
    color: #00000E;
    margin-top: 8px;
   }
   .contact-bottom  .contact-bottom-list .contact-item{
    width: 32%;
    background-color: #F1F1F1;
    padding-bottom: 30px;
   }
   .contact-bottom  .contact-bottom-list .contact-item .img{
    width: 100%;
   }
   .contact-bottom  .contact-bottom-list .contact-item .img img{
    width: 100%;
   }
     .contact-bottom  .contact-bottom-list .contact-item .title{
      color: #0A0602;
      font-size: 18px;
      padding:20px 15px;
     }
         .contact-bottom  .contact-bottom-list .contact-item .text{
          color: #0A0602;
          font-size: 14px;
          padding: 0 15px;
          margin-bottom: 15px;
         }

         .contact-bottom  .contact-bottom-lists .contact-item{
    width: 24%;
    background-color: #F1F1F1;
    padding-bottom: 30px;
   }
   .contact-bottom  .contact-bottom-lists .contact-item .img{
    width: 100%;
   }
   .contact-bottom  .contact-bottom-lists .contact-item .img img{
    width: 100%;
   }
     .contact-bottom  .contact-bottom-lists .contact-item .title{
      color: #0A0602;
      font-size: 18px;
      padding:20px 15px;
     }
         .contact-bottom  .contact-bottom-lists .contact-item .text{
          color: #0A0602;
          font-size: 14px;
          padding: 0 15px;
          margin-bottom: 15px;
         }
          @media (max-width: 767px){ 
            .contact-bottom{
              padding: 15px;
              margin-bottom:30px
            }
            .contact-bottom .contact-bottom-top{
              padding: 15px 0;
            }
            .contact-bottom .contact-bottom-list .contact-item{
              width: 100%;
              margin-bottom: 10px;
            }
            .contact-bottom .contact-bottom-lists .contact-item{
              width: 100%;
              margin-bottom: 10px;
            }
          }
.forum-my-top{
  background: url('../images/center/bj9.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.forum-my-top .left{
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 40px;
}
.forum-my-top .left img{
  position: absolute;
  width: 30px;
  top: 0;

  left: 0;
}
.forum-my-top .left .txt{
  margin-top: 40px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.forum-my-top .center{
  padding: 0 30px;
}
.forum-my-top .center .img{
 width: 250px;
 height: 250px;
 border-radius: 50%;
 position: relative;
 background-color: #363A3A;
}
.forum-my-top .center .img .avatar{
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50px;
  
}
.forum-my-top .center .img .edit{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom:0;
  right: 40px;
}
.forum-my-top .center .img .edit img{
  width: 60%;
}
.forum-my-top .right h1{
color: #fff;
font-size: 22px;
margin-bottom: 10px;
font-weight: normal;
}
.forum-my-top .right .item{
  padding: 5px 0;
  color: #fff;
  font-size: 15px;
  width: 360px;
}
.forum-my-top .right .item img{
  width: 30px;
  height: 30px;
}
.forum-my-top .right .item .text{
text-align: right;
}
.forum-my .new-list {
   display: block;
  position: relative;
  padding-top: 20px;
  width: 70%;
}
 .forum-my .new-list::after{
    content: '';
    display: block;
    clear: both;
}

 .forum-my .wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 33.33%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
 .forum-my .new-list .new-item {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  padding:15px;

}
 .forum-my .new-list .new-item .img{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
 .forum-my .new-list .new-item .tag{
 position: absolute;
 top: 0;
 left: 0;
 background-color: #181919;
 color: #fff;
 display: inline-block;
 padding: 8px 15px;
}
 .forum-my .new-list .new-item .img img {
  display: block;
  max-width: none;
  transition: all 0.6s;
  width:100%;
}
 .forum-my .new-list .new-item:hover .img img {
  transform: scale(1.1);
}
 .forum-my .new-list .new-item .new-content {
  padding-top: 20px;

  
}
 .forum-my .new-list .new-item .time {
  font-size: 14px;
  color: #3E3E3E;

}
 .forum-my .new-list .new-item .user img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
  
}
 .forum-my .new-list .new-item p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0;
}

 .forum-my .new-list .new-item .div1 {
margin-top: 20px;
}

 .forum-my .new-list .new-item .div1 .btn {
  display: block;
 font-size: 14px;
  background: #595959;
  color: #fff;
  padding: 8px 15px;
  transform: all 0.36s;
}
 .forum-my .new-list .new-item .div1 .btn:hover {
  background: #000;
}
 .forum-my .new-list .new-item .div1 img {
  width: 20px;
}



@media (max-width: 767px) {
  .forum-my-top{
    padding: 30px 2%;
  }
  .forum-my-top .center {
    padding: 30px 0;
}
.forum-my-top .right{
width: 100%;
}
.forum-my-top .right .item{
  width: 100%;
}
 .forum-my {
    padding: 20px 2%;
  }

.forum-my .wall-column {
    width: 50%;
    padding: 0 5px;
}
}
.forum-right{
  width: 20%;
 
}
.forum-right .forum-ewm{
 background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 30px;
}
.forum-right .forum-ewm h1{
  color: #2C2C2C;
  font-size: 18px;
  font-weight:normal;
  
}
.forum-right .forum-ewm .ewm img{
  width: 70%;
}
.forum-right .forum-ewm .ewm .tit{
  margin-top: 20px;
}
@media (max-width: 767px) {
  .forum-my .new-list {
  width: 100%;
}
.forum-right{
  width: 100%;
}
}

.center-layer{
  background-color: #fff;

  width: 30%;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  z-index: 9999991;
  overflow: hidden;
box-sizing: border-box;
display: none;

}
.center-layer .center-header{
  font-weight: bolder;
  font-size: 26px;
  text-align: center;
  border-bottom: 1px #1D2974 solid;
  color: #333;
  padding: 30px 0;
}
.center-layer .center-content{
padding: 30px;
font-size: 16px;
color: #333;
line-height: 30px;
}
.center-layer .center-tpl {
  padding: 30px 0;
}
.center-layer .center-tpl .btn{
 background-color: #000;
 color: #fff;
 font-size: 15px;
 border-radius: 8px;
 padding: 15px 0;
 text-align: center;
 margin: 0 auto;
 width: 300px;
 
}
@media (max-width: 767px) {
  .center-layer{


      width: 90%;
    

    }
    .center-layer .center-header{
      font-weight: bolder;
      font-size: 22px;
      text-align: center;
      border-bottom: 1px #1D2974 solid;
      color: #333;
      padding: 20px 0;
    }
    .center-layer .center-content{
    padding: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    }
    .center-layer .center-tpl {
      padding: 30px 0;
    }
    .center-layer .center-tpl .btn{
    background-color: #000;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    
    }
}
.about-7{
   
}
.about-7 .about-main-mbox{
 position: relative;
 margin:60px 0 0 0 ;
  
}
.about-7 .logos{
    height:120px;
}

.about-7 .about-main-mbox .about-main-left{
  width: 53%;
  /*   height: 321px;*/
  /*overflow: hidden;*/

}
.about-7 .about-main-mbox .about-main-left h1{
  color:#333;
  font-size: 36px;
}

.about-7 .about-main-mbox .about-main-left .about-main-dec{
  color: #333;
  font-size: 16px;
  margin-top: 15px;
  line-height: 26px;
  /*max-height: 260px;*/
  /*overflow-y: auto;*/
  padding-right: 12px;
  
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.about-7 .about-main-mbox .about-main-left .about-main-dec::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    display: none;
}

.about-7 .about-main-mbox .about-main-left .about-main-dec::-webkit-scrollbar-track {
    background: transparent; /* 滚动条轨道颜色 */
    border-radius: 4px; /* 轨道圆角 */
}

.about-7 .about-main-mbox .about-main-left .about-main-dec::-webkit-scrollbar-thumb {
    background: #c1c1c1; /* 滚动条滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
}

.about-7 .about-main-mbox .about-main-left .about-main-dec::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8; /* 滑块悬停时的颜色 */
}
.about-7 .about-main-mbox .about-main-img{
  width: 45%;
     height: 321px;
  overflow: hidden;
}
.about-7 .about-main-mbox .about-main-img img{
  width: 100%;
}
.about-7 .about-count-box{
  padding: 60px 0;
}
.about-7 .about-count-item{
  width: auto;
}
.about-7 .about-count-box .about-count-item .about-count-num{
 color: #343987;
 font-size: 32px;
 font-weight: bold;
position: relative;
 
}

.about-7 .about-count-box .about-count-item .about-count-num span{
  font-size: 14px;
  font-weight: 300;
   position: absolute;
   top:0;
   
}
.about-7 .about-count-box .about-count-item .about-count-txt{
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .about-7 .about-main-mbox {
    padding: 0 1%;
    box-sizing: border-box;
 margin:30px 0 0 0 ;
  }
  .about-7 .logos{
    height:60px;
}
  .about-7 .about-main-mbox .about-main-left {
    width: 100%;
  
}
.about-7 .about-main-mbox .about-main-left .about-main-dec{
  
  padding-right: 0;
  

}
.about-7 .about-main-mbox .about-main-img{
  width: 100%;
  height: auto;
 
}
.about-7 .about-main-mbox .about-main-left h1 {
    font-size: 32px;
}

.about-7 .about-count-box {
    padding: 30px 0;
    width: 95%;
    margin: 0 auto;
}
.about-7 .about-count-item{
  width: 50%;
margin-bottom: 15px;
}
.about-7 .about-count-box .about-count-item .about-count-num {

    font-size: 28px;
    font-weight: bold;
    position: relative;
}

}