@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;
}
.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;
}
.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: #333;
  font-size: 0.16rem;
}
.content {
  width: 15.6rem;
  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;
}
.f48 {
  font-size: 0.48rem;
}
.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;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.blue {
  color: #053092;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header {
  width: 17.6rem;
  margin: 0 auto;
}
.logo img {
  width: 1.74rem;
}
.nav {
  width: 9.6rem;
  color: #fff;
}
.nav li > div > a {
  position: relative;
  z-index: 2;
}
.nav li > div > a::after {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/nav.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  left: -0.27rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(-0.1rem);
}
.nav li.active a::after {
  opacity: 1;
  transform: translateY(0);
}
.nav li:hover a::after {
  opacity: 1;
  transform: translateY(0);
}
.nav li:hover .subnav_bg {
  opacity: 1;
  top: 0;
}
.nav li:hover .subnav {
  display: block;
  opacity: 1;
}
.nav li:nth-child(3) .subnav {
  width: 1rem;
  left: -0.2rem;
}
.subnav_bg {
  width: 100%;
  height: 6.09rem;
  opacity: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  top: -6.09rem;
  transition: 0.5s;
  overflow: hidden;
  background: url(../images/subnav.png) no-repeat center top;
  background-size: 100%;
}
.subnav {
  position: absolute;
  width: 100%;
  opacity: 0;
  padding-top: 40px;
  display: none;
}
.subnav a {
  display: block;
  margin-bottom: 30px;
}
.subnav a:hover {
  color: #5589ff;
  text-decoration: underline;
}
.pc_menu {
  cursor: pointer;
}
.pc_menu img {
  width: 0.46rem;
  height: 0.13rem;
}
.ss_btn {
  cursor: pointer;
  margin: 0 0.35rem 0 0.4rem;
}
.ss_btn img {
  width: 0.25rem;
  height: 0.27rem;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #053092;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.swiper_num {
  left: 1.8rem;
  bottom: 0.5rem;
  color: #fff;
  z-index: 3;
}
.swiper_num span {
  margin: 0 0.1rem;
}
.swiper_active {
  font-size: 0.32rem;
}
.banner_down {
  width: 100%;
  left: 0;
  bottom: 0.6rem;
  z-index: 2;
  color: #fff;
}
.banner_down p {
  margin-bottom: 0.1rem;
}
.banner_down img {
  width: 0.28rem;
  height: 0.43rem;
  animation: move 1s infinite;
}
@keyframes move {
  0% {
    transform: translateY(0.1rem);
  }
  50% {
    transform: translateY(0.2rem);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.page {
  text-align: center;
}
.page a {
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  display: inline-block;
  text-align: center;
  background: #f8f8f8;
  margin: 0 5px;
}
.page a.active {
  background: #053092;
  color: #fff;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.tit {
  padding: 0.88rem 0 0;
}
.tit h2 {
  font-size: 0.48rem;
}
.tit p {
  font-size: 0.24rem;
  color: #5e5e5e;
  font-weight: lighter;
  letter-spacing: 2px;
}
.about_box {
  padding: 0.95rem 0 0;
}
.about_con {
  width: 6.9rem;
}
.about_con h2 {
  font-size: 0.48rem;
}
.about_con h3 {
  color: #222222;
  font-size: 0.32rem;
}
.about_txt {
  margin: 0.25rem 0 0.85rem;
  text-indent: 2em;
}
.more {
  width: 1.8rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: #053092;
  color: #fff;
  padding-left: 0.7rem;
}
.more::after {
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 100%;
  display: block;
  content: "";
  left: 0.43rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  transition: all 0.6s;
}
.more:hover::after {
  transform: scale(1.4);
}
.video_btn {
  width: 2.66rem;
  height: 2.76rem;
  cursor: pointer;
  margin: 0.3rem 1.1rem 0 0;
}
.video_btn::after {
  width: 0.71rem;
  height: 0.71rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: url(../images/video_btn.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.cicle {
  animation: cicle infinite 5s linear;
}
@keyframes cicle {
  0% {
    transform: rotate(360deg);
  }
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about_num {
  padding: 0.9rem 0 0;
  color: #222;
}
.about_num li {
  width: 25%;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.about_num li::after {
  width: 1px;
  height: 0.8rem;
  background: #ced2d7;
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.about_num li:last-child::after {
  display: none;
}
.about_num li p span {
  font-size: 0.6rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.pro {
  margin-top: 0.4rem;
}
.pro li {
  background: url(../images/pic_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  height: 6.97rem;
  color: #fff;
  transform: scale(0.8);
}
.pro li.swiper-slide-active {
  transform: scale(1);
}
.pro li.swiper-slide-prev {
  transform: translateX(1rem) scale(0.8);
}
.pro li.swiper-slide-prev .pro_list_pic {
  transform: translateX(2.5rem);
}
.pro li.swiper-slide-next {
  transform: translateX(-1rem) scale(0.8);
}
.pro li.swiper-slide-next .pro_list_pic {
  transform: translateX(-2.5rem);
}
.pro .swiper-button-prev {
  left: 4.2rem;
}
.pro .swiper-button-next {
  right: 4.2rem;
}
.pro .swiper-pagination {
  position: static;
  margin: 0.45rem 0 0;
}
.pro .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  border: solid 1px #053092;
  opacity: 1;
}
.pro .swiper-pagination-bullet-active {
  background: #053092;
}
.swiper-button-prev,
.swiper-button-next {
  width: 0.77rem;
  height: 0.77rem;
  background: #fff;
  border-radius: 100%;
  transition: all 0.6s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #8a8a8a;
  font-size: 0.16rem;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #002165;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #fff;
}
.pro_list {
  padding: 0.75rem 0 0;
  display: block;
}
.pro_list h2 {
  font-size: 0.36rem;
  letter-spacing: 3px;
}
.pro_list_pic {
  margin: 0.25rem 0 0;
}
.pro_list_pic img {
  width: 6.92rem;
  height: 4.25rem;
}
.news_bg {
  background: url(../images/news_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.news {
  margin: 0.65rem auto 0.6rem;
}
.news li:hover .news_con {
  background: url(../images/news_list_bg.jpg) no-repeat right bottom;
  background-size: 100% 100%;
  color: #fff;
}
.news li:hover .news_con .news_txt,
.news li:hover .news_con .news_date {
  color: #fff;
}
.news .swiper-button-prev,
.news .swiper-button-next {
  top: 46%;
}
.news .swiper-button-prev {
  left: 0.45rem;
}
.news .swiper-button-next {
  right: -0.9rem;
}
.news_pic {
  overflow: hidden;
}
.news_pic img {
  height: 3.04rem;
}
.news_con {
  height: 2.06rem;
  background: #fff;
  padding: 0.35rem 0.3rem 0;
  transition: all 0.6s;
}
.news_txt {
  color: #8a8989;
  margin: 0.1rem 0 0.2rem;
  transition: all 0.6s;
}
.news_date {
  color: #858688;
  font-family: arial;
  transition: all 0.6s;
}
.more1 {
  border: solid 1px #053092;
  color: #053092;
  background: none;
}
.more1::after {
  background: #053092;
}
.touzi_bg {
  background: url(../images/guanxi_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.touzi_box {
  margin: 0.5rem 0 0.8rem;
}
.touzi {
  width: 7.5rem;
  height: 3.8rem;
  background: rgba(255, 255, 255, 0.8);
}
.touzi_tit {
  font-style: italic;
  padding: 0.38rem 0 0 0.4rem;
}
.touzi_list {
  margin: 0.4rem 0 0;
}
.touzi_list li {
  padding: 0 0.4rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.touzi_list li::after {
  width: 0.06rem;
  height: 0.75rem;
  background: #053092;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.touzi_list li:hover::after {
  display: block;
}
.know {
  margin: 0.5rem auto 1rem;
}
.uderstand_con {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 0.65rem 0 0;
}
.uderstand_con h2 {
  font-size: 0.32rem;
  letter-spacing: 2px;
}
.footer_bg {
  background: #012b65;
  color: #fff;
}
.footer_logo {
  margin-right: 0.55rem;
}
.footer_logo img {
  width: 2.2rem;
}
.footer {
  padding: 0.5rem 0 0.7rem;
  border-bottom: solid 1px #113971;
}
.contact {
  width: 4rem;
  margin: 0.2rem 0 0;
}
.contact h3 {
  font-size: 0.32rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.share {
  width: 1.4rem;
}
.share li {
  width: 0.55rem;
  height: 0.55rem;
  position: relative;
  opacity: 0.5;
}
.share li:hover {
  opacity: 1;
}
.share li:hover .share_con {
  display: block;
}
.wechat {
  width: 120px;
  height: 120px;
  top: 0.6rem;
  left: -60%;
}
.share_con {
  display: none;
}
.copyright {
  color: #a8a8a8;
  padding: 0.2rem 0;
}
.m_about_bg {
  background: url(../images/m_about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.75rem 0 0;
  height: 45.14rem;
}
.m_about {
  color: #fff;
}
.m_about h2 {
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
}
.m_about img {
  width: 0.33rem;
  height: 0.35rem;
}
.m_about_txt {
  line-height: 0.48rem;
  margin: 0.4rem 0 0.6rem;
  height: 2.88rem;
  overflow: hidden;
}
.video_btn1 {
  width: 1.54rem;
  height: 1.54rem;
  margin: 0 auto;
}
.plane {
  width: 5.2rem;
  right: 1.1rem;
  top: 7.6rem;
}
@keyframes fly {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-300%, -300%, 0);
  }
}
.develop_bg {
  background: url(../images/develop_line.png) no-repeat center bottom;
  background-size: 100%;
  height: 8.78rem;
  margin: 2.75rem 0 2.72rem;
}
.develop {
  padding-bottom: 0.2rem;
}
.develop li {
  height: 5.16rem;
}
.develop li:nth-child(4n+1) {
  margin: 3.63rem 0 0;
}
.develop li:nth-child(4n+2) {
  margin: 3.55rem 0 0;
}
.develop li:nth-child(4n+3) {
  margin: 2.85rem 0 0;
}
.develop_list {
  background: url(../images/develop_dot.png) no-repeat left bottom;
  background-size: 0.29rem 0.29rem;
  padding-bottom: 0.8rem;
}
.develop_tit {
  left: 0;
  top: 0;
  padding: 0;
}
.develop_pic {
  height: 1.77rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.05rem;
  padding: 0.08rem;
}
.develop_txt {
  line-height: 2;
  margin: 0.2rem 0 0;
  height: 1.6rem;
}
.culture_bg {
  background: rgba(255, 255, 255, 0.45);
  padding: 0.2rem;
  margin: 0.8rem 0 0.35rem;
}
.culture_box {
  background: rgba(255, 255, 255, 0.45);
}
.culture_left {
  width: 7.6rem;
  padding: 0.45rem 0 0 0.95rem;
}
.culture_left li {
  margin-bottom: 0.25rem;
}
.culture_left li h2 {
  font-size: 0.3rem;
}
.culture_left li p {
  color: #222;
  font-size: 0.2rem;
  margin: 0.1rem 0 0;
}
.honor {
  margin: 0.7rem 0 0;
}
.honor > ul > li {
  height: 3.7rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.15rem;
}
.honor_list {
  padding: 0.4rem 0.4rem 0;
}
.honor_list li {
  background: url(../images/honor_dot.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  padding-left: 0.35rem;
  margin-bottom: 0.2rem;
}
.honor_btn {
  width: 1.95rem;
  margin: 0.5rem auto 0;
}
.honor_btn .swiper-button-prev,
.honor_btn .swiper-button-next {
  position: static;
  margin: 0;
}
.m_tit {
  width: 100%;
  top: 40%;
  color: #fff;
}
.m_tit h2 {
  font-size: 0.6rem;
}
.m_tit p {
  font-size: 0.4rem;
  font-weight: lighter;
}
.pro_type {
  font-size: 0.24rem;
  padding: 0.6rem 0;
}
.pro_type a {
  margin: 0 0.2rem;
  line-height: 0.5rem;
  display: inline-block;
}
.pro_type a.on {
  border-bottom: solid 0.04rem #053092;
}
.main {
  padding-bottom: 0.82rem;
}
.m_pro li {
  width: 3.75rem;
  margin: 0 0.2rem 0.4rem 0;
  background: #f8f8f8;
  padding: 1px;
}
.m_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro li:hover {
  background: #083293;
  color: #fff;
}
.m_pro li:hover .m_pro_more {
  background: url(../images/s_plane1.png) no-repeat left center;
  background-size: 0.26rem;
}
.m_pro_con {
  height: 0.58rem;
  padding: 0 0.2rem;
}
.m_pro_tit {
  width: 60%;
}
.m_pro_pic {
  height: 2.3rem;
}
.m_pro_more {
  padding-left: 0.28rem;
}
.m_tit1 {
  color: #f54237;
}
.party_list {
  padding: 1.1rem 0 0.2rem;
}
.party_list li {
  width: 4.8rem;
  margin: 0 0.58rem 0.6rem 0;
  background: #f8f8f8;
}
.party_list li:nth-child(3n+3) {
  margin-right: 0;
}
.party_list li:hover .news_con {
  background: #d5160b url(../images/party_bg.jpg) no-repeat right top;
  background-size: 100% 100%;
  color: #fff;
}
.party_list li:hover .news_tit,
.party_list li:hover .news_txt,
.party_list li:hover .news_date {
  color: #fff;
}
.party_list .news_con {
  background: #f8f8f8;
}
.m_news {
  padding: 0.44rem 0 0;
}
.m_news li:hover .news_con {
  background: #053092 url(../images/news_list_bg.jpg) no-repeat right top;
  background-size: 100% 100%;
  color: #fff;
}
.join_bg {
  background: url(../images/join_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.22rem 0 0.5rem;
}
.join_form {
  padding: 0.8rem 0 0.5rem;
}
.m_ss_box {
  width: 2.8rem;
  height: 0.63rem;
  background: #fff;
  border: none;
  padding: 0 0.2rem;
  color: #757575;
}
.m_ss {
  width: 2.45rem;
  height: 100%;
  border: none;
  background: none;
}
.m_ss_btn {
  width: 0.24rem;
  height: 0.24rem;
}
.reset {
  background: #053092;
  color: #fff;
  width: 1.8rem;
  height: 0.63rem;
  border-radius: 0.02rem;
}
.join_list li {
  border-radius: 0.02rem;
  background: #f8f8f8;
  border: solid 1px #e7e7e7;
  padding: 0 0.4rem 0 0.35rem;
  height: 1.8rem;
  margin-bottom: 0.3rem;
}
.join_list_left {
  width: 12.5rem;
}
.join_list_tit {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 0.22rem;
}
.join_list_tit img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.2rem;
}
.join_list_txt {
  color: #757575;
}
.join_list_txt1 {
  width: 4.5rem;
}
.join_list_txt2 {
  width: 3.56rem;
}
.m_contact_list {
  padding: 0.6rem 0 1.3rem;
}
.m_contact_list li {
  width: 5rem;
  height: 5.31rem;
  background: #f8f8f8;
  padding: 0.58rem 0.53rem 0;
  margin-right: 0.25rem;
  cursor: pointer;
}
.m_contact_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_contact_list li.current .m_contact_tit {
  background: url(../images/contact_dot1.png) no-repeat left center;
  background-size: 0.14rem 0.15rem;
  font-weight: bold;
  color: #333;
}
.m_contact_pic {
  width: 3.92rem;
  height: 2.05rem;
}
.m_contact_tit {
  font-size: 0.22rem;
  color: #666;
  background: url(../images/contact_dot.png) no-repeat left center;
  background-size: 0.14rem 0.15rem;
  padding-left: 0.3rem;
  margin: 0.2rem 0 0;
}
.m_contact_address {
  font-size: 0.17rem;
  padding: 0.2rem 0 0.35rem;
  border-bottom: solid 1px #e1e1e1;
  height: 1rem;
}
.m_contact_tel {
  color: #666;
  margin: 0.25rem 0 0;
}
.m_contact_tel span {
  font-size: 0.3rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #333;
  margin-left: 0.15rem;
}
.map {
  width: 100%;
  height: 7rem;
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  
}
.map:first-child {
  opacity: 1
}
.leader_box {
  padding: 0.5rem 0 1.3rem;
}
.about_type a {
  columns: #222;
  display: inline-block;
  margin-right: 0.4rem;
}
.about_type a.on {
  border-bottom: solid 0.04rem #053092;
}
.leader {
  margin-top: 0.5rem;
}
.leader_pic {
  width: 5.34rem;
}
.leader_con {
  width: 8.83rem;
  margin-right: 0.6rem;
  color: #222;
}
.m_touzi_list {
  padding: 0.45rem 0;
}
.m_touzi_list li {
  width: 7.52rem;
  height: 1.62rem;
  background: #f9f9f9;
  border: solid 1px #e2e9ee;
  padding: 0 0.4rem;
  position: relative;
  margin-bottom: 0.35rem;
}
.m_touzi_list li a {
  flex-direction: column;
  height: 100%;
}
.m_touzi_list li::before {
  width: 0.06rem;
  height: 0.75rem;
  background: #053092;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: none;
}
.m_touzi_list li:hover {
  background: url(../images/m_touzi_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.m_touzi_list li:hover::before {
  display: block;
}
.m_touzi_time {
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.25rem 0.25rem;
  padding-left: 0.44rem;
  color: #858688;
}
.xx_tit {
  font-size: 0.36rem;
  line-height: 1.5;
  padding: 0.88rem 0 0.15rem;
}
.xx {
  padding: 40px;
  line-height: 2;
  min-height: 500px;
}
.xx_box {
  background: #f8f8f8;
  border: solid 1px #e0e0e0;
  padding: 0.7rem 0.9rem;
}
.xx_txt img {
  max-width: 100%;
}
.xx_bot {
  padding: 0.7rem 0 0;
}
.nextpage {
  color: #b6b6b6;
  line-height: 1;
  margin-left: -0.15rem;
}
.nextpage a {
  padding: 0 0.15rem;
  color: #333;
}
.nextpage a img {
  width: 0.16rem;
  height: 0.09rem;
  margin: 0 0.15rem;
}
.backlist {
  width: 1.56rem;
  height: 0.47rem;
  background: #fff;
  border-radius: 0.24rem;
}
.backlist img {
  margin-left: 0.23rem;
  width: 0.23rem;
  height: 0.21rem;
}
