.container .first-con{
  position: fixed;
  height: 100vh;
}
.container .banner{
  width: 100%;
  height: 500px;
  background: url('../image/product/banner.jpg') center no-repeat;
  background-size:cover;
  padding: 0 8%;
  box-sizing: border-box;
  color: #fff;
}
.banner .banner-en{
  font-size: 30px;
  padding-top: 240px;
}
.banner .banner-zh{
  font-size: 20px;
  margin-top: 10px;
}

.container .main{
  padding: 0 8% 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.main .nav{
  padding: 20px 0;
  border-bottom: 2px solid rgb(238,238,238);
  font-size: 16px;
  color: rgb(52,52,52);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .nav a{
  color: rgb(168,168,168);
}
.main .nav .tab-con{
  display: flex;
  padding-right: 20px;
  font-size: 17px;
}
.main .nav .tab-item{
  margin-left: 30px;
  position: relative;
}
.main .nav .tab-item:first-child{
  margin-left: 0;
}
.main .nav a.active{
  color: rgb(60,60,60);
}
.main .nav a.active::before{
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 3px;
  background: #005AC8;
  content: "";
}

.main .theCom{
  width: 100%;
  margin-top: 40px;
}
.main .middle{
  background: url('../image/product/product12.jpg') center no-repeat;
  background-size:cover;
  position: relative;
}
.middle .mid-spec{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 35%;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.main .pc-bottom{
  display: flex;
}
.main .pc-bottom .theCenter{
  text-align: center;
  font-size: 16px;
  color: rgb(198,197,197);
}
.pc-bottom .bm-left{
  width: 30%;
  height: 100%;
  background: rgb(246,244,245);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-bottom .bm-left .lf-icon{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.pc-bottom .bm-right{
  width: 70%;
  height: 100%;
}
.bm-right .bm-common{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
.bm-right .right-top{
  background: url('../image/product/product13.jpg') center no-repeat;
  background-size:cover;
}
.bm-right .right-bm{
  background: url('../image/product/product14.jpg') center no-repeat;
  background-size:cover;
}
.main .mobile-bottom{
  display: none;
}

@media screen and (min-width: 1600px){
  .main .theCom{
    height: 750px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1599px){
  .main .theCom{
    height: 600px;
  }
}

@media screen and (max-width:1200px) {
  .container .banner{
    padding: 0 15px;
  }
  .container .main{
    padding: 0 15px 40px;
  }
  .main .theCom{
    height: 500px;
  }
}
@media screen and (max-width:768px) {
  .main .nav .tab-con{
    padding: 15px 0 0 5px;
    font-size: 12px;
  }
  .main .nav .tab-item{
    margin-left: 8px;
    position: relative;
  }

  .main .middle{
    height: 300px;
  }
  .middle .mid-spec{
    left: 0;
    top: 0;
    width: 100%;
    padding: 140px 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
  }
  .main .pc-bottom{
    display: none;
  }
  .main .mobile-bottom{
    display: block;
  }
  .mobile-bottom .mob-top{
    width: 100%;
    padding: 10px 20px;
    background: rgb(246,244,245);
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(86,87,87);
    box-sizing: border-box;
  }
  .mobile-bottom .mob-top .top-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .mobile-bottom .mob-com{
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
  }
  .mobile-bottom .mob1{
    background: url('../image/product/product13.jpg') center no-repeat;
    background-size:cover;
  }
  .mobile-bottom .mob2{
    background: url('../image/product/product14.jpg') center no-repeat;
    background-size:cover;
  }
}