* {
    letter-spacing: 0.5px;
}
.index .head .logo {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
}
.index .head .nav {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
}
.index .head .nav .l {
    width: 230px;
    height: 100%;
    background: #f5f5f5;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 40px;
}
.index .head .nav .list {
    width: 970px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
}
.index .head .nav .list a {
    display: flex;
    height: 38px;
    line-height: 38px;
    color: #858585;
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
    transition: all 0.2s;
}
.index .head .nav .list a:hover {
    border-color: #db1d17;
}
.index .head .nav .list .active {
    color: #2c2c2c;
    font-weight: bold;
}
.banner_box {
    width: 100%;
    height: 540px;
    position: relative;
}
.banner_box #banner {
    width: 100%;
    height: 100%;
}
.banner_box #banner .ban_son img {
    width: 1920px;
    height: 100%;
}
.banner_box #banner .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.banner_box .ban_con {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_box .ban_con .list {
    width: 230px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.banner_box .ban_con .list .son {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 54px;
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.banner_box .ban_con .list .active {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}
.banner_box .ban_con .l {
    display: flex;
    height: 100%;
}
.banner_box .ban_con .conter {
    width: 680px;
    height: 100%;
    background: #ffffff;
    padding: 20px 40px;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.banner_box .ban_con .conter .son {
    float: left;
    width: 33%;
    /* margin-right: 30px; */
    line-height: 44px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    padding: 0 10px;
    color: #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.banner_box .ban_con .conter .dw_1 {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 24px;
    border-radius: 500000px;
    text-align: center;
    line-height: 24px;
    background: #db1d17;
    color: #ffffff;
}
.banner_box .ban_con .conter .son:hover {
    color: #db1d17;
    text-decoration: underline;
}
.banner_box .ban_con .form {
    width: 270px;
    background: #ffffff;
    border-radius: 3px;
    padding: 13px;
}
.banner_box .ban_con .form .title {
    text-align: center;
    font-size: 22px;
    text-align: center;
    color: #444444;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
.banner_box .ban_con .form input {
    display: block;
    width: 100%;
    height: 46px;
    background: #ffffff;
    border-radius: 3px;
    padding: 0 14px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
    border: 1px solid #edefed;
}
.banner_box .ban_con .form input::placeholder {
    color: #b6b6b6;
}
.banner_box .ban_con .form textarea {
    display: block;
    width: 100%;
    height: 104px;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px 14px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
    border: 1px solid #edefed;
}
.banner_box .ban_con .form textarea::placeholder {
    color: #b6b6b6;
}
.banner_box .ban_con .form .botton {
    width: 100%;
    height: 52px;
    border-radius: 3px;
    background: #db1d17;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}
.banner_box .ban_con .conter_box {
    width: 680px;
    height: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.banner_box .ban_con .conter_box .conter {
    display: none;
}
.banner_box .ban_con .conter_box .active {
    display: block;
}
.index .hot_box {
    width: 100%;
    background: url('../images/bj_1.png')no-repeat center;
    height: 800px;
    background-size: 1920px 845px;
    padding-top: 80px;
}
.title_all {
    width: 717px;
    height: 107px;
    margin: 0 auto 50px;
}
.index .hot_box .list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 118px;
    padding-top: 30px;
}
.index .hot_box .list .son {
    width: 382px;
    height: 255px;
    border-radius: 10px;
    padding: 24px;
    margin-right: 26px;
}
.index .hot_box .list .son:last-child {
    margin-right: 0;
}
.index .hot_box .list .son:nth-of-type(1) {
    background: url('../images/hot_tb_1.png')no-repeat right bottom #ffffff;
    background-size: 198px 164px;
}
.index .hot_box .list .son:nth-of-type(2) {
    background: url('../images/hot_tb_2.png')no-repeat right bottom #ffffff;
    background-size: 144px 147px;
}
.index .hot_box .list .son:nth-of-type(3) {
    background: url('../images/hot_tb_3.png')no-repeat right bottom #ffffff;
    background-size: 193px 145px;
}
.index .hot_box .list .son .title {
    font-size: 22px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
}
.index .hot_box .list .son .text_1 {
    font-size: 16px;
    width: 100%;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; */
    margin-top: 10px;
    height: 124px;
    line-height: 24px;
}
.index .hot_box .list .son .botton {
    display: block;
    background-image: linear-gradient(to right, #ff5d52, #f41410);
    width: 146px;
    height: 46px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
}
.index .youshi_box {
    background: url('../images/bj_2.png') no-repeat center;
    width: 100%;
    height: 810px;
    background-size: 1920px 100%;
    position: relative;
    top: -2px;
}
.index .youshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.index .youshi_son {
    width: 555px;
    /* height: 747px; */
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0 50px;
}
.index .youshi_son .title {
    color: #676161;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}
.index .youshi_son .list1 {
    width: 100%;
    padding: 0 30px;
}
.index .youshi_son .list1 .son {
    width: 100%;
    height: 52px;
    background: url('../images/img_2.png')no-repeat #ececec left;
    background-size: 102px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 37px;
}
.index .youshi_son .list1 .son:last-child {
    margin-bottom: 0;
}
.index .youshi_son .list1 .son .text_1 {
    color: #ffffff;
    width: 102px;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
}
.index .youshi_son .list1 .son .text_2 {
    font-size: 14px;
    color: #666;
    width: 380px;
    padding: 0 10px;
}
.index .youshi>.active {
    margin-bottom: -25px;
}
.index .youshi>.youshi_son:nth-of-type(1) {
    margin-top: 170px;
}
.index .youshi>.active .title {
    color: #d12428;
}
.index .youshi>.active .list2 .son {
    background: url('../images/img_1.png')no-repeat #ececec left !important;
    /*background-size: 102px 52px;*/
}
.index .news_box {
    background: url('../images/bj_3.png') no-repeat center;
    width: 100%;
    height: 800px;
    background-size: 1920px 100%;
    position: relative;
    padding-top: 90px;
}
.mb_sl_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mb_sl_top_xs {
    width: 380px;
    text-align: center;
}
.mb_sl_top_xs>.img_1 {
    width: 380px;
    height: 230px;
    overflow: hidden;
}
.mb_sl_top_xs>.img_1 img {
    width: 100%;
}
.mb_sl_top {
    width: 380px;
    height: 304px;
    overflow: hidden;
    position: relative;
}
.mb_sl_top_xs .text_1 {
    font-size: 18px;
    padding-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 90%;
    margin: 0 auto;
}
.mb_sl_top_xs .text_2 {
    font-size: 12px;
    color: rgb(153, 153, 153);
    margin-top: 6PX;
}
.mb_sl {
    width: 375px;
    background: #FFFFFF;
    transition: all 0.5s;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ededed;
    cursor: pointer;
}
.mb_sl_top>a>img {
    position: absolute;
    top: -300px;
    left: 0px;
    z-index: 9;
    width: 380px;
    height: 300px;
    transition: all 0.5s;
}
.mb_sl:hover .mb_sl_top>a>img {
    transform: translateY(304px);
}
.mb_sl:hover .mb_sl_bottom_a {
    transform: translateY(-120px);
}
.mb_sl:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.mb_sl_bottom {
    width: 380px;
    height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.mb_sl_bottom>span {
    display: block;
    line-height: 80px;
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 0.5px;
    color: #d12428;
}
.mb_sl_bottom_a {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -100px;
    text-align: center;
    z-index: 9;
    transition: all 0.5s;
    background: #FFFFFF;
}
.mb_sl_bottom_a>a:nth-of-type(1) {
    margin-right: 8px;
}
.line-top {
    width: 0;
    height: 1px;
    left: -100%;
    top: -2px;
}
.yy_button:hover .line-top {
    width: 300px;
    left: -2px;
}
.mb_sl_bottom_a>a {
    margin-top: 40px;
}
.mb_sl_bottom .yy_button {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    border: 1px solid rgb(230, 230, 230);
    position: relative;
    transition: all .27s ease-in;
}
.mb_sl_bottom .yy_button:hover {
    text-decoration: none;
    border: 1px solid #d12428;
    color: #fff;
    background: #d12428;
}
.mb_sl_bottom .line {
    position: absolute;
    transition: all .27s ease-in;
    background-color: #d12428;
}
.mb_sl_bottom .line-top {
    width: 0;
    height: 1px;
    left: -100%;
    top: -1px;
    z-index: 10;
}
.mb_sl_bottom .yy_button:hover .line-top {
    width: 120px;
    left: -1px;
}
.mb_sl_bottom .line-bottom {
    width: 0;
    height: 1px;
    right: -100%;
    bottom: -1px;
    z-index: 10;
}
.mb_sl_bottom .yy_button:hover .line-bottom {
    width: 120px;
    right: -1px;
}
.mb_sl_bottom .line-right {
    width: 1px;
    height: 0;
    top: -100%;
    right: -1px;
    z-index: 10;
}
.mb_sl_bottom .yy_button:hover .line-right {
    height: 40px;
    top: -1px;
}
.mb_sl_bottom .line-left {
    width: 1px;
    height: 0;
    bottom: -100%;
    left: -1px;
    z-index: 10;
}
.mb_sl_bottom .yy_button:hover .line-left {
    height: 40px;
    bottom: -1px;
}
.index .team_box {
    width: 100%;
    background: url('../images/bj_4.png')no-repeat center #f5f5f5;
    background-size: 1920px 1430px;
    /* background: #f5f5f5; */
    position: relative;
    padding-top: 106px;
}
.index .team {
    margin-bottom: 140px;
}
.index .team_son .img_1 {
    width: 100%;
    height: 244px;
}
.index .team_son .img_1 img {
    width: 100%;
    height: 100%;
}
.index .team_son .wzz {
    width: 100%;
    background: #ffffff;
    padding: 10px 12px;
}
.index .team_son .wzz .con_1 {
    display: flex;
    align-items: center;
    height: 56px;
}
.index .team_son .wzz .con_1 .text_1 {
    font-size: 26px;
    color: #2a2828;
    font-weight: bold;
}
.index .team_son .wzz .con_1>div {
    color: #fff;
    font-size: 14px;
    background: #f41713;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin-left: 8px;
    border-radius: 4px;
}
.index .team_son .wzz .text_2 {
    color: #6c6c6c;
    font-size: 14px;
}
.index .jcan {
    display: flex;
    flex-wrap: wrap;
}
.index .jcan .son {
    width: 25%;
    position: relative;
    cursor: pointer;
}
.index .jcan .son .con_1 {
    width: 100% !important;
    height: 100% !important;
}
.index .jcan .son .con_2 {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    padding: 24px;
    opacity: 0;
}
.index .jcan .son .con_2 .title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index .jcan .son .con_2 .text_1 {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.index .jcan .son:hover .con_2 {
    opacity: 1;
}
.index .jcan .son .con_2 .text_2 {
    display: block;
    width: 120px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #ffffff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    line-height: 42px;
    transition: all .4s ease-out;
    border-radius: 2px;
}
.index .jcan .son .con_2 .text_2:hover {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}
.footer {
    width: 100%;
    background: #333030;
    padding: 22px 0 22px;
}
.foot .title {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
.foot .text_1 {
    color: #ffffff;
    font-size: 18px;
    margin-top: 18px;
}
.secondary {
    background: #f6f6f6;
    min-height: 100vh;
}
.secondary .logo_box {
    width: 100%;
    background: #fff;
}
.secondary .logo {
    height: 82px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}
.secondary .head {
    width: 100%;
    height: 67px;
    line-height: 67px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
}
.secondary .head .son {
    color: #232020;
    font-size: 18px;
    /* font-weight: bold; */
    padding: 0 18px;
    cursor: pointer;
    border-top: 4px solid #ffffff;
}
.secondary .head .active {
    border-top: 4px solid #db1d17;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
    color: #cf0f1a;
    font-weight: bold;
}
.secondary .head .son:hover {
    border-top: 4px solid #db1d17;
}
.secondary .list {
    overflow: hidden;
    padding-bottom: 80px;
}
.secondary .list .son {
    width: 280px;
    float: left;
    background: #fff;
    padding-bottom: 20px;
    margin-top: 34px;
    margin-right: 26px;
}
.secondary .list .son:nth-child(4n) {
    margin-right: 0;
}
.secondary .list .son .img_1 {
    width: 280px;
    height: 190px;
    overflow: hidden;
}
.secondary .list .son .img_1 img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.secondary .list .son:hover .img_1 img {
    transform: scale(1.2);
}
.secondary .list .son .title {
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    /* �涨�ı��Ƿ����� */
    overflow: hidden;
    /* �涨�������ݿ��ȵ�Ԫ������ */
    text-overflow: ellipsis;
    padding: 0 10px;
    line-height: 30px;
    margin-top: 10px;
}
.secondary .list .son .text_1 {
    width: 100%;
    font-size: 14px;
    color: #969696;
    white-space: nowrap;
    /* �涨�ı��Ƿ����� */
    overflow: hidden;
    /* �涨�������ݿ��ȵ�Ԫ������ */
    text-overflow: ellipsis;
    padding: 0 10px;
    line-height: 20px;
}
.secondary .list .son .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 20px;
}
.secondary .list .son .bottom .l {
    background: #ffdadc;
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    color: #e70012;
    border-radius: 2px;
}
.secondary .list .son .bottom .r {
    display: block;
    width: 122px;
    height: 34px;
    border-radius: 50000px;
    border: 2px solid #db1d17;
    text-align: center;
    line-height: 36px;
    color: #db1d17;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}
.secondary .list .son .bottom .r:hover {
    background: #db1d17;
    color: #ffffff;
}
/*隐藏首页右侧悬浮*/
.right-zx{display: none!important;}
