@charset "UTF-8";
body {
  color: #333;
  background: #fbfcfd;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Î¢ÈíÑÅºÚ';
  transition: all 0.2s ease-in;
  position: relative;
  background: #055597;
}

body.body-left {
  left: 4rem;
}

body.body-left .iconcaidan3 {
  display: none;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-ellipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.wrap {
  padding: 0 0.24rem;
}

.df {
  display: flex;
}

.dfc {
  display: flex;
  align-items: center;
}

.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-title {
  width: 100%;
  background: #f6f6f6;
}

.common-title .headtitle {
  width: 2.34rem;
  height: 0.56rem;
  background: #025393;
  font-size: 0.3rem;
  line-height: 0.56rem;
  background: #025393;
  color: #fff;
  text-align: center;
}

.news-recomand .hd {
  width: 100%;
  background: #f6f6f6;
}

.news-recomand .hd li {
  width: 2.34rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  position: relative;
  cursor: pointer;
  font-size: 0.3rem;
}

.news-recomand .hd li span {
  display: none;
}

.news-recomand .hd li.on {
  background: #025393;
  color: #fff;
}

.news-recomand .hd li.on span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.3rem;
  font-size: 22px;
  color: #025393;
}

.news-recomand .bd {
  padding: 0 0.24rem;
}

.news-recomand .bd ul {
  padding: 0.35rem 0 0.4rem 0;
}

.news-recomand .bd ul li {
  margin-bottom: 0.3rem;
}

.news-recomand .bd ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.news-recomand .bd ul li:hover span:nth-child(1) {
  color: #025393;
}

.news-recomand .bd ul li a {
  display: flex;
  justify-content: space-between;
}

.news-recomand .bd ul li a span:nth-child(1) {
  width: 4.26rem;
  font-size: 0.24rem;
}

.news-recomand .bd ul li a span:nth-child(2) {
  color: #999;
  font-size: 0.24rem;
}

.news {
  margin-top: 0.42rem;
  box-sizing: border-box;
}

.news .left {
  position: relative;
  width: 100%;
  height: 4.82rem;
  overflow: hidden;
}

.news .left .bd {
  position: absolute;
  height: 4.82rem;
  left: 0;
  top: 0;
  z-index: 0;
}

.news .left .bd img {
  width: 100%;
  height: 100%;
}

.news .left .text {
  color: #fff;
  position: absolute;
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 20px;
  width: 5.01rem;
  display: inline-block;
  z-index: 10000;
  bottom: 0px;
  font-size: 0.3rem;
}

.news .left .button {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 0.25rem;
  text-align: right;
}

.news .left .button a {
  font-size: 0.2rem;
}

.news .left .button span {
  font-size: 0.2rem;
  font-weight: 200;
}

.news .left .button .text {
  transform: scale(0.8);
  display: inline-block;
}

.news .left .button .prev {
  display: inline-block;
  transform: rotate(180deg);
}

.news .left .button a {
  color: #fff;
}

.news .right {
  background: #fff;
  padding-top: 0.45rem;
}

.sidebar {
  margin-top: 0.42rem;
}

.sidebar ul {
  background: #fff;
  flex-wrap: wrap;
  padding: 0.2rem 0.14rem 0.36rem 0.14rem;
}

.sidebar ul li {
  width: 3.22rem;
  height: 0.85rem;
  font-size: 0.28rem;
  background-size: 100% 100%;
  margin-right: 0.15rem;
  display: flex;
  background-size: 100% 100%;
  margin-top: 0.16rem;
  background-size: 100% 100% !important;
}
.sidebar ul li a > div:nth-child(2) {
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
.sidebar ul li a {
  display: block;
  display: flex;
  align-items: center;
  padding-left: 0.15rem;
}

.sidebar ul li:nth-child(2n + 1) {
  margin-left: 0;
}

.sidebar ul li .iconfont {
  color: #ffffff;
  font-size: 0.3rem !important;
  margin-top: -0.08rem;
}
.sidebar ul li .name {
  font-size: 0.24rem;
  font-weight: 700;
  color: #ffffff;
}
.sidebar ul li .alias {
  width: 100%;
  color: #ffffff;
  font-size: 0.24rem;
  display: flex;
  justify-content: flex-start;
  margin-top: -0.02rem;
}
.sidebar ul li .alias span {
  display: block;
  width: 5rem;
  font-size: 0.12rem;
  transform: scale(0.45);
  left: 0;
  position: relative;
  left: -1.36rem;
}

.about {
  margin-top: 0.42rem;
}

.about > div {
  padding-bottom: 0.5rem;
}

.about .containers {
  margin-top: 0.32rem;
  background: #fff;
  overflow: hidden;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
}

.about #certify {
  height: 4rem;
  position: relative;
  margin: 0.16rem 0 0;
  overflow: hidden;
  background-image: url('/themes/mobile_template/public/assets/images/index_back.jpg');
  background-size: 100% 100%;
}

.about #certify .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.about #certify .swiper-slide {
  width: 4.21rem;
  height: 2.83rem;
}

.about #certify .swiper-slide img {
  display: block;
}

.about #certify .swiper-pagination {
  width: 100%;
  bottom: 0rem;
}

.about #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.12rem;
  width: 0.15rem;
  height: 0.15rem;
  background: #d5d5d5;
  border-radius: 50%;
}

.about #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #025393;
}

.about .about-text {
  margin: 0.37rem 0.2rem 0 0.2rem;
  box-shadow: 0px 3px 76px 0px rgba(231, 231, 231, 0.5);
  background: #fff;
  padding: 0.4rem 0.2rem;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.51rem;
  text-align: justify;
}

.civilization {
  margin-top: 0.42rem;
}

.civilization .news-recomand {
  background: #fff;
  padding-top: 0.28rem;
}

.civilization .news-recomand .bd ul {
  padding-bottom: 0.1rem !important;
  padding-top: 0;
}

.civilization .news-recomand .bd li {
  padding: 0.32rem 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ececec;
}

.civilization .news-recomand .bd li:nth-last-child(1) {
  border-bottom: none;
}

.outcome {
  margin-top: 0.42rem;
}

.outcome .inner-container {
  background: #fff;
  overflow: hidden;
  padding: 0 0.2rem;
}

.outcome .inner-container .title {
  margin-top: 0.45rem;
}

.outcome .inner-container .title p {
  text-align: center;
}

.outcome .inner-container .title p:nth-child(2) {
  font-size: 0.44rem;
  font-weight: bold;
  color: #000000;
  margin-top: -0.5rem;
  position: relative;
}

.outcome .inner-container .title p:nth-child(1) {
  font-size: 0.4rem;
  font-weight: bold;
  color: #e0e1e1;
  opacity: 0.47;
}

.outcome .bd {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.outcome .bd ul li ul {
  display: flex;
  flex-wrap: wrap;
}

.outcome .bd ul li ul li {
  width: 3.2rem;
  height: 2.25rem;
  margin-left: 0.19rem;
  margin-top: 0.2rem;
  position: relative;
}

.outcome .bd ul li ul li img {
  width: 100%;
  height: 100%;
}

.outcome .bd ul li ul li:nth-child(2n + 1) {
  margin-left: 0;
}

.outcome .bd ul li ul li .btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.63rem;
  line-height: 0.63rem;
  background: #025393;
  padding: 0 0.2rem;
  font-size: 0.3rem;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.outcome .bd ul li ul li .btm .iconfont {
  font-size: 0.3rem;
  color: #6c6c6c;
  font-weight: 200;
}

.outcome .bd ul li ul li .txt {
  max-width: 85%;
}

.outcome .hd {
  width: 100%;
  text-align: center;
  margin-bottom: 0.51rem;
}

.outcome .hd li {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  opacity: 1;
  background: #e7e7e7;
  border-radius: 50%;
  margin: 0 5px;
  text-indent: -999px;
  color: #fff;
}

.outcome .hd li.on {
  background: #1f50ac;
}

/**µ¼º½*/
.menu {
  height: 1.1rem;
  padding: 0.1rem 0.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  background: #055597;
}

.menu .left {
  font-size: 0.32rem;
  align-items: center;
  color: #fff;
}

.menu .left > div {
  font-size: 0.6rem;
}

.menu .center {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.menu .center img {
  height: 0.5rem;
}

.navBar {
  width: 6.05rem;
  height: 100%;
  position: fixed;
  left: -6.4rem;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  overflow: hidden;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 16px 0px rgba(49, 93, 192, 0.1);
  font-size: 0.32rem;
}

.navBar .iconfont {
  font-size: 0.32rem;
}

.navBar .dfc {
  display: flex;
  align-items: center;
}

.navBar.show {
  left: 0;
}

.navBar.show .close {
  right: 1.8rem;
  opacity: 1;
}

.navBar .close {
  position: fixed;
  right: 0;
  top: 0.2rem;
  font-size: 0.6rem;
  color: #000;
  z-index: 100000000000000000000000000000000000000000000000000000000;
  transition: all 0.2s ease-in;
  opacity: 0;
}

.navBar .nav {
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
  left: -6.05rem;
  transition: all 0.2s ease-in;
  width: 100%;
  opacity: 0;
}

.navBar li {
  line-height: 1.12rem;
}

.navBar li a {
  width: 100%;
  height: 1.12rem;
  line-height: 1.12rem;
  border-bottom: 1px solid #ededed;
  padding-left: 0.24rem;
  box-sizing: border-box;
  padding-right: 0.38rem;
  display: flex;
}

.navBar li .num {
  color: #cacaca;
  margin-right: 0.3rem;
}

.navBar li .iconfont {
  color: #cacaca;
}

.navBar .sub a {
  color: #bab4ac;
  font-size: 0.32rem;
}

.navBar .nav-one.show,
.navBar .sub-nav.show {
  left: 0;
  opacity: 1;
}

.navBar .sub-nav .tit {
  justify-content: center;
  position: relative;
  font-size: 0.32rem;
  border-bottom: 1px solid #ededed;
}

.navBar .sub-nav .tit .iconfont {
  color: #333;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
}

.navBar .sub-nav .sub a {
  padding-left: 0.38rem;
  color: #333333;
}

.banner {
  width: 7.5rem;
  height: 3.87rem;
  position: relative;
}

.banner .bd {
  width: 100%;
  z-index: 10;
}

.banner .bd img {
  height: 3.87rem;
}

.banner .hd {
  width: 100%;
}

.banner .hd ul {
  display: flex;
  position: absolute;
  bottom: 0.15rem;
  left: 50%;
  justify-content: center;
  transform: translateX(-50%);
}

.banner .hd ul li {
  width: 0.1rem;
  height: 0.1rem;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 6px;
  z-index: 100;
}

.banner .hd ul li.on {
  width: 0.39rem;
  height: 0.09rem;
  background: #055597;
  border-radius: 5px;
}

.banner .hd ul li:nth-last-child(1) {
  margin-right: 0;
}

.ny-bar {
  width: 100%;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #053e6d;
  color: #fff;
  font-size: 0.36rem;
}

.ny-bar .wrap {
  display: flex;
  justify-content: space-between;
}

.ny-bar span {
  position: absolute;
  right: 0.25rem;
  font-size: 0.4rem;
}

.ny-bar .icon-a-qianjin30 {
  transform: rotate(90deg);
}

.ny-bar ul {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
  display: none;
}

.ny-bar ul li {
  height: 1.15rem;
  font-size: 0.32rem;
  line-height: 1.15rem;
  padding: 0 0.25rem;
  border-bottom: 1px solid #eaeaea;
}

.ny-bar ul li span {
  color: #223671;
  font-size: 0.4rem;
}

.ny-bar ul li a {
  color: #333;
}

.suggestion {
  margin-top: 0.34rem;
}

.suggestion .contain {
  background: #fff;
  overflow: hidden;
  padding: 0 0.24rem 0.72rem 0;
}

.suggestion .big-title p {
  text-align: center;
}

.suggestion .big-title p:nth-child(1) {
  font-size: 0.39rem;
  font-weight: bold;
  color: #025393;
  margin-top: 0.35rem;
}

.suggestion .big-title p:nth-child(2) {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  color: #025393;
  font-weight: 700;
}

.suggestion .title p {
  text-align: center;
}

.suggestion .title p:nth-child(1) {
  font-size: 0.25rem;
  color: #6c7982;
  margin-top: 0.3rem;
}

.suggestion .title p:nth-child(2) {
  font-size: 0.1rem;
  color: #c5cdd3;
  margin-top: 0.1rem;
}

.suggestion .form {
  margin-top: 0.9rem;
  position: relative;
}

.suggestion .form .left {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -0.1 0.5rem;
}

.suggestion .form .left img {
  width: 3.84rem;
  height: 4.1rem;
  position: absolute;
  z-index: 0;
  left: 0;
}

.suggestion .form .right {
  position: relative;
  z-index: 10000;
}

.suggestion .form .right p {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}

.suggestion .form .right p:nth-last-of-type(1) {
  align-items: flex-start;
}

.suggestion .form .right span {
  font-size: 0.28rem;
  width: 1.4rem;
  color: #333333;
  display: inline-block;
  text-align: right;
  margin-left: 0.38rem;
  margin-right: 0.08rem;
}

.suggestion .form .right input {
  width: 4.82rem;
  height: 0.74rem;
  background: #f9f9f9;
  outline: none;
  border: none;
  padding: 0 0.45rem 0 0;
  box-sizing: border-box;
}

.suggestion .form .right textarea {
  width: 4.82rem;
  height: 91px;
  background: #f9f9f9;
  box-sizing: border-box;
  border: none;
}

.suggestion .form .right .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.suggestion .form .right .btn button {
  width: 2.06rem;
  height: 0.62rem;
  margin-top: 30px;
  background: #025393;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  border: none;
}

.suggestion .form .right .btn button:nth-child(2) {
  color: #575a5f;
  background: #f7f7f7;
  margin-left: 23px;
}

.product-list {
  background: #fff;
  padding: 0 0.15rem;
}

.product-list > ul {
  display: flex;
  flex-wrap: wrap;
}

.product-list > ul > li {
  width: 3.22rem;
  margin-left: 0.27rem;
  margin-top: 0.22rem;
}

.product-list > ul > li img {
  width: 3.22rem;
  height: 2.17rem;
}

.product-list > ul > li a {
  display: inline-block;
  display: flex;
  flex-direction: column;
}

.product-list > ul > li:nth-of-type(2n + 1) {
  margin-left: 0;
}

.product-list > ul > li p:nth-child(1) {
  width: 100%;
  overflow: hidden;
}

.product-list > ul > li p:nth-child(2) {
  text-align: center;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.28rem;
  background: #f6f6f6;
  padding: 0 0.18rem;
}

.page {
  display: flex;
  justify-content: center;
  padding: 0.56rem 0;
}

.page li {
  width: 0.43rem;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.22rem;
  background: #f7f7f7;
  border-radius: 0.04rem;
  text-align: center;
  margin-right: 0.1rem;
}

.page li.active {
  background: #025393;
}

.page li.active a {
  color: #fff;
}

.page li a {
  color: #242422;
}

.page li.pre {
  transform: rotate(180deg);
}

.page li.pre a,
.page li.next a {
  font-size: 0.2rem;
}

.ny-new {
  background: #fff;
  margin-top: 0.34rem;
  padding: 0 0.18rem;
  box-sizing: border-box;
}

.ny-new > ul li {
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #f6f6f6;
}

.ny-new > ul li:hover {
  padding-left: 11px;
}

.ny-new > ul li:hover a span:nth-of-type(1) {
  color: #025393;
}

.ny-new > ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ny-new > ul li a span {
  color: #333;
  display: inline-block;
}

.ny-new > ul li a span:nth-of-type(1) {
  width: 3.73rem;
  font-size: 0.3rem;
}

.ny-new > ul li a span:nth-of-type(1):before {
  content: '¡ö';
  color: #025393;
  margin-right: 6px;
  font-size: 0.24rem;
}

.ny-new > ul li a span:nth-of-type(2) {
  font-size: 0.24rem;
  color: #333;
}

.ny-cont {
  background: #fff;
  margin-top: 0.34rem;
  padding: 0.56rem 0.18rem;
}

.manage-list {
  background: #fff;
  padding: 0 0.18rem;
  margin-top: 0.34rem;
}

.manage-list > ul {
  flex-wrap: wrap;
}

.manage-list > ul li {
  width: 100%;
  margin-top: 0.32rem;
  box-shadow: 0px 6px 35px 0px rgba(240, 240, 240, 0.51);
  height: 3.33rem;
}

.manage-list > ul li img {
  width: 2.35rem;
  height: 3.33rem;
}

.manage-list > ul li > a {
  display: flex;
}

.manage-list > ul li > a div:nth-of-type(2) {
  margin-left: 0.3rem;
}

.manage-list > ul li > a div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 0.3rem;
  font-weight: 700;
  color: #000000;
  margin-top: 0.25rem;
}

.manage-list > ul li > a div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 0.26rem;
  color: #999999;
  margin-top: 0.2rem;
}

.manage-list > ul li > a div:nth-of-type(2) p:nth-of-type(3) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 0.35rem;
  line-height: 0.4rem;
}

.manage-list > ul li > a div:nth-of-type(2) p:nth-of-type(4) {
  font-size: 0.26rem;
  font-weight: 400;
  margin-top: 0.35rem;
  color: #000000;
}

.manage-list > ul li > a div:nth-of-type(2) p:nth-of-type(4) a {
  color: #000;
}

.ny-contact {
  background: #fff;
  margin-top: 0.34rem;
  padding: 0.34rem 0.18rem 0.56rem 0.18rem;
}

.ny-contact .title p:nth-child(1) {
  font-size: 0.34rem;
  font-weight: bold;
  color: #333333;
}

.ny-contact .title p:nth-child(2) {
  font-size: 0.32rem;
  font-weight: 700;
  color: #333333;
  margin-top: 0.2rem;
}

.ny-contact .content {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.62rem;
}

.ny-contact .content img {
  max-width: 100%;
  height: auto;
}

.j-inner {
  background: #fff;
  margin-top: 0.34rem;
  width: 100%;
}

.j-inner .thead ul {
  display: flex;
  height: 0.58rem;
  background: #f9f9f9;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.j-inner .thead ul li {
  font-size: 0.3rem;
  font-weight: 700;
  color: #333;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.j-inner .thead ul li:nth-of-type(1) {
  width: 1.6rem;
  text-align: left;
  margin-right: 0px;
}

.j-inner .thead ul li:nth-child(2) {
  width: 0.8rem;
}

.j-inner .thead ul li:nth-of-type(2) {
  width: 1.4rem;
}

.j-inner .thead ul li:nth-of-type(3) {
  width: 2.5rem;
}

.j-inner .thead ul li:nth-of-type(4) {
  width: 2.8rem;
}

.j-inner .thead ul li:nth-of-type(3),
.j-inner .thead ul li:nth-of-type(4) {
  justify-content: center;
}

.j-inner .aa {
  background: #f3f5f9;
}

.j-inner .aa .detail {
  color: #ff5050;
}

.j-inner .wrap-tbody {
  color: #fff;
}

.j-inner .wrap-tbody .detail .s1 {
  font-weight: 700;
  color: #285587;
  transform: rotate(90deg);
}

.j-inner .wrap-tbody .detail .s2 {
  font-weight: 700;
  color: #285587;
  transform: rotate(270deg);
  display: none;
}

.j-inner .wrap-tbody ul {
  display: flex;
  height: 1.14rem;
  padding: 0 0.18rem;
  box-sizing: border-box;
  margin-top: 16px;
  align-items: center;
  background: #f9f9f9;
}

.j-inner .wrap-tbody ul li {
  font-size: 0.26rem;
  font-weight: 400;
  height: 1.14rem;
  text-align: center;
  color: #343434;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.j-inner .wrap-tbody ul li:nth-of-type(1) {
  text-align: left;
  height: 10px;
  padding: 0px 0 0 0.13rem;
  border-left: 1px solid #025393;
  width: 1.8rem;
}

.j-inner .wrap-tbody ul li:nth-of-type(2) {
  width: 0.8rem;
}

.j-inner .wrap-tbody ul li:nth-of-type(3) {
  width: 2.5rem;
}

.j-inner .wrap-tbody ul li :nth-of-type(4) {
  width: 1.7rem;
  text-align: center;
  justify-content: center;
}

.j-inner .wrap-tbody .hide {
  display: none;
  padding-bottom: 40px;
}

.j-inner .wrap-tbody .hide .h1 {
  padding: 0 23px;
  margin-top: 24px;
  box-sizing: border-box;
}

.j-inner .wrap-tbody .hide .h1 .left {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.j-inner .wrap-tbody .hide .h1 .right {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
}

.org {
  position: relative;
  background: #fff;
  margin-top: 0.34rem;
  padding: 0.1rem 0.18rem 0.56rem 0;
}

.org .back-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1.1rem;
  padding: 0 0.24rem;
}

.org .back-img img {
  width: 100%;
  height: auto;
}

.org .member {
  position: relative;
  z-index: 100;
}

.org .l1 {
  align-items: center;
  margin-left: 0.3rem;
  margin-top: 0.6rem;
}

.org .l1 li a {
  display: block;
  width: 1.8rem;
  height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #fff;
  background: #025393;
  border-radius: 0.04rem;
}

.org .l2 {
  margin-left: 0.15rem;
}

.org .l2 li {
  margin-top: 1.3rem;
}

.org .l2 li:nth-child(1) {
  margin-top: 0.3rem;
}

.org .l2 li a {
  display: block;
  width: 2.52rem;
  height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #fff;
  background: #025393;
  border-radius: 0.04rem;
}

.org .l3 {
  margin-top: 0.3rem;
  margin-left: 0.15rem;
}

.org .l3 li {
  margin-top: 1.1rem;
  margin-left: -0.1rem;
}

.org .l3 li a {
  display: block;
  width: 1.8rem;
  height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #fff;
  background: #025393;
  border-radius: 0.04rem;
}

.org .org-list {
  margin-top: 0.9rem;
}

.org .org-list ul {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  margin-left: 0.1rem;
}

.org .org-list ul li {
  width: 0.63rem;
  height: 4.77rem;
  text-align: center;
  background: #edf5fc;
  box-sizing: border-box;
  margin-right: 0.24rem;
  padding: 0.33rem 0;
  box-sizing: border-box;
  font-size: 0.26rem;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.org .org-list ul li:hover {
  font-weight: 700;
}

.org .org-list ul li:nth-last-child(1) {
  margin-right: 0;
}

.org .org-list ul li a {
  font-size: 0.26rem;
  color: #025393;
}

.timeline-small {
  background: #fff;
  overflow: hidden;
  margin: 0 auto 0;
  padding-bottom: 46px;
  margin-top: 0.3rem;
  padding: 0.38rem 0.2rem 0.38rem 0.35rem;
}

.timeline-small .timeline-small-body > ul {
  border-left: 1px dotted #025393;
  margin: 0;
  list-style: none;
  position: relative;
}

.timeline-small .timeline-small-body > ul li {
  display: flex;
}

.timeline-small .timeline-small-body > ul li:nth-child(1) .bullet {
  margin-top: 0;
}

.timeline-small .timeline-small-body > ul li:nth-child(1) .date {
  margin-top: 0;
}

.timeline-small .timeline-small-body > ul li .bullet {
  border: 2px solid #025393;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -0.18rem;
  z-index: 100000;
  margin-top: 7%;
  border-radius: 50%;
  width: 0.31rem;
  height: 0.31rem;
  background: #fff;
}

.timeline-small .timeline-small-body > ul li .bullet::after {
  content: '';
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  position: relative;
  left: 0rem;
  background: #025393;
  border-radius: 50%;
}

.timeline-small .timeline-small-body > ul li .date {
  width: 6.04rem;
  margin-top: 0.48rem;
}

.timeline-small .timeline-small-body > ul li .date .title {
  width: 6.04rem;
  height: 0.68rem;
  background: #025393;
  border-radius: 4px;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 0.68rem;
}

.timeline-small .timeline-small-body > ul li .date .member ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0.2rem;
  margin-top: 0.36rem;
  border: 1px dotted #025393;
}

.timeline-small .timeline-small-body > ul li .date .member ul li {
  margin-right: 0.45rem;
}

.timeline-small .timeline-small-body > ul li .date .member ul li:nth-child(4n) {
  margin-right: 0;
}

.timeline-small .timeline-small-body > ul li .date .member ul li a {
  width: 1rem;
  display: block;
  justify-content: space-between;
  color: #025393;
  line-height: 0.6rem;
  font-size: 0.3rem;
}

.ny-detail {
  background: #fff;
  margin-top: 0.3rem;
  padding: 0 0.2rem 0.56rem 0.2rem;
}

.ny-detail .title {
  margin-top: 20px;
}

.ny-detail .title p {
  text-align: center;
}

.ny-detail .title p:nth-child(1) {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.64rem;
  padding-top: 0.2rem;
}

.ny-detail .title p:nth-child(2) {
  font-size: 0.22rem;
  color: #333333;
}

.ny-detail .content {
  margin-top: 0.36rem;
}

.ny-detail .next {
  font-size: 0.24rem;
  margin-top: 0.77rem;
}

.ny-detail .next p {
  margin-bottom: 0.24rem;
}

.ny-detail .next a {
  color: #000000;
}

.footer {
  width: 100%;
  height: 6.27rem;
  margin-top: 0.52rem;
  overflow: hidden;
  background: #053e6d;
  position: relative;
}

.footer .route {
  margin-top: 0.41rem;
}

.footer .route ul {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 0.3rem;
}

.footer .route li {
  display: inline-block;
  font-size: 0.3rem;
  font-weight: 500;
  margin-right: 0.6rem;
}

.footer .route li a {
  color: #c7e6ff;
}

.footer .pull-down {
  position: relative;
  margin-top: 0.1rem;
}

.footer .pull-down .icon {
  width: 0.89rem;
  height: 1rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #025393;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  z-index: 1000;
  bottom: -0.06rem;
}

.footer .pull-down select {
  padding: 0 0.3rem;
  box-sizing: border-box;
  width: 100%;
  height: 0.88rem;
  border: 1px solid #c6e6ff;
  color: #fff;
  outline: none;
  position: relative;
  z-index: 100;
  font-size: 0.25rem;
  background: transparent;
  color: #c6e6ff;
}

.footer .pull-down select option {
  color: #000;
}

.footer .more-contact {
  background: url('/themes/mobile_template/public/assets/images/map.png');
  color: #fff;
  margin-top: 1.05rem;
  padding-right: 50px;
  position: relative;
}

.footer .more-contact .one p {
  line-height: 0.45rem;
  margin-top: 0;
}

.footer .more-contact > p {
  color: #fff;
  font-size: 0.28rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.footer .more-contact span {
  color: #fff;
  font-size: 24px;
  margin-right: 0.16rem;
}

.footer .qr_code {
  position: absolute;
  top: 0rem;
  text-align: center;
  color: #a5c8e7;
  font-size: 0.22rem;
  right: 0rem;
}

.footer .qr_code img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.1rem;
}

.copy-right {
  width: 100%;
  background: #063154;
  color: #fff;
  font-size: 0.25rem;
  padding: 0.2rem 0;
  text-align: center;
  line-height: 0.37rem;
}

.filter {
  filter: blur(10px);
}

.content-detail {
  margin-top: 0.3rem;
}

.content-detail .content-title {
  text-align: center;
  font-size: 0.34rem;
  font-weight: 400;
  color: #343434;
}

.content-detail .content-time {
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.52rem;
}

.content-detail .content-time span:nth-child(2) {
  margin-left: 0.3rem;
}

.content-detail .content {
  text-align: left;
}

.content-detail .piece {
  margin-top: 0.45rem;
  font-size: 0.26rem;
  color: #343434;
  line-height: 0.45rem;
  font-weight: 700;
}

.content-detail .piece a {
  color: #343434;
  font-weight: 400;
  margin-left: 0.2rem;
}

.content-detail .piece .active a {
  color: #ff5400;
}

.masks {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 100000000;
}

.maskVideo {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 100;
  z-index: 1000000000;
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

#certify {
  padding-top: 0.6rem;
  overflow: hidden;
  height: 3.97rem;
}

#certify .swiper-container {
  width: 100%;
  overflow: hidden;
}

#certify .swiper-slide {
  height: 5.47rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.18rem;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  transition: 300ms;
  box-sizing: border-box;
  transform: scale(0.8);
}

#certify .swiper-slide img {
  width: 100%;
  height: 100%£»£»£»£»£»£»£»£»;
}

#certify .swiper-slide p:nth-of-type(1) {
  font-size: 0.35rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.61rem;
  margin-top: 0.43rem;
}

#certify .swiper-slide p:nth-of-type(2) {
  width: 0.45rem;
  height: 0.04rem;
  margin: 0 auto;
  background: #d9d9d9;
  margin: 0.43rem auto;
}

#certify .swiper-slide p:nth-of-type(3) {
  font-size: 0.28rem;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 0.41rem;
}

#certify .swiper-slide-active,
#certify .swiper-slide-duplicate-active {
  transform: scale(1);
  margin: 0 auto;
  z-index: 1000;
}

.weixin-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.weixin-mask img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search {
  margin-top: 0.5rem;
}

.search .item input {
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 0.1rem;
  font-size: 0.3rem;
}

.search .item .iconsousuo {
  font-size: 0.5rem;
  margin-left: 0.1rem;
  color: #161616;
}

.search ul {
  min-height: 5rem;
  padding: 0 0.24rem;
  margin-top: 0.4rem;
}

.search ul li a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: #333;
}

@media screen and (max-width: 375px) {
  .common-title .desc .p-desc {
    padding: 0 0.05rem;
    letter-spacing: -0.01rem;
  }
  .common-title .desc .line {
    width: 0.34rem;
    height: 1px;
    opacity: 1;
    background: #c2c2c1;
  }
}
<!--ºÄÊ±1755810060.077Ãë-->