@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;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.grid {
  display: grid;
}
.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;
}
.flex1 {
  flex: 1;
}
.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;
  background: #fff;
}
.content {
  width: 16rem;
  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;
}
.f60 {
  font-size: 0.6rem;
}
.f52 {
  font-size: 0.52rem;
}
.f50 {
  font-size: 0.5rem;
}
.f48 {
  font-size: 0.48rem;
}
.f40 {
  font-size: 0.4rem;
}
.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: 0.14rem;
}
.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_t40 {
  margin-top: 0.4rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.mar_r30 {
  margin-right: 0.3rem;
}
.blue {
  color: #003a8b !important;
}
.phone {
  display: none;
}
/*banner*/
.box.on .header_bg {
  background: #003a8b;
}
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1rem;
  z-index: 9;
}
.logo img {
  width: 1.62rem;
}
.ss_btn {
  cursor: pointer;
  margin-left: 0.65rem;
}
.ss_btn img {
  width: 0.22rem;
}
.nav {
  width: 8rem;
  color: #fff;
}
.nav li > a {
  font-size: 0.18rem;
  position: relative;
  display: block;
}
.nav li.active > a {
  font-weight: bold;
}
.nav li:hover > a {
  font-weight: bold;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #003a8b;
  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: 0.72rem;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 0.32rem;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.nav_logo {
  height: 1rem;
  border-bottom: solid 1px #2f5d9c;
  background: #023c8c;
}
.nav_box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(2, 60, 140, 0.9);
  display: none;
}
.nav_close {
  width: 0.2rem;
  cursor: pointer;
}
.nav_list {
  padding: 0.35rem 0 0.5rem;
}
.nav_list li {
  text-align: center;
}
.nav_list li h3 {
  font-size: 0.18rem;
}
.nav_list li h3::after {
  width: 1.5rem;
  height: 1px;
  background: #33609f;
  display: block;
  margin: 0.25rem auto;
  content: "";
}
.nav_list li p a {
  display: block;
  line-height: 0.3rem;
}
.banner .swiper-pagination {
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.pagination {
  text-align: center;
}
.pagination li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  line-height: 0.5rem;
  display: inline-block;
  text-align: center;
  background: #f6f6f6;
  margin: 0 5px;
}
.pagination li.active {
  background: #003a8b;
  color: #fff;
}
.tit {
  padding: 0.7rem 0 0;
}
.fangan_pic li img {
  height: 6.92rem;
}
.fangan_box {
  width: 7.99rem;
  height: 6.92rem;
  right: 0;
  top: 0;
  background: url(../images/fangan_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.8rem 0 0 1.3rem;
  z-index: 9;
}
.fangan_box .swiper {
  height: 4rem;
}
.fangan_box .swiper li {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  cursor: pointer;
}
.fangan_box .swiper li.swiper-slide-active {
  font-size: 0.36rem;
  font-weight: bold;
  background: url(../images/icon.png) no-repeat 1rem center;
  background-size: 0.26rem 0.26rem;
}
.more {
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.15rem;
  border: solid 1px #fff;
  color: #fff;
  margin: 0 auto;
}
.more img {
  margin-left: 0.15rem;
  width: 0.17rem;
}
.pro_bg {
  padding: 0 0.2rem 1.15rem;
  background: url(../images/pro_bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.pro_type_box {
  margin: 0.4rem 0.2rem 0;
}
.pro_type li a {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.pro_type li a:hover .more {
  opacity: 1;
  transform: translateY(0);
}
.pro_type li a>img {
  height: 100%;
}
.pro_type li:first-child {
  width: 3.68rem;
}
.pro_type li:first-child a {
  height: 6.8rem;
}
.pro_type li:nth-child(2) {
  width: 4.05rem;
}
.pro_type li:nth-child(2) a {
  height: 3.23rem;
}
.pro_type li:nth-child(3) {
  width: 6.45rem;
}
.pro_type li:nth-child(3) a {
  height: 3.23rem;
  width: 3.15rem;
}
.pro_type li:nth-child(3) a:last-child {
  width: 100%;
}
.pro_type li:nth-child(4) {
  width: 3.68rem;
}
.pro_type li:nth-child(4) a {
  height: 6.8rem;
}
.pro_type li .more {
  margin: 0;
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(0.1rem);
}
.pro_type_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 0.3rem 0.25rem;
}
.news_box {
  padding: 0.8rem 0 1.5rem 0;
}
.news_box .tit {
  padding: 0;
}
.news_type span {
  width: 1.6rem;
  height: 0.54rem;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #626262;
  margin-left: 0.2rem;
  cursor: pointer;
}
.news_type span.on {
  background: #003a8b;
  color: #fff;
}
.news_type span:hover {
  background: #003a8b;
  color: #fff;
}
.news {
  margin: 0.6rem 0 0;
}
.news_left {
  width: 4.8rem;
}
.news_left a {
  display: block;
}
.news_con {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1.1rem 0.35rem 0.35rem;
  background: url(../images/nar3.png) no-repeat right 0.35rem center;
  background-size: 0.56rem 0.56rem;
}
.news_right {
  width: 10.78rem;
}
.news_right li {
  width: 5.15rem;
}
.news_right li img {
  height: 2.93rem;
}
.news_txt {
  color: #757575;
  padding-left: 1rem;
}
.news_txt::before {
  content: "";
  width: 0.7rem;
  height: 1px;
  background: #b6bac9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footer_bg {
  background: #003a8b;
}
.footer_top {
  border-bottom: solid 1px #4e749c;
  padding: 0.35rem 0;
}
.footer_logo img {
  width: 2.1rem;
}
.share li {
  width: 0.53rem;
  height: 0.53rem;
  margin-left: 0.25rem;
  position: relative;
  cursor: pointer;
}
.share li:hover .code {
  display: block;
}
.code {
  width: 1.2rem;
  height: 1.2rem;
  top: 0.6rem;
  left: -0.3rem;
  display: none;
}
.footer_nav {
  padding: 0.35rem 0;
  overflow: hidden;
}
.footer_nav li h3 {
  font-size: 0.18rem;
  font-weight: bold;
}
.footer_nav li p {
  margin: 0.1rem 0 0;
}
.footer_nav li p a {
  display: block;
  color: #b2d2ff;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.footer_nav li:nth-child(1) {
  width: 3.6rem;
}
.footer_nav li:nth-child(1) p {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav li:nth-child(1) p a {
  width: 1.8rem;
}
.footer_nav li:nth-child(2) {
  width: 2.5rem;
}
.footer_nav li:nth-child(2) p {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav li:nth-child(2) p a {
  width: 1.25rem;
}
.footer_bot {
  height: 1.3rem;
  background: #023274;
  color: #c5ddff;
}
.contact li {
  margin-right: 1.35rem;
}
.contact_img {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.2rem;
}
.copyright {
  width: 4.8rem;
  padding-left: 1rem;
  border-left: solid 1px #4e6d8b;
}
.m_tit {
  left: 0;
  right: 0;
  top: 40%;
  color: #fff;
}
.m_about {
  padding: 0.65rem 0 0.85rem;
}
.num_bg {
  background: #003a8b;
  height: 2rem;
}
.num li {
  text-align: center;
  width: 25%;
  line-height: 1.3;
  position: relative;
}
.num li::after {
  width: 1px;
  height: 0.7rem;
  background: #526fb2;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.num li:last-child::after {
  display: none;
}
.culture li {
  width: 3.8rem;
  position: relative;
  cursor: pointer;
  margin-right: 0.25rem;
}
.culture li:hover h3 {
  transform: translateY(0);
}
.culture li:hover h2 {
  transform: translateY(0);
  position: relative;
}
.culture li:hover h2::after {
  display: block;
}
.culture li:hover p {
  opacity: 1;
}
.culture li:last-child {
  margin-right: 0;
}
.culture_con {
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0 0.45rem 0.3rem;
}
.culture_con h3 {
  font-size: 0.76rem;
  background: linear-gradient(rgba(255, 255, 255, 0.6), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
  transition: all 0.6s;
  transform: translateY(0.4rem);
}
.culture_con h2 {
  transition: all 0.6s;
  transform: translateY(0.4rem);
  position: relative;
}
.culture_con h2::after {
  content: "";
  width: 0.36rem;
  height: 1px;
  background: #fff;
  display: none;
  margin: 0.1rem 0;
}
.culture_con p {
  opacity: 0;
  transition: all 0.6s;
}
.develop_bg {
  background: url(../images/development_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 2.6rem;
}
.development::after {
  width: 13.78rem;
  height: 1px;
  background: #e2e3e3;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0.98rem;
}
.development li {
  text-align: center;
}
.development li h4 {
  background: url(../images/dot1.png) no-repeat center top;
  background-size: 0.31rem 0.31rem;
  color: #999;
  padding: 0.5rem 0 0;
  line-height: 0.46rem;
  margin-bottom: 0.3rem;
}
.development li h2,
.development li p {
  opacity: 0;
}
.development li.swiper-slide-active h4 {
  background: url(../images/dot2.png) no-repeat center top;
  background-size: 0.31rem 0.31rem;
  font-size: 0.3rem;
  color: #333;
}
.development li.swiper-slide-active h2,
.development li.swiper-slide-active p {
  opacity: 1;
}
.development .swiper-button-prev,
.development .swiper-button-next {
  width: 0.66rem;
  height: 0.66rem;
  background: #e3eaf2;
  border-radius: 100%;
  margin: 0;
  top: 25%;
}
.development .swiper-button-prev::after,
.development .swiper-button-next::after {
  font-size: 0.2rem;
  font-weight: bold;
  color: #003a8b;
}
.development .swiper-button-prev:hover,
.development .swiper-button-next:hover {
  background: #003a8b;
}
.development .swiper-button-prev:hover::after,
.development .swiper-button-next:hover::after {
  color: #fff;
}
.development .swiper-button-prev {
  left: 0;
}
.development .swiper-button-next {
  right: 0;
}
.leader_bg {
  background: url(../images/leader_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.leader_box {
  margin: 0.7rem 0.7rem 0 1.25rem;
}
.leader_pic {
  width: 4.63rem;
  height: 5.33rem;
  background: url(../images/leader.png) no-repeat left center;
  background-size: 4.45rem 4.45rem;
  padding-left: 0.38rem;
}
.leader_pic img {
  width: 4.25rem;
  border-radius: 0.4rem 0 0 0.4rem;
}
.leader_con {
  width: 8.35rem;
  padding: 0.3rem 0 0;
}
.leader_txt {
  line-height: 0.4rem;
  margin-bottom: 0.7rem;
}
.name img {
  width: 2rem;
}
.honor_bg {
  background: url(../images/honor_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}
.honor {
  margin: 0.85rem 0 0;
}
.honor li {
  text-align: center;
}
.honor li a {
  background: #fff;
  border-radius: 0.1rem;
  display: block;
  padding: 0.3rem 0.3rem 0.25rem;
  width: 100%;
}
.honor li a img {
  height: 3.6rem;
}
.honor li p {
  margin: 0.1rem 0 0;
}
.honor_btn {
  width: 2.85rem;
  right: 0;
  top: 0.85rem;
}
.honor_btn .swiper-button-prev,
.honor_btn .swiper-button-next {
  position: static;
  margin: 0;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 100%;
  border: solid 1px #003a8b;
}
.honor_btn .swiper-button-prev::after,
.honor_btn .swiper-button-next::after {
  color: #003a8b;
  font-size: 0.2rem;
  font-weight: bold;
}
.honor_btn .swiper-button-prev:hover,
.honor_btn .swiper-button-next:hover {
  background: #003a8b;
}
.honor_btn .swiper-button-prev:hover::after,
.honor_btn .swiper-button-next:hover::after {
  color: #fff;
}
.honor_btn .swiper-pagination {
  width: 1.1rem;
  position: static;
  color: #003a8b;
}
.honor_btn .swiper-pagination-current {
  font-size: 0.36rem;
}
.honor_btn .swiper-pagination-total {
  font-size: 0.18rem;
}
.m_type {
  background: #f6f7f8;
  height: 0.9rem;
}
.m_type li {
  color: #666;
  margin-right: 0.5rem;
  position: relative;
}
.m_type li::after {
  width: 0;
  height: 0.04rem;
  background: #003a8b;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.24rem;
  display: block;
  transition: all 0.6s;
}
.m_type li.on {
  color: #003a8b;
}
.m_type li.on::after {
  width: 0.5rem;
}
.m_type li:hover {
  color: #003a8b;
}
.m_type li:hover::after {
  width: 0.5rem;
}
.main {
  padding: 0.55rem 0 0.85rem;
}
.m_pro li {
  width: 5.03rem;
  background: #f5f7fa;
  margin: 0 0.45rem 0.52rem 0;
}
.m_pro li img {
  object-fit: cover;
}
.m_pro li:nth-child(3n+3) {
  margin-right: 0;
}
/*.m_pro li:first-child {*/
/*  width: 10.52rem;*/
/*}*/
/*.m_pro li:first-child img {*/
/*  height: 4.7rem;*/
/*}*/
.m_pro li:hover .m_pro_txt {
  transform: translateY(-0.1rem);
  color: #023c8c;
}
.m_pro li:hover .m_pro_txt p {
  opacity: 1;
}
.m_pro_pic {
  height: 3.6rem;
  overflow: hidden;
}
.m_pro_txt {
  transition: all 0.6s;
}
.m_pro_txt p {
  opacity: 0;
}
.m_news li {
  width: 4.8rem;
  height: 5.6rem;
  margin: 0 0.78rem 0.6rem 0;
  position: relative;
}
.m_news li:nth-child(3n) {
  margin-right: 0;
}
.m_news li:hover .m_news_pic {
  height: 100%;
}
.m_news li:hover .m_news_con {
  padding: 0 0.35rem;
  color: #fff;
  flex-direction: column-reverse;
}
.m_news li:hover .m_news_tit {
  font-size: 0.2rem;
  background: url(../images/nar3.png) no-repeat right center;
  background-size: 0.56rem 0.56rem;
  height: 0.52rem;
  padding-right: 0.8rem;
  line-height: 0.3rem;
  height: 0.6rem;
}
.m_news li:hover .m_news_txt,
.m_news li:hover .m_news_line {
  display: none;
}
.m_news li:hover .m_news_bot {
  color: #fff !important;
  transition: all 0.6s;
}
.m_news li:hover .m_news_bot p {
  display: none;
}
.m_news_con {
  width: 100%;
  bottom: 0.4rem;
  left: 0;
  display: flex;
  flex-direction: column;
}
.m_news_pic {
  height: 3.03rem;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all 0.6s;
}
.m_news_tit {
  line-height: 0.28rem;
  height: 0.56rem;
}
.m_news_txt {
  line-height: 0.24rem;
  height: 0.48rem;
}
.m_news_line {
  width: 0.53rem;
  background: #023c8c;
  content: "";
  display: block;
  height: 0.03rem;
  margin: 0.2rem 0 0.15rem;
}
.problem_list li {
  background: #f6f7f8;
  padding: 0.25rem 0.4rem 0.25rem 0.25rem;
  margin-bottom: 0.35rem;
}
.problem_list_tit {
  background: #fff url(../images/w.png) no-repeat 0.25rem 0.1rem;
  background-size: 0.38rem 0.39rem;
  display: inline-block;
  border-radius: 0.26rem;
  padding: 0.1rem 0.45rem 0.1rem 0.7rem;
}
.problem_list_txt {
  background: url(../images/d.png) no-repeat 0.25rem top;
  background-size: 0.32rem 0.33rem;
  padding-left: 0.74rem;
  line-height: 0.3rem;
}
.download_icon {
  width: 0.77rem;
  height: 0.9rem;
  margin-right: 0.23rem;
}
.download li {
  width: 7.8rem;
  height: 1.42rem;
  background: #f5f7fa;
  padding: 0 0.4rem 0 0.3rem;
  margin-bottom: 0.4rem;
}
.down_btn {
  width: 1.07rem;
  height: 0.4rem;
  background: url(../images/down_icon.png) no-repeat right 0.28rem center #003a8b;
  color: #fff;
  background-size: 0.14rem 0.16rem;
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  border-radius: 0.05rem;
}
.xx_txt {
  min-height: 5rem;
}
.xx_txt img {
  max-width: 100%;
}
.m_case {
  padding-bottom: 0.5rem;
}
.m_case li {
  width: 5rem;
  text-align: center;
  margin: 0 0.5rem 0.3rem 0;
}
.m_case li:nth-child(3n) {
  margin-right: 0;
}
.m_case_pic img {
  height: 3.18rem;
  object-fit: cover;
}
.nextpage a {
  max-width: 40%;
}
.pro_xx_tit {
  margin: 1rem 0 0;
  line-height: 0.9rem;
}
.pro_xx_tit::after {
  width: 0.8rem;
  height: 0.04rem;
  background: #003a8b;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m_search {
  padding-bottom: 0.6rem;
}
.m_search li {
  border-bottom: solid 1px #e6e7e8;
  padding: 0.3rem 0;
}
.m_search li:hover {
  color: #003a8b;
}
.m_search_tab {
  width: 1.07rem;
  height: 0.35rem;
  border: solid 1px #003a8b;
  border-radius: 0.05rem;
  color: #003a8b;
}
.wid70 {
  width: 70%;
}
.path{
	left: 0;
	right: 0;
	top: 0.3rem;
	background: url(../images/path.png) no-repeat left center;
	background-size: .23rem .22rem;
	padding-left: .4rem;
}