@charset "UTF-8";
/* #region 初始化 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.45;
}

body,
table,
input,
textarea,
select,
option {
  font-family: Open Sans, Open Sans;
  font-weight: 400;
}

audio,
video {
  display: block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  display: block;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.swiper-container {
  width: 100%;
}

/* #endregion */
/* #region  sass */
/* #endregion */
/* #region  首页*/
.m_container {
  max-width: 1600px;
  margin: 0 auto;
}

.m_row1 {
  display: flex;
  align-items: flex-end;
  padding: 120px 0 120px 0;
}

.m_row1 .m_left {
  width: 41.5%;
  background: #1C388C;
  color: #FFFFFF;
  padding: 2.5% 2.7%;
  position: relative;
  z-index: 1;
}

.m_row1 .m_left .m_t1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.35;
}

.m_row1 .m_left .m_t2 {
  font-size: 18px;
  color: #D8D8D8;
  margin-top: 10px;
}

.m_row1 .m_left .m_t3 {
  font-size: 18px;
  line-height: 2;
  margin-top: 50px;
}

.m_row1 .m_left .m_t3 .m_color1 {
  text-decoration-line: underline;
}

.m_row1 .m_left .m_t3 .m_color2 {
  color: #D5D5D5;
}

.m_row1 .m_left .m_t4 {
  margin-top: 50px;
}

.m_row1 .m_left .m_t4 img {
  width: 162%;
}

.m_row1 .m_left .m_t5 {
  font-size: 18px;
  color: #D5D5D5;
  margin-top: 30px;
}

.m_row1 .m_right {
  flex: 1;
  position: relative;
  top: 35px;
}

.m_row1 .m_right .m_img {
  width: 100%;
}

.m_row1 .m_right .m_img2 {
  position: absolute;
  width: 24.7%;
  top: 0;
  right: 5%;
  transform: translateY(-50%);
}

.m_row1 .m_right .m_t6 {
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 306px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #1C388C;
  cursor: pointer;
  transition: ease-out .36s;
}

.m_row1 .m_right .m_t6 img {
  width: 26px;
  margin-left: 6px;
  transition: ease-out .36s;
}

.m_row1 .m_right .m_t6:hover {
  background: #1C388C;
  color: #fff;
}

.m_row1 .m_right .m_t6:hover img {
  filter: brightness(0) invert(1);
}

.m_row2 {
  background: url(../images/m_row2_bg.png) no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 50px;
}

.m_row2 .m_title {
  text-align: center;
}

.m_row2 .m_title div {
  font-size: 40px;
  color: #000000;
}

.m_row2 .m_title p {
  font-size: 20px;
  color: #333333;
  margin-top: 13px;
}

.m_row2 .m_width {
  max-width: 1034px;
  margin: 50px auto 0 auto;
}

.m_row2 .m_tab {
  display: flex;
  margin-bottom: 35px;
}

.m_row2 .m_tab li {
  flex: 1;
  border-bottom: 3px solid #AEAEAE;
  font-size: 20px;
  color: #333333;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  transition: ease-out .36s;
}

.m_row2 .m_tab li:hover {
  color: #1C388C;
}

.m_row2 .m_tab li.on {
  font-weight: bold;
  color: #1C388C;
  border-color: #1C388C;
}

.m_row2 .m_t1 {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.m_row2 .m_t2 {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
}

.m_row2 .m_con1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m_row2 .m_con1 li {
  width: 46.32%;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
}

.m_row2 .m_con1 li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1C388C;
  opacity: 0;
  box-sizing: border-box;
  transition: ease-out .36s;
}

.m_row2 .m_con1 li span {
  display: block;
  position: relative;
  padding-bottom: 64.58%;
}

.m_row2 .m_con1 li span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m_row2 .m_con1 li div {
  line-height: 65px;
  font-size: 20px;
  color: #000000;
  padding: 0 10px;
  text-align: center;
  transition: ease-out .36s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m_row2 .m_con1 li:hover::after, .m_row2 .m_con1 li.on::after {
  opacity: 1;
}

.m_row2 .m_con1 li:hover div, .m_row2 .m_con1 li.on div {
  color: #1C388C;
}

.m_row2 .m_con2 .m_table {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 10px 10px;
  padding: 40px 35px;
  margin-top: 35px;
}

.m_row2 .m_con2 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_row2 .m_con2 label {
  width: 48.5%;
  display: flex;
  align-items: start;
  font-size: 18px;
  line-height: 1.65;
  color: #666666;
  cursor: pointer;
  padding: 9px 0;
  transition: ease-out .2s;
}

.m_row2 .m_con2 label span {
  width: 17px;
  height: 15px;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  position: relative;
  top: 8px;
  transition: ease-out .2s;
}

.m_row2 .m_con2 label span img {
  width: 90%;
  opacity: 0;
  transition: ease-out .2s;
}

.m_row2 .m_con2 label div {
  flex: 1;
  overflow: hidden;
}

.m_row2 .m_con2 label input[type="checkbox"] {
  display: none;
}

.m_row2 .m_con2 label input[type="checkbox"]:checked ~ span {
  display: flex;
  border-color: #1C388C;
}

.m_row2 .m_con2 label input[type="checkbox"]:checked ~ span img {
  opacity: 1;
}

.m_row2 .m_con2 label input[type="checkbox"]:checked ~ div {
  border-color: #000;
  color: #000;
  text-decoration-line: underline;
}

.m_row2 .m_con2 label:hover {
  border-color: #000;
  color: #000;
  text-decoration-line: underline;
}

.m_row2 .m_con3 .m_div {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 10px 10px;
  min-height: 368px;
  padding: 5% 10%;
  margin-top: 30px;
}

.m_row2 .m_con3 .m_div span {
  font-size: 20px;
  color: #000000;
}

.m_row2 .m_con3 .m_div input {
  font-size: 18px;
  flex: 1;
  overflow: hidden;
  padding-left: 10%;
  background: none;
  border: none;
}

.m_row2 .m_bottom {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.m_row2 .m_bottom .m_btn1 {
  display: none;
}

.m_row2 .m_bottom .m_btn1:hover {
  background: #fff;
}

.m_row2 .m_bottom button,
.m_row2 .m_bottom div {
  width: 257px;
  height: 60px;
  border: 2px solid #1C388C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1C388C;
  border-radius: 10px;
  margin: 0 5%;
  cursor: pointer;
  transition: ease-out .36s;
}

.m_row2 .m_bottom button.on,
.m_row2 .m_bottom div.on {
  background: #1C388C;
  color: #fff;
}

.m_row2 .m_bottom button.on:hover,
.m_row2 .m_bottom div.on:hover {
  opacity: .85;
}

.m_row2 .m_col2 {
  display: none;
  margin-top: 0;
}

.m_row2 .m_col2 .m_div {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.m_row2 .m_col2 .m_t1 {
  font-size: 20px;
  color: #000000;
}

.m_row2 .m_col2 .m_t2 {
  font-size: 18px;
  color: #333333;
  line-height: 1.55;
  margin-top: 20px;
}

.m_row3 {
  background: url(../images/m_row3_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px 0;
}

.m_row3 .m_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m_row3 .m_right,
.m_row3 .m_left {
  width: 48.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m_row3 .m_tit {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 40px;
}

.m_row3 .m_tit2 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.m_row3 .m_con {
  min-height: 485px;
  display: flex;
  justify-content: space-between;
  background: url(../images/m_row3_img2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.m_row3 .m_con li {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6px;
}

.m_row3 .m_con li img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.m_row3 .m_con li div {
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
}

.m_row3 .m_con li span {
  font-size: 15px;
  display: block;
  margin-top: 8px;
}

.m_row3 .m_con:nth-child(even) {
  background-image: url(../images/m_row3_img1.jpg);
}

.m_row3 .m_con:nth-child(even) li {
  color: #fff;
}

.m_row3 .m_con:nth-child(even) li img {
  filter: brightness(0) invert(1);
}

.m_row4 {
  display: flex;
  align-items: center;
  padding: 100px 0 120px 0;
}

.m_row4 .m_left {
  width: 58.43%;
  position: relative;
  cursor: pointer;
  transition: ease-out .36s;
}

.m_row4 .m_left div {
  width: 106.31%;
}

.m_row4 .m_left div img {
  width: 100%;
}

.m_row4 .m_left span {
  position: absolute;
  left: 6%;
  bottom: 0;
  transform: translateY(50%);
  width: 19.57%;
}

.m_row4 .m_left span img {
  width: 100%;
}

.m_row4 .m_left:hover {
  opacity: .9;
}

.m_row4 .m_right {
  flex: 1;
  overflow: hidden;
  background: #1C388C;
  color: #fff;
  text-align: right;
  padding: 5.5% 2% 2.5% 4%;
}

.m_row4 .m_right .m_t1 {
  font-weight: 300;
  font-size: 45px;
}

.m_row4 .m_right .m_t2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 90px;
}

.m_row4 .m_right .m_t2 img {
  width: 35%;
  margin-right: 10px;
}

.m_row4 .m_right .m_t2 div {
  font-size: 18px;
  color: #D5D5D5;
  max-width: 305px;
}

.m_row4 .m_right .m_t2 div span {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration-line: underline;
  margin-bottom: 30px;
}

.m_row4 .m_right .m_t3 {
  font-size: 45px;
  margin-top: 40px;
}

.m_row4 .m_right .m_t3 div {
  font-weight: 600;
}

.m_form {
  padding: 0;
}

.m_form .m_title {
  width: 445px;
  line-height: 60px;
  background: linear-gradient(to right, #1C388C, #FFFFFF);
  font-size: 28px;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 40px;
}

.m_form .m_ft {
  font-size: 20px;
  color: #1C1F1F;
}

.m_form .m_ft span {
  color: #FF4E4E;
}

.m_form .m_con1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.m_form .m_con1 li {
  width: 50%;
  padding: 0 22px;
  margin-bottom: 28px;
}

.m_form .m_con1 li:last-child {
  width: 100%;
}

.m_form .m_form_input {
  font-size: 18px;
  width: 100%;
  border: 1px solid #707070;
  padding: 0 10px;
  height: 60px;
  margin-top: 5px;
}

.m_form .m_con2 {
  padding: 0 22px;
}

.m_form .m_con2 .m_ft {
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.m_form .m_con3 .m_ft {
  padding-bottom: 0;
  border: none;
}

.m_form .m_con3 .m_form_input {
  margin-bottom: 16px;
}

.m_form .m_radio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.m_form .m_radio label {
  margin-right: 70px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding: 5px 0 5px 30px;
  transition: ease-out .36s;
}

.m_form .m_radio label:last-child {
  margin-right: 0;
}

.m_form .m_radio label span {
  width: 17px;
  height: 15px;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  position: absolute;
  top: 7px;
  left: 0;
  transition: ease-out .2s;
}

.m_form .m_radio label span img {
  display: none;
}

.m_form .m_radio label span::after {
  content: '';
  width: 90%;
  height: 90%;
  background: url(../images/dui.svg) no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: ease-out .2s;
}

.m_form .m_radio label:hover {
  color: #1C388C;
}

.m_form .m_radio br {
  display: none;
}

.m_form .m_radio input[type="radio"] {
  display: none !important;
}

.m_form .m_radio input[type="radio"]:checked ~ span {
  display: flex;
  border-color: #1C388C;
}

.m_form .m_radio input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

.m_form .m_button {
  width: 226px;
  height: 60px;
  background: #1C388C;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: block;
  transition: ease-out .36s;
}

.m_form .m_button:hover {
  opacity: .85;
}

.m_form .m_con4 .m_radio {
  margin-bottom: 40px;
}

.m_form .m_con4 .m_con2:last-child {
  padding-bottom: 25px;
}

.pop_modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.pop_content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px 10px 25px 15px;
  border: 1px solid #888;
  width: 450px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_content h2 {
  font-size: 26px;
}

.pop_content p {
  font-size: 16px;
  margin-top: 18px;
}

.pop_close {
  color: #aaa;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: ease-out .2s;
}

.pop_close:hover {
  color: black;
}

.m_form_black {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.m_form_black .m_form_card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1600px;
}

.m_form_black .m_form {
  width: 100%;
}

.m_form_black .m_form_close {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #1C388C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: ease-out .3s;
}

.m_form_black .m_form_close:hover {
  background: #1C388C;
  color: #fff;
}

@media (max-width: 1380px) {
  .m_row1 {
    padding: 100px 0;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .m_row1 {
    display: block;
  }
  .m_row1 .m_left {
    width: 100%;
  }
  .m_row1 .m_left .m_t4 img {
    width: 100%;
  }
  .m_row1 .m_right {
    max-width: 800px;
    margin: 100px auto 0 auto;
  }
  .m_row2 {
    padding: 5%;
  }
  .m_row3 {
    padding: 100px 0;
  }
  .m_row3 .m_con {
    min-height: 385px;
  }
  .m_row3 .m_container {
    display: block;
  }
  .m_row3 .m_right,
  .m_row3 .m_left {
    width: 100%;
  }
  .m_row3 .m_right {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_row3 .m_tit2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .m_row4 {
    display: block;
  }
  .m_row4 .m_left {
    width: 100%;
  }
  .m_row4 .m_left span {
    width: 150px;
  }
  .m_row4 .m_left div {
    width: 100%;
  }
  .m_row4 .m_right {
    max-width: 700px;
    margin: 100px auto 0 auto;
    padding: 5%;
  }
  .m_row4 .m_right .m_t2 img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .m_row1 {
    padding: 50px 0;
  }
  .m_row1 .m_left {
    padding: 5% 3.5% 6% 3.5%;
  }
  .m_row1 .m_left .m_t1 {
    font-size: 35px;
  }
  .m_row1 .m_left .m_t3 {
    margin-top: 30px;
  }
  .m_row1 .m_left .m_t4 {
    margin-top: 35px;
  }
  .m_row1 .m_right {
    margin-top: 50px;
  }
  .m_row1 .m_right .m_img2 {
    width: 30%;
  }
  .m_row2 {
    padding: 30px 2.5%;
  }
  .m_row2 .m_title div {
    font-size: 26px;
  }
  .m_row2 .m_con3 .m_div {
    padding: 5%;
  }
  .m_row2 .m_tab li {
    font-size: 15px;
  }
  .m_row2 .m_con1 li div {
    font-size: 15px;
  }
  .m_row2 .m_con1 li div {
    line-height: 40px;
  }
  .m_row2 .m_con1 li {
    width: 48%;
  }
  .m_row2 .m_width {
    margin-top: 20px;
  }
  .m_row2 .m_title p {
    font-size: 16px;
  }
  .m_row2 .m_tab {
    margin-bottom: 30px;
  }
  .m_row2 .m_bottom {
    justify-content: space-between;
  }
  .m_row2 .m_bottom button,
  .m_row2 .m_bottom div {
    font-size: 18px;
    width: 47.5%;
    height: 55px;
    margin: 0 auto;
  }
  .m_row2 .m_con2 .m_table {
    padding: 20px;
  }
  .m_row2 .m_con2 .ul {
    display: block;
  }
  .m_row2 .m_con2 label {
    width: 100%;
  }
  .m_row2 .m_con2 label {
    font-size: 16px;
    padding: 5px 0;
  }
  .m_row2 .m_col2 .m_t2 {
    font-size: 16px;
  }
  .m_row3 .m_tit {
    font-size: 26px;
  }
  .m_row3 .m_con {
    flex-wrap: wrap;
  }
  .m_row3 .m_con li {
    flex: 1;
    padding: 3%;
  }
  .m_row3 .m_con li div {
    margin-top: 20px;
  }
  .m_row3 .m_con {
    min-height: auto;
    padding: 5% 0;
  }
  .m_row3 {
    padding: 50px 0;
  }
  .m_row4 .m_left span {
    width: 20%;
  }
  .m_row4 {
    padding: 50px 0px 0;
  }
  .m_row4 .m_right {
    margin-top: 60px;
  }
  .m_row4 .m_right .m_t1 {
    font-size: 30px;
  }
  .m_row4 .m_right .m_t2 {
    margin-top: 40px;
  }
  .m_row4 .m_right .m_t3 {
    font-size: 34px;
  }
  .m_row4 .m_right .m_t2 div {
    font-size: 16px;
  }
  .m_row4 .m_right .m_t2 div span {
    margin-bottom: 20px;
  }
  .m_row3 .m_tit {
    padding: 0 2.5%;
  }
  .m_row1 .m_right .m_t6 {
    width: 280px;
    height: 46px;
  }
  .m_form .m_title {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
    padding: 16px 15px;
  }
  .m_form .m_con1 li {
    width: 100%;
  }
  .m_form .m_con1 li {
    padding: 0 2.5%;
    margin-bottom: 15px;
  }
  .m_form .m_form_input {
    height: 43px;
    font-size: 14px;
    margin-top: 10px;
  }
  .m_form .m_title {
    margin-bottom: 30px;
  }
  .m_form .m_radio label {
    font-size: 16px;
    line-height: 1.45;
    margin-right: 0;
  }
  .m_form .m_radio label span {
    top: 9px;
  }
  .m_form .m_con1 ul {
    padding-bottom: 30px;
  }
  .m_form .m_radio {
    margin-bottom: 35px;
  }
  .m_form .m_con4 .m_radio {
    margin-bottom: 30px;
  }
  .m_form .m_con4 .m_con2:last-child {
    padding-bottom: 10px;
  }
  .m_form .m_button {
    margin: 0 auto;
  }
  .m_form {
    padding: 0;
  }
  .m_form .m_con2 {
    padding: 0 15px;
  }
  .pop_content {
    width: 80%;
  }
  #my-cf7-form {
    padding: 20px 15px !important;
  }
  .m_form_black .m_form_close {
    right: -15px;
    top: -40px;
  }
  .m_row2 .m_tab li {
    line-height: 1.45;
    padding: 10px 0;
  }
  .m_row2 .m_con3 .m_div {
    min-height: 150px;
  }
}

.e-con > .e-con-inner {
  max-width: 100% !important;
}

.m_con4 + p {
  display: none;
}

#my-cf7-form {
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
  border-radius: 20px;
  padding: 70px 50px 50px 50px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #1C388C !important;
  margin: 0 !important;
}

.m_form .m_con2:nth-child(4) .m_radio label:hover {
  cursor: not-allowed;
  color: #333333 !important;
}
a.m_color1{
	color:#fff;
	transition: .2s;
}
a.m_color1:hover{
	opacity: .8;
}

/* #endregion */
