﻿body {
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  --theme: #ba162e;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: PingFangSC-Regular;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}

a:hover {
  color: var(--theme);
  text-decoration: none;
}

.cl:after {
  clear: both;
  display: block;
  content: "";
}

.cl:before {
  clear: both;
  display: block;
  content: "";
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
}

input:focus {
  outline: none;
}

.hg10 {
  height: 10px;
}

.hg20 {
  height: 20px;
}

.fw {
  max-width: 1600px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  background: url(../images/mceng.png) center repeat-x;
}

.header.on {
  background: var(--theme) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.header .fw {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  float: left;
  width: 30%;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo a {
  display: block;
  float: left;
}

.header .logo img {
  max-width: 100%;
  max-height: 60px;
  float: left;
}

.header .menubar {
  width: 68%;
  max-width: 1200px;
  float: right;
  position: relative;
  height: 100%;
  transition: left 300ms;
}

.header .menuclose {
  display: none;
}

.header .menubar a {
  font-size: 16px;
  font-weight: 600;
}

.header .menubar ul li {
  float: left;
  position: relative;
  text-align: center;
  width: 10%;
  max-width: 120px;
  cursor: pointer;
}

.header .menubar .curitem {
  /*padding: 24px 0 23px 0;*/
  line-height: 90px;
}

.header .menubar .curitem a {
  cursor: pointer;
  color: #fff;
  display: block;
}

.header .menubar .curitem .menudes {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.header .menubar ul li:after {
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #f5c73d;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .menubar ul li.active::after,
.header .menubar ul li:hover:after {
  width: 70px;
}

.header .menubar ul li .subitem {
  position: absolute;
  background: var(--theme);
  width: 120%;
  width: 200%;
  left: -0%;
  top: 100%;
  padding: 10px 34px;
  visibility: hidden;
  clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
  /* -webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
  z-index: 24;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 180%;
  left: 10%;
  padding: 10px 20px;
}

.header .menubar ul li:hover .subitem {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}

.header .menubar ul li .subitem li {
  float: none;
  width: 100%;
  height: 34px;
  text-align: left;
  border-bottom: none;
  background: none;
  margin-left: 0;
  height: auto;
}

.header .menubar ul li .subitem li:after {
  display: none;
}

.header .menubar ul li .subitem li a {
  font-size: 18px;
  color: #fff;
  /*line-height: 34px;*/
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}

.header .menubar ul li .subitem li a::before {
  content: "";
  height: 1px;
  bottom: -1px;
  left: 0px;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  bottom: 3px;
}

.header .menubar ul li .subitem li a:hover::before,
.header .menubar ul li .subitem li.on a::before {
  transform: scaleX(1);
}

.header .menubar ul li:hover .subitem a::after {
  width: 0;
}

.header .topbox {
  float: right;
  width: 15%;
  max-width: 240px;
  padding-top: 30px;
}

.header .search-ok1 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_search_ok.png) center no-repeat;
  margin: 0 20px;
  cursor: pointer;
}

.header .topbox span {
  float: left;
  color: #fff;
}

.header .topbox .remark {
  padding-top: 5px;
}

.header .topbox .remark a {
  color: #fff;
}

.header .topbox .top-link {
  float: left;
  padding-top: 2px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  width: 46px;
}

.header .topbox .top-link::after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/icon_down.png) center no-repeat;
  height: 5px;
  width: 12px;
  position: absolute;
  top: 9px;
  right: 0;
}

.header .topbox .top-link:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.header .topbox .top-link li {
  height: 24px;
  line-height: 24px;
}

.header .topbox .top-link:hover li,
.header .topbox .top-link:hover li a {
  display: block;
}

.header .topbox .top-link li,
.header .topbox .top-link li a {
  display: none;
  color: #fff;
}

.header .topbox .top-link li.cur {
  display: block;
}

.header .topbox:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: #fff;
  float: left;
  margin-right: 40px;
  margin-top: 5px;
}

.mbar {
  display: none;
}

.search.show {
  display: block;
}

.search {
  height: 100px;
  width: 100%;
  background: var(--theme);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.search1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: ranslate(-50%, -50%);
  -moz-transform: ranslate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: ranslate(-50%, -50%);
  max-width: 830px;
  width: 100%;
}

.banner {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.search_kuang {
  font-size: 14px;
  outline: none;
  width: 100%;
  height: 46px;
  color: #fff;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}

.search_kuang:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 50px var(--theme) inset;
}

.search_submit {
  outline: none;
  background-color: transparent;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
}

.search a.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: -40px;
  background: url(../images/close.png);
  opacity: 1;
  /* -webkit-transition: all 1.5s; */
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  /* transition: all 1.5s; */
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 20px;
  width: 23px;
  height: 23px;
  background-size: 100%;
}

.search a.close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.searchbox .search_kang:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
  color: #dfdfdf;
}

.searchbox .search-button {
  outline: none;
  vertical-align: middle;
}

#fullpage {
  height: 100%;
}

#fullpage .fullpage-pagination {
  display: none;
}

.page1 {
  padding-top: 0;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}

.sidebar li {
  position: relative;
  border-radius: 50%;
  border: 1px solid transparent;
}

.sidebar li.cur {
  border: 1px solid var(--theme);
}

.sidebar em {
  width: 70px;
  color: var(--theme);
  text-decoration: none;
  text-align: right;
  font-size: 14px;
  position: absolute;
  right: 35px;
  top: 2px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sidebar a {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--theme);
  border-radius: 50%;
  margin: 10px;
}

/*
.sidebar li.cur2{
	border: 1px solid #99a6dd;
}

.sidebar li.cur2 a{
    background: #fff;
}
*/
.sidebar li:hover em {
  display: block;
}

.sidebar.a1 li a {
  background: #fff;
}

.sidebar.a1 em {
  color: #fff;
}

.sidebar.a1 li.cur {
  border: 1px solid #fff;
}

.swiper1 {
  width: 100%;
  height: 100vh;
}

.media-box img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.main-info-box .title {
  margin-bottom: 10px;
}

.main-info-box .title .t {
  width: 50%;
  float: left;
}

.main-info-box .title .t b {
  color: black;
  font-size: 36px;
}

.main-info-box .title .t b,
.main-info-box .title .t span {
  display: block;
}

.main-info-box .title .t span {
  color: black;
  font-size: 18px;
  font-weight: bold;
  /*display: none;*/
}

.main-info-box .title a {
  float: right;
  display: inline-block;
  border: 2px solid var(--theme);
  border-radius: 20px;
  line-height: 36px;
  width: 130px;
  margin-top: 20px;
  /*background: url(../images/icon_sketch_pnga.png) 93px center no-repeat;*/
  padding-left: 15px;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding-right: 30px;
}

.main-info-box .title a:hover {
  background: var(--theme);
  color: #fff;
}

.about-us-box {
  position: relative;
}

.about-us-box .text,
.about-us-box .ctitle {
  line-height: 1.5;
  display: block;
}

.about-us-box .about-main-1,
.about-us-box .about-main-2 {
  display: flex;
}

.about-us-box .about-picture {
  overflow: hidden;
  background: url(../images/jq1.jpg) center no-repeat;
  background-size: cover;
}

.about-main-1 > div,
.about-main-2 > div {
  width: 33.3333%;
  overflow: hidden;
}

.about-us-box .about-picture img,
.about-us-box .about-zhidu-picture img,
.about-us-box .about-main-2 .about-zuzhi .picture img {
  /* max-width: 100%; */
  max-height: 100%;
  overflow: hidden;
}

.about-us-box .about-picture,
.about-us-box .about-zhidu-picture,
.about-us-box .about-main-2 .about-zuzhi .picture {
  overflow: hidden;
}

.about-us-box .about-picture img,
.about-us-box .about-zhidu-picture img,
.about-us-box .about-main-2 .about-zuzhi .picture img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-us-box .about-picture:hover img,
.about-us-box .about-zhidu-picture:hover img,
.about-us-box .about-main-2 .about-zuzhi .picture:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.about-us-box .intro {
  background-color: #f9fbff;
  padding: 24px 40px;
}

.about-us-box .intro .ctitle {
  color: var(--theme);
  font-size: 28px;
  font-weight: bold;
  /*background: url(../images/icon_qi.png) left center no-repeat;
    padding-left: 50px;*/
}

.about-us-box .intro .text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: -10px;
}

.about-us-box .zcheng {
  margin-left: 1%;
  background: url(../images/about_bg2.png) left center no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  /*padding: 24px 40px;*/
  padding: 24px 40px 24px 60px;
  position: relative;
}

.about-us-box .zcheng .ctitle,
.about-us-box .about-zhidu .ctitle {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.about-us-box .zcheng ul,
.about-us-box .zcheng .zcheng-con {
  margin-top: 24px;
  margin-left: -18px;
}

.about-us-box .zcheng ul li,
.about-us-box .zcheng .zcheng-con p {
  line-height: 32px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.about-us-box .zcheng ul li::before,
.about-us-box .zcheng .zcheng-con p::before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: "";
  clear: both;
  position: absolute;
  background: #fff;
  top: 11px;
  left: 0;
}

.about-us-box .zcheng ul li a {
  color: #fff;
}

.about-us-box .zcheng a.more {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 24px;
}

.about-us-box .about-main-2 {
  max-height: 300px;
}

.about-us-box .about-main-2 img {
  width: 100%;
  object-fit: cover;
}

.about-us-box .about-main-2 .about-zhidu {
  padding: 24px;
  background-color: #f9fbff;
  z-index: 1;
}

.about-us-box .about-main-2 .about-zhidu .text {
  margin-top: 24px;
}

.about-us-box .about-main-2 .about-zhidu .ctitle {
  color: black;
}

.about-us-box .about-main-2 .about-zuzhi .text .con {
  margin-top: 24px;
  display: block;
}

.about-us-box .about-main-2 .about-zhidu ul li {
  line-height: 32px;
  margin-bottom: 5px;
  font-size: 16px;
}

.about-us-box .about-main-2 .about-zuzhi .text {
  width: 52%;
  float: left;
  background-color: #f9fbff;
  padding: 24px 10px 0 20px;
  font-size: 16px;
  height: 263px;
  overflow: hidden;
}

.about-us-box .about-main-2 .about-zuzhi .text .ctitle {
  font-size: 28px;
  font-weight: bold;
}

.about-us-box .about-main-2 .about-zuzhi .picture {
  width: 48%;
  float: left;
}

.zchengimg {
  overflow: hidden;
  background: url(../images/jj2.jpg) center no-repeat;
  background-size: cover;
}

.zchengimg img {
  webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.zchengimg:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.main-news .listbox {
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  flex-wrap: wrap;
}

.main-news .listbox > div {
  padding: 0 15px;
}

.main-news .listbox .img {
  height: 200px;
  overflow: hidden;
}

.main-news .listbox .img img {
  width: 100%;
  -webkit-transition: 0.5s;
  height: 100%;
  object-fit: cover;
}

.main-news .listbox .img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.main-news .listbox .ctitle {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-news .listbox .text {
  font-size: 14px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
}

.main-news .listbox a {
  text-decoration: none;
}

.main-news .listbox a .date {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-top: 10px;
}

.media-rec {
  width: 44.25%;
  float: left;
  margin-right: 5.64%;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.media-img-shoaw {
  position: absolute;
  bottom: 188px;
  left: 0;
  width: 100%;
  z-index: 5;
}

#full-width-slider1 {
  width: 100%;
}

#full-width-slider1 .rsGCaption {
  padding: 25px 65px 18px 35px;
}

#full-width-slider1 .rsGCaption h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: bold;
}

#full-width-slider1 .rsGCaption p {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  text-align: left;
  height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 18px;
}

#full-width-slider1 .rsGCaption .time {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-family: "MR";
  color: var(--theme);
}

#full-width-slider1 .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 6;
}

#full-width-slider1 .rsBullet {
  height: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-sizing: content-box;
  padding: 0 5px;
}

#full-width-slider1 .rsBullet span {
  display: block;
  width: 13px;
  height: 13px;
  opacity: 0.58;
  background: #fff;
  border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected span {
  opacity: 1;
}

.media-list {
  width: 50.1%;
  float: left;
}

.media-list ul li {
  border-bottom: 1px solid #eaeaea;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 135px;
}

.media-list ul li:before {
  content: "";
  background-color: var(--theme);
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 0;
  left: 0%;
  top: 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.media-list ul li:hover {
  z-index: 10;
}

.media-list ul li:hover:before {
  width: 102%;
  height: 100%;
  left: -1%;
  top: 0%;
  content: "";
}

.media-list ul li a {
  display: block;
  padding: 15px 32px 15px 8px;
}

.media-list ul li .time {
  position: relative;
  z-index: 12;
  text-align: left;
  font-family: "MR";
  font-size: 16px;
}

.media-list ul li:hover .time {
  color: #fff;
}

.media-list ul li .time span.date {
  display: block;
  font-size: 32px;
  line-height: 56px;
  margin-bottom: 0;
  margin-right: 35px;
  font-weight: bold;
}

.media-list ul li .time span.year {
  display: block;
  font-size: 16px;
  margin-right: 35px;
  margin-bottom: 7px;
  font-size: 20px;
}

.media-list ul li .cont-info {
  /*padding-left: 157px;*/
  position: relative;
  z-index: 12;
}

.media-list ul li .cont-info h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-bottom: 5px;
  height: 60px;
  /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.media-list ul li:hover .cont-info h4 {
  color: #fff;
}

.media-list ul li .cont-info p {
  font-size: 20px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}

.media-list ul li:hover .cont-info p {
  color: #fff;
}

.media-list .more {
  display: block;
  font-size: 22px;
  color: #959595;
  padding-left: 50px;
  transition: 0.6s all;
  line-height: 39px;
  font-size: 16px;
  background: url(../images/index-more-white.png) left center no-repeat;
  background-size: 39px;
  margin-top: 15px;
}

.media-list .more:hover {
  transition: 0.6s all;
  margin-left: 10px;
  color: #45b5c7;
  background: url(../images/index-more.png) left center no-repeat;
}

.main-notice ul {
  overflow: hidden;
  padding: 10px 5px 0 0;
  margin-left: -3.5%;
}

.main-notice ul li {
  width: 46.5%;
  float: left;
  margin-left: 3.5%;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.main-notice ul li:before {
  content: "";
  background-color: var(--theme);
  display: block;
  position: absolute;
  z-index: 10;
  width: 4px;
  height: 100%;
  left: 0%;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 13;
}

.main-noticex ul li:hover:before {
  background-color: #f5c73d;
}

.main-notice ul li::after {
  content: "";
  background-color: var(--theme);
  background-image: url(../images/new-yun.png);
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 0;
  left: 0%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: all 0.3s ease-in-out;
}

.main-notice ul li:hover::after {
  width: 100%;
  height: 100%;
  top: 0%;
  content: "";
}

.main-notice ul li a {
  display: block;
  padding: 20px 74px 20px 14px;
}

.main-notice ul li .time {
  width: 116px;
  float: left;
  color: var(--theme);
  text-align: center;
  border-right: 1px solid #e2e2e2;
  position: relative;
  z-index: 12;
}

.main-notice ul li:hover .time {
  color: #fff;
  border-right: 1px solid #fff;
}

.main-notice ul li .time span.date {
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
}

.main-notice ul li .time span.year {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}

.main-notice ul li .cont-info {
  padding-left: 150px;
  position: relative;
  z-index: 12;
}

.main-notice ul li .cont-info h4 {
  font-size: 24px;
  color: #333;
  margin-top: 4px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
}

.main-notice ul li:hover .cont-info h4 {
  color: #fff;
}

.main-notice ul li .cont-info p {
  font-size: 20px;
  line-height: 20px;
  color: #666;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.main-notice ul li:hover .cont-info p {
  color: #fff;
}

.choukuan-slides .choukuan-item {
  position: relative;
  max-width: 405px;
  height: 540px;
  background-size: cover;
}

.swiper-button {
  background: var(--theme);
  position: absolute;
  height: 80px;
  width: 80px;
  z-index: 3;
  top: 50%;
  margin-top: -50px;
  right: 10%;
}

.swiper-button div {
  background: transparent;
}

.swiper-button div.swiper-button-next {
  right: 20px;
  transform: rotate(45deg);
  margin-top: -8px;
}

.swiper-button div.swiper-button-prev {
  left: 20px;
  transform: rotate(-135deg);
  margin-top: -31px;
}

.swiper-button .jiao::after {
  display: inline-block;
  content: "";
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  width: 14px;
  height: 14px;
}

.choukuan-slides .choukuan-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 100px 40px;
  top: 100%;
  width: 100%;
  background-color: rgba(186, 22, 46, 0.9);
  animation-duration: 0.5s;
  animation-name: chioukuanshowout;
  animation-fill-mode: none;
}

.choukuan-slides .choukuan:hover .choukuan-main {
  animation-duration: 0.5s;
  animation-name: chioukuanshowin;
  animation-fill-mode: forwards;
}

@keyframes chioukuanshowin {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}

@keyframes chioukuanshowout {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}

.choukuan-slides .choukuan-main .choukuan-icon {
  text-align: center;
}

.choukuan-slides .choukuan-main .choukuan-icon img {
  max-width: 100px;
  max-height: 100px;
}

.choukuan-slides .choukuan-main .choukuan-type {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.choukuan-slides .choukuan-main .choukuan-type span {
  display: inline-block;
}

.choukuan-slides .choukuan-main .choukuan-type span::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #fff;
}

.choukuan-slides .choukuan-main ul {
  margin-top: 24px;
}

.choukuan-slides .choukuan-main ul li {
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.choukuan-slides .choukuan-main ul li a {
  color: #fff;
  font-size: 14px;
}

.choukuan-slides .choukuan-main ul li::before {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: "";
  clear: both;
  position: absolute;
  background: #fff;
  top: 11px;
  left: 0;
}

.choukuan-slides .choukuan-main .more {
  display: block;
  width: 126px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 11px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--theme);
}

.choukuan-item:hover .choukuan-main,
.choukuan-item:hover:before {
  display: block;
}

.page5 .juan-mingxie {
  z-index: 2;
  position: relative;
}

.page5 .juan-mingxie .juan-mingxie-item {
  text-align: center;
}

.page5 .juan-mingxie .juan-mingxie-item .name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture {
  padding: 18px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.page5 .juan-mingxie .juan-mingxie-item .remark {
  color: #fff;
  font-size: 16px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.5;
}

.page5 .juan-mingxie .juan-mingxie-item .picture img {
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 220px;
  max-height: 220px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.page5 .juan-mingxie .swiper-slide {
  transform: scale(0.8);
}

.page5 .juan-mingxie .swiper-slide-active {
  transform: scale(1);
}

.page5 .juan-mingxie .juan-mingxie-details {
  width: 84%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 25px;
  color: #fff;
  margin-top: 40px;
}

.page5 .juan-mingxie .juan-mingxie-details::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme);
  z-index: -1;
  opacity: 0.8;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
}

.page5 .juan-mingxie .swiper-pagination {
  position: static;
}

.page5 .juan-mingxie .juan-mingxie-details-title {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 30px 0;
}

.page5 .juan-mingxie .juan-mingxie-details-title a:hover {
  color: #fff;
}

.page5 .juan-mingxie .juan-mingxie-details-remark {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom {
  margin-top: 24px;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom .juan-mingxie-details-date {
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-left: 40px;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom .juan-mingxie-details-more {
  float: right;
  color: var(--theme);
  background: #fff;
  border-radius: 50px;
  padding: 7px 30px;
}

.page5 .swiper-button {
  border-radius: 50%;
  top: 50%;
  right: -100px;
  margin-top: -140px;
}

.page6 {
  justify-content: normal;
  padding-top: 0;
  background: #3e5094 !important;
}

.page6 .contact {
  padding: 144px 0 30px 0;
  background: url(../images/form_bg1.jpg) center 90px no-repeat;
  background-size: cover;
  z-index: 2;
}

.page6 .main-info-box {
  z-index: 2;
}

.page6 .main-info-box .title .t span,
.page6 .main-info-box .title .t b {
  color: #fff;
}

.page6 .form-subject-box {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.page6 .ftext {
  margin-top: 15px;
}

.page6 .form-subject-box .form-subject-text1 {
  font-size: 20px;
  font-weight: bold;
}

.page6 .form-subject-box .form-subject-text2 {
  font-size: 28px;
  font-weight: bold;
}

.page6 .form-subject-box .form-subject-text4 {
  line-height: 64px;
}

.page6 .form-subject-box .form-subject-text4 span {
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
}

.subject-form .item {
  margin-bottom: 20px;
}

.subject-form .item input,
.subject-form .item textarea {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--theme);
  border: 0;
}

.subject-form .item textarea {
  height: 180px;
}

.subject-form .item input::-webkit-input-placeholder,
.subject-form .item textarea::-webkit-input-placeholder,
.subject-form .btn-ok .code-input input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #999;
}

.subject-form .item input:-moz-placeholder,
.subject-form .item textarea:-moz-placeholder,
.subject-form .btn-ok .code-input input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #999;
}

.subject-form .item input::moz-placeholder,
.subject-form .item textarea::moz-placeholder,
.subject-form .btn-ok .code-input input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #999;
}

.subject-form .item input:-ms-input-placeholder,
.subject-form .item textarea:-ms-input-placeholder,
.subject-form .btn-ok .code-input input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #999;
}

.subject-form .btn-ok input {
  width: 200px;
  color: var(--theme);
  font-size: 24px;
  font-weight: bold;
  height: 60px;
}

.subject-form .item textarea {
  outline: none;
}

.subject-form .item textarea:focus {
  outline: none;
}

.page6 .footer {
  background: var(--theme);
  margin: 40px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  /* padding-bottom: 16px; */
}

.footer .txt {
  border-bottom: solid 1px #eaeaea;
  padding: 8px 0 20px 0;
  margin: 0 0 20px 0;
}

.footer .f-logo,
.footer .qrcode {
  display: flex;
}

.f-logo .f-pic {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 45px;
}

.footer .f-ge,
.qrcode .f-ge {
  width: 36px;
}

.footer .f-logo .f-ge::before {
  content: "";
  clear: both;
  display: block;
  width: 1px;
  height: 70%;
  background: #6c6a6a;
  margin-left: 18px;
  margin-top: 20%;
}

.footer .f-logo .f-pic img {
  max-width: 100%;
}

.footer .qrcode .f-text {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2.5;
}

.page-footer {
  margin-top: 120px;
  border-top: 1px solid #efecec;
  padding-top: 40px;
}

.lxfs {
  line-height: 3;
}

.lxfs .fenxiang {
  margin-left: -20px;
  margin-top: 30px;
}

.lxfs .fenxiang img {
  margin-left: 20px;
}

.footer .copyright {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  padding: 30px 0;
  /* text-align: center; */
}

.footer .copyright span,
.footer .copyright a {
  color: rgba(255, 255, 255, 0.65);
  margin-right: 20px;
}

.footer .copyright a.address {
  float: right;
  padding-left: 20px;
  background: url(../images/icon-address.png) left center no-repeat;
  margin-right: 0;
  background-size: 14px;
}

.footer .footer-menu {
  /* width: 25%; */
  float: left;
}

.footer .parent-menu-title {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .footer-menu li {
  line-height: 35px;
}

.page5::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/jzmxbg.jpg) left 90px no-repeat;
  background-size: cover;
}

/***************   ********************/
.poster {
  /* height: 756px; */
}

.poster .menu-picture img {
  width: 100%;
}

.poster .remark {
  height: 136px;
  font-size: 40px;
  color: #fff;
  margin-top: -136px;
  line-height: 136px;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(39, 68, 157, 0.2));
}

.poster .remark .text {
  text-align: right;
}

.poster .remark .text span {
  margin-left: 40px;
}

.current-menu-title {
  height: 160px;
  background: var(--theme) url(../images/subjectbg.png) no-repeat bottom 5% center;
  background-size: 90% auto;
  width: 260px;
  margin-top: -80px;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  line-height: 120px;
  float: left;
  position: relative;
}

.current-menu-title .zn-ch {
  font-size: 36px;
}

.current-menu-title .en {
  font-size: 16px;
  display: none;
}

.positions {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  padding-left: 295px;
  color: #000000;
}

.poster-item {
  padding: 80px 0;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.poster-item .poster-title {
  font-weight: bold;
  color: #002985;
  line-height: 1.4;
}

.poster-item .poster-title::before {
  width: 12px;
  background: var(--theme);
  height: 68px;
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}

.poster-item .poster-en {
  font-size: 18px;
}

.poster-item .poster-zn-ch {
  font-size: 40px;
  position: relative;
}

.poster-item .poster-zn-ch span {
  background: #fff;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}

.poster-item .poster-zn-ch span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--theme);
  position: absolute;
  bottom: 8px;
  right: 0;
}

.poster-item .poster-zn-ch i {
  display: inline-block;
  height: 1px;
  background: var(--theme);
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 50px;
  z-index: -1;
}

.poster-bg-1 .poster-zn-ch i,
.poster-bg-2 .poster-zn-ch i {
  z-index: 1;
}

.poster-item .poster-zn-ch span {
  background: #f8f8f8;
  z-index: 2;
}

.poster-item .poster-info .poster-info-title {
  margin-top: 55px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}

.poster-item .poster-info .poster-info-text {
  line-height: 28px;
  margin-top: 30px;
  font-size: 16px;
}

.poster-item .poster-info .poster-info-text b,
.poster-item .poster-info .poster-info-text p {
  margin-bottom: 16px;
  display: inline-block;
}

.poster-item .poster-info .poster-info-text p {
  text-indent: 2em;
}

.poster-item .poster-info .poster-info-text p {
  color: #000000;
}

.poster-item .poster-item-picture img {
  max-width: 100%;
}

.poster-bg-2 .poster-item-picture {
  text-align: right;
}

.poster-bg-1 .block-sying,
.poster-bg-2 .block-sying {
  font-size: 160px;
  opacity: 0.02;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}

.poster-bg-1::before,
.poster-bg-2::after {
  width: 68.697%;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  top: 0;
}

.poster-bg-2::after {
  right: 0;
  z-index: -1;
}

.poster-bg-2 .block-sying {
  right: 0;
  left: auto;
}

.poster-bg-1::before {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.poster-bg-2::after {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.poster-info-date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.poster-info-jz-ok {
  padding: 10px 40px;
  padding-left: 24px;
  border: 2px solid var(--theme);
  display: inline-block;
  border-radius: 15px;
  z-index: 1;
  position: absolute;
  margin-top: 10px;
}

.poster-info-jz-ok:hover {
  background: var(--theme);
  color: #fff;
}

.swiper-rcpy .poster-pages {
  display: flex;
  margin-top: 50px;
}

.swiper-rcpy .poster-pages .swiper-pagination-bullet {
  background: var(--theme);
  margin: 0 10px;
  float: left;
  cursor: pointer;
}

.swiper-rcpy .poster-pages .swiper-pagination-bullet-active {
  background: #fff;
  width: 15px;
  height: 15px;
  border: 3px solid var(--theme);
  margin-top: -3.5px;
}

.swiper-rcpy .poster-pages .jiao {
  position: static;
  display: inline-block;
  background: transparent;
  width: 40px;
  height: 40px;
}

.swiper-rcpy .poster-pages .swiper-pagination {
  display: contents;
}

.swiper-rcpy .poster-pages .swiper-button-next {
  background: url(../images/icon-jt02.png) right center no-repeat;
}

.swiper-rcpy .poster-pages .swiper-button-prev {
  background: url(../images/icon-jt02.png) left center no-repeat;
}

.swiper-rcpy .poster-pages .jiao {
  margin-top: -17px;
}

/************** ******************/
.sub-menus {
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-bottom: 20px;
}

.sub-menus li {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-right: 4%;
  font-size: 24px;
  color: #000000;
  position: relative;
}

.sub-menus li.active {
  color: var(--theme);
  font-weight: bold;
}

.sub-menus li a {
  display: block;
  height: 100%;
}

.sub-menus ul li::after {
  height: 3px;
  margin: 0 auto;
  background: var(--theme);
  display: block;
  content: "";
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
}

.sub-menus ul li:hover:after {
  width: 60%;
}

#banner .slick-slide img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#banner .slick-slide.slick-active img {
  opacity: 1;
}

#banner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

#banner .slick-dots li {
  float: left;
  margin: 0 5px;
}

#banner .slick-dots .slick-active div {
  background-color: #e59434;
}

#banner .slick-dots div {
  width: 14px;
  height: 14px;
  display: block;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.page-container-title-zn-ch {
  font-size: 40px;
  position: relative;
  color: var(--theme);
}

.page-container-title-zn-ch span {
  background: #fff;
  z-index: 2;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}

.page-container-title-zn-ch i {
  z-index: 1;
  display: inline-block;
  height: 1px;
  background: var(--theme);
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 50px;
}

.page-container-title-zn-ch span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--theme);
  position: absolute;
  bottom: 8px;
  right: 0;
}

.page-main {
  padding-top: 55px;
}

.page-main img {
  max-width: 100%;
}

.about-us-main .aoubt-us-main {
  position: relative;
  padding: 0 32px;
  /*margin-top: 55px;*/
  padding-bottom: 40px;
}

.about-us-main .page-main .aoubt-us-main::before {
  width: 55%;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 45%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/*
.about-us-main .page-main .top-right-jiao{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    background: #f8f8f8;
    transform: rotate(45deg);
    right: 45%;
    margin-right: -55px;
    margin-top: 23px;
    z-index: -1;
}

.about-us-main .page-main .bottom-right-jiao{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    background: #f8f8f8;
    transform: rotate(45deg);
    right: 45%;
    margin-right: -55px;
    margin-bottom: 23px;
    z-index: -1;
}
*/
.about-container {
  margin-right: 20px;
}

.about-container-info-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.about-container-info-text b,
.about-container-info-text p {
  display: block;
  text-align: justify;
  font-size: 16px;
}

.about-container-info-text b {
  margin-bottom: 5px;
}

.about-container-info-text p {
  color: #000000;
  line-height: 28px;
  margin-bottom: 16px;
}

.about-container-info-text .rongyu {
  margin-bottom: 16px;
  margin-top: -16px;
  line-height: 28px;
}

.about-container-info-text .rongyu p {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}

.about-container-info-text .rongyu p::before {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  clear: both;
  display: block;
  content: "";
}

.page-container .about-pic {
  margin-top: 55px;
}

.page-container .about-pic img {
  max-width: 100%;
}

.page-container .about-us-rongyu {
  border-bottom: 2px solid #8095c3;
  border-top: 2px solid #8095c3;
  margin-top: 50px;
  padding: 20px 0;
  line-height: 1.4;
  font-size: 20px;
  color: var(--theme);
}

.page-container .about-us-rongyu .date {
  font-size: 40px;
  font-weight: bold;
}

.page-main-content,
.page-main-zuzhi {
  background: #f8f8f8;
  padding: 30px;
  min-height: 500px;
}

.page-main-content .main-content-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}

.page-main-content .main-content-des {
  text-align: center;
  color: #000000;
}

.page-main-content .main-content-text {
  color: #000000;
  font-size: 16px;
}

.page-main-content .main-content-text p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.page-main-content .main-content-text b {
  margin-bottom: 10px;
  display: inline-block;
}

.page-main-zuzhi {
  background: transparent;
  padding-top: 0;
}

.page-main-zuzhi .jiegou img {
  max-width: 100%;
}

.main-zhuzhi-box {
  display: flex;
}

.main-zhuzhi-box div {
  background: #f8f8f8;
  width: 48%;
  padding: 30px;
}

.zhuzhi-right-box {
  margin-left: 2%;
}

.main-zhuzhi-box div p {
  color: #000000;
  line-height: 28px;
  margin-bottom: 16px;
}

.about-container-info-list ul li {
  position: relative;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  text-align: justify;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.about-container-info-list ul li::before {
  width: 6px;
  height: 6px;
  background: #000000;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
  clear: both;
  display: block;
  content: "";
}

.about-container-info-list ul li:hover a {
  font-weight: bold;
}

.page-zc-list .about-container-info-title {
  margin-bottom: 30px;
}

.swiper-pages-2 {
  display: flex;
  margin-top: 30px;
}

.swiper-pages-2 .swiper-pagination-bullet {
  background: var(--theme);
  margin: 0 10px;
  float: left;
  cursor: pointer;
}

.swiper-pages-2 .swiper-pagination-bullet-active {
  background: #fff;
  width: 15px;
  height: 15px;
  border: 3px solid var(--theme);
  margin-top: -3.5px;
}

.swiper-pages-2 .jiao {
  position: static;
  display: inline-block;
  background: transparent;
  width: 40px;
  height: 40px;
}

.swiper-pages-2 .swiper-pagination-2 {
  display: contents;
}

.swiper-pages-2 .swiper-button-next-2 {
  background: url(../images/icon-jt02.png) right center no-repeat;
}

.swiper-pages-2 .swiper-button-prev-2 {
  background: url(../images/icon-jt02.png) left center no-repeat;
}

.swiper-pages-2 .jiao {
  margin-top: -17px;
  cursor: pointer;
}

#certify {
  width: auto;
  position: relative;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 60px;
  padding-top: 60px;
}

#certify .swiper-slide {
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

#certify .swiper-slide,
#certify .swiper-slide img {
  width: 633px;
  height: 339px;
}

#certify .swiper-slide-active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
  top: 50%;
  margin-top: -55px;
}

#certify .swiper-slide .ry-title {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

#certify .swiper-button-prev {
  margin-left: -30px;
  background: url(../images/icon-jt02.png) left center no-repeat;
}

#certify .swiper-button-next {
  margin-right: -30px;
  background: url(../images/icon-jt02.png) right center no-repeat;
}

/*************  aaaa******************/
.juanzeng-container {
  padding: 0 5px;
}

.juanzeng-container-list ul li {
  background: url(../images/icon-jzlc01.png) left center no-repeat;
  padding-left: 80px;
  position: relative;
}

.juanzeng-container-list ul li::after,
.juanzeng-container-list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.juanzeng-container-list ul li::after {
  width: 80px;
  height: 1px;
  background: #dddcdc;
  top: 50%;
  left: 0;
  z-index: -1;
}

.juanzeng-container-list ul li::before {
  width: 1px;
  background: #dddcdc;
  left: 16px;
  z-index: -1;
  bottom: -40px;
  top: 0;
}

.juanzeng-container-list ul li:last-child::before {
  bottom: 0;
}

.juanzeng-container-item {
  display: flex;
  margin-bottom: 40px;
}

.juanzeng-container-item .date {
  width: 94px;
  background: #d4d9ed;
  text-align: center;
  line-height: 94px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  min-width: 94px;
}

.juanzeng-container-item .info {
  padding: 14px 50px;
  background: #e7ebf8;
  width: 100%;
}

.juanzeng-container-item .info .title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
}

.juanzeng-container-item .info .des,
.juanzeng-container-item .info .see {
  margin-top: 5px;
}

.play-block {
  margin-top: 10px;
  display: flex;
}

.play-block .block {
  background: #f0f0f0;
  padding: 5px 20px;
  width: 49%;
}

.play-block .fg {
  width: 2%;
}

.play-block .block h4 {
  color: #000;
  margin-bottom: 10px;
}

.juanzeng-container-item .info .play-zd {
  color: var(--theme);
  margin-left: 15px;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}

.juanzeng-container-item .info .play-zd::after {
  display: inline-block;
  content: "";
  background: url(../images/icon-jiantou03.png) right 2px no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 1px;
  transform: rotate(0deg);
}

.juanzeng-container-item .info .play-zd.show1::after {
  display: inline-block;
  content: "";
  background: url(../images/icon-jiantou03.png) right 2px no-repeat;
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(180deg);
}

.juanzeng-container-item2 {
  padding: 20px 20px;
}

.juanzeng-container-item2 .title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
}

.juanzeng-container-item2 .title::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #002985;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

.juanzeng-container-mianshui {
  font-size: 16px;
}

.juanzeng-container-mianshui .remarks {
  line-height: 28px;
  text-indent: 2em;
}

.mianshui-liucheng .mianshui-liucheng-title {
  font-size: 20px;
  color: #002985;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}

.mianshui-liucheng .mianshui-liucheng-title::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  content: "";
  clear: both;
  position: absolute;
  background: #002985;
  top: 11px;
  left: 0;
}

.mianshui-liucheng .mianshui-liucheng-blocks {
  display: flex;
}

.mianshui-liucheng .mianshui-liucheng-blocks .mianshui-liucheng-block {
  background: #e5e9f2;
  width: 12.5%;
  padding: 20px;
  margin-right: 15px;
  position: relative;
}

.mianshui-liucheng-block .liuchneg-block-number {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mianshui-liucheng-block .liuchneg-block-text {
  line-height: 24px;
  padding-bottom: 15px;
}

.liuchneg-block-details-hover {
  background: #d9e1f2;
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  text-align: center;
}

.liuchneg-block-details-hover span {
  display: inline-block;
  background: url(../images/icon-yj.png) right center no-repeat;
  padding-right: 20px;
  cursor: pointer;
  color: #002985;
}

.liuchneg-block-details-text {
  display: none;
  position: absolute;
  width: 300%;
  background: #fff;
  z-index: 6;
  padding: 15px;
  box-shadow: 4px 4px 12px #a9abaf;
  left: -100%;
}

.liuchneg-block-details-text li {
  position: relative;
  line-height: 28px;
  padding-left: 15px;
}

.liuchneg-block-details-text li::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  content: "";
  clear: both;
  position: absolute;
  background: #002985;
  top: 11px;
  left: 0;
}

.liuchneg-block-details-hover:hover .mianshui-liucheng-block .liuchneg-block-details-text {
  display: block;
}

.mianshui-texts-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
  margin-top: 50px;
}

.mianshui-texts-title::before {
  content: "";
  width: 6px;
  height: 20px;
  background: #002985;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}

.mianshui-texts-content {
  line-height: 32px;
}

/*************sss ***************************/
.news-item {
  display: flex;
  margin-bottom: 24px;
}

.news-list a:hover .title,
.news-list a:hover .des {
  color: var(--theme);
}

.news-item .date {
  width: 94px;
  background: #f0f0f0;
  text-align: center;
  color: var(--theme);
  font-size: 32px;
  font-weight: bold;
  min-width: 94px;
  padding-top: 8px;
}

.news-item .date .riqi {
  font-size: 14px;
  font-weight: normal;
}

.news-item .info {
  padding: 14px 50px;
  background: #f8f8f8;
  width: 100%;
  position: relative;
}

.news-item .info::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 7px;
  position: absolute;
  right: 15px;
  bottom: 17px;
}

.news-item .info .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-item .info .des {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 16px;
  height: 16px;
}

.news-pic2txt-recommends {
  margin-bottom: 55px;
}

.news-pic2txt-item {
  /* max-width: 476px; */
  overflow: hidden;
}

.news-pic2txt-recommends ul {
  display: flex;
  justify-content: space-between;
  margin-left: -2%;
}

.news-pic2txt-recommends li {
  margin-left: 2%;
  width: 31.5%;
}

.news-pic2txt-pic {
  /* max-height: 200px; */
  /* overflow: hidden; */
  padding: 21% 0;
  background: url(/_vsl/068CF3F6B1AE431D8E7E456E60929207/2F92ED90/DAC9?e=.jpg) center no-repeat;
  background-size: cover;
}

.news-pic2txt-pic img {
  /* max-width: 476px; */
  cursor: pointer;
}

.news-pic2txt-pic:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-pic2txt-info {
  background: var(--theme);
  padding: 15px;
  color: #fff;
}

.news-pic2txt-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-pic2txt-text {
  line-height: 24px;
  padding-top: 10px;
  display: none;
}

.news-pic2txt-date {
  padding-top: 10px;
  position: relative;
}

.news-pic2txt-date::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 2px;
}

.news-pic2txt-tops {
  margin-bottom: 55px;
}

.news-pic2txt-tops ul {
  display: flex;
  justify-content: space-between;
  margin-left: -2%;
}

.news-pic2txt-tops li {
  margin-left: 2%;
  min-width: 31%;
}

.news-tops-item {
  background: #c1d6ff;
}

.top-mark {
  color: #002985;
  height: 32px;
  line-height: 32px;
  background: #a9c1f2;
  padding: 0 15px;
  display: inline-block;
  border-bottom-right-radius: 10px;
}

.news-tops-info {
  padding: 15px 20px;
}

.news-tops-title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.news-tops-text {
  line-height: 24px;
  padding-top: 10px;
  color: #000000;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-tops-date {
  padding-top: 10px;
  position: relative;
}

.news-tops-date::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 7px;
  position: absolute;
  right: 15px;
  bottom: 2px;
}

.user-info {
  display: flex;
}

.user-showpic {
  width: 155px;
  border: 8px solid #f4f7ff;
  border-radius: 50%;
  padding: 5px;
}

.user-showpic img {
  max-width: 100%;
}

.user-info-box {
  width: 100%;
  padding-left: 20px;
}

.user-name {
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}

.user-intro {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.user-about {
  margin-top: 55px;
  background: #f4f7ff;
  padding: 20px;
}

.user-about-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.user-about-text {
  line-height: 32px;
  font-size: 16px;
}

.user-jingli {
  line-height: 32px;
  margin-top: 55px;
}

.mingxie-title {
  font-size: 28px;
  font-weight: bold;
}

.mingxies {
  margin-top: 24px;
}

.mingxies .mingxie-item,
.mx-title span {
  margin-left: 1%;
  display: inline-block;
  background: #f4f7ff;
  /*padding: 22px 40px;*/
  margin-bottom: 15px;
  white-space: nowrap;
  width: 150px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.mx-title span {
  background: #dfe9ff;
}

.mx-group {
  display: flex;
}

.mingxies a.mingxie-item:hover {
  background: var(--theme);
  color: #fff;
}

.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.djfc-recommends li {
  padding: 17px 0;
  border-bottom: 1px solid #ececec;
}

.djfc-recommends li:first-child {
  border-top: 1px solid #ececec;
}

.djfc-recommends-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.djfc-recommends-text {
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.djfc-recommends-date {
  position: relative;
}

.djfc-recommends-date::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 7px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

/*************** ****************************/
.xxgk-item {
  display: flex;
  margin-bottom: 24px;
}

.xxgk-item .date {
  width: 94px;
  background: #f0f0f0;
  text-align: center;
  color: var(--theme);
  font-size: 32px;
  font-weight: bold;
  min-width: 94px;
  padding-top: 8px;
}

.xxgk-item .date .riqi {
  font-size: 14px;
  font-weight: normal;
}

.xxgk-item .info {
  padding: 14px 50px;
  background: #f8f8f8;
  width: 100%;
  position: relative;
}

.xxgk-item .info .title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 40px;
}

.xxgk-item .info .des {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xxgk-item .oper {
  background: #f8f8f8;
  min-width: 200px;
  font-size: 16px;
  line-height: 93px;
  font-weight: bold;
  color: var(--theme);
  text-align: center;
  margin-left: -10px;
}

.xxgk-item .oper a {
  margin-left: 10px;
}

.xxgk-item .noi {
  padding-top: 0;
  padding-bottom: 0;
}

.xxgk-item .noi .title {
  line-height: 93px;
}

.xxgk-table .xxgk-row {
  display: flex;
}

.xxgk-table .xxgk-row .title {
  min-width: 160px;
}

.xxgk-cell {
  border: 1px solid #ccc;
  border-bottom: 0;
  display: flex;
  padding: 0;
}

.xxgk-cell .title {
  background: #f0f0f0;
  font-weight: bold;
}

.xxgk-cell .value {
  border-left: 1px solid #ccc;
}

.xxgk-cell .title,
.xxgk-cell .value {
  padding: 15px 8px;
}

.xxgk-cell:nth-child(even) {
  border-left: 0;
}

.xxgk-row:nth-child(odd) .xxgk-cell {
  border-bottom: 0;
}

.xxgk-row:last-child .xxgk-cell {
  border-bottom: 1px solid #ccc;
}

.zhengshu {
  margin-top: 24px;
}

.zhengshu-item {
  padding: 40px;
}

.zhengshu-img {
  text-align: center;
}

.zhengshu-img img {
  border: 1px solid #f9f9f9;
}

.zhengshu-text {
  line-height: 24px;
  margin-top: 10px;
}

.zhengshu-text::before {
  content: "";
  display: inline-block;
  border-top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #8c8c8c;
}

.mingxie-container {
  display: flex;
}

.mingxie-tebie {
  width: 65%;
  line-height: 42px;
}

.mingxie-box ul {
  margin-left: -2%;
  margin-top: 30px;
}

.mingxie-tebie .title,
.mingxie-jz .title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.mingxie-tebie .title a,
.mingxie-jz .title a {
  font-size: 18px;
  font-weight: bold;
  float: right;
}

.mingxie-tebie ul li {
  width: 48%;
  margin-left: 2%;
  float: left;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 30px;
}

.mingxie-tebie ul li .pic {
  width: 26%;
  float: left;
}

.mingxie-tebie ul li .pic img {
  max-width: 100%;
}

.mingxie-tebie ul li .info {
  width: 72%;
  margin-left: 2%;
  float: left;
}

.mingxie-tebie ul li .info .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.mingxie-tebie ul li .info .intro {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.mingxie-tebie ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #395299;
  z-index: -1;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}

.mingxie-jz {
  width: 30%;
}

.mingxie-container .jzfg {
  width: 5%;
}

.mingxie-jz .jz-box {
  background: #395299;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}

.mingxie-jz .jz-box ul {
  margin-top: 30px;
  padding: 15px 30px;
}

.mingxie-jz .jz-box ul li {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #7e8ebd;
  overflow: hidden;
}

.mingxie-jz .jz-box ul li:last-child {
  border-bottom: 0;
}

.mingxie-tebie ul li:hover::before {
  background: #25386e;
}

.mingxie-jz .jz-box ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
}

.mingxie-jz .jz-box ul li a:hover {
  font-weight: bold;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title,
.juanzeng-container .tebiemingxie .tebiemingxie-title {
  position: relative;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title .yuan::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #94a1c8;
  border-radius: 10px;
  margin-right: 15px;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title .yuan::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e5e1e1db;
  border-radius: 10px;
  position: absolute;
  left: 13px;
  top: 13px;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title,
.juanzeng-container .tebiemingxie .tebiemingxie-title {
  color: #19477f;
  font-size: 30px;
  font-weight: 700;
}

.juanzeng-container .juanzengmingxie ul {
  padding: 90px 0;
}

.juanzeng-container .juanzengmingxie ul li {
  width: 21%;
  float: left;
  margin-right: 4%;
  text-align: center;
  margin-top: 40px;
}

.juanzeng-container .juanzengmingxie ul li .photo {
  text-align: center;
}

.juanzeng-container .juanzengmingxie ul li .photo img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

.juanzeng-container .juanzengmingxie ul li h2 {
  text-align: center;
  color: #395299;
  font-size: 24px;
  font-weight: 700;
}

.juanzeng-container .juanzengmingxie ul li span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #395299;
  text-align: center;
}

.juanzeng-container .juanzengmingxie ul li h4 {
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}

.juanzeng-container .tebiemingxie .tebiemingxie-title .yuan::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #94a1c8;
  border-radius: 10px;
  margin-right: 15px;
}

.juanzeng-container .tebiemingxie .tebiemingxie-title .yuan::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e5e1e1db;
  border-radius: 10px;
  position: absolute;
  left: 13px;
  top: 13px;
}

.juanzeng-container .tebiemingxie ul {
  padding: 50px 0;
}

.juanzeng-container .tebiemingxie ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
  background-color: #eef3fd;
  border-left: 9px solid #19477f;
  height: 79px;
  float: left;
}

.juanzeng-container .tebiemingxie ul li:nth-child(2n) {
  margin-right: 0%;
}

.juanzeng-container .tebiemingxie ul li a {
  line-height: 79px;
}

.juanzeng-container .tebiemingxie ul li a .title {
  display: inline-block;
  margin-left: 50px;
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.juanzeng-container .tebiemingxie ul li a .date {
  display: inline-block;
  float: right;
  font-size: 18px;
  padding-right: 50px;
}

.QA ul li a .item {
  display: flex;
  margin-bottom: 24px;
}

.QA ul li a .item .date {
  width: 94px;
  background: #f0f0f0;
  text-align: center;
  color: var(--theme);
  font-size: 32px;
  font-weight: bold;
  min-width: 94px;
  padding-top: 8px;
  padding-bottom: 15px;
}

.QA ul li a .item .date .riqi {
  font-size: 14px;
  font-weight: normal;
}

.QA ul li a .item .info {
  padding: 14px 50px;
  background: #f8f8f8;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 32px;
}

.zizhu {
  margin: 90px 0;
}

.zizhu ul {
  margin-left: -1%;
}

.zizhu ul li {
  margin-bottom: 2%;
  width: 24%;
  /* display: inline-block; */
  float: left;
  margin-left: 1%;
  position: relative;
  /* border: solid 3px var(--theme); */
  overflow: hidden;
}

.zizhu .pic {
  /* width: 13.2%; */
  /* float: left; */
  /* padding: 2px; */
  /* background: var(--theme); */
  /* border-top-left-radius: 5px; */
  /* border-bottom-left-radius: 5px; */
  /* min-height: 145px; */
  /* height: 204px; */
  border-radius: 5px;
  border: solid 3px var(--theme);
  height: 218px;
  overflow: hidden;
}

.zizhu .pic img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
  /* height: 204px; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(1);
  overflow: hidden;
}

.zizhu li:hover .pic img {
  transform: scale(1.05);
  overflow: hidden;
}

.zizhu .info {
  /* width: 86.8%; */
  padding: 20px 15px;
  background: #f4f7ff;
  /* float: right; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  padding-right: 90px;
}

.zizhu .info .title {
  font-size: 25px;
  /* padding: 29px 25px; */
  color: #002985;
  font-weight: bold;
}

.zizhu .info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 17px;
  width: 40px;
  background: url(../images/icon-more2.png) center no-repeat;
  transition: 0.3s ease-out all;
  height: 12px;
}

.zizhu li:hover .info::after {
  right: 37px;
}

.zizhu li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: 0.3s ease-out all;
  left: 0;
  bottom: 0;
}

.zizhu li:hover::after {
  width: 100%;
}

.text-content table,
.text-content table td {
  border: 2px solid #e7ebf1 !important;
  width: auto !important;
}

.text-content table td {
  padding: 10px;
  width: auto !important;
  height: auto !important;
}

.text-container .text-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.text-container .text-source {
  text-align: center;
  padding: 10px 0;
  background: #f4f7ff;
  margin: 20px 0;
}

.text-container .text-content {
  background-color: transparent !important;
}

.text-container .text-content * {
  background-color: transparent !important;
}

.text-container .text-content p {
  line-height: 2em !important;
  text-indent: 2em;
  font-size: 18px !important;
  text-align: justify;
  font-family: "Helvetica Neue", "Helvetica", "PingFang SC", Tahoma, Arial, sans-serif !important;
  margin-bottom: 10px !important;
}

.text-container .text-content p span {
  line-height: 2em !important;
  text-indent: 2em;
  font-size: 18px !important;
  text-align: justify;
  font-family: "Helvetica Neue", "Helvetica", "PingFang SC", Tahoma, Arial, sans-serif !important;
}

.text-container .text-content img {
  max-width: 100%;
  height: auto !important;
  margin-left: -2em;
}

.text-content .vsbcontent_img {
  text-align: center;
  text-indent: 0;
}

.page-main-left {
  display: inline-block;
  width: 100%;
  background-color: #faf8f9;
  padding: 40px;
  float: left;
  margin-right: 3%;
  min-height: 860px;
}

.page-main-left .text-container .text-source {
  background-color: #faf8f9;
  border-bottom: 1px solid #e3e8ee;
  margin-top: 0;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid var(--theme) !important;
  background-color: var(--theme) !important;
}

.mshow {
  display: none;
}

.list-pages {
  text-align: center;
}

.page1 {
  z-index: 100 !important;
}

.sidebar {
  z-index: 2000 !important;
}

#slide-choukuan {
  overflow: hidden;
  position: relative;
}

.homepage {
  width: 100%;
  height: 100%;
}

.homepage > .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choukuan-slides {
  padding-bottom: 100px;
}

.choukuan-slides .choukuan {
  padding-right: 60px;
  max-width: 465px;
  position: relative;
  background: transparent !important;
}

.choukuan-slides .choukuan .choukuan-block {
  position: relative;
}

.choukuan-slides .choukuan img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.choukuan-slides .choukuan-prev,
.choukuan-slides .choukuan-next {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
}

.choukuan-slides .choukuan-prev {
  background: var(--theme) url(../images/i-prev-w.png) no-repeat center center;
  background-size: 40px;
}

.choukuan-slides .choukuan-next {
  left: 150px;
  background: var(--theme) url(../images/i-next-w.png) no-repeat center center;
  background-size: 40px;
}

.page-swiper-pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}

.page-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.page-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e59434;
}

.sub-banner {
  width: 100%;
}

.sub-banner img {
  width: 100%;
}

.m-listb5 {
  padding: 60px 0 0;
  margin: 0 -22px;
  overflow: hidden;
}

.m-listb5 li {
  float: left;
  width: 33.33%;
}

.m-listb5 li .con {
  display: block;
  margin: 0 22px 50px;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.m-listb5 li .pic {
  position: relative;
  height: 0;
  padding-top: 65.56%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 26px;
}

.m-listb5 li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}