@charset "UTF-8";
html {
  font-size: 100px;
}

body {
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  --theme: #970f12;
}

* {
  box-sizing: border-box;
}

html,
body {
  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;
}

.page {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 1.614vw 0 1.041vw;
  background: linear-gradient(rgba(151, 15, 18, 0.6), rgba(255, 255, 255, 0));
}

.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: 7rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo a {
  display: block;
  float: left;
}

.header .logo img {
  max-width: 100%;
  max-height: 100px;
  float: left;
}

.header .menubar {
  width: 60%;
  max-width: 1200px;
  float: right;
  position: relative;
  height: 100%;
  transition: left 300ms;
}

.header .menubar .menubox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header .menubar .top {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header .menubar .top a {
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.2rem;
}

.header .menubar .top a.so {
  background: url(../images/so.png) no-repeat;
  height: 0.14rem;
  display: block;
  background-size: auto 100%;
}

.header .menubar .top a.home {
  background: url(../images/home.png) no-repeat;
  height: 0.14rem;
  display: block;
  background-size: auto 100%;
}

.header .menuclose {
  display: none;
}

.header .menubar a {
  font-size: 0.2rem;
  font-weight: 600;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.header .menubar ul li {
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.header .menubar .curitem a {
  padding-top: 0.2rem;
}

.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.active a,
.header .menubar ul li:hover a {
  color: #f5c73d;
}

.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: 1.04vw;
  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;
}

.page3 {
  background: url(../images/bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 0.4rem;
}

.page4 {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  background-color: #e9e9ee;
  margin-top: 0 !important;
  position: relative;
}

.page4 .eng {
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0.24rem;
  font-size: 1.14rem;
  transform: translateX(-50%);
  color: #d6cacb;
  font-weight: bold;
}

.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;
}

.main-info-box .title {
  margin-bottom: 10px;
}

.main-info-box .title .t {
  float: left;
}

.main-info-box .title .t .b {
  color: #333;
  font-size: 0.36rem;
}

.main-info-box .title .t .b,
.main-info-box .title .t span {
  display: block;
}

.main-info-box .title .t .eng {
  color: #c2c3c3;
  font-size: 0.16rem;
  padding-left: 0.96rem;
  position: relative;
}

.main-info-box .title .t .eng::after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #c2c3c3;
  height: 1px;
  content: "";
  display: block;
  width: 0.9rem;
}

.main-info-box .title a {
  float: right;
  display: inline-block;
  background: url(../images/more_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  font-size: 0.16rem;
  position: relative;
  text-align: center;
  padding: 0.24rem 0.32rem;
}

.main-info-box .title a:hover {
  color: var(--theme);
}

.about-us-box {
  position: relative;
}

.about-us-box .text,
.about-us-box .ctitle {
  font-family: "仿宋", "宋体", "SC";
  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;
}

.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: 45%;
  float: left;
  margin-right: 4%;
  position: relative;
}

.media-img-shoaw {
  position: absolute;
  bottom: 188px;
  left: 0;
  width: 100%;
  z-index: 5;
}

#full-width-slider1 {
  width: 100%;
}

#full-width-slider1 .rsContent {
  background-color: #f0f0f0;
  position: relative;
}

#full-width-slider1 .rsContent .time {
  position: absolute;
  right: -0.8rem;
  display: flex;
  bottom: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

#full-width-slider1 .rsGCaption {
  padding: 0.24rem;
  width: calc(100% - 1rem);
  background: url(../images/xwdt_li_bg.png) no-repeat center left;
  background-size: 100% 100%;
  position: relative;
}

#full-width-slider1 .pic {
  position: relative;
  padding-top: 64%;
  width: 100%;
  overflow: hidden;
}

#full-width-slider1 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#full-width-slider1 .date {
  background: url("../images/icon10.png") no-repeat right 0.2rem center;
  color: #333;
  margin-bottom: 0.05rem;
}

#full-width-slider1 .d1 {
  font-size: 0.36rem;
  margin-right: 0.2rem;
}

#full-width-slider1 .d2 {
  font-size: 0.18rem;
}

#full-width-slider1 .rsGCaption h3 {
  font-size: 0.22rem;
  color: #fff;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.16rem;
  font-weight: bold;
  margin-top: 0;
}

#full-width-slider1 .rsGCaption p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #f0f0f0;
  text-align: left;
  height: 0.6rem;
  padding-right: 0.3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#full-width-slider1 .rsGCaption .time {
  color: #333;
  text-align: left;
  line-height: 0.3rem;
  font-family: "arial";
}

#full-width-slider1 .rsGCaption .time .year {
  font-size: 0.14rem;
  text-align: center;
  border: 1px solid #888;
  width: 0.76rem;
}

#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 {
  border-left: 1px solid var(--theme);
}

.media-list ul li {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.media-list ul li:last-child a {
  padding-bottom: 0;
}

.media-list ul li:before {
  content: "";
  background-color: var(--theme);
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.12rem;
  height: 0.12rem;
  left: -0.06rem;
  top: 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.media-list ul li a {
  display: block;
  padding: 0 0 0.32rem 0.32rem;
}

.media-list ul li .time {
  text-align: left;
  font-family: "arial";
  font-size: 0.16rem;
  color: #737373;
  margin-top: 0.12rem;
  padding-left: 0.2rem;
  background: url(../images/icon02.png) no-repeat left center;
}

.media-list ul li:hover .time {
  color: var(--theme);
}

.media-list ul li .cont-info {
  /*padding-left: 157px;*/
  position: relative;
  z-index: 12;
}

.media-list ul li .cont-info h4 {
  line-height: 0.3rem;
  color: #333;
  margin-bottom: 0.05rem;
  /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
  font-size: 0.2rem;
  height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.media-list ul li:hover .cont-info h4 {
  color: var(--theme);
}

.media-list ul li .cont-info p {
  line-height: 0.24rem;
  color: #666;
  margin-bottom: 0;
  height: 0.48rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.16rem;
}

.media-list ul li:hover .cont-info p {
  color: var(--theme);
}

.main-notice ul {
  overflow: hidden;
  padding: 0.1rem 0.05rem 0 0;
  margin-left: -3.5%;
}

.main-notice ul li {
  width: 46.5%;
  float: left;
  margin-left: 3.5%;
  position: relative;
  margin-bottom: 0.3rem;
}

.main-notice ul li:before {
  content: "";
  background-color: var(--theme);
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0%;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.main-noticex ul li:hover:before {
  background-color: #f5c73d;
}

.main-bttom {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 0.24rem #aaa;
  position: relative;
  z-index: 2;
}

.main-bttom .fly {
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  z-index: 3;
  padding: 0.18rem;
  background-color: rgba(151, 15, 18, 0.8);
  border-radius: 50%;
  transform: translateX(-50%);
  width: 0.72rem;
  height: 0.72rem;
  display: flex;
  align-items: center;
}

.main-bttom .fly img {
  width: 100%;
  object-fit: cover;
}

.links {
  padding: 0.4rem 0.8rem;
  width: 45%;
  margin-right: 5%;
}

.links .title div {
  width: 100%;
  text-align: center;
}

.links .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.links .list li {
  width: 50%;
  padding: 0.1rem 0.25rem 0 0;
}

.links .list a {
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.45rem;
}

.contact {
  margin-top: 0.3rem;
}

.contact p {
  margin-bottom: 0.16rem;
  font-size: 0.16rem;
}

.infro {
  width: 50%;
}

.infro img {
  height: 4rem;
  width: 100%;
  object-fit: cover;
}

.main-notice ul li:hover::before {
  width: 100%;
  height: 100%;
  top: 0%;
  content: "";
}

.main-notice ul li a {
  display: block;
  padding: 0.2rem 0.7rem 0.2rem 0.2rem;
}

.main-notice ul li .time {
  width: 1rem;
  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 {
  position: relative;
  z-index: 12;
}

.main-notice ul li .cont-info h4 {
  color: #333;
  margin-top: 0.04rem;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.2rem;
  font-weight: bold;
}

.main-notice ul li:hover .cont-info h4 {
  color: #fff;
}

.main-notice ul li .cont-info p {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #666;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}

.main-notice ul li:hover .cont-info p {
  color: #fff;
}

.page6 .footer {
  background: var(--theme);
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
  /* 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: 1rem;
  border-top: 1px solid #efecec;
  padding-top: 0.4rem;
}

.lxfs {
  line-height: 3;
}

.lxfs .fenxiang {
  margin-left: -20px;
  margin-top: 30px;
}

.lxfs .fenxiang img {
  margin-left: 20px;
}

.footer .copyright {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  padding: 0.4rem 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: 16px;
  padding-left: 20px;
  color: #737373;
  background: url(../images/i-add.png) no-repeat left center;
  border-bottom: 1px solid #e3e8ee;
}

.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 10px;
}

#banner .slick-dots .slick-active div::after {
  opacity: 1;
}

#banner .slick-dots div {
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#banner .slick-dots div::after {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  left: -0.05rem;
  top: -0.05rem;
  background-color: transparent;
  position: absolute;
  display: block;
  opacity: 0;
  content: "";
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-container-title {
  font-weight: bold;
  margin-top: 30px;
}

.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-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.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;
}

/*************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;
}

.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.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;
  margin-bottom: 20px;
  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: 28px !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: 28px !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%;
}

.text-content .vsbcontent_img {
  text-align: center;
  text-indent: 0;
}

.page-main-left {
  display: inline-block;
  width: 100%;
  padding: 40px;
  min-height: 500px;
}

.page-main-left .text-container .text-source {
  background-color: #faf8f9;
  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;
}

.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%;
}

#layer-search {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  display: none;
}

#layer-search input::placeholder {
  color: #888;
}

#layer-search .close {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  opacity: 1;
}

#layer-search .close img {
  width: 100%;
  height: 100%;
}

#layer-search .search-area {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

#layer-search .search-area .soBox {
  background: #970f12;
  display: flex;
}

#layer-search .search-area .soBox .inp {
  background: #fff;
  box-shadow: 0.156vw 0.156vw 0.156vw rgba(0, 0, 0, 0.5) inset;
  padding: 0 0.625vw;
  font-size: 0.833vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 22.39vw;
  height: 2.343vw;
  line-height: 2.343vw;
  border: none;
  outline: none;
}

#layer-search .search-area .soBox .sub {
  background-color: transparent;
  width: 6.25vw;
  font-size: 0.937vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  height: 2.343vw;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#layer-search .search-area .soBox .sub em {
  color: #ffffff;
}
