/*
 * 作者：少宇 - 赛驰网络
 * 联系：170 33333 111
 * 时间：2022/1/1 下午11:36
 * 网址：https://www.saichinet.com
 *
 * 山东赛驰网络科技有限公司
 * Shandong Search Network Technology Co., Ltd.
 * Copyright © 2012-2020 Search Network, All Rights Reserved
 */

@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    list-style: none;
}

input, select, button, textarea {
    font-size: 12px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #494949;
    text-decoration: none;
    font-size: 12px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #e9732e;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

.jt_ct {
    justify-content: space-between;
}

.jt_cn {
    justify-content: center;
}

.an_tm {
    align-items: center;
}

.mg_my {
    margin: 0;
}

::placeholder {
    color: #999;
}

.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-bottom: 0;
    z-index: 9999;
}

.header .logo {
    width: 117px;
    display: inline-block;
    position: relative;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header .logo img.s_j {
    display: none;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    height: 22px;
    width: 32px;
    display: none;
}

.header .an span {
    width: 32px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    display: flex;
    flex-wrap: wrap;
}

.header .nav ul {
    display: flex;
    flex-wrap: wrap;
}

.header .nav ul li {
    margin-right: 30px;
    position: relative;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j:after {
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #e9732e;
    position: absolute;
    left: 50%;
    bottom: 0;
    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;
}

.header .nav ul li:hover .y_j:after {
    width: 100%;
}

.header .nav .y_j em {
    border-radius: 2px;
    background-color: #e9732e;
    padding: 0 3px;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial;
    color: #fff;
    position: absolute;
    top: 14px;
    right: -15px;
}

.header .nav .y_j i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j i {
    margin-top: -5px;
    color: #e9732e;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.header .nav ul li.on .y_j i {
    margin-top: -5px;
    color: #e9732e;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.header .nav .y_j a {
    display: inline-block;
    font-size: 14px;
    color: #494949;
    line-height: 72px;
}

.header .nav .e_j {
    width: 94px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -47px;
    text-align: center;
    display: none;
}

.header .nav .e_j.g_y {
    width: 800px;
    margin-left: -150px;
    padding: 0;
}

.header .nav .g_y .t_l {
    padding: 20px 25px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.header .nav .g_y .t_l.live-t_l {
    display: block;
}

.header .nav .g_y .t_l ul {
    margin: 0 -10px;
}

.header .nav .g_y .t_l ul li {
    width: 25%;
    padding: 0 10px;
    margin: 0;
}

.header .nav .g_y .t_l a.k_p {
    width: 126px;
    height: 33px;
    background-color: #fd9956;
    border-radius: 5px;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    display: block;
}

.header .nav .g_y .t_l a.k_p:hover {
    background-color: #e9732e;
}

.header .nav .g_y .g_k {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
}

.header .nav .g_y .g_k i {
    font-size: 14px;
    font-weight: bold;
    color: #fd9956;
}

.header .nav .g_y .y_k {
    width: calc(50% - 156px);
    font-size: 14px;
    line-height: 24px;
    display: flex;
}

.header .nav .g_y .y_k .t {
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.header .nav .g_y .y_k .t img {
    width: 100%;
    height: auto;
    display: block;
}

.header .nav .g_y .y_k .m {
    width: 35%;
    color: #333;
}

.header .nav .g_y .y_k .s {
    width: calc(65% - 44px);
    font-size: 12px;
    color: #999;
}

.header .nav .g_y .w_z {
    line-height: 18px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .nav .g_y .t_p {
    border-radius: 5px;
    background-color: #000;
    overflow: hidden;
    height: 90px;
}

.header .nav .g_y .t_p a {
    height: 106px;
    display: block;
    margin-top: -8px;
}

.header .nav .g_y .t_p img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .t_l ul li:hover img {
    opacity: .7;
}

.header .nav .g_y .f_l {
    display: flex;
    flex-wrap: wrap;
}

.header .nav .g_y .hd {
    width: 190px;
    border-right: 1px solid #dcdcdc;
}

.header .nav .g_y .hd ul li {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .hd ul li:last-child {
    border-bottom: 0;
}

.header .nav .g_y .hd ul li.h_s {
    background-color: #f3f3f3;
}

.header .nav .g_y .hd ul li:hover {
    background-color: #fdddc7;
}

.header .nav .g_y .hd ul li.on {
    background-color: #fdddc7;
}

.header .nav .g_y .hd h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.header .nav .g_y .hd p {
    line-height: 20px;
    color: #777;
    font-size: 12px;
}

.header .nav .g_y .hd i {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .hd ul li:hover i {
    opacity: 1;
}

.header .nav .g_y .hd ul li.on i {
    opacity: 1;
}

.header .nav .g_y .bd {
    width: calc(100% - 190px);
    padding: 0 25px;
    height: 339px;
}

.header .nav .g_y .l_x {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
}

.header .nav .g_y .l_x:last-child {
    border-bottom: 0;
}

.header .nav .g_y .l_x h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 5px;
}

.header .nav .g_y .l_x span {
    font-size: 12px;
    color: #999;
}

.header .nav .g_y .l_x span a {
    margin-right: 10px;
    display: inline-block;
    color: #999;
}

.header .nav .g_y .l_x span a:hover {
    color: #fd9956;
}

.header .nav .g_y .l_x ul li {
    margin-right: 10px;
}

.header .nav .g_y .l_x ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.header .nav .g_y .l_x ul li a:hover {
    color: #fd9956;
}

.header .nav .g_y .x_l {
    display: flex;
}

.header .nav .g_y .x_l a {
    width: 168px;
    height: 50px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #fd9956;
}

.header .nav .g_y .x_l a:hover {
    background-color: #fd9956;
    border: 1px solid #fd9956;
    color: #fff;
}

.header .nav .g_y .x_l em {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .x_l a:hover em {
    background-position: bottom center;
}

.header .nav .g_y .b_x {
    padding: 25px 0 5px;
}

.header .nav .g_y .b_x ul {
    margin: 0 -10px;
}

.header .nav .g_y .b_x ul li {
    margin: 0 0 20px;
    padding: 0 10px;
}

.header .nav .g_y .b_x a {
    width: 100%;
    height: 120px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header .nav .g_y .b_x a:hover {
    border: 1px solid #fd9956;
}

.header .nav .g_y .b_x p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .b_x a:hover p {
    color: #fd9956;
}

.header .nav .g_y .b_x em {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .g_y .b_x a:hover em {
    background-position: bottom center;
}

.header .nav .g_y .x_s {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    display: flex;
}

.header .nav .g_y .x_s .j_s {
    line-height: 18px;
    text-align: left;
    color: #b0b0b0;
    margin-right: 10px;
}

.header .nav .g_y .x_s .e_m {
    width: 60px;
}

.header .nav .g_y .x_s .e_m img {
    width: 100%;
    height: auto;
    display: block;
}

.header .nav .e_j.f_x {
    width: 670px;
    margin-left: -335px;
    padding: 0;
}

.header .nav .f_x .f_l {
    padding: 20px 25px 8px;
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}

.header .nav .f_x .z_l {
    width: calc(66.666666667% - 14px);
    margin: 0 7px;
}

.header .nav .f_x .z_l ul {
    margin: 0 -7px;
}

.header .nav .f_x .z_l ul li {
    padding: 0 7px;
    margin-right: 0;
    margin-bottom: 12px;
}

.header .nav .f_x .y_n {
    width: calc(33.333333333% - 14px);
    margin: 0 7px;
    position: relative;
}

.header .nav .f_x .t_p {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.header .nav .f_x .y_n .t_p {
    height: calc(100% - 36px);
}

.header .nav .f_x .t_p img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.header .nav .f_x .n_r:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.header .nav .f_x .r_w {
    width: 88px;
    position: absolute;
    top: -5px;
    right: -9px;
    z-index: 9;
}

.header .nav .f_x .r_w img {
    width: 100%;
    height: auto;
    display: block;
}

.header .nav .f_x .w_z {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .nav .f_x .w_z span {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    background-color: #4fcf4b;
    border: 1px solid #5cae59;
    line-height: 16px;
    color: #fff;
    padding: 0 5px;
}

.header .nav .f_x .f_b {
    border-top: 1px solid #dcdcdc;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
}

.header .nav .f_x .f_b a.t {
    width: 160px;
    display: block;
    border-radius: 5px;
    background-color: #feece1;
    border: 1px solid #fed6bd;
    font-size: 16px;
    font-weight: bold;
    color: #fd9956;
    line-height: 58px;
    text-align: center;
}

.header .nav .f_x .f_b a.t:hover {
    background-color: #fd9956;
    border: 1px solid #fd9956;
    color: #fff;
}

.header .nav .f_x .f_b a.s {
    width: 160px;
    display: block;
    border-radius: 5px;
    background-color: #fd9956;
    border: 1px solid #fd9956;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: center;
}

.header .nav .f_x .f_b a.s:hover {
    background-color: #e9732e;
    border: 1px solid #e9732e;
}

.header .nav .f_x .r_d {
    width: calc(100% - 360px);
    text-align: left;
    line-height: 26px;
}

.header .nav .f_x .r_d a {
    margin-right: 10px;
    display: inline-block;
}

.header .nav .e_j.f_w {
    width: 670px;
    margin-left: -335px;
    padding: 20px 25px;
}

.header .nav ul li:hover .e_j {
    display: block;
}

.header .nav .f_w .t_w ul {
    margin: 0 -7px;
}

.header .nav .f_w .t_w ul li {
    padding: 0 7px;
    margin: 0;
}

.header .nav .f_w .n_r {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.header .nav .f_w .n_r img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.header .nav .f_w .n_r:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.header .nav .f_w .w_z {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .nav .f_w .f_l {
    margin-top: 12px;
}

.header .nav .f_w .f_l ul {
    margin: 0 -4px;
}

.header .nav .f_w .f_l ul li {
    width: calc(16.66666667% - 8px);
    margin: 0 4px;
    border: 1px solid #fed6bd;
    background-color: #feece1;
    border-radius: 3px;
    margin-top: 8px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .f_w .f_l ul li:hover {
    background-color: #fd9956;
    border: 1px solid #fd9956;
}

.header .nav .f_w .f_l ul li a {
    line-height: 96px;
    font-size: 14px;
    font-weight: bold;
    color: #fd9956;
    display: block;
}

.header .nav .f_w .f_l ul li:hover a {
    color: #fff;
}

.header .nav .l_m a {
    line-height: 36px;
    display: block;
}

.header .search {
    width: 276px;
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    position: relative;
}

.header .search .sc_n {
    width: 100%;
    height: 32px;
    padding: 0 15px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}

.header .search .s_ch {
    width: 190px;
    height: 30px;
    display: flex;
}

.header .search .s_ch input {
    width: 160px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.header .search .s_ch button {
    width: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    outline: none;
}

.header .search .s_ch button i {
    font-size: 16px;
    color: #969494;
    font-weight: bold;
}

.header .search .s_m {
    width: 50px;
    padding-bottom: 22px;
    cursor: pointer;
}

.header .search .s_m span {
    line-height: 30px;
    color: #a4a4a4;
}

.header .search .s_m i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .search .s_m:hover i {
    margin-top: -5px;
    color: #e9732e;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.header .search .s_l {
    width: 100%;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    position: absolute;
    top: 72px;
    left: 0;
    display: none;
}

.header .search .s_m:hover .s_l {
    display: block;
}

.header .search .s_l .hd {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 15px;
}

.header .search .s_l .hd ul li {
    margin: 0 8px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}

.header .search .s_l .hd ul li:hover {
    color: #fd9956;
}

.header .search .s_l .hd ul li.on {
    color: #fd9956;
}

.header .search .s_l .bd {
    padding: 10px 15px;
    line-height: 26px;
}

.header .search .s_l .bd a {
    display: inline-block;
    margin-right: 8px;
}

.header .hy_xx {
    display: flex;
}

.header .hy_xx .k_g .e_j .bd .n_r, .header .hy_xx .x_x .e_j .bd .n_r {
    display: none;
}

.header .hy_xx .e_j {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    position: absolute;
    top: 72px;
    left: 50%;
    display: none;
}

.header .hy_xx .h_y:hover .e_j, .header .hy_xx .k_g:hover .e_j, .header .hy_xx .x_x:hover .e_j, .header .hy_xx .t_x:hover .e_j {
    display: block;
}

.header .hy_xx .e_j:after {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 14px solid #fff;
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -13px;
}

.header .hy_xx .e_j:before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 14px solid #dcdcdc;
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -13px;
}

.header .hy_xx .e_j .hd {
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    margin-top: 10px;
}

.header .hy_xx .e_j .hd ul li {
    font-size: 14px;
    color: #5e5d5d;
    line-height: 34px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.header .hy_xx .e_j .hd ul li:hover {
    color: #fd9956;
}

.header .hy_xx .e_j .hd ul li.on {
    color: #fd9956;
}

.header .hy_xx .e_j .hd ul li:after {
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #fd9956;
    position: absolute;
    left: 50%;
    bottom: 0;
    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;
}

.header .hy_xx .e_j .hd ul li:hover:after {
    width: 100%;
}

.header .hy_xx .e_j .hd ul li.on:after {
    width: 100%;
}

.header .hy_xx .e_j .n_r a.q_b {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #939393;
    border-top: 1px solid #dcdcdc;
}

.header .hy_xx .e_j .n_r a.q_b:hover {
    color: #fd9956;
}

.header .hy_xx .h_y {
    height: 72px;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .hy_xx .h_y .l_m {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #fd9956;
    cursor: pointer;
}

.header .hy_xx .h_y .e_j {
    width: 400px;
    border: 0;
    border-radius: 0;
    margin-left: -200px;
}

.header .hy_xx .h_y .e_j:after {
    display: none;
}

.header .hy_xx .h_y .e_j:before {
    border-bottom: 14px solid #fd9956;
}

.header .hy_xx .h_y .d_j {
    padding: 5px 20px;
    background-color: #fd9956;
    display: flex;
    flex-wrap: wrap;
}

.header .hy_xx .h_y .d_j a.k_t {
    width: 90px;
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fd9956;
    display: block;
}

.header .hy_xx .h_y .d_j a.y_t {
    width: 90px;
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fd9956;
    display: block;
}

.header .hy_xx .h_y .w_k {
    width: calc(100% - 100px);
    min-height: 94px;
    background: url(../images/c3.png) no-repeat left center;
    position: relative;
    display: flex;
    align-items: center;
}

.header .hy_xx .h_y .t_b {
    width: 146px;
}

.header .hy_xx .h_y .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.header .hy_xx .h_y .j_b {
    width: 56px;
    margin-left: 30px;
}

.header .hy_xx .h_y .j_b img {
    width: 100%;
    height: auto;
    display: block;
}

.header .hy_xx .h_y .t_s {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 136px;
    margin-top: -20px;
}

.header .hy_xx .h_y .k_s {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 96px;
    margin-top: -24px;
}

.header .hy_xx .h_y .k_s h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
}

.header .hy_xx .h_y .q_l {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}

.header .hy_xx .h_y .q_l ul {
    margin: 0 -7px;
}

.header .hy_xx .h_y .q_l ul li {
    width: calc(33.33333333% - 14px);
    margin: 7px;
    padding: 10px 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #f5f5f5;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .hy_xx .h_y .q_l ul li.l_s {
    background-color: #f3fcf0;
    border: 1px solid #cef2c3;
}

.header .hy_xx .h_y .q_l ul li:hover {
    background-color: #f3fcf0;
    border: 1px solid #cef2c3;
}

.header .hy_xx .h_y .q_l ul li.l_s:hover {
    background-color: #72da52;
}

.header .hy_xx .h_y .q_l ul li a {
    color: #888;
}

.header .hy_xx .h_y .q_l ul li.l_s a {
    color: #5cb062;
}

.header .hy_xx .h_y .q_l ul li:hover a {
    color: #5cb062;
}

.header .hy_xx .h_y .q_l ul li.l_s:hover a {
    color: #fff;
}

.header .hy_xx .k_g {
    height: 72px;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .hy_xx .k_g .l_m {
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

.header .hy_xx .k_g .l_m i {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #494949;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
}

.header .hy_xx .k_g .e_j {
    width: 360px;
    margin-left: -180px;
}

.header .hy_xx .k_g .t_w {
    padding: 20px 25px 10px;
}

.header .hy_xx .k_g .t_w ul {
    margin: 0 -10px;
}

.header .hy_xx .k_g .t_w ul li {
    padding: 0 10px;
    margin-bottom: 10px;
}

.header .hy_xx .k_g .t_p img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    display: block;
}

.header .hy_xx .k_g .w_z {
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .hy_xx .k_g .w_z a {
    color: #7c7c7c;
}

.header .hy_xx .k_g .w_z a:hover {
    color: #fd9956;
}

.header .hy_xx .x_x {
    height: 72px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .hy_xx .x_x .l_m {
    font-size: 14px;
    line-height: 36px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.header .hy_xx .x_x .l_m em {
    width: 18px;
    height: 18px;
    background-color: #e9732e;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
}

.header .hy_xx .x_x .l_m i {
    width: 18px;
    height: 18px;
    padding-left: 1px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    background-color: #5e5d5d;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

.header .hy_xx .x_x .e_j {
    width: 270px;
    margin-left: -135px;
}

.header .hy_xx .x_x .l_b {
    /*padding: 20px;*/
    min-height: 260px;
}

.header .hy_xx .x_x .l_b.m_y {
    background: url(../images/a7.png) no-repeat center;
}

.header .hy_xx .t_x {
    height: 72px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .hy_xx .t_x .l_m {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.header .hy_xx .t_x .l_m img {
    width: 100%;
    height: auto;
    display: block;
}

.header .hy_xx .t_x .e_j {
    width: 230px;
    margin-left: -160px;
}

.header .hy_xx .t_x .e_j:after {
    left: auto;
    margin-left: 0;
    right: 56px;
}

.header .hy_xx .t_x .e_j:before {
    left: auto;
    margin-left: 0;
    right: 56px;
}

.header .hy_xx .t_x .z_x {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.header .hy_xx .t_x .t_t {
    width: 48px;
}

.header .hy_xx .t_x .t_t img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
}

.header .hy_xx .t_x .z_z {
    width: calc(100% - 58px);
}

.header .hy_xx .t_x .z_z h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
}

.header .hy_xx .t_x .z_z span {
    padding-left: 15px;
    margin-right: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
}

.header .hy_xx .t_x .z_z span:last-child {
    margin-right: 0;
}

.header .hy_xx .t_x .l_b ul li a {
    display: block;
    border-top: 1px solid #dcdcdc;
    line-height: 44px;
    text-align: center;
    color: #666665;
}

.header .hy_xx .t_x .l_b ul li:hover a {
    background-color: #ffebde;
    border-top: 1px solid #f5ddcd;
    color: #fd9956;
}

.header .hy_xx .t_x .l_b em {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .hy_xx .t_x .l_b ul li:hover em {
    background-position: bottom center;
}

@media only screen and (max-width: 1366px) {
    .header .nav ul li {
        margin-right: 20px;
    }

    .header .search {
        width: 260px;
    }

    .header .search .s_ch {
        width: 175px;
    }

    .header .hy_xx .h_y {
        margin-right: 20px;
    }
}

.head_h {
    width: 100%;
    height: 72px;
    background-color: #fff;
    overflow: hidden;
}

.sy_bt {
    position: relative;
    z-index: 99;
}

.kj_dh {
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 12px;
    color: #727272;
    line-height: 26px;
    float: left;
}

.kj_dh .l_m ul {
    display: flex;
    flex-wrap: wrap;
}

.kj_dh .l_m ul li {
    margin-right: 20px;
    position: relative;
}

.kj_dh .l_m ul li:last-child {
    margin-right: 0;
}

.kj_dh .l_m ul li a {
    color: #727272;
    display: inline-block;
}

.kj_dh .l_m ul li a:hover, .kj_dh .l_m ul li.active a {
    color: #fd9956
}

.kj_dh .l_m ul li:after {
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #e9732e;
    position: absolute;
    left: 50%;
    bottom: 0;
    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;
}

.kj_dh .l_m ul li:hover:after {
    width: 100%;
    max-width: 34px;
}

.kj_dh .l_m em {
    width: 18px;
    height: 18px;
    background-color: #e9732e;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    right: -18px;
    top: -6px;
}

.gy_bz {
    min-width: 172px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    line-height: 26px;
    float: right;
    font-size: 12px;
}

.gy_bz .l_x {
    color: #969494;
    margin-right: 15px;
}

.gy_bz .b_z {
    position: relative;
    z-index: 9;
}

.gy_bz .l_m i {
    font-size: 18px;
    color: #fd9956;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.gy_bz .t_c {
    width: 200px;
    padding-right: 10px;
    position: absolute;
    right: 100%;
    top: -60px;
    display: none;
}

.gy_bz .b_z:hover .t_c {
    display: block;
}

.gy_bz .n_r {
    width: 190px;
    padding: 15px 15px 30px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 10px 15px 20px rgba(0, 0, 0, .1);
    position: relative;
}

.gy_bz .n_r:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
    content: "";
    position: absolute;
    top: 60px;
    right: -8px;
}

.gy_bz .n_r ul {
    display: flex;
    flex-wrap: wrap;
}

.gy_bz .n_r ul li {
    width: 50%;
    text-align: center;
}

.gy_bz .n_r ul li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #979696;
}

.gy_bz .n_r ul li a:hover {
    color: #fd9956;
}

.gy_bz .n_r a.m_r {
    max-width: 134px;
    height: 32px;
    background-color: #fd9956;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin: 6px auto 0;
}

.gy_bz .n_r a.m_r:hover {
    background-color: #e9732e;
}

.gy_bz .k_f {
    position: relative;
    margin-left: 30px;
    z-index: 9;
}

.gy_bz .k_f .f img {
    display: inline-block;
    max-width: 18px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.gy_bz .t_m {
    width: 124px;
    border: 1px solid #ddd;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -62px;
    display: none;
}

.gy_bz .t_m img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_bz .k_f:hover .t_m {
    display: block;
}

.gy_bz .t_m:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.gy_bz .t_m:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dcdcdc;
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

@media only screen and (max-width: 1366px) {
    .gy_bz .l_x {
        margin-right: 10px;
    }
}

.gy_bt {
    display: flex;
    flex-wrap: wrap;
    height: 26px;
    color: #727272;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 12px;
    float: left;
    margin-right: 50px;
}

.gy_bt .l_m {
    margin-right: 10px;
}

.gy_bt .l_m ul {
    display: flex;
    flex-wrap: wrap;
}

.gy_bt .l_m ul li {
    margin-right: 15px;
    position: relative;
}

.gy_bt .l_m ul li a {
    color: #727272;
    display: inline-block;
}

.gy_bt .l_m ul li a:hover, .gy_bt .l_m ul li.active a {
    color: #fd9956
}

.gy_bt .l_m ul li:after {
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #e9732e;
    position: absolute;
    left: 50%;
    bottom: 0;
    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_bt .l_m ul li:hover:after {
    width: 100%;
    max-width: 34px;
}

.gy_bt .m_r {
    margin-top: 1px;
}

.gy_bt .m_r a {
    font-weight: bold;
    color: #606060;
    display: inline-block;
}

.gy_bt .m_r i {
    font-size: 12px;
}

.gy_bt .m_r a:hover {
    color: #fd9956;
}

@media only screen and (max-width: 1366px) {
    .gy_bt .l_m {
        margin-right: 5px;
    }

    .gy_bt .l_m ul li {
        margin-right: 10px;
    }
}

.hy_zs {
    width: calc(100% + 16px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: auto !important;
    display: none;
}

.hy_zs .hy_nr {
    width: 802px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 200px auto 0;
    overflow: hidden;
}

.hy_zs .zs_ts {
    padding: 15px 10px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    position: relative;
}

.hy_zs .zs_ts i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    color: #888;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hy_zs .zs_ts i:hover {
    color: #fd9956;
}

.hy_zs .zs_nr {
    padding: 25px;
}

.hy_zs .zs_nr p {
    margin-bottom: 20px;
    line-height: 24px;
}

.hy_kt {
    width: 1090px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -545px;
    margin-top: -250px;
    z-index: 99999;
    overflow: hidden;
    display: none;
}

.hy_kt .container {
    padding: 0;
    min-width: 100%;
}

.hy_kt .hy_ts {
    padding: 15px 10px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    position: relative;
}

.hy_kt .hy_ts i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    color: #888;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hy_kt .hy_ts i:hover {
    color: #fd9956;
}

.hy_kt .hy_dj {
    padding: 30px;
}

.hy_kt .row {
    margin: 0 -13px;
}

.hy_kt .tc_nr {
    width: calc(33.33333333% - 26px);
    margin: 0 13px;
    padding: 35px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #fd9956;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.hy_kt .tc_nr:hover {
    border: 2px solid #fd9956;
    box-shadow: none;
}

.hy_kt .tc_nr .l_m {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.hy_kt .tc_nr .t_b {
    width: 46px;
    height: 46px;
}

.hy_kt .tc_nr .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.hy_kt .tc_nr .w_z {
    width: calc(100% - 56px);
    color: #fd9956;
}

.hy_kt .tc_nr .w_z h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.hy_kt .tc_nr .w_z p {
    font-size: 14px;
    line-height: 24px;
}

.hy_kt .tc_nr .g_n ul li {
    font-size: 14px;
    line-height: 30px;
    color: #898989;
}

.hy_kt .tc_nr .g_n ul li i {
    font-size: 16px;
    font-weight: bold;
    color: #d7d7d7;
    margin-right: 6px;
}

.hy_kt .tc_nr a {
    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;
}

.hy_kt .tc_nr:hover a {
    background-color: #fd9956;
    border: 1px solid #fd9956;
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bn_lm {
    width: 100%;
    height: 50px;
    padding: 7px 0;
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

.banner .container {
    max-width: 960px;
}

.banner .gallery-top {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner .gallery-thumbs a {
    line-height: 36px;
    color: #a5a5a5;
}

.banner .gallery-thumbs a:hover {
    color: #fd9956;
}

.banner .gallery-thumbs .swiper-slide-thumb-active a {
    color: #fd9956;
}

.banner .gallery-thumbs i.icon-sanjiaoright {
    font-size: 16px;
    color: #fd9956;
    vertical-align: middle;
    opacity: 0;
    display: inline-block;
    margin-top: -3px;
    margin-right: 3px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.banner .gallery-thumbs a:hover i.icon-sanjiaoright {
    opacity: 1;
}

.banner .gallery-thumbs .swiper-slide-thumb-active i.icon-sanjiaoright {
    opacity: 1;
}

.yema {
    text-align: center;
    margin-top: 30px;
}

.yema ul li {
    display: inline-block;
    margin: 3px;
}

.yema ul li a {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #555;
    display: block;
    overflow: hidden;
}

.yema ul li a:hover {
    background-color: #46d233;
    border: 1px solid #6daa65;
    color: #fff;
}

.yema ul li.on a {
    background-color: #46d233;
    border: 1px solid #6daa65;
    color: #fff;
}

.gy_fl {
    text-align: center;
    margin-bottom: 30px;
}

.gy_fl ul li {
    display: inline-block;
    margin: 0 1px;
}

.gy_fl ul li a {
    height: 36px;
    padding: 0 15px 0 27px;
    border-radius: 3px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #525252;
    line-height: 36px;
    display: block;
}

.gy_fl ul li:hover a {
    background-color: #46d233;
    background-image: url(../images/yj1.png);
    color: #fff;
    font-weight: bold;
}

.gy_fl ul li.on a {
    background-color: #46d233;
    background-image: url(../images/yj1.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
}

.footer {
    width: 100%;
    padding: 35px 0;
    background-color: #ccc;
    color: #616060;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
}

.footer .ft_yl {
    margin: 5px 0 30px;
}

.footer .ft_yl a {
    display: inline-block;
    margin-right: 10px;
    color: #616060;
}

.footer .ft_yl a:hover {
    color: #000;
}

.footer .ft_nr {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft_dh ul li {
    width: 130px;
    height: 56px;
    margin-right: 25px;
}

.footer .ft_dh ul li a {
    display: block;
    border-radius: 3px;
    background-color: #999;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
}

.footer .ft_dh ul li a:hover {
    background-color: #fd9956;
}

.footer .ft_gz {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft_lx {
    line-height: 22px;
    margin-right: 15px;
    text-align: left;
}

.footer .ft_em {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft_em .e_m {
    width: 68px;
    margin-right: 10px
}

.footer .ft_em .e_m img {
    width: 100%;
    height: auto;
    display: block;
}

.footer .ft_em .g_z {
    width: 12px;
    line-height: 12px;
}

.banquan {
    width: 100%;
    padding: 20px 0;
    background-color: #999;
    line-height: 38px;
    color: #363636;
    text-align: center;
    overflow: hidden;
}

.banquan span {
    padding: 0 5px;
    display: inline-block;
}

.kc_sp .sp_zs .vd_bj {
    overflow: hidden;
}

.travel-show-image {
    position: absolute;
    background-position: center;
    background-size: cover;
}

.travel-show-image-1 {
    width: 670px;
    height: 525px;
    top: 0;
    left: 0;
}

.travel-show-image-2 {
    width: 388px;
    top: 0;
    right: 0;
    height: 262.5px;
}

.travel-show-image-3 {
    width: 388px;
    top: 262.5px;
    right: 0;
    height: 262.5px;
}

.kc_sp {
    position: relative;
}

.kc_sp:before {
    content: '';
}

.kc_bg_mh_box, .kc_bg_mh {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.kc_bg_mh_box {
    overflow: hidden;
}

.kc_bg_mh {
    filter: blur(40px);
    -webkit-filter: blur(40px);
    background-size: contain;
}

#courseset-form .js-lbs-baidu {
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 24px;
}

#map {
    width: 100%;
    height: 400px;
}

#map label {
    max-width: initial;
}

.modal-body #map img {
    max-width: initial;
}

.swiper-container-free-mode > .swiper-wrapper {
    width: auto;
    display: inline-flex;
}

.swiper-slide .swiper-slide-a {
    display: block;
    width: 100%;
    height: 100%;
}

.sy_tj .tj_nr .t_p {
    height: 150px;
    overflow: hidden;
}

.sy_tj .tj_nr .t_p img {
    margin-top: -35px;
}

.swiper-slide-occupy {
    height: 630px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.isThirdLevelCategories {
    position: relative;
}

.isThirdLevelCategories:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 5px;
    width: 3px;
    background-color: #46d233;
    height: 16px;
}

.zc_lb_box .xx_xl .jt_ct {
    justify-content: flex-start;
}

.sy_lx_2 .swiper-slide-occupy {
    height: 577px;
}

.sy_lx_2 {
    width: 100%;
}

.sy_lx_2 .lx_zs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.sy_lx_2 .lx_zs .zc_dt {
    width: calc(25% - 14px);
    margin: 0 7px;
}

.sy_lx_2 .swiper-lx {
    border-radius: 5px;
}

.sy_lx_2 .swiper-lx img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sy_lx_2 .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6) url(../images/zjt.png) no-repeat center / cover;
    left: 3%;
    margin-top: -15px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_lx_2 .swiper-button-prev:hover {
    background: rgba(253, 153, 86, .8) url(../images/zjt.png) no-repeat center / cover;
}

.sy_lx_2 .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6) url(../images/yjt.png) no-repeat center / cover;
    right: 3%;
    margin-top: -15px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_lx_2 .swiper-button-next:hover {
    background: rgba(253, 153, 86, .8) url(../images/yjt.png) no-repeat center / cover;
}

.sy_lx_2 .lx_zs .yc_lb {
    width: calc(75% - 14px);
    margin: 0 7px;
}

.sy_lx_2 .lx_zs ul {
    margin: 0 -7px;
}

.sy_lx_2 .lx_zs ul li {
    padding: 0 7px;
    margin-bottom: 20px;
}

.sy_lx_2 .lx_zs .t_p {
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_lx_2 .lx_zs ul li:hover .t_p {
    border: 1px solid #fec9a5;
}

.sy_lx_2 .lx_zs .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_lx_2 .lx_zs ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.sy_lx_2 .w_z {
    margin-top: 10px;
}

.sy_lx_2 .swiper-lx .w_z {
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin: 0;
}

.sy_lx_2 .x_x {
    display: flex;
}

.sy_lx_2 .t_x {
    width: 38px;
    position: relative;
}

.sy_lx_2 .t_x img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
}

.sy_lx_2 .z_x {
    width: 230px;
    padding-left: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    display: none;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sy_lx_2 .swiper-lx .z_x {
    top: -10px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.sy_lx_2 .t_x:hover .z_x {
    display: block;
}

.sy_lx_2 .n_r {
    width: 220px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: -10px -15px 20px rgba(0, 0, 0, .1);
    position: relative;
}

.sy_lx_2 .n_r:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -8px;
}

.sy_lx_2 .swiper-lx .n_r:after {
    top: 20px;
    margin-top: 0;
}

.sy_lx_2 .z_z {
    display: flex;
}

.sy_lx_2 .z_t .swiper-lx {
    width: 86px;
}

.sy_lx_2 .z_t .swiper-lx img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
}

.sy_lx_2 .z_j {
    width: calc(100% - 96px);
}

.sy_lx_2 .z_j h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
}

.sy_lx_2 .z_j p {
    color: #727272;
    line-height: 20px;
}

.sy_lx_2 .j_s {
    margin: 15px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_lx_2 .l_b ul {
    margin: 0;
}

.sy_lx_2 .l_b ul li {
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_lx_2 .g_z {
    margin-top: 25px;
    text-align: center;
}

.sy_lx_2 .g_z a {
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
}

.sy_lx_2 .g_z a.g {
    background-color: #fd9956;
    border: 1px solid #d4814a;
}

.sy_lx_2 .g_z a.g:hover {
    background-color: #e9732e;
}

.sy_lx_2 .g_z a.z {
    background-color: #4fcf4b;
    border: 1px solid #5cae59;
}

.sy_lx_2 .g_z a.z:hover {
    background-color: #44ae41;
}

.sy_lx_2 .b_t {
    width: calc(100% - 48px);
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_lx_2 .swiper-lx .b_t a {
    color: #fff;
}

.sy_lx_2 .swiper-lx .b_t a:hover {
    color: #e9732e;
}

.sy_lx_2 .b_q {
    margin-top: 10px;
    display: flex;
}

.sy_lx_2 .j_g {
    font-size: 16px;
    line-height: 24px;
    color: #fd9956;
    margin-right: 10px;
}

.sy_lx_2 .c_t {
    background-color: #fd9956;
    border-radius: 3px;
    border: 1px solid #d4814a;
    padding: 0 5px;
    color: #fff;
    line-height: 20px;
    margin-right: 15px;
}

.sy_lx_2 .d_z {
    color: #9a9999;
    margin-right: 15px;
}

.sy_lx_2 .swiper-lx .d_z {
    color: #fff;
}

.sy_lx_2 .d_z i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.sy_lx_2 .l_l {
    color: #9a9999;
}

.sy_lx_2 .swiper-lx .l_l {
    color: #fff;
}

.sy_lx_2 .l_l i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

@media only screen and (max-width: 1440px) {
    .sy_lx_2 .j_g {
        font-size: 15px;
    }

    .sy_lx_2 .zc_dt .j_g {
        font-size: 13px;
    }

    .sy_lx_2 .c_t {
        margin-right: 10px;
    }

    .sy_lx_2 .d_z {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .sy_lx_2 .j_g {
        font-size: 13px;
    }

    .sy_lx_2 .zc_dt .j_g {
        font-size: 12px;
    }

    .sy_lx_2 .c_t {
        margin-right: 5px;
        padding: 0 3px;
    }

    .sy_lx_2 .d_z {
        margin-right: 5px;
    }
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
}