@charset"utf-8";

/* - pc端显示 - */

.pc {
    display: block;
}


/* - 手机端隐藏 - */

.mbl {
    display: none;
}

 ::-webkit-scrollbar {
    width: 0px !important;
}

i {
    font-style: normal
}


/*
	------------------------------------------------------------------------------------ 移动端导航 - start
	--------------------------------------------------------------------------------------------
*/

.logo {
    float: left;
}

.m_img {
    float: right;
    margin-left: 20px;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.m_nav,
.m_img {
    display: none;
}

.m_img a .m_menuimg {
    width: 24px;
    vertical-align: top;
    display: block;
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 100000000000000000000;
}

.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 999888;
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 9999999999999;
    left: -80%;
    padding-top: 66px;
    overflow-y: auto;
}

.m_nav .closeicon {
    position: absolute;
    width: auto;
    right: 16px;
    top: 22px;
    z-index: 105;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.m_nav .closeicon a {
    height: 22px;
    display: block;
}

.m_nav .m_navList ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
    padding-bottom: 8px;
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.m_nav .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 16px;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.tophide .header .m_img a.tow,
.header .m_img a.one {
    display: block;
}

.tophide .header .m_img a.one,
.header .m_img a.tow {
    display: none;
}


/*
	------------------------------------------------------------------------------------ 移动端导航 - end
	--------------------------------------------------------------------------------------------
*/


/*开始你的内容创作之旅*/


/* -----------------首页 ----------------*/


/* -----------------------01导航--------- */

.header {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
}

.header .haner_conter,
.warp {
    max-width: 1440px;
    margin: auto;
    width: 76%;
    /* padding: 13px 0; */
}

.header .haner_conter .cl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .haner_conter .cl .bt_nav .nav {
    float: left;
}

.header .haner_conter .cl .bt_nav .nav li {
    float: left;
    position: relative;
}

.header .haner_conter .cl .bt_nav .nav li a.vi_a {
    padding: 0 24px;
    font-size: 16px;
    color: #333333;
    line-height: 90px;
    transition: all .4s;
    display: inline-block;
}

.header .haner_conter .cl .bt_nav .nav li a.vi_a.active,
.header .haner_conter .cl .bt_nav .nav li a.vi_a:hover {
    color: #7ab92d;
}

.header .haner_conter .cl .bt_nav .nav li ._lev_t {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 14px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    transition: all .4s;
    /* transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px); */
    visibility: hidden;
    opacity: 0;
    display: block !important;
}

.header .haner_conter .cl .bt_nav .nav li:hover ._lev_t {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* transform: translateY(0);
      -webkit-transform: translateY(0); */
    visibility: visible;
    opacity: 1;
}

.header .haner_conter .cl .bt_nav .nav li ._lev_t dl {
    padding: 4px 0;
}

.header .haner_conter .cl .bt_nav .nav li ._lev_t dl a {
    color: #333;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    transition: all .4s;
}

.header .haner_conter .cl .bt_nav .nav li ._lev_t dl a:hover {
    color: #7ab92d;
}

.header .haner_conter .logo {
    position: relative;
    top: -4px;
}

.header .haner_conter .cl .haer_r {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 30px;
    line-height: 90px;
}

.header .haner_conter .cl .haer_r .haer_en a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding-left: 24px;
    transition: all .4s;
}

.header .haner_conter .cl .haer_r .haer_en a::before {
    content: "\e636";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    color: #666666;
}

.header .haner_conter .cl .haer_r .sueer_ss {
    margin-left: 36px;
    cursor: pointer;
    height: 90px;
}

.header .haner_conter .cl .haer_r .sueer_ss .icon-sousuo11 {
    color: #7AB92D;
    font-size: 20px;
}


/* -----------------------01导航 end--------- */


/* ---------------------02banner------------------------------- */

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

.banner .swpBan {
    width: 100%;
}

.banner .swpBan .ban-imgDiv {
    width: 100vw;
    height: 100vh;
}

.banner .swpBan .banner_text {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.banner .swpBan .banner_text .banner_teme {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.banner .swpBan .banner_text .banner_h3 {
    margin-bottom: 50px;
}

.banner .swpBan .banner_text .banner_h3 p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 28px;
}

.banner .swpBan .banner_text .banner_h3 h3 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}

.banner .swpBan .swiper-slide-active .banner_text .banner_teme {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.banner .swpBan .div_data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swpBan .div_data span.span_time {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 22px;
}

.banner .swpBan .div_data span i {
    margin-right: 10px;
    font-size: 20px;
}

.banner .swpBan .banner_bottn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
}

.banner .swpBan .banner_bottn .buttom1 {
    cursor: pointer;
    width: 138px;
    height: 46px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition: all .4s;
}

.banner_ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.banner_ul .banner_list {
    width: 100%;
}

.banner_ul .banner_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner_ul .banner_list ul li {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}

.banner_ul .banner_list ul li .div1 {
    padding: 38px 30px 30px 30px;
}

.banner_ul .banner_list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: all .4s;
    content: "";
}

.banner_ul .banner_list ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.banner_ul .banner_list ul li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 60px;
}

.banner_ul .banner_list ul li p {
    display: flex;
    align-items: center;
    position: relative;
}

.banner_ul .banner_list ul li p::before {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 69px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    content: "";
}

.banner_ul .banner_list ul li p span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
    margin-right: 4px;
}

.banner_ul .banner_list ul li p i.icon-jiantou2 {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 26px;
    transition: all .4s;
}

.banner_ul .banner_list ul li .banne_i_icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 105px;
}

.banner_ul .banner_list ul li .banne_i_icon img {
    width: 100%;
}

.banner .swpBan .ico-ban-pv {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.banner .swpBan .ico-ban-nt {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.banner .swpBan:hover .ico-ban-nt,
.banner .swpBan:hover .ico-ban-pv {
    opacity: 1;
    visibility: visible;
}


/* ---------------------02banner end------------------------------- */


/*------------------- 03关于万果会------------------- */

.index_about {
    width: 100%;
    padding: 80px 0;
}

.index_about_list {
    width: 100%;
}

.index_about_list .index_about_l {
    width: 57.64%;
    float: left;
    padding-right: 100px;
}

.index_about_list .index_about_r {
    width: 42.36%;
    float: left;
}

.index_about_list .index_about_l .index_about_title {
    width: 100%;
    margin-bottom: 20px;
}

.index_about_list .index_about_l .index_about_title p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
}

.index_about_list .index_about_l .index_about_title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 46px;
    text-align: left;
}

.index_about_list .index_about_l .index_about_text {
    width: 100%;
}

.index_about_list .index_about_l .index_about_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.index_about_list .index_about_l .index_about_ul {
    width: 100%;
    margin-top: 36px;
}

.index_about_list .index_about_l .index_about_ul ul {
    /* display: flex;
      align-items: stretch;
      -webkit-align-items: stretch; */
}

.index_about_list .index_about_l .index_about_ul li {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    flex: 1;
    /* padding: 0 80px; */
    display: flex;
    justify-content: center;
    width: 33.33%;
}

.index_about_list .index_about_l .index_about_ul li:nth-child(1) {
    justify-content: flex-start;
}

.index_about_list .index_about_l .index_about_ul li .index_about_ul_li {
    width: auto;
}

.index_about_list .index_about_l .index_about_ul li:nth-child(1) {
    padding-left: 0;
}

.index_about_list .index_about_l .index_about_ul li:last-child {
    border: 0;
}

.index_about_list .index_about_l .index_about_ul li .about_icon {
    width: 100%;
    margin-bottom: 9px;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout {
    width: 100%;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 span.counter {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 36px;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 span.dpmn {
    font-size: 30px;
    color: #7AB92D;
    font-weight: bold;
    position: relative;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 span.dpmn sup {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 18px;
    font-weight: 200;
    color: #7AB92D;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 span.tv {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 18px;
    font-weight: 200;
    color: #7AB92D;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout h2 sup {
    font-size: 18px;
    font-weight: 200;
}

.index_about_list .index_about_l .index_about_ul li .index_about_cout p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.index_about_list .index_about_r .indexc_viod {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.index_about_list .index_about_r .indexc_viod img.img {
    width: 100%;
}

.index_about_list .index_about_r .indexc_viod .index_bf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_about_list .index_about_r .indexc_viod .index_bf img {
    width: 60px;
}

.vdoBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdoBg.vis,
.vdoBox.vis,
.banvdoBox.vis {
    visibility: visible;
    opacity: 1;
}

.vdoBox {
    max-width: 90%;
    min-width: 300px;
    width: 1200px;
}

.tanXx {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 45px;
    right: 45px;
    cursor: pointer;
    background: url(../images/guanbi_hover.png) no-repeat center center/100%;
}

iframe {
    width: 100%;
    object-fit: cover;
    border: 0;
    vertical-align: baseline;
}

video {
    width: 100%;
    object-fit: cover;
    border: 0;
    vertical-align: baseline;
}

iframe {
    height: 700px;
}


/*------------------- 03关于万果会 end------------------- */


/*------------------- 04媒体资讯 ------------------- */

.index_news {
    background: #F9F9F9;
    padding: 80px 0;
}

.index_news .index_news_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_news .index_news_title .index_news_title_l {
    width: 50%;
    float: left;
}

.index_news .index_news_title .index_news_title_l h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    margin-bottom: 10px;
}

.index_news .index_news_title .index_news_title_l p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-transform: uppercase;
}

.index_news .index_news_title .index_news_title_r {
    width: 50%;
    text-align: right;
}

.index_news .index_news_title .index_news_title_r ul {
    float: right;
}

.index_news .index_news_title .index_news_title_r ul li {
    float: left;
    width: 126px;
    height: 40px;
    border: 1px solid #D2D2D2;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.index_news .index_news_title .index_news_title_r ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    transition: all .4s;
}

.index_news .index_news_title .index_news_title_r ul li.active {
    border: 1px solid #7AB92D;
}

.index_news .index_news_title .index_news_title_r ul li.active span {
    color: #7AB92D;
}

.index_news .index_news_list {
    width: 100%;
    margin-top: 39px;
}

.index_news .index_news_list .index_news_listl {
    width: 58.75%;
    float: left;
}

.index_news .index_news_list .index_news_listl ul li {
    width: 45.27%;
    float: left;
    margin-right: 4.7%;
    position: relative;
}

.index_news .index_news_list .index_news_listl ul li .index_news_cont {
    width: 100%;
    position: relative;
}

.index_news_list .index_news_listl ul li .index_news_cont .index_news_listl_img {
    width: 100%;
    overflow: hidden;
}

.index_news_listl ul li .index_news_cont .index_news_listl_img img {
    width: 100%;
    transition: all .4s;
    display: block;
}

.index_news_list .index_news_listl ul li .index_news_list1_text {
    width: 100%;
    padding: 10px 0 20px 0;
}

.index_news_list .index_news_listl ul li .index_news_list1_text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news_list .index_news_listl ul li .index_news_time {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 35px;
    background: rgba(122, 185, 45, .9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_news_list .index_news_listl ul li .index_news_time i.icon-shijian {
    color: #fff;
    font-size: 16px;
}

.index_news_list .index_news_listl ul li .index_news_time span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 6px;
}

.index_news .index_news_list .index_news_listr {
    width: 41.25%;
    float: left;
    height: 559px;
}

.index_news .index_news_list .index_news_listr .list_lh {
    height: 100%;
    overflow: hidden;
}

.index_news .index_news_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
}

.index_news .index_news_div a {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 45px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    color: #666666;
    transition: all .4s;
}

.index_news_listr {
    padding: 14px 34px 29px 24px;
    background: #FFFFFF;
}

.index_news_listr ul li {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
    padding-top: 12px;
}

.index_news_listr ul li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    transition: all .4s;
}

.index_news_listr ul li .index_span_iconte {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_news_listr ul li .index_span_iconte .index_news_data {
    display: flex;
    align-items: center;
}

.index_news_listr ul li .index_span_iconte .index_news_data i {
    color: #999999;
    font-size: 16px;
    /* line-height: 30px; */
    position: relative;
    top: -1px;
}

.index_news_listr ul li .index_span_iconte .index_news_data span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-left: 4px;
}

.index_news_listr ul li .index_span_iconte .index_news_hover {
    display: flex;
    align-items: center;
}

.index_news_listr ul li .index_span_iconte .index_news_hover i {
    color: #999999;
    font-size: 16px;
    transition: all .4s;
}

.index_news_listr ul li .index_span_iconte .index_news_hover span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, .6);
    line-height: 26px;
    transition: all .4s;
    margin-right: 10px;
}

.index_news_list .index_news_ih {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
}

.index_news_list .index_news_ih.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}


/*------------------- 04媒体资讯 end------------------- */


/*------------------- 05近期展会 ------------------- */

.index_jqzh_cont {
    width: 100%;
    padding: 80px 0;
    background: url(../images/index_img6.png) no-repeat center bottom /100%;
}

.index_jqzh_cont .index_jqzh_title {
    width: 100%;
}

.index_jqzh_cont .index_jqzh_title h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    text-align: center;
    margin-bottom: 5px;
}

.index_jqzh_cont .index_jqzh_title p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.index_jqzh_swiper {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.index_jqz_shr {
    width: 100%;
    float: left;
}


/* swiper */

.fixt_swiper {
    width: 86%;
    float: left;
}

.fixt_swiper .gallery-top_ty .img_t {
    width: 75.16%;
    float: right;
}

.fixt_swiper .gallery-top_ty .img_t img {
    width: 100%;
}

.fixf_swiper {
    width: 14%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 32px 0;
    height: 598px;
}

.fixf_swiper .gallery-top_ty {
    height: 100%;
    width: 100%;
}

.fixf_swiper .gallery-top_ty .swiper-slide img {
    width: 100%;
}

.fixf_swiper .gallery-thumbs_ty {
    box-sizing: border-box;
    height: 100%;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide .dif_div_img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide .dif_div_img .duv_div_img {
    width: 72px;
    margin-right: 20px;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide .dif_div_img .duv_div_img img {
    width: 100%;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide-thumb-active {
    opacity: 1;
}

.but_swper {
    position: absolute;
    bottom: 70px;
    left: 0;
    display: flex;
    align-items: center;
}

.but_swper .tup {
    /* background: #F9F9F9; */
    width: 50px;
    height: 50px;
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
}

.but_swper .tub {
    width: 50px;
    height: 50px;
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    margin-left: 44px;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide {
    width: 100%;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
}

.fixf_swiper .gallery-thumbs_ty .f3_swiper_text {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(190, 161, 113, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.fixf_swiper .gallery-thumbs_ty .f3_swiper_text p {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    text-shadow: 0px 2px 5px #A38656;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide.swiper-slide-thumb-active .dif_div_img {
    background: rgba(122, 185, 45, .1);
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide .dif_div_img span {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    transition: all .4s;
}

.fixf_swiper .gallery-thumbs_ty .swiper-slide.swiper-slide-thumb-active .dif_div_img span {
    color: #7AB92D;
    margin-right: 30px;
    font-size: 24px;
}

.jqzh_posr {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 36%;
    opacity: 0;
    transition: all .4s;
}

.fixt_swiper .gallery-top_ty .swiper-slide.swiper-slide-active .jqzh_posr {
    opacity: 1;
}

.jqzh_posr h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jqzh_posr .j1_por_span {
    width: 100%;
    margin-top: 40px;
}

.jqzh_posr .j1_por_span p {
    display: flex;
    align-items: center;
}

.jqzh_posr .j1_por_span p span {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.jqzh_posr .j1_por_span p i {
    color: rgba(122, 185, 45, 1);
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.jqzh_posr .index_jq_more {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 40px
}

.jqzh_posr .index_jq_more::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    content: "";
    height: 1px;
    background: #98C769;
}

.jqzh_posr .index_jq_more span {
    font-size: 14px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 26px;
    opacity: 0.8;
}

.jqzh_posr .index_jq_more i {
    font-size: 18px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 26px;
    opacity: 0.8;
    margin-left: 6px;
}

.but_swper .tup i,
.but_swper .tub i {
    font-size: 20px;
    color: #9c9c9c;
}


/*------------------- 05近期展会 end------------------- */


/*------------------- 06------------------- */

.index_yls_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/index_ylsl.jpg) no-repeat center center/cover;
    padding: 100px 0;
}

.index_yls_l {
    width: 26.25%;
    float: left;
    display: flex;
    flex-direction: column;
}

.index_yls_r {
    width: 73.75%;
    float: left;
}

.index_yls_r .index_swiper {
    width: 64.5%;
    float: left;
}

.index_yls_r .index_swiper .index_siper_t .swf_img {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.index_yls_r .index_swiper .index_siper_t .index_bf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_yls_r .index_swiper .index_siper_t.index_bf img {
    width: 66px;
}

.index_yls_r .index_swiper_l {
    width: 35.5%;
    float: left;
    padding: 30px 0;
    height: 446px;
}

.index_yls_r .index_swiper_l .text_por {
    width: 100%;
    padding-left: 14px;
}

.index_yls_r .index_swiper_l .text_por h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    /*text-align: right;*/
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.index_yls_r .index_swiper_l .text_por h4 {
    font-size: 30px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 46px;
    text-align: right;
    display: none;
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_yls_r .index_swiper_l .text_por p {
    font-size: 16px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 36px;
    text-align: right;
    display: none;
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_yls_r .index_swiper_l .index_siper_v {
    width: 100%;
    height: 100%;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide.swiper-slide-thumb-active h3 {
    display: none;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide.swiper-slide-thumb-active .text_por {
    padding-right: 40px;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide.swiper-slide-thumb-active .text_por h4,
.index_yls_r .index_swiper_l .index_siper_v .swiper-slide.swiper-slide-thumb-active .text_por p {
    display: block;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide.swiper-slide-thumb-active {
    background: url(../images/jianbian.png) no-repeat center center/cover;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide {
    height: auto !important;
    padding: 10px 0;
}

.index_yls_l .index_more_u {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 90px;
}

.index_yls_l .index_more_u span {
    font-size: 14px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 26px;
    opacity: 0.8;
}

.index_yls_l .index_more_u i {
    color: #7AB92D;
    font-size: 18px;
    line-height: 26px;
    opacity: 0.8;
    margin-left: 6px;
    transition: all .4s;
}

.index_yls_l .index_more_u::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 99px;
    height: 1px;
    background: #7AB92D;
    opacity: 0.5;
}

.inde_ysld_warp {
    display: flex;
    align-items: center;
}

.index_yls_r .index_swiper_l .index_siper_v .swiper-slide:first-child {
    padding-top: 0;
}

.index_yls_l .index_lue_logo {
    width: 90%;
    float: left;
}

.index_yls_l .index_lue_logo img {
    max-width: 100%;
}

.index_yls_r .index_swiper .index_siper_t .swf_img {
    opacity: 0;
}

.index_yls_r .index_swiper .index_siper_t .swf_img img {
    width: 100%;
}

.index_yls_r .index_swiper .index_siper_t .swiper-slide.swiper-slide-active .swf_img {
    opacity: 1;
}

.index_yls_r .index_swiper .index_siper_t .index_bf img {
    width: 66px;
}


/*------------------- 06 end------------------- */


/* -------------------07报名参展入口--------- */

.index_bmzhrk_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/index_img8.jpg) no-repeat center center/cover;
    padding: 110px 0 230px 0;
}

.index_bmzhrk_cont h3 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.index_bmzhrk_cont .more_bm {
    width: 200px;
    height: 50px;
    background: #7AB92D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin: auto;
    margin-top: 60px;
}


/* -------------------07报名参展入口 end--------- */


/* -------------------08合作伙伴 end--------- */

.index_hzhb_cont {
    width: 100%;
    position: relative;
    background: #F9F9F9;
    z-index: 1;
    padding-bottom: 80px;
}

.div_wapr {
    width: 85.71%;
    float: left;
}

.index_hzhb_list {
    position: relative;
    width: 87.5%;
    float: right;
    padding-top: 80px;
    padding-left: 100px;
    background: #fff;
    margin-top: -130px;
    z-index: 1;
    padding-bottom: 80px;
}

.index_hzhb_list .index_hzhb_r {
    width: 71%;
    float: left;
}

.index_hzhb_list .index_hzhb_l {
    width: 29%;
    float: left;
}

.index_hzhb_list .index_hzhb_r .index_hzhz_img {
    display: none;
}

.index_hzhb_list .index_hzhb_r .index_hzhz_img.active {
    display: block;
}

.index_hzhb_list .index_hzhb_r ul li {
    width: 18.47%;
    float: left;
    margin-right: 1.91%;
    border: 1px solid #fff;
    /* cursor: pointer; */
    transition: all .4s;
    margin-bottom: 20px;
}

.index_hzhb_list .index_hzhb_r ul li img {
    width: 100%;
    transition: all .4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.index_hzhb_list .index_hzhb_r ul li:nth-child(5n) {
    margin-right: 0;
}

.index_hzhb_list .index_hzhb_l .title_h3 {
    width: 100%;
}

.index_hzhb_list .index_hzhb_l .title_h3 h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
    margin-bottom: 6px;
}

.index_hzhb_list .index_hzhb_l .title_h3 p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-transform: uppercase;
}

.index_hzhb_list .index_hzhb_l .index_hzhl_ul {
    margin-top: 60px;
}

.index_hzhb_list .index_hzhb_l .index_hzhl_ul div.span {
    width: 138px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
    transition: all .4s;
    cursor: pointer;
}

.index_hzhb_list .index_hzhb_l .index_hzhl_ul div.active {
    background: #7AB92D;
    border: 1px solid #7AB92D;
    color: #fff;
}


/* -------------------08合作伙伴 end--------- */


/* ----------------底部----------- */

.footer {
    width: 100%;
    background: #333333;
}

.footer .footer_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer_top .footer_logo {
    width: 162px;
    float: left;
}

.footer .footer_top .footer_logo img {
    width: 100%;
}

.footer .footer_top .bshare-custom {
    width: calc(100% - 162px);
    z-index: 1;
    position: relative;
}

.footer .footer_top .bshare-custom ul {
    float: right;
}

.footer .footer_top .bshare-custom ul li {
    display: flex;
    align-items: center;
    /* position: relative; */
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.footer .footer_top .bshare-custom ul li .erwma_tt {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 16px;
    transition: all .4s;
    width: 120px;
    padding: 8px;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

.footer .footer_top .bshare-custom ul li:hover .erwma_tt {
    opacity: 1;
    visibility: visible;
}

.footer .footer_top .bshare-custom ul li:nth-child(1) {
    position: relative;
}

.footer .footer_top .bshare-custom ul li .erwma_tt img {
    width: 100%;
}

.footer .footer_top .bshare-custom ul li .erwma_tt::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.footer .footer_top .bshare-custom ul li .hover_t {
    position: absolute;
    bottom: 60px;
    right: 0px;
    background: #fff;
    padding: 10px 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
}

.footer .footer_top .bshare-custom ul li:hover .hover_t {
    opacity: 1;
    visibility: visible;
}

.footer .footer_top .bshare-custom ul li .hover_t:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 10px;
    top: 100%;
}

.footer .footer_top .bshare-custom ul li .hover_t p {
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.footer .footer_top .bshare-custom ul li a {
    padding: 0;
    margin: 0 auto;
}

.footer .footer_top .bshare-custom ul li .wx_div {
    width: 36px;
    height: 36px;
    background: url(../images/wx.png) no-repeat center center /100%;
}

.footer .footer_top .bshare-custom ul li .dh_div {
    width: 36px;
    height: 36px;
    background: url(../images/dh.png) no-repeat center center /100%;
}

.footer .footer_top .bshare-custom ul li .bshare-qqim {
    width: 36px;
    height: 36px;
    background: url(../images/qq.png) no-repeat center center /100%;
}

.footer .footer_top .bshare-custom ul li .sinaminiblog {
    width: 36px;
    height: 36px;
    background: url(../images/wb.png) no-repeat center center /100%;
    display: block;
}

.footer_cont {
    width: 100%;
    padding: 79px 0 56px 0;
}

.footer_cont .footer_cont_l {
    width: 67.36%;
    float: left;
}

.footer_cont .footer_cont_r {
    width: 32.64%;
    float: left;
    padding-left: 190px;
}

.footer_cont .footer_cont_l ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer_cont .footer_cont_l ul li {
    float: left;
}

.footer_cont .footer_cont_l ul li dl {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 30px;
}

.footer_cont .footer_cont_l ul li dt a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .3);
    line-height: 36px;
    transition: all .4s;
}

.footer_cont .footer_cont_r .footer_r_p p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 36px;
}

.footer_cont .footer_cont_r .erweim {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px;
}

.footer_cont .footer_cont_r .erweim .wero_r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer_cont .footer_cont_r .erweim .wero_r img .wer_img {
    width: 110px;
    height: 110px;
}

.footer_cont .footer_cont_r .erweim .wero_r p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .3);
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}

.footer_bootm {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 23px 0;
}

.footer_bootm p,
.footer_bootm p a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    line-height: 38px;
    transition: all .4s;
}


/* ----------------底部 end----------- */

.Suspension {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}


/* .Suspension.tiop ul {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    z-index: 9;
} */

.Suspension ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    background: #FFFFFF;
    z-index: 9;
}

.Suspension ul.active1 {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    z-index: 9;
}

.Suspension ul.active {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.Suspension ul li {
    transition: all .4s;
    position: relative;
    width: 84px;
}

.Suspension ul li a,
.Suspension ul li .div_t,
.Suspension ul li .div_td {
    padding: 16px 13px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.Suspension ul li::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 1px;
    background: #DDDDDD;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.Suspension ul li:nth-child(5)::before {
    height: 0;
}

.Suspension ul li .img1 {
    width: 58px;
    height: 58px;
    background: url(../images/xf_icon1_h.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li .img2 {
    width: 58px;
    height: 58px;
    background: url(../images/xf_icon2_h.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li .img3 {
    width: 58px;
    height: 58px;
    background: url(../images/xf_icon3_h.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li .img4 {
    width: 58px;
    height: 58px;
    background: url(../images/xf_icon4_h.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li .img5 {
    width: 58px;
    height: 58px;
    background: url(../images/xf_icon5_h.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li .img6 {
    width: 58px;
    height: 38px;
    background: url(../images/xf_icon6.png) no-repeat center center/100%;
    transition: all .4s;
}

.Suspension ul li.shouqi {
    background: #7AB92D;
    margin: auto;
    cursor: pointer;
}

.Suspension ul li.shouqi .img6 {
    margin: auto;
}

.Suspension ul li:nth-child(6)::before {
    height: 0;
}

.Suspension ul li .erweima {
    position: absolute;
    right: 90%;
    top: 0%;
    padding-right: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.Suspension ul li:hover .erweima {
    opacity: 1;
    visibility: visible;
    right: 100%;
}

.Suspension ul li .erweima .er_tio {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.Suspension ul li .erweima .er_tio:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url(../images/jiao-ico.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 100%;
    top: 36%;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
}

.Suspension.tiop .shouqi_tio {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.shouqi_tio {
    width: 33px;
    height: 140px;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 60%;
    right: 0px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    animation: shouWt 0.7s ease 0.5s infinite;
}

.shouqi_tio img {}

.shouqi_tio.active {
    right: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    animation: shouWt 0.7s ease 0.5s infinite;
}

@keyframes shouWt {
    0% {
        width: 33px;
    }
    60% {
        width: 30px;
    }
    100% {
        width: 33px;
    }
}

.gallery-thumbs_ty .swiper-slide:hover .dif_div_img span {
    color: #7AB92D;
    margin-right: 30px;
    font-size: 24px;
}


/* 表单弹窗 */

.foot_tk {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
}

.foot_tk.chanzhan.active,
.foot_tk.zhyy.active,
.foot_tk.yycg.active,
.foot_tk.changuan.active,
.foot_tk.ljbm.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.foot_tk .tnakung {
    position: relative;
    background: #FFFFFF;
    padding: 100px 247px;
}

.foot_tk .foor_codex {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 20px;
    height: 20px;
    background: url(../images/guanbi.png) no-repeat center center/100%;
    cursor: pointer;
}

.foot_tk .foor_codex:hover {
    animation: rotate 1s linear;
}

.foot_tk .table-title {
    width: 100%;
    margin-bottom: 30px;
}

.foot_tk .table-title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.foot_tk .table-title p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
}

.foot_tk .div_input_cont {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.foot_tk .div_input_cont .div_input {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    /* background: #F9F9F9; */
}

.foot_tk .div_input_cont .div_input label,
.foot_tk .div_input_cont1 .div_input1 label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999999;
    left: 56px;
    font-family: "微软雅黑";
}

.foot_tk .div_input_cont .div_input:nth-child(3) {
    margin-right: 0;
}

.foot_tk .div_input_cont .div_input input {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 0;
    padding-left: 100px;
    font-size: 16px;
    color: #999;
    padding-right: 10px;
}

.foot_tk .div_input_cont .div_input::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #EAEAEA;
    left: 45px;
}

.foot_tk .div_input_cont .div_input:nth-child(1) input {
    background: #F9F9F9 url(../images/input_icon1.png) no-repeat 20px center;
    background-size: 16px;
}

.foot_tk .div_input_cont .div_input:nth-child(2) input {
    background: #F9F9F9 url(../images/input_icon2.png) no-repeat 20px center;
    background-size: 14px;
}

.foot_tk .div_input_cont .div_input:nth-child(3) input {
    background: #F9F9F9 url(../images/input_icon3.png) no-repeat 20px center;
}

.foot_tk .div_input_cont1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.foot_tk .div_input_cont1 .div_input1 {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
}

.foot_tk .div_input_cont1 .div_input1 input {
    padding-left: 100px;
    height: 58px;
    width: 100%;
    font-size: 16px;
    color: #999;
    border: 0;
    border-radius: 0;
    /* position: relative; */
    padding-right: 10px;
}

.foot_tk .div_input_cont1 .div_input1:nth-child(2) {
    margin-right: 0;
}

.foot_tk .div_input_cont1 .div_input1:nth-child(1) input {
    background: #F9F9F9 url(../images/input_icon4.png) no-repeat 20px center;
}

.foot_tk .div_input_cont1 .div_input1:nth-child(2) input {
    background: #F9F9F9 url(../images/input_icon5.png) no-repeat 20px center;
}

.foot_tk .div_input_cont1 .div_input1::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #EAEAEA;
    left: 45px;
}

.foot_tk .dic_tearment {
    width: 100%;
    position: relative;
}

.foot_tk .dic_tearment textarea {
    width: 100%;
    height: 150px;
    background: #F9F9F9 url(../images/input_icon6.png) no-repeat 20px 16px;
    resize: none;
    border: 0;
    border-radius: 0;
    padding-left: 130px;
    padding-top: 15px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
}

.foot_tk .dic_tearment::before {
    content: "";
    position: absolute;
    top: 16px;
    width: 1px;
    height: 15px;
    background: #EAEAEA;
    left: 45px;
}

.foot_tk .dic_tearment label {
    position: absolute;
    top: 13px;
    font-size: 16px;
    color: #999999;
    left: 56px;
}

.foot_tk .div_button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.foot_tk .div_button button {
    width: 246px;
    height: 58px;
    background: #7AB92D !important;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 搜索 */

.shourtt {
    width: 100%;
    background: #F5F5F5;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 100;
    display: none;
}

.shourtt .shout_civ {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shourtt .shout_civ .div_colo {
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/guanbi.png) no-repeat center center/100%;
    cursor: pointer;
}

.shourtt .shout_civ .div_colo:hover {
    animation: rotate 1s linear;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.shourtt .shout_civ .layui-form {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shourtt .shout_civ .input {
    width: 48.6%;
}

.shourtt .shout_civ .input input {
    width: calc(100% - 90px);
    height: 50px;
    float: left;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    font-size: 16px;
    color: #999999;
    padding-right: 10px;
}

.shourtt .shout_civ .input input:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.shourtt .shout_civ .input input::-moz-placeholder {
    color: #999999;
    /* line-height: normal !important; */
    font-size: 16px;
}

.shourtt .shout_civ .input input:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.shourtt .shout_civ .input input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.shourtt .shout_civ .input button.iconi {
    width: 90px;
    height: 50px;
    border: 0;
    border-radius: 0;
    background: #7AB92D;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    cursor: pointer;
}

.shourtt .shout_civ .input button.iconi i {
    color: #fff;
    font-size: 20px;
}


/*------------------ 首页 :end--------------------- */


/* ---------b1--------- */

.banner .imgDiv {
    width: 100%;
}

.banner .imgDiv .img_load {
    width: 100%;
    display: inline-block;
}

.banner .bannerb1_title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner .bannerb1_title .banner_title {
    position: relative;
    width: 100%;
    padding-left: 20px;
}

.banner .bannerb1_title .banner_title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 86%;
    background: #DEA530;
    display: inline-block;
    left: 0;
}

.banner .bannerb1_title .banner_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
}

.banner .bannerb1_title .banner_title p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
}

.banner_ney {
    margin-top: 90px;
}

.b1_zhgk_cont {
    width: 100%;
    padding: 100px 0;
}

.b1_zhgk_cont .b1_zhgk_wgh {
    width: 100%;
    overflow: hidden;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghl {
    float: left;
    width: 275px;
    height: 640px;
    background: #7AB92D url(../images/b1_img1.png) no-repeat center bottom 40px/90%;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghl .b1_div_title {
    writing-mode: tb-rl;
}

.b1_zhgk_cont .b1_zhgk_wgh .rie_dvt {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 130px;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghl .b1_div_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: .2em;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghl .b1_div_title p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghr {
    width: calc(100% - 275px);
    float: left;
    padding-left: 100px;
    margin-top: 48px;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghr .b1_zhgk_text {
    width: 100%;
    height: 464px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghr p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-bottom: 8px;
}

.b1_zhgk_cont .b1_zhgk_wgh .b1_zhgk_wghr h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 10px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #7AB92D;
}

.b1_zhgk_list {
    width: 100%;
    margin-top: 60px;
}

.b1_zhgk_list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.b1_zhgk_list ul li {
    width: 31.45%;
    float: left;
    margin-right: 2.82%;
}

.b1_zhgk_list ul li:nth-child(3n) {
    margin-right: 0;
}

.b1_zhgk_list ul li .img_ib1 {
    width: 100%;
    overflow: hidden;
}

.b1_zhgk_list ul li .img_ib1 img {
    width: 100%;
    transition: all .4s;
    display: inline-block;
}

.b1_zhgk_list ul li:hover .img_ib1 img {
    transform: scale(1.1);
}

.b1_why_wgh {
    width: 100%;
    background: #F5F5F5;
    overflow: hidden;
    padding: 100px 0;
}

.b1_why_wgh .b1_why_title {
    width: 100%;
    overflow: hidden;
}

.b1_why_wgh .b1_why_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.b1_why_wgh .b1_why_list {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.b1_why_wgh .b1_why_list ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.b1_why_wgh .b1_why_list ul li {
    width: 17.7%;
    float: left;
    margin-right: 2.87%;
    background: #FFFFFF;
    padding: 52px 30px;
    transition: all .4s;
}

.b1_why_wgh .b1_why_list ul li:nth-child(5n) {
    margin-right: 0;
}

.b1_why_wgh .b1_why_list ul li .b1_img5 {
    width: 100%;
    position: relative;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
}

.b1_why_wgh .b1_why_list ul li .b1_img5 img {
    width: 60px;
    transition: all .4s;
}

.b1_why_wgh .b1_why_list ul li .b1_img5 .b1_img_img {
    opacity: 1;
    visibility: visible;
}

.b1_why_wgh .b1_why_list ul li .b1_img5 .b1_img_img1 {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
}

.b1_why_wgh .b1_why_list ul li .b1_img_text {
    width: 100%;
}

.b1_why_wgh .b1_why_list ul li .b1_img_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 6px;
    transition: all .4s;
}

.b1_why_wgh .b1_why_list ul li .b1_img_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    transition: all .4s;
}

.b1_why_text_p {
    width: 100%;
    margin-top: 59px;
}

.b1_why_text_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.b1_div_text {
    width: 100%;
    padding: 60px 0 120px 0;
}

.b1_div_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}


/* ---------b1 end--------- */


/* ---------b2--------- */

.b2_list {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.b2_list .b2_title {
    width: 100%;
}

.b2_list .b2_title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.b2_list .b2_list_ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    margin-top: 40px;
}

.b2_list .b2_list_ul ul {
    width: 100%;
}

.b2_list .b2_list_ul ul li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    background: #F8F8F8;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}

.b2_list .b2_list_ul ul li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #7AB92D;
    transition: all .4s;
}

.b2_list .b2_list_ul ul li:nth-child(3n) {
    margin-right: 0;
}

.b2_list .b2_list_ul ul li .b2_img1 {
    width: 100%;
    overflow: hidden;
}

.b2_list .b2_list_ul ul li .b2_img1 img {
    width: 100%;
    display: block;
    transition: all .4s;
}

.b2_list .b2_list_ul ul li:hover .b2_img1 img {
    transform: scale(1.1);
}

.b2_list .b2_list_ul ul li .text_p {
    width: 100%;
    padding: 10px;
}

.b2_list .b2_list_ul ul li .text_p p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages ul {}

.pages ul li {
    float: left;
}

.pages ul li a {
    border: 1px solid rgba(0, 0, 0, .4);
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    font-size: 15px;
    color: #000;
}

.pages ul li.active a {
    background: #7AB92D;
    color: #fff;
    border-color: #7AB92D;
}


/* ---------b2 end--------- */


/* ----------b3----------- */

.b3_list_ul {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
}

.b3_list_ul ul {
    width: 100%;
}

.b3_list_ul ul li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    position: relative;
    margin-bottom: 84px;
}

.b3_list_ul ul li:nth-child(3n) {
    margin-right: 0;
}

.b3_list_ul ul li .img_t {
    width: 100%;
    overflow: hidden;
}

.b3_list_ul ul li .img_t img {
    width: 100%;
    transition: all .4s;
    display: inline-block;
}

.b3_list_ul ul li .b3_h3 {
    width: 91.16%;
    background: #F9F9F9;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    padding: 20px 39px;
    transition: all .4s;
}

.b3_list_ul ul li .b3_h3 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    /* transition: all .4s; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.b3_list_ul ul li .b3_h3 .date_time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .8);
    margin-top: 10px;
    padding-top: 10px;
    opacity: 0;
    display: none;
    transition: all .4s;
}

.b3_list_ul ul li .b3_h3 .date_time .time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b3_list_ul ul li .b3_h3 .date_time .time i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.b3_list_ul ul li .b3_h3 .date_time .time span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.b3_list_ul ul li .b3_h3 .date_time .more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b3_list_ul ul li .b3_h3 .date_time .more span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
}

.b3_list_ul ul li .b3_h3 .date_time .more i {
    color: #FFFFFF;
    font-size: 18px;
}


/* .----------banner_h3------- */


/* ----------b4-------- */

.b4_list_ul {
    margin-top: 40px;
    width: 100%;
    padding-bottom: 50px;
}

.b4_list_ul ul {
    width: 100%;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    flex-wrap: wrap;
}

.b4_list_ul ul li {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.b4_list_ul ul li:nth-child(4n) {
    margin-right: 0;
}

.b4_list_ul ul li .b4_img1 {
    width: 100%;
    overflow: hidden;
}

.b4_list_ul ul li .b4_img1 img {
    width: 100%;
    display: inline-block;
    transition: all .4s;
}

.b4_list_ul ul li:hover .b4_img1 img {
    transform: scale(1.1);
}

.b4_list_ul ul li .b4_text {
    padding: 10px;
    width: 100%;
}

.b4_list_ul ul li .b4_text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    /* white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis; */
}

.c1_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
}

.c1_banner_img_t {
    width: 46%;
}

.c1_banner_img_t .c1_banner_img_lh {
    width: 100%;
    margin-bottom: 24px;
}

.c1_banner_img_t .c1_banner_img_lh img {
    max-width: 100%;
}

.c1_banner_img_t .c1_div_baner {
    width: 100%;
}

.c1_banner_img_t .c1_div_baner h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 20px;
}

.c1_banner_img_t .c1_div_baner .c1_banner_date {
    display: flex;
    align-items: center;
}

.c1_banner_img_t .c1_div_baner .c1_banner_date .span_time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}

.c1_banner_img_t .c1_div_baner .c1_banner_date .span_time i {
    color: #fff;
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.c1_banner_img_t .c1_div_baner .c1_banner_date .span_time span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.c1_banner_img_t .c1_div_baner .c1_button {
    width: 100%;
    margin-top: 40px;
}

.c1_banner_img_t .c1_div_baner .c1_button span {
    width: 138px;
    height: 46px;
    background: #815B00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all .4s;
    cursor: pointer;
}

.c1_banner_img_t .c1_div_baner .c1_button span:hover {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.c1_hdbj_cont {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.c1_hdbj_cont .c1_dhb_l {
    width: 38.33%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.c1_hdbj_cont .c1_dhb_l img {
    width: 100%;
}

.c1_hdbj_cont .c1_dhb_r {
    width: 61.67%;
    float: left;
    padding-left: 60px;
}

.c1_hdbj_cont .c1_dhb_r h3 {
    font-size: 46px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c1_hdbj_cont .c1_dhb_r .c1_ahb_text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    height: 360px;
}

.c1_hdbj_cont .c1_dhb_r .c1_ahb_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}

.c1_hdzzdw_cont {
    width: 100%;
    overflow: hidden;
    background: url(../images/c1_img3.jpg) no-repeat center center/cover;
    padding: 100px 0;
}

.c1_hdzzdw_cont .title {
    width: 100%;
}

.c1_hdzzdw_cont .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.c1_hdzzdw_cont .c1_hdzzdw_li {
    width: 100%;
    margin-top: 40px;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list {
    display: flex;
    justify-content: center;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_c1 {
    width: 128px;
    float: left;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_c1 span {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul {
    width: calc(100% - 128px);
    float: left;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul {
    width: 100%;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li {
    width: 245px;
    height: 44px;
    background: #FFFFFF;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-bottom: 20px;
    transition: all .4s;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li:nth-child(5n) {
    margin-right: 0;
}

.c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    transition: all .4s;
}

.c1_hdld_cont {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.c1_hdld_cont .title {
    width: 100%;
}

.c1_hdld_cont .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.c1_hdld_cont .c1_hdld_list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.c1_hdld_cont .c1_hdld_list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    margin: 0 40px;
    /* padding: 0 20px; */
    cursor: pointer;
}

.c1_hdld_cont .c1_hdld_list ul li .div_yd {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #7AB92D;
    border-radius: 50%;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}

.c1_hdld_cont .c1_hdld_list ul li .div_yd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #7AB92D;
    border: 1px solid #7AB92D;
    border-radius: 50%;
    transition: all .4s;
}

.c1_hdld_cont .c1_hdld_list ul li .div_yd .after {
    display: inline-block;
    height: 1px;
    border-bottom: 1px dashed #7AB92D;
    position: absolute;
    margin: 0 20px;
    transition: all .4s;
    top: 50%;
    transform: translateY(-50%);
}

.c1_hdld_cont .c1_hdld_list ul li:last-child .div_yd .after {
    display: none;
}

.c1_hdld_cont .c1_hdld_list ul li.active .div_yd {
    background: #7AB92D;
    border-color: #7AB92D;
}

.c1_hdld_cont .c1_hdld_list ul li.active .div_yd::before {
    background: #fff;
}

.c1_hdld_cont .c1_hdld_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    transition: all .4s;
}

.c1_hdld_cont .c1_hdld_list ul li.active p {
    color: #7AB92D;
}

.c1_hdld_swiper {
    width: 100%;
    margin-top: 40px;
}

.c1_hdld_swiper .c1_lisr {
    width: 39.3%;
    float: left;
    position: relative;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    right: -45px;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner .indc {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner .indc i,
.c1_hdld_swiper .c1_lisr .c2_tab_ner .inde i {
    color: #333;
    font-size: 20px;
    transition: all .4s;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner .inde {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner .inde:hover,
.c1_hdld_swiper .c1_lisr .c2_tab_ner .inc:hover {
    background: #7AB92D;
}

.c1_hdld_swiper .c1_lisr .c2_tab_ner .inde:hover i,
.c1_hdld_swiper .c1_lisr .c2_tab_ner .inc:hover i {
    color: #fff;
}

.c1_hdld_swiper .c1_lisr .swiper-slide img {
    width: 100%;
}

.c1_hdld_swiper .c1_lisl {
    width: 60.7%;
    float: left;
    padding-left: 60px;
}

.c1_hdld_swiper .c1_lisl h3 {
    font-size: 30px;
    font-weight: bold;
    color: #558D11;
    line-height: 36px;
    margin-top: 38px;
    margin-bottom: 20px;
}

.c1_hdld_swiper .c1_lisl .c1_list_tiel {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 36px;
    height: 190px;
}
/* .c1_hdld_swiper .c1_lisl .c1_list_tiel>div{
	overflow: scroll !important;
} */

.c1_hdld_swiper .c1_lisl .c1_list_tiel p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 36px;
}

.c1_hdld_swiper .c1_lisl .c1_list_tiel p span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}

.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.c1_tqhd_cont {
    width: 100%;
    padding: 100px 0 90px 0;
    background: #f5f5f5;
}

.c1_tqhd_cont .title {
    width: 100%;
}

.c1_tqhd_cont .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.c1_tqhd_cont .c1_tqhd_list {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.c1_tqhd_cont .c1_tqhd_list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.c1_tqhd_cont .c1_tqhd_list ul li {
    width: 23%;
    float: left;
    margin-right: 2.66%;
}

.c1_tqhd_cont .c1_tqhd_list ul li .c1_tqhd_img {
    width: 100%;
    overflow: hidden;
}

.c1_tqhd_cont .c1_tqhd_list ul li .c1_tqhd_img img {
    width: 100%;
    transition: all .4s;
}

.c1_tqhd_cont .c1_tqhd_list ul li:hover .c1_tqhd_img img {
    transform: scale(1.1);
}

.c1_tqhd_cont .c1_tqhd_list ul li .c1_tqhd_p {
    width: 100%;
    padding: 10px;
}

.c1_tqhd_cont .c1_tqhd_list ul li .c1_tqhd_p p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c1_tqhd_cont .c1_tqhd_list ul li:nth-child(4n) {
    margin-right: 0;
}

.d0_conter {
    padding: 100px 0;
    width: 100%;
}

.d0_conter .title {
    width: 100%;
}

.d0_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.d0_conter .d0_list {
    width: 100%;
    margin-top: 40px;
}

.d0_conter .d0_list ul li {
    width: 31.45%;
    float: left;
    margin-right: 2.8%;
}

.d0_conter .d0_list ul li:nth-child(3n) {
    margin-right: 0;
}

.d0_conter .d0_list ul li .d0_list_li {
    width: 100%;
    margin-bottom: 40px;
}

.d0_conter .d0_list ul li .d0_list_li .d0_img1 {
    width: 100%;
    overflow: hidden;
}

.d0_conter .d0_list ul li .d0_list_li .d0_img1 img {
    width: 100%;
    display: inline-block;
    transition: all .4s;
}

.d0_conter .d0_list ul li .d0_list_li .d0_text {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(122, 185, 45, 0.2);
    padding: 39px 29px;
    background: #FFFFFF url(../images/d0_img3.png) no-repeat center bottom/100%;
}

.d0_conter .d0_list ul li .d0_list_li .d0_text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    transition: all .4s;
}

.d0_conter .d0_list ul li .d0_list_li .d0_text .d0_time {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.d0_conter .d0_list ul li .d0_list_li .d0_text .d0_time .d0_date1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.d0_list ul li .d0_list_li .d0_text .d0_time .d0_date1 i {}

.d0_list ul li .d0_list_li .d0_text .d0_time .d0_date1 i,
.d0_conter .d0_list ul li .d0_list_li .d0_text .d0_time .d0_date i {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.d0_list ul li .d0_list_li .d0_text .d0_time .d0_date1 span,
.d0_conter .d0_list ul li .d0_list_li .d0_text .d0_time .d0_date span {
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.d0_conter .d0_list ul li .d0_list_li .d0_text .d0_time .d0_date {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ----------b4end----------- */

.D1_conter {
    width: 100%;
    padding: 100px 0;
    background: url(../images/di_img2.png) no-repeat center bottom/cover;
}

.D1_conter .title {
    width: 100%;
}

.D1_conter .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.D1_conter .d1_ztzg {
    width: 100%;
    margin-top: 40px;
}

.D1_conter .d1_ztzg .d1_ztzg_img {
    width: 45.4%;
    float: left;
}

.D1_conter .d1_ztzg .d1_ztzg_img img {
    width: 100%;
}

.D1_conter .d1_ztzg .d1_ztzg_text {
    width: 54.6%;
    float: left;
    padding-left: 80px;
}

.D1_conter .d1_ztzg .d1_ztzg_text h3 {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 36px;
    margin: 40px 0;
}

.D1_conter .d1_ztzg .d1_ztzg_text .d1_ztzg_text1 {
    width: 100%;
    height: 220px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.D1_conter .d1_ztzg .d1_ztzg_text .d1_ztzg_text1 p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d1_rhdd_cont {
    width: 100%;
    padding: 100px 0;
    background: #F8F8F8;
}

.d1_rhdd_cont .title {
    width: 100%;
}

.d1_rhdd_cont .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 46px;
    text-align: center;
    transition: all .4s;
}

.d1_rhdd_cont .d1_rhdd_list {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.d1_rhdd_cont .d1_rhdd_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.d1_rhdd_cont .d1_rhdd_list ul li {
    width: 48.6%;
    float: left;
    margin-right: 2.8%;
    position: relative;
    padding: 36px;
    background: #FFFFFF;
    transition: all .4s;
    cursor: pointer;
}

.d1_rhdd_cont .d1_rhdd_list ul li:nth-child(2n) {
    margin-right: 0;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul {
    width: 100%;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rhdd_img {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
}

.d1_rhdd_cont .d1_rhdd_list ul li:nth-child(1) .d1_rhdd_ul .d1_rhdd_img .img {
    width: 46px;
    margin-right: 24px;
    height: 37px;
    background: url(../images/d1_img4_l.png) no-repeat center center/100%;
    transition: all .4s;
}

.d1_rhdd_cont .d1_rhdd_list ul li:nth-child(2) .d1_rhdd_ul .d1_rhdd_img .img {
    width: 46px;
    margin-right: 24px;
    height: 37px;
    background: url(../images/d1_img5_l.png) no-repeat center center/100%;
    transition: all .4s;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rhdd_img .img img {
    width: 100%;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rhdd_img p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    transition: all .4s;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rhdd_p {
    width: 60%;
    float: left;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rhdd_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    transition: all .4s;
}

.d1_rhdd_cont .d1_rhdd_list ul li .d1_rhdd_ul .d1_rdd_span {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 60px;
    font-weight: bold;
    color: #F1F8EA;
    line-height: 64px;
}

.d1_rhdd_cont .d1_rhdd_list ul li.active {
    background: #7AB92D;
}

.d1_rhdd_cont .d1_rhdd_list ul li.active:nth-child(1) .d1_rhdd_ul .d1_rhdd_img .img {
    background: url(../images/d1_img4.png) no-repeat center center/100%;
}

.d1_rhdd_cont .d1_rhdd_list ul li.active:nth-child(2) .d1_rhdd_ul .d1_rhdd_img .img {
    background: url(../images/d1_img5.png) no-repeat center center/100%;
}

.d1_rhdd_cont .d1_rhdd_list ul li.active .d1_rhdd_ul .d1_rhdd_img p,
.d1_rhdd_cont .d1_rhdd_list ul li.active .d1_rhdd_ul .d1_rhdd_p p {
    color: #fff;
}

.d1_rhdd_ulL {
    width: 100%;
    display: none;
}

.d1_rhdd_ulL.active {
    display: block;
}

.d1_rhdd_ulL ul {
    width: 100%;
}

.d1_rhdd_list_t {
    width: 100%;
}

.d1_rhdd_ulL ul li {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.d1_rhdd_ulL ul li::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    border-left: 1px dashed rgba(0, 0, 0, .2);
    top: 0;
    left: 30px;
    z-index: -1;
}

.d1_rhdd_ulL ul li:last-child::before {
    height: 0;
}

.d1_rhdd_ulL ul li .lx_d1 {
    display: flex;
    align-items: center;
    width: 143px;
    float: left;
}

.d1_rhdd_ulL ul li .lx_d1 .ixoN {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../images/d1_img6.png) no-repeat center center/100%;
    margin-right: 13px;
}

.d1_rhdd_ulL ul li .lx_d1 span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.d1_rhdd_ulL ul li .d1_rhdd_text {
    width: calc(100% - 143px);
    float: left;
    background: #FFFFFF;
    padding: 50px 60px;
}

.d1_rhdd_ulL ul li .d1_rhdd_text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 20px;
}

.d1_rhdd_ulL ul li .d1_rhdd_text .text,
.d1_rhdd_ulL ul li .d1_rhdd_text .text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.left_mutll {
    position: fixed;
    left: 70px;
    z-index: 1;
    top: 50vh;
    transform: none;
}

.left_mutll.tiop {
    top: 50%;
    transform: translateY(-50%);
}

.left_mutll ul li {
    width: 140px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 13px 0px rgba(102, 102, 102, 0.11);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    font-size: 18px;
}

.left_mutll ul li.guanbi_li {
    display: none;
}

.left_mutll ul li:hover {
    color: #fff;
}

.left_mutll ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    transition: all .4s;
}

.left_mutll ul li.active {
    background: #7AB92D;
    border-color: #7AB92D;
}

.left_mutll ul li.active a {
    color: #fff;
}

.d2_conter {
    width: 100%;
    padding: 100px 0;
}

.d2_conter .title {
    width: 100%;
}

.d2_conter .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.d2_conter .d2_list {
    width: 100%;
    margin-top: 40px;
}

.d2_conter .d2_list ul li {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.d2_conter .d2_list ul li:nth-child(2n) .d2_list_img {
    float: right;
}

.d2_conter .d2_list ul li .d2_list_img {
    width: 45.4%;
    float: left;
    overflow: hidden;
}

.d2_conter .d2_list ul li .d2_list_img img {
    width: 100%;
    display: inline-block;
    transition: all .4s;
}

.d2_conter .d2_list ul li .d2_list_text {
    width: 54.6%;
    float: left;
    padding-left: 56px;
}

.d2_conter .d2_list ul li:nth-child(2n) .d2_list_text {
    padding-left: 0;
    padding-right: 56px;
}

.d2_conter .d2_list ul li .d2_list_text h3 {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 40px;
    margin-top: 36px;
    margin-bottom: 20px;
}

.d2_conter .d2_list ul li .d2_list_text .d2_list_p {
    width: 100%;
    height: 180px;
}

.d2_conter .d2_list ul li .d2_list_text .d2_list_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d3_conter {
    width: 100%;
    padding: 100px 0;
}

.d3_conter .title {
    width: 100%;
}

.d3_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.d3_conter .title p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
}

.d3_conter .d3_list_cont {
    width: 100%;
    margin-top: 40px;
}

.d3_conter .d3_list_cont ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.d3_conter .d3_list_cont ul li {
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding: 30px;
    border-left: 1px solid #EEEEEE;
    overflow: hidden;
    transition: all .4s;
}

.d3_conter .d3_list_cont ul li:nth-child(1),
.d3_conter .d3_list_cont ul li:nth-child(2),
.d3_conter .d3_list_cont ul li:nth-child(3) {
    border-top: 1px solid #EEEEEE;
}

.d3_conter .d3_list_cont ul li:nth-child(3n) {
    border-right: 1px solid #EEEEEE;
}

.d3_conter .d3_list_cont ul li .span_t {
    position: absolute;
    bottom: -50px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.d3_conter .d3_list_cont ul li .span_t span {
    font-size: 135px;
    font-weight: bold;
    color: rgba(0, 0, 0, .1);
    line-height: 135px;
}

.d3_conter .d3_list_cont ul li .d3_dh {
    width: 42px;
    height: 42px;
    background: #7AB92D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    transition: all .4s;
}

.d3_conter .d3_list_cont ul li .d3_dh img {
    width: 16px;
}

.d3_conter .d3_list_cont ul li .d3_text {
    width: calc(100% - 42px);
    float: left;
    padding-left: 20px;
}

.d3_conter .d3_list_cont ul li .d3_text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 6px;
    transition: all .4s;
}

.d3_conter .d3_list_cont ul li .d3_text p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    transition: all .4s;
}

.d3_czlc_conter {
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
    background: url(../images/d3_img6.png) no-repeat center top/cover;
}

.d3_czlc_conter .title {
    width: 100%;
}

.d3_czlc_conter .title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.d3_czlc_conter .d3_czlc_ul {
    width: 100%;
    margin-top: 50px;
}

.d3_czlc_conter .d3_czlc_ul ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.d3_czlc_conter .d3_czlc_ul ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    /* padding: 0 50px; */
}

.d3_czlc_conter .d3_czlc_ul ul li .d3_img {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    /* border: 1px solid #7AB92D; */
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.2);
    border-radius: 50%;
    position: relative;
    transition: all .4s;
}

.d3_czlc_conter .d3_czlc_ul ul li .d3_img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border: 1px dashed #7AB92D;
    border-radius: 50%;
    content: "";
    display: inline-block;
}

.d3_czlc_conter .d3_czlc_ul ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 35px;
}

.d3_czlc_conter .d3_czlc_ul ul li:nth-child(1) .d3_img {
    background: #fff url(../images/d3_img2_h.png) no-repeat center center/100%;
}

.d3_czlc_conter .d3_czlc_ul ul li:nth-child(2) .d3_img {
    background: #fff url(../images/d3_img3.png) no-repeat center center/100%;
}

.d3_czlc_conter .d3_czlc_ul ul li:nth-child(3) .d3_img {
    background: #fff url(../images/d3_img4.png) no-repeat center center/100%;
}

.d3_czlc_conter .d3_czlc_ul ul li:nth-child(4) .d3_img {
    background: #fff url(../images/d3_img5.png) no-repeat center center/100%;
}

.d3_czlc_conter .d3_czlc_ul ul li .d3_img .after {
    display: inline-block;
    height: 1px;
    border-bottom: 1px dashed #7AB92D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    transition: all .4s;
}

.d3_czlc_conter .d3_czlc_ul ul li:last-child .d3_img .after {
    display: none;
}

.d3_foote {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    height: auto;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
}

.foot_tk.d3_foote .div_input_cont .div_input {
    width: 32.3%;
    float: left;
    margin-right: 1.55%;
}

.foot_tk.d3_foote .div_input_cont .div_input:nth-child(3) {
    margin-right: 0;
}

.foot_tk.d3_foote .tnakung {
    padding: 100px 90px;
    width: 100%;
}

.foot_tk.d3_foote .div_input_cont1 .div_input1:nth-child(2) {
    margin-right: 0;
}

.d5_conter {
    padding: 100px 0;
    width: 100%;
}

.d5_conter .title {
    width: 100%;
}

.d5_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.d5_conter .d5_ul_list {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
}

.d5_conter .d5_ul_list ul {
    width: 100%;
}

.d5_conter .d5_ul_list ul li {
    width: 23%;
    float: left;
    margin-right: 2.65%;
    cursor: pointer;
    margin-bottom: 30px;
}

.d5_conter .d5_ul_list ul li a {
    display: inline-block;
}

.d5_conter .d5_ul_list ul li:nth-child(4n) {
    margin-right: 0;
}

.d5_conter .d5_ul_list ul li .d5_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.d5_conter .d5_ul_list ul li .d5_img img {
    width: 100%;
}

.d5_conter .d5_ul_list ul li .d5_img .d5_img_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(122, 185, 45, .9);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.d5_conter .d5_ul_list ul li:hover .d5_img .d5_img_t {
    opacity: 1;
    visibility: visible;
}

.d5_conter .d5_ul_list ul li .d5_img .d5_img_t img {
    width: 48px;
}

.d5_conter .d5_ul_list ul li .d5_xiazi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.d5_conter .d5_ul_list ul li .d5_xiazi .icon_xz {
    display: inline-block;
    width: 22px;
    height: 19px;
    background: url(../images/d5_img2.png) no-repeat center center/100%;
    margin-right: 10px;
    transition: all .4s;
}

.d5_conter .d5_ul_list ul li:hover .d5_xiazi .icon_xz {
    background: url(../images/d5_img3.png) no-repeat center center/100%;
}

.d5_conter .d5_ul_list ul li .d5_xiazi span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.d6_conter {
    width: 100%;
    padding: 100px 0 180px 0;
}

.d6_conter .d6_cont_img {
    width: 88.78%;
    position: relative;
    float: right;
    z-index: 1;
}

.d6_conter .d6_cont_img::before {
    position: absolute;
    top: 50px;
    left: -60px;
    width: 100%;
    height: 100%;
    border: 12px solid #7AB92D;
    content: "";
    z-index: -1;
}

.d6_conter .d6_cont_img img {
    width: 100%;
}

.d6_conter_l {
    width: 48.6%;
    float: left;
    padding-right: 70px;
}

.d6_conter_r {
    width: 51.4%;
    float: left;
}

.d6_conter_l h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.d6_conter_l .d6_text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d6_conter_l .d6_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-bottom: 10px;
}

.h1_conter {
    width: 100%;
    padding: 100px 0;
}

.h1_conter .title {
    width: 100%;
}

.h1_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.h1_conter .h1_list_ul {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
}

.h1_conter .h1_list_ul ul {
    width: 100%;
}

.h1_conter .h1_list_ul li {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
}

.h1_conter .h1_list_ul li .h1_img {
    width: 460px;
    overflow: hidden;
    float: left;
}

.h1_conter .h1_list_ul li .h1_img img {
    width: 100%;
    display: inline-block;
    transition: all .4s;
}

.h1_conter .h1_list_ul li:hover .h1_img img {
    transform: scale(1.1);
}

.h1_conter .h1_list_ul li .h1_text {
    width: calc(100% - 460px);
    float: left;
    padding: 44px 50px 0 50px;
}

.h1_conter .h1_list_ul li .h1_text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}

.h1_conter .h1_list_ul li:hover .h1_text h3 {
    color: #7AB92D;
    transform: translateX(9px);
}

.h1_conter .h1_list_ul li .h1_text p.titme {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.h1_conter .h1_list_ul li .h1_text p.titme i {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.h1_conter .h1_list_ul li .h1_text p.titme span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.h1_conter .h1_list_ul li .h1_text p.p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.h1_conter .h1_list_ul li .h1_text .h1_more {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 34px;
}

.h1_conter .h1_list_ul li .h1_text .h1_more span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, .8);
    line-height: 26px;
    transition: all .4s;
}

.h1_conter .h1_list_ul li:hover .h1_text .h1_more span {
    color: #7AB92D;
}

.h1_conter .h1_list_ul li .h1_text .h1_more i {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    transition: all .4s;
}

.h1_conter .h1_list_ul li:hover .h1_text .h1_more i {
    color: #7AB92D;
    transform: translateX(4px);
}

.f1_conter {
    position: relative;
    padding: 100px 0 230px 0;
    width: 100%;
    background: url(../images/f1_img3.jpg) no-repeat center center/100%;
}

.f1_conter_l {
    width: 48.6%;
    float: left;
}

.f1_conter_l h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 30px;
}

.f1_conter_l p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.div_f1 {
    position: relative;
    width: 51.4%;
    float: left;
    height: 430px;
}

.f1_img2 {
    position: absolute;
    top: 50%;
    right: 27%;
}

.f1_text_img {
    width: 100%;
    padding-bottom: 150px;
}

.f1_text_img .f1_div_werp {
    width: 100%;
    position: relative;
    margin-top: -30px;
}

.f1_text_img .f1_div_werp::before {
    content: "";
    position: absolute;
    top: 30px;
    width: calc(100% - 24px);
    left: 24px;
    height: 100%;
    background: #F9F9F9;
    z-index: -1;
}

.f1_text_img .f1_img_img {
    width: 42%;
    float: left;
}

.f1_text_img .f1_img_img img {
    width: 100%;
    overflow: hidden;
}

.f1_text_img .f1_img_p {
    width: 58%;
    float: left;
    padding: 100px 60px 0 60px;
}

.f1_text_img .f1_img_p h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 30px;
}

.f1_text_img .f1_img_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d4_conter {
    width: 100%;
    padding: 100px 0 0 0;
}

.d4_conter .d4_title {
    width: 100%;
    margin-bottom: 40px;
}

.d4_conter .d4_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.d4_conter .d4_swiper_top {
    width: 100%;
}

.d4_conter .d4_swiper_top .title_h4lh {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.d4_conter .d4_swiper_top .title_h4lh span {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 46px;
    float: left;
    /* padding-right: 36px; */
}

.d4_conter .d4_swiper_top .title_h4lh .div_top {
    height: 28px;
    display: inline-block;
    float: right;
    background: url(../images/d4_img1.png) no-repeat center center/cover;
}

.d4_swiper_one {
    width: 100%;
}

.d4_zwlx_cont {
    width: 100%;
    display: flex;
    align-items: center;
}

.d4_zwlx_cont .d4_zwlx_img {
    width: 485px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
}

.d4_zwlx_cont .d4_zwlx_img img {
    width: 100%;
    overflow: hidden;
    transition: all .4s;
}

.d4_zwlx_cont .d4_zwlx_img:hover img {
    transform: scale(1.1);
}

.d4_zwlx_cont .d4_zwlx_text {
    width: calc(100% - 485px);
    float: left;
    padding-left: 70px;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_p {
    width: 100%;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_p h3 {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 46px;
    margin-bottom: 20px;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_p p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul {
    width: 100%;
    margin-top: 20px;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li {
    padding: 34px 30px;
    width: 48%;
    float: left;
    margin-right: 4%;
    border: 1px solid #E5E5E5;
    background: #fff url(../images/d4_img2.png) no-repeat center bottom/cover;
    transition: all .4s;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li:nth-child(2n) {
    margin-right: 0;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 36px;
    transition: all .4s;
    margin-bottom: 4px;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    transition: all .4s;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li:hover p,
.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li:hover h3 {
    color: #fff;
}

.d4_zwlx_cont .d4_zwlx_text .d4_zwlx_ul ul li:hover {
    background: #7AB92D url(../images/d4_img2_h.jpg) no-repeat center bottom/cover;
}

.d4_swiper_contrrr {
    /* width: 100%; */
    padding: 10px;
    margin: -10px;
}

.d4_swiper_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.d4_swiper_cont .d4_swinex {
    width: 56px;
    height: 56px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.d4_swiper_cont .d4_swinex i,
.d4_swiper_cont .d4_swinpr i {
    color: rgba(153, 153, 153, 1);
    font-size: 20px;
    transition: all .4s;
}

.d4_swiper_cont .d4_swinex:hover i,
.d4_swiper_cont .d4_swinpr:hover i {
    color: #7AB92D;
}

.d4_swiper_cont .d4_swinex:hover,
.d4_swiper_cont .d4_swinpr:hover {
    border-color: #7AB92D;
}

.d4_swiper_cont .d4_swinpr {
    width: 56px;
    height: 56px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.d4_swiper_cont .d4_swispan {
    width: auto !important;
    margin: 0 35px;
}

.d4_swiper_cont .d4_swispan .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #BFBFBF;
    border-radius: 50%;
    margin: 0 10px !important;
}

.d4_swiper_cont .d4_swispan .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7AB92D;
}

.d4_swiper_one_l {
    width: 458px;
    float: left;
    position: relative;
    background: rgba(122, 185, 45, 1);
}

.d4_swiper_tt {
    position: absolute;
    top: 58px;
    left: 50%;
    width: 74.84%;
    z-index: 1;
    transform: translateX(-50%);
    padding: 2px;
    margin: -2px;
}

.d4_swiper_one_l .d4_img4 {
    width: 100%;
    border: 1px solid #7AB92D;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
}

.d4_swiper_one_l .d4_img4 img {
    width: 100%;
}

.d4_swiper_one_r {
    width: calc(100% - 458px);
    float: left;
    background: #F5F5F5;
}

.d4_swiper_one_r .d4_swie_sol {
    width: 100%;
    padding: 60px 75px;
}

.d4_swiper_one_r .d4_swie_sol h3 {
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
    line-height: 46px;
    margin-bottom: 24px;
}

.d4_swiper_one_r .d4_swie_sol .d4_swie_text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    height: 240px;
}

.d4_swiper_one_r .d4_swie_sol .d4_swie_text p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-bottom: 10px;
}

.d4_conter .d4_swiper_top.top_top {
    margin-bottom: 160px;
}

.H2_conter {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 120px 0;
}

.H2_conter .h2_title {
    width: 100%;
    margin-bottom: 30px;
}

.H2_conter .h2_title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.H2_conter .h2_title .h2_title_span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.H2_conter .h2_title .h2_title_span span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 22px;
}

.H2_conter .h2_title .h2_title_span span img {
    margin-right: 10px;
}

.H2_conter .h2_text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-bottom: 100px;
}

.H2_conter .h2_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.H2_conter .h2_text img {
    margin: auto;
    max-width: 100%;
    height: auto !important;
    margin: 20px 0;
}

.H2_conter .h2_mrpe {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 34px;
}

.H2_conter .h2_mrpe p {
    margin-bottom: 4px;
}

.H2_conter .h2_mrpe p,
.H2_conter .h2_mrpe p span,
.H2_conter .h2_mrpe p a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    transition: all .4s;
}

.H2_conter .h2_mrpe p a:hover {
    color: #7AB92D;
}

.h3_conter {
    width: 100%;
    padding: 100px 0;
}

.h3_conter .title {
    width: 100%;
}

.h3_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.h3_conter .h3_list_cont {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 57px;
}

.h3_conter .h3_list_cont ul {
    width: 100%;
}

.h3_conter .h3_list_cont ul li {
    width: 17.84%;
    float: left;
    border: 1px solid #CCCCCC;
    margin-right: 2.7%;
    transition: all .4s;
    margin-bottom: 27px;
}

.h3_conter .h3_list_cont ul li:nth-child(5n) {
    margin-right: 0%;
}

.h3_conter .h3_list_cont ul li .h3_img {
    width: 100%;
    overflow: hidden;
}

.h3_conter .h3_list_cont ul li .h3_img img {
    width: 100%;
    transition: all .4s;
}

.h3_conter .h3_list_cont ul li:hover {
    border: 1px solid #7AB92D;
    box-shadow: 0px 0px 13px 0px rgba(122, 185, 45, 0.11);
}

.h3_conter .h3_list_cont ul li:hover .h3_img img {
    transform: scale(1.1);
}

.I0ne_conter {
    padding: 100px 0;
    width: 100%;
}

.I0ne_conter .Ione_l {
    width: 58.88%;
    float: left;
    padding-right: 94px;
}

.I0ne_conter .Ione_r {
    width: 41.12%;
    float: left;
}

.I0ne_conter .Ione_l h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 34px;
}

.I0ne_conter .Ione_l .Ionr_text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.I0ne_conter .Ione_l .Ionr_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.I0ne_conter .Ione_r .img {
    width: 90%;
    position: relative;
}

.I0ne_conter .Ione_r img {
    max-width: 100%;
    display: inline-block;
    position: relative;
}

.I0ne_conter .Ione_r .img::before {
    position: absolute;
    top: -100px;
    right: -56px;
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    content: "";
}

.Itowe_conter {
    width: 100%;
}

.B3-hist .his_ob_ty {
    width: 100%;
    position: relative;
}

.B3-hist .his_ob_ty .his_ob .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: initial;
}

.B3-hist .his_ob_ty .warp {
    position: relative;
    /* padding: 0 40px; */
    z-index: 1;
}

.B3-hist .his_ob_ty .his_ob {
    height: 470px;
    position: relative;
}

.B3-hist .his_ob_ty .hisob-next i,
.B3-hist .his_ob_ty .hisob-prev i {
    color: #999999;
    font-size: 52px;
    transition: all .4s;
}

.B3-hist .his_ob_ty .hisob-next {
    display: inline-block;
    left: 10%;
    position: absolute;
    top: 34%;
    transform: translateY(-34%);
    cursor: pointer;
    transition: all .4s;
    z-index: 22;
}

.B3-hist .his_ob_ty .hisob-prev {
    display: inline-block;
    right: 10%;
    position: absolute;
    top: 34%;
    transform: translateY(-34%);
    cursor: pointer;
    transition: all .4s;
    z-index: 22;
}

.B3-hist .his_ob_ty:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background-color: #eee;
    display: block;
    bottom: 90px;
}

.B3-hist .his_ob_ty .his_ob h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #666666;
    margin-top: 38px;
}

.B3-hist .his_ob_ty .year_dot {
    position: absolute;
    bottom: 0;
    /* cursor: pointer; */
    width: 100%;
}

.B3-hist .his_ob_ty .swiper-slide.swiper-slide-active .year_dot span:before {
    background-color: rgba(122, 185, 45, 1);
}

.B3-hist .his_ob_ty .swiper-slide.swiper-slide-active .year_dot span {
    top: 8px;
}

.B3-hist .his_ob_ty .swiper-slide.swiper-slide-active .text_swpr {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.B3-hist .his_ob_ty .swiper-slide.swiper-slide-active h3 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #7AB92D;
}

.Itowe_conter {
    padding: 100px 0;
    background: url(../images/I1_img4.jpg) no-repeat center center/cover;
}

.B3-hist .his_ob_ty .his_ob .text_swpr {
    width: 928px;
    background: #FFFFFF;
    position: absolute;
    top: -320px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.B3-hist .his_ob_ty .his_ob .tet_phk {
    width: 100%;
    height: 270px;
    padding: 40px 50px;
    /* display: none; */
    overflow: hidden;
    /* transition: all .4s; */
}

.B3-hist .his_ob_ty .his_ob .text_swpr::before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 41px solid #fff;
    position: absolute;
    content: "";
    display: inline-block;
    bottom: -41px;
    right: 0;
    left: 0;
    margin: auto;
}

.B3-hist .his_ob_ty .his_ob .text_swpr .text_year {
    width: 100%;
}

.B3-hist .his_ob_ty .his_ob .text_swpr .text_year h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #7AB92D;
    line-height: 30px;
    margin: auto;
}

.B3-hist .his_ob_ty .his_ob .text_swpr .text_year,
.B3-hist .his_ob_ty .his_ob .text_swpr .text_year p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.year_dot span {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.year_dot span:before {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #666;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Itowe_conter .title {
    width: 100%;
}

.Itowe_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.h4_list_cont {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
}

.h4_list_cont ul {
    width: 100%;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.h4_list_cont ul li {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    margin-bottom: 40px;
}

.h4_list_cont ul li:nth-child(3n) {
    margin-right: 0;
}

.h4_list_cont ul li .h4_list_ul {
    width: 100%;
    position: relative;
    background: #F8F8F8;
    transition: all .4s;
    cursor: pointer;
}

.h4_list_cont ul li:hover .h4_list_ul {
    background: #F1F8EA;
}

.h4_list_cont ul li .h4_list_ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #7AB92D;
    transition: all .4s;
}

.h4_list_cont ul li:hover .h4_list_ul::after {
    width: 100%;
}

.h4_list_cont ul li .h4_list_ul .indexc_viod {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.h4_list_cont ul li .h4_list_ul .indexc_viod img.img {
    width: 100%;
    transition: all .4s;
}

.h4_list_cont ul li:hover .h4_list_ul .indexc_viod img.img {
    transform: scale(1.1);
}

.h4_list_cont ul li .h4_list_ul .indexc_viod .h4_bf {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h4_list_cont ul li .h4_list_ul .indexc_viod .h4_bf img {
    width: 56px;
}

.h4_list_cont ul li .h4_list_ul .indee_h4 {
    width: 100%;
    padding: 10px;
}

.h4_list_cont ul li .h4_list_ul .indee_h4 p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.Itow_conter {
    width: 100%;
    padding: 100px 0;
}

.Itow_conter .title {
    width: 100%;
}

.Itow_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.Itow_conter .Itow_list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.Itow_conter .Itow_list .itoewr_l {
    float: left;
    padding: 50px 64px;
    width: 59%;
    float: left;
    background: url(../images/I2_img2.jpg) no-repeat center center/cover;
    margin-right: 2.6%;
}

.Itow_conter .Itow_list .itoewr_l h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.Itow_conter .Itow_list .itoewr_l .itower_text,
.Itow_conter .Itow_list .itoewr_l .itower_text p {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
}

.Itow_conter .Itow_list .itoewr_r {
    padding-left: 90px;
    padding-top: 100px;
    width: 38.33%;
    float: left;
    background: url(../images/I2_img3.jpg) no-repeat center center/cover;
}

.Itow_conter .Itow_list .itoewr_r .img_tie {
    width: 100%;
    margin-bottom: 30px;
}

.Itow_conter .Itow_list .itoewr_r .img_tie img {
    width: 34px;
}

.Itow_conter .Itow_list .itoewr_r p {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    word-wrap: break-word;
}

.I2_list_ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.I2_list_ul ul {
    width: 100%;
}

.I2_list_ul ul li {
    width: 100%;
    margin-bottom: 20px;
}

.I2_list_ul ul li .I2_ul_li {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding: 10px 38px;
    transition: all .4s;
    cursor: pointer;
}

.I2_list_ul ul li .I2_ul_li h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    width: 80%;
    float: left;
    transition: all .4s;
}

.I2_list_ul ul li .I2_ul_li .i2_span {
    width: 20%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.I2_list_ul ul li .I2_ul_li .i2_span span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, .8);
    line-height: 26px;
    margin-right: 10px;
    transition: all .4s;
}

.I2_list_ul ul li:hover .I2_ul_li .i2_span span {
    color: #fff;
}

.I2_list_ul ul li.active .I2_ul_li .i2_span span {
    color: #fff;
}

.I2_list_ul ul li .I2_ul_li .i2_span i {
    transition: all .4s;
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url(../images/I2_img6.png) no-repeat center center/100%;
}

.I2_list_ul ul li .I2_ul_li.active .i2_span i {
    background: url(../images/I2_img5_b.png) no-repeat center center/100%;
}

.I2_list_ul ul li .I2_ul_li.active .i2_span i.up {
    width: 10px;
    height: 6px;
    background: url(../images/I4_img5.png) no-repeat center center/100%;
}

.I2_list_ul ul li:hover .I2_ul_li .i2_span i {
    background: url(../images/I2_img5_b.png) no-repeat center center/100%;
}

.I2_list_ul ul li .I2_hover {
    width: 100%;
    background: #F9F9F9;
    padding: 40px 38px;
    margin-top: 20px;
    display: none;
}

.I2_list_ul ul li .I2_hover .I2_hover_text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
}

.I2_list_ul ul li .I2_hover .I2_hover_text:last-child {
    margin-bottom: 0;
}

.I2_list_ul ul li .I2_hover .I2_hover_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.I2_list_ul ul li .I2_ul_li.active {
    background: #7AB92D;
}

.I2_list_ul ul li .I2_ul_li:hover {
    background: #7AB92D;
}

.I2_list_ul ul li .I2_ul_li:hover h3 {
    color: #fff;
}

.I2_list_ul ul li .I2_ul_li.active h3,
.I2_list_ul ul li .I2_ul_li.active .i2_span span {
    color: #fff;
}

.Jone_conter {
    width: 100%;
    padding: 100px 0;
}

.Jone_conter .title {
    width: 100%;
}

.Jone_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.Jone_conter .Jone_list {
    width: 100%;
    margin-top: 40px;
}

.Jone_conter .Jone_list ul {
    width: 100%;
}

.Jone_conter .Jone_list ul li {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 36px;
    transition: all .4s;
    cursor: pointer;
}

.Jone_conter .Jone_list ul li:hover {
    background: #7AB92D;
}

.Jone_conter .Jone_list ul li .Jone_h3 {
    width: 60%;
    float: left;
    padding-right: 24px;
}

.Jone_conter .Jone_list ul li .Jone_h3 a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s;
}

.Jone_conter .Jone_list ul li .Jone_title {
    width: 40%;
    float: left;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Jone_conter .Jone_list ul li .Jone_title a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, .8);
    line-height: 26px;
    display: block;
    margin-right: 17px;
    text-align: right;
    width: calc(100% - 6px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}

.Jone_conter .Jone_list ul li .Jone_title .icoNt {
    width: 6px;
    height: 10px;
    background: url(../images/I2_img6.png) no-repeat center center/100%;
    display: inline-block;
    transition: all .4s;
}

.Jone_conter .Jone_list ul li:hover a {
    color: #fff;
}

.Jone_conter .Jone_list ul li:hover .Jone_title .icoNt {
    background: url(../images/I2_img5_b.png) no-repeat center center/100%;
}

.f3_conter {
    width: 100%;
    padding: 100px 0;
}

.f3_conter .f3_list {
    width: 100%;
}

.f3_conter .f3_list li {
    margin-bottom: 40px;
    transition: all .4s;
    width: 17.77%;
    float: left;
    margin-right: 2.7%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(122, 185, 45, 0.2);
}

.f3_conter .f3_list li:nth-child(5n) {
    margin-right: 0;
}

.f3_conter .f3_list li .f3_list_div {
    width: 100%;
}

.f3_conter .f3_list li:hover {
    background: rgba(122, 185, 45, 1);
}

.f3_conter .f3_list li .f3_list_div .f3_list_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.f3_conter .f3_list li .f3_list_div .f3_list_img img {
    width: 100%;
    display: inline-block;
    transition: all .4s;
}

.f3_conter .f3_list li .f3_list_div .f3_list_img img.hrt {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_img img.hrt {
    opacity: 0;
    visibility: hidden;
}

.f3_conter .f3_list li .f3_list_div .f3_list_img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_img img.hover {
    opacity: 1;
    visibility: visible;
}

.f3_conter .f3_list li .f3_list_div .f3_list_yuan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.f3_conter .f3_list li .f3_list_div .f3_list_yuan::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    transition: all .4s;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_yuan::before {
    background: #fff;
}

.f3_conter .f3_list li .f3_list_div .f3_list_yuan .after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: rgba(0, 0, 0, .1);
}

.f3_conter .f3_list li .f3_list_div .f3_list_yuan .yuanxian {
    width: 8px;
    height: 8px;
    background: #6B9C2E;
    border-radius: 50%;
    display: block;
    position: relative;
    transition: all .4s;
    z-index: 1;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_yuan .yuanxian {
    background: #fff;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_yuan .yuanxian::before {
    background: rgba(255, 255, 255, 1);
}

.f3_conter .f3_list li .f3_list_div .f3_list_yuan .yuanxian::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text {
    width: 100%;
    padding: 30px 14px 45px 14px;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_text h3 {
    color: #fff;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text .f3_list_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text .f3_list_more .f3_list_sopan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
}

.f3_conter .f3_list li .f3_list_more .f3_list_sopan i {
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    margin-right: 8px;
    transition: all .4s;
}

.f3_conter .f3_list li .f3_list_more .f3_list_sopan i {
    position: relative;
    top: -2px;
}

.f3_conter .f3_list li:hover .f3_list_more .f3_list_sopan i {
    color: #fff;
}

.f3_conter .f3_list li .f3_list_more .f3_list_sopan span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    transition: all .4s;
}

.f3_conter .f3_list li:hover .f3_list_more .f3_list_sopan span {
    color: #fff;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text .f3_more_butt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.f3_conter .f3_list li .f3_list_div .f3_list_text .f3_more_butt p {
    width: 100px;
    height: 30px;
    background: #7AB92D;
    transition: all .4s;
    font-size: 16px;
    font-weight: 400;
    color: #F9F9F9;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f3_conter .f3_list li:hover .f3_list_div .f3_list_text .f3_more_butt p {
    color: rgba(122, 185, 45, 1);
    background: #FFFFFF;
}

.f3_conter .f3_list li:nth-child(5n) .f3_list_div .f3_list_yuan .after {
    display: none;
}

.f3_conter .f3_list li:last-child .f3_list_div .f3_list_yuan .after {
    display: none;
}

.f2_conter {
    padding-top: 100px;
}

.f2_conter .title {
    width: 100%;
}

.f2_conter .title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.f2_swiper_cont {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.f2_swiper_cont::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block;
    left: 0;
    top: 71px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.f2_swiper_cont .f2_swiper {
    width: 100%;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter {
    width: 100%;
    padding-left: 70px;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter h3 {
    font-size: 36px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    margin-bottom: 17px;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .yuandian {
    width: 100%;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .yuandian .icon_yq {
    width: 8px;
    height: 8px;
    background: #7AB92D;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .yuandian .icon_yq::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: rgba(122, 185, 45, .2);
    border-radius: 50%;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .f4_more {
    width: 100%;
    margin-top: 17px;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .f4_more a {
    width: 100px;
    height: 30px;
    background: #7AB92D;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #F9F9F9;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    border: 1px solid #7AB92D;
}

.f2_swiper_cont .f2_swiper .f2_h3_conter .f4_more a:hover {
    background: #fff;
    border: 1px solid #7AB92D;
    color: #7AB92D;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text {
    width: 100%;
    /* padding-left: 70px; */
    height: 629px;
    margin-top: 35px;
    overflow: hidden;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul {
    display: block;
    width: 100%;
    /* overflow: hidden; */
}

.f2_conte_tio {
    width: 100%;
}


/* .f2_swiper_cont .f2_swiper .f2_swiper_text ul li */

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li {
    width: 91%;
    box-shadow: 0px 0px 10px 0px rgba(122, 185, 45, 0.2);
    margin-bottom: 40px;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li:last-child {
    margin-bottom: 0px;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li .f2_wie_img {
    width: 100%;
    overflow: hidden;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li .f2_wie_img img {
    width: 100%;
    transition: all .4s;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li:hover .f2_wie_img img {
    transform: scale(1.1);
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li .img_f2_h3 {
    width: 100%;
    padding: 20px;
    background: url(../images/f2_img3.png) no-repeat center bottom/100%;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul li .img_f2_h3 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text .mCustomScrollBox>.mCSB_scrollTools {
    right: auto;
    left: 0;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text .mCSB_container {
    padding: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 0;
    margin-left: 60px;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text .mCustomScrollBox {
    padding-bottom: 120px;
}

.f2_swiper_cont .f2_swiper .f2_swiper_text ul {
    height: 100%;
}


/* IE浏览器版本兼容调试 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
     ::-ms-clear,
     ::-ms-reveal {
        display: none;
    }
    .foot_tk {
        display: block;
    }
    .foot_tk .tnakung {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .B3-hist .his_ob_ty .his_ob .swiper-slide {
        display: block;
    }
    .B3-hist .his_ob_ty:after {
        bottom: 86px;
    }
}


/* 放置全部hover效果 */

@media screen and (min-width: 1200px) {
    .banner .swpBan .banner_bottn .buttom1:hover {
        background-color: #815B00;
    }
    .banner_ul .banner_list ul li:hover::before {
        width: 100%;
    }
    .banner_ul .banner_list ul li:hover p i.icon-jiantou2 {
        transform: translateX(4px);
    }
    .banner .swpBan .ico-ban-nt,
    .banner .swpBan .ico-ban-pv {
        visibility: hidden;
        opacity: 0;
    }
    .banner .swpBan:hover .ico-ban-nt,
    .banner .swpBan:hover .ico-ban-pv {
        opacity: 1;
        visibility: visible;
    }
    .index_news .index_news_title .index_news_title_r ul li:hover {
        border: 1px solid #7AB92D;
    }
    .index_news .index_news_title .index_news_title_r ul li:hover span {
        color: #7AB92D;
    }
    .index_news_listl ul li:hover .index_news_cont .index_news_listl_img img {
        transform: scale(1.1);
    }
    .index_news_listr ul li:hover h3 {
        color: rgba(122, 184, 45, 1);
    }
    .index_news_listr ul li:hover .index_span_iconte .index_news_hover span,
    .index_news_listr ul li:hover .index_span_iconte .index_news_hover i {
        color: rgba(122, 184, 45, 1);
    }
    /* .gallery-thumbs_ty .swiper-slide:hover .dif_div_img {
        justify-content: center;
        background: rgba(122, 185, 45, .1);
    } */
    .gallery-thumbs_ty .swiper-slide:hover .dif_div_img span {
        color: #7AB92D;
        margin-right: 30px;
    }
    .but_swper .tup:hover,
    .but_swper .tub:hover {
        border-color: rgba(122, 185, 45, 1);
    }
    .but_swper .tup:hover i,
    .but_swper .tub:hover i {
        color: rgba(122, 185, 45, 1)
    }
    .index_yls_l .index_more_u:hover i {
        margin-left: 12px;
    }
    .index_news .index_news_div a:hover {
        border: 1px solid #7AB92D;
        background: #7AB92D;
        color: #fff;
    }
    .index_bmzhrk_cont .more_bm:hover,
    .index_news .index_news_div a:hover {
        -webkit-animation-name: pulse-shrink;
        animation-name: pulse-shrink;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
    @-webkit-keyframes pulse-shrink {
        to {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }
    @keyframes pulse-shrink {
        to {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }
    .index_hzhb_list .index_hzhb_r ul li:hover img {
        width: 100%;
        transition: all .4s;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: gray;
    }
    .index_hzhb_list .index_hzhb_r ul li:hover {
        border: 1px solid #7AB92D;
        box-shadow: 0px 0px 20px 0px rgba(122, 185, 45, 0.1);
    }
    .index_hzhb_list .index_hzhb_l .index_hzhl_ul div.span:hover {
        background: #7AB92D;
        border: 1px solid #7AB92D;
        color: #fff;
    }
    .footer_cont .footer_cont_l ul li dt a:hover {
        color: #fff;
    }
    .footer_bootm p a:hover {
        color: #fff;
    }
    .footer .footer_top .bshare-custom ul li:hover .wx_div {
        opacity: .75;
    }
    .footer .footer_top .bshare-custom ul li:hover .dh_div {
        opacity: .75;
    }
    .Suspension ul li:hover .img1 {
        background: url(../images/xf_icon1.png) no-repeat center center/100%;
        margin: auto;
    }
    .Suspension ul li:hover .img2 {
        background: url(../images/xf_icon2.png) no-repeat center center/100%;
    }
    .Suspension ul li:hover .img3 {
        background: url(../images/xf_icon3.png) no-repeat center center/100%;
    }
    .Suspension ul li:hover .img4 {
        background: url(../images/xf_icon4.png) no-repeat center center/100%;
    }
    .Suspension ul li:hover .img5 {
        background: url(../images/xf_icon5.png) no-repeat center center/100%;
    }
    .Suspension ul li:hover {
        background: #7AB92D;
    }
    .Suspension ul li:hover::before {
        background: #7AB92D;
    }
    .header .haner_conter .cl .haer_r .haer_en a:hover {
        color: #7ab92d;
    }
    .b1_why_wgh .b1_why_list ul li:hover {
        background: #7AB92D;
    }
    .b1_why_wgh .b1_why_list ul li:hover .b1_img_text h3,
    .b1_why_wgh .b1_why_list ul li:hover .b1_img_text p {
        color: #fff;
    }
    .b1_why_wgh .b1_why_list ul li:hover .b1_img5 .b1_img_img {
        opacity: 0;
        visibility: hidden;
    }
    .b1_why_wgh .b1_why_list ul li:hover .b1_img5 .b1_img_img1 {
        opacity: 1;
        visibility: visible;
    }
    .b2_list .b2_list_ul ul li:hover:before {
        width: 100%;
    }
    .b2_list .b2_list_ul ul li:hover {
        background: #F1F8EA;
    }
    .pages ul li a:hover {
        background: #7AB92D;
        color: #fff;
        border-color: #7AB92D;
    }
    .c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li:hover {
        background: #7AB92D;
    }
    .c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li:hover span {
        color: #fff;
    }
    .c1_hdld_cont .c1_hdld_list ul li:hover p {
        color: #7AB92D;
    }
    .c1_hdld_cont .c1_hdld_list ul li:hover .div_yd {
        background: #7AB92D;
        border-color: #7AB92D;
    }
    .c1_hdld_cont .c1_hdld_list ul li:hover .div_yd::before {
        background: #fff;
    }
    .d0_conter .d0_list ul li:hover .d0_list_li .d0_text h3 {
        color: #7AB92D;
    }
    .d0_conter .d0_list ul li:hover .d0_list_li .d0_img1 img {
        transform: scale(1.1);
    }
    .d1_rhdd_cont .d1_rhdd_list ul li:hover {
        background: #7AB92D;
    }
    .d1_rhdd_cont .d1_rhdd_list ul li:hover:nth-child(1) .d1_rhdd_ul .d1_rhdd_img .img {
        background: url(../images/d1_img4.png) no-repeat center center/100%;
    }
    .d1_rhdd_cont .d1_rhdd_list ul li:hover:nth-child(2) .d1_rhdd_ul .d1_rhdd_img .img {
        background: url(../images/d1_img5.png) no-repeat center center/100%;
    }
    .d1_rhdd_cont .d1_rhdd_list ul li:hover .d1_rhdd_ul .d1_rhdd_img p,
    .d1_rhdd_cont .d1_rhdd_list ul li:hover .d1_rhdd_ul .d1_rhdd_p p {
        color: #fff;
    }
    .left_mutll ul li:hover {
        background: #7AB92D;
        border-color: #7AB92D;
    }
    .left_mutll ul li:hover a {
        color: #fff;
    }
    .d3_czlc_conter .d3_czlc_ul ul li:nth-child(1):hover .d3_img {
        background: #fff url(../images/d3_img2.png) no-repeat center center/100%;
    }
    .d3_czlc_conter .d3_czlc_ul ul li:nth-child(2):hover .d3_img {
        background: #fff url(../images/d3_img3_h.png) no-repeat center center/100%;
    }
    .d3_czlc_conter .d3_czlc_ul ul li:nth-child(3):hover .d3_img {
        background: #fff url(../images/d3_img4_h.png) no-repeat center center/100%;
    }
    .d3_czlc_conter .d3_czlc_ul ul li:nth-child(4):hover .d3_img {
        background: #fff url(../images/d3_img5_h.png) no-repeat center center/100%;
    }
}

@media screen and (min-width: 768px) {
    .b3_list_ul ul li:hover .b3_h3 h3 {
        color: #fff;
    }
    .b3_list_ul ul li:hover .b3_h3 {
        background: #7AB92D;
        padding: 39px;
    }
    .b3_list_ul ul li:hover .b3_h3 .date_time {
        display: flex;
        opacity: 1;
    }
    .c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li:hover {
        background: #7AB92D;
        color: #fff;
    }
    .c1_hdzzdw_cont .c1_hdzzdw_li .c1_zbdw_list .zbdw_ul ul li:hover span {
        color: #fff;
    }
    .d3_conter .d3_list_cont ul li:hover .span_t {
        opacity: 1;
        visibility: visible;
    }
    .d3_conter .d3_list_cont ul li:hover {
        background: #7AB92D;
    }
    .d3_conter .d3_list_cont ul li:hover .d3_dh {
        background: #639524;
    }
    .d3_conter .d3_list_cont ul li:hover .d3_text h3,
    .d3_conter .d3_list_cont ul li:hover .d3_text p {
        color: #fff;
    }
    .B3-hist .his_ob_ty .hisob-next i:hover,
    .B3-hist .his_ob_ty .hisob-prev i:hover {
        color: #7AB92D;
    }
}

.div_ilisrt {
    opacity: 0;
    visibility: hidden;
}


/* 2021/2/19 */

.img_horer {
    display: none;
}


/* 弹框swiper */

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 1200px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 55px 0;
}

.modelTost .dd {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.modelTost .swiper-container.lhi {
    width: 100%;
}

.modelTost .swiper-container.lhi .swiper-slide {
    position: relative;
    width: 764px;
    opacity: 0.2;
    transition: all .4s;
}

.modelTost .swiper-container.lhi .swiper-slide img {
    width: 100%;
    display: block;
}

.modelTost .swiper-container.lhi .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.modelTost .dd span {
    font-size: 44px;
    color: #fff;
    float: right;
}

.modelClose {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../images/guanbi.png) no-repeat center center/100%;
}

.modelTost .swiper-container.lhi .swiper-button-next {
    margin-top: 0;
    right: 10%;
    transition: all .4s;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

.modelTost .swiper-container.lhi .swiper-button-next i,
.modelTost .swiper-container.lhi .swiper-button-prev i {
    color: #999999;
    font-size: 52px;
    transition: all .4s;
}

.modelTost .swiper-container.lhi .swiper-button-next i:hover,
.modelTost .swiper-container.lhi .swiper-button-prev i:hover {
    color: #7AB92D;
}

.modelTost .swiper-container.lhi .swiper-button-prev {
    left: 10%;
    transition: all .4s;
    width: auto !important;
    height: auto !important;
    margin: auto !important;
}

.modelTost .swiper-container.lhi .swiper-button-prev:hover {
    background: url(../images/icon_1_h.png) no-repeat center center/100%;
}

.modelTost .swiper-container.lhi .swiper-button-next:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.modelTost .swiper-container.lhi .swiper-button-prev:after,
.modelTost .swiper-container.lhi .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.modelTostChile .biaoti {
    width: 80%;
    margin: auto;
    margin-top: 28px;
}

.modelTostChile .biaoti p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    text-align: center;
}