* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box
}

body {
  overflow-x: hidden;
}

a {
  display: inline-block;
  color: #333;
}

img {
  vertical-align: middle
}

html {
  padding-top: 60px;
}

a:hover {
  text-decoration: none !important
}

header.pc {
  box-shadow: 0px 0px 10px 1px #eee;
  padding: 15px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 222;
}

header.pc .box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
header.pc .ree{
  display: flex;
  align-items: center;
}
header.pc .l img {
  height: 45px;
}

header.pc .center a {
  margin: 0px 5px;
  padding: 3px 5px;
}

header.pc .right {
  background: #e7e7e7;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 15px
}

header.pc .right input {
  background: transparent;
  border: 0px;
  padding: 5px 15px;
  outline: none;
  width: 120px
}

header.pc .right button {
  background: transparent;
  border: 0px;
  padding: 0px 15px;
}

header.pc .center a.on,
header.pc .center a:hover {
  background: var(--color);
  color: #fff;
  outline: 1px solid var(--color);
  outline-offset: 2px;
}

header.wap {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 333;
}

header.wap .wap_nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  padding: 0 5%;
  background: #fff;
  z-index: 99999;
  box-shadow: 0px 0px 10px 1px #eee;
}

header.wap .wap_nav .dj {
  float: right;
  padding-top: 15px;
  cursor: pointer;
  display: inline-block;
}

header.wap .wap_nav .dj span {
  height: 3px;
  width: 30px;
  background: #f82f32;
  display: block;
  margin: 5px 0;
}

header.wap .wap_nav .rg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  transition: 0.5s;
  background: #fff;
  z-index: 999999;
  overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
  font-size: 40px;
  float: right;
  cursor: pointer;
  margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
  text-align: center;
  background: #fff;
  line-height: 50px;
  height: 50px;
}

header.wap .wap_nav .rg.on {
  left: 0%;
}

header.wap .wap_nav .rg>a {
  display: block;
  width: 100%;
  text-align: center;
}

header.wap {
  display: none;
}

header.wap .sub {
  display: none;
}

header.wap .item a {
  padding: 0px 20px;
}

header.wap .item a {
  width: 100%;
  text-align: left;
}

header.wap .sub {
  padding-left: 20px;
}

header.wap .sub a {
  position: relative;
}

header.wap a span {
  font-size: 20px;
  float: right;
}

:root {
  --color: #003087;
}

footerbox.pc {
  position: fixed;
  right: 15px;
  bottom: 35%;
  background: var(--color);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  z-index: 44;
}

footerbox.pc a {
  display: block;
  border-bottom: 1px solid var(--color);
  color: #fff;
  padding-top: 10px;
}

footerbox.pc a p {
  margin: 10px 0;
}

footerbox.pc a:nth-last-child(1) {
  border: none;
}

footerbox.wap {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: var(--color);
  display: none;
  padding: 7px 0;
  z-index: 22;
}

footerbox.wap a {
  flex: 1;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

footerbox.wap a p {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
}

footerbox.wap img {
  width: 20px;
}

footer {
  background: #282828;
}

footer .box {
  padding: 25px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .box .l {
  background: url(../img/fb.png) center no-repeat;
}

footer .box .l p {
  color: #dbdbdb;
  margin: 5px 0px;
}

footer .box .l span {
  display: inline-block;
  margin: 15px 0;
}

footer .box .center div {
  margin-bottom: 15px;
}

footer .box .center div a {
  color: #fff;
  margin: 0px 5px;
}

footer .box .right .code {
  text-align: right;
}
footer .box .right .code img{ width: 70px;}
footer .box .right .code div {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

footer .box .right .link {
  text-align: right;
}

footer .icp {
  padding: 20px 0;
  text-align: center;
  color: #808080;
  border-top: 1px solid #424242;
}

.wap_pc {
  display: none;
}

@media(max-width:650px) {
  footer .icp {
    padding: 20px 15px;
    color: #b9b9b9;
    font-size: 14px;
  }
  footer .icp a {
    color: inherit;
  }
  html {
    padding-top: 0px;
  }
  header.pc,
  .banner_pc {
    display: none;
  }
  header.wap,
  .wap_pc {
    display: block;
  }
  footerbox.pc {
    display: none;
  }
  footerbox.wap {
    display: flex;
  }
  footer .box {
    display: none;
  }
  body {
    padding: 50px 0px 55px 0px;
  }
}

/* 文本一行显示 */
.text-line-1-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 文本两行显示 */
.text-line-2-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index .banner img {
  width: 100%;
}
.index .nav-wrap {
  background: url("/templates/default/images/20250207/h_bg_1.png") no-repeat center;
  background-size: cover;
  padding: 95px 0;
}
.index .nav-wrap h2 {
  margin: unset;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.index .nav-wrap small {
  display: block;
  text-align: center;
}
.index .rw {
  text-align: center;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.index .nav-wrap::before,
.index .nav-wrap::after {
  position: absolute;
}

.index .nav-wrap .icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 15px;
}
.index .nav-wrap .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 75%;
  transform: translate(-50%, -50%);
  border-left: 1.5px solid #ccc;
  border-right: 1.5px solid #ccc;
  transition: border-color .3s ease;
}
.index .nav-wrap a:hover .icon span {
  border-left: 1.5px solid var(--color);
  border-right: 1.5px solid var(--color);
}
.index .nav-wrap .icon span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.index .nav-wrap .icon span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.index .nav-wrap .icon span:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.index .nav-wrap .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .3s ease;
}
.index .nav-wrap .icon img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.index .nav-wrap a:hover .icon img {
  opacity: 0;
}
.index .nav-wrap a:hover .icon img:last-of-type {
  opacity: 1;
}

.index .nav-wrap p {
  margin: 15px 0;
}

.index .nav-wrap a {
  overflow: hidden;
  width: 160px;
  height: 190px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  transition: box-shadow .3s ease, border-color .3s ease;
  border: 2px solid #EDEDED;
  position: relative;
}
.index .nav-wrap a:hover {
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  border-color: var(--color);
  color: var(--color);
}
.index .nav-wrap a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: #D6D6D6;
  transition: background .3s ease;
}
.index .nav-wrap a:hover::after {
  background: var(--color);
}

.index .news-wrap {
  background: url("/templates/default/images/20250207/h_bg_2.png") no-repeat center;
  background-size: cover;
  padding: 95px 0;
}
.index .news-wrap .container > h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
/*.index .news-wrap .row .col + .col {*/
/*  margin-top: 25px;*/
/*}*/
.index .news-wrap .row header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2), transparent);
  padding: 20px 10px 40px;
}
.index .news-wrap .row header h2 {
  margin: unset;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.index .news-wrap .row header h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background: rgba(20, 52, 164, 1);
  margin-right: 10px;
}
.index .news-wrap .row .box {
  padding: 0 10px;
}
.index .news-wrap .row .box a {
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #fff, #F7F8FB);
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 15px 0 0;
  border-radius: 8px;
  position: relative;
}
.index .news-wrap .row .box a::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 150%;
  background: linear-gradient(to left, transparent, #F7F8FB);
  transition: box-shadow .3s ease;
}
.index .news-wrap .row .box a:hover {
  box-shadow: 8px 8px 10px 0 rgba(0, 22, 103, 0.2);
}
.index .news-wrap .row .box a:first-child {
  margin-top: -20px;
}
.index .news-wrap .row .box a + a {
  margin-top: 15px;
}
.index .news-wrap .row .box a .time {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.index .news-wrap .row .box a .time .top {
  background: #EAEAEB;
  padding: 4px 0;
  font-weight: 700;
}
.index .news-wrap .row .box a:hover .time .top {
  background: #DBE2FB;
}
.index .news-wrap .row .box a .time .bottom {
  padding: 4px 5px;
  background: #fff;
  color: #999;
}
.index .news-wrap .row .box a p {
  flex: 1;
  width: 0%;
  margin: unset;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .index .nav-wrap {
    padding: 40px 0;
  }
  .index .news-wrap {
    padding: 40px 0;
  }
  .index .news-wrap .container > h2 {
    margin-bottom: 15px;
  }
  .index .rw {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .index .rw a {
    margin-bottom: 20px;
  }
  .index .news-wrap .row .col + .col {
    margin-top: 25px;
  }
}

.index .item2 {
  margin-bottom: 50px;
}

.index .item2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color);
  margin-top: 15px;
}

.index .item2 .title:hover {
  color: var(--color);
}

.index .item2 .title h3 {
  font-size: 18px;
  font-weight: 800;
}

.index .item2 .title span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.index .item2 .box a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.index .item2 .box a span {
  color: #666;
  padding: 15px 0px 0px 0px;
  display: inline-block;
}

.index .item2 .box a h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0px;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.index .item2 .box a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
  margin-bottom: 20px;
}

.index .item2 .box a:hover h3 {
  color: var(--color);
}

.index .item2 video {
  width: 100%;
  margin-top: 15px;
}

.listbanner {
  position: relative;
  height: 400px;
}

.listbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listbanner .box {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 40px;
}

.listbanner .box h3 {
  font-size: 40px;
  text-transform: uppercase;
}

.listtab {
  box-shadow: 0px 0px 10px 1px #eee;
  padding: 15px 0;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
}

.listtab a.on,
.listtab a:hover {
  background: var(--color);
  color: #fff;
  outline: 1px solid var(--color);
  outline-offset: 2px;
}

.listtab a {
  padding: 5px 15px;
  margin-right: 15px
}

@media(max-width:650px) {
  .listbanner {
    height: 200px;
    margin-top: 0px;
  }
  .listbanner .box {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  .listbanner .box h3 {
    font-size: 25px;
  }
}

.ablist .item1 {
  background: url(../img/a1.png) center/cover;
  /*margin: 30px auto;*/
  padding-bottom: 40px;
}

.ablist .item1 .title h3 {
  font-size: 40px;
}

.ablist .item1 .title p {
  color: var(--color);
  font-size: 30px
}

.ablist .item1 .desc {
  overflow-x: auto;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  /*max-height: 300px;*/
}

.ablist .item1 .sz h3 {
  font-weight: 800;
  font-size: 30px;
}

.ablist .item1 .sz h3 span {
  font-size: 14px;
  position: relative;
  top: -10px;
}

.ablist .item1 .r {
  text-align: center;
  margin-top: 100px
}

.ablist .item1 .r img {
  max-width: 100%;
}

.ablist .item2 {
  text-align: center;
  margin-bottom: 40px;
}

.ablist .item2 .title p {
  height: 2px;
  width: 30px;
  background: var(--color);
  display: inline-block;
}

.ablist .item3 {
  background: url(../img/a3.png) center/cover;
  padding: 30px 0;
}

.ablist .item3 .title {
  text-align: center;
  color: #fff;
}

.ablist .item3 .title p {
  height: 2px;
  background: #fff;
  width: 30px;
  display: inline-block;
}

.ablist .item3 .tab {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 25px;
  margin: 50px 0;
}

.ablist .item3 #swiper1 .swiper-slide {
  text-align: center;
  position: relative;
}

.ablist .item3 #swiper1 .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 15px 0;
  margin-top: 6px;
  transition: 0.3s;
}

.ablist .item3 #swiper1 .swiper-slide p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.ablist .item3 #swiper1 .swiper-slide.swiper-slide-active::before {
  transform: scale(1.8);
  border: 1px solid #fff;
  background: var(--color);
}

.ablist .item3 #swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}

.ablist .item3 #swiper2 .swiper-slide img {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.ablist .item3 .tba {
  position: relative;
  padding: 0px 50px;
}

.ablist .item3 #swiper2 .swiper-slide .txt {
  background: url(../img/zc.png) right/cover no-repeat;
  width: calc(100% - 300px);
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  padding-left: 130px;
  color: #fff;
  border-radius: 10px;
  height: 260px;
}

.ablist .item3 #swiper2 .swiper-slide .txt span {
  width: 30px;
  display: inline-block;
  height: 2px;
  background: #fff;
}

.ablist .item3 #swiper2 .swiper-slide .txt p {
  margin-top: 25px;
}

.ablist .item3 #swiper2 .swiper-slide .txt font {
  color: var(--color);
  margin-top: 30px;
  display: inline-block;
}

@media(max-width:650px) {
  .ablist .item1 .l .shuzi {
    flex-wrap: wrap;
  }
  .ablist .item3 .tab {
    display: none;
  }
  .ablist .item3 #swiper2 .swiper-slide .txt {
    position: relative;
    padding: 15px;
    width: 100%;
    transform: translate(0, 0)
  }
  .ablist .item3 #swiper2 .swiper-slide {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .ablist .item3 #swiper2 .swiper-slide img {
    width: 120px;
    height: 120px;
    display: none;
  }
  .ablist .item3 .tba {
    padding: 0px;
  }
}

.ablist .item4 .title {
  text-align: center;
  margin: 30px auto;
}

.ablist .item4 .title p {
  height: 2px;
  width: 30px;
  background: var(--color);
  display: inline-block;
}

.ablist .item4 img {
  width: 100%;
}

.ablist .item4 .container div {
  padding: 0px;
  align-items: center;
}

.ablist .title h3 {
  font-weight: 800;
  font-size: 30px;
}

.ablist .item4 .on h3 {
  font-size: 30px;
  line-height: 1.5;
}

.ablist .item4 .on h4 {
  border-left: 2px solid #d2af71;
  font-size: 20px;
  color: #d2af71;
}

.ablist .item4 {
  margin-bottom: 40px;
}

.ablist .item4 .on span {
  color: var(--color);
  font-size: 30px;
  display: inline-block;
  margin: 0px 5px;
}

.viplist .ul {
  outline: 5px solid var(--color);
  outline-offset: -15px;
  text-align: center;
  padding: 25px;
  background: #f8f8f8;
  margin: 30px 0;
}

.viplist .ul .title h3 {
  color: var(--color);
  font-size: 32px;
}

.viplist .ul .title p {
  text-transform: uppercase;
}

.viplist .ul .box .top {
  display: flex;
}

.viplist .ul .box .top div {
  flex: 1;
  text-align: center;
  color: #fff;
  background: #1668b8;
  line-height: 45px;
  border-right: 1px solid #eee;
}

.viplist .ul .box .top div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .th {
  display: flex;
  background: #fff;
}

.viplist .ul .box .th div {
  flex: 1;
  padding: 10px;
  line-height: 25px;
  text-align: center;
  border-right: 1px solid #bdbdbd;
}

.viplist .ul .box .td .li {
  display: flex;
  background: #fff;
}

.viplist .ul .box .td .li div {
  flex: 1;
  text-align: center;
  height: 45px;
  border-right: 1px solid #bdbdbd;
  font-size: 13px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.viplist .ul .box .td .li div::after {
  content: "";
}

.viplist .ul .box .td .li div::before {
  content: "";
}

.viplist .ul .box .th div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .td .li div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .td .li:nth-of-type(2n - 1) {
  background: #eeeeee;
}

@media(max-width:650px) {
  .viplist .ul .title h3 {
    font-size: 16px;
  }
  .viplist .ul .title p {
    font-size: 12px;
  }
  .viplist .ul .box .td .li div {
    height: auto;
  }
  .viplist .ul .box .th div {
    padding: 10px 1px;
  }
  .viplist .ul .box .td .li div {
    display: block;
  }
  .ablist .item4 .on h4 {
    font-size: 12px;
  }
  .ablist .item4 .on h3 {
    font-size: 16px;
  }
  .ablist .item1 .title h3,
  .ablist .title h3 {
    font-size: 24px;
  }
  .ablist .item1 .sz h3,
  .ablist .item4 .on span {
    font-size: 20px;
  }
  .ablist .item1 .sz {
    text-align: center;
  }
  .ablist .item1 .r img {
    display: none;
  }
}

.newslist a {
  display: flex;
  background: #f8f8f8;
  padding: 15px;
  margin: 25px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newslist a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.newslist a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  margin: unset;
}

.newslist a:hover h3 {
  color: #fff;
}

.newslist a p {
  line-height: 25px;
  color: #666;
  height: 75px;
  overflow: hidden;
  margin: 30px 0;
}

.newslist a span {
  display: block;
  /*background: #fff;*/
  padding: 5px 15px;
  font-size: 14px;
  color: #333;
}

.newslist.cmz a:hover span {
  color: #fff;
}

.newslist a .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newslist a .tiem {
  width: 90px;
  background: #1668b8;
  float: right;
  color: #fff;
  margin-top: -15px;
  text-align: center;
  height: 100px;
  padding: 15px;
}

.newslist a .tiem p {
  font-size: 30px;
  margin: 0px;
}

.newslist a .tiem span {
  border-top: 1px solid #fff;
  padding: 5px 0;
  margin: 0px;
  display: block;
}

.newslist a:hover .txt span {
  background: var(--color);
  color: #fff;
}

@media(max-width:650px) {
  .newslist a {
    padding: 10px 0;
    margin: 10px 0;
  }
  .newslist a .box {
    width: 100%;
    padding: 0 15px;
  }
  .newslist a h3 {
    font-size: 16px;
  }
  .newslist a .tiem {
    display: none;
  }
}

.lxlist {
  margin: 50px auto;
}

.lxlist #map {
  background: #eeee;
  height: 500px;
}

.lxlist p {
  line-height: 1.7;
  text-transform: uppercase;
  color: #666;
}

.lxlist h3 {
  font-weight: 800;
}

.lxlist h4 {
  font-size: 40px;
  color: var(--color);
  font-weight: 800;
}

.lxlist p.f {
  width: 50%;
  float: left;
}

.lxlist .r {
  clear: both;
}

.details .title {
  text-align: center;
  margin: 30px auto;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.details .title h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.details .contentbox {
  line-height: 1.8;
  color: #666;
  margin-bottom: 50px;
  min-height: 200px;
  font-size: 16px;
}

.details .contentbox img {
  max-width: 100%;
}

.details .type {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}

.details .type a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.details .type span {
  color: var(--color);
}

.details .type img {
  vertical-align: middle;
  margin: 0px 5px;
  height: 18px;
}

.sslist .ul {
  outline: 5px solid var(--color);
  outline-offset: -15px;
  text-align: center;
  padding: 25px;
  background: #f8f8f8;
  margin: 30px 0;
}

.sslist .ul .title h3 {
  color: var(--color);
  font-size: 32px;
}

.sslist .ul .title p {
  text-transform: uppercase;
}

.sslist .ul .box .top {
  display: flex;
}

.sslist .ul .box .top div{
  flex: 1;
  text-align: center;
  color: #fff;
  background: #1668b8;
  line-height: 45px;
  border-right: 1px solid #eee;
}

.sslist .ul .box .top div:nth-last-child(1){
  border: none;
}

.sslist .ul .box .td .li {
  display: flex;
  background: #fff;
}
.sslist .ul .box .td .tr {
  background: #fff;

}
.sslist .ul .box .td .li div{
  flex: 1;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #bdbdbd;
  font-size: 13px;
  padding: 5px;
}
.sslist .ul .box .td .tr td {
  width: 20%;
  text-align: center;
  line-height: 45px;
  border-left: 1px solid #bdbdbd;
  box-sizing: border-box;
  font-size: 13px;
  padding: 5px;
}
.sslist .ul .box .th div:nth-last-child(1) {
  border: none;
}

.sslist .ul .box .td .li div:nth-last-child(1) {
  border: none;
}
.sslist .ul .box .td .tr td:nth-last-child(1) {
  border-right: none;
}
.sslist .ul .box .td .li:nth-last-child(2n) {
  background: #eeeeee;
}
.sslist .ul .box .td .tr:nth-last-child(2n) {
  background: #eeeeee;
}
.sslist .ul .box .ms{
  padding:20px 0 15px 0;
}
.sslist .bb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}

.sslist .bb div {
  width: 49%;
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.sslist .bb span {
  margin: 0px;
  display: inline-block;
}

.sslist .info {
  color: red;
}

.sslist input {
  border: none;
  outline: none;
  width: calc(100% - 130px);
}

.sslist input::placeholder {
  color: red;
}
.mclist{ min-height: 203px;}
.mclist .f form {
  display: flex;
  justify-content: space-between;
}

.mclist .f input {
  border: 1px solid #eee;
  padding: 15px;
  width: calc(100% - 125px);
  outline: none;
}

.mclist .f {
  margin: 30px auto;
}

.mclist .f button {
  width: 120px;
  background: #333333;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  border: 1px solid #333;
}

.mclist .box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.mclist .box a {
  float: left;
  width: calc(20% - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.mclist .box a>img {
  width: 100%;
}

.mclist .box a .txt {
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 30px;
  left: 0px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000 70%);
}

.mclist .box a .txt h3 {
  font-size: 16px;
}

.mclist .box a .txt p {
  font-size: 14px;
}

.mclist .box a::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  outline: 1px solid #fff;
  outline-offset: -15px;
  opacity: 0.8;
  transition: 0.5s;
}

.mclist .box a:hover::after {
  outline-offset: 0px;
}

@media(max-width:650px) {
  .mclist .box a {
    width: 100%;
    margin: 15px auto;
  }
  .mclist .box {
    margin: 0px;
  }
  .sslist .bb div {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.xzlist .li {
  background: #f8f8f8;
  margin: 15px;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xzlist .li h3 {
  font-size: 20px;
}

.xzlist .li a img {
  height: 25px;
}

.xzlist .li a {
  margin: 0px 15px;
  text-align: center;
  overflow: hidden;
}

.xzlist .li a p {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0px;
}

.xzlist .li a:hover {
  color: var(--color);
}

.xzlist .li a:hover img {
  position: relative;
  top: -50px;
  filter: drop-shadow(0px 52px var(--color));
}

.videolist a {
  display: block;
  margin: 25px 0;
}

.videolist video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media(max-width:650px) {
  .xzlist .li .dd {
    width: 100%;
    text-align: center;
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
  }
  .xzlist .li .dd a {
    flex: 1;
  }
  .xzlist .li .dd a:nth-of-type(1) {
    border-right: 1px solid #e6e6e6;
  }
  .xzlist .li {
    padding: 15px;
  }
}

.container.info .box {
  margin: 50px auto;
}

.container.info .box div {
  text-align: center;
}

.container.info .box img {
  max-width: 100%;
  padding-top: 30px;
}

.zcwlist {
  text-align: center;
}

.zcwlist a {
  display: block;
}

.zcwlist a p {
  margin: 10px 0;
}

.zcwlist .title p {
  background: var(--color);
  height: 2px;
  width: 30px;
  display: inline-block;
}

.zcwlist .title {
  margin: 30px 0;
}


/*分页start*/

.page_info {
  text-align: center;
  margin-top: 10px;
  color: #333;
  height: auto;
  margin-bottom: 30px;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
}

.page_list {
  height: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.page_list a {
  display: inline-block;
  color: #898989;
  text-align: center;
  padding: 3px 10px;
  margin: 3px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.page_list a:hover {
  color: #fff;
  color: #0075bc;
  border-bottom: 2px solid #0075bc;
  border-radius: 0px;
}

.page_list a.on {
  color: #333;
  background: #0075bc;
  color: #fff;
}


/*分页end*/


/*内容分页*/

.contPage {
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.contPage a {
  display: inline-block;
  color: #898989;
  background: #fff;
  text-align: center;
  padding: 0 7px;
  margin: 0 1px;
}

.contPage a:hover {
  color: #fff;
  background: #898989;
}

.contPage a.on {
  color: #333;
  background: #E5EDF2;
  border: 1px solid #C2D5E3;
}


/* new */

.table_box {}

.arbiter_tab {
  border: 1px solid #e7e7e7;
}

.arbiter_tab th {
  background: #9f9f9f;
  height: 40px;
  color: #fff;
  border: 1px solid #e7e7e7;
  text-align: center;
}

.bg_gray {
  background: #e4e0d5;
}

.arbiter_tab .tac {
  text-align: center;
}

.arbiter_tab td {
  line-height: 40px;
  border: 1px solid #e7e7e7;
  padding-left: 5px;
  text-align: center;
}

.arbiter_tab a {
  text-decoration: none;
  outline: none;
  color: #2a86d5;
}

.bg_white {
  background: #fff;
}

.search_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: center;*/
}

.search_div {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  flex: 1;
  /*width: 90%;*/
}

.search_list {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
}



.search_list span input {
  padding-left: 5px;
  height: 20px;
}

.search_list span {
  color: #2a86d5;
  /*width: 25%;*/
  /*flex: 1;*/
  text-align: center;
}


.search_list .textinp {
  border: 1px solid #8da5d3;
  width: 75%;
  height: 20px;
  line-height: 20px;
}

.search_button {
  width: 142px;
  height: 26px;
  border: 0;
  color: #ffffff;
  text-align: center;
  background: #2a86d5;
}
.oper {
  display: flex;
}
.oper .download {
  display: block;
  border: 1px solid #ddd;
  line-height: 26px;
  height: 26px;
  padding: 0 15px;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}

.join-wrap {
  padding: 60px 0;
}
.join-wrap .container {
  display: block;
}
.join-wrap .container a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F7FA;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 20px;
}
.join-wrap .panel-wrap h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 15px;
  transition: color .3s ease;
}
.join-wrap .panel-wrap:hover h2 {
  color: var(--color);
}
.join-wrap .panel-wrap small {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.join-wrap .panel-wrap .right {
  text-align: center;
}
.join-wrap .panel-wrap .price {
  font-size: 20px;
  font-weight: bold;
  color: #FF7012;
  margin-bottom: 10px;
}
.join-wrap .panel-wrap .time {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}


.join-show-wrap .brand-wrap {
  display: flex;
  align-items: center;
  padding: 40px 0 10px;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
}
.join-show-wrap .brand-wrap > li {
  color: #999999;
}
.join-show-wrap .brand-wrap > li > a {
  color: #4D4D4D;
}
.join-show-wrap .top {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(3, 27, 28, 0.1);
  padding: 32px;
}
.join-show-wrap .top .fl {
  float: left;
}
.join-show-wrap .top .fr {
  float: right;
}
.join-show-wrap .top h2 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.join-show-wrap .top h3 {
  font-size: 28px;
  font-weight: bold;
  color: #FF7012;
  margin: 0 0 52px;
  text-align: right;
}
.join-show-wrap .top p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 2.2;
  margin: unset;
}
.join-show-wrap .top a {
  display: block;
  line-height: 47px;
  background: var(--color);
  border-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.join-show-wrap .desc {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(3, 27, 28, 0.1);
  padding: 32px;
  margin: 20px 0 60px;
}
.join-show-wrap .desc p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .join-show-wrap .brand-wrap {
    padding: 30px 0 5px;
  }
  .join-show-wrap .top h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .join-show-wrap .top h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .join-show-wrap .top .fl {
    width: 100%;
  }
  .join-show-wrap .top .fr {
    width: 100%;
  }
  .join-show-wrap .top a {
    width: 100%;
    font-size: 14px;
  }
}

.index .banner .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.index .banner .hover small {
  font-weight: 300;
  font-size: 25px;
  color: #454545;
}
.index .banner .hover h2 {
  font-weight: 300;
  font-size: 40px;
  color: #454545;
  margin: 15px 0 20px;
  line-height: 1.3;
}
.index .banner .hover a {
  width: 200px;
  height: 46px;
  background: #273668;
  border-radius: 5px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: background .3s ease;
}
.index .banner .hover a:hover {
  background: #1e2c57;
}
.index .banner .swiper-slide {
  position: relative;
}

.index.en .desc-wrap {
  padding: 45px 0;
}
.index.en .desc-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: unset;
}
.index.en .desc-wrap .rich-text {
  margin-top: 20px;
}
.index.en .desc-wrap p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}


.index.en .introduce-wrap {
  padding: 45px 0;
  background: #F5F5F5;
}
.index.en .introduce-wrap .col:hover h2 {
  color: var(--color);
}
.index.en .introduce-wrap h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: unset;
  position: relative;
}
.index.en .introduce-wrap .col:hover h2::after {
  background: var(--color);
}
.index.en .introduce-wrap h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #666;
}
.index.en .introduce-wrap p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-top: 40px;
}
.index.en .nav-wrap {
  background: url("/templates/default/images/20250207/h_bg_3.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.index.en .nav-wrap .rw {
  justify-content: center;
  margin: unset;
}
.index.en .nav-wrap a {
  width: 287px;
  height: 197px;
  background: rgba(255, 255, 255, 0.5);
  border: unset;
}
.index.en .nav-wrap a + a {
  margin-left: 8%;
}
.index.en .nav-wrap a::after {
  display: none;
}
.index.en .nav-wrap a:hover {
  background: #fff;
}
.index.en .nav-wrap a:hover p {
  color: var(--color);
}
.index.en .nav-wrap p {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 10px 0 0;
}
.index.en .nav-wrap .icon {
  width: 110px;
  height: 100px;
}
.index.en .news-wrap {
  padding: 60px 0;
  background: #fff;
}
.index.en .news-wrap a {
  display: block;
}
.index.en .news-wrap .cover {
  width: 100%;
  height: 338px;
  overflow: hidden;
}
.index.en .news-wrap .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.index.en .news-wrap a:hover .cover img {
  transform: scale(1.1);
}
.index.en .news-wrap h3 {
  font-size: 16px;
  color: #333;
}
.index.en .news-wrap a:hover h3 {
  color: var(--color);
}
.index.en .news-wrap p {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .index.en .nav-wrap {
    padding: 30px 0;
  }
  .index.en .nav-wrap .rw {
    display: block;
  }
  .index.en .nav-wrap a + a {
    margin-left: unset;
  }
  .index.en .nav-wrap a {
    width: auto;
  }
}


.page-nav-wrap {
  display: flex;
  list-style: none;
  margin: unset;
  padding: unset;
}
.page-nav-wrap li {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.page-nav-wrap li:hover .dropdown-wrap {
  top: 50px;
  opacity: 1;
  pointer-events: all;
}
.page-nav-wrap .dropdown-wrap {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 5px;
  transition: top .3s ease, opacity .3s ease;
  opacity: 0;
  pointer-events: none;
}
.page-nav-wrap .dropdown-wrap a {
  display: block;
  white-space: nowrap;
}
.page-nav-wrap .dropdown-wrap .dropdown + .dropdown {
  margin-top: 5px;
}


.i18n-wrap {
  display: flex;
  align-items: center;
  padding: 5px;
}
.i18n-wrap .split {
  margin: 0 5px;
}
.i18n-wrap .col {
  display: block;
  padding: 3px 10px;
  border-radius: 15px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}
.i18n-wrap .col.active,
.i18n-wrap .col:hover {
  background: #003087;
  color: #fff;
}
