/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  min-width: 1300px;
  font-family: 'Microsoft YaHei';
}
.div-content{
  width: 1200px;
  margin: 0 auto;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a {
  color: #B5B5B5;
}
.clearfix:after{
  content: '';
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*导航栏*/
.logo {
  width: 103px;
  height: 31px;
}

.top-bg-color {
  background-color: #F2F7F4;
  border-bottom:1px solid #DDDEE1;
  padding-left: 60px;
}

.navbar-nav-box {
  margin-left: 30px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-size: 14px;
  margin-left: 20px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #38C069;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #38C069;
}

.navbar{
  padding: 0 0 0 30px;
  height: 52px;
  min-width: 1300px;
}

.register-btn {
  background-color: #38C069;
  color: #ffffff;
  font-size: 14px;
}
.nav-item{
  padding: 5px 15px;
  cursor: pointer;
  height: 52px;
  position: relative;
  line-height: 40px;
}
.nav-item.active>span,.nav-item:hover>span,.menu-float>span:hover,.menu-float li:hover{
  color: #38C069;
}
.menu-child{
  position: absolute;
  top:52px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 15px;
  min-width: 132px;
  text-align: center;
  display: none;
  font-size: 14px;
}
.menu-child:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.nav-item:hover .menu-child{
  display: block;
}
.menu-child ul{
  padding-inline-start: 0;
}
li{
  list-style: none;
}
.menu-float{
  width: 100px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.menu-float{
  color: #333;
  font-weight: bold;
}
.menu-float span,.menu-float ul{
  font-weight: normal;
}
.menu-float li{
  width: 100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Carousel base class */
.carousel {
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 11rem;
  z-index: 10;
  color: #000000;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-inner{
  background-color: #F2F7F4;
}

.carousel-indicators {
  justify-content: left;
  bottom: 90px;
}

.carousel-indicators li{
  background-color: #38C069;
}

.btn-primary {
  color: #fff;
  background-color: #38C069;
  border-color: #38C069;
}

.btn-primary:hover {
  color: #fff;
  background-color: #30A65B;
  border-color: #30A65B;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #30A65B;
  border-color: #30A65B;
  box-shadow: 0 0 0 0.2rem rgba(48,166,91,.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #30A65B;
  border-color: #30A65B;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/* .marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
} */

.top-two-box{
  display: flex;
  justify-content: space-between;
}
.item-box {
  position: relative;
  width: 360px;
  height: 100px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #F2F7F4 0%, #FFFFFF 100%);
  box-shadow: 8px 8px 20px rgba(75, 147, 130, 0.1);
  opacity: 1;
  border-radius: 4px;
  padding: 0 12px 0 28px;
  display: flex;
  align-items: center;
  color: #000000;
  cursor: pointer;
}

.item-box:hover {
  box-shadow: 8px 8px 20px rgba(75, 147, 130, 0.2);
}

.item-box-active {
  box-shadow: 8px 8px 20px rgba(75, 147, 130, 0.2);
  color: #38C069;
}

.quan {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 3px solid #38C069;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.text-title {
  float: left;
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* color: #000000; */
}

.item-detail {
  font-size: 14px;
  color: #666666;
  float: left;
  margin-top: 10px;
}

.item-box img {
  width: 80px;
  height: 80px;
}

.item-active {
  color: #38C069;
}

.title-1 {
  height: 31px;
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  margin:50px 0 30px 0;
}

.text-content {
  height: 67px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 41px;
}

/*加入我们*/
.title-2 {
  height: 52px;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #000000;
  margin-bottom: 10px;
  text-align: center
}

.join-box {
  display: flex;
  flex-direction: column;
  margin-top: 88px;
}

.title-2-pinyin {
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin-bottom: 50px;
  text-align: center
}

.item-box-join {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 16px;
}

.item-box-join img {
  width: 48px;
  height: 48px;
}

.text-title-join {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 16px 0;
}

.item-detail-join {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

/*精选方案*/
.jingxuan-box {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  width: 100%;
  margin-top: 110px;
  text-align: center;
}
.solution-box{
  box-shadow: 0 0 10px 4px rgba(75, 147, 130, 0.2);
  border-radius: 10px;
  padding: 10px 0 30px 0;
  margin-bottom: 30px;
}
.solution-box img{
  max-width: 217px;
  max-height: 113px;
}
.jingxuan-box button{
  width: 136px;
  /* height: 44px;
  line-height: 44px; */
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
}

.solution-name{
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

/*品牌*/
.xietong-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 200px;
}

.brand-box-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.brand-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.brand-item img {
  width: 169px;
  height: 86px;
}

.brand-text {
  height: 21px;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-top: 20px;
}

/*底部*/

.bottom-box {
  width: 100%;
  height: 314px;
  background: #30313A;
}
.bottom-item-content-one {
  display: flex;
  flex-direction: column;
}

.bottom-item-content {
  display: flex;
  flex-direction: column;
  margin-left: 115px;
}

.bottom-item-title {
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.79;
  margin: 33px 0 17px 0;
}

.bottom-item-text {
  font-size: 14px;
  line-height: 17px;
  color: #B5B5B5;
  opacity: 0.79;
  margin-bottom: 17px;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.tab-data-img{
  width: 554px;
  height: 326px;
}
#tab_data{
  margin-top: 100px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
