.bigImg{
	height: 520px;
	margin-top: 65px;
}
.bigImg img{
	height: 520px;
	width: 1200px;
}
article{
	padding-bottom: 76px;
}
article p{
	margin:0;
	line-height: 35px;
	font-size: 18px;
	color: #000;
	padding:0 120px 0 90px;
	margin-top: 40px;
}
    article p span:first-child {
        color:#018bf6
    }
article h1{
	font-size: 50px;
	color: #010101;
	margin-top: 85px;
	text-align: center;
	font-weight: 100;
	font-family: "PingFang_thin";
}
article h2{
	font-size: 30px;
	color: #010101;
	margin-top: 30px;
	text-align: center;
		font-weight: 400;
}
article .title{
	font-size: 24px;
	color:#000;
	margin-top:45px;
}
article .content{
	font-size: 18px;
	color:#000;
	margin-top:45px;
}

.parTitle {
    margin:0 120px 0 90px;
    font-size:24px;
    color:#333;
    border-bottom:1px solid #cccccc;
    padding-bottom:30px;
}
.parList {
    padding:30px 120px 75px 90px;
    overflow:hidden;
}
    .parList li {
        margin:15px 15px 0 0;
        width:234px;
        height:209px;
        border:1px solid #e4e4e4;
        border-radius:5px;
        float:left;
    }
        .parList li div {
        width:234px;
        height:209px;
        text-align:center;
        vertical-align:middle;
        display:table-cell
        }
        .parList li img {
            max-height:209px;
            max-width:234px
        }
        .parList li:nth-child(4n) {
            margin-right:0;
        }
