@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;
}
body {
  --header_h: 6.25rem;
  --right: 34.375rem;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #00A2E9;
}
.c {
  color: #00A2E9;
}
.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: #00A2E9 !important;
  color: #00A2E9;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #00A2E9 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #00A2E9 !important;
  color: #00A2E9 !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: #00A2E9 !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:hover ul li a {
  color: #3c3c3c;
}
.er-ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 17rem;
  background-color: #fff;
  display: none;
  box-shadow: 12px 12px 1rem rgba(0, 0, 0, 0.05);
}
.er-ul > li ul li {
  text-align: left;
  padding-left: 1.25rem;
}
.er-ul > li ul li:hover a {
  color: #00A2E9;
}
.er-ul > li:hover ul {
  display: block;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover > a {
  color: #00A2E9;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .container .nav > 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;
}
body {
  --container: 14.8125rem;
}
body.container_l {
  padding-left: 0;
}
body.container_r {
  padding-right: 0;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.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: #00A2E9;
}
.searchbox {
  border-color: #00A2E9;
}
@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: 1040;
  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: 28px;
  margin-top: 5px;
}
.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;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  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: #00A2E9;
}
.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: #00A2E9;
  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 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
header:hover {
  --cf: #3D3D3D;
  background: #fff;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .container .left img {
  filter: none;
}
header.active,
.show_header header {
  animation: sticky 0.65s;
  position: fixed;
  --cf: #3D3D3D;
  background: #fff;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}
header.active .container .left img,
.show_header header .container .left img {
  filter: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: transparent;
  --cf: #fff;
  line-height: 6.25rem;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
header .ds1 {
  margin-right: 2.5rem;
  width: 2.3125rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
header .ds1 .iconfont {
  display: block;
  color: #fff !important;
  font-weight: 300;
  font-size: 0.75rem;
}
header .ds1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2.3125rem;
  border-radius: 50%;
  background: #00A2E9;
  transform: translateY(-50%);
  z-index: -1;
}
header .menu .iconfont {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--cf);
}
header .en_cn {
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0 2.5rem 0 1.125rem;
}
header .en_cn a {
  color: var(--cf);
}
header .en_cn a:nth-child(1) {
  padding-right: 1rem;
}
header .en_cn .c {
  color: #00A2E9;
}
header .en_cn a:hover {
  color: #00A2E9;
}
header .language {
  position: relative;
  padding: 0 1rem;
  z-index: 4;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
}
header .language .iconfont {
  color: #fff;
  display: block;
  margin-right: 0.4375rem;
  font-size: 1.125rem;
  font-weight: normal;
}
header .language::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2.3125rem;
  border-radius: 3.125rem;
  background: #00A2E9;
  content: "";
  z-index: -1;
}
header .container {
  padding: 0 2.5rem 0 5.625rem;
  box-sizing: border-box;
}
header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  font-weight: 300;
}
header .container .right .iconfont {
  font-size: 1.25rem;
}
header .container .right .menu .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
}
header .container .right .lanuage {
  margin-left: 1.875rem;
}
header .container .right .ds1 {
  cursor: pointer;
}
header .container .right .ds1 .iconfont {
  font-size: 1rem;
}
header .container .left img {
  height: 3.4375rem;
  filter: brightness(0) invert(1);
}
header .container .nav {
  justify-content: flex-end;
  padding-right: 1.25rem;
}
header .container .nav > ul > li {
  padding: 0 1.25rem;
  float: left;
}
header .container .nav > ul > li > a {
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--cf);
  position: relative;
}
header .container .nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .container .nav > ul > li:hover > a,
header .container .nav > ul > li.active > a {
  color: #00A2E9;
}
header .container .nav > ul > li:hover > a::before,
header .container .nav > 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;
}
* {
  box-sizing: border-box;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .swiper-slide .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-slide .p1 {
  font-size: 3.125rem;
  line-height: 4.375rem;
  color: #FFFFFF;
  font-weight: 600;
}
.banner .swiper-slide .right img {
  padding: 2rem;
}
.banner .swiper-pagination {
  top: 65%;
  width: auto;
  left: var(--container);
}
.banner .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.banner .swiper-pagination-bullet-active {
  width: 2.875rem;
  border-radius: 1.875rem;
  background: #fff;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    /*放大1.03倍*/
  }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    /*放大1.03倍*/
  }
  50% {
    -moz-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -moz-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.03);
    transform: scale(1.03);
    /*放大1.03倍*/
  }
  50% {
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    /*放大1.03倍*/
  }
  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
  }
  75% {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.iconfont {
  font-size: 1rem;
}
.more {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.more p {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.more p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
.more div {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #29A5DF;
}
.more .iconfont {
  font-size: 1rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover p,
.more.active p {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 2.5rem;
}
.more:hover .iconfont,
.more.active .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.active:hover p {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bgf p {
  background: transparent;
  border: 1px solid #fff;
}
.more.bgf:hover p {
  background: #00A2E9;
}
.more.bgf div {
  color: #fff;
}
.ib_title {
  display: inline-block;
}
.title {
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #000000;
  font-weight: 600;
}
.subtitle {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
  color: #00A2E9;
}
.subtitle .p {
  align-items: flex-end;
}
.subtitle .p p {
  color: #FFFFFF;
  text-shadow: 0 -1px #00A2E9, 1px -1px #00A2E9, 1px 0 #00A2E9, 1px 1px #00A2E9, 0 1px #00A2E9, -1px 0 #00A2E9, -1px -1px #00A2E9;
  margin-right: 0.875rem;
}
.subtitle .p2 {
  text-indent: 1.4em;
}
.alignc {
  align-items: center;
}
.swiper_pag {
  width: 100%;
  position: relative;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
  background: #29A5DF;
}
.swiper_pag .swiper-pagination-bullet-active {
  width: 2.875rem;
  border-radius: 1.875rem;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #727272;
}
.swiper_btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #828282;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-image: none;
  line-height: 2.875rem;
}
.swiper_btn .iconfont {
  font-size: 1.065rem;
  display: block;
}
.swiper_btn:hover {
  background: #00A2E9;
  border-color: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.banner .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  height: 7.875rem;
  text-align: center;
  z-index: 9;
  overflow: hidden;
}
.banner .scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 6.25rem;
  background: #fff;
  opacity: 0.5;
}
.banner .scroll div {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
.banner .scroll p {
  font-size: 1rem;
  color: #FFFFFF;
}
.banner .scroll div {
  width: 1px;
  height: 1.4375rem;
  z-index: 10;
  animation: scroll 2s linear infinite;
  background: #fff;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6.3rem);
  }
}
.index_one {
  background: url(../img/7.png) no-repeat;
  background-size: cover;
  padding: 6.5625rem 0 5rem;
}
.index_one .ib_title .p {
  display: flex;
}
.index_one .subtitle .p2 {
  text-indent: 3.6em;
}
.index_one .right1 a {
  display: none;
}
.index_one .right1 a.active {
  display: block;
}
.index_one .left1 ul {
  margin-top: 4.375rem;
}
.index_one .left1 ul li {
  display: none;
}
.index_one .left1 ul li.active {
  display: block;
}
.index_one .left1 ul li .text {
  color: #727272;
  margin: 1rem 0 1.25rem;
}
.index_one .left1 ul li .name {
  font-size: 1.5rem;
  line-height: 30px;
  color: #232323;
}
.index_one .right ul li {
  line-height: 4.0625rem;
  position: relative;
  font-size: 1rem;
  padding-right: 2.5rem;
  text-align: right;
  z-index: 3;
}
.index_one .right ul li a {
  color: #727272;
}
.index_one .right ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background: -moz-linear-gradient(-4.46% 50% 0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, -4.46% 50%, 65.01% 50%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #00A2E9;
}
.index_one .right ul li:hover a,
.index_one .right ul li.active a {
  color: #00A2E9;
}
.index_one .right ul li:hover::before,
.index_one .right ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right ul li:hover::after,
.index_one .right ul li.active::after {
  width: 0.1875rem;
}
.index_one .right ul {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.index_two {
  padding: 5.625rem 0 7.5rem;
  position: relative;
  z-index: 3;
}
.index_two::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.5rem;
  height: 26.6875rem;
  background: url(../img/8.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: -1;
}
.index_two .ib_title {
  padding-top: 1.6875rem;
}
.index_two .more {
  margin-top: 1.5625rem;
}
.index_two .title {
  margin: 1rem 0;
}
.index_two .subtitle {
  text-align: right;
}
.index_two .subtitle .p p {
  margin-right: 0;
}
.index_two .subtitle .p2 {
  text-indent: 0;
}
.index_two .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}
.index_two .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.3;
  width: 2.9375rem;
  height: 0.125rem;
  border-radius: 0;
  margin: 0 0.5rem;
}
.index_two .swiper-pagination-bullet-active {
  background: #00A2E9;
  opacity: 1;
  height: 0.25rem;
}
.index_two .swiper-slide-active {
  padding-top: 1.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide-next {
  padding-top: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide {
  height: calc(29.375rem + 4.6875rem);
}
.index_two .img,
.index_two .img img {
  border-radius: 1.25rem;
}
.index_two .img img {
  height: 29.375rem;
  object-fit: cover;
}
.index_two .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  text-align: center;
}
.index_three {
  padding: 7.5rem 0;
}
.index_three .subtitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  color: transparent;
  font-family: 'Montserrat';
}
.index_three .title {
  color: #fff;
  margin: 1rem 0 2.5rem;
}
.index_three .row {
  justify-content: flex-end;
}
.index_three .row .left {
  position: absolute;
  top: 0;
  left: 0;
}
.index_three .row .right {
  padding-left: 4rem;
}
.index_three .row .right ul {
  display: flex;
  flex-wrap: wrap;
}
.index_three .row .right ul li {
  position: relative;
  width: 33.3%;
  background: rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.index_three .row .right ul li::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  background: #00A2E9;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
  z-index: 2;
}
.index_three .row .right ul li:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .row .right ul li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .row .right ul li:first-child {
  background: transparent;
  border-right: none;
}
.index_three .row .right ul li:first-child::before {
  display: none;
}
.index_three .row .right ul li:nth-child(2) {
  border-radius: 1.25rem 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index_three .row .right ul li:nth-child(3) {
  border-radius: 0 1.25rem 0 0;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index_three .row .right ul li:nth-child(4) {
  border-radius: 1.25rem 0 0 1.25rem;
}
.index_three .row .right ul li:last-child {
  border-radius: 0 0 1.25rem 0;
  border-right: none;
}
.index_three .row .right ul li a {
  padding: 3.4375rem 1.25rem;
  position: relative;
  z-index: 89;
}
.index_three .row .right ul li .icon img {
  height: 3.3125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .row .right ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.875rem 0 0.375rem;
}
.index_three .row .right ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.index_four {
  padding: 5.625rem 0;
}
.index_four .ib_title .p {
  display: flex;
}
.index_four .left .over img {
  height: 30.25rem;
  object-fit: cover;
  border-radius: 1.25rem;
}
.index_four .left .over {
  border-radius: 1.25rem;
}
.index_four .left .hover {
  position: absolute;
  width: 80%;
  left: 0;
  padding: 0 0 1.25rem 2.1875rem;
  z-index: 2;
  bottom: 0;
}
.index_four .left .hover .name,
.index_four .left .hover .data {
  color: #FFFFFF;
}
.index_four .left .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.index_four .left .swiper-pagination-bullet-active {
  background: #fff;
}
.index_four .swiper-slide:hover .name {
  color: #00A2E9;
}
.index_four .swiper-pagination {
  text-align: right;
  bottom: 1.75rem;
  right: 2.25rem;
  left: auto;
  width: auto;
}
.index_four .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #878787;
}
.index_four .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #0A0A0A;
}
.index_four ul li {
  padding: 1.125rem 0;
}
.index_four ul li a {
  display: flex;
  align-items: flex-start;
}
.index_four ul li:first-child {
  padding-top: 0;
}
.index_four ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}
.index_four ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four ul li:hover img {
  transform: scale(1.1);
}
.index_four ul li:hover .name {
  color: #00A2E9;
}
.index_four 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_four ul li .name {
  margin-top: 0.625rem;
}
.index_four ul li .over img {
  height: 8.3125rem;
  border-radius: 1rem;
  width: 11.875rem;
  object-fit: cover;
}
.index_four ul li .right1 {
  width: calc(100% - 11.875rem);
  padding-left: 1.875rem;
}
.index_four ul li .over {
  border-radius: 1rem;
}
footer {
  background: #00A2E9;
  padding: 4.0625rem 0 3.125rem;
}
footer .top {
  display: flex;
  justify-content: space-between;
}
footer .top li {
  width: 16.6%;
}
footer .top li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .top li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .top li a:hover {
  font-weight: 600;
}
footer .top li .name {
  margin-bottom: 0.5rem;
}
footer .bot {
  display: flex;
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .text {
  color: #fff;
}
footer .bot .left {
  width: 18%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bot .left ul {
  display: flex;
  align-items: center;
}
footer .bot .left ul li {
  text-align: center;
}
footer .bot .left ul li img {
  width: 5.625rem;
}
footer .bot .left ul li:first-child {
  margin-right: 2.1875rem;
}
footer .bot p {
  font-size: 2.5rem;
  line-height: 4.0625rem;
  font-weight: 600;
  color: #FFFFFF;
}
footer .bot .center {
  width: 28%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2.1875rem;
}
footer .bot .right {
  width: 54%;
  padding-left: 2.1875rem;
}
.beian {
  background: #00A2E9;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.nyen_title {
  -webkit-text-stroke: 1px #00A2E9;
  color: transparent;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 4.0625rem;
  text-transform: uppercase;
  text-outline: #00A2E9;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed';
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 4rem;
  color: #FFFFFF;
}
.nyban .hover .p2 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 4.0625rem;
  color: #fff;
}
.nyban .hover .p2 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  color: transparent;
  font-family: 'Barlow Condensed';
}
.nyerji {
  line-height: 4.3125rem;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 4.6875rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.nyerji ul li {
  font-size: 1rem;
  flex: 1 0 0;
  text-align: center;
  position: relative;
}
.nyerji ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1rem;
  background: #727272;
}
.nyerji ul li:first-child::before {
  display: none;
}
.nyerji ul li:hover a {
  color: #00A2E9;
}
.nyerji ul li.active a {
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.nyerji ul li.active a::after {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #00A2E9;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
.nyerji ul li a {
  color: #727272;
  position: relative;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bread {
  font-size: 1rem;
  margin: 1.875rem 0 2.8125rem;
  color: #727272;
}
.bread span:last-child {
  display: none;
}
.bread a {
  color: #727272;
}
.bread a:hover {
  color: #00A2E9;
}
.bread span {
  color: #727272;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.list_message {
  position: relative;
  z-index: 3;
}
.list_message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 0.62% -90deg, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 0.62%, 50% 98.97%, color-stop(0, #e2e2e2), color-stop(1, #ffffff));
  background: -o-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  background: -ms-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(180deg, #e2e2e2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#FFFFFF', GradientType=0);
  z-index: -1;
}
.list_message form .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #595959;
  margin-bottom: 1.375rem;
  margin-bottom: 0.625rem;
}
.list_message form .name span {
  color: red;
}
.list_message form input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  width: 100%;
  color: #7F7F7F;
  background: transparent;
}
.list_message form textarea {
  height: 7rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #7F7F7F;
  width: 100%;
  display: block;
  background: transparent;
}
.list_message form button {
  width: 11.25rem;
  text-align: center;
  line-height: 3.4375rem;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1rem;
  color: #fff;
  border: none;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_message form button .iconfont {
  font-size: 1rem;
  margin-left: 0.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message form button:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message form button:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact #mapDiv {
  height: 28.75rem;
}
.list_contact .left {
  padding-top: 2.1875rem;
}
.list_contact .left .img {
  position: absolute;
  top: 4rem;
  right: 9rem;
  text-align: center;
}
.list_contact .left .img div {
  border: 1px solid #ddd;
}
.list_contact .left .img p {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #727272;
}
.list_contact .left .img img {
  width: 10.5rem;
}
.list_contact .left ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #727272;
  margin-bottom: 1.5625rem;
}
.list_contact .left ul li .icon {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background: #00A2E9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .left ul li .icon .iconfont {
  color: #fff;
  font-size: 1.6rem;
}
.list_contact .left ul li p {
  width: calc(100% - 4.0625rem);
  padding-left: 1.5625rem;
}
#mapDiv {
  height: 36.875rem;
}
#mapDiv .tdt-infowindow-content p {
  margin-top: 0.375rem;
  line-height: 1.25rem;
}
.list_qa .ul li {
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
}
.list_qa .ul li.active .bot {
  display: block;
}
.list_qa .ul li .top {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #606060;
  padding: 1rem 2rem;
  cursor: pointer;
}
.list_qa .ul li .top div {
  width: 90%;
}
.list_qa .ul li .top p {
  width: 10%;
  text-align: right;
}
.list_qa .ul li .top p .iconfont {
  display: inline-block;
  font-size: 1rem;
  color: #606060;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li .bot {
  padding: 1rem 2rem;
  display: none;
}
.list_qa .ul li:hover .top,
.list_qa .ul li.active .top {
  background: #00A2E9;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li:hover .top p .iconfont,
.list_qa .ul li.active .top p .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotate(180deg);
}
.list_download .ul li:nth-child(1) {
  background: #00A2E9;
  color: #fff;
}
.list_download .ul li:last-child {
  margin-bottom: 1.25rem;
}
.list_download .ul li {
  line-height: 3.75rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.125rem;
  color: #686868;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .ul li > div {
  float: left;
  text-align: center;
}
.list_download .ul li > div:nth-child(1) {
  width: 10%;
}
.list_download .ul li > div:nth-child(2) {
  width: 30%;
}
.list_download .ul li > div:nth-child(3) {
  width: 20%;
}
.list_download .ul li > div:nth-child(4) {
  width: 20%;
}
.list_download .ul li > a:nth-child(5) {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #00A2E9;
  justify-content: center;
}
.list_download .ul li > a:nth-child(5) .iconfont {
  font-size: 1rem;
  margin-left: 1.5rem;
}
.shangxia {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shangxia > div,
.shangxia a {
  width: 33.3%;
}
.shangxia .iconfont {
  font-size: 1.125rem;
}
.shangxia > div:last-child {
  text-align: right;
}
.list_download .ul li > a:nth-child(5):hover .iconfont {
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.list_download .ul li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.625rem rgba(32, 150, 213, 0.2);
}
@media (max-width: 767px) {
  .list_download .ul li > div:nth-child(3) {
    display: none;
  }
  .list_download .ul li > div:nth-child(2) {
    width: 60%;
  }
  .list_download .ul li > a:nth-child(4) {
    width: 30%;
  }
  .list_download .ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 26px;
    padding: 15px 0;
  }
  .list_download .ul li > div:nth-child(3) {
    display: block;
  }
  .list_download .ul li > div:nth-child(4) {
    display: none;
  }
  .list_download .ul li {
    padding: 15px 10px;
  }
  .list_download .ul li > div:nth-child(2) {
    width: 40%;
  }
  .list_download .ul li > a:nth-child(5) {
    width: 30%;
  }
}
.bor20 {
  border-radius: 1.25rem;
}
.list_news .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 0.625rem 0;
}
.list_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.list_news .more {
  margin-top: 2.5rem;
}
.list_news .ul li {
  padding: 2.6875rem 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
}
.list_news .ul li .left {
  padding-right: 1.5625rem;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #00A2E9;
}
.list_news .ul li .right {
  padding-left: 1.5625rem;
  padding-bottom: 2rem;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .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;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.show_top {
  position: relative;
  padding: 1.25rem 0 5rem;
}
.show_top .title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
}
.show_top .data {
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  color: #6B6B6B;
}
.show_top .data .pr {
  display: flex;
  align-items: center;
}
.show_top .data .pr .social-share {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
}
.show_top .data .pr .social-share .social-share-icon {
  font-size: 1rem;
}
.show_top .data .pr:hover ul {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_top .data .iconfont {
  font-size: 1rem;
}
.show_top .data > div {
  margin-right: 2.5rem;
  cursor: pointer;
}
.show_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #224fe7), color-stop(1, #3480f8));
  background: -o-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -ms-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8' ,GradientType=0)";
  background: linear-gradient(90deg, #224fe7 0%, #3480f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8', GradientType=1);
  opacity: 0.1;
  z-index: -1;
}
.show_top .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #929292;
}
.show_top .bread a {
  color: #929292;
}
.show_top .bread span:last-child {
  display: none;
}
.show_top .title {
  margin: 6.25rem 0 1.25rem;
}
.show_body {
  padding-top: 6.25rem;
}
.show_news {
  padding-bottom: 8.125rem;
}
.show_news .icon-anniu-jiantouxiangyou_o-copy::before {
  content: "\eb89";
}
.show_news .text {
  text-align: justify;
}
.show_news .text strong {
  color: #232323;
}
.show_news .shangxia {
  margin-top: 6.875rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #CBCBCB;
}
.show_left {
  padding-right: 3.4375rem;
}
.show_right {
  position: sticky;
  top: 7.5rem;
  height: 100%;
}
.show_right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #232323;
  margin-bottom: 1.5625rem;
}
.show_right ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #E4E4E4;
}
.show_right ul li .left1 {
  width: 0;
  float: left;
}
.show_right ul li p {
  width: 100%;
  float: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover .left1 {
  width: 30%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover a {
  padding-left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_right ul li:hover a::before {
  display: none;
}
.show_right ul li:hover p {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 70%;
  padding-left: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.show_right ul li:first-child {
  border-top: 1px solid #E4E4E4;
}
.show_right ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  position: relative;
  padding-left: 1.5625rem;
}
.show_right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: -moz-linear-gradient(0% 50% 0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #224fe7), color-stop(1, #3480f8));
  background: -o-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  background: -ms-linear-gradient(0deg, #224fe7 0%, #3480f8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8' ,GradientType=0)";
  background: linear-gradient(90deg, #224fe7 0%, #3480f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8', GradientType=1);
}
.show_right ul li:hover a {
  color: #00A2E9;
}
@media (max-width: 1440px) {
  .show_top .title {
    font-size: 2.375rem;
  }
}
@media (max-width: 990px) {
  .show_top .title {
    font-size: 26px;
    line-height: 34px;
  }
  .show_left {
    padding-right: 15px;
  }
  .show_right {
    position: static !important;
    margin-top: 25px;
  }
  .show_right ul li:hover .left1 {
    width: 100px;
  }
  .show_right ul li:hover p {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .show_top .bread,
  .show_top .data .pr {
    display: none;
  }
  .show_top .title {
    font-size: 20px;
    line-height: 30px;
  }
  .show_top .title {
    margin: 0 0 15px;
  }
  .show_top {
    padding: 25px 0;
  }
  .show_news {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .show_news .shangxia {
    margin-top: 25px;
    padding-top: 20px;
  }
  .show_right .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .show_right ul li a {
    font-size: 14px;
  }
}
table td {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4C4C4C;
  vertical-align: middle !important;
  padding: 0.75rem 5rem !important;
}
table td:nth-child(1) {
  background: #F5FAFD;
  text-align: center;
  border-right: 1px solid #DDDDDD !important;
}
table td:nth-child(2) {
  background: #fff;
}
table tr {
  background: #EFF2F4;
  border: 1px solid #DDDDDD !important;
}
table .p_l {
  padding-left: 4.0625rem;
}
.list_pro .right {
  width: calc(100% - 28.8125rem);
  padding: 5rem 0 6.25rem 3.4375rem;
}
.squera_pro {
  height: auto;
}
.squera_pro > a {
  height: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1.875rem;
  text-align: center;
  position: relative;
}
.squera_pro > a .img {
  padding: 0 3rem;
}
.squera_pro > a .name {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.625rem;
  justify-content: center;
  line-height: 2.5rem;
  color: #232323;
  display: inline-block;
  position: relative;
}
.squera_pro > a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.25rem;
  background: #00A2E9;
}
.squera_pro:hover > a {
  border-color: #00A2E9;
  box-shadow: 0 0 1rem rgba(41, 165, 223, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a::before {
  width: calc(100% - 1.75rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a .name {
  color: #00A2E9;
}
.squera_pro:hover > a .name::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > a img {
  transform: scale(1.1);
}
.font18 {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #868686;
}
.list_pro .squera_pro {
  margin-bottom: 3.125rem;
  padding: 0 1.5625rem;
}
.list_pro .row {
  margin: 4.375rem -1.5625rem 0;
}
.list_pro .right .bread {
  position: absolute;
  top: 1rem;
  right: 0;
}
.show_pro {
  padding-bottom: 3.75rem;
}
.show_pro .left > div {
  border: 1px solid #D8D8D8;
  padding: 2.8125rem;
}
.show_pro .left > div img {
  height: 28.75rem;
  object-fit: contain;
}
.show_pro .right .flex {
  margin: 0 -15px;
}
.show_pro .right .title {
  padding-top: 1.25rem;
  margin-bottom: 0.75rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.show_pro .right .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.0625rem;
  height: 2px;
  background: #00A2E9;
}
.show_pro .right .text {
  color: #727272;
  padding: 0.5rem 0 3.125rem;
  border-bottom: 1px dashed #CECECE;
  text-align: justify;
}
.show_pro .right .fenxiang {
  justify-content: flex-start;
  color: #727272;
  font-size: 1rem;
  margin: 1.25rem 0 2.1875rem;
}
.show_pro .right .fenxiang .social-share li {
  margin-right: 0 !important;
}
.show_pro .right .fenxiang a:hover {
  color: #fff !important;
}
.show_pro .row {
  margin: 0 -3.125rem;
}
.show_pro .row .left,
.show_pro .row .right {
  padding: 0 3.125rem;
}
.show_header {
  padding-top: 6.25rem;
}
.show_pro_qh {
  line-height: 4.375rem;
  position: sticky;
  top: 6.25rem;
  z-index: 999;
  left: 0;
  margin: 3.375rem 0 4.0625rem;
}
.show_pro_qh ul {
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.show_pro_qh ul li {
  position: relative;
}
.show_pro_qh ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1rem;
  transform: translateY(-50%);
  background: #E5E5E5;
}
.show_pro_qh ul li:first-child::after {
  display: none;
}
.show_pro_qh ul li:first-child {
  border: none;
}
.show_pro_qh ul li {
  font-size: 1.125rem;
  float: left;
  cursor: pointer;
  position: relative;
  flex: 1 0 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}
.show_pro_qh ul li a {
  color: #6D6D6D;
}
.show_pro_qh ul li:hover a {
  color: #00A2E9;
}
.show_pro_qh ul li.active {
  background: #00A2E9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_qh ul li.active a {
  color: #fff;
}
.show_pro_qh ul li.active::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.625rem solid #00A2E9;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
.p_t_b80 {
  padding: 6.25rem 0 5rem;
}
.content_box .title {
  margin-bottom: 1rem;
}
.content_box > div {
  margin-bottom: 1.875rem;
  color: #727272;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}
.show_pro_two .left {
  height: 100%;
  position: sticky;
  top: 11.25rem;
}
.show_pro_three {
  background: #E8ECF1;
}
.show_pro_three .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #29A5DF;
  font-weight: 600;
}
.show_pro_three .font18 {
  margin: 0.625rem 0 2.5rem;
}
.show_pro_three .left {
  padding-right: 10rem;
}
.show_pro_three .swiper-button-prev,
.show_pro_four .swiper-button-prev {
  left: -6.25rem;
}
.show_pro_three .swiper-button-next,
.show_pro_four .swiper-button-next {
  right: -6.25rem;
}
.about_pro {
  background: -moz-linear-gradient(50% 0.62% -90deg, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, 50% 0.62%, 50% 98.97%, color-stop(0, #e2e2e2), color-stop(1, #ffffff));
  background: -o-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  background: -ms-linear-gradient(-90deg, #e2e2e2 0%, #ffffff 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(180deg, #e2e2e2 0%, #ffffff 100%);
  border-style: Solid;
  border-color: #FFFFFF;
  border-color: #ffffff;
  border-width: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#FFFFFF', GradientType=0);
  margin-top: 4.375rem;
}
.about_pro .swiper-slide {
  background: #fff;
  border-radius: 1.25rem;
}
.about_pro .swiper-container {
  margin-top: 1.875rem;
}
.bor20 {
  border-radius: 1.25rem;
}
.list_about .font18 {
  margin-top: 1.25rem;
  text-align: justify;
}
.list_about .row {
  margin: 0 -1.4375rem;
}
.list_about .row .left,
.list_about .row .right {
  padding: 0 1.4375rem;
}
.list_about .right .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about .right .icon img {
  width: 5rem;
  height: 5rem;
}
.list_about_two ul li {
  text-align: center;
}
.list_about_two .name {
  font-size: 1.875rem;
  position: relative;
  color: #0F0F0F;
  line-height: 3.125rem;
}
.list_about_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  height: 3.75rem;
  margin: 0.5rem 0 1.5rem;
  padding: 0 6.25rem;
}
.list_about_two .icon {
  margin-bottom: 6.25rem;
}
.list_about_two .icon img {
  height: 4.125rem;
}
.list_about_two .row {
  align-items: flex-start;
}
.list_about_two .row > li {
  height: 100%;
  padding-top: 5.625rem;
  border-right: 1px solid rgba(86, 86, 86, 0.15);
}
.list_about_four .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #727272;
  margin-top: 1.25rem;
  text-align: center;
}
.r100 {
  right: -6.25rem;
}
.l100 {
  left: -6.25rem;
}
.list_about_three {
  background: #00A2E9;
  position: relative;
  z-index: 3;
}
.list_about_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}
.list_about_three .nyen_title {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
}
.list_about_three .year {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  color: transparent;
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3.125rem;
  margin: 1rem 0 0.5rem;
  font-family: 'Barlow Condensed';
}
.list_about_three .text {
  height: 9.375rem;
}
.list_about_three .margin {
  margin: 0 -1.5625rem;
}
.list_about_three .swiper-slide {
  padding: 0 1.5625rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_three .swiper-slide.swiper-slide-active {
  border-left: none;
}
.list_about_three .margin {
  margin-top: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list_about_three .swiper_btn {
  border-color: #fff;
  bottom: -1.5rem;
  top: auto;
  margin-top: 0;
}
.list_about_three .swiper_btn .iconfont {
  color: #fff;
}
.list_about_three .r100 {
  right: -3rem;
}
.list_about_three .l100 {
  left: -3rem;
}
.list_join .bot .ul li {
  margin-bottom: 1.875rem;
}
.list_join .bot .ul li:hover > div {
  box-shadow: 0 0 1.25rem 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;
}
.list_join .bot .ul li .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #00A2E9;
}
.list_join .bot .ul li > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.1);
  border-radius: 1.25rem;
  padding: 5rem 2.5rem 4.0625rem;
  height: 100%;
}
.list_join .bot .ul li .text {
  color: rgba(0, 0, 0, 0.6);
  margin: 0.625rem 0 3.125rem;
}
.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #00A2E9;
}
.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #00A2E9;
}
.join_pop_up .modal-header {
  padding: 2.375rem 1.25rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.join_pop_up .modal-header h5 {
  width: 100%;
}
.join_pop_up .modal-header button {
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1 !important;
  z-index: 99;
}
.join_pop_up .modal-header button .iconfont {
  font-size: 2rem;
  color: #BABABA;
}
.join_pop_up .modal-header button:hover .iconfont {
  color: #00A2E9;
}
.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}
.join_pop_up .text {
  color: rgba(0, 0, 0, 0.6);
}
.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}
.join_pop_up .modal_end {
  padding: 2.5rem 0;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_up .modal_end ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_pop_up .modal_end li {
  padding: 0 2.25rem;
}
.join_pop_up .modal_end li a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: lowercase;
  color: #00A2E9;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  display: block !important;
}
.list_honor .ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.list_honor .ul li {
  width: 20%;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
}
.list_honor .ul li > div {
  border: 1px solid #ddd;
  border-radius: 0.625rem;
}
.list_honor .ul li > div img {
  padding: 1rem 0.625rem;
  border-radius: 0.625rem;
}
.list_video .ul li {
  margin-bottom: 1.875rem;
}
.list_video .ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 1.25rem;
  z-index: 2;
  opacity: 0.4;
}
.list_video .ul li:hover .w100 {
  transform: scale(1.1);
}
.list_video .ul li .over,
.list_video .ul li img.w100 {
  border-radius: 1.25rem;
}
.list_video .ul li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.list_video .ul li .icon img {
  width: 5rem;
  height: 5rem;
}
.inside_footer {
  width: 100%;
  height: auto;
  background: #fbfbfd;
  overflow: hidden;
}
.inside_footer .logo img {
  height: 2.5rem;
}
.inside_footer .footer_head {
  width: 100%;
  height: auto;
}
.inside_footer .footer_head .inside_center {
  margin: 50px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_footer .footer_head .info_box .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.inside_footer .footer_head .info_box .nav a {
  font-size: 16px;
  font-weight: bold;
  margin: 0 4em 0 0;
}
.inside_footer .footer_head .info_box .nav a:last-child {
  margin: 0;
}
.inside_footer .footer_head .info_box .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 2vw 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_head .info_box .hotline .icon {
  width: auto;
  font-size: 0;
}
.inside_footer .footer_head .info_box .hotline .info {
  flex: 1;
  padding-left: 20px;
}
.inside_footer .footer_head .info_box .hotline .info .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #6a7590;
}
.inside_footer .footer_head .info_box .hotline .info .subtitle {
  margin: 0.25rem 0 0;
  line-height: 1;
  font-size: 1.6875rem;
  color: #00A2E9;
}
@media (max-width: 1680px) {
  .inside_footer .footer_head .info_box .hotline .icon img {
    max-width: 55px;
  }
  .inside_footer .footer_head .info_box .hotline .info .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .inside_footer .footer_head .info_box .hotline .icon img {
    max-width: 40px;
  }
  .inside_footer .footer_head .info_box .hotline .info .title {
    font-size: 14px;
  }
  .inside_footer .footer_head .info_box .hotline .info .subtitle {
    margin-top: 5px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .inside_footer .footer_head .info_box .hotline .icon img {
    max-height: 40px;
  }
}
@media screen and (max-height: 600px) {
  .inside_footer .footer_head .info_box .hotline {
    margin: 20px 0;
  }
}
@media (max-width: 990px) {
  .inside_footer .footer_head .info_box .hotline {
    display: none;
  }
}
.inside_footer .footer_head .info_box .address {
  margin: 15px 0;
  font-size: 16px;
  color: #727783;
}
.inside_footer .footer_head .info_box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inside_footer .footer_head .info_box .links .item {
  position: relative;
  z-index: 1;
  margin-left: 13px;
}
.inside_footer .footer_head .info_box .links .item .ewm {
  width: 100px;
  height: auto;
  padding: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 0;
  margin-left: -50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_head .info_box .links .item .ewm img {
  width: 100%;
}
.inside_footer .footer_head .info_box .links .item .ewm::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border-radius: 5px;
}
.inside_footer .footer_head .info_box .links .item .ewm::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
.inside_footer .footer_head .info_box .links .item .icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.inside_footer .footer_head .info_box .links .item .icon img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_head .info_box .links .item .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  opacity: 0.1;
}
.inside_footer .footer_head .info_box .links .item .icon::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #00A2E9;
  border-radius: 50% 50% 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_head .info_box .links .item:first-child {
  margin: 0;
}
.inside_footer .footer_head .info_box .links .item:hover .ewm {
  opacity: 1;
  margin-bottom: 15px;
  visibility: initial;
}
.inside_footer .footer_head .info_box .links .item:hover .icon img {
  filter: invert(1);
}
.inside_footer .footer_head .info_box .links .item:hover .icon::after {
  height: 100%;
  border-radius: 0;
}
@media (max-width: 1366px) {
  .inside_footer .footer_head .info_box .links .item .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 990px) {
  .inside_footer .footer_head .info_box .links .item:first-child .ewm {
    left: 0;
    margin-left: 0;
  }
  .inside_footer .footer_head .info_box .links .item:first-child .ewm::after {
    left: 7px;
    transform: translate(0);
  }
}
.inside_footer .footer_head .qr_code .f_title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.inside_footer .footer_head .qr_code .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.inside_footer .footer_head .qr_code .menu .item {
  max-width: 92px;
  margin-right: 14px;
}
.inside_footer .footer_head .qr_code .menu .item .img {
  text-align: center;
  font-size: 0;
}
.inside_footer .footer_head .qr_code .menu .item .title {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #727783;
}
.inside_footer .footer_head .qr_code .menu .item .title a {
  color: #727783;
}
.inside_footer .footer_head .qr_code .menu .item .title a:hover {
  color: #00A2E9;
}
.inside_footer .footer_head .qr_code .menu .item:last-child {
  margin: 0;
}
@media (max-width: 1366px) {
  .inside_footer .footer_head .qr_code .f_title {
    font-size: 14px;
  }
  .inside_footer .footer_head .qr_code .menu {
    margin-top: 20px;
  }
}
@media (max-width: 1366px) {
  .inside_footer .footer_head .info_box .logo {
    max-width: 120px;
  }
  .inside_footer .footer_head .info_box .nav a {
    font-size: 14px;
    margin: 0 3em 0 0;
  }
  .inside_footer .footer_head .info_box .address {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .inside_footer .footer_head .info_box .nav a {
    margin: 0 2.5em 0 0;
  }
}
@media (max-width: 990px) {
  .inside_footer .footer_head .inside_center {
    margin: 30px auto 20px;
    display: block;
  }
  .inside_footer .footer_head .info_box .nav {
    display: none;
  }
  .inside_footer .footer_head .info_box .address {
    font-size: 12px;
  }
  .inside_footer .footer_head .qr_code {
    display: none;
  }
}
.inside_footer .footer_body {
  border-top: 1px solid #efeff3;
}
.inside_footer .footer_body .inside_center {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_footer .footer_body .copy {
  font-size: 14px;
  color: #727783;
}
.inside_footer .footer_body .copy a {
  color: #727783;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_body .copy a:hover {
  color: #00A2E9;
}
.inside_footer .footer_body .idx_more {
  height: 48px;
  margin: 0;
  position: relative;
}
.inside_footer .footer_body .idx_more .menu_box {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -10px;
  opacity: 0;
  visibility: hidden;
}
.inside_footer .footer_body .idx_more .menu_box .menu {
  width: 100%;
  height: auto;
  max-height: 150px;
  background: #00A2E9;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.inside_footer .footer_body .idx_more .menu_box .menu .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inside_footer .footer_body .idx_more .menu_box .menu .one a {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_body .idx_more .menu_box .menu .one a:hover {
  opacity: 1;
}
.inside_footer .footer_body .idx_more .menu_box::after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 80%;
  display: block;
  border: 7px solid transparent;
  border-top: 7px solid #00A2E9;
}
.idx_more .more1 {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_footer .footer_body .idx_more .more1 a {
  width: auto;
  min-width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.inside_footer .footer_body .idx_more .more1 a .icon {
  margin-left: 2vw;
}
.inside_footer .footer_body .idx_more:hover .menu_box {
  margin-bottom: 0;
  opacity: 1;
  visibility: initial;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1366px) {
  .inside_footer .footer_body .inside_center {
    margin: 15px auto;
  }
  .inside_footer .footer_body .idx_more {
    height: 40px;
  }
}
@media (max-width: 990px) {
  .inside_footer .footer_body .copy {
    font-size: 12px;
  }
  .inside_footer .footer_body .idx_more {
    display: none;
  }
}
