.wd1920 {
  max-width: 19.2rem;
  margin: 0 auto;
}
.wd1600 {
  max-width: 16rem;
  margin: 0 auto;
}
.current_page > a {
  background-color: #d50707 !important;
  color: #fff !important;
}
.current_page > a > img {
  display: block !important;
}
.current_page > a > img:nth-child(1) {
  display: none !important;
}
header {
  width: 100%;
  background-color: #fff;
}
header .wd1920 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wd1920 .logo {
  margin-left: 0.7rem;
}
header .wd1920 .logo img {
  width: 3.9rem;
  height: 0.5rem;
}
header .wd1920 .head-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .wd1920 .head-right .more_search {
  display: flex;
  align-items: center;
}
header .wd1920 .head-right .more_search .more {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  position: relative;
  background-color: #d50707;
}
header .wd1920 .head-right .more_search .more a {
  width: 100%;
  height: 100%;
  display: block;
}
header .wd1920 .head-right .more_search .more a img {
  width: 0.3rem;
}
header .wd1920 .head-right .more_search .search {
  width: 1.6rem;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  background-color: #d50707;
}
header .wd1920 .head-right .more_search .search img {
  width: 0.3rem;
  margin-left: 0.2rem;
}
header .wd1920 .head-r {
  display: flex;
  align-items: center;
}
header .wd1920 .head-r .nav {
  display: flex;
  align-items: center;
  position: relative;
}
header .wd1920 .head-r .nav .first-li {
  width: 1.5rem;
  text-align: center;
  position: relative;
}
header .wd1920 .head-r .nav .first-li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
}
header .wd1920 .head-r .nav .first-li > a > img {
  margin-left: 0.15rem;
}
header .wd1920 .head-r .nav .first-li > a > img:nth-child(2) {
  display: none;
}
header .wd1920 .head-r .nav .first-li .second-ul {
  position: absolute;
  top: 2rem;
  width: 1.5rem;
  opacity: 0;
  z-index: -999;
  transition: 0.6s;
}
header .wd1920 .head-r .nav .first-li .second-ul .second-li {
  border-bottom: 0.5px solid #bababa;
}
header .wd1920 .head-r .nav .first-li .second-ul .second-li .second-a {
  display: flex;
  width: 100%;
  height: 0.6rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.6rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
header .wd1920 .head-r .nav .first-li .second-ul .second-li .second-a img {
  opacity: 0;
  transition: 0.5s;
}
header .wd1920 .head-r .nav .first-li .second-li:hover .second-a {
  color: #fff;
  background-color: #d50707;
}
header .wd1920 .head-r .nav .first-li:hover > a {
  background-color: #d50707;
  color: #fff;
}
header .wd1920 .head-r .nav .first-li:hover > a > img {
  display: block;
}
header .wd1920 .head-r .nav .first-li:hover > a > img:nth-child(1) {
  display: none;
}
header .wd1920 .head-r .nav .first-li:hover .second-ul {
  opacity: 1;
  z-index: 999;
  top: 1rem;
}
header .wd1920 .head-r .nav #slidebar {
  height: 0.03rem;
  width: 1.07rem;
  left: 0.1rem;
  bottom: 0px;
  position: absolute;
  transition: all 0.5s;
  background-color: #1661d4;
}
header .menu_popup {
  background-color: #d40000;
  height: 7rem;
  position: absolute;
  z-index: 999;
  width: 100vw;
  opacity: 0;
  top: -7rem;
}
header .menu_popup .form {
  max-width: 19.2rem;
  margin: 0 auto;
  padding: 1.2rem 4.2rem 0 4.2rem;
  display: flex;
  justify-content: space-between;
}
header .menu_popup .form .nav_details {
  margin: 0 auto;
  position: relative;
}
header .menu_popup .form .nav_details > img {
  width: 0.02rem;
  height: 0.1rem;
  position: absolute;
  top: 0.1rem;
  left: -0.1rem;
}
header .menu_popup .form .nav_details .details_head {
  font-size: 0.18rem;
  color: #fff;
  padding-bottom: 0.1rem;
}
header .menu_popup .form .nav_details .details_column ul li {
  padding: 0.14rem 0;
}
header .menu_popup .form .nav_details .details_column ul li a {
  color: #e4d2d2;
}
header .search_popup {
  padding-top: 0.4rem;
  background-color: #fff;
  padding-bottom: 0.8rem;
  position: absolute;
  z-index: 999;
  width: 100vw;
  opacity: 0;
  top: -3rem;
}
header .search_popup .search_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .search_popup .form {
  max-width: 19.2rem;
  margin: 0 auto;
  display: flex;
  position: relative;
}
header .search_popup .form .search_input {
  width: 11rem;
  border-bottom: 0.01rem solid #999999;
  position: relative;
}
header .search_popup .form .search_input > img {
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
  position: absolute;
  right: 0.1rem;
  top: 0.3rem;
}
header .search_popup .form .search_input > input {
  width: 10.5rem;
  height: 0.42rem;
  padding: 0.2rem 0;
}
header .search_popup .form .form_img {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: -0.5rem;
  top: -0.2rem;
}
header .m-head-r {
  display: none;
}
header .top_menu_popup {
  top: 1rem;
  opacity: 1;
  transition: 0.3s;
}
header .top_search_popup {
  top: 1rem;
  opacity: 1;
  transition: 0.3s;
  display: block !important;
}
#mobile {
  left: 0;
  transition: 0.3s;
  position: relative;
  min-height: 100vh;
  background-color: #fff;
}
.Container {
  flex: 1;
  overflow: hidden;
}
#mobile-nav {
  position: fixed;
  top: 0;
  height: 100%;
  right: -100%;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 15px;
}
@media screen and (max-width: 1200px) {
  .wd1600 {
    max-width: 100% !important;
    margin: 0 auto;
  }
  header {
    height: 65px;
  }
  header .wd1920 {
    height: 65px;
  }
  header .wd1920 .logo img {
    height: 35px;
    width: 100%;
  }
  header .wd1920 .head-right {
    display: none;
  }
  header .m-head-r {
    display: block;
    margin-right: 0.5rem;
  }
  header .m-head-r > img {
    height: 30px;
  }
  header .menu_popup {
    display: none;
  }
  header .search_popup {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  header .wd1920 .logo {
    margin-left: 0.2rem;
  }
  header .wd1920 .logo img {
    height: 25px;
    width: 100%;
  }
}
.foot-in {
  background-image: url(../img/bgbont.png);
  padding-top: 0.8rem;
}
.foot-in .foot-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}
.foot-in .foot-top .foot-lf {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.foot-in .foot-top .foot-lf > h1 {
  font-size: 0.36rem;
}
.foot-in .foot-top .foot-lf > h4 {
  margin: 0.1rem 0;
  font-size: 0.18rem;
}
.foot-in .foot-top .foot-lf .foot-map {
  padding: 0.15rem 0.3rem;
  margin: 0.4rem 0;
  background-color: #444444;
}
.foot-in .foot-top .foot-lf .foot-map > a {
  color: #999;
  font-size: 0.16rem;
}
.foot-in .foot-top .foot-lf .foot-map > img {
  margin-left: 0.1rem;
}
.foot-in .foot-top .foot-lf .foot-map:hover {
  background-color: #e70012;
}
.foot-in .foot-top .foot-lf .foot-map:hover > a {
  color: #fff;
}
.foot-in .foot-top .foot-lf .logobottom > img {
  width: 1.7rem;
}
.foot-in .foot-top .middle {
  display: flex;
}
.foot-in .foot-top .middle .middle_block {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.foot-in .foot-top .middle .middle_block > div {
  position: relative;
  margin-bottom: 0.24rem;
}
.foot-in .foot-top .middle .middle_block > div > img {
  position: absolute;
  left: -0.1rem;
  top: 0.05rem;
}
.foot-in .foot-top .middle .middle_block .foot-6 {
  color: #e5e5e5;
  font-size: 0.18rem;
}
.foot-in .foot-top .middle .middle_block > a {
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666;
}
.foot-in .foot-top .foot-ri {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-in .foot-top .foot-ri > div {
  margin-bottom: 0.25rem;
}
.foot-in .foot-top .foot-ri .focus {
  color: #e5e5e5;
  font-size: 18px;
}
.foot-in .foot-top .foot-ri > img {
  padding-bottom: 0.15rem;
}
.foot-in .foot-top .foot-ri > span {
  color: #717171;
}
.foot-in .footer_solid {
  width: 100%;
  height: 1px;
  background-color: #666;
}
.foot-in .foot_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0;
  font-size: 0.16rem;
}
.foot-in .foot_btn > p {
  display: block;
  color: #666;
}
.foot-in .foot_btn > p > a {
  color: #666;
}
.foot-in .foot_btn > p > a:hover {
  color: #e70012;
}
.foot-in .foot_btn > select {
  border: 1px solid #666;
  background-color: #1a1a1a;
  color: #717171;
  width: 2rem;
  padding: 0.1rem;
}
@media screen and (max-width: 1920px) {
  .foot-in .foot-top .middle .middle_block .foot-6 {
    font-size: 18px;
  }
  .foot-in .foot-top .middle .middle_block > a {
    font-size: 16px;
  }
  .foot-in .foot_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .foot-in {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .foot-in .foot-top .middle {
    display: none;
  }
  .foot-in .foot-top .foot-ri > div {
    display: none;
  }
  .foot-in .foot_btn {
    font-size: 16px;
  }
  .foot-in .foot_btn > select {
    width: 4rem;
  }
  .foot-in .foot-top .foot-lf .foot-map > a {
    font-size: 16px;
  }
  .foot-in .foot-top .foot-lf > h4 {
    font-size: 16px;
  }
  .foot-in .foot-top .foot-lf .logobottom > img {
    width: 100%;
  }
}
#mobile-nav .top {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
#mobile-nav .top .logo {
  width: 250px;
}
#mobile-nav .top .cha {
  width: 20px;
}
#mobile-nav ul {
  margin-top: 0.3rem;
}
#mobile-nav ul li {
  width: 100%;
  line-height: 46px;
  border-bottom: 1px solid #e3e3e3;
}
#mobile-nav ul li > a {
  display: flex;
  align-items: center;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
  justify-content: space-between;
}
#mobile-nav ul li > a span {
  font-size: 16px;
}
#mobile-nav ul li > a img {
  width: 0.34rem;
}
#mobile-nav ul li .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
#mobile-nav ul li .parent span {
  font-size: 16px;
}
#mobile-nav ul li .parent img {
  width: 18px;
  transition: 0.3s;
}
#mobile-nav ul li .second {
  display: none;
}
#mobile-nav ul li .second a {
  color: #666;
  display: block;
  padding-left: 0.2rem;
}
#mobile-nav ul li:nth-of-type(1) {
  border-top: 1px solid #e3e3e3;
}
.rotateY {
  transform: rotate(180deg);
}
.left-o {
  left: -100% !important;
}
.right-o {
  right: 0 !important;
}
