@import url(../css/root.css);

/* header */
html:not(.sticky-header-active) #header:not(:hover) .header-body {
    border-bottom: 1px solid #eee !important;;
}
/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    padding: 10px;
    background-color: #037d42;
    border-radius: 10px;
}
#site_config .site .home {
    float: left;
    line-height: 50px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home img {
    vertical-align: middle;
}
#site_config .site .home.act  {
    color: #666;
}
#site_config .site .home.act .site_toggle {
    color: #111;
    background-color: #fff;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
}
#site_config .site .home.home2::before,
#site_config .site .home.home3::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    height: 70%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
    filter: brightness(0);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 25px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    padding: 15px 25px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #037d42;
}
#site_config .site .home > ul li a:hover{
    background-color: #037d42;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config {
        border-radius: 5px;
        padding: 5px;
    }
    #site_config .container {
        padding: 0px;
    }
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 220px;
    }
}
@media (max-width:767px) {
    #site_config .site {
        display: flex;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 13px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2 {
        width: auto;
        min-width: 120px;
    }
    #site_config .site .home.home3 {
        width: auto;
        min-width: 150px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 35px 0 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 13px;
        padding: 10px;
    }
}


/* sub1_1 */
#sub1_1 .sec1 .bgCon {
    /* background: url(../img/bgCon1_1.jpg) center center no-repeat; */
    background: url(../img/bgCon1_2.jpg) center top no-repeat;
    background-size: cover;
    height: 480px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#sub1_1 .sec1 .bgCon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
#sub1_1 .sec1 .bgCon .dft {
    position: relative;
    z-index: 5;
}
#sub1_1 .sec1 .bgCon .f_sr {
    line-height: 1.7em !important;
}
@media (max-width:767px) {
    #sub1_1 .sec1 .bgCon {
        height: 330px;
    }
}
/* sub1_1 */
#sub1_1 .sec2 .topTxt .tt {
    display: inline-block;
    background-color: #005f31;
    line-height: 1em;
    width: 100%;
    padding: 15px;
    max-width: 300px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

/* iconSet */
.iconSet .arrBg {
    position: relative;
    z-index: 0;
}
.iconSet .setList {
    position: relative;
    z-index: 5;
    margin-top: -3%;
}
.iconSet .setList > div {
    padding: 15px;
}
.iconSet .setList .item {
    padding: 40px 15px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width:767px) {
    .iconSet .setList > div {
        padding: 5px;
    }
}
@media (max-width:500px) {
    .iconSet .setList > div {
        width: 100%;
    }
    .iconSet .setList .item {
        flex-direction: row;
        text-align: left;
        align-items: center;
        padding: 30px;
        border-radius: 10px;
    }
    .iconSet .setList .item .icon {
        width: 60px;
        order: 2;
    }
    .iconSet .setList .item .tcon {
        width: calc(100% - 60px);
        padding-right: 25px;
        order: 1;
    }
}
/* sec3 */
#sub1_1 .sec3 {
    background:url(../img/sec1_1_3_bg.jpg) center center no-repeat;
    background-size: cover;
}

/* history1 */
#history1 {
    z-index: -1;
}
/* historyTopBar */
.historyTopBar {
    text-align: center;
    padding: 20px;
    z-index: 20;
}
.historyTopBar .barBox {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 30px;
    background-color: rgba(111, 180, 38, 0.9);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(80, 34, 122, 0.1);
    backdrop-filter: blur(5px);
}
.historyTopBar .barBox .barItem a {
    display: block;
    color: #fff;
    text-decoration: none;
}
/* hisCons */
#hisCons {
    border-top: 1px solid #ddd;
    position: relative;
}
#hisCons .hisLined {
    position: absolute;
    left: 30%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #70b426;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#hisCons.active .hisLined {
    position: fixed;
}
#hisCons .hisLined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #70b426;
    border-radius: 50%;
    background-color: #fff;
    transform: translate3d(-50%, 50%, 0);
}
#hisCons .hisCon {
    display: flex;
    border-bottom: 1px solid #ddd;
}
#hisCons .hisCon .lft {
    width: 30%;
    position: relative;
    padding: 30px 70px;
    padding-left: 10vw;
}
#hisCons .hisCon .lft .prYitem {
    position: sticky;
    top: 0;
    padding: 100px 0px;
}
#hisCons .hisCon .rt {
    width: 70%;
    padding: 140px 50px;
    border-left: 1px solid #ddd;
}
#hisCons .hisCon .yCon + .yCon {
    margin-top: 100px;
}
#hisCons .hisCon .yCon .yItem {
    position: relative;
}
#hisCons .hisCon .yCon .yItem:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #70b426;
    transform: translate3d(-50%, -50%, 0);
}
#hisCons .hisCon .yCon .dItem {
    font-weight: 600;
    display: flex;
    padding-left: 14px;
    position: relative;
}
#hisCons .hisCon .yCon .dItem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    transform: translateY(-60%);
}
#hisCons .hisCon .yCon .dItem .date {
    width: 80px;
}
#hisCons .hisCon .yCon .dItem .con {
    width: calc(100% - 80px);
}
#hisCons .hisCon .yCon .dItem:not(:first-child) {
    margin-top: 20px;
}
#hisCons .hisCon .yCon .imgs {
    width: 1000px;
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}
#hisCons .hisCon .yCon .imgs > div {
    padding: 0 5px;
}
#hisCons .hisCon .yCon .imgs img {
    border-radius: 20px;
    border: 1px solid #eee;
}
@media (min-width:768px){
    #hisCons .hisCon .lft .prYitem {

    }
}
@media (max-width:992px){
    #hisCons .hisCon .lft {
        padding: 40px 30px;
    }
    #hisCons .hisCon .lft .prYitem {
        padding: 40px 0px;
    }
    #hisCons .hisCon .rt {
        padding: 80px 30px;
    }
    #hisCons .hisCon .yCon .yItem:after {
        left: -30px;
    }
    #hisCons .hisCon .yCon .dItem .date {
        width: 60px;
    }
    #hisCons .hisCon .yCon .dItem .con {
        width: calc(100% - 60px);
    }
}
@media (max-width:768px){
    #hisCons .hisCon .lft {
        padding: 30px 20px;
    }
    #hisCons .hisCon .lft .prYitem {
        padding: 30px 0px;
    }
    #hisCons .hisCon .rt {
        padding: 60px 20px;
    }
    #hisCons .hisCon .yCon .yItem:after {
        left: -20px;
    }
    #hisCons .hisCon .yCon .dItem:after {
        top: 14px;
    }
}
@media (max-width:768px){
    #hisCons .hisCon .lft .prYitem {
        font-size: calc(100vw * (30 / 500));
    }
}


/* orgBox */
.orgBox {
    border: 1px solid #ddd;
    padding: 40px;
}
.orgBox .orgTop {
    position: relative;
    margin-bottom: 30px;
}
.orgBox .orgTop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 30px;
    border-right: 1px solid #777;
}
.orgBox .orgTop .orgTopLogo {
    max-width: 330px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    padding: 35px 20px;
    margin: 0 auto;
}
.orgBox .orgTop .tt {
    padding: 20px 40px;
    min-width: 280px;
    text-align: center;
    background-color: #005f31;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 2px 2px 15px rgba(0, 81, 70, 0.05);
}
.orgBox .orgBt .dept1,
.orgBox .orgBt .dept2 {
    position: relative;
}
.orgBox .orgBt .dept1 > .tt {
    padding: 15px;
    background-color: #e7f0eb;
    color: #55685e;
    border: 1px solid #b4c7bd;
    border-radius: 10px;
    position: relative;
    z-index: 5;
}
.orgBox .orgBt .dept1.colored2 > .tt {
    background-color: #e7f2dc;
    color: #6d7a61;
    border: 1px solid #b7c2ad;
}
.orgBox .orgBt .dept1.colored3 > .tt {
    background-color: #f1f2dc;
    color: #6f705c;
    border: 1px solid #d4d5ba;
}
.orgBox .orgBt .dept2 > .tt {
    padding: 10px;  
    background-color: #0a7a6b;
    color: #fff;
}
.orgBox .orgBt .dept1 .tItem {
    padding: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 10px 10px 0 0;
    margin-top: -10px;
    padding-top: 27px;
}
.orgBox .orgBt .dept2 {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}
.orgBox .orgBt .dept2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0%;
    height: 100%;
    border-right: 1px solid #777;
}
.orgBox .orgBt .dept2:last-child:after {
    height: calc(50% + 15px);
}
.orgBox .orgBt .dept2::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% + 15px);
    width: 20px;
    height: 0;
    border-bottom: 1px solid #777;
}
@media (min-width:768px){
    .orgBox .orgBt {
        display: flex;
    }
    .orgBox .orgBt .dept1 {
        flex-basis: 33.33333%;
        padding: 0 15px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        height: 0;
        border-top: 1px solid #777;
    }
    .orgBox .orgBt .dept1:first-child::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 1px solid #777;
    }
    .orgBox .orgBt .dept1:last-child::before {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 1px solid #777;
    }
    .orgBox .orgBt .dept1:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        height: 30px;
        border-right: 1px solid #777;
    }
}
@media (max-width:768px){
    .orgBox .orgTop .tt {
            display: block;
        transform: translateY(10px);
        position: relative;
        z-index: 10;
    }
    .orgBox .orgTop::after {
        left: 10px;
    }
    .orgBox .orgBt .dept1 {
        padding-left: 20px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0%;
        height: 100%;
        border-right: 1px solid #777;
    }
    .orgBox .orgBt .dept1:last-child:after {
        height: 55px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 54px;
        width: 10px;
        height: 0;
        border-bottom: 1px solid #777;
    }
}

/* bsWrp */
.bsWrp .content img {
    border-radius: 10px;
}
@media (min-width:991px){
    .bsWrp {
        display: flex;
    }
    .bsWrp .stit {
        width: 340px;
    }
    .bsWrp .content {
        width: calc(100% - 340px);
        padding-left: 40px;
    }
}
@media (max-width:991px){
    .bsWrp .stit {
        margin-bottom: 15px;
    }
}
/* sub1_3 */
#sub1_3 .sign {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* dotTit */
.dotTit {
    position: relative;
    display: inline-block;
}
.dotTit:after {
    content: "";
    position: absolute;
    right: -8px;
    top: -4px;
    width: 7px;
    height: 7px;
    background-color: #70b426;
    border-radius: 50%;
}

/* nBox */
.nBox {
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.nBox .tcon {
    width: calc(100% - 180px);
    padding-right: 30px;
}
.nBox .icon {
    width: 180px;
}
.nBox .nTit {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nBox .nTit .nn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6fb425;
    color: #fff;
    font-weight: 700;
}
@media (max-width:992px){
    .nBox {
        padding: 40px;
        border-radius: 10px;
    }
    .nBox .tcon {
        width: calc(100% - 100px);
    }
    .nBox .icon {
        width: 100px;
    }
}
@media (max-width:500px){
    .nBox {
        padding: 40px 20px;
        border-radius: 5px;
        display: block;
    }
    .nBox .tcon {
        width: 100%;
        padding-right: 0px;
    }
    .nBox .icon {
        width: 100%;
        text-align: center;
        background-color: #f7f7f7;
        margin-top: 10px;
    }
    .nBox .icon img {
        width: 80px;
    }
    .nBox .nTit {
        gap: 10px;
    }
    .nBox .nTit .nn {
        width: 30px;
        height: 30px;
    }
}

/* sub5_1 */
#sub5_1 .sec1 .stit .f_sr {
    color: #444;
}
/* txtContent */
.txtContent {
    background-color: #467a4c;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.txtContent .txt > .dft {
    color: rgba(195, 239, 200, 0.7);
    margin-left: 10%;
}
@media (min-width:768px){
    .txtContent .txt {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: linear-gradient(to right, transparent, #467a4c 20%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
        z-index: 3;
    }
}
@media (max-width:768px){
    .txtContent {
        border-radius: 10px;
    }
    .txtContent .txt {
        padding: 30px;
    }
    .txtContent .txt > .dft {
        margin-left: 0%;
    }
}

/* howItem */
.howItem {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
}
.howItem .tcon {
    width: calc(100% - 175px);
    padding-right: 30px;
}
.howItem .icon {
    width: 175px;
}
@media (max-width:768px){
    .howItem {
        border-radius: 5px;
        padding: 30px 20px;
    }
    .howItem .tcon {
        width: calc(100% - 75px);
        padding-right: 20px;
    }
    .howItem .icon {
        width: 75px;
    }
}

/* imgBorder */
.imgBorder img {
    border-radius: 10px;
}
@media (max-width:768px){
    .imgBorder img {
        border-radius: 5px;
    }
}

/* subTitleDot */
.subTitleDot {
    padding-left: 25px;
    position: relative;
}
.subTitleDot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid var(--main-color);
    transform: translateY(-60%);
}
@media (max-width:768px) {
    .subTitleDot {
        padding-left: 25px;
    }
    .subTitleDot .dot {
        width: 17px;
        height: 17px;
        border-width: 4px;
    }
}

/* processItem */
.processItem {
    padding: 15px;
    border: 1px dashed var(--main-color);
    border-radius: 10px;
}
.processItem .tt .dft {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}
.processItem .bt .img {
    margin-top: 5px;
}
.processItem.processItem2 {
    border-color: #248624;
}
.processItem.processItem2 .tt .dft {
    background-color: #248624;
}
.processItem.processItem3 {
    border-color: #037d42;
}
.processItem.processItem3 .tt .dft {
    background-color: #037d42;
}

/* sub1_5 */
#sub1_5 .content {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
#sub1_5 .indent-1 {
    margin-left: 15px;
}
#sub1_5 .indent-2 {
    margin-left: 30px;
}

/* sub1_3 */
#sub1_3 .innerCon .imgrolls {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}
#sub1_3 .innerCon .imgrolls,
#sub1_3 .innerCon .container {
    position: relative;
    z-index: 10;
}
#sub1_3 .innerCon .imgrolls .slick-slide {
    padding: 0 8px;
}
#sub1_3 .innerCon .imgrolls .slick-slide img {
    border-radius: 10px;
}
@media (min-width:992px){
    #sub1_3 {
        background: url(../img/sub1_3.png) right 20% no-repeat;
    }
}