/*nav banner*/

.top {
    width: 100%;
    height: 110px;
    border-bottom: .5px solid #E8E8E8;
    background: #fff;
    background-size: cover;
    box-shadow: 0 3px 7px 0 #EBEBEB, 0 0 0 0 rgba(204, 204, 204, 0.50);
}

.top .nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    height: 36px;
}

.top .nav .logo {
    float: left;
    margin-right: 40px;
}

.top .nav .logo img {
    width: 100%;
}

.top .nav .navitem {
    float: left;
}

.top .nav .navitem ul {}

.top .nav .navitem ul li {
    float: left;
    color: #FFFFFF;
    padding: 0 40px;
}

.top .nav .navitem ul li a {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.top .nav .navitem ul li a.active {
    color: #DFB57B;
    border-bottom: 2px solid #DFB57B;
}

.top .nav .form_login {
    float: right;
    line-height: 36px;
}

.top .nav .form_login div {
    float: left;
    color: #666;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer;
}

.top .nav .form_login div.active {
    background: #DFB57B;
    border-radius: 15px;
    color: #fff;
}

.top .nav .form_login div:hover {
    background: #DFB57B;
    border-radius: 15px;
}

.title h5 {
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #333333;
    font-weight: 500;
}

.title p {
    margin-top: 21px;
    font-size: 18px;
    color: #777777;
    text-align: center;
}

.main {
    /* width: 1200px; */
    padding: 40px 40px 60px;
    margin: 0 auto;
    background: #f8f8f8;
}

.main .notify {
    width: 1080px;
    padding: 60px;
    padding-bottom: 50px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(235, 235, 235, 0.50);
    border-radius: 8px;
}

.main .notify .tips {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.main .notify .info {
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
}

.main .notify .p-important {
    font-size: 14px;
    margin-left: 10px;
    text-indent: -12px;
    margin-bottom: 12px;
    color: #666;
}

.main .notify .p-important::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 5px;
    border-left: 4px solid #DEB57C;
    vertical-align: middle;
}

.main .notify .company {
    text-align: right;
}

.tips {
    margin-bottom: 10px;
}

/* .surrender strong{
    color: #606060;
    font-weight: normal;
} */

/*版权*/

.foot {
    height: 100px;
    background: rgba(42, 42, 42, 1);
    color: #fff;
    text-align: center;
    line-height: 40px;
}