@charset "utf-8";

@font-face {
  font-family: sy;
  src: url(../fonts/sySong.woff);
}

@font-face {
  font-family: geo;
  src: url(../fonts/georgia.ttf);
}

.header_top {
  z-index: 1000;
  width: 100%;
  position: fixed;
  padding: .25rem 0;
  top: 0;
  left: 0;
}

.header_top .wp1820 {
  max-width: 1820px;
  margin: 0 auto;
  max-width: 94%;
}

.header_top::after {
  width: 100%;
  height: 1.46rem;
  background: url(../images/ban-tc.png) no-repeat center top;
  background-size: 100% 100%;
  bottom: auto;
  top: 0;
}

.fixed .header_top::after {
  /* height: 1.3rem; */
  background: #8f000b;
}

/* .fixed .header_top{background:#8f000b;} */
.header_top .top {
  justify-content: space-between;
  /* height: 1.2rem; */
  align-items: center;
  width: 100%;
}

#logo {
  position: relative;
}

.header_top #logo img {
  transition: .5s;
  max-width: 4.3rem;
}

.list_box1 {
  flex: 1;
  min-width: 0;
  padding-left: 15%;
}

.list_box1 .top-t {
  align-items: center;
  justify-content: flex-end;
}

.list_box1 .li {
  margin-left: .15rem;
}

.list_box1 .li:last-child {
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
}

.list_box1 a {
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
}

.list_box1 a img {
  display: inline-block;
  padding-left: .1rem;
  vertical-align: middle;
}

.list_box1 .top-t a p {
  line-height: .3rem;
  padding: 0 .15rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all .6s;
}

.list_box1 .top-t a:hover p {
  padding: 0 .25rem;
}

.list_box1 a p {
  padding-left: 0.1rem;
}

.list_box1 .ser .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box1 .li .input {
  width: calc(100% - .16rem);
  height: 100%;
  padding: 0 0.1rem 0 0rem;
  font-size: .16rem;
  color: #fff;
  line-height: .28rem;
}

.list_box1 .li .serbtn {
  width: 0.16rem;
  background: url(../images/ser.png) no-repeat left center;
  background-size: 0.16rem;
  height: 100%;
}

.list_box1 .li .input::-webkit-input-placeholder {
  color: #fff;
}

.list_box1 .li .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.list_box1 .li .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.list_box1 .li .input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.top-d {
  display: flex;
  align-items: center;
  margin-top: .1rem;
}

.top-d .big-nav2 {
display:none;
  margin-left: .28rem;
}

.big-nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  backdrop-filter: blur(0.05rem);
}

.big-nav.on {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.big-nav .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 2.5rem;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 0.3rem
}

.big-nav .close {
  position: absolute;
  right: 0.3rem;
  top: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
}

.big-nav .scroll .flex-left {
  display: flex;
  flex-wrap: wrap;
}

.big-nav .scroll::-webkit-scrollbar {
  display: none
}

.big-nav .scroll dl {
  width: 10.5%;
  margin-bottom: 0.3rem;
  transform: translateY(1rem);

  margin: 0 1%
}

.big-nav .scroll dl dt {
  font-size: 0.22rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.big-nav .scroll dl dt:after {
  content: '';
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff
}

.big-nav .scroll dl dt a {
  color: #fff
}

.big-nav .scroll dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.big-nav .scroll dl dd ul li {
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  line-height: 1.4em
}

.big-nav .scroll dl dd ul li a {
  color: rgba(255, 255, 255, .8);
}

.big-nav .scroll dl dd ul li a:hover {
  color: rgba(255, 255, 255, 1);
}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav {
  width: 100%;
  position: relative;
  z-index: 1000;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#nav ul li {
  z-index: 0;
  position: relative;
}

#nav ul li a {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}

#nav ul li h3 {
  font-size: .18rem;
  color: #fff;
  line-height: .5rem;
  position: relative;
  transition: .36s;
  display: inline-block;
  padding: 0 0rem;
}

#nav ul li .sub {
  position: absolute;
  top: 95%;
  background: rgba(255, 255, 255, .9);
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  overflow: hidden;
  z-index: 1000;
}

#nav ul li .sub:after {
  content: '';
  height: .02rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8f000b;
}

#nav ul li .sub .box {
  /* padding: .2rem 0; */
  text-align: center;
}

#nav ul li .sub a {
  padding: 10px .16rem;
  line-height: 28px;
  transition: .6s;
  font-size: .16rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  min-width: 160px;
  display: block;
}

#nav ul li .sub a img {
  margin: 0 .1rem 0 0;
  opacity: .2;
  transition: .5s
}

#nav ul li .sub a:hover {
  background: #8f000b;
  color: #fff;
}

#nav ul li:hover .sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  font-weight: bold;
  /* color: #8f000b; */
}

#nav ul li.on h3::after,
#nav ul li:hover h3::after {
  opacity: 1;
}

/*手机端开始*/
.m_header_box {
  transition: .6s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0 0 0 0.15rem;
  height: .7rem;
  background: #8f000b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo {
  padding: 0;
  width: 75%;
  margin: 0;
}

.m_header_box header #logo img {
  max-height: .6rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: .7rem;
  height: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
 /* border-right: #fff 10px solid; */
  border-top: transparent .7rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.40rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: .28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #8f000b;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #8f000b;
}

#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 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

.m_nav_list {
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #f7f7f7;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  /* background: rgba(255,255,255,.1); */
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: #8f000b url(../images/submit.svg) center no-repeat;
  background-size: .28rem;
}

#m_nav .list_box0 {
  text-align: center;
  width: 100%;
  justify-content: flex-start;
  margin: .32rem 0 0;
  flex-wrap: wrap;
  height: 0.4rem;
}

#m_nav .list_box0 .li {
  text-align: left;
  color: #8f000b;
  margin: 0 .12rem 0.15rem 0;
  font-size: 14px;
  padding: 0;
  min-width: 1rem;
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  max-height: calc(100% - 250px);
  /* background: rgba(255,255,255,.1); */
  padding: 0 0 10px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  /* flex: 1; */
}

.list_box_nav_mobile>li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile>li .con {
  position: relative
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: .5rem;
  color: #333;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: .5s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: .64rem;
  height: .5rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid #e2e2e2;
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
  padding: 10px 0;
  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: #666;
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

/*顶部搜索*/
.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 85px;
  display: block;
  margin-bottom: 0.1rem;
}

.wap_search .header-search {
  height: 40px;
  border-radius: 20px;
  background: rgb(255 255 255);
  position: relative;
  width: 3.68rem;
  margin: 10px auto;
}

.wap_search .input {
  font-size: .16rem;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: #fff;
  border-radius: 30px;
  /* background:none; */
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: url(../images/submit.svg) center no-repeat #8f000b;
  background-size: .24rem;
  border-radius: 20px;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #999;
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn {
  cursor: pointer;
}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #006cb7;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #8f000b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.svg");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.svg");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #006cb7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../images/close-btn.svg");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}

/* banner */
.main-visual-wrapper {
  width: 100%;
  position: relative;
}

.main-visual-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-box1 .imged {
  padding-bottom: 41.66%;
}

.slide-inner {
  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;
}

.swiper-box1 .cir {
  bottom: .48rem;
  z-index: 10;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-box1 .cir::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  border-bottom: 1px solid #fff;
}

.swiper-box1 .cir span {
  position: relative;
  margin: 0px .1rem !important;
  width: auto;
  padding: 0 .18rem;
  height: auto;
  border-radius: 0;
  padding-bottom: .28rem;
  opacity: 1;
  background: transparent;
  font-size: .16rem;
  color: #fff;
}

.swiper-box1 .cir span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.29rem;
  height: 0.04rem;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.swiper-box1 .cir .swiper-pagination-bullet-active::after {
  opacity: 1;
  z-index: 9;
}



/* home1 */

.home1 {
  padding: .5rem 0 0.65rem;
  width: 100%;
  background: url(../images/sect1-bg.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.title {
  margin-bottom: .45rem;
  align-items: center;
  position: relative;
}

.title .h3 {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.title h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 9;
}

.title h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .1rem;
  width: .49rem;
  height: 5px;
  background: #8f000b;
}

.title p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
  color: #f3f3f3;
  font-style: italic;
  font-family: "Arial";
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: .25rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: .16rem auto;
}

.more a {
  font-size: 0.16rem;
  transition: 0.5s;
  color: #8f000b;
  font-weight: bold;
}



.home1-t li * {
  transition: 0.5s;
}

.home1-t .h1-1 ul {
  margin: 0 -.2rem;
}

.home1-t .h1-1 li {
  position: relative;
  width: 33.333%;
  top: 0;
  margin-top: .4rem;
  transition: all .6s;
}



.home1-t .h1-1 a {
  position: relative;
  display: block;
  margin: 0 .2rem;
}

.home1-t .h1-1 .scale {
  width: 100%;
}



.home1-t .h1-1 .imged {
  padding-bottom: 65.9%;
}

.home1-t .h1-1 .con {
  padding: .15rem .1rem;

}




.home1-t .h1-1 h3 {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  height: .6rem;
  font-weight: bold;
  /* margin-bottom: 0.1rem; */
  margin-bottom: .1rem;
}



.home1-t .h1-1 p {
  margin-top: .15rem;
  margin-bottom: .15rem;
  color: #000;
  font-size: 0.16rem;
  opacity: .6;
  border-bottom: 1px solid #ededed;
}

.home1-t .h1-1 .date {
  padding-top: .15rem;
  border-top: 1px solid rgba(0, 0, 0, .4);
  font-size: .14rem;
  color: #8f000b;
}

.home1-t .h1-1 .date span {
  font-weight: bold;
  font-size: .2rem;
}

.home1-b ul {

  margin: 0 -.2rem;
}

.home1-b li {
  width: 33.333%;
  margin-top: 0.18rem;
}

.home1-b li * {
  transition: 0.5s;
}

.home1-b li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: .8rem;
  margin: 0 .2rem;
  /* padding: 0.2rem; */
  border: 0.01rem solid #ddd;
  position: relative;
  z-index: 1;
}

.home1-b li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #7c0005 0%, #b00410 100%);
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.h2tr .home1-b li a::before {
  content: "";
  position: absolute;
  right: 0;
  border-left: 10px solid #6f0d14;
  border-bottom: 10px solid transparent;
  bottom: -10px;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}


.home1-b li .wm_date {
  position: relative;
  width: 0.85rem;
  /* padding-right: 0.24rem; */
  text-align: center;
  white-space: nowrap;
  border-right: 0.01rem solid #f2f2f2;
  z-index: 9;
}

.home1-b li .con {
  position: relative;
  width: calc(100% - 0.85rem);
  padding-left: 0.15rem;
  padding-right: .15rem;
  z-index: 9;
}

.home1-b li h3 {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  font-weight: bold;
   /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /* margin-bottom: 0.1rem; */
}

.home1-b li h4 {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, .6);
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home1-b li .wm_date span {
  font-size: 0.2rem;
  display: block;
  font-weight: bold;
  line-height: 0.3rem;
  color: #000;
}

.home1-b li .wm_date p {
  font-size: 0.14rem;
  color: #000;
  opacity: .8;
  /* line-height: 0.3rem; */
}




@media screen and (min-width: 1200px) {
  .home1-t .h1-1 li:hover {
    top: -.4rem
  }

  .home1-t .h1-1 li:hover .con {
    box-shadow: 1.414px 1.414px 13px 0px rgba(28, 0, 0, 0.33);
    background: #fff;
  }

  .home1-t .h1-1 li:hover h3 {
    color: #8f000b;

  }

  .home1-t .h1-1 li:hover p {
    color: #8f000b;

  }

  .h2tr .home1-b li:hover a::before {

    opacity: 1;
    z-index: 9;
  }

  .home1-b li:hover .wm_date {
    border-right: 1px solid #fff;
  }

  .home1-b li:hover a::after {
    opacity: 1;
    z-index: 6;
  }

  .home1-b li a:hover h3 {
    color: #fff;

  }

  .home1-b li a:hover p,
  .home1-b li:hover .wm_date span {
    color: #fff;

  }

  .home1-b li:hover h4 {
    color: rgba(255, 255, 255, .6)
  }

}

@media screen and (max-width: 1024px) {
  .home1-t .h1-1 li {
    margin-top: 0;

  }

  .home1-t .h1-1 a {
    margin: 0 .1rem;
  }

  .home1-t .h1-1 ul {
    margin: 0 -.1rem;
  }

  .home1-b li {
    width: 50%;
  }

  .home1-b li a {
    margin: 0 .1rem;
  }

  .home1-b ul {
    margin: 0 -.1rem;
  }
}

@media screen and (max-width: 768px) {
  .home1 {
    padding: .2rem 0 .2rem;
  }

  .title {
    margin-bottom: .15rem;
  }

  .title .h3 {
    text-align: left;
    margin-left: 0;
  }

  .title h3 {
    font-size: .26rem;
  }

  .title p {
    font-size: .4rem;
  }

  .home1-t .h1-1 ul,
  .home1-t .h1-1 a,
  .home1-b li a,
  .home1-b ul {
    margin: 0;
  }

  .home1-t .h1-1 li {
    margin: 0;
    margin-bottom: .15rem;
    width: 100%;
  }

  .home1-b li {
    width: 100%;
  }

  .home1-t .h1-1 h3 {
    height: initial;
  }

  .home1-b li:first-child {
    margin-top: 0;
  }
}


/* home2 */
.tit {
  position: relative;
  justify-content: space-between;
}

.tit .h3 {
  display: flex;
  align-items: flex-end;
  border-left: 0.04rem solid #a5333c;
  padding-left: 0.1rem;
  color: #000;

}

.tit .h3 h3 {
  font-size: .3rem;

  font-weight: bold;
}

.tit .h3 p {
  padding-left: .1rem;
  font-size: .16rem;

  opacity: .4;
  text-transform: capitalize;
}

.home2 {
  position: relative;
  padding: 0.7rem 0 0;

  background: url(../images/sect2-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: 8;
}

.home2 .wp {
  position: relative;
}

.home2 .wp::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: .6rem;
  left: -0.6rem;
  right: -0.6rem;
  background: url(../images/s2-bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}

.home2-t {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.28rem 0.4rem;
  box-shadow: 0.927px 2.853px 13px 0px rgba(28, 0, 0, 0.24);
  z-index: 9;
}

.h2tl {
  width: 48.57%;
}

.h2tr {
  width: 45.85%;
}

.h2tr .title p {
  text-align: left;
}

.home2-t .title {
  justify-content: space-between;

}

.home2-t .title .h3 {
  margin-left: 0;

}

.home2-t .h2tl .title .h3 {
  position: relative;
  display: flex;
  align-items: flex-end;

}

.home2-t .h2tl .title .h3 h3 {
  padding-left: .1rem;
}

.home2-t .h2tl .title .h3 h3:after {
  left: 0;
  transform: none;
  width: 4px;
  height: .27rem;
  top: 50%;
  transform: translateY(-50%);
}

.home2-t .h2tl .title .h3 p {
  padding-left: .1rem;
}

.home2-t .h2tr .title .h3 p {
text-transform: capitalize;
  margin-top: .05rem;
  opacity: 0;
  /* z-index: -1; */
}

.home2-t .h2tr .title .h3.on p {
  opacity: 1;
}

.home2-t .h2tr .title .h3 {
  position: relative;
  padding-left: .15rem;
  margin-right: .15rem;
  cursor: pointer;
}

.home2-t .h2tr .title .h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0.01rem;
  height: 0.28rem;
  background: #b8b8b8;
  transform: rotate(20deg);
  top: .03rem;
}

.home2-t .h2tr .title .h3.on::after {
  display: none;
}

.home2-t .h2tr .title .h3:first-child::after {
  display: none;
}

.home2-t .h2tr .title .h3 h3:after {
  left: -.15rem;
  width: 5px;
  top: 0;
  bottom: 0;
  height: .55rem;
  opacity: 0;
  z-index: -1;
}

.home2-t .h2tr .title .h3.on h3:after {
  opacity: 1;
  z-index: 9;
}

.home2-t .title p {
  position: static;
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
  font-style: normal;
  transform: none;
  font-weight: normal;
}

.home2-t .title h3 {
  padding-bottom: 0;
  font-size: .3rem;
  font-weight: normal;
}

.home2-t .h2tr .title h3 {
  color: #b8b8b8;
}

.home2-t .h2tr .title .h3.on h3 {
  color: #000;
  font-weight: bold;
}

.h2tr .more a {
  display: none;
}

.h2tr .more a.on {
  display: block;
}

.h2tr .home1-b li .wm_date {
  border-right: 1px solid #c0c0c0;
}

.list {
  margin-top: .2rem;
}

.list li {
  position: relative;
  padding-left: 0.2rem;
  padding-right: 1.15rem;
  line-height: 0.6rem;
  border-bottom: 1px dashed rgba(62, 62, 62, .6);
}

.list li * {
  transition: 0.5s;
}


.list li::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 0.01rem solid #3e3e3e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}



.list li a {
  display: block;
  font-size: .2rem;
  color: #3e3e3e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.list li span {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0.25rem;
  background: url(../images/time.png) no-repeat left center;
  font-size: 0.16rem;
  color: #3e3e3e;
}







.h2tr .home2-t li a {
  display: block;
}

.home2-t .title .bt {
  display: flex;

}

.h2tr .home1-b ul {
  display: block;
  margin: 0;
  margin-top: -.3rem;
  display: none;

}

.h2tr .home1-b ul.on {
  display: block;
}

.h2tr .home1-b ul li {
  width: 100%;
  margin-top: .12rem;
}

.h2tr .home1-b li a {
  margin: 0;
  border: none;
}

@media screen and (min-width: 1200px) {
  .home2-t li a:hover h3 {
    color: #fff;
    font-weight: normal;
  }

  .list li:hover a {
    color: #8f000b;
  }

  .list li:hover span {
    background: url(../images/time-other.png) no-repeat left center;
    color: #8f000b;
  }

  .list li:hover {

    border-bottom: 1px dashed rgba(143, 0, 11, .6);
  }

  .list li:hover::after {
    border: 0.01rem solid #8f000b;
    background: #8f000b;
  }

}

@media screen and (max-width:1024px) {
  .h2tl {
    width: 100%;
  }

  .h2tr {
    width: 100%;
    margin-top: .3rem;
  }

  .h2tr .home1-b ul {
    margin-top: 0;
  }

  .h2tr .home1-b li a {
    border: 1px solid #eee;
  }


}

@media screen and (max-width:768px) {
  .home2 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .home2 .wp::after {
    left: 0;
    right: 0;
  }

  .home2-t {
    padding: .2rem;
  }

  .tit .h3 h3 {
    font-size: .24rem;
  }


  .list li {
    line-height: .5rem;
  }

  .list li a {
    font-size: .18rem;
  }

  .list li span {
    background-size: .14rem auto;
  }

  .home2-t .title h3 {
    font-size: .24rem;
  }
}

@media screen and (max-width:420px) {}

/* home3 */
.home3 {
  margin-top: -.55rem;
  padding: 1.45rem 0 1.75rem;
  background: url(../images/sect3-bg.png) no-repeat center top;
  background-size: cover;
}

.home3-t {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home3-t .left {
  width: 55.71%;
  background: url(../images/s3-l-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 0.5rem 0.4rem 0.2rem 0.4rem;
}



.home3-t .tit .h3 {
  color: #fff;
}

.home3-t .tit .more {
  right: .7rem;
}

.s3l ul li {
  margin-top: 0.4rem;
}

.s3l ul li a {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
}

.s3l ul li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(169, 0, 0, .7);
  text-align: center;
  color: #fff;

}

.s3l ul li a .date p {
  font-size: .24rem;
  line-height: .3rem;
}

.s3l ul li a .date span {
  font-size: .12rem;
  line-height: .15rem;
}

.s3l ul li a .txt {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-left: .2rem;
  padding-right: .7rem;
}

.s3l ul li a .txt .xx {
  margin-top: .1rem;
  margin-bottom: .15rem;
  border-top: 1px solid #fff;
  margin-left: -.2rem;
  margin-right: -.7rem;
}

.s3l ul li a .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem
}

.s3l ul li a .txt h2 {
  font-size: 0.18rem;
  color: #f2f3f9;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
}



.s3l ul li a .txt p {
  line-height: .3rem;
  font-size: .14rem;
  color: #fff;
}

.s3l ul li a .txt p span {

  margin-right: .15rem;
}

.s3l ul li a .txt p span.name {
  font-size: .16rem;
}

.s3l ul li a .txt p span i {
  font-style: normal;
  font-size: .12rem;
  padding-left: .1rem;
}

.home3-t .right {
  position: relative;
  width: 41.428%;
  z-index: 9;
}

.home3-t .right ul li {
  position: relative;
  transition: all .5s;
}

.home3-t .right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.65rem;
  background: #a5333c;
  opacity: 0;
  z-index: -1;
}

.home3-t .right ul li a {
  display: block;
  padding-top: .3rem;
  padding-bottom: .1rem;
  border-bottom: 1px solid #efeded;
}

.home3-t .right ul li:last-child a {
  border-bottom: none;
}

.home3-t .right ul li a p {
line-height:0.2rem;
  font-size: .18rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home3-t .right ul li a span {
  margin-top: .1rem;
  display: block;
  font-size: .12rem;
  color: #d39d9d;
}

@media screen and (min-width:1200px) {
  .s3l ul li:hover a .txt h2 {
    color: rgba(169, 0, 0, 1);
  }

  .home3-t .right ul li.on a {
    padding: .3rem;
    border-bottom: 1px solid transparent;
  }

  .home3-t .right ul li.on {
    margin-left: -1.45rem;
    background: url(../images/s3-r-bg.png) no-repeat left center;
    background-size: 100% 100%;
    filter: drop-shadow(0.927px 2.853px 13px rgba(28, 0, 0, 0.24));
  }

  .home3-t .right ul li.on a p {
    font-weight: bold;
  }

  .home3-t .right ul li.on::after {
    opacity: 1;
    z-index: 9;
  }
}


@media screen and (max-width:1024px) {
  .home3 {
    margin-top: 0;
    padding: .2rem 0;
    padding-bottom: 1.2rem;
  }
}

@media screen and (max-width:768px) {
  .home3-t .left {
    width: 100%;
    padding: .2rem;
  }

  .s3l ul li a .txt {
    padding-right: 0;
  }

  .s3l ul li a .txt .xx {
    margin-right: 0;
  }

  .home3-t .right {
    width: 100%;
  }
}

@media screen and (max-width:480px) {}

/* home4 */
.home4 {
  position: relative;
  width: 100%;
  margin-top: -.95rem;
  z-index: 9;

}

.home4 .wp {
  position: relative;
  z-index: 9;
}

.home4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url(../images/sect4-bg.jpg)no-repeat center center;
  background-size: cover;
}

.home4::after {
  content: "";
  position: absolute;
  right: 0;
  top: .8rem;
  bottom: .65rem;
  /* transform: translateY(-50%); */
  /* height: 4.62rem; */
  width: 50%;
  background: url(../images/sect4-r-bg.jpg)no-repeat center center;
  background-size: cover;
}

.home4-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.home4-t .left {
  width: 50%;
}

.home4-t .left .tit {
  padding: 0.25rem 0;
}

.home4-t .left .tit .more {
  right: 5%;
}

.home4-t .left .tit h3 {
  color: #8f000b;
}

.home4-t .left .tit .h3 p {
  color: #8f000b;
}

.h4l {
  background: #fff;
  box-shadow: 0.927px 2.853px 38px 0px rgba(28, 0, 0, 0.24);
  padding: 0.3rem 0.35rem;
}

.h4l li * {
  transition: all .5s;
}

.h4l ul li {
  margin: 0.13rem 0;
}

.h4l ul li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h4l ul li a::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 5px solid #8f000b;
  opacity: 0;
  z-index: -1;
}

.h4l ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  width: 4px;
  background: #8f000b;
}

.h4l ul li a .h4bt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 0.7rem;
  border: 1px solid #c0c0c0
}

.h4l ul li a .h4bt span {
width:100%;
 text-align: center;
padding: 0 0.1rem;
  line-height: .2rem;
  font-size: .16rem;
  color: #333;
}

.h4l ul li a .txt {
  flex: 1;
  min-width: 0;
  padding: 0 .3rem;
}

.h4l ul li a .txt p {
  font-size: .2rem;
  line-height: .3rem;
  color: #323232;
  max-height: .6rem;
}

.home4-t .right {
  width: 47.14%;
}

.home4-t .right .tit .h3 {
  border-left: 0.04rem solid #fff;
  color: #fff;
}

.home4-t .right .tit .more {
  background: url(../images/more-other.png) no-repeat right center;
}

.home4-t .right .tit .more a {
  color: #fff;
}

.home4-t .right .list li {
  border-bottom: 1px dashed rgba(255, 255, 255, .6);
}

.home4-t .right .list li::after {
  border: 0.01rem solid rgba(255, 255, 255, .6);
}

.home4-t .right .list li a {
  color: rgba(255, 255, 255, .6);
}

.home4-t .right .list li span {
  color: #fff;
  background: url(../images/s4-time.png) no-repeat left center;
  background-size: .17rem auto;
  opacity: .6;
}

@media screen and (min-width: 1200px) {
  .h4l ul li:hover a .h4bt {
    border: 1px solid #8f000b;
  }

  .h4l ul li:hover a .h4bt span {
    color: #8f000b;
  }

  .h4l ul li:hover a .txt p {
    color: #8f000b;
  }

  .h4l ul li:hover a::before {
    opacity: 1;
    z-index: 9;
  }

  .h4l ul li:hover a::after {

    top: 0;
    bottom: 0;
  }

  .home4-t .right .list li:hover {
    border-bottom: 1px dashed rgba(249, 228, 141, .6);
  }

  .home4-t .right .list li:hover::after {
    border: 0.01rem solid #f9e48d;
    background: #f9e48d;
  }

  .home4-t .right .list li:hover a {
    color: #f9e48d;
  }

  .home4-t .right .list li:hover span {
    color: #f9e48d;
    background: url(../images/s4-time-other.png) no-repeat left center;
    background-size: .17rem auto;

    opacity: 1;
  }

}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
  .home4 {
    padding-bottom: .2rem;
  }

  .home4-t .left {
    width: 100%;
  }

  .home4-t .right {
    width: 100%;
    margin-top: .4rem;
  }

  .home4::before {
    width: 100%;
  }

  .home4::after {
    width: 100%;
    bottom: 0;
    top: 55%;
  }

  .h4l {
    padding: .2rem;
  }
}


/* home5 */
.home5 {
  margin-top: -.7rem;
  padding-top: 1.4rem;
  padding-bottom: .9rem;
  background: url(../images/sect5-bg.jpg) no-repeat center top;
  background-size: cover;
}


.home5-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.home5-t .left {
  width: 47.5%;
}

.h5-l {
  padding-top: 0.15rem;
}

.home5-t li * {
  transition: 0.5s;
}

.h5-l ul li {
  margin-top: .2rem;
}

.h5-l ul li a {
  position: relative;
  display: block;
}

.h5-l ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 2;
}

.h5-l ul li a .imged {
  padding-bottom: 23.538%;
}

.h5-l ul li a .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h5-l ul li a .text p {
  font-size: .3rem;
  color: #fff;
  margin-right: .4rem;
}

.home5-t .right {
  width: 46.8%;
}

.home5-t .right .h5-r ul {
  width: 78%;
  margin: 0 auto;
  margin-top: 0.3rem;
}

.home5-t .right .h5-r ul li {
  margin: .12rem 0;
}

.home5-t .right .h5-r ul li a {
  display: block;
}

.home5-t .right .h5-r ul li a .imged {
  padding-bottom: 29.356%;
}

.h5-r .slick-prev {
  left: -15%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff url(../images/s5l.png) no-repeat center center;
  background-size: .19rem auto;
  transition: all .6s;
}

.h5-r .slick-prev:hover {
  background: #e4c8b1 url(../images/s5l-other.png) no-repeat center center;
  background-size: .19rem auto;
}

.h5-r button::before {
  display: none;
}

.h5-r .slick-next {
  right: -15%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff url(../images/s5r.png) no-repeat center center;
  background-size: .19rem auto;
  transition: all .6s;
}

.h5-r .slick-next:hover {
  background: #e4c8b1 url(../images/s5r-other.png) no-repeat center center;
  background-size: .19rem auto;
}

@media screen and (min-width:1200px) {
  .h5-l ul li:hover a::after {
    background: url(../images/s5l-bg.png) no-repeat left center;
    background-size: 100% 100%;
  }

  .h5-l ul li:hover a .text p {
    font-size: .36rem;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #f7e8d0, #c59162);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width:1024px) {

  .h5-r .slick-prev,
  .h5-r .slick-next {
    width: .4rem;
    height: .4rem;
    background-size: .12rem auto;
  }
}

@media screen and (max-width:768px) {
  .home5 {
    margin-top: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .home5-t .left {
    width: 100%;
  }

  .home5-t .right {
    width: 100%;
    margin-top: .3rem;
  }

  .home5-t .right .h5-r ul {
    margin-top: 0;
  }
}


/* home6 */
.home6 {
  width: 100%;
  padding-top: .4rem;
  background: url(../images/ft-down-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.home6 .title h3 {
  color: #fff;

}

.home6 .title p {
  color: rgba(255, 255, 255, .1);
}

.home6 .title h3:after {
  background: #fff;
}

.home6 .title .more {
  background: url(../images/more-other.png) no-repeat right center;
}

.home6 .title .more a {
  color: #fff;
}

.h6-t {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h6-t .left {
  width: 47.85%;
}

.h6l-t ul {
  display: flex;
  flex-wrap: wrap;
  width: 74.6%;
  margin-top: .15rem;
  margin-bottom: .4rem;
  overflow: hidden;

}

.h6l-t ul li {
  position: relative;
  line-height: 0.48rem;
  min-width: 25%;

}

.h6l-t ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #ffc99f;
}

.h6l-t ul li a {
  font-size: 0.18rem;
  color: #ffc99f;
  padding-right: .2rem;
  transition: all .6s;
}

.h6l-t ul li:hover a {
  opacity: .8;
}

.h6-t .left h2 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.h6l-m ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.07rem;
}

.h6l-m ul li {
  width: 33.333%;
  margin-bottom: .3rem;
}

.h6l-m ul li a {
  line-height: .7rem;
  border-radius: 0.1rem;
  background: rgb(169, 0, 0);
  text-align: center;
  font-size: 0.24rem;
  color: #f0d8ac;
  margin: 0 .07rem;
  transition: all .6s;
}

.h6l-m ul li:hover a {
  background: rgb(169, 0, 0, .7);
}

.h6l-m ul li a span {
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #fff, #d2815a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hdl-d {
  margin-top: .3rem;
}

.hdl-d>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.07rem;

}

.hdl-d>ul>li {
  position: relative;
  width: 33.333%;
  padding: 0 .07rem;
  margin-top: .15rem;
}

.hdl-d>ul>li a {
  position: relative;

  line-height: .5rem;
  background: #dcbc9d;
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: .16rem;
  color: #7b0005;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.hdl-d>ul>li a span {
  position: absolute;
  right: .15rem;
  top: .15rem;
  background: url(../images/lj-icon.png) no-repeat center center;
  width: .2rem;
  height: .2rem;
}

.hdl-d>ul>li ul {
  position: absolute;
  background: #fff;
  left: .07rem;
  right: .07rem;
  bottom: 130%;
  opacity: 0;
  z-index: -1;
  transition: all .6s;

}

.hdl-d>ul>li:hover ul {
  opacity: 1;
  z-index: 9;
  bottom: 100%;
}

.hdl-d>ul>li ul li {
  line-height: .4rem;
}

.hdl-d>ul>li ul li a {
  display: block;
  padding: 0 .15rem;
  font-size: .16rem;
  color: #333;
}

.hdl-d>ul>li ul li:hover a {
  background: #6d0304;
  color: #fff;
}

.hdl-d>ul>li:hover p {
  background: #6d0304;
  color: #fff;
}

.hdl-d>ul>li:hover p span {
  background: url(../images/lj-icon-pther.png) no-repeat center center;
}

.home6 {
  position: relative;
  overflow: hidden;
}

.h6 {
  position: relative;
  z-index: 6;
}

.h6-t .right {
  position: relative;
  width: 40.71%;
}


.h6-t .right h2 {
  position: absolute;
  padding: .6rem;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 2.06rem;
  height: 2.06rem;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
  background-image: -webkit-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
  background-image: -ms-linear-gradient(90deg, rgb(235, 151, 88) 0%, rgb(255, 227, 168) 99%);
  box-shadow: 0 0 20px #efa96b;
  font-size: 0.36rem;
  color: #830f12;
  line-height: .45rem;
}

.h6-t .right ul {
  position: relative;
  width: 100%;
  height: 100%;
  height: 5.6rem;
}

.h6-t .right ul li {
  position: absolute;
  transition: all .6s;
}

.h6-t .right ul li a {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #dcbd9d;
  animation: fd linear infinite;
  transition: all .6s;

}

.h6-t .right ul li:hover a {
  animation-play-state: paused;
  background: #eea365;
}

@keyframes fd {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}



.h6-t .right ul li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}



.h6-t .right ul li:nth-child(2) {
  left: 10%;
  top: 10%;
}

.h6-t .right ul li:nth-child(3) {
  right: 10%;
  top: 10%;
}

.h6-t .right ul li:nth-child(4) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.h6-t .right ul li:nth-child(5) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.h6-t .right ul li:nth-child(6) {
  left: 10%;
  bottom: 10%;
}

.h6-t .right ul li:nth-child(7) {
  right: 10%;
  bottom: 10%;
}

.h6-t .right ul li:nth-child(8) {
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

.h6-t .right ul li:nth-child(1) a {
  animation-duration: 1s;
}

.h6-t .right ul li:nth-child(2) a {
  animation-duration: 1.1s;
}

.h6-t .right ul li:nth-child(3) a {
  animation-duration: 1.2s;
}

.h6-t .right ul li:nth-child(4) a {
  animation-duration: 1.3s;
}

.h6-t .right ul li:nth-child(5) a {
  animation-duration: 1.4s;
}

.h6-t .right ul li:nth-child(6) a {
  animation-duration: 1.5s;
}

.h6-t .right ul li:nth-child(7) a {
  animation-duration: 1s;
}

.h6-t .right ul li:nth-child(8) a {
  animation-duration: 1.2s;
}

.h6-t .right ul li .icon {
  display: inline-block;
  vertical-align: middle;
  height: .5rem;
}

.h6-t .right ul li .icon img {
  max-height: .5rem;
}

.h6-t .right ul li p {
  font-size: .16rem;
  color: #6b0001;
}

.home6 #lizi {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0
}

.home6 #lizi canvas {
  position: absolute;
  left: 0;
  bottom: -45%;
  right: 0;
  z-index: 0;
  opacity: 0.2;
}

@media screen and (max-width:1200px) {
  .h6-t .left {
    width: 54%;
  }


}

@media screen and (max-width:1024px) {
  .h6-t .left {
    width: 100%;
  }

  .h6-t .right {
    width: 70%;
    margin: 0 auto;
    margin-top: .15rem;
  }
}

@media screen and (max-width:767px) {
  .h6l-t ul {
    width: 100%;
    margin-bottom: .2rem;
  }

  .h6l-m ul li a {
    line-height: .5rem;
    font-size: .2rem;
  }

  .h6l-m ul li {
    margin-bottom: .15rem;
  }

  .hdl-d {
    margin-top: .15rem;
  }

  .hdl-d>ul>li {
    width: 50%;
  }

  .h6-t .right {
    max-width: 5.13rem;
    width: 100%;
  }

  .h6-t .right ul li .icon img {
    max-height: .4rem;
  }

  .h6-t .right h2 {
    width: 1.8rem;
    height: 1.8rem;
    padding: .5rem .4rem;
  }

  .h6-t .right ul {
    height: 5rem;
  }
}

/* footer */
.footer {
  position: relative;
  padding: .15rem 0;
  /* margin-top: .3rem; */
  border-top: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  z-index: 6;
}


.foot-t {
  padding: .3rem 0;

}

.foot-t ul {
  color: #fff;
  line-height: 0.3rem;
  align-items: center;
}

.foot-t li {
  color: #fff;
  padding: 0 0.15rem;
  font-size: 16px;
}

.foot-t h3 {
  font-weight: bold;
  font-size: 0.18rem;
  align-items: center;
}

.foot-t li a {
  font-size: 0.16rem;
  color: #fff;
}

.foot-t h3 img {
  display: inline-block;
  margin-right: .1rem;
}

.foot-b {
  padding: 0.4rem 0;
  justify-content: space-between;
  align-items: center;
}

.foot-b .fot-1 {
  width: 55%;
}

.foot-b .fot-2 {
  width: 30%;
  justify-content: flex-end;
}

.foot-b .fot-1 h3 {
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-size: 0.22rem;
  color: #fff;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
}

.foot-b .fot-1 li {
  padding-right: 0.2rem;
}

.foot-b .fot-1 p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.30rem;
}

.foot-b .fot-2 .img {
  text-align: center;
  padding: 0 0.2rem;
  border-right: 1px dashed rgba(216, 216, 216, 0.2);
}

.foot-b .fot-2 p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.30rem;
}

.foot-b .fot-2 img {
  width: 1rem;
}

.foot-b .fot-2 .img:last-child {
  padding-right: 0;
  border: none;
}

.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.ft-1 {
  display: flex;
  flex-wrap: wrap;
  width: 46%;
}

.ft-1 ul {
  margin-right: .1rem;
}

.ft-1 ul:last-child {
  margin-right: 0;
}

.ft-1 ul li {
  line-height: .26rem;
  text-align: left;
  font-size: .14rem;
  color: #fff;
}

.ft-1 ul li span,
.ft-1 ul li a {
  display: inline-block;
  padding-right: .3rem;
  font-size: .14rem;
  color: #fff;
}

.ft-m {
  width: 20%;
}

.ft-m a {
  display: block;
}

.ft-r {
  display: flex;
  flex-wrap: wrap;
  width: 34%;
  justify-content: flex-end;
}
.ftr-l ul{ position: relative;}
.ftr-l ul li {
 
  text-align: left;
  line-height: .3rem;
  font-size: .14rem;
  color: #fff;
}
.ftr-l ul li .ft-ewm{
    position: absolute;
    left: 135%;
    top: 50%;
    transform: translateY(-50%);
    width: .8rem;
    height: .8rem;
    opacity:0;
    z-index:-1;
}
.ftr-l ul li .ft-ewm img{display:block;width:100%;}
.ftr-l ul li:hover .ft-ewm{ opacity:1;
  z-index:9;}
.ftr-l ul li a img {
  padding-right: .1rem;
}

.ftr-r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: .3rem;
}

.ftr-r a {
  margin-left: .2rem;
}

.totop {
  position: fixed;
  z-index: 90;
  bottom: .5rem;
  right: .8rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  background: #b19e99;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  display: none;
}

.totop.on {
  display: block;
}

@media screen and (max-width:1400px) {
  .totop {
    right: .2rem;
    bottom: 5%;
  }
}

@media screen and (max-width:1024px) {
  .totop.on {
    display: none;
  }

  .ft-1 {
    width: 100%;
    margin-bottom: .2rem;
  }

  .ft-m {
    width: 40%;
    text-align: left;
  }

  .ft-r {
    width: 60%;
  }
}

@media screen and (max-width:600px) {
  .ft-m {
    width: 100%;
    order: -1;
    margin-bottom: .15rem;
  }

  .ft-m a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .ft-1 ul {
    width: 100%;
    margin-right: 0;
  }

  .ft-r {
    width: 100%;justify-content: space-between;
  }
}





@media screen and (max-width: 1600px) {
  .list_box1 {
    padding-left: 2%;
  }

  .header_top #logo img {
    max-width: 3rem;
  }
}


@media screen and (max-width:1300px) {
  .list_box1 .ser {
    padding-left: .5rem;
  }

  .header_top #logo img {
    max-width: 3rem;
  }

}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

  .swiper-box1 .swiper-pagination {
    bottom: .2rem;
  }

 
}

@media screen and (max-width:1024px) {
.swiper-box1 .cir span {
    display:none;
  }
}

@media screen and (max-width:600px) {
  
}

@media screen and (max-width:420px) {}

@media(min-width: 200px) {
  [aos=zoom-in] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }
}

@media screen and (max-height:500px) {
  .list_box_nav_mobile {
    max-height: calc(100% - 120px);
    padding-left: 0rem;
  }
}