


@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }

  .waphide {
    display: none;
  }

  .wapprda,
  .wapprda1 {
    position: relative;
  }

  .wapprda i,
  .wapprda1 i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .wapprda i img,
  .wapprda1 i img {
    height: 10px;
  }

  .wpheadhide {
    display: none;
  }

  .wpheadhide em {
    display: block;
  }

  .wpheadhide em a {
    font-size: 12px;
    padding-left: 30px;
    background: #fafafa;
    padding-right: 15px;
    overflow: hidden;
  }

  .wpheadhide1 {
    display: none;
  }

  .wpheadhide1 a {
    padding-left: 50px !important;
    background: #f7f7f7 !important;
  }

  .wapnav_active {
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .gga {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    background: none;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15); */
  }

  .gga a {
    display: block;
    width: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: none;
    border-radius: 60px;
  }

  .gga a img {
    display: block;
    width: 100%;
  }

  .gga i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f9c300;
    color: #fff;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 99;
    display: none;
  }

  .gga a:HOVER {
    -webkit-filter: brightness(110%);
  }
}

.w {
  width: 1400px;
  margin: 0 auto;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #0094d0;
}

a:link {
  text-decoration: none;
}

:root {
  --styleColor: #d6a168;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  cursor: pointer;
}

.icon.icon-phone {
  background: url(../images/icon1.png) center center;
}

.icon.icon-search {
  background: url(../images/icon2.png) center center;
}

.icon.icon-car {
  background: url(../images/icon3.png) center center;
}

.move {
  display: flex;
  justify-content: center;
}

.move a {
  padding: 8px 40px;
  border-radius: 10px;
  border: solid 1px #606060;
  font-size: 20px;
  color: #606060;
  transition: all 0.3s;
}

.move a:hover {
  background-color: #0094d0;
  color: #fff;
  border-color: #0094d0;
  border-radius: 100px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left-hover.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right-hover.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 65px;
  background-position: center center;
  background-size: contain;
}

.xcf_btn {
  background-color: var(--styleColor);
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px;
  border: 1px solid var(--styleColor);
}

.xcf_btn:hover {
  background-color: unset;
}

.prm_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.prm_title::after {
  content: '';
  width: 127px;
  height: 10px;
  background: url(../images/title-bg.png) no-repeat center center;
  background-size: contain;
  display: block;
}

.prm_title h2 {
  font-size: 30px;
  color: #323232;
  margin: 0 0 15px 0;
}

.search_box {
  height: 36px;
  width: 420px;
}

.search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.search_box form input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  outline: none;
  border-width: 1px;
  border: 1px solid var(--styleColor);
  border-right: none;
  padding-left: 20px;
}

.search_box form input[type="submit"] {
  height: 100%;
  width: 62px;
  background: url(../images/search.png) no-repeat center center;
  background-color: var(--styleColor);
  font-size: 0;
  border: none;
  outline: none;
}

header .header_top .w .phone {
  padding: 17px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #666666;
}

header .header_top .w .phone strong {
  font-size: 24px;
  color: #000000;
}

header .header_top .w .phone>i {
  margin-left: 18px;
}

header .header_top .w .phone>span {
  margin-left: 10px;
}

header .header_top .w .phone a {
  height: 32px;
  margin-left: 18px;
}

header .navbar-default {
  background-color: #fff;
  border-color: transparent;
}

header .navbar-default .navbar-nav>.active>a {
  background-color: #fff;
  color: #777;
}

header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover {
  color: #0094d0;
  background-color: #fff;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
  background-color: #fff;
  color: #0094d0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #0094d0;
  background-color: #fff;
}

.dropdown.small.lg {
  position: static;

}

.dropdown.small.lg.open .dropdown-menu {
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
 /* flex-wrap: wrap;*/
}

.dropdown.small.lg.open .dropdown-menu>li {
  width: auto;
  display: flex;
  flex-direction: column;

    padding: 0 2%;
}

.dropdown.small.lg.open .dropdown-menu>li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #0094d0;
}

.dropdown.small.lg.open .dropdown-menu>li a {
  padding: 5px 0;
  white-space: pre-wrap;
}

.dropdown.small.lg.open .dropdown-menu>li a:hover {
  background-color: transparent;
  color: #0094d0;
}

.dropdown.open {
  background-color: rgba(255, 255, 255, 0.9);
}

header .dropdown-menu {
  width: auto;
  min-width: auto;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background: rgba(76, 76, 76, .9);
}

header .dropdown-menu>li>a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

header .dropdown-menu>li>a {
  padding: 15px 30px;
}

header .dropdown-menu>li>a:focus,
header .dropdown-menu>li>a:hover {
  background-color: #0094d0;
  color: #fff;
}

header .navbar-header {
  margin-bottom: 30px;
}

header .navbar {
  margin-bottom: 0px;
}

header .navbar-collapse {
  padding: 0;
}

header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
}

header .container-fluid::before,
header .container-fluid::after {
  content: none;
}

header .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar-nav>li>a {
  font-size: 16px;
  color: #000000;
  padding-bottom: 30px;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
  background-color: #fff;
}

header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover {
  background-color: #fff;
}

footer {
  padding-top: 68px;
  padding-bottom: 35px;
  background-color: #0094d0;
}

footer .footer_title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}

footer .footer_title::after {
  content: '';
  height: 2px;
  width: 1em;
  background-color: #fff;
  display: block;
  margin-top: 15px;
}

footer .w .footer_top {
  display: flex;
  color: #fff;
}

footer .w .bk1 {
  width: 27.8%;
  padding-right: 20px;
  color: #fff;
}

footer .w .bk1 h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

footer .w .bk1 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

footer .w .bk1 .qrcode {
  display: flex;
}

footer .w .bk1 .qrcode .box {
  padding: 8px;
  background-color: #04a3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .w .bk1 .qrcode .box img {
  width: 127px;
}

footer .w .bk1 .qrcode .box p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}

footer .w .bk2 {
  width: 40%;
  padding-left: 30px;
  position: relative;
}

footer .w .bk2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

footer .w .bk2 .footer_nav>ul {
  display: flex;
}

footer .w .bk2 .footer_nav>ul>li {
  flex: 1;
}

footer .w .bk2 .footer_nav>ul>li li {
  margin-bottom: 10px;
}

footer .w .bk2 .footer_nav>ul>li li:last-child {
  margin-bottom: 0px;
}

footer .w .bk2 .footer_nav>ul>li a {
  color: #fff;
  font-size: 14px;
}

footer .w .bk3 {
  flex: 1;
  padding-left: 5%;
}

footer .w .bk3 ul li {
  line-height: 32px;
}

footer .w .footer_bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #fff;
}

footer .w .footer_bottom a {
  color: #fff;
}

footer .w .footer_bottom p {
  margin-bottom: 10px;
}

footer .w .footer_bottom p:last-child {
  margin-bottom: 0;
}

.share_box {
  position: fixed;
  right: 0;
  bottom: 20%;
  width: 90px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
  border-radius: 10px 0 0 10px;
  padding: 5px 0 5px 5px;
}

.share_box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share_title {
  font-size: 16px;
  margin: 10px 0;

}

.share_box ul li {
  margin-bottom: 10px;
}

.share_box ul li:hover img {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
}

.share_box ul li img {
  width: 45px;
  border-radius: 10px;
  transition: all .3s;
}

@-webkit-keyframes move {
  0% {
    bottom: -50px;
  }

  50% {
    bottom: -70px;
  }

  100% {
    bottom: -50px;
  }
}

@keyframes move {
  0% {
    bottom: -50px;
  }

  50% {
    bottom: -70px;
  }

  100% {
    bottom: -50px;
  }
}

@-webkit-keyframes xcf_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes xcf_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@media screen and (max-width: 1600px) {

.dropdown.small.lg.open .dropdown-menu>li {
width: 13.5%;
    padding: 0 1%;
}



}



@media screen and (max-width: 1440px) {

.w {
    width: 1200px;
    margin: 0 auto;
}


}
@media screen and (max-width: 1440px) {

.dropdown.small.lg.open .dropdown-menu>li {
width: 13.5%;
    padding: 0 1%;
}



}


@media screen and (max-width: 780px) {
  .w {
    width: 100%;
    padding: 0 0.3rem;
  }

  .share_box {
    display: none;
  }

  .prm_title {
    margin-bottom: 15px;
  }

  .prm_title::after {
    width: 70px;
  }

  .prm_title h2 {
    font-size: 22px;
    margin: 0;
  }

  .move a {
    padding: 5px 28px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #0094d0;
    color: #fff;
    border-color: #0094d0;
  }

  header .header_top {
    display: none;
  }

  .dropdown.small.lg.open .dropdown-menu>li {
    width: 100%;
  }

  header .navbar-default .navbar-brand {
    width: 80%;
  }

  header .navbar-brand>img {
    width: 100%;
  }

  header .navbar-header {
    margin-bottom: 0;
  }

  header .navbar-default {
    border-bottom: 1px solid #e7e7e7;
  }

  header .container-fluid {
    display: block;
  }

  header .navbar-default .navbar-collapse,
  header .navbar-default .navbar-form {
    width: 100%;
    margin: 0px auto;
  }

  header .navbar-nav {
    width: 100%;
    margin: 0 auto;
  }

  header .navbar-nav>li>a {
    padding-bottom: 10px;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer .w .footer_top {
    display: block;
  }

  footer .w .footer_top .bk2 {
    display: none;
  }

  footer .w .footer_top .bk1 {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .w .bk1 {
    padding-right: 0;
  }

  footer .w .footer_top .bk1 h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  footer .w .footer_top .bk1 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  footer .w .footer_top .bk1 .qrcode {
    justify-content: center;
  }

  footer .w .footer_top .bk3 {
    width: 100%;
    padding-left: 0;
  }

  footer .w .footer_top .footer_title {
    font-size: 20px;
    font-weight: 600;
  }

  footer .w .footer_top .footer_title::after {
    margin-top: 5px;
  }

  footer .w .footer_bottom {
    margin-top: 15px;
    padding-top: 15px;
  }
}
