* {
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    color: inherit;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

/* Common */
body {
    font-size: 18px;
    color: #333;
    line-height: 2;
    font-family: "Microsoft YaHei";
    min-width: 1240px;
    background-color: #fff;
    width: 100%;
}

.rsb_five_wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.overHiden{
    overflow-x: hidden;
}
.rsb_five_title {
    display: block;
    width: 100%;
    height: 91px;
}

.rsb_five_clear {
    clear: both;
    height: 0;
}

/* Header */
.rsb_five_header {
    background: #fff;
}

.rsb_five_logo {
    display: block;
    font-size: 0;
    float: left;
    margin: 21px 0;
}

.rsb_five_info {
    float: right;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 45px 0;
}

.rsb_five_info span {
    border-right: 1px solid #ccc;
    padding-right: 22px;
    margin-right: 16px;
}

.rsb_five_info a {
    color: #333;
    transition: color .5s;
}

.rsb_five_info a:hover {
    color: #c02e00;
}

.rsb_five_banner {
    width: 100%;
}

.rsb_five_banner img {
    width: 100%;
}

/* home */
.rsb_five_zyjh {
    margin-top: 60px;
}

.common_tit {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dddddd;
}

.common_tit_left {
    float: left;
}

.common_tit_right {
    float: right;
    font-size: 14px;
    color: #666666;
}

.common_tit_right:hover {
    color: #c02e00;
}

.zyjh_mess {
    padding: 30px;
    margin-top: 24px;
    box-sizing: border-box;
    background: #fffef2;
    overflow: hidden;
}

.mess_left {
    width: 562px;
    float: left;
}

.mess_right {
    width: 460px;
    height: 310px;
    float: right;
    /* margin-top: 20px; */
    position: relative;
    background: #c02e00;
}

.mess_right_img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}

.mess_right_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.mess_right_img:hover img {
    transform: scale(1.05);
}

.mess_left_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 33px;
}

.mess_left_tit a:hover {
    color: #c02e00;
}

.mess_left_desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    color: #888888;
}

.zyjh_ul {
    margin-top: 20px;
    margin-right: -60px;
    overflow: hidden;
}

.zyjh_li {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 570px;
    margin-right: 60px;
}

.zyjh_li a {
    float: left;
    color: #333333;
}

.zyjh_li a:hover {
    color: #c02e00;
}

.zyjh_li span {
    color: #888888;
    font-size: 16px;
    float: right;
}

.rlfx_left {
    float: left;
}

.rlfx_right {
    float: right;
}

.rlfx_com {
    width: 570px;
}

.rlfx_com .zyjh_ul {
    margin-right: 0;
}

.rlfx_com .zyjh_li {
    width: 100%;
    float: none;
    margin-right: 0;
}

.rsb_five_rlfx {
    overflow: hidden;
}

/* List */
.rsb_five_list li {
    position: relative;
    line-height: 60px;
    border-bottom: 1px dashed #dddddd;
    color: #333;
}

.rsb_five_list li a {
    display: block;
    height: 60px;
    background: url(../images/rsb_five_list_dot.png) no-repeat 16px 27px;
    padding-left: 40px;
    color: #333;
    width: 1000px;
    overflow: hidden;
}

.rsb_five_list li span {
    position: absolute;
    right: 10px;
    top: 0;
}

.rsb_five_list li:hover a,
.rsb_five_list li:hover span {
    color: #c02e00;
}

/* Footer */
.rsb_five_footer {
    background: #f6f6f6;
    text-align: center;
    font-size: 0;
    padding: 45px 0;
    margin-top: 80px;
}

.rsb_five_footer_l,
.rsb_five_footer_c,
.rsb_five_footer_r {
    float: left;
}

.rsb_five_footer_l {
    margin-top: 14px;
    margin-left: 299px;
;
}

.rsb_five_footer_c {
    width: 370px;
    font-size: 16px;
    line-height: 1.875;
    color: #333;
    margin: 0 35px;
    text-align: justify;
    text-align-last: left;
    text-justify: distribute;
}

.rsb_five_footer_c a,
.rsb_five_footer_c span {
    display: inline-block;
    color: #333;
    letter-spacing: .5px;
}

.rsb_five_footer_c a:hover {
    text-decoration: underline;
}

.rsb_five_footer_r {
    margin-top: 17.5px;
}

.rsb_five_loc {
    color: #666;
    font-size: 16px;
}

.rsb_five_loc a {
    color: #666;
    font-size: 16px;
}

.rsb_five_loc a:hover {
    color: #c02e00;
}

.rsb_five_list_box .rsb_five_loc {
    margin: 25px 0;
}

.rsb_five_list_box .rsb_five_list {
    margin: 28px 0 0;
}

/* Page */
.rsb_five_page {
    font-size: 16px;
    text-align: center;
    margin: 50px auto 60px;
}

.rsb_five_page li {
    display: inline;
    margin: 0 2px 10px;
}

.rsb_five_page li a {
    display: inline-block;
    border: 1px solid #D8D8D8;
    text-align: center;
    padding: 0 12px;
    color: #333;
}

.rsb_five_page li.active a,
.rsb_five_page li a:hover {
    color: #fff;
    border-color: #c02e00;
    background: #c02e00;
}

.rsb_five_page li.no_hover a:hover {
    color: #333;
    background: transparent;
    border-color: #D8D8D8;
    cursor: default;
}

/* Detail */
.rsb_five_detail_bg {
    background: #fff;
    padding: 20px 60px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 60px;
    zoom: 1;
}

.rsb_five_detail_header {
    padding-top: 38px;
    border-bottom: 1px dashed #dddddd;

}

.rsb_five_detail_header h1 {
    color: #c02e00;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto 20px;
}

.rsb_five_detail_header .rsb_five_detail_info {
    font-size: 16px;
    text-align: center;
    line-height: 3em;
    position: relative;
    color: #666;
    padding-bottom: 5px;
}

.rsb_five_detail_header .rsb_five_detail_info span {
    margin: 0 20px;
}

.rsb_five_detail_cont {
    padding: 15px 0 8px;
    font-size: 18px;
    line-height: 2.25;
    color: #333;
}

.rsb_five_detail_cont p {
    text-indent: 2em;
    margin-bottom: 1.3em;
}
.rsb_five_detail_cont div {
    text-indent: 2em;
    margin-bottom: 1.3em;
}
.rsb_five_detail_cont img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.3em;
}

.rsb_five_detail_share {
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -28px;
    line-height: 50px;
    height: 50px;
}

.rsb_five_detail_share .social-share-icon {
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: url() no-repeat center / 28px 28px;
    border: 0;
    transition: opacity .5s;
    margin: 0;
    margin-top: -2px;
}

.rsb_five_detail_share .social-share-icon::before {
    display: none;
}

.rsb_five_detail_share .icon-qzone {
    background-image: url(../images/rsb_five_ico_qzone.png);
}

.rsb_five_detail_share .icon-weibo {
    background-image: url(../images/rsb_five_ico_weibo.png);
}

.rsb_five_detail_share .icon-douban {
    background-image: url(../images/rsb_five_ico_douban.png);
}

.rsb_five_detail_share .icon-wechat {
    background-image: url(../images/rsb_five_ico_wechat.png);
}

.rsb_five_detail_share .social-share-icon:hover {
    opacity: .85;
    background-color: transparent;
    background-size: 28px 28px;
}

.rsb_five_detail_share .icon-qzone:hover {
    background-image: url(../images/rsb_five_ico_qzone.png);
}

.rsb_five_detail_share .icon-weibo:hover {
    background-image: url(../images/rsb_five_ico_weibo.png);
}

.rsb_five_detail_share .icon-douban:hover {
    background-image: url(../images/rsb_five_ico_douban.png);
}

.rsb_five_detail_share .icon-wechat:hover {
    background-image: url(../images/rsb_five_ico_wechat.png);
}