@charset "UTF-8";
@import url(../css/swiper-bundle.min.css);
@import url(../css/baguetteBox.min.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,
sub,
sup,
tt,
var,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul, li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

input {
  background: none;
  outline: none;
  border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

.publicText {
  font-family: SourceSansProRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
}

.publicText a {
  color: #444444;
}

.publicText a:hover {
  color: #2371a0;
}

img {
  transition: 0.5s;
}

a {
  transition: 0.2s;
}

* {
  font-family: "Microsoft YaHei","微软雅黑";
}

::selection {
  background: #2371a0;
  color: #ffffff;
}

::-moz-selection {
  background: #2371a0;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.2;
  background-color: #ffffff;
}

.contSafe {
  width: 1400px;
  margin: 0 auto;
}

.navbarSafe {
  width: 1560px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.iframeBox {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.iframeBox iframe {
  width: 80%;
  height: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iframeBox video {
  width: 100%;
  object-fit: cover;
}

.iframeBox:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 30px;
  right: 30px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.navWrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  transition: 0.2s;
}

.navWrap .navBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navWrap .navLogo {
  width: 226px;
  margin-top: 9px;
}

.navWrap .navLogo img {
  width: 100%;
  display: block;
}

.navWrap .navRight {
  display: flex;
  align-items: center;
}

.navWrap .navList {
  display: flex;
}

.navWrap .yiBox {
  margin-right: 60px;
  padding-bottom: 50px;
  padding-top: 46px;
  position: relative;
}

.navWrap .yiBox:last-child {
  margin-right: 0px;
}

.navWrap .yiTxt {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.navWrap .yiBox::after {
  width: 0;
  height: 4px;
  background-color: #063784;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}

.navWrap .yiBox:hover::after,.navWrap .active::after {
  width: 100%;
}

.navWrap .yiAct::after {
  width: 100%;
}

.navWrap .langTxt {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 75px;
  margin-right: 12px;
  cursor: pointer;
}

.navWrap .souShow {
  font-size: 18px;
  color: #ffffff;
  width: 59px;
  line-height: 52px;
  border: solid 1px #ffffff;
  text-align: center;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}

.navWrap .erjiProd {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 120px;
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 88px;
  display: none;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.navWrap .erjiMedium {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 120px;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  display: none;
}

.navWrap .erMedi {
  display: flex;
  flex-wrap: wrap;
}

.navWrap .mediItem {
  min-height: 50px;
  border-left: 1px dashed #D5D5D5;
  padding-left: 22px;
  width: 17.2%;
  box-sizing: border-box;
}

.navWrap .mediTxt {
  font-size: 24px;
  color: #2371a0;
}

.navWrap .mediTxt a {
  color: #2371a0;
}

.navWrap .mediTxt a:hover {
  color: #ba1a21 !important;
}

.navWrap .mediItem:nth-child(2) .mediTxt {
  color: #ef8c8c;
}

.navWrap .mediItem:nth-child(2) .mediTxt a {
  color: #ef8c8c;
}

.navWrap .mediItem:nth-child(3) .mediTxt {
  color: #c38cef;
}

.navWrap .mediItem:nth-child(3) .mediTxt a {
  color: #c38cef;
}

.navWrap .mediItem:nth-child(4) .mediTxt {
  color: #8dd3c7;
}

.navWrap .mediItem:nth-child(4) .mediTxt a {
  color: #8dd3c7;
}

.navWrap .erList {
  display: flex;
  flex-wrap: wrap;
}

.navWrap .erjiItem {
  font-size: 24px;
  border-left: 1px dashed #C4C4C4;
  padding: 7px 0px;
  padding-left: 21px;
  width: 16.6%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.navWrap .erjiItem a:hover {
  color: #0079E1 !important;
}

.navWrap .erjiItem:nth-child(n) a {
  color: #2371a0;
}

.navWrap .erjiItem:nth-child(2n) a {
  color: #ef8c8c;
}

.navWrap .erjiItem:nth-child(3n) a {
  color: #c38cef;
}

.navWrap .erjiItem:nth-child(4n) a {
  color: #8dd3c7;
}

.navWrap .erjiItem:nth-child(5n) a {
  color: #caff39;
}

.navWrap .erjiItem:nth-child(6n) a {
  color: #febda9;
}

.navWrap .erImg {
  width: 100%;
  margin-top: 11px;
  display: none;
}

.navWrap .erImg img {
  width: 100%;
  display: block;
}

.navWrap .erActive {
  display: block;
}

.navWrap .erjiList {
  position: absolute;
  width: max-content;
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 28px;
  padding-top: 10px;
  padding-bottom: 15px;
  display: none;
}

.navWrap .erBox {
  font-size: 18px;
  color: #131313;
  line-height: 36px;
  word-break: break-all;
}

.navWrap .erBox a {
  color: #131313;
}

.navWrap .erBox a:hover {
  color: #2371a0;
}

.navWrap .navSearch {
  position: relative;
}

.navWrap .searchWrap {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: none;
}

.navWrap .searchBox {
  position: relative;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.navWrap .searchBox input {
  font-size: 16px;
  color: #333333;
  flex: 1;
  margin-right: 10px;
  margin-left: 10px;
}

.navWrap .searchBox input::-webkit-input-placeholder {
  color: #333333;
}

.navWrap .searchBox input:-moz-placeholder {
  color: #333333;
}

.navWrap .searchBox input::-moz-placeholder {
  color: #333333;
}

.navWrap .searchBox input:-ms-input-placeholder {
  color: #333333;
}

.navWrap .searIcon {
  font-size: 30px !important;
}

.navWrap .searBtn {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

.navWrap .langOther {
  position: absolute;
  width: max-content;
  max-width: 150px;
  top: calc(100% + 10px);
  right: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 920;
  display: none;
}

.navWrap .langItem {
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}

.navWrap .langItem a {
  color: #333333;
}

.navWrap .langItem a:hover {
  color: #2371a0;
}

.navWrap .langBox {
  position: relative;
}

.navWrap .menuBtn {
  margin-left: 20px;
  display: none;
}

.navWrap .menuBtn .menuIcon {
  width: 30px;
  height: 34px;
  position: relative;
  cursor: pointer;
}

.navWrap .menuBtn .menuIcon:before,
.navWrap .menuBtn .menuIcon:after {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navWrap .menuBtn .menuIcon:before {
  top: 15px;
  box-shadow: 0 -8px #ffffff;
}

.navWrap .menuBtn .menuIcon:after {
  bottom: 8px;
}

.navWrap .menuBtn .menuActive::after {
  bottom: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navWrap .menuBtn .menuActive::before {
  top: 16px;
  box-shadow: none;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.navWrap .mobileBox {
  width: 280px;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: #2371a0;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 600;
}

.navWrap .mobileBox::-webkit-scrollbar {
  display: none;
}

.navWrap .mobSearch {
  width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
  padding: 5px 0;
  padding-right: 10px;
}

.navWrap .inpSea {
  font-size: 16px;
  color: #2371a0;
  flex: 1;
  margin-right: 10px;
  margin-left: 10px;
}

.navWrap .inpSea::-webkit-input-placeholder {
  color: #2371a0;
}

.navWrap .inpSea:-moz-placeholder {
  color: #2371a0;
}

.navWrap .inpSea::-moz-placeholder {
  color: #2371a0;
}

.navWrap .inpSea:-ms-input-placeholder {
  color: #2371a0;
}

.navWrap .souIcon {
  font-size: 18px;
  color: #2371a0;
}

.navWrap .subIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.navWrap .mobileNav {
  width: 100%;
  padding-top: 20px;
}

.navWrap .mobileYi {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 25px;
  margin-bottom: 20px;
  line-height: 20px;
  word-break: break-all;
}

.navWrap .mobileYi a {
  color: #ffffff;
}

.navWrap .mobileYi span {
  transition: 0.2s;
}

.navWrap .erPhone {
  margin-left: 20px;
  display: none;
}

.navWrap .sanPhone {
  margin-left: 20px;
  display: none;
}

.navWrap .zhanActive {
  transform: rotate(90deg);
}

.navActive {
  background-color: rgba(35, 113, 160, 0.6);
}

.zping {
  position: relative;
  overflow: hidden;
}

.indexBanner .slide {
  position: relative;
}

.indexBanner .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.indexBanner .slideItem {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  transition: none;
}

.indexBanner .banner-img {
  width: 100%;
}

.indexBanner .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.indexBanner .dotList {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 99;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}

.indexBanner .dotList ul li {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 21px;
  border: 1px solid transparent;
}

.indexBanner .dotList ul li.active {
  border: solid 1px #ffffff;
  background-color: transparent;
}

.indexBanner .slidedetail {
  display: none;
}

.indexTitle {
  display: flex;
  align-items: center;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
}

.indexTitle img {
  width: 65px;
  display: block;
  margin-right: 15px;
}

.indexTitle a {
  color: #ffffff;
}

.indexTitle a:hover {
  color: #ba1a21;
}

.indexTips p {
  font-family: Arial;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.12;
}

.indexTips img {
  width: 90px;
  display: block;
  margin-top: 8px;
}

.moreBtn {
  background: url("../imgs/indexIcon3.png") center center/cover no-repeat;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 26px;
  padding-right: 57px;
  display: inline-block;
  margin-top: 36px;
  transition: 0.3s;
}

.moreBtn:hover {
  text-shadow: 1px 1px 3px #ffffff;
}

.indexWrapA {
  width: 100%;
  background: url("../imgs/index1.jpg") center center/cover no-repeat;
}

.indexWrapA .fp-tableCell {
  display: flex;
  align-items: center;
}

.indexWrapA .indexBoxA {
  display: flex;
  align-items: start;
  padding-top: 120px;
}

.indexWrapA .aLeft {
  width: 44.8%;
}

.indexWrapA .aInfo {
  font-family: "SourceHanSans";
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 18px;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.indexWrapA .aInfo a {
  color: #ffffff;
  display: block;
}

.indexWrapA .aInfo a:hover {
  color: #ba1a21;
}

.indexWrapA .aTips {
  margin-top: 11px;
}

.indexWrapA .aNum {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.indexWrapA .numItem {
  width: 33.5%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 11px 50px 35px 40px;
  border-radius: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-right: 10.6%;
  margin-bottom: 32px;
}

.indexWrapA .numItem:hover {
  background-color: #ffffff;
}

.indexWrapA .numTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 70px;
  font-weight: bold;
  color: #ba1a21;
  padding-right: 7%;
}

.indexWrapA .numTop p {
  word-break: break-all;
}

.indexWrapA .numTop span {
  font-size: 20px;
  color: #666666;
}

.indexWrapA .numBott {
  font-size: 20px;
  color: #666666;
  margin-top: 12px;
}

.indexWrapA .numChan {
  width: 40.3%;
}

.indexWrapA .aRight {
  flex: 1;
  margin-left: 85px;
  display: flex;
  align-items: start;
  margin-top: 11px;
}

.indexWrapA .aImg1 {
  width: 48.5%;
  margin-top: 21px;
}

.indexWrapA .aImg1 a {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}

.indexWrapA .aImg1 img {
  width: 100%;
  display: block;
}

.indexWrapA .aImg1 a:hover img {
  transform: scale(1.2);
}

.indexWrapA .aImg2 {
  width: 48.5%;
  display: block;
  margin-left: 15px;
}

.indexWrapA .aImg2 a {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-bottom: 19px;
  overflow: hidden;
}

.indexWrapA .aImg2 img {
  width: 100%;
  display: block;
}

.indexWrapA .aImg2 a:hover img {
  transform: scale(1.2);
}

.indexWrapB {
  width: 100%;
}

.indexWrapB .fp-tableCell {
  width: 100%;
  display: flex;
}

.indexWrapB .bLeft {
  width: 50%;
  overflow: hidden;
}

.indexWrapB .bImg {
  width: 100%;
  height: 100%;
  display: block;
}

.indexWrapB .bRight {
  width: 50%;
}

.indexWrapB .bRight img {
  width: 100%;
  height: 100%;
  display: block;
}

.indexWrapB .indexBoxB {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}

.indexWrapB .bTips {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 16px;
}

.indexWrapB .bSwiper {
  width: 55.4%;
  overflow: hidden;
  margin-top: 25px;
}

.indexWrapB .bInfo {
  background-color: #ffffff;
  width: 55.4%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 30px 26px 34px 39px;
}

.indexWrapB .bName {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.indexWrapB .bName a {
  color: #333333;
}

.indexWrapB .bName a:hover {
  color: #ba1a21;
}

.indexWrapB .bTxt {
  font-family: SourceHanSans;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.indexWrapB .bTxt:hover {
  color: #ba1a21;
}

.indexWrapB .moreBtn {
  margin-top: 82px;
}

.indexWrapB .infoRight {
  border-left: 1px solid #ECECEC;
  padding-left: 54px;
  padding-top: 53px;
  padding-bottom: 85px;
  margin-left: 49px;
}

.indexWrapB .swiper-pagination {
  text-align: right;
  font-size: 32px;
  color: #666666;
  margin-bottom: 20px;
}

.indexWrapB .swiper-pagination-total {
  font-size: 16px;
  margin-right: 26px;
}

.indexWrapB .swiper-pagination-current {
  font-size: 30px;
}

.indexWrapB .bQie {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.9%;
  z-index: 100;
}

.indexWrapB .bQie span {
  font-size: 30px;
  color: #6ab3db;
  width: 65px;
  line-height: 65px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}

.indexWrapB .bQie span:hover {
  color: #ffffff;
  background-color: #87c2e2;
}

.indexWrapB .bQie .bNext {
  margin-left: 4px;
}

.indexWrapC {
  background: url("../imgs/index8.jpg") center center/cover no-repeat;
}

.indexWrapC .indexBoxC {
  padding-top: 120px;
}

.indexWrapC .indexTitle {
  justify-content: center;
}

.indexWrapC .indexTips {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.indexWrapC .cSwiper {
  overflow: hidden;
  margin-top: 59px;
}

.indexWrapC .swiper-slide {
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 25px;
}

.indexWrapC .cImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.indexWrapC .cImg img {
  width: 100%;
  display: block;
}

.indexWrapC .cImg:hover img {
  transform: scale(1.2);
}

.indexWrapC .cName {
  font-size: 22px;
  color: #333333;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexWrapC .cName a {
  color: #333333;
}

.indexWrapC .cName a:hover {
  color: #ba1a21;
}

.indexWrapC .cTxt {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 21px;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexWrapC .cTxt a {
  color: #666666;
  display: block;
}

.indexWrapC .cTxt a:hover {
  color: #ba1a21;
}

.indexWrapC .cQie {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.indexWrapC .cQie span {
  font-size: 30px;
  color: #6ab3db;
  width: 65px;
  line-height: 65px;
  background-color: #ffffff;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}

.indexWrapC .cQie span:hover {
  color: #ffffff;
  background-color: #87c2e2;
}

.indexWrapC .cQie .cNext {
  margin-left: 4px;
}

.indexWrapC .cTips {
  margin-top: 19px;
}

.indexWrapC .fp-tableCell {
  display: flex;
  align-items: center;
}

.indexWrapD {
  background: url("../imgs/index10.jpg") center center/cover no-repeat;
}

.indexWrapD .fp-tableCell {
  display: flex;
  align-items: center;
}

.indexWrapD .indexBoxD {
  padding-top: 120px;
}

.indexWrapD .dTips {
  margin-top: 6px;
}

.indexWrapD .dList {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.indexWrapD .dItem {
  width: 30.4%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px 10px 0px 0px;
}

.indexWrapD .dImg {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.indexWrapD .dImg img {
  width: 100%;
  display: block;
}

.indexWrapD .dImg:hover img {
  transform: scale(1.2);
}

.indexWrapD .dInfo {
  padding: 0 21px;
  padding-bottom: 48px;
}

.indexWrapD .dDate {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  font-style: italic;
}

.indexWrapD .dTit {
  font-size: 20px;
  line-height: 34px;
  color: #333333;
  margin-top: 9px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

.indexWrapD .dTit a {
  color: #333333;
  display: block;
}

.indexWrapD .dTit a:hover {
  color: #ba1a21;
}

.indexWrapD .dTxt {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-top: 6px;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexWrapD .dTxt a {
  color: #999999;
  display: block;
}

.indexWrapD .dTxt a:hover {
  color: #ba1a21;
}

.indexWrapD .dateItem {
  border-bottom: 1px solid #DADADA;
  margin: 0 26px;
  padding-bottom: 57px;
  margin-bottom: 15px;
}

.indexWrapD .dateTit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
}

.indexWrapD .dateTit a {
  color: #333333;
  display: block;
}

.indexWrapD .dateTit a:hover {
  color: #ba1a21;
}

.indexWrapD .dateTime {
  font-size: 14px;
  color: #999999;
  font-style: italic;
  margin-top: 13px;
}

.indexWrapD .dateItem:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.indexWrapD .dateList {
  padding-top: 40px;
  width: 34.5%;
}

.footWrap {
  background: url("../imgs/foot.jpg") center center/cover no-repeat;
  height: auto !important;
  padding-top: 252px;
  padding-bottom: 292px;
  overflow: unset;
}

.footWrap .fp-tableCell {
  height: auto !important;
}

.footWrap .footTop {
  display: flex;
  justify-content: space-between;
}

.footWrap .footA {
  width: max-content;
  max-width: 10%;
}

.footWrap .navBiao {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 22px;
}

.footWrap .navBiao a {
  color: #ffffff;
}

.footWrap .footNav {
  font-size: 16px;
  line-height: 36px;
  color: #d3d3d3;
}

.footWrap .footNav a {
  color: #d3d3d3;
  display: block;
}

.footWrap .footNav a:hover {
  color: #ba1a21;
}

.footWrap .shareWrap {
  display: flex;
  justify-content: end;
}

.footWrap .shareBox {
  display: flex;
  transform: translateY(-310px);
}

.footWrap .shareBox a {
  width: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  margin-left: 26px;
  position: relative;
}

.footWrap .shareBox a:hover {
  background-color: #ba1a21;
}

.footWrap .shareBox a:hover span {
  color: #ffffff;
}

.footWrap .shareBox span {
  font-size: 22px;
  color: #1d1d1d;
  line-height: 42px;
  transition: 0.2s;
}

.footWrap .shareBox a:nth-child(1) span {
  font-size: 28px;
}

.footWrap .shareBox a:nth-child(3) span {
  font-size: 24px;
}

.footWrap .shareBox .wxDibu {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.footWrap .footLine {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.37;
  margin-top: 69px;
}

.footWrap .keywords {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  color: #999999;
  line-height: 24px;
  margin-top: 30px;
}

.footWrap .keywords a {
  color: #999999;
  margin-left: 10px;
}

.footWrap .keywords a:hover {
  color: #ba1a21;
}

.footWrap .copyTxt {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-top: 4px;
  text-align: center;
}

.sideNav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  width: 56px;
}

.sideNav .sideItem {
  width: 100%;
  background-color: #ebebeb;
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
  margin-top: 1px;
  border-radius: 5px;
}

.sideNav .wxImg {
  max-width: unset;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  display: none;
}

.sideNav .sideBox {
  width: 100%;
  text-align: center;
  display: block;
}

.sideNav .sideBox span {
  font-size: 22px;
  color: #0662aa;
  line-height: 56px;
}

.sideNav .sideItem:hover {
  background-color: #6ab3db;
}

.sideNav .sideItem:hover span {
  color: #ffffff;
}

.sideNav .wechatItem span {
  color: #02B234;
}

.sideNav .phoneTxt {
  width: max-content;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #6ab3db;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.sideNav .phoneTxt a {
  color: #ffffff;
}

.sideNav .phoneTxt a:hover {
  text-decoration: underline;
}

.sideNav .goTop {
  cursor: pointer;
}

.sideNav .sideItem:last-child .sideBox span {
  font-size: 26px;
}

.neiBannerWrap {
  background: url("../imgs/banner2.jpg") center center/cover no-repeat;
  padding-top: 265px;
  padding-bottom: 232px;
}

.neiBannerWrap .neiTit {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
}

.neiBannerWrap .neiTip {
  font-family: Arial;
  font-size: 46px;
  color: #ffffff;
  opacity: 0.42;
  margin-top: 10px;
  text-transform: uppercase;
}

.crumbsBox {
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.crumbsBox .homeIcon {
  font-size: 24px;
  color: #333333;
  margin-right: 10px;
}

.crumbsBox a {
  font-size: 20px;
  color: #333333;
}

.crumbsBox a span {
  margin: 0 4px;
}

.crumbsBox a:hover {
  color: #2371a0;
}

.crumbsBox .crumActive {
  color: #2371a0;
}

.neiTitle {
  font-size: 46px;
  color: #131313;
  text-align: center;
  font-weight: bold;
}

.neiTips {
  font-family: Arial;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #063784;
  opacity: 0.42;
  font-weight: bold;
  margin-top: 12px;
}

.anchorWrap {
  box-shadow: 0px 4px 16px 0px #F9F9F9,
 0px -6px 16px 0px #F9F9F9;
  margin-top: 59px;
}

.anchorWrap .anchorBox {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 15px 52px;
  box-sizing: border-box;
  overflow-x: auto;
}

.anchorWrap a {
  font-size: 20px;
  color: #2371a0;
  padding: 12px 19px;
  flex-shrink: 0;
}

.anchorWrap a:hover {
  background-color: #2371a0;
  color: #ffffff;
}

.anchorWrap .anchorAct {
  background-color: #2371a0;
  color: #ffffff;
}

.dailyAnch a {
  padding: 12px 54px;
}

.busiWrap {
  margin-top: 49px;
  margin-bottom: 90px;
}

.busiWrap .busiList {
  margin-top: 53px;
}

.busiWrap .busiItem {
  background-color: #efefef;
  display: flex;
  margin-bottom: 51px;
  transition: 0.2s;
}

.busiWrap .busiImg {
  width: 58.2%;
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0 100%);
}

.busiWrap .busiImg img {
  width: 100%;
  display: block;
}

.busiWrap .busiInfo {
  flex: 1;
  margin-left: 46px;
  padding-top: 93px;
  padding-right: 52px;
}

.busiWrap .busiIconCur {
  max-width: 54px;
}

.busiWrap .busiIconAct {
  max-width: 54px;
  display: none;
}

.busiWrap .busiName {
  font-size: 28px;
  color: #2371a0;
  margin-top: 26px;
  font-weight: bold;
  max-width: 100%;
}

.busiWrap .busiName a {
  color: #2371a0;
  position: relative;
}

.busiWrap .busiName a::after {
  width: 100%;
  height: 2px;
  background-color: #2371a0;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
}

.busiWrap .busiTxt {
  font-size: 18px;
  line-height: 36px;
  color: #3c3c3c;
  margin-top: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.busiWrap .busiTxt a {
  color: #3c3c3c;
  display: block;
}

.busiWrap .neiMore {
  display: flex;
  justify-content: flex-end;
  margin-top: 39px;
}

.busiWrap .busiItem:nth-child(2n) {
  flex-direction: row-reverse;
}

.busiWrap .busiItem:nth-child(2n) .busiImg {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%);
}

.busiWrap .busiItem:nth-child(2n) .busiInfo {
  margin-left: 0;
  padding-left: 86px;
  padding-right: 21px;
}

.busiWrap .busiItem:nth-child(2n) .moreBtn {
  margin-right: -55px;
}

.busiWrap .busiItem:hover {
  background-color: #2371a0;
}

.busiWrap .busiItem:hover .busiIconAct {
  display: block;
}

.busiWrap .busiItem:hover .busiIconCur {
  display: none;
}

.busiWrap .busiItem:hover .busiName {
  color: #ffffff;
}

.busiWrap .busiItem:hover .busiName a {
  color: #ffffff;
}

.busiWrap .busiItem:hover .busiName a::after {
  background-color: #ffffff;
}

.busiWrap .busiItem:hover .busiName:hover a {
  color: #ba1a21;
}

.busiWrap .busiItem:hover .busiName:hover::after {
  background-color: #ba1a21;
}

.busiWrap .busiItem:hover .busiTxt {
  color: #ffffff;
}

.pagingBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.pagingBox a {
  min-width: 37px;
  line-height: 31px;
  font-size: 17px;
  color: #999999;
  background-color: #f4f4f4;
  border: solid 1px #e5e5e5;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
}

.pagingBox a:last-child {
  margin-right: 0px;
}

.pagingBox a:hover {
  background-color: #2371a0;
  color: #ffffff;
  border: 1px solid #2371a0;
}

.neiBlock {
  width: 100%;
  height: 54px;
  display: none;
}

.veteWrap {
  display: flex;
  align-items: start;
  margin-bottom: 100px;
  margin-top: 40px;
}

.veteWrap .veteLeft {
  width: 19.7%;
  margin-top: 176px;
}

.veteWrap .leftItem {
  margin-bottom: 16px;
}

.veteWrap .leftName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  padding: 16px 11px;
  background-color: #2371a0;
  transition: 0.2s;
  cursor: pointer;
  margin-bottom: 16px;
}

.veteWrap .leftName span {
  transition: 0.2s;
}

.veteWrap .leftName:hover {
  background-color: #c21820;
}

.veteWrap .leftTxt {
  font-size: 20px;
  color: #5b5b5b;
  margin-top: 12px;
  padding-bottom: 12px;
}

.veteWrap .leftTxt a {
  color: #5b5b5b;
  display: block;
  margin-bottom: 14px;
}

.veteWrap .leftTxt a:hover {
  color: #ba1a21;
}

.veteWrap .leftTxt a:last-child {
  margin-bottom: 0px;
}

.veteWrap .leftActive {
  background-color: #c21820;
}

.veteWrap .leftActive span {
  transform: rotate(90deg);
}

.veteWrap .veteRight {
  flex: 1;
  margin-left: 7%;
}

.veteWrap .veteList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 83px;
}

.veteWrap .veteList::after {
  width: 32.2%;
  content: '';
}

.veteWrap .veteItem {
  width: 32.2%;
  position: relative;
  margin-bottom: 14px;
}

.veteWrap .veteImg {
  width: 100%;
  display: block;
}

.veteWrap .veteImg img {
  width: 100%;
  display: block;
}

.veteWrap .veteInfo {
  display: none;
}

.veteWrap .veteMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: rgba(65, 132, 172, 0.5);
  padding: 19px 26px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(214, 226, 232, 0.5), #377da8);
}

.veteWrap .veteName {
  font-size: 22px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.veteWrap .veteName a {
  color: #ffffff;
}

.veteWrap .veteName a:hover {
  color: #ba1a21;
}

.veteWrap .veteTip {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 11px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.veteWrap .veteTip a {
  color: #ffffff;
  display: block;
}

.veteWrap .veteTip a:hover {
  color: #ba1a21;
}

.veteWrap .veteInp {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.veteWrap .veteInp input {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  outline: none;
  box-sizing: border-box;
  margin-right: 12px;
  border: none;
  -webkit-appearance: none;
  background: transparent;
}

.veteWrap .veteInp input[type="checkbox"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: solid 1px #ffffff;
}

.veteWrap .veteInp input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba1a21;
}

.veteWrap .veteInp a {
  font-size: 16px;
  padding: 6px 18px;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.veteWrap .veteInp a:hover {
  border: solid 1px #ba1a21;
  color: #ba1a21;
}

.veteWrap .veteXiao {
  display: none;
  margin-top: 10px;
}

.veteWrap .xiaoTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #131313;
  line-height: 30px;
}

.veteWrap .xiaoName {
  font-size: 18px;
  color: #131313;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.veteWrap .xiaoName span {
  transition: 0.2s;
}

.veteWrap .xiaoActive span {
  transform: rotate(90deg);
}

.veteWrap .veteMoblie {
  display: none;
}

.pagingWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 111px;
  flex-wrap: wrap;
}

.pagingWrap .pagingBox {
  margin-top: 0px;
}

.subBox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 24px;
}

.subBox input {
  font-size: 18px;
  color: #ffffff;
  background-color: #2371a0;
  padding: 5px 60px;
  cursor: pointer;
  transition: 0.2s;
}

.subBox span {
  color: #2371a0;
  font-size: 18px;
  margin-left: 13px;
  font-weight: 700;
  transition: 0.2s;
}

.subBox:hover input {
  background-color: #ba1a21;
}

.subBox:hover span {
  color: #ba1a21;
}

.neiNavBanner {
  width: 100%;
}

.neiNavBanner img {
  width: 100%;
  display: block;
}

.veteSanWrap {
  margin-top: 56px;
}

.veteSanWrap .neiImg {
  width: 100%;
  margin-top: 67px;
}

.veteSanWrap .neiImg img {
  width: 100%;
}

.veteSanWrap .veteList {
  margin-top: 43px;
}

.veteSanWrap .veteLeft {
  margin-top: 161px;
}

/*jQzoom*/
.jqzoom {
  position: relative;
  padding: 0px;
}

div.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px !important;
  height: 300px !important;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.detailWrap {
  margin-bottom: 18px;
  margin-top: 64px;
}

.detailWrap .veteLeft {
  margin-top: 0px;
  flex-shrink: 0;
}

.detailWrap .detaRight {
  flex: 1;
  margin-left: 47px;
}

.detailWrap .detaTop {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.detailWrap .suoBox {
  width: 100%;
  border: solid 1px #9a9a9a;
  box-sizing: border-box;
  padding: 26px 30px;
}

.detailWrap .zhanImg {
  width: 100%;
  display: block;
}

.detailWrap .suoList {
  display: flex;
  align-items: center;
  margin-top: 54px;
}

.detailWrap .suoSwiper {
  width: 86%;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 10px;
}

.detailWrap .detaLeft {
  width: 54.8%;
}

.detailWrap .suoItem {
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

.detailWrap .suoItem img {
  width: 100%;
  display: block;
}

.detailWrap .suoItem:hover {
  border: 1px solid #ba1a21;
}

.detailWrap .suoActive {
  border: 1px solid #ba1a21;
}

.detailWrap .suoQie {
  font-size: 36px;
  font-weight: 500;
  color: #7e7e7e;
  cursor: pointer;
  transition: 0.2s;
}

.detailWrap .suoQie:hover {
  color: #ba1a21;
}

.detailWrap .detaInfo {
  width: 41.5%;
}

.detailWrap .infoTxt {
  font-size: 18px;
  line-height: 40px;
  color: #242424;
}

.detailWrap .detaTitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.detailWrap .kfBtn {
  font-size: 18px;
  color: #555555;
  padding: 12px 28px;
  border: solid 1px #9a9a9a;
  display: inline-block;
  margin-top: 40px;
}

.detailWrap .kfBtn:hover {
  border: 1px solid #ba1a21;
  color: #ffffff;
  background-color: #ba1a21;
}

.detailWrap .detaBiao {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #686868;
  padding: 8px 41px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  border: solid 1px #ebebeb;
  border-bottom: none;
}

.detailWrap .detaBott {
  margin-top: 76px;
}

.detailWrap .detaBott .tablen {
  border: 1px solid #ebebeb;
  padding: 53px 0px;
  margin-bottom: 63px;
  overflow-x: auto;
}

.detailWrap .detaBott table {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.detailWrap .detaBott table tr, .detailWrap .detaBott table td {
  font-size: 16px;
  line-height: 30px;
  color: #727272;
}

.detailWrap .detaBott table td {
  padding: 8px 41px;
}

.detailWrap .detaBott table td:first-child {
  width: 40%;
}

.detailWrap .detaBott table td:last-child {
  flex-shrink: 0;
}
.detailWrap .detaBott p {
    font-size: 16px;
    color: #727272;
    line-height: 40px;
    padding: 8px 41px;
}
.detailWrap .detaBott .detaBiao {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #686868;
    padding: 8px 41px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    border-bottom: none;
}

.tablen {
  overflow-x: auto;
}

table {
  overflow-x: auto;
  white-space: nowrap;
}

.similarWrap {
  margin-bottom: 139px;
}

.similarWrap .simiTitle {
  font-size: 36px;
  color: #010e0c;
  text-align: center;
}

.similarWrap .simiTitle a {
  color: #010e0c;
}

.similarWrap .simiTitle a:hover {
  color: #ba1a21;
}

.similarWrap .swiper-slide {
  background-color: #f1f1f1;
}

.similarWrap .simiInfo {
  padding: 0 10px;
  padding-bottom: 67px;
  border: solid 1px #807c7c;
}

.similarWrap .simiImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.similarWrap .simiImg img {
  width: 100%;
  display: block;
}

.similarWrap .simiImg:hover img {
  transform: scale(1.2);
}

.similarWrap .simiName {
  font-size: 28px;
  color: #010e0c;
  margin-top: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
}

.similarWrap .simiName a {
  color: #010e0c;
  position: relative;
}

.similarWrap .simiName a:hover {
  color: #ba1a21;
}

.similarWrap .simiName a::after {
  width: 100%;
  height: 2px;
  background-color: #c21820;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
}

.similarWrap .simiSwiper {
  overflow: hidden;
  padding-right: 10px;
}

.similarWrap .simiEn {
  font-size: 18px;
  color: #7e7e7e;
  margin-top: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similarWrap .simiEn a {
  color: #7e7e7e;
}

.similarWrap .simiEn a:hover {
  color: #ba1a21;
}

.similarWrap .similarBox {
  position: relative;
  margin-top: 67px;
}

.similarWrap .simiQie {
  font-size: 56px;
  color: #c21820;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
  z-index: 100;
}

.similarWrap .simiQie:hover {
  color: #2371a0;
}

.similarWrap .simiPrev {
  left: 7.8%;
}

.similarWrap .simiNext {
  right: 7.8%;
}

.hezuoAnch {
  margin-top: 58px;
}

.hezuoAnch .anchorBox {
  justify-content: center;
}

.hezuoAnch .anchorBox a {
  margin-right: 10%;
}

.hezuoAnch .anchorBox a:last-child {
  margin-right: 0px;
}

.coopWrap {
  margin-top: 54px;
  margin-bottom: 101px;
}

.coopWrap .coopTxt {
  font-size: 20px;
  line-height: 42px;
  color: #082041;
  margin-top: 19px;
}

.coopWrap .neiTitle {
  text-align: left;
}

.coopWrap .coopTip {
  font-size: 34px;
  color: #8d8d8d;
  margin-top: 11px;
}

.coopWrap .hezuoImg {
  width: 100%;
  margin-top: 47px;
}

.coopWrap .hezuoImg img {
  width: 100%;
  display: block;
}

.lijieWrap {
  margin-top: 57px;
}

.lijieWrap .lijieTitEn {
  font-size: 32px;
  color: #2371a0;
  text-align: center;
  position: relative;
}

.lijieWrap .lijieTitEn::after {
  width: 40px;
  height: 6px;
  background-color: #c21820;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: '';
}

.lijieWrap .lijieTitZh {
  font-size: 46px;
  font-weight: bold;
  color: #1a1919;
  text-align: center;
  margin-top: 37px;
}

.foreignList {
  margin-top: 60px;
  margin-bottom: 116px;
}

.foreignList .foreItem {
  display: flex;
  align-items: start;
  padding-top: 48px;
  padding-bottom: 51px;
  border-top: 1px solid #9a9b9b;
  border-bottom: 1px solid #9a9b9b;
  margin-bottom: 39px;
}

.foreignList .foreImg {
  width: 38.9%;
  display: block;
  overflow: hidden;
}

.foreignList .foreImg img {
  width: 100%;
  display: block;
}

.foreignList .foreImg:hover img {
  transform: scale(1.2);
}

.foreignList .foreRight {
  flex: 1;
  margin-left: 9%;
  padding-right: 14.2%;
}

.foreignList .foreTit {
  font-size: 32px;
  line-height: 48px;
  color: #2371a0;
  margin-top: 26px;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.foreignList .foreTit a {
  color: #2371a0;
  display: block;
}

.foreignList .foreTit a:hover {
  color: #ba1a21;
}

.foreignList .foreTxt {
  font-size: 18px;
  line-height: 36px;
  color: #6c6c6c;
  margin-top: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.foreignList .foreTxt a {
  color: #6c6c6c;
  display: block;
}

.foreignList .foreTxt a:hover {
  color: #ba1a21;
}

.contactTop {
  background-color: #f7f7f7;
  padding-top: 22px;
}

.contactTop .crumbsBox {
  margin-top: 0px;
}

.gsInfo {
  margin-top: 17px;
}

.gsInfo .gsTit {
  font-size: 36px;
  color: #2371a0;
  text-align: center;
  font-weight: bold;
}

.gsInfo .gsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}

.gsInfo .gsItem {
  width: 47.1%;
  border-bottom: 2px solid #efefef;
  padding-bottom: 23px;
  margin-bottom: 57px;
  padding-right: 10px;
  box-sizing: border-box;
}

.gsInfo .gsItem:last-child {
  border-bottom: none;
  margin-bottom: 42px;
}

.gsInfo .gsItem:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 42px;
}

.gsInfo .gsName {
  font-size: 24px;
  font-weight: bold;
  color: #575757;
  margin-bottom: 23px;
}

.gsInfo .gsTell {
  font-size: 16px;
  display: flex;
  color: #333333;
  line-height: 34px;
}

.gsInfo .gsTell a {
  color: #333333;
}

.gsInfo .gsTell a:hover {
  color: #ba1a21 !important;
}

.gsInfo .gsTell p:first-child {
  flex-shrink: 0;
}

.gsInfo .gsTell p:last-child {
  color: #575757;
}

.gsInfo .gsTell p:last-child a {
  color: #575757;
}

.gsInfo .gsPhone p {
  color: #333333 !important;
}

.contactBott {
  margin-top: 73px;
}

.contactBott .syTitle {
  font-size: 36px;
  color: #2371a0;
  text-align: center;
  font-weight: bold;
}

.contactBott .syList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}

.contactBott .syItem {
  width: 47.1%;
  margin-bottom: 44px;
  padding-right: 10px;
  box-sizing: border-box;
}

.contactBott .syName {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 17px;
}

.contactBott .syName img {
  width: 30px;
  display: block;
  margin-right: 9px;
}

.contactBott .syTell {
  display: flex;
  align-items: start;
  font-size: 20px;
  color: #575757;
  line-height: 49px;
}

.contactBott .syTell a {
  color: #575757;
}

.contactBott .syTell a:hover {
  color: #ba1a21;
}

.contactBott .syTell span {
  font-size: 20px;
  color: #2371a0;
  margin-right: 8px;
}

.contactBott .tellName {
  font-weight: bold;
  flex-shrink: 0;
}

.contactForm {
  margin-top: -4px;
  margin-bottom: 84px;
}

.contactForm .formTitle {
  font-size: 36px;
  font-weight: bold;
  color: #2371a0;
  text-align: center;
}

.contactForm .formLeft {
  width: 47.1%;
  margin-right: 30px;
}

.contactForm .formLeft .formItem {
  width: 100%;
}

.contactForm .formList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}

.contactForm .formItem {
  width: 47.1%;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contactForm .xingIcon {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 0;
}

.contactForm .nameInput {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666666;
  border: solid 1px #cccccc;
  padding: 9px 15px;
}

.contactForm .nameInput::-webkit-input-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm .nameInput:-moz-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm .nameInput::-moz-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm .nameInput:-ms-input-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm .areaItem .xingIcon {
  transform: scale(0.8);
  top: 10px;
}

.contactForm .areaItem textarea {
  width: 100%;
  height: 149px;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  padding: 7px 15px;
  box-sizing: border-box;
}

.contactForm textarea::-webkit-input-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm textarea:-moz-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm textarea::-moz-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm textarea:-ms-input-placeholder {
  font-family: "Microsoft YaHei","微软雅黑";
  font-size: 12px;
  color: #666666;
}

.contactForm .capInput {
  width: 24%;
}

.contactForm .capItem {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}

.contactForm .capItem img {
  width: 118px;
  cursor: pointer;
}

.contactForm .subBtn {
  width: 46%;
  background-color: #006697;
  font-size: 16px;
  color: #ffffff;
  padding: 7px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}

.contactForm .subBtn:hover {
  background-color: #ba1a21;
}

.contractWrap {
  margin-top: 34px;
}

.contractWrap .tracImg {
  width: 39.3%;
  display: block;
  float: right;
  margin-left: 5%;
}

.contractWrap .tracTit {
  font-size: 36px;
  line-height: 48px;
  color: #2371a0;
  font-weight: bold;
  margin-bottom: 30px;
}

.contractWrap .tracTxt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-indent: 2em;
}

.contractWrap .tactLeft {
  padding-top: 58px;
}

.contractWrap .tracTop {
  margin-bottom: 34px;
}

.tactCenterWrap {
  background: url("../imgs/a2.jpg") center center/cover no-repeat;
  padding-top: 77px;
  padding-bottom: 86px;
  margin-top: 42px;
}

.tactCenterWrap .tactCenterBox {
  display: flex;
  justify-content: space-between;
}

.tactCenterWrap .centerLeft {
  width: 60%;
  box-sizing: border-box;
  font-size: 53px;
  font-weight: bold;
  color: #ffffff;
}

.tactCenterWrap .centerRight {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tactCenterWrap .centerRight p {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 27px;
}

.tactCenterWrap .centerRight p span {
  font-weight: normal;
  font-size: 35px;
}

.tactCenterWrap .centerRight span {
  font-size: 46px;
  color: #ffffff;
}

.tactBott {
  margin-top: 42px;
  margin-bottom: 98px;
}

.tactBott .tracInfo {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.tactBott .tracInfo p {
  text-indent: 2em;
}

.parkTop {
  background-color: #f7f7f7;
  padding: 44px 45px 49px 45px;
  box-sizing: border-box;
  margin-top: 67px;
}

.parkTop .parkImg {
  width: 53.4%;
  display: block;
  float: left;
  margin-right: 43px;
}

.parkTop .parkTit {
  font-size: 36px;
  font-weight: bold;
  color: #2371a0;
  margin-bottom: 23px;
}

.parkTop .parkTxt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.parkTop .parkRight {
  padding-top: 29px;
}

.parkCenterWrap {
  background: url("../imgs/a7.jpg") center center/cover no-repeat;
  margin-top: 123px;
}

.parkCenterWrap .swiper-slide img {
  width: 100%;
  display: block;
}

.parkCenterWrap .cenQie {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.parkCenterWrap .cenQie span {
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  margin-right: 100px;
}

.parkCenterWrap .cenQie span:last-child {
  margin-right: 0px;
}

.parkCenterWrap .cenQie span:hover {
  color: #ba1a21;
}

.parkCenterWrap .parkCenterBox {
  overflow: hidden;
  transform: translateY(-64px);
}

.parkBottWrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 105px;
}

.parkBottWrap .bottSwiper {
  width: 91.5%;
}

.parkBottWrap .bottQie {
  font-size: 30px;
  color: #b4b4b5;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 9%;
}

.parkBottWrap .bottQie:hover {
  color: #172646;
}

.parkBottWrap .bottTop {
  position: relative;
}

.parkBottWrap .gcBox {
  padding: 10px 13px 13px 12px;
  border: solid 1px #172646;
  box-sizing: border-box;
}

.parkBottWrap .bottImg {
  width: 100%;
  display: block;
}

.parkBottWrap .bottBox {
  display: none;
}

.parkBottWrap .bottMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 113, 160, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  cursor: pointer;
}

.parkBottWrap .bottMask span {
  width: 56px;
  line-height: 56px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.parkBottWrap .bottTitle {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}

.parkBottWrap .bottSwiper {
  overflow: hidden;
}

.educationWrap {
  margin-top: 58px;
  margin-bottom: 99px;
}

.educationWrap .educTit {
  font-size: 42px;
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 48px;
}

.educationWrap .educTxt {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.educationWrap .educTxt img {
  max-width: 100%;
}

.videoWrap {
  margin-top: 56px;
  margin-bottom: 118px;
}

.videoWrap .videoTitEn {
  font-size: 32px;
  color: #2371a0;
  text-align: center;
  position: relative;
}

.videoWrap .videoTitEn::after {
  width: 40px;
  height: 6px;
  background-color: #c21820;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: '';
}

.videoWrap .videoTitZh {
  font-size: 46px;
  color: #1a1919;
  text-align: center;
  margin-top: 37px;
  font-weight: bold;
}

.videoWrap .videoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 105px;
}

.videoWrap .videoList::after {
  width: 31.9%;
  content: '';
}

.videoWrap .videoItem {
  width: 31.9%;
  cursor: pointer;
  margin-bottom: 72px;
}

.videoWrap .videoTop {
  width: 100%;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  padding: 20px 10px;
  background-color: #2371a0;
  box-sizing: border-box;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  transition: 0.2s;
}

.videoWrap .videoTop p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.videoWrap .videoTop:hover {
  color: #ba1a21;
}

.videoWrap .videoBott {
  width: 100%;
  position: relative;
}

.videoWrap .videoBott img {
  width: 100%;
  display: block;
}

.videoWrap .boIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9ea0a3;
  opacity: 0.99;
  font-size: 76px;
  font-weight: 400;
  transition: 0.2s;
}

.videoWrap .videoItem:hover .boIcon {
  color: #ba1a21;
}

.videoWrap .pagingBox {
  margin-top: 27px;
}

.newsCenter {
  margin-bottom: 0px;
}

.newsCenter .newsDate {
  padding: 20px 18px;
  border: solid 1px #9a9b9b;
  margin-left: 9.8%;
  margin-top: 36px;
}

.newsCenter .foreImg {
  flex-shrink: 0;
}

.newsCenter .newsDay {
  font-size: 42px;
  font-weight: bold;
  color: #2371a0;
  transition: 0.2s;
  text-align: center;
}

.newsCenter .newsYear {
  font-size: 22px;
  color: #2371a0;
  text-align: center;
  transition: 0.2s;
  margin-top: 5px;
}

.newsCenter .newsDate:hover .newsDay, .newsCenter .newsDate:hover .newsYear {
  color: #ba1a21;
}

.newsCenter .newsRight {
  display: flex;
  align-items: center;
}

.newsCenter .newsBtn {
  font-size: 22px;
  color: #ffffff;
  background-color: #2371a0;
  padding: 11px 51px;
  display: inline-block;
  margin-top: 95px;
}

.newsCenter .newsBtn:hover {
  background-color: #ba1a21;
}

.newsCenter .foreRight {
  padding-right: 0px;
}

.newsBox {
  margin-bottom: 76px;
}

.newsBox .pagingBox {
  margin-top: 76px;
}

.newsDetail {
  margin-top: 59px;
  margin-bottom: 83px;
}

.newsDetail .newsTop {
  display: flex;
  align-items: start;
}

.newsDetail .detailLeft {
  width: 60.3%;
}

.newsDetail .detaTit {
  font-size: 42px;
  color: #2d2d2d;
}

.newsDetail .detaDate {
  font-size: 20px;
  color: #a8a8a8;
  margin-top: 26px;
  margin-bottom: 22px;
}

.newsDetail .detaInfo {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.newsDetail .detaInfo img {
  max-width: 100%;
}

.newsDetail .fxBox {
  font-size: 14px;
  color: #333333;
  margin-top: 66px;
}

.newsDetail .fxBox p {
  margin-bottom: 15px;
}

.newsDetail .fxBox img {
  width: 243px;
  display: block;
  cursor: pointer;
}

.newsDetail .detaLine {
  width: 100%;
  height: 1px;
  background-color: #666666;
  opacity: 0.38;
  margin-top: 12px;
}

.newsDetail .detailRight {
  flex: 1;
  margin-left: 76px;
  border: 1px solid #CBCBCB;
  padding: 50px 61px;
  padding-bottom: 55px;
  margin-top: 116px;
}

.newsDetail .dynamicBiao {
  display: flex;
  align-items: flex-end;
  font-size: 28px;
  color: #383838;
}

.newsDetail .dynamicBiao img {
  width: 20px;
  display: block;
  margin-right: 16px;
}

.newsDetail .dynamicBiao p {
  position: relative;
}

.newsDetail .dynamicBiao p::after {
  content: 'News';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  color: #e5e5e5;
  font-size: 24px;
  z-index: -10;
}

.newsDetail .dynaList {
  margin-top: 36px;
}

.newsDetail .dynaItem {
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.02);
  padding-bottom: 10px;
  margin-bottom: 33px;
}

.newsDetail .dynaDate {
  font-size: 16px;
  color: #a8a8a8;
}

.newsDetail .dynaLine {
  width: 36px;
  height: 2px;
  background-color: #063784;
  margin-top: 12px;
}

.newsDetail .dynaTxt {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsDetail .dynaTxt a {
  color: #666666;
  display: block;
}

.newsDetail .dynaTxt a:hover {
  color: #ba1a21;
}

.newsDetail .dynaImg {
  width: 139px;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.newsDetail .dynaImg img {
  width: 100%;
  display: block;
}

.newsDetail .dynaImg:hover img {
  transform: scale(1.2);
}

.newsDetail .dynaBtn {
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #2371a0;
  margin-top: -12px;
}

.newsDetail .dynaBtn a {
  color: #2371a0;
}

.newsDetail .dynaBtn a:hover {
  color: #ba1a21;
}

.fenye {
  font-size: 14px;
  line-height: 33px;
  color: #333333;
  margin-top: 16px;
}

.fenye a {
  color: #333333;
  display: block;
  display: flex;
}

.fenye a:hover {
  color: #ba1a21;
}

.fenye span {
  flex-shrink: 0;
}

.honorWrap {
  position: relative;
  padding-top: 121px;
}

.honorWrap .honorTitZh {
  font-size: 46px;
  font-weight: bold;
  color: #131313;
}

.honorWrap .honorTitEn {
  font-size: 34px;
  color: #8d8d8d;
  margin-top: 11px;
}

.honorWrap .honorBott {
  width: calc(100% - 126px);
  background-color: #2371a0;
  display: flex;
  position: relative;
  padding: 48px 37px 80px 37px;
  box-sizing: border-box;
  margin-top: 58px;
}

.honorWrap .gsInfo {
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
  width: 44%;
}

.honorWrap .gsImg {
  width: 63.3%;
  position: absolute;
  right: -126px;
  top: -179px;
}

.honorWrap .gsImg img {
  width: 100%;
  display: block;
}

.honorWrap .bgcImg {
  position: absolute;
  top: 7px;
  left: -62px;
  max-width: 100%;
  z-index: -10;
}

.aptitudeWrap {
  background-color: #f7f7fb;
  padding-top: 61px;
  padding-bottom: 60px;
  margin-top: 148px;
}

.aptitudeWrap .aptiTop {
  display: flex;
  font-size: 18px;
  color: #2371a0;
  justify-content: center;
}

.aptitudeWrap .aptiTop p {
  padding: 9px 29px;
  background-color: #ffffff;
  margin-left: 50px;
  border-radius: 20px;
  transition: 0.2s;
  cursor: pointer;
}

.aptitudeWrap .aptiTop p:first-child {
  margin-left: 0px;
}

.aptitudeWrap .aptiTop p:hover {
  background-color: #2371a0;
  color: #ffffff;
}

.aptitudeWrap .aptiTop .aptiActive {
  background-color: #2371a0;
  color: #ffffff;
}

.aptitudeWrap .zsWrap {
  width: 100%;
  position: relative;
}

.aptitudeWrap .zzImg {
  width: 100%;
}

.aptitudeWrap .zzQie {
  font-size: 14px;
  color: #ffffff;
  width: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #2371a0;
  position: absolute;
  top: 38%;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 50%;
  z-index: 100;
}

.aptitudeWrap .zzQie:hover {
  background-color: #ba1a21;
}

.aptitudeWrap .zzPrev, .aptitudeWrap .ryPrev {
  left: 10.2%;
}

.aptitudeWrap .zzNext, .aptitudeWrap .ryNext {
  right: 10.2%;
}

.aptitudeWrap .zizhiSwiper {
  overflow: hidden;
}

.aptitudeWrap .zizhiSwiper .swiper-slide {
  position: relative;
}

.aptitudeWrap .rongyuSwiper {
  overflow: hidden;
}

.aptitudeWrap .rongyuSwiper .swiper-slide {
  position: relative;
}

.aptitudeWrap .bigBox {
  padding: 15px;
  padding-bottom: 18px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.aptitudeWrap .bigIcon {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aptitudeWrap .bigIcon span {
  color: #ffffff;
  font-size: 36px;
}

.aptitudeWrap .zzPoint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
}

.aptitudeWrap .zzPoint .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: solid 1px #c21820;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}

.aptitudeWrap .zzPoint .swiper-pagination-bullet-active {
  background-color: #c21820;
}

.aptitudeWrap .ryPoint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
}

.aptitudeWrap .ryPoint .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: solid 1px #c21820;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}

.aptitudeWrap .ryPoint .swiper-pagination-bullet-active {
  background-color: #c21820;
}

.aptitudeWrap .aptitudeBox {
  margin-top: 56px;
}

.aptitudeWrap .zsWrap:not(:first-child) {
  display: none;
}

.globalWrap {
  margin-top: 52px;
  margin-bottom: 97px;
}

.globalWrap .globTitleZh {
  font-size: 46px;
  font-weight: bold;
  color: #131313;
}

.globalWrap .globTitleEn {
  font-size: 34px;
  color: #8d8d8d;
  margin-top: 12px;
  margin-bottom: 17px;
}

.globalWrap .globTxt {
  font-size: 20px;
  line-height: 42px;
  color: #082041;
}

.globalWrap .mapWrap {
  width: 100%;
  position: relative;
  margin-top: 108px;
}
.globalWrap .mapImg {
    width: 100%;
    display: block;
  }

@keyframes boWen1 {
  from {
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  to {
    width: 20px;
    height: 20px;
    opacity: 0.8;
  }
}

@keyframes boWen2 {
  from {
    width: 26px;
    height: 26px;
    opacity: 1;
  }
  to {
    width: 34px;
    height: 34px;
    opacity: 0.8;
  }
}
.globalWrap .dot1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
  }
  
  .globalWrap .dotName {
    font-size: 16px;
    color: #333333;
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px 0px rgba(76, 76, 76, 0.51);
    border-radius: 4px;
  }
  
  .globalWrap .dotYuan {
    width: 8px;
    height: 8px;
    background-color: #C80404;
    border-radius: 50%;
    position: relative;
    margin-top: 16px;
    flex-shrink: 0;
  }
  
  .globalWrap .dotYuan::after {
    width: 12px;
    height: 12px;
    border: solid 1px #C80404;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    animation: boWen1 1s linear infinite;
  }
  
  .globalWrap .dotYuan::before {
    width: 24px;
    height: 24px;
    border: solid 1px #C80404;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    animation: boWen2 1s linear infinite;
  }
  
  .globalWrap .point1 {
    left: -0.4%;
    top: 29.3%;
  }
  
  .globalWrap .point2 {
    left: 1.7%;
    top: 50.3%;
  }
  
  .globalWrap .point3 {
    left: 15.5%;
    top: 38.2%;
  }
  
  .globalWrap .point4 {
    left: 67.4%;
    top: 35.3%;
  }
  
  .globalWrap .point5 {
    left: 79.2%;
    top: 77.1%;
  }
  
  .globalWrap .dot2 {
    display: flex;
    align-items: center;
    position: absolute;
  }
  
  .globalWrap .dot2 .dotYuan {
    margin-top: 0;
    margin-right: 15px;
  }
  
  .globalWrap .point6 {
    left: 74.8%;
    top: 50.2%;
  }
  
  .globalWrap .point7 {
    left: 26.2%;
    top: 35.5%;
  }
  
  .globalWrap .dot3 {
    display: flex;
    align-items: center;
    position: absolute;
  }
  
  .globalWrap .dot3 .dotYuan {
    margin-top: 0;
    margin-left: 15px;
    background-color: #2371a0;
  }
  
  .globalWrap .dot3 .dotYuan::after {
    border: 1px solid #2371a0;
  }
  
  .globalWrap .dot3 .dotYuan::before {
    border: 1px solid #2371a0;
  }
  
  .globalWrap .dot3 .dotName {
    background-color: #2371a0;
    color: #ffffff;
    padding: 7px 30px;
  }
  
  .globalWrap .point8 {
    flex-direction: row-reverse;
    left: 39.1%;
    top: 42.5%;
  }
  
  .globalWrap .point8 .dotYuan {
    margin-left: 0;
    margin-right: 15px;
  }
  
  .globalWrap .point9 {
    flex-direction: column;
    left: 35.3%;
    top: 27.4%;
  }
  
  .globalWrap .point9 .dotYuan {
    margin-left: 0;
    margin-top: 16px;
  }
  
  .globalWrap .dot4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
  }
  
  .globalWrap .dot4 img {
    width: 26px;
    display: block;
    margin-top: 6px;
  }
  
  .globalWrap .dot4 .dotName {
    background-color: #a80404;
    font-weight: bold;
    color: #ffffff;
    padding: 7px 30px;
  }
  
  .globalWrap .point10 {
    left: 32%;
    top: 45.2%;
  }
  
  .globalWrap .remark {
    position: absolute;
    bottom: 12.8%;
    right: 24%;
  }
  
  .globalWrap .markitem {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 19px;
  }
  
  .globalWrap .gsImg1 {
    width: 20px;
    display: block;
    margin-right: 12px;
  }
  
  .globalWrap .gsImg2 {
    width: 16px;
    display: block;
    margin-right: 12px;
    margin-left: 3px;
  }
  
  .globalWrap .markitem:last-child {
    margin-bottom: 0px;
  }
  
  @media (max-width: 1680px) {
    .globalWrap .point5 {
      left: 80.2%;
      top: 77.4%;
    }
  }
  
  @media (max-width: 1440px) {
    .globalWrap .point5 {
      left: 79.2%;
      top: 76.4%;
    }
  }
  
  @media (max-width: 1366px) {
    .globalWrap .point2 {
      left: 1.7%;
      top: 49.3%;
    }
  }
  
  @media (max-width: 1280px) {
    .globalWrap .point1 {
      left: -1.4%;
      top: 28%;
    }
    .globalWrap .point3 {
      left: 15.5%;
      top: 37.2%;
    }
    .globalWrap .point10 {
      left: 31.5%;
      top: 44.2%;
    }
    .globalWrap .point4 {
      left: 67%;
      top: 34%;
    }
    .globalWrap .point5 {
      left: 78.2%;
      top: 75%;
    }
  }
  
  @media (max-width: 1024px) {
    .globalWrap .point1 {
      left: -1%;
      top: 28%;
    }
    .globalWrap .point2 {
      left: 1%;
      top: 48.3%;
    }
    .globalWrap .point3 {
      left: 15.5%;
      top: 37.2%;
    }
    .globalWrap .point7 {
      left: 31.5%;
      top: 27.5%;
      flex-direction: column;
    }
    .globalWrap .point7 .dotYuan {
      margin-left: 0;
      margin-top: 15px;
    }
    .globalWrap .point9 {
      left: 38.4%;
      top: 32.4%;
      flex-direction: row-reverse;
    }
    .globalWrap .point9 .dotYuan {
      margin-top: 0;
      margin-right: 15px;
    }
    .globalWrap .point10 {
      left: 32.8%;
      top: 44.2%;
    }
    .globalWrap .dot4 img {
      width: 17px;
    }
    .globalWrap .dotName {
      font-size: 12px;
      padding: 6px 10px !important;
    }
    .globalWrap .dotYuan {
      width: 5px;
      height: 5px;
    }
    .globalWrap .dotYuan::after {
      width: 8px;
      height: 8px;
    }
    .globalWrap .dotYuan::after {
      width: 12px;
      height: 12px;
    }
    @keyframes boWen1 {
      from {
        width: 8px;
        height: 8px;
        opacity: 1;
      }
      to {
        width: 12px;
        height: 12px;
        opacity: 0.8;
      }
    }
    @keyframes boWen2 {
      from {
        width: 12px;
        height: 12px;
        opacity: 1;
      }
      to {
        width: 16px;
        height: 16px;
        opacity: 0.8;
      }
    }
    .globalWrap .markitem {
      font-size: 14px;
      margin-bottom: 10px;
    }
  }
  
  @media (max-width: 800px) {
    .globalWrap .point1 {
      left: -3%;
      top: 25%;
    }
    .globalWrap .point2 {
      left: 0%;
      top: 45.3%;
    }
    .globalWrap .point3 {
      left: 13.5%;
      top: 34.2%;
    }
    .globalWrap .point10 {
      left: 32.8%;
      top: 42.2%;
    }
    .globalWrap .point4 {
      left: 65%;
      top: 31%;
    }
    .globalWrap .point5 {
      left: 76.2%;
      top: 72%;
    }
  }
  
  @media (max-width: 480px) {
    .globalWrap .dotYuan::after {
      animation: none;
      display: none;
    }
    .globalWrap .dotYuan::before {
      animation: none;
      display: none;
    }
    .globalWrap .dotYuan {
      margin-top: 5px !important;
    }
    .globalWrap .dotName {
      padding: 5px !important;
    }
    .globalWrap .point1 {
      left: -7%;
      top: 24%;
    }
    .globalWrap .point2 {
      left: -4%;
      top: 43.3%;
    }
    .globalWrap .point3 {
      left: 10.5%;
      top: 31.2%;
    }
    .globalWrap .point7 {
      left: 31.5%;
      top: 23.5%;
    }
    .globalWrap .point9 {
      left: 38.4%;
      top: 30.4%;
    }
    .globalWrap .point9 .dotYuan {
      margin-top: 0 !important;
      margin-right: 5px !important;
    }
    .globalWrap .point8 {
      left: 38.1%;
      top: 38.5%;
    }
    .globalWrap .point8 .dotYuan {
      margin-top: 0 !important;
      margin-right: 5px !important;
    }
    .globalWrap .point10 {
      left: 31.8%;
      top: 36.2%;
    }
    .globalWrap .point4 {
      left: 62%;
      top: 29%;
    }
    .globalWrap .point6 {
      left: 74.8%;
      top: 42.2%;
    }
    .globalWrap .point5 {
      left: 75.2%;
      top: 62%;
    }
    .globalWrap .remark {
      display: flex;
      bottom: -8.2%;
      left: 0%;
      right: unset;
    }
    .globalWrap .markitem {
      margin-bottom: 0px;
      flex-shrink: 0;
    }
  }
  
  @media (max-width: 320px) {
    .globalWrap .point1 {
      left: -13%;
      top: 15%;
    }
    .globalWrap .point2 {
      left: -9%;
      top: 35.3%;
    }
    .globalWrap .point3 {
      left: 7.5%;
      top: 23.2%;
    }
    .globalWrap .point10 {
      left: 28.8%;
      top: 28.2%;
    }
    .globalWrap .point4 {
      left: 56%;
      top: 20%;
    }
    .globalWrap .point6 {
      left: 74.8%;
      top: 26.2%;
    }
    .globalWrap .point5 {
      left: 79.2%;
      top: 24%;
    }
  }

.compTitleZh {
  font-size: 46px;
  font-weight: bold;
  color: #131313;
}

.compTitleEn {
  font-size: 34px;
  color: #8d8d8d;
  margin-top: 12px;
}

.profileWrap {
  margin-top: 85px;
}

.profileWrap .profImg {
  width: 47.3%;
  display: block;
  float: right;
  margin-left: 58px;
}

.profileWrap .profTxt {
  font-size: 20px;
  line-height: 42px;
  color: #252525;
  margin-top: 43px;
}

.profileWrap .profBott {
  display: flex;
  justify-content: space-between;
  margin-top: 73px;
}

.profileWrap .numData {
  display: flex;
  align-items: flex-end;
}

.profileWrap .numData p {
  font-size: 70px;
  font-weight: bold;
  color: #ba1a21;
  word-break: break-all;
}

.profileWrap .numData span {
  font-size: 32px;
  font-weight: bold;
  color: #666666;
  margin-left: 28px;
}

.profileWrap .numTit {
  font-size: 20px;
  color: #666666;
  margin-top: 13px;
}

.profileWrap .profItem {
  width: 29%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #ba1a21;
}

.profileWrap .profItem:first-child {
  width: 17.7%;
  justify-content: start;
}

.profileWrap .profItem:last-child {
  width: 23.5%;
  justify-content: flex-end;
  border-right: none;
  padding-right: 33px;
  box-sizing: border-box;
}

.profileWrap .profLeft {
  padding-top: 55px;
}

.cultureWrap {
  margin-top: 92px;
}

.cultureWrap .cultBottWrap {
  background: url("../imgs/c1.jpg") center center/cover no-repeat;
  padding: 100px 0px;
  margin-top: 29px;
}

.cultureWrap .cultBottBox {
  display: flex;
  flex-wrap: wrap;
}

.cultureWrap .cultItem {
  width: 23.4%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 49px 40px 52px 33px;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cultureWrap .cultItem:last-child {
  margin-right: 0px;
}

.cultureWrap .cultName {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.cultureWrap .cultTxt {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 16px;
}

.cultureWrap .cultIcon {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.cultureWrap .cultIcon img {
  max-width: 54px;
  display: block;
}

.structureWrap {
  margin-top: 72px;
}

.structureWrap .struTxt {
  font-size: 20px;
  line-height: 42px;
  color: #252525;
  margin-top: 23px;
}

.structureWrap .struBott {
  background: url("../imgs/c2.jpg") center center/cover no-repeat;
  padding-top: 42px;
  padding-bottom: 54px;
  margin-top: 65px;
}

.structureWrap .struBiao {
  display: flex;
  justify-content: center;
}

.structureWrap .struBiao p {
  background-color: #063784;
  padding: 8px 30px;
  font-size: 20px;
  color: #ffffff;
}

.structureWrap .shuLine {
  width: 1px;
  height: 23px;
  background-color: #063784;
  margin: 0 auto;
}

.structureWrap .hengLine {
  width: 100%;
  height: 1px;
  background-color: #063784;
}

.structureWrap .struItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 8.3%;
}

.structureWrap .struItem:last-child {
  margin-right: 0px;
}

.structureWrap .itemLine {
  width: 1px;
  height: 97px;
  background-color: #063784;
}

.structureWrap .ziTxt {
  font-size: 20px;
  color: #ffffff;
  background-color: #063784;
  padding: 6px 5px;
  writing-mode: vertical-rl;
  margin-top: 10px;
  min-height: 273px;
  box-sizing: border-box;
  text-align: center;
}

.structureWrap .struList {
  display: flex;
  justify-content: center;
}

.manaWrap {
  margin-top: 77px;
}

.manaWrap .manaList {
  margin-top: 98px;
}

.manaWrap .manaItem {
  display: flex;
  align-items: start;
  margin-bottom: 60px;
}

.manaWrap .manaImg {
  width: 50%;
  display: block;
  margin-right: 60px;
}

.manaWrap .bossName {
  font-size: 46px;
  font-weight: bold;
  color: #2371a0;
  margin-top: -8px;
}

.manaWrap .bossZw {
  font-size: 24px;
  color: #2371a0;
  margin-top: 30px;
}

.manaWrap .bossLine {
  width: 100%;
  margin-top: 29px;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
  margin-bottom: 24px;
}

.manaWrap .bossInfo {
  font-size: 24px;
  line-height: 36px;
  color: #666666;
}

.manaWrap .bossList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 102px;
}

.manaWrap .bossList::after {
  width: 25.7%;
  content: '';
}

.manaWrap .bossItem {
  width: 25.7%;
  margin-bottom: 52px;
}

.manaWrap .bossTit {
  font-size: 36px;
  font-weight: bold;
  color: #2371a0;
}

.manaWrap .bossXian {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.2;
  margin-top: 27px;
}

.manaWrap .bossImg {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.manaWrap .bossTips {
  font-size: 24px;
  color: #666666;
  margin-top: 28px;
}

.mileWrap {
  margin-top: 24px;
  margin-bottom: 123px;
}

.mileWrap .mileSwiper2 {
  overflow: hidden;
  margin-top: 55px;
}

.mileWrap .mileSwiper2 .swiper-slide {
  display: flex;
}

.mileWrap .mileImg {
  width: 50%;
  display: block;
}

.mileWrap .mileRight {
  width: 50%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 12%;
}

.mileWrap .mileYear {
  font-size: 60px;
  font-weight: bold;
  color: #2371a0;
}

.mileWrap .mileTxt p {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 48px;
  color: #333333;
}

.mileWrap .mileTxt em {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2371a0;
  margin-right: 10px;
  flex-shrink: 0;
}

.mileWrap .mileBott {
  position: relative;
  margin-top: 44px;
}

.mileWrap .mileSwiper1 {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 10px;
}

.mileWrap .mileSwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mileWrap .mileSwiper1 .swiper-slide-thumb-active .mileYuan {
  width: 15px;
  height: 15px;
  background-color: #2371a0;
}

.mileWrap .mileSwiper1 .swiper-slide-thumb-active .mileYuan::after {
  width: 21px;
  height: 21px;
  border: solid 1px #2371a0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.mileWrap .mileSwiper1 .swiper-slide-thumb-active .mileName {
  color: #2371a0;
}

.mileWrap .mileYuan {
  width: 12px;
  height: 12px;
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: 0.2s;
  position: relative;
}

.mileWrap .mileName {
  font-size: 20px;
  color: #999999;
  margin-top: 28px;
  transition: 0.2s;
}

.mileWrap .mileLine {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  left: 0px;
}

.mileWrap .mileQie {
  font-size: 22px;
  color: #c21820;
  font-weight: bold;
  position: absolute;
  top: 4px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 100;
}

.mileWrap .mileQie:hover {
  color: #2371a0;
}

.mileWrap .mileNext {
  right: -6px;
}

.mileWrap .milePrev {
  left: -6px;
}

.dailyWrap {
  margin-top: 88px;
  margin-bottom: 52px;
}

.dailyWrap .detaTit {
  margin-bottom: 31px;
}

.dailyWrap .fxBox {
  margin-top: 56px;
}

.dailyWrap .detailRight {
  margin-top: 64px;
  padding-top: 63px;
  padding-bottom: 44px;
}

.seaWrap {
  margin-bottom: 94px;
}

.seaWrap .detailLeft {
  width: 100%;
}

.seaWrap .eventsList {
  margin-top: 44px;
}

.seaWrap .evenTit {
  font-size: 42px;
  color: #2d2d2d;
  margin-bottom: 30px;
}

.seaWrap .evenTxt {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.seaWrap .eventsItem {
  margin-bottom: 15px;
}

.huodongJie {
  margin-top: 69px;
}

.huodongList {
  margin-top: 97px;
}

.huodongList .newsRight {
  width: 37.5%;
}

.huodongList .foreTxt {
  margin-top: 34px;
}

.huodongList .foreRight {
  margin-left: 0;
}

.huodongList .newsBtn {
  margin-top: 45px;
}

.huodongList .foreItem {
  justify-content: space-between;
  margin-bottom: 71px;
}

.huodongList .foreItem:nth-child(even) {
  flex-direction: row-reverse;
}

.huodongBox {
  margin-bottom: 97px;
}

.huodongBox .pagingBox {
  margin-top: 96px;
}

.rcTitleZh {
  font-size: 46px;
  font-weight: bold;
  color: #131313;
}

.rcTitleEn {
  font-size: 34px;
  color: #8d8d8d;
  margin-top: 12px;
}

.conceptWrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  margin-top: 54px;
  min-height: 465px;
}

.conceptWrap .contLeft {
  width: 48%;
  padding-top: 65px;
}

.conceptWrap .contLine {
  width: 100%;
  height: 1px;
  background-color: #063784;
  margin-top: 22px;
  margin-bottom: 25px;
}

.conceptWrap .contTxt {
  font-size: 20px;
  line-height: 42px;
  color: #252525;
}

.conceptWrap .contRight {
  width: 53.5%;
  position: absolute;
  top: 0;
  right: -100px;
}

.conceptWrap .contRight img {
  width: 100%;
  display: block;
}

.recruitmentWrap {
  margin-top: 24px;
  position: relative;
}

.recruitmentWrap .recrLine {
  width: 100%;
  height: 1px;
  background-color: #063784;
  margin-top: 22px;
  margin-bottom: 24px;
}

.recruitmentWrap .recrTxt {
  font-size: 20px;
  line-height: 42px;
  color: #252525;
}

.recruitmentWrap .recrImg {
  width: 75.2%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 175px;
  z-index: -10;
}

.recruitmentWrap .reList {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.recruitmentWrap .reItem {
  display: flex;
  align-items: center;
  border: solid 1px #f5f5f5;
  padding: 12px 32px;
  width: 32.7%;
  box-sizing: border-box;
}

.recruitmentWrap .reSou {
  font-size: 18px;
  color: #eeeeee;
}

.recruitmentWrap .reInput {
  font-size: 16px;
  color: #666666;
  width: 100%;
  margin-left: 20px;
}

.recruitmentWrap .reInput::-webkit-input-placeholder {
  font-size: 16px;
  color: #666666;
}

.recruitmentWrap .reInput:-moz-placeholder {
  font-size: 16px;
  color: #666666;
}

.recruitmentWrap .reInput::-moz-placeholder {
  font-size: 16px;
  color: #666666;
}

.recruitmentWrap .reInput:-ms-input-placeholder {
  font-size: 16px;
  color: #666666;
}

.recruitmentWrap .subBtn {
  padding: 12px 20px;
  width: 28.8%;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  background-color: #2371a0;
  cursor: pointer;
  transition: 0.2s;
}

.recruitmentWrap .subBtn:hover {
  background-color: #ba1a21;
}

.recruitmentWrap .jobList {
  margin-top: 28px;
}

.recruitmentWrap .jobList table {
  width: 100%;
}

.recruitmentWrap .jobList tr:first-child {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 5px;
  padding-top: 0px;
}

.recruitmentWrap .jobList tr:first-child td {
  font-size: 24px;
  font-weight: bold;
  color: #131313;
}

.recruitmentWrap .jobList tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 13px 0px;
}

.recruitmentWrap .jobList td {
  font-size: 20px;
  color: #666666;
  min-width: 110px;
}

.recruitmentWrap .jobList td a {
  color: #666666;
}

.recruitmentWrap .jobList td a:hover {
  color: #ba1a21;
}

.recruitmentWrap .jobList td:first-child {
  padding-left: 59px;
}

.recruitmentWrap .jobList td:last-child {
  padding-right: 48px;
}

.ethicsWrap {
  margin-top: 73px;
}

.ethicsWrap .ethiList {
  margin-top: 55px;
}

.ethicsWrap .ethiTop {
  display: flex;
  justify-content: center;
}

.ethicsWrap .ethiTop .ethiItem:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.ethicsWrap .ethiTop .ethiItem:last-child {
  margin-right: 0px;
}

.ethicsWrap .ethiItem {
  background: url("../imgs/d9.png") center center/cover no-repeat;
  background-color: #2371a0;
  width: 19.4%;
  min-height: 314px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  padding-top: 6%;
  box-sizing: border-box;
  margin-right: 0.5%;
  padding-left: 14px;
  padding-right: 14px;
}

.ethicsWrap .ethiTit {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 0 auto;
  opacity: 0.36;
}

.ethicsWrap .ethiTit::after {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.36;
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
}

.ethicsWrap .ethiTxt {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  margin-top: 13px;
}

.ethicsWrap .dingFang {
  font-size: 72px;
  font-weight: bold;
  color: #ffffff;
}

.ethicsWrap .ethiBott {
  display: flex;
  justify-content: center;
  transform: translateY(-23.5%);
}

.ethicsWrap .ethiBott .ethiItem:last-child {
  margin-right: 0px;
}

.pictureWrap {
  margin-top: -21px;
}

.pictureWrap .pictBox {
  display: flex;
  justify-content: space-between;
}

.pictureWrap .pictSwiper {
  width: 94%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 120px;
  margin-top: 44px;
}

.pictureWrap .pictItem {
  border: solid 1px #172646;
  padding: 9px 13px 12px 12px;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer;
}

.pictureWrap .swiper-slide-active .pictItem {
  transform: scale(1.39) translateY(-14%);
  z-index: 100;
}

.pictureWrap .pictImg {
  width: 100%;
  display: block;
}

.pictureWrap .pictBig {
  position: relative;
}

.pictureWrap .daMask {
  display: none;
}

.pictureWrap .pictMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 72, 96, 0.7);
}

.pictureWrap .pictMask span {
  font-size: 30px;
  color: #ffffff;
  width: 56px;
  line-height: 56px;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 50%;
}

.pictureWrap .pictQie {
  font-size: 28px;
  margin-top: 20.5%;
  cursor: pointer;
  color: #172646;
}

.pictureWrap .pictQie:hover {
  color: #ba1a21;
}

.pictureWrap .pictName {
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}

.talentWrap {
  margin-bottom: 102px;
  margin-top: 55px;
}

.talentWrap .talenLine {
  width: 100%;
  height: 1px;
  background-color: #063784;
  margin-top: 22px;
}

.talentWrap .talenTit {
  font-size: 36px;
  font-weight: bold;
  color: #131313;
  text-align: center;
  margin-top: 54px;
}

.talentWrap .talenTip {
  font-size: 20px;
  color: #252525;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 19px;
}

.talentWrap .talenTxt {
  font-size: 20px;
  line-height: 42px;
  color: #252525;
}

.talentWrap .talenTxt strong {
  color: #131313;
  font-size: 24px;
  font-weight: bold;
}

.talentWrap .talenTxt img {
  max-width: 100%;
}

@media (max-width: 1700px) {
  .navbarSafe {
    width: calc(100% - 100px);
  }
  .contSafe {
    width: calc(100% - 120px);
  }
  .navWrap .navLogo {
    width: 180px;
  }
  .navWrap .yiBox {
    margin-right: 30px;
  }
  .navWrap .langTxt {
    margin-left: 30px;
  }
  .similarWrap .simiPrev {
    left: 10px;
  }
  .similarWrap .simiNext {
    right: 10px;
  }
  .aptitudeWrap .zzPrev, .aptitudeWrap .ryPrev {
    left: 10px;
  }
  .aptitudeWrap .zzNext, .aptitudeWrap .ryNext {
    right: 10px;
  }
  .conceptWrap {
    min-height: auto;
  }
  .conceptWrap .contRight {
    position: unset;
    width: 50%;
  }
  .conceptWrap .contLeft {
    padding-top: 0px;
  }
}

@media (max-width: 1440px) {
  .indexTitle {
    font-size: 36px;
  }
  .indexTitle img {
    width: 35px;
    margin-right: 10px;
  }
  .indexTips p {
    font-size: 36px;
  }
  .indexWrapA .numTop {
    font-size: 40px;
  }
  .indexWrapA .numBott {
    font-size: 16px;
  }
  .indexWrapA .numItem {
    padding: 11px 20px 20px 20px;
  }
  .indexWrapA .aNum {
    margin-top: 30px;
  }
  .indexWrapA .moreBtn {
    margin-top: 20px;
  }
  .indexWrapA .aRight {
    margin-left: 30px;
  }
  .indexWrapA .aLeft {
    width: 50%;
  }
  .indexWrapA .aImg1 a {
    margin-bottom: 20px;
  }
  .indexWrapB .bName {
    font-size: 22px;
  }
  .indexWrapB .moreBtn {
    margin-top: 30px;
  }
  .indexWrapB .infoRight {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-left: 20px;
  }
  .indexWrapB .bInfo {
    padding: 20px;
  }
  .indexWrapB .swiper-pagination-current {
    font-size: 26px;
  }
  .indexWrapB .swiper-pagination {
    font-size: 26px;
  }
  .indexWrapB .bQie {
    bottom: 13%;
  }
  .indexWrapB .bQie span {
    font-size: 24px;
    width: 50px;
    line-height: 50px;
  }
  .indexWrapC .cName {
    font-size: 18px;
    margin-top: 10px;
  }
  .indexWrapC .cTxt {
    margin-top: 10px;
  }
  .indexWrapC .cQie span {
    font-size: 24px;
    width: 50px;
    line-height: 50px;
  }
  .indexWrapC .cSwiper {
    margin-top: 30px;
  }
  .indexWrapD .indexBoxD {
    padding-top: 60px;
  }
  .indexWrapD .dTit {
    font-size: 18px;
    line-height: 28px;
  }
  .indexWrapD .dateTit {
    font-size: 18px;
    line-height: 28px;
  }
  .indexWrapD .dateItem {
    padding-bottom: 30px;
  }
  .indexWrapD .dateList {
    padding-top: 30px;
  }
  .indexWrapD .dInfo {
    padding-bottom: 30px;
  }
  .indexWrapD .dList {
    margin-top: 30px;
  }
  .footWrap {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .footWrap .footLine {
    margin-top: 40px;
  }
  .anchorWrap a {
    font-size: 18px;
  }
  .anchorWrap .anchorBox {
    padding-left: 0;
    padding-right: 0;
  }
  .busiWrap .busiInfo {
    padding-top: 30px;
  }
  .neiBannerWrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .neiBannerWrap .neiTit {
    font-size: 38px;
  }
  .neiBannerWrap .neiTip {
    font-size: 38px;
  }
  .detailWrap .suoBox {
    padding: 10px;
  }
  .tactCenterWrap .centerLeft {
    font-size: 40px;
  }
  .tactCenterWrap .centerRight p {
    font-size: 25px;
  }
  .tactCenterWrap .centerRight p span {
    font-size: 25px;
  }
  .tactCenterWrap .centerRight span {
    font-size: 36px;
  }
  .newsDetail .detailRight {
    padding: 30px;
    margin-left: 30px;
    margin-top: 30px;
  }
  .navbarSafe {
    width: calc(100% - 60px);
  }
  .contSafe {
    width: calc(100% - 60px);
  }
  .navWrap .navLogo {
    width: 140px;
  }
  .navWrap .yiTxt {
    font-size: 16px;
  }
  .navWrap .langTxt {
    font-size: 16px;
  }
  .navWrap .yiBox {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
  }
  .navWrap .souShow {
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .navWrap .navLogo {
    margin-top: 0px;
  }
  .navWrap .erjiProd {
    top: 79px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navWrap .erjiMedium {
    top: 79px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navWrap .erjiItem {
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navWrap .mediTxt {
    font-size: 18px;
  }
  .navWrap .erBox {
    font-size: 16px;
  }
  .indexBanner .dotList {
    left: 10px;
  }
  .indexBanner .dotList ul li {
    width: 12px;
    height: 12px;
  }
  .indexTitle {
    font-size: 28px;
  }
  .indexTitle img {
    width: 28px;
    margin-right: 5px;
  }
  .indexTips p {
    font-size: 28px;
  }
  .moreBtn {
    font-size: 14px;
    padding: 6px 15px;
    padding-right: 40px;
  }
  .indexWrapA .indexBoxA {
    padding-top: 70px;
  }
  .indexWrapA .aInfo {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .indexWrapA .numTop {
    font-size: 28px;
  }
  .indexWrapA .numBott {
    font-size: 14px;
  }
  .indexWrapA .numItem {
    width: 28%;
  }
  .indexWrapA .numTop {
    padding-right: 38%;
  }
  .indexWrapA .aLeft {
    width: 60%;
  }
  .indexWrapB .bName {
    font-size: 18px;
  }
  .indexWrapB .bTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .indexWrapB .bQie {
    bottom: 10%;
  }
  .indexWrapB .bQie span {
    font-size: 18px;
    width: 40px;
    line-height: 40px;
  }
  .indexWrapC .indexBoxC {
    padding-top: 60px;
  }
  .indexWrapC .cName {
    font-size: 16px;
  }
  .indexWrapC .cQie span {
    font-size: 18px;
    width: 40px;
    line-height: 40px;
  }
  .indexWrapD .indexBoxD {
    padding-top: 30px;
  }
  .indexWrapD .dTit {
    font-size: 16px;
  }
  .indexWrapD .dTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .indexWrapD .dateTit {
    font-size: 16px;
  }
  .indexWrapD .dateItem {
    padding-bottom: 20px;
  }
  .indexWrapD .dItem {
    width: 22.4%;
  }
  .indexWrapD .dateList {
    width: 50%;
  }
  .footWrap {
    padding-top: 50px;
  }
  .footWrap .navBiao {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footWrap .footNav {
    font-size: 14px;
    line-height: 30px;
  }
  .footWrap .footLine {
    margin-top: 0px;
  }
  .footWrap .shareBox{
    transform: translateY(-263px);
  }
  .footWrap .shareBox a{
    margin-left: 10px;
    width: 36px;
  }
  .footWrap .shareBox span{
    line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .crumbsBox a {
    font-size: 16px;
  }
  .crumbsBox .homeIcon {
    font-size: 18px;
  }
  .anchorWrap {
    margin-top: 50px;
  }
  .anchorWrap a {
    font-size: 16px;
    padding: 10px;
  }
  .anchorWrap .anchorBox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .neiTitle {
    font-size: 30px;
  }
  .neiTips {
    font-size: 18px;
  }
  .busiWrap {
    margin-bottom: 50px;
  }
  .busiWrap .busiName {
    font-size: 18px;
  }
  .busiWrap .busiTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .busiWrap .moreBtn {
    margin-top: 0px;
  }
  .busiWrap .busiIconCur, .busiWrap .busiIconAct {
    max-width: 40px;
  }
  .busiWrap .busiInfo {
    margin-left: 30px;
    padding-right: 30px;
  }
  .busiWrap .busiItem:nth-child(2n) .busiInfo {
    padding-left: 30px;
  }
  .busiWrap .busiList {
    margin-top: 30px;
  }
  .busiWrap .busiItem {
    margin-bottom: 30px;
  }
  .pagingBox {
    margin-top: 50px;
  }
  .neiBannerWrap {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .neiBannerWrap .neiTit {
    font-size: 30px;
  }
  .neiBannerWrap .neiTip {
    font-size: 30px;
  }
  .veteWrap .leftName {
    font-size: 18px;
  }
  .veteWrap .leftTxt {
    font-size: 16px;
  }
  .veteWrap .veteName {
    font-size: 18px;
  }
  .veteWrap .veteTip {
    font-size: 14px;
    line-height: 24px;
  }
  .veteWrap .veteInp a {
    font-size: 14px;
  }
  .veteWrap .veteMask {
    padding: 10px 20px;
  }
  .veteWrap .veteList {
    margin-top: 30px;
  }
  .veteWrap .veteLeft {
    margin-top: 100px;
  }
  .veteWrap .veteRight {
    margin-left: 3%;
  }
  .subBox input {
    font-size: 16px;
  }
  .pagingWrap {
    margin-top: 50px;
  }
  .veteSanWrap {
    margin-top: 50px;
  }
  .veteSanWrap .neiImg {
    width: 100%;
    margin-top: 30px;
  }
  .veteSanWrap .neiImg img {
    width: 100%;
  }
  .veteSanWrap .veteList {
    margin-top: 30px;
  }
  .veteSanWrap .veteLeft {
    margin-top: 100px;
  }
  .detailWrap {
    margin-top: 50px;
  }
  .detailWrap .veteLeft {
    margin-top: 0px;
  }
  .detailWrap .detaTitle {
    font-size: 24px;
  }
  .detailWrap .infoTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .detailWrap .kfBtn {
    font-size: 14px;
    padding: 10px 28px;
    margin-top: 30px;
  }
  .detailWrap .suoList {
    margin-top: 20px;
  }
  .detailWrap .detaInfo {
    width: 44.5%;
  }
  .detailWrap .detaBiao {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detailWrap .detaBott {
    margin-top: 30px;
  }
  .detailWrap .detaBott table td {
    font-size: 14px;
    padding: 0 20px;
  }
  .detailWrap .detaBott .tablen {
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  .detailWrap .detaBott p {
    font-size: 14px;
    padding: 0 20px;
  }
  .detailWrap .detaBott .detaBiao {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detailWrap .detaRight {
    margin-left: 30px;
  }
  .similarWrap {
    margin-bottom: 50px;
  }
  .similarWrap .simiTitle {
    font-size: 28px;
  }
  .similarWrap .similarBox {
    margin-top: 30px;
  }
  .similarWrap .simiName {
    font-size: 18px;
    margin-top: 20px;
  }
  .similarWrap .simiEn {
    font-size: 16px;
  }
  .similarWrap .simiInfo {
    padding-bottom: 30px;
  }
  .similarWrap .simiQie {
    font-size: 40px;
  }
  div.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
  }
  div.zoomdiv {
    width: 300px !important;
    height: 300px !important;
  }
  .coopWrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .coopWrap .coopTip {
    font-size: 20px;
  }
  .coopWrap .coopTxt {
    font-size: 16px;
    line-height: 26px;
  }
  .lijieWrap {
    margin-top: 50px;
  }
  .lijieWrap .lijieTitEn {
    font-size: 20px;
  }
  .lijieWrap .lijieTitEn::after {
    height: 3px;
    bottom: -10px;
  }
  .lijieWrap .lijieTitZh {
    font-size: 32px;
    margin-top: 20px;
  }
  .foreignList {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .foreignList .foreTit {
    font-size: 26px;
  }
  .foreignList .foreTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  .foreignList .foreRight {
    margin-left: 30px;
    padding-right: 30px;
  }
  .foreignList .foreItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gsInfo .gsTit {
    font-size: 26px;
  }
  .gsInfo .gsName {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .gsInfo .gsTell {
    font-size: 14px;
  }
  .gsInfo .gsList {
    margin-top: 30px;
  }
  .gsInfo .gsItem {
    margin-bottom: 30px;
  }
  .gsInfo .gsItem:last-child {
    margin-bottom: 0px;
  }
  .gsInfo .gsItem:nth-last-child(2) {
    margin-bottom: 0px;
  }
  .contactBott {
    margin-top: 50px;
  }
  .contactBott .syTitle {
    font-size: 26px;
  }
  .contactBott .syName {
    font-size: 18px;
  }
  .contactBott .syName img {
    width: 24px;
  }
  .contactBott .syTell {
    font-size: 16px;
    line-height: 30px;
  }
  .contactBott .syList {
    margin-top: 30px;
  }
  .contactForm {
    margin-bottom: 50px;
  }
  .contactForm .formTitle {
    font-size: 26px;
  }
  .contractWrap .tracTit {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .contractWrap .tracTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contractWrap .tactLeft {
    padding-top: 0px;
  }
  .contractWrap .tracImg {
    margin-left: 30px;
  }
  .tactCenterWrap {
    padding: 50px 0px;
  }
  .tactCenterWrap .centerLeft {
    font-size: 30px;
  }
  .tactCenterWrap .centerRight p {
    font-size: 18px;
  }
  .tactCenterWrap .centerRight p span {
    font-size: 18px;
  }
  .tactCenterWrap .centerRight span {
    font-size: 30px;
  }
  .tactBott {
    margin-bottom: 50px;
  }
  .tactBott .tracInfo {
    font-size: 14px;
    line-height: 24px;
  }
  .parkTop {
    margin-top: 50px;
  }
  .parkTop .parkTit {
    font-size: 26px;
  }
  .parkTop .parkTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .parkBottWrap {
    margin-bottom: 50px;
  }
  .educationWrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .educationWrap .educTit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .educationWrap .educTxt {
    font-size: 16px;
    line-height: 28px;
  }
  .videoWrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .videoWrap .videoTitEn {
    font-size: 22px;
  }
  .videoWrap .videoTitEn::after {
    height: 3px;
    bottom: -11px;
  }
  .videoWrap .videoTitZh {
    font-size: 34px;
  }
  .videoWrap .videoTop {
    font-size: 20px;
    padding: 10px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  }
  .videoWrap .boIcon {
    font-size: 54px;
  }
  .videoWrap .videoList {
    margin-top: 30px;
  }
  .videoWrap .videoItem {
    margin-bottom: 30px;
  }
  .newsCenter .newsDate {
    margin-left: 30px;
  }
  .newsCenter .newsDay {
    font-size: 24px;
  }
  .newsCenter .newsYear {
    font-size: 16px;
  }
  .newsCenter .newsBtn {
    font-size: 18px;
    margin-top: 30px;
  }
  .newsDetail {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .newsDetail .detaTit {
    font-size: 30px;
  }
  .newsDetail .detaDate {
    font-size: 16px;
  }
  .newsDetail .detaInfo {
    font-size: 16px;
    line-height: 28px;
  }
  .newsDetail .dynamicBiao {
    font-size: 18px;
    align-items: center;
  }
  .newsDetail .dynamicBiao img {
    width: 15px;
    margin-right: 10px;
  }
  .newsDetail .dynamicBiao p::after {
    font-size: 16px;
    top: -14px;
  }
  .newsDetail .dynaDate {
    font-size: 14px;
  }
  .newsDetail .dynaLine {
    margin-top: 10px;
  }
  .newsDetail .dynaTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .honorWrap {
    padding-top: 100px;
  }
  .honorWrap .honorTitZh {
    font-size: 30px;
  }
  .honorWrap .honorTitEn {
    font-size: 20px;
  }
  .honorWrap .gsInfo {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
    width: 55%;
  }
  .honorWrap .honorBott {
    padding: 30px;
    margin-top: 40px;
  }
  .honorWrap .gsImg {
    width: 46%;
    right: -50px;
    top: -140px;
  }
  .aptitudeWrap {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .aptitudeWrap .aptiTop {
    font-size: 16px;
  }
  .aptitudeWrap .aptiTop p {
    line-height: 1;
  }
  .aptitudeWrap .aptitudeBox {
    margin-top: 30px;
  }
  .aptitudeWrap .zzPoint, .aptitudeWrap .ryPoint {
    margin-top: 30px;
  }
  .globalWrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .globalWrap .globTitleZh {
    font-size: 30px;
  }
  .globalWrap .globTitleEn {
    font-size: 20px;
  }
  .globalWrap .globTxt {
    font-size: 16px;
    line-height: 30px;
  }
  .globalWrap .mapWrap {
    margin-top: 50px;
  }
  .globalWrap .pointQuan {
    width: 5px;
    height: 5px;
  }
  .globalWrap .pointQuan::after {
    width: 10px;
    height: 10px;
  }
  .globalWrap .pointQuan::before {
    width: 20px;
    height: 20px;
  }
  
  @keyframes boWen1 {
    from {
      width: 10px;
      height: 10px;
    }
    to {
      width: 15px;
      height: 15px;
    }
  }
  @keyframes boWen2 {
    from {
      width: 20px;
      height: 20px;
    }
    to {
      width: 25px;
      height: 25px;
    }
  }
  .globalWrap .pointName {
    font-size: 14px;
  }
  .globalWrap .pointYuan {
    margin-top: 15px;
  }
  .globalWrap .pointIcon {
    width: 13px;
    top: -12px;
  }
  .compTitleZh {
    font-size: 30px;
  }
  .compTitleEn {
    font-size: 24px;
  }
  .profileWrap {
    margin-top: 50px;
  }
  .profileWrap .profTxt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
  .profileWrap .profLeft {
    padding-top: 0px;
  }
  .profileWrap .profImg {
    margin-left: 30px;
  }
  .profileWrap .numData p {
    font-size: 40px;
  }
  .profileWrap .numData span {
    font-size: 22px;
  }
  .profileWrap .numTit {
    font-size: 18px;
  }
  .profileWrap .profBott {
    margin-top: 30px;
  }
  .cultureWrap {
    margin-top: 50px;
  }
  .cultureWrap .cultName {
    font-size: 20px;
  }
  .cultureWrap .cultTxt {
    font-size: 16px;
    line-height: 28px;
  }
  .cultureWrap .cultIcon img {
    width: 33px;
  }
  .cultureWrap .cultItem {
    padding: 20px;
  }
  .cultureWrap .cultBottWrap {
    padding: 50px 0px;
  }
  .structureWrap {
    margin-top: 50px;
  }
  .structureWrap .struTxt {
    font-size: 16px;
    line-height: 28px;
  }
  .structureWrap .struBiao p {
    font-size: 16px;
  }
  .structureWrap .ziTxt {
    font-size: 16px;
  }
  .structureWrap .struBott {
    margin-top: 30px;
  }
  .manaWrap {
    margin-top: 50px;
  }
  .manaWrap .manaList {
    margin-top: 30px;
  }
  .manaWrap .bossName {
    font-size: 30px;
  }
  .manaWrap .bossZw {
    font-size: 20px;
    margin-top: 15px;
  }
  .manaWrap .bossLine {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .manaWrap .bossInfo {
    font-size: 18px;
    line-height: 28px;
  }
  .manaWrap .manaImg {
    margin-right: 30px;
  }
  .manaWrap .manaItem {
    margin-bottom: 30px;
  }
  .manaWrap .bossTit {
    font-size: 24px;
  }
  .manaWrap .bossXian {
    margin-top: 20px;
  }
  .manaWrap .bossImg {
    margin-top: 20px;
  }
  .manaWrap .bossTips {
    font-size: 18px;
    margin-top: 20px;
  }
  .manaWrap .bossList {
    margin-top: 50px;
  }
  .manaWrap .bossItem {
    margin-bottom: 30px;
  }
  .mileWrap {
    margin-bottom: 50px;
  }
  .mileWrap .mileSwiper2 {
    margin-top: 30px;
  }
  .mileWrap .mileYear {
    font-size: 30px;
  }
  .mileWrap .mileTxt p {
    font-size: 16px;
    line-height: 30px;
  }
  .mileWrap .mileRight {
    padding-left: 4%;
  }
  .mileWrap .mileName {
    font-size: 18px;
    margin-top: 20px;
  }
  .mileWrap .mileSwiper1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .seaWrap .eventsList {
    margin-top: 30px;
  }
  .seaWrap .evenTit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .seaWrap .evenTxt {
    font-size: 16px;
    line-height: 30px;
  }
  .huodongList .newsRight {
    width: 50%;
  }
  .huodongList .foreItem {
    margin-bottom: 30px;
  }
  .huodongList .foreRight {
    margin-left: 0;
    padding-right: 0;
  }
  .huodongBox {
    margin-bottom: 50px;
  }
  .huodongBox .pagingBox {
    margin-top: 50px;
  }
  .rcTitleZh {
    font-size: 30px;
  }
  .rcTitleEn {
    font-size: 20px;
  }
  .conceptWrap .contLine {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .conceptWrap .contTxt {
    font-size: 16px;
    line-height: 30px;
  }
  .recruitmentWrap .recrLine {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .recruitmentWrap .recrTxt {
    font-size: 16px;
    line-height: 30px;
  }
  .recruitmentWrap .reItem {
    padding: 10px 20px;
  }
  .recruitmentWrap .reInput {
    margin-left: 10px;
  }
  .recruitmentWrap .jobList tr:first-child td {
    font-size: 18px;
  }
  .recruitmentWrap .jobList td {
    font-size: 14px;
  }
  .ethicsWrap {
    margin-top: 50px;
  }
  .ethicsWrap .ethiTit {
    font-size: 30px;
  }
  .ethicsWrap .ethiTit::after {
    bottom: 0;
    height: 2px;
  }
  .ethicsWrap .ethiTxt {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  .ethicsWrap .ethiItem {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
  }
  .ethicsWrap .dingFang {
    font-size: 40px;
  }
  .ethicsWrap .ethiList {
    margin-top: 30px;
  }
  .talentWrap {
    margin-bottom: 50px;
  }
  .talentWrap .talenTit {
    font-size: 26px;
    margin-top: 30px;
  }
  .talentWrap .talenTip {
    font-size: 18px;
    margin-top: 20px;
  }
  .talentWrap .talenTxt {
    font-size: 16px;
    line-height: 28px;
  }
  .talentWrap .talenTxt strong {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .honorWrap .gsImg {
    top: -70px;
  }
}

@media (max-width: 1024px) {
  .indexWrapA .numTop {
    font-size: 20px;
  }
  .indexWrapA .numItem {
    padding: 11px 15px 15px 15px;
    margin-bottom: 15px;
  }
  .indexWrapB .infoRight {
    padding-top: 10px;
  }
  .indexWrapB .moreBtn {
    margin-top: 15px;
  }
  .indexWrapB .bQie {
    bottom: 5%;
  }
  .indexWrapC .cTips {
    margin-top: 10px;
  }
  .indexWrapC .cSwiper {
    margin-top: 20px;
  }
  .indexWrapC .swiper-slide {
    padding-bottom: 10px;
  }
  .indexWrapD .dDate {
    margin-top: 10px;
  }
  .indexWrapD .dInfo {
    padding-bottom: 10px;
  }
  .indexWrapD .dateTime {
    margin-top: 10px;
  }
  .indexWrapD .dateItem {
    padding-bottom: 10px;
  }
  .indexWrapD .dList {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .zping {
    height: auto !important;
  }
  .indexWrapA .indexBoxA {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .indexWrapB {
    display: flex;
  }
  .indexWrapC .indexBoxC {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .indexWrapD .indexBoxD {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footWrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1000px) {
  .neiBlock {
    display: block;
  }
  .navWrap {
    background-color: rgba(0, 66, 143, 0.6);
  }
  .navWrap .navBox {
    padding: 10px 0px;
  }
  .navWrap .navList {
    display: none;
  }
  .navWrap .navSearch {
    display: none;
  }
  .navWrap .menuBtn {
    display: block;
  }
  .navWrap .langTxt {
    margin-right: 0px;
  }
  .navWrap .navLogo {
    width: 116px;
  }
  .indexBanner .dotList {
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .indexBanner .dotList ul {
    display: flex;
    justify-content: center;
  }
  .indexBanner .dotList ul li {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .indexTitle {
    font-size: 18px;
    justify-content: center;
  }
  .indexTitle img {
    width: 20px;
  }
  .indexTips p {
    font-size: 18px;
    text-align: center;
  }
  .indexTips img {
    width: 60px;
    margin: 0 auto;
    margin-top: 3px;
  }
  .indexWrapA .indexBoxA {
    flex-direction: column;
  }
  .indexWrapA .aLeft {
    width: 100%;
    text-align: center;
  }
  .indexWrapA .aInfo {
    margin-top: 15px;
    text-indent: 0;
  }
  .indexWrapA .aNum {
    justify-content: center;
  }
  .indexWrapA .numItem {
    width: 20%;
    margin-right: 2%;
  }
  .indexWrapA .numItem:nth-child(4n) {
    margin-right: 0px;
  }
  .indexWrapA .numTop {
    padding-right: 0px;
    justify-content: center;
  }
  .indexWrapA .numTop span {
    margin-left: 2px;
  }
  .indexWrapA .aRight {
    flex: unset;
    width: 100%;
    margin-left: 0px;
  }
  .indexWrapA .aImg1 {
    display: flex;
    margin-top: 0px;
  }
  .indexWrapA .aImg1 a {
    margin-right: 1%;
    margin-bottom: 0px;
  }
  .indexWrapA .aImg2 {
    display: flex;
    margin-left: 0px;
  }
  .indexWrapA .aImg2 a {
    margin-right: 1%;
    margin-bottom: 0px;
  }
  .indexWrapA .aImg2 a:last-child {
    margin-right: 0px;
  }
  .indexWrapB {
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("../imgs/index7.jpg") center center/cover no-repeat;
  }
  .indexWrapB .bRight {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    display: none;
  }
  .indexWrapB .indexBoxB {
    position: unset;
    transform: translate(0);
    align-items: center;
    order: 1;
    z-index: 0;
  }
  .indexWrapB .bSwiper {
    width: 100%;
  }
  .indexWrapB .bLeft {
    width: 500px;
    margin: 0 auto;
  }
  .indexWrapB .bQie {
    position: unset;
    transform: translateY(-50px);
    justify-content: center;
  }
  .indexWrapB .bTxt {
    text-indent: 0;
  }
  .indexWrapC .cTxt {
    text-indent: 0;
  }
  .indexWrapD .dItem {
    width: 32%;
  }
  .indexWrapD .dInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexWrapD .dTit {
    font-size: 14px;
    line-height: 24px;
  }
  .indexWrapD .dateTit {
    font-size: 14px;
    line-height: 24px;
  }
  .indexWrapD .dateItem {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footWrap {
    padding-bottom: 50px;
  }
  .footWrap .footTop {
    display: none;
  }
  .footWrap .shareWrap {
    padding-right: 0px;
    justify-content: center;
  }
  .footWrap .shareWrap .shareBox {
    transform: translateY(0);
  }
  .footWrap .shareWrap .shareBox a {
    width: 38px;
  }
  .footWrap .shareWrap .shareBox a span {
    font-size: 18px;
    line-height: 38px;
  }
  .footWrap .shareWrap .shareBox a:nth-child(1) span {
    margin-left: 0px;
    font-size: 22px;
  }
  .footWrap .shareWrap .shareBox a:nth-child(2) span {
    font-size: 18px;
  }
  .footWrap .shareWrap .shareBox a:nth-child(3) span {
    font-size: 18px;
  }
  .footWrap .footLine {
    display: none;
  }
  .footWrap .keywords {
    display: none;
  }
  .footWrap .copyTxt {
    margin-top: 15px;
  }
  .sideNav {
    bottom: -1px;
    right: unset;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: unset;
    transform: translateY(0);
  }
  .sideNav .sideBox span {
    line-height: 40px;
    font-size: 24px;
  }
  .sideNav .sideItem {
    flex: 1;
    width: unset;
    margin: 0;
    height: auto;
    border-radius: 0;
  }
  .sideNav .footBox {
    padding-bottom: 53px;
  }
  .sideNav .wxImg, .sideNav .phoneTxt {
    left: 10px;
    top: unset;
    bottom: calc(100% + 10px);
    transform: translateY(0);
  }
  .neiBannerWrap {
    display: none;
  }
  .crumbsBox {
    display: none;
  }
  .anchorWrap {
    margin-top: 30px;
  }
  .anchorWrap a {
    font-size: 14px;
  }
  .neiTitle {
    font-size: 20px;
  }
  .neiTips {
    font-size: 16px;
  }
  .busiWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .busiWrap .busiName {
    font-size: 16px;
    margin-top: 10px;
  }
  .busiWrap .busiTxt {
    font-size: 12px;
    line-height: 22px;
  }
  .busiWrap .busiIconCur, .busiWrap .busiIconAct {
    max-width: 30px;
  }
  .busiWrap .neiMore {
    margin-top: 20px;
  }
  .pagingBox {
    margin-top: 30px;
  }
  .pagingBox a {
    font-size: 14px;
    min-width: 30px;
    line-height: 30px;
    margin-right: 15px;
  }
  .veteWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .veteWrap .veteLeft {
    display: none;
  }
  .veteWrap .veteRight {
    margin-left: 0px;
  }
  .veteWrap .veteRight {
    display: block;
  }
  .veteWrap .veteMask {
    text-align: center;
  }
  .veteWrap .veteInp {
    justify-content: center;
  }
  .veteWrap .veteMask {
    padding: 10px;
  }
  .veteWrap .veteName {
    font-size: 16px;
  }
  .veteWrap .veteInfo {
    display: block;
  }
  .veteWrap .veteMoblie {
    display: block;
  }
  .pagingWrap {
    margin-top: 30px;
  }
  .neiNavBanner {
    display: none;
  }
  .neiTop {
    display: none;
  }
  .veteSanWrap .neiTitle {
    margin-top: 20px;
  }
  .detailWrap .detaRight {
    width: 100%;
    margin-left: 0px;
  }
  .detailWrap .detaTop {
    margin-top: 20px;
  }
  .detailWrap .detaTitle {
    font-size: 18px;
  }
  div.jqZoomPup {
    display: none;
  }
  div.zoomdiv {
    display: none;
  }
  .similarWrap {
    margin-bottom: 30px;
  }
  .similarWrap .simiTitle {
    font-size: 18px;
  }
  .similarWrap .simiName {
    font-size: 14px;
    margin-top: 10px;
  }
  .similarWrap .simiName a::after {
    height: 1px;
    bottom: -5px;
  }
  .similarWrap .simiEn {
    font-size: 12px;
    margin-top: 0px;
  }
  .similarWrap .simiQie {
    font-size: 30px;
  }
  .coopWrap {
    margin-bottom: 30px;
  }
  .coopWrap .coopTip {
    font-size: 16px;
    text-align: center;
  }
  .coopWrap .coopTxt {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .coopWrap .neiTitle {
    text-align: center;
  }
  .coopWrap .hezuoImg {
    margin-top: 30px;
  }
  .hezuoAnch .anchorBox {
    justify-content: space-between;
  }
  .hezuoAnch .anchorBox a {
    margin-right: 0px;
  }
  .lijieWrap {
    margin-top: 30px;
  }
  .lijieWrap .lijieTitEn {
    font-size: 16px;
  }
  .lijieWrap .lijieTitZh {
    font-size: 20px;
  }
  .foreignList {
    margin-bottom: 30px;
  }
  .foreignList .foreTit {
    font-size: 18px;
    margin-top: 0px;
    line-height: 28px;
  }
  .foreignList .foreTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .foreignList .foreRight {
    margin-left: 20px;
    padding-right: 20px;
  }
  .foreignList .foreItem {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .gsInfo .gsTit {
    font-size: 18px;
  }
  .gsInfo .gsName {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gsInfo .gsItem {
    width: 49%;
  }
  .contactBott {
    margin-top: 30px;
  }
  .contactBott .syTitle {
    font-size: 18px;
  }
  .contactBott .syName {
    font-size: 16px;
  }
  .contactBott .syTell {
    font-size: 14px;
    line-height: 30px;
  }
  .contactBott .syTell span {
    font-size: 18px;
  }
  .contactBott .syItem {
    width: 49%;
  }
  .contactForm {
    margin-bottom: 30px;
  }
  .contactForm .formTitle {
    font-size: 18px;
  }
  .contractWrap .tracTit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contractWrap .tracTit br {
    display: none;
  }
  .tactCenterWrap {
    padding: 30px 0px;
    margin-top: 30px;
  }
  .tactCenterWrap .centerLeft {
    font-size: 20px;
  }
  .tactCenterWrap .centerRight p {
    font-size: 16px;
    margin-left: 10px;
  }
  .tactCenterWrap .centerRight p span {
    font-size: 16px;
  }
  .tactCenterWrap .centerRight span {
    font-size: 20px;
  }
  .parkTop {
    margin-top: 30px;
    padding: 10px;
  }
  .parkTop .parkTit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .parkTop .parkTxt {
    line-height: 24px;
  }
  .parkTop .parkRight {
    padding-top: 0px;
  }
  .parkBottWrap {
    margin-bottom: 30px;
  }
  .parkBottWrap .bottTitle {
    font-size: 14px;
    margin-top: 10px;
  }
  .educationWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .educationWrap .educTit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .educationWrap .educTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .videoWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .videoWrap .videoTitEn {
    font-size: 18px;
  }
  .videoWrap .videoTitEn::after {
    height: 2px;
    bottom: -10px;
  }
  .videoWrap .videoTitZh {
    font-size: 24px;
  }
  .videoWrap .videoTop {
    font-size: 16px;
    padding: 8px 10px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  }
  .videoWrap .boIcon {
    font-size: 40px;
  }
  .videoWrap .videoItem {
    margin-bottom: 20px;
  }
  .videoWrap .pagingBox {
    margin-top: 20px;
  }
  .newsCenter .newsDate {
    margin-left: 20px;
    padding: 10px 15px;
  }
  .newsCenter .newsDay {
    font-size: 18px;
  }
  .newsCenter .newsYear {
    font-size: 14px;
  }
  .newsCenter .newsBtn {
    font-size: 16px;
    padding: 8px 30px;
  }
  .newsDetail {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .newsDetail .newsTop {
    flex-direction: column;
  }
  .newsDetail .detailLeft {
    width: 100%;
  }
  .newsDetail .detaTit {
    font-size: 20px;
    text-align: center;
  }
  .newsDetail .detaDate {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .newsDetail .detaInfo {
    font-size: 14px;
    line-height: 24px;
  }
  .newsDetail .fxBox {
    margin-top: 30px;
  }
  .newsDetail .detailRight {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border: none;
  }
  .newsDetail .dynamicBiao {
    justify-content: center;
  }
  .honorWrap {
    padding-top: 30px;
  }
  .honorWrap .honorTitZh {
    font-size: 20px;
    text-align: center;
  }
  .honorWrap .honorTitEn {
    font-size: 16px;
    text-align: center;
  }
  .honorWrap .gsInfo {
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
  }
  .honorWrap .gsImg {
    position: unset;
    width: 50%;
  }
  .honorWrap .honorBott {
    padding: 10px;
    width: 100%;
    margin-top: 30px;
  }
  .aptitudeWrap {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .aptitudeWrap .zzQie {
    width: 30px;
    line-height: 30px;
  }
  .aptitudeWrap .zzPoint {
    margin-top: 20px;
  }
  .aptitudeWrap .zzPoint .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .globalWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .globalWrap .globTitleZh {
    font-size: 20px;
    text-align: center;
  }
  .globalWrap .globTitleEn {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .globalWrap .globTxt {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
  .globalWrap .mapWrap {
    margin-top: 30px;
  }
  .compTitleZh {
    font-size: 20px;
  }
  .compTitleEn {
    font-size: 18px;
  }
  .profileWrap {
    margin-top: 30px;
  }
  .profileWrap .profTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .profileWrap .numData p {
    font-size: 28px;
  }
  .profileWrap .numTit {
    font-size: 16px;
  }
  .cultureWrap .cultName {
    font-size: 16px;
  }
  .cultureWrap .cultTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .cultureWrap .cultIcon img {
    max-width: 24px;
  }
  .cultureWrap .cultBottWrap {
    padding: 30px 0px;
  }
  .cultureWrap .cultItem {
    padding: 10px;
  }
  .structureWrap .struTxt {
    font-size: 14px;
    margin-top: 15px;
  }
  .structureWrap .struBiao p {
    font-size: 14px;
  }
  .structureWrap .struBott {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .structureWrap .itemLine {
    height: 50px;
  }
  .structureWrap .ziTxt {
    font-size: 14px;
    min-height: 220px;
  }
  .manaWrap .bossName {
    font-size: 20px;
  }
  .manaWrap .bossZw {
    font-size: 16px;
  }
  .manaWrap .bossInfo {
    font-size: 14px;
    line-height: 26px;
  }
  .manaWrap .bossTit {
    font-size: 18px;
  }
  .manaWrap .bossTips {
    font-size: 16px;
    margin-top: 10px;
  }
  .mileWrap .mileYear {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mileWrap .mileTxt p {
    font-size: 14px;
  }
  .mileWrap .mileName {
    font-size: 16px;
  }
  .mileWrap .mileSwiper1 {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 10px;
  }
  .mileWrap .mileSwiper1 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mileWrap .mileSwiper1 .swiper-slide-thumb-active .mileYuan {
    width: 13px;
    height: 13px;
  }
  .mileWrap .mileSwiper1 .swiper-slide-thumb-active .mileYuan::after {
    width: 16px;
    height: 16px;
  }
  .dailyWrap .detaTit {
    margin-bottom: 10px;
  }
  .dailyAnch .anchorBox {
    justify-content: space-around;
  }
  .seaWrap .evenTit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .seaWrap .evenTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .huodongList .foreRight {
    margin: 0;
    padding: 0;
  }
  .huodongList .newsRight {
    width: auto;
    flex: 1;
    margin-left: 30px;
  }
  .huodongList .foreItem:nth-child(even) .newsRight {
    margin-left: 0px;
    margin-right: 30px;
  }
  .huodongBox {
    margin-bottom: 30px;
  }
  .huodongBox .pagingBox {
    margin-top: 30px;
  }
  .rcTitleZh {
    font-size: 20px;
  }
  .rcTitleEn {
    font-size: 16px;
    margin-top: 10px;
  }
  .conceptWrap {
    margin-top: 30px;
  }
  .conceptWrap .contTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .recruitmentWrap .recrTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .recruitmentWrap .reInput {
    font-size: 14px;
  }
  .recruitmentWrap .reSou {
    font-size: 16px;
  }
  .recruitmentWrap .reItem {
    padding: 8px 20px;
  }
  .recruitmentWrap .reSou::-webkit-input-placeholder {
    font-size: 14px;
  }
  .recruitmentWrap .reSou:-moz-placeholder {
    font-size: 14px;
  }
  .recruitmentWrap .reSou::-moz-placeholder {
    font-size: 14px;
  }
  .recruitmentWrap .reSou:-ms-input-placeholder {
    font-size: 14px;
  }
  .recruitmentWrap .subBtn {
    font-size: 14px;
    padding: 8px 20px;
  }
  .recruitmentWrap .jobList tr:first-child td {
    font-size: 16px;
  }
  .recruitmentWrap .jobList tr {
    padding: 10px 0px;
  }
  .ethicsWrap .ethiTit {
    font-size: 24px;
  }
  .ethicsWrap .ethiTxt {
    font-size: 12px;
    line-height: 22px;
  }
  .ethicsWrap .ethiItem {
    min-height: 205px;
  }
  .pictureWrap .swiper-slide-active .pictItem {
    transform: none;
  }
  .pictureWrap .pictSwiper {
    padding-top: 0;
    margin-top: 20px;
  }
  .pictureWrap .pictItem {
    padding: 10px;
  }
  .pictureWrap .pictQie {
    margin-top: 12%;
    font-size: 20px;
  }
  .pictureWrap .pictName {
    font-size: 14px;
    margin-top: 10px;
  }
  .talentWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .talentWrap .talenLine {
    margin-top: 10px;
  }
  .talentWrap .talenTit {
    font-size: 18px;
  }
  .talentWrap .talenTip {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .talentWrap .talenTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .talentWrap .talenTxt strong {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .navbarSafe {
    width: calc(100% - 30px);
  }
  .contSafe {
    width: calc(100% - 30px);
  }
  .indexWrapA .numItem {
    width: 48%;
    margin-right: 0px;
  }
  .indexWrapA .aNum {
    justify-content: space-between;
  }
  .indexWrapA .aRight {
    justify-content: space-between;
  }
  .indexWrapA .aImg1 {
    width: 49%;
    flex-direction: column;
  }
  .indexWrapA .aImg1 a:first-child {
    margin-bottom: 10px;
  }
  .indexWrapA .aImg2 {
    width: 49%;
    flex-direction: column;
  }
  .indexWrapA .aImg2 a:first-child {
    margin-bottom: 10px;
  }
  .indexWrapB .bInfo {
    flex-direction: column;
  }
  .indexWrapB .infoRight {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  .indexWrapB .bLeft {
    width: 450px;
  }
  .indexWrapC .cName {
    text-align: center;
  }
  .indexWrapC .cTxt {
    text-align: center;
  }
  .indexWrapD .dList {
    flex-wrap: wrap;
  }
  .indexWrapD .dItem {
    width: 48%;
    text-align: center;
  }
  .indexWrapD .dateList {
    width: 100%;
    border-radius: 0px;
    margin-top: 20px;
  }
  .indexWrapD .dTxt {
    text-indent: 0;
  }
  .neiTitle {
    font-size: 18px;
  }
  .busiWrap .busiImg {
    clip-path: none !important;
  }
  .busiWrap .moreBtn {
    margin-right: 0px !important;
  }
  .busiWrap .busiItem {
    flex-direction: column !important;
    background-color: #ffffff;
  }
  .busiWrap .busiImg {
    width: 450px;
    margin: 0 auto;
  }
  .busiWrap .busiInfo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .busiWrap .busiName {
    text-align: center;
  }
  .veteWrap .veteItem {
    width: 49%;
  }
  .veteWrap .veteName {
    font-size: 14px;
  }
  .veteWrap .veteTip {
    font-size: 12px;
    line-height: 22px;
  }
  .detailWrap .detaTop {
    flex-direction: column;
  }
  .detailWrap .detaLeft {
    width: 450px;
    margin: 0 auto;
  }
  .detailWrap .detaInfo {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .detailWrap .detaTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detailWrap .kfBtn {
    margin-top: 20px;
  }
  .lijieWrap .lijieTitEn {
    font-size: 14px;
  }
  .lijieWrap .lijieTitZh {
    font-size: 18px;
  }
  .foreignList .foreTit {
    font-size: 16px;
  }
  .foreignList .foreTxt {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .contactForm .formLeft {
    width: 100%;
    margin-right: 0px;
  }
  .contactForm .formItem {
    width: 100%;
  }
  .contactForm .capItem {
    margin-left: 0px;
  }
  .contractWrap .tracImg {
    width: 450px;
    float: none;
    margin: 0 auto;
  }
  .contractWrap .tracTit {
    text-align: center;
  }
  .tactCenterWrap {
    background-image: none;
    background-color: #2371a0;
    padding: 10px 0px;
  }
  .tactCenterWrap .tactCenterBox {
    flex-direction: column;
  }
  .tactCenterWrap .centerLeft {
    width: 100%;
    text-align: center;
  }
  .tactCenterWrap .centerRight {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }
  .parkBottWrap .bottQie {
    margin-top: 14%;
  }
  .educationWrap .educTit {
    font-size: 18px;
  }
  .videoWrap .videoItem {
    width: 49%;
  }
  .videoWrap .videoTitEn {
    font-size: 16px;
  }
  .videoWrap .videoTitZh {
    font-size: 18px;
    margin-top: 24px;
  }
  .videoWrap .videoTop {
    font-size: 14px;
  }
  .newsCenter .newsRight {
    flex-direction: column;
    align-items: start;
  }
  .newsCenter .newsDate {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    margin-left: 0px;
    margin-left: 20px;
  }
  .newsCenter .newsYear {
    margin-left: 10px;
    margin-top: 0px;
  }
  .newsCenter .newsBtn {
    font-size: 14px;
    margin-top: 10px;
  }
  .newsDetail .detaTit {
    font-size: 18px;
  }
  .honorWrap .honorTitZh {
    font-size: 18px;
  }
  .honorWrap .honorBott {
    flex-direction: column;
  }
  .honorWrap .gsInfo {
    width: 100%;
    margin-right: 0px;
  }
  .honorWrap .gsImg {
    width: 450px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .honorWrap .bgcImg {
    display: none;
  }
  .globalWrap .globTitleZh {
    font-size: 18px;
  }
  .globalWrap .globTitleEn {
    font-size: 16px;
  }
  .compTitleZh {
    font-size: 18px;
  }
  .compTitleEn {
    font-size: 16px;
  }
  .profileWrap .numData p {
    font-size: 20px;
  }
  .profileWrap .numData span {
    font-size: 16px;
    margin-left: 10px;
  }
  .profileWrap .numTit {
    font-size: 14px;
    margin-top: 10px;
  }
  .cultureWrap .cultBottWrap {
    padding-bottom: 20px;
  }
  .cultureWrap .cultBottBox {
    justify-content: space-between;
  }
  .cultureWrap .cultItem {
    width: 49%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cultureWrap .cultIcon {
    margin-top: 10px;
  }
  .cultureWrap .cultIcon img {
    max-width: 20px;
  }
  .structureWrap .struItem {
    margin-right: 4%;
  }
  .manaWrap .bossName {
    font-size: 18px;
  }
  .manaWrap .bossZw {
    font-size: 14px;
    margin-top: 10px;
  }
  .manaWrap .bossLine {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .manaWrap .bossInfo {
    font-size: 12px;
    line-height: 24px;
  }
  .manaWrap .bossTit {
    font-size: 16px;
  }
  .manaWrap .bossXian {
    margin-top: 10px;
  }
  .manaWrap .bossTips {
    font-size: 14px;
  }
  .manaWrap .bossItem {
    width: 48%;
  }
  .mileWrap {
    margin-bottom: 30px;
  }
  .mileWrap .mileYear {
    font-size: 16px;
  }
  .mileWrap .mileBott {
    margin-top: 30px;
  }
  .seaWrap .evenTit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .rcTitleZh {
    font-size: 18px;
    text-align: center;
  }
  .rcTitleEn {
    font-size: 14px;
    text-align: center;
  }
  .conceptWrap {
    flex-direction: column-reverse;
  }
  .conceptWrap .contRight {
    width: 450px;
    margin: 0 auto;
  }
  .conceptWrap .contLeft {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .recruitmentWrap .recrTxt {
    text-align: center;
  }
  .recruitmentWrap .jobList td:first-child {
    padding-left: 20px;
  }
  .recruitmentWrap .jobList td:last-child {
    padding-right: 20px;
  }
  .recruitmentWrap .jobList td {
    min-width: 80px;
  }
  .recruitmentWrap .reList {
    flex-direction: column;
  }
  .recruitmentWrap .reItem {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .recruitmentWrap .subBtn {
    width: 70%;
    margin: 0 auto;
  }
  .ethicsWrap {
    margin-top: 30px;
  }
  .ethicsWrap .ethiItem {
    clip-path: none;
    min-height: auto;
    padding: 10px !important;
    width: 48%;
    margin-bottom: 10px;
  }
  .ethicsWrap .ethiBott {
    transform: none;
    flex-wrap: wrap;
  }
  .ethicsWrap .ethiTop {
    flex-wrap: wrap;
  }
  .ethicsWrap .ethiTop .ethiItem:nth-child(3) {
    order: 2;
  }
  .ethicsWrap .ethiList {
    margin-top: 20px;
  }
  .ethicsWrap .dingFang {
    font-size: 20px;
  }
  .pictureWrap {
    margin-top: 30px;
  }
  .pictureWrap .pictQie {
    margin-top: 19%;
  }
  .pictureWrap .pictSwiper {
    padding-right: 5px;
  }
  .talentWrap .talenTit {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .indexBanner .dotList {
    bottom: 10px;
  }
  .indexBanner .dotList ul li {
    width: 8px;
    height: 8px;
  }
  .indexWrapA .numItem {
    padding: 10px;
    border-radius: 10px;
  }
  .indexWrapB .bInfo {
    padding: 10px;
  }
  .indexWrapB .swiper-pagination {
    margin-bottom: 0px;
  }
  .indexWrapB .infoRight {
    padding-bottom: 80px;
  }
  .indexWrapB .bQie {
    transform: translateY(-75px);
  }
  .indexWrapB .bLeft {
    width: calc(100% - 30px);
  }
  .indexWrapD .dItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .indexWrapD .dateList {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .busiWrap .busiImg {
    width: 100%;
  }
  .detailWrap .detaLeft {
    width: 100%;
  }
  .foreignList .foreItem {
    flex-direction: column;
  }
  .foreignList .foreImg {
    width: 100%;
  }
  .foreignList .foreRight {
    text-align: center;
  }
  .foreignList .foreTit {
    margin-top: 10px;
  }
  .gsInfo .gsItem {
    width: 100%;
    text-align: center;
  }
  .gsInfo .gsTell {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contactBott .syItem {
    width: 100%;
    text-align: center;
  }
  .contactBott .syName {
    justify-content: center;
  }
  .contactBott .syTell {
    justify-content: center;
  }
  .contactForm .capItem {
    flex-wrap: wrap;
  }
  .contactForm .capItem .xingIcon {
    top: 16px;
  }
  .contactForm .capInput {
    width: 50%;
  }
  .contactForm .subBtn {
    width: 100%;
    margin-top: 20px;
  }
  .contractWrap .tracImg {
    width: 100%;
  }
  .parkBottWrap .bottQie {
    margin-top: 29%;
  }
  .parkTop .parkImg {
    width: 100%;
    float: none;
  }
  .parkTop .parkTit {
    text-align: center;
    margin-top: 10px;
  }
  .newsCenter .newsDate {
    justify-content: center;
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
  .newsDetail .dynaItem {
    flex-direction: column-reverse;
  }
  .newsDetail .dynaImg {
    width: 100%;
    margin-left: 0;
  }
  .newsDetail .dynaList {
    margin-top: 20px;
  }
  .newsDetail .dynaLeft {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .newsDetail .dynaLine {
    margin: 0 auto;
    margin-top: 10px;
  }
  .newsDetail .dynaBtn {
    text-align: center;
  }
  .honorWrap .gsImg {
    width: 100%;
  }
  .compTitleZh {
    text-align: center;
  }
  .compTitleEn {
    text-align: center;
  }
  .profileWrap .compTitleZh {
    text-align: left;
  }
  .profileWrap .compTitleEn {
    text-align: left;
  }
  .profileWrap .profBott {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .profileWrap .profItem {
    width: 49% !important;
    border-right: none;
    margin-right: 0px;
    justify-content: center !important;
    padding-right: 0px !important;
    margin-bottom: 20px;
  }
  .profileWrap .numData {
    justify-content: center;
  }
  .profileWrap .profBott {
    margin-top: 20px;
  }
  .cultureWrap .cultItem {
    width: 100%;
  }
  .cultureWrap .cultBottWrap {
    margin-top: 20px;
  }
  .manaWrap .bossName {
    font-size: 16px;
    margin-top: 0px;
  }
  .manaWrap .manaImg {
    width: 100%;
  }
  .manaWrap .manaItem {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .manaWrap .manaList {
    margin-top: 20px;
  }
  .manaWrap .manaRight {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .manaWrap .bossItem {
    width: 49%;
    text-align: center;
  }
  .manaWrap .bossTips {
    font-size: 12px;
  }
  .mileWrap .mileSwiper2 .swiper-slide {
    flex-direction: column;
  }
  .mileWrap .mileImg {
    width: 100%;
  }
  .mileWrap .mileRight {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
  }
  .mileWrap .mileTxt {
    text-align: center;
  }
  .mileWrap .mileTxt p {
    justify-content: center;
  }
  .mileWrap .mileTxt em {
    display: none;
  }
  .huodongList .foreItem {
    flex-direction: column !important;
  }
  .huodongList .newsRight {
    width: 100%;
    flex: unset;
    margin-left: 0px;
  }
  .huodongList .foreItem:nth-child(even) .newsRight {
    margin-right: 0px;
  }
  .conceptWrap .contRight {
    width: 100%;
  }
  .recruitmentWrap .reItem {
    width: 100%;
  }
  .recruitmentWrap .subBtn {
    width: 100%;
  }
  .recruitmentWrap .jobList td:first-child {
    padding-left: 0;
  }
  .recruitmentWrap .jobList td:last-child {
    padding-right: 0;
  }
  .pictureWrap .pictQie {
    margin-top: 35%;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2?t=1699502394673") format("woff2"), url("../fonts/iconfont.woff?t=1699502394673") format("woff"), url("../fonts/iconfont.ttf?t=1699502394673") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bofang2:before {
  content: "\e626";
}

.icon-yunhang:before {
  content: "\ec61";
}

.icon-lianxiren:before {
  content: "\e697";
}

.icon-xiakuozhanjiantou:before {
  content: "\e625";
}

.icon-xiakuozhanjiantou-copy:before {
  content: "\e96d";
}

.icon-xiakuozhanjiantou-copy-copy:before {
  content: "\e96e";
}

.icon-xiakuozhanjiantou-copy-copy-copy:before {
  content: "\e96f";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-weibo:before {
  content: "\e65d";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-changyongtubiao-fuben-11:before {
  content: "\e609";
}

.icon-changyongtubiao-fuben-11-copy:before {
  content: "\e8ac";
}

.icon-jiantou:before {
  content: "\e662";
}

.icon-jiantou-copy:before {
  content: "\e8ad";
}

.icon-xinghao:before {
  content: "\e64d";
}

.icon-xiangshang4:before {
  content: "\e795";
}

.icon-fanhuidingbu:before {
  content: "\e619";
}

.icon-a-bianzu69:before {
  content: "\e68a";
}

.icon-shezhi:before {
  content: "\e615";
}

.icon-sanjiao-1:before {
  content: "\e601";
}

.icon-sanjiao-1-copy:before {
  content: "\e8ae";
}

.icon-Triangle:before {
  content: "\e605";
}

.icon-Triangle-copy:before {
  content: "\e8af";
}

.icon-youxiang:before {
  content: "\e7b1";
}

.icon-weizhi:before {
  content: "\e672";
}

.icon-shouji:before {
  content: "\e612";
}

.icon-youxiang1:before {
  content: "\e632";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-instagram2:before {
  content: "\e6fc";
}

.icon-jiantou1:before {
  content: "\e84f";
}

.icon-jiantou1-copy:before {
  content: "\e8b0";
}

.icon-bofang:before {
  content: "\e699";
}

.icon-dianhua:before {
  content: "\e692";
}

.icon-instagram-alt:before {
  content: "\e810";
}

.icon-xinghao1:before {
  content: "\e64c";
}

.icon-youxiang-mail_fill:before {
  content: "\e65a";
}

.icon-zhiding:before {
  content: "\e676";
}

.icon-jiantou1-copy-copy:before {
  content: "\e8b1";
}

.icon-jiantou1-copy-copy-copy:before {
  content: "\e8b2";
}

.icon-shouji1:before {
  content: "\e62e";
}

.icon-dianhua1:before {
  content: "\e8b3";
}

.icon-youxiang2:before {
  content: "\e64a";
}

.icon-dizhi:before {
  content: "\e652";
}

.icon-lianjie:before {
  content: "\e603";
}

.icon-riqi:before {
  content: "\e65c";
}

.icon-household74:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e613";
}

.icon-sousuo2:before {
  content: "\e61f";
}

.icon-bofang1:before {
  content: "\e87c";
}

.icon-zhifeiji_fabu:before {
  content: "\e661";
}

.icon-instagram3:before {
  content: "\e87f";
}

.icon-icon3:before {
  content: "\e67f";
}

.icon-whatsapp2:before {
  content: "\e606";
}

.icon-youxiang3:before {
  content: "\e61c";
}

.icon-xialajiantouxiao:before {
  content: "\e87e";
}

.icon-xialajiantouxiao-copy:before {
  content: "\e8b4";
}

.icon-wenhao:before {
  content: "\e732";
}

.icon-xiazai:before {
  content: "\e659";
}

.icon-guanbi:before {
  content: "\e60a";
}

.icon-email2:before {
  content: "\e69f";
}

.icon-1801xiaoxi:before {
  content: "\e643";
}

.icon-nickname:before {
  content: "\e710";
}

.icon-24gf-phoneLoudspeaker:before {
  content: "\e969";
}

.icon-custom-service:before {
  content: "\e617";
}

.icon-arrow3-right_fill:before {
  content: "\e75a";
}

.icon-arrow3-left_fill:before {
  content: "\e75e";
}

.icon-pdf:before {
  content: "\e63f";
}

.icon-jiahao-:before {
  content: "\e60b";
}

.icon-weibiaoti1:before {
  content: "\e633";
}

.icon-dianhua2:before {
  content: "\e64b";
}

.icon-xiaojiantou:before {
  content: "\e60c";
}

.icon-xiaojiantou-copy:before {
  content: "\e96a";
}

.icon-xiaojiantou-copy-copy:before {
  content: "\e96b";
}

.icon-xiaojiantou-copy-copy-copy:before {
  content: "\e96c";
}
.none{
  line-height: 50px;
}
.pagingBox .no:hover{
    color: #999999;
    background-color: #f4f4f4;
    border: solid 1px #e5e5e5;
}
.fxBox #st-1{
  text-align: left;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#2371a0;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #2371a0; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#2371a0 solid 1px;background: #2371a0; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}