html,
body,
#app {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background: #FAFAFA;
}

ul,li,p,a,h1,h2,h3,h4,h5,span,div,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none !important;
    color: #444444;
}

a:hover{
    color: #5bb162;
    text-decoration: none !important;
}

#header{
    width: 100%;
    box-sizing: border-box;
}

#footer{
    width: 100%;
    box-sizing: border-box;
}

.footer-top-box{
    width: 100%;
    box-sizing: border-box;
    background: #f3f3f3;
    padding: 3rem 0;
}

.footer-top-box img{
    width: 128px;
}

.footer-btm-box{
    width: 100%;
    box-sizing: border-box;
    background: #EDEDED;
    padding:0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-btm-box p{
    margin-top: 4px;
    text-align: center;
}

.footer-btm-box p img{
    width: 12px;
    height: 12px;
}

.footer-btm-box p span{
    font-size: 12px;
    color: #222222;
}

.footer-top-text-box{
    max-width: 1340px;
    height: auto;
    margin: 0 auto;
}

.footer-top-text-box h5{
    font-size: 18px;
    font-weight: normal;
    color: #222222;
    line-height: 2;
    margin-top: 10px;
}

.footer-top-text-box a{
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    line-height: 2;
    display: block;
}

.footer-top-text-box a:hover{
    color: #5bb162;
}

.w100{
    width: 100%;
}

.card-header{
  background-color: #ffffff !important;
}

.card-body{
  background-color: #F4F6F8 !important;
    padding: 1.25rem 2.5rem;
}

.btn-link {
    font-weight: 400;
    color: #444444;
    text-decoration: none !important;
}

.btn-link a,.card-body a{
    color: #444444 !important;
}

.card-body a:hover{
    color: #5bb162 !important;
}

.btn-link:hover {
    color: #5bb162;
    text-decoration: none !important;
}

.card-sub-menu-one{
    width: 100%;
    box-sizing:border-box;
}

.card-sub-menu-one a{
    display: inline-block;
    line-height: 2.2;
}

.card-sub-menu-two{
    width: 100%;
    box-sizing:border-box;
}

.card-sub-menu-two h3{
    font-size: 1.1rem;
    color: #444444;
    line-height: 2;
}

.card-sub-menu-two a{
    display: block;
    line-height: 2.2;
}

.mobile-header-flex{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mobile-header-box{
    width: 100%;
    height: 60px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.header-mobile-right-box{
    width: 40px;
    box-sizing: border-box;
}

.header-mobile-right-box img{
    width: 38px;
    height: 38px;
}

.header-logo-mobile{
    width: 278px;
    height: auto;
}

.header{
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 99;
}

.pc-header-box{
    height: 80px;
    max-width: 1440px;
    box-sizing: border-box;
    background:rgba(255,255,255,.75);
    border-radius: 12px;
    margin:15px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.pc-header-bg{
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.header-logo-img{
    width: 340px;
    height: auto;
}

.main-menu-text{
    display: block;
    box-sizing: border-box;
    padding:0 15px;

}


.main-menu-active a h2{
    font-size: 16px;
    font-weight: bold;
    color: #5bb162;
    height: 76px;
    line-height: 76px;
    border-bottom:3px solid #5bb162;
}

.header-menu-box li:hover .main-menu-text h2{
    font-size: 16px;
    font-weight: bold;
    color: #5bb162;
    height: 76px;
    line-height: 76px;
    border-bottom:3px solid #5bb162;
}

.main-menu-text h2{
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    height: 76px;
    line-height: 76px;
}

.header-menu-box li:hover .sub-menu-box-one{
    display: block;
}

.sub-menu-box-one{
    width: 150px;
    box-sizing: border-box;
    position: absolute;
    left: -36px;
    top: 76px;
    display: none;
    border-radius: 0 0 6px 6px;
    background: #ffffff;
    padding-top: 15px;
}

.sub-menu-box-one a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #444444;
    display: block;
}

.sub-menu-box-one a:hover{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #5bb162;
    display: block;
}

.sub-menu-box-two{
    width: 800px;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    left: -400px;
    top: 76px;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0 0 6px 6px;
    padding-top: 15px;
}

.header-menu-box li:hover .sub-menu-box-two{
    display: flex;
}

.sub-menu-box-two-list{
    width: 200px;
    box-sizing: border-box;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub-menu-box-two-list h3{
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
}

.sub-menu-box-two-list a{
    font-size: 15px;
    color: #444444;
    display: block;
    text-align: left;
    line-height: 1.8;
}

.sub-menu-box-two-list a:hover{
    font-size: 15px;
    color: #5bb162;
    display: block;
    text-align: left;
    line-height: 1.8;
}


.header-menu-box{
    box-sizing:border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header-menu-box li{
    position: relative;
}

.top-banner-box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.top-banner-box img{
    width: 100%;
    height: auto;
}

.index-content{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0 0 0;
    background: #FAFAFA;
}


.index-title-flex{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-title-box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.index-title-box span{
    display: block;
    font-size: 18px;
    color: #aaaaaa;
}

.index-title-box h1{
    font-size: 30px;
    color: #222222;
    line-height: 2;
}

.index-title-box .line{
    width: 96px;
    height: 2px;
    background: #5bb162;
}

.index-centent-img-box{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0;
}

.index-centent-img-left{
    width: 100%;
    height: 367px;
    background-image: url("../img/index-center-left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-centent-img-right{
    width: 100%;
    height: 367px;
    background-color: #56AE58;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/index-center-right.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 50%;
}

.index-centent-img-black-box{
    width: 298px;
    height: 268px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-centent-img-black-box:hover{
    width: 302px;
    height: 272px;
    border: none;
}

.index-centent-img-icon{
    width: 68px;
    height: 68px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-centent-img-icon img{
    width: 44px;
    height: 44px;
}

.index-centent-img-black-box a{
    width: 70%;
    display: block;
    font-size: 20px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: bold;
    margin: 20px;
    text-align: center;
}

.index-centent-product-box{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0;
}

.index-centent-product-flex{
    max-width: 1340px;
    height: auto;
    margin: 0 auto;
}

.index-centent-product-card{
    width: 100%;
    height: 598px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin-bottom: 2rem;
    box-sizing: border-box;
    padding: 10px;
}

.index-centent-product-card:hover{
    cursor: pointer;
    transform: translateY(-3px);
    background-image: none;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-box-shadow: 0.000000px 5.000000px 15px rgba(91, 177, 98, 0.5);
    -moz-box-shadow: 0.000000px 5.000000px 15px rgba(91, 177, 98, 0.5);
    -ms-box-shadow: 0.000000px 5.000000px 15px rgba(91, 177, 98, 0.5);
    box-shadow: 0.000000px 5.000000px 15px rgba(91, 177, 98, 0.5);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}


.index-centent-product-title{
    display: block;
    font-family: 'Noto Sans CJK';
    font-size: 28px;
    color: #5bb162;
    font-weight: bold;
    font-style: normal;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding-left:50px ;
}

.index-centent-product-title:hover{
    color: #5bb162;
}

.index-centent-product-more{
    display: block;
    font-family: 'Noto Sans CJK';
    font-size: 15px;
    color: #5bb162;
    font-style: normal;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    padding-left:50px ;
}

.index-centent-product-more:hover{
    color: #5bb162;
}

.index-centent-product-img{
    width: 100%;
    height: 400px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-centent-product-img img{
    max-height: 380px;
    width: auto;
}

.index-about-bg-box{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 3.5rem 0;
}

.index-about-text-flex{
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
}

.index-about-text-box{
    max-width: 1340px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.index-about-text-box h1{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    width: 100%;
    text-align: center;
    line-height: 2;
}

.index-about-text-box p{
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    width: 100%;
    text-align: center;
    line-height: 2;
}

.index-about-text-box a{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    margin-top: 3rem;
    background: #5bb162;
    border-radius: 4px;
}

.about-nav-bg-box{
    width: 100%;
    height: 60px;
    background: #ffffff;
    box-sizing: border-box;
}

.about-nav-box{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.about-left-nav{
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.about-left-nav img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.about-left-nav a{
    color: #5bb162;
    font-size: 14px;
    margin-right: 10px;
}

.about-left-nav span{
    color: #5bb162;
    font-size: 14px;
    margin-right: 10px;
}

.about-right-nav{
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.about-right-nav a{
    color: #5bb162;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.about-right-nav a:hover{
    color: #ffffff !important;
    background: #5bb162;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.about-right-active{
    color: #ffffff !important;
    background: #5bb162;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.about-center-content-box{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0;
}

.about-center-content{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.about-center-left{
    box-sizing: border-box;
    padding: 10px;
}

.about-center-left h1{
    font-size: 36px;
    color: #5bb162;
}

.about-center-left .line{
    width: 44px;
    height: 4px;
    background: #5bb162;
    margin-top: 2.5rem;
}

.about-center-left h2{
    font-size: 24px;
    color: #222222;
    margin-top: 2rem;
    line-height: 2;
    font-weight:normal;
}

.about-center-left p{
    font-size: 15px;
    color: #666666;
    line-height: 2;
}

.about-center-right{
    box-sizing: border-box;
    padding: 10px;
}


.about-center-right img{
    width: 100%;
    height: auto;
}

.about-btm-content-box{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0;
    background: #ffffff;
}

.about-btm-content{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
}

.about-btm-content-left-bg{
    width: 100%;
    height: 300px;
    background-image: url("../img/about-btm-left.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 10px;
}

.about-btm-content-right-bg{
    width: 100%;
    height: 300px;
    background-image: url("../img/about-btm-right.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 10px;
}

.about-btm-content-line-box{
    width: 100%;
    height: 280px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-left: 2rem;
}

.about-btm-content-line-box h1{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.about-btm-content-line-box p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
}

.about-menu-icon{
    display: inline-block;
    width: 30px;
}

.about-menu-icon img{
    width: 30px;
}

.dropdown-toggle::after {
    display: none !important; /* 隐藏默认的下拉箭头 */
}

.dropdown-menu{
    top:10px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5bb162 !important;
}

.about-two-content-bg{
    width: 100%;
    box-sizing: border-box;
    padding: 3.5rem 0;
}

.about-two-content-box{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;

}

.about-two-content{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.about-two-content h1{
    font-size: 36px;
    color: #5bb162;
}

.about-two-content .line{
    width: 44px;
    height: 4px;
    background: #5bb162;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}


.about-two-content p{
    font-size: 15px;
    color: #666666;
    line-height: 2;
}

.about-two-img-box{
    max-width: 1000px;
    height: auto;

}

.about-two-img-box img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.product-list-box{
    width: 100%;
    box-sizing: border-box;
}

.product-card-box{
    width: 100%;
    height: 340px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #5bb162;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-card-box:hover{
    box-shadow: 0.000000px 2.000000px 20px rgba(0, 0, 0, 0.1);
}

.product-card-box h5{
    font-size: 18px;
    text-align: center;
    color:#5bb162 ;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75;
}

.product-card-box span{
    font-size: 13px;
    text-align: center;
    color:#5bb162 ;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75;
}

.product-card-box img{
    max-height: 200px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-card-box a{
    font-size: 16px;
    color: #5bb162;
}

.paging {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.paging a{
    color: #444444;
    padding: .5rem .75rem !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5bb162 !important;
    border-color: #5bb162 !important;
}

.page-link:hover {
    z-index: 2;
    color: #5bb162 !important;
    text-decoration: none;
}


.anli-list-box{
    width: 100%;
    box-sizing: border-box;
}

.anli-card-box{
    width: 100%;
    height: 160px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #5bb162;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.anli-card-box:hover{
    box-shadow: 0.000000px 2.000000px 20px rgba(0, 0, 0, 0.1);
}

.anli-card-img-box{
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin-right: 15px;
}

.anli-card-img-box img{
    width: 100%;
    height: 100%;
}


.anli-card-img-box:hover img{
    width: 105%;
    height: 105%;
}

.anli-card-text-box{
    width: calc(100% - 180px);
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.anli-card-text-box h5{
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.anli-card-text-box h5:hover{
    color: #5bb162;
}

.anli-card-text-box p{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.anli-card-text-box span{
    width: 100%;
    display:inline-block;
    text-align: right;
    font-size: 15px;
}

.news-list-box{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
}



.news-list-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #EDEDED;
}

.news-list-content a{
    font-size: 15px;
    display: inline-block;
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-list-content span{
    font-size: 15px;
    color:#999999;
}

.news-detail-bg-box{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.news-detail-bg-box h5{
    font-weight: normal;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}


.news-detail-bg-box .time{
    font-size: 14px;
    color: #999999;
}

.news-detail-bg-box p{
    font-weight: normal;
    font-size: 15px;
    color: #444444;
    line-height: 2;
    margin-top: 12px;
}

.news-detail-img-box{
    max-width: 1000px;
    height: auto;

}

.news-detail-img-box img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.news-detail-more-box{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.news-detail-more-box a{
    font-size: 15px;
}

.fuwu-list-box{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 10px;
}


.fuwu-list-box h3{
    font-size: 24px;
    color: #222222;
    line-height: 2;
    margin-top: 20px;
}

.fuwu-list-box  p{
   font-size: 16px;
    color: #444444;
    line-height:2;
}


.contact-bg-box{
    width: 100%;
    box-sizing: border-box;
}

.contact-left-card{
    box-sizing: border-box;
    background:#ffffff;
    border-radius:6px;
    border: 1px solid #5bb162;
    padding: 12px;
    margin-bottom: 10px;
}

.contact-left-card:hover{
    box-shadow: 0.000000px 2.000000px 20px rgba(0, 0, 0, 0.1);
}

.contact-left-card h3{
    font-size: 24px;
    color: #222222;
    line-height: 2;
    margin-top: 10px;
}



.contact-left-card .line2{
    width: 44px;
    height: 3px;
    background: #5bb162;
    margin-top: 20px;
}


.contact-left-card p{
    font-size: 16px;
    color: #444444;
    line-height:2;
}

.contact-right-img{
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}

.contact-right-img img{
    width: 100%;
    height: auto;
}

.down-list-box{
    width: 100%;
    box-sizing: border-box;
}

.down-list-box li{
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius:6px;
    border: 1px solid #5bb162;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.down-list-box li:hover{
    box-shadow: 0.000000px 2.000000px 20px rgba(0, 0, 0, 0.1);
}

.down-list-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.down-list-left h5{
    font-size: 18px;
    color: #222222;
}

.down-list-left p{
    font-size: 16px;
    color: #444444;
    margin-left: 30px;
}


.down-list-right a{
    width: 50px;
    display: block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #999999;
    border-radius: 6px;
    text-align: center;
    color: #999999;
}

.down-list-right a:hover{
    width: 50px;
    display: block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #5bb162;
    background:#5bb162;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
}

