﻿@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #111111;
}

.block {
  display: block;
}

body {
  font-family: "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  color: #111111;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}



.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 7px;
  background-color: #fff;
  position: relative;
  opacity: 1;
  border-radius: 0;
  border-radius: 100%;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {

  background-color: #0c348b;
}



/*******头部********/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.head-language-icon img {
  width: 100%;
  height: 100%;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;

  right: -1.25rem;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #555555;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}





header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #ffffff;
  /* border-bottom: 1px solid #e5e5e5; */
}



header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 20.75rem;
}

header .logo a .con {
  position: relative;
  color: #111111;
  line-height: 1;
  padding-left: 0.62rem;
}

header .logo a .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;
}

header .logo a .con .text {
  font-size: 0.88rem;
}

header .header-nav {}

header .header-nav>ul>li {
  margin-right: 2.6vw;
  position: relative;
}

header .header-nav>ul>li:last-child {
  /* margin-right: 0 !important; */
}



header .header-nav>ul>li .link {
  display: block;
  position: relative;
  padding: 1.45rem 0;
  color: #111111;
  font-size: 1.1875rem;
}



header .header-nav>ul>li.active .link::after,
header .header-nav>ul>li:hover .link::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #173192;
  transition: all 400ms;

}

header .header_language {
  position: relative;
  /* padding-left: 1.5625rem; */
}

/* header .header_language::after {
  content: '';
  width: 1px;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  left: 2.62rem;
  background: #fff;
  margin-top: -0.88rem;

} */

header .header_language a {
  font-size: 0.88rem;
  color: #111111;
  display: flex;
  align-items: center;
}

header .header_language a img {
  margin-right: 0.62rem;
  width: 1.5rem;
}

header .header_search {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: block;
}

header .header_search img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.875rem;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.5rem solid transparent;
  border-top: 0rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 1.12rem;
  border-radius: 6px;
  height: 50px;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 4.6rem 0 1.0rem;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 1.12rem;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.62rem;
  bottom: 0;
  z-index: 8;
  width: 4.6rem;
  background-image: url(../images/search02.svg);
  background-size: 1.62rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: -4.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 14.4375rem;
  /* height: 16rem; */
  /* transform: translateX(-50%); */
  transition: all 400ms;
}

header .header-nav ul li.link_item:nth-child(4) .headerDropDown {
  width: 16.4375rem;

}

.headerDropDown.special .headerDropDownList {
  width: 32.4375rem;
  display: flex;
  flex-wrap: wrap;
}

/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
} */

.headerDropDown .headerDropDownList {
  background-color: #ffffff;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
}

.headerDropDown .headerDropDownList .img {
  position: absolute;
  background-color: #fff;
  right: 100%;
  top: 0;
  height: 100%;
}

.headerDropDown .headerDropDownList .img .bg_cover {
  width: 24.0625rem;
  height: 16rem;
}

.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  padding-left: 0.9375rem;
  /* padding-right: 0.9375rem; */
  padding-left: 4.375rem;
}



.headerDropDown .headerDropDownList .link_item_on:last-child {
  padding-bottom: 0;
}


.headerDropDown .headerDropDownList ._link {
  color: #111111;
  font-size: 1rem;
  transition: all 400ms;
  width: 10rem;
  display: inline-block;
  /* height: 2.5rem; */
  line-height: 2.25rem;
  /* padding-left: 1.25rem; */

}

.headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #173192;
}


/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #0b4fb2;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #0b4fb2;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0b4fb2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {
  background: #ffffff;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

footer .footer_main {
  position: relative;
  padding: 3.75rem 0 2.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

footer .footer_box {
  width: 35.3333%;
  margin-right: 7.5rem;
}

footer .footer_logo .img {
  width: 6.25rem;
}

footer .footer_logo .con {
  position: relative;
  color: #ffffff;
  padding-top: 1.875rem;

}

footer .footer_logo .con .title {
  font-size: 1.62rem;
  margin-bottom: 0.62rem;

}

footer .footer_logo .con .text {
  font-size: 0.875rem;
}

footer .footer_nav {
  /* width: 100% */
  width: 90%;
}

footer .footer_nav li {
  position: relative;
  font-size: 1.0rem;
  color: #111111;
  /*margin-right: 7.75rem;*/
  margin-right: 4.75rem;

}

footer .footer_nav li:last-child {
  margin-right: 0;
}

footer .footer_nav li a {
  font-size: 1rem;
  color: #888888;
}

footer .footer_nav li p {
  margin-bottom: 0.625rem;

}

footer .footer_nav li:nth-child(2) {
  width: 32%;
  margin-right: 2.75rem;
}

footer .footer_nav li:nth-child(2) .footer_navbox {
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer_nav li:nth-child(2) p {
  width: 10rem;
}

footer .footer_nav li p.title a {
  font-size: 1.1875rem;
  color: #111111;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  color: #173192;
}

footer .footer_copyright {
  padding: 1.75rem 0;
  color: #111111;
  font-size: 1.0rem;
  /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
  display: flex;

}

footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright a {
  color: #111111;

}

footer .footer_copyright .fCopyright a.link {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}

footer .footer_copyright .fCopyright a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
}

.fCopyleft a {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
.fCopyleft a:hover{
    color: #173192;
}

.fCopyleft a:last-child {
  padding-right: 0;
}

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;
}

.footer_share .fshare_items {
  margin-left: 1.25rem;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0.2rem;
  width: 2.375rem;
  height: 2.375rem;

}

.footer_share .fshare_items a img {

  display: block;
}

.footer_share .fshare_items.te a img {
  width: 1.5rem;
}

.footer_share .fshare_items.dy a img {
  width: 1.5rem;
}

.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 9.25rem;
  padding: 0.62rem;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}


/*****主体开始*******/




body.webHome header {
  /* position: absolute; */
}

body.innerPage header .header-main {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.hbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home_banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner li.swiper-slide {
  width: 100%;
}

.home_banner .bannerHeading {
  position: absolute;

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  z-index: 99;
}

.home_banner .bannerHeading .label {
  color: #111111;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 0.5rem;
}

.home_banner .bannerHeading .title {
  font-size: 3.25rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;

}

.home_banner.swiper-container .swiper-pagination {
  bottom: 7.5rem;
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.125rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.home_banner.swiper-container .swiper-pagination .swiper-pagination-bullet-active {

  background-color: #fff;
}

.home_banner .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
  width: 2.125rem;
  height: 4.1875rem;
  background-image: url(../images/jsLeft.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  opacity: .3;
  transition: all 400ms;
}

.home_banner .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
  width: 2.125rem;
  height: 4.1875rem;
  background-image: url(../images/jsLeft.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .3;
  transition: all 400ms;
}

.home_banner .swiper-button-prev:hover:after,
.swiper-container-rtl .swiper-button-next:hover:after,
.home_banner .swiper-button-next:hover:after,
.swiper-container-rtl .swiper-button-prev:hover:after {
  opacity: 1;
}

.home_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 3.125rem;
}

.home_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 3.125rem;
}



/**/
.hTitle {
  font-size: 2.875rem;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  color: #666666;
}

.hTitle_fff {
  color: #ffffff;
}

.hText {
  font-size: 1.25rem;
  color: #111111;
  line-height: 1.8;
}

.hText_fff {
  color: #fff;
}

.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  /* color: #000; */
  font-weight: 400;
  position: relative;
  width: 12.5rem;
  padding: 1.0rem 1.5rem;
  cursor: pointer;
  transition: all 400ms;
  background-color: #fff;
  margin: 0;
  border: 1px solid #1ba195;

}



.hMore a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../images/moreIcon_b.svg) no-repeat;
  background-size: 100% 100%;
  transition: all 400ms;
}



.hMore a:hover {
  color: #1ba195;
}

.hMore a:hover::after {
  background: url(../images/moreIcon.svg) no-repeat;
  background-size: 100% 100%;
}




.container-fluid {
  padding-left: 3.125rem;
  padding-right: 3.125rem;

}





/**/
.hNews {
  position: absolute;
  height: 5.625rem;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: flex;
  align-items: center;
}

.hNews .box {
  color: #fff;
}

.hNews .time {
  font-size: 1rem;
  padding-right: 1rem;
  position: relative;
}

.hNews .time::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}


.hNews .text {
  padding-left: 1rem;
}

.hNews .box .box_lt {
  display: flex;
  align-items: center;
}

.hNews .More a {

  display: inline-block;
  position: relative;

}

.hNews .More a::after {
  position: absolute;
  content: '';
  width: 2.125rem;
  height: 2.125rem;
  background-image: url(../images/moreIcon1.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
  border-bottom: 1px solid #f0f0f0;
}

#sideNav.sideNavts {
  height: 5rem;
}

#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {
  /* position: absolute; */
  top: -3.6875rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  /* padding-left: 10.5rem; */
}

#sideNav .sideNavBox li {
  position: relative;

}

#sideNav .sideNavBox li a {
  display: inline-block;
  position: relative;
  /* text-align: center; */
  padding: 1.0rem 0;
  margin-right: 6.25rem;

  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav .sideNavBox1 li a {
  /* margin-right: 4.25rem; */
  margin-right: 3.75rem;
}
#sideNav .sideNavBox1 li a:hover{
    color: #173192;
}
#sideNav .sideNavBox ul {
  justify-content: center;
}

#sideNav .sideNavBox2 ul {
  justify-content: flex-start;
}

#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0%;
  height: 2px;
  background: #0c348b;
}




#sideNav .sideNavBox li.active a::before {
  width: 100%;
}



.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: transparent;

}

.pagination .page-item {
  position: relative;
}

.pagination .page-item.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.9375rem;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;


}

.pagination li.active span {
  color: #ffffff;
  background: #173e90;

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;

}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.65rem;
  width: 0.65rem;
  margin-top: -0.3rem;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-color: #173e90;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}





/*弹框*/
#teamModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}

.webModal .modal-content {
  border: none;
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: transparent;
  justify-content: center;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
  margin: 0 auto;
  width: 50%;
}

.webModal .modal-content .imgsm_box .imgsm {
  width: 11.25rem;
  height: 8.5625rem;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  border: 4px solid #69b82e;
}

.webModal .modal-content .modalMain .img {
  width: 100%;
  height: 31vw;
}



.webModal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #69b82e;
  background-image: url(../images/close_w.svg);
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar {
  width: 2px;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar-thumb {
  background: #f69600;
}

.modalMain .modalMainCon .w_text::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}









/*内页banner*/
#wBanner {
  position: relative;
}

#wBanner .bannerimg {
  position: relative;
  height: 36.25rem;
  animation: enlarge 2s linear 1
}

@keyframes enlarge {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

#wBanner .box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}



#wBanner .box .breadcrumb {
  padding: 0;
  justify-content: flex-start;
  background-color: transparent;
  margin-bottom: 0;
}

#wBanner .box .breadcrumb .breadcrumb-item {
  font-size: 1rem;
}

#wBanner .box .breadcrumb .breadcrumb-item span {
  border-bottom: 1px solid #464a4c;
}

#wBanner .box .breadcrumb .breadcrumb-item,
#wBanner .box .breadcrumb .breadcrumb-item a {
  color: #111111;
}

#wBanner .box .breadcrumb-item+.breadcrumb-item::before {
  color: #0c348b;
}

#wBanner .bannerimg .title {
  font-size: 3.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #fff;
}

/*内页开始*/
.w_hMore {
  margin-top: 2.5rem;
}


.pb_16 {
  padding-bottom: 1.0rem !important;
}

.pb_26 {
  padding-bottom: 1.62rem !important;
}

.pt_26 {
  padding-top: 1.62rem !important;
}

.pb_36 {
  padding-bottom: 2.25rem !important;
}

.pt_36 {
  padding-top: 2.25rem !important;
}

.pb_46 {
  padding-bottom: 2.88rem !important;
}

.pb_56 {
  padding-bottom: 3.5rem !important;
}

.pb_66 {
  padding-bottom: 4.12rem !important;
}

.pt_130 {
  padding-top: 8.125rem;
}

.pb_130 {
  padding-bottom: 8.125rem;
}

.pt_100 {
  padding-top: 6.25rem;
}

.pb_100 {
  padding-bottom: 6.25rem;
}


.w_title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;

  color: #111111;
}

.w_title30 {
  font-size: 1.875rem;
}

.w_title48 {
  font-size: 3rem;
}



.w_title_fff {
  color: #ffffff;
}

.w_text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #111111;
}

.w_text18 {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #111111;
}

.w_text24 {
  font-size: 1.5rem;
  line-height: 1.8;

}

.w_text_fff {
  color: #fff;
}

.w_text_777 {
  color: #777777;
}

.w_text_0c348b {
  color: #0c348b;
}

.font_b {
  font-weight: bold;
}

.bg_f6f6f6 {
  background-color: #f6f6f6;
}

.bg_f4f4f4 {
  background-color: #f4f4f4;
}


.w_more a {
  width: 10.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #0c348b;
  border: 1px solid #0c348b;
  padding-left: 1.875rem;
  cursor: pointer;
  transition: all 400ms;
}

.w_more a::before {
  position: absolute;
  content: '';
  width: 1.125rem;
  height: 0.125rem;
  background-color: #0c348b;
  left: 1.875rem;
  transition: all 400ms;
}

.w_more a::after {
  position: absolute;
  content: '';
  width: 0.125rem;
  height: 1.125rem;
  left: 2.4063rem;
  background-color: #0c348b;
  transition: all 400ms;
}

.w_more a:hover {
  background-color: #0c348b;
  color: #fff;
}

.w_more a:hover::before,
.w_more a:hover::after {
  background-color: #fff;
}





.w_more a {
  width: 10.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 1.875rem;
  cursor: pointer;
  transition: all 400ms;
}

.w_more a::before {
  position: absolute;
  content: '';
  width: 1.125rem;
  height: 0.125rem;
  background-color: #fff;
  left: 1.875rem;
  transition: all 400ms;
}

.w_more a::after {
  position: absolute;
  content: '';
  width: 0.125rem;
  height: 1.125rem;
  left: 2.4063rem;
  background-color: #fff;
  transition: all 400ms;
}

.w_more a:hover {
  background-color: #0c348b;
  color: #fff;
  border: 1px solid #0c348b;
}

.w_more a:hover::before,
.w_more a:hover::after {
  background-color: #fff;
}



/* 公司简介 */
.company .w_text .hide {
  display: none;
}

.company .w_more.active a::after {
  width: 0;
}

.companynum {
  margin-top: 2.25rem;
}

.show video {
  width: 100%;
  object-fit: fill;
}

.companynum .num {
  font-size: 3.75rem;
  font-weight: 600;

}

.companynum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.companynum .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.companynum .box:first-child {
  align-items: flex-start;
  width: 20%;
}

.companynum .box:last-child {
  align-items: flex-end;
  border-right: 0;
  width: 20%;
}

.companyimg {
  height: 46.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.companyimg .bg_cover {
  width: 100%;
  height: 100%;
}

.culture .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.culture .box .box_sm {
  width: 49%;
  height: 23.125rem;
  border: 1px solid #999999;
  padding: 3.75rem;
  margin-top: 2%;
}

.culture .box .box_sm .ico {
  width: 3.75rem;
  height: 3.5625rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
}

.culture .box .box_sm .w_title30 {
  padding-left: 1.625rem;
  font-size: 2.25rem;
  color: #173192;
}

.culture .box .box_sm .w_text {
  /* height: 4.5rem; */
  /* overflow: auto; */
  font-size: 1.5rem;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}



.culture .box .box_sm .w_text::-webkit-scrollbar {
  width: 0.1875rem;
  height: 100%;
}



.culture .box .box_sm .w_text::-webkit-scrollbar-track {
  width: 0.1875rem;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
}

.culture .box .box_sm .w_text::-webkit-scrollbar-thumb {
  background-color: #006bd6;
  border-radius: 0.25rem;
}

.culture .box .box_sm:first-child .ico {
  background-size: 3.25rem 3.625rem;
}

.culture .box .box_sm:nth-child(2) .ico {
  background-size: 2.875rem 2.875rem;
}

.culture .box .box_sm:nth-child(3) .ico {
  background-size: 3.25rem 2.8125rem;
}

.culture .box .box_sm:last-child .ico {
  background-size: 3.75rem 3.5625rem;
}

.course {
  display: flex;

}

.course .box_l {
  background-image: linear-gradient(to right, #4f55d6, #0c348b);
  width: 50%;
  display: flex;
  padding: 8.75rem 4.375rem;
}

.course .box_r {
  height: 50.75rem;
  width: 50%;
}

.course .box_r .bg_cover {
  width: 100%;
  height: 100%;
}

.householedPlatformjs {
  width: 6.375rem;
  margin-left: 0;
  margin-right: 0;
  height: 30rem;
}

.householedPlatformjs .w_text {
  color: #fff;
  line-height: 1;
  padding-bottom: 2.25rem;
}

.householedPlatformjs .swiper-wrapper {
  flex-direction: column;
}

.householedPlatformjs .swiper-wrapper .swiper-slide {
  /* height: 5.6rem !important; */
  cursor: pointer;
}

.householedPlatformjs .circular {
  width: 1rem;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.householedPlatformjs .circular::before {
  position: absolute;
  content: '';
  top: -1.125rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #fff;
}

.householedPlatformjs .circular::after {
  position: absolute;
  content: '';
  bottom: -1.125rem;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #fff;
}

.householedPlatformjs1 {
  margin-left: 0;
  margin-right: 0;
  height: 24rem;
  /* width: 70%; */
  width: 100%;
  /* margin-bottom: 3rem; */
}

.householedPlatformjs1 .box_sm {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.householedPlatformjs1 .swiper-slide {
  overflow: auto;
}

.householedPlatformjs1 .swiper-slide::-webkit-scrollbar {
  display: none;
}

/* 针对FireFox浏览器隐藏滚动条 */
.householedPlatformjs1 .swiper-slide {
  scrollbar-width: none;
  /* Firefox */
}

/* 针对IE和Edge浏览器隐藏滚动条 */
.householedPlatformjs1 .swiper-slide {
  -ms-overflow-style: none;
  /* IE and Edge */
}

.course .box_lsm {
  width: 100%;
  margin-left: 6.25rem;
}

.householedPlatformjs .swiper-slide-thumb-active .w_text {
  font-size: 1.875rem;
  padding-bottom: 2rem;
}

.householedPlatformbox {
  position: relative;
  padding-top: 1.5rem;
}

.householedPlatformbox .swiper-button-prev {
  top: 0;
  left: 3px;
  justify-content: flex-start;
  width: auto;
  height: 3rem;
}

.householedPlatformbox .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 3px;
  right: 0;
  justify-content: flex-start;
  width: auto;
  height: 3rem;
}

.householedPlatformbox .swiper-button-prev:after,
.householedPlatformbox .swiper-button-next:after {
  font-size: 1.25rem;
  color: #fff;
  transform: rotateZ(90deg);
}

.honorjs .img {
  width: 17.5625rem;
  height: 13.125rem;
  background-size: cover;
}

.honorjs .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honorjs .box .box_img {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.honorjs .box .w_text {
  padding: 1.25rem;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.honorjs {
  padding-bottom: 2.5rem;
}


/* 发展历程 */
.cousebox {
  background-image: linear-gradient(to right, #4f55d6, #0c348b);
}

.return a {
  width: 8.875rem;
  height: 3.125rem;
  background-color: #fff;
  color: #0c348b;
  position: relative;

  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: center;
  padding-left: 1.25rem;
}

.return a::before {
  position: absolute;
  content: '';
  width: 0.6875rem;
  left: 2.75rem;
  height: 1.25rem;
  background-image: url(../images/moreIcon_w.svg);
  background-size: 100% 100%;
}

.cousebox ul {
  margin-top: 3.125rem;
}

.cousebox ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.cousebox ul li .w_text {
  width: 8%;
}

.cousebox ul li .w_text18 {
  width: 92%;
  position: relative;
  padding-left: 3.5%;
}

.cousebox ul li .w_text18::before {
  position: absolute;
  content: '';
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.box_bgg .bg_fff  {
  box-shadow: 0px 13px 33px -10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}

.box_show {
  box-shadow: 0px 13px 33px -10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}

.box_bgg .company.bg_f4f4f4 {
  box-shadow: 0 0 0 0;
}

/* 新闻 */

.selectBox {
  position: relative;
}

.selectBox select {
  width: 8.125rem;
  border: 0;
  outline: none;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.375rem;
  appearance: none;

}

.selectBox::after {
  position: absolute;
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-top: 0.375rem solid #000000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.hNewsSwiper {
  position: relative;
}

.hNewsSwiper ul {
  display: flex;
  justify-content: space-between;
  padding-top: 2.125rem;
}

.hNewsSwiper li {
  width: 32%;
}

.hNewsSwiper li .box .img {
  height: 16.875rem;
  width: 100%;

  position: relative;
  display: flex;
  align-items: center;
  transition: all 400ms;
  overflow: hidden;
}

.hNewsSwiper li .box .img .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: 100% 100%;
  transition: all 800ms;
}



.hNewsSwiper li .hNews_b {
  font-size: 1.125rem;
  color: #111111;
  /* font-family: 'HarmonyOS_Sans_SC_Light'; */
  padding-top: 1.5625rem;
  font-weight: 500;


}

.hNewsSwiper li .box .content {
  font-size: 1.625rem;
  width: 90%;
  transition: all 400ms;
  padding-top: .25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}



.hNewsSwiper li .box:hover .img .imgBg {
  transform: scale(1.1);
}

.hNewsSwiper li .box:hover .content {
  color: #173192;
}

.newsboxx .hNewsSwiper ul {
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
}

.newsboxx .hNewsSwiper ul::after {
  content: '';
  flex-basis: 32%;
}

.newsboxx .hNewsSwiper ul li {
  margin-bottom: 2.125rem;
  margin-top: 2.125rem;
}

/* 新闻详情 */
.newsD {
  padding-left: 22.5rem;
  padding-right: 22.5rem;
}

.newsDboxheader {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.boxCenter {
  padding-top: 3.75rem;
}

.newsdfooter {
  background-color: #0c348b;
}

.newsdfooter .container {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}




.newsdfooter .prev,
.newsdfooter .next {
  width: 50%;

}

.newsdfooter .prev a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #fff;
}

.newsdfooter .next a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.newsdfooter .w_text18 {
  position: relative;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: 500;
}

.newsdfooter .prev .w_text18 {
  padding-left: 1rem;
}




.newsdfooter .prev .w_text18::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  left: 0;
  top: 30%;
  height: 0.6875rem;
  background-image: url(../images/jsLeft1.svg);
  background-size: 100% 100%;
}

.newsdfooter .next .w_text18 {

  padding-right: 1rem;
}

.newsdfooter .next .w_text18::before {
  position: absolute;
  content: '';
  width: 0.4375rem;
  right: 0;
  top: 30%;
  height: 0.6875rem;
  background-image: url(../images/jsLeft1.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.newsdfooter .w_text26 {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsdfooter .next a .w_text26 {
  text-align: end;
}

/* 行业新闻 */
.viedobox ul li a {
  display: flex;
  align-items: center;

}

.viedobox ul {
  padding-top: 2.5rem;
}

.viedobox ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.viedobox ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

.viedobox ul li::before {
  position: absolute;
  content: '';
  bottom: -1px;

  height: 1px;
  width: 0;
  background-color: #173e90;
  transition: all 400ms;
}

.viedobox ul li:hover:before {
  width: 100%;
}

.viedobox ul li:hover a .w_text22 {
  color: #173e90;
}

.viedobox ul li a .w_text18 {
  color: #777777;
  width: 16%;
}

.viedobox ul li a .w_text22 {

  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 集团 */
.viedobox .box {
  display: flex;
  color: #888888;
  padding-top: 1.875rem;
}

.viedobox1 ul li {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.viedobox .box .telephone {
  position: relative;
  padding-left: 1.5rem;
  width: 15%;
  margin-left: 3%;
  border-right: 1px solid #d1d1d1;
}

.viedobox .box .telephone::before {
  position: absolute;
  content: '';
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url(../images/telephone.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.viedobox .box .address {
  position: relative;
  padding-left: 1.25rem;
  margin-left: 5%;
  margin-right: 5%;
}





.viedobox .box .address::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.25rem;
  background-image: url(../images/address.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.viedobox .box .mobilePhone {
  padding-left: 5%;
  padding-right: 5%;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  position: relative;
}





.viedobox .box .mobilePhone::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.25rem;
  background-image: url(../images/mobilePhone.svg);
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.viedobox .box .contacts {
  position: relative;
  padding-left: 5%;
  border-left: 1px solid #d1d1d1;
}





.viedobox .box .contacts::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1.25rem;
  background-image: url(../images/contacts.svg);
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}


.viedobox .box .urlbox {
  padding-left: 5%;
  border-left: 1px solid #d1d1d1;
}

.viedobox .box .url {
  position: relative;
  padding-left: 1.5rem;


}

.viedobox .box .url a {
  color: #0c348b;
  text-decoration: underline;
}

.viedobox .box .url::before {
  position: absolute;
  content: '';
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url(../images/url.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.box_shadow {
  box-shadow: 0px -12px 38px 9px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
}

/* 招聘 */
.recruit {
  display: flex;
  align-items: center;
}

.recruit select {
  font-size: 1.25rem;
  border: 1px solid #e5e5e5;
  padding: 0.25rem 0.5rem;

}

.recruit::after {
  position: absolute;
  content: '';
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-top: 0.5rem solid #043c73;
  top: 62%;
  transform: translateY(-50%);
  right: 1.25rem;
}

.recruit .w_text {
  margin-right: 1.25rem;
}

.recruitboxbg .recruitbox {
  margin-bottom: 1.875rem;
}

.recruitboxbg .recruitbox:last-child {
  margin-bottom: 0;
}

.recruitbox {
  border: 1px solid #e5e5e5;
  padding: 1.875rem;
}

.recruitbox .box_c {
  color: #888888;
  line-height: 1;
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px dotted #e5e5e5;
}

.recruitbox .box_c div {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-right: 1px solid #e5e5e5;

}

.recruitbox .box_c div:first-child {
  padding-left: 0;
}

.recruitbox .box_c div:last-child {
  border-right: 0px;
}

.recruitbox .box_b {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1.25rem;
}

.recruitbox .box_b::before {
  position: absolute;
  content: '';
  width: 1.125rem;
  height: 1.5rem;
  background-image: url(../images/telephone1.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.recruitbox .box_br {
  position: relative;
  padding-left: 1.5625rem;
  color: #888888;
  font-size: 1.125rem;
}

.recruitbox .box_br::before {
  position: absolute;
  content: '';
  width: 0.875rem;
  height: 1.125rem;
  background-image: url(../images/address1.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}

.recruitboxbgft {
  height: 17.5rem;
  background-size: 100% 100%;
}

.recruitboxbgft div {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;

}

.recruitboxbgft div a {
  font-size: 2.375rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.ecjs {
  width: 100%;
  height: 31.25rem;
}

.ecjs .bg_cover1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ecjs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.4;
}

.ecjs.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.ecjs.swiper-container .swiper-pagination {
  bottom: 1.875rem;
}

.weach {
  width: 10%;
}

.tablebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.tablebox .box:first-child,
.tablebox .box:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tablebox .box {
  width: 48%;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tablebox .box .box_l {
  font-weight: bold;
  padding-right: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1;
}

.tablebox .box .box_l::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #003194;
}

.tablebox .place {
  position: relative;
  padding-right: 1.5625rem;
}

.tablebox .place::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1.25rem;
  background-image: url(../images/address.png);
  background-size: 100% 100%;
}
.bg_fff{
    background-color: #ffffff;
}


.groupimg{
    padding-top: 2.6rem;
}


.viedobox .box .name{
        position: relative;
    /*padding-left: 1.5rem;*/
    width: 15%;
    border-right: 1px solid #d1d1d1;
}


.tablebox1 .box_1{
        width: 48%;
    display: flex;
}
