@charset "utf-8";
/* CSS Document */
@media(max-width: 1700px) {
	.w_all,.w_all2{
		width: 88%;
	}
	header .nav li{
		margin-left: 80px;
	}
}
@media(max-width: 1650px) {
	header .nav li{
		margin-left: 60px;
	}
}
@media(max-width: 1400px) {
	header .nav li{
		margin-left: 40px;
	}
	.index_bar1 h6{
	    font-size: 18rem;
	}
	.index_bar3 .top .title h3 {
        font-size: 6rem;
	}
}
@media(max-width: 1300px) {
	body,html{
		font-size: 60%;
	}
	.w_all,.w_all2 {
		width: 90%;
	}
	header .nav_box {
    width: 94%;
	}
	header .nav li{
		margin-left: 30px;
	}
}
@media(max-width: 1200px) {
	body,html{
		font-size: 54%;
	}
	header .nav_box {
    width: 98%;
	}
	header .logo {
        height: 30px;
	}
	header.active .logo {
        height: 30px;
    }
	header .nav li{
	    line-height: 70px;
	    margin-left: 25px;
	}
	header .others .ll{
	    width: 70px;
	    height: 70px;
	}
	.banner {
        margin: 90px 0 0px;
        padding-right: 0;
	}
	.index_bar1 h6 {
        font-size: 13rem;
    }
    .more2{
        line-height: 46px;
    }
    .index_bar3 .top .title h3 {
        font-size: 5rem;
    }
    .ban {
        margin-top: 70px;
    }
    .p_ban ul li img {
    width: 40px;
    }
    .pro ul li h3{
        font-size: 3.6rem;
    }
    .pro ul li p{
        font-size: 1.8rem;
    }
    .pro_list1s ul li h3 {
        font-size: 2rem;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #dituContent {
        height: 340px;
    }
    .allRight .messages{
        bottom: 8%;
    }
}
@media(max-width: 800px) {
    p{
        letter-spacing: 0;
    }
	body,html{
		font-size: 50%;
		overflow-x: hidden;
	}
	.w_all,.w_all2{
		width: 94%;
	}
	p {
        font-size: 1.6rem;
        line-height: 1.6;
	}
	header {
        width: 100%;
        border-top: 6px solid var(--main-color);
    }
	header .logo {
        height: 40px;
    }
	header.active .logo {
        height: 20px;
    }
	nav{
	    position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: var(--main-color-white);
        display: none;
	}
	header .nav ul{
	    display: block;
	    text-align: center;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	header.active .nav li {
        line-height: 70px;
        width: max-content;
        margin: auto;
    }
    header .nav li {
        line-height: 70px;
        margin-left: 0;
        width: max-content;
        margin: auto;
    }
    header .nav li span{
        font-size: 1.8rem;
    }
    header .others .ll {
        width: 50px;
        height: 50px;
    }
    header .others img {
        width: 20px;
    }
    header .others .ll.menus{
        display: block;
    }
    header .others .llshop strong{
        top: 10%;
    }
    header.active .others .ll {
        height: 50px;
    }
    .banner{
        padding-right: 0;
        margin: 56px 0 0px;
    }
    .banner .swiper-container, .banner .swiper-slide {
        border-bottom-right-radius: 40px;
    }
    .banner ul{
        display: none;
    }
    .title h3{
        font-size: 3rem;
    }
    .index_bar1 ul li{
        width: 100% !important;
    }
    .more span{
        transform: scale(0.6);
        margin-left: 2px;
    }
    .index_bar2 ul li {
        width: 47%;
        }
    .index_bar2 ul li:nth-of-type(3),.index_bar2 ul li:nth-of-type(4) {
        display: none;
    }
    .index_bar2 .txt{
        display: block;
    }
    .index_bar2 .txt h4{
        font-size: 1.8rem;
        margin-top: 3px;
    }
    .more2 {
        line-height: 36px;
    }
    .index_bar3 .top .title h3 {
        font-size: 3.2rem;
    }
    .index_bar3 .top .title {
        margin-left: 0;
    }
    .index_bar3 .top {
        display: block;
    }
    .index_bar3 .top .rr {
        width: 100%;
    }
    .index_bar3 dl{
        display: block;
    }
    .index_bar3 dl dd {
        width: 100%;
        height: 160px;
    }
    .index_bar3 dl dd h3 {
        font-size: 3.6rem;
    }
    .footer {
        padding: 8% 0 3%;
    }
    .footer .fbox{
        display: block;
    }
    .footer .ttbox {
        width: 100%;
    }
    .footer .logo2 img{
        height: 24px;
        margin: auto;
    }
    .footer .box .left ul{
        display: none;
    }
    .footer .box .left{
        width: 100%;
    }
    .footer .left h6{
        text-align: center;
    }
    .footer .left h6 span{
        display: block;
        margin: 10px 0;
    }
    .footer .ttbox .totop img{
        margin: auto;
        position: absolute;
        right: 3.5%;
        bottom: 3%;
        display: none;
    }
    .footer .copy {
        display: block;
    }
    .footer .copy .right {
        position: static;
        -webkit-transform: none;
        transform: none;
        justify-content: center;
        margin-top: 10px;
    }
    .footer .copy p{
        text-align: center;
    }
    .footer .copy p a{
        display: block;
    }
    .footer .copy .right img {
        width: 24px;
        margin-left: 15px;
    }
    .allRight .messages img{
        width: 40px;
    }
	
    .allRight ul li {
        padding: 10px;
    }
	.footer .box{
	    display: block;
	}
	.p_menu{
	    display: none !important;
	}
	.ban {
        margin-top: 56PX;
    }
    .p_ban.active{
        margin-top: 50PX;
    }
	.p_ban ul{
	    flex-wrap: wrap;
	}
	.p_ban ul li{
	    width: 50%;
	}
	.p_ban ul li img {
        width: 35px;
    }
    .pro ul li{
        overflow: hidden;
        width: 100% !important;
        border: none;
        margin-top: 10px;
    }
    .pro ul li .imgs img {
        width: 150%;
        margin-left: -25%;
    }
    .pro ul li h3 {
        font-size: 2.6rem;
    }
    .pro ul li p {
        font-size: 1.4rem;
    }
    .plist_ban img{
        margin: 0;
    }
    .plist_ban h2{
        font-size: 2.6rem;
    }
    .pro_list1s ul li {
        width: 48%;
    }
    .pro_list1s ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .pro_list1s ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro ul li .txt{
        top: 5%;
    }
    .pd_nav ul{
        display: none;
    }
    .pro_d .bar1 .box {
        display: block;
    }
    .pro_d .bar1 .ll {
        width: 100%;
        display: block;
    }
    .pro_d .bar1 .ll .imgs {
         width: 100%; 
         margin-right: 0px; 
        display: flex;
        justify-content: space-between;
    }
    .pro_d .bar1 .ll .imgs img {
        width: 24%;
        display: block;
        margin: 15px 0;
        padding: 3%;
    }
    .pro_d .bar1 .ll .imgbox {
        width: 50%;
        margin: 3% auto 8%; 
    }
    .pro_d .bar1 .rr {
        width: 100%;
        margin-right: 0;
    }
    .pro_d .bar2 {
       display: block;
    }
    .pro_d .bar2 .left {
        width: 100%;
        padding: 5%;
    }
    .pro_d .bar2 .right {
        width: 100%;
    }
    .title3 {
        font-size: 2.4rem;
        margin: 8% auto 5%;
    }
    .pro_d .bar3 table tr td {
        font-size: 1.6rem;
        padding: 10px 5px;
    }
    .pro_d .bar4 ul li .vbtn {
        width: 30px;
    }
    .pro_d .bar4 ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 3%;
    }
    .pro_d .bar5 ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 3%;
    }
    .pro_d .bar6 {
        padding-bottom: 5%;
    }
    .pro_d .bar6 ul li {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 3%;
    }
    .pro_d .bar6 ul li h3 {
        font-size: 2rem;
        margin: 5% 0;
        padding-bottom: 5%;
    }
    .pro_d .bar6 ul li img {
        width: 50px;
    }
    .download ul li {
        margin-right: 0 !important;
        width: 100%;
        padding: 4% 1%;
    }
    .ban h1 {
        left: 10%;
        font-size: 3rem;
    }
    .about .title2 {
        width: 100%;
    }
    .about .bar1 .left{
        display: none;
    }
    .about .bar1 .right {
        width: 94%;
        margin: about;
    }
    .about .bar1 {
        display: block;
    }
    .title2 h3 {
        font-size: 2.8rem;
    }
    .about2 p{
        padding: 0;
    }
    .about3 ul li{
        display: block;
        margin-top: 10%;
    }
    .about3 ul li .txt {
        width: 100%;
    }
    .about3 ul li .img {
        width: 100%;
        margin-top: 5%;
    }
    .about3 ul li .more2 {
        width: 180px;
        margin-top: 5%;
        line-height: 42px;
    }
    .contact .contain{
        padding-bottom: 8%;
    }
    .contact .bar1 {
        display: block;
    }
    .contact .bar1 .left {
        width: 100%;
    }
    .contact .bar1 .right {
        width: 100%;
        margin-top: 8%;
    }
    #dituContent {
        height: 240px;
    }
    .contact .bar1 img {
        width: 20px;
        height: 20px;
        margin-top: -1px;
        margin-right: 8px;
    }
    .contact .bar2 ul input{
        box-sizing: border-box;
    }
    .news ul a{
        width: 48.5%;
    }
    .news ul a:nth-of-type(3n){
        margin-right: 3%;
    }
    .news ul a:nth-of-type(2n){
        margin-right: 0;
    }
    .news_d .top .rr img{
        width: 36px;
    }
    .news_d .top .title2 h3{
        font-size: 2.4rem;
    }
    .tk .box{
        width: 80%;
    }
    .tk .box .lls button{
        line-height: 40px;
    }
    .navs a {
        display: block;
        margin: 20px 0;
    }
    .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;
    }
}