body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
body {
  background-color: #fff;
  font-family: "Microsoft YaHei", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
:root {
  scroll-behavior: unset;
}
.online {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 14px 0px;
  border-radius: 10px;
  background-color: rgba(51, 44, 43, 0.4);
}
@media (max-width: 1199px) {
  .online {
    display: none;
  }
}
.online ul li {
  padding: 0 20px;
  position: relative;
}
.online ul li:not(:last-child) {
  margin-bottom: 20px;
}
.online ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.online ul li a .icon {
  margin-bottom: 7px;
}
.online ul li a .icon i {
  color: #fff;
  font-size: 24px;
}
.online ul li a .tit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.online ul li .detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0px;
  background-color: rgba(51, 44, 43, 0.4);
  padding: 15px;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.online ul li .detail p {
  color: #fff;
  font-size: 14px;
}
.online ul li .detail-pic {
  padding: 10px;
}
.online ul li .detail-pic img {
  width: 100px;
}
.online ul li:hover .detail {
  opacity: 1;
  pointer-events: initial;
}
.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}
.box-searchbox .container p {
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: left;
  letter-spacing: 2px;
  color: #fff;
}
.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  margin-bottom: 30px;
  width: 90%;
}
.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}
.fiveKeys {
  z-index: 999;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E84A51;
  display: none;
}
@media (max-width: 1199px) {
  .fiveKeys {
    display: block;
  }
}
.fiveKeys ul {
  display: flex;
  height: 100%;
}
.fiveKeys ul li {
  flex: 20%;
  height: 100%;
  width: 20%;
  position: relative;
}
.fiveKeys ul li a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fiveKeys ul li a i {
  display: block;
  font-size: 20px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a i {
    font-size: 22px;
  }
}
.fiveKeys ul li a p {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 767px) {
  .fiveKeys ul li a p {
    font-size: 16px;
  }
}
.fiveKeys ul li .QrcodePic {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.fiveKeys ul li .QrcodePic img {
  width: 100%;
  height: auto;
}
.fiveKeys ul li:hover .QrcodePic {
  opacity: 1;
  pointer-events: initial;
}
.box-newsdetailMain {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .box-newsdetailMain {
    padding: 30px 0;
  }
}
.box-newsdetailMain .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.box-newsdetailMain .title .time {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: #E84A51;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time {
    padding: unset;
    margin-top: 10px;
  }
}
.box-newsdetailMain .title .time svg {
  margin-right: 10px;
  transform: translateY(0px);
}
.box-newsdetailMain .title .time svg path {
  fill: #E84A51;
}
.box-newsdetailMain .title .time p {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-newsdetailMain .title .time p {
    font-size: 14px;
  }
}
.box-newsdetailMain .main {
  padding-bottom: 30px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid #eee;
}
.box-newsdetailMain .main p {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.box-newsdetailMain .main img {
  width: 33.33%;
  height: auto;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .box-newsdetailMain .main img {
    width: 100%;
    padding: unset;
    margin-bottom: 15px;
  }
  .box-newsdetailMain .main img:nth-last-of-type(1) {
    margin-bottom: unset;
  }
}
.box-newsdetailMain .realteDetail {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail {
    padding: 0px;
  }
}
.box-newsdetailMain .realteDetail > div {
  display: flex;
  align-items: center;
}
.box-newsdetailMain .realteDetail .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #E84A51;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}
.box-newsdetailMain .realteDetail a {
  display: inline-flex;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  align-items: center;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .box-newsdetailMain .realteDetail a {
    font-size: 14px;
    width: 70.1042vw;
  }
}
.box-newsdetailMain .realteDetail a:hover {
  color: #E84A51;
  text-decoration: underline;
}
.box-newsdetailMain .sharegroup {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.box-newsdetailMain .sharegroup .txt {
  margin-right: 10px;
}
.nosearch {
  padding-bottom: 30px;
}
.nosearch h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding: 10px 0;
}
.nosearch p {
  padding: 10px;
  background-color: #E84A51;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}
.wrap-sitemap {
  padding-bottom: 40px;
}
.wrap-sitemap .title {
  text-align: left;
  margin-top: 40px;
}
.wrap-sitemap .title h2 {
  font-size: 30px;
  color: #E84A51;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 30px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li {
    min-height: 38px;
    margin-top: 20px;
    padding-left: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  min-width: 240px;
  padding: 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.5s;
  text-transform: capitalize;
  border: 1px solid #666;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > a {
    font-size: 16px;
    min-width: 140px;
    padding: 4px 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
  color: #fff;
  background-color: #E84A51;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul {
    margin: 0 -10px;
    margin-top: 10px;
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  padding: 5px 30px;
  color: #222;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 30px;
    min-width: auto;
    padding: 0 10px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a {
  text-decoration: underline;
  color: #E84A51;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul {
    padding: 0;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li {
  display: inline-block;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li a {
  line-height: 30px;
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li a {
    font-size: 13px;
  }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover a {
  text-decoration: underline;
  color: #cd0010;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul:hover > a {
  text-decoration: underline;
  color: #cd0010;
}
.inquire-page {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .inquire-page {
    padding-top: 90px;
  }
}
.inquire-page .container {
  border-bottom: 1px dashed #888888;
}
.inquire-page .car-table table {
  width: 100%;
}
.inquire-page .car-table table tr td:nth-child(1),
.inquire-page .car-table table tr th:nth-child(1) {
  width: 14.82269504%;
  padding-left: 3.19148936%;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(1),
  .inquire-page .car-table table tr th:nth-child(1) {
    padding-left: 5px;
    width: 17.822695%;
  }
}
.inquire-page .car-table table tr td:nth-child(1) input,
.inquire-page .car-table table tr th:nth-child(1) input {
  margin: 0;
  border-color: #c3ccd2;
  background-color: transparent;
}
.inquire-page .car-table table tr td:nth-child(2),
.inquire-page .car-table table tr th:nth-child(2) {
  width: 54.25531915%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 45.255319%;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tr td:nth-child(2),
  .inquire-page .car-table table tr th:nth-child(2) {
    width: 42.255319%;
  }
}
.inquire-page .car-table table tr td:nth-child(3),
.inquire-page .car-table table tr th:nth-child(3) {
  width: 15.95744681%;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tr td:nth-child(3),
  .inquire-page .car-table table tr th:nth-child(3) {
    width: 24.957447%;
  }
}
.inquire-page .car-table table tr td:nth-child(4),
.inquire-page .car-table table tr th:nth-child(4) {
  width: 14.89361702%;
}
.inquire-page .car-table table thead {
  border: 1px solid #d5d5d5;
  background-color: #E84A51;
}
.inquire-page .car-table table thead tr {
  height: 55px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead tr {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead tr {
    height: 40px;
  }
}
.inquire-page .car-table table thead th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inquire-page .car-table table thead th {
    font-size: 12px;
  }
}
.inquire-page .car-table table thead th:nth-child(1) span {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table thead th:nth-child(1) span {
    padding-left: 0;
  }
}
.inquire-page .car-table table thead th:nth-child(3),
.inquire-page .car-table table thead th:nth-child(4) {
  text-align: left;
}
.inquire-page .car-table table tbody tr {
  border-bottom: 1px solid #e4e4e4;
}
.inquire-page .car-table table tbody tr td:nth-child(2) {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) {
    padding: 20px 0;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  max-width: 160px;
}
.inquire-page .car-table table tbody tr td:nth-child(2) p {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.22875817%;
  max-width: calc(100% -160px);
  font-size: 18px;
  color: #333333;
}
@media (max-width: 1199px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) {
  text-align: left;
}
.inquire-page .car-table table tbody tr td:nth-child(3) span {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
  display: inline-block;
  width: 37px;
  height: 33px;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 25px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) span:hover {
    background-color: #E84A51;
    color: #fff;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(3) input {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  width: 64px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 45px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inquire-page .car-table table tbody tr td:nth-child(3) input {
    width: 30px;
    font-size: 12px;
  }
}
.inquire-page .car-table table tbody tr td:nth-child(4) {
  text-align: left;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg {
  cursor: pointer;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg path {
  transition: all 0.3s;
}
.inquire-page .car-table table tbody tr td:nth-child(4) svg:hover path {
  fill: #E84A51;
}
.inquire-page .car-table table .shopping-close {
  display: flex;
  justify-content: center;
}
.inquire-page .detailTit {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .inquire-page .detailTit {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.box_OnlineMessage {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage {
    padding: 40px 0;
  }
}
.box_OnlineMessage .box-tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit {
    margin-bottom: 20px;
  }
}
.box_OnlineMessage .box-tit p {
  text-align: left;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 80.952% */
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .box-tit p {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .box_OnlineMessage .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .box_OnlineMessage .box-tit p {
    font-size: 24px;
  }
}
.box_OnlineMessage .formbox {
  width: 100%;
}
.box_OnlineMessage .formbox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_OnlineMessage .formbox .inputGroup {
  width: 49%;
  height: 60px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .inputGroup {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .inputGroup textarea,
.box_OnlineMessage .formbox .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 31px;
}
.box_OnlineMessage .formbox .inputGroup textarea:focus ~ label,
.box_OnlineMessage .formbox .inputGroup input:focus ~ label,
.box_OnlineMessage .formbox .inputGroup textarea:valid ~ label,
.box_OnlineMessage .formbox .inputGroup input:valid ~ label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
  padding: 3px;
  background-color: #fff;
}
.box_OnlineMessage .formbox .inputGroup label {
  pointer-events: none;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box_OnlineMessage .formbox .Message {
  width: 100%;
  height: 244px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .box_OnlineMessage .formbox .Message {
    height: 190px;
  }
}
.box_OnlineMessage .formbox .Message textarea {
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 31px;
}
.box_OnlineMessage .formbox .Message label {
  top: 16%;
}
.box_OnlineMessage .formbox .buttonbox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.box_OnlineMessage .formbox .buttonbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #E84A51;
}
@media (max-width: 1199px) {
  .box_OnlineMessage .formbox .buttonbox button {
    width: 100%;
    height: 45px;
  }
}
.box_OnlineMessage .formbox .buttonbox button span {
  color: #fff;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
.index_Banner {
  width: 100%;
}
.index_Banner .slick_indexBanner {
  width: 100%;
}
.index_Banner .slick_indexBanner .item {
  width: 100%;
}
.index_Banner .slick_indexBanner .item .pic {
  width: 100%;
}
.index_Banner .slick_indexBanner .item .pic .img-box {
  padding-bottom: 50%;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}
.banner .swiper-slide {
  overflow: hidden;
  height: auto;
}
.banner .swiper-slide .item {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .item a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner .swiper-slide .item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  top: 50%;
}
.banner .swiper-slide .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask {
    padding: 0 20px;
  }
}
.banner .swiper-slide .item .mask .subtit {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask .subtit {
    display: none;
  }
}
.banner .swiper-slide .item .mask .subtit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .swiper-slide .item .mask .tit {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask .tit {
    margin-bottom: unset;
  }
}
.banner .swiper-slide .item .mask .tit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.76px;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask .tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .banner .swiper-slide .item .mask .tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .banner .swiper-slide .item .mask .tit p {
    font-size: 20px;
  }
}
.banner .swiper-slide .item .mask .tag {
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask .tag {
    display: none;
  }
}
.banner .swiper-slide .item .mask .tag p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.32px;
}
.banner .swiper-slide .item .mask .tag ul {
  display: flex;
  align-items: center;
}
.banner .swiper-slide .item .mask .tag ul li:not(:last-child) {
  margin-right: 35px;
}
.banner .swiper-slide .item .mask .tag ul li p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.32px;
}
.banner .swiper-slide .item .mask .more {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .banner .swiper-slide .item .mask .more {
    display: none;
  }
}
.banner .swiper-slide .item .mask .more span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 8px;
}
.banner .swiper-slide .item .mask .more .icon {
  transform: translateY(2px);
}
.banner .swiper-slide .item .mask .more .icon i {
  color: #fff;
  font-size: 16px;
}
.banner .swiper-pagination {
  bottom: 52px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  opacity: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 50%;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #E84A51;
}
.banner #video-id_fluid_controls_container {
  display: none;
}
.banner .banner-video-box {
  display: block;
  padding-bottom: 38.54166667%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner .banner-video-box .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-video-box .fluid_initial_play {
  background-color: #E84A51 !important;
}
.banner .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e87e';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner .banner-button-prev,
.banner .banner-button-next {
  position: absolute;
  right: 255px;
  width: 50px;
  height: 50px;
  z-index: 99;
  border-radius: 50%;
  background-color: #332c2b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .banner .banner-button-prev,
  .banner .banner-button-next {
    display: none;
  }
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
  background-color: #E84A51;
}
.banner .banner-button-prev {
  top: 41.21621622%;
}
.banner .banner-button-prev::before {
  content: "\100d3";
  font-family: iconfont !important;
  font-size: 16px;
  color: #fff;
}
.banner .banner-button-next {
  bottom: 41.21621622%;
}
.banner .banner-button-next::before {
  content: "\e603";
  font-family: iconfont !important;
  font-size: 16px;
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
}
header .header {
  display: flex;
  height: 120px;
  background-color: #fff;
}
@media (max-width: 1170px) {
  header .header {
    height: 60px;
  }
}
header .header .logo {
  width: 19.53125%;
  padding-left: 136px;
}
@media (max-width: 1680px) {
  header .header .logo {
    padding: 0 20px;
    width: 10%;
    flex-shrink: 0;
  }
  header .header .logo a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header .logo img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .header .logo {
    width: 180px;
    padding: unset;
  }
  header .header .logo a {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  header .header .logo img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  header .header .logo {
    width: 100px;
  }
}
header .header .header-right {
  width: 80.46875%;
}
@media (max-width: 1680px) {
  header .header .header-right {
    width: 90%;
  }
}
@media (max-width: 991px) {
  header .header .header-right {
    width: 100%;
  }
}
header .header .header-right .header-right-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-top {
    display: none;
  }
}
header .header .header-right .header-right-top .header-right-top-l {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  width: 86.08414239%;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul {
  display: flex;
  align-items: center;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li {
  display: flex;
  align-items: center;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li:not(:last-child) {
  margin-right: 30px;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li .icon {
  margin-right: 13px;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li .icon i {
  font-size: 14px;
  color: #E84A51;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li p,
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li a {
  color: #776F6E;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li p:not(:last-child),
header .header .header-right .header-right-top .header-right-top-l .contactinfo ul li a:not(:last-child) {
  margin-right: 10px;
}
header .header .header-right .header-right-top .header-right-top-l .language {
  margin-right: 25px;
}
header .header .header-right .header-right-top .header-right-top-l .language a {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
header .header .header-right .header-right-top .header-right-top-r {
  display: flex;
  align-items: center;
  width: 16.50485437%;
}
header .header .header-right .header-right-top .header-right-top-r .media ul {
  display: flex;
  align-items: center;
}
header .header .header-right .header-right-top .header-right-top-r .media ul li:not(:last-child) {
  margin-right: 16px;
}
header .header .header-right .header-right-top .header-right-top-r .media ul li a .icon i {
  font-size: 16px;
  color: #776F6E;
}
header .header .header-right .header-right-top .header-right-top-r .media ul li a .icon .icon-xiaohongshu {
  font-size: 24px;
}
header .header .header-right .header-right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #2e2b2b;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom {
    height: 60px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l {
  width: 86.08414239%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  height: inherit;
  background-color: #2E2B2B;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l {
    padding-left: 20px;
  }
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l {
    justify-content: flex-end;
    width: 100%;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu {
  height: inherit;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu {
    position: fixed;
    top: 60px;
    height: calc(120vh - 120px);
    left: 0;
    width: 100%;
    display: block;
    overflow-y: auto;
    background-color: #2e2b2b;
    padding: 30px 12px;
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul {
    flex-direction: column;
    height: max-content;
    align-items: flex-start;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li:not(:last-child) {
  margin-right: 47px;
}
@media (max-width: 1680px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a {
  display: flex;
  align-items: center;
  height: inherit;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: max-content;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a {
    font-size: 18px;
    width: 80%;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a::before {
  transition: all 0.5s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #E84A51;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a::before {
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a:hover {
  color: #E84A51;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > a:hover::before {
  width: 130%;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switch {
  display: none;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switch {
    width: 20%;
    height: 20px;
    display: flex;
    justify-content: flex-end;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switch > div {
  width: 20px;
  height: 20px;
  position: relative;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switch > div span {
  display: block;
  background-color: #E84A51;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switch > div span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switchOn > div > span {
  background-color: #fff;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li > .switchOn > div > span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide {
  position: fixed;
  top: 120px;
  z-index: 333;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide {
    display: block;
    opacity: 1;
    pointer-events: initial;
    position: unset;
    left: unset;
    transition: unset;
    transform: unset;
    width: 100%;
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul {
    width: 100% !important;
    justify-content: flex-start;
    padding: 20px 12px !important;
    align-items: flex-start;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li {
    width: 100%;
    align-items: flex-start;
    padding: 0 0 0 0 !important;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit {
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit {
    margin-bottom: 10px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit a {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.2s;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit a {
    font-size: 16px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit a:hover {
  color: #E84A51;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category2tit p {
    font-size: 16px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category3 > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category3 > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category3 > ul > li {
    margin-right: 10px;
    margin-bottom: 6px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category3 > ul > li > a {
  color: #DDDCDC;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  transition: all 0.2s;
  text-underline-offset: 3px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .fixslide > ul > li > .Category3 > ul > li > a:hover {
  text-decoration: underline;
  color: #E84A51;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .studyingabroadList > ul {
  width: 1410px;
  padding: 40px 40px 80px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .studyingabroadList > ul > li {
  padding: 0 50px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .visaList > ul {
  width: 1410px;
  padding: 40px 40px 80px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .visaList > ul > li {
  padding: 0 30px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .immigrantList > ul {
  width: 100vw;
  padding: 40px 40px 11px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .immigrantList > ul > li {
  padding: 0 30px;
}
@media(max-width:1560px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .immigrantList > ul > li {
    width: 33.33%;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .rejectedList > ul {
  padding: 40px 40px 80px;
  width: 1410px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .rejectedList > ul > li {
  padding: 0 70px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .otherServiceList > ul {
  padding: 40px 40px 80px;
  width: 1410px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .otherServiceList > ul > li {
  padding: 0 50px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .messageList > ul {
  width: 1410px;
  padding: 40px 40px 80px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li .messageList > ul > li {
  padding: 0 54px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul > li:hover .fixslide {
  opacity: 1;
  pointer-events: initial;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about {
  position: relative;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide {
  padding-top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
  width: max-content;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide {
    position: unset;
    width: 100%;
    height: max-content;
    transform: unset;
    transition: unset;
    opacity: 1;
    pointer-events: initial;
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 54px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul {
    padding: 20px 12px;
    align-items: flex-start;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul li a {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about .about_slide ul li a:hover {
  color: #E84A51;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .header_about:hover .about_slide {
  opacity: 1;
  pointer-events: initial;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .active a {
  color: #E84A51;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .menu > ul .active a::before {
  width: 150%;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func {
  display: flex;
  align-items: center;
  height: inherit;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 1410px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone {
    padding-right: 15px;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a {
  display: flex;
  align-items: center;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E84A51;
  margin-right: 17px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .icon {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .icon {
    margin-right: unset;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .icon i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .tel {
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .tel p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .phone a .tel span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .search {
  padding: 0 24px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1410px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .search {
    padding: 0 15px;
  }
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .search {
    position: relative;
  }
  header .header .header-right .header-right-bottom .header-right-bottom-l .func .search::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-l .func .search .icon i {
  color: #FFFFFF;
  font-size: 22px;
}
header .header .header-right .header-right-bottom .header-right-bottom-r {
  width: 16.50485437%;
  height: inherit;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-r {
    display: flex;
    align-items: center;
    width: max-content;
    flex-shrink: 0;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn {
  height: inherit;
  width: 100%;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn {
    position: relative;
  }
  header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #E84A51;
  padding-left: 28px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn a {
    padding: 0 15px;
    justify-content: center;
    background-color: #2e2b2b;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn a span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn a span {
    display: none;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-r .contactbtn a .icon i {
  color: #fff;
  font-size: 18px;
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1170px) {
  header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN {
    display: block;
  }
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 0.3s;
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #fff;
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .header-right .header-right-bottom .header-right-bottom-r .mobilenavBTN .active span:nth-child(2) {
  display: none;
}
main .index-announcement {
  height: 50px;
  background-color: #F5F5F5;
  overflow-x: hidden;
}
main .index-announcement .container {
  display: flex;
  align-items: center;
  height: 100%;
}
main .index-announcement .container .icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 14px;
}
main .index-announcement .container .icon i {
  color: #2E2B2B;
  font-size: 18px;
}
main .index-announcement .container .tit {
  width: auto;
  flex-shrink: 0;
}
main .index-announcement .container .tit p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  text-transform: capitalize;
}
main .index-announcement .container .slick-announcement p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  /* text-transform: capitalize; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
main .index-tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-align: left;
}
@media (max-width: 1199px) {
  main .index-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .index-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .index-tit p {
    font-size: 24px;
  }
}
main .index-news {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  main .index-news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-news {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-news {
    padding: 40px 0;
  }
}
main .index-news .index-tit {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  main .index-news .index-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-news .index-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-news .index-tit {
    margin-bottom: 20px;
  }
}
main .index-news .newsList > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul {
    margin: 0 -7px;
  }
}
main .index-news .newsList > ul > li {
  width: 33.333333%;
  padding: 0 25px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  main .index-news .newsList > ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li {
    padding: 0 7px;
  }
}
main .index-news .newsList > ul > li:not(:nth-child(n+3)) {
  margin-bottom: 77px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul > li:not(:nth-child(n+3)) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  main .index-news .newsList > ul > li:not(:nth-child(n+3)) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main .index-news .newsList > ul > li {
    margin-bottom: 30px;
  }
}
main .index-news .newsList > ul > li > .item .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  main .index-news .newsList > ul > li > .item .head {
    margin-bottom: 15px;
  }
}
main .index-news .newsList > ul > li > .item .head .time {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .head .time {
    transform: translateY(10px);
  }
}
main .index-news .newsList > ul > li > .item .head .time .day {
  margin-bottom: 7px;
}
main .index-news .newsList > ul > li > .item .head .time .day p {
  color: #332C2B;
  font-family: "Glacial Indifference";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 72.222% */
  text-transform: capitalize;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .head .time .day p {
    font-size: 24px;
    line-height: 0.2;
  }
}
main .index-news .newsList > ul > li > .item .head .time .month p {
  color: #968D8C;
  font-family: "Glacial Indifference";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 173.333% */
  text-transform: capitalize;
}
main .index-news .newsList > ul > li > .item .head .tit {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  main .index-news .newsList > ul > li > .item .head .tit {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .head .tit {
    padding-left: 10px;
  }
}
main .index-news .newsList > ul > li > .item .head .tit a {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  text-transform: capitalize;
  transition: all 0.5s;
  min-height: 64px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .head .tit a {
    font-size: 14px;
    line-height: 1.5;
    min-height: unset;
  }
}
main .index-news .newsList > ul > li > .item .intro {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .intro {
    margin-bottom: 10px;
  }
}
main .index-news .newsList > ul > li > .item .intro p {
  color: #776F6E;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
}
main .index-news .newsList > ul > li > .item .intro p a {
  color: #776F6E;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  text-decoration-line: underline;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .intro p a {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .item .intro p {
    line-height: 1.5;
    min-height: unset;
  }
}
main .index-news .newsList > ul > li > .item .pic .img-box {
  padding-bottom: 58.13953488%;
}
main .index-news .newsList > ul > li > .item:hover .head .time .day p {
  color: #E84A51;
}
main .index-news .newsList > ul > li > .item:hover .head .tit a {
  color: #E84A51;
  text-decoration: underline;
}
main .index-news .newsList > ul > li > .item:hover .pic .img-box img {
  transform: scale(1.1);
}
main .index-news .newsList > ul > li > .newstitList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
main .index-news .newsList > ul > li > .newstitList .tit {
  margin-bottom: 22px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul > li > .newstitList .tit {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .newstitList .tit {
    margin-bottom: 8px;
  }
}
main .index-news .newsList > ul > li > .newstitList .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .newstitList .tit p {
    font-size: 16px;
    line-height: 1;
  }
}
main .index-news .newsList > ul > li > .newstitList > ul {
  margin-bottom: 25px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul > li > .newstitList > ul {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .newstitList > ul {
    margin-bottom: unset;
  }
}
main .index-news .newsList > ul > li > .newstitList > ul > li {
  display: flex;
  flex-direction: column;
}
main .index-news .newsList > ul > li > .newstitList > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1410px) {
  main .index-news .newsList > ul > li > .newstitList > ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .newstitList > ul > li:nth-child(n+4) {
    display: none;
  }
}
main .index-news .newsList > ul > li > .newstitList > ul > li > a {
  margin-bottom: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #645E5E;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* 200% */
  text-transform: capitalize;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .index-news .newsList > ul > li > .newstitList > ul > li > a {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
main .index-news .newsList > ul > li > .newstitList > ul > li:hover > a {
  color: #E84A51;
  text-decoration: underline;
}
main .index-news .newsList > ul > li > .newstitList > ul > li span {
  color: #968D8C;
  font-family: "Glacial Indifference";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .index-news .newsList > ul > li > .newstitList .more a {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
  line-height: 1;
}
main .index-news .newsList > ul > li > .newstitList .more a:hover {
  color: #E84A51;
}
main .index-service {
  padding-top: 60px;
  background-color: #f8f8f8;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  main .index-service {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-service {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-service {
    padding: 40px 0;
  }
}
main .index-service .index-tit {
  margin-bottom: 9px;
}
main .index-service .advantageList {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main .index-service .advantageList::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 100vw;
  height: 1px;
  background: linear-gradient(90deg, #F8F8F8 0.45%, #FFF 0.46%, #E4E4E4 46.59%, #F8F8F8 92.26%);
}
@media (max-width: 767px) {
  main .index-service .advantageList::before {
    display: none;
  }
}
main .index-service .advantageList ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
main .index-service .advantageList ul::before,
main .index-service .advantageList ul::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #E4E4E4 47.5%, #F8F8F8 100%);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  main .index-service .advantageList ul::before,
  main .index-service .advantageList ul::after {
    display: none;
  }
}
main .index-service .advantageList ul::before {
  left: 33.333333%;
}
main .index-service .advantageList ul::after {
  left: 66.666666%;
}
main .index-service .advantageList ul li {
  width: 33.33333%;
}
@media (max-width: 767px) {
  main .index-service .advantageList ul li {
    width: 50%;
  }
}
main .index-service .advantageList ul li .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 41px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  main .index-service .advantageList ul li .item {
    padding: 12px;
  }
}
main .index-service .advantageList ul li .item .icon {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
}
main .index-service .advantageList ul li .item .icon img {
  width: 100%;
}
main .index-service .advantageList ul li .item .tit p {
  color: #222;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-align: left;
}
@media (max-width: 767px) {
  main .index-service .advantageList ul li .item .tit p {
    font-size: 16px;
  }
}
main .index-Popularcourse {
  padding-top: 120px;
  padding-bottom: 105px;
}
@media (max-width: 1199px) {
  main .index-Popularcourse {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-Popularcourse {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-Popularcourse {
    padding: 40px 0;
  }
}
main .index-Popularcourse .index-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .index-Popularcourse .index-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-Popularcourse .index-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .index-Popularcourse .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  main .index-Popularcourse .row > div {
    padding: 0 7px;
  }
}
main .index-Popularcourse .item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .index-Popularcourse .item {
    margin-bottom: 15px;
  }
}
main .index-Popularcourse .item .pic .img-box {
  padding-bottom: 57.77777778%;
}
main .index-Popularcourse .item .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
main .index-Popularcourse .item .mask a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  transition: all 0.5s;
}
main .index-Popularcourse .item .mask a::before {
  content: '';
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(164, 11, 18, 0.2) 77%, #000 100%);
  transition: all 0.5s;
}
main .index-Popularcourse .item .mask a:after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(153, 29, 35, 0.8) 80%, #BC1A21 100%);
  transition: all 0.5s;
}
main .index-Popularcourse .item .mask a p {
  position: relative;
  z-index: 30;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  main .index-Popularcourse .item .mask a p {
    font-size: 16px;
  }
}
main .index-Popularcourse .item .mask a p span {
  padding: 0 30px;
}
@media (max-width: 767px) {
  main .index-Popularcourse .item .mask a p span {
    padding: 0 12px;
  }
}
main .index-Popularcourse .item .mask a p::before,
main .index-Popularcourse .item .mask a p::after {
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
main .index-Popularcourse .item .mask a:hover::before {
  opacity: 0;
}
main .index-Popularcourse .item .mask a:hover:after {
  opacity: 1;
}
main .index-Popularcourse .item .mask a:hover p::before {
  transform: translateX(-3px);
}
main .index-Popularcourse .item .mask a:hover p::after {
  transform: translateX(3px);
}
main .index-Popularcourse .more {
  padding-top: 10px;
}
main .index-Popularcourse .more a {
  display: flex;
  justify-content: center;
}
main .index-Popularcourse .more a span {
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-right: 12px;
}
main .index-Popularcourse .more a .icon {
  transform: translateY(5px);
}
main .index-Popularcourse .more a .icon i {
  color: #E84A51;
  font-size: 16px;
}
main .index-visa {
  padding-top: 97px;
  background-color: #f8f8f8;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  main .index-visa {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-visa {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-visa {
    padding: 40px 0;
  }
}
main .index-visa .index-tit {
  margin-bottom: 54px;
}
@media (max-width: 1199px) {
  main .index-visa .index-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-visa .index-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-visa .index-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .index-visa .row {
    margin: 0 -7px;
  }
}
@media (max-width: 767px) {
  main .index-visa .row > div {
    padding: 0 7px;
  }
}
main .index-visa .item {
  padding: 16px 16px 21px;
  background: #FFF;
}
@media (max-width: 1199px) {
  main .index-visa .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  main .index-visa .item {
    padding: 12px 6px;
  }
}
main .index-visa .item a .tit {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main .index-visa .item a .tit {
    margin-bottom: 10px;
  }
}
main .index-visa .item a .tit p {
  text-align: left;
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  main .index-visa .item a .tit p {
    font-size: 16px;
  }
}
main .index-visa .item a .pic {
  margin-bottom: 16px;
}
main .index-visa .item a .pic .img-box {
  padding-bottom: 61.9047619%;
}
main .index-visa .item a .more p {
  text-align: left;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .index-advantage {
  padding-bottom: 106px;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  main .index-advantage {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-advantage {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-advantage {
    padding: 40px 0;
  }
}
main .index-advantage .item {
  background: #FFF;
  box-shadow: 0px 24px 28.1px -23px rgba(232, 74, 81, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  transition: all 0.5s;
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  main .index-advantage .item {
    padding: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  main .index-advantage .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .index-advantage .item {
    padding: 12px;
  }
}
main .index-advantage .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  border-radius: 26px;
  height: 3px;
  background-color: #E84A51;
  transition: all 0.5s;
  width: 0;
}
main .index-advantage .item .pic {
  margin-bottom: 27px;
  width: 260px;
}
@media (max-width: 1199px) {
  main .index-advantage .item .pic {
    margin-bottom: 20px;
    width: 200px;
  }
}
@media (max-width: 991px) {
  main .index-advantage .item .pic {
    margin-bottom: 15px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  main .index-advantage .item .pic {
    margin-bottom: 10px;
    width: 160px;
  }
}
main .index-advantage .item .pic img {
  width: 100%;
  height: auto;
}
main .index-advantage .item .tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  main .index-advantage .item .tit {
    margin-bottom: 10px;
  }
}
main .index-advantage .item .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 1199px) {
  main .index-advantage .item .tit p {
    font-size: 18px;
  }
}
main .index-advantage .item .intro {
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  main .index-advantage .item .intro {
    margin-bottom: 15px;
  }
}
main .index-advantage .item .intro p {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  min-height: 156px;
}
@media (max-width: 1199px) {
  main .index-advantage .item .intro p {
    min-height: unset;
    line-height: 1.7;
  }
}
main .index-advantage .item .num p {
  color: #D9D9D9;
  font-family: "Glacial Indifference";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 72.222% */
  text-transform: capitalize;
}
main .index-advantage .item:hover {
  box-shadow: 0px 24px 32.1px -23px rgba(40, 9, 10, 0.15);
}
main .index-advantage .item:hover::before {
  width: 54.22222222%;
}
main .index-Calendar {
  display: flex;
}
main .index-Calendar .index-Calendar-l {
  height: 730px;
  position: relative;
  width: 50.78125%;
  margin-top: 78px;
}
@media (max-width: 1199px) {
  main .index-Calendar .index-Calendar-l {
    display: none;
  }
}
main .index-Calendar .index-Calendar-l .map {
  z-index: 30;
  position: absolute;
  top: 9px;
  left: 135px;
  width: 72.82051282%;
}
main .index-Calendar .index-Calendar-l .map img {
  width: 100%;
}
main .index-Calendar .index-Calendar-l .bottom {
  width: 81.43589744%;
  bottom: 0;
  position: absolute;
  left: 94.5px;
}
main .index-Calendar .index-Calendar-l .bottom img {
  width: 100%;
}
main .index-Calendar .index-Calendar-l .plane {
  position: absolute;
  z-index: 40;
  width: 32.51282051%;
  top: 179px;
  right: 63.5px;
}
main .index-Calendar .index-Calendar-l .plane img {
  width: 100%;
}
main .index-Calendar .index-Calendar-l .svg1 {
  position: absolute;
  top: 29px;
  left: 235px;
  animation: rotateinfinate 2s infinite;
}
@keyframes rotateinfinate {
  to {
    transform: rotate(360deg);
  }
}
main .index-Calendar .index-Calendar-l .svg2 {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
}
main .index-Calendar .index-Calendar-l .svg2 path {
  stroke-dasharray: 4;
}
main .index-Calendar .index-Calendar-r {
  width: 49.21875%;
  display: flex;
  flex-direction: column;
  height: auto;
  padding-right: 255px;
  padding-left: 70px;
}
@media (max-width: 1680px) {
  main .index-Calendar .index-Calendar-r {
    padding-right: 155px;
  }
}
@media (max-width: 1410px) {
  main .index-Calendar .index-Calendar-r {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  main .index-Calendar .index-Calendar-r {
    width: 991px;
    margin: 0 auto;
    padding: unset;
  }
}
@media (max-width: 991px) {
  main .index-Calendar .index-Calendar-r {
    width: 767px;
    margin: 0 auto;
    padding: unset;
  }
}
@media (max-width: 767px) {
  main .index-Calendar .index-Calendar-r {
    width: 540px;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 100%;
  }
}
main .index-Calendar .index-Calendar-r .plane {
  display: flex;
  justify-content: flex-end;
}
main .index-Calendar .index-Calendar-r .box-tit {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  main .index-Calendar .index-Calendar-r .box-tit {
    margin-bottom: 20px;
  }
}
main .index-Calendar .index-Calendar-r .box-tit p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 88.889% */
  letter-spacing: 2.16px;
}
@media (max-width: 1199px) {
  main .index-Calendar .index-Calendar-r .box-tit p {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  main .index-Calendar .index-Calendar-r .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .index-Calendar .index-Calendar-r .box-tit p {
    font-size: 24px;
  }
}
main .index-Calendar .index-Calendar-r .intro {
  margin-bottom: 47px;
}
@media (max-width: 1199px) {
  main .index-Calendar .index-Calendar-r .intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-Calendar .index-Calendar-r .intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-Calendar .index-Calendar-r .intro {
    margin-bottom: 20px;
  }
}
main .index-Calendar .index-Calendar-r .intro p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 1.08px;
}
@media (max-width: 1199px) {
  main .index-Calendar .index-Calendar-r .intro p {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  main .index-Calendar .index-Calendar-r .intro p {
    font-size: 16px;
  }
}
main .index-Calendar .index-Calendar-r .Calendar_containerbox {
  padding-bottom: 20px;
}
main .index-Calendar .index-Calendar-r .btnbox {
  display: flex;
  align-items: center;
  height: 50px;
}
main .index-Calendar .index-Calendar-r .btnbox form {
  height: inherit;
  width: 75.04025765%;
  margin-right: 20px;
}
main .index-Calendar .index-Calendar-r .btnbox form button {
  width: 100%;
  height: inherit;
  border-radius: 6px;
  background: #E84A51;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .index-Calendar .index-Calendar-r .btnbox form button span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 10px;
}
main .index-Calendar .index-Calendar-r .btnbox form button .icon {
  transform: translateY(2px);
}
main .index-Calendar .index-Calendar-r .btnbox form button .icon i {
  color: #fff;
  font-size: 16px;
}
main .index-Calendar .index-Calendar-r .btnbox .messagebtn {
  height: inherit;
  width: 21.73913043%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #2E2B2B;
}
main .index-Calendar .index-Calendar-r .btnbox .messagebtn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 7px;
}
main .index-Calendar .index-Calendar-r .btnbox .messagebtn .icon i {
  font-size: 19px;
  color: #fff;
}
main .index-partner {
  padding-top: 174px;
  padding-bottom: 138px;
}
@media (max-width: 1199px) {
  main .index-partner {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .index-partner {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .index-partner {
    padding: 40px 0;
  }
}
main .index-partner .index-tit {
  margin-bottom: 58px;
}
@media (max-width: 1199px) {
  main .index-partner .index-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .index-partner .index-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .index-partner .index-tit {
    margin-bottom: 20px;
  }
}
main .index-partner .List {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  main .index-partner .List {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main .index-partner .List {
    margin-bottom: 10px;
  }
}
main .index-partner .List,
main .index-partner .List2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main .index-partner .List .str_wrap,
main .index-partner .List2 .str_wrap {
  position: relative;
}
main .index-partner .List .str_move,
main .index-partner .List2 .str_move {
  position: absolute;
  display: flex;
  align-items: center;
}
main .index-partner .List .item,
main .index-partner .List2 .item {
  width: 210px;
}
@media (max-width: 767px) {
  main .index-partner .List .item,
  main .index-partner .List2 .item {
    width: 180px;
  }
}
main .index-partner .List ul,
main .index-partner .List2 ul {
  display: flex;
}
main .index-partner .List ul li,
main .index-partner .List2 ul li {
  margin-right: 30px;
}
main .index-partner .List .img-box,
main .index-partner .List2 .img-box {
  padding-bottom: 47.61904762%;
  border: 1px solid #F5F5F5;
}
main .insideBanner {
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  main .insideBanner {
    margin-top: 60px;
  }
}
main .insideBanner .pic {
  width: 100%;
}
main .insideBanner .pic img {
  width: 100%;
}
main .studyingabroad-applybox {
  padding-top: 94px;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox {
    padding-top: 40px;
  }
}
main .studyingabroad-applybox .applybox-tit {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applybox-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applybox-tit {
    margin-bottom: 20px;
  }
}
main .studyingabroad-applybox .applybox-tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-align: center;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox .applybox-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applybox-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applybox-tit p {
    font-size: 24px;
  }
}
main .studyingabroad-applybox .applybox-intro {
  margin-bottom: 61px;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox .applybox-intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applybox-intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applybox-intro {
    margin-bottom: 20px;
  }
}
main .studyingabroad-applybox .applybox-intro p {
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
main .studyingabroad-applybox .applyList {
  padding-bottom: 37px;
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main .studyingabroad-applybox .applyList .applyList-boxtit {
  margin-bottom: 30px;
}
main .studyingabroad-applybox .applyList .applyList-boxtit p {
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .studyingabroad-applybox .applyList ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -76px;
}
@media (max-width: 1410px) {
  main .studyingabroad-applybox .applyList ul {
    margin: 0 -30px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul {
    margin: unset;
  }
}
main .studyingabroad-applybox .applyList ul li {
  width: 50%;
  padding: 0 76px;
  margin-bottom: 55px;
  position: relative;
}
@media (max-width: 1410px) {
  main .studyingabroad-applybox .applyList ul li {
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
main .studyingabroad-applybox .applyList ul li:nth-child(2n+1)::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul li:nth-child(2n+1)::before {
    display: none;
  }
}
main .studyingabroad-applybox .applyList ul li:last-child::before {
  content: unset;
}
main .studyingabroad-applybox .applyList ul li .item {
  display: flex;
  flex-direction: column;
}
main .studyingabroad-applybox .applyList ul li .item .item_tit {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul li .item .item_tit {
    margin-bottom: 10px;
  }
}
main .studyingabroad-applybox .applyList ul li .item .item_tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul li .item .item_tit p {
    font-size: 16px;
  }
}
main .studyingabroad-applybox .applyList ul li .item .item_tit p span {
  margin-right: 15px;
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyList ul li .item .item_tit p span {
    font-size: 16px;
  }
}
main .studyingabroad-applybox .applyList ul li .item .item_intro p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
main .studyingabroad-applybox .applyTipbox {
  padding-top: 70px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox .applyTipbox {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applyTipbox {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyTipbox {
    padding: 40px 0;
  }
}
main .studyingabroad-applybox .applyTipbox .applyTipboxmain {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox .applyTipbox .applyTipboxmain {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applyTipbox .applyTipboxmain {
    margin-bottom: 30px;
  }
}
main .studyingabroad-applybox .applyTipbox .applyTipbox-tit {
  display: flex;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applyTipbox .applyTipbox-tit {
    margin-bottom: 15px;
  }
}
main .studyingabroad-applybox .applyTipbox .applyTipbox-tit .icon {
  width: 26px;
  height: 26px;
  margin-right: 13px;
}
main .studyingabroad-applybox .applyTipbox .applyTipbox-tit .icon img {
  width: 100%;
}
main .studyingabroad-applybox .applyTipbox .applyTipbox-tit p {
  padding-top: 2px;
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent {
  padding-left: 39px;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent .table-box table {
  width: 100%;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent .table-box table tr:first-child {
  border: unset;
  padding-bottom: 10px;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent .table-box table tr:first-child td {
  background-color: #E84A51;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding: 11px 0;
  border: 1px solid #fff;
}
main .studyingabroad-applybox .applyTipbox .applyTipboxcontent .table-box table tr td {
  width: 30%;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding: 11px 15px;
}
main .studyingabroad-applybox .applybox-general {
  padding-bottom: 94px;
}
@media (max-width: 1199px) {
  main .studyingabroad-applybox .applybox-general {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .studyingabroad-applybox .applybox-general {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applybox-general {
    padding-bottom: 30px;
  }
}
main .studyingabroad-applybox .applybox-general .contentbox li{
  list-style: initial;
  transform: translateX(1.5em);
}
main .studyingabroad-applybox .applybox-general .contentbox p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
@media (max-width: 767px) {
  main .studyingabroad-applybox .applybox-general .contentbox p {
    line-height: 1.8;
  }
}
main .studyingabroad-applybox .applybox-general .contentbox img {
  width: max-content;
  max-width: 100%;
}
main .inquiryNowbtn {
  margin-top: 30px;
  padding: 15px 190px;
  border-radius: 6px;
  background: #332C2B;
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 100%;
}
@media (max-width: 767px) {
  main .inquiryNowbtn {
    padding: 15px 40px;
  }
}
main .inquiryNowbtn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 9px;
  text-transform: capitalize;
  transition: all 0.5s;
}
main .inquiryNowbtn .icon i {
  transition: all 0.5s;
  color: #fff;
  font-size: 16px;
}
main .inquiryNowbtn:hover {
  background-color: #E84A51;
}
main .inquiryNowbtn:hover span {
  color: #fff;
}
main .inquiryNowbtn:hover .icon i {
  color: #fff;
}
main .visa_generalbox,
main .immigrant_generalbox {
  padding-top: 76px;
  padding-bottom: 94px;
}
@media (max-width: 1199px) {
  main .visa_generalbox,
  main .immigrant_generalbox {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .visa_generalbox,
  main .immigrant_generalbox {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .visa_generalbox,
  main .immigrant_generalbox {
    padding: 40px 0;
  }
}
main .visa_generalbox .box-tit,
main .immigrant_generalbox .box-tit {
  margin-bottom: 19px;
}
main .visa_generalbox .box-tit p,
main .immigrant_generalbox .box-tit p {
  color: #332C2B;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
}
@media (max-width: 1199px) {
  main .visa_generalbox .box-tit p,
  main .immigrant_generalbox .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .visa_generalbox .box-tit p,
  main .immigrant_generalbox .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .visa_generalbox .box-tit p,
  main .immigrant_generalbox .box-tit p {
    font-size: 24px;
  }
}
main .visa_generalbox .dividebox,
main .immigrant_generalbox .dividebox {
  height: 28px;
  position: relative;
  margin-bottom: 19px;
}
main .visa_generalbox .dividebox::before,
main .immigrant_generalbox .dividebox::before {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  height: inherit;
  width: 1px;
  background: #E6E6E6;
}
main .visa_generalbox .dividebox::after,
main .immigrant_generalbox .dividebox::after {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  height: 14px;
  width: 3px;
  background: #E84A51;
}
main .visa_generalbox .visa_generalbox_main,
main .immigrant_generalbox .visa_generalbox_main {
  width: 100%;
}
main .visa_generalbox .visa_generalbox_main li,
main .immigrant_generalbox .visa_generalbox_main li{
  list-style: initial;
}
main .visa_generalbox .visa_generalbox_main p,
main .immigrant_generalbox .visa_generalbox_main p {
  /* width: 1170px; */
  max-width: 100%;
  margin: 0 auto;
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
main .immigrant_generalbox .visa_generalbox_main li{
  list-style: initial;
}
main .visa_generalbox .visa_generalbox_main img,
main .immigrant_generalbox .visa_generalbox_main img {
  width: 49%;
}
@media (max-width: 1199px) {
  main .visa_generalbox .visa_generalbox_main img,
  main .immigrant_generalbox .visa_generalbox_main img {
    width: 100%;
    margin-bottom: 15px;
  }
}
main .visa_generalbox .inquiryNowbtn,
main .immigrant_generalbox .inquiryNowbtn {
  margin: 0 auto;
}
main .immigrant_technologytest {
  padding-bottom: 128px;
}
@media (max-width: 1199px) {
  main .immigrant_technologytest {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .immigrant_technologytest {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .immigrant_technologytest {
    padding-bottom: 40px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner {
  margin-top: 120px;
  background-size: 100% 100%;
  background-position: top center;
  padding-top: 9.1667vw;
  padding-bottom: 5.2083vw;
  background-repeat: no-repeat;
}
@media (max-width: 1680px) {
  main .immigrant_technologytest .immigrant_technologytestbanner {
    padding-top: 50px;
  }
}
@media (max-width: 1564px) {
  main .immigrant_technologytest .immigrant_technologytestbanner {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestbanner {
    margin-top: 60px;
    padding-left: 10px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .iconpic {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .iconpic {
    margin-bottom: 10px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .iconpic i {
  color: #E84A51;
  font-size: 55px;
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .iconpic i {
    font-size: 32px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .tit {
  margin-bottom: 44px;
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tit {
    margin-bottom: 20px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 163.636% */
  letter-spacing: 2.64px;
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tit p {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tit p {
    font-size: 18px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .tip {
  margin-bottom: 204px;
}
@media (max-width: 1680px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tip {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tip {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tip {
    margin-bottom: 20px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .tip p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestbanner .tip p {
    font-size: 14px;
  }
}
main .immigrant_technologytest .immigrant_technologytestbanner .goDown .icon {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E84A51;
}
main .immigrant_technologytest .immigrant_technologytestbanner .goDown .icon i {
  color: #fff;
  font-size: 18px;
}
main .immigrant_technologytest .immigrant_technologytestForm {
  padding-top: 64px;
}
@media (max-width: 1199px) {
  main .immigrant_technologytest .immigrant_technologytestForm {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .immigrant_technologytest .immigrant_technologytestForm {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestForm {
    padding-top: 40px;
  }
}
main .immigrant_technologytest .immigrant_technologytestForm > .item {
  padding-bottom: 44px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestForm > .item {
    padding-bottom: 20px;
  }
}
main .immigrant_technologytest .immigrant_technologytestForm > .item:not(:first-child) {
  padding-top: 44px;
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestForm > .item:not(:first-child) {
    padding-top: 20px;
  }
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .questions {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  main .immigrant_technologytest .immigrant_technologytestForm > .item .questions {
    margin-bottom: 20px;
  }
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .questions .num {
  margin-right: 17px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .questions .num p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .questions .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList {
  padding-left: 47px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem:not(:last-child) {
  margin-bottom: 17px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label input {
  display: none;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label input:checked ~ span {
  border-color: #332C2B;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label input:checked ~ span:before {
  opacity: 1;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label span {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #BEBEBE;
  background-color: #F5F5F5;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList > .optionitem label span::before {
  transition: all 0.5s;
  z-index: 10;
  content: '\eaf1';
  font-family: iconfont;
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #fff;
  background: #332C2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList .tip {
  padding-left: 29px;
}
main .immigrant_technologytest .immigrant_technologytestForm > .item .optionList .tip p {
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
}
main .immigrant_technologytest .finalScore {
  padding-top: 100px;
  padding-bottom: 105px;
}
main .immigrant_technologytest .finalScore .icon {
  margin-bottom: 13px;
}
main .immigrant_technologytest .finalScore .icon i {
  color: #E84A51;
  font-size: 55px;
}
main .immigrant_technologytest .finalScore .scorebox {
  display: flex;
  align-items: center;
}
main .immigrant_technologytest .finalScore .scorebox p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 225% */
  letter-spacing: 1.92px;
}
main .immigrant_technologytest .finalScore .scorebox p:last-child {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
}
main .immigrant_technologytest .finalScore .scorebox input {
  width: 50px;
  margin: 0 15px 0 11px;
  color: #E84A51;
  font-family: "Glacial Indifference";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}
main .immigrant_technologytest .inquiryNowbtn {
  padding: 15px 60px;
}
main .rejected_box {
  padding-top: 100px;
  padding-bottom: 122px;
}
@media (max-width: 1199px) {
  main .rejected_box {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .rejected_box {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .rejected_box {
    padding: 40px 0;
  }
}
main .rejected_box .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .rejected_box .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .rejected_box .box-tit {
    margin-bottom: 20px;
  }
}
main .rejected_box .box-tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
}
@media (max-width: 1199px) {
  main .rejected_box .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .rejected_box .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .rejected_box .box-tit p {
    font-size: 24px;
  }
}
main .rejected_box .contentbox p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .rejected_box .contentbox li{
  list-style: initial;
}
main .rejected_box .contentbox img {
  width: 49%;
}
@media (max-width: 1199px) {
  main .rejected_box .contentbox img {
    width: 100%;
    margin-bottom: 15px;
  }
}
main .rejected_box .inquiryNowbtn {
  margin-top: 78px;
}
@media (max-width: 1199px) {
  main .rejected_box .inquiryNowbtn {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  main .rejected_box .inquiryNowbtn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  main .rejected_box .inquiryNowbtn {
    margin-top: 20px;
  }
}
main .otherService_box {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  main .otherService_box {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .otherService_box {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .otherService_box {
    padding: 40px 0;
  }
}
main .otherService_box .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .otherService_box .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .otherService_box .box-tit {
    margin-bottom: 20px;
  }
}
main .otherService_box .box-tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  main .otherService_box .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .otherService_box .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .otherService_box .box-tit p {
    font-size: 24px;
  }
}
main .otherService_box .contentbox p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
main .otherService_box .contentbox img {
  width: max-content;
  max-width: 100%;
  height: auto;
}
main .otherService_box .inquiryNowbtn {
  margin-top: 62px;
}
@media (max-width: 1199px) {
  main .otherService_box .inquiryNowbtn {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  main .otherService_box .inquiryNowbtn {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  main .otherService_box .inquiryNowbtn {
    margin-top: 30px;
  }
}
main .box-newsList {
  padding-top: 100px;
  padding-bottom: 94px;
}
@media (max-width: 1199px) {
  main .box-newsList {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .box-newsList {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .box-newsList {
    padding: 40px 0;
  }
}
main .box-newsList .box-tit {
  margin-bottom: 58px;
}
@media (max-width: 1199px) {
  main .box-newsList .box-tit {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  main .box-newsList .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .box-newsList .box-tit {
    margin-bottom: 20px;
  }
}
main .box-newsList .box-tit p {
  text-align: left;
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .box-newsList .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .box-newsList .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .box-newsList .box-tit p {
    font-size: 24px;
  }
}
main .box-newsList .newsList > .item {
  display: flex;
  padding: 0 56px 55px;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1410px) {
  main .box-newsList .newsList > .item {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  main .box-newsList .newsList > .item {
    flex-wrap: wrap;
    padding: 0 20px 20px;
  }
}
@media (max-width: 991px) {
  main .box-newsList .newsList > .item {
    padding: 0 6px 20px;
  }
}
main .box-newsList .newsList > .item:not(:last-child) {
  margin-bottom: 77px;
}
@media (max-width: 1410px) {
  main .box-newsList .newsList > .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
main .box-newsList .newsList > .item .pic {
  width: 516px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  main .box-newsList .newsList > .item .pic {
    width: 50%;
  }
}
@media (max-width: 991px) {
  main .box-newsList .newsList > .item .pic {
    width: 100%;
  }
}
main .box-newsList .newsList > .item .pic .img-box {
  padding-bottom: 58.13953488%;
}
main .box-newsList .newsList > .item .infobox {
  padding-left: 100px;
  display: flex;
  padding-top: 53px;
  justify-content: space-between;
}
@media (max-width: 1410px) {
  main .box-newsList .newsList > .item .infobox {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  main .box-newsList .newsList > .item .infobox {
    padding-left: unset;
    padding-top: 20px;
  }
}
main .box-newsList .newsList > .item .infobox .infobox-l {
  width: 65.99045346%;
}
@media (max-width: 1410px) {
  main .box-newsList .newsList > .item .infobox .infobox-l {
    width: 77.92362768%;
  }
}
main .box-newsList .newsList > .item .infobox .newstit {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  main .box-newsList .newsList > .item .infobox .newstit {
    margin-bottom: 15px;
  }
}
main .box-newsList .newsList > .item .infobox .newstit a {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  main .box-newsList .newsList > .item .infobox .newstit a {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .box-newsList .newsList > .item .infobox .newsintro p {
  color: #776F6E;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
main .box-newsList .newsList > .item .infobox .infobox-r {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .box-newsList .newsList > .item .infobox .infobox-r .day {
  margin-bottom: 3px;
}
main .box-newsList .newsList > .item .infobox .infobox-r .day p {
  color: #E84A51;
  font-family: "Glacial Indifference";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .box-newsList .newsList > .item .infobox .infobox-r .day p {
    font-size: 32px;
  }
}
main .box-newsList .newsList > .item .infobox .infobox-r .month p {
  color: #332C2B;
  font-family: "Glacial Indifference";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .box-newsList .newsList > .item .more {
  position: absolute;
  bottom: 0;
  right: 66px;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  main .box-newsList .newsList > .item .more {
    right: 10px;
  }
}
main .box-newsList .newsList > .item .more a {
  width: 38px;
  height: 38px;
  background-color: #332C2B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
main .box-newsList .newsList > .item .more a .icon {
  transition: all 0.5s;
}
main .box-newsList .newsList > .item .more a .icon i {
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
}
main .box-newsList .newsList > .item:hover {
  background: #FFF;
  box-shadow: 0px 19px 19.8px 0px rgba(0, 0, 0, 0.04);
}
main .box-newsList .newsList > .item:hover .newstit a {
  color: #E84A51;
}
main .box-newsList .newsList > .item:hover .more a {
  background-color: #E84A51;
}
main .box-newsList .newsList > .item:hover .more a .icon {
  transform: rotate(360deg);
}
main .sorter {
  padding-top: 108px;
}
@media (max-width: 1199px) {
  main .sorter {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .sorter {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .sorter {
    padding-top: 40px;
  }
}
main .sorter ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  main .sorter ul {
    justify-content: center;
  }
}
main .sorter ul li {
  margin-left: 6px;
}
main .sorter ul li:first-child span {
  margin-left: 5px;
}
main .sorter ul li:last-child span {
  margin-right: 5px;
}
main .sorter ul li a {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--colors-grey-4-border, #E9E9E9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
main .sorter ul li a .icon i {
  color: #626262;
  font-size: 12px;
  transition: all 0.5s;
}
main .sorter ul li a span {
  transition: all 0.5s;
  color: var(--colors-black-1-primary-text, #313131);
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
main .sorter ul li a:hover {
  background-color: #332C2B;
  border-color: #332C2B;
  color: #fff;
}
main .sorter ul li a:hover .icon i {
  color: #fff;
}
main .sorter ul li a:hover span {
  color: #fff;
}
main .sorter ul .nonestyle {
  display: none;
  pointer-events: none;
}
@media (max-width: 1199px) {
  main .sorter ul .nonestyle {
    display: block;
  }
}
main .sorter ul .current a {
  background-color: #332C2B;
  border-color: #332C2B;
  color: #fff;
}
main .sorter ul .current a .icon i {
  color: #fff;
}
main .sorter ul .current a span {
  color: #fff;
}
main .message_box {
  padding-top: 100px;
  padding-bottom: 112px;
}
@media (max-width: 1199px) {
  main .message_box {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  main .message_box {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  main .message_box {
    padding: 40px 0;
  }
}
main .message_box .box-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .message_box .box-tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .message_box .box-tit {
    margin-bottom: 20px;
  }
}
main .message_box .box-tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .message_box .box-tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .message_box .box-tit p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main .message_box .box-tit p {
    font-size: 24px;
  }
}
main .message_box .contentbox p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
main .message_box .contentbox img {
  width: max-content;
  max-width: 100%;
  height: auto;
}
main .message_box .inquiryNowbtn {
  margin-top: 78px;
}
@media (max-width: 1199px) {
  main .message_box .inquiryNowbtn {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  main .message_box .inquiryNowbtn {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  main .message_box .inquiryNowbtn {
    margin-top: 30px;
  }
}
main .about_box {
  margin-top: 120px;
  padding-bottom: 113px;
}
@media (max-width: 1199px) {
  main .about_box {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_box {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about_box {
    padding-bottom: 40px;
  }
}
main .about_box .about_box_tit {
  position: relative;
}
main .about_box .about_box_tit .subtit p {
  text-align: left;
  color: #F5F5F5;
  font-family: "Microsoft YaHei";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .about_box .about_box_tit .subtit p {
    font-size: 70px;
  }
}
main .about_box .about_box_tit .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .about_box .about_box_tit .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .about_box .about_box_tit .tit p {
    font-size: 24px;
  }
}
main .about_companyprofile {
  padding-top: 104px;
}
@media (max-width: 1199px) {
  main .about_companyprofile {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_companyprofile {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_companyprofile {
    padding-top: 40px;
  }
}
main .about_companyprofile .companyprofile_box {
  display: flex;
}
main .about_companyprofile .companyprofile_box .companyprofile-l {
  width: 480px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1199px) {
  main .about_companyprofile .companyprofile_box .companyprofile-l {
    display: none;
  }
}
main .about_companyprofile .companyprofile_box .companyprofile-l .img-box {
  padding-bottom: 138.54166667%;
}
main .about_companyprofile .companyprofile_box .companyprofile-l svg {
  position: absolute;
  top: 168px;
  right: -154px;
}
main .about_companyprofile .companyprofile_box .companyprofile-l svg path {
  stroke-dasharray: 4;
  stroke-dashoffset: 0;
  animation: svgoffset 0.1s infinite linear;
}
@keyframes svgoffset {
  to {
    stroke-dashoffset: -10;
  }
}
main .about_companyprofile .companyprofile_box .companyprofile-l .countrypic {
  position: absolute;
  top: 442px;
  z-index: 30;
  left: 263px;
}
main .about_companyprofile .companyprofile_box .companyprofile-r {
  padding-left: 90px;
  padding-top: 97px;
}
@media (max-width: 1199px) {
  main .about_companyprofile .companyprofile_box .companyprofile-r {
    padding-left: unset;
    padding-top: unset;
  }
}
main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit {
  position: relative;
  margin-bottom: 17px;
}
main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit .subtit p {
  transform: translateX(-10px);
  color: #F5F5F5;
  font-family: "Microsoft YaHei";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit .subtit p {
    font-size: 70px;
  }
}
main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit .tit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit .tit p {
  color: #332C2B;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .about_companyprofile .companyprofile_box .companyprofile-r .box-tit .tit p {
    font-size: 28px;
  }
}
main .about_companyprofile .companyprofile_box .companyprofile-r .companyprofileintro .tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main .about_companyprofile .companyprofile_box .companyprofile-r .companyprofileintro .tit::before {
  display: block;
  content: '';
  width: 33px;
  height: 3px;
  flex-shrink: 0;
  background-color: #E84A51;
  margin-right: 11px;
}
main .about_companyprofile .companyprofile_box .companyprofile-r .companyprofileintro .tit p {
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
main .about_companyprofile .companyprofile_box .companyprofile-r .companyprofileintro .intro p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
}
main .about_service {
  padding-top: 76px;
}
@media (max-width: 1199px) {
  main .about_service {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_service {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_service {
    padding-top: 40px;
  }
}
main .about_service .about_box_tit {
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  main .about_service .about_box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_service .about_box_tit {
    margin-bottom: 20px;
  }
}
main .about_service .service_list {
  display: flex;
  flex-wrap: wrap;
}
main .about_service .service_list > .item {
  width: 50%;
  padding: 54px 42px 73px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  main .about_service .service_list > .item {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .about_service .service_list > .item {
    padding: 12px 0;
  }
}
main .about_service .service_list > .item:nth-child(2n+1) {
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 991px) {
  main .about_service .service_list > .item:nth-child(2n+1) {
    border-right: unset;
  }
}
main .about_service .service_list > .item:not(:nth-child(-n+2)) {
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 991px) {
  main .about_service .service_list > .item:not(:nth-child(-n+2)) {
    border-top: unset;
  }
}
main .about_service .service_list > .item .tit {
  margin-bottom: 19px;
}
main .about_service .service_list > .item .tit a {
  transition: all 0.5s;
  color: #332C2B;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
main .about_service .service_list > .item .intro {
  margin-bottom: 40px;
  min-height: 78px;
}
@media (max-width: 991px) {
  main .about_service .service_list > .item .intro {
    margin-bottom: 20px;
    min-height: unset;
  }
}
main .about_service .service_list > .item .intro p {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
main .about_service .service_list > .item .more a {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  transition: all 0.5s;
}
main .about_service .service_list > .item:hover .tit a {
  color: #E84A51;
}
main .about_service .service_list > .item:hover .more a {
  color: #E84A51;
}
main .about_cooperation_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 76px;
}
@media (max-width: 1199px) {
  main .about_cooperation_tit {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation_tit {
    padding-top: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation_tit {
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
main .about_cooperation_tit .num {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
main .about_cooperation_tit .num::before,
main .about_cooperation_tit .num::after {
  content: '';
  width: 10px;
  height: 1px;
  flex-shrink: 0;
  background: #D9D9D9;
}
main .about_cooperation_tit .num p {
  margin: 0 7px;
  color: #332C2B;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
main .about_cooperation_tit .tit {
  color: #E84A51;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
main .about_cooperation {
  padding-top: 76px;
}
@media (max-width: 1199px) {
  main .about_cooperation {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation {
    padding-top: 40px;
  }
}
main .about_cooperation .about_box_tit {
  margin-bottom: 39px;
}
@media (max-width: 991px) {
  main .about_cooperation .about_box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation .about_box_tit {
    margin-bottom: 20px;
  }
}
main .about_cooperation .about_box_intro {
  margin-bottom: 72px;
  width: 1229px;
  margin: 0 auto 72px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_box_intro {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation .about_box_intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation .about_box_intro {
    margin-bottom: 30px;
  }
}
main .about_cooperation .about_box_intro p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: left;
}
main .about_cooperation .about_cooperation_why {
  margin-bottom: 88px;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_why {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation .about_cooperation_why {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_why {
    margin-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_why .row {
    margin: 0 -7px;
  }
  main .about_cooperation .about_cooperation_why .row > div {
    padding: 0 7px;
    margin-bottom: 15px;
  }
}
main .about_cooperation .about_cooperation_why .item {
  padding: 45px 33px 53px;
  background: #F8F8F8;
  height: 100%;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_why .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation .about_cooperation_why .item {
    padding: 12px;
  }
}
main .about_cooperation .about_cooperation_why .item .tit {
  margin-bottom: 12px;
}
main .about_cooperation .about_cooperation_why .item .tit p {
  color: #000;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_why .item .tit p {
    font-size: 16px;
  }
}
main .about_cooperation .about_cooperation_why .item .intro p {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
main .about_cooperation .about_cooperation_form .about_cooperation_intro {
  width: 1229px;
  margin: 0 auto 50px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_form .about_cooperation_intro {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation .about_cooperation_form .about_cooperation_intro {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_form .about_cooperation_intro {
    margin-bottom: 35px;
  }
}
main .about_cooperation .about_cooperation_form .about_cooperation_intro p {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
main .about_cooperation .about_cooperation_form .formbox {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
main .about_cooperation .about_cooperation_form .formbox .tip {
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_form .formbox .tip {
    margin-bottom: 20px;
  }
}
main .about_cooperation .about_cooperation_form .formbox .tip p {
  color: #E84A51;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
main .about_cooperation .about_cooperation_form .formbox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .about_cooperation .about_cooperation_form .formbox form .inputGroup {
  width: 32.5%;
  height: 50px;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_form .formbox form .inputGroup {
    width: 100%;
    margin-bottom: 15px;
  }
}
main .about_cooperation .about_cooperation_form .formbox form .inputGroup textarea,
main .about_cooperation .about_cooperation_form .formbox form .inputGroup input {
  width: 100%;
  height: 100%;
  border: 1px solid #E6E6E6;
  background: #FFF;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
}
main .about_cooperation .about_cooperation_form .formbox form .inputGroup textarea:valid ~ label,
main .about_cooperation .about_cooperation_form .formbox form .inputGroup input:valid ~ label,
main .about_cooperation .about_cooperation_form .formbox form .inputGroup textarea:focus ~ label,
main .about_cooperation .about_cooperation_form .formbox form .inputGroup input:focus ~ label {
  top: 0;
}
main .about_cooperation .about_cooperation_form .formbox form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .about_cooperation .about_cooperation_form .formbox form .content {
  width: 100%;
  height: 147px;
  margin-bottom: 35px;
}
main .about_cooperation .about_cooperation_form .formbox form .content textarea {
  padding-top: 20px;
}
main .about_cooperation .about_cooperation_form .formbox form .content label {
  top: 25px;
}
main .about_cooperation .about_cooperation_form .formbox form button {
  display: flex;
  margin: 0 auto;
  width: max-content;
  padding: 15px 204px;
  background-color: #E84A51;
  border-radius: 6px;
  background: #E84A51;
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_form .formbox form button {
    padding: 15px 60px;
  }
}
main .about_cooperation .about_cooperation_form .formbox form button span {
  margin-right: 10px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .about_cooperation .about_cooperation_form .formbox form button .icon {
  transform: translateY(2px);
}
main .about_cooperation .about_cooperation_form .formbox form button .icon i {
  color: #fff;
  font-size: 20px;
}
main .about_cooperation .about_cooperation_contact {
  width: 450px;
  margin: 0 auto;
  padding-top: 74px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .about_cooperation .about_cooperation_contact {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_cooperation .about_cooperation_contact {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_contact {
    padding-top: 50px;
  }
}
main .about_cooperation .about_cooperation_contact .icon {
  margin-bottom: 19px;
  display: flex;
  justify-content: center;
}
main .about_cooperation .about_cooperation_contact .icon i {
  color: #332C2B;
  font-size: 28px;
}
main .about_cooperation .about_cooperation_contact .tit {
  margin-bottom: 19px;
}
main .about_cooperation .about_cooperation_contact .tit p {
  color: #222;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
main .about_cooperation .about_cooperation_contact .subtit {
  margin-bottom: 19px;
}
main .about_cooperation .about_cooperation_contact .subtit p {
  color: #E84A51;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
main .about_cooperation .about_cooperation_contact .infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 41px;
}
main .about_cooperation .about_cooperation_contact .infobox p,
main .about_cooperation .about_cooperation_contact .infobox a {
  color: #332C2B;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-transform: lowercase;
}
main .about_cooperation .about_cooperation_contact .media .media_tit {
  margin-bottom: 14px;
}
main .about_cooperation .about_cooperation_contact .media .media_tit p {
  color: #666;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  text-transform: lowercase;
}
main .about_cooperation .about_cooperation_contact .media ul {
  display: flex;
  justify-content: center;
}
main .about_cooperation .about_cooperation_contact .media ul li {
  padding: 0 25px;
}
@media (max-width: 767px) {
  main .about_cooperation .about_cooperation_contact .media ul li {
    padding: 0 20px;
  }
}
main .about_cooperation .about_cooperation_contact .media ul li .item .Qrcode {
  width: 76px;
  height: 76px;
  border-radius: 4px;
  background: #FFF;
  transition: all 0.5s;
  margin-bottom: 7px;
  padding: 5px;
}
main .about_cooperation .about_cooperation_contact .media ul li .item .Qrcode img {
  width: 100%;
}
main .about_cooperation .about_cooperation_contact .media ul li .item .tag p {
  text-align: left;
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
main .about_cooperation .about_cooperation_contact .media ul li .item:hover .Qrcode {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 8.9px 0px rgba(0, 0, 0, 0.1);
}
main .about_privacypolicy {
  padding-top: 76px;
}
@media (max-width: 1199px) {
  main .about_privacypolicy {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_privacypolicy {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_privacypolicy {
    padding-top: 40px;
  }
}
main .about_privacypolicy .about_box_tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  main .about_privacypolicy .about_box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_privacypolicy .about_box_tit {
    margin-bottom: 20px;
  }
}
main .about_privacypolicy .contentbox p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
main .about_contact {
  padding-top: 75px;
}
@media (max-width: 1199px) {
  main .about_contact {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_contact {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_contact {
    padding-top: 40px;
  }
}
main .about_contact .about_box_tit {
  margin-bottom: 69px;
}
@media (max-width: 1199px) {
  main .about_contact .about_box_tit {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  main .about_contact .about_box_tit {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  main .about_contact .about_box_tit {
    margin-top: 40px;
  }
}
main .about_contact .about_contact_onlinemessage {
  padding-bottom: 91px;
}
@media (max-width: 1199px) {
  main .about_contact .about_contact_onlinemessage {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  main .about_contact .about_contact_onlinemessage {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main .about_contact .about_contact_onlinemessage {
    padding-bottom: 40px;
  }
}
main .about_contact .about_contact_onlinemessage .tit {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  main .about_contact .about_contact_onlinemessage .tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main .about_contact .about_contact_onlinemessage .tit {
    margin-bottom: 20px;
  }
}
main .about_contact .about_contact_onlinemessage .tit p {
  color: #E84A51;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
main .about_contact .about_contact_onlinemessage .formbox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup {
  width: 33%;
  height: 50px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  margin-bottom: 11px;
  position: relative;
}
@media (max-width: 767px) {
  main .about_contact .about_contact_onlinemessage .formbox form .inputGroup {
    width: 100%;
  }
}
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup textarea,
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
}
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup textarea:valid ~ label,
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup input:valid ~ label,
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup textarea:focus ~ label,
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup input:focus ~ label {
  top: 0;
}
main .about_contact .about_contact_onlinemessage .formbox form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .about_contact .about_contact_onlinemessage .formbox form .twothirds {
  width: 66.5%;
}
@media (max-width: 767px) {
  main .about_contact .about_contact_onlinemessage .formbox form .twothirds {
    width: 100%;
  }
}
main .about_contact .about_contact_onlinemessage .formbox form .content {
  width: 100%;
  height: 147px;
  margin-bottom: 35px;
}
main .about_contact .about_contact_onlinemessage .formbox form .content textarea {
  padding-top: 20px;
}
main .about_contact .about_contact_onlinemessage .formbox form .content label {
  top: 25px;
}
main .about_contact .about_contact_onlinemessage .formbox form button {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 204px;
  border-radius: 6px;
  background: #E84A51;
  max-width: 100%;
}
@media (max-width: 767px) {
  main .about_contact .about_contact_onlinemessage .formbox form button {
    padding: 15px 40px;
  }
}
main .about_contact .about_contact_onlinemessage .formbox form button span {
  white-space: nowrap;
  margin-right: 10px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
main .about_contact .about_contact_onlinemessage .formbox form button .icon {
  transform: translateY(1px);
}
main .about_contact .about_contact_onlinemessage .formbox form button .icon i {
  color: #fff;
  font-size: 16px;
}
main .about_contact .about_contact_map .map-content {
  height: 528px;
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .footer {
  background-color: #2E2B2B;
  padding-top: 78px;
  padding-bottom: 95px;
}
@media (max-width: 1199px) {
  footer .footer {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  footer .footer {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  footer .footer {
    padding: 40px 0;
  }
}
footer .footer .container {
  display: flex;
  flex-wrap: wrap;
}
footer .footer .container .companyinfo {
  width: 431px;
  padding-right: 101px;
  position: relative;
}
@media (max-width: 1680px) {
  footer .footer .container .companyinfo {
    padding-right: 50px;
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  footer .footer .container .companyinfo {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer .container .companyinfo {
    padding-right: unset;
    width: 100%;
  }
}
footer .footer .container .companyinfo::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #4E4140;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  footer .footer .container .companyinfo::before {
    content: unset;
  }
}
footer .footer .container .companyinfo .logo {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  footer .footer .container .companyinfo .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer .container .companyinfo .logo {
    margin-bottom: 10px;
  }
}
footer .footer .container .companyinfo .intro {
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  footer .footer .container .companyinfo .intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer .container .companyinfo .intro {
    margin-bottom: 10px;
  }
}
footer .footer .container .companyinfo .intro p {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
@media (max-width: 767px) {
  footer .footer .container .companyinfo .intro p {
    line-height: 1.5;
  }
}
footer .footer .container .companyinfo .media {
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  footer .footer .container .companyinfo .media {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer .container .companyinfo .media {
    margin-bottom: 10px;
  }
}
footer .footer .container .companyinfo .media ul {
  display: flex;
  align-items: center;
}
footer .footer .container .companyinfo .media ul li:not(:last-child) {
  margin-right: 12px;
}
footer .footer .container .companyinfo .media ul li a .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #796F6E;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer .container .companyinfo .media ul li a .icon i {
  color: #fff;
  font-size: 14px;
}
footer .footer .container .companyinfo .registrationNumber {
  margin-bottom: 6px;
}
footer .footer .container .companyinfo .registrationNumber p {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
footer .footer .container .companyinfo .link a {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
footer .footer .container .contactinfo {
  padding-top: 76px;
  width: 595px;
  padding-left: 101px;
  padding-right: 101px;
  position: relative;
}
@media (max-width: 1680px) {
  footer .footer .container .contactinfo {
    width: 33.33%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  footer .footer .container .contactinfo {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer .container .contactinfo {
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    padding-top: 20px;
  }
}
footer .footer .container .contactinfo::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #4E4140;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  footer .footer .container .contactinfo::before {
    display: none;
  }
}
footer .footer .container .contactinfo .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  footer .footer .container .contactinfo .tit {
    margin-bottom: 12px;
  }
}
footer .footer .container .contactinfo .tit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}
@media (max-width: 991px) {
  footer .footer .container .contactinfo .tit p {
    font-size: 18px;
    line-height: 1;
  }
}
footer .footer .container .contactinfo .infoList ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  footer .footer .container .contactinfo .infoList ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}
footer .footer .container .contactinfo .infoList ul li a,
footer .footer .container .contactinfo .infoList ul li p {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
@media (max-width: 991px) {
  footer .footer .container .contactinfo .infoList ul li a,
  footer .footer .container .contactinfo .infoList ul li p {
    line-height: 1.5;
  }
}
footer .footer .container .contactinfo .infoList ul li a {
  transition: all 0.5s;
}
footer .footer .container .contactinfo .infoList ul li a:hover {
  color: #fff;
}
footer .footer .container .focusUS {
  padding-top: 76px;
  padding-left: 101px;
}
@media (max-width: 1680px) {
  footer .footer .container .focusUS {
    padding-left: 50px;
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  footer .footer .container .focusUS {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer .container .focusUS {
    padding-left: unset;
    width: 100%;
    padding-top: 20px;
  }
}
footer .footer .container .focusUS .tit {
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  footer .footer .container .focusUS .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer .container .focusUS .tit {
    margin-bottom: 12px;
  }
}
footer .footer .container .focusUS .tit p {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}
@media (max-width: 991px) {
  footer .footer .container .focusUS .tit p {
    font-size: 18px;
    line-height: 1;
  }
}
footer .footer .container .focusUS .QrcodeList ul {
  display: flex;
}
footer .footer .container .focusUS .QrcodeList ul li:not(:last-child) {
  padding-right: 19px;
}
footer .footer .container .focusUS .QrcodeList ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer .container .focusUS .QrcodeList ul li .item .pic {
  width: 132px;
  padding: 8px;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 13px;
}
@media (max-width: 919px) {
  footer .footer .container .focusUS .QrcodeList ul li .item .pic {
    width: 90px;
  }
}
@media (max-width: 767px) {
  footer .footer .container .focusUS .QrcodeList ul li .item .pic {
    width: 80px;
  }
}
footer .footer .container .focusUS .QrcodeList ul li .item .pic img {
  width: 100%;
}
footer .footer .container .focusUS .QrcodeList ul li .item .Qrcodetit p {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
footer .copyright {
  background-color: #252020;
  padding: 20px 0;
}
footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  footer .copyright .container {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  footer .copyright .container .copyright-l {
    margin-bottom: 10px;
  }
}
footer .copyright .container .copyright-l ul {
  display: flex;
  align-items: center;
}
footer .copyright .container .copyright-l ul li:not(:last-child) {
  padding-right: 17px;
  position: relative;
}
footer .copyright .container .copyright-l ul li:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 90%;
  background-color: #BEBEBE;
}
footer .copyright .container .copyright-l ul li:not(:first-child) {
  padding-left: 17px;
}
footer .copyright .container .copyright-l ul li a {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
footer .copyright .container .copyright-l ul li a:hover {
  color: #fff;
}
footer .copyright .container .copyright-r {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .copyright .container .copyright-r {
    flex-direction: column;
  }
}
footer .copyright .container .copyright-r p,
footer .copyright .container .copyright-r a {
  color: #BEBEBE;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  footer .copyright .container .copyright-r p,
  footer .copyright .container .copyright-r a {
    margin-bottom: 8px;
  }
}
footer .copyright .container .copyright-r a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright .container .copyright-r img {
  padding: 0 10px;
}
footer .copyright .container .copyright-r .sitemap {
  padding-left: 10px;
}
footer .copyright .container .copyright-r .sitemap a {
  display: flex;
  align-items: center;
}
footer .copyright .container .copyright-r .sitemap a .icon {
  margin-right: 5px;
}
footer .pop-onlineMessage {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
}
footer .pop-onlineMessage .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
footer .pop-onlineMessage .contentbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  padding: 50px;
  background-color: #fff;
  max-width: 100%;
}
@media (max-width: 991px) {
  footer .pop-onlineMessage .contentbox {
    padding: 30px;
  }
}
footer .pop-onlineMessage .contentbox .closebtn {
  display: flex;
  justify-content: flex-end;
}
footer .pop-onlineMessage .contentbox .closebtn .icon {
  transition: all 0.5s;
  cursor: pointer;
}
footer .pop-onlineMessage .contentbox .closebtn .icon i {
  color: #000;
  font-size: 28px;
  transition: all 0.5s;
}
footer .pop-onlineMessage .contentbox .closebtn:hover .icon {
  transform: rotate(180deg);
}
footer .pop-onlineMessage .contentbox .closebtn:hover .icon i {
  color: #E84A51;
}
footer .pop-onlineMessage .contentbox .con920 {
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
}
footer .pop-onlineMessage .contentbox .con920 .box-tit {
  margin-bottom: 40px;
}
footer .pop-onlineMessage .contentbox .con920 .box-tit p {
  text-align: left;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
footer .pop-onlineMessage .contentbox .con920 form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .pop-onlineMessage .contentbox .con920 form .inputGroup {
  width: 32.5%;
  height: 50px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 767px) {
  footer .pop-onlineMessage .contentbox .con920 form .inputGroup {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
  }
}
footer .pop-onlineMessage .contentbox .con920 form .inputGroup textarea,
footer .pop-onlineMessage .contentbox .con920 form .inputGroup input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 16px;
}
footer .pop-onlineMessage .contentbox .con920 form .inputGroup textarea:valid ~ label,
footer .pop-onlineMessage .contentbox .con920 form .inputGroup input:valid ~ label,
footer .pop-onlineMessage .contentbox .con920 form .inputGroup textarea:focus ~ label,
footer .pop-onlineMessage .contentbox .con920 form .inputGroup input:focus ~ label {
  top: 0;
}
footer .pop-onlineMessage .contentbox .con920 form .inputGroup label {
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .pop-onlineMessage .contentbox .con920 form .content {
  width: 100%;
  height: 147px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  footer .pop-onlineMessage .contentbox .con920 form .content {
    margin-bottom: 20px;
  }
}
footer .pop-onlineMessage .contentbox .con920 form .content textarea {
  padding-top: 20px;
}
footer .pop-onlineMessage .contentbox .con920 form .content label {
  top: 25px;
}
footer .pop-onlineMessage .contentbox .con920 form button {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 204px;
  border-radius: 6px;
  background: #E84A51;
  max-width: 100%;
}
@media (max-width: 767px) {
  footer .pop-onlineMessage .contentbox .con920 form button {
    padding: 15px 40px;
  }
}
footer .pop-onlineMessage .contentbox .con920 form button span {
  white-space: nowrap;
  margin-right: 10px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .pop-onlineMessage .contentbox .con920 form button .icon {
  transform: translateY(1px);
}
footer .pop-onlineMessage .contentbox .con920 form button .icon i {
  color: #fff;
  font-size: 16px;
}
.contentbox li{
  list-style: initial;
}