.bigImg{
	height: 520px;
	margin-top: 65px;
}
.bigImg img{
	height: 520px;
	width: 1200px;
}
article{
	padding-bottom: 76px;
}
    article i {
        font-style:normal;
        display:block;
        font-size:18px;
        color:#333;
            padding: 0 120px 50px 90px;
    }
    article span {
        font-size:24px;
        color:#00aef6;
        padding: 0 120px 20px 90px;
        display:block;
    }
        article span:nth-of-type(1){
            padding-top:50px;
        }
article p{
	margin:0;
	line-height: 35px;
	font-size: 18px;
	color: #000;
	padding:0 120px 0 90px;
	margin-top: 40px;
    text-indent:2em;
}
    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;
}

.msgDialog{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9999999;
	display: none;
}
.msgDialog .msg{
	position: absolute;
	background-color: #fff;
		height: 500px;
	width: 700px;
	border-radius: 5px;
}
.msgDialog .close{
	color: #dedede;
	padding: 15px;
	cursor: pointer;
	color: #333;
	text-align: right
}
.msgDialog .title1{
	font-size: 42px;
	color: #333333;
	text-align: center;
	font-family: "PingFang_yb";
}
.msgDialog .title2{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.msgDialog .name{
	margin-top: 40px !important;
}
.msgDialog .name,
.msgDialog .phone,
.msgDialog .message{
	margin:20px  125px 0;
	font-size: 22px;
	overflow: hidden;
	color: #333;
}
.msgDialog .name span,
.msgDialog .phone span{
	display: block;
	float: left;
	line-height: 42px;
}
.msgDialog .message span{
		display: block;
	float: left;
	line-height: 75px;
}
.msgDialog .name input,
.msgDialog .phone input{
	height: 42px;
	width: 288px;
	float: right;
	text-indent: 10px;
	font-size: 22px;
}
.msgDialog .message textarea{
	height: 75px;
	width: 290px;
	float: right;
	text-indent: 10px;
	font-size: 22px;
	resize: none;
}
.msgDialog .name:before,
.msgDialog .phone:before,
.msgDialog .message:before{
	content: "";
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
.msgDialog .btnSure{
	margin-top: 30px;
}
.msgDialog .btnSure input{
	display: block;
	margin:0 auto;
	height: 40px;
	width: 337px;
	border-radius: 5px;
	border:1px solid #0088cc;
	color: #0088cc;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
	background-color: #fff;
	cursor: pointer;
}
.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;
        }
.advantage {
   padding: 0 120px 35px 90px;
   overflow:hidden;
}
    .advantage li {
        margin-right:15px;
        background-color:#f9f9f9;
        color:#333;
        height:535px;
        width:320px;
        float:left;
    }
        .advantage li:last-child {
            margin-right:0;
        }
        .advantage li p:nth-child(1) {
            height:167px;
            width:320px;
            text-align:center;
            display:table-cell;
            vertical-align:middle;
        }
        .advantage li p:nth-child(2) {
            line-height:40px;
            font-size:24px;
            text-align:center;
            max-width:180px;
            margin:0 auto;
            padding-bottom:40px;
        }
        .advantage li p:nth-child(3) {
            width:250px;
            margin:0 auto;
            line-height:30px;
            text-align:left;
        }