	@media screen and (min-width:992px) and (max-width:1200px){
	    html{
	        font-size: 14px !important;
	    }
	    .footer .diycontainer .link .linkitem:nth-child(3){
	        width: 300px;
	    }
		.diycontainer{
			width: 970px;
			justify-content: center!important;
		}
		.container{
			width: 970px;
		}
		.header{
			width: 970px;
		}
		.firstContainer{
			width: 970px;
		}
		/*second*/
		.second-box .describe h3 {
            width: 100%;
        }
		/*second end*/
		/*fifth*/
		
		.fifth_navbox ul li {
            padding-left: 18.5%;
        }
		.fifth_content .swiper-wrapper .swiper-slide {
            /*padding-left: 60px ;*/
            overflow: hidden;
        }
		/*fifth end*/
		/*footer*/
		.footer h1 {
            margin-top: 3.5625rem;
            width: 100%;
            font-size: 3.625rem;
            padding: 0 24px;
        }
		/*footer end*/
	}