/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #fff;
  font-family: MicrosoftYaHei;
}

main {
  background-color: #f3f3f3;
  min-height: 50rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.contentWrap {
  overflow: hidden;
  background-color: #fff;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 46.25rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 46.25rem;
  object-fit: cover;
}

.itemLine {
  height: 3.75rem;
  margin: 4.38rem 0 3.81rem;
}

.itemLine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1920px;
  margin: 0 auto;
}

.server {
  margin-top: 3.87rem;
  margin-bottom: 5.06rem;
}

.server .serverItem {
  text-align: center;
  border: 1px solid #DCDCDC;
  border-top: 0.5rem solid #1F2325;
  padding-top: 9.31rem;
  padding-bottom: 3.06rem;
  background: url(../images//server_gray.png) 3.75rem no-repeat;
  background-position: center 3.62rem;
  transition: 0.5s;
  height: 18rem;
  width: 100%;
  overflow: hidden;
}

.server .serverItem:hover {
  border-color: #0096FF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(69, 67, 65, 0.2);
}

.server h2 {
  font-weight: 400;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 1.94rem;
  line-height: 1;
}

/* rtl:begin:ignore */
.server .serverItem p {
  color: #666666;
  margin: 0;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  text-align: left;
}

/* rtl:end:ignore */

.contentWrap .aboutUs {

  margin-bottom: 8.81rem;
}

.contentWrap .aboutUs p {
  color: rgb(0, 0, 0);
  font-family: 'Microsoft YaHei';
  font-size: 1rem;
  line-height: 1.56rem;
}

.product {
  max-width: 1920px;
  background: url(../images/product_bg.png) no-repeat;
  background-size: cover;
}

.product .row {
  height: 100%;
}

.product .col-lg-4 {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
 border: 1px solid black;
}

.product .col-lg-4:hover {
  border: 0.06rem solid #0096FF;
}

.product .productName {
  height: 13.75rem;
  background: url(../images//1.png) no-repeat;
  background-size: cover;
}

.productName>div {
  height: 100%;
}

.product .productName h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  margin-top: 3.56rem;
  margin-bottom: 1.3rem;
}

.product .productName p {
  font-size: 0.88rem;
  color: #fff;
}

.product .productName .icon {
  width: 5rem;
  height: 5rem;
  margin: 3.63rem auto 0;
}

.iconPhone {
  background-color: #eee;
}

.iconEmail {
  background-color: #eee;
}

.productInfo .row {
  overflow: hidden;
  height: 3.31rem;
  margin-top: 1.88rem;
}

.productInfo .row .col-4 {
  border-right: 2px solid #999999;
}

.productInfo p {
  color: #999999;
  font-size: 0.75rem;
}

.productInfo h6 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.productInfo .col-4 {
  text-align: center;
}

.productInfo .imgWrap {
  margin-bottom: 3.56rem;
}

.productInfo .imgWrap img {
  width: 90%;
  margin: 1.5rem auto 0;
}

.customers {
  max-width: 1440px;
  margin-bottom: 7.56rem;
}

.customers .customer {
  background: #fff;
  height: 5rem;
  margin: 10px 0;
  border: .0625rem solid transparent;
}

.customers .customer img {
  width: 2.38rem;
  height: 2.38rem;
  margin: 1.06rem auto 0;
}

.customers .customer p {
  font-size: 1.13rem;
  color: #000;
  margin: 0;
  line-height: 4.44rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 !important;
}

.customers .customer:hover {
  border: 0.06rem solid #FD8129;
  box-shadow: 0rem 0rem 1rem 0rem rgba(69, 67, 65, 0.2);
}

.contact {
  text-align: center;
  margin-bottom: 8.13rem;
}

.contact .col-6 {
  border-right: 0.06rem solid #CCCCCC;
}

.contact .col-6:first-child {
  border-left: 0.06rem solid #CCCCCC;
}

.contact .col-md-6 {
  border-right: 0.06rem solid #CCCCCC;
}

.contact .col-md-6:first-child {
  border-left: 0.06rem solid #CCCCCC;
}

.contact .icon {
  width: 8.38rem;
  height: 8.38rem;
  background-color: #EEEEEE;
  border-radius: 50%;
  margin: 3.44rem auto 0;
  transition: .3s;
}

.contact .iconPhone {
  background: url(../images/icon-phone.png) no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.contact .iconEmail {
  background: url(../images/icon-email.png) no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.contact h6 {
  font-size: 1rem;
  margin: 1.25rem 0 1.38rem;
  line-height: 1;
  color: #000;
}

.contact a {
  font-size: 2.25rem;
  font-weight: 400;
  outline: none;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.contact .contactItem .icon {
  background-color: #eee;
}

.contact .contactItem:hover .icon {
  background-color: #0096FF;
  background-position: 0 100%;
}

.contact .contactItem:hover a {
  color: #0096FF;
}

.footer {
  overflow: hidden;
  padding: 1.5rem 1rem 0;
}

.footer h5 {
  font-size: 0.88rem;
}

.footer a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #c3c7cd;
  cursor: pointer;
}

.footer .nav-item {
  flex: 0.5;
}

.company {}

.company p {
  color: #c3c7cd;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

.commonBanner {
  max-width: 1920px;
  margin: 0 auto;
}

.commonBanner img {
  object-fit: cover;
  height: 18.75rem;
}


#toTop {
  display: none;
  position: fixed;
  right: 1.88rem;
  bottom: 2.94rem;
  width: 2.63rem;
  height: 2.5rem;
}

.carousel-indicators li {
  width: 3.75rem;
  height: 0.5rem;
  border: none;
  border-radius: 1.25rem;
  background: #fff;
  opacity: 0.5;
  margin: 0.2rem;
}

.carousel-indicators {
  bottom: 2rem;
}

.carousel_btn {
  display: inline-block;
  font-size: 1.0rem;
  color: #fff;
  line-height: 2.6rem;
  border: 0.06rem solid #fff;
  border-radius: 1.6rem;
  text-align: center;
  padding: 0 2rem;
  outline: none;
  text-decoration: none;
}

.carousel_1_btn {
  position: absolute;
  left: 40rem;
  bottom: 14rem;
}

.carousel_2_btn {
  position: absolute;
  left: 20rem;
  bottom: 13rem;
}

.carousel_3_btn {
  position: absolute;
  left: 20rem;
  bottom: 15rem;
}

.contentArea {
  color: #000;
}

.contentArea img {
  margin: 0 auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
a:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 40em) {
  /* Bump up size of carousel content */


}

@media (max-width: 62em) {
  .server .serverItem {
    margin: 0 auto 3rem;
  }

  .carousel_btn {
    left: 6rem;
    bottom: 4rem;
  }

  .carousel-item {
    height: 14.25rem;
  }

  .carousel-item>img {
    height: 14.25rem;
  }
  .carousel-indicators{
    bottom: 0rem;
  }
  .commonBanner >img{
    height: 7rem;
  }
}

.commonHeader .container{
  max-width: 1600px;
  height: 100%;
}
.commonHeader .nav-link {
  font-weight: 400;
  color: black;
  font-size: 1rem;
}

.commonHeader .nav-item {
  width: 6rem;
  text-align: center;
}
.navbar-nav .nav-link:hover{
  color: #0096FF !important;
  }