@charset "utf-8";
/* Reset & Adaptive Styles */
/* Color Variables */
/* unit of mobile */
/* Viewport Settings */
@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
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: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
/* Embedded content */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Media */
video,
iframe,
embed,
object {
  max-width: 800px;
  width: 100%;
}
/* Selection */
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* Container */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topMenu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.topMenu .logo {
  width: 181px;
  height: 71px;
  flex-shrink: 0;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.topMenu .menuToggle {
  display: none;
}
.topMenu .menuList {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.topMenu .menuList .item {
  font-size: 18px;
  margin-right: 30px;
  position: relative;
  line-height: 1;
  color: #333;
}
.topMenu .menuList .item:last-child {
  margin-right: 0;
  padding: 5px 10px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 20px;
  font-size: 16px;
  margin-top: -5px;
}
.topMenu .menuList .item::after {
  content: '';
  background: url(../images/icon_top_menu_active.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.topMenu .menuList .item:hover::after {
  opacity: 1;
}
.topMenu .menuList .item:hover:last-child {
  color: #FFF;
}
.topMenu .menuList .item:hover:last-child::after {
  opacity: 0;
}
.topMenu .menuList .item.active::after {
  opacity: 1;
}
.topMenu .menuList .item.active:last-child {
  color: #FFF;
}
.topMenu .menuList .item.active:last-child::after {
  opacity: 0;
}
.titleBox {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 20px;
}
.titleBox::before {
  content: '';
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #0057e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.titleBox h2 {
  font-size: 38px;
  font-weight: 600;
  color: #001633;
  margin-right: 20px;
}
.titleBox h3 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 22, 51, 0.2);
  text-transform: uppercase;
}
.footer {
  height: 90px;
  background-color: #edf0f6;
}
.footer .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  text-align: center;
  color: #606e8c;
}
.navigationBox {
  background-color: #edf0f6;
  padding: 25px 0;
  border-bottom: solid 1px #dbe1e8;
}
.navigationBox .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.navigationBox .wrap .left {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navigationBox .wrap .left .logo {
  width: 176px;
  height: 45px;
}
.navigationBox .wrap .left .logo img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox {
  display: flex;
  margin-top: 30px;
}
.navigationBox .wrap .left .ewmBox .ewm {
  width: 80px;
  height: 80px;
  border: solid 5px #FFF;
  flex-shrink: 0;
  margin-right: 20px;
}
.navigationBox .wrap .left .ewmBox .ewm img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox .funBox {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #606e8c;
}
.navigationBox .wrap .left .ewmBox .funBox .line:last-child {
  margin-top: 10px;
}
.navigationBox .wrap .left .ewmBox .funBox .line span {
  margin-right: 10px;
}
.navigationBox .wrap .right {
  width: 500px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.navigationBox .wrap .right .itemBox {
  display: flex;
  flex-direction: column;
}
.navigationBox .wrap .right .itemBox .tit {
  font-size: 18px;
  font-weight: 600;
  color: #040816;
  margin-bottom: 20px;
}
.navigationBox .wrap .right .itemBox .item {
  font-size: 16px;
  color: #606e8c;
  line-height: 1;
  margin-bottom: 20px;
}
/* Consultation Modal */
.consultation-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.consultation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 850px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.consultation .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.consultation .close-btn::before,
.consultation .close-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #999;
}
.consultation .close-btn::before {
  transform: rotate(45deg);
}
.consultation .close-btn::after {
  transform: rotate(-45deg);
}
.consultation .close-btn:hover {
  background-color: #e0e0e0;
}
.consultation .close-btn:hover::before,
.consultation .close-btn:hover::after {
  background-color: #666;
}
.consultation .titleBox {
  text-align: center;
  margin-bottom: 30px;
}
.consultation .titleBox h2 {
  font-size: 28px;
  font-weight: 600;
  color: #163b78;
  margin-bottom: 10px;
}
.consultation .titleBox .desc {
  font-size: 14px;
  color: #999;
}
.consultation .consulForm .line {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.consultation .consulForm .line .item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.consultation .consulForm .line .item:first-child {
  padding-right: 30px;
}
.consultation .consulForm .line .item:last-child {
  padding-left: 30px;
}
.consultation .consulForm .line .item:only-child {
  width: 100%;
  padding: 0;
}
.consultation .consulForm .line .item .tit {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.consultation .consulForm .line .item .tit span {
  color: #f00;
  margin-right: 4px;
}
.consultation .consulForm .line .item .con input,
.consultation .consulForm .line .item .con textarea,
.consultation .consulForm .line .item .con select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.consultation .consulForm .line .item .con input:focus,
.consultation .consulForm .line .item .con textarea:focus,
.consultation .consulForm .line .item .con select:focus {
  border-color: #396af7;
}
.consultation .consulForm .line .item .con textarea {
  height: 120px;
  padding: 12px 16px;
  resize: none;
  font-family: inherit;
}
.consultation .consulForm .line .item .multi-select {
  position: relative;
  width: 100%;
}
.consultation .consulForm .line .item .multi-select__trigger {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
.consultation .consulForm .line .item .multi-select__trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}
.consultation .consulForm .line .item .multi-select__trigger:focus,
.consultation .consulForm .line .item .multi-select__trigger.is-open {
  border-color: #396af7;
}
.consultation .consulForm .line .item .multi-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.consultation .consulForm .line .item .multi-select__dropdown.is-open {
  display: block;
}
.consultation .consulForm .line .item .multi-select__option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.consultation .consulForm .line .item .multi-select__option span {
  font-size: 14px;
  color: #333;
}
.consultation .consulForm .line .item .multi-select__option:hover {
  background-color: #f5f5f5;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"]:checked + span {
  color: #396af7;
  font-weight: 500;
}
.consultation .consulForm .line .item .btn {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.consultation .consulForm .line .item .btn:hover {
  background-color: #2a52d4;
}
/* mobile */
@media (max-width: 750px) {
  html {
    font-size: 10vw;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .topMenu {
    padding: 0 0.4rem;
    position: relative;
  }
  .topMenu .wrap {
    height: 1.46666667rem;
  }
  .topMenu .logo {
    width: 2.41333333rem;
    height: 0.94666667rem;
  }
  .topMenu .menuOverlay {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .topMenu .menuOverlay.active {
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuToggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
    cursor: pointer;
    z-index: 101;
    position: relative;
  }
  .topMenu .menuToggle span {
    width: 100%;
    height: 0.06666667rem;
    background-color: #004d9e;
    border-radius: 0.06666667rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    position: absolute;
  }
  .topMenu .menuToggle span:nth-child(1) {
    top: 0.26666667rem;
  }
  .topMenu .menuToggle span:nth-child(2) {
    top: 0.4rem;
  }
  .topMenu .menuToggle span:nth-child(3) {
    top: 0.53333333rem;
  }
  .topMenu .menuToggle.active span {
    background-color: #004d9e;
  }
  .topMenu .menuToggle.active span:nth-child(1) {
    top: 0.4rem;
    transform: rotate(45deg);
  }
  .topMenu .menuToggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .topMenu .menuToggle.active span:nth-child(3) {
    top: 0.4rem;
    transform: rotate(-45deg);
  }
  .topMenu .menuList {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    background-color: #FFF;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.4rem 0;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    box-shadow: 0 0.26666667rem 0.66666667rem rgba(0, 0, 0, 0.15);
  }
  .topMenu .menuList.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuList .item {
    color: #333;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 0.42666667rem;
    padding: 0.4rem 0.53333333rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
  }
  .topMenu .menuList .item:hover {
    background-color: #f8f9fa;
  }
  .topMenu .menuList .item:active {
    background-color: #e9ecef;
  }
  .topMenu .menuList .item::after {
    display: none;
  }
  .topMenu .menuList .item:last-child {
    margin-right: 0;
    padding: 0.26666667rem 0.53333333rem;
    background-color: #396af7;
    color: #FFF;
    border-radius: 0.26666667rem;
    font-size: 0.37333333rem;
    margin-top: 0.26666667rem;
    margin-bottom: 0.13333333rem;
    font-weight: 500;
    border: none;
    justify-content: center;
  }
  .topMenu .menuList .item:last-child:hover {
    background-color: #2a52d4;
  }
  .topMenu .menuList .item:last-child:active {
    background-color: #1e3d8f;
  }
  .topMenu .menuList .item.active {
    color: #396af7;
    font-weight: 600;
    background-color: #f0f7ff;
  }
  .titleBox {
    padding-bottom: 0.26666667rem;
  }
  .titleBox::before {
    width: 0.53333333rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .titleBox h2 {
    font-size: 0.50666667rem;
    margin-right: 0.26666667rem;
  }
  .titleBox h3 {
    font-size: 0.34666667rem;
  }
  .footer {
    width: 100%;
    height: auto;
    font-size: 0.34666667rem;
    padding: 0.4rem 0.53333333rem;
  }
  .navigationBox {
    padding: 0.33333333rem 0;
  }
  .navigationBox .wrap {
    padding: 0 0.4rem;
  }
  .navigationBox .wrap .left {
    width: 100%;
    font-size: 0.34666667rem;
  }
  .navigationBox .wrap .left .logo {
    display: none;
  }
  .navigationBox .wrap .left .ewmBox {
    margin-top: 0;
  }
  .navigationBox .wrap .left .ewmBox .ewm {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.26666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox {
    height: 1.06666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox .line:last-child {
    margin-top: 0;
  }
  .navigationBox .wrap .right {
    display: none;
  }
  .consultation {
    width: 8rem;
    height: auto;
    border-radius: 0.26666667rem;
    padding: 0.53333333rem;
    box-shadow: 0 0.13333333rem 0.53333333rem rgba(0, 0, 0, 0.15);
  }
  .consultation .close-btn {
    top: 0.26666667rem;
    right: 0.26666667rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
  .consultation .titleBox {
    margin-bottom: 0.4rem;
    flex-direction: column;
  }
  .consultation .titleBox::before {
    display: none;
  }
  .consultation .titleBox h2 {
    font-size: 0.42666667rem;
  }
  .consultation .titleBox .desc {
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line {
    margin-bottom: 0.26666667rem;
  }
  .consultation .consulForm .line .item:first-child {
    padding-right: 0.4rem;
  }
  .consultation .consulForm .line .item:last-child {
    padding-left: 0;
  }
  .consultation .consulForm .line .item .tit {
    font-size: 0.34666667rem;
    margin-bottom: 0.13333333rem;
  }
  .consultation .consulForm .line .item .con {
    line-height: 0;
  }
  .consultation .consulForm .line .item .con input,
  .consultation .consulForm .line .item .con textarea,
  .consultation .consulForm .line .item .con select {
    height: 0.66666667rem;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line .item .con textarea {
    height: 1.6rem;
    padding: 0.16rem 0.21333333rem;
  }
  .consultation .consulForm .line .item input::placeholder {
    font-size: 0.32rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger {
    height: auto;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
    line-height: 0.61333333rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger::after {
    right: 0.26666667rem;
  }
  .consultation .consulForm .line .item .btn {
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    font-size: 0.4rem;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.wrap .top {
  width: 100%;
}
.wrap .top h2 {
  color: #001633;
  font-size: 38px;
}
.wrap .top h2 span {
  color: #001633;
  opacity: 0.2;
  font-size: 24px;
  vertical-align: bottom;
}
.indexbox {
  background: #fff;
  padding-bottom: 110px;
}
.indexbox .banner {
  background: url(../images/aboutUs/banner.png) no-repeat center top;
  height: 555px;
  position: relative;
}
.indexbox .banner .wrap {
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
}
.indexbox .banner .wrap h2 {
  color: #2c2c2c;
  font-size: 48px;
  font-weight: bold;
}
.indexbox .banner .wrap p {
  font-size: 20px;
  color: #2c2c2c;
  opacity: 0.6;
  margin-top: 24px;
}
.indexbox .banner .wrap .lxwm {
  margin-top: 44px;
  display: block;
  width: 124px;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #3a6af8;
  text-align: center;
  line-height: 36px;
  color: #3a6af8;
  font-size: 16px;
}
.indexbox .qyjj {
  margin: 0 auto;
  background: url(../images/aboutUs/qyjjbj.png) center top no-repeat;
  height: 729px;
  padding-top: 65px;
}
.indexbox .qyjj .wrap .textbox {
  display: flex;
  justify-content: space-between;
}
.indexbox .qyjj .wrap .textbox .left {
  flex: 1;
  padding-top: 30px;
}
.indexbox .qyjj .wrap .textbox .left p {
  width: 100%;
  color: #495770;
  font-size: 16px;
  line-height: 1.5;
}
.indexbox .qyjj .wrap .textbox .left p:nth-child(1) {
  margin-bottom: 30px;
}
.indexbox .qyjj .wrap .textbox .right {
  width: 527px;
  height: 424px;
  flex-shrink: 0;
  margin-left: 20px;
}
.indexbox .qyjj .wrap .qyjjlist {
  margin: 30px auto 0;
  width: 1200px;
  height: 120px;
  display: flex;
  justify-content: space-between;
}
.indexbox .qyjj .wrap .qyjjlist li {
  width: 282px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 14px;
  border: solid 1px #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexbox .qyjj .wrap .qyjjlist li .left {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  border-radius: 50%;
}
.indexbox .qyjj .wrap .qyjjlist li .left .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.indexbox .qyjj .wrap .qyjjlist li .left .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.indexbox .qyjj .wrap .qyjjlist li .right h2 {
  font-size: 28px;
  color: #001c4b;
}
.indexbox .qyjj .wrap .qyjjlist li .right span {
  font-size: 16px;
  color: #001c4b;
  vertical-align: middle;
}
.indexbox .qyjj .wrap .qyjjlist li .right p {
  color: #495770;
  font-size: 16px;
}
.indexbox .gsdsj {
  margin: 0 auto;
  background: url(../images/aboutUs/gsdsjtopbj.png) top center no-repeat;
  padding-top: 62px;
}
.indexbox .gsdsj .wrap {
  position: relative;
}
.indexbox .gsdsj .wrap .top h2 {
  color: #fff;
}
.indexbox .gsdsj .wrap .top h2 span {
  color: #fff;
  vertical-align: middle;
}
.indexbox .gsdsj .wrap .swiperFgx {
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  width: 1144px;
  height: 1px;
  background-color: #dce7f5;
}
.indexbox .gsdsj .wrap .year-swiper {
  width: 1200px;
  margin-top: 85px;
  height: 50px;
}
.indexbox .gsdsj .wrap .year-swiper .swiper-slide {
  font-size: 18px;
  height: 50px;
  width: 38px;
  position: relative;
}
.indexbox .gsdsj .wrap .year-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 26px;
  background: url(../images/aboutUs/swiper_ty.png) center center no-repeat;
}
.indexbox .gsdsj .wrap .year-swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  color: #dce7f6;
}
.indexbox .gsdsj .wrap .year-swiper .swiper-slide-active::before {
  background: url(../images/aboutUs/swiper_ty_on.png) center center no-repeat;
}
.indexbox .gsdsj .wrap .year-conter-swiper {
  margin: 144px auto 0;
  width: 1100px;
  height: 252px;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide {
  height: 252px;
  width: 320px;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide h2 {
  font-size: 26px;
  color: #222;
  font-style: italic;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .fgx {
  margin: 17px 0 19px;
  width: 320px;
  height: 2px;
  border: solid 1px #e6e6e6;
  background: #e6e6e6;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox {
  width: 320px;
  max-height: 174px;
  overflow-y: scroll;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox::-webkit-scrollbar {
  display: none;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox p {
  width: 100%;
  color: #495770;
  font-size: 16px;
  line-height: 1.5;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox p:first-child {
  margin-bottom: 28px;
}
.indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox p:last-child {
  margin-bottom: 0;
}
.indexbox .gsdsj .wrap .year-prev {
  position: absolute;
  left: 0;
  bottom: 110px;
  background: url(../images/aboutUs/gsdsjtop_left.png) center no-repeat;
  width: 32px;
  height: 32px;
  z-index: 9999;
}
.indexbox .gsdsj .wrap .year-next {
  position: absolute;
  right: 0;
  bottom: 110px;
  background: url(../images/aboutUs/gsdsjtop_right.png) center no-repeat;
  width: 32px;
  height: 32px;
  z-index: 9999;
}
.indexbox .mtbd {
  background-color: #f9fbff;
}
.indexbox .mtbd .mtbdCon {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.indexbox .zzry {
  margin: 42px auto 0;
  background: url(../images/aboutUs/zzry_bjpic.png) center top no-repeat;
  padding-top: 52px;
  padding-bottom: 50px;
}
.indexbox .zzry .wrap .zzbox {
  margin-top: 34px;
  width: 100%;
}
.indexbox .zzry .wrap .zzbox .title {
  width: 100%;
  background: url(../images/aboutUs/zzry_zztop.png) center top no-repeat;
  height: 50px;
}
.indexbox .zzry .wrap .zzbox .zzlist {
  margin-top: 34px;
  width: 100%;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.indexbox .zzry .wrap .zzbox .zzlist li {
  width: 282px;
  height: 120px;
  background: #fff;
  border-radius: 14px;
  border: solid 1px #e6e6e6;
}
.indexbox .zzry .wrap .zzbox .zzlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: solid 1px #e6e6e6;
}
.indexbox .zzry .wrap .zzbox .zzlist li a .pic {
  width: 114px;
  height: 82px;
}
.indexbox .zzry .wrap .zzbox .zzlist li a .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .zzry .wrap .zzbox .zzlist li a p {
  width: 128px;
  color: #495770;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 10px;
}
.indexbox .zzry .wrap .rybox {
  margin-top: 41px;
  width: 1200px;
}
.indexbox .zzry .wrap .rybox .title {
  width: 100%;
  background: url(../images/aboutUs/zzry_rytop.png) center top no-repeat;
  height: 50px;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper {
  width: 1200px;
  margin-top: 37px;
  height: 352px;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide {
  width: 450px;
  height: 352px;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide .pic {
  width: 450px;
  height: 320px;
  position: relative;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide .pic .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide .text {
  display: none;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide-active .pic .mark {
  display: none;
}
.indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide-active .text {
  display: block;
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexbox .zzry .wrap .rybox .ry-one-btnbox {
  margin: 30px auto 0;
  width: 98px;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-prev {
  width: 42px;
  height: 42px;
  background: url(../images/aboutUs/zzry_left.png) center center no-repeat #fff;
  border-radius: 50%;
  cursor: pointer;
  border: solid 2px #c0c0c0;
}
.indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-prev:hover {
  background: url(../images/aboutUs/zzry_left_on.png) center center no-repeat #005be3;
  border: solid 2px #005be3;
}
.indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-next {
  width: 42px;
  height: 42px;
  background: url(../images/aboutUs/zzry_right.png) center center no-repeat #fff;
  border-radius: 50%;
  cursor: pointer;
  border: solid 2px #c0c0c0;
}
.indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-next:hover {
  background: url(../images/aboutUs/zzry_right_on.png) center center no-repeat #005be3;
  border: solid 2px #005be3;
}
.indexbox .zzry .wrap .rybox .rytowbox {
  margin: 5px auto 0;
  width: 1200px;
  height: 332px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f5f6fa 100%);
  border-radius: 4px;
  border: solid 2px #ffffff;
  padding: 33px 66px 30px;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper {
  width: 100%;
  height: 227px;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide {
  width: 140px;
  height: 227px;
  margin-right: 92px;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide .pic {
  width: 140px;
  height: 196px;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide .text {
  margin-top: 10px;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination {
  margin-top: 10px;
  text-align: center;
  z-index: 9;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 6px;
  background-color: #cecece;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #005be3;
}
.indexbox .zszx {
  margin: 66px auto 0;
}
.indexbox .zszx .wrap .conter {
  margin: 16px auto 0;
  width: 1200px;
  height: 384px;
}
.indexbox .zszx .wrap .conter .left {
  float: left;
  width: 486px;
  height: 384px;
  padding-top: 72px;
}
.indexbox .zszx .wrap .conter .left p {
  width: 480px;
  margin: 0 auto;
  color: #495770;
  font-size: 16px;
  line-height: 1.5;
}
.indexbox .zszx .wrap .conter .left .tjbox {
  margin: 34px 0 50px;
  width: 486px;
  height: 111px;
  background-color: #f8f9fc;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexbox .zszx .wrap .conter .left .tjbox .fgx {
  margin: 0 22px;
  width: 2px;
  height: 47px;
  background-color: #ebeef4;
  border-radius: 1px;
}
.indexbox .zszx .wrap .conter .left .tjbox .item {
  width: 183px;
  height: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexbox .zszx .wrap .conter .left .tjbox .item .pic {
  width: 61px;
  height: 61px;
}
.indexbox .zszx .wrap .conter .left .tjbox .item .pic img {
  width: 61px;
  height: 61px;
}
.indexbox .zszx .wrap .conter .left .tjbox .item .text {
  width: 104px;
  height: 61px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: space-evenly;
}
.indexbox .zszx .wrap .conter .left .tjbox .item .text h2 {
  color: #2e7aed;
  font-size: 30px;
  font-weight: bold;
}
.indexbox .zszx .wrap .conter .left .tjbox .item .text p {
  font-size: 16px;
  color: #495770;
}
.indexbox .zszx .wrap .conter .right {
  float: right;
  width: 665px;
  height: 384px;
  border-radius: 27px;
}
.indexbox .zszx .wrap .conter .right a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 27px;
}
.indexbox .zszx .wrap .conter .right a img {
  width: 100%;
  height: 100%;
  border-radius: 27px;
}
/* mobile */
@media (max-width: 750px) {
  .wrap {
    width: 100%;
  }
  .wrap .top h2 {
    color: #001633;
    font-size: 0.50666667rem;
  }
  .wrap .top h2 span {
    font-size: 0.32rem;
  }
  .indexbox {
    padding-bottom: 1.46666667rem;
  }
  .indexbox .banner {
    background-size: 230% 100%;
    height: 7.4rem;
  }
  .indexbox .banner .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0.4rem;
  }
  .indexbox .banner .wrap h2 {
    font-size: 0.53333333rem;
  }
  .indexbox .banner .wrap p {
    font-size: 0.4rem;
    margin-top: 0.4rem;
  }
  .indexbox .banner .wrap .lxwm {
    margin-top: 0.4rem;
    width: 2rem;
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    font-size: 0.4rem;
  }
  .indexbox .qyjj {
    background-size: auto 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .indexbox .qyjj .wrap {
    padding: 0 0.4rem;
  }
  .indexbox .qyjj .wrap .textbox {
    display: flex;
    justify-content: space-between;
  }
  .indexbox .qyjj .wrap .textbox .left {
    width: 100%;
    padding-top: 0.4rem;
  }
  .indexbox .qyjj .wrap .textbox .left p {
    font-size: 0.4rem;
    text-align: justify;
  }
  .indexbox .qyjj .wrap .textbox .left p:nth-child(1) {
    margin-bottom: 0.4rem;
  }
  .indexbox .qyjj .wrap .textbox .right {
    display: none;
  }
  .indexbox .qyjj .wrap .qyjjlist {
    margin: 0.4rem auto 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexbox .qyjj .wrap .qyjjlist li {
    width: 4.53333333rem;
    height: 1.81333333rem;
    border-radius: 0.18666667rem;
    margin-bottom: 0.26666667rem;
  }
  .indexbox .qyjj .wrap .qyjjlist li .left {
    width: 0.86666667rem;
    height: 0.86666667rem;
    margin-right: 0.13333333rem;
    margin-left: 0.26666667rem;
    flex-shrink: 0;
  }
  .indexbox .qyjj .wrap .qyjjlist li .left .pic {
    line-height: 0;
  }
  .indexbox .qyjj .wrap .qyjjlist li .right {
    flex: 1;
    padding: 0 0.26666667rem;
  }
  .indexbox .qyjj .wrap .qyjjlist li .right h2 {
    font-size: 0.4rem;
    line-height: 1.2;
  }
  .indexbox .qyjj .wrap .qyjjlist li .right span {
    font-size: 0.37333333rem;
  }
  .indexbox .qyjj .wrap .qyjjlist li .right p {
    font-size: 0.32rem;
    line-height: 1.2;
  }
  .indexbox .gsdsj {
    background-size: auto 100%;
    padding-top: 0.8rem;
  }
  .indexbox .gsdsj .wrap {
    padding: 0 0.4rem;
  }
  .indexbox .gsdsj .wrap .swiperFgx {
    position: absolute;
    top: 2.08rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #dce7f5;
  }
  .indexbox .gsdsj .wrap .year-swiper {
    width: 100%;
    margin-top: 1.13333333rem;
    height: 1.06666667rem;
  }
  .indexbox .gsdsj .wrap .year-swiper .swiper-slide {
    font-size: 0.4rem;
    height: 100%;
    width: 0.8rem;
    margin-left: 0.26666667rem;
  }
  .indexbox .gsdsj .wrap .year-swiper .swiper-slide::before {
    left: 50%;
    transform: translateX(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100% 100%;
  }
  .indexbox .gsdsj .wrap .year-swiper .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.4rem;
    color: #dce7f6;
  }
  .indexbox .gsdsj .wrap .year-swiper .swiper-slide-active::before {
    background-size: 100% 100%;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper {
    margin: 0.66666667rem auto 0;
    width: 100%;
    height: auto;
    padding: 0 0.66666667rem 0.66666667rem;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide {
    height: auto;
    width: 100%;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide h2 {
    font-size: 0.4rem;
    color: #FFF;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .fgx {
    margin: 0.22666667rem 0 0.25333333rem;
    width: 100%;
    height: 0.02666667rem;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox {
    width: 100%;
    max-height: none;
    overflow-y: scroll;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox p {
    color: #FFF;
    font-size: 0.32rem;
  }
  .indexbox .gsdsj .wrap .year-conter-swiper .swiper-slide .textbox p:first-child {
    margin-bottom: 0.4rem;
  }
  .indexbox .gsdsj .wrap .year-prev {
    left: 0.13333333rem;
    top: 4.26666667rem;
    background-size: 100% 100%;
    width: 0.66666667rem;
    height: 0.66666667rem;
  }
  .indexbox .gsdsj .wrap .year-next {
    right: 0.13333333rem;
    top: 4.26666667rem;
    background-size: 100% 100%;
    width: 0.66666667rem;
    height: 0.66666667rem;
  }
  .indexbox .mtbd {
    padding: 0 0.4rem;
  }
  .indexbox .mtbd .mtbdCon {
    margin-top: 0.66666667rem;
  }
  .indexbox .zzry {
    margin: 0 auto;
    background-size: 100% auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .indexbox .zzry .wrap {
    padding: 0 0.4rem;
  }
  .indexbox .zzry .wrap .rybox {
    margin-top: 0.53333333rem;
    width: 100%;
  }
  .indexbox .zzry .wrap .rybox .title {
    background-size: auto 100%;
    height: 0.8rem;
  }
  .indexbox .zzry .wrap .rybox .ry-one-swiper {
    width: 100%;
    margin-top: 0.4rem;
    height: 6.02666667rem;
  }
  .indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide {
    width: 6.66666667rem;
    height: 100%;
  }
  .indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide .pic {
    width: 100%;
    height: 100%;
  }
  .indexbox .zzry .wrap .rybox .ry-one-swiper .swiper-slide-active .text {
    margin-top: 0.13333333rem;
    font-size: 0.4rem;
  }
  .indexbox .zzry .wrap .rybox .ry-one-btnbox {
    margin: 0.4rem auto 0;
    width: 1.73333333rem;
    height: 0.8rem;
  }
  .indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-prev {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 60% 60%;
  }
  .indexbox .zzry .wrap .rybox .ry-one-btnbox .ry-one-next {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 60% 60%;
  }
  .indexbox .zzry .wrap .rybox .rytowbox {
    margin: 0.13333333rem auto 0;
    width: 100%;
    height: 4.42666667rem;
    border-radius: 0.05333333rem;
    padding: 0.4rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper {
    width: 100%;
    height: 3.2rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide {
    width: 1.86666667rem;
    height: 100%;
    margin-right: 0.4rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide .pic {
    width: 100%;
    height: 2.61333333rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-swiper .swiper-slide .text {
    margin-top: 0.13333333rem;
    width: 1.86666667rem;
    font-size: 0.34666667rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination {
    margin-top: 0.13333333rem;
    line-height: 0;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination .swiper-pagination-bullet {
    width: 0.18666667rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    margin-right: 0.13333333rem;
  }
  .indexbox .zzry .wrap .rybox .rytowbox .ry-two-pagination .swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  .indexbox .zszx {
    margin: 0.8rem auto 0;
  }
  .indexbox .zszx .wrap {
    padding: 0 0.4rem;
  }
  .indexbox .zszx .wrap .conter {
    margin: 0.26666667rem auto 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .indexbox .zszx .wrap .conter .left {
    float: initial;
    width: 100%;
    height: auto;
    padding-top: 0.66666667rem;
  }
  .indexbox .zszx .wrap .conter .left p {
    width: 100%;
    font-size: 0.4rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox {
    margin: 0.4rem 0;
    width: 100%;
    height: 1.46666667rem;
    border-radius: 0.13333333rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .fgx {
    margin: 0 0.26666667rem;
    width: 0.02666667rem;
    height: 0.66666667rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item {
    width: 4.4rem;
    height: 0.8rem;
    justify-content: center;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item .pic {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0;
    flex-shrink: 0;
    margin-right: 0.13333333rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item .pic img {
    width: 100%;
    height: 100%;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item .text {
    width: auto;
    height: 0.8rem;
    font-size: 0.4rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item .text h2 {
    font-size: 0.4rem;
  }
  .indexbox .zszx .wrap .conter .left .tjbox .item .text p {
    font-size: 0.32rem;
  }
  .indexbox .zszx .wrap .conter .right {
    float: initial;
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
    margin-top: 0.4rem;
  }
  .indexbox .zszx .wrap .conter .right a {
    border-radius: 0.4rem;
  }
  .indexbox .zszx .wrap .conter .right a img {
    border-radius: 0.4rem;
  }
}
