@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #ccc;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "PingFang SC", "Microsoft YaHei";
  background: #ffffff;
}
.hide {
  display: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w1120 {
  width: 1120px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
@font-face {
  font-family: OPPOSans;
  src: url('../font/OPPOSans-M.ttf');
}
.fade-in-up {
  animation: fade-in-up 1.5s ease 1;
  -webkit-animation: fade-in-up 1.5s ease 1;
}
.fade-in-up-two {
  animation: fade-in-up 2.5s ease 1;
  -webkit-animation: fade-in-up 2.5s ease 1;
}
html,
body {
  min-width: 1400px;
  font-family: 'PingFang SC';
}
header {
  height: 120px;
  position: relative;
  z-index: 2;
}
header .w1200 {
  width: 100%;
  height: 100%;
  padding: 0 160px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  font-size: 0;
  flex-shrink: 0;
}
header .logo img {
  height: 120px;
}
header nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 12px;
}
header nav .nav {
  width: 160px;
  height: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #142433;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .nav > a {
  color: #142433;
}
header nav .nav > .chd_nav {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 119px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 160px;
  box-sizing: border-box;
  z-index: 2;
  border-top: 1px solid rgba(20, 37, 51, 0.1);
  background-color: #fff;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
header nav .nav > .chd_nav.cur {
  display: flex;
}
header nav .nav > .chd_nav p {
  font-size: 24px;
  line-height: 34px;
  line-height: 100%;
  color: #142433;
  margin: 0 40px;
}
header nav .nav > .chd_nav a {
  font-weight: 400;
  font-size: 18px;
  color: #142433;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 40px;
}
header nav .nav > .chd_nav a:hover {
  color: #0066ff;
}
header nav .nav > .chd_nav i {
  width: 1px;
  height: 34px;
  background: rgba(20, 36, 51, 0.2);
  display: block;
  margin: 0 40px;
}
header .btns {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .btns > * {
  margin-right: 50px;
  position: relative;
  cursor: default;
}
header .btns > *::after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: rgba(20, 36, 51, 0.16);
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .btns > *:last-child {
  margin-right: 0;
}
header .btns > *:last-child::after {
  display: none;
}
header .btns .search_btn {
  width: 30px;
  height: 30px;
  background: url('../img/ico/ico_search.png') center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  flex-shrink: 0;
}
header .btns .search_btn.cur,
header .btns .search_btn:hover {
  background: url('../img/ico/ico_search_a.png') center center no-repeat;
  background-size: 100% 100%;
}
header .btns .lang_btn {
  height: 48px;
  font-size: 20px;
  line-height: 20px;
  color: #142433;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
header .btns .lang_btn .lang_ico {
  width: 30px;
  height: 30px;
  background: url("../img/ico/lang_ico.png") center center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-right: 4px;
}
header .btns .lang_btn:hover {
  color: #0071ce;
}
header .btns .lang_btn:hover .lang_ico {
  background: url("../img/ico/lang_ico_a.png") center center no-repeat;
  background-size: 100% 100%;
}
header .search_line {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-top: 1px solid rgba(20, 37, 51, 0.1);
  display: none;
  margin-top: -1px;
}
header .search_line.cur {
  display: flex;
}
header .search_line .search_box {
  width: 800px;
  height: 60px;
  border: 1px solid #142433;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .search_line .search_box .submit_btn {
  width: 30px;
  height: 30px;
  background: url('../img/ico/ico_search.png') center center no-repeat;
  background-size: 100% 100%;
  margin-left: 24px;
  cursor: pointer;
}
header .search_line .search_box input {
  width: 644px;
  height: 34px;
  margin-left: 24px;
  font-size: 24px;
  line-height: 34px;
  color: #142433;
}
header .search_line .search_box .clear_btn {
  width: 30px;
  height: 30px;
  background: url('../img/ico/ico_clear.png') center center no-repeat;
  background-size: 100% 100%;
  margin-left: 24px;
  display: none;
  cursor: pointer;
}
footer {
  background-color: #0066ff;
}
footer .w1400 {
  width: 100%;
  padding: 0 160px;
  box-sizing: border-box;
}
footer .w1400 .footer_mess {
  min-height: 156px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w1400 .footer_mess .logo_b {
  width: 200px;
}
footer .w1400 .footer_mess .logo_b img {
  width: 100%;
}
footer .w1400 .footer_mess ul .yq_link {
  text-align: center;
}
footer .w1400 .footer_mess ul .yq_link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  padding: 0 16px;
  position: relative;
}
footer .w1400 .footer_mess ul .yq_link a:last-child::after {
  display: none;
}
footer .w1400 .footer_mess ul .yq_link a::after {
  content: "";
  width: 0.5px;
  height: 10px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .w1400 .footer_mess ul .contact {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .w1400 .footer_mess ul .contact span {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .w1400 .footer_mess ul .contact span img {
  width: 16px;
  margin-right: 4px;
}
footer .w1400 .footer_mess .follows {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .w1400 .footer_mess .follows .follow_wx {
  width: 40px;
  height: 40px;
  background: url("../img/ico/ico_wx.png") center center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 16px;
}
footer .w1400 .footer_mess .follows .follow_wb {
  width: 40px;
  height: 40px;
  background: url("../img/ico/ico_wb.png") center center no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 16px;
}
footer .w1400 .copyright {
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .w1400 .copyright span,
footer .w1400 .copyright a {
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin: 0 8px;
}
footer .w1400 .copyright span i.ga,
footer .w1400 .copyright a i.ga {
  width: 16px;
  height: 16px;
  background: url("../img/ico/ico_ga.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin-right: 4px;
}
footer .w1400 .copyright a {
  font-weight: 400;
  text-decoration: underline;
}
.news-content p {
  color: #333;
}
/* pagination */
.pagination-box {
  margin: 24px 0;
}
.pagination-box .pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination-box .pagination .num {
  margin: 0 16px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.9);
}
.pagination-box .pagination .content {
  margin: 0 16px;
}
.pagination-box .pagination .content li {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border: 1px solid #e5e7e8;
  margin: 0 4px;
  border-radius: 4px;
}
.pagination-box .pagination .content li:hover,
.pagination-box .pagination .content li.active {
  background: #0066ff;
  color: #fff;
  border-color: #0066ff;
}
.pagination-box .pagination .content .last {
  background-image: url(../img/ico/arrow-left02.png);
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  cursor: default;
}
.pagination-box .pagination .content .last:hover {
  background-image: url(../img/ico/arrow-left02.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
  border-color: #e5e7e8;
  background-color: transparent;
}
.pagination-box .pagination .content .last.on {
  background-image: url(../img/ico/arrow-left01.png);
  cursor: pointer;
}
.pagination-box .pagination .content .last.on:hover {
  background-image: url(../img/ico/arrow-left03.png);
  background-color: #0066ff;
  border-color: #0066ff;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .next {
  background-image: url(../img/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
}
.pagination-box .pagination .content .next:hover {
  background-image: url(../img/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
  border-color: #0066ff;
}
.pagination-box .pagination .content .next.on {
  background-image: url(../img/ico/arrow-right01.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.pagination-box .pagination .content .next.on:hover {
  background-image: url(../img/ico/arrow-right03.png);
  background-color: #0066ff;
  border-color: #0066ff;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .left-more,
.pagination-box .pagination .content .right-more {
  background-image: url(../img/ico/page-more.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .left-more:hover {
  background-image: url(../img/ico/el-icon-d-arrow-left.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .content .right-more:hover {
  background-image: url(../img/ico/el-icon-d-arrow-right.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagination-box .pagination .go p {
  margin: 0 8px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.9);
}
.pagination-box .pagination input {
  width: 56px;
  text-align: center;
  border: 1px solid #ced9ea;
  border-radius: 2px;
  padding: 5px 12px;
}
.pagination-box .pagination input:focus {
  border: 1px solid #003a8f;
}
.pagination-box .pagination .btn {
  color: #003a8f;
  text-align: center;
  width: 60px;
  border-radius: 2px;
  border: 1px solid #003a8f;
  cursor: pointer;
}
.pagination-box .pagination .btn:hover {
  background-color: #003a8f;
  color: #ffffff;
}
.pagination-box .pagination .size {
  margin: 0 16px;
}
.pagination-box .pagination .size p {
  margin-right: 16px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.01px;
  color: rgba(0, 0, 0, 0.9);
}
.pagination-box .pagination .select-box {
  position: relative;
}
.pagination-box .pagination .select-box::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg) translate(0, -50%);
  display: block;
  user-select: none;
  margin-top: -3px;
}
.pagination-box .pagination .select-box select {
  width: 90px;
  border-radius: 2px;
  padding: 5px 12px;
  border: 1px solid #ced9ea;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tit_style {
  width: fit-content;
  font-size: 48px;
  line-height: 63px;
  font-weight: 400;
  color: #142433;
  position: relative;
}
.tit_style span {
  position: relative;
  z-index: 2;
}
.tit_style:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 102, 255, 0.4);
  display: block;
  z-index: 1;
}
.wrap_main {
  margin: 0 auto;
  position: relative;
}
.wrap_main header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_main header:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrap_main header nav .nav > .chd_nav {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrap_main header .search_line {
  background-color: rgba(255, 255, 255, 0.4);
}
.wrap_main .banner_s {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrap_main .banner_s::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 40.24%, rgba(0, 0, 0, 0) 100%);
}
.wrap_main .banner_s .swiper-slide a {
  display: block;
  font-size: 0;
}
.wrap_main .banner_s .swiper-slide a img {
  width: 100%;
  object-fit: cover;
}
.wrap_main .banner_s .banner_pagi {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.wrap_main .banner_s .banner_pagi .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 30px;
  background: url("../img/banner_pagi.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap_main .banner_s .banner_pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 160px;
  height: 2px;
  background-color: #fff;
  margin: 14px;
  box-sizing: border-box;
}
.wrap_main .item_jbxx {
  background-color: #f5f6f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 160px;
  min-height: 880px;
  box-sizing: border-box;
}
.wrap_main .item_jbxx .w1400 {
  width: 100%;
}
.wrap_main .item_jbxx h3 {
  width: fit-content;
  font-size: 48px;
  line-height: 63px;
  font-weight: 400;
  color: #142433;
  position: relative;
}
.wrap_main .item_jbxx h3 span {
  position: relative;
  z-index: 2;
}
.wrap_main .item_jbxx h3:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 102, 255, 0.4);
  display: block;
  z-index: 1;
}
.wrap_main .item_jbxx .mess {
  margin-top: 40px;
}
.wrap_main .item_jbxx .mess .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #142433;
}
.wrap_main .item_jbxx .mess .text {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: rgba(20, 36, 51, 0.8);
  margin-top: 16px;
  font-weight: 300;
}
.wrap_main .item_jbxx .effect_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.wrap_main .item_jbxx .effect_box .con {
  flex: 1;
  margin-right: 50px;
}
.wrap_main .item_jbxx .effect_box .con:last-of-type {
  margin-right: 0;
}
.wrap_main .item_jbxx .effect_box .con .effect_ico {
  width: 48px;
  height: 48px;
  background: url("../img/ico/effect_ico1.png") center center no-repeat;
  background-size: 100% 100%;
  display: block;
}
.wrap_main .item_jbxx .effect_box .con .effect_ico1 {
  background: url("../img/ico/effect_ico1.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap_main .item_jbxx .effect_box .con .effect_ico2 {
  background: url("../img/ico/effect_ico2.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap_main .item_jbxx .effect_box .con .effect_ico3 {
  background: url("../img/ico/effect_ico3.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap_main .item_jbxx .effect_box .con .tit {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #142433;
  margin-top: 8px;
}
.wrap_main .item_jbxx .effect_box .con .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-top: 16px;
  color: rgba(20, 36, 51, 0.8);
}
.wrap_main .item_xxpl {
  background-color: #fff;
  padding: 120px 160px;
  min-height: 760px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_main .item_xxpl .w1400 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap_main .item_xxpl .w1400 .l_box {
  flex: 1;
  margin-right: 100px;
}
.wrap_main .item_xxpl .w1400 .l_box h3 {
  width: fit-content;
  font-size: 48px;
  line-height: 63px;
  font-weight: 400;
  color: #142433;
  position: relative;
}
.wrap_main .item_xxpl .w1400 .l_box h3 span {
  position: relative;
  z-index: 2;
}
.wrap_main .item_xxpl .w1400 .l_box h3:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 102, 255, 0.4);
  display: block;
  z-index: 1;
}
.wrap_main .item_xxpl .w1400 .l_box p {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #142433;
  margin-top: 24px;
}
.wrap_main .item_xxpl .w1400 .l_box .view_more {
  width: fit-content;
  display: block;
  margin-top: 60px;
  font-size: 18px;
  line-height: 26px;
  color: #0066ff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.wrap_main .item_xxpl .w1400 .l_box .view_more::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/ico/ico_view_more.png") center center no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  margin-top: 4px;
}
.wrap_main .item_xxpl .w1400 .newbox {
  flex: 1;
}
.wrap_main .item_xxpl .w1400 .r_box li {
  height: 100px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.wrap_main .item_xxpl .w1400 .r_box li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0066ff;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.wrap_main .item_xxpl .w1400 .r_box li:hover::before {
  opacity: 1;
}
.wrap_main .item_xxpl .w1400 .r_box li:hover a::before {
  background-color: #fff;
}
.wrap_main .item_xxpl .w1400 .r_box li:hover a .tit,
.wrap_main .item_xxpl .w1400 .r_box li:hover a .date {
  color: #fff;
}
.wrap_main .item_xxpl .w1400 .r_box li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(20, 36, 51, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
}
.wrap_main .item_xxpl .w1400 .r_box li a {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 40px 0 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  z-index: 2;
}
.wrap_main .item_xxpl .w1400 .r_box li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0066ff;
  position: absolute;
  top: 50%;
  left: 46px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap_main .item_xxpl .w1400 .r_box li a .tit {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #142433;
}
.wrap_main .item_xxpl .w1400 .r_box li a .date {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(20, 36, 51, 0.6);
  margin-top: 8px;
}
.bread-crumb {
  height: 54px;
  display: flex;
  align-items: center;
}
.bread-crumb li {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01px;
  color: #ffffff;
}
.bread-crumb li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01px;
  color: #ffffff;
  font-weight: bold;
}
.bread-crumb li:first-child a {
  margin-left: 18px;
  color: #ffffff;
}
.bread-crumb li.now a {
  color: #fff;
}
.bread-crumb li.line {
  width: 22px;
  height: 22px;
  margin: 0 4px;
}
.bread-crumb li.line div {
  width: 2px;
  height: 20px;
  transform: rotate(30deg);
  background: #ffffff;
  margin: 0 auto;
}
.wrap {
  min-height: 320px;
  background: url("../img/bg_gywm.jpg") center top no-repeat;
  background-size: 100% 320px;
  background-color: #f5f6f7;
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 120px;
}
.wrap .main {
  width: 100%;
  padding: 0 160px;
  box-sizing: border-box;
}
.wrap .main .page_tit {
  width: 100%;
  height: 320px;
  background: url("../img/gywm_box.jpg") center center no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  padding: 80px 80px 0;
  box-sizing: border-box;
}
.wrap .main .page_tit h3 {
  width: fit-content;
  font-size: 48px;
  line-height: 63px;
  font-weight: 400;
  color: #142433;
  position: relative;
}
.wrap .main .page_tit h3 span {
  position: relative;
  z-index: 2;
}
.wrap .main .page_tit h3:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 102, 255, 0.4);
  display: block;
  z-index: 1;
}
.wrap .main .page_tit p {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #142433;
  margin-top: 40px;
}
.wrap.wrap_aboutus {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_aboutus .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_aboutus .main .aboutus_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.wrap.wrap_aboutus .main .aboutus_desc .l {
  width: 400px;
  height: 400px;
  mask-image: url("../img/mask_gywm.png");
  mask-size: 100% 100%;
  flex-shrink: 0;
}
.wrap.wrap_aboutus .main .aboutus_desc .l img {
  width: 100%;
  height: 100%;
}
.wrap.wrap_aboutus .main .aboutus_desc .r {
  width: auto;
  margin-left: 60px;
}
.wrap.wrap_aboutus .main .aboutus_desc .r h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: #142433;
}
.wrap.wrap_aboutus .main .aboutus_desc .r div {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: rgba(20, 36, 51, 0.8);
  margin-top: 24px;
}
.wrap.wrap_aboutus .main .aboutus_cont {
  margin-top: 80px;
}
.wrap.wrap_aboutus .main .aboutus_cont > * {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: rgba(20, 36, 51, 0.8);
  text-align: justify;
}
.wrap.wrap_information2 {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_information2 .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_information2 .main .aboutus_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.wrap.wrap_information2 .main .aboutus_desc .l {
  width: 400px;
  height: 400px;
  mask-image: url("../img/mask_information.png");
  mask-size: 100% 100%;
  flex-shrink: 0;
}
.wrap.wrap_information2 .main .aboutus_desc .l img {
  width: 100%;
  height: 100%;
}
.wrap.wrap_information2 .main .aboutus_desc .r {
  width: auto;
  margin-left: 60px;
}
.wrap.wrap_information2 .main .aboutus_desc .r h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: #142433;
}
.wrap.wrap_information2 .main .aboutus_desc .r p {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: rgba(20, 36, 51, 0.8);
  margin-top: 24px;
}
.wrap.wrap_information2 .main .aboutus_cont {
  margin-top: 80px;
}
.wrap.wrap_information2 .main .aboutus_cont > * {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: rgba(20, 36, 51, 0.8);
  text-align: justify;
}
.wrap.wrap_information {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_information .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_information .information_list {
  margin-top: 48px;
}
.wrap.wrap_information .information_list .newslist li {
  height: 146px;
  padding: 24px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.wrap.wrap_information .information_list .newslist li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0066ff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.wrap.wrap_information .information_list .newslist li:hover::before {
  opacity: 1;
}
.wrap.wrap_information .information_list .newslist li:hover a .date span:nth-child(1) {
  color: #fff;
}
.wrap.wrap_information .information_list .newslist li:hover a .date span:nth-child(2) {
  color: #fff;
}
.wrap.wrap_information .information_list .newslist li:hover a .date span:nth-child(2)::after {
  width: 100%;
}
.wrap.wrap_information .information_list .newslist li:hover a .tit,
.wrap.wrap_information .information_list .newslist li:hover a .desc {
  color: #fff;
}
.wrap.wrap_information .information_list .newslist li a {
  position: relative;
  z-index: 2;
}
.wrap.wrap_information .information_list .newslist li a .date {
  width: 98px;
  float: left;
  *zoom: 1;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.wrap.wrap_information .information_list .newslist li a .date:after,
.wrap.wrap_information .information_list .newslist li a .date:before {
  content: " ";
  display: table;
}
.wrap.wrap_information .information_list .newslist li a .date:after {
  clear: both;
}
.wrap.wrap_information .information_list .newslist li a .date span:nth-child(1) {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #142433;
}
.wrap.wrap_information .information_list .newslist li a .date span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(20, 36, 51, 0.6);
  position: relative;
}
.wrap.wrap_information .information_list .newslist li a .tit {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #142433;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap.wrap_information .information_list .newslist li a .desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  color: rgba(20, 36, 51, 0.6);
  margin-top: 16px;
}
.wrap.wrap_joinus {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_joinus .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_joinus .joinus_desc {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_joinus .joinus_desc .l {
  width: 480px;
  height: 480px;
  mask-image: url("../img/mask_joinus.png");
  mask-size: 100% 100%;
  flex-shrink: 0;
}
.wrap.wrap_joinus .joinus_desc .l img {
  width: 100%;
  height: 100%;
}
.wrap.wrap_joinus .joinus_desc .r {
  width: auto;
  margin-left: 80px;
}
.wrap.wrap_joinus .joinus_desc .r h4 {
  font-weight: 300;
  font-size: 60px;
  line-height: 84px;
  color: #142433;
}
.wrap.wrap_joinus .joinus_desc .r div {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #142433;
  margin-top: 40px;
}
.wrap.wrap_xxpl {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_xxpl .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_xxpl .top-navs {
  width: 100%;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.wrap.wrap_xxpl .top-navs .top-nav {
  flex: 1;
  height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap.wrap_xxpl .top-navs .top-nav a {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: rgba(20, 36, 51, 0.5);
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap.wrap_xxpl .top-navs .top-nav.active,
.wrap.wrap_xxpl .top-navs .top-nav:hover {
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.wrap.wrap_xxpl .top-navs .top-nav.active a,
.wrap.wrap_xxpl .top-navs .top-nav:hover a {
  color: #142433;
}
.wrap.wrap_xxpl .container-custom {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  background: #fff;
}
.wrap.wrap_xxpl .container-custom .left-nav {
  width: 240px;
  flex-shrink: 0;
  position: relative;
  margin-right: 40px;
}
.wrap.wrap_xxpl .container-custom .left-nav::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(20, 36, 51, 0.1);
  position: absolute;
  top: 0;
  right: -20px;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li {
  box-sizing: border-box;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li.has_chd.active p::after {
  -webkit-transform: rotate(180deg) translate(0, -50%);
  -moz-transform: rotate(180deg) translate(0, -50%);
  -ms-transform: rotate(180deg) translate(0, -50%);
  -o-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li.has_chd.active .chd_navs {
  display: block;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li.has_chd p::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/ico/ico_arrow.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform-origin: center 0;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li.cur p {
  color: #142433;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li.cur p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/ico/nav_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #142433;
  padding: 14px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li .chd_navs {
  display: none;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li .chd_navs .chd_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: rgba(20, 36, 51, 0.6);
  padding: 15px 20px 15px 46px;
  box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li .chd_navs .chd_nav.cur {
  color: #142433;
}
.wrap.wrap_xxpl .container-custom .left-nav .nav li .chd_navs .chd_nav.cur::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/ico/nav_before.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap.wrap_xxpl .container-custom .right-container {
  width: calc(100% - 280px);
  background: #fff;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content {
  display: none;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content.active {
  display: block;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content:nth-child(odd) .cont {
  flex-direction: row-reverse;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content:nth-child(odd) .cont .l {
  mask-image: url("../img/mask_jbxx_r.png");
  mask-size: 100% 100%;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content img {
  max-width: 100%;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text {
  display: none;
  padding: 40px;
  box-sizing: border-box;
  color: rgba(20, 36, 51, 0.8);
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text.cur {
  display: block;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .leader {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .leader:first-child {
  padding-top: 0;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .leader .name {
  font-size: 24px;
  line-height: 34px;
  color: #142433;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .leader .mess_desc {
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
  color: rgba(20, 36, 51, 0.8);
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .line {
  width: 100%;
  height: 1px;
  background: rgba(20, 36, 51, 0.1);
  margin: 16px 0;
}
.wrap.wrap_xxpl .container-custom .right-container .container-content .content-text .bottom-text {
  padding: 16px;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a {
  padding: 24px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a:hover {
  background: #0066ff;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a:hover .tit,
.wrap.wrap_xxpl .container-custom .right-container .newslist li a:hover .date {
  color: #fff;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a:hover .down_btn {
  background: url("../img/ico/ico_download_a.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .tit,
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .date {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #142433;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .down_btn {
  width: 30px;
  height: 30px;
  background: url("../img/ico/ico_download.png") center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .down_btn.unshow {
  opacity: 0;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .tit {
  width: calc(100% - 246px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 80px;
}
.wrap.wrap_xxpl .container-custom .right-container .newslist li a .date {
  width: 150px;
  margin-right: 66px;
  flex-shrink: 0;
}
.wrap.wrap_xxpl .container-custom .right-container .news-list-boxs .news-list-box {
  display: none;
}
.wrap.wrap_xxpl .container-custom .right-container .news-list-boxs .news-list-box.active {
  display: block;
}
.wrap.wrap_search {
  background-image: url("../img/bg_new.jpg");
}
.wrap.wrap_search .bread-crumb {
  margin-top: 80px;
}
.wrap.wrap_search .search-form {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap.wrap_search .search-form form {
  width: 100%;
  height: 60px;
  border: 1px solid #142433;
  padding: 13px 40px 13px 78px;
  box-sizing: border-box;
  position: relative;
}
.wrap.wrap_search .search-form form::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/ico/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wrap.wrap_search .search-form form input {
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #142433;
}
.wrap.wrap_search .search-form #search {
  width: 160px;
  height: 60px;
  background: #0066ff;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.wrap.wrap_search #articleBox li a {
  padding: 24px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wrap.wrap_search #articleBox li a:hover {
  background: #0066ff;
}
.wrap.wrap_search #articleBox li a:hover .tit,
.wrap.wrap_search #articleBox li a:hover .date {
  color: #fff;
}
.wrap.wrap_search #articleBox li a:hover .down_btn {
  background: url("../img/ico/ico_download_a.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_search #articleBox li a .tit,
.wrap.wrap_search #articleBox li a .date {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #142433;
}
.wrap.wrap_search #articleBox li a .down_btn {
  width: 30px;
  height: 30px;
  background: url("../img/ico/ico_download.png") center center no-repeat;
  background-size: 100% 100%;
}
.wrap.wrap_search #articleBox li a .down_btn.unshow {
  opacity: 0;
}
.wrap.wrap_search #articleBox li a .tit {
  width: calc(100% - 246px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 80px;
}
.wrap.wrap_search #articleBox li a .date {
  width: 150px;
}
.wrap.wrap_search #articleBox .no_data {
  width: 240px;
  height: 240px;
  background: url("../img/nodata.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 120px auto;
}
body > .content {
  background-color: #f5f6f7;
}
body > .content .w1120 {
  padding-bottom: 80px;
}
body > .content .w1120 .bread-crumb {
  height: 54px;
  display: flex;
  align-items: center;
  padding: 24px 0 8px;
}
body > .content .w1120 .bread-crumb li {
  color: rgba(0, 0, 0, 0.4);
}
body > .content .w1120 .bread-crumb li a {
  color: rgba(0, 0, 0, 0.4);
}
body > .content .w1120 .bread-crumb li:first-child a {
  color: rgba(0, 0, 0, 0.4);
}
body > .content .w1120 .bread-crumb li.now a {
  color: rgba(0, 0, 0, 0.6);
}
body > .content .w1120 .bread-crumb li.line div {
  background: rgba(0, 0, 0, 0.4);
}
body > .content .w1120 .article {
  background-color: #fff;
  padding: 60px 80px;
  min-height: calc(100vh - 500px);
}
body > .content .w1120 .article .article-mess .category-cont-title {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #142433;
}
body > .content .w1120 .article .article-mess .cont-news-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: 40px;
}
body > .content .w1120 .article .article-mess .category-cont-content {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-top: 40px;
}
body > .content .w1120 .article .article-mess .category-cont-content img {
  max-width: 100%;
}
.fx {
  display: flex;
}
.fx-al-c {
  align-items: center;
}
@media screen and (width < 1900px) {
  /* 样式 */
  .wrap_main .item_jbxx {
    padding: 120px 120px;
  }
  .wrap .main {
    padding: 0 120px;
  }
}
