body,
html {
  background-color: #f6f6f6;
}
.top_header .header_logo {
  width: 1200px;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.top_header .header_logo .header_left img {
  width: 87px;
  height: 34px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.top_header .header_logo .header_left span {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 22px;
  color: #333333;
  border-left: 1px solid #dcdcdc;
  vertical-align: middle;
}
.top_header .header_logo .diijer {
  display: flex;
  align-items: center;
}
.top_header .header_logo .diijer .dieliys {
  display: flex;
  align-items: center;
  padding-right: 37px;
}
.top_header .header_logo .diijer .dieliys li a {
  color: #333;
  font-size: 16px;
  padding: 0 13px;
}
.top_header .header_logo .diijer .dieliys li a:hover {
  color: #4285f4;
}
.top_header .header_logo .diijer .dieliys li.on a {
  color: #4285f4;
}
.top_header .header_logo .header_right img {
  width: 15px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.top_header .header_logo .header_right span {
  font-size: 20px;
  color: #4285f4;
  vertical-align: middle;
}
.top_header .header_box {
  /* background: url('../../static/img_old/dataPlatform/bg_2.png') no-repeat; */
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
  width: 100%;
}
.top_header .header_box .header_title {
  width: 700px;
  margin: auto;
}
.auikdhei {
  margin-top: -30px;
}
.auikdhei .coueiru {
  width: 1200px;
  margin: 0 auto;
}
.auikdhei .coueiru .search_input {
  width: 867px;
  position: relative;
  box-shadow: -1px 5px 5px #ededed;
  margin: 0 auto ;
  border-radius: 4px;
  z-index: 5;
}
.auikdhei .coueiru .search_input input {
  width: 867px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  border: none;
  border-radius: 4px;
  outline: none;
}
.auikdhei .coueiru .search_input input:focus {
  border: none;
}
.auikdhei .coueiru .search_input input:-ms-input-placeholder,
.auikdhei .coueiru .search_input textarea:-ms-input-placeholder {
  color: #888888;
}
.auikdhei .coueiru .search_input input::-webkit-input-placeholder,
.auikdhei .coueiru .search_input textarea::-webkit-input-placeholder {
  color: #888888;
}
.auikdhei .coueiru .search_input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
  opacity: 1;
}
.auikdhei .coueiru .search_input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity: 1;
}
.auikdhei .coueiru .search_input .search_btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 119px;
  border-radius: 4px;
  background-color: #ff6e34;
  color: white;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.auikdhei .coueiru .search_hot {
  margin: 15px auto 0;
  width: 867px;
  color: white;
  text-align: left;
  font-size: 14px;
  position: relative;
}
.auikdhei .coueiru .search_hot .type {
  display: inline-block;
  color: #000;
}
.auikdhei .coueiru .search_hot img {
  width: 14px;
  vertical-align: middle;
}
.auikdhei .coueiru .search_hot a {
  color: #000;
  margin-right: 10px;
}
.auikdhei .coueiru .search_hot a:hover {
  text-decoration: underline;
}
.data_content {
  width: 1200px;
  margin: 35px auto 0 ;
  border-radius: 2px;
  border: solid 1px #eeeeee;
  text-align: left;
}
.data_content .data_title {
  box-sizing: border-box;
  padding: 19px 0 18px 20px;
  border-bottom: solid 1px #eeeeee;
  background-color: #fcfcfc;
}
.data_content .data_title img {
  width: 111px;
}
.data_content .data_info {
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
}
.data_content .data_info .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.data_content .data_info .info:last-child {
  margin-bottom: 0;
}
.data_content .data_info .info .data {
  display: inline-block;
  box-sizing: border-box;
  padding: 30px;
  font-size: 20px;
  color: #333333;
  width: 373px;
  border: solid 1px #eeeeee;
}
.data_content .data_info .info .data:first-child {
  position: relative;
}
.data_content .data_info .info .data .best_choice {
  position: absolute;
  top: 0;
  right: 0;
}
.data_content .data_info .info .data .best_choice img {
  width: 64px;
}
.data_content .data_info .info .data .title {
  font-weight: bold;
}
.data_content .data_info .info .data .news {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin: 18px auto 10px;
}
.data_content .data_info .info .data .news .look span {
  font-size: 14px;
  color: #4285f4;
}
.data_content .data_info .info .data .news .look img {
  width: 6px;
  vertical-align: middle;
}
.data_content .data_info .info .data img {
  width: 313px;
}
.data_content .data_info .info .data:hover {
  box-shadow: 0px 0px 6px 0px rgba(183, 183, 183, 0.48);
}
.data_content .data_info .info .data:hover .title {
  color: #4285f4;
}
.header_box:hover #last {
  display: block;
}
.header_box:hover #next {
  display: block;
}
.swiper-container {
  width: 100%;
}
.header_title {
  width: 100% !important;
}
.banner-list {
  width: 100% !important;
  position: relative;
}
.banner-list > img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-list .doieor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.banner-list .doieor > img {
  width: auto;
  max-width: 100%;
}
#last {
  background: url('../../static/img_old/dataPlatform/last.png') center;
  width: 49px;
  height: 49px;
  display: none;
  background-size: cover;
}
#last:hover {
  background: url('../../static/img_old/dataPlatform/last2.png') center;
  background-size: cover;
}
#next {
  background: url('../../static/img_old/dataPlatform/next.png') center;
  width: 49px;
  height: 49px;
  display: none;
  background-size: cover;
}
#next:hover {
  background: url('../../static/img_old/dataPlatform/next2.png') center;
  background-size: cover;
}
/*# sourceMappingURL=data_platform.css.map */