body{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.head{
    background:#2d90e3;
    height:145px;
}
.head-box{
    width: 1190px;
    margin: auto;
    color: #fff;
    height: 100%;
    background-image: url(/uploads/image/rcwnpyimage/page-header.png);
    background-repeat: no-repeat;
    background-position: right;
}
.cn_text {
    padding-top: 41px;
    padding-left: 22px;
}
.head-box .cn_text h2 {
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff !important;
}
.cn_text p {
    font-size: 14px;
}
.container{
    text-align: center;
    padding: 40px 0px 50px 0px;
}
.container > .body-box{
    width: 1190px;
    margin: 0 auto;
}
.container > .body-box > h3{
    font-size: 22px;
    line-height: 25px;
    font-style: normal;
    margin-top: 0;
    font-weight: normal;
    color: #272727;
    text-transform: uppercase;
    font-family: 'microsoft yahei', sans-serif;
}
.navbar{
    margin: 0 auto 50px;
    text-align: center;
    font-size: 12px;
    color: #cacaca;
    text-transform: uppercase;
    border: 1px solid #e3e3e3;
    width: 70%;
    border-radius: 40px;
}
.navbar > .navbar-item{
    color: #5a5a5a;
    cursor: pointer;
    font: 400 13px "raleway", sans-serif;
    padding: 10px 13px;
    transition: all .3s ease-in-out;
    border: medium none;
    display: inline-block;
}
a{
    text-decoration: none;
}
.navbar-item-active{
    color:#fff !important;
    background: #2d90e3;
}
.image-box{
    color: #333;
    width: 1000px;
    margin: 0px auto;
}
.image-box p{
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.zbpt{
    background: #2d90e3;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 10px;
}