body {
    font-family: '思源黑体';
    /* color: ; */
    font-size: 0.16rem;
    color: #4A4A4A;
    overflow: auto;
    max-width: 1920px;
}

.head1 {
    padding: 0.2rem 0;
}
 .top_box .layui-main ,
.head1 .w90 {
    max-width: 1440px;
}

.layui-main {
    width: 1400px;
}

.green_c {
    color: #009B4C;
}

.black_c1 {
    color: #1A1311;
}

.gary_c6b {
    color: #6B6B6B;
}

.gary_cd1 {
    color: #D1D1D1;
}

.head1 .logo {
    height: 1rem;
}

.head1 .en {
    display: flex;
    align-items: center;
    border-left: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    padding: 0 0.1rem;
    margin-right: 0.2rem;
    height: 0.6rem
}

.layui-nav .layui-nav-item a {
    color: #1d1d1d;
    font-size: 0.18rem;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #11A158;
}

.footer {
    background-color: #252525;
    color: #fff;
}

.footer .item1 .dl,
.footer .logo {
    width: 1.5rem;
}

.footer .item1 .dl>* {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 0.39rem;
    height: 0.39rem;
    padding: 0.01rem;
}

.footer .item2 {
    padding: 0 0.6rem 0.5rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 0.6rem;
}

.footer .item2 dl {}

.footer .item2 .item {
    display: flex;
    flex-direction: column;
    font-size: 0.08rem;
        padding-right: 3px;
}

.footer .item2 .item>* {
    margin-bottom: 0.15rem;
}

.footer .item2 .title {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}

.footer .item2 .title::after {
    display: block;
    content: '';
    margin-top: 0.1rem;
    width: 1.2em;
    height: 1px;
    background-color: #fff;
}

.top_box {
    position: relative;
    /* min-height: 5rem; */
}

.top_box img {
    width: 100%;
    min-height: 5rem;
}

.top_box .block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.title_b {
    background-color: rgba(0, 0, 0, 0.36);
    padding: 0.3rem 0.6rem;

    letter-spacing: 3.36px;
}

.title_b>* {
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.title_b hr {
    width: 2rem;
    margin: 0.1rem;
    border-bottom: 2px solid #fff !important;
}

.title_b .b1 {
    margin-left: 1rem;
    margin-bottom: 0.2rem;
    justify-content: flex-end;
}

.title_b .b2 hr {
    margin-bottom: 0.2rem;
}

.title_b .text1 {
    /*line-height: 1em;*/
    font-size: 0.30rem;
}

.title_b .text2 {

    font-size: 0.30rem;
}

.title_b .text3 {
    font-size: 0.33rem;

}

.title_b .text4 {
    font-size: 0.25rem;
}

.pro_nav {
    border-bottom: 0.5px solid #F1F1F1;
}

.pro_nav ul {
    display: flex;
}

.pro_nav li {
    padding: 0 0.5rem;
    line-height: 0.6rem;
}

.pro_nav li:hover a,
.pro_nav .active a {
    color: #009B4C;
    cursor: pointer;
}

.pro_nav li>a {
    display:
        block;
    position: relative;
}

.pro_nav .active a::after {
    position: absolute;
    display: block;
    content: '';
    width: 2em;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #009B4C;
}

.pro1 .nav li {
    display: flex;
}

.pro1 .nav {
    margin: 0 -0.2rem;
        width: 13rem;
}

.pro1 .nav .item {
    text-align: center;
    flex: 1;
    margin: 0.1rem 0.2rem;
    border-radius: 19.5px;
    line-height: 0.39rem;
    font-size: 0.12rem;
    cursor: pointer;
    border: 0.5px solid #626262;
    padding: 0 0.3rem;
    white-space: nowrap;
}


.pro1 .nav .active,
.pro1 .nav .item:hover {
    background-color: #009B4C;
    border-color: #009B4C;
    color: #fff !important;
}

.pro_list .item {
    font-size: 0.18rem;
    color: #Fff;
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

.pro_list .item .img_100 {
    flex: 1;
}

.pro_list .item .title {

    background-color: #4A4A4A;
    text-align: center;
    padding: 0 0.3rem;
    line-height: 0.4rem;
}

.pro_list .item .hover_box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pro_list .item .hover_box {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 155, 76, 0.36);
    position: absolute;
    display: none;
    cursor: pointer;
    -ms-transition: all .35s ease-in-out;
}

.pro_list .item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.pro_list .item:hover .hover_box {
    display: block;

}

.layui-btn-primary {
    font-size: 0.18rem;
    color: #Fff;
    padding: 0 0.3rem;
    border: 1px solid #fff;
}

.layui-btn-primary:hover {

    color: #Fff;
    padding: 0 0.3rem;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .1);
}

.contact .pro_nav @media only screen and (max-width: 1000px) {}

.contact .top_box img {
    min-height: 5rem;
}

.title_en {
    margin-bottom: 0.15rem;
}

.title_en .cn {
    font-size: 0.32rem;
}

.title_en .cns {
    font-size: 0.22rem;
}


.title_en .en {
    font-size: 0.17rem;
    font-family: 'a';
}

.con1 .block .item {

    font-size: 0.14rem;
}

.con1 .block .item .title {
    display: flex;
    align-items: center;

}

.con1 .block .item .title .text1 {
    font-size: 0.18rem;
    margin-right: 0.06rem;
}

.con1 .block .item .title .text2 {}

.con1 .item {
    margin-bottom: 0.2rem;
}

.con1 .item dd {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
}

.con1 .item dd i {

    font-size: 0.14rem;
    background-color: #2B8338;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    padding: 0.05rem;
    margin-right: 0.04rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1 .item .title {
    margin-bottom: 0.15rem;
}

.con12 .item .img_100 {
    border-radius: 25px;
    background-color: rgba(0, 0, 0, .9);
}

.con1 .item {
    position: relative;
}

.con12 .item .text_box {
    position: absolute;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12 .item button {
    border-radius: 25px;

    transform: scale(1.5);
}

.news .top_box img,
.talent .top_box img {
    min-height: 5rem;
}

.talent .top_box .title1 {
    background-color: initial;
    transform: scale(1.1);
}

.talent .top_box .title2 {
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scale(0.7);
}

.tal1 ul {}

.tal1 .item {
    padding: 0.27rem;
    border-bottom: 1px solid #BDBCBC;

}

.tal1 li:last-child .item {
    border-bottom: 0;
}

.tal1 .item .time {
    background: #ECECEC;
    color: #009B4C;
    font-size: 0.28rem;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

.news1 ul {

    border-top: 1px solid #BDBCBC;
}

.news1 .item {
    padding: 0.2rem 0;
    border-bottom: 1px solid #BDBCBC;
}

.news1 .item .img_100 {
    width: 1.9rem;
}

.news1 .item .text2 {
    line-height: 2em;
}

.news2 .banner1 .img_100 {
    height: 3.6rem;
}

.news2 .banner1 .item .text_box {
    background: rgba(0,0,0,0.5)
    color: #fff;
    line-height: 0.47rem;
    height: 0.47rem;
    padding-left: 1em;
}
.news2 .banner1 .item .text_box:hover a{
    color:#009B4C;
}
.layui-carousel-ind ul {
    background-color: initial;

}

.news2 .banner1 .layui-carousel-ind ul {
    margin-right: 0.4rem;
}

.layui-carousel-ind ul:hover {
    background-color: initial;
}

.layui-carousel-ind li {
    background-color: #fff;
}

.news2 .banner1 .layui-carousel-ind li.layui-this {

    background: #009B4C;
}

.news2 .banner1 .layui-carousel-ind {
    text-align: right;
    top: unset;
    bottom: 0.1rem;
    right: 0;
    width: unset;
    position: absolute;
}

.news2 .banner1 .layui-carousel-ind {}

.news2 .banner2 [carousel-item]>* {

    background-color: #fff;
}

.news2 .banner2 [carousel-item] ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news2 .banner2 [carousel-item] li {
    flex: 1;
}

.news2 .banner2 .box .time {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #A0A0A0;
}

.news2 .banner2 .layui-carousel-ind {
    top: unset;
    position: absolute;
    bottom: 0;
}

.news2 .banner2 .layui-carousel-ind ul {
    margin: 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 0 0.3rem;
}

.news2 .banner2 .layui-carousel-ind li {
    background: #C4C4C4;
}

.news2 .banner2 .layui-carousel-ind li.layui-this {

    background: #009B4C;
}

.news2 .banner2 .layui-carousel-ind::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #A0A0A0;
}

.ab1 .block2 {
    box-shadow: 0.21rem 23px 1px #EDEDED;
}

.ab2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.title_line {
    color: #000;
    text-align: center;
    font-size: 0.3rem;
}

.title_line::after {
    display: block;
    content: '';
    background-color: #009B4C;
    width: 1em;
    height: 3px;
    margin: 0.1rem auto;
}

.ab2 .title_line {
    color: #fff;
}

.ab3 {
    background-color: #FAF6F6;
}

.index section {
    padding: 0.3rem 0;
}

.index .title_line {
    margin-bottom: 0.3rem;
}

section.index1 {
    padding-bottom: 0.8rem;
}

.index1 .block1 {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0.3rem;
    background-color: #fff;
    padding-bottom: 0.2rem;
}

.index1 .block1 li:not(:last-child) .item {
    border-right: 1px solid #414141;
}

.index .pro1 .pro_list .hover_box {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0.4rem;

}

.index .pro1 .block1 {
    position: relative;

}

.index .pro1 .block1>* {
    z-index: 2;
    position: relative;
}

.index .pro1 .block1 .bg {
    width: 120%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 0;
}

.index .pro_list .item:hover .title {
    background-color: #009B4C;
}

.tab-content>* {
    display: none;
}

.index4 .tab {
    position: relative;
}
.details .content table {
    margin: 0 auto;
}
.details .content table td{
    border: 1px solid  #ccc;
    padding: 0.1rem 0;
}
.index4 .tab-title {
    background-color: rgba(0, 155, 76, 0.36);
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    justify-content: space-evenly;
    align-items: center;
    width: 1.7rem;
    padding: 0.2rem 0;
    font-size: 0.11rem;
}

.index4 .tab-title .item {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.2rem;
    cursor: pointer;
}

.index4 .tab-title .item:hover,
.index4 .tab-title .active {

    transform: scale(1.1);
}

.index4 .tab-title .item:hover::after,
.index4 .tab-title .active::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/i4bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.index4 .tab-title .img_100 {
    width: 0.4rem;
}

.index4 .tab-content {
    min-height: 6rem;
    display: flex;
}

.index4 .tab-content .item {
    flex: 1;
}

.index4 .tab-content .item .img_100 {
    width: 100%;
    height: 100%;
}

.index4 .tab-content .item .text_box {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.index5 .block {
    position: relative;
}
.details_c .exzoom .exzoom_btn a:hover{
    
 
    background-color: #009B4C !important;
    background-repeat: no-repeat;
 
    background-size: contain;
    background-position: center;
}
.index5 .block .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    display: block;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 0.5rem;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    z-index: 2;

}

.index5 .block .prev {
    left: 0;
}

.index5 .block .next {
    right: 0;
}

.index5 .block .btn:hover {
    background: #EA0D44;
}

.index .news2 .tab-title {
    display: flex;
    width: 100%;
}

.index .news2 .tab-title .item {
    font-size: 0.17rem;
    padding: 0 0.26rem;
    line-height: 0.4rem;
    height: 0.4rem;
    color: #414141;
    border: 1px solid #A0A0A0;
    cursor: pointer;
}

.index .news2 .tab-title .item.active {
    background: #009B4C;
    color: #fff;
    border: 1px solid #009B4C;
}

#carousel img {
    max-height: 100%;
}

.pro_nav.white {
    background-color: rgba(255, 255, 255, .8);
    padding-bottom: 0.1rem;
}

.layui-nav .layui-nav-item .layui-nav-child {

    background: #F0F0F0;
}

.layui-nav .layui-nav-item .layui-nav-child a {
    color: #000 !important;
}

.layui-nav .layui-nav-item .layui-nav-child a:hover {

    background: #11A158;
    color: #fff !important;
}

.layui-nav .layui-nav-more {
    display: none;
}

.pagenum {
    text-align: center;
}

.layui-laypage a,
.layui-laypage span {
    font-size: 0.16rem;
    height: 0.32rem;
    line-height: 0.32rem;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #009B4C;
}

.index .news2 .banner1 .layui-carousel-ind li.layui-this {
    background-color: #009B4C;
}

.pro1 .nav li {
    width: 20%;
}

.carousel-center {
    scale: 1.2;
}

.mySwiper .img_box {
    height: 3.7rem;
}

.title_nav {
    width: 3.6rem;

    margin-right: 0.29rem;
}

.title_nav .title {
    background-color: #009B4C;
    padding: 0.1rem 0.4rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.26rem;
}

.title_nav ul {
    background-color: #F4F4F4;
}

.title_nav ul .item {
    padding: 0.15rem 0.4rem;
    display: block;
    color: #333;
    font-size: 0.2rem;
    border-bottom: 1px solid #fff;
}

.details_c {
    margin-top: 0.2rem;
}

.details_c .t1 {
    font-size: 0.3rem;
    font-weight: bold;
}

.details_c .t1 {}

.con_t .title {
    width: 4.8rem;
    padding: 0.1rem 0.4rem;
    color: #fff;
    font-size: 0.20rem;
    background-color: #009B4C;
}

.con_t .content {
    padding: 0.2rem 0.4rem;
    border: 1px solid #eee;
    min-height: 1.3rem;

}

.new_d .content img {
    max-width: 100%;
    margin: 0 auto;
}

.nd_b1 {
    padding: 0.25rem 0.3rem;
    font-size: 0.2rem;
    background-color: #E0E0E0;
}

.details .exzoom .exzoom_btn a {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #A2A2A2;
    width: 0.25rem;
}

.details .exzoom_prev_btn {
    background-image: url(../images/left.png) !important;
}

.details .exzoom_next_btn {
    right: 0;
    background-image: url(../images/right.png) !important;
}



.exzoom_img_ul li .img {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exzoom_img_ul li .img img {
    max-width: 100%;
    max-height: 100%;
}

.page{
    width:100%;
    text-align: center;
    padding-top: var(--top30);
}

.page .active{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    background: #009B4C;
    display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
    border: 1px solid #ddd;
}

.page .total{
    padding: 5px 10px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-radius: 6px;
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    margin-top: 5px;
    margin-left: 4px;
}

@media only screen and (max-width: 750px) {
    .layui-nav .layui-nav-more {
        display: block;
    }

    .pro1 .nav {
        justify-content: flex-start;
    }

    .layui-main>.w80,
    .layui-main>.w90 {
        width: 100%;
    }

    .footer1 ul>* {
        margin: 0.2rem 0;
    }

    .footer .item2 {
        padding: 0 0 0.3rem;
        margin: 0 0.2rem;
    }

    .footer .item2 .item {
        margin: 0.2rem;
    }

    .con1 .item dd i {
        padding: 0.1rem;
    }

    .index1 .block1 {
        position: relative;
        top: 0;
    }

    .index4 .tab-content .item .text_box {
        width: auto;
        right: 0.2rem;
    }

    .pro1 .nav li {
        width: 50%;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}