@charset "UTF-8";
.header {
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.4rem;
  background-color: #eee;
  color: #666;
}
.searchBox button{
  width: 6rem;
}
.banner {
  height: 17rem;
  margin: 0 auto;
}

.banner .logo {
  float: left;
  padding: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .logo img {
  height: 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner .phoneInfo {
  float: left;
  padding: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .phoneInfo span {
  text-align: center;
  width: 15rem;
  font-weight: 600;
  color: #1481c4;
  font-size: 2.4rem;
}

.menuBar .menu-items {
  z-index: 10000;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menuBar .menu-items li {
  background-color: #1481c4;
}

.menuBar .menu-items li a {
  color: white !important;
}

.menuBar .menu-items li a:hover {
  background-color: #149bed;
}

.menuBar .blue {
  background-color: #1481c4 !important;
  background-image: none;
}

.menuBar .blue > li:hover {
  background-image: none;
  background-color: #149bed !important;
}

.menuBar a.main-links, .menuBar .dropdown-heading {
  color: white;
  font-size: 2.1rem;
}

.news {
  height: 50rem;
  margin: 2rem auto;
}

.news .news-img {
  height: 100%;
  float: left;
  padding: 0 1rem;
}

.news .nav-pills a.nav-link {
  color: #333;
  padding: 1rem 3rem;
  font-size: 3.4rem;
  width: 22rem;
  height: 8rem;
  text-align: center;
  position: relative;
}

.news .nav-pills a.nav-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
}

.news .nav-pills a.nav-link.active {
  color: #fff;
  background-image: url(../images/channel_select.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news .news-list {
  padding: 0 1rem;
  height: 100%;
  float: left;
}

.news .news-list ul li.news-item {
  list-style-type: none;
  height: 5.2rem;
  line-height: 5.2rem;
  font-size: 1.8rem;
}

.news .news-list ul li.news-item a {
  color: #333;
  text-decoration: none;
}

.news .news-list ul li.news-item a span.news-time {
  float: right;
  color: #999;
}
<!--[if IE]>
 .news-channels {
   height: 40rem;
 }
<![endif]-->
.news-channels {
  height: 40rem;
  margin: 0 auto;
}

.news-channels .news-channel {
  width: 33.33%;
  padding: 1rem;
  float: left;
}

.news-channels .news-channel .content {
  padding: 1rem 0;
}

.news-channels .news-channel .content ul li.news-item {
  list-style-type: none;
  height: 5.4rem;
  line-height: 5.4rem;
  font-size: 1.8rem;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list .news-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-img .carousel-item{
  height:100%;
}
.news-channels .news-channel .content ul li.news-item a {
  color: #333;
  text-decoration: none;
}

.news-channels .news-channel .content ul li.news-item a span.news-time {
  float: right;
  color: #999;
}
<!--[if IE]>
            .media-box {
              height: 40rem;
            }
<![endif]-->
.media-box {
   height: 40rem;
   margin: 0 auto;
 }



.media-box .media-attention {
  padding: 1rem;
  float: left;
  width: 66.66%;
}

.media-box .media-attention .card {
  height: 11rem;
  margin: 2rem 0;
  border: none;
}

.media-box .media-attention .card .ll {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 20%;
}

.media-box .media-attention .card .rr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 80%;
}

.media-box .media-attention .card .card-title {
  color: #333;
  text-decoration: none;
  font-size: 2rem;
}

.media-box .media-attention .card .card-text {
  color: #999;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.media-box .enterprise-video {
  padding: 1rem;
  float: left;
  width: 33.33%;
}

.media-box .enterprise-video .content video {
  width: 100%;
}
.media-box .enterprise-video .content {
  width: 100%;
  height: 25rem;
  margin: 1rem 0;
}
<!--[if IE]>
 .friend-links {
   height: 19rem;
 }
<![endif]-->
.friend-links {
  height: 19rem;
  margin: 0 auto;
}

.friend-links .content {
  float: left;
  width: 100%;
  margin-top: 2rem;
  height: 13rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.friend-links .friend-link {
  width: 46rem;
  height: 6rem;
  font-size: 2rem;
  padding: 0 8rem;
  background-image: url(../images/down_arror.png);
  background-size: 3rem;
  background-position: 82% 50%;
  background-repeat: no-repeat;
  border: solid 1px #d7d7d7;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /*将默认的select选择框样式清除*/
}

.friend-links .friend-link::-ms-expand {
  display: none;
}

.footer {
  height: 29rem;
  width: 100%;
  background-image: url(../images/footer.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer p {
  text-align: center;
  width: 60rem;
  font-size: 2.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  color: white;
}


.container-fluid {
  margin: 0;
  padding: 0;
}

html, body, .container-fluid {
  min-height: 100%;
}

.title {
  width: 100%;
  height: 6rem;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #d7d7d7;
  background-position: left center;
}

.title .title-text {
  color: #333;
  font-size: 3.1rem;
  line-height: 6rem;
  float: left;
  padding: 0 3rem;
}

.title .more {
  color: #999;
  float: right;
  font-size: 2rem;
  line-height: 6rem;
  padding: 0 1rem;
  text-decoration: none;
}
/*# sourceMappingURL=home.css.map */