@charset "utf-8";
:root {
  --color: #0d59a9;
  --vh: 100vh;
}
@font-face {
  font-family: 'shuzi';
  src: url('../fonts/OPPOSans-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.container2 {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
/* 公共字体 */
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 767px) {
  .font38 {
    font-size: 0.42rem;
  }
}
/* 404 */
.errorbox {
  background-color: #f4f7fc;
  padding: 1.74rem 0 1.94rem;
}
.errorbox .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.errorbox .container .img {
  height: 3.5rem;
  max-width: 100%;
  margin-bottom: 0.74rem;
}
.errorbox .container .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.errorbox .container .f_text {
  color: #999999;
  line-height: 1.88888889;
}
.errorbox .container .f_text span {
  color: #0d59a9;
}
.errorbox .container .f_text a {
  color: #0d59a9;
  display: inline-block;
  margin-left: 0.1rem;
}
.errorbox .container .f_text a:hover {
  text-decoration: underline;
}
/* End */
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span,
.basepage .f_fan {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
  color: #21334e;
  margin: 0 6px 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  font-size: 18px;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.basepage .active {
  border: 1px solid transparent;
  background-color: transparent;
  color: #0d59a9;
}
.basepage .active:hover {
  color: #0d59a9;
}
.basepage .f_fan {
  width: 72px;
  color: #0d59a9;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .basepage .f_fan {
    width: 64px;
  }
}
.basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.basepage .prev,
.basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev:before,
.basepage .next:before,
.basepage .prev:after,
.basepage .next:after {
  content: "";
  display: block;
  background-color: #d8dde4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-10deg);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.basepage .prev:after,
.basepage .next:after {
  background: transparent;
  opacity: 0;
  background-image: linear-gradient(90deg, #152b85 0%, #27b2e1 100%), linear-gradient(#0d59a9, #0d59a9);
  background-blend-mode: normal, 
                normal;
}
.basepage .prev svg,
.basepage .next svg {
  position: relative;
  width: 14px;
  height: 14px;
  z-index: 2;
}
@media (max-width: 1580px) {
  .basepage .prev svg,
  .basepage .next svg {
    width: 12px;
    height: 12px;
  }
}
.basepage .prev svg path,
.basepage .next svg path {
  transition: all 0.4s;
  fill: #ffffff;
}
.basepage .prev:hover svg path,
.basepage .next:hover svg path {
  fill: #ffffff;
}
.basepage .prev:hover:before,
.basepage .next:hover:before {
  opacity: 0;
}
.basepage .prev:hover:after,
.basepage .next:hover:after {
  opacity: 1;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a:hover {
  color: #0d59a9;
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.26rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img,
.breadbox .fcont a svg,
.breadbox .fcont span svg {
  width: 6px;
  height: 16px;
  object-fit: contain;
}
.breadbox .fcont a img path,
.breadbox .fcont span img path,
.breadbox .fcont a svg path,
.breadbox .fcont span svg path {
  fill: #ddd;
}
.breadbox .fcont span {
  position: relative;
  top: 3px;
  margin: 0 10px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont a:hover {
  color: #0d59a9;
}
.breadbox .fcont .on {
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #0d59a9;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* End */
/* 文本编辑详情页 */
.make-text {
  line-height: 1.75;
  color: #666666;
  font-size: 16px;
  font-family: "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .make-text {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table {
  width: 100%!important;
}
@media (max-width: 767px) {
  .make-text table {
    min-width: 700px;
  }
}
.make-text table td {
  color: #666666;
  border: 1px solid #ddd;
  padding: 0.12rem 0.4rem;
}
@media (max-width: 767px) {
  .make-text table td {
    font-size: 16px;
  }
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  color: #000000;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px!important;
    line-height: 1.4;
  }
}
.make-text h4,
.make-text h5,
.make-text h6 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 2;
    font-size: 16px!important;
  }
}
/* End */
/* 隐私政策 */
.policybox-sec1 {
  background-color: #f4f7fc;
  padding: 1rem 0 1.4rem;
}
.policybox-sec1 .f_cont {
  background-color: #fff;
  padding: 0.74rem 1rem 1rem;
}
@media (max-width: 767px) {
  .policybox-sec1 .f_cont {
    padding: 0.66rem 0.36rem;
  }
}
.policybox-sec1 .f_cont .f_title {
  font-weight: bold;
  text-align: center;
  color: #38393c;
  margin-bottom: 0.26rem;
}
.policybox-sec1 .f_cont .f_jut {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.52rem;
}
@media (max-width: 1580px) {
  .policybox-sec1 .f_cont .f_jut {
    padding-bottom: 10px;
  }
}
.policybox-sec1 .f_cont .f_jut .li {
  color: #999999;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .policybox-sec1 .f_cont .f_jut .li {
    font-size: 0.26rem;
    margin: 0 0.1rem;
  }
}
/* End */
/* 网站地图 */
.webstiembox {
  padding: 0.6rem 0 1.26rem;
}
.webstiembox .container2 {
  max-width: 1200px;
}
.webstiembox .container2 .fztit1 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.12rem;
  text-align: center;
}
.webstiembox .container2 .cont {
  padding-right: 0.9rem;
}
@media (max-width: 991px) {
  .webstiembox .container2 .cont {
    width: 100%;
    padding-right: 0;
  }
}
.webstiembox .container2 .cont .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding: 0.44rem 0 0.34rem;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .webstiembox .container2 .cont .jut {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut {
    line-height: 1.5;
  }
}
.webstiembox .container2 .cont .jut:last-child {
  border-bottom: none;
}
.webstiembox .container2 .cont .jut .tit {
  display: block;
  width: 21.3333333%;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .webstiembox .container2 .cont .jut .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut .tit {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .webstiembox .container2 .cont .jut .tit {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut .tit {
    width: 100%;
  }
}
.webstiembox .container2 .cont .jut .nei {
  display: flex;
  flex-wrap: wrap;
  width: 78.6666667%;
}
@media (max-width: 991px) {
  .webstiembox .container2 .cont .jut .nei {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut .nei {
    width: 100%;
    margin-top: 0.24rem;
  }
}
.webstiembox .container2 .cont .jut .nei .li {
  margin-right: 0.56rem;
  display: inline-block;
  padding-right: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 16px;
  transition: all 0.4s;
  color: #666666;
}
@media (max-width: 1580px) {
  .webstiembox .container2 .cont .jut .nei .li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut .nei .li {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .webstiembox .container2 .cont .jut .nei .li {
    width: auto;
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
}
.webstiembox .container2 .cont .jut .nei .li:hover {
  color: #0d59a9;
}
/* End */
/* 搜索结果 */
.searchbox-sec1 {
  background-color: #f4f7fc;
  padding: 0.9rem 0 1.2rem;
}
.searchbox-sec1 .f_title {
  text-align: center;
  font-weight: bold;
  color: #38393c;
  margin-bottom: 0.48rem;
}
.searchbox-sec1 .f_form {
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.searchbox-sec1 .f_form input,
.searchbox-sec1 .f_form .f_sub {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form input,
  .searchbox-sec1 .f_form .f_sub {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form input,
  .searchbox-sec1 .f_form .f_sub {
    height: 0.78rem;
  }
}
.searchbox-sec1 .f_form input {
  padding: 0.16rem 20px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form input {
    padding: 0.16rem 16px;
  }
}
.searchbox-sec1 .f_form input {
  font-size: 18px;
  color: #38393c;
  width: calc(100% - 66px);
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form input {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form input {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form input {
    width: calc(100% - 1.1rem);
  }
}
.searchbox-sec1 .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.searchbox-sec1 .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.searchbox-sec1 .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.searchbox-sec1 .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form .f_sub {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .f_form .f_sub {
    width: 1.1rem;
  }
}
.searchbox-sec1 .f_form .f_sub svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 567px) {
  .searchbox-sec1 .f_form .f_sub svg {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.searchbox-sec1 .f_form .f_sub svg path {
  fill: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.searchbox-sec1 .f_form .f_sub:hover svg path {
  fill: #0d59a9;
}
.searchbox-sec2 {
  position: relative;
  background-color: #ffffff;
  line-height: 0.78rem;
  height: 0.78rem;
}
@media (max-width: 767px) {
  .searchbox-sec2 {
    line-height: 0.9rem;
    height: 0.9rem;
  }
}
.searchbox-sec2 .cont {
  height: 100%;
  position: relative;
}
.searchbox-sec2 .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #e7e9ed;
}
.searchbox-sec2 .cont .searchbox2_cont {
  width: 100%;
}
.searchbox-sec2 .cont .searchbox2_cont .swiper-slide {
  width: auto;
  margin: 0 0.18rem;
}
.searchbox-sec2 .cont .searchbox2_cont .swiper-slide .li {
  color: #666666;
  display: block;
  transition: all 0.4s;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-bottom: 2px solid transparent;
}
.searchbox-sec2 .cont .searchbox2_cont .swiper-slide.on .li {
  color: #0d59a9;
  border-color: #0d59a9;
}
.searchbox-sec3 {
  padding: 0.84rem 0 1.3rem;
}
.searchbox-sec3 .f_cont .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 20px 22px;
  margin-bottom: 0.4rem;
}
.searchbox-sec3 .f_cont .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .searchbox-sec3 .f_cont .item {
    box-shadow: 0px 10px 0.4rem 0px rgba(107, 96, 83, 0.12);
    padding: 0.32rem 0.34rem;
  }
}
.searchbox-sec3 .f_cont .item .img {
  width: 32.448%;
}
@media (max-width: 767px) {
  .searchbox-sec3 .f_cont .item .img {
    width: 100%;
  }
}
.searchbox-sec3 .f_cont .item .img:before {
  padding-top: 72.72727273%;
}
.searchbox-sec3 .f_cont .item .gt {
  width: 67.552%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.42rem 0.68rem 0.12rem 0.5rem;
}
@media (max-width: 767px) {
  .searchbox-sec3 .f_cont .item .gt {
    width: 100%;
    padding: 0.44rem 0 0.46rem;
  }
}
.searchbox-sec3 .f_cont .item .gt .font {
  margin-bottom: 0.26rem;
}
.searchbox-sec3 .f_cont .item .gt .font .f_tit {
  color: #333333;
  margin-bottom: 0.2rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.searchbox-sec3 .f_cont .item .gt .font .text {
  color: #666666;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  height: 8.125em;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.searchbox-sec3 .f_cont .item .gt .fz_jut {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.625;
  color: #666666;
}
.searchbox-sec3 .f_cont .item .gt .fz_jut span {
  display: block;
  width: 6px;
  margin: 0 5px;
  margin-top: 0.8125em;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.searchbox-sec3 .f_cont .item .gt .fz_jut span img {
  width: 100%;
  float: left;
}
.searchbox-sec3 .f_cont .item .gt .fz_jut .li:last-child {
  color: #0d59a9;
}
@media (min-width: 992px) {
  .searchbox-sec3 .f_cont .item:hover {
    box-shadow: 0px 10px 0.4rem 0px rgba(107, 96, 83, 0.12);
  }
  .searchbox-sec3 .f_cont .item:hover .img img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
  }
}
.searchbox-sec3 .basepage {
  margin-top: 1rem;
}
.searchbox-sec3 .sear_error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.searchbox-sec3 .sear_error img {
  width: 0.82rem;
  margin-bottom: 0.42rem;
}
.searchbox-sec3 .sear_error .text {
  color: #666666;
}
/* End */
/* 内页banner */
.newsbanner {
  position: relative;
}
.newsbanner .bag {
  width: 100%;
  background-color: #000;
}
.newsbanner .bag:before {
  padding-top: 36.45833333%;
}
@media (max-width: 767px) {
  .newsbanner .bag:before {
    padding-top: 120%;
  }
}
.newsbanner .bag img {
  opacity: 0.8;
}
.newsbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .newsbanner .bag img {
    display: none;
  }
  .newsbanner .bag img:nth-child(2) {
    display: block;
  }
}
.newsbanner .f_cont {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}
.newsbanner .f_cont .f_title {
  font-weight: bold;
  font-size: 0.5rem;
}
.newsbanner .f_cont .public-btn {
  margin-top: 0.38rem;
  min-width: 1.92rem;
  padding-left: 0.36rem;
  padding-right: 0.3rem;
}
.afterbanner .f_cont .text {
  max-width: 4.85rem;
  margin-top: 0.16rem;
}
@media (max-width: 991px) {
  .afterbanner .f_cont .text {
    max-width: 5.6rem;
  }
}
@media (max-width: 767px) {
  .afterbanner .f_cont .text {
    max-width: 100%;
  }
}
/* End */
/* 新闻与媒体 */
.newsbox_head {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.58rem;
}
@media (max-width: 991px) {
  .newsbox_head {
    margin: 0 -0.38rem;
  }
}
@media (max-width: 767px) {
  .newsbox_head {
    margin: 0;
  }
}
.newsbox_head .lt,
.newsbox_head .gt {
  width: 100%;
  padding: 0 0.58rem;
}
@media (max-width: 991px) {
  .newsbox_head .lt,
  .newsbox_head .gt {
    padding: 0 0.38rem;
  }
}
@media (max-width: 767px) {
  .newsbox_head .lt,
  .newsbox_head .gt {
    padding: 0;
  }
}
.newsbox_head .lt {
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .newsbox_head .lt {
    width: 67%;
    margin-bottom: 0;
  }
}
.newsbox_head .lt .newsbox1_cont {
  margin: 0;
  width: auto;
  margin: 0 -0.1rem;
}
.newsbox_head .lt .newsbox1_cont .swiper-slide {
  width: 20%;
  width: auto;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
}
.newsbox_head .lt .newsbox1_cont .swiper-slide .li {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  background-color: #e9edf2;
  position: relative;
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .newsbox_head .lt .newsbox1_cont .swiper-slide .li {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .newsbox_head .lt .newsbox1_cont .swiper-slide .li {
    height: 0.78rem;
  }
}
.newsbox_head .lt .newsbox1_cont .swiper-slide .li span {
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsbox_head .lt .newsbox1_cont .swiper-slide .li:before {
  content: "";
  display: block;
  background-color: #af0e18;
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#0d59a9, #0d59a9);
  background-blend-mode: normal, 
                                normal;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newsbox_head .lt .newsbox1_cont .swiper-slide.on .li {
  background-color: transparent;
  color: #ffffff;
}
.newsbox_head .lt .newsbox1_cont .swiper-slide.on .li:before {
  opacity: 1;
}
.newsbox_head .lt .newsbox1_cont .swiper-slide:hover:not(.on) .li {
  color: #af0e18;
}
@media (min-width: 768px) {
  .newsbox_head .gt {
    width: 33%;
  }
}
.newsbox_head .gt .f_form {
  width: 100%;
  border: solid 1px #d8dde4;
  display: flex;
}
.newsbox_head .gt .f_form input,
.newsbox_head .gt .f_form .f_sub {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .newsbox_head .gt .f_form input,
  .newsbox_head .gt .f_form .f_sub {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .newsbox_head .gt .f_form input,
  .newsbox_head .gt .f_form .f_sub {
    height: 0.78rem;
  }
}
.newsbox_head .gt .f_form input {
  color: #333333;
  width: calc(100% - 58px);
  padding: 0.16rem 20px;
}
@media (max-width: 1580px) {
  .newsbox_head .gt .f_form input {
    padding: 0.16rem 16px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  .newsbox_head .gt .f_form input {
    width: calc(100% - 1rem);
  }
}
.newsbox_head .gt .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.newsbox_head .gt .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.newsbox_head .gt .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.newsbox_head .gt .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
}
@media (max-width: 1580px) {
  .newsbox_head .gt .f_form .f_sub {
    width: 52px;
  }
}
@media (max-width: 767px) {
  .newsbox_head .gt .f_form .f_sub {
    width: 1rem;
  }
}
.newsbox_head .gt .f_form .f_sub svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .newsbox_head .gt .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .newsbox_head .gt .f_form .f_sub svg {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.newsbox_head .gt .f_form .f_sub svg path {
  fill: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newsbox_head .gt .f_form .f_sub:hover svg path {
  fill: #0d59a9;
}
.newsbox-sec1 {
  background-color: #f4f7fc;
  padding: 0.8rem 0 1.3rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 {
    padding-top: 1rem;
  }
}
.newsbox-sec1 .newsbox_head {
  margin-bottom: 0.6rem;
}
.newsbox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .newsbox-sec1 .f_cont {
    margin: 0 -0.1rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .f_cont {
    margin: 0;
  }
}
.newsbox-sec1 .f_cont .item {
  width: 33.333%;
  margin-bottom: 0.6rem;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .newsbox-sec1 .f_cont .item {
    padding: 0 0.1rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec1 .f_cont .item .list {
  width: 100%;
  display: block;
  background-color: #ffffff;
  height: 100%;
}
.newsbox-sec1 .f_cont .item .list .img:before {
  padding-top: 68.18181818%;
}
.newsbox-sec1 .f_cont .item .list .font {
  padding: 20px 0.3rem 0.46rem;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .f_cont .item .list .font {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .f_cont .item .list .font {
    padding: 0.36rem 0.3rem 0.46rem;
  }
}
.newsbox-sec1 .f_cont .item .list .font .f_time {
  color: #999999;
  margin-bottom: 0.1rem;
  display: block;
}
.newsbox-sec1 .f_cont .item .list .font .f_tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  margin-bottom: 0.22rem;
}
.newsbox-sec1 .f_cont .item .list .font .but {
  display: flex;
  align-items: center;
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newsbox-sec1 .f_cont .item .list .font .but svg {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .f_cont .item .list .font .but svg {
    margin-left: 8px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .f_cont .item .list .font .but svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.newsbox-sec1 .f_cont .item .list .font .but svg path {
  fill: #d60d19;
}
@media (min-width: 992px) {
  .newsbox-sec1 .f_cont .item .list:hover .img img {
    transform: scale(1.08);
  }
  .newsbox-sec1 .f_cont .item .list:hover .font .but {
    color: #d60d19;
  }
  .newsbox-sec1 .f_cont .item .list:hover .font .but svg {
    transform: translateX(10px);
  }
}
.newsbox-sec1 .basepage {
  margin-top: 0.4rem;
}
/* End */
/* 新闻详情 */
.newinfo {
  background-color: #f4f7fc;
}
.newinfo-sec1 {
  padding: 0.7rem 0 1.4rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 {
    padding-top: 1rem;
  }
}
.newinfo-sec1 .cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont {
    margin: 0;
  }
}
.newinfo-sec1 .cont .lt,
.newinfo-sec1 .cont .gt {
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .lt,
  .newinfo-sec1 .cont .gt {
    padding: 0;
  }
}
.newinfo-sec1 .cont .lt {
  width: 65.71%;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .lt {
    width: 100%;
  }
}
.newinfo-sec1 .cont .lt .fz_jut {
  background-color: #ffffff;
  padding: 0.72rem 0.8rem 0.82rem 0.6rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .fz_jut {
    padding: 0.66rem 0.32rem;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_title {
  color: #38393c;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.22rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen {
    padding-bottom: 12px;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .f_st {
  display: flex;
  color: #999999;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .f_st .li {
  display: block;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .f_st .li {
    margin-right: 0.3rem;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .f_st .li:last-child {
  margin-right: 0;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen {
  margin-right: -15px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .fen {
    margin-right: -10px;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist .help {
  font-size: 12px;
  display: none;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist .wechat-qrcode {
    width: 3rem;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  line-height: 1;
  padding: 0;
  opacity: 1;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a:nth-child(1) {
  background-image: url(../images/actgimgz1.png);
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a:nth-child(2) {
  background-image: url(../images/actgimgz2.png);
}
.newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a:nth-child(3) {
  background-image: url(../images/actgimgz3.png);
}
@media (min-width: 992px) {
  .newinfo-sec1 .cont .lt .fz_jut .f_wen .fen .fenlist a:hover {
    opacity: 0.8;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .make-text {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.34rem;
  line-height: 1.875;
}
.newinfo-sec1 .cont .lt .fz_jut .qie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newinfo-sec1 .cont .lt .fz_jut .qie .but {
  display: flex;
  align-items: center;
  max-width: 42%;
}
.newinfo-sec1 .cont .lt .fz_jut .qie .but svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .qie .but svg {
    width: 10px;
    height: 10px;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .qie .but svg path {
  fill: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newinfo-sec1 .cont .lt .fz_jut .qie .but span {
  display: block;
  width: calc(100% - 12px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #999999;
  padding-left: 10px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .qie .but span {
    padding-left: 8px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 992px) {
  .newinfo-sec1 .cont .lt .fz_jut .qie .but:hover svg path {
    fill: #0d59a9;
  }
  .newinfo-sec1 .cont .lt .fz_jut .qie .but:hover span {
    color: #0d59a9;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .qie .next span {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .fz_jut .qie .next span {
    padding-right: 8px;
  }
}
.newinfo-sec1 .cont .lt .fz_jut .qie .f_return {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #999999;
}
@media (min-width: 992px) {
  .newinfo-sec1 .cont .lt .fz_jut .qie .f_return:hover {
    color: #0d59a9;
  }
}
.newinfo-sec1 .cont .gt {
  width: 34.29%;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.66rem;
  }
}
@media (min-width: 992px) {
  .newinfo-sec1 .cont .gt {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.newinfo-sec1 .cont .gt .fz_jut {
  background-color: #ffffff;
  padding: 0.44rem 0.2rem 0 0.4rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .fz_jut {
    padding: 0.46rem 0.32rem;
  }
}
.newinfo-sec1 .cont .gt .fz_jut .f_tit {
  color: #666666;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .fz_jut .f_tit {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .gt .fz_jut .fz_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .fz_jut .fz_list {
    display: block;
  }
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .gt .fz_jut .fz_list .item {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .fz_jut .fz_list .item {
    width: 100%;
  }
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item .img {
  width: 26.865%;
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item .img:before {
  padding-top: 68.18181818%;
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item .font {
  width: 73.135%;
  padding-left: 0.3rem;
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item .font .f_time {
  color: #999999;
  display: block;
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item .font .tit {
  color: #666666;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newinfo-sec1 .cont .gt .fz_jut .fz_list .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/* End */
/* 信息公告 */
.noticebox_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.noticebox_nav .lt {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .noticebox_nav .lt {
    width: 100%;
  }
}
.noticebox_nav .lt .f_selct {
  position: relative;
  width: calc(50% - 0.1rem);
}
.noticebox_nav .lt .f_selct:first-child {
  z-index: 2;
}
@media (max-width: 767px) {
  .noticebox_nav .lt .f_selct {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.noticebox_nav .lt .f_selct .f_tit1 {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-user-select: none;
  justify-content: space-between;
  padding: 0.16rem 0.3rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .noticebox_nav .lt .f_selct .f_tit1 {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .noticebox_nav .lt .f_selct .f_tit1 {
    height: 0.78rem;
  }
}
.noticebox_nav .lt .f_selct .f_tit1 span {
  display: block;
  width: calc(100% - 26px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.noticebox_nav .lt .f_selct .f_tit1 svg {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  object-fit: contain;
  width: 16px;
  height: 8px;
}
@media (max-width: 1580px) {
  .noticebox_nav .lt .f_selct .f_tit1 svg {
    width: 14px;
    height: 7px;
  }
}
.noticebox_nav .lt .f_selct .f_tit1 svg path {
  fill: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.noticebox_nav .lt .f_selct .f_jut {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 2.36rem;
  overflow: auto;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  border-top: none;
  margin-top: -2px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.noticebox_nav .lt .f_selct .f_jut .li {
  color: #666666;
  position: relative;
  padding: 16px 0.3rem;
}
@media (max-width: 1580px) {
  .noticebox_nav .lt .f_selct .f_jut .li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.noticebox_nav .lt .f_selct .f_jut .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90.58%;
  height: 1px;
  border-bottom: 1px dashed #f0f0f0;
}
@media (min-width: 992px) {
  .noticebox_nav .lt .f_selct .f_jut .li:hover {
    color: #0d59a9;
  }
}
.noticebox_nav .lt .f_selct.on .f_tit1 svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.noticebox_nav .lt .f_selct.on .f_tit1 svg path {
  fill: #0d59a9;
}
.noticebox_nav .gt {
  width: 28.857%;
}
@media (max-width: 767px) {
  .noticebox_nav .gt {
    width: 100%;
  }
}
.noticebox_nav .gt .f_form {
  width: 100%;
  border: solid 1px #d8dde4;
  display: flex;
}
.noticebox_nav .gt .f_form input,
.noticebox_nav .gt .f_form .f_sub {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .noticebox_nav .gt .f_form input,
  .noticebox_nav .gt .f_form .f_sub {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .noticebox_nav .gt .f_form input,
  .noticebox_nav .gt .f_form .f_sub {
    height: 0.78rem;
  }
}
.noticebox_nav .gt .f_form input {
  color: #333333;
  width: calc(100% - 58px);
  font-size: 18px;
  padding: 0.16rem 20px;
}
@media (max-width: 1580px) {
  .noticebox_nav .gt .f_form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .noticebox_nav .gt .f_form input {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .noticebox_nav .gt .f_form input {
    padding: 0.16rem 16px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  .noticebox_nav .gt .f_form input {
    width: calc(100% - 1rem);
  }
}
.noticebox_nav .gt .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.noticebox_nav .gt .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.noticebox_nav .gt .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.noticebox_nav .gt .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
}
@media (max-width: 1580px) {
  .noticebox_nav .gt .f_form .f_sub {
    width: 52px;
  }
}
@media (max-width: 767px) {
  .noticebox_nav .gt .f_form .f_sub {
    width: 1rem;
  }
}
.noticebox_nav .gt .f_form .f_sub svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .noticebox_nav .gt .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .noticebox_nav .gt .f_form .f_sub svg {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.noticebox_nav .gt .f_form .f_sub svg path {
  fill: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.noticebox_nav .gt .f_form .f_sub:hover svg path {
  fill: #0d59a9;
}
.noticebox-sec1 {
  background-color: #f4f7fc;
  padding: 0.8rem 0 1.3rem;
}
@media (max-width: 767px) {
  .noticebox-sec1 {
    padding-top: 1rem;
  }
}
.noticebox-sec1 .noticebox_nav {
  margin-bottom: 0.8rem;
}
.noticebox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .noticebox-sec1 .f_cont {
    margin: 0 -0.1rem;
  }
}
.noticebox-sec1 .f_cont .item {
  width: 33.33%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .noticebox-sec1 .f_cont .item {
    width: 50%;
    padding: 0 0.1rem;
    width: 100%;
  }
}
.noticebox-sec1 .f_cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 0.3rem 0.4rem 0.46rem;
}
@media (max-width: 767px) {
  .noticebox-sec1 .f_cont .item .list {
    padding: 0.56rem 0.34rem;
  }
}
.noticebox-sec1 .f_cont .item .list:before {
  content: "";
  display: block;
  background: url(../images/noticebagimgfa1.jpg) center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 0;
}
.noticebox-sec1 .f_cont .item .list .shu,
.noticebox-sec1 .f_cont .item .list .f_tit,
.noticebox-sec1 .f_cont .item .list .text,
.noticebox-sec1 .f_cont .item .list .but {
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.noticebox-sec1 .f_cont .item .list .shu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 0.34rem;
  font-family: 'shuzi', "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.noticebox-sec1 .f_cont .item .list .shu .zi {
  font-size: 0.5rem;
}
.noticebox-sec1 .f_cont .item .list .shu .f_time {
  color: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.noticebox-sec1 .f_cont .item .list .f_tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  margin-bottom: 0.2rem;
}
.noticebox-sec1 .f_cont .item .list .text {
  color: #999999;
  line-height: 2.14285714;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.28571429em;
  margin-bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .f_cont .item .list .text {
    line-height: 1.5;
    height: 3em;
  }
}
@media (max-width: 991px) {
  .noticebox-sec1 .f_cont .item .list .text {
    margin-bottom: 0.42rem;
  }
}
.noticebox-sec1 .f_cont .item .list .but {
  display: flex;
  align-items: center;
  color: #666666;
}
.noticebox-sec1 .f_cont .item .list .but svg {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .f_cont .item .list .but svg {
    margin-left: 8px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .noticebox-sec1 .f_cont .item .list .but svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.noticebox-sec1 .f_cont .item .list .but svg path {
  fill: #d60d19;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (min-width: 992px) {
  .noticebox-sec1 .f_cont .item .list:hover {
    background-color: transparent;
  }
  .noticebox-sec1 .f_cont .item .list:hover:before {
    opacity: 1;
  }
  .noticebox-sec1 .f_cont .item .list:hover .shu,
  .noticebox-sec1 .f_cont .item .list:hover .f_tit,
  .noticebox-sec1 .f_cont .item .list:hover .text,
  .noticebox-sec1 .f_cont .item .list:hover .but {
    color: #ffffff;
  }
  .noticebox-sec1 .f_cont .item .list:hover .shu svg path,
  .noticebox-sec1 .f_cont .item .list:hover .f_tit svg path,
  .noticebox-sec1 .f_cont .item .list:hover .text svg path,
  .noticebox-sec1 .f_cont .item .list:hover .but svg path {
    fill: #ffffff;
  }
  .noticebox-sec1 .f_cont .item .list:hover .but svg {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
  .noticebox-sec1 .f_cont .item .list:hover .shu {
    color: #ffffff;
  }
  .noticebox-sec1 .f_cont .item .list:hover .shu .f_time {
    color: #ffffff;
  }
}
.noticebox-sec1 .basepage {
  margin-top: 0.7rem;
}
/* End */
/* 公告详情 */
.noticeinfo {
  background-color: #f4f7fc;
}
.noticeinfo-sec1 {
  padding: 0.7rem 0 1.4rem;
}
@media (max-width: 767px) {
  .noticeinfo-sec1 {
    padding-top: 1rem;
  }
}
.noticeinfo-sec1 .f_cont {
  background-color: #ffffff;
  padding: 0.74rem 1rem 0.82rem;
}
@media (max-width: 991px) {
  .noticeinfo-sec1 .f_cont {
    padding: 0.6rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .noticeinfo-sec1 .f_cont {
    padding: 0.6rem 0.32rem;
  }
}
.noticeinfo-sec1 .f_cont .f_title {
  color: #38393c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.noticeinfo-sec1 .f_cont .fwenz {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.26rem;
}
.noticeinfo-sec1 .f_cont .fwenz .li {
  margin: 0 0.12rem;
  color: #999999;
}
.noticeinfo-sec1 .f_cont .make-text {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.34rem;
  line-height: 1.875;
}
.noticeinfo-sec1 .f_cont .qie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.noticeinfo-sec1 .f_cont .qie .but {
  display: flex;
  align-items: center;
  max-width: 42%;
}
.noticeinfo-sec1 .f_cont .qie .but svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 1580px) {
  .noticeinfo-sec1 .f_cont .qie .but svg {
    width: 10px;
    height: 10px;
  }
}
.noticeinfo-sec1 .f_cont .qie .but svg path {
  fill: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.noticeinfo-sec1 .f_cont .qie .but span {
  display: block;
  width: calc(100% - 12px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #999999;
  padding-left: 10px;
}
@media (max-width: 1580px) {
  .noticeinfo-sec1 .f_cont .qie .but span {
    padding-left: 8px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 992px) {
  .noticeinfo-sec1 .f_cont .qie .but:hover svg path {
    fill: #0d59a9;
  }
  .noticeinfo-sec1 .f_cont .qie .but:hover span {
    color: #0d59a9;
  }
}
.noticeinfo-sec1 .f_cont .qie .next span {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .noticeinfo-sec1 .f_cont .qie .next span {
    padding-right: 8px;
  }
}
.noticeinfo-sec1 .f_cont .qie .f_return {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #999999;
}
@media (min-width: 992px) {
  .noticeinfo-sec1 .f_cont .qie .f_return:hover {
    color: #0d59a9;
  }
}
/* End */
/* 研发创新 */
.innovatebox {
  background-color: #f4f7fc;
}
.innovatebox .searchbox-sec2 .cont {
  background-color: #f4f7fc;
}
.innovatebox-sec1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 666;
}
.innovatebox-sec2 {
  background: url(../images/wenluimg1.png) left 0.0969697rem auto no-repeat, url(../images/wenluimg1.png) right 0.99090909rem auto no-repeat, url(../images/wenluimg1.png) -0.26rem 2.66666667rem auto no-repeat, url(../images/joingbagimw1.png) left top / cover no-repeat;
  padding: 1.2rem 0 1.76rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 {
    padding-bottom: 1.2rem;
  }
}
.innovatebox-sec2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 1.4rem;
}
.innovatebox-sec2 .item:first-child {
  padding-top: 0;
}
.innovatebox-sec2 .item .lt {
  width: 52.428%;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .lt {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-top: 0.56rem;
  }
}
.innovatebox-sec2 .item .lt .text,
.innovatebox-sec2 .item .lt .f_tit {
  width: 100%;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .lt .text,
  .innovatebox-sec2 .item .lt .f_tit {
    padding-right: 0;
  }
}
.innovatebox-sec2 .item .lt .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.28rem;
}
.innovatebox-sec2 .item .lt .text {
  color: #666666;
  line-height: 1.875;
  margin-bottom: 0.96rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .lt .text {
    margin-bottom: 0.6rem;
  }
}
.innovatebox-sec2 .item .lt .f_jut {
  display: flex;
  flex-wrap: wrap;
}
.innovatebox-sec2 .item .lt .f_jut .li {
  margin-bottom: 0.3rem;
  width: 33.333%;
  color: #333333;
  padding-right: 0.26rem;
}
.innovatebox-sec2 .item .lt .f_jut .li .f_cion {
  height: 0.4rem;
  max-width: 100%;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .lt .f_jut .li .f_cion {
    height: 0.7rem;
  }
}
.innovatebox-sec2 .item .lt .f_jut .li .shu {
  line-height: 30px;
  color: #0d59a9;
  font-family: 'shuzi', "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .lt .f_jut .li .shu {
    line-height: 0.36rem;
  }
}
.innovatebox-sec2 .item .lt .f_jut .li .shu span {
  line-height: 1.1;
  font-family: 'shuzi', "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.4rem;
}
.innovatebox-sec2 .item .gt {
  width: 47.572%;
  padding-right: 1.3rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .gt {
    width: 76%;
    padding-right: 0;
    padding-left: 0.6rem;
    width: 100%;
    padding-left: 0;
  }
}
.innovatebox-sec2 .item .gt .f_img {
  position: relative;
  width: 100%;
}
.innovatebox-sec2 .item .gt .f_img .img:before {
  padding-top: 107.27272727%;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .gt .f_img .img:before {
    padding-top: 70%;
  }
}
@media (min-width: 768px) {
  .innovatebox-sec2 .item .gt .f_img .img {
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
  }
}
.innovatebox-sec2 .item .gt .f_img .img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .innovatebox-sec2 .item .gt .f_img .img img {
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    max-width: initial;
    transform: translate(-50%, -50%) skew(10deg);
    -webkit-transform: translate(-50%, -50%) skew(10deg);
  }
}
.innovatebox-sec2 .item .gt .f_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/bajingimfaz1.png) left bottom / 100% auto no-repeat;
}
.innovatebox-sec2 .item .gt .f_img:before {
  content: "";
  display: block;
  width: 72.72727273%;
  height: 77.96610169%;
  background-color: #e0f2fd;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  position: absolute;
  right: -0.3rem;
  bottom: -0.4rem;
}
@media (max-width: 767px) {
  .innovatebox-sec2 .item .gt .f_img:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .innovatebox-sec2 .item:nth-child(2n) .lt {
    order: 1;
    padding-left: 0.56rem;
  }
  .innovatebox-sec2 .item:nth-child(2n) .lt .f_tit,
  .innovatebox-sec2 .item:nth-child(2n) .lt .text {
    padding-right: 0;
  }
  .innovatebox-sec2 .item:nth-child(2n) .gt {
    padding-left: 0.4rem;
    padding-right: 0.9rem;
  }
  .innovatebox-sec2 .item:nth-child(2n) .gt .f_img:before {
    right: initial;
    left: -0.6rem;
    bottom: -0.38rem;
  }
}
.innovatebox-sec3 {
  background-color: #ffffff;
  padding: 1rem 0 1.4rem;
}
@media (max-width: 767px) {
  .innovatebox-sec3 {
    padding: 1.3rem 0 1.4rem;
  }
}
.innovatebox-sec3 .f_title {
  margin-bottom: 0.48rem;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.innovatebox-sec3 .f_cont {
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .innovatebox-sec3 .f_cont {
    margin: 0 -0.1rem;
  }
}
.innovatebox-sec3 .f_cont .f_zhong {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innovatebox-sec3 .f_cont .f_zhong .item {
  width: 20%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 1260px) {
  .innovatebox-sec3 .f_cont .f_zhong .item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .innovatebox-sec3 .f_cont .f_zhong .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .innovatebox-sec3 .f_cont .f_zhong .item {
    width: 50%;
    padding: 0 0.1rem 0.3rem;
  }
}
.innovatebox-sec3 .f_cont .f_zhong .item .list {
  position: relative;
  display: block;
  border: solid 1px #f0f0f0;
  transition: all 0.4s;
  height: 100%;
  -webkit-transition: all 0.4s;
  padding: 0.26rem 0.3rem 0.26rem;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: url(../images/rongyizhengfuimg1.jpg) center / cover no-repeat;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .f_icon {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.66rem;
  overflow: hidden;
  z-index: 1;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .f_icon img {
  width: 100%;
  float: left;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .f_time {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 12px;
  margin-bottom: 0.18rem;
  color: #9f9f9f;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font {
  position: relative;
  z-index: 3;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .tit {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #333333;
  margin-bottom: 0.14rem;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .text {
  color: #ffffff;
  transition: all 0.4s;
  margin-bottom: 0.68rem;
  line-height: 1.28571429;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.57142857em;
}
@media (max-width: 991px) {
  .innovatebox-sec3 .f_cont .f_zhong .item .list .font .text {
    color: #999;
  }
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but {
  display: flex;
  align-items: center;
  color: #fff;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but span {
  font-weight: bold;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but svg {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but svg {
    margin-left: 8px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.innovatebox-sec3 .f_cont .f_zhong .item .list .font .fz_but svg path {
  fill: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (min-width: 992px) {
  .innovatebox-sec3 .f_cont .f_zhong .item .list:hover {
    border-color: transparent;
  }
  .innovatebox-sec3 .f_cont .f_zhong .item .list:hover:after {
    opacity: 1;
  }
  .innovatebox-sec3 .f_cont .f_zhong .item .list:hover .f_time {
    color: #ffffff;
  }
  .innovatebox-sec3 .f_cont .f_zhong .item .list:hover .font {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .innovatebox-sec3 .f_cont .f_zhong .item .list:hover .font .tit {
    color: #ffffff;
  }
}
.innovatebox-sec3 .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.innovatebox-sec3 .but .public-btn {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.innovatebox-sec3 .but .public-btn span:nth-child(2) {
  display: none;
}
.innovatebox-sec3 .but .public-btn i {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.innovatebox-sec3 .but.on .public-btn span {
  display: none;
}
.innovatebox-sec3 .but.on .public-btn span:nth-child(2) {
  display: block;
}
.innovatebox-sec3 .but.on .public-btn i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.innovatebox-sec3 .but.on .public-btn i {
  transform: translateX(0.1rem);
}
.innovatebox-sec3 .but.on .public-btn::before {
  opacity: 0;
}
.innovatebox-sec3 .but.on .public-btn::after {
  width: 100%;
  opacity: 1;
}
/* End */
/* 社会责任 */
.base_prev,
.base_next {
  width: 0.72rem;
  height: 0.72rem;
  position: relative;
  background: none;
  right: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.base_prev:before,
.base_next:before,
.base_prev:after,
.base_next:after {
  content: "";
  display: block;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d8dde4;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  z-index: 1;
}
.base_prev:after,
.base_next:after {
  background-image: linear-gradient(90deg, #152b85 0%, #27b2e1 100%), linear-gradient(#e81a21, #e81a21);
  background-blend-mode: normal, 
            normal;
  opacity: 0;
}
.base_prev svg,
.base_next svg {
  position: relative;
  z-index: 2;
  width: 27.77777778%;
  height: 27.77777778%;
}
.base_prev svg path,
.base_next svg path {
  fill: #ffffff;
  opacity: 1;
}
.base_prev:hover:before,
.base_next:hover:before {
  opacity: 0;
}
.base_prev:hover:after,
.base_next:hover:after {
  opacity: 1;
}
.socialbox_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialbox_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.socialbox_tit .qie {
  display: flex;
  align-items: center;
}
.socialbox_tit .qie .base_next {
  margin-left: 0.2rem;
}
.socialbox-sec1 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .socialbox-sec1 {
    padding: 1.2rem 0;
  }
}
.socialbox-sec1 .item {
  overflow: hidden;
  position: relative;
  padding: 1.1rem 0;
}
@media (max-width: 767px) {
  .socialbox-sec1 .item {
    padding: 0;
    margin-bottom: 0.66rem;
  }
  .socialbox-sec1 .item:last-child {
    margin-bottom: 0;
  }
}
.socialbox-sec1 .item .container2 {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  align-items: flex-start;
  position: relative;
}
.socialbox-sec1 .item .container2 .lt {
  width: 52%;
  padding-right: 12.85714286%;
  padding-top: 0.96rem;
}
@media (max-width: 767px) {
  .socialbox-sec1 .item .container2 .lt {
    padding-right: 0;
    width: 100%;
    order: 1;
    margin-top: 0.4rem;
    padding-top: 0;
  }
}
.socialbox-sec1 .item .container2 .lt .name {
  color: #d60d19;
  margin-bottom: 0.12rem;
}
.socialbox-sec1 .item .container2 .lt .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.26rem;
}
.socialbox-sec1 .item .container2 .lt .text {
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .socialbox-sec1 .item .container2 .lt .text {
    line-height: 1.5;
  }
}
.socialbox-sec1 .item .container2 .gt {
  width: 39.4%;
}
@media (max-width: 767px) {
  .socialbox-sec1 .item .container2 .gt {
    width: 100%;
  }
}
.socialbox-sec1 .item .container2 .gt .f_img {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .socialbox-sec1 .item .container2 .gt .f_img .img {
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
  }
  .socialbox-sec1 .item .container2 .gt .f_img .img img {
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    max-width: initial;
    transform: translate(-50%, -50%) skew(10deg);
    -webkit-transform: translate(-50%, -50%) skew(10deg);
  }
}
.socialbox-sec1 .item .container2 .gt .f_img .img:before {
  padding-top: 106.88405797%;
}
@media (max-width: 767px) {
  .socialbox-sec1 .item .container2 .gt .f_img .img:before {
    padding-top: 60%;
  }
}
.socialbox-sec1 .item .container2 .gt .f_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.86rem;
  width: 100vw;
  height: 122.8%;
  background-color: #f4f7fc;
  transform: translateY(-50%) skew(-10deg);
  -webkit-transform: translateY(-50%) skew(-10deg);
}
@media (max-width: 767px) {
  .socialbox-sec1 .item .container2 .gt .f_img:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .socialbox-sec1 .item:nth-child(2n) .container2 .lt {
    width: 60.6%;
    padding-left: 22.85%;
    padding-right: 0;
    order: 1;
    position: relative;
  }
  .socialbox-sec1 .item:nth-child(2n) .container2 .gt .f_img:before {
    left: initial;
    right: 0;
    margin-right: 0.86rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .socialbox-sec1 .item:nth-child(2n) .container2 .lt {
    padding-left: 16%;
  }
}
.socialbox-sec2 {
  background-color: #f4f7fc;
  padding: 1.1rem 0 1.4rem;
}
.socialbox-sec2 .socialbox_tit {
  margin-bottom: 0.4rem;
}
.socialbox-sec2 .socialbox2_cont {
  width: 100%;
}
.socialbox-sec2 .socialbox2_cont .item {
  position: relative;
}
.socialbox-sec2 .socialbox2_cont .item .img {
  width: 100%;
}
.socialbox-sec2 .socialbox2_cont .item .img:before {
  padding-top: 46.42857143%;
}
@media (max-width: 767px) {
  .socialbox-sec2 .socialbox2_cont .item .img:before {
    padding-bottom: 40%;
  }
}
.socialbox-sec2 .socialbox2_cont .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/womenziaxingongbag1.png) left bottom / 100% auto no-repeat;
}
.socialbox-sec2 .socialbox2_cont .item .font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  padding: 0.6rem 0.74rem;
}
@media (max-width: 767px) {
  .socialbox-sec2 .socialbox2_cont .item .font {
    padding: 0.56rem 0.36rem;
    padding-left: 0.5rem;
  }
}
.socialbox-sec2 .socialbox2_cont .item .font:before {
  content: "";
  display: block;
  background-color: #d60d19;
  border-radius: 2px;
  width: 4px;
  height: 0.32rem;
  position: absolute;
  left: 0.5rem;
  top: 0.75em;
  margin-top: 0.46rem;
}
@media (max-width: 767px) {
  .socialbox-sec2 .socialbox2_cont .item .font:before {
    left: 0.3rem;
  }
}
.socialbox-sec2 .socialbox2_cont .item .font .f_tit {
  width: 100%;
  font-weight: bold;
  margin-bottom: 6px;
}
.socialbox-sec2 .socialbox2_cont .item .font .text {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .socialbox-sec2 .socialbox2_cont .item .font .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .socialbox-sec2 .socialbox2_cont .item .font .text {
    font-size: 0.28rem;
  }
}
.socialbox-sec3 {
  padding: 1.46rem 0 1.4rem;
  overflow: hidden;
}
.socialbox-sec3 .socialbox_tit {
  margin-bottom: 0.6rem;
}
.socialbox-sec3 .cont .socialbox3_cont {
  width: auto;
  overflow: visible;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .socialbox-sec3 .cont .socialbox3_cont {
    margin: 0 -0.16rem;
  }
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide {
  width: 45.714%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .socialbox-sec3 .cont .socialbox3_cont .swiper-slide {
    padding: 0 0.16rem;
    width: 100%;
  }
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item {
  position: relative;
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item .img:before {
  padding-top: 66.66666667%;
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/womenziaxingongbag1.png) left bottom / 100% auto no-repeat;
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item .font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.24rem 0.4rem;
  width: 100%;
  color: #ffffff;
}
.socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item .font .f_tit {
  font-weight: bold;
}
@media (min-width: 992px) {
  .socialbox-sec3 .cont .socialbox3_cont .swiper-slide .item:hover .img img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
  }
}
/* End */
/* 服务网络 */
.networkbox-sec1 {
  padding: 1.2rem 0 1.4rem;
  background-color: #f4f7fc;
}
.networkbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
}
.networkbox-sec1 .cont .lt {
  width: 57.85%;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.networkbox-sec1 .cont .lt:before {
  padding: 0;
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .lt:before {
    padding-top: 82.71604938%;
  }
}
.networkbox-sec1 .cont .gt {
  width: 42.15%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .gt {
    padding-left: 0;
    width: 100%;
  }
}
.networkbox-sec1 .cont .gt .f_form {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  padding: 0.34rem 0.4rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.networkbox-sec1 .cont .gt .f_form .f_selct {
  position: relative;
  width: calc(50% - 0.09rem);
}
.networkbox-sec1 .cont .gt .f_form .f_selct:first-child {
  z-index: 2;
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .gt .f_form .f_selct {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .networkbox-sec1 .cont .gt .f_form .f_selct:last-child {
    margin-bottom: 0;
  }
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_tit1 {
  background-color: #ffffff;
  padding: 0 0 8px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-user-select: none;
  justify-content: space-between;
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_tit1 span {
  display: block;
  width: calc(100% - 26px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_tit1 svg {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  object-fit: contain;
  width: 12px;
  height: 8px;
}
@media (max-width: 1580px) {
  .networkbox-sec1 .cont .gt .f_form .f_selct .f_tit1 svg {
    width: 10px;
    height: 6px;
  }
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_tit1 svg path {
  fill: #656b74;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_jut {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%!important;
  max-height: 2.36rem;
  overflow: auto;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  border-top: none;
  margin-top: -2px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_jut .li,
.networkbox-sec1 .cont .gt .f_form .f_selct .f_jut li {
  color: #666666;
  position: relative;
  padding: 16px 0.3rem;
}
@media (max-width: 1580px) {
  .networkbox-sec1 .cont .gt .f_form .f_selct .f_jut .li,
  .networkbox-sec1 .cont .gt .f_form .f_selct .f_jut li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.networkbox-sec1 .cont .gt .f_form .f_selct .f_jut .li:before,
.networkbox-sec1 .cont .gt .f_form .f_selct .f_jut li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90.58%;
  height: 1px;
  border-bottom: 1px dashed #f0f0f0;
}
@media (min-width: 992px) {
  .networkbox-sec1 .cont .gt .f_form .f_selct .f_jut .li:hover,
  .networkbox-sec1 .cont .gt .f_form .f_selct .f_jut li:hover {
    color: #0d59a9;
  }
}
.networkbox-sec1 .cont .gt .f_form .f_selct.on .f_tit1 svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.networkbox-sec1 .cont .gt .f_form .f_selct.on .f_tit1 svg path {
  fill: #0d59a9;
}
.networkbox-sec1 .cont .gt > .f_jut {
  width: 100%;
  background-color: #ffffff;
  height: 5.6rem;
  padding: 0 0.4rem;
  overflow: auto;
}
.networkbox-sec1 .cont .gt > .f_jut .li {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding: 0.28rem 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.networkbox-sec1 .cont .gt > .f_jut .li .f_img {
  width: 0.32rem;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .f_img {
    width: 0.56rem;
  }
}
.networkbox-sec1 .cont .gt > .f_jut .li .f_img img {
  width: 100%;
  height: auto;
  float: left;
}
.networkbox-sec1 .cont .gt > .f_jut .li .font {
  width: calc(100% - 0.32rem);
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .font {
    width: calc(100% - 0.56rem);
  }
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_tit {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .font .f_tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .font .f_tit {
    font-size: 0.28rem;
  }
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen {
  display: flex;
  align-items: flex-start;
  color: #666666;
  margin-bottom: 2px;
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen:last-child {
  margin-bottom: 0;
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen img,
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 0.75em;
  margin-top: -9px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen img,
  .networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen svg {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen img path,
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen svg path {
  fill: #666666;
}
.networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen span {
  display: block;
  padding-left: 10px;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .networkbox-sec1 .cont .gt > .f_jut .li .font .f_wen span {
    padding-left: 8px;
    width: calc(100% - 16px);
  }
}
/* End */
/* 产品售后 */
.afterbox_tit {
  text-align: center;
}
.afterbox_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.afterbox_tit .text {
  color: #666666;
  margin-top: 4px;
}
.afterbox-sec1 {
  background-color: #f4f7fc;
  padding: 1.1rem 0 1.4rem;
}
.afterbox-sec1 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.afterbox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_cont {
    margin: 0;
  }
}
.afterbox-sec1 .f_cont .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_cont .item {
    padding: 0;
    width: 100%;
  }
}
.afterbox-sec1 .f_cont .item .list {
  height: 100%;
  background-color: #ffffff;
  padding: 0.5rem 0.46rem 0.72rem;
}
@media (max-width: 991px) {
  .afterbox-sec1 .f_cont .item .list {
    padding: 0.4rem 0.36rem 0.5rem;
  }
}
.afterbox-sec1 .f_cont .item .list .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #f4f7fc;
  border-radius: 50%;
  margin-bottom: 0.48rem;
}
@media (max-width: 991px) {
  .afterbox-sec1 .f_cont .item .list .f_icon {
    margin-bottom: 0.3rem;
  }
}
.afterbox-sec1 .f_cont .item .list .f_icon svg {
  width: 50%;
  height: 50%;
}
.afterbox-sec1 .f_cont .item .list .f_icon svg path {
  opacity: 1;
  fill: #0d59a9;
}
.afterbox-sec1 .f_cont .item .list .f_tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
@media (max-width: 991px) {
  .afterbox-sec1 .f_cont .item .list .f_tit {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_cont .item .list .f_tit {
    font-size: 0.36rem;
  }
}
.afterbox-sec1 .f_cont .item .list .text {
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .afterbox-sec1 .f_cont .item .list .text {
    line-height: 1.625;
  }
}
.afterbox-sec1 .f_jut {
  padding-top: 0.2rem;
}
.afterbox-sec1 .f_jut .item {
  margin: 1.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.afterbox-sec1 .f_jut .item .img {
  width: 85%;
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_jut .item .img {
    width: 100%;
  }
}
.afterbox-sec1 .f_jut .item .img:before {
  padding-top: 50.42016807%;
}
.afterbox-sec1 .f_jut .item .gt {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .afterbox-sec1 .f_jut .item .gt {
    width: 37.4285%;
    position: absolute;
    min-height: 4.12rem;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .afterbox-sec1 .f_jut .item .gt {
    width: 46%;
  }
}
.afterbox-sec1 .f_jut .item .gt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fulieftewim1.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  .afterbox-sec1 .f_jut .item .gt:before {
    margin-left: 0.34rem;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
  }
}
.afterbox-sec1 .f_jut .item .gt .font {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1.12rem 0.14rem 0.46rem 1.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .afterbox-sec1 .f_jut .item .gt .font {
    padding: 0.6rem 0.26rem 0.46rem 1rem;
  }
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_jut .item .gt .font {
    padding: 0.46rem 0.36rem;
  }
}
.afterbox-sec1 .f_jut .item .gt .font .li {
  width: 100%;
  display: flex;
  line-height: 1.22222222;
  align-items: flex-start;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .afterbox-sec1 .f_jut .item .gt .font .li {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .afterbox-sec1 .f_jut .item .gt .font .li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .afterbox-sec1 .f_jut .item .gt .font .li {
    font-size: 0.24rem;
  }
}
.afterbox-sec1 .f_jut .item .gt .font .li:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: 0.88888889em;
  margin-top: -3px;
  flex: 0 0 auto;
}
.afterbox-sec1 .f_jut .item .gt .font .li p {
  display: block;
  padding-left: 0.14rem;
}
@media (min-width: 768px) {
  .afterbox-sec1 .f_jut .item:nth-child(2n) {
    justify-content: flex-end;
  }
  .afterbox-sec1 .f_jut .item:nth-child(2n) .gt {
    right: initial;
    left: 0;
  }
  .afterbox-sec1 .f_jut .item:nth-child(2n) .gt .font {
    padding: 1.2rem 0.7rem 0.46rem 1.26rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .afterbox-sec1 .f_jut .item:nth-child(2n) .gt .font {
    padding: 0.6rem 0.4rem 0.46rem 0.9rem;
  }
}
.afterbox-sec2 {
  overflow: hidden;
  position: relative;
  background-color: #000000;
  padding: 1.1rem 0 1.4rem;
}
.afterbox-sec2 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.afterbox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afterbox-sec2 .container2 {
  position: relative;
}
.afterbox-sec2 .container2 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.afterbox-sec2 .container2 .afterbox_tit .f_tit {
  color: #ffffff;
}
.afterbox-sec2 .container2 .cont {
  width: 100%;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont {
  overflow: visible;
  margin: 0 -0.15rem;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide {
  height: auto;
  width: 33.333%;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide {
    width: 90%;
  }
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.55rem 0.4rem 0.48rem;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .f_icon {
  height: 0.5rem;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .f_icon {
    height: 0.7rem;
  }
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .f_icon svg {
  width: auto;
  height: 100%;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .f_icon svg path {
  opacity: 1;
  fill: #0d59a9;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .f_tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
.afterbox-sec2 .container2 .cont .afterbox2_cont .swiper-slide .item .text {
  color: #666666;
  line-height: 1.625;
}
.afterbox-sec2 .container2 .afterbox2_pagin {
  margin: 0.6rem 0 0;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.afterbox-sec2 .container2 .afterbox2_pagin span {
  border-radius: 2px;
  opacity: 0.3;
  background-color: #ffffff;
}
/* End */
/* 方案 */
.planbox-sec1 {
  position: relative;
  z-index: 2;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .planbox-sec1 {
    padding: 0;
    position: relative;
    bottom: -0.6rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .planbox-sec1 .container2 {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.planbox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -0.1rem;
}
.planbox-sec1 .f_cont .item {
  width: 25%;
  width: 33.333%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .planbox-sec1 .f_cont .item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
}
.planbox-sec1 .f_cont .item .list {
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.34rem;
}
@media (max-width: 991px) {
  .planbox-sec1 .f_cont .item .list {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .planbox-sec1 .f_cont .item .list {
    padding: 0.4rem 0.32rem;
  }
}
.planbox-sec1 .f_cont .item .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-3deg, #152b85 0%, #27b2e1 100%), linear-gradient(#0d59a9, #0d59a9);
  background-blend-mode: normal, 
                            normal;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.planbox-sec1 .f_cont .item .list .f_icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #0d59a9;
  position: relative;
  display: flex;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .planbox-sec1 .f_cont .item .list .f_icon {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto 0.2rem;
  }
}
.planbox-sec1 .f_cont .item .list .f_icon svg {
  width: 56.66666667%;
  height: 56.66666667%;
}
.planbox-sec1 .f_cont .item .list .f_icon svg path {
  opacity: 1;
  fill: #ffffff;
}
.planbox-sec1 .f_cont .item .list .font {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: relative;
  width: calc(100% - 0.6rem);
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .planbox-sec1 .f_cont .item .list .font {
    width: calc(100% - 0.76rem);
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.planbox-sec1 .f_cont .item .list .font .f_tit {
  color: #333333;
  font-weight: bold;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 2.4em;
}
@media (min-width: 992px) {
  .planbox-sec1 .f_cont .item .list:hover,
  .planbox-sec1 .f_cont .item.on .list {
    transition: padding 0.4s, opacity 0.4s 0.3s;
    -webkit-transition: padding 0.4s, opacity 0.4s 0.3s;
    padding-top: 0.46rem;
    padding-bottom: 0.46rem;
  }
  .planbox-sec1 .f_cont .item .list:hover:before,
  .planbox-sec1 .f_cont .item.on .list:before {
    opacity: 1;
  }
  .planbox-sec1 .f_cont .item .list:hover .f_icon,
  .planbox-sec1 .f_cont .item.on .list .f_icon {
    box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.66);
  }
  .planbox-sec1 .f_cont .item .list:hover .font .f_tit,
  .planbox-sec1 .f_cont .item.on .list .font .f_tit {
    color: #ffffff;
    transform: translateX(0.14rem);
    -webkit-transform: translateX(0.14rem);
  }
}
.planbox-sec2 {
  background-color: #f4f7fc;
  padding: 1.7rem 0 1.14rem;
}
@media (max-width: 991px) {
  .planbox-sec2 {
    padding-top: 1.4rem;
  }
}
.planbox-sec2 .cont {
  text-align: center;
  margin: 0 auto;
  max-width: 10.8rem;
}
@media (max-width: 991px) {
  .planbox-sec2 .cont {
    max-width: 11.8rem;
  }
}
@media (max-width: 767px) {
  .planbox-sec2 .cont {
    max-width: 100%;
  }
}
.planbox-sec2 .cont .afterbox_tit {
  margin-bottom: 0.38rem;
}
.planbox-sec2 .cont .f_text {
  color: #666666;
  line-height: 2;
}
@media (max-width: 1260px) {
  .planbox-sec2 .cont .f_text {
    line-height: 1.66666667;
  }
}
@media (max-width: 991px) {
  .planbox-sec2 .cont .f_text {
    line-height: 1.6;
  }
}
.planbox-sec2 .cont .f_text p {
  opacity: 0.7;
}
.planbox-sec3 {
  padding: 1.1rem 0 1.4rem;
}
.planbox-sec3 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.planbox-sec3 .cont {
  position: relative;
}
.planbox-sec3 .cont .fz_bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .fz_bag {
    display: none;
  }
}
.planbox-sec3 .cont .fz_bag .bag {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.planbox-sec3 .cont .fz_bag .bag img {
  opacity: 0.9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.planbox-sec3 .cont .fz_bag .on {
  opacity: 1;
}
.planbox-sec3 .cont .f_jut {
  display: flex;
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .f_jut {
    flex-wrap: wrap;
  }
}
.planbox-sec3 .cont .f_jut .item {
  width: 10%;
  flex: 1 1 10%;
  position: relative;
  border-right: 1px solid rgba(187, 207, 216, 0.5);
  height: 5.8rem;
  overflow: hidden;
  transition: all 0.4s;
}
.planbox-sec3 .cont .f_jut .item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .f_jut .item {
    width: 100%;
    height: 4rem;
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
  }
  .planbox-sec3 .cont .f_jut .item:last-child {
    margin-bottom: 0;
  }
}
.planbox-sec3 .cont .f_jut .item .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .planbox-sec3 .cont .f_jut .item .bag {
    display: none;
  }
}
.planbox-sec3 .cont .f_jut .item .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.planbox-sec3 .cont .f_jut .item .fho1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.5rem 0.6rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .f_jut .item .fho1 {
    opacity: 0;
  }
}
.planbox-sec3 .cont .f_jut .item .fho1 .f_t1 {
  color: #ffffff;
  width: 20px;
}
.planbox-sec3 .cont .f_jut .item .fho1 i {
  display: block;
  width: 18px;
  height: 2px;
  position: relative;
  background-color: #ffffff;
}
.planbox-sec3 .cont .f_jut .item .fho1 i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.planbox-sec3 .cont .f_jut .item .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  padding: 0.74rem 0.8rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .f_jut .item .font {
    opacity: 1;
    padding: 0.46rem 0.32rem;
  }
}
.planbox-sec3 .cont .f_jut .item .font .f_title {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.planbox-sec3 .cont .f_jut .item .font .text {
  color: #ffffff;
  max-width: 4.6rem;
  opacity: 0.6;
  line-height: 1.625;
}
@media (max-width: 991px) {
  .planbox-sec3 .cont .f_jut .item .font .text {
    max-width: 5.6rem;
  }
}
@media (max-width: 767px) {
  .planbox-sec3 .cont .f_jut .item .font .text {
    max-width: 100%;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .planbox-sec3 .cont .f_jut .on {
    width: 80%;
    flex: 1 1 80%;
  }
  .planbox-sec3 .cont .f_jut .on .fho1 {
    opacity: 0;
  }
  .planbox-sec3 .cont .f_jut .on .font {
    opacity: 1;
    transition: all 0.4s 0.2s;
  }
}
.planbox-sec4 {
  padding: 1.1rem 0 1.4rem;
  background-color: #f4f7fc;
}
.planbox-sec4 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.planbox-sec4 .cont {
  position: relative;
}
.planbox-sec4 .cont .planbox4_cont {
  width: auto;
  margin: 0 -0.16rem;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide {
  width: 25%;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .planbox-sec4 .cont .planbox4_cont .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .planbox-sec4 .cont .planbox4_cont .swiper-slide {
    width: 80%;
  }
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list {
  display: block;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list .img {
  background: #ffffff;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list .img:before {
  padding-top: 93.86503067%;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list .font {
  position: relative;
  padding: 0.26rem 0 0;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list .font .name {
  color: #666666;
}
.planbox-sec4 .cont .planbox4_cont .swiper-slide .list .font .f_title {
  color: #333333;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .planbox-sec4 .cont .planbox4_cont .swiper-slide .list:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
  .planbox-sec4 .cont .planbox4_cont .swiper-slide .list:hover .font .f_title {
    color: #0d59a9;
  }
}
.planbox-sec4 .qie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}
.planbox-sec4 .qie .planbox4_prev,
.planbox-sec4 .qie .planbox4_next {
  margin: 0 0.1rem;
}
.planbox-sec5 {
  overflow: hidden;
  padding: 1.1rem 0 1.4rem;
}
.planbox-sec5 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.planbox-sec5 .cont {
  position: relative;
}
.planbox-sec5 .cont .planbox5_prev,
.planbox-sec5 .cont .planbox5_next {
  position: absolute;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.planbox-sec5 .cont .planbox5_prev {
  right: initial;
  left: -0.4rem;
}
.planbox-sec5 .cont .planbox5_next {
  left: initial;
  right: -0.4rem;
}
.planbox-sec5 .cont .planbox5_cont {
  width: auto;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .planbox-sec5 .cont .planbox5_cont {
    margin: 0 -0.16rem;
  }
}
.planbox-sec5 .cont .planbox5_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .planbox-sec5 .cont .planbox5_cont .swiper-slide {
    width: 88%;
    padding: 0 0.16rem;
  }
}
.planbox-sec5 .cont .planbox5_cont .swiper-slide .list {
  display: block;
  position: relative;
}
.planbox-sec5 .cont .planbox5_cont .swiper-slide .list .img:before {
  padding-top: 102.27272727%;
}
.planbox-sec5 .cont .planbox5_cont .swiper-slide .list .img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/shuamimg1.png) left bottom / 100% auto no-repeat;
}
.planbox-sec5 .cont .planbox5_cont .swiper-slide .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  color: #ffffff;
  padding: 0.24rem 0.2rem;
}
@media (max-width: 767px) {
  .planbox-sec5 .cont .planbox5_cont .swiper-slide .list .font {
    padding: 0.36rem 0.32rem;
  }
}
@media (min-width: 992px) {
  .planbox-sec5 .cont .planbox5_cont .swiper-slide .list:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
/* End */
/* 产品中心 */
.productbox-sec1 {
  overflow: hidden;
  background-color: #f4f7fc;
  padding: 0.86rem 0 1.3rem;
}
.productbox-sec1 .pro_menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0.4rem;
}
.productbox-sec1 .pro_menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.productbox-sec1 .pro_menu .font {
  position: relative;
  width: 30%;
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .productbox-sec1 .pro_menu .font {
    width: 100%;
  }
}
.productbox-sec1 .pro_menu .font .f_tit {
  color: #333333;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 8px;
}
.productbox-sec1 .pro_menu .font .text {
  color: #666666;
}
.productbox-sec1 .pro_menu .gt {
  position: relative;
  max-width: 64%;
}
@media (max-width: 991px) {
  .productbox-sec1 .pro_menu .gt {
    width: 100%;
    max-width: 100%;
  }
}
.productbox-sec1 .pro_menu .gt .productbox1_nav {
  width: 100%;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide {
  width: auto;
  width: 25%;
  padding: 0 0.12rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide {
    width: auto;
    padding: 0;
    margin-right: 0.5rem;
  }
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide:last-child {
  margin-right: 0;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.26rem;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide .item .img {
  height: 0.7rem;
  width: auto;
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 0.16rem;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide .item .img img {
  height: 100%;
  width: auto;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .swiper-slide .item .f_tit {
  color: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .on .item {
  border-color: #0d59a9;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .on .item .img {
  opacity: 1;
}
.productbox-sec1 .pro_menu .gt .productbox1_nav .on .item .f_tit {
  color: #0d59a9;
}
.productbox-sec1 .f_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
.productbox-sec1 .f_cont .item {
  width: 33.333%;
  padding: 0 0.16rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .f_cont .item {
    width: 50%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.productbox-sec1 .f_cont .item .list {
  display: block;
  height: 100%;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border-bottom: 2px solid #dddddd;
}
.productbox-sec1 .f_cont .item .list:after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #0d59a9;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.productbox-sec1 .f_cont .item .list .img {
  background-color: #ffffff;
}
.productbox-sec1 .f_cont .item .list .img:before {
  padding-top: 67.41573034%;
}
.productbox-sec1 .f_cont .item .list .font {
  padding: 0.22rem 0.3rem 0.36rem;
}
.productbox-sec1 .f_cont .item .list .font .name {
  color: #666666;
  margin-bottom: 2px;
}
.productbox-sec1 .f_cont .item .list .font .f_tit {
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .productbox-sec1 .f_cont .item .list .font .f_tit {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .productbox-sec1 .f_cont .item .list .font .f_tit {
    margin-bottom: 0.16rem;
    font-size: 0.36rem;
  }
}
.productbox-sec1 .f_cont .item .list .font .text {
  color: #999999;
  line-height: 1.57142857;
}
@media (min-width: 992px) {
  .productbox-sec1 .f_cont .item .list:hover {
    background-color: #ffffff;
    box-shadow: 3px 5px 0.4rem 0px rgba(0, 0, 0, 0.08);
  }
  .productbox-sec1 .f_cont .item .list:hover .img img {
    transform: scale(1.08);
  }
  .productbox-sec1 .f_cont .item .list:hover .font .f_tit {
    color: #0d59a9;
  }
  .productbox-sec1 .f_cont .item .list:hover:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productbox-sec1 .basepage {
    margin-top: 0.8rem;
  }
}
/* End */
/* 产品详情 */
.proinfo-sec1 {
  background: url(../images/proinfoimg1.png) right bottom / cover no-repeat;
}
.proinfo-sec1 .pro1_cont {
  padding: 0.48rem 0 1rem;
}
.proinfo-sec1 .pro1_cont .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proinfo-sec1 .pro1_cont .container2 .lt {
  width: 42.857%;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: normal, 
                        normal;
  padding: 0.46rem 0.5rem;
}
@media (max-width: 991px) {
  .proinfo-sec1 .pro1_cont .container2 .lt {
    width: 100%;
    order: 1;
  }
}
.proinfo-sec1 .pro1_cont .container2 .lt .name {
  color: #0d59a9;
}
.proinfo-sec1 .pro1_cont .container2 .lt .f_tit {
  font-weight: bold;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.3;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.24rem;
}
@media (max-width: 991px) {
  .proinfo-sec1 .pro1_cont .container2 .lt .f_tit {
    font-size: 0.46rem;
    padding-bottom: 0.2rem;
  }
}
.proinfo-sec1 .pro1_cont .container2 .lt .f_text {
  line-height: 2;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-right: 1.2rem;
  color: #666666;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .pro1_cont .container2 .lt .f_text {
    padding-right: 0.8rem;
  }
}
@media (max-width: 991px) {
  .proinfo-sec1 .pro1_cont .container2 .lt .f_text {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .pro1_cont .container2 .lt .f_text {
    padding-right: 0;
  }
}
.proinfo-sec1 .pro1_cont .container2 .lt .f_text p {
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .pro1_cont .container2 .lt .f_text p {
    padding-left: 8px;
  }
}
.proinfo-sec1 .pro1_cont .container2 .lt .f_text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  background-color: #333333;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: -3px;
}
.proinfo-sec1 .pro1_cont .container2 .gt {
  width: 46%;
}
@media (max-width: 991px) {
  .proinfo-sec1 .pro1_cont .container2 .gt {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .pro1_cont .container2 .gt {
    width: 70%;
  }
}
.proinfo-sec1 .pro1_cont .container2 .gt .img {
  width: 100%;
}
.proinfo-sec1 .pro1_cont .container2 .gt .img:before {
  padding-top: 90.34267913%;
}
.proinfo-sec2 {
  padding: 1.1rem 0 1.4rem;
}
.proinfo-sec2 .afterbox_tit {
  margin-bottom: 0.5rem;
}
.proinfo-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont {
    margin-top: 1px;
  }
}
.proinfo-sec2 .cont .item {
  width: 25%;
  border: solid 1px #f0f0f0;
  margin-left: -1px;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .item {
    width: 50%;
    margin-top: -1px;
  }
}
@media (max-width: 567px) {
}
.proinfo-sec2 .cont .item .list {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.proinfo-sec2 .cont .item .list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/chnapiyuouimg1.png) center / cover no-repeat;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 2;
}
.proinfo-sec2 .cont .item .list .f_wen,
.proinfo-sec2 .cont .item .list .f_hover1 {
  padding: 1.12rem 0.46rem 0.78rem;
  padding: 0.8rem 0.24rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .item .list .f_wen,
  .proinfo-sec2 .cont .item .list .f_hover1 {
    padding: 0.6rem 0.32rem;
  }
}
.proinfo-sec2 .cont .item .list .f_wen .f_icon,
.proinfo-sec2 .cont .item .list .f_hover1 .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.72rem;
  margin-bottom: 0.74rem;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .item .list .f_wen .f_icon,
  .proinfo-sec2 .cont .item .list .f_hover1 .f_icon {
    margin-bottom: 0.46rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .item .list .f_wen .f_icon,
  .proinfo-sec2 .cont .item .list .f_hover1 .f_icon {
    margin-bottom: 0.26rem;
  }
}
.proinfo-sec2 .cont .item .list .f_wen .f_icon img,
.proinfo-sec2 .cont .item .list .f_hover1 .f_icon img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.proinfo-sec2 .cont .item .list .f_wen .font,
.proinfo-sec2 .cont .item .list .f_hover1 .font {
  width: 100%;
  text-align: center;
  padding: 0 0.18rem;
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .item .list .f_wen .font,
  .proinfo-sec2 .cont .item .list .f_hover1 .font {
    padding: 0;
  }
}
.proinfo-sec2 .cont .item .list .f_wen .font .tit,
.proinfo-sec2 .cont .item .list .f_hover1 .font .tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
.proinfo-sec2 .cont .item .list .f_wen .font .text,
.proinfo-sec2 .cont .item .list .f_hover1 .font .text {
  color: #999999;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .item .list .f_wen .font .text,
  .proinfo-sec2 .cont .item .list .f_hover1 .font .text {
    line-height: 1.4;
    font-size: 0.24rem;
  }
}
.proinfo-sec2 .cont .item .list .f_wen .f_zh,
.proinfo-sec2 .cont .item .list .f_hover1 .f_zh {
  margin-top: 0.84rem;
  padding-top: 0.46rem;
  border-top: 1px solid #f5f5f5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  color: #666;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .item .list .f_wen .f_zh,
  .proinfo-sec2 .cont .item .list .f_hover1 .f_zh {
    padding-top: 0.26rem;
    margin-top: 0.46rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec2 .cont .item .list .f_wen .f_zh,
  .proinfo-sec2 .cont .item .list .f_hover1 .f_zh {
    font-size: 0.24rem;
    line-height: 1.2;
    margin-top: 0.36rem;
  }
  .proinfo-sec2 .cont .item .list .f_wen .f_zh span,
  .proinfo-sec2 .cont .item .list .f_hover1 .f_zh span {
    font-size: 0.32rem;
    line-height: 1.2;
  }
}
.proinfo-sec2 .cont .item .list .f_wen .f_zh span,
.proinfo-sec2 .cont .item .list .f_hover1 .f_zh span {
  font-weight: bold;
  font-family: 'shuzi', "pop-r", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
}
.proinfo-sec2 .cont .item .list .f_wen {
  position: relative;
  width: 100%;
  z-index: 3;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (min-width: 992px) {
  .proinfo-sec2 .cont .item .list .f_wen {
    opacity: 0;
  }
  .proinfo-sec2 .cont .item .list .f_wen .f_icon {
    display: none;
  }
  .proinfo-sec2 .cont .item .list .f_wen .font .tit {
    color: #ffffff;
  }
  .proinfo-sec2 .cont .item .list .f_wen .font .text {
    color: #ffffff;
  }
  .proinfo-sec2 .cont .item .list .f_wen .f_zh {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
  }
}
.proinfo-sec2 .cont .item .list .f_hover1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .proinfo-sec2 .cont .item .list .f_hover1 {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .proinfo-sec2 .cont .item .list:hover:before {
    opacity: 1;
  }
  .proinfo-sec2 .cont .item .list:hover .f_wen {
    opacity: 1;
  }
}
.proinfo-sec3 {
  background-color: #f4f7fc;
  padding: 1.1rem 0 1.26rem;
}
.proinfo-sec3 .pro_tit {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .proinfo-sec3 .pro_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .proinfo-sec3 .public-btn {
    position: absolute;
    right: 0;
    top: 0.32rem;
    margin-bottom: 0;
  }
}
.proinfo-sec3 .public-btn i {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.proinfo-sec3 .cont {
  position: relative;
  width: 100%;
}
.proinfo-sec3 .cont .f_jut {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.proinfo-sec3 .cont .f_jut .f_tabel {
  width: 100%;
  position: relative;
}
.proinfo-sec3 .cont .f_jut .f_tabel::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.proinfo-sec3 .cont .f_jut .f_tabel::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0d59a9;
}
.proinfo-sec3 .cont .f_jut .f_tabel::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.proinfo-sec3 .cont .f_jut .f_tabel table {
  width: 100%;
}
.proinfo-sec3 .cont .f_jut .f_tabel table tr th,
.proinfo-sec3 .cont .f_jut .f_tabel table tr td {
  padding: 0.22rem 18px;
}
@media (max-width: 1580px) {
  .proinfo-sec3 .cont .f_jut .f_tabel table tr th,
  .proinfo-sec3 .cont .f_jut .f_tabel table tr td {
    padding: 0.22rem 14px;
  }
}
.proinfo-sec3 .cont .f_jut .f_tabel table tr th:nth-child(1),
.proinfo-sec3 .cont .f_jut .f_tabel table tr td:nth-child(1) {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
@media (max-width: 991px) {
  .proinfo-sec3 .cont .f_jut .f_tabel table tr th:nth-child(1) .f_tit,
  .proinfo-sec3 .cont .f_jut .f_tabel table tr td:nth-child(1) .f_tit {
    width: 120px;
  }
}
.proinfo-sec3 .cont .f_jut .f_tabel table thead {
  background-color: #dee1e7;
  border-top: 2px solid #0d59a9;
}
.proinfo-sec3 .cont .f_jut .f_tabel table thead tr th {
  background-color: #dee1e7;
  width: 25%;
}
@media (max-width: 991px) {
  .proinfo-sec3 .cont .f_jut .f_tabel table thead tr th {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .proinfo-sec3 .cont .f_jut .f_tabel table thead tr th {
    width: 50%;
  }
}
.proinfo-sec3 .cont .f_jut .f_tabel table thead tr th .f_tit {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.proinfo-sec3 .cont .f_jut .f_tabel table tbody {
  background-color: #ffffff;
}
.proinfo-sec3 .cont .f_jut .f_tabel table tbody tr td {
  background-color: #ffffff;
  border: 1px solid #f4f7fc;
  text-align: center;
}
.proinfo-sec3 .cont .f_jut .f_tabel table tbody tr td .name {
  color: #999999;
}
.proinfo-sec3 .cont .f_jut .f_tabel table tbody tr td .f_text {
  color: #333333;
}
.proinfo-sec3 .cont .f_but {
  margin-top: 0.36rem;
  display: flex;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  justify-content: center;
  align-items: center;
  color: #0d59a9;
}
.proinfo-sec3 .cont .f_but span:nth-child(2) {
  display: none;
}
.proinfo-sec3 .cont .f_but i {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .proinfo-sec3 .cont .f_but i {
    margin-left: 8px;
    width: 12px;
    height: 12px;
  }
}
.proinfo-sec3 .cont .f_but i svg {
  width: 100%;
  height: 100%;
}
.proinfo-sec3 .cont .f_but i svg path {
  fill: #0d59a9;
}
.proinfo-sec3 .cont .f_but.on span {
  display: none;
}
.proinfo-sec3 .cont .f_but.on span:nth-child(2) {
  display: block;
}
.proinfo-sec3 .cont .f_but.on i {
  transform: 180deg;
  -webkit-transform: 180deg;
}
.proinfo-sec4 .cont .planbox5_cont {
  margin: 0 -0.1rem;
}
.proinfo-sec4 .cont .planbox5_cont .swiper-slide {
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .proinfo-sec4 .cont .planbox5_cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .proinfo-sec4 .cont .planbox5_cont .swiper-slide {
    width: 88%;
  }
}
.proinfo-sec4 .cont .planbox5_cont .swiper-slide .list .img:before {
  padding-top: 119.40298507%;
}
.paramsAlt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  overflow: hidden;
  display: none;
}
.paramsAlt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.paramsAlt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 6px 0.22rem 0px rgba(122, 129, 136, 0.3);
  width: 90%;
  padding: 0.36rem 0.5rem 0.28rem;
  max-width: 4.5rem;
}
@media (max-width: 1580px) {
  .paramsAlt .cont {
    max-width: 5.6rem;
  }
}
@media (max-width: 991px) {
  .paramsAlt .cont {
    max-width: 6rem;
  }
}
@media (max-width: 767px) {
  .paramsAlt .cont {
    max-width: 100%;
    padding: 0.36rem 0.32rem;
  }
}
.paramsAlt .cont .f_close {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  right: 0.18rem;
  top: 0.18rem;
}
@media (max-width: 767px) {
  .paramsAlt .cont .f_close {
    right: 0.22rem;
    top: 0.22rem;
  }
}
.paramsAlt .cont .f_close svg {
  width: 100%;
  height: 100%;
}
.paramsAlt .cont .f_close svg path {
  fill: #333333;
  opacity: 1;
}
@media (min-width: 992px) {
  .paramsAlt .cont .f_close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
.paramsAlt .cont .f_tit {
  color: #000000;
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .paramsAlt .cont .f_tit {
    margin-bottom: 6px;
  }
}
.paramsAlt .cont .text {
  color: #666666;
  width: 100%;
  text-align: center;
  margin-bottom: 0.26rem;
}
.paramsAlt .cont .form {
  width: 100%;
}
.paramsAlt .cont .form .int {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: solid 1px #f0f0f0;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 1580px) {
  .paramsAlt .cont .form .int {
    padding: 0 16px;
  }
}
.paramsAlt .cont .form .int input {
  font-size: 18px;
  color: #333333;
  padding: 14px 0;
}
@media (max-width: 1580px) {
  .paramsAlt .cont .form .int input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .paramsAlt .cont .form .int input {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .paramsAlt .cont .form .int input {
    padding: 12px 0;
  }
}
.paramsAlt .cont .form .int .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 50%;
  background-color: #dddddd;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .paramsAlt .cont .form .int .f_icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1580px) {
  .paramsAlt .cont .form .int .f_icon {
    width: 16px;
    height: 16px;
  }
}
.paramsAlt .cont .form .int .f_icon svg {
  width: 40%;
  height: 40%;
}
.paramsAlt .cont .form .int .f_icon svg path {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .paramsAlt .cont .form .int .f_icon:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
.paramsAlt .cont .form .f_sub {
  margin: 0.3rem auto 0;
  display: flex;
  min-width: 1.44rem;
  min-height: 0.46rem;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .paramsAlt .cont .form .f_sub {
    min-height: 0.7rem;
  }
}
.paramsAlt .cont .form .but {
  display: block;
  text-align: center;
  color: #666666;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .paramsAlt .cont .form .but:hover {
    text-decoration: underline;
  }
}
/* End */
/* 加入我们 */
@media (min-width: 768px) {
  .joinbox-sec1 .item .lt {
    padding: 1.08rem 2.64rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .joinbox-sec1 .item .lt {
    padding-right: 0.8rem;
  }
}
.joinbox-sec1 .item .lt .text {
  padding-right: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .joinbox-sec1 .item:nth-child(2n) .lt {
    padding-right: 0;
    padding-left: 2.64rem;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .joinbox-sec1 .item:nth-child(2n) .lt {
    padding-left: 0.8rem;
  }
}
.joinbox-sec2 {
  padding-top: 1.1rem;
}
.joinbox-sec2 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.joinbox-sec2 .cont {
  position: relative;
  margin-top: 1px;
  margin-left: 1px;
  display: flex;
  flex-wrap: wrap;
}
.joinbox-sec2 .cont .item {
  margin-top: -1px;
  margin-left: -1px;
  background-color: #ffffff;
  width: 33.333%;
  border: solid 1px #f0f0f0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  -webkit-transition: all 0.4s;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item {
    width: 50%;
  }
}
.joinbox-sec2 .cont .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: url(../images/fuliiximg1.png) center / cover no-repeat;
}
.joinbox-sec2 .cont .item .list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.82rem 1.34rem 0.44rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 991px) {
  .joinbox-sec2 .cont .item .list {
    padding: 0.6rem 0.8rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list {
    padding: 0.46rem 0.32rem 0.46rem;
  }
}
@media (min-width: 768px) {
  .joinbox-sec2 .cont .item .list {
    transform: translateY(0.2rem);
    -webkit-transform: translateY(0.2rem);
  }
}
.joinbox-sec2 .cont .item .list .f_icon {
  height: 0.38rem;
  position: relative;
  width: auto;
  max-width: 100%;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list .f_icon {
    height: 0.56rem;
  }
}
.joinbox-sec2 .cont .item .list .f_icon img,
.joinbox-sec2 .cont .item .list .f_icon svg {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.joinbox-sec2 .cont .item .list .f_icon img path,
.joinbox-sec2 .cont .item .list .f_icon svg path {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  fill: #0d59a9;
}
.joinbox-sec2 .cont .item .list .font {
  width: 100%;
  text-align: center;
  position: relative;
}
.joinbox-sec2 .cont .item .list .font .f_tit {
  color: #333333;
  margin-bottom: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .cont .item .list .font .f_tit {
    margin-bottom: 6px;
  }
}
.joinbox-sec2 .cont .item .list .font .text {
  line-height: 1.5;
  opacity: 0;
  color: #ffffff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .joinbox-sec2 .cont .item .list .font .text {
    opacity: 1;
    color: #666;
    font-size: 0.26rem;
  }
}
@media (min-width: 768px) {
  .joinbox-sec2 .cont .item:hover {
    border-color: transparent;
  }
  .joinbox-sec2 .cont .item:hover:before {
    opacity: 1;
  }
  .joinbox-sec2 .cont .item:hover .list {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .joinbox-sec2 .cont .item:hover .list .f_icon svg path {
    fill: #ffffff;
  }
  .joinbox-sec2 .cont .item:hover .list .font .f_tit {
    color: #ffffff;
  }
  .joinbox-sec2 .cont .item:hover .list .font .text {
    opacity: 1;
  }
}
.joinbox-sec3 {
  padding-top: 1.1rem;
  overflow: hidden;
}
.joinbox-sec3 .afterbox_tit {
  margin-bottom: 0.48rem;
}
.joinbox-sec3 .cont {
  position: relative;
  width: 71.42%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .joinbox-sec3 .cont {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont {
    width: 100%;
  }
}
.joinbox-sec3 .cont .joinbox3_cont {
  width: auto;
  margin: 0 -0.2rem;
  overflow: visible;
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide {
  padding: 0 0.2rem;
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item {
  position: relative;
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .img {
  background-color: #000000;
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .img img {
  opacity: 0.9;
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .img:before {
  padding-top: 64%;
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .img:before {
    padding-top: 76%;
  }
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 0 0.42rem;
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut {
    padding: 0.34rem;
  }
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  max-width: 554px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font {
    transform: translateY(calc(100% - 1.5em));
    -webkit-transform: translateY(calc(100% - 1.5em));
  }
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font .f_tit {
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font .f_tit {
    margin-bottom: 6px;
  }
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font .text {
  opacity: 0.7;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item .f_jut .font .text {
    line-height: 1.4;
  }
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide .item:hover .f_jut .font {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.joinbox-sec3 .cont .joinbox3_cont .swiper-slide-active .item .f_jut .font {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.joinbox-sec3 .cont .joinbox3_prev,
.joinbox-sec3 .cont .joinbox3_next {
  position: absolute;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.joinbox-sec3 .cont .joinbox3_prev {
  left: -1.86rem;
  right: initial;
}
@media (max-width: 991px) {
  .joinbox-sec3 .cont .joinbox3_prev {
    left: -0.3rem;
  }
}
.joinbox-sec3 .cont .joinbox3_next {
  right: -1.86rem;
  left: initial;
}
@media (max-width: 991px) {
  .joinbox-sec3 .cont .joinbox3_next {
    right: -0.3rem;
  }
}
.joinbox-sec4 {
  padding: 1.28rem 0 1.3rem;
}
.joinbox-sec4 .afterbox_tit {
  margin-bottom: 0.54rem;
}
.joinbox-sec4 .join_form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form {
    margin: 0;
  }
}
.joinbox-sec4 .join_form .item {
  width: 25%;
  position: relative;
  padding: 0 0.1rem;
}
.joinbox-sec4 .join_form .item:nth-child(1) {
  z-index: 3;
}
.joinbox-sec4 .join_form .item:nth-child(2) {
  z-index: 2;
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.joinbox-sec4 .join_form .item .f_selct {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .item .f_selct {
    width: 100%;
  }
}
.joinbox-sec4 .join_form .item .f_selct .f_tit1 {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-user-select: none;
  justify-content: space-between;
  padding: 0.16rem 0.3rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .item .f_selct .f_tit1 {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .item .f_selct .f_tit1 {
    height: 0.78rem;
  }
}
.joinbox-sec4 .join_form .item .f_selct .f_tit1 span {
  display: block;
  width: calc(100% - 26px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.joinbox-sec4 .join_form .item .f_selct .f_tit1 svg {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  object-fit: contain;
  width: 16px;
  height: 8px;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .item .f_selct .f_tit1 svg {
    width: 14px;
    height: 7px;
  }
}
.joinbox-sec4 .join_form .item .f_selct .f_tit1 svg path {
  fill: #999999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.joinbox-sec4 .join_form .item .f_selct .f_jut {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 2.36rem;
  overflow: auto;
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  border-top: none;
  margin-top: -2px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.joinbox-sec4 .join_form .item .f_selct .f_jut .li {
  color: #666666;
  position: relative;
  padding: 16px 0.3rem;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .item .f_selct .f_jut .li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.joinbox-sec4 .join_form .item .f_selct .f_jut .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90.58%;
  height: 1px;
  border-bottom: 1px dashed #f0f0f0;
}
@media (min-width: 992px) {
  .joinbox-sec4 .join_form .item .f_selct .f_jut .li:hover {
    color: #0d59a9;
  }
}
.joinbox-sec4 .join_form .item .f_selct.on .f_tit1 svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.joinbox-sec4 .join_form .item .f_selct.on .f_tit1 svg path {
  fill: #0d59a9;
}
.joinbox-sec4 .join_form .f_sea_form {
  width: 50%;
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form {
    width: 100%;
  }
}
.joinbox-sec4 .join_form .f_sea_form .f_form {
  width: 100%;
  border: solid 1px #f0f0f0;
  display: flex;
}
.joinbox-sec4 .join_form .f_sea_form .f_form input,
.joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input,
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input,
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
    height: 0.78rem;
  }
}
.joinbox-sec4 .join_form .f_sea_form .f_form input {
  color: #333333;
  width: calc(100% - 58px);
  font-size: 18px;
  padding: 0.16rem 20px;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input {
    padding: 0.16rem 16px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form input {
    width: calc(100% - 1rem);
  }
}
.joinbox-sec4 .join_form .f_sea_form .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.joinbox-sec4 .join_form .f_sea_form .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.joinbox-sec4 .join_form .f_sea_form .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
    width: 52px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub {
    width: 1rem;
  }
}
.joinbox-sec4 .join_form .f_sea_form .f_form .f_sub svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .join_form .f_sea_form .f_form .f_sub svg {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.joinbox-sec4 .join_form .f_sea_form .f_form .f_sub svg path {
  fill: #666666;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.joinbox-sec4 .join_form .f_sea_form .f_form .f_sub:hover svg path {
  fill: #0d59a9;
}
.joinbox-sec4 .f_cont {
  margin-top: 0.64rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont {
    border-top: 1px solid #f0f0f0;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit,
.joinbox-sec4 .f_cont .f_headtit {
  width: 100%;
  position: relative;
  display: flex;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit,
  .joinbox-sec4 .f_cont .f_headtit {
    flex-wrap: wrap;
    padding-right: 0.46rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .naem,
.joinbox-sec4 .f_cont .f_headtit .naem {
  width: auto;
}
@media (min-width: 768px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem,
  .joinbox-sec4 .f_cont .f_headtit .naem {
    width: 26.2%;
  }
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem:nth-child(1),
  .joinbox-sec4 .f_cont .f_headtit .naem:nth-child(1) {
    width: 23%;
  }
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem:nth-child(4),
  .joinbox-sec4 .f_cont .f_headtit .naem:nth-child(4) {
    width: 19%;
  }
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem:nth-child(5),
  .joinbox-sec4 .f_cont .f_headtit .naem:nth-child(5) {
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem,
  .joinbox-sec4 .f_cont .f_headtit .naem {
    margin-right: 0.26rem;
  }
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem:nth-child(1),
  .joinbox-sec4 .f_cont .f_headtit .naem:nth-child(1) {
    width: 100%;
    margin-bottom: 0.1rem;
    margin-right: 0;
  }
  .joinbox-sec4 .f_cont .f_item .f_zotit .naem:nth-child(5),
  .joinbox-sec4 .f_cont .f_headtit .naem:nth-child(5) {
    position: absolute;
    right: 0;
    top: 0.36rem;
  }
}
.joinbox-sec4 .f_cont .f_headtit {
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_headtit {
    display: none;
  }
}
.joinbox-sec4 .f_cont .f_headtit .naem {
  color: #333333;
}
.joinbox-sec4 .f_cont .f_item .f_zotit {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.joinbox-sec4 .f_cont .f_item .f_zotit .tit,
.joinbox-sec4 .f_cont .f_item .f_zotit .text {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.joinbox-sec4 .f_cont .f_item .f_zotit .but i {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.joinbox-sec4 .f_cont .f_item .f_zotit .but i:before {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.joinbox-sec4 .f_cont .f_item .f_zotit {
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit {
    padding: 0.4rem 0.36rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .naem {
  padding-right: 0.2rem;
}
.joinbox-sec4 .f_cont .f_item .f_zotit .naem:last-child {
  padding-right: 0;
}
.joinbox-sec4 .f_cont .f_item .f_zotit .tit {
  color: #333333;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .tit {
    font-size: 0.34rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .text {
  color: #666666;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .text {
    font-size: 0.26rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .but {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .but {
    margin-top: 0.7em;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .but i {
  display: block;
  width: 20px;
  position: relative;
  height: 2px;
  background-color: #999999;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .but i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_zotit .but i {
    width: 0.28rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_zotit .but i:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #999999;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.joinbox-sec4 .f_cont .f_item .f_jut {
  display: none;
  background-color: #f4f7fc;
  padding: 0.36rem 0.4rem 0.76rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_jut {
    padding: 0.42rem 0.36rem 0.66rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_jut .f_t1 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.joinbox-sec4 .f_cont .f_item .f_jut .make-text {
  color: #666666;
  line-height: 2.14285714;
  margin-bottom: 0.28rem;
}
@media (max-width: 991px) {
  .joinbox-sec4 .f_cont .f_item .f_jut .make-text {
    line-height: 1.6;
  }
}
.joinbox-sec4 .f_cont .f_item .f_jut .fz_but {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
  background-color: #0d59a9;
  border-radius: 3px;
  justify-content: center;
  color: #ffffff;
  width: 1.68rem;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .f_cont .f_item .f_jut .fz_but {
    width: 1.88rem;
    height: 0.62rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .f_cont .f_item .f_jut .fz_but {
    width: 2.2rem;
    height: 0.76rem;
  }
}
.joinbox-sec4 .f_cont .f_item .f_jut .fz_but i {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 12px;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .f_cont .f_item .f_jut .fz_but i {
    width: 6px;
    height: 10px;
  }
}
.joinbox-sec4 .f_cont .f_item .f_jut .fz_but i svg {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.joinbox-sec4 .f_cont .f_item .f_jut .fz_but i svg path {
  opacity: 1;
  fill: #ffffff;
}
@media (min-width: 992px) {
  .joinbox-sec4 .f_cont .f_item .f_jut .fz_but:hover {
    background-color: #e81a21;
  }
  .joinbox-sec4 .f_cont .f_item .f_jut .fz_but:hover i {
    transform: translateX(0.1rem);
    -webkit-transform: translateX(0.1rem);
  }
}
.joinbox-sec4 .f_cont .f_item.on .f_zotit {
  background-color: #0d59a9;
  border-color: #0d59a9;
}
.joinbox-sec4 .f_cont .f_item.on .f_zotit .tit,
.joinbox-sec4 .f_cont .f_item.on .f_zotit .text {
  color: #ffffff;
}
.joinbox-sec4 .f_cont .f_item.on .f_zotit .but i {
  background-color: #ffffff;
}
.joinbox-sec4 .f_cont .f_item.on .f_zotit .but i:before {
  opacity: 0;
  background-color: #ffffff;
}
.joinbox-sec4 .basepage {
  margin-top: 0.6rem;
}
.joinbox-sec5 {
  overflow: hidden;
  background-color: #f4f7fc;
  padding: 1.2rem 0;
}
.joinbox-sec5 .afterbox_tit {
  margin-bottom: 0.56rem;
}
.joinbox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.42rem;
}
@media (max-width: 1260px) {
  .joinbox-sec5 .cont {
    margin: 0 -0.22rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont {
    margin: 0;
  }
}
.joinbox-sec5 .cont .item {
  width: 33.33%;
  padding: 0 0.42rem;
  margin-bottom: 0.32rem;
}
@media (max-width: 1260px) {
  .joinbox-sec5 .cont .item {
    padding: 0 0.22rem;
  }
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.joinbox-sec5 .cont .item .list {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 22px 18px;
}
@media (max-width: 1580px) {
  .joinbox-sec5 .cont .item .list {
    padding: 18px 16px;
  }
}
.joinbox-sec5 .cont .item .list .img {
  width: 1.18rem;
  height: 1.18rem;
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .item .list .img {
    width: 2rem;
    height: 2rem;
  }
}
.joinbox-sec5 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinbox-sec5 .cont .item .list .font {
  width: 60%;
  width: calc(100% - 1.18rem);
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .item .list .font {
    width: calc(100% - 2rem);
  }
}
.joinbox-sec5 .cont .item .list .font .tit {
  width: 100%;
  color: #333333;
}
/* End */
.sear_error {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sear_error img {
  margin-bottom: 0.24rem;
}
