#homePage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section {
  width: 1200px;
  height: auto;
  padding: 10px 0 30px;
  box-sizing: border-box;
  background-color: #fff;
}
section .box6 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .box6 .list {
  width: 278px;
  height: 78px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  margin-bottom: 30px;
  margin-top: 39px;
}
section .box6 .list img {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
section .box5 {
  width: 100%;
  margin-top: 56px;
}
section .box5 span {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
section .box4 {
  margin-top: 28px;
}
section .box4 .list-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
section .box4 .list-box dl {
  width: 278px;
  margin-top: 30px;
}
section .box4 .list-box dl div {
  border: 1px solid #d4d4d4;
  border-top: 0;
  padding-bottom: 8px;
}
section .box4 .list-box dl dt {
  height: 180px;
}
section .box4 .list-box dl dt img {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
section .box4 .list-box dl dd {
  padding: 10px;
  box-sizing: border-box;
}
section .box4 .list-box dl dd:nth-of-type(1) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  height: 39px;
}
section .box4 .list-box dl dd:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 13px 0 18px 0;
  height: 72px;
}
section .box4 .list-box dl dd:nth-of-type(3) {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
section .box4 nav {
  width: 100%;
  height: 54px;
  background: #1492ff;
  display: flex;
  align-items: center;
  position: relative;
}
section .box4 nav span {
  flex: 1;
  width: 128px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
section .box4 nav span.yes {
  background: #0a2f8c;
  width: 80px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
section .box4 nav span:nth-last-of-type(1) {
  width: 128px;
  height: 54px;
  text-align: right;
  padding-right: 28px;
  box-sizing: border-box;
  background: linear-gradient(to left, #1492ff, rgba(20, 146, 255, 0.5));
  z-index: 5;
  line-height: 54px;
  position: absolute;
  right: 0;
}
section .box3 {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section .box3 .right {
  width: 380px;
  height: auto;
}
section .box3 .right .body-box {
  margin-top: 20px;
  width: 380px;
  height: 730px;
  border: 1px solid #d4d4d4;
}
section .box3 .right .body-box .list-box {
  width: 100%;
  min-height: 49px;
  overflow: hidden;
}
section .box3 .right .body-box .list-box .le-b {
  height: 48px;
  position: relative;
}
section .box3 .right .body-box .list-box .le-b::after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  left: 10px;
  bottom: 0;
}
section .box3 .right .body-box .list-box .le-b p {
  height: 100%;
  padding-left: 10px;
  line-height: 49px;
}
section .box3 .right .body-box .list-box .le-b p span:nth-of-type(1) {
  font-size: 16px;
  font-family: DIN;
  font-weight: bold;
  color: #1492ff;
}
section .box3 .right .body-box .list-box .le-b p span:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
section .box3 .right .body-box .list-box img {
  width: 380px;
  height: 236px;
  background-color: transparent;
}
section .box3 .right .body-box .list-box:nth-of-type(1) p {
  background: #1492ff;
}
section .box3 .right .body-box .list-box:nth-of-type(1) p span:nth-of-type(1) {
  font-size: 16px;
  font-family: DIN;
  font-weight: bold;
  color: #ffffff;
}
section .box3 .right .body-box .list-box:nth-of-type(1) p span:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
section .box3 .right .head_box {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .box3 .right .head_box .dev2 {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1492ff;
  cursor: pointer;
}
section .box3 .right .head_box .dev1 {
  display: flex;
  align-items: center;
}
section .box3 .right .head_box .dev1 span {
  display: inline-block;
}
section .box3 .right .head_box .dev1 span:nth-of-type(1) {
  width: 6px;
  height: 24px;
  background: #1492ff;
  margin-right: 10px;
}
section .box3 .right .head_box .dev1 span:nth-of-type(2) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
section .box3 .left {
  width: 790px;
  height: auto;
}
section .box3 .left .body_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
section .box3 .left .body_box .li_box {
  width: 380px;
  height: 160px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  margin: 20px 0 10px 0;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section .box3 .left .body_box .li_box div {
  width: 191px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
section .box3 .left .body_box .li_box div span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
section .box3 .left .body_box .li_box div p {
  width: 191px;
  height: 44px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  opacity: 0.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .box3 .left .body_box .li_box img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: transparent;
}
section .box3 .left .head_box {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .box3 .left .head_box .dev2 {
  text-align: center;
}
section .box3 .left .head_box .dev2 span {
  display: inline-block;
  width: 31px;
  height: 37px;
  line-height: 37px;
  background: #1492ff;
  border-radius: 8px;
  font-size: 21px;
  font-family: DIN;
  font-weight: bold;
  color: #ffffff;
}
section .box3 .left .head_box .dev1 {
  display: flex;
  align-items: center;
}
section .box3 .left .head_box .dev1 span {
  display: inline-block;
}
section .box3 .left .head_box .dev1 span:nth-of-type(1) {
  width: 6px;
  height: 24px;
  background: #1492ff;
  margin-right: 10px;
}
section .box3 .left .head_box .dev1 span:nth-of-type(2) {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
section .box3 .right {
  width: 379px;
  height: auto;
}
section .box2 {
  display: flex;
  justify-content: space-between;
}
section .box2 div {
  width: 380px;
  height: 307px;
  background: #ededed;
  position: relative;
  padding: 38px 31px 55px 33px;
  box-sizing: border-box;
}
section .box2 div article {
  display: inline-block;
  width: 100%;
  height: 157px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 38px;
  text-indent: 1em;
  overflow: hidden;
  line-height: 1.5;
}
section .box2 div p {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
}
section .box2 div p::after {
  content: '';
  position: absolute;
  left: 35%;
  bottom: -8px;
  width: 90px;
  height: 3px;
  background: #1492ff;
  border-radius: 2px;
}
section .box2 div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1492ff;
}
section .box1 {
  width: 1200px;
  height: 400px;
  margin-bottom: 20px;
}
section .box1 img {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
