@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSans-Regular.ttf");
}
body {
  min-width: 1440px;
   font-family: "思源黑体";
}
main {
  width: 100%;
  min-width: 1440px;
}
main .top {
  width: 100%;
  height: 684px;
  background-image: url('../image/gywmbg.png');
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
main .top .nav {
  position: absolute;
  top: 200px;
  width: 1440px;
  display: flex;
}
main .top .nav a {
  color: #808080;
}
main .top .nav p {
  color: #808080;
}
main .top .text {
  position: absolute;
  top: 300px;
  width: 1440px;
  font-weight: 700;
}
main .top .text .text_top {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}
main .top .text .text_bottom {
  color: #ffffff;
  font-size: 18px;
}
main .main {
  width: 100%;
  height: 854px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .main .main_title {
  width: 1440px;
  font-size: 36px;
  color: #000000;
  margin-bottom: 42px;
}
main .main .main_content {
  width: 1440px;
  position: relative;
}
main .main .main_content .main_text {
  width: 760px;
  font-size: 18px;
  color: #808080;
  line-height: 50px;
  margin-bottom: 60px;
}
main .main .main_content .main_time {
  width: 720px;
}
main .main .main_content .main_time .time_top {
  height: 191px;
  padding: 40px 0px 40px 0px ;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  cursor: pointer;
}
main .main .main_content .main_time .time_top .time_view {
  text-align: center;
  width: 103px;
  height: 111px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 20px;
  padding: 20px;
}
main .main .main_content .main_time .time_top .time_view .bigtime {
  margin-top: 15px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
main .main .main_content .main_time .time_top .time_view .smalltime {
  height: 100%;
  color: #a6a6a6;
  font-size: 18px;
}
main .main .main_content .main_time .time_top .text_view {
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .main .main_content .main_time .time_top .text_view .text_title {
  margin-top: 20px;
  color: #383838;
  font-size: 18px;
  margin-bottom: 20px;
}
main .main .main_content .main_time .time_top .text_view .text_content {
  color: #a6a6a6;
  font-size: 18px;
}
main .main .main_content .main_time .time_bottom {
  height: 191px;
  padding: 40px 0px 40px 0px ;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
}
main .main .main_content .main_time .time_bottom .time_view {
  text-align: center;
  width: 103px;
  height: 111px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 20px;
}
main .main .main_content .main_time .time_bottom .time_view .bigtime {
  margin-top: 15px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
main .main .main_content .main_time .time_bottom .time_view .smalltime {
  height: 100%;
  color: #a6a6a6;
  font-size: 18px;
}
main .main .main_content .main_time .time_bottom .text_view {
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .main .main_content .main_time .time_bottom .text_view .text_title {
  margin-top: 20px;
  color: #383838;
  font-size: 18px;
  margin-bottom: 20px;
}
main .main .main_content .main_time .time_bottom .text_view .text_content {
  color: #a6a6a6;
  font-size: 18px;
}
main .main .main_content .main_time .infobutton {
  margin-top: 30px;
  border-style: none;
  width: 128px;
  height: 40px;
  border-radius: 20px;
  background-color: #1563bc;
  color: #ffffff;
  margin-left: 550px;
    cursor: pointer;
}
main .main .main_content .main_img {
  z-index: 1;
  position: absolute;
  top: -56px;
  right: 0px;
  width: 443px;
  height: 572px;
  background-image: url('../image/gywmmainimg.png');
}
main .main .main_content .main_bgimg {
  position: absolute;
  top: 0px;
  right: 56px;
  width: 443px;
  height: 572px;
  background-image: url('../image/gywmmainbgimg.png');
}
main .bottom {
  width: 100%;
  height: 798px;
  background-image: url('../image//gywmbottombg.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
main .bottom .bottom_title {
  width: 1440px;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 42px;
}
main .bottom .bottom_font {
  width: 1440px;
  color: #ffffff;
  font-size: 24px;
}
main .bottom .bottom_font .bottom_text {
  margin-bottom: 10px;
}
main .bottom .bottom_time {
  width: 1440px;
}
main .bottom .bottom_time .time_top {
  width: 771px;
  height: 170px;
  padding: 40px 0px 40px 0px ;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
    cursor: pointer;
}
main .bottom .bottom_time .time_top .time_view {
  text-align: center;
  width: 103px;
  height: 111px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 20px;
  background-color: #fff;
  padding: 20px;
}
main .bottom .bottom_time .time_top .time_view .bigtime {
  margin-top: 15px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
main .bottom .bottom_time .time_top .time_view .smalltime {
  height: 100%;
  color: #a6a6a6;
  font-size: 18px;
}
main .bottom .bottom_time .time_top .text_view {
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .bottom .bottom_time .time_top .text_view .text_title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
main .bottom .bottom_time .time_top .text_view .text_content {
  color: #ffffff;
  font-size: 18px;
}
main .bottom .bottom_time .time_bottom {
  width: 771px;
  height: 170px;
  padding: 40px 0px 40px 0px ;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
}
main .bottom .bottom_time .time_bottom .time_view {
  text-align: center;
  width: 103px;
  height: 111px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 20px;
  background-color: #ffffff;
}
main .bottom .bottom_time .time_bottom .time_view .bigtime {
  margin-top: 15px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
main .bottom .bottom_time .time_bottom .time_view .smalltime {
  height: 100%;
  color: #a6a6a6;
  font-size: 18px;
}
main .bottom .bottom_time .time_bottom .text_view {
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .bottom .bottom_time .time_bottom .text_view .text_title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
main .bottom .bottom_time .time_bottom .text_view .text_content {
  color: #ffffff;
  font-size: 18px;
}
main .bottom .bottom_time .infobutton {
  margin-top: 30px;
  border-style: none;
  width: 128px;
  height: 40px;
  border-radius: 20px;
  background-color: #1563bc;
  color: #ffffff;
  margin-left: 550px;
    cursor: pointer;
}
