.container{
	width: 100%;
	overflow: hidden;
}
header{
	background: url(../img/关于/1.jpg) no-repeat center;
	background-size: cover;
	height: 930px;
}
/* nav{
	background: rgba(255,255,255,0.1);
} */
.main{
	background: #262a37;
	color: white;
	padding-bottom: 50px;
	max-height: 100%;
}
.main .docker{
	max-width: 1080px;
	padding-left: 20px;
    padding-right: 20px;
}
.content{
	margin-top: 15px;
	padding-bottom: 25px;
}
.content p{
	margin-bottom: 5px;
	line-height: 2em;
	font-size: 16px;
}
.content p:first-of-type{
	text-indent: 3em;
	margin-top: 30px;
}
.content p:nth-of-type(2){
	text-indent: 3em;
}
.title {
    /* padding-top: 110px; */
    text-align: center;
    margin-bottom: 110px;
}

.info{
	width: 80%;
	margin: 0 auto;
}

.info li {
    margin-bottom: 40px;
    position: relative;
    text-indent: 1.2em;
}
.info li::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 7px;
	border-radius: 100%;
	background: red;
}

.info li:nth-of-type(1){
	margin-bottom: 150px;
}

.info li:nth-of-type(2) p{
	margin-top: 10px;
	/* padding-bottom: 20px; */
}
.info li:nth-of-type(2)::before{
	background: #31a9fc;
}
.info li:nth-of-type(3)::before{
	background: #bd55e4;
}
.info li:nth-of-type(3) p{
	margin-top: 10px;
	/* padding-bottom: 20px; */
}
/* .info li:nth-of-type(4){
	margin-bottom: 200px;
} */
.info li:nth-of-type(4)::before{
	background: #ff6000;
}
.info li:nth-of-type(4) p{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* .info li:nth-of-type(5){
	margin-bottom: 150px;
} */
.info li:nth-of-type(5)::before{
	background: #399232;
}

.info li:nth-of-type(5) h3{
	margin-bottom: 10px;
}
.info li h4{
	margin-top: 30px;
	margin-bottom: 12px;
}

.info li:nth-of-type(6)::before{
	background: #13ebfa;
}

.info li:nth-of-type(6) h3{
	margin-bottom: 10px;
}
.info li:nth-of-type(7)::before{
	background: #b9e455;
}

.info li:nth-of-type(7) h3{
	margin-bottom: 10px;
}

.info li:nth-of-type(7) p{
	margin-bottom: 200px;
}
.info li:nth-of-type(8)::before{
	background: #5ae455;
}

.info li:nth-of-type(8) {
	margin-bottom: 150px;
}

.icon{
	display: inline-block;
	text-align: center;
	/*width: 190px;*/
	cursor: pointer;
	width: 150px;
}
.icon p{
	margin-top: 5px;
}
.one{
	margin: 50px auto;
}
.one img{
	width: 50px;
	height: 50px;
}
.two img{
	width: 110px;
	height: 110px;
}
@media only screen and (max-width: 1200px) {
	.docker{
		max-width: 980px;
	}
	.info{
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 860px){
	.one{
		display: flex;
	}
	.two {
	    display: flex;
	    flex-flow: wrap;
	}
	.icon{
		margin-bottom: 20px;
	}
}

.bigtitle{
	padding-top: 200px;
	padding-bottom: 100px;
}
.bigtitle label{
	vertical-align: middle;
	font-size: 40px;
}