@charset "utf-8";

.gy_bn {
    width: 100%;
    height: 410px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gy_bn .gr_xx {
    position: absolute;
    bottom: 10%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.gy_bn .gr_xx .t_x {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.gy_bn .gr_xx .t_x img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_bn .gr_xx .x_x {
    color: #fff;
    line-height: 24px;
}

.gy_bn .gr_xx .x_m {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.gy_bn .gr_xx a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 22px;
    color: #000;
    margin-right: 10px;
}

.gy_bn .gr_xx a.g_z {
    background-color: #fd9956;
}

.gy_bn .gr_xx a.g_z:hover {
    background-color: #e5631d;
    color: #fff;
}

.gy_bn .gr_xx a.s_x {
    background-color: #46d233;
}

.gy_bn .gr_xx a.s_x:hover {
    background-color: #1a9e08;
    color: #fff;
}

.hy_ban {
    position: relative;
}

.hy_ban .swiper-hy {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hy_ban .swiper-pagination {
    bottom: 20px;
}

.hy_ban .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: #fff;
}

.hy_ban .hy_xx {
    width: 360px;
    border-radius: 10px;
    padding: 60px 30px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    right: 13%;
    top: 50%;
    margin-left: 600px;
    z-index: 9;
    text-align: center;
    color: #fd9956;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hy_ban .hy_xx .t_x {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.hy_ban .hy_xx .t_x img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.hy_ban .hy_xx .t_x img.j_b {
    width: 30px;
    position: absolute;
    bottom: 5px;
    right: -15px;
}

.hy_ban .hy_xx .x_m {
    margin: 10px 0 30px;
    font-size: 16px;
    line-height: 28px;
}

.hy_ban .hy_xx .x_m strong {
    display: inline-block;
    margin-left: 10px;
}

.hy_ban .hy_xx a {
    width: 120px;
    margin: 30px auto 0;
    display: block;
    border-radius: 15px;
    background-color: #fd9956;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #000;
}

.hy_ban .hy_xx a:hover {
    background-color: #e5631d;
    color: #fff;
}

.gy_wm {
    width: 100%;
    padding: 40px 0 80px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.gy_lm {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.gy_lm ul li {
    display: inline-block;
    margin: 0 10px;
}

.gy_lm ul li a {
    display: block;
    position: relative;
    padding-bottom: 6px;
}

.gy_lm ul li.on a {
    color: #fd9956;
    font-weight: bold;
}

.gy_lm ul li a:after {
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #fd9956;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_lm ul li:hover a:after {
    width: 100%;
}

.gy_lm ul li.on a:after {
    width: 100%;
}

.gr_lm {
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}

.gr_lm ul li {
    display: inline-block;
    margin: 0 20px;
}

.gr_lm ul li a {
    display: block;
    position: relative;
}

.gr_lm ul li:hover a {
    color: #46d233;
}

.gr_lm ul li.on a {
    color: #46d233;
}

.gr_lm ul li a:after {
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #46d233;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gr_lm ul li:hover a:after {
    width: 20px;
}

.gr_lm ul li.on a:after {
    width: 20px;
}

.wm_nr {
    width: 100%;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.wm_nr .zc_lm {
    width: 23%;
    border-right: 1px solid #f1f1f1;
}

.wm_nr .zc_lm ul li {
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.wm_nr .zc_lm ul li.on {
    background-color: #fef1e2;
}

.wm_nr .zc_lm ul li a {
    display: block;
}

.wm_nr .zc_lm ul li:hover a {
    color: #fd9956;
}

.wm_nr .zc_lm ul li.on a {
    color: #fd9956;
    font-weight: bold;
}

.wm_nr .yc_nr {
    width: 77%;
    min-height: 800px;
    padding: 40px 50px 80px;
    overflow: hidden;
}

.wm_nr .yc_nr .b_t {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wm_nr .yc_nr .n_r {
    font-size: 14px;
    line-height: 28px;
    color: #919191;
}

.wm_nr .yc_nr .n_r img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gr_zy {
    width: 100%;
    padding: 40px 0 120px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.gr_zy .zy_lm {
    margin-bottom: 30px;
    text-align: center;
}

.gr_zy .zy_lm ul li {
    display: inline-block;
    margin: 0 5px;
}

.gr_zy .zy_lm ul li a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
}

.gr_zy .zy_lm ul li a:hover {
    background-color: #46d233;
    color: #fff;
}

.gr_zy .zy_lm ul li.on a {
    background-color: #46d233;
    color: #fff;
}

.gr_zy .zy_lb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.gr_zy .zy_lb ul li {
    width: calc(25% - 20px);
    border: 1px solid #ededed;
    margin: 0 10px 20px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gr_zy .zy_lb ul li .tl_tp a {
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.gr_zy .zy_lb ul li:hover {
    border: 1px solid #0a9846;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.gr_zy .zy_lb .tl_tp img {
    width: 100%;
    height: auto;
    display: block;
    visibility: collapse;
}

.gr_zy .zy_lb .tl_wz {
    padding: 15px;
}

.gr_zy .zy_lb .tl_wz .l_m a {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gr_zy .zy_lb .tl_wz .f_l {
    margin: 15px 0;
}

.gr_zy .zy_lb .tl_wz .f_l span {
    display: inline-block;
    padding: 0 10px;
    background-color: #f3f3f3;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-right: 5px;
    color: #9a9a9a;
}

.gr_zy .zy_lb .tl_wz .x_x {
    color: #9a9a9a;
    line-height: 26px;
}

.gr_zy .zy_lb .tl_wz .x_x i {
    margin-right: 5px;
    margin-top: -3px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.gr_zy .zy_lb .tl_wz .c_k {
    float: left;
    margin-right: 15px;
}

.gr_zy .zy_lb .tl_wz .l_y {
    float: left;
}

.gr_zy .zy_lb .tl_wz .l_y i {
    font-size: 18px;
    margin-top: 2px;
}

.gr_zy .zy_js {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.gr_zy .ry_zs {
    width: 360px;
}

.gr_zy .ry_zs ul {
    display: flex;
    flex-wrap: wrap;
}

.gr_zy .ry_zs ul li {
    width: 120px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    color: #696969;
    position: relative;
}

.gr_zy .ry_zs ul li:hover {
    z-index: 999;
}

.gr_zy .ry_zs .t_b img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.gr_zy .ry_zs .w_z {
    margin-top: 10px;
}

.gr_zy .ry_zs .w_z h3 {
    font-size: 14px;
}

.gr_zy .ry_zs .j_s {
    width: 310px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    position: absolute;
    left: 100%;
    top: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    text-align: left;
    display: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gr_zy .ry_zs ul li:hover .j_s {
    display: block;
}

.gr_zy .ry_zs .j_s:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -10px;
}

.gr_zy .ry_zs .j_s:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #dcdcdc;
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}

.gr_zy .ry_zs .j_s h3 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
}

.gr_zy .ry_zs .j_s p {
    font-size: 12px;
    line-height: 20px;
}

.gr_zy .js_nr {
    width: calc(100% - 400px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gr_zy .js_nr .t_x {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.gr_zy .js_nr .t_x img {
    width: 100%;
    height: auto;
    display: block;
}

.gr_zy .js_nr .w_z {
    width: calc(100% - 150px);
}

.gr_zy .js_nr .x_x {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.gr_zy .js_nr .x_x span {
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
}

.gr_zy .js_nr .n_r {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
}

.gr_zy .zy_bt {
    margin: 20px 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.gr_zy .zy_bt.mg_xd {
    margin: 50px 0 30px;
}

.gr_zy .zj_jr ul {
    margin: 0 -15px;
}

.gr_zy .zj_jr ul li {
    width: calc(7.69% - 30px);
    margin: 0 15px 30px;
}

.gr_zy .zj_jr img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
}

.gr_sj {
    width: 100%;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.gr_sj .wrap {
    display: flex;
    flex-wrap: wrap;
}

.gr_sj .sj_xx {
    width: 25%;
    padding: 0 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.gr_sj .sj_xx .t_b {
    width: 90px;
    margin: 0 auto 15px;
}

.gr_sj .sj_xx .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.gr_hy {
    width: 100%;
    padding: 70px 0;
    background-color: #ececec;
    overflow: hidden;
}

.gr_hy .row {
    margin: 0 -13px;
}

.gr_hy .tc_nr {
    width: calc(33.33333333% - 26px);
    margin: 0 13px;
    padding: 60px 35px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 1px #fd9956;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gr_hy .tc_nr:hover {
    border: 2px solid #fd9956;
    box-shadow: none;
}

.gr_hy .xs_hd {
    width: 64%;
    background-color: #fd7256;
    border-radius: 3px;
    position: absolute;
    top: -20px;
    left: 18%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.gr_hy .xs_hd i {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.gr_hy .xs_hd .yomibox {
    display: inline-block;
}

.gr_hy .xs_hd .yomibox ul {
    display: flex;
}

.gr_hy .tc_nr .nr_js {
    max-width: 350px;
    margin: 0 auto;
}

.gr_hy .tc_nr .l_m {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    margin-bottom: 25px;
}

.gr_hy .tc_nr .t_b {
    width: 56px;
    height: 56px;
}

.gr_hy .tc_nr .t_b img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.gr_hy .tc_nr .w_z {
    width: calc(100% - 66px);
    color: #fd9956;
}

.gr_hy .tc_nr .w_z h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #fd9956;
}

.gr_hy .tc_nr .w_z h3 b {
    font-weight: normal;
    font-size: 20px;
    color: #909090;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

.gr_hy .tc_nr .w_z p {
    font-size: 16px;
    line-height: 26px;
}

.gr_hy .tc_nr .g_n ul li {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #525252;
    border: 1px solid #eee;
    background-color: #f4f4f4;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gr_hy .tc_nr .g_n ul li.l_s {
    border: 1px solid #72da52;
    background-color: #f0ffec;
    color: #72da52;
}

.gr_hy .tc_nr .g_n ul li.l_s:hover {
    background-color: #72da52;
    color: #fff;
}

.gr_hy .tc_nr .g_n ul li i {
    font-size: 18px;
    color: #d7d7d7;
    font-weight: bold;
    margin-right: 15px;
    vertical-align: middle;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gr_hy .tc_nr .g_n ul li.l_s i {
    color: #72da52;
}

.gr_hy .tc_nr .g_n ul li.l_s:hover i {
    color: #fff;
}

.gr_hy .tc_nr .g_n ul li a {
    color: #fff;
    line-height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    opacity: 0;
}

.gr_hy .tc_nr .g_n ul li.l_s:hover a {
    opacity: 1;
}

.gr_hy .tc_nr a.k_t {
    background-color: #feece1;
    border: 1px solid #ffd2b6;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    color: #fd9956;
    text-align: center;
    margin-top: 20px;
}

.gr_hy .tc_nr:hover a.k_t {
    background-color: #fd9956;
    border: 1px solid #fd9956;
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .gr_hy .tc_nr .l_m {
        margin-bottom: 20px;
    }

    .gr_hy .tc_nr .t_b {
        width: 50px;
        height: 50px;
    }

    .gr_hy .tc_nr .w_z {
        width: calc(100% - 60px);
    }

    .gr_hy .tc_nr .w_z h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .gr_hy .tc_nr .w_z p {
        font-size: 15px;
        line-height: 24px;
    }

    .gr_hy .tc_nr .g_n ul li {
        font-size: 15px;
        line-height: 32px;
    }

    .gr_hy .tc_nr .g_n ul li i {
        font-size: 17px;
    }
}
