@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.four {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.cover {
  object-fit: cover;
}
.hide {
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.bor_b {
  border-bottom: solid 1px #eaeaea;
}
.bgw {
  background: #fff;
}
.content {
  width: 15.66rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f85 {
  font-size: 0.85rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 0.14rem;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.black {
  color: #454545;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.wid70 {
  width: 70%;
}
.blue {
  color: #094992;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1.13rem;
  z-index: 9;
}
.index-app.on .header_bg {
  background: url(../images/header_bg.jpg) no-repeat center top;
  background-size: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.logo img {
  width: 3.18rem;
}
.ss_btn {
  width: 0.26rem;
  height: 0.28rem;
  cursor: pointer;
}
.ss_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn img:last-child {
  opacity: 0;
}
.nav {
  width: 8.22rem;
  color: #04447c;
  height: 100%;
}
.nav ul {
  height: 100%;
}
.nav li {
  width: 1.37rem;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 0.17rem 0 0;
}
.nav li > a {
  position: relative;
  display: block;
  height: 0.78rem;
  line-height: 0.78rem;
}
.nav li > a::after {
  width: 0;
  height: 0.78rem;
  background: url(../images/nav.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transition: all 0.6s;
}
.nav li.active {
  background: #fff;
}
.nav li.active > a::after {
  width: 0.57rem;
}
.nav li:hover {
  background: #fff;
}
.nav li:hover > a::after {
  width: 0.57rem;
}
.subnav {
  width: 100%;
  position: absolute;
  top: 1.13rem;
  left: 0;
  background: #fff;
  padding-bottom: 0.1rem;
  display: none;
}
.subnav a {
  font-size: 0.16rem;
  line-height: 0.46rem;
  display: block;
}
.subnav a:hover {
  background: url(../images/subnav.png) no-repeat center bottom;
  background-size: 0.25rem 0.11rem;
  font-weight: bold;
}
.search_box {
  width: 7.39rem;
  height: 3.24rem;
  background: url(../images/search_box.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2.6rem;
  z-index: 2;
  transform: translateX(-0.2rem);
  padding: 0.54rem 0.7rem 0 0.54rem;
  color: #fff;
}
.search_tab {
  margin-bottom: 0.15rem;
}
.search_tab li {
  margin-right: 0.44rem;
  position: relative;
  padding-bottom: 0.1rem;
  cursor: pointer;
}
.search_tab li::after {
  width: 0;
  height: 0.04rem;
  background: #fff;
  border-radius: 0.02rem;
  display: block;
  content: "";
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.6s;
}
.search_tab li:hover::after {
  width: 0.18rem;
}
.search_tab li.current::after {
  width: 0.18rem;
}
.search_list {
  height: 0.5rem;
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.03rem 0.05rem;
  display: none;
}
.search_list:first-child {
  display: flex;
}
.search_select {
  border: none;
  width: 1.1rem;
  background: url(../images/nar1.png) no-repeat right center;
  background-size: 0.09rem 0.07rem;
}
.search_txt {
  width: 3.6rem;
  height: 0.36rem;
  border: none;
  border-left: solid 2px #f2f2f2;
  background: #fff;
  padding: 0 0.15rem;
}
.search_btn {
  width: 1.08rem;
  height: 0.44rem;
  background: #003d74;
  border: none;
  color: #fff;
  border-radius: 0.1rem;
}
.banner_nav {
  padding: 0.35rem 0.13rem 0;
}
.banner_nav li {
  transition: all 0.3s;
  text-align: center;
}
.banner_nav li img {
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.1rem;
}
.banner_nav li:hover {
  margin-top: -0.1rem;
}
.banner .swiper-pagination {
  text-align: right;
  padding-right: 1.77rem;
}
.banner .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.15rem;
  background: url(../images/dot1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.1rem;
}
.banner .swiper-pagination-bullet-active {
  width: 0.34rem;
  height: 0.24rem;
  background: url(../images/dot2.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(0.03rem);
}
.bg1 {
  background: url(../images/bg1.png) no-repeat center top;
  background-size: 100%;
  padding: 0.5rem 0 0;
}
.tit img {
  width: 0.34rem;
  height: 0.44rem;
}
.tit_list {
  margin-left: 0.6rem;
}
.tit_list li {
  margin-right: 0.4rem;
  cursor: pointer;
}
.tit_list li:hover {
  color: #094992;
}
.tit_list li.current {
  color: #094992;
}
.news {
  display: none;
}
.news:first-child {
  display: flex;
}
.more {
  width: 1.33rem;
  height: 0.37rem;
  background: url(../images/more1.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: -0.56rem;
}
.more:hover {
  background: url(../images/more3.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.news_banner {
  width: 7.93rem;
}
.news_banner li {
  height: 4.25rem;
  padding: 0.1rem;
}
.news_banner li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news_banner li a::after {
  width: 100%;
  height: 100%;
  background: url(../images/news_pic_bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.news_banner li img {
  object-fit: cover;
}
.news_banner .swiper-pagination {
  text-align: right;
  padding-right: 0.25rem;
  bottom: 0.3rem;
}
.news_banner .swiper-pagination-bullet {
  background: #fff;
  width: 0.16rem;
  height: 0.05rem;
  border-radius: 0.25rem;
}
.news_banner_con {
  width: 7.73rem;
  height: 4.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/hei_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 0 0.3rem 0.45rem;
}
.news_banner_con span {
  background: rgba(189, 26, 45, 0.6);
  width: 0.9rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 0.3rem;
  margin: 0.13rem 0 0;
}
.news_box {
  width: 7.25rem;
}
.news_head {
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 0.23rem;
}
.news_date {
  width: 1.4rem;
  height: 1.1rem;
  background: url(../images/news_date.jpg) no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  line-height: 1.4;
}
.news_con {
  width: 5.52rem;
}
.news_list li {
  background: url(../images/cicle1.png) no-repeat left center;
  background-size: 0.23rem 0.22rem;
  padding-left: 0.4rem;
  margin-bottom: 0.2rem;
}
.news_list li:hover {
  background: url(../images/cicle2.png) no-repeat left center;
  background-size: 0.23rem 0.22rem;
}
.news_list li:hover a {
  font-weight: bold;
  color: #094992;
}
.nav1 {
  width: 6.5rem;
  height: 2.3rem;
}
.nav1 li {
  width: 3.15rem;
  position: relative;
  margin-bottom: 0.23rem;
}
.nav1 li:first-child {
  width: 100%;
}
.nav1 li:first-child h2 {
  color: #fff;
}
.nav1 li:nth-child(2) h2 {
  background: linear-gradient(to right, #0451b3, #0b9bbf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav1 li:nth-child(3) h2 {
  background: linear-gradient(to right, #36484d, #b43737);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav1 li h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.nav2 {
  width: 8.9rem;
}
.nav2 li {
  width: 0.81rem;
  margin-right: 0.05rem;
  position: relative;
  transition: all 0.6s;
}
.nav2 li:last-child {
  margin-right: 0;
}
.nav2 li img {
  height: 2.3rem;
  object-fit: cover;
  object-position: right;
}
.nav2 li h2 {
  width: 0.28rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  color: #fff;
  line-height: 1.1;
  background: url(../images/line2.png) no-repeat center bottom;
  background-size: 0.13rem 0.89rem;
  padding-bottom: 1.2rem;
}
.nav2 li.current {
  width: 6.27rem;
}
.nav2 li.current h2 {
  background: none;
}
.bg2 {
  background: url(../images/index_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.75rem 0 0.85rem;
}
.huodong_left {
  width: 10.45rem;
  height: 5.96rem;
  background: url(../images/huodong_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.35rem 0.37rem 0 0.47rem;
}
.date_list {
  width: 4.15rem;
  margin-left: 0.4rem;
}
.date_list .swiper {
  width: 3.1rem;
}
.date_list .swiper li {
  background: #ececec;
  text-align: center;
  height: 0.33rem;
  line-height: 0.33rem;
  cursor: pointer;
}
.date_list .swiper li.on {
  background: url(../images/date.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.date_list .swiper li:hover {
  background: url(../images/date.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.date_list .swiper-button-prev,
.date_list .swiper-button-next {
  background: #ececec;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 100%;
  margin: 0;
  top: -0.02rem;
}
.date_list .swiper-button-prev::after,
.date_list .swiper-button-next::after {
  color: #444;
  font-weight: bold;
  font-size: 0.12rem;
}
.date_list .swiper-button-prev {
  left: 0;
}
.date_list .swiper-button-next {
  right: 0;
}
.huodong_list {
  padding: 0.34rem 0 0;
}
.huodong_list li {
  margin-bottom: 0.1rem;
}
.huodong_list li:last-child .huodong_list_con {
  border-bottom: none;
}
.huodong_list li:hover .huodong_list_con {
  color: #094992;
}
.huodong_tab {
  width: 0.66rem;
  height: 0.22rem;
  background: url(../images/h1.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 0.09rem;
  line-height: 0.22rem;
  color: #094992;
}
.huodong_tab1 {
  background: url(../images/h2.png) no-repeat;
  background-size: 100% 100%;
  color: #ea4c4d;
}
.huodong_tab2 {
  background: url(../images/h3.png) no-repeat;
  background-size: 100% 100%;
  color: #5fb761;
}
.huodong_tab3 {
  background: url(../images/h4.png) no-repeat;
  background-size: 100% 100%;
  color: #5abed9;
}
.huodong_list_con {
  width: calc(100% - 0.8rem);
  border-bottom: dashed 2px #e3e3e3;
  padding-bottom: 0.08rem;
  line-height: 0.22rem;
}
.nav3 {
  width: 4.85rem;
}
.nav3_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.3rem 0 0;
}
.nav3_con h2 {
  color: #fff;
}
.nav3_con a {
  width: 1.31rem;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  margin: 0 0.05rem;
}
.nav3_con a:first-child {
  background: url(../images/nav1.png) no-repeat;
  background-size: 100% 100%;
}
.nav3_con a:nth-child(2) {
  background: url(../images/nav2.png) no-repeat;
  background-size: 100% 100%;
}
.nav3_con a:nth-child(3) {
  background: url(../images/nav3.png) no-repeat;
  background-size: 100% 100%;
}
.nav3_list li {
  position: relative;
  margin-top: 0.18rem;
}
.nav3_list li img {
  height: 1.22rem;
}
.nav3_list li a {
  height: 100%;
  display: block;
}
.nav3_list li h4 {
  position: absolute;
  width: 100%;
  padding-left: 0.44rem;
  color: #fff;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.bg3 {
  background: url(../images/tuijian_bg.jpg) no-repeat center top #fff;
  background-size: 100%;
  padding: 0.75rem 0 0.55rem;
}
.bang_tit li {
  margin-right: 0.6rem;
  cursor: pointer;
  line-height: 0.44rem;
}
.bang_tit li.on {
  color: #094992;
  background: url(../images/tit.png) no-repeat left center;
  background-size: 0.34rem 0.44rem;
  padding-left: 0.54rem;
  font-weight: bold;
}
.bang_tit li:hover {
  color: #094992;
  background: url(../images/tit.png) no-repeat left center;
  background-size: 0.34rem 0.44rem;
  padding-left: 0.54rem;
  font-weight: bold;
}
.bang {
  display: none;
}
.bang:first-child {
  display: block;
}
.bang li {
  background: #f7f7f7;
  height: 3.8rem;
}
.bang li a {
  padding: 0.4rem 0.45rem 0;
  display: block;
  position: relative;
}
.bang .swiper-pagination {
  position: static;
  margin: 0.3rem 0 0;
}
.bang .swiper-pagination-bullet {
  background: #c9d7e7;
  opacity: 1;
}
.bang .swiper-pagination-bullet-active {
  background: #094992;
}
.bang .more {
  top: -0.65rem;
}
.bang_tit {
  line-height: 0.26rem;
}
.bang_book {
  position: relative;
}
.bang_book img {
  height: 2.4rem;
  object-fit: contain;
}
.bang_book::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/biao.png) no-repeat center center rgba(9, 73, 146, 0.9);
  background-size: 1.8rem 1.8rem;
  content: "";
  display: block;
  transition: all 0.6s;
}
.bang_num {
  width: 0.36rem;
  top: 0;
  left: 0.1rem;
  z-index: 6;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 2.6rem;
  color: #fff;
}
.footer {
  width: 13.25rem;
  padding: 0.48rem 0 0;
}
.footer_nav {
  margin-left: -0.35rem;
  border-bottom: solid 1px #4f4f4f;
  padding-bottom: 0.2rem;
}
.footer_nav a {
  line-height: 1;
  padding: 0 0.35rem;
}
.contact li {
  width: 5rem;
  margin-bottom: 0.1rem;
}
.contact li img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.25rem;
}
.contact li:nth-child(3n+3) {
  width: 2.85rem;
}
.code {
  padding: 0.55rem 0 0;
}
.code img {
  width: 1.34rem;
  height: 1.34rem;
}
.piao {
  position: fixed ;
  right: 1% ;
  top: 40%;
  z-index: 5;
}
.pop_close {
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.5);
  right: 10px;
  top: 10px;
  color: #fff;
  border-radius: 100%;
  line-height: 22px;
  cursor: pointer;
  font-size: 14px;
}
.m_banner {
  margin: 1.13rem 0 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 35%;
  color: #fff;
}
.m_tit h2 {
  font-size: 0.66rem;
}
.path_bg {
  background: #f8f8f8;
  height: 0.74rem;
}
.type a {
  margin-right: 0.4rem;
}
.type a.on {
  background: url(../images/tit.png) no-repeat left center;
  background-size: 0.2rem 0.26rem;
  padding-left: 0.3rem;
  font-weight: bold;
  color: #094992;
}
.type a:hover {
  background: url(../images/tit.png) no-repeat left center;
  background-size: 0.2rem 0.26rem;
  padding-left: 0.3rem;
  font-weight: bold;
  color: #094992;
}
.path {
  background: url(../images/path.png) no-repeat left center;
  background-size: 0.23rem 0.23rem;
  padding-left: 0.4rem;
}
.child_bg {
  background: url(../images/child_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.55rem 0 0.5rem;
}
.story_bg {
  background: url(../images/ting_bg1.png) no-repeat;
  background-size: 100% 100%;
  height: 3.45rem;
  padding: 0.4rem 0.42rem 0;
  margin: 0.3rem 0 0.65rem;
}
.story_pic {
  height: 2.27rem;
}
.huigu_box {
  width: 10.93rem;
}
.huigu {
  background: url(../images/ting_bg2.png) no-repeat;
  background-size: 100% 100%;
  height: 3.96rem;
  margin: 0.25rem 0 0;
  padding: 0.42rem 0.5rem 0 0.43rem;
}
.qimiao_box {
  width: 4.43rem;
}
.qimiao {
  background: url(../images/ting_bg3.png) no-repeat;
  background-size: 100% 100%;
  height: 3.96rem;
  margin: 0.25rem 0 0;
  padding: 0.48rem 0.44rem 0;
}
.huigu_list1 {
  width: 2.38rem;
}
.huigu_list1 li {
  height: 1.45rem;
  position: relative;
  margin-bottom: 0.15rem;
}
.huigu_list1 li a {
  display: block;
}
.huigu_list1 li::after {
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/video.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.huigu_list2 {
  width: 7.3rem;
  height: 3rem;
}
.huigu_list2::after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.huigu_list2::before {
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.huigu_list2 li {
  width: 3.1rem;
  padding: 0.2rem 0 0;
}
.qimiao_pic {
  height: 2.18rem;
}
.qimiao .two {
  line-height: 0.38rem;
}
.jingpin_tit_box {
  margin: 0.7rem 0 0.4rem;
}
.jingpin_tit_box .more {
  top: 0.05rem;
}
.tit1 {
  background: url(../images/tit2.png) no-repeat center;
  background-size: 2.34rem 0.44rem;
}
.jingpin_left {
  width: 7.63rem;
  height: 5.16rem;
}
.jingpin_left a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0.1rem 0.1rem 0;
}
.jingpin_left a::after {
  width: 100%;
  height: 100%;
  background: url(../images/ting_bg5.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.jingpin_pic {
  height: 4.24rem;
}
.jingpin_tit {
  width: 90%;
  right: 0;
  margin: 0 auto;
  bottom: 0.25rem;
  left: 0;
  z-index: 2;
}
.jingpin_right {
  width: 7.58rem;
}
.jingpin_right li {
  width: 3.63rem;
  margin-bottom: 0.25rem;
}
.jingpin_right_pic {
  width: 100%;
  height: 1.96rem;
  padding: 0.1rem;
}
.jingpin_right_pic::after {
  width: 100%;
  height: 100%;
  background: url(../images/ting_bg6.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.main_bg {
  background: url(../images/main_bg.jpg) no-repeat center top #fff;
  background-size: 100%;
}
.main {
  padding: 0.65rem 0 0.45rem;
}
.m_story_list {
  padding-bottom: 0.4rem;
}
.m_story_list li {
  width: 3.49rem;
  margin: 0 0.54rem 0.32rem 0;
}
.m_story_list li:nth-child(4n+4) {
  margin-right: 0;
}
.m_story_list_pic {
  height: 2.27rem;
}
.m_story_list_pic::after {
  width: 0.68rem;
  height: 0.68rem;
  background: url(../images/audio.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.m_huodong_list .m_story_list_pic::after {
  background: url(../images/video.png) no-repeat center center;
  background-size: 100% 100%;
}
.pagination {
  text-align: center;
}
.pagination a {
  line-height: 0.42rem;
  display: inline-block;
  text-align: center;
  border: solid 1px #e6e6e6;
  padding: 0 0.17rem;
  margin: 0 0.05rem;
  border-radius: 0.03rem;
}
.pagination a.active {
  background: #094992;
  color: #fff;
}
.story_show_box {
  width: 11.7rem;
  margin: 0 auto;
  padding: 0.55rem 0 0.85rem;
}
.story_show {
  padding: 0.55rem 0 0.7rem;
}
.strory_show_pic {
  width: 7rem;
  border-radius: 0.2rem;
}
.strory_show_con {
  width: 3.85rem;
}
.audio_bg {
  background: url(../images/audio_line.png) no-repeat center center;
  background-size: 3.85rem 0.81rem;
}
.strory_show_smallpic {
  width: 1.7rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 100%;
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 auto;
}
.audio-left {
  text-align: center;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
.audio-left img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: initial;
  cursor: pointer;
}
.audio-right {
  width: 100%;
  margin: 0.5rem 0 0;
}
.audio-right p {
  height: 35%;
  margin: 12px 0 2px 0;
}
.progress-bar-bg {
  background-color: #f0f1f3;
  position: relative;
  height: 0.1rem;
  border-radius: 0.05rem;
  cursor: pointer;
}
.progress-bar {
  background-color: #ffd739;
  width: 0;
  height: 100%;
  border-radius: 0.05rem;
}
.progress-bar-bg span {
  content: " ";
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/tuo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  cursor: pointer;
}
.audio-time {
  overflow: hidden;
  margin: 0.2rem 0;
  color: #b1b3b6;
  font-size: 14px;
}
.nextpage {
  width: 50%;
}
.nextpage a {
  display: block;
  color: #000;
}
.nextpage a:hover {
  color: #094992;
}
.backlist {
  width: 1.86rem;
  height: 0.55rem;
  background: #094992;
  color: #fff;
}
.xx_tit {
  line-height: 1.5;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.xx_txt {
  padding: 0.4rem 0;
  line-height: 2;
  min-height: 7rem;
  color: #666;
}
.xx_txt img {
  max-width: 100%;
}
.m_jieyue {
  margin: 0.3rem 0 0;
  border: solid 1px #eeeeee;
  background: #fff;
}
.m_jieyue h2 {
  background: #04447c;
  color: #fff;
  padding: 0 40px;
  font-weight: normal;
}
.m_jieyue_list {
  padding: 0.15rem 0.35rem;
}
.m_jieyue_list li {
  margin: 0.15rem 0;
  width: 50%;
}
.left {
  width: 2.6rem;
}
.left_type li {
  margin-bottom: 0.1rem;
}
.left_type li h3 {
  height: 0.7rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  background: #f8f8f8;
  position: relative;
  cursor: pointer;
}
.left_type li h3 span {
  background: url(../images/nar3.png) no-repeat;
  background-size: 100% 100%;
  width: 0.19rem;
  height: 0.11rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.22rem;
}
.left_type li.current h3 {
  background: url(../images/type1.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.left_type li.current h3 span {
  background: url(../images/nar4.png) no-repeat;
  background-size: 100% 100%;
}
.left_type li:hover h3 {
  background: url(../images/type1.jpg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.left_type li:hover h3 span {
  background: url(../images/nar4.png) no-repeat;
  background-size: 100% 100%;
}
.subtype {
  margin: 3px 0 0;
  background: #f8f8f8;
  padding: 0.2rem 0.25rem;
  display: none;
}
.subtype a {
  display: block;
  background: url(../images/type2.png) no-repeat left center;
  background-size: 0.34rem 0.16rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
}
.subtype a:hover {
  background: url(../images/type3.png) no-repeat left center;
  background-size: 0.34rem 0.16rem;
  color: #094992;
  font-weight: bold;
}
.subtype a.on {
  background: url(../images/type3.png) no-repeat left center;
  background-size: 0.34rem 0.16rem;
  color: #094992;
  font-weight: bold;
}
.right {
  width: 12.55rem;
}
.m_about {
  padding: 0.6rem 0 0.7rem;
}
.m_about_year {
  line-height: 1;
  font-family: Gilroy Bold;
}
.m_about_bg {
  background: url(../images/m_about_bg.jpg) no-repeat #fff;
  background-size: 100%;
  padding-bottom: 1rem;
}
.guancang_list li {
  width: 1.8rem;
  height: 5.24rem;
  position: relative;
  margin-right: 0.15rem;
  transition: all 0.6s;
}
.guancang_list li::before {
  width: 100%;
  height: 100%;
  background: url(../images/guancang_logo.png) no-repeat right center rgba(0, 0, 0, 0.4);
  background-size: 1.08rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.guancang_list li.current {
  width: 9.85rem;
}
.guancang_list li.current::before {
  background: url(../images/line1.png) no-repeat center center rgba(0, 0, 0, 0.4);
  background-size: 9.66rem 5.02rem;
}
.guancang_list li.current .guancang_list_con {
  padding: 0.5rem 0.6rem 0;
}
.guancang_list li.current .guancang_list_con h2 {
  width: auto;
}
.guancang_list li.current .guancang {
  opacity: 1;
}
.guancang_list li:last-child {
  margin-right: 0;
}
.guancang_list_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.7rem 0 0;
}
.guancang_list_con h2 {
  font-size: 0.36rem;
  color: #fff;
  width: 0.36rem;
  line-height: 1.1;
  margin: 0 auto;
}
.guancang {
  background: url(../images/guancang_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 3.32rem;
  padding: 0.3rem 0.25rem;
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.guancang_guan {
  width: 52%;
  padding-left: 4%;
}
.guancang_name {
  width: 35%;
  background: url(../images/tit3.png) no-repeat 0.24rem 0.02rem;
  background-size: 0.25rem 0.19rem;
  padding-left: 0.56rem;
}
.guancang_address {
  width: 13%;
  text-align: center;
}
.guancang_head {
  background: url(../images/guancang_tit.jpg) no-repeat;
  background-size: 100% 100%;
  height: 0.49rem;
  color: #fff;
  line-height: 0.49rem;
}
.guancang_head .guancang_name {
  padding-left: 0.54rem;
  background: none;
}
.guancang_content {
  margin: 0.15rem 0 0;
  height: 2rem;
}
.guancang_content .swiper-slide {
  height: 0.4rem;
  line-height: 1.5;
}
.jiagou_bg {
  background: url(../images/jiagou_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.75rem 0 0.85rem;
}
.tit4 {
  background: url(../images/tit4.png) no-repeat center center;
  background-size: 2.74rem 0.44rem;
}
.jiagou_list {
  margin: 0.6rem 0.3rem 0;
}
.jiagou_list li {
  width: 0.7rem;
  background: url(../images/jiagou.png) no-repeat;
  background-size: 100% 100%;
  height: 3.35rem;
  color: #fff;
  padding: 0.55rem 0 0;
  line-height: 0.7rem;
  writing-mode: vertical-lr;
}
.pc .jiagou_list li {
  margin: 0 0.05rem;
}
.m_fengcai_box {
  padding: 0.75rem 0 0.85rem;
}
.m_fengcai {
  margin-top: 0.7rem;
}
.m_fengcai li img {
  height: 3.9rem;
  object-fit: cover;
}
.m_fengcai li p {
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 0.67rem;
  padding: 0 0.2rem;
  display: none;
}
.m_fengcai li.swiper-slide-active p {
  display: block;
}
.right_tit span {
  position: relative;
  display: inline-block;
}
.right_tit span::after {
  width: 100%;
  height: 0.05rem;
  background: #094992;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.right_news {
  padding: 0.25rem 0 0.6rem 0.05rem;
}
.right_news li {
  background: url(../images/cicle1.png) no-repeat left 0.25rem;
  background-size: 0.23rem 0.22rem;
  padding-left: 0.35rem;
}
.right_news li > div {
  border-bottom: dashed 1px #d8dad9;
  padding: 0.2rem 0;
}
.right_news li:hover {
  background: url(../images/cicle2.png) no-repeat left 0.25rem;
  background-size: 0.23rem 0.22rem;
}
.right_news li:hover a {
  font-weight: bold;
  color: #094992;
}
.m_pinpai {
  width: 7.63rem;
  margin: 0.5rem 0 0;
}
.m_pinpai_con {
  background: url(../images/pai_bg1.png) no-repeat;
  background-size: 100% 100%;
  height: 3.96rem;
  padding: 0.4rem 0.4rem 0;
}
.m_pinpai_pic {
  width: 2.15rem;
  height: 1.22rem;
  margin-right: 0.25rem;
}
.m_pinpai_text {
  width: 4.3rem;
}
.video_icon::after {
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/video.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m_pinpai_list {
  margin-top: 0.5rem;
}
.m_pinpai_list li img {
  height: 1.9rem;
}
.m_pinpai_list li h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pin.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0.5rem;
}
.type1 a {
  margin-right: 0.3rem;
}
.m_news {
  padding: 0.6rem 0 0.4rem;
}
.m_news li {
  border: solid 1px #f7f8f8;
  background: #ffffff;
  padding: 0.25rem 0.2rem 0.25rem 0;
  margin-bottom: 0.4rem;
}
.m_news li:hover {
  background: #fafafa;
}
.m_news_date {
  width: 1.88rem;
  border-right: solid 1px #d9d9d9;
  padding-left: 0.45rem;
  line-height: 1.5;
}
.m_news_con {
  width: 10.3rem;
}
.m_news_pic {
  width: 2.17rem;
  height: 1.15rem;
}
.m_book {
  padding: 0.5rem 0;
}
.m_book li {
  width: 7.63rem;
  height: 3.46rem;
  background: url(../images/book_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.55rem 0.5rem 0 0.25rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.m_book li .bang_num {
  top: 0.1rem;
  left: 0.4rem;
}
.m_book li:hover .m_book_pic img {
  transform: scale(1.05);
}
.m_book_pic {
  width: 2.42rem;
  height: 2.42rem;
}
.m_book_pic img {
  object-fit: cover;
  transition: all 0.6s;
}
.m_book_con {
  width: 4.4rem;
}
.m_book_con .two {
  line-height: 1.3;
}
.m_book_con .four {
  line-height: 1.5;
}
.m_book_tips {
  border-top: solid 1px #f8f8f8;
  border-bottom: solid 1px #f8f8f8;
  padding: 0.1rem 0;
  margin: 0.1rem 0;
}
.bang_num1 {
  width: 0.35rem;
  height: 0.35rem;
  background: #094992;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.25rem;
  left: 0.36rem;
  z-index: 6;
}
.m_news1 li {
  background: #fff;
  border: solid 1px #e9e9e9;
  padding: 0.14rem 0.35rem 0.14rem 0.14rem;
  margin-bottom: 0.35rem;
}
.m_news1 li:hover {
  background: #fafafa;
}
.m_news1 li:hover .m_news1_more {
  color: #094992 !important;
}
.m_news1_pic {
  width: 2.4rem;
  height: 1.4rem;
}
.m_news1_con {
  width: 12.45rem;
}
.ziyuan_tit {
  padding: 0 0.55rem;
}
.ziyuan_tit .swiper {
  padding-bottom: 0.2rem;
}
.ziyuan_tit li {
  width: auto !important;
  line-height: 0.26rem;
  cursor: pointer;
}
.ziyuan_tit li::after {
  width: 0;
  height: 0.05rem;
  background: #094992;
  border-radius: 0.25rem;
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.6s;
}
.ziyuan_tit li.on {
  color: #094992;
  font-weight: bold;
}
.ziyuan_tit li.on::after {
  width: 0.4rem;
}
.ziyuan_tit li:hover {
  color: #094992;
  font-weight: bold;
}
.ziyuan_tit li:hover::after {
  width: 0.4rem;
}
.ziyuan_tit .swiper-button-prev,
.ziyuan_tit .swiper-button-next {
  width: 0.2rem;
  height: 0.26rem;
  margin: 0;
  top: 0;
}
.ziyuan_tit .swiper-button-prev::after,
.ziyuan_tit .swiper-button-next::after {
  display: none;
}
.ziyuan_tit .swiper-button-prev {
  background: url(../images/tit.png) no-repeat;
  background-size: 0.21rem 0.26rem;
  left: 0;
}
.ziyuan_tit .swiper-button-next {
  background: url(../images/tit_fan.png) no-repeat;
  background-size: 0.21rem 0.26rem;
  right: 0;
}
.ziyuan_head {
  height: 0.72rem;
  background: #04447c;
  color: #fff;
  padding: 0 0 0 0.65rem;
}
.ziyuan1 {
  width: 4.2rem;
}
.ziyuan2 {
  width: 7.1rem;
}
.ziyuan3 {
  width: 1.6rem;
}
.ziyuan_list_tit {
  padding: 0 0 0 0.65rem;
  height: 0.7rem;
}
.ziyuan_nar {
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/jia.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.ziyuan_list li {
  margin-top: 5px;
}
.ziyuan_list li h3 {
  cursor: pointer;
  background: #f7f8fc;
}
.ziyuan_list li.current h3 {
  background: #eff2ff;
}
.ziyuan_list li.current .ziyuan1 {
  width: 90%;
  color: #094992;
  font-weight: bold;
}
.ziyuan_list li.current .ziyuan2 {
  display: none;
}
.ziyuan_list li.current .ziyuan_nar {
  background: url(../images/jian.png) no-repeat;
  background-size: 100% 100%;
}
.ziyuan_list_txt {
  background: #eff2ff;
  padding: 0.25rem 0.65rem;
  margin: 2px 0 0;
  display: none;
}
.ziyuan_show_box {
  background: #f7f8fc;
  padding: 0.45rem 0.5rem 0.55rem;
  margin: 0.2rem 0 0;
}
.ziyuan_show_tit {
  width: 4.75rem;
  line-height: 0.7rem;
  background: #fff;
  padding: 0 0.4rem;
}
.ziyuan_show_txt {
  padding: 0.2rem 0.45rem;
}
.ziyuan_show_txt img {
  max-width: 100%;
}
.m_xinxi {
  padding-bottom: 0.2rem;
}
.m_xinxi li {
  width: 4.97rem;
  margin: 0 0.37rem 0.4rem 0;
}
.m_xinxi li:nth-child(3n+3) {
  margin-right: 0;
}
.m_xinxi li:hover .f22 {
  color: #094992;
}
.m_xinxi_pic {
  height: 2.64rem;
  padding: 0.06rem;
}
.m_xinxi_pic::after {
  width: 100%;
  height: 100%;
  background: url(../images/ziyuan_bg.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.m_xinxi_pic img {
  object-fit: cover;
}
.jianshe_pic {
  height: 1.96rem;
}
.jianshe_pic a {
  display: block;
  padding: 0.1rem;
  position: relative;
}
.jianshe_pic a::after {
  width: 100%;
  height: 100%;
  background: url(../images/jian_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.jianshe_pic img {
  object-fit: cover;
}
.jianshe_tit {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.4rem 0 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
}
.m_xueshu .m_news_con {
  width: 13rem;
}
.left_book_bg {
  background: url(../images/left_book.png) no-repeat;
  height: 3.95rem;
  padding: 0.25rem 0.25rem 0;
}
.left_link li {
  padding-left: 0.4rem;
  line-height: 0.7rem;
  margin-bottom: 0.15rem;
}
.left_link li:first-child {
  background: url(../images/left_link1.jpg) no-repeat;
  background-size: 100% 100%;
}
.left_link li:nth-child(2) {
  background: url(../images/left_link2.jpg) no-repeat;
  background-size: 100% 100%;
}
.left_link li img {
  width: 0.33rem;
  height: 0.33rem;
  margin-right: 0.2rem;
}
.right_type li {
  width: 2.4rem;
  height: 0.6rem;
  background: url(../images/right_type1.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.6rem;
  padding-left: 0.85rem;
  margin-right: 0.2rem;
}
.right_type li:hover {
  background: url(../images/right_type2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.right_type li.on {
  background: url(../images/right_type2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
