@media (min-width: 992px){
	.col-md-6 {
	    width: 50%;
		float: left;
	}
}
@media (min-width: 1200px){
	.menubtn {
	    display: none;
	}
	.pcml{
		display: block;
	}
	.H5{
		display: none;
	}
}
@media (max-width: 1200px) {
	.erw2 {
	    width: 84%;
	}

}
@media screen and (max-width: 1200px){
	.footer-infobar {
	    text-align: center;
	}
	.footer-infobar .logo-footer {
	    text-align: center;
	    margin-bottom: 20px;
	}
	
	.ERF{
		max-width: 100%;
	}
	.ERF h2 {
	    font-size: 20px;
	}
	.ERW{
		display: flex;
		align-items: flex-start;
	}
	.erw1{
		font-size: 24px;
		    width: 48px;
		    height: 48px;
			line-height: 48px;
	}
	.erw2 {
	    width: 81%;
	}
	.erw7_1{
		width: 100%;
		display: block;
	}
	.ERW::after{
		left: 24px;
	}
	.SAN h2 {
	    font-size: 20px;
	}
	.sanli1 {
	    width: 100%;
	    margin-right: 0;
	}
	.SIS {
	    padding: 40px 0;
	}
	.SIF {
	    width: 100%;
	}
	.SIR {
	    width: 100%;
	    height: 175px;
		    margin-top: 20px;
	}
	.MULE{
		width: 100%;
	}
	.MULE h2 {
	        font-size: 20px!important;
	        line-height: 25px;
	}
	.MURI {
	    width: 100%;
	    padding: 0;
		padding-top: 3rem;
	}
	.liuW2 {
		border-bottom: 1px solid #eee;
	       font-size: 26px;
	}
	.liuW7 {
	    margin-top: 10px;
	}
	.liuW7_1 {
	    width: 100%;
	    margin-right: 0;
		margin-bottom: 16px;
	}
	.liuW7_1:last-child{
		margin-bottom: 0;
	}
	.pcml{
		display: none;
	}
	.LIUS {
	    height: 80vh;
	    min-height: 725px;
	}
	.menubtn{
		float: right;
		    margin-top: 10px;
	}
	.menubtn i {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #ffffff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		/* border-radius: 2px; */
	}
	
	.menubtn i:nth-child(1) {
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	.menubtn i:nth-child(2) {
		margin-top: 4px;
	}
	
	.menubtn i:nth-child(3) {
		margin-top: 4px;
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}
	.menubtn.on i:nth-child(1) {
		-webkit-transform: rotate(36deg);
		-moz-transform: rotate(36deg);
		-ms-transform: rotate(36deg);
		-o-transform: rotate(36deg);
		transform: rotate(36deg);
	}
	
	.menubtn.on i:nth-child(2) {
		opacity: 0;
	}
	
	.menubtn.on i:nth-child(3) {
		-webkit-transform: rotate(-36deg);
		-moz-transform: rotate(-36deg);
		-ms-transform: rotate(-36deg);
		-o-transform: rotate(-36deg);
		transform: rotate(-36deg);
	}
	.H5{
		display: block;
	}
	.mobileml{
		display: none;
		    background-color: rgb(245, 246, 251);
	}
	.mobml{
		padding: 1.33333rem 1.06666rem;
		display: block;
	}
	.yi1{
		height: auto;
	}
	.liuW1{
		height: auto;
	}
}