header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.6rem;
  z-index: 21;
}
header .logo-l {
  width: 15rem;
  font-size: 0;
}
header .logo-r {
  width: 1.25rem;
}
.swiper-container1 img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.index-dh {
  display: none;
  position: fixed;
  top: 2.95rem;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: calc(100vh - 2.95rem);
  z-index: 10;
  overflow-y: auto !important;
}
.dh-bd {
  background-color: #FFFFFF;
}
.dh-top {
  display: flex;
  justify-content: space-between;
  padding: 0.48rem 0.4rem;
  border-top: 1px solid #DADADA;
}
.ss-k {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  border: 1px solid #dadada;
  height: 0.933333rem;
  border-radius: 5px 0 0 5px;
}
.ss-k input {
  height: 100%;
  border: 0;
  width: 85%;
  font-size: 0.346666rem;
}
.ss-k img {
  width: 0.48rem;
}
.ss-k ::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.36rem;
}
.ss-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #b61619;
  border-radius: 0 5px 5px 0;
  font-size: 0.373333rem;
  letter-spacing: 5px;
  text-align: center;
  width: 15%;
}
.orange-btn {
  display: inline-block;
  width: 2.4rem;
  text-align: center;
  font-size: 0.373333rem;
  color: #FFFFFF;
  height: 0.933333rem;
  line-height: 0.933333rem;
  background-color: #ff8a3d;
  vertical-align: middle;
  border-radius: 5px;
}
.orange-btn img {
  vertical-align: middle;
  width: 0.48rem;
  margin-right: 0.133333rem;
}
.dh-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d5dd;
  font-size: 0.75rem;
  padding: 0.75rem;
}
.dh-list:nth-child(1) {
  border-top: 1px solid #D2D5DD;
}
.dh-list img {
  width: 0.5rem;
  height: 0.5rem;
}
.dh-list1 {
  display: none;
  padding: 0 0.32rem;
}
.dh-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  font-size: 0.7rem;
  color: #888;
  border-bottom: 1px solid #f1f1f1;
}
.dh-item img {
  width: 0.35rem;
}
.dh-list2 {
  display: none;
  padding: 0 0.4rem;
}
.dh-item1 {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem;
  font-size: 0.6rem;
  color: #999;
  border-bottom: 1px solid #f1f1f1;
}
section{
  min-height: 4rem;
}
.mx-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}
.mx-service .mx-service-item {
  width: 30%;
  margin-bottom: 0.6rem;
}
.mx-service .mx-service-item a {
  display: block;
  padding: 0.75rem 0;
  box-shadow: 0 0 4px #969696 inset;
  text-align: center;
  border-radius: 4px;
  color: #002865;
  font-size: 0.7rem;
}
.mx-service .mx-service-item a img {
  width: 2rem;
}
.module1 .module-intro {
  padding: 0.75rem;
  display: block;
}
.module1 .module-intro .title {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.module1 .module-intro .intro {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin-bottom: 0.6rem;
}
.module1 .module-intro img {
  padding: 0.2rem;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
  margin-bottom: 0.6rem;
  width: 100%;
  height: 10rem;
}
.module1 .module-intro .intro-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module1 .module-intro .intro-link .intro-link-item {
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
}
.module1 .mx-about-total {
  display: flex;
  background: url(../images/mx-about-total-bg.png) no-repeat;
  background-size: 100% 100%;
}
.module1 .mx-about-total .mx-about-total-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1rem 0;
}
.module1 .mx-about-total .mx-about-total-item h6 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0.3rem 0;
}
.module1 .mx-about-total .mx-about-total-item img {
  height: 1.5rem;
}
.module1 .mx-about-total .mx-about-total-item .num {
  font-size: 0.7rem;
  color: #9cb7e2;
}
.module1 .mx-about-total .mx-about-total-item .num strong {
  font-weight: 400;
}
.module1 .mx-about-total .mx-about-total-item .num small {
  font-size: 0.6rem;
}
.module2 .module2-box {
  padding: 0.75rem;
}
.module2 .module2-box .title {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.module2 .module2-box .module2-box-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module2 .module2-box .module2-box-list .module2-box-item {
  width: 48%;
  position: relative;
  font-size: 0;
  margin-bottom: 0.7rem;
  border-radius: 0.4rem;
}
.module2 .module2-box .module2-box-list .module2-box-item img {
  width: 100%;
  height: 5.25rem;
}
.module2 .module2-box .module2-box-list .module2-box-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.module3 .module3-box {
  padding: 0.75rem;
}
.module3 .module3-box .module3-top {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.module3 .module3-box .module3-top .module3-top-item {
  padding: 0.3rem 0.6rem;
  background-color: #e5e5e5;
  font-size: 0.7rem;
  margin: 0 0.4rem;
  border-radius: 0.25rem;
}
.module3 .module3-box .module3-top .active {
  color: #fff;
  background-color: #0c47a3;
}
.module3 .module3-box .module3-c .module3-c-top {
  padding: 0.25rem;
  border: 1px solid #ECECEC;
}
.module3 .module3-box .module3-c .section3-c .r-item {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border: 1px solid #fafafa;
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-l {
  width: 4.8rem;
  height: 3.6rem;
  padding: 0.1rem;
  border: 1px solid #ECECEC;
  font-size: 0;
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-l img {
  width: 100%;
  height: 100%;
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-r {
  width: calc(100% - 5.2rem);
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-r h4 {
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  color: #022963;
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-r p {
  font-size: 0.6rem;
  color: #666;
}
.module3 .module3-box .module3-c .section3-c .r-item .r-item-r span {
  font-size: 0.5rem;
  color: #999;
}
.module4 .link-box,
.module5 .link-box,
.module6 .link-box {
  padding: 0.75rem;
  padding: 0 0.6rem;
}
.module4 .link-box .section4-top,
.module5 .link-box .section4-top,
.module6 .link-box .section4-top {
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 0.75rem;
}
.module4 .link-box .section4-top h1,
.module5 .link-box .section4-top h1,
.module6 .link-box .section4-top h1 {
  color: #022993;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.module4 .link-box .section4-top .heng,
.module5 .link-box .section4-top .heng,
.module6 .link-box .section4-top .heng {
  width: 100%;
  height: 0.05rem;
  background-color: #ececec;
}
.module4 .link-box .section4-top p,
.module5 .link-box .section4-top p,
.module6 .link-box .section4-top p {
  display: inline-block;
  font-size: 0.7rem;
  margin-top: 0.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.15rem solid #e44353;
  margin-bottom: -0.1rem;
}
.module4 .link-box .link-list,
.module5 .link-box .link-list,
.module6 .link-box .link-list {
  display: flex;
  flex-wrap: wrap;
}
.module4 .link-box .link-list .link-item,
.module5 .link-box .link-list .link-item,
.module6 .link-box .link-list .link-item {
  width: 25%;
  height: 1.5rem;
  margin-bottom: 0.3rem;
}
.module4 .link-box .link-list .link-item .link-item-box,
.module5 .link-box .link-list .link-item .link-item-box,
.module6 .link-box .link-list .link-item .link-item-box {
  margin: 0 0.15rem;
  border: 1px solid #bababa;
  height: 1.5rem;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.module4 .link-box .link-list .link-item .link-item-box img,
.module5 .link-box .link-list .link-item .link-item-box img,
.module6 .link-box .link-list .link-item .link-item-box img {
  max-width: 100%;
  height: 100%;
}
.module5 {
  background-color: #fcfcfc;
}
.module6 {
  margin-bottom: 1.25rem;
}
.con-nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  padding-bottom: 0.4rem;
}
.con-nav-list .con-nav-item {
  width: 31%;
  background-color: #eeeeee;
  padding: 0.5rem 0;
  margin-right: 0.6rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.con-nav-list .con-nav-item:nth-child(3n) {
  margin-right: 0;
}
.con-nav-list .active {
  color: #fff;
  background-color: #c72c48;
}
.head-banner {
  margin-top: 3rem;
}
section .news-list {
  padding: 1rem 0.75rem;
  background-color: #f4f4f4;
}
section .news-list .news-item {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem;
  background-color: #fff;
  margin-bottom: 0.6rem;
  border: 1px solid #ECECEC;
}
section .news-list .news-item .r-item-l {
  width: 4.8rem;
  height: 3.6rem;
  font-size: 0;
}
section .news-list .news-item .r-item-l img {
  width: 100%;
  height: 100%;
}
section .news-list .news-item .r-item-r {
  width: calc(100% - 5.2rem);
}
section .news-list .news-item .r-item-r h4 {
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  color: #022963;
}
section .news-list .news-item .r-item-r p {
  font-size: 0.6rem;
  color: #666;
}
section .news-list .news-item .r-item-r span {
  font-size: 0.5rem;
  color: #999;
}
section .container-detail {
  background-color: #fff;
  padding: 0.75rem;
}
section .container-detail .container-detail-top {
  text-align: center;
  border-bottom: 1px solid #ECECEC;
}
section .container-detail .container-detail-top h1 {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
section .container-detail .container-detail-top h2 {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.6rem;
}
section .container-detail .container-detail-top .container-detail-time {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.65rem;
  color: #999;
  margin-bottom: 0.6rem;
}
section .container-detail .container-detail-top .container-detail-time .container-detail-time-item {
  margin-right: 0.9rem;
  margin-bottom: 0.3rem;
}
section .container-detail .container-detail-c {
  text-align: center;
  padding: 0.6rem 0;
}
section .container-detail .container-detail-c h3 {
  font-size: 0.8rem;
  font-weight: 400;
}
section .container-detail .container-detail-c img {
  margin: 0.75rem 0;
}
section .container-detail .container-detail-c p,
section .container-detail .container-detail-c span.em,
section .container-detail .container-detail-c i {
  text-align: left;
  text-indent: 2em;
  font-size: 0.7rem;
  line-height: 1.2rem;
}
section .container-detail .related-detail {
  margin-top: 1rem;
}
section .container-detail .related-detail .related-detail-item {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  border: 1px solid #ececec;
}
section .container-detail .related-detail .related-detail-item .btn {
  color: #fff;
  background-color: #3952b0;
  width: 20%;
  font-size: 0.65rem;
  text-align: center;
  line-height: 1.4rem;
  margin-right: 3%;
}
section .container-detail .related-detail .related-detail-item .related-detail-item-c {
  width: 75%;
  text-align: left;
}
section .information-box {
  background-color: #f4f4f4;
  padding: 0.75rem;
}
section .information-box form {
  background-color: #fff;
  padding: 0.75rem;
}
section .information-box form .form-list h3 {
  font-size: 0.75rem;
  font-weight: 700;
}
section .information-box form .form-list .form-item {
  margin-top: 0.6rem;
}
section .information-box form .form-list .form-item .form-item-l {
  width: 100%;
  padding-left: 0.75rem;
  font-size: 0.7rem;
}
section .information-box form .form-list .form-item .ts {
  position: relative;
}
section .information-box form .form-list .form-item .ts::before {
  position: absolute;
  content: "*";
  color: #ff4242;
  top: 0;
  left: 0.45rem;
}
section .information-box form .form-list .form-item .form-item-r {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.4rem;
}
section .information-box form .form-list .form-item .form-item-r .layui-form-select {
  width: 100%;
}
section .information-box form .form-list .form-item .form-item-r .layui-form-radio > i {
  font-size: 0.75rem;
}
section .information-box form .form-list .form-item .form-item-r input[type="text"] {
  line-height: 1.6rem;
  width: 100%;
  border: 1px solid #dadada;
  padding-left: 0.75rem;
  border-radius: 5px;
}
section .information-box form .form-list .form-item .form-item-r .ts-text {
  width: 48%!important;
}
section .information-box form .form-list .form-item .form-item-r .submit {
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  color: #fff;
  background-color: #0f51b8;
  font-size: 0.7rem;
  text-align: center;
  border-radius: 7px;
  cursor: default;
}
section .information-box form .form-list .form-item .ts-r {
  justify-content: flex-start;
}
section .information-box form .form-list .form-item .ts-r .radio {
  display: flex;
  align-items: center;
  margin-left: 2%;
}
.footer-bd {
  position: relative;
  color: #a7aed2;
  background-color: #033173;
  padding: 0.75rem;
}
.footer-bd img {
  width: 80%;
  margin-bottom: 0.15rem;
}
.footer-bd-l {
  width: 12rem;
}
.footer-bd-r {
  position: absolute;
  right: 0.7rem;
  top: 1rem;
}
.footer-bd-r img {
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid #f5f5f5;
}
.footer-bd p {
  margin-top: 0.266666rem;
  font-size: 0.65rem;
}
.footer-bd-r p {
  margin-top: 0;
  text-align: center;
}
.footer-heng {
  height: 1px;
  background-color: #a7aed2;
}
.footer-bottom {
  padding: 0.6rem 0.75rem;
  color: #a7aed2;
  font-size: 0.65rem;
  background-color: #033173;
}
.footer-bottom p {
  margin-bottom: 0.3rem;
}
