a {
    /*color: #333333 !important;*/
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
}

.banner {}

.gl {
    width: 80% !important;
    margin: -50px auto 0;
    position: relative;
    z-index: 9;
}
.gl_ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}

.gl_ul li {
    margin: 15px 0;
    width: 100%;
    height: 30%;
    transition: all 1s linear;
    transform: scale(0);
    opacity: 0;
}
.gl_ul_c{
    width: 90%;
    background: #FFFFFF;
    padding: 36px 0px 0 32px;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.16);
    border-radius: 16px 16px 16px 16px;
    display: flex;
    justify-content: space-between;
}
.block {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.gl_ul li:hover {
    transform: scale(1.1);
}

.gl_ul_l {}
.gl_ul_r{
   width: 200px;
    height: 118px;
}
.gl_ul_l div {
    /*height: 60px;*/
}

.gl_ul_l_t {
    font-size: 24px;
}

.gl_ul_l_b {
    /* padding-top: 45px; */
}

.gl_ul_l_b a {
    font-size: 18px;
    color: #0F9748 !important;
}

.app {
    width: 80%;
    margin: 0 auto;
    /* overflow: hidden; */
}

.app_title {
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    text-align: center;
    margin: 64px 0 48px;
    transition: all 1s linear;
    opacity: 0;
}

.app_title_block {
    opacity: 1 !important;
}

.app_title div {
    background-color: #0F9748;
    width: 75px;
    height: 5px;
}

.app_swiper {
    position: relative;
}

.swiper_app {
    position: relative;
    overflow: hidden;
}

.swiper_app ul {
    display: flex;
    justify-content: space-between;
}

.swiper_app ul li {
    width: 377px !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.16);
    border-radius: 16px 16px 16px 16px;
    margin: 0 50px 0 36px;
    transition: all 1s linear;
}

.swiper-slide_item {
    /* transform: scale(0);
    opacity: 0; */
}


/*
.swiper-slide_item:nth-child(2n) {
    transition: all 1s linear;
}
.swiper-slide_item:nth-child(2n-1) {
    transition: all 1s linear;
} */

.swiper-slide_item_block {
    transform: scale(1);
    opacity: 1;
}

.swiper_app ul li:nth-child(1) {
    margin-left: 5px;
}

.swiper_app ul li:last-child {
    /* margin-right: 0.1rem; */
}

;
.swiper_app ul li:hover {
    transform: scale(1.1);
}

.app_item_title {
    text-align: center;
    font-size: 20px;
    margin: 16px 0;
}
.a_i_img{
    /*width: 377px;*/
    /*height: 237px;*/
}
.app_item_b {
    text-align: center;
    font-size: 20px;
    margin: 16px 0;
    color: #FF9C16;
}

.yfm_service {
    width: 80%;
    margin: 0 auto 64px;
}

.yfm_service_title {
    font-size: 32px;
    margin: 64px auto 50px;
    text-align: center;
    transition: all 1s linear;
    opacity: 0;
}

.yfm_t_t {
    color: #0F9748;
    display: flex;
    justify-content: center;
    font-size: 32px;
}

.yfm_t_t span {
    font-size: 32px;
}

.yfm_t_t_y {
    font-size: 14px;
}

.yfm_service_main {
    display: flex;
    justify-content: space-between;
}

.yfm_service_main_r {
    height: 619px;
    transition: all .5s linear;
    transform: scale(0);
    opacity: 0;
     width: 80%;
}
.yfmImg{
    height: 619px;
    width: 100%;
}
.yfm_service_main_r_block {
    transform: scale(1);
    opacity: 1;
}

.yfm_service_main_l {
    width: 420px;
}

.yfm_service_main_l ul {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yfm_service_main_l ul li:nth-child(1) {
    color: #D94945;
    background-color: #F5F5F5;
}

.yfm_service_main_l ul li:nth-child(1) {
    font-size: 32px;
}


.yfm_service_main_l li {
    padding: 11px 30px;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
}

.yfm_s_item {
    /*font-size: 32px;*/
    cursor: pointer;
    opacity: 0;
    transform: rotate(0);
    transition: all 0.5s linear;
}

.yfm_s_item_block {
    opacity: 1;
    transform: rotate(1);
}

.yfm_s_item_l {
    /*font-size: 20px;*/
    font-style: italic;
}

.yfm_s_item_r {
    width: 90%;
    margin-left: 10%;
}

.yfm_s_item_r_t {
    color: #0F9748;
    /*font-size: 20px;*/
    margin-left: 20px;
}

.yfm_s_item_r_b {
    font-size: 18px;
    color: #333333;
    margin-top: 9px;
}

.dt {
    width: 80%;
    margin: auto;
}

.dt_title {
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    text-align: center;
    margin: 64px 0 48px;
    transition: all 1s linear;
    opacity: 0;
}

.dt_main {
    display: flex;
    justify-content: space-between;
}

.dt_title div {
    background-color: #0F9748;
    width: 75px;
    height: 5px;
}

.dt_l {
    width: 48%;
}

.dt_l_item {
    position: relative;
}

.dt_l_item_t {
    width: 100%;
    color: #FFFFFF;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dt_r {
    width: 48%;
    line-height: 30px;
}

.dt_r li {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 10px;
}

.dt_r_t {
    color: #333;
    font-size: 18px;
}

.dt_r_c {
    /*margin: 20px 0;*/
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏超出范围的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
}

.dt_r_b {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.dt_r_b_t {
    color: #999;
}

.dt_r_b_b {
    color: #0F9748;
}

.dt_a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F9748 !important;
}

.dt {
    width: 80%;
    margin: auto;
}


.honor {
    width: 100%;
    /*height: 1022px;*/
    /*height: 100vh;*/
    transition: all 1s linear;
    opacity: 0;
    transform: scale(0);
    position: relative;
    /*background: url("/skin/images/index/honor.png") 100% 100% / 100% 100%;*/
}
.honner{
    margin-bottom: 30px;
    margin-right: 15px;
}
/*.honner:last-child{*/
/*    margin-right: 0;*/
/*}*/
.honor_block {
    opacity: 1;
    transform: scale(1);
}
.hover_img{
    position: absolute;
    top: 0;
    left: 0;
}
.honor_main {
    width: 90%;
    margin: 0 auto;
}

.h_one {
    padding-top: 30%;
}

.h_one_item {
    transition: all 1s linear;
    opacity: 0;
    transform: translateY(100%);
    /* transform: scale(0); */
}

.h_one_item_block {
    transform: translateY(0);
    opacity: 1;
}

.h_one ul {
    display: flex;
    /* flex-wrap: wrap; */
}

.h_one ul li {
    margin-bottom: 15px;
    margin-right: 32px;
}

.h_one ul li:nth-child(4n) {
    margin-right: 0;
}

.swiper_honor {
    overflow: hidden;
}

.h_twe {
    margin-top: 48px;
}
