* {
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    box-sizing:border-box;
}
.layout {
    width:1500px;
    margin:0 auto;
}
.center {
    width:1340px;
    margin:0 auto;
}
.header-pack {
    display:flex;
    align-items:center;
}
.logo {
    height:100px;
    padding:20px 0;
}
.logo img {
    max-height:100%;
    display:block;
}
.navlist {
    margin-left:300px;
}
.w-nav {
    display:flex;
}
    .w-nav li {
        width:105px;
    }
    .w-nav li a {
        font-size: 16px;
        color: #3F4755;
        line-height: 40px;
        display:block;
        text-align:center;
    }
        .w-nav li:hover a,
        .w-nav .active a{
            background: #649D42;
            color:#fff;
        }
.language {
    margin-left:80px;
    position:relative;
}
.lag {
    display:flex;
    align-items:center;
    cursor:pointer;
}
.lag img {
    width:30px;
    display:block;
}
    .lag p {
        font-size: 16px;
        line-height: 21px;
        color: #141C28;
        margin-left:10px;
        display:flex;
        align-items:center;
    }
    .lag p i {
        width:12px;
        height:7px;
        display:block;
        background:url(../images/lagarr.png) no-repeat center/100% 100%;
        margin-left:10px;
    }
.laglist {
    position:absolute;
    top:120%;
    right:0;
    width:100px;
    background:#fff;
    box-shadow:0 2px 2px #aaa;
    font-size:16px;
    line-height:30px;
    text-align:center;
    display:none;
    z-index:10;
}
    .laglist li a {
        color: #141C28;
        display:block;
    }
    .laglist li:hover a,
    .laglist .active a {
        background: #649D42;
        color: #fff;
    }
    .banner img {
        width:100%;
    }
.homebanner {
    width:100%;
    overflow:hidden;
    position:relative;
}
    .homebanner img {
        width:100%;
        display:block;
    }
    .homebanner .swiper-pagination-bullet-active {
       background:#649D42;
    }
    .home_content {
        background: #F5FFEE;
    }
.home_about {
    padding: 120px 0 0;
    background: url(../images/haboutbg.png) no-repeat top center;
}
.public_title {
    font-size: 40px;
    line-height: 52px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.about_detail {
    font-size: 16px;
    line-height: 28px;
    color: #6A6A6A;
    margin-top:50px;
}
.home_img {
    width:1200px;
    margin:50px auto 0;
}
.home_img img {
    width:100%;
    display:block;
    margin-bottom:30px;
}
.home_kernel {
    padding:120px 0 168px;
    background:url(../images/hcbg.png) no-repeat top center;
}
.news {
    padding:120px 0 ;
    background:url(../images/newsbg.png) no-repeat center/100% 100%;
}
.newsify {
    margin-top:40px;
    display:flex;
    justify-content:center;
}
.newsify li {
    padding:0 15px;
}
    .newsify li a {
        display: block;
        font-size: 18px;
        line-height: 50px;
        border: 1px solid #649D42;
        color: #649D42;
        text-align:center;
        width:200px;
    }
    .newsify li:hover a,
    .newsify .active a{
        background: #649D42;
        color:#fff;
    }
.newslist {
    margin:50px -20px 0;
    overflow:hidden;
}
.newslist li {
    float:left;
    width:33.3333%;
    padding:0 20px;
    margin-bottom:60px;
}
    .newslist li a {
        display: block;
        box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
    }
.newslistimg {
    overflow:hidden;
}
.newslistimg img {
    width: 100%;
    max-height:266px;
    display: block;
    transition:all .5s;
}
.newslistcont {
    background:#fff;
    padding:30px;
    transition:all .5s;
}
    .newslistcont h4 {
        font-size: 24px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
        .newslistcont h4::before {
            content: "";
            width: 96px;
            height: 3px;
            background: #196FC5;
            display:block;
            margin-bottom:30px;
        }
        .newslistcont h4::after {
            content: "";
            display: none;
            border-bottom: 1px solid #EAEEF5;
            margin-top:30px;
        }
    .newslistcont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #6A6A6A;
    }
    .newslistcont span {
        margin-top: 50px;
        font-size: 18px;
        line-height: 24px;
        color: #649D42;
        display:block;
    }
.newslist li:hover .newslistcont h4 {
    color: #fff;
}
.newslist li:hover .newslistcont h4::before {
    background: #fff;
}
    .newslist li:hover .newslistcont h4::after {
        border-color: #EAEEF5;
    }
.newslist li:hover .newslistcont {
    background: #649D42;
}
    .newslist li:hover .newslistcont p,
    .newslist li:hover .newslistcont  span{
        color: #fff;
    }

.newslist li:hover img {
    transform:scale(1.1);
}

.platformlist {
    overflow: hidden;
    margin: 50px -20px 0;
}
.platformlist li {
    width:25%;
    float:left;
    padding:0 20px;
    margin-bottom:40px;
}
.platformlistimg {
    overflow:hidden;
}
.platformlistimg img {
    width: 100%;
    display: block;
    transition:all .5s;
}
.platformlistcont {
    background:#fff;
    padding:26px 0 22px;
}
.platformlistcont h4 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
    .platformlistcont p {
        font-size: 16px;
        line-height: 27px;
        color: #999999;
        margin-top: 5px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(139,139,139,20%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .platformlistcont span {
        display: block;
        width: 120px;
        height: 40px;
        font-size: 16px;
        line-height: 38px;
        color: #999999;
        text-align: center;
        border: 1px solid #ADADAD;
        margin:22px auto 0;
        transition:all .5s;
    }
.platformlist li:hover .platformlistcont span {
    background: #649D42;
    color:#fff;
}
.platformlist li:hover img {
    transform:scale(1.1);
}
.alientlist {
    overflow: hidden;
    margin: 50px -20px 0;
}
.alientlist li {
    float:left;
    width:20%;
    padding:0 20px;
    margin-bottom:40px;
    overflow:hidden
}
.alient {
    padding-bottom:110px;
}
.alientlist li a {
    display: block;
    overflow: hidden
}
.alientlist li a img {
    width:100%;
    height:100px;
    object-fit:cover;
    display:block;
}
.achievementlist {
    overflow:hidden;
    margin:50px -35px 0;
}
.achievementlist li {
    float:left;
    width:33.3333%;
    padding:0 35px;
    margin-bottom:100px;
}
    .achievementlist li a {
        display:block;
    }
.achievement {
    padding:120px 0 10px;
}
.achievementlist_img img {
    width:100%;
    display:block;
}
.achievementlist_cont {
    margin-top: 30px;
    border-left: 2px solid #649D42;
    padding-left:28px;
}
.achievementlist_cont h4 {
    font-size:28px;
    line-height:37px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
    .achievementlist_cont p {
        font-size: 16px;
        line-height: 28px;
        color: #6A6A6A;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height:calc(28px * 2);
        margin-top:20px;
    }
.industryimg {
    margin-top:50px;
}
.industryimg img {
    width:100%;
    display:block;
}
.industry .alientlist {
    margin-top:120px;
}
.aboutus {
    background: #F5FFEE;
    padding-bottom:120px;
}
.honor {
    background:  url(../images/honorbg.png) no-repeat center/100% 100%;
    padding:80px 0 136px;
}
.yares {
    display:flex;
    justify-content:center;
    margin-top:50px;
}
.yares li {
    padding:0 10px;
}
    .yares li a {
        display: block;
        background: #fff;
        font-size: 18px;
        line-height: 50px;
        padding: 0 15px;
        color: #6A6A6A;
    }
        .yares li a:hover, .yares .active a {
            color: #649D42;
        }

.trophyhonr {
    margin-top: 110px;
    width:100%;
    overflow:hidden;
    background:url(../images/duanbg.png) no-repeat bottom center;
    padding:0 150px 10px;
}
.trophyhonrswiper {
    width:100%;
    overflow:hidden;
}
.trophyhonrswiper .swiper-slide p {
    font-size:18px;
    line-height:32px;
    text-align:center;
}
    .trophyhonrswiper .swiper-slide img {
        width:300px;
        display:block;
        margin:0 auto;
    }
.bottom {
    margin-top: 80px;
    background: url(../images/changbg.png) no-repeat bottom/100%;
    padding:0 50px 10px;
}
.bothonorswiper {
    width:100%;
    overflow:hidden;
}
    .bothonorswiper .swiper-slide p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    .bothonorswiper .swiper-slide img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
.history {
    width:1200px;
    margin:0 auto;
}
.historyify {
    display:flex;
    margin-top:80px;
}
.historyify li {
    width:20%;
}
    .historyify li a {
        display: block;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        color: #000000;
    }
    .historyify li a i {
        display:block;
        width:100%;
        height:24px;
        background:url(../images/bai.png) no-repeat center/100% 100%;
        margin-top:20px;
    }
    .historyify li:hover a,
    .historyify .active a {
        color: #649D42;
    }
    .historyify li:hover a i,
    .historyify .active a i {
        background: url(../images/lv.png) no-repeat center/100% 100%;
    }
.report {
    padding: 120px 0 150px;
    background: url(../images/haboutbg.png) no-repeat center/100% 100%;
    background-color: #F5FFEE;
}
.reportlist {
    overflow:hidden;
    margin:50px -20px 0;
}
.reportlist li {
    float:left;
    width:33.3333%;
    padding:0 20px;
    margin-bottom:40px;
}
    .reportlist li a {
        display: block;
        padding: 30px;
        background: rgba(100,157,66,5%);
        transition: all .5s;
        box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
    }
.calendar li:hover span {
    color:#649D42;
}
.reportlist li a h4 {
    font-size: 24px;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
        .reportlist li a em {
            font-size: 16px;
            color: #8E919B;
            margin-top:12px;
            display:block;
        }
        .reportlist li a span {
            font-size: 18px;
            color: #8E919B;
            margin-top:10px;
            display:block;
            text-align:right;
        }
    .reportlist li:hover a {
        background: #649D42;
    }
    .reportlist li:hover a h4 {
        color: #fff;
    }
        .reportlist li:hover a em {
            color:#fff;
        }
    .reportlist li:hover a span {
        color:#fff;
    }
.investorlist {
    margin-top:50px;
    padding:0 55px;
}
    .investorlist li {
        padding-bottom: 40px;
        border-bottom: 1px solid #F2F2F2;
        margin-bottom:40px;
    }
    .investorlist li a {
        display: flex;
    }
.investorlist li a img {
    width:25px;
    height:25px;
    margin-top:5px;
}
    .investorlist li a div {
        padding-left:10px;
        width:calc(100% - 25px);
    }
        .investorlist li a div h4 {
            font-size: 24px;
            line-height: 31px;
            color: #000000;
        }
        .investorlist li a div p {
            font-size: 16px;
            line-height: 21px;
            color: #989898;
            display:flex;
            justify-content:space-between;
            margin-top:10px;
        }
.questions {
    margin-top:120px;
    padding:0 55px;
}
.forms {
    overflow:hidden;
    margin-top:37px;
}
.formsinput {
    width:33.333333%;
    float:left;
}
    .formsinput span,
    .formstexteara span {
        font-size: 24px;
        line-height: 41px;
        color: #FF5E14;
    }
    .formsinput label,
    .formstexteara label{
        font-size: 24px;
        line-height: 41px;
        color: #666666;
        font-weight: 500;
        margin-right: 20px;
    }
    .formsinput input {
        width: calc(100% - 140px);
        line-height: 50px;
        font-size: 16px;
        outline: none;
        border: 1px solid #E4E5E8;
        background: transparent;
        padding: 0 15px;
    }
.homenews > a:hover {
   opacity:.8;
}
.formstexteara {
    float: left;
    width: 100%;
}
.formstexteara label {
    display: block;
    margin: 35px 0;
}
    .formstexteara textarea {
        width: 100%;
        height: 320px;
        background: transparent;
        border: 1px solid #E4E5E8;
        outline:none;
        padding:26px 22px;
        font-size:16px;
    }
.submit {
    margin: 50px auto 0;
    width: 288px;
    height: 84px;
    font-size: 24px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    background: #649D42;
    cursor:pointer;
}
.investor {
    padding-bottom:58px;
}
.calendar li {
    display:flex;
}
.calendar li .left {
    width:200px;
}
    .calendar li .left span,
    .calendar li .right span {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 48px;
        border: 1px solid #EBEBEB;
        text-align: center;
        font-weight:bold;
    }
    .calendar li .right {
        width:calc(100% - 200px);
    }
    .calendar li  {
        padding:0;
        border:none;
        margin-bottom:30px;
    }
        .calendar li:last-child {
            margin-bottom:0;
        }
        .calendar li .right span {
            text-align: left;
            padding: 0 50px;
            color: #6A6A6A;
            font-weight: 500;
        }
.dutylistcont span {
    margin-top:30px;
}
.footercooper {
    background: #192939;
    padding:30px 0;
}
.footer_title {
    font-size:24px;
    line-height:32px;
    color:#fff;
}
/*.cooperlist {
    margin:22px -16px 0;
    overflow:hidden;
}
.cooperlist li {
    float:left;
    width:calc(100% / 9);
    padding: 0 16px;
}*/
.copyright {
    padding: 20px 0;
    background: #132333;
}
.copyact {
    display:flex;
    justify-content:center;
}
    .copyact li {
        padding: 0 20px;
        font-size: 14px;
        line-height: 19px;
        color: #9A9B9B;
    }
.copyright a {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #9A9B9B;
}
.afficheify {
    padding:50px 55px 0;
}
.aify {
    display:flex;
}
    .aify li {
        margin-right:60px;
    }
    .aify li a {
        font-size: 30px;
        line-height: 40px;
        color: #989898;
        display: inline-block;
    }
.aify li:hover a,
.aify .active a {
    color: #649D42;
}
    .aify li:hover a::after,
    .aify .active a::after{
        content: '';
        width: 61px;
        height: 6px;
        border-radius: 4px;
        background: #649D42;
        display: block;
        margin: 4px auto 0;
    }
.afflist {
    padding:0;
}
.historyswiper {
    width:100%;
    overflow:hidden;
    background:url(../images/hisbg.png) no-repeat top center;
    margin-top:20px;
    padding-top:90px;
}

    .historyswiper .swiper-slide .historylistcont {
        display: flex;
        justify-content: space-between;
        position: relative;
        min-height:140px;
        margin-bottom:10px;
        overflow:hidden;
    }

.historytime {
    display: block;
    width: 15%;
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.historycont {
    width: 75%;
}
.historyswiper .swiper-slide .historylistcont h4:first-child {
    margin-top: 0;
}
.historycont h4 {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 15px;
}
.shadow {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.shadowcont {
    width: 30%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .shadowcont p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
    }

.shabtn {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

    .shabtn a {
        display: inline-block;
        padding: 0 15px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
    }

        .shabtn a:first-child {
            background: #649D42;
        }

        .shabtn a:last-child {
            background: #999;
        }

.logo a {
    display: block;
    height:100%;
}

    .historycont p {
        font-size: 18px;
        line-height: 28px;
        color: #9B9B9B;
        
    }

.historylistcont::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/dian.png) no-repeat center/100% 100%;
    position: absolute;
    top: 0;
    left: 19%;
}

.historylistcont::after {
    content: "";
    width: 3px;
    height: 100%;
    background: url(../images/xian.png) no-repeat center/100% 100%;
    position: absolute;
    top: 35px;
    left: 20%;
}
.investorlist li:hover a div h4  {
    color:#649D42;
}

.historyswiper .swiper-slide .historylistcont:hover::after {
    background: url(../images/xian2.png) no-repeat center/100% 100%;
}

.historyswiper .swiper-slide .historylistcont:hover::before {
    background: url(../images/dian2.png) no-repeat center/100% 100%;
}
.firm {
    margin-top:150px;
}
.firmlist {
    overflow:hidden;
    margin:60px -20px 0;
    display:flex;
    flex-wrap:wrap;
}
.firmlist li {
    width:33.333333%;
    float:left;
    padding:0 20px;
}
.firmcont {
    width: 100%;
    background: #F9FFF5;
    padding: 60px;
    height: 100%;
}
.firmcont img {
    max-width:62px;
    max-height:60px;
    display:block;
}
    .firmcont h4 {
        font-size: 28px;
        line-height: 37px;
        color: #000000;
        margin-top:40px;
    }
    .firmcont p {
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-top:30px;
    }
.bx-siteR010 {
    position: relative;
}

.bx-siteR010-list {
    position: relative;
}

    .bx-siteR010-list .img {
        text-align: right;
    }

        .bx-siteR010-list .img .imgs {
            display: inline-block;
            width: 62%;
        }

            .bx-siteR010-list .img .imgs img {
                width: 100%;
            }

    .bx-siteR010-list .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        .bx-siteR010-list .text .texts {
            width: 30%;
            padding-top: 50px;
        }

    .bx-siteR010-list .bx-siteR010-title h3 {
        font-size: 36px;
        line-height: 47px;
        color: #649D42;
    }

    .bx-siteR010-list .bx-siteR010-title p {
        font-size: 18px;
        color: #666666;
        margin-top: 5px;
    }

    .bx-siteR010-list .bx-siteR010-text {
        margin-top: 80px;
    }

        .bx-siteR010-list .bx-siteR010-text h3 {
            font-size: 24px;
            color: #333333;
        }

        .bx-siteR010-list .bx-siteR010-text p {
            margin-top: 50px;
            font-size: 16px;
            color: #999999;
        }

    .bx-siteR010-list .texts .but {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 45px;
        padding: 0 30px;
        background-color: #649D42;
        margin-top: 40px;
    }

.bx-siteR010-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .bx-siteR010-nav .container {
        position: relative;
    }

    .bx-siteR010-nav .swiper-button-prev, .bx-siteR010-nav .swiper-button-next {
        width: 21px;
        height: 21px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #707070;
        background-image: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        font-size: 16px;
    }

    .bx-siteR010-nav .swiper-button-prev {
        top: -30px;
        left: 0;
    }

    .bx-siteR010-nav .swiper-button-next {
        top: -30px;
        right: auto;
        left: 30px;
    }

   /* .bx-siteR010-nav .swiper-slide.active {
        border: 5px solid #008dce;
        border-radius: 10px;
    }*/
.kernelswiper .img {
    position:relative;
}
.kernelswiper img {
    width: 100%;
    display: block;
}
.kernelswiper p {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(255,255,255,.3);
    backdrop-filter:blur(10px);
    font-size:24px;
    color:#fff;
    line-height:71px;
    text-align:center;
}
.kernelswiper {
    width:100%;
}
.bx-siteR010-nav .container {
    padding-right: 25%;
}
.h_kernel_list li:hover .h_kernel_cont h4 {
    color: #649D42;
}

@media screen and (max-width: 1900px) {
    .bx-siteR010-list .bx-siteR010-text {
        margin-top: 38px;
    }
}

@media screen and (max-width: 1500px) {
    .bx-siteR010-list .text .texts {
        padding-top: 30px;
    }

    .bx-siteR010-list .bx-siteR010-title h3 {
        font-size: 30px;
    }

    .bx-siteR010-list .bx-siteR010-title p {
        font-size: 16px;
    }

    .bx-siteR010-list .bx-siteR010-text h3 {
        font-size: 20px;
    }

    .bx-siteR010-list .bx-siteR010-text p {
        font-size: 14px;
        margin-top: 35px;
    }

    .bx-siteR010-list .texts .but {
        line-height: 40px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteR010-list .bx-siteR010-text {
        margin-top: 20px;
    }

        .bx-siteR010-list .bx-siteR010-text p {
            margin-top: 30px;
        }

        .bx-siteR010-list .bx-siteR010-text p {
            line-height: 20px;
            height: 60px;
        }
}

@media screen and (max-width: 1000px) {
    .bx-siteR010-list .text {
        position: relative;
    }

    .bx-siteR010-list .img {
        text-align: center;
        margin-top: 20px;
    }

        .bx-siteR010-list .img .imgs {
            width: 90%;
        }

    .bx-siteR010-list .text .texts {
        width: 100%;
    }

    .bx-siteR010-list {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .bx-siteR010-title {
        text-align: center;
    }

    .bx-siteR010-list .bx-siteR010-title h3 {
        font-size: 24px;
    }

    .bx-siteR010-list .bx-siteR010-title p {
        font-size: 14px;
    }

    .bx-siteR010-list .bx-siteR010-text p {
        margin-top: 15px;
    }

    .bx-siteR010-list .bx-siteR010-text h3 {
        font-size: 18px;
        text-align: center;
    }

    .bx-siteR010-list .texts .but {
        display: block;
        margin: 0 auto;
        width: 120px;
        font-size: 12px;
        text-align: center;
    }

    .bx-siteR010-nav {
        position: relative;
        margin-top: 15px;
    }

        .bx-siteR010-nav .container {
            padding-right: 10px;
        }

        .bx-siteR010-nav .swiper-button-prev, .bx-siteR010-nav .swiper-button-next {
            display: none;
        }
}
.calendar a {
    display:block !important;
}
.calendar li .right span {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.energy {
    margin-top:130px;
}
    .energy a {
        display:flex;
    }
    .energycont {
        width: calc(100% - 670px);
        background: #fff;
        padding: 80px 70px;
    }
    .energycont h4 {
        font-size: 32px;
        line-height: 42px;
        color: #000000;
       /* text-align:right;*/
    }
    .energycont p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
        color: #6A6A6A;
       /* text-align:right;*/
    }
.energyimg  {
    width:670px;
}
.energyimg img {
    width:100%;
    display:block;
}
.newsg li .time  {
   width:100%;
   padding:0;
   display:flex;
   justify-content:space-between;
   margin-top:10px;
}
.newsg li .time p {
    display:block;
}
    .newsg li .time p span {

    }
    .newsg li .time span {
        font-size: 16px;
        line-height: 21px;
        color: #989898;
    }
.subscription {
    margin-top:110px;
}
.subinput{
    text-align:center;
    margin-top:38px;
}
.subinput label {
    font-size: 16px;
    line-height: 32px;
}
.subinput input {
    font-size:16px;
    line-height:50px;
    outline:none;
    padding:0 20px;
    border: 1px solid #E4E5E8;
    background:#fff;
    width:480px;
}
.subbtn {
    width: 160px;
    line-height: 50px;
    margin: 50px auto 0;
    background: #649D42;
    color:#fff;
    font-size:16px;
    text-align:center;
    cursor:pointer;
}
.newsgcontent {
    padding-bottom:40px;
}
.governtext{
    padding:0 20px;
}
.governtext h4 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
}
/*.homebanner .swiper-slide-active {
    animation: asd 5s linear infinite alternate;
}


@keyframes asd {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}*/


.glisttext {
    margin-top:30px;
    display:flex;
}
    .glisttext p {
    min-width: 100px;
        font-size: 16px;
        line-height: 28px;
        color: #6A6A6A;
    }
    .glisttext p span {
        display:block;
    }
    .glisttext p:last-child {
        margin-left:80px;
    }
.groupify {
    margin:40px -30px 0;
    overflow:hidden;
}
.groupify li {
    float:left;
    padding:0 35px;

}
    .groupify li a {
        font-size: 24px;
        line-height: 31px;
        color: #6A6A6A;
    }
        .groupify li a:hover,
        .groupify .active a {
            color: #649D42;
        }
.grouplist {
    margin-top:50px;
}
.grouplist  li {
    margin-bottom:40px;
}
    .grouplist li a {
        display: flex;
        background: rgba(100,157,66,5%);
        padding: 30px;
        align-items: center;
        box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
    }
        .grouplist li a:hover {
            background: rgba(100,157,66,1);
        }
    .groupimg {
        width: 225px;
    }
.subbtn:hover, .submit:hover {
    opacity: .8;
}
.groupimg img {
    width: 100%;
    display: block;
}
.groupcont {
    width:calc(100% - 225px);
    padding-left:50px;
}
    .groupcont h4 {
        font-size: 20px;
        line-height: 30px;
        color: #151515;
    }
    .groupcont p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
        color: #6A6A6A;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
    }
.grouplist li a:hover h4,
.grouplist li a:hover  p{
    color: #fff;
}
.h_kernel_list {
    overflow:hidden;
    margin:50px -40px 0;
    padding:10px 0;
}
.h_kernel_list li {
    float:left;
    width:50%;
    padding:0 40px;
}
.h_kernel_img {
    height:370px;
}
.h_kernel_img img {
    height:100%;
    object-fit:cover;
    width:100%;
    display:block;
}
.h_kernel_cont {
    padding: 30px 50px;
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}
    .h_kernel_cont h4 {
        font-size: 32px;
        line-height: 42px;
        color: #000000;
        text-align:center;
    }
    .h_kernel_cont p {
        font-size: 16px;
        line-height: 28px;
        color: #6A6A6A;
        text-align:center;
        margin-top:30px;
    }
.h_kernel_cont span {
    display:block;
    width:200px;
    height:68px;
    line-height:68px;
    text-align:center;
    color:#fff;
    background:#649D42;
    margin:50px auto 0;
    font-size:18px;
}
.honor {
    overflow:hidden;
    width:100%;
    position:relative;
}
.homehonor {
    width:735px;
    height:755px;
    background:url(../images/jb.png) no-repeat center/100% 100%;
    position:absolute;
    right:-220px;
    top:50%;
    transform:translateY(-50%);
}
.center {
    position:relative;
}
.bottom {
    position:relative;
}
.homenews {
    padding:150px 0;
}
    .homenews > a {
        width: 200px;
        height: 68px;
        background: #649D42;
        display:block;
        margin:0 auto;
        color:#fff;
        font-size:18px;
        line-height:68px;
        text-align:center;
    }
.interval {
    padding:50px 0 100px;
}
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


.bx-index11-item ul {
    overflow: hidden;
    margin: 0 -7px;
    margin-top: 20px;
}

    .bx-index11-item ul li {
        padding: 0 7px;
        height: 90px;
        margin-top: 15px;
        width: 16.6%;
        display: inline-block;
        width: 200px;
        margin: 10px 0;
        overflow: hidden;
    }

.bx-index11-list {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    overflow: hidden;
    position: relative;
}

    .bx-index11-list img {
        max-width: 90%;
        max-height: 90%;
    }

    .bx-index11-list .img {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .bx-index11-list .img::before {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: all 0.3s;
            background-color: #e24846;
            overflow: hidden;
            z-index: 2;
        }

        .bx-index11-list .img::after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.3s;
            background-color: #e24846;
            overflow: hidden;
            z-index: 2;
        }

    .bx-index11-list::before {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s;
        background-color: #e24846;
        overflow: hidden;
        z-index: 2;
    }

    .bx-index11-list::after {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all 0.3s;
        background-color: #e24846;
        overflow: hidden;
        z-index: 2;
    }

    .bx-index11-list .img:hover:before {
        width: 100%;
    }

    .bx-index11-list .img:hover:after {
        width: 100%;
    }

    .bx-index11-list:hover::before {
        height: 100%;
    }

    .bx-index11-list:hover::after {
        height: 100%;
    }

.areacont select {
    width:100%;
    font-size:16px;
    line-height:35px;
    padding:5px 10px;
    border:1px solid #333;
}
.areacont .shadowcont {
    height: 300px;
}
    .areacont .shadowcont h3{
        font-size:24px;
        line-height:48px;
        text-align:left;
        margin-bottom:10px;
    }
    @media (max-width:1000px) {
        .bx-index11 {
        padding: 30px 0;
    }

    .bx-index11-item ul {
        margin-top: 10px;
        margin: 0 -5px;
    }

        .bx-index11-item ul li {
            padding: 0 5px;
            margin-top: 10px;
            height: 70px;
        }

    .bx-index11-items ul li {
        width: 120px;
        height: 50px;
    }

    .bx-index11-header {
        padding-top: 30px;
        padding-bottom: 120px;
    }
}

@media (max-width:1600px) {
    .layout {
        width:95%;

    }
    .navlist {
        margin-left:200px;
    }
}
@media (max-width:1500px) {
    .center {
        width:95%;
    }
    .navlist {
        margin-left: 150px;
    }
    .language {
        margin-left:50px;
    }
    .kernelswiper p {
        font-size: 20px;
        line-height: 50px;
    }
    .bx-index11-item ul li {
        width:190px;
    }
}
@media (max-width:1400px)  {
    .navlist {
        margin-left:100px;
    }

    .language {
        margin-left: 20px;
    }
    .w-nav li a {
        font-size:14px;
        line-height:35px;
    }
    .w-nav li {
        width:100px;
    }
    .bx-index11-item ul li {
        width:180px;
    }
    .h_kernel_cont h4 {
        font-size: 28px;
    }
    .h_kernel_cont span,
    .homenews > a {
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .public_title {
        font-size:36px;
    }
    .bothonorswiper .swiper-slide p {
        font-size: 16px;
    }
    .newslistcont h4 {
        font-size:20px;
    }
    .homenews {
        padding:100px 0;
    }
    .historyify li a,
    .achievementlist_cont h4 {
        font-size: 24px;
    }
    .firmcont h4 {
        font-size:24px;
        margin-top:20px;
    }
    .firmcont p,
    .newslistcont p {
        margin-top: 20px;
    }
    .energycont h4 {
        font-size:30px;
    }
    .newslistcont h4::before {
        margin-bottom:20px;
    }
    .newslistcont h4::after {
        margin-top:20px;
    }
    .newslistcont span {
        margin-top:40px;
    }
    .aify li a {
        font-size:26px;
    }
    .investorlist li a div h4,
    .reportlist li a h4 {
        font-size: 20px;
    }
    .reportlist li a span {
        font-size:16px;
    }
    .groupify li a {
        font-size:22px;
    }
    .lag p,
    .laglist li a {
        font-size: 14px;
    }
    .newsify li a {
        width:160px;
        line-height:45px;
        font-size:16px;
    }
    .newslistcont span {
        font-size: 16px;
    }
}
@media (max-width:1300px) {
    .w-nav li {
        width:90px;
    }
    .home_img {
        width: 95%;
    }
    .trophyhonr {
        margin-top:60px;
    }
    .bottom {
        margin-top: 60px;
    }
    .history {
        width:95%;
    }
}
@media (max-width:1000px) {
    .layout,
    .center{
        width:100%;
    }
    .home_about,
    .home_kernel {
        padding: 25px 10px;
    }
    .public_title{
        font-size:20px;
        line-height:30px;
    }
    .home_img {
        width:100%;
    }
    .h_kernel_list {
        margin:20px 0 0;
        padding:0;
    }
        .h_kernel_list li {

        }
        .h_kernel_list li {
            padding:0 15px;
        }
    .h_kernel_cont {
        padding:20px;
    }
        .h_kernel_cont h4{
            font-size:20px;
            line-height:35px;
        }
        .h_kernel_cont p{
            font-size:14px;
            line-height:24px;
            margin-top:20px;
        }
        .h_kernel_cont span, .homenews > a {
            width:120px;
            line-height:40px;
            font-size:14px;
            height:40px;
            margin-top:20px;
        }
    .honor {
        padding:25px 10px;
    }
    .trophyhonrswiper .swiper-slide p,
    .bothonorswiper .swiper-slide p {
        font-size: 14px;
    }
    .trophyhonr {
        margin-top:20px;
    }
    .bottom {
        margin-top:20px;
    }
    .homenews {
        padding:25px 10px;
    }
    .newslist {
        margin:20px 0 0;
    }
        .newslist li {
            padding: 0 10px;
        }
    .newslistcont{
        padding:15px;
    }
        .newslistcont h4 {
            font-size: 16px;
            line-height: 30px;
            -webkit-line-clamp:1;
        }
            .newslistcont h4::before {
                margin-bottom: 10px;
            }

            .newslistcont h4::after {
                margin-top: 10px;
            }
        .newslistcont p {
            font-size:14px;
            line-height:24px;
            margin-top:10px;
        }
        .newslistcont span {
            font-size: 14px;
            margin-top:10px;
        }
    .newslist li {
        margin-bottom:20px;
    }
    .footer_title {
        font-size:16px;
    }
    .footercooper {
        padding:25px 10px;
    }
    .bx-index11-items ul li {
        width:145px;
        height:auto;
    }
    .bx-index11-item ul {
        margin:0;
    }
    .yares li a {
        font-size:16px;
        padding:0 10px;
    }
    .historyify li a, .achievementlist_cont h4 {
        font-size:18px;
    }
    .history {
        width:100%;
    }
    .news {
        padding:25px 10px;
    }
    .historyify {
        margin-top:20px;
    }
    .historytime {
        font-size:16px;
    }
    .historycont p {
        font-size:14px;
        line-height:24px;
    }
    .historycont h4 {
        font-size:16px;
        line-height:26px;
    }
    .historyswiper {
        padding-top:20px;
    }
    .firm{
        margin-top:25px;
    }
    .firmlist {
        margin:20px 0 0;
    }
        .firmlist li{
            padding:0 10px;
        }
    .firmcont {
        padding:20px;
    }
        .firmcont img{
            max-width:32px;
            max-height:30px;
            display:block;
            margin:0 auto;
        }
        .firmcont h4{
            font-size:20px;
            line-height:30px;
            margin-top:20px;
        }
        .firmcont p {
            font-size:14px;
            line-height:24px;
        }
    .industryimg {
        margin-top:20px;
    }
    .industry .alientlist {
        margin-top:25px;
    }
    .alientlist {
        margin:20px 0 0;
    }
        .alientlist li {
            width:25%;
            padding:0 10px;
        }
        .alientlist li {
            margin-bottom:20px;
        }
    .newsify li a {
        width:120px;
        font-size:14px;
        line-height:40px;
    }
    .newsify {
        margin-top:20px;
    }
    .platformlist {
        margin:25px 0 0;
    }
        .platformlist li {
            width:33.3333%;
            padding:0 10px;
            margin-bottom:20px;
        }
    .platformlistcont {
        padding:15px 0;
    }
        .platformlistcont h4 {
            font-size:16px;
            line-height:26px;
        }
        .platformlistcont p {
            font-size:14px;
            line-height:24px;
            padding-bottom:10px;
        }
        .platformlistcont span{
            font-size:13px;
            width:100px;
            height:30px;
            line-height:30px;
            margin-top:12px;
        }
    .achievementlist li {
        width:50%;
        padding:0 10px;
        margin-bottom:20px;
    }
    .achievementlist {
        margin:25px 0 0;
    }
    .investorlist li a div {
        width:100%;
    }
    .energy a {
        display: block;
    }
    .energy {
        margin-top:25px;
    }
    .energycont {
        width:100%;
        padding:30px;
    }
        .energycont h4 {
            font-size:20px;
            line-height:30px;
        }
        .energycont p {
            font-size:14px;
            line-height:24px;
            margin-top:15px;
        }
    .energyimg {
        width:100%;
    }
    .report {
        padding:25px 10px;
    }
    .newsify {
        flex-wrap:wrap;
    }
        .newsify li {
            margin-bottom:10px;
            padding:0 5px;
        }
    .afficheify {
        padding:0px;
    }
    .aify li a {
        font-size:20px;
        line-height:30px;
    }
    .aify li:hover a::after, .aify .active a::after {
        width:30px;
    }
    .aify li {
        margin-right:20px;
        margin-bottom:10px;
    }
    .aify  {
        flex-wrap:wrap;
        justify-content:center;
    }
    .investorlist {
        margin-top:20px;
    }
        .investorlist li {
            padding-bottom:20px;
            margin-bottom:20px;
        }
            .investorlist li a div h4, .reportlist li a h4 {
                font-size:16px;
            }
            .investorlist li a div p {
                font-size:14px;
                line-height:24px;
                margin:0;
            }
    .questions {
        margin-top: 25px;
        padding: 0 20px;
    }
    .formsinput input {
        width:90%;
    }
    .formsinput input {
        font-size:14px;
        line-height:35px;
    }
    .formsinput label, .formstexteara label,
    .formsinput span, .formstexteara span {
        font-size: 16px;
        line-height: 30px;
    }
    .formsinput label, .formstexteara label {
        display:block;
    }
    .formstexteara label {
        margin:10px 0;
    }
    .formstexteara textarea {
        height:100px;
        font-size:14px;
        padding:10px;
    }
    .submit,
    .subbtn {
        margin: 20px auto 0;
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    .reportlist li {
        width:50%;
        padding:0 10px;
        margin-bottom:20px;
    }
    .reportlist {
        margin:25px 0 0;
    }
        .reportlist li a em,
        .reportlist li a span {
            font-size: 14px;
            line-height: 24px;
        }
        .reportlist li a {
            padding:15px;
        }
    .investorlist {
        padding:0 20px;
    }
    .calendar li .left span, .calendar li .right span {
        font-size:14px;
        line-height:40px;
    }
    .calendar li .left {
        width:100px;
    }
    .calendar li .right {
        width:calc(100% - 100px);
    }
        .calendar li .right span {
            padding:0 25px;
        }
    .subscription {
        margin-top:40px;
    }
    .subinput label {
        font-size:14px;
        line-height:30px;
    }
    .subinput input  {
        font-size:14px;
        line-height:40px;
    }
    .subinput input {
        width:70%;
    }
    .governtext h4 {
        margin-top:20px;
        font-size:16px;
        line-height:26px;
    }
    .glisttext p:first-child {
        width:100px;
    }
    .glisttext p {
        font-size: 14px;
        line-height: 28px;
    }
        .glisttext p:last-child {
            margin-left:20px;
        }
    .glisttext {
        margin-top:15px;
        display:block;
    }
    .groupify {
        margin:20px 0 0;
    }
        .groupify li {
            padding:0 20px;
        }
            .groupify li a {
                font-size:18px;
            }
    .grouplist {
        margin-top:20px;
        overflow:hidden;
    }
        .grouplist li {
            width:50%;
            margin-bottom:10px;
            float:left;
            padding:0 5px;
        }
        .grouplist li a {
            padding: 15px;
            display: block;
        }
    .groupimg {
        width:100%;
    }
    .groupcont {
        width:100%;
        padding-top:20px;
        padding-left:0;
    }
        .groupcont h4 {
            font-size:16px;
        }
        .groupcont p {
            font-size:14px;
            line-height:26px;
            margin-top:10px;
        }
    .newsg li .time span {
        font-size:14px;
    }
    .newslistimg img {
        height:195px;
        object-fit:cover;
    }
    .alientlist li a img {
        height:60px;
    }
    .aboutus {
        padding-bottom:20px;
    }
    .trophyhonr {
        padding:0  50px  10px;
    }
    .homehonor {
        width:300px;
        height:350px;
        right:-100px;
    }
    .header-pack {
        position:relative;
    }
    .logo {
        height:60px;
        padding:10px;
    }
    .iconfont {
        width:40px;
        height:40px;
        position:absolute;
        top:50%;
        right:10px;
        transform:translateY(-50%);
    }
    .iconfont i {
        width:100%;
        height:100%;
        position:absolute;
    }
        .iconfont .cha {
            background:url(../images/cha.png) no-repeat center/100% 100%;
            display:none;
        }
        .iconfont .nav {
            background:url(../images/nav.png) no-repeat center/100% 100%;
        }
    .navlist {
        position:absolute;
        z-index:10;
        top:100%;
        left:0;
        background:#fff;
        padding:10px;
        margin:0;
        width:100%;
        display:none;
    }
    .w-nav {
        display:block;
    }
        .w-nav li {
            width:100%;
        }
            .w-nav li:hover a, .w-nav .active a {
                background:#fff;
                color:#333;
            }
    .language {
        margin-left:60px;
    }
    .shadowcont {
        width:300px;

    }
        .shadowcont p {
            font-size:14px;
            line-height:26px;
        }
    .h_kernel_img {
        height:auto;
    }

}


@media (max-width:750px) {
    .copyact {
        flex-wrap:wrap;
    }
        .copyact li {
            margin-bottom:10px;
            font-size:12px;
        }
    .newsify li a {
        line-height:35px;
    }
        .newsify li a {
            width:108px;
        }
        .copyright {
            padding: 10px 0;
        }
        .copyright a {
            font-size:12px;
            margin:0;
        }
    .newsg li .time>span {
        display:none;
    }
    .reportlist li {
        width:100%;
    }
    .formsinput {
        width:100%;
        margin-bottom:10px;
    }
    .formsinput input {
        width:100%;
    }
    .investorlist {
        padding: 0;
    }
    .newslist li {
        width:50%;
    }
    .platformlist li {
        width:50%;
    }
    .alientlist li {
        width: 50%;
        padding: 0 5px;
    }
    .yares {
        margin-top:20px;
        flex-wrap:wrap;
    }
        .yares li {
            margin-bottom: 10px;
        }
  
    .historyify {
        width: 100%;
        overflow: auto;
       flex-wrap:wrap;
    }
        .historyify li {
            width:50%;
        }
    .historylistcont::before {
        display: none;
    }
    .historylistcont::after {
        top:0;
    }
    .firmlist li {
        width:100%;
        margin:0 0 20px;
        padding:0;
        text-align:center;
    }
    .h_kernel_list li {
        padding:0;
        width:100%;
        margin-bottom:20px;
    }
    .trophyhonrswiper .swiper-slide p, .bothonorswiper .swiper-slide p {
        font-size:12px;
        line-height:24px;
    }
    .achievementlist li {
        width:100%;
        padding:0;
    }
    .achievementlist_cont {
        margin-top:15px;
    }
        .achievementlist_cont p {
            font-size:14px;
            line-height:24px;
            margin-top:5px;
        }
    .bx-siteR010-list .texts .but {
        margin-top:10px;
    }
    .kernelswiper p {
        font-size:14px;
        line-height:40px;
    }
    .aify li a {
        font-size:16px;
    }
   
}
