@charset "utf-8";

@media screen and (min-width: 1025px){
    .pc_none{
        display: none;
    }
}

@media screen and (max-width: 1320px){
    .w1300{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1024px){
    .mb_none{
        display: none;
    }
    .header{
        height: 60px;
        background: #fff;
    }
    .header_wrap{
        height: 60px;
    }
    
    .header .logo img{
        height:46px;
    }
    .header .logo .img1{
        display: none;
    }
    .header .logo .img2{
        display: block;
    }
    
    .menuBtn{
        height: 60px;
        width: 60px;
    }
    .menuBtn .line{
        width: 26px;
        height: 2px;
        margin: 10px auto;
    }
    .menuBtn.active .line:nth-child(1) {
        -webkit-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -o-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
    }
    .menuBtn.active .line:nth-child(3) {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -o-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }
    .menuPage{
        padding-right: 60px;
    }
    .banner{
        padding-top: 60px;
    }
    .banner .item .item_con h4{
        font-size:36px;
    }
    .banner .item .item_con p{
        font-size:16px;
        margin:5px 0 40px;
    }
    .banner .swiper-pagination{
        bottom:10px;
    }
    .banner .item .item_con .btn{
        width: 50px;
        height: 50px;
    }
    @keyframes downico{
    	0%{bottom: 60px;}
    	50%{bottom:90px;}
    	100%{bottom:60px;}
    }
    .pt50{
        padding-top: 30px;
    }
    .pt80{
        padding-top: 50px;
    }
    .pt100,.pt120{
        padding-top: 60px;
    }
    .pb80{
        padding-bottom: 50px;
    }
    .pb100,.pb120{
        padding-bottom: 60px;
    }
    .pub_btn1{
        width: 180px;
        height: 50px;
    }
    .s38{
        font-size: 30px;
    }
    .tit_box1 .tit h4{
        font-size:34px;
    }
    
    .about{
        position: relative;
    }
    .about_con{
        padding-left: 0;
    }
    .about_img{
        width: 0;
        position: static;
    }
    .about_img .mark{
        left: auto;
        right: 0;
        top: 60px;
    }
    .product_img .j_list{
        top: -65px;
    }
    .product_con{
        padding-left: 5%;
    }
    .product_con .j_con .list{
        padding-left: 20px;
    }
    .product_con .j_con .list .item{
        font-size: 14px;
    }
    .product_con .j_tip{
        margin-top: 20px;
        padding-top: 20px;
    }
    .get_free{
        min-height: 400px;
    }
    .get_free .tit{
        font-size: 34px;
        margin-bottom: 50px;
    }
    .get_free .desc{
        font-size: 20px;
    }
    .footer_hd .f_logo img{
        height: 40px;
    }
    .footer_copyright{
        text-align: center;
        padding:15px 0;
    }
    .footer_copyright span{
        display: block;
    }
    .page_banner{
        margin-top: 60px;
    }
    .page_banner:after{
        display: none;
    }
    .page_banner_con .tit{
        font-size: 36px;
        padding-bottom: 30px;
    }
    .page_banner_pos{
        bottom: 20px;
    }
    .page_about_tit{
        font-size: 26px;
    }
    .tit_box2 .tit h4{
        font-size: 30px;
    }
    .tit_box2 .tit h4:after{
        width: 60px;
        height: 3px;
        margin: 12px auto;
    }
    .tit_box2 .tit p{
        font-size: 16px;
    }
    .page_product_panel2_list .item{
        padding: 40px;
    }
    .page_product_panel2_list .item .item_tit .tit{
        font-size: 24px;
    }
    .page_product_panel2_list .item .item_tit .tit:after{
        bottom: -18px;
    }
    .page_jsjs_panel1_list .item .img{
        height: 220px;
    }
    .page_jsjs_panel2_list .item{
        padding: 22px;
    }
    .page_menu_public .item a{
        height: 50px;
    }
    .page_nobanner_pos{
        margin-top: 60px;
    }
    .page_recommended_news .list .item .item_img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .page_recommended_news .list .item .item_con .tit{
        line-height: 1.4;
    }
    .page_news_detail>h1{
        font-size: 30px;
    }
    .page_recommended_news{
        top: 100px;
    }
    .page_contact_con{
        gap: 30px;
    }
    .page_contact_con .j_message .txt p:last-child{
        display: none;
    }
}
@media screen and (max-width: 768px){
  
    .header{
        height: 50px;
    }
    .header .logo img{
        height: 36px;
    }
    .menuPage{
        padding-right: 52px;
    }
    .menuBtn{
        width: 50px;
        height: 50px;
    }
    .menuBtn .line{
        margin:7px auto;
    }
    .menuBtn.active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    .menuBtn.active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    .w1300{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_wrap{
        height: 50px;
    }
    
    .tit_box1 .tit h4{
        font-size: 22px;
    }
    .tit_box1 .tit p{
        font-size: 8px;
    }
    .banner{
        padding-top: 50px;
    }
    .banner .item .item_con h4{
        font-size: 22px;
        text-align: center;
    }
    .banner .item .item_con .btn{
        width: 30px;
        height: 30px;
    }
    .banner .item .item_con .btn i{
        font-size: 12px;
    }
    @keyframes downico{
    	0%{bottom: -10px;}
    	50%{bottom:0px;}
    	100%{bottom:-10px;}
    }
    .about{
        flex-direction: column;
    }
    .about_con{
        padding-top: 30px;
    }
    .about_con .company{
        font-size: 18px;
        margin: 10px 0 20px;
    }
    .about_con .btn_contact .contact{
        margin-left: 14px;
    }
    .pub_btn1{
        font-weight: normal;
        width: 140px;
        height: 44px;
    }
    .about_img{
        width: 100%;
    }
    .about_img .img{
        display: block;
    }
    .about_img .mark{
        left: 0;
        right: auto;
    }
    .about_img .mark img{
        width: 120px;
        height: 120px;
    }
    .about_con .btn_contact .contact .ico{
        width: 44px;
        height: 44px;
    }
    .about_con .btn_contact .contact .ico i{
        font-size: 20px;
    }
    .pt50{
        padding-top: 20px;
    }
    .pt80{
        padding-top: 35px;
    }
    .pt100,.pt120{
        padding-top: 40px;
    }
    .pb80{
        padding-bottom:35px;
    }
    .pb100,.pb120{
        padding-bottom: 40px;
    }
    .s38{
        font-size: 20px;
    }
    #ingredientology-code-graphic{
        display: none;
    }
    .tit_box1.flex-center{
        flex-direction: column;
    }
    .tit_box1.flex-center .desc,.tit_box1.flex-center .btn{
        display: none;
    }
    .product_flex{
        flex-direction: column;
    }
    .product_img{
        padding: 0 5%;
        width: 100%;
    }
    .product_img .j_list{
        display: none;
    }
    .product_img .j_img{
        width: 100%;
        margin-left: 0;
    }
    .product_con{
        padding: 20px 0 0;
    }
    .product_con .j_con{
        flex-direction: column;
    }
    .product_con .j_con .list{
        padding-left: 0;
        margin-top: 15px;
    }
    .tit_box1 .tit h4{
        margin-top: 5px;
    }
    .brand_list .item{
        width: 33.333%;
        display: none;
    }
    .brand_list .item:nth-child(-n+9){
        display: block;
    }
    .brand_list .item .img{
        height: 60px;
    }
    .get_free{
        min-height: 300px;
    }
    .get_free .desc{
        font-size: 16px;
    }
    .get_free .desc br{
        display: none;
    }
    .get_free .tit{
        font-size: 24px;
        margin: 10px 0 30px;
    }
    .product_con .j_con .list .item{
        font-size: 16px;
    }
    .footer_hd{
        display: none;
    }
    .footer_md{
        flex-direction: column;
    }
    .footer_md .msg{
        width: 100%;
    }
    .footer_md .contact{
        padding: 20px 0 0;
    }
    .footer_copyright{
        margin-top: 20px;
    }
    
    .page_banner_pos{
        display: none;
    }
    .page_banner .img img{
        min-height:150px;
    }
    .page_banner_con .tit{
        font-size:22px;
        padding-bottom: 10px;
    }
    .page_banner_con .ico i{
        font-size: 16px;
    }
    @keyframes downico_inner{
    	0%{bottom: 10%;}
    	50%{bottom:15%;}
    	100%{bottom:10%;}
    }
    .page_about1{
        flex-direction: column;
    }
    .page_about_tit{
        width: 100%;
        font-size: 22px;
        margin-bottom: 20px;
        position: static;
    }
    .page_about_tit:after{
        width: 40px;
        height: 2px;
        margin-top: 10px;
    }
    .page_about1_con .content h3,.page_service1_con .content h3{
        font-size: 18px;
        padding-left: 14px;
    }
    .page_about1_con .content h3:before{
        width: 5px;
        height: 5px;
        top: 12px;
    }
    .page_service1_con .content ul{
        gap:12px;
    }
    .page_service1_con .content ul li{
        flex-basis:40%;
        padding: 20px;
    }
    .page_service1_con .content ul.list-3 li .ico{
        width: 50px;
        height: 50px;
    }
    .page_service1_con .content ul.list-3 li .ico img{
        width: 28px;
        height: 28px;
    }
    .page_service1_con .content ul li h4{
        font-size: 18px;
    }
    .tit_box2 .tit h4{
        font-size: 22px;
    }
    .tit_box2 .tit h4:after{
        width: 40px;
        height: 2px;
        margin: 8px auto;
    }
    .tit_box2 .tit p br{
        display: none;
    }
    .page_product_panel2_list .item_w{
        width: 100%;
    }
    .page_product_panel2_list .item{
        padding: 30px;
    }
    .page_product_panel2_list .item .item_tit .tit{
        font-size: 18px;
    }
    .page_product_panel2_list .item .item_tit .ico img{
        width: 40px;
        height: 40px;
    }
    .page_product_panel2_list .item .item_tit{
        padding-bottom: 5px;
    }
    .page_product_panel2_list .item .item_tit .tit:after{
        bottom: -10px;
    }
    
    .footer_md .msg input, .footer_md .msg textarea{
        border-color: rgba(255,255,255,.4);
    }
    
    .page_jsjs_panel1_list{
        margin: -6px;
    }
    .page_jsjs_panel2_list{
        flex-wrap: wrap;
    }
    .page_jsjs_panel1_list .item_w,.page_jsjs_panel2_list .item_w{
        width: 50%;
        padding: 6px;
    }
    .page_jsjs_panel2_list .item .ico{
        width: 36px;
    }
    .page_jsjs_panel2_list .item{
        padding: 16px;
    }
    .page_jsjs_panel2_list .item .con{
        margin-top: 10px;
    }
    .page_jsjs_panel2_list .item h4{
        font-size: 14px;
    }
    .page_jsjs_panel2_list .item h4 br{
        display: none;
    }
    .page_menu_public .list{
        overflow-x: scroll;
    }
    .page_menu_public .item{
        margin-right: 10px;
    }
    .page_menu_public .item a{
        white-space: nowrap;
        font-size: 16px;
        height: 45px;
        padding: 0 20px;
    }
    .page_news_list .item{
        width: 100%;
    }
    .page_news_list .item .item_con .tit{
        height: auto;
    }
    .page_recommended_news{
        display: none;
    }
    .page_nobanner_pos{
        margin-top: 50px;
        padding: 10px 0;
    }
    .page_nobanner_pos .pos{
        font-size: 14px;
    }
    .page_news_detail>h1{
        font-size: 24px;
        padding-bottom: 14px;
    }
    .page_news_detail .info{
        margin-top: 15px;
    }
    .page_news_detail .info .item:last-child{
        display: none;
    }
    .page_news_detail .desc{
        padding: 20px 0;
    }
    .page_news_detail .desc p{
        padding: 0;
    }
    .return_page{
        padding-right: 0;
    }
    .return_page a{
        padding: 20px;
    }
    .page_join_us .item{
        margin-bottom: 20px;
    }
    .page_join_us .item .item_tit{
        flex-direction: column;
        height: auto;
        padding:20px;
        align-items: flex-start;
    }
    .page_join_us .item .item_tit .desc{
        padding:5px 0 10px;
    }
    .page_join_us .item .item_tit .desc span{
        padding: 0;
    }
    .page_join_us .item .item_tit .more{
        margin-left: 0;
    }
    .page_join_us .item .item_con{
        padding:20px 0;
    }
    .page_join_us .item .item_con ul{
        flex-direction: column;
        gap: 20px;
    }
    .page_join_us .item .item_con .tip h6 span{
        display: block;
    }
    .page_contact_con{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .page_contact_con .j_contact{
        gap: 20px;
    }
}










