@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: Nunito, 微软雅黑;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

b,
strong {
    font-weight: bold !important;
}

.mcard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    /* height: 340px; */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-right: 0px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mcard:hover {
    transform: scale(1.05, 1.05) !important;
    box-shadow: 0 0.5rem 0.5rem rgb(73 185 173 / 50%) !important;
}

.mcard-cd {
    text-align: center;
}

.mcard img {
    object-fit: contain;
    width: 100%;
    height: 250px;
}

.mcard .date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #49B9AD;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    box-sizing: border-box;
}

.date .day {
    line-height: 2 !important;
}

.navbar .nav-link.active {
    background: rgb(73 185 173 / 70%) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 36px !important;
}

.col-md-4,
.col-md-3 {
    margin-bottom: 1.5rem !important;
}

.indigo {
    background-color: hsla(0, 0%, 100%, 0.1);
    height: 4.5rem;
    line-height: 2.5rem;
}

#hero-area {
    background-size: 100% auto;
    height: calc(60vh);
}

#hero-area .contents h1 {
    font-weight: normal !important;
}

/*.badge-success {
  background-color: #49B9AD;
}*/
.bg-primary {
    /* fill: rgb(73 185 173 / 70%) !important;
  background-color: rgb(73 185 173 / 70%) !important; */
    fill: #61D2B4 !important;
    background-color: #61D2B4 !important;
}

.m-prim-color {
    color: #49B9AD !important;
}

/* .m-svg-div {
  margin-top: -80px;
  position: relative;
} */
.section-header .lines {
    border-radius: 50%;
    margin: auto;
    width: 10rem;
    position: relative;
    border-top: 1.5rem solid rgb(73 185 173 / 70%);
    margin-top: -1.6rem;
    z-index: -1;
}

/* .slicknav_btn {
  margin: 0 1rem;
} */
.mpost {
    display: inline-flex;
    align-items: center;
}

.mpost-tl-date {
    color: #fff;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    align-items: baseline;
    font-weight: 700;
}

.mpost-tl-date-d {
    display: block;
}

.mpost-tl-date-ym {
    display: block;
}

.mpost-tl-lt {
    text-align: center;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    display: inline-block;
    /* width: 1.2rem;
  height: 1.2rem; */
    text-align: center;
    position: relative;
    z-index: 1;
}

#features .box-item .text {
    padding-left: 15px;
}

#features .box-item .text h4 {
    color: #666;
    /*text-transform: uppercase;*/
    font-weight: normal !important;
}

#carouselForProd {
    height: 100%;

    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.carousel-indicators .active {
    background-color: #1c9a34;
}

.carousel-caption {
    color: #333;
    padding-bottom: 0;
    bottom: 0;
}

.carousel-inner {
    height: 80%;
}

.carousel-item {
    height: 100%;
}

.carousel-inner img {
    height: 100%;
    object-fit: contain;
    width: auto;
}

.mpost-item {
    border-bottom: 0.5px dashed #fff;
}

/* .mpost-item:hover {
  border-bottom: 0.5px dashed #fff;
} */

.prod-par-col {
    margin-bottom: 2rem;
}

.mpost-par-col .mpost-item:hover {
    transform: scale(1.05, 1.05);
    transition: 0.3s;
}

.mpost-par-col {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin-bottom: 2rem;
}

/*.mpost-par-col .row {
  padding: 2rem;
}*/
/* 企业数据 */
.corpData {
    text-align: center;
    padding: 40px 0px;
    width: 100%;
    z-index: 3;
    background: #ebf5fa;
    background-image: url(../img/wave.png);
    background-attachment: fixed;
}

.corpData .list {
    float: left;
    text-align: center;
    width: 25%;
}

.dNum {
    color: #49b9ad;
    font-size: 5rem;
}

.mblog {
    /* margin-bottom: 1rem; */
    background: linear-gradient(to right, #fff 10%, #ebf5fa 80%);
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin: 0.5rem;
    min-height: 195px;
}

.mblog-img-col {
    padding: 0;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.mblog-img {
    background: #ebf5fa;
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
    width: 100%;
    min-height: 195px;
    max-height: 200px;
}

/* .mblog-text {
  background: #ebf5fa;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
} */
.mblog {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mblog:hover {
    transform: scale(1.05, 1.05);
}

.mbg-green {
    z-index: -2;
    background: #61D2B4;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hlf-mine {
    color: #2b973d;
    font-weight: 600;
    font-size: 1.3rem;
}

.hlf-lg {
    font-weight: 600;
    font-size: 1.3rem;
}

.hlf-else {
    color: #49B9AD;
    font-weight: 600;
    font-size: 1.3rem;
}

.hlf-qh {
    color: #6510AD;
    font-weight: 600;
    font-size: 1.3rem;
}

#about .aboutDescUl {
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgb(43 151 61 / 15%);

}

#about .aboutDescUl ul {
    color: #666666;
}

#about .aboutPoint {
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgb(43 151 61 / 15%);
}

#about .aboutCol {
    padding: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

#about .section-header .section-subtitle {
    color: #fff;
}