@media only screen and (max-width: 1366px){
  .about-box .title,
  .seafood-box .title,
  .joint-venture-box .title,
  .banner-list-solgan{
    font-size: 30px;
  }
  .about-box .title span,
  .seafood-box .title span,
  .joint-venture-box .title span{
    font-size: 20px;
  }
  .about-info-en-p, .about-info-ch-p{
    margin-top: 10px;
  }
  .about-info-ch-p .about-info-p {
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 0;
    display: block;
  }
  .seafood-box .title:after{
    left: 47%;
  }
  .about-info-en-p .about-info-p{
    font-size: 14px;
  }
  .contact-logo{
    width: 50px;
    max-width: 100%;
  }
  .contact-logo-company{
    font-size: 14px;
  }
  .contact-logo-company span:first-child{
    padding-bottom: 3px;
  }
  .contact-list{
    font-size: 14px;
  }
  .seafood-box{
    width: 1200px;
  }
  .products-list{
    width: 31.3333%;
    margin: 25px 1%;
  }
  .joint-venture-box{
    width: 1200px;
  }
  .joint-venture-s-img-box,
  .joint-venture-b-img-box{
    width: 50%;
  }
  .joint-venture-s-list{
    width: 47%;
    margin-left: 3%;
  }
  .joint-venture-info-box{
    width: 1000px;
    max-width: 100%;
  }
  .joint-venture-text{
    height: 185px;
  }
}
@media only screen and (max-width: 1280px){
  .about-info-box,
  .header-box{
    width: 1200px;
  }
  .footer-box{width: 95%;}
}
@media only screen and (max-width: 1200px){
  .web{
    display: block;
    width: 100%;
  }
  .footer-list-box ul{
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px){
  .seafood-box{
    min-height: calc(100vh - 231px);
  }
  .about-info-box, .header-box{
    width: 95%;
    margin: 0 auto;
  }
  .about-info-en-p, .about-info-ch-p{
    margin-top: 5px;
  }
  .products-list-img-box{
    height: 240px;
  }
  .joint-venture-box{
    height: initial;
    min-height: calc(100vh - 172px);
  }

  .joint-venture-b-img-box{
    width: 100%;
    float: none;
  }
  .joint-venture-s-img-box{
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: space-between;
    justify-content:space-between;
    flex-wrap:wrap;
  }
  .joint-venture-s-list{
    margin-left: 0 ;
  }
  .joint-venture-b-img{
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .footer-box{
    width: 95%;
  }
  .web{
    width: 100%;
    display: block;

  }


  .joint-venture-s-list{
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 900px){
  .about-box{
    display: block;
    padding: 20px 0;
    height: inherit;
    box-sizing: border-box;
  }

}
@media only screen and (max-width: 768px){
  header{
    background-color: #FFF;
    position: relative;
    z-index: 999;
  }
  .index-header .header-menu-box{
    box-shadow: rgba(0,0,0,0.8) 2px 2px 2px , rgba(0,0,0,0.8) 2px -2px 2px;
  }
  .rwd-menu{
    width: 40px;
    max-width: 100%;
    display: block;
    float: right;
    margin: 0;
    padding: 19px 0;
  }
  .rwd-menu span{
    display: block;
  }
  .header-menu-box{
    width: 100%;
    display: block;
  }
  .products-list:hover .products-list-img-mask, 
  .joint-venture-b-img:hover .products-list-img-mask, 
  .joint-ventrue-s-img:hover .products-list-img-mask{
    opacity: 0;
  }
  .banner-list-solgan,
  .bx-wrapper .bx-pager,
  .header-logo,
  .seafood-box .title,
  .seafood-box .title span,
  .joint-venture-box .title,
  .joint-venture-box .title span,
  .products-box,
  .joint-venture-text span,
  .about-2-bg,
  .about-3-bg,
  .header-menu-box,
  .joint-venture-s-img-box .joint-venture-s-list:nth-child(1),
  .joint-venture-s-img-box .joint-venture-s-list:nth-child(2),
  .joint-venture-s-img-box .joint-venture-s-list:nth-child(3),
  .joint-venture-s-img-box .joint-venture-s-list:nth-child(4){
    opacity: 1;
    animation: none;
  }
  .joint-venture-info-box{
    display: block;
  }
  .header-menu-box{
    width: 100%;
    position: relative;
    background-color:#cfcfcf;
    right: 0;
    top: 0px;
    box-shadow: rgba(0,0,0,0.8) 2px -2px 2px;
  }
  .header-menu-box li{
    display: block;
    padding: 10px 0;
  }

  .header-menu-box li.active .header-menu-list-title{
    transform: scale(0);
  }


  .header-menu-box li.active .header-menu-list-title-ch{
    transform: scale(1);
  }
  .header-menu-box li:hover .header-menu-list-title{
    top: 0;
   
  }
  .header-menu-box li:hover .header-menu-list-title-ch{
    transform: scale(0);
  }
  .header-logo{
    margin: 10px 0;
    margin-left: 10px;

  }
  .rwd-menu{
    margin-top: 10px;
    margin-right: 10px;
  }
  .header-box{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .header-menu-list-title-ch{
    top: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .header-menu-list-title{
    text-align: center;
  }
  .header-logo-img .header-logo-en{
    top: -10px;
  }
  .header-logo-img .header-logo-ch{
    transform: scale(1);
   
  }
  .products-list-img-box{
    height: 180px;
  }
  .seafood-box .products-box,
  .joint-venture-info-box .joint-venture-b-img{
    animation: none;
    opacity: 1;
  }
  .seafood-box .title:after,
  .joint-venture-box .title:after{
    animation: none;
    transform: scaleX(1);
  }
  .seafood-box .title:after,
  .joint-venture-box .title:after{
    width: 60px;
    left: 51%;
  }
  .about-box{
    height: initial;
    padding: 30px 0;
  }

}
@media only screen and (max-width: 750px){
  .products-list{
    width: 48%;
    margin: 10px 1%;
  }
  .products-list-img-box{
    height: 265px;
  }
}
@media only screen and (max-width: 600px){
  .products-list-img-box{
    height: 204px;
  }
  .banner-list-solgan{
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px){
  .header-logo{
    width: 260px;
    max-width: 100%;
  }
  .header-logo-en{
    font-size: 18px;
  }
  .header-logo-ch{
    font-size: 14px;
  }
  .banner-list-solgan{
    font-size: 20px;
  }
  .footer-list-box ul li{
    display: block;
  }
  .footer-list-box ul li .footer-list-title:before{
    display: none;
  }
  .seafood-box{
    width: 350px;
  }
  .products-list{
    width: 350px;
    max-width: 100%;
    display: block;
  }
  .products-list-img-box{
    height: 263px;
  }
  .joint-venture-info-box{
    width: 350px;
    max-width: 100%;
  }
  .joint-venture-s-list{
    margin-bottom: 10px;
  }
  .joint-venture-text{
    height: initial;
  }
  .footer-list span{
    display: block;
  }
  .contact-mail a:nth-child(3):before,
  .footer-list-box ul li:last-child .footer-list-title a:nth-child(2):before{
    content: '';
    display: block;
  }
}
@media only screen and (max-width: 350px){
  .products-list{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .products-list-img-box{
    height: 225px;
  }
}