*{
    margin: 0;padding: 0;list-style: none;text-decoration: none;font-family: "微软雅黑";
}
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}


.middle .banner img{
	display: block;
	width: 100%;
}

.middle  .row-one{
	width: 100%;
	height: 15.33333333333333vw;
	background: url(../img/one.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 8.266666666666667vw 0 5.333333333333333vw;
}

.middle  .row-one h2{
	
	padding: 1vw 0 0 21vw;
    font-size: 8vw;
    color: #2e2e2e;
	
}

.middle  .row-one p{
	position: absolute;
	left: 54vw;
    top: 8vw;
    font-size: 3.2vw;
    color: #2e2e2e;
}

.middle  .all-title{
	
	background-color: #e4e4e4;
	width: 25.86666666666667vw;
	height: 8.266666666666667vw;
	text-align: center;
	line-height: 8.266666666666667vw;
	color: #434343;
	font-size: 4.8vw;
	
}

.middle .ryzs {
	
	font-size: 3.2vw;
	padding:  4vw;
	color: #565656;
	text-align: justify;
	
}


.middle .sccp{
	display: flex;
	justify-content: space-evenly;
}
.middle .sccp div{
	width: 47%;
	height: 29vw;
	overflow: hidden;
	background: url(/class/template/publicimg/loading.gif) no-repeat center;
    background-size: 10%;
}
.middle .sccp img{
	display: block;
	width: 100%;
}







































