.shake_index {
    width: 100%;
    background: #F4F7FA;
}

.shake_center {
    width: 1280px;
    margin: 0 auto;
}

.shakes_center {
    position: relative;
    width: 1420px;
    margin: 0 auto;
}

.banner_bard {
    width: 100%;
    height: 550px;
    background: top center url("../images/banner_img.png") no-repeat;
    border-top: 1px solid #E62129;
}

.bard_bar {
    padding-top: 82px;
    box-sizing: border-box;
}

.bard_bar h1 {
    height: 74px;
    font-size: 56px;
    color: #521E1E;
    line-height: 74px;
}

.bard_bar p {
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #AA7A76;
    line-height: 18px;
    margin-top: 8px;
}

.bard_bar em {
    display: block;
    width: 30px;
    height: 2px;
    background: rgba(225, 26, 33, 0.73);
    margin: 32px 0 24px 0;
}

.bard_list li {
    float: left;
    height: 28px;
    font-size: 20px;
    color: #A03838;
    line-height: 28px;
}

.bard_list li:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 13px;
    opacity: 0.21;
    background: #B93939;
    margin: 0 22px;
}

.bard_list li:last-of-type:after {
    display: none;
}

.btn_content {
    margin-top: 62px;
}

.btn_enter {
    display: block;
    width: 168px;
    height: 44px;
}

.btn_enter span {
    display: block;
    float: left;
    width: 124px;
    height: 44px;
    background: #EE3824;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    transition: all 0.2s linear;
}

.enter_icon {
    float: left;
    width: 44px;
    height: 44px;
    background: #FF787E;
    position: relative;
    transition: all 0.2s linear;
}

.enter_icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url("../images/icon_rz1.png") no-repeat;
    transition: all 0.2s linear;
}

.services_fk {
    margin-left: 12px;
}

.services_fk span {
    background: #ffffff;
    color: #521E1E;
}

.services_fk .enter_icon {
    background: #FFD8DA;
}

.services_fk .enter_icon:after {
    width: 21px;
    height: 21px;
    background: url("../images/icon_kf1.png") no-repeat;
}

.enter_hover:hover span {
    background: #DA1018;
}

.enter_hover:hover .enter_icon {
    background: #FF4B52;
}

.services_fk:hover span {
    background: #FFC1C4;
}

.services_fk:hover .enter_icon {
    background: #FF9197;
}

.scheme_center {
    width: 100%;
    height: 312px;
    background: #FFFFFF;
    border-radius: 2px 2px 0 0;
    margin-top: 95px;
    padding-top: 30px;
    box-sizing: border-box;
}

.scheme_center h1 {
    height: 36px;
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

.input_center {
    width: 914px;
    margin: 20px auto 0;
}

.input_frame {
    width: 100%;
}

.input_search {
    width: 698px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 2px 0 0 2px;
    border: 2px solid #FE4B52;
}

.search_fw {
    width: 211px;
    height: 60px;
    background: linear-gradient(270deg, #FF4D54 0%, #E62129 100%);
    border-radius: 0 2px 2px 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.category_put {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
}

.category_put img {
    display: block;
    float: left;
    margin: 14px 6px 0 0;
}

.category_put input {
    width: 304px;
    display: block;
    float: left;
    height: 56px;
    font-size: 14px;
    color: #333333;
    line-height: 56px;
}

.category_put em {
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    background: #E4E4E4;
    margin: 16px 18px 0 0;
}

.category_put .goods_lm {
    width: 288px;
}

.hint_tet {
    text-align: center;
    height: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 12px;
}

.hint_tet i {
    color: #333333;
    font-weight: bold;
}

.hint_tet:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 9px;
    background: url("../images/icon_top.png") no-repeat;
    margin-left: 4px;
}

.schemes_box {
    width: 100%;
    border-top: 1px solid #EDEDED;
    margin-top: 32px;
    padding: 29px 0 0 58px;
    box-sizing: border-box;
}

.schemes_right {
    margin-left: 11px;
    padding-top: 3px;
    box-sizing: border-box;
}

.schemes_right span {
    display: block;
    height: 20px;
    font-size: 18px;
    color: #2A2A2A;
    line-height: 20px;
}

.schemes_right p {
    height: 14px;
    font-size: 12px;
    color: #888888;
    line-height: 14px;
    margin-top: 6px;
}

.schemes_fix img {
    display: block;
    float: left;
    width: 47px;
    height: 47px;
}

.schemes_fix {
    margin-right: 70px;
}

.schemes_line:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 40px;
    background: #D8D8D8;
    opacity: 0.36;
    margin: 2px 0 0 65px;
}

.schemes_line {
    margin-right: 36px;
}

.dynamics_state {
    margin-top: -4px;
}

.dynamics_state h3 {
    height: 18px;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
}

.dynamics_state h3 span {
    height: 18px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.dynamics_state h3 span i {
    color: #DA1018;
}

.broadcast_text {
    margin-top: 14px;
    width: 296px;
    height: 20px;
    overflow: hidden;
}

.broadcast_list li {
    width: 296px;
    height: 20px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    overflow:hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*超出部分显示省略号*/
    white-space:nowrap;/*规定段落中的文本不进行换行 */
    background: left center url("../images/icon_head.png") no-repeat;
}

.broadcast_list li i {
    color: #333333;
}

.broadcast_list li span {
    display: inline-block;
    height: 18px;
    background: #2D2447;
    line-height: 18px;
    border-radius: 2px;
    padding: 0 6px;
    color: #FFFFFF;
    font-size: 12px;
    box-sizing: border-box;
}

.enter_answer {
    width: 100%;
    margin-top: 297px;
}

.answer_title {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.answer_title h1 {
    height: 42px;
    font-size: 40px;
    color: #333333;
    line-height: 42px;
}

.answer_title p {
    height: 18px;
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    margin-top: 10px;
}

.answer_title em {
    display: block;
    width: 26px;
    height: 2px;
    background: rgba(192, 192, 192, 0.4);
    margin: 16px auto 0;
}

.answer_list {
    width: 100%;
    margin-top: 34px;
}

.answer_line {
    display: block;
    position: relative;
    width: 314px;
    height: 397px;
}

.answer_line:not(:last-of-type) {
    margin-right: 8px;
}

.answer_box {
    width: 100%;
    height: 397px;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.answer_img img {
    display: block;
    float: left;
}

.answer_img span {
    display: block;
    float: right;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    opacity: 0.05;
    margin-top: 43px;
}

.answer_img {
    padding-right: 28px;
    box-sizing: border-box;
}

.answers_box {
    padding: 0 31px;
    box-sizing: border-box;
}

.answers_box h6 {
    height: 26px;
    font-size: 19px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
}

.answers_box span {
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #cfcfcf;
    line-height: 18px;
}

.answers_box em {
    display: block;
    width: 20px;
    height: 2px;
    background: linear-gradient(177deg, #E72A31 0%, #FA8587 100%);
    margin: 20px 0;
}

.answers_box p {
    width: 100%;
    height: 78px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.btn_kf {
    margin-top: 36px;
    width: 100px;
    height: 34px;
    border: 1px solid #FFB9BB;
    padding: 0 18px;
    box-sizing: border-box;
}

.btn_kf i {
    display: block;
    height: 32px;
    font-size: 12px;
    color: #E93E43;
    line-height: 32px;
}

.btn_kf i:after {
    display: inline-block;
    content: '';
    background: url("../images/icon_bb.png") no-repeat;
    width: 7px;
    height: 7px;
    margin-left: 6px;
}

.answer_hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 446px;
    background: linear-gradient(159deg, #2D2447 0%, #3F3757 100%);
    border-radius: 4px 4px 0 0;
    padding: 39px 31px 0 31px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s linear;
}

.answer_left h2 {
    height: 28px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.answer_left p {
    height: 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.34);
    line-height: 14px;
}

.answer_right {
    height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.13;
}

.answer_top {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
    box-sizing: border-box;
}

.answer_text {
    margin-top: 22px;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
    line-height: 26px;
}

.answer_hover:after {
    position: absolute;
    right: 0;
    bottom: 49px;
    z-index: 9;
    display: block;
    content: '';
    width: 149px;
    height: 89px;
}

.answer_img1:after {
    background: url("../images/icon_wt1h.png") no-repeat;
}

.answer_img2:after {
    background: url("../images/icon_wt2h.png") no-repeat;
}

.answer_img3:after {
    background: url("../images/icon_wt3h.png") no-repeat;
}

.answer_img4:after {
    background: url("../images/icon_wt4h.png") no-repeat;
}

.answer_bottom {
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.answer_add {
    display: table;
    margin: 0 auto;
}

.answer_add span {
    display: block;
    float: left;
    height: 49px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 49px;
    margin: 0 22px;
}

.answer_add i {
    display: block;
    float: left;
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.59;
    margin-top: 23px;
}

.active_hover .answer_box {
    opacity: 0;
}

.active_hover .answer_hover {
    opacity: 1;
}

.active_hover .answer_pt {
    display: none;
}

.enter_condition {
    width: 100%;
    background: #ffffff;
    padding: 70px 0 80px 0;
    box-sizing: border-box;
    margin-top: 129px;
}

.enter_list {
    width: 100%;
    margin-top: 34px;
}

.enter_box {
    display: block;
    position: relative;
    width: 416px;
    height: 376px;
    padding: 39px 44px 0 41px;
    box-sizing: border-box;
}

.enter_box:not(:last-of-type) {
    margin-right: 16px;
}

.enters_title {
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.enters_title h1 {
    height: 28px;
    font-size: 26px;
    color: #333333;
    line-height: 28px;
}

.enters_title h1:after {
    display: inline-block;
    content: '';
    width: 56px;
    height: 22px;
    margin-left: 10px;
}

.titles_p1 h1:after {
    background: url("../images/icon_title1h.png") no-repeat;
}

.titles_p2 h1:after {
    background: url("../images/icon_title2h.png") no-repeat;
}

.titles_p3 h1:after {
    background: url("../images/icon_title3h.png") no-repeat;
}

.titles_p1 h1:after {
    display: inline-block;
    content: '';
    width: 56px;
    height: 22px;
    background: url("../images/icon_title1h.png") no-repeat;
    margin-left: 10px;
}

.enters_title p {
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
}

.enters_content {
    margin-top: 35px;
    position: relative;
    z-index: 9;
}

.enters_p p {
    width: 306px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.enters_p span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url("../images/icon_go.png") no-repeat;
    margin: 2px 8px 0 0;
}

.consult_rz {
    position: absolute;
    left: 42px;
    bottom: 55px;
    z-index: 9;
}

.consult_add {
    width: 100px;
    height: 34px;
    border: 1px solid #FFB9BB;
    padding: 0 18px;
    box-sizing: border-box;
}

.consult_add span {
    display: block;
    height: 34px;
    font-size: 12px;
    color: #E93E43;
    line-height: 32px;
    background: center right url("../images/icon_rr.png") no-repeat;
}

.population_text {
    height: 34px;
    font-size: 13px;
    color: #999999;
    line-height: 34px;
    margin-left: 16px;
    text-decoration: underline;
}

.population_text i {
    font-weight: bold;
    color: #333333;
}

.bj_p1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/img_wtbj1.png") no-repeat;
}

.bj_p2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/img_wtbj2.png") no-repeat;
}

.bj_p3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/img_wtbj3.png") no-repeat;
}

.active_bj .bj_p1 {
    background: url("../images/img_wtbj1h.png") no-repeat;
}

.active_bj .bj_p2 {
    background: url("../images/img_wtbj2h.png") no-repeat;
}

.active_bj .bj_p3 {
    background: url("../images/img_wtbj3h.png") no-repeat;
}

.active_bj .enters_title h1 {
    color: #FFFFFF;
}

.active_bj .enters_title p {
    color: #FFFFFF;
    opacity: 0.64;
}

.active_bj .titles_p1 h1:after {
    background: url("../images/icon_title1.png") no-repeat;
}

.active_bj .titles_p2 h1:after {
    background: url("../images/icon_title2.png") no-repeat;
}

.active_bj .titles_p3 h1:after {
    background: url("../images/icon_title3.png") no-repeat;
}

.active_bj .enters_title {
    border-color: rgba(255,255,255,0.23);
}

.active_bj .enters_p p {
    color: #FFFFFF;
}

.active_bj .enters_p span {
    background: url("../images/icon_goh.png") no-repeat;
}

.active_bj .consult_add {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.67);
}

.active_bj .consult_add span {
    color: #EF3A41;
}

.active_bj .population_text {
    color: #FFFFFF;
}

.active_bj .population_text i {
    color: #FFFFFF;
}

.advantages_box {
    width: 100%;
    height: 870px;
    padding-top: 76px;
    box-sizing: border-box;
    background: top center url("../images/img_bj.png") no-repeat;
}

.advantages_box .answer_title h1{
    color: #FFFFFF;
}

.advantages_box .answer_title p {
    color: rgba(255,255,255,0.55);
}

.advantages_img {
    width: 1078px;
    margin: 22px auto 0;
    height: 622px;
    background: url("../images/img_bjh.png") no-repeat;
    padding-top: 42px;
    box-sizing: border-box;
}

.advantages_list {
    width: 479px;
}

.advantages_list h2 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-bottom: 60px;
}

.advantages_left {
    padding-left: 60px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.advantages_left img {
    display: block;
    float: left;
}

.advantages_text {
    width: 330px;
    margin: -6px 0 0 10px;
}

.advantages_text span {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.advantages_text p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 20px;
}

.advantages_list .advantages_left:nth-of-type(2) {
    margin-bottom: 40px;
}

.advantages_list .advantages_left:nth-of-type(3) {
    margin-bottom: 46px;
}

.advantages_list .advantages_left:nth-of-type(4) {
    margin-bottom: 52px;
}

.right_enter {
    margin-left: 119px;
}

.right_enter h2 {
    color: #999999;
}

.right_enter span {
    color: #666666;
}

.right_enter p {
    color: #A7A7A7;
}

.right_enter .advantages_left:first-of-type .advantages_text p{
    height: 40px;
}

.flow_path {
    width: 100%;
    background: #ffffff;
    padding: 66px 0 160px 0;
    box-sizing: border-box;
}

.answers_list {
    margin-top: 49px;
}

.answers_p1 {
    position: relative;
    width: 160px;
    text-align: center;
}

.answers_p1 img {
    display: block;
    margin: 0 auto;
}

.answers_p1 em {
    display: block;
    height: 32px;
    font-size: 28px;
    font-weight: bold;
    color: rgba(153, 153, 153, 0.22);
    line-height: 32px;
    margin-top: 27px;
}

.answers_p1 span {
    display: block;
    height: 22px;
    font-size: 17px;
    color: #222222;
    line-height: 22px;
    margin-top: 12px;
}

.answers_p1 p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
}

.answers_p1:not(:last-of-type):after {
    position: absolute;
    left: 124px;
    top: 109px;
    z-index: 9;
    display: block;
    content: '';
    width: 106px;
    height: 1px;
    background: #E3E3E3;
}

.answers_p1:not(:last-of-type) {
    margin-right: 25px;
}

.case_box {
    width: 100%;
    background: #ffffff;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.case_box_list {
    position: relative;
    width: 1280px;
    height: 420px;
    margin: 34px auto 0;
}

.cases_list {
    width: 306px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 44px 35px 0 35px;
    box-sizing: border-box;
}

.cases_logo {
    display: block;
    margin: 0 auto;
}

.cases_logo img {
    display: block;
}

.cases_list h2 {
    height: 32px;
    font-size: 23px;
    color: #333333;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 14px;
}

.cases_content {
    border-top: 1px solid #E9E9E9;
    padding-top: 21px;
    box-sizing: border-box;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    text-align: justify;
}

.left_one {
    position: absolute;
    left: 0;
    top: 302px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: url("../images/icon_lh.png") no-repeat;
    transition: all 0.2s linear;
    cursor: pointer;
}

.left_one:hover {
    background: url("../images/icon_l.png") no-repeat;
}

.lefts_two {
    position: absolute;
    right: 0;
    top: 302px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: url("../images/icon_rh.png") no-repeat;
    transition: all 0.2s linear;
    cursor: pointer;
}

.lefts_two:hover {
    background: url("../images/icon_r.png") no-repeat;
}

.commons_problem {
    width: 100%;
    padding: 70px 0 80px 0;
    box-sizing: border-box;
}

.commons_wt {
    margin-top: 34px;
}

.commons_box {
    width: 310px;
    height: 812px;
    background: #FFFFFF;
    padding: 42px 30px 0 38px;
    box-sizing: border-box;
}

.commons_title img {
    display: block;
    float: left;
    width: 42px;
    height: 40px;
}

.commons_text {
    margin-left: 12px;
}

.commons_text h3 {
    height: 26px;
    font-size: 24px;
    color: #333333;
    line-height: 26px;
}

.commons_text p {
    height: 16px;
    font-size: 12px;
    color: #D3D3D3;
    line-height: 16px;
    margin-top: 2px;
    text-transform: uppercase;
}

.commons_title  {
    padding-bottom: 28px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
}

.commons_list {
    margin-top: 30px;
}

.commons_icon {
    display: block;
    margin-bottom: 25px;
}

.commons_icon img {
    display: block;
    float: left;
}

.commons_icon p {
    height: 19px;
    float: left;
    font-size: 14px;
    color: #555555;
    line-height: 19px;
    margin-left: 8px;
    max-width: 217px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.commons_right {
    position: relative;
    width: 969px;
    height: 812px;
    background: #FFFFFF;
    padding: 40px 45px 0 45px;
    box-sizing: border-box;
}

.commons_right:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block;
    content: '';
    width: 48px;
    height: 46px;
    background: url("../images/img_hot.png") no-repeat;
}

.commons_titles h6 {
    height: 26px;
    font-size: 24px;
    float: left;
    color: #333333;
    line-height: 26px;
    padding-left: 28px;
    box-sizing: border-box;
    background: left center url("../images/icon_q.png") no-repeat;
}

.commons_titles span {
    display: block;
    float: left;
    height: 26px;
    font-size: 14px;
    color: #D3D3D3;
    line-height: 26px;
    text-transform: uppercase;
}

.commons_top {
    width: 878px;
    height: 316px;
    background: #FFFBFA;
    border: 1px solid #FFE9E9;
    margin-top: 26px;
    padding: 22px 36px 0 28px;
    box-sizing: border-box;
}

.commons_top h6 {
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
}

.commons_top p {
    font-size: 14px;
    color: #555555;
    line-height: 29px;
    margin-top: 12px;
}

.commons_top span {
    display: block;
    color: #D51337;
    margin-top: 4px;
}

.zl_top {
    margin-top: 42px;
}

.status_box_tet {
    margin-top: 17px;
}

.box_tet {
    width: 562px;
    height: 285px;
    background: #FFFBFA;
    border: 1px solid #FFE9E9;
    padding: 23px 36px 0 28px;
    box-sizing: border-box;
}

.box_tet h6 {
    display: block;
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
}

.box_tet p {
    margin-top: 12px;
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}

.box_tet i {
    display: block;
    color: #D51337;
    margin-top: 4px;
}

.box_right {
    width: 313px;
    height: 285px;
    background: #FFFBFA;
    border: 1px solid #FFE9E9;
    padding: 23px 36px 0 28px;
    box-sizing: border-box;
}

.box_right h6 {
    display: block;
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
}

.box_right p {
    font-size: 14px;
    color: #555555;
    line-height: 26px;
    margin-top: 12px;
}



