* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

h4,
h5,
h6 {
  font-weight: normal;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}


button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: "SourceHanSansCN",'Microsoft YaHei',  Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}


a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit
}

::-webkit-scrollbar {
  width: 10px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}



.page_container {

    margin: 0 auto;
    width: 1600px;
    max-width: 94%;
}

.pagecontainer {
  margin: 0 auto;
  width: 1600px;
  max-width: 94%;

}


@media (max-width: 1024px) {
    .page_container {
        width: 92%;

    }
    .pagecontainer {
        width: 92%;

    }

}



@font-face {
  font-family: "SourceHanSansCN";
  src: url("/fonts/SourceHanSansCN-Medium.ttf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "SourceHanSansLight";
  src: url("/fonts/SourceHanSans-Light.otf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "SourceHanSansExtraLight";
  src: url("/fonts/SourceHanSans-ExtraLight.otf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansBold";
  src: url("/fonts/SourceHanSans-Bold.otf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansRegular";
  src: url("/fonts/SourceHanSans-Regular.otf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansNormal";
  src: url("/fonts/SourceHanSans-Normal.otf") format("woff");
  font-display: swap;
}



        /* 字体大小类 - 用于强制覆盖 */
        .font-small {
          font-size: 14px !important;
      }
      
      .font-medium {
          font-size: 16px !important;
      }
      
      .font-large {
          font-size: 18px !important;
      }

/* top */





.ar_wap {
  display: none
}

.a_body {
  position: relative;
  z-index: 0
}

.section {
  overflow: hidden
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  pointer-events: none
}

.loader .logoload {
  position: absolute;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  z-index: 5;
  transition: .5s .3s
}

.loader .logoload img {
  height: 1.6rem
}

.loader ul {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh
}

.loader ul li {
  width: 25%;
  background: #9d3c29;
  height: 100%
}

.loader ul li:nth-child(1) {
  transition: height .5s .5s
}

.loader ul li:nth-child(2) {
  transition: height .5s .6s
}

.loader ul li:nth-child(3) {
  transition: height .5s .7s
}

.loader ul li:nth-child(4) {
  transition: height .5s .8s
}

.loader.hide {
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transition: 0s 1.5s
}

.loader.hide .logoload {
  opacity: 0
}

.loader.hide ul li:nth-child(1) {
  height: 0
}

.loader.hide ul li:nth-child(2) {
  height: 0
}

.loader.hide ul li:nth-child(3) {
  height: 0
}

.loader.hide ul li:nth-child(4) {
  height: 0
}

.wp {
  width: 15.6rem;
  padding: 0;
  margin: 0 auto;
  max-width: 94%
}

.fix-top {
  position: relative;
  position: relative\0;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  background: #fff
}

.fix-top.showdiv {
  top: 0
}

.fix-top::-webkit-scrollbar {
  width: 0;
  height: 8px;
  background-color: #f5f5f5
}

.fix-top::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2
}

.fix-top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333
}

#m_nav .list_box1 {
}

#m_nav .list_box1 li {
  text-align: center;
  padding: 0 .1rem
}

#m_nav .list_box1 li a {
  padding: 0;
  justify-content: center;
  font-size: .2rem
}

.headder_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 1.57rem;
  transition: .5s
}

.headder_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/images/topbg.png) no-repeat top center;
  background-size: 100% 100%!important;
  height: 2.12rem;
  z-index: -1
}

.headder_box .wp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 0 0 50px;
  width: auto
}

.headder_box .logo img {
  max-width: 100%;
  height: .48rem
}

.headder_box .logo img.img2 {
  display: none
}

.headder_box .right {
  display: flex;
  align-items: center;
  padding: 0 0 0 .05rem;
  justify-content: space-between
}

.headder_box .right .ll .top {
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0 0;
  align-items: center;
  position: relative;
  z-index: 10;

}

.list_box1 {
  display: flex;
  margin: 0 -3px
}

.list_box1 li {
  padding: 0;
  position: relative
}

.list_box1 li:before {
  content: "";
  position: absolute
}

.list_box1 li a {
  display: flex;
  align-items: center;
  border-radius: 12px;
  height: 24px;
  padding: 0 .18rem;
  font-size: .16rem;
  color: #fff;
  transition: .5s
}

.headder_box .right .ll .bottom {
  display: flex;
  justify-content: flex-end;
  margin: .24rem 0 0
}

.list_box2 {
  display: flex;
  margin: 0 -.07rem;
  align-items: center
}

.list_box2 li {
  padding: 0 .07rem;
  font-size: .14rem;
  color: #fff;
  font-family: "SourceHanSansLight";
}

.list_box2 li a {
  display: flex;
  align-items: center;
  transition: .5s;
  font-size: .14rem;
  color: #fff;
  font-family: "SourceHanSansLight";
}

.list_box2 li a img {
  margin: -2px .06rem 0 0
}

.list_box2 li a img.img2 {
  display: none
}

headder_box .search {
  position: relative;
  padding-left: .15rem
}

.headder_box .search:before {
  content: '';
  width: 1px;
  height: .14rem;
  position: absolute;
  left: .02rem;
  top: 50%;
  margin-top: -.07rem
}

.headder_box .search .form {
  display: block!important;
  position: relative;
  margin-left: .1rem
}

.headder_box .search .form .serinp {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden
}

.headder_box .search .form .serbtn {
  width: .4rem;
  height: .4rem;
  position: relative;
  text-align: center;
  line-height: .4rem;
  font-size: .22rem;
  color: #fff
}

.headder_box .search .form .serbtn input {
  position: absolute;
  top: 0;
  left: 0;
  width: .4rem;
  height: .4rem;
  z-index: 3;
  background: rgba(255,255,255,0);
  border: 0
}

.headder_box .search .form .serinp input {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  background: #fff;
  border: 0;
  font-size: .15rem;
  border-radius: .1rem;
  color: #333;
  border: 1px solid #ddd
}

.headder_box .search .form:hover .serinp {
  width: 2.6rem;
  opacity: 1;
  visibility: inherit
}

.headder_box .search .form:hover .serinp input {
  padding: 0 .4rem 0 .1rem
}

.headder_box .search .form:hover .serbtn {
  color: #9d3c29
}

.list_boxjs {
  display: flex;
  margin: 0 .24rem 0 0;
  align-items: center
}

.list_boxjs li {
  padding: 0;
  position: relative
}

.list_boxjs li>a {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: rgba(255,255,255,.4)1px solid;
  height: 26px;
  padding: 0 .12rem;
  font-size: .12rem;
  color: #fff;
  transition: .5s
}

.list_boxjs li>a img {
  margin: 0 0 0 .14rem
}

.list_boxjs li dl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(99,6,95,.95);
  border-radius: .12rem;
  padding: .12rem;
  transform: 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);
  text-align: center
}

.list_boxjs li dl a {
  display: block;
  font-size: .12rem;
  color: rgba(255,255,255,.7);
  line-height: 2;
  transition: .5s
}

.list_boxjs li:hover dl {
  transform: scaleY(1);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1)
}

.list_boxjs li dl a:hover {
  color: #e2be8f
}

.showdiv .headder_box {
}

.headder_box1 .right {
  width: 70%
}

#m_nav .list_box1 {
  justify-content: space-between;
  margin: 0 auto .1rem
}

#m_nav .list_box2 {
  flex-wrap: wrap;
  line-height: 1.75;
  justify-content: space-between;
  margin-bottom: .1rem;
  width: auto;
  margin: 0 auto .2rem
}

#m_nav .list_box2 li {
  padding: 0 .1rem;
  font-size: .15rem
}

#m_nav .list_box2 .search {
  display: none
}

.topl2 {
  display: none
}

.bg_s .headder_box::before {
  height: 0
}

.bg_s .list_box2 li a img.img1 {
  display: none
}

.bg_s .list_box2 li a img.img2 {
  display: block
}

.bg_s .headder_box .logo img.img1 {
  display: none
}

.bg_s .headder_box .logo img.img2 {
  display: block
}

.bg_s .list_box2 li {
  position: relative
}

.bg_s .list_box1 li:before {
  content: "";
  position: absolute;
  width: .05rem;
  height: .05rem;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  top: 50%;
  margin-top: -.028rem;
  left: -.025rem
}

.bg_s .list_box1 li:first-child:before {
  display: none
}

.bg_s .list_box1 .li svg {
  fill: #9d3c29
}

.bg_s .topl2 {
  display: block
}

.bg_s .topl1 {
  display: none
}

.topl1 #nav {
  width: 100%;
  padding: 0
}

.topl1 #nav li {
  padding: 0 .2rem
}

.topl1 #nav li h3 {
}

.headder_box .right .topl1 .bottom {
  margin: 0
}

.headder_box1 {
  position: fixed;
  height: .8rem;
  transform: translateY(-110%)
}

.headder_box1 .logo img {
  height: .4rem;
  width: auto
}

.headder_box1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(130, 11, 11, 1);
  height: 100%
}

.headder_box1 #openBtn .lcbody {
  width: .32rem;
  height: .18rem
}

.headder_box1 #openBtn .lcbody .lcitem {
  height: .02rem
}

.headder_box1 #openBtn .lcbody .bottom {
  top: calc(100% - .02rem)
}

.headder_box1 #openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -.01rem
}

.headder_box1 .miso_btn1 {
  background: 0 0!important
}

.showdiv .headder_box1 {
  transform: translateY(0)
}

#nav {
  padding-right: .4rem;
  width: calc(100% - .9rem);
  height: 100%
}

#nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%
}

#nav ul li {
  z-index: 0;
  height: 100%;
  position: relative;
  white-space: nowrap
}

#nav ul li a {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center
}

#nav ul li h3 {
  font-size: .19rem;
  color: #fff;
  line-height: .65rem;
  position: relative;
  transition: .36s;
  display: inline-block;
  font-weight: normal;
}

#nav ul li h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transition: .6s;
  border-left: transparent .75rem solid;
  border-right: transparent .75rem solid;
  border-bottom: #fff 1rem solid;
  margin-left: -.75rem;
  opacity: 0;
  visibility: hidden
}

#nav ul li.on1 h3:after {
  opacity: 1;
  visibility: visible
}



#nav ul li a i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(/images/navico.png) no-repeat  center;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 8px
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  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);
  border-radius: 0 0 .08rem .08rem;
  overflow: hidden
}

#nav ul li .sub:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(158, 13, 13, 1);
}

#nav ul li .sub .box {
  padding: 3px 0 0;
  text-align: center
}

#nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: .6s;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  white-space: nowrap;
  min-width: 160px;
  justify-content: center
}

#nav ul li .sub a:hover {
  color: #fff;
  background: #9d3c29
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%)scaleY(1)
}

#nav>ul>li.on h3,#nav ul li:hover h3,#header.xg #nav ul li.on a h3,#header.xg #nav ul li:hover a h3 {
  opacity: .9
}

#nav>ul>li h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -1.375rem;
  top: 50%;
  margin-top: -6px;
  transition: .3s;
  display: none
}

#nav>ul>li.xiala h3:before {
  display: block
}

#nav>ul>li:hover h3:after,#nav ul li.on h3:after {
  transform: scale(1)
}

#nav>ul>li.noSubMenu h3:before {
  display: none
}

.search_btn {
  cursor: pointer
}

.list_box0 .li svg {
  fill: #c00;
  width: .18rem;
  height: .18rem
}

.search-dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: .6s
}



.search-dialog-box.on:before {
  height: 100%
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  background: rgba(0,0,0,.7);
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: height .8s cubic-bezier(.77,0,.175,1)
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: .6s
}

.search-dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2
}

.search-dialog .search-tit {
  font-size: 2.75rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: none
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%
}

.search-dialog .search-input input[type=text] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 0.72rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.24rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
  color: #666;
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
  color: #666;
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
  color: #666;
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
  color: #666;
}

.search-dialog .search-input input[type=submit],.search-dialog .search-input .clear-btn {
  float: right;
  height: .72rem;
  width: .72rem
}

.search-dialog .search-input input[type=submit] {
  background-color: initial;
  background-repeat: no-repeat;
  background-position: 50%;
  background: #9d3c29 url(/images/sou.png)50% no-repeat;
  background-size: .3rem
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0,0,0,.2);
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/images/close-btn.svg);
  background-size: 3.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  display: none
}

.search-dialog .search-input.on {
  background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
}

.search-dialog .hot-search {
  font-size: 0;
  width: 19.5rem;
  margin: .6rem auto 0;
  box-sizing: border-box;
  padding: 0 .6rem;
  overflow: hidden
}

.search-dialog .hot-search .hot-tit,.search-dialog .hot-search .hot-link {
  display: inline-block;
  *display: inline;
  zoom:1;vertical-align: top
}

.search-dialog .hot-search .hot-tit {
  font-size: .375rem;
  line-height: .5rem;
  color: #fff;
  font-weight: 700;
  padding-left: .6rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: .5rem;
  background-image:
}

.search-dialog .hot-link {
  margin-left: 1rem
}

.search-dialog .hot-link a {
  display: inline-block;
  *display: inline;
  zoom:1;font-size: .375rem;
  line-height: .5rem;
  margin-right: .75rem;
  color: #fff;
  padding-bottom: 5px;
  position: relative
}

.search-dialog .hot-link a:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0;
  bottom: 5.1%;
  width: 100%
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden
}

.search-dialog-box .bottom-box .copy {
  font-size: .35rem;
  line-height: .5rem;
  color: #fff;
  font-family: gilroy-regular;
  margin-top: .5rem;
  overflow: hidden
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1
}

.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(0)
}

.f-cb h3 {
  font-size: .3rem;
  color: #fff;
  text-align: center;
  margin-bottom: .3rem
}

.pub-close {
  position: absolute;
  width: .68rem;
  height: .68rem;
  z-index: 10;
  right: .24rem;
  top: .24rem;

  border-radius: 100%
}

.pub-close .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c5ab7;
  transform: scale(0);
  border-radius: 100%;
  transition: transform .3s
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 1rem;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, .8) url(/images/close-btn.svg) no-repeat center center / .18rem auto;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg)
}

@keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

@keyframes spin2 {
  to {
      transform: rotate(-1turn)
  }
}

@keyframes spin-reverse {
  from {
      transform: rotate(1turn)
  }
}

@keyframes spin-reverse2 {
  from {
      transform: rotate(-1turn)
  }
}

.list_box1 .li {
  margin-left: .1rem
}

.list_box1 .li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  transition: .5s;
  width: .24rem;
  position: relative;
  height: 24px
}

.list_box1 .li input {
  position: absolute;
  width: 104%;
  height: 24px;
  border-radius: .15rem;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0
}

.list_box1 .li svg {
  width: .24rem;
  height: .24rem;
  fill: #fff;
  transition: .5s;
  position: relative;
  z-index: 1;
  transition: .5s
}

.list_box1 .li.on a {
  width: 2rem
}

.list_box1 .li.on input {
  padding: 0 .5rem 0 .1rem;
  background: #fff;
  right: -.1rem
}

.list_box1 .li.on svg {
  width: .2rem;
  height: .2rem
}

.list_box1 .li.on a input {
  color: #9d3c29;
  border: #9d3c29 1px solid
}

.tc_search {
  margin: 0 1.3rem;
  width: calc(100% - 2.6rem);
  position: absolute;
  bottom: 1rem
}

.tc_search .header-search {
  height: 40px;
  border-radius: 0;
  background: rgba(255,255,255,.1);
  position: relative;
  width: 100%;
  margin-bottom: 1rem
}

.tc_search .focus_js {
  font-size: .875rem;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  box-shadow: none;
  -webkit-appearance: none;
  border-right: 0;
  background: 0 0;
  width: 100%
}

.tc_search .btn_blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 38px;
  border: 0
}

.tc_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53
}

.tc_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,.7)
}

.tc_search input::-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,.7)
}

.tc_search input:-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,.7)
}

.tc_search input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,.7)
}

.tc_search input:focus::-webkit-input-placeholder {
  color: transparent
}

.tc_search input:focus:-moz-placeholder {
  color: transparent
}

.tc_search input:focus::-moz-placeholder {
  color: transparent
}

.tc_search input:focus:-ms-input-placeholder {
  color: transparent
}

.miso_btn1 {
  display: flex;
  width: .74rem;
  height: .42rem;
  background: #9d3c29;
  border-radius: .37rem 0 0 .375rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
  padding-right: .1rem
}

.miso_btn1 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: .45rem;
  height: .25rem
}

.miso_btn1 .box span {
  display: block;
  width: 100%;
  height: .03rem;
  background: #fff
}

.miso_btn1 .box span:nth-child(1),.miso_btn1 .box span:nth-child(3) {
  width: 84%
}

#openBtn {
  cursor: pointer;
  display: inline-block
}

#openBtn .lcbody {
  width: .38rem;
  height: .19rem;
  position: relative;
  display: flex;
  justify-content: flex-start
}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: 1.5px;
  position: absolute;
  transition: transform .36s ease;
  left: 0
}

#openBtn .lcbody .lcitem:nth-child(1),
#openBtn .lcbody .lcitem:nth-child(3) {
  width: 84%
}


#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff
}

#openBtn .lcbody .top {
  top: 0
}

#openBtn .lcbody .center {
  display: block;
  top: 50%;
  margin-top: -.015rem
}

#openBtn .lcbody .bottom {
  top: calc(100% - .03rem)
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move .4s ease-in-out 1
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move .4s ease-in-out .1s 1
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move .4s ease-in-out .2s 1
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%
}

.active#openBtn .lcitem.center {
  opacity: 0
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%
}

@keyframes move {
  0% {
      right: 0
  }

  40% {
      right: 0;
      width: 0
  }

  60% {
      right: auto;
      width: 0%
  }

  100% {
      right: auto;
      width: 100%
  }
}

.n_header #openBtn .lcbody .lcitem div {
  background: #fff
}

body.fixed {
  overflow: hidden
}

.slide_down_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden
}

.slide_down_nav .slide_down_nav_bg {
  position: fixed;
  right: 0;
  top: 0;
  height: 0;
  left: 0;
  background: #fff;
  background: #fff url(../images/slide_down_nav_bg.jpg)50% no-repeat;
  background-size: cover;
  transition: .9s cubic-bezier(.165,.84,.44,1).2s
}

.slide_down_nav .slide_down_nav_bg.on {
  height: 100%
}

.slide_down_nav_line_shuxian {
  position: absolute;
  left: 0;
  margin-left: -.5px;
  bottom: 0;
  width: 1px;
  height: 0;
  background: rgba(0,0,0,.15);
  opacity: 1;
  transition: .6s
}

.slide_down_nav_line_shuxian.on {
  height: 100%;
  transition-delay: 1s
}

.slide_down_nav .slide_down_nav_content {
  position: relative;
  z-index: 10;
  transition: .6s;
  height: 100%;
  opacity: 0;
  padding: 1rem 0 0
}

.slide_down_nav.on {
  visibility: visible
}

.slide_down_nav .slide_down_nav_content.on {
  transition: .6s;
  opacity: 1
}

.w1256 {
  max-width: 76%;
  padding: 0;
  margin: 1rem auto 0;
  height: 100%;
}

.miso_wzmap {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin: 0 -.2rem
}

.miso_wzmap li {
  padding: .25rem .05rem;
  transform: translateX(.5rem);
  transition: .5s;
  opacity: 0;
  flex: 1;
  width: 12%;
  text-align: center
}

.miso_wzmap li:nth-child(1) {
  transition-delay: .1s
}

.miso_wzmap li:nth-child(2) {
  transition-delay: .2s
}

.miso_wzmap li:nth-child(3) {
  transition-delay: .3s
}

.miso_wzmap li:nth-child(4) {
  transition-delay: .4s
}

.miso_wzmap li:nth-child(5) {
  transition-delay: .5s
}

.miso_wzmap li:nth-child(6) {
  transition-delay: .6s
}

.miso_wzmap li:nth-child(7) {
  transition-delay: .7s
}

.miso_wzmap li:nth-child(8) {
  transition-delay: .8s
}

.miso_wzmap li:nth-child(9) {
  transition-delay: .9s
}

.miso_wzmap li h3 a {
  font-size: .24rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 .18rem;
  margin-bottom: .16rem;
  font-weight: normal;
  font-family: "SourceHanSansBold";
}

.miso_wzmap li h3 a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 1.2s 1.2s;
  transform: translateX(-50%)
}

.miso_wzmap li h3 a:hover{
  color: #D0AD83;
}

.miso_wzmap li dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.35rem
}

.miso_wzmap li dl dd {
  width: 100%;
  padding: 0 .1rem
}

.miso_wzmap li dl dd a {
  font-size: .18rem;
  color: #fff;
  line-height: .36rem;
  display: block;
  transition: .5s;
  font-family: "SourceHanSansLight";
}

.miso_wzmap li dl dd a:hover{
  color: #D0AD83;
}

.slide_down_nav_content.on .miso_wzmap li {
  transform: translateX(0);
  opacity: 1
}

.slide_down_nav_content.on .miso_wzmap li h3 a:before {
  width: .3rem
}



.b_m {
  position: relative;
  z-index: 1;
  margin-left: .2rem
}

.b_m:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: .2rem;
  background: #ffff;
  opacity: .5;
  top: 50%;
  margin-top: -.1rem
}

.b_m h6 {
  display: flex;
  align-items: center;
  padding: 0 0 0 .25rem
}

.b_m h6 {
  font-size: .14rem;
  color: #fff;
  white-space: nowrap
}

.b_m h6 svg {
  width: .3rem;
  height: .3rem;
  fill: #fff;
  transform: rotateX(180deg);
  margin: 0 0 0 .1rem;
  transition: .5s
}

.miso-arrow1_b .miso-arrow1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10
}

.miso-arrow1_b * {
  transition: all .5s ease 0s
}

.miso-arrow1_b .wp {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.miso-arrow1_b .miso-arrow1 {
  width: .27rem;
  height: .57rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  top: 50%;
  margin-top: -.28rem
}

.miso-arrow1_b .miso-arrow1 img {
  width: 100%;
  height: 100%;
  opacity: .5
}

.miso-arrow1_b .miso-arrow1.miso-prev1 {
  left: 1.2rem
}

.miso-arrow1_b .miso-arrow1.miso-next1 {
  right: 1.2rem;
  left: auto
}

.miso-arrow1_b .miso-arrow1:hover img {
  opacity: 1
}

.miso-arrow1_b .miso-prev1:hover .img2 {
  transform: translate(-50%,-50%)scale(1);
  opacity: 1
}

.miso-arrow1_b .miso-prev1:hover .img1 {
  transform: translate(calc(-50% - 100%),-50%)scale(0);
  opacity: 0
}

.miso-arrow1_b .miso-next1:hover .img2 {
  transform: translate(-50%,-50%)scale(1);
  opacity: 1
}

.miso-arrow1_b .miso-next1:hover .img1 {
  transform: translate(calc(-50% + 100%),-50%)scale(0);
  opacity: 0
}

.compensate-for-scrollbar {
  margin-right: 0!important
}

.fancybox-iframe,.fancybox-video {
  object-fit: cover
}

.cursor,.cursor::after {
  user-select: none;
  pointer-events: none;
  mix-blend-mode: difference
}

.cursor {
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 120;
  visibility: hidden;
  pointer-events: none;
  cursor: none;
  text-align: center;
  border-radius: 50%;
  font-size: .14rem
}

.cursor .drag {
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.cursor.drag .drag {
  opacity: 1;
  visibility: visible
}

.cursor.drag:before {
  display: none
}

.cursor.drag {
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: .8rem;
  height: .8rem;
  line-height: .8rem;
  background: rgba(255,255,255,.4)
}

.cursor:before {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)scale(1);
  transition: all .4s cubic-bezier(.3,1.83,.49,.88);
  display: none\0
}



.m_header_box {
  transition: .6s;
  display: none;
  height: .95rem;
  position: fixed;
  z-index: 100000;
  background: rgba(130, 11, 11, 1);
  background-size: 100% !important;
  background: none;
  width: 100%;
}

.m_header_box header {
  padding: 0 0 0 15px;
  height: .95rem;
  background: rgba(130, 11, 11, 1);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}

.m_header_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/images/topbg.png) no-repeat top center;
  background-size: 100% 100%!important;
  height: 1.6rem;
  z-index: -1;
  pointer-events: none;
}


.m_header_box header .logo img {
  height: .5rem
}

.m_header_box header .logo {
  padding: 0;
  width: 100%
}

.m_header_box .list_box1 {
  margin-right: .4rem
}

.m_header_box .list_box1 .li a {
  border-radius: 0;
  width: 28px;
  height: 20px;
  font-size: 10px
}

#nav_btn_box.on {
  background: 0 0
}

#nav_btn .point.on .navbtn::after,#nav_btn .point.on .navbtn::before {
}

#nav_btn_box {
  position: relative;
  width: .85rem;
  height: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  min-width: .85rem
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9d3c29;
  background: none;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  border-right: #9d3c29 0px solid;
  border-bottom: transparent .75rem solid;

}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none
}

#nav_btn .point {
  display: inline-block;
  width: .44rem;
  height: 18px;
  position: relative;
  outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
  width: 100%
}

#nav_btn .navbtn {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  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: #fff;
  margin-top: -1px
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  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: #fff
}

#nav_btn .navbtn::after {
  top: -8px
}

#nav_btn .navbtn::before {
  top: 8px
}

#nav_btn .point.on .navbtn {
  background: 0 0
}

#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: 0
}

#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: 0
}

.m_nav_list {
  flex-direction: column;
  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: 90px 20px 20px;
  overflow: hidden;
  pointer-events: none;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  display: block;
  align-items: flex-start;
  background: rgba(130, 11, 11, 1);
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  overflow: hidden;
  overflow-y: auto;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible
}

#m_nav .search_box input.submit {
  background: #0656b7;
  background-size: 1.75rem
}

#m_nav .old_rukou {
  margin: .24rem 0 0;
  width: 100%
}

.list_box_nav_mobile {
  width: 100%;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  margin-bottom: .2rem
}

.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 rgba(255,255,255,.15);
  line-height: .76rem;
  color: rgba(255,255,255,.8);
  padding: 0;
  font-size: .28rem;
  display: flex;
  position: relative;
  transition: .5s
}

.list_box_nav_mobile>li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: .64rem;
  height: .64rem;
  display: inline-block;
  background: url(/images/arrow_down.png)50% no-repeat;
  background-size: 15px 15px!important;
  position: absolute;
  display: block;
  right: 0;
  top: 0
}

.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 {
  color: #fff
}

.list_box_nav_mobile>li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: none
}

.list_box_nav_mobile>li .list a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height: 2.5;
  border: none
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(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: 60px;
  display: block
}

.wap_search .header-search {
  height: 40px;
  border-radius: 0;
  background: #fff;
  position: relative;
  width: 100%;
  margin: 10px auto
}

.wap_search .input {
  font-size: 14px;
  color: #646464;
  height: 40px;
  line-height: 40px;
  padding: 0 .24rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: 0 0;
  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/sou.png)50% no-repeat #9d3c29;
  background-size: .24rem;
  border-radius: 0
}

.wap_search .btn_blue.fr {
  background: #9d3c29;
  color: #4e4f53
}

.wap_search input::-webkit-input-placeholder {
  color: #999
}

.wap_search input::-moz-placeholder {
  color: #999
}

.wap_search input:-moz-placeholder {
  color: #999
}

.wap_search input:-ms-input-placeholder {
  color: #999
}

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent
}

.wap_search input:focus:-moz-placeholder {
  color: transparent
}

.wap_search input:focus::-moz-placeholder {
  color: transparent
}

.wap_search input:focus:-ms-input-placeholder {
  color: transparent
}



.headder_box1.fixedNav{
  transform: translateY(0);

}

.sou{
  position: relative;
  right: 0;
  top: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;

}

.sou.search_btn{
  top: -2px;
}

.sou .searchcenter .search_ico img{
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  margin: 0 auto 0 auto;
  position: relative;

}


.sou .search{
  position: absolute;
  right: 2%;
  top: 0.3rem;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  padding: 0 2%;
  display: none;
  z-index: 10;
  width: 3.5rem;
}


.sou .search .close {
  width: 0.25rem;
  text-align: center;
  position: absolute;
  right: 0.15rem;
  cursor: pointer;
  top: 0.15rem;
  transition: transform .4s ease-out;
  z-index: 9;
}

.sou .search .close img {
  width: 0.2rem;
}

.sou .search .close:hover {
  transform: rotate(360deg);
}

.sou .search .con {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  padding: 6% 15% 8% 10%;
  background: #fdfdfd;

}

.sou .search .search_box {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(130, 11, 11, 1);
  padding-bottom: 0.1rem;
}


.sou .search .search_box .searchInp{
  float: left;
  background: none;
  font-size: 0.16rem;
  color: #333;
  width: 70%;
  height: 0.4rem;
}


.sou .search .search_box  .submitBtn{
  float: right;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #820b0b url(/images/sou.png) no-repeat  center;
  background-size: 50%;
}


.sou .search_box{
  width: 0;
  position: absolute;
  top: -0.11rem;
  right: -0.11rem;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  height: .4rem;
  background: #fff;
  border: 0;
  border-radius: .1rem;
  border: 1px solid #ddd;
}

.sou .search_box .searchInp {
  width: 70%;
  height: .39rem;
  line-height: .39rem;
  background: #fff;
  border: 0;
  font-size: .15rem;
  color: #333;
  padding-left: 0.15rem;
  float: left;
  border-radius: .1rem;
  font-family: "SourceHanSansLight";
}


.sou .search_box .submitBtn {
  width: 0.19rem;
  height: 0.19rem;
  background: url(/images/sou_hover.png) no-repeat  center;
  background-size: 100%;
  float: right;
  margin: 0.1rem 0.1rem 0 0;
}

.sou:hover .search_box {
  width: 2.6rem;
  opacity: 1;
  visibility: inherit;
}



@media(max-width: 1024px){
  .wp{ padding:0 15px; max-width: 100%;}
	.headder_box{ display: none}
	.header_box{ display: none;}
	.miso_navs{ display: none;}
  .m_header_box{ display: block;}
  
  .list_box2 li a {
    font-size: .28rem;
  }

}





/* footer */

.footerbg{
  width: 100%;
  margin: 0 auto;
  background: #6a0f14 url(../images/footerbg.jpg) no-repeat top center;
  background-size: 100%;
  font-family: "SourceHanSansLight";
}

.footerbg .footer{
  margin: 0 auto;
  padding-top: 0.95rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 5.1rem;
}

.footerbg .footer .f_l{
  width: 40.5%;

}

.footerbg .footer .f_l .flogo{
  max-width: 2.36rem;
}

.footerbg .footer .f_l .flogo img{
  display: block;
  width: 100%;
  height: auto;
}

.footerbg .footer .f_l .f_cont{
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbg .footer .f_l .f_cont .f_xinxi{
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  width: 45%;
  position: relative;

}

.footerbg .footer .f_l .f_cont .f_xinxi::after{
  position: absolute;
  right: 0;
  top: 0.08rem;
  content: "";
  width: 1px;
  height: 1.16rem;
  background: rgba(255, 255, 255, 0.6);
}

.footerbg .footer .f_l .f_cont .f_xinxi ul li{
  font-size: 0.15rem;
  line-height: 0.32rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
}

.footerbg .footer .f_l .f_cont .links{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
} 

.footerbg .footer .f_l .f_cont .links .links_t{
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbg .footer .f_l .f_cont .links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 76%;
}

.footerbg .footer .f_l .f_cont .links ul li{
  line-height: 0.32rem;
  width: 100%;
}

.footerbg .footer .f_l .f_cont .links ul li a{
  display: block;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);

}

.footerbg .footer .f_l .mailbox{
  margin-top: 0.2rem;

}

.footerbg .footer .f_l .mailbox a{
  display: inline-block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  margin: 0 0.55rem 0 0.1rem;
}

.footerbg .footer .f_l .mailbox a img{
  display: block;
  width: 0.36rem;
  height: 0.28rem;
  margin: 0rem auto 0.1rem auto;
}



.footerbg .footer .f_c{
  width: 19%;
  margin: 0.85rem auto 0 auto;

}

.footerbg .footer .f_c img.logo1{
  width: 1.49rem;
  height: 1.49rem;
  display: block;
  margin: 0 auto;
}

.footerbg .footer .f_c img.logo2{
  width: 2.8rem;
  height: 0.28rem;
  margin: 0.4rem auto 0 auto;
  display: block;
}


.footerbg .footer .f_r{
  width: 40.5%;
  margin-top: 2.05rem;
}

.footerbg .footer .f_r ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footerbg .footer .f_r ul li{
  margin-left: 0.5rem;
  position: relative;

}

.footerbg .footer .f_r ul li .pic{
  position: relative;

}


.footerbg .footer .f_r ul li .pic span{
  display: block;
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
}

.footerbg .footer .f_r ul li .pic img{
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  left: 0;
  top: 0;
}

.footerbg .footer .f_r ul li .pic img.f1{
  opacity: 1;

}

.footerbg .footer .f_r ul li .pic img.f2{
  opacity: 0;

}

.footerbg .footer .f_r ul li .pic p{
  text-align: center;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  margin: 0.15rem auto 0 auto;
}

.footerbg .footer .f_r ul li .ewm{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)translateY(-1.3rem);
  transition: .5s;
  opacity: 0;
  background: #fff;
  box-shadow: 0 2px 9.5px .5px rgba(1,1,1,.21);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 6px;
  padding: 0.08rem;

} 

.footerbg .footer .f_r ul li .ewm img{
  width: 100%;
  height: 100%;

}

.footerbg .footer .f_r ul li .ewm::after{
  position: absolute;
  left: 0;
  bottom: -0.13rem;
  content: "";
  width: 100%;
  height: 0.13rem;
  background: url(/images/ewmico.png) no-repeat  center;
  background-size: 0.15rem 0.13rem;
}



.footerbg .footer .f_r ul li:hover .ewm {
  transform: translateX(-50%)translateY(-1.1rem);
  opacity: 1;
  visibility: visible;
}


.footerbg .endbg{
  width: 100%;
  background: #6a0f14;
  margin: 0 auto;

}

.footerbg .endbg .end{
  margin: 0 auto;
  padding: 0.2rem 0;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}

.footerbg .endbg .end a{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}


@media(min-width: 1024px){
  .footerbg .footer .f_r ul li:hover .pic img.f1{
    opacity: 0;
  
  }
  
  .footerbg .footer .f_r ul li:hover .pic img.f2{
    opacity: 1;
  
  }
}


@media(max-width: 1024px){


  .footerbg{
    background: #6a0f14 url(../images/footerbg.jpg) no-repeat top left;
    background-size: cover;

  }
  
  .footerbg .footer{
    padding-top: 0.55rem;
    height: auto;
  }
  
  .footerbg .footer .f_l{
    width: 100%;
  
  }
  
  .footerbg .footer .f_l .flogo{
    max-width: 3.56rem;
  }
  
  
  .footerbg .footer .f_l .f_cont{
    margin-top: 0.35rem;
  }
  
  .footerbg .footer .f_l .f_cont .f_xinxi{
    width: 48%;
  
  }
  
  .footerbg .footer .f_l .f_cont .f_xinxi::after{
    height: 100%;

  }
  
  .footerbg .footer .f_l .f_cont .f_xinxi ul li{
    font-size: 0.24rem;
    line-height: 0.4rem;
    letter-spacing: 0px;

  }
  
  .footerbg .footer .f_l .f_cont .links{
    width: 47%;
  } 
  
  .footerbg .footer .f_l .f_cont .links .links_t{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .footerbg .footer .f_l .f_cont .links ul {
    width: 62%;
  }
  
  .footerbg .footer .f_l .f_cont .links ul li{
    line-height: 0.4rem;
    width: 100%;
  }
  
  .footerbg .footer .f_l .f_cont .links ul li a{
    display: block;
    font-size: 0.24rem;
  
  }
  
  .footerbg .footer .f_l .mailbox{
    margin: 0.3rem 0 0 0;
  
  }
  
  .footerbg .footer .f_l .mailbox a{
    display: inline-block;
    font-size: 0.24rem;
    margin: 0 0.3rem 0 0.1rem;
  }
  
  .footerbg .footer .f_l .mailbox a img{
    display: block;
    width: 0.5rem;
    height: 0.36rem;
    margin: 0rem auto 0.1rem auto;
  }
  
  
  
  .footerbg .footer .f_c{
    width: 100%;
    margin: 0.7rem auto 0 auto;
  
  }
  
  .footerbg .footer .f_c img.logo1{
    width: 1.49rem;
    height: 1.49rem;
    display: block;
    margin: 0 auto;
  }
  
  .footerbg .footer .f_c img.logo2{
    width: 4.4rem;
    height: auto;
    margin: 0.3rem auto 0 auto;
    display: block;
  }
  
  
  .footerbg .footer .f_r{
    width: 100%;
    margin: 0.7rem auto 0.5rem auto;
  }
  
  .footerbg .footer .f_r ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .footerbg .footer .f_r ul li{
    margin: 0 0.27rem;
    position: relative;
  
  }
  
  .footerbg .footer .f_r ul li .pic{
  
  }

  .footerbg .footer .f_r ul li .pic span {
    width: 0.8rem;
    height: 0.8rem;
}
  
  .footerbg .footer .f_r ul li .pic img{
    display: block;
    width: 0.8rem;
    height: 0.8rem;
  }
  
  .footerbg .footer .f_r ul li .pic p{
    font-size: 0.24rem;
    margin: 0.15rem auto 0 auto;
  }
  
  .footerbg .footer .f_r ul li .ewm{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)translateY(-1.3rem);
    transition: .5s;
    opacity: 0;
    background: #fff;
    box-shadow: 0 2px 9.5px .5px rgba(1,1,1,.21);
    width: 1.5rem;
    height: 1.5rem;
  
  } 
  

  
  
  
  .footerbg .footer .f_r ul li:hover .ewm {
    transform: translateX(-50%)translateY(-1.5rem);
    opacity: 1;
    visibility: visible;
  }
  
  
  .footerbg .endbg .end{
    line-height: 0.42rem;
    font-size: 0.24rem;
    padding: 0.3rem 0;
  }
  
  .footerbg .endbg .end a{
    font-size: 0.24rem;

  }


}