@charset "utf-8";
/* CSS Document */
/* 引用字体 */
@font-face {
  font-family: "zhushi";
  src: url("../font/ch/AlibabaPuHuiTi-3-45-Light-注释.otf");
}
@font-face {
  font-family: "text";
  src: url("../font/ch/AlibabaPuHuiTi-3-55-Regular-正文.otf");
}
@font-face {
  font-family: "subtitle";
  src: url("../font/ch/AlibabaPuHuiTi-3-65-Medium-副标题.otf");
}
@font-face {
  font-family: "title";
  src: url("../font/ch/AlibabaPuHuiTi-3-75-SemiBold-标题.otf");
}
body {
  margin: 0;
  padding: 0;
  font-family: "text";
  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;
}
.five {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.grid {
  display: grid;
}
.flex1 {
  flex: 1;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.start {
  align-items: flex-start;
}
.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;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #48484C;
  font-size: 0.16rem;
}
.content {
  width: 14.4rem;
  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;
}
.wid70 {
  width: 70%;
}
.wid80 {
  width: 80%;
}
.f72 {
  font-size: 0.72rem;
}
.f64 {
  font-size: 0.64rem;
}
.f60 {
  font-size: 0.6rem;
}
.f48 {
  font-size: 0.48rem;
}
.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;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.cover {
  object-fit: cover;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t70 {
  margin-top: 0.7rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.main {
  padding: 0.6rem 0 1rem;
}
.hand {
  cursor: pointer;
}
.hide {
  display: none;
}
.blue {
  color: #0936B2 !important;
}
.green {
  color: #00B5A4 !important;
}
.zhushi {
  font-family: "zhushi";
}
.title {
  font-family: "title";
  line-height: 1.5;
  font-weight: 500;
}
.hometitle{
}
.phone {
  display: none;
}
/*banner*/
.page li {
  height: 0.5rem;
  display: inline-block;
  border: 1px solid #B6B6B7;
  line-height: 0.46rem;
  text-align: center;
  color: #B6B6B7;
  margin: 0.1rem;
}
.page li a {
  width: 0.5rem;
  display: block;
}
.page li span a {
  width: 1.64rem;
}
.page li.on {
  background: #0936B2;
  color: #fff;
}
.language {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.97);
  z-index: 100;
  font-size: 0.14rem;
  border-bottom: solid 1px #D9DDE3;
}
.lan_icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.nar3 {
  width: 0.13rem;
  height: 0.13rem;
  margin-left: 0.1rem;
}
.lang-dropdown {
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.lang-trigger {
  height: 100%;
  padding: 0 0.1rem;
}
.lang-menu {
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.15);
  min-width: 1.2rem;
  padding: 0.08rem 0;
  display: none;
  z-index: 20;
  list-style: none;
}
.lang-menu li {
  padding: 0.06rem 0.16rem;
  font-size: 0.14rem;
  line-height: 1.6;
  white-space: nowrap;
  transition: background 0.2s;
}
.lang-menu li:hover {
  background: #f0f2f5;
}
.lang-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.lang-dropdown.active .lang-menu {
  display: block;
}
.box.on .header_bg {
  position: fixed;
  /* background: rgba(255, 255, 255, 0.97); */
  background: #0936B2;
  border-bottom: solid 1px #D9DDE3;
}
.box.on .header_bg .logo img:first-child,
.box.on .header_bg .ss_btn img:first-child {
  opacity: 0;
}
.box.on .header_bg .logo img:last-child,
.box.on .header_bg .ss_btn img:last-child {
  opacity: 1;
}
.box.on .header_bg .nav li > a {
  /* color: #48484C; */
  color: #fff;
}
.box.on .header_bg .nav li > a::after {
  /* background: #0037B9; */
  background: #fff;
}
.box:not(.on) .header_bg.nav-hover {
  /* background: rgba(255, 255, 255, 0.97); */
  background: #0936B2;
  border-bottom: 1px solid #D9DDE3;
}
.box:not(.on) .header_bg.nav-hover .nav > ul > li > a {
  /* color: #48484C; */
  color: #fff;
}
.box:not(.on) .header_bg.nav-hover .nav > ul > li > a::after {
  /* background: #0037B9; */
  background: #fff;
}
.header_bg {
  width: 100%;
  position: relative;
  z-index: 9;
  /*top: 0.3rem;*/
  /*left: 0;*/
  padding-top: 0.3rem;
  height: 1.2rem;
}
.logo {
  width: 1.95rem;
  height: 0.6rem;
}
.logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img:last-child {
  opacity: 0;
}
.box:not(.on) .header_bg.nav-hover .logo img:first-child {
  opacity: 0;
}
.box:not(.on) .header_bg.nav-hover .logo img:last-child {
  opacity: 1;
}
.nav {
  width: 7.3rem;
}
.nav > ul > li {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.nav > ul > li > a {
  position: relative;
  line-height: 2;
  display: inline-block;
  padding: 0 0.03rem;
  color: #48484C;
}
.nav > ul > li > a::after {
  width: 100%;
  height: 0.04rem;
  display: block;
  background: #0037B9;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.6s;
}
.nav > ul > li.active > a::after {
  transform: scaleX(1)
}
.nav > ul > li:hover > a::after {
  transform: scaleX(1)
}
/* .nav > ul > li:hover .sub_nav {
  display: block;
} */
.sub_nav {
  width: 100%;
  top: 1.2rem;
  position: absolute;
  left: 0;
  /* background: rgba(255, 255, 255, 0.97); */
  background: rgba(9, 54, 178, 0.95);
  padding: 0.35rem 0;
  font-family: "text";
  font-size: 0.2rem;
  line-height: 0.28rem;
  display: none;
}
.sub_nav ul {
    justify-content: space-evenly;
}
.sub_nav li {
  margin-right: 0;
}
.sub_nav li > a {
  display: block;
  position: relative;
  /* color: #48484C; */
  color: #fff;
  text-align: center;
}
.sub_nav li > a::after {
  width: 100%;
  height: 0.02rem;
  display: block;
  /* background: #0037B9; */
  background: #fff;
  content: "";
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.6s;
}
.sub_nav li:hover a {
  /* color: #0936B2; */
  font-family: "text";
}
.sub_nav li:hover a::after {
  transform: scaleX(1)
}
.banner .swiper-pagination {
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner_txt {
  color: #f3f4f4;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}
.banner_txt h3 {
  line-height: 1.2;
}
.swiper-slide-active .banner_txt {
  display: block;
}
.banner_more {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 0.02rem solid #FFFFFF;
  margin: 0.6rem 0 0;
}
.banner_more:hover {
  background: #fff;
  color: #0936B2;
  transition: all 0.6s;
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.about {
  padding: 1rem 0 0.65rem;
}
.sub_tit {
  padding: 0 1.93rem;
  margin: 0.46rem 0 0;
}
.about_num {
  margin: 0.8rem 0 0;
}
.about_num li {
  width: 3.44rem;
  height: 2.48rem;
  border-radius: 0.22rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_num li h3 {
  font-size: 0.3rem;
  color: #00B5A4;
  font-family: "title";
}
.about_num li h3 .blue{
  font-size: 0.6rem;
}
.about_list li {
  width: 4.72rem;
  height: 2.47rem;
  border-radius: 0.22rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_list li:nth-child(1) {
  animation-name: fadeInUp;
}
.about_list li:nth-child(2) {
  animation-name: fadeInUp;
}
.about_list li:nth-child(3) {
  animation-name: fadeInUp;
}
.about_list li img {
  width: 0.99rem;
  height: 0.99rem;
}
.news_bg {
  background: #fafafa;
  padding: 0.6rem 0 0.4rem;
}
.news_list li {
  width: 4.64rem;
  margin-right: 0.24rem;
}
.news_list li:nth-child(3n+3) {
  margin-right: 0;
}
.news_list li h3 {
  line-height: 1.6;
}
.more {
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  background: #0936B2;
  color: #fff;
}
 .news_list li:hover .more {
  background: #24B2A4;
  color: #fff;
  border-color: #24B2A4;
}
.m_news_con:hover .more {
  background: #24B2A4;
  color: #fff;
  border-color: #24B2A4;
}
.news_pic {
  height: 3.34rem;
}
.news_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_txt {
  color: #48484C;
  margin: 0.15rem 0 0.55rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5em;
  font-weight: lighter;
}
.juzhen {
  padding: 1rem 0 1.56rem;
}
.juzhen_box {
  margin-top: 1.1rem;
}
.juzhen_list li {
  width: 2.67rem;
  margin-right: 0.67rem;
  margin-top: -0.95rem;
}
.juzhen_list li img {
  width: 100%;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.3s ease;
}
.juzhen_list li:nth-child(8n-3) {
  margin-left: 1.7rem;
}
.juzhen_list li:nth-child(8n) {
  margin-right: 0;
}
.juzhen_list li:nth-child(1) {
  margin-top: 0rem;
}
.juzhen_list li:nth-child(2) {
  margin-top: 0rem;
}
.juzhen_list li:nth-child(3) {
  margin-top: 0rem;
}
.juzhen_list li:nth-child(4) {
  margin-top: 0rem;
}
.touzi_bg {
  padding: 0.7rem 0;
  background: #fafafa;
}
.notice_list li {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.4rem 0;
  color: #48484C;
  transition: color 0.3s ease;
}
.notice_list li:hover {
  color: #0936B2;
}
.notice_date {
  width: 2.4rem;
}
.footer_bg {
  background: #0936b3;
}
.footer {
  padding: 0.4rem 0;
  color: #fff;
}
.footer_nav {
  width: 7rem;
}
.footer_nav li h3 {
  font-size: 0.16rem;
}
.footer_nav li p {
  font-family: "zhushi";
  margin: 0.08rem 0 0;
}
.footer_nav li p a {
  display: block;
  font-size: 0.14rem;
}
.footer_nav li p a:hover {
  color: #ccc;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact_tit {
  width: 1.02rem;
  height: 0.35rem;
  border-radius: 0.3rem;
  background: #24B2A4;
}
.share {
  margin: 0.25rem 0 0;
}
.contact .share {
  align-self: stretch;
  justify-content: flex-start;
}
.share li {
  width: 21px;
  height: 20px;
  position: relative;
  margin-left: 0.2rem;
  cursor: pointer;
}
.share li:hover .code {
  display: block;
}
.code {
  width: 1.2rem;
  top: 0.3rem;
  left: -0.5rem;
  display: none;
}
.copyright_bg {
  background: #24B2A4;
  color: #fff;
  padding: 0.15rem 0;
}
.copyright {
  width: 10rem;
}
.copyright a:hover{
  color: #0936B2;
}
.footer_logo img {
  width: 1.6rem;
}
/* .m_banner {
  margin: 1.5rem 0 0;
} */
.m_tit.content {
    position: absolute;
    width: 6rem !important;
    left: calc(50% - 7.2rem);
    right: auto;
    line-height: 1.2;
    font-family: title;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.m_about {
  padding: 1.1rem 0;
}
.m_about_left {
  width: 4.45rem;
  font-size: 0.32rem;
  font-family: title;
  line-height: 1.5;
}
.about_right {
  width: 8.85rem;
  color: #333;
  font-size: 0.28rem;
}
.culture_bg {
  background: #f9f9f9;
  padding: 1.12rem 0 1.36rem;
}
.culture_left {
  width: 7.1rem;
}
.culture_left li {
  margin-bottom: 0.5rem;
}
.culture_left li p {
  font-size: 0.28rem;
  margin: 0.15rem 0 0;
  line-height: 1.57;
}
.value {
  margin-right: 0.3rem;
}
.value img {
  width: 5.64rem;
}
.fourpart {
  padding: 0.95rem 0 0.8rem;
}
.fourpart li {
  width: 3rem;
  text-align: center;
  margin-bottom: .5rem;
}
.fourpart li img {
  height: 1.05rem;
  width: auto;
}
.fourpart li h3 {
  font-size: 0.3rem;
  font-family: title;
  margin: 0.28rem 0 0.12rem;
}
.fourpart li p {
  color: #919194;
  text-align: left;
  line-height: 1.5;
  text-align: justify;
  font-family: zhushi;
}
.fourpart li:nth-child(1) h3 {
  color: #EF5400;
}
.fourpart li:nth-child(2) h3 {
  color: #DE0A50;
}
.fourpart li:nth-child(3) h3 {
  color: #00B5A4;
}
.fourpart li:nth-child(4) h3 {
  color: #00A0E7;
}
/* .fourpart li:nth-child(even) {
  animation-name: fadeInUp;
}
.fourpart li:nth-child(odd) {
  animation-name: fadeInDown;
} */
.manager li {
  width: 3.3rem;
  margin: 0 0.4rem 0.4rem 0;
  cursor: pointer;
}
.manager li:nth-child(4n+4) {
  margin-right: 0 ;
}
.manager_pic {
  height: 4.28rem;
}
.manager_pic img {
  object-fit: cover;
}
.manager_txt {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.24rem;
  flex-direction: column;
  line-height: 1.5;
  height: 0.94rem;
}
.manager_more {
  line-height: 2;
  background: url(../images/nar1.png) no-repeat right 0.1rem center #0936B2;
  background-size: 0.19rem 0.19rem;
  padding-left: 0.24rem;
}
.manager_xx {
  background: #0936B2;
  height: 7rem;
}
.manager_left {
  flex: 0 0 auto;
  height: 100%;
}
.manager_left img {
  height: 100%;
  width: auto;
  display: block;
}
.manager_right {
  flex: 1;
  height: 100%;
  padding: 0.3rem 1.1rem;
  box-sizing: border-box;
}
.manager_text {
  margin: 0.7rem 0 0;
  overflow-y: auto;
  max-height: 57%;
}
.relevance_list {
  padding: 0.73rem 0 0;
}
.relevance_list li {
  width: 3rem;
  text-align: center;
  margin: 0 0.8rem 0.7rem 0;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.2rem;
}
.relevance_list li:nth-child(4n+4) {
  margin-right: 0 ;
}
.relevance_pic {
  border-radius: 100%;
}
.relevance_pic img {
  object-fit: cover;
  object-position: top;
  height: 3rem;
}
.close_manage {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 0.22rem;
  background: #fff;
  right: 0.3rem;
  top: 0.24rem;
  cursor: pointer;
}
.board {
  padding: 0.55rem 0;
}
.board li {
  width: 4.6rem;
  height: 0.88rem;
  background: #F4FBFA;
  margin: 0 0.3rem 0.2rem 0;
  font-size: 0.28rem;
  font-family: title;
  color: #333;
  transition: all 0.6s;
  cursor: pointer;
}
.board li:nth-child(3n+3) {
  margin-right: 0 ;
}
.board li:hover {
  background: #0936B2;
  color: #fff;
}
.history_list li {
  padding-bottom: 0.5rem;
  background: url(../images/dot.jpg) no-repeat left 0.1rem;
  background-size: 0.37rem 0.37rem;
  padding-left: 0.9rem;
  position: relative;
}
.history_list li::after {
  width: 0.06rem;
  height: 100%;
  background: #E5EBF8;
  position: absolute;
  left: 0.15rem;
  top: 0.1rem;
  content: '';
  display: block;
  z-index: -1;
}
.history_list li:last-child::after {
  display: none;
}
.history_txt {
  color: #48484C;
  margin-top: 0.2rem;
  line-height: 1.5;
}
.report_list li {
  width: 4.53rem;
  margin: 0 0.4rem 0.4rem 0;
  background: url(../images/report_bg.png) no-repeat center bottom;
  background-size: 100% 1.87rem;
  padding: 0 0.23rem 0.23rem 0.23rem;
}
.report_list li:nth-child(3n+3) {
  margin-right: 0 ;
}
.report_pic {
  width: 2.25rem;
  height: 3.18rem;
}
.report_con {
  width: 1.57rem;
}
.report_tit {
  line-height: 0.3rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
}
.report_more {
  width: 2rem;
  height: 0.5rem;
  border: solid 1px #0936B2;
}
.renzheng_bg {
  background: #fafafa;
  padding: 0.65rem 0;
}
.renzheng_con {
  width: 7.5rem;
}
.renzheng_pic {
  width: 3.48rem;
  margin-right: 1.25rem;
}
.address_list > li {
  width: 7rem;
  margin-bottom: 0.8rem;
}
.address_list ul {
  margin-top: 0.15rem;
}
.address_list ul li {
  margin-bottom: 0.1rem;
}
.address_list ul li img {
  width: auto;
  height: 0.16rem;
  margin-right: 0.15rem;
}
.city {
  border-bottom: solid 1px #dbdce0;
  padding-bottom: 0.2rem;
}
.address_list1 {
  border-bottom: solid 1px #0936B2;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
}
.message_bg {
  background: #fafafa;
  padding: 1.05rem 0 0.95rem;
}
.message li {
  width: 4.68rem;
  margin-bottom: 0.2rem;
}
.message li:last-child {
  width: 100%;
}
.message li input {
  background: #fff;
  height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  margin: 0.1rem 0 0;
  font-size: 0.2rem;
}
.message textarea {
  background: #fff;
  height: 1.9rem;
  padding: 0.2rem;
  border: none;
  margin: 0.1rem 0 0;
}
.submit {
  width: 2.19rem;
  height: 0.6rem;
  background: #0936B2;
  border-radius: 0.3rem;
  margin-left: 0.4rem;
}
.zonghe {
  margin: 0.6rem 0 0;
}
.zonghe li {
  width: 4.64rem;
  height: 4.81rem;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0.4rem 0;
  margin-right: 0.24rem;
}
.zonghe li:nth-child(3n+3) {
  margin-right: 0 ;
}
.zonghe li img {
  width: 2rem;
  height: 2rem;
  transition: all 0.6s;
}
.zonghe li:nth-child(1) {
  background: #0936B2;
  /* animation-name: fadeInUp; */
}
.zonghe li:nth-child(2) {
  background: #00A0E7;
  /* animation-name: fadeInUp; */
}
.zonghe li:nth-child(3) {
  background: #00B5A4;
  /* animation-name: fadeInUp; */
}
/* .zonghe li:hover img {
  transform: translateY(-0.2rem);
} */
.moshi_bg {
  background: #fafafa;
  padding: 0.65rem 0 0.4rem;
}
.moshi img {
  width: 100%;
}
.power li {
  width: 4.64rem;
  height: 2.11rem;
  background: #FAFAFA;
  padding-left: 0.6rem;
  margin: 0 0.24rem 0.25rem 0;
}
.power li:nth-child(3n+3) {
  margin-right: 0 ;
}
.power li img {
  width: 0.9rem;
  margin-right: 0.4rem;
}
.pro_bg {
  background: #fafafa;
  padding: 0.8rem 0 1rem;
}
.pro_box {
  margin: 0.75rem 0 0;
}
.pro_type li {
  width: 2.47rem;
  height: 0.8rem;
  background: #FFFFFF;
  color: #A3A3A5;
  padding-left: 0.25rem;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.pro_type li a {
  height: 100%;
}
.pro_type li span {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  display: block;
  margin-right: 0.2rem;
}
.pro_type li span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pro_type li span img:last-child {
  opacity: 0;
}
.pro_type li.on {
  color: #fff;
}
.pro_type li.on span img:last-child {
  opacity: 1;
}
.pro_type li.on span img:first-child {
  opacity: 0;
}
.pro_type li:hover {
  color: #fff;
}
.pro_type li:hover span img:last-child {
  opacity: 1;
}
.pro_type li:hover span img:first-child {
  opacity: 0;
}
.pro_type li.on {
  background: #00B5A4;
}
.pro_type li:hover {
  background: #00B5A4;
}
/* .pro_type li:nth-child(8n+1).on {
  background: #0936B2;
}
.pro_type li:nth-child(8n+2).on {
  background: #de0a50;
}
.pro_type li:nth-child(8n+3).on {
  background: #f59866;
}
.pro_type li:nth-child(8n+4).on {
  background: #ef5400;
}
.pro_type li:nth-child(8n+5).on {
  background: #ffac00;
}
.pro_type li:nth-child(8n+6).on {
  background: #1aac86;
}
.pro_type li:nth-child(8n+7).on {
  background: #00a0e7;
}
.pro_type li:nth-child(8n+ 8).on {
  background: #3838b6;
}
.pro_type li:nth-child(8n+1):hover {
  background: #0936B2;
}
.pro_type li:nth-child(8n+2):hover {
  background: #de0a50;
}
.pro_type li:nth-child(8n+3):hover {
  background: #f59866;
}
.pro_type li:nth-child(8n+4):hover {
  background: #ef5400;
}
.pro_type li:nth-child(8n+5):hover {
  background: #ffac00;
}
.pro_type li:nth-child(8n+6):hover {
  background: #1aac86;
}
.pro_type li:nth-child(8n+7):hover {
  background: #00a0e7;
}
.pro_type li:nth-child(8n+ 8):hover {
  background: #3838b6;
} */
.pro_right {
  width: 11.52rem;
}
.pro_list li {
  width: 3.62rem;
  margin: 0 0.32rem 0.2rem 0;
  padding-bottom: 0.5rem;
}
.pro_list li:nth-child(3n+3) {
  margin-right: 0 ;
}
.pro_list li:hover .pro_con {
  transform: scale(1, 1);
}
.pro_pic {
  height: 2.38rem;
  margin-bottom: 0.15rem;
}
.pro_pic img {
  object-fit: cover;
}
.pro_con {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #00B5A4 0%, transparent  100%);
  padding: 0.2rem 0.3rem 0.3rem;
  flex-direction: column;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.pro_txt {
  line-height: 1.4;
}
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.pop {
  width: 6.2rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 0.36rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  padding: 0.4rem 0.45rem 0.23rem;
  flex-direction: column;
}
.pop_txt {
  color: #9E9E9E;
  line-height: 1.5;
}
.comfirm {
  width: 2.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #0936B2;
  margin: 0 auto;
}
.countdown {
    font-size:.2rem;
}
.jidi_pic {
  width: 7.5rem;
}
.jidi_con {
  width: 6.5rem;
  color: #3D3D3D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jidi_txt {
  line-height: 1.5;
}
.jidi_tip {
  background: #0936B2;
  flex-direction: column;
  line-height: 1.3;
  padding: 0.2rem;
}
.jd_list li {
  width: 1.5rem;
  text-align: center;
}
.jd_list li p {
  font-family: title;
}
.jd_list li img {
  width: 0.48rem;
  height: 0.48rem;
}
.jd_num {
  border-bottom: solid 1px #D8D8D8;
  padding: 0.15rem 0;
  margin-bottom: 0.2rem;
}
.jd_num li img {
  width: 0.94rem;
  height: 0.96rem;
}
.jd_num li h3 {
  margin: 0.2rem 0 0;
}
.partner_list.flexcenter {
    justify-content: flex-start;
}
.partner_list li {
  width: 3.5rem;
  height: 2.2rem;
  margin: 0.05rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.partner_list li img {
  max-width: 100%;
}
.m_news_pic {
  width: 7.2rem;
}
.m_news_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_news_con {
  width: 6.35rem;
}
.m_news_date {
  color: #B6B6B7;
}
.m_news_txt {
  color: #919194;
  margin: 0.23rem 0 0;
  line-height: 1.5;
  height: 2.3rem;
}
.m_news_select {
  margin: 0.76rem 0 0;
  color: rgba(72, 72, 76, 0.4);
}
.year_select {
  width: 1.49rem;
  height: 0.46rem;
  background: rgba(223, 223, 223, 0.4);
  border: none;
  color: rgba(72, 72, 76, 0.8);
  padding: 0 0.4rem;
}
.m_news_list {
  padding-bottom: 0.4rem;
}
.m_news_list li {
  width: 100%;
  padding: 0.44rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.m_news_list li a{
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
}
.m_news_list_pic {
  height: 2.86rem;
}
.m_news_list .title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    font-family: "text";
    font-weight: normal;
}
.m_news_list .title.blue {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: auto;
    font-size: 0.2rem;
}
.m_news_list_pic img {
  object-fit: cover;
}
.m_news_list_txt {
  color: #919194;
  margin: 0.15rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.m_news_list_bot {
  border-bottom: 1px solid #D8D8D8;
  padding: 0.5rem 0 0.05rem;
}
.m_news_list_date {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #A3A3A5;
  font-size: 0.24rem;
}
.news_show_box {
  padding: 2rem 0 0.1rem;
}
.path {
  /*width: 1.83rem;*/
  padding: 0 10px;
  display: inline-block;
  height: 0.44rem;
  background: #D9DDE3;
  border-radius: 0.22rem;
}
.path img {
  width: 0.16rem;
}
.show_tit {
  margin: 0.8rem 0 0;
}
.show_date {
  color: #B6B6B7;
}
.show_txt {
  color: #48484C;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 0.45rem 0 0.8rem;
  min-height: 30vh;
  overflow: hidden;
  word-wrap: break-word;
}
.show_txt img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
.show_txt table {
  max-width: 100%;
  border-collapse: collapse;
}
.show_txt td, .show_txt th {
  border: 1px solid #ddd;
  padding: 0.1rem 0.2rem;
}
.show_share li {
  width: 0.29rem;
  height: 0.25rem;
  margin-left: 0.2rem;
  position: relative;
  cursor: pointer;
}
.show_share li  img{
    width: 100%;
}
.show_share li:hover .show_code {
  display: block;
}
.show_code {
  width: 1rem !important;
  top: 0.3rem;
  left: -0.3rem;
  display: none;
}
.year_select1 {
  width: 3.22rem;
}
.touzi_list_box {
  padding: 1rem 0 0.1rem;
}
.touzi_list {
  margin-bottom: 0.7rem;
}
.year {
  color: #24B2A4;
  margin: 1.5rem 0 0;
}
.touzi_report {
  width: 12rem;
}
.touzi_report li {
  width: 5.7rem;
  padding: 0 0.43rem 0.26rem;
  margin: 0 0 0.3rem;
  background-size: 100% 2.2rem;
}
.touzi_report li:nth-child(odd) {
  width: 6.3rem;
  padding-left: 1rem;
}
.touzi_report .report_pic {
  width: 2.54rem;
  height: 3.6rem;
}
.touzi_report .report_con {
  width: 1.9rem;
}
.zhili_tit {
  border-bottom: solid 1px #DFDFDF;
  padding-bottom: 0.1rem;
}
.zhili_sub_tit1 {
  width: 3.9rem;
  color: #919194;
}
.dsh_member {
    text-decoration: underline;
    line-height: 1.5;
}
.dsh_member a {
    text-decoration: underline;
    color: inherit;
}
.dsh_member span {
    margin-right: 0;
}
.dsh_txt {
  text-decoration: underline;
  line-height: 1.5;
}
.zhili_sub_tit2 {
  width: 1.1rem;
}
.weiyuanhui_box {
  margin: 1.35rem 0 0;
}
.weiyuanhui {
  width: 4.65rem;
}
.weiyuanhui_txt {
  color: #919194;
  line-height: 1.3;
}
.search_input {
  background: rgba(223, 223, 223, 0.4);
  height: 0.46rem;
  margin-left: 0.75rem;
  border: none;
  color: rgba(72, 72, 76, 0.8);
  padding: 0 0.4rem;
}
.m_notice {
  margin: 0.88rem 0 0;
}
.m_notice_list {
  width: 13.46rem;
}
.m_notice_list li {
  height: 1rem;
  border-bottom: solid 1px #D8D8D8;
  transition: all 0.6s;
}
.m_notice_list li:hover {
  background: #0936B2;
  color: #fff;
}
.m_notice_list li:hover .m_notice_more span {
  display: inline-block;
}
.m_notice_date {
  width: 2.3rem;
  margin-right: 0.3rem;
}
.m_notice_date::after {
  width: 1px;
  height: 0.2rem;
  content: '';
  background: #DFDFDF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.m_notice_more {
  padding-right: 0.4rem;
}
.m_notice_more span {
  margin-right: 0.2rem;
  display: none;
}
.notice_show_txt {
  border-bottom: none;
}
.back {
  width: 1.98rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  background: #0936B2;
  color: #fff;
}
.m_contact {
  border-top: solid 1px #D9DDE3;
  padding: 0.2rem 0 0;
}
.m_contact li {
  margin-bottom: 0.1rem;
}
.m_contact li img {
  width: 0.32rem;
  height: 0.3rem;
  margin-right: 0.3rem;
}
#msg_agree {
  appearance: none;
  -webkit-appearance: none;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
  transition: all 0.2s;
  position: relative;
}
#msg_agree:checked {
  background: #0936B2;
  border-color: #0936B2;
}
#msg_agree:checked::after {
  content: "✓";
  display: block;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
