@charset "UTF-8";
.header_site{
    color: #fff;
    margin: 0 5px;
    transition: all 0.5s;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 160px;
  margin: auto;
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .logo svg {
  height: 38px;
}
.header .logo_c {
  display: none;
}
.header .navge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navge > div {
  margin-right: 50px;
  position: relative;
}
.header .navge > div:last-child {
  margin-right: 0;
}
.header .nav1 {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .nav1 a {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav1 a:hover {
  color: #0460A9;
}
.header .nav2 {
  z-index: 2;
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .nav2:not(.nav3) a {
  color: #333;
  display: block;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.header .nav2:not(.nav3) a:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0460A9;
}
.header .header_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}
.header .header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_search {
  padding: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}
.header .header_search svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header_search svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header_search svg:last-child {
  opacity: 0;
}
.header .header_search:hover svg path {
  fill: #0460A9;
}
.header .header_search.header_search_act svg:first-child {
  opacity: 0;
}
.header .header_search.header_search_act svg:last-child {
  opacity: 1;
}
.header .header_search_drop {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
.header .header_search_drop svg {
  cursor: pointer;
}
.header .drop_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.header .drop_flx input {
  width: calc(100% - 40px);
  border: none;
  margin-right: 20px;
  background: none;
}
.header .reservation {
  width: 140px;
  height: 44px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 52px;
  cursor: pointer;
}
.header .reservation svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-left: 0;
}
.header .reservation svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.header .language svg {
  width: 16px;
}
.header .language .language_list{
      display: none;
    z-index: 2;
    text-align: center;
    top: 100%;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.06);
    margin-top: 32px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
.header .language .language_list a{
    display: block;
    line-height: 40px;
    transition: all 0.5s;
    background: #fff;
}
.header .language .language_list a:hover{
    background: #0460A9;
    color: #fff;
}
.header .language svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav3 {
  position: fixed;
  width: 100%;
  padding: 0 160px 32px;
}
.header .nav3_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav3_l {
  width: 140px;
  padding-right: 40px;
  border-right: 1px solid #EBEBEB;
}
.header .nav3_l div {
  cursor: pointer;
  text-align: left;
  line-height: 1;
  position: relative;
  color: #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav3_l div:last-child {
  margin-bottom: 0;
}
.header .nav3_l div svg {
  opacity: 0;
  width: 6px;
}
.header .nav3_l div:hover {
  background: none;
  color: #333333;
}
.header .nav3_l .nav3_l_act {
  color: #333;
}
.header .nav3_l .nav3_l_act svg {
  opacity: 1;
}
.header .nav3_c {
  width: 206px;
  border-right: 1px solid #EBEBEB;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.header .nav3_c > div {
  display: none;
}
.header .nav3_c > div:first-child {
  display: block;
}
.header .nav3_c > div div {
  cursor: pointer;
  line-height: 1;
  color: #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav3_c > div div:hover {
  color: #333;
}
.header .nav3_c > div .nav3_c_act {
  color: #333;
}
.header .nav3_r {
  padding-left: 40px;
  width: calc(100% - 346px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .nav3_close {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav3_close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .nav3_box{
    width: calc(100% - 64px);
}
@keyframes nav3_box_ani {
  from { opacity: 0;transform:translateY(20px); }
  to { opacity: 1;transform:none; }
}
.header .nav3_box>div{
    display: none;
}
.header .nav3_box>div:first-child{
    display: block;
}
.header .nav3_box>div>div{
    display: none;
}
.header .nav3_box>div>div:first-child{
    display: block;
}
.header .nav3_list {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .nav3_list > div {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
  text-align: center;
}
.header .nav3_list > div:nth-child(3n) {
  margin-right: 0;
}
.header .nav3_list .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #F5F5F5;
}
.header .nav3_list .img img {
  position: absolute;
  max-height: 80%;
  max-width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .nav3_list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.header .car_name {
  color: #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
.header .car_name:hover {
  color: #0460A9;
}
.header .phone_show {
  display: none;
}
.header .nav3_phone {
  display: none;
}

.header.header_active {
  background: white;
}
.header.header_active .logo_w {
  display: none;
}
.header.header_active .logo_c {
  display: block;
}
.header.header_active a {
  color: #333;
}
.header.header_active .language .header_site{
    color: #333;
}
.header.header_active .language svg path {
  fill: #333;
}
.header.header_active .language:hover svg path {
  fill: #0460A9;
}
.header.header_active .language:hover .header_site{
    color: #0460A9;
}
.header.header_active .reservation {
  border-color: #333333;
}
.header.header_active .reservation svg path {
  fill: #333333;
}

.phone_menu {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.phone_menu span {
  background: #333;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  top: 0;
}
.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  top: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px) rotate(135deg);
      -ms-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
}
.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_act {
  top: -80px;
}

.footer {
  position: relative;
  background: #F8F7F7;
}
.footer .return_top {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  top: -44px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -44px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .return_top:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
.footer .return_top svg {
  width: 24px;
}
.footer .footer_top {
  padding: 80px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e4e4;
}
.footer .foot_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .foot_logo img {
  width: 162px;
}
.footer .footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_share a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  margin-left: 52px;
  background: #b4b7bd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_share a svg {
  position: relative;
  z-index: 2;
}
.footer .footer_share a:first-child {
  margin-left: 0;
}
.footer .footer_share a:hover::after {
  opacity: 1;
}
.footer .footer_share a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  overflow: hidden;
}
.footer .footer_share .share_img {
  background: #fff;
  position: absolute;
  z-index: 2;
  padding: 10px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #CDD1D4;
  border-radius: 6px;
  display: none !important;
}
.footer .footer_share .share_img img {
  width: 90px;
}
.footer .china_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .china_share a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  margin-left: 26px;
  background: #b4b7bd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .china_share a svg {
  position: relative;
  z-index: 2;
}
.footer .china_share a:first-child {
  margin-left: 0;
}
.footer .china_share a:hover::after {
  opacity: 1;
}
.footer .china_share a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  overflow: hidden;
}
.footer .china_share .share_img {
  background: #fff;
  position: absolute;
  z-index: 3;
  padding: 10px;
  top: 50%;
  left: 140%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #CDD1D4;
  border-radius: 6px;
  display: none;
}
.footer .china_share .share_img img {
  width: 90px;
}
.footer .china_share .share_img::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #CDD1D4;
  left: -10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  border-top: none;
  border-right: none;
}
.footer .foot_nav1 {
  line-height: 1;
}
.footer .hot_number {
  line-height: 1;
  display: inline-block;
  color: #333;
}
.footer .footer_info {
  border-top: 1px solid #e5e4e4;
  padding: 35px 0;
  color: #666666;
}
.footer .footer_info a {
  color: #666666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_info a:hover {
  color: #0460A9;
}
.footer .footer_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_l a {
  margin-left: 20px;
}
.footer .footer_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_r a {
  margin-left: 40px;
}
.footer .footer_r a:first-child {
  margin-left: 0;
}
.footer .footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_nav {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_nav > div {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_nav a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_nav a:hover {
  color: #0460A9;
}
.footer .foot_nav1 {
  line-height: 1;
}
.footer .foot_nav2 {
  margin-top: 35px;
}
.footer .foot_nav2 > div:first-child {
  margin-top: 0px;
}
.footer .foot_nav2 div {
  line-height: 1;
}
.footer .foot_nav2 a {
  color: #666666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .foot_nav2 a:hover {
  color: #0460A9;
}
.footer .foot_nav2_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .foot_nav2_name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer .foot_nav2_name a svg {
  width: 6px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .foot_nav2_name a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .foot_nav2_name a::before {
  top: 100%;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #333;
  position: absolute;
  left: 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .foot_nav2_name_act a {
  color: #333 !important;
}
.footer .foot_nav2_name_act a::before {
  width: 100%;
}
.footer .foot_nav2_name_act a svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.footer .foot_nav2_name_act a svg path {
  fill: #333;
}
.footer .foot_nav2_list {
  display: none;
  margin-top: 35px;
}
.footer .foot_nav2_list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot_nav2_list div:last-child {
  margin-bottom: 0;
}
.footer .foot_nav2_list div::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  margin-right: 10px;
}
.footer .meta::after {
  background: #3a5a98;
}
.footer .x::after {
  background: #111111;
}
.footer .ins::after {
  background: #fc0165;
}
.footer .tiktok::after {
  background: #111111;
}
.footer .kuaishou::after {
  background: #ff6734;
}
.footer .wechat::after {
  background: #24db5a;
}

.store {
  position: relative;
  background-size: cover;
  background-image: url(../img/index/store.jpg);
  background-position: center;
  height: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.store::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.store > div {
  position: relative;
  z-index: 2;
}
.store .title {
  line-height: 1;
  color: #fff;
}
.store .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store a {
  margin-left: 20px;
  width: 180px;
  height: 60px;
  background: #0460A9;
  border-radius: 6px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.store a svg {
  width: 14px;
  margin-right: 16px;
}
.store a:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
}
.store .l {
  width: 640px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store .choose {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.store .choose svg {
  width: 12px;
  margin-left: 20px;
}
.store .store_list {
  position: relative;
  width: 150px;
}
.store ul {
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  text-align: center;
  line-height: 2.5;
  height: 15em;
  overflow: auto;
}
.store ul::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.store ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.store ul::-webkit-scrollbar-thumb {
  background: #0460A9;
  /* 滚动色 */
  border-radius: 6px;
}
.store ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.store ul li:hover {
  color: #fff;
  background: #0460A9;
}
.store ul .store_act{
    color: #fff;
  background: #0460A9;
}
.store .city{
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 2.5;
  height: 15em;
  overflow: auto;
  margin-left: calc(100% + 10px);
}
.store .city>div{
    display: none;
    height: 100%;
}
.store .county{
  display: none;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 2.5;
  height: 15em;
  overflow: auto;
  margin-left: calc(200% + 20px);
}
.store .county>div{
    display: none;
}
.store .county>div>div{
    display: none;
}
.store .city div div{
    transition: all 0.5s;
    cursor: pointer;
}
.store .city .city_act{
    color: #fff;
  background: #0460A9;
}
.store .city::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.store .city::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.store .city::-webkit-scrollbar-thumb {
  background: #0460A9;
  /* 滚动色 */
  border-radius: 6px;
}

.store .county::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.store .county::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.store .county::-webkit-scrollbar-thumb {
  background: #0460A9;
  /* 滚动色 */
  border-radius: 6px;
}
.store .choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store .choose svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 20px;
}
.store input {
  padding: 0 20px;
  width: calc(100% - 150px);
  background: none;
  border: none;
  border-left: 1px solid #999999;
}
.city_name{
    transition: all 0.5s;
    cursor: pointer;
}
.city_name:hover{
    color: #fff;
    background: #0460A9;
}
.form {
  display: none;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.form .title {
  line-height: 1;
  text-align: center;
}
.form .form_flx {
  padding: 40px;
  width: 480px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(152, 152, 152, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(152, 152, 152, 0.2);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form .form_close {
  position: absolute;
  width: 8px;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.form .form_close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form form > div {
  width: calc((100% - 20px) / 2);
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form form > div:nth-child(n+3) {
  margin-top: 10px;
}
.form form > div:last-child {
  width: 100%;
}
.form .layui-form-select {
  width: 100%;
}
.form .layui-form-item {
  width: 100%;
}
.form .must {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.form .must a{
    transition: all 0.5s;
}
.form .must a:hover{
    color: #0460A9;
}
.form .a_btn {
  margin-left: auto;
  margin-right: auto;
  background: none;
  border: 1px solid #333;
}
.form .layui-form-select dl dd.layui-this {
  background: #0460A9;
}
.form .layui-form-checked[lay-skin=primary] i {
  border-color: #0460A9 !important;
  background-color: #0460A9;
}
.form .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #0460A9;
}

@media screen and (max-width: 1700px) {
  .header .header_flx {
    padding: 0 60px;
  }
  .header .header_search_drop {
    padding: 60px 0;
  }
  .header .nav3_l {
    padding-right: 30px;
  }
  .header .nav3_c {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .nav3_r {
    padding-left: 30px;
  }
  .header .nav3_box{
    width: calc(100% - 50px);
}
  .header .nav3_list > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .header .nav3 {
    padding: 0 60px 32px;
  }
  .footer .foot_nav2 {
    margin-top: 20px;
  }
  .footer .footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer_nav > div {
    margin-right: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .footer .hot_line {
    margin-top: 4vw;
    text-align: center;
  }
  .footer .china_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_r a {
    margin-left: 20px;
  }
  .footer .footer_info {
    padding: 20px 0;
  }
  .footer .hot_number {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer .return_top {
    width: 70px;
    height: 70px;
    top: -35px;
  }
  .header .reservation {
    width: 120px;
  }
  .footer .footer_share a {
    margin-left: 40px;
  }
  .store {
    height: 100vh;
  }
  .store a {
    width: 150px;
  }
  .store .l {
    width: 510px;
  }
  .product .product_bg {
    margin: 12% auto 0;
  }
}
@media screen and (max-width: 1200px) {
    .header .language .language_list{
        margin-top: 23px;
    }
  .header .nav3_flx {
    display: none;
  }
  .header .nav3_phone {
    display: block;
  }
  .nav3_phone_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav3_phone_sort > div {
    margin: 0 20px;
    color: #999999;
    cursor: pointer;
  }
  .nav3_phone_sort .nav3_phone_act {
    color: #333;
  }
  .nav3_phone_act::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #333;
    margin-top: 5px;
  }
  .nav3_phone_product {
    margin-top: 10px;
  }
  .nav3_phone_product > div {
    display: none;
  }
  .nav3_phone_product > div > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .nav3_phone_product > div:first-child {
    display: block;
  }
  .nav3_phone_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
  .nav3_phone_name {
    line-height: 1;
  }
  .nav3_phone_list > div {
    width: 33.3333333333%;
  }
  .nav3_phone_list > div:nth-child(n+4) {
    margin-top: 5px;
  }
  .nav3_phone_list a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nav3_phone_list a:hover {
    color: #0460A9;
  }
  .header .logo_w {
    display: none;
  }
  .header .logo_c {
    display: block;
  }
  .header .header_r .navge {
    display: none !important;
  }
  .header .phone_show {
    display: block;
  }
  .header .navge > div {
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .navge {
    position: fixed;
    top: 61px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    background: white;
    display: none;
    padding: 10px 5% 0;
  }
  .phone_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav1 {
    height: 50px;
  }
  .xuan:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header_flx {
    height: 60px;
    padding: 0 5%;
  }
  .header .nav1 a {
    color: #333;
  }
  .header {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header_search svg path {
    fill: #333333;
  }
  .header .nav2 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .drop_flx {
    width: 90%;
  }
  .header .header_search_drop {
    padding: 30px 0;
  }
  .header .nav1 {
    height: 60px;
  }
  .header .header_search_drop {
    padding: 40px 0;
  }
  .header .language svg path {
    fill: #333;
  }
  .header .language .header_site{
      color: #333;
  }
  .header .reservation {
    border-color: #333333;
    color: #333;
  }
  .header a {
    color: #333;
  }
  .header .reservation svg path {
    fill: #333333;
  }
  .header .logo {
    left: 0;
    margin-left: 5%;
  }
  .header .nav3_list .img {
    display: none;
  }
  .header .nav3 {
    padding: 0 5% 32px;
  }
  .header .nav2:not(.nav3) a:hover {
    background: none;
  }
  .footer .footer_top {
    padding: 50px 0 30px;
  }
  .footer .footer_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_r {
    margin-top: 5px;
  }
  .footer .hot_number {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .footer .footer_l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_l a {
    margin-left: 0;
    margin-top: 5px;
  }
  .footer .return_top {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .store {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_share {
    margin-top: 20px;
  }
  .footer .footer_share a {
    margin-left: 20px;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .hot_line {
    margin-top: 0;
  }
  .store .l {
    width: 320px;
  }
  .store a {
    margin-left: 10px;
    width: 130px;
    height: 50px;
  }
  .store .choose {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .store .l {
    width: 230px;
  }
  .store .store_list {
    width: 110px;
  }
  .store .choose svg {
    margin-left: 10px;
  }
  .store input {
    padding: 0 10px;
    width: calc(100% - 110px);
  }
  .store a{
      width: 110px;
  }
  .store a svg{
      margin-right: 8px;
  }
  .store {
    height: 300px;
  }
  .footer .china_share .share_img {
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .china_share .share_img::before {
    left: 50%;
    top: -10px;
    -webkit-transform: rotate(-45deg) translateX(-50%);
        -ms-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%);
    border-top: 1px solid #CDD1D4;
    border-right: 1px solid #CDD1D4;
    border-left: none;
    border-bottom: none;
  }
    .form .form_flx{
      width: 90%;
          padding: 20px;
  }
  .header .reservation{
      margin-left: 20px;
  }
  .phone_menu{
      margin-left: 20px;
  }
}
