.c_fa {
    background-color: #FAFAFA;
}

.c_fc {
    background-color: #FCFCFC;
}

.c_ff {
    background-color: #ffffff;
}

.c_f_cc {
    color: #ccc;
}

.c_f_66 {
    color: #666666;
}

.c_f_33 {
    color: #333333;
}

.c_f_03 {
    color: #030303;
}

.c_f_99 {
    color: #999999;
}

.c_f_red {
    color: #D52828;
}

.c_f_redfa {
    color: #FA453F;
}

.c_f_redfc {
    color: #FC0101;
}

.c_f_pink {
    color: #F07676;
}

.f_s_12 {
    font-size: 12px;
}

.f_s_14 {
    font-size: 14px;
}

.f_s_16 {
    font-size: 16px;
}

.f_s_18 {
    font-size: 18px;
}

.f_s_20 {
    font-size: 20px;
}

.f_s_22 {
    font-size: 22px;
}

.f_s_24 {
    font-size: 24px;
}

.f_s_28 {
    font-size: 28px;
}

.f_s_30 {
    font-size: 30px;
}

.f_w_b {
    font-weight: bold;
}

.le_s {
    letter-spacing: 2px;
}

.w_1460 {
    width: 1460px;
}

.w_100 {
    width: 100%;
}

.w_1180 {
    width: 1180px;
}

.p_r_5 {
    padding-right: 5px;
}

.p_r_10 {
    padding-right: 10px;
}

.p_l_10 {
    padding-left: 10px;
}

.p_r_20 {
    padding-right: 20px;
}

.p_l_4 {
    padding-left: 4px;
}

.p_40 {
    padding: 40px;
}

.m_r_10 {
    margin-right: 10px;
}

.m_r_15 {
    margin-right: 15px;
}

.m_r_18 {
    margin-right: 18px;
}

.m_r_20 {
    margin-right: 20px;
}

.m_r_23 {
    margin-right: 23px;
}

.m_r_30 {
    margin-right: 30px;
}

.m_r_38 {
    margin-right: 38px;
}

.m_r_40 {
    margin-right: 40px;
}

.m_r_50 {
    margin-right: 50px;
}

.m_t_10 {
    margin-top: 10px;
}

.m_t_16 {
    margin-top: 16px;
}

.m_t_18 {
    margin-top: 18px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_22 {
    margin-top: 22px;
}

.m_t_28 {
    margin-top: 28px;
}

.m_t_30 {
    margin-top: 30px;
}

.m_t_35 {
    margin-top: 35px;
}

.m_t_40 {
    margin-top: 40px;
}

.m_t_60 {
    margin-top: 60px;
}

.m_t_80 {
    margin-top: 80px;
}

.m_b_20 {
    margin-bottom: 20px;
}

.clearfix::after {
    content: ".";
    /*å°ç‚¹å…¼å®¹ä½Žç‰ˆæœ¬ç«ç‹*/
    display: block;
    clear: both;
    height: 0;
    /*åŽ»é™¤ç‚¹çš„é«˜åº¦*/
    visibility: hidden;
    /*åŽ»é™¤å°ç‚¹*/
}

.flex_1 {
    flex: 1;
}

.flex_r_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_r_cs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.flex_r_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_r_a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex_r_bs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex_r_be {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex_r_r {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex_r_s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex_r_ss {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex_r_e {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex_r_se {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex_r_sw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

.flex_c_s {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flex_c_c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex_c_b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.border_1 {
    border: 1px solid #F4F4F4;
}

.border_1_nb {
    border-left: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}

.border_1_nt {
    border-left: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}

.border_1_r {
    border-right: 1px solid #F4F4F4;
}

.border_1_re9 {
    border-right: 1px solid #E9E8E8;
}

.border_1_le9 {
    border-left: 1px solid #E9E8E8;
}

.border_1_b {
    border-bottom: 1px solid #EEEEEE;
}

.border_1_te9 {
    border-top: 1px solid #E9E8E8;
}

.bor_rad {
    border-radius: 8px;
}

.triangle {
    position: relative;
}

.triangle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 11px solid #FF0000;
    border-right: 11px solid transparent;
}

.borderbox {
    box-sizing: border-box;
}

.no_select {
    user-select: none;
}

.cursor_p {
    cursor: pointer;
}

.no_cursor {
    cursor: pointer;
    user-select: none;
}

.imgcover {
    object-fit: cover;
}

.hover_sc {
    transition: all .5s;
    cursor: pointer;
    user-select: none;
}

.hover_sc:hover {
    transform: scale(1.04);
}


/*  */

.hover_shadow {
    transition: all .3s ease;
}

.hover_shadow:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
}


/* ------------ hover_img_shadow ------------ */

.hover_img_shadow {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 4px;
}

.hover_img_shadow:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.scaleimg {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.hover_img_shadow:hover .scaleimg {
    transform: scale(1.1)
}


/* ------------- */

.hover_scaleimg {
    transition: all .5s;
}

.hover_scaleimg:hover {
    transform: scale(1.1)
}


/* --------- ------------- */

.text_ell1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_ell2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text_ell3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_ell4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.required {
    position: relative;
}

.required::after {
    content: "*";
    position: absolute;
    top: 1px;
    left: -10px;
    height: 10px;
    width: 10px;
    color: #fc0101;
    font-weight: 700;
}

.main_viewBlock {
    position: relative;
    border: 1px solid rgba(240, 240, 240, 0.1);
    box-shadow: 0px 9px 10px 0px rgba(224, 224, 224, 0.08);
    border-radius: 2px;
    padding: 0 30px 30px;
    background-color: #fff;
    min-height: 840px;
    border-radius: 4px;
}


/*  title */

.title_line {
    position: relative;
}

.title_line::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translate(0, -50%);
    height: 1px;
    width: 60px;
    background-color: #dcdcdc;
    transform: scale(1, .5);
}

.title_line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0, -50%);
    height: 1px;
    width: 60px;
    background-color: #dcdcdc;
    transform: scale(1, .5);
}



/* swiper */
.swiper-container .swiper-button-prev{
    background: url('../images/arr_left.png') no-repeat center center !important;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    left: 5%;
}

.swiper-container .swiper-button-prev::after,.swiper-container .swiper-button-next::after {
    content: '';
}

.swiper-container .swiper-button-next{
    background: url('../images/arr_right.png') no-repeat center center !important;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    right: 5%;
}

@media(max-width:768px){

}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

}

.swiper-slide-box {
    width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.swiper-slide-box .swiper-left {
    display: flex;
    align-items: center;
    text-align: left;
    flex: 1;
    padding-left: 100px;
}
.swiper-slide-box .swiper-right {
    width: 466px;
    margin-left: 50px;
}

.swiper-slide-box .swiper-right img {
    width: 70%;
    height: auto;
}

.swiper-left .big_title {
    font-size: 30px;
    line-height: 45px;
}

.swiper-left .small_title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.swiper-left .button_box {
    margin-top: 40px;

}

.swiper-left .button_box .button {
    width: 205px;
    height: 50px;
    margin-right: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: inline-block;  
    box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
}

.swiper-left .button_box .button1 {
    background: #ffffff;
    color: #3399CC;

}




/*.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next{
    display: none;
    background-color: rgba(0, 0, 0, .35);
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
}
.swiper-container .swiper-button-prev{
    background-image: url('/img/home/arrow-left-light.png');
    background-position: 90% center;
}
.swiper-container .swiper-button-next{
    background-image: url('/img/home/arrow-right-light.png');
    background-position: 10% center;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after{
    display: none;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next{
    display: block;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    margin: 0 2px;
    background-color: #D52828;
    border-radius: 4px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
}*/
