@charset "utf-8";
/* CSS Document */
@media(max-width: 1650px) {
	.w_all,.w_all2 {
		width: 80%;
	}
	
}
@media(max-width: 1400px) {
	body,html{
		font-size: 50%;
	}
    .index_bar2 .rr p{
        font-size: 2.6rem;
    }
    .philosophy .tt .imgs img {
        top: 0%;
        max-width: 22%;
    }
    header .logo p{
        font-size: 2.4rem;
        margin-top: 1.3rem;
    }
}
@media(max-width: 800px) {
    p{
        letter-spacing: 0;
    }
	body,html{
		font-size: 46%;
		overflow-x: hidden;
	}
	.w_all,.w_all2{
		width: 94%;
	}
	p {
        font-size: 1.6rem;
        line-height: 1.6;
	}
    header .nav_box{
        height: 70px;
    }
    header .logo {
        height: 50px;
        position: relative;
    }
    header .logo img {
        height: 100%;
    }
    header .others .language img {
        height: 2rem;
    }
    header .others .lbox img {
        height: 22px;
    }
    header .logo p{
        font-size: 1.4rem;
        margin: 0;
    }
    header .logo >div{
        position: absolute;
        left: 50%;
        top: 14%;
        width: max-content;
    }
    header .others .ll{
        margin-left: 1rem;
    }
    header .others .llshop strong{
        font-size: 1.7rem;
    }
    .search {
        padding: 0.4rem 1rem;
        border-radius: 6px;
    }
    header .nav{
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        z-index: 9999999;
        display: none;
        height: calc(100vh - 80px);
    }
    header .nav ul{
        display: block;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    header .nav li{
        line-height: 2;
        margin: 2vh 0;
    }
    header .nav li span{
        font-size: 1.9rem;
    }
    header .others .language{
        margin: 5px  0 5px;
        line-height: 24px;
    }
    header .others .lbox{
        padding-right: 2.5rem;
        transform: scale(0.8);
    }
    header .others .language span{
        font-size: 1.5rem;
    }
    .s_menu{
        display: none !important;
    }
    .search{
        margin-right: 0;
    }
    .navBtn{
        display: block;
    }
	.search input{
        width: 10rem;
    }
    .index_bar1 .btn img{
        width: 4.5rem;
    }
    .title h3{
        font-size: 3rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .index_bar2 .ll{
        width: 100%;
        height: 30rem;
        position: static;
    }
    .index_bar2 .rr{
        width: 100%;
        padding: 8% 0;
    }
    .more{
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.8rem;
    }
    .more i{
        font-size: 1.8rem;
    }
    .index_bar3 ul li{
        width: 48.5%;
    }
    .index_bar3 ul li:nth-of-type(3n){
        margin-right: 3%;
    }
    .index_bar3 ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .index_bar3 ul li h6{
        font-size: 1.8rem;
    }
    .index_bar4 dl dd{
        margin:2rem 1rem;
        font-size: 1.2rem;
    }
    .index_bar4 dl dd img{
        height: 6rem;
    }
    .index_bar5 ul li h6{
        padding: 1.5rem 0;
        font-size: 2rem;
    }
    .index_bar5 ul{
        flex-wrap: wrap;
    }
    .index_bar5 ul li{
        width: 100%;
        margin: 2% 0 !important;
    }
    .index_bar5 .more{
        margin-top: 3rem;
    }
    .footer .box .left{
        width: 100%;
        text-align: center;
    }
    .footer .left p{
        display: block;
        margin: 1rem 0;
    }
    .footer .left h6{
        margin-bottom: 1rem;
    }
    .footer .right{
        margin: 2rem auto 0;
        justify-content: center;
    }
    .footer .left p a{
        width: 100%;
    }
    .footer .right img{
        margin: 0 1rem;
    }
    .all_left{
        width: 100%;
        padding: 2rem;
    }
    .all_left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .all_left ul a{
        display: block;
        width: 50%;
        margin: 0.7rem 0;
     }
    .all_left ul li{
        margin: 0;
    }
    .all_right{
        width: 100%;
        margin-top: 10%;
    }
    .title2{
        padding-left: 0;
    }
    .title2 h3{
        font-size: 2.4rem;
        text-align: center;
       
    }
    .about dl dd{
        width: 100%;
        margin: 2% 0!important;
    }
    .philosophy .tt .imgs img{
        top: 0%;
    }
    .index_bars{
        padding: 8% 0;
    }
    .history .dls dl::after{
        width: 3rem;
    }
    .history .dls dl h6{
        font-size: 1.8rem;
        padding-top: 0.5rem;
    }
    .history .dls dl p{
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .history .dls dl::before{
        width: 7px;
        height: 7px;
        right: -5px;
    }
    .history .dls dl:nth-of-type(2n)::before{
        right: inherit;
        left: -3px;
    }
    .pro .all_left ul a{
        width: 33.3%;
    }
    .pros .all_right{
        width: 100%;
    }
    .pro dl dd{
        width: 48.5%;
    }
    .pro dl dd:nth-of-type(3n){
        margin-right: 3%;
    }
    .pro dl dd:nth-of-type(2n){
        margin-right: 0;
    }
    .pro dl dd:nth-of-type(3){
        margin-top: 3%;
    }
    .pro2 dl dd{
        flex-direction: column-reverse;
    }
    .pro2 dl dd .tt{
        width: 100%;
        text-align: center;
    }
    .pro2 dl dd p{
        justify-content: center;
    }
    .pro2 dl dd h4{
        font-size: 2.4rem;
    }
    .pro2 dl dd .bottom{
        justify-content: center;
        margin:3rem 0 5%;
    }
    .pro2 dl dd b{
        width: 100%;
    }
    .pro_d .bar1 .ll{
        width: 100%;
    }
    .pro_d .bar1 .rr{
        width: 100%;
        margin-top: 8%;
    }
    .sustainability ul li{
        width: 100%;
        padding: 4% 0;
    }
    .sustainability .imgs img{
        position: static;
        transform: none;
        max-width:40%;
        margin: 8% auto 5%;
    }
    .sustainability ul li h3{
        font-size: 2rem;
        text-align: center;
    }
    .news ul li {
        margin-bottom: 3%;
    }
    .news ul li .left{
        width: 100%;
    }
    .news ul li .right{
        width: 100%;
        margin-top: 6%;
    }
    .news ul li h3{
        margin-bottom: 0rem;
    }
    .news ul li span{
        margin: 1rem 0;
    }
    .news .more{
        margin-top: 2rem;
        position: static;
        transform: scale(1);
        font-size: 1.6rem;
    }
    .news_d .title2 h3{
        font-size: 2.4rem;
    }
    .news_d .top .ll{
        width: 100%;
    }
    .news_d .rr img{
        height: 5rem;
    }
    .news_d .top{
        margin-bottom: 6%;
    }
    .news_d .contain .left p{
        line-height: 1.7;
    }
    .contact .bar1 .right{
        width: 100%;
    }
    .contact .bar1 .left{
        width: 100%;
    }
    .contact .bar2 .submit{
        line-height: 38px;
        width: 100px;
    }
    header .others .language .lanbox{
        top: 30px;
    }
    .tk .box{
        width: 80%;
    }
    .tk .box .lls button{
        line-height: 40px;
    }
    .my button {
        width: 160px;
    }
    .submits{
        line-height: 40px;
    }
    .orders ul li:first-of-type{
        display: none;
    }
    .orders ul li {
        display: block;
        padding: 5% 0;
        overflow: hidden;
    }
    .orders ul li .lst{
        float: left;
    }
    .orders ul li .lst:first-of-type{
        width: 100%;
    }
    .orders ul li .lst:nth-of-type(4){
        display: none;
    }
    .orders ul li .lst:nth-of-type(2){
        margin-left: 95px;
        margin-right: 20px;
    }
    .orders ul li img {
        width: 60px;
        margin-right: 15px;
    }
    .orders .bottom {
        display: block;
    }
    .orders .bottom .left {
        width: 100%;
        margin: 5% 0;
    }
    .orders .submits{
        margin: auto;
    }
    .orders .submits{
        width: 150px;
    }
    .numbers input {
        width: 40px;
        line-height: 26px;
    }
    .numbers {
        width: 40px;
        margin-top: -8px;
    }
    .orders ul li .del{
        margin-left: 20px;
        margin-top: -8px;
    }
    .orders ul li .del img{
        width: 16px;
    }
}