
.banner{
    width: 100%;
    height: 395px;
    background: url(../images/about/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner .title{
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 190px;
    font-size: 35px;
    color: #fff;
}


.title >p{
    font-size: 12px;
    line-height: 25px;
}

.main{
    width: 100%;
}

.main-nav{
    background: #fff;
    width: 100%;
    height: 80px;
    margin-top: -10px;
}

.main-nav .menu ol{
    width: 700px;
    float: left;
}

.main-nav .menu >ol li{
    font-size: 16px;
    color: #000;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.main-nav .menu >ol li a{
    height: 25px;
    width: 12%;
    padding: 5px 18px;
    line-height: 25px;
    border-radius: 14px;
}

.main-nav .menu >ol li a:hover{
    background: #cca365;
    color: #fff;
}

.main-nav-on{
    background: #cca365;
    color: #fff;
}

.main-nav-right{
    float: right;
}

.menu{
    width: 1200px;
    margin: 0 auto;
}

.menu .main-nav-right div{
    float: right;
    margin-top: 33px;
    font-size: 13px;
}
.menu .main-nav-right div img{
    width: 16px;
    height: 14px;
    margin-right: 15px;

}
.content{
    position: relative;
}
.content table{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    border-collapse: collapse;
}
.content table th{
    background: #996533;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    height: 60px;
    border: 1px solid #fff;
}

.content table td{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    height: 60px;
    border: 1px solid #9b9b9b;
}

.content .resume{
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
    background: #996533;
    color: #ffffff;
    text-align: center;
}

.resumeForm{
    display: none;
    font-size: 26px;
    width: 30%;
    height: 550px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 35%;
    border: 3px solid #996533;
}
.resumeForm h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #996533;
    color: #ffffff;
}
.resumeForm label{
    width: 80%;
    margin-left: 10%;
    display: block;
    margin-bottom: 30px;
}
.resumeForm label select{
    width: 60%;
    height: 45px;
    margin-left: 50px;
    font-size: 26px;
    text-indent: 6px;
}
.resumeForm label input{
    width: 59%;
    height: 40px;
    margin-left: 50px;
    font-size: 26px;
    text-indent: 8px;
}

.resumeForm button{
    width: 25%;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    border: none;
    margin-top: 30px;

}
.resumeForm a{
    padding: 9px 54px;
    background: #dadcd9;
    font-weight: bold;
}

.submit{
    background: #996533;
    color: #fff;
    margin-left: 120px;
    margin-right: 80px;
}