.xxw-con {
  margin-top: 3.8%;
  margin-bottom: 3.6%;
}
.xxw-con .xxw-items {
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  margin-bottom: 4.4%;
  transition: all 0.5s;
}
.xxw-con .xxw-items .xxw-thumb {
  overflow: hidden;
  width: 50%;
}
.xxw-con .xxw-items .xxw-thumb p {
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xxw-con .xxw-items .xxw-thumb p img {
  filter: grayscale(1) brightness(200%);
  transition: all .5s;
}
.xxw-con .xxw-items .xxw-rt {
  flex: 1;
  padding: 4.5% 1.45% 7.6% 3.7%;
}
.xxw-con .xxw-items .xxw-rt .xxw-lb {
  font-size: 14px;
  color: #ff6c39;
  font-weight: bold;
  transition: all 0.5s;
}
.xxw-con .xxw-items .xxw-rt div {
  display: flex;
  margin-top: 4px;
}
.xxw-con .xxw-items .xxw-rt div a {
  font-size: 1.25vw;
  line-height: 1.83;
  color: #3a3a3a;
  transition: all 0.5s;
  flex: 1;
  padding-right: 21%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.xxw-con .xxw-items .xxw-rt div p {
  font-family: ArialMT;
  font-size: 16px;
  color: #989898;
  transition: all 0.5s;
}
.xxw-con .xxw-items .xxw-rt .xxw-desc {
  font-size: 14px;
  line-height: 2.14;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  width: 87%;
  margin-top: 5.7%;
  transition: all 0.5s;
}
.xxw-con .xxw-items .xxw-rt h5 {
  font-size: 14px;
  color: #989898;
  margin-top: 0.5em;
}
.xxw-con .xxw-items .xxw-rt h5 img {
  vertical-align: baseline;
}
.xxw-con .xxw-items:hover {
  transform: translateX(5px);
  background-color: #2d60ac;
  box-shadow: 1px 1px 15px rgba(45, 96, 172, 0.5);
}
.xxw-con .xxw-items:hover .xxw-thumb p {
  transform: scale(1.15);
}
.xxw-con .xxw-items:hover .xxw-thumb p img {
  filter: grayscale(0) brightness(140%);
}
.xxw-con .xxw-items:hover .xxw-rt .xxw-lb,
.xxw-con .xxw-items:hover .xxw-rt div a,
.xxw-con .xxw-items:hover .xxw-rt div p,
.xxw-con .xxw-items:hover .xxw-rt .xxw-desc,
.xxw-con .xxw-items:hover .xxw-rt h5 {
  color: #fff;
}
.xhy-con {
  margin-top: 3.25%;
  margin-bottom: 4.5%;
}
.xhy-con .xhy-tj {
  display: flex;
  margin-left: -1.4%;
  margin-right: -1.4%;
  margin-bottom: 1.8%;
}
.xhy-con .xhy-tj .xhy-tj-items {
  width: calc(100%/3);
  padding: 0 1.4%;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con {
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  transition: all 0.5s;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-thumb {
  display: block;
  overflow: hidden;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 15.65vw;
  transition: all 0.8s;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj {
  padding: 5.3% 3% 2.7% 3%;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt {
  display: flex;
  align-items: center;
  padding-left: 2.5%;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt div {
  text-align: center;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt div h3 {
  font-family: ArialMT;
  font-size: 1.97vw;
  color: #171717;
  line-height: normal;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt div p {
  font-family: ArialMT;
  font-size: 14px;
  color: #171717;
  margin-top: -4px;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a {
  font-size: 18px;
  line-height: 1.66;
  transition: all 0.5s;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  flex: 1;
  position: relative;
  margin-left: 7%;
  padding-left: 3.7%;
  padding-right: 4%;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddddd;
  transition: all 0.5s;
  margin-top: 5.3%;
  padding-top: 3%;
  padding-left: 2.5%;
  padding-right: 3.5%;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-more a {
  font-size: 12px;
  transition: all 0.5s;
  color: #3a3a3a;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-more a img:nth-child(2) {
  display: none;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover {
  background: #2d60ac;
  box-shadow: 1px 1px 15px rgba(45, 96, 172, 0.5);
  border: solid 1px #2d60ac;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-thumb p {
  transform: scale(1.15);
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-bt div h3,
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-bt div p,
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-bt a,
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-more a {
  color: #fff;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-more a img:nth-child(2) {
  display: inline;
}
.xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con:hover .xhy-tj-jj .xhy-tj-more a img:nth-child(1) {
  display: none;
}
.xhy-con .xhy-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 2.5% 1.9% 2.5% 1.7%;
  transition: all 0.5s;
}
.xhy-con .xhy-items .xxw-thumb {
  overflow: hidden;
  width: 15.1%;
}
.xhy-con .xhy-items .xxw-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 147px;
  transition: all 0.8s;
}
.xhy-con .xhy-items .xxw-rt {
  flex: 1;
  padding-left: 3%;
}
.xhy-con .xhy-items .xxw-rt .xxw-lb {
  font-size: 14px;
  font-weight: bold;
  color: #ff6c39;
}
.xhy-con .xhy-items .xxw-rt div {
  display: flex;
  align-items: center;
}
.xhy-con .xhy-items .xxw-rt div a {
  font-size: 1.25vw;
  color: #3a3a3a;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  flex: 1;
  padding-right: 5%;
}
.xhy-con .xhy-items .xxw-rt div p {
  font-family: ArialMT;
  font-size: 16px;
  color: #989898;
}
.xhy-con .xhy-items .xxw-rt .xxw-desc {
  font-size: 14px;
  transition: all 0.5s;
  line-height: 2.14;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  width: 82%;
  margin-top: 1.35%;
}
.xhy-con .xhy-items .xxw-rt h5 {
  font-size: 14px;
  color: #989898;
  margin-top: 0.5em;
}
.xhy-con .xhy-items .xxw-rt h5 img {
  vertical-align: baseline;
}
.xhy-con .xhy-items:hover {
  transform: translateX(4px);
}
.xhy-con .xhy-items:hover .xxw-thumb p {
  transform: scale(1.15);
}
.xhy-con .xhy-items:hover .xxw-rt .xxw-desc,
.xhy-con .xhy-items:hover .xxw-rt div a,
.xhy-con .xhy-items:hover .xxw-rt h5 {
  color: #2d60ac;
}
.xshow-con {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7%;
  margin-bottom: 5%;
}
.xshow-con .xshow-lf {
  background-color: #ffffff;
  width: 74.8%;
  padding: 5.3% 8% 3.75% 6.4%;
}
.xshow-con .xshow-lf h3 {
  font-size: 1.875vw;
  line-height: 1.33;
  color: #3a3a3a;
  padding-right: 7%;
}
.xshow-con .xshow-lf ul {
  display: flex;
  margin-top: 2.3%;
  flex-wrap: wrap;
}
.xshow-con .xshow-lf ul li {
  font-size: 16px;
  color: #5a5a5a;
  margin-right: 10px;
}
.xshow-con .xshow-lf .xshow-nr {
  font-size: 16px;
  line-height: 3;
  color: #5a5a5a;
  border-top: 1px solid #dfdfdf;
  margin-top: 3.5%;
  padding-top: 3.3%;
  padding-right: 1%;
}
.xshow-con .xshow-lf .xshow-nr video {
  max-width: 100%;
  height: auto;
}
.xshow-con .xshow-lf .xshow-dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dfdfdf;
  margin-top: 6%;
  padding-top: 4.7%;
  padding-right: 2.5%;
}
.xshow-con .xshow-lf .xshow-dh div P {
  font-size: 16px;
  color: #5a5a5a;
}
.xshow-con .xshow-lf .xshow-dh div P a {
  font-size: 16px;
  color: #5a5a5a;
  transition: all 0.5s;
}
.xshow-con .xshow-lf .xshow-dh div P a:hover {
  color: #23a196;
}
.xshow-con .xshow-lf .xshow-dh div P:nth-child(1) {
  margin-bottom: 3.5%;
}
.xshow-con .xshow-lf .xshow-dh .xshow-back {
  width: 60px;
  height: 60px;
  background-color: #23a196;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #ffffff;
  border-radius: 100%;
}
.xshow-con .xshow-lf .xshow-dh .xshow-back:hover {
  box-shadow: 1px 1px 15px #23a196;
}
.xshow-con .xshow-rt {
  background-color: #ffffff;
  width: 23.3%;
  padding: 2.6% 2.3% 3.55% 2.3%;
}
.xshow-con .xshow-rt h4 {
  font-size: 1.25vw;
  color: #1163ac;
  font-weight: bold;
}
.xshow-con .xshow-rt .xshow-rt-con {
  margin-top: 5.3%;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items {
  border-bottom: 1px solid #dcdcdc;
  padding: 12.2% 0 8% 0;
  transition: all 0.5s;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items .xshowrt-thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 7%;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items .xshowrt-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 206px;
  transition: all 0.8s;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items a:nth-last-child(2) {
  font-size: 16px;
  transition: all 0.5s;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items a:nth-last-child(2):hover {
  color: #1163ac;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items p {
  font-size: 14px;
  color: #878787;
  margin-top: 3%;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items:nth-child(1) {
  padding-top: 0;
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items:hover {
  transform: translateX(4px);
}
.xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items:hover a:nth-last-child(2) {
  color: #1163ac;
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
.g-jj {
  margin-top: 6.5%;
}
.g-jj .g-jj-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-jj .g-jj-con .g-jj-lf {
  width: 46.95%;
}
.g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
  font-size: 1.771vw;
  line-height: 1.41;
  letter-spacing: 2px;
  color: #0f0f0f;
  margin-top: 3.7%;
  margin-bottom: 11%;
}
.g-jj .g-jj-con .g-jj-lf div:nth-child(3) {
  font-size: 16px;
  line-height: 2.43;
  letter-spacing: 1px;
  color: #0f0f0f;
  text-align: justify;
}
.g-jj .g-jj-con .g-jj-rt {
  width: 49.5%;
}
.g-jj .g-jj-con .g-jj-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 28.12vw;
  transition: all .5s;
}
.g-jj .g-jj-con .g-jj-rt div:hover {
  transform: scale(1.03);
}
.g-jj .gjj-sz {
  position: relative;
  margin-top: 4%;
}
.g-jj .gjj-sz ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 42%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.g-jj .gjj-sz ul li {
  position: relative;
  z-index: 2;
}
.g-jj .gjj-sz ul li div:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
.g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(1) {
  font-size: 2.92vw;
  color: #ff6c39;
  font-weight: bold;
  font-family: var(--Noto-Sans-SC);
}
.g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(2) {
  font-size: 2.92vw;
  color: #ff6c39;
  font-weight: bold;
  font-family: var(--Noto-Sans-SC);
  margin-left: 0.3vw;
  margin-right: 0.3vw;
}
.g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(3) {
  font-size: 1.875vw;
  font-weight: bold;
  color: #ff6c39;
  position: relative;
  top: -0.5vw;
}
.g-jj .gjj-sz ul li div:nth-child(2) {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #5e5e5e;
  margin-top: -1vw;
}
.g-bt {
  line-height: normal;
}
.g-bt p {
  font-family: ArialMT;
  font-weight: bold;
  font-size: 3.15vw;
  letter-spacing: 3px;
  color: #f1f1f1;
}
.g-bt h3 {
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: #23a196;
  margin-top: -2.07vw;
  margin-bottom: 3px;
}
.g-bt h3 span {
  color: #1163ac;
}
.g-yf {
  margin-top: 5%;
}
.g-yf .g-yf-items {
  display: flex;
  background-color: #23a196;
  margin-bottom: 3.7%;
  transition: all 0.5s;
}
.g-yf .g-yf-items .g-yf-lf {
  width: 70%;
  overflow: hidden;
}
.g-yf .g-yf-items .g-yf-lf div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 30.4vw;
  height: 100%;
  transition: all 0.8s;
}
.g-yf .g-yf-items .g-yf-rt {
  flex: 1;
  padding: 4.75% 2.3% 4.3% 2.65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g-yf .g-yf-items .g-yf-rt .g-yf-bt {
  border-bottom: 1px solid #fefefe;
  padding-bottom: 6.1%;
}
.g-yf .g-yf-items .g-yf-rt .g-yf-bt h3 {
  font-size: 1.455vw;
  letter-spacing: 2px;
  font-weight: bold;
  color: #f6f6f6;
}
.g-yf .g-yf-items .g-yf-rt .g-yf-bt p {
  font-family: ArialMT;
  font-size: 14px;
  color: #f6f6f6;
  margin-top: -4px;
}
.g-yf .g-yf-items .g-yf-rt ul {
  margin-top: 5.8%;
}
.g-yf .g-yf-items .g-yf-rt ul li h4 {
  font-size: 18px;
  color: #f6f6f6;
  position: relative;
  font-weight: bold;
  padding-left: 22px;
  cursor: pointer;
}
.g-yf .g-yf-items .g-yf-rt ul li h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
.g-yf .g-yf-items .g-yf-rt ul li div {
  font-size: 16px;
  line-height: 2.12;
  color: #f6f6f6;
  padding-left: 22px;
  padding-top: 3%;
  padding-bottom: 7%;
  display: none;
}
.g-yf .g-yf-items:nth-child(2n) {
  background-color: #1163ac;
  flex-direction: row-reverse;
}
.g-yf .g-yf-items:hover {
  transform: translateX(4px);
}
.g-yf .g-yf-items:hover .g-yf-lf div {
  transform: scale(1.03);
}
.g-ry {
  margin-top: 5%;
  margin-bottom: 2.5%;
}
.g-ry .g-bt {
  text-align: center;
}
.g-ry .g-ry-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5%;
  margin-left: -2.3%;
  margin-right: -2.3%;
}
.g-ry .g-ry-con .g-ry-items {
  width: 25%;
  padding: 0 2.3%;
  margin-bottom: 3.3%;
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con {
  transition: all 0.5s;
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.1vw;
  transition: all 0.5s;
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) img {
  max-height: 90%;
  max-width: 90%;
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(2) {
  font-size: 16px;
  text-align: center;
  color: #4e4e4e;
  line-height: 1.5;
  margin-top: 5.5%;
  font-family: var(--Noto-Sans-SC);
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con:hover {
  transform: translateY(-4px);
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con:hover div:nth-child(1) {
  background-color: #1163ac;
}
.g-ry .g-ry-con .g-ry-items .g-ry-items-con:hover div:nth-child(2) {
  color: #1163ac;
}
#Profile {
  top: -10%;
}
#Strength {
  top: -10%;
}
#Capability {
  top: -10%;
}
#Honorary {
  top: -13%;
}
.lx-nr {
  margin-top: 3.8%;
}
.lx-nr .lx-con {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.35%;
  margin-right: -1.35%;
}
.lx-nr .lx-con .lx-items {
  width: calc(100% / 3);
  padding: 0 1.35%;
  margin-bottom: 2.8%;
}
.lx-nr .lx-con .lx-items .lx-items-con {
  border: 1px solid #dcdcdc;
  height: 100%;
  padding: 7.5% 6% 13.5% 9.3%;
  /* background: url(../j-images/lx-bg.jpg) no-repeat center center; */
  background-size: 100% 100%;
  position: relative;
  transition: all 1.5s;
}
.lx-nr .lx-con .lx-items .lx-items-con img {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
  /* visibility: hidden; */
  transition: all 0.5s;
  object-fit: cover;
}
.lx-nr .lx-con .lx-items .lx-items-con h4 {
  font-size: 1.25vw;
  font-weight: bold;
  color: #363636;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.lx-nr .lx-con .lx-items .lx-items-con ul {
  display: flex;
  margin-top: 12%;
  position: relative;
  z-index: 2;
}
.lx-nr .lx-con .lx-items .lx-items-con ul li {
  width: 50%;
  padding-right: 3%;
}
.lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(1) {
  font-size: 14px;
  color: #4b4b4b;
  transition: all 0.5s;
}
.lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
  font-size: 18px;
  line-height: 2;
  color: #363636;
  font-weight: bold;
  margin-top: 4px;
  transition: all 0.5s;
}
.lx-nr .lx-con .lx-items .lx-items-con .lx-desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2.57;
  color: #4b4b4b;
  transition: all .5s;
  margin-top: 2.3%;
}
.lx-nr .lx-con .lx-items .lx-items-con:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: #2d6db2;
  background-color: #fff;
  transition: all .3s;
}
.lx-nr .lx-con .lx-items .lx-items-con:hover img {
  opacity: 0;
  /* visibility: visible;
  transform: translate(-50%, -50%) scale(1); */
}
.lx-nr .lx-con .lx-items .lx-items-con:hover h4 {
  color: #2d60ac;
}
/* .lx-nr .lx-con .lx-items .lx-items-con:hover h4,
.lx-nr .lx-con .lx-items .lx-items-con:hover ul li div:nth-child(1),
.lx-nr .lx-con .lx-items .lx-items-con:hover ul li div:nth-child(2),
.lx-nr .lx-con .lx-items .lx-items-con:hover .lx-desc {
  color: #fff;
} */
@media (max-width: 1599px) {
  .g-jj .gjj-sz ul li div:nth-child(2) {
    font-size: 15px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li h4 {
    font-size: 17px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li div {
    font-size: 15px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li h4::before {
    width: 8px;
    height: 8px;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 15px;
  }
  #Profile {
    top: -20%;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a {
    font-size: 17px;
  }
  .xshow-con .xshow-lf .xshow-nr {
    font-size: 15px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 1477px) {
  .g-yf .g-yf-items .g-yf-rt ul li div {
    font-size: 14px;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 15.1vw;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a {
    font-size: 16px;
  }
  .xshow-con .xshow-lf h3 {
    padding-right: 0;
  }
  .xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items .xshowrt-thumb p {
    height: 147px;
  }
  .xshow-con .xshow-rt h4 {
    font-size: 20px;
  }
}
@media (max-width: 1365px) {
  .g-yf .g-yf-items .g-yf-rt .g-yf-bt h3 {
    font-size: 21px;
  }
  #Honorary {
    top: -15%;
  }
  .xxw-con .xxw-items .xxw-rt div a {
    font-size: 17px;
    padding-right: 10%;
  }
  .xhy-con .xhy-items .xxw-rt div a {
    font-size: 17px;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a {
    font-size: 15px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
    font-size: 17px;
    word-break: break-word;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li {
    padding-right: 0;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .g-jj .g-jj-con .g-jj-lf div:nth-child(3) {
    line-height: 2.1;
    font-size: 14px;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 17.1vw;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt div h3 {
    font-size: 24px;
  }
  .xhy-con .xhy-items .xxw-rt div p {
    font-size: 14px;
  }
  .xshow-con .xshow-lf h3 {
    font-size: 21px;
  }
  .xshow-con .xshow-lf .xshow-dh {
    flex-wrap: wrap;
  }
  .xshow-con .xshow-lf .xshow-dh .xshow-back {
    margin-top: 25px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul {
    flex-wrap: wrap;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li {
    width: 100%;
  }
  .lx-nr .lx-con .lx-items .lx-items-con h4 {
    font-size: 17px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
    margin-top: 0;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li {
    margin-top: 8px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con .lx-desc {
    line-height: 1.7;
    margin-top: 8.3%;
  }
}
@media (max-width: 990px) {
  .g-jj .g-jj-con {
    display: block;
  }
  .g-jj .g-jj-con .g-jj-rt,
  .g-jj .g-jj-con .g-jj-lf {
    width: 100%;
  }
  .g-jj .g-jj-con .g-jj-rt {
    margin-top: 32px;
  }
  .g-bt p {
    font-size: 30px;
  }
  .g-bt h3 {
    font-size: 25px;
  }
  .g-bt img {
    width: 40px;
  }
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    font-size: 19px;
    margin-top: 2.7%;
    margin-bottom: 4%;
  }
  .g-jj .g-jj-con .g-jj-rt div {
    height: 480px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(1) {
    font-size: 33px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(3) {
    font-size: 20px;
    top: -7px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(2) {
    font-size: 27px;
    position: relative;
    top: -3px;
  }
  .g-jj .gjj-sz {
    margin-top: 44px;
  }
  .g-yf {
    margin-top: 68px;
  }
  .g-yf .g-yf-items {
    display: block;
  }
  .g-yf .g-yf-items .g-yf-lf {
    width: 100%;
  }
  .g-yf .g-yf-items .g-yf-lf div {
    height: 347px;
  }
  .g-yf .g-yf-items .g-yf-rt {
    padding: 7.75% 6% 6.3% 6%;
  }
  .g-yf .g-yf-items .g-yf-rt .g-yf-bt {
    padding-bottom: 4.1%;
  }
  .g-yf .g-yf-items .g-yf-rt ul li h4 {
    font-size: 18px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li div {
    padding-top: 2%;
    padding-bottom: 4%;
  }
  .g-ry {
    margin-top: 9%;
    margin-bottom: 5.5%;
  }
  .g-ry .g-ry-con .g-ry-items {
    width: 50%;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 35.1vw;
  }
  #Honorary {
    top: -6%;
  }
  #Profile {
    top: -8%;
  }
  .xxw-con .xxw-items {
    display: block;
  }
  .xxw-con .xxw-items .xxw-thumb {
    display: block;
    width: 100%;
  }
  .xxw-con .xxw-items .xxw-thumb p {
    min-height: 349px;
  }
  .xxw-con .xxw-items .xxw-rt .xxw-desc {
    margin-top: 3.7%;
  }
  .xshow-con .xshow-lf .xshow-nr {
    line-height: 2.3;
  }
  .lx-nr .lx-con .lx-items {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .g-bt p {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1;
  }
  .g-bt h3 {
    font-size: 21px;
    margin-top: -16px;
    margin-bottom: 6px;
  }
  .g-jj {
    margin-top: 56px;
  }
  .g-jj .g-jj-con .g-jj-lf div:nth-child(2) {
    font-size: 17px;
    margin-top: 19px;
    margin-bottom: 25px;
  }
  .g-jj .g-jj-con .g-jj-rt div {
    height: 229px;
  }
  .g-jj .g-jj-con .g-jj-rt {
    margin-top: 27px;
  }
  .g-jj .gjj-sz ul {
    position: relative;
    left: auto;
    top: auto;
    transform: inherit;
    flex-wrap: wrap;
  }
  .g-jj .gjj-sz ul li {
    width: 50%;
    margin-bottom: 11px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) {
    justify-content: center;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(1) {
    font-size: 28px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(3) {
    font-size: 16px;
    top: -7px;
  }
  .g-jj .gjj-sz ul li div:nth-child(1) span:nth-child(2) {
    font-size: 24px;
    top: -3px;
  }
  .g-jj .gjj-sz ul li div:nth-child(2) {
    font-size: 14px;
    margin-top: -3px;
  }
  .g-jj .gjj-sz img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .g-jj .gjj-sz {
    margin-top: 29px;
  }
  .g-yf {
    margin-top: 42px;
  }
  .g-yf .g-yf-items .g-yf-lf div {
    height: 179px;
  }
  .g-yf .g-yf-items .g-yf-rt .g-yf-bt h3 {
    font-size: 20px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li h4 {
    font-size: 16px;
    padding-left: 15px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li h4::before {
    width: 6px;
    height: 6px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li div {
    padding-left: 15px;
  }
  .g-yf .g-yf-items .g-yf-rt ul {
    margin-top: 27px;
  }
  .g-yf .g-yf-items .g-yf-rt ul li {
    margin-bottom: 5px;
  }
  .g-yf .g-yf-items {
    margin-bottom: 30px;
  }
  .g-ry {
    margin-top: 58px;
    margin-bottom: 22px;
  }
  .g-ry .g-ry-con {
    margin-top: 29px;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(2) {
    font-size: 14px;
    margin-top: 17px;
  }
  .g-ry .g-ry-con .g-ry-items {
    margin-bottom: 32px;
  }
  .g-ry .g-ry-con .g-ry-items .g-ry-items-con div:nth-child(1) {
    height: 204px;
  }
  .xxw-con {
    margin-top: 59px;
    margin-bottom: 35px;
  }
  .xxw-con .xxw-items .xxw-thumb p {
    min-height: 174px;
  }
  .xxw-con .xxw-items {
    margin-bottom: 30px;
  }
  .xxw-con .xxw-items .xxw-rt div {
    display: block;
    margin-top: 7px;
  }
  .xxw-con .xxw-items .xxw-rt div a {
    font-size: 16px;
    padding-right: 0;
  }
  .xxw-con .xxw-items .xxw-rt div p {
    font-size: 14px;
    margin-top: 3px;
  }
  .xxw-con .xxw-items .xxw-rt .xxw-desc {
    line-height: 1.9;
    width: 100%;
    margin-top: 17px;
  }
  .xxw-con .xxw-items .xxw-rt {
    padding: 10.5% 5% 10.6% 5%;
  }
  .xhy-con {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .xhy-con .xhy-tj {
    flex-wrap: wrap;
  }
  .xhy-con .xhy-tj .xhy-tj-items {
    width: 100%;
    margin-bottom: 35px;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-thumb p {
    height: 194px;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt {
    padding-left: 0;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-bt a {
    margin-left: 4%;
    padding-left: 3.7%;
    padding-right: 0;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj .xhy-tj-more {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.5%;
  }
  .xhy-con .xhy-tj .xhy-tj-items .xhy-tj-items-con .xhy-tj-jj {
    padding: 9.3% 5% 3.7% 5%;
  }
  .xhy-con .xhy-items {
    display: block;
    padding: 6.5% 0% 11.5% 0%;
  }
  .xhy-con .xhy-items:nth-child(2) {
    padding-top: 0;
  }
  .xhy-con .xhy-items .xxw-rt {
    padding: 8% 5% 0 5%;
  }
  .xhy-con .xhy-items .xxw-rt div {
    display: block;
    margin-top: 7px;
  }
  .xhy-con .xhy-items .xxw-rt div a {
    font-size: 16px;
    padding-right: 0;
  }
  .xhy-con .xhy-items .xxw-rt .xxw-desc {
    line-height: 1.8;
    width: 100%;
    margin-top: 15px;
  }
  .xshow-con {
    margin-top: 64px;
    margin-bottom: 50px;
    display: block;
  }
  .xshow-con .xshow-lf {
    width: 100%;
    padding: 14.3% 5% 10.75% 5%;
  }
  .xshow-con .xshow-lf h3 {
    font-size: 19px;
    line-height: 1.7;
    text-align: center;
  }
  .xshow-con .xshow-lf ul li {
    font-size: 14px;
  }
  .xshow-con .xshow-lf ul li:last-child {
    margin-right: 0;
  }
  .xshow-con .xshow-lf ul {
    margin-top: 13px;
    justify-content: center;
  }
  .xshow-con .xshow-lf .xshow-nr {
    font-size: 14px;
    margin-top: 20px;
    padding-top: 26px;
    padding-right: 0;
  }
  .xshow-con .xshow-lf .xshow-dh div P,
  .xshow-con .xshow-lf .xshow-dh div P:nth-child(1),
  .xshow-con .xshow-lf .xshow-dh div P a {
    font-size: 14px;
  }
  .xshow-con .xshow-lf .xshow-dh {
    margin-top: 33px;
    padding-top: 32px;
    padding-right: 0;
  }
  .xshow-con .xshow-lf .xshow-dh .xshow-back {
    width: 51px;
    height: 51px;
    font-size: 14px;
  }
  .xshow-con .xshow-rt {
    width: 100%;
    padding: 11.6% 5% 14.55% 5%;
    margin-top: 32px;
  }
  .xshow-con .xshow-rt h4 {
    font-size: 18px;
  }
  .xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items .xshowrt-thumb p {
    height: 182px;
  }
  .xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items a:nth-last-child(2) {
    font-size: 15px;
  }
  .xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items p {
    font-size: 13px;
    margin-top: 6px;
  }
  .xshow-con .xshow-rt .xshow-rt-con .xshow-rt-items {
    padding: 10.2% 0 9% 0;
  }
  .lx-nr {
    margin-top: 58px;
  }
  .lx-nr .lx-con .lx-items {
    width: 100%;
    margin-bottom: 30px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con h4 {
    font-size: 18px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con {
    padding: 12.5% 6% 10.5% 8.3%;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(1) {
    font-size: 14px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul li div:nth-child(2) {
    font-size: 16px;
  }
  .lx-nr .lx-con .lx-items .lx-items-con ul {
    margin-top: 4%;
  }
}
