.sitelogo {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.7rem;
}

.sitelogo > a {
  display: block;
  float: left;
}

.sitelogo img {
  width: auto;
  height: 4rem;
}

.body_index .sitelogo img {
  /* filter: brightness(0) invert(1); */
}

.sitelogo .sitename {
  float: left;
  padding: 0.6rem 0.8rem 0 2.2rem;
  position: relative;
}

.sitelogo .sitename:after {
  content: "";
  height: 5.3rem;
  width: 0.3rem;
  background: #ededed;
  display: block;
  right: -0.6rem;
  top: 1.2rem;
  position: absolute;
}

.sitelogo .f {
  float: left;
  margin-top: 2.3rem;
  margin-left: 2.2rem;
}

.sitelogo .sitename .p1 {
  font-size: 3rem;
  margin-bottom: 0;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.sitelogo .sitename .p2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.9rem;
}

.header {
  position: relative;
  height: 10rem;
  width: 100%;
  padding: 2rem 0rem;
  overflow: visible;
  /* border-bottom: .5rem solid #9a2323; */
  transition: all 0.3s;
  position: absolute;
  z-index: 4;
  /* background: #fff; */
}

div#header * {
    /* border-color: red !important; */
}

.header * {
  /* transition: all 0.3s; */
  position: static;
}

.navC {
    display: none;
}

.header:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  height: 0.1rem;
  background: #fff;
  z-index: 9;
  opacity: 0.5;
}

.body_index .header:after {
    opacity: 0.23;
}

.fixhd.header {
  position: fixed;
  width: 100%;
  background: #F5F5F5;
  height: 9rem;
  padding: 1rem 0;
  max-width: min(100vw, 192rem);
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.body_index .fixhd.header {
    /* background: #fff; */
}

.fixhd_o {
    padding-top: 7rem;
}

#header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.2rem;
  height: 0;
  background: linear-gradient(
    to bottom,
    rgb(87 73 73 / 21%) 0%,
    rgb(0 0 0 / 31%) 100%
  );
  z-index: 99999;
}

.fixhd.header #top_lang * {
  color: #333;
  border-color: #333;
  background: none;
}
.fixhd.header .search_index input {
  background: #fff;
  color: #333;
}

.fixhd.header .search_index input::placeholder {
    color: #ccc;
}

.fixhd.header .search_index input:focus {
    border-color: #888;
    box-shadow: none;
}
.fixhd.header #top_lang.open {
  background: #fff;
}

.fixhd.header #top_lang.open * {
  color: #333;
  border-color: #666 !important;
}
.fixhd.header .con #top_right {
  /* transform: translateY(-1.1rem); */
}
.fixhd.header ul.nav > li > a {
  /* line-height: 3.9rem; */
  color: #111;
  font-family: 'enfont-l';
  /* font-weight: 100; */
}

.fixhd.header ul.nav > li.active > a {
    color: var(--color1);
    fill: var(--color1);
}

.fixhd.header ul.nav > li > a:hover {
  color: var(--color1);
  fill: var(--color1);
}
.fixhd.header .sitelogo img {
  /* height: 4.7rem; */
}

.fixhd.header #top_lang:before {
  filter: invert(1);
  transform: scale(0.9);
  opacity: 0.8;
  top: 0.71rem;
  left: 0.2rem;
}
.fixhd.header .sitelogo {margin-top: 0;}
.fixhd.body_index .header ul.nav > li:first-child > a {
  /* color: var(--color1); */
}
.fixhd.header .searchicon {
  /* filter: invert(1); */
}
.header .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .con #top_right {
  display: flex;
}

.navbarcontainer {
  width: 100%;
  background: #b41017;
  _width: 100%;
  margin-top: 2rem;
}

.navbar {
  display: block;
  width: auto;
  min-height: 0;
  margin: 0;
  margin-left: 0;
  border: none;
  position: static;
}

#sitenavbar {
  width: 100%;
  /* position: absolute; */
  /* top: 2rem; */
  z-index: 999;
  margin-top: 0.4rem;
}
#navbar {
  padding-right: 0;
  padding-left: 0;
}

#navbar_m.navbar-collapse.collapse {
  display: none;
}

ul.nav {
  line-height: 0;
  clear: both;
  min-width: 0.1rem;
  margin-left: 4rem;
  text-align: left;
  white-space: nowrap;
  display: flex;
  column-gap: 5.2rem;
}

ul.nav > li {
  display: inline-block;
  float: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  flex: 1 1 auto;
  padding: 0;
  /* background: red; */
  position: relative;
}

ul.nav > li.nav_li1 > a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  position: relative;
  padding: 0 2rem;
  color: #fff;
  width: 100%;
  transition: all 0.3s;
  margin: 0;
}

ul.nav > li.nav_li1 > a:after {
  background: #a5080e;
  display: block;
  width: 0.1rem;
  height: 6rem;
  right: 0;
  top: 1.2rem;
  position: absolute;
}

ul.nav > li.nav_li1 .s1 {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}

ul.nav > li > a {
  font-size: 1.65rem;
  /* line-height: 6rem; */
  position: relative;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  /* border-bottom: .2rem solid transparent; */
  /* margin-top: -0.2rem; */
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  justify-content: flex-start;
  fill: #111;
  font-family: 'enfont-l';
}

ul.nav > li > a i {
    /* fill: #333; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    width: 2.2rem;
    transform: translateY(-0.1rem);
}

ul.nav > li > a svg {
    fill: inherit;
}

/* .body_index ul.nav > li > a {
    color: #fff;
  }
   */
ul.nav > li.active > a {
  /* color: #f6f6d2; */
  position: relative;
}

#header ul.nav > li.active > a:after,#header ul.nav > li> a:hover:after {
    position: absolute;
    /* content: ""; */
    display: block;
    background: #fff;
    height: 0.3rem;
    width: 60%;
    bottom: -2.1rem;
    left: 50%;
    z-index: 3;
    opacity: 1;
    transform: translateX(-50%);
}

.fixhd #header ul.nav > li.active > a:after,.fixhd  #header ul.nav > li> a:hover:after {
    display: none;
}

/* .body_index ul.nav > li:first-child > a {
    color: #fff;
  } */

.header ul.nav > li > a:after {
  /* content: ""; */
  display: block;
  height: 0.1rem;
  width: 0;
  background: transparent;
  margin-top: -0.5rem;
  transition: all 0.3s;
  opacity: 0.3;
  transition: width .3s;
  transform-origin: bottom center;
}

/* .body_index ul.nav > li > a:after {
    opacity: 0;
  } */

/* .body_index ul.nav > li:first-child > a:after,
  .body_index ul.nav > li > a:hover:after {
    background: #fff;
  } */

ul.nav > li.nav_li1 .s2 {
  display: block;
  font-size: 1.8rem;
}

ul.nav > li:first-child > a {
  border-left: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
  /* color: #f6f6d2; */
}

/* .body_index .nav > li > a:focus,
  .body_index .nav > li > a:hover {
    color: #fff;
  } */

ul.nav > li:last-child > a:after {
  /* display: none */
}

ul.nav > li.nav_li1:hover > a,
ul.nav > li.nav_li1.active > a {
  position: relative;
  color: #fff;
  border-radius: 10rem;
  border-radius: 0;
  background: #960006;
}

ul.dropdown-menu {
  /* top: 100%; */
  /* width: 100%; */
  /* min-width: .1rem; */
  /* padding: .2rem 0; */
  /* padding-top: 0; */
  /* border: none; */
  /* border-top: .1rem solid rgba(238, 238, 238, 0.2); */
  /* border-bottom-width: .2rem; */
  /* border-image: initial; */
  /* background: transparent; */
  /* background: #960006; */
  /* box-shadow: none; */
  /* box-shadow: none; */
}

.nav_li1_81 ul.dropdown-menu {
  width: 30rem;
}

.navbar-nav > li.fj1 > .dropdown-menu {
  width: 15rem;
  border: none;
}

.navbar-nav > li.fj1 > .dropdown-menu li {
  margin: 0;
}

ul.dropdown-menu:before {
  position: absolute;
  z-index: 99;
  top: 1.1rem;
  left: 50%;
  display: block;
  display: none;
  width: 1rem;
  height: 1rem;
  margin-left: -1.1rem;
  content: "";
  border: 1.6rem solid transparent;
  border-bottom: 1.3rem solid #fff;
}

#header .dropdown-menu {
  position: absolute;
  left: 0;
  top: 3.4rem;
  z-index: 55;
  display: block;
  max-height: 0px;
  width: 100%;
  /* max-width: 192rem; */
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  /* transition: none; */
  /* box-shadow: 0px 4px 3px #57575721; */
  border: 0;
  border-radius: 0;
  /* max-width: min(192rem,100vw); */
  /* transform: translateX(-50%); */
  padding: 0;
  z-index: 3333333;
  box-shadow: 7px 9px 4px 0px #7b76771c;
  padding-top: 1.4rem;
  border-top: 0.2rem solid var(--color1);
}

.fixhd #header .dropdown-menu {
    /* top: 5.2rem; */
}

#header .hover .dropdown-menu
{
   max-height: 100vh;
   opacity: 1;
   /* max-width: min(192rem,100vw); */
   /* transition: none; */
   /* transition-property: all; */
   /* transition-duration: 500ms; */
   /* transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
}
#header .dropdown-menu .sub{/* display: flex; */justify-content: center;column-gap: 3rem;/* position: relative; *//* padding-left: 38rem; */flex-wrap: wrap;/* text-align: center; */padding: 0rem 0 1rem;}

#header .dropdown-menu .sub.fwrap {
    /* flex-wrap: wrap; */
    /* row-gap: 3rem; */
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    /* height: min-content; */
    /* width: 118rem; */
}
#header .dropdown-menu .arrow{
    justify-content: flex-start;
    transform: none;
}

#header .dropdown-menu a:hover .arrow {
    transform: translateX(1rem);
}
#header .dropdown-menu .s0{
    font-size: 1.8rem;
    color: var(--color1);
    margin-right: 1rem;
}
#header .dropdown-menu .more i{
    display: flex;
    width: 2rem;
    height: 2rem;
    background: var(--color1);
    fill: white;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
}
#header .dropdown-menu .more svg{
    width: 1.2rem;
}
#header .dropdown-menu .more a{
    background: none;
}

#header .dropdown-menu .t{
    /* min-width: 70rem; */
    width: 36rem;
}
#header .dropdown-menu .txt{}
#header .dropdown-menu .h2{
    font-size: 3.6rem;
    font-weight: bold;
}
#header .dropdown-menu .info{
    font-size: 2.2rem;
    color: #666;
    margin: 3.7rem 0 7rem;
}
#header .dropdown-menu .sub li{
    /* width: 32rem; */
    /* height: 36rem; */
    flex: 0 0 100%;
}

#header .dropdown-menu .sub li.on a {
    color: var(--color1);
}

#header .dropdown-menu .sub li.on a:hover {
    color: #fff;
}

#header .dropdown-menu .sub.fwrap li:nth-child(n+2) {width: 24rem;height: 10rem;padding: 0;}

#header .dropdown-menu .sub.fwrap li:nth-child(n+2) a {
    padding: 0;
}

#header .dropdown-menu .sub.fwrap li:nth-child(n+2) .s1 {}

#header .dropdown-menu .sub.fwrap li:nth-child(n+2) .img {
    display: none;
}

#header .dropdown-menu .sub.fwrap li:nth-child(n+2) .s2 {
    display: none;
}

#header .dropdown-menu .sub li.first {
    position: absolute;
    left: -6rem;
    top: -2.5rem;
    height: 46rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#header .dropdown-menu .sub.fwrap li.first {
    /* left: 18rem; */
}

#header .dropdown-menu .sub li.first img {
    height: 100%;
    width: auto;
    max-width: none;
}
#header .dropdown-menu .sub a{
    display: block;
    text-align: left;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    height: auto;
    padding: 0;
    /* position: relative; */
    /* overflow: hidden; */
    padding: 0.9rem 2.5rem;
    transition: all .2s;
}

#header .dropdown-menu .sub a:hover {
    background: var(--color1);
    color: #fff;
}

#header .dropdown-menu .sub a * {
    /* position: relative; */
    /* z-index: 2; */
}

#header .dropdown-menu .sub a:before {
    /* content: ""; */
    background: var(--color1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    border: .4rem solid transparent;
}

#header .dropdown-menu .sub a:hover:before {
    opacity: .142;
    border-color: var(--color1);
}

#header .dropdown-menu .sub a:hover {}
#header .dropdown-menu .s1{}
#header .dropdown-menu .s2{
    /* width: 11rem; */
    /* height: 2.9rem; */
    /* background: url(../images/arr2.png) no-repeat center 0.7rem; */
    /* border-radius: 6px 6px 6px 6px; */
    /* opacity: 0.2; */
    /* border: 1px solid #ffffff85; */
    /* display: flex; */
    /* justify-content: center; */
    /* color: #333; */
    line-height: 1.8;
    /* padding: 2rem 2.5rem; */
    font-weight: 100;
    font-family: enfont-l;
    width: 100%;
    white-space: normal;
    line-height: 1.4;
}
#header .dropdown-menu .s2 svg{
    height: 60%;
    width: 100%;
}
#header .dropdown-menu .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18rem;
    width: 21rem;
    margin: 3rem auto 2rem;
}
#header .dropdown-menu .img img{}
#header .dropdown-menu .mwp{
    padding: 6rem 0 7rem;
    justify-content: space-between;
    min-height: 49rem;
}

ul.nav li.phone {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 9rem;
  padding-top: 1.9rem;
  padding-left: 2.2rem;
}

ul.nav li.search {
  float: right;
  width: 4.2rem;
  height: 2.2rem;
  margin: 2rem 0 0 2.2rem;
  padding-left: 2rem;
  cursor: pointer;
}

ul.nav li.search:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.1rem;
  height: 2.2rem;
  content: "";
  background: #7d7d7d;
}

ul.nav li.search ul {
  right: -3rem;
  left: auto;
  width: 31.8rem;
  padding-top: 0;
  text-align: right;
  border: none;
  background: transparent;
}

ul.nav li.search ul:after {
  position: static;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 11rem;
  content: "";
}

ul.nav li.search ul li {
  padding: 4rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
}

ul.nav li.search ul li form {
  vertical-align: middle;
}

ul.nav li.search ul li input {
  font-size: 1.4rem;
  line-height: 2.8rem;
  float: right;
  width: 23rem;
  height: 2.8rem;
  padding: 0 0.2rem;
  vertical-align: middle;
}

ul.nav li.search ul li a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  position: relative;
  left: -0.3rem;
  float: right;
  width: auto;
  height: 2.8rem;
  padding: 0 0.6rem 0 0.6rem;
  vertical-align: middle;
  color: #fff;
  background: #0e90e2;
}

#formSeach {
  border: none;
  position: relative;
  margin-top: 4.6rem;
}

#formSeach a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: transparent url(./images/bg0.png) no-repeat;
  position: absolute;
  right: 1.3rem;
  top: 0.3rem;
  text-indent: -20rem;
  overflow: hidden;
}

#formSeach #input_keyword {
  border: 0.1rem solid #dddddd;
  line-height: 4.5rem;
  border-radius: 10rem;
  padding: 0 3rem;
  width: 30rem;
}

.hotline {
  margin-top: 3rem;
  margin-left: 5rem;
}

.hotline i {
  background: url(./images/bg1.png) no-repeat left center;
  display: block;
  vertical-align: middle;
  margin-right: 1rem;
  font-style: normal;
  padding-left: 2.8rem;
  margin-bottom: 0.2rem;
}

.hotline .s1 {
  font-size: 1.6rem;
  display: block;
  float: left;
  color: #666666;
}

.hotline .phone {
  font-size: 3rem;
  color: #b41017;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-family: arial;
  line-height: 1.2;
}

.dropdown-toggle {
  /* display: none; */
}

ul.nav li.lang {
  display: none;
}

ul.nav li.lang a {
  font-size: 1.8rem;
  position: relative;
  top: -0.1rem;
  padding: 0 1rem;
}

ul.nav li.colmenu {
  float: right;
}

ul.nav li.colmenu a {
  padding: 0;
}

ul.nav li.fj a:active,
ul.nav li.fj a:focus {
  background-color: transparent !important;
}

ul.nav > li.fj:hover > a {
  background-color: transparent;
}

ul.nav > li.fj1 ul li {
  margin-left: -1.4rem;
  padding-bottom: 1rem;
}

ul.nav > li.fj3 {
  top: 0.1rem;
  margin-right: 0;
}

li.fj a {
  color: #666;
}

li.fj a:after {
  display: inline-block;
  padding: 0 0.7rem;
  color: #999;
}

ul.nav li.fj2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.1rem;
  height: 2.2rem;
  background: #7d7d7d;
}

ul.nav li.fj > a:after {
  position: absolute;
  right: 0.3rem;
  display: inline-block;
  width: 1rem;
  height: 100%;
  content: "";
  border-right: 0.1rem solid #cdcdcd;
}

ul.nav li.fj1 a:after {
  right: auto;
  left: 3.2rem;
}

ul.nav li.fj2 ul {
  right: -0.9rem;
  left: auto;
  width: 31.8rem;
  padding-top: 3.3rem;
  text-align: right;
  border: none;
  background: transparent;
}

ul.nav li.fj2 ul:after {
  position: static;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 11rem;
  content: "";
}

ul.nav li.fj2 ul li {
  padding: 2rem 2rem 4rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
}

ul.nav li.fj2 ul li form {
  vertical-align: middle;
}

ul.nav li.fj2 ul li input {
  font-size: 1.4rem;
  line-height: 2.8rem;
  float: right;
  width: 23rem;
  height: 2.8rem;
  padding: 0 0.2rem;
  vertical-align: middle;
}

ul.nav li.fj2 ul li a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  position: relative;
  left: -0.3rem;
  float: right;
  width: auto;
  height: 2.8rem;
  padding: 0 0.6rem 0 0.6rem;
  vertical-align: middle;
  color: #fff;
  background: #9b2424;
}

li.fj .phone {
  font-size: 2rem;
  line-height: 3.2rem;
  position: relative;
  top: -0.1rem;
  display: inline-block;
  padding-left: 0;
  letter-spacing: 0;
  color: #333;
}

li.fj .wx {
  display: inline-block;
  overflow: hidden;
  width: 3.5rem;
  height: 2.3rem;
  margin-left: 0.5rem;
  padding-right: 5.8rem;
  text-indent: -13rem;
  background: url(./images/bgs.png) no-repeat -61.2rem 0;
}

li.fj .search {
  position: relative;
  top: 0;
  display: inline-block;
  overflow: hidden;
  width: 4.3rem;
  height: 2.3rem;
  margin-left: 1rem;
  text-indent: -10rem;
  background: url(./images/bgs.png) no-repeat left top;
}

.head_top {
  width: 100%;
  height: 3rem;
  background: #ebebeb;
}

.head_top ul {
  margin: auto;
}

.head_top ul li:first-child {
  line-height: 3rem;
  float: left;
  color: #666;
}

.head_top ul li:last-child {
  float: right;
}

.head_top ul li:last-child > p {
  line-height: 3rem;
  float: left;
  width: 9rem;
  height: 3rem;
  text-align: center;
  color: #666;
  border-left: 0.1rem solid #ddd;
}

.head_top ul li:last-child > p:last-child {
  border-right: 0.1rem solid #ddd;
}

.leng {
  display: none;
}

.head_top ul li:last-child > p > a {
  color: #666;
}

#footer .wxwb a {
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  background: rgba(56, 56, 56, 1);
  border-radius: 50%;
  text-align: center;
  padding-top: 0.6rem;
  margin-right: 1rem;
  position: relative;
}

#footer .wxwb .img1 {
  display: inline;
}

#footer .wxwb .img2 {
  display: none;
}

#footer .wxwb a:hover .img1 {
  display: none;
}

#footer .wxwb a:hover .img2 {
  display: inline;
}

#footer .wxwb a:hover .qrimg {
  display: block;
  transform: scale(1);
}

#footer .wxwb .qrimg {
  position: absolute;
  top: -17.4rem;
  left: -5.2rem;
  text-align: center;
  width: 14rem;
  display: none;
  transition: all 0.3s;
}

#footer .wxwb .qrimg img {
  display: block;
}

#footer .wxwb .qrimg > div.top {
  padding: 1rem;
  background: #fff;
}

#footer .wxwb .qrimg .shanjiaoxing {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.3rem solid white;
}

#footer .wxwb .sm {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}

#footer .call {
  margin-top: 1.7rem;
  margin-bottom: 1.5rem;
  padding-left: 4.7rem;
  position: relative;
}

#footer .call:before {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(./images/call.png) no-repeat center;
  content: "";
  border-radius: 40rem;
  border: 0.1rem solid grey;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

#footer .call .s1 {
  color: #8b8b8b;
  font-size: 1.3rem;
  display: block;
}

#footer .call .tel {
  color: #ffffff;
  font-size: 2.2rem;
}

#footer .friendslinks {
  border-top: 0.1rem solid #383838;
}

#footer .friendslinks .con {
  padding: 2.8rem 0;
}

#footer_nav {
  padding-bottom: 1rem;
}

#footer_nav .depth1 {
  margin: 4.5rem 0 2.3rem;
  display: flex;
  justify-content: flex-start;
}

#footer_nav .depth1.ul_2 {
  flex: 0;
  min-width: min-content;
}

#footer_nav .ul_1 {
  display: flex;
  /* width: 66.0rem; */
  justify-content: flex-start;
  max-width: 50%;
  column-gap: 8rem;
}

#footer_nav .in {
  display: flex;
  justify-content: space-between;
}

#footer_nav .depth1 > li.li_first {
}

#footer_nav .depth1 > li {
  flex: auto;
  /* margin-right: 10.0rem; */
}

#footer .depth1 .li_f_contact li {
  background: url(./images/bgic1.png) no-repeat left top;
  /* padding-left: 2.5rem; */
  white-space: nowrap;
}

#footer .depth1 .li_f_contact li:nth-child(1) {
  background-position: left 0.8rem;
}

#footer .depth1 .li_f_contact li:nth-child(2) {
  background-position: left -2.4rem;
}

#footer .depth1 .li_f_contact li:nth-child(3) {
  background-position: left -5.8rem;
}

#footer_nav .depth1.ul_1 > li.li_1 {
  margin-right: 2rem;
}

#footer_nav .depth1.ul_1 > li.li_2 {
}

#footer_nav .depth1 > li.li_2 {
  margin-right: 8rem;
}

#footer .mr100 {
  margin-right: 12rem;
}

#footer_nav .depth1 > li .t {
  font-size: 1.6rem;
  position: relative;
  display: block;
  padding-top: 0;
  color: #fff;
  margin-bottom: 1.1rem;
}

#footer_nav .depth1 > li > a.kefu {
  font-size: 1.5rem;
  line-height: 4.1rem;
  width: 19.2rem;
  margin-top: 3rem;
  margin-left: 0;
  padding: 0 3rem;
  border-radius: 7rem;
}

#footer_nav .depth1 > li > a.kefu i {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  margin-right: 1rem;
}

#footer_nav .depth2 {
  position: relative;
  padding-top: 1.1rem;
}

#footer_nav .ul_1 .depth2 {
}

#footer_nav .ul_1 .li_1 .depth2 {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* width: 38.0rem; */
}

#footer_nav .ul_1 .li_1 .depth2 a {
  color: #fff;
  transition: all 0.3s;
  font-size: 1.4rem;
  white-space: nowrap;
  font-family: 'enfont-l';
  text-transform: uppercase;
  opacity: 0.7;
}

#footer_nav a:hover {
  color: #fff !important;
}

#footer_nav .ul_1 .li_1 .depth2 li {
  flex: 0 0 33%;
}

#footer_nav .depth2 li,
#footer_nav .depth2 li * {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #7182a5;
  padding: 0;
  display: block;
  transition: all 0.3s;
}

#footer_nav .depth1.ul_3 span {
  text-align: center;
  display: block;
  margin: 1rem 0 0;
}

#footer_nav .depth2 li a:hover {
  color: #fff;
}

#footer_nav .depth2 li a:hover {
  color: #fff;
}

/*end*/
