﻿.home {
  height: 100%;
  overflow: hidden;
  position: fixed;
  inset: 0px;
}

.home_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/home_bg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_con {
  height: 100%;
  width: 1360px;
  padding: 30px 0 0 0;
}

.con_box {
  width: 100%;
  height: calc(100% - 200px);
}

.box_list {
  margin-top: 30px;
  padding: 30px 0 0 0;
  height: 580px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box_list ul:nth-of-type(5) li .box_main,
.box_list ul:nth-of-type(10) li .box_main {
  margin: 0;
}
.box_main {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background: url(../img/ellipse_noactive_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.box_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: url(../img/ellipse.png) no-repeat center;
  background-size: 100% 100%;
}
.title_bottom p {
  margin-top: 20px;
  font-size: 20px;
  color: #404040;
}
.last_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #2b689a;
}
.more_text {
  margin-top: 80px;
  font-size: 20px;
  color: #404040;
}
.more_img {
  margin-top: 20px;
}
.box_list ul li:hover .box_main {
  width: 240px;
  height: 240px;
  background: url(../img/ellipse_active_bg.png) no-repeat center;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 7px;
}

.footer {
  position: relative;
  z-index: 2;
}
.f_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.set_mar {
  margin-left: 20px;
}
.f_info p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.bq {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.box_title {
  margin-top: 20px;
  font-size: 47px;
  color: #004882;
  font-family: '方正粗倩简体';
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  html,
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 1000px) {
  html,
  body {
    width: 100%;
    min-width: 100%;
  }
  .w-1920 {
    width: 100%;
    min-width: 100%;
  }
  .home_bg {
    background: url(../img/home_bg.png) no-repeat center;
    background-size: 401% 100%;
  }
  .con_logo {
    margin-top: 20px;
    height: 100px;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  .box_title {
    margin: 100px 0 60px 0;
  }
  .footer {
    bottom: 200px;
  }
  .home_con {
    width: 1360px;
  }
}