.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}
.content{
    width: 1200px;
    margin: 0 auto 50px;
    position: relative;
}
.content:after, .content:before{
    content: '';
    height: 0;
    display: table;
}
.content:after{
    clear: both;
}




.content_nav{
    width: 278px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.content_nav ul li{
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 16px;
    color: #6f6f6f;
}
.content_nav ul li:nth-child(2n-1){
    background: #f8f8f8;
}
.content_nav ul li:nth-child(2n){
    background: #f1f1f1;
}
.content_nav ul li:hover{
    color: #e62f34;
    border-left: 1px solid #e62f34;
    background: rgba(0,0,0,0.1);
}
.content_nav ul li.left_red{
    color: #e62f34;
    background: white;
    border-left: 1px solid #e62f34;
}


.nav_change{
    width: 840px;
    border: 1px solid #e2e2e2;
    padding: 10px 30px 30px;
}
.change{}
.nav_change .change h1{
    border-bottom: 1px solid #cfcfcf;
    color: #0d0d0d;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: normal;
}
.nav_change .change h2{
    font-size: 16px;
    margin-top: 20px;
    color: #999999;
    font-weight: normal;
}
.nav_change .change p{
    text-align: justify;
    text-indent: 28px;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    margin-top: 10px;
}
.nav_change .change h5{
    text-align: justify;
    /*text-indent: 28px;*/
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    margin-top: 10px;
    font-weight: normal;
}
.nav_change .change p.text_r{
    text-align: right;
    !important;
}
.img_box{
    text-align: center;
}
.img_box h3{
    text-align: center;
}

.djzd_img{
    margin-top: 20px;
    padding: 25px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}
.djzd_text{
    width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
}
.djzd_text:after, .djzd_text:before{
    content: '';
    height: 0;
    display: table;
}
.djzd_text:after{
    clear: both;
}
.djzd_text span{
    font-size: 18px;
    color: #777777;
    float: left;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.djzd_text span.click_red{
    background: #eb5255;
    color: white;
}
.djzd_text span:last-child{
    margin-left: 100px;
}
.djzd_content{
    text-align: center;
    padding-top: 30px;
}