*{
	margin: 0;
	padding: 0;
}
.picture{
	width: 100%;
}
.picture>img{
	width: 100%;
}
.about{
	width: 100%;
	text-align: center;
}
.about>p:nth-of-type(1){
	font-size: 25px;
}
.about>p:nth-of-type(2){
	font-size: 15px;
}
.about1{
	width: 70%;
	margin: 3% auto;
	font-size: 15px;
}
.about2{
	width: 70%;
	margin: 0 auto;
	font-size: 15px;
}
.about3{
	width: 70%;
	display: flex;
	justify-content: space-around;
	
	margin: 0 auto;
	margin-top: 5%;
	
}
.about3-1{
	width: 40%;
}
.about3-1>img{
	width: 100%;
}
.about3-2{
	width: 40%;
}
.about3-2>img{
	width: 100%;
}
.daoshu{
	margin: 3% auto;
	width: 100%;
	height: 150px;
	background-image: url(../img/picture2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.daoshu1{
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
  text-align: center;
}
.daoshu2{
	flex: 1;
}
.daoshu2>p:nth-of-type(1){
	color:#C80202;
	font-size: 30px;
}
.daoshu2>p:nth-of-type(2){
	color:white;
}
.zihenduo{
	margin: 6% auto;
}
.zi1{
	width: 50%;
	margin: 3% auto;
	text-align: center;
}
.zi1-1{
	color:#C80202;
	font-size: 20px;
}
.zi1-2{
	/* color:#C80202; */
	margin-top: 2%;
	font-size: 15px;
}

@media screen and (max-width:768px) {
	.daoshu1 {
	    width: 100%;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: space-around;
	    text-align: center;
	}
	.daoshu2>p:nth-of-type(1) {
	    color: #C80202;
	    font-size: 21px;
	}
	.daoshu2>p:nth-of-type(2) {
	    color: white;
	    font-size: 12px;
	}
	.fute{
		display: none;
	}
	.zi1-2 {
	    /* color: #C80202; */
	    margin-top: 2%;
	    font-size: 12px;
	}
	.about1 {
	    width: 92%;
	    margin: 3% auto;
	    font-size: 15px;
	}
	.about2 {
	    width: 92%;
	    margin: 3% auto;
	    font-size: 15px;
	}
	.about3 {
	    width: 100%;
	    display: flex;
	    justify-content: space-around;
	    margin: 0 auto;
	    margin-top: 5%;
	}
	
	
	.zi1 {
	    width: 78%;
	    margin: 3% auto;
	    text-align: center;
	}
}