/* 导航 */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: .46rem;
    z-index: 10;
}
.Nav_top1{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}
.Nav_topContent{
    width: 14rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.Nav_topContent>img{*/
/*    width: 2rem;*/
/*    height: .6rem;*/
/*}*/
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi{
    height: 100%;
    line-height: .9rem;
}
.navLi:hover .navLi_Ul {
    /* opacity: 1; */
    display: block;
}
.navLi1:hover .navLi_Ul {
    /* opacity: 1; */
    display: block;
}
.navLi_Ul{
    /* opacity:0; */
    display: none;
    transition: opacity 1s ease;
    position: absolute;
    /* display: block; */
    background: #42b034;
    width: auto !important;
    top: .93rem;
    z-index: 999;
    padding: .2rem 0;
    line-height: 3.2;
    overflow-x: overlay;
}
.navLi_Ul a{
    font-size: .18rem;
    color: #fff !important;
    display: block;
    padding: 0 .2rem;
}
.navLi_Ul div a:hover {
    background: #328728 !important;
    cursor: pointer;
    color: #fff !important;
}
.navLi .navLi_a{
    font-size: .18rem;
    padding:.05rem .2rem;
    cursor: pointer;
    margin: 0 .1rem;
    color: #fff;
    position: relative;
    display: block;
}
.navLi .navLi_a:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #42b034;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
}
.navLi.on .navLi_a:after{
    width: 60% !important;
}
.navLi.on .navLi_a{
    color: #42b034;
}
.Nav_topContent1{
    width: 14rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.Nav_topContent1>img{*/
/*    width: 2rem;*/
/*    height: .6rem;*/
/*}*/
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1{
    height: 100%;
    line-height: .9rem;
}
.navLi_a1{
    font-size: .18rem;
    padding:.05rem .2rem;
    cursor: pointer;
    margin: 0 .1rem;
    color: #000;
    position: relative;
    display: block;
}
.navLi_a1:after {
    content: '';
    width: 0;
    height: .03rem;
    transition: all 0.3s;
    background: #42b034;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
}
.navLi1.on .navLi_a1:after{
    width: 60% !important;
}
.navLi1.on .navLi_a1{
    color: #42b034;
}
.Nav_header{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: .46rem;
    background: transparent;
    font-size: .15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.Nav_headerContent{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.headerContent_L{
    display: flex;
}
.headerContent_L a{
    color: #fff;
    font-size: .16rem;
    margin-right: .4rem;
    display: flex;
}
.headerContent_L a img{
    width: .19rem;
    margin-right: .08rem;
}
.headerContent_R{
    display: flex;
    align-items: center;
}
.headerContent_R img{
    width: .19rem;
    margin-right: .2rem;
}
/*  */
.homeBox_mySwiper{
    position: relative;
    height: 100%;
}

.homeBox_mySwiper{
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding: 0;
}

.homeBox_mySwiper .swiper {
    width: 100%;
    height: 100%;
}
/* .swiper1 {
    width: 100%;
    height: 100%;
} */
.homeBox_mySwiper .swiper-pagination-bullet{
    width: .18rem;
    height: .18rem;
}
.homeBox_mySwiper .swiper-pagination-bullet-active{
    background: #42b034;
}
.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
/*  */
.index01{
    background: url("../img/in_datebg.jpg");
}
.index01_C{
    width: 14rem;
    margin: auto;
}
.index01_CDataBox{
    width: 100%;
    display: flex;
}
.index01_CDataBox li{
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: .28rem .5rem .32rem .5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.index01_CDataBox li:last-child{
    border-right: 0px;
}
.in_datatt{
    padding-left: .7rem;
}
.in_datatt img{
    width: .48rem;
    transition: all 0.3s;
    color: #fff;
    position: absolute;
    top: .5rem;
    left: .5rem;
}
.in_datatt p{
    font-size: .18rem;
    color: #fff;
    font-family: Candara;
    font-style: italic;
}
.in_datatt p span {
    font-size: .36rem;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-family: Arial black;
}
.index01_CDataBox li:hover .in_datatt img{
    top: .6rem;
}
/*  */
.index02{
    width: 100%;
    background: #fff;
}
.index02_C{
    width: 14rem;
    margin: auto;
    padding: .8rem 0;
    display: flex;
    justify-content: space-between;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}
.in_pro_fltext {
    padding: 32px 55px 0px 55px;
}
.index02_Lcon {
    width: 6rem;
    background: url("../img/in-classbg.jpg") no-repeat 0 bottom #edf4f5;
    height: max-content;
}
.in_pro_fltext h2 {
    font-size: .34rem; font-weight: bold;
}
.in_pro_fltext p {
    font-size: .18rem;
    line-height: .24rem;
    overflow: hidden;
    font-family: Candara;
    color: #666;
    margin-top: .18rem;
}
.morebtn {
    margin-top: 25px;
    transition: all 0.3s;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #42b034;
    display: flex;
    justify-content: center;
    align-items: center;
}
.morebtn img{
    width: 70%;
    height: 63%;
}
.in_pic img{
    width: 100%;
}
.index02_Lcon:hover .morebtn {
    margin-left: 10px;
}
.index02_Lcon:hover .in_pro_fltext h2 {
    color: #42b034;
}
.index02_Rcon{
    width: 7.60rem;
}
.index02_RconT{
    width: 100%;
    background: #edefff;
    padding: .42rem .42rem 1.15rem .42rem;
    position: relative;
}
.index02_RconT h2 {
    font-size: .34rem;font-weight: bold;
    width: 3rem;
}
.index02_RconT p {
    width: 3.5rem;
    font-size: .18rem;
    line-height: .24rem;
    overflow: hidden;
    font-family: Candara;
    color: #666;
    margin-top: .18rem;
}
.index02_pic {
    position: absolute;
    right: .4rem;
    bottom: 0;
    overflow: hidden;
    height: 100%;
}
.index02_pic img{
    width: 100%;
    height: 100%;
}
.index02_RconT:hover .morebtn {
    margin-left: 10px;
}
.index02_RconT:hover h2 {
    color: #42b034;
}
.index02_RconT:last-child{
    margin-top: .3rem;
}
/*  */
.index03{
    width: 100%;
    /* background: #fff; */
    padding: 65px 0 6px 0;
    overflow: hidden;
    background-size: 100%;
    padding-bottom: 80px;
}
.index03_C{
    width: 14rem;
    margin: auto;
}
.index03_CTT{
    font-size: .42rem;
    text-align: center;
    color: #333; font-weight: bold;
    text-transform: uppercase;
    font-family: pb;
}
.index06_CT1 .index03_CTT{color:#fff; text-align:left; padding-left:5%;}
.index03_CMsg{
    font-size: .18rem;
    margin-top: .05rem;
    line-height: .25rem;
    color: #666;
    /* padding: 0 1.; */
    text-align: center;
    font-family: p;
}
.index06_CT1 .index03_CMsg{ color:#fff;text-align:left; padding-left:5%;}
.index03_CMsg img{
    width: .2rem;
    margin-top: .3rem;
}
.index03_con {
    margin-top: .5rem;
    border-top: .05rem solid #42b034;
    background: #fff;
    padding: .6rem .45rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.index03_mySwiper{
    position: relative;
    height: 100%;
    overflow: hidden;
}

.index03_mySwiper{
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding-bottom: .4rem;
}
.index03_mySwiper .swiper-pagination-bullet{
    width: .18rem;
    height: .18rem;
}
.index03_mySwiper .swiper-pagination-bullet-active{
    background: #42b034;
}
.index03_mySwiper .swiper {
    width: 100%;
    height: 100%;
}
.swiper1 {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.S_item{
    margin: 0 .1rem;
}
.S_itemC {
    background: #fff;
    width: 100%;
    padding: .06rem;
    box-sizing: border-box;
}
.S_itemC_pic{
    overflow: hidden;
}
.S_itemC_pic img{
    width: 100%;
    transition: all 0.3s;
}
.S_itemC_msg {
    padding: 18px 10px 12px 10px;
}
.S_itemC_msg p {
    font-size: .18rem;
    text-align: center;
    /* height: 20px; */
    line-height: .2rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: p;
}
.S_item:hover .S_itemC_pic img{
    transform: scale(1.1);
}
/*  */
.index04 {
    background: url("../img/in-abbg.jpg") no-repeat;
    background-size: cover;
    padding: .8rem 0;
    overflow: hidden;
}
.index04_C{
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.index04_CL{
    width: 50%;
    padding-right: .3rem;
    box-sizing: border-box;
}
.index04_CR{
    width: 50%;
    padding-left: .3rem;
    box-sizing: border-box;
}
.CL_pic{
    width: 100%;
    overflow: hidden;
}
.CL_pic img{
    width: 100%;
}
.CL_msg h2{
    font-size: .36rem;
    text-transform: uppercase; font-weight: bold;
    font-family: pb;
}
.CL_msg p{
    font-size: .18rem;
    line-height: .3rem;
    /* height: 240px; */
    /*overflow: hidden;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    margin-top: .15rem;
    font-family: p;
    color: #666;
}
.index04_CR_ul li {
    margin-bottom: .4rem;
    height: 1rem;
    padding-left: 1.3rem;
    position: relative;
    cursor: pointer;
}
.index04_CR_ul li:after {
    content: '';
    width: .03rem;
    height: .4rem;
    background: #42b034;
    position: absolute;
    left: .5rem;
    bottom: -.45rem;
}
.index04_CR_ul li:last-child::after{
    width: 0;
}
.CR_ul_icon{
    width: 1rem;
    transition: all 0.3s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    overflow: hidden;
    color: #42b034;
    border-radius: 50%;
    border: 3px solid #42b034;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CR_ul_icon img{
    width: .5rem;
    height: .5rem;
    transition: all 0.3s;
}
/*.index04_CR_ul li:last-child .CR_ul_icon img{*/
/*    width: .6rem;*/
/*}*/
.index04_CR_ul li h2{
    font-size: .2rem;
    font-family: pb;
    padding-top: .08rem;
}
.index04_CR_ul li p {
    font-size: .17rem;
    line-height: .24rem;
    font-family: p;
    margin-top: .1rem;
}
.index04_CR_ul li:hover h2{
    color: #42b034;
}
.index04_CR_ul li:hover img {
    transform: rotate(360deg);
}
/*  */
.index05 {
    padding: .7rem 0 .9rem 0;
    background:#42b034;
    background-size: cover;
}
.index05_C{
    width: 14rem;
    margin: auto;
}
.index05_C h1 {
    font-size: .44rem;
    text-align: center;
    color: #fff; font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-family: pb;
}
.index05_C_Ul{
    width: 100%;
    margin-top: .35rem;
    overflow: hidden;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.index05_C_Ul li {
    width: 50%;
    overflow: hidden;
    height: 3.5rem;
    float: left;
}
.index05_C_Ul li a{
    position: relative;
    display: block;
}
.in_classpic {
    width: 50%;
    background: #fff;
    float: left;
    height: 3.5rem;
}
.in_sypic {
    width: 50%;
    height: 3.5rem;
    transition: all 0.2s;
    overflow: hidden;
    float: right;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index05_C_Ul li.on .in_classpic {
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 5;
}
.index05_C_Ul li.on .in_sypic {
    width: 100%;
}
.in_casetext {
    margin-top: .62rem;
    padding: 0 .4rem;
}
.in_casetext h2 {
    font-size: .2rem;
    height: .5rem;
    font-family: pb;
    line-height: .26rem;
    overflow: hidden;
}
.in_casetext p {
    font-size: .17rem;
    line-height: .22rem;
    color: #666;
    /* height: 66px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .2rem;
    font-family: p;
}
.in_sypic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index05_C_Ul li.on .in_sypic img {
    opacity: 0.4;
}
.index05_C_Ul li.on .in_casetext h6 {
    background: #42b034;
    color: #fff;
}
.index05_C_Ul li.on .in_casetext h2 {
    font-size: .3rem;
    height: .35rem;
    line-height: .35rem;
}
.index05_C_Ul li.on .in_classpic p {
    color: #fff;
}
.index05_C_Ul li.on .in_casetext {
    padding: 0 15%;
    margin-top: .85rem;
    text-align: center;
}
.index05_C_Ul li:nth-of-type(3) .in_sypic, .index05_C_Ul li:nth-of-type(4) .in_sypic {
    float: left;
}
.index05_C_Ul li:nth-of-type(3) .in_classpic, .index05_C_Ul li:nth-of-type(4) .in_classpic {
    float: right;
}
.morebtn1 {
    transition: all 0.3s;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #fff;
    border: .01rem solid #42b034;
    background: url('../img/13.png') no-repeat center center; 
    background-size: 70% 63%;
    margin-top: .7rem;
}
.morebtn1 img{
    width: 70%;
    height: 63%;
}
.index05_C_Ul li.on .morebtn1 {
    margin: auto;
    margin-top: .7rem;
    background: url('../img/6.png') no-repeat center center;
    background-size: 70% 63%;
    background-color: #42b034;
}
/*  */
.index06{
    width: 100%;
    background-color: #fff;
}
.index06_C{
    width: 14rem;
    margin: auto;
}
.index06_CT{
    width: 100%;
    background: url("../img/in-newsbg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.45rem 0;
    margin-top: 80px;
    text-align: center;
}
.in05_newsbox {
    overflow: hidden;
    width: 100%;
    margin-bottom: .6rem;
}
.in05_News_li {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-top: .56rem;
    position: relative;
}
.in05_News_li:nth-of-type(odd) {
    padding-right: .48rem;
}
.in05_News_li_L {
    width: .7rem;
    height: .7rem;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background: #42b034;
    padding-top: .05rem;
}
.in05_News_li_R {
    padding-left: 1.04rem;
}
.in05_News_li_L p {
    font-family: POPPINS-BOLD;
    font-size: .22rem;
}
.in05_News_li_L span {
    font-size: .14rem;
    color: #fff;
    display: block;
}
.in05_News_li_R h2 {
    font-size: .2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: pb;
    position: relative;
    /* height: 50px;/ */
    line-height: .5rem;
    overflow: hidden;
}
.in05_News_li_R h2:after {
    position: absolute;
    width: .6rem;
    transition: all 0.3s;
    height: .02rem;
    background: #42b034;
    bottom: 0px;
    left: 0;
    content: '';
}
.in05_News_li_R p {
    margin-top: .15rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #666;
    /* height: 72px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: p;
}
.in05_News_li:hover .in05_News_li_R h2:after{
    width: 100%;
}
.in05_News_li:hover .in05_News_li_R h2{
    color: #42b034;
}
/*  */
.index07{
    width: 100%;
    padding: .6rem 0;
    background: #f4f4f4;
}
.index07_C{
    width: 14rem;
    margin: auto;
}
.index07_C h1{
    font-size: 44px;
    text-align: center;
    color: #333; font-weight: bold;
    text-transform: uppercase;
    font-family: pb;
}
.index07_ul {
    width: 100%;
    margin-top: .15rem;
    display: flex;
    justify-content: space-between;
}
.index07_li{
    width: 32%;
    margin: 0 1%;
}
.index07_li_TT{
    width: 100%;
    height: .4rem;
    background: #000;
    padding: 0 .15rem;
    text-align: center;
    box-sizing: border-box;
}
.index07_li_TT p {
    width: 100%;
    overflow: hidden;
    font-family: Candara;
    line-height: .4rem;
    color: #fff;
    font-size: .17rem;
}
.index07_li_pic{
    width: 100%;
    overflow: hidden;
}
.index07_li_pic img{
    width: 100%;
}
.index07_li:hover .index07_li_TT{
    background: #42b034;
}
.index07_li:hover .index07_li_TT p{
    color: #fff;
}
/*  */
footer{ 
    background: #333;
}
.footer_C{
    width: 14rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer_B{
    background: #222;
    font-family: Candara;
    font-size: .17rem;
    padding: .15rem;
    clear: both;
    text-align: center;
    color: rgba(204, 204, 204, 0.5);
}
.footer_B a {
    color: rgba(204, 204, 204, 0.5);
}
.footer_item1{
    width: 25%;
    padding-top: .6rem;
}
.footer_item2{
    width: 23%;
    padding-top: .6rem;
}
.footer_item3{
    width: 23%;
    padding-top: .6rem;
}
.footer_item4{
    width: 22%;
    background: #42b034;
    padding: .38rem .28rem .8rem .28rem;
}
footer h4 {
    color: #fff;
    font-size: .22rem;
    font-family: pb;
    margin-bottom: .18rem;
}
.footer_ul{
    margin-bottom: .3rem;
}
footer .footer_ul p a {
    color: #ddd;
    font-size: .15rem;
    line-height: .35rem;
    display: block;
}
.footer_item4 input, .footer_item4 textarea {
    width: 100%;
    font-family: Candara;
    resize: none;
    margin-bottom: .07rem;
    color: rgb(34, 34, 34);
    font-size: .16rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}
.footer_item4 input {
    height: .45rem;
    line-height: .48rem;
    border-radius: .5rem;
}
.footer_item4 textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.footer_item4 button {
    width: 2rem;
    margin: auto;
    margin-top: .2rem;
    height: .45rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
    border-radius: .5rem;
    background: rgb(50, 135, 40);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: block;
}
.footer_item4 button:hover {
    opacity: 0.8;
}
.footer_item3 p {
    font-size: .17rem;
    color: rgb(204, 204, 204);
    line-height: .24rem;
    font-family: Candara;
}
.item3_ULli{
    display: flex;
    align-items: center;
}
.item3_ULli P, .item3_ULli a {
    font-size: .15rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}
.item3_ULli a span{
    font-size: .18rem;
    font-family: Candarab;
    color: #42b034;
}
.item3_ULli img{
    width: .25rem;
    height: .25rem;
    margin-right: .08rem;
}