@charset "UTF-8";
.profile {
  display: flex;
}
.profile .main h2 {
  font-size: 2.0833333333vw;
  font-weight: normal;
  color: #00479d;
  margin-bottom: 1.7708333333vw;
}
.profile .main p {
  line-height: 2.0833333333vw;
  font-size: 1.0416666667vw;
  color: #333;
  margin-bottom: 1.0416666667vw;
}
.profile .video {
  width: 34.8958333333vw;
  margin-left: 6.5625vw;
}
.profile .video .my-video {
  width: 100%;
  height: 19.6354166667vw;
  overflow: hidden;
  border-radius: 3.6458333333vw 0 3.6458333333vw 0;
  margin-bottom: 2.1875vw;
  position: relative;
  cursor: pointer;
  background-color: #000;
}
.profile .video .my-video video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.profile .video .my-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) url("../images//inner/about/icon_play.png") no-repeat 50% 50%;
  background-size: 4.6354166667vw auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.profile .video .my-video.play::after {
  opacity: 0;
  visibility: hidden;
}

.park {
  padding-bottom: 3.6458333333vw;
}
.park .main {
  display: flex;
  justify-content: space-between;
}
.park .main .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.park .main .content:nth-child(1) {
  margin-right: 1.5625vw;
}
.park .main .content .item {
  width: 100%;
  height: auto;
  margin-bottom: 1.5625vw;
}
.park .main .content .item.title {
  display: flex;
  flex-direction: column;
  height: 11.25vw;
  background-size: 5.9375vw auto;
  background-repeat: no-repeat;
  color: #00479d;
}
.park .main .content .item.title h2 {
  font-size: 2.9166666667vw;
  font-weight: normal;
}
.park .main .content .item.title span {
  font-size: 1.9791666667vw;
  opacity: 0.2;
}
.park .main .content:nth-child(1) .item.title {
  background-image: url("../images/inner/about/yqhj_img_07.png");
  background-position: 100% 100%;
}
.park .main .content:nth-child(2) .item.title {
  background-image: url("../images/inner/about/yqhj_img_08.png");
  background-position: 0 100%;
  text-align: right;
  justify-content: flex-end;
}

.history .main {
  position: relative;
  height: 38.5416666667vw;
  overflow: hidden;
}
.history .main::-webkit-scrollbar {
  width: 0;
}
.history .main .btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875vw;
  height: 5.2083333333vw;
  font-size: 1.5625vw;
  position: absolute;
  top: 18.2291666667vw;
  z-index: 10;
  background-color: #00479d;
  color: #fff;
  cursor: pointer;
}
.history .main .btn-arrow.icon-left-arrow {
  left: 0;
  border-radius: 0.5208333333vw 0 0.5208333333vw 0;
}
.history .main .btn-arrow.icon-right-arrow {
  right: 0;
  border-radius: 0 0.5208333333vw 0 0.5208333333vw;
}
.history .main #liwidth {
  position: absolute;
  top: 0;
  width: 21.875vw;
}
.history .main .history-block {
  padding: 0 3.75vw;
  height: 100%;
  background: url("../images/inner/about/fzlc_bg.png") repeat-x 0 20.3125vw;
  background-size: auto 0.5208333333vw;
  position: relative;
  z-index: 1;
  transition: margin 0.5s ease-in-out;
}
.history .main .history-block .list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.history .main .history-block .list.m {
  display: none;
}
.history .main .history-block .list li {
  width: 21.875vw;
  height: auto;
  position: relative;
  border-left: 1px solid #ccc;
  padding: 0 0.8333333333vw;
  box-sizing: border-box;
}
.history .main .history-block .list li::before, .history .main .history-block .list li::after {
  content: "";
  position: absolute;
  left: -5px;
  width: 5px;
  height: 5px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.history .main .history-block .list li::before {
  background-color: #ccc;
  border-color: #eee;
}
.history .main .history-block .list li::after {
  background-color: #fff;
  border-color: #00479d;
}
.history .main .history-block .list li h3 {
  line-height: 2.3958333333vw;
  font-size: 1.875vw;
  color: #00479d;
}
.history .main .history-block .list li p {
  line-height: 1.3541666667vw;
  font-size: 0.8333333333vw;
  color: #333;
  margin-bottom: 0.3125vw;
}
.history .main .history-block .list li p::before {
  content: "";
  display: block;
  float: left;
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #00479d;
  margin-right: 0.2083333333vw;
  margin-top: 0.5208333333vw;
}
.history .main .history-block .list:nth-child(1) {
  height: 20.8333333333vw;
  align-items: flex-end;
}
.history .main .history-block .list:nth-child(1) li {
  padding-bottom: 3.125vw;
}
.history .main .history-block .list:nth-child(1) li::before {
  bottom: -4px;
}
.history .main .history-block .list:nth-child(1) li::after {
  top: -5px;
}
.history .main .history-block .list:nth-child(1) li h3 {
  margin-top: -1.1979166667vw;
}
.history .main .history-block .list:nth-child(2) {
  height: 17.7083333333vw;
  padding-left: 9.4791666667vw;
  align-items: flex-start;
}
.history .main .history-block .list:nth-child(2) li {
  height: 5.7291666667vw;
  padding-top: 4.53125vw;
}
.history .main .history-block .list:nth-child(2) li::before {
  top: -5px;
}
.history .main .history-block .list:nth-child(2) li::after {
  bottom: -5px;
}

.partner {
  text-align: center;
}
.partner img {
  height: auto;
  max-width: 100%;
}
.partner img.pc {
  width: 68.90625vw;
}
.partner img.m {
  display: none;
}

.honors .m {
  display: none;
}
.honors .list {
  display: flex;
  flex-wrap: wrap;
  width: 66.6666666667vw;
  margin: 0 auto;
}
.honors .list li {
  width: 20.8333333333vw;
  margin-right: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.honors .list li:nth-child(3n) {
  margin-right: 0;
}
.honors .list li a {
  display: block;
  cursor: pointer;
}
.honors .list li a .thumb {
  width: 100%;
  height: 15.625vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #f9f9f9;
  box-sizing: border-box;
  border: 0.7291666667vw solid #f9f9f9;
}
.honors .list li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.honors .list li a .title {
  line-height: 3.125vw;
  text-align: center;
  font-size: 1.0416666667vw;
  color: #666;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honors .list li a:hover .title {
  color: #00479d;
}
.honors .viewer-title {
  font-size: 1.1458333333vw;
  color: #fff;
  opacity: 1;
}
.honors .viewer-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honors .viewer-toolbar li + li {
  margin: 0 2px;
}
.honors .viewer-toolbar .viewer-invisible {
  display: none;
}

.xswl img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.xswl img.pc {
  width: 62.5vw;
  border-radius: 4.1666666667vw 0 4.1666666667vw 0;
}
.xswl img.m {
  display: none;
}
.xswl .network {
  width: 62.5vw;
  padding: 34.2708333333vw 5.2083333333vw 4.6875vw 5.2083333333vw;
  margin: 0 auto;
  background: #f7f7f7 url("../images/inner/about/xswl_content_bg.png") no-repeat 0 0;
  background-size: 100% auto;
  border-radius: 4.1666666667vw 0 4.1666666667vw 0;
  box-sizing: border-box;
}
.xswl .network .search-block {
  display: flex;
}
.xswl .network .search-block .input-select {
  display: flex;
  align-items: center;
  width: 19.2708333333vw;
  height: 3.4375vw;
  margin-right: 0.8333333333vw;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 1.0416666667vw 0 1.0416666667vw 0;
  padding: 0 1.6666666667vw;
  position: relative;
  cursor: pointer;
}
.xswl .network .search-block .input-select input {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 0.9375vw;
  flex-grow: 1;
  width: 0;
}
.xswl .network .search-block .input-select .icon-close-01 {
  display: none;
  color: #aaa;
  font-size: 1.3541666667vw;
}
.xswl .network .search-block .input-select::after {
  content: "";
  border: 0.3645833333vw solid transparent;
  border-top-color: #201c1c;
  margin-top: 0.3645833333vw;
}
.xswl .network .search-block .input-select.active:hover::after {
  display: none;
}
.xswl .network .search-block .input-select.active:hover .icon-close-01 {
  display: block;
}
.xswl .network .search-block .input-select .region {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
}
.xswl .network .search-block .input-select .region::-webkit-scrollbar {
  width: 0.3125vw;
  height: 0.3125vw;
  background-color: #fff;
}
.xswl .network .search-block .input-select .region::-webkit-scrollbar-thumb {
  border-radius: 0.15625vw;
  background-color: #00449b;
}
.xswl .network .search-block .input-select .region li {
  padding: 0 1.6666666667vw;
  line-height: 1.7708333333vw;
  font-size: 0.8333333333vw;
  color: #000;
}
.xswl .network .search-block .input-select .region li.notdata {
  color: #777;
  text-align: center;
}
.xswl .network .search-block .input-select .region.active {
  height: auto;
  max-height: 10.4166666667vw;
  top: calc(100% + 3px);
  padding: 0.5208333333vw 0;
  overflow: auto;
  z-index: 1000;
}
.xswl .network .search-block .btn-serach {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  flex-grow: 1;
  font-size: 0.9375vw;
  font-weight: bold;
  border-radius: 1.0416666667vw 0 1.0416666667vw 0;
  background-color: #00449b;
  color: #fff;
  cursor: pointer;
}
.xswl .network .query-count {
  line-height: 3.90625vw;
  font-size: 0.8333333333vw;
  color: #666;
}
.xswl .network .query-count .count {
  color: #00449b;
}
.xswl .network .dealer-block {
  width: 52.0833333333vw;
  height: 28.6458333333vw;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.9375vw 0 3.9583333333vw 0;
  border-radius: 1.0416666667vw 0 1.0416666667vw 0;
  display: flex;
  flex-direction: column;
}
.xswl .network .dealer-block .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.75vw;
  height: 3.9583333333vw;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 0.9375vw;
  border-bottom: 1px solid #f7f7f7;
  box-sizing: border-box;
}
.xswl .network .dealer-block .dealer-list {
  flex-grow: 1;
  overflow: auto;
  padding: 0 3.75vw;
  height: 0;
}
.xswl .network .dealer-block .dealer-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 0.8333333333vw;
  color: #666;
  height: 3.125vw;
  box-sizing: border-box;
  border-bottom: 1px dotted #ebebeb;
}
.xswl .network .dealer-block .dealer-list::-webkit-scrollbar {
  width: 0.3125vw;
  height: 0.3125vw;
  background-color: #fff;
}
.xswl .network .dealer-block .dealer-list::-webkit-scrollbar-thumb {
  border-radius: 0.15625vw;
  background-color: #00449b;
}
.xswl .network .dealer-block .jxs {
  width: 6.25vw;
}
.xswl .network .dealer-block .sf,
.xswl .network .dealer-block .cs,
.xswl .network .dealer-block .lxdh {
  width: 9.8958333333vw;
}

@media screen and (max-width: 768px) {
  .profile {
    flex-direction: column;
  }
  .profile .main h2 {
    line-height: 13.3333333333vw;
    font-size: 6.1333333333vw;
  }
  .profile .main P {
    line-height: 6.4vw;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .profile .video {
    width: 100%;
    margin: 0;
  }
  .profile .video .my-video {
    height: 50.9333333333vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 9.3333333333vw 0 9.3333333333vw 0;
  }
  .profile .video .my-video::after {
    background-size: 11.8666666667vw auto;
  }
  .park {
    padding-bottom: 5.3333333333vw;
  }
  .park .main {
    flex-wrap: wrap;
  }
  .park .main .content {
    width: 100%;
  }
  .park .main .content:nth-child(1) {
    margin-right: 0;
  }
  .park .main .content .item {
    margin-bottom: 4vw;
  }
  .park .main .content .item.title {
    height: 22.6666666667vw;
    background-size: 11.4666666667vw auto;
  }
  .park .main .content .item.title h2 {
    line-height: 8.2666666667vw;
    font-size: 6.1333333333vw;
  }
  .park .main .content .item.title span {
    font-size: 4.5333333333vw;
  }
  .history .main {
    height: auto;
  }
  .history .main .btn-arrow {
    display: none;
  }
  .history .main .history-block {
    padding: 0 0 0 0.9333333333vw;
    width: 100% !important;
    height: auto;
  }
  .history .main .history-block .list.pc {
    display: none;
  }
  .history .main .history-block .list.m {
    display: block;
    width: 100% !important;
    border-left: 0.1333333333vw solid #e8e8e8;
  }
  .history .main .history-block .list.m li {
    width: 100%;
    padding-left: 2vw;
    border-left: 0;
    margin-bottom: 2.6666666667vw;
  }
  .history .main .history-block .list.m li::before {
    display: none;
  }
  .history .main .history-block .list.m li::after {
    box-sizing: border-box;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    left: 0;
    top: 2.4vw;
    transform: translate(-50%, 0);
  }
  .history .main .history-block .list.m li h3 {
    line-height: 6.6666666667vw;
    font-size: 4.8vw;
  }
  .history .main .history-block .list.m li p {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
    margin-bottom: 1.6vw;
  }
  .history .main .history-block .list.m li p::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    margin-top: 2.1333333333vw;
    margin-right: 1.0666666667vw;
  }
  .partner img.cp {
    display: none;
  }
  .partner img.m {
    display: block;
    width: 100%;
  }
  .honors .cp {
    display: none;
  }
  .honors .m {
    display: block;
  }
  .honors .m .list {
    width: 100%;
    justify-content: space-between;
  }
  .honors .m .list li {
    width: 43.2vw;
    margin: 0;
    margin-bottom: 3.7333333333vw;
  }
  .honors .m .list li a .thumb {
    height: 32.2666666667vw;
    padding: 1.3333333333vw;
  }
  .honors .m .list li a .title {
    line-height: 8vw;
    font-size: 3.4666666667vw;
  }
  .xswl img.pc {
    display: none;
  }
  .xswl img.m {
    display: block;
    width: 100%;
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
  }
  .xswl .network {
    width: 90.6666666667vw;
    padding: 116vw 4vw 3.6458333333vw 4vw;
    background-image: url("../images/m/inner/about/xswl_content_bg.png");
  }
  .xswl .network .search-block {
    flex-direction: column;
  }
  .xswl .network .search-block .input-select {
    width: 100%;
    height: 10.6666666667vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    border-radius: 3.3333333333vw 0 3.3333333333vw 0;
    padding: 0 4vw;
  }
  .xswl .network .search-block .input-select input {
    font-size: 4vw;
  }
  .xswl .network .search-block .input-select::after {
    border-width: 1.4666666667vw;
    margin-top: 1.4666666667vw;
  }
  .xswl .network .search-block .input-select .icon-close-01 {
    font-size: 4.5333333333vw;
  }
  .xswl .network .search-block .input-select.active:focus::after {
    display: none;
  }
  .xswl .network .search-block .input-select .region li {
    padding: 0 4.2666666667vw;
    line-height: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .xswl .network .search-block .input-select .region.active {
    max-height: 40vw;
    top: calc(100% + 0.6666666667vw);
    padding: 4vw 0;
  }
  .xswl .network .search-block .btn-serach {
    width: 100%;
    height: 12vw;
    font-size: 4.8vw;
    border-radius: 3.3333333333vw 0 3.3333333333vw 0;
  }
  .xswl .network .query-count {
    line-height: 12.5333333333vw;
    font-size: 4vw;
    text-align: center;
  }
  .xswl .network .dealer-block {
    width: 100%;
    height: auto;
    background-color: transparent;
  }
  .xswl .network .dealer-block .header {
    display: none;
  }
  .xswl .network .dealer-block .dealer-list {
    height: auto;
    padding: 0;
  }
  .xswl .network .dealer-block .dealer-list li {
    height: auto;
    flex-direction: column;
    border-bottom: 0;
    background-color: #fff;
    margin-bottom: 2.4vw;
    border-radius: 3.3333333333vw 0 3.3333333333vw 0;
    padding: 5.3333333333vw 7.7333333333vw;
    text-align: left;
  }
  .xswl .network .dealer-block .dealer-list li:last-child {
    margin-bottom: 0;
  }
  .xswl .network .dealer-block .dealer-list li span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 9.3333333333vw;
    border-bottom: 1px dotted #ebebeb;
    font-size: 4vw;
  }
  .xswl .network .dealer-block .dealer-list li span::before {
    color: #333;
    width: 21.3333333333vw;
  }
  .xswl .network .dealer-block .dealer-list li span.jxs {
    border-top: 1px dotted #ebebeb;
  }
  .xswl .network .dealer-block .dealer-list li span.jxs::before {
    content: "经销商：";
  }
  .xswl .network .dealer-block .dealer-list li span.sf::before {
    content: "省份：";
  }
  .xswl .network .dealer-block .dealer-list li span.cs::before {
    content: "城市：";
  }
  .xswl .network .dealer-block .dealer-list li span.lxdh::before {
    content: "联系电话：";
  }
  .xswl .network .dealer-block .not-data {
    background-color: #fff;
    border-radius: 3.3333333333vw 0 3.3333333333vw 0;
  }
}/*# sourceMappingURL=about.css.map */