	@media screen and (min-width: 2000px) {
		.gotoTopEx{
			display: none
		}
		.footer_box_input{
		   	width:50%;
		  	


	   }
	   .titleBoxText{
	   	 	margin-bottom:20px;
			   flex-direction: row;
		}
		.textArea{
			padding: 0 40px;
		}
		.aboutImg.a{
			width:50%;
		
		}
	   .toTop.show{
			display: flex;
		}
		.qrcode{
			display: flex;
	   }
	      .newsList{
	        text-align: justify;
	    }
	   .contact_btn{
	   	width:300px;
	   }
	   .header { 
		   	width:2000px;
		   	left:50%;
			margin-left:-1000px;
			height:60px;
		}
		.header:before{
			content:'';
		}
		.header:after{
			content:'';
		}
		
	}