body,
html {
  width: 100%;
  height: 100%;
  color: #333;
  position: relative;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.clearfix {
  display: table;
  content: '';
  clear: both;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      /* width: 100%; */
      height: 100%;
      object-fit: contain;
    }
/* 首页 */
.main{
  width: 100%;
  height: 100%;
  position: relative;
  /* height: 1080px; */
  min-width: 1024px;
  /* max-width: 1920px; */
  /* margin: 0 auto;  */
}
.main .mid-con{
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  display: flex;
  flex-direction: column;
  padding: 86px 0 56px;
}
.main .mid-con .logo{
  width: 174px;
  height: 174px;
  margin: 0 auto 60px;
  background-image:url(https://group.jiuhangjituan.cn/web/ruinm/logo.png);
  text-indent: -99000px;
  overflow: hidden;
}
.main .mid-con .mid-menu{
  flex: 1;
  width: 180px;
  margin: 0 auto;
}
.main .mid-con .mid-menu li{
  font-size: 18px;
  text-align: center;
  height: 54px;
  width: 180px;
  box-sizing: border-box;
  line-height: 52px;
  margin-bottom: 12px;
}
.main .mid-con .mid-menu li a{
  display: block;
  border: 1px solid #fff;
  transition: all ease .5s;
  color: #333333;
}
.main .mid-con .mid-menu li a:hover{
  border-color: #333;
  color: #333333;
 
}
.main .mid-con .mid-menu:hover li a {
  color: #999999;
}

.main .mid-con .mid-menu:hover li a:hover {
  color: #333333;
}
.main .mid-con .mid-menu li.current a{
  border-color: #fff;
  color: #333333;
}
.main .mid-con .mid-menu li.current a:hover{
  border-color: #333;
  color: #333333;
}

.main .mid-con .mid-menu li.current{
 position: relative;
}
.main .mid-con .mid-menu li.current::before{
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 26px;
  top: 17px;
  border: 1px solid #000;
  transform:scale(.5) rotate(45deg) ;
}
.main .mid-con .mid-footer {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
.main .left-con{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 180px);
  display: flex;
    justify-content: flex-end
}
.main .left-con .swiper-slide{
    display: flex;
    justify-content: flex-end
}
.main .left-con img{
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.main .right-con {
  position: absolute;
  left: calc(50% + 180px);
  right: 0;
  top: 0;
  bottom: 0;
  /* width: calc(50% - 180px); */
  overflow-y:auto;
  overflow-x:hidden;
}

/*==== 关于页面 about ====*/
.about-con .title{
  padding: 32px 0 0 32px;
  font-size: 16px;
  margin-bottom: 60px;
}
.about-con .about-list{
  margin-left: 32px;
  padding-right: 40px;
}
.about-con .about-list li{
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 24px;
  max-width: 750px;
}
.about-con .about-list li::before{
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 7px;
  border: 1px solid #666;
  transform:scale(.5) rotate(45deg) ;
}
.about-con .about-img{
  width: 100%;
  max-width: 638px;
  margin-left: 32px;
}
/*==== 品牌动态 barnd ====*/
.brand-con{
  padding: 32px 0 0 32px;
  box-sizing: border-box;
}
.brand-con .title{
  font-size: 16px;
  margin-bottom: 60px;
}
.brand-con .brand-year{
  width: 125px;
  height: 80px;
  font-weight: 400;
  font-size: 56px;
  color: #999999;
  line-height: 36px;
}
.brand-con .brand-list{
  padding-right: 48px;
}
.brand-con .brand-list li{
  margin-bottom: 32px;
}
.brand-con .brand-list .link{
  display: flex;
  align-items: center;
}
.brand-con .brand-list .link:hover{
  background-color: #FAFAFA;
}
.brand-con .brand-list .con{
  padding-left: 16px;
}
.brand-con .brand-list .name{
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  min-height: 82px;
  
}
.brand-con .brand-list .time{
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
/*==== 品牌动态 详情 barnd ====*/
.brand-con .brand-detail{
  margin-top: -20px;
  padding-right: 40px;
}
.brand-con .detail-title{
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-bottom: 16px;
} 
.brand-con .detail-time{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
} 
.brand-con .detail-content{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
} 
.brand-con .detail-content p{
    margin-bottom: 28px;
    max-width: 750px;
} 
/*====  加入我们 contact ====*/
.contact-con{
  padding: 32px 40px 0 32px;
  box-sizing: border-box;
}
.contact-con .title{
  font-size: 16px;
  margin-bottom: 60px;
}
.contact-con .sub-title{
  font-size: 20px;
  margin-bottom: 24px;
}
.contact-con .con{
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 40px;
  max-width: 750px;
}
.contact-con .contact-list-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  max-width: 750px;
}
.contact-con .contact-list-box li{
  color: #fff;
  background-color: #C8A063;
  text-align: center;
  max-width: 200px;
  padding: 20px 28px 0;
  width: 200px;
  height: 187px;
  box-sizing: border-box;
 
}
.contact-con .contact-list-box li strong{
  font-size:16px;
  line-height: 36px;
  font-weight: normal;
}
.contact-con .contact-list-box li p{
  font-size:14px;
  line-height: 24px;
}
.contact-con .contact-list-box-2 li{
  height: 211px;
}
.contact-con .max-con{
  max-width: 750px;
}
.contact-con .contact-form{
  width: 100%;
  max-width: 442px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.contact-con .contact-form label{
  display: block;
  border-bottom: 1px solid #333;
  display: flex;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.contact-con .contact-form label img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact-con .contact-form label input{
  height: 24px;
  font-size: 16px;
  color: #333;
  border: none;
  flex: 1;
  padding-inline:0;
  padding-block:0
}
.contact-con .contact-form input::placeholder{
  color: #999;
}
.contact-con .contact-form input:focus-visible{
  outline-color: transparent;
}
.contact-con .contact-form .btn-submit{
  width: 442px;
  height: 72px;
  background: #C8A063;
  border: none;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 72px;
  cursor: pointer;
}
/* ==== 明星产品 列表页 ====  */
.two-swiper{
    width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: flex-end;
}
.mySwiperBig {
  float: right;
  /* height: 100%; */
  width: calc(100% - 172px);
}

.mySwiperMin {
  width: 172px;
  height: 100%;
  /* float: right; */
}
.mySwiperMin .swiper-slide {
  width: 172px;
  height: 290px;
  padding: 24px 18px;
  box-sizing: border-box;
  background: #E7E7E7;
}

.mySwiperMin .swiper-slide-thumb-active {
  background: #D2D2D2;
}
.product-con{
  padding: 32px 0 0 32px;
  box-sizing: border-box;
}
.product-con .title{
  font-size: 16px;
  margin-bottom: 60px;
}
.product-con .product-list li{
  /* margin-bottom: 40px; */
  min-height: 60px;
}

.product-con .product-list .title-con{
   display: flex;
   max-width: 700px;
   align-items: center;
}
.product-con .product-list .count{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-right: 21px;
  position: relative;
}
.product-con .product-list .count::after{
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: -2px;
  background-color: #333;
  transform: rotate(15deg);
}
.product-con .product-list .text{
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.product-con .product-list .line{
  height: 2px;
  flex: 1;
  margin: 0 15px;
  background-image: url('https://group.jiuhangjituan.cn/web/ruinm/line.png');
}
.product-con .product-list .icon{
  /* background:red; */
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('https://group.jiuhangjituan.cn/web/ruinm/icon_down.png');
}
.product-con .product-list .show-con{
  display: none;
}
.product-con .product-list .current{
  /* background-color: red; */
}
.product-con .product-list .current .icon{
  transform: rotate(180deg);
}
.product-con .product-list .current .show-con{
  display: block;
}
.product-con .product-list  .list-con{
  overflow: hidden;
  padding: 20px 0;
}
.product-con .product-list  .list-con li{
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 0px;
}
.product-con .product-list  .list-con .pic{
  border: 1px dotted #333;
  width: 296px;
  height: 296px;
  overflow: hidden;
}
.product-con .product-list  .list-con img{
  
  transition: all ease .8s;
}
.product-con .product-list  .list-con a:hover img{
   transform: scale(1.25);
}
.product-con .product-list  .list-con .name{
  padding: 20px 0 30px;
   width: 296px;
}
/* ==== 明星产品 详情页 ====  */
.detail-title{
  margin-bottom: 20px;
}
.product-con  .detail-content{
  max-width: 700px;
 margin-bottom: 20px;
}
.product-con  .detail-content img{
  display: block;
}
.product-con .product-nav{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: calc(50% + 860px);
  top: 200px;
  bottom: 100px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 20px;
  z-index: 100;
  
}
.product-con .product-nav li{
  flex: 1;
  padding: 4px 10px 0 0;
  border-right: 2px solid #D6D6D6;
}
.product-con .product-nav li.current{
  border-color: #333;
}
@media (max-width: 768px) {
  .main {
    min-width: 100%;
    min-height: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
  }
  .main .left-con{
    order: 2;
    position: static;
    width: 100%;
  }
  .main .right-con {
    order: 3;
    position: static;
    width: 100%;
  }
  .main .mid-con {
    order: 1;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main .mid-con .logo-con {
    order: 1;
    flex: 1;
  }

  .main .mid-con .logo {
    margin: 2px 0 0 16px;
    width: 87px;
    height: 87px;
    background-size: 100%;
  }

  .main .mid-con .mid-menu {
    order: 3;
    display: flex;
    width: 100%;
    flex: inherit;
  }

  .main .mid-con .mid-menu li {
    flex: 1;
    width: 25%;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    padding: 14px 0 12px;
  }
  .main .mid-con .mid-menu li a{
    line-height: 28px;
  }
  .main .mid-con .mid-menu li.current::before{
    left: 2px;
    top: 21px;
    width: 16px;
    height: 16px;
  }
  .main .mid-con .mid-footer {
    order: 2;
    flex: 1;
    text-align: right;
    padding: 37px 8px 0 0;
    font-size: 10px;
  }

  .main .mobile-con {
    display: block;
  }
  /* 关于我们 */
  .main .about-con .title{
    padding: 18px 0 0 16px;
    margin-bottom: 22px;
    font-size: 12px;
  }
  .main .about-con .about-list{
    margin: 0;
    padding: 0 16px;
  }
  .about-con .about-list li{
    padding-left: 20px;
    margin-bottom: 18px;
  }
  .about-con .about-list li::before{
    /* left: 2px; */
    /* top: 19px; */
    width: 16px;
    height: 16px;
  }
  .about-con .about-img-con{
    padding: 10px 28px 20px;
  }
  .about-con .about-img{
    margin:0;
  }
  /* 加入我们 */
  .main .contact-con{
    margin: 0;
    padding: 0 16px 10px 16px;
  }
  .main .contact-con .title {
    padding: 18px 0 0 0;
    margin-bottom: 22px;
    font-size: 12px;
  }
  .main .contact-con .sub-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main .contact-con .con {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }
    .main .contact-con .contact-list-box{
      margin-bottom: 18px;
    }
  .main .contact-con .contact-list-box li{
    width: 100px;
    height: 143px;
    padding: 10px 14px 0;
  }
   .main .contact-con .contact-list-box-2 li{
    height: 178px;
  }
  .main .contact-con .contact-list-box li strong{
    font-size: 14px;
    line-height: 30px;
  }
  .main .contact-con .contact-list-box li p {
    font-size: 10px;
    line-height: 18px;
  }

  .main .contact-con .contact-list {
    margin: 0;
    padding: 0 16px;
  }

  .contact-con .contact-list li {
    padding-left: 20px;
    margin-bottom: 18px;
  }
  .contact-con .contact-form{
    padding: 2px 0 0;
  }
  .contact-con .contact-form label{
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .contact-con .contact-form label img{
    width: 18px;
    height: 18px;
  }
  .contact-con .contact-form label input{
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    }
  .contact-con .contact-form .btn-submit{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  /* 品牌动态 */
  .brand-con{
    padding: 20px 16px 10px 16px;
  }
  .brand-con .title{
    margin-bottom: 30px;
    font-size: 12px;
  }
  .brand-con .brand-year{
    font-size: 32px;
    height: 60px;
  }
  .brand-con .brand-list{
    padding-right: 0;
  }
  .brand-con .brand-list li{
  margin-bottom: 20px;
  }
  .brand-con .brand-list img{
    width: 120px;
    height: 80px;
  }
  .brand-con .brand-list .name{
    font-size: 15px;
    line-height: 24px;
    min-height: 60px;
  }
  .brand-con .brand-list .time {
    font-size: 12px;
  }
  .brand-con .brand-detail{
    padding-right: 0;
    margin: 0;
  }
  .brand-con .brand-detail .detail-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .brand-con .brand-detail .detail-time {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .brand-con .brand-detail .detail-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
  }
  .brand-con .brand-detail .detail-content img{
  max-width: 100%;
  }
  /* 明星产品 */
  .mySwiperMin{
    width: 86px;
    height: 540px;
  }
  .mySwiperMin .swiper-slide{
    width: 86px;
    height: 145px;
    padding: 12px 9px;
  }
  .mySwiperBig{
    width: calc( 100% - 86px);
    height: 540px;
  }
  .product-con{
    padding: 16px 16px 0;
  }
  .product-con .title{
    font-size: 12px;
    margin-bottom: 30px;
  }
    .product-con .product-list .count{
      padding-right: 17px;
    }
    .product-con .product-list .count::after{
      height: 18px;
      top: 2px;
      right: 8px;
    }
  .product-con .product-list .line{
    background-size: 8.5px 1px;
    height: 1px;
  }
  .product-con .product-list .list-con .pic,
  .product-con .product-list .list-con img{
    width: 148px;
    height: 148px;
  }
  .product-con .product-list .list-con .name{
    width: 148px;
    height: 44px;
    box-sizing: border-box;
    padding: 10px 0 0;
    font-size: 12px;
  }
  .detail-content{
    min-width: 100%;
  }
  .product-con .detail-content img{
    width: 100%;
  }
  .product-con .product-nav{
    display: none;
  }
}