section {
  background-color: #F2F4F6;
}
section .wrap_1809 {
  width: 1280px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 100px;
}
section .wrap_1809 .box_1809 {
  width: 1280px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 25px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section .wrap_1809 .box_1809 .title_1809 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
section .wrap_1809 .box_1809 .title_1809::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #0770D1;
  border-radius: 10px;
  vertical-align: -4px;
  margin-right: 7px;
}
section .wrap_1809 .box_1809 p.desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}
section .wrap_1809 .box_1809 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section .wrap_1809 .box_1809 ul li {
  width: 400px;
  height: 140px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
section .wrap_1809 .box_1809 ul li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
section .wrap_1809 .box_1809 ul li:nth-of-type(3n) {
  margin-right: 0;
}
section .wrap_1809 .box_1809 ul li img {
  width: 187px;
  height: 120px;
  border-radius: 4px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
section .wrap_1809 .box_1809 ul li .text {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section .wrap_1809 .box_1809 ul li .text p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
section .wrap_1809 .box_1809 ul li .text a {
  position: absolute;
  right: 0;
  bottom: 0;
}
section .wrap_1809 .box_1809 ul li .text a button {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  width: 82px;
  height: 26px;
  background: #0770D1;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0770D1;
  cursor: pointer;
}
section .wrap_1809 .box_1809:first-of-type {
  margin-top: 0;
}
.form_1403 {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_1403.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form_1403 .con {
  text-align: center;
}
.form_1403 .con form {
  width: 420px;
  padding: 30px 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
.form_1403 .con form h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0770D1;
  padding-bottom: 20px;
  line-height: 32px;
  letter-spacing: 3px;
}
.form_1403 .con form h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}
.form_1403 .con form input {
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  outline: none;
  margin-top: 20px;
}
.form_1403 .con form input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.form_1403 .con form input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.form_1403 .con form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.form_1403 .con form input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.form_1403 .con form input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.form_1403 .con form select {
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  outline: none;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_1403 .con form button {
  width: 100%;
  height: 47px;
  background: #0770D1;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.form_1403 .con .close_1409 {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  cursor: pointer;
}


