.page-title-box {
    margin-bottom: 50px;
    border-bottom: 1px solid #cac8c8;
}

.page-title {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 154px;
}

.page-title h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 16px 0;
    color: #383838;
}

.page-title p {
    font-size: 16px;
    text-align: center;
    color: #383838;
    margin: 0 0 42px 0;
}

.page-title label {
    display: block;
    width: 51px;
    height: 69px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("../images/new_img/n_img3.png") no-repeat;
    background-size: cover;
}

.page-title label:hover {
    cursor: pointer;
}

.page-text {
    width: 800px;
    margin: 0 auto;
    min-height: 600px;
}

.page-text h1,
h2,
h3,
h4,
h5,
p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px 0;
}


.page-text img.page-img-100 {
    max-width: 100%;
}

.page-text p font {
    font-size: 18px !important;
}

.page-text p span {
    font-size: 18px !important;
    font-family: "Microsoft YaHei" !important;
}

.page-text p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    line-height: 0;
    margin: 0 auto;
}

.page-text p.font16 {
    font-size: 16px;
}

.page-text p.center {
    text-align: center;
    text-indent: 0;
}

.n_go_top {
    display: block;
    width: 69px;
    height: 51px;
    position: fixed;
    right: 20%;
    bottom: 180px;
    background: url("../images/new_img/n_img4.png") no-repeat;
    background-size: cover;
}

.n_go_top:hover {
    cursor: pointer;
}