.banner-info {
    position: absolute;
    bottom: 48px;
    right: 83px;
    width: 571px;
    height: 196px;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-info h2 {
    font-size: 44.1px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3.5px;
    color: #ffffff;
    padding: 50px 0 31px 63px;
    font-family: SimSun;
}

.banner-info h3 {
    font-family: MicrosoftYaHei;
    font-size: 26.3px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2.1px;
    color: #eceef2;
    padding-left: 69px;
}
/* 介绍 */
.introduce {
    padding: 100px 0 60px 0;
    width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.introduce h6 {
    font-family: SimSun;
	font-size: 24px;
	font-weight: normal;
	line-height: 22.4px;
	letter-spacing: 0px;
	color: #000000;
}
.introduce .time {
    margin:40px 0;
}
.introduce p,
.team-introduce p {
    font-size: 16px;
	line-height: 2;
	letter-spacing: 0px;
	color: #353535;
}
.team-introduce {
    padding: 60px 0;
    width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.team-introduce h6 {
    font-family: SimSun;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
    color: #000000;
    padding-bottom: 30px;
}
.member {
    width: 950px;
    background-color: rgb(242,242,242);
    padding-top: 50px;
    margin: 50px auto 0 auto;
    padding-bottom: 24px;
}
.member li {
    float: left;
    width: 25%;
    text-align: center;
}
.member-header {
    width: 168px;
	height: 168px;
	background-color: #bfbfbf;
    border: solid 4px #ffffff;
    border-radius: 50%;
    margin: 0 auto;
}
.member li h6 {
    font-family: SimSun;
    font-size: 19px;
	font-weight: normal;
    color: #000000;
    padding: 57px 0 23px 0;
}
.member li p {
    font-size: 14px;
	line-height: 22px;
	color: #797979;
}
/* 专利 */
.patent-part {
    width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 88px;
}
.patent-part h6 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    padding: 70px 0 40px 0;
    font-family: SimSun;
}
/* 联系我们 */
.contact {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 78px;
}
.contact h6 {
    font-size: 24px;
    font-family: SimSun;
    color: #000;
    font-weight: normal;
    padding: 82px 0;
}
.contact-information {
    width: 331px;
    float: left;
}
.contact-information p{
	font-family: SourceHanSansCN-Regular;
	font-size: 12.5px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #5f5f5f;
}
.contact-information .contact-tip {
    line-height: 4;
}
.contact-information .contact-addr {
    padding-top: 15px;
}
.contact-form {
    width: 619px;
    float: left;
    padding-left: 32px;
}
.contact-form input {
    width: 267px;
	height: 40px;
    background-color: #f0f0f0;
    border: 0;
    padding-left: 18px;
    font-size: 12.5px;
    color: #858585;
    margin-left: 24px;
    margin-bottom: 24px;
}
.contact-form input:focus,  .contact-form textarea:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.contact-form textarea {
    width: 558px;
	height: 143px;
    background-color: #f0f0f0;
    margin-left: 24px;
    border: 0;
    padding: 18px;
    resize: none;
}
.contact-form button {
    width: 134px;
	height: 45px;
    background-color: #252525;
    color: #ffffff;
    font-size: 14.5px;
    line-height: 45px;
    margin-left: 24px;
    margin-top: 24px;
}
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}