@font-face {
  font-family: 'iconfont';  /* Project id 2877481 */
  src: url('//at.alicdn.com/t/c/font_2877481_6l246g73pl9.woff2?t=1689817907575') format('woff2'),
  url('//at.alicdn.com/t/c/font_2877481_6l246g73pl9.woff?t=1689817907575') format('woff'),
  url('//at.alicdn.com/t/c/font_2877481_6l246g73pl9.ttf?t=1689817907575') format('truetype');
}

main{
  background: #f8f8f8;
  font-family: "Microsoft YaHei", -apple-system !important;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*鏁翠綋閮ㄥ垎*/
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
/*婊戝姩杞ㄩ亾*/
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #555555;
}
/*婊戝潡*/
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #1b87e2;
}
/*婊戝潡鏁堟灉*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(27, 135, 226, 0.5);
}
header {
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  justify-content: space-between;
  padding: 0.5vw 2vw 0 2vw;
  z-index: 600;
  transition: 0.5s all ease-in-out;
  font-family: "Microsoft YaHei", -apple-system !important;
}
header .logo {
  width: 11vw;
  transition: .5s all ease-in-out;
}
header .logo img:nth-child(1) {
  display: none;
}
header .navsBg {
  width: 100%;
  height: 17.2vw;
  background: rgba(241, 241, 241, 0.95);
  position: absolute;
  left: 0;
  top: 4.88vw;
  transition: 0.5s all ease-in-out;
  transform: translateY(-25vw);
  z-index: 99;
}
header nav {
  display: flex;
  margin-left: 15vw;
  z-index: 100;
}
header nav ul li {
  display: inline-block;
  float: left;
  font-size: 18px;
  width: 9vw;
  height: 4.5vw;
  text-align: center;
  z-index: 99;
  position: relative;
}
header nav ul li:nth-child(1) {
  /*width: 8vw;*/
}
header nav ul li a {
  color: #333333;
  font-weight: bold;
  display: block;
  line-height: 4vw;
  height: 4vw;
}
header nav ul li ul {
  transform: translateY(-25vw);
  position: relative;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  margin-top: 0.5vw;
  padding-top: 1.5vw;
  height: 17vw;
}
header nav ul li ul li {
  display: block;
  float: inherit;
  margin: 0;
  height: auto;
  padding: 6px 0;
  font-size: 16px;
  text-align: center;
}
header nav ul li ul li a {
  color: #252525;
  opacity: 0.8;
  font-weight: 200;
  line-height: inherit;
  height: inherit;
  padding-bottom: 5px;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
header nav ul li ul li a:hover {
  color: white;
  font-weight: 600;
}
header nav ul li ul li a:hover {
  border-bottom: 1px solid white;
}
header nav ul li ul .uli {
  margin-bottom: 5px;
}
header nav ul li ul .uli::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: white;
}
header nav ul li:hover ul {
  background: #1b87e2;
}
header nav ul li:hover ul a {
  color: white;
  opacity: 1;
}
header .right {
  padding: 1vw 2vw;
  display: flex;
}
header .right .rightBox {
  width: 7vw;
  height: 2vw;
  background: rgba(255,255,255,.5);
  border-radius: 1vw;
  border: solid 1px #ffffff;
  display: flex;
  text-align: center;
  line-height: 2vw;
  color: #999999;
}
header .right .rightBox .language {
  flex: 1;
  cursor: pointer;
  color: white !important;
}
header.active .right .rightBox .language{
  color: #3a3432 !important;
}
.languageBox{
  width: 7vw;
  position: absolute;
  background: white;
  margin-top: 2vw;
  opacity: 0;
  transition: .3s all ease-in-out;
  pointer-events: none;
  border-radius: 5px;
}
.languageBox.active{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(1vw);
}
.languageBox::before{
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0 10px 15px 10px;
  margin-left: -.6vw;
  margin-top: -.7vw;
  border-bottom-color: white;
}
.languageBox .item{
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid grey;
}
.languageBox .item:last-child{
  border-bottom: transparent;
}
header .right .rightBox .searchList {
  flex: 1;
  cursor: pointer;
}
header .right .rightBox .searchList a {
  color: white;
}
header .right .search {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #efefef;
  opacity: 0.7;
  margin-left: 2vw;
  cursor: pointer;
}
header .right .search .icon {
  margin: 8px auto;
  text-align: center;
}
header .right .search .icon i {
  text-align: center;
  font-size: 20px;
  color: #393939;
}
header .right .search .icon i:nth-child(2) {
  display: none;
}
header .searchBox {
  width: 100%;
  padding: 8vw 0;
  position: absolute;
  left: 0;
  top: 5vw;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}
header .searchBox .inputBox {
  width: 47vw;
  height: 4vw;
  margin: 0 auto;
  border: 2px solid #1b87e2;
  display: flex;
}
header .searchBox .inputBox input {
  width: 40vw;
  height: 3.9vw;
  font-size: 22px;
  border: transparent;
  background: transparent;
  padding-left: 2vw;
  outline: none;
}
header .searchBox .inputBox .icon {
  background: transparent;
  width: 0vw;
  height: 0vw;
  border: 3.8vw dashed;
  border-top: none;
  border-color: #1b87e2;
  transform-origin: bottom;
  border-left-color: transparent;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
header .searchBox .inputBox .icon i {
  margin: 0.5vw;
  position: relative;
  top: 0.8vw;
}
header .searchBox .searchHost {
  width: 47.5vw;
  margin: 0.5vw auto;
}
header .searchBox .searchHost a {
  color: #5e5e5e;
  margin: 5px;
  background: #eaeaea;
  padding: 2px 10px;
  display: inline-block;
}
header .searchBox.active {
  display: block;
}
header.active {
  background: #ffffff;
}
header.active .logo{
  width: 9vw;
}
header.active .logo img:nth-child(2) {
  display: block;
}
header.active .logo img:nth-child(1) {
  display: none;
}
header.active nav ul li{
  /*height: 3.5vw;*/
}
header.active nav ul li a {
  /*height: 3.5vw;*/
  /*line-height: 3.5vw;*/
  color: #4b4b4b;
}
header.active .right .rightBox {
  background: #efefef;
  color: #999999;
}
header.active .right .rightBox .searchList a {
  color: #999999;
}
header.active .right .search {
  border: 1px solid #d4d4d4;
}
header.active .right .search .icon i {
  color: #393939;
}
footer {
  width: 94vw;
  margin: 0 auto;
  background: #1881d3;
  padding: 4vw 6vw 2vw 6vw;
  font-family: "Microsoft YaHei", -apple-system !important;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
footer .footer .logo{
  width: 10vw;
}
footer .footer .left .level1 {
  display: inline-grid;
  padding: 0 4vw;
}
footer .footer .left .level1 a {
  font-size: 16px;
  margin-bottom: 1.5vw;
  color: #fefefe;
  font-weight: bold;
}
footer .footer .left .level1 ul li {
  margin-bottom: 15px;
}
footer .footer .left .level1 ul li a {
  font-size: 14px;
  color: #fefefe;
  padding-left: 15px;
  opacity: 0.78;
  font-weight: normal;
}
footer .footer .left .level1 ul li a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 9px;
  margin-left: -15px;
}
footer .footer .left .level1:last-child {
  /*padding: 0 0 0 3.5vw;*/
}
footer .footer .left .level1:first-child {
  /*padding: 0 3.5vw 0 0;*/
}
footer .desBox{
  width: 100%;
  padding: 3vw 0;
}
footer .desBox .textBox{
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
footer .desBox .textBox .text{
  border-right: 1px solid rgba(255,255,255,.5);
  padding: 0 2vw;
}
footer .desBox .textBox .text:nth-child(2) p:nth-child(1) {
  width: 80px;
}
footer .desBox .textBox .text1{
  line-height: 2.7;
  padding-left: 0;
}
footer .desBox .textBox .text2{
  line-height: 2.4;
  padding-right: 0;
}
footer .desBox .textBox .text:last-child{
  border-right: transparent;
}
footer .desBox .text i{
  font-size: 18px;
}
footer .desBox .text div{
  display: flex;
}
footer .desBox .text div p:nth-child(2) {
  width: 16vw;
}
footer .info {
  font-size: 12px;
  color: #fefefe;
  opacity: 0.3;
  display: flex;
  justify-content: space-between;
}
footer .info a {
  color: #fefefe;
}
.titBox {
  width: 100%;
  padding: 5vw;
  display: flex;
  justify-content: space-between;
}
.titBox .text .tit {
  font-size: 2.5vw;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1vw;
}
.titBox .text .des {
  font-size: 16px;
  color: #98989d;
  line-height: 1.7;
}
.titBox .more {
  width: 14vw;
  height: 4vw;
  background-color: #1c8ee4;
  text-align: center;
  line-height: 3.5vw;
  font-size: 18px;
  color: white;
  cursor: pointer;
  position: relative;
  top: 2vw;
}
.titBox .more i {
  font-size: 32px;
  position: relative;
  top: 5px;
  transition: 0.5s all ease-in-out;
}
.titBox .more:hover i {
  padding-left: 3vw;
}
.car {
  width: 4vw;
  height: 4vw;
  background: #ffeb3b;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 4vw;
  position: fixed;
  right: 1vw;
  top: 23vw;
  font-size: 18px;
  font-weight: bold;
  z-index: 999;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 1px 0px 0px #ffeb3b;
}
.car .number{
  position: absolute;
  margin-top: -.5rem;
  right: .5rem;
  /*font-weight: bold;*/
  width: 1.5vw;
  line-height: 1.5vw;
  height: 1.5vw;
  background: red;
  color: white;
  border-radius: 50%;
  display: none;
  /*transition: .3s all ease-in-out;*/
  /*animation: numberS 1.2s ease-in infinite;*/
  /*-moz-animation: numberS 1.2s ease-in infinite;*/
  /*-webkit-animation: numberS 1.2s ease-in infinite;*/
}
@keyframes numberS {
  0%{
    transform: scale(1);
    opacity: 1;
  }
  50%{
    transform: scale(1.3);
  }
  90%{
    transform: scale(1.5);
  }
  100%{
    transform: scale(1.5);
    opacity: 0;
  }
}
.car span {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.car i {
  color: #000;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  font-weight: normal;
  margin-top: 2px;
  transition: 0.5s all ease-in-out;
}
.car:hover {
  width: 10vw;
  border-radius: 5vw;
}
.car:hover::before{
  content: inherit;
}
.car:hover span {
  opacity: 1;
  margin-left: -1vw;
}
.noList{
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #1b87e2;
  font-size: 16px;
  color: #1b87e2;
  padding: 6px 13px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1rem;
  width: 220px;
  display: none;
}
.phone {
  width: 4vw;
  height: 4vw;
  background: linear-gradient(90deg, #38bce9 0%, #2a8fcc 62%, #1b62af 100%), linear-gradient(#1b62af, #1b62af);
  border-radius: 5vw;
  cursor: pointer;
  text-align: center;
  line-height: 4vw;
  position: fixed;
  right: 1vw;
  top: 33vw;
  font-size: 18px;
  font-weight: bold;
  color: white;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 1px 0px 0px #1c8ee4;
  overflow: hidden;
  z-index: 999;
}
.phone span {
  display: none;
  opacity: 0;
  transition: 1s all ease-in-out;
}
.phone i {
  color: white;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 0;
  font-weight: normal;
  transition: 0.5s all ease-in-out;
}
.phone:hover {
  width: 15vw;
  border-radius: 5vw;
}
.phone:hover span {
  display: block;
  opacity: 1;
  margin-left: -1.5rem;
}
.backTop {
  width: 4vw !important;
  height: 4vw !important;
  right: 1vw !important;
  top: 38vw !important;
  line-height: 4vw !important;
  font-size: 36px !important;
}
.buy {
  width: 4vw;
  height: 4vw;
  position: fixed;
  right: 1vw;
  top: 28vw;
  background: linear-gradient(90deg, #38bce9 0%, #2a8fcc 62%, #1b62af 100%), linear-gradient(#1b62af, #1b62af);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 4vw;
  font-size: 18px;
  font-weight: bold;
  z-index: 999;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 1px 0px 0px #1c8ee4;
  color: white;
}
.buy span {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.buy .number{
  position: absolute;
  margin-top: -.5rem;
  right: .5rem;
  /*font-weight: bold;*/
  display: none;
  width: 1.5vw;
  line-height: 1.5vw;
  height: 1.5vw;
  background: red;
  color: white;
  border-radius: 50%;
}
.buy i {
  color: white;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  font-weight: normal;
  margin-top: 2px;
  transition: 0.5s all ease-in-out;
}
.buy:hover {
  width: 10vw;
  border-radius: 5vw;
}
.buy:hover span {
  opacity: 1;
  margin-left: -1vw;
}
.banner {
  width: 100%;
  height: 28vw;
  background-size: cover !important;
}
.tabBox {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  padding: 0 14vw;
  display: flex;
  justify-content: space-between;
  background: #e9ecee;
}
.tabBox .leftC {
  width: 14vw;
  height: 4vw;
  background: #1b87e2;
  position: absolute;
  left: 0;
}
.tabBox .tab {
  display: inline-block;
}
.tabBox .tab .item {
  display: inline-block;
  float: left;
  margin: 0 1.5vw;
  font-size: 16px;
}
.tabBox .tab .item a {
  display: block;
  height: 4vw;
  line-height: 5;
  color: #98989d;
}
.tabBox .tab .item a:hover{
  color: #1b87e2;
  border-bottom: 5px solid #1b87e2;
}
/*.tabBox .tab .item:hover::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 7.5vw;*/
/*  height: 5px;*/
/*  margin-left: -2vw;*/
/*  margin-top: -4px;*/
/*  background: #1b87e2;*/
/*}*/
.tabBox .tab .active a {
  color: #1b87e2;
  border-bottom: 5px solid #1b87e2;
}
/*.tabBox .tab .active::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 7.5vw;*/
/*  height: 5px;*/
/*  margin-left: -2vw;*/
/*  margin-top: -4px;*/
/*  background: #1b87e2;*/
/*}*/
.tabBox .bread a {
  font-size: 16px;
  color: #98989d;
  padding-right: 5px;
  line-height: 1vw;
}
.tabBox .bread a i {
  font-size: 14px;
}

#parent {
 width: calc(100%);
 height: 20px;
 position: sticky;
 left: 0;
 bottom: 0;
 background: #e8e8e8;
 z-index: 500;
}
#parentBox {
 height: 20px;
 background: #1b87e2;
 border-radius: 12px;
 position: absolute;
 left: 0;
 top: 0;
 cursor: pointer;
}
.parentBe::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 600px;
  top: -600px;
}

#scrollbar2 .viewport
{
    width:236px;
    height:125px;
    overflow:hidden;
    position:relative;
}

#scrollbar2 .overview
{
    list-style:none;
    width:1416px;
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    top:0;
}

#scrollbar2 .overview img
{
    float:left;
}

#scrollbar2 .scrollbar
{
    background:transparent url(../images/bg-scrollbar-track-x.png) no-repeat 0 0;
    position:relative;
    margin:0 0 5px;
    clear:both;
    height:15px;
}

#scrollbar2 .track
{
    background:transparent url(../images/bg-scrollbar-trackend-x.png) no-repeat 100% 0;
    width:100%;
    height:15px;
    position:relative;
}

#scrollbar2 .thumb
{
    background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;
    height:25px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    left:0;
    top:-5px;
}

#scrollbar2 .thumb .end
{
    background:transparent url(../images/bg-scrollbar-thumb-x.png) no-repeat 0 50%;
    overflow:hidden;
    height:25px;
    width:5px;
}

#scrollbar2 .disable
{
    display:none;
}


.index {
  background: #f8f8f8;
}
.index .f1 {
  width: 100%;
  height: 95%;
}
.index .f1 .text {
  position: absolute;
  margin: 8vw 5vw;
}
.index .f1 #homevideo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index .f1 .up {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  margin: auto;
  z-index: 66;
  color: gainsboro;
  text-align: center;
  margin: 0 auto;
  animation: up 1.5s ease-in infinite;
  -moz-animation: up 1.5s ease-in infinite;
  -webkit-animation: up 1.5s ease-in infinite;
}
.index .f1 .up .infoIcon {
  width: 2px;
  height: 60px;
  background: gainsboro;
  text-align: center;
  margin: 0.5rem auto;
}
.index .f1 .up i {
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
}
.index .f1 .ups {
  animation: up 1.5s ease-in infinite;
  -moz-animation: up 1.5s ease-in infinite;
  -webkit-animation: up 1.5s ease-in infinite;
  position: absolute;
  left: 15px;
  bottom: 90px;
  font-size: 32px;
}
@keyframes up {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-40px);
    opacity: 0;
  }
}
.index .f2 {
  padding: 6vw 3vw 3vw 3vw;
  display: flex;
}
.index .f2 .itemBox {
  width: 46vw;
  height: 21vw;
  background: white;
  color: #3c3c3c;
  transition: 0.5s all ease-in-out;
}
.index .f2 .itemBox .bg {
  width: 46vw;
  height: 21vw;
  background-size: cover !important;
  opacity: 0;
  position: absolute;
  transition: 0.5s all ease-in-out;
}
.index .f2 .itemBox .bgImg {
  position: absolute;
  width: 8vw;
  left: 6vw;
  margin-top: -1.5vw;
  transition: 0.5s all ease-in-out;
}
.index .f2 .itemBox .bgImg2 {
  position: absolute;
  width: 8vw;
  right: 7vw;
  margin-top: -1.5vw;
  transition: 0.5s all ease-in-out;
}
.index .f2 .itemBox .text {
  position: relative;
  display: flex;
  padding: 1vw 0 0 11vw;
  font-weight: bold;
}
.index .f2 .itemBox .text .tit .name {
  font-size: 36px;
}
.index .f2 .itemBox .text .tit .des {
  font-size: 18px;
}
.index .f2 .itemBox .text .secodNav {
  padding-left: 14vw;
}
.index .f2 .itemBox .text .secodNav .item {
  width: 12vw;
  font-size: 18px;
  border-bottom: 1px solid #c6c6c6;
  padding: 1vw 0;
  cursor: pointer;
  font-weight: normal;
  transition: 0.1s all ease-in-out;
}
/*.index .f2 .itemBox .text .secodNav .item:last-child{*/
/*  border-bottom: transparent;*/
/*}*/
.index .f2 .itemBox .text .tit{
  margin-top: 4vw;
}
.index .f2 .itemBox .text .secodNav .item i {
  float: right;
  color: #c6c6c6;
  margin-top: 4px;
}
.index .f2 .itemBox .text .secodNav .item:hover {
  color: white;
  font-weight: bold;
  border-bottom: 2px solid white;
}
.index .f2 .itemBox:nth-child(2) {
  margin-left: 1vw;
}
.index .f2 .itemBox:nth-child(2) .text {
  position: relative;
  padding: 4vw 0 0 5vw;
}
.index .f2 .itemBox:nth-child(2) .text .tit{
  margin-top: 1rem;
}
.index .f2 .itemBox:nth-child(2) .secodNav {
  padding-left: 0 !important;
  padding-right: 14vw;
}
.index .f2 .active {
  color: white;
  transition: 0.5s all ease-in-out;
}
.index .f2 .active .text a{
  color: white;
  transition: .5s all ease-in-out;
}
.index .f2 .active .bg {
  opacity: 1;
}
.index .f2 .active .secodNav a {
  color: white;
}
.index .f2 .active .bgImg {
  transform: scale(1.1);
}
.index .f2 .active .bgImg2 {
  transform: scale(1.1);
}
.index .f3 {
  background: #f8f8f8;
}
.index .f3 .f3Img{
  width: 100%;
  padding: 0 3vw 5vw 3vw;
}
.index .f3 .itemBox {
  width: 94vw;
  height: 47vw;
  margin: 0 auto;
  background: url('../images/img3.jpg') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
  display: flex;
}
.index .f3 .itemBox .item {
  width: 19vw;
  height: 43vw;
  text-align: center;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  background: transparent;
  overflow: hidden;
}
.index .f3 .itemBox .item .bg {
  width: 19vw;
  height: 43vw;
  background: url('/assets/images/img4_1.jpg') center no-repeat;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  transform: translateX(0);
  opacity: 0;
  position: relative;
}
.index .f3 .itemBox .item .name {
  margin-top: 18vw;
  transition: 0.5s all ease-in-out;
  position: relative;
  margin-top: -25vw;
  text-align: center;
  font-weight: bold;
}
.index .f3 .itemBox .item .more {
  width: 8vw;
  height: 2vw;
  background: #1881d3;
  text-align: center;
  line-height: 1.5vw;
  font-size: 12px;
  color: white;
  cursor: pointer;
  position: absolute;
  margin-left: 5.5vw;
  margin-top: 15vw;
  opacity: 0;
}
.index .f3 .itemBox .item .more i {
  font-size: 24px;
  position: relative;
  top: 5px;
  transition: 0.5s all ease-in-out;
}
.index .f3 .itemBox .item .more:hover i {
  padding-left: 1vw;
}
.index .f3 .itemBox .item::after {
  content: '';
  position: absolute;
  margin-top: 2.5vw;
  margin-left: -9vw;
  width: 18vw;
  height: 1px;
  background: white;
}
.index .f3 .itemBox .item::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 22vw;
  background-color: #ffffff;
  border: 5px solid #68d6f7;
  margin-left: -0.5vw;
}
.index .f3 .itemBox .active .bg {
  transform: translateX(-1vw);
  opacity: 1;
}
.index .f3 .itemBox .active .name {
  transform: translateY(-100px);
}
.index .f3 .itemBox .active .more {
  opacity: 1;
}
.index .f3 .itemBox .active::after {
  content: inherit;
}
.index .f3 .itemBox .active::before {
  content: inherit;
}
.index .f4 {
  width: calc(100% - 5.5vw);
  background: white;
  margin: 0 auto;
}
.index .f4 .titBox {
  padding: 5vw 2vw;
}
.index .f4 .itemBox {
  width: 100%;
  display: flex;
}
.index .f4 .itemBox .item {
  width: 31.35vw;
  height: 27vw;
  background-size: cover !important;
  cursor: pointer;
}
.index .f4 .itemBox .item .text {
  position: relative;
  padding-left: 4vw;
  margin-top: -8vw;
}
.index .f4 .itemBox .item .text .name {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .f4 .itemBox .item .text .des {
  font-size: 16px;
  color: #969696;
}
.index .f4 .itemBox .item .bg {
  opacity: 0;
  width: 31.35vw;
  height: 27vw;
  transition: 0.5s all ease-in-out;
  background-size: cover !important;
}
.index .f4 .itemBox .active .bg {
  opacity: 1;
}
.index .f4 .itemBox .active .text .name {
  color: white;
}
.index .f4 .itemBox .active .text .des {
  color: white;
}
.index .f5{
  margin-bottom: 5vw;
}
.index .f5 .newsBox {
  padding: 0 3vw;
  display: flex;
  overflow: hidden;
}
.index .f5 .newsBox .left {
  width: 29vw;
  height: 35vw;
  background: white;
  overflow: hidden;
}
.index .f5 .newsBox .left .img {
  width: 29vw;
  height: 21vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.index .f5 .newsBox .left .text {
  padding: 3vw 2vw;
}
.index .f5 .newsBox .left .text .name {
  font-size: 22px;
  color: #272727;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f5 .newsBox .left .text .time {
  font-size: 14px;
  color: #999999;
  padding: 1vw 0;
}
.index .f5 .newsBox .left .text .time i {
  font-size: 18px;
}
.index .f5 .newsBox .left .text .des {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index .f5 .newsBox .left:hover .img {
  transform: scale(1.05);
}
.index .f5 .newsBox .left:hover .text .name {
  color: #1881d3;
}
.index .f5 .newsBox .centre {
  width: 29vw;
  height: 35vw;
  background: url('../images/img6.jpg') center no-repeat;
  background-size: cover !important;
  margin-left: 2vw;
}
.index .f5 .newsBox .centre .text {
  padding: 6vw 3vw 3vw 3vw;
}
.index .f5 .newsBox .centre .text .name {
  font-size: 28px;
  color: #272727;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f5 .newsBox .centre .text .time {
  font-size: 14px;
  color: #999999;
  padding: 2vw 0;
}
.index .f5 .newsBox .centre .text .time i {
  font-size: 18px;
}
.index .f5 .newsBox .centre .text .des {
  font-size: 16px;
  color: #999999;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index .f5 .newsBox .centre .text .more {
  line-height: 1.5vw;
  font-size: 18px;
  color: #b5bccc;
  cursor: pointer;
  margin-top: 10vw;
}
.index .f5 .newsBox .centre .text .more i {
  font-size: 24px;
  position: relative;
  top: 5px;
  transition: 0.5s all ease-in-out;
}
.index .f5 .newsBox .centre:hover .more i {
  padding-left: 1vw;
}
.index .f5 .newsBox .centre:hover .text .name {
  color: #1881d3;
}
.index .f5 .newsBox .right {
  width: 30vw;
  height: 35vw;
  margin-left: 2vw;
}
.index .f5 .newsBox .right a {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 1.75vw;
  margin-bottom: 1.75vw;
  display: block;
}
.index .f5 .newsBox .right a:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.index .f5 .newsBox .right .item {
  width: 30vw;
  height: 9.4vw;
  display: inline-block;
}
.index .f5 .newsBox .right .item .img {
  width: 14vw;
  height: 9vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}
.index .f5 .newsBox .right .item .text {
  display: inline-block;
  width: 15vw;
  padding: 0.5vw 0 0 1vw;
}
.index .f5 .newsBox .right .item .text .name {
  font-size: 20px;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.index .f5 .newsBox .right .item .text .des {
  font-size: 16px;
  color: #999999;
  margin: 1vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f5 .newsBox .right .item .text .icon {
  font-size: 28px;
  color: #b5bccc;
  transition: 0.5s all ease-in-out;
}
.index .f5 .newsBox .right .item:hover .icon {
  margin-left: 1vw;
}
.index .f5 .newsBox .right .item:hover .text .name {
  color: #1881d3;
}
.index .f5 .newsBox .right .item:hover {
  background-color: #f1f1f1;
}
.index .f5 .newsBox .right a:last-child {
  border: transparent;
}
.index .f6 {
  width: 94vw;
  margin: 0 auto;
  background-color: #1b87e2;
  color: #fefefe;
  display: flex;
  text-align: center;
  padding: 2vw 0;
}
.index .f6 .item {
  flex: 1;
}
.index .f6 .item .tit {
  padding-bottom: 1vw;
}
.index .f6 .item .tit p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 5px;
}
.index .f6 .item .tit p:nth-child(2) {
  font-size: 16px;
}
.index .f6 .item a {
  color: #fefefe;
}
.index .f6 .item .text {
  font-size: 39px;
}
.index .f6 .item .btn {
  width: 15vw;
  border: 1px solid white;
  margin: 0 auto;
  padding: 1vw 0;
  font-size: 18px;
  cursor: pointer;
}
.productList .f1 {
  padding: 4vw 14vw;
}
.productList .f1 .item {
  width: 72vw;
  height: 26vw;
  background: url("../images/img40.jpg") center no-repeat;
  background-size: cover !important;
  display: flex;
  margin-bottom: 3vw;
}
.productList .f1 .item .img {
  width: 38vw;
  height: 21vw;
  /*border: 1px solid #eeeeee;*/
  /*background: white;*/
}
.productList .f1 .item:hover img{
  transform: scale(1.1);
}
.productList .f1 .item .img img {
  width: 20vw;
  margin: 5vw auto;
  transition: .5s all ease-in-out;
}
.productList .f1 .item .text {
  width: 40vw;
  padding: 0 4vw;
  align-self: center;
}
.productList .f1 .item .text .name {
  font-size: 36px;
  font-weight: bold;
  color: white;
}
.productList .f1 .item .text .name span {
  font-size: 18px;
}
.productList .f1 .item .text .des {
  font-size: 16px;
  line-height: 2;
  margin: 10px auto;
  text-align: justify;
  color: white;
}
.productList .f1 .item .text .tab {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
}
.productList .f1 .item .text .more {
  background: white;
  color: #1881d3;
  width: 9vw;
  height: 3vw;
  text-align: center;
  line-height: 3.5rem;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
.productList .f1 .item .text .more i {
  font-size: 32px;
  position: relative;
  top: 5px;
  transition: 0.5s all ease-in-out;
}
.productList .f1 .item .text .more:hover i {
  padding-left: 2vw;
}
.productList .f1 .item:last-child {
  margin-bottom: 0;
}
.productList .f1 .item:last-child .img {
  /*float: inherit;*/
}
.productList .f1 .item:last-child .text {
  /*float: left;*/
  /*padding-left: 0;*/
  /*padding-right: 4vw;*/
}
.productList .f2{
  padding: 5vw 14vw;
  width: 100%;
  display: inline-block;
}
.productList .f2 a {
  margin-right: 2vw;
  margin-bottom: 2vw;
  display: inline-block;
  float: left;
}
.productList .f2 .item {
  width: 22vw;
  transition: .3s all ease-in-out;
  border: 1px solid rgba(170, 170, 170, 0.2);
}
.productList .f2 .item:hover{
  box-shadow: 0px 10px 24px 0px rgb(0 0 0 / 10%);
}
.productList .f2 .item .img {
  width: 21vw;
  height: 11vw;
  background-size: cover !important;
}
.productList .f2 .item .text {
  padding: 1vw;
  background: #f1f1f1;
  height: 15rem;
}
.productList .f2 .item .text .name {
  font-size: 20px;
  font-weight: bold;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}
.productList .f2 .item .text .time {
  font-size: 14px;
  color: #999999;
  padding: 15px 0;
}
.productList .f2 .item .text .time i {
  font-size: 20px;
}
.productList .f2 .item .text .des {
  font-size: 16px;
  /*padding: 15px 0;*/
  line-height: 1.7;
  letter-spacing: 1px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.productList .f2 .item:hover .text .name {
  color: #1881d3;
}
.productList .f2 a:nth-child(3n) {
  margin-right: 0;
}

.product{
  background: white;
}
.product .f1 {
  width: 100%;
  display: inline-block;
  padding: 5vw 14vw;
  margin: 0 auto;
}
.product .f1 .img {
  width: 18vw;
  display: inline-block;
  float: left;
  margin-right: 5vw;
}
.product .f1 .text {
  color: #3c3c3c;
  font-weight: bold;
    display: inline-block;
    width: 48vw;
}
.product .f1 .text .name {
  font-size: 36px;
}
.product .f1 .text .t {
  font-size: 18px;
  margin: 10px 0;
}
.product .f1 .text .des {
  font-size: 16px;
  color: #98989d;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: normal;
}
.product .f2{
  width: 100%;
  background: #f6f8f9;
  padding: 4vw 7vw;
  margin: 0 auto;
}
.product .f2 .title{
  font-size: 24px;
  font-weight: bold;
  color: #272727;
  display: flex;
}
.product .f2 .btnBox{
  display: flex;
  margin-left: 1rem;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #1b87e2;
  font-size: 14px;
  color: #1b87e2;
  font-weight: normal;
  padding: 5px 10px;
  margin-top: 5px;
}
.product .f2 .btnBox img{
  width: 14px;
  height: 14px;
  margin: 2px 10px 2px 0;
}
.product .f2 .tableSearch{
  display: flex;
  padding: 2rem 0 0;
  position: sticky;
  top: 0;
  background: #f8f8f8;
  z-index: 600;
}
.clearSearch{
  padding: .5rem 0;
  background: #f6f8f9;
  position: sticky;
  font-weight: bold;
  color: #0a6aa1;
  top: 72px;
  z-index: 100;
}
.clearSearch p{
  cursor: pointer;
  opacity: 0;
}
.product .f2 .tableSearch .item{
  display: flex;
  width: 15rem;
  padding: .8rem 1.5rem;
  border: 1px solid #5a5a5a;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 1rem;
}
.product .f2 .tableSearch .item p{
  font-size: 16px;
  color: #272727;
}
.product .f2 .tableSearch .item p span{
  opacity: 0;
}
.product .f2 .tableSearch .item .icons::before{
  content: '+';
  position: absolute;
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-top: -3px;
}

.product .f2 .tableSearch .item .itemBox{
  width: 15rem;
  position: absolute;
  border: 1px solid #5a5a5a;
  margin-left: -1.6rem;
  margin-top: 2.3rem;
  background: white;
  display: none;
  z-index: 200;
}
.product .f2 .tableSearch .active .itemBox{
  display: block;
}
.product .f2 .tableSearch .active .icons::before{
  content: '-';
  position: absolute;
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-top: -3px;
}
.product .f2 .tableSearch .item .itemBox .list{
  padding: 1rem 1.5rem;
}
.product .f2 .tableSearch .item .itemBox .list.active{
  color: #1b87e2;
  font-weight: bold;
}
.product .f2 .tableSearch .item .itemBox .list:hover{
  color: #1b87e2;
}
.product .f2 .tableList{
  /*position: sticky;*/
  /*width: 100%;*/
  /*height: 40vh;*/
  /*overflow-x: auto;*/
}
.product .f2 .headerTable{
  /*vertical-align: middle;*/
  /*text-align: center;*/
  display: -webkit-box;
  /*align-items: center;*/
  width: 100%;
  max-width: 100%;
  /*height: 100px;*/
  /*background: #1b87e2;*/
  overflow-x: hidden;
  position: sticky;
  overflow-y: hidden;
  /*white-space: nowrap;*/
  top: 105px;
  z-index: 200;
}
/*鏁翠綋閮ㄥ垎*/
.product .f2 .headerTable::-webkit-scrollbar {
  width: 8px;
  height: 18px;
  position: absolute !important;
  bottom: 0 !important;
}
/*婊戝姩杞ㄩ亾*/
.product .f2 .headerTable::-webkit-scrollbar-track {
  border-radius: 15px;
  background: transparent;
  position: absolute;
  bottom: 0;
}
/*婊戝潡*/
.product .f2 .headerTable::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #1e6db6;
  position: absolute;
  bottom: 0;
}
/*婊戝潡鏁堟灉*/
.product .f2 .headerTable::-webkit-scrollbar-thumb:hover {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(30, 109, 182, 0.9);
  position: absolute;
  bottom: 0;
}
.product .f2 .headerTable .item{
  width: 110px;
  /*display: inline-block;*/
  /*float: left;*/
  /*text-align: center;*/
  /*align-items: center;*/
  display: flex;
  color: white;
  text-align: right;
  align-items: center;
  /*white-space: pre;*/
  /*padding: 0 20px;*/
  /*border-right: 1px solid white;*/
  /*display: inline-flex;*/
  padding: 15px 15px;
  background: #1b87e2;
}
.product .f2 .headerTable .item:nth-child(even) {
  /*background: seagreen;*/
}
.product .f2 .headerTable .item::before{
  /*content: '';*/
  /*position: absolute;*/
  /*width: 1px;*/
  /*height: 90px;*/
  /*background: white;*/
  /*top: 0;*/
  /*margin-left: 54px;*/
}
.product .f2 .headerTable .item:last-child::before{
  content: inherit;
}
.product .f2 .headerTable .item:nth-child(1) {
  width: 150px;
  position: sticky;
  left: 0;
  z-index: 21;
  border-right: 1px solid white;
}
.product .f2 .headerTable .item:nth-child(1)::before{
  /*content: '';*/
  /*position: absolute;*/
  /*width: 1px;*/
  /*height: 90px;*/
  /*background: white;*/
  /*top: 0;*/
  /*margin-left: 75px;*/
}
.product .f2 .headerTable .item:nth-child(2){
  width: 80px;
  text-align: center;
  display: grid;
}
.product .f2 .headerTable .item:nth-child(3){
  width: 80px;
  text-align: center;
  display: grid;
}
.product .f2 .headerTable .item:nth-child(4){
  width: 80px;
  text-align: center;
  display: grid;
}

.product .f2 .headerTable .item .itemValue{
  font-size: 12px;
  font-weight: bold;
  white-space: normal;
  position: relative;
  flex: 2;
  /*text-align: right;*/
  /*align-self: end;*/
  /*margin-top: 15px;*/
  /*padding: 20px 0px 20px 15px;*/
}

.product .f2 .headerTable .item .sort{
  cursor: pointer;
  flex: 1;
  /*position: absolute;*/
  /*top: 20px;*/
  margin-left: 5px;
  /*align-self: end;*/
  font-size: 12px;
  /*padding: 20px 0;*/
}
.product .f2 .headerTable .item:nth-child(1) .sort{
  margin-left: 5px;
}
.product .f2 .headerTable .item .sort .active{
  color: #0071e0;
}
.product .f2 .headerTable .item:nth-child(2) .sort{
  display: none;
}
.product .f2 .headerTable .item:nth-child(3) .sort{
  display: none;
}
.product .f2 .headerTable .item:nth-child(4) .sort{
  display: none;
}
.product .f2 .headerTable .item:last-child{
  border: transparent;
}
.product .f2 .listTableBox{
  width: 100%;
  overflow: hidden;
  /* height: 84.5vh; */
  /* position: sticky;
  bottom: 0; */
}
.product .f2 .listTableBox::-webkit-scrollbar {
  width: 8px;
  height: 18px;
  position: absolute !important;
  bottom: 0 !important;
}
/*婊戝姩杞ㄩ亾*/
.product .f2 .listTableBox::-webkit-scrollbar-track {
  border-radius: 15px;
  background: transparent;
  position: absolute;
  bottom: 0;
}
/*婊戝潡*/
.product .f2 .listTableBox::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #1e6db6;
  position: absolute;
  bottom: 0;
}
/*婊戝潡鏁堟灉*/
.product .f2 .listTableBox::-webkit-scrollbar-thumb:hover {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(30, 109, 182, 0.9);
  position: absolute;
  bottom: 0;
}
/*鏁翠綋閮ㄥ垎*/
.product .f2 .listTableBox::-webkit-scrollbar-thumb:vertical {
  background: #f6f8f9;
}
.product .f2 .listTableBox::-webkit-scrollbar-thumb:vertical:hover{
  background: #f6f8f9;
}
.product .f2 .listTableBox::-webkit-scrollbar:vertical{
  background: #f6f8f9;
}
.product .f2 .listTableBox::-webkit-scrollbar-track:vertical{
  background: #f6f8f9;
}
.product .f2 .listTableBox .listTable{
  /*width: 130vw;*/
  height: 60px;
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  align-items: center;
  /*overflow-x: auto;*/
  white-space: nowrap;
  /*overflow-y: hidden;*/
}
.product .f2 .listTableBox .listTable:nth-child(even) {
  background: #e9ecee;
}
.product .f2 .listTableBox .listTable .item{
  width: 110px;
  height: 60px;
  /*display: inline-block;*/
  text-align: center;
  align-items: center;
  line-height: 60px;
  color: #454545;
  padding: 0 20px;
}
.product .f2 .listTableBox .listTable .item span{
  display: none;
}
.product .f2 .listTableBox .listTable .item:nth-child(3) span{
  display: block;
  position: absolute;
  font-size: 36px;
  margin-top: -13px;
  /*margin-left: -19px;*/
  left: 0;
}
.product .f2 .listTableBox .listTable .item:nth-child(4){
  width: 80px;
  padding: 0;
}
.product .f2 .listTableBox .listTable .item:nth-child(5){
  width: 80px;
  padding: 0;
}
.product .f2 .listTableBox .listTable .item:nth-child(6){
  width: 80px;
  padding: 0;
}
.product .f2 .listTableBox .listTable .item:nth-child(4) p{
  position: absolute;
  font-weight: bold;
  margin-left: 3rem;
  margin-top: -1rem;
  color: #1b87e2;
  display: none;
  transition: .3s all ease-in-out;
  animation: numberS 1.2s ease-in infinite;
  -moz-animation: numberS 1.2s ease-in infinite;
  -webkit-animation: numberS 1.2s ease-in infinite;
}
.product .f2 .listTableBox .listTable .item:nth-child(5) p{
  position: absolute;
  font-weight: bold;
  margin-left: 3rem;
  margin-top: -1rem;
  color: #1b87e2;
  display: none;
  transition: .3s all ease-in-out;
  animation: numberS 1.2s ease-in infinite;
  -moz-animation: numberS 1.2s ease-in infinite;
  -webkit-animation: numberS 1.2s ease-in infinite;
}
.product .f2 .listTableBox .listTable .item i{
  cursor: pointer;
  color: #1b87e2;
}

.product .f2 .listTableBox .listTable .down i{
  color: #1b87e2 !important;
}
.product .f2 .listTableBox .listTable .item:nth-child(1) {
  display: none;
  /*position: sticky;*/
  /*left: 0;*/
  /*z-index: 20;*/
}
.product .f2 .listTableBox .listTable .item:nth-child(2) {
  display: none;
  /*position: sticky;*/
  /*left: 0;*/
  /*z-index: 20;*/
}
.product .f2 .listTableBox .listTable .item:nth-child(3) {
  width: 150px;
  position: sticky;
  left: 0;
  z-index: 30;
  background: #f8f8f8;
}
.product .f2 .listTableBox .listTable:nth-child(even) .item:nth-child(3){
  background: #e9ecee;
}
/*.product .f2 .headerTable .item::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 100px;*/
/*  background: white;*/
/*  margin-top: -30px;*/
/*  margin-left: -15px;*/
/*}*/
/*.product .f2 .headerTable .item:nth-child(1)::before{*/
/*  content: initial;*/
/*}*/
.buyCarBox{
  width: 35rem;
  position: fixed;
  top: 10rem;
  left: 38%;
  background: #f9f8fb;
  box-shadow: 0 0 10px 5px #bfbfbf;
  display: none;
  z-index: 999;
}
.closeBuycarBox{
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-left: 1px solid;
  background-color: #1b87e2;
  top: 0;
  right: -3rem;
  color: white;
  font-size: 18px;
  padding: 0.85rem 0;
  cursor: pointer;
}
.closeBuycarBox p{
  margin: 0 auto;
  text-align: center;
}
#templatebuyCarList{
  display: none;
}
#templatebuyCarListYp{
   display: none;
}
.templateActive{
  display: block !important;
}
.buyCarBox .buyCarTab{
  display: flex;
}
.buyCarBox .buyCarTab .item{
  flex: 1;
  text-align: center;
  margin: 0 auto;
  background: #eaebf0;
  padding: 2rem 0;
  font-size: 18px;
  cursor: pointer;
}
.buyCarBox .buyCarTab .item.active{
  background: #1b87e2;
  color: white;
}
.buyCarBox .buyCarTab .item i{
  font-size: 26px;
  margin: 0 .5rem;
}
.buyCarBox .buyCarList{
  padding: 2rem;
  max-height: 18rem;
  overflow-y: auto;
  background: white;
}
.buyCarBox .buyCarList .itemBox{
  display: flex;
  margin-bottom: 1rem;
}
.buyCarBox .buyCarList .itemBox .item{
  flex: 1;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #272727;
  display: inline-block;
}
.buyCarBox .buyCarList .itemBox:nth-child(1) .item:nth-child(1) {
  /*flex: 2;*/
}
.buyCarBox .buyCarList .itemBox .item div{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.buyCarBox .buyCarList .itemBox .delBtn{
  /*position: absolute;*/
  /*right: 1rem;*/
  margin-top: .2rem;
  cursor: pointer;
  opacity: .5;
}
.buyCarBox .buyCarList .itemBox .item .num{
  margin: 0 1rem;
}
.buyCarBox .buyCarList .itemBox .item .num input{
  width: 50px;
  height: 30px;
  font-size: 16px;
  border: 2px solid gainsboro;
  text-align: center;
  position: relative;
  top: -2px;
}
.buyCarBox .buyCarList .itemBox .item .del{
  cursor: pointer;
  font-size: 20px;
}
.buyCarBox .buyCarList .itemBox .item .add{
  cursor: pointer;
  font-size: 20px;
}
.buyCarBox .buyCarForm{
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
}
.ypFrom{
  display: none;
}
.buyCarBox .buyCarForm .inputBox{
  display: flex;
  font-size: 18px;
  color: #454545;
  margin-bottom: 1rem;
}
.buyCarBox .buyCarForm .inputBox .name{
  width: 10rem;
  padding: .7rem;
}
.buyCarBox .buyCarForm .inputBox input{
  width: 20rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: .7rem;
}
.buyCarBox .buyCarForm .sumbitBtn{
  width: 13rem;
  height: 4rem;
  background-color: #eaebf0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 4rem;
  text-align: center;
  color: #1b87e2;
  margin: 1rem auto;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  transition: .3s all ease-in-out;
}
.buyCarBox .buyCarForm .sumbitBtn:hover{
  border-radius: 2px;
}

.about .f1 {
  width: 100%;
  padding: 7vw 14vw;
  display: flex;
}
.about .f1 .text {
  width: 45vw;
}
.about .f1 .text .name {
  font-size: 48px;
  color: #373737;
  margin-bottom: 3rem;
  font-weight: bold;
}
.about .f1 .text .des {
  font-size: 16px;
  color: #98989d;
  line-height: 1.7;
  letter-spacing: 1px;
}
.about .f1 .img {
  width: 35vw;
  position: absolute;
  right: 3vw;
  margin-top: -15vw;
}
.about .f1 .itemBox{
  width: 25vw;
  display: inline-block;
  position: relative;
  top: 22vw;
}
.about .f1 .itemBox .item{
  width: 50%;
  display: inline-block;
  float: left;

  font-weight: bold;
  text-align: center;
  margin-bottom: 3vw;
}
.about .f1 .itemBox .item .num{
  font-size: 3vw;
  color: #1b87e2;
}
.about .f1 .itemBox .item .num span{
  font-size: 1vw;
  margin-left: .5vw;
  color: #333333;
}
.about .f1 .itemBox .item .des{
  font-size: 1.5vw;
  color: #333333;
}
.about .f2 {
  width: 94vw;
  height: 37vw;
  background: url('../images/img18.jpg') center no-repeat;
  background-size: cover !important;
  margin: 0 3vw;
  overflow: hidden;
  position: relative;
}
.about .f2 .title {
  font-size: 48px;
  color: #373737;
  padding-left: 10vw;
  padding-top: 5vw;
  font-weight: bold;
}
.about .f2 .history-swiper {
  width: 100%;
  height: auto;
}
.about .f2 .history-swiper .swiper-slide {
  text-align: center;
  padding-bottom: 1.2vw;
}
/*.about .f2 .history-swiper .swiper-slide:last-child::before{*/
/*  content: '';*/
/*  background: url(../images/car.png) center no-repeat;*/
/*  background-size: cover !important;*/
/*  position: absolute;*/
/*  margin-top: 21.6vw;*/
/*  margin-left: 6.8vw;*/
/*  z-index: 9;*/
/*  width: 2vw;*/
/*  height: 2vw;*/
/*}*/
.about .f2 .history-swiper .swiper-slide .text {
  width: 50vw;
  height: 17vw;
  margin-left: -18vw;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.about .f2 .history-swiper .swiper-slide .text .year2 {
  font-size: 10vw;
  color: white;
}
.about .f2 .history-swiper .swiper-slide .text .name {
  font-size: 24px;
  color: #1b87e2;
  font-weight: bold;
  margin-bottom: 5px;
}
.about .f2 .history-swiper .swiper-slide .text .des {
  font-size: 16px;
  color: #4a4949;
}
.about .f2 .history-swiper .swiper-slide .year {
  margin-top: 5vw;
  font-size: 18px;
  position: relative;
  top: -15px;
  cursor: pointer;
}
.about .f2 .history-swiper .swiper-slide .year::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-left: -5vw;
  background: #1b87e2;
}
.about .f2 .history-swiper .swiper-slide .year::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 25px;
  margin-left: -2.3vw;
  background: #9f9f9f;
  transform: scaleX(-1);
}
.about .f2 .history-swiper .swiper-slide-active .year {
  color: #1b87e2;
}
.about .f2 .history-swiper .swiper-slide-active .year::after {
  content: '';
  background: url(../images/car.png) center no-repeat;
  background-size: cover !important;
  position: absolute;
  margin-top: 1.4vw;
  margin-left: -2.8vw;
  z-index: 9;
  width: 2vw;
  height: 2vw;
}
.about .f2 .history-swiper .swiper-slide-active .text {
  opacity: 1;
}
.about .f3 {
  padding: 5vw 13vw;
}
.about .f3 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.about .f3 .f3Box {
  display: inline-block;
  margin-top: 2vw;
}
.about .f3 .f3Box .left {
  width: 50vw;
  display: inline-block;
  float: left;
  margin-top: 6vw;
  margin-right: 5vw;
}
.about .f3 .f3Box .right {
  width: 22vw;
  height: 31vw;
  background: url('/resources/assets/images/img20.jpg') center no-repeat;
  background-size: cover !important;
  display:table-cell;
  vertical-align:middle;
  margin-left: 1vw;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  color: #98989d;
  padding: 0 3vw;
}
.about .f4 {
  width: 94vw;
  height: 41vw;
  background-size: cover !important;
  margin: 0 auto;
  padding: 4vw 11vw;
}
.about .f4 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.about .f4 .des {
  width: 45vw;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #98989d;
  text-align: justify;
  padding: 2vw 0;
}
.about .f4 .tabBoxs {
  width: 45vw;
  display: inline-block;
}
.about .f4 .tabBoxs .item {
  width: 33%;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #4d4d4f;
  padding: 13px 0;
  padding-left: 25px;
}
.about .f4 .tabBoxs .item::before {
  width: 8px;
  height: 8px;
  background-color: #1881d3;
  content: '';
  border-radius: 50%;
  position: absolute;
  margin-top: 8px;
  margin-left: -20px;
}
.about .f5 {
  padding: 5vw 14vw 0 14vw;
  width: 100%;
  display: inline-block;
}
.about .f5 a {
  margin-right: 4vw;
  margin-bottom: 3vw;
  display: inline-block;
  float: left;
}
.about .f5 .item {
  width: 21vw;
  transition: .3s all ease-in-out;
  border: 1px solid rgba(170, 170, 170, 0.2);
  overflow: hidden;
}
.about .f5 .item:hover{
  box-shadow: 0px 10px 24px 0px rgb(0 0 0 / 10%);
}
.about .f5 .item .img {
  width: 21vw;
  height: 15vw;
  background-size: cover !important;
}
.about .f5 .item .img img{
  width: 5rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 5vw;
}
.about .f5 .item .text {
  height: 11vw;
  padding: 1vw;
  background: #f1f1f1;
}
.about .f5 .item .text .name {
  font-size: 20px;
  font-weight: bold;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about .f5 .item .text .time {
  font-size: 14px;
  color: #999999;
  padding: 15px 0;
}
.about .f5 .item .text .time i {
  font-size: 20px;
}
.about .f5 .item .text .des {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about .f5 .item:hover .text .name {
  color: #1881d3;
}
.about .f5 a:nth-child(3n) {
  margin-right: 0;
}
.about{
  background: transparent;
}
.about .f6 {
  padding: 5vw 14vw;
  width: 100%;
}
.about .dess{
  padding: 2vw 5vw 0 5vw;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.about .f6 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.about .f6 .itemBox {
  width: 72vw;
  display: inline-block;
  margin-top: 2vw;
}
.about .f6 .itemBox .item {
  width: 24vw;
  height: 24vw;
  padding: 2vw;
  background-color: #f9f8fb;
  display: inline-block;
  float: left;
}
.about .f6 .itemBox .item .img {
  width: 10vw;
}
.about .f6 .itemBox .item .name {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.about .f6 .itemBox .item .des {
  font-size: 16px;
  color: #969696;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.about .f6 .itemBox .item .des p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #1b87e2;
  border-radius: 50%;
  margin-top: 11px;
  margin-left: -15px;
}
.about .f7 {
  padding: 0 14vw 5vw 14vw;
  width: 100%;
}
.about .f7 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.about .f7 .itemBox {
  width: 100%;
  height: 24vw;
  margin-top: 2vw;
  background: url('/resources/assets/images/img26.jpg') center no-repeat;
  background-size: cover !important;
  padding: 8vw 3vw;
}
.about .f7 .itemBox .text .name {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: bold;
}
.about .f7 .itemBox .text .des {
  font-size: 16px;
  color: #969696;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.about .f7 .itemBox .text .des p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #1b87e2;
  border-radius: 50%;
  margin-top: 11px;
  margin-left: -15px;
}
.about .texts{
  padding: 5vw 4vw;
  width: 71vw;
  height: 23vw;
  background: url('/resources/assets/images/img38.jpg') center no-repeat rgba(0, 0, 0, 0.2);
  background-size: cover !important;
  background-blend-mode: multiply;
  margin: 5vw auto 3vw;
  color: white;
}
.about .texts .iconImg{
  width: 2.5vw;
  margin-bottom: 1vw;
}
.about .texts .t{
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 1vw;
}
.about .texts .des{
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 18px;
}
.about .texts .more {
  width: 8vw;
  height: 2.5vw;
  background-color: #1b87e2;
  text-align: center;
  line-height: 2.2vw;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  top: 2vw;
  color: white;
}
.about .texts .more i {
  font-size: 18px;
  position: relative;
  top: 5px;
  transition: 0.5s all ease-in-out;
}
.about .texts .more:hover i {
  padding-left: 1vw;
}
.about .f8 {
  padding: 0 14vw 2vw;
  width: 100%;
  display: inline-block;
}
.about .f8 a {
  margin-right: 2vw;
  margin-bottom: 2vw;
  display: inline-block;
  float: left;
}
/*.about .f8 a:nth-child(2) {*/
/*  margin-right: 0;*/
/*}*/
.about .f8 .item {
  width: 22.4vw;
  transition: .3s all ease-in-out;
  border: 1px solid rgba(170, 170, 170, 0.2);
  overflow: hidden;
}
.about .f8 .item:hover{
  box-shadow: 0px 10px 24px 0px rgb(0 0 0 / 10%);
}
.about .titles{
  font-size: 36px;
  font-weight: bold;
  padding: 2vw 14vw;
  color: #373737;
}
/*.about .f8 a:nth-child(1) .item{*/
/*  width: 60.5rem;*/
/*}*/
/*.about .f8 a:nth-child(1) .item .img{*/
/*  width: 60.5rem;*/
/*  height: 39rem;*/
/*}*/
/*.about .f8 a:nth-child(1) .item .img img{*/
/*  width: 8rem;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*  top: 11vw;*/
/*}*/
/*.about .f8 a:nth-child(2) .item{*/
/*  width: 25vw;*/
/*  transition: .3s all ease-in-out;*/
/*  border: 1px solid rgba(170, 170, 170, 0.2);*/
/*}*/
/*.about .f8 a:nth-child(2) .item .img{*/
/*  width: 25vw;*/
/*  height: 12vw;*/
/*}*/
/*.about .f8 a:nth-child(2) .item .text .des{*/
/*  display: none;*/
/*}*/
/*.about .f8 a:nth-child(3) .item{*/
/*  width: 25vw;*/
/*}*/
/*.about .f8 a:nth-child(3) .item .img{*/
/*  width: 25vw;*/
/*  height: 12vw;*/
/*}*/
/*.about .f8 a:nth-child(3) .item .text .des{*/
/*  display: none;*/
/*}*/
.about .f8 .item .img {
  width: 22.4vw;
  height: 15vw;
  background-size: cover !important;
}
.about .f8 .item .text {
  padding: 1vw;
  height: 12rem;
  background: #f4f6f7;
}
.about .f8 .item .text .name {
  font-size: 20px;
  font-weight: bold;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about .f8 .item .text .time {
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
}
.about .f8 .item .text .time i {
  font-size: 20px;
}
.about .f8 .item .text .des {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about .f8 .item:hover .text .name {
  color: #1881d3;
}
.about .f8 a:nth-child(3n) {
  margin-right: 0;
}



.service .btn {
  width: 10vw;
  height: 3vw;
  line-height: 3vw;
  background: #1b87e2;
  font-size: 18px;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.service .btn:hover {
  border-radius: 10px;
}
.service .f1 {
  padding: 5vw 14vw;
}
.service .f1 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.service .f1 .img {
  padding: 2vw 0;
}
.service .f1 .text {
  display: flex;
  justify-content: space-between;
}
.service .f1 .text .des {
  width: 40vw;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #98989d;
}
.service .f2 {
  padding: 0 14vw 5vw 14vw;
}
.service .f2 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
  margin-bottom: 15px;
}
.service .f2 .titInfo {
  font-size: 16px;
  color: #98989d;
}
.service .f2 .formBox {
  display: flex;
  justify-content: space-between;
  padding: 2vw 0;
  width: 100%;
}
#form_form{
  width: 60vw;
}
.service .f2 .formBox .inputBox {
  display: inline-block;
  width: 100%;
}
.service .f2 .formBox .inputBox .input {
  display: inline-block;
  float: left;
  width: 35%;
  margin-right: 2vw;
}
.service .f2 .formBox .inputBox .input .yzm{
  width: 8vw;
  height: 3vw;
  background: #1b87e2;
  text-align: center;
  line-height: 3vw;
  color: white;
  cursor: pointer;
  position: absolute;
  margin-top: -3vw;
  margin-left: 13vw;
}
.service .f2 .formBox .inputBox .input .name {
  font-size: 16px;
  color: #98989d;
  margin-bottom: 1vw;
}
.service .f2 .formBox .inputBox .input input {
  background: #f2f2f2;
  width: 100%;
  height: 3vw;
  border: transparent;
  outline: none;
  padding: 0 1vw;
  font-size: 18px;
}
.service .f2 .formBox .btn {
  margin-top: 2vw;
}
.service .f2 .searchValue .name {
  font-size: 16px;
  color: #98989d;
  margin-bottom: 1vw;
}
.service .f2 .searchValue .des {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #939393;
  background: #f2f2f2;
  padding: 2vw;
}
.service .f2 .searchValue .des .itemBox{
  margin-bottom: 10px;
}
.service .f2 .searchValue .des .itemBox .heade{
  display: flex;
}
.service .f2 .searchValue .des .itemBox .heade div{
  flex: 1;
}
.service .f2 .searchValue .des .itemBox .heade .tr{
  display: flex;
}
.service .f2 .searchValue .des .itemBox .cont{
  display: flex;
  margin-top: 1rem;
  color: #3f3f3f;
  font-weight: bold;
  padding: 2rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.service .f2 .searchValue .des .itemBox .cont .item{
  flex: 1;
}
.service .f2 .searchValue .des .itemBox .cont .tr .itemBox{
  display: flex;
}
.service .f2 .searchValue .des .itemBox .cont .tr div{
  flex: 1;
}
.service .f2 .searchValue .des .itemBox .cont .stats div{
  background-color: #1881d3;
  border-radius: 20px;
  width: 170px;
  height: 39px;
  line-height: 39px;
  float: right;
  text-align: center;
  color: white;
}
.service .f3 {
  padding: 5vw 14vw;
}
.service .f3 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
  margin-bottom: 15px;
}
.service .f3 .titInfo {
  font-size: 16px;
  color: #98989d;
}
.service .f3 .itemBox {
  margin-top: 5vw;
  display: flex;
}
.service .f3 .itemBox .item {
  width: 23vw;
  background-color: #ffffff;
  box-shadow: 0 5px 30px 2px #e9e9e9;
  border-radius: 5px;
  text-align: center;
  margin-right: 2vw;
}
.service .f3 .itemBox .item .icon {
  width: 6vw;
  margin: 0 auto;
  position: relative;
  top: -3vw;
}
.service .f3 .itemBox .item .des {
  font-size: 16px;
  color: #696969;
  position: relative;
  top: -1vw;
  padding: 0 1vw;
}
.service .f3 .itemBox .item .des .phones {
  font-size: 18px;
  margin: 1vw auto;
  color: #474747;
}
.service .f3 .itemBox .item .qrcodeBox {
  display: inline-block;
  position: relative;
  top: -1.5vw;
}
.service .f3 .itemBox .item .qrcodeBox .qrcode {
  width: 6vw;
  text-align: center;
  margin: 0 1vw;
  display: inline-block;
}
.service .f3 .itemBox .item .qrcodeBox .qrcode .img {
  width: 6vw;
  height: 6vw;
  padding: 2px;
  border: 1px solid #bfbfbf;
  margin-bottom: 5px;
}
.service .f3 .itemBox .item .qrcodeBox .qrcode .img img {
  margin: 0 auto;
  text-align: center;
}
.service .f3 .itemBox .item .icon1 {
  width: 13vw;
  margin: 0 auto;
  position: relative;
  top: -1vw;
  cursor: pointer;
}
.service .f3 .itemBox .item:last-child {
  margin-right: 0;
}
.service .f3 #l-map {
  width: 100%;
  height: 24vw;
  margin-top: 3vw;
}
.join .f1 {
  padding: 5vw 14vw;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.join .f1 .left {
  width: 47vw;
  display: inline-block;
  float: left;
}
.join .f1 .left .item {
  margin-bottom: 1vw;
}
.join .f1 .left .item .headerTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(90deg, #38bce9 0%, #2a8fcc 50%, #1b62af 100%), linear-gradient(#1b62af, #1b62af);
  background-blend-mode: normal,
                    normal;
  color: white;
  padding: 1vw 2vw;
  cursor: pointer;
}
.join .f1 .left .item .headerTitle .text {
  display: inline-block;
}
.join .f1 .left .item .headerTitle .text div {
  display: inline-block;
}
.join .f1 .left .item .headerTitle .text .name {
  font-size: 24px;
}
.join .f1 .left .item .headerTitle .text .address {
  font-size: 16px;
  padding: 0 1vw;
}
.join .f1 .left .item .headerTitle .text .education {
  font-size: 16px;
}
.join .f1 .left .item .headerTitle .pay {
  font-size: 24px;
}
.join .f1 .left .item .headerTitle .pay span {
  font-size: 16px;
}
.join .f1 .left .item .content {
  background: #fcfcfc;
  padding: 3vw 2vw;
  display: none;
}
.join .f1 .left .active .content {
  width: 100%;
  display: block;
}
.join .f1 .left .active .content pre{
  white-space: break-spaces;
}
.join .f1 .right {
  width: 22vw;
  height: auto;
  background: url('/resources/assets/images/img34.jpg') center no-repeat;
  background-size: cover !important;
  display: inline-block;
  margin-left: 2vw;
  padding: 1vw;
}
.join .f1 .right .title {
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.join .f1 .right .itemBox {
  margin-top: 3vw;
}
.join .f1 .right .itemBox .item {
  width: 100%;
  display: inline-block;
  margin-bottom: 2vw;
}
.join .f1 .right .itemBox .item .icon {
  width: 3vw;
  display: inline-block;
  float: left;
}
.join .f1 .right .itemBox .item .text {
  width: 15vw;
  display: inline-block;
  margin: 0 1vw;
}
.join .f1 .right .itemBox .item .text p:nth-child(1) {
  font-size: 16px;
  color: #535353;
}
.join .f1 .right .itemBox .item .text p:nth-child(2) {
  font-size: 24px;
  color: #535353;
}
.question .f1 {
  width: 100%;
  padding: 5vw 14vw;
}
.question .f1 .title {
  font-size: 48px;
  color: #373737;
  font-weight: bold;
}
.question .f1 .itemBox {
  margin-top: 3vw;
}
.question .f1 .itemBox .item {
  margin-bottom: 1vw;
}
.question .f1 .itemBox .item .headerTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(90deg, #38bce9 0%, #2a8fcc 50%, #1b62af 100%), linear-gradient(#1b62af, #1b62af);
  background-blend-mode: normal,
                    normal;
  color: white;
  padding: 1vw 2vw;
  cursor: pointer;
}
.question .f1 .itemBox .item .headerTitle .text .name {
  font-size: 24px;
}
.question .f1 .itemBox .item .content {
  background: #fcfcfc;
  padding: 3vw 2vw;
  display: none;
  line-height: 1.7;
}
.question .f1 .itemBox .active .content {
  display: block;
}
.noData{
  display: none;
}
.noData.active{
  display: block;
}
.searchContent{
  margin-bottom: 1rem;
  font-size: 16px;
}
.mapBox{
  width: 100%;
  height: 40vw;
  background: url('../images/mapBg.jpg') center no-repeat;
  background-size: cover !important;
}
.mapBox .mapTitL{
  color: #fefefe;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  padding: 2vw 4vw;
}
.mapBox .mapTitL span{
  font-size: 1vw;
}
.mapBox .mapTitR{
  color: #fefefe;
  font-weight: bold;
  font-size: 2vw;
  position: absolute;
  padding: 2vw 4vw;
  left: 50vw;
}
.mapBox .mapTitR span{
  font-size: 1vw;
}
.mapBox .left .item{
  cursor: pointer;
}
.mapBox .left .item .icon{
  width: 1vw;
  position: relative;
  z-index: 1;
}
.mapBox .left .item .icon img:nth-child(1){
  display: none;
}
.mapBox .left .item .icon img:nth-child(2){
  display: block;
}
.mapBox .left .item .name{
  color: #085490;
  font-weight: bold;
  position: relative;
  margin-left: -.2vw;
  margin-top: .5vw;
}
.mapBox .left .item .name::before{
  content: '';
  position: absolute;
  width: 1vw;
  height: .5vw;
  background: white;
  border-radius: 50%;
  margin-left: .25vw;
  margin-top: -.8vw;
  opacity: .6;
}
.mapBox .left .item .name.activeName::before{
  -moz-animation: mapItemFrames 2s infinite;
  -webkit-animation: mapItemFrames 2s infinite;
  -o-animation: mapItemFrames 2s infinite;
  animation: mapItemFrames 2s infinite;
}
.mapBox .left .item .name::after{
  content: '';
  position: absolute;
  width: 1.5vw;
  height: .75vw;
  background: white;
  border-radius: 50%;
  margin-left: -1.5vw;
  margin-top: -.83vw;
  opacity: .3;
}
.mapBox .left .item .name.activeName::after{
  -moz-animation: mapItemFrames 2s infinite;
  -webkit-animation: mapItemFrames 2s infinite;
  -o-animation: mapItemFrames 2s infinite;
  animation: mapItemFrames 2s infinite;
}
@keyframes mapItemFrames {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}
.mapBox .left .item .desBox{
  width: 15vw;
  position: absolute;
  color: white;
}
.mapBox .left .item .desBox .en{
  font-size: .85vw;
  transition: .5s all ease-in-out;
}
.mapBox .left .item .desBox .cn{
  font-weight: bold;
  font-size: 1.2vw;
  margin: .5vw 0;
}
.mapBox .left .item .desBox .des{
  font-size: .9vw;
}
.mapUp{
  margin-top: -14vw;
  margin-left: 1.5vw;
  opacity: 0;
  transition: .5s all ease-in-out;
  pointer-events: none;
}
.mapUp.mapRight{
	margin-top: -2vw;
    margin-left: -15.5vw;
    padding-top: 4vw;
    text-align: right;
}
.mapBox .left .item.active .mapUp.mapRight::before{
	margin-left: 1vw;
	margin-top: -4vw;
}
.mapBox .left .item.active .mapUp{
  opacity: 1;
}
.mapBox .left .item.active .name{
  color: #ebc323;
}
.mapBox .left .item.active .icon img:nth-child(1){
  display: block;
}
.mapBox .left .item.active .icon img:nth-child(2){
  display: none;
}
.mapUp::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: -1vw;
  background: white;
  transition: .3s all ease-in-out;
}
.mapBox .left .item.active .mapUp::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 11vw;
  margin-left: -1vw;
  background: white;
}
.mapBottom{
  margin-top: 0vw;
  margin-left: -15.5vw;
  opacity: 0;
  text-align: right;
  transition: .5s all ease-in-out;
  pointer-events: none;
}
.mapBox .left .item.active .mapBottom{
  opacity: 1;
}
.mapBox .left .item.active .mapBottom .en{
  margin-top: 6vw;
}
.mapBottom::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: 1vw;
  background: white;
  transition: .3s all ease-in-out;
}
.mapBox .left .item.active .mapBottom::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  margin-left: 1vw;
  background: white;
}
.cd{
  position: absolute;
  left: 27vw;
  margin-top: 17vw;
}
.cq{
  position: absolute;
  left: 31vw;
  margin-top: 18vw;
}
.xa{
  position: absolute;
  left: 29vw;
  margin-top: 16vw;
}
.qd{
  position: absolute;
  left: 38vw;
  margin-top: 14vw;
}
.sz{
  position: absolute;
  left: 37vw;
  margin-top: 21vw;
}
.suz{
  position: absolute;
  left: 40vw;
  margin-top: 17vw;
}
.hz{
  position: absolute;
  left: 42vw;
  margin-top: 18vw;
}
.tw{
  position: absolute;
  left: 43.3vw;
  margin-top: 20.5vw;
}
.mapBox .right .item{
  cursor: pointer;
}
.mapBox .right .item .icon{
  width: 1vw;
  position: relative;
  z-index: 1;
}
.mapBox .right .item .desBox{
  width: 10vw;
  position: absolute;
  color: white;
}
.mapBox .right .item .desBox .en{
  font-size: .85vw;
  transition: .5s all ease-in-out;
}
.mapBox .right .item .desBox .cn{
  font-weight: bold;
  font-size: 1.2vw;
  margin: .5vw 0;
}
.mapBox .right .item .desBox .des{
  font-size: .9vw;
  margin-top: 1vw;
}
.mapBox .right .item.active .mapBottomL{
  opacity: 1;
}
.mapBox .right .item.active .mapBottomL .en{
  margin-top: 6vw;
}
.mapUpL::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: -1vw;
  background: white;
  transition: .3s all ease-in-out;
}
.mapBox .right .item.active .mapUpL::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 11vw;
  margin-left: -1vw;
  background: white;
}
.mapUpL{
  margin-top: -12vw;
  margin-left: 1.4vw;
  opacity: 0;
  transition: .5s all ease-in-out;
  pointer-events: none;
}
.mapBox .right .item.active .mapUpL{
  opacity: 1;
}
.mapBottomL{
  margin-top: 0vw;
  margin-left: 1.5vw;
  opacity: 0;
  text-align: left;
  transition: .5s all ease-in-out;
  pointer-events: none;
  pointer-events: none;
}
.mapBottomL::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: -1vw;
  background: white;
  transition: .3s all ease-in-out;
}
.mapBox .right .item.active .mapBottomL::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  margin-left: -1vw;
  background: white;
}
.mapBottomR{
  margin-top: 0vw;
  margin-left: -15.5vw;
  opacity: 0;
  text-align: right;
  transition: .5s all ease-in-out;
  pointer-events: none;
  pointer-events: none;
}
.mapBottomR .en{
  margin-top: 9vw;
}
.mapBottomR::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: 1vw;
  background: white;
  transition: .3s all ease-in-out;
}
.mapBox .right .item.active .mapBottomR::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 18.5vw;
  margin-left: 1vw;
  background: white;
}
.mapBottomRB::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  margin-left: 1vw;
  background: white;
  transition: .3s all ease-in-out;
  pointer-events: none;
}
.mapBox .right .item.active .mapBottomRB::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 13.5vw;
  margin-left: 1vw;
  background: white;
}
.mapBox .right .item.active .mapBottomR{
  opacity: 1;
}
.mapBox .right .item.active .mapBottomRB{
  opacity: 1;
}
.ygl{
  position: absolute;
  left: 58vw;
  margin-top: 11vw;
}
.rs{
  position: absolute;
  left: 57vw;
  margin-top: 13vw;
}
.gsm{
  position: absolute;
  left: 77vw;
  margin-top: 14vw;
}
.zj{
  position: absolute;
  left: 81vw;
  margin-top: 14.5vw;
}
.dzkd{
  position: absolute;
  left: 78vw;
  margin-top: 14.5vw;
}
.rb{
  position: absolute;
  left: 84vw;
  margin-top: 14vw;
}
.tb{
  position: absolute;
  left: 81vw;
  margin-top: 15vw;
}
.sc{
  position: absolute;
  left: 76vw;
  margin-top: 14vw;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 1660px) {
  .about .f5 .item .text{
    height: 12vw;
  }
  header .navsBg{
    height: 22vw;
    transform: translateY(-30vw);
  }
  header nav ul li ul {
    height: 21.75vw;
  }
  footer{
    padding: 4vw 2vw 2vw 2vw;
  }
  footer .footer .right{
    width: 38vw;
  }
  footer .footer .right .text div p:nth-child(2){
    width: 18vw;
  }
  .mapBox .left .item .name::after{
    margin-left: -1.7vw;
  }
  .car i, .buy i, .phone i{
    /*right: .9vw;*/
  }
  .productList .f1 .item .text .name{
    font-size: 28px;
  }
  .about .f3 .f3Box .left{
    width: 56vw;
  }
  .about .f3 .f3Box .right{
    margin-left: 5vw;
  }
  .index .f6 .item .btn{
    width: 11vw;
  }
  .tabBox{
    padding: 0 8vw;
  }
  .tabBox .leftC{
    width: 8vw;
  }
  .productList .f2{
    padding: 5vw 8vw;
  }
  .productList .f2 .item{
    width: 26vw;
  }
  .productList .f2 .item .img{
    width: 26vw;
    height: 15vw;
  }
  .about .f1,.about .f3{
    padding: 5vw 8vw;
  }
  .about .f5{
    padding: 5vw 8vw 0 8vw;
  }
  .about .f5 .item{
    width: 25vw;
  }
  .about .f5 .item .img{
    width: 25vw;
    height: 18vw;
  }
  .about .texts{
    width: 84vw;
    height: 27vw;
  }
  .about .titles{
    padding: 2vw 8vw;
  }
  .about .f8{
    padding: 0 8vw 2vw;
  }
  .about .f8 .item{
    width: 26.6vw;
  }
  .about .f8 .item .img{
    width: 26.6vw;
    height: 18vw;
  }
  .about .f6{
    padding: 5vw 8vw;
  }
  .about .f6 .itemBox{
    width: 84vw;
  }
  .about .f6 .itemBox .item{
    width: 28vw;
    height: 28vw;
  }
  .about .f2 .title{
    padding-left: 5vw;
  }
  .about .f4{
    width: 100%;
    padding: 4vw 8vw;
  }
  .about .f7{
    padding: 0 8vw 5vw 8vw;
  }
  .about .f7 .itemBox{
    height: 28vw;
  }
  .service .f1{
    padding: 8vw;
  }
  .service .f2{
    padding: 0 8vw 5vw 8vw;
  }
  .service .f3{
    padding: 5vw 8vw;
  }
  .productList .f1{
    padding: 4vw 8vw;
  }
  .productList .f1 .item{
    width: 84vw;
    height: 30vw;
  }
  .service .f3 .itemBox .item{
    width: 27vw;
  }
  .question .f1{
    padding: 5vw 8vw;
  }
  .join .f1{
    padding: 5vw 8vw;
  }
  .join .f1 .left{
    width: 59vw;
  }
  .productList .f1 .item .text{
    padding: 0 2vw;
    margin-left: 4vw;
  }
  .productList .f1 .item .text .more{
    line-height: 3rem;
  }
  .productList .f1 .item .text .des{
    line-height: 1.7;
  }
  .productList .f1 .item .text .more:hover i {
    padding-left: 1vw;
  }
  .product .f2{
    padding: 4vw;
  }
  .tabBox .tab .item a{
    line-height: 4;
  }
  .phone{
    font-size: 16px;
  }
  /*.about .f8 a:nth-child(1) .item{*/
  /*  width: 52rem;*/
  /*}*/
  /*.about .f8 a:nth-child(1) .item .img{*/
  /*  width: 52rem;*/
  /*  height: 33.8rem;*/
  /*}*/
  .about .f6 .itemBox .item .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .about .f6 .itemBox .item .des {
    font-size: 14px;
    line-height: 2;
  }
  .index .f5 .newsBox .right .item .text .name {
    -webkit-line-clamp: 1;
  }
  header nav ul li a{
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  footer .desBox .text div p:nth-child(2){
    position: relative;
    top: 5px;
  }
  footer .desBox .text1 div p:nth-child(2){
    position: relative;
    top: 0;
  }
  footer .desBox .textBox .text1{
    line-height: 2.5;
  }
  footer .footer .right .text i{
    font-size: inherit;
  }
  .about .f2 .history-swiper .swiper-slide:last-child::before{
    /*content: '';*/
    /*background: url(../images/car.png) center no-repeat;*/
    /*background-size: cover !important;*/
    /*position: absolute;*/
    /*margin-top: 21.9vw;*/
    /*margin-left: 6.3vw;*/
    /*z-index: 9;*/
    /*width: 2vw;*/
    /*height: 2vw;*/
  }
  footer .footer .right{
    width: 35vw;
  }
  footer .footer .right .text div p:nth-child(2){
    width: 20vw;
  }
  footer .footer .right .wechat{
    width: 22vw;
  }
  .mapBox .left .item .name::after{
    margin-left: -2vw;
  }
  header nav{
    margin-left: 12vw;
  }
  .buyCarBox .buyCarTab .item{
    padding: 1rem 0;
  }
  .buyCarBox{
    top: 5rem;
    left: 33%;
  }
  .buyCarBox .buyCarList{
    padding: 1rem;
  }
  .about .f8 .item .text .name{
    font-size: 16px;
  }
  .about .f8 .item .text .des{
    font-size: 14px;
  }
  header nav ul li a{
    font-size: 16px;
  }
  header nav ul li ul li a{
    font-size: 14px;
  }
  .join .f1 .right .itemBox .item .text p:nth-child(1){
    font-size: 14px;
  }
  .about .f7 .itemBox .text .name{
    font-size: 20px;
  }
  .service .btn{
    font-size: 16px;
  }
  .about .f6 .title,.about .f7 .title{
    font-size: 30px;
  }
  .service .f3 .itemBox .item .des{
    font-size: 14px;
  }
  .service .f3 .itemBox .item .des .phones{
    font-size: 16px;
  }
  .about .f1 .text .name,.about .f2 .title,.about .f3 .title,.about .f4 .title{
    font-size: 30px;
  }
  .tabBox .tab .item a{
    line-height: 3.5;
  }
  .product .f1 .text .name{
    font-size: 30px;
  }
  .tabBox{
    padding: 0 8vw;
  }
  .index .f4 .itemBox .item .text .name{
    font-size: 26px;
  }
  .index .f5 .newsBox .left .text .name{
    font-size: 18px;
  }
  .index .f5 .newsBox .left .text .time{
    font-size: 14px;
  }
  .titBox .text .tit{
    font-size: 30px;
  }
  .index .f5 .newsBox .centre .text .name{
    font-size: 24px;
  }
  .index .f5 .newsBox .left .text .des{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
  }
  .index .f5 .newsBox .right .item .text .des{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: .7vw 0;
    padding: 0;
  }
  header{
    padding: .5vw 3vw 0 3vw;
  }
  .productList .f1 .item .text .name{
    font-size: 30px;
  }
  .productList .f1 .item .text .des{
    font-size: 14px;
    text-align: justify;
  }
  .productList .f1 .item .text .more{
    line-height: 2.5vw;
  }
  .productList .f1 .item .text .more i{
    font-size: 24px;
  }
  .index .f2 .itemBox .text .tit .name{
    font-size: 28px;
  }
  .tabBox .bread a{
    font-size: 14px;
  }
  .index .f3 .itemBox .item .name{
    font-size: 24px;
  }
  .productList .f2 .item .text{
    height: 13rem;
  }
  .productList .f2 .item .text .des{
    font-size: 14px;
  }
  .index .f6 .item .btn{
    width: 10vw;
    font-size: 16px;
    padding: .6vw 0;
  }
  .index .f6 .item .tit p:nth-child(1){
    font-size: 24px;
  }
  .index .f6 .item .tit p:nth-child(2){
    font-size: 14px;
  }
  .index .f6 .item .text{
    font-size: 26px;
  }
  .buy{
    font-size: 16px;
  }
  header .right .search{
    width: 35px;
    height: 35px;
    margin-top: -3px;
  }
  header .right .search .icon i{
    font-size: 16px;
  }
  .car{
    font-size: 16px;
  }
  .index .f2 .itemBox .text .secodNav .item{
    font-size: 16px;
  }
  header .searchBox .inputBox .icon i{
    top: .4vw;
  }
  .index .f2 .itemBox .text .secodNav{
    padding-left: 10vw;
  }
  .phone:hover{
    width: 18vw;
  }
  .car .number{
    font-size: 12px;
  }
  .buy .number{
    font-size: 12px;
  }
  footer .desBox .textBox{
    font-size: 14px;
  }
  /*.about .f8 a:nth-child(1) .item{*/
  /*  width: 45rem;*/
  /*}*/
  /*.about .f8 a:nth-child(1) .item .img{*/
  /*  width: 45rem;*/
  /*  height: 29.7rem;*/
  /*}*/
  .index .f5 .newsBox .centre .text .more {
    margin-top: 6vw;
  }
  .car i,
  .buy i,
  .phone i {
    /*right: 1.1vw;*/
    /*font-size: 24px;*/
  }
  .about .f3 .f3Box .right {
    padding: 4vw 2vw;
    font-size: 14px;
    line-height: 2;
  }
  .about .f6 .itemBox .item {
    height: 28vw;
  }
  .about .f4 .tabBoxs .item{
    font-size: 14px;
  }
  .service .f3 .itemBox .item .qrcodeBox .qrcode {
    width: 8vw;
  }
  .service .f3 .itemBox .item .qrcodeBox .qrcode .img {
    margin: .5vw auto;
  }
  .service .f3 .title,.service .f1 .title,.service .f2 .title{
    font-size: 30px;
  }
  .join .f1 .right .itemBox .item .text p:nth-child(2) {
    font-size: 18px;
  }
  .join .f1 .left .item .headerTitle .pay{
    font-size: 16px;
  }
  .about .f5 .item .text .name{
    font-size: 16px;
  }
  .about .f5 .item .text .des{
    font-size: 14px;
  }
  .about .texts .t,.about .titles{
    font-size: 30px;
  }
  .join .f1 .left .item .headerTitle .text .name{
    font-size: 18px;
  }
  .question .f1 .title{
    font-size: 30px;
  }
  .question .f1 .itemBox .item .headerTitle .text .name{
    font-size: 18px;
  }
  .join .f1 .right .title{
    font-size: 20px;
  }
  .index .f5 .newsBox .right .item .text .name {
    -webkit-line-clamp: 1;
    font-size: 16px;
  }
  header nav ul li ul li{
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  footer .desBox .text1 div p:nth-child(2){
    width: auto;
  }
  header nav ul li ul li{
    font-size: 14px;
    padding: 4px 0;
  }
  .about .f3 .f3Box .right {
    padding: 2vw;
  }
  footer .footer .right .wechat p{
    font-size: 12px;
  }
  .index .f2 .itemBox .text .secodNav .item{
    font-size: 13px;
  }
  footer .footer .right{
    width: 40vw;
  }
  footer .footer .right .text div p:nth-child(2){
    width: 20vw;
  }
  /*.about .f8 a:nth-child(1) .item{*/
  /*  width: 43rem;*/
  /*}*/
  /*.about .f8 a:nth-child(1) .item .img{*/
  /*  width: 43rem;*/
  /*  height: 28rem;*/
  /*}*/
}
@media (max-width: 768px) {
  body{
    margin-bottom: 20vw;
  }
  .singePage img{
    width: 100% !important;
    height: 100% !important;
  }
  .join .f1 .right .itemBox .item .text{
    width: 55vw;
  }
  .about .f2 .history-swiper .swiper-slide:last-child::before{
    /*content: '';*/
    /*background: url(../images/car.png) center no-repeat;*/
    /*background-size: cover !important;*/
    /*position: absolute;*/
    /*margin-top: 44.4vw;*/
    /*margin-left: 17.3vw;*/
    /*z-index: 9;*/
    /*width: 8vw;*/
    /*height: 8vw;*/
  }
  .sc{
    left: 53vw;
    margin-top: 25vw;
  }
  footer .footer .right .text div p:nth-child(1){
    width: auto;
  }
  footer .footer .right .text div p:nth-child(2){
    width: 100%;
    padding-left: 20px;
  }
  .about .dess{
    padding: 5vw;
  }
  .mapBoxM .mapTit{
    color: #fefefe;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    padding: 5vw 3vw;
  }
  .mapBoxM .mapTit span{
    font-size: 14px;
  }
  .mapBoxM .mapBoxL{
    width: 100%;
    height: 81vw;
    background: url('../images/mapBg1.png') center no-repeat;
    background-size: cover !important;
  }
  .mapBoxM .mapBoxL .item .icon {
    width: 3vw;
    position: relative;
    z-index: 1;
  }
  .mapBoxM .mapBoxL .item .icon img:nth-child(1) {
    display: none;
  }
  .mapBoxM .mapBoxL .item .icon img:nth-child(2) {
    display: block;
  }
  .mapBoxM .mapBoxL .item.active .icon img:nth-child(1) {
    display: block;
  }
  .mapBoxM .mapBoxL .item.active .icon img:nth-child(2) {
    display: none;
  }
  .mapBoxM .mapBoxL .item.active .name {
    color: #ebc323;
  }
  .mapBoxM .mapBoxL .item .name {
    color: #085490;
    font-weight: bold;
    position: relative;
    margin-left: -1.5vw;
    margin-top: 0.5vw;
    font-size: 12px;
    width: 9vw;
  }
  .mapBoxM .mapBoxL .item .desBox{
    display: none;
  }
  .mapBoxM .desBoxItem{
    padding: 5vw;
    font-size: 14px;
  }
  .mapBoxM .desBoxItem .cn{
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
  }
  .mapBoxM .desBoxItemR{
    padding: 5vw;
    font-size: 14px;
  }
  .mapBoxM .desBoxItemR .cn{
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
  }
  .cd{
    position: absolute;
    left: 51vw;
    margin-top: 32vw;
  }
  .cq{
    position: absolute;
    left: 56vw;
    margin-top: 35vw;
  }
  .xa{
    position: absolute;
    left: 61vw;
    margin-top: 31vw;
  }
  .qd{
    position: absolute;
    left: 73vw;
    margin-top: 27vw;
  }
  .qd .name{
    margin-left: 3.5vw !important;
    margin-top: -4.5vw !important;
  }
  .suz .name{
    margin-left: 3.5vw !important;
    margin-top: -4.5vw !important;
  }
  .hz .name{
    margin-left: 3.5vw !important;
    margin-top: -4.5vw !important;
  }
  .sz{
    position: absolute;
    left: 71vw;
    margin-top: 43vw;
  }
  .suz{
    position: absolute;
    left: 76vw;
    margin-top: 32vw;
  }
  .hz{
    position: absolute;
    left: 79vw;
    margin-top: 36vw;
  }
  .tw{
    position: absolute;
    left: 83.3vw;
    margin-top: 40.5vw;
  }
  .mapBoxM .mapBoxR{
    width: 100%;
    height: 81vw;
    background: url('../images/mapBg2.png') center no-repeat;
    background-size: cover !important;
  }
  .mapBoxM .mapBoxR .item{
    width: 5vw;
    height: 5vw;
  }
  .mapBoxM .mapBoxR .item .icon {
    width: 3.5vw;
    position: relative;
    z-index: 1;
  }
  .mapBoxM .mapBoxR .dexBox{
    display: none;
  }
  .ygl {
    position: absolute;
    left: 20vw;
    margin-top: 21vw;
  }
  .rs {
    position: absolute;
    left: 17vw;
    margin-top: 25vw;
  }
  .gsm {
    position: absolute;
    left: 55vw;
    margin-top: 26vw;
  }
  .dzkd {
    position: absolute;
    left: 58vw;
    margin-top: 27.5vw;
  }
  .zj {
    position: absolute;
    left: 64vw;
    margin-top: 30.5vw;
  }
  .rb {
    position: absolute;
    left: 70vw;
    margin-top: 27vw;
  }
  .footerModal{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #1c8ee4;
    display: flex;
    justify-content: space-between;
    z-index: 998;
  }
  .footerModal .item{
    padding: 2vw 6vw;
    text-align: center;
    color: white;
  }
  .footerModal .item p{
    /*position: absolute;*/
  }
  .footerModal .item img{
    width: 6vw;
    height: 6vw;
    margin: 0 auto 1vw auto;
  }
  .footerModal .item .number{
    position: absolute;
    margin-top: -2rem;
    /*font-weight: bold;*/
    display: none;
    background: red;
    color: white;
    border-radius: 50%;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 5vw;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  footer .footer .right{
    width: 100%;
  }
  #form_form{
    width: 100%;
  }
  .service .f2 .formBox .inputBox .input .yzm{
    width: 7rem;
    height: 3rem;
    line-height: 3rem;
    margin-top: -3rem;
    margin-left: 0;
    right: 5vw;
  }
  main{
    margin-top: 50px;
  }
  footer .footer .right .text{
    text-align: left;
    margin-right: 0;
    font-size: 14px;
  }
  .index .f5 .newsBox .left .text{
    background: #f1f1f1;
  }
  .index .f1 #homevideo{
    height: 35vh;
  }
  .index .f1 .up{
    top: 28vh;
    display: none;
  }
  .index .f1 .up i{
    font-size: 14px;
  }
  .index .f1 .text{
    width: 40%;
    margin: 10vw 2vw;
  }
  .index .f2{
    padding: 3vw;
    display: block;
  }
  .index .f2 .itemBox{
    width: 100%;
    height: auto;
  }
  .index .f2 .itemBox .bg{
    width: 100%;
    height: auto;
  }
  .index .f2 .active .secodNav a{
    color: #333333;
  }
  .index .f2 .itemBox .text{
    display: block;
    padding: 1rem;
  }
  .index .f2 .itemBox .text .tit{
    margin-top: 0;
    text-align: center;
  }
  .index .f2 .itemBox .text .tit .name{
    font-size: 22px;
  }
  .index .f2 .itemBox .text .tit .name span{
    font-size: 20px;
  }
  .index .f2 .itemBox .text .secodNav{
    padding: 0;
    margin: 1rem auto;
  }
  .index .f2 .itemBox .text .secodNav .item{
    width: 70%;
    margin: 0 auto;
    padding: 3.5vw 0;
    font-size: 16px;
  }
  .index .f2 .itemBox .text .secodNav .item i{
    position: relative;
    top: 5px;
  }
  .index .f2 .itemBox:nth-child(2){
    margin: 0;
  }
  .index .f2 .itemBox:nth-child(2) .text{
    padding: 2vw 0;
  }
  .index .f2 .itemBox .bgImg{
    width: 20vw;
    left: 4vw;
    margin-top: 3vw;
  }
  .index .f2 .itemBox .bgImg2{
    width: 20vw;
    right: 4vw;
    margin-top: -4vw;
  }
  .titBox .text .tit{
    font-size: 20px;
  }
  .titBox .text .des{
    font-size: 14px;
  }
  .titBox .more{
    display: none;
  }
  .index .f3 .itemBox .active .more{
    display: none;
  }
  .index .f4 .itemBox{
    display: block;
  }
  .index .f4 .itemBox .item{
    width: 100%;
    height: 80vw;
  }
  .index .f4 .itemBox .item .bg{
    width: 100%;
    height: 80vw;
  }
  .index .f4 .itemBox .item .text{
    margin-top: -35vw;
  }
  .index .f4 .itemBox .item .text .name{
    font-size: 20px;
  }
  .index .f4 .itemBox .item .text .des{
    font-size: 14px;
  }
  .index .f5 .newsBox{
    display: block;
  }
  .index .f5 .newsBox .left{
    width: 100%;
    height: auto;
  }
  .index .f5 .newsBox .left .img{
    width: 100%;
    height: 18rem;
  }
  .index .f5 .newsBox .left .text .name{
    font-size: 18px;
  }
  .index .f5 .newsBox .left .text .time{
    font-size: 12px;
  }
  .index .f5 .newsBox .left .text .time i{
    font-size: 16px;
  }
  .index .f5 .newsBox .left .text .des{
    font-size: 14px;
  }
  .index .f5 .newsBox .centre{
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }
  .index .f5 .newsBox .centre .text{
    padding: 2vw;
  }
  .index .f5 .newsBox .centre .text .name{
    font-size: 18px;
  }
  .index .f5 .newsBox .centre .text .time{
    font-size: 12px;
  }
  .index .f5 .newsBox .centre .text .time i{
    font-size: 16px;
  }
  .index .f5 .newsBox .centre .text .des{
    font-size: 14px;
  }
  .index .f5 .newsBox .centre .text .more{
    display: none;
  }
  .index .f5 .newsBox .right{
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    height: auto;
  }
  .index .f5 .newsBox .right .item{
    width: 100%;
    height: auto;
  }
  .index .f5 .newsBox .right .item .img{
    width: 38vw;
    height: 28vw;
  }
  .index .f5 .newsBox .right .item .text{
    width: 55vw;
  }
  .index .f5 .newsBox .right .item .text .name{
    font-size: 16px;
  }
  .index .f5 .newsBox .right .item .text .des{
    font-size: 14px;
    padding: 0;
    margin: 1vw 0;
  }
  .index .f6{
    display: block;
  }
  .index .f6 .item .tit p:nth-child(1){
    font-size: 18px;
  }
  .index .f6 .item .tit p:nth-child(2){
    font-size: 14px;
  }
  .index .f6 .item .text{
    font-size: 22px;
  }
  .index .f6 .item{
    margin-bottom: 1rem;
  }
  .index .f6 .item .btn{
    width: 22vw;
    font-size: 14px;
    margin: 1rem auto;
  }
  footer{
    padding: 5vw;
  }
  footer .footer{
    display: block;
  }
  footer .footer .left{
    display: none;
  }
  footer .footer .right .wechat{
    width: 100%;
  }
  footer .footer .right .wechat .qrcode{
    width: 25vw;
    height: auto;
    margin: 1rem auto;
  }
  footer .footer .right .wechat p{
    margin: 0;
    font-size: 14px;
  }
  footer .info{
    display: block;
    margin-top: 3vw;
  }
  .car{
    width: 12vw;
    height: 12vw;
    right: 2vw;
    top: 42%;
  }
  .car i{
    font-size: 28px;
    margin-top: 16px;
    right: 2.1vw;
  }
  .buy{
    width: 12vw;
    height: 12vw;
    right: 2vw;
    top: 50%;
  }
  .buy i{
    font-size: 28px;
    margin-top: 16px;
    right: 2.1vw;
  }
  .phone{
    width: 12vw;
    height: 12vw;
    right: 2vw;
    border-radius: 50%;
    top: 58%;
  }
  .phone i{
    font-size: 26px;
    margin-top: 16px;
    right: 2.2vw;
  }
  .phone:hover {
    width: 12vw;
    border-radius: 50%;
  }
  .phone:hover span {
    display: none;
    opacity: 0;
    margin-left: -1.5rem;
  }
  .backTop{
    display: none;
  }
  .buyCarBox{
    width: 95%;
    top: 10%;
    left: 2.5%;
  }
  .buyCarBox .buyCarTab .item{
    font-size: 16px;
    padding: 1rem 0;
  }
  .closeBuycarBox{
    width: 3rem;
    height: 3rem;
    top: -3rem;
    right: 0;
    padding: 1rem 0;
    font-size: 16px;
    border: transparent;
  }
  .noList{
    font-size: 14px;
  }
  .buyCarBox .buyCarForm .inputBox{
    font-size: 14px;
    margin-bottom: .5rem;
  }
  .buyCarBox .buyCarForm .sumbitBtn{
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 16px;
  }
  ._toast{
    left: 28% !important;
  }

  .productList .f1 .item .text .more{
    width: 10rem;
  }
  .productList .f1{
    padding: 5vw;
  }
  .productList .f1 .item{
    width: 100%;
    display: block;
    margin-bottom: 15vw;
    background: transparent;
    height: auto;
  }
  .productList .f1 .item .text{
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .productList .f1 .item .img{
    width: 100%;
    height: auto;
    background: transparent;
    border: transparent;
    display: block;
    float: inherit;
    margin-bottom: 1rem;
  }
  .productList .f1 .item .img img{
    width: 60vw;
    margin: 0 auto;
  }
  .productList .f1 .item .text .name{
    font-size: 22px;
    color: #333333;
  }
  .productList .f1 .item .text .des{
    color: #333333;
  }
  .productList .f1 .item .text .more{
    height: 3rem;
    line-height: 2.5rem;
    font-size: 14px;
    margin: 0 auto;
    background: #1881d3;
    color: white;
  }
  .productList .f1 .item:last-child .text{
    float: inherit;
    color: #333333;
  }
  .productList .f1 .item .text .more i{
    font-size: 24px;
  }
  .tabBox{
    height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 14vw;
  }
  .tabBox .tab .item{
    padding: 0 .5vw;
    font-size: 14px;
  }
  .tabBox .tab .active::after{
    content: inherit;
  }
  .tabBox .tab .item:hover::after{
    content: inherit;
  }
  .tabBox .leftC{
    height: 3rem;
  }
  .tabBox .bread{
    display: none;
  }
  .productList .f2{
    padding: 5vw;
  }
  .productList .f2 a{
    margin-right: 0;
  }
  .productList .f2 .item{
    width: 100%;
  }
  .productList .f2 .item .img{
    width: 100%;
    height: 13rem;
  }
  .productList .f2 .item .text .name{
    font-size: 18px;
    margin-bottom: .5rem;
  }
  .productList .f2 .item .text .des{
    font-size: 14px;
  }
  .productList .f2 .item .text{
    background: transparent;
    padding: 5vw;
    height: auto;
  }
  .tabBox .tab .item a{
    height: 3rem;
    line-height: 3rem;
  }
  .tabBox .tab .item a:hover{
    color: #98989d;
    border: transparent;
  }
  .product .f1 .img{
    width: 100%;
  }
  .tabBox .tab .active a{
    border-bottom: 3px solid #1b87e2;
  }
  .product .f1{
    padding: 5vw;
  }
  .product .tabBox{
    display: none;
  }
  .product .f1 .text{
    width: 100%;
  }
  .product .f1 .text .name{
    font-size: 20px;
  }
  .product .f1 .text .t{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 1px;
  }
  .product .f1 .text .des{
    font-size: 14px;
    text-align: justify;
  }
  .product .f2{
    padding: 5vw;
    over-flow: auto;     /* winphone8和android4+ */
    -webkit-overflow-scrolling: touch;    /* ios5+ */
  }
  .product .f2 .title{
    display: block;
    font-size: 20px;
  }
  .product .f2 .title a{
    display: inline-block;
  }
  .product .f2 .btnBox{
    width: 7.8rem;
  }
  .product .f2 .tableSearch .item{
    width: auto;
    padding: 5px;
    margin-right: 0;
    border-bottom: transparent;
  }
  .product .f2 .tableSearch .item:last-child{
    border-bottom: 1px solid #5a5a5a;
  }
  .product .f2 .tableSearch .item .icons{
    position: relative;
    left: -20px;
    top: -2px;
  }
  .product .f2 .tableSearch .item p{
    font-size: 14px;
  }
  .product .f2 .tableSearch{
    display: block;
    padding: 1rem 0 0;
  }
  .product .f2 .tableSearch .item .itemBox{
    width: 100%;
    margin-left: -0.4rem;
    margin-top: 1.7rem;
  }
  .product .f2 .headerTable .item{
    padding: 0 10px;
  }
  .product .f2 .headerTable .item .sort{
    top: 10px;
  }
  .product .f2 .tableSearch{
    position: relative;
  }
  .product .f2 .headerTable{
    top: 50px;
  }
  .clearSearch{
    position: relative;
    top: 0;
    padding: .5rem 0;
  }
  .car .number,.buy .number{
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    right: .2vw;
  }
  .about .f1{
    padding: 5vw;
    display: block;
  }
  .about .f1 .text{
    width: 100%;
  }
  .about .f1 .img{
    width: 100%;
    position: relative;
    right: initial;
    margin-top: 0;
  }
  .about .f1 .img img{
    position: absolute;
    margin-top: -65vw;
  }
  .about .f1 .itemBox{
    width: 100%;
    top: initial;
  }
  .about .f1 .itemBox .item .num{
    font-size: 42px;
  }
  .about .f1 .itemBox .item .num span{
    font-size: 16px;
  }
  .about .f1 .itemBox .item .des{
    font-size: 18px;
  }
  .about .f1 .text .name{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .about .f1 .text .name, .about .f2 .title, .about .f3 .title, .about .f4 .title{
    font-size: 20px;
  }
  .about .f2{
    height: auto;
  }
  .about .f2 .title{
    padding-left: 5vw;
  }
  .about .f2 .history-swiper{
    margin: 2rem auto;
  }
  .about .f2 .history-swiper .swiper-slide{
    padding-bottom: 5vw;
  }
  .about .f2 .history-swiper .swiper-slide .text{
    width: 80vw;
    height: 40vw;
    margin-left: -24vw;
  }
  .about .f2 .history-swiper .swiper-slide .text .name{
    font-size: 18px;
  }
  .about .f2 .history-swiper .swiper-slide .text .des{
    font-size: 14px;
    height: 5rem;
  }
  .about .f2 .history-swiper .swiper-slide .year::after{
    margin-left: -10vw;
  }
  .about .f2 .history-swiper .swiper-slide-active .year::after{
    margin-left: -11.3vw;
    margin-top: 8vw;
    width: 5vw;
    height: 5vw;
  }
  .about .f3{
    padding: 10vw 3vw;
  }
  .about .f3 .f3Box{
    width: 100%;
    display: block;
  }
  .about .f3 .f3Box .left{
    width: 100%;
    display: block;
    float: inherit;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .about .f3 .f3Box .right{
    width: 100%;
    padding: 5vw;
    height: auto;
    margin-left: 0;
  }
  .service .f1 .img{
    margin-bottom: 1rem;
  }
  .about .f4{
    padding: 5vw;
    height: auto;
  }
  .about .f4 .des{
    width: 100%;
  }
  .about .f4 .tabBoxs{
    width: 100%;
  }
  .about .f4 .tabBoxs .item{
    width: 50%;
    height: 3rem;
    float: left;
  }
  .about .f5{
    padding: 5vw;
  }
  .about .f5 a{
    margin-right: 0;
    display: block;
    float: inherit;
    margin-bottom: 5vw;
  }
  .about .f5 .item{
    width: 100%;
  }
  .about .f5 .item .img{
    width: 100%;
    height: 17rem;
  }
  .about .f5 .item .text{
    height: auto;
    padding: 5vw;
  }
  .about .texts{
    padding: 5vw;
    height: auto;
    width: 100%;
  }
  .about .texts .iconImg{
    width: 2.5rem;
  }
  .about .texts .t, .about .titles{
    font-size: 20px;
  }
  .about .texts .des{
    font-size: 16px;
  }
  .about .texts .more{
    width: 8rem;
    height: 3rem;
    line-height: 2.8rem;
  }
  .about .titles{
    padding: 5vw;
  }
  .about .f8{
    padding: 0 5vw;
  }
  .about .f8 a{
    margin-right: 0;
    display: block;
    float: inherit;
    margin-bottom: 5vw;
  }
  .about .f8 .item{
    width: 100%;
  }
  .about .f8 .item .img{
    width: 100%;
    height: 17rem;
  }
  .about .f8 .item .text{
    height: auto;
    padding: 5vw;
  }
  .about .f6{
    padding: 5vw;
  }
  .about .f6 .title, .about .f7 .title{
    font-size: 20px;
  }
  .about .f6 .itemBox{
    width: 100%;
    display: block;
  }
  .about .f6 .itemBox .item{
    width: 100%;
    height: auto;
    display: block;
    float: inherit;
  }
  .about .f6 .itemBox .item .name{
    font-size: 16px;
  }
  .about .f6 .itemBox .item .img{
    width: 8rem;
    margin: 0 auto;
  }
  .about .f7{
    padding: 5vw;
  }
  .about .f7 .itemBox{
    height: auto;
    margin-top: 0;
    padding: 5vw 0;
  }
  .about .f7 .itemBox .text .name{
    font-size: 16px;
  }
  .about .f7 .itemBox .text .des{
    font-size: 14px;
  }
  .service .f1{
    padding: 5vw;
  }
  .service .f3 .title, .service .f1 .title, .service .f2 .title{
    font-size: 20px;
  }
  .service .f1 .text{
    display: block;
  }
  .service .f1 .text .des{
    width: 100%;
    font-size: 14px;
  }
  .service .btn{
    width: 8rem;
    height: 3rem;
    line-height: 2.8rem;
    margin: 1rem auto;
  }
  .service .f2{
    padding: 0 5vw 5vw;
  }
  .service .f2 .titInfo{
    font-size: 14px;
  }
  .service .f2 .formBox{
    display: block;
  }
  .service .f2 .formBox .inputBox{
    display: block;
  }
  .join .f1 .right .itemBox{
    margin-top: 18vw;
  }
  .join .f1 .right .itemBox .item{
    margin-bottom: 5vw;
  }
  .question .f1 .itemBox .item{
    margin-bottom: 3vw;
  }
  .join .f1 .left .item{
    margin-bottom: 3vw;
  }
  .service .f2 .formBox .inputBox .input{
    width: 100%;
    display: block;
    float: inherit;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .service .f2 .formBox .inputBox .input input{
    width: 100%;
    height: 3rem;
  }
  .service .f2 .searchValue .des{
    padding: 5vw;
    width: 100%;
    overflow-x: auto;
  }
  .service .f2 .searchValue .des .itemBox{
    width: 140%;
  }
  .service .f2 .searchValue .des .itemBox .cont .stats div{
    width: auto;
    padding: 0 15px;
  }
  .service .f3{
    padding: 5vw;
  }
  .service .f3 .titInfo{
    font-size: 14px;
  }
  .service .f3 .itemBox{
    display: block;
  }
  .service .f3 .itemBox .item{
    width: 100%;
    margin-right: 0;
    margin-top: 4rem;
  }
  .service .f3 .itemBox .item .icon{
    width: 4.5rem;
    top: -9vw;
  }
  .service .f3 .itemBox .item .des{
    padding: 0 0 5vw 0;
  }
  .service .f3 .itemBox .item .qrcodeBox .qrcode{
    width: 10rem;
    padding: 0 0 5vw 0;
  }
  .service .f3 .itemBox .item .qrcodeBox .qrcode .img{
    width: 5rem;
    height: 5rem;
  }
  .service .f3 #l-map{
    height: 20rem;
  }
  .question .f1{
    padding: 5vw;
  }
  .question .f1 .title{
    font-size: 20px;
  }
  .question .f1 .itemBox .item .headerTitle .text .name{
    font-size: 16px;
  }
  .question .f1 .itemBox .item .headerTitle{
    padding: 1rem;
  }
  .join .f1{
    padding: 5vw;
    display: block;
  }
  .join .f1 .left{
    width: 100%;
    display: block;
    float: inherit;
  }
  .join .f1 .right{
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }
  .join .f1 .left .item .headerTitle .text .name{
    font-size: 16px;
  }
  .join .f1 .left .item .headerTitle{
    padding: 1rem;
  }
  .join .f1 .left .item .headerTitle .text .address{
    font-size: 14px;
  }
  .join .f1 .left .item .headerTitle .text .education{
    font-size: 14px;
  }
  .join .f1 .left #page{
    margin: 2rem auto;
  }
  .join .f1 .right{
    padding: 5vw;
  }
  .join .f1 .right .title{
    /*color: #1881d3;*/
  }
  .join .f1 .right .itemBox .item .icon{
    width: 3rem;
    margin-right: 1rem;
  }
  .navs{
    position: relative;
    z-index: 999;
  }
  .navs .headers{
    width: 100%;
    height: 50px;
    background: white;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .navs .headers .logo{
    width: 100px;
    margin: 5px 10px;
  }
  .navs .headers .icon{
    width: 50px;
    height: 50px;
    background: #1b87e2;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s all ease-in-out;
  }
  .navs .headers .icon .icon1{
    width: 25px;
    height: 2px;
    background: white;
    margin: 0 auto;
    position: relative;
    top: 20px;
    transition: .5s all ease-in-out;
  }
  .navs .headers .icon .icon2{
    width: 25px;
    height: 2px;
    background: white;
    margin: 0 auto;
    position: relative;
    top: 25px;
    transition: .5s all ease-in-out;
  }
  .navs .headers .iconActive{
    background: #1b87e2;
  }
  .navs .headers .iconActive .icon1{
    transform: rotate3d(0, 0, 20, 45deg)translateX(3px)translateY(3px);
  }
  .navs .headers .iconActive .icon2{
    transform: rotate3d(0, 0, 20, -45deg)translateX(2px)translateY(-2px);
  }
  .navs .navList{
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 100;
    position: fixed;
    top: 50px;
    padding: 30px 20px;
    transform: translateX(500px);
    transition: .8s all ease-in-out;
    opacity: 0;
  }
  .navs .navsActive{
    transform: translateX(0);
    opacity: 1;
  }
  .navs .navList a{
    display: block;
    padding: 13px 0;
    font-size: 16px;
    letter-spacing: -.02em;
    color: #333333;
    font-weight: bold;
  }
  .navs .navList li+li>a {
    border-top: 1px solid #1b87e2;
  }
  .index .f3 .f3swiper{
    width: 100%;
    height: 30.2rem;
    overflow: hidden;
  }
  .index .f3 .itemBox{
    width: fit-content;
    height: 30rem;
    padding: 3vw;
  }
  .index .f3 .itemBox .item{
    height: 28.5rem;
  }
  .index .f3 .itemBox .item .bg{
    width: 100%;
    height: 28.5rem;
    background-blend-mode: multiply;
  }
  .index .f3 .itemBox .item .name{
    margin-top: -32vw;
  }
  .product .f2 .headerTable .item:nth-child(1){
    position: relative;
  }
  .product .f2 .listTableBox .listTable .item:nth-child(3){
    position: relative;
  }
  #parent{
    display: none;
  }
  .product .f2 .listTableBox{
    overflow: auto;
  }
  .index .f2 .itemBox .text .secodNav .item:hover{
    color: #333333;
    background: white;
  }
  footer .footer .logo{
    width: 30vw;
    margin: 0 auto;
  }
  footer .desBox{
    padding: 0;
  }
  footer .desBox .textBox{
    display: block;
    letter-spacing: 0;
  }
  footer .desBox .textBox .text{
    line-height: 1.7 !important;
    border-bottom: 1px solid rgba(255,255,255,.5);
    border-right: transparent;
    padding: 3vw 0;
  }
  footer .desBox .text div p:nth-child(2){
    width: auto;
    top: 0;
  }
  footer .desBox .text div p:nth-child(1){
    float: inherit;
  }
}
/* 设备横屏时调用该段css代码 */
@media (max-width: 1024px) and (orientation : landscape){
  .index .f1 #homevideo{
    height: 100vh !important;
  }
  .navs .navList{
    transform: translateX(1000px);
  }
  .navs .navsActive{
    transform: translateX(0px);
  }
  .car,.buy{
    width: 8vw;
    height: 8vw;
  }
  .buy{
    top: 60%;
  }
  .car i,.buy i{
    right: 2vw;
  }
  .index .f2 .itemBox .bgImg,.index .f2 .itemBox .bgImg2{
    width: 15vw;
  }
  .index .f3 .f3swiper{
    height: 31.2rem;
  }
  .productList .f2 .item .img{
    height: 24rem;
  }
  .about .f5 .item .img,.about .f8 .item .img{
    height: 30rem;
  }
  .service .f3 .itemBox .item .icon{
    top: -4vw;
  }
}