@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;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
body {
  --header_h: 6.25rem;
  --right: 34.375rem;
}
.bg {
  background: #03669B;
}
.c {
  color: #03669B;
}
.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: #03669B !important;
  color: #03669B;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #03669B !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #03669B !important;
  color: #03669B !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: #03669B !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 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #03669B;
}
.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: #03669B;
}
.searchbox {
  border-color: #03669B;
}
@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: #03669B;
}
.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: #03669B;
  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.active {
  animation: sticky 0.65s;
  position: fixed;
}
@-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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 6.25rem;
  background: #fff;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
header .ds1 .iconfont {
  display: block;
}
header .right .ds1:hover .iconfont {
  color: #03669B !important;
}
header .language {
  display: flex;
  align-items: center;
  color: #3D3D3D;
}
header .language .iconfont {
  color: #3D3D3D;
  display: block;
  margin-right: 0.4375rem;
  font-size: 1.125rem;
}
header .container {
  padding: 0 6.25rem;
  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 .lanuage {
  margin-left: 1.875rem;
}
header .container .right .ds1 {
  cursor: pointer;
}
header .container .right .ds1 .iconfont {
  color: #3D3D3D;
  font-weight: 600;
  font-size: 1.375rem;
}
header .container .left img {
  height: 4.0625rem;
}
header .container .nav {
  justify-content: flex-end;
  padding-right: 3.125rem;
}
header .container .nav > ul > li {
  padding: 0 1.5625rem;
  float: left;
}
header .container .nav > ul > li > a {
  font-weight: 300;
  font-size: 1.125rem;
  color: #3D3D3D;
  position: relative;
}
header .container .nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #03669B;
  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: #03669B;
}
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;
}
body {
  padding-top: 5.625rem;
}
* {
  box-sizing: border-box;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .scroll {
  position: absolute;
  bottom: 0;
  left: var(--container);
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  z-index: 9;
}
.banner .scroll div {
  width: 2px;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.5);
  margin: 0.5rem auto 0;
  overflow: hidden;
  position: relative;
}
.banner .scroll div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background: #fff;
  animation: huadong 2s infinite;
}
@keyframes huadong {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4.375rem);
  }
}
.banner .hover_pag {
  position: absolute;
  bottom: 2.125rem;
  width: 100%;
  z-index: 9;
}
.banner .hover_pag .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
}
.banner .hover_pag .flex {
  justify-content: flex-end;
  align-items: center;
}
.banner .hover_pag .swiper-pagination-bullet {
  width: 12.5rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 2px;
  opacity: 1;
  margin: 0 1rem;
}
.banner .hover_pag .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .hover_pag .bofang .iconfont {
  color: #fff;
  cursor: pointer;
}
.iconfont {
  font-size: 1rem;
}
.index_one {
  position: relative;
  padding: 6.25rem 0 0;
}
.index_one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--right);
  height: 100%;
  background: #F7F7F7;
}
.index_one .container {
  padding-right: 0;
}
.index_one .right {
  overflow: hidden;
  width: calc(100% - 26.875rem);
  float: right;
  height: 38.875rem;
  position: relative;
  margin-top: 3.75rem;
}
.index_one .right .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.875rem;
  height: 38.875rem;
}
.index_one .right .hover img {
  position: absolute;
  top: 0%;
  left: 0%;
}
.index_one .right .hover img.yuan2 {
  width: 100%;
  height: 100%;
  animation: circle 15s linear infinite;
  padding: 0.625rem;
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index_one .right .hover img.yuan1 {
  padding: 3rem;
  animation: circle 20s linear infinite;
  animation-direction: reverse;
}
.index_one .mySwiper2 {
  overflow: visible;
  padding-right: var(--right);
  height: 100%;
}
.index_one .mySwiper2 .swiper-slide.swiper-slide-active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6rem;
}
.index_one .mySwiper2 .swiper-slide.swiper-slide-active img {
  height: 25.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .mySwiper2 .swiper-slide.swiper-slide-next {
  display: flex;
  align-items: center;
  padding-left: 7rem;
}
.index_one .mySwiper2 .swiper-slide.swiper-slide-next div {
  width: 21.875rem;
  height: 21.875rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .mySwiper2 .swiper-slide.swiper-slide-next img {
  height: 14.0625rem;
  object-fit: contain;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .left {
  width: 26.875rem;
  float: left;
  padding-right: 1.875rem;
}
.index_one .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #232323;
  margin-bottom: 1.125rem;
}
.index_one ul li {
  font-size: 1rem;
  line-height: 1.65rem;
  padding-left: 2.0625rem;
  position: relative;
  color: #3D3D3D;
  margin-bottom: 1.25rem;
}
.index_one ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/dg.svg) no-repeat;
  background-size: contain;
}
.index_one .title {
  margin-bottom: 4.375rem;
}
.index_one .swiper-button-prev {
  display: none;
}
.index_one .swiper-button-next {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: #03669B;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-size: 1.375rem 1.375rem;
  left: calc(var(--right) + 6.5rem);
  right: auto;
}
.index_one .swiper-button-next .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.index_one::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: calc(var(--right) - 4.3125rem);
  width: 4.3125rem;
  height: 16rem;
  background-size: contain;
  background-position: right center !important;
  background: url(../img/4.png) no-repeat;
  z-index: 9;
  background-color: #fff;
}
.index_one .mySwiper2 {
  z-index: 12;
}
.index_one .mySwiper .swiper-slide {
  display: none !important;
}
.index_one .mySwiper .swiper-slide-thumb-active {
  display: block !important;
}
.index_one .more {
  margin-top: 3.125rem;
}
.index_one > p {
  font-size: 6rem;
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1), 1px -1px rgba(0, 0, 0, 0.1), -1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 0.7;
  font-family: "Roboto";
  margin-top: 2.5rem;
}
.more {
  display: inline-block;
  position: relative;
}
.more::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #03669B;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more .pr {
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
  font-weight: bold;
  font-size: 1rem;
  color: #03669B;
}
.more .pr div {
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .pr div .iconfont {
  font-size: 1.125rem;
  color: #03669B;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 6.25rem;
}
.more:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}
.en_title {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #03669B;
}
.index_two {
  background: #03669B;
  background: url(../img/8.png) no-repeat;
  background-size: cover;
  height: 70%;
}
.index_two .left {
  padding-right: var(--right);
}
.index_two .content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% + 6.25rem);
  background: rgba(255, 255, 255, 0.9);
  padding: 5.625rem var(--container) 5.625rem 6.25rem;
  z-index: 2;
}
.index_two .content .more {
  margin-top: 1.5625rem;
}
.index_two .content .douhao {
  margin: 1.125rem 0 0.9375rem;
}
.index_two .content .douhao img {
  height: 2.5rem;
}
.index_two .content > img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  max-height: 90%;
}
.index_two .content .text {
  text-align: justify;
}
.index_two .bot {
  padding: 4.6875rem 0 5.3125rem;
}
.index_two .bot li img {
  height: 2.25rem;
}
.index_two .bot 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_two .bot li .name {
  position: relative;
  margin: 1.875rem 0 1rem;
  font-size: 1.25rem;
  padding-bottom: 0.625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index_two .bot li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 1.6875rem;
  height: 2px;
}
.index_two .bot li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.index_three {
  padding: 5.625rem 0 6.25rem;
}
.index_three .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #232323;
  margin: 1rem 0 0.5rem;
}
.index_three .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3D3D3D;
}
.index_three .data {
  position: absolute;
  font-size: 1rem;
  color: #FFFFFF;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2.6875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.125rem;
}
.index_three .data div {
  width: 6.0625rem;
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}
.index_three .swiper-slide {
  padding-bottom: 1.25rem;
}
.index_three .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #03669B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper-slide:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper-slide:hover .data div {
  background: #03669B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper-slide:hover img {
  transform: scale(1.1);
}
.index_three .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #03669B;
}
.index_three .swiper-container {
  padding-bottom: 3.4375rem;
}
.index_three .swiper-pagination {
  bottom: 0;
}
footer {
  background: #373737;
  padding-top: 3.125rem;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul li {
  padding: 0 2.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer ul li a {
  color: #FFFFFF;
}
footer ul li a:hover {
  color: #03669B;
}
footer ul li .iconfont {
  font-size: 1.125rem;
  display: block;
  margin-right: 0.625rem;
}
footer .bot {
  padding: 1.5625rem 0;
  margin-top: 1.5625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .beian {
  padding: 1.5625rem 0;
}
footer .beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}
.nyerji {
  line-height: 5rem;
  background: #03669B;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nyerji ul li {
  font-size: 1rem;
  color: #03669B;
}
.nyerji ul li a {
  padding: 0 4.0625rem;
  color: #fff;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #03669B;
}
.bread {
  font-size: 1rem;
  color: #FFFFFF;
}
.bread span:last-child {
  display: none;
}
.bread a {
  color: #fff;
}
.p100 {
  padding: 6.25rem 0;
}
.list_contact .text {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #3D3D3D;
}
.list_contact .img img {
  height: 7.5rem;
}
.list_contact form {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.192);
  padding: 2rem;
}
.list_contact form p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3D3D3D;
  margin-bottom: 1.375rem;
}
.list_contact form input {
  border: 1px solid #E5E5E5;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  width: 100%;
  color: #7F7F7F;
}
.list_contact form textarea {
  height: 7rem;
  border: 1px solid #E5E5E5;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #7F7F7F;
  width: 100%;
  display: block;
}
.list_contact form button {
  padding: 0 5rem;
  line-height: 3.4375rem;
  background: #03669B;
  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;
}
.list_contact form button:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#mapDiv {
  height: 36.875rem;
  margin-top: 5rem;
}
#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: #03669B;
  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: #03669B;
  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: #03669B;
  justify-content: center;
}
.list_download .ul li > a:nth-child(5) .iconfont {
  font-size: 1rem;
  margin-left: 1.5rem;
}
.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%;
  }
}
.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: #03669B;
}
.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: #03669B;
  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 .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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_news .shangxia .shang a,
.show_news .shangxia .xia a {
  display: flex;
  align-items: center;
}
.show_news .shangxia .shang .iconfont,
.show_news .shangxia .xia .iconfont {
  font-size: 1.5rem;
}
.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: #0361EB;
}
@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;
  }
}
.list_about .douhao {
  margin-bottom: 1rem;
}
.list_about .douhao img {
  height: 2.5rem;
}
.list_about .text {
  text-align: justify;
}
.list_about_two .hover {
  position: absolute;
  top: 6.875rem;
  left: 0;
  width: 100%;
}
.list_about_two .hover .text {
  margin: 1.375rem 0 2.1875rem;
}
.list_about_two .text {
  text-align: justify;
}
.list_about_three .left {
  padding-right: 2.1875rem;
}
.list_about_three .right {
  padding-left: 2.1875rem;
  padding-top: 1.875rem;
}
.list_about_three .text {
  margin: 1.5625rem 0 2.8125rem;
}
.show_pro .name {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.show_pro .pr_c {
  padding-bottom: 1.875rem;
  z-index: 4;
}
.show_pro .pr_c::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14.5rem;
  background: #F7F7F7;
  z-index: -1;
}
.show_pro .right {
  padding-left: 4.6875rem;
}
.show_pro .text {
  text-align: justify;
}
.show_pro .flex {
  justify-content: flex-start;
}
.show_pro .flex .more {
  margin-right: 1.875rem;
}
.show_pro .flex .more .pr {
  color: #3D3D3D;
}
.show_pro .flex .more::before {
  border-color: #3D3D3D;
}
.show_pro .flex .more .iconfont {
  color: #3D3D3D;
}
.show_pro .right {
  display: flex;
  padding-top: 3.75rem;
  flex-wrap: wrap;
}
.show_pro .right > div {
  width: 100%;
}
.show_pro_two {
  background: url(../img/16.png) no-repeat;
  background-size: cover;
}
.show_pro_two .left {
  width: 56%;
}
.show_pro_two .right {
  width: 44%;
  height: auto;
}
.show_pro_two .right > div {
  padding: 3.125rem 3.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  height: 80%;
  margin-top: 10%;
}
.show_pro_two .right .name {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
.show_pro_two .right .text {
  color: #FFFFFF;
}
.show_pro_two .swiper-slide > .clearfix {
  display: flex;
}
.show_pro_two .swiper-button-white {
  background-size: 1.25rem 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #03669B;
}
.show_pro_two .swiper-button-next {
  right: -8.125rem;
}
.show_pro_two .swiper-button-prev {
  left: -8.125rem;
}
table td {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4C4C4C;
  vertical-align: middle !important;
}
table tr {
  background: #EFF2F4;
  border-bottom: 2px solid #FFFFFF !important;
}
table .p_l {
  padding-left: 4.0625rem;
}
.list_promanual .ul li .name {
  height: 3.75rem;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  border: 1px solid #ddd;
  border-radius: 0 0 0.875rem 0.875rem;
}
.list_promanual .ul li .over,
.list_promanual .ul li .over img {
  border-radius: 0.875rem 0.875rem 0 0;
}
.list_promanual .ul li:hover .name {
  background: #03669B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_promanual .ul li:hover img {
  transform: scale(1.1);
}
