@charset "UTF-8";
*{
    font-family: "Noto Sans SC";
}
a{
    color: rgba(255, 255, 255);
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255);
}
a:visited{
    text-decoration: none;
    color: rgba(255, 255, 255);
}
.header{
    font-weight: 100;
    font-size: 0.9em;
    /* background-color: rgb(2, 40, 111); */
    background-color: rgb(64, 202, 59);
    width: 100%;
}
#navbarSupportedContent{
    padding-left: 3rem;
}
.navbar-light .navbar-nav a.nav-link{
    color: rgba(255, 255, 255, 0.9);
    margin-right: 3rem;
    font-size: 1.1rem;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: rgb(255, 255, 255);
    font-weight: 500;
    outline:none;
}
li.active{
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.dropdown-menu{
    background-color: #285586;
}
a.dropdown-item{
    font-weight: 200;
    color: rgba(255, 255, 255);
}
.navbar-light .navbar-nav a.nav-link:hover{
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.navbar-light .navbar-nav .show > .nav-link{
    color: rgba(255, 255, 255);
    font-weight: 500;
}
.navbar-light .navbar-nav .active > a.nav-link{
    color: rgba(255, 255, 255);
}
.head-menu{
    max-width: 1550px;
    margin: 0 auto;
}
.index-item-about{
    max-width: 1550px;
    margin: 0 auto;
    padding: 100px 0px;
    overflow: hidden;
    color: #8C8C8C;
    position: relative;
}
.i-about-left{
    float: left;
    width: 55%;
    text-align: center;
    overflow: hidden;
}
.i-about-left img{
    cursor: pointer;
    transition: all 0.5s;
    overflow: hidden;
}
.i-about-left img:hover{
    transform: scale(1.1);
    overflow: hidden;
}
.i-about-right{
    float: right;
    width: 45%;
    padding-top: 6rem;
    padding-right: 3%;
}
.index-item-about .i-about-right h2{
    color: #1A1A1A;
}
.index-item-about .i-about-right h3{
    color: rgba(13, 13, 13, 0.9);
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.index-item-about .i-about-right .about-en{
    color: rgba(32, 32, 32, 0.2);
}
.index-item-about .i-about-right p.content{
    font-weight: 300;
    font-size: 1.1rem;
    color: rgba(26, 26, 26, 0.8);
    line-height: 1.6rem;
}
.i-about-list{
    position: absolute;
    width: 680px;
    overflow: hidden;
    right: 12rem;
    bottom: 13rem;
    background-color: rgba(246, 247, 249);
    padding: 10px 0px;
}
.i-about-list .a-list-item{
    float: left;
    width: 25%;
    height: 140px;
    border-left: 1px solid #eee;
    margin-left: -1px;
    text-align: center;
}
.i-about-list .a-list-item .item-number{
    color: rgba(0, 165, 35);
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1rem;
    position: relative;
}
.i-about-list .a-list-item .item-number span.num-symbol{
    position: absolute;
    font-size: 1.8rem;
    right: 1.2rem;
    top: -0.2rem;
}
.i-about-list .a-list-item .item-number span.num-two{
    right: 2.1rem;
}
.i-about-list .a-list-item .item-number span.i-number-text{
    font-size: 0.9rem;
    background-color: rgba(0, 165, 35);
    color: rgba(246, 247, 249);
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 50%;
    top: 0.7rem;
    right: 1.1rem;
}
.i-about-list .a-list-item .item-info{
    color: rgba(32, 32, 32, 0.4);
    font-size: 0.8rem;
}
.i-about-more{
    position: absolute;
    overflow: hidden;
    right: 36rem;
    bottom: 7rem;
    background-color: rgba(246, 247, 249);
    padding: 6px 8px;
    border: 1px solid #0A9D11;
    font-size: 0.8rem;
}
.i-about-more:hover{
    background-color: rgb(119, 182, 143);
}
.i-about-more a{
    color: rgba(0, 165, 35);
}
.i-about-more a:hover{
    color: rgb(244, 245, 244);
}
.navbar-light .navbar-text{
    color: rgba(255, 255, 255);
}
a.head-logo{
    margin-right: 300px;
}
.i-about-md{
    display: none;
}
.index-item-wisdom{
    max-width: 1550px;
    margin: 0 auto;
    padding-top: 150px;
    position: relative;
}
.smarty-bg{
    position: absolute;
    left: 16.5rem;
    top: 1rem;
    z-index: 888;
}
.i-w-img{
    position: absolute;
    right: -3rem;
    top: 6rem;
    width: 870px;
    z-index: 999;
}
.i-w-top h2{
    color: #1A1A1A;
}
.i-w-top .wisdom-en{
    color: rgba(32, 32, 32, 0.2);
}
.w-b-top h3{
    font-weight: 300;
    color: rgba(32, 32, 32, 0.9);
    font-size: 1.6rem;
    line-height: 2rem;
}
.i-w-bot{
    width: 100%;
    background-color: rgba(241, 243, 246, 0.9);
    padding: 80px 60px;
    margin-top: 60px;
}
.w-bot-left{
    width: 500px;
    margin-left: 40px;
}
.w-b-mid{
    font-weight: 300;
    font-size: 1.1rem;
    color: rgba(26, 26, 26, 0.8);
    line-height: 1.6rem;
    margin-top: 3rem;
}
.w-bot-left .w-b-bot{
    position: relative;
    height: 8rem;
}
.w-bot-left .w-b-bot .i-wisdom-more{
    position: absolute;
    left: 0rem;
    top: 5rem;
    background-color: rgba(246, 247, 249);
    padding: 6px 8px;
    border: 1px solid #0A9D11;
    font-size: 0.8rem;
    color: #0A9D11;
}
.w-bot-left .w-b-bot .i-wisdom-more:hover{
    background-color: rgb(119, 182, 143);
}
.w-bot-left .w-b-bot .i-wisdom-more a{
    color: #0A9D11;
}
.w-bot-left .w-b-bot .i-wisdom-more a:hover{
    color: rgb(244, 245, 244);
}
.index-item-news{
    max-width: 1550px;
    margin: 0 auto;
    margin-top: 110px;
}
.index-item-news .i-n-top{
    text-align: center;
    margin-bottom: 3.8rem;
}
.index-item-news .i-n-top h2{
    color: #1A1A1A;
}
.index-item-news .i-n-top .news-en{
    color: rgba(32, 32, 32, 0.2);
}
.index-item-news .i-n-list{
    overflow: hidden;
    margin-top: 80px;
    margin-left: -3.33%;
}
.index-item-news .i-n-list .n-list-item{
    width: 30%;
    float: left;
    text-align: left;
    margin-left: 3.33%;
    background-color: rgba(241, 243, 246);
}
.index-item-news .i-n-list .n-list-item p img{
    width: 100%;
}
.index-item-news .i-n-list .n-list-item h3{
    font-size: 1.4rem;
    margin-top: 1.8rem;
    padding: 0rem 2.2rem;
}
.index-item-news .i-n-list .n-list-item h3 a{
    color: #212529;
}
.index-item-news .i-n-list .n-list-item p.n-item-info{
    padding: 0rem 2.2rem;
    font-size: 0.8rem;
    font-weight: 200;
    margin-bottom: 0rem;
    height: 40px;
}
.index-item-news .i-n-list .n-list-item p.n-item-info a{
    color: rgba(32, 32, 32, 0.8);
    font-size: 1rem;
    font-weight: 200;
    height: 1.5rem;
    line-height: 1.5rem;
}
.index-item-news .i-n-list .n-list-item p.n-item-info a:hover{
    color: rgba(32, 32, 32, 1);
    font-weight: 400;
}
.index-item-news .i-n-list .n-list-item p.n-item-more{
    padding: 0rem 2.2rem;
    font-size: 0.8rem;
    font-weight: 200;
    margin-top: 2.6rem;
    margin-bottom: 1.8rem;
}
.n-list-item p.n-item-more a{
    color: rgba(32, 32, 32, 0.6);
}
.n-list-item p.n-item-more a:hover{
    color: rgba(32, 32, 32, 0.8);
    font-weight: 400;
}
.index-line{
    max-width: 1550px;
    margin: 0 auto;
    margin-top: 4rem;
}
.footer{
    max-width: 1550px;
    margin: 0 auto;
}
.divider-add{
    border-top: 2px solid #e9ecef;
}
.footer{
    padding-top: 2.6rem;
    padding-bottom: 1.6rem;
    overflow: hidden;
}
.footer a{
    color: rgba(32, 32, 32, 0.8);
}
.footer-left{
    width: 900px;
    border-right: 2px solid #e9ecef;
    float: left;
}
.footer-right{
    width: 648px;
    float: right;
}
.footer-left .f-list{
    overflow: hidden;}
.footer-left .f-list .f-l-item{
    width: 20%;
    float: left;
}
.footer-left .f-list .f-l-item h4{
    margin-bottom: 1.2rem;
}
.footer-left .f-list .f-l-item h4 a{
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(32, 32, 32, 1);
}
.footer-left .f-list .f-l-item p{
    margin-bottom: 0.6rem;
}
.footer-left .f-list .f-l-item p a{
    font-size: 1.0rem;
    font-weight: 100;
}
.footer-left .f-list .f-l-item p a:hover{
    font-weight: 400;
    color: rgba(32, 32, 32);
}
.footer-icp{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
    text-align: center;
}
.footer-icp,.footer-icp a,.footer-right,.footer-right a{
    color: rgba(32, 32, 32, 0.8);
    font-size: 0.8rem;
    font-weight: 100;
}
.footer-icp .icp-info{
    margin-top: 1.2rem;
}
.footer-right{
    padding-top: 0.6rem;
    padding-left: 3rem;
}
.footer-right .f-r-left{
    width: 400px;
    float: left;
}
.footer-right .f-r-left .f-r-bot{
    margin-top: 1.6rem;
}
.footer-right .f-r-left p{
    margin-bottom: 0.2rem;
}
.footer-right .f-r-right p{
    margin-bottom: 0.2rem;
}
.footer-right .f-r-right{
    width: 190px;
    float: right;
    text-align: center;
}
.footer-right .f-r-left h4{
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(32, 32, 32, 1);
}
.footer-tel{
    color: #0A9D11;
    font-weight: 400;
    font-size: 1rem;
    padding-top: 0.6rem;
}
@media (max-width: 768px) {
    a.head-logo{
        margin-right: 10px;
    }
    #navbarSupportedContent{
        background-color: rgb(55, 68, 106);
        z-index: 999;
    }
    .navbar-light .navbar-text{
        display: none;
    }
    .navbar-light .navbar-toggler{
        color: rgb(255, 255, 255);
    }
    .navbar{
        padding: 0 0;
        background-color: rgb(2, 40, 111);
    }
    .navbar-toggler{
        padding: 0.2rem 0.3rem;
        font-size: 1rem;
        margin-right: 1.2rem;
        background-color: #285586 !important;
    }
    .index-item-about{
        display: none;
    }
    .i-about-md{
        display: block;
        padding: 0rem 0rem;
    }
    .i-about-md .i-about-right{
        float: none;
        padding-top: 1.6rem;
        padding-right: 0rem;
        width: 94%;
        margin: 0 auto;
        font-size: 14px;
        padding-bottom: 0.4rem;
    }
    .i-about-md .i-about-right h2{
        font-size: 18px;
    }
    .i-about-md .i-about-right h3{
        font-size: 16px;
        margin-top: 0.8rem;
        margin-bottom: 0.6rem;
    }
    .index-item-wisdom{
        display: none;
    }
    .index-item-news{
        display: none;
    }
    .index-line,.footer-left,.footer-right{
        display: none;
    }
}

.about-title{
    width: 1550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.about-title p{
    color: rgb(197, 197, 197);
    margin-bottom: 0.2rem;
    font-size: 1rem;
}
.about-menu{
    background-color: rgb(247, 248, 250);
}
.about-menu-box{
    width: 1550px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 300px;
    padding-right: 300px;
}
.about-menu-box a{
    display: block;
    color: rgb(122, 122, 122);
    width: 20%;
    float: left;
    height: 6rem;
    line-height: 6rem;
    font-weight: 400;
    text-align: center;
}
.about-menu-box a.active,.about-menu-box a:hover{
    color: rgb(235, 236, 238);
    background-color: rgb(0, 157, 36);
}
.img-box{
    width: 1550px;
    margin: 0 auto;
}
.images-box img{
    width: 100%;
}
.about-number-list{
    width: 1550px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 3rem;
}
.about-number-list .a-n-item{
    width: 20%;
    float: left;
    border-left: 1px solid #eee;
    margin-left: -1px;
}
.about-number-list .a-n-item{
    margin-bottom: 0.2rem;
}
.about-number-list .a-n-item p.a-n-i-number{
    color: rgba(0, 165, 35);
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1rem;
    position: relative;
}
.about-number-list .a-n-item p.a-n-i-title{
    color: rgba(32, 32, 32, 0.4);
    font-size: 0.8rem;
}
.a-n-i-number .n-i-n-two{
    position: absolute;
    font-size: 1.8rem;
    right: 6.6rem;
    top: -0.2rem;
}
.a-n-i-number .n-i-n-three{
    position: absolute;
    font-size: 1.8rem;
    right: 5.6rem;
    top: -0.2rem;
}
.a-n-i-number .n-i-n-five{
    position: absolute;
    font-size: 1.8rem;
    right: 3.6rem;
    top: -0.2rem;
}
.a-n-i-number .n-i-n-text{
    position: absolute;
    font-size: 0.9rem;
    background-color: rgba(0, 165, 35);
    color: rgba(246, 247, 249);
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 50%;
    top: 0.7rem;
    right: 5.6rem;
}

.about-table-box{
    width: 1550px;
    margin: 0 auto;
    text-align: center;
    padding-top: 3rem;
    background-color: rgba(247, 248, 250);
    padding-bottom: 3rem;
}
.about-small-title{
    margin-bottom: 3rem;
}
.about-small-title h3{
    margin-top: 3rem;
}
.about-small-title p{
    color: rgba(184, 184, 184, 0.7);
    margin-bottom: 0.2rem;
    font-size: 1rem;
}
.about-table-box .t-b-title{
    width: 26%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 1rem;
    padding: 0px 40px;
}
.about-table-box .t-b-title p{
    width: 50%;
    height: 2.6rem;
    line-height: 2.6rem;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 0px;
}
.about-table-box .t-b-title p a{
    display: block;
    color: rgb(112, 112, 112);
    width: 100%;
}
.about-table-box .t-b-title p a.active{
    border-radius: 3rem;
    background-color: rgba(0, 165, 35);
    color: rgba(255, 255, 255, 0.9);
}
.about-table-box .t-b-text{
    width: 1100px;
    margin: 70px auto;
    overflow: hidden;
}
.about-table-box .t-b-text .t-b-t-content .t-content-left{
    width: 480px;
    float: left;
}
.about-table-box .t-b-text .t-b-t-content .t-content-left img{
    max-width: 100%;
}
.about-table-box .t-b-t-content .t-content-right{
    width: 580px;
    float: left;
    margin-left: 40px;
    text-align: left;
}
.about-table-box .t-b-t-content .t-content-right p.c-r-p-title{
    font-size: 1.5rem;
}
.about-table-box .t-b-t-content .t-content-right div.c-r-div-text{
    font-size: 1.0rem;
    font-weight: 100;
    color: rgb(89, 89, 89);
}
.t-b-text{
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.about-img-bot{
    margin-top: 5rem;
}

.new-null-box{
    width: 1550px;
    margin: 0 auto;
    height: 5rem;
}

.new-list-box{
    width: 1550px;
    margin: 0 auto;
}
.new-list-box .new-list-item{
    overflow: hidden;
}
.new-list-box .new-list-item:hover{
    background-color: rgba(241, 243, 246);
}
.new-list-box .new-list-item .l-item-left{
    float: left;
    height: 237px;
}
.new-list-box a.new-i-l{
    padding-left: 8rem;
    background-color: rgb(238, 238, 238);
}
.new-list-box a.new-i-l:hover{
    background: url('./../images/list-bg.png') no-repeat;
    background-color: rgba(241, 243, 246);
}
.new-list-box .new-list-item .l-item-right{
    float: right;
    height: 237px;
}
.l-item-left .ele-left{
    float: left;
    height: 237px;
    padding-top: 5.2rem;
    padding-right: 2rem;
}
.l-item-left .ele-right{
    float: left;
    height: 237px;
    padding-top: 5.2rem;
}
.ele-left p{
    width: 100px;
    margin-bottom: 0.2rem;
}
.ele-month{
    color: rgba(0, 165, 35);
    font-size: 2rem;
    text-align: right;
}
.ele-year{
    font-size: 0.8rem;
    text-align: right;
    padding-right: 0.3rem;
    color: rgb(112, 112, 112);
}
.ele-big-title{
    font-size: 2rem;
}
.ele-right p{
    margin-bottom: 0.2rem;
}
.ele-small-info{
    font-size: 0.8rem;
    color: rgb(112, 112, 112);
}
a.new-i-l{
    display: block;
    color: #212529;
}
.list-img-box{
    width: 1550px;
    margin: 0 auto;
}
.list-img-box .img-item{
    width: 730px;
    float: left;
    margin-left: 45px;
    margin-bottom: 3rem;
    background-color: rgba(241, 243, 246);
}
.list-img-box .img-item .i-t-left{
    float: left;
    width: 353px;
}
.list-img-box .img-item .i-t-right{
    float: left;
    width: 330px;
    padding-top: 5rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}
.img-item .i-t-right .right-text-title-big{
    font-size: 1.4rem;
    color: rgb(53, 53, 53);
}
.img-item .i-t-right .right-text-title-small{
    font-size: 0.8rem;
    color: rgb(112, 112, 112,0.8);
}
.btn-box{
    width: 1550px;
    margin: 0 auto;
    text-align: center;
}
.btn-box a{
    display: block;
    width: 5rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 auto;
    background-color: #0A9D11;
    color: rgba(255, 255, 255);
    font-size: 0.9rem;
    font-weight: 200;
    border-radius: 5px;
}

.svg-tel{
    margin-right: 8px;
}
.lanruoss1{
    color: #0A9D11;
}
.lanruoss2{
    color: #8C8C8C;
}
.lanruoss3{
    color: #1A1A1A;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.header .navbar{
    position: unset;
}
.nav{ 
    /* height:34px; line-height:34px;  */
    /* background:#39A4DC; */
    position:relative; z-index:1;  
}
.nav a{ 
    /* color:#fff;   */
}
.nav .nLi{ 
    float:left;  
    position:relative; 
    display:inline;
}
.nav .nLi h3{ float:left;  font-weight: 100; margin-bottom: 0px;}
.nav .nLi h3 a{ 
    display:block;

    /* font-size:14px; 
    font-weight:bold;   */
}
.nav .sub{
    display:none; left:0; top: 38px;  position:absolute; background:#285586;  line-height: 1.5rem; padding:5px 0;
}
.nav .sub li{ zoom:1; 
    text-decoration:none;
    list-style:none;
}
.nav .sub a{ 
    display:block; padding: 0.25rem 1.5rem; font-size: 1rem;
    width: auto;
}
.nav .sub a:hover{ 
    background:#f8f9fa; 
    /* color:#16181b; */
    color: rgb(64, 202, 59, 0.8);
}
.nav .on h3 a.nav-link{ 
    /* background:#4E4E4E;  */
    font-weight: 500;
    color:#fff;
}
.head-logo img{
    max-width: 155px;
}
.smarty-bg img{
    max-width: 470px;
}
.n-list-item p.n-item-img{
    position: relative;
}
.n-list-item p.n-item-img span{
    position: absolute;
    width: 108;
    height: 130px;
    background-image: url('../images/date-bg.png');
    background-size: 108px auto;
    background-repeat: no-repeat;
    left: 1.4rem;
    top: 1rem;
}
.n-list-item p.n-item-img span font{
    width: 108px;
    display: inline-block;
    text-align: center;
    color: #f8f9fa;
}
.n-list-item p.n-item-img span .f-day{
    font-size: 2.6rem;
    font-weight: 400;
    padding-top: 1.2rem;
}
.n-list-item p.n-item-img span .f-y-m{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: -0.6rem;
}
.content-block{
    width: 1550px;
    margin: 0px auto;
}
.content-box{
    margin-top: 3rem;
    line-height: 2.6rem;
    font-size: 1.1rem;
    color: #666;
}
.content-box img{
    max-width: 100%;
}