.wd1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.nei-site {
  text-align: right;
  color: #666;
}

.nei-site span {
  color: #333;
}

.nei-site a {
  color: #666;
}

#page {
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page img {
  width: 16px;
}

#page .fei2 {
  display: none;
}

#page ul {
  margin: 0 13px;
  display: flex;
  align-items: center;
}

#page ul li {
  margin: 0 5px;
}

#page ul li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  font-family: "din_cu";
  background: #D8D8D8;
  transition: 0.3s;
}

#page ul .p-curr a {
  background: #003A8B;
}

#page ul li:hover a {
  background: #003A8B;
}

#page>a:hover .fei1 {
  display: none;
}

#page>a:hover .fei2 {
  display: block;
}

/* nav导航条 */
.cur_tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  opacity: 1;
  background-color: #C01A20;
}

.cur_tag a {
  font-size: 18px;
}

.uncur_tag::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #C01A20;
}

/* nav导航条 */



.index-more {
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #C7412E;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'humnst_BlkCn';
  font-weight: normal;
}

.index-more img {
  height: 12px;
  margin-left: 5px;
}

.index-more:hover {
  background: #003A8B;
  transition: 0.3s !important;
}

header {
  position: relative;
  background-color: #003A8B;
  z-index: 99999;
  /* height: 70px; */
  /* overflow: hidden; */
  transition: 0.5s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.7);
}

header .logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 37%;
  height: 100%;
  object-fit: fill;
}

header .head-rig {
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
}

header .wd1200 {
  height: 70px;
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

header .wd1200 .logo {
  padding-left: 55px;
}

header .wd1200 .logo img {
  height: 40px;
}

header .wd1200 .head {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

header .wd1200 .head li {
  margin: 0 16px;
  position: relative;
}

header .wd1200 .head li a {
  color: #fff;
  font-size: 16px;
  font-family: "din_cu";
}

/*header .wd1200 .head li::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -6px;*/
/*  width: 100%;*/
/*  height: 3px;*/
/*  opacity: 0;*/
/*  transition: 0.3s;*/
/*  background-color: #C01A20;*/
/*}*/
header .wd1200 .head .li-current::after {
  opacity: 1;
}

header .wd1200 .head li:hover::after {
  opacity: 1;
}

header .wd1200 .label {
  position: relative;
  transform: skewX(-15deg);
  background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%);
}

header .wd1200 .head-select {
  width: 80px;
  height: 22px;
  font-size: 12px;
  background: none;
  border-radius: 1px;
  transform: skewX(15deg);
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-family: "din_cu";
  font-weight: bold;
}

header .wd1200 .head-select .zhu {
  color: #003A8B;
  font-size: 11px;
}

header .wd1200 .head-select .icon {
  width: 9px;
  margin-left: 10px;
}

header .wd1200 .head-select a {
  color: #666;
  font-size: 12px;
}

header .wd1200 .head-select .ul-out {
  display: block;
}

header .wd1200 .head-select .ul-out .after {
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 8px;
  background: #003A8B;
}

header .wd1200 .head-select .ul-out ul {
  position: absolute;
  left: -3px;
  top: 28px;
  width: 100%;
  z-index: 2;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  background: #ECECEC;
  padding: 5px 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

header .wd1200 .head-select .ul-out ul li a {
  display: block;
  text-align: center;
  height: 22px;
  color: #666;
  line-height: 22px;
  transition: 0.3s;
  font-family: "din_cu";
  font-size: 10px;
}

header .wd1200 .head-select:hover ul {
  display: block;
}

header .wd1200 .head-select:hover ul::after {
  display: block;
}

header .wd1200 .head-select ul li:hover a {
  color: #003A8B;
  font-weight: bold;
  background: #B6B6B6;
  font-family: "微软雅黑";
}

.header-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}

.index-banner {
  position: relative;
  z-index: 0;
}

.index-banner .mySwiper2 {
  width: 100%;
}

.index-banner .mySwiper2 .swiper-slide img {
  width: 100%;
}

.index-banner .mySwiper2 .swiper-slide video {
  width: 100%;
}

.index-banner .fulv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 4, 130, 0.26);
}

.index-banner .mySwiper {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 840px;
  z-index: 3;
  transform: translateX(-50%);
}

.index-banner .mySwiper .swiper-slide {
  box-sizing: border-box;
  border: 3px solid transparent;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}

.index-banner .mySwiper .swiper-slide img {
  width: 100%;
  height: 70px;
  border-radius: 2px;
  object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
  border: 3px solid #fff !important;
  box-sizing: border-box;
}

.index-content {
  padding: 80px 0;
  background-color: #f0f2f5;
}

.index-content .about-midd .about-top {
  display: flex;
  justify-content: space-between;
}

.index-content .about-midd .about-top .linjia {
  position: relative;
}

.index-content .about-midd .about-top .linjia .jianjie {
  width: 600px;
  height: 429px;
  padding: 48px 32px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s;
  background-position: center;
  border-radius: 2px 20px 2px 20px;
  background-image: url('/public/static/v2/images/index_top_left_bg.png');
}

.index-content .about-midd .about-top .linjia .jianjie .title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "din_cu";
}

.index-content .about-midd .about-top .linjia .jianjie .intro {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}

.index-content .about-midd .about-top .linjia .jianjie .icon {
  display: flex;
  margin-top: 30px;
}

.index-content .about-midd .about-top .linjia .jianjie .icon li {
  margin-right: 40px;
  text-align: center;
  cursor: pointer;
}

.index-content .about-midd .about-top .linjia .jianjie .icon li img {
  width: 45px;
  margin-bottom: 5px;
}

.index-content .about-midd .about-top .linjia .jianjie .icon li p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.index-content .about-midd .about-top .linjia .jianjie .icon li .icon2 {
  display: none;
}

.index-content .about-midd .about-top .linjia .jianjie .index-more {
  margin: 36px 0 0;
}

.index-content .about-midd .about-top .linjia .bigYuan {
  width: 214px;
  height: 214px;
  position: absolute;
  bottom: -107px;
  right: -107px;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background: #DCEAFF;
  border: 4px solid #FFFFFF;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/public/static/v2/images/icon_chilun2.png');
}

.index-content .about-midd .about-top .linjia .bigYuan .chilun {
  width: 155px;
  height: 155px;
  background-size: 100% 100%;
  background-image: url('/public/static/v2/images/icon_chilun.png');
  -moz-animation: myframes 5s infinite linear;
  /* Firefox */
  -webkit-animation: myframes 5s infinite linear;
  /* Safari and Chrome */
  -o-animation: myframes 5s infinite linear;
  /* Opera */
}

.index-content .about-midd .about-top .linjia .bigYuan .nei {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

.index-content .about-midd .about-top .linjia .bigYuan:hover .nei {
  width: 75px;
}

.index-content .about-midd .about-top .midd-show {
  padding: 30px 0 0;
  position: relative;
}

.index-content .about-midd .about-top .midd-show .about-swiper {
  width: 590px;
  height: 410px;
  box-sizing: border-box;
}

.index-content .about-midd .about-top .midd-show .about-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px 1px 20px 1px;
}

.index-content .about-midd .about-top .midd-show .about-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-content .about-midd .about-top .jianjie:hover {
  background-size: 130% 130%;
}

.index-content .about-midd .about-bot {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}

.index-content .about-midd .about-bot .index-map {
  position: relative;
}

.index-content .about-midd .about-bot .index-map .daojiao {
  position: absolute;
  left: 50%;
  top: 374px;
  transform: translateX(-50%);
}

.index-content .about-midd .about-bot .index-map .out-map-show .map-item {
  width: 590px;
  height: 375px;
  display: none;
  box-sizing: border-box;
  background: #F0F0F0;
  padding: 23px 30px 27px 18px;
  border-radius: 20px 1px 20px 2px;
}

.index-content .about-midd .about-bot .index-map .out-map-show .map-item .show-l {
  width: 227px;
  padding: 34px 10px 0 0;
  box-sizing: border-box;
}

.index-content .about-midd .about-bot .index-map .out-map-show .map-item .show-l .zi p {
  color: #000;
  font-size: 21px;
  font-family: "din_cu";
}

.index-content .about-midd .about-bot .index-map .out-map-show .map-item .show-l .eng {
  font-size: 16px;
  color: #999999;
  line-height: 21px;
  margin-top: 18px;
}

.index-content .about-midd .about-bot .index-map .out-map-show .map-item .show-r {
  flex: 1;
  height: 100%;
}

.index-content .about-midd .about-bot .index-map .ditu {
  margin-top: 40px;
  width: 551px;
  height: 187px;
  position: relative;
  padding-left: 20px;
}

.index-content .about-midd .about-bot .index-map .ditu .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-content .about-midd .about-bot .index-map .ditu .son {
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 68px;
  cursor: pointer;
}

.index-content .about-midd .about-bot .index-map .ditu .son .s1 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5px;
  transition: 0.7s;
}

.index-content .about-midd .about-bot .index-map .ditu .son .s2 {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 17px;
  height: 25px;
  transition: 0.5s;
  transform: translateX(-50%);
}

.index-content .about-midd .about-bot .index-map .ditu .son1 {
  right: 30px;
  bottom: 67px;
}

.index-content .about-midd .about-bot .index-map .ditu .son2 {
  right: 111px;
  bottom: 123px;
}

.index-content .about-midd .about-bot .index-map .ditu .son3 {
  right: 128px;
  bottom: 112px;
}

.index-content .about-midd .about-bot .index-map .ditu .son4 {
  right: 262px;
  bottom: 148px;
}

.index-content .about-midd .about-bot .index-map .ditu .son5 {
  right: 275px;
  bottom: 103px;
}

.index-content .about-midd .about-bot .index-map .ditu .son6 {
  left: 237px;
  bottom: 136px;
}

.index-content .about-midd .about-bot .index-map .ditu .son7 {
  left: 237px;
  bottom: 67px;
}

.index-content .about-midd .about-bot .index-map .ditu .son8 {
  left: 216px;
  bottom: 88px;
}

.index-content .about-midd .about-bot .index-map .ditu .son9 {
  left: 80px;
  bottom: 88px;
}

.index-content .about-midd .about-bot .index-map .ditu .son10 {
  left: 50px;
  bottom: 171px;
}

.index-content .about-midd .about-bot .index-map .ditu .son-active {
  z-index: 2;
}

.index-content .about-midd .about-bot .index-map .ditu .son-active .s1 {
  opacity: 1;
  margin-top: 0;
}

.index-content .about-midd .about-bot .index-map .ditu .son-active .s2 {
  opacity: 0;
}

.index-content .about-midd .about-bot .latest_news {
  width: 600px;
  height: 590px;
  position: relative;
  box-sizing: border-box;
  padding: 70px 30px 38px 23px;
  border: 2px solid #DBDBDB;
  border-radius: 1px 6px 1px 6px;
}

.index-content .about-midd .about-bot .latest_news .fu {
  position: absolute;
  right: -2px;
  top: 0;
  width: 259px;
  height: 43px;
  line-height: 43px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('/public/static/v2/images/index_last.png');
  font-size: 24px;
  color: #003A8B;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
  font-family: "din";
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 27px;
  border-bottom: 1px dashed #DBDBDB;
  position: relative;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .wire {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background-color: #C7412E;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word {
  flex: 1;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word h2 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "din_cu";
  transition: 0.3s;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word .intro {
  color: #666;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word .dibu {
  display: flex;
  align-items: center;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word .dibu .time {
  color: #999;
  margin-right: 10px;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word .dibu .fous {
  color: #559CFF;
  padding-left: 10px;
  position: relative;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .word .dibu .fous::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #DBDBDB;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .img {
  width: 121px;
  height: 121px;
  object-fit: cover;
  margin-left: 25px;
  overflow: hidden;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item:hover .word h2 {
  color: #C7412E;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item:hover .wire {
  width: 100%;
}

.index-content .about-midd .about-bot .latest_news .latest-box .late-item:hover .img img {
  transform: scale(1.2);
}

.index-content .about-midd .about-bot .latest_news .index-more {
  margin: 26px 0 0 27px;
}

.index-news {
  margin-top: 78px;
}

.index-news .wd1200 .news-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "din";
}

.index-news .wd1200 .news-title img {
  width: 32px;
  margin-right: 10px;
}

.index-news .wd1200 .swiper-news {
  margin-top: 20px;
}

.index-news .wd1200 .swiper-news .swiper-slide {
  height: 280px;
  padding: 20px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
}

.index-news .wd1200 .swiper-news .swiper-slide .title {
  color: #FF9B42;
  font-size: 36px;
  font-family: "din";
  transition: 0.3s;
}

.index-news .wd1200 .swiper-news .swiper-slide .xian {
  width: 325px;
  height: 2px;
  margin: 5px 0 30px;
  background-color: #24257C;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian {
  display: flex;
  align-items: center;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian .zhu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian .zhu img {
  width: 25px;
  margin-right: 6px;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian .zhu span {
  font-size: 16px;
  font-weight: bold;
  color: #003A8B;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian .ci {
  font-weight: bold;
  color: #666666;
  position: relative;
  padding-left: 10px;
}

.index-news .wd1200 .swiper-news .swiper-slide .qian .ci::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #d5d5d5;
}

.index-news .wd1200 .swiper-news .swiper-slide .intro {
  color: #999;
  line-height: 17px;
  max-width: 324px;
  margin-top: 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-news .wd1200 .swiper-news .swiper-slide .qu {
  position: absolute;
  left: 25px;
  bottom: 16px;
  display: flex;
  align-items: center;
  width: 131px;
  height: 33px;
  background: #F5A623;
  border-radius: 16px;
  justify-content: center;
  transition: 0.3s;
}

.index-news .wd1200 .swiper-news .swiper-slide .qu span {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
}

.index-news .wd1200 .swiper-news .swiper-slide .qu img {
  width: 15px;
}

.index-news .wd1200 .swiper-news .swiper-slide>img {
  position: absolute;
  right: 37px;
  top: 50%;
  width: 165px;
  height: 253px;
  transform: translateY(-50%);
}

.index-news .wd1200 .swiper-news .swiper-slide:hover {
  border: 1px solid #C7412E;
}

.index-news .wd1200 .swiper-news .swiper-slide:hover .title {
  color: #C7412E;
}

.index-news .wd1200 .swiper-news .swiper-slide:hover .qu {
  background: #C7412E;
}

.index-news .wd1200 .index-more {
  margin: 30px auto 0;
}

@keyframes myframes {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myframes {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.about-pagination {
  top: 0px;
  right: 0;
}

.about-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  margin: 0 5px;
  opacity: 1;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/index_about2_icon.png');
}

.about-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  background-image: url('/public/static/v2/images/index_about2_icon2.png');
}

.about-scrollbar {
  top: 10px;
  left: 18px;
  height: 1px;
  width: 480px;
  position: absolute;
  border: 1px dotted #DBDBDB;
}

.about-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background: #D0021B;
}

footer {
  background-color: #003A8B;
}

footer .foot {
  color: #fff;
  padding: 49px 0 37px;
}

footer .foot .wd1200 {
  display: flex;
  justify-content: space-between;
}

footer .foot .wd1200 h3 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 400;
  /* font-family: "din_cu"; */
}

footer .foot .wd1200 .lianxi {
  flex: 5;
}

footer .foot .wd1200 .lianxi .log {
  width: 293px;
}

footer .foot .wd1200 .lianxi .eng {
  font-size: 24px;
  margin: 15px 0 65px;
  font-family: "din_cu";
  opacity: 0;
}

footer .foot .wd1200 .lianxi .way div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

footer .foot .wd1200 .lianxi .way div img {
  width: 24px;
  margin-right: 30px;
}

footer .foot .wd1200 .lianxi .way div span {
  font-size: 18px;
  font-family: "din";
}

footer .foot .wd1200 .b-nav h3 {
  font-family: "humnst_BlkCn";
}

footer .foot .wd1200 .b-nav ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

footer .foot .wd1200 .b-nav ul li a {
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  font-family: "humnst_BlkCn";
  /* font-weight: bold; */
}

footer .foot .wd1200 .b-nav ul li:hover a {
  color: #C7412E;
}

footer .foot .wd1200 .liuyan {
  flex: 3.5;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

footer .foot .wd1200 .liuyan .out {
  flex: 4;
}

footer .foot .wd1200 .liuyan .out .input {
  width: 408px;
  height: 32px;
  border-radius: 1px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

footer .foot .wd1200 .liuyan .out .input input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}

footer .foot .wd1200 .liuyan .out .input input::placeholder {
  color: #ADADAD;
  font-size: 14px;
}

footer .foot .wd1200 .liuyan .out button {
  width: 145px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 1px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  background: #D0021B;
}

footer .banquan {
  position: relative;
}

footer .banquan .wd1200 {
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  background-color: #002e6e;
  justify-content: center;
}

footer .banquan .wd1200 .shu {
  color: #fff;
  font-weight: 500;
}

footer .banquan .wd1200 .fangshi {
  display: flex;
  align-items: center;
}

footer .banquan .wd1200 .fangshi a {
  margin-left: 32px;
}

footer .banquan .wd1200 .fangshi a .f11 {
  display: none;
}

footer .banquan .wd1200 .fangshi .a1 img {
  width: 13px;
}

footer .banquan .wd1200 .fangshi .a2 img {
  width: 25px;
}

footer .banquan .wd1200 .fangshi .a3 {
  width: 30px;
}

footer .banquan .wd1200 .fangshi a:hover .f1 {
  display: none;
}

footer .banquan .wd1200 .fangshi a:hover .f11 {
  display: block;
}

footer .banquan .wd1200::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #002e6e;
}

footer .banquan .wd1200::after {
  content: '';
  position: absolute;
  left: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 56px solid transparent;
  border-left: 50px solid transparent;
  border-bottom-color: #002e6e;
}

footer .banquan .di {
  position: absolute;
  right: 0;
  top: 0;
  width: 83%;
  height: 100%;
  object-fit: fill;
}

.nei-banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-color: #D0E0FF;
}

.nei-banner .c-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  color: #003A8B;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

.nei-banner .c-logo img {
  width: 310px;
}

.nei-banner .c-logo p {
  margin-top: 5px;
  margin-left: 5px;
}

.nei-banner .wd1200 {
  overflow: hidden;
}

.nei-banner .wd1200 .title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-top: 107px;
  font-family: "din";
}

.contact-contain {
  padding: 40px 0 70px;
  background-color: #f0f2f5;
}

.contact-contain .wd1200 .contact-title {
  display: flex;
  align-items: center;
  padding: 0 0 37px 0;
  font-family: "din_cu";
  justify-content: center;
  border-bottom: 1px solid #DBDBDB;
}

.contact-contain .wd1200 .contact-title img {
  width: 253px;
  margin-right: 13px;
}

.contact-contain .wd1200 .contact-title div h3 {
  color: #003A8B;
  font-size: 30px;
  font-weight: normal;
}

.contact-contain .wd1200 .contact-wrap {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.contact-contain .wd1200 .contact-wrap .lef {
  width: 630px;
  padding: 30px 40px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/contact_bg.png');
}

.contact-contain .wd1200 .contact-wrap .lef h2 {
  color: #fff;
  font-size: 24px;
  font-family: 'din_cu';
}

.contact-contain .wd1200 .contact-wrap .lef .box {
  text-align: center;
  margin-top: 82px;
}

.contact-contain .wd1200 .contact-wrap .lef .box .item {
  margin-bottom: 28px;
}

.contact-contain .wd1200 .contact-wrap .lef .box .item img {
  width: 32px;
  margin-bottom: 12px;
}

.contact-contain .wd1200 .contact-wrap .lef .box .item p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.contact-contain .wd1200 .contact-wrap .rig {
  width: 565px;
  padding: 28px 49px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/contact_bai.png');
}

.contact-contain .wd1200 .contact-wrap .rig h2 {
  font-size: 24px;
  font-family: "din_cu";
}

.contact-contain .wd1200 .contact-wrap .rig .r-box {
  margin-top: 20px;
}

.contact-contain .wd1200 .contact-wrap .rig .r-box .r-item {
  margin-bottom: 16px;
}

.contact-contain .wd1200 .contact-wrap .rig .r-box .r-item .tit {
  color: #063B8C;
  font-size: 18px;
  font-weight: bold;
}

.contact-contain .wd1200 .contact-wrap .rig .r-box .r-item .int {
  color: #333;
  font-size: 16px;
  margin: 6px 0;
  padding-left: 9px;
}

.contact-contain .wd1200 .contact-wrap .rig .r-box .r-item .jia {
  color: #666;
  font-size: 12px;
  padding-left: 9px;
}

.contact-contain .wd1200 .form {
  margin-top: 37px;
}

.contact-contain .wd1200 .form .title {
  display: flex;
  align-items: center;
}

.contact-contain .wd1200 .form .title img {
  width: 26px;
  margin-right: 12px;
}

.contact-contain .wd1200 .form .title span {
  font-size: 24px;
  font-family: "din_cu";
}

.contact-contain .wd1200 .form form {
  margin-top: 28px;
}

.contact-contain .wd1200 .form form .input {
  height: 50px;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}

.contact-contain .wd1200 .form form .input input {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  border: none;
}

.contact-contain .wd1200 .form form .input input::placeholder {
  color: #999;
  font-size: 18px;
}

.contact-contain .wd1200 .form form .text {
  height: 163px;
  margin-top: 35px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}

.contact-contain .wd1200 .form form .text textarea {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  border: none;
  padding: 15px 0;
  box-sizing: border-box;
}

.contact-contain .wd1200 .form form .text textarea::placeholder {
  color: #999;
  font-size: 18px;
}

.contact-contain .wd1200 .form form button {
  width: 245px;
  height: 56px;
  margin-top: 30px;
  border-radius: 1px;
  background: #003A8B;
  text-align: center;
  line-height: 56px;
  display: block;
  color: #fff;
  font-size: 21px;
  font-family: "din_cu";
  cursor: pointer;
}

.contact-contain .wd1200 .form form button:hover {
  background: #F5A623;
  transition: 0.3s !important;
}

.product-show {
  padding: 32px 0 90px;
  background-color: #fff;
}

.product-show .wd1200 .show-contain {
  display: flex;
  margin-top: 32px;
}

.product-show .wd1200 .show-contain .l-show {
  flex: 1;
}

.product-show .wd1200 .show-contain .l-show .show-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #2B217D;
}

.product-show .wd1200 .show-contain .l-show .show-title h2 {
  font-size: 48px;
  color: #FFAD30;
  font-weight: normal;
  font-family: "din";
}

.product-show .wd1200 .show-contain .l-show .show-title ul {
  display: flex;
  align-items: center;
}

.product-show .wd1200 .show-contain .l-show .show-title ul li {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.product-show .wd1200 .show-contain .l-show .show-title ul li img {
  width: 25px;
  margin-right: 5px;
}

.product-show .wd1200 .show-contain .l-show .show-title ul li span {
  font-size: 16px;
  color: #003A8B;
  font-weight: bold;
}

.product-show .wd1200 .show-contain .l-show .tiao {
  padding: 22px 0;
}

.product-show .wd1200 .show-contain .l-show .tiao div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.product-show .wd1200 .show-contain .l-show .tiao div img {
  width: 13px;
  margin-right: 10px;
}

.product-show .wd1200 .show-contain .l-show .tiao div span {
  font-size: 16px;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong {
  display: flex;
  align-items: center;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong .zhong {
  display: flex;
  align-items: center;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong .zhong img {
  opacity: 0;
  margin-right: 10px;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong .zhong span {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong .zhong .quan1 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #FF9800;
}

.product-show .wd1200 .show-contain .l-show .xin-zhong .zhong .quan2 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #3427BA;
}

.product-show .wd1200 .show-contain .l-show .steer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 20px;
}

.product-show .wd1200 .show-contain .l-show .steer .baicai {
  opacity: 0;
  margin-right: 10px;
}

.product-show .wd1200 .show-contain .l-show .steer img {
  height: 50px;
  margin-right: 22px;
}

.product-show .wd1200 .show-contain .r-lunzi {
  width: 404px;
  margin-left: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-show .wd1200 .show-contain .r-lunzi .show-swiper {
  width: 281px;
  height: 431px;
}

.product-show .wd1200 .show-contain .r-lunzi .show-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-show .wd1200 .show-contain .r-lunzi .xiaotu li {
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  margin-bottom: 17px;
  box-sizing: border-box;
  background-color: #eee;
  cursor: pointer;
}

.product-show .wd1200 .show-contain .r-lunzi .xiaotu li img {
  height: 95%;
}

.product-show .wd1200 .show-contain .r-lunzi .xiaotu .li-lunzi {
  border: 1px solid #FFAD30;
}

.product-show .wd1200 .show-body {
  padding: 55px 0 66px;
}

.product-show .wd1200 .show-body ul {
  display: flex;
  border-bottom: 1px solid #DBDBDB;
}

.product-show .wd1200 .show-body ul li {
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  width: 191px;
  position: relative;
  background: #FFAD30;
  border-radius: 4px 4px 0px 0px;
}

.product-show .wd1200 .show-body ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top-color: #fff;
}

.product-show .wd1200 .show-body .out {
  margin-top: 39px;
}

.product-show .wd1200 .show-body .out img {
  max-width: 100%;
}

.excel-box .e-title {
  height: 90px;
  background-color: #2B217D;
  display: flex;
}

.excel-box .e-title .lie {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 90px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px dashed #fff;
}

.excel-box .e-title .kt1 {
  width: 123px;
  position: relative;
}

.excel-box .e-title .kt1 img {
  position: absolute;
  left: 0;
  top: 0;
}

.excel-box .e-title .kt2 {
  width: 54px;
}

.excel-box .e-title .kt3 {
  width: 112px;
}

.excel-box .e-title .kt4 {
  width: 95px;
}

.excel-box .e-title .kt5 {
  width: 68px;
}

.excel-box .e-title .kt6 {
  width: 98px;
}

.excel-box .e-title .kt7 {
  width: 98px;
}

.excel-box .e-title .zui-lie {
  flex: 1;
}

.excel-box .e-title .zui-lie .top {
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px dashed #fff;
}

.excel-box .e-title .zui-lie .midd {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #fff;
}

.excel-box .e-title .zui-lie .midd .it {
  width: 50%;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.excel-box .e-title .zui-lie .midd .it:first-child {
  border-right: 1px dashed #fff;
}

.excel-box .e-title .zui-lie .bot {
  color: #fff;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.excel-box .e-title .zui-lie .bot div {
  flex: 1;
  border-right: 1px dashed #fff;
}

.excel-box .e-title .zui-lie .bot div:last-child {
  border: none;
}

.excel-box .e-main .item {
  display: flex;
  border: 1px solid #B7B7B7;
  border-top: none;
}

.excel-box .e-main .item .son {
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: #1F296F;
  position: relative;
}

.excel-box .e-main .item .son::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 35px;
  background-color: #B7B7B7;
  transform: translateY(-50%);
}

.excel-box .e-main .item .son1 {
  width: 123px;
}

.excel-box .e-main .item .son2 {
  width: 54px;
}

.excel-box .e-main .item .son3 {
  width: 112px;
}

.excel-box .e-main .item .son4 {
  width: 95px;
}

.excel-box .e-main .item .son5 {
  width: 68px;
}

.excel-box .e-main .item .son6 {
  width: 98px;
}

.excel-box .e-main .item .son7 {
  width: 98px;
}

.excel-box .e-main .item .zong {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.excel-box .e-main .item .zong .son {
  flex: 1;
}

.excel-box .e-main .item .zong .son:last-child::after {
  display: none;
}

.p-index-news {
  padding: 64px 0 100px;
  margin-top: 0;
  background-color: #f7f4f8;
}

.p-index-news .wd1200 .news-title img {
  width: 26px;
}

.p-index-news .wd1200 .news-title span {
  color: #003A8B;
  font-size: 24px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.p-index-news .wd1200 .swiper-news {
  margin-top: 48px;
}

.show-swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 15px !important;
  background: #D8D8D8;
}

.show-swiper .swiper-pagination-bullet-active {
  width: 27px;
  height: 27px;
  background: #2B217D;
}

.news-banner {
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D0E0FF;
}

.news-banner .xinlai {
  position: relative;
}

.news-banner .xinlai .title {
  position: absolute;
  left: 0;
  top: 90px;
  font-size: 32px;
  color: #fff;
  font-family: "din";
}

.news-nei {
  padding: 32px 0 270px;
  background-color: #fff;
}

.news-nei .wd1200 .new-nei-title {
  display: flex;
  align-items: center;
  margin-top: 56px;
  justify-content: space-between;
}

.news-nei .wd1200 .new-nei-title span {
  color: #666;
  font-size: 21px;
  font-weight: bold;
}

.news-nei .wd1200 .new-nei-title div {
  display: flex;
  align-items: center;
}

.news-nei .wd1200 .new-nei-title div a {
  margin-left: 14px;
}

.news-nei .wd1200 .line {
  width: 100%;
  height: 1px;
  margin: 12px 0 15px;
  background-color: #DBDBDB;
}

.news-nei .wd1200 .news-body {
  max-width: 1200px;
}

.news-nei .wd1200 .news-body .n-tit {
  font-size: 48px;
  color: #333333;
  font-family: "din_cu";
}

.news-nei .wd1200 .news-body .n-main {
  font-size: 18px;
  line-height: 24px;
  margin-top: 32px;
}

.news-nei .wd1200 .news-body .n-main img {
  max-width: 100%;
  display: block;
  margin: 10px 0;
}

.list-contain {
  padding: 44px 0 10px;
  background-color: #fff;
}

.list-contain .flac-show .wd1200 .flac-title {
  display: flex;
  align-items: center;
}

.list-contain .flac-show .wd1200 .flac-title img {
  width: 26px;
  margin-right: 20px;
}

.list-contain .flac-show .wd1200 .flac-title span {
  color: #666666;
  font-size: 32px;
  font-family: "din";
}

.list-contain .flac-show .wd1200 .flac-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.list-contain .flac-show .wd1200 .flac-box .big {
  flex: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  box-sizing: border-box;
}

.list-contain .flac-show .wd1200 .flac-box .big .img {
  height: 418px;
  overflow: hidden;
}

.list-contain .flac-show .wd1200 .flac-box .big .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}

.list-contain .flac-show .wd1200 .flac-box .big .img:hover img {
  transform: scale(1.3);
}

.list-contain .flac-show .wd1200 .flac-box .big .info {
  padding: 16px 30px;
  background-color: #fff;
}

.list-contain .flac-show .wd1200 .flac-box .big .info .l-tit {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-contain .flac-show .wd1200 .flac-box .big .info .intro {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}

.list-contain .flac-show .wd1200 .flac-box .big .info .xia {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.list-contain .flac-show .wd1200 .flac-box .big .info .xia .focus {
  width: 96px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 22px;
  color: #559CFF;
  background: #FFFFFF;
  margin-right: 18px;
}

.list-contain .flac-show .wd1200 .flac-box .big .info .xia p {
  font-size: 14px;
  color: #9B9B9B;
}

.list-contain .flac-show .wd1200 .flac-box .small {
  width: 420px;
  margin-left: 44px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.list-contain .flac-show .wd1200 .flac-box .small .img {
  height: 418px;
  overflow: hidden;
}

.list-contain .flac-show .wd1200 .flac-box .small .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.list-contain .flac-show .wd1200 .flac-box .small .img:hover img {
  transform: scale(1.3);
}

.list-contain .flac-show .wd1200 .flac-box .small .info {
  padding: 16px 30px;
  background-color: #fff;
}

.list-contain .flac-show .wd1200 .flac-box .small .info .l-tit {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}

.list-contain .flac-show .wd1200 .flac-box .small .info .intro {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}

.list-contain .flac-show .wd1200 .flac-box .small .info .xia {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.list-contain .flac-show .wd1200 .flac-box .small .info .xia .focus {
  width: 96px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 22px;
  color: #559CFF;
  background: #FFFFFF;
  margin-right: 18px;
}

.list-contain .flac-show .wd1200 .flac-box .small .info .xia p {
  font-size: 14px;
  color: #9B9B9B;
}

.list-contain .news-box {
  margin-top: 53px;
  padding-bottom: 118px;
}

.list-contain .news-box .tab {
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 2px solid #dbdbdb;
}

.list-contain .news-box .tab li {
  width: 179px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  font-family: "din_cu";
  background-color: #F3F3F3;
  transform: skewX(30deg);
  margin-right: 4px;
}

.list-contain .news-box .tab li div {
  transform: skewX(-30deg);
}

.list-contain .news-box .tab li:first-child::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 48px solid transparent;
  border-right: 45px solid transparent;
  border-bottom-color: #F3F3F3;
  transform: skewX(-30deg);
}

.list-contain .news-box .tab li:last-child::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 48px solid transparent;
  border-left: 33px solid transparent;
  border-top-color: #F3F3F3;
  transform: skewX(-30deg);
}

.list-contain .news-box .tab .new-active {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #003A8B;
}

.list-contain .news-box .tab .new-active:first-child:after {
  border-bottom-color: #003A8B;
}

.list-contain .news-box .tab .new-active:last-child:after {
  border-top-color: #003A8B;
}

.list-contain .news-box .l-main {
  margin-top: 35px;
}

.list-contain .news-box .l-main .l-out {
  display: none;
}

.list-contain .news-box .l-main .l-out .l-item {
  display: flex;
  margin-bottom: 57px;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef {
  flex: 1;
  display: flex;
  padding-top: 0;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .riqi {
  margin-right: 43px;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .riqi .date {
  color: #003A8B;
  font-size: 67px;
  font-family: "din_cu";
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .riqi .yue {
  color: #666;
  font-size: 29px;
  line-height: 32px;
  font-family: "din_cu";
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .ganhuo .title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "din_cu";
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .ganhuo .intro {
  color: #666;
  font-size: 16px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .ganhuo .feed {
  margin-top: 10px;
  color: #559CFF;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .ganhuo .more {
  display: block;
  margin-top: 28px;
  width: 119px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: #C11F21;
  border-radius: 21px;
  transition: 0.3s;
}

.list-contain .news-box .l-main .l-out .l-item .new-lef .ganhuo .more:hover {
  background: #F5A623;
}

.list-contain .news-box .l-main .l-out .l-item .new-rig {
  width: 260px;
  height: 260px;
  margin-left: 40px;
  overflow: hidden;
  cursor: pointer;
}

.list-contain .news-box .l-main .l-out .l-item .new-rig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.list-contain .news-box .l-main .l-out .l-item .new-rig:hover img {
  transform: scale(1.3);
}

.job-contain {
  padding: 64px 0;
  background-color: #fff;
}

.job-contain .wd1200 {
  display: flex;
  justify-content: space-between;
}

.job-contain .wd1200 .j-main {
  flex: 1;
}

.job-contain .wd1200 .j-main .jobs {
  font-weight: bold;
  font-size: 28px;
  display: flex;
  align-items: center;
}

.job-contain .wd1200 .j-main .jobs img {
  width: 26px;
  margin-right: 20px;
}

.job-contain .wd1200 .j-main .jobs span {
  color: #666;
  font-size: 32px;
  font-family: "din";
}

.job-contain .wd1200 .j-ce {
  width: 289px;
  height: 246px;
  margin-left: 70px;
  background-size: 100% 100%;
  background-image: url('/public/static/v2/images/job_r.png');
}

.job .title {
  display: flex;
  height: 54px;
  line-height: 54px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
}

.none {
  display: none;
}

.job .title>div {
  flex: 1;
  text-align: center;
}

.job .title .diqu {
  flex: 1.1;
}

.job .title .ming {
  flex: 1.3;
}

.job .con .flex {
  display: flex;
  height: 48px;
  line-height: 48px;
  color: #666;
  font-size: 14px;
  justify-content: space-between;
  border-top: 1px solid #DBDBDB;
}

.job .con .flex>div {
  flex: 1;
  text-align: center;
}

.job .con .flex .diqu {
  flex: 1.1;
}

.job .con .flex .ming {
  flex: 1.3;
}

.job .con .flex .detail-img {
  color: #999;
  display: flex;
  align-items: center;
}

.job .con .flex .detail-img span {
  min-width: 77px;
}

.job .con .flex .detail-img img {
  width: 14px;
  margin-left: 10px;
  transition: 0.3s;
  transform: rotate(180deg);
}

.job .con .flex .detail-img .xiala-active {
  transform: rotate(0);
}

.job .con .flex-active {
  background-color: #F3F3F3;
}

.con .box {
  cursor: pointer;
}

.job .con .bj_ff {
  background-color: #f3f3f3 !important;
}

.job .con .yq {
  display: none;
  line-height: 26px;
  padding: 10px 8px 20px;
}

.news-banner {
  position: relative;
}

.news-banner .g-screen {
  position: absolute;
  left: 50%;
  top: 160px;
  width: 1200px;
  transform: translateX(-50%);
}

.news-banner .g-screen .touming {
  height: 64px;
  background: #003a8b3d;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 12px 35px;
  box-sizing: border-box;
  border-radius: 0px 47px 0px 0px;
}

.news-banner .g-screen .shaixuan {
  background: #F9F9F9;
  margin-top: -11px;
  padding: 20px 0 50px;
  border-radius: 10px 10px 0px 10px;
  display: flex;
  justify-content: space-between;
}

.news-banner .g-screen .shaixuan .item {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
  border-right: 1px dashed #B6B6B6;
}

.news-banner .g-screen .shaixuan .item .item-tit {
  font-weight: bold;
  color: #B4B4B4;
  font-size: 21px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  padding: 0 24px;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box li {
  height: 35px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 24px;
  cursor: pointer;
  margin-bottom: 0;
  box-sizing: border-box;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box li img {
  width: 25px;
  margin-right: 10px;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box li span {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box li .p2 {
  display: none;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box .shen-active span {
  color: #003A8B;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box .shen-active .p1 {
  display: none;
}

.news-banner .g-screen .shaixuan .shenqing .shen-box .shen-active .p2 {
  display: block;
}

.news-banner .g-screen .shaixuan .weizhi .shen-box li {
  height: 35px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 24px;
  cursor: pointer;
  margin-bottom: 0;
  box-sizing: border-box;
}

.news-banner .g-screen .shaixuan .weizhi .shen-box li img {
  margin-right: 10px;
}

.news-banner .g-screen .shaixuan .weizhi .shen-box li span {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.news-banner .g-screen .shaixuan .weizhi .shen-box .dan-active span {
  color: #003A8B;
}

.news-banner .g-screen .shaixuan .one .white {
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  padding-left: 24px;
}

.news-banner .g-screen .shaixuan .one .white img {
  height: 28px;
}

.news-banner .g-screen .shaixuan .item:last-child {
  border: none;
}

.news-banner .g-screen .shaixuan .sousuo .item-tit {
  padding: 0;
}

.news-banner .g-screen .shaixuan .sousuo .select {
  position: relative;
  width: 248px;
  height: 38px;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #979797;
}

.news-banner .g-screen .shaixuan .sousuo .select select {
  width: 100%;
  height: 100%;
  border: none;
  color: #666;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
}

.news-banner .g-screen .shaixuan .sousuo .select::after {
  content: "";
  right: 16px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background-size: 100% 100%;
  background-image: url('/public/static/v2/images/icon_xiala.png');
}

.news-banner .g-screen .reset {
  position: absolute;
  right: 38px;
  bottom: 22px;
  width: 129px;
  height: 32px;
  background: #003A8B;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}

.news-banner .g-screen .reset img {
  width: 14px;
  margin-left: 10px;
}

.news-banner .g-screen .reset span {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.news-banner .g-screen .reset-opc {
  opacity: 1;
}

.chanpin-contain {
  padding: 286px 0 100px;
  background-color: #fff;
}

.chanpin-contain .wd1200 .tab {
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 2px solid #dbdbdb;
}

.chanpin-contain .wd1200 .tab li {
  width: 126px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #003A8B;
  background-color: #F3F3F3;
  transform: skewX(30deg);
  margin-right: 4px;
}

.chanpin-contain .wd1200 .tab li div {
  transform: skewX(-30deg);
}

.chanpin-contain .wd1200 .tab li:first-child::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 48px solid transparent;
  border-right: 45px solid transparent;
  border-bottom-color: #F3F3F3;
  transform: skewX(-30deg);
}

.chanpin-contain .wd1200 .tab .new-active {
  width: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  background-color: #003A8B;
}

.chanpin-contain .wd1200 .tab .new-active:first-child:after {
  border-bottom-color: #003A8B;
}

.chanpin-contain .wd1200 .chan-box {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide {
  width: 49.5%;
  height: 280px;
  padding: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .title {
  color: #FF9B42;
  font-size: 36px;
  font-family: "din";
  transition: 0.3s;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .xian {
  width: 325px;
  height: 2px;
  margin: 5px 0 30px;
  background-color: #24257C;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian {
  display: flex;
  align-items: center;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian .zhu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian .zhu img {
  width: 25px;
  margin-right: 6px;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian .zhu span {
  font-size: 16px;
  font-weight: bold;
  color: #003A8B;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian .ci {
  font-weight: bold;
  color: #666666;
  position: relative;
  padding-left: 10px;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qian .ci::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #d5d5d5;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .intro {
  color: #999;
  line-height: 17px;
  max-width: 324px;
  margin-top: 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qu {
  position: absolute;
  left: 25px;
  bottom: 16px;
  display: flex;
  align-items: center;
  width: 131px;
  height: 33px;
  background: #F5A623;
  border-radius: 16px;
  justify-content: center;
  transition: 0.3s;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qu span {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide .qu img {
  width: 15px;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide>img {
  position: absolute;
  right: 37px;
  top: 50%;
  width: 165px;
  height: 253px;
  transform: translateY(-50%);
}

.chanpin-contain .wd1200 .chan-box .swiper-slide:hover {
  border: 1px solid #C7412E;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide:hover .title {
  color: #C7412E;
}

.chanpin-contain .wd1200 .chan-box .swiper-slide:hover .qu {
  background: #C7412E;
}

.about-contain .company-head {
  height: 580px;
  padding-top: 54px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: #DAE9FF;
}

.about-contain .company-head .wrap {
  display: flex;
  justify-content: space-between;
}

.about-contain .company-head .wrap .zi {
  max-width: 500px;
  font-size: 16px;
  line-height: 45px;
  margin: 0;
  padding-top: 140px;
  font-family: "din_cu";
  position: relative;
  z-index: 1;
}

.about-contain .company-head .wrap .zi .tit {
  color: #063B8C;
  font-size: 32px;
}

.about-contain .company-head .wrap .zi .int {
  font-size: 16px;
  line-height: 32px;
  max-width: 363px;
}

.about-contain .company-head .wrap .tu {
  width: 823px;
}

.about-contain .company-head .wrap .tu img {
  width: 100%;
}

.about-contain .company-head .yun {
  position: absolute;
}

.about-contain .company-head .yun1 {
  width: 489px;
  left: 0;
  top: -56px;
}

.about-contain .company-head .yun2 {
  width: 247px;
  left: 0;
  bottom: -78px;
}

.about-contain .company-head .yun3 {
  width: 299px;
  top: -44px;
  right: 0;
}

.about-contain .about-main {
  padding: 32px 0 167px;
  box-sizing: border-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/about_da_bg.png');
}

.about-contain .about-main .wd1200 .one-box {
  width: 520px;
  border-radius: 2px;
  background: #ffbb6229;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  font-family: "din_cu";
  line-height: 26px;
}

.about-contain .about-main .wd1200 .midd-up {
  padding-top: 8px;
  display: flex;
  position: relative;
  z-index: 2;
  min-height: 275px;
}

.about-contain .about-main .wd1200 .midd-up .tiao1 {
  width: 177px;
  padding-top: 74px;
  cursor: pointer;
  transition: 0.3s;
}

.about-contain .about-main .wd1200 .midd-up .tiao2 {
  width: 248px;
  margin-right: 9px;
  cursor: pointer;
  transition: 0.3s;
}

.about-contain .about-main .wd1200 .midd-up .tiao1:hover {
  transform: scale(1.1);
}

.about-contain .about-main .wd1200 .midd-up .tiao2:hover {
  margin-top: -15px;
  transform: scale(1.1);
}

.about-contain .about-main .wd1200 .midd-up .two-box {
  flex: 1;
  color: #fff;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  padding: 18px 37px 21px 21px;
  box-sizing: border-box;
  font-family: "din_cu";
  background: #ffbb6229;
  margin-top: 22px;
}

.about-contain .about-main .wd1200 .three-box {
  height: 531px;
  padding: 35px 40px;
  margin-top: 30px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/about_midd.png');
}

.about-contain .about-main .wd1200 .three-box .picture {
  display: flex;
  justify-content: space-between;
}

.about-contain .about-main .wd1200 .three-box .picture img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  object-fit: cover;
  cursor: pointer;
}

.about-contain .about-main .wd1200 .three-box .picture .l .l-img {
  width: 220px;
  height: 170px;
  overflow: hidden;
  margin-bottom: 16px;
}

.about-contain .about-main .wd1200 .three-box .picture .r .r-img {
  width: 240px;
  height: 165px;
  margin-bottom: 16px;
  overflow: hidden;
}

.about-contain .about-main .wd1200 .three-box .picture .m {
  flex: 1;
  height: 350px;
  margin: 0 16px;
  overflow: hidden;
}

.about-contain .about-main .wd1200 .three-box .picture .l-img:hover img {
  transform: scale(1.2);
}

.about-contain .about-main .wd1200 .three-box .picture .m:hover img {
  transform: scale(1.2);
}

.about-contain .about-main .wd1200 .three-box .picture .r-img:hover img {
  transform: scale(1.2);
}

.about-contain .about-main .wd1200 .three-box .info {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "din_cu";
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}

.about-contain .about-video {
  height: 390px;
  padding-top: 10px;
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url('/public/static/v2/images/video_bg.png');
}

.about-contain .about-video .wd1200 {
  display: flex;
  justify-content: space-between;
}

.about-contain .about-video .wd1200 .word {
  max-width: 586px;
  text-align: center;
}

.about-contain .about-video .wd1200 .word .w-tit {
  color: #003A8B;
  font-size: 24px;
  font-family: "din";
}

.about-contain .about-video .wd1200 .word .w-int {
  font-size: 18px;
  line-height: 32px;
  font-family: "din_cu";
  margin-top: 18px;
}

.about-contain .about-video .wd1200 .out-video {
  position: relative;
  width: 500px;
  height: 280px;
  margin-top: -50px;
}

.about-contain .about-video .wd1200 .out-video .video {
  width: 100%;
  height: 100%;
}

.about-contain .about-video .wd1200 .out-video .fulu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 100%;
  cursor: pointer;
}

.about-contain .about-video .wd1200 .out-video .fulu img {
  width: 65px;
  display: block;
  margin: 112px auto 0;
}