@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/Poppins-SemiBold.ttf);
}
html{
    scroll-behavior: smooth;
}
#translate{ display: none;}
*{ margin:0; box-sizing: border-box; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family: myFirstFont; color:#333; font-size:0.9rem; background: #FFFFFF; line-height: 24px; }
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:hover{ color: #168a3a ; }
.blue{color: #168a3a ; }
#lm_hover{ color: #168a3a; text-decoration: underline;}
.a-nouderline{ text-decoration: none;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s; vertical-align: middle;}
ul,li{ list-style:none; }
em,i{ font-style: normal;}
h1,h2,h3,h4,b,strong{ color: #14284b;font-family: myFirstFont1;}
.curs{cursor: pointer; }
.dis{ display: block;}
.undis{ display: none;}
.width-100{ width: 100%;}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:800px;margin:-180px 0 0 -400px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}

.bannerpic{ display:block !important;}
.bannermob{ display:none !important;}

img,video,canvas{}
.imgva img{vertical-align: middle;}
.mar0{ margin: 0 auto;}
.mar-t1{ margin-top: 10px;}
.mar-t15{ margin-top: 15px;}
.mar-t2{ margin-top: 20px;}
.mar-t3{ margin-top: 30px;}

.posts-info video{width:80%; margin:0 auto;}
.posts-info img{ margin:15px 0;}
.posts-info h2{ color:#168a3a; font-size:1.3rem; margin:5px 0;}
.posts-info h3{ color:#168a3a; font-size:1.1rem; margin:5px 0;}
.posts-info b{ color:#14284b}
.posts-info strong{ color:#14284b}
.posts-info a{ color:#168a3a !important; text-decoration:underline;}
.posts-info a b{ color:#168a3a !important; }
.posts-info a span{ color:#168a3a !important; }
.posts-info a:hover{ color:#109bd7 !important; }
.posts-info a:hover b{ color:#109bd7 !important; }
.posts-info a:hover span{ color:#109bd7 !important; }
.posts-info ul{ padding-left:15px; list-style:disc !important;}
.posts-info ul li{ list-style:disc !important;}

.posts-info .toc{border:1px solid #e7f2ee;border-radius:10px;padding:12px;margin:18px 0;background:#f7fbf8}
.posts-info .toc h2{margin:0 0 8px 0;font-size:1.1rem}
.posts-info .toc ol{margin:0;padding-left:18px} 
.posts-info .calculator{border:1px solid #e7f2ee;border-radius:12px;padding:16px;margin:16px 0;background:#ffffff;box-shadow:0 8px 24px rgba(16,36,58,.05)}
.posts-info .row{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:center;margin-bottom:10px}
.posts-info .row label{font-weight:600}


.posts-info table{
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95rem;
}

/* 表头 */
.posts-info table th{
  background: linear-gradient(135deg, rgba(55,179,74,.12), rgba(16,155,215,.12));
  color: #14284b;
  font-weight: bold;
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

/* 单元格 */
.posts-info table td{
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  line-height: 24px;
  color: #333;
}

/* 隔行变色 */
.posts-info table tr:nth-child(even) td{
  background: #f7fbf8;
}

#home .home,
#about .about,
#products .products,
#services .services,
#news .news,
#contact .contact{ color: #168a3a; }


.clear{ clear:both;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center1{ display: flex; align-items: center; }
.flex-center2{ display: flex; align-items: flex-end; }
.flex-center3{ display: flex; align-items: flex-start; }
.flex-center4{ display: flex; justify-content: center; }
.flex-center-contain { justify-content: space-between;}
.flex-end{ justify-content: flex-end;}
.flex-center1{ justify-content: center;}
.flex-center-contain-center{ justify-content:center;}
.posi-rel{position: relative;}
.posi-abs{position: absolute;}

.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding15{ padding: 15px;}
.padding20{ padding: 20px;}
.padding25{ padding: 25px;}
.padding30{ padding: 30px;}

.left{float: left;}
.right{float: right;}


input,button,select,textarea{ outline:none; font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;font-family: myFirstFont;}
button,input[type="button"], input[type="submit"], input[type="reset"]{ cursor: pointer;}



#warp{ width:100%; height:auto; position: relative;}
.container{ width: 1360px; margin: 0 auto;}

.red{ color:#e23b3b;}



::-webkit-scrollbar {
  width: 6px;
  height:5px;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: rgba(55,179,74,.55);
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #109bd7;
}


/* ==============================
   Home Choose
================================= */

.home-choose {
    margin-top: 40px;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgba(55,179,74,.08), rgba(16,155,215,.08));
    border: 1px solid #e7f2ee;
    border-radius: 30px;
    box-sizing: border-box;
}

.home-choose-title {
    text-align: center;
    margin-bottom: 34px;
}

.home-choose-title h2 {
    margin: 0;
    color: #14284b;
    font-size: 2rem;
    line-height: 1.25;
}

.home-choose-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.home-choose-item {
    background: #fff;
    border: 1px solid #e7f2ee;
    border-radius: 10px;
    padding: 30px 30px 32px;
    box-sizing: border-box;
    transition: all .35s ease;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(16,36,58,.04);
}

.home-choose-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(16,155,215,.14);
}

.home-choose-item h3 {
    margin: 0 0 24px;
    color: #168a3a;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: .6px;
}

.home-choose-img {
    width: 100%;
    margin-bottom: 26px;
}

.home-choose-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .45s ease;
}

.home-choose-item:hover .home-choose-img img {
    transform: scale(1.04);
}

.home-choose-item p {
    margin: 0;
    color: #5b6472;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: .2px;
}


/* ==============================
   Home Start Design
================================= */

.home-start-design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
    color: #fff;
    border-radius: 60px;
    margin-top: 40px;
    padding: 22px 36px 22px 42px;
    box-sizing: border-box;
    box-shadow: 0 14px 34px rgba(55,179,74,.22);
}

.home-start-design-text {
    flex: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.home-start-design-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;

    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease;
}

.home-start-design-btn span {
    display: inline-block;
    transition: all .3s ease;
}

.home-start-design-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #fff;
    color: #168a3a;
    border-radius: 50%;
    font-size: 18px;
    transition: all .3s ease;
}

.home-start-design-btn:hover span {
    color: #fff;
    transform: translateX(-4px);
}

.home-start-design-btn:hover i {
    background: #f6bd16;
    color: #14284b;
    transform: translateX(6px);
}

/* ==============================
   About Banner
================================= */

.about-banner {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 30px 30px;
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.about-banner-info {
    position: relative;
    z-index: 2;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.about-banner-info h1 {
    margin: 0 0 34px;
    color: #14284b;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-banner-info h1 strong {
    margin-left: 18px;
    font-weight: 800;
    color: #168a3a;
}

.about-banner-info b {
    margin: 0 0 34px;
    color: #14284b;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-banner-info b strong {
    margin-left: 18px;
    font-weight: 800;
    color: #168a3a;
}

.about-banner-info p {
    max-width: 620px;
    margin: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .3px;
}

.about-banner-btn {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 44px;
    height: 58px;
    padding: 0 28px 0 6px;
    background: linear-gradient(135deg, #37b34a 0%, #109bd7 82%);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
    box-shadow: 0 10px 24px rgba(55,179,74,.22);
}

.about-banner-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    background: #fff;
    color: #168a3a;
    border-radius: 50%;
    font-size: 17px;
    transition: all .3s ease;
}

.about-banner-btn span {
    letter-spacing: .4px;
}

.about-banner-btn:hover {
    background: linear-gradient(135deg, #2aa640 0%, #0a8fc9 82%);
    color: #fff;
}

.about-banner-btn:hover i {
    color: #109bd7;
    transform: translateX(5px);
}

@media (max-width: 768px) {
.container{ width: 94%;}
body{  font-size:0.9rem; }
.bannerpic{ display:none !important;}
.bannermob{ display:block !important;}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:320px;margin:-100px 0 0 -160px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}	
	
.home-choose {
        margin-top: 32px;
        padding: 32px 16px;
        border-radius: 22px;
    }

    .home-choose-title {
        margin-bottom: 24px;
    }

    .home-choose-title h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .home-choose-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-choose-item {
        padding: 24px 20px 26px;
        border-radius: 10px;
    }

    .home-choose-item h3 {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .home-choose-img {
        margin-bottom: 20px;
    }

    .home-choose-item p {
        font-size: 14px;
        line-height: 1.7;
    }	
	

 .home-start-design {
	        display: block;
	        margin-top: 28px;
	        padding: 28px 22px;
	        border-radius: 26px;
	        text-align: left;
	    }
	
	    .home-start-design-text {
	        font-size: 16px;
	        line-height: 1.65;
	        letter-spacing: .3px;
	    }
	
	    .home-start-design-btn {
	        margin-top: 22px;
	        width: 100%;
	        justify-content: space-between;
	        font-size: 15px;
	    }
	
	    .home-start-design-btn i {
	        width: 46px;
	        height: 46px;
	        font-size: 16px;
	        flex-shrink: 0;
	    }
	
.about-banner {
        min-height: 420px;
        margin-top: 0;
        background-position: center center;
        border-radius: 0;
    }

    .about-banner-info {
        min-height: 420px;
        padding: 80px 22px 56px;
    }

    .about-banner-info h1 {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 1.25;
    }

    .about-banner-info h1 strong {
        margin-left: 10px;
    }
    .about-banner-info b {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 1.25;
    }

    .about-banner-info b strong {
        margin-left: 10px;
    }
    .about-banner-info p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
    }

    .about-banner-btn {
        height: 50px;
        margin-top: 32px;
        padding: 0 22px 0 5px;
        font-size: 14px;
    }

    .about-banner-btn i {
        width: 40px;
        height: 40px;
        margin-right: 12px;
        font-size: 15px;
    }
	

}


/* ==============================
   JETO Breadcrumb
================================= */

.jeto-breadcrumb-wrap {
    padding: 18px 0 0;
    background: #fff;
}

.jeto-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.jeto-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .25s ease;
}

.jeto-breadcrumb a:hover {
    color: #168a3a;
}

.jeto-breadcrumb > i {
    color: #109bd7;
    font-size: 13px;
}

.jeto-breadcrumb span {
    color: #14284b;
    font-weight: 700;
}

.jeto-breadcrumb a i {
    color: #37b34a;
}

/* 移动端 */
@media (max-width: 768px) {
    .jeto-breadcrumb-wrap {
        padding: 14px 0 0;
    }

    .jeto-breadcrumb {
        font-size: 13px;
        gap: 7px;
    }
}