header {
  padding: 0.15rem 0 0.15rem 0.2rem;
  height: 0.96rem;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background-color: #e40a01;
}
header .a1 {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  right: 0.2rem;
  top: calc(50% - 0.3rem);
}
header .a1 em {
  position: absolute;
  height: 0.04rem;
  border-radius: 0.02rem;
  left: 0;
  background-color: #ffffff;
  transition: 0.5s;
}
header .a1 em:nth-child(1) {
  width: 0.6rem;
  top: 0.07rem;
}
header .a1 em:nth-child(2) {
  width: 0.6rem;
  top: 0.28rem;
}
header .a1 em:nth-child(3) {
  width: 0.6rem;
  top: 0.49rem;
}
header .a1.on em:nth-child(1) {
  width: 0.6rem;
  top: 0.3rem;
  transform: rotate(405deg);
}
header .a1.on em:nth-child(2) {
  width: 0;
}
header .a1.on em:nth-child(3) {
  width: 0.6rem;
  top: 0.3rem;
  transform: rotate(-405deg);
}
.nav_list {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background: #3f3f3f;
  z-index: 28;
}
.nav_list .list {
  padding: 1rem 0.4rem 0 0.4rem;
}
.nav_list .list a {
  text-align: left;
  position: relative;
  padding-left: 0.26rem;
  line-height: 1.2rem;
  display: block;
  font-size: 0.36rem;
  color: #ffffff;
  border-bottom: 1px solid #484848;
}
.nav_list .list a::after {
  width: 0.06rem;
  height: 0.36rem;
  border: 0;
  border-radius: 0.03rem;
  background: #b90c12;
  position: absolute;
  top: calc(50% - 0.18rem);
  left: 0;
  content: "";
}
.logo {
  float: left;
  height: 0.66rem;
}
.logo img {
  height: 100%;
  width: auto;
}
.banner {
  margin-top: 0.96rem;
  background-color: #ffffff;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 0.64rem;
  height: 2px;
  opacity: 1;
  border-radius: 1px;
  background-color: #ffffff;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #ffe87d;
}
.ind_a {
  background: url(../images/ind_a1.jpg) left center no-repeat #f7f7f7;
  background-size: auto 100%;
  height: 1.18rem;
  overflow: hidden;
  padding-top: 0.17rem;
  padding-left: 1.26rem;
  padding-right: 0.3rem;
  margin-bottom: 0.36rem;
}
.ind_a a {
  display: block;
}
.ind_a a h6 {
  line-height: 0.42rem;
  font-size: 0.28rem;
  color: #e90d01;
}
.ind_a a p {
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #666666;
}
.nav_1 {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  height: 0.62rem;
}
.nav_1 a {
  display: block;
  line-height: 0.62rem;
  width: 32.5%;
  background-color: #f7f7f7;
  text-align: center;
  color: #333333;
  font-size: 0.28rem;
}
.nav_1 a.select {
  background-color: #f50802;
  color: #ffffff;
}
.ind_list {
  padding-top: 0.17rem;
  padding-bottom: 0.3rem;
}
.ind_list .one a {
  display: block;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #d7d7d7;
}
.ind_list .one h6 {
  line-height: 0.66rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
}
.ind_list .one p {
  line-height: 0.38rem;
  font-size: 0.24rem;
  color: #666666;
}
.ind_list .list {
  padding-top: 0.2rem;
}
.ind_list .list a {
  display: block;
  line-height: 0.54rem;
  padding-left: 0.26rem;
  color: #666666;
  font-size: 0.24rem;
  position: relative;
}
.ind_list .list a::after {
  width: 0.08rem;
  height: 0.08rem;
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: 0.05rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.banner_1 {
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 0.4rem;
}
.banner_1 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0.66rem;
  padding-left: 0.25rem;
  padding-right: 1.2rem;
  font-size: 0.24rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner_1 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.25rem;
  height: 0.14rem;
  padding-right: 0.36rem;
}
.banner_1 .swiper-pagination {
  text-align: right;
}
.banner_1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  margin-left: 0.07rem !important;
  margin: 0 4px;
  width: 0.14rem;
  float: right;
  height: 0.14rem;
  background: #ffffff;
}
.nav_2 {
  background: url(../images/icon_1.png) left center no-repeat;
  background-size: 0.41rem 0.41rem;
  padding-left: 0.52rem;
  line-height: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
}
.nav_2 .a1 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
}
.nav_2 .a2 {
  color: #666666;
  font-size: 0.24rem;
}
.list_a {
  margin: 0 -0.08rem;
}
.list_a li {
  width: 50%;
  padding: 0 0.08rem;
  float: left;
  margin-bottom: 0.16rem;
}
.list_a li a {
  display: block;
  background-color: #ffffff;
}
.list_a li a .img {
  height: 2.25rem;
  overflow: hidden;
  position: relative;
}
.list_a li a .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.list_a li a h6 {
  text-align: center;
  line-height: 0.58rem;
  height: 0.58rem;
  font-size: 0.24rem;
  color: #666666;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_a li a p {
  line-height: 0.5rem;
  height: 0.5rem;
  font-size: 0.18rem;
  background: url(../images/more_1.png) 2.92rem center no-repeat;
  background-size: 0.23rem 0.08rem;
  background-color: #f4f4f4;
  color: #999999;
  padding-left: 0.2rem;
  border: 1px solid #e5e5e5;
}
.more_a {
  padding: 0.25rem 0 0.45rem 0;
}
.more_a a {
  display: block;
  width: 2.22rem;
  border-radius: 0.3rem;
  height: 0.6rem;
  margin: 0 auto;
  background-color: #ee0a01;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
}
.ind_c {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.ind_c a {
  display: block;
  width: 1.6rem;
  height: 1.13rem;
  padding-top: 0.21rem;
  border-radius: 0.08rem;
}
.ind_c a span {
  display: block;
  width: 0.5rem;
  margin: 0 auto;
  height: 0.5rem;
}
.ind_c a em {
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  display: block;
}
.ind_c a:nth-child(1) {
  background: url(../images/icon_a1.png) right bottom no-repeat #e2f0fb;
  background-size: auto 0.65rem;
}
.ind_c a:nth-child(2) {
  background: url(../images/icon_a2.png) right bottom no-repeat #f7efe8;
  background-size: auto 0.8rem;
}
.ind_c a:nth-child(3) {
  background: url(../images/icon_a3.png) right bottom no-repeat #fff3e1;
  background-size: auto 1.03rem;
}
.ind_c a:nth-child(4) {
  background: url(../images/icon_a4.png) right bottom no-repeat #f5f3ff;
  background-size: auto 0.7rem;
}
.ind_d {
  margin-bottom: 0.3rem;
}
.ind_d .list {
  padding: 0.14rem 0 0 0;
}
.ind_d .list a {
  display: block;
  line-height: 0.54rem;
  padding-left: 0.26rem;
  color: #666666;
  font-size: 0.24rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind_d .list a::after {
  width: 0.08rem;
  height: 0.08rem;
  content: "";
  background-color: #d9d9d9;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: 0.05rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ind_e {
  margin-bottom: 0.45rem;
}
.ind_e .nav_2 {
  margin-bottom: 0.3rem;
}
.ind_e .box {
  position: relative;
  height: 0.9rem;
  padding: 0 0.76rem;
}
.ind_e .box .swiper-container {
  height: 0.9rem;
}
.ind_e .box .img {
  position: relative;
  height: 0.9rem;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  overflow: hidden;
}
.ind_e .box .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.ind_e .box .next,
.ind_e .box .prev {
  position: absolute;
  width: 0.19rem;
  height: 0.35rem;
  top: calc(50% - 0.17rem);
  cursor: pointer;
}
.ind_e .box .next.swiper-button-disabled,
.ind_e .box .prev.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}
.ind_e .box .next {
  right: 0.15rem;
}
.ind_e .box .prev {
  left: 0.15rem;
}
.footer {
  padding-bottom: 0.4rem;
}
.footer .a1 {
  background-color: #e01100;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.74rem;
  text-align: center;
}
.footer .a2 h6 {
  line-height: 0.86rem;
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
  padding-bottom: 0.05rem;
}
.footer .a2 p {
  line-height: 0.42rem;
  font-size: 0.2rem;
  color: #666666;
  padding-left: 0.4rem;
}
.footer .a2 p.c1 {
  background: url(../images/footer_1.jpg) left center no-repeat;
  background-size: 0.24rem auto;
}
.footer .a2 p.c2 {
  background: url(../images/footer_2.jpg) left center no-repeat;
  background-size: 0.24rem auto;
}
.footer .a2 p.c3 {
  background: url(../images/footer_3.jpg) left center no-repeat;
  background-size: 0.24rem auto;
}
.footer .a2 p.c4 {
  background: url(../images/footer_4.jpg) left center no-repeat;
  background-size: 0.24rem auto;
}
.two_nav {
  /*height: 0.94rem;*/
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.two_nav span {
  display: inline-block;
  /*height: 0.94rem;*/
  line-height: 0.64rem;
  position: relative;
  color: #333333;
  font-size: 0.28rem;
  font-weight: bold;
}
.two_nav span::after {
  position: absolute;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0;
  height: 2px;
  background-color: #d50c01;
  content: "";
}
.nav_3 a {
  width: 25%;
  line-height: 0.66rem;
  color: #333333;
  font-size: 0.24rem;
  position: relative;
  float: left;
  text-align: center;
}
.nav_3 a.select {
  color: #d50c01;
}
.nav_3 a.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: calc(50% - 0.06rem);
  border-right: 0.12rem solid transparent;
  border-left: 0.12rem solid transparent;
  border-bottom: 0.12rem solid #d50c01;
}
.nav_3.w3 a {
  width: 33.33%;
}
.nav_3.w2 a {
  float: none;
  display: inline-block;
}
.csxm_list li {
  margin-bottom: 0.4rem;
}
.csxm_list li:last-child {
  margin-bottom: 0;
}
.csxm_list li a {
  display: block;
}
.csxm_list li .img {
  height: 4.6rem;
  overflow: hidden;
  position: relative;
}
.csxm_list li .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  transition: 0.5s;
}
.csxm_list li .text {
  height: 2.25rem;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 0 0.3rem;
}
.csxm_list li .text h6 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.72rem;
  padding-top: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.csxm_list li .text p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #9f9f9f;
  line-height: 0.52rem;
  width: 1.3rem;
  text-align: center;
  font-size: 0.24rem;
  color: #666666;
  border-radius: 0.16rem;
  margin: 0 0.05rem;
}
.page a.select {
  color: #e40f00;
  border: 1px solid #e40f00;
}
.desc_1 {
  padding-top: 0.17rem;
  padding-bottom: 0.48rem;
}
.desc_1 p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.42rem;
  text-align: justify;
  text-indent: 2em;
}
.lxwm_a {
  padding-top: 0.5rem;
}
.lxwm_a p {
  line-height: 0.48rem;
  font-size: 0.24rem;
  text-align: center;
  color: #333333;
}
.lxwm_a .map {
  margin-top: 0.4rem;
  border: 1px solid #e1e1e1;
  height: 4.56rem;
  background-color: #ffffff;
}
.news_list li {
  padding: 0.12rem;
  border: solid 1px #e0dede;
  margin-bottom: 0.28rem;
  overflow: hidden;
  background-color: #ffffff;
}
.news_list li a {
  display: block;
  height: 1.6rem;
  overflow: hidden;
}
.news_list li a:hover .text h6 {
  color: #e80d01;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list li .img {
  width: 2.3rem;
  height: 1.6rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.news_list li .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.news_list li .text {
  width: 4.1rem;
}
.news_list li .text h6 {
  line-height: 0.54rem;
  font-size: 0.26rem;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li .text p {
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list li .text span {
  display: inline-block;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}
.news_list1 li {
  margin-bottom: 0.32rem;
}
.news_list1 li:last-child {
  margin-bottom: 0;
}
.news_list1 li a {
  display: block;
  padding: 0.2rem 0.2rem 0.17rem 0.25rem;
  border: 1px solid #e1dfdf;
}
.news_list1 li h6 {
  line-height: 0.52rem;
  font-size: 0.26rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list1 li p {
  line-height: 0.36rem;
  font-size: 0.24rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list1 li span {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 0.44rem;
  padding-right: 0.6rem;
  color: #999999;
  background: url(../images/more_2.png) right center no-repeat;
  background-size: auto 0.06rem;
}
