@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
.bg {
  background: #1779BD;
}
.c {
  color: #1779BD;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.pagination > li {
  margin: 0 5px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 3px;
}
.pagination .active span {
  background-color: #fff;
  border-color: #1779BD !important;
  color: #1779BD;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #1779BD !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #1779BD !important;
  color: #1779BD !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #1779BD !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
}
.er-ul > li {
  position: relative;
}
.er-ul > li ul {
  position: absolute;
  top: 0;
  right: -100%;
  background: #fff;
  width: 100%;
  display: none;
}
.er-ul > li ul li a {
  color: #3c3c3c;
}
.er-ul > li:hover ul {
  display: block;
}
.er-ul > li:hover ul li a {
  color: #3c3c3c;
}
.er-ul > li:hover ul li a:hover {
  color: #1779BD;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1779BD;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:nth-child(4) .er-ul,
header .center > ul > li:nth-child(3) .er-ul,
header .center > ul > li:nth-child(2) .er-ul {
  width: 150%;
  left: -25%;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 14.8125rem;
  width: 100%;
  max-width: 100%;
}
.container.con_l {
  padding-left: 0;
}
.container.con_r {
  padding-right: 0;
}
body {
  --container: 14.8125rem;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #1779BD;
}
.searchbox {
  border-color: #1779BD;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #1779BD;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #1779BD;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  body {
    --container: 8rem;
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
  body {
    --container: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  body {
    --container: 15px;
  }
}
header {
  line-height: 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  background: #fff;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 4.1875rem;
}
header .menu .iconfont {
  font-size: 1.5rem;
  display: block;
}
header .ds1 {
  margin: 0 1.875rem;
  cursor: pointer;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  color: #494949;
  display: block;
}
header .center > ul > li {
  font-size: 1.125rem;
  float: left;
}
header .center > ul > li > a {
  padding: 0 2.1875rem;
  position: relative;
  color: #3F3F3F;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #1779BD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .p1 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.banner .p2 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover_pag {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
  height: 2.5rem;
}
.banner .hover_pag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--container);
  height: 1px;
  background: #FFFFFF;
  z-index: 1;
}
.banner .hover_pag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: var(--container);
  height: 1px;
  background: #FFFFFF;
  z-index: 1;
}
.banner .hover_pag .swiper-pagination {
  position: relative;
  padding: 0 1.75rem;
  width: 15.625rem;
}
.banner .hover_pag .swiper-button-white {
  position: relative;
  margin-top: 0;
  background-size: 1rem 1rem;
  height: 2.5rem;
}
.banner .hover_pag .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  position: relative;
  opacity: 1;
  margin: 0 1.25rem;
}
.banner .hover_pag .anniu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  width: 15.625rem;
}
.banner .hover_pag .swiper-button-next {
  right: 0;
  margin-left: 0.25rem;
}
.banner .hover_pag .swiper-button-prev {
  left: 0;
  margin-right: 0.25rem;
}
.banner .hover_pag .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
.banner .hover_pag .scroll {
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  position: relative;
  z-index: 8;
}
.banner .hover_pag .scroll::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  width: 1px;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.banner .hover_pag .scroll::after {
  content: "";
  position: absolute;
  top: -3.125rem;
  width: 1px;
  height: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  animation: shangxia 2s infinite;
  overflow: hidden;
}
@keyframes shangxia {
  0% {
    top: -3.125rem;
  }
  50% {
    top: -1.875rem;
  }
}
.banner .flex {
  position: relative;
}
.banner .flex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  width: calc(50% - 15rem - 6rem);
  height: 1px;
  background-color: #fff;
  z-index: 3;
}
.banner .flex::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.5rem;
  transform: translateY(-50%);
  width: calc(50% - 5.5rem - 7rem);
  height: 1px;
  background-color: #fff;
  z-index: 3;
}
.index_two {
  padding: 5rem 0 0;
}
.index_two .right {
  padding-left: 3.625rem;
}
.index_two .row {
  align-self: flex-end;
}
.index_two ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.125rem -15px 0;
  display: none;
}
.index_two ul li .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
  height: 4.0625rem;
}
.index_two ul li a > div:nth-child(1) {
  width: 4.875rem;
}
.index_two ul li a > div:nth-child(2) {
  width: calc(100% - 4.875rem);
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #565656;
  display: flex;
  align-items: center;
}
.index_two ul li a > div:nth-child(2) div {
  width: 80%;
}
.index_two ul li a > div:nth-child(2) p {
  width: 20%;
  text-align: right;
}
.index_two ul li p .iconfont {
  display: block;
  color: #8C8C8C;
  font-size: 1rem;
}
.index_two ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 0.75rem;
  position: relative;
}
.index_two ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1779BD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover .icon {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover div {
  color: #1779BD;
}
.index_two ul li:hover p .iconfont {
  color: #1779BD;
}
.index_two ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.en_title {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #606060;
}
.title {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #282828;
  padding-left: 1.125rem;
  position: relative;
}
.title::before {
  content: '';
  background: url(../img/be.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 1.25rem;
}
.pbmore {
  width: 10.6875rem;
  padding-right: 1rem;
  font-size: 1rem;
  background: #1779BD;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: background-color padding 0s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  vertical-align: top;
}
.pbmore.border_bgf {
  border: 1px solid #fff;
  background: transparent;
}
.pbmore.border_bgf::after {
  background: #fff;
}
.pbmore.border_bgf:hover span,
.pbmore.border_bgf:hover .iconfont {
  color: #1779BD;
}
.pbmore.bor {
  border-radius: 3.125rem;
}
.pbmore .iconfont {
  color: #fff;
  font-size: 0.75rem;
}
.pbmore .ir20p {
  color: #fff;
  right: 2.5rem;
}
.pbmore .il20p {
  left: -1.25rem;
}
.pbmore span {
  transition: all 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
  z-index: 5;
}
.pbmore:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  content: '';
  height: 100%;
  background: #000;
  transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-101%) skewX(-17.62deg);
  transform: translateX(-101%) skewX(-17.62deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pbmore i {
  position: absolute;
  height: 100%;
  top: 0;
  transition: all 0.4s ease;
  z-index: 8;
  width: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pbmore:hover {
  padding-right: 0;
  padding-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pbmore.border {
  background: transparent;
  color: #B2B2B2;
}
.pbmore.border .iconfont {
  color: #B2B2B2;
}
.pbmore.border:after {
  background: #1779BD;
}
.pbmore.border:hover .iconfont {
  color: #fff !important;
}
.pbmore1:hover {
  background: #f6f9fa;
}
.pbmore:hover span {
  color: #fff;
}
.pbmore:hover:after {
  -webkit-transform: translateX(0) skewX(-17.62deg);
  transform: translateX(0) skewX(-17.62deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.pbmore:hover .ir20p {
  right: -1.25rem;
}
.pbmore:hover .il20p {
  left: 1.25rem;
}
.index_two .right ul > li > div {
  border-radius: 1.25rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
  padding: 2.8125rem 0.9375rem 2.1875rem;
  text-align: center;
  background: #fff;
}
.index_two .right ul > li > div .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.index_two .right ul > li > div .number span {
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #000000;
}
.index_two .right ul > li > div .number sub {
  font-size: 1rem;
  color: #000000;
  bottom: 0;
}
.index_two .right ul > li > div .img img {
  height: 5.625rem;
  width: 5.625rem;
}
.index_three {
  position: relative;
  margin-top: 5rem;
  z-index: -1;
}
.index_four {
  padding: 6.25rem 0 7.5rem;
}
.index_four .qiehuan_ul {
  position: relative;
}
.index_four .qiehuan_ul::before {
  content: "";
  position: absolute;
  top: 2.0625rem;
  width: 100%;
  height: 1px;
  background: #EDEDED;
}
.index_four .qiehuan_ul li {
  text-align: center;
  cursor: pointer;
}
.index_four .qiehuan_ul li .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.75rem;
}
.index_four .qiehuan_ul li .number {
  width: 4.1875rem;
  height: 4.1875rem;
  line-height: 4.0625rem;
  text-align: center;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.375rem;
  color: #A5A5A5;
  background: #fff;
  margin: 0 auto;
}
.index_four .qiehuan_ul li:hover .number,
.index_four .qiehuan_ul li.active .number {
  border-color: #1779BD;
  background: #1779BD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.index_four .qiehuan_ul li:hover .text,
.index_four .qiehuan_ul li.active .text {
  color: #1779BD;
}
.index_four .sum > .pr {
  margin: 1.5625rem -0.9375rem 0;
}
.index_four .sum .swiper-slide {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  height: auto;
}
.index_four .sum .swiper-slide > a {
  height: 100%;
}
.index_four .sum .swiper-slide > a img {
  height: 14rem;
  object-fit: contain;
}
.index_four .sum .swiper-slide .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
}
.index_four .sum .swiper-slide .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-top: 1rem;
  margin-top: 0.75rem;
  border-top: 1px solid #D3D3D3;
  color: #000000;
  margin-bottom: 1.5625rem;
  position: relative;
}
.index_four .sum .swiper-slide .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #1779BD;
}
.index_four .sum .swiper-slide a {
  border-radius: 1.25rem;
  background: #F5F5F5;
  padding: 1.5rem 2rem 2.1875rem 2rem;
  border: 1px solid #F5F5F5;
}
.index_four .sum .swiper-slide:hover img {
  transform: scale(1.1);
}
.index_four .sum .swiper-slide:hover > a {
  box-shadow: 0 0 0.65rem rgba(23, 120, 189, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #1779BD;
}
.index_four .sum .swiper-slide:hover .text {
  color: #1779BD;
}
.index_four .sum .swiper-slide:hover .text::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-button-black {
  background-size: 1.875rem 1.875rem;
  opacity: 0.4;
  z-index: 99;
}
.index_four .swiper-button-next {
  right: -3.125rem;
}
.index_four .swiper-button-prev {
  left: -3.125rem;
}
.index_four .sum > .pr {
  display: none;
}
.index_four .sum > .pr.active {
  display: block;
}
.index_five {
  background: url(../img/3.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.25rem 0 16.875rem;
}
.index_five .title::before {
  background: url(../img/bew.svg) no-repeat;
  background-size: cover;
}
.index_five .picList li {
  width: 20%;
  padding: 0 1rem;
}
.index_five .tempWrap {
  width: 100% !important;
}
.index_six {
  position: relative;
  margin-top: -10rem;
  padding: 7.5rem 0;
  z-index: 8;
}
.index_six::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--container));
  background: #fff;
  height: 100%;
  z-index: -2;
}
.index_six::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.125rem;
  height: 26.375rem;
  background: url(../img/5.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -1;
}
.index_six .left {
  padding-left: 5rem;
}
.index_six ul li {
  position: relative;
}
.index_six ul li a {
  padding: 1.5625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_six ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
}
.index_six ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1779BD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li:hover .jiantou .iconfont {
  color: #1779BD;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li:hover .data {
  background: #1779BD;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li .data {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #606060;
  width: 5.9375rem;
  background: rgba(23, 120, 189, 0.15);
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  width: calc(100% - 5.9375rem - 1.875rem);
  padding: 0 2.375rem;
}
.index_six ul li .jiantou {
  width: 1.875rem;
}
.index_six ul li .jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #D3D3D3;
}
.beian {
  background: #242629;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  text-align: center;
}
footer {
  background: #242629;
  padding: 3.75rem 0 4.375rem;
}
footer .top a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-right: 4.375rem;
  color: #FFFFFF;
}
footer .top a:hover {
  color: #1779BD;
}
footer .bot {
  margin-top: 1.875rem;
  color: #FFFFFF;
  font-size: 1.125rem;
}
footer .bot > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bot .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
}
footer .bot .left > div {
  margin-right: 1.875rem;
}
footer .bot .right {
  width: 30%;
}
footer .bot .right .fenxiang {
  justify-content: flex-end;
}
footer .bot .right .ewm {
  padding-left: 1.5625rem;
}
footer .bot .iconfont {
  font-size: 1.5rem;
  display: block;
  margin-right: 0.625rem;
}
footer .bot .flex {
  justify-content: flex-start;
}
footer .bot .social-share li {
  border: none;
}
footer .bot .social-share {
  margin-left: 0.875rem;
}
footer .bot .social-share li a {
  background: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
  color: #fff !important;
}
footer .bot .social-share li a:hover {
  background: #1779BD !important;
}
footer .bot .flex {
  margin-right: 0;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  text-align: center;
}
.bread {
  padding: 1.75rem 0;
}
.bread .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666666;
}
.bread .text a {
  color: #666666;
}
.bread .text a:hover {
  color: #1779BD;
}
.bread .text span:last-child {
  display: none;
}
.bread .text span {
  margin: 0 0.1875rem;
}
.nyerji {
  margin-bottom: 2.5rem;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li {
  font-size: 1.125rem;
  line-height: 3rem;
  color: #3D3D3D;
}
.nyerji ul li a {
  border-radius: 3.125rem;
  padding: 0 2.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li.active a,
.nyerji ul li:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #1779BD;
  color: #fff !important;
}
.suqera_pro {
  text-align: center;
  margin-bottom: 1.875rem;
}
.suqera_pro > div {
  padding: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid #D3D3D3;
  height: 100%;
}
.suqera_pro:hover > div {
  border-color: #1779BD;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_pro:hover > div .name {
  color: #1779BD;
}
.suqera_pro .img {
  padding: 0 1.25rem;
}
.suqera_pro .img img {
  height: 18rem;
  object-fit: contain;
}
.suqera_pro .name {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  margin: 1.25rem 0 1rem;
  color: #000000;
}
.suqera_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #1779BD;
  width: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_pro .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999999;
}
.show_pro {
  padding-bottom: 7.5rem;
}
.show_pro .left > div {
  border-radius: 0.625rem;
  text-align: center;
  padding: 3rem 1.25rem;
  border: 1px solid #D3D3D3;
}
.show_pro .left > div img {
  border-radius: 0.625rem;
}
.show_pro .right {
  padding-left: 2.8125rem;
}
.show_pro .right .name {
  font-size: 1.5rem;
  line-height: 2.25rem;
  position: relative;
  padding-bottom: 0.5rem;
  margin-top: 0.625rem;
  color: #000000;
}
.show_pro .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 1px;
  background: #1779BD;
}
.show_pro .right ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999999;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.5rem;
}
.show_pro .right ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  left: 0;
  background: #999999;
}
.show_pro .right .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #1779BD;
  margin: 1rem 0 1.25rem;
}
.show_pro .right .text1 {
  color: #565656;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.title.cf::before {
  background: url(../img/bew.svg) no-repeat;
  background-size: cover;
}
.about_pro {
  padding: 5.625rem 0;
  background: url(../img/8.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_pro .suqera_pro {
  padding: 0 0.9375rem;
  height: auto;
}
.about_pro .suqera_pro > div {
  background: #fff;
  border-color: #fff;
}
.about_pro .pr {
  margin-top: 2.5rem;
}
.about_pro .swiper-wrapper {
  margin: 0 -0.9375rem;
}
.about_pro .swiper-button-white {
  background-size: 1.875rem 1.875rem;
}
.about_pro .swiper-button-prev {
  left: -5rem;
}
.about_pro .swiper-button-next {
  right: -5rem;
}
.list_about {
  padding: 1.25rem 0 7.5rem;
}
.list_about .right .over,
.list_about .right .over img {
  border-radius: 1.25rem;
}
.list_about .left,
.list_about .right {
  padding: 0 1.375rem;
}
.list_about .row {
  margin: 0 -1.375rem;
}
.list_about .left {
  padding-top: 1.875rem;
}
.list_about .left .text {
  margin-top: 1.25rem;
  color: #999999;
  text-align: justify;
}
.list_about_two {
  background: #F5F5F5;
  padding: 7.1875rem 0 7.5rem;
}
.list_about_two .icon {
  margin-bottom: 1.25rem;
}
.list_about_two .icon img {
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul {
  margin-top: 1.875rem;
}
.list_about_two li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two li a {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_two li a .iconfont {
  font-size: 1.25rem;
  margin-left: 0.75rem;
  font-weight: 600;
  display: block;
  padding-top: 0.25rem;
}
.list_about_two li > div {
  padding: 2.5rem 1.25rem 3.75rem;
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 0.625rem;
  text-align: center;
  height: 100%;
}
.list_about_two li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999999;
  margin-top: 0.3125rem;
}
.list_about_two li .name {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #2B2B2B;
}
.list_about_three {
  padding: 5rem 0 7.5rem;
}
.list_about_three .title::before {
  display: none;
}
.list_about_three .title {
  padding-left: 0;
}
.list_about_three .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3A3A3A;
  margin-bottom: 0.625rem;
}
.list_about_three .name span {
  color: #D30000;
  margin-left: 0.5rem;
}
.list_about_three input {
  width: 100%;
  height: 3.375rem;
  line-height: 3.25rem;
  border-radius: 0.375rem;
  padding: 0 1.25rem;
  color: #3A3A3A;
  font-size: 1rem;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.list_about_three textarea {
  width: 100%;
  line-height: 3.25rem;
  border-radius: 0.375rem;
  padding: 0 1.25rem;
  color: #3A3A3A;
  font-size: 1rem;
  height: 7.5rem;
  border: 1px solid rgba(153, 153, 153, 0.3);
  display: block;
}
.list_about_three form {
  margin-top: 1.875rem;
}
.list_about_three form > .row > div {
  margin-bottom: 0.875rem;
}
.list_about_three .pbmore {
  background: #1779BD;
  color: #fff;
}
.list_about_three .pbmore .iconfont {
  color: #fff;
}
.list_news {
  padding: 2.5rem 0 6.875rem;
}
.list_news .left .over,
.list_news .left .over img {
  border-radius: 1.25rem;
}
.list_news .left,
.list_news .right {
  padding: 0 1.375rem;
}
.list_news .row {
  margin: 0 -1.375rem;
}
.list_news .right {
  padding-top: 1.875rem;
}
.list_news .right .title {
  padding-left: 0;
}
.list_news .right .title::before {
  display: none;
}
.list_news .right .text {
  color: #999999;
}
.list_news .right .data {
  margin: 0.875rem 0 0.5rem;
}
.list_news .right .pbmore {
  margin-top: 2.5rem;
}
.list_news .row:hover img {
  transform: scale(1.1);
}
.list_news .row:hover .title {
  color: #1779BD;
}
.list_news .data,
.list_news_two .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999999;
  display: flex;
  align-items: center;
}
.list_news .data .iconfont,
.list_news_two .data .iconfont {
  font-size: 1rem;
  display: block;
}
.list_news_two {
  padding-bottom: 7.5rem;
}
.list_news_two .ul {
  border-top: 1px solid #EAEAEA;
}
.list_news_two .ul li {
  padding: 1.75rem 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  align-items: center;
}
.list_news_two .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1779BD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover .name {
  color: #1779BD;
}
.list_news_two .ul li:hover .right .iconfont {
  color: #1779BD;
}
.list_news_two .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_news_two .ul li .data {
  margin: 0.5rem 0;
}
.list_news_two .ul li .text {
  color: #999999;
}
.list_news_two .ul li .right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.list_news_two .ul li .right .iconfont {
  font-size: 1.5rem;
}
.show_news {
  padding-bottom: 6.25rem;
}
.show_news .title {
  padding-left: 0;
}
.show_news .title::before {
  display: none;
}
.show_news .data {
  margin: 1.25rem 0 1.875rem;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.show_news .data > li {
  flex: 1 0 0;
  font-size: 1rem;
  line-height: 5rem;
  color: #606060;
  border-right: 1px solid #E0E0E0;
  text-align: center;
}
.show_news .data > li:last-child {
  border-right: none;
}
.show_news .data > li .flex {
  justify-content: center;
}
.show_news .social-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.625rem;
}
.show_news .social-share li a {
  margin: 0;
  color: #919191 !important;
  border: none !important;
  font-size: 1.125rem !important;
}
.show_news .social-share li a:hover {
  background: transparent !important;
  color: #1779BD !important;
}
.show_news .text {
  color: #606060;
  text-align: justify;
}
.show_news .shangxia {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #606060;
  padding-top: 2.1875rem;
  margin-top: 5rem;
  border-top: 1px solid #E0E0E0;
}
.show_news .shangxia a {
  color: #606060;
  display: flex;
  align-items: center;
}
.show_news .shangxia a:hover {
  color: #1779BD;
}
.show_news .shangxia .iconfont {
  font-size: 1.125rem;
}
.show_news .shangxia .center a {
  justify-content: center;
}
.show_news .shangxia .right a {
  justify-content: right;
}
.list_pro {
  padding-bottom: 6.25rem;
}
.list_tech {
  padding-bottom: 6.25rem;
}
.list_tech .menu_table tr td {
  white-space: initial;
}
.list_tech .menu_table tr td img {
  width: 8rem;
}
.list_tech .menu_table tr td:nth-child(even) {
  text-align: left;
}
.list_tech .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: #000000;
  margin-bottom: 0.9375rem;
}
.list_tech .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 1px;
  background: #1779BD;
}
.list_tech .text {
  color: #1779BD;
  margin-bottom: 1.875rem;
}
.list_tech td {
  border: 1px solid #D3D3D3;
  text-align: center;
  padding: 1.125rem;
  color: #999999;
  vertical-align: middle;
}
.list_tech table {
  border: none;
}
.list_tech table img {
  min-width: 8rem;
}
.list_tech tr:nth-child(1) {
  border-radius: 1.25rem 1.25rem 0 0;
}
.table-responsive {
  border-radius: 1.25rem;
}
td {
  white-space: nowrap;
}
body {
  padding-top: 6.25rem;
}
