.sitelogo {
  /* margin-top: -0.7rem; */
  display: flex;
  gap: 1rem;
  align-items: center;
}

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

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

.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: 9rem;
  width: 100%;
  padding: 0;
  overflow: visible;
  /* border-bottom: .5rem solid #9a2323; */
  transition: all 0.3s;
  /* position: absolute; */
  z-index: 4;
}

.header * {
  transition: all 0.3s;
}

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

.fixhd .header {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 7rem;
  /* padding: 1rem 0; */
  max-width: min(100vw,1920px);
}

.fixhd #header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgb(87 73 73) 0%,
    rgb(0 0 0 / 56%) 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 #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: #333;
}

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

.fixhd .header ul.nav > li > a:hover {
  color: 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 .con {height: 7rem;}

.fixhd  .header #top_right .hd_r {
    top: 1rem;
}

.fixhd .header #top_right .line {
    background: #333;
}

.fixhd .header .hd_r * {
    fill: #333 !important;
    color: #333 !important;
}

.fixhd .header .hd_r img {
    filter: brightness(100) invert(1);
}

.fixhd .header .brand span {
    color: #333;
    font-size: 1.8rem;
}

.fixhd .header .brand span.s2 {
    font-size: 1.3rem;
}
.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;
}

#sitenavbar {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  max-width: min(100vw,1920px);
}
#navbar {
  padding-right: 0;
  padding-left: 0;
}

#navbar_m.navbar-collapse.collapse {
  display: none !important;
  transition: none;
  animation-delay: 0;
  animation-duration: 500ms;
}

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

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

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.8rem;
  line-height: 9rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0.2rem;
  white-space: nowrap;
  text-transform: uppercase;
  color: #333;
  border-bottom: .2rem solid transparent;
  margin-top: -0.4rem;
  /* font-family: kai; */
}

/* .body_index ul.nav > li > a {
    color: #fff;
  }
   */
ul.nav > li.active > a {
  color: var(--color1);
  border-bottom-color: #fff;
}

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

.header ul.nav > li > a:after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 100%;
  background: transparent;
  margin-top: -0.5rem;
  transition: all 0.3s;
  opacity: 0.3;
}

/* .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: var(--color1);
}

/* .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;
}


.navbar{}
.navbar .dropdown-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    float: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    position: fixed;
    left: 0;
    /* transform: translateX(-50%); */
    top: 8.9rem;
    z-index: 55;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-property: all;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
    border-radius: 0;
    padding: 0;
    z-index: 3333333;
    box-shadow: none;
    background: transparent;
    width: 100vw;
}


.navbar li.hover .dropdown-menu {
    max-height: 100vw;
    opacity: 1;
    height: auto;
    margin-top: -2rem;
}
.navbar .sub{
    display: flex;
    padding: 5rem 0;
    width: var(--container-width);
    margin: 0 auto;
    /* display: flex; */
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    column-gap: 9rem;
}
.navbar .sub> li{
    display: block;
    text-align: left;
}
.navbar .sub> li a:hover{
    color: var(--color2);
}
.navbar .sub li .a_depth2{
    padding: 0;
    /* padding-left: 2rem; */
    line-height: 2.2;
    font-size: 1.6rem;
    /* margin-bottom: 1rem; */
    color: #444;
}

.navbar .sub li .a_depth1 {
    font-size: 1.8rem;
    /* margin-bottom: 1.2rem; */
    display: inline-block;
    /* padding-bottom: 1.3rem; */
    /* border-bottom: 1px solid #333; */
    font-weight: 400;
    color: #444;
}

.navbar .li_66 .sub li .a_depth1 {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #333;
    margin-bottom: 1.2rem;
    font-weight: bold;
}
.navbar .li_depth1{}
.navbar .li_depth1 >a{
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
}
.navbar .depth3{}

#header .dropdown-menu:before {
  display: block;
  content: "";
  height: 100%;
  width: 230vw;
  background: rgb(223 223 223 / 92%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  background: #fffffff2;
  max-width: 1920px;
  transform: translateX(-50%);
}

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;
}

ul.dropdown-menu li {
  width: 100%;
  min-width: 0.1rem;
  text-align: center;
}

ul.dropdown-menu li a {
  font-size: 1.4rem;
  width: 100%;
  min-width: 0.1rem;
  padding: 1rem 0;
  color: hsla(0, 0%, 100%, 0.6);
  border-bottom: 0.1rem solid rgba(230, 230, 230, 1);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #9b2424;
}

ul.dropdown-menu li:last-child a {
  border: none;
}

ul.dropdown-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
  background: #b41017;
}

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: 3rem;
}

#footer_nav .depth1 {
  margin: 1.2rem 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: space-between;
  flex: 1;
  margin: 0 6rem;
}

#footer_nav .qrcode1 img {
    width: 11rem;
    display: block;
    margin: 1rem 0;
}

#footer_nav .qrcode1 span {
    font-size: 1.6rem;
    color: #fff;
    margin: 2rem 0;
    display: block;
}

#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.8rem;
  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.3rem;
}

#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: #8B8B8B;
  transition: all 0.3s;
  font-size: 1.6rem;
}

#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*/
