﻿
/**
*   首页
*/
.main_box {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #f4f4f4;
}

.main_box .main_home {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 3.125vw;
}

.main_box .main_home img {
  width: 100%;
}

.main_box .main_home .news_title {
  height: auto;
  width: 52.08333vw;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: 8.33333vw;
  padding-bottom: 2.08333vw;
  margin-bottom: 2.08333vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main_box .main_home .news_title h2 {
  font-size: 1.5625vw;
  text-align: center;
  line-height: 5.20833vw;
  font-family: Bod;
}

.main_box .main_home .news_title p {
  font-size: 0.83333vw;
  color: #666;
}

.main_box .main_home .details_box {
  height: auto;
  width: 52.08333vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main_box .main_home .details_box p {
  font-size: 0.83333vw;
  line-height: 1.66667vw;
  color: #000;
}

.main_box .main_home .details_box img, .main_box .main_home .details_box video {
  width: 33.33333vw;
  display: block;
  margin: 0 auto;
  margin-top: 2.08333vw;
  margin-bottom: 1.04167vw;
}

.main_box .main_home .page_list {
  width: 52.08333vw;
  font-size: 0.83333vw;
  color: #000;
  margin-bottom: 0;
  height: 2.1875vw;
}

.main_box .main_home .page_list div a {
  line-height: 2.1875vw;
  font-size: 0.83333vw;
  color: #000;
}

.main_box .main_home .page_list .previous {
  float: left;
}

.main_box .main_home .page_list .next {
  float: right;
}

.main_box .main_home .flower_1 {
  width: 19.32292vw;
  position: absolute;
  right: -8.33333vw;
  top: 33.33333vw;
  transform: rotate(190deg);
  z-index: 0;
}

.main_box .main_home .flower_2 {
  width: 24.375vw;
  position: absolute;
  left: -15.625vw;
  bottom: -13.02083vw;
  transform: rotate(80deg);
  z-index: 0;
}
