.title {
  width: 100%;
  height: 350px;
  background: url("../jpg/x36as4.jpg") center bottom no-repeat;
  background-size: 100% 400px;
}

.title-content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}

.title-content h1 {
  margin-bottom: 11px;
  width: 640px;
  height: 48px;
  font-size: 30px;
  font-weight: normal;
  color: #daeefd;
  text-align: left;
}

.title-content h1 span {
  margin-right: 10px
}

.title-content h1 span:nth-of-type(2) {
  margin-left: 25px
}

.title-content .search {
  width: 640px;
  height: 60px;
  position: relative;
}

.title-content .search input {
  display: inline-block;
  width: 550px;
  height: 60px;
  box-sizing: border-box;
  border: none;
  text-indent: 40px;
  float: left;
  font-size: 18px;
  position: relative;
  background: #ffffff;
  color: #333333;
}

.title-content .search::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../png/brolo7.png") center no-repeat;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  z-index: 10;
}

.title-content .search input::placeholder {
  color: #cccccc;
}

.title-content .search input:-ms-input-placeholder {
  color: #cccccc;
}

.title-content .search button {
  display: block;
  outline: none;
  float: right;
  width: 90px;
  height: 60px;
  background-color: #3e97df;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.news {
  width: 1200px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 50px;
}

.news-swiper {
  float: left;
  width: 800px;
  height: 400px;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-pagination {
  height: 50px;
  text-align: right;
  line-height: 55px;
  box-sizing: border-box;
  padding-right: 15px;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #5296e7;
}

.swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, .3);
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 250px;
}

.news-list {
  width: 400px;
  float: right;
  box-sizing: border-box;
  padding: 0 10px 0 25px;
  overflow: hidden;
  position: relative;
  top: -10px;
}

.news-list a {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
  height: 50px;
  line-height: 50px;
}

.news-list a:hover {
  color: #3e97df;
}

.news-list a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.hot-hq, .hot-server {
  width: 1200px;
  box-sizing: border-box;
  padding-top: 30px;
  margin-bottom: 60px;
}

.hot-server {
  margin-bottom: 55px;
}

.hot-hq .list-header, .hot-server .list-header {
  position: relative;
}

.hot-hq .list-header a, .hot-server .list-header a {
  position: absolute;
  color: #3e97df;
  font-size: 16px;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
}

.type-deal {
  color: #3e97df;
}

.type-stop {
  color: #999999;
}

.data {
  margin-top: 50px;
  width: 100%;
  height: 240px;
  background: url("../png/y0jasr.png") center no-repeat;
  background-size: 100% 240px;
}

.data_content {
  margin: 0 auto;
  width: 1200px;
}

.data_content li {
  float: left;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  padding-top: 80px;
}

.data_content li h3 {
  font-size: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.data_content li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  opacity: 0.8;
}

.column {
  margin: 70px auto 0 auto;
  width: 1200px;
}

.column li {
  float: left;
  width: 280px;
  height: 280px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 26px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  transition: all .3s ease;
  -ms-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  -webkit-transition: all .3s ease; 
  -o-transition: all .3s ease; 
}

.column li a {
  display: block;
  width: 100%;
  height: 100%;
}

.column li:hover {
  box-shadow: 0 6px 30px rgba(62, 151, 223, .36);
  transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}

.column li:hover h3 {
  color: #3e97df;
}

.column li:last-of-type {
  margin-right: 0;
}

.column li div {
  height: 180px;
  margin-bottom: 10px;
}

.column li h3 {
  color: #0d1c28;
  font-size: 18px;
  margin-bottom: 10px;
}

.column li div img {
  width: 100%;
  height: 100%;
}

.column li p {
  margin: 0 auto;
  max-width: 196px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #727475;
}