@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;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  opacity: 0.2;
}

::-webkit-scrollbar-thumb {
  background-color: #034f99;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}



.phone_show {
  display: none !important;
}

.phone_se {
  position: absolute;
  top: 50%;
  right: 3.75rem;
  transform: translateY(-50%);
}

.pc_show {
  display: block !important;
}

.fixright_li_last {
  display: none;
}

.rightfix {
  z-index: 999;
}

.bg {
  background: #034f99;
}

.c {
  color: #034f99;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* 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;
}


.line8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  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: #ffffff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 1.25rem;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #034f99;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 10.8125rem;
  width: 100%;
}

/* 搜索 */
.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%;
}

.search .inp {
  height: 6.25rem;
}

.search .term {
  margin-top: 20px;
}

.search .term span {
  padding: 5px;
}

.search .term span a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}


.inp {
  width: 100%;
  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.5rem;
  border-radius: 50%;
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  border: none !important;
  font-size: 1rem;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #034f99;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}


.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #034f99;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top .fl img {
  height: 40px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.pagination {
  justify-content: center;
}

.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 2.5rem;
}

.pagination li:nth-child(1) span,
.pagination li:last-child span,
.pagination li:nth-child(1) a,
.pagination li:last-child a {
  position: relative;
  margin-top: -0.125rem;
  display: block;
}

.pagination li.active {
  border-color: #034f99;
  color: #fff;
  background: #034f99;
}

.pagination li.active span {
  color: #fff;
}

.sjj_nav>ul>li:first-child {
  border-top: none;
}

.pagination li a {
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
}

.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}

.sjj_nav .bot>li:first-child form {
  padding-right: 15px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}

.fix_ul {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  border-radius: 0.625rem;
  padding: 0 0.5rem;
}

.fix_ul li {
  border: none;
  background: transparent;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 3.5625rem;
}

.fix_ul li:hover {
  background: transparent;
}

.fix_ul li i {
  font-size: 1.125rem;
}

.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}

#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}

.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}

.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}

.phone_lanuage a:last-child {
  padding-right: 0;
}

.phone_lanuage a:nth-child(1) {
  position: relative;
}

.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}

.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}

.serbtn {
  background: #034f99;
}

.searchbox {
  border-color: #034f99;
}

/*
  CREATE BY JASON.2023.06.19
*/

.introduce .container .wlw_cate_container p {
  font-size: 1.05rem;
  padding: 3.5% 6.5% 0 6.5%;
  box-shadow: none;
  color: #666;
  text-align: center;
}

.introduce .container .wlw_cate_container .jiagoutu {
  text-align: center;
  padding: 15px 0px;
}

.introduce .container .wlw_cate_container .jiagoutu img {
  width: 70%;
}

.introduce .container .wlw_cate_container .title {
  font-size: 2rem;
  margin: 1% 0;
  color: #666;
}

.special_wlw_box {
  padding: 2.625rem 0 !important;
}


.introduce .container .wlw_cate_container .right1 {
  width: 50%;
  margin: 0 auto;
}

.introduce .container .wlw_cate_container .right1 span {
  display: inline-block;
  margin-top: 3%;
  margin-bottom: 2%;
}

.introduce .container .wlw_cate_container .dlw_down {
  display: flex;
  margin-top: 2%;
}

.introduce .container .wlw_cate_container .dlw_down div {
  flex: 1;
  background-color: #fff;
  margin-right: 2%;
  padding: 2rem;
  text-align: center;
}

/* END */


/* 2023/6/21 产品功能修改 */



.p121 {
  padding: 0 0 5rem 0;
}

.show_pro .wlw-ys {
  display: flex;
}

.show_pro .wlw-ys p {
  margin-right: 2%;
}

.wlw_cate_container .wlw_jm {
  padding: 4.5% 5.5% 0 5.5%;
}

.wlw_cate_container .wlw_jm li {
  list-style-type: disc;
  margin-left: 4%;
  color: #666;
}

.wlw_cate_container .list {
  margin-top: 2%;
}

.wlw_cate_container .tit-center {
  text-align: center;
}

.wlw_cate_container .tit {
  font-size: 32px;
  color: #333;
  margin-bottom: 3%;
}

.wlw_cate_container .list dl {
  display: flex;
  flex-wrap: wrap;
}

.wlw_cate_container .list dd {
  /* float: left; */
  width: 25%;
  border: 1px solid #e9e9e9;
  padding: 3%;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.wlw_cate_container .list dd:hover {
  z-index: 10;
  border-color: #0063c3;
}

.wlw_cate_container .list dd:hover .name {
  color: #0063c3;
}

.wlw_cate_container .list dd:hover .icon {
  /* transform: rotate(360deg); */
}

.wlw_cate_container .list dd .icon {
  display: inline-block;
  /* transition: 0.3s; */
}

.wlw_cate_container .list dd .name {
  font-size: 1.35rem;
  color: #333;
  margin: 15px auto;
  font-weight: normal;
}

.wlw_cate_container .list dd .dot2 {
  margin-top: 5%;
  font-size: 1.05rem;
  line-height: 1.45rem;
  color: #666;
  text-indent: 0rem;
  padding: 0;
}

.introduce .container .wlw_cate_container .right1 .yg-image img {
  display: inline-block;
  height: 264px;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 15px;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.bgl {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.pbmore {
  width: 10.6875rem;
  padding-right: 1rem;
  font-size: 1rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  color: #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: background-color padding 0s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  vertical-align: top;
  font-style: italic;
}

.pbmore.border_bgf {
  border: 1px solid #fff;
  background: transparent;
}

.pbmore.border_bgf::after {
  background: #fff;
}

.pbmore.border_bgf:hover span,
.pbmore.border_bgf:hover .iconfont {
  color: #034f99;
}

.pbmore.bor {
  border-radius: 3.125rem;
}

.pbmore .iconfont {
  color: #fff;
  font-size: 0.75rem;
}

.pbmore .ir20p {
  color: #fff;
  right: 2.5rem;
}

.pbmore .il20p {
  left: -1.25rem;
}

.pbmore span {
  transition: all 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
  z-index: 5;
}

.pbmore:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  content: '';
  height: 100%;
  background: #000;
  transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1), -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-101%) skewX(-17.62deg);
  transform: translateX(-101%) skewX(-17.62deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pbmore i {
  position: absolute;
  height: 100%;
  top: 0;
  transition: all 0.4s ease;
  z-index: 8;
  width: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.pbmore:hover {
  background-color: #fff;
  padding-right: 0;
  padding-left: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.pbmore1:hover {
  background: #f6f9fa;
}

.pbmore:hover span {
  color: #fff;
}

.pbmore:hover:after {
  -webkit-transform: translateX(0) skewX(-17.62deg);
  transform: translateX(0) skewX(-17.62deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.pbmore:hover .ir20p {
  right: -1.25rem;
}

.pbmore:hover .il20p {
  left: 1.25rem;
}

header.active,
.show_body header {
  position: fixed;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  top: 0;
}

header.active .padding,
.show_body header .padding {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
}

header.active .er-ul,
.show_body header .er-ul {
  background: #fff;
  border-radius: 0;
}

header.active .er-ul.border_r,
.show_body header .er-ul.border_r {
  border-radius: 0 0 0.625rem 0.625rem;
}

header {
  position: absolute;
  top: 3.75rem;
  padding: 0 6.25rem;
  width: 100%;
  line-height: 6.25rem;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover .padding {
  background: #fff;
}

header .padding {
  padding: 0 2.5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}

header .left img {
  height: 4rem;
}

header .right {
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
}

header .right .ds1 {
  margin-right: 1.5625rem;
  cursor: pointer;
}

header .right .ds1:hover .iconfont {
  color: #034f99;
}

header .right .ds1 .iconfont {
  display: block;
  color: #5B5B5B;
  font-size: 1.5rem;
}

header .right .pbmore {
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.233);
  width: 10.625rem;
  font-style: normal;
}

header .right .pbmore .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

header .center>ul>li {
  font-size: 1.125rem;
  color: #383838;
  float: left;
  position: relative;
}

header .center>ul>li>a {
  padding: 0 1.5625rem;
  color: #383838;
}

header .center>ul>li:nth-child(3) {
  position: static;
}

header .center>ul>li:hover>a,
header .center>ul>li.active>a {
  color: #034f99;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url(../font/Montserrat-Regular-8.otf);
}

@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url(../font/MONTSERRAT-EXTRABOLD.TTF);
}

/* banner */

.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 13.54167%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

@media (max-width: 1366px) {
  .pc-banner .mySwipera:after {
    display: none;
  }
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

@media (max-width: 1366px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
}

.pc-banner .mySwipera .banwez dt {
  font-size: 1.875rem;
  padding-bottom: 0.25em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.25rem;
  }

  
}

.pc-banner .mySwipera .banwez dd {
  color: #FFFFFF;
  /* font: 600 3.125rem/1.4em "Alibaba-PuHuiBold"; */
}
.pc-banner .mySwipera .banwez .p1 {
  font-size: 3.625rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #fff;
}


.pc-banner .mySwipera .banwez .p2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding-top: 1rem;
}


@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.5rem;
  }

  .pc-banner .mySwipera .banwez .p1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #fff;
  }
  
  
  .pc-banner .mySwipera .banwez .p2 {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    padding-top: 0.25rem;
  }
  
}

.pc-banner .mySwipera .banwez .p {
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  padding-top: 0.25em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .p {
    font-size: 1rem;
  }
}

.pc-banner .mySwipera .sybtn {
  position: absolute;
  top: 49%;
  right: 2.70833%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
  color: #fff;
  text-align: center;
  font: 600 .75rem/1.2em "montserrat";
  text-transform: uppercase;
}

.pc-banner .mySwipera .sybtn .gong-prev i, .pc-banner .mySwipera .sybtn .gong-next i {
  color: #fff;
  font-size: .75rem;
  display: block;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
    display: none;
  }
  .pc-banner .mySwipera .sybtn .gong-prev i, .pc-banner .mySwipera .sybtn .gong-next i {
    font-size: 1.15rem;
  }
}

.pc-banner .mySwipera .sybtn .gong-next {
  margin-top: 2.375rem;
}

.pc-banner .mySwipera .swiper-pagination1as {
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 12.76042%;
  text-align: left;
  z-index: 1;
  padding-left: 1%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as {
    width: auto;
    padding: 0 1%;
  }
}

.pc-banner .mySwipera .swiper-pagination1as span {
  opacity: 1;
  margin: 0 .4375rem;
  font: 600 .75rem/2.5em "montserrat";
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}

.pc-banner .mySwipera .swiper-pagination1as span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: -1px;
  position: absolute;
  display: none;
}

.pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active {
  color: #fff;
}

.pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active:after {
  display: block;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as span {
    margin: 0 0.6rem;
  }
}

.pc-banner .mySwipera .yybfsz i {
  position: absolute;
  left: 0;
  display: block;
  z-index: 1;
}

.pc-banner .mySwipera .yybfsz i img {
  width: 100%;
}

.pc-banner .mySwipera .yybfsz i.a1 {
  width: 55%;
  top: 0;
}

.pc-banner .mySwipera .yybfsz i.a1 img.b {
  display: none;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .yybfsz i.a1 img.b {
    display: block;
  }
  .pc-banner .mySwipera .yybfsz i.a1 img.a {
    display: none;
  }
}

.pc-banner .mySwipera .yybfsz i.a2 {
  width: 73.4375%;
  bottom: 0;
}

.pc-banner .mySwipera .yybfsz i.a3 {
  width: 34.0625%;
  bottom: 0;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  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.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  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.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  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.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

.zmfd1 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  /*动画所花费的时间*/
}

.zmfd2 {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 9%;
    opacity: 0;
  }
  to {
    bottom: 7%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 9%;
    opacity: 0;
  }
  to {
    bottom: 7%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 9%;
    opacity: 0;
  }
  to {
    bottom: 7%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 9%;
    opacity: 0;
  }
  to {
    bottom: 7%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7%;
  z-index: 99;
}

.kajjt img.a {
  width: 3.125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 1%;
  }
  .kajjt img.a {
    width: 2.5rem;
  }
}

.wer_apa {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  z-index: 1;
}

.wer_apa .sptd {
  color: rgba(255, 255, 255, 0.3);
  font: 600 1.3125rem/1.5em "montserrat";
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 768px) {
  .wer_apa .sptd {
    font-size: 1rem;
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}



/* banner end */



.banner .swiper-slide .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  /* display: none; */
}

.banner .swiper-slide .hover .p1 {
  font-size: 3.625rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #fff;
}

.banner .swiper-slide .hover .p1 span {
  text-transform: uppercase;
  transform: translateX(-6.6rem);
  -webkit-text-stroke: 1px #0350E6;
  color: transparent;
}

.banner .swiper-slide .hover .p2 {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.banner .hover_pag {
  position: absolute;
  top: 65%;
  z-index: 9;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  margin-right: 1rem;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-pagination-bullet-active {
  width: 2.875rem;
  background: #fff;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .scrool {
  position: absolute;
  bottom: 8.75rem;
  left: 50%;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  font-style: italic;
  font-size: .875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.banner .scrool p {
  margin-bottom: .625rem;
}

.banner .scrool img {
  width: 1.375rem;


}

.banner .scrool div {
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.625rem);
  }

  100% {
    transform: translateY(0);
  }
}

.box_s {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.bgf7 {
  background: #F4F5FA;
}

.fix_ul li:nth-child(3) .right_div {
  width: 6.875rem;
  min-width: 6.875rem;
  height: 6.875rem;
  padding: 0;
}

.fix_ul li:nth-child(3) .right_div img {
  width: 100%;
}

.index_one ul li>div,
.list_about ul li>div {
  text-align: center;
}

.index_one ul li>div .number,
.list_about ul li>div .number {
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
  color: #282828;
}

.index_one ul li>div .number sub,
.list_about ul li>div .number sub {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  font-weight: 600;
  bottom: 0em;
  left: 0.5rem;
}

.index_one ul li>div .number sub.jia,
.list_about ul li>div .number sub.jia {
  font-size: 1.25rem;
}

.index_one ul li>div .text,
.list_about ul li>div .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin-top: 0.625rem;
}

.list_about .ul {
  margin: 2.8125rem 0 0;
}

.list_about ul li>div .number,
.list_about ul li>div .number sub {
  color: #034f99;
}

.index_one {
  position: relative;
  margin-top: -3.125rem;
  z-index: 99;
}

.index_one ul {
  margin: 0 -1.25rem 0;
}

.index_one ul li {
  padding: 0 1.25rem;
}

.index_one ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  padding: 3.125rem 1.25rem 2.625rem;
}

.index_one ul li:hover>div {
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.25);
  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;
}

.big_entitle {
  font-family: "Montserrat-Bold";
  font-style: italic;
  font-size: 4rem;
  text-transform: uppercase;
  left: -7rem;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
  position: absolute;
  top: 0;
  line-height: 1;
}

.en_title {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #9B9B9B;
}

.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #666;
}

.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.index_two {
  padding: 5rem 0 7.5rem;
}

.index_two .right {
  padding-left: 3.625rem;
}

.index_two .right .text p{
  text-indent: 2em;
  text-align: justify;
}

.index_two .row {
  align-self: flex-end;
}

.index_two ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25rem -1.875rem 0;
}

.index_two ul li {
  width: 33.3%;
  flex: 1 0 0;
  padding: 0 1.875rem;
}

.index_two ul li .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
  height: 4.0625rem;
}

.index_two ul li div {
  width: calc(100% - 4.8125rem - 1.875rem);
  font-size: 1.25rem;
  color: #565656;
}

.index_two ul li p .iconfont {
  display: block;
  color: #8C8C8C;
  font-size: 1rem;
}

.index_two ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.75rem;
  position: relative;
}

.index_two ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #034f99;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li:hover .icon {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li:hover div {
  color: #034f99;
}

.index_two ul li:hover p .iconfont {
  color: #034f99;
}

.index_two ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.title_ta .big_entitle {
  left: 50%;
  transform: translateX(-50%);
}

.title_ta .title span::before {
  left: 50%;
  transform: translateX(-50%);
}

.title_ta.cf .en_title,
.title_ta.cf .title {
  color: #fff;
}

.title_ta.cf .big_entitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.title_ta.cf .title span::before {
  background: #fff;
}

.index_three .change_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_three .change_ul li {
  padding: 0 6.25rem;
}

.index_three .change_ul li div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-top: 0.625rem;
}

.index_three .change_ul li img {
  width: 5.3125rem;
}

.index_three .change_ul li p {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .change_ul li p .iconfont {
  color: #36F6F2;
  display: block;
  font-size: 1rem;
}

.index_three .qiehuan>div {
  display: none;
}

.index_three .qiehuan>div.active {
  display: block;
}

.index_three .change_ul li:hover p,
.index_three .change_ul li.active p {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .change_ul li:hover div,
.index_three .change_ul li.active div {
  color: #034f99;
}

.index_three .change_ul li:nth-child(2) a {
  cursor: default;
}

.index_three .sum {
  z-index: 1;
  background: -moz-linear-gradient(99.89% 1.61% -155.8deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(-155.8deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 99.89% 1.61%, -0.14% 98.63%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(-155.8deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(-155.8deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(245.8deg, #034f99 0%, #0c479d 100%);
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  display: flex;
  align-items: center;
}

.index_three .sum .left {
  padding: 5rem 0 5rem 4rem;
  width: calc(4rem + 5.9375rem);
  position: relative;
}

.index_three .sum .left li {
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 2.5rem;
  position: relative;
}

.index_three .sum .left li::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 2.875rem;
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.25);
}

.index_three .sum .left li:last-child {
  margin-bottom: 0;
}

.index_three .sum .left li:last-child::before {
  display: none;
}

.index_three .sum .left li img {
  height: 3.875rem;
  margin: 0 auto;
}

.index_three .sum .left li img:nth-child(1) {
  display: block;
}

.index_three .sum .left li img:nth-child(2) {
  display: none;
}

.index_three .sum .left li:hover,
.index_three .sum .left li.active {
  border: 1px solid #ffffff;
  background: #fff;
}

.index_three .sum .left li:hover img:nth-child(2),
.index_three .sum .left li.active img:nth-child(2) {
  display: block;
}

.index_three .sum .left li:hover img:nth-child(1),
.index_three .sum .left li.active img:nth-child(1) {
  display: none;
}

.index_three .sum .center {
  width: 28.125rem;
  padding-left: 4.125rem;
  color: #FFF;
}

.index_three .sum .center>div {
  display: none;
}

.index_three .sum .center>div.active {
  display: block;
}

.index_three .sum .center .img {
  position: absolute;
  top: -1.0625rem;
  right: -3.3125rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.index_three .sum .center .img img {
  height: 100%;
}

.index_three .sum .center .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}

.index_three .sum .center .text.line3 {
  margin: 1rem 0 2.25rem;
  color: #fff !important;
  -webkit-line-clamp: 3;
}

.index_three .sum .center ul li {
  /* border-bottom: 1px solid #; */
  position: relative;
  line-height: 1.875rem;


}

.index_three .sum .center ul li a span {
  width: 80%;
  display: block;
}

.index_three .sum .center ul li a .iconfont {
  width: 20%;
  text-align: right;
  display: block;
}

.index_three .sum .center ul li a {
  font-size: 1rem;
  color: #fff;
  /* padding-left: 1.25rem; */
  position: relative;
  padding: .9375rem 0 .9375rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_three .sum .center ul li .iconfont {
  font-size: 1rem;

}

.index_three .sum .center ul li:hover a::after {
  width: 100%;
  transition: all .5s;
}

.index_three .sum .center ul li:hover a::before {
  background: #36F6F2;
}

.index_three .sum .center ul li:hover .iconfont {
  color: #36F6F2;
}

.index_three .sum .center ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #36F6F2;
  transition: all .5s;
}

.index_three .sum .center ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .3125rem;
  height: .3125rem;
  border-radius: 50%;
  background: #fff;
}

.index_three {
  padding: 0rem 0 7.5rem;
}

.index_four {
  padding: 0rem 0 3rem;
}



.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #034f99;
}

.more_a .iconfont {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #034f99;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
}

.more_a:hover {
  color: #034f99;
}

.more_a: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;
}

.index_five {
  padding:5rem 0  7.8125rem 0;
  background: #034f99;
}

.index_five>img {
  position: absolute;
  top: 2.25rem;
  right: 7.8125rem;
  width: 11.875rem;
  animation: fangda 2s infinite;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.index_five .en_title,
.index_five .title {
  color: #fff;
}

.index_five .big_entitle {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}

.index_five .title span::before {
  background: #fff;
}

.index_five .left {
  z-index: 6; margin-top:3rem; background:#fff;border-radius: 0.625rem;
}

.index_five .left>div {
  padding: 2rem 2rem 2rem 1rem;
}
.index_five .left>div:nth-child(2){
  padding: 2rem 1rem 2rem 0rem;
}
.index_five .left>div .div-one{
  background:rgba(0,0,0,0.1); padding:1.5rem 0rem; margin-bottom:0.5rem;
}
.index_five .left>div .div-one .data {
  width:100px; float:left; text-align:center; font-size:3rem; font-family:Arial;color:#0c479d; font-weight:bold;line-height:3rem;
}

.index_five .left>div .div-one .data p,
.index_five .left>div .div-one .data div {
  width:100%;
}

.index_five .left>div .div-one .data p {
  font-size: 1rem;font-weight:normal;
  line-height: 1.875rem;
}
.index_five .left>div .div-one .data_right {
  padding: 0rem 1rem 0rem 0rem; width: calc(100% - 100px); float:left;
}
.index_five .left>div .div-one .name {
  font-size: 1.2rem;
  line-height: 1.875rem;
  padding-top: 0rem;
  color: #000000;
}
.index_five .left>div .div-one .name span{
  color:rgba(0,0,0,0.6);
}
.index_five .left>div .div-one .name:hover {
  color: #034f99;
}
.index_five .left>div .div-one .text {
  color: #606060;
  padding: 0.5rem 0 0 0;
  line-height: 1.8rem;
}

.index_five .left>div .name {
  font-size: 1.2rem;
  line-height: 1.875rem;
  padding-top:1rem;
  color: #000000;
}
.index_five .left>div .name span{
  color:rgba(0,0,0,0.6);
}
.index_five .left>div .name:hover {
  color: #034f99;
}



.index_five .right{
  padding-top:3rem;
}
.index_five .right>div {
  display: none;
}

.index_five .right>div.active {
  display: flex;flex-direction: column;
}

.index_five .right ul {
  width: 100%; padding-top:1rem;
}

.index_five .right ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right ul li a {
  background:rgba(255,255,255,0);
}

.index_five .right ul li:hover,
.index_five .right ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right .sum {
  width: calc(100% - 0rem);
}

.index_five .right .sum:hover>div {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.404);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .right .sum:hover>div .name {
  background:rgba(0,0,0,0.6);
}

.index_five .right .sum>div {
  background: #fff;
  border-radius: 0.625rem;
  height: 100%;overflow:hidden;position:relative;
  display: none;
}

.index_five .right .sum>div.active {
  display: block;
}

.index_five .right ul li {
  margin-right:1%; width:24%; float:left;
}

.index_five .right ul li:last-child {
  margin-bottom: 0;
}

.index_five .right ul li .over,
.index_five .right ul li .over img {
  border-radius: 0.2rem;
}

.index_five .right .img {
  padding-bottom:0rem;
}
.index_five .right .name {
  width:100%;
  font-size: 1.3rem;
  line-height:50px;
  text-align:center;
  color: #fff;
  background:rgba(0,0,0,0.4);position:absolute; bottom:0;
}
.index_five .right .text {
  color: #606060;
  padding: 1.5625rem 0 1.75rem;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}

.index_five .right .data {
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_five .right .data p,
.index_five .right .data div {
  width: 50%;
}

.index_five .right .data p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-family: "Montserrat";
  color: #494949;
}

.index_five .more_a {
  font-style: italic;
}

.index_five .more_a:hover {
  color: #034f99;
}

.index_five .more_a:hover .iconfont {
  color: #034f99;
}

.index_five .more_a .iconfont {
  font-style: normal;
}

.index_six {
  padding: 6.875rem 0 2rem 0;
}

.index_six .text {
  margin: 2.125rem 0 3.4375rem;
}

.index_six .right {
  padding-left: 3.5rem;
}

.index_six .right .swiper-container {
  padding: 2.5rem 0;
}

.index_six .right ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_six .right .swiper-button-next,
.index_six .right .swiper-button-prev {
  background-image: none;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  text-align: center;
}

.index_six .right .swiper-button-next .iconfont,
.index_six .right .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #B7B7B7;
}

.index_six .right ul li {
  padding: 0.5rem -1rem;
}

.index_six .right ul li div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  width: 15rem;
  height: auto;
  margin:0 0.8rem;
  border-radius: 0.375rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 1rem; */
}

.index_six .right ul li img {
  width:100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.index_six .right ul li:hover  div{
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.4);
}

.five_six {
  z-index: 9;
  z-index: 10;
}

.five_six::before {
  content: "";
  position: absolute;
  top: 4.375rem;
  z-index: 3;
  width: 39.375rem;
  height: 71.8125rem;
  background: url(../images/15.png) no-repeat;
  background-size: contain;
  background-position: top left;
}

footer {
  background: #141618;
}

footer .top {
  padding: 3.75rem 0 1.25rem;
}

footer .top .name {
  line-height: 1.875rem;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
}

footer .top .content {
  margin-top: 0.95rem;
}

footer .top .text {
  font-size: 0.95rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .top a.text:hover {
  color: #034f99;
}

footer .left:nth-child(1),
footer .left:nth-child(3),
footer .left:nth-child(2),
footer .left:nth-child(4) {
  width: 11%;
}

footer .left:nth-child(2) {
  /* width: 13.4%; */
}

footer .left:nth-child(5) {
  width:40%;
}

footer .ewm {
  width: 14%;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  flex-direction: column;
  text-align: center;
}

footer .ewm img {
  width: 8.5625rem;
  border: 3px solid #fff;
}

footer .ewm div:nth-child(2) {
  /* padding-left: 0.875rem; */
  line-height: 1rem;
  margin-top: 1rem;
}

footer .right {
  width: 16.2%;
  padding-left: 3.75rem;
}

footer .right ul li {
  margin-right: 0.9375rem !important;
}

footer .right ul li a {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  border: none !important;
  color: #fff !important;
}

footer .right ul li:last-child {
  margin-right: 0 !important;
}

footer .bot {
  padding: 1.4375rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .bot .text {
  font-size: 0.95rem;
  line-height: 1.875rem;
  color: #B7B7B7;
  text-align: center;
}

.er-ul.border_r {
  border-radius: 0 0 0.625rem 0.625rem;
}

.er-ul .er-ul-flex {
  padding: 0.5rem 0;
}

.er-ul .er-ul-flex li {
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
}

.er-ul .er-ul-flex li a {
  color: #383838;
}

.er-ul .er-ul-flex li:hover a {
  color: #034f99;
}

.er-ul.er-ul-pro .container {
  padding: 0 2.5rem;
}

.er-ul.er-ul-pro .left1 {
  width: 15%;
  background: rgba(14, 180, 231, 0.05);
  padding-top: 1.5625rem;
}

.er-ul.er-ul-pro .left1 ul li {
  line-height: 3.125rem;
  font-size: 1rem;
  line-height: 2.9375rem;
  color: #383838;
  padding-left: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.er-ul.er-ul-pro .left1 ul li a {
  color: #383838;
}

.er-ul.er-ul-pro .left1 ul li:hover,
.er-ul.er-ul-pro .left1 ul li.active {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.er-ul.er-ul-pro .left1 ul li:hover a,
.er-ul.er-ul-pro .left1 ul li.active a {
  color: #fff;
}

.er-ul.er-ul-pro .left1 ul li:hover::before,
.er-ul.er-ul-pro .left1 ul li.active::before {
  opacity: 1;
}

.er-ul.er-ul-pro .left1 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.875rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid #034f99;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  opacity: 0;
}

.er-ul.er-ul-pro .flex {
  display: flex;
  align-items: normal;
}

.er-ul.er-ul-pro .center1 {
  width: 85%;
  padding: 1.5rem 0 2.875rem 5rem;
}

.er-ul.er-ul-pro .center1>ul {
  display: none;
}

.er-ul.er-ul-pro .center1>ul.active {
  display: block;
}

.er-ul.er-ul-pro .center1 .ul1 li a p {
  padding-left: 0.8125rem;
  width: calc(100% - 1.875rem - 1.875rem);
}

.er-ul.er-ul-pro .center1 .ul1.ul3 li a p {
  padding-left: 0rem;
  width: calc(100% - 1.875rem - 1rem);
}

.er-ul.er-ul-pro .center1 .ul2 li {
  float: left;
}

.er-ul.er-ul-pro .center1 .ul2 li a p {
  width: calc(100% - 1.875rem);
}

.er-ul.er-ul-pro .center1 .ul2 li:hover p {
  color: #034f99;
}

.er-ul.er-ul-pro .center1 .ul2 li:nth-child(odd) {
  padding-right: 1.25rem;
}
.er-ul.er-ul-pro .center1 .ul2 li:nth-child(2n+2) {
  padding-right: 1.25rem;
}

/* .er-ul.er-ul-pro .center1 .ul2 li:nth-child(even) {
  padding-left: 1.25rem;
} */

.er-ul.er-ul-pro .center1 .ul1 li,
.er-ul.er-ul-pro .center1 .ul2 li {
  width: 33.3333%;
  position: relative;
}

.er-ul.er-ul-pro .center1 .ul1 li a,
.er-ul.er-ul-pro .center1 .ul2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  line-height: 3.75rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a::before,
.er-ul.er-ul-pro .center1 .ul2 li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 1px;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover .iconfont,
.er-ul.er-ul-pro .center1 .ul2 li a:hover .iconfont {
  color: #034f99;
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover .name,
.er-ul.er-ul-pro .center1 .ul2 li a:hover .name {
  color: #034f99;
}

.er-ul.er-ul-pro .center1 .ul1 li a:hover::before,
.er-ul.er-ul-pro .center1 .ul2 li a:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul.er-ul-pro .center1 .ul1 li a img,
.er-ul.er-ul-pro .center1 .ul2 li a img {
  width: 1.875rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a p,
.er-ul.er-ul-pro .center1 .ul2 li a p {
  font-size: 1rem;
}

.er-ul.er-ul-pro .center1 .ul1 li a div,
.er-ul.er-ul-pro .center1 .ul2 li a div {
  width: 1.875rem;
  text-align: right;
}

.er-ul.er-ul-pro .center1 .ul1 li a div .iconfont,
.er-ul.er-ul-pro .center1 .ul2 li a div .iconfont {
  font-size: 0.875rem;
  color: #B5B5B5;
}

.er-ul.er-ul-pro .center1 li a {
  color: #383838;
}

.er-ul.er-ul-pro .right1 {
  width: 37%;
  margin-left: 2%;
  padding: 1.5rem 2.8125rem 1.5625rem;
}

.er-ul.er-ul-pro .right1 .swiper02>div {
  display: none;
}

.er-ul.er-ul-pro .right1 .swiper02>div.active {
  display: block;
}

.er-ul.er-ul-pro .right1 .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #383838;
  margin-bottom: 0.9375rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-next {
  right: -2.8125rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-prev {
  left: -2.8125rem;
}

.er-ul.er-ul-pro .right1 .swiper-button-next,
.er-ul.er-ul-pro .right1 .swiper-button-prev {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 1.5rem 1.5rem;
  opacity: 0.3;
}

.er-ul.er-ul-pro .right1 .swiper-button-next:hover,
.er-ul.er-ul-pro .right1 .swiper-button-prev:hover {
  opacity: 1;
}

.er-ul.er-ul-pro .right1 .swiper-container {
  padding: 0.3125rem;
}

.er-ul.er-ul-pro .right1 .swiper-slide:hover>div {
  border-color: #034f99;
}

.er-ul.er-ul-pro .right1 .swiper-slide>div {
  padding: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.nyban .hover {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nyban .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  color: #FFFFFF;
}

.nyban .bread a {
  color: #FFFFFF;
}

.nyban .bread span:last-child {
  display: none;
}

.p120 {
  padding: 7.5rem 0;
}

.about_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-height: 50%;
}

.about_bg.about_bg_contact {
  bottom: auto;
  top: 13%;
}

.z4 {
  z-index: 4;
}

.list_parent .ul {
  margin: 2.1875rem -0.9375rem 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list_parent .ul li {
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem;
  width: 12%;
}

.list_parent .ul li div {
  border-radius: 0.625rem;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  padding: 2rem 2.5rem;
}

.list_parent .ul li:hover>div {
  border-color: #034f99;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}

.list_parent .ul li:hover img {
  transform: scale(1.1);
}

.list_help select {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/08f084b5ec8602254fc710dc3e2eee7e.png") no-repeat;
  background-size: 1rem 1rem;
  background-position-x: 93%;
  background-position-y: center;
}

.list_help form {
  border-radius: 0.625rem;
}

.list_document .form_pr,
.list_document form {
  padding: 2.5rem 0 2.8125rem;
}

.list_document .contact {
  margin: 0 -0.9375rem;
}

.list_document .left {
  width: 17%;
  padding: 0 0.9375rem;
}

.list_document .left select {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/jt.png") no-repeat;
  background-size: 0.4375rem 0.25rem;
  background-position-x: 93%;
  background-position-y: center;
}

.list_document .right {
  width: 32%;
}

.list_document .right input {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  background: #F4F5FA;
}

.list_document .right button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.list_document .right button .iconfont {
  font-size: 1.25rem;
  color: #5B5B5B;
  display: block;
}

.pb0.p120 {
  padding-bottom: 0;
}

.list_document_two {
  border-top: 2px solid #034f99;
}

.list_document_two .ul>li {
  margin-bottom: 1.875rem;
}

.list_document_two .ul>li:hover>div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_document_two .ul>li:hover>div .name {
  color: #034f99;
}

.list_document_two .ul>li:hover>div img {
  transform: scale(1.1);
}

.list_document_two .ul>li>div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  border: 1px solid #DFDFDF;
  display: flex;
}

.list_document_two .ul>li>div .left {
  width: 60%;
  padding: 1.6875rem 3.75rem 1.5625rem 1.875rem;
}

.list_document_two .ul>li>div .right {
  width: 40%;
}

.list_document_two .ul>li>div .right a,
.list_document_two .ul>li>div .right a img {
  height: 100%;
  object-fit: cover;
}

.list_document_two .ul>li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 2.5rem;
}

.list_document_two .ul>li .data {
  font-size: 1rem;
  color: #909090;
}

.list_document_two .ul>li .data a:nth-last-child(2) {
  margin-left: 2.5rem;
}

.list_document_two .ul>li .data a {
  color: #909090;
}

.list_document_two .ul>li .data span,
.list_document_two .ul>li .data a {
  cursor: pointer;
}

.list_document_two .ul>li .data span:hover,
.list_document_two .ul>li .data a:hover {
  color: #034f99;
}

.list_about .left {
  padding-right: 2.5rem;
}

.list_about .left .text {
  text-align: justify;
  text-indent: 2em;

  height: 26rem;
  overflow-y: scroll;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.list_about .left .text p{
  margin-right: 1.25rem;
}

.list_about .right>div {
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  padding: 1.375rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  background: #fff;
}

.list_about .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_about .right .hover .iconfont {
  font-size: 4.5rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.336));
}

.list_about .right:hover .hover .iconfont {
  color: #034f99;
}

.list_about .right:hover img {
  transform: scale(1.1);
}

body {
  background: #F4F5FA;
}

.list_about_two {
  border-top: 1px solid rgba(86, 86, 86, 0.2);
}

.list_about_two ul li {
  padding: 5.625rem 0;
  border-left: 1px solid rgba(86, 86, 86, 0.2);
  text-align: center;
  width: 27.5%;
}

.list_about_two ul li:first-child {
  border-left: none;
}

.list_about_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li .name {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #0F0F0F;
}

.list_about_two ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  margin: 1.5625rem 0;
  height: 3.75rem;
}

.list_about_two ul li .icon img {
  height: 3.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li:nth-child(2) {
  width: 40%;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.list_about_two ul li:nth-child(3) {
  padding-left: 5rem;
}

.list_abotu_three {
  position: relative;
}

.list_abotu_three::before {
  background-image: url(../images/6a1b5522ef404ffc5b434d6419d78fff.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 4.0625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 43.75rem;
  height: 41.875rem;
}

.list_abotu_three .swiper-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list_abotu_three .swiper-slide {
  padding: 0 1.5625rem 3rem;
  height: auto;
}

.list_abotu_three .swiper-slide.swiper-slide-next,
.list_abotu_three .swiper-slide.swiper-slide-next+div,
.list_abotu_three .swiper-slide.swiper-slide-active {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list_abotu_three .swiper-slide .text {
  color: #F3F4F9;
}

.list_abotu_three .swiper-slide .over,
.list_abotu_three .swiper-slide .over img {
  border-radius: 0.625rem;
}

.list_abotu_three .swiper-slide .name {
  font-style: italic;
  font-size: 2.5rem;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  color: transparent;
  line-height: 1;
  font-family: "Montserrat-Bold";
  margin: 1.125rem 0;
}

.list_abotu_three .swiper-button-next {
  right: -3.4375rem;
}

.list_abotu_three .swiper-button-prev {
  left: -3.4375rem;
}

.list_abotu_three .swiper-button-white {
  width: 3.4375rem;
  background-size: 1.25rem 1.25rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  margin-top: 0;
  top: auto;
  bottom: -1.6875rem;
  border: 1px solid #ffffff;
  opacity: 0.7;
  border-radius: 50%;
}

.list_abotu_three .swiper-button-white:hover {
  opacity: 1;
}

.list_about_four .swiper-slide,
.list_about_four .honor_list {
  height: auto;
}

.list_about_four .swiper-slide>a,
.list_about_four .honor_list>a {
  height: 100%;
}

.list_about_four .swiper-slide .over,
.list_about_four .honor_list .over {
  height: calc(100% - 1.875rem - 1.25rem);
  display: flex;
  align-items: center;
}

.list_about_four .swiper-slide:hover .name,
.list_about_four .honor_list:hover .name {
  color: #034f99;
}

.list_about_four .swiper-slide:hover img,
.list_about_four .honor_list:hover img {
  transform: scale(1.1);
}

.list_about_four .swiper-slide>a,
.list_about_four .honor_list>a {
  padding: 1.6875rem 3.125rem;
  border-radius: 0.625rem;
  background: #fff;
}

.list_about_four .swiper-slide>a .name,
.list_about_four .honor_list>a .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-top: 1.25rem;
}

.list_about_four .swiper-container {
  padding-bottom: 3.75rem;
}

.list_about_four .swiper-button-next {
  right: -6.25rem;
}

.list_about_four .swiper-button-prev {
  left: -6.25rem;
}

.list_about_four .bot {
  background: -moz-linear-gradient(50% 102.61% 90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-gradient(linear, 50% 102.61%, 50% 1.35%, color-stop(0.0056, rgba(243, 244, 249, 0.3)), color-stop(1, rgba(197, 203, 218, 0.3)));
  background: -o-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -ms-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F4F9', endColorstr='#C5CBDA' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5CBDA', endColorstr='#F3F4F9', GradientType=0);
  border-radius: 1.25rem;
  padding: 1.25rem 2.5rem;
  margin: 2.5rem 0;
}

.list_about_four .bot ul {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}

.list_about_four .bot ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  padding: 0 1.6875rem;
}

.list_about_four .bot ul li:hover {
  color: #034f99;
}

.list_about_four .bot ul li:hover .name {
  color: #034f99;
}

.list_about_four .bot ul li:hover div::before {
  background: #034f99;
}

.list_about_four .bot ul li a {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.list_about_four .bot ul li a div {
  position: relative;
  padding-left: 1.875rem;
}

.list_about_four .bot ul li a div::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C9C9C9;
}

.swiper-pagination {
  /* bottom: 0; */
}

.black_buttin {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.3;
  background-size: 1.25rem 1.25rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.black_buttin:hover {
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: #D7DEF2;
}

.swiper-pagination-bullet-active {
  background: #034f99;
}

.list_abotu_five .padding {
  padding: 0 8rem;
}

.list_abotu_five .padding>div {
  padding: 3.75rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  background: #fff;
}

.list_abotu_five .padding .swiper-container .swiper-slide {
  display: flex;
  height: auto;
}

.list_abotu_five .padding .swiper-container .left {
  border-right: 1px solid #E7E7E7;
  padding: 1.875rem 3.125rem 1.875rem 0;
  width: 20%;
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
}

.list_abotu_five .padding .swiper-container .text {
  color: #565656;
  text-align: justify;
  float: right;
  width: calc(100% - 20%);
  padding-left: 3.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.list_abotu_five .bot {
  padding: 3.4375rem 0;
}

.list_abotu_five .picMarquee-left ul li,
.list_abotu_five .picMarquee-left1 ul li {
  width: 14.28%;
  padding: 0 0.9375rem;
}

.list_abotu_five .picMarquee-left ul li:hover div,
.list_abotu_five .picMarquee-left1 ul li:hover div {
  border: 1px solid #034f99;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_abotu_five .picMarquee-left ul li div,
.list_abotu_five .picMarquee-left1 ul li div {
  border-radius: 0.625rem;
  border: 1px solid #ECECEC;
  background: #FFFFFF;
  padding: 2rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}

.nyerji {
  padding: 1rem 0;
  border-bottom: 1px solid #D5D5D5;
}

.nyerji.nyerji_about {
  position: sticky;
  top: 6.25rem;
  left: 0;
  width: 100%;
  background: #F4F5FA;
  z-index: 99;
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyerji ul li a {
  padding: 0 2rem;
  line-height: 3.125rem;
  font-size: 1rem;
  border-radius: 3.125rem;
  color: #565656;
  margin-right: 2rem;
  background: -webkit-linear-gradient(#034f99);
  background: -webkit-gradient(#034f99);
  background: -o-linear-gradient(#034f99);
  background: -ms-linear-gradient(#034f99);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8' ,GradientType=0)";
  background: linear-gradient(9#034f99);
  color: #fff;
}

.nyerji ul li .current{
  display: block;
  background: -webkit-linear-gradient(#000);
  background: -webkit-gradient(#000);
  background: -o-linear-gradient(#000);
  background: -ms-linear-gradient(#000);
}


.nyerji ul li a:hover{
    background: -webkit-linear-gradient(#000);
    background: -webkit-gradient(#000);
    background: -o-linear-gradient(#000);
    background: -ms-linear-gradient(#000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8' ,GradientType=0)";
    background: linear-gradient(9#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#224FE7', endColorstr='#3480F8', GradientType=1);
}

.nyerji ul li.active a {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  color: #fff;
}

.nyerji ul li.active:hover a {
  color: #fff;
}

.nyerji ul li:hover a {
  /* color: #034f99; */
}

/* 介绍 */
.introduce {
  padding-top: 2rem;
}

.introduce .container p {
  font-size: 1.25rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
}


.list_pro .ul li {
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  margin-bottom: 3.125rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul li:hover {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul li:hover .name {
  color: #034f99;
}

.list_pro .ul li:hover img {
  transform: scale(1.1);
}

.list_pro .ul .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: 0.9375rem;
  position: relative;
  margin-top: 1.5625rem;
  color: #2b2b2b;
}

.list_pro .ul .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.6875rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  left: 0;
}

.list_pro .ul .text {
  color: #565656;
  margin: 0.625rem 0 2.1875rem;
}

.list_pro .ul .left {
  padding-right: 2.1875rem;
}

.list_pro .ul1 li {
  margin-bottom: 1.875rem;
}

.list_pro .ul1 li>div {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  padding: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  border-radius: 0.625rem;
}

.list_pro .ul1 li>div .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #000000;
  margin-top: 3.75rem;
}

.list_pro .ul1 li:hover>div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.25);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .ul1 li:hover>div img {
  transform: scale(1.1);
}

.list_pro .ul1 li:hover .text {
  color: #034f99;
}

.show_pro .right>div {
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  padding: 1.375rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  background: #fff;
}

.show_pro .name {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  position: relative;
  padding-bottom: 0.9375rem;
  color: #2D2D2D;
}

.show_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  left: 0;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.show_pro .text {
  color: #565656;
  margin-top: 1.5625rem;
  text-align: justify;
}

.show_pro .left {
  padding-right: 2.1875rem;
}

.khxq {
  padding: 0.625rem 2.125rem;
  background: -moz-linear-gradient(50% 102.61% 90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -webkit-gradient(linear, 50% 102.61%, 50% 1.35%, color-stop(0.0056, rgba(243, 244, 249, 0.3)), color-stop(1, rgba(197, 203, 218, 0.3)));
  background: -o-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  background: -ms-linear-gradient(90deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F4F9', endColorstr='#C5CBDA' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(243, 244, 249, 0.3) 0.56%, rgba(197, 203, 218, 0.3) 100%);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5CBDA', endColorstr='#F3F4F9', GradientType=0);
}

.khxq li {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.khxq li .number {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.khxq li .number img {
  transform: rotateY(0) !important;
  display: block;
}

.khxq li .text {
  padding-left: 1.5625rem;
  width: calc(100% - 2.8125rem);
}

.swiper_biaoge_1 .swiper-button-black,
.swiper_biaoge_2 .swiper-button-black,
.swiper_biaoge_3 .swiper-button-black {
  display: none;
}

.show_pro_wlw .name1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
  margin-bottom: 3rem;
}

.show_pro_wlw .list {
  margin-bottom: 1.875rem;
}

.show_pro_wlw .list .name {
  margin-bottom: 1.875rem;
}

.show_pro_wlw .list .name {
  font-size: 1.375rem;
  position: relative;
  line-height: 1.875rem;
  color: #232323;
}

.show_pro_wlw .list .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
}

.show_pro_wlw .list .name span {
  display: inline-block;
  padding-bottom: 0.625rem;
  position: relative;
}

.show_pro_wlw .list .name span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.show_pro_wlw .list .text {
  color: #565656;
  text-align: justify;
}

.show_pro_wlw .list .felx_row {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.show_pro_wlw .list .felx_row .icon img {
  height: 3.75rem;
}

.show_pro_wlw .list .felx_row .text {
  margin-top: 1.25rem;
}

.show_pro_wlw .list .felx_row>div {
  border-right: 1px solid #E4E4E4;
  padding: 0 1.875rem;
}

.show_pro_wlw .list .felx_row>div>div {
  height: 100%;
  padding: 0.625rem 0 2.75rem;
}

.show_pro_wlw .list .felx_row>div:last-child {
  border-right: none;
}

.show_pro_wlw .list .jxsm>div>div {
  height: 100%;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem 2.8125rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.show_pro_wlw .list .jxsm>div>div .icon img {
  height: 5rem;
}

.show_pro_wlw .list .jxsm>div>div .text {
  margin-top: 1.125rem;
}

.show_pro_wlw .shangxia {
  border-top: 1px solid #CBCBCB;
  margin-top: 3.75rem;
}

.h100 {
  height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.show_pro_two {
  position: relative;
}

.show_pro_two::before {
  background: url(../images/1e5da1ac75761b39bb6ac25e95b8811c.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show_pro_two .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.875rem;
}

.show_pro_two .swiper-slide {
  text-align: center;
}

.show_pro_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two .swiper-pagination {
  display: none;
}

.show_pro_two .swiper-container {
  margin-top: 3.75rem;
}

.show_pro_two .swiper-container .swiper-wrapper {
  justify-content: center;
}

.show_pro_two .swiper-container .swiper-wrapper .swiper-slide {
  flex: 1 0 0;
}

.show_pro_two .icon img {
  height: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two .swiper-container {
  padding-bottom: 2.8125rem;
}

.show_pro_two .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}

.show_pro_two .swiper-pagination-bullet-active {
  background: #fff;
}

.show_pro_three ul li {
  padding: 2.125rem 0;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
}

.show_pro_three 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;
}

.show_pro_three ul li .left {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  border-radius: 0.625rem;
  background: #034f99;
}

.show_pro_three ul li .left img {
  max-height: 50%;
}

.show_pro_three ul li .right {
  width: calc(100% - 6.25rem);
  padding-left: 2.0625rem;
}

.show_pro_three ul li .right .name {
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  line-height: 1.875rem;
  color: #3178F4;
}

.show_pro_three ul li .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.0625rem;
  height: 0.125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.show_pro_three ul li .right .text {
  color: #565656;
  margin-top: 0.375rem;
}

.pagination {
  margin-top: 1.875rem;
}

.shangxia {
  display: flex;
  padding-top: 2.5rem;
  justify-content: space-between;
}

.shangxia div a {
  width: 100%;
}

.shangxia a {
  width: 33.3%;
  display: block;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}

.shangxia a .iconfont {
  color: #B6B6B6;
  display: inline-block;
  margin-right: 0.3125rem;
}

.shangxia a:hover {
  color: #034f99;
}

.shangxia a:hover .iconfont {
  color: #034f99;
}

.shangxia a:last-child .iconfont {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.box_s_c {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.about_pro {
  background: #fff;
  padding: 3rem 0;
}

.about_pro .swiper-container {
  /* padding: 2.1875rem 0 0; */
}

.about_pro .swiper-container .swiper-slide {
  height: auto;
}

.about_pro .swiper-container .swiper-slide img {
  height: 12.5rem;
  object-fit: contain;
}

.about_pro .swiper-container .swiper-slide>div>div,
.about_pro .swiper-container .swiper-slide>div {
  height: 100%;
}

.about_pro .swiper-container .swiper-slide:hover>div>div {
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro .swiper-container .swiper-slide>div {
  padding: 1.25rem;
}

.about_pro .swiper-container .swiper-slide>div>div {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.about_pro .swiper-container .swiper-slide>div .name {
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  color: #000000;
}

.about_pro .swiper-container .swiper-slide>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6875rem;
  height: 0.1875rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.about_pro .swiper-container .swiper-slide>div .text {
  margin-top: 0.75rem;
  padding: 0 1.5625rem;
  color: #565656;
}

.about_pro .swiper-container .swiper-slide>div .content {
  padding: 1.25rem 0;
}

.about_pro .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}

.about_pro .swiper-container .swiper-slide:hover .name {
  color: #034f99;
}

.about_pro .swiper-button-next {
  right: -6.25rem;
}

.about_pro .swiper-button-prev {
  left: -6.25rem;
}

.about_bg1 {
  position: relative;
}

.about_bg1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  max-height: 50%;
  background-position: bottom left;
  height: 50%;
  background: url(../images/1b5257921e22584aeb3e6d7a45ffb247.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.list_contact .ul li {
  margin-bottom: 1.875rem;
  text-align: center;
}

.list_contact .ul li:hover>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
}

.list_contact .ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact .ul li>div {
  box-shadow: 0 0 0.625rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 2.625rem 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  height: 100%;
}

.list_contact .ul li .icon img {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: #565656;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact .ul li .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  padding-top: 1.25rem;
}

.list_contact .ul li .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_contact .ul li .img img {
  height: 5.9375rem;
}

.list_pro.list_news .ul li {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 2.75rem 0;
  border-radius: 0;
  margin-bottom: 0;
}

.list_pro.list_news .ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro.list_news .ul li:hover>div {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro.list_news .ul li .left {
  padding-right: 0;
}

.list_pro.list_news .ul li .right {
  padding-left: 3.125rem;
}

.list_pro.list_news .ul li:first-child {
  padding-top: 0;
}

.list_pro.list_news .ul li .name::before {
  display: none;
}

.list_pro.list_news .ul li .over,
.list_pro.list_news .ul li .over img {
  border-radius: 0.625rem;
}

.list_pro.list_news .ul li .data {
  display: flex;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6B6B6B;
}

.list_pro.list_news .ul li .data .iconfont {
  font-size: 1rem;
  margin-right: 0.625rem;
  color: #C5C5C5;
  display: block;
  font-size: 1.25rem;
}

.list_pro.list_news .ul li .name {
  margin-top: 2.5rem;
}

.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, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', 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;
}

.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, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.show_right ul li:hover a {
  color: #034f99;
}

.list_join .text18 {
  margin: 2rem 0 2.8125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_join .hover {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  padding: 0 3.125rem;
}

.list_join .hover .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
}

.list_join .hover .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join .img img {
  border-radius: 0.625rem;
}

.list_join .swiper-slide:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(50% 2.96% -90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -webkit-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -webkit-gradient(linear, 50% 2.96%, 50% 101.45%, color-stop(0, rgba(49, 121, 244, 0)), color-stop(1, #3179f4));
  background: -o-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  background: -ms-linear-gradient(-90deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3179F4', endColorstr='#3179F4' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(49, 121, 244, 0) 0%, #3179f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3179F4', endColorstr='#3179F4', GradientType=0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.625rem;
}

.list_join .swiper-slide:hover .text {
  height: auto;
}

.list_join .swiper-slide:hover .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6875rem;
  height: 0.1875rem;
  background: #fff;
}

.list_join_two {
  background: #fff;
}

.list_join_two .flex .right ul li {
  float: left;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #494949;
  padding: 0 0.5rem 0.75rem;
  position: relative;
  margin-left: 0.9375rem;
  cursor: pointer;
}

.list_join_two .flex .right ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #034f99;
}

.list_join_two .flex .right ul li:hover,
.list_join_two .flex .right ul li.active {
  color: #034f99;
}

.list_join_two .flex .right ul li:hover::before,
.list_join_two .flex .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;
}

.list_join_two .sum>ul {
  display: none;
}

.list_join_two .sum>ul.active {
  display: block;
}

.list_join_two .pbmore span {
  font-style: normal;
}

.job-list li {
  margin-bottom: 2rem;
  cursor: pointer;
}

.job-list li .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-list li.active .dt {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
}

.job-list li.active .dt .f18 {
  color: #fff;
}

.job-list li.active .dt img {
  filter: invert(97%) sepia(97%) saturate(11%) hue-rotate(220deg) brightness(102%) contrast(101%);
}

.job-list li.active .dt .iconfont {
  color: #fff;
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.job-list li .dt {
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(202, 202, 202, 0.5);
  padding: 0 3.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt {
    padding: 0 3%;
  }
}

/* 2023/7/4 wlw*/
@media (max-width: 990px) {
  .wlw_cate_container .list dd{
    width: 25%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .introduce .container .wlw_cate_container .dlw_down {
    display: block;
    margin-top: 5%;
  }

  .introduce .container .wlw_cate_container .dlw_down div {
    margin-top: 2%;
  }

  .introduce .container .wlw_cate_container .dlw_down div img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .introduce .container .wlw_cate_container p {

    font-size: 1.05rem;
    /* text-indent: 2em; */
    padding: 0% 0.5% 5% 0.5%;
    box-shadow: none;
    color: #666;

  }

  .wlw_cate_container .wlw_jm {
    padding: 0% 5.5% 2% 9.5%;
  }

  .wlw_cate_container .list dd{
    width: 33%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
  .wlw_cate_container .list dd .dot2{
    text-indent: 0;
    padding: 0;
  }
}


@media (max-width: 375px) {
  .wlw_cate_container .list dd{
    width: 50%;
    border: 1px solid #e9e9e9;
    padding: 3%;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}



.job-list li .dt .ergasy img {
  height: 2rem;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy img {
    margin-right: 1rem;
    height: 1.8rem;
  }
}

.job-list li .dt .ergasy .weas1 {
  width: 30%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas1 {
    width: 80%;
  }
}

.job-list li .dt .ergasy .weas2 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas2 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .ergasy .weas3 {
  width: 20%;
}

@media (max-width: 768px) {
  .job-list li .dt .ergasy .weas3 {
    width: 50%;
    display: none;
  }
}

.job-list li .dt .f18 {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .job-list li .dt .f18 {
    width: -webkit-calc(92%);
    width: -moz-calc(92%);
    width: calc(96% - 4rem);
    padding: 1rem 0;
  }
}

.job-list li .dt a.a {
  padding: 1.5625rem 0;
  color: #212529;
  font-size: 1.125rem;
}

.job-list li .dt a.a i {
  font-size: 1.125rem;
}

.job-list li .wehha-job {
  padding: 1.875rem 3.125rem 0 3.125rem;
  display: none;
}

@media (max-width: 768px) {
  .job-list li .wehha-job {
    padding: 1.4rem 6% 0;
  }
}

.job-list li .wehha-job strong {
  display: block;
}

.job-list li .wehha-job .more {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-list li .wehha-job .more {
    margin-top: 1rem;
  }
}

.job-list li:nth-child(n+6) {
  display: none;
}

.job-list.cur li:nth-child(n+6) {
  display: block;
}

.show_pro_yhcp .video {
  display: block;
  height: 53rem;
  overflow: hidden;
}

.show_pro_yhcp .bread {
  padding-top: 11.875rem;
  color: rgba(0,0,0,0.6);
}

.show_pro_yhcp .bread .text,
.show_pro_yhcp .bread a {
  color:rgba(0,0,0,0.6);
}

.show_pro_yhcp .bread span:last-child {
  display: none;
}

.show_pro_yhcp .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show_pro_yhcp .pbmore {
  margin-right: 1.875rem;
}

.show_pro_yhcp .pbmore:last-child {
  margin-right: 0;
}

.show_pro_yhcp .pbmore span {
  font-style: normal;
}

.show_pro_yhcp .name p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1rem;
}

.show_pro_yhcp .name div {
  font-size: 2.5rem;
  line-height: 3.75rem;
  padding-bottom: 0.9375rem;
  position: relative;
  color: #000000;
}

.show_pro_yhcp .name div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.75rem;
  height: 0.125rem;
  background: #000;
}

.show_pro_yhcp .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1a1a1a;
  margin: 1.5625rem 0 3.4375rem;
  text-align: justify;
}

.show_pro_yhcp .right {
  padding-left: 1.875rem;
}

.show_pro_yhcp .right .pr {
  padding: 2rem 3.375rem;
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
}

.show_pro_yhcp .right .dangdajing {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  cursor: pointer;
}

.show_pro_yhcp .row {
  align-items: center;
}

.show_pro_yhcp .left {
  padding-right: 12.5rem;
}

.show_pro_yfcp_two {
  line-height: 4.375rem;
  background: #034f99;
  position: sticky;
  z-index: 100;
  top: 6.125rem;
}

.show_pro_yfcp_two ul li {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 1.875rem;
  position: relative;
  float: left;
  cursor: pointer;
}

.show_pro_yfcp_two ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_two ul li:hover::before,
.show_pro_yfcp_two 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;
}

.show_pro_yfcp_three .div2 .sum>li .bot ul li .left,
.show_pro_yfcp_three .div2 .sum>li .bot ul li .right ul li,
.show_pro_yfcp_three .div2 .sum>li .top {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p120.pt0 {
  padding-top: 0;
}

.show_pro_yfcp_three .title {
  margin-bottom: 1.875rem;
}

.show_pro_yfcp_three .div1 .flex {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: inherit;
}

.show_pro_yfcp_three .div1 .flex li {
  width: 25%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

.show_pro_yfcp_three .div1 .flex li>div {
  padding: 1.875rem 2.1875rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  height: 100%;
}

.show_pro_yfcp_three .div1 .flex li .icon {
  width: 2.8125rem;
  height: 2.8125rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  line-height: 2.8125rem;
  text-align: center;
  border-radius: 50%;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
}

.show_pro_yfcp_three .div1 .flex li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-top: 0.875rem;
  text-align: center;
}

.show_pro_yfcp_three .div2 .name {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  line-height: 3.75rem;
  font-style: italic;
  font-size: 1rem;
  color: #FFFFFF;
}

.show_pro_yfcp_three .div2 .name .w30 {
  padding: 0 2.1875rem;
  width: 20%;
}

.show_pro_yfcp_three .div2 .name .right {
  padding: 0 3.125rem;
  color: #fff;
}

.show_pro_yfcp_three .div2 .left.w30 {
  width: 20%;
  font-style: italic;
  font-size: 1rem;
  color: #000000;
  background: #fff;
}

.show_pro_yfcp_three .div1{
  text-align: center;
  padding:3rem 0;
}

.show_pro_yfcp_three .div2 .swiper_biaoge_1{
  text-align: center;
}

.show_pro_yfcp_three .div3 .swiper_biaoge_1{
  text-align: center;
}

.show_pro_yfcp_three .div4 .swiper_biaoge_1{
  text-align: center;
}

.show_pro_yfcp_three .div2 .swiper_biaoge_1 img{
  width: 100%;
  margin-bottom: 5rem;
}
.show_pro_yfcp_three .div3 .swiper_biaoge_1 img{
  width: 100%;
}
.show_pro_yfcp_three .div4 .swiper_biaoge_1 img{
  width: 100%;
}


.show_pro_yfcp_three .container .shangxia{
  margin-bottom: 2.5rem;
}
.show_pro_yfcp_three .div2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E0E8F8;
}

.show_pro_yfcp_three .div2 .top .left {
  background: #E0E8F8;
  width: 80%;
}

.show_pro_yfcp_three .div2 .top .right {
  background: #E0E8F8;
  text-align: right;
}

.show_pro_yfcp_three .div2 .left {
  padding: 0 2.1875rem;
  font-style: italic;
}

.show_pro_yfcp_three .div2 .right {
  padding: 0 3.125rem;
  font-style: italic;
  font-size: 1rem;
  width: 80%;
  color: #636363;
}

.show_pro_yfcp_three .div2 .sum>li {
  margin-bottom: 0.1875rem;
}

.show_pro_yfcp_three .div2 .sum>li .top,
.show_pro_yfcp_three .div2 .sum>li ul li {
  line-height: 1.5rem;
  align-items: inherit;
}

.show_pro_yfcp_three .div2 .sum>li .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

.show_pro_yfcp_three .div2 .sum>li .bot {
  display: none;
}

.show_pro_yfcp_three .div2 .sum>li.active .bot {
  display: block;
}

.show_pro_yfcp_three .div2 .sum>li.active .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

.show_pro_yfcp_three .div2 .sum>li.active .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div2 .sum>li ul li {
  border-bottom: 1px solid #E5E7EE;
}

.show_pro_yfcp_three .div2 .sum>li ul li ul li {
  border-bottom: none;
}

.show_pro_yfcp_three .div3 .swiper-button-next {
  right: -6.25rem;
}

.show_pro_yfcp_three .div3 .swiper-button-prev {
  left: -6.25rem;
}

.show_pro_yfcp_three .div3 .flex {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  border-top: 1px solid #D0D0D0;
}

.show_pro_yfcp_three .div3 .flex li {
  padding: 0 1.875rem;
  cursor: pointer;
  position: relative;
  padding-top: 0.875rem;
}

.show_pro_yfcp_three .div3 .flex li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #034f99;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div3 .flex li:hover,
.show_pro_yfcp_three .div3 .flex li.active {
  color: #034f99;
}

.show_pro_yfcp_three .div3 .flex li:hover::before,
.show_pro_yfcp_three .div3 .flex li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_yfcp_three .div3 .div3_sum>div {
  display: none;
}

.show_pro_yfcp_three .div3 .div3_sum>div.active {
  display: block;
}

.show_pro_yfcp_three .div3 .swiper-slide {
  height: auto;
}

.show_pro_yfcp_three .div3 .swiper-slide>div {
  border: 1px solid #D0D0D0;
  padding: 1.5625rem;
  height: 100%;
}

.show_pro_yfcp_three .div3 .swiper-slide>div .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #6D6D6D;
}

.show_pro_yfcp_three .div3 .swiper-slide>div .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #6D6D6D;
  margin-top: 1.5625rem;
}

.list_help .left form {
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(3, 96, 235, 0.15);
  padding: 1.5625rem 2.75rem 4.625rem;
}

.list_help .left form span.title,
.list_help .left form .city-picker-span {
  font-size: 1rem;
  color: #989898;
}

.list_help .left form .city-select-tab>a.active {
  color: #034f99;
}

.list_help .left form .city-select-tab>a {
  color: #333;
}

.list_help .left form .city-picker-span>.title>span:hover {
  background: transparent;
}

.list_help .left form .city-picker-span>.title>span {
  padding: 0;
  font-weight: normal;
  color: #989898;
}

.list_help .left form .city-picker-span>.title>span::before {
  display: none;
}

.list_help .left form .inp {
  margin-bottom: 0.75rem;
}

.list_help .left form .inp .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #989898;
  margin-bottom: 0.625rem;
}

.list_help .left form .inp input,
.list_help .left form .inp select,
.list_help .left form .inp .city-picker-span {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
  width: 100%;
  color: #989898;
}

.list_help .left form .inp textarea {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  display: block;
  color: #989898;
}

.list_help .left form button {
  line-height: 3.4375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  text-align: center;
  border-radius: 0.625rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  width: 100%;
}

.list_help .left form button:hover {
  background: #000;
  color: #fff;
}

.list_help .right {
  padding-left: 5.3125rem;
}

.list_help .right .fl:nth-child(1) img {
  width: 2.5625rem;
}

.list_help .right .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #818181;
}

.list_help .right .fl:nth-child(2) {
  width: calc(100% - 2.5625rem);
  padding-left: 1.5rem;
}

.list_help .right .fl:nth-child(2) img {
  width: 7.625rem;
}

.list_help .right .fl:nth-child(2) .text {
  padding: 2.0625rem 0 4.0625rem;
}

.list_help .airport {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  transform-origin: left bottom;
  /* animation: airp 3s 1; */
}

@keyframes airp {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.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 .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-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;
  max-width: 65%;
}

.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%;
}

.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 .pr {
  padding-left: 0.9375rem;
}

.m-bm-nav>li .sec .pr>a {
  font-weight: 500;
}

.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.aniut_pro {
  height: 35px;
  line-height: 35px;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  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;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #2F5BA9;
}

.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: 17.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: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.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%;
  background: #fff
}

@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: #2F5BA9;
  /* font: 500 1rem/1.5em "montserrat"; */
  font-size: 1.25rem;
  line-height: 1.875rem;

}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
  margin: .625rem 0;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.show_pro_yfcp_three .div2 .row {
  flex-wrap: nowrap;
}

.swiper_biaoge .swiper-button-prev {
  left: -3.125rem;
  top: 0.75rem;
  bottom: 0;
  transform: translateY(0);
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
}

.swiper_biaoge .swiper-button-next {
  right: -3.125rem;
  top: 0.75rem;
  bottom: 0;
  transform: translateY(0);
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
}

#area select {
  background: transparent;
  width: calc(33.3% - 1rem);
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/jt.png) no-repeat;
  background-size: 0.4375rem 0.25rem;
  background-position-x: 93%;
  background-position-y: center;
  margin-right: 1rem;
}

.form_pr {
  display: flex;
  align-items: center;
}

.form_pr #area {
  width: 63%;
}

.form_pr .pr {
  width: 37%;
}

.form_pr input {
  width: 100%;
  line-height: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #909090;
  padding: 0 1.125rem;
  background: #F4F5FA;
}

.form_pr button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.form_pr button .iconfont {
  font-size: 1.25rem;
  color: #5B5B5B;
  display: block;
}

.shang,
.xia {
  color: #565656;
}

/*
------mod by jason-------------
------mod date 2023-04-28------
*/
@media (max-width: 767px) {
  .khxq li .text {
    padding-left: 0px;
    width: 100%;
  }

  .show_pro_wlw .list .jxsm>div>div .text {
    margin-top: 0.125rem;
  }

  .show_pro_wlw .list .jxsm>div>div .icon img {
    display: none;
  }

  .index_four ul .name {
    font-size: 1.2rem;
  }
}

.qiehuan .div1 .name {
  font-size: 1.35rem;
  line-height: 1.875rem;
}

.qiehuan .div1 .text {
  font-size: 0.9rem;
  line-height: 1.875rem;
}

.qiehuan .div1 .ul,
.qiehuan .div1 .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -0.75rem;
}

.qiehuan .div1 .ul li,
.qiehuan .div1 .swiper-wrapper li {
  height: 28.125rem;
  width: 16%;
  border-radius: 1.25rem;
  z-index: 2;
  padding: 0 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li>div,
.qiehuan .div1 .swiper-wrapper li>div {
  border-radius: 1.25rem;
  z-index: 3;
  height: 100%;
}

.qiehuan .div1 .ul li.active,
.qiehuan .div1 .swiper-wrapper li.active {
  width: 33.3333%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li.active .more_sum,
.qiehuan .div1 .swiper-wrapper li.active .more_sum,
.qiehuan .div1 .ul li.active .about_pro_index,
.qiehuan .div1 .swiper-wrapper li.active .about_pro_index {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li>div::before,
.qiehuan .div1 .swiper-wrapper li>div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background: -moz-linear-gradient(50% 3.54% -90deg, #034f99 0%, rgba(52, 128, 248, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #034f99 0%, rgba(52, 128, 248, 0) 100%);
  background: -webkit-gradient(linear, 50% 3.54%, 50% 100.33%, color-stop(0, #034f99), color-stop(1, rgba(52, 128, 248, 0)));
  background: -o-linear-gradient(-90deg, #034f99 0%, rgba(52, 128, 248, 0) 100%);
  background: -ms-linear-gradient(-90deg, #034f99 0%, rgba(52, 128, 248, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(180deg, #034f99 0%, rgba(52, 128, 248, 0) 100%);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(41, 175, 255, 0.15);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#29AFFF') progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=0);
  z-index: -1;
}

.qiehuan .div1 .ul li .content,
.qiehuan .div1 .swiper-wrapper li .content {
  padding: 2.75rem 1.375rem 0;
  position: relative;
}

.qiehuan .div1 .ul li .content .name,
.qiehuan .div1 .swiper-wrapper li .content .name {
  color: #fff;
}

.qiehuan .div1 .ul li .content .text,
.qiehuan .div1 .swiper-wrapper li .content .text {
  color: #fff;
  height: 5.625rem;
  margin-top: 0.75rem;
}

.qiehuan .div1 .ul li .about_pro_index,
.qiehuan .div1 .swiper-wrapper li .about_pro_index {
  margin-top: 2.5rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul li .about_pro_index p,
.qiehuan .div1 .swiper-wrapper li .about_pro_index p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #fff;
  margin-bottom: 1rem;
}

.qiehuan .div1 .ul li .about_pro_index div,
.qiehuan .div1 .swiper-wrapper li .about_pro_index div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.qiehuan .div1 .ul li .about_pro_index a,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #606060;
  padding-left: 1.25rem;
  padding-bottom: 0.625rem;
  color: #fff;
  width: calc(50% - 1.125rem);
  margin-left: 1.125rem;
  border-bottom: 1px solid #fff;
  position: relative;
}

.qiehuan .div1 .ul li .about_pro_index a:hover,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a:hover {
  color: #36F6F2;
}

.qiehuan .div1 .ul li .about_pro_index a:first-child,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a:first-child {
  margin-left: 0;
}

.qiehuan .div1 .ul li .about_pro_index a::before,
.qiehuan .div1 .swiper-wrapper li .about_pro_index a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.32rem);
  transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #36F6F2;
}

.qiehuan .div1 .ul .more_sum,
.qiehuan .div1 .swiper-wrapper .more_sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem -0.9375rem 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul .more_sum .more,
.qiehuan .div1 .swiper-wrapper .more_sum .more {
  width: 50%;
  padding: 0 0.9375rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.125rem;
  color: #034f99;
}

.qiehuan .div1 .ul .more_sum .more:nth-child(1) a,
.qiehuan .div1 .swiper-wrapper .more_sum .more:nth-child(1) a,
.qiehuan .div1 .ul .more_sum .more:hover a,
.qiehuan .div1 .swiper-wrapper .more_sum .more:hover a {
  background: -moz-linear-gradient(0% 50% 0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #034f99), color-stop(1, #0c479d));
  background: -o-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  background: -ms-linear-gradient(0deg, #034f99 0%, #0c479d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d' ,GradientType=0)";
  background: linear-gradient(90deg, #034f99 0%, #0c479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034f99', endColorstr='#0c479d', GradientType=1);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan .div1 .ul .more_sum .more a,
.qiehuan .div1 .swiper-wrapper .more_sum .more a {
  display: block;
  color: #034f99;
  background: #fff;
}

.qiehuan .div1 .ul2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -1.875rem;
}

.qiehuan .div1 .ul2 li {
  padding: 0 1.875rem;
  width: 25%;
  position: relative;
}

.qiehuan .div1 .ul2 li .name {
  margin-bottom: 0.625rem;
}

.qiehuan .div1 .ul2 li:hover .name {
  color: #034f99;
}

.qiehuan .div1 .ul2 li:last-child::before {
  display: none;
}

.qiehuan .div1 .ul2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: rgba(96, 96, 96, 0.3);
  right: 0;
}

.qiehuan .div1 .bor_white {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem;
}

@media (max-width: 1280px) {

  .qiehuan .div1 .ul li .about_pro_index a,
  .qiehuan .div1 .swiper-slide .about_pro_index a {
    width: calc(50% - 1.125rem) !important;
    display: none;
  }

  .qiehuan .div1 .ul li .about_pro_index a:first-child,
  .qiehuan .div1 .swiper-slide .about_pro_index a:first-child,
  .qiehuan .div1 .ul li .about_pro_index a:nth-child(2),
  .qiehuan .div1 .swiper-slide .about_pro_index a:nth-child(2) {
    display: block;
  }
}

@media (max-width: 990px) {

  .qiehuan .div1 .ul,
  .qiehuan .div1 .bor_white {
    display: none;
  }

  .qiehuan .div1 .phone_show {
    display: block;
  }

  .qiehuan .div1 .phone_show .swiper-wrapper {
    margin: 0;
  }

  .qiehuan .div1 .phone_show .swiper-wrapper .swiper-slide {
    padding: 0;
  }

  .qiehuan .div1 .phone_show .swiper-slide {
    transition: all 0;
    -webkit-transform: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
  }

  .qiehuan .div1 .phone_show .swiper-slide.active {
    transition: all 0;
    -webkit-transform: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
  }

  .qiehuan .div1 .name {
    font-size: 18px;
  }

  .qiehuan .div1 .ul li .content,
  .qiehuan .div1 .swiper-wrapper li .content {
    padding: 21px 20px 30px;
  }

  .qiehuan .div1 .swiper-wrapper li {
    height: auto;
  }

  .qiehuan .div1 .swiper-wrapper .more_sum {
    margin-top: 15px;
  }

  .qiehuan .div1 .swiper-container {
    padding-bottom: 35px;
  }

  .qiehuan .div1 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
  }

  .qiehuan .div1 .swiper-container .swiper-pagination-bullet-active {
    background: #034f99;
  }

  .index_three .qiehuan>div {
    margin-top: 10px;
  }
}


/* 我们的优势 */
@keyframes xz {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ta {
  text-align: center;
}
.erh-taem {
  /* padding-top: 6.75rem;
  margin-bottom: 6rem;
  margin-top: 0; */
}
.advantages {
  /* background: url(../images/27.jpg) no-repeat; */
  background-size: cover;
  padding: 6rem 0;
  background-color: #fff;
  /* margin-top: 5.875rem; */
}
.advantages .advantages-box {
  margin-top: 3rem;
}
.advantages .advantages-box .col-sm-3.col-lg-3{ 
  padding-right:0; 
  padding-left: 0;
}
.advantages .advantages-box .advantages-div {
  padding: 2.8125rem 3rem;
  cursor: pointer;
  /* border: 1px solid transparent; */
  /* border-radius: 1.875rem; */
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border-right: 1px solid #e8e8e8 ;
}


.advantages .advantages-box .advantages-div .yuan {
  display: inline-block;
  width: 6.9375rem;
  height: 6.9375rem;
  /* background: url(../images/57.png); */
  background-size: 100% 100%;
  padding: 0.7188rem;
  /* animation: xz 10s linear infinite;
  -webkit-animation: xz 10s linear infinite; */
}
.advantages .advantages-box .advantages-div .yuan span {
  display: inline-block;
  width: 5.625rem;
  height: 5.625rem;
  /* background: url(../images/56.png); */
  background-size: 100% 100%;
  line-height: 5.625rem;
  text-align: center;
  border-radius: 100%;
}
.advantages .advantages-box .advantages-div .p1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000;
  margin-bottom: 1rem;
}
.advantages .advantages-box .advantages-div .p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  /* color: #949496; */
  color: rgba(0, 0, 0, 0.6);
}
.advantages .advantages-box .advantages-div:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  background: #FFF;
  border: none;
}
.advantages .padding {
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
.advantages {padding:25px;}
.advantages .advantages-box {margin-top:10px;}
.advantages .advantages-box .advantages-div {padding:1rem 0;}
}

/* 产品加工 */
@keyframes xzreverse {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.intellect-box2 {
  /* padding: 5.875rem 0; */
  /* margin: 7.5rem 0 0; */
  /* background-image: linear-gradient(to right,#034f99,#034f99); */
}
.intellect-box2 .p1 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  /* color: #fff; */
}
.intellect-box2 .p2 {
  /* margin-top: 0.625rem; */
  font-size: 1rem;
  text-align: center;
  line-height: 2.1875rem;
  /* color: #fff; */
  color: rgba(0, 0, 0, 0.6);
}
.intellect-box2 .jian-ul li {
  padding: 2.25rem;
  /* border:1px solid #e8e8e8; */
}
.intellect-box2 .jian-ul li:nth-of-type(2n+1) {
  border-left:1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;;
}
.intellect-box2 .jian-ul li:nth-of-type(2n) {
  border-left:1px solid #e8e8e8;
}


.intellect-box2 .jian-ul .anniu-div {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 4.375rem;
  padding: 0 2.125rem;
  color: #000;
  display: flex;
  /* background: url(../images/69.png) no-repeat; */
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  align-content: center;
  
}

.intellect-box2 .jian-ul .anniu-div  img{
  width: 3.5rem;
    /* margin-right: 1rem; */
}
.intellect-box2 .box-jiank {
  margin-top: 2.875rem;
}
.intellect-box2 .box-jiank .le {
  width: 33.3%;
}
.intellect-box2 .box-jiank .min {
  width: 40%;
  height: 100%;
  display: block;
  padding-top: 5%;
}
.intellect-box2 .box-jiank .re {
  width: 30%;
}
.intellect-box2 .box-imgs {
  height: 100%;
  display: table;
  width: 100%;
}
.intellect-box2 .box-imgs .box-s {
  display: table-cell;
  vertical-align: middle;
}
.intellect-box2 .box-imgs .box-s .img3 {
  width: 30.75rem;
}
.intellect-box2 .box-imgs .img3 {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
  width: 16.9375rem;
}
.intellect-box2 .box-imgs .img1 {
  /* animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite; */
  width: 17.125rem;
}
.intellect-box2 .box-imgs .img2 {
  animation: xzreverse 20s linear infinite;
  -webkit-animation: xzreverse 20s linear infinite;
}




/* 合作案例 */
.index-case {
  background: url(../images/24.png) no-repeat;
  background-size: cover;
  padding: 0rem 0 2.5rem;
}
.index-case .index-case-lunbo {
  margin-bottom: 3.125rem;
  
  position: relative;
}
.index-case .index-case-lunbo .swiper-container {
  padding:3rem 0.625rem 2rem;
}
.case-div {
  box-shadow: 0 0 0.625rem 0.125rem rgba(4, 84, 184, 0.1);
  overflow: hidden;
  border-radius: 1.875rem;
  background: url(../images/22.png) no-repeat;
  background-size: 100% 100%;
}
.case-div .wzi {
  width: 100%;
  height: 100%;
  left: -100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  bottom: 0;
  background:url(../images/36.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.case-div .wzi .wzi-div {
  width: 100%;
  padding: 15PX;
}
.case-div .wzi .wzi-div .zhai {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-div .wzi .wzi-div .sp {
  margin-top: 1.875rem;
  font-family: Alibaba Sans;
  font-style: italic;
  font-size: 1rem;
}
.case-div .wzi .wzi-div .sp i {
  font-size: 0.625rem;
}
.case-div a {
  display: block;
}
.case-div a .title {
  background: #fff;
  text-align: center;
  font-size: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 2.1875rem;
  color: #000000;
  padding: 1.875rem 0;
}


.case-div .case-img {
  overflow: hidden;
  position: relative;

  overflow: hidden;
  height: 20rem; 
}
.case-div .case-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;   
  max-width: 100%; /* 图片最大宽度为100% */
  max-height: 100%; /* 图片最大高度为100% */
  object-fit: cover; /* 图片填充整个容器 */
  min-height: 20rem;
}
.case-div:hover .wzi {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.case-div:hover .case-img img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.index-case .index-case-lunbo .swiper-pagination,
.lunbo2 .swiper-pagination {
  width: 100%;
}
.index-case .index-case-lunbo .swiper-pagination .swiper-pagination-bullet,
.lunbo2 .swiper-pagination .swiper-pagination-bullet {
  width: 1.125rem;
  height: 0.3125rem;
  background: #ccc;
  margin: 0 0.625rem;
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-case .index-case-lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lunbo2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #0c479d;
}



/* 产品 */
.cont2 {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: -webkit-calc(var(--pandrd) * 1.5) 0;
  padding: -moz-calc(var(--pandrd) * 1.5) 0;
  padding: calc(var(--pandrd) * 1.5) 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cont2 .a2_list1 {
  width: 24%;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
}
.cont2 .a2_list1 li {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    padding: 1.25rem 0;
    min-height: 15rem;
  }
  .cont2 .a2_list1 li:last-child p {
    /* height: 2.5em;
    overflow: hidden; */
  }
}
.cont2 .a2_list1 li b {
  display: block;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em; /* 200% */
  color: transparent;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li b {
    font-size: 3rem;
  }
}
.cont2 .a2_list1 li .p1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  color: #000;
  margin-top: 0.25rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.cont2 .a2_list1 li .p2 {
  margin-top: 0.625rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5rem;
     color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li p {
    font-size: 1.125rem;
    margin-top: 0.35rem;
  }
}
.cont2 .a2_list1 li:hover b, .cont2 .a2_list1 li.on b {
  color: #FFF;
  -webkit-text-stroke-width: 0;
}
.cont2 .a2_list1 li:hover p, .cont2 .a2_list1 li.on p {
  /* font-weight: 600; */
  color: #034f99;
}
.cont2 .a2_list2 {
  width: 41.4285714286%;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2_list2 {
    width: 100%;
  }
}
.cont2 .a2_list2 u {
  display: block;
  font-size: 0;
  position: relative;
}
.cont2 .a2_list2 u img, .cont2 .a2_list2 u svg {
  width: 100%;
}
.cont2 .a2_list2 u svg {
  position: absolute;
  left: 0;
  top: 0;
}
.cont2 .a2_list2 .ashhxa1 li {
  width: 56.5517241379%;
  height: 56.5517241379%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#an-box {
  -webkit-animation: rotatedHalf 36s infinite linear;
     -moz-animation: rotatedHalf 36s infinite linear;
       -o-animation: rotatedHalf 36s infinite linear;
          animation: rotatedHalf 36s infinite linear;
}
.title1 {
  text-align: center;
}
.title1 .entit {
  color: #AEAEAE;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .entit {
    letter-spacing: 0.35rem;
  }
}
.title1 .tit {
  color: #333333;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .xast {
  width: 2.625rem;
  margin: 0 auto;
}
.title1 .xast img {
  width: 100%;
}
.title1.bs .entit, .title1.bs .tit {
  color: #fff;
}
.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.z4 .list_help{
  background-color: #fff;
}



/* 案例 */
.xw-show_bja1 {

  position: relative;

}

.xw-show_bja1 .dta-as {

  width: 6.3020833333%;

  position: absolute;

  right: 4%;

  top: 0;

}

.xw-show_bja1 .dta-as svg {

  width: 100%;

}



.product-content {

  background: #f7f7f7;

  overflow: hidden;

  padding-top: 1.5625rem;

}

@media (max-width: 768px) {

  .product-content {

    padding-top: 2rem;

  }

}

.product-content .product-src .tit {

  color: #383838;

  font: 400 1.25rem/1.5em "alph";

}

.product-content .product-src ul li {

  margin: 0.5rem 0;

  margin-right: 1rem;

}

@media (max-width: 768px) {

  .product-content .product-src ul li {

    margin: 0.35rem 0;

    margin-right: 1rem;

  }

}

.product-content .product-src ul li a {

  display: inline-block;

  color: #383838;

  font: 400 1.125rem/2.6875rem "alph";

  border: 1px solid #d6d6d6;

  padding: 0 1.2em;

}

@media (max-width: 768px) {

  .product-content .product-src ul li a {

    font-size: 1rem;

    line-height: 2.5em;

  }

}

.product-content .product-src ul li.active a {

  color: #fff;

  background: #034f99;

}

.product-content .product-list {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 1.625rem;

  margin-top: 3rem;

}

@media (max-width: 990px) {

  .product-content .product-list {

    grid-template-columns: repeat(3, 1fr);

  }

}

@media (max-width: 768px) {

  .product-content .product-list {

    gap: 1rem;

    margin-top: 1.5rem;

    grid-template-columns: repeat(2, 1fr);

  }

}

@media (max-width: 450px) {

  .product-content .product-list {

    grid-template-columns: repeat(2, 1fr);

  }

}

.product-content .product-list li {

  padding: 1.4rem;

  background: #fff;

  box-shadow: 0px 0.25rem 1rem 0px rgba(5, 106, 170, 0.1);

}

@media (max-width: 768px) {

  .product-content .product-list li {

    padding: 1rem;

  }

}

@media (max-width: 450px) {

  .product-content .product-list li {

    padding: 1.4rem;

  }

}

.product-content .product-list li a.img {

  display: block;

}

.product-content .product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 15rem; 
}

.product-content .product-list li a.img i img {

  width: 100%;   
  max-width: 100%; /* 图片最大宽度为100% */
  max-height: 100%; /* 图片最大高度为100% */
  object-fit: cover; /* 图片填充整个容器 */
  min-height: 15rem;
}

.product-content .product-list li a.img .cont-p {

  text-align: center;

}

.product-content .product-list li a.img .cont-p .name {

  display: inline-block;

  color: #282828;

  font: 400 1.25rem/1.5em "alph";

  position: relative;

  padding: 1rem 0;

}

.product-content .product-list li a.img .cont-p .name::after {

  content: "";

  display: block;

  position: absolute;

  left: 50%;

  bottom: 0;

  width: 70%;

  height: 2px;

  background: -webkit-linear-gradient(left, #034f99 0%, #034f99 100%);

  background: -moz-linear-gradient(left, #034f99 0%, #034f99 100%);

  background: -o-linear-gradient(left, #034f99 0%, #034f99 100%);

  background: linear-gradient(90deg, #034f99 0%, #034f99 100%);

  -webkit-transform: translateX(-50%);

     -moz-transform: translateX(-50%);

      -ms-transform: translateX(-50%);

       -o-transform: translateX(-50%);

          transform: translateX(-50%);

}

@media (max-width: 768px) {

  .product-content .product-list li a.img .cont-p .name {

    font-size: 1.125rem;

  }

}

.product-content .product-list li a.img .cont-p .p {

  color: #5b5b5b;

  font: 400 1rem/1.7em "alph";

  margin-top: 0.85rem;

}

@media (max-width: 768px) {

  .product-content .product-list li a.img .cont-p .p {

    margin-top: 0.65rem;

  }

}

/*导航按钮开始*/
#nav_btn_box{position: absolute;z-index: 9; top: 0; bottom: 0; right: 0; margin: auto 4% auto 0; width: 20px; height: 15px;}
#nav_btn_box.on{ background:none;}
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{/* background:#fff; */}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height:20px;position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn2::before,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width:20px;}
#nav_btn .navbtn{position:absolute;top:5px;left:0;display: inline-block;width:20px;height:1.5px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn2::before,
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position:absolute;left:0;display: inline-block;width:20px;height:1.5px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background:#333;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn2::before{top:13px;}
#nav_btn .navbtn::before{top:1px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn2::before{ display:none;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}

/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 99999;
    position: fixed;
    background: #fff;
    background-size:cover;
    background-attachment:  fixed;
    width:100%; bottom: 0;
    left: -100%;
    top:60px;
    display:none;
    padding:20px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.7s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav.act{ pointer-events: auto; left:0;}
#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 10%; }
#m_nav>ul>li+li{border-top: 1px solid rgba(145, 145, 145, 0.1);}
#m_nav li .a{  }
#m_nav li .a h3{line-height:4rem;height:4rem;color: #383838;padding:0;font-size:18px;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title2 .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 15px;height:4rem;float:right;display:inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size:contain;}
#m_nav li.on.title2 .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title2 .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title2 .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title2 .list span{ background:none; }
#m_nav .title2 .list span a:hover{ color:#317d5f;}
#m_nav .title2 .list a{display:block;font-size:16px;color: #676767;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title2 .list .void>a{background-size:10px; position:relative;}
#m_nav .title2 .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title2 .list span{ position:relative; display:block;}
#m_nav .title2 .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title2 .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0);display: none;}

@media (max-width: 680px)
{
#nav_btn_box{margin-left:20px;}
#m_nav li .a h3{font-size:16px;}
#m_nav .title2 .a i{width: 12px;}
#m_nav .title2 .list a{font-size:15px;}
}

.icon {width: 1em; height: 1em;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
.flexbj{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.subBanner_about{width:100%; height:480px;position: relative; background:url(../images/back_gsjj.jpg) center center no-repeat; background-size:cover;}
.subBanner_honor{width:100%; height:480px;position: relative; background:url(../images/back_ryzz.jpg) center no-repeat; background-size:cover;}
.subBanner_news{width:100%; height:480px;position: relative; background:url(../images/back3.jpg) center no-repeat; background-size:cover;}
.subBanner_product{width:100%; height:480px;position: relative; background:url(../images/back_xmal.jpg) center no-repeat; background-size:cover;}
.subBanner_case{width:100%; height:480px;position: relative; background:url(../images/back2.jpg) center no-repeat; background-size:cover;}
.subBanner_select{width:100%; height:480px;position: relative; background:url(../images/back4.jpg) center no-repeat; background-size:cover;}
.subBanner_contact{width:100%; height:480px;position: relative; background:url(../images/back5.jpg) center no-repeat; background-size:cover;}
.ny-banner-titlewp{width:100%;height: 100%;position: absolute;left: 0;top: 0;text-align: center;color: #fff;box-sizing: border-box;
flex-direction: column; justify-content: center; }
.ny-banner-title{font-size: 30px;margin-top: 10px;}
.ny-banner-titleen{font-size: 36px;text-transform: uppercase;font-family: "Poppins", sans-serif;font-weight: 600;}
.mainbody{padding:3% 0;background: #f9f9f9;}
.main{width:1200px; height:auto; margin:auto;}
.main .subTitle{text-align:left; height:80px; line-height:80px; width:1200px; background:url(../images/home.png) left center no-repeat; background-size:30px 30px; text-indent:40px;}
.main .subTitle .catname{font-size:15px;float:right;color:#666666; line-height:80px;}
.main .subTitle .fr{float:left;color:#666666; line-height:80px;font-size:15px;}
.subTitle{text-align:left; height:80px; line-height:80px; width:1200px; background:url(../images/home.png) left center no-repeat; background-size:30px 30px; text-indent:40px; margin:auto;}
.subTitle .catname{font-size:15px;float:right;color:#666666; line-height:80px;}
.subTitle .fr{float:left;color:#666666; line-height:80px;font-size:15px;}
@media screen and (max-width: 1200px) {
	.ny-banner-titlewp{padding-top: 71px;}
}

@media screen and (max-width: 800px) {
	.ny-banner-title{font-size: 22px;}
}
@media screen and (max-width: 768px) {
.subBanner_about{height:120px;}
.subBanner_honor{height:120px;}
.subBanner_news{height:120px;}
.subBanner_product{height:120px;}
.subBanner_case{height:120px;}
.subBanner_select{height:120px;}
.subBanner_contact{height:120px;}
	.ny-banner-titlewp{padding-top: 51px;}
	.ny-banner-titleen{font-size: 20px;}
	.ny-banner-title{font-size: 16px;}
}
/*内页定位*/
.ins-position-bg{border-bottom: 1px solid #d7d7d7;}
.ins-position{height: 70px;line-height: 70px;}
.ins-position a{color: #333;}
.ins-position-icon{color: #333;font-size: 20px;margin-right: 6px;}

/*内页导航*/
.ny-nav-wp{justify-content: space-between;}
.nav-list{background:#f1f1f1;}
.nav-list a{display: block;color: #333; line-height: 70px;padding: 0 30px;border-right: 1px solid #ddd;}
.nav-lists{background:#fff;}
.nav-lists a{display: block;color: #333; line-height: 70px;padding: 0 30px;border-right: 1px solid #ddd;}
.ny-active{background: #0c479d;color: #fff!important;}
@media screen and (max-width: 992px) {
	.nav-list a{padding: 0 20px;}
	.nav-lists a{padding: 0 20px;}
}
@media screen and (max-width: 768px) {
	.ins-position-bg{padding: 8px 0;}
	.ins-position{display: none;}
	.ny-navwp{flex-wrap: wrap;}
	.ny-navwp .nav-list{text-align: center;}
	.nav-list a{line-height:40px;padding:0 15px;}
	.nav-lists a{line-height:40px;padding:0 15px;}
}

.web_map{ width:auto; height:89px; line-height:120px; float:right; font-size:15px; color:#808080;}
.cenews_con{ width:218px; height:auto; overflow:hidden; border-left:1px solid #0c479d; border-right:1px solid #0c479d; padding:20px;}
.cenews_con ul{ width:218px; height:auto; overflow:hidden;}
.cenews_con ul li{ width:218px; height:32px; line-height:32px; background:url(../images/icon1.jpg) no-repeat center left; text-indent:15px;}
.cenews_con ul li a{ width:218px; height:32px;}
.cenews_con ul li a:hover{}
ul li.ce_more{ width:218px; height:39px; line-height:37px; margin-bottom:12px; background:none; text-indent:0;}
ul li.ce_more a{ width:186px; height:37px; padding-left:15px; padding-right:15px; border:1px solid #b8c6cf; display:block; background:#f6f6f6; color:#575656; margin-top:12px;}
.cecontact_con{ width:238px; height:auto; overflow:hidden; border-left:1px solid #0c479d; border-right:1px solid #0c479d; padding:10px; line-height:30px;}
.pagelist{ width:100%; height:auto; margin-top:15px;}
.pagination {
	font-family: 微软雅黑, 宋体, arial, helvetica, sans-serif;
	height:35px;
	line-height:35px;
	overflow: hidden;
}
.pagination a {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #505050;
	padding-top: 5px;
	text-decoration: none;
}
.pagination a:hover {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	color: #505050;
	background-color: #f0f0f0;
}
div.pagination a:active {
	border-right: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	color: #679298;
	background-color: #f0f0f0;
}
.pagination span.current {
	border-right: #dededc 1px solid;
	border-left: #dededc 1px solid;
	border-top: #dededc 1px solid;
	border-bottom: #dededc 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #505050;
	padding-top: 5px;
}
.pagination span.disabled {
	background-color: #f0f0f0;
}
.center {text-align: center;}

.about_con{width:900px; height:auto; overflow:hidden; padding-top:25px; line-height:35px;}
ul.news{ width:900px; height:auto; overflow:hidden;}
ul.news li{ width:900px; height:auto; overflow:hidden;padding-bottom:25px; border-bottom:1px dashed #cccccc; margin-bottom:30px;}
.news_lef{ width:132px; height:105px; overflow:hidden; float:left;}
.news_rig{ width:750px; height:auto; float:right; overflow:hidden;}
.news_rig_tit{ width:750px; height:35px; line-height:26px; font-size:16px;}
.news_rig_decr{ width:750px; height:42px; line-height:21px; overflow:hidden; font-size:13px; color:#919191;}
.news_rig_decr a{ color:#999999;}
.news_rig_date{ width:750px; height:32px; line-height:32px; color:#999999;}

ul.newsllist{ width:900px; height:auto; overflow:hidden; margin-bottom:30px;}
ul.newsllist li{ width:900px; height:35px; line-height:35px; overflow:hidden; background:url(../images/icon2.jpg) no-repeat center left; text-indent:10px;}
.newslist_tm{ width:800px; height:auto; float:left; overflow:hidden;}
.newslist_date{ width:100px; height:auto; float:right; overflow:hidden; text-align:right; color:#919191;}

.news_tit{ width:900px; height:60px; overflow:hidden; line-height:80px; font-size:20px; text-align:center;}
.news_date{ width:900px; height:34px; line-height:34px; color:#919191; text-align:center;}
.news_con{ width:900px; height:auto; overflow:hidden; padding-top:20px; padding-bottom:30px;}
.news_pre{ width:900px; height:36px; line-height:36px; border-bottom:1px solid #d2d2d2; color:#8d8d8d; text-indent:45px;}
.news_pre a{ color:#8d8d8d;}
.proimg{ width:550px; height:auto; margin:20px auto 0; text-align:center;}


.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.clear{ clear:both; display:block}
.main{ width:1200px; height:auto; margin:0px auto;}
.lf{ float:left; display:block} 


/* 内页左边 */
.ny-list-wp{flex-wrap: wrap;justify-content: space-between;}
.ny_left{width: 20%;}
.ny1{background: #fff;padding:0;margin-bottom: 20px;}
.ny_left_title{line-height: 80px;margin-bottom: 8px; text-align: center;font-size: 24px;font-weight: 600;background:#0c479d;color: #fff;}
.ny_list{flex-wrap: wrap;flex-direction: column;}
.ny_list li{line-height: 40px;background: #f1f1f1;margin-bottom: 8px;padding: 0 15px;box-sizing: border-box; font-size:1rem;}
.ny_list li a{color: #333;justify-content: space-between;}
.ny_list ol{line-height: 40px;background: #fff; border-bottom:1px dashed #e3e3e3;padding: 0 15px;box-sizing: border-box;}
.ny_list .list_body{width:100%;}
.ny_list ol a{color: #333;justify-content: space-between;}


.nylc{line-height: 40px;}
.ny-pro_right{width: 76%;}
@media screen and (max-width: 1100px) {
	.ny_list{flex-direction: initial;justify-content: space-between;}
	.ny_list li{width: 100%;}
	.ny_list ol{width: 25%;float:left;}
	.ny-left-contact{display: none;}
	.ny-pro_right{width: 100%;}
}
@media screen and (max-width: 767px) {
.ny_list li{font-size:1rem;}
}

/* 联系内页左边 */
.nycontact_left{width:36%; float:left; height:auto; margin-bottom:20px;}
.nycontact_left .TwoOfTwo .aboutus{width:100%; margin-bottom:20px; background:#fff;border-radius:10px 10px 0 0; color:#333;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .2);  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .2);  box-shadow:0 0 20px rgba(0, 0, 0, .2);}
.nycontact_left .TwoOfTwo .aboutus p{line-height:87px; font-size:22px; font-weight:bold; text-align:left; color:#fff; background:#0c479d; text-align:center;border-radius:10px 10px 0 0;}
.nycontact_left .TwoOfTwo .aboutus .div_list{width:80%; font-size:14px; color:#333; text-align:center; padding:10%;}
.nycontact_left .TwoOfTwo .aboutus .div_list .txt_message{width:100%;height:auto; font-size:16px; text-align:left;}
.nycontact_left .TwoOfTwo .aboutus .div_list .txt_message .left_txt{width:100%; font-size:14px;line-height:50px; text-indent:20px; color:#333; background:#fff; margin-bottom:18px; border:1px solid #b9b9b9; border-radius:4px;}
.nycontact_left .TwoOfTwo .aboutus .div_list .txt_message textarea{height: 100px;}
.nycontact_left .TwoOfTwo .aboutus .div_list .txt_message .submit{width:100%; font-size:18px;line-height:52px; background:#0c479d; border:0; text-align:center; color:#fff; text-transform:uppercase; border-radius:4px;}
.yzmwp{margin-bottom: 18px;}
.yzm{line-height: 50px;text-indent: 20px;border: 1px solid #b9b9b9;}

/* 联系内页右边 */
.nycontact_right{width:58%; float:right; height:auto;background:#fff; padding:2%;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .2);  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .2);  box-shadow:0 0 20px rgba(0, 0, 0, .2);}
.nycontact_right_tit{width:100%; line-height:60px; border-bottom:1px solid #ccc; margin-bottom:30px; text-align:right; font-size:16px;}
.nycontact_right_content{width:100%; height:auto; line-height:30px; color:#333;}
.nycontact_right_content img{max-width:100%;}
#baiduMap{width:100%;height:300px;margin-bottom: 40px;} 

@media screen and (max-width: 1100px) { 
.nycontact_left{width:100%;}
.nycontact_left .TwoOfTwo .aboutus p{line-height:60px; font-size:20px;}
.nycontact_left .TwoOfTwo .aboutus .div_list{padding:5% 10%;}
.nycontact_right{width:94%;padding:2% 3%;overflow: hidden;}
} 
/* 设置了浏览器宽度不大于1100px时 */
@media screen and (max-width: 660px) { 
.nycontact_right_tit{font-size:14px; margin-bottom:20px;}
.nycontact_left{width:100%;}
} 
/* 设置了浏览器宽度不大于660px时 */

/* 联系内页左边 */
.txt_message{width:100%;height:auto; font-size:16px; text-align:left; padding:3% 0;}
.txt_message .left_txt{width:100%; font-size:14px;line-height:50px; text-indent:20px; color:#333; background:#fff; border:none; border-radius:4px;}
.txt_message .left_txt2{width:100px; font-size:14px;line-height:50px; text-indent:20px; color:#333; background:#fff;border:1px solid #595959; border-radius:4px;}
.txt_message .submit{width:100px; font-size:18px;line-height:52px; background:#0c479d; border:0; text-align:center; color:#fff; text-transform:uppercase; border-radius:4px;}

/*内页产品*/
.nypro-list{flex-wrap: wrap;}
.nypro-list li{width:24%;margin: 0 0.5% 16px 0.5%; border:1px solid #dfdfdf;box-sizing: border-box;}
.nypro-list li:hover{border:1px solid #0c479d; background:#e6e6e6;}
.nypro-list li img{width:100%; height:auto; display:block;}
.nypro-list li p{width:100%; line-height:25px; font-size:15px; padding:13px 0; text-align:center; color:#333;}
.nypro-list li:hover p{color:#0c479d;}
.nypro-list li p a{color:#333;}
.nypro-list li:hover p a{color:#0c479d;}
.nypro-list li b{font-weight:normal;}
.nypro-list li span{width:100%; line-height:22px; display:block; text-align:left;}
.nypro-list li h4{text-align: center;margin-bottom: 0;}

/*内页产品2*/
.nypro-list2{flex-wrap: wrap;}
.nypro-list2 li{width:100%; height:auto; float:left; margin:0 0 2% 0; background:#fff; text-align:left; box-sizing: border-box;}
.nypro-list2 li .pimg{width:25%; height:auto;overflow:hidden;border-radius:3px; border:1px solid #dfdfdf; float:left;}
.nypro-list2 li .pimg img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
.nypro-list2 li .ptit{width:72%; line-height:28px; color:#383a4e; font-size:18px; font-weight:bold; float:right;}
.nypro-list2 li .ptit .span{color:#838383; height:auto; font-size:0.95rem; font-weight:normal; padding-top:10px;}
.nypro-list2 li .ptit .ptit-more{width:150px; line-height:40px; color:#838383; font-weight:normal; font-size:0.95rem; border:1px solid #838383;border-radius:3px; text-align:center; margin-top:15px;}
.nypro-list2 li a{color:#535353;}
.nypro-list2 li:hover .ptit{color:#0c479d;}
.nypro-list2 li:hover .ptit .ptit-more{color:#0c479d; border:1px solid #0c479d;}
.nypro-list2 li:hover a{color:#fff;}
.nypro-list2 li:hover .pimg img{transform:scale(1.1);} 

.nypro-list-img{width:32.3%; height:auto; float:left; margin:0% 0.5%; background:#fff; text-align:center; position:relative;}
.nypro-list-img .pimg{width:100%; height:auto;overflow:hidden;border-radius:3px; border:1px solid #dfdfdf; z-index:2;}
.nypro-list-img .pimg img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
.nypro-list-img .ptit{width:100%; line-height:60px; color:#383a4e; font-size:16px; font-weight:bold; overflow:hidden; z-index:2;}
.tj_news_tit{border-bottom: 1px solid #ccc; width: 100%; margin:20px 0;}
.tj_news_tit em{display: block; width:150px; line-height:40px; text-align:center;font-style: normal; background-color:#0c479d; color:#fff;font-size:16px;}
.tj_news_neirong{width:100%; height:auto;}
.tj_news_neirong .list_tj{width:48%; margin:0 1%; line-height:40px; text-align:left; color:#333; float:left;border-bottom: 1px dashed #ccc;}
.tj_news_neirong .list_tj p{float:left;}
.tj_news_neirong .list_tj span{float:right;}
.tj_news_neirong .list_tj:hover p{color:#0c479d;}

@media screen and (max-width: 660px) {
.nypro-list2 li{margin:2% 0;}
.nypro-list2 li .pimg{width:40%;}
.nypro-list2 li .ptit{width:55%;font-size:16px;line-height:25px;}
.nypro-list2 li .ptit .span{height:40px;font-size:15px; line-height:20px; padding-top:5px; overflow:hidden;}
.nypro-list2 li .ptit .ptit-more{width:100px; line-height:30px; font-size:14px; margin-top:10px;}
.nypro-list-img{margin:0 1%; width:48%;}
.nypro-list-img .ptit{line-height:40px; font-size:15px;}
.tj_news_neirong .list_tj{width:100%; margin:0;}
}


/*内页选型*/
.nymodel{width:100%; height:auto;}
.nymodel .nymodel-list{width:23%; height:auto; padding-right:2%; float:left;}
.nymodel .nymodel-list p{width:100%; line-height:3rem; font-size:1rem; color:rgba(0,0,0,0.4);}
.nymodel .nymodel-list .pw{width:100%; line-height:3rem; font-size:1rem; color:rgba(0,0,0,0.6); border:1px solid rgba(0,0,0,0.2); border-radius:5px; text-indent:15px;}
.nymodel button{width:140px; line-height:3rem; font-size:1rem; color:#fff; background:#0c479d; margin:2rem auto; margin-left: calc(50% - 70px);border-radius:3px;}
@media screen and (max-width: 660px) { 
.nymodel .nymodel-list{width:48%; padding-right:2%;}
.nymodel .nymodel-list p{line-height:3rem; font-size:1.4rem;}
.nymodel .nymodel-list .pw{line-height:3rem; font-size:1.4rem;}
} 
/* 设置了浏览器宽度不大于660px时 */


/*内页产品列表*/
.ny_pro_content{padding: 2%;background: #fff;}
.ny-pro-list{flex-wrap: wrap;}
.ny-pro-list li{width: 24%;border: 1px solid #ddd;margin: 0 0.5% 16px 0.5%;box-sizing:border-box;}
.ny-pro-list li a{display: block;overflow: hidden;}
.ny-pro-list li img{width: 100%;transition: all 0.5s;}
.ny-pro-list li:hover{background: #0c479d;}
.ny-pro-list li:hover a{color: #fff;}
.ny-pro-list li:hover img{transform: scale(1.1);}
.ny-pro-t{text-align: center;line-height: 32px;margin-bottom: 0;}
.ny-pro-t a{color: #333;}
.ny-pro-des{line-height:30px; padding-top:2%; color:#666666;}
.ny-pro-des img{max-width: 100%;}
/* 内页右边 */
.ny_right{width:100%;  height:auto;background:#fff; box-sizing: border-box;}
.ny_right_tit{text-align: center; margin-bottom:24px;}
.ny_right_tit h2{color: #333; font-weight: 600;}
.ny_right_tit h4{font-family: arial;}
.ny_right_tit:after{content: "——";}
.ny_right_content{width:100%; height:auto; font-size:16px;}
.ny_right_content .hsy_content_left{width:26%; height:auto; padding:7% 3%; float:left; background:#bdbdbd; color:#fff; text-align:center;}
.ny_right_content .hsy_content_left dl{width:100%; height:auto; line-height:3rem;margin-bottom:0px;}
.ny_right_content .hsy_content_left dl dt{font-size:1rem; line-height:2rem; padding-top:1rem;}
.ny_right_content .hsy_content_left dl dd{font-size:2.2rem;}
.ny_right_content .hsy_content_left dl:after{content: "——";}
.ny_right_content .hsy_content_left .dl_one{width:100%; height:auto; font-size:1.8rem; line-height:4rem;}
.ny_right_content .hsy_content_left .dl_two{width:90%; height:auto; margin:auto; font-size:1rem; line-height:1.5rem; font-family:arial;text-transform: uppercase;}
.ny_right_content .hsy_content_left .honor_con{width:90%; height:auto; margin:auto; text-align:left;font-size:1rem; line-height:2.5rem;}
.ny_right_content .hsy_content_right{width:70%; height:auto; float:right; background:#fff;}
.ny_right_content .hsy_content_right img{padding:0;}
.ny_right_content .service_con{width:80%; height:auto; padding:4% 10%; text-align:left;font-size:1rem; line-height:2.5rem; border:1px dashed rgba(0,0,0,0.3);}
.ny_right_content .service_tel{width: max-content;min-width: 0;word-wrap: break-word;word-break: break-word;min-height: 0; margin:auto; text-align:left;font-size:1rem; line-height:2.5rem;padding:4% 0;}
.ny_right_content #news_con{line-height:35px; color:#666; font-size:15px;}
.ny_right_content p{line-height:35px; color:#666;}
.ny_right_content img{max-width:100%;padding: 10px 0;}

.ny_right_content .cbox-16-0{
    float:left;
	width:40%;
    background-image: url(../images/b525208f-713b-4999-a4a4-1665ccd781e9.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ny_right_content .cbox-16-0 p{color:#fff; width:100%;}
.ny_right_content .cbox-16-0 p a:hover{color:#2a8ccd;}
.e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 0px);
    padding: 50px;
}
.e_text-18 {
    line-height: normal;
    font-size: 24px;
    color: rgba(255,255,255,1);
    margin-bottom: 20px;
    font-weight: bold
}
.e_text-29 {
    line-height: normal;
    font-size: 26px;
    color: rgba(255,255,255,1);
    text-align: left;
}
.e_text-29 a{
    color: rgba(255,255,255,1);
}
.e_richText-19 {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top:10px
}
.e_line-21 {
    width:100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(204,204,204,0.29);
    margin-top:20px;
    margin-bottom:30px;
}
.e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}
.e_image-23 {
    overflow: hidden;
    max-width: 110px
}
.e_image-23 img {
    width: 100%;
    height: 100%;
	padding:0;
    object-fit: contain
}
.e_container-22 .cbox-22-0 {
    flex: 0 0 auto;
    padding-right: 0px;
    margin-right: 20px
}
.e_text-27 {
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: rgba(255,255,255,1);
}
.ny_right_content .cbox-16-1{
    float:left;
	width: calc(60% - 2px);
	border:1px solid rgba(0,0,0,0.15);
}



.ny-about-cul{justify-content: space-between;margin-bottom: 40px;flex-wrap: wrap;}
.ny-cul-img{width: 58%;}
.ny-cul-img img{width: 100%;}
.ny-cul-text{width: 40%;padding: 2% 0;box-sizing: border-box;}
.ny-cul-line{width: 40px;height: 2px;background: #ddd;margin: 16px 0;}
.ny-cul-text h5{line-height: 32px;color: #666;}
.nyproleft{width:480px; height:440px;background: #fff;text-align: center;}
.nyprolefts{width:480px; height:440px; text-align:left;}
#tbody {width:305px;margin:0px auto;}
#mainbody {width:305px;border:1px solid #dedede; margin-bottom: 10px;}
#mainphoto {cursor:pointer;display:block;}
#goleft {float:left;clear:left;}
#goright {float:right;clear:right;}
#photos {width:370px;height:62px;overflow:hidden; float: left; margin: 0px 5px;}
#showArea img {display:block;float:left;margin:0px 6px;cursor:pointer;border:1px solid #dedede}
#showArea img:hover{ border: 1px solid #cc0000;}

.ny_right_content .tel_list{width:24.7%; float:left; height:auto; text-align:center; font-size:16px; border-right:1px solid rgba(0,0,0,0.1);}
.ny_right_content .tel_list:nth-child(4){border-right:none;}
.ny_right_content .tel_list img{height:80px;}
.ny_right_content .tel_list .tel-p1{width:100%; line-height:40px; color:rgba(0,0,0,0.4);}
.ny_right_content .tel_list .tel-p2{width:100%; line-height:30px; color:rgba(0,0,0,0.6);}


.ly_msg{width:100%; height:auto;}
.ly_msg .msg_ipt1{width:100%; line-height:40px; padding:0.5rem 0; border-bottom:1px solid rgba(0,0,0,0.15);}
.ly_msg .msg_tara{width:100%; line-height:40px; border:1px solid rgba(0,0,0,0.15); text-indent:10px;}
.ly_msg .msg_ipt12 .textborder{line-height:43px; border:1px solid rgba(0,0,0,0.15); text-indent:10px;}
.ly_msg .msg_ipt12 img{padding:0;}
.ly_msg .msg_btn{width:100%; line-height:40px; padding:0.5rem 0;}
.ly_msg .msg_btn input{width:150px; line-height:40px; background:#0c479d; color:#fff;}

.roww {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

@media screen and (max-width: 1250px) { 
	.cp-fl-lxwp{display: none;}
} 
@media screen and (max-width: 1200px) { 
	.main{width:90%;}
} 
@media screen and (max-width: 1100px) { 
	.mainbody{padding:5% 0;}
	.main{width:90%;}
	.ny_left{width:100%;}
	.ny_left .TwoOfTwo .aboutus p{line-height:60px; font-size:20px;}
	.ny_left .TwoOfTwo .newsfocus p{line-height:60px; font-size:20px;}
	.ny_left .TwoOfTwo .newsfocus .div_news{width:50%;}
} 
@media screen and (max-width: 992px) { 
	.ny-cul-img{width: 100%;-webkit-order: -1;order: -1;}
	.ny-cul-text{width: 100%;}
	.ny_right_tit h2{font-size: 24px;}
	.ny_right_content .cbox-16-0{width:100%;}
	.ny_right_content .cbox-16-1{width:100%;}
}
@media screen and (max-width: 660px) { 
	.main{width:90%;}
	.ny_right_tit{font-size:14px; margin-bottom:10px;}
	.ny_left{width:100%;}
	.ny_left .TwoOfTwo .aboutus .div_list{font-size:13px;}
	.ny_left .TwoOfTwo .aboutus .div_list .list_con{width:100%; float:left;}
	.ny_left .TwoOfTwo .newsfocus .div_news{width:50%; float:left;}
	.ny_left .TwoOfTwo .newsfocus .div_news a{font-size:13px;}
	.ny_right_content .hsy_content_left{width:100%;padding:10% 5%;}
	.ny_right_content .hsy_content_left dl dd{font-size:2rem;}
    .ny_right_content .hsy_content_right{width:100%;}
	.ny_right_content .honor_con{padding:5%;}
	.nypro-list li p{line-height:20px; font-size:14px; padding:8px 0 2px 0;}
	.e_container-17{width:calc(100% - 60px);padding:30px;}
	.e_text-18{font-size:18px;margin-bottom:0px;}
	.e_text-29{font-size:22px;}
	.e_richText-19{font-size:14px;line-height:1.5; margin-top:0px}
	.e_line-21{margin-top:10px; margin-bottom:10px;}
} 
@media screen and (max-width: 1200px) { 
.nypro-list{width:100%;}
} 

@media screen and (max-width: 1100px) { 
.nypro-list li{width: 32.33%;margin: 0 0.5% 16px 0.5%;}
} 

@media screen and (max-width: 992px) { 
	.ny-pro-list li{width: 44%;}
} 

@media screen and (max-width: 660px) { 
.nypro-list li{width:46%; padding:2%; margin:2%;}
} 


/* 必要布局样式css */
.module-banner {
	padding: 40px 0;
}
.module-banner-box {
	margin: 0 auto;
	position: relative;
}
.module-banner-head {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
.module-banner-tab{
	flex-wrap: wrap;
}
.module-banner-head em {
	display: block;
	margin-bottom: 8px;
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	color: #333;
}
.module-banner-head span {
	font-size: 16px;
	opacity: .6;
	text-transform: uppercase;
	font-family: arial;
}
.module-banner-cat{
	float: left;
	width: 23.33%;
}
.module-banner-cat{
	flex-direction: column;
	justify-content: space-between;
}

.module-banner-inn-dig{
	font-size: 70px;
	color: #0c479d;
}
.module-banner-inn-des{
	font-size: 16px;
	font-weight: 600;
	color: #999;
}
.module-banner-tab-list {
	float: right;
	width: 23.33%;
}
.module-banner-tab-list .module-tab-nav li{
	background: #e9e9e9;
	border-bottom: 1px solid #999;
}
.module-banner-tab-list ul li {
	color: #666;
	cursor: pointer;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .nav-name{
	color: #fff;
}
.module-banner-tab-list ul li .nav-name{
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
}

.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1;
	height: auto;
	background-image: -moz-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: -o-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
	display: inline-block;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
	background-image: -moz-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: -o-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-repeat: repeat;
	color: #fff;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
	opacity: 1;
	height: auto;
	background-image: -moz-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: -o-linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-image: linear-gradient(to right, #37b36e 25%,#0c479d 100%);
	background-repeat: repeat;
}
.module-banner-tab-list-box {
	float: left;
	width: 53.33%;
	padding: 0 2%;
	text-align: center;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.module-tab-box-ma {
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}
.module-img{
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.module-des{
	width: 100%;
	font-size: 18px;
	color: #666;
	margin-top: 30px;
	line-height: 30px;
}
.module-des span{
	font-weight: 600;
}
.module-img{	
	justify-content: center;
	align-items: center;
	z-index: 99;
	position: relative;
}
.module-img-wp{
	width: 370px;
	height: 370px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	background-image: linear-gradient(rgba(137,196,46),rgba(35,172,66));
}
.module-img img{
	width: 100%;
}
.module-img:after{
	content: '';
    width: 400px;
    height: 400px;
    border: 2px solid #0c479d;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.module-tab-text ul li:hover a {
	color: #08acee;
}

.module-tab-case li {
	float: left;
	margin-right: 20px;
}
.module-tab-case li i {
	width: 60px;
	height: 60px;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	display: inline-block;
}
.module-tab-case li span {
	color: #666;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 24px;
}

@media screen and (max-width: 1000px) {
	.module-banner-cat{
		width: 100%;
		flex-direction: row;
	}
	.module-banner-inn-dig{
		font-size: 50px;
	}
	.module-banner-tab-list-box{
		width: 100%;
		margin: 5% 0;
	}
	.module-banner-tab-list{
		width: 100%;
	}
	.module-tab-nav{
		display: flex;
		flex-wrap: wrap;
	}
	.module-banner-tab-list ul li{
		width: 48%;
		margin: 0 1% 4px 1%;
		border-bottom: 1px solid #fff;
	}
	
}
@media screen and (max-width: 800px){
	.module-banner-inn-dig{
		font-size: 20px;
	}
	.module-banner-inn-des{
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
	.module-banner-tab-list ul li .nav-name{
		font-size: 14px;
	}
	.module-img-wp{
		width: 240px;
		height: 240px;
	}
	.module-img:after{
		width: 260px;
		height: 260px;
	}
	.module-banner-tab-list ul li .nav-name{
		line-height: 40px;
	}
	.module-des{
		font-size: 14px;
	}
	.procon:hover .ptit{
		height: 100%;		
	}
}

/* 项目内页 */
.ny_img_com{width:100%; height:auto; border-bottom:1px solid rgba(0,0,0,0.2);}
.ny_img_com .ny_img_left{width:50%; height:auto; float:left;border-right:1px solid rgba(0,0,0,0.2);}
.ny_img_com .ny_img_center{width:45%; height:auto; float:right; text-align:left; padding-bottom:20px;}
.ny_img_com .ny_img_center .tit_h1{width:100%; line-height:2.2rem; font-size:1.5rem; color:#000; padding-bottom:1rem; border-bottom:2px solid #333;}
.ny_img_com .ny_img_center .tit_h2{width:100%; height:auto; line-height:30px; padding:3% 0; font-size:1rem; color:rgba(0,0,0,0.6);}
.ny_img_com .ny_img_center .tit_h2 span{color:#0c479d;}
.ny_img_com .ny_img_center .tit_h3{width:100%; line-height:2rem; font-size:1.1rem; color:#000; font-weight:bold; padding:0.5rem 0; border-top:1px dashed rgba(0,0,0,0.2); border-bottom:1px dashed rgba(0,0,0,0.2); margin-bottom:1.5rem;}
.ny_img_com .ny_img_center .tit_h3 .icon{font-size:1.6rem;}
.ny_img_com .ny_img_center .tit_h3 span{color:#0c479d;font-size:1.6rem; font-family:Arial; font-weight:normal;}
.ny_img_com .ny_img_center .tit_message{width:45%; line-height:40px; background:#0c479d; font-size:15px; color:#fff; float:left; text-align:center; margin-right:5%;}
.ny_img_com .ny_img_center .tit_message a{color:#fff;}
.ny_img_com .ny_img_center .tit_message:hover{background:#0c479d;}
.ny_img_com .ny_img_center .tit_message:hover a{color:#fff;}
.ny_img_com .ny_img_center .tit_fasong{width:150px; line-height:50px; background:#0c479d; font-size:15px; color:#fff; float:left; text-align:center; border-radius:3px;}
.ny_img_com .ny_img_center .tit_fasong a{color:#fff;}
.ny_img_com .ny_img_center .tit_fasong:hover{background:#00398b;}
.ny_img_com .ny_img_center .tit_fasong:hover a{color:#fff;}

@media screen and (max-width: 1000px) { 
.ny_img_com{width:84%; padding:8%;}
.ny_img_com .ny_img_left{width:100%; height:auto; float:left;}
.ny_img_com .ny_img_center{width:100%; height:auto; float:left; text-align:left;}
} 
/* 设置了浏览器宽度不大于1100px时 */
@media screen and (max-width: 660px) { 
.ny_img_com{width:100%; padding:0%;}
.ny_img_com .ny_img_left{width:100%; height:auto; float:left;}
.ny_img_com .ny_img_center{width:100%; height:auto; float:left; text-align:left;}
.ny_img_com .ny_img_center .tit_h1{font-size:20px;}
.ny_img_com .ny_img_center .tit_h2{font-size:15px;}
.ny_img_com .ny_img_center .tit_h3{font-size:15px;}
.ny_img_com .ny_img_center .tit_h3 span{font-size:18px;}
.ny_img_com .ny_img_center .tit_fasong{line-height:40px;}
} 
/* 设置了浏览器宽度不大于660px时 */

/*荣誉证书*/
.ny-honor_right{width: 100%;}
.nyhonor-list{flex-wrap: wrap;}
.nyhonor-list li{width: 24%;margin: 0 0.5% 24px 0.5%; text-align: center;border: 1px solid #eee;background: #fff;box-sizing: border-box;}
.nyhonor-list li img{width: 100%;}
.nyhonor-list li a{color: #333;}
.nyhonor-list li h5{line-height: 40px;}
@media screen and (max-width: 800px) {
	.nyhonor-list li{width: 49%;}
}

/* 项目内页-我们 */
.ny_about{width:100%; height:514px; background:url(../images/details_about.jpg) center no-repeat; margin-top:30px;}
.ny_honor_tit{width:100%; height:60px; line-height:30px; font-size:15px; color:#333; text-align:center; padding:40px 0px;}
.ny_honor_tit span{font-size:25px;}
.ny_honor{width:100%; height:auto; padding-bottom:40px;}
.ny_honor img{width:20%; height:auto; float:left; display:block;}
.ny_cases_tits{width:100%; line-height:100px; background:#717171; text-align:center; margin-top:30px;}
.ny_cases_tits p{width:auto; font-size:50px; font-weight:bold; color:#fff;}
.ny_cases{width:100%; height:auto; text-align:center; margin-top:20px;}
.ny_cases .cases_img{width:30%; height:auto; padding:0 1.5%; float:left;}
.ny_cases .cases_img img{width:100%; height:auto; display:block;}
.ny_cases .cases_img p{width:100%; line-height:50px; font-size:16px; color:#333;}


/* scrollbox */
.scrollbox{position:relative;width:140px;height:350px;overflow:hidden;}
.scrollbox ul{position:absolute;left:0px;top:0px;}
.scrollbox li{float:left;width:140px;height:100px;overflow:hidden; padding-bottom:20px;}
.scrollbox li a{float:left;display:inline-block;width:140px;height:100px;overflow:hidden; text-decoration:none;}
.scrollbox li a img{display:block;width:140px;height:100px;background:#eee; position:absolute;}
.scrollbox li a p{width:140px;height:30px; margin-top:70px; line-height:30px; text-align:center; background:rgba(255,255,255,.7); color:#333; position:relative; font-size:13px;}
.scrollbox li:hover a p{width:140px;height:30px; margin-top:70px; line-height:30px; text-align:center; background:rgba(255,255,255,.9); color:#333; position:relative; font-size:13px;}


/*内页新闻*/
.nynewslist{width:100%; height:auto;}
.nynewslist li{ width:96%; height:auto; padding:20px 2%; color:#333; font-size:16px; border-bottom:1px solid #ededed;}
.nynewslist li a{color:#333;}
.nynewslist li a h4{font-size:18px;line-height:30px;}
.nynewslist li:hover a{ text-decoration:none; color:#0c479d;}
.nynewslist li span{ font-size:14px; color:#787878; line-height:25px;}
.nynewslist li:hover{background:#ececec;}
.ny-news-des{ word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; }
/*内页新闻加图片*/
.nynewsimg{width:100%; height:auto;}
.nynewsimg li{ width:96%; height:auto; padding:20px 2%; color:#333; font-size:16px; border-bottom:1px dotted #ccc;}
.nynewsimg li img{width:28%; height:auto; float:left; padding:1%; border:1px solid #ccc;}
.nynewsimg li dl{width:65%; height:auto; float:right;}
.nynewsimg li dl dt{font-size:16px; color:#333; line-height:50px;}
.nynewsimg li dl dd{font-size:14px; color:#787878; line-height:25px;}
.nynewsimg li a{ font-size:16px; color:#333; line-height:27px;}
.nynewsimg li:hover img{border:1px solid #0c479d;}
.nynewsimg li:hover dl dt{color:#0c479d; font-weight:bold;}
.nynewsimg li:hover{background:#ececec;}

@media screen and (max-width: 1000px) { 
.nynewsimg li img{width:38%; height:auto; float:left; padding:1%; border:1px solid #ccc;}
.nynewsimg li dl{width:55%; height:auto; float:right;}
.nynewsimg li dl dt{line-height:35px;}
} 
/* 设置了浏览器宽度不大于1100px时 */
@media screen and (max-width: 660px) { 
.nynewslist li a h4{font-size:16px;line-height:30px;}
.nynewsimg li img{width:90%; padding:5%;}
.nynewsimg li dl{width:90%; padding:5%;}
} 
/* 设置了浏览器宽度不大于660px时 */


/*分页*/
.page{ width:100%;height:35px;padding-top:15px; text-align:center;}
.page a{display:inline-block; color:#333; border:1px solid #dedede; padding: 5px 8px; margin:0px 3px; border-radius:2px;}
.page a:hover{background-color:#6e2200;color:#fff; text-decoration:none;}
.page .current{display:inline-block; padding: 5px 8px; color:#6e2200; font-weight:bold;}

/*详情页*/
.article_title{ text-align:center; width:100%; padding:10px 0;}
.article_title h1{font-size:20px; line-height:30px;}
.newsin-c{width:100%; height:auto; margin:0px auto; padding-top:20px;}
.newsnext{width:100%; padding:30px 0px;justify-content: space-between;}
.newsnext li{height:30px; line-height:30px;}
.newsnext li a{color:#333; line-height:30px;}
.newsnext li a:hover{color:#0c479d; cursor:pointer; text-decoration:none;}
.artdet{width:100%; line-height:50px; text-align:center;border-bottom:1px solid #dfdfdf; margin-bottom:25px; background:#efefef;}

/*在线留言*/
.zxlyinp{ width:300px; height:28px; line-height:28px; margin:5px 0px; padding-left:10px; border:1px solid #dedede; border-radius:4px;}
.zxlyyzm{width:100px; height:30px; line-height:30px; margin:5px 0px; font-size:14px; padding-left:10px; border:1px solid #dedede; border-radius:4px;}
.zxlysub{ width:120px; height:30px; line-height:30px; color:#fff; text-align:center; border-radius:4px; background-color:#188FE1; border:0px; font-size:15px;}
.zxlysub:hover{ cursor:pointer;}

/*联系我们*/
.contact-warp {
	min-width: 920px;
	width: 100%;
}
.project-form {
	min-height:560px;
}
.project-form .entry-content p {
	font-size: 30px;
	color: #666;
	text-align: center;
}
.project-form ul {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
.project-form ul li {
	float: left;
	width: 420px;
	margin: 10px;
}
.project-form ul li:last-child {
	width: 900px;
}
.project-form ul li label {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.project-form ul li label em {
	color: #dd4250;
}
.project-form ul li input[type="text"], .ctxt {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	width: 400px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 4px;
	-webkit-transition: box-shadow 0.30s ease-in-out;
	-moz-transition: box-shadow 0.30s ease-in-out;
	transition: box-shadow 0.30s ease-in-out;
}
.project-form ul li input[type="text"]:focus, .ctxt:focus {
	border: #dd4250 1px solid;
	box-shadow: 0 0 8px rgba(221,66,80,0.87);
}
.project-form ul li textarea, .ctxtarea {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	width: 840px;
	height: 120px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 16px;
	overflow: auto;
	x-overflow: hidden;
	-webkit-transition: box-shadow 0.30s ease-in-out;
	-moz-transition: box-shadow 0.30s ease-in-out;
	transition: box-shadow 0.30s ease-in-out;
}
.project-form ul li textarea:focus, .ctxtarea:focus {
	border: #dd4250 1px solid;
	box-shadow: 0 0 8px rgba(221,66,80,0.87);
}
.project-form input[type="submit"].submit {
	display: block;
	margin: 10px auto;
	padding: 10px 40px;
	font-size: 18px;
}
.contacnt-address {
	padding: 280px 0 0 0;
	margin: 0 auto 60px;
	font-size: 16px;
	color: #f2f2f2;
	text-align: center;
}
.contacnt-address em {
	font-size: 20px;
	line-height: 50px;
	color: #666;
}
.mapbg {
	height: 520px;
	border-top: 1px solid #ddd;
	background-image: url(../images/map_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.cbqq {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 152px;
	height: 184px;
	background: url(../images/cbqq.png) no-repeat 0px 0px;
}
.cbqq:hover {
	background: url(../images/cbqq.png) no-repeat 0px -184px;
}
.contact-bg {
	background-image: url(../images/cont-bg.jpg);
	background-position: center center;
	background-size: cover;
	Background-attachment: fixed;
}
.contact-detail {
	width: 100%;
	overflow: hidden;
}
.contact-detail li {
	float: left;
	width: 24%;
	margin: 0.5%;
	padding: 40px 0 168px 0;
}
.contact-detail li a {
	display: block;
	margin-right: 20px;
	text-indent: -9999px;
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,1);
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.contact-detail li a:hover {
	background-color: rgba(221,66,80,1);
	color: #fff;
	box-shadow: 0 0 0 3px rgba(221,66,80,0.3);
}
.contact-detail li a.am-byqq {
	background-image: url(../images/c_bg.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
}
.contact-detail li a:hover.am-byqq {
	background-position: 0px 0px;
}
.contact-detail li a.am-byemail {
	background-image: url(../images/c_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -90px;
}
.contact-detail li a.am-byweibo {
	background-image: url(../images/c_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -180px;
}
.contact-detail li a.am-byphone {
	background-image: url(../images/c_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -270px;
}
.contact-detail li span {
	display: block;
	font-size: 12px;
	padding: 25px 0 0 0;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: hidden;
	white-space: nowrap;
}
.contact-detail li em {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #dd4250;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*更多新闻，产品*/
.ny_xg_title{ width: 100%; height: 35px; line-height: 35px; border-bottom: 1px solid #e0e0e3;}
.ny_xg_title p{color:#333; background: url(../images/productshow_06.jpg) no-repeat left bottom; font-size: 15px; }
.morearticle{ width:100%; padding:15px 0px;}
.morearticle li{ width:48%; height:35px; line-height:35px; float:left; margin: 0px 1%; border-bottom: 1px dashed #dedede;}
.morearticle li a{ color:#333; background:url(../images/productshow_14.jpg) no-repeat left center; padding-left: 10px;}
.morearticle li a:hover{ color:#000}
.moreproducts{ width:100%; padding:15px 0px;}
.moreproducts li{ width:280px; height:auto;float:left; background: #DEDEDE; margin: 10px 13px; text-align: center;}
.moreproducts li img{ width:100%; height: 220px;}
.moreproducts li a{ color:#333; line-height:30px;}
.moreproducts li a:hover{ color:#000}

.nyproright{ width:400px; height: auto; float: right;}
.pro_title{ text-align:left; width:100%; font-size:22px; line-height:40px; }
.nyproright p{ margin: 10px 0px; line-height:40px; height: 40px; overflow: hidden; color:#616161; font-size:15px;}
.nyproright span{ font-size: 18px; color: #464646; height: 45px;}
.nyproright span b{ color: #0c479d; font-size: 26px;}
.nyproright a{ display:block; background: #0c479d url(../images/productshow_03.jpg) no-repeat 130px center; height: 40px;line-height: 40px; font-size: 16px; color: #fff; text-align: center;  width: 160px; margin-top: 20px;float: left;}
.nyproright a:hover{ text-align: center;}
.pofont1{ float: left; color: #616161; font-size: 16px; padding-top: 25px;}
.probody{ border-top:1px dashed #dedede; padding: 15px 0px; font-size: 13px; line-height: 23px; margin-top: 40px;}
.probody img{ max-width:890px}
.probodytitle{ width:100%; height:60px; line-height:50px; text-align:left; color:#333; font-size:16px; margin-bottom:20px; border-bottom:1px solid #e1e1e1;text-transform:uppercase;}



.page_list{text-align:center;letter-spacing:0;font-size:15px;margin-top:20px; margin-bottom:10px; clear:both;}
.page-status{display: none;}
.page_list a{display:inline-block;color:#666666;text-align:center;padding:0px 15px; margin:0px 2px; line-height:35px; border:1px solid #dfdfdf;}
.page_list span a{color:#666666;}
.page_list span a:hover{color:#0c479d;}
.page_list span a.on{color:#0c479d;}


.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:left;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;}
.msgflag{margin-left:4px;font-size:12px;color:#900;}

.yema { margin:30px auto; }
.yema a { padding: 0 10px; height: 26px; display: block; float: left; margin: 0 4px; font-size: 16px; color: #6d6d6d; line-height: 26px; text-align: center; border: 1px solid #d2d2d2; background: #f0f0f0; }
.yema span { padding: 0 10px; height: 26px; display: block; float: left; margin: 0 4px; font-size: 16px; color: #6d6d6d; line-height: 26px; text-align: center; border: 1px solid #d2d2d2; background: #f0f0f0; }
.yema a:hover { color: #b12923; background: #FFF; }
.yema a.yenn { color: #b12923; background: #FFF; }

.mRmenu {
	width: 60px;
	background: #fff;
	position: fixed;
	right: 10px;
	top: 50%;
	transform:translateY(-50%);
	z-index: 8;
	padding: 0px 0;
	border-radius: 5em;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.mRmenu li {
	padding: 6px;
	position: relative;
}
.mRmenu li:after {
	content: "";
	width: 16px;
	height: 1px;
	background: #E6E6E6;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -1px;
}
.mRmenu li:last-child:after {
	display: none;
}
.mRmaBtn {
	border-radius: 50%;
	position: relative;
	display: block;
}
.mRmaBtn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, #0049a2 0%, #0c479d 100%);
	border-radius: 50%;
	transition: all 0.5s ease;
	opacity: 0
}
.mRmaBtn:hover:before {
	opacity: 1;
}
.mRmico {
	display: block;
	height: 48px;
	width: 48px;
	position: relative;
}
.mRmico img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}
 .mRmico img:nth-child(2) {
opacity: 0;
}
.mRmaBtn:hover .mRmico img {
	opacity: 0
}
 .mRmaBtn:hover .mRmico img:nth-child(2) {
opacity: 1
}
.mRmtels {
	position: absolute;
	right: 75px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	background: #fff;
	padding: 6px 16px;
	border-radius: 0.4em;
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.mRmaBtn:hover .mRmtels {
	opacity: 1;
	visibility: visible;
}
.mRmtels:after {
	content: "";

	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	right: -8px;
}
.mRmtels dd {
	border-bottom: 1px solid #F2F2F2;
	padding: 18px 0;
	text-align:left;
}
.mRmtels dd:last-child {
	border: none;
}
.mRmtels dd strong {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	font-weight: normal;
}
.mRmtels dd p {
	font-size: 16px;
	color:#6E6E6E;
	line-height: 26px;
	font-weight: bold;
}
 .mRmenu li:nth-child(2) {
display:none;
}
@media (max-width:1799px) {
 .mRmenu {
width: 50px;
right: 5px;
}
 .mRmico {
height: 38px;
width: 38px;
}
 .mRmico img {
width: 26px;
height: 26px;
}
 .mRmtels {
width: 170px;
right: 60px
}
 .mRmtels:after {
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
right: -6px;
top: 50%;
margin-top: -6px;
right: -6px;
}
 .mRmtels dd {
padding: 10px 0;
}
 .mRmtels dd strong {
font-size: 16px;
line-height: 22px;
}
 .mRmtels dd p {
font-size: 15px;
line-height: 22px;
}
}
@media (max-width:767px) {
 .hmCon5Wpr {
overflow:hidden;
}
 .hmc5map img {
transform:scale(2);
}
}
