@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: #ea0b13 ; }
.blue{color: #ea0b13 ; }
#lm_hover{ color: #ea0b13; 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: #111111;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:#ea0b13; font-size:1.3rem; margin:5px 0;}
.posts-info h3{ color:#ea0b13; font-size:1.1rem; margin:5px 0;}
.posts-info b{ color:#111}
.posts-info strong{ color:#111}
.posts-info a{ color:#ea0b13 !important; text-decoration:underline;}
.posts-info a b{ color:#ea0b13 !important; }
.posts-info a span{ color:#ea0b13 !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 #e5e7eb;border-radius:10px;padding:12px;margin:18px 0;background:#fafafa}
.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 #e5e7eb;border-radius:12px;padding:16px;margin:16px 0;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.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: #fdf1f2;
  color: #ea0b13;
  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: #fafafa;
}

body#home .site-nav a.home,
body#products .site-nav a.products,
body#services .site-nav a.services,
body#news .site-nav a.news,
body#about .site-nav a.about,
body#contact .site-nav a.contact {
    color: #ea0b13;
}

body#products .site-nav a.products i {
    color: #ea0b13;
}

.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:red;}



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


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


::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}


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



/* about banner */
.about-banner {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.about-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.about-banner-info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
}

.about-banner-info h1 {
    font-size: 52px; color:#fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

.about-banner-info p {
    font-size: 20px;
    line-height: 1.6;
}




/* breadcrumb */
.about-breadcrumb {
    background: #f8f8f8;
    padding: 16px 0;
    font-size: 14px;
    color: #666;
}

.about-breadcrumb a {
    color: #333;
}

.about-breadcrumb span {
    margin: 0 10px;
    color: #999;
}

.about-breadcrumb em {
    font-style: normal;
    color: #ea0b13;
}

.about-title {
    margin-bottom: 32px;
}

.about-title span {
    display: inline-block;
    color: #ea0b13;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-title h2 {
    font-size: 38px;
    line-height: 1.25;
    color: #111;
    margin: 0;
}

.about-title p {
    max-width: 760px;
    margin: 16px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.about-title.center {
    text-align: center;
}

@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;}	
	
 .about-banner {
        height: 280px;
    }

    .about-banner-info h1 {
        font-size: 36px;
    }

    .about-banner-info p {
        font-size: 15px;
    }
	
.about-title h2 {
        font-size: 28px;
    }	
	
}