﻿.bigImg{
	height: 325px;
	margin-top: 65px;
}
.bigImg img{
	height: 325px;
	width: 1200px;
}
article{
	padding-bottom: 100px;
}
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;
}

.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 {
    margin:40px 50px 140px 130px;
    overflow:hidden;
    background:url(../img/teamList2_03.jpg) left top no-repeat;
    padding-top:11px;
}
    .parList li {
        height:77px;
        line-height:76px;
        padding-left:60px;
        font-size:18px;
    }
.process {
    padding:80px 50px 130px 65px;
    overflow:hidden;
}
    .process .left,
    .process .right {
        width:500px;
        float:left;
    }
    .process .left {
        padding-right:40px;
    }
    .process .right {
        padding-left:45px;
    }
    .process .title {
        font-size:24px;
        color:#333;
        line-height:80px;
    }
    .process .item {
        padding-left:40px;
        line-height:40px;
        font-size:18px;
        position:relative;
    }
        .process .item span {
            display:block;
            position:absolute;
            top:15px;
            left:20px;
            width:6px;
            height:6px;
            background-color:#1a96f7;
            border-radius:50%;
        }