/* 导航 */
.Yd_navBox{
    width: 100%;
    z-index: 100;
    height: .8rem;
    background: #fff;
    position: fixed;
    margin: auto 0;
    display: flex;
    transition: all 0.5s linear;
}
.Yd_navBox_img{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 .5rem;
}
.Yd_navBox_img>img{
    width: 1.80rem;
    height: .52rem;
}
.Yd_navBox_imgicon>img{
    width: .68rem;
    height: .68rem;
    display: block;
}
.Yd_navBox_Details{
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s linear;
}
.Yd_navBox_Details>div{
    text-align: right;
    font-size: .48rem;
    padding: .2rem .5rem .2rem 0;
}
.Yd_navBox_DetailsUl>li{
    width: 100%;
    height: .5rem;
    padding: .3rem .2rem;
    font-size: .26rem;
    line-height: .5rem;
}
.Yd_navBox_DetailsUl>li a{
    color: #000;
}
/*  */
.navBox{
    width: 100%;
    display: none;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    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: 17rem;
    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 a{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
}
.Nav_topContent1{
    width: 17rem;
    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 a{
    font-size: .22rem;
    padding:.05rem .2rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
}

/*  */


/*  */
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    /* color: #000; */
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper1 {
    width: 100%;
    height: 100%;
}

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeBox_mySwiper{
    height: 100%;
}
.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;
    flex-wrap: wrap;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.index01_CDataBox li{
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: .28rem 0 .32rem 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.index01_CDataBox li:last-child{
    border-right: 0px;
}
.index01_CDataBox li:nth-child(2){
    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;
    display: none;
}
.in_datatt p{
    font-size: .28rem;
    color: #fff;
    font-family: Candara;
    font-style: italic;
    text-align: center;
}
.in_datatt p span {
    font-size: .55rem;
    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 .2rem;
    /* display: flex; */
    justify-content: space-between;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s;
}
.in_pro_fltext {
    padding: 42px 35px 35px 35px;
}
.index02_Lcon {
    padding-bottom: 1.28rem;
    width: 100%;
    background: url("../img/in-classbg.jpg") no-repeat 0 bottom #edf4f5;
    height: max-content;
    margin-bottom: .3rem;
}
.in_pro_fltext h2 {
    font-size: .45rem;
    font-family: pb;
    font-weight: normal;
}
.in_pro_fltext p {
    font-size: .3rem;
    line-height: .4rem;
    overflow: hidden;
    font-family: Candara;
    color: #666;
    margin-top: .18rem;
}
.morebtn {
    margin-top: 25px;
    transition: all 0.3s;
    width: .6rem;
    height: .6rem;
    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: 100%;
}
.index02_RconT{
    width: 100%;
    background: #edefff;
    padding: .42rem .42rem 2rem .42rem;
    position: relative;
    box-sizing: border-box;
}
.index02_RconT h2 {
    font-size: .42rem;
    font-family: pb;
    font-weight: normal;
}
.index02_RconT p {
    width: 5.6rem;
    font-size: .3rem;
    line-height: .4rem;
    overflow: hidden;
    font-family: Candara;
    color: #666;
    margin-top: .18rem;
}
.index02_pic {
    width: 3.5rem;
    position: absolute;
    bottom: .3rem;
    right: .4rem;
    height: 48%;
    overflow: hidden;
}
.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%;
    padding: 65px 0 25px 0;
    overflow: hidden;
    background: url("../img/in_probg.jpg") no-repeat center 0 #f4f4f4;
    background-size: cover;
}
.index03_C{
    /* width: 14rem; */
    margin: auto;
}
.index03_CTT{
    font-size: .44rem;
    text-align: center;
    color: #fff;
    font-family: Gotham-Bold;
    text-transform: uppercase;
}
.index03_CMsg{
    font-size: .27rem;
    margin-top: .05rem;
    line-height: 1.5;
    font-family: Candara;
    color: #fff;
    /* padding: 0 1.; */
    text-align: center;
}
.index03_CMsg img{
    width: .2rem;
    margin-top: .3rem;
}
.index03_con {
    margin-top: .5rem;
    border-top: .05rem solid #42b034;
    background: #fff;
    padding: .5rem .35rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
    width: 70%;
    margin: auto;
}
.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: .25rem;
    text-align: center;
    /* height: 20px; */
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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 .2rem;
    overflow: hidden;
}
.index04_C{
    /* width: 14rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
}
.index04_CL{
    width: 100%;
    /* padding-right: .3rem; */
    box-sizing: border-box;
}
.index04_CR{
    width: 100%;
    /* padding-left: .3rem; */
    box-sizing: border-box;
    margin-top: .3rem;
}
.CL_pic{
    width: 100%;
    overflow: hidden;
}
.CL_pic img{
    width: 100%;
}
.CL_msg h2{
    font-size: .42rem;
    text-transform: uppercase;
    font-family: pb;
    font-weight: normal;
}
.CL_msg p{
    font-size: .28rem;
    line-height: 1.5;
    /* height: 240px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    margin-top: .1rem;
    font-family: Candara;
}
.index04_CR_ul li {
    margin-bottom: .4rem;
    /* height: 1rem; */
    padding-left: 1.3rem;
    position: relative;
    cursor: pointer;
}
.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: .28rem;
    font-family: Candarab;
    padding-top: .08rem;
}
.index04_CR_ul li p {
    font-size: .26rem;
    line-height: 1.5;
    font-family: Candara;
    margin-top: .1rem;
}
.index04_CR_ul li:hover h2{
    color: #42b034;
}
.index04_CR_ul li:hover img {
    transform: rotate(360deg);
}
/*  */
.index05 {
    padding: .7rem .2rem .9rem .2rem;
    background: url("../img/in_casebg.jpg") no-repeat center;
    background-size: cover;
}
.index05_C{
    /* width: 14rem; */
    margin: auto;
}
.index05_C h1 {
    font-size: .44rem;
    text-align: center;
    color: #fff;
    font-family: Gotham-Bold;
    text-transform: uppercase;
    position: relative;
}
.index05_C_Ul{
    width: 100%;
    margin-top: .35rem;
    overflow: hidden;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.index05_C_Ul li {
    width: 100%;
    overflow: hidden;
    height:4.5rem;
    /* float: left; */
}
.index05_C_Ul li a{
    position: relative;
    display: block;
}
.in_classpic {
    width: 50%;
    background: #fff;
    float: left;
    height: 4.5rem;
}
.in_sypic {
    width: 50%;
    height: 4.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: .6rem;
    padding: 0 .4rem;
}
.in_casetext h2 {
    font-size: .3rem;
    height: .5rem;
    font-family: Gotham-Bold;
    line-height: .26rem;
    overflow: hidden;
}
.in_casetext p {
    font-size: .27rem;
    line-height: 1.2;
    color: #666;
    /* height: 66px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .2rem;
    font-family: Candara;
}
.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: .36rem;
    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(2) .in_sypic, .index05_C_Ul li:nth-of-type(4) .in_sypic {
    float: left;
}
.index05_C_Ul li:nth-of-type(2) .in_classpic, .index05_C_Ul li:nth-of-type(4) .in_classpic {
    float: right;
}
.morebtn1 {
    transition: all 0.3s;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #fff;
    border: .01rem solid #42b034;
    background: url('../img/13.png') no-repeat center center; 
    background-size: 70% 63%;
    margin-top: .5rem;
}
.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;
    padding: 0 .2rem;
}
.index06_CT{
    width: 100%;
    background: url("../img/in-newsbg.jpg") no-repeat center;
    background-size: cover;
    padding: 1.45rem 0;
    margin-top: 16px;
    text-align: center;
}
.in05_newsbox {
    overflow: hidden;
    width: 100%;
    margin-bottom: .6rem;
    padding-bottom: .3rem;
}
.in05_News_li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: .56rem;
    position: relative;
}
.in05_News_li:nth-of-type(odd) {
    /* padding-right: .48rem; */
}
.in05_News_li_L {
    width: .9rem;
    height: .8rem;
    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: .3rem;
}
.in05_News_li_L span {
    font-size: .19rem;
    color: #fff;
    display: block;
}
.in05_News_li_R h2 {
    font-size: .3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Candarab;
    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: .26rem;
    line-height: .24rem;
    color: #666;
    /* height: 72px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: Candara;
}
.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;
    padding: 0 .2rem;
}
.index07_C h1{
    font-size: 44px;
    text-align: center;
    color: #333;
    font-family: Gotham-Bold;
    text-transform: uppercase;
}
.index07_ul {
    width: 100%;
    margin-top: .15rem;
    /* display: flex; */
    justify-content: space-between;
}
.index07_li{
    width: 100%;
    margin: .3rem 1%;
}
.index07_li_TT{
    width: 100%;
    height: .7rem;
    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: .7rem;
    color: #fff;
    font-size: .3rem;
}
.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;
    padding: 0 .5rem;
}
.footer_B{
    background: #222;
    font-family: Candara;
    font-size: .3rem;
    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;
    display: none;
}
.footer_item2{
    width: 23%;
    padding-top: .6rem;
    display: none;
}
.footer_item3{
    width: 100%;
    padding-top: .6rem;
}
.footer_item4{
    width: 100%;
    background: #42b034;
    padding: .38rem .28rem .8rem .28rem;
    box-sizing: border-box;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
footer h4 {
    color: #fff;
    font-size: .36rem;
    font-family: Gotham-Bold;
    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: .2rem;
    color: rgb(34, 34, 34);
    font-size: .3rem;
    background: rgb(255, 255, 255);
    padding: 0px .2rem;
    box-sizing: border-box;
    display: block;
    border: 0;
}
.footer_item4 input {
    height: .7rem;
    line-height: .7rem;
    border-radius: .5rem;
}
.footer_item4 textarea {
    padding: .1rem;
    border-radius: .1rem;
}
.footer_item4 button {
    width: 4rem;
    margin: auto;
    margin-top: .2rem;
    height: .8rem;
    font-family: Candarab;
    line-height: .45rem;
    color: rgb(255, 255, 255);
    font-size: .3rem;
    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: .32rem;
    color: rgb(204, 204, 204);
    line-height: 1.4;
    font-family: Candara;
}
.item3_ULli{
    display: flex;
    align-items: center;
}
.item3_UL{
    margin-top: .2rem;
}
.item3_ULli P, .item3_ULli a {
    font-size: .3rem;
    margin: .08rem 0;
    color: #ccc;
    display: block;
}
.item3_ULli a span{
    font-size: .3rem;
    font-family: Candarab;
    color: #42b034;
}
.item3_ULli img{
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}
