body {
    position: relative;
    width: 100%;
    height: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    font: 14px/84px '微软雅黑';
    background: #32497f;
    color: #fff;
    z-index: 999;
}
.clearFix:after {
    display: block;
    content: '';
    clear: both;
}
.wrap {
    width: 1100px;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 130px;
    height: 50px;
    margin: 18px 0 0 50px;
}
.logo img {
    width: 130px;
    height: 50px;
}
nav {
    float: right;
}
nav span {
    float: left;
}
nav a {
    float: left;
    padding: 0 24px;
    margin: 0 -3px;
    height: 84px;
    text-align: center;
    color: #fff;
}
.homePage {
    margin-top: 84px;
}
.active {
    background: #fff;
    color: #32497f;
}
.banner {
    width: 100%;
    height: 598px;
}
.banner img {
    width: 100%;
    height: 598px;
}
#introduction {
    position: relative;
    width: 100%;
    height: 680px;
    padding-top:84px;
    margin-top:-84px;
    background: url("../img/qiyejieshao.png") no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 2;
}
#introduction .title {
    padding: 70px 0 0 0;
    margin: 0 0 30px 0;
    color: #fff;
}
#introduction .title h2 {
    font: bold 36px/1 '微软雅黑';
    margin: 0 0 10px 0;
}
#introduction .title p {
    font: 30px/1 '微软雅黑';
}
#introduction .content {
    width: 660px;
    height: 372px;
    padding: 70px 50px 0 50px;
    margin-left: 170px;
    font: 16px/30px '微软雅黑';
    text-align: left;
    background: rgba(255,255,255,.85);
    color: #444;
}

.button {
    float: left;
    width: 182px;
    height: 54px;
    font: 16px/54px '微软雅黑';
    border-radius: 27px;
    background: #32497f;
    text-align: center;
    color: #fff;
}
#founder {
    position: relative;
    width: 100%;
    height: 600px;
    padding-top: 154px;
    margin-top: -84px;
    background: #fff;
    text-align: center;
}
.boss {
    position: absolute;
    top: 180px;
    width: 350px;
    height: 510px;
}
.boss img {
    width: 350px;
    height: 510px;
}
#news .title {
    padding: 70px 0 0 0;
    margin: 0 0 30px 0;
    color: #444;
}
#founder .title {
    margin: 0 0 30px 0;
    color: #444;
}
#founder .title h2,
#news .title h2{
    font: bold 36px/1 '微软雅黑';
    margin: 0 0 10px 0;
}
#founder .title p,
#news .title p{
    font: 30px/1 '微软雅黑';
    color: #999;
}
#founder .content {
    margin: 80px 0 0 320px;
    width: 590px;
    font: 16px/30px '微软雅黑';
    text-align: left;
}
#news {
    width: 100%;
    height: 800px;
    padding-top:84px;
    margin-top:-84px;
    background: #eeeeee;
    text-align: center;
}
#news ul li {
    position: relative;
    float: left;
    width: 356px;
    height: 240px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}
#news ul li img {
    width: 356px;
    height: 240px;
}
.mask {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0 0 0;
    width: 356px;
    height: 180px;
    font: 14px/30px '微软雅黑';
    background: rgba(0,0,0,.8);
    color: rgba(255,255,255,1);
    transition: 1s;
}

.mask .button {
    width: 140px;
    height: 40px;
    font: 14px/40px '微软雅黑';
    color: rgba(50,73,127,1);
    margin: 30px 0 0 105px;
    background: rgba(255,255,255,1);
}
.footer {
    width: 100%;
    height: 78px;
    padding-top: 30px;
    background: #32497f;
}
.frank {
    display: none;

}
.founderIntroduction{
    display: none;

}
.homePage {
    display: block;

}
.frank .left {
    float: left;
    margin: 60px 25px 170px 0;
    width: 350px;
    height: 510px;
}
.frank .left img {
    width: 350px;
    height: 510px;
}
.frank .right {
    float: left;
}
.footer {
    font: 14px/30px '微软雅黑';
    color: #ccc;
    text-align: center;
}

.detailContent p {
    width: 725px;
    font: 14px/25px '微软雅黑';
    color: #444;
}
.smallTitle {
    text-align: left;
    margin: 80px 0 35px 0;
    word-spacing: -2px;
}
.smallTitle p {
    font: bold 16px/36px '微软雅黑';
    color: #304a7b;
}
.founderIntroduction {
    text-align: center;
}
.detailContents {
    font: 14px/30px '微软雅黑';
    color: #444;
    text-align: left;
}
