@charset "utf-8";

/* */
@font-face {
  font-family: "sy-normal";
  src: url("../font/SOURCEHANSERIFCN-REGULAR.OTF");
}
.head_wit #nav ul li.on h3, .head_wit #nav ul li:hover h3 {
    color: #fff;
}
@font-face {
  font-family: sy;
  src: url("../font/sySong.woff");
}


.a_body {
  position: relative;
  z-index: 0;
}

.section {
  overflow: hidden;
}

.header_box {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  transition: all .6s;
}


.header_box #header::before {
  content: "";
  position: absolute;
  height: 2.83rem;
  top: 0;
  left: 0px;
  right: 0px;
  transition: all 0.6s;
  opacity: 1;
  visibility: visible;
  background: url("../images/headbg.png") center top / 100% 100% repeat-x;
  z-index: -1;
}



.head_wit::before {
  content: none;
}

.head .right {
  flex: 1;
  display: flex;

  margin-left: -3rem;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: .2rem;
}

#header .wp {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.7rem;
}

.list_box0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.list_box0 .li {
  font-size: 0.16rem;
  color: #fff;
  display: inline-block;
  line-height: .3rem;
  position: relative;
  z-index: 10;
}

.list_box0 .li a {
  display: flex;
  align-items: center;
  transition: 0.5s;
  padding: 0 0.15rem;
  line-height: 1;
}

.list_box0 .li a:hover {
  color: #9B0D14;
}

.list_box0 .li a img {
  padding-right: 5px;
  height: .16rem;
}

.list_box0 .li:first-child a {
  border-right: 1px solid #fff;
  margin-right: .15rem;
}

.list_box0 .li a.search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.63rem;
  height: .32rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: .3rem;
  background: rgba(255, 255, 255, 0.08);
}

.list_box0 .li a.search_btn input[type="text"] {
  width: 90%;
  color: #fff;
}

.list_box0 .li a.search_btn img {
  padding-right: 0;
}

#m_header .list_box0 {
  float: right;
}

#m_header .list_box0 .li {
  line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
  top: 60px;
}

#m_header .list_box0 .li a>img {
  height: 12px;
}

.list_box_01 {
  font-size: 0px;
  white-space: nowrap;
  padding: 0.1rem;
}

.list_box_01 li {
  text-align: center;
  display: block !important;
  margin: 0px 15px !important;
}

.list_box_01 li h3 img {
  border: 1px solid rgb(237, 237, 237);
  width: 85px;
  height: 85px;
}

.list_box_01 li h5 {
  font-size: 0.12rem;
  color: rgb(102, 102, 102);
  line-height: 20px;
  margin: 0px;
}

.list_box0 .li::after {
  content: "";
  position: absolute;
  left: -0.26rem;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.8;
}

.list_box0 .li:first-child::after {
  display: none;
}

.head .head-b .wp {
  position: relative;
  display: flex;
  height: 1.7rem;
  justify-content: space-between;
  align-items: center;
}

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}

#logo img {
  max-width: 100%;
  transition: all 0.5s ease 0s;
  height: 1.05rem;
}

.header_box.head_wit #header::before {
  display: none;
}

.head_wit {
  background: #9b0d14;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.head_wit #nav ul li.on h3,
.head_wit #nav ul li:hover h3 {
  color: #fff;
}

.head_wit #nav ul li h3::before,
.head_wit #nav ul li h3::after {
  background: #fff;
}


.head_wit::before {
  display: none;
}


#nav {
  position: relative;
  margin-top: .1rem;
  width: 100%;
  z-index: 9;
}

#nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#nav ul li {
  height: 100%;
  position: relative;
  margin-left: .3rem;
}

#nav ul li a {
  display: block;
  position: relative;
}

#nav ul li h3 {
  position: relative;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 0.2rem;
  color: #fff;
}

#nav ul li h3::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0.1rem;
  height: 2px;
  background: #9B0D14;
  transition: all .3s;
}

#nav ul li.on h3::before,

#nav ul li:hover h3::before {
  left: .18rem;
  right: .18rem;
}

#nav ul li h3::after {
  content: "";
  position: absolute;
  bottom: .2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #9B0D14;
}



#nav ul li:hover h3::after {
  bottom: 0;
  height: .1rem;
}



/* #nav ul li a i {display: inline-block;width: 11px;height: 6px;margin-left: 8px;background-size:100% !important;} */
#nav ul li .sub {

  position: absolute;
  top: 100%;
  background: #fff;
  height: 100%;
  width: auto;
  min-width: 1.5rem;

  height: auto;
  /* padding-left: 2.4rem; */
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#nav ul li:last-child .sub {
  left: auto;
  right: 0;
  transform: translateX(0) scaleY(0);
}

#nav ul li:last-child:hover .sub {
  transform: translateX(0) scaleY(1);

}

/* #nav ul li .sub::before {
  content: "";
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/nav_wzbg.png) no-repeat center center/100% 100%;
  width: 1.5rem;
  height: 0.82rem;
} */

#nav ul li .sub::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #eb7a0b;
}

#nav ul li .sub .box {
  padding: 0.14rem .01rem;
  text-align: center;
  width: 100%;
}

#nav ul li .sub a {

margin: .05rem 0;

line-height: 0.28rem;

transition: all 0.6s ease 0s;

font-size: 0.16rem;

color: #333;
}

#nav ul li .sub a:hover {
  color: #9B0D14;

}

#nav ul li:hover .sub {
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  font-weight: bold;
  color: white;
}

/* #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li.on a h3{color:#fff;opacity:.7} */


.search_btn {
  cursor: pointer;
}


.head.xg .wp {
  /* align-items: center; */
}




.head.xg .head-b .wp {}

.head.xg::before {
  height: 0;
}

#m_nav * {
  transition: all 0s ease 0s;
}

.m_header_box {
  transition: all 0.6s ease 0s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0px 0px 0px 15px;
  height: 0.7rem;
  background: #9B0D14;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo img {
  height: auto;
  max-height: 0.6rem;
  padding: .05rem;
}

.m_header_box header #logo {
  padding: 0px;
  width: calc(100% - 80px);
}

#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
}

#nav_btn_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -.15rem;
  border-right: .15rem solid rgb(255, 255, 255);
  border-top: 0.7rem solid transparent;
  display: none;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  transition: all 0.5s ease 0s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.4rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 0.28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0px;
  display: inline-block;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-out 0s;
  background: #9B0D14;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: "";
  transition: all 0.3s ease-out 0s;
  background: #9B0D14;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0px;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: 0% 0% / cover rgb(247, 247, 247);
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  z-index: 10000;
  width: auto;
  height: 35px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

#m_nav.act {
  pointer-events: auto;
  right: 0px;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: #A21111;
}

#m_nav .list_box0 {
  width: 90%;
  margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
  text-align: center;
  color: #9B0D14;
  margin: 0px 0rem 0.15rem;
  font-size: 14px;
}

#m_nav .list_box0 .li a {
  background: none;
  padding: 0 0.2rem 0 0;
}

#m_nav .old_rukou {
  margin: 0.24rem 0px 0px;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  /* height: calc(100% - 3rem); */
  padding: 0px 0px 10px;
  overflow-y: auto;
  margin: 0px;
  /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
  width: 90%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

.list_box_nav_mobile>li .con {
  position: relative;
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid rgb(226, 226, 226);
  line-height: 0.64rem;
  color: rgb(51, 51, 51);
  padding: 0px;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url("../images/arrow_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  display: block;
  right: 0px;
  top: 2px;
  background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 13px;
  color: rgb(102, 102, 102);
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/* 手机搜索 */
.wap_search {
  font-size: 0.16rem;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 0.6rem;
  display: block;
  margin-bottom: .1rem;
}

.wap_search form {
  display: block;
  height: 100%;
  border-radius: 0.2rem;
  background: rgb(255, 255, 255);
  position: relative;
  width: 3.68rem;
  margin: 0rem auto;
}

.wap_search .input {
  font-size: 0.14rem;
  color: #333;
  height: 0.6rem;
  line-height: 0.5rem;
  padding: 0px 0.24rem;
  box-shadow: none;
  appearance: none;
  float: left;
  border-right: 0px;
  background: none;
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 0px;
  background: url("../images/submit.svg") center center no-repeat #9B0D14;
  border-radius: 50%;
  background-size: 22px;
}

.wap_search .btn_blue.fr {
  background: rgb(233, 237, 239);
  color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* pc搜索 */




/* banner */
.main-visual-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.swiper-box1 .imged {
  padding-bottom: 50%;
}

.swiper-box1 .slide-inner {
  position: relative;
  overflow: hidden;
}


.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  transition: all 6s;
}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.banner .ban-dots {
  position: absolute;
  right: 1rem;
  bottom: .55rem;
  display: flex;
  justify-content: space-between;

  z-index: 9;
}

.banner .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .6rem;
  padding-right: 2rem;
}

.banner .btn:before {
  content: "";
  position: absolute;
  left: 0;
  width: .57rem;
  height: 7px;
  background: url(../images/bdots_l.png) no-repeat center center/100% 100%;
}

.banner .btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.91rem;
  height: 7px;
  background: url(../images/bdots_r.png) no-repeat center center/100% 100%;
}

.banner .swiper-container .btn span {
  font-size: .22rem;
  color: #fff;
  opacity: 1;
  width: auto;
  height: auto;
  background: transparent;
  margin: 0 .13rem;
}

.banner .swiper-container .btn .active {
  width: 0.36rem;
  height: 0.31rem;
  background: url("../images/cir1.png") no-repeat center;
  background-size: 100%;
  font-size: 0;


}

.banner .ban-dots .arrow {
  display: flex;
  align-items: center;
  width: 1.2rem;
  justify-content: space-between;
  margin-left: .7rem;
}

.banner .ban-dots .arrow>div {
  width: .25rem;
  height: .25rem;
  cursor: pointer;
}

.banner .ban-dots .arrow .prev {
  background: url(../images/ban_l.png) no-repeat center center;
}

.banner .ban-dots .arrow .next {
  background: url(../images/ban_r.png) no-repeat center center;
}

.ban_up {
  position: absolute;
  bottom: .54rem;
  left: 50%;
  transform: translatex(-50%);
  animation: bb 2s linear 0s infinite;
  z-index: 9;
}

@keyframes bb {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0, 3px);
  }

  60% {
    transform: translate(0, 10px);
  }

  90% {
    transform: translate(0, 3px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ban_up img {
  height: 1rem;
  cursor: pointer;
}

.index {
  font-size: 0;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;

  z-index: 99;
  padding-top: 1.7rem;
  background: #fff;
}

@media screen and (min-width: 2300px) {
  .header_box #header::after {
    width: 18%;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-box1 .imged {
    padding-bottom: 100vh;
  }
}

@media screen and (max-width: 1480px) {
  .banner .btn {
    padding-right: 0;
  }

  .banner .btn:after {
    display: none;
  }

  .banner .ban-dots .arrow {
    margin-left: .3rem;
  }
}

@media screen and (max-width: 1400px) {
  #nav ul li h3 {
    font-size: .18rem;
  }

  #logo img {
    height: .9rem;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .ban_up {
    display: none;
  }

  .header_box {
    display: none;
  }

  .m_header_box {
    display: block;
  }

  .index {
    position: static;
    padding-top: 0;
  }

  .swiper-box1 .imged {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 768px) {
  .banner .ban-dots {
    right: .2rem;
    bottom: .2rem;
  }

  .banner .ban-dots .arrow {
    width: .8rem;
    margin-left: .3rem;
  }

  .banner .btn {
    padding-right: 0;
  }

  .banner .btn:after {
    display: none;
  }
}

/* home1 */
.home1 {
  /* margin-top: .15rem; */
  width: 100%;
  padding: .2rem 0;
  background: linear-gradient(0deg, #9B0D14, #9B0D14), linear-gradient(180deg, rgba(239, 247, 246, 0) 0%, #EFF7F6 100%);
}

.title {
  margin-bottom: .35rem;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.title .h3 {
  position: relative;
  padding: 0 .65rem;
  padding-top: .1rem;
}

.title .h3:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: .57rem;
  height: .45rem;
  bottom: .1rem;
  background: url(../images/titbg.png) no-repeat center center/100% 100%;
}

.title .h3 h3 span {
  font-size: .4rem;
  line-height: 1.5;
  color: #9B0D14;
  font-family: sy;
}

.title .h3 p {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;

  align-items: flex-start;

}

.title .h3 p em {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: .2rem;
  -webkit-text-stroke: .3px #9B0D14;
  /* 兼容 Chrome/Safari */
  text-stroke: .3px #9B0D14;
  /* 标准属性 */

  /* 降级方案：通过阴影模拟 */
  text-shadow: -.3px -.3px 0 #9B0D14, .3px -.3px 0 #9B0D14, -.3px .3px 0 #9B0D14, .3px .3px 0 #9B0D14;
  font-family: "sy";
}

.title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}

.title .more a {
  position: relative;
  display: block;
  padding-top: .2rem;
  padding-right: .1rem;
  padding-left: .15rem;
  background: url(../images/more_r.png) no-repeat right bottom;
}

.title .more:hover {
  right: 5px;
}

.more span {
  font-size: 0.16rem;
  color: #9B0D14;
  align-items: center;
  transition: 0.5s;
}

.title .more a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .11rem;
  height: .1rem;
  background: url(../images/more_l.png) no-repeat center center/100% 100%;
}

.home1-t {}

.home1-t ul {
  display: flex;
  flex-wrap: wrap;
}

.home1-t ul li {
  position: relative;
  width: 20%;
}

.home1-t ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.2rem;
  top: -.3rem;
  background: #fff;
  opacity: 0;
  z-index: -1;
}



.home1-t ul li a {
  position: relative;
  display: block;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 9;
}

.home1-t ul li a::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -0.3rem;
  border-left: 0.07rem solid #570000;
  border-top: 0.1rem solid transparent;
  opacity: 0;
  z-index: -1;
}

.home1-t ul li a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -0.3rem;
  border-right: 0.07rem solid #570000;
  border-top: 0.1rem solid transparent;
  opacity: 0;
  z-index: -1;
}

.home1-t ul li a .s1-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #BB2C2C;
  border: 3px solid transparent;
  margin: 0 auto;
}

.home1-t ul li a .s1-icon img.s1_ich {
  display: none;
}

.home1-t ul li a .s1-icon img {
  max-width: 100%;
  max-height: 100%;
}

.home1-t ul li a p {
  font-size: .16rem;
  color: #fff;
  margin-top: .1rem;
}

@media screen and (min-width: 1024px) {
  .home1-t ul li:hover::after {
    opacity: 1;
    z-index: 1;
  }

  .home1-t ul li:hover a .s1-icon {
    border: 3px solid #C2272E;
    background: #fff;
  }

  .home1-t ul li:hover a .s1-icon img.s1_ich {
    display: block;
  }

  .home1-t ul li:hover a .s1-icon img.s1_ic {
    display: none;
  }

  .home1-t ul li:hover a p {
    color: #971117;
  }

  .home1-t ul li:hover a::before {
    opacity: 1;
    z-index: 0;
  }

  .home1-t ul li:hover a::after {
    opacity: 1;
    z-index: 0;
  }
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
  .home1-t ul li {
    width: 50%;
    margin: .15rem 0;
  }

  .home1-t ul li a {
    border-left: none;
  }

  .title {
    justify-content: space-between;
    margin-bottom: .2rem;
  }

  .title .h3 p img {
    height: .4rem;
  }

  .title .h3 h3 span {
    font-size: .24rem;
  }

  .title .h3 {
    padding: 0 .4rem;
    padding-top: .15rem;
  }

  .home1-t ul li a .s1-icon {
    width: .6rem;
    height: .6rem;
  }

  .home1-t ul li a .s1-icon img {
    height: .25rem;
  }
}



/* home2 */
.home2 {
  padding: .4rem 0 0.6rem;
  background: url(../images/h2_bg.png) no-repeat center top/100% 100%;
  overflow: hidden;
  z-index: 5;
}



.home2-t {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.home2-t .left,
.home2-t .right {
  width: 23.2%;
}

.home2-t .mid {
  width: 53.6%;
  padding: 0 .3rem;
}

.h2-box .h2_top .imged {
  padding-bottom: 2.18rem;
}

.h2-box .h2-down ul li a {
  display: block;
  padding: .2rem 0;
  border-bottom: 1px dashed #D8D8D8;
}

.h2-box .h2-down ul li a span {
  font-size: .18rem;
  color: #333;
  line-height: 0.3rem;
  background-image: linear-gradient(#B5262D, #B5262D);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: all .6s;
}

.list1w a {
  display: block;
}

.list1w a .imged {
  padding-bottom: 4.15rem;
}

.list1w a .cont {
  padding-top: .25rem;
  text-align: center;
}

.list1w a .cont h2 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333333;
}

.list1w a .cont p {
  font-size: .14rem;
  color: #999999;
  line-height: .24rem;
  height: .48rem\0;
  margin-top: .1rem;
}

.list1w .h1-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
}

.list1w .h1-dots .prev {
  width: .25rem;
  height: .25rem;
  background: url(../images/h2_l.png) no-repeat center center/.22rem auto;
  cursor: pointer;
}

.list1w .h1-dots .h1_cir {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.list1w .h1-dots .h1_cir span {
  width: .12rem;
  height: .12rem;
  border-radius: 50%;
  border: 1px solid #9B0D14;
  margin: 0 .04rem;
  opacity: 1;
}

.list1w .h1-dots .h1_cir span.on {
  background: #9B0D14;
}

.list1w .h1-dots .next {
  width: .25rem;
  height: .25rem;
  background: url(../images/h2_r.png) no-repeat center center/.22rem auto;
  cursor: pointer;
}


@media screen and (min-width: 1024px) {
  .h2-box .h2-down ul li:hover a span {
    background-size: 100% 2px;
    font-weight: bold;
    color: #B5262D;
  }
}

@media screen and (max-width:1024px) {
  .home2 {
    padding: .2rem 0;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .home2-t .mid {
    width: 100%;
    padding: 0;
    order: -1;
    margin-bottom: .15rem;
  }

  .home2-t .left,
  .home2-t .right {
    width: 49%;
  }

  .h2-box .h2_top .imged {
    padding-bottom: 66%;
  }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {

  .home2-t .left,
  .home2-t .right {
    width: 100%;
  }

  .h2-box .h2-down ul li a {
    padding: .1rem 0;
  }
}

/* home3 */
.home3 {
  padding: .6rem 0 1.24rem;
  background: url(../images/hbg3.png) no-repeat center top/cover;
  overflow: hidden;
  width: 100%;
}


.home3-t {}

.list3w a {
  display: block;
  border-radius: 0.4rem 0rem 0.4rem 0rem;
  padding: .4rem;
  background: #FFFFFF;
  transition: all .6s;
}

.list3w a p {
  font-size: .2rem;
  color: #333333;
  line-height: .32rem;
  height: .64rem\0;
  margin-bottom: .3rem;
}

.list3w a .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list3w a .info .date {
  display: flex;
  align-items: center;
}

.list3w a .info .date span {
  font-size: .26rem;
  color: #B5262D;
}

.list3w a .info .date i {
  font-size: .16rem;
  color: #B5262D;
  font-style: normal;
}

.list3w a .info .gd {
  width: .53rem;
  height: .53rem;
  background: url(../images/s3-more.png) no-repeat center center/.3rem auto;
}

.list3w .h3-dots {
  position: relative;
  margin-top: .35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list3w .h3-dots::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: rgba(212, 63, 70, 0.31);
  height: 1px;
}

.list3w .h3-dots .prev {
  position: relative;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
}

.list3w .h3-dots .next {
  position: relative;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 6;
}

.list3w .h3-dots .h3-cir {
  position: relative;
  z-index: 6;
}

.list3w .h3-dots .h3-cir span {
  width: .18rem;
  height: .18rem;
  background: url(../images/s3-cir.png) no-repeat center center/100% 100%;
  margin: 0 .25rem;
  opacity: 1;
}

.list3w .h3-dots .h3-cir span.on {
  width: .18rem;
  height: .18rem;
  background: url(../images/s3-cir1.png) no-repeat center center/100% 100%;
}

@media screen and (min-width: 1024px) {
  .list3w a:hover {
    background: #9B0D14;
  }

  .list3w a:hover p {
    color: #fff;
  }

  .list3w a:hover .info .date span {
    color: #fff;
  }

  .list3w a:hover .info .date i {
    color: #fff;
  }

  .list3w a:hover .info .gd {
    background: url(../images/s3-more1.png) no-repeat center center/.3rem auto;
  }
}



@media screen and (max-width: 1024px) {
  .home3 {
    padding: .2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .list3w a {
    padding: .2rem;
  }

  .list3w .h3-dots {
    margin-top: .2rem;
  }
}

@media screen and (max-width: 480px) {
  .list3w .h3-dots .h3-cir span {
    margin: 0 .05rem;
  }
}


/* home4 */
.home4 {
  position: relative;
  padding: .5rem 0 .7rem;
  overflow: hidden;
  background: url(../images/hbg4.png) no-repeat center/cover;
}

.home4-t {
  position: relative;
  padding: .3rem 0;
}

.h4_listw a {
  position: relative;
  display: block;
}

.h4_listw a .imged {
  padding-bottom: 138.1%;
}

.home4-t .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -.8rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);

  cursor: pointer;
  transition: all .6s;
}



.home4-t .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -.8rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .6s;
}



.h4_listw .swiper-slide:nth-child(2n) {
  margin-top: .5rem;
}

.h4_listw a .cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .15rem .25rem;
  z-index: 9;
}

.h4_listw a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.488) 77%, rgba(0, 0, 0, 0.536) 100%);
  z-index: 2;
}

.h4_listw a .cont p {
  font-size: .18rem;
  color: #fff;
  line-height: .28rem;
  max-height: .56rem\0;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1350px) {
  .h4_listw {
    width: 90%;
    margin: 0 auto;
  }

  .home4-t .prev {
    left: -.4rem;
  }

  .home4-t .next {
    right: -.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .home4-t .prev {
    left: -.1rem;
  }

  .home4-t .next {
    right: -.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .home4 {
    padding: .2rem 0;
  }
}

@media screen and (max-width: 768px) {

  .home4-t .prev,
  .home4-t .next {
    width: .4rem;
    height: .4rem;
    background-size: .1rem auto;
    z-index: 9;
  }

  .h4_listw .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
}

@media screen and (max-width: 420px) {}


/* foot */
.footer {
  width: 100%;
  background: url(../images/footbg.jpg) no-repeat center/cover;

}

.foot-b {

  padding: 0.5rem 0;

}

.ft_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ft_link h2 {
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  padding: .35rem;
  background: url(../images/ft-link.png) no-repeat center center/100% 100%;
}

.ft_link h2 span {
  font-size: 0.26rem;
  color: #fff;
  line-height: .3rem;
}

.ft_link ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.18rem;
}

.ft_link ul li {
  width: 16.667%;
  padding: 0 .18rem;
  margin-bottom: .1rem;
}

.ft_link ul li a {
  position: relative;
  left: 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: .4rem;
  padding-right: .15rem;
  background: url(../images/ft_link_ic.png) no-repeat right center;
  font-size: .14rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .6s;
}

.ft_link ul li:hover a {
  left: 5px;
}

.foot-bq {
  border-top: 1px solid rgba(255, 255, 255, .08);
  line-height: .3rem;
  padding: .2rem 0;
  text-align: center;
}

.foot-bq p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.foot-bq p span,
.foot-bq p a {
  display: flex;
  align-items: center;
  margin: 0 .35rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.8);
}




@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1200px) {
  .ft_link ul li {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .ft_link ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .ft_link {
    display: block;
  }

  .foot-b {
    padding: .2rem 0;
  }

  .ft_link h2 {
    width: auto;
    height: auto;
    text-align: left;
    padding: .15rem 0;
  }

  .ft_link h2 span {
    font-size: .2rem;
  }

  .ft_link ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 420px) {
  .ft_link ul li {
    width: 50%;
  }
}